@charset "UTF-8";
/*
  base
================================= */
* {
  font-family: "Lato", sans-serif, Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  color: #010101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-font-size-adjust: 100%;
  -ms-font-size-adjust: 100%;
  font-size-adjust: 100%;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

div#popupFooter {
  margin-top: 0;
}

/*
  header
================================= */
.header {
  width: 100%;
  height: 35vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
 /* // for TB layout // */ /* // for SP layout // */;
}

.header.is-mainvisual {
  background-image: url(../img/mv-image.jpg);
}

/*
  heading
================================= */
.heading-lv1 {
  width: 20vw;
  max-width: 304px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
 /* // for TB layout // */ /* // for SP layout // */;
}

.heading-lv2 {
  font-size: 2.6em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
 /* // for TB layout // */ /* // for SP layout // */;
}

.heading-lv2-catch {
  text-align: center;
  margin-bottom: 3px;
 /* // for SP layout // */;
}

.heading-lv2-catch span {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  color: #b25324;
  line-height: 1.6;
  padding: 0 1.25em;
}

.heading-lv3 {
  font-size: 2em;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: -1px;
 /* // for SP layout // */;
}

/*
  box
================================= */
.contents-wrapper {
  width: 100%;
  background-image: url("../img/season-information-bg.png");
  background-repeat: repeat;
  background-size: 128px;
 /* // for SP layout // */;
}
/* description-box ***/
.description-box {
  text-align: center;
  background-color: #fff;
  background-image: url("../img/description-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: 50px 0;
  margin-bottom: 50px;
  position: relative;
 /* // for SP layout // */;
}

.description-box:after {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16%;
  margin: auto;
}

.contents-description {
  font-size: 1.3em;
  line-height: 1.6;
 /* // for SP layout // */;
}

.contents-description-small {
 /* // for SP layout // */;
}

.map-bg {
  padding: 75px 0 60px 0;
  background: rgba(255, 255, 255, 0.5);
 /* // for SP layout // */;
}

.map-bg .map-content {
  max-width: 980px;
  width: 100%;
  margin: auto;
  text-align: center;
 /* // for SP layout // */;
}
/* area-box ***/
.area-box-wrapper {
  width: 980px;
  padding: 80px 0 70px;
  margin: 0 auto;
 /* // for TB layout // */ /* // for SP layout // */;
}

.area-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 31.8%;
  background-color: #ccc;
  border-top: 5px solid #aaa;
  vertical-align: top;
  padding: 20px;
  margin-right: 2%;
  margin-bottom: 22px;
 /* // for PC layout // */ /* // for TB layout // */ /* // for SP layout // */ /* area-box color */;
}

.area-box.is-blue {
  background-color: #2a4073;
  border-top-color: #1c2b4e;
}

.area-box.is-purple {
  background-color: #5d4383;
  border-top-color: #221243;
}

.area-box.is-olive {
  background-color: #627a1a;
  border-top-color: #405011;
}

.area-box.is-gold {
  background-color: #947125;
  border-top-color: #6b521b;
}

.area-box.is-emerald {
  background-color: #006e54;
  border-top-color: #003b2d;
}

.area-box.is-red {
  background-color: #a22041;
  border-top-color: #771830;
}

/* banner-box ***/
.banner-box {
  width: 980px;
  text-align: center;
  padding-bottom: 100px;
  margin: 0 auto;
 /* // for SP layout // */;
}

.banner {
  display: inline-block;
  max-width: 728px;
 /* // for PC layout // */;
}

/*
  button
================================= */
.btn-list li {
  margin-bottom: 10px;
}

