@charset "utf-8";

html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
details,menu,figcaption,figure,main,article,aside,footer,header,nav,section {display: block;}
html,body,button,input,optgroup,select,textarea,p,h1,h2,h3,h4,h5,h6,figure,ul,ol,dl,dt,dd {margin: 0;}
ul,ol,dl,dd,dt { list-style: none; padding: 0;}
hr {box-sizing: content-box;height: 0;overflow: visible;}
pre {font-family: monospace, monospace;font-size: 1em;}
a {background-color: transparent;-webkit-text-decoration-skip: objects;outline: none;}
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}
dfn {font-style: italic;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
canvas,audio,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
img {border-style: none;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {display: inline-block;vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"],
[type="radio"] {box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
summary {display: list-item;}

/* ------------------------------------------------------------------
* GENERAL
------------------------------------------------------------------ */
body {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #f2f6f8;
  color: #00323c;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
}
html[lang="en"] body {
  font-family: 'Roboto', sans-serif;
}
html[lang="zh"] body {
  font-family: 'Microsoft YaHei', 'Noto Sans JP', sans-serif;
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.font--roboto {font-family: 'Roboto', sans-serif!important;}
#wrapper {
  background: url(../img/bg.png) repeat-y center top / 100% auto;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .pc {display: none!important;}
  #wrapper {
    background: url(../img/bg_sp.png) repeat-y center top / 100% auto;
  }
}
@media (min-width: 768px) {
  .sp {display: none!important;}
}
@media (max-width: 1199px) {
  #main {padding-top: 90px;}
}
@media (min-width: 1200px) {
  #main {padding-top: 70px;}
}
@media (max-width: 960px) {
  #main {padding-top: 65px;}
}

/* ------------------------------------------------------------------
* HEADER
------------------------------------------------------------------ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: background 0.3s ease;
}
#header.is--sticky {
  background-color: rgba(255, 255, 255, 0.9);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.header__logo {
  font-size: 0;
}
.header__logo h1 img {
  width: 245px;
}
.header__logo h2 img {
  width: 47px;
}
@media (min-width: 1200px) {
  .header__inner {
    padding: 0 40px;
  }
  .header__logo .for--sp {display: none!important;}
  .header__logo {
    display: flex;
    align-items: center;
  }
  .header__logo h2 {
    border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header__logo h1 img {
    width: 342px;
  }
  .header__logo h2 img {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .header__logo .for--pc {display: none!important;}
  .header__logo h2 {
    margin-top: 6px;
  }
}

/* hamburger */
.hamburger__button {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #00a03c;
  box-shadow: 0 0 8px rgba(0, 20, 60, 0.3);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -8px;
  position: relative;
  z-index: 6;
}
.hamburger__button span {
  background: url(../img/menu.png) no-repeat 0 0 / 100% 100%;
  width: 22px;
  height: 22px;
}
@media (min-width: 961px) {
  .hamburger__button {
    display: none!important;
  }
}

/* mainmenu */
.mainmenu li a {
  text-decoration: none;
  color: #00323c;
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
}
.mainmenu li span {
  display: block;
  position: relative;
}
@media (min-width: 961px) {
  .mainmenu {
    display: flex;
    padding-right: 65px;
  }
  .mainmenu li a {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 15px;
    transition: opacity 0.3s ease;
  }
  .mainmenu li a:hover {
    opacity: 0.7;
  }
  .mainmenu li span {
    padding: 0 0 0 30px;
  }
  .mainmenu li span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow01.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 961px) and (max-width: 1023px) {
  .mainmenu li a {
    font-size: 14px;
  }
  .mainmenu li span {
    padding-left: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .mainmenu li a {
    font-size: 15px;
  }
  .mainmenu li span {
    padding-left: 26px;
  }
}
@media (min-width: 1360px) {
  .mainmenu {
    padding-right: 126px;
  }
}
@media (max-width: 960px) {
  #nav {
    background-color: rgba(0, 50, 60, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    padding: 0 0 0 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: all 0.3s ease;
  }
  .nav__inner {
    background-color: #FFFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 14px;
    overflow: hidden;
    display: flex;
  }
  .mainmenu {
    background-color: #dce6ec;
    padding-right: 1px;
    width: calc(100% - 70px);
  }
  .mainmenu li {
    margin-bottom: 1px;
  }
  .mainmenu li a {
    background-color: #FFF;
    padding: 13px 15px 13px 20px;
  }
  .mainmenu li span {
    padding-right: 30px;
  }
  .mainmenu li span::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow01.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  #nav {
    padding-left: 60%;
  }
}

/* nav opened */
@media (max-width: 960px) {
  .nav--opened #nav {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
}

/* language */
.language {
  background-color: #FFF;
  padding: 18px 10px 15px;
  width: 70px;
}
.language__title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 -5px 5px;
}
.language__list li:not(:last-child) {
  margin-bottom: 3px;
}
.language__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  height: 25px;
  color: #00323c;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #00323c;
  border-radius: 6px;
  transition: opacity 0.3s ease;
}
.language__list a:not(.current):hover {
  opacity: 0.7;
}
.language__list .current {
  pointer-events: none;
  background-color: #00323c;
  color: #FFF;
}
.language__list .font--roboto {
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 500;
}
.language .social {
  display: block;
  margin: 15px auto 0;
  width: 40px;
}
.language .social li {
  padding: 0;
}
.language .social li:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 961px) {
  .header__inner > .language {
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 14px;
    z-index: 10;
  }
  #nav .language {
    display: none!important;
  }
}
@media (max-width: 960px) {
  .header__inner > .language {
    display: none!important;
  }
  #nav .language {
    width: 70px;
    border-radius: 0;
    box-shadow: none;
    padding-top: 60px;
  }
}

