@charset "UTF-8";

/* ======================================================
base Style
======================================================== */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

.l-container {
  width: 100%;
  --white: #fff;
  --black: #000;
  --default: #727171;
  --font: pragmatica, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "hiragino-kaku-gothic-pron", "メイリオ", "Meiryo", sans-serif;
  --font-en: pragmatica, serif;
  --pc-width: 1600;
  --tb-width: 768;
  --sp-width: 750;
  --pink-color1: #F1D6D5;
  --pink-color2: #E09B9B;
  --pink-color3: #E8C4C4;
  --salmon-color1: #FAD8D1;
  --salmon-color2: #DBA9A2;
  --fw-exlight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-bold: 700;
  --fw-black: 900;
  --fw-book: var(--fw-regular);
}

/* ====================================
                tablet
=======================================*/
#feature * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  font-family: var(--font);
}

#feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#feature {
  overflow-x: clip;
  color: var(--default);
}

#feature.active {
  opacity: 1;
}

#feature picture {
  display: block;
  font-size: 0;
}


#feature a:hover {
  opacity: 1;
}

#feature img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#feature sup {
  font-size: 1rem;
}

.js-up-load {
  opacity: 0;
  transform: translateY(4rem);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.js-up-load.js-load-active {
  opacity: 1;
  transform: translateY(0);
}

.js-up {
  transform: translateY(5rem);
  transition: transform 1s ease-out;
}

.js-up.js-active {
  transform: translateY(0);
}

/* フェード */
.js-fadeIn-load,
.js-fadeIn {
  opacity: 0;
  transition: opacity 1.8s;
}

.js-fadeIn-load.js-load-active,
.js-fadeIn.js-fade-active {
  opacity: 1;
}

#feature .sec_intro {
  text-align: center;
  margin-bottom: calc(70 * 100vw / 750);
}

@media screen and (min-width: 768px) {
  #feature .sec_intro {
    margin-bottom: 3.3rem;
  }

  #feature a:hover {
    opacity: 0.8;
  }
}

#feature .sec_subttl {
  margin-bottom: calc(34 * 100vw / 750);
  font-weight: var(--fw-regular);
  font-size: calc(22 * 100vw / 750);
}

@media screen and (min-width: 768px) {
  #feature .sec_subttl {
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
  }
}

#feature .sec_ttl {
  font-weight: var(--fw-black);
  font-size: calc(64 * 100vw / 750);
  color: var(--pink-color1);
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-indent: -0.15em;
}

#feature .sec_ttl.salmon_color {
  color: var(--salmon-color1);
}

@media screen and (min-width: 768px) {
  #feature .sec_ttl {
    font-size: calc(54*(100vw / 1600));
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #feature .sec_ttl {
    width: calc(675*(100vw / 750));
    margin: 0 auto;
  }

  #feature .for_spanAddition {
    font-size: calc(32*(100vw / 1600));
  }

  #feature .sec_ttl span {
    padding-left: calc(10*(100vw / 750));
  }
}

#feature .sec_lead {
  margin-top: calc(42 * 100vw / 750);
  font-weight: var(--fw-regular);
  font-size: calc(24 * 100vw / 750);
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  #feature .sec_lead {
    margin-top: 2.9rem;
    font-size: 1.2rem;
  }
}

#feature .sec_ttl-price {
  font-weight: var(--fw-regular);
  font-size: calc(32 * 100vw / 750);
  line-height: 1;
  margin-bottom: calc(40 * 100vw / 750);
  text-align: center;
}

@media screen and (min-width: 768px) {
  #feature .sec_ttl-price {
    margin-bottom: 3.8rem;
    font-size: 2.2rem;
  }
}

#feature .sec_ttl-price span {
  font-weight: var(--fw-regular);
}

@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

#feature .mv_area--contents {
  width: 100%;
  margin: 0 auto;
}

#feature .mv_area--contents a:hover {
  opacity: 1;
}

#feature .about_area {
  width: 100%;
  margin: 0 auto;
}

#feature .about_area-contents {
  /* width: calc(750*(100vw / 750)); */
  margin: 0 auto;
  margin-top: calc(47*(100vw / 750));
  text-align: center;
  color: var(--default);
}

#feature .about_sub-ttl {
  font-family: var(--font-en);
  font-size: calc(26*(100vw / 750));
  letter-spacing: 0.2em;
  font-weight: var(--fw-book);
  text-indent: 0.2em;
  margin-top: calc(137*(100vw / 750));
}

#feature .about_ttl {
  font-family: var(--font-en);
  font-size: calc(36*(100vw / 750));
  letter-spacing: 0.2em;
  font-weight: var(--fw-light);
  text-indent: 0.2em;
  margin-top: calc(42*(100vw / 750));
}

