@charset "UTF-8";
/* ******************************
 *
 * RESPONSIVE SETTING
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTING
 *
 * ****************************** */
@font-face {
  font-family: "shippori-mincho";
  font-weight: 400;
  src: url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "shippori-mincho";
  font-weight: 500;
  src: url("../fonts/ShipporiMincho-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "shippori-mincho";
  font-weight: 600;
  src: url("../fonts/ShipporiMincho-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
.t__min {
  font-family: "shippori-mincho", serif !important;
}

/* ******************************
 *
 * COLOR SETTING
 *
 * ****************************** */
/* ******************************
 *
 * FUNCTIONS
 *
 * ****************************** */
/* ******************************
 *
 * transition timing
 *
 * ****************************** */
/* ******************************
 *
 * keyframes
 *
 * ****************************** */
@-webkit-keyframes scrBarY {
  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;
  }
  55% {
    -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 scrBarY {
  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;
  }
  55% {
    -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 scrBarX {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  45% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  55% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
@keyframes scrBarX {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  45% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  55% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
@-webkit-keyframes scrBarXRV {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  45% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  55% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}
@keyframes scrBarXRV {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  45% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  55% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}
@-webkit-keyframes sliderIntro {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateX(10%) scale(1.1);
            transform: translateX(10%) scale(1.1);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
            clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  }
}
@keyframes sliderIntro {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateX(10%) scale(1.1);
            transform: translateX(10%) scale(1.1);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
            clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  }
}
@-webkit-keyframes sliderOutro {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes sliderOutro {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-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 innerloopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes innerloopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes floatAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  55% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  55% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatAnim2 {
  0% {
    -webkit-transform: scale(1.4) translateY(0);
            transform: scale(1.4) translateY(0);
  }
  45% {
    -webkit-transform: scale(1.4) translateY(-1%);
            transform: scale(1.4) translateY(-1%);
  }
  55% {
    -webkit-transform: scale(1.4) translateY(-1%);
            transform: scale(1.4) translateY(-1%);
  }
  100% {
    -webkit-transform: scale(1.4) translateY(0);
            transform: scale(1.4) translateY(0);
  }
}
@keyframes floatAnim2 {
  0% {
    -webkit-transform: scale(1.4) translateY(0);
            transform: scale(1.4) translateY(0);
  }
  45% {
    -webkit-transform: scale(1.4) translateY(-1%);
            transform: scale(1.4) translateY(-1%);
  }
  55% {
    -webkit-transform: scale(1.4) translateY(-1%);
            transform: scale(1.4) translateY(-1%);
  }
  100% {
    -webkit-transform: scale(1.4) translateY(0);
            transform: scale(1.4) translateY(0);
  }
}
@-webkit-keyframes cosmoX01 {
  0% {
    -webkit-transform: translateY(-5%) rotateX(70deg) rotateY(-25deg) rotateZ(55deg);
            transform: translateY(-5%) rotateX(70deg) rotateY(-25deg) rotateZ(55deg);
  }
  100% {
    -webkit-transform: translateY(-5%) rotateX(350deg) rotateY(-25deg) rotateZ(55deg);
            transform: translateY(-5%) rotateX(350deg) rotateY(-25deg) rotateZ(55deg);
  }
}
@keyframes cosmoX01 {
  0% {
    -webkit-transform: translateY(-5%) rotateX(70deg) rotateY(-25deg) rotateZ(55deg);
            transform: translateY(-5%) rotateX(70deg) rotateY(-25deg) rotateZ(55deg);
  }
  100% {
    -webkit-transform: translateY(-5%) rotateX(350deg) rotateY(-25deg) rotateZ(55deg);
            transform: translateY(-5%) rotateX(350deg) rotateY(-25deg) rotateZ(55deg);
  }
}
@-webkit-keyframes cosmoX02 {
  0% {
    -webkit-transform: translateY(-5%) rotateX(65deg) rotateY(-40deg) rotateZ(55deg);
            transform: translateY(-5%) rotateX(65deg) rotateY(-40deg) rotateZ(55deg);
  }
  100% {
    -webkit-transform: translateY(-5%) rotateX(420deg) rotateY(-40deg) rotateZ(55deg);
            transform: translateY(-5%) rotateX(420deg) rotateY(-40deg) rotateZ(55deg);
  }
}
@keyframes cosmoX02 {
  0% {
    -webkit-transform: translateY(-5%) rotateX(65deg) rotateY(-40deg) rotateZ(55deg);
            transform: translateY(-5%) rotateX(65deg) rotateY(-40deg) rotateZ(55deg);
  }
  100% {
    -webkit-transform: translateY(-5%) rotateX(420deg) rotateY(-40deg) rotateZ(55deg);
            transform: translateY(-5%) rotateX(420deg) rotateY(-40deg) rotateZ(55deg);
  }
}
@-webkit-keyframes ceepMove {
  0% {
    -webkit-transform: translateX(-123px);
            transform: translateX(-123px);
  }
  50% {
    -webkit-transform: translateX(123px);
            transform: translateX(123px);
  }
  100% {
    -webkit-transform: translateX(-123px);
            transform: translateX(-123px);
  }
}
@keyframes ceepMove {
  0% {
    -webkit-transform: translateX(-123px);
            transform: translateX(-123px);
  }
  50% {
    -webkit-transform: translateX(123px);
            transform: translateX(123px);
  }
  100% {
    -webkit-transform: translateX(-123px);
            transform: translateX(-123px);
  }
}
@-webkit-keyframes menuTrans {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
  49% {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotateX(90deg);
            transform: translateY(-50%) rotateX(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(50%) rotateX(-90deg);
            transform: translateY(50%) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
}
@keyframes menuTrans {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
  49% {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotateX(90deg);
            transform: translateY(-50%) rotateX(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(50%) rotateX(-90deg);
            transform: translateY(50%) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
}
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 245;
  }
  70% {
    stroke-dashoffset: 61.25;
    -webkit-transform: rotate(205deg);
            transform: rotate(205deg);
  }
  100% {
    stroke-dashoffset: 245;
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 245;
  }
  70% {
    stroke-dashoffset: 61.25;
    -webkit-transform: rotate(205deg);
            transform: rotate(205deg);
  }
  100% {
    stroke-dashoffset: 245;
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
}
@-webkit-keyframes vertical-translate {
  0% {
    opacity: 0;
    top: -20%;
  }
  25% {
    opacity: 1;
    top: 50%;
  }
  75% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 120%;
  }
}
@keyframes vertical-translate {
  0% {
    opacity: 0;
    top: -20%;
  }
  25% {
    opacity: 1;
    top: 50%;
  }
  75% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 120%;
  }
}
/* ******************************
 *
 * VARS
 *
 * ****************************** */
:root {
  --color-white: #FFFFFF;
  --color-black: #121212;
  --color-gray: #F0F0F0;
  --color-gray-dark: #808080;
  --color-gray-font: #AAAAAA;
  --color-border: #CCCCCC;
  --color-danger: #dc3545;
  --font-mincho: "shippori-mincho", serif;
  --main-color: #000000;
  --primary-font: Arial, sans-serif;
  --spacing-unit: 8px;
}

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

.imgWrapper .imgInner {
  position: relative;
  width: 100%;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.imgWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ******************************
 *
 * HOVER TRANSITIONS BELOW
 *
 * ****************************** */
.hoverFade {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  will-change: opacity;
}
.hoverFade:hover {
  opacity: 0.4;
}

/* ------------------------------
    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;
}

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: #7b7e86;
  color: #FFF;
}

::selection {
  background-color: #7b7e86;
  color: #FFF;
}

html {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 0.8vw;
  }
}
html.locked, html.isActive {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
@media screen and (min-width: 768px) {
  html .only__sm {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  html .only__sm {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html .only__sm {
    display: none !important;
  }
}

body {
  font-family: "notosansjp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  body {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-weight: 400;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover .__rollImg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.__rollImg {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.__rollImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

/* ------------------------------
    MEDIA SETTINGS
  ------------------------------ */
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img__contain, .img__fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------
    BLOCK SETTINGS
  ------------------------------ */
.container__small {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .container__small {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container__small {
    width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .container__small {
    width: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .container__small {
    width: 1400px;
  }
}

@media screen and (min-width: 320px) {
  .container__medium {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .container__medium {
    margin: 0 10vw;
  }
}
@media screen and (min-width: 960px) {
  .container__medium {
    margin: 0 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .container__medium {
    margin: 0 10vw;
  }
}

@media screen and (min-width: 320px) {
  .container__medium__left {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .container__medium__left {
    margin: 0 0 0 10vw;
  }
}
@media screen and (min-width: 960px) {
  .container__medium__left {
    margin: 0 0 0 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .container__medium__left {
    margin: 0 0 0 10vw;
  }
}

@media screen and (min-width: 320px) {
  .container__large {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .container__large {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .container__large {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 1600px) {
  .container__large {
    margin: 0 5vw;
  }
}

@media screen and (min-width: 320px) {
  .container__large__left {
    margin: 0 0 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .container__large__left {
    margin: 0 0 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .container__large__left {
    margin: 0 0 0 5vw;
  }
}
@media screen and (min-width: 1600px) {
  .container__large__left {
    margin: 0 0 0 5vw;
  }
}

.ta__center {
  text-align: center;
}
.ta__center .flex__item {
  margin: 0 auto;
}

.ta__right {
  text-align: right;
}

.ta__left {
  text-align: left;
}

.flex__inner, .flex__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex__inner.row__wrap, .flex__item.row__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex__inner.row__start__start, .flex__item.row__start__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__start__center, .flex__item.row__start__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.row__start__end, .flex__item.row__start__end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.row__start__unset, .flex__item.row__start__unset {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.flex__inner.row__start__normal, .flex__item.row__start__normal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.flex__inner.row__sb__unset, .flex__item.row__sb__unset {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.flex__inner.row__sb__start, .flex__item.row__sb__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__sb__center, .flex__item.row__sb__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.row__sb__end, .flex__item.row__sb__end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.row__sb__normal, .flex__item.row__sb__normal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.flex__inner.row__end__start, .flex__item.row__end__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__end__center, .flex__item.row__end__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.row__end__end, .flex__item.row__end__end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.row__center__unset, .flex__item.row__center__unset {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.flex__inner.row__center__center, .flex__item.row__center__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.row__center__top, .flex__item.row__center__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__center__start, .flex__item.row__center__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__center__end, .flex__item.row__center__end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.rowreverse__start__start, .flex__item.rowreverse__start__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.rowreverse__sb__start, .flex__item.rowreverse__sb__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.rowreverse__sb__center, .flex__item.rowreverse__sb__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__sb__center, .flex__item.column__sb__center {
  -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;
}
.flex__inner.column__sb__start, .flex__item.column__sb__start {
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.column__start__start, .flex__item.column__start__start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.column__start__center, .flex__item.column__start__center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__start__end, .flex__item.column__start__end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.column__center__start, .flex__item.column__center__start {
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.column__center, .flex__inner.column__center__center, .flex__item.column__center, .flex__item.column__center__center {
  -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;
}
.flex__inner.column__center__end, .flex__item.column__center__end {
  -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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.column__end, .flex__item.column__end {
  -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: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__end__start, .flex__item.column__end__start {
  -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;
}
.flex__inner.column__end__center, .flex__item.column__end__center {
  -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: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__end__end, .flex__item.column__end__end {
  -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;
}
.flex__inner.columnreverse__start__start, .flex__item.columnreverse__start__start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.f__wrap, .flex__inner.fwrap, .flex__item.f__wrap, .flex__item.fwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1600px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 320px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
  }
}

/* ------------------------------
    PADDING SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .py__small {
    padding: 1vw 0;
  }
}

@media screen and (min-width: 320px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .py__medium {
    padding: 2vw 0;
  }
}

@media screen and (min-width: 320px) {
  .py__large {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__large {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__large {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .py__large {
    padding: 3vw 0;
  }
}

@media screen and (min-width: 320px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .px__small {
    padding: 0 1vw;
  }
}

@media screen and (min-width: 320px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .px__medium {
    padding: 0 2vw;
  }
}

@media screen and (min-width: 320px) {
  .px__large {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__large {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 960px) {
  .px__large {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .px__large {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 320px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pt__small {
    padding-top: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  .pt__large {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__large {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__large {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .pt__large {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 320px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pr__small {
    padding-right: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pr__medium {
    padding-right: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pr__large {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__large {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__large {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .pr__large {
    padding-right: 3vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pb__small {
    padding-bottom: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pb__medium {
    padding-bottom: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__large {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 1600px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}

@media screen and (min-width: 320px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pl__small {
    padding-left: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pl__medium {
    padding-left: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pl__large {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__large {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__large {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .pl__large {
    padding-left: 3vw;
  }
}

@media screen and (min-width: 320px) {
  .mb__small {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 960px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1600px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}

/* ------------------------------
    TEXT SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 768px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 960px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 1600px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}

.text__link {
  color: #1594ff;
}
.text__link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 320px) {
  .fsize__mtr {
    font-size: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__mtr {
    font-size: 37vw;
  }
}
@media screen and (min-width: 960px) {
  .fsize__mtr {
    font-size: 15vw;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__mtr {
    font-size: 20vw;
  }
}

@media screen and (min-width: 320px) {
  .fsize__900 {
    font-size: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__800 {
    font-size: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__800 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__800 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__800 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__750 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__750 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__750 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__750 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__700 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__600 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__500 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__500 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__500 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__500 {
    font-size: 20px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__400 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__400 {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__400 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__400 {
    font-size: 13px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__300 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__200 {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__200 {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__200 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__200 {
    font-size: 10px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__100 {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__100 {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__100 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__100 {
    font-size: 10px;
  }
}

.fsize__smaller {
  font-size: 80%;
  padding: 0 0.25rem;
}

@media screen and (min-width: 320px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 1600px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 1600px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__slim {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 768px) {
  .fc__slim {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 960px) {
  .fc__slim {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1600px) {
  .fc__slim {
    letter-spacing: -2px;
  }
}

.t__fit {
  line-height: 1;
}

.fw__900 {
  font-weight: 900;
}

.fw__700 {
  font-weight: 700;
}

@media screen and (min-width: 320px) {
  .fw__400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .fw__400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) {
  .fw__400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 1600px) {
  .fw__400 {
    font-weight: 400;
  }
}

@media screen and (min-width: 320px) {
  .frame__container {
    height: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .frame__container {
    height: 30vw;
  }
}
@media screen and (min-width: 960px) {
  .frame__container {
    height: 30vw;
  }
}
@media screen and (min-width: 1600px) {
  .frame__container {
    height: 30vw;
  }
}

@media screen and (min-width: 320px) {
  .frame__intro {
    height: 35vh;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .frame__intro {
    height: 35vh;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .frame__intro {
    height: 35vh;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}
@media screen and (min-width: 1600px) {
  .frame__intro {
    height: 35vh;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}

@media screen and (min-width: 320px) {
  .rt__text__box {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  .rt__text__box {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 960px) {
  .rt__text__box {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1600px) {
  .rt__text__box {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (min-width: 320px) {
  .sign__box {
    width: 100%;
    height: 100%;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    margin: 5vw 1.5rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sign__box {
    width: auto;
    height: 100%;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 960px) {
  .sign__box {
    width: auto;
    height: 100%;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .sign__box {
    width: auto;
    height: 100%;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  .sign__box img {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .sign__box img {
    width: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .sign__box img {
    width: 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .sign__box img {
    width: 10vw;
  }
}

@media screen and (min-width: 320px) {
  .sign__box2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    width: 100%;
    height: auto;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sign__box2 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: auto;
    height: 100%;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 960px) {
  .sign__box2 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: auto;
    height: 100%;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .sign__box2 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: auto;
    height: 100%;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  .sign__box2 img {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .sign__box2 img {
    width: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .sign__box2 img {
    width: 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .sign__box2 img {
    width: 10vw;
  }
}

/* ------------------------------
    SECTION SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .w__50 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .w__50 {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .w__50 {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .w__50 {
    width: 50%;
  }
}

@media screen and (min-width: 320px) {
  .w__100 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .w__100 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .w__100 {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .w__100 {
    width: 100%;
  }
}

@media screen and (min-width: 320px) {
  .w__half {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .w__half {
    width: 49%;
  }
}
@media screen and (min-width: 960px) {
  .w__half {
    width: 49%;
  }
}
@media screen and (min-width: 1600px) {
  .w__half {
    width: 49%;
  }
}

@media screen and (min-width: 320px) {
  .w__third {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .w__third {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .w__third {
    width: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .w__third {
    width: 30%;
  }
}

.full__screen__w {
  width: 100%;
  height: auto;
}

.full__screen {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.full__screen__layer {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.halfitem {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .halfitem {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .halfitem {
    height: 25vw;
  }
}
@media screen and (min-width: 960px) {
  .halfitem {
    height: 25vw;
  }
}
@media screen and (min-width: 1600px) {
  .halfitem {
    height: 33vw;
  }
}

.halfcontent {
  position: relative;
  width: 100%;
  height: 100%;
}
.halfcontent .item {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .halfcontent .item {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent .item {
    height: 50%;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent .item {
    height: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent .item {
    height: 30vw;
  }
}
@media screen and (min-width: 320px) {
  .halfcontent .item.vision__irr {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent .item.vision__irr {
    height: 50%;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent .item.vision__irr {
    height: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent .item.vision__irr {
    height: auto;
  }
}
.halfcontent .video__thumb {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .halfcontent .video__thumb {
    height: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent .video__thumb {
    height: 30vw;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent .video__thumb {
    height: 30vw;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent .video__thumb {
    height: 30vw;
  }
}
@media screen and (min-width: 320px) {
  .halfcontent #vision__top__msg__container {
    height: 200vw;
    margin: 0 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent #vision__top__msg__container {
    height: 60vw;
    margin: 0 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent #vision__top__msg__container {
    height: 60vw;
    margin: 0 0 5vw;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent #vision__top__msg__container {
    height: 70vw;
    margin: 0 0 5vw;
  }
}
.halfcontent #vision__top__msg__container .frame__container {
  overflow: visible;
}
@media screen and (min-width: 320px) {
  .halfcontent #vision__top__msg__container .frame__container {
    width: 85%;
    height: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent #vision__top__msg__container .frame__container {
    width: 85%;
    height: 60vw;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent #vision__top__msg__container .frame__container {
    width: 85%;
    height: 60vw;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent #vision__top__msg__container .frame__container {
    width: 85%;
    height: 70vw;
  }
}
.halfcontent #vision__top__msg__container #vision__top__msg {
  z-index: 111;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  .halfcontent #vision__top__msg__container #vision__top__msg {
    width: 110%;
    height: 160vw;
    padding: 5vw;
    top: 60%;
    right: -25%;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent #vision__top__msg__container #vision__top__msg {
    width: 70%;
    height: 80%;
    padding: 5vw;
    top: 10%;
    right: -15%;
    left: auto;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent #vision__top__msg__container #vision__top__msg {
    width: 70%;
    height: 80%;
    padding: 5vw;
    top: 10%;
    right: -15%;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent #vision__top__msg__container #vision__top__msg {
    width: 70%;
    height: 80%;
    padding: 5vw;
    top: 10%;
    right: -15%;
    left: auto;
  }
}

.largecontent {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .largecontent {
    height: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .largecontent {
    height: 75%;
  }
}
@media screen and (min-width: 960px) {
  .largecontent {
    height: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .largecontent {
    height: 40vw;
  }
}

.middlecontent {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .middlecontent {
    height: 60vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .middlecontent {
    height: 25vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .middlecontent {
    height: 25vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 1600px) {
  .middlecontent {
    height: 25vw;
    margin-bottom: 3vw;
  }
}

.maxcontent {
  position: relative;
  width: 100%;
  height: 100%;
}

.maxcontent__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.section__block {
  position: relative;
}

.set__fscreen {
  height: 100vh;
  height: 100dvh;
}

/* ******************************
 *
 * GLOBAL HEADER
 *
 * ****************************** */
#global__header {
  font-family: "shippori-mincho", serif;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  color: #000000;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: background-color 400ms ease, top 600ms ease;
  transition: background-color 400ms ease, top 600ms ease;
  will-change: background-color, top;
}
#global__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 400ms ease 100ms;
  transition: -webkit-transform 400ms ease 100ms;
  transition: transform 400ms ease 100ms;
  transition: transform 400ms ease 100ms, -webkit-transform 400ms ease 100ms;
}
#global__header.isActive {
  top: 0 !important;
  background: var(--color-white) !important;
  -webkit-transition: background-color 400ms ease 400ms;
  transition: background-color 400ms ease 400ms;
}
#global__header.isActive .__headerInner {
  padding: 1rem 2.5vw !important;
}
#global__header.isActive .is__logo {
  width: min(100%, 7.5rem) !important;
}
#global__header.isActive .is__logo svg {
  fill: var(--color-black) !important;
}
#global__header.isActive .hMenu_trigger span {
  background: var(--color-black);
  -webkit-transition: background-color 400ms ease 400ms;
  transition: background-color 400ms ease 400ms;
}
#global__header.isInactive .is__logo, #global__header.isInactive .menu__icon {
  display: none;
}
#global__header.isTop {
  background: transparent;
}
#global__header.isTop svg {
  stroke: #FFF;
}
#global__header.isTop .is__logo svg {
  stroke: transparent;
  fill: #FFF;
}
#global__header.isTop .store__menu li a::after {
  background: #FFF;
}
@media screen and (min-width: 320px) {
  #global__header.isTop .__switchText {
    -webkit-filter: unset;
            filter: unset;
  }
}
@media screen and (min-width: 768px) {
  #global__header.isTop .__switchText {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
#global__header.isTop #__menuMain .__subMenu::before {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) {
  #global__header.isTop #__menuMain .__thisMenuPar.hasChild:hover .__switchText {
    -webkit-filter: unset;
            filter: unset;
  }
}
@media screen and (min-width: 768px) {
  #global__header.isTop #__menuMain .__thisMenuPar.hasChild:hover .__switchText {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
#global__header.isTop .__catMegaMenu nav button, #global__header.isTop .__catMegaMenu nav a {
  color: #FFF;
}
#global__header.isTop .__catMegaMenu nav button::after, #global__header.isTop .__catMegaMenu nav a::after {
  background: rgba(255, 255, 255, 0.1);
}
#global__header.isTop .__catMegaMenu .__catMain .disp ul a, #global__header.isTop .__catMegaMenu .__catMain .dispFixed ul a {
  background: transparent !important;
  color: #FFF;
}
#global__header.isTop.__transform #__menuMain .__subMenu::before {
  background: rgba(255, 255, 255, 0.85);
}
#global__header.isTop.__transform #__menuMain .__switchText {
  -webkit-filter: unset;
          filter: unset;
}
#global__header.isTop.__transform #__menuMain .__thisMenuPar.hasChild:hover .__switchText {
  -webkit-filter: unset;
          filter: unset;
}
#global__header.isTop.__transform .__catMegaMenu nav button, #global__header.isTop.__transform .__catMegaMenu nav a {
  color: #000000;
}
#global__header.isTop.__transform .__catMegaMenu nav button::after, #global__header.isTop.__transform .__catMegaMenu nav a::after {
  background: rgba(0, 0, 0, 0.1);
}
#global__header.isTop.__transform .__catMegaMenu .__catMain .disp ul a, #global__header.isTop.__transform .__catMegaMenu .__catMain .dispFixed ul a {
  color: #000000;
}
#global__header.__transform, #global__header.header__fixed, #global__header.isChild {
  background: #FFF;
  color: #000000;
}
#global__header.__transform .hMenu_trigger span, #global__header.header__fixed .hMenu_trigger span, #global__header.isChild .hMenu_trigger span {
  background: var(--color-black);
}
@media screen and (min-width: 320px) {
  #global__header.__transform .searchArea, #global__header.header__fixed .searchArea, #global__header.isChild .searchArea {
    padding: 0.25rem 3vw 1rem;
  }
}
@media screen and (min-width: 768px) {
  #global__header.__transform .searchArea, #global__header.header__fixed .searchArea, #global__header.isChild .searchArea {
    padding: 1rem 5vw 2rem;
  }
}
#global__header.__transform svg, #global__header.header__fixed svg, #global__header.isChild svg {
  stroke: #000000;
}
#global__header.__transform .is__logo svg, #global__header.header__fixed .is__logo svg, #global__header.isChild .is__logo svg {
  stroke: transparent;
  fill: #000000;
}
@media screen and (min-width: 320px) {
  #global__header.__transform .__headerInner, #global__header.header__fixed .__headerInner, #global__header.isChild .__headerInner {
    padding: 1rem 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  #global__header.__transform .__headerInner, #global__header.header__fixed .__headerInner, #global__header.isChild .__headerInner {
    padding: 1.5vw 5vw;
  }
}
#global__header.__transform .is__logo, #global__header.header__fixed .is__logo, #global__header.isChild .is__logo {
  width: min(100%, 7.5rem);
}
#global__header.serchOpened::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
#global__header.serchOpened .searchArea {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
#global__header.goodbye {
  top: -20%;
}
#global__header.goodbye.isChild {
  top: 0;
}
#global__header .__headerInner, #global__header .searchArea {
  position: relative;
  z-index: 1;
}
#global__header .__headerInner {
  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;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
}
@media screen and (min-width: 320px) {
  #global__header .__headerInner {
    padding: 1.5rem 2.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__headerInner {
    padding: 2rem 5vw;
  }
}
#global__header #searchTrigger {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 320px) {
  #global__header #searchTrigger {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #global__header #searchTrigger {
    display: block;
  }
}
#global__header .searchArea {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-transition: opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, visibility 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, visibility 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 320px) {
  #global__header .searchArea {
    padding: 2rem 3vw 1rem;
  }
}
@media screen and (min-width: 768px) {
  #global__header .searchArea {
    padding: 0 5vw 4rem;
  }
}
#global__header .searchArea input {
  display: block;
  width: 100%;
  background-color: #FFF;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  border: solid 1px #EBEEF3;
  border-radius: 0.25rem;
}
#global__header .is__logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  z-index: 10;
  width: min(100%, 10rem);
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}
#global__header .is__logo a {
  display: block;
  width: 100%;
}
#global__header .is__logo svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: max-width 600ms ease, max-height 600ms ease;
  transition: max-width 600ms ease, max-height 600ms ease;
}
#global__header .is__logo:hover {
  opacity: 0.6;
}
#global__header .store__menu {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 3;
  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) {
  #global__header .store__menu {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  #global__header .store__menu {
    width: 40%;
  }
}
#global__header .store__menu ul {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 320px) {
  #global__header .store__menu ul {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  #global__header .store__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#global__header .store__menu li {
  font-family: "shippori-mincho", serif;
  width: auto;
}
@media screen and (min-width: 320px) {
  #global__header .store__menu li {
    height: 5.2rem;
    margin-right: 0;
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  #global__header .store__menu li {
    height: auto;
    margin-right: 4vw;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 960px) {
  #global__header .store__menu li {
    height: auto;
    margin-right: 2vw;
    font-size: 0.95vw;
  }
}
@media screen and (min-width: 320px) {
  #global__header .store__menu li button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #global__header .store__menu li button {
    width: auto;
  }
}
#global__header .store__menu li button, #global__header .store__menu li a {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 320px) {
  #global__header .store__menu li button, #global__header .store__menu li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3vw 0 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  #global__header .store__menu li button, #global__header .store__menu li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2vw 0;
  }
}
@media screen and (min-width: 960px) {
  #global__header .store__menu li button, #global__header .store__menu li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #global__header .store__menu li a svg {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #global__header .store__menu li a svg {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  #global__header .store__menu li svg {
    width: auto;
    height: 4.6vw;
    margin: 0 0 1vw 0;
  }
}
@media screen and (min-width: 768px) {
  #global__header .store__menu li svg {
    width: 2.2vw;
    height: auto;
    margin: 0 1.5vw 0 0;
  }
}
@media screen and (min-width: 960px) {
  #global__header .store__menu li svg {
    width: 1.1vw;
    height: auto;
    margin: 0 1vw 0 0;
  }
}
#global__header .menu__icon {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 320px) {
  #global__header .menu__icon {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  #global__header .menu__icon {
    width: 40%;
  }
}
@media screen and (min-width: 320px) {
  #global__header .menu__icon li {
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  #global__header .menu__icon li {
    margin-right: 3.5vw;
  }
}
@media screen and (min-width: 960px) {
  #global__header .menu__icon li {
    margin-right: 2vw;
  }
}
#global__header .menu__icon svg {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: 400ms ease;
          transform: 400ms ease;
}
@media screen and (min-width: 320px) {
  #global__header .menu__icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #global__header .menu__icon svg {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 960px) {
  #global__header .menu__icon svg {
    width: 1.8vw;
    height: 1.8vw;
  }
}
#global__header .menu__icon svg:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#global__header li {
  letter-spacing: 0;
  position: relative;
}
#global__header li:nth-last-of-type(1) {
  margin-right: 0;
}
#global__header li a, #global__header li 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;
}
#global__header .is__num {
  position: absolute;
  top: 50%;
  left: -30%;
  color: #FFF;
  background: #000000;
  border-radius: 50%;
  font-family: "Montserrat";
}
@media screen and (min-width: 320px) {
  #global__header .is__num {
    width: 5vw;
    height: 5vw;
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  #global__header .is__num {
    width: 3.5vw;
    height: 3.5vw;
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  #global__header .is__num {
    width: 1.3vw;
    height: 1.3vw;
    font-size: 10px;
  }
}

