@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 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#container section {
	margin: 10px auto 0;
	padding: 10px 10px 0;
}
/*-------------------
   mainvisual
-------------------*/
#container {
    overflow: hidden;
}
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/edfee_kv.jpg);
    background-repeat: repeat-y;
	padding: 15px 10px 10px;
    background-size: 105%;
    background-position: right top;
}
#container .mainvisual p {   
	margin: 1px auto;
    padding: 0 0 3px;
    font: bold 1.1rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    text-align: right;
    border-bottom: solid 1.5px #fff;
}
#container .mainvisual p .iro {   
	color: #b29621;
}
#container .mainvisual p em {   
	font-size: 0.9rem;
}
#container .mainvisual h1 {   
	color: #a6002d;
    margin: -28px 0px 156px 60px;
    padding: 0px;
    font: bold 1.4rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    text-align: center;
    letter-spacing: -0.1rem;
}
#container .mainvisual .icon img {
	display: inline-block;
    animation: hurueru 1.5s  infinite;
	width: 21%;
	height: 21%;
	margin: -15px 0;
}
@keyframes hurueru {
	  0% {transform: translate(0px, 0px) rotateZ(0deg)}
    4% {transform: translate(4px, 2px) rotateZ(2deg)}
    6% {transform: translate(0px, 2px) rotateZ(0deg)}
    8% {transform: translate(2px, 0px) rotateZ(2deg)}
    10% {transform: translate(0px, 0px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
#container .sec1 {
	background-color: #eeeeee;
	font: bold 1.3rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin: 0;
    padding: 5px;
}
#container .sec9 {
	font: bold 1.3rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin: 0;
    padding: 5px;
}
/* ベストアイテム受賞バナー */
#container .beautyitem-bnr{
	margin-bottom: 5%;
}

/*---
#container .taikenkai p {
	font-size: 1.0rem;
	text-align: center;
	margin: 10px auto 5px;
}
#container .taikenkai h2 {
	text-align: center;
	font-size: 2.0rem;
	color: #7d0022;
	margin: 8px;
}
#container .taikenkai ul {
    display: inline-block;
    width: 100%;
    margin: 0x;
}
#container .taikenkai li {
    display: block;
}
#container .taikenkai a {
    font: bold 1.2rem/1.5"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    color: #7d0022;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    padding: 12px 5px;
    transition: all .2s;
    margin: 9px 0;
}
#container .taikenkai .edfee_btn {
    background: linear-gradient(to bottom, #b7a246 0%, #b7a246 100%);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font: 0.9rem/2.0 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;
	margin: 0 0 0 auto;
	float: right;
    padding: 1px 0px -1px;
    width: 150px;
    text-decoration: none;
}
#container .taikenkai .edfee_btn:before { 
    border: solid 3px transparent;
    border-left: solid 5px #fff;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -1px;
}
#container .taikenkai .edfee_btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
---*/

#container .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/back_merit.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px;
    width: auto;
    height: 350px;
    background-position: right top;
}
#container .sec2 p {
	font: 1.2rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	color: #fff;
	margin: 5px;
}
#container .sec2 h2 {
	font: bold 1.0rem/1rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
}
#container .sec2 h2 .big {
	font:bold 1.8rem/1.0 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	color: #fff;
}
#container .sec2 h2 em {
	font: bold 0.5rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	color: #fff;
}
#container .sec2 .merit1 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no1.png) left 0px top 10px no-repeat;
    background-size: 12%;
    padding: 0px 0 0px 40px;
}
#container .sec2 .merit2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no2.png) left 0px top 10px no-repeat;
    background-size: 12%;
    padding: 0px 0 0px 40px;
}
#container .sec2 .merit3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no3.png) left 0px top 10px no-repeat;
    background-size: 12%;
    padding: 0px 0 0px 40px;
}
#container .sec2 .merit4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no4.png) left 0px top 0px no-repeat;
    background-size: 12%;
    padding: 0px 0 20px 40px;
}
#container .sec2 ul {
	color: #f7d6c6;
	font: normal 0.8rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: left;
}
#container .sec2 li {
	margin: 10px;
}
#container .sec2 ul .big {
	color: #ffe67b;
	font: 1.3rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: left;
}
#container .sec3,
#container .sec4,
#container .sec5,
#container .sec6 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/back_cap.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 10px;
    background-position: right top;
}
#container .sec3 .number,
#container .sec4 .number,
#container .sec5 .number,
#container .sec6 .number {
    width: 12%;
    margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#container .sec3 h2,
