

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}


/*===================================================
	1-2. Reset Style
===================================================*/

/*要素の初期マージン・余白の初期化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
h,
var { 
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after { 
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*===================================================
	1-3. Text Style
===================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
}

pre {
	padding: 0.5em 10px; 
	border-left: 2px solid #eee;
	width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eeeeee;
}

blockquote * {
	color: #888888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #FF0000;
}

code {
	font-family:  monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

/*===================================================
	1-4. Hypertext Style
===================================================*/

/*Win Firefox用リンク領域点線非表示*/
:focus {
	moz-outline-style: none;
}

/*Mac Firefox用リンク領域点線非表示*/

/*リンク要素の初期カラー*/
#dialog .closeBt a:link {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:hover {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:visited {
	color: #FFF!important;
	color: inherit;
}


#wrapper a:hover img{
	  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*===================================================
	1-5. List Style
===================================================*/

ul,
ol,
dl {
	margin:0;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}

dd {
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*===================================================
	1-7. Table Style
===================================================*/
/*テーブルの初期スタイル*/
table {
	margin:0;
	border: 1px solid #CFCFCF;/*構築サイトに応じて変更*/
}

th,
td {
	padding: 3px;/*構築サイトに応じて変更*/
	border: 1px solid #CFCFCF;
}

th {
	background: #DFDFDF;/*構築サイトに応じて変更*/
}

/*===================================================
					共通CSS
===================================================*/
.header__nav__main li a{
	color: 
}

#warpper {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
}
.mainImg_pc {
	display: block;
	margin-bottom: 5%;
}
.mainImg_sp {
	display: none;
}
.load-fade {
	 opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.itemBox {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 10%;
}
.itemBox .itemTitle {
	margin-bottom: 10%;
}

.item_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 5%;
}
.item_container .item_01 {
	width: 50%;
}
.item_container .item_02 {
	width: 10%;
	padding: 0 3%; 
}
.item_container .item_02 .batsu {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.item_container .item_03 {
	width: 40%;
}
.item_container .item_03 img {
	width: 90%;
}
.conceptBox {
	width: 80%;
	margin-left: 10%;
}
.conceptBox .conTitle {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 5%;
	text-align: center;
}
.conceptBox .conceptTxt {
	font-size: 14px;
	line-height: 2.0em;
	margin-bottom: 5%;
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
.conceptBox .about {
	text-align: center;
	margin-bottom: 5%;
	font-size: 14px;
}
.conceptBox .about a {
	text-underline-offset: 5px;
	color: #163e35;
	font-weight: 600;
	text-decoration: underline;
}
.campaignBnr img {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 3px;
}
.campaignTxt {
	text-align: center;
	font-size: 14px;
}
.item {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 3%;
}

/*===================================================
				position gallery
===================================================*/
/*今使ってない*/
.galleryBox {
	width: 100%;
}
.galleryBox .galleImg_pc {
	position: relative;
	display: block;
}
.galleryBox .galleImg_sp {
	position: relative;
	display: none;
}
.galleryBox .galleImg_pc img {
	width: 100%;
	height: auto;
}
.galleryBox .galleImg_pc>div {
	position: absolute;
	left: 50%;
	right: auto;
	height: 120%;
	/*コレ*/transform: translate(-50%,-50%);
	font-size: 50px;
	text-align: center;
	color: #fff;
	
}
.more {
	font-size: 15px;
	border: 1px solid #fff;
	padding: 3%;
	width: 80%;
	margin-left: 10%;
}
/*===================================================*/

.newsBox .newsTitle {
	text-align: center;
	font-size: 40px;
	margin-bottom: 10%;
	font-weight: 600;
	letter-spacing: 0.2em;
}
.shopBox {
	width: 100%;
	background-color: #000000;
	color: #fff;
}
.shopcon {
	width: 70%;
	margin-left: 15%;
	padding: 5% 0;
}
.shopBox .shoplist .shop_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 3%;
}

.shopTxt {
	border: 1px solid #c0c0c0;
	width: 100%;
	padding: 5% 20%;;
	font-size: 20px;
	margin-top: 10%;
	margin-bottom: 20%;
	text-align: center;
}
.shopBox .shoplist .shop_container .shop_item01 {
	width: 60%;
}
.shopBox .shoplist .shop_container .shop_item02 {
	width: 40%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5%;
	margin-left: 3%;
}
.listTxt {
	font-size: 14px!important;
	width: 100%;
}
.detail {
	font-size: 13px!important;
	border: 1px solid #313131;
	padding: 8% 3%;
	text-align: center;
	color: #fff;
}
.detail a {
	color: #C4C3C3;
}
.link_all {
	text-align: center;
	font-size: 14px;
	margin-top: 5%;
	border: 1px solid #696969;
	padding: 2% 0;
	width: 50%;
	margin-left: 25%;
	margin-bottom: 15%;
}
.brandcate {
	padding: 3% 0; 
	font-size: 20px;
	margin-bottom: 15%;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.brandcate2 {
	padding: 3% 0; 
	font-size: 20px;
	text-decoration: underline;
	text-underline-offset: 5px;
	margin-left: 40%;
}
/*===================================================
				product features
===================================================*/
.productBox {
	width: 100%;
	margin-bottom: 10%;
}
.productBox .proTitle {
	text-align: center;
	font-size: 20px;
	margin-bottom: 5%;
	font-weight: 600;
}
.productBox .proImg {
	margin-bottom: 3%;
}
.pro_container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 10%;
	flex-wrap: wrap;
}
.pro_container .pro_item01 {
	width: 19%;
}
.dpro a {
	text-decoration: none;
	color: #000000;
}
.dpro a:hover {
	text-decoration: underline;
	color: #225AA6;
}
.proTxt {
	font-size: 14px;
	margin-bottom: 10%;
	width: 80%;
	margin-left: 10%;
}
.pro_container hr {
	margin-bottom: 15%;
}
/*product2*/
.pro_container .pro_item03 {
	width: 40%;
	padding-left: 3%;
}
.pro_container .pro_item03 .name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.pro_container .pro_item03 .number {
	margin-bottom: 5%;
}
.pro_container .pro_item03 .prodetail {
	font-size: 14px;
	margin-bottom: 7%;
}
.pro_container .pro_item03 .prolink {
	background-color: #1c2743;
	width: 40%;
	text-align: center;
	padding: 5px 0;
	color: #fff;
}
.box1 {
	margin-bottom: 10%;
}
.boxImg1 {
	width: 74%;
	margin-left: 13%;
	margin-bottom: 3%;
}
.boxImg2 {
	width: 54%;
	margin-left: 23%;
	margin-bottom: 3%;
}
.pro_container2 {
	display: flex;
	justify-content: space-between;
	width: 64%;
	margin-left: 18%;
	align-items: center;
	margin-bottom: 5%;
	flex-wrap: wrap;
}
.pro_container2 .pro_item04 {
	width: 48%;
}
.boxTxt {
	text-align: center;
	font-size: 14px;
}
.boxTxt a {
	text-decoration: none;
	color: #000000;
}
.boxTxt a:hover {
	text-decoration: underline;
	color: #225AA6;
}


.productBtn p {
	text-align: center;
	font-size: 14px;
	margin-top: 5%;
	border: 1px solid #696969;
	padding: 2% 0;
	width: 30%;
	margin-left: 35%;
}

.pro_container .pro_item03 .prolink a {
	color: #fff;
	text-decoration: none;
}
.pro_container .pro_item03 .prolink a:hover {
	color: #63759F;
}
.pro_container .pro_item05 {
	width: 33%;
	margin-bottom: 5%;
}
.pro_container .pro_item05 .hdetail {
	text-align: center;
}
.pro_container .pro_item05 .hdetail .prolink {
	width: 70%;
	margin-left: 15%;
	text-align: center;
	background-color: #1c2743;
	padding: 5px 0;
	font-size: 13px;
	margin-top: 5px;
}
.pro_container .pro_item05 .hdetail .prolink a {
	color: #fff;
	text-decoration: none;
}
.pro_container .pro_item05 .hdetail .prolink a:hover {
	color: #63759F;
}

/*===================================================
				キャンペーン詳細CSS
===================================================*/
.campaignBox {
	width: 100%;
	background-color: #000000;
	margin-bottom: 10%;
}
.campaignBox .camConBox {
	width: 60%;
	margin-left: 20%;
	color: #fff;
	padding: 8% 0;
}
.campaignBox .camConBox .camTitle {
	text-align: center;
	font-size: 24px;
	margin-bottom: 5%;
}
.campaignBox .camConBox .camname {
	text-align: center;
	font-size: 18px;
	margin-bottom: 3%;
}
.campaignBox .camConBox .detalTitle {
	text-align: center;
	font-size: 18px;
	opacity: 0.8;
}
.campaignBox .camConBox .camhr {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 3%;
	opacity: 0.8;
}
.detailhr {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 3%;
	opacity: 0.3;
}
.detailBox {
	width: 70%;
	margin-left: 15%;
}
.detailhr1 {
	margin-bottom: 3%;
	opacity: 0.3;
	margin-top: 3%;
}
.detailBox .detaTxt1 {
	opacity: 0.5;
	font-weight: 600;
}
.detailBox .detaTxt2 {
	opacity: 0.8;
}
/*===================================================
				shohinBox
===================================================*/
.shohinBox {
	width: 70%;
	margin-left: 15%;
}
.shohinBox .shohin1 {
	margin-bottom: 10%;
}
.sho_container {
	display: flex;
	align-items: center;
	margin-bottom: 5%;
}
.sho_container .sho_item01 {
	width: 46%;
	font-size: 14px;
}
.sho_container .sho_item02 {
	width: 54%;
	padding-left: 3%;
}

.sho_container .sho_item01 .title {
	font-size: 18px;	
	margin-bottom: 5px;
}
.sho_container .sho_item01 .kakaku {
	margin-bottom: 15px;
}
.sho_container .sho_item01 .shosai {
	margin-bottom: 10%;
}
.sho_container .sho_item01 .shohinBtn {
	text-align: center;
	width: 40%;
	margin-left: 30%;
	background-color: #000000;
	padding: 3px 0;
	color: #fff;
}
.sho_container .sho_item01 .shohinBtn a {
	text-decoration: none;
	color: #fff;
}
.sho_container .sho_item01 .shohinBtn a:hover {
	color: #777777;
}

.sho_container .sho_item03 {
	width: 54%;
	font-size: 14px;
	padding-left: 5%;
}
.sho_container .sho_item03 .title {
	font-size: 18px;	
	margin-bottom: 5px;
}
.sho_container .sho_item03 .kakaku {
	margin-bottom: 15px;
}
.sho_container .sho_item03 .shosai {
	margin-bottom: 10%;
}
.sho_container .sho_item03 .shohinBtn {
	text-align: center;
	width: 40%;
	margin-left: 30%;
	background-color: #000000;
	padding: 3px 0;
	color: #fff;
}
.sho_container .sho_item03 .shohinBtn a {
	text-decoration: none;
	color: #fff;
}
.sho_container .sho_item03 .shohinBtn a:hover {
	color: #777777;
}
.sho_container .sho_item04 {
	width: 46%;
}

	.hrsp {
		display: none;
	}
.sho_container .sp {
	display: none;
}
/*===================================================
				seriesBox CSS
===================================================*/
.seriesBox {
	width: 90%;
	margin-left: 5%;
}
.seriesBox .seriesTitle {
	margin-bottom: 3%;
	font-size: 28px;
}
.seriesBox .series_container {
	display: flex;
}
.seriesBox .series_container .series_item01 {
	padding: 5px;
}




/*===================================================
				ふわっとCSS
===================================================*/

/*ふわっと表示*/
.news__items.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.news__items.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}

