@charset "UTF-8";

@font-face {
    font-family: 'yumin';
    font-style: normal;
    src: url('../../../fonts/yumin.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/yumin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/yumin.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/yumin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

#pagePath {
	margin-bottom: 0;
	background-color: #23283C;
}

#main p {
	color: #737373;
	font-size: 14px;
}

#main {
	margin-bottom: 70px;
	padding: 60px 0 14px;
	background: url(../images/bg09.jpg) repeat left top;
	background-size: 1800px auto;
}


/*---------------------------------
	comEffectBox
----------------------------------*/
#main .effTitle {
	padding-bottom: 30px;
	text-align: center;
	background-color: #23283c;
	position: relative;
	font-family: yumin;
}

#main .effTitle:after {
	width: 272px;
	height: 85px;
	position: absolute;
	top: -47px;
	left: 50.6%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../images/title_bg.png) no-repeat left top;
	background-size: 272px 85px;
	content: "";
}

#main .effTitle:before {
	width: 33px;
	height: 15.3px;
	position: absolute;
	top: -37px;
	left: 50.4%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../images/title_icon.jpg) no-repeat center top;
	background-size: auto 15.3px;
	content: "";
	z-index: 10;
}

#main .effTitle .num {
	margin-top: -6px;
	padding-left: 12px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

#main .effTitle .num img {
	margin: -6px 0 3px 5px;
	display: inline-block;
	vertical-align: middle;
}

#main .effTitle span {
	color: #fff;
	position: relative;
	z-index: 10;
	display: block;
}

#main .effTitle .text {
	margin-top: 23px;
	line-height: 1;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: normal;
}

.comTextBox {
	margin-bottom: 112px;
	width: 350px;
}

.comTextBox p {
	color: #737373;
	font-size: 14px;
	line-height: 1.9;
}


/*-----------------------------------------
	headLine01
------------------------------------------*/
.headLine01 {
	margin-bottom: 11px;
	color: #6A6A6A;
	font-size: 20px;
	font-family: yumin;
}

.headLine01 .topText {
	margin-bottom: 10px;
	display: block;
	font-weight:normal;
}

.headLine01 .bottomText {
    margin-bottom: 8px;
	color: #645A8B;
	font-size: 31px;
	line-height: 48px;
    display: inline-block;
    line-height: 1.25;
 	font-weight: normal;
   border-bottom: 1px solid #877FA6;
}

/*-----------------------------------------
	comEffectBox-listBox
------------------------------------------*/
#main .listBox {
	padding: 20px 20px 34px 73px;
	width: 742px;
	border-radius: 20px;
	box-shadow: 25px 25px 10px rgba(128,128,128,0.2);
	background-color: #fff;
	box-sizing: border-box;
}

#main .listBox .textBox {
	width: 282px;
	float: left;
}

#main .listBox .textBox p {
	font-size: 15px;
	line-height: 1.8;
}

#main .listBox .textBox .title {
	margin-bottom: 8px;
	padding-bottom: 10px;
	font-size: 25px;
	/*font-weight: bold;*/
	text-align: center;
	font-family: yumin;
	line-height: 1.35;
	background: url(../images/ttl_bg.png) no-repeat center bottom;
	background-size: 283px auto;
}

#main .listBox .textBox .title img {
	margin: -29px 5px 5px 0;
	display: inline-block;
}

#main .listBox .photoBox {
	margin-top: 21px;
	width: 332px;
	float: right;
	position: relative;
}

#main .mustText {
	margin-top: 5px;
	font-size: 11px;
	text-align: right;
}




#main .estheticBox {
	margin-bottom: 49px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#main .estheticBox .title {
	margin-bottom: 5px;
}

#main .estheticBox .txt {
	margin-top: -162px;
}

#main .shapeBox {
	margin: 0 auto 13px;
	width: 1168px;
	position: relative;
	padding: 93px 165px 69px 149px;
	box-sizing: border-box;
	background-color: #fff;
}

#main .shapeBox .lBox {
	float: left;
}

#main .shapeBox .rBox {
	padding-top: 33px;
	float: right;
	width: 360px;
}

#main .shapeBox .rBox p {
	font-weight: 500;
	line-height: 1.85;
	margin-left: 4px;
}

#main .shapeBox .rBox .title {
	margin: 0 40px 31px 0;
	font-size: 17.5px;
	line-height: 1.5;
	overflow: hidden;
	font-family: yumin;
}

#main .shapeBox .rBox .title img {
	margin: 11px 0 0;
}

