﻿@charset "UTF-8";

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

Title : LP CSS

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


/* ========================================================
                   * Custom Properties *
========================================================= */

:root {
  --color1: #5371a5;
  --color2: #cedfef;
  --color3: #383330;
  --color4: #f7f5f4;
  --color5: #ffd84d;
  --color6: #fff;
}

/* ===================
  LP Contents
=================== */
.lp_contents {
  background: var(--color1);
}

.lp_contents_inner {
  background: #b1cfe5;
  position: relative;
  z-index: 0;
}

.lp_contents_inner.after {
  background: var(--color1);
}

.lp_contents img:not(.brand_list ul li img) {
  position: relative;
  z-index: 8;
}

.lp_menu {
  background: var(--color2);
}

.lp_menu_list .txt_bold {
  color: var(--color3);
}


/* only PC */
@media screen and (min-width: 768px) {

  .fixed_area {
    z-index: 0;
    background: var(--color1);
    max-width: none;
  }

  .fixed_area .fixed_left,
  .fixed_area .fixed_right {
    max-width: none;
  }

  .fixed_area .fixed_left {
    background: url(../../img/202506/main/bg_pc_left.png) no-repeat center center;
    background-size: cover;
  }

  .fixed_area .fixed_right {
    background: url(../../img/202506/main/bg_pc_right.png) no-repeat center center;
    background-size: cover;
  }

  .fixed_navi {
    width: calc(374 * 53rem / 750);
    padding-top: 0;
    position: relative;
  }

  .fixed_navi li:first-child::before,
  .fixed_navi li:nth-child(2)::before,
  .fixed_navi li:nth-child(3)::before,
  .fixed_navi li:nth-child(4)::before,
  .fixed_navi li:nth-child(5)::before,
  .fixed_navi li:nth-child(5)::after {
    display: none;
  }

  .fixed_navi li {
    width: calc(374 * 53rem / 750);
    height: calc(116 * 53rem / 750);
    border-radius: calc(33 * 53rem/750);
    border: 1px solid #383330;
    background: #ffe94d;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fixed_navi li:not(:last-of-type) {
    margin-bottom: calc(40 * 53rem/750);
  }

  .fixed_navi li a {
    padding-left: 0;
    margin-top: calc(33 * 53rem / 750);
    align-items: flex-start;
    width: 100%;
    justify-content: center;
  }

  .fixed_navi li img {
    height: calc(55 * 53rem / 750);
  }

  .fixed_navi li a::after {
    left: 50%;
    transform: rotate(45deg) translatex(-50%);
    top: unset;
    bottom: calc(27 * 53rem/750);
  }
}

/* only tablet */

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

  .fixed_navi li:nth-child(2) img,
  .fixed_navi li:nth-child(3) img {
    height: calc(55 * 53rem / 750);
  }
}

/* ===================
  花背景 
=================== */
.bg_flower {}

