@charset "utf-8";

/*-------------------------------------
　基本設定（htmlタグ、id指定）
---------------------------------------*/
html {
  scroll-behavior: smooth;
}

#lp_page {
  margin: 0 auto;
  line-height: 1.75;
  position: relative;
}

#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 2;
}

#pagetop a {
  background-color: rgba(51, 51, 51, .8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #lp_page {
    font-size: 3.6vw;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }

  #lp_page img {
    max-width: 100%;
    height: auto;
  }

  #pagetop {
    right: 2%;
  }
}
section section+section{
  margin-top: 30px;
}

/*-------------------------------------
　inc_bnr_link_win11
---------------------------------------*/
  @media screen and (max-width:1280px) {
    .bnr_link_win11_wrap {
      width: 100%;
      margin: 10px auto 0;
      padding-bottom: 10px;
    }

    .bnr_link_win11 {
      float: none;
      margin-top: 0;
      text-align: center;
      width: 100%;
    }
  }
/*-------------------------------------
　コンテナ
---------------------------------------*/
.contents-inner {
  margin: 0 auto;
  width: 92vw;
  max-width: 1140px;
}

/*-------------------------------------
　ページ内リンク
---------------------------------------*/
.page_link {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1050px;
}

@media screen and (max-width:767px) {
  .page_link {
    width: 100%;
    position: static;
    transform: translateX(0);
    flex-wrap: wrap;
    padding: 15px 0 10px;
    background: #df0011;
    justify-content: space-around;
  }

  .page_link a {
    padding: 0 15px;
    width: 50%;
  }
}

/*-------------------------------------
　リンク時アニメーション
---------------------------------------*/
.page_link a {
  margin: 0;
}

.rollover:hover,
.page_link a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav-box {
  height: 80px;
  background: #2e3192;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.nav-box__inside {
  width: 92vw;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.nav-box ul{
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1px;
  background: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  counter-reset: sonocount;
}
.nav-box ul li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  flex: 1;
}
.nav-box ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  background: #2e3192;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
}
.nav-box ul li a::before{
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0.25em 0.5em;
  content: "その" counter(sonocount);
  counter-increment: sonocount;
  background: #fff;
  border-radius: 0.25em;
  color: #2e3192;
  font-weight: 700;
  font-size: 80%;
}
.nav-box ul li a:hover {
  filter: brightness(1.2);
}
.fix-anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width:1140px){
  .nav-box ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width:767px){
  .nav-box__inside {
    width: 100%;
  }
  .nav-box ul{
    border-left: none;
    border-right: none;
  }
  .nav-box ul li a {
    padding: 1em;
    font-size: 10px;
    justify-content: flex-start;
  }
}

/*-------------------------------------
　背景
---------------------------------------*/
.bg-odd-even .bg-odd-even__inner {
  padding: 0 0 80px 0;
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  overflow: hidden;
}

.bg-odd-even .bg-odd-even__inner::before{
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width:767px) {
  .bg-odd-even .bg-odd-even__inner::before {
    height: 100%;
    position: absolute;
  }
}
.bg-odd-even .bg-odd-even__inner::after {
  height: 20px;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}
.bg-odd-even .bg-odd-even__inner::after {
  background: #f7931e;
}
.bg-odd-even:nth-child(odd) .bg-odd-even__inner::before {
  background: #e0f9ff;
}
.bg-odd-even:nth-child(even) .bg-odd-even__inner::before {
  background: #ffe6c3;
}

.bg-other-camp {
  background: #fff;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.bg-other-camp::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
}

@media screen and (max-width:767px) {
  .bg-odd-even .bg-odd-even__inner {
    padding: 0 0 10.67vw 0;
  }

  .bg-odd-even .bg-odd-even__inner::after {
    height: 2.67vw;
  }

  .bg-other-camp {
    padding-top: 10.67vw;
  }
}

/*-------------------------------------
　ヒーローイメージ
---------------------------------------*/
.hero-image {
  position: relative;
  width: 100%;
}

.hero-image .hero-image_inner {
  margin: 0 auto;
}

