@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 a:hover{
	text-decoration: none;
}
.wrapper img {
	height: auto;
	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 1.1rem/2.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 0 auto 10%;
	text-align: center;
	text-decoration: none;
	width: 90%;
}
#container .buy-btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
#container .buy-btn: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 .wrapper .mainvisual .kv{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/sp-top.jpg) no-repeat;
	background-size: 100%;
}
#container .wrapper .mainvisual .headtitle{
	color: #e15e00;
	font: bold 2.5rem/0.8 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -1px;
	padding: 14% 0 28%;
	text-align: center;
}*/
#container .wrapper .mainvisual .headtitle {
	margin: 0;
}
#container .wrapper .mainvisual .description{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% auto 5%;
	width: 90%;
}
#container .wrapper .mainvisual .flex .glo-navi {
	display: none;
}

/*-------------------
   section
-------------------*/
#container section{
	margin: 0 0 20px;
	padding: 0 3%;
}
#container .sec-title{
	font: bold 1.5rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -1px;
	margin: 0 0 3%;
	text-align: center;
}
#container .text{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .pc-designerPhoto{
	display: none;
}

/*-------------------
   nailDesign
-------------------*/
#container .nailDesign .designList li{
	margin: 0 1% 5%;
	width: 48%;
}
#container .nailDesign .useItem{
	padding: 5% 0 1%;
}
#container .nailDesign .useItem h4{
	font: bold 1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 3%;
}
#container .nailDesign .useItem img{
	margin: 0 0 5%;
}
#container .nailDesign .colorIcon li{
	margin: 0 3% 3% 0;
	width: 17%;
}
#container .nailDesign .colorIcon li:last-child{
	margin: 0 0 3% 0;
}
#container .nailDesign .item-name li{
	color: #666;


	font: 0.8rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 100%;
}
/*フットデザイン2020*/
#container #foot2020 .sec-title{
	color: #000;
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/foot2020-sp.jpg) no-repeat;
	background-size: 100%;
	color: #000;
	padding: 5% 0;
}
#container #foot2020 .sec-title em{
	color: #000;
	display: block;
	font-weight: bold;
}
#container #foot2020 .useItem{
	border-bottom: dotted 1px #000;
}
#container #foot2020 .useItem h4{
	color: #000;
}
/*春・新緑2020*/
#container #spring2020 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/spring2020-sp.jpg) no-repeat;
	background-size: 100%;
	color: #169238;
	padding: 18% 0 2%;
}
#container #spring2020 .sec-title em{
	color: #169238;
	display: block;
	font-weight: bold;
}
#container #spring2020 .useItem{
	border-bottom: dotted 1px #169238;
}
#container #spring2020 .useItem h4{
	color: #169238;
}
/*バレンタイン2020*/
#container #valentine2020 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/valentine2020-sp.jpg) no-repeat;
	background-size: 100%;
	color: #fe575b;
	padding: 5% 0 6%;
}
#container #valentine2020 .sec-title em{
	color: #fe575b;
	display: block;
	font-weight: bold;
}
#container #valentine2020 .useItem{
	border-bottom: dotted 1px #fe575b;
}
#container #valentine2020 .useItem h4{
	color: #fe575b;
}
/*お正月2020*/
#container #newyear2020 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/newyear2020-sp.jpg) no-repeat;
	background-size: 100%;
	color: #000;
	font-size: 1.3rem;
	padding: 6% 0;
}
#container #newyear2020 .sec-title em{
	color: #000;
	display: block;
	font-weight: bold;
}
#container #newyear2020 .useItem{
	border-bottom: dotted 1px #b6282c;
}
#container #newyear2020 .useItem h4{
	color: #b6282c;
}
/*東京ネイルエキスポ2019*/
#container #nailexpo2019 .useItem{
	border-bottom: dotted 1px #e66449;
}
#container #nailexpo2019 .useItem h4{
	color: #e66449;
}
/*クリスマス2019*/
#container #christmas2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/christmas2019-sp.jpg) no-repeat;
	background-size: 100%;
	color: #f7161e;
	font-size: 1.3rem;
	padding: 6% 0 7% 23%;
}
#container #christmas2019 .sec-title em{
	color: #f7161e;
	display: block;
	font-weight: bold;
}
#container #christmas2019 .useItem{
	border-bottom: dotted 1px #005027;
}
#container #christmas2019 .useItem h4{
	color: #005027;
}
/*アダルトハロウィン2019*/
#container #halloween2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/halloween2019-sp.jpg) no-repeat;
	background-size: 100%;
	color: #002945;
	padding: 8% 0 6%;
}
#container #halloween2019 .sec-title em{
	color: #002945;
	display: block;
	font-weight: bold;
}
#container #halloween2019 .useItem{
	border-bottom: dotted 1px #001a2b;
}
#container #halloween2019 .useItem h4{
	color: #001a2b;
}
/*ヴェールコレクション2019*/
#container #veil2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/veil2019-sp.jpg) no-repeat;
	background-size: 100%;
	color: #562c24;
	padding: 5% 0 6%;
}
#container #veil2019 .sec-title em{
	color: #562c24;
	display: block;
	font-weight: bold;
}
#container #veil2019 .useItem{
	border-bottom: dotted 1px #d19da2;
}
#container #veil2019 .useItem h4{
	color: #d19da2;
}
/*アジアネイルフェスティバル2019*/
#container #anf2019 .sec-title img{
	width: 100%;
}
#container #anf2019 .useItem{
	border-bottom: dotted 1px #27247f;
}
#container #anf2019 .useItem h4{
	color: #27247f;
}
/*夏・ビーチ2019*/
#container #beach2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/beach2019-sp.png) no-repeat;
	background-size: 100%;
	color: #000;
	padding: 5% 0 6%;
}
#container #beach2019 .sec-title em{
	color: #000;
	display: block;
	font-weight: bold;
}
#container #beach2019 .useItem{
	border-bottom: dotted 1px #347b55;
}
#container #beach2019 .useItem h4{
	color: #347b55;
}
/*フット2019*/
#container #foot2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/foot2019-sp.png) no-repeat;
	background-size: 100%;
	color: #000;
	padding: 5% 0 6%;
}
#container #foot2019 .sec-title em{
	color: #000;
	display: block;
	font-weight: bold;
}
#container #foot2019 .useItem{
	border-bottom: dotted 1px #2c8e8f;
}
#container #foot2019 .useItem h4{
	color: #2c8e8f;
}
/*秋冬コレクション2019*/
#container #aw2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/aw2019-sp.png) no-repeat;
	background-size: 100%;
	color: #FFF;
	font-size: 1.3rem;
	padding: 4% 0 6%;
}
#container #aw2019 .sec-title em{
	color: #FFF;
	display: block;
	font-weight: bold;
}
#container #aw2019 .useItem{
	border-bottom: dotted 1px #d96565;
}
#container #aw2019 .useItem h4{
	color: #d96565;
}
/*桜・新緑2019*/
#container #spring2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/spring2019-sp.png) no-repeat;
	background-size: 100%;
	color: #000;
	padding: 5% 0 6%;
}
#container #spring2019 .sec-title em{
	color: #000;
	display: block;
	font-weight: bold;
}
#container #spring2019 .useItem{
	border-bottom: dotted 1px #77bb9c;
}
#container #spring2019 .useItem h4{
	color: #77bb9c;
}
/*春夏コレクション2019*/
#container #ss2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/ss2019-sp.png) no-repeat;
	background-size: 100%;
	color: #000;
	font-size: 1.25rem;
	padding: 9% 0 12%;
}
#container #ss2019 .sec-title em{
	color: #000;
	display: block;
	font-weight: bold;
}
#container #ss2019 .useItem{
	border-bottom: dotted 1px #848d67;
}
#container #ss2019 .useItem h4{
	color: #848d67;
}
/*バレンタイン＆ホワイトデー2019*/
#container #valentine2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/valentine2019-sp.png) no-repeat;
	background-size: 100%;
	color: #000;
	font-size: 1.3rem;
	padding: 5% 0 6%;
}
#container #valentine2019 .sec-title em{
	color: #000;
	display: block;
	font-weight: bold;
}
#container #valentine2019 .useItem{
	border-bottom: dotted 1px #e11a24;
}
#container #valentine2019 .useItem h4{
	color: #e11a24;
}
#container #valentine2019 .whiteday .useItem{
	border-bottom: dotted 1px #368cd2;
}
#container #valentine2019 .whiteday .useItem h4{
	color: #368cd2;
}
/*NEWYEAR2019*/
#container #newyear2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/newyear2019-sp.png) no-repeat;
	background-size: 100%;
	color: #000;
	font-size: 1.3rem;
	padding: 3% 0 21% 0;
}
#container #newyear2019 .sec-title em{
	color: #000;
	display: block;
	font-weight: bold;
}
#container #newyear2019 .useItem{
	border-bottom: dotted 1px #eb0d01;
}
#container #newyear2019 .useItem h4{
	color: #eb0d01;
}
#container #newyear2019 .gold .useItem{
	border-bottom: dotted 1px #cc9d06;
}
#container #newyear2019 .gold .useItem h4{
	color: #cc9d06;
}

