@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

#Wrap,
.wrapTop,
.wrapBottom {
  width: 100%;
}

#Contents {
  padding-top: 0;
}

#Header,
#Foot {
  width: 1000px;
  margin: 0 auto;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  overflow: hidden;
}

.LP_page picture,
.LP_page a {
  display: block;
}

.LP_page a {
  transition: opacity .3s;
}

.LP_page a:hover {
  opacity: .6;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.LP_page .page_inner {
  width: 95rem;
  margin: 0 auto 10rem;
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  padding: 0 0 6rem;
}

.main-ttl {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 2rem;
}

.main-lead {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: .025em;
  text-align: center;
}

.main-lead .txt_L {
  font-size: 2.3rem;
}

.main-lead .txt_M {
  font-size: 2.1rem;
}

.main-lead .txt_S {
  font-size: 1.4rem;
}

.LP_page .txt_B {
  font-weight: bold;
}

.LP_page .txt_Uline {
  position: relative;
}

.LP_page .txt_Uline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin-bottom: -3px;
  background: #EDBEAA;
  content: "";
}
/*-----------------------------mv*/

/*schedule-----------------------*/
.schedule_area {
  border: solid 2px #FFEDE5;
  width: 88.6rem;
  margin: 0 auto 1rem;
  padding: 3.5rem 0 4rem;
  background: #FFFBFA;
  letter-spacing: .025em;
  text-align: center;
}

.LP_page .txt_en {
  font-family: "futura-pt", sans-serif;
}

.schedule_area .sec-ttl .txt_en {
  display: block;
  padding-bottom: .3rem;
  font-weight: 600;
  font-size: 2.4rem;
}

.schedule_area .sec-ttl {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.schedule-dtl:nth-of-type(n+2) {
  margin-top: 2.5rem;
}

.schedule-dtl dt {
  display: inline-block;
  position: relative;
  margin-bottom: 1.2rem;
  padding: 0 6.2rem;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
}

.schedule-dtl dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background: #707070;
  content: ""
}

.schedule-dtl dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background: #707070;
  content: ""
}

.schedule-dtl dd ul li {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.schedule-dtl dd ul li:nth-of-type(n+2) {
  margin-top: .5rem;
}

.schedule-dtl dd ul li .date {
  width: 12rem;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: .05em;
  text-align: right;
  white-space: nowrap;
}

.schedule-dtl dd ul li .store {
  display: flex;
  width: 36.5rem;
  font-size: 1.5rem;
  text-align: left;
  white-space: nowrap;
}

.schedule-dtl dd ul li .store .txt_en {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.schedule-dtl dd ul li .store a {
  width: fit-content;
  margin-left: 1em;
  text-decoration: underline;
}
/*-----------------------schedule*/

/*highlight01--------------------*/
.each-highlight {
  padding: 6rem 0 1rem;
}

.each-highlight .sec-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65rem;
  height: 7rem;
  margin: 0 auto 2rem;
  background: #FFFAF8;
  font-size: 2.4rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .12);
}

.each-highlight .sec-ttl::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #707070;
  width: 63.8rem;
  height: 5.8rem;
  content: "";
  pointer-events: none;
}

.each-highlight .sec-ttl .number {
  width: 3.8rem;
}

.each-highlight .sec-ttl .txt_en {
  font-weight: 500;
  font-size: 2.7rem;
  letter-spacing: .025em;
}

.lead {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.777;
  text-align: center;
  color: #363636;
}

.lead .txt_L {
  font-size: 2.2rem;
}

.lead .txt_en {
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: .05em;
}

.sample-dtl_wrap {
  margin-bottom: 6rem;
  padding: 3.5rem 3.2rem;
  background: rgba(237, 236, 235, .4);
}

.sample-img_wrap {
  height: 51rem;
  margin-bottom: 3rem;
  padding: 0 9rem;
}

.sample-img_wrap dt {
  width: 36.367rem;
}

.sample-img_wrap dd {
  position: relative;
}

.sample-img_wrap dd ul .each-sample {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: opacity .3s;
}

.sample-img_wrap dd ul .each-sample:hover {
  opacity: .6;
}

.sample-img_wrap dd ul .each-sample::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  content: "";
  animation: dots-anime 2s ease-in-out infinite;
}

@keyframes dots-anime {
  0% {
    transform: translate(-50%, -50%) scale(0%);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(100%);
    opacity: 0;
  }
}

.sample-img_wrap dd ul .each-sample img {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .25));
}

.sample-img_wrap dd ul .each-sample .number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border-radius: 10rem;
  width: 1.6rem;
  height: 1.6rem;
  margin: -.8rem 0 0 -1rem;
  background: #363636;
  color: #fff;
}

.sample-img_wrap dd ul .itm01 {
  margin: 2rem 0 0 1rem;
  width: 16.5rem;
}

.sample-img_wrap dd ul .itm02 {
  margin: -10rem 0 0 37.5rem;
  width: 14.8rem;
}

.sample-img_wrap dd ul .itm03 {
  margin: -9rem 0 0 54rem;
  width: 8rem;
}

.sample-img_wrap dd ul .itm04 {
  margin: -9rem 0 0 63rem;
  width: 8rem;
}

.sample-img_wrap dd ul .itm05 {
  margin: 2.5rem 0 0 19rem;
  width: 7.6rem;
}

.sample-img_wrap dd ul .itm06 {
  margin: 2.5rem 0 0 28rem;
  width: 6.4rem;
}

.sample-img_wrap dd ul .itm07 {
  margin: 2.5rem 0 0 35.8rem;
  width: 5.5rem;
}

