@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul,
ol {
    list-style: none;
}

html {
    font-size: 16px;
    font-feature-settings: "palt";
}

body {
    line-height: 1.4;
    font-family: serif;
    background: #fff;
    /* overflow-x: hidden; */
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    min-height: 100vh;
    position: relative;
}


@media screen and (min-width: 769px) {
    html {
        min-width: 1280px;
    }
    body {
        /* min-width: 1000px; */
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 16px;
        font-size: 2.5vw;
    }

    body {
        min-width: 0;
    }
}

@media screen and (max-width: 500px) {
    html {
        font-size: 12px;
    }
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none;
    color: #fff;
}
a.link {
    color: #f59b00;
    text-decoration: underline;
}
a:focus {
    outline: none
}

a:hover img {
    /* opacity: .85 */
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select,
textarea {
    vertical-align: middle;
    -webkit-appearance: none;
    padding: 0;
    /* border: 1px solid #006934; */
    background-color: #fff;
    /* height: 1.25em; */
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    outline: none;
    border: none;
    border-radius: 2px;
    font-family: 'Noto Sans JP';
}

select {
    /* background: #fff url(/images/common/select_icon.svg) no-repeat center right 0.5em; */
    background-size: auto 0.5em;
    padding-right: 2em!important;
}

input:focus,
select:focus {box-shadow: 0 0 2px 0px #c4ac6d;}
::placeholder,
option:disabled {
    color: #cacaca;
}
* {
    box-sizing: border-box;
}
sup {
    vertical-align: super;
    font-size: 70%;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    transition: .25s opacity;
    height: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a:hover img {
    /* opacity: .8; */
}

/* STYLE */
/* 共通 */
body {
	background: #000;
	color: #fff;
	position: relative;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    height: 9rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: .5s;
    z-index: 100
}
#header.fixed {
    background: rgba(0,0,0,0.4);
    /* height: 6rem */
}
#header .headInner {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}
#mypageLink {
    width: 5rem;
    margin-left: auto;
    line-height: 1;
}

.inner {
    width: 95%;
    max-width: 1080px;
    margin: auto;
    padding: 2.75rem 0;
}

#footer {
    padding-bottom: 2rem;
}
#footer .footInner {
    max-width: 1080px;
    margin: auto;
}
#footer .snsLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
#footer .snsLinks li {
    margin: 0 .75rem 0.5rem
}
#footer .footerLinks {
    display: flex;
    justify-content: center;
    /* margin-top: 2rem; */
    font-size: 0.875rem;
    font-weight: 400;
}
#footer .footerLinks li {
    padding: 0 1.5rem;
    margin-bottom: 0.5rem;
}
#footer .footerLinks li:not(:last-child) {
    border-right: 1px solid;
}
#footer .footerLinks li a:hover {
    text-decoration: underline;
}
#footer #copy {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 400;
}
@media screen and (max-width: 960px) {
    #header {
        height: 6.5rem;
    }
    #mypageLink {
        width: 4rem;
    }
}
@media screen and (min-width: 769px) {
    .main {
        /* min-width: 1300px; */
    }   
}
/* TOPページ */
#topMain {
    background: url(../images/main_bg.jpg)  no-repeat center;
    background-size: cover;
    /* padding: 2rem 0 3rem; */
    position: relative;
}
#topMain:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    left: 0;
    top: 0;
}
#topMain .inner {
    position: relative;
    z-index: 1
}
#mainTtl {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
#mainTtl .logo {
    width: 9.375rem;
    margin-right: 1rem;
}
#mainTtl h1 span {
    display: block;
    line-height: 1
}
#mainTtl h1 {
    font-size: 1rem;
}
#mainTtl h1 .s {
    font-size: 225%;
    margin-bottom: 0.6rem;
}
#mainTtl h1 .l {
    font-size: 300%;
}
@media screen and (max-width: 420px) {
	#mainTtl h1 {
	    font-size: 0.8rem;
	}
}
.privilegeArea .l {
    font-size: 150%;
    padding: 0 5px;
}