#feature .about_day {
  font-size: calc(26*(100vw / 750));
  letter-spacing: 0.15em;
  font-weight: var(--fw-regular);
  text-indent: 0.2em;
}

#feature .about_day span {
  font-family: var(--font-en);
  font-size: calc(28*(100vw / 750));
  font-weight: var(--fw-book);
}

#feature .about_lead-box {
  margin-top: calc(81*(100vw / 750));
}

#feature .about_lead {
  font-family: var(--font);
  font-size: calc(24*(100vw / 750));
  letter-spacing: 0.3em;
  font-weight: var(--fw-regular);
  line-height: 2.1083333333;
  text-indent: 0.3em;
}

#feature .about_lead:nth-of-type(2) {
  margin-top: calc(52*(100vw / 750));
}

#feature .about_lead:nth-of-type(3) {
  margin-top: calc(52*(100vw / 750));
}

@media screen and (min-width: 768px) {
  #feature .about_area-contents {
    /* width: calc(460*(100vw / 1600)); */
    margin: 0 auto;
    margin-top: calc(45*(100vw / 1600));
  }

  #feature .about_sub-ttl {
    font-size: calc(18*(100vw / 1600));
    margin-top: calc(97*(100vw / 1600));
  }

  #feature .about_ttl {
    font-size: calc(26*(100vw / 1600));
    margin-top: calc(25*(100vw / 1600));
  }

  #feature .about_day {
    font-size: calc(18*(100vw / 1600));
  }

  #feature .about_day span {
    font-size: calc(20*(100vw / 1600));
  }

  #feature .about_lead-box {
    margin-top: calc(68*(100vw / 1600));
  }

  #feature .about_lead {
    font-size: calc(14*(100vw / 1600));
    line-height: 2.2;
  }

  #feature .about_lead:nth-of-type(2) {
    margin-top: calc(33*(100vw / 1600));
  }

  #feature .about_lead:nth-of-type(3) {
    margin-top: calc(32*(100vw / 1600));
  }
}

#feature .new_item_product {
  width: calc(750*(100vw / 750));
  margin: 0 auto;
  position: relative;
}

#feature .new_item_product .new_item_product--inner {
  width: calc(460*(100vw / 750));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-122*(100vw / 750));
  z-index: 1;
}

#feature .new_item_product._02 .new_item_product--inner {
  top: calc(-90*(100vw / 750));
}

#feature .new_item_product .new_item_img {
  width: calc(400*(100vw / 750));
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #feature .new_item_product .new_item_product--inner {
    width: calc(300*(100vw / 1600));
    top: calc(-86*(100vw / 1600));
  }

  #feature .new_item_product._02 .new_item_product--inner {
    top: calc(-62*(100vw / 1600));
  }

  #feature .new_item_product .new_item_img {
    width: calc(300*(100vw / 1600));
  }
}

#feature .new_item_btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: calc(80*(100vw / 750));
}

#feature .new_item_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(460 * 100vw / 750);
  height: calc(92 * 100vw / 750);
  font-size: calc(32 * 100vw / 750);
  font-weight: var(--fw-book);
  line-height: 1;
  letter-spacing: 0.15em;
  background-color: var(--pink-color1);
  color: var(--white);
  text-align: center;
  border-radius: calc(46*(100vw / 750));
}

#feature .new_item_btn.salmon_color a {
  background-color: var(--salmon-color1);
}

#feature .new_item_btn .txt_credit {
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
}

#feature .new_item_btn .txt_tax {
  font-size: calc(28*(100vw / 750));
}

@media screen and (min-width: 768px) {
  #feature .new_item_btn {
    margin-top: calc(50*(100vw / 1600));
  }

  #feature .new_item_btn a {
    width: calc(276 * 100vw / 1600);
    height: calc(56 * 100vw / 1600);
    font-size: calc(20 * 100vw / 1600);
    border-radius: calc(28*(100vw / 1600));
  }

  #feature .new_item_btn .txt_tax {
    font-size: calc(16*(100vw / 1600));
  }
}

#feature .new_item_sec {
  margin-top: calc(133*(100vw / 750));
  padding-bottom: calc(500*(100vw / 750));
}

#feature .new_item_sec.color {
  margin-top: calc(186*(100vw / 750));
  padding-bottom: calc(380*(100vw / 750));
}

@media screen and (min-width: 768px) {
  #feature .new_item_sec {
    margin-top: calc(97*(100vw / 1600));
    padding-bottom: calc(350*(100vw / 1600));
  }

  #feature .new_item_sec--inner {
    width: calc(1600*(100vw / 1600));
    margin: 0 auto;
  }

  #feature .new_item_sec.color {
    margin-top: calc(150*(100vw / 1600));
    padding-bottom: calc(250*(100vw / 1600));
  }
}

