@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まで  */

/*--buy-btn--*/
#container .buy-btn {
    color: #000;
    display: block;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 2.6;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
#container .buy-btn a {
    transition: none;
}
#container .buy-btn a:hover {
    color: #ec886d;
    transition: none;
	text-decoration: none;
}
#container .buy-btn a::after {
    border: solid 5px transparent;
    border-left: solid 7px #000;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -1px;
    left: 4px;
}
#container .buy-btn a:hover::after {
    border-left: solid 7px #ec886d;
    opacity: 1;
    transition: none;
	text-decoration: none;
}
/*-- 画面外にいる状態 --*/
.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;
}
#container p {
    margin: 0;
}
/*----------
 mainvisual
----------*/
#container .wrapper {
    font-family: "メイリオ", "Meiryo",'Helvetica Neue','Helvetica','Arial',sans-serif;
}
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/papershorts-2021/fv-sp.jpg) top 0px left 0px no-repeat;
    background-size: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px 10px;
    position: relative;
    height: 340px;
}
#container .mainvisual h1 {
	color: #5e3407;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
#container .mainvisual p {
    color: #5e3407;
    font-size: 1.0rem;
    margin: 0;
    padding: 0;
}
/*--sec0--*/
#container .title {
    text-align: center;
    margin: 0 0 20px;
}
#container .title p.spell {
    color: #ec886d;
    font-family: 'Homemade Apple', 'cursive';
    font-size: 1.0rem;
}
#container h2 {
    color: #000;
    font-size: 1.3rem;
    margin: 0 0 10px;
}
#container .lineup-box {
    display: flex;
	flex-wrap: wrap;
    margin: 0 10px;
}
#container .lineup-box dl {
    margin: 0 5px 20px;
    padding-bottom: 10px;
    position: relative;
    width: calc(93% / 2);
}
#container .lineup-box dt {
    text-align: center;
}
#container .arrow {
    width: 12px;
    height: 12px;
    border: 0px;
    border-bottom: solid 2px #ec886d;
    border-right: solid 2px #ec886d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: 45%;
}
#container .lineup-box dd {
    color: #000;
    font-size: 0.9rem;
    letter-spacing: -0.01rem;
}
#container .lineup-box h3 {
    display: flex;
    align-items: center;
    font-size: 1.0rem;
    margin-bottom: 10px;
    height: 50px;
}
#container .lineup-box .size {
    margin-bottom: 5px;
}
#container .lineup-box .color-box {
    background-color: #666;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    padding: 0 5px;
}
/*--sec1--*/
#container .sec {
    margin: 0;
    padding: 20px 10px;
}
#container .sec1,#container .sec5,#container .sec9 {
    background-color: #fffdee;
}
#container .sec2,#container .sec6,#container .sec10 {
    background-color: #f6ffea;
}
#container .sec3,#container .sec7, #container .sec11 {
    background-color: #fffafb;
}
#container .sec4,#container .sec8 {
    background-color: #eefdff;
}
/*--spell-color--*/
#container .sec1 p.spell,#container .sec5 p.spell,#container .sec9 p.spell {
    color: #dbca4f;
}
#container .sec2 p.spell,#container .sec6 p.spell,#container .sec10 p.spell {
    color: #a9cb7c;
}
#container .sec3 p.spell,#container .sec7 p.spell {
    color: #e5adb3;
}
#container .sec4 p.spell,#container .sec8 p.spell {
    color: #84dae5;
}

#container .des {
    color: #777;
    font-size: 0.9rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

#container .back-fff {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px;
}
#container .back-fff h3 {
    color: #000;
    font-size: 1.2rem;
    border-bottom: dotted 2px #777;
    margin: 0 0 5px;
    padding: 5px 0;
}

#container .mainspec-box {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-bottom: 10px;
}
#container .mainspec-box p {
    margin: 5px;
}
#container .item-box h4 {
    color: #000;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 0;
}
/*--h4-background-color--*/
#container .sec1 h4,#container .sec5 h4,#container .sec9 h4 {
    background-color: #fff9cd;
}
#container .sec2 h4,#container .sec6 h4,#container .sec10 h4 {
    background-color: #e7ffc6;
}
#container .sec3 h4,#container .sec7 h4 {
    background-color: #ffe9eb;
}
#container .sec4 h4,#container .sec8 h4 {
    background-color: #c5f7ff;
}

