@charset "UTF-8";
/* common
=================================================================== */
/* layout
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */

::-webkit-scrollbar {
  display: none;
}
/*namiKvAnime
ーーーーーーーーーーーーーーーーーーーーーーーー */
@keyframes namiKvAnime {
  0% {
  transform: translate3d(-2.4285714286vw, 0, 0); }
  100% {
  transform: translate3d(0, 0, 0); } }
  @-webkit-keyframes namiKvAnime {
  0% {
  -webkit-transform: translate3d(-2.4285714286vw, 0, 0); }
  100% {
  -webkit-transform: translate3d(0, 0, 0); } }
  /*namiTopAnime
  ーーーーーーーーーーーーーーーーーーーーーーーー */
  @keyframes namiTopAnime {
  0% {
  transform: translate3d(-17px, 0, 0); }
  100% {
  transform: translate3d(0, 0, 0); } }
  @-webkit-keyframes namiTopAnime {
  0% {
  -webkit-transform: translate3d(-17px, 0, 0); }
  100% {
  -webkit-transform: translate3d(0, 0, 0); } }



/*
=================================================================== */
/* vw
=================================================================== */
/* form
=================================================================== */
/* vw
================================================*/
/* anime
=================================================================== */
/*namiKvAnime
ーーーーーーーーーーーーーーーーーーーーーーーー */
@keyframes namiKvAnime {
0% {
transform: translate3d(-2.4285714286vw, 0, 0); }
100% {
transform: translate3d(0, 0, 0); } }
@-webkit-keyframes namiKvAnime {
0% {
-webkit-transform: translate3d(-2.4285714286vw, 0, 0); }
100% {
-webkit-transform: translate3d(0, 0, 0); } }
/*namiTopAnime
ーーーーーーーーーーーーーーーーーーーーーーーー */
@keyframes namiTopAnime {
0% {
transform: translate3d(-17px, 0, 0); }
100% {
transform: translate3d(0, 0, 0); } }
@-webkit-keyframes namiTopAnime {
0% {
-webkit-transform: translate3d(-17px, 0, 0); }
100% {
-webkit-transform: translate3d(0, 0, 0); } }


/* common
=================================================================== */

/* contents
=================================================================== */
.contents {width: calc(100% - 0px);/* padding: 0 2.1428571429vw 0 5.7142857143vw; */}


.contents .inner {
/* position: fixed; */
width: 100%;
/* height: 150px; */
}

.contents .inner ul.phone_area {
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}


.contents .inner ul.phone_area li a {
padding: 0 11px;
font-size:30px;
font-weight:600;
/* line-height: 20px; */
}


.contents .inner ul.phone_area li a:before  {
content: "\f879";
font-family: 'Font Awesome 6 pro';
font-size: 25px;
padding-left: 10px;
transform: scaleX(-1);
display: inline-block;
font-weight:500;
}


.contents .inner a {
font-size: 1.5rem;
line-height: 1em;
}

.render {
display: inline;
color: #322961;
font-size: 0.9em;
font-weight: normal;
letter-spacing: 0.005em;
padding-left: 40px;
}












.contents .inner .icon {
display: inline-block;
width: 20px;
margin-right: 5px;
}

/* ------------------------------------------
タブレットサイズ時(1024px以下)
------------------------------------------ */
@media screen and (max-width: 1024px) {
.contents .inner {
max-width: 100%;
}
}

@media screen and (max-width: 1024px) {
.contents .inner {
position: fixed;
top: 0;
left: 0;
width: calc(100% - 0px);
/* background-color: #F5F5EE; */
z-index: 100;
height: 45px;
margin-top: -5px;
display: none;
}
.contents .inner a {
font-size: 1rem;
}
.contents .inner .icon {
width: 15px;
}
}


