@charset "UTF-8";
@media screen and (max-width: 768px) {
  /*=========================
▼▼共通▼▼
===========================*/
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    display: block;
    width: 100%;
    transition-duration: .3s;
  }
  table {
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  .caution_text {
    color: #fff;
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
  }
  span.line_break {
    display: inline-block;
  }
  h2, h3 {
    margin: 0 auto;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
  }
  header {
    width: 100%;
    height: 40px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
  }
  #contents {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
  }
  header .header_inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
  header .header_inner h1 {
    max-width: 102px;
  }
  /*=========================
▼▼ハンバーガーメニュー▼▼
===========================*/
  #navi_wrapper input {
    display: none;
  }
  #navi_wrapper {
    overflow: hidden;
  }
  .nav-icon-wrap {
    border-radius: 4px;
    background-color: #e8437e;
    position: relative;
    display: block;
    width: 118px;
    margin: 0 auto;
    height: 108px;
    z-index: 9999;
    cursor: pointer;
  }
  #main_nav~.close_bg {
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #main_nav:checked~.close_bg {
    visibility: visible;
  }
  #navi_wrapper .nav-icon .text {
    font-size: 11px;
    color: var(--color_white);
    line-height: 1;
    font-weight: 900;
    text-align: center;
    position: absolute;
    letter-spacing: .1em;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
  }
  #main_nav:checked~.nav-icon .text {
    color: var(--color_green);
  }
  .nav-icon {
    top: 0px;
  }
  .nav-icon.open .nav-icon span {
    display: none;
  }
  .nav-icon span {
    width: 26px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .nav-icon span::before, .nav-icon span::after {
    content: "";
    display: block;
    width: 26px;
    border-top: 2px solid #fff;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all;
  }
  .nav-icon span::after {
    top: 8px;
  }
  .header-nav-wrap {
    opacity: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center bottom -90px;
    width: 90%;
    max-width: 330px;
    position: fixed;
    top: 0;
    right: 0;
    transition: all .3s;
    z-index: 999;
    transform: translateX(20px);
  }
  #main_nav:checked~.header-nav-wrap {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  .header-nav-wrap .pagelink_img {
    margin-bottom: 15px;
  }
  .header-nav-wrap .pagelink_img .img {
    width: 170px;
    margin: 0 auto 10px;
  }
  .header-nav-wrap .pagelink_text {
    background-color: #26943d;
    border-radius: 8px;
    display: flex;
    padding: 14px 10px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .header-nav-wrap .pagelink_text .text {
    font-size: 15px;
    color: var(--color_white);
    position: relative;
    margin-right: 20px;
  }
  .header-nav-wrap .pagelink_text .text:last-of-type {
    margin-right: 0;
  }
  .header-nav-wrap .pagelink_text .text::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: var(--color_white);
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
  }
  .header-nav-wrap .pagelink_text .text:last-of-type::after {
    display: none;
  }
  .header-nav-inner {
    padding: 0 5%;
    scrollbar-width: none;
  }
  .header-nav-inner h1 {
    width: 150px;
    margin: 0 auto 10px;
  }
  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }
  .header-nav {
    margin: 0 auto;
  }
  #main_nav:checked~.nav-icon span {
    background-color: transparent;
  }
  #main_nav:checked~.nav-icon span::before {
    transform: translateX(-50%) rotate(40deg);
    top: calc(50% - 1px);
  }
  #main_nav:checked~.nav-icon span::after {
    transform: translateX(-50%) rotate(-40deg);
    top: calc(50% - 1px);
  }
  #navi_wrapper {
    flex-direction: column;
    box-shadow: 8.356px 9.959px 18px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9999;
  }
  #navi_wrapper .header-nav>li {
    font-size: 18px;
    margin: 0 auto 12px;
    text-align: left;
  }
  #navi_wrapper .header-nav>li {
    padding-bottom: 17px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #0c59a2 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 8px 2px;
  }
  #navi_wrapper .header-nav>li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
  }
  #navi_wrapper .header-nav>li .nav_title:not(:last-child) {
    margin-bottom: 14px;
  }
  #navi_wrapper .header-nav>li .number {
    display: inline-block;
    width: 101px;
  }
  #navi_wrapper .header-nav>li .number {
    display: block;
    width: 25%;
    padding-left: 1.5%;
    margin-bottom: 10px;
  }
  #navi_wrapper .header-nav>li .nav_main_title {
    display: block;
    width: 94%;
  }
  #navi_wrapper .header-nav>li .sub_title_list {
    padding-left: 24px;
  }
  #navi_wrapper .header-nav>li .sub_title_list li {
    display: block;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 13px;
  }
  #navi_wrapper .header-nav>li .sub_title_list li:last-of-type {
    margin-bottom: 0;
  }
  #navi_wrapper .header-nav>li .sub_title_list li .comingsoon_text {
    display: block;
    width: fit-content;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    padding: 1px 4px 2px;
    background-color: #c2a466;
    margin: 4px 0 3px;
  }
  #navi_wrapper .header-nav>li .sub_title_list li .comingsoon_date {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
  }
  /*=========================
▲▲ハンバーガーメニュー▲▲
===========================*/
  /*=========================
▼▼スマホナビ▼▼
===========================*/
  #navi_wrapper input {
    display: none;
  }
  .nav-icon-wrap {
    position: fixed;
    top: 3px;
    right: 2%;
    z-index: 9999;
  }
  .nav-icon {
    width: 34px;
    height: 34px;
  }
  .nav-icon::after {
    top: 34px;
  }
  .header-nav-inner {
    width: 100%;
    border-radius: 0 0 0 20px;
    background: #e2f8ff;
    padding: 30px 5% 30px;
    border: 4px solid #0c59a2;
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon {
    position: relative;
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon::before {
    width: 30px;
    top: 30px;
    border-top: 1px solid #003867;
    transform: rotate(45deg);
    z-index: 999999;
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon::after {
    width: 30px;
    top: 30px;
    border-top: 1px solid #003867;
    transform: rotate(-45deg);
    z-index: 999999;
  }
  #navi_wrapper {
    overflow-y: auto;
  }
  #navi_wrapper .header-nav>li.parent_nav {
    padding: 0;
  }
  #navi_wrapper .navi_child {
    width: 100%;
    background-color: #f7f7f7;
  }
  #navi_wrapper .navi_child li {
    width: 100%;
    border-top: 1px solid #cdd4da;
  }
  #navi_wrapper .navi_child li a {
    width: 100%;
    padding: 14px 0 13px 20px;
  }
  /*=========================
▲▲スマホナビ▲▲
===========================*/
  /*=========================
  ▼▼#conts_main▼▼
  ===========================*/
  #conts_main {
    background-image: url(../images/fv_bg.jpg);
    background-repeat: repeat;
    background-size: 265px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    animation: slide_01 11s linear infinite;
  }
  #conts_main .auto {
    width: 100%;
  }
  #conts_main .fv_img {
    position: relative;
  }
  #conts_main .fv_img::before {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    background-image: url(../images/fv_decoration_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /*=========================
  ▲▲#conts_main▲▲
  ===========================*/
  #conts_comingsoon {
    position: relative;
    background-image: url(../images/comingsoon_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
  #conts_comingsoon .auto {
    max-width: 1500px;
  }
  /*=========================
▼▼conts_feature▼▼
===========================*/
  #conts_feature {
    background: linear-gradient(180deg, rgba(101, 204, 226, 1) 0%, rgba(109, 216, 155, 0.7) 89%);
    padding: var(--font-120) 0 var(--font-60);
    position: relative;
    z-index: 1;
  }
  #conts_feature::before {
    content: "";
    display: block;
    width: 100%;
    height: min(calc(1115vw*.076), 1115px);
    background-image: url(../images/feature_bg.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_feature::after {
    content: "";
    display: block;
    width: 100vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: 0;
    left: 0;
    animation: slide_02 50s linear infinite;
  }
  @keyframes slide_02 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 935px 0;
    }
  }
  #conts_feature .feature_title {
    width: 90%;
    margin-bottom: var(--font-55);
    position: relative;
  }
  #conts_feature .feature_pagelink_text {
    width: 90%;
    position: relative;
    margin-bottom: var(--font-35);
  }
  #conts_feature .feature_pagelink_text::before {
    content: "";
    display: block;
    width: min(calc(400vw*.076), 400px);
    height: min(calc(313vw*.076), 313px);
    background-image: url(../images/title_decoration_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(calc(400vw*.076), 400px);
    position: absolute;
    top: var(--font-90);
    left: 2%;
    animation: floatUpDown_01 3s ease-in-out infinite;
  }
  #conts_feature .feature_pagelink_text::after {
    content: "";
    display: block;
    width: min(calc(400vw*.076), 400px);
    height: min(calc(313vw*.076), 313px);
    background-image: url(../images/title_decoration_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(calc(400vw*.076), 400px);
    position: absolute;
    top: var(--font-100);
    right: 0;
    animation: floatUpDown_02 3s ease-in-out infinite;
  }
  @keyframes floatUpDown_01 {
    0% {
      transform: translateX(-50%) translateY(0);
    }
    50% {
      transform: translateX(-50%) translateY(-10px);
    }
    100% {
      transform: translateX(-50%) translateY(0);
    }
  }
  @keyframes floatUpDown_02 {
    0% {
      transform: translateX(50%) translateY(0);
    }
    50% {
      transform: translateX(50%) translateY(-10px);
    }
    100% {
      transform: translateX(50%) translateY(0);
    }
  }
  #conts_feature .pagelink_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--font_-80);
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  #conts_feature .pagelink {
    width: 90%;
    margin-bottom: var(--font-30);
    position: relative;
    left: var(--font-4);
  }
  #conts_feature .pagelink a:hover {
    transform: scale(1.03);
  }
  #conts_feature .pagelink a:hover img {
    opacity: 1;
  }
  /*=========================
▲▲conts_feature▲▲
===========================*/
  /*=========================
▼▼conts_samba▼▼
===========================*/
  #conts_samba {
    background: linear-gradient(180deg, rgba(80, 67, 152, 1) 0%, rgba(183, 75, 151, 1) 50%, rgba(80, 67, 152, 1) 100%);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% 1640px;
    padding: var(--font-125) 0 var(--font-80);
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  #conts_samba .auto {
    max-width: 1000px;
    z-index: 0;
  }
  #conts_samba::after {
    content: "";
    display: block;
    width: 100vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: 0;
    left: 0;
    animation: slide_02 50s linear infinite;
    z-index: 1;
  }
  #conts_samba .auto::before {
    content: "";
    display: block;
    width: min(calc(691vw*.076), 691px);
    height: min(calc(2939vw*.076), 2939px);
    background-image: url(../images/samba_fireworks_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(calc(691vw*.076), 691px);
    position: absolute;
    top: min(calc(3169vw*.076), 3169px);
    left: 15%;
    transform: translateX(-50%);
  }
  #conts_samba .auto::after {
    content: "";
    display: block;
    width: min(calc(691vw*.076), 691px);
    height: min(calc(2939vw*.076), 2939px);
    background-image: url(../images/samba_fireworks_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(calc(691vw*.076), 691px);
    position: absolute;
    top: min(calc(3169vw*.076), 3169px);
    right: -5%;
    transform: translateX(50%);
  }
  #conts_samba .samba_title {
    width: 100%;
    max-width: 1500px;
    position: relative;
    z-index: 1;
    margin-bottom: min(calc(153vw*.076), 153px);
  }
  .section_block {
    border-radius: 5px;
  }
  #conts_samba .section_block {
    padding: var(--font-83) var(--font-40);
    background-color: #e2f8ff;
    border: 4px solid #000;
    position: relative;
    z-index: 1;
    margin-bottom: min(calc(145vw*.076), 145px);
  }
  #conts_samba .section_block.block_01 {
    border: 4px solid #00854b;
    position: relative;
  }
  #conts_samba .section_block.block_01::before {
    content: "";
    display: block;
    width: min(calc(320vw*.076), 320px);
    height: min(calc(534vw*.076), 534px);
    position: absolute;
    top: max(calc(-155vw*.076), -155px);
    right: -15%;
    background-image: url(../images/decoration_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #conts_samba .section_block.block_01::after {
    content: "";
    display: block;
    width: min(calc(304vw*.076), 304px);
    height: min(calc(361vw*.076), 361px);
    position: absolute;
    top: min(calc(793vw*.076), 793px);
    left: -11%;
    background-image: url(../images/decoration_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #conts_samba .samba__bargain {
    width: 76%;
    position: absolute;
    top: var(--font_-68);
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_samba .accordion accordion_02 {
    position: relative;
  }
  #conts_samba .caution_small {
    display: block;
    font-size: 12px;
    margin: min(calc(33vw * .076), 33px) auto min(calc(5vw * .076), 5px);
    text-align: center;
  }
  /* ▼▼アコーディオン▼▼ */
  .menu_pulldown.menu_02 {
    margin: 14px auto 0;
  }
  .accordion_02 {
    background-color: #fff;
    border-radius: 10px;
  }
  .menu_pulldown a.accordionLink {
    font-size: 16px;
    padding: 12px 5%;
  }
  .menu_pulldown .accordion_02 .submenu {
    margin: 0;
  }
  .menu_pulldown table.border tbody td .text_box {
    width: 100%;
  }
  .menu_pulldown table.border tbody td .title {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    background-color: #e72e8b;
    margin-bottom: 16px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
  }
  table.border .mall_detail {
    margin-bottom: min(1.2vw, 16px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  table.border .mall_detail .mall {
    color: #e72e8b;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 6px 2% 6px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .menu_pulldown table.border tbody td .text {
    display: flex;
    color: #202020;
    font-weight: 600;
    margin-bottom: 22px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu_pulldown table.border a:hover {
    background: #cf000d;
  }
  .accordion {
    margin-bottom: 8px;
  }
  .accordion:last-of-type {
    margin-bottom: 0;
  }
  a.accordionLink {
    text-align: center;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
    letter-spacing: 1.5px;
    border-radius: 6px;
    color: #fff;
    background-color: #e72e8b;
    font-weight: 600;
  }
  .accordionLink::after {
    content: "";
    background-image: url(../images/arrow_up.png);
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 5%;
    width: 12px;
    height: 12px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .accordionLink.on::after {
    background-image: url(../images/arrow_down.png);
  }
  .submenu {
    display: none;
  }
  table.border {
    width: 100%;
    margin-top: 30px;
  }
  table.border tbody th {
    text-align: center;
    position: relative;
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: clamp(16px, 2vw, 19px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: bottom;
    font-weight: 700;
    color: #e72e8b;
    background-image: linear-gradient(to right, #e72e8b 2px, transparent 2px);
  }
  table.border tbody td {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 19px;
    margin-bottom: 24px;
  }
  table.border a {
    line-height: 1.4;
    font-size: clamp(14px, 1.8vw, 17px);
    border-radius: 50px;
    margin-bottom: 12px;
    padding: 7px 18px 6px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #e72e8b;
    transition: all 0.3s;
    font-weight: 600;
    color: #e72e8b;
  }
  table.border a:hover {
    background-color: #e72e8b;
    color: #fff;
  }
  table.border div.vivre {
    text-align: left;
  }
  table.border div.vivre a {
    margin-bottom: 0;
  }
  .menu_02 a.accordionLink {
    background-color: #4d4398;
    font-weight: 600;
  }
  .menu_pulldown .accordion_02 .submenu {
    padding: 13px;
    background-color: #fff100;
    position: relative;
  }
  .samba_raffle_detail {
    margin-bottom: var(--font-30);
  }
  #conts_samba .logo_wrap {
    display: flex;
    width: 66%;
    margin: 0 auto;
    position: relative;
    top: max(calc(-1779vw*.076), -1779px);
  }
  #conts_samba .logo_wrap .app_store {
    width: 58%;
    margin-right: 4px;
  }
  #conts_samba .logo_wrap .app_store a, #conts_samba .logo_wrap .google_play a {
    transition-duration: 0s;
  }
  #conts_samba .logo_wrap .app_store a:hover, #conts_samba .logo_wrap .google_play a:hover {
    opacity: 0.7;
  }
  #conts_samba .logo_wrap .google_play {
    width: 72%;
  }
  /* ▲▲アコーディオン▲▲ */

  #conts_samba .section_block.block_02 {
    border: 4px solid #4d4397;
  }
  #conts_samba .section_block.block_02::before {
    content: "";
    display: block;
    width: min(calc(320vw*.076), 320px);
    height: min(calc(534vw*.076), 534px);
    position: absolute;
    top: max(calc(-85vw*.076), -85px);
    left: -14%;
    background-image: url(../images/decoration_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #conts_samba .section_block.block_02::after {
    content: "";
    display: block;
    width: min(calc(329vw*.076), 329px);
    height: min(calc(391vw*.076), 391px);
    position: absolute;
    top: min(calc(463vw*.076), 463px);
    right: -16%;
    background-image: url(../images/decoration_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  /*=========================
▲▲conts_samba▲▲
===========================*/
  /*=========================
▼▼conts_event▼▼
===========================*/
  #conts_event {
    background: linear-gradient(180deg, rgba(109, 217, 223, 1) 0%, rgba(95, 212, 183, 1) 100%);
    padding: var(--font-170) 0 var(--font-180);
    position: relative;
    z-index: 3;
  }
  #conts_event::before {
    content: "";
    display: block;
    width: 100%;
    height: min(calc(73vw*.076), 73vw);
    background-image: url(../images/deoration_img_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: max(calc(-66vw*.076), -66vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  #conts_event .decoration_wrapper {
    position: relative;
  }
  #conts_event .decoration_wrapper::before {
    content: "";
    display: block;
    width: 100vw;
    height: var(--font-77);
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: max(calc(-281vw * .076), -281px);
    left: 0;
    animation: slide_03 50s linear infinite;
    transform: rotate(2.7deg);
    z-index: 4;
  }
  #conts_event .decoration_wrapper::after {
    content: "";
    display: block;
    width: 110vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: max(calc(-231vw * .076), -231px);
    left: 0;
    animation: slide_02 50s linear infinite;
    transform: rotate(-7deg);
    z-index: 4;
  }
  #conts_event .auto {
    width: 90%;
    max-width: 1000px;
    position: relative;
    z-index: 1;
  }
  #conts_event .auto::before {
    content: "";
    display: block;
    width: min(calc(532vw*.076), 532px);
    height: min(calc(2140vw*.076), 2140px);
    background-image: url(../images/event_bubble_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(calc(532vw*.076), 532px);
    position: absolute;
    top: max(calc(-240vw*.076), -240px);
    left: 4%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #conts_event .auto::after {
    content: "";
    display: block;
    width: min(calc(532vw*.076), 532px);
    height: min(calc(2150vw*.076), 2150px);
    background-image: url(../images/event_bubble_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(calc(532vw*.076), 532px);
    position: absolute;
    top: max(calc(-130vw*.076), -130px);
    right: 5%;
    transform: translateX(50%);
    z-index: -1;
  }
  #conts_event .event_title {
    width: 110%;
    left: -5%;
    margin-bottom: var(--font-30);
    position: relative;
    z-index: 2;
  }
  .section_block.block_03 {
    border: 4px solid #0079c5;
    background-color: #e6fefe;
    padding: var(--font-50) var(--font-40) var(--font-30);
    border-radius: 5px 5px 0 0;
    position: relative;
  }
  #conts_event .section_block.block_03::before {
    content: "";
    display: block;
    width: min(calc(281vw*.076), 281px);
    height: min(calc(346vw*.076), 346px);
    position: absolute;
    top: max(calc(-35vw*.076), -35px);
    right: -8%;
    background-image: url(../images/decoration_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
  }
  #conts_event .section_block.block_03::after {
    content: "";
    display: block;
    width: min(calc(322vw*.076), 322px);
    height: min(calc(322vw*.076), 322px);
    position: absolute;
    top: min(calc(1163vw*.076), 1163px);
    left: -15%;
    background-image: url(../images/decoration_06.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
  }
  #conts_event .decoration_wrapper_02 {
    position: relative;
  }
  #conts_event .decoration_wrapper_02::before {
    content: "";
    display: block;
    width: min(calc(281vw*.076), 281px);
    height: min(calc(346vw*.076), 346px);
    position: absolute;
    top: min(calc(2120vw*.076), 2010px);
    right: -12%;
    background-image: url(../images/decoration_07.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
  }
  #conts_event .decoration_wrapper_02::after {
    content: "";
    display: block;
    width: min(calc(174vw*.076), 222174px);
    height: min(calc(242vw*.076), 242px);
    position: absolute;
    top: min(calc(1250vw*.076), 1250px);
    left: -15%;
    background-image: url(../images/decoration_08.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #conts_event .event_poster {
    margin-bottom: var(--font-35);
  }
  .event_caution {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    text-indent: -1em;
    padding-left: 1em;
  }
  .caution_yellow {
    background-color: #fbfd6c;
    line-height: 2;
    padding: 2px 6px;
  }
  .caution_small {
    display: block;
    font-size: 12px;
    margin-top: 8px;
  }
  .event_caution a {
    display: inline;
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  .event_caution a:hover {
    text-decoration: none;
  }
  /*=========================
▲▲conts_event▲▲
===========================*/
  /*=========================
▼▼conts_slove▼▼
===========================*/

  #conts_slove {
    background: linear-gradient(180deg, rgba(126, 218, 255, 1) 0%, rgba(96, 200, 248, 1) 50%, rgba(57, 173, 241, 1) 100%);
    padding: var(--font-175) 0 min(calc(440vw*.076), 440px);
    position: relative;
    z-index: 4;
  }
  #conts_slove .fv_img {
    margin-bottom: var(--font-48);
    width: 110%;
    position: relative;
    left: -5%;
  }
  #conts_slove::before {
    content: "";
    display: block;
    background-image: url(../images/solve_bg.png);
    background-repeat: repeat;
    background-size: 260px;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_slove::after {
    content: "";
    display: block;
    width: 100%;
    height: min(calc(105vw*.076), 105vw);
    background-image: url(../images/deoration_img_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: max(calc(-9vw*.076), -9vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  #conts_slove .decoration_wrapper::before {
    content: "";
    display: block;
    width: 110vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: max(calc(-31vw * .076), -31px);
    left: 0;
    animation: slide_03 50s linear infinite;
    transform: rotate(-4deg);
    z-index: 6;
  }
  #conts_slove .decoration_wrapper::after {
    content: "";
    display: block;
    width: 110vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: max(calc(-41vw * .076), -41px);
    left: -20px;
    animation: slide_02 50s linear infinite;
    transform: rotate(7deg);
    z-index: 6;
  }
  #conts_slove .auto {
    max-width: 1000px;
    z-index: 0;
  }
  .section_block.block_04 {
    border: 4px solid #1157a1;
    background-color: #e6fefe;
    padding: var(--font-50) var(--font-50) var(--font-54);
    border-radius: 5px 5px 0 0;
    position: relative;
  }
  .btn_detail {
    width: 100%;
    margin: 0 auto var(--font-20);
    box-shadow: var(--font-5) var(--font-5) 0 var(--font-2) #A8205E;
    border-radius: 8px;
    transition-duration: .3s;
  }
  .btn_detail:hover {
    box-shadow: none;
    transform: translate(var(--font-7), var(--font-5));
  }
  .event_period {
    width: 100%;
    margin: 0 auto;
  }
  #conts_slove .event_poster {
    margin-bottom: var(--font-32);
  }
  /*=========================
▲▲conts_slove▲▲
===========================*/
  /*=========================
▼▼conts_repeat▼▼
===========================*/
  #conts_repeat {
    background: linear-gradient(180deg, rgba(109, 217, 223, 1) 0%, rgba(85, 208, 154, 1) 100%);
    position: relative;
    padding: var(--font-95) 0 min(calc(190vw*.076), 190px);
    margin-top: max(calc(-100vw*.076), -100px);
    z-index: 4;
  }
  #conts_repeat::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/repeat_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #conts_repeat::after {
    content: "";
    display: block;
    width: 100%;
    height: min(calc(132vw * .076), 132vw);
    background-image: url(../images/deoration_img_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: max(calc(-91vw * .076), -91vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  #conts_repeat .decoration_wrapper {
    position: relative;
  }
  #conts_repeat .decoration_wrapper::before {
    content: "";
    display: block;
    width: 110vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: max(calc(-241vw * .076), -281px);
    left: -10px;
    animation: slide_03 50s linear infinite;
    transform: rotate(7deg);
    z-index: 4;
  }
  #conts_repeat .decoration_wrapper::after {
    content: "";
    display: block;
    width: 110vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: max(calc(-241vw * .076), -241px);
    left: 0;
    animation: slide_02 50s linear infinite;
    transform: rotate(-4.1deg);
    z-index: 4;
  }
  @keyframes slide_03 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -935px 0;
    }
  }
  #conts_repeat .fv_img {
    margin-bottom: var(--font-30);
    width: 110%;
    position: relative;
    left: -5%;
  }
  #conts_repeat .section_block.block_05 {
    border: 4px solid #0379c5;
    background-color: #e6fefe;
    padding: var(--font-50) var(--font-50) var(--font-24);
    border-radius: 5px 5px 0 0;
  }
  #conts_repeat .section_block.block_05::before {
    content: "";
    display: block;
    width: min(calc(281vw*.076), 281px);
    height: min(calc(346vw*.076), 346px);
    position: absolute;
    top: min(calc(575vw*.076), 575px);
    right: -9%;
    background-image: url(../images/decoration_10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #conts_repeat .section_block.block_05::after {
    content: "";
    display: block;
    width: min(calc(322vw*.076), 322px);
    height: min(calc(322vw*.076), 322px);
    position: absolute;
    top: max(calc(-159vw*.076), -159px);
    left: -15%;
    background-image: url(../images/decoration_09.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
  }
  #conts_repeat .decoration_wrapper_02 {
    position: relative;
  }
  #conts_repeat .decoration_wrapper_02::before {
    content: "";
    display: block;
    width: min(calc(351vw*.076), 351px);
    height: min(calc(356vw*.076), 356px);
    position: absolute;
    top: min(calc(2111vw*.076), 2111px);
    left: -14%;
    background-image: url(../images/decoration_11.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
  }
  #conts_event .decoration_wrapper_02::after {
    content: "";
    display: block;
    width: min(calc(274vw*.076), 274px);
    height: min(calc(312vw*.076), 312px);
    position: absolute;
    top: min(calc(2500vw*.076), 2500px);
    left: -13%;
    background-image: url(../images/decoration_12.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #conts_repeat .event_poster {
    margin-bottom: var(--font-45);
  }
  /*=========================
▲▲conts_repeat▲▲
===========================*/
  /*=========================
▼▼conts_store▼▼
===========================*/
  #conts_store {
    background: linear-gradient(180deg, rgba(107, 206, 225, 1) 0%, rgba(102, 210, 182, 1) 100%);
    padding: var(--font-135) 0 var(--font-120);
    position: relative;
    z-index: 4;
  }
  #conts_store::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/feature_bg.png);
    background-repeat: repeat-y;
    background-position: center top max(calc(-302vw*.076), -302px);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_store::after {
    content: "";
    display: block;
    width: 100%;
    height: min(calc(132vw * .076), 132vw);
    background-image: url(../images/deoration_img_04.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    top: max(calc(-91vw * .076), -91vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  #conts_store .decoration_wrapper {
    position: relative;
  }
  #conts_store .decoration_wrapper::before {
    content: "";
    display: block;
    width: 110vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: max(calc(-211vw * .076), -211px);
    left: -5%;
    animation: slide_03 50s linear infinite;
    transform: rotate(5deg);
    z-index: 4;
  }
  #conts_store .decoration_wrapper::after {
    content: "";
    display: block;
    width: 110vw;
    height: 77px;
    background-image: url(../images/marking_tape.png);
    background-repeat: repeat-x;
    background-size: min(calc(1305vw*.076), 1305px);
    position: absolute;
    top: max(calc(-201vw * .076), -161px);
    left: 0;
    animation: slide_02 50s linear infinite;
    transform: rotate(-4.1deg);
    z-index: 4;
  }
  #conts_store .auto {
    width: 90%;
    max-width: 1000px;
  }
  #conts_store .conts_wrap {
    width: 100%;
    margin: 0 auto;
  }
  #conts_store .store_title {
    width: 93%;
    margin-bottom: var(--font-45)
  }
  #conts_store .accordion {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: min(calc(15vw * 0.076), 15px);
  }
  #conts_store .accordionLink {
    padding: min(calc(28vw * 0.076), 18px) 5%;
  }
  #conts_store .accordionLink::after {
    content: "";
    background-image: url(../images/arrow_down.png);
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    right: 5%;
    width: min(calc(41vw * 0.076), 41px);
    height: min(calc(25vw * 0.076), 25px);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #conts_store .accordionLink.on::after {
    background-image: url(../images/arrow_up.png);
  }
  #conts_store .submenu {
    padding: 0 5%;
  }
  /*=========================
  ▲▲conts_store▲▲
  ===========================*/
  /*=========================
▼▼conts_app▼▼
===========================*/
  #conts_app {
    background-color: #fff;
    padding: 55px 0 60px;
    position: relative;
    z-index: 5;
  }
  #conts_app .app_img {
    display: block;
    margin: 0 auto 17px;
  }
  #conts_app .review {
    display: flex;
    width: 90%;
    margin: 0 auto 17px;
    justify-content: center;
    align-items: center;
  }
  #conts_app .review .logo {
    width: 30%;
    margin-right: 5%;
  }
  #conts_app .review .review_text {
    display: block;
    width: 65%;
  }
  #conts_app .app_logo .logo_wrap {
    display: flex;
    width: 90%;
    margin: 0 auto 10px;
  }
  #conts_app .app_logo .logo_wrap .app_store {
    width: 44%;
    margin-right: 2%;
  }
  #conts_app .app_logo .logo_wrap .google_play {
    width: 54%;
  }
  #conts_app .app_logo ul {
    max-width: 470px;
    margin: 0 auto;
  }
  #conts_app .app_logo ul li {
    font-size: 13px;
    font-feature-settings: "palt" 1;
    line-height: 1.6;
    font-weight: 400;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px;
  }
  #conts_app .app_logo ul li:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
▲▲conts_app▲▲
===========================*/
  footer {
    width: 100%;
    padding: 0 20px;
  }
  .footer_inner {
    padding: 30px 0 24px;
    text-align: center;
  }
  .footer_inner .logo {
    width: 170px;
    margin: 0 auto 15px;
  }
  .footer_inner .copyright {
    font-size: 7px;
    color: #333333;
  }
  #back-top {
    display: none;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 3%;
    z-index: 99;
  }
}