.sample-img_wrap dd ul .itm08 {
  margin: 2.5rem 0 0 42.7rem;
  width: 5.5rem;
}

.sample-img_wrap dd ul .itm09 {
  margin: 2.5rem 0 0 49.5rem;
  width: 5.5rem;
}

.sample-img_wrap dd ul .itm10 {
  margin: 4rem 0 0 56.5rem;
  width: 6.7rem;
}

.sample-img_wrap dd ul .itm11 {
  margin: 4rem 0 0 64.3rem;
  width: 6.7rem;
}

.sample-img_wrap dd ul .itm12 {
  margin: 15rem 0 0 64.3rem;
  width: 6.7rem;
}

.sample-img_wrap dd ul .itm13 {
  margin: 15rem 0 0 19.5rem;
  width: 13.2rem;
}

.sample-img_wrap dd ul .itm14 {
  margin: 15.5rem 0 0 34.5rem;
  width: 8rem;
}

.sample-img_wrap dd ul .itm15 {
  margin: 15.5rem 0 0 44.3rem;
  width: 8rem;
}

.sample-img_wrap dd ul .itm16 {
  margin: 15.5rem 0 0 54rem;
  width: 8rem;
}

.sample-img_wrap dd ul .itm17 {
  margin: 26rem 0 0 1rem;
  width: 6rem;
}

.sample-img_wrap dd ul .itm18 {
  margin: 26rem 0 0 8.5rem;
  width: 11.6rem;
}

.sample-img_wrap dd ul .itm18 .number:nth-of-type(2),
.sample-img_wrap dd ul .itm19 .number:nth-of-type(2),
.sample-img_wrap dd ul .itm20 .number:nth-of-type(2) {
  margin: -.8rem 0 0 5rem;
}

.sample-img_wrap dd ul .itm19 {
  margin: 26rem 0 0 22rem;
  width: 11.6rem;
}

.sample-img_wrap dd ul .itm20 {
  margin: 26rem 0 0 35.5rem;
  width: 11.6rem;
}

.sample-img_wrap dd ul .itm21 {
  margin: 26rem 0 0 49rem;
  width: 6.1rem;
}

.sample-img_wrap dd ul .itm22 {
  margin: 26rem 0 0 57rem;
  width: 5.8rem;
}

.sample-name_wrap dt {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}

.sample-name_wrap dd {
  display: flex;
  justify-content: center;
}

.sample-name_wrap dd ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 70rem;
  /* height: 24.8rem; */
  height: 23rem;
  font-size: 1.1rem;
  row-gap: 2.5px;
}

@media only screen and (max-width: 1400px) and (min-width: 768px) {
  .sample-name_wrap dd ul {
    height: calc(70 * (100vw / 1400));
   /* height: calc(260 * (100vw / 1400)); */
   height: calc(240 * (100vw / 1400));
    font-size: calc(11 * (100vw / 1400));
    row-gap: calc(2.5 * (100vw / 1400));
  }
}

.sample-name_wrap dd ul li {
  display: flex;
}

.sample-name_wrap dd ul li .nowrap {
  white-space: nowrap;
}

.sample-name_wrap dd ul li .number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .6rem;
  background: #363636;
  font-size: 1rem;
  color: #fff;
}

.new-itms_wrap {
  position: relative;
  border: solid 1px #363636;
  border-radius: 2rem;
  padding: 3.3rem 3.2rem 2.8rem;
}

.new-itms_wrap dt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1.7rem;
  padding: 0 3.5rem 0 6.4rem;
  background: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: .05em;
  white-space: nowrap;
}

.new-itms_wrap dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 4.3rem;
  margin: -2rem 0 0 3.4rem;
  background: url(../img/txt_011.svg) center center / cover no-repeat;
  content: "";
  pointer-events: none;
}

.new-itms_wrap dt span {
  background: linear-gradient(transparent 60%, rgba(248, 222, 211, .6) 0%);
}

.new-itms_wrap dd ul {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.new-itms_wrap dd ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.new-itms_wrap dd ul li:nth-of-type(1) .itm-img {
  width: 24rem;
}

.new-itms_wrap dd ul li:nth-of-type(2) .itm-img {
  width: 14.6rem;
}

.new-itms_wrap dd ul li .txt_wrap {
  flex: 1;
}

.new-itms_wrap dd ul li .itm-brand {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: .05em;
}

.new-itms_wrap dd ul li .itm-name {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.333;
}

.new-itms_wrap dd ul li .itm-caption {
  font-size: 1.3rem;
  line-height: 1.538;
}

.new-itms_wrap dd ul li .itm-caption .notes {
  display: block;
  padding-bottom: .5rem;
  font-size: 1.1rem;
}

.modal_area {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: 10;
  transition: opacity .5s;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
}

body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

header.move {
  transform: translateY(-100%);
}

.modal_area.hidden {
  opacity: 0;
  pointer-events: none;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 2rem;
  height: 2rem;
  margin: 2rem 2rem 0 0;
  cursor: pointer;
}

.sample-content-list {
  position: relative;
}

.sample-dtl {
  width: 40rem;
  padding: 2.5rem;
  background: #fff;
  display: none;
}

.sample-dtl.selected {
  display: block;
}

.sample-img {
  width: 18.5rem;
  margin: 0 auto;
  margin-bottom: 1.8rem;
}

.sample-brand {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  text-align: center;
}

.sample-brand .txt_en {
  display: block;
  padding-bottom: .5rem;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: .05em;
}

.sample-name {
  margin-bottom: .8rem;
  font-size: 1.6rem;
  text-align: center;
}

.sample-caption {
  font-size: 1.3rem;
  line-height: 1.69;
}

.sample-caption .txt_S {
  display: block;
  padding-top: .5rem;
  font-size: 1.1rem;
}

.sample-caption .notes {
  display: block;
  padding-top: .5rem;
  font-size: 1rem;
}
/*--------------------highlight01*/

/*highlight02--------------------*/
#Highlight02 {
  padding-bottom: 3.5rem;
}

