@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: #6d2436;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1rem/2.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	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);
}

/*----scroll----*/
.scroll {
    opacity: 0;
    transition: all 2s ease;
}
.scroll.show {
    opacity: 1;
    transform: none;
    animation: 2.5s fadeIn;
}
.s-bottom {
    transform: translate(0, 20px);
}
.s-scaleDown {
    transform: scale(1.2);
}
#container .wrapper{
	margin: 0 0 20%;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/mainvisual-bg-sp.jpg) no-repeat;
	background-size: 100% auto;
	background-color: #d7d7d7;
	padding: 5% 0 46.5%;
}
#container .mainvisual .manyo-logo{
	display: block;
	margin: 0 0 0 5%;
	width: 40%;
}
#container .mainvisual .headtitle{
	color: #212121;
	font: bold 1.3rem/1.4 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: 3% 0 0;
	text-align: center;
}
#container .mainvisual .headtitle em{
	font-size: 2rem;
	font-weight: bold;
	margin-left: 2%;
}

/*-------------------
   g-nav
-------------------*/
#container .g-nav{
	background: #6d2436;
	padding: 5% 5% 0;
}
#container .g-nav nav ul{
	background: #FFF;
	border-radius: 10px;
	margin: 0 auto 8%;
	padding: 1% 2%;
}
#container .g-nav nav ul li{
	display: block;
	margin: 0 2%;
	text-align: center;
	width: 29.3%;
}
#container .g-nav nav ul li a{
	display: block;
	font: 0.9rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	padding: 10% 0;
}
#container .g-nav nav ul li a span{
	color: #6d2436;
	font-size: 0.8rem;
	font-weight: bold;
	display: block;
}

/* シリーズから探す */
#container .g-nav .series-choice{
    display: none;
}
#container .g-nav .series-label{
    color: #FFF;
    display: block;
    font: 1.1rem/1.1 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 200px;
}
.series-label:after{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/gn-arrow-down.png) no-repeat;
    content: '';
    display: block;
    height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: -8%;
}
.series-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
}
.series-choice:checked + .series-label:after{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/gn-arrow-up.png) no-repeat;
    content: '';
}
.series-choice:checked + .series-label + .series-content{
    height: 160px;
    opacity: 1;
    visibility: visible;
}
#container .g-nav .series-content ul{
	display: block;
	width: 100%;
}
#container .g-nav .series-content li a{
	color: #FFF;
	font: 1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 8% 0;
	text-align: center;
	width: 100%;
}
#container .g-nav .series-content li a em{
	font: bold 1.5rem/1.4 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
#container .g-nav .series-content li a span{
	font-size: 1.2rem;
	font-weight: bold;
}

/*-------------------
   about
-------------------*/
#container .about{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/about-bg-sp.jpg) no-repeat;
	background-size: 100% auto;
	background-color: #eae8e8;
	padding: 15% 0 10%;
}
#container .about .about-inner{
	margin: 0 auto;
	width: 90%;
}
#container .about .about-inner h2{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/about-title.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
	color: #212121;
	font: bold 1.6rem/1.4 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: 0 0 5%;
	padding: 0 0 1%;
	text-align: center;
}
#container .about .about-inner p{
	color: #212121;
	font: 1rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    text-align: center;
}

/* 正規品販売店 */
#container .about .genuine-products{
	background:rgba(255,255,255,0.3);
	border: solid 2px #e2a032;
	margin: 10% auto;
}
#container .about .genuine-products dt{
	background: #e2a032;
	border-radius: 30px;
	color: #FFF;
	font: bold 1rem/1.2 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: -5% auto 0;
	padding: 2% 1%;
	text-align: center;
	width: 90%;
}
#container .about .genuine-products dt em{
	font-size: 1.2rem;
	font-weight: bold;
}
#container .about .genuine-products dd{
	padding: 3%;
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
}
#container .about .genuine-products dd br{
	display: none;
}

