@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

p, a {
  line-height: 1;
}

ul, li, dl, dt, dt {
  list-style-type: none;
}

/*------ html body ------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}

#wrapper {
  overflow: hidden;
}

.pcObj {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pcObj {
    display: none !important;
  }
}

.spObj {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .spObj {
    display: block !important;
  }
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.cf:after {
  content: "";
  clear: both;
  display: table;
}

body {
  background: #f5f7fa;
  font-size: 1.6rem;
  font-family: "秀英角ゴシック金 M", "Shuei KakuGo Kin M", sans-serif;
}

body.lang_en {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
}

body.lang_kr {
  font-family: source-han-sans-korean, sans-serif;
  font-weight: 300;
}

body.lang_sc {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
}

body.lang_tc {
  font-family: source-han-sans-traditional, sans-serif;
  font-weight: 400;
}

body.lang_th {
  font-family: DB Manoptica New Regular;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/*------------  loading -------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;
  background: #0f1f64;
  z-index: 10000;
}
#loading .inner {
  text-align: center;
}
#loading .loading_img {
  width: 202px;
  margin-bottom: 30px;
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
          animation: fuwafuwa 3s infinite linear alternate;
}
@media screen and (max-width: 767px) {
  #loading .loading_img {
    width: 40.4vw;
    margin-bottom: 5.8666666667vw;
  }
}
#loading .loading_text {
  width: 135px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #loading .loading_text {
    width: 26.9333333333vw;
  }
}
#loading img {
  width: 100%;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*------------  language -------------*/
#language {
  position: relative;
  margin-right: 45px;
}
#language .language_btn {
  width: 144px;
  padding: 6px 5px 4px;
  border: 2px solid #0f1f64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  font-size: 1.8rem;
  text-align: center;
  color: #0f1f64;
  font-weight: 500;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  background: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 2;
}
#language .language_btn:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #0f1f64 transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#language .language_btn:hover {
  color: #fff;
  background: #0f1f64;
}
#language .language_btn:hover:before {
  border-color: transparent transparent #fff transparent;
}
#language .language_list {
  position: absolute;
  top: 17px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  width: 144px;
  padding: 38px 15px 20px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#language .language_list li + li {
  margin-top: 21px;
}

#language.active .language_btn {
  color: #fff;
  background: #0f1f64;
}
#language.active .language_btn:before {
  border-color: transparent transparent #fff transparent;
}
#language.active .language_list {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .header_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*------------  header -------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5f7fa;
  z-index: 1000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header > .inner {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 40px 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header > .inner {
    padding: 4vw 5.3333333333vw 2.6666666667vw 4vw;
  }
}
header .header_logo {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  width: 212px;
}
@media screen and (max-width: 767px) {
  header .header_logo {
    width: 42.4vw;
  }
}
header .header_logo img {
  width: 100%;
}
header .menu_btn {
  width: 52px;
  cursor: pointer;
}
header .menu_btn img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .menu_btn {
    width: 10.9333333333vw;
  }
}