.coupon-img {
  width: 76.6rem;
  margin: 0 auto;
}
/*--------------------highlight02*/

/*highlight03--------------------*/
#Highlight03 {
  position: relative;
  z-index: 1;
  padding: 0;
}

.bg_wrap {
  position: relative;
  padding-top: 6rem;
}

.bg_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url(../img/bg_001.jpg) center center / cover no-repeat;
  content: "";
}

#Kit02 {
  padding: 8rem 0 7rem;
}

#Kit03 {
  position: relative;
  z-index: 1;
  padding: 8rem 0 7rem;
}

#Kit03::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: rgba(118, 84, 46, .08);
  content: "";
}

.specialkit_wrap {
  position: relative;
  width: 50rem;
  margin: 0 auto 3rem;
}

.kit-img {
  margin-bottom: 2.5rem;
}

.kit-discount {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  width: 13rem;
  height: 13rem;
  margin: -4rem 0 0 -6rem;
}

#Kit02 .kit-discount {
  left: auto;
  right: 0;
  margin: -4rem -6rem 0 0;
}

.kit-discount img {
  width: 6.2rem;
}

.bg_blue {
  background: #B6E0F8;
}

.bg_green {
  background: #CCE6A8;
}

.bg_yellow {
  background: #F4DE85;
}

.kit-name {
  width: 100vw;
  margin: 0 calc(50% - 50vw) .5rem;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .025em;
  text-align: center;
}

.kit-price {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  text-align: center;
}

.kit-price .txt_L {
  font-size: 2.2rem;
}

.txt_blue {
  color: #B6E0F8;
}

.txt_green {
  color: #CCE6A8;
}

.txt_yellow {
  color: #F4DE85;
}

.kit-caption {
  font-size: 1.3rem;
  line-height: 1.846;
}

.kit-caption .txt_L {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}

.kit-dtl_wrap {
  margin-bottom: 3rem;
  padding: 3.5rem 3.2rem 3.5rem;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .08);
}

#Kit03 .kit-dtl_wrap {
  padding: 2.5rem 6.3rem 3.5rem;
}

.kit-dtl-ttl {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-align: center;
}

.kit-dtl-ttl .txt_en {
  display: block;
  margin: 0 auto;
}

#Kit01 .kit-dtl-ttl .txt_en {
  width: 7rem;
}

#Kit02 .kit-dtl-ttl .txt_en {
  width: 14.1rem;
}

#Kit03 .kit-dtl_wrap .kit-dtl-ttl:nth-of-type(1) .txt_en {
  width: 5.1rem;
}

#Kit03 .kit-dtl_wrap .kit-dtl-ttl:nth-of-type(2) .txt_en {
  width: 6.9rem;
}

.kit-dtl {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.kit-dtl li {
  position: relative;
  width: 16rem;
  padding-bottom: 11.5rem;
}

#Kit02 .kit-dtl li {
  padding-bottom: 9rem;
}

.kit-dtl li .itm-img {
  margin-bottom: 1.5rem;
}

.kit-dtl li .itm-brand {
  margin-bottom: 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.142;
  letter-spacing: .075em;
}

.kit-dtl li .itm-name {
  font-size: 1.4rem;
  line-height: 1.357;
}

.kit-dtl li .itm-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.75;
}

.sample-list_wrap {
  padding: 2.7rem 4.5rem 3rem;
  background: #F8F7F7;
}

.sample-list_wrap dt {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: .05em;
  text-align: center;
}

.sample-list_wrap dd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

.sample-img-list {
  position: relative;
  width: 39rem;
  height: 23rem;
}

.sample-img-list li {
  position: absolute;
}

.sample-img-list li .number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  width: 1.6rem;
  height: 1.6rem;
  margin: -1rem 0 0 -1rem;
  background: #363636;
  font-size: 1.15rem;
  color: #fff;
}

.sample-img-list li img {
  filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, .15));
}

.sample-img-list .itm01 {
  width: 4.2rem;
  margin: -.5rem 0 0 0;
}

.sample-img-list .itm02 {
  width: 12.2rem;
  margin: .7rem 0 0 7.6rem;
}

.sample-img-list .itm03 {
  width: 7.7rem;
  margin: .7rem 0 0 22.6rem;
}

.sample-img-list .itm04 {
  width: 5.2rem;
  margin: -.5rem 0 0 33.5rem;
}

.sample-img-list .itm05 {
  width: 7.4rem;
  margin: 13.5rem 0 0 0;
}

.sample-img-list .itm06 {
  width: 6.8rem;
  margin: 12.2rem 0 0 9rem;
}

.sample-img-list .itm07 {
  width: 6.1rem;
  margin: 12rem 0 0 17.4rem;
}

.sample-img-list .itm08 {
  width: 6.2rem;
  margin: 13.5rem 0 0 25.5rem;
}

.sample-img-list .itm09 {
  width: 5.8rem;
  margin: 12rem 0 0 33rem;
}

.sample-name-list li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 1.1rem;
}

.sample-name-list li:nth-of-type(n+2) {
  margin-top: .3rem;
}

