@charset "UTF-8";
/* =======================================
共通設定
======================================= */
html {
  font-size: 2.6666666667vw;
}

body {
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
}

#container {
  width: 100%;
}

.pc {
  display: none !important;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

/* 基本ボックス設定 */
.wrap_out, .wrap_main {
  width: 100%;
  height: auto;
}

.wrap_in {
  width: 29.1667rem;
  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;
}

/* 2カラム横並びリスト */
/* 3カラム横並びリスト */
/*テーブルブロック*/
.table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_block > .cell_block {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.table_block.sp_tate {
  display: block;
  table-layout: auto;
}
.table_block.sp_tate > .cell_block {
  display: block;
  width: 100%;
}

/* スクローラー */
#scroller {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  width: 12vw;
}

/*テキスト設定*/
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: 4.0rem;
  padding-left: 1rem;
  top: 1.5333rem;
}

.img_header_logo {
  display: block;
  width: 8.8rem;
  margin: 0 auto 0 0;
}

/* FOOTER
------------------------------- */
#footer {
  padding-bottom: 8.5rem;
}

.btn_wrap.btn_allitem {
  width: 100%;
  padding-top: 0;
  padding-bottom: 5rem;
}
.btn_wrap.btn_allitem .buy_btn_wrap {
  width: 13.8rem;
}

.footer_mv {
  display: block;
  width: 30.5rem;
  margin: 0 auto;
}

/* MV
------------------------------- */
.header_logoB {
  display: block;
  width: 15.6rem;
  margin: 0 auto;
}

.ttl_h1 {
  width: 100%;
}

.img_mv {
  display: block;
  width: 100%;
  height: 100vh;
}

.mv_wrap {
  position: relative;
}
.mv_wrap .ttl_h1 {
  position: absolute;
  left: 0;
  top: 4.957rem;
}
.mv_wrap .ttl_h1 + p {
  position: absolute;
  left: 0;
  top: 8.8rem;
  width: 100%;
  font-size: 2.2rem;
  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: 5rem;
  padding-bottom: 5rem;
}
.mv_wrap .ttl_h2 {
  letter-spacing: .05em;
}
.mv_wrap .mv_description {
  position: absolute;
  top: 12rem;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.ttl_h2 {
  text-align: center;
  font-size: 1.833rem;
  font-weight: 500;
  line-height: 1.68;
  margin-bottom: 1.9rem;
}
.ttl_h2 > strong {
  font-weight: 900;
}
.ttl_h2 + p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
}

.img_ttl {
  width: auto;
  height: 1.41166rem;
  vertical-align: bottom;
  margin-bottom: 0.6rem;
}

/* ギャラリー部分
------------------------------- */
.item_box {
  padding-bottom: 5rem !important;
  width: 100%;
}

.item_box_img_inner {
  width: 77.33%;
  margin: 0 0 0 auto;
}
.item_box_img_inner + .item_box_img_inner {
  margin-top: 2.6rem;
}

.item_box_text {
  padding-top: 3rem;
}
.item_box_text .ttl_h2 {
  font-size: 2.1rem;
  text-align: left;
  word-break: normal;
  padding-left: 6rem;
  padding-right: 6rem;
  letter-spacing: .08em;
  line-height: 1.4;
}
.item_box_text .ttl_h2 strong {
  word-break: normal;
}
.item_box_text p {
  margin-left: 6rem;
  margin-right: 6rem;
}
.item_box_text p.price {
  margin-top: 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}
.item_box_text p.price small {
  font-size: .8em;
}
.item_box_text .btn_wrap {
  padding: 1.5rem 0 0;
}

.buy_btn_wrap {
  display: block;
  width: 8rem;
  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;
  display: none;
}

.dot_item_wrap {
  position: relative;
}
.dot_item_wrap .dot_item {
  position: absolute;
  bottom: -5.1rem;
  left: 3.7rem;
  width: 1rem;
  height: 20rem;
  -webkit-transition: height 1.2s;
  transition: height 1.2s;
}
.dot_item_wrap .dot_item::after {
  content: "";
  display: block;
  width: 1.0rem;
  height: 1.0rem;
  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: 2.1rem;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  margin-left: -1.05rem;
}
.dot_item_wrap .dot_item i img {
  display: block;
  width: 100%;
}
.dot_item_wrap .dot_item i::after {
  content: "";
  display: block;
  position: absolute;
  top: 15rem;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 2px solid #000;
}
.dot_item_wrap.active .dot_item {
  height: calc(100% + 4.2rem);
}

.image_cut {
  display: block;
  width: 100%;
  margin-top: 6rem;
}
.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: 3.7rem;
}

/*間隔*/
.container .wrap_out + .wrap_out {
  margin-top: 5rem;
}

/*調整*/
.sec_05 .item_box_text .ttl_h2 {
  letter-spacing: .05em;
}

/*# sourceMappingURL=mainSp.css.map */