.closebtn {
  position: fixed;
  top: 30px;
  cursor: pointer;
  right: 40px;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .closebtn {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.closebtn svg {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .closebtn svg {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.closebtn .closebtn {
  fill: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.closebtn:hover .closebtn {
  fill: #d9b1c2;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f1f64;
  z-index: 1000;
  display: none;
  overflow: hidden;
}
nav .inner {
  width: 720px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  nav .inner {
    width: 100%;
  }
}

.nav_inner {
  width: calc(100% + 17px);
  display: block;
  height: 100%;
  margin: 0 auto;
  padding-left: 200px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .nav_inner {
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 12.9333333333vw;
  }
}

.nav_link {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .nav_link {
    margin-top: 20.6666666667vw;
  }
}
.nav_link li a {
  color: #fff;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: inline-block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
@media screen and (max-width: 767px) {
  .nav_link li a {
    font-size: 2.4rem;
  }
}
.nav_link li span {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  display: block;
  font-family: "秀英角ゴシック金 M", "Shuei KakuGo Kin M", sans-serif;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .nav_link li span {
    font-size: 1.3rem;
  }
}
.nav_link li + li {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .nav_link li + li {
    margin-top: 8.6666666667vw;
  }
}
.nav_link a:hover {
  opacity: 1;
  color: #d9b1c2;
}

.lang_list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .lang_list {
    margin-top: 9.0666666667vw;
  }
}

.lang_list:after {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .lang_list:after {
    height: 20.6666666667vw;
  }
}

.lang_title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .lang_title {
    font-size: 1.5rem;
    margin-bottom: 3.2vw;
  }
}

.lang_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lang_list ul {
    width: 60vw;
  }
}
.lang_list ul li {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lang_list ul li {
    width: 28.8vw;
    margin-top: 2vw;
  }
}
.lang_list ul .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.lang_list a:hover {
  opacity: 1;
}
.lang_list a:hover .hover {
  opacity: 1;
}

.sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sns_list {
    position: fixed;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.sns_list li {
  position: relative;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .sns_list li {
    width: 12.9333333333vw;
    height: 12.9333333333vw;
  }
}
.sns_list li + li {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .sns_list li + li {
    margin-left: 3.7333333333vw;
  }
}
.sns_list .icon_fb a:before,
.sns_list .icon_tw a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .sns_list .icon_fb a:before,
  .sns_list .icon_tw a:before {
    display: none;
  }
}
.sns_list .pathicon {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.sns_list .icon_fb a:before {
  background: #325094;
}
.sns_list .icon_tw a:before {
  background: #1da1f2;
}
.sns_list li a:hover {
  opacity: 1;
}
.sns_list li a:hover .pathicon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sns_list li a:hover:before {
  -webkit-transform: scale3d(1.3, 1.3, 1.5);
          transform: scale3d(1.3, 1.3, 1.5);
  opacity: 0;
}

/*------ footer ------*/
footer {
  background: #0f1f64;
}
footer .inner {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .inner {
    width: 86.6666666667%;
    padding: 8.6666666667vw 0 10vw;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}

.footer_company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_company {
    display: block;
    margin: 0 auto 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_company .train {
    width: 52%;
    vertical-align: middle;
    display: inline-block;
    float: left;
  }
}
.footer_company .train a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_company .train a {
    width: 100%;
    height: 100%;
  }
}
.footer_company .train a p {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer_company .train a p {
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.footer_company .train a img {
  width: 54px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer_company .train a img {
    width: 16.97%;
    float: left;
    vertical-align: middle;
    margin-right: 1%;
  }
}
.footer_company .odekake {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .footer_company .odekake {
    display: inline-block;
    width: 48%;
    width: 36vw;
    vertical-align: middle;
    margin-left: 0;
    float: right;
  }
}

.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    margin: 0 0 4.6666666667vw;
  }
}
.footer_nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_nav li:before {
  content: "／";
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_nav li:before {
    font-size: 1rem;
  }
}
.footer_nav li:last-child:after {
  content: "／";
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_nav li:last-child:after {
    font-size: 1rem;
  }
}
.footer_nav li a {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .footer_nav li a {
    font-size: 1rem;
  }
}

.footer_copy {
  text-align: center;
}
.footer_copy small {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .footer_copy small {
    font-size: 0.9rem;
    line-height: 1.6666666667;
  }
}

/* ------------ other language ------------ */
.lang_list .item_ja .hover {
  opacity: 1;
}

.lang_en .nav_link li + li {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .lang_en .nav_link li + li {
    margin-top: 8.6666666667vw;
  }
}
.lang_en .lang_list .item_en .hover {
  opacity: 1;
}
.lang_en .lang_list .item_ja .hover {
  opacity: 0;
}
.lang_en .lang_list .item_ja a:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lang_en .footer_company .train {
    width: 55%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lang_en .footer_company .train a img {
    width: 7.0666666667vw;
  }
}
.lang_en .footer_nav li a {
  margin: 0 0.5em;
}

.lang_kr .nav_link li + li {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .lang_kr .nav_link li + li {
    margin-top: 6vw;
  }
}
.lang_kr .nav_link li span {
  font-family: source-han-sans-korean, sans-serif;
  font-weight: 300;
  margin-top: 2px;
}
.lang_kr .lang_list .item_kr .hover {
  opacity: 1;
}
.lang_kr .lang_list .item_ja .hover {
  opacity: 0;
}
.lang_kr .lang_list .item_ja a:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lang_kr .footer_company .train {
    width: 55%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lang_kr .footer_company .train a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lang_kr .footer_company .train a img {
  width: 53px;
}
@media screen and (max-width: 767px) {
  .lang_kr .footer_company .train a img {
    width: 7.0666666667vw;
  }
}
.lang_kr .footer_nav li a {
  margin: 0 0.5em;
}

.lang_sc .nav_link li + li {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .lang_sc .nav_link li + li {
    margin-top: 6vw;
  }
}
.lang_sc .nav_link li span {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 300;
  margin-top: 2px;
}
.lang_sc .lang_list .item_sc .hover {
  opacity: 1;
}
.lang_sc .lang_list .item_sc a {
  pointer-events: none;
}
.lang_sc .lang_list .item_ja .hover {
  opacity: 0;
}
.lang_sc .lang_list .item_ja a:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lang_sc .footer_company .train {
    width: 55%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lang_sc .footer_company .train a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lang_sc .footer_company .train a p {
  letter-spacing: 0.1em;
}
.lang_sc .footer_company .train a img {
  width: 53px;
}
@media screen and (max-width: 767px) {
  .lang_sc .footer_company .train a img {
    width: 7.0666666667vw;
  }
}
.lang_sc .footer_nav {
  margin-top: 30px;
}
.lang_sc .footer_nav li a {
  margin: 0 0.5em;
}

.lang_tc .nav_link li + li {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .lang_tc .nav_link li + li {
    margin-top: 6vw;
  }
}
.lang_tc .nav_link li span {
  font-family: source-han-sans-traditional, sans-serif;
  font-weight: 300;
  margin-top: 2px;
}
.lang_tc .lang_list .item_tc .hover {
  opacity: 1;
}
.lang_tc .lang_list .item_ja .hover {
  opacity: 0;
}
.lang_tc .lang_list .item_ja a:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lang_tc .footer_company .train {
    width: 55%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lang_tc .footer_company .train a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lang_tc .footer_company .train a p {
  letter-spacing: 0.1em;
}
.lang_tc .footer_company .train a img {
  width: 53px;
}
@media screen and (max-width: 767px) {
  .lang_tc .footer_company .train a img {
    width: 7.0666666667vw;
  }
}
.lang_tc .footer_nav {
  margin-top: 30px;
}
.lang_tc .footer_nav li a {
  margin: 0 0.5em;
}

.lang_th .nav_link li + li {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .lang_th .nav_link li + li {
    margin-top: 6vw;
  }
}
.lang_th .nav_link li span {
  font-family: source-han-sans-traditional, sans-serif;
  font-weight: 300;
  margin-top: 5px;
}
.lang_th .lang_list .item_th .hover {
  opacity: 1;
}
.lang_th .lang_list .item_ja .hover {
  opacity: 0;
}
.lang_th .lang_list .item_ja a:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lang_th .footer_company .train {
    width: 55%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lang_th .footer_company .train a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lang_th .footer_company .train a p {
  letter-spacing: 0.1em;
}
.lang_th .footer_company .train a img {
  width: 53px;
}
@media screen and (max-width: 767px) {
  .lang_th .footer_company .train a img {
    width: 7.0666666667vw;
  }
}
.lang_th .footer_nav {
  margin-top: 30px;
}
.lang_th .footer_nav li a {
  margin: 0 0.5em;
}

.notice {
  position: relative;
  padding-top: 130px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .notice {
    padding-top: 24vw;
    padding-bottom: 5.3333333333vw;
  }
}
.notice-box {
  width: 723px;
  margin: 0 auto;
  padding: 28px 33px 34px;
  background: #fff;
  border: 3px solid #ff0000;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ff0000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notice-box {
    width: 89.3333333333vw;
    padding: 5.3333333333vw 4vw 6.6666666667vw;
  }
}
.notice-box_title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}
@media screen and (max-width: 767px) {
  .notice-box_title {
    margin-bottom: 2.6666666667vw;
    line-height: 2;
    font-size: 1.2rem;
  }
}
.notice-box_text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .notice-box_text {
    line-height: 2;
    font-size: 1.2rem;
  }
}
.notice-box_link {
  margin-top: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .notice-box_link {
    margin-top: 2.9333333333vw;
    font-size: 1.2rem;
  }
}
.notice-box_link a {
  color: #ff0000;
  text-decoration: underline;
  font-weight: bold;
}

.lang_en .notice-box_link a,
.lang_kr .notice-box_link a,
.lang_kr .notice-box_link a,
.lang_sc .notice-box_link a,
.lang_tc .notice-box_link a,
.lang_th .notice-box_link a {
  line-height: 1.4;
}

.lang_en .notice-box_title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
}
.lang_en .notice-box_link a {
  font-weight: 500;
}
.lang_en .notice-box_title,
.lang_en .notice-box_text,
.lang_en .notice-box_link {
  letter-spacing: 0;
}

.lang_tc .notice-box_title {
  font-family: source-han-sans-traditional, sans-serif;
}

.lang_sc .notice-box_title {
  font-family: source-han-sans-simplified-c, sans-serif;
}

.lang_kr .notice-box_title {
  font-family: source-han-sans-korean, sans-serif;
}
.lang_kr .notice-box_title,
.lang_kr .notice-box_text,
.lang_kr .notice-box_link {
  letter-spacing: 0;
}

.lang_th .notice-box_title,
.lang_th .notice-box_link {
  font-family: DB Manoptica New Bold;
}
.lang_th .notice-box_text {
  letter-spacing: 0;
}
.lang_th .notice-box_title,
.lang_th .notice-box_link,
.lang_th .notice-box_text {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .lang_th .notice-box_title,
  .lang_th .notice-box_link,
  .lang_th .notice-box_text {
    font-size: 1.7rem;
  }
}

body {
  min-width: 1024px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 1px;
  }
}

#wrapper {
  overflow: hidden;
  background: #f5f7fa;
}

/*----------- header -----------*/
header {
  background: transparent;
}
header .header_logo {
  opacity: 0;
  visibility: hidden;
}
header .header_logo a {
  pointer-events: auto;
}

header.scroll-on {
  background: rgba(255, 255, 255, 0.75);
}
header.scroll-on .header_logo {
  opacity: 1;
  visibility: visible;
}
header.scroll-on .header_logo a {
  pointer-events: auto;
}

/*----------- sidenav -----------*/
.sidenav {
  position: fixed;
  top: 0;
  left: 20px;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sidenav {
    top: auto;
    left: 2.6666666667vw;
    bottom: 4.2666666667vw;
    display: block;
    height: auto;
  }
}
.sidenav ul li a {
  opacity: 0.5;
}
.sidenav ul a:hover,
.sidenav ul .current a {
  opacity: 1;
}
.sidenav ul li + li {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .sidenav ul li + li {
    margin-top: 0.5333333333vw;
  }
}

.sidenav.scroll-on {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sidenav_concept {
    width: 11.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .sidenav_design {
    width: 9.7333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .sidenav_train {
    width: 13.6vw;
  }
}

/*----------- mv -----------*/
.mv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.mv .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-width: 1024px;
}
@media screen and (max-width: 767px) {
  .mv .inner {
    min-width: 1px;
    padding-top: 17.2vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.mv_main {
  position: relative;
  width: 720px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv_main {
    width: 100%;
    margin: 3.0666666667vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .mv_main .mv_title {
    width: 61.6vw;
    margin: 0 auto;
  }
}
.mv_main .mv_img {
  padding-left: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .mv_main .mv_img {
    width: 82.1333333333vw;
    margin: 27.4666666667vw 0 0 5.3333333333vw;
    padding: 0;
  }
}

.mv_scroll {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .mv_scroll {
    bottom: 5.3333333333vw;
    width: 5.0666666667vw;
  }
}
.mv_scroll img {
  -webkit-animation: bounce 2s infinite 2s;
          animation: bounce 2s infinite 2s;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mv_scroll a:hover img {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.mv_top {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv_top {
    max-height: 204px;
    height: 25.5vh;
  }
}
@media screen and (max-width: 767px) {
  .mv_top {
    left: 2.6666666667vw;
    width: 25.2vw;
  }
}

.mv_left {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 1;
}

.mv_right {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 100;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .mv_right img {
    height: 100%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .mv_right {
    height: 88.75vh;
    max-height: 572px;
  }
}
@media screen and (max-width: 767px) {
  .mv_right {
    right: 2.4vw;
    bottom: auto;
    bottom: 10vw;
    top: 58.6666666667vw;
    width: 77.3333333333vw;
  }
}

.mv_text {
  position: absolute;
  top: 25px;
  left: 218px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv_text {
    max-height: 70px;
    height: 8.75vh;
  }
}
@media screen and (max-width: 767px) {
  .mv_text {
    position: static;
    width: 100%;
  }
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mv img {
    width: 100%;
  }
  .mv_main {
    width: 56.25%;
  }
  .mv_main .mv_title {
    width: 64.1666666667%;
    margin: 0 auto;
  }
  .mv_main .mv_img {
    width: 48.125vw;
    padding-left: 2.03125vw;
    margin-top: 9.0277777778%;
    min-width: 601.56px;
  }
  .mv_main .mv_link {
    width: 22.5%;
    top: 34.7222222222%;
    right: 9.7222222222%;
  }
  .mv_top {
    width: 13.203125%;
    left: 1.5625%;
  }
  .mv_left {
    width: 27.265625%;
    left: 1.5625%;
  }
  .mv_right {
    width: auto !important;
    right: 0.78125%;
  }
  .mv_right img {
    width: auto;
  }
  .mv_text {
    width: 29.921875%;
  }
  .H800 .mv img {
    width: 100%;
    height: auto;
  }
}
/*高さが800以下のとき*/
@media screen and (min-width: 768px) {
  .H800 .mv img {
    width: auto;
    height: 100%;
  }
  .H800 .mv_title {
    width: auto;
    max-height: 189px;
    height: 23.63vh;
  }
  .H800 .mv_img {
    width: auto;
    max-height: 342px;
    height: 42.75vh;
  }
  .H800 .mv_text {
    width: auto;
    top: 3.13vh;
  }
  .H800 .mv_img {
    width: auto;
    margin-top: 8.13vh;
    padding-left: 3.25vh;
  }
  .H800 .mv_link {
    width: auto;
    top: 26.25vh;
    right: 8.75vh;
    max-height: 162px;
    height: 22.5vh;
  }
  .H800 .mv_left {
    width: auto;
    left: 2.5vh;
    height: 71.5vh;
    max-height: 572px;
  }
  .H800 .mv_right {
    width: auto;
    right: 1.25vh;
    height: 88.75vh;
    max-height: 572px;
  }
}
/*高さが640のとき*/
@media screen and (min-width: 768px) {
  .H640 .mv img {
    height: 100%;
  }
}
/*----------- concept -----------*/
.concept .inner {
  position: relative;
  width: 1024px;
  margin: -50px auto 0;
  padding: 150px 0 135px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .concept .inner {
    position: static;
    width: 89.3333333333%;
    margin: -16.4vw auto 0;
    padding: 22vw 0 0;
  }
}

.concept_title {
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .concept_title {
    width: 31.6vw;
    margin: -1.7333333333vw auto 6.4vw;
  }
}

.concept_text {
  position: absolute;
  top: 125px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .concept_text {
    position: static;
    width: 37.8666666667vw;
  }
}

.concept_lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept_lead {
    width: 59.2vw;
    margin: 0 auto;
  }
}

.concept_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .concept_wrap {
    display: block;
    margin-top: 9.3333333333vw;
  }
}
.concept_wrap .left_block {
  width: 234px;
  margin-right: 65px;
}
@media screen and (max-width: 767px) {
  .concept_wrap .left_block {
    width: 46.8vw;
    margin: 0 auto 4vw;
  }
}
.concept_wrap .left_block .img {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .concept_wrap .left_block .img {
    width: 100%;
  }
}
.concept_wrap .left_block .img img {
  width: 100%;
}
.concept_wrap .left_block .link {
  margin-top: 30px;
}
.concept_wrap .right_block {
  width: 512px;
}
@media screen and (max-width: 767px) {
  .concept_wrap .right_block {
    width: 92.5373134328%;
    margin: 0 auto;
  }
}
.concept_wrap .right_block p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .concept_wrap .right_block p {
    margin-bottom: 4vw;
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .concept_wrap .right_block .link {
    width: 43.8666666667vw;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}

.concept_note {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  width: 1024px;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .concept_note {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.16em;
    width: 93.3333333333%;
    margin: 7.3333333333vw auto 0;
  }
}

/*----------- design -----------*/
.design .inner {
  position: relative;
  width: 1024px;
  margin: -50px auto 0;
  padding: 118px 0 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .design .inner {
    width: 89.3333333333%;
    margin: -6.6666666667vw auto 0;
    padding: 22.9333333333vw 0 0;
  }
}

.design_title {
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .design_title {
    width: 43.7333333333vw;
    margin: 0 auto;
  }
}

.design_lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .design_lead {
    width: 62.6666666667vw;
    margin: 7.3333333333vw auto 7.6vw;
  }
}

.design_text {
  width: 720px;
  margin: 52px auto 0;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .design_text {
    width: 91.0447761194%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.design_topbg {
  position: absolute;
  top: 55px;
  left: -88px;
}

.design_btmbg {
  position: absolute;
  top: 0;
  right: -110px;
}
@media screen and (max-width: 767px) {
  .design_btmbg {
    position: static;
    width: 89.7333333333vw;
    margin: -5.3333333333vw auto 0;
  }
}

/*----------- design_series -----------*/
.design_series {
  text-align: center;
}
.design_series .inner {
  padding: 45px 0 152px;
}
@media screen and (max-width: 767px) {
  .design_series .inner {
    width: 100%;
    padding: 20vw 2vw 0;
  }
}
.design_series .series_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .design_series .series_title {
    width: 51.8666666667vw;
    width: 56vw;
    margin: 0 auto 3.7333333333vw;
  }
}
.design_series .series_text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .design_series .series_text {
    width: 91.0447761194%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.design_series .series_text + .series_text {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .design_series .series_text + .series_text {
    margin: 7.3333333333vw auto 0;
  }
}
.design_series .series_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .design_series .series_list {
    width: 81.3333333333vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 8vw auto 0;
  }
}
.design_series .series_list .icon {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .design_series .series_list .icon {
    width: 9.7333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .design_series .series_list li {
    width: 37.3333333333vw;
  }
  .design_series .series_list li:nth-child(n+3) {
    margin-top: 7.3333333333vw;
  }
}
.design_series .series_list .img {
  margin-top: -17px;
}
@media screen and (max-width: 767px) {
  .design_series .series_list .img {
    margin-top: -1.8666666667vw;
  }
}
.design_series .series_list .text {
  margin-top: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .design_series .series_list .text {
    margin-top: 1.3333333333vw;
    font-size: 0.9rem;
  }
}
.design_series .series_list .train {
  margin: 10px auto 0;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .design_series .series_list .train {
    width: 32.8vw;
    margin-top: 1.3333333333vw;
  }
}
.design_series .series_list .train img {
  width: 100%;
  height: auto;
}
.design_series .series_list .link {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .design_series .series_list .link {
    width: 9.7333333333vw;
    margin: 1.3333333333vw auto 0;
  }
}
.design_series .series_list li + li {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .design_series .series_list li + li {
    margin: 0;
  }
}
.design_series .design01 .text {
  color: #b9405f;
}
.design_series .design02 .text {
  color: #db5c8f;
}
.design_series .design03 .text {
  color: #ebbc4e;
}

/*----------- train -----------*/
.train .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding: 50px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .train .inner {
    width: 100%;
    padding: 14.6666666667vw 0 0;
  }
}

.train_title {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .train_title {
    margin-bottom: 7.3333333333vw;
  }
}

.train_lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .train_lead {
    width: 47.4666666667vw;
    margin: 0 auto;
  }
}

.train_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 55px 0 75px;
}
@media screen and (max-width: 767px) {
  .train_wrap {
    display: block;
    margin: 7.7333333333vw 0 9.3333333333vw;
  }
}
.train_wrap .left_block {
  width: 360px;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .train_wrap .left_block {
    width: 60.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .train_wrap .right_block {
    width: 64%;
    margin: 10.6666666667vw auto 0;
  }
}
.train_wrap .right_block p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .train_wrap .right_block p {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.train_caution {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8947368421;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .train_caution {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.train_leftbtm {
  position: absolute;
  left: -68px;
  bottom: 40px;
}

.train_rightbtm {
  position: absolute;
  right: -62px;
  bottom: 40px;
}

/*----------- footArea -----------*/
.footArea .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding: 105px 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footArea .inner {
    width: 100%;
    padding: 11.7333333333vw 0 0;
  }
}

.footArea_bnr {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .footArea_bnr {
    width: 72vw;
    margin: 0 auto 2vw;
  }
}

.footArea_bnr--02 {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .footArea_bnr--02 {
    margin-bottom: 7.3333333333vw;
  }
}

.footArea_bnr--02 img {
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .footArea_bnr--02 img {
    width: 72vw;
  }
}

@media screen and (max-width: 767px) {
  .footArea_text {
    width: 69.2vw;
    margin: 0 auto;
  }
}

.footArea_text--02 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footArea_text--02 {
    width: 69.2vw;
    margin-bottom: 4vw;
  }
}

.footArea_righttop {
  position: absolute;
  top: 38px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .footArea_righttop {
    top: -10vw;
    width: 23.3333333333vw;
  }
}

.footArea_leftbtm {
  position: absolute;
  left: -88px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .footArea_leftbtm {
    position: static;
    left: 0;
    width: 59.7333333333vw;
    margin: 6vw 0 0;
  }
}

.footArea_message {
  text-align: right;
  margin: 122px 50px 0 0;
}
@media screen and (max-width: 767px) {
  .footArea_message {
    position: absolute;
    right: 4.6666666667vw;
    bottom: 15.3333333333vw;
    width: 42.5333333333vw;
    margin: 0;
  }
}
/*# sourceMappingURL=top.css.map */