@charset "UTF-8";


body > header {
    height: 60px;
}

body > header > div {
    width: 640px;
    margin: 0 auto;
    padding: 0 10px 0 20px;
}

#headLogo {
    width: 200px;
}

body > main {
    width: 640px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#top-movie {
    height: calc(100dvh - 60px);
}

#top-scroll {
    height: 60px;
    font-size: 17px;
    margin-bottom: 30px;
}

#headContact {
    width: 10%;
    margin-right: 10px;
    margin-top: 5px;
}

#headContact a {
    font-size: 12px;
}

#top-header {
    text-align: center;
    margin-top: -1vw;
}

#top-header h0 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

#top-header h1 {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 0px;
}

#top-header > span {
    color: #FFFFFF;
    font-size: 22px;
    width: 170px;
    margin: 0 auto 30px;
    display: block;
}

#top-header > div {
    font-size: 33px;
    margin-bottom: 60px;
}

#top-header > p {
    font-size: 24px;
    margin: 60px 75px 80px;
}

.header-image {
    margin: -20px 130px 80px;
}

.header-btn {
    margin: 0px 50px 80px;
}

#features {
    padding-top: 0px;
}

.features-event {
    margin: 0 50px 30px;
}


.features-image {
    margin: 0 0px 50px;
}

.features-wrap {
    margin-bottom: 70px;
}

.features-wrap > h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.features-wrap > h3 {
    font-size: 36px;
    margin-bottom: 60px;
    text-decoration: underline;
    text-underline-offset: 14px;
    text-align: center;
}


.features-wrap > p {
    margin: 0 75px 50px;
    font-size: 24px;
    text-align: left;
}

.features-note {
    margin: 0 25px 50px;
    font-size: 24px;
    line-height: 1.6;
}

#jasmine {
    padding-top: 0px;
}

.jasmine-image {
    margin-bottom: 0px;
    position:relative;
}

.jasmine-image img.imagup {
    position: absolute;
    top: -2%;
    left: 87%;
    transform: translate(-50%,-50%);
    color: #fff;
    width:18%;
}


.jasmine-wrap {
    margin-bottom: 0px;
}

.jasmine-wrap > h2 {
        font-size: 30px;
        margin: 0 10px 30px 10px;
        color: #15867c;
}

.jasmine-wrap > h3 {
        font-size: 36px;
        margin-bottom: 60px;
        text-decoration: underline;
        text-underline-offset: 14px;
        text-align: center;
}

.jasmine-wrap > p {
    margin: 0 80px 50px;
    font-size: 30px;
    text-align: center;
}

.jasmine-list {
    gap: 30px;
    margin: 0 46px;
}

.jasmine-list > div {
    flex: 1;
}

.jasmine-list p {
    font-size: 24px;
}

.jasmine-note {
    margin: 80px 40px;
    font-size: 22px;
}

#new {
    padding-top: 0px;
}

.new-image {
    margin: 70px 0 50px;
    position:relative;
}

.new-image img.imagup {
    position: absolute;
    top: -2%;
    left: 87%;
    transform: translate(-50%,-50%);
    color: #fff;
    width:18%;
}


#line-up {
    padding: 80px 0 30px;
    margin-bottom: 80px; 
}

#line-up > p {
    font-size: 25px;
    margin: 0 80px 120px;
}

#line-up h2 {
    font-size: 28px;
    margin: 45px 0;
}

#line-up-slide .swiper-slide {
    width: 62% !important;
    font-size: 22px;
}

#line-up-slide .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 9px;
}

.line-up-note {
    font-size: 18px;
    margin: 30px 10px;
}

#store {
    padding: 80px 0;
}

#store h2 {
    font-size: 34px;
    margin-bottom: 40px;
    line-height: 1.5;
}

#store dl {
    margin: 20px 50px 50px;
    font-size: 24px;
}

#store dl dd {
    margin-bottom: 30px;
}

#store-map iframe {
    height: 320px;
}

#corporate {
    padding: 80px 0 50px;
}

#corporate h2 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.2;
}

#corporate dl {
    margin: 50px;
    font-size: 24px;
}

#faq {
    padding: 80px 0;
    background-color: #F0F0F0;
}

#faq h2 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.2;
}

#faq-list {
    margin: 0 50px 0 100px;
}

#faq-list > article {
    margin-bottom: 30px;
    font-size: 22px;
}

#footerNav {
    padding: 80px 0 60px;
}

#footerNav a {
    font-size: 22px;
}

#copyRight {
    font-size: 14px;
}

#line-up-slide {
    padding-bottom: 80px;
}

#line-up-slide .swiper-button-next:after,
#line-up-slide .swiper-button-prev:after {
    font-size: 40px;
}

#line-up-slide .swiper-button-next {
    top: 166px;
    right: 106px;
}

#line-up-slide .swiper-button-prev {
    top: 166px;
    left: 106px;
}

.line-up-image {
    margin-bottom: 20px;
}

body > footer {
    width: 640px;
    margin: 0 auto;
}

#headNav nav {
    padding: 60px 30px 30px;
    margin: 0 auto;
    width: 640px;
}

#headNav nav a {
    font-size: 20px;
}

#headNavImage {
    margin: 0 auto;
    width: 640px;
}

#menuCheck:not(:checked) ~ #headNav {
    right: -20%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#present-banner {
    padding: 0;
}

#present-banner-wrap {
    width: 620px;
    margin: 0 auto -26px;
    padding-left: 27px;
}

#present-banner-wrap > div {
}

#present-banner-wrap > div span {
    font-size: 30px;
    display: block;
    padding: 0.2em 0;
    margin: 0 auto 10px;
    width: 577px;
    white-space: nowrap;
}

#present-banner-wrap > div span h1 {
    font-size: 20px;
}

#present-banner-wrap > div div {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.2;
}

#present-banner-wrap > div p {
    font-size: 20px;
}

#present-banner-wrap > label {
    right: 28px;
    top: -12px;
    width: 40px;
    height: 40px;
}
