.topText {
	width: 100%;
	background: #cec9aa;
	padding: 10px 0;
	text-align: center;
}
.topText h1 {
	color: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
}
.fs-p-welcomeMsg {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

#h-common {
	position: relative;
	z-index: 10;
}

header {
	width: 100%;
	background: #fff;
}
header .headTop {
	padding: 5px 10px 12px 10px;
	margin: 0 0 12px 0;
	
}
header .headTop > ul {
	display: flex;
	padding: 0 70px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	height: 42px;
}
header .headTop > ul li:nth-child(2) {
	margin-left: auto;
}
header .headTop > ul li:nth-child(n+2) a {
	background: url(https://flavorstyle.itembox.design/item/pc_ico_arrow01.png) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 !important;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
}
header .headTop > ul li:nth-child(n+3) {
	margin-left: 18px;
}

header .headTop > div h2 {
	text-align: center;
	position: relative;
	z-index: 5;
	background: #fff;
}
header .headTop > div {
	display: flex;
	justify-content: center;
	position: relative;
}
header .headTop > div ul {
	display: flex;
	position: absolute;
    right: 0;
}
header .headTop > div ul li:nth-child(n+2) {
	margin-left: 30px;
}
header .headTop > div ul li:last-child {
	border: 1px solid #dadada;
	width: 160px;
	height: 30px;
	box-sizing: border-box;
}
header .headTop > div ul li:last-child input[type="text"] {
	border: none;
	background-color: transparent;
	color: #818181;
	padding: 0 0 6px 10px;
	width: 130px;
	height: 30px;
	box-sizing: border-box;
}
header .headTop > div ul li:last-child input[type="image"] {
	box-sizing: border-box;
	position: relative;
	top: 4px;
	width: 18px;
	height: 18px;
}

nav {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: #fff;
}

.menu {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
	box-sizing: border-box;
	padding: 0 50px;
}

.menu > li {
    float: left;
	margin: 0 0 0 80px;
	box-sizing: border-box;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.menu {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.menu > li {
    float: left;
	margin: 0 0 0 25px;
	box-sizing: border-box;
}
} 
.menu > li:first-child {
	margin-left: 0;
}
.menu > li a {
    display: block;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.menu > li > a {
	position: relative;
	display: block;
	padding: 10px 10px;
}
.menu > li > a::after {
    position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #5b5b5b;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.menu > li > a:hover::after,
.menu > li:hover > a::after {
	transform: scale(1, 1);
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 28px;
    left: 0;
	overflow: hidden;
    width: 100%;
	height: 240px;
    padding: 20px 15px 0 35px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	box-sizing: border-box;
	border-bottom: 1px solid #dadada;
	background: #fff;
}

li.menu__mega:hover ul.menu__second-level {
    top: 38px;
    visibility: visible;
    opacity: 1;
}
li.menu__mega:hover ul.menu__second-level a {
	color: #4e4c4c;
}

.patternImgM {
	display: flex;
	justify-content: space-between;
}
.patternImgM ul:first-child li {
	margin-bottom: 10px;
}
.patternImgM ul.pre:first-child li {
	margin-left: 0 !important;
}
.patternImgM ul li a:hover {
	text-decoration: underline;
}
.patternImgM ul:nth-child(2) {
	display: flex;
	justify-content: space-between;
}
.patternImgM ul:last-child li {
	margin-left: 20px;
}
.patternImgM ul:last-child li:first-child {
	margin-left: 0;
}

.patternImgS {
	display: flex;
	justify-content: space-between;
}
.patternImgS > div > p,
.patternImgS > div > div ul li.title{
	margin-bottom: 18px;
	padding-left: 17px;
	background: url(https://flavorstyle.itembox.design/item/pc_ico_arrow02.png) no-repeat 0 5px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	text-align: left;
}
.patternImgS > div > div {
	display: flex;
}
.patternImgS > div > div ul {
	width: 170px;
}
.patternImgS > div > div ul li {
	margin-bottom: 10px;
}
.patternImgS ul li a:hover {
	text-decoration: underline;
}
.patternImgS > ul:last-child {
	display: flex;
	justify-content: space-between;
}
.patternImgS > ul:last-child li {
	margin-left: 20px;
}
.patternImgS > ul:last-child li:first-child {
	margin-left: 0;
}

.patternImgL {
	display: flex;
	justify-content: space-between;
}
.patternImgL > div > div ul li.title{
	margin-bottom: 18px;
	padding-left: 17px;
	background: url(https://flavorstyle.itembox.design/item/pc_ico_arrow02.png) no-repeat 0 5px;
}
.patternImgL > div > div {
	display: flex;
}
.patternImgL > div > div ul {
	width: 200px;
}
.patternImgL > div > div ul li {
	margin-bottom: 10px;
}
.patternImgL ul li a:hover {
	text-decoration: underline;
}


