/* トップ */
body {
	letter-spacing: 0.1em;
	margin-bottom: 0 !important;
}

.bg-gray {
	width: 100%;
	background-color: #F5F5F5;
	margin: 0;
	padding: 30px 0;
}

.bg-gray2 {
	width: 100%;
	background-color: #ddd;
	margin: 0;
	padding: 30px 0;
}

.bg-white {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 30px 0;
}

.center-box {
	text-align: center;
	position: relative;
}

.left-box {
	text-align: left;
	position: relative;
	border: none;
}

.center-box h3,
.left-box h3 {
    padding-top: 10px;
	margin: 0 0 20px;;
	color: #5D5D5D;
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
}

.center-box p,
.left-box p {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.center-box img,
.left-box img {
	width: 100%;
}

/* 大きい画面用(PC用)の動画 */
.video-box {
	margin: 0;
	padding: 0;
	position: relative;
	height: 600px;
	overflow: hidden;
	/* margin-top: -10px; */
}

.video-box video {
	width: 100%;
}

.video-box .logo-box {
	position: absolute;
	top: 30px;
	left: 0;
       /* width: 340px; */
       z-index:1;
}

.video-box .logo-box img {
	float: left;
	width: 140px;
}
.video-box .logo-box ul {
	font-size:13px; 
	font-weight:bold; 
	float:left;
	padding-top: 10px;    
	padding-left: 10px;
	list-style:none;
}

.video-box .anchor-box {
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 101;
}

.video-box .anchor-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.video-box .anchor-box ul li {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: color linear 0.2s;
	-moz-transition: color linear 0.2s;
	-o-transition: color linear 0.2s;
	transition: color linear 0.2s;
}

.video-box .anchor-box ul li:hover {
	color: #B0B0B0;
}

.video-box .announcement-box {
	position: absolute;
	/* top: -10px; */
	top: -30px;
	left: 0;
	width: 1200px;
	/* height: 540px; */
	height: 440px;
	background-image: url(../../img/pc/top/1530x1019_12.png);
	background-position: left bottom;
	background-size: 70%;
	background-repeat: no-repeat;
}

.video-box .announcement-box h3 {
	position: absolute;
	/* top: 230px; */
	top: 290px;
	right: 100px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 900;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
}

.video-box .announcement-box p {
	position: absolute;
	/* top: 295px; */
	top: 355px;
	right: 85px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 900;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
}


.video-box .trust-box {
	position: absolute;
	left: 20px;
	top: 435px;
	padding: 5px;
	font-size: 10px;
	width: 350px;
}


.video-box .trust-box img {
	width: 50%;
	float: left;
	max-width: 160px;
}


.video-box .trust-box .trust_cont2 img {
	max-width: 95px;
	padding: 5px 7px 0 7px;
}


.video-box .trust-box .trust_txt {
	float: left;
	width: 50%;
	padding-left: 5px;
	position: inherit;
	font-size: 10px;
	color: #000;
	text-shadow: none;
	font-weight: normal;
}


.video-box .trust-box .trust_cont2 {
	clear: both;
	padding-top: 10px;
}

.trust_cont1 {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 3px;
	overflow: hidden;
}

.trust_cont2 {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 3px;
	overflow: hidden;
}


.video-box .sns-box {
	width: 100%;
	height: 60px;
	padding-top: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(51, 51, 51, 0.4);
}

.video-box .sns-box .buttons {
	display: table;
	margin: 0 auto;
}

.video-box .sns-box .buttons div {
	display: table-cell;
	width: 150px;
	text-align: center;
	vertical-align: top;
}

.video-box .sns-box .buttons div a img {
	vertical-align: top;
	width: 80px;
	height: 21px;
}

.video-box .sns-box .buttons div iframe {
	width: 150px;
}
/* 大きい画面用(PC用)の動画 ここまで */

/* 小さい画面用のトップ画像 */
.first-view {
	display: none;
	width: 100%;
	position: relative;
}

.first-view .download-info {
	position: absolute;
	bottom: 63px;
	right: 30px;
	width: 41%;
	cursor: pointer;
	z-index: 101;
}

.first-view .download-info:hover {
	opacity: 0.8;
}

.first-view .top-image {
	width: 100%;
	vertical-align: top;
}

.first-view .comment {
	text-align: center;
	background-color: #F5F5F5;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
}

.first-view .comment .attention {
	color: #FF0000;
	border: 1px solid #FF0000;
	font-weight: bold;
	line-height: 20px;
	width: 50px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
/* 小さい画面用のトップ画像 ここまで */

.topic-box {
	border: 1px solid #CCCCCC;
	color: #222222;
	font-size: 16px;
	text-align: center;
	margin: 30px 0 50px 0;
	padding: 15px 0;
	line-height: 25px;
}

.topic-box .attention {
	color: #FF0000;
	border: 1px solid #FF0000;
	font-weight: bold;
	line-height: 20px;
	width: 50px;
	margin: 0 auto 5px;
	padding: 0 5px;
}

.download-box {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	/* margin-bottom: 30px; */
}

.download-box .images .free-image {
	width: 80px;
}

.youtube-box {
	text-align: center;
	margin-bottom: 30px;
}

.youtube-box h3 {
	color: #5D5D5D;
	letter-spacing: 2px;
	font-size: 21px;
	font-weight: 700;
}

.youtube-box iframe {
	width: 560px;
	height: 315px;
}

.service-image {
	height: 250px;
	padding-top: 40px;
	position: relative;
}

.service-image img {
	width: 206px !important;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
}

.service-title {
	color: #393939 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin: 25px 0 15px !important;
}

.service-content {
	color: #333333 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	margin: 0 !important;
}

p.brand-list {
	color: #333333;
	text-align: center;
	font-size: 18px;
}

p.brand-list span {
	display: block;
	font-size: 60%;
	margin-bottom: 20px;
}

p.brand-list:first-child {
	margin-top: 50px;
}

.costume-cooperation {
	font-size: 16px;
	color: #393939;
	text-decoration: none;
	-webkit-transition: color linear 0.2s;
	-moz-transition: color linear 0.2s;
	-o-transition: color linear 0.2s;
	transition: color linear 0.2s;
}

@media screen and (max-width: 995px ) {
	.costume-cooperation {
		font-size: 15px;
	}
}


.costume-cooperation:hover {
	color: #FF7E35;
	text-decoration: none;
}

.published-media {
	width: 104%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.download-button-box {
	margin: 50px auto 50px;
}

.download-button-box .app-button {
	width: 200px;
	margin: 0 10px;
}

.download-button-box .google-button {
	width: 172px;
	margin: 0 10px;
}


.register-button-box {
	margin: 10px auto 10px;
}

.register-button-box .register-button {
	width: 550px !important;
	max-width: 95% !important;
}

@media screen and (max-width: 995px ) {
	
	.published-media {
		width: 100%;
	}
	
	.register-button-box p {
		font-size: 12px !important;
	}
	.register-button-box .register-button {
		font-size: 16px !important;
	}

	.center-box h3,
	.left-box h3 {
		font-size: 20px;
	}

}
.instagram-button {
	width: 137px;
	margin-bottom: 10px;
}

.top-footer {
	width: 100%;
	background-color: #F5F5F5;
	margin: 0;
	padding: 60px 0 20px;
}

.top-footer .fotter-logo {
	width: 140px;
}

.top-footer h4 {
	color: #858585;
	border-bottom: 1px solid #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 20px 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.top-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-footer ul a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #858585;
	word-wrap: break-word;
	text-decoration: none;
}

.top-footer .app-button,
.top-footer .google-button {
	height: 47px;
}

.top-footer .copylight {
	color: #838383;
	letter-spacing: 1px;
	margin: 50px 0 0 20px;
	font-size: 12px;
	line-height: 16px;
}

/* スマホ専用 */
.download-for-sp-gray,
.download-for-sp-white {
	margin: 0;
	padding: 50px 0;
	width: 100%;
	text-align: center;
}

.download-for-sp-gray {
	background-color: #ddd;
}

.download-for-sp-white {
	background-color: #FFFFFF;
}

.download-for-sp-gray h3,
.download-for-sp-white h3 {
	margin: 0;
	padding: 0;
	color: #5D5D5D;
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
}

.download-for-sp-gray p,
.download-for-sp-white p {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.download-for-sp-gray .download-button,
.download-for-sp-white .download-button {
	padding: 20px 0 10px;
}

.content-for-pc {
	display: block;
}

.content-for-sp {
	display: none;
}
.product-info p{
	font-size:13px;
}


a.btn_howtouse {
	display: inline-block;
	margin-bottom: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.43;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	cursor: pointer;
	background-color: #565a5c;
	color: #fff;
	padding: 9px 27px;
	font-size: 16px;
	/*top: 340px;*/
	top: 400px;
	right: 245px;	
	position: absolute;
	background: rgba(255,255,255,0.5);
}

a.btn_howtouse:hover {
	background: rgba(5,5,5,0.5);
	color: #fff;
	text-decoration: none;
}


/* @media screen and (max-width: 995px ) { */

@media screen and (max-width: 768px ) {

.container ,
.row {
    margin-right: 0px;
    margin-left: 0px;
	padding: 0;
}

.col-xs-6 {
	padding: 0;
}
	.video-box,
	.topic-box,
	.download-box,
	.content-for-pc {
		display: none;
	}

	.content-for-sp,
	.first-view {
		display: block;
	}
}

@media screen and (max-width: 1200px ) {

	.video-box .logo-box ul {
		display: none;
	}
}

@media screen and (max-width: 590px ) {

	.youtube-box iframe {
		width: 100%;
	}

}
.ruby-top-7 {
    font-size: 12px !important;
    font-weight: normal;
    padding-left: 80px;
}
.ruby-top-1 {
    font-size: 12px !important;
    font-weight: normal;
}

@media screen and (max-width: 995px) and (min-width:768px) {
	.ruby-top-1 {
		display:none;
	}
}





.ruby-top-2 {
    font-size: 12px !important;
    font-weight: normal;
    padding-left: 45px;
}
.ruby-top-3 {
    font-size: 12px !important;
    font-weight: normal;
    padding-left: 70px;
}




/**********************************
	共通系
***********************************/
.float-left {
	float:left;
}




/**********************************
	体験談
***********************************/
.uservoice li.voice_cont {
	border: 1px solid #efefef;
	padding: 20px;
	background-color:#fff;
}

.voice_txt {
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
	font-size:16px;
}

.review_star {
	color: #FC6;
}

.slick-next:before {
	color: #333;
	font-size: 40px;
	line-height: inherit;	
}

.slick-prev:before {
	color: #333;
	font-size: 40px;
	line-height: inherit;	
}

.voice_sp .slick-next {
	right: -10px;
}
	
.voice_sp .slick-prev {
	right: 20px;
}



label {
    padding: 10px;
    display: block;
    margin: 0;
	background: #fff;
	border-bottom: solid 1px #ccc;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
	border-bottom: solid #eee 6px;
}

.menu li {
    padding: 5px;
	background: #fff;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

.voice_main {
	list-style: none;
	padding: 0;
}

.voice_main p {
	font-size:16px;
	text-align:left;
}

.voice_sp {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
}


.voice_pc {
	/* max-width: 900px;
	margin: 50px auto; */
	/* background: #fff; */
	margin: 30px auto;
	background: #fff;
	padding: 30px;
}

p.more_show {
	text-align: right;
	color:#09F;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 60px;
}

.uservoice button {
	z-index: 100;
}


/**********************************
	お得コンテンツ
***********************************/
.otoku_main_ttl {
	background: #F95BAD;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 110%;
}

.otoku_sub_ttl {
	background: #ddd;
	text-align: center;
	padding: 10px;	
}

@media screen and (max-width: 995px ) {
	.otoku_sub_ttl {
		font-size:14px;
		text-align: left;
	}
}

.read_txt {
	font-size:120%;
	
}

.slick-slider {
	padding:0;	
}



/**********************************
	７日間コーデ
***********************************/
p.7days_read {
	color:#036EB8;
	margin: 20px auto;
}


@media screen and (max-width: 995px ) {
	p.7days_read {
		padding:10px;
		font-size:14px;
		text-align:left;
	}
	
	.code_txt {
		padding: 0 0 0 10px;
		font-size: 14px;
		text-align: left;
		min-height: 80px;
		max-width: 300px;
	}	
}



td {
	max-width: 300px;
}

.7days_comment {
	color: #036EB8;
	padding: 10px;
	font-size: 16px;
	text-align: left;
}

.7days_table img {
	max-width: 280px;
}


.b_12months_bag_name{
        font-size: 13px !important;
        margin-top: 10px;
        width: 100%;
}
@media screen and (max-width: 414px ) {
        .b_12months_bag_name{
                font-size: 10px !important;
        }
}


/**********************************
	フッター
***********************************/

.jadma_img {
	float:left;
}


.jadma_txt {
	font-size:11px;
	margin-top:20px;
	overflow: hidden;
	padding-left:5px;
}

@media screen and (max-width: 995px ) {

	.jadma_img {
		float:none;
		margin-top:20px;
	}
	
	
	.jadma_txt {
		font-size:10px;
		float:none;
		margin-top:0
	}
	
}


.b_12months_bag_img {
	max-width: 100px;
}




