@charset "UTF-8";
@font-face {
  font-family: "icon";
  src: url("/assets/fonts/icon.eot");
  src: url("/assets/fonts/icon.eot?#iefix") format("eot"),
    url("/assets/fonts/icon.woff") format("woff"),
    url("/assets/fonts/icon.ttf") format("truetype"),
    url("/assets/fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  min-width: 1240px;
}

@media screen and (max-width: 768px)  {
  body {
  min-width: auto;
}
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow-down:before {
  content: "\EA01";
}

.icon-arrow-left:before {
  content: "\EA02";
}

.icon-arrow-next:before {
  content: "\EA03";
}

.icon-arrow-prev:before {
  content: "\EA04";
}

.icon-arrow-right:before {
  content: "\EA05";
}

.icon-arrow-up:before {
  content: "\EA06";
}

.icon-cart:before {
  content: "\EA07";
}

.icon-chat:before {
  content: "\EA08";
}

.icon-check:before {
  content: "\EA09";
}

.icon-close-lg:before {
  content: "\EA0A";
}

.icon-close-sm:before {
  content: "\EA0B";
}

.icon-close:before {
  content: "\EA0C";
}

.icon-external:before {
  content: "\EA0D";
}

.icon-factory:before {
  content: "\EA0E";
}

.icon-flow:before {
  content: "\EA0F";
}

.icon-global:before {
  content: "\EA10";
}

.icon-pamphlet:before {
  content: "\EA11";
}

.icon-pinch:before {
  content: "\EA12";
}

.icon-search:before {
  content: "\EA13";
}

.icon-triangle-down:before {
  content: "\EA14";
}

/*
/* Mixin
/*
----------------------------------------------------------------- */
.btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f0e8;
  border: 2px solid #f2f0e8;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.btn-search:hover {
  opacity: 0.7;
}

.btn-search:focus-visible {
  outline: 1px solid #004f9d;
}

.btn-search::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2.3rem;
}

.btn-search.-active::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.5rem;
}

.footer-copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  background-color: #004f9d;
  font-size: 1.2rem;
  padding-top: 12px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 1rem;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-link__item {
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .footer-link__item {
    padding: 0 20px 0 20px;
    min-width: calc(35 / 100 * 100%);
    /* text-align: center; */
    box-sizing: border-box;
    position: relative;
  }

  .footer-link__item:nth-child(1) {
    padding-left: 0;
    /* text-align: right; */
  }

  .footer-link__item:nth-child(2) {
    padding-right: 0;
  }

  .footer-link__item:nth-child(3) {
    padding-left: 0;
    /* text-align: right; */
  }

  .footer-link__item:nth-child(4) {
    padding-right: 0;
  }
}

.footer-link__item a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .footer-link__item a {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 330px) {
  .footer-link__item a {
    font-size: calc(22 / 750 * 100vw);
  }
}

@media (orientation: landscape) and (max-width: 330px) {
  .footer-link__item a {
    font-size: calc(22 / 750 * 100vh);
  }
}

.footer-link__item a:hover {
  color: #004f9d;
}

.footer-link__item:last-child::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .footer-link__item:nth-child(even)::after {
    content: none;
  }

  /* .footer-link__item:not(:first-child)::after {
    content: none;
  } */
}

.footer-link__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .footer-link__item::after {
    height: 11px;
    top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .footer-link__item.-global {
    margin-top: 17px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-link__item.-global a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ddd;
    width: 263px;
    height: 50px;
    font-size: 1.2rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer-link__item.-global a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  font-size: 1.6rem;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .footer-link__item.-global a::before {
    font-size: 1.7rem;
    top: 0;
    margin-right: 8px;
  }
}

.footer-link__item.-global a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  font-size: 1rem;
  position: relative;
  top: -2px;
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  .footer-link__item.-global a::after {
    top: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/*
/* wovn 言語切り替えプルダウン 共通スタイル
/* 
/* 
/* ヘッダー  →　/* wovn ヘッダー */
/* フッター →　/* wovn フッター */
/* 個別のスタイルはそれぞれのエリアに追記
/*
----------------------------------------------------------------- */
/* -global-wovn言語切り替え */
.wovn-languages {
  /* 対象外ページの時非表示にする */
  display: none;
}

.-global-wovn__wrap {
  min-width: 110px;
  border: solid;
  border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .footer-link__item:has(.-global-wovn__list){
    width: 100%;
  }

  .-global-wovn__wrap  {
    width: 100%;
    border: 1px solid #ddd;
    max-width: 263px;
    margin: 20px auto 0;
  }
}

.-global-wovn__list {
  width: 100%;
  background: #F6F6F6;
}


button.-global-wovn__btn {
  all: unset;
  display: inline-block; /* 必要に応じて */
  cursor: pointer; /* クリック可能にする */
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 6px 8px;
  box-sizing: border-box;
  transition: 300ms;
}

button.-global-wovn__btn:focus-visible {
  outline: 1px solid #004f9d;
}

@media screen and (max-width: 768px) {
  button.-global-wovn__btn {
    padding: 15px 10px;
    font-size: 1.2rem;
  }
}


button.-global-wovn__btn::before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  font-size: 1.6rem;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  button.-global-wovn__btn::before {
    font-size: 1.7rem;
  }
}

button.-global-wovn__btn::after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  font-size: 1rem;
  position: relative;
  top: -1px;
  margin-left: 8px;
  transform: rotate(90deg);
  display: inline-block;
  color: #5E5E5E;
  transition: 300ms;
}

