/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Shippori+Mincho:wght@400;600&display=swap");
.t__min {
  font-family: cormorant-garamond, shippori-mincho, serif !important;
}

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

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  60% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  60% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes wheelAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@keyframes wheelAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

/* ------------------------------
    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;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          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
  ------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #323232;
  color: #FFF;
}

::selection {
  background-color: #323232;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
  background: #FFF;
  color: #323232;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-weight: 400;
  margin-top: 0 !important;
}

html::-webkit-scrollbar {
  display: none;
}

html.locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

body {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  background: #FFF;
  color: #323232;
  letter-spacing: .1em;
}

body.__locked {
  overflow: hidden;
}

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

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

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

/* ******************************
 *
 * LOADER
 *
 * ****************************** */
#__loader {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#__loader .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FFF;
}

#__loader .__logo {
  position: relative;
  width: 200px;
}

#__loader .__wheel {
  position: absolute;
  width: 20px;
  top: 16.2px;
  right: 4px;
}

#__loader .__wheel svg {
  -webkit-animation: wheelAnim 3000ms linear infinite both;
          animation: wheelAnim 3000ms linear infinite both;
}

#__loader .__bar {
  margin-top: 1rem;
  width: 80px;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  overflow: hidden;
}

#__loader .__bar div {
  width: 0;
  height: 100%;
  background: #323232;
}

#__loader.__complete .__inner {
  opacity: 0;
  -webkit-transition: opacity 1500ms ease 550ms;
  transition: opacity 1500ms ease 550ms;
}

#__loader.__complete .__logo, #__loader.__complete .__bar {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 700ms ease, -webkit-transform 700ms ease;
  transition: opacity 700ms ease, -webkit-transform 700ms ease;
  transition: opacity 700ms ease, transform 700ms ease;
  transition: opacity 700ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}

#__loader.__complete .__logo {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

#__loader.__complete .__bar {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

/* ******************************
 *
 * HEADER
 *
 * ****************************** */
#__globalHeaderChild {
  width: 100%;
  background: #FFF;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild {
    position: static;
    top: auto;
    left: auto;
    z-index: unset;
  }
}

#__globalHeaderChild.isTop {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

#__globalHeaderChild.isTop .__navArea nav::before {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#__globalHeaderChild.isTop .__navArea .__switcher span {
  background: #FFF;
}

#__globalHeaderChild.isTop .__navArea li::before {
  background: #FFF;
}

#__globalHeaderChild.isTop .__navArea a, #__globalHeaderChild.isTop .__navArea button {
  color: #FFF;
}

#__globalHeaderChild.isTop .__navArea .__subMenu::before {
  background: #FFF;
}

#__globalHeaderChild.isTop .__logoArea h1 {
  position: relative;
}

#__globalHeaderChild.isTop .__logoArea h1 a {
  position: relative;
  display: block;
}

#__globalHeaderChild.isTop .__logoArea h1 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/__logoWh.svg") center center/contain no-repeat;
}

#__globalHeaderChild.isTop .__logoArea h1 img {
  visibility: hidden;
}

#__globalHeaderChild.isTop .__logoArea li:first-child::after {
  color: #FFF;
}

#__globalHeaderChild.isTop .__logoArea a {
  color: #FFF;
}

#__globalHeaderChild .__headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__headerInner {
    padding: 5vw 5%;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__headerInner {
    padding: 5vw 5%;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__headerInner {
    padding: 5vw 5%;
  }
}

#__globalHeaderChild .__headerInner a, #__globalHeaderChild .__headerInner button {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

#__globalHeaderChild .__logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__logoArea h1 {
    width: 24.5vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__logoArea h1 {
    width: 19.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__logoArea h1 {
    width: 19.5vw;
  }
}

#__globalHeaderChild .__logoArea h1 a, #__globalHeaderChild .__logoArea h1 img {
  display: block;
  width: 100%;
  height: auto;
}

#__globalHeaderChild .__logoArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
}

#__globalHeaderChild .__logoArea li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#__globalHeaderChild .__logoArea li:first-child::after {
  content: "/";
  margin: 0 1rem;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__logoArea a {
    font-size: 3.12vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__logoArea a {
    font-size: 1.42vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__logoArea a {
    font-size: 1.12vw;
  }
}

#__globalHeaderChild .__navArea li {
  position: relative;
  line-height: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea li {
    padding: .8rem 0;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea li {
    padding: .4rem 0;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__navArea li {
    padding: .4rem 0;
  }
}

#__globalHeaderChild .__navArea li::before {
  content: "";
  display: block;
  position: absolute;
  width: .5rem;
  background: #323232;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea li::before {
    top: 20%;
    left: calc(-4vw - .5rem);
    height: 60%;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea li::before {
    top: 0;
    left: -5vw;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__navArea li::before {
    top: 0;
    left: -5vw;
    height: 100%;
  }
}

#__globalHeaderChild .__navArea li.__hidden {
  opacity: .3;
}

#__globalHeaderChild .__navArea li.__hover {
  opacity: 1;
}

#__globalHeaderChild .__navArea li.__hover::before, #__globalHeaderChild .__navArea li.__active::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#__globalHeaderChild .__navArea li:hover .__subMenu {
  z-index: 1;
}

#__globalHeaderChild .__navArea li:hover .__subMenu::before {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

#__globalHeaderChild .__navArea li:hover .__subMenu li a {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

#__globalHeaderChild .__navArea li:hover .__subMenu li a:hover {
  opacity: .6;
}

#__globalHeaderChild .__navArea li:hover .__subMenu li span span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 400ms ease 400ms;
  transition: -webkit-transform 400ms ease 400ms;
  transition: transform 400ms ease 400ms;
  transition: transform 400ms ease 400ms, -webkit-transform 400ms ease 400ms;
}

#__globalHeaderChild .__navArea a, #__globalHeaderChild .__navArea button {
  letter-spacing: inherit;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea a, #__globalHeaderChild .__navArea button {
    font-size: 6.12vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea a, #__globalHeaderChild .__navArea button {
    font-size: 2.12vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__navArea a, #__globalHeaderChild .__navArea button {
    font-size: 1.12vw;
  }
}

#__globalHeaderChild .__navArea .__subMenu {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea .__subMenu {
    padding-left: 40vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea .__subMenu {
    padding-left: 20vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__navArea .__subMenu {
    padding-left: 10vw;
  }
}

#__globalHeaderChild .__navArea .__subMenu::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #323232;
  -webkit-transform: scaleX(0%);
          transform: scaleX(0%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea .__subMenu::before {
    top: 24%;
    left: 20vw;
    width: 10vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea .__subMenu::before {
    top: 26%;
    left: 5vw;
    width: 6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__navArea .__subMenu::before {
    top: 26%;
    left: 5vw;
    width: 3vw;
  }
}

#__globalHeaderChild .__navArea .__subMenu li span {
  display: inline-block;
  overflow: hidden;
}

#__globalHeaderChild .__navArea .__subMenu li span span {
  -webkit-transform: translateY(115%);
          transform: translateY(115%);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

#__globalHeaderChild .__navArea .__subMenu li::before {
  display: none;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea nav {
    position: fixed;
    top: 23vw;
    left: 0;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    padding: 7.5vw 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea nav {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    z-index: inherit;
    visibility: unset;
    opacity: unset;
    padding: 0;
  }
}

#__globalHeaderChild .__navArea nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea nav::before {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea nav::before {
    display: none;
  }
}

#__globalHeaderChild .__navArea nav ul {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea nav ul {
    opacity: 0;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea nav ul {
    opacity: unset;
  }
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea nav.__open {
    z-index: 10;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea nav.__open {
    z-index: inherit;
    visibility: unset;
    opacity: unset;
  }
}

#__globalHeaderChild .__navArea nav.__open::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

#__globalHeaderChild .__navArea nav.__open ul {
  -webkit-transition: opacity 600ms ease 400ms;
  transition: opacity 600ms ease 400ms;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea nav.__open ul {
    opacity: 1;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea nav.__open ul {
    opacity: unset;
  }
}

#__globalHeaderChild .__navArea .__switcher {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 8vw;
  height: 5vw;
}

@media screen and (min-width: 320px) {
  #__globalHeaderChild .__navArea .__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 600px) {
  #__globalHeaderChild .__navArea .__switcher {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #__globalHeaderChild .__navArea .__switcher {
    display: none;
  }
}

#__globalHeaderChild .__navArea .__switcher span {
  display: block;
  width: 100%;
  height: 2px;
  background: #323232;
}

#__globalHeaderChild .__navArea .__switcher.__open span:nth-child(1) {
  -webkit-animation: openAnim1 1000ms ease both;
          animation: openAnim1 1000ms ease both;
}

#__globalHeaderChild .__navArea .__switcher.__open span:nth-child(2) {
  -webkit-animation: openAnim2 1000ms ease both 100ms;
          animation: openAnim2 1000ms ease both 100ms;
}

#__globalHeaderChild .__navArea .__switcher.__open span:nth-child(3) {
  -webkit-animation: openAnim3 1000ms ease both 200ms;
          animation: openAnim3 1000ms ease both 200ms;
}

@-webkit-keyframes openAnim1 {
  0% {
    -webkit-transform: scaleX(1) translateY(0) rotate(0deg);
            transform: scaleX(1) translateY(0) rotate(0deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  40% {
    -webkit-transform: scaleX(0) translateY(0) rotate(0deg);
            transform: scaleX(0) translateY(0) rotate(0deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateY(calc(2vw + 1px)) rotate(-45deg);
            transform: scaleX(0) translateY(calc(2vw + 1px)) rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: scaleX(1) translateY(calc(2vw + 1px)) rotate(-45deg);
            transform: scaleX(1) translateY(calc(2vw + 1px)) rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@keyframes openAnim1 {
  0% {
    -webkit-transform: scaleX(1) translateY(0) rotate(0deg);
            transform: scaleX(1) translateY(0) rotate(0deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  40% {
    -webkit-transform: scaleX(0) translateY(0) rotate(0deg);
            transform: scaleX(0) translateY(0) rotate(0deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateY(calc(2vw + 1px)) rotate(-45deg);
            transform: scaleX(0) translateY(calc(2vw + 1px)) rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: scaleX(1) translateY(calc(2vw + 1px)) rotate(-45deg);
            transform: scaleX(1) translateY(calc(2vw + 1px)) rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@-webkit-keyframes openAnim2 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  40% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@keyframes openAnim2 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  40% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@-webkit-keyframes openAnim3 {
  0% {
    -webkit-transform: scaleX(1) translateY(0) rotate(0deg);
            transform: scaleX(1) translateY(0) rotate(0deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  40% {
    -webkit-transform: scaleX(0) translateY(0) rotate(0deg);
            transform: scaleX(0) translateY(0) rotate(0deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateY(calc(-2vw - 1px)) rotate(45deg);
            transform: scaleX(0) translateY(calc(-2vw - 1px)) rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: scaleX(1) translateY(calc(-2vw - 1px)) rotate(45deg);
            transform: scaleX(1) translateY(calc(-2vw - 1px)) rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@keyframes openAnim3 {
  0% {
    -webkit-transform: scaleX(1) translateY(0) rotate(0deg);
            transform: scaleX(1) translateY(0) rotate(0deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  40% {
    -webkit-transform: scaleX(0) translateY(0) rotate(0deg);
            transform: scaleX(0) translateY(0) rotate(0deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateY(calc(-2vw - 1px)) rotate(45deg);
            transform: scaleX(0) translateY(calc(-2vw - 1px)) rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: scaleX(1) translateY(calc(-2vw - 1px)) rotate(45deg);
            transform: scaleX(1) translateY(calc(-2vw - 1px)) rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

#__globalHeader {
  position: relative;
  z-index: 10000;
  mix-blend-mode: difference;
}

#__headerSideBar, #__headerMain {
  position: fixed;
}

#__headerSideBar {
  z-index: 1;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
}

@media screen and (min-width: 320px) {
  #__headerSideBar {
    right: 0;
    left: auto;
    height: auto;
    padding: 1.2rem 0;
  }
}

@media screen and (min-width: 600px) {
  #__headerSideBar {
    right: 0;
    left: auto;
    height: auto;
    padding: 2.2rem 0;
  }
}

@media screen and (min-width: 1025px) {
  #__headerSideBar {
    right: auto;
    left: 0;
    height: 100vh;
    padding: 2.5rem 0;
    border-right: solid 1px #FFF;
  }
}

@media screen and (min-width: 1441px) {
  #__headerSideBar {
    right: auto;
    left: 0;
    height: 100vh;
    padding: 2.5rem 0;
  }
}

#__headerSideBar .__isTrigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 15px;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

#__headerSideBar .__isTrigger .__border {
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

#__headerSideBar .__isTrigger:hover {
  opacity: .5;
}

#__headerSideBar .__isTrigger.__opened .__border {
  -webkit-transform-origin: center;
          transform-origin: center;
}

#__headerSideBar .__isTrigger.__opened .__border:nth-child(1) {
  -webkit-transform: translateY(6.5px) rotate(30deg);
          transform: translateY(6.5px) rotate(30deg);
}

#__headerSideBar .__isTrigger.__opened .__border:nth-child(2) {
  -webkit-transform: translateY(-6.5px) rotate(-30deg);
          transform: translateY(-6.5px) rotate(-30deg);
}

#__headerHiddenMenu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

#__headerHiddenMenu .__hiddenInner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#__headerHiddenMenu .__areaMenu {
  width: 100%;
  font-family: cormorant-garamond, shippori-mincho, serif;
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaMenu {
    padding: 25% 7.5vw 0;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaMenu {
    padding: 10% 0 0 10vw;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaMenu {
    padding: 10% 0 0 10vw;
  }
}

#__headerHiddenMenu .__areaMenu a {
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

#__headerHiddenMenu .__areaMenu a:hover {
  opacity: .4;
}

#__headerHiddenMenu .__areaMenu ul:nth-child(1) li {
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li {
    padding: .75rem 0;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li {
    padding: 1rem 0;
  }
}

#__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu ul {
    margin: 0 0 -.5rem;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu ul {
    margin: 0 0 0 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu ul {
    margin: 0 0 0 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu li::after {
    margin: 0 .5rem;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu li::after {
    margin: 0 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu li::after {
    margin: 0 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu a {
    font-size: 3.4vw;
    border: none;
    padding: 4px 0px;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu a {
    font-size: 1.4vw;
    border: solid 1px;
    padding: 4px 10px;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) li.__hasMenu a {
    font-size: 1vw;
    border: solid 1px;
    padding: 4px 10px;
  }
}

#__headerHiddenMenu .__areaMenu ul:nth-child(1) a, #__headerHiddenMenu .__areaMenu ul:nth-child(1) button {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) a, #__headerHiddenMenu .__areaMenu ul:nth-child(1) button {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) a, #__headerHiddenMenu .__areaMenu ul:nth-child(1) button {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(1) a, #__headerHiddenMenu .__areaMenu ul:nth-child(1) button {
    font-size: 2.1rem;
  }
}

#__headerHiddenMenu .__areaMenu ul:nth-child(1) a .__ja, #__headerHiddenMenu .__areaMenu ul:nth-child(1) button .__ja {
  font-size: 35%;
  margin-left: 1rem;
}

#__headerHiddenMenu .__areaMenu ul:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

#__headerHiddenMenu .__areaMenu ul:nth-child(2) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#__headerHiddenMenu .__areaMenu ul:nth-child(2) li::after {
  content: "/";
  margin: 0 1.5rem;
}

#__headerHiddenMenu .__areaMenu ul:nth-child(2) li:last-child::after {
  display: none;
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(2) a {
    font-size: 14px;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(2) a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaMenu ul:nth-child(2) a {
    font-size: 1rem;
  }
}

#__headerHiddenMenu .__areaMenu ul:nth-child(2) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#__headerHiddenMenu .__areaMenu ul:nth-child(2) svg {
  margin-right: 10px;
  width: 24px;
  height: auto;
}

@media screen and (min-width: 320px) {
  #__headerHiddenMenu .__areaImg {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__headerHiddenMenu .__areaImg {
    width: 35%;
  }
}

@media screen and (min-width: 1025px) {
  #__headerHiddenMenu .__areaImg {
    width: 35%;
  }
}

#__headerHiddenMenu .__areaImg .__imgInner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#__headerHiddenMenu .__areaImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#__headerHiddenMenu.__opened {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#__headerHiddenMenu.__opened .__areaMenu ul:nth-child(1) li {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
}

#__headerHiddenMenu.__opened .__areaMenu ul:nth-child(1) li:nth-child(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

#__headerHiddenMenu.__opened .__areaMenu ul:nth-child(1) li:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

#__headerHiddenMenu.__opened .__areaMenu ul:nth-child(1) li:nth-child(3) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

#__headerHiddenMenu.__opened .__areaMenu ul:nth-child(1) li:nth-child(4) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

#__headerHiddenMenu.__opened .__areaMenu ul:nth-child(1) li:nth-child(5) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

#__headerHiddenMenu.__opened .__areaMenu ul:nth-child(1) li:nth-child(6) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

#__headerHiddenMenu.__opened .__areaMenu ul:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 1000ms ease 800ms, -webkit-transform 1000ms ease 800ms;
  transition: opacity 1000ms ease 800ms, -webkit-transform 1000ms ease 800ms;
  transition: opacity 1000ms ease 800ms, transform 1000ms ease 800ms;
  transition: opacity 1000ms ease 800ms, transform 1000ms ease 800ms, -webkit-transform 1000ms ease 800ms;
}

#__headerMain {
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}

@media screen and (min-width: 320px) {
  #__headerMain {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (min-width: 600px) {
  #__headerMain {
    width: 100%;
    padding: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  #__headerMain {
    width: calc(100% - 90px);
    padding: 2rem;
  }
}

@media screen and (min-width: 1441px) {
  #__headerMain {
    width: calc(100% - 90px);
    padding: 2rem;
  }
}

#__headerMain .__headerLogo img {
  fill: #FFF;
  height: auto;
}

@media screen and (min-width: 320px) {
  #__headerMain .__headerLogo img {
    width: 23vw;
  }
}

