@charset "UTF-8";
/*
--------------------------------
	variables
--------------------------------
*/
/* ---- sizes ---- */
/* ---- colors ---- */
/* ---- border radius ---- */
/*
--------------------------------
	mixins
--------------------------------
*/
/* ---- media query ---- */
/* ---- drop shadow ---- */
/* ---- language ---- */
/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
} */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%; /* for iOS, Android */
}

li {
  list-style: none;
}

a, button {
  -webkit-tap-highlight-color: transparent; /* for iOS, Android */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

input, select, textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  line-height: 1;
}

strong, em, b {
  font-weight: 700;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/LINESeedJP_OTF_Rg.woff2) format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/LINESeedJP_OTF_Bd.woff2) format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/fonts/LINESeedJP_OTF_Eb.woff2) format("woff2");
}
/*
--------------------------------
	font
--------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-family: "LINESeedJP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  /* line-height: 1; */
  padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  body {
    padding-top: 70px;
  }
}
body:lang(en) {
  letter-spacing: 0.02em;
  word-break: break-word;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.en {
  font-family: "LINESeedJP", sans-serif;
}

@media screen and (max-width: 767.9px) {
  body {
    font-size: 1.5rem;
  }
}
/*
--------------------------------
	utilities
--------------------------------
*/
/* ---- media query ---- */
@media screen and (min-width: 768px) {
  .show-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767.9px) {
  .show-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1350px) {
  .show-u1350 {
    display: none !important;
  }
}
/* makeshift */
@media screen and (max-width: 1199px) {
  span.show-ps-sp {
    display: none !important;
  }
}
/* ---- margin ---- */
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 767.9px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mt10 {
    margin-top: 2vw !important;
  }
  .mt20 {
    margin-top: 4vw !important;
  }
  .mt30 {
    margin-top: 6vw !important;
  }
  .mt40 {
    margin-top: 8vw !important;
  }
  .mt50 {
    margin-top: 10vw !important;
  }
  .mt60 {
    margin-top: 12vw !important;
  }
  .mt70 {
    margin-top: 14vw !important;
  }
  .mt80 {
    margin-top: 16vw !important;
  }
  .mt90 {
    margin-top: 18vw !important;
  }
  .mt100 {
    margin-top: 20vw !important;
  }
  .mt110 {
    margin-top: 22vw !important;
  }
  .mt120 {
    margin-top: 24vw !important;
  }
  .mt130 {
    margin-top: 26vw !important;
  }
  .mt140 {
    margin-top: 28vw !important;
  }
  .mt150 {
    margin-top: 30vw !important;
  }
  .mt160 {
    margin-top: 32vw !important;
  }
  .mt170 {
    margin-top: 34vw !important;
  }
  .mt180 {
    margin-top: 36vw !important;
  }
  .mt190 {
    margin-top: 38vw !important;
  }
  .mt200 {
    margin-top: 40vw !important;
  }
  .sp-mt80 {
    margin-top: 21.3vw !important;
  }
  .sp-mt64 {
    margin-top: 17.1vw !important;
  }
  .sp-mt56 {
    margin-top: 14.9vw !important;
  }
  .sp-mt40 {
    margin-top: 10.7vw !important;
  }
  .sp-mt32 {
    margin-top: 8.5vw !important;
  }
  .sp-mt0 {
    margin-top: 0 !important;
  }
}
/* ---- align ---- */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ---- animation ---- */
@keyframes arrow-right {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arrow-left {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
  50% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0) rotate(180deg);
  }
  50.1% {
    opacity: 0;
    transform: translate3d(10px, 0, 0) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
@keyframes arrow-up {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(45deg);
  }
  50.1% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
@keyframes arrow-up-iphone {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}
@keyframes arrow-down {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) rotate(90deg);
  }
  50.1% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
}
/*
--------------------------------
	container
--------------------------------
*/
.body-container {
  padding: 120px 5vw;
}
.body-container.bg-gray {
  background-color: #f4f4f4;
}
.body-container.bg-gray.dark {
  background-color: #d9d9d9;
}
.body-container.no-top-padding {
  padding-top: 0;
}
.body-container.no-bottom-padding {
  padding-bottom: 0;
}
.body-container .body-inner {
  max-width: 1104px;
  margin: 0 auto;
}
.body-container .article-inner {
  max-width: 800px;
  margin: 0 auto;
}
.body-container .body-inner > :first-child,
.body-container .article-inner > :first-child {
  margin-top: 0;
}

@media screen and (max-width: 767.9px) {
  .body-container {
    padding: 21.3vw 5vw;
  }
  .body-container.no-top-padding {
    padding-top: 0;
  }
  .body-container.no-bottom-padding {
    padding-bottom: 0;
  }
  .body-container .body-inner {
    max-width: none;
    margin: 0;
  }
  .body-container .article-inner {
    max-width: none;
    margin: 0;
  }
}
/*
--------------------------------
	page header
--------------------------------
*/
/* ---- pc ---- */
header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #fff;
  letter-spacing: 0.1em;
  transition: height 0.2s ease-out;
}
.is-scroll header {
  height: 70px;
}
header::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
header.top-no-border::after {
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}