@media screen and (min-width: 768px) {
  button.-global-wovn__btn:hover {
    color: #004f9d;
  }
  
  button.-global-wovn__btn:hover::after{
    color: #004f9d;
  }
  
}

button.-global-wovn__btn[aria-expanded="true"]::after {
  transform: rotate(-90deg);
}

.-global-wovn__list[aria-hidden="true"] {
  display: none;
}

.-global-wovn__list{
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 6px 0;
}

@media screen and (max-width: 768px) {
  .-global-wovn__list{
  padding: 5px 0;
  }
}

.-global-wovn__list .wovn-switch-template{
  padding: 4px 2px 4px 15px;
  font-size: 1.3rem;
  position: relative;
  cursor: pointer;
  position: relative;
  text-align: left;
}

.-global-wovn__list .wovn-switch-template:focus-visible {
  outline: 1px solid #004f9d;
}

.-global-wovn__list .wovn-switch-template:hover {
  color: #004f9d;
}

.-global-wovn__list .wovn-switch-template.selected::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #E8604F;
  position: relative;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .-global-wovn__list >div {
    padding: 8px 4px 7px 20px;
    font-size: 1.3rem;
    position: relative;
    cursor: pointer;
    position: relative;
  }
  
  .-global-wovn__list >div.selected::before {
    width: 15px;
  }
}
/* wovn言語切り替え ここまで */


/*
/* フッター
/*
----------------------------------------------------------------- */
/* wovn フッター */
.footer-link__item:has(.wovn-languages) {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .footer-link__item:has(.wovn-languages) {
    height: 3.2rem;
  }
}

.footer-link__item:has(+ .footer-link__item.-global-wovn)::after {
  content: none;
}
/* wovn フッター ここまで*/

.footer-logo {
  width: 49px;
  margin: 58px auto;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 53px;
    margin: 45px auto 42px;
  }
}

.footer-logo a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}



.footer-logo a:hover {
  opacity: 0.8;
}

.footer-logo svg {
  fill: #044e87;
}

