@charset "UTF-8";
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* m plus 1 / noto sans jp */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  -webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  -webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  -webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

.dbaraiBtn {
  margin: 0 auto;
  padding: 0 13.54167% 3.125%;
}

.dbaraiList01 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../../time_dpaycp_2508/img/imgparts9_2_01_bg.png") repeat-y;
}

.dbaraiList02 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../../time_dpaycp_2508/img/imgparts9_5_01_bg.png") repeat-y;
}

.dbaraiList03 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../../time_dpaycp_2508/img/imgparts9_8_01_bg.png") repeat-y;
}

.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li {
  width: 31.945%;
  float: left;
  margin-right: 2.085%;
}

.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0) {
  margin-right: 0;
  margin-bottom: 3%;
}

/* page */
/* 共通 */
.disp_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .disp_sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.ulp_page .inner {
  padding: 0 6.25%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner {
    padding: 0 20px;
  }
}

/* btn */
.c-btn-a {
  background: #000000;
  border-radius: 8px;
  max-width: 490px;
  width: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 6px 0 #FFB200;
          box-shadow: 0 6px 0 #FFB200;
  margin-bottom: 6px;
  color: #FFB200;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  position: relative;
  padding: 25px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 24px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 27px;
}
._btn-b {
    background: #DC0000;
    -webkit-box-shadow: 0 6px 0 #000000;
          box-shadow: 0 6px 0 #000000;
    color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 17px;
    padding: 20px 24px 20px 16px;
    max-width: 350px;
  }
  .c-btn-a::after {
    width: 10px;
    height: 20px;
    right: 14px;
  }
}

.main-visual {
  margin: 0;
}

.campaign {
  margin: 0;
  position: relative;
}
.campaign::before {
  height: 4px;
  width: 100%;
  background: white;
  border: solid 1px #707070;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.attention {
  margin: 0;
  padding-top: 9.7916666667%;
}
.attention__box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  border: solid 3px #1D1210;
  background: white;
}
.attention__deco {
  position: absolute;
  content: "";
  background-size: contain;
  width: 70%;
  max-width: 395px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -32px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .attention__deco {
    max-width: 300px;
    width: 60%;
    top: -24px;
  }
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    top: -18px;
    max-width: 200px;
  }
}
.attention__bar {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: white;
  content: "";
  cursor: pointer;
  border-radius: 4px;
}
.attention__bar::before, .attention__bar::after {
  width: 26px;
  height: 4px;
  background: #1D1210;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attention__bar.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .attention__bar {
    top: 6px;
    right: 6px;
  }
}
.attention__title {
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  background: #1D1210;
  color: white;
  padding: 62px 16px 32px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 960px) {
  .attention__title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 640px) {
  .attention__title {
    font-size: 21px;
    padding: 45px 10px 24px;
  }
}
.attention__body {
  padding: 4.9881235154% 5.3444180523%;
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  font-size: 21px;
  color: #E8380D;
}
.attention__heading + * {
  margin-top: 12px !important;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
    margin-top: 24px;
  }
}
.attention__text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6666666667;
}
.attention__text.-first {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .attention__text {
    font-size: 16px;
  }
}
.attention__notes > li {
  line-height: 1.8;
  position: relative;
  padding-left: 1.5em;
  margin-top: 3px;
}
.attention__notes > li::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .attention__notes > li {
    font-size: 15px;
    line-height: 1.7;
  }
}
.attention__indent > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  margin-top: 4px;
}
@media only screen and (max-width: 640px) {
  .attention__indent > li {
    font-size: 15px;
  }
}
.attention__list > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.attention__list > li + li {
  margin-top: 10px;
}
.attention__list > li::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: black;
  position: absolute;
  content: "";
  left: 0;
  top: calc(0.9em - 4px);
}
@media only screen and (max-width: 640px) {
  .attention__list > li {
    font-size: 15px;
  }
}

.about-btn {
  text-align: center;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 10px;
}

.fixed-btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  z-index: 500;
}

.fixed-btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  z-index: 500;
}


