@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
#container .flex {
    align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
/*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
/* 購入ボタン */
#container .buy-btn a{
	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;
	color: #fff;
	display: block;
	font: bold 1rem/2.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	letter-spacing: -0.2px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#container .buy-btn a{
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .buy-btn a::before {
	border: solid 4px transparent;
	border-left: solid 6px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
#container .buy-btn a:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}

/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/howto-lashlift/mainvisual-bg-sp.jpg) no-repeat;
	background-size: 100%;
	margin-bottom: 8%;
	padding: 7%  3%;
	position: relative;
}
#container .mainvisual .boom-icon{
  width: 25%;
  position: absolute;
  top: 1%;
  left: 20%;
}
#container .mainvisual .headtitle{
	color: #000;
	font: bold 1.5rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    text-align: right;
}
#container .mainvisual .headtitle em{
  font-size: 1.5rem;
	font-weight: bold;
}
#container .mainvisual .headtitle .ul1{
	background: url(/contents/shop/sevenbeauty/img/freepage/howto-lashlift/headtitle-ul1.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
}
#container .mainvisual .headtitle .ul2{
	background: url(/contents/shop/sevenbeauty/img/freepage/howto-lashlift/headtitle-ul2.png) no-repeat;
	background-size: 100%;
	background-position: left 0 bottom -5px;
}

/*-------------------
   difference
-------------------*/
#container .difference .difference-list{
	background: #eae8ef;
	margin: 0 0 5%;
	padding: 5% 5% 1%;
}
#container .difference .difference-list p{
	color: #706895;
	font: 1rem/1.3 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 0 5%;
}
#container .difference .difference-list p em{
	font-size: 1.5rem;
	font-style: italic;
	letter-spacing: -1px;
	margin: 0 2% 0 0;
}
#container .difference ul li{
	margin: 5% auto 0;
	width: 100%;
}
#container .difference ul li h3{
	background: #706895;
	border-radius: 10px;
	color: #FFF;
    font: bold 1.2rem/2.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 0 5%;
	text-align: center;
}
#container .difference ul li p{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
}
#container .difference ul li dt{
	color: #000;
	font: bold 1.1rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 5% 0 3%;
}
#container .difference ul li dt::before{
	color: #706895;;
	content: "■";
}
#container .difference ul li dd{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 0 5%;
    padding: 0 0 0 4%;
    position: relative;
}
#container .difference ul li dd::before{
	background:url(/contents/shop/sevenbeauty/img/freepage/howto-lashlift/icon-dot.png) no-repeat;
	background-size:contain;
	content:"";
	display:inline-block;
	position:absolute;
	top: 5px;
	left:0;
	width: 10px;
	height: 10px;
}

/*-------------------
   design
-------------------*/
#container .design .design-list img{
	display: block;
	margin: 0 auto;
	width: 230px;
}
#container .design .design-list p{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 1% auto 5%;
    width: 80%;
}

/*-------------------
   merit/adaptation
-------------------*/
#container .merit ul li,
#container .adaptation ul li{
	margin: 5% auto 0;
	width: 100%;
}
#container .merit ul li dt,
#container .adaptation ul li dt{
	border-radius: 10px;
	color: #FFF;
    font: bold 1.2rem/2.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 0 5%;
	text-align: center;
}
#container .bg-red{
	background: #d0050d;
}
#container .bg-gray{
	background: #707070;
}
#container .merit ul li dd,
#container .adaptation ul li dd{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 0 5%;
    padding: 0 0 0 4%;
    position: relative;
}
#container .merit ul li dd::before,
#container .adaptation ul li dd::before{
	background:url(/contents/shop/sevenbeauty/img/freepage/howto-lashlift/icon-dot.png) no-repeat;
	background-size:contain;
	content:"";
	display:inline-block;
	position:absolute;
	top: 5px;
	left:0;
	width: 10px;
	height: 10px;
}

