@charset "UTF-8";
body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

td, div, p, li, dt, dd, input, select, button, textarea, h1, h2, h3, h4, h5 {
  font-family: "Noto", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  color: #000;
}

html * {
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-break: keep-all;
}

header, footer, section, article, nav, aside {
  display: block;
}

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: #171717;
}

b, strong, .fb {
  font-weight: 700;
}

em, th {
  font-style: normal;
}

input, button {
  overflow: visible;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  appearance: none;
  background: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.ja {
  word-break: break-all;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.textMotion > span {
  overflow: hidden;
  display: inline-block;
}
.textMotion > span span {
  display: inline-block;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.textMotion > span.motion0 span {
  transform: translateX(100%);
}
.textMotion > span.motion1 span {
  transform: translateX(-100%);
}
.textMotion > span.motion2 span {
  transform: translateY(100%);
}
.textMotion > span.motion3 span {
  transform: translateY(-100%);
}
.textMotion > span.show.motion0 span {
  animation-name: textMotion0;
}
.textMotion > span.show.motion1 span {
  animation-name: textMotion1;
}
.textMotion > span.show.motion2 span {
  animation-name: textMotion2;
}
.textMotion > span.show.motion3 span {
  animation-name: textMotion3;
}
.textMotion > span.show.showToup span {
  animation-name: showToUp;
}
.textMotion > span.show.showToup1 span {
  animation-name: showToUp1;
}
.textMotion > span.show.showToDown span {
  animation-name: showToDown;
}

.focus {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.focus.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.icoMore {
  position: relative;
  padding-right: 37px;
}
.icoMore:before, .icoMore:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 2px;
  margin-top: -5px;
  background: #fff;
  transition: all 0.2s;
}
.icoMore:before {
  right: 2px;
  transform: rotate(45deg);
  transform-origin: 0;
}
.icoMore:after {
  transform: rotate(-45deg);
  transform-origin: 100%;
}
.icoMore.on:before, .icoMore.on :before {
  margin-top: 0;
  transform: rotate(-45deg);
}
.icoMore.on:after, .icoMore.on :after {
  margin-top: 0;
  transform: rotate(45deg);
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  1% {
    visibility: visible;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes textMotion0 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes textMotion1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes textMotion2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes textMotion3 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes showToUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showToUp1 {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showToDown {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes arrow {
  20% {
    opacity: 1;
  }
  40% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(10px);
  }
  70% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.euiSelectList {
  cursor: pointer;
}

.eui_selectType1 {
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.eui_selectType1 .euiSelectMain {
  color: #a5a297;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  padding: 11px 16px;
  border: 1px solid #a5a297;
  background-color: #fff;
}
.eui_selectType1 .euiSelectList {
  text-align: left;
  width: 100%;
  border: 1px solid #a5a297;
  border-top: none;
  position: absolute;
  background: #fff;
  z-index: 20;
}
.eui_selectType1 .euiSelectList li {
  padding: 11px 16px;
  font-size: 18px;
}

.eui_selectType2 {
  display: inline-block;
  width: 100%;
  position: relative;
}
.eui_selectType2 .euiSelectMain {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  padding: 19px 30px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
}
.eui_selectType2 .euiSelectList {
  font-size: 19px;
  text-align: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: none;
  position: absolute;
  background: #fff;
  z-index: 20;
}
.eui_selectType2 .euiSelectList li {
  padding: 19px 30px;
  font-size: 19px;
}

.eui_selectType3 {
  display: inline-block;
  width: 100%;
  position: relative;
}
.eui_selectType3 .euiSelectMain {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  padding: 2px 5px;
}
.eui_selectType3 .euiSelectMain .euiSelectTitle {
  width: 100% !important;
  padding: 2px 5px;
}
.eui_selectType3 .euiSelectList {
  font-size: 19px;
  text-align: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: none;
  position: absolute;
  background: #fff;
  z-index: 20;
}
.eui_selectType3 .euiSelectList li {
  padding: 12px;
  font-size: 19px;
}
.eui_selectType3 .euiSelectList li:hover {
  background: #f5f5f5;
}

.isPc {
  display: block;
}

img.isPc {
  display: inline;
}

.isMobile, img.isMobile {
  display: none;
}

@media all and (max-width: 1300px) {
  .isPc, img.isPc {
    display: none;
  }
  .isMobile {
    display: block;
  }
  img.isMobile {
    display: inline;
  }
}
#header {
  height: 58px;
  background: #0b573e;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
#header .wrap {
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
}
#header .wrap .logo {
  float: left;
  padding: 0;
  margin-top: 4px;
}
#header .wrap .logo a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 175px;
  height: 53px;
  text-indent: 180px;
  white-space: nowrap;
  background: url(/resources/static/images/common/logo.png) no-repeat 0 0;
  background-size: 80%;
  background-position: center;
}
#header .wrap > .nav {
  margin-left: 266px;
  padding-left: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#header .wrap > .nav > li {
  position: relative;
  padding: 0 1px;
  font: 700 15px/1em "Noto";
}
#header .wrap > .nav > li::before {
  content: "·";
  font-family: "Din", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  color: #fff;
}
#header .wrap > .nav > li.on::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  right: 0;
  width: calc(100% - 45px);
  height: 2px;
  background: #fff;
}
#header .wrap > .nav > li.popUp {
  position: absolute;
  top: 50%;
  right: 170px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
#header .wrap > .nav > li.popUp.on::after {
  display: none;
}
#header .wrap > .nav > li.popUp::before {
  content: "";
}
#header .wrap > .nav > li.popUp a {
  padding-right: 5px;
}
#header .wrap > .nav > li.popUp a img {
  width: 40px;
}
#header .wrap > .nav > li.popUp ul {
  display: flex;
  float: right;
}
#header .wrap > .nav > li.popUp ul li {
  margin-right: 5px;
}
#header .wrap > .nav > li:first-child::before {
  display: none;
}
#header .wrap > .nav > li.hidden {
  display: none;
}
#header .wrap > .nav > li > a {
  font-family: "Din", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 0 23px;
}
#header .wrap .depth_2Area {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 0;
  background: #0b573e;
  display: flex;
  padding: 0 10px 0 289px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  z-index: 100;
}
#header .wrap .depth_2Area.hover {
  opacity: 1;
  top: 50px;
  padding: 10px 10px 10px 289px;
}
#header .wrap .depth_2Area .depth_2 {
  margin: 0 10px;
  display: none;
  opacity: 0;
}
#header .wrap .depth_2Area .depth_2.on {
  display: block;
  animation: opacity 0.3s 0.2s forwards;
}
#header .wrap .depth_2Area .depth_2 li {
  text-align: center;
  margin-bottom: 10px;
}
#header .wrap .depth_2Area a {
  font-family: "Din", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.08em;
}
#header .wrap .depth_2Area a:hover {
  color: #01ffab;
}
#header .wrap .subNav {
  position: fixed;
  top: 58px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
}
#header .wrap .subNav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  height: 100%;
  background: #0b573e;
}
#header .wrap .subNav ul li {
  opacity: 0.6;
}
#header .wrap .subNav ul li::before {
  content: "·";
  color: #fff;
}
#header .wrap .subNav ul li:first-child::before {
  display: none;
}
#header .wrap .subNav ul li a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}
#header .wrap .subNav ul li.on {
  opacity: 1;
}
#header .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .wrap .btnMenu {
  display: none;
}
#header .mobileNav .nav {
  display: none;
}
#header .mobileNav .langSelectBox {
  position: absolute;
  right: 10px;
  top: 13px;
  padding: 10px;
  height: 30px;
  overflow: hidden;
  transition: height 0.5s;
}
#header .mobileNav .langSelectBox .lang {
  display: flex;
}
#header .mobileNav .langSelectBox .lang li {
  font: 700 12px/1em "Noto";
  margin-left: 10px;
}
#header .mobileNav .langSelectBox .lang li a {
  color: #a5a297;
  font-family: "Din", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  opacity: 0.8;
  letter-spacing: 0.08em;
}
#header .mobileNav .langSelectBox .lang li.on a {
  color: #fff !important;
}