@media screen and (min-width: 600px) {
  #__headerMain .__headerLogo img {
    width: 110px;
  }
}

@media screen and (min-width: 1025px) {
  #__headerMain .__headerLogo img {
    width: 130px;
  }
}

@media screen and (min-width: 1441px) {
  #__headerMain .__headerLogo img {
    width: 130px;
  }
}

@media screen and (min-width: 320px) {
  #__headerMain .__headerMenu {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #__headerMain .__headerMenu {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #__headerMain .__headerMenu {
    display: block;
  }
}

#__headerMain .__headerMenu .__isTrigger {
  position: relative;
}

#__headerMain .__headerMenu .__isTrigger:hover .__isHidden {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: z-index 5ms ease, opacity 400ms ease 10ms, -webkit-transform 400ms ease 10ms;
  transition: z-index 5ms ease, opacity 400ms ease 10ms, -webkit-transform 400ms ease 10ms;
  transition: z-index 5ms ease, opacity 400ms ease 10ms, transform 400ms ease 10ms;
  transition: z-index 5ms ease, opacity 400ms ease 10ms, transform 400ms ease 10ms, -webkit-transform 400ms ease 10ms;
}

#__headerMain .__headerMenu .__isHidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: z-index 5ms ease 400ms, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: z-index 5ms ease 400ms, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: z-index 5ms ease 400ms, opacity 400ms ease, transform 400ms ease;
  transition: z-index 5ms ease 400ms, opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

@media screen and (min-width: 320px) {
  #__headerMain .__headerMenu .__isHidden {
    top: -1rem;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 600px) {
  #__headerMain .__headerMenu .__isHidden {
    top: -1rem;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  #__headerMain .__headerMenu .__isHidden {
    top: -1rem;
    padding-top: 3rem;
  }
}

#__headerMain .__headerMenu .__isHidden li {
  margin-right: 1rem;
}

#__headerMain .__headerMenu .__isHidden li::after {
  display: none;
}

#__headerMain .__headerMenu .__isHidden li:last-child {
  margin-right: 0;
}

#__headerMain .__headerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: cormorant-garamond, shippori-mincho, serif;
  letter-spacing: .04em;
}

@media screen and (min-width: 320px) {
  #__headerMain .__headerMenu ul {
    font-size: 13px;
  }
}

@media screen and (min-width: 600px) {
  #__headerMain .__headerMenu ul {
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  #__headerMain .__headerMenu ul {
    font-size: 16px;
  }
}

#__headerMain .__headerMenu li::after {
  content: "/";
  margin: 0 1rem;
}

#__headerMain .__headerMenu li:last-child::after {
  display: none;
}

#__headerMain .__headerMenu a {
  position: relative;
  display: inline-block;
}

#__headerMain .__headerMenu a::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.85) translateY(10px);
          transform: scale(0.85) translateY(10px);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

#__headerMain .__headerMenu a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(2px);
          transform: scale(1) translateY(2px);
}

/* ******************************
 *
 * FOOTER
 *
 * ****************************** */
#__globalFooter .__footerInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 2.5vw;
}

@media screen and (min-width: 320px) {
  #__globalFooter .__footerInner {
    height: auto;
    height: auto;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter .__footerInner {
    height: 100vh;
    height: 100svh;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter .__footerInner {
    height: 100vh;
    height: 100svh;
  }
}

#__globalFooter nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__globalFooter nav {
    width: 100%;
    padding: 20vw 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter nav {
    width: 50vw;
    padding: 7.5vw 0 0;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter nav {
    width: 50vw;
    padding: 7.5vw 0 0;
  }
}

#__globalFooter nav a, #__globalFooter nav p {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

#__globalFooter nav a {
  display: inline-block;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

#__globalFooter nav a:hover {
  opacity: .4;
}

@media screen and (min-width: 320px) {
  #__globalFooter nav .__top {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter nav .__top {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter nav .__top {
    margin-bottom: 0;
  }
}

#__globalFooter nav .__top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 320px) {
  #__globalFooter nav .__top li {
    margin-bottom: 2.5vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter nav .__top li {
    margin-bottom: 1.25vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter nav .__top li {
    margin-bottom: 1.25vw;
  }
}

#__globalFooter nav .__top li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 320px) {
  #__globalFooter nav .__top li ul {
    padding-left: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter nav .__top li ul {
    padding-left: 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter nav .__top li ul {
    padding-left: 2.5vw;
  }
}

#__globalFooter nav .__top li ul li {
  margin: 0;
}

#__globalFooter nav .__top li ul li::after {
  content: "/";
  margin: 0 1rem;
}

#__globalFooter nav .__top li ul li:last-child::after {
  display: none;
}

@media screen and (min-width: 320px) {
  #__globalFooter nav .__top li ul a {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter nav .__top li ul a {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter nav .__top li ul a {
    font-size: 1.1vw;
  }
}

@media screen and (min-width: 320px) {
  #__globalFooter nav .__top a, #__globalFooter nav .__top p {
    font-size: 7.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter nav .__top a, #__globalFooter nav .__top p {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter nav .__top a, #__globalFooter nav .__top p {
    font-size: 2.8vw;
  }
}

#__globalFooter nav .__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#__globalFooter nav .__bottom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#__globalFooter nav .__bottom li::after {
  content: "/";
  margin: 0 1.5rem;
}

#__globalFooter nav .__bottom li:last-child::after {
  display: none;
}

@media screen and (min-width: 320px) {
  #__globalFooter nav .__bottom a {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter nav .__bottom a {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter nav .__bottom a {
    font-size: 1.2vw;
  }
}

#__globalFooter figure {
  margin: 0;
}

@media screen and (min-width: 320px) {
  #__globalFooter figure {
    width: 100%;
    height: 100vw;
  }
}

@media screen and (min-width: 600px) {
  #__globalFooter figure {
    width: 40vw;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__globalFooter figure {
    width: 40vw;
    height: 100%;
  }
}

#__globalFooter figure .__img {
  position: relative;
  width: 100%;
  height: 100%;
}

#__globalFooter figure .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ******************************
 *
 * FRONTPAGE
 *
 * ****************************** */
#__topFv .__sectionInner {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 320px) {
  #__topFv .__sectionInner {
    height: 100vh;
    height: 100lvh;
  }
}

@media screen and (min-width: 600px) {
  #__topFv .__sectionInner {
    height: 100vh;
    height: 100lvh;
  }
}

#__topFv .__bg {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

#__topFv .__bg video, #__topFv .__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#__topFv .__sound {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 320px) {
  #__topFv .__sound {
    padding: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__topFv .__sound {
    padding: 3vw 5vw;
  }
}

#__topFv .__soundInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bars {
  position: relative;
  width: 40px;
  height: 30px;
}

#bars.isPlay .bar {
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
          animation: sound 0ms -800ms linear infinite alternate;
}

#bars .bar {
  background: #FFF;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
}

#bars .bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 474ms;
          animation-duration: 474ms;
}

#bars .bar:nth-child(2) {
  left: 5px;
  -webkit-animation-duration: 433ms;
          animation-duration: 433ms;
}

#bars .bar:nth-child(3) {
  left: 9px;
  -webkit-animation-duration: 407ms;
          animation-duration: 407ms;
}

#bars .bar:nth-child(4) {
  left: 13px;
  -webkit-animation-duration: 458ms;
          animation-duration: 458ms;
}

#bars .bar:nth-child(5) {
  left: 17px;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
}

#bars .bar:nth-child(6) {
  left: 21px;
  -webkit-animation-duration: 427ms;
          animation-duration: 427ms;
}

#bars .bar:nth-child(7) {
  left: 25px;
  -webkit-animation-duration: 441ms;
          animation-duration: 441ms;
}

#bars .bar:nth-child(8) {
  left: 29px;
  -webkit-animation-duration: 419ms;
          animation-duration: 419ms;
}

#bars .bar:nth-child(9) {
  left: 33px;
  -webkit-animation-duration: 487ms;
          animation-duration: 487ms;
}

#bars .bar:nth-child(10) {
  left: 37px;
  -webkit-animation-duration: 442ms;
          animation-duration: 442ms;
}

#audioText {
  text-align: center;
  color: #FFF;
  font-size: 10px;
  margin-top: 2px;
}

@-webkit-keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}

.__topSection .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  .__topSection .__areaImg {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaImg {
    width: 40vw;
    margin: 0 1rem 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaImg {
    width: 40vw;
    margin: 0 1rem 0 0;
  }
}

.__topSection .__areaImg .__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 320px) {
  .__topSection .__areaImg .__img {
    height: 80vw;
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaImg .__img {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaImg .__img {
    height: 100%;
  }
}

.__topSection .__areaImg .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__topSection .__areaText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 320px) {
  .__topSection .__areaText {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaText {
    width: 45vw;
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaText {
    width: 45vw;
  }
}

.__topSection .__areaText h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  margin-bottom: 2rem;
}

@media screen and (min-width: 320px) {
  .__topSection .__areaText h2 {
    font-size: 9.2vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaText h2 {
    font-size: 7.6vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaText h2 {
    font-size: 6.2vw;
    -webkit-transform: translateX(2.7vw);
            transform: translateX(2.7vw);
  }
}

.__topSection .__areaText h3 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1.64;
  margin: 1rem 0;
}

@media screen and (min-width: 320px) {
  .__topSection .__areaText h3 {
    font-size: 4.2vw;
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaText h3 {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaText h3 {
    font-size: 1.4vw;
  }
}

.__topSection .__areaText p {
  line-height: 1.8;
}

@media screen and (min-width: 320px) {
  .__topSection .__areaText p {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaText p {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaText p {
    font-size: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .__topSection .__areaText h3, .__topSection .__areaText p {
    padding: 0;
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaText h3, .__topSection .__areaText p {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaText h3, .__topSection .__areaText p {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 320px) {
  .__topSection .__areaText .__link {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaText .__link {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaText .__link {
    margin-top: 3rem;
  }
}

.__topSection .__areaText .__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #323232;
  color: #FFF;
  width: 100%;
  line-height: 1;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

@media screen and (min-width: 320px) {
  .__topSection .__areaText .__link a {
    height: 15vw;
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  .__topSection .__areaText .__link a {
    height: 9vw;
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .__topSection .__areaText .__link a {
    height: 5vw;
    font-size: 1vw;
  }
}

.__topSection .__areaText .__link a:hover {
  opacity: .6;
}

@media screen and (min-width: 320px) {
  #__topPhilo .__inner {
    height: 100%;
    padding: 0 1rem 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__topPhilo .__inner {
    height: 100%;
    padding: 6vw 0 6vw 8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__topPhilo .__inner {
    height: 100%;
    padding: 6vw 0 6vw 8vw;
  }
}

@media screen and (min-width: 320px) {
  #__topDesign {
    padding: 0 5vw 25vw;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign {
    padding: 0 10vw 0 10vw;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign {
    padding: 0 10vw 0 10vw;
  }
}

#__topDesign .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner {
    width: 80vw;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner {
    width: 80vw;
    height: 100%;
  }
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner .__topSection {
    height: calc(50% - 1rem);
    padding: 15vw 0 0;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner .__topSection {
    height: calc(50% - 1rem);
    padding: 7.5vw 0 0;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner .__topSection {
    height: calc(50% - 1rem);
    padding: 7.5vw 0 0;
  }
}

#__topDesign .__inner .__topSection h2 {
  position: relative;
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner .__topSection h2 {
    font-size: 9.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner .__topSection h2 {
    font-size: 7.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner .__topSection h2 {
    font-size: 6.2vw;
  }
}

#__topDesign .__inner .__topSection h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  right: 0;
  width: 50px;
  height: 1px;
  background: #323232;
  opacity: .15;
}

#__topDesign .__inner .__topSection p {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1.8;
  opacity: .8;
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner .__topSection p {
    font-size: 3.8vw;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner .__topSection p {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner .__topSection p {
    font-size: 1.4vw;
  }
}

#__topDesign .__inner .__topTitle {
  text-align: right;
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner .__bottomSection {
    height: auto;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner .__bottomSection {
    height: 50%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner .__bottomSection {
    height: 50%;
    margin-top: 0;
  }
}

#__topDesign .__inner .__bottomSection ul {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner .__bottomSection ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding-bottom: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner .__bottomSection ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding-bottom: 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner .__bottomSection ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding-bottom: 5vw;
  }
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner .__bottomSection li {
    height: 50vw;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner .__bottomSection li {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner .__bottomSection li {
    height: 100%;
  }
}

#__topDesign .__inner .__bottomSection .__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  padding: 1rem;
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner .__bottomSection .__text div {
    font-size: 4vw;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner .__bottomSection .__text div {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner .__bottomSection .__text div {
    font-size: 1.6vw;
  }
}

#__topDesign .__inner .__bottomSection .__text h3 {
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__topDesign .__inner .__bottomSection .__text h3 {
    font-size: 3vw;
  }
}

@media screen and (min-width: 600px) {
  #__topDesign .__inner .__bottomSection .__text h3 {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__topDesign .__inner .__bottomSection .__text h3 {
    font-size: .94vw;
  }
}

#__topDesign .__inner .__bottomSection a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #FFF;
}

#__topDesign .__inner .__bottomSection a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

#__topDesign .__inner .__bottomSection img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1000ms ease, -webkit-filter 500ms ease;
  transition: -webkit-transform 1000ms ease, -webkit-filter 500ms ease;
  transition: transform 1000ms ease, filter 500ms ease;
  transition: transform 1000ms ease, filter 500ms ease, -webkit-transform 1000ms ease, -webkit-filter 500ms ease;
}

/* ******************************
 *
 * CHILD PAGE SETTINGS
 *
 * ****************************** */
.__isFullScreen {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 320px) {
  .__isFullScreen {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .__isFullScreen {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .__isFullScreen {
    width: 100vw;
  }
}

@media screen and (min-width: 320px) {
  br.__sp {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  br.__sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  br.__sp {
    display: block;
  }
}

@media screen and (min-width: 320px) {
  br.__pc {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  br.__pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  br.__pc {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  #__pageFv {
    height: 120vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__pageFv {
    height: 120vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__pageFv {
    height: 100%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 320px) {
  #__pageFv.__collection .__title .__en {
    padding-left: 8vw;
  }
}

@media screen and (min-width: 600px) {
  #__pageFv.__collection .__title .__en {
    padding-left: 8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__pageFv.__collection .__title .__en {
    padding-left: 8vw;
  }
}

#__pageFv .__bg, #__pageFv .__title {
  width: 100%;
  height: 100%;
}

#__pageFv .__bg img, #__pageFv .__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

#__pageFv .__title, #__pageFv .__topTitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: cormorant-garamond, shippori-mincho, serif;
  color: #FFF;
}

@media screen and (min-width: 320px) {
  #__pageFv .__title, #__pageFv .__topTitle {
    padding: 0;
  }
}

@media screen and (min-width: 600px) {
  #__pageFv .__title, #__pageFv .__topTitle {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__pageFv .__title, #__pageFv .__topTitle {
    padding: 0 3rem 1.5rem 0;
  }
}

#__pageFv .__title .__ja, #__pageFv .__title .__en, #__pageFv .__topTitle .__ja, #__pageFv .__topTitle .__en {
  overflow: hidden;
}

#__pageFv .__title .__ja span, #__pageFv .__title .__en span, #__pageFv .__topTitle .__ja span, #__pageFv .__topTitle .__en span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#__pageFv .__title .__ja, #__pageFv .__topTitle .__ja {
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__pageFv .__title .__ja, #__pageFv .__topTitle .__ja {
    font-size: 4vw;
  }
}

@media screen and (min-width: 600px) {
  #__pageFv .__title .__ja, #__pageFv .__topTitle .__ja {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__pageFv .__title .__ja, #__pageFv .__topTitle .__ja {
    font-size: 1.8vw;
  }
}

#__pageFv .__title .__en, #__pageFv .__topTitle .__en {
  font-weight: 400;
  line-height: 0.8;
}

@media screen and (min-width: 320px) {
  #__pageFv .__title .__en, #__pageFv .__topTitle .__en {
    font-size: 20vw;
    padding: 5px 0;
  }
}

@media screen and (min-width: 600px) {
  #__pageFv .__title .__en, #__pageFv .__topTitle .__en {
    font-size: 12vw;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__pageFv .__title .__en, #__pageFv .__topTitle .__en {
    font-size: 12vw;
    padding: 0;
  }
}

#__pageFv .__topTitle {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#__pageFv.__hello .__bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1400ms ease 800ms;
  transition: -webkit-transform 1400ms ease 800ms;
  transition: transform 1400ms ease 800ms;
  transition: transform 1400ms ease 800ms, -webkit-transform 1400ms ease 800ms;
}

#__pageFv.__hello .__title .__ja span, #__pageFv.__hello .__title .__en span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 1400ms ease;
  transition: -webkit-transform 1400ms ease;
  transition: transform 1400ms ease;
  transition: transform 1400ms ease, -webkit-transform 1400ms ease;
}

#__pageFv.__hello .__title .__ja span {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

#__pageFv.__hello .__title .__en span {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

/* ******************************
 *
 * TOP PAGE
 *
 * ****************************** */
#__ytPlayer {
  width: 100%;
  height: 100%;
}

/* ******************************
 *
 * STORY
 *
 * ****************************** */
#__storyConcept {
  background: #323232;
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  #__storyConcept {
    margin: -5vw 0 0;
    padding: 10rem 0;
  }
}

@media screen and (min-width: 600px) {
  #__storyConcept {
    margin: 0;
    padding: 10rem 0;
  }
}

@media screen and (min-width: 1025px) {
  #__storyConcept {
    margin: 0 0 0 -5px;
    padding: 0;
  }
}

#__storyConcept .__textSlider, #__storyConcept .__movie {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#__storyConcept .__textSlider {
  font-family: cormorant-garamond, shippori-mincho, serif;
  color: #FFF;
  opacity: .3;
}

#__storyConcept .__textSliderLine {
  -webkit-animation: loopCl 70000ms linear infinite both;
          animation: loopCl 70000ms linear infinite both;
}

@media screen and (min-width: 320px) {
  #__storyConcept .__textSliderItem {
    width: 100vw;
    margin-right: 2rem;
    font-size: 12vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyConcept .__textSliderItem {
    width: 100vw;
    margin-right: 2rem;
    font-size: 12vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storyConcept .__textSliderItem {
    width: 100vw;
    margin-right: 2rem;
    font-size: 12vw;
  }
}

#__storyConcept .__movie {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 320px) {
  #__storyConcept .__thumbWrapper {
    width: 80%;
  }
}

@media screen and (min-width: 600px) {
  #__storyConcept .__thumbWrapper {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  #__storyConcept .__thumbWrapper {
    width: 500px;
  }
}

#__storyConcept .__thumbWrapper:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#__storyConcept .__thumbWrapper:hover .__thumbIcon svg {
  opacity: .5;
}

