@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, hr, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a,
a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover,
a img:hover {
    opacity: 0.7;
    filter: alpha( opacity=70 );
    -webkit-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
}

/* ----------------------------------------------------
    PC/SP 切り替え
---------------------------------------------------- */
.sp,
.ipse {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    a:hover,
    a img:hover {
        opacity: unset;
        filter: unset;
        -ms-filter: unset;
    }
}
@media screen and (max-width: 320px) {
    .ipse {
        display: block;
    }
}

/* ----------------------------------------------------
  clearfix
---------------------------------------------------- */

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}


.body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
/*"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
img {
    width: 100%;
    max-width: 750px;
    margin: auto;
    text-align: center;
    vertical-align: bottom;
}
.page-bg {
    margin-bottom: 120px;
	margin-top: 100px;
}
.topimg img {
    max-width: 1100px;
    text-align: center;
    margin-bottom: 80px;
}
.cp-title {
    text-align: center;
    font-size: 24px;
    /*margin-bottom: 50px;*/
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 0.1em;
    font-weight: bold;
	color: #e07a8a;
}
.cp-title-date {
    text-align: center;
    font-weight: bold;
    margin: 20px 0 80px;
    font-size: 16px;
    color: #e07a8a;
    letter-spacing: 0.15em;
	line-height: 2.3em
}
.cp-title-date .cpttl {
    text-align: center;
    font-weight: bold;
    margin-bottom: 120px;
    font-size: 16px;
	padding: 5px 30px;
	color: #fff;
    background-color: #e07a8a;
    letter-spacing: 0.15em;
}
.message {
	margin-bottom: 120px;
}
.toptext {
    font-size: 16px;
	margin-bottom: 70px;
		padding: 5px 14px;
		text-align: center;
		line-height: 2.5;
	letter-spacing: 0.25em;
		/*color: #fff;*/
}
.toptext_ttl {
	font-size: 24px;
	font-weight: bold;
	margin: 30px;
	/*color: #fff;*/
	letter-spacing: 0.2em;
}
.cp-title-date .date {
	line-height: 2.0;
}
.cp-title2 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

/*.cp-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;/*線の上下位置*/
    /*display: inline-block;
    width: 70px;/*線の長さ*/
    /*height: 1px;/*線の太さ*/
    /*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    /*background-color: #fff;/*線の色*/
   /* border-radius: 2px;/*線の丸み*/
