/* css pc */
main {
  overflow: hidden;
}
a,
a:hover {
  text-decoration: none !important;
}
img {
  height: auto;
  vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.contents {
  padding: 0 0 150px 0;
}
.contents .inner {
  width: 900px;
  margin: 0 auto;
}
.contents .flex {
  display: flex;
}
.contents .mv {
  width: 100%;
}
.contents .mv img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contents .lead {
  font: 400 20px/36px "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 50px auto 0;
}
.contents .lead h2 {
  font-size: 30px;
}

.contents .lead p:not(:nth-child(1)) {
  margin: 1em 0 0;
}
/*itemlist*/
.contents .itemlist {
  margin: 70px 0 0;
}
.contents .itemlist__inner {
  column-gap: 50px;
}
.contents .itemlist__column {
  flex: 1;
}
.contents .itemlist__column span {
  display: block;
  text-align: center;
  font: 700 30px/1 "Roboto", sans-serif;
  padding: 0 0 0.5em 0;
}
.contents .itemlist__column a {
  display: block;
  margin: 1em 0 0;
}
.contents .itemlist__btn {
  margin: 50px 0 0;
}
/*reason*/
.contents .reason {
  margin: 100px 0 0;
}
.contents .reason h2 {
  text-align: center;
  font: 700 40px/1 "Noto Sans JP", sans-serif;
}
.contents .reason__inner {
  margin: 50px 0 0;
  column-gap: 20px;
}
.contents .reason__column {
  flex: 1;
}
.contents .reason__txt {
  position: relative;
  text-align: center;
  font: 700 20px/1 "Roboto", sans-serif;
}
.contents .reason__txt span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -15px;
  left: calc(50% - 30px);
  width: 60px;
  height: 120px;
  border: 2px solid #000;
  border-radius: 5em;
  background: #fff;
  z-index: -1;
}
.contents .reason__txt p {
  background: #fff;
  font: 700 16px/1 "Noto Sans JP", sans-serif;
  padding: 1em 0;
}
/*tab*/
.contents .tab {
  width: 900px;
  margin: 100px auto 0;
}
.contents .tab__label {
  cursor: pointer;
  column-gap: 10px;
}
.contents .tab__label__column {
  width: 50%;
  text-align: center;
  padding: 1em 0;
  border-radius: 1em 1em 0 0;
  /*border-left:1px solid #000;
  border-top:1px solid #000;
  border-right:1px solid #000;*/
  font: 700 30px/1 "Roboto", sans-serif;
  background: #f7f7f7;
}
.contents .tab__label__column.active {
  background: #cb987f;
}
.contents .tab__contents__column {
  display: none;
}
.contents .tab__contents__column.show {
  display: block;
  background: #cb987f;
  /*border-left:1px solid #000;
  border-bottom:1px solid #000;
  border-right:1px solid #000;*/
  padding: 50px;
  animation: ani__tab__contents 0.9s ease-in-out forwards;
}
@keyframes ani__tab__contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contents .tab__intro {
  text-align: center;
}

.contents .tab__intro h3 {
  font-size: 36px;
  margin-top: 20px;
}

.contents .tab__intro p {
  font-size: 28px;
  font-weight: 700;
}