.is-scroll header.top-no-border::after {
  opacity: 1;
  transition: opacity 0s linear 0s;
}

.megamenu-open header::after {
  opacity: 1;
  transition: opacity 0s linear 0.1s;
}

header .header {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
  transition: max-width 0.2s ease-out;
  line-height: 1;
}

.header-logo {
  display: flex;
  max-width: 15vw;
  height: 100%;
  margin-left: 40px;
  align-items: center;
}
.header-logo img {
  width: 184px;
  aspect-ratio: 1/0.239;
}
.header-logo img:lang(en) {
  width: 55px;
  aspect-ratio: 1/0.738;
}
header button:-moz-focusring {
  outline: auto!important;
  outline: auto -webkit-focus-ring-color!important;
}

@media screen and (min-width: 1200px) {
  .header-nav {
    display: flex !important;
    height: 100%;
  }
  .header-nav .gnav {
    padding: 0 1.5vw;
    font-size: 14px;
  }
  .header-nav .gnav:lang(en) {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  .header-nav > ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-nav > ul > li {
    height: 100%;
    line-height: 1.24;
  }
  .header-nav > ul > li > a,
  .header-nav > ul > li > button {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
  }
  .header-nav .gnav > li > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #2e2e2e;
    transition: width 0.2s ease-out, left 0.2s ease-out;
  }
  .header-nav .gnav > li:hover > a::after,
  .header-nav .gnav > li.is-current > a::after {
    width: 100%;
    left: 0;
  }
  .header-nav .gnav > li > a {
    padding: 0 1.2vw;
    text-align: center;
    transition: padding 0.2s ease-out;
  }
  .header-nav .gnav > li > a.is-disabled {
    cursor: default;
  }
  .header-nav .sub-menu {
    padding: 0 40px 0 0;
  }
  .header-nav .sub-menu img {
    display: block;
  }
  .header-nav .sub-menu .btn-search button {
    padding: 0 0 0 20px;
  }
  .megamenu {
    position: absolute;
    z-index: 2;
    display: block !important;
    width: 100%;
    height: calc(10 * (1.4em + 3vh) + 6vh);
    max-height: 0;
    top: 100%;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    transition: max-height 0.3s ease-out 0.1s, z-index 0s linear 0.4s;
  }
  .megamenu-col1:before,
  .megamenu:before,
  .megamenu:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    left: 25%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .megamenu:before {
    left: 50%;
  }
  .megamenu:after {
    left: 75%;
  }
  .megamenu-open .megamenu {
    max-height: 600px;
    transition: max-height 0.3s ease-out 0.1s, z-index 0s linear 0.1s;
  }
  .megamenu[aria-hidden=false] {
    z-index: 3;
  }
  /*
    .megamenu .btn-col {
      transition: background-color .2s linear;
    }

    .megamenu .megamenu-col2 .btn-col:hover {
      background-color: g.$color_bg;
    }
    .megamenu .megamenu-col3 .btn-col:hover {
      background-color: #e4e4e4;
    }
  */
  .megamenu-col {
    float: left;
    display: block !important;
    width: 25%;
    height: 100%;
    top: -100%;
    padding: 3vh 0;
  }
  .megamenu-col.col2 {
    width: 50%;
  }
  .megamenu-col3 {
    position: absolute;
    left: 50%;
    background-color: #f4f4f4;
    opacity: 0;
    transition: top 0s linear 0.2s, opacity 0.2s linear;
  }
  .megamenu-col4 {
    position: absolute;
    width: 100%;
    left: 100%;
    background-color: #e4e4e4;
    opacity: 0;
    transition: top 0s linear 0.2s, opacity 0.2s linear;
  }
  /*
  .megamenu .btn-col:hover > .megamenu-col {
    top: 0;
    opacity: 1;
    transition: top 0s linear, opacity .2s linear;
  }
  */
  .megamenu-col li {
    clear: both;
    width: 100%;
    transition: background-color 0.2s linear;
  }
  .megamenu .megamenu-col.col2 li {
    clear: none;
    float: left;
    width: 50%;
    overflow: visible;
  }
  .megamenu .megamenu-col.col2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .megamenu .megamenu-col2 .pc-submenu-open {
    background-color: #f4f4f4;
  }
  .megamenu .megamenu-col3 .pc-submenu-open {
    background-color: #e4e4e4;
  }
  .megamenu a {
    position: relative;
    display: block;
    transition: background-color 0.2s linear;
  }
  .megamenu-col1 a {
    position: relative;
    padding: 1.5vh 40px 55px;
    font-size: 24px;
    font-weight: bold;
    color: #2e2e2e;
    text-decoration: none;
  }
  .megamenu-col1 a .en {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .megamenu-col1 a::before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 40px;
    border-radius: 100%;
    border: solid 1px #2e2e2e;
    transition: background-color 0.2s linear;
  }
  .megamenu-col1 a::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 10px;
    bottom: 15px;
    left: 54px;
    background: url(../sw_img/icon_arrow.svg) center no-repeat;
  }
  .megamenu-col1 a:hover::before {
    background-color: #2e2e2e;
  }
  .megamenu-col1 a:hover::after {
    background: url(../sw_img/icon_arrow_wht.svg) center no-repeat;
    animation: megamenu-arrow1 0.5s ease-in-out;
  }
  .megamenu-col1 a.is-disabled {
    pointer-events: none;
  }
  .megamenu-col1 a.is-disabled::before, .megamenu-col1 a.is-disabled::after {
    content: none;
  }
  @keyframes megamenu-arrow1 {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    50% {
      opacity: 0;
      transform: translate3d(10px, 0, 0);
    }
    50.1% {
      opacity: 0;
      transform: translate3d(-10px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .megamenu-col li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.5vh 60px 1.5vh 2vw;
    font-size: 14px;
    color: #2e2e2e;
    text-decoration: none;
  }

  .megamenu-col li a:focus-visible{
    outline: auto;
    outline: auto -webkit-focus-ring-color;
  }
  /*
  .megamenu-col li a {
    float: left;
    position: relative;
    width: 100%;
    padding: 1.5vh 50px 1.5vh 2vw;
    font-size: 14px;
    color: g.$color_1;
    text-decoration: none;
  }
  */
  /*
  .megamenu-col li a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 10px;
    background: url(../images/icon_arrow.svg) center no-repeat;
    vertical-align: middle;
  }
  */
  /*
  .megamenu-col li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: calc(1em * 1.4 + 3vh);
    top: 0;
    right: 0;
    background: url(../images/icon_arrow.svg) center no-repeat;
    //transition: transform .2s ease-out;
  }

  .megamenu-col li a:hover:after {
    //transform: translate3d(4px, 0px, 0px);
    animation: megamenu-arrow2 .5s ease-in-out;
  }
  */
  @keyframes megamenu-arrow2 {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    50% {
      opacity: 0;
      transform: translate3d(10px, 0, 0);
    }
    50.1% {
      opacity: 0;
      transform: translate3d(-10px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .megamenu-col3 > li > a {
    padding: 1vh 60px 1vh 2vw;
  }
  .megamenu-col4 > li > a {
    padding: 1vh 2vw 1vh 2vw;
  }
  /*
  .megamenu-col3 > li > a:after  {
    height: calc(1em * 1.4 + 2vh);
  }

  .megamenu-col4 > li > a:after {
    height: calc(1em * 1.4 + 2vh);
  }
  */
  .megamenu .megamenu-col2 li a:hover {
    background-color: #f4f4f4;
  }
  .megamenu .megamenu-col3 li a:hover {
    background-color: #e4e4e4;
  }
  .megamenu .megamenu-col4 li a:hover {
    background-color: #d4d4d4;
  }
  .btn-submenu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.2s linear;
  }
  .megamenu .has-submenu::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: 1.5vh;
    bottom: 1.5vh;
    right: 49px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .megamenu-col3 .has-submenu::after {
    top: 1vh;
    bottom: 1vh;
  }
  /*
  .btn-submenu {
    float: right;
    position: relative;
    display: block;
    width: 50px;
    height: calc(1em * 1.4 + 3vh);
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .2s linear;
  }
  */
  .btn-megamenu > a > .btn-submenu {
    display: none;
  }
  .btn-submenu:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 1px);
    background-color: #2e2e2e;
    transition: transform 0.2s ease-out;
  }
  .pc-submenu-open > a > .btn-submenu:before {
    transform: rotate(90deg);
  }
  .btn-submenu:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    background-color: #2e2e2e;
  }
  .megamenu-col2 > li > .btn-submenu {
    height: calc(1.4em + 3vh);
  }
  .megamenu-col3 > li > .btn-submenu {
    height: calc(1.4em + 2vh);
  }
  .megamenu .megamenu-col2 > li > .btn-submenu:hover {
    background-color: #f4f4f4;
  }
  .megamenu .megamenu-col3 > li > .btn-submenu:hover {
    background-color: #e4e4e4;
  }
  /*
  .megamenu-col li .btn-submenu + a {
    width: calc(100% - 50px);
  }

  .megamenu .btn-submenu + a:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 20px;
    top: calc(50% - 10px);
    right: 0;
    background-color: rgba(0,0,0,.2);
    border: 0 none;
    transform: none;
  }
  */
  /*
    .megamenu .btn-col:hover > .megamenu-col {
      top: 1;
      opacity: 0;
      transition: top 0s linear .2s, opacity .2s linear;
    }
  */
  .megamenu .pc-submenu-open > .megamenu-col {
    top: 0;
    opacity: 1;
    transition: top 0s linear, opacity 0.2s linear;
  }
}
.header-nav .sub-menu .btn-menu {
  display: none;
}

