@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

/*-------------------
   common
-------------------*/
#container .wrapper {
	margin:0;
	padding: 0 0 40px !important;
	font: 1.0rem/1.2 "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
#mobile_detail_content {
	font-size: 1.0rem;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*---7esthe_mobile.css リセットOP対策----*/

#container h2,
#container h3,
#container h4,
#container h5 {
	margin:0;
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container h3 span,
#container h4 span,
#container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*---7esthe_mobile.css リセットOP対策----*/
.write_box dl dt, .write_box dl dd {
	margin:0;
	font-size: 1rem;
}
.write_box {
	margin:0;
	padding:0;
}

/*-----------------------
   ボタン
-----------------------*/
#container .wrapper .buy-btn {
	clear:both;
	position: relative;
	display: block;
	margin:10px 0 10px 0;
	padding:7px 0 7px 0;
	font: bold 1.6rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	color: #fff;
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	text-align: center;
}
#container .wrapper .buy-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .wrapper .buy-btn a::before {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	top: -1px;
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
}
#container .wrapper .buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}

/*-----------------------
   section
-----------------------*/

#container .wrapper #link1,#container .wrapper #link2,#container .wrapper #link3 {
	margin:10px;
}	
#container .wrapper .section{
	margin:10px;
}
#container .wrapper .section-title{
	margin:50px 0 10px;
	text-align: center;
	background: none;
}
#container .price {
	font: bold 2.4rem/1.4 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #d847ad;
}
#container .title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
#container .text{
	margin:20px 20px 0 0;
	font: normal 1rem/1.4 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .item-number{
	margin:5px 0;
	font: bold 0.8rem/1.4 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .item-name{
	margin:10px 10px;
	font: normal 1rem/1.4 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .price-base{
	margin:10px 0;
	font: normal 1rem/1.4 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*-------------------
   section2
-------------------*/
.section2 .size-img{
	text-align: center;
	margin: 40px 10px;
}

/*-------------------
   section3
-------------------*/
.section3 .switch-img{
	float: left;
	margin: 0 20px 40px;
}
.section3 .item-desc,.section3 .check-list{
	padding-right: 20px;
}
.section3 .item-desc{
	margin-top: 105px;
}
.section3 .item-desc .title{
	font-size: 1.3rem;
	font-weight: bold;
}
.section3 .item-desc .text_tw{
	font-size: 1.1em;
	line-height: 1.6;
}
.section3 .check-list{
	margin: 0;
	font-size: 1.1em;
}
.section3 .check-list img{
	vertical-align: top;
	margin-right: 5px;
}


/*  スマートフォン  */
@media screen and (max-width: 480px) {
#container  {
	margin:0;
	padding:0;
	width:100%;
}
/*-------------------
   mainvisual
-------------------*/
#container .head{
	margin:0;
	padding:0;
	background: url("/contents/shop/sevenbeauty/img/freepage/stylish-towelwarmer/top-bg-sp.jpg") no-repeat;
	background-size:cover;
	background-position: center top;
}
#container .head .title{
	margin:0 auto;
	padding: 90px 10px 280px;
	font: bold 2.2rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #ffffff;
	text-align:center;
}
#container .head .title::after{
	position: relative;
	margin: 0 0 0 10px;
	padding: 0 10px;
	font: normal 1rem/1 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #ffffff;
	border-radius: 30px;
	color: #666666;
	content: "8L";
	top: 0;
}
#container .text{
	margin:20px 0 0 0;
	font: normal 0.9rem/1.4 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.head .text_tw-bottom{
	color: #ffffff;
}
#container .text-bottom {
	margin:20px;
	padding:10px;
	font: normal 1rem/1.4 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .canpaign{
	margin:10px 20px 20px;
}
/*-----------------------
   section
-----------------------*/
#container .mid-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#container .mid-menu li{
	position:relative;
	margin:20px auto 40px;
	padding: 10px;
 width: calc(98% / 3);
 webkit-width: calc(98% / 3);
}
#container .div2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#container .div2 li{
	position:relative;
	margin:10px auto 20px;
	padding: 10px;
 width: calc(98% / 1);
 webkit-width: calc(98% / 1);
}
/*-------------------
   section2
-------------------*/
#container .wrapper .section-title {
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 font-size: 1.7rem;
 line-height: 2.0;
 font-weight: bold;
 color: #fff;
 background: url(/contents/shop/sevenbeauty/img/freepage/stylish-towelwarmer/title-bg.jpg);
}
#container .wrapper .section-title2{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2rem;
	text-align: center;
	margin: 40px 0 20px;
}
#container .wrapper .section-title2 strong{
	font-size: 1.1rem;
	font-weight: bold;
}
#container .wrapper .section-title2 .red{
	color: #dc1111;
 float: none;
 padding: 0;
 font-size: inherit;
 cursor: auto;
 background: none;
}
#container .feature-title {
 margin: 20px 0 10px;
 font: normal 1.6rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 border-left: 5px solid #333;
 padding-left: 10px;
}
}

@media screen and (min-width: 480px) {
#container  {
	margin:0 auto;
	max-width:1040px;
}
#container .wrapper section {
	padding: 20px 10px 20px 10px;
}

#container .head .title::after{
	background-color: #fff;
	border-radius: 30px;
	color: #666;
	content: "8L";
	font: normal 1rem/1 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 0 0 10px;
	padding: 0 20px;
	position: relative;
	top: -10px;
}
.head .text_tw-bottom{
	color: #fff;
}
.head .iconWrapper{
}
.head .icon{
	float: left;
	margin-right: 10px;
}
#container .text-bottom {
	margin:20px;
	padding:20px;
	font: normal 1rem/1.4 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .canpaign{
	margin:10px 20px 200px;
	text-align:right;
}
/*-----------------------
   section
-----------------------*/
#container .mid-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#container .mid-menu li{
	position:relative;
	margin:20px auto 40px;
	padding: 10px;
 width: calc(98% / 3);
 webkit-width: calc(98% / 3);
}
#container .div2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#container .div2 li{
	position:relative;
	margin:20px auto 40px;
	padding: 10px;
 width: calc(98% / 2);
 webkit-width: calc(98% / 2);
}
/*-------------------
   section2
-------------------*/
#container .wrapper .section-title {
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 font-size: 2rem;
 line-height: 2.0;
 font-weight: bold;
 color: #fff;
}
#container .wrapper .section-title2{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.8rem;
	text-align: center;
	margin: 40px 0;
}
#container .wrapper .section-title2 strong{
	font-size: 1.3rem;
	font-weight: bold;
}
#container .wrapper .section-title2 .red{
	color: #dc1111;
 float: none;
 padding: 0;
 font-size: inherit;
 cursor: auto;
 background: none;
}
#container .feature-title {
 margin: 20px 0 30px;
 font: normal 2rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 border-left: 5px solid #333;
 padding-left: 15px;
}
}



 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .head{
	margin:0;
	padding:0;
	width:100%;
	background: url("/contents/shop/sevenbeauty/img/freepage/stylish-towelwarmer/top-bg.jpg") no-repeat;
	background-size:contain;
	background-position: left top;
}
#container .head .title{
 padding: 300px 80px 150px;
	color: #fff;
	font: bold 2.4rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
}

 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .head{
	margin:0;
	padding:0;
	width:100%;
	background: url("/contents/shop/sevenbeauty/img/freepage/stylish-towelwarmer/top-bg.jpg") no-repeat;
	background-size:cover;
	background-position: left top;
}
#container .head .title{
 padding: 300px 80px 250px;
	color: #fff;
	font: bold 2.4rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
}
