@charset "UTF-8";
body {
  max-width: 100vw;
}

.fs-l-main {
  max-width: none !important;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blk {
  width: 100%;
  background-color: #232222;
}

.sp {
  display: none;
}

.cw {
  max-width: 1016px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}

#history {
  display: none;
}

.fs-l-footer {
  margin-top: 0;
}

.blk-title1 {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.blk-title1 span {
  position: relative;
  width: 24%;
  border-top: 1px solid #fff;
}
.blk-title1 span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  border-top: 1px solid #fff;
}
.blk-title1 span.before::after {
  transform: rotate(-40deg) translateY(-13px);
  right: -34px;
}
.blk-title1 span.after::after {
  transform: rotate(320deg) translateY(11px);
  left: -34px;
}
.blk-title1 .title {
  width: 52%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.4em;
}
.blk-title1 .title .t1 {
  font-size: 30px;
}
.blk-title1 .title .t2 {
  font-size: 20px;
}

.blk-title2 {
  position: relative;
  color: #c7a660;
  font-size: 22px;
  letter-spacing: 0.3em;
  padding-left: 50px;
  margin-bottom: 20px;
}
.blk-title2::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 21px;
  background-image: url(../img/cat-title-icon.png);
  background-size: cover;
}
.blk-title2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 75%;
  height: 1px;
  border-top: 1px solid #c7a660;
}

#lpmodal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
}
#lpmodal #lpmodal__layer {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#lpmodal #lpmodal__modal {
  position: fixed;
  z-index: 20;
  width: 80%;
  max-width: 960px;
  background-image: url(../img/modal_bg.jpg);
  background-size: cover;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#lpmodal #lpmodal__modal .modalinner {
  position: relative;
  padding: 70px 100px;
  color: #000;
}
#lpmodal #lpmodal__modal .modalinner .js-btn-modalclose {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  cursor: pointer;
}
#lpmodal #lpmodal__modal .modalinner .slider .slide .ttl {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 35px;
}
#lpmodal #lpmodal__modal .modalinner .slider .slide .text {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo !important;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
#lpmodal #lpmodal__modal .modalinner .slider .slide .chartbox img {
  border: 2px solid #d4a533;
}
#lpmodal #lpmodal__modal .modalinner .slider .slick-arrow::before {
  display: block;
  content: "";
  width: 21px;
  height: 38px;
  background-image: url(../img/modal-slider-arrow.png);
  background-size: cover;
}
#lpmodal #lpmodal__modal .modalinner .slider .slick-arrow.slick-prev {
  left: -55px;
  transform: rotate(180deg);
}
#lpmodal #lpmodal__modal .modalinner .slider .slick-arrow.slick-next {
  right: -55px;
}
#lpmodal.active {
  display: block;
}
#lpmodal.active #lpmodal__layer {
  display: block;
}

.blk-mv {
  background-color: #1a1a1a;
  padding-bottom: 0;
}
.blk-mv img {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.blk-kodawari {
  padding-bottom: 160px;
}
.blk-kodawari .points {
  display: flex;
  margin-bottom: 80px;
}
.blk-kodawari .points .point {
  padding: 0 30px;
}
.blk-kodawari .point-details .point-detail {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.blk-kodawari .point-details .point-detail::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/kodawari-bg.png);
  z-index: 1;
  width: 663px;
  height: 316px;
  background-size: cover;
}
.blk-kodawari .point-details .point-detail > div {
  position: relative;
  z-index: 2;
  width: 50%;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 0 30px;
}
.blk-kodawari .point-details .point-detail .desc {
  padding-top: 30px;
}
.blk-kodawari .point-details .point-detail .desc .media {
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 40px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo !important;
  transition: 0.5s;
}
.blk-kodawari .point-details .point-detail .desc .media a {
  display: block;
  color: inherit;
  padding: 10px 30px;
  text-decoration: none;
}
.blk-kodawari .point-details .point-detail .desc .media:hover {
  background-color: #fff;
  color: #000;
}
.blk-kodawari .point-details .point-detail:nth-child(2) .img {
  order: 2;
}
.blk-kodawari .point-details .point-detail:nth-child(2) .desc {
  order: 1;
}