#headerFrame > span {
  position: fixed;
  background: #0b573e;
  z-index: 10000;
  display: block;
}
#headerFrame .frameTop {
  width: 100vw;
  height: 20px;
  top: 0;
  left: 0;
}
#headerFrame .frameLeft {
  width: 20px;
  height: 100vh;
  top: 0;
  left: 0;
}
#headerFrame .frameBottom {
  width: 100vw;
  height: 20px;
  bottom: 0;
  left: 0;
}
#headerFrame .frameRight {
  width: 20px;
  height: 100vh;
  top: 0;
  right: 0;
}

#wrapper {
  overflow-x: hidden;
}

#container {
  padding: 58px 0 130px;
  margin: 0 auto;
  min-height: calc(100vh - 280px);
}
#container.subPage {
  padding-top: 120px;
}
#container .subNav {
  position: fixed;
  top: 58px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 50;
}
#container .subNav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  height: 100%;
  background: #0b573e;
}
#container .subNav ul li {
  opacity: 0.6;
  white-space: nowrap;
}
#container .subNav ul li::before {
  content: "·";
  color: #fff;
}
#container .subNav ul li:first-child::before {
  display: none;
}
#container .subNav ul li a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}
#container .subNav ul li.on {
  opacity: 1;
}
#container .titleArea {
  font-family: "Din", Tahoma, Arial, sans-serif;
}
#container .titleArea h1, #container .titleArea h2, #container .titleArea h3, #container .titleArea h4, #container .titleArea h5, #container .titleArea h6 {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0.08em;
}
#container .titleArea.topTitle {
  font-size: 38px;
  text-align: center;
  display: block;
  height: 62px;
  width: 100%;
  position: fixed;
  top: 58px;
  left: 0;
  background: #fff;
  z-index: 90;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#container .titleArea.topTitle.isMobile {
  display: none;
}
#container .titleArea.topTitle strong {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 62px;
}
#container .titleArea.subPageTitle {
  font-size: 300px;
  font-family: "Bison-outline", Tahoma, Arial, sans-serif;
  color: #333;
  letter-spacing: 0.07em;
  position: absolute;
  top: -21%;
  right: 3.8%;
}
#container .titleArea.subPageTitle strong {
  font-weight: normal;
  opacity: 0.5;
}
#container .titleArea.typeH1 {
  font-size: 60px;
}
#container .titleArea.typeH2 {
  font-size: 50px;
}
#container .tabMenuArea.typeA {
  background: #fff;
  z-index: 90;
  width: 100%;
  text-align: center;
}
#container .tabMenuArea.typeA ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
#container .tabMenuArea.typeA ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #a5a297;
}
#container .tabMenuArea.typeA ul li:first-child::before {
  display: none;
}
#container .tabMenuArea.typeA ul li a {
  font-family: "Din", Tahoma, Arial, sans-serif;
  color: #a5a297;
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
  letter-spacing: 0.1em;
}
#container .tabMenuArea.typeA ul li.on a {
  color: #0b573e;
}
#container .tabMenuArea.typeB ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
#container .tabMenuArea.typeB ul li {
  padding: 8px 10px;
  border-radius: 30px;
  border: 1px solid #a5a297;
  margin: 0 10px;
}
#container .tabMenuArea.typeC ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
#container .tabMenuArea.typeC ul li {
  padding: 8px 10px;
  color: #888;
  margin-right: 100px;
}
#container .tabMenuArea.typeC ul li:last-child {
  margin-right: 0;
}
#container .tabMenuArea.typeC ul li.on {
  color: #000;
}
#container .tabMenuArea.typeC ul li a {
  color: inherit;
  font-weight: 600;
}
#container .tabContArea .tabCont {
  display: none;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