#__storyConcept .__thumbInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

#__storyConcept img, #__storyConcept .__thumbIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#__storyConcept img {
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

#__storyConcept .__thumbIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#__storyConcept .__thumbIcon svg {
  fill: #FFF;
  width: 20%;
  height: auto;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

#__storyPhilo .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 320px) {
  #__storyPhilo .__inner {
    padding: 15% 0;
  }
}

@media screen and (min-width: 600px) {
  #__storyPhilo .__inner {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__storyPhilo .__inner {
    padding: 0;
  }
}

#__storyPhilo .__title {
  font-family: cormorant-garamond, shippori-mincho, serif;
  opacity: .075;
}

@media screen and (min-width: 320px) {
  #__storyPhilo .__title {
    font-size: 20vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyPhilo .__title {
    font-size: 100px;
  }
}

@media screen and (min-width: 1025px) {
  #__storyPhilo .__title {
    font-size: 130px;
  }
}

@media screen and (min-width: 1441px) {
  #__storyPhilo .__title {
    font-size: 150px;
  }
}

#__storyPhilo .__text, #__storyPhilo .__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: .08em;
}

@media screen and (min-width: 320px) {
  #__storyPhilo .__text, #__storyPhilo .__sign {
    padding: 3rem 5% 0;
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyPhilo .__text, #__storyPhilo .__sign {
    padding: 0 3rem 0;
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storyPhilo .__text, #__storyPhilo .__sign {
    padding: 0 8rem 0;
    font-size: 1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__storyPhilo .__text, #__storyPhilo .__sign {
    padding: 0 8rem 0;
    font-size: 1vw;
  }
}

@media screen and (min-width: 320px) {
  #__storyPhilo .__text .__textBox {
    width: 100%;
    margin: 0 5vw 0 0;
  }
}

@media screen and (min-width: 600px) {
  #__storyPhilo .__text .__textBox {
    width: 40vw;
    margin: 0 5vw 0 0;
  }
}

@media screen and (min-width: 1025px) {
  #__storyPhilo .__text .__textBox {
    width: 40vw;
    margin: 0 5vw 0 0;
  }
}

#__storyPhilo .__text p {
  display: block;
  width: 100%;
  height: auto;
  line-height: 2;
  word-wrap: break-word;
}

#__storyPhilo .__text .__profBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__storyPhilo .__text .__profBox {
    margin-top: 10vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyPhilo .__text .__profBox {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__storyPhilo .__text .__profBox {
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) {
  #__storyPhilo .__text .__profBox .__img {
    width: 35%;
  }
}

@media screen and (min-width: 600px) {
  #__storyPhilo .__text .__profBox .__img {
    width: 35%;
  }
}

@media screen and (min-width: 1025px) {
  #__storyPhilo .__text .__profBox .__img {
    width: 35%;
  }
}

@media screen and (min-width: 320px) {
  #__storyPhilo .__text .__profBox .__textarea {
    width: 60%;
  }
}

@media screen and (min-width: 600px) {
  #__storyPhilo .__text .__profBox .__textarea {
    width: 60%;
  }
}

@media screen and (min-width: 1025px) {
  #__storyPhilo .__text .__profBox .__textarea {
    width: 60%;
  }
}

#__storyPhilo .__sign {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#__storyPhilo .__sign p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#__storyOverview .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__storyGal {
    width: 100%;
    height: 200px;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__storyGal {
    width: 600px;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__storyGal {
    width: 600px;
    height: 100%;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__storyGal {
    width: 700px;
    height: 100%;
  }
}

#__storyOverview .__storyGalInner {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#__storyOverview .__storyGalInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#__storyOverview .__storyTitle {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__storyTitle {
    padding: 15vw 0 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__storyTitle {
    padding: 10vw 0 0 10rem;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__storyTitle {
    padding: 10vw 0 0 10rem;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__storyTitle {
    padding: 10vw 0 0 10rem;
  }
}

#__storyOverview .__storyTitle h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__storyTitle h2 {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__storyTitle h2 {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__storyTitle h2 {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__storyTitle h2 {
    font-size: 1.3vw;
  }
}

#__storyOverview .__storyTitle p:nth-child(2) {
  font-family: cormorant-garamond, shippori-mincho, serif;
  margin-top: 2rem;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__storyTitle p:nth-child(2) {
    font-size: 4vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__storyTitle p:nth-child(2) {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__storyTitle p:nth-child(2) {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__storyTitle p:nth-child(2) {
    font-size: 1.8vw;
  }
}

#__storyOverview .__storyTitle p:nth-child(3) {
  line-height: 1.8;
  margin-top: 1rem;
  opacity: .85;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__storyTitle p:nth-child(3) {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__storyTitle p:nth-child(3) {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__storyTitle p:nth-child(3) {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__storyTitle p:nth-child(3) {
    font-size: 1vw;
  }
}

#__storyOverview .__storySection {
  position: relative;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__storySection {
    height: auto;
    padding: 15% 5% 15%;
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__storySection {
    height: 100%;
    padding: 16vw 0 0;
    margin: 0 0 0 12vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__storySection {
    height: 100%;
    padding: 16vw 0 0;
    margin: 0 0 0 12vw;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__storySection {
    height: 100%;
    padding: 16vw 0 0;
    margin: 0 0 0 12vw;
  }
}

#__storyOverview .__sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__sectionInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__sectionInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__sectionInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__sectionInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 320px) {
  #__storyOverview .__sectionInner .__text {
    width: 100%;
    padding-top: 10vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__sectionInner .__text {
    width: 50vw;
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__sectionInner .__text {
    width: 50vw;
    padding-top: 0;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__sectionInner .__text {
    width: 50vw;
    padding-top: 0;
  }
}

#__storyOverview .__sectionInner .__text h3 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__sectionInner .__text h3 {
    font-size: 4.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__sectionInner .__text h3 {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__sectionInner .__text h3 {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__sectionInner .__text h3 {
    font-size: 1.8vw;
  }
}

#__storyOverview .__sectionInner .__text p {
  line-height: 2;
  opacity: .8;
  letter-spacing: .06em;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__sectionInner .__text p {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__sectionInner .__text p {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__sectionInner .__text p {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__sectionInner .__text p {
    font-size: .9vw;
  }
}

@media screen and (min-width: 320px) {
  #__storyOverview .__sectionInner .__gal {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__sectionInner .__gal {
    width: 500px;
    margin: 0 0 0 5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__sectionInner .__gal {
    width: 500px;
    margin: 0 0 0 5rem;
  }
}

#__storyOverview .__sectionInner .__gal ul {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__sectionInner .__gal ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__sectionInner .__gal ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__sectionInner .__gal ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

#__storyOverview .__sectionInner .__gal li:nth-child(even) {
  margin-top: -2rem;
}

#__storyOverview .__sectionInner .__gal li:nth-child(3), #__storyOverview .__sectionInner .__gal li:nth-child(4) {
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}

#__storyOverview .__sectionInner .__gal .__galInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  background: rgba(0, 0, 0, 0.1);
}

#__storyOverview .__sectionInner .__gal .__galInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#__storyOverview .__index {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 320px) {
  #__storyOverview .__index {
    font-size: 2.8vw;
    padding: 1.5rem 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__storyOverview .__index {
    font-size: 1.2vw;
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 1025px) {
  #__storyOverview .__index {
    font-size: 12px;
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 1441px) {
  #__storyOverview .__index {
    font-size: 12px;
    padding: 1.5rem 0;
  }
}

.__textSliderWrapper, .__textSliderLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.__textSliderLine {
  -webkit-animation: loopCl 30000ms linear infinite both;
          animation: loopCl 30000ms linear infinite both;
}

#__thisBody section {
  white-space: normal;
}

#__thisBody .lity {
  z-index: 999000;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* ******************************
 *
 * ABOUT / COMAPNY
 *
 * ****************************** */
#__aboutMsg {
  background: #FFF;
}

#__aboutMsg.__isAutoScreen .__inner {
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 320px) {
  #__aboutMsg.__isAutoScreen .__inner {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg.__isAutoScreen .__inner {
    padding: 0 10vw 0 20vw;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg.__isAutoScreen .__inner {
    padding: 0 10vw 0 20vw;
  }
}

@media screen and (min-width: 320px) {
  #__aboutMsg.__isAutoScreen .__inner.__isStore {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg.__isAutoScreen .__inner.__isStore {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg.__isAutoScreen .__inner.__isStore {
    margin-bottom: 0;
  }
}

#__aboutMsg .__inner {
  margin: 0 auto;
}

@media screen and (min-width: 320px) {
  #__aboutMsg .__inner {
    width: 100%;
    padding: 15% 0;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg .__inner {
    width: 700px;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg .__inner {
    width: 1200px;
    padding: 0;
  }
}

#__aboutMsg .__greeting {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__aboutMsg .__greeting {
    font-size: 3.2vw;
    margin-top: 20vw;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg .__greeting {
    font-size: 1.4vw;
    margin-top: 8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg .__greeting {
    font-size: 1vw;
    margin-top: 8vw;
  }
}

#__aboutMsg .__greetingCopy {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1.7;
  margin: 2rem 0 0;
}

@media screen and (min-width: 320px) {
  #__aboutMsg .__greetingCopy {
    font-size: 6.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg .__greetingCopy {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg .__greetingCopy {
    font-size: 1.8vw;
  }
}

#__aboutMsg .__greetingBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0 0 0;
}

#__aboutMsg .__greetingDesc {
  line-height: 1.8;
  opacity: .75;
}

@media screen and (min-width: 320px) {
  #__aboutMsg .__greetingDesc {
    width: 100%;
    font-size: 3.3vw;
    padding: 0 0 0 15%;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg .__greetingDesc {
    width: 100%;
    font-size: 1.4vw;
    padding: 0 0 0 5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg .__greetingDesc {
    width: 520px;
    font-size: .94vw;
    padding: 0 0 0 5rem;
  }
}

#__aboutMsg .__greetingProf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__aboutMsg .__greetingProf {
    width: calc(100% - 580px);
    font-size: 12px;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg .__greetingProf {
    width: calc(100% - 580px);
    font-size: 13px;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg .__greetingProf {
    width: calc(100% - 580px);
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) {
  #__aboutMsg .__greetingProf .__img {
    width: 280px;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg .__greetingProf .__img {
    width: 280px;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg .__greetingProf .__img {
    width: 280px;
  }
}

#__aboutMsg .__greetingProf .__imgInner {
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 320px) {
  #__aboutMsg .__greetingProf .__imgInner {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg .__greetingProf .__imgInner {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg .__greetingProf .__imgInner {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 320px) {
  #__aboutMsg .__greetingProf .__text {
    width: 300px;
  }
}

@media screen and (min-width: 600px) {
  #__aboutMsg .__greetingProf .__text {
    width: 300px;
  }
}

@media screen and (min-width: 1025px) {
  #__aboutMsg .__greetingProf .__text {
    width: 300px;
  }
}

@media screen and (min-width: 320px) {
  #__compOutline .__inner {
    padding: 10vw 5vw 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__inner {
    padding: 9.5vw 5vw 15vw;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline .__inner {
    padding: 9.5vw 5vw 15vw;
  }
}

#__compOutline .__titleArea {
  font-family: cormorant-garamond, shippori-mincho, serif;
}

@media screen and (min-width: 320px) {
  #__compOutline .__titleArea {
    font-size: 6vw;
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__titleArea {
    font-size: 4.5vw;
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline .__titleArea {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
}

#__compOutline .__titleArea h2 {
  font-weight: 400;
}

#__compOutline .__outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  #__compOutline .__outline .__block {
    width: 100%;
    margin: 0 5vw 0 0;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__outline .__block {
    width: 40vw;
    margin: 0 5vw 0 0;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline .__outline .__block {
    width: 40vw;
    margin: 0 5vw 0 0;
  }
}

#__compOutline .__outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

#__compOutline .__outline dt {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__compOutline .__outline dt {
    width: 100%;
    font-size: 3.8vw;
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__outline dt {
    width: 30%;
    font-size: 1.5vw;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline .__outline dt {
    width: 30%;
    font-size: 1.1vw;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 320px) {
  #__compOutline .__outline dd {
    width: 100%;
    font-size: 3.3vw;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__outline dd {
    width: 65%;
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline .__outline dd {
    width: 65%;
    font-size: .94vw;
  }
}

/* ******************************
 *
 * News
 *
 * ****************************** */
@media screen and (min-width: 320px) {
  #__newsArchive .__inner {
    height: 100vh;
    height: 100lvh;
    padding: 25vh 10vw 5vh 20vw;
  }
}

@media screen and (min-width: 600px) {
  #__newsArchive .__inner {
    height: 100vh;
    height: 100lvh;
    padding: 25vh 10vw 5vh 20vw;
  }
}

@media screen and (min-width: 1025px) {
  #__newsArchive .__inner {
    height: 100vh;
    height: 100lvh;
    padding: 25vh 10vw 5vh 20vw;
  }
}

