@charset "UTF-8";

/*============================================================
common
==============================================================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background: #d7c291;
}

::-moz-selection {
  background: #d7c291;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #333;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

header.change {
  background: #25292b;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
}

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

a {
  text-decoration: none;
  color: #333;
}

h1,
h2 {
  margin: auto;
  padding: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

ul {
  list-style: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pc {
  display: inherit;
}

.sp {
  display: none !important;
}

.inner {
  max-width: 1000px;
  margin: auto;
}

.h2_ttl {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  color: #d7c291;
  background: -webkit-linear-gradient(90deg,
      rgba(228, 212, 174, 1) 10%,
      rgba(188, 159, 88, 1) 50%,
      rgba(228, 212, 174, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2_ttl::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background: #d7c291;
}

.h2_ttl .small {
  font-size: 2.8rem;
}

.h2_sub {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #d7c291;
  background: -webkit-linear-gradient(90deg,
      rgba(228, 212, 174, 1) 10%,
      rgba(188, 159, 88, 1) 50%,
      rgba(228, 212, 174, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jost {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.page_link {
  text-decoration: underline;
}

.page_link:hover {
  text-decoration: none;
}

.b20 {
  margin-bottom: 20px;
}

.wrapper {
  overflow: hidden;
}

.overlay_loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
  pointer-events: none;
  opacity: 1;
  z-index: 9999;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.active .overlay_loading {
  opacity: 0;
}

/*============================================================
header
==============================================================*/

.accprdion {
  display: block;
}

.accprdion::after {
  opacity: 0;
}

.accordion::after {
  opacity: 0;
}

.nav_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.header_btn img {
  width: 24px;
}

.header_link_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 80px;
}

.header_link_list img {
  width: 24px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

.header_link_list img:hover {
  opacity: 0.5;
}

.header_link {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  margin: 30px 70px 30px 0;
  font-family: "Jost", sans-serif;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

.header_link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  background: #fff;
  transition: 0.5s ease-in-out all;
}

.header_link:hover::after {
  width: 80%;
}

.cta {
  position: relative;
  display: block;
  background: #04dba0;
  color: #fff;
  border: 1px solid #04dba0;
  transition: 0.5s ease-in-out all;
}

.cta:hover {
  background: #fff;
  color: #04dba0;
  border: 1px solid #04dba0;
}

.header-logo {
  width: 208px;
  margin-left: 80px;
}

.header-cta {
  padding: 25px 36px;
  font-size: 1.6rem;
  letter-spacing: 4px;
}

.header-cart {
  display: block;
  width: 24px;
  height: 22px;
  background: url(https://file003.shop-pro.jp/PA01454/440/img/header_cart_icon.png) no-repeat center / 24px 22px;
  transition: 0.3s ease-in-out all;
}

.header-cart:hover {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/header_cart_icon_on.png) no-repeat center / 24px 22px;
}

/*============================================================
loader
==============================================================*/
#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #161819;
  transition: 2s ease;
  z-index: 9999;
  opacity: 1;
  pointer-events: none;
}

#loading svg {
  display: none;
}

#loading.on svg {
  display: block;
}

#loading.fixed {
  opacity: 0;
}

#loader {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: auto;
}

#loader .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 60;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#loading.fixed .top-txt.fixed {
  opacity: 0;
}

/*============================================================
content
==============================================================*/
#main {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
  /* max-height: 800px; */
  background: url(https://file003.shop-pro.jp/PA01454/440/img/kv.png) no-repeat center / 70%;
  background-color: #000;
}

#main .sign {
  width: 28%;
  left: 20%;
  top: 55.5vh;
  position: absolute;
}

#main .sign svg {
  width: 100%;
}

#main .sign .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 80000;
  /* この行を追加 */
  stroke-dashoffset: 80000;
  /* この行を追加 */
}

#main .follow {
  display: none;
}

#main .follow.show {
  display: block;
}

.main_slider {
  /* max-width: 1000px; */
  width: 100%;
  height: 90vh;
  max-height: 800px;
  margin: auto;
  pointer-events: none;
}

.main_slider::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://file003.shop-pro.jp/PA01454/440/img/over.png) repeat top left;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
}