.contents .kv {position: relative;/* margin-top: 1.5714285714vw; *//* margin-bottom: 4.2857142857vw; */
/* kv__concept
ーーーーーーーーーーーーーーーーーーーーーーーー */
/* main__title
ーーーーーーーーーーーーーーーーーーーーーーーー *//* padding: 0 2%; *//* margin-bottom: 7.1428571429vw; */}
.top .contents .kv {/* margin-bottom: 7.1428571429vw; */margin-top: 1.1428571429vw;/* padding: 0 2%; *//* height: 100vh; */}
.top .contents .kv .kv__main .kv__main--img {padding-top: calc(544 / 947 * 100%);padding-top: calc(466 / 947 * 100%);width: 100vw;}




.top .contents .kv .kv__main .kv__main--img > span {
left: 0;
top: 0;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
opacity: 0;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0); }


.top .contents .kv .kv__main .kv__main--img > span.caption::before {
    transform: translateX(0) rotate(-90deg);
}



.top .contents .kv .kv__main .kv__main--img > span .caption {
  position: absolute;
  top: 35%;
  left: 80px;
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.08em;
  transform: translateY(0);
  opacity: 1;
}

.top .contents .kv .kv__main .kv__main--img > span .caption2 {
  position: absolute;
  top: 75%;
  left: 100px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.08em;
  transform: translateY(0);
  opacity: 1;
}



@media only screen and (max-width: 1024px) {
.top .contents .kv .kv__main .kv__main--img > span .caption {
  position: absolute;
  font-size: 30px;
}
}

@media only screen and (max-width: 500px) {
.top .contents .kv .kv__main .kv__main--img > span .caption {
  left: 25px;
  font-size: 20px;
}



.top .contents .kv .kv__main .kv__main--img > span .caption2 {
  position: absolute;
   top: 65%;
  left: 30px;
  color: #fff;
  font-size: 16px;
}


}






/* .top .contents .kv .kv__main .kv__main--img > span .caption {
  transition: all 0s 1.95s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}

.top .contents .kv .kv__main .kv__main--img > span .caption {
  transition: all 0s 2.15s ease;
}
 */
/* .top .contents .kv .kv__main .kv__main--img > span .caption.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
 */
.contents .kv .kv__main {position: relative;/* padding-left: 2.1428571429vh; *//* padding-bottom: 20px; *//* padding: 0 20px; */}
.contents .kv .kv__main .kv__main--img {position: relative;padding-top: calc(982 / 1898 * 100%);padding-top: calc(488 / 1898 * 100%);/* border-radius: 1.0571428571vw 0 0; */overflow: hidden;z-index: 0;}

@media only screen and (max-width: 1024px) {
.top .contents .kv {margin-top:90px;}
}


.contents .kv .kv__main .kv__main--img > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.contents .kv .kv__main .kv__main--img > span caption{
    font-size:30px;
    color:#fff;
}

