@charset "UTF-8";
.admin-bg-color {
  background: #000000;
}

.admin-color {
  color: #000000;
}

.admin-border-color {
  border-color: #000000;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  color: #414141;
  min-height: 100vh;
}

ul {
  list-style: none;
}

.is-block {
  display: block;
}

.is-hide {
  display: none;
}

.f-s-16 {
  font-size: 16px;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text-main-color {
  color: #5A7C6D;
}

.bg-main-color {
  background: #5A7C6D;
}

.bg-main-color2 {
  background: #F2F5F3;
}

.user-img-wrap {
  position: relative;
}

.thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.mypage-wrap {
  background: #fff;
  text-align: center;
}

.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle-label {
  width: 75px;
  height: 42px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.toggle-input:checked + label {
  background-color: #4BD865;
}
.toggle-input:checked + label:after {
  left: 40px;
}

.toggle-switch {
  position: relative;
  width: 75px;
  height: 42px;
  margin: auto;
}

.twitter_icon {
  background: #1da1f2;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}

.cart-flow {
  position: relative;
  display: inline-block;
  margin: 0 15px 4px 0;
  padding: 0 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  color: #555;
  background: #e5e7eb;
}
.cart-flow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -20px;
  border: 20px solid transparent;
  border-left: 15px solid #e5e7eb;
}

.cart-active {
  position: relative;
  display: inline-block;
  margin: 0 15px 4px 0;
  padding: 0 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  color: #555;
  background: #5A7C6D;
  color: #fff;
}
.cart-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -20px;
  border: 20px solid transparent;
  border-left: 15px solid #5A7C6D;
}

.main-preview-thumbnail-video video, .main-preview-thumbnail-img img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  background-color: #5A7C6D;
  margin: 0 4px;
}

.small-main-btn {
  background: #5A7C6D;
  color: #fff;
  padding: 6px 20px;
  position: relative;
}
.small-main-btn:hover:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.regular-main-btn {
  background: #5A7C6D;
  color: #fff;
  padding: 12px 20px;
  position: relative;
}
.regular-main-btn:hover:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.disabled-small-main-btn {
  background: #F2F5F3;
  color: #555;
  padding: 6px 20px;
  cursor: not-allowed;
}

.main-tag {
  background: #5A7C6D;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
}

.search-nav-content {
  position: fixed;
  top: 60px;
  background: #F2F5F3;
  width: 100%;
  left: 0;
}

.max-h-0 {
  max-height: 0;
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-size: [object Object];
  line-height: 1.5;
}

body {
  font-size: 13px;
}

@media (min-width: 768px) {
  .l-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 480px;
    border: 1px solid #FFF;
    border-radius: 2.25vh;
  }
}
@media (max-width: 980px) {
  .side-menu {
    display: none;
  }
}
.side-menu > ul > li > a {
  color: #48322A;
}

.side-menu {
  -webkit-backdrop-filter: blur(7px) brightness(0.95) saturate(1.3);
  backdrop-filter: blur(7px) brightness(0.95) saturate(1.3);
}

.video-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv {
  width: 100%;
  height: 70vh;
  background-color: transparent;
}

.mv-wrapper {
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.5rem;
}

.mv-title {
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 2.5rem;
  color: white;
  margin: 0;
}

.mv-btn {
  background-color: white;
  padding: 0.5rem;
  margin-top: 30px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.mv-btn::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 77%;
  transition: border 0.2s ease-out;
  border: solid 1px #B0885D;
}

.mv-btn:hover::before {
  border: solid 2px #B0885D;
}

.mv-btn > img {
  width: 50px;
  height: 50px;
}

.mv-btn-txt {
  font-size: 1rem;
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

.maincontent {
  padding: 2rem 1.6rem;
}

.maincontent-title {
  font-size: 1.5rem;
}

.maincontent-btn {
  position: relative;
  display: block;
}

.maincontent-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: background-position 0.5s ease-in-out;
  background: linear-gradient(0deg, rgba(2, 161, 244, 0.9) 0%, rgba(2, 161, 244, 0.9) 50%, rgba(2, 161, 244, 0.9) 62.5%, rgba(2, 161, 244, 0.2) 100%);
  background-size: 100% 200%;
  background-position-y: top;
}

.maincontent-btn:hover::before {
  background-position-y: bottom;
}

.maincontent-subtitle {
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  color: #FFF;
  font-size: 1.5em;
  text-align: left;
}

.maincontent-maintitle {
  position: absolute;
  left: 1.1em;
  bottom: 1em;
  color: #FFF;
  font-size: 1.8em;
  text-align: left;
}

.original-title {
  padding: 2rem 1.6rem;
  font-size: 1.8em;
}

.original-txt-wrap {
  padding: 2rem 1.6rem;
}

.original-background {
  width: 60%;
  margin: auto;
}

.arrival-cont {
  padding: 3rem 1.6rem;
}

.arrival-cont-ttl {
  background: #48322A;
  color: #FFF;
  padding: 0.5em;
  font-size: 1.5em;
  letter-spacing: 0.2em;
}

.arrival-cont-slide-ttl {
  font-size: 1.6em;
}

.sp-wrap {
  box-shadow: 0px 0px 30px 15px rgba(255, 255, 255, 0.5) inset, 0px 0px 30px 4px rgba(255, 255, 255, 0.5);
}
