@charset "UTF-8";

@media print, screen and (max-width:1024px) {

header {
width: 100%;
text-align: left;
margin: 0 auto;
padding: 20px;
}

#logoLodge {
width: 120px;
}

#aoneLogo {
width: 180px;
margin-left: 20px;
margin-top: 100px;
margin-bottom: 30px;
}

#nav-toggle {
position: absolute;
top: 30px;
right: 20px;
height: 26px;
cursor: pointer;
}

#nav-toggle > div {
position: relative;
width: 40px;
}

#nav-toggle span {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #000;
position: absolute;
transition: transform 0.3s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
top: 0;
}

#nav-toggle span:nth-child(2) {
width: 20px;
top: 10px;
}

#nav-toggle span:nth-child(3) {
width: 30px;
top: 20px;
}

#nav-toggle:hover span:nth-child(1) {
top: 0;
}

#nav-toggle:hover span:nth-child(3) {
top: 20px;
}

.open #nav-toggle span:nth-child(1) {
width: 40px;
top: 7px;
transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
top: 7px;
width: 0;
left: 50%;
}

.open #nav-toggle span:nth-child(3) {
width: 40px;
top: 7px;
transform: rotate(-45deg);
}

#nav-toggle {
z-index: 1000;
}

#container {
z-index: 900;
}

#gloval-nav nav {
z-index: 999;
}

#gloval-nav {
position: fixed;
background: #fff;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 1.3rem;
text-align: left;
padding-left: 30px;
transform: translateX(-100%);
transition: transform .8s;
}

.open #gloval-nav {
transform: translateX(0);
}

#gloval-nav a {
display: inline-block;
color: #000;
text-decoration: none;
padding: 8px 0;
transition: color 0.6s ease;
}

#gloval-nav a i {
position: relative;
font-size: 2.2rem;
margin-right: 10px;
top: 4px;
}

#gloval-nav a .icon {
position: relative;
width: 20px;
margin-right: 10px;
top: -1px;
}

#gloval-nav ul {
list-style: none;
}

#gloval-nav ul li {
transform: translateX(-1200px);
transition: transform 1s ease;
position: relative;
}

#gloval-nav ul li:after {
content: "";
display: block;
width: 180px;
height: 30px;
background: var(--themeColor);
left: -500px;
top: 13px;
position: absolute;
transform: translateX(0);
transition: transform .5s ease;
}

#gloval-nav ul li:hover:after {
transform: translateX(300px);
}
#gloval-nav ul li:nth-child(2) {
transition-delay: 0.1s;
}
#gloval-nav ul li:nth-child(3) {
transition-delay: 0.2s;
}
#gloval-nav ul li:nth-child(4) {
transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(5) {
transition-delay: 0.4s;
}
#gloval-nav ul li:nth-child(6) {
transition-delay: 0.5s;
}
#gloval-nav ul li:nth-child(7) {
transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(8) {
transition-delay: 0.7s;
}

.open #gloval-nav li {
transform: translateX(0);
}

#kvWrap {
position: relative;
width: 96vw;
overflow: hidden;
margin: 0 0 0 auto;
border-radius: 30px 0 0 30px;
}

#kv {
position: relative;
width: 100vw;
height: 300px;
overflow: hidden;
border-radius: 30px 0 0 30px;
}

.kvImg {
z-index:10;
opacity: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-image: url(../img/aonenoie01.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0;
bottom: 0;
-webkit-animation: anime 36s 0s infinite;
animation: anime 36s 0s infinite;
}

.kvImg:nth-of-type(2) {
background-image: url(../img/aonenoie02.jpg);
-webkit-animation-delay: 6s;
animation-delay: 6s; }

.kvImg:nth-of-type(3) {
background-image: url(../img/aonenoie03.jpg);
-webkit-animation-delay: 12s;
animation-delay: 12s; }

.kvImg:nth-of-type(4) {
background-image: url(../img/aonenoie04.jpg);
-webkit-animation-delay: 18s;
animation-delay: 18s; }

.kvImg:nth-of-type(5) {
background-image: url(../img/aonenoie05.jpg);
-webkit-animation-delay: 24s;
animation-delay: 24s; }

.kvImg:nth-of-type(6) {
background-image: url(../img/aonenoie06.jpg);
-webkit-animation-delay: 30s;
animation-delay: 30s; }

@keyframes anime {
0% {
opacity: 0;
transform: scale(1.2);
}
8% {
opacity: 1;
}
16% {
opacity: 1;
}
24% {
opacity: 0;
transform: scale(1);
z-index: 9;
}
100% { opacity: 0 }
}

#scrollDownBlWrap {
position: absolute;
width: 120px;
overflow: hidden;
right: 0;
top: 162px;
z-index: 0;
}

#scrollDownBl {
width: 180px;
animation: 60s linear infinite rotation;
z-index: 0;
}

#scrollDownWh {
position: absolute;
width: 180px;
right: -60px;
top: -133px;
animation: 60s linear infinite rotation;
z-index: 20;
}

@keyframes rotation{
0% { transform: rotate(0); }
100% { transform: rotate(360deg); }
}

.full {
position: absolute;
background: url("../img/full.png") no-repeat;
background-size: 70px;
width: 70px;
height: 70px;
left: 0;
top: 0;
z-index: 100;
}