#container .price-box {
    border-bottom: solid 1px #777;
    color: #000;
    font-size: 0.9rem;
    margin-bottom: 10px;
    padding: 3px 0;
}
#container .price-box .price {
    font-size: 1.3rem;
}
#container .price-box .price::after {
    content: "円(税込)";
    color: #000;
    font-size: 0.9rem;
}
#container .item {
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 10px;
}
#container .item dl {
    margin: 5px;
    width: calc(93% / 2);
}
#container .item dd {
    color: #000;
    font-size: 1.0rem;
}

#container .point-box h3 {
    color: #4e851a;
    font-size: 1.0rem;
    letter-spacing: -0.01rem;
    text-align: center;
    margin: 0 0 10px;
}
#container .point-box h3 .big {
	font-size: 1.4rem;
}
#container .point-box p {
	margin: 0 0 20px;
}

#container .come {
    font-size: 0.9rem;
}
#container .icon {
    font-weight: 600;
    color: #fff;
    padding: 2% 5%;
    margin-bottom: 1%;
    background-color: #ec886d;
    border-radius: 0.5em;
    width: 30vw;
    text-align: center;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .mainvisual {
    padding: 40px 20px;
    height: 400px;
}
#container .mainvisual h1 {
    font-size: 1.8rem;
}
#container .title p.spell {
    font-size: 1.1rem;
}
#container .lineup-box {
    margin: 0 15px;
}
#container .lineup-box dl {
    width: calc(94% / 2);
}
#container .lineup-box h3 {
    font-size: 1.2rem;
}
#container .arrow {
    width: 15px;
    height: 15px;
}
#container .back-fff {
    margin-bottom: 20px;
    padding: 10px;
}
}
 @media screen and (min-width:480px) {
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/papershorts-2021/fv-pc.jpg) top 0px left 50% no-repeat;
    background-size: 150%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 60px 40px;
    position: relative;
    height: 370px;
}
#container .mainvisual h1 {
    font-size: 2.5rem;
}
#container .mainvisual p {
    font-size: 1.4rem;
}
#container .title p.spell {
    font-size: 1.3rem;
}
#container h2 {
    font-size: 1.8rem;
}
#container .lineup-box dl {
    margin: 0 10px 30px;
    padding-bottom: 15px;
    width: calc(89% / 4);
}
#container .lineup-box h3 {
    font-size: 1.1rem;
}
#container .lineup-box dd {
    font-size: 1.0rem;
}
#container .lineup-box .color-box {
    padding: 2px 5px;
}
#container .arrow {
    width: 18px;
    height: 18px;
    left: 43%;
}
#container .sec {
    padding: 30px 20px;
}
#container .des {
    font-size: 1.0rem;
    text-align: center;
}
#container .back-fff {
    margin-bottom: 20px;
    padding: 30px 20px;
}
#container .back-fff h3 {
    font-size: 1.5rem;
    margin: 0 0 10px;
}
#container .pc-flex {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#container .mainspec-box,#container .item-box {
    display: block;
    width: calc(100% / 2);
}
#container .price-box .price {
    font-size: 1.4rem;
}
#container .br-sp {
    display: none;
}
#container .point-box h3 {
    font-size: 1.3rem;
}
#container .point-box h3 .big {
    font-size: 1.8rem;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .width {
    margin: 0 auto;
    width: 1040px;
}
#container .mainvisual {
    background-size: 1400px;
    background-color: #f8f1e9;
    margin-bottom: 50px;
    padding: 60px 40px;
    height: 430px;
}
#container .mainvisual .width {
    width: 960px;
}
#container .mainvisual h1 {
    font-size: 3.2rem;
}
#container .mainvisual p {
    font-size: 2.0rem;
}
#container .lineup-box dl {
    margin: 0 10px 40px;
    padding-bottom: 10px;
    width: calc(90% / 5);
}
#container .back-fff {
    margin-bottom: 20px;
    padding: 40px 50px;
}
#container .item dl {
    margin: 10px 20px;
    width: calc(78% / 3);
}
#container .mainspec-box {
	margin-right: 30px;
    width: auto;
}
#container .item-box {
    width: 60%;
}
#container .point-box {
    text-align: center;
}
#container .point-box p img {
    width: 80%;
}
#container .icon {
    border-radius: 0.5em;
    width: 115px;
    height: 26px;
    margin-bottom: 1%;
    padding: 1.2% 3% 1%;
}
}