@charset "UTF-8";

@media only screen and (min-width: 768px) {
  main {
    width: 1080px;
    margin: 160px auto 80px;
  }

  h2.title {
    font-size: 24px;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }
  h2.title span {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: block;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
  }

  #cont_product_01 {
    margin-top: 50px;
    margin-bottom: 140px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 80px;
    display: flex;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }

  #cont_product_01 .box_img {
    width: 420px;
  }

  #cont_product_01 .item_img {
    border: 1px solid #ededed;
    margin-bottom: 15px;
    width: 420px;
    overflow: hidden;
  }

  #cont_product_01 .item_thum {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
  }

  #cont_product_01 .item_thum .swiper-slide {
    border: 1px solid #ededed;
    width: 30px;
    cursor: pointer;
  }

  #cont_product_01 .item_detail {
    flex: 1;
    margin-left: 40px;
    padding-top: 70px;
  }

  #cont_product_01 .item_detail .sub_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }

  #cont_product_01 .item_detail .title {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
  }

  #cont_product_01 .item_detail .review {
    text-decoration: underline;
  }

  #cont_product_01 .item_detail .title span {
    font-size: 22px;
    display: block;
  }

  #cont_product_01 .item_detail .price {
    font-size: 26px;
    margin-bottom: 10px;
  }

  #cont_product_01 .item_detail .price span {
    font-size: 40px;
  }

  #cont_product_01 .item_detail .notice {
    font-size: 20px;
  }

  #cont_product_01 .item_detail .notice span {
    font-size: 20px;
    display: block;
  }

  #cont_product_02 {
    padding-bottom: 150px;
    margin-bottom: 140px;
    background: url(../img/common/line_dot.png) repeat-x;
    background-position: bottom;
  }
  #cont_product_02 .title {
    text-align: center;
    font-size: 30px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    margin-bottom: 10px;
  }
  #cont_product_02 .box_cont {
    display: flex;
  }
  #cont_product_02 .box_txt {
    flex: 1;
    margin-top: 40px;
    padding-right: 40px;
  }
  #cont_product_02 h3 {
    font-size: 45px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  #cont_product_02 .box_txt p {
    font-size: 24px;
  }
  #cont_product_02 .img {
    text-align: center;
    width: 510px;
  }
  #cont_product_02 .img p {
    font-size: 16px;
    margin-top: 15px;
  }
  #cont_product_03 {
    padding-bottom: 150px;
    margin-bottom: 140px;
    background: url(../img/common/line_dot.png) repeat-x;
    background-position: bottom;
  }
  #cont_product_03 h3 {
    font-size: 45px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: center;
  }
  #cont_product_03 .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #cont_product_03 .list ul li {
    width: 200px;
    text-align: center;
    margin-bottom: 30px;
  }

  #cont_product_03 .list span {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    display: block;
  }
  #cont_product_03 .list span.sub {
    font-size: 14px;
  }
  #cont_product_03 p {
    font-size: 16px;
    text-align: center;
  }
  #cont_product_04 h3 {
    font-size: 45px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: center;
  }
  #cont_product_04 h3 br {
    display: none;
  }
  #cont_product_04 {
    margin-bottom: 80px;
  }
  #cont_product_04 .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
  }

  #cont_product_04 .title p {
    font-size: 24px;
  }
  #cont_product_04 .title p span {
    font-size: 16px;
    display: block;
  }
  #cont_product_04 .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  #cont_product_04 .list li {
    width: 260px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #cont_product_04 h4 {
    font-size: 30px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }
  #cont_product_04 h4 span {
    background: linear-gradient(
      to right,
      #f2edff 0%,
      #ffffe6 49.75%,
      #ffeaf4 100%
    );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    padding: 5px 20px;
  }
  #cont_product_04 .detail p {
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
  }
  #cont_product_05 {
    background-color: #f5f5f5;
    padding: 50px 50px;
    margin-bottom: 100px;
  }
  #cont_product_05 h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
  }
  #cont_product_05 p {
    margin-bottom: 1em;
    font-size: 24px;
  }
  #cont_product_05 li::before {
    content: "・";
  }
  #cont_product_05 li {
    margin-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 24px;
  }
  #cont_product_05 span.under {
    vertical-align: sub;
    font-size: 16px;
  }
  #cont_product_06 {
    margin-bottom: 100px;
  }
  #cont_product_06 h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 1.5em;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
  }
  #cont_product_06 .list li {
    margin-bottom: 1.5em;
    padding-left: 40px;
    font-size: 24px;
    position: relative;
  }
  #cont_product_06 li::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: block;
    background-color: #727272;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #cont_product_07 {
    margin-bottom: 150px;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 30px 50px;
  }
  #cont_product_07 h3 {
    text-align: left;
    font-size: 24px;
    position: relative;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }
  #cont_product_07 h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/common/icon_plus.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 15px;
  }
  #cont_product_07 h3.active:after {
    background: url(../img/common/icon_minu.png) no-repeat;
    background-size: contain;
  }
  #cont_product_07 .detail {
    display: none;
    padding-top: 40px;
    margin-top: 40px;
    background: url(../img/common/line_dot.png) repeat-x;
    background-position: top;
  }
  #cont_product_07 .detail p {
    font-size: 20px;
    margin-bottom: 3em;
  }
  #cont_product_07 .detail p.title {
    margin-bottom: 1em;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    font-size: 24px;
  }
  #purchase {
    position: fixed;
    background-color: #fff;
    width: 380px;
    bottom: 10px;
    right: 10px;
    display: flex;
    padding: 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: none;
  }

  #purchase.active {
    display: flex;
  }
  
  #purchase .close_btn {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px;
  }
  
  #purchase .close_btn::before,
  #purchase .close_btn::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 10px;
    background: #999;
  }
  
  #purchase .close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  #purchase .close_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  #purchase .img {
    width: 123px;
  }
  
  #purchase .txt {
    font-size: 16px;
    padding: 0px 0 0 15px;
  }

  #purchase .txt span {
    font-size: 14px;
  }
  
  #purchase .txt a {
    display: block;
    width: 200px;
    background-color: #727272;
    height: 40px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-top: 5px;
    padding-left: 15px;
    transition: 0.2s;
  }
  
  #purchase .txt a:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/common/icon_cart.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: 20px;
    margin-top: -10px;
  }
  
  #purchase.close {
    /* display: none; */
  }
  #purchase .txt a:hover {
    background-color: #fff;
    color: #727272;
    border: 1px solid #727272;
  }

  /* 2025.4.15 */
  .cp-bnr{
    padding-bottom: 80px;
    text-align: center;
  }
  .count-container {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-top: 30px;
    padding-right: 102px;
  }
  .count-container > button {
    /*padding: 10px 20px;*/
    width: 50px;
    height: 50px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .count-container > .count-container__display {
    font-size: 24px;
    width: 50px;
    text-align: center;
  }
  .count-container > button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }
  .btn-purchase{
    display: flex;
    justify-content: end;
    margin-top: 30px;
  }
  .btn-purchase > a {
    display: block;
    width: 400px;
    padding: 14px 0;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(0deg, #ffbedc 0%, #ff5582 100%);
    border-radius: 60px;
    cursor: pointer;
  }
  .btn-purchase > a:hover {
    background: linear-gradient(180deg, #ffbedc 0%, #ff5582 100%);
  }
  .is-pc{
    display: block;
  }
  .is-sp{
    display: none;
  }
}