.bg-megamenu {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: height 0s linear 0.4s, opacity 0.3s linear 0.1s;
}

.megamenu-open .bg-megamenu {
  height: 100vh;
  opacity: 1;
  transition: height 0s linear 0.1s, opacity 0.3s linear 0.1s;
}

/* ---- tablet ---- */
@media screen and (max-width: 1199.9px) {
  header {
    height: 65px !important;
  }
  .spmenu-open header:after {
    opacity: 1;
    transition: opacity 0s linear 0s;
  }
  .header-logo {
    max-width: 130px;
    margin-left: 5vw;
  }
  .header-logo img {
    width: 130px;
  }
  .header-logo img:lang(en) {
    width: 38px;
  }
  .header-nav .sub-menu {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 calc(5vw - 18px) 0 0;
  }
  .header-nav .sub-menu li {
    height: 100%;
  }
  .header-nav .sub-menu li button {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .header-nav .sub-menu .btn-search {
    width: 30px;
    margin-left: 12px;
  }
  .header-nav .sub-menu .btn-search button {
    padding: 0;
  }
  .header-nav .sub-menu .btn-menu {
    display: block;
    position: relative;
    width: 60px;
    height: 100%;
    margin-left: 2px;
    cursor: pointer;
  }
  .header-nav .sub-menu .btn-menu span {
    display: block;
    position: absolute;
    left: 18px;
    top: calc(50% - 1px);
    width: 24px;
    height: 2px;
    background-color: #2e2e2e;
    overflow: hidden;
    text-indent: -400px;
    opacity: 1;
    transform: translateY(-6px);
    transition: opacity 0.2s ease-out;
  }
  .header-nav .sub-menu .btn-menu::before {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: calc(50% - 1px);
    width: 24px;
    height: 2px;
    background-color: #2e2e2e;
    transform-origin: 50%;
    transform: rotate(0);
    transition: transform 0.2s ease-out;
  }
  .header-nav .sub-menu .btn-menu::after {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: calc(50% - 1px);
    width: 24px;
    height: 2px;
    background-color: #2e2e2e;
    transform-origin: 50%;
    transform: rotate(0) translateY(6px);
    transition: transform 0.2s ease-out;
  }
  .spmenu-open .header-nav .sub-menu .btn-menu span {
    opacity: 0;
  }
  .spmenu-open .header-nav .sub-menu .btn-menu::before {
    transform: rotate(-45deg);
  }
  .spmenu-open .header-nav .sub-menu .btn-menu::after {
    transform: rotate(45deg) translateY(0);
  }
  nav.header-nav {
    position: fixed;
    z-index: 2;
    display: none;
    width: 100%;
    height: calc(100% - 65px);
    top: 65px;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .megamenu {
    position: relative;
    display: none;
  }
  .megamenu-col1 {
    display: none;
  }
  .megamenu-col3 {
    display: none;
    background-color: #f4f4f4;
  }
  .megamenu-col4 {
    display: none;
    background-color: #e4e4e4;
  }
  .gnav {
    margin: -1px 0 50px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .gnav br {
    display: none;
  }
  .gnav li {
    position: relative;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .gnav li a {
    position: relative;
    display: block;
    padding: 20px 60px 20px 5vw;
    text-decoration: none;
    color: #2e2e2e;
    line-height: 1.5;
  }
  .gnav li a:focus-visible{
    outline: auto;
    outline: auto -webkit-focus-ring-color;
  }

  /*
  .gnav a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
  }
  */
  /*
  .gnav a:before{
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: calc(1em * 1.5 + 40px);
    top: 0;
    right: 0;
    background: url(../images/icon_arrow.svg) center no-repeat;
  }

  .gnav .megamenu-col2 > li > a:before {
    height: calc(1em * 1.5 + 34px);
  }

  .gnav .megamenu-col3 > li > a:before {
    height: calc(1em * 1.5 + 34px);
  }

  .gnav .megamenu-col4 > li > a:before {
    height: calc(1em * 1.5 + 30px);
  }
  */
  .megamenu-col2 > li {
    font-size: 15px;
    line-height: 1.5;
  }
  .megamenu-col3 > li {
    font-size: 14px;
    line-height: 1.5;
  }
  .megamenu-col4 > li {
    font-size: 13px;
    line-height: 1.5;
  }
  .megamenu-col2 > li > a {
    padding: 17px 5vw 17px 10vw;
  }
  .megamenu-col2 > li > a.has-submenu {
    padding-right: 79px;
  }
  .megamenu-col3 > li > a {
    padding: 17px 5vw 17px 15vw;
  }
  .megamenu-col3 > li > a.has-submenu {
    padding-right: 79px;
  }
  .megamenu-col4 > li > a {
    padding: 15px 5vw 15px 20vw;
  }
  .btn-submenu {
    position: absolute;
    display: block;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.2s linear;
  }
  .btn-submenu:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 1px);
    background-color: #2e2e2e;
    transition: transform 0.2s ease-out;
  }
  .btn-submenu.submenu-open:before {
    transform: rotate(90deg);
  }
  .btn-submenu:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    background-color: #2e2e2e;
  }
  .megamenu-col2 > li > .btn-submenu {
    height: calc(1.5em + 34px);
  }
  .megamenu-col3 > li > .btn-submenu {
    height: calc(1.5em + 34px);
  }
  .megamenu-col2 > li > a > .btn-submenu.submenu-open {
    background-color: #f4f4f4;
  }
  .megamenu-col3 > li > a > .btn-submenu.submenu-open {
    background-color: #e4e4e4;
  }
  .has-submenu::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: 20px;
    bottom: 20px;
    right: 59px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  /*
  .btn-submenu + a {
    width: calc(100% - 60px);
  }

  .btn-submenu + a:before {
    width: calc(100% + 60px);
  }

  .btn-submenu + a:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 20px;
    top: calc(50% - 10px);
    right: 0;
    background-color: rgba(0,0,0,.2);
  }
  */
  .spmenu-open .bg-megamenu {
    height: 100vh;
    opacity: 1;
    transition: height 0s linear 0.1s, opacity 0.3s linear 0.1s;
  }
}
/* ---- language ---- */
.header-nav .sub-menu .btn-language {
  position: relative;
  width: 100px;
  height: 32px;
}
.header-nav .sub-menu .btn-language button {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding-right: 16px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 30px;
  text-align: center;
}
.header-nav .sub-menu .btn-language button::before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #2e2e2e;
  border-left: 2px solid #2e2e2e;
  transform: rotate(-45deg);
}
.header-nav .sub-menu .btn-language .drawer {
  position: absolute;
  left: 0;
  top: calc(50% + 12px);
  z-index: 2;
  min-width: 100px;
  height: 0;
  padding: 4px 15px 0;
  border-radius: 0 0 4px 4px;
  background-color: #e8e8e8;
  overflow: hidden;
  opacity: 0;
  transition: height 0.15s ease-out, opacity 0.15s ease-out;
}
.header-nav .sub-menu .btn-language .drawer li {
  border-bottom: 1px solid #d9d9d9;
}
.header-nav .sub-menu .btn-language .drawer li:last-child {
  border-bottom-style: none;
}
.header-nav .sub-menu .btn-language .drawer a {
  display: block;
  padding: 15px 0;
  color: #2e2e2e;
  font-size: 1.3rem;
  text-align: center;
  opacity: 1;
  transition: opacity 0.2s;
}
.header-nav .sub-menu .btn-language .drawer a:hover, .header-nav .sub-menu .btn-language .drawer a:active {
  opacity: 0.6;
}
.header-nav .sub-menu .btn-language .drawer a:focus-visible{
  outline: auto;
  outline: auto -webkit-focus-ring-color;
}
.header-nav .sub-menu .btn-language .drawer a.en {
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1199.9px) {
  .header-nav .sub-menu .btn-language {
    width: 60px;
  }
  .header-nav .sub-menu .btn-language button {
    padding-right: 10px;
    border-color: #fff;
    transition: border-color 0.2s;
  }
  .header-nav .sub-menu .btn-language button span {
    display: none;
  }
  .header-nav .sub-menu .btn-language button::before {
    right: 7px;
  }
  .header-nav .sub-menu .btn-language button.is-open {
    border-color: #d0d0d0;
  }
  .header-nav .sub-menu .btn-language .drawer {
    left: auto;
    right: 0;
    padding: 4px 10px 0;
    border-radius: 4px 0 4px 4px;
    background-color: #f4f4f4;
  }
  .header-nav .sub-menu .btn-language .drawer a {
    transition: none;
  }
  .header-nav .sub-menu .btn-language .drawer a:hover, .header-nav .sub-menu .btn-language .drawer a:active {
    opacity: 1;
  }
}
/* ---- search ---- */
.header-search {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  height: 0;
  padding: 0 40px;
  background-color: #f4f4f4;
  overflow: hidden;
  pointer-events: none;
  transition: height 0.12s ease-out;
}
.header-search.is-open {
  height: 88px;
  pointer-events: auto;
  transition: height 0.16s ease-out;
}
.header-search form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 630px;
  height: 88px;
  margin: 0 auto;
  padding: 16px 0;
}
.header-search form input {
  width: calc(100% - 108px);
  height: 56px;
  padding: 0 4%;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 55px;
}
.header-search form input::-moz-placeholder {
  color: #d9d9d9;
}
.header-search form input::placeholder {
  color: #d9d9d9;
}
.header-search form button {
  width: 100px;
  height: 56px;
  border-radius: 4px;
  background-color: #2e2e2e;
  color: #fff;
  font-size: 1.6rem;
  line-height: 55px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.2s;
}
.header-search form button:hover, .header-search form button:active {
  opacity: 0.7;
}