#main .shapeBox .rBox .title > span {
	padding-right: 10px;
	display: inline-block;
	font-size: 11px;
	color: #645A8B;
	font-weight: bold;
	position: relative;
	background-color: #fff;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .shapeBox .rBox .title span:after {
	position: absolute;
	width: 9999px;
	height: 2px;
	margin-top: -1px;
	border-bottom: 2px solid #B9B9B9;
	top: 50%;
	left: 100%;
	content: "";
}

#main .shapeBox .rBox .ttl {
	margin: 0 0 9px 4px;
	font-size: 16.5px;
	line-height: 1.6;
	font-family: yumin;
}

#main .shapeBox .img01 {
	position: absolute;
	top: 0;
	left: 0;
}

#main .shapeBox .img02 {
	position: absolute;
	top: 0;
	right: 0;
}

#main .shapeBox .img03 {
	position: absolute;
	bottom: 0;
	left: 0;
}

#main .shapeBox .img04 {
	position: absolute;
	bottom: 0;
	right: 0;
}

#main .complaintBox {
	padding: 107px 0 96px;
	background: url(../images/bg05.jpg) no-repeat center top;
	background-size: cover;
}

#main .complaintBox .inner {
	margin: 0 auto;
	width: 650px;
	position: relative;
}

#main .complaintBox .textImg {
	position: absolute;
	top: -141px;
	left: 38px;
}

#main .complaintBox .title {
	margin-bottom: 21px;
	font-size: 29px;
	color: #fff;
	text-align: center;
	letter-spacing: 1.8px;
	font-family: yumin;
}

#main .complaintBox .title > span {
	padding-bottom: 8px;
	display: inline-block;
	border-bottom: 2px solid #B5B5BD;
}

#main .complaintBox .title span span {
	margin-bottom: 7px;
	font-size: 22px;
	display: block;
}

#main .complaintBox ul {
	margin: 0 20px 0 153px;
}

#main .complaintBox li {
	padding: 6px 0 8px 40px;
	font-size: 17.7px;
	color: #fff;
	letter-spacing: 1.7px;
	background: url(../images/icon01.png) no-repeat left top;
}

#main .sleepBox {
	position: relative;
	z-index: 10;
}

#main .resolvedBox {
	margin: -56px 0 -44px;
	padding: 72px 0;
	position: relative;
	background: url(../images/bg11.png) no-repeat center top;
	background-size: 1800px auto;
}

#main .resolvedBox h2 {
	font-size: 17.5px;
	color: #fff;
	text-align: center;
	font-family: yumin;
}

#main .resolvedBox h2 img {
	margin-bottom: 11px;
}

#main .resolvedBox h2 .textSpan {
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .resolvedBox h2 .img {
	margin: 9px 0 11px;
}

#main .sleepBox .subSleep {
	padding: 91px 0 86px;
	background: url(../images/bg12.jpg) no-repeat center top;
	background-size: cover;
}

#main .sleepBox .inner {
	margin: 0 auto;
	width: 709px;
	position: relative;
}

#main .sleepBox .inner .textImg {
	margin-bottom: 35px;
}

#main .sleepBox .inner p {
	width: 428px;
	font-size: 20px;
	font-weight: 600;
	color: #595153;
	text-align: center;
	font-family: yumin;
}

#main .sleepBox .inner p span {
	padding-bottom: 4px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 33px;
	color: #645A8B;
	border-bottom: 1px solid #645A8B;
}

#main .sleepBox .inner p em {
  display: block;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  margin: 10px 0 0 0;
}

#main .sleepBox .inner .photo {
	position: absolute;
	top: -235px;
	right: -42px;
}

#main .bloodBox {
	padding: 152px 0 0;
	background: url(../images/bg15.jpg) no-repeat center top -75px;
	background-size: cover;
}

#main .bloodBox .inner {
	margin: 0 auto 107px;
	width: 800px;
	position: relative;
}

#main .bloodBox .title {
	margin-bottom: 234px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	font-family: yumin;
}

#main .bloodBox .title img {
	position: absolute;
	top: -41px;
	left: 17px;
}

#main .bloodBox .title > span {
	display: inline-block;
	position: relative;
	font-weight: normal;
}

#main .bloodBox .title span span {
	margin-top: 30px;
	font-size: 35px;
	display: block;
}

#main .bloodBox .textImg {
	text-align: center;
}

#main .bloodBox .photo02 {
	margin: -82px 0 -186px -8px;
	position: relative;
	z-index: 10;
}

#main .circulation .effTitle {
	padding-bottom: 29px;
}

#main .circulation .inner {
	padding: 104px 0 76px;
	background: url(../images/bg06.jpg) no-repeat center top, url(../images/bg14.png) no-repeat center top;
	background-size: 1800px auto, cover;
}