.__newsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 320px) {
  .__newsItem {
    width: 25vw;
    margin-right: 3vw;
  }
}

@media screen and (min-width: 600px) {
  .__newsItem {
    width: 25vw;
    margin-right: 3vw;
  }
}

@media screen and (min-width: 1025px) {
  .__newsItem {
    width: 25vw;
    margin-right: 3vw;
  }
}

.__newsItem:last-child {
  margin: 0;
}

.__newsItem article, .__newsItem a {
  display: block;
}

.__newsItem figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 320px) {
  .__newsItem figure {
    padding-bottom: 50vh;
  }
}

@media screen and (min-width: 600px) {
  .__newsItem figure {
    padding-bottom: 50vh;
  }
}

@media screen and (min-width: 1025px) {
  .__newsItem figure {
    padding-bottom: 50vh;
  }
}

.__newsItem figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__newsItem .__newsInfo {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 320px) {
  .__newsItem .__newsInfo {
    height: calc(20vh - 1.5rem);
    font-size: 1.1vw;
  }
}

@media screen and (min-width: 600px) {
  .__newsItem .__newsInfo {
    height: calc(20vh - 1.5rem);
    font-size: 1.1vw;
  }
}

@media screen and (min-width: 1025px) {
  .__newsItem .__newsInfo {
    height: calc(20vh - 1.5rem);
    font-size: 1.1vw;
  }
}

.__newsItem .__newsTitle {
  margin-bottom: .75rem;
}

.__newsItem .__time {
  font-size: 70%;
  text-align: right;
  opacity: .6;
}

/* ******************************
 *
 * Single
 *
 * ****************************** */
@media screen and (min-width: 320px) {
  #__singleArea .__inner {
    height: 100vh;
    height: 100lvh;
    padding: 20vh 10vw 10vh;
  }
}

@media screen and (min-width: 600px) {
  #__singleArea .__inner {
    height: 100vh;
    height: 100lvh;
    padding: 20vh 10vw 10vh;
  }
}

@media screen and (min-width: 1025px) {
  #__singleArea .__inner {
    height: 100vh;
    height: 100lvh;
    padding: 20vh 10vw 10vh;
  }
}

#__singleArea .__inner .__singleInfo {
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__singleArea .__inner .__singleInfo {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleArea .__inner .__singleInfo {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleArea .__inner .__singleInfo {
    font-size: 2.2vw;
  }
}

#__singleArea .__inner .__singleTime {
  margin: .5rem 0 3rem;
  opacity: .6;
}

@media screen and (min-width: 320px) {
  #__singleArea .__inner .__singleTime {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleArea .__inner .__singleTime {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleArea .__inner .__singleTime {
    font-size: .9vw;
  }
}

#__singleArea .__inner .__singleContnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#__singleArea .__inner .__singleContnet p {
  word-break: break-all;
  white-space: break-spaces;
}

@media screen and (min-width: 320px) {
  #__singleArea .__inner .__singleContnet p {
    width: 40vw;
    margin-right: 3rem;
  }
}

@media screen and (min-width: 600px) {
  #__singleArea .__inner .__singleContnet p {
    width: 40vw;
    margin-right: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  #__singleArea .__inner .__singleContnet p {
    width: 40vw;
    margin-right: 3rem;
  }
}

#__singleArea .__inner .__singleContnet p {
  opacity: .8;
  margin-bottom: 2rem;
  line-height: 1.8;
  letter-spacing: .02em;
}

@media screen and (min-width: 320px) {
  #__singleArea .__inner .__singleContnet p {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleArea .__inner .__singleContnet p {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleArea .__inner .__singleContnet p {
    font-size: 1vw;
  }
}

/* ******************************
 *
 * SERVICER / STORE
 *
 * ****************************** */