.contents .tab__intro__inner {
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  column-gap: 50px;
}
.contents .tab__intro__txt {
  grid-column: 1/2;
  grid-row: 1/2;
  font: 400 18px/1.8em "Noto Sans JP", sans-serif;
}
.contents .tab__intro__detail {
  grid-column: 1/2;
  grid-row: 2/3;
  margin: auto 0 0;
}
.contents .tab__intro__detail p:not(:nth-child(1)) {
  margin: 1em 0 0;
}
.contents .tab__intro__name {
  font: 700 24px/1 "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}
.contents .tab__intro__color {
  column-gap: 0.5em;
}
p.flex.tab__intro__color {
  font-size: 20px;
  align-items: flex-end;
  margin-bottom: 40px;
}

.contents .icon_color {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5em;
  border: 1px solid #000;
}

.contents .icon_color.blue {
  background: blue;
}
.contents .icon_color.brown {
  background: brown;
}
.contents .icon_color.beige {
  background: beige;
}
.contents .icon_color.gray {
  background: gray;
}
.contents .icon_color.dimgray {
  background: dimgray;
}
.contents .icon_color.black {
  background: black;
}
.contents .icon_color.navy {
  background: rgb(32,56,100);
}
.contents .icon_color.dbeige {
  background: rgb(191,144,0);
}
.contents .icon_color.mblue {
  background: rgb(76,111,149);
}
.contents .icon_color.dblue {
  background: rgb(62,75,81);
}
.contents .icon_color.dblack {
  background: rgb(59,58,63);
}
.contents .icon_color.khaki {
  background: rgb(84,130,53);
}


.contents .tab__intro__img {
  grid-column: 2/3;
  grid-row: 1/3;
}
/*card*/
.contents .card {
  margin: 60px 0 0;
}
.contents .card__title {
  display: block;
  padding: 0.5em 0;
  width: 350px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font: 700 30px/1 "Roboto", sans-serif;
}
.contents .card01 .card__title {
  border: 1px #fff solid;
}
.contents .card02 .card__title,
.contents .card04 .card__title {
  border: 1px #fff solid;
}
.contents .card03 .card__title {
  border: 1px #fff solid;
}
.contents .card__wrp {
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  column-gap: 50px;
  margin: 30px 0 0;
}
.contents .card__wrp__column01 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.contents .card__wrp__column02 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.contents .card__wrp__column03 {
  grid-column: 2/3;
  grid-row: 2/3;
  margin: auto 0 0;
}
flex tab__intro__color .contents .card__inner {
  column-gap: 25px;
}
.contents .card__inner__column {
  flex: 1;
}
.contents .card__txt {
  font: 400 18px / 1.4em "Noto Sans JP", sans-serif;
  margin: 1em 0 0;
}
.contents .card__txt span {
  display: block;
  font: 400 14px / 1.8em "Noto Sans JP", sans-serif;
  margin: 1em 0 0;
}

.contents .btn {
  display: block;
  padding: 0;
}

.contents .btn a {
  border: 1px solid #707070;
  color: #000;
  margin: 0 auto;
  background: #fff;
  transition: 0.5s;
  border-radius: 5em;
}
.contents .btn a:hover,
.contents .btn a:visited {
  color: #000;
}
.contents .btn a:hover {
  background: #fafafa;
  opacity: 0.5;
}
.contents .btn__group {
  column-gap: 21px;
  width: 900px;
  margin: 150px auto 0;
}
.contents .btn__l a {
  width: 520px;
  height: 68px;
  font: 700 20px/1 "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents .btn__s a {
  width: 286px;
  height: 84px;
  font: 700 18px/28px "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contents .btn__totop {
  margin: 100px auto 0;
  text-align: center;
}
.contents .btn__totop a {
  position: relative;
  color: #000;
  margin-left: 12px;
  font: 700 18px/1 "Noto Sans JP", sans-serif;
}
.contents .btn__totop a:hover,
.contents .btn__totop a:visited {
  color: #000;
}
.contents .btn__totop a::before {
  content: "";
  display: inline-block;
  background-image: url("/img/feature/m-easypants-250818/icon_home.png");
  background-size: contain;
  width: 19px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: -24px;
}
.contents .btn__tab a {
  display: inline-block;
  width: 100%;
  padding: 0.5em;
  font: 700 20px/1 "Noto Sans JP", sans-serif;
  text-align: center;
}
/*css sp*/
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 0 calc(100 * (100vw / 375)) 0;
  }
  .contents .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .contents .mv {
    width: 100%;
  }
  .contents .mv img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .contents .lead {
    font: 400 calc(16 * (100vw / 375)) / calc(28 * (100vw / 375)) "Noto Sans JP",
      sans-serif;
    text-align: center;
    margin: calc(30 * (100vw / 375)) auto 0;
  }
  .contents .lead h2 {
    font-size: 26px;
  }
  /*itemlist*/
  .contents .itemlist {
    margin: calc(50 * (100vw / 375)) 0 0;
  }
  .contents .itemlist__inner {
    column-gap: calc(15 * (100vw / 375));
  }

  .contents .itemlist__column {
    flex: 1;
  }
  .contents .itemlist__column span {
    display: block;
    text-align: center;
    font: 700 calc(20 * (100vw / 375)) / 1 "Roboto", sans-serif;
  }
  .contents .itemlist__column a {
    display: block;
    margin: 0.5em 0 0;
  }
  .contents .itemlist__btn {
    margin: calc(30 * (100vw / 375)) 0 0;
  }
  /*reason*/
  .contents .reason {
    margin: calc(50 * (100vw / 375)) 0 0;
  }
  .contents .reason h2 {
    text-align: center;
    font: 700 calc(30 * (100vw / 375)) / 1 "Noto Sans JP", sans-serif;
  }
  .contents .reason__inner {
    margin: calc(30 * (100vw / 375)) 0 0;
    column-gap: calc(15 * (100vw / 375));
    flex-wrap: wrap;
  }
  .contents .reason__column {
    flex: auto;
    width: calc(165 * (100vw / 375));
  }
  .contents .reason__column:nth-child(n + 3) {
    margin: calc(30 * (100vw / 375)) 0 0;
  }
  .contents .reason__txt {
    position: relative;
    text-align: center;
    font: 700 calc(20 * (100vw / 375)) / 1 "Roboto", sans-serif;
  }
  .contents .reason__txt span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(-12 * (100vw / 375));
    left: calc(50% - calc(25 * (100vw / 375)));
    width: calc(50 * (100vw / 375));
    height: calc(100 * (100vw / 375));
    border: 2px solid #000;
    border-radius: 5em;
    background: #fff;
    z-index: -1;
  }
  .contents .reason__txt p {
    background: #fff;
    font: 700 16px/1 "Noto Sans JP", sans-serif;
    padding: 0.5em 0;
  }
  .contents .tab__intro h3 {
    font-size: 30px;
    margin-top: 20px;
  }
  .contents .tab__intro p {
    font-size: 20px;
    font-weight: 700;
  }
  /*tab*/
  .contents .tab {
    width: 100%;
    margin: calc(50 * (100vw / 375)) auto 0;
  }
  .contents .tab__label {
    column-gap: calc(5 * (100vw / 375));
  }
  .contents .tab__label__column {
    padding: 0.5em 0;
    border-radius: 0.5em 0.5em 0 0;
    font: 700 calc(20 * (100vw / 375)) / 1 "Roboto", sans-serif;
  }
  .contents .tab__contents__column.show {
    padding: calc(30 * (100vw / 375)) calc(15 * (100vw / 375));
  }
  .contents .tab__intro__inner {
    grid-template-columns: 100%;
    column-gap: calc(15 * (100vw / 375));
  }
  .contents .tab__intro__txt {
    grid-column: 1/2;
    grid-row: 1/2;
    font: 400 calc(16 * (100vw / 375)) / 1.8em "Noto Sans JP", sans-serif;
  }
  .contents .tab__intro__detail {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 1em 0 0;
  }
  .contents .tab__intro__detail p:not(:nth-child(1)) {
    margin: 1em 0 0;
  }
  .contents .tab__intro__name {
    font: 700 calc(20 * (100vw / 375)) / 1 "Noto Sans JP", sans-serif;
  }
  .contents .tab__intro__color {
    column-gap: 0.2em;
  }
  .contents .icon_color {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 5em;
    border: 1px solid #000;
  }
  .contents .tab__intro__img {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 1em 0 0;
  }
  /*card*/
  .contents .card {
    margin: calc(50 * (100vw / 375)) 0 0;
  }
  .contents .card__title {
    display: block;
    padding: 0.5em 0;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font: 700 calc(20 * (100vw / 375)) / 1 "Roboto", sans-serif;
  }
  .contents .card__title.brown {
    background: brown;
  }
  .contents .card__wrp {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 50px;
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .contents .card__wrp__column01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .contents .card__wrp__column02 {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: calc(15 * (100vw / 375)) 0 0;
  }
  .contents .card__wrp__column03 {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: calc(15 * (100vw / 375)) 0 0;
  }
  .contents .card__inner {
    column-gap: calc(15 * (100vw / 375));
  }
  .contents .card__inner__column {
    flex: 1;
  }
  .contents .card__txt {
    font: calc(16 * (100vw / 375)) / 1.8em "Noto Sans JP", sans-serif;
    margin: 1em 0 0;
  }
  .contents .card__txt span {
    display: block;
    font: calc(14 * (100vw / 375)) / 1.8em "Noto Sans JP", sans-serif;
    margin: 1em 0 0;
  }
  .contents .btn__group {
    margin: calc(50 * (100vw / 375)) auto 0;
    column-gap: 21px;
    flex-flow: column;
    width: calc(100% - 30px);
  }
  .contents .btn__l a {
    width: 100%;
    height: calc(60 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375)) / 1 "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents .btn__s {
    text-align: center;
  }
  .contents .btn__s a {
    width: 100%;
    height: calc(70 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375)) / calc(24 * (100vw / 375)) "Noto Sans JP",
      sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents .btn__s:nth-child(n + 2) {
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .contents .btn__l a {
    width: 100%;
    height: calc(60 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375)) / 1 "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents .btn__s {
    text-align: center;
  }
  .contents .btn__s a {
    width: 100%;
    height: calc(70 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375)) / calc(24 * (100vw / 375)) "Noto Sans JP",
      sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents .btn__s:nth-child(n + 2) {
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .contents .btn__totop {
    margin: 100px auto 0;
    text-align: center;
  }
  .contents .btn__totop a {
    position: relative;
    color: #000;
    margin-left: calc(12 * (100vw / 375));
    font: 700 calc(18 * (100vw / 375)) / 1 "Roboto", sans-serif;
  }
  .contents .btn__totop a:hover,
  .contents .btn__totop a:valid {
    color: #000;
  }
  .contents .btn__totop a::before {
    content: "";
    display: inline-block;
    background-image: url("/img/feature/m-easypants-250818/icon_home.png");
    background-size: contain;
    width: calc(19 * (100vw / 375));
    height: calc(22 * (100vw / 375));
    position: absolute;
    left: calc(-24 * (100vw / 375));
  }
}
.fadeIn {
  opacity: 0;
  transform: translate(0, 2.5rem);
  transition: all 1s ease-out;
}
.fadeView {
  opacity: 0;
  transition: 2s;
}
.fadeView.is-show {
  opacity: 1;
}