.footer-notice {
  margin-top: 32px;
  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 (max-width: 768px) {
  .footer-notice {
    margin-top: 23px;
    display: block;
  }
}

.footer-notice__desc {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer-notice__desc {
    font-size: 1rem;
  }
}

.footer-notice__permalink {
  font-size: 1.3rem;
  margin-left: 20px;
  margin-right: -140px;
}

@media screen and (max-width: 768px) {
  .footer-notice__permalink {
    margin-top: 10px;
    font-size: 1.2rem;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.footer-share {
  margin-top: 48px;
  padding-top: 36px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .footer-share {
    padding-top: 34px;
    padding-bottom: 26px;
  }
}

.footer-share__body {
  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;
}

.footer-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 13px;
}

.footer-share__list__item {
  margin: 0 13px;
}

@media screen and (max-width: 768px) {
  .footer-share__list__item {
    margin: 0 6px;
    width: 33px;
  }
}

.footer-share__list__item:nth-child {
  width: 38px;
}

.footer-share__list__item a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.footer-share__list__item a:hover {
  opacity: 0.8;
}

.footer-share__title {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .footer-share__title {
    font-size: 1.2rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 8px 8px;
  }
}

.footer-share__desc {
  text-align: center;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .footer-share__desc {
    font-size: 1rem;
  }
}

.footer-sns__line {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 285px;
  background-color: #02b800;
}

@media screen and (max-width: 768px) {
  .footer-sns__line {
    width: 100%;
    padding: 15px 15px 0;
    height: auto;
    box-sizing: border-box;
  }
}

.footer-sns__line__inner {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .footer-sns__line__inner {
    width: 100%;
  }
}

.footer-sns__line__header {
  width: 90.5%;
  padding: 22px 0 22px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .footer-sns__line__header {
    width: 100%;
    padding: 10px 8% 10px;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-sns__line__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .footer-sns__line__body {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}

.footer-sns__line__qr {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .footer-sns__line__qr {
    margin-left: 0;
    margin-top: 0;
  }
}

.footer-sns__line__qr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 280px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .footer-sns__line__qr a:hover {
    color: #02b800;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__line__qr a {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    padding: 5px 0 5px;
    position: relative;
  }
}

.footer-sns__line__qr__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-sns__line__qr__desc {
    letter-spacing: 0.1em;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__line__qr__desc {
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    display: table;
    margin: auto;
    flex-grow: 0;
  }

  .footer-sns__line__qr__desc::after {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    right: -10px;
    top: 3px;
    font-size: 1.5rem;
    display: inline-block;
  }
}

.footer-sns__line__qr__icon {
  max-width: 70px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-sns__line__qr__icon {
    display: none;
  }
}

.footer-sns__line__title {
  color: #4b4b4b;
  font-size: 1.8rem;
  line-height: 1.8;
}

.footer-sns__line__title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #02b800;
  margin-bottom: 5px;
}

.footer-sns__line__title p {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .footer-sns__line__title {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .footer-sns__line__title span {
    font-size: 1.6rem;
    margin-bottom: 1px;
  }

  .footer-sns__line__title p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 330px) {
  .footer-sns__line__title span {
    font-size: 1.5rem;
  }

  .footer-sns__line__title p {
    font-size: 1.3rem;
  }
}

.footer-sns__line__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin-right: 20px;
}

.footer-sns__line__icon svg {
  width: 75px;
}

@media screen and (max-width: 768px) {
  .footer-sns__line__icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .footer-sns__line__icon svg {
    width: 60px;
  }
}

@media screen and (max-width: 330px) {
  .footer-sns__line__icon {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    margin-right: 10px;
  }
  .footer-sns__line__icon svg {
    width: calc(120 / 750 * 100vw);
  }
}

.footer-sns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .footer-sns {
    display: block;
  }
}

.footer-sns__twitter {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 285px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter {
    width: 100%;
    padding: 15px 15px 0;
    height: auto;
    box-sizing: border-box;
  }
}

.footer-sns__twitter__inner {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__inner {
    width: 100%;
  }
}

.footer-sns__twitter__header {
  width: 90.5%;
  padding: 22px 0 22px;
  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: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__header {
    width: 100%;
    padding: 10px 8% 10px;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-sns__twitter__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__body {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}

.footer-sns__twitter__qr {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__qr {
    margin-left: 0;
    margin-top: 0;
  }
}

.footer-sns__twitter__qr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 280px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .footer-sns__twitter__qr a:hover {
    color: #333;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__qr a {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    padding: 5px 0 5px;
    position: relative;
  }
}

.footer-sns__twitter__qr__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-sns__twitter__qr__desc {
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__qr__desc {
    font-size: 1.2rem;
    display: table;
    margin: auto;
    flex-grow: 0;
  }

  .footer-sns__twitter__qr__desc::after {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    right: -10px;
    top: 3px;
    font-size: 1.5rem;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__qr__icon {
    display: none;
  }
}

.footer-sns__twitter__title {
  color: #3c3c3c;
  font-size: 1.8rem;
  line-height: 1.8;
}

.footer-sns__twitter__title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.footer-sns__twitter__title p {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__title {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .footer-sns__twitter__title span {
    font-size: 1.6rem;
    margin-bottom: 1px;
  }

  .footer-sns__twitter__title p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 330px) {
  .footer-sns__twitter__title span {
    font-size: 1.5rem;
  }

  .footer-sns__twitter__title p {
    font-size: 1.3rem;
  }
}

.footer-sns__twitter__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin-right: 20px;
  background-color: #000000;
}

.footer-sns__twitter__icon svg {
  width: 32px;
}

@media screen and (max-width: 768px) {
  .footer-sns__twitter__icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .footer-sns__twitter__icon svg {
    width: 30px;
    height: auto;
  }
}

@media screen and (max-width: 330px) {
  .footer-sns__twitter__icon {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    margin-right: 10px;
  }
  .footer-sns__twitter__icon svg {
    width: calc(120 / 750 * 100vw);
  }
}

.footer-sns__mail {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 285px;
  background-color: #004f9d;
}

@media screen and (max-width: 768px) {
  .footer-sns__mail {
    width: 100%;
    padding: 15px 15px 0;
    height: auto;
    box-sizing: border-box;
  }
}

.footer-sns__mail__inner {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__inner {
    width: 100%;
  }
}

.footer-sns__mail__header {
  width: 90.5%;
  padding: 22px 0 22px;
  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: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__header {
    width: 100%;
    padding: 10px 8% 10px;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-sns__mail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__body {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}

.footer-sns__mail__qr {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__qr {
    margin-left: 0;
    margin-top: 0;
  }
}

.footer-sns__mail__qr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 280px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .footer-sns__mail__qr a:hover {
    color: #1da1f2;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__qr a {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    padding: 5px 0 5px;
    position: relative;
  }
}

.footer-sns__mail__qr__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .footer-sns__mail__qr__desc {
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__qr__desc {
    font-size: 1.2rem;
    display: table;
    margin: auto;
    flex-grow: 0;
  }

  .footer-sns__mail__qr__desc::after {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    right: -10px;
    top: 3px;
    font-size: 1.5rem;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__qr__icon {
    display: none;
  }
}

.footer-sns__mail__title {
  color: #3c3c3c;
  font-size: 1.8rem;
  line-height: 1.8;
}

.footer-sns__mail__title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #004f9d;
  margin-bottom: 5px;
}

.footer-sns__mail__title p {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__title {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .footer-sns__mail__title span {
    font-size: 1.6rem;
    margin-bottom: 1px;
  }

  .footer-sns__mail__title p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 330px) {
  .footer-sns__mail__title span {
    font-size: 1.5rem;
  }

  .footer-sns__mail__title p {
    font-size: 1.3rem;
  }
}

.footer-sns__mail__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin-right: 20px;
  background-color: #004f9d;
}

.footer-sns__mail__icon svg {
  width: 38.2px;
}

@media screen and (max-width: 768px) {
  .footer-sns__mail__icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .footer-sns__mail__icon svg {
    width: 32px;
  }
}

@media screen and (max-width: 330px) {
  .footer-sns__mail__icon {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    margin-right: 10px;
  }
  .footer-sns__mail__icon svg {
    width: calc(60 / 750 * 100vw);
  }
}

.footer-sns__youtube {
  width: 100%;
  background-color: #f7f2dc;
}

.footer-sns__youtube 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;
  padding: 20px;
  text-decoration: none;
  color: #222;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.footer-sns__youtube a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer-sns__youtube a {
    padding: 16px;
  }
}

.footer-sns__youtube a:hover {
  color: #000;
}

.site-footer .footer-sns__youtube__icon {
  max-width: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .site-footer .footer-sns__youtube__icon {
    max-width: 86px;
  }
}

.footer-sns__youtube__desc {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .footer-sns__youtube__desc {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-sp-list {
    display: none;
  }
}

.header-search {
  position: absolute;
  top: 110px;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px;
  width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-search.-active {
  opacity: 1;
  visibility: visible;
}

.site-header.-scrolled .header-search {
  opacity: 0;
  visibility: hidden;
}

.header-search__inner {
}

@media screen and (max-width: 768px) {
  .header-search__inner {
    width: auto;
  }
}

.header-search__input {
  position: relative;
  background-color: #f2f0e8;
}

.header-search__btn input[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  padding: 0;
  font-size: 0;
}

.header-search__btn input[type="submit"]:hover {
  opacity: 0.7;
}

.header-search__btn input[type="submit"]:focus-visible {
  outline: 1px solid #004f9d;
}

.header-search__btn {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  z-index: 0;
}

.header-search__btn::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  z-index: -1;
}

.input-search {
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: none;
  box-sizing: border-box;
}

.input-search:placeholder {
  color: rgba(0, 0, 0, 0.17);
}

.input-search:focus-visible {
  outline: 1px solid #004f9d;
}

.input-search::-ms-clear {
  visibility: hidden;
}

.logo {
  width: 34px;
  height: 78px;
  margin-top: 16px;
}

.logo a {
  display: block;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 24px;
    height: 55px;
    margin-top: 8px;
  }
}

.logo svg {
  width: 100%;
  height: 78px;
  fill: #044e87;
}

@media screen and (max-width: 768px) {
  .logo svg {
    height: 55px;
  }
}

.nav-btn {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 76px;
  height: 73px;
  background-color: #f2f0e8;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 0;
  color: #000;
}

@media screen and (min-width: 769px) {
  .nav-btn {
    display: none;
  }
}

.nav-btn::before,
.nav-btn::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  width: 24px;
  height: 1px;
  background-color: #000;
  -webkit-transition: background-color 0.3s ease,
    -webkit-box-shadow 0.3s ease 0.2s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease 0.2s,
    -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease 0.2s,
    transform 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease 0.2s,
    transform 0.3s ease, -webkit-box-shadow 0.3s ease 0.2s,
    -webkit-transform 0.3s ease;
}

.nav-btn::before {
  -webkit-transform: translate(-50%, -7px);
  transform: translate(-50%, -7px);
  -webkit-box-shadow: 0 7px 0 0 black;
  box-shadow: 0 7px 0 0 black;
}

.nav-btn::after {
  -webkit-transform: translate(-50%, 7px);
  transform: translate(-50%, 7px);
}

.nav-btn:focus-visible {
  outline: 1px solid #004f9d;
}

.nav-btn.-active {
  background-color: transparent;
}

.nav-btn.-active::before,
.nav-btn.-active::after {
  -webkit-transition: background-color 0.3s ease 0.2s,
    -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease 0.2s;
  transition: background-color 0.3s ease 0.2s, -webkit-box-shadow 0.3s ease,
    -webkit-transform 0.3s ease 0.2s;
  transition: background-color 0.3s ease 0.2s, box-shadow 0.3s ease,
    transform 0.3s ease 0.2s;
  transition: background-color 0.3s ease 0.2s, box-shadow 0.3s ease,
    transform 0.3s ease 0.2s, -webkit-box-shadow 0.3s ease,
    -webkit-transform 0.3s ease 0.2s;
}

.nav-btn.-active::before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  -webkit-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0);
}

