@charset "utf-8";
html,body{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #333;
    padding-bottom: 60px;
}
h1,h2,h3,h4,div,p,span,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul{
	list-style-type: none;
}

img{
	box-sizing: border-box;
}
.inner{
	max-width: 1200px;
	margin: auto;
}
a {
	color: #333;
	text-decoration: none;
    cursor: pointer;
}
a:hover{
	opacity: 0.7;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#loader-bg {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
/*    background-image: url(/images/loading.jpg);
    background-size: cover;
    background-position: center;*/
}
#loading img.loadGbImg {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    /*animation: lodingBg .1s infinite linear;*/
    animation: lodingBg 4s linear;
}
#loading img.loadTitleLogo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    max-width: 100%;
    animation: lodingLogo 1s linear;
}
@keyframes lodingBg {
    0% {
        /*transform-origin: 50px 50px;*/
        transform: scale(1);
    }
    100% {
        /*transform-origin: 100px 100px;*/
        /*transform: scale(1.01);*/
        transform: scale(1.3);
    }
}
@keyframes lodingLogo {
    0% {
        opacity: 0;
        top: 100px;
    }
    100% {
        opacity: 1;
        top: 10px;
    }
}


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

	header

------------------------------------------------------------------------*/
#header {
    background-image: url(../images/header60.jpg);
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 18px;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}

.linkIcoWrap img {
    height: 40px;
}
.headerLogo {
    height: 40px;
    display: block;
    box-sizing: border-box;
}
.linkIcoWrap li {
    padding: 0 10px;
}
.linkIcoWrap img {
    display: block;
    box-sizing: border-box;
}
.headerNav li {
    padding: 0 10px;
}
.headerNav a {
    padding: 10px 20px;
}

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

	footer

------------------------------------------------------------------------*/
#footer{
    background-image: url(../images/footerBar.png);
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
#footer form {
    width: 500px;
}
#footer .inputBox01 {
    display: none;
}
#footer .formSubmit,
#footer img {
    display: block;
}
#footer .formSubmit {
    max-height: 40px;
    position: relative;
    top: 3px;
}
#footer img {
    max-height: 40px;
}
#footer .inputBox02 {
    font-size: 20px;
    padding: 3px;
    font-family: 'Sawarabi Mincho', sans-serif;
    margin: 0 10px;
    width: 100%;
}
.footerLinkBanner li {
    padding: 0 6px;
}

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

    top

------------------------------------------------------------------------*/
.areaWrap01{
    position: relative;
    background:url(/images/bg001.jpg) center no-repeat;
    background-size:auto;
    background-attachment: fixed;
    background-position: top;
    padding: 100px 0;
    background-size: cover;
}
.a_01 {
    width: 695px;
    height: 442px;
    margin: 50px auto;
    background:url(/images/img001.png) center no-repeat;
    padding: 30px;
    text-align: center;
    color: #707070;

}
.inputBox01 {
    display: none;
}
.font32{
    font-size: 32px;
}
.font20{
    font-size: 20px;
}
.imgCenter {
    display: block;
    margin: auto;
}
.a_01_l {
    width: 50%;
    padding: 30px;
}
.a_01_r {
    width: 50%;
    padding: 0 30px;
    border-left: 3px dotted #707070;
}
.inputBox02 {
    font-size: 20px;
    width: 100%;
    max-width: 300px;
    margin: 60px 0;
    padding: 5px;
    font-family: 'Sawarabi Mincho', sans-serif;
    box-sizing: border-box;
}
.a_01_l .formSubmit {
    width: 135px;
}
.a_01_LinkBanner li{
    padding: 5px;
}
.a_01_LinkBanner img {
    display: block;
    margin: auto;
}
.touroku {
    padding: 12px 0;
}