#mainTtl + .endText {
    font-size: 1.0625rem;
    text-align: center;
}
#topMain .planCol {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 21.5625rem;
    grid-gap: 0.75rem 1.375rem;
}
.planTtl {
    display: flex;
    align-items: center;
}
.planTtl.gold {
    grid-row: 1/2;
    grid-column: 1/2;
}
.planBox.gold {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 1.5rem 1rem 1rem;
    place-content: center;
    height: 100%;
}
.planTtl.other {
    grid-row: 1/2;
    grid-column: 2/3;
}
.planBox.other {
    grid-row: 2/3;
    grid-column: 2/3;
    padding: 0.5rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.planTtl span {
    height: 1.625rem;
    display: block;
    line-height: 0;
}
.planTtl span.t_dotted {
    height: 0.5rem;
    margin: 0 0.5rem;
}
.planTtl span img {
    width: auto;
    height: 100%
}
.planBox {
    border: 1px solid;
    font-size: 1.375rem
}

.planBox .ttl {
    font-weight: bold;
}
.planBox .topArea {
    display: flex;
    /* padding-bottom: 1.25rem; */
    /* border-bottom: 1px solid rgba(255,255,255,0.5); */
}
.planBox .topArea li {
    width: 50%;
    padding-bottom: 1rem;
}
.planBox .topArea li:first-child {
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 1rem;
}
.planBox .topArea li:last-child {
    padding-left: 1.5rem;
}
.planBox .topArea .ttl {
    margin-bottom: 1rem
}
.planBox .topArea .annoText {
	font-size: 0.9125rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
}
.planBox .topArea .text {
    font-size: 1.125rem;
    line-height: 1.6;
}
.planBox .bottomArea {
    padding-top: 1.25rem;
}
.planBox .bottomArea .annoText {
    font-size: 1.125rem;
    padding-left: 1em;
    text-indent: -1em;
}
.planBox .bottomArea .annoText ul {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.planBox.other .ttl {
    /* margin-bottom: -1em; */
    margin-bottom: 0.5em;
}
.planBox.other .text + .ttl {
	margin-top: 1.75rem;
}
.planBox.other .text {
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    font-size: 1.125rem;
}
#topMain .privilegeArea {
    background: #f59b00;
    background: #F59B00;
    background: linear-gradient(0deg, rgba(245, 155, 0, 1) 0%, rgb(255 199 101) 100%);
    border-radius: 0.25rem;
    padding: 2rem 2rem 1.25rem;
    color: #000;
    margin-top: 4rem;
}
#topMain .privilegeArea.more {
	margin-top: 0;
	padding-top: 1.25rem;
}
#topMain .privilegeArea + .moreText {
	text-align: center;
	font-size: 2.25rem;
	font-weight: bold;
	padding: 3rem 0 3rem;
}
#topMain .privilegeArea .mainText {
    display: flex;
    font-size: 2.25rem;
    font-weight: bold;
    align-items: baseline;
    margin-top: -3rem;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    flex-wrap: wrap;
    text-align: center;
}
#topMain .privilegeArea.more .mainText {
	margin-top: 0;
	margin-bottom: 0;
}
#topMain .privilegeArea .point:has(.pointImg) {
	display: flex;
	align-items: center;
	gap: 1rem
}
#topMain .privilegeArea .point:has(.pointImg) .pointImg {
	width: 150px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 5px 5px 15px -10px rgba(0, 0, 0, 0.5);
}
#topMain .privilegeArea .point:has(.pointImg) .pointText {
	flex: 1
}
@media screen and (max-width: 768px) {
	#topMain .privilegeArea .point:has(.pointImg) {
		display: flex;
		flex-direction: column;
	}
	#topMain .privilegeArea .point:has(.pointImg) .pointImg {
		width: 50%;
		max-width: 200px
	}
}
#topMain .privilegeArea .mainText .l {
    font-size: 150%;
    /* transform: translateY(0.25rem); */
    display: inline-block;
    /* margin-left: 1rem; */
    /* margin-right: 0.5rem; */
}
#topMain .privilegeArea .mainText p.icon {
    width: 6.375rem;
    margin-right: 0.25rem;
}
#topMain .privilegeArea .subText {
    font-size: 1.375rem;
    text-align: center;
}
#topMain .privilegeArea .moreText {
	background: #fff;
	padding: 1rem;
	margin-top: 1.75rem;
	font-size: 1.375rem;
	text-align: center;
}
#topMain .privilegeArea .moreText .largeText {
	font-size: 135%;
	display: block;
	font-weight: bold;
	padding: 0.2rem 0 0;
}
#topMain .privilegeArea .subText span {
    display: inline-block;
    text-align: left;
}