.main_slider_img {
  width: 100vw;
  height: 90vh !important;
  max-height: 800px;
  margin: auto;
}

.main_slider_img.img01 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img01.jpg) no-repeat center / cover;
}

.main_slider_img.img02 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img02.jpg) no-repeat center / cover;
}

.main_slider_img.img03 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img03.jpg) no-repeat center / cover;
}

.main_slider_img.img04 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img04.jpg) no-repeat center / cover;
}

.main_slider_img.img05 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img05.jpg) no-repeat center / cover;
}

.main_slider_img.img06 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img06.jpg) no-repeat center / cover;
}

.main_slider_img.img07 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img07.jpg) no-repeat center / cover;
}

.main_slider_img.img08 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img08.jpg) no-repeat center / cover;
}

.main_slider_img.img09 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img09.jpg) no-repeat center / cover;
}

.main_slider_img.img12 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/top_img12.jpg) no-repeat center / cover;
}

.main_txt {
  position: absolute;
  width: 357px;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: 3;
}

.main_txt02 {
  position: absolute;
  width: 85%;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.main_bg {
  position: absolute;
  width: 100%;
  height: 260px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
}

.top-txt {
  position: absolute;
  width: 420px;
  top: 120px;
  right: 0;
  opacity: 1;
  transition: 0.3s ease-in-out all;
}

.top-txt.fixed {
  opacity: 1;
}

#main .top-txt {
  top: 96px;
  right: 0;
  left: -28px;
  margin: auto;
}

.top_btn {
  position: fixed;
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 10px 30px;
  right: 40px;
  bottom: 166px;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #a99644;
  transition: 0.3s ease-in-out all;
  z-index: 5;
}

.top_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: #25292b;
}

.top_btn:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.top_btn span {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.top_btn02 {
  position: fixed;
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 0;
  right: 40px;
  bottom: 70px;
  margin: auto;
  text-align: left;
  color: #fff;
  background: none;
  z-index: 5;
  transition: 0.3s ease-in-out all;
}

.top_btn02 p {
  padding: 10px 0 0 0;
  font-size: 13px;
}

.top_btn03 {
  position: fixed;
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 0;
  right: 40px;
  bottom: 20px;
  margin: auto;
  text-align: left;
  color: #fff;
  background: none;
  z-index: 5;
  transition: 0.3s ease-in-out all;
}

.loader {
  width: 693px;
  height: 182px;
  margin: 0 8px;
}

h1 {
  font-size: 5.2rem;
  line-height: 62px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.main_text p {
  letter-spacing: 0;
  margin-bottom: 30px;
}

.overlay {
  z-index: -1;
}

#yt_player {
  z-index: -2;
}

.main_img {
  position: absolute;
  right: -100px;
  top: -40px;
  width: 730px;
  height: auto;
}

.arrowWrap {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -80px;
  margin: auto;
  z-index: 3;
}

.arrowInner .scroll {
  width: 54px;
  margin: auto;
}

.arrow {
  width: 1px;
  height: 134px;
  margin: 0 auto;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: "";
  width: 1px;
  height: 134px;
  margin: 0 auto;
  background-color: #000;
  position: absolute;
  top: -134px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    top: 0;
    bottom: auto;
    height: 0;
  }

  50% {
    top: 0;
    bottom: auto;
    height: 134px;
  }

  51% {
    top: auto;
    bottom: 0;
    height: 134px;
  }

  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}

.about_bg {
  position: relative;
  padding: 140px 0 0;
  background: #25292b;
}

.about_bg::after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 96px;
  bottom: 0;
  background: -moz-linear-gradient(top, #25292b, #161819);
  background: -webkit-linear-gradient(top, #25292b, #161819);
  background: linear-gradient(to bottom, #25292b, #161819);
}

#about {
  max-width: 1000px;
  width: 100%;
  padding: 90px 0 75px;
  margin: auto;
  background: url(https://file003.shop-pro.jp/PA01454/440/img/about_bg.jpg) center/cover;
  width: 100%;
  height: 636px;
}

#about .h2_ttl {
  margin-bottom: 58px;
  font-weight: bold;
  color: #c2ac4e;
  background: -webkit-linear-gradient(90deg,
      rgba(209, 177, 98, 1) 10%,
      rgba(171, 142, 72, 1) 50%,
      rgba(209, 177, 98, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about .h2_ttl img {
  max-width: 370px;
}

#about .h2_ttl::after {
  display: none;
}

#about .about_txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about_sign {
  width: 344px;
  margin: auto;
}

#scene {
  margin: 140px auto 0;
  padding-bottom: 0;
}

#scene .h2_sub img {
  width: 59px;
}