/* social */
.social {
  display: flex;
}
.social li {
  padding: 0 5px;
}
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-decoration: none;
  border: 2px solid #00a03c;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
.social li a:hover {
  opacity: 0.7;
}
.social li a span {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.social__fb {
  background-image: url(../img/fb.png);
  width: 7px;
  height: 15px;
}
.social__in {
  background-image: url(../img/in.png);
  width: 17px;
  height: 17px;
}
.social--white li a {
  border-color: #FFF;
  display: flex;
}
.social--white .social__fb {
  background-image: url(../img/fb_w.png);
}
.social--white .social__in {
  background-image: url(../img/in_w.png);
}

/* ------------------------------------------------------------------
* FOOTER
------------------------------------------------------------------ */
#footer {
  background-color: #00323c;
  color: #FFF;
}
.footer__logo {
  font-size: 0;
}
.footer__logo img {
  width: 285px;
}
.footer__company {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
}
.footer__email {
  letter-spacing: 0.04em;
}
.footer__email a {
  color: #FFF;
  text-decoration: none;
}
.footer__email a:hover {
  text-decoration: underline;
}
.copyright {
  font-size: 10px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .footer__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
  }
  .footer__contact {
    padding-left: 15px;
    margin-right: -5px;
  }
}
@media (min-width: 991px) {
  .footer__contact,
  .footer__brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer__logo {
    padding-right: 20px;
  }
  .footer__info {
    border-left: 1px solid #28505a;
    padding: 0 0 0 20px;
  }
  .footer__contact {
    padding-left: 15px;
    margin-right: -5px;
  }
  .footer__contact .social {
    order: 12;
    padding-left: 18px;
  }
}
@media (max-width: 990px) {
  .footer__logo {
    margin-bottom: 10px;
  }
  .footer__contact {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .footer__contact .social {
    justify-content: center;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  #footer {
    border-bottom: 1px solid #FFF;
  }
  .footer__inner {
    text-align: center;
    padding: 40px 15px;
  }
  .footer__brand {
    margin-bottom: 12px;
  }
}

/* ------------------------------------------------------------------
* MAIN
------------------------------------------------------------------ */
.row {
  display: flex;
  flex-wrap: wrap;
}
[class^=col-] {
  width: 100%;
}
.head {
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  margin-bottom: 20px;
}
.head h2 {
  font-weight: 500;
  font-size: 51px;
  line-height: 1.2;
  margin-bottom: -4px;
}
.head h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.info {
  background-color: #00a03c;
  padding: 47px 20px 55px;
}
.info dl {
  color: #FFF;
  border-top: 1px solid #14b450;
  padding: 21px 0 0 0;
}
.info dl dt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0 0 0 5px;
}
.info dl dd {
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #14b450;
  margin: -1.7em 0 21px 0;
  padding: 0 5px 21px 122px;
}
.info dl dd:last-child {
  margin-bottom: 0;
}
.access {
  background-color: #00922e;
  padding: 47px 20px 55px;
}
.access__map {
  margin-bottom: 7px;
}
.access__map iframe,
.access__map img {
  border-radius: 12px;
  width: 100%;
}
.access__map iframe {
  height: 260px;
}
.access__title {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.access__address {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.access__text {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .col--md-6 {
    width: 50%;
  }
  .col--md-4 {
    width: 33.3333%;
  }
  .access,
  .info {
    height: 100%;
  }
  .access__inner,
  .info__inner {
    margin: 0 auto;
    max-width: 520px;
  }
  html[lang="en"] .info dl dd {
    padding-left: 135px;
  }
}
@media (max-width: 767px) {
  .head {
    margin-bottom: 17px;
  }
  .head h2 {
    font-size: 34px;
  }
  .access,
  .info {
    padding: 30px 20px 45px;
  }
  .info dl {
    padding-top: 10px;
  }
  .info dl dt {
    position: relative;
    padding: 0 5px 0 23px;
  }
  .info dl dt::before {
    content: "";
    height: 2px;
    width: 10px;
    background-color: #FFF;
    position: absolute;
    left: 5px;
    top: 9px;
  }
  .info dl dd {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 5px 10px;
  }
  .access__address {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .access__map {
    margin-bottom: 0;
  }
}

/* visual */
.visual {
  margin: 0 0 0 20px;
  position: relative;
  z-index: 1;
}
.visual__image {
  position: relative;
}
.visual__image > img {
  border-radius: 25px 0 0 25px;
  width: 100%;
  display: block;
}
.visual__body {
  position: absolute;
  left: 5.3125vw;
  top: 5vw;
  z-index: 1;
  color: #FFF;
  line-height: 1.2;
}
.visual__title img {
  width: 31.25vw;
}
.visual__date {
  font-weight: 500;
  font-size: 2.35vw;
  margin-top: 0.5vw;
}
.visual__date strong {
  font-size: 3.44vw;
}
.visual__date strong em {
  font-style: normal;
  letter-spacing: -0.1em;
}
.visual__date small {
  font-size: 1.343vw;
  margin-left: 0.67vw;
}
.visual__date span:nth-child(1) {
  position: relative;
  padding-right: 2.1vw;
  margin-right: 0.7vw;
}
.visual__date span:nth-child(1)::after {
  content: "";
  width: 1.3125vw;
  height: 0.1875vw;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 1.5vw;
}
.visual__time {
  font-weight: 500;
  font-size: 1.5vw;
  letter-spacing: -0.02em;
}
.visual__ticket {
  font-size: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
.visual__ticket img {
  width: 130px;
}
@media (min-width: 1200px) {
  .visual {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .visual__title {
    position: absolute;
    left: 5.333vw;
    top: 5.333vw;
  }
  .visual__title img {
    width: 46.9333vw;
  }
  .visual__ticket {
    right: 10px;
    bottom: 26vw;
  }
  .visual__ticket img {
    width: 28vw;
  }
  .visual__body {
    top: inherit;
    bottom: 8vw;
    left: inherit;
    right: 5vw;
    text-align: right;
    letter-spacing: -0.05em;
  }
  .visual__time {
    font-size: 4.26667vw;
  }
  .visual__date {
    font-size: 5.6vw;
  }
  .visual__date strong {
    font-size: 10.4vw;
  }
  .visual__date small {
    font-size: 4.26667vw;
    margin-left: 1.3vw;
  }
  .visual__date span:nth-child(1) {
    padding-right: 5vw;
    margin-right: 1.6vw;
  }
  .visual__date span:nth-child(1)::after {
    width: 3.2vw;
    height: 0.5vw;
    top: 3.2vw;
  }
  .visual__truck {
    position: absolute;
    left: 0;
    bottom: -3.0667vw;
    width: 41.805556%;
  }
  .visual__truck img {
    width: 100%;
    display: block;
  }
}

/* event */
.event {
  padding: 15vw 0 90px;
  position: relative;
}
.event .container {
  position: relative;
  z-index: 1;
}
.event__bg {
  background: url(../img/text_event.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10.075vw;
}
.event__head {
  text-align: center;
  margin-bottom: 40px;
}
.event__head h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.event__head h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #00323c;
  height: 2px;
  width: 40px;
}
.event__head h2 {
  font-size: 45px;
  font-weight: 700;
  color: #00a03c;
  line-height: 1.2;
  margin-bottom: 15px;
}
.event__lead {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.86;
  text-align: left;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
}
.event__lead p:not(:last-child) {
  margin-bottom: 12px;
}
.event__desc {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 38px;
}
.event__box {
  background-color: #FFF;
  border-radius: 12px;
  padding-bottom: 18px;
}
.event__box h3 {
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #dce6ec;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 14px;
}
.event__list li {
  position: relative;
  font-size: 12px;
  line-height: 1.75;
  padding-left: 11px;
}
.event__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00a03c;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.event__list li small {
  font-size: 10px;
}
.event__image {
  font-size: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.event__image li {
  width: 33.3333%;
  padding: 0 7px;
  max-width: 250px;
}
.event__image li img {
  width: 100%;
}
@media (max-width: 767px) {
  .event {
    padding: 20vw 0 40px;
  }
  .event__bg {
    background-image: url(../img/text_event_sp.png);
    height: 10.6667vw;
  }
  .event__head {
    margin-bottom: 30px;
  }
  .event__head h3 {
    margin-bottom: 23px;
  }
  .event__head h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .event__lead {
    font-size: 11px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .event__lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  .event__desc {
    font-size: 16px;
  }
  .event__box {
    padding-bottom: 15px;
  }
  .event__box h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .event__list li {
    font-size: 11px;
  }
  .event__list li small {
    font-size: 9px;
  }
  .event__point {
    padding: 0 15px;
  }
  .event__list li:not(:last-child) {
    margin-bottom: 4px;
  }
  .event__list li::before {
    width: 5px;
    height: 5px;
    top: 0.5em;
  }
  html[lang="en"] .event__list li::before {
    top: 0.65em;
  }
  .event__image li {
    width: 50%;
    margin-bottom: 14px;
    max-width: inherit;
  }
}
@media (max-width: 460px) {
  .event__head h2 {
    font-size: 5vw;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .event .row {
    margin: 0 -15px;
  }
  .event [class^=col-] {
    padding: 0 15px;
  }
  .event__point {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .event__head h2 {
    font-size: 5.4vw;
  }
}