#container .about .bg-shadow{
	background:rgba(255,255,255,0.5);
	margin: 8% auto 0;
	position: relative;
	top: 10px;
    left: 10px;
	width: 90%;
}
#container .about .about-content{
	padding: 0 8% 10%;
	background: #FFF;
	position: relative;
    top: -10px;
    left: -10px;
}
#container .about .about-content-box h3{
	color: #212121;
	font: bold 1.4rem/1.4 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: 10% 0 3%;
	position: relative;
	text-align: center;
}
#container .about .about-content-box h3::before{
	color: #bab49c;
	content: '◆';
	font-size: 0.6rem;
	margin-left: -6%;
	position: absolute;
	top: 30%;
}
#container .about .about-content-box h3::after{
	color: #bab49c;
	content: '◆';
	font-size: 0.6rem;
	margin-left: 2%; 
	position: absolute;
	top: 30%;
}
#container .about .about-content-box img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .about .about-content-box dd{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 3% 0 0;
}

/*-------------------
   brandmodel
-------------------*/
#container .brandmodel{
	background-image: url(/contents/shop/sevenbeauty/img/freepage/manyo/treasure-bg-left.jpg), url(/contents/shop/sevenbeauty/img/freepage/manyo/treasure-bg-right.jpg);
	background-size: 50%, 50%;
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 10% 5% 15%;
}
#container .brandmodel h2 img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .brandmodel .treasure .introduction h3{
	border-bottom: solid 1px #212121;
	color: #212121;
	font: bold 1.5rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    padding: 0 0 1%;
    text-align: center;
    word-break: break-word;
    line-break: strict;
}
#container .brandmodel .treasure .introduction h3 span{
	font-size: 1.2rem;
	font-weight: bold;
}
#container .brandmodel .treasure .introduction dl dt{
	color: #212121;
	font: bold 1.2rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 5% 0;
    text-align: center;
}
#container .brandmodel .treasure .introduction dl dd{
	color: #212121;
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    word-break: break-word;
    line-break: strict;
}
#container .brandmodel .change{
	flex-wrap: wrap-reverse;
}
#container .brandmodel .treasure img{
	display: block;
	margin: 8% auto;
	width: 100%;
}

/*-------------------
   lineup
-------------------*/
#container .lineup{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/lineup-bg-sp.jpg) repeat-y;
	background-size: 100% auto;
	margin: 20% 0 0;
	padding: 15% 0 5%;
	position: relative;
}
#container .lineup .title-en{
	position: absolute;
	top: -2.5%;
	left: 5%;
	width: 65%;
}
#container .lineup h2{
	color: #212121;
	font: bold 1.8rem/1.2 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: 0 0 5%;
	text-align: center;
}
#container .lineup .lineup-box{
	margin: 0 auto 15%;
	width: 92%;
}
#container .lineup .lineup-box ul{
	margin: 0 2%;
	width: 46%;
}
#container .lineup .lineup-box ul li{
	width: 100%;
}
#container .lineup .lineup-box ul img{
	display: block;
	margin: 0 auto 5%;
	width: 100px;
}
#container .lineup .lineup-box ul h3{
	font: bold 1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	word-break: break-word;
    line-break: strict;
}
#container .lineup .lineup-box ul .item-desc{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 5% 0;
	word-break: break-word;
    line-break: strict;
}

/*-------------------
   series
-------------------*/
#container .series{
	margin: 20% 0;
	position: relative;
}
#container .series .series-title{
	margin: 0 0 10%;
}
#container .series .series-title .title-box{
	color: #212121;
	margin: 0;
	padding: 8% 5%;
	text-align: center;
	width: 100%;
}
#container .series .series-title .title-box .series-catch{
	font: bold 1.2rem/1.2 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: 0 0 1%;
}
#container .series .series-title .title-box h2{
	font: bold 1.5rem/1.2 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: 0 0 5%;
}
#container .series .series-title .title-box h2 em{
	font-size: 2rem;
	font-weight: bold;
}
#container .series .series-title .title-box .series-desc{
	font: 1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
}
#container .series h3{
	font: bold 1.6rem/1.6 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: 0 0 5%;
	position: relative;
	text-align: center;
}
#container .series h3::before,
#container .series h3::after{
	background-color: #6d2436;
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 2px;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#container .series h3::before{
	left: 5%;
}
#container .series h3::after{
	right: 5%;
}
#container .series h3 .features-catch{
	color: #6d2436;
	display: block;
	font: 1rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
}
#container .series h3 .size-s{
	display: block;
	line-height: 0.9rem;
	font-size: 1rem;
}
#container .series h4{
	background: #212121;
	color: #FFF;
	font: bold 1.3rem/2 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;	
	margin: 10% 0 0;
	text-align: center;
}
#container .series .series-lineup{
	margin: 0 auto;
	width: 92%;
}
#container .series .series-lineup li{
	margin: 8% 2% 0;
	width: 46%;
}
#container .series .series-lineup img{
	display: block;
	margin: 0 auto;
	width: 100px;
}
#container .series .series-lineup .item-name{
	font: 0.9rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 5% 0;
    text-align: center;
    word-break: break-word;
    line-break: strict;
}