#scene .h2_ttl img {
  width: 376px;
}

.scene_box {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 480px;
}

.scene_box:first-of-type .scene_txt {
  position: absolute;
  left: 0;
  bottom: 0;
}

.scene_box:nth-of-type(2) .scene_txt {
  position: absolute;
  right: 0;
  bottom: 0;
}

.scene_box:last-of-type .scene_txt {
  position: absolute;
  left: 0;
  bottom: 0;
}

.scene_box:not(:last-of-type) {
  margin-bottom: 100px;
}

.scene_box .scene_txt {
  width: 330px;
  padding: 40px;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.9);
}

.scene_box .scene_txt {
  position: relative;
  z-index: 3;
}

.scene_box:nth-of-type(even) .scene_slider {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 700px;
  width: 100%;
  z-index: 1;
}

.scene_box:first-of-type .scene_slider {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 700px;
  width: 100%;
  z-index: 1;
}

.scene_box:last-of-type .scene_slider {
  position: absolute;
  top: 40px;
  right: 0;
  max-width: 700px;
  width: 100%;
  z-index: 1;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-dots li button::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff;
  text-align: center;
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background: #fff !important;
}

.scene_box:nth-of-type(2) .slick-dots {
  width: 120px !important;
  bottom: 20px !important;
  left: 30px !important;
}

.slick-dots {
  width: 120px !important;
  bottom: 20px !important;
  right: 30px !important;
}

.slick-dots li button:hover:before {
  background: #fff;
}

.overlay,
#yt_player {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.scene_ttl {
  position: absolute;
  top: 30px;
  right: 0;
  margin: auto;
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  opacity: 0.3;
  z-index: 2;
  line-height: 1;
}

.scene_box:nth-of-type(2) .scene_ttl {
  left: 0;
  right: auto;
}

#lineup {
  position: relative;
  padding: 140px 0;
  background: none !important;
}

#lineup::after {
  content: none;
  position: absolute;
  width: 100%;
  height: 96px;
  bottom: 0;
  background: -moz-linear-gradient(top, #646769, #5e6162);
  background: -webkit-linear-gradient(top, #646769, #5e6162);
  background: linear-gradient(to bottom, #646769, #5e6162);
  opacity: 0.16;
}

#lineup .inner {
  max-width: 1300px;
  width: 100%;
}

#lineup .h2_sub img {
  width: 78px;
}

#lineup .h2_ttl img {
  width: 216px;
}

#lineup .h2_ttl::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background: #d7c291;
}

.lineup_txt {
  margin-bottom: 80px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
}

.lineup_wrap {
  margin-bottom: 107px;
}

.lineup_box {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 80px;
}

.lineup_box.ttl {
  margin: 0 auto 20px;
}

.lineup_img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lineup_wrap .lineup_img {
  width: 48%;
  max-width: 400px;
}

.lineup_box p {
  color: #fff;
  line-height: 2;
}

.lineup_wrap h3 {
  color: #fff;
  font-size: 2rem;
  margin: 20px auto 10px;
  text-align: center;
}

.lineup_box p,
.option_box p,
.flow_box p,
.flow_video_box p {
  font-family: "Noto Sans JP", sans-serif;
}

.accordion-content p::after {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#option {
  background: #646769;
  padding: 140px 0;
}

#option .inner {
  max-width: 1000px;
  width: 100%;
}

#option .h2_ttl img {
  width: 97px;
}

#option .option_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#option .option_box {
  width: 100%;
  background: #25292b;
}

.option_wrap .option_box {
  padding: 40px 30px;
}

.option_blk {
  width: 31%;
  background: #25292b;
}

.option_list {
  display: flex;
  flex-wrap: nowrap;
}

.option_list_item {
  position: relative;
  width: 33.333333%;
  max-width: 420px;
  min-height: 420px;
  transition: 0.3s ease-in-out all 0.3s;
}

