@charset "utf-8";


/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html{
	
}
body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	line-height: 1.5;
	text-size-adjust: 100%;
	
    /*font-family: 'Kaisei Opti', serif;*/
	font-family: 'Roboto', sans-serif;
	/*font-family:"Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;*/
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-weight: 500;
	font-size: 13px;
	
	color: #333;
	position: relative;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

address{
	font-style: normal;
}


/* --------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------- */
.common {
	font-size: 13px;
}

.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
     /*font-family: 'Kaisei Opti', serif;*/
	 font-family: 'Roboto', sans-serif;
	/*font-family:"Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;*/
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-weight: 500;
	font-size: 14px;
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul{
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a,
.common a:link,
.common a:visited{
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(0,0,0,0.1);
	tap-highlight-color: rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active{
}

input,
select,
textarea{
	outline: none !important;
	box-shadow: none !important;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	font-size: 0;
}
.clearfix::after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.font-mincho,
.font-mincho *{
	 font-family: 'Roboto', sans-serif;
	/*font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-weight: 500;
}


/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display: none;
}
.device-sp-inline{
	display: none;
}
.device-pc{
	display: block;
}
.device-pc-inline{
	display: inline;
}

.inner{
	width: 1200px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header{
}

/* ----------------------------------------
ヘッダーコンテンツ
---------------------------------------- */
#header .h-contents {
	display: flex;
	
	width: 100%;
	margin: 0 0 24px;
	padding: 40px 0 0;
}
.h-fix-mode #header .h-nav{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}


/* ----------------------------------------
メニュー
---------------------------------------- */
#header .h-menu {
	position: absolute;
	z-index: 10;
	
	left: -380px;
	top: 14px;
	
	display: flex;
	flex-direction: row-reverse;
	
	transition: 0.2s linear;
	padding: 12px 0 0;
}

/* メニューアクティブ */
#header .h-menu.active {
	left: 0;
	transition: 0.2s linear;
}
#header .h-menu .h-btn-menu{
	padding: 0 0 0 10px;
	cursor: pointer;
}


#header .h-menu .h-btn-menu{
	align-self: flex-start;
}

/* ---- メニュー切り替え ---- */
#header .h-menu .h-btn-menu .h-btn-menu-open {
	display: block;
}
#header .h-menu .h-btn-menu .h-btn-menu-close {
	display: none;
}
#header .h-menu.active .h-btn-menu-open {
	display: none;
}
#header .h-menu.active .h-btn-menu-close {
	display: block;
}

/********** メニュー内容 **********/
#header .h-menu .h-menu-wrapper {
	width: 380px;
	padding: 26px 35px 0;
	background: rgba(255,255,255,0.8);
}
#header .h-menu .heading {
	padding: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}
#header .h-menu ul{
	padding: 0 0 24px;
}
#header .h-menu ul li {
	padding: 0 0 15px;
}

/********** menu-list-2 **********/
#header .h-menu .h-menu-list-2 {
	display: flex;
	
	width: 100%;
}
#header .h-menu .h-menu-list-2 .heading {
	padding: 0 0 13px;
}
#header .h-menu .h-menu-list-2 .h-menu-list-box:nth-of-type(1) {
	width: 215px;
}
#header .h-menu .h-menu-list-2 .h-menu-list-box:nth-of-type(2) {
	width: 120px;
}
#header .h-menu .h-menu-list-2 ul li {
	padding: 0 0 15px;
}


/* ----------------------------------------
検索
---------------------------------------- */
#header .search {
	width: 300px;
	/*margin: 0 150px 0 0;*/
    margin: 0 200px 0 0;
	padding: 70px 0 0;
	border-bottom: solid 1px #333;
	color: #fff;
}
#header .search input[type="text"] {
	display: block;
	width: 100%;
	padding: 11px 45px 11px 0;
	
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background: transparent;
}
#header .search .search-box {
	position: relative;
}
#header .search input[type="text"]::placeholder {
	color: #333;
	opacity: 1;
}
#header .search input[type="image"] {
	position: absolute;
	top: 11px;
	right: 11px;
	
	display: block;
	
	width: 25px;
	height: 25px;
	
	background: transparent;
}

/********** ロゴ **********/
#header .h-logo {
	width: 683px;
	/*padding: 14px 0 0;*/
}
#header .h-logo a {
	display: block;
	width: 300px;
	height: auto;
}
#header .h-logo img {
	display: block;
}

/********** SNS **********/
#header .h-sns {
	width: 67px;
	padding: 14px 0 0;
}
#header .h-sns ul {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}
#header .h-sns ul li.h-btn-instagram {
	width: 60px;
    margin: 0 5px;
}
#header .h-sns ul li.h-btn-twitter {
	width: 60px;
    margin: 0 5px;
}
#header .h-sns ul li a {
	display: block;
}
#header .h-sns ul li img {
	display: block;
}

/********** SNS **********/
#header .h-sns {
	width: 100px;
	padding: 10px 0 0;
}


/* ----------------------------------------
info-my
---------------------------------------- */
#header .info-my {
	display: flex;
	align-items: center;
	
	width: 100%;
	padding: 0 0 14px;
}

/********** info **********/
#header .info-my .info{
	display: flex;
	align-items: center;
	
	width: 700px;
}
#header .info-my .info .heading {
	margin: 0 7px 0 0;
	padding: 0 8px;
	color: #fff;
	background: #ce6b7b;
}
#header .info-my .info .info-box {
	font-weight: bold;
	color: #ce6b7b;
}
#header .info-my .info .info-box a {
	font-weight: bold;
	color: #ce6b7b;
}

/********** member-information **********/
#header .info-my .member-information{
	width: 370px;
}
#header .info-my .member-information .txt-greeting{
	padding: 0 100px 0 0;
	text-align: right;
}

/********** my **********/
#header .info-my .h-my{
	width: 130px;
}
#header .info-my .h-my ul{
	display: flex;
	justify-content: space-between;
}
#header .info-my .h-my ul li a{
	position: relative;
	display: block;
}
#header .info-my .h-my ul li .fs-client-cart-count {
	position: absolute;
	display: flex;
	z-index: 2;
	background: #ce6b7b;
	color: #fff;
	min-width: 20px;
	border-radius: 100%;
	height: 20px;
	left: 18px;
	justify-content: center;
	align-items: center;
	top: -6px;
}
#header .info-my .h-my ul li img{
	display: block;
}
#header .info-my .h-my ul li a{
	display: block;
}


/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
.my-false .logout{
	display: block !important;
}
.my-false .login{
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
.my-true .logout{
	display: none !important;
}
.my-true .login{
	display: block !important;
}



/* ----------------------------------------
h-nav
---------------------------------------- */
#header .h-nav{
	background: rgba(204,102,102,0.5);
}
#header .h-nav > nav > ul{
	display: flex;
	justify-content: center;
	
	width: 100%;
}
#header .h-nav > nav > ul > li{
	padding: 0 29px;
}
#header .h-nav > nav > ul > li > a{
	padding: 13px 26px 13px 0;
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	background: url("../images/common/h-nav-icon-arr-right.png") no-repeat 100% 50%;
}
#header .h-nav ul li .h-nav-open-close{
	cursor: pointer;
	display: block;
	padding: 12px 26px 12px 0;
	font-size: 20px;
	color: #fff;
	background: url("../images/common/h-nav-icon-arr-down.png") no-repeat 100% 50%;
}

/********** ドロップダウン **********/
#header .h-nav ul li .h-nav-open-contents{
	position: absolute;
	background: rgba(204,102,102,0.5);
	
	width: 160px;
	z-index: 10;
	margin: 2px 0 0 -45px;
	
	visibility: hidden;
	opacity: 0;
	transition: .1s;
}
#header .h-nav ul li .h-nav-open-contents ul{
	padding: 8px 0;
}
#header .h-nav ul li .h-nav-open-contents ul li a{
	display: block;
	padding: 8px 0;
	text-align: center;
	color: #fff;
}

/********** ★ドロップダウン：アクティブ時 **********/
#header .h-nav ul li.active .h-nav-open-contents{
	visibility: visible;
	
	opacity: 1;
	transition: .2s;
}
#header .h-nav ul li.active .h-nav-open-close{
	background-image: url("../images/common/h-nav-icon-arr-up.png");
}

/* --------------------------------------------------------------------------------
	sub1
-------------------------------------------------------------------------------- */
#sub1 {
	width: 200px;
	padding: 0 0 30px;
	margin: 0 20px 0 0;
}
#sub1 .category .heading {
	font-size: 18px;
	color: #ce6b7b;
	font-weight: bold;
}
#sub1 .category .category-list{
	padding: 0 0 35px;
}
#sub1 .category ul li {
	position: relative;
	padding: 0 0 5px;
}
#sub1 li a{
	display: block;
	padding: 5px 0;
	font-size: 17px;
}
#sub1 li a:hover{
	background: #f6f6f6;
}
#sub1 .category ul li .open-close-contents {
	position: absolute;
	z-index: 1;
	left: 190px;
	width: 190px;
	top: 0;
	padding: 12px 0 8px;
	border: solid 1px #cecece;
	
	visibility: hidden;
	opacity: 0;
	transition: 0.1s linear;
	background: #fff;
}
#sub1 .category ul li{
	padding: 0 0 5px;
}
#sub1 .category ul li .open-close-contents ul li a{
	padding: 5px 12px;
}

/* サブメニューアクティブ時 */
#sub1 .category ul li.active .open-close-contents {
	visibility: visible;
	opacity: 1;
}
#sub1 .category ul li.active > a{
	background: #f6f6f6;
}

/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
	background: #fff;
}

/********** footer-inner **********/
#footer .footer-inner {
	display: flex;
	
	width: 100%;
	padding: 60px 0 0;
}


/********** f-logo **********/
#footer .f-logo {
	width: 470px;
	padding: 0 0 0 220px;
}
#footer .f-logo img {
	display: block;
}


/********** サイトマップ **********/
#footer .f-sitemap {
	display: flex;
	width: 520px;
}
#footer .f-sitemap .f-sitemap-box {
	width: 270px;
}
#footer .f-sitemap ul {
}
#footer .f-sitemap ul li {
	padding: 0 0 15px;
}
#footer .f-sitemap ul li a {
	display: block;
}

/********** f-btn-contact **********/
#footer .f-btn-contact a {
	display: block;
}
#footer .f-btn-contact img {
	display: block;
}


/********** copyright **********/
#footer .copyright {
	padding: 50px 0 20px;
	text-align: center;
}








