@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

:where(*) {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
  font-size: 100%; 
}

body {
    color: #011D84;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.015em;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    font-feature-settings: "palt"1;
    min-height: 100dvh;
    background: #FFF6FD;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:where(ul, ol) {
  list-style: none;
}

p,
ul,ol,li,table,
blockquote,address,
pre,iframe,form,
figure,dl,dt,dd,
header,main,footer {
    margin: 0;
}

img, video, canvas, iframe {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font: inherit;
    outline: none;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}
button:focus {
    outline:0;
}

input,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus {
    background: #F5F5F5;
}

::placeholder {
    color: #BCBCBC;
    font-weight: 400;
}

a {
    color: #011D84;
    text-decoration: none;
    transition: opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: transparent;
    transition: 0.5s;
}
a:hover {
    opacity: .5;
}













/* ------------------------------ */
/* -------------------- */
/* ---------- */

/* ------------------------------ */
.container {
    position: relative;
    margin: 0;
    padding: 0;
    background: repeating-linear-gradient(
        90deg,
        #fbb3c20D 0px,
        #fbb3c20D 18px,
        #FFFFFF00 18px,
        #FFFFFF00 36px
    );
}
@media (max-width: 599px) {
    .container {
        background: repeating-linear-gradient(
            90deg,
            #fbb3c20D 0px,
            #fbb3c20D 10px,
            #FFFFFF00 10px,
            #FFFFFF00 20px
        );
    }
}


/* ------------------------------ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF6FD80;
    z-index: 99999;
}
.headerContent {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
    padding: 16px 0;
    max-width: 1095px;
}
.headerContent.is-active {
    padding: 8px 0;
}
.headerContent nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.headerContent nav h1 {
    margin: 0;
    padding: 0;
    max-width: 122px;
    transition: all .3s ease;
}
.headerContent nav h1.is-active {
    max-width: calc(122px * .7);
}
@media (max-width: 1024px) {
    .headerContent nav h1 {
        max-width: 75px;
    }
    .headerContent nav h1.is-active {
        max-width: calc(75px * .7);
    }
}
@media (max-width: 599px) {
    .headerContent nav h1.is-active {
        max-width: calc(75px * .5);
    }
}


.headerContent nav .prev {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
}
.headerContent nav .prev a {
    position: relative;
}
.headerContent nav .prev a::before ,
.headerContent nav .prev a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-family: "Material Symbols Outlined";
    color: #886054;
    transition: 0.5s;
}
.headerContent nav .prev a::before{
    content: '\e2ea';
    font-size: 20px;
    font-weight: 200;
}
.headerContent nav .prev a::after{
    content: '\e836';
    font-size: 46px;
    font-weight: 100;
}
.headerContent nav .prev a:hover::before ,
.headerContent nav .prev a:hover::after{
    color: #AAAAAA;
}



/*
.headerContent nav a {
    margin: 0;
    padding: 0;
}
.headerContent nav a.is-active {
    font-size: .85em
}
*/



/* ------------------------------ */
main {
    margin: 0 auto;
    padding: var(--header-height) 0 0 0;
    width: 100%;
}
main.bgWH {
    background: #FFFFFF;
}

/* -------------------- */
.mv {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.mv img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 647px;
    object-fit: cover;
    object-position: center top;
}
@media (max-width: 1024px) {
    .mv img {
        height: 450px;
    }
}
@media (max-width: 599px) {
    .mv img {
        height: 400px;
    }
}

/* -------------------- */
.reservationButton {
    position: fixed;
    top: 25%;
    right: 0;
    padding: 32px 12px;
    writing-mode: vertical-rl;
    letter-spacing: .2em;
    font-size: 32px;
    font-weight: 800;
    background: #FBF790;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    transition: 0.5s;
    z-index: 999999;
}
.reservationButton:hover {
    background: #FBF790;
    box-shadow: none;
    opacity: 1;
}
@media (max-width: 1024px) {
    .reservationButton {
        padding: 24px 6px;
        font-size: calc(32px * .75);
    }
}
@media (max-width: 599px) {
    .reservationButton {
        padding: 16px 6px;
        font-size: calc(32px * .6);
    }
}




