﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

to/one WEB STORE　|　HOLIDAY COLLECTION 2025

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */

:root {
  --color_white: #fff;
  --color_bg: #FEFAFC;
  --color_main: #FEF1EA;
  --color_font: #CFA7CD;
  --font_ja: "helvetica-neue-lt-pro", "hiragino-kaku-gothic-pron", sans-serif;
  --font_en: "futura-pt", sans-serif;
}

.lp_contents {
  font-family: var(--font_ja);
  color: var(--color_font);
}

#share {
  transition: all 0.6s 0.3s;
}

@media screen and (max-width: 768px) {
  #share.move:not(.hidden) {
    translate: 0 calc(-300 * 60rem / 750);
  }
}

/* ========================================================
                      * 共通  *
========================================================= */

.txt_en {
  font-family: var(--font_en);
}

.txt_ja {
  font-family: var(--font_ja);
}

.lp_contents .accordion {
  transition: height 0.5s;
}

.lp_contents .btn_accordion {
  cursor: pointer;
  position: relative;
}

.lp_contents .btn {
  margin: 0 auto;
}

.lp_contents .btn.pink {
  background: #F5DCE8;
}

.lp_contents .btn.purple {
  background: #E7D5E8;
}

.lp_contents .btn.lightpurple {
  background: #F4DDE7;
}

.lp_contents .btn.mintgreen {
  background: #D6EAE7;
}

.lp_contents .btn.apricot {
  background: #FFD5C9;
}

.lp_contents .btn.lightblue {
  background: #D6E7ED;
}

.lp_contents sup {
  font-size: .6em;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

.lp_contents .btn_accordion {
  -webkit-tap-highlight-color: transparent;
  /* iOS Safari用 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Android Chrome用 */
}

.lp_contents a:hover {
  opacity: 1;
}

/* ========================================================
            * fixed_nav fixed_right   *
========================================================= */

.lp_contents .fixed_area .fixed_nav {
  background: #FEFAFC;
}

.fixed_right .menu_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}

.fixed_right .menu_list li {
  width: 14rem;
  height: 17.5rem;
  background: green;
}

.fixed_right .menu_list li:not(:first-of-type) {
  margin: 0;
}

.fixed_right .menu_list li:nth-of-type(1) {
  background: url(../../img/1015/menu_list_bg01.jpg) no-repeat center / cover;
}

.fixed_right .menu_list li:nth-of-type(2) {
  background: url(../../img/1015/menu_list_bg02.jpg) no-repeat center / cover;
}

.fixed_right .menu_list li:nth-of-type(3) {
  background: url(../../img/1015/menu_list_bg03.jpg) no-repeat center / cover;
}

.fixed_right .menu_list li:nth-of-type(4) {
  background: url(../../img/1015/menu_list_bg04.jpg) no-repeat center / cover;
}

.fixed_right .menu_list li p {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: calc(18 / 12);
  font-weight: 600;
  font-family: var(--font_en);
  color: var(--color_white);
  text-align: center;
  letter-spacing: .18em;
}

@media (min-width: 769px) {
  .lp_contents .fixed_area .fixed_nav {
    margin-top: 0;
    padding-top: var(--header-height);
  }
}

@media (max-width: 768px) {

  .lp_contents .fixed_area .fixed_nav {
    padding-top: 0;
  }

  /* SP時ナビゲーション設定 */
  .lp_contents .fixed_area .fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    width: calc(750 * 60rem / 750);
    transition: all .5s;
    z-index: 100;


    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    scrollbar-width: none;
  }

  .lp_contents .fixed_area .fixed_right.js-scrollStatus {
    transform: translateY(100%);
    transition: all 0.6s 0.3s;
  }

  .lp_contents .fixed_area .fixed_right.js-scrollStatus.scrolled-up {
    transition: all 0.6s 0.3s;
    visibility: visible;
    transform: translateY(0);
    z-index: 99;
  }

  .fixed_right .menu_list {
    display: flex;
    flex-wrap: nowrap;
    width: calc(1120 * 60rem / 750);

  }

  .fixed_right .menu_list li {
    width: calc(280 * 60rem / 750);
    height: calc(350 * 60rem / 750);
  }

  .fixed_right .menu_list li p {
    margin-top: calc(22 * 60rem / 750);
    font-size: calc(24 * 60rem / 750);
    line-height: calc(36 / 24);
    white-space: nowrap;
  }

  .lp_contents .fixed_area .fixed_right.hidden {
    translate: 0 100% !important;
  }

}