.hero-image .hero-image_inner img {
  width: 100%;
}

/*-------------------------------------
　各セクションタイトル
---------------------------------------*/
.section-title {
  margin: 0 0 40px 0;
  padding: 40px 40px 80px 40px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  -webkit-text-fill-color: #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.5));
}

.section-title {
  -webkit-text-stroke: 10px #2e3192;
}
.section-title span {
  transform: skew(-10deg);
  display: block;
}

.section-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  clip-path: polygon(50% 100%, 100% 70%, 100% 0, 0 0, 0 70%);
  z-index: -1;
}

.section-title::before{
  background:#f7931e;
}
.section-title::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  clip-path: polygon(50% calc(100% - 10px), calc(100% - 10px) calc(70% - 10px), calc(100% - 10px) 10px, 10px 10px, 10px calc(70% - 10px));
  z-index: -1;
}

.bg-odd-even .section-title::after{
  background: repeating-linear-gradient(45deg,rgba(255, 255, 255, 0.05),rgba(255, 255, 255, 0.05) 10px,transparent 10px,transparent 20px);
}

.badge-section-title {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 120px;
}

.section-subtitle {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  border-radius: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.bg-odd-even .section-subtitle {
  background: #2e3192;
}

@media screen and (max-width:767px) {
  .section-title {
    margin: 0 0 5.33vw 0;
    padding: 5.33vw 3vw 10.67vw 3vw;
    font-size: 6.400vw;
    filter: drop-shadow(0px 0.7vw 1.4vw rgba(0, 0, 0, 0.5));
    -webkit-text-stroke: 1.4vw #2e3192;
  }
  .bg-odd-even .section-title,
  .bg-odd-even .section-title::after{
    background: repeating-linear-gradient(45deg,rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0.1) 1.33vw,transparent 1.33vw,transparent 2.67vw);
  }
  .section-title::after {
    clip-path: polygon(50% calc(100% - 1.33vw), calc(100% - 1.33vw) calc(70% - 1.33vw), calc(100% - 1.33vw) 1.33vw, 1.33vw 1.33vw, 1.33vw calc(70% - 1.33vw));
  }

  .section-subtitle {
    font-size: 5.333vw;
  }
}