.bg-search {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 100px);
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease-out;
}
.is-scroll .bg-search {
  top: 70px;
  height: calc(100vh - 70px);
}
.bg-search.is-shown {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.16s ease-out;
}

@media screen and (max-width: 1199.9px) {
  .header-search {
    padding: 0 5vw;
  }
  .header-search.is-open {
    height: 84px;
  }
  .header-search form {
    height: 84px;
    padding: 20px 0;
  }
  .header-search form input {
    width: calc(100% - 71px);
    height: 44px;
    padding: 0 5%;
    font-size: 1.4rem;
    line-height: 43px;
  }
  .header-search form button {
    width: 68px;
    height: 44px;
    font-size: 1.4rem;
    line-height: 43px;
    transition: none;
  }
  .header-search form button:hover, .header-search form button:active {
    opacity: 1;
  }
  .bg-search {
    top: 65px;
    height: calc(100vh - 65px);
    background-color: rgba(0, 0, 0, 0.6);
  }
  .is-scroll .bg-search {
    top: 65px;
    height: calc(100vh - 65px);
  }
}
/* ---- A11Y update on 2025/03-04 ---- */
@media screen and (min-width: 1200px) {
  .megamenu-open .megamenu {
    max-height: 1000px;
  }
  .megamenu:before {
    left: 60%;
  }
  .megamenu:after {
    content: none;
  }
}
.megamenu-col.megamenu-col1 {
  width: 21%;
}
.megamenu-col.megamenu-col1:before {
  left: 21%;
}
.megamenu-col.megamenu-col1 a {
  height: 100%;
}
.megamenu-col.megamenu-col2 {
  width: 39%;
}
.megamenu-col.megamenu-col3 {
  left: 60%;
  width: 40%;
}
.spmenu-open .megamenu-col {
  width: auto;
}