#feature .page-share-btn {
  overflow: hidden;
  height: 0;
}

#feature .new_item_sec .decor_loop {
  position: relative;
  width: calc(1600*(100vw / 1600));
  margin-top: calc(134*(100vw / 1600));
}

#feature .new_item_sec .text-move_1 {
  position: absolute;
  top: 0;
  left: 0;
}

#feature .new_item_sec .decor_loop2 {
  position: relative;
  width: calc(1600*(100vw / 1600));
  margin-top: calc(112*(100vw / 1600));
}

#feature .new_item_sec .text-move_2 {
  position: absolute;
  top: 0;
  left: 0;
}

/* .new_item_sec .decor_loop:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(123.2*(100vw / 1600));
  background-image: url(../img/loop_txt01.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  animation: loop 40s linear infinite;
}

.new_item_sec.color .decor_loop {
  margin-top: calc(113*(100vw / 1600));
}

.new_item_sec.color .decor_loop:after {
  height: calc(130*(100vw / 1600));
  background-image: url(../img/loop_txt02.svg);
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -150rem 0;
  }
} */

@media only screen and (max-width: 768px) {
  #feature .new_item_sec .decor_loop {
    margin-top: calc(216*(100vw / 750));
  }

  #feature .new_item_sec .decor_loop2 {
    margin-top: calc(184*(100vw / 750));
  }

  /* .new_item_sec .decor_loop:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(154 * (100vw / 750));
    background-image: url(../img/sp/loop_txt01.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    content: "";
    animation: loop 40s linear infinite;
  }
  .new_item_sec.color .decor_loop:after {
    height: calc(163 * (100vw / 750));
    background-image: url(../img/sp/loop_txt02.svg);
  } */
}

/*# sourceMappingURL=style.css.map */

/* ===================
  　　section03
=================== */
.section03 {
  width: calc(1600*(100vw / 1600));
  margin-top: calc(83*(100vw / 1600));
}

.section03 .sec_warpper {
  width: calc(1400*(100vw / 1600));
  margin: 0 auto;
}

.section03 .sec_warpper .sec_wrap {
  width: calc(603*(100vw / 1600));
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section03 {
    width: calc(750*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
  }

  .section03 .sec_warpper {
    width: calc(750*(100vw / 750));
  }

  .section03 .sec_warpper .sec_wrap {
    width: calc(750*(100vw / 750));
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}

/* ===================
  　　section05
=================== */
.section05 {
  width: calc(1600*(100vw / 1600));
  margin-top: calc(78*(100vw / 1600));
}

.section05 .sec_warpper {
  width: calc(1400*(100vw / 1600));
  margin: 0 auto;
}

.section05 .sec_warpper .sec_wrap {
  width: calc(607*(100vw / 1600));
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section05 {
    width: calc(750*(100vw / 750));
    margin-top: calc(153*(100vw / 750));
  }

  .section05 .sec_warpper {
    width: calc(750*(100vw / 750));
  }

  .section05 .sec_warpper .sec_wrap {
    width: calc(750*(100vw / 750));
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}

/* ===================
  　　　LIP COLOR
=================== */
#feature .color_name {
  font-family: var(--font-en);
  font-weight: var(--fw-black);
  font-size: calc(56* 100vw / 750);
  color: #DF988C;
  line-height: 1.2;
  letter-spacing: 0.15em;
}

#feature .color_name._02 {
  color: #CD634A;
}

#feature .color_name._03 {
  color: #AE453C;
}

#feature .color_name._04 {
  color: #A12F1C;
}

#feature .color_name._05 {
  color: #DF3624;
}

#feature .color_name._06 {
  color: #F2B099;
}

#feature .color_name._07 {
  color: #D5836F;
}

#feature .color_name._08 {
  color: #CA916A;
}

#feature .color_wrap {
  width: calc(750*(100vw / 750));
  margin: 0 auto;
}

#feature .color_list_outside {
  width: calc(750*(100vw / 750));
  height: calc(985*(100vw / 750));
  position: relative;
}

@media screen and (min-width: 768px) {
  #feature .color_name {
    font-size: calc(46* 100vw / 1600);
  }

  #feature .color_wrap {
    width: calc(600*(100vw / 1600));
    margin: 0;
  }

  #feature .color_list_outside {
    width: calc(600*(100vw / 1600));
    height: calc(790*(100vw / 1600));
  }
}