@media screen and (min-width: 320px) {
  .__storeSection {
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection {
    margin-right: -5px;
  }
}

@media screen and (min-width: 320px) {
  .__storeSection.__isStore .__inner {
    height: auto;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection.__isStore .__inner {
    height: auto;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection.__isStore .__inner {
    height: 100vh;
    height: 100lvh;
  }
}

@media screen and (min-width: 320px) {
  .__storeSection.__isStore .__imgWrapper {
    height: 80vw;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection.__isStore .__imgWrapper {
    height: 80vw;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection.__isStore .__imgWrapper {
    height: 100%;
  }
}

@media screen and (min-width: 320px) {
  .__storeSection.__isStore .__storeInfo {
    height: auto;
    margin-top: 80vw;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection.__isStore .__storeInfo {
    height: 100%;
    margin-top: 80vw;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection.__isStore .__storeInfo {
    height: 100%;
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) {
  .__storeSection.__isStore .__name {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection.__isStore .__name {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection.__isStore .__name {
    margin-top: 0;
  }
}

.__storeSection.__isStore .__desc {
  overflow-y: scroll;
}

@media screen and (min-width: 320px) {
  .__storeSection.__isStore .__desc {
    max-height: 70vw;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection.__isStore .__desc {
    max-height: 50vw;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection.__isStore .__desc {
    max-height: 20vw;
  }
}

.__storeSection .__cancel {
  position: absolute;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

@media screen and (min-width: 320px) {
  .__storeSection .__cancel {
    top: .5rem;
    left: .5rem;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__cancel {
    top: 1.5rem;
    left: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__cancel {
    top: 1.5rem;
    left: 1.5rem;
  }
}

.__storeSection .__cancel:hover {
  opacity: .5;
}

.__storeSection .__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 320px) {
  .__storeSection .__inner {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__inner {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__inner {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.__storeSection .__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.__storeSection .__imgWrapper, .__storeSection .__img, .__storeSection .__imgInner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  .__storeSection .__imgWrapper {
    width: 100%;
    height: 50%;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__imgWrapper {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__imgWrapper {
    width: 100%;
    height: 100%;
  }
}

.__storeSection .__imgInner {
  overflow: hidden;
}

.__storeSection .__imgInner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__storeSection .__controller {
  padding: 1rem 0;
}

.__storeSection .__controller .swiper-pagination1, .__storeSection .__controller .swiper-pagination2 {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.__storeSection .__controller .swiper-pagination-bullet {
  background: #FFF;
}

.__storeSection .__storeInfo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
          backdrop-filter: blur(20px) saturate(120%);
}

@media screen and (min-width: 320px) {
  .__storeSection .__storeInfo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 50%;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__storeInfo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 45%;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__storeInfo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 45%;
    height: 100%;
  }
}

.__storeSection .__infoInner {
  color: #FFF;
}

@media screen and (min-width: 320px) {
  .__storeSection .__infoInner {
    padding: 2.5%;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__infoInner {
    padding: 2.5%;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__infoInner {
    padding: 2.5%;
  }
}

@media screen and (min-width: 320px) {
  .__storeSection .__name, .__storeSection .__desc {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__name, .__storeSection .__desc {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__name, .__storeSection .__desc {
    padding: 0 2rem;
  }
}

.__storeSection .__name {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 320px) {
  .__storeSection .__name {
    font-size: 4.24vw;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__name {
    font-size: 2.24vw;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__name {
    font-size: 1.54vw;
  }
}

.__storeSection .__desc {
  line-height: 1.7;
}

@media screen and (min-width: 320px) {
  .__storeSection .__desc {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__desc {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__desc {
    font-size: .9vw;
  }
}

.__storeSection .__desc::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

.__storeSection .__desc::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.__storeSection .__desc::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.__storeSection .__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
  width: 100%;
  border: solid 1px #FFF;
  padding: 1.5rem 0;
}

@media screen and (min-width: 320px) {
  .__storeSection .__btn a {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 600px) {
  .__storeSection .__btn a {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .__storeSection .__btn a {
    font-size: 1vw;
  }
}

/* ******************************
 *
 * SERVICER / BRAND
 *
 * ****************************** */
.__brandSection .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (min-width: 320px) {
  .__brandSection .__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20vw 5% 15%;
  }
}

@media screen and (min-width: 600px) {
  .__brandSection .__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5% 10vw 5%;
  }
}

@media screen and (min-width: 1025px) {
  .__brandSection .__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5% 10vw 5%;
  }
}

.__commonIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.__commonIntro .__img {
  position: relative;
}

@media screen and (min-width: 320px) {
  .__commonIntro .__img {
    width: 50vw;
    height: 65vw;
  }
}

@media screen and (min-width: 600px) {
  .__commonIntro .__img {
    width: 30vw;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .__commonIntro .__img {
    width: 30vw;
    height: 100%;
  }
}

.__commonIntro .__img .__imgInner, .__commonIntro .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.__commonIntro .__img .__imgInner {
  height: 85%;
  overflow: hidden;
}

.__commonIntro .__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.__commonIntro .__title {
  position: relative;
  z-index: 1;
  font-family: cormorant-garamond, shippori-mincho, serif;
  margin-left: -10vw;
}

.__commonIntro .__title .__ja {
  font-weight: 400;
  letter-spacing: .036em;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 320px) {
  .__commonIntro .__title .__ja {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  .__commonIntro .__title .__ja {
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .__commonIntro .__title .__ja {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 320px) {
  .__commonIntro .__title .__en {
    font-size: 11.4vw;
  }
}

@media screen and (min-width: 600px) {
  .__commonIntro .__title .__en {
    font-size: 9.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .__commonIntro .__title .__en {
    font-size: 8.4vw;
  }
}

.__popupGrid {
  height: 100%;
}

@media screen and (min-width: 320px) {
  .__popupGrid {
    padding-top: 10vw;
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) {
  .__popupGrid {
    padding-top: 2.5vw;
    margin-left: 5vw;
  }
}

@media screen and (min-width: 1025px) {
  .__popupGrid {
    padding-top: 2.5vw;
    margin-left: 5vw;
  }
}

.__popupGrid ul {
  display: -ms-grid;
  display: grid;
  height: 100%;
}

@media screen and (min-width: 320px) {
  .__popupGrid ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .__popupGrid ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 1025px) {
  .__popupGrid ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 320px) {
  .__popupGrid li {
    width: auto;
  }
}

@media screen and (min-width: 600px) {
  .__popupGrid li {
    width: 15vw;
  }
}

@media screen and (min-width: 1025px) {
  .__popupGrid li {
    width: 15vw;
  }
}

.__popupGrid button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.__popupGrid .__img {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 320px) {
  .__popupGrid .__img {
    height: 35vw;
  }
}

@media screen and (min-width: 600px) {
  .__popupGrid .__img {
    height: 84%;
  }
}

@media screen and (min-width: 1025px) {
  .__popupGrid .__img {
    height: 84%;
  }
}

.__popupGrid .__imgInner, .__popupGrid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__popupGrid .__imgInner {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
}

.__popupGrid .__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: cormorant-garamond, shippori-mincho, serif;
}

@media screen and (min-width: 320px) {
  .__popupGrid .__name {
    font-size: 3.4vw;
    padding: 5px 0 1rem;
  }
}

@media screen and (min-width: 600px) {
  .__popupGrid .__name {
    font-size: 1.4vw;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .__popupGrid .__name {
    font-size: 1vw;
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  .__popupGrid .__icon {
    width: 4.8vw;
  }
}

@media screen and (min-width: 600px) {
  .__popupGrid .__icon {
    width: 2.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .__popupGrid .__icon {
    width: 1.8vw;
  }
}

.__popupGrid .__icon svg {
  display: block;
  width: 100%;
  height: auto;
}

#__hiddenArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  opacity: 0;
  z-index: -1;
  -webkit-transition: z-index 5ms ease 1000ms, opacity 1000ms ease;
  transition: z-index 5ms ease 1000ms, opacity 1000ms ease;
}

#__hiddenArea .__storeSection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease;
  transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease;
}

#__hiddenArea .__storeSection.__activate {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: z-index 5ms ease, visibility 400ms ease 5ms, opacity 400ms ease 5ms;
  transition: z-index 5ms ease, visibility 400ms ease 5ms, opacity 400ms ease 5ms;
}

#__hiddenArea .__storeSection .__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 320px) {
  #__hiddenArea .__storeSection .__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 600px) {
  #__hiddenArea .__storeSection .__inner {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

@media screen and (min-width: 1025px) {
  #__hiddenArea .__storeSection .__inner {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

@media screen and (min-width: 320px) {
  #__hiddenArea .__storeSection .__storeInfo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 600px) {
  #__hiddenArea .__storeSection .__storeInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  #__hiddenArea .__storeSection .__storeInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#__hiddenArea .__storeSection .__desc {
  overflow-y: scroll;
}

@media screen and (min-width: 320px) {
  #__hiddenArea .__storeSection .__desc {
    max-height: 25vw;
  }
}

@media screen and (min-width: 600px) {
  #__hiddenArea .__storeSection .__desc {
    max-height: 15vw;
  }
}

@media screen and (min-width: 1025px) {
  #__hiddenArea .__storeSection .__desc {
    max-height: 15vw;
  }
}

@media screen and (min-width: 320px) {
  #__hiddenArea .__storeSection .__imgWrapper {
    width: 100%;
    height: 50%;
  }
}

@media screen and (min-width: 600px) {
  #__hiddenArea .__storeSection .__imgWrapper {
    width: 55%;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__hiddenArea .__storeSection .__imgWrapper {
    width: 55%;
    height: 100%;
  }
}

#__hiddenArea.__activate {
  opacity: 1;
  z-index: 10000;
  -webkit-transition: z-index 5ms ease, opacity 1000ms ease 10ms;
  transition: z-index 5ms ease, opacity 1000ms ease 10ms;
}

#__storeSection3 .__info {
  padding: 10vw 0 0 10vw;
}

@media screen and (min-width: 320px) {
  #__storeSection3 .__info {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__storeSection3 .__info {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__storeSection3 .__info {
    width: 50vw;
  }
}

#__storeSection3 h3 {
  font-weight: 400;
  font-family: cormorant-garamond, shippori-mincho, serif;
  line-height: 1.64;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 320px) {
  #__storeSection3 h3 {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__storeSection3 h3 {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storeSection3 h3 {
    font-size: 2.1vw;
  }
}

#__storeSection3 .__desc {
  line-height: 1.8;
  opacity: .85;
}

@media screen and (min-width: 320px) {
  #__storeSection3 .__desc {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__storeSection3 .__desc {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__storeSection3 .__desc {
    font-size: 1vw;
  }
}

/* ******************************
 *
 * SERVICER / DESIGN
 *
 * ****************************** */
.__designField {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 320px) {
  .__designField {
    padding: 4vw 7vw 0;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 600px) {
  .__designField {
    padding: 4vw 7vw 0;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 1025px) {
  .__designField {
    padding: 4vw 7vw 0;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 320px) {
  .__designField .__box {
    width: 15vw;
  }
}

@media screen and (min-width: 600px) {
  .__designField .__box {
    width: 15vw;
  }
}

@media screen and (min-width: 1025px) {
  .__designField .__box {
    width: 15vw;
  }
}

.__designField .__box .__subtitle {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

@media screen and (min-width: 320px) {
  .__designField .__box .__subtitle {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 600px) {
  .__designField .__box .__subtitle {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .__designField .__box .__subtitle {
    font-size: 1.8vw;
  }
}

.__designField .__box li {
  opacity: .7;
  padding: 3px 0;
}

@media screen and (min-width: 320px) {
  .__designField .__box li {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  .__designField .__box li {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .__designField .__box li {
    font-size: .9vw;
  }
}

@media screen and (min-width: 320px) {
  #__designSection1.__isTop {
    margin-bottom: 30vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1.__isTop {
    margin-bottom: 15vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1.__isTop {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 320px) {
  #__designSection1.__isTop .__inner {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1.__isTop .__inner {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1.__isTop .__inner {
    padding: 1rem;
  }
}

#__designSection1 .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#__designSection1 .__designEn {
  -webkit-writing-mode: vertical-rl;
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
  word-break: keep-all;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__designSection1 .__designEn {
    font-size: 15.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__designEn {
    font-size: 15.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__designEn {
    font-size: 15.2vw;
  }
}

#__designSection1 .__worksFullSlider {
  position: relative;
  width: 100%;
  height: 100%;
}

#__designSection1 .__worksVisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#__designSection1 .__worksVisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#__designSection1 #__worksInfoBody {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  height: 100%;
}

@media screen and (min-width: 320px) {
  #__designSection1 #__worksInfoBody {
    width: 45%;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 #__worksInfoBody {
    width: 35%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 #__worksInfoBody {
    width: 35%;
    margin: 0 auto;
  }
}

#__designSection1 #__worksInfoBody.__isTop {
  margin: 0 0 0 auto;
}

#__designSection1 #__worksInfoBody .__worksPager {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 320px) {
  #__designSection1 #__worksInfoBody .__worksPager {
    bottom: 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 #__worksInfoBody .__worksPager {
    bottom: 15vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 #__worksInfoBody .__worksPager {
    bottom: 15vw;
  }
}

#__designSection1 #__worksInfoBody .__worksPager .swiper-pagination-bullet {
  background: #323232;
}

#__designSection1 .__worksInfo {
  width: 100%;
  height: 100%;
}

#__designSection1 .__worksInfoWrapper, #__designSection1 .__worksInfoItem {
  width: 100%;
  height: 100%;
}

#__designSection1 .__worksInfoItem {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1000ms ease, opacity 1000ms ease;
  transition: visibility 1000ms ease, opacity 1000ms ease;
}

@media screen and (min-width: 320px) {
  #__designSection1 .__worksInfoItem {
    padding: 8vw 2.5% 0;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__worksInfoItem {
    padding: 8vw 2.5% 0;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__worksInfoItem {
    padding: 8vw 2.5% 0;
  }
}

#__designSection1 .__worksInfoItem.swiper-slide-visible {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 320px) {
  #__designSection1 .__en1, #__designSection1 .__topEn, #__designSection1 .__worksTitle, #__designSection1 .__ja1, #__designSection1 .__field {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__en1, #__designSection1 .__topEn, #__designSection1 .__worksTitle, #__designSection1 .__ja1, #__designSection1 .__field {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__en1, #__designSection1 .__topEn, #__designSection1 .__worksTitle, #__designSection1 .__ja1, #__designSection1 .__field {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

#__designSection1 .__en1, #__designSection1 .__topEn, #__designSection1 .__worksTitle, #__designSection1 .__ja1 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

#__designSection1 .__en1 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 320px) {
  #__designSection1 .__en1 {
    font-size: 1vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__en1 {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__en1 {
    font-size: 1vw;
  }
}

@media screen and (min-width: 320px) {
  #__designSection1 .__topEn {
    font-size: 9.2vw;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__topEn {
    font-size: 7.6vw;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__topEn {
    font-size: 6.2vw;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 320px) {
  #__designSection1 .__worksTitle {
    font-size: 4.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__worksTitle {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__worksTitle {
    font-size: 2.2vw;
  }
}

#__designSection1 .__ja1 {
  padding-top: .5rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 320px) {
  #__designSection1 .__ja1 {
    font-size: 3vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__ja1 {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__ja1 {
    font-size: 1vw;
  }
}

#__designSection1 .__field {
  opacity: .6;
  letter-spacing: .04em;
}

@media screen and (min-width: 320px) {
  #__designSection1 .__field {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__field {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__field {
    font-size: .87vw;
  }
}

#__designSection1 .__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 0;
}

#__designSection1 .__btn a {
  line-height: 1;
  background: #323232;
  color: #FFF;
  letter-spacing: .04em;
  text-align: center;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

@media screen and (min-width: 320px) {
  #__designSection1 .__btn a {
    font-size: 3.4vw;
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (min-width: 600px) {
  #__designSection1 .__btn a {
    font-size: 1.4vw;
    width: auto;
    padding: 1rem 3rem;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection1 .__btn a {
    font-size: .9vw;
    width: auto;
    padding: 1rem 3rem;
  }
}

#__designSection1 .__btn a:hover {
  opacity: .5;
}

.__designCommonSection .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (min-width: 320px) {
  .__designCommonSection .__inner {
    padding: 5% 10vw 5%;
  }
}

@media screen and (min-width: 600px) {
  .__designCommonSection .__inner {
    padding: 5% 10vw 5%;
  }
}

@media screen and (min-width: 1025px) {
  .__designCommonSection .__inner {
    padding: 5% 10vw 5%;
  }
}

@media screen and (min-width: 320px) {
  #__designSection2 .__strengthSlider {
    width: 52vw;
    margin-left: -3vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection2 .__strengthSlider {
    width: 52vw;
    margin-left: -3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection2 .__strengthSlider {
    width: 52vw;
    margin-left: -3vw;
  }
}

#__designSection2 .__strengthSlider .swiper-pagination3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 320px) {
  #__designSection2 .__strengthSlider .swiper-pagination3 {
    padding: 2rem 0 1rem 40%;
  }
}

@media screen and (min-width: 600px) {
  #__designSection2 .__strengthSlider .swiper-pagination3 {
    padding: 2rem 0 1rem 40%;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection2 .__strengthSlider .swiper-pagination3 {
    padding: 2rem 0 1rem 40%;
  }
}

#__designSection2 .__strengthSlider .swiper-pagination-bullet {
  background: #323232;
}

#__designSection2 .__stSliderMainItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 320px) {
  #__designSection2 .__stSliderMainItem .__img {
    width: 35%;
  }
}

@media screen and (min-width: 600px) {
  #__designSection2 .__stSliderMainItem .__img {
    width: 35%;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection2 .__stSliderMainItem .__img {
    width: 35%;
  }
}

#__designSection2 .__stSliderMainItem .__img .__imgInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  overflow: hidden;
}

#__designSection2 .__stSliderMainItem .__img .__imgInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@media screen and (min-width: 320px) {
  #__designSection2 .__stSliderMainItem .__info {
    width: 60%;
  }
}

@media screen and (min-width: 600px) {
  #__designSection2 .__stSliderMainItem .__info {
    width: 60%;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection2 .__stSliderMainItem .__info {
    width: 60%;
  }
}

#__designSection2 .__stSliderMainItem .__info .__num, #__designSection2 .__stSliderMainItem .__info .__title {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__designSection2 .__stSliderMainItem .__info .__num {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection2 .__stSliderMainItem .__info .__num {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection2 .__stSliderMainItem .__info .__num {
    font-size: .87vw;
  }
}

#__designSection2 .__stSliderMainItem .__info .__title {
  padding: 1rem 0 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 320px) {
  #__designSection2 .__stSliderMainItem .__info .__title {
    font-size: 4.6vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection2 .__stSliderMainItem .__info .__title {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection2 .__stSliderMainItem .__info .__title {
    font-size: 1.4vw;
  }
}

#__designSection2 .__stSliderMainItem .__info .__desc {
  opacity: .8;
  line-height: 1.74;
}

@media screen and (min-width: 320px) {
  #__designSection2 .__stSliderMainItem .__info .__desc {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection2 .__stSliderMainItem .__info .__desc {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection2 .__stSliderMainItem .__info .__desc {
    font-size: .9vw;
  }
}

#__designSection3 .__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 320px) {
  #__designSection3 .__designFlow {
    width: 65vw;
    margin-left: 7.5vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection3 .__designFlow {
    width: 65vw;
    margin-left: 7.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection3 .__designFlow {
    width: 65vw;
    margin-left: 7.5vw;
  }
}

#__designSection3 .__flowMsg {
  margin-bottom: 2rem;
}

@media screen and (min-width: 320px) {
  #__designSection3 .__flowMsg {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection3 .__flowMsg {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection3 .__flowMsg {
    font-size: .9vw;
  }
}

#__designSection3 .__flowInner {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

@media screen and (min-width: 320px) {
  #__designSection3 .__flowInner {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 600px) {
  #__designSection3 .__flowInner {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection3 .__flowInner {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 320px) {
  #__designSection3 .__box {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 600px) {
  #__designSection3 .__box {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection3 .__box {
    margin-top: 2rem;
  }
}

#__designSection3 .__box .__num, #__designSection3 .__box .__en, #__designSection3 .__box .__title {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

#__designSection3 .__box .__num {
  margin-bottom: .75rem;
}

@media screen and (min-width: 320px) {
  #__designSection3 .__box .__num {
    font-size: 1vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection3 .__box .__num {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection3 .__box .__num {
    font-size: 1vw;
  }
}

@media screen and (min-width: 320px) {
  #__designSection3 .__box .__en {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection3 .__box .__en {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection3 .__box .__en {
    font-size: 1.8vw;
  }
}

#__designSection3 .__box .__title {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 320px) {
  #__designSection3 .__box .__title {
    font-size: 1vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection3 .__box .__title {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection3 .__box .__title {
    font-size: 1vw;
  }
}

#__designSection3 .__box .__desc {
  opacity: .75;
  line-height: 1.7;
}

@media screen and (min-width: 320px) {
  #__designSection3 .__box .__desc {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__designSection3 .__box .__desc {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designSection3 .__box .__desc {
    font-size: .9vw;
  }
}

#__collectionArchive, .__collectionArchive {
  -webkit-transition: background-color 1000ms ease 200ms;
  transition: background-color 1000ms ease 200ms;
}

@media screen and (min-width: 320px) {
  #__collectionArchive, .__collectionArchive {
    padding: 0 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive, .__collectionArchive {
    padding: 0 15vw;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive, .__collectionArchive {
    padding: 0 15vw;
  }
}

#__collectionArchive.__isSingle, .__collectionArchive.__isSingle {
  padding: 0;
}

@media screen and (min-width: 320px) {
  #__collectionArchive.__isSingle, .__collectionArchive.__isSingle {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive.__isSingle, .__collectionArchive.__isSingle {
    margin: 0 0 0 15vw;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive.__isSingle, .__collectionArchive.__isSingle {
    margin: 0 0 0 15vw;
  }
}

#__collectionArchive.is-inview, .__collectionArchive.is-inview {
  background: #323232;
  color: #FFF;
}

@media screen and (min-width: 320px) {
  #__collectionArchive.__isClc, .__collectionArchive.__isClc {
    padding: 0;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive.__isClc, .__collectionArchive.__isClc {
    padding: 0 0 0 15vw;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive.__isClc, .__collectionArchive.__isClc {
    padding: 0 0 0 15vw;
  }
}

#__collectionArchive.__nextBlock, .__collectionArchive.__nextBlock {
  padding: 0;
}

@media screen and (min-width: 320px) {
  #__collectionArchive.__nextBlock, .__collectionArchive.__nextBlock {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive.__nextBlock, .__collectionArchive.__nextBlock {
    margin: 0 0 0 -50vw;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive.__nextBlock, .__collectionArchive.__nextBlock {
    margin: 0 0 0 -50vw;
  }
}

#__collectionArchive .__inner, .__collectionArchive .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 320px) {
  #__collectionArchive .__inner, .__collectionArchive .__inner {
    height: auto;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive .__inner, .__collectionArchive .__inner {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive .__inner, .__collectionArchive .__inner {
    height: 100%;
  }
}

@media screen and (min-width: 320px) {
  #__collectionArchive article, .__collectionArchive article {
    width: 100%;
    height: auto;
    padding: 0 5vw 10vw;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive article, .__collectionArchive article {
    width: 100vw;
    height: 50%;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive article, .__collectionArchive article {
    width: 100vw;
    height: 50%;
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  #__collectionArchive article:nth-child(even), .__collectionArchive article:nth-child(even) {
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive article:nth-child(even), .__collectionArchive article:nth-child(even) {
    margin-left: 50vw;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive article:nth-child(even), .__collectionArchive article:nth-child(even) {
    margin-left: 50vw;
  }
}

#__collectionArchive .__articleInner, .__collectionArchive .__articleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  #__collectionArchive .__articleInner, .__collectionArchive .__articleInner {
    height: auto;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive .__articleInner, .__collectionArchive .__articleInner {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive .__articleInner, .__collectionArchive .__articleInner {
    height: 100%;
  }
}

#__collectionArchive .__articleInner:hover .__imgInner, .__collectionArchive .__articleInner:hover .__imgInner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#__collectionArchive .__articleInner:hover .__articleName, .__collectionArchive .__articleInner:hover .__articleName {
  text-decoration: underline;
}

#__collectionArchive .__articleInner .__img, .__collectionArchive .__articleInner .__img {
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  #__collectionArchive .__articleInner .__img, .__collectionArchive .__articleInner .__img {
    width: 100%;
    height: 60vw;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive .__articleInner .__img, .__collectionArchive .__articleInner .__img {
    width: 50%;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive .__articleInner .__img, .__collectionArchive .__articleInner .__img {
    width: 50%;
    height: 100%;
  }
}

#__collectionArchive .__articleInner .__imgInner, .__collectionArchive .__articleInner .__imgInner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1500ms ease;
  transition: -webkit-transform 1500ms ease;
  transition: transform 1500ms ease;
  transition: transform 1500ms ease, -webkit-transform 1500ms ease;
}

#__collectionArchive .__articleInner .__imgInner img, .__collectionArchive .__articleInner .__imgInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#__collectionArchive .__articleInner .__info, .__collectionArchive .__articleInner .__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__collectionArchive .__articleInner .__info, .__collectionArchive .__articleInner .__info {
    width: 100%;
    padding: 5% 3% 0;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive .__articleInner .__info, .__collectionArchive .__articleInner .__info {
    width: 50%;
    padding: 3%;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive .__articleInner .__info, .__collectionArchive .__articleInner .__info {
    width: 50%;
    padding: 3%;
  }
}

#__collectionArchive .__articleInner .__articleName, .__collectionArchive .__articleInner .__articleName {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__collectionArchive .__articleInner .__articleName, .__collectionArchive .__articleInner .__articleName {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive .__articleInner .__articleName, .__collectionArchive .__articleInner .__articleName {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive .__articleInner .__articleName, .__collectionArchive .__articleInner .__articleName {
    font-size: 2.6vw;
  }
}

#__collectionArchive .__articleInner p, .__collectionArchive .__articleInner p {
  opacity: .6;
}

@media screen and (min-width: 320px) {
  #__collectionArchive .__articleInner p, .__collectionArchive .__articleInner p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__collectionArchive .__articleInner p, .__collectionArchive .__articleInner p {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__collectionArchive .__articleInner p, .__collectionArchive .__articleInner p {
    font-size: .9vw;
  }
}

#__collectionArchive .__articleInner .__client, .__collectionArchive .__articleInner .__client {
  margin-top: .5rem;
}

/* ******************************
 *
 * COLLECTION SINGLE
 *
 * ****************************** */
#__singleFv .__inner {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 320px) {
  #__singleFv .__inner {
    height: 65vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleFv .__inner {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__singleFv .__inner {
    height: 100%;
  }
}

#__singleFv .__mv, #__singleFv .__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#__singleFv .__mv {
  overflow: hidden;
}

#__singleFv .__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

#__singleFv .__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFF;
}

#__singleFv .__title .__titleInner {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (min-width: 320px) {
  #__singleFv .__title .__titleInner {
    padding: 3vw 0 3vw 8vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleFv .__title .__titleInner {
    padding: 3vw 0 3vw 8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleFv .__title .__titleInner {
    padding: 3vw 0 3vw 8vw;
  }
}

#__singleFv .__title h1 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__singleFv .__title h1 {
    font-size: 4.6vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleFv .__title h1 {
    font-size: 4.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleFv .__title h1 {
    font-size: 4.6vw;
  }
}

#__singleFv .__title .__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: .5rem;
}

@media screen and (min-width: 320px) {
  #__singleFv .__title p, #__singleFv .__title time {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleFv .__title p, #__singleFv .__title time {
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleFv .__title p, #__singleFv .__title time {
    font-size: 1.1vw;
  }
}

#__singleFv .__title p {
  margin-right: 1.5rem;
}

#__singleInfo .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  #__singleInfo .__inner {
    padding: 15vw 5% 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleInfo .__inner {
    padding: 10vw 8vw 0 20vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleInfo .__inner {
    padding: 10vw 8vw 0 20vw;
  }
}

@media screen and (min-width: 320px) {
  #__singleInfo .__inner .__block:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {
  #__singleInfo .__inner .__block:nth-child(1) {
    width: 30vw;
    margin-right: 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleInfo .__inner .__block:nth-child(1) {
    width: 30vw;
    margin-right: 5vw;
  }
}

@media screen and (min-width: 320px) {
  #__singleInfo .__inner .__block:nth-child(2) {
    width: 100%;
    padding-top: 10vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleInfo .__inner .__block:nth-child(2) {
    width: 40vw;
    padding-top: 4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleInfo .__inner .__block:nth-child(2) {
    width: 40vw;
    padding-top: 4vw;
  }
}

#__singleInfo .__inner h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  margin-bottom: 2rem;
}

