.main {
  font-family: "ヒラギノ明朝 ProN", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
}
.anchor {
  height: 252px;
  padding: 60px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.anchor.is-fixed {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.anchor.is-fixed.is-transition {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.anchor+.main_content {
  background-color: #000;
}
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.anchor_list_item_link {
  display: block;
  font-size: 0;
}
.section_lp #tie_pin .section_lp_btm_heading {
  margin-bottom: 110px;
}
.section_lp_top {
  padding: 65px 0 55px;
  background-color: #3d0816;
}
.section_lp_top_heading {
  letter-spacing: 0.5em;
  line-height: normal;
  color: #fff;
  text-align: center;
}
.section_lp_top_heading .en {
  display: inline-block;
  padding: 0 70px 0;
  font-size: 60px;
  position: relative;
}
.section_lp_top_heading .en::before,
.section_lp_top_heading .en::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url("../images/icon_tile.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
.section_lp_top_heading .en::before {
  left: 0;
}
.section_lp_top_heading .en::after {
  right: 0;
}
.section_lp_top_heading .jp {
  display: inline-block;
  font-size: 30px;
}
.section_lp_btm {
  background-color: #000;
}
.section_lp_btm.bg_gray {
  background-color: #3e3939;
}
.section_lp_btm_inr {
  width: 1000px;
  margin: 0 auto;
  padding: 140px 0 250px;
}
.section_lp_btm_p {
  margin-top: 50px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
  color: #fff;
}
.product_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_content_flex+.product_content_flex {
  margin-top: 125px;
}
.product_content {
  width: calc((100% - 57px) / 2);
}
.product_content:nth-child(n+3) {
  margin-top: 120px;
}
.product_content .lp_btn_wrap {
  margin-top: 50px;
}
.product_content .lp_btn_wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_content .lp_btn_wrap.flex .lp_btn {
  width: 230px;
}
.product_content .lp_btn_wrap.flex .lp_btn_name {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.product_content .lp_btn_wrap.flex .lp_btn_link {
  width: 100%;
}
.product_content .lp_btn_link {
  margin: 0 auto;
}
.section_lp_btm_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 75px;
  font-size: 0;
}
.lp_btn_link {
  display: block;
  width: 260px;
  padding: 20px 55px 20px 20px;
  border-radius: 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background-color: #89929e;
  background-image: url("../images/btn_arw_r.svg");
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-size: 11px 12px;
}
.lp_btn_link:link,
.lp_btn_link:visited {
  color: #fff;
}
.slick_product,
.slick_product_thum {
  display: none;
}
.slick_product.slick-initialized,
.slick_product_thum.slick-initialized {
  display: block;
}
.slick_product_thum {
  margin-top: 15px;
}
.slick_product_thum .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  margin-left: 0;
}
.slick_product_thum_item {
  width: calc((100% - 59px) / 8) !important;
  margin: 0 3.5px;
  cursor: pointer;
  position: relative;
}
.slick_product_thum_item:nth-child(n+9) {
  margin-top: 10px;
}
.slick_product_thum_item.thumbnail-current::after {
  content: '';
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid #c60101;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.section_lp_btm_content+.section_lp_btm_content {
  margin-top: 120px;
}
.product_content_flex_asymmetrical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_content_flex_asymmetrical .product_content {
  width: 502px;
}
.product_content_flex_asymmetrical .product_content .lp_btn_link {
  margin-left: 0;
}
.character_content {
  width: 383px;
}
.character_content .section_lp_btm_p {
  margin-top: 30px;
}
.character_content_heading_pic {
  margin-top: 65px;
  text-align: center;
}
.comingsoon_block_day {
  padding-bottom: 140px;
  color: #fff;
  text-align: center;
  background-image: url("../images/icon_arw_btm.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 55px 77px;
}
.comingsoon_block_day__heading {
  font-size: 56px;
  letter-spacing: 0.1em;
}
.comingsoon_block_day__p {
  margin-top: 30px;
  font-size: 46px;
  letter-spacing: 0.1em;
}
.comingsoon_block_btn {
  margin-top: 110px;
}
.comingsoon_block_btn_link {
  display: block;
  width: 610px;
  margin: 0 auto;
  padding: 50px 70px;
  border-radius: 25px;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .anchor {
    height: auto;
    padding: 17px 30px;
  }
  .anchor.is-fixed {
    padding: 20px 10px 8px;
  }
  .anchor.is-fixed .anchor_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .anchor.is-fixed .anchor_list_item {
    width: calc((100% - 45px) / 4);
  }
  .anchor.is-fixed .anchor_list_item:nth-child(n+3) {
    margin-top: 0;
  }
  .anchor_list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anchor_list_item {
    width: calc((100% - 24px) / 2);
  }
  .anchor_list_item:nth-child(n+3) {
    margin-top: 17px;
  }
  .section_lp #tie_pin .section_lp_btm_heading {
    margin-bottom: 55px;
  }
  .section_lp_top {
    padding: 35px 0 30px;
  }
  .section_lp_top_heading .en {
    padding: 0 35px 0;
    font-size: 26px;
  }
  .section_lp_top_heading .en::before,
  .section_lp_top_heading .en::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  .section_lp_top_heading .jp {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .section_lp_btm_inr {
    width: 100%;
    padding: 40px 20px 95px;
  }
  .section_lp_btm_p {
    margin-top: 30px;
    font-size: 12px;
    line-height: 17px;
  }
  .product_content_flex {
    display: block;
  }
  .product_content_flex+.product_content_flex {
    margin-top: 80px;
  }
  .product_content {
    width: 100%;
  }
  .product_content:nth-child(n+2) {
    margin-top: 65px;
  }
  .product_content .lp_btn_wrap {
    margin-top: 30px;
  }
  .product_content .lp_btn_wrap.flex .lp_btn {
    width: 47%;
  }
  .product_content .lp_btn_wrap.flex .lp_btn_name {
    font-size: 12px;
  }
  .product_content .lp_btn_wrap.flex .lp_btn_link {
    padding: 15px 40px 15px 20px;
  }
  .section_lp_btm_heading {
    margin-bottom: 65px;
  }
  .lp_btn_link {
    width: 225px;
    padding: 20px 50px 20px 30px;
    font-size: 14px;
    background-position: center right 20px;
    background-size: 8px;
  }
  .section_lp_btm_content+.section_lp_btm_content {
    margin-top: 95px;
  }
  .section_lp_btm_content .section_lp_btm_heading {
    width: 80%;
    margin: 0 auto 55px;
  }
  .product_content_flex_asymmetrical {
    display: block;
  }
  .product_content_flex_asymmetrical .product_content {
    width: 100%;
  }
  .product_content_flex_asymmetrical .product_content:nth-child(n+2) {
    margin-top: 40px;
  }
  .product_content_flex_asymmetrical .product_content .lp_btn_link {
    margin-left: auto;
  }
  .product_content_flex_asymmetrical .section_lp_btm_p {
    line-height: 24px;
  }
  .character_content {
    width: 100%;
  }
  .character_content .section_lp_btm_p {
    margin-top: 35px;
  }
  .character_content_pic {
    width: 80%;
    margin: 0 auto;
  }
  .character_content_heading_pic {
    width: 55%;
    margin: 35px auto 0;
  }
  .comingsoon_block_day {
    padding-bottom: 80px;
    background-size: 34px 47px;
  }
  .comingsoon_block_day__heading {
    font-size: 24px;
  }
  .comingsoon_block_day__p {
    margin-top: 15px;
    font-size: 18px;
  }
  .comingsoon_block_btn {
    margin-top: 50px;
  }
  .comingsoon_block_btn_link {
    width: 90%;
    padding: 25px 35px;
    border-radius: 40px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