/* -------------------- */
.content {
    margin: 0;
    padding: 5vw 0;
    width: 100%;
}
@media (max-width: 1024px) {
    .content {
        padding: 7.5vw 0;
    }
}
@media (max-width: 599px) {
    .content {
        padding: 15vw 0;
    }
}
.coloredLpink {
    background: #FFDAF8;
}
.coloredLyellow {
    background: #FFFCA9;
}



/* -------------------- */
.stitle {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 64px;
}
@media (max-width: 1024px) {
    .stitle {
        font-size: calc(64px * .7);
    }
}
@media (max-width: 599px) {
    .stitle {
        font-size: calc(64px * .6);
    }
}
.stitle span {
    display: block;
    margin: 0 auto;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    font-size: .3em;
    font-weight: 400;
}


/* -------------------- */
.about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1210px;
}
@media (max-width: 1024px) {
    .about {
        max-width: 90%;
    }
}
.about__logo {
    margin: 0;
    padding: 0;
}
@media (max-width: 1024px) {
    .about__logo {
        width: 100%;
    }
}
@media (max-width: 599px) {
    .about__logo {
        padding: 56px 0;
    }
}
.about__logo img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 320px;
}
@media (max-width: 1024px) {
    .about__logo img {
        margin: 0 auto;
        max-width: 225px;
    }
}
.about__expl {
    margin: 0;
    padding: 0;
    width: calc(100% - 370px);
    line-height: 1;
}
@media (max-width: 1024px) {
    .about__expl {
        margin-top: 72px;
        width: 100%;
    }
}
@media (max-width: 599px) {
    .about__expl {
        margin-top: 32px;
    }
}
.about__expl .stitle {
    text-align: left;
}
.about__expl--lead {
    margin: 2vw 0 0 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 36px;
}
@media (max-width: 1024px) {
    .about__expl--lead {
        margin: 3vw 0 0 0;
        font-size: calc(36px * .75);
    }
}
@media (max-width: 599px) {
    .about__expl--lead {
        margin: 7.5vw 0 0 0;
        font-size: calc(36px * .6);
    }
}
.about__expl--text {
    margin: 2vw 0 0 0;
    line-height: 1.7;
}
@media (max-width: 1024px) {
    .about__expl--text {
        margin: 2vw 0 0 0;
        font-size: calc(18px * .9);
    }
}
@media (max-width: 599px) {
    .about__expl--text {
        margin: 5vw 0 0 0;
        font-size: 16px;
    }
}








/* -------------------- */
.howto {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1210px;
}
@media (max-width: 1024px) {
    .howto {
        max-width: 90%;
    }
}
.howto ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 80px 0 0 0;
}
.howto ul li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 24px;
    margin: 0;
    padding: 48px 24px 32px 24px;
    width: calc((100% - 40px * 2) / 3);
    background: #FFEAFB;
    border-radius: 10px;
}
@media (min-width: 599px) and ( max-width: 1024px) {
    .howto ul {
        gap: 20px;
        margin: 40px 0 0 0;
    }
    .howto ul li {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding: 16px;
        width: 100%;
    }
}
@media (max-width: 599px) {
    .howto ul {
        gap: 80px;
        margin: 56px 0 0 0;
    }
    .howto ul li {
        gap: 16px;
        padding: 32px 24px 32px 24px;
        width: 100%;
    }
}
.howto__title {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 32px;
}
.howto__title span {
    position: absolute;
    top: -3vw;
    left: 0;
    right: 0;
    text-align: center;
    color: #FF92E9;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 64px;
}
.howto__title br {
    display: none;
}
@media (min-width: 599px) and ( max-width: 1024px) {
    .howto__title {
        display: block;
        width: 15%;
        text-align: center;
        font-size: calc(34px * .7);
        white-space: nowrap;
    }
    .howto__title span {
        display: block;
        position: static;
        font-size: calc(64px * .5);
    }
    .howto__title br {
        display: block;
    }
}
@media (max-width: 599px) {
    .howto__title {
        display: block;
        width: 100%;
        text-align: center;
    }
    .howto__title span {
        top: -13vw;
        font-size: 56px;
    }
}

.howto__img {
    display: block;
    margin: 0 auto;
    height: 242px;
}
@media (min-width: 599px) and ( max-width: 1024px) {
    .howto__img {
        margin: 0;
        padding: 0 24px 0 0;
        width: 20%;
        height: auto;
    }
}
@media (max-width: 599px) {
    .howto__img {
        height: 150px;
    }
}

