@charset "UTF-8";
@import url("https://use.typekit.net/iui2rfn.css");

/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
    box-sizing: border-box
}

:after:focus,
:before:focus,
:focus {
    outline: none
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    color: #4B232D;
    font-family: "acumin-pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin-bottom: 0;
    margin-top: 0
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    background-color: transparent;
    color: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:hover {
    color: none;
    text-decoration: none
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0;
    padding: 0
}

img {
    border-style: none;
    vertical-align: middle
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: 0.5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0.5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        transform: scale3d(1.2, 1.2, 1.2)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes confetti {
    0% {
        opacity: 0;
        transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
    }

    25% {
        opacity: 1;
        transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
    }

    50% {
        transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
    }

    75% {
        transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
    }

    86% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
    }
}

.u-wysiwygArea {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8
}

@media screen and (max-width:768px) {
    .u-wysiwygArea {
        font-size: 12px
    }
}

.u-wysiwygArea *+* {
    margin-top: 1.75em
}

.u-wysiwygArea br+* {
    margin-top: 0
}

@media screen and (min-width:769px) {
    .u-wysiwygArea a {
        transition: all 0.6s ease-in-out 0s
    }
}

@media screen and (min-width:769px) {
    .u-wysiwygArea a:hover {
        opacity: 0.6
    }
}

.u-wysiwygArea a {
    color: blue;
    text-decoration: underline
}

.u-wysiwygArea h1 {
    font-size: 4.5rem;
    line-height: 1.4
}

.u-wysiwygArea h2 {
    font-size: 3rem;
    line-height: 1.6;
    margin-top: 2em
}

.u-wysiwygArea h3 {
    color: blue;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6
}

.u-wysiwygArea h4 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 25px;
    position: relative
}

.u-wysiwygArea h4:before {
    background: blue;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 17px
}

.u-wysiwygArea h5,
.u-wysiwygArea h6 {
    font-size: 1.6rem;
    line-height: 1.6
}

.u-wysiwygArea h1+h2,
.u-wysiwygArea h2+h3,
.u-wysiwygArea h3+h4,
.u-wysiwygArea h4+h5,
.u-wysiwygArea h5+h6 {
    margin-top: 0.5em
}

.u-wysiwygArea p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8
}

@media screen and (max-width:768px) {
    .u-wysiwygArea p {
        font-size: 12px
    }
}

.u-wysiwygArea strong,
.u-wysiwygArea strong * {
    font-weight: bold
}

.u-wysiwygArea em,
.u-wysiwygArea em * {
    font-style: italic
}

.u-wysiwygArea ul {
    list-style-type: disc
}

.u-wysiwygArea ol {
    list-style-type: decimal
}

.u-wysiwygArea ol,
.u-wysiwygArea ul {
    margin-top: 1em;
    padding-left: 1.4em
}

.u-wysiwygArea ol li,
.u-wysiwygArea ul li {
    line-height: 1.5;
    margin-top: 0.6em
}

.u-wysiwygArea sub,
.u-wysiwygArea sup {
    font-size: 1rem;
    line-height: 1 !important
}

.u-wysiwygArea hr {
    background: #4B232D;
    display: block;
    height: 1px;
    width: 100%
}

.u-wysiwygArea blockquote {
    background: blue;
    padding: 30px
}

.u-wysiwygArea table {
    background: blue;
    border-collapse: collapse;
    height: auto !important;
    margin-top: 3em;
    width: 100% !important
}

.u-wysiwygArea table thead td,
.u-wysiwygArea table thead th {
    font-weight: bold;
    text-align: center
}

.u-wysiwygArea table tr td,
.u-wysiwygArea table tr th {
    border: #4B232D 1px solid;
    line-height: 1.5;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle
}

.u-wysiwygArea table tr th {
    font-weight: bold;
    text-align: center;
    width: 25%
}

.u-wysiwygArea img {
    height: auto;
    margin-top: 1em;
    max-width: 100%;
    width: auto
}

.u-wysiwygArea img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.u-wysiwygArea img.alignright {
    display: block;
    margin-left: auto;
    margin-right: 0
}

