@charset "utf-8";

/*-- reset --*/
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,
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-weight:normal;
    font: inherit;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W6', Hiragino Kaku Gothic Pro, 'Helvetica Neue', YuGothic, Arial, 'メイリオ', Meiryo, sans-serif;
    vertical-align:bottom;
    text-size-adjust:none;  /*iphoneの自動fontsize調整のリセット*/
}
.plg_Raku2_LC_Page_Entry_Lp_New{margin:auto;}/*PCでの左寄せ対策*/
ol, ul {
	list-style: none;
}
.thinline_R {
    background: linear-gradient(transparent 90%, #c00 0%);
}

.white{color:#fff;}
.red{color:#e50f22;}
.yellow{color:#fff100;}
.bold{font-weight:600;}
.exbold{font-weight:900;}
.big{font-size:3rem;}
.more{font-size:2rem;}
.small{font-size:0.8em;}
.mt6{margin-top:6%;}
.mt3{margin-top:3%;}
.mb6{margin-bottom:6%;}
.mb3{margin-bottom:3%;}
.mtb10{margin:10% 0;}
.mtb20{margin:20% 0;}
.touten{letter-spacing: -0.5em}
img.img_justify{width:100%;}
.thinline_R {
    background: linear-gradient(transparent 90%, #c00 0%);
}
.thinline_Y {
    background: linear-gradient(transparent 60%, #fff100 0%);
}
.pc{display:block;}
.sp{display:none;}

h2{margin:20% auto;}
h2 img{
	width:100%;
	margin:0 auto;
}

body{
	width:100%;
	max-width:980px;
	margin:0 auto;
	border-right: thin solid #ccc;
	border-left: thin solid #ccc;
	border-top: none;
	border-bottom: none;
}
#container{
width:100% !important;
max-width:980px;
margin: 0 auto !important;
}

/*-- header --*/
header{
	width: 100%;
}

/*-- main --*/
main {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
	padding-bottom: 20px;
	text-align:center;
}
main img {width:100%;}
#container {padding:0 !important;}

/*-- Slick（スライダー） --*/
.slick_wrap{
	position: relative;
	margin:3% auto;
	padding:3% 6%;
}
.slick{
	width:80%;
	margin:0 auto;
}
/*スライド画像の横幅可変*/
.slick img {
		max-width: 100%;
		height: auto;
}
.slick-prev {
    left: 50px !important;
}
.slick-next {
    right: 65px !important;
}

/*左右の矢印の位置を変える*/
.slick-next {
		right: 20px;
		z-index: 99;
	}
.slick-prev {
		 left: 15px;
		z-index: 100;
	}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
	color: #fff;
}
/*矢印*/
.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.prev-arrow, .next-arrow {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.prev-arrow {
	left: -40px;
	border-left: 0 solid transparent;
	border-right: 15px solid #5F5F5F;
}
.next-arrow {
	right: -40px;
	border-right: 0 solid transparent;
	border-left: 15px solid #5F5F5F;
}
.slick-dotted.slick-slider {margin:0 auto !important;}


/*-- アニメGIF --*/
.agif_wrap {
    text-align: center;
    background: #d7f8ff;
    max-width: 704px;
    margin: auto;
}
.agif {
    width: 85% !important;
    margin: auto !important;
}
.agif_wrap2 {
    text-align: center;
    background: #d7f8ff;
    margin: auto;
}
.agif_wrap3 {
    text-align: center;
    background: #ffefd5;
    max-width:704px;
    margin: auto;
}

/*-- cvarea --*/
.cvarea{
  color:#fff;
  background:#000;
}
.cvarea_price{background:#fff;}
.cvarea_caution {
  width: 100%;
 line-height: 2;
  color: #fff;
  background: #000;
  font-size:1.2rem;
  font-weight: 600;
}
.cvarea_caution .border {
  border: 1px solid #fff;
  width: 90%;
  margin: 0 auto 20px;
}
.cvarea_caution a {
  color:#fff;
  display:inline;
}
.cv_cond {
  position:relative;
  width: 70%;
  margin: 2% auto;
  padding: 3% 0;
  color: #fff;
  background: #000;
  border:1px solid #fff;
}
.cv_cond h3{
	position:absolute;
	top:-7%;
	left:25.5%;
	font-size:1.2em;
	font-weight:600;
	background:#000;
	padding:0.5% 2%;
}
.checkbox {
    width: 85%;
    font-size: 1.1em;
    line-height: 180%;
    margin: 2% auto;
    padding: 3% 6%;
    color: #000;
    background: #c4c4c4;
    text-align: left;
}
.checkbox input {
	display: none
}
.checkbox ul {
	margin: 1% 0 0;
	padding: 1% 5%
}
.checkbox .checkbox-parts {
	font-size: 1em;
	padding-left: 20px;
	position: relative;
	margin-right: 20px
}
.checkbox .checkbox-parts:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: -10px;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	background:#fff;
}
.checkbox input:checked+.checkbox-parts:after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: -7px;
	width: 9px;
	height: 18px;
	transform: rotate(40deg);
	border-bottom: 3px solid #c00;
	border-right: 3px solid #c00
}
.bnrarea a, .bnrarea a img {
 width: 90%;
 margin:0 auto 30px;
 transition:.5s ease;
}
.bnrarea a:hover, .bnrarea a img:hover {
 filter:brightness(1.2);
 opacity:1.0;
}
.opp{
	font-size:1.4em;
	color:#fff100;
	margin:6% auto;
}
.cv_after{
	font-size:1.5em;
	font-weight:600;
	padding:6% 4%;
	background:#272727;
}


/*-- media --*/
.media .famous{
	width:96%;
	margin:0 auto;
	padding:5% 0;
	border:3px solid #eee;
}
.media .famous .red{
	font-size:1.5em;
	font-weight:600;
}
.famous_name{
	margin-bottom:5%;
}

/*-- secret --*/
.secret{
	background:#d7f8ff;
	margin-bottom:10%;
}
.secret h3{
	width:50%;
	font-size:2em;
	margin:0 auto;
	padding:1% 0;
	background:#fff;
}
.secret img{
	width:100%;
	margin:0 auto;
}
.domestic {margin-bottom:5%;}
p.domestic {font-size:1.2em;}

/*-- company --*/
.company{
	margin:20% auto 10%;
}

/*-- uservoice --*/
.uservoice{
	margin:10% auto 20%;
}

/*-- tips --*/
.tips{
	background:#a3dcff;
	padding-bottom:2%;
}
.tips h3{
	font-size:2rem;
	font-weight:600;
	margin:5% 0;
}
.tips .booster{
	font-size:1.1em;
	text-align:left;
	margin:3% auto;
	padding:3% 7%;
	background:#fff;
}

/*-- enquite --*/
.enquite{
	background:#e7e9eb;
}
.enquite img{
	width:90%;
	margin:15% auto 2%;
}

/*-- materials --*/
.materials{
	width:90%;
	border:2px solid ;
	margin:0 auto 10%;
	padding:3% 2%;
}

/*--seibun--*/
.seibun {
    width: 90%;
    line-height: 150%;
    background: rgba(249,249,249,1.00) none repeat scroll 0 0;
    color: #000000;
    font-size: 98%;
    text-align: left;
    margin: 10% auto;
    padding: 0px 8px 8px 8px;
    border: 1px solid rgba(199,199,199,1.00);
}
.seibun h5 {
    font-size: 108% !important;
    font-weight: bold!important;
    margin: 10px 0px 5px 0px!important;
    border-bottom: 1px solid rgba(188,188,188,1.00)!important;
}

/*フォーム
------------------------*/
.plg_Raku2_LC_Page_Entry_Lp_New #container #wrapper { max-width: 900px !important;}
.required_label {
    color: #fff !important;
    background: #e00;
    font-weight: 600;
}
#order input[type="button"], #order input[type="submit"] {transition:.5s ease;}
input, select {
  border-radius: 5px;
  padding: .5% 1%;
}
#calender_area {display:none;}
/*---- footer ----*/
footer{
	width:100%;
	color:#fff;
	background-color:#000;
	text-align:center;
	font-size:14px;
	margin:0;
	padding:5% 0;
}
footer .footerarea{
	width:90%;
	text-align: center;
	margin:5% auto 0;
	}
footer a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
}
footer a:hover{
 	text-decoration:underline;
  }

footer .caution{
	width:90%;
	text-align:left;
	border:thin solid #eee;
	margin:2% auto;
	padding:2%;
	font-size:0.9em;
	color:#eee;
	background-color:#000;
}

/*-- トップページへ戻る --*/
#gotop{
    position: fixed;
    right: 12%;
	bottom: 1%;
	text-align:right;
}
#gotop a{
    width: 50%;
    display: inline-block;
}
.gotop {
	margin-bottom:4px;
}

@media screen and (max-width:768px) {
	.pc{display:none;}
	.sp{display:block;}
	body{font-size:0.7em;}
	.big{font-size:2.5rem;}
	.slick{
		width:96%;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size:1.4rem !important;
	}
	.slick-prev{left:3px !important;}
	.slick-next{right:3px !important;}
	.slick-prev img, .slick-next img{
		width: 100%;
	}
	.cv_cond{
		width:96%;
		font-size: 1.3em;
	}
	.cv_cond h3{
		left:17.5%;
	}
	.checkbox{
		font-size:1em;
	}
	.cv_after{
		font--size:1.1em;
	}
	p.domestic {font-size:1em !important;}
	footer .footerarea{width:100%;}
	#gotop{right: 6%;}
	#gotop img {width: 95%;}
}

@media screen and (min-width:959px) {
	main{max-width:768px;}
}

/*--CVエリアButterflyテスト用--*/
.cvarea_test {
	background-color: #231816;
	margin:5% auto;
	padding:5% 0;
}
.cvarea_test img {
	width:100%;
	max-width:640px;
}
.cvarea_test .checkarea {
    color: #fff;
    font-size: 103%;
    padding: 2%;
    margin: 0 auto;
}
.cvarea_test .check {
    font-size: 120%;
    padding: 2%;
    margin: 2% 0;
    line-height: 200%;
    background-color: #ccc;
    color: #000;
}
.cvarea_test .check01 {
	text-align:left;
    border: 3px solid #fff;
    padding: 1%;
    margin: 0 auto;
}
.cvarea_test .honsuu {
    color: #dc0000;
    font-size: 125%;
    font-weight: bold;
}
.cvarea_test .hosho {
    width: 100%;
    padding: 2% 0;
    text-align: center;
    margin: 0 auto;
}
.cvarea_test .hosho p {
    font-size: 100%;
    width: 70%;
    color: #dc0000;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.2em;
    border: thin solid #dc0000;
    border-radius: 8px;
}
.cvarea_test a, .cvarea_test a img {
    -ms-transition: filter 0.5s ease-out;
    transition: filter 0.5s ease-out;
}
.cvarea_test a:hover, .cvarea_test a:hover img {
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
}

ul.image_list li {
  /* liが横並びになるようにします。 */
  display: inline-block;
}


@media screen and (min-width:0px) { 
    /*　画面サイズが0pxからはここを読み込む　*/
ul.image_list li .image_box {
  width: 150px;/*460*/
  height: 150px;/*460*/
  /* phase2 */
  /* チェックボックスの親要素にrelativeを指定しておきます。 */
  position: relative;

}
}

@media screen and (min-width:980px) { 
    /*　画面サイズが980pxからはここを読み込む　*/
ul.image_list li .image_box {
  width: 350px;/*460*/
  height:350px;/*460*/
  /* phase2 */
  /* チェックボックスの親要素にrelativeを指定しておきます。 */
  position: relative;

}
}

.image_box img.thumbnail {
  width: 100%;
  height: 100%;
  /* 画像にカーソルを合わせたときに、
  カーソルが指のマークになるようにします。 */
  cursor: pointer;
}
/* phase2 */
.image_box img.thumbnail.checked {
  /* チェックが入った状態だと、枠が表示されるようにします。 */
  /*border: 6px solid blue;*/
  /* 線をwidthとheightに含めるようにします。 */
  box-sizing: border-box;
  
}

@media screen and (min-width:0px) { 

.image_box .disabled_checkbox {
  /* チェックボックスの位置は絶対位置にします。 */
  position: absolute;
  /* チェックボックスは、親要素の右上から12pxの位置に配置します。 */
  top: 5px;/*17*/
  left: 10px;/*55*/
  /* チェックボックスを大きくします。 */
  transform: scale(2);
  /* チェック前は非表示にしておきます。 */
 display: none;
  /* チェックボックスにカーソルを合わせたときに、
  カーソルが指のマークになるようにします。 */
  cursor: pointer;
}}

@media screen and (min-width:980px) { 
.image_box .disabled_checkbox {
  /* チェックボックスの位置は絶対位置にします。 */
  position: absolute;
  /* チェックボックスは、親要素の右上から12pxの位置に配置します。 */
  top: 19px;/*17*/
  left: 47px;/*55*/
  /* チェックボックスを大きくします。 */
  transform: scale(3);
  /* チェック前は非表示にしておきます。 */
 display: none;
  /* チェックボックスにカーソルを合わせたときに、
  カーソルが指のマークになるようにします。 */
  cursor: pointer;
}}
/* 画像にcheckedクラスが指定された場合に、
チェックボックスのスタイルを定義します。 */
.image_box img.thumbnail.checked + .disabled_checkbox {
  /* 画像にcheckedクラスが指定されたときは、
  チェックボックスの非表示を解除します。 */
  display: block;
}

/*movie
------------------------*/
#movie {margin-top: 3.125%;}
#movie .inner620 {
  position: relative;
  height: 0;
  border: none;
  border-radius: 0;
  background: url(https://shop2.484364.com/user_data/packages/raku2pc/img/cosmetics/emulsion/170615/top_tv_01.png)0 0 no-repeat;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 74.77%;
  /*padding-bottom: 14.5%;*/
  background-size: contain;
}
#movie .inner620 .movie_wrap {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 8.3%;
  left: 7.2%;
}
#movie .inner620 .video-container {padding-bottom: 50.8%;}

/*----------
フッター_社名・著作権など
----------*/
.base_design #footer_company .company_info {margin-right:30px !important;}
.base_design #footer_company .company_info .company_name {
font-size: 1.6em !important;
font-weight: 600 !important;
}
.base_design #footer_company .company_info .company_address, .base_design #copyright {
    font-size: 1em !important;
}
.base_design #footer_company .company_link_group {
    width: 600px !important;
}
.base_design #footer_company .company_link_group ul {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.base_design #footer_company .company_link_group ul li:before {
    content: "▶";
    font-size: 0.8em;
    margin-right: 5px;
    line-height: 30px;
}
.base_design #footer_company .company_link_group ul li a {
    font-size: 1.2em !important;
    line-height: 1.8;
    margin-right: 20px;
}
.layout_lpmain a {
    display: inline;
}