.howto__lead {
}
.howto__lead span:first-child {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}
.howto__lead span:last-child {
    display: block;
    margin: 12px 0 0 0;
    text-align: left;
}
@media (min-width: 599px) and ( max-width: 1024px) {
    .howto__lead {
        width: 65%;
    }
    .howto__lead span:first-child {
        text-align: left;
        font-size: calc(20px * .8);
    }
    .howto__lead span:first-child br {
        display: none;
    }
    .howto__lead span:last-child {
        margin: 8px 0 0 0;
        font-size: calc(18px * .75);
    }
}
@media (max-width: 599px) {
    .howto__lead span:first-child {
        font-size: 17px;
    }
    .howto__lead span:last-child {
        margin: 8px 0 0 0;
        font-size: 16px;
    }
}

/* -------------------- */
.lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1210px;
}
.lineup ul {
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    margin: 80px 0 0 0;
}
@media (max-width: 1024px) {
    .lineup ul {
        gap: 40px;
        margin: 40px 0 0 0;
    }
}
.lineup ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0;
    padding: 0;
    width: calc((100% - 72px * 1) / 2);
}
@media (max-width: 1024px) {
    .lineup ul li {
        margin: 0 auto;
        width: 70%; 
    }
}
@media (max-width: 599px) {
    .lineup ul li {
        width: 90%; 
    }
}
.lineup__instagram {
    width: 100%;
    overflow: hidden;
}
.lineup__instagram .instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}
.lineup__instagram iframe {
    width: 100% !important;
    min-height: 500px !important;
}
@media (max-width: 599px) {
    .lineup__instagram iframe {
        width: 100% !important;
        min-height: 400px !important;
    }
}

.lineup__expl--text {
}
@media (max-width: 599px) {
    .lineup__expl--text {
        font-size: 16px;
    }
}
.lineup__expl--btn {
    display: block;
    margin: 0;
    padding: 20px;
    width: 75%;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    background: #011D84;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 50px;
}
.lineup__expl--btn:hover {
    box-shadow: none;
    opacity: 1;
}
@media (max-width: 1024px) {
    .lineup__expl--btn {
        margin: 40px auto 0 auto;
        padding: 16px 40px;
        width: auto;
        font-size: 16px;
    }
}











/* -------------------- */
.price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1210px;
}
@media (max-width: 1024px) {
    .price {
        max-width: 90%;
    }
}
.price__price {
    margin: 24px auto 0 auto;
    text-align: center;
}
.price__price--price {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 38px;
    font-weight: 800;
}
.price__price--price span {
    font-size: .75em;
}
.price__price--price::after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -6%;
    content: '';
    height: 22px;
    width: 110%;
    background: #FDF85E;
    z-index: -1;
}
@media (max-width: 599px) {
    .price__price--price {
        font-size: 32px;
    }
}
.price__price--text {
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 24px;
}
@media (max-width: 1024px) {
    .price__price--text {
        margin: 16px 0 0 0;
        font-size: calc(24px * .75);
    }
}
@media (max-width: 599px) {
    .price__price--text {
        font-size: 14px;
    }
}
.price ul {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin: 56px 0 0 0;
    width: 100%;
}
.price ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: calc((100% - 48px * 2) / 3); 
    aspect-ratio: 1 / 1;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.4;
    background: #FFDAF8;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
@media (max-width: 1024px) {
    .price ul {
        gap: 16px;
        margin: 32px 0 0 0;
    }
    .price ul li {
        width: calc((100% - 16px * 2) / 3); 
        font-size: calc(36px * .65);
        font-weight: 800;
    }
}
@media (max-width: 599px) {
    .price ul {
        margin: 16px 0 0 0;
    }
    .price ul li {
        padding: 24px;
        width: 100%; 
        aspect-ratio: auto;
        font-size: calc(36px * .6);
        border-radius: 10px;
    }
}






/* -------------------- */
.qa {
    margin: 0 auto 0 auto;
    padding: 0 16px;
    max-width: 1210px;
}
.qa ul {
    margin: 32px 0 0 0;
    padding: 0;
}
@media (max-width: 1024px) {
    .qa ul {
        margin: 32px auto 0 auto;
        width: 90%;
    }
}
@media (max-width: 599px) {
    .qa ul {
        width: 100%;
    }
}
.qa ul li {
    margin: 0;
    padding: 0;
    border-top: solid 1px #003F86;
}
.qa ul li:last-child {
    border-bottom: solid 1px #003F86;
}

.qa__item {
    margin: 0;
    padding: 24px 0 24px 16px;
    width: 100%;
}
@media (max-width: 1024px) {
    .qa__item {
        padding: 18px 0 18px 16px;
    }
}
@media (max-width: 599px) {
    .qa__item {
        padding: 18px 0 18px 8px;
    }
}
.qa__item--que {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 15% 0 0;
    width: 100%;
    color: #003F86;
    font-weight: 700;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .qa__item--que {
        font-size: 16px;
    }
}
.qa__item--que b {
    margin-right: 16px;
    font-size: 1.5em;
    font-weight: 600;
}
@media (max-width: 599px) {
    .qa__item--que b {
        margin-right: 12px;
        font-size: 1.25em;
    }
}
.qa__item--button {
    position: absolute;
    right: 16px;
    display: block;
    margin: 0;
    padding: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}
@media (max-width: 599px) {
    .qa__item--button {
        right: 0;
    }
}
.qa__item--button.is-close {
    transform: rotate(45deg);
}
.qa__item--button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: block;
    content: '';
    width: 32px;
    height: 3px;
    background: #011D84;
    border-radius: 10px;
}
.qa__item--button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    display: block;
    content: '';
    width: 32px;
    height: 3px;
    background: #011D84;
    border-radius: 10px;
}
@media (max-width: 1024px) {
    .qa__item--button::before ,
    .qa__item--button::after {
        zoom: .75;
        height: 2px;
    }
}
.qa__item--ans {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 24px 5% 0 0;
    width: 100%;
    color: #003F86;
    font-size: 18px;
}
.qa__item--ans b {
    margin-right: 16px;
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1;
}
@media (max-width: 1024px) {
    .qa__item--ans {
        font-size: 16px;
    }
}





/* -------------------- */
.access {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1210px;
}
.access ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 0 0;
    width: 100%;
}
@media (max-width: 1024px) {
    .access ul {
        margin: 40px auto 0 auto;
        max-width: 90%;
    }
}
.access ul li {
    margin: 0;
    padding: 0;
    width: 52.5%;
    font-size: 20px;
}
.access ul li:last-child {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-left: 32px;
    width: 47.5%;
}
@media (max-width: 599px) {
    .access ul li {
        width: 100%;
    }
    .access ul li:last-child {
        margin-top: 16px;
        padding-left: 0;
        width: 100%;
        font-size: 19px;
    }
}
.access ul li iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 325px;
    border-radius: 10px;
}
.access__add ,
.access__from {
    line-height: 1.5;
}
.access__add span ,
.access__from span {
    display: flex;
    align-items: center;
    font-weight: 800;
}
.access__add span::before {
    content: '\e0c8';
    font-family: "Material Icons";
    font-size: 1.5em;
}
.access__from span::before {
    content: '\e570';
    font-family: "Material Icons";
    font-size: 1.5em;
}
@media (max-width: 1024px) {
    .access__add ,
    .access__from {
        font-size: .8em;
    }
}
@media (max-width: 599px) {
    .access__from {
        margin-top: 12px;
    }
}









/* ------------------------------ */
.terms {
    margin: 0 auto 0 auto;
    padding: 5vh 16px 56px 16px;
    max-width: 1000px;
    color: #000000;
}
.terms .title {
    display: block;
    margin: 0 auto 0 auto;
    font-size: 28px;
    text-align: center;
    font-weight: 200;
}
@media (max-width: 599px) {
    .terms .title {
        font-size: 22px;
    }
}
.terms .lead {
    margin: 24px 0 0 0;
    font-size: 14px;
}
.terms .sstitle {
    margin: 40px 0 0 0;
    font-size: 16px;
    font-weight: 200;
}
.terms .text {
    margin: 8px 0 0 0;
    padding: 0 0 0 1em;
    font-size: 14px;

    &.noIndent {
        padding: 0 0 0 0;
    }
    &.right {
        margin: 16px 0 0 0;
        text-align: right;
        font-size: 14px;
    }
}
.terms ol {
    margin: 0 0 0 0;
    padding: 0 0 0 2em;
    font-size: 14px;
    list-style-type: disc;
}
.terms ol.num {
    list-style-type: decimal;
}
.terms ol li {
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
}

.terms table {
    margin: 24px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    font-size: 14px;
}
.terms table tr {
    margin: 0;
    padding: 0 0 0 0;
}
.terms table tr td {
    margin: 0;
    padding: 16px 16px;
    line-height: 1.75;
    border: solid 1px #DDDDDD;

    &:first-child {
        font-size: 15px;
        font-weight: 200;
        white-space: nowrap;
        @media (max-width: 599px) {
            &:first-child {
                width: 35%;
                font-size: 14px;
                white-space: wrap;
            }
        }
    }
}


/* ------------------------------ */
.inquery {
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    max-width: 560px;
}
.inquery__lead {
    margin: 32px auto 0 auto;
    padding: 0;
    font-size: 16px;
    &.center{
        text-align: center;
    }
}
.inquery__thanks {
    margin: 32px 0 0 0;
    padding: 0;
}
.inquery__thanks .title {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 18px
}
.inquery__thanks .lead {
    margin: 0;
    padding: 0;
}
.inquery__thanks .text {
    margin: 16px 0 0 0;
    padding: 0;
    font-size: 16px
}
.inquery__thanks .textOpen {
    margin: 24px 0 0 0;
    padding: 0;
    font-size: 14px
}
.inquery__thanks .totop {
    display: block;
    margin: 80px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 14px
}



/* ------------------------------ */
.formContent {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;;
    margin: 32px auto 0 auto;
    padding: 32px;
    width: 100%;
    border: solid 1px #886054;
    border-radius: 32px;
    
    @media (max-width: 599px) {
        padding: 32px 16px;
    }
}
.formContent__lead {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 15px;
    text-align: center;
    
    &.center{
        text-align: center;
    }
}





/* ------------------------------ */
.inputText ,
.inputTextarea {
    display: block;
    margin: 0;
    width: 100%;
}
.checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    margin: 0;
    padding: 0 0 24px 0;
    width: 100%;
    border-bottom: solid 1px #000000;
}

.inputText .name ,
.inputTextarea .name ,
.checkbox .name {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}
.inputText .name.req ,
.inputTextarea .name.req ,
.checkbox .name.req {
}
.inputText .name.req::before ,
.inputTextarea .name.req::before ,
.checkbox .name.req::before {
    content: '必須';
    margin-right: 4px;
    padding: 0 4px 2px 4px;
    color: #FFFFFF;
    font-size: .7em;
    background: #FF0000;
    border-radius: 2px;
}

.inputText .supple ,
.inputTextarea .supple ,
.checkbox .supple {
    display: block;
    margin: 6px 0 0 4px;
    width: 100%;
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 500;
}
.inputText .error ,
.inputTextarea .error ,
.checkbox .error {
    display: block;
    margin: 6px 0 0 4px;
    width: 100%;
    color: #FF0000;
    font-size: 13px;
    font-weight: 500;
}
.inputText .check ,
.inputTextarea .check ,
.checkbox .check {
    display: block;
    margin: 6px 0 0 4px;
    padding: 8px 0 8px 1em;
    width: 100%;
    font-size: 15px;
    border-bottom: solid 1px #886054;
}

.inputText input {
    display: block;
    margin: 12px 0 0 0;
    padding: .75em;
    width: 100%;
    font-size: 16px;
    border: solid 1px #886054;
    border-radius: 5px;
}
.inputText textarea {
    display: block;
    margin: 12px 0 0 0;
    padding: .75em;
    width: 100%;
    height: 7.5em;
    font-size: 16px;
    border: solid 1px #886054;
    border-radius: 5px;
    transition: 0.5s;
}

.checkbox .ckb {
    position: relative;
    display: flex;
    align-items: center;
    gap: .25em;
    margin: 12px 0 0 24px;
    cursor: pointer;
}
.checkbox .ckb:first-of-type {
    margin: 12px 0 0 1em;
    @media (max-width: 599px) {
        margin: 12px 0 0 0;
    }
}

.checkbox .ckb input {
    display: none;
}
.checkbox .ckb a {
    color: #0000FF;
    font-weight: 600;
    text-decoration: underline;
}
.checkbox .ckb::before,
.checkbox .ckb:has(:checked)::after {
    content: '';
}
.checkbox .ckb::before {
    min-width: 21px;
    min-height: 21px;
    border-radius: 3px;
    background-color: #F5F5F5;
    border: solid 1px #0061A3;
}
.checkbox .ckb:has(:checked)::before {
    background: #f56125;
    border: solid 1px #f56125;
}
.checkbox .ckb:has(:checked)::after {
    position: absolute;
    top: 45%;
    left: 8px;
    transform: translateY(-45%) rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
}
@media (max-width: 1024px) {
    .checkbox .ckb:has(:checked)::after {
        top: 47.5%;
        transform: translateY(-47.5%) rotate(45deg);
    }
}



.submit {
    margin: 0 auto;
    padding: 0;
    width: 75%;
    
    @media (max-width: 599px) {
        width: 100%;
    }
}
.submit button {
    display: block;
    margin: 0 auto;
    padding: 16px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    background: #011D84;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 50px;
    
    @media (max-width: 599px) {
        padding: 12px;
        font-size: 16px;
    }
}
.submit button:hover {
    box-shadow: none;
    opacity: 1;
}
.submit a {
    display: block;
    margin: 8px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}



/* ------------------------------ */
footer {
    display: block;
    width: 100%;
    background: #011D84;
    
    .inner {
        padding: 64px 16px 120px 16px;
        width: 100%;
        text-align: center;
        
        ul {
            display: flex;
            margin: 80px auto 0 auto;
            justify-content: center;
            gap: 120px;
            
            li {
                margin: 0;
                
                a {
                    color: #FFFFFF;
                }
                @media (max-width: 1024px) {
                    a {
                        font-size: 14px;
                    }
                }
                @media (max-width: 599px) {
                    a {
                        font-size: 13px;
                    }
                }
                a:hover {
                    opacity: .5;
                }
            }
        }
        @media (max-width: 599px) {
            ul {
                gap: 24px;
            }
        }
        img {
            display: block;
            margin: 0 auto;
            width: 225px;
        }
        @media (max-width: 1024px) {
            img {
                width: 200px;
            }
        }
        @media (max-width: 599px) {
            img {
                max-width: 150px;
            }
        }
        .copy {
            margin: 32px auto 0 auto;
            color: #FFFFFF;
        }
        @media (max-width: 1024px) {
            .copy {
                font-size: 12px;
            }
        }
    }
    
}





/* -------------------- */
.modal00 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
}
.modal00-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
}
.modal00-close {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.modal00-close span {
}
.modal00-close-fixed {
    position: fixed;
    top: 3%;
    right: 2%;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
.modal00-close-fixed span {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 1px;
    background: var(--color-wh);
    position: relative;
    transform: rotate(45deg);
}
.modal00-close-fixed span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-wh);
    transform: rotate(90deg);
}
body.mdlFixed {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden!important;
}
.modal00-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    padding: 0;
    max-height: 95vh;
    background: var(--color-wh);
    overflow: auto;
    border-radius: 5px;
}
@media (max-width: 599px) {
    .modal00-content {
        width: 80%;
    }
}


.modal00__desc {
    margin: 0 auto;
    padding: 32px 48px;
    max-width: 380px;
    text-align: center;
    background: #FFFFFF;
    border-radius:  16px;
}
@media (max-width: 599px) {
    .modal00__desc {
        padding: 32px 24px 16px 24px;
    }
}
.modal00__desc .logo {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
}
.modal00__desc .title {
    display: block;
    margin: 32px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.modal00__desc .lead {
    margin: 16px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
}
.modal00__desc .thank {
    position: relative;
    left: 5%;
    display: block;
    margin: 16px auto 0 auto;
    width: 80%;
}
.modal00__desc .close {
    display: inline-block;
    margin: 24px 0 0 0;
    padding: 6px 48px;
    color: #FFFFFF;
    letter-spacing: .1em;
    font-size: 14px;
    background-image: linear-gradient(100deg, #FE877E, #F2598A);
    border-radius: 8px;        
}