@media screen and (max-width: 767px) {
  #feature .color_name {
    width: calc(650*(100vw / 750));
    margin: 0 auto;
  }

  #feature .section05 .color_name {
    width: calc(657*(100vw / 750));
    margin: 0 auto;
  }

  .section05 .color_list_outside .color_list {
    margin-top: calc(35*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SLICK
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#feature .model-item_slider .slick-list img {
  width: 100%;
}

/*------------ 長方形 ------------*/
#feature .model-item_slider .dots-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: calc(-32*(100vw / 1600));
}

#feature .model-item_slider .dots-wrap li {
  width: calc(150*(100vw / 1600));
  height: calc(2*(100vw / 1600));
  margin: 0;
  background: var(--pink-color1);
  cursor: pointer;
}

#feature .model-item_slider._02 .dots-wrap li {
  width: calc(200*(100vw / 1600));
}

.model-item_slider._05 .dots-wrap li {
  width: calc(300*(100vw / 1600));
}

.model-item_slider._06 .dots-wrap li {
  width: calc(200*(100vw / 1600));
}

.model-item_slider._07 .dots-wrap li {
  width: calc(150*(100vw / 1600));
}

.model-item_slider._08 .dots-wrap li {
  width: calc(200*(100vw / 1600));
}

.model-item_slider .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.model-item_slider .dots-wrap li:hover,
.model-item_slider .dots-wrap li.slick-active {
  background: var(--pink-color2);
}

@media screen and (max-width: 767px) {

  /*------------ 長方形 ------------*/
  .model-item_slider .dots-wrap {
    bottom: calc(-42*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
  }

  .section05 .model-item_slider .dots-wrap {
    bottom: calc(-43*(100vw / 750));
  }

  .model-item_slider .dots-wrap li {
    width: calc(165*(100vw / 750));
    height: calc(4*(100vw / 750));
  }

  .model-item_slider._02 .dots-wrap li {
    width: calc(220*(100vw / 750));
  }

  .model-item_slider._05 .dots-wrap li {
    width: calc(330*(100vw / 750));
  }

  .model-item_slider._06 .dots-wrap li {
    width: calc(220*(100vw / 750));
  }

  .model-item_slider._07 .dots-wrap li {
    width: calc(165*(100vw / 750));
  }

  .model-item_slider._08 .dots-wrap li {
    width: calc(220*(100vw / 750));
  }
}


.lip_item_btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: calc(302*(100vw / 750));
}

/* .section05 .lip_item_btn {
  margin-top: calc(303*(100vw / 750));
} */
.lip_item_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(460 * 100vw / 750);
  height: calc(92 * 100vw / 750);
  font-size: calc(32 * 100vw / 750);
  font-weight: var(--fw-book);
  line-height: 1;
  letter-spacing: 0.15em;
  background-color: #DF988C;
  color: var(--white);
  text-align: center;
  border-radius: calc(46*(100vw / 750));
}

.lip_item_btn._02 a {
  background-color: #CD634A;
}

.lip_item_btn._03 a {
  background-color: #AE453C;
}

.lip_item_btn._04 a {
  background-color: #A12F1C;
}

.lip_item_btn._05 {
  color: #DF3624;
  margin-top: calc(300*(100vw / 750));
  font-family: var(--font-en);
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  font-weight: var(--fw-bold);
  text-align: center;
}

.lip_item_btn._05 .limited {
  font-size: calc(44*(100vw / 750));
}

.lip_item_btn._05 .limited_credit {
  font-size: calc(32*(100vw / 750));
  margin-top: calc(18*(100vw / 750));
}

.lip_item_btn._05 .txt_tax {
  font-size: calc(28*(100vw / 750));
  font-weight: var(--fw-book);
}

.lip_item_btn._06 a {
  background-color: #F2B099;
}

.lip_item_btn._07 a {
  background-color: #D5836F;
}

.lip_item_btn._08 a {
  background-color: #CA916A;
}

.lip_item_btn.salmon_color a {
  background-color: var(--salmon-color1);
}

.lip_item_btn .txt_credit {
  font-weight: var(--fw-bold);
}