.megamenu-col1 a::before {
  content: none;
}

.megamenu-col1 a::after {
  content: none;
}

.megamenu-col1 a.is-disabled .inner::before, .megamenu-col1 a.is-disabled .inner::after {
  content: none;
}

.megamenu-col1 {
  padding: 0;
}
.megamenu-col1 a {
  padding: 4.5vh 40px 0;
}
.megamenu-col1 a .inner {
  display: block;
  position: relative;
  padding-bottom: 55px;
  word-break: keep-all;
}
.megamenu-col1 a .inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  border: solid 1px #2e2e2e;
  transition: background-color 0.2s linear;
}
.megamenu-col1 a .inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 10px;
  bottom: 15px;
  left: 14px;
  background: url(../sw_img/icon_arrow.svg) center no-repeat;
}
.megamenu-col1 a:hover {
  background-color: #f8f8f8;
}
.megamenu-col1 a:hover .inner::before {
  background-color: #2e2e2e;
}
.megamenu-col1 a:hover .inner::after {
  background: url(../sw_img/icon_arrow_wht.svg) center no-repeat;
  animation: megamenu-arrow1 0.5s ease-in-out;
}
.megamenu-col1 a:focus-visible {
  outline: none;
}
.megamenu-col1 a:focus-visible .inner {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
}