/*-------------------
   duration
-------------------*/
#container .duration table{
	border-collapse: collapse;
	width: 100%;
}
#container .duration th,
#container .duration td{
	border: solid 1px #d9d9d9;
	border-collapse: collapse;
	font: 1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    padding: 2%;
    text-align: center;
    vertical-align: middle;
}
#container .duration th{
	background: #b7b3ca;
	color: #FFF;
}
#container .duration .duration-txt p{
	font: 0.9rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 5% 0 0;
    padding: 0 0 0 5%;
    position: relative;
}
#container .duration .duration-txt p::before{
	content:"※";
	display:inline-block;
	position:absolute;
	top: 0;
	left:0;
	width: 10px;
	height: 10px;
}
#container .duration h3{
	border-left: solid 6px #706895;
	color: #000;
	font: bold 1.1rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 10% 0 5%;
	padding: 1% 2%;
}
#container .duration .common-column .left{
	margin: 0 0 3%;
}
/*-------------------
   tool
-------------------*/
#container .tool ul li{
	font: 0.9rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 2% 5%;
    width: 46%;
}
/*-------------------
   video
-------------------*/
#container .video-wrap {
     position: relative;
     padding-bottom: 30.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
#container .video-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*-------------------
   flow
-------------------*/
#container .flow h2{
	background: #706895;
	border: none;
	color: #FFF;
	font: bold 1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    padding: 5%;
    text-align: center;
}
#container .flow h2 em{
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
#container .flow .step-wrap{
	border-bottom: dashed 1px #706895;
	margin: 10% 0;
	padding: 0 0 10%;
}
#container .flow .step-wrap .step-no{
	color: #706895;
	font: bold 1.2rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 0;
	text-align: center;
}
#container .flow .step-wrap .step-no em{
	font-size: 1.8rem;
	font-weight: bold;
}
#container .flow .step-wrap h3{
	color: #000;
	font: bold 1.2rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 0 0 5%;
	text-align: center;
}
#container .flow .step-wrap .step-txt{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
	margin: 0 0 5%;
}
#container .flow .step-wrap .txt-ul{
	display: inline;
	text-decoration: underline;
}
#container .flow .step-wrap .step-pht{
	display: block;
	margin: 0 auto 5%;
	width: 100%;
}
#container .flow .step-wrap .item-list li .pickup-icon,
#container .flow .step-wrap .item-list-catch li .pickup-icon{
	position: absolute;
	top: -10px;
	left: -10px;
	height: 48px;
	width: 50px;
	z-index: 1;
}
#container .flow .step-wrap .elegance-catch{
	display: block;
	margin: 8% auto 0;
	width: 100%;
}
/* 商品紹介(キャッチなし) */
#container .flow .step-wrap .item-list li{
	margin: 5% 2% 0;
	position: relative;
	width: 46%;
}
#container .flow .step-wrap .item-list li .item-name{
	font: 0.8rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
	margin: 5% 0 0;
	text-align: center;
}
#container .flow .step-wrap .item-list li img{
	width: 100%;
}
/* 商品紹介(キャッチあり) */
#container .flow .step-wrap .item-list-catch li{
	clear: both;
	margin: 8% 2% 3%;
	position: relative;
	width: 100%;
}
#container .flow .step-wrap .item-list-catch li .item-pht{
	float: left;
	margin: 0 4% 0 0;
	width: 36%;
}
#container .flow .step-wrap .item-list-catch li .detail{
	float: left;
	width: 60%;
}
#container .flow .step-wrap .item-list-catch li .item-catch{
	color: #706895;
	font: bold 1rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
}
#container .flow .step-wrap .item-list-catch li .item-name{
	font: 0.8rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
	margin: 3% 0 0;
}
#container img.siliconrod-recomme {
    margin: 1% 0 4%;
	width: 100%;
}
/* STEP.3(ロッド選定) */
#container .flow .step-wrap h4{
	background: #706895;
	border-radius: 5px;
	color: #FFF;
	font: bold 1rem/2.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
	margin: 5% 0 3%;
	text-align: center;
	width: 170px;
}
#container .flow .step-wrap h5{
    border: solid 1px #706895;
    border-radius: 5px;
    color: #706895;
    font: bold 1rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 3% 0;
    padding: 2%;
    text-align: center;
}
#container .flow .step-wrap .rod-txt{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
}
#container .flow .step-wrap .rod-box .rod-left{
	width: 50%;
}
#container .flow .step-wrap .rod-box .rod-pht{
	margin: 5% 0 0 4%;
	width: 46%;
}
/* STEP.4 */
#container .flow .step-wrap .border-box{
	border: none;
}
#container .flow .step-wrap .pick-txt-pc{
	display: none;
}
#container .flow .step-wrap .pick-txt-sp{
	border: solid 1px #706895;
	color: #706895;
	font: 0.9rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
	margin: 3% auto 0;
	padding: 3%;
	text-align: center;
	width: 80%;
}
/* STEP.6 */
#container .flow .step-wrap .step6-wrap dl{
	margin: 0 2% 5%;
	width: 46%;
}
#container .flow .step-wrap .step6-wrap dt img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .flow .step-wrap .step6-wrap dd{
	font: 0.9rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
	margin: 5% 0 0;
}
/* STEP.7 */
#container .flow .step-7{
	border-bottom: dashed 1px #706895;
	margin: 0 0 10%;
	padding: 0 0 10%;
}
/* STEP.9 */
#container .flow .step-9 .step-inner{
	margin-bottom: 10%;
}
/* STEP.10 */
#container .flow .step-10{
	border: none;
	padding: 0;
}
/* after-attention */
#container .flow .after-attention{
	border: solid 1px #d0050d;
	margin: 0 0 5%;
	padding: 5%;
}
#container .flow .after-attention .aa-title{
	color: #d0050d;
	font: bold 1.4rem/1.1 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
	margin: 0 0 3%;
	text-align: center;
}
#container .flow .after-attention .aa-txt{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;	
	margin: 0 0 5%;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/

}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	padding: 10%  3%;
	position: relative;
}
#container .mainvisual .boom-icon{
	width: 22%;
	left: 25%;
}
#container .mainvisual .headtitle{
	font-size: 2.5rem;
}
#container .mainvisual .headtitle em{
	font-size: 3rem;
}

/*-------------------
   difference
-------------------*/
#container .difference .difference-list{
	margin: 0 0 3%;
	padding: 3% 3% 1%;
}
#container .difference .difference-list p{
	margin: 0 0 3%;
}
#container .difference ul li{
	margin: 3% 2% 0;
	width: 46%;
}

/*-------------------
   design
-------------------*/
#container .design .design-list li{
	margin: 0 2%;
	width: 46%;
}

/*-------------------
   merit/adaptation
-------------------*/
#container .merit ul li,
#container .adaptation ul li{
	margin: 3% 2% 0;
	width: 46%;
}

/*-------------------
   duration
-------------------*/
#container .duration .duration-txt p{
	margin: 3% 0 0;
    padding: 0 0 0 3%;
}
#container .duration h3{
	font-size: 1.5rem;
	margin: 8% 0 3%;
	padding: 1%;
}
#container .duration .common-column .left{
	margin: 0;
}
#container .duration .cycle-pht{
	display: block;
	margin: 0 auto;
}

/*-------------------
   tool
-------------------*/
#container .tool ul li{
	margin: 0 2% 3%;
    padding: 0 0 0 2%;
    width: 29.3%;
}
#container .tool ul li::before{
	width: 11px;
	height: 10px;
}

/*-------------------
   flow
-------------------*/
#container .flow h2{
	font-size: 1.3rem;
	padding: 3%;
}
#container .flow h2 em{

	font-size: 1.8rem;
}
#container .flow .step-wrap{
	margin: 8% 0;
	padding: 0 0 8%;
}
#container .flow .step-wrap .left,
#container .flow .step-wrap .right{
	margin: 0 auto;
	width: 46%;
}
#container .flow .step-wrap .step-no{
	font-size: 1.5rem;
}
#container .flow .step-wrap .step-no em{
	font-size: 2.2rem;
}
#container .flow .step-wrap h3{
	font-size: 1.5rem;
	margin: 0 0 3%;
}
#container .flow .step-wrap .step-txt{
	margin: 0 0 3%;
}
#container .flow .step-wrap .step-pht{
	margin: 0 auto 3%;
}
#container .flow .step-wrap .elegance-catch{
	display: block;
	margin: 8% auto 0;
	width: 100%;
}
/* 商品紹介(キャッチなし) */
#container .flow .step-wrap .item-list li{
	margin: 3% 2% 0;
}
/* 商品紹介(キャッチあり) */
#container .flow .step-wrap .item-list-catch li{
	margin: 5% 0 0;
}
/* STEP.3(ロッド選定) */
#container .flow .step-wrap h4{
	margin: 5% 0 3%;
	width: 155px;
}
/* STEP.7 */
#container .flow .step-7{
	border: none;
	margin: 0;
	padding: 0;
}
/* STEP.9 */
#container .flow .step-9 .step-inner {
    margin-bottom: 5%;
}
/* STEP.10 */
#container .flow .step-10{
	border: none;
	padding: 0;
}
#container .flow .step-10 .item-list-catch li{
	margin: 3% 2% 0;
	width: 46%;	
}
/* after-attention */
#container .flow .after-attention{
	padding: 3%;
}
#container .flow .after-attention .aa-title{
	font-size: 1.8rem;
	margin: 0 0 2%;
	text-align: center;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/howto-lashlift/mainvisual-bg-pc.jpg) no-repeat;
	height: 300px;
	margin-bottom: 5%;
	padding: 8% 3% 0;
}
#container .mainvisual .boom-icon{
	width: 170px;
	top: 13%;
	left: 38%;
}
#container .mainvisual .headtitle{
	font-size: 2.5rem;
}
#container .mainvisual .headtitle em{
	font-size: 3.5rem;
}
#container .mainvisual .headtitle .sp-only{
	display: none;
}
/*-------------------
   difference
-------------------*/
#container .difference .difference-list{
	margin: 0 0 3%;
	padding: 2% 3% 1%;
}
#container .difference .difference-list p{
	font-size: 1.1rem;
    margin: 0 0 1%;
}
#container .difference .difference-list p em{
	font-size: 1.8rem;
	margin: 0 1% 0 0;
}
#container .difference .common-txt{
	margin: 0 0 3%;
}
#container .difference ul li{
	margin: 0 2%;
	width: 46%;
}
#container .difference ul li dd{
    margin: 0 0 3%;
    padding: 0 0 0 3%;
}
/*-------------------
   evolution
-------------------*/
#container .evolution .common-txt{
	margin: 0 0 2%;
}
/*-------------------
   design
-------------------*/
#container .design .common-txt{
	margin: 0 0 2%;
}
#container .design .design-list li{
	clear: both;
	width: 50%;
}
#container .design .design-list img{
	float: left;
	margin: 0 4% 0 0;
	width: 46%;
}
#container .design .design-list p{
	float: left;
    margin: 5% 0 0;
    width: 48%;
}
/*-------------------
   merit/adaptation
-------------------*/
#container .merit ul li,
#container .adaptation ul li{
	margin: 0 2% 0;
	width: 46%;
}
#container .merit ul li dd,
#container .adaptation ul li dd{
	margin: 0 0 3%;
    padding: 0 0 0 3%;
}
/*-------------------
   duration
-------------------*/
#container .duration table{
	margin: 0 auto;
	width: 800px;
}
#container .duration .duration-txt p{
    margin: 2% auto 0;
    padding: 0 0 0 2%;
    width: 800px;
}
#container .duration h3{
	font-size: 1.5rem;
	margin: 8% 0 3%;
	padding: 0 1%;
}
#container .duration .common-column .left{
	margin: 0;
}
/*-------------------
   tool
-------------------*/
#container .tool ul li{
    letter-spacing: -0.5px;
    margin: 0 0 2%;
    width: 25%;
}
#container .tool .tool-pht{
	display: block;
	margin: 3% auto 0;
}
/*-------------------
   video
-------------------*/
#container .video-wrap {
	margin: 0 auto;
	height: 366px;
	width: 650px;
}
/*-------------------
   flow
-------------------*/
#container .flow h2{
	font-size: 1.5rem;
    padding: 2%;
}
#container .flow h2 em{
	font-size: 2rem;
}
#container .flow .step-wrap{
	margin: 6% 0;
	padding: 0 0 6%;
}
#container .flow .step-wrap .step-no{
	font-size: 1.5rem;
}
#container .flow .step-wrap .step-no em{
	font-size: 1.8rem;
}
#container .flow .step-wrap .left,
#container .flow .step-wrap .right{
    margin: 0 auto;
	width: 48%;
}
#container .flow .step-wrap h3{
	font-size: 1.5rem;
	margin: 0.5% 0 3%;
}
#container .flow .step-wrap .step-txt{
	margin: 0 0 3%;
	text-align: center;
}
#container .flow .step-wrap .step-pht{
	margin: 0 auto 3%;
	width: 100%;
}
#container .flow .step-wrap .elegance-catch{
	margin: 5% auto 0;
	width: 440px;
}
/* 商品紹介(キャッチなし) */
#container .flow .step-wrap .item-list li{
	margin: 0 2%;
	width: 29.3%;
}
#container .flow .step-wrap .item-list li .item-name{
	letter-spacing: -0.1px;
}
/* 商品紹介(キャッチあり) */
#container .flow .step-wrap .item-list-catch li{
	margin: 5% 0;
}
#container .flow .step-wrap .item-list-catch li .item-pht{
	width: 30%;
}
#container .flow .step-wrap .item-list-catch li .detail{
	padding: 3% 0 0;
	width: 62%;
}
#container img.siliconrod-recomme {
    width: 90%;
}
/* STEP.3 */
#container .flow .step-wrap h5 {
    width: 95%;
}
#container .flow .step-wrap h5 br {
	display: none;
}
/* STEP.4 */
#container .flow .step-wrap .border-box{
	border: none;
}
#container .flow .step-wrap .pick-txt-pc{
	align-items: center;
	border: solid 1px #706895;
	color: #706895;
	display: flex;
	font: 1rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	min-height: 238px;
	padding: 10%;
	text-align: center;
}
#container .flow .step-wrap .pick-txt-sp{
	display: none;
}
/* STEP.6 */
#container .flow .step-wrap .step6-wrap dl{
	margin: 0 1% 5%;
	width: 23%;
}
/* STEP.7 */
#container .flow .step-7{
	border: none;
	margin: 0;
	padding: 0;
}
/* STEP.10 */
#container .flow .step-10 .item-list-catch li{
	margin: 3% 0;
	width: 50%;
}
/* STEP.11 */
#container .flow .step-11{
	border: none;
	padding: 0;
}
/* after-attention */
#container .flow .after-attention{
	clear: both;
	margin: 0 0 3%;
	min-height: 345px;
	padding: 3%;
}
#container .flow .after-attention .aa-title{
	font-size: 1.5rem;
}
#container .flow .after-attention .aa-txt{
	float: left;
	margin: 0 0 5%;
	width: 56%;
}
#container .flow .after-attention img{
	float: left;
	margin: 0 0 0 4%;
	width: 40%;
}
}