.nav-btn.-active::after {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}

.nav-btn__label {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: inherit;
}

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

@media screen and (max-width: 768px) {
  .nav-global {
    display: block;
    padding: 0 25px;
    margin-bottom: 22px;
  }
}

.nav-global.-hover::after {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .nav-global__item {
    position: relative;
    border-top: 1px solid rgba(112, 112, 112, 0.6);
  }
  .nav-global__item:last-child {
    border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  }
}

.nav-global__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  height: 110px;
  padding: 0 18px;
}

@media screen and (max-width: 768px) {
  .nav-global__item > a {
    padding: 0;
    height: auto;
    font-size: 1.4rem;
    font-family: YakuHanMP, "Noto Serif JP", serif;
  }
}

@media screen and (min-width: 769px) {
  .nav-global__item > a:hover {
    color: #000;
  }
  .nav-global__item > a:hover + .nav-global__child {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .nav-global__item > a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 20px;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .nav-global__item > a::before {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .nav-global__item.-parent > a::before {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  .nav-global__item.-current > a::after {
    opacity: 1;
  }
}

.nav-global__child {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  background-color: #f4f7fa;
  padding: 80px 0 110px;
}

@media screen and (min-width: 769px) {
  .nav-global__child {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .nav-global__child {
    position: static;
    background-color: rgba(239, 237, 224, 0.3);
    padding: 50px 35px;
    border-top: 1px solid rgba(112, 112, 112, 0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media print {
  .nav-global__child {
    display: none;
  }
}

.nav-global__child:hover {
  opacity: 1;
  visibility: visible;
}

.nav-global__child__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .nav-global__child__inner {
    display: block;
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .nav-global__child__header {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .nav-global__child__body {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-global__child__title a {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: bold;
  padding-right: 38px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .nav-global__child__title a {
    font-family: YakuHanMP, "Noto Serif JP", serif;
  }
}

@media screen and (max-width: 768px) {
  .nav-global__child__title a {
    font-weight: normal;
    position: relative;
    display: block;
    text-decoration: none;
    padding-left: 16px;
    font-size: 1.4rem;
  }
  .nav-global__child__title a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    width: 4px;
    height: 1px;
    background-color: #000;
  }
}

.nav-global__child__title a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .nav-global__child__title a::after {
    content: none;
  }
}

.nav-global__child__list {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .nav-global__child__list {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .nav-global__child__list:nth-child(3) {
    width: 40%;
  }
}

@media screen and (min-width: 769px) {
  .nav-global__child__list.-w25 {
    width: 28%;
  }
}

@media screen and (min-width: 769px) {
  .nav-global__child__list.-w35 {
    width: 32%;
  }
}

.nav-global__child__list__item {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .nav-global__child__list__item:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-global__child__list__item {
    margin-top: 24px;
  }
}

.nav-global__child__list__item a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .nav-global__child__list__item a {
    position: relative;
    display: block;
    text-decoration: none;
    padding-left: 16px;
    font-size: 1.4rem;
  }
  .nav-global__child__list__item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    width: 4px;
    height: 1px;
    background-color: #000;
  }
}

.nav-global__child__list__item a[target="_blank"] {
  padding-right: 20px;
}

.nav-global__child__list__item a[target="_blank"]::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  color: rgba(0, 0, 0, 0.36);
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .nav-global__child__list__item a[target="_blank"]::after {
    position: static;
    margin-left: 8px;
  }
}

.nav-global__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .nav-global__toggle {
    display: none;
  }
}

.nav-global__toggle::before,
.nav-global__toggle::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  display: block;
  width: 19px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-global__toggle::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-global__toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-global__toggle.-active::before,
.nav-global__toggle.-active::after {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.nav-global__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0px;
  background-color: #004f9d;
  pointer-events: none;
  -webkit-transition: left 0.3s ease, width 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease;
}

@media screen and (max-width: 768px) {
  .nav-global__bar {
    display: none;
  }
}

.site-footer {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding-top: 40px;
  }
}

.site-footer__inner {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .site-footer__inner {
    width: auto;
  }
}
/*----------------------------------------------------------------- */
/*
/* header ヘッダー
/*
----------------------------------------------------------------- */
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 110px;
  background-color: #fff;
  padding: 0 0 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1240px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .site-header {
    height: 73px;
    padding: 0 0 0 24px;
    min-width: 0;
  }
}

@media print {
  .site-header {
    position: relative;
  }
}

.site-header.-scrolled,
.site-header.-pre-scrolled {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.site-header.-scrolled.-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

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

.site-header__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .site-header__list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 160px;
    overflow-y: auto;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .site-header__list.-active {
    opacity: 1;
    visibility: visible;
  }
}

@media print {
  .site-header__list,
  .site-header__list.-active {
    display: none;
  }
}

.site-header__list .nav-global__item:first-child {
  border-top: none;
}

.site-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .site-header__link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 6px;
    margin-left: 0;
  }
}

.site-header__link__item {
  margin: 0 18px;
}

@media screen and (max-width: 768px) {
  .site-header__link__item {
    margin: 0 6px;
  }
}

@media screen and (max-width: 360px) {
  .site-header__link__item {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .site-header__link__item:first-child {
    margin: 0 12px;
  }
}

.site-header__link__item a {
  display: block;
  text-decoration: none;
  height: 110px;
  padding-top: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .site-header__link__item a {
    height: 73px;
    padding-top: 14px;
  }
}

.site-header__link__item__icon {
  height: 40px;
}

@media screen and (max-width: 768px) {
  .site-header__link__item__icon {
    height: 27px;
  }
}

.site-header__link__item__icon.-shop::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 4.1rem;
}

@media screen and (max-width: 768px) {
  .site-header__link__item__icon.-shop::after {
    font-size: 2.6rem;
  }
}

.site-header__link__item__icon.-factory::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 3.8rem;
}