.header-nav .gnav > li > a {
  word-break: keep-all;
}

.header-nav .gnav > li > a:focus-visible {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
  }

.megamenu-wrapper {
  position: relative;
  height: 100%;
}
.megamenu-wrapper a {
  display: none;
}
.megamenu-wrapper .btn-megamenu {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 1.2vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
  transition: padding 0.2s ease-out;
}

/* .megamenu-wrapper .btn-megamenu:focus-visible{
    outline: 2px solid red;
} */


.megamenu-wrapper .btn-megamenu.is-disabled {
  cursor: default;
}
.megamenu-wrapper .btn-megamenu br {
  display: none;
}
@media screen and (max-width: 1419px) {
  .megamenu-wrapper .btn-megamenu br {
    display: inline;
  }
}
@media screen and (max-width: 1199.9px) {
  .megamenu-wrapper .btn-megamenu br {
    display: none;
  }
}
.megamenu-wrapper .btn-megamenu::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  background-color: #2e2e2e;
  transition: width 0.2s ease-out, left 0.2s ease-out;
}
.megamenu-wrapper .btn-megamenu:hover::after, li.is-current .megamenu-wrapper .btn-megamenu::after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1199.9px) {
  .megamenu-wrapper {
    display: flex;
    height: auto;
  }
  .megamenu-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: 20px;
    bottom: 20px;
    right: 59px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .megamenu-wrapper .btn-megamenu {
    position: absolute;
    display: block;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    outline: revert;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.2s linear;
  }
  .megamenu-wrapper .btn-megamenu:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 1px);
    background-color: #2e2e2e;
    transition: transform 0.2s ease-out;
  }
  .megamenu-wrapper .btn-megamenu.submenu-open:before {
    transform: rotate(90deg);
  }
  .megamenu-wrapper .btn-megamenu:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    background-color: #2e2e2e;
  }
  .megamenu-wrapper .btn-megamenu:hover::after, li.is-current .megamenu-wrapper .btn-megamenu::after {
    width: 16px;
    left: calc(50% - 8px);
  }
  .megamenu-wrapper .megamenu-col2 > li > .btn-submenu {
    height: calc(1.5em + 34px);
  }
  .megamenu-wrapper .megamenu-col3 > li > .btn-submenu {
    height: calc(1.5em + 34px);
  }
  .megamenu-wrapper .megamenu-col2 > li > a > .btn-submenu.submenu-open {
    background-color: #f4f4f4;
  }
  .megamenu-wrapper .megamenu-col3 > li > a > .btn-submenu.submenu-open {
    background-color: #e4e4e4;
  }
}

.submenu-wrapper {
  display: flex;
  position: relative;
}
.submenu-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: 1.5vh;
  bottom: 1.5vh;
  right: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}