/*ボタン*/
#container .otherArtBtn a{
    border: solid 1px #000;
    color: #000;
    display: block;
    font: 1.2rem/2.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 15px auto 0;
    padding: 0;
    text-align: center;
    width: 90%;
}
#container .otherArtBtn a:hover {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .buy-btn a{
	font-size: 1.8rem;
}
/*#container .wrapper .mainvisual .headtitle{
	font-size: 4.5rem;
	margin: 0;
	padding: 14% 0 28%;
}*/
#container .wrapper .mainvisual .description{
	font-size: 1.1rem;
	text-align: center;
}
/*-------------------
   section
-------------------*/
#container .sec-title{
	font-size: 2.8rem;
	letter-spacing: 0;
	margin: 0 0 3%;
}
#container .nailDesign .useItem h4{
	font-size: 1.3rem;
}
#container .text,
#container .nailDesign .item-name li{
	font-size: 1.1rem;
}

/*お正月2020*/
#container #newyear2020 .sec-title{
	font-size: 2.5rem;
	padding: 6% 0;
}
/*クリスマス2019*/
#container #christmas2019 .sec-title{
	font-size: 2.5rem;
}
/*秋冬コレクション2019*/
#container #aw2019 .sec-title{
	font-size: 2.5rem;
}
/*春夏コレクション2019*/
#container #ss2019 .sec-title{
	font-size: 2.4rem;
}
/*バレンタイン＆ホワイトデー2019*/
#container #valentine2019 .sec-title{
	font-size: 2.5rem;
}
/*NEWYEAR2019*/
#container #newyear2019 .sec-title{
	font-size: 2.5rem;
}

/*ボタン*/
#container .otherArtBtn a{
    font-size: 1.5rem;
}
}

 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
/*#container .wrapper .mainvisual .kv{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/pc-top.jpg) no-repeat;
}
#container .wrapper .mainvisual .headtitle{
	font-size: 4rem;
	margin: 0;
	padding: 11% 0 22%;
}*/
#container{
	margin: 0 auto;
	width: 1040px;
}
#container .buy-btn a{
	font-size: 1.5rem;
	width: 60%;
}

/*-------------------
   section
-------------------*/
#container section{
	margin: 0 0 40px;
	padding: 0;
}
#container .sec-title{
	font-size: 2.8rem;
	letter-spacing: 0;
	margin: 0 0 3%;
}
#container .sp-designerPhoto{
	display: none;
}
#container .pc-designerPhoto{
	display: inline;
	margin: 30px 0 0;
}
#container .description{
	font-size: 1rem;
	text-align: center;
}

/*-------------------
   nailDesign
-------------------*/
#container .nailDesign .designList li{
	margin: 0 1% 5%;
	width: 31%;
}
#container .nailDesign .useItem{
	padding: 5% 0 1%;
}
#container .nailDesign .useItem h4{
	font-size: 1rem;
	margin: 0 0 1%;
}
#container .nailDesign .useItem img{
	margin: 0 0 3%;
}
#container .nailDesign .useItem .ss2019-color{
	width: 230px;
}
#container .nailDesign .colorIcon li{
	margin: 0 2% 3% 0;
	width: 40px;
}
#container .nailDesign .item-name li{
	font-size: 0.9rem;
	line-height: 1.8rem;
	margin: 0;
	width: 100%;
}
#container .nailDesign .item-name li a:hover{
	text-decoration: underline;
}
/*フットデザイン2020*/
#container #foot2020 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/foot2020-pc.jpg) no-repeat;
	height: 180px;
	margin: 0 auto 3%;
	padding: 4% 0 0;
	text-shadow: 1px 1px 3px #FFF,-1px -1px 3px #FFF;
	width: 1010px;
}
/*春・新緑2020*/
#container #spring2020 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/spring2020-pc.jpg) no-repeat;
	margin: 0 auto 3%;
	padding: 16% 0 0;
	width: 1040px;
}
/*バレンタイン2020*/
#container #valentine2020 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/valentine2020-pc.jpg) no-repeat;
	margin: 0 auto 3%;
	padding: 4% 0;
	width: 1040px;
}
/*お正月2020*/
#container #newyear2020 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/newyear2020-pc.jpg) no-repeat;
	font-size: 2.5rem;
	margin: 0 auto 3%;
	padding: 4% 0;
	width: 1040px;
}
/*クリスマス2019*/
#container #christmas2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/christmas2019-pc.jpg) no-repeat;
	font-size: 2.5rem;
	margin: 0 auto 3%;
	padding: 4% 0 4% 26%;
	width: 1040px;
}
/*アダルトハロウィン2019*/
#container #halloween2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/halloween2019-pc.jpg) no-repeat;
	margin: 0 auto 3%;
	padding: 5% 0 3%;
	width: 1040px;
}
/*ヴェールコレクション2019*/
#container #veil2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/veil2019-pc.jpg) no-repeat;
	margin: 0 auto 3%;
	padding: 4% 0 4%;
	width: 1010px;
}
/*アジアネイルフェスティバル2019*/
#container #anf2019 .sec-title{
	margin: 0 auto 3%;
	width: 1010px;
}
/*夏・ビーチ2019*/
#container #beach2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/beach2019-pc.png) no-repeat;
	margin: 0 auto 3%;
	padding: 5% 0 4%;
	width: 960px;
}
/*フット2019*/
#container #foot2019 .sec-title{

	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/foot2019-pc.png) no-repeat;
	margin: 0 auto 3%;
	padding: 4.5% 0;
	width: 960px;
}
/*秋冬コレクション2019*/
#container #aw2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/aw2019-pc.png) no-repeat;
	font-size: 2.3rem;
	margin: 0 auto 3%;
	padding: 1.8% 0 1.5%;
	width: 960px;
}
/*桜・新緑2019*/
#container #spring2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/spring2019-pc.png) no-repeat;
	margin: 0 auto 3%;
	padding: 5% 0 4%;
	width: 960px;
}
/*春夏コレクション2019*/
#container #ss2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/ss2019-pc.png) no-repeat;
	font-size: 2.2rem;
	padding: 7.5% 0 6%;
}
#container #ss2019 .sec-title em{
	display: inline;
}
/*バレンタイン＆ホワイトデー2019*/
#container #valentine2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/valentine2019-pc.png) no-repeat;
	font-size: 2.5rem;
	margin: 0 auto 3%;
	padding: 4% 0 7%;
	width: 960px;
}
/*NEWYEAR2019*/
#container #newyear2019 .sec-title{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd_artgallery/newyear2019-pc.png) no-repeat;
	font-size: 2.3rem;
	margin: 0 auto 3%;
	padding: 2% 0 13% 0;
	width: 960px;
}
#container #newyear2019 .sec-title em{
	display: block;
	font-weight: bold;
}
#container #newyear2019 .useItem{
	border-bottom: dotted 1px #eb0d01;
}
#container #newyear2019 .useItem h4{
	color: #eb0d01;
}
#container #newyear2019 .gold .useItem{
	border-bottom: dotted 1px #cc9d06;
}
#container #newyear2019 .gold .useItem h4{
	color: #cc9d06;
}

/*ボタン*/
#container .otherArtBtn a{
	transition: all .3s;
	margin: 2rem auto;
    width: 60%;
}
}