.lip_item_btn .txt_tax {
  font-size: calc(28*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .lip_item_btn {
    margin-top: calc(204*(100vw / 1600));
  }

  .lip_item_btn a {
    width: calc(276 * 100vw / 1600);
    height: calc(56 * 100vw / 1600);
    font-size: calc(20 * 100vw / 1600);
    border-radius: calc(28*(100vw / 1600));
  }

  .lip_item_btn .txt_tax {
    font-size: calc(16*(100vw / 1600));
  }

  .lip_item_btn._05 {
    margin-top: calc(202*(100vw / 1600));
  }

  .lip_item_btn._05 .limited {
    font-size: calc(24*(100vw / 1600));
  }

  .lip_item_btn._05 .limited_credit {
    font-size: calc(20*(100vw / 1600));
    margin-top: calc(15*(100vw / 1600));
  }

  .lip_item_btn._05 .txt_tax {
    font-size: calc(16*(100vw / 1600));
  }
}

.color_list_outside .color_list {
  width: calc(750*(100vw / 750));
  margin: 0 auto;
  margin-top: calc(39*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .color_list_outside .color_list {
    width: calc(600*(100vw / 1600));
    margin-top: calc(19*(100vw / 1600));
  }

  .section05 .color_list_outside .color_list {
    margin-top: calc(18*(100vw / 1600));
  }
}

.tabs {
  width: calc(400*(100vw / 1600));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: calc(106*(100vw / 1600));
  left: 50%;
  transform: translateX(-50%);
  gap: calc(10*(100vw / 1600));
}

.tab-button {
  width: calc(72*(100vw / 1600));
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

.tab-button .tab_img {
  width: calc(62*(100vw / 1600));
  display: block;
  margin: 0 auto;
}

.tab-button.active {
  width: calc(72*(100vw / 1600));
  height: calc(72*(100vw / 1600));
  border: solid calc(1*(100vw / 1600)) var(--pink-color2);
  border-radius: calc(36*(100vw / 1600));
  padding: 0;
}

.tab-button._02.active {
  border: solid calc(1*(100vw / 1600)) #CD634A;
}

.tab-button._03.active {
  border: solid calc(1*(100vw / 1600)) #AE453C;
}

.tab-button._04.active {
  border: solid calc(1*(100vw / 1600)) #A12F1C;
}

.tab-button._05.active {
  border: solid calc(1*(100vw / 1600)) #DF3624;
}

.tab-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
}

.tab-panel {
  display: none;
  opacity: 0;
}

.tab-panel.active {
  display: block;
  -webkit-animation: fadeIn2 0.5s ease-in forwards;
  animation: fadeIn2 0.5s ease-in forwards;
}

@-webkit-keyframes fadeIn2 {
  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pages {
  width: calc(400*(100vw / 1600));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: calc(106*(100vw / 1600));
  left: 50%;
  transform: translateX(-50%);
  gap: calc(10*(100vw / 1600));
}

.tab-btn {
  width: calc(72*(100vw / 1600));
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

.tab-btn .page_img {
  width: calc(62*(100vw / 1600));
  display: block;
  margin: 0 auto;
}

.tab-btn.active {
  width: calc(72*(100vw / 1600));
  height: calc(72*(100vw / 1600));
  border: solid calc(1*(100vw / 1600)) var(--pink-color2);
  border-radius: calc(36*(100vw / 1600));
  padding: 0;
}

.tab-btn._06.active {
  border: solid calc(1*(100vw / 1600)) #F2B099;
}

.tab-btn._07.active {
  border: solid calc(1*(100vw / 1600)) #D5836F;
}

.tab-btn._08.active {
  border: solid calc(1*(100vw / 1600)) #CA916A;
}

.page-content {
  width: 100%;
  margin: 0 auto;
  margin-top: calc(159*(100vw / 1600));
}

.tab-page {
  display: none;
  opacity: 0;
}

.tab-page.active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in forwards;
  animation: fadeIn 0.5s ease-in forwards;
}

@-webkit-keyframes fadeIn {
  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .tabs {
    width: calc(640*(100vw / 750));
    bottom: calc(172*(100vw / 750));
    gap: calc(10*(100vw / 750));
    justify-content: space-between;
  }

  .tab-button {
    width: calc(120*(100vw / 750));
  }

  .tab-button .tab_img {
    width: calc(100*(100vw / 750));
  }

  .tab-content {
    margin-top: 0;
  }

  .tab-button.active {
    width: calc(120*(100vw / 750));
    height: calc(120*(100vw / 750));
    border-radius: calc(60*(100vw / 750));
    border: solid calc(2*(100vw / 750)) var(--pink-color2);
  }

  .tab-button._02.active {
    border: solid calc(2*(100vw / 750)) #CD634A;
  }

  .tab-button._03.active {
    border: solid calc(2*(100vw / 750)) #AE453C;
  }

  .tab-button._04.active {
    border: solid calc(2*(100vw / 750)) #A12F1C;
  }

  .tab-button._05.active {
    border: solid calc(2*(100vw / 750)) #DF3624;
  }

  .pages {
    width: calc(380*(100vw / 750));
    bottom: calc(172*(100vw / 750));
    gap: calc(10*(100vw / 750));
    justify-content: space-between;
  }

  .tab-btn {
    width: calc(120*(100vw / 750));
  }

  .tab-btn .page_img {
    width: calc(100*(100vw / 750));
  }

  .page-content {
    margin-top: 0;
  }

  .tab-btn.active {
    width: calc(120*(100vw / 750));
    height: calc(120*(100vw / 750));
    border-radius: calc(60*(100vw / 750));
    border: solid calc(2*(100vw / 750)) var(--pink-color2);
  }

  .tab-btn._06.active {
    border: solid calc(2*(100vw / 750)) #F2B099;
  }

  .tab-btn._07.active {
    border: solid calc(2*(100vw / 750)) #D5836F;
  }

  .tab-btn._08.active {
    border: solid calc(2*(100vw / 750)) #CA916A;
  }
}

/*schedule--------------------*/
.schedule_area {
  padding: calc(80*(100vw / 1600)) 0 calc(44*(100vw / 1600));
  letter-spacing: 0.14em;
}

section.schedule_area {}

.schedule_area .sec_inner {
  padding-top: calc(74*(100vw / 1600));
}

.schedule_area .sec_ttl {
  text-align: center;
  margin-bottom: calc(36*(100vw / 1600));
  font-size: calc(32*(100vw / 1600)) !important;
  !i;
  !;
}

.each_schedule {
  text-align: center;
}

.each_schedule:nth-of-type(n+2) {
  margin-top: calc(42*(100vw / 1600));
}

.each_schedule h5 {
  margin-bottom: calc(27*(100vw / 1600));
  font-size: calc(16*(100vw / 1600));
  font-weight: var(--fw-regular);
  color: var(--default);
  font-family: var(--font);
}

.each_schedule h5 .txt_L {
  font-family: var(--font-en);
  font-size: calc(18*(100vw / 1600));
  font-weight: var(--fw-bold);
}

.each_schedule h5 .txt_M {
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
}

.each_schedule h6 {
  font-family: var(--font_en);
  font-size: calc(18*(100vw / 1600));
  font-weight: var(--fw-bold);
  color: var(--pink-color3);
}

.each_schedule h6:nth-of-type(n+2) {
  margin-top: calc(22*(100vw / 1600));
}

#feature .each_schedule p {
  font-family: var(--font-en);
  font-weight: var(--fw-book);
  margin-top: calc(5*(100vw / 1600));
  font-size: calc(15*(100vw / 1600));
  line-height: 2;
  color: var(--default);
}

.each_schedule p .txt_S {
  font-size: calc(13*(100vw / 1600));
  font-family: var(--font);
}

/*--------------------schedule*/

/*ending----------------------*/
.ending_area {
  padding-bottom: calc(160*(100vw / 1600));
}

.ending_area .btn_sumup {
  width: fit-content;
  margin: 0 auto;
}

.ending_area .btn_sumup a {
  display: grid;
  place-items: center;
  width: calc(360*(100vw / 1600));
  height: calc(74*(100vw / 1600));
  border-radius: calc(100*(100vw / 1600));
  background: var(--pink-color3);
  font-family: var(--font_en);
  font-size: calc(24*(100vw / 1600));
  font-weight: var(--fw-bold);
  text-align: center;
  color: var(--white);
}

.ending_area .btn_sumup a>span {
  padding-top: calc(5*(100vw / 1600));
}

.iOS .ending_area .btn_sumup a>span {
  padding: 0;
}

.ending_area .btn_sumup a .txt_S {
  display: block;
  margin-bottom: calc(5*(100vw / 1600));
  font-size: calc(15*(100vw / 1600));
}

/*----------------------ending*/


@media only screen and (max-width: 768px) {

  /*schedule--------------------*/
  .schedule_area {
    padding: calc(100*(100vw / 750)) 0 calc(68*(100vw / 750));
  }

  .schedule_area .sec_inner {
    padding-top: calc(92*(100vw / 750));
  }

  .schedule_area .sec_ttl {
    margin-bottom: calc(55*(100vw / 750));
    font-size: calc(44*(100vw / 750))
  }

  .schedule_area .sec_ttl span {
    padding-left: 0;
  }

  .each_schedule:nth-of-type(n+2) {
    margin-top: calc(64 * (100vw / 750));
  }

  .each_schedule h5 {
    margin-bottom: calc(46*(100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }

  .each_schedule h5 .txt_L {
    font-size: calc(28 * (100vw / 750));
  }

  .each_schedule h5 .txt_M {
    font-size: calc(26 * (100vw / 750));
  }

  .each_schedule h6 {
    font-size: calc(28 * (100vw / 750));
  }

  .each_schedule h6:nth-of-type(n+2) {
    margin-top: calc(37*(100vw / 750));
  }

  .each_schedule p {
    margin-top: calc(7*(100vw / 750));
    font-size: calc(26 * (100vw / 750));
  }

  .each_schedule p:nth-of-type(2) {
    margin-top: calc(10*(100vw / 750));
  }

  .iOS .ending_area .btn_sumup a>span {
    padding: 0 0 calc(2 * (100vw / 750));
  }

  .each_schedule p .txt_S {
    font-size: calc(22 * (100vw / 750));
  }

  /*--------------------schedule*/
  /*ending----------------------*/
  .ending_area {
    padding-bottom: calc(200*(100vw / 750));
  }

  .ending_area .btn_sumup a {
    width: calc(600 * (100vw / 750));
    height: calc(124 * (100vw / 750));
    border-radius: calc(200 * (100vw / 750));
    font-size: calc(40 * (100vw / 750));
  }

  .ending_area .btn_sumup a>span {
    padding-top: calc(6*(100vw / 750));
  }

  .ending_area .btn_sumup a .txt_S {
    margin-bottom: calc(10 * (100vw / 750));
    font-size: calc(25 * (100vw / 750));
  }

  /*----------------------ending*/
}

button {
  /* ボタンのスタイル */
  outline: none;
  /* フォーカス時のアウトラインを非表示 */
}

/* ==== テキスト流れる ==== */
.text-move_1 {
  align-items: center;
  display: flex;
  height: calc(145*(100vw / 1600));
  color: var(--pink-color1);
  line-height: 1;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 0;
}

.text-move_1 ul {
  animation: flowing_2 200s linear infinite;
  font-family: var(--font-en);
  font-size: calc(176*(100vw / 1600));
  font-weight: var(--fw-bold);
  letter-spacing: 0.15em;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.text-move_2 {
  align-items: center;
  display: flex;
  height: calc(145*(100vw / 1600));
  color: var(--salmon-color1);
  line-height: 1;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 0;
}

.text-move_2 ul {
  animation: flowing_2 200s linear infinite;
  font-family: var(--font-en);
  font-size: calc(176*(100vw / 1600));
  font-weight: var(--fw-bold);
  letter-spacing: 0.15em;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.text-move_1 ul li,
.text-move_2 ul li {
  display: inline-block;
}

.text-move_1 ul li span,
.text-move_2 ul li span {
  font-size: 7.2rem;
  display: inline-block;
  transform: translateY(-6px);
}

.text-move_1 ul:nth-of-type(1),
.text-move_2 ul:nth-of-type(1) {
  padding-right: 3.5rem;
}

@keyframes flowing {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes flowing_2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ==== // テキスト流れる ==== */

@media only screen and (max-width: 768px) {

  /* ==== テキスト流れる ==== */
  .text-move_1 {
    height: calc(170*(100vw / 750));
  }

  .text-move_1 ul {
    font-size: calc(220*(100vw / 750));
  }

  .text-move_2 {
    height: calc(180*(100vw / 750));
  }

  .text-move_2 ul {
    font-size: calc(220*(100vw / 750));
  }

  .text-move_1 ul li,
  .text-move_2 ul li {
    display: inline-block;
  }

  .text-move_1 ul:nth-of-type(1),
  .text-move_2 ul:nth-of-type(1) {
    padding-right: calc(40 *(100vw/750));
  }

  @keyframes flowing {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes flowing_2 {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  /* ==== // テキスト流れる ==== */
}

/* リセット用 */
.swiper-outer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: calc(30*(100vw / 1600));
}

#feature .js-swiper1,
#feature .js-swiper2,
#feature .js-swiper3,
#feature .js-swiper4,
#feature .js-swiper6,
#feature .js-swiper7,
#feature .js-swiper8 {
  box-sizing: border-box;
  width: 100%;
  height: calc(790*(100vw / 1600));
  overflow: hidden;
}

.js-swiper1 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-outer .swiper-scrollbar {
  background: var(--pink-color1);
  /* スクロールバーの背景色 */
  height: calc(2*(100vw / 1600));
  position: absolute;
  bottom: calc(-2*(100vw / 1600));
  /* スライダーの下から10pxに配置 */
  left: 0;
  /* 左から10pxに配置 */
  width: 100%;
}

.swiper-outer .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--pink-color2);
  /* スクロールドラッグの色 */
  height: calc(2*(100vw / 1600));
  width: calc(150*(100vw / 1600));
}

.swiper-outer .js-swiper-scrollbar2 .swiper-scrollbar-drag {
  width: calc(200*(100vw / 1600));
}

.swiper-outer .js-swiper-scrollbar3 .swiper-scrollbar-drag {
  width: calc(150*(100vw / 1600));
}

.swiper-outer .js-swiper-scrollbar4 .swiper-scrollbar-drag {
  width: calc(150*(100vw / 1600));
}

.swiper-outer .js-swiper-scrollbar5 .swiper-scrollbar-drag {
  width: calc(300*(100vw / 1600));
}

.swiper-outer .js-swiper-scrollbar6 .swiper-scrollbar-drag {
  width: calc(200*(100vw / 1600));
}

.swiper-outer .js-swiper-scrollbar7 .swiper-scrollbar-drag {
  width: calc(150*(100vw / 1600));
}

.swiper-outer .js-swiper-scrollbar8 .swiper-scrollbar-drag {
  width: calc(200*(100vw / 1600));
}

/* LOOP */
.lineup_outer {
  width: 100%;
  margin: 0 auto;
}

#feature .lineup_list,
#feature .lineup_list2 {
  box-sizing: border-box;
  width: 100%;
  height: calc(686*(100vw / 1600));
  margin-top: calc(35*(100vw / 1600));
  overflow: hidden;
}

#feature .lineup_list_group {
  width: calc(522*(100vw / 1600)) !important;
  margin-right: calc(20*(100vw / 1600));
}

@media only screen and (max-width: 768px) {
  .swiper-outer {
    padding-bottom: calc(30*(100vw / 750));
  }

  #feature .js-swiper1,
  #feature .js-swiper2,
  #feature .js-swiper3,
  #feature .js-swiper4,
  #feature .js-swiper5,
  #feature .js-swiper6,
  #feature .js-swiper7,
  #feature .js-swiper8 {
    height: calc(986*(100vw / 750));
  }

  .swiper-outer .swiper-scrollbar {
    width: calc(660*(100vw / 750));
    height: calc(4*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-11*(100vw / 750));
  }

  .swiper-outer .swiper-scrollbar .swiper-scrollbar-drag {
    height: calc(4*(100vw / 750));
    width: calc(165*(100vw / 750));
  }

  .swiper-outer .swiper-scrollbar._02 {
    background: var(--salmon-color1);
    bottom: calc(-13*(100vw / 750));
  }

  .swiper-outer .swiper-scrollbar._02 .swiper-scrollbar-drag {
    background: var(--salmon-color2);
  }

  .swiper-outer .js-swiper-scrollbar2 .swiper-scrollbar-drag {
    width: calc(220*(100vw / 750));
  }

  .swiper-outer .js-swiper-scrollbar3 .swiper-scrollbar-drag {
    width: calc(165*(100vw / 750));
  }

  .swiper-outer .js-swiper-scrollbar4 .swiper-scrollbar-drag {
    width: calc(165*(100vw / 750));
  }

  .swiper-outer .js-swiper-scrollbar5 .swiper-scrollbar-drag {
    width: calc(330*(100vw / 750));
  }

  .swiper-outer .js-swiper-scrollbar6 .swiper-scrollbar-drag {
    width: calc(220*(100vw / 750));
  }

  .swiper-outer .js-swiper-scrollbar7 .swiper-scrollbar-drag {
    width: calc(165*(100vw / 750));
  }

  .swiper-outer .js-swiper-scrollbar8 .swiper-scrollbar-drag {
    width: calc(220*(100vw / 750));
  }

  /* LOOP */
  .lineup_outer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: calc(30*(100vw / 750));
  }

  #feature .lineup_list,
  #feature .lineup_list2 {
    box-sizing: border-box;
    width: 100%;
    height: calc(868*(100vw / 750));
    padding-right: calc(90* 100vw / 750);
    margin-top: calc(42*(100vw / 750));
    overflow-x: hidden;
  }

  #feature .lineup_list_group {
    width: calc(660*(100vw / 750)) !important;
    margin-right: calc(20*(100vw / 750));
  }

  .lineup_outer .swiper-scrollbar {
    background: var(--pink-color1);
    /* スクロールバーの背景色 */
    height: calc(4*(100vw / 750));
    position: absolute;
    bottom: calc(-15*(100vw / 750));
    left: 50%;
    /* 左から10pxに配置 */
    transform: translateX(-50%);
    width: calc(660*(100vw / 750));
  }

  .lineup_outer .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--pink-color2);
    /* スクロールドラッグの色 */
    height: calc(4*(100vw / 750));
    width: calc(165*(100vw / 750));
  }

  .new_item_sec .lineup_list2 {
    margin-top: calc(55*(100vw / 750));
  }

  .lineup_outer .lineup_scrollbar2 {
    bottom: calc(-13*(100vw / 750));
    background: var(--salmon-color1);
    /* スクロールバーの背景色 */
  }

  .lineup_outer .lineup_scrollbar2 .swiper-scrollbar-drag {
    background: var(--salmon-color2);
    /* スクロールドラッグの色 */
  }

}

@media screen and (min-width: 768px) {
  .lineup_outer .swiper-wrapper {
    transition-timing-function: linear;
  }
}