.contents .kv .kv__main .img__scroll--circle {position: absolute;right: 30px;bottom: -1.4285714286vw;display: none;}
.contents .kv .kv__main .kv__main--img--subtext {
position: absolute;
left: 0;
z-index: 5; }
.contents .kv .kv__main .kv__main--img--subtext span {
display: block;
text-indent: -9999px;
height: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto; }
.contents .kv .kv__main .kv__main--img--subtext.subtext--1 {
width: calc(97 / 980 * 100%);
top: 1.6428571429vw; }
.contents .kv .kv__main .kv__main--img--subtext.subtext--1 span {
padding-top: calc(45 / 97 * 100%);
background-image: url("../img/contents/top/kv__text--lt.svg"); }
.contents .kv .kv__main .kv__main--img--subtext.subtext--2 {
width: calc(11 / 980 * 100%);
top: 7.8571428571vw; }
.contents .kv .kv__main .kv__main--img--subtext.subtext--2 span {
padding-top: calc(232 / 11 * 100%);
background-image: url("../img/contents/top/kv__text--l.svg"); }
.contents .kv .kv__main .kv__main--img--nami {
position: absolute;
width: calc(120 / 980 * 100%);
height: 4.5714285714vw;
top: 8.9285714286vw;
right: -2.8571428571vw;
overflow: hidden;
z-index: 5; }
.contents .kv .kv__main .kv__main--img--nami span {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
width: calc(100% + 2.4285714286vw);
background-image: url("../img/contents/top/kv--nami.png");
background-repeat: repeat-x;
background-position: left center;
background-size: 2.4285714286vw auto;
animation: namiKvAnime 1.5s linear infinite;
-webkit-animation: namiKvAnime 1.5s linear infinite; }
.contents .kv .kv__concept {
/* position: absolute; */
bottom: 0;
left: 0;
padding: 2.1428571429vw 2.1428571429vw 0 0;
padding-left: 2.1428571429vw;
/* background-color: #fffbf6; */
border-top-right-radius: 1.4285714286vw;
/* max-width: 80%; */
z-index: 5;
/* display: inline; */
}
.top .contents .kv .kv__concept {
bottom: -2.1428571429vw; }
.top .contents .kv .kv__concept:after {
bottom: 2vw; }
.top .contents .kv .kv__concept dl {
white-space: nowrap; }
.contents .kv .kv__concept:before, .contents .kv .kv__concept:after {content: " ";position: absolute;/* top: 0; *//* left: 0; *//* width: 100%; *//* height: 100%; *//* width: 1.5714285714vw; *//* height: 1.5714285714vw; *//* background-position: center center; *//* background-repeat: no-repeat; *//* background-size: 100% auto; *//* background-image: url("../img/contents/kv__corner--bottom.svg"); */}
.contents .kv .kv__concept:before {
top: auto;
bottom: calc(100% - 0.1428571429vw);
left: 2vw; }
.contents .kv .kv__concept:after {
top: auto;
bottom: -0.1428571429vw;
left: calc(100% - 0.1428571429vw); }
.contents .kv .kv__concept dl dt {
font-size: 24px;
font-size: 1.7142857143vw;
line-height: 1;
font-weight: bold;
margin-bottom: 0.8571428571vw; }
.contents .kv .kv__concept dl dd {
font-size: 15px;
font-size: 1.0714285714vw;
line-height: 2; }
.contents .kv .kv__concept .kv__concept--title {
width: 13.5vw; }
.contents .kv .kv__concept .kv__concept--title span {
display: block;
text-indent: 10px;
height: 0;
padding-top: calc(50 / 189 * 100%);
/* background-position: center center; */
/* background-repeat: no-repeat; */
/* background-size: 100% auto; */
}





.contents .kv .kv__concept .kv__concept--title {
width: 100%;
font-size: 50px;
color: #322961;
font-family: "Century Gothic", sans-serif;
display: inline;
}

.contents .kv .kv__concept .kv__concept--titleJp {
width: 100%;
font-size: 30px;
color: #322961;
padding: 0 20px;
line-height: 60px;
/*   font-family: "Century Gothic", sans-serif; */
display: inline;
}







/* 
.contents .kv .main__title {
position: absolute;
top: 0;
right: 0;
padding: 0.9285714286vw 1.2857142857vw 1.0714285714vw;
background-color: #ffffff;
border-bottom-left-radius: 1.0285714286vw;
z-index: 5;
} */