.sample-name-list li .number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #363636;
  font-size: 1rem;
  color: #fff;
}

.booking-btn .btn_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  width: 38rem;
  height: 5.6rem;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: .05em;
  color: #fff;
}

.btn_inner::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.737rem;
  height: 2px;
  margin-right: 3rem;
  background: #fff;
  content: "";
}

.btn_inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px transparent;
  width: 1rem;
  height: 1rem;
  margin: 2px 3rem 0 0;
  content: "";
}

.pricklykit_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.pricklykit-img {
  width: 26rem;
}

.kit-dtl_wrap dd .pricklykit_wrap:nth-of-type(even) .pricklykit-img {
  order: 2;
}

.pricklykit-caption {
  flex: 1;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.769;
  color: #363636;
}

.pricklykit-caption b,
.fragrance-caption b {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #CB7D52;
}

.pricklykit-caption b .txt_S {
  display: block;
  font-size: 1.3rem;
  color: #363636;
}

.fragrance-caption {
  font-weight: 400;
}

/*--------------------highlight03*/

/*highlight04--------------------*/
.model-img {
  width: 60rem;
  margin: 0 auto;
}
/*--------------------highlight04*/

/*highlight05--------------------*/
#Highlight05 .booking-btn .btn_inner {
  gap: 1.5rem;
  width: 41.6rem;
  height: 5.3rem;
  font-size: 1.5rem;
}

#Highlight05 .booking-btn .btn_inner::before {
  margin-right: 2rem;
}

#Highlight05 .booking-btn .btn_inner::after {
  margin-right: 2rem;
}

.bg_pink {
  background: #FFC5AC;
}

.booking-btn .txt_en {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: .025em;
}
/*--------------------highlight05*/

/*nav----------------------------*/
.following-nav {
  position: fixed;
  bottom: 0;
  z-index: 5;
  transform: translateY(100%);
  transition: .3s;
}

.following-nav.up-move {
  transform: translateY(0);
}

.following-nav ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.following-nav li {
  background: #fff;
}

.following-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: .05em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .12);
}

.following-nav li:nth-of-type(1) a {
  background: #FFC5AC;
}