.submenu-wrapper a {
  width: calc(100% - 50px) !important;
}
.submenu-wrapper .btn-submenu {
  display: block;
  position: relative;
  right: auto;
  top: auto;
  width: 50px;
  margin: 0;
  padding: 1.5vh 0;
  font-size: 14px;
  text-indent: -9999px;
  border: 0 none;
  outline: revert;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.2s linear;
}
.submenu-wrapper .btn-submenu:hover {
  background-color: #f4f4f4;
}
.pc-submenu-open > .submenu-wrapper .btn-submenu::before {
  transform: rotate(90deg);
}
@media screen and (max-width: 1199.9px) {
  .submenu-wrapper::after {
    top: 20px;
    bottom: 20px;
    right: 59px;
  }
  .submenu-wrapper a {
    width: calc(100% - 60px) !important;
  }
  .submenu-wrapper .btn-submenu {
    width: 60px;
  }
  .megamenu-col2 > li > .submenu-wrapper {
    height: 56px;
  }
  .megamenu-col3 > li > .submenu-wrapper {
    height: 56px;
  }
  .megamenu-col4 > li > .submenu-wrapper {
    height: 50px;
  }
  .megamenu-col2 > li > .submenu-wrapper > .btn-submenu.submenu-open {
    background-color: #f4f4f4;
  }
  .megamenu-col3 > li > .submenu-wrapper > .btn-submenu.submenu-open {
    background-color: #e4e4e4;
  }
  .megamenu-col2 > li > .submenu-wrapper > a {
    padding: 17px 5vw 17px 10vw;
  }
  .megamenu-col3 > li > .submenu-wrapper > a {
    padding: 17px 5vw 17px 15vw;
  }
  .megamenu-col4 > li > .submenu-wrapper > a {
    padding: 15px 5vw 15px 20vw;
  }
}

.js-hamburger-first,
.js-hamburger-button {
  display: none;
}

