@charset "utf-8";
#hero {
 width: 100%;
 height: 100vh;
 min-height: 768px;
 position: relative;
}
#hero::before {
 content: "";
 width: 60%;
 height: 100vh;
 background: #F6F6F6;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
}
#hero .txt-wrap {
 width: 87.923vw;
 max-width: 1632px;
 margin: 0 0 0 auto;
 padding-top: 12vw;
 color: #111;
 position: relative;
}
#hero .txt-wrap h1 {
 line-height: 1.3;
 font-size: 18px;
 font-weight: 600;
}
#hero .txt-wrap .en-tit { margin-top: .335em; }
#hero .movie {
	width: 56%;
	position: absolute;
	top: 52%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#hero .movie a {
 display: block;
 position: relative;
 line-height: 0;
 cursor: pointer;
}
#hero .copy-wrap {
 width: 87.923vw;
 max-width: 1570px;
 position: absolute;
 right: 0;
 bottom: 20vh;
}
#hero .copy-wrap .copy {
 margin-left: -0.75vw;
}
#hero .copy-wrap .copy img{
	width: 226px;	
}
/* #hero .copy span {
 display: inline-block;
 position: relative;
}
#hero .copy span::before {
 content: '';
 width: 1px;
 height: 100%;
 position: absolute;
 top: 0;
 right: 5px;
 background-color: #111;
} */
.banner-swiper img {
	transition: 1s linear 2s;
	transform: scale(1.2, 1.2);
}
.swiper-slide-active img,
.swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}
#hero .copy .line01::before { height: 90%;}
@media screen and (min-width: 1921px) {
 #hero .txt-wrap,
 #hero .copy-wrap { max-width: initial;}
}
@media screen and (max-width: 1200px) {
 #hero { min-height: 614px;}
 #hero .txt-wrap { padding-top: 16vw;}
 #hero .txt-wrap h1 { font-size: 16px;}
 #hero .copy-wrap .copy img{ width: 146px;}
}
@media screen and (max-width: 768px) {
 #hero {
  padding: 75px 0 0;
  height: auto;
  min-height: initial;
  background-color: transparent;
 }
 #hero::before {
  width: 100%;
  height : -webkit-calc(100vh - 60px);
  height : calc(100vh - 60px);
 }
 #hero .movie {
  width: 100%;
  margin-top: 30px;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
 }
 #hero .txt-wrap {
  margin: 0 auto;
  padding-top: 40px;
 }
 #hero .copy-wrap {
  width: 100%;
	margin-top: 40px;
	position: relative;
	bottom: auto;
	text-align: center;
 }
 #hero .copy-wrap .copy img{
  width: 120px;
 }
 #hero .copy span::before{
  background-color: #252525;
 }
}

#concept {
 margin-top: 150px;
 position: relative;
}
#concept .bg-map {
 width: 56vw;
 line-height: 0;
 position: absolute;
 top: -4.5vw;
 right: 18.5vw;
}

#concept .concept-wrap {
 display: flex;
 -webkit-justify-content: space-between;
         justify-content: space-between;
}
#concept .concept-wrap .img-area {
 width: 40%;
 position: relative;
 text-align: center;
}
#concept .concept-wrap .img-area img{
  width: 80%;
  margin: 0 auto;
}
#concept .concept-wrap .txt-wrap { width: 44%;}
#concept .concept-wrap .txt-wrap .svg-tit {
 width: 224px;
 margin-top: -20px;
 margin-left: -70px;
}
#concept .concept-wrap .txt-wrap h2 {
 margin-top: 1em;
 letter-spacing: .06em;
 line-height: 1.5;
 color: #000;
 font-size: 32px;
 font-weight: 600;
 white-space: nowrap;
}
#concept .concept-wrap .txt-wrap h3 { font-size: 20px;margin-top: 1em;font-weight: normal; color: #252525;line-height: 1.5;}
#concept .concept-wrap .txt-wrap h2 .block { display: block;}
#concept .concept-wrap .txt-wrap h2 .narrow { letter-spacing: 0;}
#concept .concept-wrap .txt-wrap h2 .thin { font-weight: 400;}
#concept .concept-wrap .txt-wrap h2 + p {
 line-height: 2.2;
}