.area-btn {
  display: block;
  width: 100%;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  background-image: url("../img/icon-arrow.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 7% center;
  padding: 13px 36px 13px 13%;
  border: 1px solid #fff;
 /* // for PC layout // */ /* // for SP layout // */;
}

.area-btn:visited {
  color: #fff;
}

.area-btn:visited {
  color: #fff;
}

/*
  PC/SP非表示
================================= */
.pc-hide {
  display: none;
}

.sp-hide {
  display: block;
}

body {
  font-family: "Lato", sans-serif, Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

header.global:after {
  content: "";
  clear: both;
  display: block;
}

header.global .site-logo {
  float: left;
  width: 340px;
  padding: 20px 0 0 15px;
}

header.global .site-logo--en {
  width: 340px;
}

header.global .site-logo--tc {
  width: 340px;
}

header.global .site-logo--sc {
  width: 340px;
}

header.global .site-logo--kr {
  width: 432px;
}

header.global .site-logo img {
  max-width: 100%;
  height: auto;
}

header.global .right-box {
  float: right;
}

header.global .right-box:after {
  content: "";
  clear: both;
  display: block;
}

header.global .right-box .link,header.global .right-box .company-logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
}
/*言語選択用追加*/
header.global .right-box .right-txt-box {
    position: relative;
    display: inline-block;
    top: 15px;
}
header.global .right-box .right-lang-box .btn-nav {
	display: none;
}
header.global .right-box .right-lang-box ul {
	margin-top: 10px;
    border-right: 1px solid #ccc;
}
header.global .right-box .right-lang-box ul li {
	display: inline-block;
    border-left: 1px solid #ccc;
    line-height: 1;
	font-size: 15px;
    padding: 0 13px;
}
/*言語選択用追加*/
header.global .right-box .link a {
  color: #333;
  font-size: 18px;
 /* font-size: 1.8rem; */
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
header.global .right-box .link a:before,header.global .right-box .link a:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

header.global .right-box .link a:before {
  background: url("../img/common/com_arrow_icon01.png") no-repeat;
  width: 7.5px;
  height: 9.5px;
  margin-right: 0.3em;
  background-size: contain;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

header.global .right-box .link a:after {
  width: 13px;
  height: 11px;
  margin-left: 0.5em;
  background: url("../img/common/com_external_icon01.png") no-repeat;
  background-size: contain;
}

header.global .right-box .link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

header.global .right-box .company-logo {
  margin-left: 20px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

header.global .right-box .company-logo:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

main {
  padding-bottom: 100px;
}

footer.global .banner-area {
  margin: 0 auto;
  text-align: center;
  background: #f4f4f4;
  padding: 40px 0;
}

footer.global .banner-area ul:after {
  content: "";
  clear: both;
  display: block;
}

footer.global .banner-area .banner-box {
  padding-bottom: 0;
}

footer.global .banner-area .banner-box li {
    width: 24.48%;
    margin-right: 5px;
    display: inline-block;
}

footer.global .copyright-area {
  padding: 20px 0;
  background: #e6445e;
  text-align: center;
}

footer.global .copyright-area .copyright-text {
  color: #fff !important;
}

#top #link-area {
  padding: 80px 0;
  background: url("../img/contents/link_area_base_bg01.gif");
}
/* コンポーネント */
.contents-box {
  width: 980px;
  margin: 0 auto;
}
/* ピックアップバナー */
#link-area .contents-box .main-banner {
  width: 728px;
  margin: 50px auto 0px;
}

#link-area .contents-box .main-banner li {
  margin-bottom: 40px;
}

#link-area .contents-box .main-banner li:last-child {
  margin-bottom: 0;
}

#link-area .contents-box .main-banner img {
  width: 100%;
}

#link-area .contents-box .main-banner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#link-area .contents-box .main-banner .attention {
  margin-top: 10px;
  color: #e81818;
  font-size: 130%!important;
}

.area-box-wrapper {
  padding: 80px 0 50px;
}

.area-box-wrapper + #link-area .main-banner {
  margin-top: 0;
}

.contents-description {
  font-size: 28px;
  font-size: 1.6rem;
}

.contents-description-small {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.2rem;
}

.description-box {
  padding: 40px 140px 50px;
}

.description-box:after {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}

.header-mainvisual img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .header {
    min-height: 300px;
  }

  .heading-lv1 {
    min-width: 170px;
  }

  .heading-lv2 {
    font-size: 2.08em;
  }

  .area-box-wrapper {
    width: 92%;
  }

  .area-box {
    width: 49%;
    margin-right: 0;
  }

  .area-box:nth-of-type(2n+1) {
    margin-right: 1.5%;
  }
}

@media screen and (min-width: 1024px) {
  .area-box:nth-of-type(3n) {
    margin-right: 0;
  }

  .banner:hover {
    opacity: .75;
  }

  .area-btn {
 /* area-button color */;
  }

  .area-btn.is-blue:hover {
    background-color: #1c2b4e;
  }

  .area-btn.is-purple:hover {
    background-color: #3f2a63;
  }

  .area-btn.is-olive:hover {
    background-color: #405011;
  }

  .area-btn.is-gold:hover {
    background-color: #6b521b;
  }

  .area-btn.is-emerald:hover {
    background-color: #003b2d;
  }

  .area-btn.is-red:hover {
    background-color: #771830;
  }
}