#topBenefits .ttl {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
}

#topBenefits .benefitsList {
    display: flex;
}
#topBenefits .benefitsList li {
    width: 25%;
    padding: 0 2rem;
    font-size: 1.125rem;
    text-align: center;
}

#topBenefits .benefitsList li p.img {
    width: 3.75rem;
    height: 3.75rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#topBenefits .benefitsList li.souvenir p.img img {
	width: 90%;
}
#topBenefits .benefitsList li.point p.img img {
	width: 87.5%;
}
#topBenefits .benefitsList li.ticket p.img img {
	width: 91.6%;
}
#topBenefits .benefitsList li.event p.img img {
	width: 100%;
}

#topBenefits .benefitsList li p.text {
    display: flex;
    height: 4rem;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    font-weight: bold;
}

#topBenefits .more {
    margin-top: 2.5rem;
    border: 1px solid;
    font-size: 1.125rem;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
    #topMain .inner {
        padding-top: 1rem;
    }
    #mainTtl {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    #mainTtl .logo {
        margin-right: 0;
    }
    #topMain .planCol {
        display: flex;
        flex-direction: column;
    }
    .planTtl.other {
        margin-top: 2rem
    }
    .planBox.other {
        padding: 1.5rem;
    }
    .planBox.other .ttl {
        margin-bottom: 1rem
    }

    #topMain .privilegeArea {
        padding: 2rem 1rem 1.25rem;
    }
    #topMain .privilegeArea .mainText {
        flex-wrap: wrap;
        margin-top: -1.5rem;
        /* padding: 0 2rem 0 4.5rem; */
    }
    #topMain .privilegeArea .mainText .text {
        /* text-indent: 6.25rem; */
    }
    #topMain .privilegeArea .mainText p.icon {
        /* position: absolute; */
        /* left: -0.5rem; */
        top: 0;
        width: 5rem;
    }
    #topBenefits .benefitsList {
        flex-wrap: wrap;
        margin-bottom: -2rem;
    }
    #topBenefits .benefitsList li {
        width: 50%;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    #topBenefits .benefitsList li p.text {
        height: auto;
        min-height: 4rem;
    }
}


.dilb {
    display: inline-block;
}

.fll {
    float: left;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.small {
    /* font-size: 90% */
}
.orange {
    color: #f59b00
}
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 0.625rem !important;}
.mt20 {margin-top: 1.25rem !important;}
.mt30 {margin-top: 1.875rem !important;}
.mt40 {margin-top: 2.5rem !important;}
.mt50 {margin-top: 3.125rem !important;}
.mt60 {margin-top: 3.75rem !important;}
.mt70 {margin-top: 4.375rem !important;}
.mt80 {margin-top: 5rem !important;}
.mt90 {margin-top: 5.625rem !important;}
.mt100 {margin-top: 6.25rem !important;}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 0.625rem !important;}
.mb20 {margin-bottom: 1.25rem !important;}
.mb30 {margin-bottom: 1.875rem !important;}
.mb40 {margin-bottom: 2.5rem !important;}
.mb50 {margin-bottom: 3.125rem !important;}
.mb60 {margin-bottom: 3.75rem !important;}
.mb70 {margin-bottom: 4.375rem !important;}
.mb80 {margin-bottom: 5rem !important;}
.mb90 {margin-bottom: 5.625rem !important;}
.mb100 {margin-bottom: 6.25rem !important;}