@media screen and (max-width: 1200px) {
 #concept { margin-top: 120px;}
 #concept .concept-wrap .txt-wrap .svg-tit {
  width: 172px;
  margin-top: -15px;
  margin-left: -50px;
 }
 #concept .concept-wrap .txt-wrap h2 { font-size: 24px;}
 #concept .concept-wrap .txt-wrap h2 + p {
  text-align: justify;
  white-space: initial;
 }
 #concept .concept-wrap .txt-wrap h2 + p  br { display: none;}
}
@media screen and (max-width: 1024px) {
 #concept .concept-wrap { display: block;}
 #concept .bg-map {
  width: 100vw;
  top: 80vw;
  right: 0;
 }
 #concept .bg-map picture{text-align: right;}
 #concept .bg-map img{width: 90%;}
 #concept .concept-wrap .img-area {
  width: 100%;
 }
 #concept .concept-wrap .img-area img{
  width: 70%;
  min-width: 247px;
 }
 #concept .concept-wrap .txt-wrap { width: 100%;}
 #concept .concept-wrap .txt-wrap .svg-tit {
  margin-top: 0;
  margin-left: -15px;
 }
 #concept .concept-wrap .txt-wrap h2 + p  br { display: inline}
}
@media screen and (max-width: 768px) {
 #concept { margin-top: 70px;}
 #concept .concept-wrap .txt-wrap .svg-tit {
  width: 138px;
  margin-top: 0;
  margin-left: -5px;
 }
 #concept .concept-wrap .txt-wrap h2 { font-size: 20px;white-space: initial;}
 #concept .concept-wrap .txt-wrap h3 { font-size: 16px;}
 #concept .concept-wrap .txt-wrap h2 + p {
  text-align: initial;
  white-space: initial;
 }
 #concept .concept-wrap .txt-wrap h2 + p  br { display: none;}
 #concept .concept-wrap .img-area img {
	width: 80%;
	min-width: 247px;
 }
}

#feature {
 margin-top: 150px;
 padding-bottom: 150px;
 position: relative;
}
#feature::before {
 content: "";
 width: 100%;
 height : -webkit-calc(100% - 18vw);
 height : calc(100% - 18vw);
 background: #F6F6F6;
 position: absolute;
 top: 18vw;
 left: 0;
}
#feature .feature-list {}
#feature .feature-list li {
 display: flex;
 -webkit-justify-content: space-between;
         justify-content: space-between;
 -webkit-align-items: center;
         align-items: center;
}
#feature .feature-list li:not(:first-child) { margin-top: 100px;}
#feature .feature-list li .img-area {
 width: 50%;
 display: flex;
 -webkit-justify-content: space-between;
         justify-content: space-between;
 -webkit-align-items: flex-start;
         align-items: flex-start;
 line-height: 0;
}
#feature .feature-list li:nth-child(even) .img-area {
 -webkit-order: 1;
     -ms-order: 1;
         order: 1;
}
#feature .feature-list li .img-area img {
 width: 47.5%;
 height: auto;
 display: block;
}
#feature .feature-list li .txt-wrap {
 width: 42%;
 text-align: left;
}
#feature .feature-list li .txt-wrap .more {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  margin-top: 2em;
  font-family: 'Marcellus', serif;
}
#feature .feature-list li .txt-wrap  .num {
 letter-spacing: .1em;
 line-height: 1;
 color: #252525;
 font-size: 20px;
 font-family: 'Marcellus', serif;
 font-weight: 400;
}
#feature .feature-list li .txt-wrap .en-tit {
 margin-top: .2em;
 line-height: 1;
 font-size: 64px;
}
#feature .feature-list li .txt-wrap h3 {
 margin-top: 2em;
 line-height: 1.75;
 color: #252525;
 font-size: 24px;
 font-weight: 600;
}
#feature .feature-list li .txt-wrap h3 + p {
 margin-top: 1.5em;
 line-height: 2;
}

@media screen and (max-width: 1440px) {
 #feature::before {
  height : -webkit-calc(100% - 250px);
  height : calc(100% - 250px);
  top: 250px;
 }
 #feature .feature-list li {
  -webkit-align-items: flex-start;
          align-items: flex-start;
 }
 #feature .feature-list li .txt-wrap h3 br { display: none;}
}
@media screen and (max-width: 1200px) {
 #feature {
  margin-top: 120px;
  padding-bottom: 120px;
 }
 #feature::before {
  height : -webkit-calc(100% - 195px);
  height : calc(100% - 195px);
  top: 195px;
 }
 #feature .feature-list li:not(:first-child) { margin-top: 80px;}
 #feature .feature-list li .txt-wrap .num { font-size: 16px;}
 #feature .feature-list li .txt-wrap .en-tit { font-size: 50px;}
 #feature .feature-list li .txt-wrap h3 { font-size: 20px;}
}
@media screen and (max-width: 1024px) {
 #feature .feature-list li { display: block;}
 #feature .feature-list li .img-area { width: 100%;}
 #feature .feature-list li .txt-wrap {
  width: 100%;
  margin-top: 45px;
 }
 #feature .feature-list li .txt-wrap h3 { margin-top: 30px;}
 #feature .feature-list li .txt-wrap .num { margin-right: 20px;}
}
@media screen and (max-width: 768px) {
 #feature {
  margin-top: 90px;
  padding-bottom: 90px;
 }
 #feature .feature-list li:not(:first-child) { margin-top: 45px;}
 #feature .feature-list li .txt-wrap { margin-top: 30px;}
 #feature .feature-list li .txt-wrap .num {
  margin-right: 15px;
  font-size: 12px;
 }
 #feature .feature-list li .txt-wrap .en-tit { font-size: 42px;}
 #feature .feature-list li .txt-wrap h3 {
  margin-top: 18px;
  font-size: 16px;
 }
}

