@charset "UTF-8";
/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@import url("https://use.typekit.net/awi0nnt.css");
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/notosansjp-regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/notosansjp-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/notosansjp-bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/notosansjp-black.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/notosansjp-regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/notosansjp-medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/notosansjp-bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/notosansjp-black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Medium.eot") format("eot");
  font-weight: 400;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Bold.eot") format("eot");
  font-weight: 700;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-light.eot") format("eot");
  font-weight: 300;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-regular.eot") format("eot");
  font-weight: 400;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-bold.eot") format("eot");
  font-weight: 700;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/brown-std-bold.ttf") format("truetype");
  font-weight: 700;
}
.t__min {
  font-family: "Zen Old Mincho", serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    TRANSITION TIMING
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@keyframes scrollDown {
  0% {
    transform: translateY(0rem);
    opacity: 0;
  }
  80% {
    transform: translateY(1rem);
    opacity: 1;
  }
  100% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@keyframes contentScr {
  0% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: center top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
}
@keyframes loopCl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopClRv {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/* ------------------------------
    FORM RESET
  ------------------------------ */
input, select, textarea {
  outline: none;
}
input::focus, select::focus, textarea::focus {
  outline: none;
}

input[type=submit],
select,
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
select::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: left;
}
button:focus {
  outline: none;
}

.slick-slide {
  outline: none !important;
}

button {
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* ------------------------------
    DEFAULT BLOCK SETTINGS
  ------------------------------ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #6B2F01;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
  background: #FFF;
  color: #000000;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-weight: 400;
  margin-top: 0 !important;
}
html::-webkit-scrollbar {
  display: none;
}
html.__locked {
  overflow: hidden;
  touch-action: none;
}

body {
  font-family: "HelveticaNowDisplay", "notosansjp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  background: #000000;
  color: #FFF;
}
body.__locked {
  overflow: hidden;
}

main {
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3 {
  font-weight: 700;
}

@media screen and (min-width: 320px) {
  #__mainWrapper {
    min-height: calc(100vh + 370px);
  }
}
@media screen and (min-width: 600px) {
  #__mainWrapper {
    min-height: calc(100vh + 305px);
  }
}
@media screen and (min-width: 1025px) {
  #__mainWrapper {
    min-height: calc(100vh + 290px);
  }
}
#__mainWrapper.__isReady {
  z-index: 1000;
}

/* ------------------------------
    MEDIA SETTINGS
  ------------------------------ */
img {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ******************************
 *
 * BLOCK
 *
 * ****************************** */
.__hasLayer {
  display: grid;
  position: relative;
}

.__layer {
  grid-area: 1/-1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.__fullScreen {
  width: 100%;
  height: 100vh;
  height: 100svh;
}

@media screen and (min-width: 320px) {
  br.__brSp {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  br.__brSp {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  br.__brPc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  br.__brPc {
    display: block;
  }
}

/* ******************************
 *
 * HEADER
 *
 * ****************************** */
#__globalBorders div {
  position: fixed;
  z-index: 10;
  background: #000000;
}
#__globalBorders div:nth-child(1) {
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
}
#__globalBorders div:nth-child(2) {
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
}
#__globalBorders div:nth-child(3) {
  width: 100%;
  height: 10px;
  bottom: 0;
  right: 0;
}
#__globalBorders div:nth-child(4) {
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 0;
}

#__globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}
#__globalHeader .__headerInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  transition: background-color 700ms ease;
}
@media screen and (min-width: 320px) {
  #__globalHeader .__headerInner {
    padding: 15px;
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader .__headerInner {
    padding: 1.5% 3%;
  }
}
@media screen and (min-width: 1025px) {
  #__globalHeader .__headerInner {
    padding: 1.5% 3%;
  }
}
@media screen and (min-width: 1441px) {
  #__globalHeader .__headerInner {
    padding: 1% 3%;
  }
}
#__globalHeader .__headerLogo {
  transition: opacity 700ms ease, visibility 700ms ease;
}
@media screen and (min-width: 320px) {
  #__globalHeader .__headerLogo {
    width: 70px;
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader .__headerLogo {
    width: 85px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalHeader .__headerLogo {
    width: 100px;
  }
}
#__globalHeader .__headerLogo img {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1000ms ease, visibility 1000ms ease;
}
#__globalHeader .__headerLogo.__activate img {
  opacity: 1;
  visibility: visible;
}
#__globalHeader .__headerMenu {
  display: flex;
  align-items: center;
  color: #FFF;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 320px) {
  #__globalHeader .__headerMenu {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader .__headerMenu {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalHeader .__headerMenu {
    font-size: 14px;
  }
}
#__globalHeader .__menuLang {
  display: flex;
  align-items: center;
}
#__globalHeader .__menuLang a {
  padding: 5px;
  margin: 0 5px;
}
@media screen and (min-width: 320px) {
  #__globalHeader .__menuLang a {
    padding: 5px 0;
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader .__menuLang a {
    padding: 5px;
  }
}
@media screen and (min-width: 320px) {
  #__globalHeader .__menuLang .__isHome {
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader .__menuLang .__isHome {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalHeader .__menuLang .__isHome {
    margin-right: 30px;
  }
}
#__globalHeader .__menuLang .__isHome a {
  display: flex;
  align-items: center;
}
#__globalHeader .__menuLang .__isHome a:before {
  content: "・";
}
#__globalHeader .__menuLang .__isCurrent a {
  border-bottom: solid 1px;
}
#__globalHeader .__menuContact {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #FFF;
  transition: opacity 700ms ease;
}
@media screen and (min-width: 320px) {
  #__globalHeader .__menuContact {
    width: 100px;
    height: 24px;
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader .__menuContact {
    width: 140px;
    height: 28px;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__globalHeader .__menuContact {
    width: 150px;
    height: 30px;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 320px) {
  #__globalHeader .__menuContact.__isEn {
    width: 115px;
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader .__menuContact.__isEn {
    width: 140px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalHeader .__menuContact.__isEn {
    width: 150px;
  }
}
#__globalHeader .__menuContact:hover {
  opacity: 0.4;
}
#__globalHeader.__isTop .__headerInner {
  background: transparent;
}

#__menuTrigger {
  position: relative;
  z-index: 101;
  margin-left: 10px;
}
#__menuTrigger .__border {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 320px) {
  #__menuTrigger .__border {
    width: 30px;
    height: 10px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 600px) {
  #__menuTrigger .__border {
    width: 40px;
    height: 10px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTrigger .__border {
    width: 40px;
    height: 10px;
    margin-bottom: 4px;
  }
}
#__menuTrigger .__border span {
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  transition: transform 700ms ease;
}
#__menuTrigger .__border span:last-child {
  width: 80%;
}
#__menuTrigger .__text {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 320px) {
  #__menuTrigger .__text {
    font-size: 10px;
  }
}
@media screen and (min-width: 600px) {
  #__menuTrigger .__text {
    font-size: 11px;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTrigger .__text {
    font-size: 12px;
  }
}
#__menuTrigger.__open .__border span:first-child {
  transform: translateY(4px) rotate(25deg);
}
#__menuTrigger.__open .__border span:last-child {
  width: 100%;
  transform: translateY(-4px) rotate(-25deg);
}

#__menuTarget {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  visibility: hidden;
  transition: z-index 5ms ease 700ms, background-color 700ms ease 5ms, visibility 700ms ease 5ms;
}
#__menuTarget .__menuInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 320px) {
  #__menuTarget .__menuInner {
    flex-direction: column;
    padding: 7.5% 10%;
  }
}
@media screen and (min-width: 600px) {
  #__menuTarget .__menuInner {
    flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTarget .__menuInner {
    flex-direction: row;
    padding: 0;
  }
}
#__menuTarget .__col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 700ms ease, transform 700ms ease;
}
@media screen and (min-width: 320px) {
  #__menuTarget .__col {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__menuTarget .__col {
    width: 410px;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTarget .__col {
    width: 410px;
  }
}
@media screen and (min-width: 320px) {
  #__menuTarget .__col:nth-child(2) {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  #__menuTarget .__col:nth-child(2) {
    padding: 0 0 0 130px;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTarget .__col:nth-child(2) {
    padding: 0 0 0 130px;
  }
}
#__menuTarget .__menu li {
  margin-bottom: 2rem;
}
#__menuTarget .__menu li a {
  font-family: "BrownStd", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__menuTarget .__menu li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  #__menuTarget .__menu li a {
    font-size: 25px;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTarget .__menu li a {
    font-size: 28px;
  }
}
#__menuTarget .__menu li .img {
  margin-right: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 320px) {
  #__menuTarget .__menu li .img {
    width: 60px;
    height: 37.5px;
  }
}
@media screen and (min-width: 600px) {
  #__menuTarget .__menu li .img {
    width: 88px;
    height: 55px;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTarget .__menu li .img {
    width: 88px;
    height: 55px;
  }
}
@media screen and (min-width: 320px) {
  #__menuTarget .__menuSimple {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  #__menuTarget .__menuSimple {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTarget .__menuSimple {
    margin-top: 0;
  }
}
#__menuTarget .__menuSimple li {
  margin-bottom: 1rem;
}
#__menuTarget .__menuSimple li a {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 320px) {
  #__menuTarget .__menuSimple li a {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__menuTarget .__menuSimple li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTarget .__menuSimple li a {
    font-size: 15px;
  }
}
#__menuTarget .__menuSns {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
#__menuTarget .__menuSns li {
  margin-right: 1.5rem;
}
#__menuTarget .__menuSns a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__menuTarget .__menuSns a {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__menuTarget .__menuSns a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__menuTarget .__menuSns a {
    font-size: 15px;
  }
}
#__menuTarget .__menuSns a span {
  margin-left: 7px;
}
#__menuTarget .__menuSns svg {
  display: block;
  width: 35px;
  height: auto;
}
#__menuTarget.__open {
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  visibility: visible;
  transition: z-index 5ms ease, background-color 700ms ease 5ms, visibility 700ms ease 5ms;
}
#__menuTarget.__open .__col {
  opacity: 1;
  transform: translateY(0rem);
  transition: opacity 700ms ease 5ms, transform 700ms ease 5ms;
}
#__menuTarget.__open .__col:last-child {
  transition-delay: 100ms;
}