/* ガラクトミセスシリーズ */
#container .s-galacto .series-title{
	background: #e7e9ed;
}
#container .s-galacto .title-en{
	position: absolute;
	top: -2.5%;
	left: 5%;
	width: 60%;
}
#container .s-galacto .features-box{
	margin: 0 auto;
	width: 90%;
}
#container .s-galacto .features-box img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .s-galacto .features-box p{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 3% 0 10%;
}

/* ビフィダシリーズ */
#container .s-bifida{
	margin: 30% 0 0;
}
#container .s-bifida .series-title{
	background: #d5c5ad;
}
#container .s-bifida .title-en{
	position: absolute;
	top: -2%;
	left: 5%;
	width: 55%;
}
#container .s-bifida .bifida-recipe{
	color: #FFF;
	background: #6d2436;
	border-radius: 30px;
	font: 0.9rem/2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 0 auto 5%;
	padding: 0 3%;
	position: relative;
	text-align: center;
	width: 50%;
}
#container .s-bifida .bifida-recipe::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 95px;
  border: 8px solid transparent;
  border-top: 10px solid #6d2436;
  width: 0;
  height: 0;
}
#container .s-bifida .bifida-component{
	margin: 0 auto;
	width: 90%;
}
#container .s-bifida .bifida-component img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .s-bifida .bifida-component p{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 3% 0 5%;
}
#container .s-bifida .bifida-component .bifida-multiplied{
	display: block;
	margin: 0 auto 5%;
	width: 60px;
}

/*-------------------
   sp-under-nav
-------------------*/
#container .sp-under-nav{
    background: rgba(106,36,54,0.9);
    position: fixed;
    bottom: 0;
    padding: 2% 0;
    width: 100%;
    z-index: 999;
    animation: SlideIn 1.2s;
} 
@keyframes SlideIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#container .sp-under-nav .hide{
    transform: translateY(-100%);
}
#container .sp-under-nav ul li a{
	color: #FFF;
	display: block;
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    padding: 5%;
    text-align: center;
}
#container .sp-under-nav .column2 li{
	width: 50%;
}
#container .sp-under-nav .column3 li{
	width: 31.3%;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .headtitle{
	font-size: 1.7rem;
}
#container .mainvisual .headtitle em{
	font-size: 2.5rem;
}
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .buy-btn a{
	font-size: 1rem;
	width: 100%;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	padding: 5% 0 48%;
}
#container .mainvisual .manyo-logo{
	width: 30%;
}
#container .mainvisual .headtitle{
	font-size: 3rem;
}
#container .mainvisual .headtitle em{
	font-size: 5rem;;
}

/*-------------------
   g-nav
-------------------*/
#container .g-nav{
	background: #6d2436;
	padding: 3% 3% 3%;
}
#container .g-nav nav ul{
	margin: 0 auto 5%;
}
#container .g-nav nav ul li{
	width: 29.3%;
}

/* シリーズから探す */
#container .g-nav .series-label{
    font-size: 1.3rem;
    width: 230px;
}
#container .g-nav .series-label:after{
    top: -5%;
}
.series-choice:checked + .series-label + .series-content{
    height: 80px;
}
#container .g-nav .series-content ul{
	display: flex;
}
#container .g-nav .series-content li{
	width: 50%;
}
#container .g-nav .series-content li a{
	margin: 5% 0 0;
}