.area02 {
    text-align: center;
    padding: 50px 0;
}
.area03_l a:hover {
    opacity: 1;
}
.title01 {
    text-align: center;
    color: #FFF;
    padding: 30px;
    width: 100%;
    background:url(/images/img040.png) center no-repeat;
     text-shadow:1px 1px 0 #707070, -1px -1px 0 #707070,
              -1px 1px 0 #707070, 1px -1px 0 #707070,
              0px 1px 0 #707070,  0-1px 0 #707070,
              -1px 0 0 #707070, 1px 0 0 #707070;
}
.area03_l {
    width: 50%;
    text-align: center;
}
.area03_r {
    width: 50%;
    text-align: center;
}
.twitterTimeLine {
    height: 320px;
    padding: 10px;
    position: relative;
}
.alignUnset{
    align-items: unset;
}
.worldReservation{
    background:url(/images/img007.png) center no-repeat;
    height: 277px;
    text-align: center;
}
.worldReservation p {
    font-size: 32px;
    padding: 40px 0 0;
}
.worldReservationCount {
    font-size: 100px;
    padding: 22px 0;
}
.worldReservationCount span{
    font-size: 30px;
}
.reservationAreaWrap {
    padding-top: 20px;
}
.reservationArea01{
    background:url(/images/img008.png) center no-repeat;
}
.reservationArea02{
    background:url(/images/img009.png) center no-repeat;
}
.reservationArea03{
    background:url(/images/img010.png) center no-repeat;
}
.reservationArea04{
    background:url(/images/img011.png) center no-repeat;
}
.reservationAreaWrap > div {
    width: 25%;
    position: relative;
    text-align: center;
    height: 254px;
    font-size: 27px;
}
.reservationAreaWrap p{
    width: 70%;
    position: absolute;
    right: 0;
    top: 35px;
}
.reservationAreaWrap .reservationArea02 p {
    font-size: 20px;
    padding-right: 6px;
}
.ReservationCountArea {
    padding-top: 120px;
    font-size: 50px;
}
.reservationAreaWrap .unit {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-size: 34px;
}
.area03,
.area04 {
    padding: 50px 0;
}
.bgWhite {
    background-color: rgba(255,255,255,.7);
    padding: 20px;
}
.title02{
    text-align: center;
    padding: 30px;
    width: 100%;
    background: url(/images/img012.png) center no-repeat;
    font-size: 32px;
}
.area05 p {
    font-size: 23px;
    text-align: center;
    padding-bottom: 10px;
}
.area05{
    text-align: center;
}
.area05_01{
    position: relative;
    background: url(/images/img013.png) 20% 74% no-repeat,
                url(/images/img045.png) 100% 0% no-repeat,
                url(/images/img045.png) 100% 100% no-repeat;
}
.area05_02{
    position: relative;
    background: url(/images/img014.png) 20% 74% no-repeat,
                url(/images/img045.png) 100% 0% no-repeat,
                url(/images/img045.png) 100% 100% no-repeat;
}
.area05_03{
    position: relative;
    background: url(/images/img015.png) 20% 74% no-repeat,
                url(/images/img045.png) 100% 0% no-repeat,
                url(/images/img045.png) 100% 100% no-repeat;
}
.area05_04{
    position: relative;
    background: url(/images/img016.png) 20% 74% no-repeat,
                url(/images/img045.png) 100% 0% no-repeat,
                url(/images/img045.png) 100% 100% no-repeat;
}
.area05_05{
    position: relative;
    background: url(/images/img017.png) 20% 74% no-repeat,
                url(/images/img045.png) 100% 0% no-repeat,
                url(/images/img045.png) 100% 100% no-repeat;
}
.area05_06{
    position: relative;
    background: url(/images/img018.png) 20% 74% no-repeat;
}
.area05_01:after,
.area05_02:after,
.area05_03:after,
.area05_04:after,
.area05_05:after{
    width: 46px;
    height: 58px;
    display: block;
    content: "";
    background: url(/images/img035.png) no-repeat;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: -24px;
    margin: auto;
    position: absolute;
}
.area05 li {
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 10px;
}
.area05 li span {
    font-size: 40px;
    display: block;
    text-align: right;
    padding-right: 24px;
    padding-top: 10px;
}
.area05 .flex > div {
    width: calc(100% / 6);
}
.area05 .bgWhite .bgWhite{
    background: url(/images/img036.png) 0% 0% no-repeat,
                        url(/images/img037.png) 0% 100% no-repeat,
                        url(/images/img038.png) 100% 0% no-repeat,
                        url(/images/img039.png) 100% 100% no-repeat;
    background-color: rgba(255,255,255,.7);
}