#main .circulation .inner .imgBox {
	margin: 0 auto;
	width: 880px;
}

#main .circulation .comTextBox {
	width: 365px;
	float: left;
	margin-bottom: 0;
}

#main .circulation .photoBox {
	float: right;
	padding: 51px 285px 0 0;
z-index: 10000;
}

#main .tsuruBox {
	padding: 103px 0 119px;
	background: url(../images/bg07.jpg) no-repeat center center, url(../images/bg14.png) no-repeat center center;
	background-size: 1800px auto, cover;
}

#main .tsuruBox .inner {
	margin: 0 auto;
	width: 745px;
}

#main .tsuruBox .imgBoxR {
	margin: 0 -50px 26px 210px;
}

#main .tsuruBox .imgBoxR .comTextBox {
	margin-bottom: 0;
	width: 340px;
	float: right;
}

#main .tsuruBox .imgBoxR .photo {
	margin-top: 30px;
	float: left;
}

#main .tsuruBox .listBox {
	padding-bottom: 30px;
}

#main .tsuruBox .listBox .textBox p {
	margin-right: -13px;
	letter-spacing: -1px;
}

#main .tsuruBox .listBox .textBox .title {
	margin-right: 0;
	letter-spacing: 0;
}

#main .tsuruBox .listBox .photoBox .textImg {
	position: absolute;
	bottom: 15px;
	right: -35px;
}

#main .tsuruBox .txt {
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}

#main .temperature .effTitle {
	padding-bottom: 29px;
}

#main .temperature .inner {
	padding: 105px 0 120px;
	background: url(../images/bg08.png) no-repeat center top -275px, url(../images/bg14.png) no-repeat center top;
	background-size: 1800px auto, cover;
}

#main .temperature .subInner {
	margin: 0 auto;
	width: 880px;
}

#main .temperature .inner .comTextBox {
	width: 335px;
	float: left;
	margin-bottom: 0;
}

#main .temperature .imgBox {
	margin-bottom: 81px;
}

#main .temperature .imgBox .photo {
	float: left;
	margin: -31px 0 0 -11px;
}

#main .temperature .listBox {
	width: 744px;
	padding-bottom: 31px;
	margin: 0 auto;
}

#main .temperature .photoBox .textImg {
	position: absolute;
	top: 41px;
	right: -33px;
}

#main .temperature .mustText {
	margin-right: 70px;
}

.widBox {
	margin: 0 auto;
	max-width: 742px;
	position: relative;
}

#main .temperatureBox {
	background: url(../images/temperature_bg.jpg) no-repeat center top;
	background-size: cover;
}

#main .temperatureBox .widBox {
	padding: 101px 0 108px;
}

#main .temperatureBox .textImg {
	position: absolute;
	top: 0;
	right: -121px;
}

#main .temperatureBox .textImg img {
	height: 201px;
}

#main .temperatureBox .listBox .photoBox .image {
	margin-bottom: 11px;
}

#main .temperatureBox .listBox .photoBox .textUl {
	margin: -2px -4px 0 4px;
	letter-spacing: -0.5px;
	color: #737373;
}

#main .temperatureBox .listBox .photoBox .textUl > li {
	width: 185px;
	float: left;
}

#main .temperatureBox .listBox .photoBox .textUl > li ul li {
	margin-top: 2px;
	box-sizing: border-box;
	font-size: 10px;
	position: relative;
}

#main .temperatureBox .listBox .photoBox .textUl > li ul li:after {
	width: 9px;
	height: 10px;
	position: absolute;
	top: 2px;
	left: -12px;
	background-color: #FFD4D3;
	content: "";
}

#main .temperatureBox .listBox .photoBox .textUl li.color02:after {
	background-color: #CAB4D7;
}

#main .temperatureBox .listBox .photoBox .textUl li.color03:after {
	background-color: #CDDBEE;
}

#main .temperatureBox .listBox .photoBox .textUl li.color04:after {
	background-color: #ABABAB;
}

#main .temperatureBox .listBox .photoBox .textUl > li:nth-child(2n) {
	width: 130px;
	float: right;
}

#main .temperatureBox .listBox .photoBox .textImg {
	position: absolute;
	top: 44px;
	right: -34px;
}

#main .temperatureBox .listBox .photoBox .textImg img {
	height: auto;
}

#main .mustText {
	margin-top: 5px;
	font-size: 11px;
	text-align: right;
}

#main .comfortBox {
	padding: 19px 0;
}

#main .comfortBox h3 {
	margin-bottom: 35px;
	color: #737373;
	font-size: 33px;
	font-family: yumin;
	text-align: center;
	font-weight: normal;
}

