@charset "UTF-8";
html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 500;
}

a:active, a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 512px) {
  html {
    font-size: .8em;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: .75em;
  }
}
@media screen and (max-width: 416px) {
  html {
    font-size: .65em;
  }
}
@media screen and (max-width: 384px) {
  html {
    font-size: .60em;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: .5em;
  }
}

body {
  min-width: 960px;
}
@media screen and (max-width: 640px) {
  body {
    overflow-x: hidden;
    min-width: auto;
    min-width: initial;
  }
}

a {
  color: #006699;
  line-height: 1.5;
}


.h-ruled {
  overflow: hidden;
  text-align: center;
}
.h-ruled__content {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  position: relative;
}
.h-ruled__content:before, .h-ruled__content:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1em;
  width: 600px;
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url("../images/v2/assets/components/heading/l.png");
}
@media screen and (max-width: 640px) {
  .h-ruled__content:before, .h-ruled__content:after {
    background-image: url("../images/v2/assets/components/heading/s.png");
  }
}
.h-ruled__content:before {
  right: 100%;
}
.h-ruled__content:after {
  left: 100%;
}


.icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.icon:before {
  background-image: url("../images/v2/assets/icon/icon_sprite-s809e5c1842.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 100%;
}
.icon-rc {
  width: 3.375em;
}
.icon-rc:before {
  background-position: 0 68.29268%;
  background-size: 162.96296% 392.85714%;
  padding-top: 50%;
}
.icon-fc {
  width: 3.375em;
}
.icon-fc:before {
  background-position: 0 0;
  background-size: 162.96296% 392.85714%;
  padding-top: 51%;
}
.icon-map {
  width: 3.375em;
}
.icon-map:before {
  background-position: 0 34.14634%;
  background-size: 162.96296% 392.85714%;
  padding-top: 51%;
}
.icon-textmap {
  width: 5.5em;
}
.icon-textmap:before {
  background-position: 0 100%;
  background-size: 100% 423.07692%;
  padding-top: 29%;
}


@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.iconf,
[class^="iconf-"] {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconf-tel:before {
  content: "";
}

.iconf-shop:before {
  content: "";
}

.iconf-blank:before {
  content: "";
}

.iconf-pin:before {
  content: "";
}

.iconf-loupe:before {
  content: "";
}

.iconf-info:before {
  content: "";
}

.iconf-uparrowsharp:before {
  content: "";
}

.iconf-rightarrowsharp:before {
  content: "";
}

.iconf-downarrowsharp:before {
  content: "";
}

.iconf-leftarrowsharp:before {
  content: "";
}

.iconf-uparrow:before {
  content: "";
}

.iconf-rightarrow:before {
  content: "";
}

.iconf-downarrow:before {
  content: "";
}

.iconf-leftarrow:before {
  content: "";
}


.page-top {
  width: 180px;
  height: 38px;
  border-radius: 6px 6px 0 0;
  background-image: url("../images/v2/assets/components/pagetop/bg_pagetop.jpg");
  text-align: center;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .page-top {
    width: auto;
    height: auto;
    background-image: none;
    border-radius: initial;
  }
}
.page-top__link {
  color: #fff;
  font-size: .875em;
  line-height: 2.2;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .page-top__link {
    color: #000;
    font-size: 1.75em;
    line-height: 1;
  }
}
.page-top__cube {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  height: 26px;
  text-align: center;
  width: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .page-top__cube {
    background-color: #2a2a2a;
    background-image: url("../images/v2/assets/components/pagetop/bg_pagetop.jpg");
    font-size: 1.5em;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: .4em;
  }
}

.switch_language_bar {
  width: 100%;
  min-width: 980px;
  background-color:#A98160;
}
@media screen and (max-width: 640px) {
  .switch_language_bar {
    min-width: auto;
    min-width: initial;
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.switch_language_bar__inner {
  width: 960px;
  height: 36px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  color: #ffffff;
  font-size: 0.8em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1.00, #A98160), color-stop(0.50, #bba18b), color-stop(0.00, #A98160));
  background: -webkit-linear-gradient(right, #A98160 0%, #bba18b 50%, #A98160 100%);
  background: -moz-linear-gradient(right, #A98160 0%, #bba18b 50%, #A98160 100%);
  background: -o-linear-gradient(right, #A98160 0%, #bba18b 50%, #A98160 100%);
  background: -ms-linear-gradient(right, #A98160 0%, #bba18b 50%, #A98160 100%);
  background: linear-gradient(to right, #A98160 0%, #bba18b 50%, #A98160 100%);
}
@media screen and (max-width: 640px) {
  .switch_language_bar__inner {
    width: auto;
    height: auto;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
.switch_language_bar__inner a {
  color: #dddddd;
  text-decoration: none;
}
.switch_language_bar__inner a:hover {
  color: #ffffff;
}
.switch_language_bar__inner a:active {
  color: #ffffff;
  text-decoration: none;
}
.switch_language_bar__inner a:visit {
  color: #dddddd;
  text-decoration: none;
}
.lang_jp-ja{
  display: inline-block;
  padding-left: 3.0em;
  background: url(../images/v2/assets/multi_language/flag_jp.png) left top no-repeat;
  background-size: contain;
}
.lang_en-us{
  display: inline-block;
  padding-left: 3.0em;
  background: url(../images/v2/assets/multi_language/flag_us.png) left top no-repeat;
  background-size: contain;
  margin-left: 1.5em;
}
.lang_zh-cn{
  display: inline-block;
  padding-left: 3.0em;
  background: url(../images/v2/assets/multi_language/flag_zh.png) left top no-repeat;
  background-size: contain;
  margin-left: 1.5em;
}

.nav-l {
  padding-bottom: 8px;
  background-image: url("../images/v2/assets/components/nav/goldbelt.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px;
  width: 100%;
}
.nav-l__border {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%, #ffffff 90%, #dedede 100%);
  border-bottom: 1px solid #fff;
}
.nav-l__list {
  margin-right: auto;
  margin-left: auto;
  font-size: 0.938em;
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  width: 960px;
}
.nav-l__list:before, .nav-l__list:after {
  content: "";
  display: block;
  position: absolute;
  height: 41px;
  width: 1px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 1001;
}
.nav-l__list:before {
  left: -1px;
  background-color: #e2e2e2;
}
.nav-l__list:after {
  right: -1px;
  background-color: #fff;
}
.nav-l__item {
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: auto;
  min-width: 70px;
}
.nav-l__item:before, .nav-l__item:after {
  content: "";
  height: 41px;
  display: block;
  position: absolute;
  width: 1px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 1001;
}
.nav-l__item:before {
  left: 0;
  background-color: #fff;
}
.nav-l__item:after {
  right: 0;
  background-color: #e2e2e2;
}
.nav-l__link {
  display: table;
  border-bottom: 2px solid transparent;
  width: 100%;
  height: 60px;
  text-decoration: none;
  color: #5a5a5a;
}
.nav-l__link.is-active, .nav-l__link:hover {
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGVkZWRlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to top, #ffffff 0%, #ffffff 90%, #dedede 100%);
  border-bottom: 2px solid #db6d59;
}
.nav-l__link-text {
  display: table-cell;
  vertical-align: middle;
  padding-top: 4px;
  letter-spacing: 0.15em;
}
.nav-l__link--fair {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZWRjMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmRmOWViIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGVkZWRlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to top, #fbedc3 0%, #fdf9eb 90%, #dedede 100%);
}
.nav-l__link--fair.is-active, .nav-l__link--fair:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjNjZCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmVmMmNjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGVkZWRlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to top, #fff3cd 0%, #fef2cc 90%, #dedede 100%);
}

.is-fixed .nav-l {
  position: fixed;
  top: 0;
  left: 0;
}


.nav-s {
  background-color: #fff;
  color: #000;
  font-size: 2em;
  height: 100%;
  padding-bottom: 15%;
}
.nav-s__head {
  background-color: #a51000;
  background-image: url("../images/v2/assets/components/nav/head.jpg");
  color: #fff;
  padding: 4% 8%;
  line-height: 1;
}
.nav-s__list {
  height: 100%;
  overflow-y: auto;
}
.nav-s__item {
  border-bottom: solid 1px #cecece;
}
.nav-s__link {
  color: inherit;
  display: block;
  padding: 4% 8%;
  position: relative;
  text-decoration: none;
}
.nav-s__link-icon {
  color: #bc0000;
  font-size: 1em;
  margin-top: -.8em;
  position: absolute;
  top: 50%;
  right: 7%;
}


.header {
  position: relative;
  background-image: url("../images/v2/assets/components/header/cherry.jpg"), url("../images/v2/assets/components/header/bamboo.jpg"), url("../images/v2/assets/components/header/pattern.jpg");
  background-position: top left, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
@media screen and (max-width: 640px) {
  .header {
    background-color: #fff;
    background-image: url("../images/v2/assets/components/header/cherrybamboo.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px solid #c6c6c6;
    margin-bottom: .125em;
  }
}
.header__menu {
  display: block;
  width: 15%;
  padding-top: 7%;
  padding-bottom: 7%;
  position: absolute;
  top: 22%;
  left: 3%;
  display: none;
}
@media screen and (max-width: 640px) {
  .header__menu {
    display: block;
  }
}


.footer {
  border-top: 6px solid #000;
  background-color: #2a2a2a;
  padding-top: 38px;
  padding-bottom: 40px;
  position: relative;
  color: #fff;
  background-image: url("../images/v2/assets/components/footer/bg_footer.jpg");
}
@media screen and (max-width: 640px) {
  .footer {
    border-top: none;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.footer-content {
  width: 494px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .footer-content {
    width: 100%;
  }
}
.footer-content02 {
  width: 380px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .footer-content02 {
    width: 100%;
  }
}
.footer-nav__kora {
  float: left;
  width: 110px;
}
.footer-nav__group {
  float: right;
  width: 680px;
}
.footer-nav__group-list {
  font-size: .75em;
}
.footer-nav__group-list > li {
  float: left;
  width: 136px;
}
.footer-nav__group-list > li > a {
  color: inherit;
  display: block;
  text-decoration: none;
  background-image: url("../images/v2/assets/components/footer/icon_arrow.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.footer-nav__group-list > li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .footer-nav {
    display: none;
  }
}
.footer-subnav {
  margin-top: 30px;
  padding-top: 10px;
  background-image: url("../images/v2/assets/components/footer/line.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.footer-subnav__list {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
.footer-subnav__list {
   display: none;
}
}
.footer-subnav__item {
  float: left;
  font-size: 12px;
}
.footer-subnav__item + .footer-subnav__item {
  margin-left: 18px;
}
.footer-subnav__link {
  color: inherit;
  text-decoration: none;
}
.footer-subnav__link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .footer-subnav {
    display: none;
  }
}
.footer__copyright {
  font-size: .75em;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    font-size: 1.125em;
    margin-top: 0;
  }
}


@font-face {
  font-family: "KoraMincho";
  src: url("../fonts/kora-mincho/kora-mincho-subset.eot");
  src: url("../fonts/kora-mincho/kora-mincho-subset.eot?#iefix") format("eot"), url("../fonts/kora-mincho/kora-mincho-subset.woff") format("woff"), url("../fonts/kora-mincho/kora-mincho-subset.ttf") format("truetype"), url("../fonts/kora-mincho/kora-mincho-subset.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.font-kora-mincho {
  font-family: "KoraMincho";
}


.fs--XXXXl {
  font-size: 1.875em;
}
@media screen and (max-width: 640px) {
  .fs--XXXXl {
    font-size: 2.625em;
  }
}
.fs--XXXxl {
  font-size: 1.875em;
}
@media screen and (max-width: 640px) {
  .fs--XXXxl {
    font-size: 2.25em;
  }
}
.fs--XXXl {
  font-size: 1.625em;
}
@media screen and (max-width: 640px) {
  .fs--XXXl {
    font-size: 2.25em;
  }
}
.fs--XXxl {
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .fs--XXxl {
    font-size: 2.625em;
  }
}
.fs--XXl {
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .fs--XXl {
    font-size: 2.25em;
  }
}
.fs--Xxl {
  font-size: 1.375em;
}
@media screen and (max-width: 640px) {
  .fs--Xxl {
    font-size: 2.25em;
  }
}
.fs--Xl {
  font-size: 1.25em;
}
@media screen and (max-width: 640px) {
  .fs--Xl {
    font-size: 2.25em;
  }
}
.fs--xl {
  font-size: 1.125em;
}
@media screen and (max-width: 640px) {
  .fs--xl {
    font-size: 2.25em;
  }
}
.fs--l {
  font-size: 1.0em;
}
.fs--m {
  font-size: .875em;
}
@media screen and (max-width: 640px) {
  .fs--m {
    font-size: 1.75em;
  }
}
.fs--s {
  font-size: .8125em;
}
@media screen and (max-width: 640px) {
  .fs--s {
    font-size: 1.75em;
  }
}


.bg--pattern {
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("../images/v2/assets/pattern_l.jpg");
}


.fs--c1 {
  color: #680808;
}
.fs--c2 {
  color: #0a0f43;
}
.fs--c3 {
  color: #1f4d2e;
}
.fs--c4 {
  color: #c00;
}

.clearfix:after, .footer-nav:after, .footer-nav__group-list:after, .footer-subnav__list:after {
  content: "";
  display: table;
  clear: both;
}


.fl--l {
  float: left;
}
.fl--r {
  float: right;
}


.sp-show {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp-show {
    display: block;
  }
}


@media screen and (max-width: 640px) {
  .sp-hide {
    display: none;
  }
}


.tablet-show {
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .tablet-show {
    display: block;
  }
}


.tablet-under-show {
  display: none;
}
@media screen and (max-width: 960px) {
  .tablet-under-show {
    display: block;
  }
}


@media screen and (min-width: 641px) and (max-width: 960px) {
  .tablet-hide {
    display: none;
  }
}


@media screen and (max-width: 960px) {
  .tablet-under-hide {
    display: none;
  }
}


.tablet-upper-hide {
  display: none;
}
@media screen and (max-width: 640px) {
  .tablet-upper-hide {
    display: block;
  }
}


.link--hover img {
  transition: opacity 0.3s ease-in-out;
}
.link--hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}


.shadow--box1 {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}


.ta--left {
  text-align: left;
}
.ta--center {
  text-align: center;
}
.ta--right {
  text-align: right;
}


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


.img--liquid {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 640px) {
  .img--sp-liquid {
    width: 100%;
    height: auto;
  }
}


.wm--v {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .wm--v {
    writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
  }
}

.l-nav-l {
  width: 100%;
  position: relative;
  height: 69px;
}
.l-nav-s {
  height: 100%;
  width: 77%;
  top: 0;
  left: 0;
  position: fixed;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .l-nav-s {
    max-width: 488px;
  }
}
.l-contents {
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-contents {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.l-content {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .l-content {
    width: auto;
    padding-right: 3.125%;
    padding-left: 3.125%;
  }
}
.l-content-liquid {
  width: 100%;
}
.l-page-top {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-page-top {
    width: 93.75%;
  }
}
.l-page-top .page-top {
  position: absolute;
  right: 0;
  bottom: -6px;
}
@media screen and (max-width: 640px) {
  .l-page-top .page-top {
    bottom: 0;
  }
}
.l-overlay {
  display: none;
  background-image: "v2/assets/components/transparent.png";
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-tap-highlight-color: transparent;
}

.is-nav > .is-menu-open .l-nav-s {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  box-shadow: rgba(0, 0, 0, 0.25) 3px 0 5px;
}
@media screen and (max-width: 640px) {
  .is-nav > .is-menu-open .l-contents {
    position: relative;
    -ms-transform: translate(77%, 0%);
    -webkit-transform: translate(77%, 0%);
    transform: translate(77%, 0%);
  }
}
.is-nav > .is-menu-open .l-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.z--page-top {
  z-index: 1;
}
.z--nav {
  z-index: 1000;
}
