@charset "utf-8";
/* CSS Document */

/*
(151119)IE11で「background-size」が効かない
疑似要素はサイズ指定不可の為、実寸表示のみ
@import"../css/test_line.css";
*/

/* ====================================================== 
	本文
====================================================== */
.spbr {
	display: none;
}
/* ホバー */
a:hover {
	color: #EDAF1C;
}

.Banner a:hover {
opacity: 0.7;
}

/* ヘッダーメニュー */
h1 b, h2 > b, h3 > b, .MenuBar, .Step .head .Title, .Index .Top .Txt .read{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5 {
	margin-top: 0em;
}

.PageNavi > .Wrap > span {
	color: #ee0564;
}
.ywrap {
	height: 100px;
}

h2 {
	color: #ee0564;
}

.tate {
	font-size: 0.6em;
	padding-bottom:0.5em;
	padding-top: 0.3em;
	display: inline-block;
}
.tate2 {
	font-size: 0.6em;
	padding-top:0.5em;
	padding-bottom:0.2em;
	display: inline-block;
}



h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0em;
	display: inline-block;
	width: 5em;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ee0564;
}



.Header {
	padding-top: 0em;
	width: 100%;
	height: 8em;
}

.Logo .Img img {
	height: 2em;
	width: auto;
}
.Header .Left {
	position: absolute;
left: 10%;
top: 0em;
}


.Right_back {
	width: 60%;
height: 100%;
background: #ee0564;
position: absolute;
right: 0;
}

.Header .Right {
	right: 10%;
	width: 100%;
	font-size: 1.1em;
	color: #fff;
}

.Header .ClassCartShow {
	color: #fff;
}
.Header .Navi .icon img {
	margin-right: 5px;
}

.Menu ul li ul {
	background: wheat;
	padding: 0 1em;
	text-align: left;
	color:#333;
}
.Menu ul li ul li {
display:block;
}

.Header li {
	vertical-align: top;
}

.Header .Navi li:not(:last-child){
	margin-right: initial;
}
.Header .Navi li:not(:first-child) {
	margin-left:initial;
}

.Menu > ul > li {
	margin-right: 1.5em !important;
}

.ClassMemberLogin {
	margin-right: 3em !important;
}

img[src$=".svg"] {
	width: 100vw;
	height: 250px;
}


/* メニューR4.5-------------------------------------------------------------------- */
/* Global Menu */
 
.sample01{
	margin-bottom: 13em;
	position: relative;
	width: 100%;
	background-color: #ee0564;
}
.sample01 ul > li{
	display: inline-block;
}
.sample01 ul > li > a{
	padding: 0px 0.7em;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.sample01 ul > li:last-child > a {
	padding-right: 0em;
}

.sample01 ul > li > span{
	margin-left: 1.2em;
}


.sample01 ul > li:hover > a{
	background-color: initial;
	color: #EDAF1C;
}

/* Submenu */

.sample01 ul li ul{
	position: absolute;
	top: 32px;
	left: 0;
}
.sample01 ul li ul li{
	display: block;
}
.sample01 ul li ul li a{
	background-color: #EDAF1C;
	color: #444;
}
.sample01 ul li ul li a:hover{
	background-color: whitesmoke;
	opacity: 1;
}


.sample01 ul li ul{
	display: none;
	text-align: left;
}
.sample01 ul li:hover ul{
	display: block;
}

.sample01 .Hover a:hover,.sample01 .Hover a:hover::before,.sample01 .Hover a:hover::after {
	opacity: 1;
}











/* トップコンテンツ */

.Gallery {
	width: 100%;
	position: relative;
	top: -90px;
/* 	top: -240px; */
	height: 500px;
}

.head_back {
	/* height: 500px; */
	height: 300px;
	width: 60%;
	background-color: #ee0564;
	float: right;
}

#Contents {
	padding-top: 110px;
	clear: both;
}


.Alert {
	color: rgba(232,55,47,1.0);
}
.Error input,
.Error input[type=radio],
.Error select {
	border-color: #c20c33;
	background-color: #ffd9e1;
}

body::after, h2 > b::after, .Header::after, .Footer::before, .Footer::before, .Index section::before, .Index section::after, .Index .section::before, .Index .section::after, .PageNavi::before, .PageNavi::after, .CategoryTitle h1 > .Wrap::before, .CategoryTitle h1 > .Wrap::after, .CategoryTitle h1 > .Wrap > .Title::before, .CategoryTitle h1 > .Wrap > .Title::after, .Aboutus .Index .Top hr, .ShohinList .ShohinImg .thumb .slick-current, #Guide.index .CategoryNavi.PageGuide .ClassGuide a::before, #Guide.delivery .CategoryNavi.PageGuide .ClassDelivery a::before, #Guide.pay .CategoryNavi.PageGuide .ClassPay a::before, #Guide.return .CategoryNavi.PageGuide .ClassReturn a::before, #Guide.law .CategoryNavi.PageGuide .ClassLaw a::before {
	width: initial;
background-image: initial;
}








/* 季節バナーコンテンツ */
.Banner {
	margin-top: 15%;
	width: 50%;
}
/* おすすめ */
.Osusume {
	background-color: #feee97;
width: 80%;
margin-left: auto;
margin-right: 0;
background: repeating-linear-gradient(-45deg,#feee97 0,#feef97 10px,rgba(232,188,125,0.5) 10px,rgba(232,188,125,0.5) 20px);
background-color: #feee97;
}
.Osusume h2 > b::after {
	display: none;
}

.Osusume .Title {
margin-bottom: 0;
padding-top: 1em;
text-align: left;
margin-left: -100px;
width: 300px;
font-size: 1.3em;
/* text-shadow: 2px 2px 0 #ee0564, -2px -2px 0 #ee0564, -2px 2px 0 #ee0564, 2px -2px 0 #ee0564, 0px 2px 0 #ee0564, 0 -2px 0 #ee0564, -2px 0 0 #ee0564, 2px 0 0 #ee0564; */
color: #666;
}

.Osusume .Title {
  position: relative;
  padding-left: 25px;
}

/* .Osusume .Title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 25px transparent;
  border-bottom: solid 25px #ee0564;
}
.Osusume .Title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 10px;
  width: 100%;
  border-bottom: solid 8px #ee0564;
} */



.Osusume .WrapM{
	/* margin-right: 15%; */
}


h3 > b {
	font-size: 1.3em;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}


/* バナーコンテンツ */
.Category {
	width: 50%;
	margin: auto;
}
.ImgCover img {
	width: 180px;
	height: auto;
}

.category_banner img {
	width: 350px;
	height: 350px;
}

.osusume_back {
	background-color: whitesmoke;
}
.osusume_back .Category {
	padding: 4em 0;
}



/* ニュース */
h2 > b::after {
	margin-top: 0;
}


.Newsback{
	width: 60%;
	margin: 3em auto;
}
.News {
display: flex;
justify-content: flex-start;
}

.News .Title {
	margin: 0;
	padding: 3.5em 2em;
	background: #eeca05;
	margin: 2em 0;

}


.News h2 > b {
	padding-left: 0em;
	color: #333;
}

.news_dt h2 > b {
	color:#333;
}

.NewsTitle {
	width: 400px;
}
.Time {
	float: left;
}

.news_dt .Time {
	color: #EDAF1C;
}

.listy .Time {
	padding-right: 1.5em;
}

.NewsList ul { 
margin-top: 2em;
	}
.NewsList ul li { 
clear: both;
list-style: none;
}
.y_te {
font-size: 0.8em;
}




.ColorBtn, .Header .ClassCartShow .icon, .Header .SearchBox input[value="検索"], .ShohinDetail .Detail .Btn .ColorBtn {
	background-color: #EDAF1C;
color: #000;
}

.Header .Navi .icon {
	border-radius: 0;
}

.Btn {
	min-width:11em;
} 

.NewsList a:hover {
	color: #ee0564;
}



/* フッター */
.Footer, .Footer .Copy {
	background-color: white;
color: #ee0564;
border-top: solid 2px #ee0564;
}
.footer_back {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

#Footer img {
	width: 250px;
	height: auto;
	margin-top: -0.2em;
}
.Left {
	float: left;
	width: 320px;
text-align: left;
}
.add_y {
	margin-top: 1em;
	line-height: 1.5;
	margin-bottom: 1em;
}


.Right {
	float: right;
}

.Right .footer_menu, .pribacy {
	list-style: none;
}

.Right .footer_menu li {
	float: left;
	padding: 0 1em;
}

.Right .pribacy {
	clear: both;
}

.Right .pribacy li {
	float: right;
	padding: 0 1em;
}


/* ▲トップページ▲ */
/* ▼会員ログインページ▼ */
.login_title {
	color: #ee0564;
	font-size: 2.0em;
	margin-bottom: 1.5em;
}
.loginform {
	margin: 10px auto 10px auto;
}

.yto {
	margin-bottom: 100px;
}

/* ▲会員ログインページ▲ */
/* ▼商品ページ▼ */
.COVAR {
	width: 80%;
	max-width: 1200px;
}
.y_slider img, .y_thumb img {
	height: auto!important;
width: 100%!important;
}

.y_ShohinImg {
	width: 50%;
}
.ShohinName {
	width: 100%;
	text-align: left;
margin: 0 auto;
font-weight: bold;
line-height:2em;
}
.y_box .ShohinName {
	border-bottom: white solid 1px;
}

.ShohinName_sub {
	text-align: left;
	color:#222;
}



.ShohinList .ShohinName {
	min-height: calc(2em * 2);
	margin-bottom:0em;
}

.BackTop a::before {
	top: -4em;
}

.y_txtwrap {
	width: 100%;
	margin: 0 auto;
	margin-left:0;
}

.Price {
	text-align: left;
}

.Osusume .Price {
	line-height: 1.5em;
}
.y_box .Price {
	margin-top:1em;
	text-align: right;
	padding-right: 3em;
}


.y_txt {
	padding: 1em;
	width: 50%;
	background-color: whitesmoke;
	max-width: 490px;
	height: 100%;
	border-top: solid 3px #ee0564;
}

.y_box {
	display: flex;
	justify-content: space-between;
}

.ColorTitle {
	font-size: 1em;
	border: 2px #777 solid;
width: 50%;
margin: 0 auto;
margin-top: 0.5em;
background: #777;
color: #fff;
margin-right:3em;
}
.ColorTitle:hover {
	background: #fff;
color: #777;
transition: .3s;
}



.ColorZaiko {
	background-color: white;
}

/* 商品一覧ページ-------------------------------------------------------------------- */
.SortNavi {
	display: none;
}


/* 商品詳細ページ-------------------------------------------------------------------- */

.ColorBtn {
	min-width: 9em;
	padding: 0.5em 1em;
}

.ColorBtn:hover {
	background-color: #ee0564;
}

.HanbaiPrice {
	font-size: 1.0em;
	color: crimson;
}
.NomalPrice > .Wrap::after {
	background-color: crimson;
}



tbody th, .WidthTh {
	width: 9em;
	background: lemonchiffon;
}
Tbody td {
	width: 7em;
}


.Comment {
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
			margin-top: 0px;
	margin-top: 2em;

}
.Comment1 {
	font-size:1.0em;
	border-top: 1px solid #EDAF1C;
	width: 100%;
}

.Comment1 span{
	display: block;
	font-size:1.5em;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #EDAF1C;
	width: 7em;
	text-align: center;
	top: -1em;
}
.Comment1 a {
color: #EDAF1C;
border-bottom: 1px solid;
}
.CtTitle {
	/* display:none; */
}

.sozai {
	margin-top: 1em;
}
.sozai Tbody td {
	width: auto;
}
.sozai tbody th, .WidthTh {
	background: #F5ECE9;
}

.sozai table {
	border-width: 0px;
}


/* お問い合わせフォーム-------------------------------------------------------------------- */

.WrapM ul {
	text-align: left;
}

.UneiInfo tbody th, .WidthTh {
	width:12em;
}

.UneiInfo td {
	width:initial;
}

.MailForm td {
	width:initial;
}


/* 特定取引-------------------------------------------------------------------- */
.toku Tbody td {
	width: initial;
}

.toku tbody th, .WidthTh {
	width: 13em;
}


/* バックボタン */
.BackTop {
	min-width: initial;
}

/* プライバシポリシー-------------------------------------------------------------------- */
.privacy_y {
	text-align: left;
}

.privacy_y dt {
	color:#EDAF1C;
	font-weight: normal;
	font-size: 1.2em;
}

.privacy_y dt b {
	font-weight: normal;
}

/* 注文ページ */

.y_form1 {
	display: inline-block;
	margin-top: 6em;
}

.y_form1 Tbody td {
	width: initial;
}
.y_form1 tbody th, .WidthTh {
width: 17em;
}

.y_form1 .Tight {
padding: 1em;
background-color: lemonchiffon;
}