#container .tabContArea .tabCont.on {
  display: block;
  opacity: 1;
}
@media (hover: hover) {
  .tabMenuArea.typeA ul li a:hover {
    color: #0b573e;
  }
}
#wrapper.main:not(.mobileType) #header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background: #0b573e;
}
#wrapper.main:not(.mobileType) #header:before {
  display: none;
}
#wrapper.main:not(.mobileType) #container {
  padding: 58px 0 0 !important;
}

#footer {
  position: relative;
  background: linear-gradient(to top, transparent 90%, rgba(0, 0, 0, 0.1)), #0b573e url(/resources/static/images/common/bg_pattern.png);
  height: 280px;
}
#footer a {
  color: inherit;
}
#footer .content {
  padding: 40px 0 27px;
  color: #fff;
  height: 100%;
}
#footer .content .wrap {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
  height: 100%;
}
#footer .content .wrap .logo {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 153px;
  height: 133px;
  text-indent: 155px;
  white-space: nowrap;
  background: url(/resources/static/images/common/logo_typeA.png) no-repeat 0 0;
}
#footer .content .wrap .footerNav {
  display: flex;
}
#footer .content .wrap .footerNav strong {
  color: #fff;
  font-family: "Din", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  display: block;
}
#footer .content .wrap .footerNav .navColumn {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 13px;
}
#footer .content .wrap .footerNav .navColumn:nth-of-type(1) ul {
  width: 177px;
}
#footer .content .wrap .footerNav .navColumn ul {
  width: 145px;
}
#footer .content .wrap .footerNav .navColumn ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
#footer .content .wrap .copy {
  font-size: 13px;
  text-align: right;
  color: #fff;
  font-weight: 300;
  opacity: 0.65;
  margin-top: 40px;
}
#footer .content .wrap .copy a {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}
#footer .content .wrap .link {
  margin-top: 5px;
  font-size: 14px;
}
#footer .content .wrap .link a {
  color: #fff;
  font-weight: 500;
}
#footer .content .wrap .aside {
  position: absolute;
  height: 100%;
  right: 0;
  top: -14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#footer .content .wrap .aside .family {
  position: relative;
  width: 150px;
}
#footer .content .wrap .aside .family button {
  display: block;
  width: 100%;
  height: 23px;
  padding-left: 5px;
  border-bottom: 1px solid #fff;
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  background: url(/resources/static/images/common/ico_arrow.png) no-repeat 100% 6px;
}
#footer .content .wrap .aside .family .list {
  display: none;
  position: absolute;
  left: 0;
  top: 22px;
  right: 0;
  z-index: 1;
  padding: 5px 0;
  background: #0b573e;
}
#footer .content .wrap .aside .family .list li {
  font-size: 12px;
  line-height: 1em;
  padding: 5px;
}
#footer .content .wrap .aside .family .list li a {
  display: block;
  color: #fff;
}
#footer .content .wrap .aside .family .list.sizeL {
  top: initial;
  bottom: 0;
}
#footer .btnTop {
  opacity: 0;
  position: fixed;
  left: 90%;
  bottom: 20px;
  z-index: 20;
  width: 60px;
  height: 60px;
  transition: all 0.2s;
}
#footer .btnTop button {
  overflow: hidden;
  display: block;
  width: 60px;
  height: 60px;
  text-indent: 60px;
  white-space: nowrap;
  background: #333 url(/resources/static/images/common/btn_top.png) center no-repeat;
  background-size: 20px;
}
#footer .btnTop.on {
  opacity: 1;
}
#footer .btnTop.noFix {
  position: absolute;
  top: 0;
  bottom: initial;
}