.w1p {width: 1%!important;}
.w2p {width: 2%!important;}
.w3p {width: 3%!important;}
.w4p {width: 4%!important;}
.w5p {width: 5%!important;}
.w6p {width: 6%!important;}
.w7p {width: 7%!important;}
.w8p {width: 8%!important;}
.w9p {width: 9%!important;}
.w10p {width: 10%!important;}
.w11p {width: 11%!important;}
.w12p {width: 12%!important;}
.w13p {width: 13%!important;}
.w14p {width: 14%!important;}
.w15p {width: 15%!important;}
.w16p {width: 16%!important;}
.w17p {width: 17%!important;}
.w18p {width: 18%!important;}
.w19p {width: 19%!important;}
.w20p {width: 20%!important;}
.w21p {width: 21%!important;}
.w22p {width: 22%!important;}
.w23p {width: 23%!important;}
.w24p {width: 24%!important;}
.w25p {width: 25%!important;}
.w26p {width: 26%!important;}
.w27p {width: 27%!important;}
.w28p {width: 28%!important;}
.w29p {width: 29%!important;}
.w30p {width: 30%!important;}
.w31p {width: 31%!important;}
.w32p {width: 32%!important;}
.w33p {width: 33%!important;}
.w34p {width: 34%!important;}
.w35p {width: 35%!important;}
.w36p {width: 36%!important;}
.w37p {width: 37%!important;}
.w38p {width: 38%!important;}
.w39p {width: 39%!important;}
.w40p {width: 40%!important;}
.w41p {width: 41%!important;}
.w42p {width: 42%!important;}
.w43p {width: 43%!important;}
.w44p {width: 44%!important;}
.w45p {width: 45%!important;}
.w46p {width: 46%!important;}
.w47p {width: 47%!important;}
.w48p {width: 48%!important;}
.w49p {width: 49%!important;}
.w50p {width: 50%!important;}
.w51p {width: 51%!important;}
.w52p {width: 52%!important;}
.w53p {width: 53%!important;}
.w54p {width: 54%!important;}
.w55p {width: 55%!important;}
.w56p {width: 56%!important;}
.w57p {width: 57%!important;}
.w58p {width: 58%!important;}
.w59p {width: 59%!important;}
.w60p {width: 60%!important;}
.w61p {width: 61%!important;}
.w62p {width: 62%!important;}
.w63p {width: 63%!important;}
.w64p {width: 64%!important;}
.w65p {width: 65%!important;}
.w66p {width: 66%!important;}
.w67p {width: 67%!important;}
.w68p {width: 68%!important;}
.w69p {width: 69%!important;}
.w70p {width: 70%!important;}
.w71p {width: 71%!important;}
.w72p {width: 72%!important;}
.w73p {width: 73%!important;}
.w74p {width: 74%!important;}
.w75p {width: 75%!important;}
.w76p {width: 76%!important;}
.w77p {width: 77%!important;}
.w78p {width: 78%!important;}
.w79p {width: 79%!important;}
.w80p {width: 80%!important;}
.w81p {width: 81%!important;}
.w82p {width: 82%!important;}
.w83p {width: 83%!important;}
.w84p {width: 84%!important;}
.w85p {width: 85%!important;}
.w86p {width: 86%!important;}
.w87p {width: 87%!important;}
.w88p {width: 88%!important;}
.w89p {width: 89%!important;}
.w90p {width: 90%!important;}
.w91p {width: 91%!important;}
.w92p {width: 92%!important;}
.w93p {width: 93%!important;}
.w94p {width: 94%!important;}
.w95p {width: 95%!important;}
.w96p {width: 96%!important;}
.w97p {width: 97%!important;}
.w98p {width: 98%!important;}
.w99p {width: 99%!important;}
.w100p {width: 100%!important;}

.fc-red { color: #eb1c24}

@media screen and (max-width: 768px) {
	.pc {display: none;}
}

@media screen and (min-width: 769px) {
	.sp {display: none;}
}