.following-nav li:nth-of-type(2) a {
  background: linear-gradient(to right, #B9E5FE, #fff);
}

.following-nav li:nth-of-type(3) a {
  background: linear-gradient(to right, #D6EDB8, #fff);
}

.following-nav li:nth-of-type(4) a {
  background: linear-gradient(to right, #F4E08D, #fff);
}

.following-nav li:nth-of-type(5) a {
  background: linear-gradient(to right, #F8DED3, #fff);
}

.following-nav li a p {
  border: solid 1px #000;
  height: 5.4rem;
  margin: .3rem;
  padding: .3rem 1.5rem;
}

.following-nav li a .txt_S {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .025em;
}
/*----------------------------nav*/
/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {
/*all----------------------------*/
.only_pc {
  display: none;
}

.LP_page .page_inner {
  width: calc(400 * (100vw / 428));
  margin: 0 auto calc(75 * (100vw / 428));
}

/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  padding: 0 0 calc(40 * (100vw / 428));
}

.main-ttl {
  margin: 0 calc(50% - 50vw) calc(17 * (100vw / 428));
}

.main-lead {
  font-size: calc(17 * (100vw / 428));
  line-height: 2;
}

.main-lead .txt_L {
  font-size: calc(22 * (100vw / 428));
}

.main-lead .txt_M {
  font-size: calc(20 * (100vw / 428));
}

.main-lead .txt_S {
  font-size: calc(13 * (100vw / 428));
}

.LP_page .txt_Uline::before {
  height: calc(3 * (100vw / 428));
  margin-bottom: calc(-3 * (100vw / 428));
}
/*-----------------------------mv*/

/*schedule-----------------------*/
.schedule_area {
  width: calc(400 * (100vw / 428));
  margin: 0 auto calc(10 * (100vw / 428));
  padding: calc(38 * (100vw / 428)) 0 calc(30 * (100vw / 428));
}

.schedule_area .sec-ttl .txt_en {
  padding-bottom: calc(3 * (100vw / 428));
  font-size: calc(23 * (100vw / 428));
}

.schedule_area .sec-ttl {
  margin-bottom: calc(20 * (100vw / 428));
  font-size: calc(12 * (100vw / 428));
}

.schedule-dtl:nth-of-type(n+2) {
  margin-top: calc(25 * (100vw / 428));
}

.schedule-dtl dt {
  margin-bottom: calc(12 * (100vw / 428));
  padding: 0 calc(60 * (100vw / 428));
  font-size: calc(14 * (100vw / 428));
}

.schedule-dtl dt::before {
  width: calc(30 * (100vw / 428));
}

.schedule-dtl dt::after {
  width: calc(30 * (100vw / 428));
}

.schedule-dtl dd ul li {
  gap: calc(10 * (100vw / 428));
}

.schedule-dtl dd ul li:nth-of-type(n+2) {
  margin-top: calc(5 * (100vw / 428));
}

.schedule-dtl dd ul li .date {
  width: calc(135 * (100vw / 428));
  font-size: calc(13 * (100vw / 428));
}

_::-webkit-full-page-media, _:future, :root .schedule-dtl dd ul li .date {
	letter-spacing: 0;
}

.schedule-dtl dd ul li .store {
  display: block;
  flex: 1;
  font-size: calc(15 * (100vw / 428));
  line-height: 1.466;
}

.schedule-dtl dd ul li .store .txt_en {
  font-size: calc(16 * (100vw / 428));
}

.schedule-dtl dd ul li .store a {
  margin-left: 0;
}
/*-----------------------schedule*/

/*highlight01--------------------*/
.each-highlight {
  padding: calc(50 * (100vw / 428)) 0 calc(10 * (100vw / 428));
}

.each-highlight .sec-ttl {
  display: block;
  width: auto;
  height: calc(121 * (100vw / 428));
  margin: 0 auto calc(20 * (100vw / 428));
  padding: calc(15 * (100vw / 428)) 0;
  font-size: calc(23 * (100vw / 428));
  line-height: 1.391;
  text-align: center;
}

.each-highlight .sec-ttl::before {
  width: calc(394 * (100vw / 428));
  height: calc(114 * (100vw / 428));
}

.each-highlight .sec-ttl .number {
  width: calc(29 * (100vw / 428));
  margin: 0 auto;
}

.each-highlight .sec-ttl .txt_en {
  font-size: calc(25 * (100vw / 428));
}

.lead {
  margin-bottom: calc(30 * (100vw / 428));
  font-size: calc(17 * (100vw / 428));
  line-height: 1.764;
}

.lead .txt_L {
  font-size: calc(21 * (100vw / 428));
}

.lead .txt_en {
  font-size: calc(19 * (100vw / 428));
  letter-spacing: .05em;
}

.sample-dtl_wrap {
  margin-bottom: calc(65 * (100vw / 428));
  padding: calc(20 * (100vw / 428)) calc(33 * (100vw / 428)) calc(35 * (100vw / 428));
}

.sample-img_wrap {
  height: calc(700 * (100vw / 428));
  margin-bottom: calc(30 * (100vw / 428));
  padding: 0;
}

.sample-img_wrap dt {
  width: calc(336 * (100vw / 428));
  margin: 0 auto calc(20 * (100vw / 428));
}

.sample-img_wrap dd ul .each-sample::before {
  border-radius: calc(100 * (100vw / 428));
  width: calc(13 * (100vw / 428));
  height: calc(13 * (100vw / 428));

}

.sample-img_wrap dd ul .each-sample .number {
  font-size: calc(11.5 * (100vw / 428));
  border-radius: calc(100 * (100vw / 428));
  width: calc(16 * (100vw / 428));
  height: calc(16 * (100vw / 428));
  margin: calc(-8 * (100vw / 428)) 0 0 calc(-8 * (100vw / 428));
}

.sample-img_wrap dd ul .itm01 {
  margin: 0 0 0 calc(8 * (100vw / 428));
  width: calc(127 * (100vw / 428));
}

.sample-img_wrap dd ul .itm02 {
  margin: 0 0 0 calc(147.7 * (100vw / 428));
  width: calc(115 * (100vw / 428));
}

.sample-img_wrap dd ul .itm03 {
  margin: calc(100 * (100vw / 428)) 0 0 calc(146 * (100vw / 428));
  width: calc(60 * (100vw / 428));
}

.sample-img_wrap dd ul .itm04 {
  margin: calc(100 * (100vw / 428)) 0 0 calc(213 * (100vw / 428));
  width: calc(60 * (100vw / 428));
}

.sample-img_wrap dd ul .itm05 {
  margin: 0 0 0 calc(278 * (100vw / 428));
  width: calc(55 * (100vw / 428));
}

.sample-img_wrap dd ul .itm06 {
  margin: calc(90 * (100vw / 428)) 0 0 calc(282 * (100vw / 428));
  width: calc(50 * (100vw / 428));
}

.sample-img_wrap dd ul .itm07 {
  margin: calc(188 * (100vw / 428)) 0 0 calc(8 * (100vw / 428));
  width: calc(42 * (100vw / 428));
}

.sample-img_wrap dd ul .itm08 {
  margin: calc(188 * (100vw / 428)) 0 0 calc(60 * (100vw / 428));
  width: calc(41 * (100vw / 428));
}

.sample-img_wrap dd ul .itm09 {
  margin: calc(188 * (100vw / 428)) 0 0 calc(110 * (100vw / 428));
  width: calc(41 * (100vw / 428));
}

.sample-img_wrap dd ul .itm10 {
  margin: calc(198 * (100vw / 428)) 0 0 calc(160 * (100vw / 428));
  width: calc(50 * (100vw / 428));
}

.sample-img_wrap dd ul .itm11 {
  margin: calc(198 * (100vw / 428)) 0 0 calc(221 * (100vw / 428));
  width: calc(50 * (100vw / 428));
}

.sample-img_wrap dd ul .itm12 {
  margin: calc(198 * (100vw / 428)) 0 0 calc(282 * (100vw / 428));
  width: calc(50 * (100vw / 428));
}

.sample-img_wrap dd ul .itm13 {
  margin: calc(290 * (100vw / 428)) 0 0 calc(8 * (100vw / 428));
  width: calc(117 * (100vw / 428));
}

.sample-img_wrap dd ul .itm14 {
  margin: calc(300 * (100vw / 428)) 0 0 calc(137 * (100vw / 428));
  width: calc(60 * (100vw / 428));
}

.sample-img_wrap dd ul .itm15 {
  margin: calc(300 * (100vw / 428)) 0 0 calc(206 * (100vw / 428));
  width: calc(60 * (100vw / 428));
}

.sample-img_wrap dd ul .itm16 {
  margin: calc(300 * (100vw / 428)) 0 0 calc(274 * (100vw / 428));
  width: calc(60 * (100vw / 428));
}

.sample-img_wrap dd ul .itm17 {
  margin: calc(385 * (100vw / 428)) 0 0 calc(8 * (100vw / 428));
  width: calc(44 * (100vw / 428));
}

.sample-img_wrap dd ul .itm18 {
  margin: calc(385 * (100vw / 428)) 0 0 calc(62 * (100vw / 428));
  width: calc(84 * (100vw / 428));
}

.sample-img_wrap dd ul .itm18 .number:nth-of-type(2),
.sample-img_wrap dd ul .itm19 .number:nth-of-type(2),
.sample-img_wrap dd ul .itm20 .number:nth-of-type(2) {
  margin: calc(-8 * (100vw / 428)) 0 0 calc(35 * (100vw / 428));
}

.sample-img_wrap dd ul .itm19 {
  margin: calc(385 * (100vw / 428)) 0 0 calc(156 * (100vw / 428));
  width: calc(84 * (100vw / 428));
}

.sample-img_wrap dd ul .itm20 {
  margin: calc(385 * (100vw / 428)) 0 0 calc(251 * (100vw / 428));
  width: calc(84 * (100vw / 428));
}

.sample-img_wrap dd ul .itm21 {
  margin: calc(480 * (100vw / 428)) 0 0 calc(8 * (100vw / 428));
  width: calc(43 * (100vw / 428));
}

.sample-img_wrap dd ul .itm22 {
  margin: calc(480 * (100vw / 428)) 0 0 calc(64 * (100vw / 428));
  width: calc(42 * (100vw / 428));
}

.sample-name_wrap dt {
  margin-bottom: calc(13 * (100vw / 428));
  font-size: calc(15 * (100vw / 428));
}

.sample-name_wrap dd {
  display: block;
}

.sample-name_wrap dd ul {
  display: block;
  width: auto;
  height: auto;
  padding: 0 0 0 calc(5 * (100vw / 428));
  font-size: calc(12 * (100vw / 428));
}

.sample-name_wrap dd ul li:nth-of-type(n+2) {
  margin-top: calc(1 * (100vw / 428));
}

.sample-name_wrap dd ul li .number {
  border-radius: calc(100 * (100vw / 428));
  width: calc(15 * (100vw / 428));
  height: calc(15 * (100vw / 428));
  margin-right: calc(6 * (100vw / 428));
  font-size: calc(11 * (100vw / 428));
}

.new-itms_wrap {
  border-radius: calc(20 * (100vw / 428));
  padding: calc(50 * (100vw / 428)) calc(18 * (100vw / 428)) calc(25 * (100vw / 428));
}

.new-itms_wrap dt {
  margin-top: calc(-30 * (100vw / 428));
  padding: 0 calc(25 * (100vw / 428)) 0 calc(30 * (100vw / 428));
  font-size: calc(18 * (100vw / 428));
  letter-spacing: .025em;
  text-align: center;
}

.new-itms_wrap dt::before {
  width: calc(40 * (100vw / 428));
  height: calc(35 * (100vw / 428));
  margin: calc(-15 * (100vw / 428)) 0 0 calc(16 * (100vw / 428));
}

.new-itms_wrap dd ul {
  display: block;
}

.new-itms_wrap dd ul li {
  position: relative;
  display: block;
}

.new-itms_wrap dd ul li:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 428));
}

.new-itms_wrap dd ul li:nth-of-type(1) .itm-img {
  width: calc(180 * (100vw / 428));
  margin-bottom: calc(10 * (100vw / 428));
}

.new-itms_wrap dd ul li:nth-of-type(2) .itm-img {
  width: calc(150 * (100vw / 428));
  margin-bottom: calc(10 * (100vw / 428));
}

.new-itms_wrap dd ul li .txt_wrap {
  width: auto;
  flex: unset;
}

.new-itms_wrap dd ul li .itm-brand {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(40 * (100vw / 428)) calc(200 * (100vw / 428));
  font-size: calc(19 * (100vw / 428));
  white-space: nowrap;
}

.new-itms_wrap dd ul li .itm-name {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(70 * (100vw / 428)) calc(200 * (100vw / 428));
  font-size: calc(15 * (100vw / 428));
  white-space: nowrap;
}

_::-webkit-full-page-media, _:future, :root .new-itms_wrap dd ul li .itm-name {
  margin: calc(70 * (100vw / 428)) 0 0 calc(200 * (100vw / 428));
  letter-spacing: -0.1em;
}

.new-itms_wrap dd ul li .itm-caption {
  font-size: calc(12 * (100vw / 428));
  line-height: 1.4166;
}

.new-itms_wrap dd ul li .itm-caption .notes {
  padding-bottom: calc(5 * (100vw / 428));
  font-size: calc(10 * (100vw / 428));
}

.btn-close {
  width: calc(20 * (100vw / 428));
  height: calc(20 * (100vw / 428));
  margin: calc(20 * (100vw / 428)) calc(20 * (100vw / 428)) 0 0;
}

.sample-dtl {
  width: calc(400 * (100vw / 428));
  padding: calc(25 * (100vw / 428));
}

.sample-img {
  width: calc(185 * (100vw / 428));
  margin-bottom: calc(18 * (100vw / 428));
}

.sample-brand {
  margin-bottom: calc(20 * (100vw / 428));
  font-size: calc(12 * (100vw / 428));
}

.sample-brand .txt_en {
  padding-bottom: calc(10 * (100vw / 428));
  font-size: calc(30 * (100vw / 428));
}

.sample-name {
  margin-bottom: calc(8 * (100vw / 428));
  font-size: calc(17 * (100vw / 428));
  white-space: nowrap;
}

.sample-caption {
  font-size: calc(14 * (100vw / 428));
  line-height: 1.5714;
}

.sample-caption .txt_S {
  padding-top: calc(5* (100vw / 428));
  font-size: calc(12 * (100vw / 428));
}

.sample-caption .notes {
  padding-top: calc(5* (100vw / 428));
  font-size: calc(11 * (100vw / 428));
}
/*--------------------highlight01*/

/*highlight02--------------------*/
#Highlight02 {
  padding-bottom: calc(30 * (100vw / 428));
}

