/* css pc */
main {
  overflow: hidden;
}
a,
a:hover {
  text-decoration: none !important;
}
img {
  height: auto;
  vertical-align: bottom;
}
li.splide__slide {
  list-style: none;
}

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;
  justify-content: space-around;
}

.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 p:not(:nth-child(1)) {
  margin: 1em 0 0;
}
.contents .lead h2 {
  font: 700 24px/36px "Noto Sans JP", sans-serif;
}

/*sec01*/
.contents .sec01 {
  margin: 70px 0 0;
}
.contents .sec01 h2 {
  text-align: center;
  font: 700 40px/1 "Roboto", sans-serif;
}
.contents .sec01__inner {
  margin: 50px 0 0;
  column-gap: 21px;
}
.contents .sec01__column {
  width: 286px;
}
.contents .sec01__btn {
  margin: 110px 0 0;
}
/*sec02*/
.contents .sec02 {
  margin: 100px 0 0;
}
.contents .sec02 h2 {
  text-align: center;
  font: 700 26px/1 "Noto Sans JP", sans-serif;
}
.contents .functionicon__wrp {
  justify-content: center;
  margin: 30px 0 0;
  column-gap: 21px;
}
.contents .functionicon__column {
  align-items: center;
  padding: 20px;
  width: 286px;
  column-gap: 10px;
}
.contents .functionicon__img {
  width: 80px;
}
.contents .functionicon__txt strong {
  font: 700 20px/1 "Noto Sans JP", sans-serif;
}
.contents .functionicon__txt span {
  margin: 0.5em 0 0;
  display: block;
  font: 400 14px/1.2em "Noto Sans JP", sans-serif;
}
.contents .functionicon__column.cool {
  background: #cae9f5;
}
.contents .functionicon__column.uvcut {
  background: #f2e6d7;
}

/*item*/
.contents .sec03 {
  background-color: #f4fef0;
  z-index: -1;
  margin-top: 100px;
  padding: 50px 0;
}
.contents .sec04 {
  background-color: #beb79a;
  z-index: -1;
  height: auto;
  color: #fff;
  padding: 50px 0;
}

.contents .item h2 {
  text-align: center;
  font: 700 40px/1 "Roboto", sans-serif;
}
.contents .item__splide {
  margin: 40px 0 0;
}
.contents .item__name {
  text-align: center;
  font: 700 26px/1.2em "Noto Sans JP", sans-serif;
  margin: 1em 0 0;
}
.contents .item__color {
  width: 142px;
  margin: 1em auto 0;
}
.contents .item__btn {
  margin: 2em auto 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;
  justify-content: center;
  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 {
  flex: 1;
}

.contents .btn__s a {
  width: 100%;
  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: -3px;
  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: 700 calc(18 * (100vw / 375)) / calc(28 * (100vw / 375)) "Noto Sans JP",
      sans-serif;
  }

  /*sec01*/
  .contents .sec01 {
    margin: calc(50 * (100vw / 375)) 0 0;
  }
  .contents .sec01 h2 {
    text-align: center;
    font: 700 calc(30 * (100vw / 375)) / 1 "Roboto", sans-serif;
  }
  .contents .sec01__inner {
    column-gap: calc(15 * (100vw / 375));
    justify-content: center;
  }
  .contents .sec01__column {
    width: 190px;
  }
  .contents .sec01__btn {
    margin: calc(70 * (100vw / 375)) 0 0;
  }
  /*sec02*/
  .contents .sec02 {
    margin: calc(50 * (100vw / 375)) 0 0;
  }
  .contents .sec02 h2 {
    text-align: center;
    font: 700 calc(20 * (100vw / 375)) / 1.4 "Noto Sans JP", sans-serif;
  }
  .contents .functionicon__wrp {
    justify-content: center;
    margin: calc(30 * (100vw / 375)) 0 0;
    column-gap: calc(15 * (100vw / 375));
    flex-flow: column;
    row-gap: calc(10 * (100vw / 375));
  }
  .contents .functionicon__column {
    align-items: center;
    padding: calc(10 * (100vw / 375));
    width: 100%;
    column-gap: calc(10 * (100vw / 375));
  }
  .contents .functionicon__img {
    width: calc(60 * (100vw / 375));
  }
  .contents .functionicon__txt strong {
    font: 700 calc(18 * (100vw / 375)) / 1 "Noto Sans JP", sans-serif;
  }
  .contents .functionicon__txt span {
    margin: 0.5em 0 0;
    display: block;
    font: 400 calc(14 * (100vw / 375)) / 1.2em "Noto Sans JP", sans-serif;
  }
  .contents .functionicon__column.cool {
    background: #cae9f5;
  }
  .contents .functionicon__column.uvcut {
    background: #f2e6d7;
  }

  /*item*/
  .contents .item {
    padding: calc(50 * (100vw / 375)) 0 0;
    width: 100%;
    padding-bottom: 50px;
  }
  .contents .item h2 {
    text-align: center;
    font: 700 calc(30 * (100vw / 375)) / 1 "Roboto", sans-serif;
  }
  .contents .item__splide {
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .contents .item__name {
    text-align: center;
    font: 700 calc(18 * (100vw / 375)) / 1.2em "Noto Sans JP", sans-serif;
    margin: 1em 0 0;
  }
  .contents .item__color {
    width: calc(100 * (100vw / 375));
    margin: 1em auto 0;
  }
  .contents .item__btn {
    margin: 2em auto 0;
  }

  .contents .btn__group {
    margin: calc(100 * (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: 90%;
    height: calc(50 * (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;
}

.fadeIn.show {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeView {
  opacity: 0;
  transition: 2s;
}
.fadeView.is-show {
  opacity: 1;
}

/* 調整しやすい可変値 */
:root {
  --item-gap: 40px; /* 画像とテキストの間隔 */
}

/* 親を2カラムに */
.item__LINEUP {
  display: flex;
  align-items: center;
  gap: var(--item-gap);
  margin: 0 auto; /* 任意。中央寄せ */
  justify-content: center;
}

/* 左右の比率（お好みで%変更OK） */
.item__splide {
  flex: 0 1 var(--left-ratio);
  min-width: 0; /* 画像のはみ出し防止 */
}
.item__dic {
  width: 400px;
  min-width: 0;
}

/* 見出しやテキストの体裁（任意） */
.item__dic .item__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 0.8em;
  text-align: left;
}
.item__dic .item__txt p {
  margin: 0 0 1em;
}
.item__dic .item__color {
  margin: 3em 0 0;
}

.skit_02 {
  margin-top: 80px;
}

.item__btn_all {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

/* SPで縦積みに */
@media (max-width: 768px) {
  .item__LINEUP {
    flex-direction: column;
    gap: 24px; /* SPの間隔 */
  }
  .item__splide,
  .item__dic {
    flex: 0 0 auto;
    width: 100%;
  }
  .item__dic .item__name {
    font-size: calc(20 * (100vw / 375));
    text-align: left;
    padding: 0 20px;
  }
  .item__dic .item__txt {
    font-size: calc(16 * (100vw / 375));
    text-align: left;
    padding: 0 20px;
  }
  .item__dic .item__color {
    padding: 0 20px;
    width: 50%;
  }
  .item__dic .item__btn {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .item__dic .item__btn img {
    width: 80%;
  }
}
