@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 {
    border: solid 2px #f39800;
    border-radius: 10px;
    color: #f39800;
    display: block;
    font: normal 1rem/2.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
#container .buy-btn:hover {
	filter: alpha(opacity=90);
    transition: none;
    background: #f39800;
    color: #fff;
	text-decoration: none;
}
#container .buy-btn a:hover {
    text-decoration: none;
    opacity: 1;
}
/*--ボタン-やじるし--*/
#container .buy-btn a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #f39800;
    border-right: solid 2px #f39800;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 34%;
    right: 5%;
}
#container .buy-btn a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#container section {
	margin: 0 auto;
	padding: 0 0;
}
/*----------
 mainvisual
----------*/
#container .mainvisual {
    background-color: #fde680;
    margin: 0 0;
    padding: 20px 0 2px;
    position: relative;
}
#container .mainvisual .back-fff {
    background-color: #fff;
    margin: 0 0;
    padding: 20px 5px;
}
.coin01 {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 20%;
}
.coin02 {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 20%;
}
.coin03 {
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 80%;
}
#container .mainvisual .come {
    color: #f39800;
    font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0 0;
}
#container .mainvisual .title-desc {
    color: #000;
    font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: -.5px;
    text-align: center;
    margin: 0 0;
}
#container .mainvisual .title-desc .color {
    color: #f39800;
    font-size: 1.3rem;
    font-weight: bolder;
}
#container .mainvisual .title-desc .big {
    font-size: 1.5rem;
    font-weight: bolder;
}
#container .headtitle {
    color: #000;
    font: bolder 1.7rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
}
#container .headtitle .big {
    font-size: 2.3rem;
    font-weight: bolder;
}
.mainvisual .center {
    text-align: center;
    margin: 0 0 10px;
}
/*--h1-marker--*/
#container .headtitle {
    background: repeating-linear-gradient(45deg, transparent 0 3px, #fde680 3px 6px);
    background-size: 100% .6em;
    padding: 0 0 0.5em;
    background-position: 0 center;
    background-repeat: no-repeat;
    display: inline;
}
/*--des--*/
#container .des {
    color: #818181;
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0 0;
    position: relative;
}
#container .mainvisual .time {
    background-color: #f39800;
    border-radius: 40px;
    color: #fff;
    font: 1.0rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 10px auto;
    padding: 10px 0;
    width: 95%;
}
/*--regular-cp-box--*/
#container .regular-cp-btn {
    font-size: 1.0rem;
    color: rgb(51, 103, 214);
    text-align: center;
    margin: 3% auto 0;
    position: relative;
}
#container .regular-cp-btn a {
    display: inline-block;
    text-decoration: none;
}
#container .regular-cp-box {
    padding: 0 5px;
}
#container .regular-cp-box .banner {
    text-align: center;
    margin: 20px 0 5px;
}
/*----
 ssc1
----*/
#container .sec1 {
    background-color: #fffbd5;
    padding: 20px 10px;
}
#container .sec1 .back-fff {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px #e2dfc0;
    margin: 0 auto;
    padding: 20px 10px;
}
#container h2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/double-point2/ten.png) top 0px left 50% no-repeat;
    background-size: 15%;
    color: #f39800;
    font: bold 1.4rem/1.5 'Rounded Mplus 1c', "sans-serif", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka";
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 10px;
}
.sec1 .box1 {
    border-bottom: dotted 3px #ffe67b;
    color: #000;
    font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 8px;
}
.sec1 .color {
    color: #f39800;
    font-weight: bolder;
    font-size: 1.2rem;
}
.sec1 .color-box {
    background-color: #fffbd5;
}
.sec1 .box1 dl {
    margin-bottom: 20px;
}
.sec1 .box1 dd p {
    margin: 5px 0 13px;
    padding: 0px 0 10px;
}
.sec1 .border {
    border-bottom: solid 1px #d2d2d2;
}
#container h3 {
    border-bottom: solid 2px #f39800;
    background-color: #fff;
    color: #000;
    font: 1.5rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 0;
    position: relative;
}
#container h3:before,
#container h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);;
}
#container h3:before {
    border: solid 12px transparent;
    border-top: solid 12px #f39800;
}
#container h3:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
/*----*/
.come-box {
    color: #000;
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 30px 10px 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.come-box .center {
    font-size: 1.0rem;
    text-align: center;
}
.come-box .color {
    font-size: 0.9rem;
}
/*----
 ssc2
----*/
#container .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/double-point2/back.jpg) bottom 0px left 50% no-repeat;
    background-size: 140%;
    background-color: #fff;
    margin: 0 0;
    padding: 20px 10px 130px;
    position: relative;
}
#container .buyLink {
    font-size: 1.2em;
    color: rgb(51, 103, 214);
    text-align: center;
    margin: 6% auto 0;
    position: relative;
}
#container .buyLink a {
    display: inline-block;
    text-decoration: underline;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .mainvisual .back-fff {
    padding: 20px 15px;
}
#container .mainvisual .title-desc {
    font-size: 1.3rem;
    letter-spacing: -.5px;
}
#container .mainvisual .title-desc .color {
    font-size: 1.5rem;
}
#container .mainvisual .title-desc .big {
    font-size: 1.6rem;
}
#container .headtitle {
    font-size: 2.0rem;
}
#container .headtitle .big {
    font-size: 2.6rem;
}
#container .des {
    font-size: 1.0rem;
}
#container .mainvisual .time {
    font-size: 1.2rem;
}
#container h2 {
    font-size: 1.7rem;
}
#container .sec1 .back-fff {
    padding: 30px 10px;
}
.sec1 .box1 {
    font-size: 1.2rem;
    padding: 0 10px;
}
.sec1 .box1 dl {
    margin-bottom: 30px;
}
.sec1 .color {
    font-size: 1.3rem;
}
#container h3 {
    font-size: 1.8rem;
}