#container .sec4 h2,
#container .sec5 h2,
#container .sec6 h2 {
    color: #7d0022;
	font: bold 1.5rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	padding-top: 10px;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
#container .sec3 h2:before,
#container .sec4 h2:before,
#container .sec5 h2:before,
#container .sec6 h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 50px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #947f28;
	border-radius: 2px;
}
#container .sec3 h2,
#container .sec4 h2,
#container .sec5 h2,
#container .sec6 h2 {
	display: block;
}
#container .sec3 .nd,
#container .sec4 .nd,
#container .sec5 .nd,
#container .sec6 .nd {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}
#container .sec3 h3,
#container .sec4 h3,
#container .sec5 h3 {
	background: -moz-linear-gradient(to right,#ffd200,#fbe925 50%,#ffd200); 
	background: -webkit-linear-gradient(to right,#ffd200,#fbe925 50%,#ffd200);  
	background: linear-gradient(to right,#ffd200,#fbe925 50%,#ffd200); 
	font: bold 1.3rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
    padding: 10px 20px;
	margin-bottom: 15px;
	letter-spacing: -0.1px;
}
#container .sec3 p,
#container .sec4 p,
#container .sec5 p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}
#container .sec3 .flex dl {
    display: inline-table;
    padding: 5px;
    width: calc(97%/2);
    margin-bottom: 15px;
}
#container .sec3 .flex .title-gr {
    background-color: #7d7d7d;
    color: #fff;
    text-align: center;
    padding: 5px 25px;
}
#container .sec3 .flex dd {
    font-size: 0.8rem;
    line-height: 1.0rem;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}
#container .sec3 .edfee {
	background-color: #fffcd4;
	margin-bottom: 15px;
}
#container .sec3 .edfee dl {
	margin: -10px 5px 0;
    padding: 5px 0;
}
#container .sec3 .title-gl {
	background-color: #947f28;
	color: #fff;
	text-align:center;
    padding: 5px 20px;
}
#container .sec3 .edfee .iro {
	color: #947f28;
    font-size: 1.2rem;
	line-height: 1.5rem; 
	letter-spacing: -0.1px;
	margin-bottom: 0px;
	text-align:center;
}
#container .sec3 .img,
#container .sec4 .img {
	margin: 0 5px 15px;
}
#container .sec4 .box-text,
#container .sec4 .box-img {
  display: inline-block;
  vertical-align: top;
}
#container .sec4 .box-text {
  width: 130px;
}
#container .sec4 .box-img {
   width: 150px;
}
#container .wrapper .sec5 .flex-up {
    display: flex;
    flex-wrap: wrap-reverse;
}
#container .wrapper .sec5 .box-img {
    height: 0%;
    margin: 0 auto;
    padding: 0 20px 10px;
}
#container .sec5 .flow {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/flow_back.jpg) left 105px top 4px no-repeat;
    background-repeat: no-repeat;
    background-size: 35%;
    color: #947f28;
    font: bold 1.0rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    text-align: center;
    margin: -19px;
    padding: 10px;
}
#container .sec5 .flex{
	margin: -30px 0px;
	padding: 20px 5px;
	margin-bottom: 0px;
}
#container .sec5 .border{
	border: solid 1px #b4a779;
	margin-top: 20px
}
#container .sec5 .flex dl {
    display: inline-table;
    margin: 10px 0px 0px;
    padding: 2px;
    width: calc(97%/2);
    margin-bottom: 0px;
}
#container .sec5 .flex dt {
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: -0.5px;
}
#container .sec5 .flex dd {
    font-size: 0.8rem;
    line-height: 1.3rem;
    letter-spacing: -0.01px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 5px 0;
}
#container .wrapper .sec6 .box-img {
    height: 0%;
    margin: 0 auto;
    padding: 0 20px 10px;
}
#container .sec7 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/back_sup.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 15px;
    width: auto;
    height: auto;
    background-position: right top;
}
#container .sec7 p {
	font: bold 1.2rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	color: #fff;
	margin: 5px 0px;
}
#container .sec7 h2 {
	font: bold 1.5rem "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    text-align: center;
    color: #947f28;
    background: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
