@charset "UTF-8";
/* =======================================
共通設定
======================================= */
@media (max-width: 1225px) {
  html {
    font-size: 0.8888888889vw;
  }
}

body {
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
}

#container {
  width: 100%;
}

.sp {
  display: none !important;
}

a:not(.no_hover) {
  -webkit-transition: 1s;
  transition: 1s;
}
a:not(.no_hover) img {
  -webkit-transition: 1s;
  transition: 1s;
}

a:not(.no_hover):hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
a:not(.no_hover):hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* 基本ボックス設定 */
.wrap_out, .wrap_main {
  width: 100%;
  height: auto;
}

.wrap_in {
  width: 112.5rem;
  height: auto;
  margin: 0 auto;
}

/* 横並びリスト */
ul.many_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.many_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.two_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows > li:nth-child(2n+2) {
  float: right;
}
ul.three_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.three_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.three_rows > li:nth-child(3n+2) {
  margin-right: 0;
}
ul.three_rows > li:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}

/*テーブルブロック*/
.table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_block > .cell_block {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

/* スクローラー */
#scroller {
  position: fixed;
  bottom: 3.0rem;
  right: 3.0rem;
}

/*テキスト設定*/
p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* HEADER
------------------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header_in {
  display: table;
  table-layout: fixed;
  width: 100% !important;
}
.header_in .header_logo {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  height: 12.0rem;
  padding-left: 5.9rem;
  top: 4.6rem;
}

.img_header_logo {
  display: block;
  width: 26.4rem;
  height: 7.4rem;
  margin: 0 auto 0 0;
}

/* FOOTER
------------------------------- */
#footer {
  padding-bottom: 17rem;
}

.btn_wrap.btn_allitem {
  width: 100%;
  padding-top: 0;
  padding-bottom: 10rem;
}
.btn_wrap.btn_allitem .buy_btn_wrap {
  width: 27.3719rem;
}

.footer_mv {
  display: block;
  width: 56.6611rem;
  margin: 0 auto;
}

/* MV
------------------------------- */
.header_logoB {
  display: block;
  width: 47rem;
  margin: 0 auto;
}

.ttl_h1 {
  width: 100%;
}

.img_mv {
  display: block;
  width: 100%;
  height: 100vh;
  object-position: 50% 20%;
}

@media all and (-ms-high-contrast: none) {
  .img_mv {
    object-fit: cover;
    font-family: "object-fit: cover;object-position: 50% 20%;";
  }
}
.mv_wrap {
  position: relative;
}
.mv_wrap .ttl_h1 {
  position: absolute;
  left: 0;
  top: 14.8rem;
}
.mv_wrap .ttl_h1 + p {
  position: absolute;
  left: 0;
  top: 26.5rem;
  width: 100%;
  font-size: 6.626rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .2em;
  color: #fff;
  text-align: center;
}
.mv_wrap .ttl_h1 + p small {
  font-size: .75em;
}
.mv_wrap .wrap_in {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.mv_wrap .ttl_h2 {
  letter-spacing: .1em;
}
.mv_wrap .ttl_h2 + p {
  text-align: center !important;
}
.mv_wrap .mv_description {
  position: absolute;
  top: 37rem;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1em;
}

.ttl_h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.68;
  margin-bottom: 4rem;
}
.ttl_h2 > strong {
  font-weight: 900;
}
.ttl_h2 + p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

.img_ttl {
  width: auto;
  height: 2.5rem;
  vertical-align: bottom;
  margin-bottom: 0.7rem;
}

/* ギャラリー部分
------------------------------- */
.item_box {
  padding-bottom: 10rem !important;
  width: 68rem;
}

.item_box_img_inner {
  width: 77.33%;
  margin: 0 0 0 auto;
}
.item_box_img_inner + .item_box_img_inner {
  margin-top: 3rem;
}

.item_box_text {
  padding-top: 4rem;
}
.item_box_text .ttl_h2 {
  font-size: 3.2rem;
  word-break: normal;
  padding-left: 10rem;
  padding-right: 10rem;
  letter-spacing: .1em;
  line-height: 1.3;
}
.item_box_text .ttl_h2 strong {
  word-break: normal;
}
.item_box_text p.price {
  margin-top: 6rem;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}
.item_box_text p.price small {
  font-size: .8em;
}
.item_box_text .btn_wrap {
  padding: 3rem 0 0;
}

.buy_btn_wrap {
  display: block;
  width: 16rem;
  margin: 0 auto;
  position: relative;
}
.buy_btn_wrap img {
  display: block;
  width: 100%;
}
.buy_btn_wrap .btn_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.buy_btn_wrap:hover .btn_on {
  opacity: 1;
}

.dot_item_wrap {
  position: relative;
}
.dot_item_wrap .dot_item {
  position: absolute;
  bottom: -7rem;
  left: 7rem;
  width: 1.5rem;
  height: 40rem;
  -webkit-transition: 1.2s;
  -ms-transition: 1.2s;
  transition: 1.2s;
}
.dot_item_wrap .dot_item::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #000;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dot_item_wrap .dot_item i {
  display: block;
  width: 4.2rem;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: .75rem;
  margin-left: -2.1rem;
}
.dot_item_wrap .dot_item i img {
  display: block;
  width: 100%;
}
.dot_item_wrap .dot_item i::after {
  content: "";
  display: block;
  position: absolute;
  top: 32rem;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 2px solid #000;
}
.dot_item_wrap.active .dot_item {
  height: calc(100% + 6.25rem);
}

@media all and (-ms-high-contrast: none) {
  .dot_item_wrap.active .dot_item {
    height: 104%;
  }
}
.image_cut {
  display: block;
  width: 100%;
  margin-top: 8rem;
}
.image_cut img {
  display: block;
  width: 100%;
}

/*左寄せ*/
.item_box.typeB .dot_item_wrap .item_box_img_inner {
  margin-left: 0;
  margin-right: auto;
}
.item_box.typeB .dot_item_wrap .dot_item {
  left: auto;
  right: 7rem;
}

/*間隔*/
.container .wrap_out + .wrap_out {
  margin-top: 5rem;
}

/*調整*/
.sec_02 .item_box_text .ttl_h2.adjust_1 {
  padding-left: 9rem;
  padding-right: 0;
  letter-spacing: 0;
}

.sec_03 .item_box_text .ttl_h2.adjust_1 {
  padding-left: 2rem;
  padding-right: 8rem;
}

.sec_05 .item_box_text .ttl_h2 {
  padding-left: 7rem;
  padding-right: 8rem;
  letter-spacing: .05em;
}
.sec_05 .item_box_text + .item_box_text {
  margin-top: 3rem;
}

/*# sourceMappingURL=main.css.map */