@media screen and (max-width: 1024px) {
  .banner-box {
    width: 90%;
    padding-bottom: 12%;
  }

  main {
    padding-bottom: 80px;
  }

  .contents-box {
    width: 90%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contents-description br {
    display: none;
  }

  .description-box {
    margin-bottom: 50px;
  }

  .caption-box {
    padding: 10px 0 10px 14px;
  }

  .caption-area {
    font-size: 20px;
    font-size: 1.2rem;
  }

  .caption-place {
    font-size: 42px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  header.global .site-logo {
    float: none;
    width: 100%;
    padding: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.global .right-box {
    width: 100%;
    float: none;
  }

  header.global .right-box:after {
    content: "";
    clear: both;
    display: block;
  }
  /*言語選択用追加*/
  header.global .right-box .right-txt-box {
	  display: inline;
	  top: 0;
  }
  header.global .right-box .right-lang-box .btn-nav {
    display: block;
	}
  header.global .right-box .right-lang-box .btn-nav.btn_open {
    float: left;
	margin-top: 0.5%;
	width: 13%;
	}
  header.global .right-box .right-lang-box .btn-nav img {
	width: 100%;
	}
  header.global .right-box .right-txt-box .lang-list {
    background: #fff;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 600;
  }
  header.global .right-box .right-txt-box .lang-list .btn-nav.btn_close {
    position: fixed;
    cursor: pointer;
    top: 10px;
    right: 10px;
	width: 13%;
  }
  header.global .right-box .right-txt-box .lang-list ul {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
  border-right: none;
	margin-top: 0;
	width: 100%;
	text-align: center;
  }
  header.global .right-box .right-lang-box ul li {
    display: block;
    border-left: none;
    width: 75%;
    font-size: 20px;
    font-size: 6.25vw;
    margin: 0 auto;
    padding: 0;
  }
  header.global .right-box .right-lang-box ul li + li {
    border-top: 1px solid #ccc;
  }
  header.global .right-box .right-lang-box ul li a {
	  display: block;
    padding: 8% 0;
	text-decoration: none;
  }
  /*言語選択用追加*/
  header.global .right-box .link {
    float: left;
    width: 64%;
    padding: 3% 0 0 3%;
    text-align: left;
  }

  header.global .right-box .link a {
    font-size: 14px;
    font-size: 4.375vw;
  }

  header.global .right-box .link a:before {
    width: 4%;
    height: 0;
    padding-top: 4%;
  }

  header.global .right-box .link a:after {
    width: 7%;
    height: 0;
    padding-top: 7%;
  }
  header.global .right-box .company-logo {
    float: right;
    width: 20%;
    margin-left: 0;
  }

  header.global .right-box .company-logo img {
    width: 100%;
    height: auto;
  }

  main {
    padding-bottom: 40px;
  }

  footer.global .banner-area .banner-box li {
      width: 100%;
      margin-bottom: 10px;
      display: block;
  }

  footer.global .banner-area .banner-box li:last-child {
    margin-bottom: 0;
  }

  footer.global .copyright-area {
    padding: 3%;
  }

  #top #link-area {
    padding: 12% 0;
    background-size: 112px 64px;
  }

  .contents-box {
    width: 90%;
  }

  #link-area .contents-box .main-banner {
    width: 100%;
  }

  #link-area .contents-box .main-banner li {
    margin-bottom: 20px;
  }

  .area-box-wrapper {
    padding: 50px 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .header {
    height: 52vw;
  }

  .heading-lv1 {
    width: 30%;
  }

  .heading-lv2 {
    font-size: 1.8em;
    text-align: left;
    margin-bottom: 16px;
  }

  .heading-lv2-catch {
    margin-bottom: 4px;
  }

  .heading-lv2-catch span {
    font-size: 1.3em;
    background-size: 16px;
  }

  .heading-lv3 {
    font-size: 1.6em;
  }

  .contents-wrapper {
    background-size: 64px;
  }

  .description-box {
    padding: 40px 20px 30px;
    margin-bottom: 16%;
  }

  .contents-description {
    font-size: 1.16em;
    text-align: left;
  }

  .map-bg {
    padding: 35px 0 25px 0;
  }

  .map-bg .map-content {
    padding: 0 35px;
  }

  .map-bg .map-content img {
    max-width: 100%;
  }

  .area-box-wrapper {
    width: 90%;
    padding: 12% 0 6%;
  }

  .area-box {
    width: 100%;
    margin-right: 0;
  }

  .area-btn {
    font-size: 1.3em;
  }

  .pc-hide {
    display: block;
  }

  .sp-hide {
    display: none;
  }

  .contents-description {
    text-align: left;
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.4rem;
  }

  .contents-description-small {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    font-size: 1.0rem;
  }

  .description-box {
    background-size: 100% auto;
    padding: 40px 40px 40px;
    margin-bottom: 16%;
  }
}

@media screen and (max-width: 640px) and (orientation: landscape) {
  .area-btn {
    padding-left: 54px;
  }
}
