
/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt3	{ margin-top:3px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt80	{ margin-top:80px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }
.ml160 { margin-left:160px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f9 { font-size: 62.5% !important; }
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }


.B	{ font-weight:bold !important; }
.blue	{ color:#2c8ed2 !important; }
.gray	{ color:#777 !important; }
.red	{ color:#e4007f !important; }
.black	{ color:#000000 !important; }
.white	{ color:#ffffff !important; }

.w1000 {
	max-width: 1000px !important;	
}

.right-txt {
    text-align: right;
    margin-left: auto;
    justify-content: right;
	margin-top: 20px;  
}
.caption {
	margin-top: 20px;  
}

*, *:before, *:after {
	box-sizing: border-box;
}


.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 767px) {
.pc {
display: none !important;
}
.sp {
display: block !important;
}
}


.pc-700 {
	display: block !important;
}
.sp-700 {
	display: none !important;
}
@media only screen and (max-width: 700px) {
.pc-700 {
display: none !important;
}
.sp-700 {
display: block !important;
}
}


body {
    word-break: break-all;
}


.alpha a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=70)";
}
.mainvisual {
	margin-top: 0px;
}
.mainvisual img {
	max-width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.resizeimage img {
	height: 100vw;
}

.title_txt {
	font-size:220% !important;
	line-height: 180%;
	font-weight: 300;
}
.title_w_txt {
	font-size:220% !important;
	line-height: 180%;
	padding-top: 60px;
	font-weight:300;
}

.fw500 {
	font-weight:500;
}

@media (max-width: 767px) {
.title_txt {
 font-size:161.6% !important;
}
.title_w_txt {
 font-size:161.6% !important;
 padding-top: 40px;
}

}
.btn-border {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	text-align: left;
	background-color: #e41f1b;
	border: 2px solid #e41f1b;
	font-size: 24px;
	color: #e41f1b;
	text-decoration: none;
	font-weight: bold;
	border-radius: 6px;
 transition: .4s;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 15px;
	padding: 20px;
}
.applybutton a {
	text-decoration: none !important;
	color: #FFF !important;
}
.btn-border:hover {
	background-color: #fff;
	border-color: #e41f1b;
	color: #e41f1b !important;
}
.sec {
	margin-top: 30px;
}
 @media screen and (max-width: 767px) {
.btn-border {
 width: 90%;
 font-size: 16px;
 color: #e41f1b;
 border-radius: 4px;
 position: relative;
 margin-top: 15px;
 margin-bottom: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
}
}
.enhancement_comment {
	max-width: 100%;
	margin-top: 80px;
	text-align: center;
	background-image: url(../images/bg_line.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.enhancement_comment_txt {
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	background-color: #FFF;
	font-size: 22px;
	color: #e41f1b;
	padding-right: 20px;
	padding-left: 20px;
}
.work_block {
	display: flex;
}
.work_block .work_l {
	width: 49%;
	margin-top: 30px;
}
.work_block .work_r {
	flex: 1;
	width: 49%;
	margin-top: 30px;
	margin-left: 2%;
}
.work_block .work_l p {
	line-height: 280%;
	text-align: left;
}
.work_block .work img {
	width: 100%;
	max-width: 650px;
}
 @media screen and (max-width: 767px) {
.enhancement_comment_txt {
 font-size: 16px;
 color: #e41f1b;
 padding-right: 10px;
 padding-left: 10px;
}
.work_block {
 display: block;
}
.work_block .work_l {
 width: 100%;
 margin-top: 20px;
}
.work_block .work_r {
 width: 100%;
 margin-left: 0%;
 margin-top: 20px;
}
.work_block .work_l p {
 line-height: 200%;
}
}
.aq_comment {
	max-width: 100%;
    text-align: left;
    margin-right: auto;
    justify-content: left;
}
.aq_comment_txt {
	display: inline-block;
	text-align: left;
}
.newline {
	text-indent: -2em;
	padding-left: 2em;
}
.newline span {
	padding-right: 0.5em;
}



 @media screen and (max-width: 900px) {
 .col_2 > div {
 width: 100%;
}
}

.type_txt {
	font-size:153.9% !important;
	padding-top: 10px;
	font-weight:500;
}
.size_txt_block {
	margin-top: 5px;
}
.size_txt {
	background-color: #FFF;
	color: #000;
	font-size: 13px !important;
	margin-right: 3px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
 @media screen and (max-width: 480px) {
 .col_2_con .left {
 width: 45%;
 margin-top: auto;
 margin-bottom: auto;
 vertical-align: middle;
 display: flex;
 align-items: center;
}
 .col_2_con .right {
 width: 55%;
}
 .col_2_con > div img {
 width: 90%;
 max-width: 250px;
 height: auto;
 padding-right: 0px;
 padding-left: 0px;
}
.type_txt {
 font-size:131% !important;
 padding-top: 0px;
}
.size_txt_block {
 margin-top: 5px;
}
.size_txt {
 background-color: #FFF;
 color: #000;
 font-size: 11px !important;
 margin-right: 3px;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 2px;
 padding-left: 5px;
}
}
.linkbutton {
	width: 108px;
	margin-right: auto;
	font-size: 11px;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	box-sizing: border-box;
	margin-top: 0px;
	border: 1px solid #c80000;
	color: #c80000 !important;
	text-decoration: none;
	background: #fff;
}
.linkbutton:hover {
	border: 1px solid #ed0000;
	color: #fff !important;
	text-decoration: none;
	background: #ed0000;
}
.arrow {
	position: relative;
	display: inline-block;
	padding-right: 5px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	margin-top: -3px;
}
.arrow::before, .arrow::after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}
 .arrow-d::before {
 left: 3px;
 width: 5px;
 height: 5px;
 border-top: 1px solid #c80000;
 border-right: 1px solid #c80000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
 .linkbutton:hover .arrow-d::before {
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
}


/* ===============================
	contents_block
=============================== */

@media only screen and (min-width:768px) and (max-width:1260px){
.contents_block {
	padding-right: 30px;
	padding-left: 30px;
}
}

/* ================================
	contents_block(Mobile Style)
================================ */
@media only screen and (max-width: 767px) {
.contents_block {
 padding-right: 15px;
 padding-left: 15px
}
}




/* -------------------------------------------------- sp2106 -------------------------------------------------- */


.bg_white {
	background-color: #fff;
}


.bg_black {
	background-color: #000;
	color: #FFF;
}

.bg_gray {
	background-color: #eff3f4;
}

.bg_red {
	background-color: #c80000;
}
.bg_pink {
	background-color: #f6e3e3;
}

.bg_white:nth-child(n+2) {
	margin-top: 30px;
}
.bg_black:nth-child(n+2) {
	margin-top: 30px;
}
.bg_gray:nth-child(n+2) {
	margin-top: 30px;
}
.bg_red:nth-child(n+2) {
	margin-top: 30px;
}
.bg_pink:nth-child(n+2) {
	margin-top: 30px;
}

.star {
    text-align: left;
    margin-right: auto;
    justify-content: left;
}

.mb-00-sp {
	max-width: 600px;
	padding-top: 10px;
}
.mb-00-pc {
	max-width: 1000px;
	padding-top: 40px;
}

.p-600 {
	max-width: 600px;
}
.p-1000 {
	max-width: 1000px;
}



.contents {
	max-width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 30px;
	min-height:auto;
}

.mainv_comment {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
  }
.mainv_comment_txt {
	text-align: right;
	margin-left: auto;
	justify-content: right;
	padding-top: 5px;
	font-size:75%;
  }
.mainv_comment_txt span {
	color:#000;
	padding-right: 3px;
  }


.arrow2 {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.arrow2::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

.mb-back {
	width: 100%;
}
.mb-back img {
	max-width: 1200px;
}


.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
}
.col_3 > div {
	width: 27%;
	margin-right: 2.5%;
}
.col_3 .center-div {
	width: 41%;
	margin-right: 2.5%;
}
.col_3 > div:last-child {
	margin-right: 0%;
}

.col_4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	 margin-top: 2rem;
	 text-align: center;
	 font-weight: 500;
}
.col_4 > div {
	width: 23.1%;
	margin-right: 2.5%;
}
.col_4 > div:last-child {
	margin-right: 0%;
}

.col_3 p, .col_4 p {
   margin-top: 7px;
}

.comment_txt {
    display: inline-block;
    text-align: left;
  }

.comment_txt.ind {
  text-indent: -20px;
  padding-left: 20px;
   }
   
.comment_txt.ind2 {
	text-indent: -22px;
	padding-left: 22px;
	font-size: 153.9%;
	font-weight: 700;
   }
   
.information {
	width: 100%;
	border: 1px solid #7a7372;
	box-sizing: border-box;
}

.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div {
	width: 50%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.information_block{
  display: flex;
}
.information_block .contents_l3 {
  width: 38%;
}
.information_block .contents_r3 {
  flex: 1;
  width: 60%;
  margin-left: 2%;
    text-align: left;
    margin-right: auto;
    justify-content: left;
}

.information a:hover {
	text-decoration: none;
}
.information .information_block:hover img {
	opacity: 0.7;
}

.information .information_block:hover .ind2 {
	text-decoration: underline;
}


.arrow3 {
	position: relative;
	display: inline-block;
	padding-left: 24px;
}

.arrow3::before{
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}

.info-new {
	font-weight: 500;
	color: #F00;
	padding-left: 5px;	
}

.prod-colors .pcolor {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-left: 0.5rem;
	background: #fff;
	border: solid 1px #a2a2a2;
	border-radius: 50%;
	margin-top: 13px;
}
.prod-colors .pcolor.d-metal {
	background: #9fa0a9;
}

.prod-colors .pcolor.l-metal {
	background: #d6d7d9;
}


.click_button {
	max-width: 193px;
	margin-bottom: 5px;
}
.logo-cocorohom {
	max-width: 270px;
	margin-top: 15px;
}


/* Mobile Style */


@media print , screen and (min-width: 768px) {
.col_2 > div:nth-child(2n) {
	padding-left: 10px;
	padding-right: 30px;
}
.h3-mb {
	background-image: url(../images/mb-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
}

@media only screen and (max-width: 850px) {
.comment_txt.ind2 {
	font-size: 131%;
   }
}

@media only screen and (max-width: 767px) {
	
.bg_white:nth-child(n+2) {
	margin-top: 20px;
}
.bg_black:nth-child(n+2) {
	margin-top: 20px;
}
.bg_gray:nth-child(n+2) {
	margin-top: 20px;
}
.bg_red:nth-child(n+2) {
	margin-top: 20px;
}
.bg_pink:nth-child(n+2) {
	margin-top: 20px;
}

.h3-mb {
	background-image: url(../images/mb-bg-sp.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.col_3 > div, .col_4 > div {
 width: 100%;
   margin-top: 0rem;
   margin-right: 0%;
   margin-bottom: 4rem;
}
.col_3 > div:last-child {
   margin-bottom: 0rem;
}
.col_4 > div:last-child {
   margin-bottom: 0rem;
}
.col_3 .center-div {
	width: 100%;
	margin-right: 0%;
}


.arrow3 {
	position: relative;
	display: inline-block;
	padding-left: 22px;
}

.arrow3::before{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.col_2 > div {
	width: 100%;
	padding: 30px 15px;
}

.click_button {
	max-width: 160px;
}

}




/* ====================================
	Youtube “®‰æ
===================================== */

.youtube-container {
	background-color: #FFF;	
	z-index:3;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
}

.youtube-container .contents_l {
  width: 68%;
}
.youtube-container .contents_r {
  flex: 1;
  width: 30%;
  margin-left: 2%;
}

.youtube-container .text {
	margin-top: 0.5em;
}



.youtube-container_block{
	display: block;
	font-weight: 500;
}
.youtube-container_block .contents_l2 {
  width: 100%;
}
.youtube-container_block .contents_r2 {
  width: 100%;
  margin-left: 0%;
  margin-top: 3rem;
}

.youtube-container_block img {
	margin-bottom: 7px;
  }
  

.youtube-container_block .contents_l2:hover img {
	opacity: 0.7;
}
.youtube-container_block .contents_l2:hover .ind {
	text-decoration: underline;
}
.youtube-container_block .contents_r2:hover img {
	opacity: 0.7;
}
.youtube-container_block .contents_r2:hover .ind {
	text-decoration: underline;
}


/* Mobile Style */

@media only screen and (max-width: 950px) {
	
.youtube-container {
  display: block;
}
.youtube-container .contents_l {
  width: 100%;
}
.youtube-container .contents_r {
  width: 100%;
  margin-left: 0%;
  margin-top: 4rem;
}

.youtube-container .photo {
	margin-top: 15px;
	margin-left: 15px;
	width: 30px;
	height: 20px;
}

	/* YOUTUBE */
	.youtube-container {
		margin-top: 10px;
	}
	.youtube-container .text {
		margin-top: 0.5em;
		font-size: 1.2rem;
	}
	

.youtube-container_block{
  display: flex;
}
.youtube-container_block .contents_l2 {
  width: 96%;
  margin-right: 4%;
}
.youtube-container_block .contents_r2 {
  width: 96%;
  margin-left: 4%;
  margin-top: 0rem;
}

}






.youtube {
	position: relative;
	width: 100%;
	padding-top: 0%;
}


.youtube .photo {
	margin-top: 0px;
	margin-left: 0px;
	width: 63px;
	height: 44px;
	background-size:100% 100%;
}
.youtube:hover .photo {

	background-size:100% 100%;
}



.youtube .photo {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("/reizo/sp2106/images/n_btn_movie_play.png") no-repeat center center;
	opacity:0.8;
}

.youtube:hover .photo {
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	background: url("/reizo/sp2106/images/n_btn_movie_play.png") no-repeat center center;
	opacity:1.0;
}