@media screen and (max-width: 768px) {
  .site-header__link__item__icon.-factory::after {
    font-size: 2.8rem;
  }
}

.site-header__link__item__icon.-chat::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 3.9rem;
}

@media screen and (max-width: 768px) {
  .site-header__link__item__icon.-chat::after {
    font-size: 2.8rem;
  }
}

.site-header__link__item__label {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .site-header__link__item__label {
    height: 24px;
    font-size: 1rem;
  }
}

.site-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 110px;
}

@media screen and (max-width: 768px) {
  .site-header__search {
    display: none;
  }
}

.site-header__sp-search {
  margin: 0 25px 25px;
  border: 1px solid #004f9d;
  border-radius: 100px;
  position: relative;
  height: 48px;
}

.site-header__sp-search__icon {
  position: absolute;
  left: 16px;
  top: 14px;
  pointer-events: none;
}

.site-header__sp-search__icon::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #004f9d;
  font-size: 1.9rem;
}

.site-header__sp-search__input {
  height: 48px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 100px;
  width: 100%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.site-header__sp-search__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}

.site-header__sp-search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}

.site-header__sp-search__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}

.site-header__sp-search__input::placeholder {
  color: rgba(0, 0, 0, 0.26);
}

.site-header__sp-search__label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  right: 25px;
  top: 13px;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  color: #004f9d;
}

