@charset "UTF-8";
/*--------------------------------------
共通
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tbody, tfoot, thead, tt, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

.l-footer p {
  color: #fff;
}

div, i, p {
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  body {
    position: relative;
    z-index: 1;
  }
  .sp {
    display: none !important;
  }
  .content_wrapper * {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    color: #333333;
  }
  img {
    max-width: 100%;
  }
  .l-container {
    background-color: #FFFAF0;
  }
  .content_wrapper p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
  }
  .content_wrapper img {
    width: auto;
  }
  .content_wrapper .sp {
    display: none !important;
  }
  #page_kv .layout_inner {
    width: 100%;
  }
  #page_kv .kv_ttl {
    position: relative;
  }
  #page_kv .kv_ttl img {
    position: relative;
  }
  #page_kv .kv_txt {
    width: 90%;
    max-width: 840px;
    margin: 1.5em auto 90px;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  #page_kv .kv_pr_notice {
    width: 100%;
    margin: 0 auto;
    text-align: right;
  }
  section#page_anchor {
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
  section#page_anchor .layout_inner {
    position: relative;
    width: 880px;
    background-color: #FFF4B7;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 10px;
    border-radius: 10px;
  }
  section#page_anchor .layout_inner:before {
    position: absolute;
    top: -38px;
    left: 0;
    width: 135px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/anchor-parts.svg);
    content: "";
  }
  section#page_anchor ul {
    display: flex;
    flex-wrap: wrap;
  }
  section#page_anchor ul li {
    display: flex;
    width: 325px;
    height: 3.5em;
  }
  section#page_anchor ul li:nth-child(n+1) {
    margin-bottom: 20px;
  }
  section#page_anchor ul li:nth-child(odd) {
    margin-right: 45px;
  }
  section#page_anchor ul li:nth-child(3) {
    margin-left: 118px;
  }
  section#page_anchor ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 30px;
  }
  section#page_anchor ul li a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
  }
  section#page_anchor ul li a span {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 38px;
    padding-bottom: 0.5em;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 900;
    transition: all 0.3s ease;
  }
  section#page_anchor ul li a span:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #c1c1c1;
    content: "";
  }
  section#page_anchor ul li a span:after {
    position: absolute;
    right: 0;
    bottom: 0.85em;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/anchor-arrow.svg);
    content: "";
  }
  section#page_anchor ul li a:hover span {
    opacity: 0.5;
  }
  section#page_anchor ul li.anchor01 span {
    color: #EB6D9A;
  }
  section#page_anchor ul li.anchor02 span {
    color: #2BC5BD;
  }
  section#page_anchor ul li.anchor03 span {
    color: #EF8421;
  }
  section#page_anchor ul li.anchor04 span {
    color: #2B91C5;
  }
  section.page_layout {
    position: relative;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    padding-bottom: 60px;
  }
  section.page_layout .layout_inner {
    position: relative;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  section.page_layout:before {
    position: absolute;
    top: 10px;
    width: 200%;
    height: calc(100% - 10px);
    content: "";
  }
  section.page_layout.bg_left:before {
    right: 50%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: translateX(330px);
  }
  section.page_layout.bg_right:before {
    left: 50%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transform: translateX(-330px);
  }
  section#page_event:before {
    background-color: #FFEEF4;
  }
  section#page_check:before {
    background-color: #E5F5F2;
  }
  section#page_qa:before {
    background-color: #FFEFEC;
  }
  section#page_enjoy:before {
    background-color: #E5F0F5;
  }
  section .title_block {
    position: relative;
    padding-top: 80px;
    padding-bottom: 30px;
    z-index: 1;
  }
  section .title_block i {
    position: absolute;
    top: 0;
  }
  section .title_block h2 {
    position: relative;
    text-align: center;
  }
  section .title_block h2 span {
    display: inline;
    background: linear-gradient(transparent 60%, #FFF9AA 0%);
    line-height: 1.4;
    font-size: 22px;
    font-weight: 900;
  }
  section .title_block h2:before {
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    width: 68px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    content: "";
  }
  section.bg_left .title_block i {
    left: 0;
  }
  section.bg_right .title_block i {
    right: 0;
  }
  section#page_event .title_block h2 span {
    color: #EB6D9A;
  }
  section#page_event .title_block h2:before {
    background-image: url(../img/event-deco.svg);
  }
  section#page_check .title_block h2 span {
    color: #39C8BC;
  }
  section#page_check .title_block h2:before {
    background-image: url(../img/check-deco.svg);
  }
  section#page_qa .title_block h2 span {
    color: #EF8421;
  }
  section#page_qa .title_block h2:before {
    background-image: url(../img/qa-deco.svg);
  }
  section#page_enjoy .title_block h2 span {
    color: #2B91C5;
  }
  section#page_enjoy .title_block h2:before {
    background-image: url(../img/enjoy-deco.svg);
  }
  section article figure img {
    border-radius: 10px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
  }
  section#page_event .flex_wrap {
    display: flex;
    justify-content: space-between;
  }
  section#page_event .flex_wrap article {
    width: 43%;
  }
  section#page_event .flex_wrap article figure {
    margin-bottom: 20px;
  }
  section#page_event .flex_wrap article h3, section#page_event .flex_wrap article p {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-size: 14px;
  }
  section#page_event .flex_wrap article h3 {
    font-weight: 700;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  section#page_check {
    padding-bottom: 0;
  }
  section#page_check input {
    display: none;
  }
  section#page_check ul.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  section#page_check ul.tabs li {
    width: 78px;
    height: 51px;
    margin: 0 4px;
  }
  section#page_check ul.tabs li label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #39C8BC;
    padding-top: 12px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  section#page_check ul.tabs li label[for=tab-tokyo] {
    background-color: #39C8BC;
  }
  section#page_check ul.tabs li label[for=tab-kanagawa] {
    background-color: #9FC839;
  }
  section#page_check ul.tabs li label[for=tab-saitama] {
    background-color: #39C877;
  }
  section#page_check ul.tabs li label[for=tab-chiba] {
    background-color: #39AEC8;
  }
  section#page_check ul.tabs li label span {
    line-height: 1;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
  }
  section#page_check ul.tabs li label:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/check-arrow-tab.svg);
    margin: auto;
    content: "";
  }
  section#page_check ul.tabs li label:hover {
    opacity: 0.7;
  }
  section#page_check .tab-contents {
    display: none;
  }
  section#page_check input#tab-tokyo:checked ~ #content-tokyo,
  section#page_check input#tab-kanagawa:checked ~ #content-kanagawa,
  section#page_check input#tab-saitama:checked ~ #content-saitama,
  section#page_check input#tab-chiba:checked ~ #content-chiba {
    display: block;
    animation: fadeIn 0.5s ease-in-out forwards;
  }
  section#page_check .tab-contents section {
    position: relative;
    padding-bottom: 75px;
  }
  section#page_check .tab-contents section:before {
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    width: 85px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/check-icon.svg);
    margin: auto;
    z-index: 2;
    content: "";
  }
  section#page_check .tab-contents section h3 {
    position: relative;
    background-color: #39C8BC;
    margin-bottom: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
  }
  section#page_check .tab-contents section h3:before, section#page_check .tab-contents section h3:after {
    position: absolute;
    top: 0;
    width: 9999px;
    height: 100%;
    background-color: #39C8BC;
    content: "";
  }
  section#page_check .tab-contents section h3:before {
    left: -9999px;
  }
  section#page_check .tab-contents section h3:after {
    right: -9999px;
  }
  section#page_check .tab-contents section .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  section#page_check .tab-contents section article {
    display: flex;
    width: 43.5%;
  }
  section#page_check .tab-contents section article figure {
    width: 151px;
    margin-right: 12px;
  }
  section#page_check .tab-contents section article dl {
    width: calc(100% - 150px);
  }
  section#page_check .tab-contents section article dl dt {
    display: inline-block;
    background-color: #39C8BC;
    margin-bottom: 0.75em;
    padding: 0 0.5em;
    border-radius: 2px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
  }
  section#page_check .tab-contents section article dl dd {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 14px;
  }
  section#page_check .tab-contents section article dl dd.event-name {
    font-weight: 700;
  }
  section#page_check .tab-contents section dl.detail {
    margin-bottom: 30px;
  }
  section#page_check .tab-contents section dl.detail div {
    display: flex;
    line-height: 1.8;
    font-size: 14px;
  }
  section#page_check .tab-contents section dl.detail dt {
    font-weight: 700;
  }
  section#page_check .tab-contents section .btn {
    text-align: center;
  }
  section#page_check .tab-contents section .btn a {
    display: inline-block;
    position: relative;
    background-color: #3977C8;
    margin-left: auto;
    margin-right: auto;
    padding: 0.75em 3.5em;
    border-radius: 9999px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  section#page_check .tab-contents section .btn a span {
    font-weight: 700;
    color: #ffffff;
  }
  section#page_check .tab-contents section .btn a .mansai_label {
    display: block;
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #3977C8;
    border-radius: 9999px;
    font-size: 14px;
  }
  section#page_check .tab-contents section .btn a .mansai_label:before {
    content: "\\ ";
  }
  section#page_check .tab-contents section .btn a .mansai_label:after {
    content: "/";
  }
  section#page_check .tab-contents section .btn a:after {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/check-arrow-detail.svg);
    margin: auto;
    content: "";
  }
  section#page_check .tab-contents section .btn a:hover {
    opacity: 0.7;
  }
  section#page_check .tab-contents#content-chiba h3 {
    background-color: #39AEC8;
  }
  section#page_check .tab-contents#content-chiba h3:before, section#page_check .tab-contents#content-chiba h3:after {
    background-color: #39AEC8;
  }
  section#page_check .tab-contents#content-kanagawa h3 {
    background-color: #9FC839;
  }
  section#page_check .tab-contents#content-kanagawa h3:before, section#page_check .tab-contents#content-kanagawa h3:after {
    background-color: #9FC839;
  }
  section#page_check .tab-contents#content-saitama h3 {
    background-color: #39C877;
  }
  section#page_check .tab-contents#content-saitama h3:before, section#page_check .tab-contents#content-saitama h3:after {
    background-color: #39C877;
  }
  section#page_check .tab-contents#content-tokyo h3 {
    background-color: #39C8BC;
  }
  section#page_check .tab-contents#content-tokyo h3:before, section#page_check .tab-contents#content-tokyo h3:after {
    background-color: #39C8BC;
  }
  section#page_qa dl dt {
    margin-bottom: 0.25em;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
  }
  section#page_qa dl dd {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #C1C1C1;
    line-height: 1.8;
    font-size: 16px;
  }
  section#page_qa dl dd:last-of-type {
    margin-bottom: 0;
  }
  section#page_enjoy .layout_inner {
    width: 335px;
  }
  section#page_enjoy .layout_inner article figure {
    margin-bottom: 20px;
  }
  section#page_enjoy .layout_inner article h3, section#page_enjoy .layout_inner article p {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-size: 14px;
  }
  section#page_enjoy .layout_inner article h3 {
    font-weight: 700;
  }
  #page_fixed_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: rgba(255, 92, 48, 0.3);
    z-index: 10;
  }
  #page_fixed_footer a {
    display: block;
    width: 356px;
    margin-right: auto;
    margin-left: auto;
  }
  #page_fixed_footer a .footer_bnr {
    transition: opacity 0.3s;
  }
  #page_fixed_footer a:hover .footer_bnr {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
    z-index: 2;
  }
  .pc {
    display: none !important;
  }
  .content_wrapper * {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    color: #333333;
  }
  .l-container {
    background-color: #FFFAF0;
  }
  .content_wrapper p {
    font-size: 3.6458333333vw;
    line-height: 1.6;
  }
  .content_wrapper img {
    width: 100%;
  }
  .content_wrapper .pc {
    display: none !important;
  }
  .content_wrapper .main .inner {
    text-align: right;
    padding-right: 3.90625vw;
    padding-top: 2.6041666667vw;
  }
  .content_wrapper .page_layout .layout_inner {
    position: relative;
  }
  .content_wrapper .page_layout .layout_inner .layout_width {
    width: calc(100% - 7.8125vw);
    margin-right: auto;
    margin-left: auto;
  }
  .content_wrapper .page_layout strong {
    font-weight: 700;
  }
  .page-to-top {
    bottom: 8vh;
  }
  #page_kv .layout_inner {
    width: 100%;
  }
  #page_kv .kv_ttl {
    position: relative;
  }
  #page_kv .kv_ttl img {
    position: relative;
  }
  #page_kv .kv_txt {
    width: 90%;
    margin-top: 3.3854166667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15.625vw;
    font-size: 3.3854166667vw;
    line-height: 1.8;
    letter-spacing: 0.1953125vw;
  }
  #page_kv .kv_pr_notice {
    text-align: right;
  }
  section#page_anchor {
    margin-bottom: 10.4166666667vw;
    padding-top: 0;
    padding-bottom: 0;
  }
  section#page_anchor .layout_inner {
    position: relative;
    width: 90%;
    background-color: #FFF4B7;
    margin-left: auto;
    margin-right: auto;
    padding: 5.859375vw 5.859375vw 7.8125vw;
    border-radius: 2.6041666667vw;
  }
  section#page_anchor .layout_inner:before {
    position: absolute;
    top: -9.8958333333vw;
    left: 0;
    width: 35.15625vw;
    height: 9.8958333333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/anchor-parts.svg);
    content: "";
  }
  section#page_anchor ul li {
    position: relative;
    width: 100%;
    height: 4em;
    font-size: 4.1666666667vw;
  }
  section#page_anchor ul li:not(:last-child) {
    margin-bottom: 0.75em;
  }
  section#page_anchor ul li:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #c1c1c1;
    content: "";
  }
  section#page_anchor ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  section#page_anchor ul li a i {
    position: absolute;
    top: 1.3020833333vw;
    left: -8.3333333333vw;
    width: 16.1458333333vw;
  }
  section#page_anchor ul li a span {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 8.3333333333vw;
    padding-bottom: 0.5em;
    line-height: 1.5;
    font-size: 4.1666666667vw;
    font-weight: 900;
    transition: all 0.3s ease;
  }
  section#page_anchor ul li a span:after {
    position: absolute;
    right: 0;
    bottom: 0.85em;
    width: 3.6458333333vw;
    height: 2.0833333333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/anchor-arrow.svg);
    content: "";
  }
  section#page_anchor ul li.anchor01 span {
    color: #EB6D9A;
  }
  section#page_anchor ul li.anchor02 span {
    color: #2BC5BD;
  }
  section#page_anchor ul li.anchor03 span {
    color: #EF8421;
  }
  section#page_anchor ul li.anchor04 span {
    color: #2B91C5;
  }
  section.page_layout {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18.2291666667vw;
    padding-bottom: 15.625vw;
  }
  section.page_layout .layout_inner {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  section.page_layout:before {
    position: absolute;
    top: 1.5625vw;
    width: 84%;
    height: calc(100% - 1.5625vw);
    content: "";
  }
  section.page_layout.bg_left:before {
    left: 0;
    border-top-right-radius: 7.8125vw;
    border-bottom-right-radius: 7.8125vw;
  }
  section.page_layout.bg_right:before {
    right: 0;
    border-top-left-radius: 7.8125vw;
    border-bottom-left-radius: 7.8125vw;
  }
  section#page_event:before {
    background-color: #FFEEF4;
  }
  section#page_check:before {
    background-color: #E5F5F2;
  }
  section#page_qa:before {
    background-color: #FFEFEC;
  }
  section#page_enjoy:before {
    background-color: #E5F0F5;
  }
  section .title_block {
    position: relative;
    padding-top: 18.8802083333vw;
    padding-bottom: 7.8125vw;
    z-index: 1;
  }
  section .title_block i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  section .title_block h2 {
    position: relative;
    text-align: center;
  }
  section .title_block h2 span {
    display: inline;
    background: linear-gradient(transparent 60%, #FFF9AA 0%);
    line-height: 1.4;
    font-size: 5.7291666667vw;
    font-weight: 900;
  }
  section .title_block h2:before {
    display: block;
    position: absolute;
    top: -7.2916666667vw;
    left: 0;
    right: 0;
    width: 17.7083333333vw;
    height: 7.2916666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    content: "";
  }
  section#page_event .title_block h2 span {
    color: #EB6D9A;
  }
  section#page_event .title_block h2:before {
    background-image: url(../img/event-deco.svg);
  }
  section#page_check .title_block h2 span {
    color: #39C8BC;
  }
  section#page_check .title_block h2:before {
    background-image: url(../img/check-deco.svg);
  }
  section#page_qa .title_block h2 span {
    color: #EF8421;
  }
  section#page_qa .title_block h2:before {
    background-image: url(../img/qa-deco.svg);
  }
  section#page_enjoy .title_block h2 span {
    color: #2B91C5;
  }
  section#page_enjoy .title_block h2:before {
    background-image: url(../img/enjoy-deco.svg);
  }
  section article figure img {
    border-radius: 2.6041666667vw;
    box-shadow: 1.0416666667vw 1.0416666667vw 0 0 rgba(0, 0, 0, 0.25);
  }
  section#page_event .flex_wrap article:not(:last-child) {
    margin-bottom: 13.0208333333vw;
  }
  section#page_event .flex_wrap article figure {
    margin-bottom: 5.2083333333vw;
  }
  section#page_event .flex_wrap article h3, section#page_event .flex_wrap article p {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-size: 3.6458333333vw;
  }
  section#page_event .flex_wrap article h3 {
    font-weight: 700;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  section#page_check {
    padding-bottom: 0;
  }
  section#page_check input {
    display: none;
  }
  section#page_check ul.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10.4166666667vw;
  }
  section#page_check ul.tabs li {
    width: 20.3125vw;
    height: 13.28125vw;
    margin: 0 1.0416666667vw;
  }
  section#page_check ul.tabs li label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #39C8BC;
    padding-top: 3.125vw;
    border-radius: 2.6041666667vw;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  section#page_check ul.tabs li label[for=tab-tokyo] {
    background-color: #39C8BC;
  }
  section#page_check ul.tabs li label[for=tab-kanagawa] {
    background-color: #9FC839;
  }
  section#page_check ul.tabs li label[for=tab-saitama] {
    background-color: #39C877;
  }
  section#page_check ul.tabs li label[for=tab-chiba] {
    background-color: #39AEC8;
  }
  section#page_check ul.tabs li label span {
    line-height: 1;
    font-size: 4.1666666667vw;
    font-weight: 900;
    color: #ffffff;
  }
  section#page_check ul.tabs li label:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.34375vw;
    width: 3.6458333333vw;
    height: 2.0833333333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/check-arrow-tab.svg);
    margin: auto;
    content: "";
  }
  section#page_check .tab-contents {
    display: none;
  }
  section#page_check input#tab-tokyo:checked ~ #content-tokyo,
  section#page_check input#tab-kanagawa:checked ~ #content-kanagawa,
  section#page_check input#tab-saitama:checked ~ #content-saitama,
  section#page_check input#tab-chiba:checked ~ #content-chiba {
    display: block;
    animation: fadeIn 0.5s ease-in-out forwards;
  }
  section#page_check .tab-contents section {
    position: relative;
    padding-bottom: 20.8333333333vw;
  }
  section#page_check .tab-contents section:before {
    position: absolute;
    top: -5.9895833333vw;
    left: 0;
    right: 0;
    width: 22.1354166667vw;
    height: 9.375vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/check-icon.svg);
    margin: auto;
    z-index: 2;
    content: "";
  }
  section#page_check .tab-contents section h3 {
    position: relative;
    background-color: #39C8BC;
    margin-bottom: 7.8125vw;
    text-align: center;
    line-height: 15.625vw;
    font-size: 4.6875vw;
    font-weight: 900;
    color: #ffffff;
  }
  section#page_check .tab-contents section h3:before, section#page_check .tab-contents section h3:after {
    position: absolute;
    top: 0;
    width: 9999px;
    height: 100%;
    background-color: #39C8BC;
    content: "";
  }
  section#page_check .tab-contents section h3:before {
    left: -9999px;
  }
  section#page_check .tab-contents section h3:after {
    right: -9999px;
  }
  section#page_check .tab-contents section .wrap {
    margin-bottom: 7.8125vw;
  }
  section#page_check .tab-contents section article {
    display: flex;
    justify-content: space-between;
  }
  section#page_check .tab-contents section article:not(:last-of-type) {
    margin-bottom: 7.8125vw;
  }
  section#page_check .tab-contents section article figure {
    width: 35.9375vw;
  }
  section#page_check .tab-contents section article dl {
    width: calc(100% - 40.3645833333vw);
  }
  section#page_check .tab-contents section article dl dt {
    display: inline-block;
    background-color: #39C8BC;
    margin-bottom: 0.75em;
    padding: 0 0.5em;
    border-radius: 2px;
    line-height: 5.2083333333vw;
    font-size: 2.8645833333vw;
    font-weight: 700;
    color: #ffffff;
  }
  section#page_check .tab-contents section article dl dd {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 3.6458333333vw;
  }
  section#page_check .tab-contents section article dl dd.event-name {
    font-weight: 700;
  }
  section#page_check .tab-contents section dl.detail {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.8125vw;
  }
  section#page_check .tab-contents section dl.detail div {
    display: flex;
    line-height: 1.8;
    font-size: 3.6458333333vw;
  }
  section#page_check .tab-contents section dl.detail dt {
    font-weight: 700;
    white-space: nowrap;
  }
  section#page_check .tab-contents section .btn {
    text-align: center;
    margin-top: 13.0208333333vw;
  }
  section#page_check .tab-contents section .btn a {
    display: inline-block;
    position: relative;
    background-color: #3977C8;
    margin-left: auto;
    margin-right: auto;
    padding: 0.75em 3em;
    border-radius: 9999px;
    text-align: center;
    line-height: 1.3;
    font-size: 3.90625vw;
    transition: all 0.3s ease;
  }
  section#page_check .tab-contents section .btn a span {
    font-weight: 700;
    color: #ffffff;
  }
  section#page_check .tab-contents section .btn a .mansai_label {
    display: block;
    position: absolute;
    top: -5.859375vw;
    left: 0;
    width: 100%;
    height: 100%;
    color: #3977C8;
    border-radius: 9999px;
    font-size: 3.6458333333vw;
  }
  section#page_check .tab-contents section .btn a .mansai_label:before {
    content: "\\ ";
  }
  section#page_check .tab-contents section .btn a .mansai_label:after {
    content: "/";
  }
  section#page_check .tab-contents section .btn a:after {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/check-arrow-detail.svg);
    margin: auto;
    content: "";
  }
  section#page_check .tab-contents section .btn a:hover {
    opacity: 0.7;
  }
  section#page_check .tab-contents#content-chiba h3 {
    background-color: #39AEC8;
  }
  section#page_check .tab-contents#content-chiba h3:before, section#page_check .tab-contents#content-chiba h3:after {
    background-color: #39AEC8;
  }
  section#page_check .tab-contents#content-kanagawa h3 {
    background-color: #9FC839;
  }
  section#page_check .tab-contents#content-kanagawa h3:before, section#page_check .tab-contents#content-kanagawa h3:after {
    background-color: #9FC839;
  }
  section#page_check .tab-contents#content-saitama h3 {
    background-color: #39C877;
  }
  section#page_check .tab-contents#content-saitama h3:before, section#page_check .tab-contents#content-saitama h3:after {
    background-color: #39C877;
  }
  section#page_check .tab-contents#content-tokyo h3 {
    background-color: #39C8BC;
  }
  section#page_check .tab-contents#content-tokyo h3:before, section#page_check .tab-contents#content-tokyo h3:after {
    background-color: #39C8BC;
  }
  section#page_qa .layout_inner {
    width: 84%;
  }
  section#page_qa dl dt {
    margin-bottom: 0.25em;
    line-height: 1.5;
    font-size: 4.6875vw;
    font-weight: 700;
  }
  section#page_qa dl dd {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #C1C1C1;
    line-height: 1.8;
    font-size: 3.6458333333vw;
  }
  section#page_qa dl dd:last-of-type {
    margin-bottom: 0;
  }
  section#page_enjoy .title_block {
    padding-bottom: 5.2083333333vw;
  }
  section#page_enjoy .layout_inner {
    width: 90%;
  }
  section#page_enjoy .layout_inner article figure {
    margin-bottom: 5.2083333333vw;
  }
  section#page_enjoy .layout_inner article h3, section#page_enjoy .layout_inner article p {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-size: 3.6458333333vw;
  }
  section#page_enjoy .layout_inner article h3 {
    font-weight: 700;
  }
  #page_fixed_footer {
    position: fixed;
    left: 0;
    bottom: -0.2604166667vw;
    width: 100%;
    background-color: rgba(255, 92, 48, 0.3);
    padding-top: 1.3020833333vw;
    padding-bottom: 2.6041666667vw;
    z-index: 10;
  }
  #page_fixed_footer a {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}

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