#container .sec7 .flex dl {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    width: calc(100%/1);
}
#container .sec7 .flex dt {
	font: bold 1.7rem "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
#container .sec7 .flex dt:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #947f28;
	border-radius: 2px;
}
#container .sec7 .flex dd {
    font-size: 0.8rem;
    line-height: 1.3rem;
    letter-spacing: 0px;
    text-align: justify;
    text-justify: inter-ideograph;
}
#container .sec8 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/back_price.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 15px;
    width: auto;
    height: auto;
    background-position: right top;
}
#container .sec8 h2 {
	font: bold 1.1rem "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	letter-spacing: 1px;
	margin: -5px 0 10px;
}
/*#container .sec8 .flex {
	display: block;
}*/
#container .sec8 .flex dl {
    margin: 0 auto 20px;
}
#container .wrapper .sec8 dt {
	font: bold 1.3rem "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 15px;
}
#container .sec8 dt:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 30px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #212121;
	border-radius: 2px;
}
#container .wrapper .sec8 dd {
	font: bold 1.3rem "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	letter-spacing: 1px;
}
#container .wrapper .sec8 dd .big {
	color: #947f28;
	font: 1.8rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;text-align: center;
	letter-spacing: 1px;
}
#container .wrapper .sec8 .small {
	font: bold 1.1rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
	letter-spacing: -0.5px;
}
#container .sec9 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/edfee_end.jpg);
    background-repeat: no-repeat;
	background-size: 110%;
	background-color: #e8e8e8;
    margin: 10px 0 -20px;
    width: auto;
    height: auto;
    background-position: right top;
}
#container .sec9 .taikenkai .text {
    font: bold 1.1rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    text-align: left;
    letter-spacing: -0.1px;
    width: 180px;
    margin: 20px 10px 40px;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .mainvisual p {
    font-size: 1.4rem;
	margin: 5px auto;
}
#container .mainvisual h1 {   
	margin: -45px 0px 13rem 70px;
	font: bold 1.7rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

/*---
#container .taikenkai a {
	font: bold 1.4rem/1.5"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	padding-left: 10px;
}
#container .taikenkai .edfee_btn {
    width: 170px;
    margin-right: 5px;
    line-height: 2.2rem;
}
#container .taikenkai h2 {
    font-size: 2.0rem;
}
---*/