/*-------------------
   about
-------------------*/
#container .about .about-inner h2{
	font-size: 2.8rem;
	margin: 0 0 3%;
}
#container .about .about-inner p{
	font-size: 1.3rem;
}

/* 正規品販売店 */
#container .about .genuine-products{
	margin: 7% auto;
	width: 90%;
}
#container .about .genuine-products dt{
	font-size: 1.3rem;
	margin: -3% auto 0;
	padding: 1%;
	width: 65%;
}
#container .about .genuine-products dt em{
	font-size: 1.5rem;
}

#container .about .about-content{
	padding: 3% 2%;
}
#container .about .about-content-box{
	margin: 0 2%;
	width: 29.3%;
}
#container .about .about-content-box h3{
	font-size: 1.2rem;
	margin: 0 0 3%;
}
#container .about .about-content-box h3::before{
	margin-left: -10%;
	top: 25%;
}
#container .about .about-content-box h3::after{
	margin-left: 3%; 
	top: 25%;
}

/*-------------------
   brandmodel
-------------------*/
#container .brandmodel .treasure .introduction h3{
	font-size: 2rem;
}
#container .brandmodel .treasure .introduction h3 span{
	font-size: 1.5rem;
}
#container .brandmodel .treasure .introduction dl dt{
	font-size: 1.5rem;
	margin: 3% 0;
}
#container .brandmodel .change{
	flex-wrap: wrap-reverse;
}
#container .brandmodel .treasure img{
	margin: 8% auto 5%;
}

/*-------------------
   lineup
-------------------*/
#container .lineup{
	margin: 15% 0 0;
}
#container .lineup .title-en{
	width: 45%;
}
#container .lineup h2{
	font-size: 2.2rem;
}

/*-------------------
   series
-------------------*/
#container .series{
	margin: 15% 0;
}
#container .series .series-title .title-box{
	padding: 5%;
}
#container .series .series-title .title-box .series-catch{
	font-size: 1.5rem;
}
#container .series .series-title .title-box h2{
	font-size: 2.2rem;
	margin: 0 0 3%;
}
#container .series .series-title .title-box h2 em{
	font-size: 3rem;
	font-weight: bold;
}
#container .series h3{
	font-size: 2.5rem;
}
#container .series h3::before{
	left: 20%;
}
#container .series h3::after{
	right: 20%;
}
#container .series h3 .features-catch{
	font-size: 1.3rem;
}
#container .series h3 .size-s{
	line-height: 0rem;
	font-size: 1.1rem;
}
#container .series h4{
	font-size: 1.8rem;
	margin: 5% 0 0;
}
#container .series .series-lineup{
	width: 96%;
}
#container .series .series-lineup li{
	margin: 5% 1% 0;
	width: 23%;
}

/* ガラクトミセスシリーズ */
#container .s-galacto .title-en{
	top: -3.5%;
	width: 50%;
}
#container .s-galacto .features-box li{
	margin: 0 auto;
	width: 46%;
}

/* ビフィダシリーズ */
#container .s-bifida{
	margin: 20% 0 0;
}
#container .s-bifida .title-en{
	top: -3%;
	width: 45%;
}
#container .s-bifida .bifida-recipe{
	font-size: 1rem;
	margin: 0 auto 3%;
	width: 30%;
}
#container .s-bifida .bifida-recipe::after {
  left: 105px;
}
#container .s-bifida .bifida-component li{
	width: 40%
}
#container .s-bifida .bifida-component p{
	margin: 3% 0 10%;
}
#container .s-bifida .bifida-component .bifida-multiplied{
	margin: 5% auto;
}
}

 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .wrapper{
	margin: 0 0 5%;
}
#container .buy-btn a{
	font-size: 1rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: linear-gradient(to bottom,#d6d4d3,#c5c5c3 85%,#d8d7d3); 
	background: -moz-linear-gradient(to bottom,#d6d4d3,#c5c5c3 85%,#d8d7d3); 
	background: -webkit-linear-gradient(to bottom,#d6d4d3,#c5c5c3 85%,#d8d7d3); 
	background-size: 2000px;
	height: 670px;
	padding: 0;
}
#container .mainvisual .mv-width{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/mainvisual-bg-pc.jpg) no-repeat;
	height: 670px;
	margin: 0 auto;
	padding: 1.5% 0 0;
	width: 1240px;
}
#container .mainvisual .manyo-logo{
	width: 240px;
}
#container .mainvisual .headtitle{
	font-size: 3.2rem;
	margin: 1% 0 0;
}
#container .mainvisual .headtitle em{
	font-size: 4.8rem;
}