#global__header #__menuMain {
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 0;
    background: #FFF;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    bottom: auto;
    left: auto;
    padding-left: 30px;
    background: transparent;
  }
}
#global__header #__menuMain::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 1.5%;
  width: 97%;
  height: 1px;
  background: #000000;
  opacity: 0.15;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain::before {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain::before {
    display: none;
  }
}
#global__header #__menuMain .__search {
  z-index: 10;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 4.5rem;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__search {
    position: fixed;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .__search {
    position: absolute;
  }
}
#global__header #__menuMain .__search svg {
  display: block;
  width: 100%;
  height: 100%;
}
#global__header #__menuMain .__thisMenuPar {
  position: static;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__thisMenuPar {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #global__header #__menuMain .__thisMenuPar {
    margin: 0 1.5rem 0 0;
  }
}
#global__header #__menuMain .__thisMenuPar.isActive {
  background: #D1D1D1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
#global__header #__menuMain .__thisMenuPar.hasChild:hover .__switchText {
  -webkit-filter: unset;
          filter: unset;
}
@media screen and (min-width: 768px) {
  #global__header #__menuMain .__thisMenuPar.hasChild:hover .__subMenu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform 600ms ease 5ms;
    transition: -webkit-transform 600ms ease 5ms;
    transition: transform 600ms ease 5ms;
    transition: transform 600ms ease 5ms, -webkit-transform 600ms ease 5ms;
  }
  #global__header #__menuMain .__thisMenuPar.hasChild:hover .__subMenu::before {
    opacity: 1;
  }
}
#global__header #__menuMain .__thisMenuPar.hasChild:hover .__switchText span:nth-child(2) {
  opacity: 0.8;
  -webkit-transform: scale(0.85) translateY(0rem);
          transform: scale(0.85) translateY(0rem);
}
#global__header #__menuMain .__subMenu {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  padding: 0 1.5vw;
  color: #000000;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__subMenu {
    height: 100vh;
    height: 100dvh;
    bottom: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .__subMenu {
    height: auto;
    height: auto;
    bottom: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}
#global__header #__menuMain .__subMenu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 8vw);
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__subMenu::before {
    border-radius: 0 0 1rem 1rem;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .__subMenu::before {
    border-radius: 0;
  }
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__subMenu.isDesk {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #global__header #__menuMain .__subMenu.isDesk {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__subMenu.isSp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #global__header #__menuMain .__subMenu.isSp {
    display: none;
  }
}
#global__header #__menuMain .__subMenu.isActive {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: -webkit-transform 600ms ease 5ms;
  transition: -webkit-transform 600ms ease 5ms;
  transition: transform 600ms ease 5ms;
  transition: transform 600ms ease 5ms, -webkit-transform 600ms ease 5ms;
}
#global__header #__menuMain .__subMenu.isActive::before {
  opacity: 1;
}
#global__header #__menuMain .__subMenu.isActive .thisClose span {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
#global__header #__menuMain .__subMenu.isActive .thisClose span:nth-child(1) {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
#global__header #__menuMain .__subMenu.isActive .thisClose span:nth-child(2) {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
#global__header #__menuMain .__subMenu .thisClose {
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__subMenu .thisClose {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .__subMenu .thisClose {
    display: none;
  }
}
#global__header #__menuMain .__subMenu .thisClose span {
  display: block;
  position: absolute;
  background: #000000;
}
#global__header #__menuMain .__subMenu .thisClose span:nth-child(1) {
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
#global__header #__menuMain .__subMenu .thisClose span:nth-child(2) {
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
#global__header #__menuMain .__subMenuInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 1.5px;
  overflow: hidden;
}
#global__header #__menuMain .__subMenuInner ul {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__subMenuInner ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
    padding: 2.5rem 0 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  #global__header #__menuMain .__subMenuInner ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
    padding: 2.5rem 0 1.5vw;
  }
}
#global__header #__menuMain .__subMenuInner ul li {
  margin: 0;
}
#global__header #__menuMain .__subMenuInner ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.035);
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__subMenuInner ul .thumb {
    width: 5rem;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .__subMenuInner ul .thumb {
    width: 5rem;
  }
}
#global__header #__menuMain .__subMenuInner ul .__img {
  padding-bottom: 100%;
  background: rgba(0, 0, 0, 0.15);
}
#global__header #__menuMain .__subMenuInner ul p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 1rem;
  font-size: 1.3rem;
}
#global__header #__menuMain .__subMenuInner ul p span {
  display: inline-block;
}
#global__header #__menuMain .__subMenuInner ul p span:nth-child(1) {
  font-family: "shippori-mincho", serif;
  font-weight: 400;
}
#global__header #__menuMain .__subMenuInner ul p span:nth-child(2) {
  font-family: "notosansjp", sans-serif;
  margin-top: 4px;
  font-size: 60%;
  font-weight: 400;
}
#global__header #__menuMain .__switchText {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__switchText {
    height: 100%;
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0 12px;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .__switchText {
    height: auto;
    font-size: 1.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 0;
  }
}
#global__header #__menuMain .__switchText:hover {
  opacity: 0.6;
}
#global__header #__menuMain .__switchText .svgIcon {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5px;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__switchText .svgIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .__switchText .svgIcon {
    display: none;
  }
}
#global__header #__menuMain .__switchText .svgIcon svg, #global__header #__menuMain .__switchText .svgIcon img {
  position: relative;
  bottom: auto;
  left: auto;
  width: 19px;
  height: 19px;
  stroke: #000000;
  margin: 0;
}
#global__header #__menuMain .__switchText span:nth-child(1) {
  letter-spacing: 0.04em;
}
#global__header #__menuMain .__switchText span:nth-child(2) {
  position: absolute;
  bottom: -1.34rem;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-family: "notosansjp", sans-serif;
  text-align: center;
  opacity: 0;
  white-space: nowrap;
  -webkit-transform: scale(0.85) translateY(1rem);
          transform: scale(0.85) translateY(1rem);
  -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;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .__switchText span:nth-child(2) {
    display: none;
    font-size: 50%;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .__switchText span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 80%;
  }
}
#global__header #__menuMain .__switchText svg {
  position: absolute;
  bottom: 0;
  left: calc(50% - 9px);
  display: block;
  width: 18px;
  height: 18px;
}