@media screen and (min-width: 320px) {
  #__singleInfo .__inner h2 {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleInfo .__inner h2 {
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleInfo .__inner h2 {
    font-size: 1.1vw;
  }
}

#__singleInfo .__inner p {
  line-height: 1.8;
  opacity: .8;
  margin-bottom: 1rem;
}

@media screen and (min-width: 320px) {
  #__singleInfo .__inner p {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleInfo .__inner p {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleInfo .__inner p {
    font-size: .9vw;
  }
}

#__singleInfo .__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 320px) {
  #__singleInfo .__inner dl {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__singleInfo .__inner dl {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__singleInfo .__inner dl {
    font-size: 1vw;
  }
}

#__singleInfo .__inner dt {
  font-family: cormorant-garamond, shippori-mincho, serif;
}

@media screen and (min-width: 320px) {
  #__singleInfo .__inner dt {
    width: 20%;
  }
}

@media screen and (min-width: 600px) {
  #__singleInfo .__inner dt {
    width: 15%;
  }
}

@media screen and (min-width: 1025px) {
  #__singleInfo .__inner dt {
    width: 15%;
  }
}

#__singleInfo .__inner dd {
  opacity: .8;
  font-size: 90%;
}

@media screen and (min-width: 320px) {
  #__singleInfo .__inner dd {
    width: 80%;
  }
}

@media screen and (min-width: 600px) {
  #__singleInfo .__inner dd {
    width: 85%;
  }
}

@media screen and (min-width: 1025px) {
  #__singleInfo .__inner dd {
    width: 85%;
  }
}

#__singleInfo .__inner dd p {
  line-height: 1.8;
}

#__singleGal .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 320px) {
  #__singleGal .__inner {
    width: 150vw;
    padding: 8vw 8vw 0;
  }
}

@media screen and (min-width: 600px) {
  #__singleGal .__inner {
    width: 150vw;
    padding: 8vw 8vw 0;
  }
}

@media screen and (min-width: 1025px) {
  #__singleGal .__inner {
    width: 150vw;
    padding: 8vw 8vw 0;
  }
}

#__singleGal .__img:nth-child(1) {
  width: 30vw;
}

#__singleGal .__img:nth-child(2) {
  width: 20vw;
  margin: 3vw 0 0 20vw;
}

#__singleGal .__img:nth-child(3) {
  width: 25vw;
  margin: 2vw 8vw 0 5vw;
}

#__singleGal .__img:nth-child(4) {
  width: 50vw;
}

#__singleGal .__imgInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
}

#__singleGal .__imgInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/* ******************************
 *
 * CONTACT AREA
 *
 * ****************************** */
@media screen and (min-width: 320px) {
  #__contactArea {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__contactArea {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__contactArea {
    width: 100vw;
  }
}

@media screen and (min-width: 320px) {
  #__contactArea .__inner {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__contactArea .__inner {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__contactArea .__inner {
    width: 100%;
    height: 100%;
  }
}

#__contactArea form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  #__contactArea form {
    padding: 45vw 5vw 30vw;
  }
}

@media screen and (min-width: 600px) {
  #__contactArea form {
    padding: 25vw 5vw 15vw;
  }
}

@media screen and (min-width: 1025px) {
  #__contactArea form {
    padding: 10vw 5vw 0 12vw;
  }
}

/* ------------------------------
    FRONT-PAGE
  ------------------------------ */
#toppage li {
  display: inline;
  padding: 3vw;
  font-size: 1vw;
}

.__spring {
  font-size: 10vw;
}

.__stories {
  font-size: 10vw;
  padding-top: 5%;
}

.spring__tt {
  padding-top: 10%;
  font-weight: 200;
}

/* ------------------------------
    PAGE-STORY
  ------------------------------ */
._child_bg img {
  width: 1440px;
  max-height: 810px;
  position: relative;
  z-index: 0;
}

._child_text {
  position: absolute;
  z-index: 2;
}

.__haslayer {
  font-family: 'Cormorant Garamond', serif;
}

.shuro__tt01 {
  font-size: 7vh;
  color: #fff;
  margin-top: -50vh;
  text-align: end;
}

/*
    h2{
    font-size: 45vh;
    color: #fff;
    font-weight: 400;
    margin-top: -8vh;
    text-align: end;
    
    }
    */
._child_text {
  position: absolute;
  right: 0;
}

.__moveSC {
  background-color: #392518;
  width: 1440px;
  height: 810px;
  padding-top: 280px;
}

.__conectMovie {
  font-family: 'Shippori Mincho', serif;
  color: #787777;
  font-size: 13.5vw;
  font-family: 'Cormorant Garamond', serif;
}

.__storyCont {
  font-size: 2.5vw;
  font-family: 'Shippori Mincho', serif;
  padding-left: 12%;
  line-height: 5vw;
  padding-top: 13%;
  padding-bottom: 2%;
}

.__story1 {
  font-family: 'Cormorant Garamond', serif;
  padding-left: 15%;
  line-height: 3.2vh;
}

.__storyNum {
  font-size: 8vw;
  font-family: 'Cormorant Garamond', serif;
  padding-left: 12%;
  margin-top: -2%;
}

.__storyContAll__2, .__storyContAll__1 {
  width: 1440px;
  height: 810px;
}

/* ------------------------------
    PAGE-ABOUT
  ------------------------------ */
.__aboutAll {
  font-family: 'Cormorant Garamond', serif;
}

.position__All {
  margin-top: -19%;
  margin-left: 69%;
  font-size: 1vw;
  line-height: 2vw;
}

.__company_tt {
  padding-top: 13%;
  padding-left: 22%;
  padding-bottom: 5%;
  font-size: 2vw;
}

.__company__01 {
  width: 1440px;
  height: 810px;
}

.__companyInfo li {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}

.__companyAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20%;
  padding-bottom: 15%;
}

.__companyAll ul {
  text-align: left;
  width: 40%;
  margin: 1%;
}

.__companyAll ul li {
  padding-left: 4%;
}

.__storyCont2 {
  font-size: 2.5vw;
  font-family: 'Shippori Mincho', serif;
  padding-left: 12%;
  line-height: 5vw;
  padding-bottom: 2%;
}

/* ------------------------------
   STORE
  ------------------------------ */
.__storeAll {
  font-family: 'Cormorant Garamond', serif;
}

.__overView {
  padding: 12% 0 3% 11%;
}

.__ov__tt {
  font-size: 6.5vh;
  padding: 0 0 3% 10%;
}

.store__contTT {
  margin: 23% 0 0 20%;
}

.__our {
  margin: 0 0 0 10%;
  font-size: 10vw;
}

.__approach {
  margin: 0 0 12% 10%;
  font-size: 10vw;
}

.__storeLocal1, .__storeLocal2, .__storeLocal3 {
  padding: 0% 0 5% 45%;
  font-size: 1.6vw;
  margin-top: -25%;
}

.__storeLocal2 {
  margin-top: 10%;
}

.__storeLocal3 {
  margin-top: 10%;
}

.__local {
  margin: 0 0 5% 45%;
}

.__local li {
  padding-bottom: 7%;
}

.__local__tt {
  font-size: 1.6vw;
}

.__local__Map__All {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 25%;
}

.__local__place {
  margin-left: 45%;
}

.store__Design__bg {
  width: 1250px;
  height: 810px;
  margin-left: 13%;
  margin-top: -57%;
  position: relative;
  z-index: 1;
}

.__design {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 16vw;
  margin-left: -3%;
}

.store__under {
  color: #fff;
  position: absolute;
  z-index: 2;
  margin-top: -40%;
  margin-left: 47%;
  font-size: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  mix-blend-mode: difference;
}

.store__under li {
  margin-bottom: 5%;
}

/* ------------------------------
    COLLECTION
  ------------------------------ */
.collec__All {
  font-family: 'Cormorant Garamond', serif;
}

.collec__menu__All, .__introduction__01, .__introduction__02, .__introduction__03, .__introduction__04 {
  width: 1440px;
  height: 810px;
}

.__introduction__01 {
  margin-top: -20%;
}

.__introduction__03 {
  margin-top: -30%;
}

.__introduction__04 {
  margin-top: 32%;
}

.collec__menu {
  margin-top: 20%;
  margin-left: 10%;
  color: #808080;
  font-family: 'Montserrat', sans-serif;
}

.collec__menu li {
  padding-bottom: 1vh;
}

.collec__menu li:hover {
  color: #000;
}

.collec__tt1 {
  font-size: 2vw;
  margin-left: 80%;
}

.collec__tt2 {
  color: #000;
  margin-left: -10%;
}

.collec__tt3 {
  color: #000;
  margin-left: -11%;
  margin-top: 2%;
  text-align: inherit;
}

.collec__img1 img {
  width: 50%;
  height: auto;
}

.__interAll__1 {
  margin-top: -58%;
  margin-left: 55%;
}

.collec__img2 img {
  width: 50%;
  height: auto;
  margin-top: 2%;
  margin-left: 50%;
}

.__intersect p {
  font-size: 2.4vw;
  padding-bottom: 3%;
  margin-top: 3%;
}

.__name, .__ad, .into {
  font-family: 'Montserrat', sans-serif;
}

.__ad {
  margin-bottom: 24vh;
}

.into {
  margin-bottom: 3vh;
}

.collec__img3 img {
  width: 33%;
  height: 400px;
}

.__interAll__2 {
  margin-left: 38%;
  margin-top: -27%;
}

.collec__img4 img {
  width: 33%;
  height: 400px;
  margin-top: -100%;
  margin-left: 67%;
}

.__interAll__3 {
  margin-bottom: 46%;
  margin-left: 10%;
  margin-top: 6%;
}

.__interAll__4 {
  padding-top: 30%;
  padding-left: 10%;
}

.collec__img5 img {
  width: 50%;
  height: auto;
  margin-top: -27%;
  margin-left: 50%;
}

.__interAll__5 {
  margin-left: 55%;
  margin-top: 5%;
}

.collec__img6 img {
  width: 50%;
  height: auto;
  margin-top: -29%;
}

.__interAll__6 {
  margin-left: 10%;
  margin-bottom: 28%;
  margin-top: 5%;
}

/*-------------------------------
    ATOMOS
  ------------------------------ */
.__our__can {
  margin: 20% 0 0 17%;
}

.__our__can_tt {
  padding-bottom: 8%;
  font-size: 3.5vh;
}

.__our__IndividualAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 15%;
  margin-right: auto;
}

.__our__Individual {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3%;
}

.__works_bg {
  width: 1400px;
  height: 810px;
  margin-left: 12%;
  margin-top: -59%;
  position: relative;
  z-index: 0;
}

.__works {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 32vh;
  margin-left: -5%;
}

.__work_bg__white {
  background: rgba(255, 255, 255, 0.7);
  width: 500px;
  height: 810px;
  position: absolute;
  z-index: 1;
  margin-top: -57%;
  margin-left: 30%;
}

/* ------------------------------
    FOOTER
  ------------------------------ */
._child_bg_foot img {
  width: 1440px;
  max-height: 810px;
}

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

.__child_all {
  margin-top: -35%;
  margin-left: 11%;
  position: absolute;
  z-index: 2;
  color: #fff;
}

.menu__white__foot {
  position: absolute;
  z-index: 2;
  color: #fff;
}

.__takett__1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  margin-top: -62%;
  font-size: 38vh;
  position: absolute;
  right: 0;
}

.__takett__2 {
  position: absolute;
  z-index: 2;
  color: #fff;
  margin-top: -47%;
  font-size: 38vh;
  position: absolute;
  right: 0;
}

.__takett__3 {
  position: absolute;
  z-index: 2;
  color: #fff;
  margin-top: -32%;
  font-size: 38vh;
  position: absolute;
  right: 0;
}

.contactAll {
  position: absolute;
  z-index: 2;
  color: #fff;
  margin-top: -11%;
  margin-left: 13%;
}

.stockAll {
  position: absolute;
  z-index: 2;
  color: #fff;
  margin-top: -11%;
  margin-left: 40%;
}

.__contactUs1 {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2vw;
}

.__contactUs2 {
  background-color: #808080;
  opacity: 0.5;
  font-size: 2vw;
  margin-top: 6%;
}

.foot__end__All {
  width: 100%;
  height: 100vh;
  height: 100lvh;
}

.logo__2 {
  width: 25vw;
  height: auto;
  color: #000;
  margin-top: -90%;
  margin-left: 8%;
}

.foot__menuAll {
  margin-left: 9%;
}

.foot__menu1 {
  font-size: 1vw;
  font-family: 'Cormorant Garamond', serif;
}

@media screen and (min-width: 320px) {
  .foot__menu1 {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .foot__menu1 {
    margin-bottom: 2%;
  }
}

@media screen and (min-width: 1025px) {
  .foot__menu1 {
    margin-bottom: 2%;
  }
}

.foot__t {
  padding-right: 2vw;
}

@media screen and (min-width: 320px) {
  .foot__t {
    font-size: 5.5vw;
  }
}

@media screen and (min-width: 600px) {
  .foot__t {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 1025px) {
  .foot__t {
    font-size: 2.5vw;
  }
}

.foot__menu2 li {
  display: inline-block;
  margin-right: 1.6vw;
}

.__design2 {
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 3px;
}

.__foot1 li {
  font-family: 'Cormorant Garamond', serif;
  margin-left: 10%;
  display: inline-block;
  margin-top: 2%;
}

.__foot2 {
  text-align: end;
}

.__null {
  width: 30%;
  height: 25%;
}

/* ******************************
 *
 * HEADER for CHILD PAGE
 *
 * ****************************** */
#__childMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

#__childMv .__sectionInner {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 320px) {
  #__childMv .__sectionInner {
    height: calc(100% - 25vw);
  }
}

@media screen and (min-width: 600px) {
  #__childMv .__sectionInner {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #__childMv .__sectionInner {
    height: 100%;
  }
}

#__childMv .__layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#__childMv .__bg .__img {
  width: 100%;
  height: 100%;
}

#__childMv .__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#__childMv .__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
}

@media screen and (min-width: 320px) {
  #__childMv .__title {
    font-size: 15.5vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 600px) {
  #__childMv .__title {
    font-size: 12.5vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1025px) {
  #__childMv .__title {
    font-size: 9.5vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#__childMv .__title span {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 320px) {
  #__childMv .__title span {
    top: -2vw;
  }
}

@media screen and (min-width: 600px) {
  #__childMv .__title span {
    top: -1vw;
  }
}

@media screen and (min-width: 1025px) {
  #__childMv .__title span {
    top: -1vw;
  }
}

#__childMv .__title.isSamnicon span {
  top: 0;
}

@media screen and (min-width: 320px) {
  #__childMv .__title.isSamnicon img {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__childMv .__title.isSamnicon img {
    width: 55%;
  }
}

@media screen and (min-width: 1025px) {
  #__childMv .__title.isSamnicon img {
    width: 55%;
  }
}

#__childMv .__scr {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 320px) {
  #__childMv .__scr {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #__childMv .__scr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  #__childMv .__scr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#__childMv .__scrInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
}

@media screen and (min-width: 320px) {
  #__childMv .__scrInner {
    padding: 0 2.5%;
  }
}

@media screen and (min-width: 600px) {
  #__childMv .__scrInner {
    padding: 0 2.5%;
  }
}

@media screen and (min-width: 1025px) {
  #__childMv .__scrInner {
    padding: 0 2.5%;
  }
}

#__childMv .__scrInner .__border {
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.02);
  margin-right: 5px;
}

#__childMv .__scrInner .__border span {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-animation: scrollDown 2500ms ease infinite both;
          animation: scrollDown 2500ms ease infinite both;
}

#__childMv .__scrInner .__text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: .04em;
}

@media screen and (min-width: 320px) {
  #__childMv .__scrInner .__text {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 600px) {
  #__childMv .__scrInner .__text {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__childMv .__scrInner .__text {
    font-size: .9vw;
  }
}

/* ******************************
 *
 * PHILOSOPHY
 *
 * ****************************** */
#__philoMission .__sectionInner, #__philoVision .__sectionInner, #__philoValue .__sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  border-bottom: solid 1px #323232;
  margin: 0 auto;
  padding-bottom: 5vw;
}

#__philoMission .__gal, #__philoVision .__gal, #__philoValue .__gal {
  width: 100%;
}