/* おすすめ商品 */
#cp-sale{
    padding: 20px 0px;
    background-image: repeating-linear-gradient(45deg, #fff8d5 25%, transparent 25%, transparent 75%, #fff8d5 75%, #fff8d5), repeating-linear-gradient(45deg, #fff8d5 25%, #feffe6 25%, #feffe6 75%, #fff8d5 75%, #fff8d5);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
}
#cp-sale h2,
#cp-sale h3{
    font-weight: 900;
    text-align: center;
}
#cp-sale h2{
    font-size: 32px;
    --r: .8em;
    padding-inline: calc(var(--r) + 0.5em);
    line-height: 1.5;
    clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
    background: #FF0000;
    margin: 3rem auto 1rem;
    color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#cp-sale h2 strong{
    color: #FFF300;
    font-weight: 900;
    font-size: 150%;
}
#cp-sale h3{
    font-size: 40px;
    margin-bottom: .5rem;
}
#cp-sale h3 small{font-size: 70%;}
#cp-sale h3 + p{
    font-size: 15px;
    text-align: center;
    margin-bottom: 1rem;
}
.block-item{
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    padding: 0 30px 4rem;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
    margin-top: 8rem;
    margin-bottom: 5rem;
}
#cp-sale .block-item:first-of-type{margin-top: 5rem}
.block-item_img{
    margin-bottom: 3rem;
}
.block-item_img ul{
    display: flex;
    justify-content: center;
    gap:10px 2px;
    flex-wrap: wrap
}
.block-item_img ul li{
    max-width: 49%;
    width: 37%;
    font-size: 13px;
    text-align: center;
    line-height: 1.2
}
.block-item_img ul.list-4 li{width: 24.5%;}
.block-item_img ul.list-3 li{width: 31%;}
.block-item_img ul.list-5 li{width: 19.5%;}
.block-item_img ul.list-1_photo-small img{
    width: 80%;
    max-width: 100px;
    margin: auto;
    display: block;
}
.img-height li img{
    width: auto !important;
    height: 330px !important;
    display: block;
    margin: auto;
}
.block-item_img ul.img-height li{width: auto !important}
.block-item_text{text-align: center;}
.ttl{
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 auto 10px;
    text-align: center;
    font-family: "M PLUS 1", sans-serif;
    position: relative;
    background-color: #FFF300;
    padding: 2rem;
    border-radius: 10px;
    top: -20px;
    max-width: 550px;
    width: 90%;
}
.ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF300;
}
.otoku-name{
    margin-bottom: 20px;
    font-weight: 800;
    font-family: "M PLUS 1", sans-serif;
    font-size: 26px;
    color: #222222;
    border-top: 2px solid #00A885;
    border-bottom: 2px solid #00A885;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}
.otoku-name_size{
    font-size: 75%;
    width: fit-content;
    display: inline-block;
    padding: 2px 5px;
    line-height: 1.1;
    border: 1px solid #333333;
    margin-left: 5px;
}
.otoku-name_shohin{min-width: 50%}
.block-price-day{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.block-price{width: 70%}
.block-day{width: 170px}
.price-nomal{
    font-size: 17px;
    line-height: 1.2;
}
.price-sale {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.price-nomal strong{
    font-size: 140%;
    margin-left: 5px;
}
.price-sale strong{
    font-size: 180%;
    margin-left: 5px;
}
.arrow{
    clip-path: polygon(80% 0, 80% 60%, 100% 60%, 50% 100%, 0 60%, 20% 60%, 20% 0);
    width: 30px;
    height: 25px;
    background-color: #FF0000;
    display: block;
    margin: 5px auto;
    line-height: 0;
}
del {
  background-image: linear-gradient(transparent 0.5em, #FF0000 0, #FF0000 calc(0.5em + 2px), transparent 0, transparent calc(0.25em + 12px), #FF0000 0, #FF0000 calc(1em + 1px), transparent 0);
  text-decoration: none;
    padding: 0 2px;
    margin-right: 2px;
    margin-left: 2px;
}
.txt-red{
    color: #FF0000;
    background: linear-gradient(transparent 70%, #ff6 70%);
    width: fit-content;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.txt-bold{font-weight: bold}
.block-item_text__bt{position: relative}
.icon-buyer-osusume{
    width: 115px;
    position: absolute;
    right: -5px;
    top: -20px;
}
.comment-osusume{
    border-radius: 10px;
    text-align: left;
    margin-top: 60px;
    position: relative;
    border: 2px solid #FF0000;
}
.comment-osusume_ttl{
    width: 185px;
    position: absolute;
    top: -50px;
    left: 10px;
}
.comment-osusume_txt > *:not(.txt-strong) {
    font-size: 18px;
    line-height: 1.8;
    margin: 1rem 2rem;
}
.comment-osusume_txt .txt-strong{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #ffffff;
    text-align: center;
    background-color: #FF0000;
    padding: 1rem 0.5rem 1.25rem;
    border-radius: 8px 8px 0 0;
}
.tex-indent li{
    padding-left: 1rem;
    text-indent: -1rem
}
@media only screen and (max-width: 767px) {   
#cp-sale h2{font-size: 22px;}
#cp-sale h2 strong{font-size: 120%;}    
#cp-sale h3{font-size: 25px;}
#cp-sale h2 strong{display: block}   
.block-item{padding: 0 15px 4rem;}    
.block-item_img ul li,
.block-item_img ul.list-4 li,
.block-item_img ul.list-3 li,
.block-item_img ul.list-5 li{
    max-width: 49%;
    width: 49%;
}  
.img-height li img{
    width: auto !important;
    height: 200px !important;
    display: block;
    margin: auto;
}    
.block-price-day{flex-direction: column-reverse;}    
.block-price{width: 100%}
.block-day{
    width: 130px;
    margin-bottom: 20px;
}    
.block-item_text{width: 100%;}  
.ttl{
    font-size: 16px;
    padding: 1rem;
    width: 90%;
}
.otoku-name{
    font-size: 18px;
    text-align: left;
}
.otoku-name_size{display: block}    
.price-nomal{font-size: 15px;}
.price-sale {font-size: 17px;}  
.price-sale strong{font-size: 150%;}   
del {
  background-image: linear-gradient(transparent 0.5em, #FF0000 0, #FF0000 calc(0.5em + 2px), transparent 0, transparent calc(0.5em + 5px), #FF0000 0, #FF0000 calc(.9em + 1px), transparent 0); 
}
.txt-red{
    padding-left: 1px;
    padding-right: 1px;
}    
.icon-buyer-osusume{
    width: 90px;
    right: -30px
}  
 .comment-osusume_ttl{
     width: 150px;
     left:-30px;
} 
.comment-osusume_txt > *:not(.txt-strong) {font-size: 16px;}
.comment-osusume_txt .txt-strong{
    font-size: 18px;
}    
}
    
.pc{display: block !important}
.sp{display: none !important}
@media (width <= 768px) {
.pc{display: none !important}
.sp{display: block !important}      
}