/*以下、遅延の設定*/
.news__items.ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.news__items.ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.news__items.ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.news__items.ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.news__items.ons .delay-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.news__items.ons .delay-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.news__items.ons .delay-7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.news__items.ons .delay-8 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.news__items.ons .delay-9 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.news__items.ons .delay-10 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.news__items.ons .delay-11 {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
.news__items.ons .delay-12 {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
.news__items.ons .delay-13 {
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s;
}



/*ふわっと表示2*/
.productcon.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.productcon.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*以下、遅延の設定*/
.productcon.ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.productcon.ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.productcon.ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.productcon.ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.productcon.ons .delay-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.productcon.ons .delay-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.productcon.ons .delay-7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.productcon.ons .delay-8 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.productcon.ons .delay-9 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.productcon.ons .delay-10 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.productcon.ons .delay-11 {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}


/*ふわっと表示3*/
.brandBox.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.brandBox.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*以下、遅延の設定*/
.brandBox.ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.brandBox.ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.brandBox.ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.brandBox.ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.brandBox.ons .delay-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.brandBox.ons .delay-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.brandBox.ons .delay-7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.brandBox.ons .delay-8 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

/*ふわっと表示 itemギャラリーのall VIEW*/
.gallling.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.gallling.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}

/*ふわっと表示 wrapギャラリーのall VIEW*/
.shohinBox.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.shohinBox.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*以下、遅延の設定*/
.shohinBox.ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.shohinBox.ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*ふわっと表示 seriesギャラリーのall VIEW*/
.seriesBox.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.seriesBox.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