.titleCe {
width: 90%;
margin: 0 auto;
border-bottom: 1px solid #c21500;
border-image: linear-gradient(to right, #ccc 0%, #fff 100%);
border-image-slice: 1;
}

.number {
font-family: 'Roboto Flex', sans-serif;
font-size: 10rem;
font-weight: 100;
color: #ccc;
line-height: 1.5;
letter-spacing: 0;
}

.coTitle {
position: relative;
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 2.2rem;
margin: 0 auto;
line-height: 1;
top: -22px;
}

#wrapTop {
position: relative;
width: 100%;
margin: 0 auto;
padding: 60px 0 150px;
}

.wrapTop {
width: 80%;
font-size: 1.3rem;
text-align: left;
margin: 0 auto;
line-height: 2.2;
letter-spacing: .25em;
white-space: nowrap;
}

#wrapTopR {
width: 100%;
margin-bottom: 20px;
}

#wrapTopR {
width: 100%;
}

.wrapTop span {
margin-left: -.3em;
}

.wrapTopEn {
position: absolute;
width: 100%;
color: #ccc;
display: flex;
align-items: center;
overflow: hidden;
white-space: nowrap;
z-index: -1;
left: 0;
bottom: 0;
}

.wrapTopEn ul {
font-family: 'Roboto Flex', sans-serif;
font-size: 10rem;
font-weight: 100;
transform: translateX(100%);
margin: 0;
padding: 0;
animation: flowing 1000s linear infinite;
}

.wrapTopEn ul li {
display: inline-block;
}

@keyframes flowing {
0% { transform:translateX(0); }
100% { transform:translateX(-100%); }
}

.wrap {
width: 80%;
text-align: justify;
padding: 40px 0;
margin: 0 auto;
}

.detail {
margin-bottom: 20px;
}

.detail dt {
padding: 20px 0 0;
}

.detail dt:nth-of-type(1) {
padding: 20 0 0;
}

.detail dd {
padding: 0 0 20px 0;
border-bottom: 1px dotted #ccc;
}

.detail dd:nth-of-type(1) {
padding: 0 0 20px 0;
}

.detail dd i {
position: relative;
font-size: 1.8rem;
margin-right: 2px;
top: .175em;
}

.linkMark {
background: url("../img/icon.svg") no-repeat;
margin: 0px;
padding-left: 17px;
}

#verticalFlex {
width: 70%;
margin: 30px auto;
padding: 0;
}

#sliderWrap {
width: 100%;
margin: 0 auto;
}

#sliderWrap .sliderVertical img {
width: 100%;
border-radius: 15px;
}

#sliderWrap .slick-slide {
position: relative;
}

#sliderWrap .sliderVertical .number {
position: absolute;
font-family: 'Roboto Flex', sans-serif;
font-size: 7rem;
font-weight: 100;
color: #ccc;
top: 20px;
right: 20px;
z-index: 1;
line-height: 1;
}

.wrapZumen {
width: 88%;
text-align: justify;
padding: 60px 0;
margin: 0 auto;
}

.thumb {

}

#sliderWrap .thumb li {
margin-right: 5px;
}

#sliderWrap .thumb img {
width: 50px;
cursor: pointer;
border-radius: 10px;
}

.slide-arrow {
position: absolute;
background: #000;
width: 20px;
height: 20px;
border-radius: 20px;
cursor: pointer;
top: 90px;
z-index: 10;
}

.prev-arrow {
left: 0;
}

.prev-arrow::before {
position: absolute;
background-color: #fff;
content: "";
width: 6px;
height: 1px;
left: -1px;
right: 0;
top: -4px;
bottom: 0;
margin: auto;
transform: rotate(-45deg);
}

.prev-arrow::after {
position: absolute;
background-color: #fff;
content: "";
width: 6px;
height: 1px;
left: -1px;
right: 0;
top: 4px;
bottom: 0;
margin: auto;
transform: rotate(45deg);
}

.next-arrow {
left: 34px;
}

.next-arrow::before {
position: absolute;
background-color: #fff;
content: "";
width: 6px;
height: 1px;
left: 1px;
right: 0;
top: -4px;
bottom: 0;
margin: auto;
transform: rotate(45deg);
}

.next-arrow::after {
position: absolute;
background-color: #fff;
content: "";
width: 6px;
height: 1px;
left: 1px;
right: 0;
top: 4px;
bottom: 0;
margin: auto;
transform: rotate(-45deg);
}

#footerArea {
background: url("../img/footer_bg.jpg") center bottom no-repeat;
background-size: contain;
height: 80px;
margin: 0 auto;
padding: 0;
}

#footer {
position: relative;
width :100%;
text-align: left;
font-size: 11px;
margin: 0px auto;
padding: 0;
line-height: 18px;
}

#privacyMap {
float: right;
width: 100%;
font-size: 1.2rem;
text-align: right;
margin: 0;
padding: 0;
}

.mediaF {
font-size: 1rem;
text-align: center;
margin: 0 auto;
margin-top: 20px;
letter-spacing: .5px;
}

.mediaF ul {
margin: 5px auto;
display: flex;
justify-content: center;
}

.mediaF i {
font-size: 3.2rem;
}

.mediaF li:last-of-type i {
position: relative;
font-size: 2.8rem;
top: 1.5px;
}

#copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%;
text-align: center;
font-size: 1rem;
margin: 0 auto;
padding: 10px 0 80px;
}

.pagetop {
position: fixed;
width: 113px;
bottom: -55px;
right: 0;
left: 0;
margin: auto;
}

.pagetop a {
display: block;
width: 113px;
height: 55px;
text-align: center;
}

}