@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}
img.w100 {
  width: 100%;
}

svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: block !important;
}

.sp-view {
  display: none !important;
}

@media (max-width: 768px) {
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  scroll-padding-top: 54px;
}
@media (min-width: 769px) {
  html {
    scroll-padding-top: 88px;
  }
}

body {
  color: #000;
  background: #fff;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}

/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

strong {
  font-weight: bold;
}

section,
article {
  position: relative;
}

.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #page {
    height: auto;
  }
  .btn-pagetop {
    display: none !important;
  }
}
#main {
  font-family: "Noto Sans JP", serif;
}

.contents-box .box-inner {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.font-en {
  font-family: "birch-std", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

/* 共通パーツ-------------------------------------------*/
.c-box {
  position: relative;
  overflow: hidden;
  letter-spacing: 0.05em;
}
.c-box img {
  width: 100%;
}

.swiper {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.btn-base {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.btn-base a {
  border-radius: 31px;
  background: #000;
  color: #fff;
  font-family: "birch-std", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 18px 0;
  width: 100%;
  display: block;
}
.btn-base a .icon-arrow01 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.btn-base a .icon-arrow01::before {
  border-color: #fff;
  width: 6px;
  height: 6px;
}
.btn-base.btn-more a {
  font-family: "birch-std", sans-serif;
  font-size: 29px;
  letter-spacing: 0.1em;
}

.letter-scroll {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "birch-std", sans-serif;
}
.letter-scroll span {
  font-size: 50px;
  padding-right: 20px;
}
.letter-scroll span:nth-child(odd) {
  -webkit-animation: loop 30s -15s linear infinite;
          animation: loop 30s -15s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.letter-scroll span:nth-child(even) {
  -webkit-animation: loop2 30s linear infinite;
          animation: loop2 30s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
/* PC用背景 */
.pc-side {
  position: sticky;
  top: 0;
  height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 768px) {
  .pc-side {
    display: none !important;
  }
}
.pc-side .deco-img img {
  position: absolute;
}
.pc-side.side-l {
  z-index: 1;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pc-side.side-l .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-side.side-r {
  z-index: 1;
  right: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  top: 88px;
  background: url(../images/meau_bg.png) no-repeat center/cover;
}
.pc-side.side-r a {
  color: #000;
}
.pc-side.side-r .side-r-inner {
  position: relative;
  width: 190px;
  margin: 0 auto;
}
.pc-side.side-r .meau__ttl {
  width: 100%;
  margin: 0 auto 32px;
}
.pc-side.side-r .meau__list {
  padding-left: 42px;
  position: relative;
}
.pc-side.side-r .meau__list::before {
  content: "";
  background: url(../images/meau_icon.png) no-repeat center/100%;
  width: 31px;
  height: 179px;
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pc-side.side-r .meau__list > li {
  margin-bottom: 13px;
}
.pc-side.side-r .meau__list > li:last-child {
  margin-bottom: 0;
}
.pc-side.side-r .meau__list > li > a {
  letter-spacing: 0;
  font-size: 24px;
}

.main-wrapper {
  max-width: 375px;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .main-wrapper {
    max-width: initial;
    width: 100%;
  }
}

@media (max-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .sp-nav .detail {
    padding: 38vw 20px 10px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .sp-nav .detail .btn-close {
    top: 38vw;
  }
}
.swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.btn-pagetop {
  display: none !important;
}

.pagetop {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 9;
}