.option_list_item.item01 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/option_img01.jpg) no-repeat center / cover;
}

.option_list_item.item02 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/option_img02.jpg) no-repeat center / cover;
}

.option_list_item.item03 {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/option_img03.jpg) no-repeat center / cover;
}

.option_list_item:hover {
  width: 60%;
  transition: 0.3s ease-in-out all;
}

.option_list_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.3s ease-in-out all;
}

.option_list_item:hover .option_list_box {
  opacity: 1;
  transition: 0.3s ease-in-out all 0.3s;
}

#option h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}

#option p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}

#option p a {
  color: #fff;
}

.banner {
  width: 80%;
  max-width: 800px;
  margin: 80px auto 0;
  transition: all 0.5s;
}

.banner:hover {
  opacity: 0.6;
}

#type {
  position: relative;
  padding: 140px 0;
  background: #e9e9ea;
}

#type::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 96px;
  bottom: 0;
  background: -moz-linear-gradient(top, transparent, #949494);
  background: -webkit-linear-gradient(top, transparent, #5e6162);
  background: linear-gradient(to bottom, transparent, #949494);
  opacity: 0.36;
}

#type .h2_sub {
  color: #c2ac4e;
  background: -webkit-linear-gradient(90deg,
      rgba(209, 177, 98, 1) 10%,
      rgba(171, 142, 72, 1) 50%,
      rgba(209, 177, 98, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#type .h2_sub img {
  width: 45px;
}

#type .h2_ttl {
  color: #c2ac4e;
  background: -webkit-linear-gradient(90deg,
      rgba(209, 177, 98, 1) 10%,
      rgba(171, 142, 72, 1) 50%,
      rgba(209, 177, 98, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#type .h2_ttl img {
  max-width: 340px;
}

.cartjs_buy .cartjs_btn {
  width: 100% !important;
  background-color: #c2ac4e !important;
  background-image: none !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.cart_wrap .cartjs_cart_in input[type="submit"],
.cartjs_buy .cartjs_btn {
  background: url(https://file003.shop-pro.jp/PA01454/440/img/cart.png) no-repeat 25px center/ 24px !important;
  background-color: #a99644 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  margin: auto !important;
  font-size: 1.6rem !important;
  transition: 0.3s ease-in-out all;
}

.cart_wrap .cartjs_cart_in input[type="submit"]:hover,
.cartjs_buy .cartjs_btn:hover {
  background-color: #25292b !important;
}

.cart_wrap .cartjs_cart_in,
.cartjs_buy {
  position: relative;
  width: 100% !important;
  max-width: 320px;
  margin: 0 auto 20px !important;
}

.cart_wrap .cartjs_cart_in::before,
.cartjs_buy::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 27px;
  height: 21px;
  width: 1px;
  margin: auto;
}

.cart_wrap .cartjs_cart_in::after,
.cartjs_buy::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 21px;
  height: 1px;
  margin: auto;
}

.cart_wrap .cartjs_cart_in:first-of-type {
  position: static;
  width: auto;
}

.cart_wrap .cartjs_cart_in:first-of-type::before,
.cart_wrap .cartjs_cart_in:first-of-type::after {
  display: none;
}

.cartjs_product_table table {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif;
}

.cartjs_product_table tbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cartjs_product_num {
  display: none;
}

.cartjs_product_table th,
.cartjs_product_table td {
  display: block !important;
  font-size: 1.4rem !important;
}

tr.cartjs_option.cartjs_option1 {
  float: left;
  width: 30%;
}

.cart_wrap {
  width: 80%;
  border-bottom: 1px solid #707070;
  margin: auto;
}

.cart_wrap:not(:first-of-type) {
  margin-top: 20px;
}

#flow {
  position: relative;
  padding: 140px 0;
  background: #25292b;
}

#flow::after,
#flow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 96px;
  bottom: 0;
  background: -moz-linear-gradient(top, #25292b, #161819);
  background: -webkit-linear-gradient(top, #25292b, #161819);
  background: linear-gradient(to bottom, #25292b, #161819);
}

#flow::before {
  top: 0;
  background: -moz-linear-gradient(bottom, #25292b, #161819);
  background: -webkit-linear-gradient(bottom, #25292b, #161819);
  background: linear-gradient(to top, #25292b, #161819);
}

#flow .h2_sub img {
  width: 103px;
}

#flow .h2_ttl img {
  width: 517px;
}

.flow_icon01 {
  width: 130px !important;
}

.flow_icon02 {
  width: 125px !important;
  margin-left: 50px;
}

.flow_icon03 {
  width: 110px !important;
}

.flow_icon04 {
  width: 125px !important;
}

.flow_arw {
  position: relative;
  width: 17px;
}

.flow_arw img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
}

#flow .flow_wrap {
  display: flex;
  justify-content: space-between;
}

.flow_box {
  width: 200px;
}

#flow .flow_box p {
  margin-top: 50px;
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
}

#flow .flow_box:first-of-type p {
  margin-top: 64px;
}

#flow h3 {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.flow_box_num {
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background: #a99644;
}

