@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/* ja 12px sp: 12px*/
/* ja 14px 16px 18px 24px sp: 14px 16px 20px*/
/* ja 34px 40px sp: 27px 32px*/
/* en 14px 20px sp: 14px 16px*/
/* en 24px 40px 60px sp: 20px 32px 48px*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*----------------------------------------------------
common
--------------------------------------------------- */
:root {
  --vw: 1vw;
}

/* wrap, block */
html {
  background-color: #fff;
  height: 100%;
  background-color: #FBFBFB;
  scroll-behavior: smooth;
}

body {
  /*	min-width: 1200px;
  	min-height: 100vh;
  	min-height: -webkit-fill-available;
  	font-size: 1.6em;
  	line-height: (28/16);

  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	overflow-x: hidden;*/
  height: 100%;
  line-height: 1.8;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #282828;
  font-weight: 500;
  opacity: 0;
  padding-top: 88px;
}
body.show {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body {
    word-wrap: break-word;
    min-width: 320px;
    padding-top: 16vw;
    font-size: 4.2666666667vw;
  }
}

/*
strong,.bold{
	font-weight: 700;
}
*/
img[src$=".svg"] {
  width: 100%;
}

img {
  max-width: 100%;
}

main {
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  main {
    min-width: 320px;
  }
}

.main__wrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .main__wrap {
    padding-bottom: 21.3333333333vw;
  }
}

.inner {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 89.3333333333vw;
  }
}

/*
.active-pc {
    display: initial;
    @include m.mq-down() {
    	display: none;
    }
	&--block {
		display: block;
		@include m.mq-down() {
			display: none;
		}
	}
}

.active-sp {
    display: none;
    @include m.mq-down() {
    	display: initial;
    }
	&--block {
		display: none;
		@include m.mq-down() {
			display: block;
		}
	}
}*/
@media screen and (min-width: 768px) {
  .active-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .active-pc {
    display: none;
  }
}