.blk-catselector {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 140px;
}
.blk-catselector .title {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.3em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  padding: 5px 15px;
}
.blk-catselector .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blk-catselector .categories .category {
  position: relative;
  width: calc((100% - 30px) / 3);
  margin-bottom: 20px;
  transition: 0.5s;
  border: 1px solid transparent;
}
.blk-catselector .categories .category:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/categories-bg.jpg);
  background-size: cover;
  transition: 0.5s;
}
.blk-catselector .categories .category a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 25px;
  letter-spacing: 0.3em;
  text-align: center;
  text-decoration: none;
  line-height: 74px;
}
.blk-catselector .categories .category a:after {
  position: absolute;
  right: 25px;
  content: "";
  width: 8px;
  height: 16px;
  top: calc(50% - 8px);
  background-image: url(../img/categories-arrow.png);
  background-size: cover;
}
.blk-catselector .categories .category:hover {
  border: 1px solid #fff;
  background-color: #000;
  background-image: none;
  color: #fff;
}
.blk-catselector .categories .category:hover::before {
  opacity: 0;
}
.blk-catselector .categories .category:hover a {
  color: inherit;
}
.blk-catselector .categories .category:hover a::after {
  background-image: url(../img/categories-arrow-active.png);
}

.blk-cat {
  padding-bottom: 120px;
}
.blk-cat .cat-desc {
  display: flex;
  margin-bottom: 40px;
}
.blk-cat .cat-desc > div {
  width: 50%;
}
.blk-cat .cat-desc .copy {
  background-image: url(../img/cat-bgillust.png);
  height: 100%;
  background-size: cover;
  padding: 60px;
  font-size: 25px;
  letter-spacing: 0.3em;
  min-height: 350px;
}
.blk-cat .cat-desc .text {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo !important;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.1em;
  padding: 60px 5px 0 0;
  padding-bottom: 30px;
}
.blk-cat .osusume {
  text-align: center;
  margin-bottom: 40px;
}
.blk-cat .osusume span {
  display: inline-block;
  background-image: url(../img/bui-bg.png);
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  width: 510px;
  height: 67px;
  background-size: cover;
  color: #000;
  line-height: 67px;
}
.blk-cat .bui {
  display: flex;
  padding-bottom: 80px;
}
.blk-cat .bui .img {
  width: 65%;
}
.blk-cat .bui .btns {
  padding-left: 20px;
  padding-right: 20px;
  width: 35%;
}
.blk-cat .bui .btns .btn {
  margin-bottom: 25px;
}
.blk-cat .bui .btns .btn a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #820000;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.5s;
}
.blk-cat .bui .btns .btn a:hover {
  color: #820000;
  background-color: #fff;
}
.blk-cat .bui .btns .btn a:hover::after, .blk-cat .bui .btns .btn a:hover::before {
  border-top: 2px solid #820000;
}
.blk-cat .bui .btns .btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  font-weight: bold;
  width: 11px;
  height: 1px;
  border-top: 2px solid #fff;
}
.blk-cat .bui .btns .btn a::before {
  position: absolute;
  right: 21px;
  top: 50%;
  content: "";
  font-weight: bold;
  width: 11px;
  height: 1px;
  border-top: 2px solid #fff;
  transform: rotate(90deg);
}
.blk-cat .product-link {
  padding: 60px 0;
  background-color: #000000;
}
.blk-cat .product-link .cw {
  padding-bottom: 70px;
}
.blk-cat .product-link .catlink a {
  position: relative;
  display: block;
  background-color: #820000;
  width: 100%;
  max-width: 670px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 0.3em;
  transition: 0.5s;
}
.blk-cat .product-link .catlink a:hover {
  background-color: #fff;
  color: #820000;
}
.blk-cat .product-link .catlink a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 10px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url(../img/catlink-arrow.png);
  background-size: cover;
}
.blk-cat .product-link .catlink a:hover:after {
  background-image: url(../img/catlink-arrow-on.png);
}
.blk-cat#cat6 {
  padding-bottom: 0;
}
.blk-cat#cat6 .cat-desc {
  display: block;
  position: relative;
}
.blk-cat#cat6 .cat-desc .copy {
  position: relative;
  min-height: 240px;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.blk-cat#cat6 .cat-desc .text {
  position: absolute;
  max-width: 490px;
  width: 50%;
  left: 40%;
  top: 32%;
}