#container .sec2 {
    height: 370px;
}
#container .sec2 h2 {
	letter-spacing: -0.5px;
}
#container .sec2 .merit1 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no1.png) left 0px top 10px no-repeat;
    background-size: 12%;
    padding: 0 0 0 50px;
}
#container .sec2 .merit2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no2.png) left 0px top 10px no-repeat;
    background-size: 12%;
    padding: 0 0 0 50px;
}
#container .sec2 .merit3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no3.png) left 0px top 10px no-repeat;
    background-size: 12%;
    padding: 0 0 0 50px;
}
#container .sec2 .merit4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no4.png) left 10px top 0px no-repeat;
    background-size: 11%;
    margin: 20px 0 0;
    padding: 0 0 20px 60px;
}
#container .sec2 ul {
    font-size: 1rem;
}
#container .sec2 ul .big {
	font-size: 1.5rem;
}
#container .sec3 h3, #container .sec4 h3, #container .sec5 h3 {
    font-size: 1.4rem;
}
#container .sec3, #container .sec4, #container .sec5, #container .sec6 {
    padding: 20px;
}
#container .sec3 h2, #container .sec4 h2, #container .sec5 h2, #container .sec6 h2 {
    font-size: 1.6rem;
}
#container .sec3 .flex dd {
    letter-spacing: -0.1px;
}
#container .sec4 .box-text {
    width: 50%;
}
#container .sec3 .nd, #container .sec4 .nd, #container .sec5 .nd, #container .sec6 .nd {
    letter-spacing: -0.2px;
}
#container .sec5 .flow {
	background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/flow_back.jpg) left 133px top 4px no-repeat;
    background-size: 30%;
}
#container .sec6 h2 {
    letter-spacing: -0.01rem;
}
#container .sec7 .flex dt {
    font-size: 1.5rem;
}
#container .sec9 {
    background-size: 105%;
}
#container .sec9 .taikenkai .text {
	margin: 30px 15px 60px;
    width: 205px;
}
#container .sec9 .taikenkai .text br {
    display: none;
}
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .mainvisual {
	padding: 20px;
}
#container .mainvisual p {
    margin: 15px auto;
    padding: 0 0 3px;
    font: bold 2.6rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .mainvisual p em {
    font-size: 2rem;
}
#container .mainvisual .icon img {
	margin: -30px 0;
}
#container .mainvisual h1 {
    margin: -100px 0px 420px 150px;
    padding: 0px;
	font: bold 3.5rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

/*---
#container .taikenkai p {
    font-size: 2rem;
    margin: 20px 5px 10px;
}
#container .taikenkai h2 {
	font-size: 3rem;
}
#container .taikenkai ul a {
    display: inline-block;
    height: auto;
    margin: 20px 5px;
    padding: 15px 20px;
    width: calc(94%/3); 
}
#container .taikenkai a {
	border-radius: 12px;
	font: bold 1.7rem/1.5"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}
#container .taikenkai .edfee_btn {
    border-radius: 8px;
    font: 1.3rem/2.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    width: 200px;
    margin-top: 10px;
}
#container .taikenkai .edfee_btn:before { 
    border: solid 6px transparent;
	border-left: solid 10px #fff;
}
---*/

