@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.866666667;
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
  color: #040000;
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 759px) {
  img {
    width: 100%;
    height: auto;
  }
}

.u-disp-pc {
  display: block !important;
}
@media (max-width: 759px) {
  .u-disp-pc {
    display: none !important;
  }
}

.u-disp-sp {
  display: none !important;
}
@media (max-width: 759px) {
  .u-disp-sp {
    display: block !important;
  }
}

.u-sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.swiper-wrapper {
  width: 100%;
}

@media (max-width: 759px) {
  .js-slide-pc .swiper-wrapper {
    display: block;
  }
}

.js-slide {
  width: 100%;
  position: relative;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
@media (min-width: 760px) {
  .header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #BC0009;
    bottom: 3.1944444444vw;
    left: 0;
  }
}
@media (max-width: 759px) {
  .header::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #BC0009;
    border-bottom: 0;
    left: 0;
  }
}
.header a {
  position: relative;
  z-index: 1;
  transition: 0.2s ease-in-out;
  font-feature-settings: "palt";
}
@media (max-width: 759px) {
  .header {
    height: 24vw;
  }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.header__inner {
  position: relative;
  width: 91.6666666667vw;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 759px) {
  .header__inner {
    width: 100%;
    max-width: 100%;
    padding-top: 11.2vw;
    padding-bottom: 8.5333333333vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.header__body {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header .header__logo {
  display: flex;
  height: 1.8055555556vw;
  margin-top: 2.5694444444vw;
}
@media (max-width: 759px) {
  .header .header__logo {
    margin-top: 0;
    height: 4.2666666667vw;
  }
}
.header .header__logo > a {
  display: block;
}
.header .header__logo span {
  display: flex;
  height: 100%;
  width: 19.4444444444vw;
}
@media (max-width: 759px) {
  .header .header__logo span {
    max-width: unset;
    width: 45.3226666667vw;
  }
}
.header .header__logo span img {
  width: 100%;
  max-width: unset;
  height: auto;
  vertical-align: top;
}
.header .header-nav {
  font-size: 1.0416666667vw;
  letter-spacing: 0.06em;
  padding-right: 3.8194444444vw;
}
.header .nav-main,
.header .nav-sub__head {
  display: flex;
  justify-content: end;
}
.header .nav-sub__head {
  margin-top: 1.1805555556vw;
}
.header .nav-sub__head li {
  text-align: center;
  transition: 0.2s ease-in-out;
  position: relative;
  margin-right: 0.6944444444vw;
}
.header .nav-sub__head li > a {
  display: block;
  padding: 0.9027777778vw 0;
  font-size: 0.9027777778vw;
  position: relative;
  z-index: 2;
}
.header .nav-sub__head li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  transition: 0.2s ease-in-out;
}
.header .nav-sub__head li:hover::before {
  scale: 1.05;
}
.header .nav-sub__head li .button__icon {
  content: "";
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: -0.6944444444vw;
  transform: translateY(-50%);
  background: url(./../images/common/icon_arrow_nav-sub__head.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 759px) {
  .header .nav-sub__head li .button__icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    right: 3.7333333333vw;
  }
}
.header .nav-sub__head li a:hover .button__icon {
  background: url(./../images/common/icon_arrow_nav-sub__head_hover.svg) no-repeat;
  background-size: contain;
  width: 1.8055555556vw;
  height: 1.8055555556vw;
  right: -0.9027777778vw;
}
.header .nav-sub__head li + li {
  margin-left: 1.0416666667vw;
}
.header .nav-sub__head li.weport {
  letter-spacing: 0;
}
.header .nav-sub__head li.weport span {
  margin-right: 1.3888888889vw;
}
.header .nav-main {
  margin-top: 6.25vw;
  margin-right: -1.25vw;
}
.header .nav-main__item {
  position: relative;
  line-height: 15px;
  font-size: 0.9027777778vw;
  font-family: "Josefin Sans", sans-serif;
  width: max-content;
}
.header .nav-main__item .u-font-space {
  display: inline-block;
}
.header .nav-main__item .u-font-space::first-letter {
  letter-spacing: 0.8rem;
}
.header .nav-main__item > a {
  padding: 0 6.9444444444vw;
}
.header .nav-main__item:nth-of-type(2) > a {
  padding: 0 12.5vw;
}
.header .nav-main__item:nth-of-type(3) > a {
  padding: 0 9.0277777778vw;
}
.header .nav-main__item.navsubmenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 200%;
  width: 100%;
  background: transparent;
  z-index: 0;
  cursor: pointer;
}
.header .nav-main__img {
  transition: 0.2s ease-in-out;
  position: absolute;
  right: -0.625vw;
}
.header .nav-main__img.current {
  transform: rotate(180deg);
}
@media (max-width: 759px) {
  .header .header-nav {
    display: none;
  }
}

.nav-sub,
.nav-sub__wrap {
  display: none;
  transition: all 0.2s;
}

.nav-sub.open,
.nav-sub__wrap.open {
  display: block;
}

.nav-sub__wrap {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 0.9722222222vw;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  padding: 1.0416666667vw 0;
  text-align: center;
}
.nav-sub a {
  color: #fff;
  padding: 1.0416666667vw 1.3888888889vw;
  display: block;
  letter-spacing: 0em;
}
.nav-sub .nav-sub__item {
  margin: unset !important;
  width: 19.4444444444vw;
  position: relative;
  font-feature-settings: "palt";
}

@media (max-width: 759px) {
  .ac-body {
    display: none;
    transition: 0.2s ease-in-out;
  }
  .ac-body.is-open {
    display: block;
  }
  .ac-head .modal-nav-top__title {
    position: relative;
  }
  .ly-flex {
    display: flex;
  }
  .modal-nav-contents .sub_contents {
    margin-top: 0 !important;
  }
}
.header-modal {
  position: fixed;
  z-index: 10001;
  top: 2.0833333333vw;
  right: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
@media (max-width: 759px) {
  .header-modal {
    margin-right: 5.3333333333vw;
    top: 8vw;
  }
}
.header-modal .header-modal__btn {
  cursor: pointer;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background: #EDECEC;
  border-radius: 50%;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 759px) {
  .header-modal .header-modal__btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    transform: scale(0.8);
  }
}
.header-modal .header-modal__btn:hover {
  background: #BC0009;
}
.header-modal .header-modal__btn:hover span:nth-of-type(1) {
  top: 50%;
}
.header-modal .header-modal__btn:hover span:nth-of-type(3) {
  top: 50%;
}
.header-modal .header-modal__btn.active {
  background: #fff;
}
@media (max-width: 759px) {
  .header-modal .header-modal__btn.active {
    border: 1px solid #fff;
    background: none;
  }
}
.header-modal .header-modal__btn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 0.6944444444vw;
  height: 1px;
  border-radius: 2px;
  background: #fff;
  width: 1.3888888889vw;
}
@media (max-width: 759px) {
  .header-modal .header-modal__btn span {
    width: 4.2666666667vw;
    left: 3.4666666667vw;
  }
}
.header-modal .header-modal__btn.active span {
  background: #040000;
}
@media (max-width: 759px) {
  .header-modal .header-modal__btn.active span {
    background: #fff;
  }
}
.header-modal .header-modal__btn span:nth-of-type(1) {
  top: 1.1805555556vw;
}
@media (max-width: 759px) {
  .header-modal .header-modal__btn span:nth-of-type(1) {
    top: 4.8vw;
  }
}
.header-modal .header-modal__btn span:nth-of-type(2) {
  display: none;
}
.header-modal .header-modal__btn span:nth-of-type(3) {
  top: 1.6666666667vw;
}
@media (max-width: 759px) {
  .header-modal .header-modal__btn span:nth-of-type(3) {
    top: 6.1333333333vw;
  }
}
.header-modal .header-modal__btn.active span:nth-of-type(1) {
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  transform: translateY(0.4166666667vw) rotate(-45deg);
  width: 30%;
}
@media (max-width: 759px) {
  .header-modal .header-modal__btn.active span:nth-of-type(1) {
    transform: translateY(1.6vw) rotate(-45deg);
    top: 4vw;
    left: 3.2vw;
    width: 40%;
  }
}
.header-modal .header-modal__btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-modal .header-modal__btn.active span:nth-of-type(3) {
  top: 1.875vw;
  left: 1.0416666667vw;
  transform: translateY(-0.4166666667vw) rotate(45deg);
  width: 30%;
}
@media (max-width: 759px) {
  .header-modal .header-modal__btn.active span:nth-of-type(3) {
    transform: translateY(1.6vw) rotate(45deg);
    top: 4vw;
    left: 3.2vw;
    width: 40%;
  }
}

.modal-nav {
  /*最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  background: #040000;
  transition: all 0.3s;
}

/*アクティブ 透過なし最前面へ*/
.modal-nav.panelactive {
  opacity: 1;
  z-index: 999;
  height: 100vh;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*ナビゲーションの縦スクロール*/
.modal-nav.panelactive nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*モーダルメニュー*/
.modal-nav nav {
  display: none;
}

.modal-nav-header__inner {
  position: relative;
  width: 91.6666666667vw;
  margin: 0 auto;
  padding: 0 1.3888888889vw;
}
@media (max-width: 759px) {
  .modal-nav-header__inner {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.modal-nav-header__body {
  position: relative;
}
.modal-nav-header__logo span {
  width: 17.6965277778vw;
  display: flex;
}
.modal-nav-header__logo span img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media (max-width: 759px) {
  .modal-nav-header__logo span {
    max-width: unset;
    width: 45.3226666667vw;
    height: auto;
  }
}
.modal-nav-header__logo > a {
  display: inline-block;
  margin-top: 2.9166666667vw;
}
@media (max-width: 759px) {
  .modal-nav-header__logo > a {
    margin-top: 11.2vw;
    margin-bottom: 2.1333333333vw;
  }
}

.modal-nav-contents {
  position: relative;
  z-index: 999;
  width: 72.2222222222vw;
  padding: 0 7.9166666667vw 0;
  margin: 10.2777777778vw auto;
}
@media (max-width: 759px) {
  .modal-nav-contents {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    max-width: unset;
    width: 100%;
    padding: 0 8vw 13.3333333333vw;
    margin-bottom: 0;
  }
}
.modal-nav-contents a {
  color: #fff;
}
.modal-nav-contents .nav-policy {
  display: flex;
}
@media (max-width: 759px) {
  .modal-nav-contents .nav-policy {
    margin-bottom: 0;
  }
}
.modal-nav-contents .modal-nav-top__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__wrap {
    flex-direction: column;
  }
}
.modal-nav-contents .modal-nav-top__list + .modal-nav-top__list {
  margin-left: 3.4722222222vw;
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__list {
    width: 100%;
  }
  .modal-nav-contents .modal-nav-top__list + .modal-nav-top__list {
    margin-left: 0;
  }
}
.modal-nav-contents .modal-nav-top__link .modal-nav-top__icon {
  content: "";
  display: block;
  background: #fff;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 7%;
  left: 0;
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__link .modal-nav-top__icon {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.modal-nav-contents .modal-nav-top__link .modal-nav-top__icon::after {
  content: "";
  display: block;
  background: url(./../images/common/icon_arrow_black.svg) no-repeat;
  background-size: contain;
  width: 0.2083333333vw;
  height: 0.4166666667vw;
  position: absolute;
  top: 38%;
  left: 55%;
  transform: translateX(-55%);
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__link .modal-nav-top__icon::after {
    width: 0.8vw;
    height: 1.6vw;
  }
}
.modal-nav-contents .modal-nav-top__link:hover .modal-nav-top__icon {
  scale: 1.5;
}
.modal-nav-contents .modal-nav-top__link .modal-nav-top__icon_sub {
  content: "";
  display: block;
  border: 1px solid #fff;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 7%;
  left: 0;
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__link .modal-nav-top__icon_sub {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.modal-nav-contents .modal-nav-top__link .modal-nav-top__icon_sub::after {
  content: "";
  display: block;
  background: url(./../images/common/icon_arrow_white.svg) no-repeat;
  background-size: contain;
  width: 0.2083333333vw;
  height: 0.4166666667vw;
  position: absolute;
  top: 35%;
  left: 55%;
  transform: translateX(-55%);
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__link .modal-nav-top__icon_sub::after {
    width: 0.8vw;
    height: 1.6vw;
  }
}
.modal-nav-contents .modal-nav-top__link:hover .modal-nav-top__icon_sub {
  scale: 1.5;
}
.modal-nav-contents .modal-nav-top__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5277777778vw;
  letter-spacing: 0.03em;
  line-height: 1.2;
  position: relative;
  color: #fff;
  margin-top: 1.7361111111vw;
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__title {
    font-size: 5.3333333333vw;
    margin-top: 5.8666666667vw !important;
  }
}
.modal-nav-contents .modal-nav-top__title p {
  padding-left: 2.0833333333vw;
  line-height: 1;
  font-feature-settings: "palt";
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__title p {
    padding-left: 8vw;
  }
}
.modal-nav-contents .modal-nav-top__title .modal-nav-top__title_en--s {
  font-size: 1.25vw;
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__title .modal-nav-top__title_en--s {
    font-size: 4.8vw;
  }
}
.modal-nav-contents .modal-nav-top__title_sub {
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  display: block;
  margin-top: 0.4166666667vw;
}
@media (max-width: 759px) {
  .modal-nav-contents .modal-nav-top__title_sub {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
@media (min-width: 760px) {
  .modal-nav-contents .modal-nav-top__list .modal-nav-top:nth-of-type(1) .modal-nav-top__title {
    margin-top: 0 !important;
  }
}
.modal-nav-contents .sub_contents {
  padding-left: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media (max-width: 759px) {
  .modal-nav-contents .sub_contents {
    padding-left: 6.9333333333vw;
  }
}

.modal-nav_bottom__wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9027777778vw;
  align-items: center;
}
@media (max-width: 759px) {
  .modal-nav_bottom__wrap {
    justify-content: initial;
    flex-direction: column;
    align-items: initial;
    margin-top: 13.3333333333vw;
  }
}
.modal-nav_bottom__wrap .nav-policy li:nth-of-type(n+2) {
  margin-left: 2.7777777778vw;
}
@media (max-width: 759px) {
  .modal-nav_bottom__wrap .nav-policy li:nth-of-type(n+2) {
    margin-left: 8vw;
  }
}
.modal-nav_bottom__wrap .nav-policy__item {
  position: relative;
  line-height: 15px;
  font-size: 0.9027777778vw;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 759px) {
  .modal-nav_bottom__wrap .nav-policy__item {
    font-size: 3.7333333333vw;
  }
}
.modal-nav_bottom__wrap .nav-sns {
  margin-left: 2.7777777778vw;
}
@media (max-width: 759px) {
  .modal-nav_bottom__wrap .nav-sns {
    margin-left: 0;
    margin-top: 6.6666666667vw;
  }
}
.modal-nav_bottom__wrap .nav-sns__item {
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 759px) {
  .modal-nav_bottom__wrap .nav-sns__item {
    width: fit-content;
  }
}
.modal-nav_bottom__wrap .nav-sns__item:hover {
  opacity: 0.5;
}
.modal-nav_bottom__wrap .nav-sns__icon {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
.modal-nav_bottom__wrap .nav-sns__icon img {
  width: 100%;
}
@media (max-width: 759px) {
  .modal-nav_bottom__wrap .nav-sns__icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.bottom-line {
  position: relative;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #BC0009;
  left: 0;
  bottom: 5.5555555556vw;
  margin-top: auto;
}
@media (max-width: 759px) {
  .bottom-line {
    display: none;
  }
}

@media (max-width: 759px) {
  .modal-nav .nav-copy {
    color: #fff;
    padding: 6.6666666667vw 8vw;
    text-align: right;
    font-size: 3.2vw;
    font-family: "Bebas Neue", sans-serif;
    border-top: 1px solid #BC0009;
    width: 100%;
  }
  .modal-nav .nav-copy__inner {
    display: block;
    margin: 0 auto;
  }
  .modal-nav .nav-copy__label {
    font-family: "Josefin Sans", sans-serif;
  }
}
@media (max-width: 759px) {
  .modal-nav-contents > div.modal-nav-top__wrap > div:nth-child(1) > div:nth-child(1) > div > a > div {
    margin-top: 0 !important;
  }
}
.u-hover-line a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #BC0009;
  bottom: -0.0694444444vw;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}

.u-hover-line a:hover::after {
  transform: scale(1, 1);
}

.u-hover-line.u-hover-line-white a::after {
  background: #fff;
}

header nav .u-hover-line a::after {
  bottom: 0.2083333333vw;
}

.nav-sub-hover-line {
  position: relative;
  padding: 0 10px;
}

.nav-sub-hover-line::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -0.3472222222vw;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}

.nav-sub a:hover .nav-sub-hover-line::after {
  transform: scale(1, 1);
}

.nav-sub__item a::after {
  display: none;
}

.button {
  border-radius: 999px;
  width: 17.3611111111vw;
  transition: 0.2s ease-in-out;
  position: relative;
  display: block;
  text-align: center;
}
@media (max-width: 759px) {
  .button {
    width: 62.6666666667vw;
  }
}
.button > a {
  color: #fff;
  display: block;
  padding: 0.8333333333vw 0;
  font-size: 1.1111111111vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media (max-width: 759px) {
  .button > a {
    font-size: 4vw;
    padding: 4vw 0;
  }
}
.button::before {
  content: "";
  display: block;
  background: #040000;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
.button:hover::before {
  background: #BC0009;
  scale: 1.05;
}
.button .button__icon {
  content: "";
  display: block;
  width: 1.5277777778vw;
  height: 1.5277777778vw;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 1.3194444444vw;
  transform: translateY(-50%);
  background: url(./../images/common/icon_button_arrow.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 759px) {
  .button .button__icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    right: 3.7333333333vw;
  }
}
.button a:hover .button__icon {
  background: url(./../images/common/icon_button_arrow_hover.svg) no-repeat;
  background-size: contain;
  width: 1.8055555556vw;
  height: 1.8055555556vw;
  right: 1.0416666667vw;
}
@media (max-width: 759px) {
  .button a:hover .button__icon {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    right: 2.6666666667vw;
  }
}
.button.ly_center {
  margin: 4.1666666667vw auto 0;
}
@media (max-width: 759px) {
  .button.ly_center {
    margin-top: 13.3333333333vw;
  }
}
.button.ly_right {
  margin: 1.7361111111vw 0 0 auto;
}
@media (max-width: 759px) {
  .button.ly_right {
    margin: 13.3333333333vw auto 0;
  }
}
.button .button__en {
  font-family: "Josefin Sans", sans-serif;
}

.breadcrumb ul {
  display: flex;
}
.breadcrumb__item {
  position: relative;
}
@media (min-width: 760px) {
  .breadcrumb {
    width: 91.6666666667vw;
    padding: 0.2777777778vw 4.1666666667vw 0;
    margin: 0 auto;
  }
  .breadcrumb__item {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .breadcrumb__item + .breadcrumb__item {
    margin-left: 3.1944444444vw;
  }
  .breadcrumb__item:nth-of-type(n+2)::before {
    content: "";
    display: block;
    background: url(./../images/common/icon_arrow_breadcrumb.svg) no-repeat;
    background-size: contain;
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    position: absolute;
    top: 50%;
    left: -1.7361111111vw;
    transform: translateY(-50%);
  }
  .breadcrumb span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
  .breadcrumb a {
    text-underline-offset: 0.2em;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 759px) {
  .breadcrumb {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }
  .breadcrumb ul {
    margin: 0 4vw;
  }
  .breadcrumb__item {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
  }
  .breadcrumb__item + .breadcrumb__item {
    margin-left: 6.6666666667vw;
  }
  .breadcrumb__item:nth-of-type(n+2)::before {
    content: "";
    display: block;
    background: url(./../images/common/icon_arrow_breadcrumb.svg) no-repeat;
    background-size: contain;
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    position: absolute;
    top: 50%;
    left: -4vw;
    transform: translateY(-50%);
  }
  .breadcrumb span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.breadcrumb .u-font-space {
  display: inline-block;
}
.breadcrumb .u-font-space::first-letter {
  letter-spacing: 0.8rem;
}

footer {
  position: relative;
  background: #040000;
}
footer .footer-nav {
  width: 83.3333333333vw;
  display: block;
  margin: 0 auto;
}
@media (max-width: 759px) {
  footer .footer-nav {
    width: 100%;
    margin: 0;
    padding: 0 8vw;
  }
}
footer .footer-nav__logo {
  margin-right: auto;
  width: 8.8944444444vw;
}
@media (max-width: 759px) {
  footer .footer-nav__logo {
    width: 30.9333333333vw;
  }
}
footer .footer-nav__logo img {
  width: 100%;
}
footer .modal-nav-contents {
  position: relative;
  z-index: initial;
  top: unset;
  left: unset;
  transform: unset;
  max-width: unset;
  width: 100%;
  padding-top: 4.1666666667vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 759px) {
  footer .modal-nav-contents {
    padding: 16vw 0 8vw;
  }
}
footer .modal-nav_bottom__wrap .nav-sns {
  margin-left: 2.7777777778vw;
}
@media (max-width: 759px) {
  footer .modal-nav_bottom__wrap .nav-sns {
    width: fit-content;
    margin-left: 6.6666666667vw;
    margin-top: 0;
  }
}
@media (max-width: 759px) {
  footer .modal-nav_bottom__wrap {
    flex-direction: initial;
  }
}
footer .modal-nav-contents .modal-nav-top__wrap {
  display: flex;
  justify-content: end;
}
footer .list__wrap {
  display: flex;
}
@media (max-width: 759px) {
  footer .list__wrap {
    flex-direction: column;
  }
}
footer .modal-nav-contents .modal-nav-top__list {
  width: 237.6666666667;
}
footer .modal-nav-contents .modal-nav-top__list + .modal-nav-top__list {
  margin-left: 2.7777777778vw;
}
@media (max-width: 759px) {
  footer .modal-nav-contents .modal-nav-top__list + .modal-nav-top__list {
    margin-left: 0;
  }
}
footer .nav-copy {
  color: #fff;
  border-top: 1px solid #BC0009;
  text-align: right;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.9722222222vw;
}
@media (max-width: 759px) {
  footer .nav-copy {
    font-size: 3.2vw;
  }
}
footer .nav-copy__inner {
  width: 83.3333333333vw;
  display: block;
  margin: 0 auto;
  padding: 2.0833333333vw 0;
}
@media (max-width: 759px) {
  footer .nav-copy__inner {
    width: 100%;
    padding: 6.6666666667vw 8vw;
  }
}
footer .nav-copy__label {
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 759px) {
  footer > div.footer-nav > nav > div > div.modal-nav-top__wrap > div.list__wrap > div:nth-child(1) > div:nth-child(1) > div > a > div {
    margin-top: 13.3333333333vw !important;
  }
}

@media (min-width: 760px) {
  main {
    overflow: hidden;
    margin-top: 4.1666666667vw;
    position: relative;
  }
  main::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    max-width: 1040px;
    max-height: 992.62px;
    background: url(./../images/common/bg_logo.svg) no-repeat center;
    background-size: contain;
    z-index: -1;
  }
}
@media (max-width: 759px) {
  main {
    overflow: hidden;
    margin-top: 10.1333333333vw;
    position: relative;
  }
  main::before {
    content: "";
    position: fixed;
    top: 69.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 84vw;
    height: 80.1733333333vw;
    background: url(./../images/common/bg_logo.svg) no-repeat;
    background-size: contain;
    z-index: -1;
  }
}
.sec {
  /*
  &-link {
      position: relative;
      margin: 0 auto;
      width: fit-content;
      @include pc-layout{
          padding: 0 pc2vw(60);
      }
      @include sp-layout{
      }
  }*/
}
@media (min-width: 760px) {
  .sec {
    margin: 0 auto;
    position: relative;
    max-width: 91.6666666667vw;
  }
}
@media (max-width: 759px) {
  .sec {
    position: relative;
    max-width: 100%;
    padding: 0 8vw;
  }
}
.sec-inner {
  position: relative;
}
.sec-inner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec-inner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
@media (min-width: 760px) {
  .sec-inner__bg--full {
    width: 100vw;
    width: calc(1 * var(--vw));
    margin: 0 50vw;
    margin: 0 calc(50% - 0.5 * var(--vw));
  }
}
@media (min-width: 760px) {
  .sec-colum {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 760px) {
  .sec-colum--full {
    width: 100vw;
    width: calc(1 * var(--vw));
    margin: 0 50vw;
    margin: 0 calc(50% - 0.5 * var(--vw));
  }
}
@media (min-width: 760px) {
  .sec-colum .sec-inner {
    width: 50%;
  }
}
.sec-head {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 760px) {
  .sec-head {
    padding: 0 4.1666666667vw;
  }
}
.sec-link {
  padding-bottom: 0.6944444444vw;
}
@media (max-width: 759px) {
  .sec-link {
    padding-bottom: 2.6666666667vw;
  }
}
.sec-line {
  height: 1px;
  width: 100%;
  background: #CED2D9;
  margin-top: 8.3333333333vw;
  margin-bottom: 8.3333333333vw;
}
@media (max-width: 759px) {
  .sec-line {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}

#sec-bottom {
  margin-bottom: 0;
}
#sec-bottom .sec-head {
  margin-top: 5.7638888889vw;
  margin-bottom: 0.6944444444vw;
  padding: 0 4.1666666667vw;
}
@media (max-width: 759px) {
  #sec-bottom .sec-head {
    padding: 0 8vw;
    margin-top: 21.3333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
@media (min-width: 760px) {
  #sec-bottom .sec-head__title__ja {
    font-size: 0.9027777778vw;
  }
}
#sec-bottom .sec-head__subTitle {
  height: auto;
}
#sec-bottom .sec-colum .button {
  margin: 0 auto;
}
@media (min-width: 760px) {
  #sec-bottom .sec-colum .sec-inner {
    display: flex;
    width: 50%;
    max-width: 50%;
    height: 20.8333333333vw;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #sec-bottom .sec-colum .sec-inner .sec-item {
    z-index: 1;
    position: relative;
  }
  #sec-bottom .sec-colum .sec-inner .sec-item-head {
    font-size: 1.3888888889vw;
    margin-bottom: 2.0833333333vw;
    letter-spacing: 0.09em;
  }
  #sec-bottom .sec-colum .sec-inner .sec-item-head__icon img {
    width: 6.9444444444vw;
  }
  #sec-bottom .sec-colum .sec-inner:nth-child(1) {
    background: #E2E6EF;
  }
  #sec-bottom .sec-colum .sec-inner:nth-child(2) {
    background: #E9EDF4;
  }
}
@media (max-width: 759px) {
  #sec-bottom .sec-colum .sec-inner {
    display: flex;
    height: 73.0666666667vw;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #sec-bottom .sec-colum .sec-inner .sec-item {
    z-index: 1;
    position: relative;
  }
  #sec-bottom .sec-colum .sec-inner .sec-item-head {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    letter-spacing: 0.09em;
  }
  #sec-bottom .sec-colum .sec-inner .sec-item-head__icon img {
    width: 22.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  #sec-bottom .sec-colum .sec-inner:nth-child(1) {
    background: #E2E6EF;
  }
  #sec-bottom .sec-colum .sec-inner:nth-child(2) {
    background: #E9EDF4;
  }
}

.pagetop {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125vw;
  height: 3.125vw;
  background: #BC0009;
  transition: 0.2s ease-in-out;
}
@media (max-width: 759px) {
  .pagetop {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.pagetop:hover {
  background: #777980;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5555555556vw;
  height: 1.3888888889vw;
}
@media (max-width: 759px) {
  .pagetop img {
    width: 1.6vw;
    height: 5.3333333333vw;
  }
}

a.is-current::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #BC0009;
  bottom: -0.0694444444vw;
  transform: scale(1, 1);
}

.cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 2.0833333333vw;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 759px) {
  .cookie-consent {
    flex-direction: column;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    padding: 8vw;
  }
}
.cookie-consent .policy-link, .cookie-consent :link, .cookie-consent :visited {
  color: rgb(0, 136, 255);
  text-decoration: underline;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-agree, .cookie-reject {
  color: #000;
  background: #fff;
  padding: 0.5em 1.5em;
  margin-left: 0.6944444444vw;
  border-radius: 40px;
  width: 8.3333333333vw;
  text-align: center;
  border: 1px solid #000;
  transition: all 250ms ease-in-out;
}
@media (max-width: 759px) {
  .cookie-agree, .cookie-reject {
    width: 53.3333333333vw;
    margin-left: 0;
  }
}

.cookie-agree:hover, .cookie-reject:hover {
  cursor: pointer;
  border: 1px solid #BC0009;
  color: #BC0009;
}

@media (max-width: 759px) {
  .cookie-text {
    margin-bottom: 8vw;
  }
  .cookie-reject {
    margin-top: 1.3333333333vw;
  }
}
.cc-hide1 {
  animation: hide 0.5s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.textchange span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  white-space: nowrap;
}

.textchange span:nth-child(2) {
  opacity: 0;
}

.textchange:hover span:nth-child(1) {
  opacity: 0;
}

.textchange:hover span:nth-child(2) {
  opacity: 1;
}

.nav-main__item + .nav-main__item {
  margin-left: 1.8em;
}

.text-notice {
  font-size: 0.8333333333vw;
  letter-spacing: -0.02em;
  line-height: 1.83;
  font-weight: 400;
}
@media (max-width: 759px) {
  .text-notice {
    font-size: 3.2vw;
    letter-spacing: 0.03em;
  }
}

.u-font-x-small {
  font-size: 0.6944444444vw;
}
@media (max-width: 759px) {
  .u-font-x-small {
    font-size: 2.6666666667vw;
  }
}

::-webkit-full-page-media, :future, :root .header .nav-main__item {
  max-width: 8em;
}

::-webkit-full-page-media, :future, :root .header .nav-main__item:nth-of-type(2) {
  max-width: 14em;
}

::-webkit-full-page-media, :future, :root .header .nav-main__item:nth-of-type(3) {
  max-width: 10em;
}

@-moz-document url-prefix() {
  .header .nav-main__item {
    max-width: 6em;
  }
  .header .nav-main__item:nth-of-type(2) {
    max-width: 14em;
  }
  .header .nav-main__item:nth-of-type(3) {
    max-width: 10em;
  }
  .nav-main.u-hover-line a::after {
    bottom: -0.5em;
  }
  .header .nav-main__item {
    line-height: 15%;
    padding-bottom: 0.7em;
  }
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #BC0009 !important;
}

/*# sourceMappingURL=common.css.map */