#global__header .__catMegaMenu {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu {
    padding: 1rem 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu {
    padding: 1rem 3.5vw 2.5rem;
  }
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu nav {
    padding: 6rem 2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu nav {
    padding: 2rem 0 1rem;
  }
}
#global__header .__catMegaMenu nav ul {
  display: grid;
  padding: 0 !important;
  gap: 0.5rem !important;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu nav ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu nav ul {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu nav ul.isBrand {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu nav ul.isBrand {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
#global__header .__catMegaMenu nav ul li {
  height: auto;
}
#global__header .__catMegaMenu nav button, #global__header .__catMegaMenu nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
#global__header .__catMegaMenu nav button::after, #global__header .__catMegaMenu nav a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.075);
  -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;
  will-change: transform;
}
#global__header .__catMegaMenu nav button:hover::after, #global__header .__catMegaMenu nav button.isActive::after, #global__header .__catMegaMenu nav a:hover::after, #global__header .__catMegaMenu nav a.isActive::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
#global__header .__catMegaMenu nav button .thumbarea, #global__header .__catMegaMenu nav a .thumbarea {
  margin: 0;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu nav button .thumbarea, #global__header .__catMegaMenu nav a .thumbarea {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu nav button .thumbarea, #global__header .__catMegaMenu nav a .thumbarea {
    width: 25%;
  }
}
#global__header .__catMegaMenu nav button .__img, #global__header .__catMegaMenu nav a .__img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu nav button .__img, #global__header .__catMegaMenu nav a .__img {
    padding-bottom: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu nav button .__img, #global__header .__catMegaMenu nav a .__img {
    padding-bottom: 100% !important;
  }
}
#global__header .__catMegaMenu nav button .__img img, #global__header .__catMegaMenu nav a .__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#global__header .__catMegaMenu nav button .name, #global__header .__catMegaMenu nav a .name {
  font-family: "shippori-mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu nav button .name, #global__header .__catMegaMenu nav a .name {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu nav button .name, #global__header .__catMegaMenu nav a .name {
    width: 70%;
  }
}
#global__header .__catMegaMenu nav button span:nth-child(2), #global__header .__catMegaMenu nav a span:nth-child(2) {
  display: none;
  font-family: "notosansjp", sans-serif;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu nav button span:nth-child(2), #global__header .__catMegaMenu nav a span:nth-child(2) {
    font-size: 75%;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu nav button span:nth-child(2), #global__header .__catMegaMenu nav a span:nth-child(2) {
    font-size: 50%;
  }
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu .__catMain {
    padding: 2rem 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu .__catMain {
    padding: 1rem 0 0;
  }
}
#global__header .__catMegaMenu .__catMain .dispFixed {
  padding-top: 5rem;
}
#global__header .__catMegaMenu .__catMain .disp, #global__header .__catMegaMenu .__catMain .dispFixed {
  display: none;
}
#global__header .__catMegaMenu .__catMain .disp.isActive, #global__header .__catMegaMenu .__catMain .dispFixed.isActive {
  display: block;
}
#global__header .__catMegaMenu .__catMain .disp ul, #global__header .__catMegaMenu .__catMain .dispFixed ul {
  padding: 0 !important;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu .__catMain .disp ul, #global__header .__catMegaMenu .__catMain .dispFixed ul {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1.5rem !important;
  }
}
@media screen and (min-width: 960px) {
  #global__header .__catMegaMenu .__catMain .disp ul, #global__header .__catMegaMenu .__catMain .dispFixed ul {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0.5rem !important;
  }
}
#global__header .__catMegaMenu .__catMain .disp ul li, #global__header .__catMegaMenu .__catMain .dispFixed ul li {
  height: auto;
}
#global__header .__catMegaMenu .__catMain .disp ul a, #global__header .__catMegaMenu .__catMain .dispFixed ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  border-radius: 3px;
  background: #FFF !important;
  font-size: 0.975rem;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu .__catMain .disp ul a, #global__header .__catMegaMenu .__catMain .dispFixed ul a {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 960px) {
  #global__header .__catMegaMenu .__catMain .disp ul a, #global__header .__catMegaMenu .__catMain .dispFixed ul a {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 1rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.075);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.075);
  }
}
#global__header .__catMegaMenu .__catMain .disp ul a::after, #global__header .__catMegaMenu .__catMain .dispFixed ul a::after {
  display: none;
}
#global__header .__catMegaMenu .__catMain .disp ul a:hover, #global__header .__catMegaMenu .__catMain .dispFixed ul a:hover {
  background: #EBEEF3 !important;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075);
}
#global__header .__catMegaMenu .__catMain .disp ul a svg, #global__header .__catMegaMenu .__catMain .dispFixed ul a svg {
  margin: 0;
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu .__catMain .disp ul a svg, #global__header .__catMegaMenu .__catMain .dispFixed ul a svg {
    display: none;
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 960px) {
  #global__header .__catMegaMenu .__catMain .disp ul a svg, #global__header .__catMegaMenu .__catMain .dispFixed ul a svg {
    display: block;
    width: 16px;
    height: 16px;
  }
}
#global__header .__catMegaMenu .__catMain .thisName {
  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;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu .__catMain .thisName {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu .__catMain .thisName {
    width: auto;
  }
}
#global__header .__catMegaMenu .__catMain .slug {
  font-family: "notosansjp", sans-serif;
  font-size: 165%;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 320px) {
  #global__header .__catMegaMenu .__catMain .thisJa {
    display: inline-block;
    font-size: 80%;
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  #global__header .__catMegaMenu .__catMain .thisJa {
    display: none;
    font-size: 100%;
    opacity: 1;
  }
}

.exhibitionNav {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .exhibitionNav {
    top: 4rem;
    left: 2.5vw;
    width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 960px) {
  .exhibitionNav {
    top: 5.5rem;
    left: 5vw;
    width: 32.5rem;
  }
}
.exhibitionNav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 2.5px;
}
@media screen and (min-width: 320px) {
  .exhibitionNav a {
    padding: 3px 1rem 3px 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .exhibitionNav a {
    padding: 3px 1rem 3px 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.exhibitionNav .title {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  border-radius: 2.5px;
  margin-right: 0.5rem;
}
.exhibitionNav .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: white;
  opacity: 0.65;
}

.header__fixed .exhibitionNav a, .__transform .exhibitionNav a {
  color: black;
  background: rgba(0, 0, 0, 0.05);
}
.header__fixed .exhibitionNav .title::after, .__transform .exhibitionNav .title::after {
  background: black;
  opacity: 0.35;
}

#global__header #__menuMain .catMenuWide {
  width: 100%;
  padding: 6rem 4rem;
}
#global__header #__menuMain .catMenuWide a {
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000000;
  background: transparent !important;
}
#global__header #__menuMain .catMenuWide .name span:last-child, #global__header #__menuMain .catMenuWide .thisName span:last-child {
  display: none;
}
#global__header #__menuMain .catMenuWide .parBlock ul, #global__header #__menuMain .catMenuWide .childBlock {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
#global__header #__menuMain .catMenuWide .parBlock ul {
  padding: 0;
}
#global__header #__menuMain .catMenuWide .parBlock a {
  font-size: 1.6rem;
  padding: 0 3px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
}
#global__header #__menuMain .catMenuWide .parBlock a:hover {
  opacity: 0.4;
}
#global__header #__menuMain .catMenuWide .childBlock.noPar {
  position: relative;
  top: -4.5rem;
}
#global__header #__menuMain .catMenuWide .childBlock ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 3px 0;
}
@media screen and (min-width: 320px) {
  #global__header #__menuMain .catMenuWide .childBlock ul {
    gap: 0.85rem;
  }
}
@media screen and (min-width: 960px) {
  #global__header #__menuMain .catMenuWide .childBlock ul {
    gap: 1.2rem;
  }
}
#global__header #__menuMain .catMenuWide .childBlock a {
  font-size: 1.35rem;
  overflow: hidden;
}
#global__header #__menuMain .catMenuWide .childBlock a:hover .arrow, #global__header #__menuMain .catMenuWide .childBlock a:hover .thisName {
  -webkit-transform: translateX(-0.4rem);
          transform: translateX(-0.4rem);
}
#global__header #__menuMain .catMenuWide .childBlock .arrow, #global__header #__menuMain .catMenuWide .childBlock .thisName {
  display: inline-block;
  -webkit-transform: translateX(-1.3rem);
          transform: translateX(-1.3rem);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
#global__header #__menuMain .catMenuWide .childBlock .arrow svg {
  display: block;
  margin: 0;
  width: 1.2rem;
  height: 1.2rem;
}
#global__header.isTop #__menuMain .catMenuWide a {
  color: #FFF;
}
#global__header.isTop #__menuMain .__subMenu.isActive .thisClose span {
  background: #FFF;
}
#global__header.isTop.__transform #__menuMain .catMenuWide a {
  color: #000000;
}
#global__header.isTop.__transform #__menuMain .__subMenu.isActive .thisClose span {
  background: #000000;
}

/* ******************************
 *
 * GLOBAL FOOTER
 *
 * ****************************** */
.instaHead {
  font-family: "shippori-mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
}
@media screen and (min-width: 320px) {
  .instaHead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .instaHead {
    font-size: 2.4rem;
  }
}
.instaHead a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.instaHead a:hover span {
  text-decoration: underline;
}
.instaHead svg {
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  .instaHead svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .instaHead svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}

#footGal, #footGal2 {
  padding: 0 5vw;
  overflow: hidden;
}
#footGal .__instaGalWrapper, #footGal2 .__instaGalWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 320px) {
  #footGal .__instaGalWrapper, #footGal2 .__instaGalWrapper {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footGal .__instaGalWrapper, #footGal2 .__instaGalWrapper {
    gap: 1.5rem;
  }
}
#footGal li a, #footGal2 li a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}
#footGal li img, #footGal2 li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#footGal2 {
  margin-top: 15rem;
}

@media screen and (min-width: 320px) {
  #global__footer .inner {
    padding: 10rem 5vw;
  }
}
@media screen and (min-width: 768px) {
  #global__footer .inner {
    padding: 10rem 5vw 8vw;
  }
}
#global__footer .sitemap {
  font-family: "shippori-mincho", serif;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  #global__footer .sitemap {
    gap: 1.5rem;
  }
}
#global__footer .sitemap ul {
  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) {
  #global__footer .sitemap ul {
    gap: 1.35rem;
  }
}
@media screen and (min-width: 768px) {
  #global__footer .sitemap ul {
    gap: 1.65rem;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .sitemap a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #global__footer .sitemap a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .footer__top {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #global__footer .footer__top {
    margin-top: 6vw;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .footer__top ul {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #global__footer .footer__top ul {
    margin-top: 50px;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .footer__top li {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  #global__footer .footer__top li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .list__wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .list__wrapper {
    width: 54%;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .list__wrapper div {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .list__wrapper div {
    margin-bottom: 0;
  }
}
#global__footer h2 {
  letter-spacing: 0.1vw;
  font-family: "shippori-mincho", serif;
  opacity: 0.6;
}
@media screen and (min-width: 320px) {
  #global__footer h2 {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer h2 {
    font-size: 1.1vw;
  }
}
#global__footer .main__list .is__eng {
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #global__footer .main__list .is__eng {
    font-size: 5vw;
    margin-right: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .main__list .is__eng {
    font-size: 2.4vw;
    margin-right: 16px;
  }
}
#global__footer .main__list .is__jp {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  #global__footer .main__list .is__jp {
    font-size: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .main__list .is__jp {
    font-size: 0.9vw;
  }
}
#global__footer .sub__list .is__eng {
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #global__footer .sub__list .is__eng {
    font-size: 5vw;
    margin-right: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .sub__list .is__eng {
    font-size: 2.3vw;
    margin-right: 1vw;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .sub__list .is__jp {
    font-size: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .sub__list .is__jp {
    font-size: 0.9vw;
  }
}
#global__footer .footer__bottom {
  letter-spacing: 0.05vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #global__footer .footer__bottom {
    margin-top: 14vw;
    font-size: 2.5vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .footer__bottom {
    margin-top: 7vw;
    font-size: 0.94vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .footer__bottom .link__wrapper {
    width: 60vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .footer__bottom .link__wrapper {
    width: 67vw;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .footer__bottom .link__wrapper ul:last-child {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #global__footer .footer__bottom .link__wrapper ul:last-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .footer__bottom li {
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .footer__bottom li {
    margin-right: 2vw;
    margin-bottom: 0;
  }
}
#global__footer .footer__bottom li:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (min-width: 320px) {
  #global__footer .footer__bottom li.sns {
    margin-right: 6vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .footer__bottom li.sns {
    margin-right: 2.5vw;
  }
}
@media screen and (min-width: 320px) {
  #global__footer .footer__bottom i {
    font-size: 6vw;
  }
}
@media screen and (min-width: 960px) {
  #global__footer .footer__bottom i {
    font-size: 2vw;
  }
}

#__footStore {
  padding: 15rem 5vw;
}
#__footStore ul {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 320px) {
  #__footStore ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 960px) {
  #__footStore ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#__footStore a {
  position: relative;
  display: block;
  width: 100%;
}
#__footStore .__img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.67%;
}
#__footStore .__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#__footStore .__name {
  position: absolute;
  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;
  font-family: "shippori-mincho", serif;
  font-size: 3rem;
  color: #FFF;
  padding: 1rem;
}

.hMenu_trigger {
  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;
  gap: 4px;
  width: 3rem;
}
@media screen and (min-width: 960px) {
  .hMenu_trigger {
    display: none;
  }
}
.hMenu_trigger span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-white);
  -webkit-transition: opacity 300ms ease, -webkit-transform 600ms ease;
  transition: opacity 300ms ease, -webkit-transform 600ms ease;
  transition: opacity 300ms ease, transform 600ms ease;
  transition: opacity 300ms ease, transform 600ms ease, -webkit-transform 600ms ease;
  will-change: opacity, transform;
}
.hMenu_trigger.isActive span:nth-child(1) {
  -webkit-animation: span1 1000ms ease both;
          animation: span1 1000ms ease both;
}
.hMenu_trigger.isActive span:nth-child(2) {
  -webkit-animation: span2 1000ms ease both;
          animation: span2 1000ms ease both;
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
.hMenu_trigger.isActive span:nth-child(3) {
  -webkit-animation: span3 1000ms ease both;
          animation: span3 1000ms ease both;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

@-webkit-keyframes span1 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  40% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  45% {
    -webkit-transform: scaleX(0) translateY(5px);
            transform: scaleX(0) translateY(5px);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  50% {
    -webkit-transform: scaleX(0) translateY(5px);
            transform: scaleX(0) translateY(5px);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1) translateY(5px);
            transform: scaleX(1) translateY(5px);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}

@keyframes span1 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  40% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  45% {
    -webkit-transform: scaleX(0) translateY(5px);
            transform: scaleX(0) translateY(5px);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  50% {
    -webkit-transform: scaleX(0) translateY(5px);
            transform: scaleX(0) translateY(5px);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1) translateY(5px);
            transform: scaleX(1) translateY(5px);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
@-webkit-keyframes span2 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  40% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
@keyframes span2 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  40% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
@-webkit-keyframes span3 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  40% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  45% {
    -webkit-transform: scaleX(0) translateY(-5px);
            transform: scaleX(0) translateY(-5px);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateY(-5px);
            transform: scaleX(0) translateY(-5px);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: scaleX(1) translateY(-5px);
            transform: scaleX(1) translateY(-5px);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}
@keyframes span3 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  40% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  45% {
    -webkit-transform: scaleX(0) translateY(-5px);
            transform: scaleX(0) translateY(-5px);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateY(-5px);
            transform: scaleX(0) translateY(-5px);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: scaleX(1) translateY(-5px);
            transform: scaleX(1) translateY(-5px);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}
.spMenu_body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .spMenu_body {
    display: none;
  }
}
.spMenu_body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: brightness(0.6);
          backdrop-filter: brightness(0.6);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.spMenu_body.isActive {
  z-index: 100;
  visibility: visible;
  opacity: 1;
}
.spMenu_body.isActive::before {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 10ms;
  transition: opacity 600ms ease 10ms;
}
.spMenu_body.isActive .spMenu_main {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 800ms ease 400ms;
  transition: -webkit-transform 800ms ease 400ms;
  transition: transform 800ms ease 400ms;
  transition: transform 800ms ease 400ms, -webkit-transform 800ms ease 400ms;
}

.spMenu_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.spMenu_main {
  position: relative;
  z-index: 1;
  top: 4rem;
  width: 80%;
  height: calc(100% - 4rem);
  background: var(--color-white);
  overflow-y: scroll;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.spMenu_mainInner {
  width: 100%;
  padding: 64px 5vw 32px;
}

.spMenu_block {
  margin-bottom: 48px;
}
.spMenu_block:last-child {
  margin-bottom: 0;
}

.spMenu_title {
  font-family: var(--font-mincho);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 24px;
}

.spMenu_search {
  display: block;
  width: 100%;
}
.spMenu_search input {
  display: block;
  width: 100%;
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: 8px;
  background: var(--color-gray);
  outline: none;
}

.spMenu_titleSub {
  color: var(--color-gray-font);
  font-family: var(--font-mincho);
  font-size: 0.96rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.spMenu_listitem {
  position: relative;
}
.spMenu_listitem a {
  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;
  font-size: 1.1rem;
  padding: 8px 0;
  border-top: solid 1px var(--color-gray);
}
.spMenu_listitem svg {
  display: block;
  width: 1rem;
  height: 1rem;
}
.spMenu_listitem:last-child a {
  border-bottom: solid 1px var(--color-gray);
}

.spMenu_list.isHalf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border-top: solid 1px var(--color-gray);
  border-bottom: solid 1px var(--color-gray);
}
.spMenu_list.isHalf .spMenu_listitem a {
  border: none;
}
.spMenu_list.isHalf .spMenu_listitem:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -8px;
  width: 1px;
  height: 100%;
  background: var(--color-gray);
}

.spMenu_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.spMenu_snsItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: underline;
  font-size: 0.9rem;
}
.spMenu_snsItem svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}