.coupon-img {
  width: auto;
  margin-top: calc(-10 * (100vw / 428));
}
/*--------------------highlight02*/

/*highlight03--------------------*/
.bg_wrap {
  padding-top: calc(50 * (100vw / 428));
}

.bg_wrap::after {
  background: url(../img/bg_001_sp.jpg) center center / cover no-repeat;
}

#Kit02 {
  padding: calc(70 * (100vw / 428)) 0 calc(60 * (100vw / 428));
}

#Kit03 {
  padding: calc(50 * (100vw / 428)) 0 calc(60 * (100vw / 428));
}

.specialkit_wrap {
  width: calc(334 * (100vw / 428));
  margin: 0 auto calc(28 * (100vw / 428));
}

.kit-img {
  margin-bottom: calc(25 * (100vw / 428));
}

.kit-discount {
  border-radius: calc(100 * (100vw / 428));
  width: calc(93 * (100vw / 428));
  height: calc(93 * (100vw / 428));
  margin: calc(-25 * (100vw / 428)) 0 0 calc(-30 * (100vw / 428));
}

#Kit02 .kit-discount {
  margin: calc(-28 * (100vw / 428)) calc(-30 * (100vw / 428)) 0 0;
}

.kit-discount img {
  width: calc(50 * (100vw / 428));
}