@media screen and (max-width: 1199.9px) {
  .header-nav .sub-menu li button {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .js-hamburger-first,
  .js-hamburger-button {
    display: block;
    height: 0;
    outline: 1px solid #fff;
    color: #fff;
    font-size: 1px;
  }
}
/*
--------------------------------
	footer
--------------------------------
*/
/* ---- navigation ---- */
footer a:focus-visible {
    outline: auto!important;
    outline: auto -webkit-focus-ring-color!important;
}
.page-footer .upper {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #ececec;
}
.page-footer .upper .body-inner {
  display: flex;
  flex-wrap: wrap;
  gap: min(3.8vw, 55px) min(3.4vw, 50px);
}
.page-footer .upper .body-inner > * {
  width: max(25% - 2.55vw, 25% - 37.5px);
}
.page-footer .upper .body-inner > *:last-child {
  width: max(50% - 1.7vw, 50% - 25px);
}
.page-footer .upper .body-inner.col-3 > * {
  width: max(33.3333% - 2.27vw, 33.3333% - 33.4px);
}
.page-footer .upper .body-inner.col-3 > *:last-child {
  width: max(33.3333% - 2.27vw, 33.3333% - 33.4px);
}
.page-footer .upper .body-inner.col-5 > * {
  width: max(20% - 2.72vw, 20% - 40px);
}
.page-footer .upper .body-inner.col-5 > *:last-child {
  width: max(20% - 2.72vw, 20% - 40px);
}
.page-footer .upper a {
  color: #2e2e2e;
  opacity: 1;
  transition: opacity 0.2s;
}
.page-footer .upper a:hover, .page-footer .upper a:active {
  color: #2e2e2e;
  opacity: 0.6;
}
.page-footer .upper dt {
  margin-top: 70px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-footer .upper dt:first-child {
  margin-top: 0;
}
.page-footer .upper dt + dt {
  margin-top: 40px;
}
.page-footer .upper dt button {
  display: none;
}
.page-footer .upper dd {
  margin-top: 30px;
}
.page-footer .upper dd li {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.65;
}
.page-footer .upper dd + dt {
  margin-top: 40px;
}
.page-footer .upper .body-inner > ul li {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-footer .upper .body-inner > ul li:first-child {
  margin-top: 0;
}
.page-footer .upper .button-col a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  border-radius: 4px;
  background-color: #e0e0e0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.page-footer .upper .button-col a:hover, .page-footer .upper .button-col a:active {
  background-color: #2e2e2e;
  color: #fff;
  opacity: 1;
}
.page-footer .lower {
  padding: 43px 0 55px;
  background-color: #2e2e2e;
  /*
  .footer-logo {

    padding-top: 48px;
    text-align: center;

    a {

      opacity: 1;
      transition: opacity .2s;

      &:hover, &:active {
        opacity: .6;
      }

      img {
        width: 240px;
      }

    }

  }
  */
}
.page-footer .lower .body-container {
  padding-top: 0;
  padding-bottom: 43px;
  border-bottom: 1px solid #464646;
}
.page-footer .lower .body-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.page-footer .lower .sns {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.page-footer .lower .sns a {
  display: block;
  width: 40px;
  opacity: 1;
  transition: opacity 0.2s;
}
.page-footer .lower .sns a:hover, .page-footer .lower .sns a:active {
  opacity: 0.6;
}
.page-footer .lower .legal {
  display: flex;
  -moz-column-gap: 1.4em;
       column-gap: 1.4em;
  font-size: 1.4rem;
  font-weight: 700;
}
.page-footer .lower .legal a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s;
}
.page-footer .lower .legal a:hover, .page-footer .lower .legal a:active {
  color: #fff;
  opacity: 0.6;
}
.page-footer .lower p {
  margin-top: 48px;
  color: #959595;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .page-footer .lower .legal {
    -moz-column-gap: 1.2em;
         column-gap: 1.2em;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.9px) {
  .page-footer .upper {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
  .page-footer .upper .body-inner {
    display: block;
  }
  .page-footer .upper .body-inner > * {
    width: auto;
  }
  .page-footer .upper .body-inner > *:last-child {
    width: auto;
  }
  .page-footer .upper .body-inner.col-3 > * {
    width: auto;
  }
  .page-footer .upper .body-inner.col-3 > *:last-child {
    width: auto;
  }
  .page-footer .upper .body-inner.col-5 > * {
    width: auto;
  }
  .page-footer .upper .body-inner.col-5 > *:last-child {
    width: auto;
  }
  .page-footer .upper a {
    transition: none;
  }
  .page-footer .upper a:hover, .page-footer .upper a:active {
    opacity: 1;
  }
  .page-footer .upper dt {
    position: relative;
    margin-top: 0;
  }
  .page-footer .upper dt + dt {
    margin-top: 0;
    border-top: 1px solid #dfdfdf;
  }
  .page-footer .upper dt:last-child {
    border-bottom: 1px solid #dfdfdf;
  }
  .page-footer .upper dt a, .page-footer .upper dt span {
    display: block;
    position: relative;
    width: calc(100% - 5vw - 14px);
    padding: 20px 20px 20px 0;
  }
  .page-footer .upper dt a::after, .page-footer .upper dt span::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 1px;
    height: 20px;
    background-color: #c0c0c0;
  }
  .page-footer .upper dt a:only-child, .page-footer .upper dt span:only-child {
    width: auto;
  }
  .page-footer .upper dt a:only-child::after, .page-footer .upper dt span:only-child::after {
    content: none;
  }
  .page-footer .upper dt button {
    display: block;
    position: absolute;
    right: -5vw;
    top: 0;
    width: calc(10vw + 14px);
    height: 100%;
    overflow: hidden;
    text-indent: -400px;
  }
  .page-footer .upper dt button::before {
    content: "";
    display: block;
    position: absolute;
    right: 5vw;
    top: calc(50% - 1px);
    width: 14px;
    height: 2px;
    background-color: #2e2e2e;
  }
  .page-footer .upper dt button::after {
    content: "";
    display: block;
    position: absolute;
    right: 5vw;
    top: calc(50% - 1px);
    width: 14px;
    height: 2px;
    background-color: #2e2e2e;
    opacity: 1;
    transform: rotate(-90deg);
    transition: opacity 0.2s, transform 0.2s;
  }
  .page-footer .upper dt button.is-open::after {
    opacity: 0;
    transform: rotate(0);
  }
  .page-footer .upper dd {
    height: 0;
    margin-top: 0;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    transition: height 0.25s ease-out;
  }
  .page-footer .upper dd ul {
    padding: 0 5vw 18px 0;
  }
  .page-footer .upper dd li {
    margin-top: 0;
    padding-left: 5vw;
  }
  .page-footer .upper dd li.wide {
    width: 100%;
  }
  .page-footer .upper dd li a {
    display: block;
    padding: 8px 0;
  }
  .page-footer .upper dd + dt {
    margin-top: 0;
  }
  .page-footer .upper .body-inner > ul li {
    margin-top: 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .page-footer .upper .body-inner > ul li a {
    display: block;
    padding: 20px 0;
  }
  .page-footer .upper .button-col a {
    margin-top: 10vw;
    transition: none;
  }
  .page-footer .upper .button-col a:hover, .page-footer .upper .button-col a:active {
    background-color: #e0e0e0;
    color: #2e2e2e;
  }
  .page-footer .lower {
    padding: 10vw 0 10vw;
    /*
    .footer-logo {

      padding-top: 9vw;

      a {

        transition: none;

        &:hover, &:active {
          opacity: 1;
        }

        img {
          width: 200px;
        }

      }

    }
    */
  }
  .page-footer .lower .body-container {
    padding-bottom: 9vw;
  }
  .page-footer .lower .body-inner {
    display: block;
  }
  .page-footer .lower .sns {
    justify-content: center;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .page-footer .lower .sns a {
    transition: none;
  }
  .page-footer .lower .sns a:hover, .page-footer .lower .sns a:active {
    opacity: 1;
  }
  .page-footer .lower .legal {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 20px;
  }
  .page-footer .lower .legal a {
    display: inline-block;
    padding: 13px 16px;
    transition: none;
  }
  .page-footer .lower .legal a:hover, .page-footer .lower .legal a:active {
    opacity: 1;
  }
  .page-footer .lower p {
    margin-top: 9vw;
    letter-spacing: -0.02em;
  }
}


.header-logo a:focus-visible{
    outline: auto;
    outline: auto -webkit-focus-ring-color;
}

.megamenu-wrapper .btn-megamenu:focus-visible{
    outline: auto;
    outline: auto -webkit-focus-ring-color;
}


.megamenu-col li a:focus-visible{
    outline: auto;
    outline: auto -webkit-focus-ring-color;
}

.megamenu-col1 a:focus-visible .inner {
outline: auto;
outline: auto -webkit-focus-ring-color;
}

.header-nav .gnav > li > a:focus-visible {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
}