#__splashScreen {
  position: fixed;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transition: opacity 1000ms ease;
}
#__splashScreen::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
#__splashScreen #__svgAnimWrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  transform: translate(4px, 3px);
}
@media screen and (min-width: 320px) {
  #__splashScreen #__svgAnimWrapper {
    width: 310px;
  }
}
@media screen and (min-width: 600px) {
  #__splashScreen #__svgAnimWrapper {
    width: 560px;
  }
}
#__splashScreen ul {
  visibility: hidden;
  font-family: "BrownStd", sans-serif;
  color: #FFF;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__splashScreen ul {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #__splashScreen ul {
    display: flex;
    width: 750px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #__splashScreen ul {
    display: flex;
    width: 1150px;
    margin-top: 70px;
  }
}
#__splashScreen ul li, #__splashScreen ul a, #__splashScreen ul button {
  display: inline-block;
}
#__splashScreen ul a, #__splashScreen ul button {
  letter-spacing: 0.3em;
}
@media screen and (min-width: 600px) {
  #__splashScreen ul a, #__splashScreen ul button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  #__splashScreen ul a, #__splashScreen ul button {
    font-size: 28px;
  }
}
#__splashScreen.__goodbye {
  opacity: 0;
}

#__svgAnim {
  width: 100%;
}
#__svgAnim .cls-1 {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 30px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

/* ******************************
 *
 * FOOTER
 *
 * ****************************** */
#__globalFooter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 400ms ease;
}
#__globalFooter.__isinview {
  opacity: 1;
}
#__globalFooter.__activate {
  z-index: 1;
}
#__globalFooter.__isChildPage {
  position: fixed;
  bottom: 0;
  left: 0;
}
#__globalFooter .__footerInner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#__globalFooter .__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#__globalFooter .__bg img, #__globalFooter .__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#__globalFooter .__btn, #__globalFooter .__footerMenu {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__globalFooter .__btn {
    padding: 50px 0 0;
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .__btn {
    padding: 50px 0 0;
    width: 63%;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .__btn {
    padding: 50px 0 0;
    width: 880px;
  }
}
@media screen and (min-width: 1441px) {
  #__globalFooter .__btn {
    padding: 50px 0 0;
    width: 880px;
  }
}
@media screen and (min-width: 320px) {
  #__globalFooter .__btn .__btnCv a, #__globalFooter .__btn .__btnCV a {
    height: 50px;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .__btn .__btnCv a, #__globalFooter .__btn .__btnCV a {
    height: 70px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .__btn .__btnCv a, #__globalFooter .__btn .__btnCV a {
    height: 80px;
  }
}
@media screen and (min-width: 320px) {
  #__globalFooter .__btn .__btnCv a .__buttonEng, #__globalFooter .__btn .__btnCV a .__buttonEng {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .__btn .__btnCv a .__buttonEng, #__globalFooter .__btn .__btnCV a .__buttonEng {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .__btn .__btnCv a .__buttonEng, #__globalFooter .__btn .__btnCV a .__buttonEng {
    font-size: 30px;
  }
}
@media screen and (min-width: 320px) {
  #__globalFooter .__btn .__btnCv a .__buttonEng small, #__globalFooter .__btn .__btnCV a .__buttonEng small {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .__btn .__btnCv a .__buttonEng small, #__globalFooter .__btn .__btnCV a .__buttonEng small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .__btn .__btnCv a .__buttonEng small, #__globalFooter .__btn .__btnCV a .__buttonEng small {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) {
  #__globalFooter .__btn .__btnCv a .__buttonIcon, #__globalFooter .__btn .__btnCV a .__buttonIcon {
    width: 24.21px;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .__btn .__btnCv a .__buttonIcon, #__globalFooter .__btn .__btnCV a .__buttonIcon {
    width: 35.95px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .__btn .__btnCv a .__buttonIcon, #__globalFooter .__btn .__btnCV a .__buttonIcon {
    width: 35.95px;
  }
}
#__globalFooter .__footerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #__globalFooter .__footerMenu {
    flex-direction: column;
    padding: 50px 3%;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .__footerMenu {
    flex-direction: row;
    padding: 100px 3% 50px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .__footerMenu {
    flex-direction: row;
    padding: 100px 3% 50px;
  }
}
@media screen and (min-width: 320px) {
  #__globalFooter .__col {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .__col {
    width: auto;
    text-align: left;
  }
}
#__globalFooter .__col:nth-child(1) {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__globalFooter .__col:nth-child(1) {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .__col:nth-child(1) {
    flex-direction: row;
  }
}
@media screen and (min-width: 320px) {
  #__globalFooter .logo {
    order: 3;
    width: 85px;
    margin: 0 0 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .logo {
    order: 1;
    width: 100px;
    margin: 0 3rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .logo {
    order: 1;
    width: 100px;
    margin: 0 3rem 0 0;
  }
}
#__globalFooter .sitemenu {
  display: flex;
  color: #FFF;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 320px) {
  #__globalFooter .sitemenu {
    order: 1;
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .sitemenu {
    order: 2;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .sitemenu {
    order: 2;
    font-size: 14px;
  }
}
#__globalFooter .sitemenu li::after {
  content: "|";
}
@media screen and (min-width: 320px) {
  #__globalFooter .sitemenu li::after {
    margin: 0 0.75rem;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .sitemenu li::after {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .sitemenu li::after {
    margin: 0 1.5rem;
  }
}
#__globalFooter .sitemenu li:last-child::after {
  display: none;
}
#__globalFooter .sns {
  display: flex;
}
@media screen and (min-width: 320px) {
  #__globalFooter .sns {
    order: 2;
    margin: 1.5rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .sns {
    order: 3;
    margin: 0 0 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .sns {
    order: 3;
    margin: 0 0 0 3rem;
  }
}
#__globalFooter .sns li {
  margin-right: 1.5rem;
}
#__globalFooter .sns li:last-child {
  margin: 0;
}
#__globalFooter .sns a {
  display: flex;
  align-items: center;
}
#__globalFooter .sns a svg {
  width: 35px;
  height: 35px;
}
#__globalFooter .sns a span {
  display: inline-block;
  letter-spacing: 0.15em;
  margin-left: 5px;
}
#__globalFooter .copy {
  color: #FFF;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 320px) {
  #__globalFooter .copy {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__globalFooter .copy {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__globalFooter .copy {
    font-size: 14px;
  }
}

/* ******************************
 *
 * SCROLL ANIMATION
 *
 * ****************************** */
.__opContent {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 400ms cubic-bezier(0.77, 0.33, 0, 1), transform 400ms cubic-bezier(0.77, 0.33, 0, 1);
}

.docSlider-current .__opContent {
  opacity: 1;
  transform: translateY(0rem);
  transition: opacity 1500ms cubic-bezier(0.77, 0.33, 0, 1) 800ms, transform 1500ms ease 800ms;
}
.docSlider-current .__opContent.__delay2 {
  transition-delay: 1000ms;
}

.is-inview .__opContent {
  opacity: 1;
  transform: translateY(0rem);
  transition: opacity 1500ms cubic-bezier(0.77, 0.33, 0, 1) 200ms, transform 1500ms ease 200ms;
}
.is-inview .__opContent.__delay2 {
  transition-delay: 400ms;
}
.is-inview .__opContent.__delay3 {
  transition-delay: 600ms;
}
.is-inview .__opContent.__delay4 {
  transition-delay: 800ms;
}
.is-inview .__opContent.__delay5 {
  transition-delay: 1000ms;
}

/* ******************************
 *
 * TOP PAGE
 *
 * ****************************** */
.__slideContentsWrapper {
  position: relative;
  width: 100%;
  /*
  height: 100vh;
  height: 100svh;
  */
}
.__slideContentsWrapper .__slideContents {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  transition: transform 1800ms cubic-bezier(0.65, 0, 0.35, 1);
}
.__slideContentsWrapper .__contentScr {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: calc(50% - 0.5px);
}
.__slideContentsWrapper .__contentScr div {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
}
@media screen and (min-width: 320px) {
  .__slideContentsWrapper .__contentScr div {
    height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .__slideContentsWrapper .__contentScr div {
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .__slideContentsWrapper .__contentScr div {
    height: 40px;
  }
}
.__slideContentsWrapper .__contentScr span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  animation: contentScr 2500ms ease infinite both;
}

#__topSections section {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#__topSections section::-webkit-scrollbar {
  display: none;
}
#__topSections section .__sectionInner {
  width: 100%;
  height: 100%;
}
#__topSections section .__bg {
  overflow: hidden;
}
#__topSections section .__bg img, #__topSections section .__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  filter: brightness(0.2);
  transition: transform 1500ms cubic-bezier(0.77, 0.33, 0, 1), filter 1000ms ease;
}
#__topSections section .__content {
  color: #FFF;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#__topSections section .__content::-webkit-scrollbar {
  display: none;
}
#__topSections section .__contentInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__topSections section .__contentInner {
    padding: 25% 5%;
  }
}
@media screen and (min-width: 600px) {
  #__topSections section .__contentInner {
    padding: 15% 5%;
  }
}
@media screen and (min-width: 1025px) {
  #__topSections section .__contentInner {
    padding: 7.5% 5%;
  }
}
@media screen and (min-width: 1441px) {
  #__topSections section .__contentInner {
    padding: 10% 5%;
  }
}
#__topSections section.docSlider-current .__bg img, #__topSections section.docSlider-current .__bg video {
  transform: scale(1);
  filter: brightness(0.8);
  transition: transform 1500ms cubic-bezier(0.77, 0.33, 0, 1), filter 1000ms ease;
}
#__topSections section .__sectionScrContainer {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #__topSections section .__sectionScrContainer {
    height: calc(100% + 23rem);
    padding-bottom: 23rem;
  }
}
@media screen and (min-width: 600px) {
  #__topSections section .__sectionScrContainer {
    height: calc(100% + 18rem);
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topSections section .__sectionScrContainer {
    height: calc(100% + 18rem);
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topSections section .__sectionScrContainer {
    height: calc(100% + 18rem);
    padding-bottom: 18rem;
  }
}
#__topSections .docSlider-pager {
  display: none;
}