.kit-name {
  margin: 0 calc(50% - 50vw) calc(5 * (100vw / 428));
  font-size: calc(22 * (100vw / 428));
  line-height: 1.3636
}

.kit-price {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(13 * (100vw / 428));
}

.kit-price .txt_L {
  font-size: calc(22 * (100vw / 428));
}

.kit-caption {
  font-size: calc(13 * (100vw / 428));
}

.kit-caption .txt_L {
  margin-bottom: calc(10 * (100vw / 428));
  font-size: calc(16 * (100vw / 428));
  line-height: 1.25;
}

.kit-dtl_wrap {
  margin-bottom: calc(30 * (100vw / 428));
  padding: calc(20 * (100vw / 428)) calc(13 * (100vw / 428)) calc(14 * (100vw / 428));
}

#Kit03 .kit-dtl_wrap {
  padding: calc(25 * (100vw / 428)) calc(33 * (100vw / 428)) calc(35 * (100vw / 428));
}

.kit-dtl-ttl {
  margin-bottom: calc(30 * (100vw / 428));
  font-size: calc(18 * (100vw / 428));
}

#Kit01 .kit-dtl-ttl .txt_en {
  width: calc(70 * (100vw / 428));
}

#Kit02 .kit-dtl-ttl .txt_en {
  width: calc(141 * (100vw / 428));
}

#Kit03 .kit-dtl_wrap .kit-dtl-ttl:nth-of-type(1) .txt_en {
  width: calc(51 * (100vw / 428));
}

#Kit03 .kit-dtl_wrap .kit-dtl-ttl:nth-of-type(2) .txt_en {
  width: calc(69 * (100vw / 428));
}

.kit-dtl {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  row-gap: calc(22 * (100vw / 428));
  margin-bottom: calc(5 * (100vw / 428));
}

.kit-dtl::after {
  display: block;
  width: calc(120 * (100vw / 428));
  content: "";
}

.kit-dtl li {
  width: calc(120 * (100vw / 428));
  padding-bottom: calc(125 * (100vw / 428));
}

#Kit02 .kit-dtl li {
  padding-bottom: calc(110 * (100vw / 428));
}

.kit-dtl li .itm-img {
  margin-bottom: calc(10 * (100vw / 428));
}

.kit-dtl li .itm-brand {
  margin-bottom: calc(5 * (100vw / 428));
  font-size: calc(14 * (100vw / 428));
  line-height: 1.142;
  white-space: nowrap;
}

.kit-dtl li .itm-name {
  font-size: calc(13 * (100vw / 428));
  line-height: 1.23;
}

.kit-dtl li .itm-caption {
  font-size: calc(12 * (100vw / 428));
  line-height: 1.5;
}

.sample-list_wrap {
  padding: calc(20 * (100vw / 428)) calc(10 * (100vw / 428));
}

.sample-list_wrap dt {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(14 * (100vw / 428));
}

.sample-list_wrap dd {
  display: block;
}

.sample-img-list {
  width: calc(334 * (100vw / 428));
  height: calc(205 * (100vw / 428));
  margin: 0 auto;
}

.sample-img-list li .number {
  border-radius: calc(100 * (100vw / 428));
  width: calc(16 * (100vw / 428));
  height: calc(16 * (100vw / 428));
  margin: calc(-10 * (100vw / 428)) 0 0 calc(-10 * (100vw / 428));
  font-size: calc(11.5 * (100vw / 428));
}

.sample-img-list .itm01 {
  width: calc(35 * (100vw / 428));
  margin: 0 0 0 0;
}

.sample-img-list .itm02 {
  width: calc(104 * (100vw / 428));
  margin: calc(7 * (100vw / 428)) 0 0 calc(66 * (100vw / 428));
}