/*-------------------
   g-nav
-------------------*/
#container .g-nav{
	padding: 2% 0;
}
#container .g-nav nav ul{
	margin: 0 auto 2%;
	padding: 1% 0;
	width: 1040px;
}
#container .g-nav nav ul li{
	border-right: solid 1px #6d2436;
	margin: 0;
	width: 208px;
}
#container .g-nav nav ul li:last-child{
	border: none;
}
#container .g-nav nav ul li a{
	font-size: 1rem;
	line-height: 1.4rem;
	padding: 2% 0;
}

/* シリーズから探す */
#container .g-nav .series-label:after{
    top: -1%;
}
.series-choice:checked + .series-label + .series-content{
    height: 90px;
}
#container .g-nav .series-content ul{
	display: flex;
	width: 1040px;
}
#container .g-nav .series-content li{
	border-right: solid 1px #FFF;
	margin: 3% auto 0;
	width: 50%;
}
#container .g-nav .series-content li:last-child{
	border: none;
}
#container .g-nav .series-content li a{
	margin: 0;
}
#container .g-nav .series-content li a em{
	font-size: 1.8rem;
}
#container .g-nav .series-content li a span{
	font-size: 1.3rem;
}

/*-------------------
   about
-------------------*/
#container .about{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/about-bg-pc.jpg) no-repeat;
	background-size: 2080px;
	background-position: 50%;
	height: 1040px;
	background-color: #eae8e8;
	padding: 5.5% 0 10%;
}
#container .about .about-inner{
	margin: 0 20% 0 auto;
	width: 920px;
}
#container .about .about-inner h2{
	background-size: 80%;
	font-size: 3.5rem;
	margin: 0 0 3%;
}
#container .about .about-inner p{
	font-size: 1.3rem;
}

/* 正規品販売店 */
#container .about .genuine-products{
	margin: 6% auto;
	width: 720px;
}
#container .about .genuine-products dt{
	font-size: 1.4rem;
	margin: -3% auto 0;
	padding: 1%;
	width: 60%;
}
#container .about .genuine-products dt em{
	font-size: 1.6rem;
}
#container .about .genuine-products dd{
	font-size: 1rem;
	padding: 2%;
	text-align: center;
}
#container .about .genuine-products dd br{
	display: inline-block;
}

#container .about .bg-shadow{
	margin: 5% auto 0;
	top: 15px;
    left: 15px;
	width: 100%;
}
#container .about .about-content{
	padding: 3%;
    top: -15px;
    left: -15px;
}
#container .about .about-content-box h3{
	margin: 3% 0 5%;
}
#container .about .about-content-box h3::before{
	font-size: 0.8rem;

	margin-left: -10%;
	top: 23%;
}
#container .about .about-content-box h3::after{
	font-size: 0.8rem;
	margin-left: 3%; 
	top: 23%;
}
#container .about .about-content-box{
	margin: 0 auto;
	width: 27.3%;
}
#container .about .about-content-box dd{
    margin: 5% 0 0;
}

/*-------------------
   brandmodel
-------------------*/
#container .brandmodel{
	background-size: 405px, 405px;
	padding: 6% 0 8%;
}
#container .brandmodel h2 img{
	width: 635px;
}
#container .brandmodel .treasure{
	margin: 3% auto 0;
	width: 1040px;
}
#container .brandmodel .treasure .introduction{
	margin-right: 5%; 
	width: 95%;
}
#container .brandmodel .treasure .introduction h3{
	border-top: solid 1px #212121;
	font-size: 1.5rem;
	padding: 5% 0 4%;
}
#container .brandmodel .treasure .introduction h3 span{
	font-size: 1.1rem;
}
#container .brandmodel .treasure .introduction dl dt{
	font-size: 1.3rem;
    margin: 5% 0 3%;
}
#container .brandmodel .treasure .introduction dl dd{
	line-height: 1.8rem;
}
#container .brandmodel .change{
	flex-wrap: nowrap;
}
#container .brandmodel .treasure img{
	margin: 0 auto;
}

