/*■■■■■■■■■■■■ PC用 ■■■■■■■■■■■■*/

/*PC,SP出し分け*/
.pc- {
  display: block !important;
}
.pc-inline{
  display: inline-block !important;
}
.sp- {
  display: none !important;
}

/*カラー*/
:root {
  --mainColor:#851217;
  --subColor:#f6e4e6;
}

.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 2em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 2em;
}


/*cw-wrap*/
.cw-wrap {
  max-width: 1140px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-family: 'Shippori Mincho', serif;
  color: #727171;
  line-height: 1;
  letter-spacing: 0.05em;
}
.cw-wrap img {
  width: 100%;
  height: auto;
}
.cw-mv {
  margin-bottom: 60px;
}
/*ここまでcw-wrap*/


/*cw-cp-wrap*/
.cw-cp-wrap {
  max-width: 980px;
  margin: 0 auto 100px auto;
  text-align: center;
}
.cw-cp-ttl {
  font-weight: bold;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: var(--mainColor);
  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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  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(--mainColor);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.cw-term-txt {
  font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  width: 80%;
}
.cw-term-small-txt{
  font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

/*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(--subColor);
  width: 100%;
  height: auto;
  padding:24px;
  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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 13px;
  margin-top: 15px;
}
.cw-gel-ttl span {
  font-size: 13px;
}
.cw-gel-read {
  font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
/*ここまでcw-cp*/

.cp-code {
  display: flex;
  align-items: center;
  max-width: 400px;
  border: 1px solid var(--mainColor);
}
.cp-code__copy {
  text-align: center;
  font-size: 1.3em;
  width: 80%;
  color: var(--mainColor);
}
.copy-btn {
  width: 20%;
  cursor: pointer;
  transition: .5s;
}
.copy-btn img{
  display: block;
}
.copy-btn:hover {
  opacity: .7;
}

.cp-bnr {
  width: 50%;
  margin: 0 auto 100px;
  transition: .5s;
  cursor: pointer;
}
.cp-bnr:hover {
  opacity: .7;
}

.recommend-item {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.2em;
  text-align: center;
}



/*■■■■■■■■■■■■ 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;
    margin: 0 auto;
    font-family: 'Shippori Mincho', serif;
    color: #727171;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .cw-wrap img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .cw-mv {
    margin-bottom: 7.905vw;
  }
  /*ここまでcw-wrap*/
  
  /*cw-cp*/
  .cw-cp-wrap {
    width: 100%;
    margin: 0 auto 50px 0;
    text-align: center;
  }
  .cw-cp-ttl {
    font-size: 4.2vw;
    width: 100%;
    margin-bottom: 5vw;
    line-height: 1.8;
  }
  .cw-cp-sub-ttl {
    font-size: 3.5vw;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: var(--mainColor);
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.8;
  }
  .cw-cp-wrap-inner {
    /*width: 100%;*/
    width: auto;
    margin: 0 auto;
    padding: 0 11.594vw;
  }

  .bg-line {
    background-image: url("/img/e/220316-cw-new-white/bg-line.gif");
    background-size: auto;
    padding-bottom: 6.588vw;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 6.588vw;
  }
  .cw-term {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    margin-bottom: 6.588vw;
  }
  .cw-term-ttl {
    width: 100%;
    margin-bottom: 2.635vw;
  }
  .cw-term-txt {
    font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 3.689vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .cw-term-small-txt{
    font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 2.5vw;
    line-height: 1.8;
  }
  .cw-gel-wrap {
    display: block;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 20vw;
  }
  .cw-gel {
    display: block;
    border-radius: 1.318vw;
	  width: 100%;
    box-sizing: border-box;
  }
  .cw-gel-fig {
    width: 50vw;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  .cw-gel-inner {
    padding-left: 0;
    width: 100%;
  }
  .cw-gel-ttl {
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 3.953vw;
    line-height: 1.8;
    margin-bottom: 5.27vw;
    margin-top: 1.976vw;
  }
  .cw-gel-ttl span {
    font-size: 3.162vw;
  }
  .cw-gel-read {
    font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 3.689vw;
    line-height: 1.8;
    clear: both;
    margin-bottom: 2.635vw;
  }
  /*ここまでcw-cp*/

  .cp-bnr {
    width: 75%;

  }
  
}