@media screen and (min-width: 320px) {
  #__philoMission .__gal, #__philoVision .__gal, #__philoValue .__gal {
    margin: 2.5vw 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoMission .__gal, #__philoVision .__gal, #__philoValue .__gal {
    margin: 5vw 0 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoMission .__gal, #__philoVision .__gal, #__philoValue .__gal {
    margin: 5vw 0 2.5vw;
  }
}

#__philoMission .__gal figure, #__philoVision .__gal figure, #__philoValue .__gal figure {
  margin: 0;
}

@media screen and (min-width: 320px) {
  #__philoMission .__gal figure, #__philoVision .__gal figure, #__philoValue .__gal figure {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__philoMission .__gal figure, #__philoVision .__gal figure, #__philoValue .__gal figure {
    width: 69.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoMission .__gal figure, #__philoVision .__gal figure, #__philoValue .__gal figure {
    width: 69.5vw;
  }
}

#__philoMission .__gal .__img, #__philoVision .__gal .__img, #__philoValue .__gal .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

#__philoMission .__gal img, #__philoVision .__gal img, #__philoValue .__gal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) {
  #__philoMission .__title, #__philoVision .__title, #__philoValue .__title {
    width: 40%;
  }
}

@media screen and (min-width: 600px) {
  #__philoMission .__title, #__philoVision .__title, #__philoValue .__title {
    width: 30%;
  }
}

@media screen and (min-width: 1025px) {
  #__philoMission .__title, #__philoVision .__title, #__philoValue .__title {
    width: 30%;
  }
}

#__philoMission .__title h2, #__philoVision .__title h2, #__philoValue .__title h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__philoMission .__title h2, #__philoVision .__title h2, #__philoValue .__title h2 {
    font-size: 5.8vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoMission .__title h2, #__philoVision .__title h2, #__philoValue .__title h2 {
    font-size: 6.8vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoMission .__title h2, #__philoVision .__title h2, #__philoValue .__title h2 {
    font-size: 3.8vw;
  }
}

#__philoMission .__content, #__philoVision .__content, #__philoValue .__content {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 320px) {
  #__philoMission .__content, #__philoVision .__content, #__philoValue .__content {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
    width: 60%;
  }
}

@media screen and (min-width: 600px) {
  #__philoMission .__content, #__philoVision .__content, #__philoValue .__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  #__philoMission .__content, #__philoVision .__content, #__philoValue .__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
    width: 50%;
  }
}

#__philoMission .__content p, #__philoVision .__content p, #__philoValue .__content p {
  line-height: 1.8;
  opacity: .8;
}

@media screen and (min-width: 320px) {
  #__philoMission .__content p, #__philoVision .__content p, #__philoValue .__content p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoMission .__content p, #__philoVision .__content p, #__philoValue .__content p {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoMission .__content p, #__philoVision .__content p, #__philoValue .__content p {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__philoMission .__content p, #__philoVision .__content p, #__philoValue .__content p {
    font-size: .9vw;
  }
}

/*
#__philoValue {
  .__sectionInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    border-bottom: solid 1px $black;
    @include mq(sm) {flex-direction:         row; margin: 0 auto 5vw; padding-bottom: 5vw;}
    @include mq(md) {flex-direction: row-reverse; margin: 0 auto 5vw; padding-bottom: 5vw;}
    @include mq(lg) {flex-direction: row-reverse; margin: 0 auto 5vw; padding-bottom: 5vw;}
  }
  .__img {
    @include mq(sm) {width: calc(40% - 2.5vw);}
    @include mq(md) {width:            47.5vw;}
    @include mq(lg) {width:            47.5vw;}
  }
  figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    margin: 0;
    overflow: hidden;
    background: rgba(0,0,0,.1);
    img {
      @include coverImg();
    }
  }
  .__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    @include mq(sm) {width: 60%;}
    @include mq(md) {width: 30%;}
    @include mq(lg) {width: 30%;}
  }
  h2 {
    font-family: $serif;
    font-weight: 400;
    line-height: 1;
    @include mq(sm) {font-size: 5.8vw; margin-bottom: 15vw;}
    @include mq(md) {font-size: 6.8vw; margin-bottom:    0;}
    @include mq(lg) {font-size: 5.8vw; margin-bottom:    0;}
  }
  p {
    line-height: 1.8;
    opacity: .8;
    @include mq(sm) {font-size: 3.2vw;}
    @include mq(md) {font-size: 1.3vw;}
    @include mq(lg) {font-size:   1vw;}
    @include mq(xl) {font-size:  .9vw;}
    &:first-child {
      margin-bottom: 2.5vw;
    }
  }
}
*/
#__philoSpirit .__sectionInner, #__philoFuture .__sectionInner, #__philoProfile .__sectionInner {
  display: -ms-grid;
  display: grid;
  width: 95%;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #__philoSpirit .__sectionInner, #__philoFuture .__sectionInner, #__philoProfile .__sectionInner {
    margin: 5vw auto;
    padding-bottom: 5vw;
    padding-right: 10vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoSpirit .__sectionInner, #__philoFuture .__sectionInner, #__philoProfile .__sectionInner {
    margin: 5vw auto;
    padding-bottom: 5vw;
    padding-right: 0;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoSpirit .__sectionInner, #__philoFuture .__sectionInner, #__philoProfile .__sectionInner {
    margin: 5vw auto;
    padding-bottom: 5vw;
    padding-right: 0;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 2.5vw;
  }
}

#__philoSpirit h2, #__philoFuture h2, #__philoProfile h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__philoSpirit h2, #__philoFuture h2, #__philoProfile h2 {
    font-size: 5.8vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoSpirit h2, #__philoFuture h2, #__philoProfile h2 {
    font-size: 6.8vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoSpirit h2, #__philoFuture h2, #__philoProfile h2 {
    font-size: 2.8vw;
    margin-bottom: 5vw;
  }
}

#__philoSpirit p, #__philoFuture p, #__philoProfile p {
  line-height: 1.8;
  opacity: .8;
}

@media screen and (min-width: 320px) {
  #__philoSpirit p, #__philoFuture p, #__philoProfile p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoSpirit p, #__philoFuture p, #__philoProfile p {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoSpirit p, #__philoFuture p, #__philoProfile p {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__philoSpirit p, #__philoFuture p, #__philoProfile p {
    font-size: .9vw;
  }
}

#__philoSpirit p:nth-child(2), #__philoFuture p:nth-child(2), #__philoProfile p:nth-child(2) {
  margin-bottom: 2.5vw;
}

#__philoSlogan .__sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #__philoSlogan .__sectionInner {
    margin: 5vw auto;
    padding-bottom: 5vw;
    padding-right: 10vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoSlogan .__sectionInner {
    margin: 5vw auto;
    padding-bottom: 5vw;
    padding-right: 0;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoSlogan .__sectionInner {
    margin: 5vw auto;
    padding-bottom: 5vw;
    padding-right: 0;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 2.5vw;
  }
}

#__philoSlogan h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__philoSlogan h2 {
    width: 100%;
    font-size: 5.8vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoSlogan h2 {
    width: 30%;
    font-size: 6.8vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoSlogan h2 {
    width: 30%;
    font-size: 2.8vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 320px) {
  #__philoSlogan .__block {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__philoSlogan .__block {
    width: 65.5%;
  }
}

@media screen and (min-width: 1025px) {
  #__philoSlogan .__block {
    width: 65.5%;
  }
}

#__philoSlogan .__text {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 320px) {
  #__philoSlogan .__text {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 2.5vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoSlogan .__text {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoSlogan .__text {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
  }
}

#__philoSlogan p {
  line-height: 1.8;
  opacity: .8;
}

@media screen and (min-width: 320px) {
  #__philoSlogan p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__philoSlogan p {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__philoSlogan p {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__philoSlogan p {
    font-size: .9vw;
  }
}

#__philoSlogan p:nth-child(2) {
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 320px) {
  #__philoProfile .__img {
    padding: 0 50% 0 0;
  }
}

@media screen and (min-width: 600px) {
  #__philoProfile .__img {
    padding: 0 0 0 50%;
  }
}

@media screen and (min-width: 1025px) {
  #__philoProfile .__img {
    padding: 0 0 0 50%;
  }
}

#__philoProfile p:nth-child(1) {
  margin-bottom: 2.5vw;
}

#__philoProfile p:nth-child(2) {
  margin-bottom: 0;
}

/* ******************************
 *
 * SHOP
 *
 * ****************************** */
#__shopsAbout .__sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 95%;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #__shopsAbout .__sectionInner {
    padding-bottom: 5vw;
    margin: 2.5vw auto 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout .__sectionInner {
    padding-bottom: 5vw;
    margin: 0 auto 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout .__sectionInner {
    padding-bottom: 5vw;
    margin: 0 auto 5vw;
  }
}

@media screen and (min-width: 320px) {
  #__shopsAbout .__cover {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout .__cover {
    width: 37.5%;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout .__cover {
    width: 37.5%;
  }
}

#__shopsAbout .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 123%;
}

#__shopsAbout .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#__shopsAbout .__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__shopsAbout .__info {
    width: 100%;
    padding: 17.5vw 10% 0 0;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout .__info {
    width: 62.5%;
    padding: 0 0 0 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout .__info {
    width: 62.5%;
    padding: 0 0 0 2.5vw;
  }
}

#__shopsAbout .__block:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__shopsAbout .__block:nth-child(1) p {
    margin: 7.5vw 0 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout .__block:nth-child(1) p {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout .__block:nth-child(1) p {
    margin: 0;
  }
}

@media screen and (min-width: 320px) {
  #__shopsAbout .__block:nth-child(1) p.__isSimple {
    margin: 7.5vw 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout .__block:nth-child(1) p.__isSimple {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout .__block:nth-child(1) p.__isSimple {
    margin: 0;
  }
}

#__shopsAbout .__block:nth-child(1) p a {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  will-change: opacity;
}

#__shopsAbout .__block:nth-child(1) p a:hover {
  opacity: .4;
}

@media screen and (min-width: 320px) {
  #__shopsAbout .__block:nth-child(2) p:nth-child(1) {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout .__block:nth-child(2) p:nth-child(1) {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout .__block:nth-child(2) p:nth-child(1) {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  #__shopsAbout h2, #__shopsAbout p {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout h2, #__shopsAbout p {
    width: 27.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout h2, #__shopsAbout p {
    width: 27.5vw;
  }
}

#__shopsAbout h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__shopsAbout h2 {
    font-size: 9.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout h2 {
    font-size: 6.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout h2 {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 320px) {
  #__shopsAbout h2 img {
    width: 50%;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout h2 img {
    width: 65%;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout h2 img {
    width: 65%;
  }
}

#__shopsAbout p {
  line-height: 1.64;
}

@media screen and (min-width: 320px) {
  #__shopsAbout p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopsAbout p {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopsAbout p {
    font-size: .94vw;
  }
}

#__shopGal .__sectionInner {
  width: 95%;
  margin: 0 auto 5vw;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #__shopGal .__sectionInner {
    padding: 0 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopGal .__sectionInner {
    padding: 0 calc(31.6666666667vw - 0.3333333333333333rem) 5vw 0;
  }
}

@media screen and (min-width: 1025px) {
  #__shopGal .__sectionInner {
    padding: 0 calc(31.6666666667vw - 0.3333333333333333rem) 5vw 0;
  }
}

#__shopGal .__gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#__shopGal .__galItem {
  width: calc(50% - .25rem);
}

#__shopGal .__galItem:first-child {
  width: 100%;
  margin-bottom: .5rem;
}

#__shopGal .__galItem:first-child .__img {
  width: 100%;
  padding-bottom: 75%;
}

#__shopGal .__galItem .__img {
  position: relative;
  height: 0;
  padding-bottom: 130%;
}

#__shopGal .__galItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#__shopLease .__sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 0 auto 5vw;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #__shopLease .__sectionInner {
    padding: 0 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__sectionInner {
    padding: 0 0 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__sectionInner {
    padding: 0 0 5vw;
  }
}

#__shopLease .__areaTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaTitle {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaTitle {
    width: 28.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaTitle {
    width: 28.5vw;
  }
}

#__shopLease .__areaTitle .__top {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaTitle .__top {
    font-size: 7.8vw;
    margin: 5vw 0 20vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaTitle .__top {
    font-size: 3.6vw;
    margin: 0 0 10vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaTitle .__top {
    font-size: 2.8vw;
    margin: 0 0 10vw;
  }
}

#__shopLease .__areaTitle h2, #__shopLease .__areaTitle h3 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

#__shopLease .__areaTitle h2 {
  line-height: 1.64;
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaTitle h2 {
    font-size: 5.2vw;
    margin-bottom: .75rem;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaTitle h2 {
    font-size: 2.8vw;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaTitle h2 {
    font-size: 1.8vw;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaTitle h3 {
    font-size: 3.84vw;
    margin: 2rem 0 .75rem;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaTitle h3 {
    font-size: 1.84vw;
    margin: 2rem 0 1rem;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaTitle h3 {
    font-size: 1.34vw;
    margin: 2rem 0 1rem;
  }
}

#__shopLease .__areaTitle p {
  opacity: .85;
  line-height: 1.8;
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaTitle p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaTitle p {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaTitle p {
    font-size: .9vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaTitle p {
    font-size: .85vw;
  }
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaLink {
    width: 100%;
    padding-top: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaLink {
    width: calc(63.3333333333vw - 1rem);
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaLink {
    width: calc(63.3333333333vw - 1rem);
    padding-top: 0;
  }
}

#__shopLease .__areaLink ul {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaLink ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaLink ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaLink ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }
}

#__shopLease .__areaLink li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#__shopLease .__areaLink button, #__shopLease .__areaLink a {
  display: block;
}

#__shopLease .__areaLink button:hover .__img img, #__shopLease .__areaLink a:hover .__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#__shopLease .__areaLink .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  overflow: hidden;
}

#__shopLease .__areaLink .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

#__shopLease .__areaLink p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1;
  padding-top: 2.5vw;
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaLink p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.84vw;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaLink p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.84vw;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaLink p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.34vw;
  }
}

@media screen and (min-width: 1441px) {
  #__shopLease .__areaLink p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.18vw;
  }
}

@media screen and (min-width: 320px) {
  #__shopLease .__areaLink p small {
    font-size: 65%;
    margin: 3px 0 0;
  }
}

@media screen and (min-width: 600px) {
  #__shopLease .__areaLink p small {
    font-size: 75%;
    margin: 0 0 0 10px;
  }
}

@media screen and (min-width: 1025px) {
  #__shopLease .__areaLink p small {
    font-size: 75%;
    margin: 0 0 0 10px;
  }
}

@media screen and (min-width: 1441px) {
  #__shopLease .__areaLink p small {
    font-size: 75%;
    margin: 0 0 0 10px;
  }
}

#shopMap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 0 auto 5vw;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #shopMap .inner {
    padding: 0 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #shopMap .inner {
    padding: 0 0 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #shopMap .inner {
    padding: 0 0 5vw;
  }
}

#shopMap .__areaTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #shopMap .__areaTitle {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #shopMap .__areaTitle {
    width: 28.5vw;
  }
}

#shopMap .__areaTitle .__top {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #shopMap .__areaTitle .__top {
    font-size: 7.8vw;
    margin: 5vw 0 20vw;
  }
}

@media screen and (min-width: 600px) {
  #shopMap .__areaTitle .__top {
    font-size: 3.6vw;
    margin: 0 0 10vw;
  }
}

@media screen and (min-width: 1025px) {
  #shopMap .__areaTitle .__top {
    font-size: 2.8vw;
    margin: 0 0 10vw;
  }
}

@media screen and (min-width: 320px) {
  #shopMap .areaMap {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #shopMap .areaMap {
    width: 65%;
  }
}

#shopMap .areaMap iframe {
  display: block;
  width: 100%;
}

#__relatedBanner .__sectionInner {
  width: 95%;
  margin: 0 auto 2.5vw;
  padding: 0 0 5vw;
  border-bottom: solid 1px #323232;
}

#__relatedBanner a {
  display: block;
}

#__relatedBanner a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#__relatedBanner a .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#__relatedBanner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

#__relatedBanner a .__title {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.5vw;
}

@media screen and (min-width: 320px) {
  #__relatedBanner a .__sub {
    font-size: 3.24vw;
  }
}

@media screen and (min-width: 600px) {
  #__relatedBanner a .__sub {
    font-size: 1.84vw;
  }
}

@media screen and (min-width: 1025px) {
  #__relatedBanner a .__sub {
    font-size: 1.24vw;
  }
}