.type_rowBox {
  display: flex;
  justify-content: center;
}
.type_rowTwoBox {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 1300px) {
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    overflow-x: hidden;
  }
  #header {
    height: 70px;
  }
  #header .wrap {
    height: 70px;
  }
  #header .wrap .logo {
    position: relative;
    z-index: 20;
    padding: 15px 0 0 10px;
  }
  #header .wrap .logo a {
    width: 98px;
    height: 35px;
    text-indent: 141px;
    background-image: url(/resources/static/images/common/logo_mobile.png);
    background-size: 98px;
    background-position: center;
  }
  #header .wrap .depth_2Area {
    display: none;
  }
  #header .wrap > .nav {
    float: none;
    height: 70px;
    padding: 24px 40px 0 0;
    text-align: center;
    display: block;
    margin-left: 0;
  }
  #header .wrap > .nav > li {
    display: none;
    float: none;
    padding: 0;
    margin: 0;
    font-size: 21px;
  }
  #header .wrap > .nav > li.popUp {
    display: none;
  }
  #header .wrap > .nav > li.on:before, #header .wrap > .nav > li.on:after {
    display: none;
  }
  #header .wrap .btnMenu {
    display: block;
    position: absolute;
    right: 15px;
    top: 26px;
    z-index: 101;
    width: 20px;
    height: 18px;
  }
  #header .wrap .btnMenu button {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    width: 20px;
    height: 18px;
    text-indent: -1000px;
    white-space: nowrap;
  }
  #header .wrap .btnMenu:before, #header .wrap .btnMenu:after, #header .wrap .btnMenu button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #fff;
    transition: all 0.3s;
  }
  #header .wrap .btnMenu:before {
    margin-top: -9px;
  }
  #header .wrap .btnMenu:after {
    margin-top: 7px;
  }
  #header .mobileNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #0b573e;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow-y: auto;
  }
  #header .mobileNav .nav {
    display: block;
    position: fixed;
    left: 0;
    top: 10%;
    width: 100%;
    padding: 40px;
  }
  #header .mobileNav .nav > li {
    opacity: 0;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 50px 30px 0;
    margin: 30px 0 0;
    font: 600 40px "Noto";
    transform: translateX(-300%);
  }
  #header .mobileNav .nav > li a {
    color: #fff;
    font-family: "Din", Tahoma, Arial, sans-serif;
    letter-spacing: 0.1em;
  }
  #header .mobileNav .nav .popUp {
    display: flex;
    align-items: center;
    border-bottom: none;
  }
  #header .mobileNav .nav .popUp ul {
    display: flex;
    margin-left: 10px;
  }
  #header .mobileNav .nav .popUp ul li {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  #header .mobileNav .nav .popUp ul li img {
    width: 100%;
    height: 100%;
  }
  #header .mobileNav .depth_2 {
    margin-top: 16px;
    display: none;
  }
  #header .mobileNav .depth_2 li {
    margin-bottom: 10px;
  }
  #header .mobileNav .depth_2 li a {
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
  }
  #header .mobileNav .lang {
    position: fixed;
    left: 26px;
    top: 46px;
  }
  #header .mobileNav .lang li {
    opacity: 0;
    margin-left: 15px;
    transform: translateX(100%);
  }
  #header.open .logo a:before {
    opacity: 1;
  }
  #header.open .wrap > .nav {
    position: relative;
    opacity: 0;
    z-index: -1;
  }
  #header.open .btnMenu:before {
    width: 22px;
    margin-top: -1px;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    background: #fff;
  }
  #header.open .btnMenu:after {
    width: 22px;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    background: #fff;
  }
  #header.open .btnMenu button:before {
    width: 0;
  }
  #header.open .mobileNav {
    transform: translateX(0);
  }
  #header.open .mobileNav .nav li {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #header.open .mobileNav .nav li:nth-child(1) {
    transition-delay: 0.3s;
  }
  #header.open .mobileNav .nav li:nth-child(2) {
    transition-delay: 0.35s;
  }
  #header.open .mobileNav .nav li:nth-child(3) {
    transition-delay: 0.4s;
  }
  #header.open .mobileNav .nav li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #header.open .mobileNav .nav li:nth-child(5) {
    transition-delay: 0.5s;
  }
  #header.open .mobileNav .nav li:nth-child(6) {
    transition-delay: 0.55s;
  }
  #header.open .mobileNav .nav li:nth-child(7) {
    transition-delay: 0.6s;
  }
  #header.open .mobileNav .nav li:nth-child(8) {
    transition-delay: 0.65s;
  }
  #header.open .mobileNav .nav li:nth-child(9) {
    transition-delay: 0.7s;
  }
  #header.open .mobileNav .nav li:nth-child(10) {
    transition-delay: 0.75s;
  }
  #header.open .mobileNav .lang li {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #header.open .mobileNav .lang li:nth-child(1) {
    transition-delay: 0.55s;
  }
  #header.open .mobileNav .lang li:nth-child(2) {
    transition-delay: 0.6s;
  }
  #header.open .mobileNav .lang li:nth-child(3) {
    transition-delay: 0.65s;
  }
  #header.open .mobileNav .lang li:nth-child(4) {
    transition-delay: 0.7s;
  }
  #header.open .mobileNav .lang li:nth-child(5) {
    transition-delay: 0.75s;
  }
  #header.open .mobileNav .lang li:nth-child(6) {
    transition-delay: 0.8s;
  }
  #header.open .mobileNav .lang li:nth-child(7) {
    transition-delay: 0.85s;
  }
  #header.open .mobileNav .lang li:nth-child(8) {
    transition-delay: 0.9s;
  }
  #header.open .mobileNav .lang li:nth-child(9) {
    transition-delay: 0.95s;
  }
  #header.open .mobileNav .lang li:nth-child(10) {
    transition-delay: 1s;
  }
  #wrapper.fix #header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
  }
  #wrapper.fix.headerFix #header {
    transform: translateY(0);
    transition: transform 0.2s;
  }
  #wrapper.fix.headerFix #container .titleArea.topTitle {
    top: 70px;
  }
  #wrapper.fix.headerFix #container .tabMenuArea {
    top: 120px;
    transition: top 0.2s;
  }
  #wrapper.fix.headerFix #container .subNav {
    top: 123px;
    transition: top 0.2s;
  }
  #wrapper.fix #container {
    margin-top: 42px;
  }
  #wrapper.fix #container .titleArea.topTitle {
    top: 0;
  }
  #wrapper.fix #container .subNav {
    top: 70px;
    transition: top 0.2s;
  }
  #wrapper.fix #container .tabMenuArea {
    top: 70px;
    transition: top 0.2s;
  }
  #container {
    padding: 132px 0 160px;
  }
  #container .titleArea.topTitle {
    font-size: 38px;
    text-align: center;
    display: block;
    height: 62px;
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    background: #fff;
  }
  #container .titleArea.topTitle.isMobile {
    display: block;
  }
  #container .titleArea.topTitle strong {
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 62px;
  }
  #container .subNav {
    position: fixed;
    height: 58px;
    top: 123px;
  }
  #container .subNav ul {
    background: #fff;
    justify-content: center;
  }
  #container .subNav ul li {
    opacity: 1;
  }
  #container .subNav ul li a {
    color: #a5a297;
    display: inline-block;
    margin: 0 10px;
  }
  #container .subNav ul li.on a {
    color: #0b573e;
  }
  #container .subNav.fix {
    top: 70px;
    transition: top 0.2s;
  }
  #wrapper.main #container {
    padding: 0;
  }
  #footer {
    height: 190px;
  }
  #footer .btnTop {
    left: initial;
    right: 20px;
    bottom: 40px;
    width: 50px;
    height: 50px;
  }
  #footer .btnTop button {
    width: 50px;
    height: 50px;
    text-indent: 50px;
  }
  #footer .btnTop button:before, #footer .btnTop button:after {
    width: 16px;
    margin-top: 4px;
    margin-left: -10px;
  }
  #footer .btnTop button:after {
    margin-left: -4px;
  }
  #footer .btnTop.noFix {
    top: -90px;
  }
  #footer .content .wrap {
    padding: 0 20px;
  }
  #footer .content .wrap .footerNav .logo {
    width: 100px;
    height: 79px;
    background-size: contain;
    margin-bottom: 59px;
  }
  #footer .content .wrap .footerNav .navColumn {
    display: none;
  }
  #footer .content .wrap .copy {
    text-align: center;
    width: 100%;
  }
  #footer .content .wrap .aside {
    position: static;
    width: 100%;
    justify-content: space-between;
  }
  #footer .content .wrap .aside .lang, #footer .content .wrap .aside .family {
    position: relative;
    width: 100px;
  }
  #footer .content .wrap .aside .lang button, #footer .content .wrap .aside .family button {
    display: block;
    width: 100%;
    height: 23px;
    padding-left: 5px;
    border-bottom: 1px solid #fff;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    background: url(/resources/static/images/common/ico_arrow.png) no-repeat 100% 6px;
  }
}
@media all and (max-width: 768px) {
  #container .titleArea {
    font-family: "Din", Tahoma, Arial, sans-serif;
  }
  #container .titleArea h1, #container .titleArea h2, #container .titleArea h3, #container .titleArea h4, #container .titleArea h5, #container .titleArea h6 {
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: 0.08em;
  }
  #container .titleArea.topTitle {
    font-size: 38px;
    text-align: center;
    display: block;
    height: 62px;
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #container .titleArea.topTitle strong {
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 62px;
  }
  #container .titleArea.subPageTitle {
    font-size: 300px;
    font-family: "Bison-outline", Tahoma, Arial, sans-serif;
    color: #333;
    letter-spacing: 0.07em;
    position: absolute;
    top: -21%;
    right: 3.8%;
  }
  #container .titleArea.subPageTitle strong {
    font-weight: 300;
  }
  #container .titleArea.typeH1 {
    font-size: 14vw;
  }
  #container .titleArea.typeH2 {
    font-size: 12vw;
  }
  #container .tabMenuArea.typeA {
    width: 100%;
    text-align: center;
  }
  #container .tabMenuArea.typeA ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  #container .tabMenuArea.typeA ul li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #a5a297;
  }
  #container .tabMenuArea.typeA ul li a {
    font-size: 17px;
    font-weight: 600;
    padding: 0 9px;
  }
  #container .tabMenuArea.typeB ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  #container .tabMenuArea.typeB ul li {
    padding: 8px 10px;
    border-radius: 30px;
    border: 1px solid #a5a297;
    margin: 0 10px;
  }
  #header .mobileNav .nav > li {
    font-size: 6vw;
    padding: 16px 0;
    margin: 0;
  }
  #header .mobileNav .depth_2 {
    margin-top: 16px;
  }
  #header .mobileNav .depth_2 li {
    margin-bottom: 8px;
  }
  #header .mobileNav .langSelectBox .lang li a {
    font-size: 14px;
    font-family: "Noto";
    font-weight: 400;
  }
}

/*# sourceMappingURL=layout.css.map */
