/*■■■■■■■■■■■■ PC用 ■■■■■■■■■■■■*/

/* 共通 */
:root {
  --main-color: #c41a0e;
  --main-color02:#97140a;
  --present-color: #fff0f0;
  --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/valentine260209cp/260209_valentine_1600.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-sub-ttl {
  font-weight: bold;
  font-size: 16px;
  font-family: var(--font);
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  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*/

/* code */
.cw-code__txt{
  font-size: 16px;
  margin-top: 2em;
}
.cw-code__copy{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color02);
  max-width: 380px;
  font-size: 18px;
  margin-bottom: 8px;
}
.cw-code__item{
  width: 80%;
  text-align: center;
  color: var(--main-color02);
}
.copy-btn{
  display: block;
  width: 20%;
  cursor: pointer;
  transition: .5s;
}
.copy-btn:hover{
  opacity: .8;
}
/* ここまでcode */

/*pickup*/
.cw-prod-ttl-main {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
}
/*ここまでpickup*/

/* more */
.cw-more__cp{
  max-width: 810px;
  width: 100%;
  margin: 40px auto 64px;
}

.cw-more__cp a{
  transition: .5s;
}

.cw-more__cp a:hover{
  opacity: .8;
}


/*■■■■■■■■■■■■ 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/valentine260209cp/260209_valentine_642.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-sub-ttl {
    font-size: 3.5vw;
    display: inline-block;
    width: 100%;
    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*/

  /* code */
  .snow-code__item{
    width: 77%;
  }
  .copy-btn{
    width: 23%;
  }

  /*pickup*/
  .cw-prod-ttl-main {
    font-size: 6.2vw;
  }
  /*ここまでpickup*/
}