#container .sec2 {
    height: 500px;
    padding: 20px 10px;
}
#container .sec2 p {
    font: 2rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin: 20px 0 0;
}
#container .sec2 h2 {
	font: bold 1.8rem/1rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 h2 .big {
	font: bold 2.8rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 h2 em {
	font: bold 1.2rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 ul {
	font: normal 1.5rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 ul .big {
	font: 2.5rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 ul br {
    display: none;
}
#container .sec2 .merit1 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no1.png) left 10px top 10px no-repeat;
	background-size: 7%;
    padding: 10px 0 10px 75px;
}
#container .sec2 .merit2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no2.png) left 10px top 10px no-repeat;
	background-size: 7%;
    padding: 10px 0 10px 75px;
}
#container .sec2 .merit3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no3.png) left 10px top 10px no-repeat;
	background-size: 7%;
    padding: 10px 0 10px 75px;
}
#container .sec2 .merit4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no4.png) left 10px top 10px no-repeat;
	background-size: 7%;
    padding: 10px 0 10px 75px;
}
#container .sec3, #container .sec4, #container .sec5, #container .sec6 {
	padding: 30px;
}
#container .sec3 .number, #container .sec4 .number, #container .sec5 .number, #container .sec6 .number {
    width: 10%;
    padding-top: 25px;
}
#container .sec3 h2, #container .sec4 h2, #container .sec5 h2, #container .sec6 h2 {
    font: bold 2.2rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	padding-top: 30px;
}
#container .sec3 .nd, #container .sec4 .nd, #container .sec5 .nd, #container .sec6 .nd {
    width: 610px;
}
#container .sec3 h3, #container .sec4 h3, #container .sec5 h3 {
    font: bold 1.6rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	padding: 12px 0px 10px;
}
#container .sec3 p, #container .sec4 p, #container .sec5 p {
    font-size: 0.9rem;
    line-height: 1.5rem;
	padding: 10px;
}
#container .flex {
    display: flex;
    flex-wrap: wrap;
}
#container .sec3 .flex dl {
    padding: 10px;
    width: calc(99%/2);
}
#container .sec3 .flex .title-gr,
#container .sec3 .flex .title-gl {
    padding: 8px 0 6px;
}
#container .sec3 .flex dd {
	font-size: 1.3rem;
	line-height: 25px;
}
#container .sec3 .led {
    padding: 10px 30px;
    font-size: 1.5rem;
}
#container .sec3 .edfee {
	padding: 23px;
}
#container .sec3 .edfee .iro {
	font-size: 1.8rem;
    display: inline-block;
    padding-left: 10px;
    margin-top: 0px;
    line-height: 35px;
}	
#container .sec3 .img, #container .sec4 .img {
	margin: 30px 30px 35px;
}
#container .sec4 .box-text {
    width: 55%;
}
#container .sec4 .box-img {
    width: 250px;
}
#container .wrapper .sec5 .flex-up {
	flex-wrap: wrap;
}
#container .sec5 .box-text {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    width: 430px;
}
#container .wrapper .sec5 .box-img {
    height: 0%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 20px 30px;
    width: 250px;
}
#container .sec5 .flow {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/flow_back.jpg) left 300px top 2px no-repeat;
    background-size: 20%;
	font: bold 1.5rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	margin: -23px;
}
#container .sec5 .border {
	border: solid 2px #b4a779;
}
#container .sec5 .flex {
    padding: 20px 10px 40px;
}
#container .sec5 .flex dl {
    margin: 30px 0px 0px;
    padding: 25px 20px 0;
}
#container .sec5 .flex dt {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}
#container .sec5 .flex dd {
    font-size: 1.0rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
}
#container .wrapper .sec6 .box-img {
	display: inline-block;
	height: 0%;
	margin: 0 0 0 20px;
	padding: 0 20px 10px;
	width: 50%;
	vertical-align: top;
}
#container .sec6 .nd {
	display: inline-block;
	font-size: 17px;
	line-height: 1.5;
	width: 320px;
}
#container .sec7 {
	padding: 30px;
}
#container .sec7 p {
    font: bold 1.8rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	margin: 10px 0px;
}
#container .sec7 h2 {
    font-size: 2.0rem;
    margin-bottom: 20px;
}
#container .sec7 .flex dl {
    margin: 10px;
    padding: 20px;
    width: calc(94%/2);
}
#container .sec7 .flex dt {
	font: bold 1.8rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    padding: 0 0;
}
#container .sec7 .flex dl:nth-of-type(2) dt {
    margin: 20px 0 25px;
    padding: 0 0 10px;
}
#container .sec7 .flex dd {
    font-size: 1rem;
    line-height: 1.5rem;
}
#container .sec8 h2 {
    font-size: 2.5rem;
	margin: 15px 0;
}
#container .sec8 .flex dl {
    margin: 0 auto 40px;
}
#container .wrapper .sec8 dt {
	font-size: 1.8rem;
}
#container .wrapper .sec8 dd {
	font-size: 2rem;
}
#container .wrapper .sec8 dd .big {
	font-size: 3.5rem;
}
#container .wrapper .sec8 .small {
	font-size: 1.5rem;
}
#container .sec9 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/edfee_end.jpg) top -20px right 0px no-repeat;
    position: relative;
    background-color: #e8e8e8;
    margin: 0 0;
    width: auto;
    height: auto;
    background-size: 110%;
}
#container .sec9 .taikenkai .text {
    font-size: 1.8rem;
    margin: 60px 40px 120px;
    width: 52%;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container {
    margin: 0 auto;
    width: 1040px;
}
#container .mainvisual {
    padding: 20px;
}
#container .mainvisual p {
    margin: 15px auto;
    padding: 15px 80px 10px;
    font: bold 2.5rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .mainvisual p em {
    font-size: 1.8rem;
}
#container .mainvisual .icon img {
	margin: -50px 0;
}
#container .mainvisual h1 {
    margin: -95px 0px 570px 200px;
    padding: 0px;
    font: bold 4.0rem/1 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .mainvisual .merit-img {
    text-align: center;
}
/* ベストアイテム受賞バナー */
#container .beautyitem-bnr{
	margin: 0 auto 5%;
	width: 800px;
}