.spMenu_others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 0.9rem;
  color: var(--color-border);
}

/* ******************************
 *
 * COMMON PARTS
 *
 * ****************************** */
.commonVertTitle {
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .commonVertTitle {
    font-size: 2.6rem;
    height: 60vh;
    height: 60svh;
    padding: 0 4vw 3rem;
  }
}
@media screen and (min-width: 960px) {
  .commonVertTitle {
    font-size: 4.6rem;
    height: 100vh;
    height: 100svh;
    padding: 0 4vw 5rem;
  }
}
.commonVertTitle span {
  display: inline-block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.commonVertTitle.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ------------------------------
    TOP MV
  ------------------------------ */
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes rotate-circle-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #A6ABB1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #A6ABB1;
  }
  50.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #FFF;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #FFF;
  }
}
@keyframes rotate-circle-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #A6ABB1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #A6ABB1;
  }
  50.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #FFF;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #FFF;
  }
}
@-webkit-keyframes rotate-circle-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotate-circle-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes mvScaleAnim {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mvScaleAnim {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#__topBrand .__sectionInner {
  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) {
  #__topBrand .__sectionInner {
    padding: 5rem 10vw 10rem 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #__topBrand .__sectionInner {
    padding: 5rem 10vw 10rem 1.5vw;
  }
}
#__topBrand .__areaTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 320px) {
  #__topBrand .__areaTitle {
    width: 25%;
  }
}
@media screen and (min-width: 960px) {
  #__topBrand .__areaTitle {
    width: 25%;
  }
}
#__topBrand .__areaTitle h2 {
  position: sticky;
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  #__topBrand .__areaTitle h2 {
    font-size: 2.6rem;
    top: 15rem;
  }
}
@media screen and (min-width: 960px) {
  #__topBrand .__areaTitle h2 {
    font-size: 2.6rem;
    top: 15rem;
  }
}
#__topBrand .__areaTitle span {
  font-size: 45%;
}
@media screen and (min-width: 320px) {
  #__topBrand .__areaList {
    width: 72%;
  }
}
@media screen and (min-width: 960px) {
  #__topBrand .__areaList {
    width: 72%;
  }
}
#__topBrand ul {
  display: grid;
}
@media screen and (min-width: 320px) {
  #__topBrand ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #__topBrand ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
  }
}

.__commonCardItem a:hover div {
  text-decoration: underline;
}
.__commonCardItem a:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.__commonCardItem .__rollImg {
  padding-bottom: 110%;
}
.__commonCardItem .__name {
  position: relative;
  margin: 2rem 0 5rem;
}
.__commonCardItem .__name div {
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-size: 1.35rem;
}
.__commonCardItem .__name p {
  font-family: "shippori-mincho", serif;
  font-size: 1rem;
  padding-top: 5px;
  color: rgba(0, 0, 0, 0.65);
}
.__commonCardItem .__name p .original {
  margin-right: 0.35rem;
}
@media screen and (min-width: 320px) {
  .__commonCardItem .__name p .slash {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .__commonCardItem .__name p .slash {
    display: inline-block;
  }
}
.__commonCardItem .__name svg {
  position: absolute;
  right: 1rem;
  display: block;
  opacity: 0;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}
@media screen and (min-width: 320px) {
  .__commonCardItem .__name svg {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
@media screen and (min-width: 960px) {
  .__commonCardItem .__name svg {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}

@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 320px) {
  #global__about {
    margin-top: 20vw;
  }
}
@media screen and (min-width: 960px) {
  #global__about {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 320px) {
  #global__about.lower__margin {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 960px) {
  #global__about.lower__margin {
    margin-top: 2vw;
  }
}
#global__about h2 {
  position: relative;
  font-family: "shippori-mincho", serif;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #global__about h2 {
    font-size: 30vw;
    margin-left: -4vw;
  }
}
@media screen and (min-width: 960px) {
  #global__about h2 {
    font-size: 20vw;
    margin-left: -2vw;
  }
}
#global__about .inner {
  margin-top: -10vw;
}
@media screen and (min-width: 320px) {
  #global__about .inner {
    height: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  #global__about .inner {
    height: 63vw;
    margin-right: 7vw;
  }
}
#global__about .img__wrapper {
  width: 72%;
}
@media screen and (min-width: 320px) {
  #global__about .img__wrapper {
    height: 55vw;
  }
}
@media screen and (min-width: 960px) {
  #global__about .img__wrapper {
    height: 100%;
  }
}
#global__about .img__wrapper img {
  vertical-align: top;
  height: 100%;
}
@media screen and (min-width: 320px) {
  #global__about .text__wrapper {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  #global__about .text__wrapper {
    width: 24%;
    height: 100%;
  }
}
#global__about p {
  position: relative;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  #global__about p {
    font-size: 3.2vw;
    margin: 10vw 5vw 10vw 20vw;
  }
}
@media screen and (min-width: 960px) {
  #global__about p {
    font-size: 1vw;
    margin: 15vw 0 0 0;
  }
}
#global__about p::before {
  position: absolute;
  content: "";
  top: -5vw;
  left: 0;
  height: 0.1vw;
  background: #000000;
}
@media screen and (min-width: 320px) {
  #global__about p::before {
    width: 10vw;
  }
}
@media screen and (min-width: 960px) {
  #global__about p::before {
    width: 3vw;
  }
}
#global__about a {
  position: relative;
}
@media screen and (min-width: 320px) {
  #global__about a {
    width: 30vw;
  }
}
@media screen and (min-width: 960px) {
  #global__about a {
    width: 15vw;
  }
}
#global__about .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 320px) {
  #global__about .arrow {
    width: 5vw;
  }
}
@media screen and (min-width: 960px) {
  #global__about .arrow {
    width: 3vw;
  }
}
#global__about .circle {
  -webkit-animation: rotate-circle 20s infinite linear;
          animation: rotate-circle 20s infinite linear;
}

@media screen and (min-width: 320px) {
  #global__instagram {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 960px) {
  #global__instagram {
    margin-top: 15vw;
  }
}
#global__instagram h2 {
  letter-spacing: 0.5vw;
  font-family: "shippori-mincho", serif;
  text-align: center;
}
@media screen and (min-width: 320px) {
  #global__instagram h2 {
    font-size: 15vw;
  }
}
@media screen and (min-width: 960px) {
  #global__instagram h2 {
    font-size: 10.5vw;
  }
}
#global__instagram .insta__link {
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #global__instagram .insta__link {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 960px) {
  #global__instagram .insta__link {
    margin-top: 2vw;
  }
}
#global__instagram .insta__link a {
  position: relative;
  line-height: 0.6;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 320px) {
  #global__instagram .insta__link a {
    font-size: 5vw;
  }
}
@media screen and (min-width: 960px) {
  #global__instagram .insta__link a {
    font-size: 2.4vw;
  }
}
#global__instagram .insta__link a::before {
  position: absolute;
  content: "";
  bottom: -35%;
  left: 0;
  width: 100%;
  height: 0.05vw;
  background: #000000;
}
@media screen and (min-width: 320px) {
  #global__instagram i {
    font-size: 4vw;
    margin-right: 1vw;
  }
}
@media screen and (min-width: 960px) {
  #global__instagram i {
    font-size: 2.2vw;
    margin-right: 1vw;
  }
}
@media screen and (min-width: 320px) {
  #global__instagram #instagram-swiper-top {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 960px) {
  #global__instagram #instagram-swiper-top {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 320px) {
  #global__instagram #instagram-swiper-bottom {
    margin-top: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #global__instagram #instagram-swiper-bottom {
    margin-top: 3vw;
  }
}
#global__instagram .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#global__instagram img {
  aspect-ratio: 1/1;
}

/* ------------------------------
    MEGA MENU
  ------------------------------ */
#mega__menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  #mega__menu {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu {
    padding-left: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu {
    padding-left: 1.5vw;
  }
}
#mega__menu.is__open {
  display: block;
  z-index: 100000;
}
@media screen and (min-width: 320px) {
  #mega__menu .__megaSearch {
    padding: 0 0 0 3vw;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .__megaSearch {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .__megaSearch {
    padding: 0;
  }
}
#mega__menu form {
  position: relative;
  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) {
  #mega__menu form {
    width: calc(100% - 18vw);
  }
}
@media screen and (min-width: 768px) {
  #mega__menu form {
    width: calc(100% - 30vw);
  }
}
@media screen and (min-width: 960px) {
  #mega__menu form {
    width: calc(100% - 8vw);
  }
}
#mega__menu form svg {
  position: absolute;
}
@media screen and (min-width: 320px) {
  #mega__menu form svg {
    width: 3vw;
    left: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu form svg {
    width: 1.1vw;
    left: 1rem;
  }
}
#mega__menu form input {
  width: 100%;
  border: none;
  font-family: "notosansjp", sans-serif;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
@media screen and (min-width: 320px) {
  #mega__menu form input {
    padding: 0.25rem 1rem 0.25rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu form input {
    padding: 0.75rem 1rem 0.75rem 3rem;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu form input {
    padding: 0.75rem 1rem 0.75rem 3rem;
  }
}
#mega__menu form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1vw;
}
#mega__menu form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1vw;
}
#mega__menu form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1vw;
}
#mega__menu form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1vw;
}
#mega__menu form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #mega__menu form input::-webkit-input-placeholder {
    font-size: 12px;
  }
  #mega__menu form input::-moz-placeholder {
    font-size: 12px;
  }
  #mega__menu form input:-ms-input-placeholder {
    font-size: 12px;
  }
  #mega__menu form input::-ms-input-placeholder {
    font-size: 12px;
  }
  #mega__menu form input::placeholder {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  #mega__menu form input::-moz-placeholder {
    font-size: 13px;
  }
  #mega__menu form input:-ms-input-placeholder {
    font-size: 13px;
  }
  #mega__menu form input::-ms-input-placeholder {
    font-size: 13px;
  }
  #mega__menu form input::placeholder {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu form input::-webkit-input-placeholder {
    font-size: 14px;
  }
  #mega__menu form input::-moz-placeholder {
    font-size: 14px;
  }
  #mega__menu form input:-ms-input-placeholder {
    font-size: 14px;
  }
  #mega__menu form input::-ms-input-placeholder {
    font-size: 14px;
  }
  #mega__menu form input::placeholder {
    font-size: 14px;
  }
}
#mega__menu form input:focus {
  border: solid 1px #000000;
}
#mega__menu form input:focus::-webkit-input-placeholder {
  color: #000000;
}
#mega__menu form input:focus::-moz-placeholder {
  color: #000000;
}
#mega__menu form input:focus:-ms-input-placeholder {
  color: #000000;
}
#mega__menu form input:focus::-ms-input-placeholder {
  color: #000000;
}
#mega__menu form input:focus::placeholder {
  color: #000000;
}
#mega__menu form input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media screen and (min-width: 320px) {
  #mega__menu .nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .nav__wrapper {
    display: block;
    width: 16%;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .nav__wrapper {
    display: block;
    width: 16%;
  }
}
@media screen and (min-width: 320px) {
  #mega__menu .nav__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .nav__wrapper ul {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .nav__wrapper ul {
    display: block;
  }
}
#mega__menu .nav__wrapper li:hover {
  background: #F4F4F4;
}
#mega__menu .nav__wrapper input[type=radio] {
  display: none;
}
#mega__menu .nav__wrapper input[type=radio]:checked + label {
  background: #F4F4F4;
}
#mega__menu .nav__wrapper input[type=radio]:checked + label.bottom::before {
  background-image: url("../images/icon__minus.svg");
}
#mega__menu .nav__wrapper label, #mega__menu .nav__wrapper a {
  width: 100%;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #mega__menu .nav__wrapper label, #mega__menu .nav__wrapper a {
    font-size: 2.8vw;
    padding: 2.5vw 3vw;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .nav__wrapper label, #mega__menu .nav__wrapper a {
    font-size: 1.2vw;
    padding: 0.8vw 2vw 0.8vw 1vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .nav__wrapper label, #mega__menu .nav__wrapper a {
    font-size: 1vw;
    padding: 0.8vw 2vw 0.8vw 1vw;
  }
}
#mega__menu .nav__wrapper label.bottom, #mega__menu .nav__wrapper a.bottom {
  position: relative;
}
@media screen and (min-width: 320px) {
  #mega__menu .nav__wrapper label.bottom, #mega__menu .nav__wrapper a.bottom {
    padding: 2.5vw 3vw 2.5vw 5.5vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .nav__wrapper label.bottom, #mega__menu .nav__wrapper a.bottom {
    padding: 1vw 2vw 1vw 3vw;
  }
}
#mega__menu .nav__wrapper label.bottom::before, #mega__menu .nav__wrapper a.bottom::before {
  position: absolute;
  content: "";
  background-image: url("../images/icon__add.svg");
}
@media screen and (min-width: 320px) {
  #mega__menu .nav__wrapper label.bottom::before, #mega__menu .nav__wrapper a.bottom::before {
    left: 1vw;
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .nav__wrapper label.bottom::before, #mega__menu .nav__wrapper a.bottom::before {
    left: 1vw;
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (min-width: 320px) {
  #mega__menu .nav__wrapper label span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .nav__wrapper label span {
    display: inline;
  }
}
@media screen and (min-width: 320px) {
  #mega__menu .nav__wrapper svg {
    width: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .nav__wrapper svg {
    width: 1vw;
  }
}
#mega__menu .product__wrapper {
  background: #F4F4F4;
  padding: 1.5vw;
}
@media screen and (min-width: 320px) {
  #mega__menu .product__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .product__wrapper {
    width: 84%;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .product__wrapper {
    width: 84%;
  }
}
#mega__menu .category__nav {
  display: grid;
}
@media screen and (min-width: 320px) {
  #mega__menu .category__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .category__nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .category__nav {
    grid-template-columns: repeat(5, 1fr);
  }
}
#mega__menu .category__nav li {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
#mega__menu .category__nav li:hover {
  background: #FFF;
}
#mega__menu .category__nav input[type=radio] {
  display: none;
}
#mega__menu .category__nav input[type=radio]:checked + label {
  opacity: 1;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 15px -5px rgba(0, 0, 0, 0.2);
}
#mega__menu .category__nav label {
  cursor: pointer;
  opacity: 0.6;
  border-radius: 2.5px;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, -webkit-box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, -webkit-box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}
