@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  background: #fcf7f1;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  --sans: "Noto Sans JP";
  --serif: "Noto Serif JP";
  --garamond: "Cormorant Garamond";
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 2.15em;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  min-width: auto;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  color: #777777;
  position: absolute;
  left: 5vw;
  right: 5vw;
  top: 4vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#head-key .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  z-index: 9;
}

#head-top {
  padding: 0 0 60px;
}

.nav-header .nav {
  display: block;
  height: auto;
  text-align: center;
}
.nav-header .nav li {
  margin-bottom: 24px;
}
.nav-header .nav li:last-child {
  margin-bottom: 0;
}

.nav-header .logo-nav {
  margin: auto;
}
.nav-header .logo-nav a {
  display: inline-block;
}

.nav-header a.nav-main {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 5px;
}
.nav-header a.nav-main.active {
  color: #e8001c;
  border-bottom-color: #e8001c;
}

.head-info {
  margin-right: 0;
  display: none;
}

#key-box {
  width: 100%;
  height: 100%;
  padding-top: 13vw;
  position: relative;
  z-index: 3;
}
#key-box::before {
  content: "";
  position: absolute;
  background-color: #fff;
  inset: 2.7vw 2.7vw -2.7vw;
  z-index: -1;
}
#key-box.child {
  box-sizing: border-box;
  padding: 2.65% 2.65% 0;
}
#key-box.child::before {
  content: none;
}
#key-box.child .img {
  height: 121vw;
}
#key-box.child .img img {
  object-position: center top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#key-box .logo-key {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 3vw 0 0 0;
  margin: auto;
  width: 64vw;
  z-index: 3;
  opacity: 0;
}
#key-box .logo-key img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
}
#key-box #key {
  position: relative;
}
#key-box #key.active .img {
  opacity: 0.3;
}
#key-box #key .img {
  position: relative;
  width: 94.67%;
  height: 54.7vw;
}
#key-box #key .img:nth-child(1) {
  margin-bottom: 1.3vw;
}
#key-box #key .img:nth-child(1) .logo-child {
  width: 46vw;
}
#key-box #key .img:nth-child(2) {
  text-align: right;
  margin-left: auto;
}
#key-box #key .img:nth-child(2) .logo-child {
  width: 46.7vw;
}
#key-box #key .img .overlay {
  position: absolute;
  background: #e8001c;
  height: 100%;
  width: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
#key-box #key .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
#key-box #key .img .logo-child {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}
#key-box #key .img .logo-child img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
}

.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}

.nav-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 28px 6.67% 60px;
  height: 100vh;
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.fix-sp-open #fixed-contact-sp {
  opacity: 1;
  left: 0%;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
  z-index: 99;
}

#fixed-contact-sp {
  width: 100%;
  color: #fff;
  background: #333;
  position: fixed;
  bottom: 60px;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
#fixed-contact-sp .list {
  width: 100%;
}
#fixed-contact-sp .list li {
  width: 100%;
}
#fixed-contact-sp .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--serif);
  border-bottom: 1px solid #666666;
}

body.fix-sp-open,
body.fix-sp-open *,
body.fix-sp-open *:hover,
body.fix-sp-open *:focus,
body.fix-sp-open *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.fix-sp-open .hamberger-btn,
body.fix-sp-open #fixed-contact-sp,
body.fix-sp-open #fixed-contact-sp *,
body.fix-sp-open #fixed-sp,
body.fix-sp-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.fix-sp-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

body.menu-open,
body.menu-open *,
body.menu-open *:hover,
body.menu-open *:focus,
body.menu-open *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.menu-open .hamberger-btn,
body.menu-open .nav-header,
body.menu-open .nav-header *,
body.menu-open #fixed-sp,
body.menu-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.menu-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open .nav-header {
  opacity: 1;
  left: 0%;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
  z-index: 99;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 40px;
}

html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

footer {
  color: #fff;
  background: #333;
  position: relative;
  margin-top: 0;
  padding: 75px 0 133px;
}
footer .row {
  border-bottom: 1px solid #515151;
  padding-bottom: 8vw;
  margin-bottom: 10vw;
}
footer .row .left {
  margin-bottom: 3.8vw;
}
footer .row .left .logo-ft {
  width: 40.4vw;
  margin: 0 auto 3.9vw;
}
footer .row .left .slogan {
  text-align: center;
  font-weight: 400;
  line-height: 1.6em;
  color: #ccc;
  letter-spacing: 0.15em;
  font-size: 3.2vw;
}
footer .row .right .info dl {
  white-space: nowrap;
  padding: 9px 0;
  display: flex;
  font-size: 12px;
  line-height: 1.45em;
}
footer .row .right .info dl dt {
  color: #ffedd8;
  width: 80px;
  flex-shrink: 0;
  box-sizing: border-box;
}
footer .row .right .info dl dd {
  color: #fff;
}
footer .row3 {
  margin-bottom: 19.5vw;
}
footer .row4 .left {
  max-width: 268px;
  margin: 0 auto 9vw;
}
footer #socialbuttons {
  margin-bottom: 6vw;
}
footer .ls-btn-ft {
  margin: 0 auto 6vw;
}
footer .ls-btn-ft .btn-ft {
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 5px;
}
footer .ls-btn-ft .btn-ft .wr {
  position: relative;
  padding-left: 20px;
}
footer .ls-btn-ft .btn-ft .wr::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_link.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #555;
  z-index: 102;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
  height: 100%;
}