/* ========================================================
                      * sec_mv  *
========================================================= */
.sec_mv {
  background: var(--color_white);
  padding-top: 0
}

.sec_mv .mv {
  opacity: 0;
  transition: opacity 1.8s;
}

.sec_mv .mv.is-show {
  opacity: 1;
}

.sec_mv .ttl_main_wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sec_mv .ttl_main_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(750 * 60rem / 750);
  height: calc(526 * 60rem / 750);
  background: url(../../img/1015/bg_mv.png) no-repeat center / 100%;
  z-index: -1;
}

@media (min-width: 769px) {
  .sec_mv .ttl_main_wrap::before {
    transition-delay: 2s;
  }
}

.sec_mv .ttl_main {
  width: calc(400 * 60rem / 750);
  padding-top: calc(142 * 60rem / 750);
}

.sec_mv .txt_wrap {
  margin-top: calc(88 * 60rem / 750);
  position: relative;
  z-index: 0;
}

.sec_mv .txt {
  font-size: calc(24 * 60rem / 750);
  line-height: 2;
  letter-spacing: .2em;
  padding-left: calc(8 * 60rem / 750);
}

.sec_mv .txt:not(:first-of-type) {
  margin-top: calc(55 * 60rem / 750);
}

.sec_mv .accordion {
  height: calc(480 * 60rem / 750);
  overflow: hidden;
}

.sec_mv .btn_accordion {
  font-size: calc(28 * 60rem / 750);
  font-family: var(--font_en);
  font-weight: 500;
  letter-spacing: .18em;
  margin-top: calc(72 * 60rem / 750);
  padding-bottom: calc(38 * 60rem / 750);
  padding-left: calc(8 * 60rem / 750);
  position: relative;
}

.sec_mv .btn_accordion.is-open {
  margin-top: calc(78 * 60rem / 750);
  padding-top: calc(38 * 60rem / 750);
  padding-left: calc(8 * 60rem / 750);
  padding-bottom: 0
}