.flow_video_wrap {
  margin-top: 100px;
  display: flex;
  margin-top: 100px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow_video_ttl {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
}

.flow_video_box {
  width: 50%;
  height: 300px;
  background: #ffffff;
  padding: 90px 0;
  text-align: center;
}

.flow_video_box h3 {
  margin-bottom: 30px;
}

.flow_video_box p {
  font-size: 1.3rem;
}

.flow_video_wrap .video_wrap {
  width: 48%;
}

.flow_video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.flow_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#qa {
  position: relative;
  padding: 140px 0;
  background: #4e5153;
}

#qa .h2_sub img {
  width: 32px;
}

#qa .h2_ttl img {
  width: 234px;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 40px 25px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 1px;
  transform: rotate(90deg);
  background: #707070;
  transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 1px;
  background: #707070;
  transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(135deg);
}

.accordion-container .accordion-title.open::after {
  transform: rotate(45deg);
}

.accordion-content {
  padding: 0 80px 40px 26px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2;
}

.accordion-title span::after,
.accordion-content p::after {
  font-size: 3rem;
}

.accordion-title span {
  position: relative;
  margin-left: 46px;
}

.accordion-title span::after {
  content: "Q.";
  position: absolute;
  top: -7px;
  left: -44px;
}

.accordion-content p {
  position: relative;
  margin-left: 46px;
}

.accordion-content p::after {
  content: "A.";
  position: absolute;
  left: -44px;
  top: -15px;
}

.accordion-container {
  width: 100%;
  margin: 0 auto;
}

.acd_wrap:not(:last-of-type) {
  margin-bottom: 20px;
}

.qa_txt {
  margin: 140px 0 15px;
  color: #fff;
}

.cta_btn {
  display: inline-block;
  background: #a99644;
  color: #fff;
  width: 50%;
  min-width: 300px;
  height: 60px;
  margin: auto;
  font-size: 1.8rem;
  line-height: 60px;
  transition: 0.3s ease-in-out all;
}

.cta_btn:hover {
  background: #25292b;
}

