@charset "euc-jp";

.sub_category_area{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.sub_category{
  -webkit-box-flex:0;
      -ms-flex:0 0 25%;
          flex:0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.sub_category a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #231815;
    border-radius: 60px;
    line-height: 1.2;
    -webkit-transition: 0.25s;
    font-size: 12px;
    border: 2px solid #d2d2d2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.sub_category a:after {
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
/*LP*/
.itemRecommend__sec {
 margin-bottom:140px; 
}
    .w100 {
        width: 100% !important;
    }
    a.button  {
        box-shadow: none !important;
    }
    
    .itemSec__sec .titleBg {
        position: relative;
    }
    .itemSec__sec .titleBg::before {
        content: "";
        position: absolute;
        background: url("https://img11.shop-pro.jp/PA01294/299/etc/setItemTitle__bg.png") no-repeat center;
        background-size: cover;
        z-index: -1;
        width: 100%;
        height: 85px;
        max-width: 630px;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    @media (max-width:768px) {
      .cateLp__sec {
        overflow: hidden;
      }
      .mainFV {
        margin-bottom: 60px;
      }
      .cateLp__sec .container {
        padding: 0;
      }
      .itemSec__sec .titleBg::before {
        height: 50px;
        top: 0;
      }
      .itemSec__sec p {
        padding: 0 15px;
        font-weight: 400;
        font-size: 12px;
      }
    }

    .cateLp__sec .h2A{
        letter-spacing: 4px;
        font-weight: 600;
    }
    .cateLp__sec .h2A small{
        color: #ed96a6;
    }
    .itemSec__sec p {
        line-height: 34px;
        max-width: 740px;
        margin: 0 auto 30px;
        font-weight: 400;
    }
    @media (max-width:768px) {
      .cateLp__sec .h2A{
        letter-spacing: 3px;
      }
      .itemSec__sec p {
        margin: 0 auto 40px;
      }
    }
    .itemWrap,
    .itemRecommend__sec .itemPriceWrap,
    .headingWrap {
        display: flex;
    }
    .itemRecommend__sec .itemWrap {
        margin-bottom: 80px;
    }
    .itemWrap--left {
        flex: 0 0 340px;
        margin-right: 40px;
    }
    .itemWrap--right {
        flex: auto;
    }
    .itemWrap--right h3{
        font-weight: 400;
        font-size: 20px;
    }
    .itemWrap--right .border--pink {
        border-top:1px solid #ed96a6;
        border-bottom:1px solid #ed96a6;
        padding: 20px 0;
        margin-bottom: 35px;
    }
    .itemWrap--right p{
        line-height: 30px;
        font-size: 12px;
    }
    .itemPriceWrap {
        align-items: flex-end;
    }
    .itemPriceWrap .itemPrice {
        font-size: 24px;
        margin: 0;
        flex: 0 0 160px;
    }
    .itemPriceWrap .itemPrice small{
        font-size: 12px;
        font-weight: 400;
        margin-left: 5px;
    }
    .itemPriceWrap .itemBtn {
        flex: auto;
    }
    .itemPriceWrap .itemBtn .button{
        width: 100%;
        box-shadow: none;
    }
    @media (max-width:768px) {
     .itemRecommend__sec .itemWrap {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 15px;
      }
      .itemWrap--left {
        margin-right: 0;
      }
      .itemWrap--right {
        margin-top: 30px;
      }
      .itemWrap--right h3{
        font-size: 16px;
      }
      .itemWrap--right p{
        line-height: 22px;
      }
      .itemWrap--right .border--pink {
        margin-bottom: 25px;
      }
      .itemPriceWrap .itemPrice {
        flex:initial;
        margin-bottom: 25px;
      }
      .itemRecommend__sec .itemPriceWrap {
        flex-direction: column;
      }
    }


    .headingWrap  {
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 120px;
    }
    .headingWrap  > img{
        width: 205px;
        margin-right: 5px;
    }
    .headingWrap  .threePointTitle{
        font-size: 20px;
        font-weight: 500;
    }
    .headingWrap  .threePointTitle .text--large{
        font-size: 110px;
        line-height: 0;
        font-weight: 400;
    }
    .headingWrap  .threePointTitle .text--pink {
        color:#ed96a6;
        font-weight: 400;
        /* font-family: "YuMincho,'Yu Mincho',serif;"; */
    }
    .headingWrap  .threePointTitle .text--pink.reason {
        font-size: 40px;
        font-weight: 400;
    }

    @media (max-width:768px) {
      .headingWrap {
        justify-content: initial;
        align-items: initial;
        flex-wrap: wrap;
        padding: 0 15px;
        position: relative;
      }
      .itemWrap--right h3{

      }
      .headingWrap .threePointTitle .text--large {
        font-size: 90px;
      }
      .headingWrap  .threePointTitle .text--pink.reason {
        font-size: 34px;
      }
      .selecetedText {
        position: absolute;
        top: 30px;
        right: 30px;
      }
      .headingWrap .threePointTitle {
      width: 100%;
      text-align: center;
      padding-top: 60px;
      }
    }


    .pointArea {
        position: relative;
        margin-bottom: 80px;
    }
    .pointArea::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #ed96a6;
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
    }
    .pointArea::after{
        content: "";
        width: 1px;
        height: 100%;
        background: #ed96a6;
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
    }
    .pointArea p {
        line-height: 42px;
        letter-spacing: 3px;
        padding-left: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .h3A.titleBg {
        padding-left: 150px;
        position: relative;
        color: #ed96a6;
        font-weight: 500;
    }
    .h3A.titleBg::before {
        content: "";
        position: absolute;
        background-size: cover;
        z-index: -1;
        width: 100%;
        height: 90px;
        top: 0;
        left: 30px;
        transform: translateY(-50%);
    }
    .h3A.titleBg1::before {
        background: url("https://img11.shop-pro.jp/PA01294/299/etc/point1__bg.png") no-repeat left;
    }
    .h3A.titleBg2::before {
        background: url("https://img11.shop-pro.jp/PA01294/299/etc/point2__bg.png") no-repeat left;
    }
    .h3A.titleBg3::before {
        background: url("https://img11.shop-pro.jp/PA01294/299/etc/point3__bg.png") no-repeat left;
    }
    @media (max-width:768px) {
      .h3A.titleBg {
        padding-left: 40px;
      }
      .h3A.titleBg::before {
        top: -5px;
      }
      .pointArea {
        padding-top: 50px;
        margin-bottom: 30px;
      }
      .pointArea::before {
        top: 110px;
      }
      .pointArea p {
        line-height: 30px;
      }
    }
    .itemBtn__sec .highlight {
        padding: 20px 0;
    }
    .itemBtn__sec .button {
        margin: 0 10px;
    }
    @media (max-width:768px) {
      .itemBtn__sec .button:first-child {
        margin-bottom: 20px;
      }
    }