.bg_flower01 {
  background: url(../../img/202506/main/bg_flower01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center calc(-8 * 53rem / 750);
}

.bg_flower01_after {
  background: url(../../img/202506/main/bg_flower01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.bg_flower02 {
  background: url(../../img/202506/main/bg_flower02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center calc(160 * 53rem / 750);
}

.bg_flower03 {
  background: url(../../img/202506/main/bg_flower03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-bottom: calc(131 * 53rem / 750);
}

.bg_flower04 {
  background: url(../../img/202506/main/bg_flower04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

/* ===================
  intro_section
=================== */
.intro_section {
  background: var(--color1);
  position: relative;
  z-index: -1;
}

.intro_section .mv_area {
  aspect-ratio: 750 / 959;
}

.intro_section .mv_area::before {
  display: none;
}

.intro_section .logo_area {
  position: relative;
  padding-top: calc(81 * 53rem/750);
  margin-bottom: calc(65 * 53rem/750);
}

.intro_section .logo_area .logo {
  width: calc(315 * 53rem/750);
  margin: 0 auto;
}

.intro_section .logo_area .fukidashi {
  position: absolute;
  width: calc(150 * 53rem/750);
  height: calc(150 * 53rem/750);
  top: calc(38 * 53rem/750);
}

.intro_section .logo_area .fukidashi.fukidashi_left {
  left: calc(38 * 53rem/750);
}

.intro_section .logo_area .fukidashi.fukidashi_right {
  right: calc(38 * 53rem/750);
}

.intro_section .intro_txt {
  margin: auto auto;
  padding-bottom: calc(130 * 53rem / 750);
}

.intro_section .intro_txt.intro_txt_after {
  margin-top: calc(100 * 53rem / 750);
}

.intro_section .lp_menu_list .txt_bold {
  color: var(--color1);
}

.lp_menu_top {
  margin-top: calc(-16 * 53rem/750);
}

.lp_menu_top li a {
  border: 1px solid var(--color3);
}

.lp_menu_top li a::after {
  border-bottom: 2px solid var(--color1);
  border-right: 2px solid var(--color1);
}


.countdown_area {
  margin: calc(0 * 53rem / 750) auto calc(164 * 53rem / 750);
}

.intro_section .pickup_brand {
  margin: auto auto 0;
  height: calc(450 * 53rem / 750);
}

.intro_section .intro_event.shop {
  margin: 0 auto;
  padding-bottom: calc(250 * 53rem / 750);
}

.intro_section .intro_txt::after {
  bottom: calc(69 * 53rem / 750);
  right: calc(-12 * 53rem / 750);
}

.intro_section .intro_txt::after,
.intro_section .intro_txt::before {
  z-index: 9;
}

.lp_menu_top {
  background: #b1cfe5;
  padding: 0 0 calc(60* 53rem/750);
}

/* only PC */

@media screen and (min-width: 768px) {
  .intro_section .mv_area {
    aspect-ratio: 640 / 409;
  }
}

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

.event01_section,
.event02_section,
.event03_section {
  background: var(--color1);
  border-top-left-radius: calc(400 * 53rem / 750);
  border-top-right-radius: calc(400 * 53rem / 750);
  position: relative;
}

.event01_section .scroll_point,
.event02_section .scroll_point,
.event03_section .scroll_point {
  position: absolute;
  top: calc(-80 * 53rem / 750);
  width: 1px;
  height: 1px;
}

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

  .event01_section .scroll_point,
  .event02_section .scroll_point,
  .event03_section .scroll_point {
    position: absolute;
    top: calc(-110 * 53rem / 750);
    width: 1px;
    height: 1px;
  }
}

.calendar_section,
.contents_section {
  background: var(--color1);

}

.event01_section .txt_content,
.event02_section .txt_content,
.event03_section .txt_content,
.limited_item_list .item_list__title,
.limited_item_list .item_list__price,
.event03_section .txt_brand_area {
  color: var(--color6);
}

.event01_section .ttl_main::before,
.event02_section .ttl_main::before,
.event03_section .ttl_main::before,
.cont_brandlist::before,
.line_coupon::before {
  display: none;
}

.event01_section .ttl_main,
.event02_section .ttl_main,
.event03_section .ttl_main {
  width: calc(222 * 53rem/750);
  margin: 0 auto calc(-6 * 53rem / 750);
  padding-top: calc(76 * 53rem / 750);
  position: relative;
  z-index: 8;
}

.event01_section .ttl_sub,
.event02_section .ttl_sub,
.event03_section .ttl_sub {
  width: 100%;
  margin: auto 0 calc(60 * 53rem / 750);
  position: relative;
}


.jarujaru {
  width: calc(176 * 53rem / 750);
  position: absolute;
  z-index: 9;
}

.jarujaru.left img {
  transform: translateX(-100%);
  opacity: 0;
}

.jarujaru.right img {
  transform: translateX(100%);
  opacity: 0;
}


.jarujaru img.effect {
  animation: slideLeft 1s ease-out 0.2s forwards;
  animation-iteration-count: 1;
}

.event01_section::after,
.event02_section::after,
.event03_section::after {
  position: absolute;
  top: calc(-53 * 53rem / 750);
  right: calc(38 * 53rem / 750);
  width: calc(195 * 53rem / 750);
  height: calc(195 * 53rem / 750);
  background: url(../../img/202506/mv_ck.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  z-index: -1;
  animation: spin 30s linear infinite;
}

/* ===================
  event01_section 
=================== */

.event01_section .txt_content {
  z-index: 8;
  position: relative;
}

.event01_section .fukutoku {
  top: calc(400 * 53rem / 750);
  right: 0;
}

.event01_section .fukutoku::before {
  content: "";
  background: url(../../img/202506/main/jarujaru_bg_flower02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(362 * 53rem / 750);
  height: calc(371 * 53rem / 750);
  position: absolute;
  top: calc(-62 * 53rem / 750);
  right: calc(-19 * 53rem / 750);
}

.event01_section .goto {
  top: calc(114 * 53rem / 750);
}

.event01_section .goto::before {
  content: "";
  background: url(../../img/202506/main/jarujaru_bg_flower01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(381 * 53rem / 750);
  height: calc(291 * 53rem / 750);
  position: absolute;
  top: calc(-28 * 53rem / 750);
  left: calc(-9 * 53rem / 750);
}

.event01_section {
  z-index: auto;
}

.event01_section .ttl_sub::before {
  content: "";
  background: url(../../img/202506/main/ttl_sub01_before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(117 * 53rem / 750);
  height: calc(92 * 53rem / 750);
  position: absolute;
  top: calc(-77 * 53rem / 750);
  right: calc(168 * 53rem / 750);
}

.event01_section .ttl_sub::after {
  content: "";
  background: url(../../img/202506/main/ttl_sub01_after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(207 * 53rem / 750);
  height: calc(191 * 53rem / 750);
  position: absolute;
  bottom: calc(-179 * 53rem / 750);
  left: calc(20 * 53rem / 750);
}

.event01_section .limited_kit_wrap {
  padding-bottom: calc(61 * 53rem / 750);
}

.event01_section .limited_kit_list .item_list__off {
  background: var(--color5);
  position: absolute;
  top: 38px;
  left: 26px;
  z-index: 9;
}

.event01_section .limited_kit_list .item_list__img {
  height: calc(534 * 53rem / 750);
  border-radius: calc(40 * 53rem / 750);
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-bottom: calc(36 * 53rem / 750);
}

.event01_section .limited_kit_list .item_list__img p {
  font-size: calc(28 * 53rem / 750);
  color: var(--color6);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 calc(40 * 53rem / 750) calc(40 * 53rem / 750);
  background: var(--color3);
  width: 100%;
  z-index: 9;
  padding: calc(23 * 53rem/750);
}

.event01_section .limited_kit_list .item_list__img.nijisanji {
  position: relative;
}

.event01_section .limited_kit_list .item_list__img.nijisanji::before,
.event01_section .limited_kit_list .item_list__img.nijisanji::after {
  content: "";
  position: absolute;
  bottom: calc(35 * 53rem/750);
  z-index: 10;
  width: calc(110 * 53rem/750);
  height: calc(156 * 53rem/750);
}

.event01_section .limited_kit_list .item_list__img.nijisanji::before {
  background: url(../../img/202506/nijisanji_01.png) no-repeat center;
  background-size: 100%;
  left: calc(16 * 53rem/750);
}

.event01_section .limited_kit_list .item_list__img.nijisanji::after {
  background: url(../../img/202506/nijisanji_02.png) no-repeat center;
  background-size: 100%;
  right: calc(16 * 53rem/750);
}

.limited_item_wrap {
  width: 100%;
  background: none;
  border-top: none;
  margin: 0;
  padding-top: 0;
}

.limited_item_wrap .ttl_section {
  width: 100%;
}

.limited_item_list {
  width: calc(700 * 53rem / 750);
  margin: auto;

}


.limited_kit_list .item_list__item_inner {}

/* ===================
  event02_section 
=================== */


.event02_section {
  margin-top: calc(111 * 53rem / 750);
  padding-bottom: 0;
  position: relative;
  z-index: auto;
}

.event02_section .txt_content .txt_sm,
.event03_section .txt_brand_area .txt_sm {
  color: #d1d1d1;
}

.event02_section .fukutoku {
  top: calc(114 * 53rem / 750);
}

.event02_section .fukutoku::before {
  content: "";
  background: url(../../img/202506/main/jarujaru_bg_flower03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(381 * 53rem / 750);
  height: calc(499 * 53rem / 750);
  position: absolute;
  top: calc(-15 * 53rem / 750);
  left: calc(-7 * 53rem / 750);
}

.event02_section .goto {
  top: calc(343 * 53rem / 750);
  right: calc(18 * 53rem / 750);
}

.event02_section .goto::before {
  content: "";
  background: url(../../img/202506/main/jarujaru_bg_flower04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(355 * 53rem / 750);
  height: calc(272 * 53rem / 750);
  position: absolute;
  top: calc(-61 * 53rem / 750);
  right: calc(-32 * 53rem / 750);
}

.event02_section .ttl_section {
  color: var(--color6);
}

.event02_section .ttl_sub::before {
  content: "";
  background: url(../../img/202506/main/ttl_sub02_before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(437 * 53rem / 750);
  height: calc(87 * 53rem / 750);
  position: absolute;
  top: calc(-65 * 53rem / 750);
  right: calc(111 * 53rem / 750);
}

.event02_section .ttl_sub::after {
  content: "";
  background: url(../../img/202506/main/ttl_sub02_after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(92 * 53rem / 750);
  height: calc(83 * 53rem / 750);
  position: absolute;
  bottom: calc(-46 * 53rem / 750);
  left: calc(241 * 53rem / 750);
}

.event02_section .btn_more {
  margin-bottom: calc(100 * 53rem/750);
}

.event_brandlist_title {
  width: calc(590 * 53rem / 750);
  margin: calc(50 * 53rem / 750) auto;
}


/* ===================
  event03_section 
=================== */

.event03_section {
  margin-top: calc(111 * 53rem / 750);
  padding-bottom: 0;
  position: relative;
  z-index: auto;
}

.event03_section .btn_more {
  margin: auto auto 0;
  padding-bottom: calc(24 * 53rem / 750);
}

.event03_section .btn_more.all {
  margin: auto auto calc(100 * 53rem / 750);
}

.event03_section .fukutoku {
  top: calc(114 * 53rem / 750);
  right: 0;
}

.event03_section .goto {
  top: calc(411 * 53rem / 750);
}

.event03_section .fukutoku::before {
  content: "";
  background: url(../../img/202506/main/jarujaru_bg_flower06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(332 * 53rem / 750);
  height: calc(357 * 53rem / 750);
  position: absolute;
  top: calc(-9 * 53rem / 750);
  right: calc(-12 * 53rem / 750);
}

.event03_section .goto::before {
  content: "";
  background: url(../../img/202506/main/jarujaru_bg_flower05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(411 * 53rem / 750);
  height: calc(442 * 53rem / 750);
  position: absolute;
  top: calc(-256 * 53rem / 750);
  left: calc(-22 * 53rem / 750);
}

.event03_section .jarujaru_line {
  width: 100%;
  margin-bottom: calc(50 * 53rem / 750);
}

.event03_section .ttl_sub::before {
  content: "";
  background: url(../../img/202506/main/ttl_sub03_before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(451 * 53rem / 750);
  height: calc(85 * 53rem / 750);
  position: absolute;
  top: calc(-65 * 53rem / 750);
  left: calc(100 * 53rem / 750);
}

.event03_section .ttl_sub::after {
  content: "";
  background: url(../../img/202506/main/ttl_sub03_after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(47 * 53rem / 750);
  height: calc(34 * 53rem / 750);
  position: absolute;
  bottom: calc(41 * 53rem / 750);
  left: calc(330 * 53rem / 750);
}

.event03_section .event_brand {
  position: relative;
}

.event03_section .event_brand::before {
  content: "";
  background: url(../../img/202506/main/event_brand_before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(750 * 53rem / 750);
  height: calc(948 * 53rem / 750);
  position: absolute;
  top: calc(-50 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.cont_brandlist {
  margin: calc(30 * 53rem/750) auto calc(107 * 53rem/750);
}

/* ===================
  カレンダー 
=================== */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: all;
  z-index: 10;
  border-radius: 0 0 calc(58 * 53rem / 750) calc(58 * 53rem / 750);
}

.hidden {
  display: none;
}

.calendar_section {
  padding-bottom: calc(131 * 53rem / 750);
}

.calendar_section .ttl_main {
  padding-top: calc(100 * 53rem / 750);
}

.calendar_modal_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(29 * 53rem / 750);
  margin-top: calc(6 * 53rem / 750);
}

.calendar_modal_btn_wrap li {
  height: calc(105 * 53rem / 750);
  background: var(--color6);
  border-radius: calc(30 * 53rem / 750);
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: calc(26 * 53rem / 750);
  position: relative;
  cursor: pointer;
}

.calendar_modal_btn_wrap li .font_Futura {
  font-size: calc(33 * 53rem / 750);
  font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
}

.calendar_modal_btn_wrap li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(13 * 53rem / 750);
  width: calc(25 * 53rem / 750);
  height: calc(25 * 53rem / 750);
}

.calendar_modal_btn_wrap li:nth-of-type(1)::after {
  background: url(../../img/202506/main/btn_plus_present.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.calendar_modal_btn_wrap li:nth-of-type(2)::after {
  background: url(../../img/202506/main/btn_plus_coupon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.calendar_modal_btn_wrap li:nth-of-type(3)::after {
  background: url(../../img/202506/main/btn_plus_sercret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.calendar_modal_btn_wrap li:nth-of-type(4)::after {
  background: url(../../img/202506/main/btn_plus_insta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.calendar_modal_btn_wrap li:nth-of-type(5)::after {
  background: url(../../img/202506/main/btn_plus_campaign.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.calendar_modal_btn_wrap li:nth-of-type(1),
.calendar_modal_btn_wrap li:nth-of-type(2),
.calendar_modal_btn_wrap li:nth-of-type(3) {
  width: calc(230 * 53rem / 750);
}


.calendar_modal_btn_wrap li:nth-of-type(4),
.calendar_modal_btn_wrap li:nth-of-type(5) {
  width: calc(274 * 53rem / 750);

}

.calendar_modal_btn_wrap li:nth-of-type(1) {
  border: 1px solid #d5798f;
  color: #d5798f;
}

.calendar_modal_btn_wrap li:nth-of-type(2) {
  border: 1px solid #06c155;
  color: #06c155;
}

.calendar_modal_btn_wrap li:nth-of-type(3) {
  border: 1px solid #ce9531;
  color: #ce9531;
}

.calendar_modal_btn_wrap li:nth-of-type(4) {
  border: 1px solid #a780b3;
  color: #a780b3;
}

.calendar_modal_btn_wrap li:nth-of-type(5) {
  border: 1px solid #e58b29;
  color: #e58b29;
}

.calendar_wrap {
  margin-top: calc(89 * 53rem / 750);
  padding-inline: calc(30 * 53rem / 750);
}

.calendar_tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.calendar_tab li {
  width: calc(100% / 6);
  height: calc(120 * 53rem / 750);
  background: #dcdcdc;
  color: #808080;
  border: 1px solid #383330;
  border-radius: calc(30 * 53rem / 750) calc(30 * 53rem / 750) 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding-top: calc(15 * 53rem / 750);
}

.calendar_tab li:not(:last-of-type) {
  margin-right: calc(-8 * 53rem / 750);
}

.calendar_tab li:nth-child(1) {
  z-index: 7;
}

.calendar_tab li:nth-child(2) {
  z-index: 6;
}

.calendar_tab li:nth-child(3) {
  z-index: 5;
}

.calendar_tab li:nth-child(4) {
  z-index: 4;
}

.calendar_tab li:nth-child(5) {
  z-index: 3;
}

.calendar_tab li:nth-child(6) {
  z-index: 2;
}

.calendar_tab li:nth-child(7) {
  z-index: 1;
}

.calendar_tab li.is-active {
  width: calc(141 * 53rem / 750);
  height: calc(134 * 53rem / 750);
  background: #ffe94d;
  color: #383330;
}

.calendar_tab li:has(+ li.active) {
  margin-right: 0;
}

.calendar_tab li p {
  font-size: calc(35 * 53rem / 750);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.calendar_tab li p span {
  font-size: calc(27 * 53rem / 750);
  display: inline-block;
}

.calendar_tab li.active p {
  font-size: calc(40 * 53rem / 750);
}

.calendar_tab li.active p span {
  font-size: calc(35 * 53rem / 750);
}

.calendar_tab_area {
  background: var(--color6);
  border: 1px solid var(--color3);
  width: 100%;
  border-radius: 0 0 calc(60 * 53rem / 750) calc(60 * 53rem / 750);
}

.calendar_tab_area .tab_contents_item {
  display: none;
  border-radius: 0 0 calc(60 * 53rem / 750) calc(60 * 53rem / 750);
  padding-bottom: calc(84 * 53rem / 750);
  padding-top: calc(109 * 53rem / 750);
  position: relative;
}

.calendar_tab_area li.is-active {
  display: block;
}

.schedule_area {
  width: calc(636 * 53rem / 750);
  padding: calc(86 * 53rem / 750) 0 calc(39 * 53rem / 750);
  position: relative;
  margin: 0 auto;
  border-radius: calc(60 * 53rem / 750);
}

.schedule_area:not(:last-of-type) {
  margin: 0 auto calc(109 * 53rem / 750);
}

.schedule_area .txt_sm {
  display: inline-block;
  margin-top: calc(25 * 53rem / 750);
  color: #808080;
}

.schedule_area:last-of-type {}


.schedule_area.instagram_area {
  background: #e7def3;
  border: 2px solid #a880b4;
  padding-inline: calc(35 * 53rem / 750);
}

.schedule_area.coupon_area {
  background: #d0f1dd;
  border: 2px solid #06c155;
  padding: calc(86 * 53rem / 750) calc(37 * 53rem / 750) calc(39 * 53rem / 750);
}

.schedule_area.present_area {
  background: #ffe2eb;
  border: 2px solid #d5798f;
}

.schedule_area.campaign_area {
  background: #ffe6d6;
  border: 2px solid #e58b29;
}

.schedule_area.secret_area {
  background: #ffead3;
  border: 2px solid #cd9431;
}

.schedule_area::after {
  content: "";
  position: absolute;
  top: calc(-45 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
  height: calc(102 * 53rem / 750);
}

.schedule_area.instagram_area::after {
  width: calc(432 * 53rem / 750);
  background: url(../../img/202506/main/schedule_ttl_insta.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.schedule_area.coupon_area::after {
  width: calc(408 * 53rem / 750);
  background: url(../../img/202506/main/schedule_ttl_coupon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.schedule_area.present_area::after {
  width: calc(408 * 53rem / 750);
  background: url(../../img/202506/main/schedule_ttl_present.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.schedule_area.campaign_area::after {
  width: calc(408 * 53rem / 750);
  background: url(../../img/202506/main/schedule_ttl_campaign.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.schedule_area.secret_area::after {
  width: calc(408 * 53rem / 750);
  background: url(../../img/202506/main/schedule_ttl_secret.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.schedule_area.instagram_area .instagram_area_item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(28 * 53rem / 750);
  width: 100%;
}

.schedule_area.instagram_area .instagram_area_item:not(:last-of-type) {
  margin-bottom: calc(100 * 53rem / 750);
}

.schedule_area.instagram_area .instagram_area_item.archive_item:not(:last-of-type) {
  margin-bottom: calc(98 * 53rem / 750);
}

.schedule_area.instagram_area .instagram_area_right {
  width: calc(100% - calc(210 * 53rem / 750));
}

.schedule_area.instagram_area .instagram_area_right .archive_day {
  width: calc(287 * 53rem / 750);
  margin-bottom: calc(14 * 53rem / 750);
}

.schedule_area.instagram_area .instagram_area_left {
  width: calc(210 * 53rem / 750);
  position: relative;
}

.schedule_area.instagram_area .instagram_area_left .guest_img {
  width: calc(210 * 53rem / 750);
  height: calc(210 * 53rem / 750);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--color3);
}

.schedule_area.instagram_area .instagram_area_left .go_insta {
  position: absolute;
  bottom: calc(-37 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
  width: calc(210 * 53rem / 750);
  height: calc(60 * 53rem / 750);
  z-index: 8;

}

.schedule_area.instagram_area .instagram_area_left .go_insta:hover {
  opacity: 1;
}

.schedule_area.instagram_area .ttl_sub {
  display: flex;
  align-items: center;
}

.schedule_area.instagram_area .ttl_time {
  width: fit-content;
  padding: calc(23 * 53rem / 750) calc(21 * 53rem / 750);
  background: #a780b3;
  border: 1px solid #a780b3;
  border-radius: 50%;
  font-size: calc(26 * 53rem / 750);
  font-weight: 500;
  text-align: center;
  line-height: 0.8;
  color: var(--color6);
  margin-right: calc(13 * 53rem / 750);
}

.schedule_area.instagram_area .ttl_guest {
  font-feature-settings: "palt";
  font-size: calc(28 * 53rem / 750);
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}

.schedule_area.instagram_area .ttl_guest span {
  font-size: 0.5em;
  display: block;
}

.schedule_area.instagram_area .txt_content {
  font-size: calc(25 * 53rem / 750);
  line-height: 1.8;
  margin-top: calc(7 * 53rem / 750);
  text-align: justify;
}

.schedule_area.instagram_area .btn_golive {
  width: calc(451 * 53rem / 750);
  margin: calc(69 * 53rem / 750) auto 0;
}


.schedule_area.coupon_area .txt_content {
  font-size: calc(28 * 53rem / 750);
  margin-top: calc(21 * 53rem / 750);
  text-align: center;
}

.schedule_area.coupon_area .line_btn {
  width: calc(451 * 53rem / 750);
  margin: calc(40 * 53rem / 750) auto 0;
}

.schedule_area.campaign_area .SNS_btn {
  width: calc(451 * 53rem / 750);
  margin: calc(40 * 53rem / 750) auto 0;
}

.schedule_area.present_area .present_area_item,
.schedule_area.campaign_area .campaign_area_item,
.schedule_area.secret_area .secret_area_item {
  padding: calc(10 * 53rem / 750) calc(37 * 53rem / 750)
}

.schedule_area.present_area .present_area_item:not(:first-of-type) {
  margin-top: calc(41 * 53rem / 750);
}

.schedule_area.present_area .ttle_main {
  width: fit-content;
  padding: calc(23 * 53rem / 750) calc(21 * 53rem / 750);
  background: var(--color6);
  color: #d5798f;
  border: 1px solid #d5798f;
  border-radius: 50%;
  font-size: calc(35 * 53rem / 750);
  font-weight: 600;
  text-align: center;
  line-height: 0.8;
  margin: 0 auto calc(10 * 53rem / 750);
}

.schedule_area.present_area .ttl_sub,
.schedule_area.campaign_area .ttl_sub,
.schedule_area.secret_area .ttl_sub {
  font-size: calc(28 * 53rem / 750);
  font-weight: 500;
  text-align: center;
  margin-bottom: calc(10 * 53rem / 750);
}

.schedule_area.present_area .ttl_sub.notes,
.schedule_area.campaign_area .ttl_sub.notes,
.schedule_area.secret_area .ttl_sub.notes {
  font-size: calc(24 * 53rem / 750);
}

.schedule_area.present_area .ttl_sub {
  color: #d5798f;
}

.schedule_area.campaign_area .ttl_sub {
  color: #e58b29;
}

.schedule_area.secret_area .ttl_sub {
  color: #cd9431;
}

.schedule_area.present_area .ttl_sub sup,
.schedule_area.secret_area .ttl_sub sup {
  font-size: calc(20 * 53rem / 750);
}

.schedule_area.present_area .txt_content,
.schedule_area.campaign_area .txt_content,
.schedule_area.secret_area .txt_content {
  font-size: calc(25 * 53rem / 750);
  line-height: 1.8;
  text-align: justify;
}

.schedule_area.present_area .txt_content.notes,
.schedule_area.campaign_area .txt_content.notes,
.schedule_area.secret_area .txt_content.notes {
  font-size: calc(25 * 53rem / 750);
}

.ttl_sub.center_line {
  position: relative;
}

.ttl_sub.center_line::before,
.ttl_sub.center_line::after {
  content: "";
  width: 43%;
  height: 1px;
  background: #d5798f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ttl_sub.center_line::before {
  left: 0;
}

.ttl_sub.center_line::after {
  right: 0;
}

/* プレゼントエリアスライダー */
.present_kit_wrap {}

.present_kit_list {
  overflow: visible;
}

.present_kit_list .item_list__item {
  margin-bottom: calc(40 * 53rem/750);
  padding: 0 calc(40 * 53rem/750);
}

.present_kit_list .item_list__item_inner {
  position: relative;
  padding: calc(50 * 53rem/750);
  border-radius: calc(40 * 53rem/750);
  border: 1px solid #383330;
  background: #fff;
  margin: 0 auto;
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.present_kit_list .item_list__title {
  margin-bottom: calc(20 * 53rem / 750);
  font-size: calc(20 * 53rem / 750);
  width: fit-content;
  margin: calc(20 * 53rem / 750) auto 0;
}

.present_kit_list .item_list__img {
  overflow: hidden;
  border-radius: calc(20 * 53rem / 750);
  line-height: 0;
}

.present_kit_wrap .slick-dots li {
  width: calc(15 * 53rem / 750);
  margin: 0 calc(15 * 53rem / 750);
}

.present_kit_wrap .slick-dots li button {
  width: calc(15 * 53rem / 750);
  height: calc(15 * 53rem / 750);
  padding: 0;
}

.present_kit_wrap .slick-dots li button:before {
  opacity: 1;
  width: calc(15 * 53rem / 750);
  height: calc(15 * 53rem / 750);
  margin: 0;
  padding: 0;
  border-radius: 100%;
  background-color: #e2e2e2;
  content: "";
}

.present_kit_wrap .slick-dots li.slick-active button:before {
  background-color: #808080;
}

.present_kit_wrap .slick-prev,
.present_kit_wrap .slick-next {
  opacity: 1;
  z-index: 10;
  width: calc(54 * 53rem / 750);
  height: calc(59 * 53rem / 750);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  top: 30%;
}

.slick-prev:before,
.slick-next:before {
  opacity: 0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0;
}

.present_kit_wrap .slick-prev {
  left: calc(70 * 53rem / 750);
  background-image: url(../../img/202506/icn_arw_prev.svg);
}

.present_kit_wrap .slick-next {
  right: calc(70 * 53rem / 750);
  background-image: url(../../img/202506/icn_arw_next.svg);
}

/* ===================
  カレンダーエリアモーダル
=================== */

.modal-content.tab_contents {}

.modal-content.tab_contents img {
  width: auto;
  height: auto;
}

.modal_scroll_area {
  overflow-y: auto;
  max-height: 70dvh;
  height: auto;
}

.modal-content .schedule_area {
  width: calc(720 * 53rem / 750);
  padding: calc(120 * 53rem / 750) 0 0;
  position: relative;
}

.schedule_area .flex_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(40 * 53rem / 750);
  margin-bottom: calc(100 * 53rem / 750);
}

.schedule_area .flex_wrap.instagram_area_item {
  padding-inline: calc(20 * 53rem / 750)
}

.schedule_area .coupon_area_item.flex_wrap {
  justify-content: center;
  align-items: center;
}

.modal-content .schedule_area.coupon_area .line_btn,
.modal-content .schedule_area.instagram_area .btn_golive {
  margin: 0 auto calc(40 * 53rem / 750);
}

.modal-content .schedule_area.coupon_area .txt_content {
  margin-top: 0;
}

.schedule_area .flex_wrap:last-of-type {
  padding-bottom: calc(20 * 53rem / 750);
}


.schedule_area .flex_wrap.coupon_area_item {
  margin-bottom: calc(35 * 53rem / 750);
}

.schedule_area_left {
  width: calc(73 * 53rem / 750);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.schedule_area_left .archive {
  width: calc(30 * 53rem / 750);
  height: calc(167 * 53rem / 750);
  aspect-ratio: 30 / 167;
}

.schedule_area_left .day {
  width: calc(73 * 53rem / 750);
  height: calc(90 * 53rem / 750);
  aspect-ratio: 73 / 90;
}

.schedule_area .flex_wrap.line_length01 .schedule_area_left,
.schedule_area .flex_wrap.line_length02 .schedule_area_left,
.schedule_area .flex_wrap.line_length03 .schedule_area_left,
.schedule_area .flex_wrap.line_length02_half .schedule_area_left {
  position: relative;
}

.present_area_item.flex_wrap.line_length01 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(104 * 53rem / 750);
  background: url(../../img/202506/main/line_length01_pink.svg?250602);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-130 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.present_area_item.flex_wrap.line_length02 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(347 * 53rem / 750);
  background: url(../../img/202506/main/line_length02_pink.svg?250602);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-380 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.present_area_item.flex_wrap.line_length03 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(935 * 53rem / 750);
  background: url(../../img/202506/main/line_length03_pink.svg?250602);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-973 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.present_area .app_induction_area {
  background: var(--color6);
  border-radius: calc(32 * 53rem / 750);
  display: flex;
  gap: calc(20 * 53rem / 750);
  margin-top: calc(47 * 53rem / 750);
  padding: calc(25 * 53rem / 750) calc(33 * 53rem / 750) calc(36 * 53rem / 750);
}

.present_area .app_induction_area .app_icon {
  width: calc(102 * 53rem / 750);
  height: calc(102 * 53rem / 750);
}

.present_area .app_induction_area .app_text {}


.present_area .app_induction_area .app_text a {
  display: block;
  font-size: calc(22 * 53rem / 750);
}

.present_area .app_induction_area .app_text a:first-of-type {
  margin-top: calc(5 * 53rem / 750);
}


.present_area .app_induction_area .app_text a:last-of-type {
  margin-top: calc(32 * 53rem / 750);
}

.present_area .app_induction_area .app_text span {
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 1px solid #000;
}

.present_sample_img {
  margin: calc(35 * 53rem / 750) auto;
  width: calc(450 * 53rem / 750);
  height: calc(324 * 53rem / 750);
  border-radius: calc(40 * 53rem / 750);
  position: relative;
  overflow: hidden;
}

.present_sample_img img {
  object-fit: cover;
  object-position: center calc(50% + 10px);
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.secret_area_item.flex_wrap.line_length01 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(102 * 53rem / 750);
  background: url(../../img/202506/main/line_length01_brown.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-130 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.secret_area_item.flex_wrap.line_length02 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(360 * 53rem / 750);
  background: url(../../img/202506/main/line_length02_brown.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-390 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.campaign_area_item.flex_wrap.line_length01 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(102 * 53rem / 750);
  background: url(../../img/202506/main/line_length01_orange.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-73 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.campaign_area_item.flex_wrap.line_length02 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(198 * 53rem / 750);
  background: url(../../img/202506/main/line_length02_orange.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-226 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.instagram_area_list {
  margin-bottom: calc(69 * 53rem / 750);
}

.instagram_area_item.flex_wrap.line_length01 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(128 * 53rem / 750);
  background: url(../../img/202506/main/line_length01_purple.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-155 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.instagram_area_item.flex_wrap.line_length02 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(420 * 53rem / 750);
  background: url(../../img/202506/main/line_length02_purple.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-451 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.instagram_area_item.flex_wrap.line_length03 .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(676 * 53rem / 750);
  background: url(../../img/202506/main/line_length03_purple.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-713 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.instagram_area_item.flex_wrap.line_length02_half .schedule_area_left::after {
  content: "";
  width: calc(15 * 53rem / 750);
  height: calc(335 * 53rem / 750);
  background: url(../../img/202506/main/line_length02_half_purple.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: calc(-390 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.schedule_area_right {
  margin-top: calc(18 * 53rem / 750);
  width: calc(100% - calc(73 * 53rem / 750));
}

.coupon_area .schedule_area_right {
  width: auto;
}

.instagram_area_item .schedule_area_right {
  margin-top: 0;
}

.modal-content .schedule_area.instagram_area .instagram_area_item.flex_wrap:not(:last-of-type) {
  margin-bottom: calc(100 * 53rem / 750);
}

.schedule_area_right .txt_content:not(:last-of-type) {
  margin-bottom: calc(80 * 53rem / 750);
}

.modal_content_inner .schedule_area .close-modal {
  position: static;
  display: block;
  margin: 0 auto calc(65 * 53rem / 750);
  transform: none;
}

.modal-content .close-modal-btn {
  position: absolute;
  left: auto;
  z-index: 10;
  transform: translate(-50%);
  top: calc(-96 * 53rem / 750);
  right: calc(-37 * 53rem / 750);
  background: url(../../img/202506/main/close-modal-btn.svg) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  margin: 0;
  width: calc(80 * 53rem / 750);
  height: calc(80 * 53rem / 750);
}

.modal-content .schedule_area.campaign_area .SNS_btn {
  margin: calc(40 * 53rem / 750) auto calc(100 * 53rem / 750);
}

.modal-content .schedule_area p.txt_content {
  margin-bottom: 0;
}

.modal-content .schedule_area .app_induction_area {
  margin-bottom: calc(47 * 53rem / 750);
}

/* プレゼントモーダル内のアコーディオン */
.present_list {
  font-size: calc(23 * 53rem / 750);
  line-height: 1.8;
  text-align: justify;
}

.present_list.acc_cont {}

.present_acc_btn {
  display: none;
  cursor: pointer;
}


/* ===================
  コンテンツ 
=================== */
.contents_section {}

.line_coupon {
  background: none;
  padding-bottom: calc(100 * 53rem/750);
}

.line_coupon .line_btn {
  margin-bottom: 0;
}

.contents_wrap+.line_coupon {
  margin-bottom: 0;
}

.contents_slide .ttl_area,
.contents_slide .txt_area,
.swiper-slide-number {
  color: var(--color6);
}

.about_area .ttl_main_02 {
  color: var(--color1);
}

.line_coupon .txt_sub {
  position: relative;
  margin-bottom: calc(68 * 53rem / 750);
}

.line_coupon .txt_sub::before {
  content: "";
  background: url(../../img/202506/main/line_coupon_txt_sub_before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: calc(770 * 53rem / 750);
  height: calc(770 * 53rem / 750);
  position: absolute;
  top: calc(-97 * 53rem / 750);
  left: 50%;
  transform: translateX(-50%);
}