footer {
  color: #fff;
  text-align: center;
  padding: 30px;
  background: #25292b;
  font-size: 1.5rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.pagetop {
  opacity: 0;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  bottom: 30px;
  z-index: 10;
}

.top_arw {
  position: relative;
  top: 0;
  width: 17px;
  transition: 0.3s ease-in-out all;
}

.top_txt {
  width: 31px;
}

.pagetop:hover .top_arw {
  top: -10px;
}

.pagetop.opacity {
  opacity: 1;
}

.pagetop.fixed {
  position: absolute;
  bottom: 100px;
}

/*============================================================
inview
==============================================================*/
.inview {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.inview.fadein {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.flow_wrap .inview:nth-of-type(2) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.flow_wrap .inview:nth-of-type(3) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.flow_wrap .inview:nth-of-type(4) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.flow_wrap .inview:nth-of-type(5) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.flow_wrap .inview:nth-of-type(6) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}

.flow_wrap .inview:nth-of-type(7) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.flow_wrap .inview {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

.flow_wrap .inview.fadein {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/*============================================================
breakpoint 1400px
==============================================================*/
@media screen and (max-width: 1400px) {
  .lineup_wrap {}
}

/*============================================================
breakpoint 1200px
==============================================================*/
@media screen and (max-width: 1200px) {
  .lineup_box {
    margin: 0 auto 60px;
  }
}

/*============================================================
breakpoint 1000px
==============================================================*/
@media screen and (max-width: 1000px) {
  .option_wrap .option_box {
    padding: 40px 20px;
  }
}

/*============================================================
breakpoint 930px
==============================================================*/
@media screen and (max-width: 930px) {
  .merit_wrap {
    flex-wrap: wrap;
  }

  .worries_wrap img {
    width: 45%;
  }

  .worries_box,
  .worries_box:nth-child(2) {
    width: 45%;
  }

  .worries_box,
  .worries_box:nth-child(2) {
    width: 45%;
  }

  .worries_wrap:last-child .worries_box p {
    width: 100%;
  }

  .merit_wrap {
    justify-content: space-around;
  }

  .q_box {
    padding: 30px 45px 30px 20px;
    font-size: 1.6rem;
  }

  .a_box {
    padding: 0 45px 30px 20px;
  }

  .q_box::after {
    right: 20px;
  }
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {

  .slider1,
  .slider2 {
    min-height: 0;
    min-width: 0;
  }

  .slider__inner01 li,
  .slider__inner02 li {
    padding: 0;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  .h2_ttl {
    font-size: 2.8rem;
  }

  .h2_ttl::after {
    width: 50px;
  }

  .h2_ttl .small {
    font-size: 2rem;
  }

  .h2_sub {
    font-size: 1.6rem;
  }

  header {
    padding: 0;
  }

  .header_link {
    margin: 0 auto;
    padding: 6px;
    font-size: 1.2rem;
  }

  .header_link_list {
    margin-right: 20px;
  }

  .header-cta {
    font-size: 1.4rem;
    padding: 8px 12px;
  }

  li.nav_btn_wrap {
    height: 20px;
  }

  .btn-trigger {
    position: relative;
    width: 26px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
  }

  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }

  .btn-trigger,
  .btn-trigger span {
    display: inline-block;
    transition: 0.2s ease-out all;
    box-sizing: border-box;
  }

  .btn-trigger {
    margin-left: 20px;
  }

  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }

  .btn-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #btn06.active span:nth-of-type(1) {
    top: -3px;
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }

  #btn06.active span:nth-of-type(2) {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-animation: active-btn06-bar02 0.8s forwards;
    animation: active-btn06-bar02 0.8s forwards;
  }

  @-webkit-keyframes active-btn06-bar02 {
    100% {
      height: 0;
    }
  }

  @keyframes active-btn06-bar02 {
    100% {
      height: 0;
    }
  }

  #btn06.active span:nth-of-type(3) {
    bottom: -3px;
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }

  .menu {
    position: absolute;
    top: 0;
    left: -100%;
    background: #25292b;
    width: 100%;
    height: 104vh;
    padding: 19% 20px;
    transition: 0.2s ease-out all;
    z-index: 50;
  }

  .open {
    left: 0;
  }

  ul.menu li a {
    font-size: 1.6rem;
    padding: 0;
    color: #fff;
  }

  ul.menu li {
    margin: 8vw auto;
    text-align: center;
  }

  ul.menu li:last-child {
    margin: 20px auto 0;
  }

  .nav_flex {
    padding: 0;
  }

  .header-cta {
    font-size: 1.4rem;
    padding: 20px 12px;
  }

  body {
    font-size: 1.4rem;
  }

  .inner {
    max-width: 94%;
    width: 100%;
    margin: auto;
  }

  .header-logo {
    width: 119px;
    margin-left: 10px;
  }

  .header-cart {
    margin-right: 20px;
    background: none;
  }

  .header-cart:hover {
    background: none;
  }

  .header-cart img {
    width: 24px;
  }

  .main_bg {
    height: 40vw;
  }

  .main_txt {
    width: 50%;
    display: none;
  }

  .main_txt02 {
    width: 80%;
  }

  .top_btn {
    right: 10px;
    bottom: 115px;
    max-width: 146px;
    padding: 10px 5px;
  }

  .top_btn02 {
    max-width: 146px;
    right: 10px;
    bottom: 55px;
  }

  .top_btn02 p {
    padding: 5px 0 0 0;
    font-size: 10px;
  }

  .top_btn02 p br {
    display: none;
  }

  .top_btn03 {
    max-width: 146px;
    right: 10px;
    bottom: 10px;
  }

  .arrowWrap {
    bottom: -126px;
  }

  .loader {
    margin: auto;
  }

  #about {
    height: auto;
    margin: auto;
  }

  #about .about_txt {
    text-align: left;
  }

  #scene {
    padding-bottom: 0;
  }

  .scene_box .scene_txt {
    width: 100%;
    transform: none !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  .scene_box:first-of-type .scene_txt,
  .scene_box:nth-of-type(2) .scene_txt,
  .scene_box:last-of-type .scene_txt {
    position: static;
    padding: 30px;
  }

  .scene_box:first-of-type .scene_slider,
  .scene_box:nth-of-type(2) .scene_slider,
  .scene_box:last-of-type .scene_slider {
    position: relative;
  }

  .scene_box {
    height: 480px;
  }

  .scene_box:last-of-type .scene_slider {
    top: 0;
  }

  .scene_box:last-of-type .scene_txt {
    top: auto;
    bottom: 0;
  }

  .slick-next:before {
    content: "" !important;
    position: absolute;
    background: url(https://file003.shop-pro.jp/PA01454/440/img/lineup_arw_r.png) center/cover no-repeat;
    top: -50px;
    right: 10px;
    width: 31px;
    height: 30px;
    z-index: 1;
  }

  .slick-next {
    top: 50% !important;
    right: 0 !important;
  }

  .slick-prev:before {
    content: "" !important;
    position: absolute;
    background: url(https://file003.shop-pro.jp/PA01454/440/img/lineup_arw_l.png) center/cover no-repeat;
    top: -50px;
    left: 10px;
    width: 31px;
    height: 30px;
    z-index: 1;
  }

  .slick-prev {
    top: 50% !important;
    left: 0 !important;
  }

  .slick-slide .lineup_img img {
    width: 85%;
  }

  .scene_ttl {
    top: -34px;
    font-size: 4rem;
    transform: none !important;
  }

  .lineup_wrap {
    width: 94%;
    margin: 0 auto;
  }

  .lineup_box h3 {
    color: #fff;
    font-size: 2rem;
    margin: 20px auto 10px;
    text-align: center;
  }

  .lineup_slider .slick-dots {
    display: none !important;
  }

  #lineup::after {
    height: 80px;
  }

  .lineup_txt {
    width: 94%;
    margin: auto;
    margin-bottom: 40px;
    text-align: left;
    font-size: 1.4rem;
  }

  .lineup_box p {
    padding: 0;
  }

  #option {
    padding: 80px 0;
  }

  .option_slider {
    width: 94%;
    margin: auto;
    background: #25292b;
  }

  .option_slider .slick-slide {
    height: auto !important;
  }

  #option .option_box {
    height: auto;
  }

  .option_wrap .option_box {
    padding: 40px 20px;
  }

  .option_wrap:nth-of-type(2) .option_box {
    padding: 40px 20px;
  }

  #option .option_wrap {
    display: block;
    height: auto;
  }

  #option .option_box {
    width: 100%;
  }

  .flow_arw {
    margin: 15px auto;
    transform: rotate(90deg);
  }

  .flow_icon02 {
    margin: auto;
  }

  #lineup,
  #type,
  #qa,
  #flow {
    padding: 80px 0;
  }

  #flow {
    padding: 80px 0 140px;
  }

  #flow::after,
  #flow::before {
    height: 80px;
  }

  .h2_ttl {
    margin-bottom: 80px;
  }

  #flow .flow_wrap {
    display: flex;
    align-items: flex-start;
  }

  .flow_box {
    margin: 0 auto;
    width: calc((100% - 45px) / 4);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #flow .flow_box:first-of-type p,
  #flow .flow_box p {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.6;
    word-break: break-all;
  }

  /*.flow_video_wrap{
		flex-wrap: wrap-reverse;
	}*/
  .flow_video_box {
    width: 100%;
    height: 170px;
    padding: 30px 0;
  }

  .flow_video_box h3 {
    margin-bottom: 10px;
  }

  .flow_video {
    position: relative;
    padding-bottom: 23.125%;
    height: 0;
    overflow: hidden;
  }

  /*.flow_video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}*/
  .flow_box_num {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }

  #flow h3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow_arw img {
    width: 10px;
    left: 3.5px;
  }

  .flow_icon01,
  .flow_icon02,
  .flow_icon03,
  .flow_icon04 {
    width: auto !important;
    height: 50px;
  }

  #loader img {
    width: 100%;
  }

  .loader {
    width: 100%;
    height: auto;
  }

  .top-txt {
    width: 64vw;
    top: 76px;
    right: 0;
  }

  #main {
    background: #000;
  }

  #main .kv {
    width: 90%;
    top: 15%;
    left: 0;
    position: absolute;
    z-index: 2;
  }

  #main .kv img {
    position: relative;
    z-index: 2;
  }

  #main .sign {
    width: 81%;
    left: auto;
    top: auto;
    right: -4.5%;
    bottom: -28%;
  }

  .main_slider {
    height: 50vh;
  }

  .main_slider_img {
    height: 50vh !important;
  }

  #main .top-txt {
    top: 13vw;
    left: -6vw;
  }

  .cartjs_box header.change,
  .cartjs_box {
    border: none !important;
    background: none !important;
    box-shadow: none;
  }

  .cartjs_box header {
    position: static;
    border: none !important;
  }

  .cartjs_box header h2 {
    background: none !important;
    text-align: center;
    padding: 10px;
  }

  .cartjs_block {
    padding: 0 0 20px !important;
  }

  .cartjs_quantity {
    width: 100% !important;
    background: #fff !important;
  }

  .cartjs_product_price {
    text-align: left !important;
    font-size: 1.6rem !important;
    color: #333 !important;
  }

  tr.cartjs_option,
  tr.cartjs_option th,
  .cartjs_option td,
  .cartjs_product_num th,
  .cartjs_product_num td,
  .cartjs_sales_price th,
  .cartjs_sales_price td {
    display: block !important;
    width: 100% !important;
  }

  .cartjs_product_table tbody {
    display: block;
  }

  .cartjs_sales_price,
  tr.cartjs_option {
    display: block;
    margin-bottom: 10px;
  }

  .cartjs_sales_price th,
  tr.cartjs_option th {
    background: none !important;
  }

  .cartjs_sales_price td {
    text-align: left;
  }

  .cart_wrap {
    width: 100%;
  }

  .pagetop {
    bottom: 40px;
  }

  .accordion-title span::after,
  .accordion-content p::after {
    font-size: 1.4rem;
  }

  .accordion-container .accordion-title {
    padding: 25px 40px 25px 20px;
    font-size: 1.4rem;
  }

  .accordion-container .accordion-title::before,
  .accordion-container .accordion-title::after {
    right: 10px;
  }

  .accordion-title span {
    display: block;
  }

  .accordion-title span,
  .accordion-content p {
    margin-left: 28px;
  }

  .accordion-title span::after {
    top: 0;
  }

  .accordion-title span::after,
  .accordion-content p::after {
    left: -27px;
    top: 0;
  }

  .accordion-content {
    padding: 0 30px 20px 20px;
  }

  .qa_txt {
    margin: 80px 0 15px;
  }

  footer {
    font-size: 1rem;
    padding: 30px 0;
  }

  .sp_since {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }

  .sp_since .images {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }

  .sp_since .txt {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }

  .sp_since .txt p {
    text-align: left;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2em;
  }

  #qa {
    padding-bottom: 36vw;
  }

  .banner {
    width: 50%;
    min-width: 300px;
    margin-top: 60px;
  }
}

/*============================================================
breakpoint 420px
==============================================================*/
@media screen and (max-width: 420px) {
  body {
    letter-spacing: 0;
  }

  ul.menu li {
    margin: 17vw auto;
    text-align: center;
  }

  .menu {
    padding: 25% 20px;
  }

  .scene_box {
    height: 508px;
  }

  .scene_box:last-of-type {
    height: 483px;
  }
}

/*============================================================
breakpoint 380px
==============================================================*/
@media screen and (max-width: 380px) {
  .scene_box {
    height: 480px;
  }
}

/*============================================================
breakpoint 320px
==============================================================*/
@media screen and (max-width: 320px) {
  .scene_box:nth-of-type(2) {
    height: 506px;
  }
}