/* --------------------
keyframe
-------------------- */
@-webkit-keyframes scroll {
  0% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  15% {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }
  20% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes scroll {
  0% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  15% {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }
  20% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(1rem) rotate(-45deg);
            transform: translateX(1rem) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateX(-1rem) rotate(-45deg);
            transform: translateX(-1rem) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(1rem) rotate(-45deg);
            transform: translateX(1rem) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateX(-1rem) rotate(-45deg);
            transform: translateX(-1rem) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
.link__txt {
  color: #076BD8;
  text-decoration: none;
  display: inline-block;
  padding-right: 1em;
  position: relative;
  line-height: 1.5;
}
.link__txt::after {
  content: "";
  position: absolute;
  top: 0.52em;
  right: 2px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #076BD8;
  border-bottom: 2px solid #076BD8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .link__txt::after {
    right: 0.5333333333vw;
    width: 2.4vw;
    height: 2.4vw;
    border-right: 0.5333333333vw solid #076BD8;
    border-bottom: 0.5333333333vw solid #076BD8;
  }
}
@media screen and (min-width: 768px) {
  .link__txt {
    background-image: -webkit-gradient(linear, left top, right top, from(#076BD8), to(#076BD8));
    background-image: linear-gradient(90deg, #076BD8, #076BD8);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 0 2px;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
    padding-bottom: 4px;
  }
  .link__txt:hover {
    color: #076BD8;
    background-size: 100% 2px;
  }
}
.link__arrow {
  width: 58px;
  height: 36px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link__arrow {
    width: 8.5333333333vw;
    height: 5.3333333333vw;
  }
}
.link__arrow::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 26px;
  height: 26px;
  border-left: 4px solid #282828;
  border-bottom: 4px solid #282828;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .link__arrow::before {
    top: 0.8vw;
    left: 0.8vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-left: 1.0666666667vw solid #282828;
    border-bottom: 1.0666666667vw solid #282828;
  }
}
.link__arrow::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 55px;
  background-color: #282828;
  position: absolute;
  right: 0;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .link__arrow::after {
    height: 1.0666666667vw;
    width: 7.7333333333vw;
    top: 2.1333333333vw;
  }
}
.link__more {
  color: #282828;
  text-decoration: none;
  display: inline-block;
  padding-right: 1em;
  position: relative;
  line-height: 1.5;
}
.link__more::after {
  content: "";
  position: absolute;
  top: 0.31em;
  right: 0;
  width: 9px;
  height: 9px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .link__more::after {
    width: 2.4vw;
    height: 2.4vw;
    border-right: 0.5333333333vw solid #282828;
    border-bottom: 0.5333333333vw solid #282828;
  }
}
@media screen and (min-width: 768px) {
  .link__more {
    background-image: -webkit-gradient(linear, left top, right top, from(#282828), to(#282828));
    background-image: linear-gradient(90deg, #282828, #282828);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 0 2px;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
    padding-bottom: 4px;
  }
  .link__more:hover {
    background-size: 100% 2px;
  }
}
.link__color {
  color: #076BD8;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link__color:hover {
    text-decoration: none;
  }
}

.back-link {
  width: 58px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .back-link {
    width: 8.5333333333vw;
    height: 5.3333333333vw;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.arrow-wrap {
  position: relative;
}

/*----------------------------------------------------
 btn
--------------------------------------------------- */
.btn {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #076BD8;
  padding: 0 1.333em;
  line-height: 50px;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .btn {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn:hover {
    background-color: #3982DF;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 4.2666666667vw;
    line-height: 12.8vw;
    border-radius: 6.4vw;
    padding: 0 1.7em;
  }
}
.btn--secondary {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  border: 2px solid #282828;
  padding: 0 1.222em;
  line-height: 46px;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .btn--secondary {
    -webkit-transition: color 0.6s, background-color 0.3s;
    transition: color 0.6s, background-color 0.3s;
  }
  .btn--secondary:hover {
    background-color: #282828;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .btn--secondary {
    font-size: 4.2666666667vw;
    line-height: 11.7333333333vw;
    border-radius: 6.4vw;
    padding: 0 1.375em;
    border: 0.5333333333vw solid #282828;
  }
}

/*----------------------------------------------------
 form
--------------------------------------------------- */
.search {
  display: block;
  width: 100%;
}
.search-narrow__list {
  position: relative;
  display: block;
}
.search-narrow__list::after {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 1.1em;
  width: 9px;
  height: 9px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .search-narrow__list::after {
    width: 2.4vw;
    height: 2.4vw;
    border-right: 0.5333333333vw solid #282828;
    border-bottom: 0.5333333333vw solid #282828;
  }
}
.search-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-free input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 2px solid #EAEAEA;
  border-right: none;
  font-size: 0.875rem;
  padding: 0.386em 1em 0.386em 1.4285em;
  background-color: #fff;
}
.search-free input[type=search]::-webkit-input-placeholder {
  color: #BBBBBB;
}
.search-free input[type=search]::-moz-placeholder {
  color: #BBBBBB;
}
.search-free input[type=search]:-ms-input-placeholder {
  color: #BBBBBB;
}
.search-free input[type=search]::-ms-input-placeholder {
  color: #BBBBBB;
}
.search-free input[type=search]::placeholder {
  color: #BBBBBB;
}
.search-free input[type=search]:focus {
  outline: none;
  border: 2px solid #555;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .search-free input[type=search] {
    font-size: 4.2666666667vw;
    padding: 0 0.875em 0 1.25em;
  }
  .search-free input[type=search]::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .search-free input[type=search]::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .search-free input[type=search]:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .search-free input[type=search]::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .search-free input[type=search]::placeholder {
    font-size: 3.7333333333vw;
  }
}
.search-free button {
  background-color: #555;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .search-free button {
    width: 10.6666666667vw;
  }
}
.search select {
  border: 2px solid #EAEAEA;
  font-size: 0.875rem;
  width: 100%;
  padding: 0.386em 1em 0.386em 1.4285em;
  background-color: #fff;
}
.search select:focus {
  outline: none;
  border: 2px solid #555;
}
@media screen and (max-width: 767px) {
  .search select {
    font-size: 3.7333333333vw;
  }
}

/*----------------------------------------------------
 wp-pagenavi
--------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}
.wp-pagenavi a {
  display: block;
  width: 24px;
  text-align: center;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a {
    width: 6.4vw;
    margin: 0 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .wp-pagenavi a:hover {
    opacity: 0.3;
  }
}
.wp-pagenavi span {
  display: block;
  width: 24px;
  text-align: center;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span {
    width: 6.4vw;
    margin: 0 1.0666666667vw;
  }
}
.wp-pagenavi span.current {
  opacity: 0.3;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: relative;
  margin-left: 17px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    margin-left: 2.1333333333vw;
  }
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 0.52em;
  right: 7.635px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
    right: 2.036vw;
    width: 2.4vw;
    height: 2.4vw;
    border-right: 0.5333333333vw solid #282828;
    border-bottom: 0.5333333333vw solid #282828;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 17px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 2.1333333333vw;
  }
}
.wp-pagenavi .previouspostslink::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*----------------------------------------------------
 header
--------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #FBFBFB;
}
.header__layout-column {
  padding: 24px 0;
  width: 1200px;
  margin: auto;
  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 (max-width: 767px) {
  .header__layout-column {
    width: 100%;
    display: block;
    padding: 3.7333333333vw 0;
    background-color: #FBFBFB;
  }
  .header__layout-column--open {
    background-color: #555;
  }
  .header__layout-column--open .logo {
    background-color: #fff;
    -webkit-mask-image: url(../images/common/logo.svg);
            mask-image: url(../images/common/logo.svg);
    -webkit-mask-size: 18.9626666667vw 8.5333333333vw;
            mask-size: 18.9626666667vw 8.5333333333vw;
  }
  .header__layout-column--open .logo img {
    opacity: 0;
  }
  .header__layout-column--open .menu {
    display: block;
    position: fixed;
    top: 15.7333333333vw;
  }
}
.header .logo {
  height: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 18.9626666667vw;
    height: 8.5333333333vw;
    margin: auto;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
    padding: 10.6666666667vw 5.3333333333vw;
    background-color: #555;
    width: 100%;
    height: calc(100dvh - 15.7333333333vw);
    overflow-y: auto;
  }
}
.menu__list {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .menu__list {
    margin-left: 0;
    border-top: 1px solid #BBBBBB;
  }
  .menu__list--privacy {
    border-top: 0;
    padding-top: 8vw;
  }
  .menu__list--privacy .menu__list-link {
    padding: 2.6666666667vw 0;
  }
  .menu__list--english {
    border-top: 0;
  }
  .menu__list--english .menu__list-link {
    padding: 2.6666666667vw 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .menu__list--japanese {
    text-align: center;
  }
}
.menu__list:first-child {
  margin-left: 0;
}
.menu__list--open {
  position: relative;
}
.menu__list--open::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #EAEAEA transparent;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .menu__list--open::before {
    content: none;
  }
}
.menu__list--open .menu__list-link--arrow {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .menu__list--open .menu__list-link--arrow {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .menu__list--cr .menu__list-link {
    opacity: 0.3;
  }
  .menu__list--cr .mega-menu__title .menu__list-link {
    opacity: 1;
  }
}
.menu__list-link {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu__list-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .menu__list-link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 767px) {
  .menu__list-link {
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 4.2666666667vw 0;
  }
}
.menu__list-link--arrow {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu__list-link--arrow {
    display: block;
    padding-right: 0;
  }
}
.menu__list-link--arrow::after {
  content: "";
  position: absolute;
  top: 0.625em;
  right: 2px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .menu__list-link--arrow::after {
    right: 6.9333333333vw;
    top: calc(0.625em + 4.2666666667vw);
    width: 2.4vw;
    height: 2.4vw;
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
}
.menu__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10.6666666667vw auto 0;
  width: 27.7333333333vw;
}
.menu__sns--insta {
  width: 8.5333333333vw;
  margin-right: 10.6666666667vw;
}
.menu__sns--line {
  width: 8.5333333333vw;
}

.mega-menu {
  position: fixed;
  left: 0;
  top: 88px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#BBBBBB), color-stop(50%, #BBBBBB), color-stop(50%, #EAEAEA), to(#EAEAEA));
  background: linear-gradient(90deg, #BBBBBB 0%, #BBBBBB 50%, #EAEAEA 50%, #EAEAEA 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .mega-menu {
    position: static;
    display: block;
    background: #555;
  }
  .mega-menu__link {
    margin-top: 3.7333333333vw;
    margin-left: 10.1333333333vw;
    line-height: 1;
  }
}
.mega-menu__logo {
  width: 117px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mega-menu__logo {
    display: none;
  }
}
.mega-menu__title {
  background-color: #BBBBBB;
  width: 180px;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .mega-menu__title {
    background-color: #555;
    width: 100%;
    padding: 0;
  }
}
.mega-menu__title-wrap {
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mega-menu__title-wrap {
    width: 100%;
    text-align: left;
  }
}
.mega-menu__title .menu__list-link {
  display: inline-block;
  border: 2px solid #282828;
  border-radius: 20px;
  font-size: 0.875rem;
  margin-top: 10px;
  padding: 0 1rem;
  line-height: 36px;
  -webkit-transition: color 0.6s, background-color 0.3s;
  transition: color 0.6s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .mega-menu__title .menu__list-link:hover {
    opacity: 1;
    background-color: #282828;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .mega-menu__title .menu__list-link {
    display: block;
    border: none;
    line-height: 1.6;
    margin-top: 0;
    padding: 0;
  }
}
.mega-menu--hide {
  display: none;
}

.sub-menu {
  background-color: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1020px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sub-menu {
    background-color: #555;
    width: calc(100% - 10.1333333333vw);
    padding: 0 0 5.3333333333vw;
    margin-left: 10.1333333333vw;
  }
}
.sub-menu__list {
  width: 215px;
  margin-left: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sub-menu__list {
    line-height: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 8vw;
  }
}
.sub-menu__list:nth-child(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sub-menu__list:nth-child(n+5) {
    margin-top: 8vw;
  }
}
.sub-menu__list-link {
  display: block;
}
.sub-menu__thumb {
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sub-menu__thumb {
    display: none;
  }
}
.sub-menu__txt {
  font-size: 0.875rem;
  padding-right: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-menu__txt {
    color: #fff;
    font-size: 3.7333333333vw;
    padding-right: 0;
  }
}
.sub-menu__txt--en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .sub-menu__txt--en {
    color: #fff;
    font-size: 3.7333333333vw;
  }
}
.sub-menu__txt::after {
  content: "";
  position: absolute;
  bottom: 0.38em;
  right: 2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .sub-menu__txt::after {
    content: none;
  }
}

.hbg-menu {
  display: none;
  position: fixed;
  top: 32px;
  right: 48px;
  width: 66px;
  height: 30px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .hbg-menu {
    display: block;
    top: 3.7333333333vw;
    left: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .hbg-menu .hbgButton {
    position: relative;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .hbg-menu .hbgButton--open span {
    -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    background-color: #fff;
  }
  .hbg-menu .hbgButton--open span:nth-child(1) {
    top: 4vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hbg-menu .hbgButton--open span:nth-child(2) {
    top: 4vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hbg-menu span {
    display: block;
    position: absolute;
    width: 8.5333333333vw;
    height: 0.5333333333vw;
    background-color: #282828;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .hbg-menu span:nth-child(1) {
    top: 2.6666666667vw;
  }
  .hbg-menu span:nth-child(2) {
    top: 5.3333333333vw;
  }
}

.footer {
  position: sticky;
  top: 100vh;
  background-color: #555;
  color: #fff;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 5.3333333333vw;
  }
}
.footer__wrap {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10.6666666667vw 0 8vw;
  }
}
.footer__heading {
  width: 366px;
}
@media screen and (max-width: 767px) {
  .footer__heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  width: 88px;
  height: 40px;
  background-color: #fff;
  -webkit-mask-image: url(../images/common/logo.svg);
          mask-image: url(../images/common/logo.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    display: none;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.footer__sns--insta {
  width: 29px;
  margin-right: 24px;
}
.footer__sns--line {
  width: 29px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 8vw auto 0;
    width: 27.7333333333vw;
  }
  .footer__sns--insta {
    width: 8.5333333333vw;
    margin-right: 10.6666666667vw;
  }
  .footer__sns--line {
    width: 8.5333333333vw;
  }
}
.footer__form {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__form {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 10.6666666667vw;
  }
}
.footer__form-txt {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 8px;
  color: #EAEAEA;
}
@media screen and (max-width: 767px) {
  .footer__form-txt {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.footer__form-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__form-wrap {
    margin-top: 4.2666666667vw;
  }
}
.footer__form--input {
  background-color: #fff;
  width: 240px;
  color: #282828;
  font-size: 0.875rem;
  padding: 0 0.4em;
  line-height: 38px;
  border: 1px solid #707070;
  border-right: none;
}
.footer__form--input:focus {
  outline: none;
}
.footer__form--input::-webkit-input-placeholder {
  color: #BBBBBB;
  font-size: 0.75rem;
}
.footer__form--input::-moz-placeholder {
  color: #BBBBBB;
  font-size: 0.75rem;
}
.footer__form--input:-ms-input-placeholder {
  color: #BBBBBB;
  font-size: 0.75rem;
}
.footer__form--input::-ms-input-placeholder {
  color: #BBBBBB;
  font-size: 0.75rem;
}
.footer__form--input::placeholder {
  color: #BBBBBB;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__form--input {
    width: calc(100% - 16vw);
    font-size: 4.2666666667vw;
    line-height: 10.1333333333vw;
    border: 0.2666666667vw solid #707070;
    border-right: none;
  }
  .footer__form--input::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  .footer__form--input::-moz-placeholder {
    font-size: 3.2vw;
  }
  .footer__form--input:-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .footer__form--input::-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .footer__form--input::placeholder {
    font-size: 3.2vw;
  }
}
.footer__form--btn {
  background-color: #282828;
  width: 60px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .footer__form--btn {
    width: 16vw;
    height: 10.6666666667vw;
  }
}
.footer__form--btn img {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .footer__form--btn img {
    width: 8.5333333333vw;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .footer__list {
    display: block;
    padding-top: 0;
  }
  .footer__list-case-study {
    margin-top: 6.4vw;
  }
  .footer__list-store {
    margin-top: 6.4vw;
  }
}
.footer__list > li {
  width: 254px;
}
@media screen and (max-width: 767px) {
  .footer__list > li {
    width: 100%;
  }
}
.footer__list-news {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__list-news {
    margin-top: 6.4vw;
  }
}
.footer__list-collections {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__list-collections {
    margin-top: 6.4vw;
  }
}
.footer__list-contact {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__list-contact {
    margin-top: 6.4vw;
  }
}
.footer__list--secondary {
  font-size: 0.625rem;
  font-weight: 400;
  color: #EAEAEA;
  margin-top: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer__list--secondary {
    display: none;
  }
}
.footer__list--secondary li ~ li {
  margin-top: 10px;
}
.footer__foot {
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__foot {
    padding-top: 5.3333333333vw;
    display: block;
  }
}
.footer__foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  color: #EAEAEA;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer__foot-nav {
    font-size: 3.2vw;
  }
}
.footer__foot-nav--english {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #EAEAEA;
}
@media screen and (max-width: 767px) {
  .footer__foot-nav--english {
    margin-left: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.copyright {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 3.7333333333vw;
    font-size: 3.2vw;
  }
}

.footer-en {
  position: sticky;
  top: 100vh;
  background-color: #555;
  color: #fff;
}
.footer-en__wrap {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer-en__wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.footer-en__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-en__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6vw;
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.footer-en__logo {
  width: 88px;
  height: 40px;
  background-color: #fff;
  -webkit-mask-image: url(../images/common/logo.svg);
          mask-image: url(../images/common/logo.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 53px;
}
@media screen and (max-width: 767px) {
  .footer-en__logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-en__list-title {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .footer-en .copyright {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-en .copyright {
    margin-top: 0;
  }
}

.breadcrumb {
  padding-top: 30px;
  width: 1200px;
  margin: auto;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__item {
  color: #BBBBBB;
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.6em;
  color: #282828;
}
.breadcrumb__item a {
  color: #282828;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb__item a:hover {
    color: #BBBBBB;
  }
}

.common-page-title {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .common-page-title {
    padding-top: 16vw;
  }
}
.common-page-title__en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .common-page-title__en {
    font-size: 12.8vw;
  }
}
.common-page-title__ja {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .common-page-title__ja {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}

.common-page-sub-title {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-page-sub-title {
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }
}
.common-page-sub-title__inner {
  position: relative;
}
.common-page-sub-title .link-back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 58px;
  height: 37px;
  background: url(../images/common/page_sub_title_arrow.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .common-page-sub-title .link-back {
    width: 8.5333333333vw;
    height: 5.6vw;
    background: url(../images/common/page_sub_title_arrow_sp.png) no-repeat center/contain;
  }
}
@media (hover: hover) and (pointer: fine) {
  .common-page-sub-title .link-back:hover {
    -webkit-transform: translate(-15px, -50%);
            transform: translate(-15px, -50%);
  }
}
.common-page-sub-title__title {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .common-page-sub-title__title {
    position: relative;
    font-size: 8.5333333333vw;
    line-height: 1.6;
  }
}
.common-page-sub-title__title span {
  display: block;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .common-page-sub-title__title span {
    max-width: 66.6666666667vw;
  }
}
.common-page-sub-title__title--en {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .common-page-sub-title__title--static {
    position: static;
  }
}
.common-page-sub-title__lead {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-top: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .common-page-sub-title__lead {
    margin-top: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
.common-page-sub-title__lead--small {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .common-page-sub-title__lead--small {
    font-size: 4.2666666667vw;
  }
}

/* swiper */
.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-slide {
  width: 980px;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 100%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.1333333333vw;
  }
}

.swiper-pagination-bullet {
  background-color: #BBBBBB;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #282828;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10.6666666667vw;
  }
}

.swiper-button-next, .swiper-button-prev {
  height: 50px;
  width: 50px;
  background-color: #BBBBBB;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
    background-color: rgba(187, 187, 187, 0.6);
  }
}

.swiper-button-next {
  right: -70px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 8vw;
  }
}

.swiper-button-prev {
  left: -70px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 8vw;
  }
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    width: 2.4vw;
    height: 2.4vw;
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
}

.swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next::after {
    margin-right: 0.8vw;
  }
}

.swiper-button-prev::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    margin-left: 0.8vw;
  }
}

/*----------------------------------------------------
 animation
--------------------------------------------------- */
.js-anim-target-transform, .js-anim-homeDiscover-mark > *, .js-anim-homeDiscover-titlePC, .js-anim-homeDiscover-titleSP-01, .js-anim-homeDiscover-titleSP-02, .js-anim-homeDiscover-titleSP-03, .js-anim-homeDiscover-txt, .js-anim-common-target, .js-anim-commonPC-target, .js-anim-commonSP-target, .js-anim-commonFlex-content, .js-anim-commonFlex-figure img, .js-anim-commonFigure img, .js-anim-aboutFlex-targetTitle, .js-anim-aboutFlex-targetContent {
  will-change: transform, opacity;
}