.contents .kv .main__title dl {
text-align: center; }
.contents .kv .main__title dl dt, .contents .kv .main__title dl dd {
line-height: 1;
white-space: nowrap; }
.contents .kv .main__title dl dt {
position: relative;
/* display: inline-block; */
font-size: 22px;
font-size: 1.7142857143vw;
font-size: 2.7142857143vw;
font-size: 22px;
/* padding-left: 2.5vw; */
margin-bottom: 0.7142857143vw;
/* letter-spacing: 0.05em; */
/* width: 5.3571428571vw; */
/* font-weight: 600; */
font-family: "Century Gothic", sans-serif;
}
.contents .kv .main__title dl dt span {
display: block;
position: absolute;
width: 1.7857142857vw;
height: 1.7857142857vw;
left: 10%;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto; }
.contents .kv .main__title dl dt strong {
font-weight: normal; }
.contents .kv .main__title dl dt.sun span {
background-image: url("../img/common/main__title__icon--sun.svg"); }
.contents .kv .main__title dl dt.cloud span {
background-image: url("../img/common/main__title__icon--cloud.svg"); }
.contents .kv .main__title dl dt.suncloud span {
background-image: url("../img/common/main__title__icon--suncloud.svg"); }
.contents .kv .main__title dl dt.rain span {
background-image: url("../img/common/main__title__icon--rain.svg"); }
.contents .kv .main__title dl dt.snow span {
background-image: url("../img/common/main__title__icon--snow.svg"); }
.contents .kv .main__title dl dd {
font-size: 10px;
font-size: 0.7142857143vw;
font-size: 1.7142857143vw;
font-size: 16px;
/* font-weight: 600; */
/* text-align: left; */
line-height: 1.5;
}
.contents .top__article {
display: flex;
flex-wrap: nowrap;
justify-content: space-between; }
.contents .top__article > div {
width: calc(50% - 25px); }
.contents .play__column {
display: flex;
justify-content: flex-start;
flex-wrap: wrap; }
.contents .play__column > li {
position: relative;
margin-bottom: 1.7142857143vw;
border-radius: 1.0714285714vw;
overflow: hidden; }
.contents .play__column > li > a {
position: relative;
padding-top: 100%;
transition-duration: 0.5s;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-ms-transition-duration: 0.5s;
-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-moz-transition-duration: 0.5s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
z-index: 1; }
.contents .play__column > li > a:after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
transition-duration: 0.5s;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-ms-transition-duration: 0.5s;
-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-moz-transition-duration: 0.5s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
z-index: 1; }
.contents .play__column > li > a > span {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
.contents .play__column > li > dl {
position: absolute;
height: calc(100% - 2vw);
top: 1vw;
right: 1vw;
z-index: 2; }
.contents .play__column > li > dl > dt, .contents .play__column > li > dl > dd {
border-radius: 2px; }
.contents .play__column > li > dl > dt {
font-size: 13px;
font-size: 0.9285714286vw;
text-align: center;
line-height: 1;
background-color: #322961;
color: #fffbf6;
padding: 0.5714285714vw 0;
margin-bottom: 0.1428571429vw; }
.contents .play__column > li > dl > dd {
font-size: 14px;
font-size: 1vw;
background-color: #fffbf6;
padding: 0.7142857143vw 0.6428571429vw;
white-space: nowrap;
word-break: keep-all;
overflow: hidden;
text-overflow: ellipsis;
max-height: calc(100% - 2vw); }
.contents .play__column > li > dl > dd span {
display: block;
line-height: 1;
width: 100%;
text-align: center; }
.contents .play__column > li .hash {
display: none;
position: absolute;
width: calc(100% - 2vw);
left: 1vw;
bottom: 1.2857142857vw;
z-index: 2; }
.contents .play__column > li:hover > a {
transform: scale(1.03); }
.contents .play__column > li:hover > a:after {
opacity: .2; }
.contents .play__column > li:first-child .hash {
display: block; }
.contents .play__column > li:first-child > dl > dt {
font-size: 20px;
font-size: 1.4285714286vw;
padding: 0.7857142857vw 0; }
.contents .play__column > li:first-child > dl > dd {
font-size: 20px;
font-size: 1.4285714286vw;
padding: 0.8571428571vw 0.7857142857vw; }
.contents .section {position: relative;margin-bottom: 55px;
/* play
ーーーーーーーーーーーーーーーーーーーーーーーー */
/* topics
ーーーーーーーーーーーーーーーーーーーーーーーー */
/* eat
ーーーーーーーーーーーーーーーーーーーーーーーー */}
.contents .section.top__play .h2 strong {
width: 106px;
background-image: url("../img/contents/top/play__title.svg"); }
.contents .section.top__play .play__column > li {
width: calc(50% - 0.8571428571vw); }
.contents .section.top__play .play__column > li:nth-child(1) {
width: 100%; }
.contents .section.top__play .play__column > li:nth-child(2n) {
margin-right: 1.6428571429vw; }
.contents .section.top__topics .h2 strong {
width: 106px;
background-image: url("../img/contents/top/topics__title.svg"); }
.contents .section.top__topics .topics__column li {
margin-bottom: 20px; }
.contents .section.top__topics .topics__column li dl {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start; }
.contents .section.top__topics .topics__column li dl dt {
width: 97px;
margin-right: 15px; }
.contents .section.top__topics .topics__column li dl dt span {
display: block;
padding-top: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%; }
.contents .section.top__topics .topics__column li dl dd {
width: calc(100% - 90px);
align-self: center; }
.contents .section.top__topics .topics__column li dl dd > a {
font-weight: bold;
transition-duration: 0.5s;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-ms-transition-duration: 0.5s;
-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-moz-transition-duration: 0.5s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
line-height: 1.5;
margin-bottom: 8px; }
.contents .section.top__topics .topics__column li dl dd > a:hover {
opacity: .7; }
.contents .section.top__topics .topics__column li dl dd span {
display: inline-block;
line-height: 20px;
font-size: 11px;
opacity: .45; }
.contents .section.top__topics .topics__column li dl dd span.category {
font-size: 10px;
padding: 0 10px;
border: 1px solid #322961;
border-radius: 20px;
margin-right: 8px;
opacity: 1; }
.contents .section.top__eat .h2 strong {
width: 106px;
background-image: url("../img/contents/top/eat__title.svg");
}
.contents .section.top__eat .eat__info li {
margin-bottom: 20px; }
.contents .section.top__eat .eat__info li .eat__info--title {
border: 2px solid #322961;
height: 37px;
padding: 0 20px;
border-radius: 37px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
line-height: 35px;
font-weight: bold;
margin-bottom: 15px; }
.contents .section.top__eat .eat__info li .eat__info--title strong, .contents .section.top__eat .eat__info li .eat__info--title span {
display: inline-block; }
.contents .section.top__eat .eat__info li .eat__info--title strong {
font-size: 14px; }
.contents .section.top__eat .eat__info li .eat__info--title span {
font-size: 15px;
transform: scale(0.9);
transform-origin: right center;
line-height: 32px; }
.contents .section.top__eat .eat__info li > dl {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start; }
.contents .section.top__eat .eat__info li > dl > dt {
width: 97px;
align-self: baseline;
margin-right: 15px; }
.contents .section.top__eat .eat__info li > dl > dt > span {
display: block;
padding-top: 100%;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto; }
.contents .section.top__eat .eat__info li > dl > dd {
align-self: center;
width: calc(100% - 112px); }
.contents .section.top__eat .eat__info li > dl > dd > dl > dt {
margin-bottom: 8px; }
.contents .section.top__eat .eat__info li > dl > dd > dl > dt strong, .contents .section.top__eat .eat__info li > dl > dd > dl > dt span {
display: block;
line-height: 1; }
.contents .section.top__eat .eat__info li > dl > dd > dl > dt strong {
font-size: 13px;
margin-bottom: 8px; }
.contents .section.top__eat .eat__info li > dl > dd > dl > dt span {
font-size: 11px; }
.contents .section.top__eat .eat__info li > dl > dd > dl > dd {
font-size: 12px;
line-height: 1.8; }
.contents .section.top__stay .h2 strong {
width: 106px;
background-image: url("../img/contents/top/stay__title.svg"); }
.contents .section.top__stay .stay__info {
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin-bottom: 1.4285714286vw; }
.contents .section.top__stay .stay__info li {
width: 50%;
padding: 0 1.7857142857vw; }
.contents .section.top__stay .stay__info li span {
display: block;
padding-top: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
margin-bottom: 0.7142857143vw; }
.contents .section.top__stay .stay__info li p {
text-align: center;
font-size: 15px;
font-size: 1.0714285714vw;
white-space: nowrap; }