.__headCommon {
  text-align: center;
  margin-bottom: 3rem;
}
.__headCommon .__headEn {
  font-family: "BrownStd", sans-serif;
  font-weight: 200;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headEn {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headEn {
    font-size: 45px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headEn {
    font-size: 60px;
    margin-bottom: 0;
  }
}
.__headCommon .__headJp {
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headJp {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headJp {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headJp {
    font-size: 14px;
  }
}
.__headCommon .__headDesc {
  letter-spacing: 0.16em;
  padding: 3rem 0 0;
  line-height: 2;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headDesc {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headDesc {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headDesc {
    font-size: 16px;
  }
}
.__headCommon .__headDesc.__contact {
  border-top: solid 1px #FFF;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headDesc.__contact {
    width: 100%;
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headDesc.__contact {
    width: 800px;
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headDesc.__contact {
    width: 880px;
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 320px) {
  .__headCommon.__isHead .__headEn {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon.__isHead .__headEn {
    font-size: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon.__isHead .__headEn {
    font-size: 70px;
  }
}
@media screen and (min-width: 320px) {
  .__headCommon.__isHead .__headJp {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon.__isHead .__headJp {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon.__isHead .__headJp {
    font-size: 16px;
  }
}

.__btnCommon a {
  font-family: "BrownStd", sans-serif;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(199, 139, 54, 0.4);
  color: #FFF;
  letter-spacing: 0.2em;
  padding: 15px 0;
  transition: opacity 700ms ease, transform 700ms ease;
}
@media screen and (min-width: 320px) {
  .__btnCommon a {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .__btnCommon a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .__btnCommon a {
    font-size: 18px;
  }
}
.__btnCommon a:hover {
  opacity: 0.6;
  transform: scale(1.05);
}
.__btnCommon .__btnIcon {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .__btnCommon .__btnIcon {
    width: 14px;
  }
}
@media screen and (min-width: 600px) {
  .__btnCommon .__btnIcon {
    width: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .__btnCommon .__btnIcon {
    width: 18px;
  }
}
.__btnCommon .__btnIcon svg {
  display: block;
  fill: #FFF;
  width: 100%;
  height: auto;
}

.__btnCv a, .__btnCV a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6B2F01;
  color: #FFF;
  letter-spacing: 0.2em;
  transition: opacity 700ms ease;
}
@media screen and (min-width: 320px) {
  .__btnCv a, .__btnCV a {
    padding: 15px 30px 15px 15px;
  }
}
@media screen and (min-width: 600px) {
  .__btnCv a, .__btnCV a {
    padding: 15px 50px 15px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .__btnCv a, .__btnCV a {
    padding: 15px 50px 15px 15px;
  }
}
.__btnCv a:hover, .__btnCV a:hover {
  opacity: 0.5;
}
.__btnCv .__buttonIcon, .__btnCV .__buttonIcon {
  width: 26px;
}
.__btnCv .__buttonEng, .__btnCV .__buttonEng {
  font-family: "BrownStd", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .__btnCv .__buttonEng, .__btnCV .__buttonEng {
    font-size: 17px;
  }
}
@media screen and (min-width: 600px) {
  .__btnCv .__buttonEng, .__btnCV .__buttonEng {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .__btnCv .__buttonEng, .__btnCV .__buttonEng {
    font-size: 18px;
  }
}
.__btnCv .__buttonEng small, .__btnCV .__buttonEng small {
  font-family: "HelveticaNowDisplay", "notosansjp", sans-serif;
  font-size: 65%;
}
@media screen and (min-width: 320px) {
  .__btnCv .__buttonEng small, .__btnCV .__buttonEng small {
    padding-left: 5px;
  }
}
@media screen and (min-width: 600px) {
  .__btnCv .__buttonEng small, .__btnCV .__buttonEng small {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .__btnCv .__buttonEng small, .__btnCV .__buttonEng small {
    padding-left: 15px;
  }
}
.__btnCv .__buttonJp, .__btnCV .__buttonJp {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .__btnCv .__buttonJp, .__btnCV .__buttonJp {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  .__btnCv .__buttonJp, .__btnCV .__buttonJp {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .__btnCv .__buttonJp, .__btnCV .__buttonJp {
    font-size: 13px;
  }
}
@media screen and (min-width: 320px) {
  .__btnCv .__buttonJp svg, .__btnCV .__buttonJp svg {
    width: 65px;
    height: 8.18px;
  }
}
@media screen and (min-width: 600px) {
  .__btnCv .__buttonJp svg, .__btnCV .__buttonJp svg {
    width: 65px;
    height: 8.18px;
  }
}
@media screen and (min-width: 1025px) {
  .__btnCv .__buttonJp svg, .__btnCV .__buttonJp svg {
    width: 65px;
    height: 8.18px;
  }
}
.__btnCv.__isLink a, .__btnCV.__isLink a {
  background: transparent;
  border: solid 1px #FFF;
}
.__btnCv.__isLink .__buttonEng, .__btnCV.__isLink .__buttonEng {
  font-family: "HelveticaNowDisplay", "notosansjp", sans-serif;
  font-weight: 400;
}

.__colTwo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .__colTwo {
    width: 100%;
    padding: 0 1.5%;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo {
    width: 100%;
    padding: 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo {
    width: 1080px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo.__rv {
    flex-direction: row-reverse;
  }
}
.__colTwo.__isCntr {
  align-items: center;
}
@media screen and (min-width: 320px) {
  .__colTwo.__isCntr.__rv .__areaExp {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo.__isCntr.__rv .__areaExp {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo.__isCntr.__rv .__areaExp {
    padding: 0 0 0 10%;
  }
}
@media screen and (min-width: 320px) {
  .__colTwo.__sectionCol {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo.__sectionCol {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo.__sectionCol {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1441px) {
  .__colTwo.__sectionCol {
    margin-bottom: 5rem;
  }
}
.__colTwo.__isGal {
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .__colTwo.__isGal {
    width: 100%;
    padding: 0 1.5% !important;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo.__isGal {
    width: 100%;
    padding: 0 10% !important;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo.__isGal {
    width: 1200px;
    padding: 0 !important;
  }
}
@media screen and (min-width: 320px) {
  .__colTwo.__isGal .__column {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo.__isGal .__column {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo.__isGal .__column {
    width: calc(100% - 700px);
  }
}
@media screen and (min-width: 320px) {
  .__colTwo.__isGal .__column.__gal {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo.__isGal .__column.__gal {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo.__isGal .__column.__gal {
    width: 640px;
  }
}
.__colTwo .__column {
  position: relative;
}
@media screen and (min-width: 320px) {
  .__colTwo .__column {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__column {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__column {
    width: 47.5%;
  }
}
@media screen and (min-width: 320px) {
  .__colTwo .__column .swiper-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__column .swiper-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__column .swiper-wrapper {
    padding-bottom: 30px;
  }
}
.__colTwo .__column .swiper-slide {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .__colTwo .__column .swiper-pagination {
    bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__column .swiper-pagination {
    bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__column .swiper-pagination {
    bottom: 0;
  }
}
.__colTwo .__column .swiper-pagination-bullet {
  opacity: 1;
  background: transparent !important;
  border: solid 1px #FFF;
  margin: 0 15px !important;
}
.__colTwo .__column .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF !important;
}
.__colTwo .__column .swiper-arrow .__arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: opacity 700ms ease;
}
@media screen and (min-width: 320px) {
  .__colTwo .__column .swiper-arrow .__arrow {
    width: 0.8rem;
    top: calc(50% - 12px);
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__column .swiper-arrow .__arrow {
    width: 1rem;
    top: calc(50% - 14.5px);
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__column .swiper-arrow .__arrow {
    width: 1.2rem;
    top: calc(50% - 17.5px - 15px);
  }
}
.__colTwo .__column .swiper-arrow .__arrow svg {
  fill: #FFF;
  width: 100%;
  height: auto;
}
.__colTwo .__column .swiper-arrow .__arrow:hover {
  opacity: 0.5;
}
@media screen and (min-width: 320px) {
  .__colTwo .__column .swiper-arrow .__arrowNext {
    right: -0.4rem;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__column .swiper-arrow .__arrowNext {
    right: -0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__column .swiper-arrow .__arrowNext {
    right: -0.6rem;
  }
}
@media screen and (min-width: 320px) {
  .__colTwo .__column .swiper-arrow .__arrowNext.__arrowNext6 {
    right: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__column .swiper-arrow .__arrowNext.__arrowNext6 {
    right: -0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__column .swiper-arrow .__arrowNext.__arrowNext6 {
    right: -0.6rem;
  }
}
@media screen and (min-width: 320px) {
  .__colTwo .__column .swiper-arrow .__arrowPrev {
    left: -0.4rem;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__column .swiper-arrow .__arrowPrev {
    left: -0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__column .swiper-arrow .__arrowPrev {
    left: -0.6rem;
  }
}
@media screen and (min-width: 320px) {
  .__colTwo .__column .swiper-arrow .__arrowPrev.__arrowPrev6 {
    left: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__column .swiper-arrow .__arrowPrev.__arrowPrev6 {
    left: -0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__column .swiper-arrow .__arrowPrev.__arrowPrev6 {
    left: -0.6rem;
  }
}
.__colTwo .__areaGal li img {
  position: relative;
  transform: scale(1.15);
  transition: transform 700ms ease;
}
.__colTwo .__areaGal li.swiper-slide-active {
  z-index: 1;
}
.__colTwo .__areaGal li.swiper-slide-active img {
  z-index: 1;
  transform: scale(1);
}
.__colTwo .__areaExp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.__colTwo .__areaExp h3 {
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 320px) {
  .__colTwo .__areaExp h3 {
    font-size: 12px;
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__areaExp h3 {
    font-size: 16px;
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__areaExp h3 {
    font-size: 20px;
    margin: 0 0 2rem;
  }
}
.__colTwo .__areaExp p {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 320px) {
  .__colTwo .__areaExp p {
    font-size: 11px;
    line-height: 26px;
    margin: 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__areaExp p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__areaExp p {
    font-size: 15px;
    line-height: 35px;
    margin: 0;
  }
}
.__colTwo .__areaExp p.__atten {
  border: solid 1px #FFF;
  line-height: 1.7;
}
@media screen and (min-width: 320px) {
  .__colTwo .__areaExp p.__atten {
    font-size: 11px;
    padding: 10px 10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__areaExp p.__atten {
    font-size: 13px;
    padding: 10px 20px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__areaExp p.__atten {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 2rem;
  }
}
.__colTwo .__areaExp p.__roomAtten {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  border: solid 1px #FFF;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (min-width: 320px) {
  .__colTwo .__areaExp p.__roomAtten {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__areaExp p.__roomAtten {
    width: 360px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__areaExp p.__roomAtten {
    width: 360px;
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) {
  .__colTwo .__areaExp p.__roomAtten.__isEn {
    padding: 0 10px;
    height: 75px;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__areaExp p.__roomAtten.__isEn {
    padding: 10px;
    height: 85px;
  }
}
@media screen and (min-width: 320px) {
  .__colTwo .__areaExp .__btnCommon {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .__colTwo .__areaExp .__btnCommon {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .__colTwo .__areaExp .__btnCommon {
    width: 70%;
  }
}

.__areaNews {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .__areaNews {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .__areaNews {
    width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNews {
    width: 880px;
  }
}
.__areaNews .__newsItem article, .__areaNews .__newsItem a, .__areaNews .__newsItem .__newsSingleTitle {
  display: flex;
  width: 100%;
}
.__areaNews .__newsItem a, .__areaNews .__newsItem .__newsSingleTitle {
  position: relative;
  justify-content: space-between;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 320px) {
  .__areaNews .__newsItem a, .__areaNews .__newsItem .__newsSingleTitle {
    font-size: 11px;
    padding: 1rem 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .__areaNews .__newsItem a, .__areaNews .__newsItem .__newsSingleTitle {
    font-size: 13px;
    padding: 1rem 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNews .__newsItem a, .__areaNews .__newsItem .__newsSingleTitle {
    font-size: 15px;
    padding: 1rem 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1441px) {
  .__areaNews .__newsItem a, .__areaNews .__newsItem .__newsSingleTitle {
    font-size: 15px;
    padding: 1.5rem;
    margin-bottom: 10px;
  }
}
.__areaNews .__newsItem a::after, .__areaNews .__newsItem .__newsSingleTitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  transition: background-color 700ms ease;
}
.__areaNews .__newsItem a time, .__areaNews .__newsItem .__newsSingleTitle time {
  font-weight: 700;
  margin-right: 1.5rem;
}
.__areaNews .__newsItem a:hover::after {
  background: #999;
}
.__areaNews .__newsItem a:hover .__newsText {
  opacity: 0.4;
}
.__areaNews .__newsItem a:hover .__newsIcon {
  transform: translateX(1rem);
}
.__areaNews .__newsItem .__newsSingleTitle .__newsText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity 700ms ease;
}
.__areaNews .__newsItem .__newsSingleTitle .__newsText p {
  margin-top: 5px;
}
.__areaNews .__newsItem .__newsText {
  display: flex;
  transition: opacity 700ms ease;
}
@media screen and (min-width: 320px) {
  .__areaNews .__newsItem .__newsText {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 35px);
  }
}
@media screen and (min-width: 600px) {
  .__areaNews .__newsItem .__newsText {
    flex-direction: row;
    align-items: center;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1025px) {
  .__areaNews .__newsItem .__newsText {
    flex-direction: row;
    align-items: center;
    width: calc(100% - 65px);
  }
}
.__areaNews .__newsItem .__newsIcon {
  transition: transform 700ms ease;
}
@media screen and (min-width: 320px) {
  .__areaNews .__newsItem .__newsIcon {
    width: 20px;
  }
}
@media screen and (min-width: 600px) {
  .__areaNews .__newsItem .__newsIcon {
    width: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNews .__newsItem .__newsIcon {
    width: 50px;
  }
}
.__areaNews .__newsItem .__newsIcon svg {
  display: block;
  fill: #FFF;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 320px) {
  .__areaNews .__btnCommon {
    padding: 5% 0%;
  }
}
@media screen and (min-width: 600px) {
  .__areaNews .__btnCommon {
    padding: 2.5% 15%;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNews .__btnCommon {
    padding: 2.5% 15%;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNews .__btnCommon {
    padding: 5% 20%;
  }
}

#__topFV.__isReady .__content, #__topMV.__isReady .__content {
  background: #000000;
}
#__topFV .__content, #__topMV .__content {
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: transparent;
  transition: background-color 1000ms ease;
}
#__topFV .__content .__logo, #__topMV .__content .__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__topFV .__content .__logo, #__topMV .__content .__logo {
    width: 310px;
  }
}
@media screen and (min-width: 600px) {
  #__topFV .__content .__logo, #__topMV .__content .__logo {
    width: 560px;
  }
}
@media screen and (min-width: 1025px) {
  #__topFV .__content .__logo, #__topMV .__content .__logo {
    width: 560px;
  }
}
#__topFV .__content .__logo div, #__topMV .__content .__logo div {
  width: 50%;
  margin-bottom: 1.5rem;
}
#__topFV .__content h1, #__topMV .__content h1 {
  width: 100%;
}
#__topFV .__content h1 #__svgAnimWrapper, #__topMV .__content h1 #__svgAnimWrapper {
  width: 100%;
  margin: 0;
}
#__topFV .__content h1 svg, #__topMV .__content h1 svg {
  display: block;
  width: 100%;
  height: auto;
}
#__topFV .__content ul, #__topMV .__content ul {
  font-family: "BrownStd", sans-serif;
  color: #FFF;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__topFV .__content ul, #__topMV .__content ul {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #__topFV .__content ul, #__topMV .__content ul {
    display: flex;
    width: 750px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #__topFV .__content ul, #__topMV .__content ul {
    display: flex;
    width: 1150px;
    margin-top: 70px;
  }
}
#__topFV .__content ul li, #__topMV .__content ul li {
  margin-right: 80px;
}
#__topFV .__content ul li:last-child, #__topMV .__content ul li:last-child {
  margin-right: 0;
}
#__topFV .__content ul li, #__topFV .__content ul a, #__topFV .__content ul button, #__topMV .__content ul li, #__topMV .__content ul a, #__topMV .__content ul button {
  display: inline-block;
}
#__topFV .__content ul a, #__topFV .__content ul button, #__topMV .__content ul a, #__topMV .__content ul button {
  letter-spacing: 0.3em;
}
@media screen and (min-width: 600px) {
  #__topFV .__content ul a, #__topFV .__content ul button, #__topMV .__content ul a, #__topMV .__content ul button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  #__topFV .__content ul a, #__topFV .__content ul button, #__topMV .__content ul a, #__topMV .__content ul button {
    font-size: 28px;
  }
}
#__topFV .__content .desc, #__topMV .__content .desc {
  width: 100%;
  text-align: center;
  letter-spacing: 0.24em;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (min-width: 320px) {
  #__topFV .__content .desc, #__topMV .__content .desc {
    font-size: 12px;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 600px) {
  #__topFV .__content .desc, #__topMV .__content .desc {
    font-size: 14px;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topFV .__content .desc, #__topMV .__content .desc {
    font-size: 16px;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topFV .__content .desc, #__topMV .__content .desc {
    font-size: 16px;
    margin-top: 5rem;
  }
}
#__topFV .__scr, #__topMV .__scr {
  z-index: 1;
  display: flex;
  justify-content: center;
}
#__topFV .__srcInner, #__topMV .__srcInner {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}
@media screen and (min-width: 320px) {
  #__topFV .__srcInner, #__topMV .__srcInner {
    bottom: 80px;
  }
}
@media screen and (min-width: 600px) {
  #__topFV .__srcInner, #__topMV .__srcInner {
    bottom: 50px;
  }
}
#__topFV .__srcInner .text, #__topMV .__srcInner .text {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}
#__topFV .__srcInner .icon, #__topMV .__srcInner .icon {
  width: 50px;
}
#__topFV .__srcInner .icon svg, #__topMV .__srcInner .icon svg {
  display: block;
  animation: scrollDown 2000ms ease infinite both;
}

#__topMV {
  height: auto;
}
#__topMV .__bgSliderWrapper {
  height: 100%;
}
#__topMV .__bgSliderWrapper img {
  object-fit: cover;
}
@media screen and (min-width: 320px) {
  #__topMV .__content {
    padding: 180px 0 300px;
  }
}
@media screen and (min-width: 600px) {
  #__topMV .__content {
    padding: 180px 0 300px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMV .__content {
    padding: 180px 0 300px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMV .__content {
    padding: 180px 0 300px;
  }
}

#__topAbout {
  height: auto;
}
#__topAbout.is-inview .__bg video {
  transform: scale(1);
  filter: brightness(0.8);
  transition: transform 1500ms cubic-bezier(0.77, 0.33, 0, 1), filter 1000ms ease;
}
#__topAbout .__content {
  position: relative;
  z-index: 1;
}
#__topAbout .__desc {
  text-align: center;
}
#__topAbout .__desc p {
  margin-bottom: 2rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 320px) {
  #__topAbout .__desc p {
    font-size: 11px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__desc p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__desc p {
    font-size: 16px;
    line-height: 36px;
  }
}

/* ******************************
 *
 * PAGE
 *
 * ****************************** */
#__baseWrapper {
  position: relative;
  z-index: 1;
}
#__baseWrapper #__topFV img, #__baseWrapper #__pageMv img, #__baseWrapper #__topMV img {
  opacity: 0;
  transition: opacity 2000ms ease;
}
#__baseWrapper.__opened #__topFV img, #__baseWrapper.__opened #__pageMv img, #__baseWrapper.__opened #__topMV img {
  opacity: 1;
}
#__baseWrapper .__fullScreen {
  border-bottom: solid 1px #000000;
}
#__baseWrapper .__bg {
  width: 100%;
  height: 100%;
}
#__baseWrapper .__bg img, #__baseWrapper .__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#__baseWrapper .__bg .__bgSliderWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#__baseWrapper .__bg .__bgSliderWrapper .__bgSliderItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 320px) {
  #__baseWrapper section .__contentInner {
    padding: 25% 0;
  }
}
@media screen and (min-width: 600px) {
  #__baseWrapper section .__contentInner {
    padding: 7.5% 0;
  }
}
@media screen and (min-width: 1025px) {
  #__baseWrapper section .__contentInner {
    padding: 7.5% 0;
  }
}
@media screen and (min-width: 1441px) {
  #__baseWrapper section .__contentInner {
    padding: 10% 0;
  }
}
@media screen and (min-width: 320px) {
  #__baseWrapper section .__contentInner .__colTwo {
    padding: 0 5%;
  }
}
@media screen and (min-width: 600px) {
  #__baseWrapper section .__contentInner .__colTwo {
    padding: 0 2.5%;
  }
}
@media screen and (min-width: 1025px) {
  #__baseWrapper section .__contentInner .__colTwo {
    padding: 0 2.5%;
  }
}
@media screen and (min-width: 1441px) {
  #__baseWrapper section .__contentInner .__colTwo {
    padding: 0 2.5%;
  }
}
#__baseWrapper section .__contentInner .__colTwo .swiper-pagination {
  bottom: 10px;
}
#__baseWrapper section .__contentInner .__colTwo .__column .swiper-wrapper {
  padding-bottom: 0;
}

#__pageStory {
  background: #351605;
}
@media screen and (min-width: 320px) {
  #__pageStory {
    padding: 5rem 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__pageStory {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__pageStory {
    padding: 8rem 0;
  }
}
#__pageStory.__isTop {
  position: relative;
  z-index: 1;
  padding-top: 0;
  /*
  @include mq(sm) {margin-top: 5rem;}
  @include mq(md) {margin-top: 6rem;}
  @include mq(lg) {margin-top: 8rem;}
  */
}
#__pageStory.__isTop::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(53, 22, 5, 0) 0%, rgb(53, 22, 5) 100%);
}
@media screen and (min-width: 320px) {
  #__pageStory.__isTop::before {
    height: 6rem;
    top: -6rem;
  }
}
@media screen and (min-width: 600px) {
  #__pageStory.__isTop::before {
    height: 7rem;
    top: -7rem;
  }
}
@media screen and (min-width: 1025px) {
  #__pageStory.__isTop::before {
    height: 9rem;
    top: -9rem;
  }
}
#__pageStory.__isTop .__sectionInner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__pageStory .__colTwo {
    padding: 0 1.5%;
  }
}
@media screen and (min-width: 600px) {
  #__pageStory .__colTwo {
    padding: 0 2.5%;
  }
}
@media screen and (min-width: 1025px) {
  #__pageStory .__colTwo {
    padding: 0 2.5%;
  }
}
@media screen and (min-width: 1441px) {
  #__pageStory .__colTwo {
    padding: 0 2.5%;
  }
}
#__pageStory .__colTwo .swiper-pagination {
  bottom: 10px;
}
#__pageStory .__colTwo .__column .swiper-wrapper {
  padding-bottom: 0;
}
#__pageStory .__guide {
  text-align: center;
}
@media screen and (min-width: 320px) {
  #__pageStory .__guide {
    width: calc(100% + 12px);
    margin-left: -6px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  #__pageStory .__guide {
    width: 100%;
    margin-left: 0;
    padding: 2.5%;
  }
}
@media screen and (min-width: 1025px) {
  #__pageStory .__guide {
    width: 100%;
    margin-left: 0;
    padding: 2.5%;
  }
}
@media screen and (min-width: 1441px) {
  #__pageStory .__guide {
    width: 100%;
    margin-left: 0;
    padding: 2.5%;
  }
}
#__pageStory .__guide .__guideInner {
  background: #563813;
}
@media screen and (min-width: 320px) {
  #__pageStory .__guide .__guideInner {
    padding: 6% 2.5%;
  }
}
@media screen and (min-width: 600px) {
  #__pageStory .__guide .__guideInner {
    padding: 4% 2.5%;
  }
}
@media screen and (min-width: 1025px) {
  #__pageStory .__guide .__guideInner {
    padding: 4% 2.5%;
  }
}
@media screen and (min-width: 1441px) {
  #__pageStory .__guide .__guideInner {
    padding: 4% 2.5%;
  }
}
#__pageStory .__guide h3 {
  font-family: "BrownStd", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 320px) {
  #__pageStory .__guide h3 {
    font-size: 19px;
  }
}
@media screen and (min-width: 600px) {
  #__pageStory .__guide h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) {
  #__pageStory .__guide h3 {
    font-size: 25px;
  }
}
#__pageStory .__guide p {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 320px) {
  #__pageStory .__guide p {
    font-size: 11px;
    padding: 1rem 0 2rem;
  }
}
@media screen and (min-width: 600px) {
  #__pageStory .__guide p {
    font-size: 14px;
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #__pageStory .__guide p {
    font-size: 16px;
    padding: 1.5rem 0 3rem;
  }
}
#__pageStory .__guide img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__pageStory .__guide img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__pageStory .__guide img {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  #__pageStory .__guide img {
    width: 80%;
  }
}
@media screen and (min-width: 1441px) {
  #__pageStory .__guide img {
    width: 60%;
  }
}