#main .comfortBox h3 img {
	margin-bottom: 14px;
}

#main .comfortBox .shapeBox {
	margin: 0 auto;
	padding: 88px 165px 90px 149px;
}

#main .comfortBox .imgUl {
	margin: 0 -24px 0 -5px;
}

#main .comfortBox .imgUl li {
	margin-right: 38px;
	width: 268px;
	float: left;
}

#main .comfortBox .imgUl li:last-child {
	margin-right: 0;
}

#main .comfortBox .imgUl li img {
	width: 100%;
}

#main .comfortBox .imgUl li .textBox {
	text-align: center;
	font-weight: bold;
	font-family: yumin;
}

#main .comfortBox .imgUl li .textBox .title {
	margin-bottom: 5px;
	width: 100%;
	color: #645A8B;
	display: table;
}

#main .comfortBox .imgUl li .textBox .title span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

#main .comfortBox .imgUl li .textBox .text {
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
}

#main .comfortBox .imgUl li .textBox .text span {
    display: inline-block;
    line-height: 1.6;
    border-bottom: 1px solid #B9B9B9;
}

#main .comfortBox .imgUl li .image {
	margin-bottom: 30px;
}

#main .effectBox {
	margin-bottom: 111px;
	padding: 101px 0 112px;
	background: url(../images/effect_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .effectBox h3 {
	margin-bottom: 49px;
	color: #595153;
	font-size: 25px;
	font-family: yumin;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
}

#main .effectBox h3 .txtSpan {
	padding-bottom: 3px;
	font-size: 31px;
	display: inline-block;
	border-bottom: 2px solid #595153;
}

#main .effectBox .imgBox {
	margin-left: 11px;
	padding: 26px 52px 40px 94px;
	background-color: #fff;
}

#main .effectBox .imgBox .textBox {
	margin-top: 24px;
	width: 294px;
	float: left;
}

#main .effectBox .imgBox .photo {
	float: right;
}

#main .effectBox .imgBox .textBox .title {
	margin-bottom: 12px;
	color: #EBADA6;
	font-size: 21px;
	line-height: 1.5;
	font-family: yumin;
	/*font-weight: bold;*/
}

#main .effectBox .imgBox .textBox .title span {
	line-height: 1;
	display: inline-block;
	border-bottom: 1px solid #EBADA6;
}

#main .effectBox .imgBox .textBox p {
	line-height: 1.85;
}

#main .effectBox .imgBox .textBox .comBtn02 {
	margin: 17px 0 0 1px;
	width: 284px;
}

#main .effectBox .imgBox .textBox .comBtn02 a {
	padding: 11px 18px 8px;
	color: #EBADA6;
	border: 1px solid #EBADA6;
	background: #fff url(../images/arrow.png) no-repeat right 15px center;
	background-size: 10px auto;
}

#main .morningBox {
	position: relative;
	z-index: 10;
	background-color: #EEF2F6;
}

#main .morningBox .widBox {
	max-width: 1200px;
	position: relative;
}

#main .morningBox .widBox .comTextBox {
	position: absolute;
	top: 102px;
	left: 43.5%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#main .morningBox .photo {
	text-align: right;
}

#main .morningBox .photo img {
	margin: -25px 0 -111px 0;
	display: inline-block;
}

#main .morningBox .headLine01 {
	font-size: 22px;
}

#main .morningBox .headLine01 .bottomText {
	font-size: 35px;
    line-height: 1.2;
    border: none;
}

#main .comBtn02 {
	margin-top: 50px;
	width: 290px;
	position: relative;
	z-index: 10;
}