.sample-img-list .itm03 {
  width: calc(65 * (100vw / 428));
  margin: calc(7 * (100vw / 428)) 0 0 calc(194 * (100vw / 428));
}

.sample-img-list .itm04 {
  width: calc(44 * (100vw / 428));
  margin: 0 0 0 calc(285 * (100vw / 428));
}

.sample-img-list .itm05 {
  width: calc(63 * (100vw / 428));
  margin: calc(110 * (100vw / 428)) 0 0 0;
}

.sample-img-list .itm06 {
  width: calc(58 * (100vw / 428));
  margin: calc(98 * (100vw / 428)) 0 0 calc(80 * (100vw / 428));
}

.sample-img-list .itm07 {
  width: calc(52 * (100vw / 428));
  margin: calc(98 * (100vw / 428)) 0 0 calc(150 * (100vw / 428));
}

.sample-img-list .itm08 {
  width: calc(53 * (100vw / 428));
  margin: calc(110 * (100vw / 428)) 0 0 calc(220 * (100vw / 428));
}

.sample-img-list .itm09 {
  width: calc(43 * (100vw / 428));
  margin: calc(100 * (100vw / 428)) 0 0 calc(286 * (100vw / 428));
}

.sample-name-list li {
  align-items: flex-start;
  gap: calc(5 * (100vw / 428));
  font-size: calc(11 * (100vw / 428));
}

.sample-name-list li:nth-of-type(n+2) {
  margin-top: calc(3 * (100vw / 428));
}

.sample-name-list li .number {
  border-radius: calc(100 * (100vw / 428));
  width: calc(14 * (100vw / 428));
  height: calc(14 * (100vw / 428));
  margin-top: 2px;
  font-size: calc(10 * (100vw / 428));
}

.booking-btn .btn_inner {
  border-radius: calc(28 * (100vw / 428));
  width: calc(365 * (100vw / 428));
  height: calc(56 * (100vw / 428));
  font-size: calc(17 * (100vw / 428));
}

_::-webkit-full-page-media, _:future, :root .booking-btn .btn_inner {
  letter-spacing: 0;
  white-space: nowrap;
}

.btn_inner::before {
  width: calc(17.37 * (100vw / 428));
  margin-right: calc(30 * (100vw / 428));
}

.btn_inner::after {
  width: calc(10 * (100vw / 428));
  height: calc(10 * (100vw / 428));
  margin-right: calc(30 * (100vw / 428));
}

.pricklykit_wrap {
  display: block;
  margin-bottom: calc(30 * (100vw / 428));
}

.pricklykit-img {
  width: calc(334 * (100vw / 428));
  margin: 0 auto calc(15 * (100vw / 428));
}

.pricklykit-caption {
  font-size: calc(13 * (100vw / 428));
}

.pricklykit-caption b,
.fragrance-caption b {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(19 * (100vw / 428));
  line-height: 1.3684;
}

.pricklykit-caption b .txt_S {
  font-size: calc(14 * (100vw / 428));
}
/*--------------------highlight03*/

/*highlight04--------------------*/
.model-img {
  width: auto;
}
/*--------------------highlight04*/

/*highlight05--------------------*/
#Highlight05 .booking-btn .btn_inner {
  gap: calc(9 * (100vw / 428));
  width: calc(378 * (100vw / 428));
  height: calc(54 * (100vw / 428));
  font-size: calc(15 * (100vw / 428));
}

#Highlight05 .booking-btn .btn_inner::before {
  margin-right: calc(20 * (100vw / 428));
}

#Highlight05 .booking-btn .btn_inner::after {
  margin-right: calc(20 * (100vw / 428));
}

.booking-btn .txt_en {
  font-size: calc(18 * (100vw / 428));
}
/*--------------------highlight05*/

/*nav----------------------------*/
.following-nav {
  left: 0;
  width: 100vw;
  overflow-x: scroll;
  white-space: nowrap;
}

.following-nav ul {
  display: flex;
  justify-content: normal;
  gap: calc(10 * (100vw / 428));
  margin: 0 calc(10 * (100vw / 428)) calc(12 * (100vw / 428));
}

.following-nav li a {
  height: calc(60 * (100vw / 428));
  font-size: calc(19 * (100vw / 428));
}

.following-nav li a p {
  height: calc(54 * (100vw / 428));
  margin: calc(3 * (100vw / 428));
  padding: calc(3 * (100vw / 428)) calc(15 * (100vw / 428));
}

.following-nav li a .txt_S {
  font-size: calc(12 * (100vw / 428))
}
/*----------------------------nav*/
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  /*nav----------------------------*/
.following-nav {
  left: 0;
  width: 100vw;
  overflow-x: scroll;
  white-space: nowrap;
}

.following-nav ul {
  display: flex;
  justify-content: normal;
  gap: calc(10 * (100vw / 900));
  margin: 0 calc(10 * (100vw / 900)) calc(12 * (100vw / 900));
}

.following-nav li a {
  height: calc(60 * (100vw / 900));
  font-size: calc(19 * (100vw / 900));
}

.following-nav li a p {
  height: calc(54 * (100vw / 900));
  margin: calc(3 * (100vw / 900));
  padding: calc(3 * (100vw / 900)) calc(15 * (100vw / 900));
}

.following-nav li a .txt_S {
  font-size: calc(12 * (100vw / 900))
}
/*----------------------------nav*/

}

/*---------------------------------------------Smart phone*/

/*pcのみ--------------------------------------------------*/
@media screen and  (min-width:768px) {
.only_sp {
  display: none;
}
}
/*--------------------------------------------------pcのみ*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1200px){
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