@media screen and (min-width: 320px) {
  #mega__menu .category__nav label {
    padding: 1vw 4vw 1vw 1vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .category__nav label {
    padding: 0.6vw 4vw 0.6vw 0.6vw;
  }
}
#mega__menu .category__nav label a {
  display: block;
}
@media screen and (min-width: 320px) {
  #mega__menu .category__nav .__img {
    width: 7vw;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .category__nav .__img {
    width: 5vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .category__nav .__img {
    width: 4vw;
  }
}
#mega__menu .category__nav .__img .__imgInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 2px;
  overflow: hidden;
}
#mega__menu .category__nav .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  #mega__menu .category__nav .__text {
    width: calc(100% - 7vw);
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .category__nav .__text {
    width: calc(100% - 5vw);
    padding-left: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .category__nav .__text {
    width: calc(100% - 4vw);
    padding-left: 1rem;
  }
}
#mega__menu .category__nav .is__eng {
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #mega__menu .category__nav .is__eng {
    display: none;
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .category__nav .is__eng {
    display: block;
    font-size: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .category__nav .is__eng {
    display: block;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 320px) {
  #mega__menu .category__nav .is__jp {
    font-size: 3vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .category__nav .is__jp {
    font-size: 1.8vw;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .category__nav .is__jp {
    font-size: 0.82vw;
    font-weight: 400;
  }
}
#mega__menu .product__list {
  width: 100%;
  height: 60vh;
}
#mega__menu .product__list.all {
  height: auto;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #mega__menu .product__list.all {
    margin-right: 0;
    margin: 8vw 0 3vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .product__list.all {
    margin-right: 75%;
    margin: 1vw 0 0.5rem;
  }
}
#mega__menu .product__list.__isChild dl {
  display: grid;
}
@media screen and (min-width: 320px) {
  #mega__menu .product__list.__isChild dl {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .product__list.__isChild dl {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
}
#mega__menu .product__list.__noNav {
  overflow-y: scroll;
}
@media screen and (min-width: 320px) {
  #mega__menu .product__list.__noNav {
    height: 80vh;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  #mega__menu .product__list.__noNav {
    height: 80vh;
    padding-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .product__list.__noNav {
    height: 80vh;
    padding-right: 15px;
  }
}
#mega__menu .product__list.__noNav::-webkit-scrollbar {
  width: 10px;
  border-radius: 5rem;
  overflow: hidden;
}
#mega__menu .product__list.__noNav::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 5rem;
}
#mega__menu .product__list.__noNav::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 5rem;
}
#mega__menu .product__list .cate__wrapper {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.1);
}
#mega__menu .product__list .cate__wrapper dt, #mega__menu .product__list .cate__wrapper a {
  height: 100%;
}
#mega__menu .product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #mega__menu .product__title {
    font-size: 3vw;
    padding: 1vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .product__title {
    font-size: 1vw;
    padding: 0.8vw 1vw 0.8vw 1vw;
  }
}
#mega__menu .product__title:hover {
  background: #FFF;
}
@media screen and (min-width: 320px) {
  #mega__menu .product__title svg {
    width: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .product__title svg {
    width: 1vw;
  }
}
#mega__menu .__listChildBody {
  display: none;
}
#mega__menu .product__desc {
  display: block;
}
@media screen and (min-width: 320px) {
  #mega__menu .product__desc {
    font-size: 1.6vw;
    padding: 0.8vw 2vw;
  }
}
@media screen and (min-width: 960px) {
  #mega__menu .product__desc {
    font-size: 0.8vw;
    padding: 0.2vw 1.5vw;
  }
}
#mega__menu .product__desc:hover {
  background: #FFF;
}

@media screen and (min-width: 320px) {
  #__megaWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #__megaWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  #__megaWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 320px) {
  .__listSection {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .__listSection {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .__listSection {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 320px) {
  .__listSection .__toaster {
    grid-column: 1/3;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .__listSection .__toaster {
    grid-column: 1/5;
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 960px) {
  .__listSection .__toaster {
    grid-column: 1/5;
    font-size: 1vw;
  }
}

#__filterChildcatBody {
  background: #F4F4F4;
  margin: 2rem 0;
}
@media screen and (min-width: 320px) {
  #__filterChildcatBody .__inner {
    padding: 2rem 5vw;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody .__inner {
    padding: 2rem 5vw;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody .__inner {
    padding: 2rem 5vw;
  }
}
#__filterChildcatBody .__filterChildcatTitle {
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  #__filterChildcatBody .__filterChildcatTitle {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody .__filterChildcatTitle {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody .__filterChildcatTitle {
    font-size: 1vw;
  }
}
#__filterChildcatBody ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#__filterChildcatBody li {
  padding: 0 0.5rem 0.5rem 0;
}
#__filterChildcatBody a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
  transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}
@media screen and (min-width: 320px) {
  #__filterChildcatBody a {
    font-size: 3.2vw;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody a {
    font-size: 1.4vw;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody a {
    font-size: 0.9vw;
    padding: 0.5rem 1rem;
  }
}
#__filterChildcatBody a:hover {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.25);
}
#__filterChildcatBody .__listwithThumb {
  display: grid;
}
@media screen and (min-width: 320px) {
  #__filterChildcatBody .__listwithThumb {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody .__listwithThumb {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody .__listwithThumb {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
}
#__filterChildcatBody .__listwithThumb li {
  padding: 0;
}
#__filterChildcatBody .__listwithThumb a {
  -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) {
  #__filterChildcatBody .__listwithThumb a {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody .__listwithThumb a {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody .__listwithThumb a {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 320px) {
  #__filterChildcatBody .__listwithThumb .__thumb {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody .__listwithThumb .__thumb {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody .__listwithThumb .__thumb {
    width: 30%;
  }
}
#__filterChildcatBody .__listwithThumb .__thumb .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
#__filterChildcatBody .__listwithThumb .__thumb .__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  #__filterChildcatBody .__listwithThumb .__name {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody .__listwithThumb .__name {
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody .__listwithThumb .__name {
    width: 65%;
  }
}
#__filterChildcatBody .__listwithThumb .__name .__en {
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #__filterChildcatBody .__listwithThumb .__name .__en {
    font-size: 3.45vw;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody .__listwithThumb .__name .__en {
    font-size: 2.05vw;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody .__listwithThumb .__name .__en {
    font-size: 1.45vw;
  }
}
@media screen and (min-width: 320px) {
  #__filterChildcatBody .__listwithThumb .__name .__ja {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #__filterChildcatBody .__listwithThumb .__name .__ja {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 960px) {
  #__filterChildcatBody .__listwithThumb .__name .__ja {
    font-size: 0.9vw;
  }
}

#menu__close {
  position: relative;
  background: #000000;
}
@media screen and (min-width: 320px) {
  #menu__close {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (min-width: 960px) {
  #menu__close {
    width: 6.5vw;
    height: 6.5vw;
  }
}
#menu__close span {
  position: absolute;
  display: block;
  width: 40%;
  height: 1px;
  top: calc(50% - 5.5px);
  left: 30%;
  background: #FFF;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
#menu__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu__close:hover span:nth-child(1) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
#menu__close:hover span:nth-child(2) {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
#menu__close div {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0.3vw;
  font-family: "Montserrat";
}

/* ------------------------------
    LOGIN
  ------------------------------ */
@media screen and (min-width: 320px) {
  .page__account {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .page__account {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account {
    margin-top: 4vw;
  }
}
.page__account.height__fixed {
  height: 80vh;
}
.page__account h2 {
  letter-spacing: 0.1vw;
  font-family: "shippori-mincho", serif;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .page__account h2 {
    font-size: 8vw;
    padding-top: 10rem;
  }
}
@media screen and (min-width: 960px) {
  .page__account h2 {
    font-size: 5.3vw;
    padding-top: 10rem;
  }
}
@media screen and (min-width: 320px) {
  .page__account form {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account form {
    margin-top: 3vw;
  }
}
.page__account form.edit {
  margin-top: 0;
}
@media screen and (min-width: 320px) {
  .page__account .is__exp {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account .is__exp {
    font-size: 1vw;
  }
}
.page__account input {
  border: 2px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 320px) {
  .page__account input {
    font-size: 1.8vw;
    width: 90vw;
    margin-bottom: 2vw;
    padding: 1vw 2vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account input {
    font-size: 1vw;
    width: 20vw;
    margin-bottom: 1vw;
    padding: 0.5vw 1vw;
  }
}
.page__account input:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.page__account input:focus {
  border-color: black;
}
.page__account .is__link {
  text-decoration: underline;
}
@media screen and (min-width: 320px) {
  .page__account .is__link {
    font-size: 1.6vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account .is__link {
    font-size: 0.9vw;
    margin-top: 1vw;
  }
}
.page__account p {
  text-align: center;
}
@media screen and (min-width: 320px) {
  .page__account p {
    font-size: 1.6vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account p {
    font-size: 1vw;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 320px) {
  .page__account ul {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account ul {
    margin-top: 3vw;
  }
}
.page__account li {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 320px) {
  .page__account li {
    font-size: 1.8vw;
    width: 90vw;
    padding: 1vw 2vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account li {
    font-size: 1vw;
    width: 20vw;
    padding: 0.5vw 1vw;
  }
}
@media screen and (min-width: 320px) {
  .page__account dl {
    margin-top: 2vw;
    width: 90vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account dl {
    margin-top: 3vw;
    width: 30vw;
  }
}
.page__account dl dl {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 320px) {
  .page__account dt {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account dt {
    font-size: 0.9vw;
  }
}
.page__account dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 320px) {
  .page__account dd {
    height: 4vw;
    font-size: 1.8vw;
    padding-left: 3vw;
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account dd {
    height: 2.5vw;
    font-size: 1.1vw;
    padding-left: 1.5vw;
    margin-bottom: 0.5vw;
  }
}
.page__account dd.address {
  border-bottom: none;
  height: auto;
}
@media screen and (min-width: 320px) {
  .page__account dd.address {
    margin-top: 0.8vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account dd.address {
    margin-top: 0.3vw;
  }
}
.page__account dd input {
  border: none;
  padding: 0;
}
@media screen and (min-width: 320px) {
  .page__account dd input {
    width: 90vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account dd input {
    width: 25vw;
  }
}
@media screen and (min-width: 320px) {
  .page__account dd input.name {
    width: 40vw;
    margin-right: 5vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account dd input.name {
    width: 12vw;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 320px) {
  .page__account .noorder {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .page__account .noorder {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .page__account .noorder {
    margin-top: 8vw;
  }
}

.submit__btn {
  display: block;
  color: #FFF;
  background: #000000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
@media screen and (min-width: 320px) {
  .submit__btn {
    font-size: 1.8vw;
    margin-top: 2vw;
    padding: 1.5vw 3vw;
  }
}
@media screen and (min-width: 960px) {
  .submit__btn {
    font-size: 1vw;
    margin-top: 1vw;
    padding: 1vw 2vw;
  }
}
.submit__btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  .submit__btn.logout {
    margin-top: 7vw;
  }
}
@media screen and (min-width: 960px) {
  .submit__btn.logout {
    margin-top: 4vw;
  }
}
.submit__btn.isContinue {
  background: transparent;
  color: #000000;
  border: solid 1px;
}

/* ------------------------------
    ITEM LIST
  ------------------------------ */
#itemlist__mv {
  position: relative;
}
@media screen and (min-width: 320px) {
  #itemlist__mv {
    height: 85vw;
    padding: 0 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  #itemlist__mv {
    height: 85vw;
    padding: 0 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__mv {
    height: 40vw;
    padding: 0 1.5vw;
  }
}
#itemlist__mv::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(70%, rgba(255, 255, 255, 0.9)), to(#FFF));
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.9) 70%, #FFF 100%);
}
#itemlist__mv img {
  height: 100%;
}
#itemlist__mv .text__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#itemlist__mv .__en {
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #itemlist__mv .__en {
    font-size: 8.4vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__mv .__en {
    font-size: 5.2vw;
  }
}
#itemlist__mv .is__jp {
  font-family: "shippori-mincho", serif;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #itemlist__mv .is__jp {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__mv .is__jp {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 320px) {
  #itemlist__mv .is__jp.search__word {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__mv .is__jp.search__word {
    margin-bottom: 8vw;
  }
}
#itemlist__mv p {
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  #itemlist__mv p {
    font-size: 2.5vw;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__mv p {
    font-size: 1vw;
    margin-top: 2.5vw;
  }
}

@media screen and (min-width: 320px) {
  #itemlist__list .filter__wrapper {
    margin: 5vw 0 3vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list .filter__wrapper {
    margin: 2.5vw 0 2vw;
  }
}
#itemlist__list .list__operate {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.5);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 320px) {
  #itemlist__list .list__operate {
    width: 50%;
    padding: 1vw;
    font-size: 1.9vw;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list .list__operate {
    width: 15%;
    padding: 0.8vw 1vw;
    font-size: 0.9vw;
    margin-right: 1.2%;
  }
}
#itemlist__list .list__operate::before {
  position: absolute;
  content: "";
}
@media screen and (min-width: 320px) {
  #itemlist__list .list__operate::before {
    top: calc(50% - 1.5vw);
    right: 1vw;
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list .list__operate::before {
    top: calc(50% - 0.6vw);
    right: 1vw;
    width: 1.2vw;
    height: 1.2vw;
  }
}
#itemlist__list .list__operate.filter::before {
  background-image: url("../images/icon__filter.svg");
}
#itemlist__list .list__operate.sort {
  padding: 0;
  margin-right: 0;
}
#itemlist__list .list__operate.sort::before {
  background-image: url("../images/icon__sort.svg");
}
#itemlist__list input[type=checkbox] {
  display: none;
}
#itemlist__list input[type=checkbox]:checked + label {
  background: #FFF;
  color: #000000;
  border: 0.15vw solid rgba(0, 0, 0, 0.5);
}
#itemlist__list input[type=checkbox]:checked + label::before {
  background-image: url("../images/icon__minus.svg");
}
@media screen and (min-width: 320px) {
  #itemlist__list .tag__list {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list .tag__list {
    width: 83.8%;
  }
}
#itemlist__list .filter__tag {
  position: relative;
  background: #000000;
  color: #FFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 0.15vw solid black;
}
@media screen and (min-width: 320px) {
  #itemlist__list .filter__tag {
    padding: 0.85vw 1.85vw 0.85vw 4.5vw;
    margin-top: 1vw;
    margin-right: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list .filter__tag {
    padding: 0.35vw 0.55vw 0.35vw 1.5vw;
    margin-top: 0.4vw;
    margin-right: 1vw;
  }
}
#itemlist__list .filter__tag::before {
  position: absolute;
  content: "";
  -webkit-mask: url("../images/icon__add.svg");
          mask: url("../images/icon__add.svg");
  background: #FFF;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (min-width: 320px) {
  #itemlist__list .filter__tag::before {
    left: 1.5vw;
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list .filter__tag::before {
    left: 0.5vw;
    width: 0.6vw;
    height: 0.6vw;
  }
}
#itemlist__list .breadcrumb__list li {
  position: relative;
}
@media screen and (min-width: 320px) {
  #itemlist__list .breadcrumb__list li {
    font-size: 2vw;
    margin-right: 5vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list .breadcrumb__list li {
    font-size: 0.9vw;
    margin-right: 2.6vw;
  }
}
#itemlist__list .breadcrumb__list li::before {
  position: absolute;
  content: "";
  background-image: url("../images/icon__arrow-next-02.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 320px) {
  #itemlist__list .breadcrumb__list li::before {
    top: 35%;
    right: -3.5vw;
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list .breadcrumb__list li::before {
    top: 35%;
    right: -1.6vw;
    width: 0.6vw;
    height: 0.6vw;
  }
}
#itemlist__list .breadcrumb__list li:nth-last-child(1) {
  margin-right: 0;
}
#itemlist__list .breadcrumb__list li:nth-last-child(1)::before {
  content: none;
}
#itemlist__list select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 320px) {
  #itemlist__list select {
    padding: 1vw;
  }
}
@media screen and (min-width: 960px) {
  #itemlist__list select {
    padding: 1vw;
  }
}

.item__wrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .item__wrapper {
    margin-top: 4vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  .item__wrapper {
    margin-top: 2vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5vw;
  }
}
.item__wrapper article {
  position: relative;
  display: block;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (min-width: 320px) {
  .item__wrapper article {
    padding-bottom: 2%;
  }
}
@media screen and (min-width: 960px) {
  .item__wrapper article {
    padding-bottom: 1%;
  }
}
.item__wrapper a:hover .img__wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.item__wrapper .img__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
}
.item__wrapper .img__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}
.item__wrapper button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 4%;
}
@media screen and (min-width: 320px) {
  .item__wrapper button {
    top: 51vw;
    width: 12%;
  }
}
@media screen and (min-width: 960px) {
  .item__wrapper button {
    top: 26vw;
    width: 8%;
  }
}
.item__wrapper button.favorite svg {
  fill: #f08080;
  stroke: #f08080;
}
.item__wrapper svg {
  fill: none;
  stroke: #000000;
}
.item__wrapper h3 {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .item__wrapper h3 {
    font-size: 3vw;
    margin-top: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .item__wrapper h3 {
    font-size: 1.1vw;
    margin-top: 1vw;
  }
}
.item__wrapper .is__yen {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .item__wrapper .is__yen {
    font-size: 2vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 960px) {
  .item__wrapper .is__yen {
    font-size: 0.9vw;
    margin-top: 2.5vw;
  }
}

@media screen and (min-width: 320px) {
  #category__others {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 960px) {
  #category__others {
    margin-top: 6vw;
  }
}
#category__others h2 {
  letter-spacing: 0.1vw;
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #category__others h2 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 960px) {
  #category__others h2 {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 320px) {
  #category__others .category__wrapper {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 960px) {
  #category__others .category__wrapper {
    margin-top: 3vw;
  }
}
@media screen and (min-width: 320px) {
  #category__others .category__link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  #category__others .category__link {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
}
#category__others .category__link:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 320px) {
  #category__others .category__link img {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  #category__others .category__link img {
    aspect-ratio: 4/5;
  }
}