@media screen and (max-width: 767px) {
	#pagePath {
		display: none;
	}

	body {
		background: url(../images/sp_bg01.jpg) repeat left top;
		background-size: 375px auto;
	}

	#gHeader {
		background-color: transparent;
	}

	#main {
		margin-bottom: 61px;
		padding: 0;
		background: none;
	}

	#main p {
		font-size: 13.5px;
	}

	.comTextBox {
		width: auto;
		margin: 0 0 81px 17px;
	}

	#main .estheticBox {
		margin-bottom: -14px;
	}

	#main .estheticBox .title {
		display: none;
	}

	#main .estheticBox .photo {
		margin: 0 12px 10px;
	}

	#main .estheticBox .photo img {
		width: 100%;
	}

	#main .estheticBox .txt {
		display: none;
	}

	#main .shapeBox {
		margin-bottom: 0;
		padding: 64px 40px 100px;
		width: auto;
	}

	#main .shapeBox .img04,
	#main .shapeBox .img03,
	#main .shapeBox .img02,
	#main .shapeBox .img01 {
		width: 120px;
	}

	#main .shapeBox .rBox {
		width: auto;
		float: none;
		padding: 0;
		text-align: center;
	}

	#main .shapeBox .rBox .spImg {
		margin-bottom: 10px;
	}

	#main .shapeBox .rBox .spImg img {
		width: 135px;
	}

	#main .shapeBox .lBox {
		display: none;
	}

	#main .shapeBox .rBox .title {
		margin: 0 0 8px;
	}

	#main .shapeBox .rBox .title span:after {
		display: none;
	}

	#main .shapeBox .rBox .title img {
		margin-bottom: -5px;
	}

	#main .shapeBox .rBox .title > span {
		font-size: 10px;
		padding-right: 0;
	}

	#main .shapeBox .rBox .photo {
		margin: 0 41px 22px -17px;
	}

	#main .shapeBox .rBox .photo img {
		width: 100%;
	}

	#main .shapeBox .rBox p {
		margin: 0 -15px;
	}

	#main .shapeBox .rBox .ttl {
		margin: 0 0 18px;
		font-size: 25px;
		line-height: 1.4;
		/*font-weight: bold;*/
	}

	#main .shapeBox .rBox .ttl .txtSpan {
		margin-top: 4px;
		display: block;
		font-size: 17.5px;
		color: #645A8B;
	}

	#main .complaintBox {
		padding: 48px 15px 27.5%;
		background-image: url(../images/sp_bg02.jpg);
	}

	#main .complaintBox .inner {
		width: auto;
	}

	#main .complaintBox .textImg {
		top: -126px;
		left: 0;
	}

	#main .complaintBox .textImg img {
		width: 141px;
	}

	#main .complaintBox .title {
		margin-bottom: 23px;
		font-size: 25px;
	}

	#main .complaintBox .title span span {
		font-size: 17.5px;
		margin-bottom: 3px;
	}

	#main .complaintBox .title > span {
		border-width: 1px;
		padding-bottom: 4px;
	}

	#main .complaintBox ul {
		margin: 0 20px 0 37px;
	}

	#main .complaintBox li {
		padding: 5px 0 7px 33px;
		font-size: 15px;
		background-size: 25px auto;
	}

	#main .resolvedBox {
		margin: -15% 0 -20%;
		padding: 70% 0 0;
		position: relative;
		background-image: url(../images/sp_bg03.png);
		background-size: 100% auto;
	}

	#main .resolvedBox h2 {
		font-size: 19px;
		position: absolute;
		top: 49%;
		left: 0;
		font-weight: normal;
		width: 100%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	#main .resolvedBox h2 .spTxt.sp {
		margin-bottom: 15px;
		padding-bottom: 2px;
		font-size: 17.5px;
		display: inline-block !important;
		border-bottom: 1px solid #fff;
	}

	#main .resolvedBox h2 .img {
		width: 300px;
		margin: 10px auto;
	}

	#main .resolvedBox h2 .textSpan {
		display: none;
	}

	#main .resolvedBox .spImg01 {
		position: absolute;
		top: 6%;
		left: 50%;
		margin-left: -18px;
	}

	#main .resolvedBox .spImg02 {
		position: absolute;
		bottom: 6%;
		left: 50%;
		margin-left: -18px;
	}

	#main .sleepBox .subSleep {
		padding: 0 10px 65px 26px;
		background: url(../images/sp_bg04.jpg) no-repeat center bottom;
		background-size: cover;
	}

	#main .sleepBox .inner {
		width: auto;
	}

	#main .sleepBox .inner .textImg {
		margin: 0 0 -210px;
		padding-top: 5px;
	}

	#main .sleepBox .inner .textImg img {
		width: 100%;
	}

	#main .sleepBox .inner .photo {
		display: none;
	}

	#main .sleepBox .inner p {
		margin-left: -17px;
	    margin-top: 60px;
		width: auto;
		font-size: 15px;
		line-height: 2;
	}

	#main .sleepBox .inner p span {
		font-size: 25px;
		border: none;
		padding: 0;
		margin: 0 0 -5px;
		line-height: 1.67;
	}

	#main .bloodBox {
		margin-bottom: -39px;
		border: none;
		background-image: url(../images/sp_bg05.jpg);
		background-position: center -50px;
		background-size: cover;
		padding: 46px 0 39px;
	}

	#main .bloodBox .inner {
		margin-bottom: 9%;
		width: auto;
	}

	#main .bloodBox .title {
		margin-bottom: 185px;
		font-size: 20px;
		line-height: 1.4;
	}

	#main .bloodBox .title span span {
		font-size: 32.5px;
	}

	#main .bloodBox .title .spTxt {
		margin-bottom: 26px;
		display: none;
	}

	#main .bloodBox .title .spTxt span {
		margin-bottom: -10px;
		padding: 5px 0;
		font-size: 17px;
		display: inline-block;
		border-bottom: 1px solid #8E8E90;
		border-top: 1px solid #8E8E90;
	}

	#main .bloodBox .textImg {
		margin: 0 30px;
	}

	#main .bloodBox .textImg img {
		width: 100%;
	}

	#main .bloodBox .photo02 {
		width: 114px;
		bottom: 10%;
		left: -5px;
		position: absolute;
		margin: 0;
	}

	#main .bloodBox .photo02 img {
		width: 100%;
	}

	#main .bloodBox .photo03 {
		width: 89px;
		position: absolute;
		bottom: -152px;
		right: -1px;
		z-index: 10;
	}

	#main .effTitle {
		padding: 40px 10px 23px;
		background: url(../images/sp_bg10.png) no-repeat center top;
		background-size: cover;
	}

	#main .effTitle:after {
		display: none;
	}

	#main .effTitle:before {
		top: 8px;
		background-size: 28px auto;
	}

	#main .effTitle .num {
		padding: 0;
		font-size: 16.4px;
	}

	#main .effTitle .num img {
		width: 38px;
	}

	#main .effTitle .text {
		margin-top: 18px;
		font-size: 27.5px;
		letter-spacing: 1px;
		font-weight: normal;
	}

	#main .effTitle .text_long {
		font-size: 27.5px;
		letter-spacing: -0.05em;
	}

	#main .effTitle02 {
		padding-bottom: 23px;
	}

	#main .circulation .inner {
		padding: 18.7% 0 11.5%;
		background: url(../images/sp_bg06.jpg) no-repeat center top;
		background-size: cover;
	}

	#main .circulation .inner .imgBox {
		width: auto;
		margin: 0 32px;
		position: relative;
	}

	#main .circulation .comTextBox {
		margin: 0;
		width: auto;
		float: none;
	}

	.headLine01 {
		margin-bottom: 20px;
		font-size: 17.5px;
		letter-spacing: 1px;
		line-height: 1.45;
		position: relative;
		z-index: 10;
	}

	.headLine01 .topText {
		margin-bottom: 2px;
	}

	.headLine01 .bottomText {
        margin-bottom: 6px;
		font-size: 27.5px;
		letter-spacing: 0;
	}

	#main .circulation .inner p {
		width: 180px;
		line-height: 1.78;
	}

	#main .circulation .photoBox {
		padding: 0;
		position: absolute;
		bottom: 12%;
		right: -8%;
		width: 45%;
		float: none;
	}

	#main .circulation .photoBox img {
		width: 100%;
	}

	#main .tsuruBox {
		margin-bottom: -12.5%;
		padding: 70px 0 54px;
		background: url(../images/sp_bg11.jpg) no-repeat center top;
		background-size: cover;
	}

	#main .tsuruBox .inner {
		margin: 0 15px;
		width: auto;
	}

	#main .tsuruBox .imgBoxR {
		margin: 0 0 24%;
		position: relative;
	}

	#main .tsuruBox .imgBoxR .comTextBox {
		margin: 0;
		width: 210px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	#main .tsuruBox .headLine01 {
		margin-left: -25px;
		text-align: right;
	}

	#main .tsuruBox .comTextBox p {
		line-height: 1.75;
	}

	#main .tsuruBox .imgBoxR .photo {
		margin: 0;
		float: none;
		position: absolute;
		top: 61.5%;
		left: -5px;
		width: 40%;
	}

	#main .tsuruBox .imgBoxR .photo img {
		width: 100%;
	}

	#main .listBox {
		width: auto;
		padding: 20px 30px 26px;
		margin: 0;
		border-radius: 15px;
		box-shadow: none;
	}

	#main .listBox .textBox {
		width: auto;
		float: none;
	}

	#main .listBox .textBox p {
		font-size: 13.5px;
	}

	#main .listBox .textBox .title {
		margin-bottom: 11px;
		padding-bottom: 15px;
		font-size: 27.5px;
		line-height: 1.45;
		letter-spacing: -1.5px;
	}

	#main .listBox .textBox .title img {
		margin: -44px 5px -10px 0;
		width: 216px;
	}

	#main .listBox .textBox .title .spTxt {
		display: inline-block;
		margin-top: -8px;
	}

	#main .listBox .photoBox {
		margin: 19px -2px 17px;
		float: none;
		width: auto;
	}

	#main .listBox .photoBox img {
		width: 100%;
	}

	#main .mustText {
		margin-right: 0 !important;
		font-size: 12px;
		text-align: left;
	}

	#main .tsuruBox .listBox .photoBox .textImg {
		bottom: auto;
		top: 20%;
		width: 38%;
	}

	#main .tsuruBox .listBox {
		padding-bottom: 26px;
	}

	#main .temperature .effTitle {
		padding-bottom: 23px;
	}

	#main .temperature .effTitle .num img {
		width: 42px;
	}

	#main .temperature .inner {
		padding: 70px 0 106px;
		background: url(../images/sp_bg12.jpg) no-repeat center top;
		background-size: cover;
	}

	#main .temperature .subInner {
		width: auto;
		margin: 0 30px;
	}

	#main .temperature .headLine01 .topText {
		margin-bottom: 13px;
	}

	#main .temperature .imgBox p {
		width: 220px;
		line-height: 1.8;
	}

	#main .temperature .imgBox .photo {
		float: right;
		margin: 0 -20px 0 0;
		width: 44%;
	}

	#main .temperature .inner .comTextBox {
		margin: 0;
		width: auto;
		float: none;
	}

	#main .temperature .imgBox .photo img {
		width: 100%;
	}

	#main .temperature .imgBox {
		margin-bottom: 13.5%;
	}

	#main .temperature .listBox {
		padding-bottom: 27px;
		width: auto;
		margin: 0 -15px;
	}

	#main .temperature .listBox .photoBox {
		margin: 19px 0 12px;
	}

	#main .temperature .photoBox .textImg {
		width: 39%;
		top: auto;
		bottom: -68px;
		right: -38px;
	}

	#main .temperature {
		margin-bottom: -11%;
	}

	.widBox {
		width: auto;
	}

	#main .spSection {
		background: url(../images/sp_bg13.png) no-repeat center top;
		background-size: cover;
	}

	#main .temperatureBox {
		background: none;
	}

	#main .temperatureBox .textImg {
		width: 48%;
		right: -28px;
	}

	#main .temperatureBox .textImg img {
		width: 100%;
		height: auto;
	}

	#main .temperatureBox .widBox {
		padding: 71px 15px 0;
	}

	#main .temperatureBox .headLine01 .topText {
		margin-bottom: 15px;
		letter-spacing: 0;
	}

	#main .temperatureBox .comTextBox p {
		width: 215px;
		line-height: 1.75;
	}

	#main .temperatureBox .listBox .photoBox {
		margin-bottom: 0;
	}

	#main .temperatureBox .listBox .photoBox .textImg {
		width: 38%;
		top: 19%;
		right: -36px;
	}

	#main .temperatureBox .listBox .photoBox .image {
		margin-left: 2px;
	}

	#main .temperatureBox .listBox .photoBox .textUl {
		margin: 0 0 8px 15px;
		padding-top: 5px;
	}

	#main .temperatureBox .listBox .photoBox .textUl > li {
		width: auto !important;
		float: none !important;
	}

	#main .temperatureBox .listBox .photoBox .textUl > li ul li {
		padding-left: 2px;
		margin: 0;
		font-size: 15px;
	}

	#main .temperatureBox .listBox .photoBox .textUl > li ul li:after {
		width: 12px;
		height: 13px;
		top: 4px;
	}

	#main .temperatureBox .listBox {
		padding-bottom: 28px;
	}

	#main .morningBox .photo img {
		width: 100%;
		margin: 0;
	}

	#main .morningBox {
		padding: 30px 0 0;
		background: none;
	}

	#main .morningBox .widBox {
		width: auto;
	}

	#main .morningBox .widBox .comTextBox {
		width: auto;
		margin: 0;
		top: 53px;
		left: 33px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	#main .morningBox .photo {
		margin-top: -43px;
	}

	#main .morningBox .headLine01 {
		font-size: 16px;
	}

	#main .morningBox .headLine01 .bottomText {
		font-size: 26.4px;
	}

	#main .comfortBox {
		margin-top: -54px;
		padding: 0;
	}

	#main .comfortBox .shapeBox {
		padding: 53px 40px 30px;
	}

	#main .comfortBox h3 {
		margin-bottom: 37px;
		font-size: 27.5px;
	}

	#main .comfortBox h3 img.sp {
		width: 180px;
		display: inline-block !important;
		margin: 0 auto;
	}

	#main .comfortBox h3 .spImg {
		display: block;
		margin-bottom: 13px;
	}

	#main .comfortBox h3 .spImg img {
		width: 52px;
	}

	#main .comfortBox h3 .spTxt {
		display: block;
		margin-top: -12px;
	}

	#main .comfortBox .imgUl {
		margin: 0;
	}

	#main .comfortBox .imgUl li {
		width: auto;
		float: none;
		position: relative;
		margin: 0 -40px 20px !important;
		overflow: hidden;
	}

	#main .comfortBox .imgUl li:nth-child(2n-1) .image {
		width: 84%;
		float: right;
	}

	#main .comfortBox .imgUl li:nth-child(2n) .image {
		width: 84%;
		float: left;
	}

	#main .comfortBox .imgUl li .textBox {
		text-align: left;
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	#main .comfortBox .imgUl li .textBox .title {
		text-align: left;
		display: inline;
		font-size: 15px;
	}

	#main .comfortBox .imgUl li .textBox .title span {
		text-align: left;
		font-weight: normal;
	}

	#main .comfortBox .imgUl li .textBox .text {
		font-size: 22.5px;
		line-height: 1.7;
	}

    #main .comfortBox .imgUl li .textBox .text span {
        line-height: 1.3;
    }

	#main .comfortBox .imgUl li:nth-child(2n-1) .textBox {
		left: 30px;
	}

	#main .comfortBox .imgUl li:nth-child(2n) .textBox {
		right: 25px;
	}

	#main .shapeBox02 .img04,
	#main .shapeBox02 .img03 {
		display: none;
	}

	#main .effectBox {
		margin-bottom: 66px;
		padding: 75px 0 80px;
		background-image: url(../images/sp_photo11.jpg);
	}

	#main .effectBox h3 {
		margin-bottom: 47px;
		font-size: 17.5px;
		line-height: 1.8;
	}

	#main .effectBox h3 .txtSpan {
		font-size: 25px;
		border: none;
		display: inline;
		background: url(../images/sp_photo10.png) repeat-x left bottom;
		background-size: 4px auto;
	}

	#main .effectBox h3 .txtSpan br.sp {
		display: inline-block !important;
	}

	#main .effectBox h3 .spTxt {
		display: inline-block;
		margin-bottom: 10px;
	}

	#main .effectBox .imgBox {
		margin: 0 15px;
		padding: 45px 35px 61px;
	}

	#main .effectBox .imgBox .textBox {
		width: auto;
		float: none;
		margin: 0;
	}

	#main .effectBox .imgBox .photo {
		display: none;
	}

	#main .effectBox .imgBox .textBox .title {
		margin-bottom: 25px;
		font-size: 25px;
		text-align: center;
		line-height: 1.75;
	}

	#main .effectBox .imgBox .spPhoto {
		margin: 0 59px 24px 40px;
	}

	#main .effectBox .imgBox .spPhoto img {
		width: 100%;
	}

	#main .effectBox .imgBox .textBox .comBtn02 {
		margin: 20px 0 0 0;
		width: auto;
	}

	#main .effectBox .imgBox .textBox .comBtn02 a {
		padding: 15px 18px 17px;
	}

	#main .effectBox .imgBox .textBox .comBtn02 a span {
		font-family: "Times New Roman", Times, serif;
	}

	#main .comBtn02 {
		width: auto;
		margin: 27px 15px 0;
	}

	#main .comBtn02 a {
		padding: 19px 18px 21px;
	}

	#gFooter {
		padding-top: 30px;
	}

	.menu {
		background: url(../images/menu.png) no-repeat left top;
		background-size: 27px auto;
	}

	.menu img {
		visibility: hidden;
	}

}


@media screen and (max-width: 374px) {
	#main .complaintBox .title {
		font-size: 24px;
	}

	#main .complaintBox ul {
		margin: 0 8px;
	}

	#main .sleepBox .inner .textImg {
		margin-bottom: -180px;
	}

	#main .effTitle .text {
		font-size: 22px;
	}

	.headLine01 .bottomText {
		font-size: 22px;
	}

	#main .circulation .inner p {
		width: 150px;
	}

	#main .tsuruBox .imgBoxR .comTextBox{
		width: 160px;
	}

	#main .listBox .textBox .title {
		font-size: 23px;
	}

	#main .temperatureBox .listBox .photoBox .textUl > li ul li {
		font-size: 12px;
	}

	#main .temperatureBox .listBox .photoBox .textUl > li ul li:after {
		top: 2px;
	}

	#main .morningBox .headLine01 .bottomText {
		font-size: 21px;
	}

	#main .effectBox .imgBox {
		padding-left: 15px;
		padding-right: 15px;
	}

	#gHeader .content {
		padding: 13px 18px 15px 20px;
	}
	#gHeader h1,
	#gHeader h1 a,
	#gHeader h1 embed{
		width: 60%;
	}

}