.area06 {
    padding: 100px 0;
}
.area06 .bgWhite .bgWhite{
    background: url(/images/img036.png) 0% 0% no-repeat,
                        url(/images/img037.png) 0% 100% no-repeat,
                        url(/images/img038.png) 100% 0% no-repeat,
                        url(/images/img039.png) 100% 100% no-repeat;
    background-color: rgba(255,255,255,.7);
}
.area06 .bgWhite .bgWhite > div{
    width: 20%;
}
.area06_01 li {
    font-size: 16px;
    text-align: center;
    background: url(/images/img025.png) 20% 70% no-repeat;
    padding: 20px 0;
}
.area06_02 li {
    font-size: 16px;
    text-align: center;
    background: url(/images/img026.png) 20% 70% no-repeat;
    padding: 20px 0;
}
.area06_03 li {
    font-size: 16px;
    text-align: center;
    background: url(/images/img027.png) 20% 70% no-repeat;
    padding: 20px 0;
}
.area06_04 li {
    font-size: 16px;
    text-align: center;
    background: url(/images/img028.png) 20% 70% no-repeat;
    padding: 20px 0;
}
.area06_05 li {
    font-size: 16px;
    text-align: center;
    background: url(/images/img029.png) 20% 70% no-repeat;
    padding: 20px 0;
}

.area06_01 li span,
.area06_02 li span,
.area06_03 li span,
.area06_04 li span,
.area06_05 li span{
    display: block;
    font-size: 40px;
    text-align: right;
    padding-right: 40px;
    padding-top: 15px;
}
.area07_01 {
    font-size: 20px;
    width: 100%;
}
.area07_01 ol{
    max-width: 763px;
    margin: 20px auto;
}
.area07 .bgWhite .bgWhite{
    background: url(/images/img036.png) 0% 0% no-repeat,
                        url(/images/img037.png) 0% 100% no-repeat,
                        url(/images/img038.png) 100% 0% no-repeat,
                        url(/images/img039.png) 100% 100% no-repeat;
    background-color: rgba(255,255,255,.7);
}


.areaWrap02{
    position: relative;
    background:url(/images/bg002.jpg) center no-repeat;
    background-size:auto;
    background-attachment: fixed;
    padding: 100px 0;
    background-size: cover;
}
.area08Inner {
    display: flex;
    justify-content: center;
    padding: 70px 0 30px;
}
.area09Inner01 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title04 {
    background: url(/images/img043.png) center no-repeat;
    text-align: center;
    font-size: 30px;
    padding: 20px 0 20px;
    margin-bottom: 12px;
}
.areaWrap03{
    position: relative;
    background:url(/images/bg003.jpg) center no-repeat;
    background-size:auto;
    background-attachment: fixed;
    padding: 100px 0;
    background-size: cover;
}
.area09InnerText{
    background-color: rgba(255,255,255,.7);
}
.textArea {
    padding: 20px 34px 0;
    text-align: justify;
    background: url(/images/img036.png) 0% 0% no-repeat,
                        url(/images/img037.png) 0% 100% no-repeat,
                        url(/images/img038.png) 100% 0% no-repeat,
                        url(/images/img039.png) 100% 100% no-repeat;
    background-color: rgba(255,255,255,.7);
    font-size: 16px;
}
.area09Inner01 .area09InnerText {
    /*height: 396px;*/
    margin-left: 70px;
    padding: 20px;
}
.area09Inner {
    padding-top: 20px;
}
.areaWrap04{
    position: relative;
    background:url(/images/bg004.jpg) center no-repeat;
    background-size:auto;
    background-attachment: fixed;
    padding: 100px 0;
    background-size: cover;
}
.area10Inner01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.area10Inner01 .area10InnerText {
    width: 50%;
    padding: 8px;
        width: calc(50% - 20px);
}
.area10Inner01 > img {
    max-width: 50%;
        width: calc(50% - 20px);
}
.area10Inner {
    padding-top: 25px;
}
.linkImgButton {
    text-align: center;
}
.toDetailButton {
    text-align: center;
}
.area10 .textArea {
    min-height: 200px;
}
.footerUpper {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
    background-color: #FFF;
}
.footerUpper ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
}
.footerUpper li{
    padding: 0 20px;
}
.footerUpper img {
    display: block;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}