.sec_mv .btn_accordion::before {
  content: "";
  position: absolute;
  background: url(../../img/1015/arrow.svg) no-repeat center;
  background-size: 100%;
  width: calc(34 * 60rem / 750);
  height: calc(18 * 60rem / 750);
  top: calc(37 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.sec_mv .btn_accordion.is-open::before {
  transform: translate(-50%) rotate(180deg);
  top: calc(4 * 60rem / 750);
}

.sec_mv .img {
  width: calc(320 * 60rem / 750);
  margin: calc(64 * 60rem / 750) auto 0;
}

.sec_mv .swiper_loopslider {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin-top: calc(130 * 60rem / 750);
}

.sec_mv .swiper_loopslider .swiper-wrapper {
  transition-timing-function: linear;
}

.sec_mv .swiper_loopslider .swiper-slide {
  width: calc(280 * 60rem / 750);
  height: calc(350 * 60rem / 750);
}

.sec_mv .swiper_loopslider .swiper-slide.loopslider_item01 {
  background: url(../../img/1015/menu_list_bg01.jpg) no-repeat center / cover;
}

.sec_mv .swiper_loopslider .swiper-slide.loopslider_item02 {
  background: url(../../img/1015/menu_list_bg02.jpg) no-repeat center / cover;
}

.sec_mv .swiper_loopslider .swiper-slide.loopslider_item03 {
  background: url(../../img/1015/menu_list_bg03.jpg) no-repeat center / cover;
}

.sec_mv .swiper_loopslider .swiper-slide.loopslider_item04 {
  background: url(../../img/1015/menu_list_bg04.jpg) no-repeat center / cover;
}

.sec_mv .swiper_loopslider .swiper-slide p {
  margin-top: calc(22 * 60rem / 750);
  font-size: calc(24 * 60rem / 750);
  line-height: calc(36 / 24);
  font-weight: 600;
  font-family: var(--font_en);
  color: var(--color_white);
  text-align: center;
  letter-spacing: .18em;
  white-space: nowrap;
}

/* ========================================================
                      * sec_item  *
========================================================= */

.sec_item {
  position: relative;
  padding-top: calc(138 * 60rem / 750);
  padding-bottom: calc(144 * 60rem / 750);
  overflow: hidden;
}

.sec_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(750 * 60rem / 750);
  height: calc(320 * 60rem / 750);
  z-index: 1;
}

.sec_item01 {
  background: #FEF1EA;
}

.sec_item02 {
  background: #FCEBF0;
  padding-bottom: calc(139 * 60rem / 750);
}

.sec_item03 {
  background: #FEF1EA;
  padding-bottom: calc(140 * 60rem / 750);
}

.sec_item04 {
  background: #F2E9F3;
  padding-bottom: calc(139 * 60rem / 750);
}

.sec_item01::before {
  background: url(../../img/1015/bg_sec_item01.png) no-repeat center / 100%;
}

.sec_item02::before {
  background: url(../../img/1015/bg_sec_item02.png) no-repeat center / 100%;
}

.sec_item03::before {
  background: url(../../img/1015/bg_sec_item03.png) no-repeat center / 100%;
}

.sec_item04::before {
  background: url(../../img/1015/bg_sec_item04.png) no-repeat center / 100%;
}

.sec_item .slide_wrap {
  margin-top: calc(92 * 60rem / 750);
  margin-left: calc(50 * 60rem / 750);
  overflow: hidden;
}

.sec_item .slide_wrap ul {}

.sec_item .slide_wrap li {
  width: calc(540 * 60rem / 750);
  height: calc(675 * 60rem / 750);
  margin-right: calc(30 * 60rem / 750);
}

.sec_item .ttl {
  font-size: calc(48 * 60rem / 750);
  font-family: var(--font_en);
  font-weight: 600;
  line-height: calc(60 / 48);
  letter-spacing: .18em;
  margin-top: calc(68 * 60rem / 750);
}

.sec_item02 .ttl {
  color: #F7C1D0;
}

.sec_item03 .ttl {
  color: #F2B197;
}

.sec_item04 .ttl {
  padding-left: calc(6 * 60rem / 750);
  color: #D9B9D7;
}

.sec_item .lead {
  font-size: calc(24 * 60rem / 750);
  line-height: calc(48 / 24);
  margin-top: calc(30 * 60rem / 750);
}

.sec_item02 .lead {
  color: #F7C1D0;
}

.sec_item03 .lead {
  margin-top: calc(18 * 60rem / 750);
  color: #F2B197;
}

.sec_item04 .lead {
  margin-top: calc(22 * 60rem / 750);
  color: #D9B9D7;
}

.sec_item .frame {
  width: calc(660 * 60rem / 750);
  border-radius: calc(54 * 60rem / 750);
  margin: 0 auto;
  position: relative;
  padding-top: calc(69 * 60rem / 750);
  padding-bottom: calc(78 * 60rem / 750);
  overflow: hidden;
}

.sec_item .frame01 {
  margin-top: calc(66 * 60rem / 750);
}

.sec_item01 .frame01 {
  background: rgba(231, 213, 232, .35);
  color: #CFA7CD;
}

.sec_item02 .frame01 {
  background: rgba(254, 241, 234, .8);
  color: #E8BFD4;
}

.sec_item03 .frame01 {
  background: rgba(252, 235, 240, .8);
  color: #F2B197;
  padding-bottom: calc(65 * 60rem / 750);
  margin-top: calc(70 * 60rem / 750);
}

.sec_item04 .frame01 {
  background: rgba(243, 166, 185, .1);
  color: #ACDAE5;
}

.sec_item01 .frame02 {
  background: rgba(230, 244, 243, .4);
  margin-top: calc(140 * 60rem / 750);
  color: #EEC4D8;
}

.sec_item02 .frame02 {
  background: rgba(243, 226, 239, .8);
  margin-top: calc(140 * 60rem / 750);
}

.sec_item01 .frame03 {
  background: rgba(243, 166, 185, .15);
  margin-top: calc(142 * 60rem / 750);
  color: #B7DAE5;
}

.sec_item .frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(660 * 60rem / 750);
  height: calc(280 * 60rem / 750);
}

.sec_item01 .frame01::before {
  background: url(../../img/1015/bg_frame_purple.png) no-repeat center / 100%;
}