#fixed-sp ul li {
  height: 100%;
}
#fixed-sp ul li:first-child {
  width: 66.6666666667%;
}
#fixed-sp ul li:nth-child(2) {
  width: 33.3333333333%;
  background-color: #fff;
}
#fixed-sp ul li:nth-child(2) .fx-wr {
  font-family: var(--garamond);
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
#fixed-sp ul li:nth-child(2) .fx-wr .ic {
  position: relative;
  padding-left: 25px;
}
#fixed-sp ul li:nth-child(2) .fx-wr .ic::before {
  content: "";
  position: absolute;
  background: url(../img/shared/menu_icon.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
#fixed-sp ul li .fx-menu .close {
  display: none;
}
#fixed-sp ul li .fx-wr {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--serif);
  color: #fff;
  box-sizing: border-box;
}

.menu-open #fixed-sp ul li:nth-child(2) .fx-wr .ic::before {
  background-image: url(../img/shared/menu_icon_close.png);
}
.menu-open #fixed-sp ul li .fx-menu .close {
  display: block;
}
.menu-open #fixed-sp ul li .fx-menu .open {
  display: none;
}

#fixed-sp ul li .fx-wr {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

address {
  font-size: 12px;
  letter-spacing: 0.05em;
}

#pagetop {
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
  width: 25.2vw;
  margin-bottom: 5.1vw;
}
#pagetop img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .fixed-btn footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .fixed-btn footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
.pc {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header h1 {
    font-size: 12px;
    text-align: right;
    top: 79px;
    right: 33px;
    left: 33px;
    -webkit-line-clamp: 1;
  }
  header .logo a {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
  .nav-header {
    top: 7px;
    right: 20px;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: none;
    height: 100px;
    left: auto;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .fixed-btn .nav-header a.nav-main {
    margin: 0 18px;
    letter-spacing: 0.08em;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    padding-top: 0;
  }
  .nav-header .nav li {
    margin-bottom: 0;
  }
  .fixed-btn .child .nav-header a.nav-main {
    color: #000;
  }
  .fixed-btn .child .nav-header a.nav-main.active {
    color: #e8001c;
  }
  .child .nav-header a.nav-main {
    color: #fff;
  }
  .nav-header a.nav-main {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 0 12px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
    line-height: 1.6em;
    padding-bottom: 3px;
    border-bottom: none;
  }
  .nav-header a.nav-main.active {
    color: #e8001c;
  }
  .nav-header a.nav-main:hover {
    color: #e8001c;
  }
  .nav-header a.nav-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #e8001c;
    transition: all 0.5s;
  }
  .nav-header a.nav-main.active::after,
  .nav-header a.nav-main:hover::after {
    width: 100%;
  }
  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #key-box {
    padding-top: 125px;
    width: 100%;
  }
  #key-box::before {
    inset: 19px 20px -69px;
  }
  #key-box.child {
    padding: 19px 20px 0;
  }
  #key-box.child .img {
    height: 880px;
  }
  #key-box .logo-key {
    width: 422px;
    inset: 65px 0 0 0;
  }
  #key-box #key .img {
    width: 83.3333333333%;
    height: 350px;
  }
  #key-box #key .img:nth-child(1) {
    margin-bottom: 5px;
  }
  #key-box #key .img:nth-child(1) .logo-child {
    width: 345px;
    margin-left: 66px;
    margin-top: 17px;
  }
  #key-box #key .img:nth-child(2) .logo-child {
    width: 350px;
    margin-right: 66px;
    margin-top: 0;
  }
  /*=============================================
  ******************* footer *******************
  *=============================================*/
  footer {
    padding: 80px 0 77px;
  }
  footer::after {
    display: none;
  }
  footer .row {
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto 44px;
    display: flex;
    padding-bottom: 44px;
    padding-left: 131px;
  }
  footer .row .left {
    margin-right: 65px;
    margin-bottom: 0;
    width: 153px;
  }
  footer .row .left .logo-ft {
    width: 100%;
    margin: 0 auto 25px;
  }
  footer .row .left .slogan {
    font-size: 13px;
  }
  footer .row .right .info dl {
    padding: 11px 0;
    font-size: 15px;
    line-height: 1.45em;
  }
  footer .row .right .info dl dt {
    width: 107px;
  }
  footer .row2 .left {
    margin-top: 14px;
  }
  footer .row3 {
    margin-bottom: 60px;
    padding-bottom: 50px;
  }
  footer .row3 .left {
    margin-top: 18px;
  }
  footer .row4 {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  footer .row4 .left {
    max-width: unset;
    margin: 0;
  }
  footer .row4 .right {
    margin-top: -7px;
  }
  footer .nav-footer {
    text-align: right;
  }
  footer .nav-footer li {
    line-height: 1.4em;
    margin-bottom: 3px;
  }
  footer .nav-footer li:last-child {
    margin-bottom: 0;
  }
  footer .nav-footer li a {
    padding-right: 24px;
    font-size: 13px;
    font-weight: 400;
    color: #ccc;
    position: relative;
    letter-spacing: 0.075em;
    transition: all 0.3s ease;
  }
  footer .nav-footer li a::before {
    background-color: #ccc;
    position: absolute;
    content: "";
    width: 11px;
    height: 1px;
    right: 0;
    top: 10px;
  }
  footer .nav-footer li a:hover {
    opacity: 0.7;
  }
  footer #socialbuttons {
    margin-bottom: 28px;
  }
  footer .ls-btn-ft {
    margin: 0 auto 17px;
    margin-left: 10px;
  }
  footer .ls-btn-ft .btn-ft {
    font-size: 13px;
    text-underline-offset: 7px;
    margin-bottom: 4px;
  }
  footer .ls-btn-ft .btn-ft:last-child {
    margin-bottom: 0;
  }
  footer .ls-btn-ft .btn-ft .wr {
    padding-left: 27px;
    transition: all 0.3s ease;
  }
  footer .ls-btn-ft .btn-ft .wr::before {
    width: 14px;
    height: 14px;
  }
  footer .ls-btn-ft .btn-ft .wr:not(.copied):hover {
    opacity: 0.8;
  }
  /*=============================================
  ***************** copyright ******************
  *=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100px;
    margin-left: 10px;
    margin-bottom: 0;
  }
  #pagetop:hover {
    opacity: 0.9 !important;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address {
    font-size: 13px;
    padding: 16px 0 10px;
  }
  address span {
    display: block;
  }
  address span a:hover {
    text-decoration: underline;
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}

html a:hover {
  text-decoration: none;
}

html .wrap {
  padding: 0 4%;
  width: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

html #socialbuttons .social-line {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt,
.txt1,
.txt2,
.txt3 {
  text-align: justify;
}

.ls-arrow .next-arrow,
.ls-arrow .prev-arrow {
  position: absolute;
  top: 35.2vw;
  aspect-ratio: 1/1;
  width: 45px;
  height: auto;
  z-index: 2;
}
.ls-arrow .prev-arrow {
  background: url(../img/shared/arrow_left.png) no-repeat;
  background-size: contain;
  right: calc(50% + 30vw);
}
.ls-arrow .next-arrow {
  background: url(../img/index/arrow_right.png) no-repeat;
  background-size: contain;
  left: calc(50% + 30vw);
}

.custom-dots .slick-dots {
  position: static;
}
.custom-dots .slick-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.custom-dots .slick-dots li {
  margin: 0 6px;
  width: 15px;
  height: 15px;
}
.custom-dots .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #be2e1e;
  opacity: 0.3;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-dots .slick-dots button::before {
  content: none;
}
.custom-dots .slick-dots .slick-active button {
  background-color: #be2e1e;
  opacity: 1;
}

.en-all {
  text-align: center;
  color: #000;
  font-family: var(--garamond);
  font-size: 13.3vw;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  right: 5.6vw;
  letter-spacing: 0.025em;
  margin-bottom: 3.3vw;
  z-index: 2;
}
.en-all span {
  position: relative;
  z-index: -1;
  color: #e8001c;
  font-size: 288%;
  top: 4.1vw;
  left: 10.6vw;
}

.jp-all {
  text-align: center;
  font-family: var(--serif);
  font-size: 5.3vw;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  padding-top: 4.7vw;
  margin-bottom: 5vw;
  position: relative;
}
.jp-all::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 5.3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  top: 0;
}

.btn-all a {
  margin: 0 auto;
  border: 2px solid #232323;
  background: #fff;
  width: 275px;
  height: 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: var(--serif);
  color: #000;
  letter-spacing: 0.1em;
  position: relative;
}
.btn-all a::before {
  content: "";
  position: absolute;
  background: #232323;
  width: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6px;
}
.btn-all a::after {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_arrow_red.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 20/24;
  width: 10px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 16px;
}

@media only screen and (min-width: 768px) {
  .btn-all a {
    border-width: 4px;
    letter-spacing: 0.15em;
    height: 90px;
    width: 430px;
    font-size: 20px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .btn-all a::before {
    width: 4px;
    left: 5px;
  }
  .btn-all a::after {
    right: 36px;
    width: 17px;
  }
  .btn-all a:hover {
    opacity: 0.7;
  }
  .en-all {
    font-size: 84px;
    right: 30px;
    margin-bottom: 23px;
  }
  .en-all span {
    font-size: 285.7142857143%;
    top: 25px;
    left: 67px;
  }
  .jp-all {
    font-size: 30px;
    padding-top: 27px;
    margin-bottom: 30px;
  }
  .jp-all::before {
    height: 2px;
    width: 30px;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
