@charset"utf-8";
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}
/* "body"
-------------------------------------------------- */
body {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.5rem;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
}
p.p-text{
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.4rem;
  }
  p.p-text{
    line-height: 1.8;
  }
}
/* "a"tag
-------------------------------------------------- */
a{
  color: #000;
  text-decoration: none;
}
/* "li/ol/ul" Tag
-------------------------------------------------- */
ul li{
  font-size: 1.5rem;
  list-style-type: none;
}
@media print, screen and (max-width: 767px) {
  ul li{
    font-size: 1.4rem;
  }
}
/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
/* color
-------------------------------------------------- */
.white {
  color: #FFFFFF;
}
.red {
  color: #DE4830;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}
/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forSP{
    display: inline;
  }
}

/* ==================================================
以下、ブロックごとの指定
================================================== */
/* wrapper
-------------------------------------------------- */
#wrapper{
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper{
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 480px) {
  #wrapper{
    padding-bottom: 5rem;
  }
}
/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1200px;
  margin: 0 auto;
}
header .inner{
  margin-bottom: 0!important;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .inner{
    width: 95%;
    margin: 0 auto;
  }
}
/* "h" tag
-------------------------------------------------- */
h2.h2-cmn{
  font-size: 2.8rem;
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
}
h2.h2-cmn.center{
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  h2.h2-cmn{
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }  
}
/* header
-------------------------------------------------- */
header.top-head{
  z-index: 10;
  position: absolute;
  bottom: auto;
  width: 100%;
  background-color: rgba(255,255,255,0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
}
header div.logo-area a{
  margin-left: 3.0rem;
  display: block;
  width: 64px;
  height: 104px;
  font-size: 0;
  background: url(../img/common/logo.svg) no-repeat;
}
header div.logo-area a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* nav */
header div.nav-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header div.nav-area nav.nav-wrap a.nav-button {
  display: none;
}
header div.nav-area nav.nav-wrap div.nav-screen{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.lang{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1.8rem;
  margin-right: 2.0rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.lang li{
  margin-right: 1.5rem;
  font-weight: normal;
  border: 1px solid #fff;
  width: 6rem;
  text-align: center;
  line-height: 1.8;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.lang li a{
  font-size: 1.5rem;
  color: #fff;
  display: block;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.lang li a:hover{
  background: #fff;
  color: #333;
  transition: .5s;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
  margin-right: 3.5rem;
  font-weight: normal;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
  font-size: 1.5rem;
  color: #fff;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
header div.nav-area nav.nav-wrap.open{
  display: block;
}
header div.nav-area nav.nav-wrap.close{
  display: none;
  margin-top: 0.3rem;
  opacity: 1;
  cursor: auto;
}
/* Fixed */
header.top-head.fixed{
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
header.top-head.fixed h1.h1-logo,
header.top-head.fixed div.nav-area ul.nav li{
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
header.top-head.fixed {
  top: 0;
  position: fixed;
  background-color: rgba(255,255,255,.90);
  -webkit-box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
  height: 100px;
}
header.top-head.fixed div.inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.top-head.fixed div.logo-area a{
  margin-left: 2.5rem;
  display: block;
  width: 53px;
  height: 82px;
  font-size: 0;
  background: url(../img/common/logo_fixed.svg) no-repeat;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1.8rem;
  margin-right: 2.0rem;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang li{
  margin-right: 1.5rem;
  font-weight: normal;
  border: 1px solid #000;
  width: 6rem;
  text-align: center;
  line-height: 1.8;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang li a{
  font-size: 1.5rem;
  color: #000;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang li a:hover{
  background: #333;
  color: #fff;
  transition: .5s;
}
header.top-head.fixed nav.nav-wrap div.nav-screen ul.nav li{
  margin-right: 3.5rem;  
  font-weight: normal;
}
header.top-head.fixed nav.nav-wrap div.nav-screen ul.nav li a{
  color: #000;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 961px) {
  header div.nav-area nav.nav-wrap {
    display: block !important;
  }
}
@media print, screen and (max-width: 960px) {
  /* clicked hamburger button screen */
  header div.nav-area{
    display: block;
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
  }
  header.top-head{
    height: 100px;
  }
  header div.logo-area a{
    margin-left: 2.5rem;
    display: block;
    width: 53px;
    height: 82px;
    font-size: 0;
    background: url(../img/common/logo_sp.svg) no-repeat;
  }
  header div.nav-area nav.nav-wrap{
    left: 0;
    top: 0;
    display: none;
    z-index: 90;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
  }
  header div.nav-area nav.nav-wrap div.nav-screen{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.lang{
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    justify-content: center;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.lang li{
    margin-right: 1.5rem;
    font-weight: normal;
    border: 1px solid #fff;
    width: 25%;
    text-align: center;
    line-height: 2.5;
    font-size: 1.5rem;
    color: #fff;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.lang li:hover{
    background: #fff;
    color: #333;
    transition: .5s;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.lang li:last-child{
    margin-right: 0;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
    position: relative;
    margin: 12rem auto 4rem;
    width: 85%;
    display: block;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
    margin-bottom: 2.5rem;
    display: block;
  }  
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    transition: .5s;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a:hover{
    color: #fff;
    opacity: 0.4;
    transition: 0.6s;
  }
  /* hamburger button */
  header div.nav-area a.nav_button{
    height: 22px;
    position: absolute;
    right: 25px;
    top: 40px;
    width: 27px;
    z-index: 101;
  }
  header div.nav-area span.nav_line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }
  header div.nav-area span.line_center{
    top: 10px;
  }
  header div.nav-area span.line_bottom{
    bottom: 0;
  }
  header div.nav-area span.line_top.active{
    top: 10px;
    transform: rotate(45deg);
  }
  header div.nav-area span.line_center.active{
    transform:scaleX(0);
  }
  header div.nav-area span.line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
  }
  /* Fixed */
  header.top-head.fixed {
    height: 80px;
  }
  header.top-head.fixed div.logo-area a{
    height: 60px;
  }
  header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang{
    margin-right: 0;
    justify-content: center;
  }
  header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang li{
    margin-right: 1.5rem;
    font-weight: normal;
    border: 1px solid #fff;
    width: 25%;
    text-align: center;
    line-height: 2.5;
    font-size: 1.5rem;
  }
  header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang li:last-child{
    margin-right: 0;
  }
  header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang li a{
    font-size: 1.5rem;
    color: #fff;
  }
  header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.lang li a:hover{
    background: #fff;
    color: #333;
    transition: .5s;
  }
  header.top-head.fixed div.nav-area a.nav_button{
    right: 25px;
    top: 30px;
  }
  header.top-head.fixed div.nav-area span.nav_line{
    background: #333;
  }
  header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    transition: .5s;
  }
  header.top-head.fixed div.nav-area span.line_top.active,
  header.top-head.fixed div.nav-area span.line_bottom.active{
    background: #fff;
  }
}

/* button
-------------------------------------------------- */
div.button-area{
  width: 20rem;
  margin: 0 auto;
}
a.button {
  background: #fff;
  border: 1px solid #333;
  display: inline-block;
  height: 5.5rem;
  width: 20rem;  
  line-height: 5.5rem;
  text-align: center;
  outline: none;
  color: #333;
  font-size: 1.5rem;
  position: relative;
}
/*a.button::after{
  content: "→";
  position: absolute;
  left: 1rem;
}*/
a.button:hover{
  background: #333;
  color: #fff;
  transition: .5s;
}
@media print, screen and (max-width: 767px) {
  div.button-area{
    width: 16rem;
  }
  a.button {
    height: 5.0rem;
    width: 16rem;  
    line-height: 4.8rem;
    font-size: 1.4rem;    
  }
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec div.swiper-container{
  width: 100%;
  height: 100vh;
  position: relative;
}
section.mainvisualSec .swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.2)!important;
}
section.mainvisualSec div.swiper-container div.swiper-slide{
  background-size: cover;
  background-position: center center;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
  position: absolute;
  top: 54%;
  left: 12rem;
  transform: translateY(-54%);
  z-index: 1;
  letter-spacing: -0.01em;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.copy{
  color: #fff;
  font-size: 3.9rem;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 2px 2px 0 #333;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub{
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  margin-top: 0.8rem;
  text-shadow: 2px 2px 0 #333;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.button-area{
  width: 20rem;
  margin: 3rem auto 0 0;
  box-shadow: 1px 1px 0px #333;
  font-weight: normal;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.button-area a.button {
  background: none;
  border: 2px solid #fff;
  display: inline-block;
  width: 20rem;
  height: auto;
  line-height: 4.8rem;
  text-align: center;
  outline: none;
  color: #fff;
  text-shadow: 2px 2px 0 #333;
  font-size: 1.6rem;
  position: relative;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.button-area a.button:hover{
  background: #fff;
  color: #333;
  transition: .5s;
  text-shadow: none;
}
section.mainvisualSec div.swiper-pagination{
  margin-bottom: 1rem;
}
section.mainvisualSec span.swiper-pagination-bullet-active{
  background: #fff!important;
}
section.mainvisualSec span.swiper-pagination-bullet{
  border:4px solid #fff!important;
  background: none;
  width: 10px!important;
  height: 10px!important;
  margin-right: 1.5rem!important;
}
section.mainvisualSec div.swiper-button-prev,
section.mainvisualSec div.swiper-container-rtl div.swiper-button-next{
  top: 51.5%!important;
  left: 1.5rem!important;
  background-image: none;
  width: 4rem;
}
section.mainvisualSec div.swiper-button-next,
section.mainvisualSec div.swiper-container-rtl .swiper-button-prev{
  top: 51.5%!important;
  right: 1.5rem!important;
  background-image: none;
  width: 4rem;
}
section.mainvisualSec div.swiper-button-prev:hover,
section.mainvisualSec div.swiper-container-rtl div.swiper-button-next:hover,
section.mainvisualSec div.swiper-button-next:hover,
section.mainvisualSec div.swiper-container-rtl .swiper-button-prev:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
    top: 55%;
    transform: translateY(-55%);
    left: 0;
    right: 0;
    text-align: center;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.copy{
    font-size: 4.5rem;
    line-height: 0.8;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.copy span.sp{
    font-size: 3.1rem;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub{
    font-size: 1.45rem;
    line-height: 1.2;
    margin-top: 3rem;
    font-weight: bold;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.button-area{
    width: 18rem;
    margin: 5rem auto 0 auto;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.button-area a.button {
    width: 18rem;
    line-height: 4.5rem;
    font-size: 1.5rem;
  }
  section.mainvisualSec div.swiper-button-prev,
  section.mainvisualSec div.swiper-container-rtl div.swiper-button-next{
    display: none;
  }
  section.mainvisualSec div.swiper-button-next,
  section.mainvisualSec div.swiper-container-rtl .swiper-button-prev{
    display: none;
  }
  /* en */
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area.en p.sub{
    font-size: 1.1rem;
  }
  /* cn */
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area.cn p.sub{
    font-size: 1.35rem;
    line-height: 1.2;
    margin-top: 3rem;
  }
}

/* aboutSec
-------------------------------------------------- */
section.aboutSec{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
section.aboutSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.aboutSec div.content h2.h2-cmn{
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: normal;
}
section.aboutSec div.content div.imgarea{
  width: 8.5rem;
  margin: 0 auto 3rem;
}
section.aboutSec div.content div.imgarea img{
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  section.aboutSec{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  section.aboutSec div.content{
    width: 95%;    
  }
  section.aboutSec div.content h2.h2-cmn{
    margin-bottom: 4rem;
    line-height: 1.4;
  }
  section.aboutSec div.content div.imgarea{
    width: 6.5rem;
    margin: 0 auto 3rem;
  }
}

/* aboutSec
-------------------------------------------------- */
section.guidelineSec{
  margin-top: 0;
  margin-bottom: 10rem;
}
section.guidelineSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.guidelineSec div.content h2.h2-cmn{
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 1.4;
}
section.guidelineSec div.content div.box{
  border: 1px solid #888;
  padding: 5rem 3rem;
}
section.guidelineSec div.content div.guideline-list01{
  margin-bottom: 3rem;
  margin-left: 2.8rem;
}
section.guidelineSec div.content div.guideline-list02{
  margin-bottom: 3rem;
  margin-left: 2.8rem;
}
section.guidelineSec div.content ul li{
  list-style-type: disc;
  line-height: 2.0;
}
@media print, screen and (max-width: 767px) {
  section.guidelineSec div.content div.box{
    padding: 3rem 2rem;
  }
  section.guidelineSec div.content h2.h2-cmn{
    margin-bottom: 3rem;
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

/* instagramSec
-------------------------------------------------- */
section.instagramSec{
  margin: 0 auto 10rem;
}
section.instagramSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.instagramSec div.content div.logo-area{
  width: 20rem;
  margin: 0 auto;
}
section.instagramSec div.content div.logo-area h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
section.instagramSec div.content div.logo-area h2 img.insta-mark{
  width: 25%;
  height: 100%;
  margin-right: 0.5rem;
}
section.instagramSec div.content div.logo-area h2 img.insta-logo{
  width: 75%;
  height: 100%;
  margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
  section.instagramSec{
    margin: 0 auto 8rem;
  }
  section.instagramSec div.content{
    width: 95%;    
  }
  section.instagramSec div.content div.logo-area{
    width: 18rem;
  }
}

/* tourMenuSec
-------------------------------------------------- */
section.tourMenuSec{
  margin: -11rem auto 10rem;
  padding-top: 11rem;
}
section.tourMenuSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.tourMenuSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.tourMenuSec div.content div.wrap div.menu{
  width: 31%;
  margin-bottom: 8rem;
}
section.tourMenuSec div.content div.wrap div.menu.m01,
section.tourMenuSec div.content div.wrap div.menu.m02,
section.tourMenuSec div.content div.wrap div.menu.m04,
section.tourMenuSec div.content div.wrap div.menu.m05{
  margin-right: 3.5%;
}
section.tourMenuSec div.content div.wrap div.menu img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
section.tourMenuSec div.content div.wrap div.menu h3{
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.6;
  position: relative;
  margin: 5rem 0 4rem;
}
section.tourMenuSec div.content div.wrap div.menu h3::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  display: block;
  width: 25%;
  height: 2px;
  transform: translate3d(-50%,0,0);
}
section.tourMenuSec div.content div.wrap div.menu.m01 h3::after,
section.tourMenuSec div.content div.wrap div.menu.m05 h3::after{
  background: #E96656;
}
section.tourMenuSec div.content div.wrap div.menu.m02 h3::after,
section.tourMenuSec div.content div.wrap div.menu.m06 h3::after{
  background: #34D293;
}
section.tourMenuSec div.content div.wrap div.menu.m03 h3::after{
  background: #3AB0E2;
}
section.tourMenuSec div.content div.wrap div.menu.m04 h3::after{
  background: #F7D861;
}
/* en */
section.tourMenuSec.en div.content div.button-area{
  width: 25rem;
}
section.tourMenuSec.en div.content div.button-area a.button{
  width: 25rem;
}
@media print, screen and (max-width: 961px) {
  section.tourMenuSec div.content div.wrap div.menu h3{
    font-size: 2.0rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  section.tourMenuSec div.content div.wrap div.menu h3{
    font-size: 2.08333vw;
  }
}
@media print, screen and (max-width: 767px) {
  section.tourMenuSec{
    margin: -11rem auto 8rem;
    padding-top: 11rem;
  }
  section.tourMenuSec div.content{
    width: 95%;
    margin: 0 auto;
  }
  section.tourMenuSec div.content div.wrap div.menu{
    width: 47.5%;
    margin-bottom: 8rem;
  }
  section.tourMenuSec div.content div.wrap div.menu.m01,
  section.tourMenuSec div.content div.wrap div.menu.m03,
  section.tourMenuSec div.content div.wrap div.menu.m05{
    margin-right: 4.5%;
  }
  section.tourMenuSec div.content div.wrap div.menu.m02,
  section.tourMenuSec div.content div.wrap div.menu.m04,
  section.tourMenuSec div.content div.wrap div.menu.m06{
    margin-right: 0;
  }
}
@media print, screen and (max-width: 600px) {
  section.tourMenuSec div.content div.wrap div.menu{
    width: 90%;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
  section.tourMenuSec div.content div.wrap div.menu.m01,
  section.tourMenuSec div.content div.wrap div.menu.m03,
  section.tourMenuSec div.content div.wrap div.menu.m05{
    margin-right: auto;
  }
  section.tourMenuSec div.content div.wrap div.menu.m02,
  section.tourMenuSec div.content div.wrap div.menu.m04,
  section.tourMenuSec div.content div.wrap div.menu.m06{
    margin-right: auto;
  }
  section.tourMenuSec div.content div.wrap div.menu h3{
    font-size: 1.8rem;
    line-height: 1.6;
  }
  section.tourMenuSec div.content div.wrap div.menu h3::after{
    width: 35%;
  }
}

/* staffSec
-------------------------------------------------- */
section.staffSec{
  margin: 0 auto 10rem;
}
section.staffSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.staffSec div.content div.wrap div.staff{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 98%;
  margin: 0 auto;
}
section.staffSec div.content div.wrap div.staff div.imgarea{
  width: 17.5rem;
  margin-right: 4%;
}
section.staffSec div.content div.wrap div.staff div.imgarea img{
  border-radius: 50%;
  width: 100%;
  height: auto;
}
section.staffSec div.content div.wrap div.staff div.textarea{
  width: 81%;
}
section.staffSec div.content div.wrap div.staff div.textarea h3{
  font-size: 2.2rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 3rem;
}
section.staffSec div.content div.wrap div.staff div.textarea h3 span{
  font-size: 1.4rem;
  margin-left: 2rem;
}
section.staffSec div.content div.wrap div.staff div.textarea h3::after{
  content: "";
  position: absolute;
  left: 0%;
  bottom: -1.0rem;
  display: block;
  width: 40%;
  height: 2px;
}
section.staffSec div.content div.wrap div.staff.s01 div.textarea h3::after{
  background: #E96656;
}
section.staffSec div.content div.wrap div.staff.s02 div.textarea h3::after{
  background: #34D293;
}
section.staffSec div.content div.wrap div.staff div.textarea p.prof{
  margin-bottom: 3rem;
}
section.staffSec div.content div.wrap div.staff.s01{
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
  section.staffSec{
    margin: 0 auto 8rem;
  }
  section.staffSec div.content{
    width: 95%;
  }
  section.staffSec div.content div.wrap div.staff{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  section.staffSec div.content div.wrap div.staff div.imgarea{ 
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
  }
  section.staffSec div.content div.wrap div.staff div.textarea{
    width: 100%;
    margin: 0 auto;
  }
  section.staffSec div.content div.wrap div.staff div.textarea h3{
    font-size: 2.0rem;
    margin-bottom: 5rem;
    text-align: center;
  }
  section.staffSec div.content div.wrap div.staff div.textarea h3::after{
    left: 36%;
    bottom: -1.5rem;
    display: block;
    width: 28%;
    height: 2px;
  }
  section.staffSec div.content div.wrap div.staff div.textarea p.prof{
    text-align: center;
  }
}

/* blogSec
-------------------------------------------------- */
section.blogSec{
  margin: 0 auto 10rem;
}
section.blogSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.blogSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-bottom: 6rem;
}
section.blogSec div.content div.wrap dl{
  width: 23.5%;
}
section.blogSec div.content div.wrap dt.blogimg img{
  width: 100%;
  height: auto;
}
section.blogSec div.content div.wrap dt.blogimg img:hover,
section.blogSec div.content div.wrap dd.blogtitle:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.blogSec div.content div.wrap dd.blogtitle{
  margin: 2rem 0 0;
  text-align: center;
  line-height: 1.5;
  height: 5rem;
}
@media print, screen and (max-width: 767px) {
  section.blogSec{
    width: 100%;
    margin: 0 auto 8rem;
  }
  section.blogSec div.content{
    width: 95%;
    margin: 0 auto;
  }
  section.blogSec div.content div.wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  section.blogSec div.content div.wrap dl{
    width: 47.5%;
  }
  section.blogSec div.content div.wrap dd.blogtitle{
    height: 4.5rem;
    margin: 0.5rem 0 0;
    text-align: center;
    line-height: 1.2;
  }
}
/*@media print, screen and (max-width: 480px) {
  section.blogSec div.content div.wrap{
    margin-bottom: 2rem;
  }
  section.blogSec div.content div.wrap dl{
    margin: 0 0 4rem;
    width: 100%;
  }
  section.blogSec div.content div.wrap dd.blogtitle{
    margin: 2rem 0 0;
    text-align: center;
    line-height: 1.5;
    height: inherit;
  }
}*/

/* accessSec
-------------------------------------------------- */
section.accessSec{
  margin: 0 auto 15rem;
}
section.accessSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.accessSec div.content a{
  text-decoration: underline;
  color: #3AB0E2;
}
section.accessSec div.content a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.accessSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.accessSec div.content div.wrap div.gmap{
  width: 50%;
}
section.accessSec div.content div.wrap div.gmap iframe{
  width: 100%;
  height: 45rem;
}
section.accessSec div.content div.wrap div.imgarea img{
  width: 100%;
  height: auto;
}
section.accessSec div.content div.wrap div.textarea{
  width: 48%;
}
section.accessSec div.content div.wrap div.textarea div.accessDetail h3{
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
section.accessSec div.content div.wrap div.textarea div.accessDetail h3::before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
}
section.accessSec div.content div.wrap div.textarea div.accessDetail h3.top-access01::before{
  background-image: url(../img/top/placeholder.svg);
}
section.accessSec div.content div.wrap div.textarea div.accessDetail h3.top-access02::before{
  background-image: url(../img/top/big-anchor.svg);
}
section.accessSec div.content div.wrap div.textarea div.accessDetail h3.top-access03::before{
  background-image: url(../img/top/cruise.svg);
}
section.accessSec div.content div.wrap div.textarea div.accessDetail p{
  margin-bottom: 3.5rem;
}
@media print, screen and (max-width: 767px) {
  section.accessSec{
    width: 100%;
    margin: 0 auto 8rem;
  }
  section.accessSec div.content{
    width: 95%;
    margin: 0 auto;
  }
  section.accessSec div.content div.wrap{
    display: block;
  }
  section.accessSec div.content div.wrap div.gmap{
    width: 100%;
    margin-bottom: 3rem;
  }
  section.accessSec div.content div.wrap div.textarea{
    width: 100%;
  }
}

/* .reserveSec
-------------------------------------------------- */
section.reserveSec{
  background: url(../img/common/reserveSec_bg.jpg) center center / cover no-repeat;
  background-size: cover;
  padding: 12rem 0 10rem;
}
section.reserveSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.reserveSec div.content h2.h2-cmn{
  color: #fff;
  text-shadow: 2px 2px 3px #333;
}
section.reserveSec div.content div.reserve-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.reserveSec div.content div.reserve-area div.tel-reserve{
  width: 48%;
  margin: 0 auto 0 0;
  border-radius: 1.5rem;
  text-align: center;
  height: 22rem;
  background-color:rgba(255,255,255,0.8);
}
section.reserveSec div.content div.reserve-area div.tel-reserve h3{
  font-size: 2.1rem;
  padding-top: 5rem;
  margin-bottom: 3rem;
}
section.reserveSec div.content div.reserve-area div.tel-reserve a{
  display: block;
  width: 100%;
  height: 22rem;
}
section.reserveSec div.content div.reserve-area div.tel-reserve a:hover{
  background-color:rgba(255,255,255,1.0);
  border-radius: 1.5rem;
  transition: 0.6s;
}
section.reserveSec div.content div.reserve-area div.tel-reserve div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28rem;
  margin: 0 auto;
}
section.reserveSec div.content div.reserve-area div.tel-reserve div.wrap div.img{
  width: 3.4rem;
  height: auto;
  margin-right: 1rem;
}
section.reserveSec div.inner div.content div.reserve-area div.tel-reserve div.wrap div.text p.phoneNumber{
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
section.reserveSec div.content div.reserve-area div.web-reserve{
  width: 48%;
  margin: 0 0 0 auto;
  border-radius: 1.5rem;
  text-align: center;
  height: 22rem;
  background-color:rgba(255,255,255,0.8);
}
section.reserveSec div.content div.reserve-area div.web-reserve h3{
  font-size: 2.1rem;
  padding-top: 5rem;
  margin-bottom: 3rem;
}
section.reserveSec div.content div.reserve-area div.web-reserve a{
  display: block;
  width: 100%;
  height: 22rem;
}
section.reserveSec div.content div.reserve-area div.web-reserve a:hover{
  background-color:rgba(255,255,255,1.0);
  border-radius: 1.5rem;
  transition: 0.6s;
}
section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn{
  width: 25rem;
  margin: 0 auto;
  line-height: 2.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn p{
  font-size: 2.2rem;
}
section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn img{
  width: 4.8rem;
  height: auto;
  margin-right: 1rem;
}
@media print, screen and (max-width: 767px) {
  section.reserveSec{
    position: fixed;
    width: 100%;
    background: #b6b6b6;
    bottom: 0;
    padding: 0;
    z-index: 9;
    overflow: visible;
    height: 6rem;
  }
  section.reserveSec div.content{
    width: 95%;
    margin: 0 auto;
  }
  section.reserveSec div.content h2.h2-cmn{
    display: none;
  }
  section.reserveSec div.content div.reserve-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6rem;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve{
    width: 48%;
    margin: 0 auto 0 0;
    border-radius: 4.0rem;
    text-align: center;
    height: auto;
    background-color:#fff;
    position: relative;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve h3{
    font-size: 1.5rem;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 2.6;
    font-weight: normal;
    position: relative;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve h3::before{
    content: '';
    position: absolute;
    background-image: url(../img/common/phone-call.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    left: 8%;
    top: 25%;
    width: 10%;
    height: 50%;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve a{
    display: block;
    width: 100%;
    line-height: 2.6;
    height: auto;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve a:hover{
    opacity: 0.4;
    transition: 0.6s;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve div.wrap{
    display: none;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve p.businessHours{
    display: none;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve div.wrap div.img{
    display: none;
  }
  section.reserveSec div.inner div.content div.reserve-area div.tel-reserve div.wrap div.text p.phoneNumber{
    font-size: 3.2rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve{
    width: 50%;
    border-radius: 4.0rem;
    text-align: center;
    height: auto;
    background-color:#fff;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve h3{
    font-size: 1.5rem;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 2.6;
    font-weight: normal;
    position: relative;
    padding-left: 1.5rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve h3::before{
    content: '';
    position: absolute;
    background-image: url(../img/common/computer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    left: 6%;
    top: 25%;
    width: 10%;
    height: 50%;    
  }
  section.reserveSec div.content div.reserve-area div.web-reserve a{
    display: block;
    width: 100%;
    height: auto;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve a:hover{
    opacity: 0.4;
    transition: 0.6s;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn{
    width: auto;
    margin: 0 auto;
    display: none;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn p{
    display: none;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn img{
    display: none;
  }
  /* en */
  section.reserveSec.en div.content div.reserve-area div.tel-reserve h3{
    padding-left: 1.0rem;
  }
}
@media print, screen and (max-width: 480px) {
  section.reserveSec{
    height: 5rem;
  }
  section.reserveSec div.content div.reserve-area{
    height: 5rem;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve h3{
    font-size: 3.3vw;
    line-height: 2.4;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve h3::before{
    top: 25%;
    width: 9%;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve h3{
    font-size: 3.3vw;
    line-height: 2.4;
    padding-left: 1.5rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve h3::before{
    top: 26%;
    width: 9%;
  }
}
/*@media print, screen and (max-width: 767px) {
  section.reserveSec{
    margin: 0 auto; 
  }
  section.reserveSec div.content{
    width: 90%;
  }
  section.reserveSec div.content div.reserve-area{
    display: block;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve{
    width: 100%;
    margin: 0 auto 3rem 0;
    border-radius: 1.5rem;
    text-align: center;
    height: 20rem;
    background-color:rgba(255,255,255,0.8);
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve h3{
    font-size: 1.8rem;
    padding-top: 5rem;
    margin-bottom: 2rem;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve a{
    display: block;
    width: 100%;
    height: 20rem;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve div.wrap{
    width: 24rem;
    margin: 0 auto;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve div.wrap div.img{
    width: 3.0rem;
    height: auto;
    margin-right: 1rem;
  }
  section.reserveSec div.inner div.content div.reserve-area div.tel-reserve div.wrap div.text p.phoneNumber{
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve{
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 1.5rem;
    text-align: center;
    height: 20rem;
    background-color:rgba(255,255,255,0.8);
  }
  section.reserveSec div.content div.reserve-area div.web-reserve h3{
    font-size: 1.8rem;
    padding-top: 5rem;
    margin-bottom: 2rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve a{
    display: block;
    width: 100%;
    height: 20rem;
  }  
  section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn{
    width: 23rem;
    margin: 0 auto;
  }  
  section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn p{
    font-size: 2.2rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve div.web-reserve-btn img{
    width: 4.0rem;
    margin-right: 1.0rem;
  }
}
@media print, screen and (max-width: 600px) {
  section.reserveSec div.content div.reserve-area div.tel-reserve{
    height: 18rem;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve h3{
    padding-top: 4rem;
  }
  section.reserveSec div.content div.reserve-area div.tel-reserve a{
    height: 18rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve{
    height: 18rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve h3{
    padding-top: 4rem;
  }
  section.reserveSec div.content div.reserve-area div.web-reserve a{
    height: 18rem;
  }
}*/

/* footer
-------------------------------------------------- */
footer{
  width: 100%;
  background: #1A1A1A;
  padding-bottom: 2rem;
}
footer div.content{
  width: 97%;
  margin: 0 auto;
}
footer div.content div.footer-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10rem 0 8rem;
}
footer div.content div.footer-area a:hover,
footer div.content div.footernav-bottom a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* logo-area */
footer div.content div.footer-area div.footerlogo-area{
  width: 9rem;
}
footer div.content div.footer-area div.footerlogo-area div.logo{
  width: 9rem;
  margin: 0 auto 1rem;
}
footer div.content div.footer-area div.footerlogo-area div.logo img{
  width: 100%;
  height: auto;
}
footer div.content div.footer-area div.footerlogo-area div.sns ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
footer div.content div.footer-area div.footerlogo-area div.sns ul li:first-child{
  margin-right: 0.8rem;
}
footer div.content div.footer-area div.footerlogo-area div.sns ul li img{
  width: 4rem;
  height: auto;
}
/* footernav */
footer div.content div.footer-area div.footernav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer div.content div.footer-area div.footernav nav{
  margin-bottom: 10rem;
}
footer div.content div.footer-area div.footernav nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
footer div.content div.footer-area div.footernav nav ul li{
  margin-right: 3.5rem;
}
footer div.content div.footer-area div.footernav nav ul li:last-child{
  margin-right: 0;
}
footer div.content div.footer-area div.footernav nav ul li a{
  color: #fff;
}
footer div.content div.footer-area div.footernav div.lang ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer div.content div.footer-area div.footernav div.lang ul li{
  width: 13rem;
  margin-right: 2.5rem;
  text-align: center;
  line-height: 2.2;
}
footer div.content div.footer-area div.footernav div.lang ul li a{
  display: block;
}
footer div.content div.footer-area div.footernav div.lang ul li:hover{
  opacity: 0.4;
  transition: 0.6s;
}
footer div.content div.footer-area div.footernav div.lang ul li:last-child{
  margin-right: 0;
}
footer div.content div.footer-area div.footernav div.lang ul li.jp{
  background-color: #fff;
}
footer div.content div.footer-area div.footernav div.lang ul li.en{
  background-color: #3AB0E2;
}
footer div.content div.footer-area div.footernav div.lang ul li.en a{
  color: #fff;
}
footer div.content div.footer-area div.footernav div.lang ul li.cn{
  background-color: #E96656;
}
footer div.content div.footer-area div.footernav div.lang ul li.cn a{
  color: #fff;
}
/* footernafooternav-bottom{v */
footer div.content div.footernav-bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer div.content div.footernav-bottom div.nav-bottom ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer div.content div.footernav-bottom div.nav-bottom li:first-child{
  margin-right: 3.5rem;
}
footer div.content div.footernav-bottom div.nav-bottom li a{
  color: #fff;
}
footer div.content div.footernav-bottom div.copyright{
  color: #fff;
}

@media print, screen and (max-width: 960px) {
  footer div.content div.footer-area{
    padding: 6rem 0 5rem; 
    display: block;
    height: auto;
  }
  footer div.content div.footer-area div.footerlogo{
    display: block;
  }
  /* logo-area */
  footer div.content div.footer-area div.footerlogo-area{
    width: 8rem;
    margin: 0 auto 3rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.logo{
    width: 8rem;
    margin: 0 auto 1.5rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.sns ul li img{
    width: 3.2rem;
    height: auto;
  }
  footer div.content div.footer-area div.footernav div.wrap{
    width: 100%;
  }
  footer div.content div.footer-area div.footernav nav{
    margin-bottom: 5rem;
  }
  footer div.content div.footer-area div.footernav nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  footer div.content div.footer-area div.footernav nav ul li{
    margin-right: 0;
    width: 33%;
    text-align: center;
    line-height: 2.5;
  }
  footer div.content div.footer-area div.footernav div.lang ul{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* footernafooternav-bottom */
  footer div.content div.footernav-bottom{
    display: block;
  }
  footer div.content div.footernav-bottom div.nav-bottom ul{
    width: 26rem;
    margin: 0 auto 2rem;
  }
  footer div.content div.footernav-bottom div.copyright{
    text-align: center;
  }
  /* en */
  footer div.content div.footernav-bottom div.nav-bottom.en ul{
    width: 18.5rem;
  }
  /* cn */
  footer div.content div.footernav-bottom div.nav-bottom.cn ul{
    width: 15rem;
  }
}

@media print, screen and (max-width: 480px) {
  footer div.content div.footer-area div.footernav nav ul li{
    margin-right: 0;
    width: 50%;
  }
  footer div.content div.footer-area div.footernav div.lang ul{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer div.content div.footer-area div.footernav div.lang ul li{
    width: 31%;
    margin-right: 0;
  }
  footer div.content div.footernav-bottom div.nav-bottom ul{
    width: 25rem;
  }
  footer div.content div.footernav-bottom div.nav-bottom li:first-child{
    margin-right: 2.5rem;
  }
}

/* startSec
-------------------------------------------------- */
div.startSec{
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
div.startSec p{
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-48%,-50%);
  display: none;
  z-index: 9999;
  width: 8rem;
}

/* fadein
-------------------------------------------------- */
/* 画面外にいる状態 */
.fadein {
  opacity : 0;
  transform : translate(0, 45px);
  transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}