#__relatedBanner a .__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__relatedBanner a .__text {
    font-size: 10.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__relatedBanner a .__text {
    font-size: 8.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__relatedBanner a .__text {
    font-size: 7.4vw;
  }
}

/* ******************************
 *
 * PRODUCTS
 *
 * ****************************** */
#__productList .__sectionInner {
  width: 95%;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #__productList .__sectionInner {
    padding-bottom: 5vw;
    margin: 2.5vw auto 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__productList .__sectionInner {
    padding-bottom: 5vw;
    margin: 0 auto 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__productList .__sectionInner {
    padding-bottom: 5vw;
    margin: 0 auto 5vw;
  }
}

@media screen and (min-width: 320px) {
  #__productList .__title {
    margin: 20vw 0 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__productList .__title {
    margin: 0 0 10vw;
  }
}

@media screen and (min-width: 1025px) {
  #__productList .__title {
    margin: 0 0 10vw;
  }
}

#__productList h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__productList h2 {
    font-size: 9.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__productList h2 {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__productList h2 {
    font-size: 4vw;
  }
}

#__productList ul {
  display: -ms-grid;
  display: grid;
  gap: 2.5vw;
}

@media screen and (min-width: 320px) {
  #__productList ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}

@media screen and (min-width: 600px) {
  #__productList ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    padding: 0 30vw 0 0;
  }
}

@media screen and (min-width: 1025px) {
  #__productList ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    padding: 0 30vw 0 0;
  }
}

@media screen and (min-width: 320px) {
  #__productList ul li {
    margin-bottom: 2.5vw;
  }
}

@media screen and (min-width: 600px) {
  #__productList ul li {
    margin-bottom: 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__productList ul li {
    margin-bottom: 2.5vw;
  }
}

#__productList ul a {
  display: block;
}

#__productList ul a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#__productList ul .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 115%;
  overflow: hidden;
}

#__productList ul img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

#__productList ul p {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 320px) {
  #__productList ul p {
    font-size: 3.6vw;
    margin-top: 1.25vw;
  }
}

@media screen and (min-width: 600px) {
  #__productList ul p {
    font-size: 1.2vw;
    margin-top: 1.25vw;
  }
}

@media screen and (min-width: 1025px) {
  #__productList ul p {
    font-size: 1.2vw;
    margin-top: 1.25vw;
  }
}

#__productList ul p span {
  display: inline-block;
  line-height: 1.64;
}

#__productList ul p span:nth-child(2) {
  font-size: 75%;
}

/* ******************************
 *
 * DESIGN LIST
 *
 * ****************************** */
#__designList .__sectionInner {
  width: 97.5%;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #__designList .__sectionInner {
    padding-bottom: 5vw;
    margin: 2.5vw 0 5vw auto;
  }
}

@media screen and (min-width: 600px) {
  #__designList .__sectionInner {
    padding-bottom: 5vw;
    margin: 0 0 5vw auto;
  }
}

@media screen and (min-width: 1025px) {
  #__designList .__sectionInner {
    padding-bottom: 5vw;
    margin: 0 0 5vw auto;
  }
}

@media screen and (min-width: 320px) {
  #__designList .__title {
    margin: 20vw 0 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__designList .__title {
    margin: 0 0 10vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designList .__title {
    margin: 0 0 10vw;
  }
}

#__designList h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__designList h2 {
    font-size: 9.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__designList h2 {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__designList h2 {
    font-size: 4vw;
  }
}

@media screen and (min-width: 320px) {
  .__msSizer, .__msItem {
    width: 50%;
  }
}

@media screen and (min-width: 600px) {
  .__msSizer, .__msItem {
    width: 33.3333333%;
  }
}

@media screen and (min-width: 1025px) {
  .__msSizer, .__msItem {
    width: 33.3333333%;
  }
}

@media screen and (min-width: 320px) {
  .__msItem {
    padding: 0 2.5vw 7.5vw 0;
  }
}

@media screen and (min-width: 600px) {
  .__msItem {
    padding: 0 2.5vw 2.5vw 0;
  }
}

@media screen and (min-width: 1025px) {
  .__msItem {
    padding: 0 2.5vw 2.5vw 0;
  }
}

.__msItem a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.__msItem figure {
  display: block;
  margin: 0;
  overflow: hidden;
}

.__msItem img {
  display: block;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

@media screen and (min-width: 320px) {
  .__msItem p {
    font-size: 3.4vw;
    margin-top: .5rem;
  }
}

@media screen and (min-width: 600px) {
  .__msItem p {
    font-size: 1.6vw;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .__msItem p {
    font-size: 1.2vw;
    margin-top: 1rem;
  }
}

/* ******************************
 *
 * COMPANY
 *
 * ****************************** */
#__compOutline .__sectionInner {
  width: 95%;
  border-bottom: solid 1px #323232;
}

@media screen and (min-width: 320px) {
  #__compOutline .__sectionInner {
    padding-bottom: 5vw;
    margin: 2.5vw auto 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__sectionInner {
    padding-bottom: 5vw;
    margin: 0 auto 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline .__sectionInner {
    padding-bottom: 5vw;
    margin: 0 auto 5vw;
  }
}

@media screen and (min-width: 320px) {
  #__compOutline .__title {
    margin: 20vw 0 15vw;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__title {
    margin: 0 0 10vw;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline .__title {
    margin: 0 0 10vw;
  }
}

#__compOutline h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__compOutline h2 {
    font-size: 9.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline h2 {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline h2 {
    font-size: 4vw;
  }
}

#__compOutline .__sectionInner {
  border-top: solid 1px #323232;
  padding-top: 5vw;
}

#__compOutline .__tbl {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 320px) {
  #__compOutline .__tbl {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 2.5vw;
    padding: 0 10% 0 0;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__tbl {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
    padding: 0 30% 0 0;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline .__tbl {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
    padding: 0 30% 0 0;
  }
}

#__compOutline .__tbl .__block:first-child {
  position: relative;
}

@media screen and (min-width: 320px) {
  #__compOutline .__tbl .__block:first-child {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 600px) {
  #__compOutline .__tbl .__block:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

#__compOutline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__compOutline dl {
    font-size: 3.2vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__compOutline dl {
    font-size: 1.4vw;
    margin-bottom: 1.5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__compOutline dl {
    font-size: 1vw;
    margin-bottom: 1.5vw;
  }
}

@media screen and (min-width: 1441px) {
  #__compOutline dl {
    font-size: .9vw;
    margin-bottom: 1.5vw;
  }
}

#__compOutline dt {
  width: 20%;
}

#__compOutline dd {
  width: 75%;
}

/* ******************************
 *
 * COMMON PAGE
 *
 * ****************************** */
#__thisArticle .__sectionInner {
  width: 95%;
  border-top: solid 1px #323232;
  border-bottom: solid 1px #323232;
  padding: 5vw 0;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__thisArticle .__sectionInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5vw auto 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__sectionInner {
    display: -ms-grid;
    display: grid;
    margin: 0 auto 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__sectionInner {
    display: -ms-grid;
    display: grid;
    margin: 0 auto 5vw;
  }
}

@media screen and (min-width: 320px) {
  #__thisArticle .__sectionInner.__isWorks {
    margin: 10vw auto 5vw;
    padding: 10vw 0 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__sectionInner.__isWorks {
    margin: 0 auto 5vw;
    padding: 5vw 0 5vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__sectionInner.__isWorks {
    margin: 0 auto 5vw;
    padding: 5vw 0 5vw;
  }
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title {
    margin: 0 0 15vw;
    width: 13%;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title {
    margin: 0 0 10vw;
    width: auto;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title {
    margin: 0 0 10vw;
    width: auto;
  }
}

#__thisArticle .__title .__titleWrapper {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title .__titleWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 9.2vw;
    top: 30vw;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    margin: 0 auto;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title .__titleWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 5.2vw;
    top: 12vw;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title .__titleWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4vw;
    top: 8.5vw;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    margin: 0;
  }
}

#__thisArticle .__title h2 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title h2 {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title h2 {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title h2 {
    font-size: 4vw;
  }
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title h2.__isWorks {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title h2.__isWorks {
    font-size: 5.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title h2.__isWorks {
    font-size: 4vw;
  }
}

#__thisArticle .__title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title li {
    margin: 0 0 1rem;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title li {
    margin: 0 1.5rem 0 0;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title li {
    margin: 0 1.5rem 0 0;
  }
}

#__thisArticle .__title li a {
  display: block;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

#__thisArticle .__title li a:hover {
  opacity: .4;
}

#__thisArticle .__title .__sT {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title .__sT {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title .__sT {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title .__sT {
    font-size: .9vw;
  }
}

#__thisArticle .__title svg {
  display: block;
  height: auto;
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title svg {
    width: 5vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title svg {
    width: 3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title svg {
    width: 2vw;
  }
}

@media screen and (min-width: 1441px) {
  #__thisArticle .__title svg {
    width: 1.8vw;
  }
}

#__thisArticle .__title .__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#__thisArticle .__title .__flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#__thisArticle .__title .__flow li.__active .__num {
  background: #323232;
}

#__thisArticle .__title .__flow .__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #C0C0C0;
  color: #FFF;
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title .__flow .__num {
    width: 5vw;
    height: 5vw;
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title .__flow .__num {
    width: 4vw;
    height: 4vw;
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title .__flow .__num {
    width: 3vw;
    height: 3vw;
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1441px) {
  #__thisArticle .__title .__flow .__num {
    width: 3vw;
    height: 3vw;
    font-size: 1.2vw;
  }
}

#__thisArticle .__title .__flow .__text {
  text-align: center;
  margin-top: 3px;
}

@media screen and (min-width: 320px) {
  #__thisArticle .__title .__flow .__text {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle .__title .__flow .__text {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle .__title .__flow .__text {
    font-size: .9vw;
  }
}

@media screen and (min-width: 1441px) {
  #__thisArticle .__title .__flow .__text {
    font-size: .9vw;
  }
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea {
    width: 80%;
    padding-left: 2.5vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea {
    width: auto;
    padding-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea {
    width: auto;
    padding-left: 0;
  }
}

#__thisArticle #__singleArea .__dlBox {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#__thisArticle #__singleArea .__dlBox dl {
  margin-bottom: 1.5rem;
}

#__thisArticle #__singleArea .__dlBox dl:last-child {
  margin-bottom: 0;
}

#__thisArticle #__singleArea .__dlBox dt {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  margin-bottom: 4px;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea .__dlBox dt {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea .__dlBox dt {
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea .__dlBox dt {
    font-size: 1.1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__thisArticle #__singleArea .__dlBox dt {
    font-size: 1vw;
  }
}

#__thisArticle #__singleArea .__dlBox dd {
  font-size: 90%;
  opacity: .85;
}

#__thisArticle #__singleArea .__galBox .__img {
  margin-bottom: 1rem;
}

#__thisArticle #__singleArea .__ecBtn {
  margin-top: 2rem;
}

#__thisArticle #__singleArea .__ecBtn a {
  display: block;
  text-align: center;
  background-color: #323232;
  color: #FFF;
  padding: 1.5rem 0;
  border-radius: 3px;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea .__ecBtn a {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea .__ecBtn a {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea .__ecBtn a {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__thisArticle #__singleArea .__ecBtn a {
    font-size: .9vw;
  }
}

#__thisArticle #__singleArea .__ecBtn a:hover {
  opacity: .5;
}

#__thisArticle #__singleArea .__formBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea .__formBox dl {
    margin-bottom: 1.2rem;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea .__formBox dl {
    margin-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea .__formBox dl {
    margin-bottom: 1.2rem;
  }
}

#__thisArticle #__singleArea .__formBox dt {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea .__formBox dt {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea .__formBox dt {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea .__formBox dt {
    font-size: 1.1vw;
  }
}

#__thisArticle #__singleArea .__formBox dd {
  width: 100%;
}

#__thisArticle #__singleArea .__formBox .__checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#__thisArticle #__singleArea .__formBox .__checkItem {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px 8px 4px 4px;
  margin-bottom: 3px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

#__thisArticle #__singleArea .__formBox .__checkItem:hover {
  background: rgba(0, 0, 0, 0.2);
}

#__thisArticle #__singleArea .__formBox .__checkItem input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

#__thisArticle #__singleArea .__formBox .__checkItem input:checked + .square {
  background: #0067F4;
}

#__thisArticle #__singleArea .__formBox .__checkItem input:checked + .square svg {
  display: block;
}

#__thisArticle #__singleArea .__formBox .__checkItem .square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #FFF;
  margin-right: 5px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

#__thisArticle #__singleArea .__formBox .__checkItem .square svg {
  display: none;
  width: 70%;
  height: 70%;
  fill: transparent;
  stroke: #FFF;
}

#__thisArticle #__singleArea .__formBox input, #__thisArticle #__singleArea .__formBox textarea, #__thisArticle #__singleArea .__formBox select {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
  border-radius: 3px;
  padding: .75rem;
}

#__thisArticle #__singleArea .__formBox input:focus, #__thisArticle #__singleArea .__formBox textarea:focus, #__thisArticle #__singleArea .__formBox select:focus {
  background: #323232;
  color: #FFF;
}

#__thisArticle #__singleArea .__formBox input:-moz-read-only, #__thisArticle #__singleArea .__formBox textarea:-moz-read-only, #__thisArticle #__singleArea .__formBox select:-moz-read-only {
  background: #f0f0f0;
  border: none;
}

#__thisArticle #__singleArea .__formBox input:read-only, #__thisArticle #__singleArea .__formBox textarea:read-only, #__thisArticle #__singleArea .__formBox select:read-only {
  background: #f0f0f0;
  border: none;
}

#__thisArticle #__singleArea .__formBox input:-moz-read-only:focus, #__thisArticle #__singleArea .__formBox textarea:-moz-read-only:focus, #__thisArticle #__singleArea .__formBox select:-moz-read-only:focus {
  background: #f0f0f0;
  color: #323232;
}

#__thisArticle #__singleArea .__formBox input:read-only:focus, #__thisArticle #__singleArea .__formBox textarea:read-only:focus, #__thisArticle #__singleArea .__formBox select:read-only:focus {
  background: #f0f0f0;
  color: #323232;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea .__formBox textarea {
    height: 13vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea .__formBox textarea {
    height: 13vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea .__formBox textarea {
    height: 13vw;
  }
}

#__thisArticle #__singleArea .__formBox .__btn {
  width: 100%;
}

#__thisArticle #__singleArea .__formBox .__btn p {
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea .__formBox .__btn p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea .__formBox .__btn p {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea .__formBox .__btn p {
    font-size: .9vw;
  }
}

#__thisArticle #__singleArea .__formBox .__btn p a {
  text-decoration: underline;
  margin-right: 4px;
}

#__thisArticle #__singleArea .__formBox .__btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
  background: #323232;
  color: #FFF;
  border-radius: 3px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea .__formBox .__btn button {
    height: 15vw;
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea .__formBox .__btn button {
    height: 9vw;
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea .__formBox .__btn button {
    height: 4.5vw;
    font-size: 1.1vw;
  }
}

#__thisArticle #__singleArea h2, #__thisArticle #__singleArea h3 {
  font-family: cormorant-garamond, shippori-mincho, serif;
  font-weight: 400;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea h2 {
    font-size: 4.8vw;
    margin: 3rem 0 1rem;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea h2 {
    font-size: 2.6vw;
    margin: 5rem 0 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea h2 {
    font-size: 1.8vw;
    margin: 5rem 0 1.5rem;
  }
}

@media screen and (min-width: 1441px) {
  #__thisArticle #__singleArea h2 {
    font-size: 1.6vw;
    margin: 5rem 0 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea h3 {
    font-size: 4.2vw;
    margin: 1.5rem 0 1.5rem;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea h3 {
    font-size: 2.4vw;
    margin: 3rem 0 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea h3 {
    font-size: 1.4vw;
    margin: 3rem 0 1.5rem;
  }
}

@media screen and (min-width: 1441px) {
  #__thisArticle #__singleArea h3 {
    font-size: 1.4vw;
    margin: 3rem 0 1.5rem;
  }
}

#__thisArticle #__singleArea p {
  line-height: 1.8;
  opacity: .8;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 320px) {
  #__thisArticle #__singleArea p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 600px) {
  #__thisArticle #__singleArea p {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1025px) {
  #__thisArticle #__singleArea p {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1441px) {
  #__thisArticle #__singleArea p {
    font-size: .9vw;
  }
}

#__thisArticle #__singleArea .is-layout-flex {
  display: block !important;
}

#__thisArticle #__singleArea .is-layout-flex figure {
  width: 100%;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */