/*■■■■■■■■■■■■ PC用 ■■■■■■■■■■■■*/

/* 共通 */
:root {
  --main-color: #523503;
  --present-color: #fff3de;
  --white: #fff;
  --txt: #727171;
  --font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --font02:"Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
img {
  width: 100%;
  vertical-align: bottom;
}
.u-fzS{
  font-size: 12px;
}
.u-fzSS{
  font-size: 10px;
}
/* 共通ここまで */

/*PC,SP出し分け*/
.pc- {
  display: block !important;
}
.pc-inline{
  display: inline-block !important;
}
.sp- {
  display: none !important;
}
/*ここまでPC,SP出し分け*/


/*cw-wrap*/
.cw-wrap {
  max-width: 1140px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-family: 'Shippori Mincho', serif;
  color: var(--txt);
  line-height: 1;
  letter-spacing: 0.05em;
}
.cw-wrap img {
  width: 100%;
  height: auto;
}
.cw-mv {
  position: relative;
  width: 100%;
  height: 37vw;
  margin-bottom: 60px;
  padding: 0;
  background: center / contain url("/img/e/IFT251117cp/251117_IFT1600.jpg") no-repeat;
}
/*ここまでcw-wrap*/


/*cw-cp-wrap*/
.cw-cp-wrap {
  max-width: 980px;
  margin: 0 auto 100px;
  text-align: center;
}
.cw-cp-ttl {
  font-weight: bold;
  font-size: 20px;
  font-family: var(--font);
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
.cw-cp-wrap-inner {
  max-width: 885px;
  margin: 0 auto;
}
/*ここまでcw-cp-wrap*/


/*cw-cp*/
.bg-line {
  background-image: url("/img/e/220316-cw-new-white/bg-line.gif");
  background-size: auto;
  padding-bottom: 50px;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.cw-term {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.cw-term-ttl {
  font-size: 18px;
  font-weight: bold;
  width:20%;
  color: var(--main-color);
  font-family: var(--font);
}
.cw-term-txt {
  font-family: var(--font02);
  font-size: 15px;
  line-height: 1.8;
  width: 80%;
}
.cw-term-small-txt{
  font-family: var(--font02);
  font-size: 12px;
  line-height: 1.8;
}
/*cw-cpここまで*/

/*cw-gel-wrap*/
.cw-gel-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 50px;
}
.cw-gel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: var(--present-color);
  width: 100%;
  height: auto;
  padding-top: 17px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 2em;
}
.cw-gel-fig {
  width: 250px;
  height: auto;
}
.cw-gel-inner {
  padding-left: 20px;
  width: calc(100% - 137px);
}
.cw-gel-ttl {
  font-weight: bold;
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 13px;
}
.cw-gel-ttl span {
  font-size: 13px;
}
.cw-gel-read {
  margin-bottom: 13px;
  font-family: var(--font02);
  font-size: 14px;
  line-height: 1.8;
}
/*ここまでcw-cp*/


/*pickup*/
.cw-prod {
  max-width: 780px;
  margin: 100px auto 60px auto;
  font-family: var(--font02);
}
.cw-prod-ttl-main {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
}
.cw-prod-inner {
  margin: 20px 0 100px;
  max-width: 885px;
}
.cw-prod-item-inner {
  display: flex;
  justify-content: center;
}
.cw-prod-item-img {
  width: 40%;
}
.cw-prod-link {
  display: block;
  transition: .5s;
}
.cw-prod-link:hover{
  opacity: .6;
}
.cw-prod-item-txt {
  width: 60%;
  margin-top: 30px;
}
.cw-prod-icn {
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
}
.cw-prod-icn p {
  padding: 5px 10px;
  background-color: #f3f3f3;
  margin-right: 10px;
}
.cw-prod-brand{
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
.cw-prod-ttl {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.cw-prod-price {
  font-size: 16px;
  margin-bottom: 10px;
}
.cw-prod-read {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  flex-grow: 1;
}
.cw-prod-bt {
  font-family: var(--font02);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f678a3 0%, #f43f77 100%);
  width: 70%;
  height: 29px;
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
}
.cw-prod-bt:hover {
  text-decoration: underline;
}
.arrow::after {
  content: "";
  position: absolute;
  right: 60px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: var(--white);
}
/*ここまでpickup*/


/*■■■■■■■■■■■■ SP用 ■■■■■■■■■■■■*/

@media screen and (max-width: 759px) {
  /*PC,SP出し分け*/
  .pc- , .pc-inline {
    display: none !important;
  }
  .sp- {
    display: block !important;
  }
	
.product .p-product__header {
    padding: 0 0!important;
  }
  /*ここまでPC,SP出し分け*/
	
  /*cw-wrap*/
  .cw-wrap {
    width: 100%;
    padding-bottom: 4vw;
  }
  .cw-mv {
    height: 60vw;
    margin-bottom: 7.905vw;
    background: center / contain url("/img/e/IFT251117cp/251117_IFT642.jpg") no-repeat;
  }
  /*ここまでcw-wrap*/
  
  /*cw-cp-wrap*/
  .cw-cp-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .cw-cp-ttl {
    font-size: 4.2vw;
    width: 100%;
    margin-bottom: 3vw;
    line-height: 1.8;
  }
  .cw-cp-wrap-inner {
    width: auto;
    padding: 0 11.594vw;
  }
  /*ここまでcw-cp-wrap*/

  /*cw-cp*/
  .bg-line {
    padding-bottom: 6.588vw;
    margin-bottom: 6.588vw;
  }
  .cw-term {
    display: block;
    font-family: var(--font02);
    margin-bottom: 6.588vw;
  }
  .cw-term-ttl {
    width: 100%;
    margin-bottom: 2.635vw;
  }
  .cw-term-txt {
    font-size: 3.689vw;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .cw-term-small-txt{
    font-size: 2.5vw;
  }
  /*cw-cpここまで*/

  /*cw-gel-wrap*/
  .cw-gel-wrap {
    display: block;
    margin-bottom: 6.588vw;
  }
  .cw-gel {
    display: block;
    border-radius: 1.318vw;
    box-sizing: border-box;
  }
  .cw-gel-fig {
    width: 50vw;
    float: none;
    margin: 0 auto;
  }
  .cw-gel-inner {
    padding-left: 0;
    width: 100%;
  }
  .cw-gel-ttl {
    font-size: 3.953vw;
    margin-bottom: 5.27vw;
  }
  .cw-gel-ttl span {
    font-size: 3.162vw;
  }
  .cw-gel-read {
    font-size: 3.689vw;
    line-height: 1.8;
    clear: both;
    margin-bottom: 2.635vw;
  }
  /*ここまでcw-cp*/


  /*pickup*/
  .cw-prod {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 15.81vw auto;
    font-family: var(--font02);
  }
  .cw-prod-inner{
    margin: 0;
  }
  .cw-prod-item-inner{
    display: block;
  }
  .cw-prod-item-img {
    width: 80%;
    margin: 0 auto;
  }
  .cw-prod-item-txt {
    width: 100%;
    padding: 50px;
    margin: -30px auto 0 auto;
    box-sizing: border-box;
  }
  .cw-prod-icn {
    font-size: 3.953vw;
    margin-bottom: 4.611vw;
  }
  .cw-prod-ttl-main {
    font-size: 6.2vw;
  }
  .cw-prod-brand{
    font-size: 3.689vw;
  }
  .cw-prod-ttl {
    font-size: 4.5vw;
  }
  .cw-prod-read {
    font-size: 3.689vw;
    margin-bottom: 7vw;
    line-height: 1.8;
  }
  .cw-prod-data-list {
    font-family: var(--font02);
    font-size: 2vw;
    line-height: 1.8;
    margin-bottom: 5.27vw;
  }
  .cw-prod-bt {
    width: 100%;
    height: 9.486vw;
    font-size: 3.689vw;
    border-radius: 5.27vw;
    margin: 0 auto;
    padding: 15px 0;
  }
  .arrow::after {
    content: "";
    right: 15vw;
    border-width: 0.922vw;
    border-left-width: 1.054vw;
  }
  /*ここまでpickup*/
}