.blk-otodoke {
  padding-bottom: 80px;
}
.blk-otodoke .points {
  display: flex;
  justify-content: space-between;
}
.blk-otodoke .points .point {
  width: calc((100% - 40px) / 3);
  background-image: url(../img/otodoke-pointbg.png);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: center;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: column;
}
.blk-otodoke .points .point .texts .text1 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.blk-otodoke .points .point .texts .text1 small {
  font-size: 14px;
}
.blk-otodoke .points .point .texts .text2 {
  font-size: 12px;
  min-height: 40px;
}
.blk-otodoke .points .point .img {
  max-height: 114px;
  text-align: center;
}
.blk-otodoke .points .point .img img {
  height: 114px;
  width: auto;
}
.blk-otodoke .points .point:nth-child(2) .text2 {
  font-size: 13px;
}

.blk-endvisual {
  background-color: #000;
}
.blk-endvisual .img {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.blk-endvisual .img .text {
  position: absolute;
  left: 16%;
  bottom: 20%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fs-l-main {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .blk-title1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blk-title1 span {
    width: 12%;
  }
  .blk-title1 .title {
    width: 76%;
  }
  .blk-title1 .title .t1 {
    font-size: 18px;
  }
  .blk-title1 .title .t2 {
    font-size: 12px;
  }
  .blk-title2 {
    font-size: 17px;
    letter-spacing: 0.3em;
    padding-left: 50px;
    margin-bottom: 20px;
    margin-top: -50px;
    padding-top: 50px;
  }
  .blk-title2::before {
    top: 63px;
  }
  .blk-title2::after {
    width: 50%;
    top: auto;
    bottom: 13px;
  }
  .blk-kodawari {
    padding-bottom: 80px;
  }
  .blk-kodawari .points {
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blk-kodawari .points .point {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .blk-kodawari .points .point img {
    width: 100%;
  }
  .blk-kodawari .point-details .point-detail {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .blk-kodawari .point-details .point-detail::before {
    width: 331px;
    height: 158px;
  }
  .blk-kodawari .point-details .point-detail > div {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
  }
  .blk-kodawari .point-details .point-detail .desc {
    padding-top: 20px;
  }
  .blk-kodawari .point-details .point-detail .desc .media {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .blk-kodawari .point-details .point-detail .desc .media a {
    padding: 10px 20px;
  }
  .blk-kodawari .point-details .point-detail:nth-child(2) .img {
    order: 1;
  }
  .blk-kodawari .point-details .point-detail:nth-child(2) .desc {
    order: 2;
  }
  .blk-catselector {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .blk-catselector .title {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 5px 0;
    width: 100%;
  }
  .blk-catselector .categories {
    display: block;
  }
  .blk-catselector .categories .category {
    width: auto;
    height: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-position: right center;
  }
  .blk-catselector .categories .category a {
    position: relative;
    font-size: 20px;
  }
  .blk-catselector .categories .category a span {
    position: absolute;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 20px;
  }
  .blk-cat {
    padding-bottom: 80px;
  }
  .blk-cat .cat-desc {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 30px;
  }
  .blk-cat .cat-desc > div {
    width: 100%;
  }
  .blk-cat .cat-desc .copy {
    padding: 20px 20px;
    font-size: 21px;
    height: 100px;
    min-height: 100px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    letter-spacing: 0.2em;
  }
  .blk-cat .cat-desc .text {
    padding: 20px 10px 0 10px;
    line-height: 2;
  }
  .blk-cat .osusume {
    margin-bottom: 20px;
  }
  .blk-cat .osusume span {
    font-size: 17px;
    width: 325px;
    height: 42px;
    line-height: 42px;
  }
  .blk-cat .bui {
    display: block;
    padding-bottom: 40px;
  }
  .blk-cat .bui .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .blk-cat .bui .btns {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .blk-cat .bui .btns .btn {
    margin-bottom: 15px;
  }
  .blk-cat .bui .btns .btn a {
    line-height: 40px;
    font-size: 15px;
  }
  .blk-cat .product-link {
    padding: 30px 8px;
  }
  .blk-cat .product-link .cw {
    padding-bottom: 40px;
  }
  .blk-cat .product-link .catlink a {
    line-height: 50px;
    font-size: 17px;
    letter-spacing: 0.2em;
  }
  .blk-cat .product-link .catlink a::after {
    right: 20px;
  }
  .blk-cat#cat6 .cat-desc {
    padding-bottom: 40px;
  }
  .blk-cat#cat6 .cat-desc .copy {
    min-height: 100px;
    height: 100px;
  }
  .blk-cat#cat6 .cat-desc .text {
    position: static;
    width: auto;
    padding-bottom: 20px;
  }
  .blk-otodoke {
    padding-bottom: 40px;
  }
  .blk-otodoke .points {
    display: block;
  }
  .blk-otodoke .points .point {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .blk-endvisual {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
  }
  .blk-endvisual .img .text {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    left: 50%;
    top: 55%;
    width: 80%;
    transform: translateX(-50%);
  }
  #lpmodal #lpmodal__modal {
    width: 90%;
  }
  #lpmodal #lpmodal__modal .modalinner {
    padding: 30px 30px;
  }
  #lpmodal #lpmodal__modal .modalinner .js-btn-modalclose {
    top: 20px;
    right: 20px;
    width: 30px;
    z-index: 200;
  }
  #lpmodal #lpmodal__modal .modalinner .slider .slide .ttl {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #lpmodal #lpmodal__modal .modalinner .slider .slide .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #lpmodal #lpmodal__modal .modalinner .slider .slick-arrow::before {
    width: 15px;
    height: 30px;
  }
  #lpmodal #lpmodal__modal .modalinner .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  #lpmodal #lpmodal__modal .modalinner .slider .slick-arrow.slick-next {
    right: -30px;
  }
  #lpmodal.active {
    display: block;
  }
  #lpmodal.active #lpmodal__layer {
    display: block;
  }
}
.fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
  display: none !important;
}
.fs-c-productListCarousel .fs-c-productListCarousel__list__item {
  margin: 0 26px;
}
.fs-c-productListCarousel .fs-c-productName__name {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}
.fs-c-productListCarousel .fs-c-productMarks {
  display: none;
}
.fs-c-productListCarousel .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productListCarousel .fs-c-price__currencyMark, .fs-c-productListCarousel .fs-c-price__value {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.3em;
}
.fs-c-productListCarousel .fs-c-productPrice__addon__label {
  font-size: 10px;
}
.fs-c-productListCarousel .fs-c-productPrice__addon:after {
  content: ")〜";
  font-size: 10px;
}
.fs-c-productListCarousel .fs-c-productPrice__addon:before {
  font-size: 10px;
}
.fs-c-productListCarousel .fs-c-productListItem__control {
  display: none;
}

@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  .fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
    display: inline !important;
  }
  .fs-c-productListCarousel .fs-c-productListCarousel__list__item {
    margin: 0;
  }
  .fs-c-productListCarousel .fs-c-productName__name {
    font-size: 12px;
  }
  .fs-c-productListCarousel .fs-c-price__currencyMark, .fs-c-productListCarousel .fs-c-price__value {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */