@charset "UTF-8";
.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

/** ---------------------------------------------------------------- **/
* {
  margin: 0;
  padding: 0;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.font-white {
  color: #fff;
}

.font-red {
  color: #c32b48;
}

.font-gold {
  color: #d8c66b;
}

.font-size-14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .font-size-14 {
    font-size: 7px;
  }
}

.font-size-16 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .font-size-16 {
    font-size: 8px;
  }
}

.font-size-20 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .font-size-20 {
    font-size: 10px;
  }
}

.font-size-24 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .font-size-24 {
    font-size: 12px;
  }
}

.font-size-32 {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .font-size-32 {
    font-size: 16px;
  }
}

.font-center {
  text-align: center;
}

.mt-20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 40px;
  }
}

/**
 * PRODUCTS / 商品情報
 */
.products {
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 767px) {
  .products {
    margin: 0 6.4%;
  }
}

.products__link {
  margin-bottom: 64px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .products__link {
    margin-bottom: 12px;
  }
}

.products__link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .products__link ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.products__link li {
  background-color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__link li {
    width: 24%;
  }
}

@media screen and (max-width: 767px) {
  .products__link li {
    width: 48%;
    margin-bottom: 12px;
  }
  .products__link li:nth-child(2n) {
    margin-left: 4px;
  }
}

.products__link li:hover {
  background-color: #c32b48;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.products__link li:hover a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.products__link li.bg-frame {
  background-image: url(../img/products/frame-short.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__link li.bg-frame {
    background-size: 98%;
  }
}

@media screen and (max-width: 767px) {
  .products__link li.bg-frame {
    background-size: 98%;
  }
}

.products__link li.is-current {
  background-color: #c32b48;
}

.products__link li.is-current a {
  color: #fff;
}

.products__link li.is-disable {
  opacity: .65;
}

.products__link li.is-disable:hover {
  background-color: #fff;
}

.products__link li.is-disable a {
  pointer-events: none;
  color: #000;
}

.products__link li a {
  width: 242px;
  height: 72px;
  display: block;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__link li a {
    height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .products__link li a {
    height: 44px;
  }
}

.products__contents {
  padding: 65px 0;
}

@media screen and (max-width: 767px) {
  .products__contents {
    padding: 32px 0;
  }
}

.products__contents.bg-dark {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .products__contents.bg-dark {
    padding: 32px 0;
  }
}

.products__title, .products__text {
  text-align: center;
}

.products__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}

.products__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.products__text {
  margin-top: 16px;
}

.products__tab {
  margin: 40px 0;
}

.products__tab ul {
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .products__tab ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (calc((100%) / 6))[6];
        grid-template-columns: repeat(6, calc((100%) / 6));
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}

.products__tab li {
  width: 100%;
  position: relative;
  padding: 12px 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.products__tab li:hover {
  cursor: pointer;
  background-color: #c32b48;
}

.products__tab li:hover {
  cursor: pointer;
  background-color: #c32b48;
}

.products__tab li:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .products__tab li:after {
    height: 16px;
  }
}

.products__tab li:last-child:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .products__tab li {
    width: auto;
    padding: 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-100 .products__tab li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .products__tab li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .products__tab li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .products__tab li:nth-child(2):after {
    content: none;
  }
  .products__tab li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .products__tab li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
  }
  .products__tab li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
  }
  .products__tab li:nth-child(5) img {
    max-width: 60px;
  }
}

.products__tab li.is-active {
  background-color: #c32b48;
}

.products__tab img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .products__tab img {
    max-width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .products__tab ul.not-flex {
    display: block;
  }
}

.products__detailWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .products__detailWrap {
    display: block;
    margin-top: 20px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__images {
    width: 48%;
  }
}

.products__images li {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .products__images li {
    margin-bottom: 20px;
  }
}

.products__detail {
  width: 440px;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__detail {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .products__detail {
    width: 100%;
  }
}

.products__detail--title {
  margin-bottom: 8px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .products__detail--title {
    font-size: 14px;
  }
}

.products__detail--price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .products__detail--price {
    font-size: 12px;
  }
}

.products__detail--left {
  /* width: 118px; */
  position: relative;
  /* display: block; */
  display: inline-block;
  padding-right: 16px;
  margin-right: 16px;
  margin-bottom: 4px;
  line-height: 2.7;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__detail--left {
    width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .products__detail--left {
    width: 85px;
    padding-right: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    line-height: 2;
    font-size: 12px;
  }
}

.products__detail--left:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .products__detail--left:after {
    bottom: 6px;
    height: 12px;
  }
}

.products__detail--right {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .products__detail--right {
    font-size: 16px;
  }
}

.products__detail--contents dt {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .products__detail--contents dt {
    font-size: 14px;
  }
}

.products__detail--contents dt:before {
  content: url(../img/products/icon-kome.svg);
  position: absolute;
  left: 0px;
}

.products__detail--contents dd {
  position: relative;
  padding-left: 14px;
  margin-left: 14px;
  line-height: 2;
  letter-spacing: .075em;
}

@media screen and (max-width: 767px) {
  .products__detail--contents dd {
    padding-left: 10px;
  }
}

.products__detail--contents dd:before {
  content: '・';
  position: absolute;
  left: 0px;
}

.products__detail--contents dd:nth-child(5) {
  margin-bottom: 8px;
}

.products__detail--buy {
  margin: 42px 0;
}

@media screen and (max-width: 767px) {
  .products__detail--buy {
    margin: 21px 0;
  }
}

.products__caution {
  padding: 0 44px;
}

@media screen and (max-width: 767px) {
  .products__caution {
    padding: 0 20px;
  }
}

.products__caution--title {
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .products__caution--title {
    font-size: 12px;
    margin-bottom: 3px;
  }
}

.products__caution--item {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .products__caution--item {
    padding-left: 15px;
  }
}

.products__caution--item p {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .products__caution--item p {
    font-size: 10px;
  }
}

.products__caution--item:before {
  content: '※';
  position: absolute;
  top: 3px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .products__caution--item:before {
    top: 2px;
  }
}

.products__buyBtn {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c32b48;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 20px;
}

.products__buyBtn:hover {
  background-color: #db1339;
}

.products__buyBtn.buyBtn-large {
  width: 440px;
  height: 64px;
  background-image: url(../img/products/frame-long.svg);
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__buyBtn.buyBtn-large {
    height: 48px;
    font-size: 14px;
    background-size: 98%;
  }
}

@media screen and (max-width: 767px) {
  .products__buyBtn.buyBtn-large {
    height: 48px;
    font-size: 14px;
    background-image: url(../img/products/frame-long-sp.svg);
    background-size: 98%;
  }
}

.products__buyBtn.buyBtn-large:after {
  width: 15px;
  height: 24px;
  display: inline-block;
  position: absolute;
  bottom: 19px;
  right: 24px;
  content: '';
  background-image: url(../img/products/icon-arrow.svg);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__buyBtn.buyBtn-large:after {
    width: 10px;
    height: 16px;
    right: 20px;
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .products__buyBtn.buyBtn-large:after {
    width: 10px;
    height: 16px;
    right: 20px;
    bottom: 17px;
  }
}

.products__buyBtn.buyBtn-small {
  background-image: url(../img/products/frame-midium.svg);
  width: 272px;
  height: 64px;
}

@media screen and (max-width: 767px) {
  .products__buyBtn.buyBtn-small {
    margin: 0 auto 12px;
    background-image: url(../img/products/frame-midium-sp.svg);
    background-size: 98%;
    height: 34px;
    font-size: 14px;
  }
  .products__buyBtn.buyBtn-small:last-child{
    margin-bottom: 0!important;
  }
}

.products__buyBtn.buyBtn-small:after {
  width: 15px;
  height: 24px;
  display: inline-block;
  position: absolute;
  bottom: 19px;
  right: 24px;
  content: '';
  background-image: url(../img/products/icon-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .products__buyBtn.buyBtn-small:after {
    width: 11px;
    height: 16px;
    right: 12px;
    bottom: 9px;
  }
}

/* パネル */
.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

/* 特典情報 */
.products__benefit {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .products__benefit {
    margin-top: 24px;
  }
}

.products__benefit--wrap {
  padding: 0;
}

.products__benefit--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}

@media screen and (max-width: 767px) {
  .products__benefit--inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.products__benefit--bg {
  background-color: rgba(0, 0, 0, 0.55);
  margin-bottom: 40px;
  margin-right: 40px;
  position: relative;
}
.products__benefit--bg.zero{
  margin-right: 0;
}

.products__benefit--bg:nth-child(3n) {
  margin-right: 0;
}


@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__benefit--bg {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .products__benefit--bg {
    width: 48%;
    margin-bottom: 20px;
    /*margin-right: 13px;*/
    margin-right: 3%;
  }
  .products__benefit--bg:nth-child(3n) {
    margin-right: 3%;
  }
  .products__benefit--bg:nth-child(even) {
    margin-right: 0;
  }
}

.products__benefit--item {
  width: 320px;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__benefit--item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .products__benefit--item {
    width: 100%;
  }
}

.products__benefit--logo {
  margin: 24px;
}

@media screen and (max-width: 767px) {
  .products__benefit--logo {
    margin: 12px;
  }
}

.products__benefit--logo img {
  display: block;
  margin: 0 auto;
}

.products__benefit--image {
  position: relative;
  max-height: 208px;
  overflow: hidden;
}

.products__benefit--image img {
  width: 320px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .products__benefit--image img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .products__benefit--image img {
    width: 42.667vw;
    height: 26.667vw;
    /*height: 120px;*/
  }
}

.products__benefit--image:after {
  content: url(../img/products/icon-zoom.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.products__benefit--contents {
  margin-bottom: 104px;
  /*margin-bottom: 20px;*/
}
.products__benefit--contents.n_btn {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .products__benefit--contents {
    margin-bottom: 64px;
  }
  .products__benefit--contents.n_btn {
    margin-bottom: 12px;
  }
}

.products__benefit--contents p {
  margin: 16px 0;
  line-height: 2;
  font-size: 14px;
  padding: 0 24px;
}

@media screen and (min-width: 767px){
  .products__benefit--contents p{
      text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .products__benefit--contents p {
    margin: 14px 0;
    font-size: 12px;
  }
  .products__benefit--contents p br {
    display: none;
  }
}

.products__benefit--buy {
  width: 272px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 24px;
}

.products__benefit--buy{
  display: flex;
  flex-wrap: wrap;
}
.products__benefit--buy a:last-child{
  margin-bottom: 0;
}
.products__benefit--buy a{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .buylink3{
    padding-bottom: 146px;
  }
  .buylink2{
    padding-bottom: 96px;
  }
  .products__benefit--buy {
    width: 90%;
    bottom: 12px;
  }
  .products__benefit--buy a{
    margin-bottom: 12px!important;
  }
}

@media screen and (min-width: 768px) {
  .buylink3{
    padding-bottom: 248px;
  }
  .buylink2{
    padding-bottom: 168px;
  }
  .products__detail--buy + .products__detail--buy {
    margin-top: -16px;
  }
}


/**
 * modal
 */
.modal-inner {
  position: relative;
  z-index: 5001;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}

.modal-content {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8rem;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .modal-content {
    max-width: 90%;
    margin: 0 auto;
  }
}

.modal-content img {
  max-width: 800px;
  height: auto;
  margin: 0 auto 60px;
  z-index: 1001;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .modal-content img {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .modal-content img {
    max-width: 90%;
  }
}

.modal .closeBtn{
  z-index: 1001;
}

/**
 * 追加css
 */
.products__tokutenImgWrap {
  width: 480px;
}
.productsTokutenListsWrap {
  width: 480px;
  height: auto !important;
  margin-top: 40px;
  overflow-x: hidden;
}
.productsTokutenLists__item {
  margin-bottom: 0 !important;
  max-height: none !important;
}
.swiperBtnWrap {
  height: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products__tokutenImgWrap {
    width: 100%;
  }
  .productsTokutenListsWrap {
    width: 100%;
  }
  .swiperBtnWrap {
    height: 66px;
  }
}
.swiperBtnWrap .swiper-button-prev, .swiperBtnWrap .swiper-button-next {
  width: 24px;
  background-size: 24px 48px;
}
@media screen and (max-width: 767px) {
  .swiperBtnWrap .swiper-button-prev, .swiperBtnWrap .swiper-button-next {
    background-size: 24px 24px;
  }
}

/* modalActive時 body固定 */
@media screen and (min-width: 768px) {
  .is-open {
    height: 100vh;
    overflow-y: hidden;
    margin-left: -15px;
  }  
}

@media screen and (max-width: 768px) {
  .is-open {
    height: 100vh;
    overflow-y: hidden;
  }  
}


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