#__storyGal {
  margin-top: -1.5px;
}

#__pageGal {
  background: #1A1A1A;
}
@media screen and (min-width: 320px) {
  #__pageGal {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__pageGal {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__pageGal {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #__pageGal {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 320px) {
  #__pageGal .__galSlider .line .lineInner {
    width: 160px;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__pageGal .__galSlider .line .lineInner {
    width: 220px;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__pageGal .__galSlider .line .lineInner {
    width: 280px;
    margin-right: 2rem;
  }
}
#__pageGal .__galSlider .line .lineInner div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: rgba(255, 255, 255, 0.1);
}
#__pageGal .__galSlider .line img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.__galSlider {
  display: flex;
}
.__galSlider .line {
  display: flex;
  animation: loopCl 60000ms linear infinite both;
}

#__topAcitivity {
  background: #351605;
}
@media screen and (min-width: 320px) {
  #__topAcitivity {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__topAcitivity {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topAcitivity {
    padding: 6rem 0;
  }
}
#__topAcitivity .__gridContainer {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__topAcitivity .__gridContainer {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #__topAcitivity .__gridContainer {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  #__topAcitivity .__gridContainer {
    width: 1080px;
  }
}
#__topAcitivity .__btnCv a, #__topAcitivity .__btnCV a {
  margin-top: 1rem;
}
@media screen and (min-width: 320px) {
  #__topAcitivity .__btnCv a, #__topAcitivity .__btnCV a {
    padding: 5px 15px 5px 10px;
  }
}
@media screen and (min-width: 600px) {
  #__topAcitivity .__btnCv a, #__topAcitivity .__btnCV a {
    padding: 5px 15px 5px 10px;
  }
}
@media screen and (min-width: 1025px) {
  #__topAcitivity .__btnCv a, #__topAcitivity .__btnCV a {
    padding: 5px 15px 5px 10px;
  }
}
#__topAcitivity .__btnCv.__ac a *, #__topAcitivity .__btnCV.__ac a * {
  display: flex;
  align-items: center;
}
#__topAcitivity .__btnCv.__ac a .__buttonIcon, #__topAcitivity .__btnCV.__ac a .__buttonIcon {
  justify-content: flex-start;
  width: 70px;
}
#__topAcitivity .__btnCv.__ac a .__buttonIcon svg, #__topAcitivity .__btnCV.__ac a .__buttonIcon svg {
  width: 24px;
  height: 22.4px;
}
#__topAcitivity .__btnCv.__ac a .__buttonEng, #__topAcitivity .__btnCV.__ac a .__buttonEng {
  justify-content: center;
  width: calc(100% - 140px);
}
#__topAcitivity .__btnCv.__ac a .__buttonJp, #__topAcitivity .__btnCV.__ac a .__buttonJp {
  justify-content: flex-end;
  width: 70px;
}
#__topAcitivity .__btnCv.__ac a .__buttonJp svg, #__topAcitivity .__btnCV.__ac a .__buttonJp svg {
  width: 25px;
  margin: 0 0 3px;
}
@media screen and (min-width: 320px) {
  #__topAcitivity .__btnCv .__buttonIcon, #__topAcitivity .__btnCV .__buttonIcon {
    width: 13px;
  }
}
@media screen and (min-width: 600px) {
  #__topAcitivity .__btnCv .__buttonIcon, #__topAcitivity .__btnCV .__buttonIcon {
    width: 14px;
  }
}
@media screen and (min-width: 1025px) {
  #__topAcitivity .__btnCv .__buttonIcon, #__topAcitivity .__btnCV .__buttonIcon {
    width: 15px;
  }
}
@media screen and (min-width: 320px) {
  #__topAcitivity .__btnCv.__isLink .__buttonEng, #__topAcitivity .__btnCV.__isLink .__buttonEng {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__topAcitivity .__btnCv.__isLink .__buttonEng, #__topAcitivity .__btnCV.__isLink .__buttonEng {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  #__topAcitivity .__btnCv.__isLink .__buttonEng, #__topAcitivity .__btnCV.__isLink .__buttonEng {
    font-size: 14px;
  }
}

.__gridContainer ul {
  display: grid;
}
@media screen and (min-width: 320px) {
  .__gridContainer ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .__gridContainer ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .__gridContainer ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.__gridContainer li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .__gridContainer li {
    padding-top: 28px;
  }
}
@media screen and (min-width: 600px) {
  .__gridContainer li {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .__gridContainer li {
    padding-top: 0;
  }
}
@media screen and (min-width: 320px) {
  .__gridContainer .__gridImg {
    width: 41.5%;
  }
}
@media screen and (min-width: 600px) {
  .__gridContainer .__gridImg {
    width: 41.5%;
  }
}
@media screen and (min-width: 1025px) {
  .__gridContainer .__gridImg {
    width: 41.5%;
  }
}
.__gridContainer .__gridText {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .__gridContainer .__gridText {
    width: 55%;
  }
}
@media screen and (min-width: 600px) {
  .__gridContainer .__gridText {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .__gridContainer .__gridText {
    width: 55%;
  }
}
.__gridContainer .__gridTitle {
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .__gridContainer .__gridTitle {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  .__gridContainer .__gridTitle {
    position: static;
    top: auto;
    left: auto;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .__gridContainer .__gridTitle {
    position: static;
    top: auto;
    left: auto;
    font-size: 18px;
  }
}
.__gridContainer .__gridDesc {
  letter-spacing: 0.1em;
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .__gridContainer .__gridDesc {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  .__gridContainer .__gridDesc {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .__gridContainer .__gridDesc {
    font-size: 14px;
  }
}

#__topMotohakone, #__storyAccess {
  position: relative;
}
@media screen and (min-width: 320px) {
  #__topMotohakone .__contentInner, #__storyAccess .__contentInner {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone .__contentInner, #__storyAccess .__contentInner {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone .__contentInner, #__storyAccess .__contentInner {
    padding: 6rem 0;
  }
}
#__topMotohakone .__content, #__storyAccess .__content {
  position: relative;
  z-index: 1;
}
#__topMotohakone .__access, #__storyAccess .__access {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__topMotohakone .__access, #__storyAccess .__access {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone .__access, #__storyAccess .__access {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone .__access, #__storyAccess .__access {
    width: 1080px;
  }
}
@media screen and (min-width: 320px) {
  #__topMotohakone .__accessMap, #__storyAccess .__accessMap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone .__accessMap, #__storyAccess .__accessMap {
    width: 55%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone .__accessMap, #__storyAccess .__accessMap {
    width: 55%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 320px) {
  #__topMotohakone .__accessMap .__btnCv a .__buttonIcon, #__topMotohakone .__accessMap .__btnCV .__buttonIcon, #__storyAccess .__accessMap .__btnCv a .__buttonIcon, #__storyAccess .__accessMap .__btnCV .__buttonIcon {
    width: 13px;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone .__accessMap .__btnCv a .__buttonIcon, #__topMotohakone .__accessMap .__btnCV .__buttonIcon, #__storyAccess .__accessMap .__btnCv a .__buttonIcon, #__storyAccess .__accessMap .__btnCV .__buttonIcon {
    width: 11px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone .__accessMap .__btnCv a .__buttonIcon, #__topMotohakone .__accessMap .__btnCV .__buttonIcon, #__storyAccess .__accessMap .__btnCv a .__buttonIcon, #__storyAccess .__accessMap .__btnCV .__buttonIcon {
    width: 12px;
  }
}
@media screen and (min-width: 320px) {
  #__topMotohakone .__accessMap .__btnCv a .__buttonEng, #__topMotohakone .__accessMap .__btnCV .__buttonEng, #__storyAccess .__accessMap .__btnCv a .__buttonEng, #__storyAccess .__accessMap .__btnCV .__buttonEng {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone .__accessMap .__btnCv a .__buttonEng, #__topMotohakone .__accessMap .__btnCV .__buttonEng, #__storyAccess .__accessMap .__btnCv a .__buttonEng, #__storyAccess .__accessMap .__btnCV .__buttonEng {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone .__accessMap .__btnCv a .__buttonEng, #__topMotohakone .__accessMap .__btnCV .__buttonEng, #__storyAccess .__accessMap .__btnCv a .__buttonEng, #__storyAccess .__accessMap .__btnCV .__buttonEng {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) {
  #__topMotohakone .__accessMap .__btnCv a a, #__topMotohakone .__accessMap .__btnCV a, #__storyAccess .__accessMap .__btnCv a a, #__storyAccess .__accessMap .__btnCV a {
    padding: 8px 10px 8px 6px;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone .__accessMap .__btnCv a a, #__topMotohakone .__accessMap .__btnCV a, #__storyAccess .__accessMap .__btnCv a a, #__storyAccess .__accessMap .__btnCV a {
    padding: 8px 10px 8px 6px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone .__accessMap .__btnCv a a, #__topMotohakone .__accessMap .__btnCV a, #__storyAccess .__accessMap .__btnCv a a, #__storyAccess .__accessMap .__btnCV a {
    padding: 8px 10px 8px 6px;
  }
}
@media screen and (min-width: 320px) {
  #__topMotohakone .__accessInfo, #__storyAccess .__accessInfo {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone .__accessInfo, #__storyAccess .__accessInfo {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone .__accessInfo, #__storyAccess .__accessInfo {
    width: 40%;
  }
}
#__topMotohakone .__iframe, #__storyAccess .__iframe {
  width: 100%;
  margin-bottom: 1rem;
}
#__topMotohakone .__iframe iframe, #__storyAccess .__iframe iframe {
  display: block;
  width: 100%;
}
#__topMotohakone section, #__storyAccess section {
  margin-bottom: 2rem;
}
#__topMotohakone section h3, #__topMotohakone section p, #__storyAccess section h3, #__storyAccess section p {
  letter-spacing: 0.1em;
}
#__topMotohakone section h3, #__storyAccess section h3 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  #__topMotohakone section h3, #__storyAccess section h3 {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone section h3, #__storyAccess section h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone section h3, #__storyAccess section h3 {
    font-size: 18px;
  }
}
#__topMotohakone section h3 span, #__storyAccess section h3 span {
  text-decoration: underline;
}
#__topMotohakone section p, #__storyAccess section p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  #__topMotohakone section p, #__storyAccess section p {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone section p, #__storyAccess section p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone section p, #__storyAccess section p {
    font-size: 14px;
  }
}
#__topMotohakone section .__link, #__storyAccess section .__link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 320px) {
  #__topMotohakone section .__link, #__storyAccess section .__link {
    gap: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone section .__link, #__storyAccess section .__link {
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone section .__link, #__storyAccess section .__link {
    gap: 1rem;
  }
}
#__topMotohakone section .__link a, #__storyAccess section .__link a {
  transition: opacity 700ms ease;
}
#__topMotohakone section .__link a:hover, #__storyAccess section .__link a:hover {
  opacity: 0.6;
}
#__topMotohakone section .__link .__btnCV.__isLink, #__storyAccess section .__link .__btnCV.__isLink {
  height: 100%;
}
#__topMotohakone section .__link .__btnCV.__isLink a, #__storyAccess section .__link .__btnCV.__isLink a {
  height: 100%;
}
@media screen and (min-width: 320px) {
  #__topMotohakone section .__link .__btnCV.__isLink a, #__storyAccess section .__link .__btnCV.__isLink a {
    padding: 8px 6px;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone section .__link .__btnCV.__isLink a, #__storyAccess section .__link .__btnCV.__isLink a {
    padding: 8px 6px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone section .__link .__btnCV.__isLink a, #__storyAccess section .__link .__btnCV.__isLink a {
    padding: 8px 6px;
  }
}
@media screen and (min-width: 320px) {
  #__topMotohakone section .__link .__btnCV.__isLink .__buttonIcon, #__storyAccess section .__link .__btnCV.__isLink .__buttonIcon {
    width: 13px;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone section .__link .__btnCV.__isLink .__buttonIcon, #__storyAccess section .__link .__btnCV.__isLink .__buttonIcon {
    width: 11px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone section .__link .__btnCV.__isLink .__buttonIcon, #__storyAccess section .__link .__btnCV.__isLink .__buttonIcon {
    width: 12px;
  }
}
#__topMotohakone section .__link .__btnCV.__isLink .__buttonEng, #__storyAccess section .__link .__btnCV.__isLink .__buttonEng {
  text-align: center;
}
@media screen and (min-width: 320px) {
  #__topMotohakone section .__link .__btnCV.__isLink .__buttonEng, #__storyAccess section .__link .__btnCV.__isLink .__buttonEng {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__topMotohakone section .__link .__btnCV.__isLink .__buttonEng, #__storyAccess section .__link .__btnCV.__isLink .__buttonEng {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMotohakone section .__link .__btnCV.__isLink .__buttonEng, #__storyAccess section .__link .__btnCV.__isLink .__buttonEng {
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) {
  .__isEndSection {
    margin-bottom: 370px;
  }
}
@media screen and (min-width: 600px) {
  .__isEndSection {
    margin-bottom: 305px;
  }
}
@media screen and (min-width: 1025px) {
  .__isEndSection {
    margin-bottom: 315px;
  }
}
@media screen and (min-width: 1441px) {
  .__isEndSection {
    margin-bottom: 315px;
  }
}

#__pageMv .__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#__pageMv .__bg img {
  height: auto;
}
#__pageMv .__headCommon {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__pageMv .__headCommon {
    padding: 120px 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .__headCommon {
    padding: 140px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .__headCommon {
    padding: 150px 0 0;
  }
}

@media screen and (min-width: 320px) {
  #__pageContainer {
    padding: 0 5%;
  }
}
@media screen and (min-width: 600px) {
  #__pageContainer {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  #__pageContainer {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1441px) {
  #__pageContainer {
    padding: 0 5%;
  }
}
#__pageContainer .__storySection {
  position: relative;
}
#__pageContainer .__storyTitle {
  position: absolute;
  z-index: 1;
  top: 0;
  font-family: "BrownStd", sans-serif;
  font-weight: 400;
  -webkit-writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  #__pageContainer .__storyTitle {
    font-size: 20px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 600px) {
  #__pageContainer .__storyTitle {
    font-size: 28px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #__pageContainer .__storyTitle {
    font-size: 35px;
    padding-top: 65px;
  }
}
#__pageContainer .__storyTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  #__pageContainer .__storyTitle::before {
    height: 30px;
  }
}
@media screen and (min-width: 600px) {
  #__pageContainer .__storyTitle::before {
    height: 45px;
  }
}
@media screen and (min-width: 1025px) {
  #__pageContainer .__storyTitle::before {
    height: 60px;
  }
}
@media screen and (min-width: 320px) {
  #__pageContainer .__storyTitle.__isRight {
    right: -9px;
  }
}
@media screen and (min-width: 600px) {
  #__pageContainer .__storyTitle.__isRight {
    right: -4px;
  }
}
@media screen and (min-width: 1025px) {
  #__pageContainer .__storyTitle.__isRight {
    right: 0;
  }
}
@media screen and (min-width: 320px) {
  #__pageContainer .__storyTitle.__isLeft {
    left: -10px;
  }
}
@media screen and (min-width: 600px) {
  #__pageContainer .__storyTitle.__isLeft {
    left: -5px;
  }
}
@media screen and (min-width: 1025px) {
  #__pageContainer .__storyTitle.__isLeft {
    left: 0;
  }
}
@media screen and (min-width: 320px) {
  #__pageContainer .__storyCenterImg {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  #__pageContainer .__storyCenterImg {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  #__pageContainer .__storyCenterImg {
    padding: 0 15%;
  }
}
@media screen and (min-width: 1441px) {
  #__pageContainer .__storyCenterImg {
    padding: 0 15%;
  }
}
#__pageContainer .__storyGal {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#__pageContainer .__storyGal p {
  letter-spacing: 0.15em;
  line-height: 2.2;
}
@media screen and (min-width: 320px) {
  #__pageContainer .__storyGal p {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__pageContainer .__storyGal p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #__pageContainer .__storyGal p {
    font-size: 15px;
  }
}