#footer{
    opacity: 0; 
    transform: translate(0, 100px); 
    transition: all 1s;
}

#footer.active {
     opacity: 1; 
     transform: translate(0, 0); 
     position: fixed;
     bottom: 0;
    width: 100%;
        z-index: 10;
}
.area02 a:hover {
    opacity: 1;
}
.area02 a{
    position: relative;
    display: inline-block;
}
.beginButton {
    position: absolute;
    top: -75px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    animation: beginButton 2s infinite alternate linear;
}

@keyframes beginButton {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#footer.lowpage {
    opacity: 1;
    transform: unset;
    position: fixed;
    bottom: 0;
    width: 100%;
}
#footer.lowpage a {
    color: #FFF;
}

.areaWrap04 {
    position: relative;
    background: url(/images/bg101.jpg) center no-repeat;
    background-size: auto;
    background-attachment: fixed;
    padding: 100px 0;
    background-size: cover;
}
article.areaWrap04.cha01 {
    background: url(/images/bg101.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}
article.areaWrap04.cha02 {
    background: url(/images/bg102.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}
article.areaWrap04.cha03 {
    background: url(/images/bg103.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}
article.areaWrap04.cha04 {
    background: url(/images/bg104.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}
article.areaWrap04.cha05 {
    background: url(/images/bg105.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

article.areaWrap04.cha06 {
    background: url(/images/bg106.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

.areaWrap04.game01 {
    background: url(/images/bg002.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}
.areaWrap04.game01 .title04 {
    background: url(/images/gametitlebg.png) center no-repeat;
}
.areaWrap04.game01 .title04 {
    background: url(/images/gametitlebg.png) center no-repeat;
    font-size: 20px;
    background-size: contain;
}
.areaWrap04.game01 .slidecha01.area10InnerText.bgWhite {
    padding: 20px;
}
}
.areaWrap04.game01 .linkImgButton {
    padding-top: 45px;
}
.areaWrap04.game01 a img {
    padding: 0 20px;
}
.areaWrap04.game01 .textArea {
    padding-bottom: 20px;
}
.areaWrap04.thanks {
    position: relative;
    background: url(/images/bg001.jpg) center no-repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: top;
    padding: 100px 0;
    background-size: cover;
    padding-top: 0;
}
.areathanksWrap {
    height: 100vh;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.font30 {
    font-size: 30px;
}
.areathanksWrap .linkImgButton {
    padding-top: 60px;
}
#nav {
    display: none;
}
.pvWrap {
    text-align: left;
    font-size: 14px;
}
.pvDetail {
    padding: 30px;
    line-height: 2;
    max-width: 800px;
}
.pvDetail h4{
}
.pvDetail h4 {
    padding-top: 40px;
    font-size: 20px;
}
.areathanksWrap.pvWrap {
    height: auto;
    padding-top: 100px;
}
article.areaWrap04.thanks.pv {
    padding-bottom: 0;
}