#container .sec2 {
    padding: 30px 10px 150px;
}
#container .buy-btn {
    font: normal 1.2rem/3.0 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .buy-btn a::after {
    top: 38%;
    right: 6%;
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
.coin01 {
    left: 15px;
    width: 17%;
}
.coin02 {
    right: 15px;
    width: 16%;
}
#container .mainvisual .come {
    font-size: 1.3rem;  
}
#container .mainvisual .title-desc {
    font-size: 1.8rem;  
}
#container .mainvisual .title-desc .color {
    font-size: 2.3rem;
}
#container .mainvisual .title-desc .big {
    font-size: 2.8rem;
}
#container .headtitle {
    font-size: 2.3rem;
}
#container .headtitle br {
    display: none;
}
#container .headtitle .big {
    font-size: 3.2rem;
}
#container .des {
    font-size: 1.0rem;
}
#container .mainvisual .time {
    font-size: 1.2rem;
    width: 75%;
}
#container .mainvisual .time br {
    display: none;
}
#container .sec1 {
    padding: 40px 20px;
}
#container h2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/double-point2/ten.png) top 0px left 50% no-repeat;
    background-size: 8%;
    color: #f39800;
    font: bold 2.0rem/1.5 'Rounded Mplus 1c', "sans-serif", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka";
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 10px;
}
.sec1 .box1 {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 auto 30px;
    padding: 0 20px 10px;
} 
.sec1 .box1 dl {
    display: flex;
}
#container .sec1 .back-fff {
    padding: 40px 20px;
}
#container .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/double-point2/back.jpg) bottom 0px left 50% no-repeat;
    background-size: 100%;
    background-color: #fff;
    margin: 0 0;
    padding: 40px 30px 220px;
    position: relative;
}
.sec2 ul {
    display: flex;
    justify-content: center;
}
.sec2 li {
    width: 100%;
}
.come-box {
    font-size: 1.0rem;
    margin: 40px 30px 10px;
    text-align: center;
}
.come-box .color {
    font-size: 1.0rem;
}
#container .buy-btn {
    font: normal 1.2rem/3.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 95%;
}
#container .buy-btn a::after {
    top: 39%;
    right: 7%;
}
/*--cp--*/
#container .regular-cp-box {
    padding: 0 50px;
}
#container .regular-cp-box .banner {
    margin: 30px 0 5px;
}
#container .regular-cp-btn {
    font-size: 1.2rem;
    margin: 1% auto 2%;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .width {
    position: relative;
    margin: 0 auto;
    width: 1040px;
}
.coin01 {
    top: -30px;
    left: 50px;
    width: 17%;
}
.coin02 {
    top: -30px;
    right: 30px;
    width: 16%;
}
#container .mainvisual .come {
    font-size: 1.3rem;  
}
#container .mainvisual .title-desc {
    font-size: 1.8rem;  
}
#container .mainvisual .title-desc .color {
    font-size: 2.3rem;
}
#container .mainvisual .title-desc .big {
    font-size: 2.8rem;
}
#container .headtitle {
    font-size: 2.8rem;
}
#container .headtitle br {
    display: none;
}
#container .headtitle .big {
    font-size: 3.2rem;
}
#container .des {
    font-size: 1.0rem;
}
#container .mainvisual .time {
    font-size: 1.2rem;
    width: 60%;
}
#container .mainvisual .time br {
    display: none;
}
#container .sec1 {
    padding: 40px 20px;
}
#container h2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/double-point2/ten.png) top 0px left 50% no-repeat;
    background-size: 55px;
    color: #f39800;
    font: bold 2.0rem/1.5 'Rounded Mplus 1c', "sans-serif", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka";
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 10px;
}
.sec1 .box1 {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 auto 30px;
    padding: 0 20px 10px;
} 
.sec1 .box1 dl {
    display: flex;
}
#container .sec1 .back-fff {
    padding: 50px 100px;
    margin: 0 auto;
    width: 920px;
}
#container .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/double-point2/back.jpg) bottom 0px left 50% no-repeat;
    background-size: 1040px;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 50px 310px;
    position: relative;
    width: 1040px;
}
.sec2 ul {
    display: flex;
    justify-content: center;
}
.sec2 li {
    width: 100%;
}
.come-box {
    font-size: 1.0rem;
    margin: 40px auto 10px;
    width: 900px;
    text-align: center;
}
.come-box .color {
    font-size: 1.0rem;
}
#container .buy-btn {
    font: normal 1.2rem/3.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 95%;
}
#container .buy-btn a::after {
    top: 39%;
    right: 7%;
}
/*--cp--*/
#container .regular-cp-box {
    padding: 0 50px;
}
#container .regular-cp-box .banner {
    margin: 30px auto 5px;
    width: 70%;
}
#container .regular-cp-btn {
    font-size: 1.4em;
    margin: 1% auto 2%;
}
}