.__storyImg {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1500ms cubic-bezier(0.77, 0.33, 0, 1) 200ms;
}
.__storyImg img {
  transform: scale(1.1);
  transition: transform 1500ms ease 200ms;
}

.is-inview .__storyImg {
  clip-path: inset(0 0 0% 0);
}
.is-inview .__storyImg img {
  transform: scale(1);
}

@media screen and (min-width: 320px) {
  #__storySection1 {
    padding: 3rem 0 5rem;
  }
}
@media screen and (min-width: 600px) {
  #__storySection1 {
    padding: 3rem 0 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__storySection1 {
    padding: 3rem 0 5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__storySection1 {
    padding: 3rem 0 5rem;
  }
}

@media screen and (min-width: 320px) {
  #__storyGal1 {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal1 {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal1 {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal1 {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal1 .__block:nth-child(1) {
    width: 100%;
    padding: 0 35% 0 15%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal1 .__block:nth-child(1) {
    width: 35%;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal1 .__block:nth-child(1) {
    width: 35%;
    padding: 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal1 .__block:nth-child(2) {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal1 .__block:nth-child(2) {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal1 .__block:nth-child(2) {
    width: 55%;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal1 .__block:nth-child(2) .__storyImg {
    padding-left: 30%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal1 .__block:nth-child(2) .__storyImg {
    padding-left: 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal1 p {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal1 p {
    padding: 3rem 0 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal1 p {
    padding: 3rem 0 5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal1 p {
    padding: 3rem 0 5rem;
  }
}

@media screen and (min-width: 320px) {
  #__storyGal2 .__block:nth-child(2) {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal2 .__block:nth-child(2) {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal2 .__block:nth-child(2) {
    width: 55%;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal2 .__block:nth-child(2) .__storyImg {
    padding: 0 15% 0 10%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal2 .__block:nth-child(2) .__storyImg {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal2 .__block:nth-child(2) .__storyImg {
    padding: 0;
  }
}
#__storyGal2 .__block:nth-child(3) {
  display: flex;
}
@media screen and (min-width: 320px) {
  #__storyGal2 .__block:nth-child(3) {
    flex-direction: row;
    width: 100%;
    padding: 0 0 0 20%;
    margin-top: -65%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal2 .__block:nth-child(3) {
    flex-direction: column;
    width: 30%;
    padding: 0 8rem 0 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal2 .__block:nth-child(3) {
    flex-direction: column;
    width: 30%;
    padding: 0 8rem 0 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal2 .__block:nth-child(3) .__storyImg:nth-child(1) {
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal2 .__block:nth-child(3) .__storyImg:nth-child(1) {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal2 .__block:nth-child(3) .__storyImg:nth-child(1) {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal2 .__block:nth-child(3) .__storyImg:nth-child(1) {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal2 p {
    padding: 0;
    margin-top: 55%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal2 p {
    padding: 5rem 0 0 10rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal2 p {
    padding: 5rem 0 0 10rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal2 p {
    padding: 5rem 0 0 10rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) {
  #__storyGal3 {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal3 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal3 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal3 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal3 .__block:nth-child(1) {
    width: 100%;
    padding: 0 0 0 50%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal3 .__block:nth-child(1) {
    width: 35%;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal3 .__block:nth-child(1) {
    width: 35%;
    padding: 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal3 .__block:nth-child(2) {
    width: 100%;
    padding: 3rem 35% 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal3 .__block:nth-child(2) {
    width: 55%;
    padding: 10% 0 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal3 .__block:nth-child(2) {
    width: 55%;
    padding: 10% 0 0 3rem;
  }
}

#__storyGal4 {
  padding: 2.5rem 0;
}
@media screen and (min-width: 320px) {
  #__storyGal4 {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal4 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal4 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal4 {
    margin-top: 5rem;
  }
}
#__storyGal4 .__storyImg {
  padding: 2.5rem 0;
}

@media screen and (min-width: 320px) {
  #__storyGal5 .__block:nth-child(1) {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal5 .__block:nth-child(1) {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal5 .__block:nth-child(1) {
    width: 60%;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal5 .__block:nth-child(1) .__storyImg {
    padding: 0 20% 0 10%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal5 .__block:nth-child(1) .__storyImg {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal5 .__block:nth-child(1) .__storyImg {
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal5 .__block:nth-child(1) .__storyImg {
    padding: 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal5 .__block:nth-child(2) {
    width: 100%;
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal5 .__block:nth-child(2) {
    width: 30%;
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal5 .__block:nth-child(2) {
    width: 30%;
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal5 .__block:nth-child(2) .__storyImg {
    padding: 0 10% 0 50%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal5 .__block:nth-child(2) .__storyImg {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal5 .__block:nth-child(2) .__storyImg {
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal5 .__block:nth-child(2) .__storyImg {
    padding: 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal5 p {
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal5 p {
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal5 p {
    padding: 5rem 0 0;
  }
}

@media screen and (min-width: 320px) {
  #__storyGal6 {
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal6 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal6 {
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal6 .__storyTitle {
    top: 120%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal6 .__storyTitle {
    top: 45%;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal6 .__storyTitle {
    top: 45%;
  }
}
#__storyGal6 .__block:nth-child(2) {
  width: 40%;
}
@media screen and (min-width: 320px) {
  #__storyGal6 .__block:nth-child(2) .__storyImg {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal6 .__block:nth-child(2) .__storyImg {
    padding: 5rem 0 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal6 .__block:nth-child(2) .__storyImg {
    padding: 5rem 0 0 10%;
  }
}
@media screen and (min-width: 1441px) {
  #__storyGal6 .__block:nth-child(2) .__storyImg {
    padding: 5rem 0 0 10%;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal6 .__block:nth-child(3) {
    width: 100%;
    padding: 10% 0 0 30%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal6 .__block:nth-child(3) {
    width: 53%;
    padding: 15% 8% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal6 .__block:nth-child(3) {
    width: 53%;
    padding: 15% 8% 0 0;
  }
}

@media screen and (min-width: 320px) {
  #__storyGal7 .__block:nth-child(1) {
    width: 100%;
    padding: 4rem 20% 0 10%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal7 .__block:nth-child(1) {
    width: 55%;
    padding: 5rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal7 .__block:nth-child(1) {
    width: 55%;
    padding: 5rem 0 0;
  }
}
#__storyGal7 .__block:nth-child(2) {
  display: flex;
}
@media screen and (min-width: 320px) {
  #__storyGal7 .__block:nth-child(2) {
    flex-direction: row;
    width: 100%;
    padding: 3rem 0 0 20%;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal7 .__block:nth-child(2) {
    flex-direction: column;
    width: 25%;
    padding: 7rem 5rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal7 .__block:nth-child(2) {
    flex-direction: column;
    width: 25%;
    padding: 7rem 5rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal7 .__block:nth-child(2) .__storyImg:nth-child(1) {
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal7 .__block:nth-child(2) .__storyImg:nth-child(1) {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal7 .__block:nth-child(2) .__storyImg:nth-child(1) {
    margin: 2rem 0;
  }
}

@media screen and (min-width: 320px) {
  #__storyGal8 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal8 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal8 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal8 .__block:nth-child(1) {
    width: 40%;
    padding: 4rem 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal8 .__block:nth-child(1) {
    width: 40%;
    padding: 5rem 0 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal8 .__block:nth-child(1) {
    width: 40%;
    padding: 5rem 0 0 10%;
  }
}
@media screen and (min-width: 320px) {
  #__storyGal8 .__block:nth-child(2) {
    width: 100%;
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__storyGal8 .__block:nth-child(2) {
    width: 55%;
    padding: 8rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__storyGal8 .__block:nth-child(2) {
    width: 55%;
    padding: 8rem 0 0;
  }
}

.__areaNewsNav {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .__areaNewsNav {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 600px) {
  .__areaNewsNav {
    padding: 3rem 0;
  }
}
.__areaNewsNav.__isFirst {
  justify-content: flex-end;
}
.__areaNewsNav .page-numbers {
  font-family: "BrownStd", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  position: relative;
  display: none;
  background: rgba(212, 156, 109, 0.4);
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: opacity 700ms ease;
}
@media screen and (min-width: 320px) {
  .__areaNewsNav .page-numbers {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  .__areaNewsNav .page-numbers {
    width: 160px;
    height: 50px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNewsNav .page-numbers {
    width: 180px;
    height: 50px;
    font-size: 18px;
  }
}
.__areaNewsNav .page-numbers:hover {
  opacity: 0.5;
}
.__areaNewsNav .page-numbers.next, .__areaNewsNav .page-numbers.prev, .__areaNewsNav .page-numbers.index {
  display: flex;
}
@media screen and (min-width: 320px) {
  .__areaNewsNav .page-numbers.next svg {
    right: 16px;
  }
}
@media screen and (min-width: 600px) {
  .__areaNewsNav .page-numbers.next svg {
    right: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNewsNav .page-numbers.next svg {
    right: 20px;
  }
}
.__areaNewsNav .page-numbers.index {
  background: rgba(209, 209, 209, 0.4);
}
@media screen and (min-width: 320px) {
  .__areaNewsNav .page-numbers.prev svg, .__areaNewsNav .page-numbers.index svg {
    left: 16px;
  }
}
@media screen and (min-width: 600px) {
  .__areaNewsNav .page-numbers.prev svg, .__areaNewsNav .page-numbers.index svg {
    left: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNewsNav .page-numbers.prev svg, .__areaNewsNav .page-numbers.index svg {
    left: 20px;
  }
}
.__areaNewsNav .page-numbers.prev span, .__areaNewsNav .page-numbers.index span {
  transform: translateX(6px);
}
.__areaNewsNav .page-numbers.next span {
  transform: translateX(-6px);
}
.__areaNewsNav .page-numbers svg {
  position: absolute;
  display: block;
  fill: #FFF;
  height: auto;
}
@media screen and (min-width: 320px) {
  .__areaNewsNav .page-numbers svg {
    width: 12px;
  }
}
@media screen and (min-width: 600px) {
  .__areaNewsNav .page-numbers svg {
    width: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNewsNav .page-numbers svg {
    width: 18px;
  }
}
.__areaNewsNav .page-numbers span {
  display: inline-block;
}

.__areaNewsContent {
  border-bottom: solid 1px #FFF;
}
@media screen and (min-width: 320px) {
  .__areaNewsContent {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 600px) {
  .__areaNewsContent {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNewsContent {
    padding: 3rem 0;
  }
}
.__areaNewsContent figure {
  display: block;
  margin-bottom: 1.5rem;
}
.__areaNewsContent h2 {
  letter-spacing: 0.15em;
  font-weight: 700;
  border-bottom: solid 1px #FFF;
  margin: 3rem 0 1rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 320px) {
  .__areaNewsContent h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  .__areaNewsContent h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNewsContent h2 {
    font-size: 16px;
  }
}
.__areaNewsContent p {
  line-height: 2.2;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 320px) {
  .__areaNewsContent p {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  .__areaNewsContent p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .__areaNewsContent p {
    font-size: 15px;
  }
}

#__isFormArea .__formTel {
  font-family: "BrownStd", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  width: 100%;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) {
  #__isFormArea .__formTel {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  #__isFormArea .__formTel {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) {
  #__isFormArea .__formTel {
    font-size: 30px;
  }
}
#__isFormArea label {
  display: block;
  width: 100%;
}
#__isFormArea dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
#__isFormArea dl.__formReadonly {
  border-top: solid 1px #FFF;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
#__isFormArea dl.__formReadonly .__formInp {
  padding: 0;
  color: #FFF;
  background: transparent;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
#__isFormArea dl.__formReadonly textarea {
  height: 100px;
}
#__isFormArea dt {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 320px) {
  #__isFormArea dt {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  #__isFormArea dt {
    width: 150px;
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__isFormArea dt {
    width: 150px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
#__isFormArea dd {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 320px) {
  #__isFormArea dd {
    width: 100%;
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  #__isFormArea dd {
    width: calc(100% - 170px);
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  #__isFormArea dd {
    width: calc(100% - 170px);
    font-size: 15px;
  }
}
#__isFormArea ul {
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 320px) {
  #__isFormArea ul {
    display: grid;
  }
}
@media screen and (min-width: 600px) {
  #__isFormArea ul {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  #__isFormArea ul {
    display: flex;
  }
}
#__isFormArea ul li {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__isFormArea ul li {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  #__isFormArea ul li {
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__isFormArea ul li {
    margin: 0 1rem 0 0;
  }
}
#__isFormArea ul label {
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding-left: 5px;
}
#__isFormArea .__formInp {
  display: block;
  width: 100%;
  background: #FFF;
  border: none;
  outline: none;
  padding: 10px;
}
#__isFormArea textarea {
  height: 150px;
}
#__isFormArea .__formSubmit {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #FFF;
  margin-top: 5rem;
  padding-top: 4rem;
}
#__isFormArea .__formSubmit.__single {
  justify-content: center;
}
#__isFormArea .__formSubmit button, #__isFormArea .__formSubmit a {
  font-family: "BrownStd", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(212, 156, 109, 0.4);
  line-height: 1;
  letter-spacing: 0.15em;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  #__isFormArea .__formSubmit button, #__isFormArea .__formSubmit a {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  #__isFormArea .__formSubmit button, #__isFormArea .__formSubmit a {
    width: 350px;
    height: 45px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  #__isFormArea .__formSubmit button, #__isFormArea .__formSubmit a {
    width: 400px;
    height: 50px;
    font-size: 18px;
  }
}
#__isFormArea .__formSubmit button.__cancel, #__isFormArea .__formSubmit a.__cancel {
  background: rgba(209, 209, 209, 0.4);
}
#__isFormArea .__formSubmit button .icon, #__isFormArea .__formSubmit a .icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100%;
  transition: transform 400ms ease;
}
#__isFormArea .__formSubmit button .icon.__right, #__isFormArea .__formSubmit a .icon.__right {
  right: 1rem;
}
#__isFormArea .__formSubmit button .icon.__left, #__isFormArea .__formSubmit a .icon.__left {
  left: 1rem;
}
#__isFormArea .__formSubmit button:hover, #__isFormArea .__formSubmit a:hover {
  opacity: 0.6;
}
#__isFormArea .__formSubmit button:hover .icon.__right, #__isFormArea .__formSubmit a:hover .icon.__right {
  transform: translateX(0.5rem);
}
#__isFormArea .__formSubmit button:hover .icon.__left, #__isFormArea .__formSubmit a:hover .icon.__left {
  transform: translateX(-0.5rem);
}

#__recruit {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__recruit {
    padding: 0 0 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__recruit {
    padding: 0 0 4rem;
    width: 1080px;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit {
    padding: 0 0 5rem;
    width: 1080px;
  }
}
@media screen and (min-width: 320px) {
  #__recruit .__mv {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__mv {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__mv {
    margin-bottom: 3rem;
  }
}
#__recruit .__exp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__recruit .__exp {
    margin-bottom: 4rem;
    padding: 0 5%;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__exp {
    margin-bottom: 5rem;
    padding: 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__exp {
    margin-bottom: 5rem;
    padding: 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__exp.__rv {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 320px) {
  #__recruit .__exp .__thumb {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__exp .__thumb {
    width: 53.73%;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__exp .__thumb {
    width: 53.73%;
  }
}
#__recruit .__exp p {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 320px) {
  #__recruit .__exp p {
    width: 100%;
    font-size: 11px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__exp p {
    width: 41.2%;
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__exp p {
    width: 41.2%;
    font-size: 15px;
    margin-bottom: 0;
  }
}
#__recruit .__entryArea {
  border-top: solid 1px #FFF;
}
@media screen and (min-width: 320px) {
  #__recruit .__entryArea {
    padding: 0 5%;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__entryArea {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__entryArea {
    padding: 0;
  }
}
#__recruit .__entryArea h2 {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 1.5rem 0;
  text-align: center;
}
@media screen and (min-width: 320px) {
  #__recruit .__entryArea h2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__entryArea h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__entryArea h2 {
    font-size: 20px;
  }
}
#__recruit .__recruitBox {
  background: #FFF;
  color: #000000;
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) {
  #__recruit .__recruitBox {
    padding: 1rem 1rem 3rem;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__recruitBox {
    padding: 2rem 3rem 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__recruitBox {
    padding: 2rem 3rem 5rem;
  }
}
#__recruit .__recruitBox h3 {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 320px) {
  #__recruit .__recruitBox h3 {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__recruitBox h3 {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__recruitBox h3 {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
}
#__recruit .__recruitBox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.64;
  border-top: solid 1px #000000;
}
@media screen and (min-width: 320px) {
  #__recruit .__recruitBox dl {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__recruitBox dl {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__recruitBox dl {
    padding: 1.5rem 0;
  }
}
#__recruit .__recruitBox dl:last-child {
  border-bottom: solid 1px #000000;
}
#__recruit .__recruitBox dt {
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 320px) {
  #__recruit .__recruitBox dt {
    font-size: 11px;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__recruitBox dt {
    font-size: 14px;
    width: 80px;
    margin-bottom: 0;
    border-right: solid 1px #000000;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__recruitBox dt {
    font-size: 16px;
    width: 120px;
    margin-bottom: 0;
    border-right: solid 1px #000000;
  }
}
#__recruit .__recruitBox dd {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 320px) {
  #__recruit .__recruitBox dd {
    font-size: 11px;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__recruitBox dd {
    font-size: 13px;
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__recruitBox dd {
    font-size: 15px;
    width: calc(100% - 150px);
  }
}
#__recruit .__recruitBox .__link {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2rem;
}
#__recruit .__recruitBox .__link a {
  font-family: "BrownStd", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #754C24;
  color: #FFF;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 320px) {
  #__recruit .__recruitBox .__link a {
    width: 200px;
    height: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  #__recruit .__recruitBox .__link a {
    width: 300px;
    height: 45px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  #__recruit .__recruitBox .__link a {
    width: 400px;
    height: 50px;
    font-size: 18px;
  }
}
#__recruit .__recruitBox .__link a .icon {
  position: absolute;
  right: 1rem;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 320px) {
  #__onsen .__column:nth-child(2) {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__onsen .__column:nth-child(2) {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__onsen .__column:nth-child(2) {
    padding: 0;
  }
}

.__staticWrapper {
  position: relative;
  z-index: 1;
}

.__bg.__layer img {
  height: 100%;
}/*# sourceMappingURL=style.css.map */