#enjoy {
 margin-top: 130px;
 position: relative;
}
#enjoy .line-title-box { text-align: left;}
.enjoy-swiper {
 width: 93.9615%;
 max-width: 1680px;
 margin-right: 0;
 margin-left: auto;
 position: relative;
}
.enjoy-swiper .swiper-slide {
 width: 25.714%;
 max-width: 384px;
 margin-right: 5%;
}
.enjoy-swiper .swiper-slide:last-child { margin-right: 6.0385vw;}
.enjoy-swiper .swiper-slide figure { position: relative;}
.enjoy-swiper .swiper-slide .label-time {
 padding: 8px 12px;
 display: flex;
 -webkit-align-items: center;
         align-items: center;
 line-height: 1;
 color: #FFF;
 font-size: 22px;
 background:#c2a991;
 position: absolute;
 bottom: 20px;
 left: -20px;
}
.enjoy-swiper .swiper-slide .label-time i {
 width: 22px;
 line-height: 0;
}
.enjoy-swiper .swiper-slide .label-time span {
 margin-left: .4em;
 line-height: 1;
}
.enjoy-swiper .swiper-slide dl { margin-top: 30px;}
.enjoy-swiper .swiper-slide dt {
 line-height: 1.5;
 font-size: 22px;
 font-weight: 600;
}
.enjoy-swiper .swiper-slide dd {
 margin-top: 1em;
 /* text-align: justify; */
 font-size: 14px;
}
.enjoy-swiper .controll {
 width: 127px;
 display: flex;
 -webkit-align-items: center;
         align-items: center;
 -webkit-justify-content: center;
         justify-content: center;
 position: absolute;
 top: -116px;
 right: 120px;
}
.enjoy-swiper .controll .swiper-button-prev,
.enjoy-swiper .controll .swiper-button-next {
 width: 56px;
 height: 56px;
 margin-top: 0;
 background-image: none;
 position: relative;
 left: auto;
 top: auto;
 border: 1px solid rgba( 17, 17, 17, .5);
 -webkit-border-radius: 50%;
         border-radius: 50%;
}
.enjoy-swiper .controll .swiper-button-prev {
 position: absolute;
 top: 0;
 left: 0;
}
.enjoy-swiper .controll .swiper-button-prev::before {
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 border-top: 1px solid #111;
 border-right: 1px solid #111;
 position: absolute;
 left: 25px;
 top: 22px;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
.enjoy-swiper .controll .swiper-button-next {
 position: absolute;
 top: 0;
 right: 0;
}
.enjoy-swiper .controll .swiper-button-next::before {
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 border-top: 1px solid #111;
 border-right: 1px solid #111;
 position: absolute;
 right: 25px;
 top: 22px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.enjoy-swiper .controll .swiper-button-prev::after,
.enjoy-swiper .controll .swiper-button-next::after { content: none;}

@media screen and (max-width: 1200px) {
 #enjoy { margin-top: 110px;}
 .enjoy-swiper .swiper-slide { width: 31%;}
 .enjoy-swiper .swiper-slide .label-time {
  padding: 6px 10px;
  font-size: 18px;
  bottom: 15px;
  left: -15px;
 }
 .enjoy-swiper .swiper-slide .label-time i { width: 18px;}
 .enjoy-swiper .swiper-slide dl { margin-top: 22px;}
 .enjoy-swiper .swiper-slide dt { font-size: 18px;}
 .enjoy-swiper .swiper-slide dd { font-size: 12px;}
 .enjoy-swiper .controll {
  width: 102px;
  top: -90px;
  right: 90px;
 }
 .enjoy-swiper .controll .swiper-button-prev,
 .enjoy-swiper .controll .swiper-button-next {
  width: 45px;
  height: 45px;
 }
 .enjoy-swiper .controll .swiper-button-prev::before {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 18px;
 }
 .enjoy-swiper .controll .swiper-button-next::before {
  width: 8px;
  height: 8px;
  right: 19px;
  top: 18px;
 }
}
@media screen and (max-width: 764px) {
 #enjoy { margin-top: 80px;}
 .enjoy-swiper .swiper-slide {
  width: 66.666%;
  margin-right: 10.666%;
 }
 .enjoy-swiper .swiper-slide .label-time {
  padding: 5px 8px;
  font-size: 16px;
  bottom: 13px;
  left: -13px;
 }
 .enjoy-swiper .swiper-slide .label-time i { width: 16px;}
 .enjoy-swiper .swiper-slide dl { margin-top: 20px;}
 .enjoy-swiper .swiper-slide dt { font-size: 16px;}
 .enjoy-swiper .swiper-slide dd { font-size: 12px;}
 .enjoy-swiper .controll { display: none;}
}