/*}*/
.page-bg ul li{
    width: 1100px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 40px;
    /*padding: 30px;*/
    /* box-shadow: 0 0 7px #edf1e5; */
    position: relative;
}
.box-title {
    color: #fff;
    width: 80px;
    margin-top: -40px;
    background-color: #71bb84;
    margin-right: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 10px;
}
.textbox {
    padding-left: 120px;
    padding-right: 30px;
    margin-top: -64px;
}
.box .text-1 {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.box .text-2 {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.box .plist-ttl {
    color: #ef8f97;
    background-color: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: 1px solid #ef8f97;
}
.box .text-3 {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    /*float: left;*/
}
.box .text-4 {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin: 20px 0 80px;
    float: left;
}
.itemname {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    clear: left;
    max-width: 750px;
    margin: 0 auto;
    display: table;
}
.itemname img {
    max-width: 40%;
    float: left;  
    padding: 10px 20px;
    margin-left: 30px;
    margin-top: 20px;
    height: 228px;
    display: table-cell;
    vertical-align: middle;
    object-fit: contain;
}
.itemname .item {
    float: right;
    padding: 30px;
    margin-right: 20px;
    width: 400px;
}
.itemname .item2 {
    float: right;
    padding: 0px 50px 50px 0;
    margin-right: 20px;
    width: 400px;
}
.itemname .name {
    margin: 30px 0px;
    text-align: center;
    line-height: 1.5em;
}
.itemname .cart {
    color: #cf523a;
    border: solid 1px #cf523a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 45px;
    position: relative;
    letter-spacing: 0.1em;
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.itemname .cart a {
    color: #cf523a;
    margin: 0 auto;
}
.itemname .itemsub {
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 50px;
    color: #ffffff;
    background-color: #e9aaa2;
    padding: 8px 20px;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: normal;
}
.itemname .info {
    padding: 8px 40px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: normal;
}
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInbottom {
    -webkit-animation-name: fadeInbottom;
    animation-name: fadeInbottom;
}
@keyframes fadeInbottom {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-btn a {
    width: 90%;
    margin: 20px 5%;
    background-color: #ef8f98;
    padding: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
}
.product-btn a:link { color: #fff; text-decoration: none; }
.product-btn a:visited { color: #fff; text-decoration: none; }
.product-btn a:hover   { color: #fff; text-decoration: none; background-color: #ef8f98;}
.product-btn a:active { color: #fff; text-decoration: none; background-color: #ef8f98;}
.apply {
    margin-top:1em;
    product-height: 1.4;
}
.box .text-1.desc-txt {
    line-height: 1.8;
    margin-top: 10px;
}


@media screen and (max-width: 767px){
.page-bg {
    max-width: 100%;
    /*padding-bottom: 20px;*/
    margin-bottom: 70px;
	margin-top: 40px;
}
.page-bg ul {
    width: 100%;
    /*background-color: #ffffff;*/
    margin: 0 auto;
    /*padding-bottom: 10px;*/
}
.page-bg ul li {
    width: 85%;
    margin-bottom: 40px;
    padding: 30px 14px 20px
}
.topimg {
    max-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
.topimg img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -10px;
}
.topimg .list {
    margin-left: 15px;
    padding: 80px 0 30px;
}
.topimg .text-2 {
    font-size: 18px;
    margin-right: 0;
}
.topimg .text-3 {
    font-size: 10px;
}
	.message {
		margin: 0 15px 70px;
	}
	.toptext_ttl {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.toptext {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
.cp-title {
    font-size: 18px;
    font-weight: 600;
    /*margin-bottom: 30px;*/
}
.cp-title-date .toptext {
    font-size: 13px;
}
.cp-title-date {
    font-size: 15px;
	margin-bottom: 40px;
}
	.cp-title-date .cpttl {
    font-size: 13px;
	margin-bottom: 70px;
		padding: 5px 14px;
}
.cp-title img {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cp-title2 {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 60px;
    padding: 0 15px;
    line-height: 1.7;
}
.topimg .date {
    font-size: 16px;
    /*margin-bottom: 60px;*/
    margin-top: 20px;
}
.topimg .date:after {
    border-top: 1px solid;
    margin-left: 2rem;
}
.topimg .snsinfo {
    font-size: 14px;
    margin: 20px;
}
.topimg .igtvinfo {
    font-size: 14px;
}
.topimg .igtvinfo_t {
    font-size: 14px;
    margin: 20px 120px;
}
.igtv {
    margin: 0 auto;
    max-width: 100%;
}
.box-title {
    font-size: 16px;
    padding: 10px 10px;
}
.textbox {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 30px;
}
.textbox .list {
    float:none;
}
.box .text-1 {
    font-size: 16px;
    letter-spacing: 0.05em;
}
.box .text-2 {
    font-size: 11px;
}
.box .plist-ttl {
    font-size: 15px;
    margin-right: 0px;
}
.box .text-3 {
    font-size: 10px;
}
.itemname {
    max-width: 100%;
}
.itemname img {
    max-width: 80%;
    margin: 0 auto;
    float: none;
}
.itemname .item {
    margin-right: 0px;
    padding: 0;
    width: 90%;
    float: none;
    margin: 0 auto;
}
.itemname .item2 {
    float: none;
    padding: 10px;
    margin-right: 0px;
    max-width: 90%;
    margin: 0 auto;
}
.itemname .name {
    margin: 10px 0px 30px;
    text-align: center;
    line-height: 1.5em;
}
.itemname .cart {
    display: flex;
    align-items: center;
    height: 45px;
    position: relative;
    letter-spacing: 0.1em;
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.itemname .itemsub {
    max-width:80%;
    font-size: 16px;
}
.itemname .info {
    padding: 8px 40px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: normal;
}
.product-btn a {
    font-size: 14px;
    width: 100%;
    margin: 0;
}
.box .text-1.desc-txt {
    text-align: left;
    font-size: 14px;
}
.box .text-1.desc-txt .desc-ttl {
    text-align: center;
    display: block;
}

   }

/*SNSキャンペーン*/
.sns-bg {
    /*padding-top: 50px;*/
}
.table {
    text-align: center;
    margin: auto;
}
.box-summary {
    margin: auto;
    font-size: 16px;
    background-color: #fff;
    border-radius: 7px;
    width: 1000px;
    height: 500px;
    overflow: scroll;
    white-space: normal;
    overflow-y: scroll;  /*縦方向はスクロール可*/
    overflow-x: hidden;  /*横方向はスクロール不可*/
    box-shadow: 0 0 10px rgba(41,99,103,.15);
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-bottom: 200px;
}

/* スクロールの幅の設定 */
.box-summary::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
.box-summary::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.box-summary::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #3c3c3c;
}
.box-summary dl dt.summary-title {
    margin: 30px;
    font-size: 1.8rem;
    font-weight: 700;
}
.box-summary dl dt {
    color: #3c3c3c;
    margin: 30px 20px 5px 30px;
    font-weight: bold;
    line-height: 1.5em;
}
.box-summary dd {
    color: #3c3c3c;
    margin: 10px 20px 5px 30px;
    line-height: 1.5em;
}
.box-summary dl dd.list-num {
    margin-bottom: 10px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.space-top {
margin-top: 50px;
}

/* サイト内移管追加分 */
.table-wrapper{
    padding-top: 200px;
	padding-bottom: 200px;
    /*margin-bottom: 200px;*/
    text-align: center;
    background-color: #e6f7ff;
	/*background: linear-gradient(94deg, rgb(223 239 245), rgb(249 221 242));*/
}

@media screen and (max-width: 767px){
.table-wrapper {
    padding-top: calc(150 *(100vw / 750));
    text-align: center;
    padding-bottom: 0;
}
img {
    width: 100%;
}
.box-inner {
    width: 96%;
    height: auto;
    margin: auto;
}
.box-summary {
    font-size: 1.8rem;
    width: 90%;
    height: 350px;
    -webkit-box-shadow: 0 0 10px rgba(41,99,103,.15);
    box-shadow: 0 0 10px rgba(41,99,103,.15);
	margin-bottom: 120px;
}
.box-summary dl dt.summary-title {
    margin: 30px;
    font-size: 1.2rem;
    font-weight: 700;
}
.box-summary dl dt {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.5em;
}
.box-summary dd {
    font-size: 0.8rem;
    line-height: 1.5em;
}

/* スクロールの幅の設定 */
.box-summary::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}

/* スクロールの背景の設定 */
.box-summary::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.box-summary::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #3c3c3c;
}
        }


/* サイト内移管追加分 END */

/* 商品掲出 */
.product-col {
  margin-top: 70px;
}
.product-col.p-top {
  margin-top: 20px;
}
.product-area {
  width: 46%;
}
.product-area-1column-center {
  width: 46%;
}
.product-area-1column {
  width: 46%;
  float: left;
}
.product-area:first-child {
  float: left;
}
.product-area:last-child {
  float: right;
}
.product-ttl {
  text-align: center;
  background-color: #ef8f97;
  padding: 10px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  font-size: 14px;
}
.product-img {
    width: 80%;
    margin: 30px auto;
}
.product-img a {
    transition: all .3s ease .1s;
    display: block;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
}
.cp-product a .cp-img img,
.cp-link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.product-img a:hover,
.cp-product a .cp-img img:hover,
.cp-link:hover {
    opacity: 0.6;
}
.product-link {
  text-align: center;
  margin-top: 1.5em;
}
.product-link a:link {
  text-decoration: underline;
  font-weight: bold;
}
.product-desc{
    font-size: 14px;
    line-height: 1.8;
}
.product-desc span {
  font-size: 0.8em;
}

.chartbanner {
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 80px;
	margin-top: -80px;
}
.chartimg {
	margin: 80px 0px;
}
.chartimg_pc {
	width: 50%;
	display: flex;
	padding-left: 65px;
	/*flex-wrap: wrap;*/
}
.chartimg_pc img {
	padding: 0 10px 30px 0; 
}
.chartimg_pc img .rightpc {
	padding: 0 30px 10px 0; 
}
@media screen and (max-width: 767px){
.chartbanner {
	margin-top: -40px;
}
	.chartimg {
		margin: 40px 0px;
	}
	.chartimg_pc {
	display: none;
}
}

/*第1〜3弾*/
.cp-sec-1 {
    background-color: #fffcf0;
    padding: 120px 0 ;
}
.cp-sec-1 ul.cp li,
.cp-sec-2 ul.cp li,
.cp-sec-3 ul.cp li {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 100px 0 0;
    position: relative;
}
.page-bg ul li {
    width: 85%;
    margin-bottom: 40px;
    padding: 30px 14px 20px
}
.cp-sec-2 ul.cp .silk li {
    width: 100%;
    background-color: transparent;
    margin-bottom: 60px;
    position: relative;
}
.cp-sec-2 ul.cp li.howto__list--1,
.cp-sec-2 ul.cp li.howto__list--2 {
    margin: 0 20px;
}
.cp-sec-2 {
    background-color: #f6f4f5;
    /*background: linear-gradient(135deg, #f8fcfe 0%, #dce9f2 55%, #fdfbfd 65%, #fbeff8 100%);*/
    padding: 0;
}
.cp-sec-2.silk {
    background-color: #fff;
    /*background: linear-gradient(135deg, #f8fcfe 0%, #dce9f2 55%, #fdfbfd 65%, #fbeff8 100%);*/
    padding: 0;
}
.cp-sec-3 {
    background-color: #fff9f5;
    padding: 120px 0;
}
.cp-num {
    position: absolute;
    width: 180px;
    height: 180px;
    color: #fff;
    font-weight: bold;
    top: 2225px;
    left: -45px;
    border-radius: 150px;
    z-index: 10;
}
.cp-num span {
    display: block;
    width: 10em;
    height: 4.6em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}
.cp-num span.nco {
    display: block;
    width: 6em;
    height: 2.4em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}
.cp-date {
    /* margin-left: 80px; */
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    padding: 2em 0 1em;
	letter-spacing: 0.1em;
}
.cp-date-info {
    font-size: 12px;
    text-align: center;
    padding: 0 0 2em;
	letter-spacing: 0.1em;
}
.cp-date2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-align: center;
	margin: 30px 0 50px;
}
.cp-col {
  margin-top: 70px;
}
/*.cp-area-product {
    float: left;
    width: 60%;
}*/
div.cp-product {
  width: 45%;
  float: left;
  margin-right: 5%;
  background-color: #fff;
  box-sizing: border-box;
}
/*div.cp-product:last-of-type {
  margin-right: 0;
}*/
.cp-ttl {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 14px 0 20px 80px;
}
.cp-img {
    width: 80%;
    margin: 0px auto;
}
div.cp-product-single {
  width: 100%;
  margin-right: 5%;
  background-color: #fff;
  box-sizing: border-box;
  display: table;
}
div.cp-area a {
    transition: all .3s ease .1s;
    display: block;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
}
div.cp-area a:hover {
    opacity: 0.6;
}
.cp-link {
    text-align: center;
    font-size: 13px;
    padding-top: 1em;
}
.cp-desc{
    line-height: 2;
    clear: both;
    font-size: 18px;
    margin: 30px 80px 20px;
	text-align: center;
}
.cp-desc span {
  font-size: 0.8em;
}
.mvuv .cp-desc{
    margin: 8px auto;
    text-align: center;
}
div.cp-product-single .cp-img {
    width: 45%;
    display: table-cell;
    margin: 0px auto;
}
div.cp-product-single .cp-link {
    display: table-cell;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 0;
}
div.cp-product-single .cp-link span {
    display: block;
    padding: 8px 0;
    font-weight: normal;
}
div.cp-product-single .cp-link span.start {
    font-size: 0.8em;
}
.cp-area-sns {
    float: left;
    width: 40%;
}
.cp-area-sns a {
    display: block;
}
.cp-sns-ttl {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 1em;
}

.cp-sec-1 .cp-area-sns a {
    border: 1px solid #b8950b;
}
.cp-sec-1 .cp-num {
    background-color: #f99325;
}
.cp-sec-1 .cp-date {
    color: #b8950b;
}
.cp-sec-1 .cp-sns-ttl {
    color: #b8950b;
}
.cp-sec-2 .cp-area-sns a {
    border: 1px solid #ee86b4;
}
.cp-num {
    background-color: #d4a478;
}
.cp-sec-2 .cp-date {
    color: #e0798a;
}
.silk .cp-date {
    margin-top: 1em;
}
.cp-sec-2 .cp-sns-ttl {
    color: #f99325;
    color: #ee86b4;
}
.cp-sec-3 .cp-area-sns a {
    border: 1px solid #f08c5b;
}
.cp-sec-3 .cp-num {
    background-color: #f08c5b;
}
.cp-sec-3 .cp-date {
    color: #f08c5b;
}
.cp-sec-3 .cp-sns-ttl {
    color: #f08c5b;
}

/*HOWTOUSE
.n-cts-product .howto {
  background-image: url(../img/howto_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.n-cts-product .howto__ttl {
  font-size: 26px !important;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
}

.n-cts-product .howto__subttl {
  font-size: 12px;
  line-height: 2.3;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 35px;
}

.n-cts-product .howto__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.n-cts-product .howto__step-img {
  max-width: 70px;
  max-height: 70px;
  display: block;
  margin-bottom: 10px;
	float: left;
}

.n-cts-product .howto__item-img {
  max-width: 265px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
	padding-top: 30px;
	margin-right: 120px;
}

.n-cts-product .howto__item-img2 {
  max-width: 300px;
  margin-bottom: 10px;
}

.n-cts-product .howto__item-img3 {
  max-width: 193px;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}

.n-cts-product .howto__illust {
  max-width: 300px;
}

.n-cts-product .howto__list--1 {
  background-color: #fff;
  width: 100%;
  max-width: 380px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 20px 65px;
  -webkit-box-shadow: 0px 0px 10px 10px #f5f5f4;
  box-shadow: 0px 0px 10px 10px #f5f5f4;
}
.n-cts-product .howto__list--2 {
  background-color: #fff;
  width: 100%;
  max-width: 380px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 20px 65px;
  -webkit-box-shadow: 0px 0px 10px 10px #f5f5f4;
  box-shadow: 0px 0px 10px 10px #f5f5f4;
}


.n-cts-product .howto__list-wrap1 li {
	margin-right: 50px;
}

/*.n-cts-product .howto__list--2 {
  background-color: #fff;
  max-width: 380px;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 0px 10px 10px #f5f5f4;
  box-shadow: 0px 0px 10px 10px #f5f5f4;
  border-radius: 5px;
}*/

.itemlist {
	/*margin: 80px 0;*/
	padding-bottom: 80px;
}
.n-cts-product .howto__list-inner-1 {
  max-width: 265px;
}

.n-cts-product .howto__list-inner-2 {
  max-width: 265px;
  /* padding: 35px 10px;
  border: 1px dotted #d2d2d2;
  margin-top: 13px;
  position: relative;
 margin-left: 10px;*/
}

.n-cts-product .howto__list--1 .arrow-pc {
    width: 41px;
    position: absolute;
    right: -10%;
    top: 45%;
    z-index: 100;
}

.n-cts-product .howto__text-disc{
  font-size: 10px;
  text-align: left;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  .n-cts-product .step__color-img--1{
    width: 500px;
  }

  .n-cts-product .step__color-img--2{
    width: 500px;
  }

  .n-cts-product .main-top__inner {
    height: 500px;
  }

  .main-top__text{
    margin-left: 100px;
  }

  .n-cts-product .howto__list--1{
    display: block;
    width: 100%;
    max-width: 730px;
    margin-left: 25px;
  }

  .n-cts-product .howto__list-inner-1{
    float: left;
  }

  .n-cts-product .howto__list-inner-2{
    float: left;
    margin-left: 20px;
	  padding-top: 30px;
  }

  .n-cts-product .howto__list--2 {
    float: left;
    margin-right: 25px;
  }

  .n-cts-product .arrow-pc {
    width: 41px;
    position: absolute;
    right: -18%;
    top: 45%;
  }

  .n-cts-product .howto__illust {
    max-width: 300px;
    max-height: 80px;
  }

  .n-cts-product .howto__text-disc{
    font-size: 8px;
  }
}

.n-cts-product .howto__list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.n-cts-product .howto__list-txt-2 {
  max-width: 105px;
}

.n-cts-product .howto__list-txt-2 > img {
  display: inline;
}

.n-cts-product .howto__text p:nth-child(1),
.n-cts-product .howto__text p:nth-child(2) {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #333333;
  text-align: center;
	padding: 15px;
}

.n-cts-product .howto__text p span { 
	font-size: 10px;
	line-height: 1.4;
	font-weight: normal;
}

.n-cts-product .howto__text .botton {
	font-size: 12px;
	padding: 5px 0;
	/*background-color: #000;*/
	margin-top: 30px;
	/*color: #fff;*/
	text-decoration: underline;
}
.n-cts-product .howto__text p:nth-child(2) {
  background-color: #fdefe1;
  margin-bottom: 20px;
  font-weight: 600;
}

.n-cts-product .howto__text ol li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.075em;
	text-align: left;
	padding: 5px 0 0 20px;
	inline-size: auto;
}

.n-cts-product .howto__text ol li:nth-child(1)::before {
  content: '1.';
  position: absolute;
  left: 0;
}

.n-cts-product .howto__text ol li:nth-child(2)::before {
  content: '2.';
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 625px) {
  .n-cts-product .howto {
    padding: calc(100 * (100vw / 750)) 0;
  }
  .n-cts-product .howto__ttl {
    font-size: calc(42 * (100vw / 750)) !important;
    line-height: calc(54 * (100vw / 750)) !important;
  }
  .n-cts-product .howto__subttl{
    font-size: calc(20 * (100vw / 750));
    line-height: calc(28 * (100vw / 750));
  }
  .n-cts-product .howto .arrow-pc {
    top: 108%;
    left: 42%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .n-cts-product .howto__item-img {
    /*max-width: calc(60 * (100vw / 750));*/
    margin-bottom: calc(30 * (100vw / 750));
    margin-top: calc(-110 * (100vw / 750));
  }
  .n-cts-product .howto__item-img2 {
    max-width: calc(750 * (100vw / 750));
  }
  .n-cts-product .howto__item-img3 {
    max-width: calc(193 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
  }
  .n-cts-product .howto__list-inner-2 {
    /*margin-top: calc(60 * (100vw / 750));
    padding: calc(35 * (100vw / 750)) calc(25 * (100vw / 750));*/
  }
  .n-cts-product .howto__text p:nth-child(1),
  .n-cts-product .howto__text p:nth-child(2) {
    font-size: calc(22 * (100vw / 750));
    line-height: calc(50 * (100vw / 750));
    letter-spacing: 0.15em;
    color: #333333;
    text-align: center;
  }
  .n-cts-product .howto__text p:nth-child(2) {
    background-color: #fdefe1;
    margin-bottom: calc(20 * (100vw / 750));
    font-weight: 600;
  }
  .n-cts-product .howto__text ol li {
    font-size: calc(22 * (100vw / 750));
    line-height: calc(44 * (100vw / 750));
    color: #333333;
    letter-spacing: 0.075em;
  }
  .n-cts-product .howto__illust {
    max-width: calc(750 * (100vw / 750));
  }
  .n-cts-product .howto__list-wrap{
    /*width: 90%;*/
    margin: 0 auto;
  }
  .n-cts-product .howto__list-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .n-cts-product .howto__list--1 {
    padding: calc(25 * (100vw / 750)) calc(25 * (100vw / 750)) calc(65 * (100vw / 750));
    margin-bottom: calc(40 * (100vw / 750));
  }
  .n-cts-product .howto__list--2{
    max-width: 100%;
  }
  .n-cts-product .howto__text-disc{
    font-size: 8px;
  }
	.itemlist {
	/*margin: 80px 0;*/
	padding-bottom: 0px;
}
}

/*HOWTOUSE終わり*/
/*直美さんcts*/
/*.cp-sec-2 ul.cp.n li {
    padding: 0;
    margin-bottom: 80px;
}*/
.n-cts-top img {
    max-width: 1100px;
    width: 83%;
    margin: 0 auto;
	/*padding-top: 80px;*/
}
/*.cp-sec-2 ul.cp.n li div {
    position: relative;
}*/
.cp-n-ttl {
    position: absolute;
    top: 52px;
    right: 86px;
    font-weight: bold;
    font-size: 22px;
}
.cp-sec-2 ul.cp.n li img.n-cts-img {
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px 10% 60px;
}
.cp-sec-2 ul.cp.n .n-cts {
    width: 100%;
    box-sizing: border-box;
    /*padding: 120px 10% 0px;*/
}
.cp-sec-2 ul.cp.n .n-cts.wc {
    padding: 0px 2% 40px;
}
.cp-sec-2 ul.cp.n .n-cts.wc img {
    max-width: 100%;
}
/*.cp-sec-2 ul.cp.n .n-cts:before {
    position: absolute;
    background: url(../img/img_08.png) no-repeat;
    background-size: 400px auto;
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    top: 0;
    right: 0;
    transform: rotate(-45deg);
}*/
/*.cp-sec-2 ul.cp.n .n-cts:after {
    position: absolute;
    background: url(../img/img_07.png) no-repeat;
    background-size: 768px auto;
    content: "";
    display: block;
    width: 768px;
    height: 480px;
    top: 380px;
    right: -90px;
}*/
.cp-sec-2 ul.cp.n li img.n-cts-read {
    width: 220px;
}
.cp-sec-2 ul.cp.n.mvuv li img.n-cts-read {
    width: 100%;
}
.cp-sec-2 ul.cp.n .recommended {
	margin-top: 100px;
}
.cp-sec-2 ul.cp.n .n-cts-ttl {
    padding: 70px 0 20px;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 5px;
}
.cp-sec-2 ul.cp.n.mvuv .n-cts-ttl {
    text-align: center;
    font-size: 28px;
    padding-top: 70px;
}
.cp-sec-2 ul.cp.n.mvuv .n-cts-subttl {
    text-align: left;
    font-size: 22px;
    padding: 0 0 10px;
    font-weight: bold;
	text-align: center;
}
.cp-sec-2 ul.cp.n .n-cts-txt {
    line-height: 1.6;
    margin-bottom: 4em;
    letter-spacing: 2px;
	text-align: center;
}
.cp-sec-2 ul.cp.n .n-cts-txt_2 {
    line-height: 2.6;
    margin-bottom: 1em;
    letter-spacing: 3px;
	text-align: center;
}
.cp-sec-2 ul.cp.n .n-cts-txt span {
    font-size: 0.7em;
}
.cp-sec-2 ul.cp.n .n-cts-txt-point {
    background-color: #f7c3b5;
    border-radius: 25px;
    padding: 5px 35px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0.15em;
    text-align: center;
}
.cp-sec-2 ul.cp.n .n-cts-product {
    padding: 40px 10%;
    /*background-color: #f9f9fa;*/
    display: table;
	margin: 0 auto;
    position: relative;
}
.cp-sec-2 ul.cp.n .n-cts-product2 {
    /*padding: 40px 10%;*/
    /*background-color: #f9f9fa;*/
    /*display: table;*/
	width: 50%;
	/*margin: 0 auto;*/
    float: left;
}
.cp-sec-2 ul.cp.n .n-cts-product .container-inner {
	display: contents;
}
.cp-sec-2 ul.cp.n li img.n-cts-product-img {
    display: table-cell;
    margin: 60px;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0 0 70px;
    background-color: #fff;
}
.cp-sec-2 ul.cp.n li img.n-cts-product-img2 {
    display: table-cell;
    margin: 60px;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0 0 70px;
    background-color: #fff;
}
.cp-sec-2 ul.cp.n li .column3 img.n-cts-product-img {
    margin: 0 0 0 60px;
}
.cp-sec-2 ul.cp.n li .column3 img.n-cts-product-img.last {
    margin: 0 30px;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea {
    display: table-cell;
    padding: 30px 100px 30px 50px;
    vertical-align: middle;
    width: 650px;
	text-align: left;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea2 {
    display: table-cell;
    padding: 30px 70px 80px;
    vertical-align: middle;
    width: 50%;
}
.cp-sec-2 ul.cp.n .column3 .n-cts-product-txtarea {
    padding: 30px 30px 50px 0;
    width: 33%;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-icon {
    font-size: 13px;
    /*font-weight: bold;*/
    margin-bottom: 0.5em;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #fff;
    max-width: fit-content;
	padding: 5px 15px;
    background-color: #e4007f;
    border-radius: 50px;
	/*background: linear-gradient(94deg, rgb(223 239 245), rgb(249 221 242));*/
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-ttl {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.8;
    letter-spacing: 2px;
    /*color: #fff;*/
    max-width: fit-content;
	padding: 3px 15px;
    /*background-color: #e64a3c;
    border-radius: 50px;*/
	border: solid 1px;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea2 .p-ttl {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.8;
    letter-spacing: 3px;
    color: #fff;
    max-width: fit-content;
	padding: 5px 15px;
    background-color: #f99325;
    border-radius: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-name {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
	/*text-align: center;*/
	padding-bottom: 2px;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea .cate-name {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 0.8em;
    font-weight: bold;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea2 .p-name {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
	text-align: center;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea2 .cate-name {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 0.8em;
    font-weight: bold;
	text-align: center;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea2 .p-desc {
    font-size: 13px;
	margin-bottom: 1em;
}
.cp-sec-2 ul.cp.n .column3 .n-cts-product-txtarea .p-name {
    text-align: center;
    padding-left: 90px;
    padding-top: 20px;
}
.cp-sec-2 ul.cp.n .column3 .n-cts-product-txtarea .p-name.last {
    padding-left: 30px;
}
.cp-sec-2 ul.cp.n .column3 .n-cts-product-txtarea .p-name-cp {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0.8em;
    font-weight: bold;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-desc {
    font-size: 13px;
    margin-bottom: 1em;
    line-height: 1.5;
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-price {
    font-size: 15px;
    margin-bottom: 1em;
	/*text-align: center;*/
}
.cp-sec-2 ul.cp.n .n-cts-product-txtarea2 .p-price {
    font-size: 13px;
    margin-bottom: 1em;
	text-align: center;
}
.n-cts-product2 .n-cts-product-txtarea2 .p-price {
    font-size: 13px;
    margin-bottom: 1em;
	text-align: center;
}
.p-price .linethrough{
    text-decoration: line-through 1px solid #ed6058;
}
.p-price .cp-price{
    font-size: 1.5em;
}
#bagsetprice {
	color: #ed6058;
	font-weight: bold;
}
.n-cts-product.column3 {
    display: block;
}
span.txt-s {
    font-size: 0.8em;
}
span.txt-b {
    font-size: 1.2em;
    font-weight: bold;
}
span.marker {
    background: linear-gradient(transparent 60%, #fef7ca 60%);
}
.cp-sec-2 ul.cp.n.mvuv .mvuv-area {
/*display: table;*/
    vertical-align: middle;
    margin: 20px 0 70px;
}
.cp-sec-2 ul.cp.n.mvuv .mvuv-cts {
    display: table-cell;
    vertical-align: middle;
}
.cp-sec-2 ul.cp.n.mvuv .mvuv-cts.l {
    padding-right: 40px;
}
.cp-sec-2 ul.cp.n.mvuv .mvuv-cts.r {
    width: 52%;
}
.txt-c {
    text-align: center;
}
.txt-swp {
    background-color: #e8e7ff;
    padding: 30px 0;
    max-width: 780px;
    margin: 0 auto;
}
.txt-swp span {
    color: #6661da;
}
.txt-base {
    background-color: #ffe7ef;
    padding: 30px 0;
    max-width: 780px;
    margin: 0 auto;
}
.txt-base span {
    color: #ff799e;
}
.plus {
    display: table-cell;
    vertical-align: middle;
}
.cp-table {
    display: table;
}
.cp-sec-2 ul.cp.n .cp-table .n-cts-product {
    padding: 40px 0;
    display: table;
    width: 90%;
    margin: 0 auto 3em;
}
.cp-sec-2 ul.cp.n .cp-table .n-cts-product.swp {
    background-color: #e8e7ff;
}
.cp-sec-2 ul.cp.n .cp-table .n-cts-product.base {
    background-color: #ffe7ef;
}
.cp-sec-2 ul.cp.n .cp-table .n-cts-product-txtarea {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}
.cp-sec-2 ul.cp.n li .cp-table img.n-cts-product-img {
    display: table-cell;
    margin: 0 auto;
    box-sizing: border-box;
    width: 90%;
    padding: 10px;
    background-color: #fff;
}
.cp-sec-2 ul.cp.n .cp-table .n-cts-product-txtarea .p-name {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0.8em auto;
    font-weight: bold;
    text-align: center;
}
.cp-date.cp-02-ttl {
    padding: 1em 0 2em;
}
@media screen and (max-width: 767px){
/*  img {
    width: 100%;
  }*/
  .product-col {
    box-sizing: border-box;
    padding: 0 5%;
  }
  .product-area-1column,
  .product-area:first-child,
  .product-area:last-child,
  .product-area-1column-center {
    float: none;
    margin: 70px auto 0;
    width: 90%;
  }
  .p-top .product-area-1column,
  .p-top .product-area:first-child,
  .p-top .product-area:last-child,
  .p-top .product-area-1column-center {
    margin: 20px auto 0;
  }
  .product-col,
  .product-col.p-top {
      margin-top: 0px;
  }
  .product-link a:link {
    font-size: 14px;
  }
  .product-img a:hover {
    opacity: unset;
  }

  .cp-sec {
    padding: 0;
  }
  .cp-sec-1 ul.cp li,
  .cp-sec-2 ul.cp li,
  .cp-sec-3 ul.cp li {
    width: 100%;
    padding: 50px 0px 30px;
  }
  .cp-num {
    width: 100px;
    height: 100px;
    top: -2795px;
    left: -7px;
    border-radius: 140px;
  }
  .cp-date {
    /*margin-left: 24px;*/
    font-size: 17px;
  }
	.cp-date2 {
    font-size: 20px;
		margin: 0 0 50px;
  }
  .cp-date.cp-02-ttl {
    margin-left: 0;
  }
  .cp-area-product,
  .cp-area-sns {
    float: none;
    width: 100%;
    clear: both;
  }
  .cp-ttl {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px 0 20px;
  }
  .cp-sns-ttl {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
  }
  .cp-desc {
    padding: 0;
    font-size: 14px;
	  font-weight: bold;
    margin: 8px 0px 0px;
  }
  .cp-desc.txt-swp,
  .cp-desc.txt-base {
    padding: 10px 0;
    width: 88%;
    margin: 0 auto;
  }
  .txt-swp span {
    line-height: 1;
  }

  div.cp-product {
    width: 47.5%
  }
  div.cp-product:last-of-type {
    float: right;
    margin-right: 0;
  }
  .cp-link {
    font-size: 11px;
    padding: 8px 0 20px;
  }
  .cp-num span {
    font-size: 10px;
  }
  .cp-num span.nco {
    font-size: 13px;
  }
  .cp-img {
    width: 90%;
  }

  .n-cts-top {
    /*padding-bottom: 60px;*/
  }
  .cp-n-ttl {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  .cp-sec-2 ul.cp.n li img.n-cts-img {
    padding: 0 6% 20px;
  }
  .cp-sec-2 ul.cp.n .n-cts {
    /*padding: 0px 6% 0px;*/
  }
  .cp-sec-2 ul.cp.n li img.n-cts-read {
    width: 190px;
  }
	.cp-sec-2 ul.cp.n .recommended {
	margin-top: 0px;
}
  .cp-sec-2 ul.cp.n .n-cts-ttl {
    padding: 18px 0;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .cp-sec-2 ul.cp.n.mvuv .n-cts-ttl {
    font-size: 20px;
	  padding-top: 50px;
  }
  .cp-sec-2 ul.cp.n .n-cts-txt {
    line-height: 1.8;
    letter-spacing: 3px;
    font-size: 13px;
  }
	.cp-sec-2 ul.cp.n .n-cts-txt_2 {
    line-height: 1.8;
    letter-spacing: 3px;
    font-size: 13px;
		text-align: left;
  }
	.p-price .cp-price{
    font-size: 1.2em;
}
/*  .cp-sec-2 ul.cp.n .n-cts:before {
    position: absolute;
    background: url(../img/img_08.png) no-repeat;
    background-size: 160px auto;
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    top: 0;
    right: -30px;
    transform: rotate(-45deg);
  }*/
/*  .cp-sec-2 ul.cp.n .n-cts:after {
    position: absolute;
    background: url(../img/img_07.png) no-repeat;
    background-size: 384px auto;
    content: "";
    display: block;
    width: 384px;
    height: 240px;
    top: unset;
    bottom: 0;
    right: -18px;
    margin-bottom: -18px;
  }*/
  .cp-sec-2 ul.cp.n .n-cts-product {
    padding: 20px 5% 15px;
    /*background-color: #f9f9fa;*/
    display: block;
  }
	.cp-sec-2 ul.cp.n .n-cts-product2 {
    padding: 20px 5% 50px;
    /*background-color: #f9f9fa;*/
    display: block;
		width: 100%;
  }
  .cp-sec-2 ul.cp.n li img.n-cts-product-img {
    display: block;
    padding: 0px;
    margin: 10px auto;
	  width: 65%;
  }
	.cp-sec-2 ul.cp.n li img.n-cts-product-img2 {
    display: block;
    padding: 0px;
    margin: 10px auto;
		width: 100%;
  }
  .cp-sec-2 ul.cp.n li .column3 img.n-cts-product-img,
  .cp-sec-2 ul.cp.n li .column3 img.n-cts-product-img.last {
    margin: 0 auto;
    width: 100%;
  }
  .cp-sec-2 ul.cp.n .n-cts-product-txtarea {
    display: block;
    padding: 10px 4%;
    width: 100%;
  }
	.cp-sec-2 ul.cp.n .n-cts-product-txtarea2 {
    display: block;
    padding: 10px 4%;
    width: 100%;
  }
  .cp-sec-2 ul.cp.n .column3 .n-cts-product-txtarea {
    padding: 10px 30px;
    width: 100%;
  }
	.cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-icon {
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
		padding: 5px 25px;
		font-size: 12px;
  }
  .cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-ttl {
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
	  margin-bottom: 10px;
  }
  .cp-sec-2 ul.cp.n .column3 .n-cts-product-txtarea .p-name,
  .cp-sec-2 ul.cp.n .column3 .n-cts-product-txtarea .p-name.last {
    padding-left: 0px;
  }
  .cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-name,
	/*.cp-sec-2 ul.cp.n .n-cts-product-txtarea .cate-name,*/
  /*.cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-desc,*/
  .cp-sec-2 ul.cp.n .n-cts-product-txtarea .p-price {
    text-align: center;
	  margin-top: 10px;
	  font-size: 16px;
  }
	.cp-sec-2 ul.cp.n .n-cts-product-txtarea .cate-name {
		text-align: center;
	}
  div.cp-product-single .cp-link {
    font-size: 12px;
    letter-spacing: 1px;
  }
  div.cp-product-single .cp-link span {
    padding: 5px 0;
  }
  .product-img a:hover,
  .cp-product a .cp-img img:hover,
  .cp-link:hover {
    opacity: unset;
  }
  .cp-sec-2 ul.cp.n .column3 .n-cts-product-txtarea .p-name-cp {
    text-align: center;
  }
  .cp-sec-2 ul.cp.n.mvuv .mvuv-area {
    display: block;
    margin-top: 0;
  }
  .cp-sec-2 ul.cp.n.mvuv .mvuv-cts {
    display: block;
  }
  .cp-sec-2 ul.cp.n.mvuv .mvuv-cts.r {
    width: 100%;
  }
  .cp-sec-2 ul.cp.n.mvuv .mvuv-cts.l {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .cp-sec-2 ul.cp.n.mvuv .n-cts-subttl {
    font-size: 18px;
	  text-align: center;
  }
  .n-cts-top img {
    /*margin: 0 auto 20px;*/
  }

  .cp-table {
    display: block;
  }
  .cp-sec-2 ul.cp.n .cp-table .n-cts-product-txtarea {
      display: block;
      padding: 20px;
      vertical-align: middle;
  }
  .cp-sec-2 ul.cp.n .cp-table .n-cts-product {
      margin: 1em auto;
  }
  .plus {
      display: block;
      text-align: center;
  }
  .cp-sec-2 ul.cp.n li {
      /*margin-bottom: 16px;*/
  }
  .cp-sec-2 ul.cp.n li.cp-02-area {
      padding-bottom: 1em;
  }
  .cp-sec-2 ul.cp li.howto__list--1,
  .cp-sec-2 ul.cp li.howto__list--2 {
    margin: 0 auto 16px;
  }
  .n-cts-product .howto__list--1 .arrow-pc {
    width: 41px;
    position: absolute;
    top: unset;
    right: auto;
    bottom: -26px;
    z-index: 100;
    transform: rotate(90deg);
  }

}
@media screen and (max-width: 320px) {
  .cp-sec-2 ul.cp.n li img.n-cts-read {
    width: 150px;
  }
  .cp-sec-2 ul.cp.n .n-cts-ttl {
    font-size: 14px;
  }
  div.cp-product-single .cp-link {
    font-size: 10px;
  }
}



/* ==========================================================================
  Layout
  ========================================================================== */
.l-inner__l
{
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
/* ==========================================================================
  Object
  ========================================================================== */

/* Components
  ----------------------------------------------------------------- */

.fuwa {
    transform: translate(0, 50px);
    opacity: 0; /* 表示の濃さ */
}
.fuwa2 {
    transition: 1.5s; /* 表示の時間 */
    transform: translate(0, 0);
    opacity: 1.0;
}
.flow_ver02 {
	max-width: 1024px;
	margin: 0 auto;
}
.flow_ver02 {
	max-width: 1024px;
	margin: 0 auto;
}

.flow_txt_arr:not(:last-child) {
    margin-right: 30px;
}
.flow_txt_arr {
    float: left;
    width: calc(33.33333% - 20px);
}
.flow_txt_arr .txt {
    background-color: #e0798a;
	text-align: center;
    /*padding: 1.95rem 6%;*/
	letter-spacing: 0.15em;
    line-height: 100px;
    position: relative;
	height: 150px;
	padding: 20px;
}
.flow_txt_arr .txt .title {
	font-size: 17px;
	font-weight: bold;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	color: #ffffff;
	display:inline-block;
	vertical-align: middle;
	line-height:1.2;
}
.flow_txt_arr:not(:last-child) .txt::after {
    border-color: transparent transparent transparent #e0798a;
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0 1rem 18px;
    position: absolute;
    top: calc(50% - 1rem);
    left: 102%;
}
.flow_txt_arr .detail {
    background-color: #ffffff9e;
	padding: 16px 7% 24px;
	margin-bottom: 100px;
}
.flow_txt_arr .detail_txt {
	padding-top: 0 !important;
	font-size: 12px;
	}

@media screen and (max-width: 767px){
.flow_ver02 {
    padding: 20px 0 5px;
}
.flow_txt_arr:not(:last-child) {
    margin-right: 27px;
}
.flow_txt_arr {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}
.flow_txt_arr .txt {
	padding-bottom: 40px;
    height: auto;
}
.flow_txt_arr:not(:last-child)::after {
    border-color: #e0798a transparent transparent transparent;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    top: calc(100% + 20px - 7px);
    left: calc(50% - 9px);
}
.flow_txt_arr:not(:last-child) .txt::after {
	content: none;
}
.flow_txt_arr .detail{
    height: auto;
	margin-bottom: 10px;
}
}


/*シルクのちから追加*/
.silk__inner {
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.silk__feature-list {
  position: relative;
}

.silk__feature-list:nth-child(1) {
  width: 490px;
  position: relative;
  margin-top: 100px;
  margin-left: 120px;
}

.silk__feature-list:nth-child(1)::before {
  content: "";
  width: 140px;
  height: 140px;
  background-image: url(https://cefinecosmetics.co.jp/Page/LP/Make/silkwetpowder-refill/img/maru_bg.png);
  position: absolute;
  top: -30px;
  left: -6%;
  z-index: -1;
}

.silk__feature-list:nth-child(2) {
  width: 490px;
  position: relative;
  margin-top: 140px;
}

.silk__feature-list:nth-child(2)::before {
  content: "";
  width: 140px;
  height: 140px;
  background-image: url(https://cefinecosmetics.co.jp/Page/LP/Make/silkwetpowder-refill/img/maru_bg.png);
  position: absolute;
  top: -30px;
  left: -6%;
  z-index: -1;
}

.silk__feature-list:nth-child(3) {
  width: 395px;
  position: relative;
  margin-top: 140px;
  margin-left: 232px;
}

.silk__feature-list:nth-child(3)::before {
  content: "";
  width: 140px;
  height: 140px;
  background-image: url(https://cefinecosmetics.co.jp/Page/LP/Make/silkwetpowder-refill/img/maru_bg.png);
  position: absolute;
  top: -30px;
  left: -6%;
  z-index: -1;
}

.silk__feature-list-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #333333;
  text-align: left;
}

.silk__feature-list-txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0.2em;
  color: #333333;
  text-align: left;
}

.silk__img-1 {
  width: 450px;
}

.silk__img-detail {
  position: relative;
  height: 220px;
}

.silk__img-detail p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0.2em;
  color: #333333;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 40%;
}

.silk__img-2 {
  width: 320px;
  position: absolute;
  top: 0;
  left: 10%;
}

@media only screen and (max-width: 625px) {
  /*.silk {
    padding: calc(135 * (100vw / 750)) 0 calc(190 * (100vw / 750));
  }*/
  .silk .cp-date {
    margin-top: 0;
  }
  .silk__ttl {
    font-size: calc(42 * (100vw / 750)) !important;
    margin-bottom: calc(80 * (100vw / 750)) !important;
  }
  .silk__inner {
    width: 100%;
    max-width: calc(670 * (100vw / 750));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .silk__feature-list-ttl {
    font-size: calc(26 * (100vw / 750));
    font-weight: 600;
    line-height: calc(42 * (100vw / 750));
    letter-spacing: 0.2em;
    color: #333333;
    text-align: center;
  }
  .silk__feature-list-txt {
    font-size: calc(22 * (100vw / 750));
    font-weight: 300;
    line-height: calc(42 * (100vw / 750));
    letter-spacing: 0.2em;
    color: #333333;
    text-align: center;
  }
  .silk__img {
    position: relative;
    /*margin-bottom: calc(80 * (100vw / 750));*/
  }
  .silk__img.silktop {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .silk__img-1 {
    width: calc(560 * (100vw / 750));
    margin: 0 auto;
    display: block;
  }
  /*.silk__img-detail {
    position: absolute;
    bottom: -430%;
    left: 20%;
  }*/
  .silk__img-detail p {
    font-size: calc(20 * (100vw / 750));
    font-weight: 300;
    line-height: calc(30 * (100vw / 750));
    letter-spacing: 0.2em;
    color: #333333;
    text-align: center;
    position: static;
  }
  .silk__img-2 {
    position: static;
    display: block;
    width: calc(310 * (100vw / 750));
    margin: 0 auto;
  }
  .silk__feature-list {
    position: static;
  }
  .silk__feature-list:nth-child(1) {
    width: 100%;
    max-width: calc(590 * (100vw / 750));
    position: relative;
    margin: 0;
    margin-bottom: calc(140 * (100vw / 750));
  }
  .silk__feature-list:nth-child(1)::before {
    content: "";
    width: calc(170 * (100vw / 750));
    height: calc(170 * (100vw / 750));
    background-image: url(https://cefinecosmetics.co.jp/Page/LP/Make/silkwetpowder-refill/img/maru_bg.png);
    background-size: cover;
    position: absolute;
    top: -2%;
    left: 35%;
    z-index: -1;
  }
  .silk__feature-list:nth-child(2) {
    width: 100%;
    max-width: calc(590 * (100vw / 750));
    position: relative;
    margin: 0;
    margin-bottom: calc(140 * (100vw / 750));
  }
  .silk__feature-list:nth-child(2)::before {
    content: "";
    width: calc(155 * (100vw / 750));
    height: calc(155 * (100vw / 750));
    background-image: url(https://cefinecosmetics.co.jp/Page/LP/Make/silkwetpowder-refill/img/maru_bg.png);
    background-size: cover;
    position: absolute;
    top: -2%;
    left: 35%;
    z-index: -1;
  }
  .silk__feature-list:nth-child(3) {
    width: 100%;
    max-width: calc(590 * (100vw / 750));
    position: relative;
    margin: 0;
    margin-bottom: calc(140 * (100vw / 750));
  }
  .silk__feature-list:nth-child(3)::before {
    content: "";
    width: calc(155 * (100vw / 750));
    height: calc(155 * (100vw / 750));
    background-image: url(https://cefinecosmetics.co.jp/Page/LP/Make/silkwetpowder-refill/img/maru_bg.png);
    background-size: cover;
    position: absolute;
    top: -2%;
    left: 35%;
    z-index: -1;
  }
  .cp-sec-2 ul.cp .silk li {
    margin-bottom: 30px;
  }
}