.site-header__sp-young {
  width: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 33px auto 25px;
  height: 100px;
  background-color: #d9d9d9;
}

.site-header__sp-icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  padding: 0 25px;
}

.site-header__sp-icon-link__item {
  width: 50%;
}

.site-header__sp-icon-link__item:first-child {
  border-right: 1px solid rgba(112, 112, 112, 0.34);
}

.site-header__sp-icon-link__item.-shop a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 3.8rem;
}

.site-header__sp-icon-link__item.-factory a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 4.2rem;
}

.site-header__sp-icon-link__item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header__sp-icon-link__item__label {
  margin-top: 4px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}

.site-header__sp-line {
  width: 264px;
  margin: 25px auto 10px;
}

.site-header__sp-line a {
  display: block;
}

.site-header__sp-line a img {
  vertical-align: bottom;
}

.site-header__sp-line a svg {
  width: 20px;
  height: 16px;
  margin-top: 3px;
  margin-right: 3px;
}

.site-header__sp-line span {
  display: block;
}

.site-header__sp-line a:nth-child(2) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 12px 0 12px;
  min-height: 52px;
  margin-top: 10px;
  box-sizing: border-box;
}

.site-header__sp-link {
  width: 264px;
  margin: 0 auto 90px;
}

.site-header__sp-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.site-header__sp-link__item {
  position: relative;
  padding: 0 6px;
}

.site-header__sp-link__item a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
}

.site-header__sp-link__item:last-child::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .site-header__sp-link__item:nth-child(even)::after {
    content: none;
  }
}

.site-header__sp-link__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
  width: 1px;
  height: 11px;
  background-color: rgba(0, 0, 0, 0.3);
}

.site-header__sp-link__item.-global {
  padding: 0;
}

.site-header__sp-link__item.-global::after {
  content: none;
}

.site-header__sp-link__item.-global a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ddd;
  width: 263px;
  height: 50px;
  font-size: 1.2rem;
}

.site-header__sp-link__item.-global a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  position: relative;
  font-size: 1.7rem;
  top: 0;
  margin-right: 8px;
}

.site-header__sp-link__item.-global a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  font-size: 1rem;
  position: relative;
  top: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-left: 6px;
}

/* wovn ヘッダー */
.site-header__sp-link__item.-global-wovn{
  padding: 0;
}

.site-header__sp-link__item.-global-wovn::after {
  content: none;
}

@media screen and (min-width: 769px) {
  .site-header__sp-link,
  .site-header__sp-icon-link,
  .site-header__sp-line,
  .site-header__sp-young,
  .site-header__sp-search {
    display: none;
  }
}
/* wovn ヘッダー ここまで*/