/* ------------------------------
    ABOUT
  ------------------------------ */
#about__mv {
  position: relative;
}
@media screen and (min-width: 320px) {
  #about__mv {
    height: 60vw;
    padding: 0 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  #about__mv {
    height: 80vw;
    padding: 0 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #about__mv {
    height: 65vh;
    padding: 0 1.5vw;
  }
}
#about__mv .img__wrapper {
  width: 63%;
  height: 90%;
}
#about__mv .img__wrapper img {
  height: 100%;
}
#about__mv .title {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  #about__mv .title {
    margin-top: -17vw;
  }
}
@media screen and (min-width: 960px) {
  #about__mv .title {
    margin-top: -10vw;
  }
}
#about__mv .__jp {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  #about__mv .__jp {
    font-size: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #about__mv .__jp {
    font-size: 1.2vw;
  }
}
#about__mv .__jp::before {
  position: absolute;
  content: "";
  left: -5.5vw;
  width: 3.5vw;
  background: #000000;
}
@media screen and (min-width: 320px) {
  #about__mv .__jp::before {
    top: calc(50% - 0.5px);
    height: 1px;
  }
}
@media screen and (min-width: 960px) {
  #about__mv .__jp::before {
    top: calc(50% - 1px);
    height: 2px;
  }
}
#about__mv .__en {
  font-family: "shippori-mincho", serif;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  #about__mv .__en {
    font-size: 22vw;
  }
}
@media screen and (min-width: 960px) {
  #about__mv .__en {
    font-size: 14.5vw;
  }
}

#about__desc {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #about__desc {
    padding: 15vw 5vw 0;
  }
}
@media screen and (min-width: 960px) {
  #about__desc {
    padding: 5vw 10vw 0;
  }
}
#about__desc h2 {
  line-height: 2;
}
@media screen and (min-width: 320px) {
  #about__desc h2 {
    width: 100%;
    font-size: 3.59vw;
  }
}
@media screen and (min-width: 768px) {
  #about__desc h2 {
    width: 100%;
    font-size: 2.88vw;
  }
}
@media screen and (min-width: 960px) {
  #about__desc h2 {
    width: 42%;
    font-size: 1.9vw;
  }
}
#about__desc p {
  line-height: 2.3;
}
@media screen and (min-width: 320px) {
  #about__desc p {
    width: 100%;
    font-size: 3.08vw;
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #about__desc p {
    width: 100%;
    font-size: 1.92vw;
    padding-top: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #about__desc p {
    width: 50%;
    font-size: 1.1vw;
    padding-top: 0.4vw;
  }
}

#about__feature {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #FFF), color-stop(35%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #F4F4F4));
  background: linear-gradient(to bottom, #FFF 35%, transparent 35% 100%), linear-gradient(to right, transparent 50%, #F4F4F4 50% 100%);
}
@media screen and (min-width: 320px) {
  #about__feature {
    margin-top: 20vw;
    padding: 0 5vw 20vw;
  }
}
@media screen and (min-width: 960px) {
  #about__feature {
    margin-top: 10vw;
    padding: 0 5vw 16vw;
  }
}
#about__feature ul {
  gap: 2%;
}
@media screen and (min-width: 320px) {
  #about__feature ul {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 960px) {
  #about__feature ul {
    margin-top: 5vw;
  }
}
#about__feature ul li {
  position: relative;
}
@media screen and (min-width: 320px) {
  #about__feature ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #about__feature ul li {
    width: 32%;
    margin-bottom: 0;
  }
}
#about__feature .img__wrapper {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #about__feature .img__wrapper {
    height: 122vw;
  }
}
@media screen and (min-width: 768px) {
  #about__feature .img__wrapper {
    height: 39vw;
  }
}
#about__feature .text__wrapper {
  position: absolute;
  bottom: -20%;
  right: 0;
  background: #FFF;
  width: 83%;
  padding: 2.2vw 1.8vw 3.6vw 2.2vw;
}
#about__feature .text__wrapper div {
  font-size: 0.85vw;
}
#about__feature .text__wrapper h3 {
  margin-top: 1vw;
  font-size: 1.1vw;
  line-height: 1.8;
}
#about__feature .text__wrapper p {
  margin-top: 1.7vw;
  font-size: 0.74vw;
  line-height: 2;
}

.about__head {
  font-family: "shippori-mincho", serif;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .about__head {
    font-size: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .about__head {
    font-size: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .about__head {
    font-size: 7.8vw;
  }
}
.about__head span {
  border-bottom: 2px solid;
  display: inline-block;
  line-height: 1;
}

#about__philosophy {
  position: relative;
  margin-top: 1vw;
}
#about__philosophy .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6vw 5vw 0 16.5vw;
}
#about__philosophy .img__wrapper {
  width: 42.5%;
  height: 46vw;
}
#about__philosophy .img__wrapper img {
  height: 100%;
}
#about__philosophy .text__wrapper {
  width: 49%;
  font-weight: 500;
}
#about__philosophy p {
  text-align: justify;
  line-height: 2;
}
#about__philosophy .desc {
  font-size: 0.93vw;
}
#about__philosophy h3 {
  font-size: 1.3vw;
  margin-top: 5.5vw;
}
#about__philosophy h3 span {
  font-size: 60%;
  margin-left: 1vw;
}
#about__philosophy .buyer {
  font-size: 0.839vw;
  margin-top: 1vw;
}
#about__philosophy .bg {
  position: absolute;
  content: "";
  top: 70%;
  left: 0;
  width: 75%;
  height: 40vw;
  background: #F4F4F4;
  z-index: 1;
}

#about__link {
  position: relative;
  z-index: 2;
  background-image: url("../images/brand__link.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  margin-top: 13vw;
}
#about__link a {
  display: inline-block;
  width: 100%;
  padding: 12vw 0 8.5vw;
}
#about__link .text {
  font-family: "shippori-mincho", serif;
  font-size: 5.8vw;
  margin-right: 4vw;
  line-height: 1;
}
#about__link .arrow {
  position: relative;
  width: 6.5vw;
  height: 2px;
  background: #FFF;
  top: 0.5vw;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
#about__link .arrow::after {
  position: absolute;
  content: "";
  background: #FFF;
  height: 2px;
  bottom: -50%;
  right: 0;
  width: 20%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about__link .note__wrapper {
  padding-left: 20vw;
}
#about__link h2 {
  font-size: 1.27vw;
}
#about__link .note {
  margin-top: 4vw;
  font-size: 0.85vw;
}

/* ------------------------------
    CART
  ------------------------------ */
#shopping__cart, .mypageFormBody {
  display: block;
}
@media screen and (min-width: 320px) {
  #shopping__cart, .mypageFormBody {
    padding: 15rem 3vw 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  #shopping__cart, .mypageFormBody {
    padding: 20rem 3vw 7.5rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart, .mypageFormBody {
    padding: 20rem 3vw 7.5rem;
  }
}
#shopping__cart h2, .mypageFormBody h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #shopping__cart h2, .mypageFormBody h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart h2, .mypageFormBody h2 {
    font-size: 4.2rem;
  }
}
#shopping__cart h2.checkout, #shopping__cart h2.card, .mypageFormBody h2.checkout, .mypageFormBody h2.card {
  width: 100%;
  font-family: "notosansjp", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  #shopping__cart h2.checkout, #shopping__cart h2.card, .mypageFormBody h2.checkout, .mypageFormBody h2.card {
    font-size: 4vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart h2.checkout, #shopping__cart h2.card, .mypageFormBody h2.checkout, .mypageFormBody h2.card {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) {
  #shopping__cart h2.card, .mypageFormBody h2.card {
    margin: 8vw 0 3vw;
  }
}
@media screen and (min-width: 768px) {
  #shopping__cart h2.card, .mypageFormBody h2.card {
    margin: 6vw 0 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart h2.card, .mypageFormBody h2.card {
    margin: 4vw 0 1vw;
  }
}
#shopping__cart h2 svg, .mypageFormBody h2 svg {
  fill: #17C671;
  margin-right: 10px;
  height: auto;
}
@media screen and (min-width: 320px) {
  #shopping__cart h2 svg, .mypageFormBody h2 svg {
    width: 2vw;
  }
}
@media screen and (min-width: 768px) {
  #shopping__cart h2 svg, .mypageFormBody h2 svg {
    width: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart h2 svg, .mypageFormBody h2 svg {
    width: 2vw;
  }
}
#shopping__cart h3, .mypageFormBody h3 {
  margin: 3rem 0 0.3rem;
  line-height: 1.76;
}
@media screen and (min-width: 320px) {
  #shopping__cart h3, .mypageFormBody h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart h3, .mypageFormBody h3 {
    font-size: 1.1rem;
  }
}
#shopping__cart h4, .mypageFormBody h4 {
  font-size: 1.4rem;
  margin: 1rem 0;
}
#shopping__cart p, .mypageFormBody p {
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  #shopping__cart p, .mypageFormBody p {
    font-size: 0.94rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart p, .mypageFormBody p {
    font-size: 0.9rem;
  }
}
#shopping__cart p.tdPrice, .mypageFormBody p.tdPrice {
  margin: 0.5rem 0;
}
#shopping__cart .__cartProcessBar, .mypageFormBody .__cartProcessBar {
  padding: 2rem 0;
}
#shopping__cart .__cartProcessBar ul, .mypageFormBody .__cartProcessBar ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 4px;
  overflow: hidden;
}
#shopping__cart .__cartProcessBar li, .mypageFormBody .__cartProcessBar li {
  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;
  font-size: 0.95rem;
  height: 2.5rem;
  background: #F1F3F2;
}
#shopping__cart .__cartProcessBar li.now, .mypageFormBody .__cartProcessBar li.now {
  background-color: #282828;
  color: #FFF;
}
#shopping__cart form, #shopping__cart .form, .mypageFormBody form, .mypageFormBody .form {
  font-family: sans-serif !important;
  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) {
  #shopping__cart form .__table, #shopping__cart .form .__table, .mypageFormBody form .__table, .mypageFormBody .form .__table {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart form .__table, #shopping__cart .form .__table, .mypageFormBody form .__table, .mypageFormBody .form .__table {
    width: 60%;
  }
}
@media screen and (min-width: 320px) {
  #shopping__cart form .submit__wrapper, #shopping__cart .form .submit__wrapper, .mypageFormBody form .submit__wrapper, .mypageFormBody .form .submit__wrapper {
    width: 100%;
    position: static;
    top: auto;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart form .submit__wrapper, #shopping__cart .form .submit__wrapper, .mypageFormBody form .submit__wrapper, .mypageFormBody .form .submit__wrapper {
    width: 30%;
    position: sticky;
    top: 10vw;
  }
}
#shopping__cart form .submit__wrapper div, #shopping__cart .form .submit__wrapper div, .mypageFormBody form .submit__wrapper div, .mypageFormBody .form .submit__wrapper div {
  line-height: 1.74;
  font-size: 1.1rem;
}
#shopping__cart form .submit__wrapper div.taxBlock, #shopping__cart .form .submit__wrapper div.taxBlock, .mypageFormBody form .submit__wrapper div.taxBlock, .mypageFormBody .form .submit__wrapper div.taxBlock {
  margin: 3.5rem 0 2.5rem;
}
#shopping__cart form .submit__wrapper div .cancel, #shopping__cart .form .submit__wrapper div .cancel, .mypageFormBody form .submit__wrapper div .cancel, .mypageFormBody .form .submit__wrapper div .cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 0 0;
}
#shopping__cart form .submit__wrapper div .cancel a, #shopping__cart .form .submit__wrapper div .cancel a, .mypageFormBody form .submit__wrapper div .cancel a, .mypageFormBody .form .submit__wrapper div .cancel a {
  text-decoration: underline;
  font-weight: 700;
  opacity: 0.6;
}
#shopping__cart form .submit__wrapper .__deliverDate, #shopping__cart .form .submit__wrapper .__deliverDate, .mypageFormBody form .submit__wrapper .__deliverDate, .mypageFormBody .form .submit__wrapper .__deliverDate {
  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;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #eee;
}
#shopping__cart form .submit__wrapper .__deliverDate span, #shopping__cart .form .submit__wrapper .__deliverDate span, .mypageFormBody form .submit__wrapper .__deliverDate span, .mypageFormBody .form .submit__wrapper .__deliverDate span {
  font-size: 90%;
  width: 25%;
}
#shopping__cart form .submit__wrapper #deliverDate, #shopping__cart .form .submit__wrapper #deliverDate, .mypageFormBody form .submit__wrapper #deliverDate, .mypageFormBody .form .submit__wrapper #deliverDate {
  width: 75%;
  border: solid 1px #bcbcbc;
  outline: none;
  padding: 7.5px 10px;
  border-radius: 3px;
}
#shopping__cart form .submit__wrapper .qs-datepicker-container, #shopping__cart .form .submit__wrapper .qs-datepicker-container, .mypageFormBody form .submit__wrapper .qs-datepicker-container, .mypageFormBody .form .submit__wrapper .qs-datepicker-container {
  border: none;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