/*---
#container .taikenkai p {
    font-size: 2rem;
    margin: 40px 5px 20px;
}
#container .taikenkai h2 {
	font-size: 3.8rem;
}
#container .taikenkai ul a {
    display: inline-block;
    height: auto;
    margin: 20px 5px;
    padding: 15px 20px;
    width: calc(94%/3); 
}
#container .taikenkai a {
	border-radius: 12px;
	font: bold 1.7em/1.5"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}
#container .taikenkai .edfee_btn {
    border-radius: 8px;
    font: 1.5rem/2.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    width: 280px;
    margin-top: 10px;
}
#container .taikenkai .edfee_btn:before { 
    border: solid 6px transparent;
	border-left: solid 10px #fff;
}
---*/

#container .sec2 {
	background-size: 100%;
    height: 580px;
}
#container .sec2 p {
    font: 2rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin: 40px 0 0;
}
#container .sec2 h2 {
	font: bold 2.2rem/1rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	margin: -5px 0 30px;
}
#container .sec2 h2 .big {
	font: bold 3.8rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 h2 em {
	font: bold 1.2rem"游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 ul {
	font: normal 1.5rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 ul .big {
	font: 2.5rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#container .sec2 ul br {
    display: none;
}
#container .sec2 .merit1 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no1.png) left 10px top 10px no-repeat;
	background-size: 8%;
    margin: 0 100px;
    padding: 15px 0 15px 80px;
}
#container .sec2 .merit2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no2.png) left 10px top 10px no-repeat;
	background-size: 8%;
    margin: 0 100px;
    padding: 15px 0 15px 80px;
}
#container .sec2 .merit3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no3.png) left 10px top 10px no-repeat;
	background-size: 8%;
    margin: 0 100px;
    padding: 15px 0 15px 80px;
}
#container .sec2 .merit4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/no4.png) left 10px top 10px no-repeat;
	background-size: 8%;
    margin: 0 100px;
    padding: 15px 0 15px 80px;
}
#container .sec3, #container .sec4, #container .sec5, #container .sec6 {
	padding: 30px;
}
#container .sec3 .number, #container .sec4 .number, #container .sec5 .number, #container .sec6 .number {
    width: 10%;
    padding-top: 20px;
}
#container .sec3 h2, #container .sec4 h2, #container .sec5 h2, #container .sec6 h2 {
    font: bold 2.5rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    padding: 25px 0 15px;
}
#container .sec3 .nd, #container .sec4 .nd, #container .sec5 .nd, #container .sec6 .nd {
    font-size: 1.1rem;
    line-height: 1.5;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#container .sec3 h3, #container .sec4 h3, #container .sec5 h3 {
    font: bold 2.2rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	padding: 12px 0px 10px;
}
#container .sec3 p, 
#container .sec4 p, 
#container .sec5 p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 10px 40px 20px;
}
#container .sec4 .box-text p, 
#container .sec5 .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 20px;
    padding: 10px 0px 20px 40px;
}
#container .sec3 .flex img {
    height: auto;
    display: flex;
    width: 380px;
    max-width: 100%;
    margin: 10px 0;
}
#container .flex {
    padding: 0px 60px;
}
#container .sec3 .flex dl {
	padding: 20px;
}
#container .sec3 .flex .title-gr,
#container .sec3 .flex .title-gl {
    text-align: center;
    padding: 8px 0 6px;
    margin-bottom: 10px;
}
#container .sec3 .flex dd {
	text-align: left;
	font-size: 1.1rem;
	line-height: 25px;
}
#container .sec3 .led {
    text-align: center;
    margin-top: 10px;
    padding: 10px 42px;
    font-size: 1.4rem;
    display: inline-block;
    width: 56.5%;
}
#container .sec3 .edfee {
	text-align: center;
	width: 880px;
	padding: 23px;
	margin: auto;
}
#container .sec3 .edfee .dd {
    text-align: left;
}
#container .sec3 .edfee .iro {
	font-size: 1.5rem;
    display: inline-block;
    padding-left: 10px;
    margin-top: 0px;
    line-height: 35px;
}	
#container .sec3 .img, 
#container .sec4 .img {
	margin: 40px 0 60px;
	text-align: center;
}
#container .sec4 .box-text {
	font-size: 0.7rem;
	text-align: left;
	padding: 0px;
	width: 470px;
}
#container .sec4 .box-img {
    text-align: center;
    margin: 10px 0;
    width: 40%;
}
#container .wrapper .sec5 .flex-up {
	flex-wrap: wrap;
}
#container .sec5 .box-text {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 10px;
    width: 540px;
}
#container .wrapper .sec5 .box-img {
    height: 0%;
    margin: 0px;
    margin-top: 15px;
    padding: 0 20px 40px;
}
#container .sec5 .flow {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/flow_back.jpg) left 50% top 12px no-repeat;
    background-size: 20%;
    font: bold 1.5rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    height: 80px;
    padding: 24px;
    margin: -40px;
}
#container .sec5 .border {
	border: solid 3px #b4a779;
}
#container .sec5 .flex dl {
    margin: 50px 0px 0px;
    padding: 10px 60px;
}
#container .sec5 .flex dt {
	font-size: 1.5rem;
}
#container .sec5 .flex dd {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.5rem;
    letter-spacing: 1px;
}
#container .wrapper .sec6 .box-img {
	display: inline-block;
	height: 0%;
	margin: 0 0 0 35px;
}
#container .sec6 .nd {
	display: inline-block;
    width: 40%;
    vertical-align: top;
}
#container .sec7 {
	padding: 30px;
}
#container .sec7 p {
    font: bold 1.8rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	margin: 10px 0px;
}
#container .sec7 h2 {
    font: bold 2.8rem "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin-bottom: 20px;
}
#container .sec7 .flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
}
#container .sec7 .flex dl {
    margin: 10px;
    padding: 30px;
    width: calc(94%/2);
}
#container .sec7 .flex dt {
	font: bold 1.8rem/1.2 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    padding: 0 0;
}
#container .sec7 .flex dd {
    font-size: 1rem;
    line-height: 1.5rem;
}
#container .sec8 h2 {
    font: bold 2.5rem "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin: 25px 0;
}
#container .wrapper .sec8 .flex dl:nth-child(1) {
    width: 100%;
}
#container .wrapper .sec8 .flex dl {
	padding-top: 20px;
    width: 50%;
}
#container .wrapper .sec8 dl {
    padding-bottom: 30px;
}
#container .sec8 h2 {
    font-size: 2.5rem;
	margin: 15px 0;
}
#container .sec8 .flex dl {
    margin: 0 auto 40px;
}
#container .wrapper .sec8 dt {
	font-size: 1.8rem;
}
#container .wrapper .sec8 dd {
	font-size: 2rem;
}
#container .wrapper .sec8 dd .big {
	font-size: 3.5rem;
}
#container .wrapper .sec8 .small {
	font-size: 1.5rem;
}
#container .sec8 .flex {
    display: flex;
    flex-wrap: wrap;
}
#container .sec9 {
    background: url(/contents/shop/sevenbeauty/img/freepage/edfee-lp/edfee_end.jpg) top -20px right 0px no-repeat;
    position: relative;
    background-color: #e8e8e8;
    margin: 0 0;
    width: auto;
    height: auto;
    background-size: 100%;
}
#container .sec9 .taikenkai .text {
    font: bold 2.5rem/1.4 "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    width: 550px;
    margin: 90px 50px;
}
#container .new-btn-box .width {
    width: 960px !important;
}
}