@charset "UTF-8";

.lp-page *,
.lp-page *:before,
.lp-page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===================
  　　TOPICS 3
=================== */

.topics03 {}

.topics03 .section__title {
  margin: 0 auto 3rem;
}

.topics03 .staff-introduction {
  display: flex;
  gap: 1.8rem;
  width: 46.7rem;
  margin: auto auto 3rem;
  align-items: center;
}

.topics03 .staff-introduction .staff-introduction__img {
  width: 20rem;
}

.topics03 .staff-introduction .staff-introduction__textwrap {}

.topics03 .staff-introduction .staff-introduction__textwrap .name {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.topics03 .staff-introduction .staff-introduction__textwrap .text {
  font-size: 1.4rem;
  line-height: 1.7;
}

.topics03 .staff-introduction .staff-introduction__textwrap .name .small-letter {
  font-size: 1.3rem;
}

.topics03 .staff-investigation {
  position: relative;
  z-index: 0;
  width: 104.6rem;
  margin: auto auto 5.5rem;
}

.topics03 .staff-investigation__inner {

  background: #FDF5F2;
  padding: 2.8rem 5.8rem 5.8rem;
}

.topics03 .staff-investigation::before {
  position: absolute;
  top: .6rem;
  left: .6rem;
  right: -.6rem;
  bottom: -.6rem;
  z-index: -1;
  background: #E2B3AA;
  content: "";
}

.topics03 .staff-investigation .staff-investigation__titlewrap {
  margin: 0 auto;
  padding: 2rem 0;
  background: url(../img/deco01.png) no-repeat 3rem -1rem, url(../img/deco02.png) no-repeat 97% -1.5rem;
  background-size: 13rem auto, 12rem auto;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.topics03 .staff-investigation .staff-investigation__titlewrap .staff-investigation__title {
  font-size: 1.7rem;
  text-decoration: underline;
  text-decoration-color: #EB9989;
  text-underline-offset: 0.4rem;
}

.topics03 .staff-investigation .staff-investigation__titlewrap .staff-investigation__title2 {
  padding: 0.2rem 0 0;
}

.topics03 .staff-investigation .investigation__contentsarea {
  display: flex;
  gap: 10.8rem;
  margin: 0 0 2.4rem;
  justify-content: center;
  background: url(../img/topics03_time_pc.png) no-repeat center 20rem;
  background-size: 7.9rem;
}

.topics03 .staff-investigation .investigation__contentsarea .investigation__contents {
  padding: 4rem 0 0;
  background: url(../img/topics03_copy1_pc.png) no-repeat center 0;
  background-size: 18.3rem;
}

.topics03 .staff-investigation .investigation__contentsarea .investigation__contents:nth-child(2) {
  background-image: url(../img/topics03_copy2_pc.png);
}

.topics03 .staff-investigation .investigation__contentsarea .investigation__contents .swiper-container.investigation__swiper {}

.topics03 .staff-investigation .investigation__contentsarea .investigation__contents .swiper-container.investigation__swiper .swiper-wrapper {
  width: 26rem;
}

.topics03 .staff-investigation .investigation__contentsarea .investigation__contents .swiper-container.investigation__swiper .swiper-wrapper .swiper-slide {}

.topics03 .staff-investigation .investigation__contentsarea .investigation__contents .investigation__text {
  background: #EB9989;
  padding: .8rem 0;
  height: 2.8rem;
}

.topics03 .staff-investigation .investigation__contentsarea .investigation__contents .investigation__text img {
  width: auto;
  height: 100%;
  margin: auto;
}

.topics03 .staff-investigation .investigation__comment {
  width: 62.8rem;
  margin: auto;
  font-size: 1.2rem;
}

.topics03 .staff-investigation .investigation__comment .investigation__comment--text {}

.topics03 .staff-investigation .investigation__comment .investigation__comment--name {
  font-weight: bold;
  text-align: right;
}

.topics03 .staff-investigation .investigation__comment .investigation__comment--name .small-letter {}

.topics03 .tips {
  width: 90rem;
  margin: auto;
}

.topics03 .tips .tips___title {
  margin-bottom: 1.7rem;
}

.topics03 .tips .tipslist {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 7.5rem;
}

.topics03 .tips .tipslist .tipsitem {
  width: 29rem;
  background: #FDF5F2;
}

.topics03 .tips .tipslist .tipsitem .tips__text {
  padding: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-family: fot-matisse-pron, sans-serif;
}

.topics03 .tips .tipslist .tipsitem .tips__img {}


/* ===================
  　　TOPICS 5
=================== */

.topics05 {}

.topics05 .section__title {
  /* width: auto; */
  height: auto;
  margin: 0 auto 3.6rem;
}

.topics05 .kit-contents {
  display: flex;
  gap: 4rem;
  width: 104rem;
  margin: auto;
  /* flex-direction: row-reverse; */
}

.topics05 .kit-contents .kit__img {
  position: relative;
  width: 41rem;
  height: 32rem;
  background: #fff;
}

.topics05 .kit-contents .kit__img::before {
  position: absolute;
  top: -2.5rem;
  left: 1.4rem;
  width: 10rem;
  height: 4.7rem;
  background: url(../img/topics5_kit01.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
}

.topics05 .kit-contents .kit__img img {
  width: 100%;
  height: 100% !important;
}

.topics05 .kit-contents .kit__img .kit__linkwrap {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  display: flex;
  gap: 2.8rem;
  justify-content: center;
}

.topics05 .kit-contents .kit__img .kit__linkwrap .kit__link {
  position: relative;
  display: flex;
  width: 15rem;
  height: 4rem;
  background: #000;
  border-radius: .3rem;
  color: #FFF1EB;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #1A1A1A;border: 1px solid #1A1A1A;
}

.topics05 .kit-contents .kit__img .kit__linkwrap .kit__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: .75rem;
  width: .5rem;
  height: .61rem;
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFF1EB;
  z-index: 0;
}

.topics05 .kit-contents .kit__img .kit__linkwrap .kit__link:hover {
  background-color: #FFF1EB;
  color: #1A1A1A;
}
.topics05 .kit-contents .kit__img .kit__linkwrap .kit__link:hover::after {
  background-color: #1A1A1A;
}

.topics05 .kit-contents .kit__text {
  width: 59rem;
}

.topics05 .kit-contents .kit__text .kit__lead {
  margin-bottom: 1rem;
  font-family: fot-matisse-pron, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
}

.topics05 .kit-contents .kit__text .kit__name {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}

.topics05 .kit-contents .kit__text .kit__price {
  font-size: 1.7rem;
  margin-bottom: .5rem;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.topics05 .kit-contents .kit__text .kit__price .small-letter {
  font-size: 1.1rem;
}

.topics05 .kit-contents .kit__text .kit__info {}

.topics05 .kit-contents.kit01 {
  margin: 0 auto 4.5rem;
}

.topics05 .kit-contents.kit02 {
  flex-direction: row-reverse;
}

.topics05 .kit-contents.kit02 .kit__img {
  width: 34rem;
}

.topics05 .kit-contents.kit02 .kit__img::before {
  background-image: url(../img/topics5_kit02.svg);
}

.topics05 .kit-contents.kit02 .kit__img .kit__linkwrap {
  bottom: 2.2rem;
}

.topics05 .kit-contents.kit02 .kit__img .kit__linkwrap .kit__link.link01 {
  width: 19rem;
  flex-direction: row;
}

.topics05 .kit-contents.kit02 .kit__text {
  width: 66rem;
}

.topics05 .kit-contents.kit02 .kit__text .kit__lead {
  margin-bottom: 2rem;
}

.topics05 .kit-contents.kit02 .kit__text .kit__lead .note {
  font-size: 1.1rem;
  color: #525252;
  margin-top: 1.3rem;
  display: block;
}

/* PC用*/
@media (min-width: 769px) {

  .ETVOS_lp .brand-banner {
    margin-top: 7rem;
  }

  .ETVOS_lp .brand-banner .text {
    font-size: 1.5rem;
  }

  .ETVOS_lp .brand-banner .banner__link {
    width: 47rem;
    margin-top: 2rem;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  }
}

/* SP用*/
@media (max-width: 768px) {

  /* ===================
    　　TOPICS 3
  =================== */

  .topics03 {
    margin-bottom: calc(70 * 100vw/390);
  }

  .topics03 .section__title {
    margin: 0 auto calc(20 * 100vw/390);
  }

  .topics03 .staff-introduction {

    margin: auto auto calc(26 * 100vw/390);

    width: calc(352 * 100vw/390);
    gap: calc(7 * 100vw/390);
  }

  .topics03 .staff-introduction .staff-introduction__img {
    width: calc(162 * 100vw/390);
  }

  .topics03 .staff-introduction .staff-introduction__textwrap {}

  .topics03 .staff-introduction .staff-introduction__textwrap .name {
    margin-bottom: calc(10 * 100vw/390);
    font-size: calc(16 * 100vw/390);
  }

  .topics03 .staff-introduction .staff-introduction__textwrap .text {
    font-size: calc(13 * 100vw/390);
    line-height: 1.7;
  }

  .topics03 .staff-introduction .staff-introduction__textwrap .name .small-letter {
    font-size: calc(13* 100vw/390);
  }

  .topics03 .staff-investigation {

    width: calc(344 * 100vw/390);
    margin: 0 auto calc(36 * 100vw/390);
  }

  .topics03 .staff-investigation__inner {

    padding: 2.8rem 5.8rem 5.8rem;
  }

  .topics03 .staff-investigation::before {
    top: calc(4 * 100vw/390);
    left: calc(4 * 100vw/390);
    right: calc(-4 * 100vw/390);
    bottom: calc(-4 * 100vw/390);
  }

  .topics03 .staff-investigation .staff-investigation__titlewrap {
  padding: 2rem 0;
  font-size: 2.4rem;
  background: none;
  }

  .topics03 .staff-investigation .staff-investigation__titlewrap .staff-investigation__title {
    font-size: calc(15 * 100vw/390);
  }

  .topics03 .staff-investigation .staff-investigation__titlewrap .staff-investigation__title2 {
    margin-top: calc(4 * 100vw/390);
    margin-bottom: calc(15 * 100vw/390);
    padding: calc(15 * 100vw/390) 0 calc(15 * 100vw/390);
    background: url(../img/deco01.png) no-repeat calc(-10 * 100vw/390) calc(-5 * 100vw/390), url(../img/deco02.png) no-repeat calc(55 * 100vw/390) calc(-5 * 100vw/390);
    background-size: calc(74 * 100vw/390),calc(70 * 100vw/390);
    font-size: calc(21 * 100vw/390);
    text-align: right;
  }

  .topics03 .staff-investigation .investigation__contentsarea {
    display: flex;
    gap: calc(85 * 100vw/390);
    margin: 0 auto calc(25 * 100vw/390);
    justify-content: center;
    background: url(../img/topics03_time_sp.png) no-repeat center calc(452* 100vw / 390);
    background-size: calc(65* 100vw / 390);
    flex-direction: column;
  }

  .topics03 .staff-investigation .investigation__contentsarea .investigation__contents {
    padding: calc(48 * 100vw/390) 0 0;
    background: url(../img/topics03_copy1_pc.png) no-repeat center 0;
    background-size: calc(218 * 100vw/390);
  }

  .topics03 .staff-investigation .investigation__contentsarea .investigation__contents:nth-child(2) {
    background-image: url(../img/topics03_copy2_pc.png);
  }

  .topics03 .staff-investigation .investigation__contentsarea .investigation__contents .swiper-container.investigation__swiper {}

  .topics03 .staff-investigation .investigation__contentsarea .investigation__contents .swiper-container.investigation__swiper .swiper-wrapper {
    width: 100%;
  }

  .topics03 .staff-investigation .investigation__contentsarea .investigation__contents .swiper-container.investigation__swiper .swiper-wrapper .swiper-slide {}

  .topics03 .staff-investigation .investigation__contentsarea .investigation__contents .investigation__text {

    padding: calc(9 * 100vw/390) 0;
    height: calc(28 * 100vw/390);
  }

  .topics03 .staff-investigation .investigation__contentsarea .investigation__contents .investigation__text img {
    width: auto;
    height: 100%;
    margin: auto;
  }

  .topics03 .staff-investigation .investigation__comment {
    width: auto;
    margin: auto;
    font-size: calc(12 * 100vw/390);
  }

  .topics03 .staff-investigation .investigation__comment .investigation__comment--text {
  margin-bottom: calc(8 * 100vw/390);
  font-size: calc(12 * 100vw/390);
}

  .topics03 .staff-investigation .investigation__comment .investigation__comment--name {

  }

  .topics03 .staff-investigation .investigation__comment .investigation__comment--name .small-letter {font-size: calc(9 * 100vw/390);}

  .topics03 .tips {
    width: calc(354 * 100vw/390);
  }

  .topics03 .tips .tips___title {
    margin-bottom: calc(13 * 100vw/390);
  }

  .topics03 .tips .tipslist {
    display: flex;
    flex-direction: column;
    gap: calc(13 * 100vw/390);
    margin-bottom: calc(13 * 100vw/390);
  }

  .topics03 .tips .tipslist .tipsitem:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .topics03 .tips .tipslist .tipsitem {
    display: flex;
    width: calc(354 * 100vw/390);
    background: none;
    position: relative;
  }

  .topics03 .tips .tipslist .tipsitem .tips__text {
    width: calc(177 * 100vw/390);
    padding: calc(23 * 100vw/390) calc(12 * 100vw/390);
    font-size: calc(14 * 100vw/390);
    background: rgba(253 ,245, 242,0.8);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
  }

  .topics03 .tips .tipslist .tipsitem picture {
    display: block;
    width: calc(260 * 100vw/390);
  }

  .topics03 .tips .tipslist .tipsitem .tips__img {
    width: calc(260 * 100vw/390);
    margin: 0;
  }

  .topics03 .tips .tipslist .tipsitem:nth-child(2n) .tips__text {
    left: 0;
    right: inherit;
  }


  /* ===================
    　　TOPICS 5
  =================== */

  .topics05 {}

  .topics05 .section__title {
    /* width: auto; */
    height: auto;
    margin: 0 auto 3.6rem;
  }

  .topics05 .kit-contents {
    display: flex;
    gap: calc(23 * 100vw/390);
    width: calc(354 * 100vw/390);
    margin: auto;
    /* flex-direction: row-reverse; */
  }

  .topics05 .kit-contents .kit__img {
    position: relative;
    width: calc(354 * 100vw/390);
    height: calc(290 * 100vw/390);
    background: #fff;
  }

  .topics05 .kit-contents .kit__img::before {
    position: absolute;
    top: calc(-30 * 100vw/390);
    left: calc(15 * 100vw/390);
    width: calc(107 * 100vw/390);
    height: calc(52 * 100vw/390);
  }

  .topics05 .kit-contents .kit__img img {
    width: 100%;
    height: 100% !important;
  }

  .topics05 .kit-contents .kit__img .kit__linkwrap {
    position: absolute;
    left: 50%;
    bottom: calc(30 * 100vw/390);
    transform: translateX(-50%);
    display: flex;
    gap: calc(14 * 100vw/390);
    justify-content: center;
  }

  .topics05 .kit-contents .kit__img .kit__linkwrap .kit__link {
    display: flex;
    width: calc(146 * 100vw/390);
    height: calc(40 * 100vw/390);
    background: #000;
    border-radius: calc(4 * 100vw/390);
    color: #fff;
    font-size: calc(11 * 100vw/390);
    text-align: center;
    line-height: 1.3;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .topics05 .kit-contents .kit__img .kit__linkwrap .kit__link:after {
    right: calc(7.5 * 100vw/390);
    width: calc(5 * 100vw/390);
    height: calc(6.1 * 100vw/390);
  }

  .topics05 .kit-contents .kit__text {
    width: calc(354 * 100vw/390);
  }

  .topics05 .kit-contents .kit__lead {
    margin-bottom: calc(30 * 100vw/390);
    font-family: fot-matisse-pron, sans-serif;
    font-size: calc(15 * 100vw/390);
    line-height: 1.6;
  }

  .topics05 .kit-contents .kit__lead .note {
    font-size: calc(11 * 100vw/390);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
    color: #525252;
  }

  .topics05 .kit-contents.kit02 .kit__lead {
    padding-top: calc(20 * 100vw/390);
  }

  .topics05 .kit-contents .kit__text .kit__name {
    margin-bottom: calc(10 * 100vw/390);
    font-size: calc(15 * 100vw/390);
    font-weight: bold;
    line-height: 1.6;
  }

  .topics05 .kit-contents .kit__text .kit__price {
    font-size: calc(17 * 100vw/390);
    margin-bottom: calc(5 * 100vw/390);
  }

  .topics05 .kit-contents .kit__text .kit__price .small-letter {
    padding-left: calc(3 * 100vw/390);
    font-size: calc(11 * 100vw/390);
  }

  .topics05 .kit-contents .kit__text .kit__info {}

  .topics05 .kit-contents.kit01 {
    width: calc(354 * 100vw/390);
    margin: 0 auto calc(23 * 100vw/390);
    flex-direction: column;
    gap: calc(23 * 100vw/390);
  }

  .topics05 .kit-contents.kit02 {
    flex-direction: column;
    display: flex;
  }

  .topics05 .kit-contents.kit02 .kit__img {
    width: calc(354 * 100vw/390);
    height: calc(335 * 100vw/390);
  }

  .topics05 .kit-contents.kit02 .kit__img::before {
  }

  .topics05 .kit-contents.kit02 .kit__img .kit__linkwrap {
    bottom: calc(25 * 100vw/390);
  }

  .topics05 .kit-contents.kit02 .kit__img .kit__linkwrap .kit__link.link01 {
    width: calc(190 * 100vw/390);
    flex-direction: row;
  }

  .topics05 .kit-contents.kit02 .kit__text {
    width: calc(354 * 100vw/390);
  }

  .topics05 .kit-contents.kit02 .kit__text .kit__lead {
    margin-bottom: calc(10 * 100vw/390);
  }

}