#shopping__cart form .__submitInner, #shopping__cart .form .__submitInner, .mypageFormBody form .__submitInner, .mypageFormBody .form .__submitInner {
  position: sticky;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #shopping__cart form .__submitInner, #shopping__cart .form .__submitInner, .mypageFormBody form .__submitInner, .mypageFormBody .form .__submitInner {
    top: 7rem;
  }
}
@media screen and (min-width: 768px) {
  #shopping__cart form .__submitInner, #shopping__cart .form .__submitInner, .mypageFormBody form .__submitInner, .mypageFormBody .form .__submitInner {
    top: 7rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart form .__submitInner, #shopping__cart .form .__submitInner, .mypageFormBody form .__submitInner, .mypageFormBody .form .__submitInner {
    top: 7rem;
  }
}
#shopping__cart form .__bikou, #shopping__cart .form .__bikou, .mypageFormBody form .__bikou, .mypageFormBody .form .__bikou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
#shopping__cart form .__bikou.__isConfirm, #shopping__cart .form .__bikou.__isConfirm, .mypageFormBody form .__bikou.__isConfirm, .mypageFormBody .form .__bikou.__isConfirm {
  margin-top: 2rem;
  padding-top: 2rem;
}
#shopping__cart form .__bikou *, #shopping__cart .form .__bikou *, .mypageFormBody form .__bikou *, .mypageFormBody .form .__bikou * {
  width: 100%;
}
#shopping__cart form .__bikou span, #shopping__cart .form .__bikou span, .mypageFormBody form .__bikou span, .mypageFormBody .form .__bikou span {
  display: block;
  padding: 0.5rem 0;
  opacity: 0.8;
}
#shopping__cart form .__bikou textarea, #shopping__cart .form .__bikou textarea, .mypageFormBody form .__bikou textarea, .mypageFormBody .form .__bikou textarea {
  background: #FFF;
  outline: none;
  border: solid 1px #D1D1D1;
  border-radius: 5px;
  min-height: 150px;
  padding: 1rem;
}
#shopping__cart form .__bikou textarea:-moz-read-only, #shopping__cart .form .__bikou textarea:-moz-read-only, .mypageFormBody form .__bikou textarea:-moz-read-only, .mypageFormBody .form .__bikou textarea:-moz-read-only {
  background: #F1F3F2;
  border: none;
}
#shopping__cart form .__bikou textarea:read-only, #shopping__cart .form .__bikou textarea:read-only, .mypageFormBody form .__bikou textarea:read-only, .mypageFormBody .form .__bikou textarea:read-only {
  background: #F1F3F2;
  border: none;
}
#shopping__cart form .__bikou .__inpItem, #shopping__cart .form .__bikou .__inpItem, .mypageFormBody form .__bikou .__inpItem, .mypageFormBody .form .__bikou .__inpItem {
  background: #F1F3F2;
}
@media screen and (min-width: 320px) {
  #shopping__cart form .__bikou .__inpItem, #shopping__cart .form .__bikou .__inpItem, .mypageFormBody form .__bikou .__inpItem, .mypageFormBody .form .__bikou .__inpItem {
    padding: 0.75rem 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart form .__bikou .__inpItem, #shopping__cart .form .__bikou .__inpItem, .mypageFormBody form .__bikou .__inpItem, .mypageFormBody .form .__bikou .__inpItem {
    padding: 0.75rem 1.25rem;
  }
}
#shopping__cart form .__bikou .__inpItem:last-child, #shopping__cart .form .__bikou .__inpItem:last-child, .mypageFormBody form .__bikou .__inpItem:last-child, .mypageFormBody .form .__bikou .__inpItem:last-child {
  padding-bottom: 1.5rem;
}
#shopping__cart form .__bikou .__inpItem .__inpTitle, #shopping__cart .form .__bikou .__inpItem .__inpTitle, .mypageFormBody form .__bikou .__inpItem .__inpTitle, .mypageFormBody .form .__bikou .__inpItem .__inpTitle {
  display: block;
  font-size: 80%;
  padding: 5px 5px 8px;
}
#shopping__cart form .__bikou .__inpItem input, #shopping__cart form .__bikou .__inpItem select, #shopping__cart .form .__bikou .__inpItem input, #shopping__cart .form .__bikou .__inpItem select, .mypageFormBody form .__bikou .__inpItem input, .mypageFormBody form .__bikou .__inpItem select, .mypageFormBody .form .__bikou .__inpItem input, .mypageFormBody .form .__bikou .__inpItem select {
  padding: 10px;
  border-radius: 7.5px;
  border: none;
}
#shopping__cart form .__bikou .__inpItem input.isErr, #shopping__cart form .__bikou .__inpItem select.isErr, #shopping__cart .form .__bikou .__inpItem input.isErr, #shopping__cart .form .__bikou .__inpItem select.isErr, .mypageFormBody form .__bikou .__inpItem input.isErr, .mypageFormBody form .__bikou .__inpItem select.isErr, .mypageFormBody .form .__bikou .__inpItem input.isErr, .mypageFormBody .form .__bikou .__inpItem select.isErr {
  border: solid 1px #C4183C;
  background: rgba(196, 24, 60, 0.025);
}
#shopping__cart form .__bikou .__inpItem input.isErr::-webkit-input-placeholder, #shopping__cart form .__bikou .__inpItem select.isErr::-webkit-input-placeholder, #shopping__cart .form .__bikou .__inpItem input.isErr::-webkit-input-placeholder, #shopping__cart .form .__bikou .__inpItem select.isErr::-webkit-input-placeholder, .mypageFormBody form .__bikou .__inpItem input.isErr::-webkit-input-placeholder, .mypageFormBody form .__bikou .__inpItem select.isErr::-webkit-input-placeholder, .mypageFormBody .form .__bikou .__inpItem input.isErr::-webkit-input-placeholder, .mypageFormBody .form .__bikou .__inpItem select.isErr::-webkit-input-placeholder {
  color: #C4183C;
}
#shopping__cart form .__bikou .__inpItem input.isErr::-moz-placeholder, #shopping__cart form .__bikou .__inpItem select.isErr::-moz-placeholder, #shopping__cart .form .__bikou .__inpItem input.isErr::-moz-placeholder, #shopping__cart .form .__bikou .__inpItem select.isErr::-moz-placeholder, .mypageFormBody form .__bikou .__inpItem input.isErr::-moz-placeholder, .mypageFormBody form .__bikou .__inpItem select.isErr::-moz-placeholder, .mypageFormBody .form .__bikou .__inpItem input.isErr::-moz-placeholder, .mypageFormBody .form .__bikou .__inpItem select.isErr::-moz-placeholder {
  color: #C4183C;
}
#shopping__cart form .__bikou .__inpItem input.isErr:-ms-input-placeholder, #shopping__cart form .__bikou .__inpItem select.isErr:-ms-input-placeholder, #shopping__cart .form .__bikou .__inpItem input.isErr:-ms-input-placeholder, #shopping__cart .form .__bikou .__inpItem select.isErr:-ms-input-placeholder, .mypageFormBody form .__bikou .__inpItem input.isErr:-ms-input-placeholder, .mypageFormBody form .__bikou .__inpItem select.isErr:-ms-input-placeholder, .mypageFormBody .form .__bikou .__inpItem input.isErr:-ms-input-placeholder, .mypageFormBody .form .__bikou .__inpItem select.isErr:-ms-input-placeholder {
  color: #C4183C;
}
#shopping__cart form .__bikou .__inpItem input.isErr::-ms-input-placeholder, #shopping__cart form .__bikou .__inpItem select.isErr::-ms-input-placeholder, #shopping__cart .form .__bikou .__inpItem input.isErr::-ms-input-placeholder, #shopping__cart .form .__bikou .__inpItem select.isErr::-ms-input-placeholder, .mypageFormBody form .__bikou .__inpItem input.isErr::-ms-input-placeholder, .mypageFormBody form .__bikou .__inpItem select.isErr::-ms-input-placeholder, .mypageFormBody .form .__bikou .__inpItem input.isErr::-ms-input-placeholder, .mypageFormBody .form .__bikou .__inpItem select.isErr::-ms-input-placeholder {
  color: #C4183C;
}
#shopping__cart form .__bikou .__inpItem input.isErr::placeholder, #shopping__cart form .__bikou .__inpItem select.isErr::placeholder, #shopping__cart .form .__bikou .__inpItem input.isErr::placeholder, #shopping__cart .form .__bikou .__inpItem select.isErr::placeholder, .mypageFormBody form .__bikou .__inpItem input.isErr::placeholder, .mypageFormBody form .__bikou .__inpItem select.isErr::placeholder, .mypageFormBody .form .__bikou .__inpItem input.isErr::placeholder, .mypageFormBody .form .__bikou .__inpItem select.isErr::placeholder {
  color: #C4183C;
}
#shopping__cart form .__bikou .__inpItem input:-moz-read-only, #shopping__cart .form .__bikou .__inpItem input:-moz-read-only, .mypageFormBody form .__bikou .__inpItem input:-moz-read-only, .mypageFormBody .form .__bikou .__inpItem input:-moz-read-only {
  cursor: default;
  border: none;
  background: transparent;
}
#shopping__cart form .__bikou .__inpItem input:read-only, #shopping__cart .form .__bikou .__inpItem input:read-only, .mypageFormBody form .__bikou .__inpItem input:read-only, .mypageFormBody .form .__bikou .__inpItem input:read-only {
  cursor: default;
  border: none;
  background: transparent;
}
#shopping__cart form .__bikou .__inpItem .__checkBox, #shopping__cart .form .__bikou .__inpItem .__checkBox, .mypageFormBody form .__bikou .__inpItem .__checkBox, .mypageFormBody .form .__bikou .__inpItem .__checkBox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#shopping__cart form .__bikou .__inpItem .__checkBox input, #shopping__cart .form .__bikou .__inpItem .__checkBox input, .mypageFormBody form .__bikou .__inpItem .__checkBox input, .mypageFormBody .form .__bikou .__inpItem .__checkBox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 10%;
}
#shopping__cart form .__bikou .__inpItem .__checkBox input:checked + .icon, #shopping__cart .form .__bikou .__inpItem .__checkBox input:checked + .icon, .mypageFormBody form .__bikou .__inpItem .__checkBox input:checked + .icon, .mypageFormBody .form .__bikou .__inpItem .__checkBox input:checked + .icon {
  border: none;
  background: #282828;
}
#shopping__cart form .__bikou .__inpItem .__checkBox input:checked + .icon svg, #shopping__cart .form .__bikou .__inpItem .__checkBox input:checked + .icon svg, .mypageFormBody form .__bikou .__inpItem .__checkBox input:checked + .icon svg, .mypageFormBody .form .__bikou .__inpItem .__checkBox input:checked + .icon svg {
  opacity: 1;
}
#shopping__cart form .__bikou .__inpItem .__checkBox .icon, #shopping__cart .form .__bikou .__inpItem .__checkBox .icon, .mypageFormBody form .__bikou .__inpItem .__checkBox .icon, .mypageFormBody .form .__bikou .__inpItem .__checkBox .icon {
  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: #FFF;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 320px) {
  #shopping__cart form .__bikou .__inpItem .__checkBox .icon, #shopping__cart .form .__bikou .__inpItem .__checkBox .icon, .mypageFormBody form .__bikou .__inpItem .__checkBox .icon, .mypageFormBody .form .__bikou .__inpItem .__checkBox .icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart form .__bikou .__inpItem .__checkBox .icon, #shopping__cart .form .__bikou .__inpItem .__checkBox .icon, .mypageFormBody form .__bikou .__inpItem .__checkBox .icon, .mypageFormBody .form .__bikou .__inpItem .__checkBox .icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
#shopping__cart form .__bikou .__inpItem .__checkBox .icon svg, #shopping__cart .form .__bikou .__inpItem .__checkBox .icon svg, .mypageFormBody form .__bikou .__inpItem .__checkBox .icon svg, .mypageFormBody .form .__bikou .__inpItem .__checkBox .icon svg {
  display: block;
  width: 50%;
  height: auto;
  fill: #FFF;
  opacity: 0;
}
#shopping__cart form .__bikou .__inpItem .__checkBox .text, #shopping__cart .form .__bikou .__inpItem .__checkBox .text, .mypageFormBody form .__bikou .__inpItem .__checkBox .text, .mypageFormBody .form .__bikou .__inpItem .__checkBox .text {
  padding-left: 10px;
  font-weight: 600;
}
@media screen and (min-width: 320px) {
  #shopping__cart form .__bikou .__inpItem .__checkBox .text, #shopping__cart .form .__bikou .__inpItem .__checkBox .text, .mypageFormBody form .__bikou .__inpItem .__checkBox .text, .mypageFormBody .form .__bikou .__inpItem .__checkBox .text {
    font-size: 0.925rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart form .__bikou .__inpItem .__checkBox .text, #shopping__cart .form .__bikou .__inpItem .__checkBox .text, .mypageFormBody form .__bikou .__inpItem .__checkBox .text, .mypageFormBody .form .__bikou .__inpItem .__checkBox .text {
    font-size: 1.1vw;
  }
}
#shopping__cart form, #shopping__cart .wishlist__wrapper, .mypageFormBody form, .mypageFormBody .wishlist__wrapper {
  max-width: 100%;
}
#shopping__cart table, .mypageFormBody table {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #shopping__cart table, .mypageFormBody table {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #shopping__cart table, .mypageFormBody table {
    margin-top: 6vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart table, .mypageFormBody table {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 320px) {
  #shopping__cart table.checkout, .mypageFormBody table.checkout {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #shopping__cart table.checkout, .mypageFormBody table.checkout {
    margin-top: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart table.checkout, .mypageFormBody table.checkout {
    margin-top: 1vw;
  }
}
#shopping__cart th, .mypageFormBody th {
  padding: 0.5vw 1vw;
}
#shopping__cart tbody tr, .mypageFormBody tbody tr {
  background: #f5f5f5;
  border-top: solid 3px #FFF;
  border-radius: 3px;
}
#shopping__cart td, .mypageFormBody td {
  padding: 1rem;
}
@media screen and (min-width: 320px) {
  #shopping__cart td:nth-child(1), .mypageFormBody td:nth-child(1) {
    padding-right: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart td:nth-child(1), .mypageFormBody td:nth-child(1) {
    padding-right: 2vw;
  }
}
#shopping__cart td:nth-child(1) a, .mypageFormBody td:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#shopping__cart td:nth-child(1) a .__imgInner, .mypageFormBody td:nth-child(1) a .__imgInner {
  position: relative;
  overflow: hidden;
  margin-right: 0.5rem;
  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;
}
@media screen and (min-width: 320px) {
  #shopping__cart td:nth-child(1) a .__imgInner, .mypageFormBody td:nth-child(1) a .__imgInner {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart td:nth-child(1) a .__imgInner, .mypageFormBody td:nth-child(1) a .__imgInner {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#shopping__cart td:nth-child(1) a .__imgInner img, .mypageFormBody td:nth-child(1) a .__imgInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#shopping__cart td:nth-child(1) a .__imgInner svg, .mypageFormBody td:nth-child(1) a .__imgInner svg {
  display: block;
  width: 80%;
  height: auto;
  opacity: 0.5;
}
@media screen and (min-width: 320px) {
  #shopping__cart td:nth-child(5) svg, .mypageFormBody td:nth-child(5) svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #shopping__cart td:nth-child(5) svg, .mypageFormBody td:nth-child(5) svg {
    width: 24px;
    height: 24px;
  }
}
#shopping__cart select, .mypageFormBody select {
  width: 100%;
}
#shopping__cart .delete__btn, .mypageFormBody .delete__btn {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#shopping__cart .delete__btn svg, .mypageFormBody .delete__btn svg {
  display: block;
}
#shopping__cart .delete__btn:hover, .mypageFormBody .delete__btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  #shopping__cart .submit__wrapper, .mypageFormBody .submit__wrapper {
    margin-top: 7vw;
  }
}
@media screen and (min-width: 768px) {
  #shopping__cart .submit__wrapper, .mypageFormBody .submit__wrapper {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart .submit__wrapper, .mypageFormBody .submit__wrapper {
    margin-top: 3vw;
  }
}
#shopping__cart .submit__wrapper .reserve, .mypageFormBody .submit__wrapper .reserve {
  margin-bottom: 2vw;
}
#shopping__cart .submit__wrapper div, .mypageFormBody .submit__wrapper div {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  #shopping__cart .submit__wrapper div, .mypageFormBody .submit__wrapper div {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart .submit__wrapper div, .mypageFormBody .submit__wrapper div {
    font-size: 18px;
  }
}
#shopping__cart .submit__wrapper .__simpleAtten, .mypageFormBody .submit__wrapper .__simpleAtten {
  padding-top: 1rem;
}
@media screen and (min-width: 320px) {
  #shopping__cart .submit__wrapper .__simpleAtten, .mypageFormBody .submit__wrapper .__simpleAtten {
    font-size: 11px;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart .submit__wrapper .__simpleAtten, .mypageFormBody .submit__wrapper .__simpleAtten {
    font-size: 13px;
  }
}
#shopping__cart .submit__btn, .mypageFormBody .submit__btn {
  width: 100%;
  text-align: center;
  border-radius: 4px;
}
@media screen and (min-width: 320px) {
  #shopping__cart .submit__btn, .mypageFormBody .submit__btn {
    margin-top: 3vw;
    font-size: 1.05rem;
    padding: 1.25rem 0;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart .submit__btn, .mypageFormBody .submit__btn {
    margin-top: 1vw;
    font-size: 16px;
    padding: 1vw 0;
  }
}
#shopping__cart .submit__btn:disabled, .mypageFormBody .submit__btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
#shopping__cart .card__select, .mypageFormBody .card__select {
  cursor: pointer;
}
@media screen and (min-width: 320px) {
  #shopping__cart .card__select, .mypageFormBody .card__select {
    margin-bottom: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart .card__select, .mypageFormBody .card__select {
    margin-bottom: 0.5vw;
  }
}
@media screen and (min-width: 320px) {
  #shopping__cart .card__select input, .mypageFormBody .card__select input {
    margin-right: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #shopping__cart .card__select input, .mypageFormBody .card__select input {
    margin-right: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .notice {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .notice {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .notice {
    margin-top: 8vw;
  }
}

#card-form td {
  width: 12vw;
}

/* ------------------------------
    GUIDELINES
  ------------------------------ */
@media screen and (min-width: 320px) {
  #Guidelines__contents {
    padding-top: 30vw;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents {
    padding-top: 20vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents {
    padding-top: 12vw;
  }
}
#Guidelines__contents .head__jp {
  position: relative;
  font-weight: 400;
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #Guidelines__contents .head__jp {
    right: 0;
    font-size: 3vw;
    margin: 0 0 8vw 6vw;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents .head__jp {
    right: 0;
    font-size: 2.6vw;
    margin: 0 0 8vw 6vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents .head__jp {
    right: 1.5%;
    font-size: 1.2vw;
    margin: 0 0 6vw 6vw;
  }
}
#Guidelines__contents .head__jp::before {
  position: absolute;
  content: "";
  top: calc(50% - 0.5px);
  left: -5.5vw;
  width: 3.5vw;
  height: 1px;
  background: #000000;
}
#Guidelines__contents h2 {
  position: relative;
  font-family: "shippori-mincho", serif;
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  #Guidelines__contents h2 {
    font-size: 17vw;
  }
}
@media screen and (min-width: 320px) {
  #Guidelines__contents h2 {
    font-size: 15vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents h2 {
    font-size: 10.5vw;
  }
}
#Guidelines__contents .text__area {
  background: #F4F4F4;
}
@media screen and (min-width: 320px) {
  #Guidelines__contents .text__area {
    width: 100%;
    padding: 6vw 3vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents .text__area {
    width: 78%;
    padding: 6vw 6vw 8vw;
  }
}
@media screen and (min-width: 320px) {
  #Guidelines__contents .sidebar {
    position: static;
    top: auto;
    width: 100%;
    padding-top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents .sidebar {
    position: sticky;
    top: 5vw;
    width: 100%;
    padding-top: 8vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents .sidebar {
    position: sticky;
    top: 5vw;
    width: 19%;
    padding-top: 6.5vw;
  }
}
@media screen and (min-width: 320px) {
  #Guidelines__contents h3 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents h3 {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 320px) {
  #Guidelines__contents p {
    font-size: 14px;
    margin: 1vw 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents p {
    font-size: 2vw;
    margin: 1vw 0 4vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents p {
    font-size: 1.08vw;
    margin: 1vw 0 4vw;
  }
}
@media screen and (min-width: 320px) {
  #Guidelines__contents .eng {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents .eng {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents .eng {
    font-size: 0.92vw;
  }
}
@media screen and (min-width: 320px) {
  #Guidelines__contents .jp {
    font-size: 14px;
    margin-top: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents .jp {
    font-size: 1.9vw;
    margin-top: 0.5vw;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents .jp {
    font-size: 1.24vw;
    margin-top: 0.2vw;
  }
}
@media screen and (min-width: 320px) {
  #Guidelines__contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents ul {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
@media screen and (min-width: 320px) {
  #Guidelines__contents li {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents li {
    margin-bottom: 2.5vw;
  }
}
#Guidelines__contents li.is__active {
  position: relative;
}
#Guidelines__contents li.is__active::before {
  position: absolute;
  background: #000000;
}
@media screen and (min-width: 320px) {
  #Guidelines__contents li.is__active::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  #Guidelines__contents li.is__active::before {
    top: -8vw;
    right: calc(50% - 0.5px);
    width: 1px;
    height: 7vw;
    content: "";
  }
}
@media screen and (min-width: 960px) {
  #Guidelines__contents li.is__active::before {
    top: calc(50% - 1px);
    right: -5vw;
    width: 5vw;
    height: 2px;
    content: "";
  }
}