.btn-pagetop {
  position: fixed;
  right: 20px;
  bottom: 10px;
  display: block;
  content: "";
  z-index: 10;
  transform: none !important;
}

.btn-pagetop[data-pagetop-fix="false"] {
  position: absolute;
  bottom: 130px;
}

.btn-pagetop[data-pagetop-fix="true"] {
  position: fixed;
  bottom: 10px;
}

.btn-pagetop a {
  width: 91px;
  height: 91px;
  background: url("/assets/images/common/btn_pagetop.png") center center
    no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
  font-size: 0;
  position: relative;
  transition: 300ms;
}

.btn-pagetop a:hover {
  opacity: 0.6;
}

.customer-faq-index {
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn-pagetop {
    right: 10px;
    bottom: 20px;
  }

  .btn-pagetop a {
    width: 67.5px;
    height: 67.5px;
    background: url("/assets/images/common/btn_pagetop_sp.png") center center
      no-repeat;
    background-size: 100% auto;
  }

  .btn-pagetop a:hover {
    opacity: 1;
  }
}

.link-external {
  position: relative;
}

.link-external::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  right: -5px;
  top: -1px;
  display: inline-block;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .link-external::after {
    font-size: 1.2rem;
  }
}

/*
/* 年齢認証ポップアップ
/*
----------------------------------------------------------------- */
  body:has(.site-age-gateway[aria-hidden="false"]){
	overflow-y: hidden;
  }
  
  .site-age-gateway {
	top: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1000000;
	background: #fff;
	box-sizing: border-box;
  overflow-y: scroll;
  }

  .site-age-gateway[aria-hidden="true"] {
    display: none;
  }
  
  .site-age-gateway .site-header{
	border-bottom: 1px solid #E1E1E1;
	position: relative;
  }

  .age-gateway {
	padding: 16px 40px 80px;
	width: 100%;
	box-sizing: border-box;
  }
  
  .age-gateway__body-wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
  }
  
  .age-gateway__head .footer-link {
	justify-content: flex-end;
  }
  
  .age-gateway__body {
	margin-top: 16px;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
  }
  
  .age-gateway__form-inner {
	margin-top: 16px;
	background: #F4F7FA;
	padding: 24px 16px 32px 16px;
  }
  
  .age-gateway__form-inner fieldset legend{
	color: #004F9D;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 8px;
  margin: 0 auto;
  }

  .age-gateway__form-inner fieldset > ul {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  
  .age-gateway__form-fieldset-attention {
	font-size: 12px;
  padding-left: calc(1em + 2px);
  display: inline-block;
  position: relative;
  }

  .age-gateway__form-fieldset-attention a{
	color: #000;
	text-decoration: underline;
  }

  .age-gateway__form-fieldset-attention a:hover{
	color: #004f9d;
  }

  .age-gateway__form-fieldset-attention::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .age-gateway__form-fieldset-body {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
	margin-bottom: 10px;
  }

  @media screen and (max-width: 768px) {
    .age-gateway__form-fieldset-body + p{
      font-size: 14px;
    }

    .age-gateway__form-inner fieldset > ul {
      display: flex;
      flex-flow: column nowrap;
      align-items: flex-start;
    }
  }
  
  .age-gateway-field {
	display: flex;
	flex-flow: row-reverse;
	gap: 8px;
	align-items: center;
  }
  
  .age-gateway-field label {
	font-size: 28px;
  }
  
  .age-gateway-field input {
	font-size: 30px;
	padding: 12px;
	height: 70px;
	box-sizing: border-box;
	border: 2px solid #DDD;
	background: #FFF;
	width: 82px;
  text-align: center;
  }

  .age-gateway-field input:focus-visible {
    outline: 1px solid #155DA5;
    border: 1px solid #155DA5;
  }

  .age-gateway-field input::placeholder {
	color:  #A2A2A2;
	text-align: center;
  }

  .age-gateway-field:first-child input {
    width: 129px;
  }

  @media screen and (max-width: 768px) {
	.age-gateway__form-fieldset-body {
		flex-flow: row wrap;
	}

	.age-gateway {
	  padding: 16px 16px 80px;
	}
  
	.age-gateway__form-inner {
	  padding: 16px 16px 24px 16px;
	}

	.age-gateway__body > p{
		text-align: left;
		font-size: 14px;
	}

	.age-gateway__form-fieldset-attention {
		font-size: 10px;
		text-align: left;
		line-height: 150%
	  }
  
	.age-gateway__form-inner fieldset legend{
	  font-size: 20px;
	}
	
	.age-gateway__form-fieldset-body {
	  margin-top: 8px;
    margin-bottom: 16px;
	}

  @media screen and (max-width: 768px) {
    .age-gateway__form-fieldset-body {
      margin-bottom: 10px;
    }
  }

	.age-gateway-field input {
		width: 60px;
		font-size: 24px;
		padding: 12px 8px;
		height: 52px;
    border-radius: 0;
	}

	.age-gateway-field:first-child input {
		width: 91px;
	}

	.age-gateway-field label {
		font-size: 20px;
	  }
  }


  /* 年齢認証ボタン */
  .age-gateway__form-submit.form-item__button {
    margin-top: 16px;
  }

  @media screen and (max-width: 768px) {
    .age-gateway__form-submit.form-item__button{
      margin-top: 14px;
    }
  }

  .age-gateway__form-submit.form-item__button .btn.-link input,
  .age-gateway__back a {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	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;
	/* min-height: 87px; */
	width: 100%;
	padding: 30px 20px;
	color: #fff;
	background: #004f9d;
	font-size: 1.8rem;
	text-decoration: none;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 35px;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
  }

  .age-gateway__form-submit.form-item__button .btn.-link input[disabled] {
    opacity: 0.7;
    pointer-events: none;
  }

  .age-gateway__form-submit.form-item__button .-inner {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  }

  .age-gateway__form-submit.form-item__button input:hover,
  .age-gateway__back:hover {
	opacity: 0.8;
  }

  .age-gateway__form-submit.form-item__button input::after,
  .age-gateway__back a::after {
	font-family: "icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
  }


  @media screen and (max-width: 768px) {
    .age-gateway__form-submit.form-item__button .btn.-link input {
      padding-bottom: 18px;
      border-radius: 0;
    }
  }
  
  .age-gateway__form-submit.form-item__button .btn.-link .-inner::after {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 1.8rem;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media screen and (max-width: 768px) {
    .age-gateway__form-submit.form-item__button .btn.-link .-inner::after {
      font-size: 1.3rem;
    }

    .age-gateway__form-submit.form-item__button .btn.-link {
      max-width: 260px;
      margin-right: auto;
      margin-left: auto;
    }
  }

  .age-gateway__back {
	margin-top: 32px;
  }

  @media screen and (max-width: 768px) {
	.age-gateway__back {
		margin-top: 16px;
	}
  }

  .age-gateway__back a{
	background-color: #fff;
	color: #004f9d;
	border: 1px solid #004f9d;
	/* min-height: 67px; */
	padding: 18px 25px 18px 35px;
	width: 244px;
	font-size: 16px;
  }

  .age-gateway__back a::after{
	font-family: "icon" !important;
	speak: none;
	color: #004f9d;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: auto;
	left: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }

  
  @media screen and (max-width: 768px) {
    .age-gateway__form-submit.form-item__button .btn.-link input {
      font-size: 1.3rem;
      /* min-height: 60px; */
      padding-top: 18px;
      padding-bottom: 18px;
      padding-right: 30px;
    }
    .age-gateway__form-submit.form-item__button .btn.-link input {
      font-size: 1.3rem;
    }
    .age-gateway__form-submit.form-item__button .-inner {
      width: 202px;
    }
    .age-gateway__back a{
      font-size: 1.3rem;
      padding: 9px 20px 9px 20px;
      max-width: 210px;
    }
  }

  
  .wovn-link__item:has(.wovn-languages) {
    padding: 0;
    position: relative;
    height: 3.2rem;
  }
  .wovn-link__item:has(+ .wovn-link__item.-global-wovn)::after {
    content: none;
  }


  
  .wovn-link .-global-wovn__wrap {
    width: fit-content;
    border: solid;
    border: 1px solid #ddd;
    margin-left: auto;
  }

  @media screen and (max-width: 768px) {
    .wovn-link .-global-wovn__wrap {
      margin: 0 0 0 auto;
    }

    .wovn-link button.-global-wovn__btn {
      padding: 6px 8px;
    }
  }

  .wovn-link .-global-wovn__list {
    width: 100%;
    background: #F6F6F6;
  }

  .wovn-link .-global-wovn__list[aria-hidden="true"] {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .wovn-link .-global-wovn__list >div  {
      padding: 0px;
    }
  }

  .wovn-link .-global-wovn__list{
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .wovn-link .-global-wovn__list .wovn-switch-template{
    padding: 4px 2px 4px 15px;
    font-size: 1.3rem;
    position: relative;
    cursor: pointer;
    position: relative;
    text-align: left;
  }

  .wovn-link .-global-wovn__list .wovn-switch-template:focus-visible {
    outline: 1px solid #004f9d;
  }

  .wovn-link .-global-wovn__list .wovn-switch-template:hover {
    color: #004f9d;
  }

  .wovn-link .-global-wovn__list .wovn-switch-template.selected::before {
    content: '';
    width: 10px;
    height: 2px;
    background: #E8604F;
    position: relative;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .wovn-link .-global-wovn__list .wovn-switch-template:first-child {
    padding-top: 8px;
  }
  .wovn-link .-global-wovn__list .wovn-switch-template:last-child{
    padding-bottom: 8px;
  }