/*-------------------
   lineup
-------------------*/
#container .lineup{
	background: url(/contents/shop/sevenbeauty/img/freepage/manyo/lineup-bg-pc.jpg) repeat-y;
	background-size: 100%;
	margin: 0;
	padding: 6% 0 3%;
}
#container .lineup .title-en{
	top: -3.5%;
	left: 8%;
	width: 370px;
}
#container .lineup h2{
	font-size: 2.5rem;
	margin: 0 0 2%;
}
#container .lineup .lineup-box{
	margin: 0 auto 5%;
	width: 1040px;
}
#container .lineup .lineup-box ul{
	margin: 0 3%;
	width: 44%;
}
#container .lineup .lineup-box ul li:first-child{
	width: 25%;
}
#container .lineup .lineup-box ul li:last-child{
	margin-left: 5%;
	width: 70%;
}
#container .lineup .lineup-box ul img{
	margin: 0 auto;
	width: 120px;
}
#container .lineup .lineup-box ul h3{
	min-height: 45px;
}
#container .lineup .lineup-box ul .item-desc{
	min-height: 70px;
}

/*-------------------
   series
-------------------*/
#container .series{
	margin: 10% 0;
}
#container .series .series-title{
	margin: 0 0 5%;
}
#container .series .series-title .series-mv{
	width: 50%;
}
#container .series .series-title .title-box{
	margin: 0;
	padding: 8% 3% 0;
	text-align: left;
	width: 50%;
}
#container .series .series-title .title-box .series-catch{
	font-size: 1.8rem;
}
#container .series .series-title .title-box h2{
	font-size: 2.2rem;
	margin: 0 0 3%;
}
#container .series .series-title .title-box h2 em{
	font-size: 3.2rem;
}
#container .series .series-title .title-box .series-desc{
	font-size: 1.2rem;
	line-height: 1.8rem;
}
#container .series h3{
	font-size: 2.5rem;
	line-height: 3.2rem;
	margin: 0 auto 3%;
	width: 1040px;
}
#container .series h3::before,
#container .series h3::after{
	top: 45%;
	width: 80px;
}
#container .series h3 .features-catch{
	font-size: 1.2rem;
}
#container .series h3 .size-s{
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
}
#container .series h4{
	font-size: 1.5rem;
	margin: 3% auto 0;
	width: 1040px;

}
#container .series .series-lineup{
	width: 1040px;
}
#container .series .series-lineup li{
	margin: 3% 2% 0;
	width: 21%;
}
#container .series .series-lineup img{
	width: 130px;
}

/* ガラクトミセスシリーズ */
#container .s-galacto .title-en{
	top: -5%;
	left: 8%;
	width: 370px;
}
#container .s-galacto h3::before{
	left: 22%;
}
#container .s-galacto h3::after{
	right: 22%;
}
#container .s-galacto .features-box{
	width: 960px;
}
#container .s-galacto .features-box li{
	margin: 0 3%;
	width: 44%;
}

/* ビフィダシリーズ */
#container .s-bifida{
	margin: 10% 0 0;
}
#container .s-bifida .title-en{
	top: -3%;
	left: 8%;
	width: 370px;
}
#container .s-bifida .bifida-recipe{
	font-size: 1.1rem;
	margin: 0 auto 1.5%;
	padding: 0;
	width: 250px;
}
#container .s-bifida .bifida-recipe::after {
	left: 115px;
}
#container .s-bifida h3::before{
	left: 16%;
}
#container .s-bifida h3::after{
	right: 16%;
}
#container .s-bifida .bifida-component{
	width: 960px;
}
#container .s-bifida .bifida-component li{
	margin: 0 auto;
	width: 40%;
}
#container .s-bifida .bifida-component .bifida-multiplied{
	margin: 5% auto;
}

/*-------------------
   sp-under-nav
-------------------*/
#container .sp-under-nav{
   display: none;
} 
}