.u-wysiwygArea .gallery {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.u-wysiwygArea .gallery-item {
    float: none;
    margin-top: 0;
    text-align: center
}

.u-wysiwygArea .gallery-columns-2 .gallery-item {
    width: calc((100% - 40px) / 2)
}

.u-wysiwygArea .gallery-columns-3 .gallery-item {
    width: calc((100% - 80px) / 3)
}

.siteHeader {
    width: 100%;
    z-index: 999;
    padding: 1rem 3rem;
    position: fixed;
    top: 0;
    left: 0
}

@media screen and (max-width:1140px) {
    .siteHeader {
        padding: 0.2rem 2rem !important
    }
}

.siteHeader.notHome {
    padding: 2rem 3rem 0
}

.siteHeader__inner {
    width: 100%;
    min-height: 5rem;
    margin: 0 auto;
    gap: 3rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media screen and (max-width:1140px) {
    .siteHeader__inner {
        border: 0 !important;
        border-radius: 0 !important;
        min-height: 5rem !important;
        padding: 0 !important;
        background: transparent !important
    }
}

.siteHeader__inner a {
    margin: 0
}

.siteHeader__inner h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.08em;
    color: #fff;
    z-index: 2;
    margin: 0;
    position: relative
}

.siteHeader__inner h1.active {
    color: #D8607D
}

.siteHeader__inner.notHome {
    border: 0.1rem solid #D8607D;
    border-radius: 5rem;
    min-height: 6.6rem;
    padding: 0 3rem;
    background: rgba(252, 251, 247, 0.59)
}

.siteHeader__inner.notHome h1 {
    color: #D8607D
}

.siteHeader__navClickSP {
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    background-image: url("../images/common/cmmn_menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    cursor: pointer
}

@media screen and (max-width:1140px) {
    .siteHeader__navClickSP {
        display: block
    }
}

.siteHeader__navClickSP.active {
    background-image: url("../images/common/cmmn_menu-close.png")
}

.siteHeader__navContainer {
    width: fit-content;
    display: block
}

@media screen and (max-width:1140px) {
    .siteHeader__navContainer {
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: rgba(255, 255, 255, 0.5882352941);
        padding: 7.2rem 2rem 1.2rem;
        left: 0;
        top: 0;
        position: fixed;
        display: none
    }

    .siteHeader__navContainer.active {
        display: block
    }
}

.siteHeader__navList {
    gap: 4.2rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .siteHeader__navList {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        min-height: 62.2rem;
        gap: 2rem;
        background-color: rgba(255, 255, 255, 0.5882352941);
        border: 0.1rem solid #D8607D;
        border-radius: 1rem;
        padding: 2.8rem 2rem 11.8rem
    }
}

.siteHeader__navMedia {
    gap: 1.2rem;
    margin: 5.1rem 0 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end
}

.siteHeader__mediaImg {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(61%) sepia(85%) saturate(2119%) hue-rotate(306deg) brightness(87%) contrast(94%)
}

.siteHeader__navItem {
    position: relative
}

.siteHeader__navItem a {
    font-size: 1.6rem;
    line-height: 1.65;
    letter-spacing: 0.08em;
    display: block;
    color: #fff
}

@media screen and (max-width:1140px) {
    .siteHeader__navItem a {
        width: 100%;
        border-bottom: 0.1rem solid #D8607D;
        padding: 0 0 1.6rem;
        color: #D8607D;
        font-size: 1.8rem;
        line-height: 165%;
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .siteHeader__navItem a:after {
        content: "";
        background-image: url("../images/common/cmmn_arrow-left.png");
        background-repeat: no-repeat;
        background-size: contain;
        min-width: 2rem;
        min-height: 2rem
    }
}

.siteHeader__navItem.notHome a {
    color: #D8607D
}

.siteFooter__innerFollowParent {
    overflow: hidden;
    padding: 6rem 8rem;
    position: relative;
    width: 100%
}

@media screen and (max-width:1140px) {
    .siteFooter__innerFollowParent {
        padding: 3.4rem 2rem
    }
}

.siteFooter__innerFollowParent .siteFooter__innerFollow {
    opacity: 0;
    -webkit-transform: translateY(6rem) scale(0.98);
       -moz-transform: translateY(6rem) scale(0.98);
            transform: translateY(6rem) scale(0.98);
    -webkit-transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -moz-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -moz-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1)
}

.siteFooter__innerFollowParent.is-active .siteFooter__innerFollow {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1)
}

.siteFooter__innerFollow {
    max-width: 1240px;
    margin: 0 auto;
    background: #f5eae9;
    background-image: url("../images/common/cmmn_footer_cta-pc.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3rem;
    padding: 5rem
}

@media screen and (max-width:768px) {
    .siteFooter__innerFollow {
        padding: 5rem 1.6rem;
        background-image: url("../images/common/cmmn_footer_cta-sp.jpg")
    }
}

.siteFooter__ongoing {
    font-size: 2rem;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D;
    margin: 0 0 1.2rem
}

@media screen and (max-width:1140px) {
    .siteFooter__ongoing {
        font-size: 1.4rem;
        margin: 0 0 0.5rem
    }
}

.siteFooter__ttle {
    font-size: 5rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #D8607D;
    margin: 0
}

@media screen and (max-width:1140px) {
    .siteFooter__ttle {
        font-size: 2.8rem;
        margin: 0 0 1.2rem
    }
}

.siteFooter__support {
    font-size: 2rem;
    line-height: 185%;
    letter-spacing: 0.08em;
    color: #4B232D
}

@media screen and (max-width:1140px) {
    .siteFooter__support {
        font-size: 1.6rem;
        line-height: 135%
    }
}

.siteFooter__btnFollow {
    margin: 3.5rem 0 0;
    z-index: 2;
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
            justify-content: start
}

@media screen and (max-width:1140px) {
    .siteFooter__btnFollow {
        margin: 5.3rem 0 0
    }
    .siteFooter__btnFollow > a {
        padding: 0 3rem
    }
}

.siteFooter__innerParent {
    background: #D53D62
}

.siteFooter__inner {
    max-width: 140rem;
    margin: 0 auto;
    padding: 12.5rem 8rem 4rem
}

@media screen and (max-width:1140px) {
    .siteFooter__inner {
        padding: 5.7rem 2rem 1.2rem
    }
}

.siteFooter__contactTxt .siteFooter__contactTxt-01,.siteFooter__contactTxt .siteFooter__contactTxt-02{
    width: 100%;
    font-size: 16rem;
    font-family: "bickham-script-pro-3", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08em;
    margin: 0;
    position: relative;
		overflow: hidden
}

.siteFooter__contactTxt-01{
	line-height: 0.8;
	height: 0.6em;
}
.siteFooter__contactTxt-02{
	line-height: 0;
}

.siteFooter__contactTxt-inner {
    display: block;
    transform: translateY(100%)
}

.js-footer-entrance.is-visible .siteFooter__contactTxt-01 .siteFooter__contactTxt-inner {
    transform: translateY(0);
    transition: transform 0.7s ease;
    transition-delay: 0.2s
}

.js-footer-entrance.is-visible .siteFooter__contactTxt-02 .siteFooter__contactTxt-inner {
    transform: translateY(0);
    transition: transform 0.7s ease;
    transition-delay: 0.7s
}


.siteFooter__contactTxt span:not(.siteFooter__contactTxt-inner) {
    font-size: 5.6rem;
    font-family: "acumin-pro", sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #fff;
    line-height: 110%
}

@media screen and (max-width:768px) {
    .siteFooter__contactTxt span:not(.siteFooter__contactTxt-inner) {
        font-size: 2.6rem
    }
}

.siteFooter__contactArrow {
    position: absolute;
    top: 56%;
    right: 0;
    transform: translateY(-50%);
    width: 7.8rem;
    height: 7.8rem;
    overflow: hidden
}

.siteFooter__contactArrow::before,
.siteFooter__contactArrow::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/common/cmmn_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.siteFooter__contactArrow::before {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1
}

.siteFooter__contactArrow::after {
    left: 50%;
    transform: translateX(-200%) translateY(-50%);
    opacity: 0
}

.siteFooter__inner a:hover .siteFooter__contactArrow::before {
    transition-duration: 0.6s;
    opacity: 0;
    transform: translateX(100%) translateY(-50%)
}

.siteFooter__inner a:hover .siteFooter__contactArrow::after {
    transition-duration: 0.6s;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (max-width:768px) {
    .siteFooter__contactArrow {
        display: none
    }
}

.siteFooter__link{
	position: relative;
}

.siteFooter__contactDesc {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 155%;
    color: #fff;
    margin: 2.3rem 0 0
}

@media screen and (max-width:1140px) {
    .siteFooter__contactDesc {
        font-size: 1.6rem;
        margin: 1.5rem 0 0;
        line-height: 135%
    }
}

.siteFooter__navContainer {
    border-top: 0.1rem solid #fff;
    margin: 5.5rem 0 0;
    padding: 5.5rem 0 0;
    gap: 2rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media screen and (max-width:1140px) {
    .siteFooter__navContainer {
        margin: 7rem 0 0;
        padding: 2.6rem 0 0
    }
}

.siteFooter__navContainer h3 {
    font-size: 2.2rem;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #fff
}

@media screen and (max-width:1140px) {
    .siteFooter__navContainer h3 {
        margin: 0
    }
}

.siteFooter__navList {
    width: fit-content;
    gap: 3.2rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.siteFooter__navList a {
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: 0.08em;
    display: block;
    color: #fff
}

.siteFooter__mediaList {
    margin: 1rem 0 0;
    gap: 1.2rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end
}

@media screen and (max-width:1140px) {
    .siteFooter__mediaList {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.siteFooter__mediaImg {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain
}

.siteFooter__allReserve {
    font-size: 1.2rem;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #fff;
    margin: 5.7rem 0 0
}

@media screen and (max-width:1140px) {
    .siteFooter__allReserve {
        text-align: center;
        margin: 8.5rem 0 0
    }
}

html {
    font-size: 62.5%
}

@media screen and (max-width:1400px) and (min-width:768px) {
    html {
        font-size: 0.7142857143vw
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 2.5641025641vw
    }
}

body {
    font-feature-settings: "palt" 1;
    -webkit-print-color-adjust: exact;
    font-feature-settings: normal
}

.u-pcDb {
    display: block
}

.u-pcDib {
    display: inline-block
}

.u-pcDin {
    display: inline
}

.u-pcDf {
    display: flex
}

.u-pcDt {
    display: table
}

.u-pcDtc {
    display: table-cell
}

.u-spDb,
.u-spDf,
.u-spDib,
.u-spDin,
.u-spDt,
.u-spDtc {
    display: none
}

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

    .u-pcDb,
    .u-pcDf,
    .u-pcDib,
    .u-pcDin,
    .u-pcDt,
    .u-pcDtc {
        display: none
    }

    .u-spDb {
        display: block
    }

    .u-spDib {
        display: inline-block
    }

    .u-spDin {
        display: inline
    }

    .u-spDf {
        display: flex
    }

    .u-spDt {
        display: table
    }

    .u-spDtc {
        display: table-cell
    }
}

.siteContent {
    overflow: hidden
}

.cmmnTtle p {
    font-size: 1.8rem;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D;
    margin: 0 0 2rem;
    gap: 0.6rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .cmmnTtle p {
        font-size: 1.4rem;
        margin: 0 0 1.2rem
    }
}

.cmmnTtle p:before {
    content: "";
    width: 1.167rem;
    height: 1.167rem;
    background: #D8607D;
    border-radius: 50%;
    display: block
}

.cmmnTtle h2 {
    font-size: 6.4rem;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: 0.03em;
    color: #D8607D;
    margin: 0
}

@media screen and (max-width:1140px) {
    .cmmnTtle h2 {
        font-size: 2.8rem
    }
}

.cmmnBtn {
    display: block;
    border-radius: 5rem;
    background: linear-gradient(to left, #E07EAC 0%, #DF788C 50%, #D8607D 100%);
    width: fit-content;
    padding: 0px 3.1rem;
    gap: 2.2rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: none;
    outline: none;
    position: relative;
    overflow: hidden
}

.cmmnBtn p {
    font-size: 3.2rem;
    font-family: "bickham-script-pro-3", sans-serif;
    font-weight: bold;
    line-height: 125%;
    letter-spacing: 0.08em;
    color: #fff;
    margin: 0.5rem 0 0
}

.cmmnBtn p span {
    font-size: 1.4rem;
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    line-height: 165%;
    color: #fff;
    letter-spacing: 0.08em
}

.cmmnBtn--primary {
    position: relative;
    overflow: hidden
}

.cmmnBtn--primary::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, #E07EAC 0%, #D8607D 50%, #E07EAC 100%);
    transition: right 0.6s ease;
    border-radius: 5rem
}

.cmmnBtn--primary:hover::before {
    right: -100%
}

.cmmnBtn:after {
    display: none
}

.cmmnBtn--primary p,
.cmmnBtn--primary .cmmnBtn__arrow {
    position: relative;
    z-index: 1
}

.cmmnBtn__arrow {
    position: relative;
    width: 2rem;
    height: 2rem;
    display: block;
    flex-shrink: 0;
    overflow: hidden
}

.cmmnBtn__arrow::before,
.cmmnBtn__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/common/cmmn_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.cmmnBtn__arrow::before {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1
}

.cmmnBtn__arrow::after {
    left: 50%;
    transform: translateX(-200%) translateY(-50%);
    opacity: 0
}

.cmmnBtn:hover .cmmnBtn__arrow::before {
    transition-duration: 0.6s;
    opacity: 0;
    transform: translateX(100%) translateY(-50%)
}

.cmmnBtn:hover .cmmnBtn__arrow::after {
    transition-duration: 0.6s;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%)
}

.cmmnBreadCrumb {
    padding: 11.4rem 0 0;
    gap: 0.7rem 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

.cmmnBreadCrumb p {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 165%;
    color: #D8607D
}

.cmmnBreadCrumb p:after {
    content: "/";
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 165%;
    color: #D8607D;
    margin: 0 0.7rem
}

.cmmnBreadCrumb p:last-child:after {
    display: none
}

.topPage {
    background: #FCFBF7
}

.topPageKv {
    background: url("../images/topPage/topKv_img-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1400/660
}

@media screen and (max-width:1140px) {
    .topPageKv {
        aspect-ratio: 390/778;
        background: url("../images/topPage/topKv_img-01-sp.jpg");
        background-size: contain
    }
}

.topPageKv__inner {
    max-width: 140rem;
    height: 100%;
    margin: 0 auto;
    padding: 0 8rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center
}

@media screen and (max-width:1140px) {
    .topPageKv__inner {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: end;
        padding: 0 2rem 12rem
    }
}

.topPageKv p {
    font-size: 1.4rem;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #fff;
    margin: 0;
    transform: translateY(-5.2rem)
}

@media screen and (max-width:1140px) {
    .topPageKv p {
        display: none
    }
}

.topPageKv__txtImg>:first-child {
    width: 40.4rem;
    height: 13.407rem;
    object-fit: contain;
    display: block
}

@media screen and (max-width:1140px) {
    .topPageKv__txtImg>:first-child {
        width: 30rem;
        height: 9.9rem
    }
}

.topPageKv__txtImg>:nth-child(2) {
    width: 45.51rem;
    height: 20.125rem;
    object-fit: contain;
    margin: 0 0 0 16rem;
    display: block;
    transform: translateY(4rem)
}

@media screen and (max-width:1140px) {
    .topPageKv__txtImg>:nth-child(2) {
        width: 33.7rem;
        height: 14.9rem;
        transform: translateY(1.3rem);
        margin: 0 0 0 1.3rem
    }
}

.topPageConfi {
    max-width: 140rem;
    margin: 11rem auto 14.5rem;
    padding: 0 8rem;
    position: relative;
    gap: 2rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media screen and (max-width:1140px) {
    .topPageConfi {
        padding: 0 2rem;
        margin: 4.7rem 0 8rem;
        gap: 3rem;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.topPageConfi:after {
    content: "";
    background-image: url("../images/topPage/topConfi_img-02.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 94rem;
    height: 46rem;
    z-index: -1;
    position: absolute;
    right: 8rem;
    top: 0
}

@media screen and (max-width:1140px) {
    .topPageConfi:after {
        width: 46rem;
        height: 22.5rem;
        top: auto;
        bottom: -4rem;
        right: -1rem
    }
}

.topPageConfi__info {
    width: 47.7rem
}

@media screen and (max-width:1140px) {
    .topPageConfi__info {
        width: 100%
    }
}

.topPageConfi__desc {
    font-size: 1.6rem;
    line-height: 135%;
    letter-spacing: 0.08em;
    margin: 4.2rem 0 0
}

@media screen and (max-width:1140px) {
    .topPageConfi__desc {
        margin: 2rem 0 0
    }
}

.topPageConfi__infoImns {
    width: fit-content
}

@media screen and (max-width:1140px) {
    .topPageConfi__infoImns {
        width: 100%
    }
}

.topPageConfi__img {
    width: 22rem;
    height: 26rem;
    object-fit: contain;
    display: block;
    margin: 6rem 32rem 0 0
}

.topPageConfi__img.js-fade-up.is-visible {
    margin-left: auto;
}

@media screen and (max-width:1140px) {
    .topPageConfi__img {
        width: 17rem;
        height: 20rem;
        margin: 0;
        transform: translate(15rem, 0.4rem)
    }
}

.topPageConfi .cmmnBtn {
    margin: 6rem 0 0 auto;
    transform: translateX(-7.1rem)
}

@media screen and (max-width:1140px) {
    .topPageConfi .cmmnBtn {
        width: fit-content;
        transform: none;
        margin: 7.3rem 0 0
    }
}

.topPageCard {
    max-width: 144rem;
    margin: 0 auto 10.8rem;
    padding: 0 8rem
}

@media screen and (max-width:768px) {
    .topPageCard {
        margin: 0 0 5rem;
        padding: 0 2rem 0 2.1rem
    }
}

.topPageCard__inner {
    width: 100%;
    min-height: 37.4rem;
    border-radius: 1rem;
    background-image: url("../images/topPage/topCard_img-01.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 4.8rem 0 3rem;
    position: relative
}

@media screen and (max-width:768px) {
    .topPageCard__inner {
        min-height: 56.5rem;
        background-image: url("../images/topPage/topCard_img-01-sp.png");
        padding: 5rem 2.3rem 5rem 2.5rem;
        border-radius: 3rem;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.topPageCard__inner:before {
    content: "";
    background-image: url("../images/topPage/topCard_img-02.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 33rem;
    height: 36.7rem;
    position: absolute;
    bottom: 0;
    left: 7rem
}

@media screen and (max-width:768px) {
    .topPageCard__inner:before {
        width: 25.6rem;
        height: 28.5rem;
        background-image: url("../images/topPage/topCard_img-02-sp.png");
        left: 50%;
        transform: translateX(-40%)
    }
}

.topPageCard .cmmnTtle {
    width: 100%
}

.topPageCard .cmmnTtle p {
    margin: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.topPageCard__lpTxt {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 165%;
    margin: 0.36rem 0;
    text-align: center;
    color: #D8607D;
    z-index: 2;
    position: relative
}

@media screen and (max-width:768px) {
    .topPageCard__lpTxt {
        font-size: 1.4rem;
        margin: -0.2rem 0
    }
}

.topPageCard__mPTxt {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.08em;
    text-align: center;
    color: #D8607D;
    margin: 1rem 0 0;
    z-index: 2;
    position: relative
}

@media screen and (max-width:768px) {
    .topPageCard__mPTxt {
        font-size: 2.8rem
    }
}

.topPageCard__cMTxt {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 185%;
    text-align: center;
    margin: 1.5rem 0 0;
    z-index: 2;
    position: relative
}

@media screen and (max-width:768px) {
    .topPageCard__cMTxt {
        font-size: 1.6rem;
        line-height: 135%;
        margin: 1.2rem 0 0
    }
}

.topPageCard__btn {
    width: 100%;
    margin: 3rem 0 0;
    padding: 0 7rem 0;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    z-index: 2;
    position: relative
}

@media screen and (max-width:768px) {
    .topPageCard__btn {
        padding: 0
    }
}

.topPageInsta {
    max-width: 140rem;
    margin: 0 auto 11rem;
    padding: 0 8rem
}

@media screen and (max-width:1140px) {
    .topPageInsta {
        padding: 0 2rem;
        margin: 0 0 5rem
    }
}

.topPageInsta__list {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 4.8rem 0 0
}

@media screen and (max-width:1140px) {
    .topPageInsta__list {
        gap: 1.2rem;
        margin: 2rem 0 0;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.topPageInsta__list img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.topPageInsta .cmmnBtn {
    margin: 4.5rem 0 0
}

@media screen and (max-width:1140px) {
    .topPageInsta .cmmnBtn {
        width: fit-content;
        margin: 5rem 0 0;
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.topPageGallery {
    width: 100%;
    min-height: 79rem;
    background-image: url("../images/topPage/topPageGallery_img-01.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

@media screen and (max-width:1140px) {
    .topPageGallery {
        min-height: fit-content
    }
}

.topPageGallery__inner {
    max-width: 140rem;
    margin: 0 auto;
    padding: 8rem 8rem 11rem 8rem
}

@media screen and (max-width:1140px) {
    .topPageGallery__inner {
        padding: 5rem 2rem 5rem 2.2rem
    }
}

.topPageGallery .cmmnTtle h2,
.topPageGallery .cmmnTtle p {
    color: #fff
}

.topPageGallery .cmmnTtle p:before {
    background: #fff
}

.topPageGallery__list {
    margin: 4.8rem 0 0;
    gap: 1rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .topPageGallery__list {
        gap: 3rem;
        margin: 2rem 0 0;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.topPageGallery__list .img01,
.topPageGallery__list .img02,
.topPageGallery__list .img04 {
    width: 18rem;
    height: 20rem;
    object-fit: cover;
    display: block
}

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

    .topPageGallery__list .img01,
    .topPageGallery__list .img02,
    .topPageGallery__list .img04 {
        width: 16.9rem;
        height: 18.8rem
    }
}

.topPageGallery__list .img03,
.topPageGallery__list .img05 {
    width: 33rem;
    height: 40rem;
    object-fit: cover;
    display: block
}

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

    .topPageGallery__list .img03,
    .topPageGallery__list .img05 {
        width: 25rem;
        height: 30.3rem
    }
}

.topPageGallery__imgContainer01,
.topPageGallery__imgContainer03 {
    gap: 1rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .topPageGallery__imgContainer02 img {
        margin: 0 auto
    }
}

.topPageGallery__imgContainer03 {
    margin: -20rem 0 0
}

@media screen and (max-width:1140px) {
    .topPageGallery__imgContainer03 {
        gap: 2.5rem;
        margin: 0;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .topPageGallery__imgContainer03 .img05 {
        margin: 0 0 0 auto !important
    }
}

.topPageGallery__btn {
    padding: 0 7rem 0;
    margin: -4.6rem 0 0;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end
}

@media screen and (max-width:1140px) {
    .topPageGallery__btn {
        padding: 0;
        margin: 4rem 0 0;
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.topPageGallery__btn .cmmnBtn {
    background: #F0708C
}

@media screen and (max-width:1140px) {
    .topPageGallery__btn .cmmnBtn {
        width: fit-content
    }
}

.topPageNews {
    max-width: 140rem;
    margin: 0 auto;
    padding: 10.5rem 8rem 18rem;
    background: #FCFBF7;
    gap: 23.8rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .topPageNews {
        padding: 5rem 2rem 10rem;
        gap: 4rem;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}


.topPageNews__navCont {
    width: 22.2rem
}

@media screen and (max-width:1140px) {
    .topPageNews__navCont {
        width: 100%
    }
}

.topPageNews__list {
    flex: 1;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-height: 53.2rem
}

@media screen and (max-width:1140px) {
    .topPageNews__list {
        width: 100%
    }
}

.topPageNews__navList {
    margin: 2.5rem 0 6.3rem;
    gap: 1.2rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .topPageNews__navList {
        gap: 1rem 3.7rem;
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 1.7rem 0 0
    }
}

.topPageNews__navList button {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 165%;
    color: #D8607D;
    display: block;
    width: fit-content;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit
}

.topPageNews__navList button::before {
    content: '';
    position: absolute;
    width: 0.2857142857em;
    height: 0.2857142857em;
    inset: 0.5em 0 auto -1.1428571429em;
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    transition: opacity 0.3s ease
}

.topPageNews__navList button.active::before {
    opacity: 1
}

@media screen and (max-width:1140px) {
    .topPageNews__navList button::before {
        display: none
    }
}

.topPageNews__navList button .nav-text-wrap {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top
}

.topPageNews__navList button .nav-text-main,
.topPageNews__navList button .nav-text-sub {
    display: block
}

.topPageNews__navList button .nav-text-sub {
    position: absolute;
    top: 0;
    left: 0
}

.topPageNews__navList button .nav-split-char {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.topPageNews__navList button .nav-text-sub .nav-split-char {
    transform: translateY(100%)
}

.topPageNews__navList button:hover .nav-text-main .nav-split-char,
.topPageNews__navList button.active .nav-text-main .nav-split-char {
    transform: translateY(-100%)
}

.topPageNews__navList button:hover .nav-text-sub .nav-split-char,
.topPageNews__navList button.active .nav-text-sub .nav-split-char {
    transform: translateY(0)
}

.topPageNews__items {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2rem;
    border-bottom: 0.1rem solid #D8607D;
    padding: 2.4rem 0
}

.topPageNews__items:first-child {
    border-top: 0.1rem solid #D8607D;
}

@media screen and (max-width:1140px) {
    .topPageNews__items {
        padding: 2.4rem 0;
        flex-direction: column;
        align-items: flex-end;
        gap: 3.2rem
    }
}

.topPageNews__content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
    flex: 1
}

.topPageNews__info {
    flex: 1
}

.topPageNews__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.topPageNews__arrow img {
    width: 2rem;
    height: 2rem;
    object-fit: contain
}

@media screen and (max-width:1140px) {
    .topPageNews__arrow {
        align-items: flex-end
    }
}

.topPageNews__imgCont {
    width: 16.8rem;
    aspect-ratio: 168 / 128;
    flex-shrink: 0;
    border: 2px solid #D8607D;
    overflow: hidden
}

.topPageNews__imgInfo {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:1140px) {
    .topPageNews__imgCont {
        width: 13.4rem;
        margin: 0.5rem 0 0
    }
}

.topPageNews__date {
    gap: 1.7rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .topPageNews__date {
        margin: 0.2rem 0 0
    }
}

.topPageNews__date p {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 100%;
    color: #D8607D
}

.topPageNews__date span {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.3rem 1.3rem;
    border-radius: 10rem;
    border: 0.1rem solid #D8607D;
    color: #D8607D
}

@media screen and (max-width:1140px) {
    .topPageNews__date span {
        padding: 0.2rem 1.3rem
    }
}

.topPageNews__ttle {
    font-size: 2rem;
    line-height: 135%;
    letter-spacing: 0.03em;
    margin: 1rem 0 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4B232D
}

@media screen and (max-width:1140px) {
    .topPageNews__ttle {
        font-size: 1.8rem
    }
}

.topPageNews__desc {
    font-size: 1.6rem;
    line-height: 125%;
    letter-spacing: 0.08em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4B232D
}

@media screen and (max-width:1140px) {
    .topPageNews__desc {
        font-size: 1.4rem
    }
}

@media screen and (max-width:1140px) {
    .topPageNews .cmmnBtn {
        width: fit-content;
        margin: 1rem 0 0
    }
}

.eventsPage__inner {
    max-width: 140rem;
    margin: 0 auto;
    padding: 0 15rem 18rem 8rem
}

@media screen and (max-width:1140px) {
    .eventsPage__inner {
        padding: 0 2rem 10rem
    }
}

.eventsPage__headerCont {
    width: 100%;
    margin: 2.7rem 0 0;
    gap: 2rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media screen and (max-width:1140px) {
    .eventsPage__headerCont {
        margin: 2rem 0 0;
        gap: 3rem;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.eventsPage__headerCont h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D
}

.eventsPage__categoryContent {
    gap: 6.5rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .eventsPage__categoryContent {
        gap: 1.5rem;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.eventsPage__categoryContent h3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D
}

@media screen and (max-width:1140px) {
    .eventsPage__categoryContent h3 {
        font-size: 1.8rem
    }
}

.eventsPage__categories {
    gap: 2rem;
    align-items: stretch;
    display: flex;
    flex-direction: wrap;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .eventsPage__categories {
        gap: 1rem
    }
}

.eventsPage__categories a {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 135%;
    border-radius: 5rem;
    border: 0.1rem solid #D8607D;
    padding: 0.6rem 2rem;
    color: #D8607D
}

.eventsPage__categories a.active {
    background: #D8607D;
    color: #fff
}

.eventsPage__list {
    max-width: 100rem;
    margin: 10.3rem auto 0;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .eventsPage__list {
        width: 100%;
        gap: 3rem;
        margin: 5rem auto 0
    }
}

.eventsPage__items {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2rem;
    border-bottom: 0.1rem solid #D8607D;
    padding: 2.4rem 0
}

.eventsPage__items:first-child {
    border-top: 0.1rem solid #D8607D
}

@media screen and (max-width:1140px) {
    .eventsPage__items {
        flex-direction: column;
        align-items: flex-end;
        gap: 3.2rem
    }
}

.eventsPage__content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
    flex: 1
}

.eventsPage__info {
    flex: 1
}

.eventsPage__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.eventsPage__arrow img {
    width: 2rem;
    height: 2rem;
    object-fit: contain
}

@media screen and (max-width:1140px) {
    .eventsPage__arrow {
        align-items: flex-end
    }
}

.eventsPage__imgCont {
    width: 16.8rem;
    aspect-ratio: 168 / 128;
    flex-shrink: 0;
    border: 2px solid #D8607D;
    overflow: hidden
}

.eventsPage__imgInfo {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:1140px) {
    .eventsPage__imgCont {
        width: 13.4rem;
        margin: 0.5rem 0 0
    }
}

.eventsPage__date {
    gap: 1.7rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .eventsPage__date {
        margin: 0.2rem 0 0
    }
}

.eventsPage__date p {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 100%;
    color: #D8607D
}

.eventsPage__date span {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.3rem 1.3rem;
    border-radius: 10rem;
    border: 0.1rem solid #D8607D;
    color: #D8607D
}

@media screen and (max-width:1140px) {
    .eventsPage__date span {
        padding: 0.2rem 1.3rem
    }
}

.eventsPage__ttle {
    font-size: 2rem;
    line-height: 135%;
    letter-spacing: 0.03em;
    margin: 1rem 0 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4B232D
}

@media screen and (max-width:1140px) {
    .eventsPage__ttle {
        font-size: 1.8rem
    }
}

.eventsPage__desc {
    font-size: 1.6rem;
    line-height: 125%;
    letter-spacing: 0.08em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4B232D
}

@media screen and (max-width:1140px) {
    .eventsPage__desc {
        font-size: 1.4rem
    }
}

.eventsPage__pagiInner {
    gap: 1rem;
    margin: 8rem 0 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (max-width:1140px) {
    .eventsPage__pagiInner {
        margin: 5rem 0 0
    }
}

.eventsPage__pagi {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #D8607D;
    background: #fff;
    border-radius: 0.3rem;
    border: 0.1rem solid #D8607D;
    padding: 0.7rem 1rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.eventsPage__pagi.active {
    color: #fff;
    background: #D8607D
}

.eventsPage__pagi.arrowRight:before {
    content: "";
    background-image: url("../images/common/cmmn_arrow-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 1.4rem;
    min-height: 1.4rem
}

.eventsPage__pagi.arrowLeft:before {
    content: "";
    background-image: url("../images/common/cmmn_arrow-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 1.4rem;
    min-height: 1.4rem;
    transform: rotate(180deg)
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage .cmmnBreadCrumb {
        padding: 8.8rem 0 0
    }
}

.eventsDetailsPage__inner {
    max-width: 140rem;
    margin: 0 auto;
    padding: 0 8rem 18rem
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__inner {
        padding: 0 2rem 10rem
    }
}

.eventsDetailsPage__contentParent {
    padding: 0 7rem;
    margin: 3.8rem 0 0
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__contentParent {
        padding: 0;
        margin: 3rem 0 0
    }
}

.eventsDetailsPage__headerContent {
    width: 100%;
    padding: 0 0 3.7rem;
    margin: 0 0 6.2rem;
    gap: 1.5rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__headerContent {
        gap: 1rem;
        padding: 0 0 1rem;
        margin: 0 0 4.1rem
    }
}

.eventsDetailsPage__headerContent h2 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__headerContent h2 {
        font-size: 2rem
    }
}

.eventsDetailsPage__headerContent:after {
    content: "";
    width: 10rem;
    height: 0.3rem;
    background: #D8607D;
    position: absolute;
    bottom: 0;
    left: 0
}

.eventsDetailsPage__header {
    gap: 3rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__header {
        gap: 1rem
    }
}

.eventsDetailsPage__header p {
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #4B232D
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__header p {
        font-size: 1.2rem
    }
}

.eventsDetailsPage__header span {
    font-size: 1.2rem;
    line-height: 135%;
    letter-spacing: 0.08em;
    color: #D8607D;
    padding: 0.3rem 2.5rem;
    border-radius: 5rem;
    border: 0.1rem solid #D8607D
}

.eventsDetailsPage__content {
    width: 100%;
    padding: 5rem 11rem;
    background: #F5EAE9
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__content {
        padding: 3rem 2rem
    }
}

.eventsDetailsPage__content span {
    font-size: 1.6rem;
    line-height: 165%;
    display: block;
    letter-spacing: 0.08em
}

.eventsDetailsPage__content span a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D;
    text-decoration: underline;
    display: inline-block
}

.eventsDetailsPage__content p {
    font-size: 1.8rem;
    line-height: 135%;
    letter-spacing: 0.08em
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__content p {
        font-size: 1.6rem
    }
}

.eventsDetailsPage__content p a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D;
    text-decoration: underline;
    display: inline-block
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__content p a {
        font-size: 1.6rem
    }
}

.eventsDetailsPage__content h1 {
    width: 100%;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #fff;
    background: #D8607D;
    padding: 0.8rem 3.4rem;
    margin: 4rem 0 3rem
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__content h1 {
        font-size: 3rem;
        padding: 0.5rem 2rem;
        margin: 4rem 0 2rem
    }
}

.eventsDetailsPage__content h2,
.eventsDetailsPage__content h3 {
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D;
    border-bottom: 0.1rem solid #D8607D;
    gap: 1.1rem;
    padding: 0 0 1rem;
    margin: 4rem 0 3.2rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

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

    .eventsDetailsPage__content h2,
    .eventsDetailsPage__content h3 {
        font-size: 2.4rem;
        margin: 4rem 0 2rem;
        padding: 0 0 0.5rem
    }
}

.eventsDetailsPage__content h2:before,
.eventsDetailsPage__content h3:before {
    content: "";
    min-width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: transparent;
    border: 0.4rem solid #D8607D
}

.eventsDetailsPage__content h4 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    border-left: 0.55rem solid #D8607D;
    padding: 0 0 0 1rem;
    color: #D8607D;
    margin: 3rem 0 1.8rem
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__content h4 {
        font-size: 2rem;
        margin: 2.1rem 0 1.6rem;
        padding: 0 0 0 0.8rem
    }
}

.eventsDetailsPage__content h5 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D;
    margin: 1.8rem 0 1.9rem
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__content h5 {
        font-size: 1.6rem;
        margin: 1.6rem 0 1.5rem
    }
}

.eventsDetailsPage__content h6,
.eventsDetailsPage__content h7 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D;
    margin: 1.8rem 0 1.9rem
}

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

    .eventsDetailsPage__content h6,
    .eventsDetailsPage__content h7 {
        font-size: 1.4rem;
        margin: 1.6rem 0 1.5rem
    }
}

.eventsDetailsPage__content h7 {
    color: #4B232D
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage__content h7 {
        font-size: 1.2rem
    }
}

.eventsDetailsPage figure {
    width: 100%
}

.eventsDetailsPage figure img {
    width: 60.4rem;
    height: 37rem;
    display: block;
    margin: 0 auto 0;
    object-fit: cover;
    border-radius: 0.8rem
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage figure img {
        width: 100%;
        height: 19rem
    }
}

.eventsDetailsPage figure figcaption {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 135%;
    margin: 4rem 0 0
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage figure figcaption {
        font-size: 1.6rem;
        margin: 2rem 0 0
    }
}

.eventsDetailsPage .cmmnBtn {
    margin: 6rem 0 0;
    background: transparent;
    border: 0.1rem solid #D8607D;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .eventsDetailsPage .cmmnBtn {
        margin: 4rem 0 0
    }
}

.eventsDetailsPage .cmmnBtn p {
    color: #D8607D
}

.eventsDetailsPage .cmmnBtn p span {
    color: #D8607D
}

.eventsDetailsPage .cmmnBtn:after {
    transform: rotate(180deg) translate(-0.2rem, 0.4rem);
    filter: brightness(0) saturate(100%) invert(72%) sepia(35%) saturate(7245%) hue-rotate(315deg) brightness(88%) contrast(93%)
}

@media screen and (max-width:1140px) {
    .profilePage .cmmnBreadCrumb {
        padding: 8.8rem 0 0
    }
}

.profilePage__inner {
    max-width: 140rem;
    margin: 0 auto;
    padding: 0 8rem 18rem
}

@media screen and (max-width:1140px) {
    .profilePage__inner {
        padding: 0 2rem 10rem
    }
}

.profilePage__headerContent {
    margin: 3rem 0 0;
    gap: 2rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media screen and (max-width:1140px) {
    .profilePage__headerContent {
        margin: 1.9rem 0 0;
        gap: 3rem;
        align-items: end;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.profilePage__headerContent p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D
}

@media screen and (max-width:1140px) {
    .profilePage__headerContent p {
        width: 100%;
        text-align: left
    }
}

.profilePage__headerContent img {
    width: 76.4rem;
    height: 17.3rem;
    object-fit: contain
}

@media screen and (max-width:1140px) {
    .profilePage__headerContent img {
        width: 29.8rem;
        height: 22.2rem
    }
}

.profilePage__content01 {
    padding: 0 0 0 7rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media screen and (max-width:1140px) {
    .profilePage__content01 {
        gap: 5rem;
        padding: 0;
        margin: 4.2rem 0 0;
        align-items: stretch;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.profilePage__contLeft {
    width: 27.9rem;
    margin: 24.3rem 0 0
}

@media screen and (max-width:1140px) {
    .profilePage__contLeft {
        margin: 0
    }
}

.profilePage__contLeft p {
    font-size: 1.6rem;
    line-height: 135%;
    letter-spacing: 0.08em;
    margin: 0 0 4.3rem
}

@media screen and (max-width:1140px) {
    .profilePage__contLeft p {
        margin: 0 0 2.2rem
    }
}

.profilePage__contLeft img {
    width: 21.6rem;
    height: 25.6rem;
    object-fit: cover;
    display: block
}

@media screen and (max-width:1140px) {
    .profilePage__contLeft img {
        width: 15.4rem;
        height: 18.2rem
    }
}

.profilePage__contRight {
    width: 50rem;
    margin: 3rem 0 0
}

@media screen and (max-width:1140px) {
    .profilePage__contRight {
        width: 100%;
        margin: 0
    }
}

.profilePage__contRight p {
    font-size: 1.6rem;
    line-height: 135%;
    letter-spacing: 0.08em;
    margin: 0 0 4.5rem
}

@media screen and (max-width:1140px) {
    .profilePage__contRight p {
        margin: 0 0 2.4rem
    }
}

.profilePage__contRight>:nth-child(3) {
    width: 50rem;
    height: 50rem;
    object-fit: cover;
    display: block;
    margin: 2.8rem 0 0
}

@media screen and (max-width:1140px) {
    .profilePage__contRight>:nth-child(3) {
        width: 100%;
        height: 35rem;
        margin: 3rem 0 0
    }
}

.profilePage__mediaList {
    margin: 1rem 0 0;
    gap: 1.2rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.profilePage__mediaImg {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(46%) sepia(79%) saturate(428%) hue-rotate(296deg) brightness(90%) contrast(86%)
}

.profilePage__content02 {
    width: 100%;
    margin: 10.3rem 0 0
}

@media screen and (max-width:1140px) {
    .profilePage__content02 {
        margin: 10rem 0 0
    }
}

.profilePage__headerContent02 h2 {
    font-size: 5rem;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: 0.03em;
    margin: 0 0 3.6rem;
    color: #D8607D
}

@media screen and (max-width:1140px) {
    .profilePage__headerContent02 h2 {
        font-size: 2.8rem;
        margin: 0 0 2rem
    }
}

.profilePage__headerContent02 p {
    font-size: 1.6rem;
    line-height: 135%;
    letter-spacing: 0.08em
}

.profilePage__list02 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 3.4rem 0 0
}

@media screen and (max-width:1140px) {
    .profilePage__list02 {
        gap: 4rem;
        margin: 2rem 0 0;
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.profilePage__list02>.profilePage__item02 {
    padding: 0
}

.profilePage__list02>.profilePage__item02:nth-child(3n+2) {
    padding: 10rem 0 0
}

@media screen and (max-width:1140px) {
    .profilePage__list02>.profilePage__item02:nth-child(3n+2) {
        padding: 0
    }
}

.profilePage__list02>.profilePage__item02:nth-child(3n+3) {
    padding: 20rem 0 0
}

@media screen and (max-width:1140px) {
    .profilePage__list02>.profilePage__item02:nth-child(3n+3) {
        padding: 0
    }
}

.profilePage__item02 img {
    width: 100%;
    height: 44.5rem;
    object-fit: cover;
    display: block;
    margin: 0 0 1.2rem;
    border: 2px solid #D8607D
}

@media screen and (max-width:1140px) {
    .profilePage__item02 img {
        height: 34rem
    }
}

.profilePage__item02 p {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 135%;
    color: #D8607D
}

@media screen and (max-width:1140px) {
    .profilePage__item02 p {
        font-size: 1.6rem
    }
}

.profilePage__content03 {
    width: 100%;
    margin: 16.3rem 0 0
}

@media screen and (max-width:1140px) {
    .profilePage__content03 {
        margin: 10rem 0 0
    }
}

.profilePage__headerContent03 {
    max-width: 65rem;
    margin: 0 0 3rem auto
}

@media screen and (max-width:1140px) {
    .profilePage__headerContent03 {
        margin: 0;
        width: 100%
    }
}

.profilePage__headerContent03 h2 {
    font-size: 5rem;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: 0.08em;
    color: #D8607D;
    margin: 0 0 3rem
}

@media screen and (max-width:1140px) {
    .profilePage__headerContent03 h2 {
        font-size: 2.8rem;
        margin: 0 0 2rem;
        letter-spacing: 0.03em
    }
}

.profilePage__headerContent03 p {
    font-size: 1.6rem;
    line-height: 135%;
    letter-spacing: 0.08em
}

.profilePage__list03 {
    display: grid;
    gap: 2rem;
    margin: 4rem 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

@media screen and (max-width:1140px) {
    .profilePage__list03 {
        margin: 2.4rem 0 0;
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.profilePage__item03 {
    width: 100%;
    background: #F5EAE9;
    padding: 4rem 3rem
}

@media screen and (max-width:1140px) {
    .profilePage__item03 {
        padding: 3rem 2rem
    }
}

.profilePage__item03 img {
    max-width: 30rem;
    height: 23.8rem;
    object-fit: cover;
    margin: 0 auto 2rem;
    display: block;
    border: 2px solid #D8607D
}

@media screen and (max-width:1140px) {
    .profilePage__item03 img {
        width: 100%;
        height: 18rem
    }
}

.profilePage__item03 p {
    font-size: 1.8rem;
    line-height: 135%;
    letter-spacing: 0.08em;
    text-align: center
}

.contactPage {
    background: #FCFBF7
}

@media screen and (max-width:1140px) {
    .contactPage .cmmnBreadCrumb {
        padding: 8.8rem 0 0
    }
}

.contactPage__inner {
    max-width: 140rem;
    margin: 0 auto;
    padding: 0 8rem 18rem
}

@media screen and (max-width:1140px) {
    .contactPage__inner {
        padding: 0 2rem 19.4rem
    }
}

.contactPage__ttlePage {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #D8607D;
    margin: 3rem 0 7.9rem
}

@media screen and (max-width:1140px) {
    .contactPage__ttlePage {
        margin: 2rem 0 3rem
    }
}

.contactPage__container {
    padding: 0 20rem
}

@media screen and (max-width:1140px) {
    .contactPage__container {
        padding: 0
    }
}

.contactPage__ttle {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #D8607D;
    line-height: 165%;
    letter-spacing: 0.08em;
    margin: 0 0 2.2rem
}

.contactPage__desc {
    font-size: 1.4rem;
    line-height: 135%;
    letter-spacing: 0.08em;
    text-align: center;
		margin: 0 0 4.5rem
}

@media screen and (max-width:1140px) {
    .contactPage__desc {
        font-size: 1.6rem
    }
}

.contactPage__listStage {
    gap: 0.7rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
		margin-bottom: 6.2rem
}

@media screen and (max-width:1140px) {
    .contactPage__listStage {
        margin-bottom: 4.4rem
    }
}

.contactPage__itemStage {
    width: 12.8rem;
    gap: 2rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.contactPage__itemStage p {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.8rem;
    line-height: 135%;
    letter-spacing: 0;
    border-radius: 50%;
    background: #F5EAE9;
    color: #fff;
    margin: 0 auto;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.contactPage__itemStage p:after {
    content: "";
    width: 12.8rem;
    height: 0.1rem;
    background: #F5EAE9;
    z-index: -1;
    transform: translate(-100%, 50%);
    position: absolute;
    top: 50%;
    left: 0
}

@media screen and (max-width:1140px) {
    .contactPage__itemStage p:after {
        width: 10.8rem
    }
}

.contactPage__itemStage span {
    text-align: center;
    font-size: 1.8rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #F5EAE9
}

.contactPage__itemStage.active p {
    color: #fff;
    background: #E94069
}

.contactPage__itemStage.active p:after {
    background: #E94069
}

.contactPage__itemStage.active span {
    color: #E94069
}

.contactPage__itemStage:first-child p:after {
    display: none
}

.contactPage__listField {
    width: 100%;
    margin: 2.3rem 0 0;
    gap: 2.3rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start
}


.contactPage__itemField {
    width: 100%;
    gap: 1.2rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .contactPage__itemField {
        gap: 0.8rem
    }
}

.contactPage__itemField span {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 135%;
    letter-spacing: 0.03em;
    color: #D8607D
}

.contactPage input[type=email],
.contactPage input[type=tel],
.contactPage input[type=text],
.contactPage textarea {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 4rem;
    background: #fff;
    border: 0.1rem solid #F5EAE9;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    font-size: 1.8rem;
    line-height: 135%;
    letter-spacing: 0.03em
}

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

    .contactPage input[type=email],
    .contactPage input[type=tel],
    .contactPage input[type=text],
    .contactPage textarea {
        font-size: 1.4rem;
        height: 3.5rem
    }
}

.contactPage input[type=email]::placeholder,
.contactPage input[type=tel]::placeholder,
.contactPage input[type=text]::placeholder,
.contactPage textarea::placeholder {
    color: #ECD9D8;
    font-size: 1.8rem;
    line-height: 135%;
    letter-spacing: 0.03em
}

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

    .contactPage input[type=email]::placeholder,
    .contactPage input[type=tel]::placeholder,
    .contactPage input[type=text]::placeholder,
    .contactPage textarea::placeholder {
        font-size: 1.4rem
    }
}

.contactPage input[type=email]:focus,
.contactPage input[type=tel]:focus,
.contactPage input[type=text]:focus,
.contactPage textarea:focus {
    border-color: #D8607D;
    outline: none
}

.contactPage textarea {
    min-height: 14.8rem;
    resize: vertical
}

.contactPage input[type=checkbox] {
    width: 1.6rem;
    height: 1.6rem;
    border: 0.1rem solid #F5EAE9;
    border-radius: 0.2rem;
    cursor: pointer;
    position: relative;
    background: white
}

.contactPage select {
    border-radius: 0.6rem;
    padding: 0.8rem 3.2rem 0.8rem 1.6rem;
    border: 0.1rem solid #F5EAE9;
    color: #4B232D;
    background-color: #FFFFFF;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 165%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 10.5L12 13.5L9 10.5' stroke='%23D8607D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 2.4rem;
    background-repeat: no-repeat;
    background-position: right 1.6rem center
}

@media screen and (max-width:1140px) {
    .contactPage select {
        font-size: 1.4rem
    }
}

.contactPage select:focus {
    border-color: #D8607D;
    outline: none
}

#inquiry-type {
    color: #4B232D;
    background-color: #FFFFFF;
    border: 1px solid #F5EAE9;
    border-radius: 0
}

.contactPage__privacy {
    margin: 6.2rem 0;
    gap: 1.2rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .contactPage__privacy {
        margin: 4.4rem 0
    }
}

.contactPage__privacy a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 135%;
    letter-spacing: 0.03em;
    text-decoration: underline;
    color: #D8607D
}

.contactPage__checkBox {
    gap: 1.2rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.contactPage__checkBox label {
    font-size: 1.8rem;
    line-height: 135%;
    letter-spacing: 0.03em;
    padding: 0;
    margin: 0
}

.contactPage .cmmnBtn {
    max-width: fit-content;
    margin: 0
}

.contactPage .wpcf7-not-valid-tip,
.contactPage .wpcf7-response-output,
.contactPage .wpcf7-validation-errors,
.contactPage .wpcf7-mail-sent-ok,
.contactPage .wpcf7-mail-sent-ng,
.contactPage .wpcf7-spam-blocked,
.contactPage .wpcf7-acceptance-missing {
    display: none !important
}

.contactPage .wpcf7-form-control-wrap {
    display: block;
    width: 100%
}

.contactPage .contactPage__cfSubmitWrap,
.contactPage p:has(.contactPage__cfSubmit) {
    display: none !important
}

.contactPage .wpcf7 {
    margin: 0;
    padding: 0
}

.contactPage .wpcf7 form {
    margin: 0;
    padding: 0
}

.contactPage__confirmation {
    background: #fff;
    border: 0.1rem solid #F5EAE9;
    border-radius: 1.2rem;
    padding: 4rem;
    margin: 4.4rem 0 0
}

@media screen and (max-width:1140px) {
    .contactPage__confirmation {
        padding: 2.4rem 2rem
    }
}

.contactPage__confirmTitle {
    font-size: 2rem;
    font-weight: bold;
    color: #D8607D;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 3.2rem
}

.contactPage__confirmList {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.contactPage__confirmRow {
    display: grid;
    grid-template-columns: 18rem 1fr;
    gap: 1.2rem;
    align-items: baseline;
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid #F5EAE9
}

@media screen and (max-width:1140px) {
    .contactPage__confirmRow {
        grid-template-columns: 1fr;
        gap: 0.4rem
    }
}

.contactPage__confirmRow:last-child {
    border-bottom: none
}

.contactPage__confirmKey {
    font-size: 1.4rem;
    font-weight: bold;
    color: #D8607D;
    letter-spacing: 0.04em;
    margin: 0
}

.contactPage__confirmVal {
    font-size: 1.6rem;
    color: #4B232D;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin: 0;
    word-break: break-word
}

.contactPage__stepActions {
    margin: 4rem 0 0;
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.cmmnBtn--outline {
    background: transparent;
    border: 0.2rem solid #D8607D
}

.cmmnBtn--outline p,
.cmmnBtn--outline p span {
    color: #D8607D
}

.cmmnBtn--outline:after {
    background: #D8607D
}

.cmmnBtn--outline-white {
    border: 0.1rem solid #fff
}

.cmmnBtn.cmmnBtn--back:before {
    display: none
}

.cmmnBtn--back .cmmnBtn__arrow::before,
.cmmnBtn--back .cmmnBtn__arrow::after {
    background-image: url("../images/common/cmmn_arrow-left-primary.png")
}

.cmmnBtn--back .cmmnBtn__arrow::before {
    transform: translateX(100%) translateY(-50%);
    opacity: 0
}

.cmmnBtn--back .cmmnBtn__arrow::after {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1
}

.cmmnBtn--back:hover .cmmnBtn__arrow::before {
    transition-duration: 0.6s;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%)
}

.cmmnBtn--back:hover .cmmnBtn__arrow::after {
    transition-duration: 0.6s;
    opacity: 0;
    transform: translateX(-200%) translateY(-50%)
}



.cmmnBtn.is-loading {
    opacity: 0.65;
    pointer-events: none
}

.contactPage .cmmnBtn.js-proceedToConfirm {
    margin: 6.2rem auto 0
}

.contactPage__successMsg {
    text-align: center;
    padding: 8rem 2rem;
    animation: fadeInUp 0.7s ease both
}

.contactPage__successIcon {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 3.2rem
}

.contactPage__successIcon svg {
    width: 100%;
    height: 100%
}

.contactPage__successTitle {
    font-size: 2.8rem;
    font-weight: bold;
    color: #D8607D;
    letter-spacing: 0.06em;
    margin: 0 0 1.6rem
}

.contactPage__successText {
    font-size: 1.6rem;
    color: #4B232D;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin: 0 0 4rem
}

.contactPage__step3 .cmmnBtn {
    margin: 0 auto
}

.contactPage .contactPage__fieldError {
    color: #DC0000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 0.4rem;
    display: flex;
    align-items: center
}

.contactPage__fieldErrorIcon {
    width: 14px;
    height: 14px;
    margin-right: 0.4rem;
    flex-shrink: 0;
    display: block
}

.contactPage__fieldError .contactPage__fieldErrorText {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #DC0000
}

.contactPage__required {
    color: #DC0000;
    font-style: normal
}

.contactPage__itemField.has-error input,
.contactPage__itemField.has-error select,
.contactPage__itemField.has-error textarea {
    border-color: #DC0000
}

.contactPage .wpcf7-acceptance {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem
}

.contactPage .wpcf7-acceptance input[type=checkbox] {
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
    accent-color: #E94069
}




.contactPage .wpcf7-form-control-wrap {
    display: block;
    width: 100%
}

.contactPage .wpcf7-not-valid-tip {
    display: none !important
}

.contactPage .wpcf7-response-output {
    display: none !important
}

.contactPage .contactPage__cfSubmitWrap {
    display: none !important
}

.contactPage__confirmation {
    background: #fff;
    border: 0.1rem solid #F5EAE9;
    border-radius: 1.2rem;
    padding: 4rem;
    margin: 4.4rem 0 0
}

@media screen and (max-width:1140px) {
    .contactPage__confirmation {
        padding: 2.4rem 2rem
    }
}

.contactPage__confirmTitle {
    font-size: 2rem;
    font-weight: bold;
    color: #D8607D;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 3.2rem
}

.contactPage__confirmList {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

.contactPage__confirmRow {
    display: grid;
    grid-template-columns: 18rem 1fr;
    gap: 1.2rem;
    align-items: baseline;
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid #F5EAE9
}

@media screen and (max-width:1140px) {
    .contactPage__confirmRow {
        grid-template-columns: 1fr;
        gap: 0.4rem
    }
}

.contactPage__confirmRow:last-child {
    border-bottom: none
}

.contactPage__confirmKey {
    font-size: 1.4rem;
    font-weight: bold;
    color: #D8607D;
    letter-spacing: 0.04em;
    margin: 0
}

.contactPage__confirmVal {
    font-size: 1.6rem;
    color: #4B232D;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin: 0;
    word-break: break-word
}

.contactPage__stepActions {
    margin: 4rem 0 0;
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.cmmnBtn--outline {
    background: transparent;
    border: 0.2rem solid #D8607D;
    color: #D8607D
}

.cmmnBtn--outline p {
    color: #D8607D
}

.cmmnBtn--outline p span {
    color: #D8607D
}

.cmmnBtn--outline:after {
    background: #D8607D
}

.cmmnBtn.is-loading {
    opacity: 0.65;
    pointer-events: none
}

.contactPage__successMsg {
    text-align: center;
    padding: 8rem 2rem;
    animation: fadeInUp 0.7s ease both
}

.contactPage__successIcon {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 3.2rem
}

.contactPage__successIcon svg {
    width: 100%;
    height: 100%
}

.contactPage__successTitle {
    font-size: 2.8rem;
    font-weight: bold;
    color: #D8607D;
    letter-spacing: 0.06em;
    margin: 0 0 1.6rem
}

.contactPage__successText {
    font-size: 1.6rem;
    color: #4B232D;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin: 0 0 4rem
}

.contactPage__step3 .cmmnBtn {
    margin: 0 auto
}

.contactPage .wpcf7 .contactPage__privacy {
    margin: 4rem 0 0
}

.contactPage .wpcf7-acceptance {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem
}

.contactPage .wpcf7-acceptance input[type=checkbox] {
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
    accent-color: #E94069
}

@keyframes contactShake {
    0%, 100% { transform: translateX(0) }
    20%       { transform: translateX(-6px) }
    40%       { transform: translateX(6px) }
    60%       { transform: translateX(-4px) }
    80%       { transform: translateX(4px) }
}

.contactPage__itemField.has-error {
    animation: contactShake 0.4s ease
}

.cf7Group {
    overflow: hidden;
    transition: opacity 0.3s ease
}

.cf7Req {
    font-style: normal;
    color: #E94069
}

.contactPage__dobRow {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap
}

.contactPage__dobRow .wpcf7-form-control-wrap {
    flex: 1;
    min-width: 10rem
}

.contactPage__dobRow select {
    width: 100%
}

.contactPage__dobSelects {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap
}

.contactPage__dobLabel {
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    align-items: center
}

.contactPage__radioGroup {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.8rem
}

.contactPage__radioLabel {
    display: flex;
    align-items: center;
    gap: 1rem
}

.contactPage__radioGroup .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.8rem
}

.contactPage__radioGroup .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0
}

.contactPage__radioGroup .wpcf7-list-item label {
    font-size: 1.6rem;
    color: #4B232D;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin: 0;
    line-height: 1.4
}

.contactPage__radioGroup input[type="radio"] {
    width: 1.8rem;
    height: 1.8rem;
    accent-color: #E94069;
    cursor: pointer;
    flex-shrink: 0
}

.contactPage .wpcf7-file,
.contactPage input[type="file"] {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    color: #4B232D;
    cursor: pointer;
    padding: 0.6rem 0
}

.contactPage .wpcf7-file::file-selector-button,
.contactPage input[type="file"]::file-selector-button {
    background: #D8607D;
    color: #ffffff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    cursor: pointer;
    margin-right: 1rem
}

.countDownPage {

    /* min-height: 77.2rem; */
    /* padding: 11.3rem 0 0; */
    /* border-radius: 0.8rem; */

		background-color: #F5EAE9;
    position: relative
	}
	
	.countDownPage__inner {
    max-width: 1440px;
    margin: 0 auto;
    /* padding: 0 8rem; */
    position: relative;
		min-height: 65.7rem;
}

@media screen and (max-width: 768px) {
    .countDownPage__inner {
			min-height: 44.8rem;
    }
}

.countDownPage__bgImg-01,
.countDownPage__bgImg-02,
.countDownPage__bgVector,
.countDownPage__img-subject {
    position: absolute;
		z-index: 1;
}

.countDownPage__bgImg-01 img,
.countDownPage__bgImg-02 img,
.countDownPage__bgVector img,
.countDownPage__img-subject img {
    width: 100%;
    height: auto
}

.countDownPage__bgImg-01{
		top: -8rem;
    right: -16rem;
    transform-origin: center;
    transform: rotate(-9deg);
    width: 31vw;
    max-width: 44.8rem;
}

.countDownPage__bgImg-02{
		bottom: -14rem;
    left: -22rem;
    width: 40vw;
    max-width: 58.5rem;
}

.countDownPage__bgVector{
    top: 5rem;
    left: -11.5rem;
    transform: rotate(147.06deg);
    transform-origin: center;
    width: 63vw;
    max-width: 90.9rem;
}

.countDownPage__img-subject{
    bottom: -8rem;
    right: 2.9rem;
    width: 30vw;
    max-width: 43.6rem;
}

.countDownPage__ttlePage {
	position: absolute;
	top: 11.6rem;
	left: 8rem;
	z-index: 2;
}

.countDownPage__ttlePage p{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 165%;
    color: #D8607D;
}

.countDownPage__ttle {
    font-size: 2.2rem;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #D8607D;
    margin: 0 0 0.8rem
}

.countDownPage__ttleImg {
	position: absolute;
	z-index: 2;
	top: 17.8rem;
	left: 8rem;
}

@keyframes cdTtleSlideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.countDownPage__ttleImg-01,
.countDownPage__ttleImg-02 {
    width: 100%;
		overflow: hidden;
}

.countDownPage__ttleImg-01 {
    max-width: clamp(48.3rem, 62.9vw, 90.6rem);
}

.countDownPage__ttleImg-02 {
    max-width: clamp(34.2rem, 44.6vw, 64.2rem);
}

.countDownPage__ttleImg-01 img,
.countDownPage__ttleImg-02 img {
    width: 100%;
    height: auto;
    animation: cdTtleSlideUp 0.7s ease both;
}

.countDownPage__ttleImg-01 img {
    animation-delay: 0.2s;
}

.countDownPage__ttleImg-02 img {
    animation-delay: 0.7s;
}

.countDownPage__desc {
	position: absolute;
	bottom: 8rem;
	left: 15.3rem;
}
.countDownPage__desc p{
	
	font-size: 1.8rem;
	line-height: 135%;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
    .countDownPage__ttleImg {
        top: 14.6rem;
        left: 2rem;
    }

    .countDownPage__ttleImg-01 {
        width: 33.98rem;
        max-width: none;
    }

    .countDownPage__ttleImg-02 {
        width: 24rem;
        max-width: none;
    }

		.countDownPage__ttlePage{
			top: 8rem;
        left: 2rem;
		}

		.countDownPage__desc{
				bottom: 10.7rem;
				left: 2rem;
		}

		.countDownPage__desc p {
			font-size: 1.2rem;
		}

		.countDownPage__bgVector{
			width: 44.5rem;
			left: -20rem;
		}

		.countDownPage__bgImg-01{
			width: 12.9rem;
			right: -4rem;
			top: 3rem;
		}

		.countDownPage__bgImg-02{
			width: 22.7rem;
			left: -8rem;
			bottom: -3.5rem;
		}

		.countDownPage__img-subject{
			bottom: 0;
			right: -2rem;
			max-width: 19.4rem;
			width: 50vw;
		}
}



.countDownPage__imgMUP {
    width: 29rem;
    height: 43.6rem;
    object-fit: contain;
    z-index: 1;
    position: absolute;
    right: 8rem;
    bottom: -19rem
}

.countDownPage__countParent {
    width: 100%;
    /* height: 23.1rem; */
    /* margin: 6rem 0 0; */
    background: #F0708C;
    padding: 2.8rem 0;
    z-index: 2;
    position: relative;
}

.countDownPage__countParent:before {
    content: "";
    width: 100%;
    height: 7.2rem;
    opacity: 0.5;
    background-color: rgb(248, 119, 147);
    position: absolute;
    z-index: -1;
    top: 50%;
		transform: translateY(-50%);
}

.countDownPage__countParentInner{
    position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 5.6rem;
}

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

	.countDownPage__countParent:before{
		height: 80%;
	}
	.countDownPage__countParentInner{
		flex-direction: column;
		gap: 1.5rem;
	}
}

.countDownPage__countTtle {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 135%;
    letter-spacing: 0.03em;
    color: #fff;
    margin: 0 0 1rem;
    text-align: center
}

@keyframes flip-top {
    to {
        transform: rotateX(90deg)
    }
}

@keyframes flip-bottom {
    to {
        transform: rotateX(0deg)
    }
}

.countDownPage__countList {
    gap: clamp(1.7rem, 2.2vw, 3.2rem);
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.countDownPage__countItem {
    text-align: center
}

.countDownPage__countItem span {
    width: 100%;
    font-size: clamp(1.1rem, 1.4vw, 2rem);
    line-height: 165%;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 1.5rem
}

.countDownPage__flipCard {
    display: flex;
    flex-direction: column;
    position: relative
}

.countDownPage__bottomFlip,
.countDownPage__bottomHalf,
.countDownPage__topFlip,
.countDownPage__topHalf {
    width: clamp(5.8rem, 7.6vw, 11rem);
    height: clamp(2.9rem, 3.8vw, 5.5rem);
    font-size: clamp(2.8rem, 3.6vw, 5.2rem);
    line-height: clamp(2.9rem, 3.8vw, 5.5rem);
    letter-spacing: 0.06em;
    color: #D8607D;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    will-change: transform
}

.countDownPage__topFlip,
.countDownPage__topHalf {
    border-radius: 0.3rem 0.3rem 0 0;
    background: #FFE7E5;
    border: 0.4rem solid #FFE7E5;
    border-bottom: 0.1rem solid #FFE7E5;
    position: relative;
    padding: clamp(0.9rem, 1.2vw, 1.7rem) 0 0
}

.countDownPage__topFlip:before,
.countDownPage__topHalf:before {
    bottom: -0.5rem;
    left: -0.5rem
}

.countDownPage__topFlip:after,
.countDownPage__topHalf:after {
    bottom: -0.5rem;
    right: -0.5rem
}

.countDownPage__bottomFlip,
.countDownPage__bottomHalf {
    border-radius: 0 0 0.3rem 0.3rem;
    background: #FFD7D5;
    border: 0.4rem solid #FFD7D5;
    border-top: 0.1rem solid #FFD7D5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1) inset;
    position: relative;
    padding: 0 0 clamp(1.5rem, 1.9vw, 2.8rem)
}

.countDownPage__bottomFlip:before,
.countDownPage__bottomHalf:before {
    top: -0.5rem;
    left: -0.5rem
}

.countDownPage__bottomFlip:after,
.countDownPage__bottomHalf:after {
    top: -0.5rem;
    right: -0.5rem
}

.countDownPage__topFlip {
    position: absolute;
    top: 0;
    transform-origin: bottom;
    transform: rotateX(0deg);
    animation: flip-top 0.5s ease-in forwards;
    z-index: 2
}

.countDownPage__bottomFlip {
    position: absolute;
    bottom: 0;
    transform-origin: top;
    transform: rotateX(90deg);
    animation: flip-bottom 0.5s ease-out 0.5s forwards;
    z-index: 1
}


/* ======================================================================
   GALLERY PAGE
   ====================================================================== */

.galleryPage__inner {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 8rem 18rem
}

@media screen and (max-width:1140px) {
    .galleryPage__inner {
        padding: 0 2rem 10rem
    }
}

.galleryPage__headerCont {
    gap: 2rem;
    margin: 2.7rem 0 0;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between
}

@media screen and (max-width:1140px) {
    .galleryPage__headerCont {
        margin: 2rem 0 0
    }
}

@media screen and (max-width:768px) {
    .galleryPage__headerCont {
        gap: 3rem;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
                align-items: stretch;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
                justify-content: flex-start
    }
}

.galleryPage__headerCont h2 {
    color: #D8607D;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 165%
}

.galleryPage__categoryContent {
    gap: 6.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start
}

@media screen and (max-width:768px) {
    .galleryPage__categoryContent {
        gap: 1.5rem;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
                align-items: stretch;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
                justify-content: flex-start
    }
}

.galleryPage__categoryContent h3 {
    color: #D8607D;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 165%
}

@media screen and (max-width:1140px) {
    .galleryPage__categoryContent h3 {
        font-size: 1.8rem
    }
}

.galleryPage__categories {
    gap: 2rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: wrap;
            flex-direction: wrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start
}

@media screen and (max-width:1140px) {
    .galleryPage__categories {
        gap: 1rem
    }
}

.galleryPage__categories a {
    border: 0.1rem solid #D8607D;
    border-radius: 5rem;
    color: #D8607D;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 135%;
    padding: 0.6rem 2rem
}

.galleryPage__categories a.active {
    background: #D8607D;
    color: #fff
}

.galleryPage__grid {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 4rem 0 0
}

@media screen and (max-width:1140px) {
    .galleryPage__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:768px) {
    .galleryPage__grid {
        gap: 1.2rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

.galleryPage__item {
    aspect-ratio: 264/285;
    border-radius: 0.4rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

.galleryPage__img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    border: 2px solid #D8607D
}

.galleryPage__pagiInner {
    gap: 1rem;
    margin: 8rem 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center
}

@media screen and (max-width:1140px) {
    .galleryPage__pagiInner {
        margin: 5rem 0 0
    }
}

.galleryPage__pagi {
    background: #fff;
    border: 0.1rem solid #D8607D;
    border-radius: 0.3rem;
    color: #D8607D;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 100%;
    padding: 0.7rem 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center
}

.galleryPage__pagi.active {
    background: #D8607D;
    color: #fff
}

.galleryPage__pagi.arrowRight::before {
    background-image: url("../images/common/cmmn_arrow-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    min-height: 1.4rem;
    min-width: 1.4rem
}

.galleryPage__pagi.arrowLeft::before {
    background-image: url("../images/common/cmmn_arrow-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    min-height: 1.4rem;
    min-width: 1.4rem;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
            transform: rotate(180deg)
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
        word-break: break-all !important
    }

    .u-printPages__next {
        size: A4 landscape;
        page-break-before: always
    }

    .u-printPages__box {
        break-inside: avoid
    }
}