/*-------------------------------------
　セールモデル上書き
---------------------------------------*/
:root{
  --coupon-model-cols: 4;
}
.entry-box{
  font-size: 12px;
}
.entry-box .entry-box__point .point{
  font-size: 20px;
}
.more-link .c-button {
  width: 60%;
  margin: 0 auto;
}
.black-white-case__top {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.black-white-case{
  display:flex;
  justify-content: space-between;
  width:100%;
}
.black-white-case > div{
  width:calc(50% - 5px);
}
.c-button--secondaryB-white,
.c-button--secondaryB-black{
  border-radius: 3em;
  width: 100%;
}

.contents-inner .sale-model .model-box a.review-in-recommend__link {
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
}
.contents-inner .sale-model .model-box a.review-in-recommend__link .review-in-recommend__star,
.contents-inner .sale-model .model-box a.review-in-recommend__link .review-in-recommend__score {
  margin-right: 4px;
}
.sale-model .model-box__spec li:last-child {
  border-bottom: none;
}
.sale-model__lead{
  padding: 15px;
  background: #fff;
  border-radius: 12px;
}
.sale-model__lead h3{
  color: #fd2014;
}
.sale-model__lead ul{
  margin-top: 1em;
}
.sale-model__lead ul li{
  position: relative;
  margin-left: 1.5em;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}
.sale-model__lead ul li::before{
  position: absolute;
  content: '※';
  top: 0;
  left: -1em;
}
.sale-model__lead .text-right{
  text-align: right;
}
@media screen and (max-width: 1140px){
  .sale-model .model-box {
    width: calc((100% - var(--coupon-model-gap)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sale-model .model-box {
    width: 100%;
  }
  .more-link .c-button {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
}

/*-------------------------------------
　その他のキャンペーン
---------------------------------------*/
.bg-other-campaign {
  padding: 80px 0;
}

@media screen and (max-width:767px) {
  .bg-other-campaign {
    margin-top: -12vw;
    padding-top: 24vw;
  }
}

.title-other-campaign {
  margin-bottom: 80px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  color: #d02b29;
}

@media screen and (max-width:767px) {
  .title-other-campaign {
    margin-bottom: 10.67vw;
    font-size: 6.4vw;
  }
}

.campaign__panel a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

/*-------------------------------------
　検索結果上書き調整
---------------------------------------*/
.p-products-all-item__results.results-include {
  max-width: none;
  padding: 0;
}
.include-search-products .p-products-all-item {
  outline: none;
}
.include-search-products .u-pc-width {
  display: contents;
}
.include-search-products .productMoreGrid {
  display: flex;
  gap: var(--coupon-model-gap);
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.include-search-products .productMoreGrid .p-products-all-item__item {
  width: calc((100% - var(--coupon-model-gap) * 3) / 4);
  max-width: none;
  flex: 0 0 auto;
  border: 0;
  padding: 15px;
  margin: 0;
  line-height: 1.5;
  background: #fff;
}
.include-search-products .p-area-add-wish-list{
  display: none;
}
@media screen and (min-width: 768px) {
  .include-search-products .p-products-all-item-product {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.include-search-products .p-products-all-item-product__image {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
}
.include-search-products .p-products-all-item-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.include-search-products .p-products-all-item-product__name .c-flex {
  justify-content: space-between;
}
.include-search-products .p-products-all-item-product__name__text {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.include-search-products .p-products-all-item-product__number {
  font-size: 22px;
}
.include-search-products .p-products-all-item-product__spec__item {
  min-width: 9em;
  padding: 4px 0;
  margin-right: 10px;
}
.include-search-products .p-products-all-item-product__spec__item::after {
  display: none;
}
.include-search-products .p-products-all-item-product__spec__text {
  padding: 4px 0;
  font-size: 12px;
}
.include-search-products .p-products-all-item-product > .p-products-all-item-product__buttons {
  padding: 15px 0 0 0;
  margin-top: auto;
  flex-direction: column;
}
.include-search-products .p-products-all-item-product > .p-products-all-item-product__buttons .p-products-all-item-product__link--detail,.include-search-products .p-products-all-item-product > .p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
  flex: 1 1 auto;
  width: 100%;
  margin: 0 auto;
}
.include-search-products .p-products-all-item-product > .p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
  margin-top: 15px;
}
.include-search-products .productMoreGrid .p-products-all-item__item:nth-child(n+5),
.include-search-products .productMoreButton {
  display: none;
}
.include-search-products__footer {
  text-align: right;
}
.include-search-products .p-products-all-item-product__spec__body tr:nth-child(7){ /*ベンチマークを非表示に*/
  display: none !important; /*base.css上書き*/
}
@media screen and (max-width: 1140px) {
  .include-search-products .productMoreGrid .p-products-all-item__item {
    width: calc((100% - var(--coupon-model-gap)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .include-search-products .productMoreGrid {
    flex-direction: column;
    gap: 0;
  }
  .include-search-products .productMoreGrid .p-products-all-item__item {
    width: 100%;
    max-width: none;
  }
  .include-search-products .p-products-all-item__item + .p-products-all-item__item {
    margin-top: 15px;
  }
  .include-search-products .p-products-all-item-product__image{
    padding-right: 15px;
  }
  .include-search-products .p-products-all-item-product__name__text {
    font-size: 14px;
  }
  .include-search-products__footer {
    margin-top: 14px;
  }
  .include-search-products__footer .c-link {
    font-size: 14px;
  }
}

/*-------------------------------------
　その他のお得なキャンペーン上書き調整
---------------------------------------*/
.sale-model .campaign__panel .model-box--banner{
  width: calc((100% - var(--coupon-model-gap) * 2) / 3);
}
@media screen and (max-width:767px){
  .sale-model .campaign__panel .model-box--banner{
    width: 100%;
  }
}