/* ******************************
 *
 * CHECKOUT THANKS
 *
 * ****************************** */
.__orderInfoBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 5px 5px 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 30px -10px rgba(0, 0, 0, 0.15);
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .__orderInfoBody {
    margin-top: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .__orderInfoBody {
    margin-top: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .__orderInfoBody {
    margin-top: 3vw;
  }
}
.__orderInfoBody .__infoBlock {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .__orderInfoBody .__infoBlock {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .__orderInfoBody .__infoBlock {
    padding: 3rem;
  }
}
@media screen and (min-width: 320px) {
  .__orderInfoBody .__infoBlock h3 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  .__orderInfoBody .__infoBlock h3 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  .__orderInfoBody .__infoBlock h3 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 320px) {
  .__orderInfoBody .__infoBlock h4 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) {
  .__orderInfoBody .__infoBlock h4 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 960px) {
  .__orderInfoBody .__infoBlock h4 {
    font-size: 1.25vw;
  }
}
.__orderInfoBody .__infoBlock p {
  position: relative;
  opacity: 0.75;
  padding: 5px 0 3rem;
}
@media screen and (min-width: 320px) {
  .__orderInfoBody .__infoBlock p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .__orderInfoBody .__infoBlock p {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 960px) {
  .__orderInfoBody .__infoBlock p {
    font-size: 1vw;
  }
}
.__orderInfoBody .__infoBlock p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.15;
}
.__orderInfoBody .__orderBlock {
  background: #fafafa;
  border-left: solid 1px #e1e1e1;
}
@media screen and (min-width: 320px) {
  .__orderInfoBody .__orderBlock {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .__orderInfoBody .__orderBlock {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .__orderInfoBody .__orderBlock {
    width: 50%;
  }
}

#__simpleForm {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__simpleForm {
    width: calc(100% - 3vw);
    height: calc(100vh - 5vw - 1.5vw);
    height: calc(100svh - 5vw - 1.5vw);
    margin-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  #__simpleForm {
    width: calc(100% - 3vw);
    height: calc(100vh - 5vw - 1.5vw);
    height: calc(100svh - 5vw - 1.5vw);
    margin-top: 10rem;
  }
}
@media screen and (min-width: 960px) {
  #__simpleForm {
    width: calc(100% - 3vw);
    height: calc(100vh - 5vw - 1.5vw);
    height: calc(100svh - 5vw - 1.5vw);
    margin-top: 10rem;
  }
}
#__simpleForm .__inner {
  display: grid;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 320px) {
  #__simpleForm .__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #__simpleForm .__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  #__simpleForm .__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
#__simpleForm .__img {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #7b7e86;
  overflow: hidden;
}
#__simpleForm .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  #__simpleForm .__thisForm {
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  #__simpleForm .__thisForm {
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 960px) {
  #__simpleForm .__thisForm {
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  #__simpleForm .__thisForm h2 {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  #__simpleForm .__thisForm h2 {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 960px) {
  #__simpleForm .__thisForm h2 {
    font-size: 3.2vw;
  }
}
#__simpleForm .__thisForm form {
  margin: 0;
}
@media screen and (min-width: 320px) {
  #__simpleForm .__thisForm form {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #__simpleForm .__thisForm form {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #__simpleForm .__thisForm form {
    padding-top: 1rem;
  }
}
#__simpleForm .__thisForm .__formBlock {
  display: block;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #__simpleForm .__thisForm .__formBlock {
    padding: 1.5rem 10% 0;
  }
}
@media screen and (min-width: 768px) {
  #__simpleForm .__thisForm .__formBlock {
    padding: 1.5rem 15% 0;
  }
}
@media screen and (min-width: 960px) {
  #__simpleForm .__thisForm .__formBlock {
    padding: 1.5rem 15% 0;
  }
}
#__simpleForm .__thisForm .__formBlock p {
  margin: 0 0 5px;
  text-align: left;
}
@media screen and (min-width: 320px) {
  #__simpleForm .__thisForm .__formBlock p {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  #__simpleForm .__thisForm .__formBlock p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 960px) {
  #__simpleForm .__thisForm .__formBlock p {
    font-size: 1vw;
  }
}
#__simpleForm .__thisForm .__formBlock input {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0.65rem 1rem;
  margin: 0;
}
#__simpleForm .__thisForm .__formBlock .submit__btn {
  width: 100%;
  text-align: center;
  padding: 0.8rem 0;
}

@media screen and (min-width: 320px) {
  #__articles .__inner {
    padding: 3vw 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  #__articles .__inner {
    padding: 3vw 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #__articles .__inner {
    padding: 3vw 1.5vw;
  }
}

#__pageNav {
  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;
}
@media screen and (min-width: 320px) {
  #__pageNav {
    padding: 5rem 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  #__pageNav {
    padding: 5rem 0 2rem;
  }
}
@media screen and (min-width: 960px) {
  #__pageNav {
    padding: 5rem 0 2rem;
  }
}
#__pageNav .__navLink {
  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;
}
#__pageNav .__navLink li {
  margin: 0 8px;
}
#__pageNav .__navLink 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;
  border-radius: 50%;
  background-color: #7b7e86;
  color: #FFF;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  #__pageNav .__navLink a {
    font-size: 13px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  #__pageNav .__navLink a {
    font-size: 13px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 960px) {
  #__pageNav .__navLink a {
    font-size: 13px;
    width: 30px;
    height: 30px;
  }
}
#__pageNav .__navLink a.__current {
  background-color: #282828;
}
#__pageNav .__navLink a:hover {
  opacity: 0.6;
}

/* ******************************
 *
 * ITEM LIST
 *
 * ****************************** */
@media screen and (min-width: 320px) {
  #__itemListBody {
    margin-top: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody {
    margin-top: 15rem;
  }
}
#__itemListBody .__commonCardItem .__name div {
  font-size: 1.15rem;
}
@media screen and (min-width: 320px) {
  #__itemListBody .__sectionInner {
    padding: 0 2.5vw 5rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody .__sectionInner {
    padding: 0 1.5vw 5rem;
  }
}
#__itemListBody .__sectionInner.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#__itemListBody .__sectionInner.product .isSp .spFilterNav {
  position: absolute;
  top: 0;
  left: 2.5vw;
  width: calc(100% - 5vw);
}
#__itemListBody .__sectionInner.product .isSp .spFilterTitle {
  font-family: var(--font-mincho);
  font-size: 0.92rem;
  margin: 24px 0 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
  color: var(--color-gray-dark);
}
#__itemListBody .__sectionInner.product .isSp .spFilterTitle.isOpened svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#__itemListBody .__sectionInner.product .isSp svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
#__itemListBody .__sectionInner.product .isSp .spFilterSelection {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  padding: 24px;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: 0px -8px 24px -8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -8px 24px -8px rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: z-index 5ms ease 400ms, opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
  transition: z-index 5ms ease 400ms, opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
  transition: z-index 5ms ease 400ms, opacity 400ms ease, visibility 400ms ease, transform 400ms ease;
  transition: z-index 5ms ease 400ms, opacity 400ms ease, visibility 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #__itemListBody .__sectionInner.product .isSp .spFilterSelection {
    height: calc(100dvh - 4.2rem);
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody .__sectionInner.product .isSp .spFilterSelection {
    height: auto;
  }
}
#__itemListBody .__sectionInner.product .isSp .spFilterSelection.isOpened {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: z-index 5ms ease, opacity 400ms ease 5ms, visibility 400ms ease 5ms, -webkit-transform 400ms ease 5ms;
  transition: z-index 5ms ease, opacity 400ms ease 5ms, visibility 400ms ease 5ms, -webkit-transform 400ms ease 5ms;
  transition: z-index 5ms ease, opacity 400ms ease 5ms, visibility 400ms ease 5ms, transform 400ms ease 5ms;
  transition: z-index 5ms ease, opacity 400ms ease 5ms, visibility 400ms ease 5ms, transform 400ms ease 5ms, -webkit-transform 400ms ease 5ms;
}
@media screen and (min-width: 320px) {
  #__itemListBody .__thisTitle {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody .__thisTitle {
    padding: 0 3rem 0 3.5rem;
  }
}
#__itemListBody .__thisTitle .__title {
  margin-bottom: 5rem;
}
#__itemListBody .__thisTitle .__en {
  font-family: "shippori-mincho", serif;
}
@media screen and (min-width: 320px) {
  #__itemListBody .__thisTitle .__en {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody .__thisTitle .__en {
    font-size: 3.4rem;
  }
}
#__itemListBody .__thisTitle h1 {
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 320px) {
  #__itemListBody .__thisTitle h1 {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody .__thisTitle h1 {
    font-size: 1.05rem;
  }
}
#__itemListBody .__thisTitle .__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
}
#__itemListBody .__thisTitle .__bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  opacity: 0.7;
  padding: 0.75rem 1rem;
  border-radius: 2px;
}
@media screen and (min-width: 320px) {
  #__itemListBody .__thisTitle .__bread ul {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody .__thisTitle .__bread ul {
    opacity: 1;
  }
}
#__itemListBody .__thisTitle .__bread li {
  font-size: 0.95rem;
}
#__itemListBody .__thisTitle .__bread a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
#__itemListBody .__thisTitle .__bread a:after {
  content: "●";
  margin: 0 1rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0.3;
}
#__itemListBody .__thisTitle .__bread a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 320px) {
  #__itemListBody main {
    width: 100%;
    padding: 5rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main {
    width: 78.5%;
    padding: 0 3.5rem 0 0;
  }
}
#__itemListBody main ul {
  display: grid;
}
@media screen and (min-width: 320px) {
  #__itemListBody main ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.62rem;
  }
}
@media screen and (min-width: 320px) {
  #__itemListBody main .__thisPager {
    padding: 3rem 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main .__thisPager {
    padding: 3rem 0;
  }
}
#__itemListBody main .__thisPager .__ul {
  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;
}
@media screen and (min-width: 320px) {
  #__itemListBody main .__thisPager .__link {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main .__thisPager .__link {
    margin: 0 3rem;
  }
}
#__itemListBody main .__thisPager .__link a {
  width: auto;
  height: auto;
  margin: 0 8px;
}
@media screen and (min-width: 320px) {
  #__itemListBody main .__thisPager .__link a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main .__thisPager .__link a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 320px) {
  #__itemListBody main .__thisPager .__link a svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main .__thisPager .__link a svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 320px) {
  #__itemListBody main .__thisPager .__li {
    margin: 0 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main .__thisPager .__li {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 320px) {
  #__itemListBody main .__thisPager .__li.current {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main .__thisPager .__li.current {
    margin: 0 1rem;
  }
}
#__itemListBody main .__thisPager .__li.current a {
  border-radius: 50%;
  color: #FFF;
  background: #7b7e86;
  font-weight: 700;
}
#__itemListBody main .__thisPager 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;
}
@media screen and (min-width: 320px) {
  #__itemListBody main .__thisPager a {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody main .__thisPager a {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 320px) {
  #__itemListBody nav {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody nav {
    width: 15%;
  }
}
#__itemListBody nav.is-affixed .__thisSidebarInner {
  padding-top: 3rem !important;
}
@media screen and (min-width: 320px) {
  #__itemListBody nav .__thisSidebarInner {
    padding: 0 0 0 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody nav .__thisSidebarInner {
    padding: 0 0 0 3.5rem;
  }
}
#__itemListBody nav .__navBlock {
  margin-bottom: 4rem;
  padding-top: 2.5rem;
}
#__itemListBody nav .__navBlock h2 {
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) {
  #__itemListBody nav .__navBlock h2 .arrow {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody nav .__navBlock h2 .arrow {
    display: none;
  }
}
#__itemListBody nav .__navBlock li {
  position: relative;
}
@media screen and (min-width: 320px) {
  #__itemListBody nav .__navBlock li {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody nav .__navBlock li {
    padding: 3px 0;
  }
}
#__itemListBody nav .__navBlock li.__space::before {
  display: none;
}
#__itemListBody nav .__navBlock li a {
  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%;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
@media screen and (min-width: 320px) {
  #__itemListBody nav .__navBlock li a {
    font-size: 0.98rem;
    padding: 8px 0;
    border-top: solid 1px var(--color-border);
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody nav .__navBlock li a {
    font-size: 0.92rem;
    padding: 0;
    border-top: none;
  }
}
#__itemListBody nav .__navBlock li a:hover {
  opacity: 0.4;
}
#__itemListBody nav .__navBlock li a.isActive {
  border: none !important;
  background: var(--color-gray-font);
  color: var(--color-white);
}
@media screen and (min-width: 320px) {
  #__itemListBody nav .__navBlock li:last-child {
    border-bottom: solid 1px var(--color-border);
  }
}
@media screen and (min-width: 768px) {
  #__itemListBody nav .__navBlock li:last-child {
    border-bottom: none;
  }
}

/* ******************************
 *
 * ARTICLE
 *
 * ****************************** */
#__articleList {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#__articleList article {
  position: relative;
  display: block;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}
#__articleList article:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
#__articleList article::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}
#__articleList article:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
#__articleList article a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 5vw;
}
@media screen and (min-width: 320px) {
  #__articleList article .__thumb {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #__articleList article .__thumb {
    width: 30%;
  }
}
@media screen and (min-width: 320px) {
  #__articleList article .__title {
    width: 100%;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #__articleList article .__title {
    width: 65%;
    padding-top: 0;
  }
}
#__articleList article .__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  opacity: 0.8;
}
#__articleList article .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 5px 8px;
  border-radius: 3px;
}
#__articleList article .cat svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#__articleList article .title {
  font-family: "shippori-mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin: 1rem 0;
}
#__articleList article .excerpt {
  font-size: 0.9rem;
  opacity: 0.75;
  letter-spacing: 0.07em;
}

#__theArticle .head {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  #__theArticle .head {
    padding: 0 0 3rem;
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  #__theArticle .head {
    padding: 0 0 3rem;
    margin: 0 0 3rem;
  }
}
#__theArticle .head h1 {
  font-family: "shippori-mincho", serif;
  font-size: 2.2rem;
}
#__theArticle .head .info {
  padding: 1rem 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  opacity: 0.7;
}
#__theArticle .content {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__theArticle .content {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #__theArticle .content {
    max-width: 650px;
  }
}
@media screen and (min-width: 960px) {
  #__theArticle .content {
    max-width: 800px;
  }
}
#__theArticle .content p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.84;
  margin-bottom: 3rem;
  opacity: 0.8;
}
#__theArticle .content p a {
  color: #0693e3;
  text-decoration: underline;
}
#__theArticle .content p a:hover {
  text-decoration: none;
}
#__theArticle .content .has-vivid-red-color {
  color: #CF2E2E;
}
#__theArticle .content .has-vivid-purple-color {
  color: #9B51E0;
}
#__theArticle .content .has-pale-pink-color {
  color: #f78da7;
}
#__theArticle .content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
#__theArticle .content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
#__theArticle .content .has-light-green-cyan-color {
  color: #7bdcb5;
}
#__theArticle .content .has-vivid-green-cyan-color {
  color: #00d084;
}
#__theArticle .content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
#__theArticle .content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
#__theArticle .content .has-very-light-gray-color {
  color: #eee;
}
#__theArticle .content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
#__theArticle .content .has-very-dark-gray-color {
  color: #313131;
}
#__theArticle .content figure {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 320px) {
  .cartItemsBody {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cartItemsBody {
    width: 60%;
  }
}
.cartItemsBody .cartItem {
  background: #FFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 3px 3px 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 30px -10px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.cartItemInner {
  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;
}
.cartItemInner .imgArea {
  width: 20%;
}
.cartItemInner .imgArea figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.cartItemInner .imgArea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cartItemInner .infoArea {
  width: 70%;
}
.cartItemInner .delete__btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.cartItemInner .delete__btn svg {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}

.cartItemTitle {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.cartItemPrice {
  font-size: 1.1rem;
  padding: 0.5rem 0 1rem;
  opacity: 0.8;
}

.cartItemNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
}
.cartItemNum select, .cartItemNum input {
  width: 85% !important;
  border: solid 1px rgba(0, 0, 0, 0.25);
  padding: 0.75rem;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
}

.cartItemTotal {
  text-align: right;
  margin-top: 2rem;
  padding: 0.8rem 1.25rem;
  background: rgba(0, 0, 0, 0.025);
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.cartItemTotal span {
  font-weight: 400;
  font-size: 85%;
}

#closeBoard {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  color: rgba(0, 0, 0, 0.8);
  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;
  font-family: sans-serif !important;
}
#closeBoard .title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
#closeBoard .desc {
  font-size: 1rem;
  line-height: 1.86;
}

.close {
  overflow: hidden;
}
.close #closeBoard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.noItemsText {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  padding: 1rem;
}/*# sourceMappingURL=style.css.map */