
html{
    scroll-behavior: smooth;
}
html ,body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
article{
    width: 600px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote{
    margin: 0;
    padding: 0;
    line-height: 1.6;
    text-align: left;
    font-size: small;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
.inp-err {
	color:#a00;
}
.wrp-chk-conf {
	display:block;
	width:100%;
	text-align:center;
	padding:0 0 1rem;
}
#chk_conf,
label[for="chk_conf"] {
	display:inline-block;
	width:auto;
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
    article{
        width: 100%;
    }
}
/*-------------------------------------------------

header

-------------------------------------------------*/
header{
    background-image: url(../images/header.webp);
    background-position: bottom left;
    height: 100vh;
    height: 100svh;
    box-sizing: border-box;
    background-size: 105%;
    position: relative;
}
/*header-menu*/
.header-menu{
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    width: 550px;
    padding: 5px 10px 5px 15px;
    box-sizing: border-box;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
    border-radius: 100px;
    position: fixed;
    top: 2.5%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
    .header-menu{
        width: 90%;
        top: 1.5%;
        transition: all 0.3s;
    }
}
.header-menu a{
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    position: relative;
}
.header-menu a::before{
    content: "";
    height: 100%;
    width: 1px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    right: -10px;
}
.header-menu a.none::before{
    content: none;
}
.header-menu a:hover{
    opacity: 0.8;
    transition: all 0.3s;
}
.header-menu .contact-link{
    margin: 0 0 0 auto;
    width: fit-content;
}
.header-menu .contact-link a{
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    display: block;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 0.8rem;
}
/*header-menu scroll*/
.header-menu.scroll{
    background: rgba(255, 255, 255, 0.8);
    width: 600px;
    top: 0;
    border-radius: 0;
}
.header-menu.scroll a{
    color: rgb(0, 0, 0);
}
.header-menu.scroll a::before{
    background: rgb(0, 0, 0);
}
.header-menu.scroll .contact-link a{
    background: rgb(100, 100, 100);
    color: rgb(255, 255, 255);
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
    .header-menu.scroll{
        width: 100%;
    }
}
/*catchcopy*/
.catchcopy{
    position: relative;
    padding: 15px 5% 15px 25px;
    font-size: 1.3rem;
    line-height: 1.8em;
    width: fit-content;
    height: fit-content;
    z-index: 1;
    white-space: nowrap;
    margin: 0 0 20px auto;
}
.catchcopy::before{
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.catchcopy span{
    display: block;
}
.catchcopy strong{
    border-image:linear-gradient(
        to right, rgb(255, 255, 0) 0%,
        rgb(21, 230, 128) 50%,
        rgb(31, 202, 255) 100%) 1;
    border-bottom: solid 2px;
    font-weight: normal;
    padding-bottom: 2px;
    font-size: 1.5rem;
    font-weight: 600;
}
.header-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    height: 100svh;
}
/*header-title*/
.header-title{
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 60px;
    left: 20px;
}
.header-title .sub-title{
    display: flex;
}
.header-title .sub-title .place{
    position: relative;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    z-index: 1;
    padding: 0 5px;
    padding-left: 10px;
    font-weight: 800;
    font-size: 1.2rem;
}
.header-title .sub-title .place::before{
    content: "";
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    z-index: -1;
}
.header-title .sub-title .start{
    background: linear-gradient(
        to right, rgb(255, 255, 110) 10%,
        rgb(143, 255, 201) 50%,
        rgb(145, 229, 255) 100%);
    padding: 0 10px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 1.2rem;
}

.header-title h1{
    font-family: "Oswald", "Noto Sans JP";
    font-size: 2.5rem;
    line-height: 1em;
    display: flex;
    gap: 5px;
}
.header-title h1 span{
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    line-height: 1em;
}
.header-title h1 small{
    font-size: 0.8rem;
    line-height: 1em;
}
.header-title h1 .date{
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    padding-left: 5px;
}
/*campaign*/
.campaign{
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: rgb(0, 0, 0);
}
.campaign:hover{
    opacity: 0.8;
    transition: all 0.3s;
}
.campaign-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
@media (max-width: 400px) {
    .campaign-title{
        gap: 10px;
    }
}
.campaign-title p{
    font-size: 1rem;
}
@media (max-width: 400px) {
    .campaign-title p{
        font-size: 0.9rem;
    }
}
.campaign-title strong{
    background: linear-gradient(
        to right, rgb(255, 255, 110) 10%,
        rgb(143, 255, 201) 50%,
        rgb(145, 229, 255) 100%);
    color: rgb(0, 0, 0);
    padding: 0 15px;
    position: relative;
    border-radius: 100px;
}
@media (max-width: 400px) {
    .campaign-title strong{
        padding: 0 10px;
    }
}
.campaign-title strong span{
    font-size: 2rem;
    line-height: 1.2em;
}
@media (max-width: 400px) {
    .campaign-title strong span{
        font-size: 1.3rem;
    }
}
.campaign-title strong.marker.blue{
    padding-bottom: 0;
}
.campaign-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: solid 1px rgb(255, 255, 255);
    padding-bottom: 5px;
}
.campaign-content ul li{
    text-decoration: line-through;
    text-align: right;
}
.campaign-content ul li.line-none{
    text-decoration: none;
}
.campaign-content div{
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 2px;
}
.campaign-content div span{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.55rem;
    line-height: 1em;
    margin-top: -10px;
}
.campaign-content div p{
    font-size: 3.3rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    line-height: 0.5em;
}
.campaign-content div p small{
    font-size: 1rem;
}
.campaign > p{
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1em;
    padding: 5px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    border-radius: 100px;
    border: solid 1px rgb(0, 0, 0);
}
/*-------------------------------------------------

reason

-------------------------------------------------*/
#reason .reason-top, .reason-bottom{
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    padding: 50px 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 1;
    gap: 10px;
    align-items: flex-start;
}
#reason .reason-top{
    background-image: url(../images/reason-top.webp);
    background-position: top left;
    padding-left: 28%;
}
#reason .reason-bottom{
    background-image: url(../images/reason-bottom.webp);
    background-position: top right;
    padding-right: 28%;
}
#reason .reason-top::before{
    content: "HEALTH\AIS\AWEALTH";
    white-space: pre;
    position: absolute;
    top: 20%;
    right: 5%;
    font-size: 5rem;
    color: rgba(31, 202, 255, 0.1);
    text-align: center;
    font-weight: 900;
    line-height: 1.2em;
    z-index: -1;
}
#reason .reason-bottom::before{
    content: "WHY\A\00a0 CHOOSE\A\00a0 US?";
    white-space: pre;
    position: absolute;
    top: 20%;
    left: 0%;
    font-size: 5rem;
    color: rgba(31, 202, 255, 0.1);
    text-align: center;
    font-weight: 900;
    line-height: 1.2em;
    z-index: -1;
}
/*--------------------------------------------
max-width 420
--------------------------------------------*/
@media (max-width: 420px) {
    #reason .reason-top::before,
    #reason .reason-bottom::before{
        font-size: 4rem;
    }
}
#reason h2{
    margin: 0 auto;
    text-align: center;
}
#reason h2 strong{
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
#reason h2.answer{
    margin-bottom: 20px;
    line-height: 1.6em;

}
#reason h2.answer strong{
    margin-bottom: 3px;
    padding-bottom: 5px;
}
#reason > p{
    width: 95%;
    margin: 0 auto;
}
.question{
    display: flex;
    flex-direction: column;
}
.question p{
    text-align: center;
    font-weight: 600;
}
.question p strong{
    font-size: 1.2rem;
    font-weight: 400;
}
.question ul{
    margin-top: 15px;
}
/*フキダシ共通*/
.question ul li {
    position: relative;
    display: inline-block;
    max-width: 192px;
    margin: 8px 0 0;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;/*はてな用*/
}
/*フキダシ左*/
.question ul li:nth-child(odd) {
    background: rgb(211, 230, 236);
}
.question ul li:nth-child(even) {
    float: right;
    background: rgb(216, 240, 235);
}
/*しっぽ共通*/
.question ul li::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 36px;
    top: -21px;
}
/*しっぽ左*/
.question ul li:nth-child(odd)::after {
    left: -10px;
    border-radius: 18px 0 6px 18px/18px 0 1px 18px;
    box-shadow: -3px -15px 0 -5px rgb(211, 230, 236) inset;
}
/*しっぽ右*/
.question ul li:nth-child(even)::after {
    right: -10px;
    border-radius: 0 18px 18px 6px/0 18px 18px 1px;
    box-shadow: inset 3px -15px 0 -5px rgb(216, 240, 235);
}
.reason-title{
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}
.reason-figure{
    display: flex;
    align-items: center;
    gap: 3px;
}
.reason-figure p{
    width: 6em;
    height: 6em;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 0.7rem;
    color: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2em;
    font-weight: 600;
}
.reason-list{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.reason-list dl{
    padding: 20px 10px 10px 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
}
.reason-list dt{
    font-weight: 600;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    padding: 3px 20px;
    border-radius: 100px;
}
.reason-list dl:nth-of-type(1){
    border: solid 1px rgb(245, 242, 73);
}
.reason-list dl:nth-of-type(2){
    border: solid 1px rgb(82, 205, 145);
}
.reason-list dl:nth-of-type(3){
    border: solid 1px rgb(109, 199, 226);
}
.reason-list dl:nth-of-type(1) dt{
    background: rgb(245, 242, 73);
}
.reason-list dl:nth-of-type(2) dt{
    background: rgb(82, 205, 145);
}
.reason-list dl:nth-of-type(3) dt{
    background: rgb(109, 199, 226);
}
/*-------------------------------------------------

benefits

-------------------------------------------------*/
#benefits{
    background: rgb(225, 246, 251);
    position: relative;
    color: rgb(37, 60, 87);
    text-align: center;
    padding: 30px 5%;
    margin-bottom: 50px;
    overflow-x: clip;
}
#benefits::before{
    content: "BENEFITS";
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 5rem;
    color: rgba(31, 202, 255, 0.1);
    text-align: center;
    font-weight: 900;
    line-height: 1.2em;
}
#benefits::after{
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: rgb(225, 246, 251);
    border-radius: 50%;
    width: 150vw;
    width: 150svw;
    height: 400px;
    margin: 0 auto;
    z-index: -1;
}
#benefits h2{
    font-size: 1.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
#benefits h2 small{
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#benefits > small{
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.fukidashi {
    position: relative;
    width: fit-content;
    padding: 0 10px 10px;
    border-bottom: 2px solid rgb(37, 60, 87);
    margin: 0 auto;
    z-index: 0;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}
.fukidashi::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background: rgb(225, 246, 251); /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
}
.fukidashi::after {
    content: "";
    position: absolute;
    top: calc(100% + 7px);
    left: calc(50% - 7px);
    z-index: -1;
    width: 20px;
    height: 2px;
    transform: rotate(-50deg);
    box-sizing: border-box;
    background: rgb(37, 60, 87);
}
.benefits-content{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}
.benefits-detail{
    width: 90%;
    background: rgb(255, 255, 255);
    border: solid 1px rgb(37, 60, 87);
    border-radius: 20px;
    padding: 35px 10px 20px 10px;
    position: relative;
}
#benefits h3{
    background: rgb(37, 60, 87);
    color: rgb(255, 255, 255);
    text-align: center;
    width: 65%;
    padding: 5px 10px;
    border-radius: 100px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -15px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#benefits h3 span{
    width: 4em;
    height: 4em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -0.9em;
    left: -2.8em;
    background: rgb(37, 60, 87);
}
.benefits-detail dt{
    font-size: 2rem;
    text-align: center;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    width: fit-content;
    margin: 0 auto;
}
.benefits-detail dd{
    text-align: center;
    line-height: 1.8em;
}
.benefits-detail dd.detail-cmt{
    line-height: 1.2em;
    margin-top: 15px;
    background: rgba(143, 255, 201, 0.5);
    padding: 8px;
    border-radius: 100px;
}
.benefits-detail dd span{
    background: rgb(37, 60, 87);
    padding: 2px 10px;
    color: rgb(255, 255, 255);
}
.benefits-detail dt.ticket{
    display: flex;
    font-weight: normal;
    align-items: flex-end;
    justify-content: center;
    font-size: 1rem;
    padding-top: 5px;
    flex-direction: column;
    align-items: center;
}
.benefits-detail dt.ticket span{
    display: flex;
    flex-direction: column;
}
.benefits-detail dt.ticket span small{
    font-size: 0.8rem;
    line-height: 1em;
    letter-spacing: 0;
    text-indent: 0;
}
.benefits-detail dt.ticket span strong{
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 600;
}
.benefits-detail dt.ticket > strong{
    font-size: 2rem;
    line-height: 1em;
}
#benefits .arrow{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    font-size: 2rem;
    font-weight: 100;
    margin: 30px 0;
}
#benefits .arrow i{
    line-height: 0.2em;
}
.benefits-price{
    color: rgb(37, 60, 87);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.5rem;
    padding-bottom: 10px;
}
.benefits-price span{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    box-sizing: border-box;
    font-size: 2rem;
}
.benefits-price span.bk{
    background: rgb(37, 60, 87);
    color: rgb(255, 255, 255);
    padding: 5px 0;
}
.benefits-price strong{
    font-family: "Oswald", sans-serif;
    font-size: 5rem;
    line-height: 1em;
    font-weight: normal;
}
.contact-btn{
    background: rgb(37, 60, 87);
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 1rem;
    padding: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 50px;
}
.contact-btn:hover{
    opacity: 0.8;
    transition: all 0.3s;
}
.contact-btn i{
    font-size: 2.5rem;
    padding-right: 5px;
}
.contact-btn span{
    background: rgb(255, 255, 255);
    color: rgb(37, 60, 87);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -15px;
    font-size: 0.8rem;
    width: fit-content;
    padding: 5px 30px;
    border-radius: 100px;
    border: solid 1.5px rgb(37, 60, 87);
}
.contact-btn span::before{
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    z-index: 0;
    width: 20px;
    height: 12px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/*-------------------------------------------------

price

-------------------------------------------------*/
#price{
    position: relative;
    padding: 70px 5%;
}
#price::before{
    content: "PRICE";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 7rem;
    color: rgba(31, 202, 255, 0.1);
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
}
#price > small{
    text-align: center;
    display: block;
}
#price h2{
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 40px;
}
#price h2 span{
    display: block;
}
#price dl{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#price dl div{
    display: flex;
    align-items: center;
    justify-content: center;
}
#price dl div dt{
    width: 6em;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}
#price dl div:nth-of-type(1) dt{
    background: rgb(109, 199, 226);
}
#price dl div:nth-of-type(2) dt{
    background: rgb(245, 242, 73);
}
#price dl div:nth-of-type(3) dt{
    background: rgb(82, 205, 145);
}
#price dl div dd{
    padding: 10px;
    margin-left: -1px;
    width: calc(94% - 6em - 1px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: right;
    font-weight: 600;
    gap: 3px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-indent: 2px;
}
#price dl div:nth-of-type(1) dd{
    border: solid 1px rgb(109, 199, 226);
}
#price dl div:nth-of-type(2) dd{
    border: solid 1px rgb(245, 242, 73);
}
#price dl div:nth-of-type(3) dd{
    border: solid 1px rgb(82, 205, 145);
}
#price dl div dd small{
    font-weight: normal;
}
/*-------------------------------------------------

shop-info

-------------------------------------------------*/
#shop-info .shop-detail{
    position: relative;
    height: 60vh;
    height: 60svh;
    padding: 30px 5%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)), url(../images/owada.webp);
    background-size: cover;
    background-position: bottom center;
}
/*--------------------------------------------
max-height 667
--------------------------------------------*/
@media (max-height: 667px) {
    #shop-info .shop-detail{
        height: 75vh;
        height: 75svh;
    }
}
#shop-info h2{
    font-weight: normal;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    line-height: 2rem;
}
#shop-info h2 span{
    font-size: 1.5rem;
    width: fit-content;
    padding-bottom: 3px;
}
#shop-info h2 span.marker{
    background-size: 0% 3px !important;
}
#shop-info h2 span.marker.active{
    background-size: 100% 3px !important;
}
#shop-info h2::before{
    content: "";
    background: radial-gradient(rgba(255, 255, 255, 0.9) 0% ,rgba(255, 255, 255, 0) 70%);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}
#shop-info ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}
#shop-info ul li::before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 2px;
}
#shop-info ul li:nth-of-type(1)::before{
    color: rgb(255, 255, 0);
}
#shop-info ul li:nth-of-type(2)::before{
    color: rgb(228, 28, 36);
}
#shop-info ul li:nth-of-type(3)::before{
    color: rgb(21, 230, 128);
}
#shop-info ul li:nth-of-type(4)::before{
    color: rgb(31, 202, 255);
}
#shop-info .shop-detail div{
    position: absolute;
    bottom: 30px;
    right: 5%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#shop-info .shop-detail div dl{
    display: flex;
    gap: 10px;
}
#shop-info .shop-detail div dl dt{
    display: flex;
    justify-content: space-between;
    width: 4em;
}
#shop-info iframe{
    width: 90%;
    margin: 30px auto;
    display: block;
    height: 300px;
}

/*-------------------------------------------------

contact(form)

-------------------------------------------------*/
#contact{
    position: relative;
    padding: 30px 5%;
}
#contact::before{
    content: "CONTACT";
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 5rem;
    color: rgba(31, 202, 255, 0.1);
    text-align: center;
    font-weight: 900;
    line-height: 1.2em;
}
#contact > p{
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    background: rgb(109, 199, 226);
    border-radius: 100px;
    padding: 2px 20px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1em;
    animation: poyopoyo 2s ease-out infinite;
}
@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }
#contact p strong{
    padding: 5px;
}
#contact > small{
    text-align: center;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    display: block;
}
#contact h2{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin: 5px 0 20px 0;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
div.form-info{
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    padding-bottom: 35px;
}
dl.reg-form{
    display: block;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    font-size: 0;
    width: 100%;
    max-width: 100%;
    padding: 12px 0;
    border-bottom: dotted 1px #ccc;
}
dl.reg-form:first-child{
    border-top: dotted 1px #ccc;
}
dl.reg-form dt, dl.reg-form dd{
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}
.select-wrap select{
    padding: 0.25em 12px 0.25em 0.25em;
    border: solid 1px #ccc;
    border-radius: 3px;
}
select[name="pre_birth_year"]{
    width: 7em;
}
input:not([type="button"]):not([type="submit"]):not([type="reset"]), textarea{
    outline: none;
    display: inline-block;
    padding: 0.5em;
    border: 1px solid #ccc;
    background-color: #ffffff;
    color: #3F3F3F;
    font-size: 100%;
    border-radius: 3px;
    transition: background 0.2s linear, box-shadow 0.6s linear;
    width: 100%;
    box-sizing: border-box;
}
div.form-foot{
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 2rem 0;
    padding: 0;
    text-align: center;
}
a.a-btn{
    display: inline-block;
    width: 80%;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    text-align: center;
    font-size: 90%;
    line-height: 1.6em;
    background: rgb(37, 60, 87);
    color: rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
    z-index: 100;
}
/*-------------------------------------------------

shop-other

-------------------------------------------------*/
#shop-other{
    position: relative;
    padding: 30px 5%;
}
#shop-other::before{
    content: "SHOPINFO";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 4.5rem;
    color: rgba(31, 202, 255, 0.1);
    text-align: center;
    font-weight: 900;
    line-height: 1.2em;
    z-index: -1;
}
#shop-other h2{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
}
#shop-other > small{
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
#shop-other img{
    width: 100%;
}
#shop-other img:last-of-type{
    padding-top: 20px;
    border-top: solid 1px #ccc;
}
.shop-other-detail{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: fit-content;
    margin: 20px auto;
}
#shop-other dl{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
#shop-other dl dt{
    display: flex;
    justify-content: space-between;
    width: 4em;
}
#shop-other dl dd a{
    color: rgb(100, 100, 100);
    display: inline-block;
    padding-left: 5px;
}
.shop-other-detail p{
    font-size: 0.7rem;
}
/*-------------------------------------------------

footer

-------------------------------------------------*/
footer{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 5% 90px 5%;
    position: relative;
    gap: 19px;
}
footer h2{
    font-size: 1.5rem;
    line-height: 1em;
}
footer ul li{
    padding: 2px;
}
footer ul li::before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 2px;
}
footer ul li a{
    color: rgb(0, 0, 0);
}
footer div > a{
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    gap: 3px;
}
footer div > a:hover{
    opacity: 0.8;
    transition: all 0.3s;
}
footer div > a i{
    font-size: 1.5rem;
}
footer p{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*-------------------------------------------------

popup

-------------------------------------------------*/
.js_modal{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    width: 100vw;
    width: 100svw;
    height: 100vh;
    height: 100svh;
    z-index: 99999;
    display: none;
    transition: all 0.3s;
}
div#js_modal.is_active{
    display: flex;
}
.js_modal .modal_content{
    position: relative;
    width: 300px;
    aspect-ratio: 1 / 1;
}
.js_modal .modal_content img{
    width: 100%;
}
.js_modal .modal_content button{
    position: absolute;
    top: -0.7em;
    right: -0.7em;
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    border: none;
    width: 1.5em;
    font-size: 1.8rem;
    aspect-ratio: 1 / 1;
    line-height: 1em;
}