@charset "UTF-8";

/*----------------------------------
メイン画像
---------------------------------- */
.main_area {
	position: relative;
	text-align: center;
}

.flexslider {
	position: absolute;
	left: 0;
	right: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

.slides{
	margin: 0;
	padding: 0;
}

#main img {
	position: relative;
	vertical-align: bottom;
	object-fit: cover;
}

#main ul {
	margin: 0;
	padding: 0;
}

.flex-control-nav {
	bottom: 20px!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}

.navi_index {
	display: none;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	background: #ccc;
}

.index {border-bottom: 26px #E4007F solid;}
.cart_index {top: -16px; z-index: 100;}

a:hover img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}


@media (min-width:600px) and (max-width: 767px) {
	.index {border-bottom: 0px;}
	
	a:hover img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0.75;
}
}
@media (max-width: 599px) {
	.index {border-bottom: 0px;}
	#main {
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}
	
	a:hover img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0.75;
}
}

/*----------------------------------
言語選択　PC,タブレット
---------------------------------- */
.lang_brd {border-left: 1px #999 solid;}
.lang_brd2 {border-right: 1px #999 solid;}

.lang_wrapping {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 100;
}

.lang_wrap, .lang_wrap_sp {
	float: right;
	display: inline-block;
	padding-bottom: 100px;
	margin-right: 25px;
}
.lang_wrap {width: 370px;}
.lang_wrap_sp {width: 370px; height: 22px;}

.lang_wrap ul {
  width: 370px;
  height: 17px;
	margin: 0 auto;
	padding-top: 3px;
  text-align: right;
}

.lang_wrap_sp ul {
	width: 370px;
	margin: 0 auto;
	padding-top: 3px;
}

.lang_wrap li, .lang_wrap_sp li {
	float: left;
	height: 17px;
	font-size: 13.5px;
	color: #999;
	font-weight: bold;
	letter-spacing: -0.4px;
}

.lang_wrap a:link {color: #999; text-decoration: none;}
.lang_wrap a:visited {color: #999; text-decoration: none;}
.lang_wrap a:hover {color: #E4007F; text-decoration: none;}
.lang_wrap a:active {color: #E4007F; text-decoration: none;}
.lang_wrap .lang_cr {color: #E4007F;}
.lang_wrap_sp {display: none;}


.online_link {
  width: 340px;
  margin-top: 8px;
  padding: 2px 0;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.fa-globe {display: inline; padding-right: 8px;}
.fa-shopping-cart {display: inline; padding-left: 6px;}
.online_banner_sp {padding: 45px 0 0 0;}
.online_txt {font-size: 0.95rem; margin: 5px 0 15px 0;}

@media (min-width:768px) and (max-width:1015px) {
	.lang_wrap {padding-bottom: 35px;}
	.lang_wrap_sp {display: none;}
}

@media (min-width: 855px) {
  .online_banner_sp {display: none;}
}
@media (max-width: 854px) {
  .online_banner_lang {display: none;}
  .online_link_lang {display: none;}
  .online_link {display: none;}
  .online_banner_sp img {width: 100%; max-width: 454px; height: auto;}
}

@media (max-width: 767px) {	
	.lang_wrapping {position: relative;}
	.lang_wrap {display: none; padding-bottom: 0;}
	.lang_wrap_sp {
		float: none;
		display: block;
		position: relative;
		margin: auto;
		padding: 20px 0 0 0;
	}
	.lang_wrap_sp ul {width: 310px;}
	.lang_wrap_sp li {border-left: 1px #999 solid; padding: 0 13px; font-size: 12.5px;}
	.lang_wrap_sp li:last-child {border-right: 1px #999 solid;}
}

@media (max-width: 600px) {
  .online_banner_sp {width: 85%; margin: 10px auto 0;}
}

/*----------------------------------
グローバルメニュー　INDEXページ用 mediaクエリ
---------------------------------- */
@media (min-width: 768px) {
	#navi {display: block !important;}
	.navibtn {display: none}
}
@media (min-width: 1016px) {
	.logo, .navi_lang {display: none;}
	.navi_index00 {position: absolute; top: 620px; z-index: 1;}
}
@media (min-width:768px) and (max-width:1015px) {
	.logo, .navi_lang {display: none;}
	.navi_index00 {position: absolute; top: 480px; z-index: 1;}
}

/*----------------------------------
Wnat's New
---------------------------------- */
.news_sp {display: none;}
.news {
	width: 846px;
	margin: 0 auto;
}

.news_waku {
	float: left;
	width: 254px;
	position: relative;
	padding: 43px 13px 10px 13px;
}

.news_mark {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -9px;
	z-index: 3;
}

.news_box {
	width: 100%;
	height: 435px;
	margin: 15px auto 10px;
  padding: 7px 0;
	border: 1px #CCC solid;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	overflow: auto;
}

.news_box .news_cont1 {
	width: 210px;
	margin: 0 auto;
	padding: 8px 0 7px 0;
	border-bottom: 1px #CCCCCC dotted;
  line-height: 1.5;
}

.news_box .news_cont {
	width: 216px;
	margin: 0 auto;
	padding: 8px 0;
	border-bottom: 1px #CCCCCC dotted;
}

.news_box .news_img {
	width: 65px;
	margin-right: 9px;
	float: left;
}

.news_box .news_txt {
	width: 142px;
	float: left;
}

.news_box .date {
	text-align: right;
	font-size: 11px;
	padding-top: 2px;
	color: #999;
	display: block;
}

.news_txt_mark {
	padding-right: 8px;
}

.event_title {
	font-weight: bold;
	color: #34558b;
	text-align: center;
}

.event_txt {
	padding: 5px 0 12px 0;
}

.event_txtarea {
	padding: 5px 10px 4px 10px;
  border: 1px #999 solid;
  margin: 0px 0px 10px 0px;
}

.event1 .event_place {
	color: #34558b;
	padding-bottom: 4px;
  margin-bottom: 5px;
	font-weight: bold;
  border-bottom: 1px #999 dotted;
}
.event1 .event_place_non {
	color: #333;
	padding: 2px 0 3px 0;
	font-weight: normal;
}
.event1 .event_place:last-child {border-bottom: 0;}

.event2 .event_place {
	color: #555;
	padding-bottom: 5px;
	font-weight: bold;
}

.event_cap {
  font-size: 11px;
  line-height: 1.3;
  margin: 5px 0 13px 0;
  padding-left: 10px;
  border-left: 2px #CCC solid;
}

.event_info {border: 1px #999 solid; padding: 5px 10px; line-height: 1.3; margin-bottom: 8px; font-size: 11px;}
.event1 .kikan {margin-left: 6px; padding: 2px 6px; background: #666; color: #fff;font-size: 11px;}
.event1 .kikan_br {padding: 2px 4px; background: #666; color: #fff; font-size: 11px; margin-left: 4px;}

.an_title {
	font-weight: bold;
	color: #555;
	margin-bottom: 5px;
}
.an_title_red {
	font-weight: bold;
	color: #dd0000;
	margin-bottom: 5px;
}
.an_subtitle {
	font-weight: bold;
	color: #555;
	margin: 8px 0 3px 0;
}
.an_subtitle_pink {
	font-weight: bold;
	color: #E4007F;
	margin: 8px 0 3px 0;
}
.link_btn {display: none; width: 245px; letter-spacing: -0.04em; margin-bottom: 10px;}
.txt_em {font-weight: bold; color: #34558b; margin: 8px 0 3px 0;}

@media (min-width:855px) and (max-width:1015px) {
	.news {width: 846px; margin: 0 auto;}
	.news_sp {display: none;}
}

@media (min-width:768px) and (max-width: 854px) {
	.news {width: 560px; margin: 0 auto;}
	.news_waku {padding: 60px 13px 0 13px;}
	.news_mark {display: none;}	
	#product {width: 534px; height: 300px;}
	#product .news_cont {width: 85%;}
	#product .news_txt {float: right; width: 355px;}
	.news_sp {display: none;}
}

@media (max-width: 767px) {
	.news {display: none;}
	.news_mark {display: none;}	
	
	.news_sp {
		display: block;
		width: 85%;
		margin: 30px auto 15px;
		padding: 0;
	}
	.news_sp h1 {font-size: 22px; font-family: "dnp-shuei-mincho-pr6n"; color: #999;}
	.news_box_sp {
		width: 100%;
		height: 500px;
		margin: 8px auto 10px;
		padding: 7px 0;
		border: 1px #CCC solid;
		text-align: left;
		font-size: 13px;
		line-height: 1.4;
		overflow: auto;
	}
	
	.news_box_sp dl {width: 90%; margin: 0 auto;}
	.news_box_sp dt {font-size: 14px; font-weight: bold; margin: 12px 0 6px 0;}
	.news_box_sp dd {padding: 0 0 10px 0; border-bottom: 1px #999 dotted;}
	.news_box_sp .date {font-size: 12px; color: #999; text-align: right;}
	
	.link_btn {display: block; width: 280px;}
}


/*----------------------------------
テキストリンク
---------------------------------- */
.news a:link {
	color: #808;
	text-decoration: none;
	font-weight: bold;
}

.news a:visited {
	color: #808;
	text-decoration: none;
	font-weight: bold;
}

.news a:hover {
	color: #E4007F;
	text-decoration: underline;
	font-weight: bold;
}

/*----------------------------------
シリーズから
---------------------------------- */
.detail {display: none; font-size: 12px;}

.detail ul {margin: 50px auto 15px;}
.detail li {
	float: left;
	width: 177px;
	padding: 0 3px;
	text-align: left;
	font-size: 12px;
	webkit-text-size-adjust: 100%;
}
.detail li img {padding: 0 0 10px 0;}
	
@media (min-width:600px) and (max-width:767px) {
	.detail {display: block;}
	.detail ul {width: 549px;}
	.detail li {webkit-text-size-adjust: 100%; -webkit-text-size-adjust: none;}
	.detail li:nth-child(3):after, .detail li:nth-child(6):after, .detail li:nth-child(9):after, .detail li:nth-child(12):after {
		clear: both;
		content:"";
		display: block;
		height: 42px;
		visibility: hidden;
	}
}

@media (max-width:599px) {
	.detail {display: block;}
	.detail ul {width: 100%; max-width: 366px;}
	.detail li {width: 48%; max-width: 177px; padding: 0 1%;}
	.detail li img {width: 100%; height: auto;}
	
	.detail li:nth-child(even):after {
		clear: both;
		content:"";
		display: block;
		height: 25px;
		visibility: hidden;
	}
}

/*----------------------------------
バナーエリア
---------------------------------- */
.sp_banner {width: 75%; margin: 25px auto 0;}
.sp_banner img {width: 100%; max-width: 652px; height: auto;}
.sp_banner img:first-child {padding-bottom: 7px;}

@media (min-width:600px) and (max-width:767px) {
	.sp_banner {width: 60%; max-width: 549px;}
}

@media (min-width:768px) {
	.sp_banner {display: none;}
}

.banner{
	width: 100%;
	margin: 50px auto 0;
	padding: 10px 0;
	background: #d6d6d6;
}

.banner ul {
	width: 776px;
	margin: 0 auto;
}

.banner li {
	float: left;
	height: 58px;
	padding: 0 3px;
}

.online_banner {width: 100%; max-width: 906px; margin: 5px auto;}
.online_banner img {width: 100%; max-width: 454px; height: auto; margin: 10px auto 0;}

@media (max-width: 786px) {
	.banner {margin: 25px auto 0;}
	.banner ul {width: 95%; max-width: 384px;}
	.banner li {width: 50%; max-width: 188px; height: auto; padding: 2px; box-sizing: border-box;}
	.banner img {width: 100%; height: auto;}
  .online_banner {margin: 20px auto;}
  .online_banner img {width: 85%; max-width: 454px; height: auto;}
}
@media (max-width: 600px) {
  .online_banner img {width: 85%; max-width: 454px; height: auto;}
}

del {
  position: relative;
  color: #E4007F;
}

.event_date dt {
  background: #eee;
  padding: 2px 10px;
  box-sizing: border-box;
}
.event_date dd {
  padding: 2px 10px;
  text-align: right;
  box-sizing: border-box;
}
.event_date dt, .event_date dd {border-left: 1px #ccc solid; border-right: 1px #ccc solid;}
.event_date dt:first-child {border-top: 1px #ccc solid;}
.event_date dd:last-child {border-bottom: 1px #ccc solid;}

.footer_mypage {
  position: fixed;
  z-index: 100;
  bottom: 85px;
  right: 0px;
  width: 20%;
  max-width: 80px;
	box-sizing: border-box;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
	background: #333;
  border-right: none;
	color: #fff;
	font-size: 11px;
	padding: 13px 0 10px 0;
  text-align: center;
}
.footer_mypage a {display: block;}
.footer_mypage a:link {color:#fff;}
.footer_mypage a:visited {color:#fff;}
.footer_mypage a:hover {color:#fff; text-decoration: none;}
.footer_mypage a:active {color:#fff;}
.footer_mypage i {display: block; font-size: 26px; margin-bottom: 7px;}
.footer_mypage:hover {opacity: 0.85;}

@media (max-width: 768px) {
  .event_date {max-width: 100%; min-width: 80%; border: 1px #ccc solid; margin: 2px 0 7px 0;}
  .event_date th {padding: 4px 10px; background: #eee;}
  .event_date td {padding: 4px 10px; text-align: center;}
  .event_date th, .event_date td {border-bottom: 1px #ccc dotted;}
  
  .footer_mypage {
    position: static;
    width: 50%;
    max-width: 200px;
    background: #E4007F;
    font-size: 13px;
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px 0;
  }
  .footer_mypage i {display: inline; padding-right: 10px;}
}