.sec_item01 .frame02::before {
  background: url(../../img/1015/bg_frame_pink.png) no-repeat center / 100%;
}

.sec_item01 .frame03::before {
  background: url(../../img/1015/bg_frame_mintgreen.png) no-repeat center / 100%;
}

.sec_item02 .frame01::before {
  background: url(../../img/1015/bg_frame_pink.png) no-repeat center / 100%;
}

.sec_item02 .frame02::before {
  background: url(../../img/1015/bg_frame_purple.png) no-repeat center / 100%;
}

.sec_item03 .frame01::before {
  background: url(../../img/1015/bg_frame_apricot.png) no-repeat center / 100%;
}

.sec_item04 .frame01::before {
  background: url(../../img/1015/bg_frame_skyblue.png) no-repeat center / 100%;
}

.sec_item .frame .img_main {
  width: calc(584 * 60rem / 750);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sec_item .frame .name {
  font-size: calc(54 * 60rem / 750);
  font-family: var(--font_en);
  font-weight: 600;
  line-height: calc(64.8 / 54);
  letter-spacing: .18em;
  margin-top: calc(-25 * 60rem / 750);
  padding-left: calc(10 * 60rem / 750);
}

.sec_item04 .frame .name {
  font-size: calc(32 * 60rem / 750);
  font-family: var(--font_ja);
  font-weight: 600;
  line-height: calc(56 / 32);
  letter-spacing: .15em;
}

.sec_item .frame .btn {
  width: calc(280 * 60rem / 750);
  border-radius: calc(32 * 60rem / 750);
  margin: calc(43 * 60rem / 750) auto 0;
}

.sec_item01 .frame02 .btn {
  margin: calc(33 * 60rem / 750) auto 0;
}

.sec_item .frame .btn.btn_2nd {
  margin: calc(38 * 60rem / 750) auto 0;
}

.sec_item03 .frame01 .btn {
  margin: calc(33 * 60rem / 750) auto 0;
}

.sec_item04 .frame01 .btn {
  margin: calc(33 * 60rem / 750) auto 0;
}

.sec_item .frame .btn a {
  padding: calc(15 * 60rem / 750) 0;
  font-size: calc(32 * 60rem / 750);
  font-family: var(--font_en);
  font-weight: 600;
  letter-spacing: .18em;
  color: var(--color_white);
}

.sec_item .frame .txt {
  font-size: calc(46 * 60rem / 750);
  font-family: var(--font_en);
  font-weight: 600;
  letter-spacing: .18em;
  margin-top: calc(119 * 60rem / 750);
  padding-left: calc(10 * 60rem / 750);
}

.sec_item .frame .roll_img {
  width: calc(580 * 60rem / 750);
  margin: calc(43 * 60rem / 750) auto 0;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
}

.sec_item .frame .roll_img.is-show {
  transform: rotateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s;
}

.sec_item .frame .items_list {
  margin-top: calc(46 * 60rem / 750);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_item .frame .items_list li {
  width: calc(152 * 60rem / 750);
}

.sec_item .frame .items_list li:not(:last-of-type) {
  margin-right: calc(-12 * 60rem / 750);
}

.sec_item .frame .item_wrap {
  margin-top: calc(80 * 60rem / 750);
}

.sec_item .frame .item_wrap.second {
  margin-top: calc(66 * 60rem / 750);
}

.sec_item .frame .img_item {
  width: calc(360 * 60rem / 750);
  margin: 0 auto;
}

.sec_item .frame .item_name {
  font-size: calc(28 * 60rem / 750);
  letter-spacing: .15em;
  margin-top: calc(35 * 60rem / 750);
  padding-left: calc(11 * 60rem / 750);
}

.sec_item .frame .item_txt {
  font-size: calc(24 * 60rem / 750);
  line-height: calc(48 / 24);
  margin-top: calc(36 * 60rem / 750);
  padding-left: calc(6 * 60rem / 750);
}

.sec_item .frame .comment_wrap {
  margin-top: calc(90 * 60rem / 750);
}

.sec_item .frame .comment {
  position: relative;
  width: fit-content;
  text-align: left;
  font-size: calc(24 * 60rem / 750);
  letter-spacing: .15em;
  line-height: calc(36 / 24);
  color: var(--color_white);
  background: #EDC3D1;
  border-radius: calc(30 * 60rem / 750);
  padding: calc(23 * 60rem / 750) calc(35 * 60rem / 750) calc(23 * 60rem / 750) calc(39 * 60rem / 750);
  margin-top: calc(47 * 60rem / 750);
  margin-left: auto;
  margin-right: calc(65 * 60rem / 750);
}

.sec_item .frame .comment::before {
  content: "";
  position: absolute;
  top: calc(-7 * 60rem / 750);
  right: calc(-3 * 60rem / 750);
  width: calc(38 * 60rem / 750);
  height: calc(18 * 60rem / 750);
  background: url(../../img/1015/toge.svg)no-repeat center / 100%;
}

.sec_item .frame .comment.reverse {
  margin-left: calc(65 * 60rem / 750);
  margin-right: auto;
  padding: calc(26 * 60rem / 750) calc(36 * 60rem / 750) calc(23 * 60rem / 750) calc(39 * 60rem / 750)
}

.sec_item .frame .comment.reverse::before {
  top: calc(-7 * 60rem / 750);
  left: calc(-3 * 60rem / 750);
  right: auto;
  transform: scaleX(-1);
}

.sec_item .frame .note {
  text-align: left;
  color: #EDC3D1;
  font-size: calc(20 * 60rem / 750);
  letter-spacing: .15em;
  line-height: calc(32 / 20);
  margin-top: calc(54 * 60rem / 750);
  padding-inline: calc(30 * 60rem / 750);
}

/* ========================================================
                      * sec_release  *
========================================================= */

.sec_release {
  color: var(--color_white);
  background: url(../../img/1015/sec_release_bg.jpg) no-repeat center / 100% 100%;
  padding-top: calc(93 * 60rem / 750);
  padding-inline: calc(56 * 60rem / 750);
  padding-bottom: calc(102 * 60rem / 750);
}

.sec_release .ttl {
  font-size: calc(56 * 60rem / 750);
  font-weight: 600;
  font-family: var(--font_en);
  text-align: left;
  letter-spacing: .18em;
}

.sec_release .reservation_date {
  font-size: calc(26 * 60rem / 750);
  font-weight: 600;
  letter-spacing: .18em;
  text-align: left;
  margin-top: calc(48 * 60rem / 750);
}

.sec_release .reservation_date.Release_date {
  margin-top: calc(42 * 60rem / 750);
}

.sec_release .reservation_date span {
  font-size: calc(28 * 60rem / 750);
  font-weight: 600;
  letter-spacing: .18em;
  margin-left: calc(19 * 60rem / 750);
}

.sec_release dl {
  margin-top: calc(37 * 60rem / 750);
  padding-left: calc(3 * 60rem / 750);
}

.sec_release dt {
  font-size: calc(24 * 60rem / 750);
  font-family: var(--font_en);
  font-weight: 600;
  letter-spacing: .18em;
  text-align: left;
}

.sec_release dd {
  font-size: calc(22 * 60rem / 750);
  line-height: calc(44 /22);
  text-align: left;
  margin-top: calc(10 * 60rem / 750);
}

.sec_release dd span {
  font-size: calc(20 * 60rem / 750);
}

.sec_release .btn.btn_all {
  margin-top: calc(87 * 60rem / 750);
  border-radius: calc(60 * 60rem / 750);
  width: calc(560 * 60rem / 750);
  background: rgba(255, 255, 255, .9);
}

.sec_release .btn.btn_all a {
  font-size: calc(24 * 60rem / 750);
  font-family: var(--font_en);
  font-weight: 600;
  color: #B27F87;
  letter-spacing: .18em;
  line-height: calc(48 / 24);
  padding: calc(11 * 60rem / 750) 0 calc(15 * 60rem / 750);
}

.sec_release .btn.btn_all span {
  display: block;
  font-size: calc(44 * 60rem / 750);
  font-family: var(--font_en);
  font-weight: 600;
  line-height: calc(48 / 44);
  letter-spacing: .18em;
  margin-top: calc(-4 * 60rem / 750);
  margin-left: calc(4 * 60rem / 750);
}


.js-cream::before {
  transition: transform 2.3s;
  transform: translateY(-100%);
}

.js-cream.is-show::before {
  transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(30px);
}

.js-fadeUp.is-show {
  opacity: 1;
  transform: translateY(0);
}