/* CSS Document */
body > a,
body > a:visited,
div#mv_box > a,
div#mv_box > a:visited,
div#saiyo a, 
div#saiyo a:visited {
	color: #000000;
}

body {
	padding: 0 0 0 0;
}

/* Main Visual and Navi First settings */
div#mv_anchor_pc_box,
div#mv_box_pc,
div#navi_2nd_pc {
	display: none;
}
div#mv_box {
	margin-bottom: 10px;
}
div#mv_1 {
	text-align: center;
	margin-top: 60px;
	height: 200px;
	background: linear-gradient(#ffffff 190px, #CCCCCC 10px, #ECECEC);
}
div#mv_2 {
	text-align: center;
	background-image: url('/inc/img/mv_anchor.svg');
	background-position: top 40% left 50%;
	background-color: #ECECEC;
	background-repeat: no-repeat;
	padding: 20px 0;
}
div.navi_1st > div.mv_title {
	font-size: 2rem;
	font-weight: bold;
}
div#mv_1 > div.mv_type {
	margin: 0 auto;
	border: 1px solid #007FEB;
	width: 200px;
	background-color: #007FEB;
	color: #ffffff;
}
div#mv_1 > div.mv_type::after {
	content: url("/inc/img/icoMv1.png");
	margin-left: 10px;
	position: relative;
	top: 4px;
}
div#mv_2 > div.mv_type {
	margin: 0 auto 20px;
	border: 1px solid #007FEB;
	border-radius: 20px;
	width: 200px;
	background-color: #ffffff;
	color: #007FEB;
}
div#mv_2 > div.mv_type > img {
	margin-left: 8px;
}

div#mv_1 > img {
	width: 70px;
	height: 70px;
	margin-top: 20px;
	opacity: 0;
	background-size: cover;
	transition: all 1s;
}
div#mv_1 > img.indi {
	opacity: 1;
	transition: all 1s;
}

div#mv_2 img {
	transition: all 1s;
}
div#mv_2 img#mv_2_arrow.indi {
	transition: all 0.5s;
}
div#mv_2 img#mv_2_arrow.indi {
	transform: scale(1, -1);
	transition: all 1s;
}


/* Navi Second Buy settings */
div#navi_2nd_buy_outer {
	height: 0;
	transition: height 0.5s;
}
div#navi_2nd_buy_outer.indi {
	height: 65px;
	margin-bottom: 6px;
	transition: height 0.5s;
}
div#navi_2nd_buy_outer > div#navi_2nd_buy {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	transition: opacity 0.5s;
}
div#navi_2nd_buy_outer.indi > div#navi_2nd_buy {
	opacity: 1;
	transition: opacity 0.5s;
}
div#navi_2nd_buy_outer > div#navi_2nd_buy > a {
	width: 49.5vw;
}
div#navi_2nd_buy_outer > div#navi_2nd_buy > a > div {
	height: 55px;
	padding: 10px 0 0 6px;
	background-color:#007FEB;
}
div#navi_2nd_buy_outer > div#navi_2nd_buy > a > div > div.navi_2nd_buy_box {
	display: flex;
	align-items: center;
}
div#navi_2nd_buy_outer > div#navi_2nd_buy > a > div > div.navi_2nd_buy_box > img {
	margin: 4px 10px;
	width: 40px;
	height: 40px;
}
div#navi_2nd_buy_outer > div#navi_2nd_buy > a > div > div.navi_2nd_buy_box > div.navi_2nd_text {
	line-height: 120%;
	color: #ffffff;
	font-weight: bold;
	padding-bottom:  12px;
}
div#navi_2nd_buy_outer > div#navi_2nd_buy > a > div > div.navi_2nd_buy_box > div.navi_2nd_text > div.navi_2nd_subtext {
	font-weight: normal;
	font-size: 0.7em;
}
div#navi_2nd_buy_outer > div#navi_2nd_buy > a > div#delivery {
	/*border-right: 2px solid #ffffff;*/
}
div#navi_2nd_buy_outer > div#navi_2nd_buy > a > div#shuttyou {
	/*border-left: 2px solid #ffffff;*/
}

/* Navi Second settings */
div#navi_2nd {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
div#navi_2nd > a  {
	width: 49.5vw;
}
div#navi_2nd > a > div > div.navi_2nd_box {
	display: flex;
	align-items: center;
	background-color: #A7A7A7;
	height: 65px;
	padding: 0 0 0 6px;
}
div#navi_2nd > a > div > div.navi_2nd_box > img {
	margin: 0 10px;
	width: 40px;
	height: 40px;
}
div#navi_2nd > a > div > div.navi_2nd_box > div.navi_2nd_text {
	line-height: 1.1em;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
}
div#navi_2nd > a > div#shop > div.navi_2nd_box > div.navi_2nd_text {
	line-height: 1em;
}
div#navi_2nd > a > div#shop > div.navi_2nd_box > div.navi_2nd_text > span {
	font-size: 0.7em;
}

/* Sale Banner settings */
div#sale_shop_box {
  text-align: center;
  /*background-color: #0099cc;*/	/* for summer2019 */
	/*background-color: #FC595B;*/	/* for winter2019 */
  margin: 10px 0 40px;
}
div.sale_shop_box_202001 {
  background-color: #fc595b;
}
div#sale_web_box {
  text-align: center;
  /*background-color: #ff2b2c;*/ /* for summer2019 */
	background-color: #d02122;	/* for winter2019 */
  margin: 10px 0 40px;
}
div.sale_web_box_201912 {
	background-color: #d02122;
}
div.sale_web_box_202001 {
	background-color: #fc595b;
}
div#sale_shop_box > a > img#sale_shop_banner_pc,
div#sale_web_box > a > img#sale_web_banner_pc {
  display: none;
  cursor: pointer;
}
div#sale_shop_box > a > img#sale_shop_banner_pc:hover, 
div#sale_web_box > a > img#sale_web_banner_pc:hover {
  opacity: 0.8;
}
div#sale_shop_box > a > img#sale_shop_banner_sp, 
div#sale_web_box > a > img#sale_web_banner_sp {
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  width: 90vw;
}

/* Campaign Banner Slider settings */
ul#campaign_list {
	display: none;
}
div#campaign_header {
	text-align: center;
	margin: 20px 0 0;
	padding: 4px;
	background: #EFC825;
	color: #ffffff;
	font-weight: bold;
}
div.swiper-container {
	width: 100%;
	height: 100%;
	padding: 12px 0 12px 0;
}
div.swiper-container div.swiper-slide {
	text-align: center;
	background: #fff;

	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;

}
div.swiper-container div.swiper-slide:nth-child(1n) {
	width: 70vw;
}
div.swiper-container div.swiper-slide img {
	width: 100%;
}
div.swiper-container div.swiper-pagination {
	bottom: 0;
}
div.swiper-container div.swiper-button-prev {
	width: 14vw;
	height: 20px;
	background-image: url("/inc/img/ico_slider_left.png");
	background-size: contain;
	outline-width: 0;
	top: 56%
}
div.swiper-container div.swiper-button-next {
	width: 14vw;
	height: 20px;
	background-image: url("/inc/img/ico_slider_right.png");
	background-size: contain;
	outline-width: 0;
	top: 56%
}


/* News settings */
div#news {
	padding: 0 23px 60px;
}
div#news > div#news_header {
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 30px 0 20px;
	color: #4D4D4D;
}
div#news > div.news_box {
	margin: 0 0 24px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid rgba(153,153,153,0.30);
}
div#news > div.news_box > span.news_type {
	padding: 1px 8px;
	color: #ffffff;
	margin-right: 10px;
	font-size: 0.8rem;
}
div#news > div.news_box > span.n_info {
	background-color: #2D82BB;
}
div#news > div.news_box > span.n_release {
	background-color: #ff2500;
}
div#news > div.news_box > span.n_ir_saiyo {
	background-color: #2D82BB;
}
div#news > div.news_box > span.n_important {
	background-color: #9F0000;
}
div#news > div.news_box > span.n_shop {
	background-color: #339845;
}
div#news > div.news_box > span.news_date {
	padding: 2px 10px 0 0;
	font-size: 0.8rem;
}
div#news > div.news_box > div.news_title > a {
	color: #000000;
	font-size: 0.9rem;
	line-height: 130%;
}
div#news > a > div#news_more {
	text-align: center;
	background-color: #2D2D2D;
	margin: 40px 0 0;
	color: #ffffff;
	padding: 12px;
	border-radius: 30px;
}

/* Saiyo settings */
div#saiyo {
	background-color: #E8E5D6;
	padding-bottom: 40px;
}
div#saiyo > div#saiyo_header {
	padding: 30px 0 20px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #4D4D4D;
}
div#saiyo > div#saiyo_box > div.saiyo_box_type {
	display: flex;
	margin: 14px 30px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid rgba(153,153,153,0.30);
}
div#saiyo > div#saiyo_box > div.saiyo_box_type > img {
	margin-right: 20px;
}
div#saiyo > div#saiyo_box > div.saiyo_box_type > a > div.saiyo_box_type_sub {
	padding: 12px 0 0 0;
	line-height: 140%
}
div#saiyo > div#saiyo_box > div.saiyo_box_type > a > div.saiyo_box_type_sub > span.saiyo_type_en {
	color: #606060;
}
div#saiyo > div#saiyo_box > div.saiyo_box_pc {
	display: none;
}
div#saiyo > a > div#saiyo_more {
	text-align: center;
	background-color: #2D2D2D;
	margin: 40px 30px 0;
	color: #ffffff;
	padding: 12px;
	border-radius: 30px;
}

/* Group Business settings */
div#group_business {
	text-align: center;
	margin: 40px 0 30px;
}
div#group_business > div#group_business_header {
	font-size: 1.1rem;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin: 20px;
	padding-bottom: 6px;
	color: #4D4D4D;
}

div#group_business > div#group_business_banner {
	margin: 0 auto;
}
div#group_business > div#group_business_banner > a > img {
	margin: 0 6px;
	width: 26%;
}


.fluffied {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
	transition: all 1s;
}

.fluffy {
	opacity: 0;
	transform: translate(0, 20px);
	visibility: visible;
}

@media screen and (min-width:420px) {
	div#news > a > div#news_more {
		width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
	div#news > div.news_box {
		width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	div#saiyo > div#saiyo_box > div.saiyo_box_type {
		width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	div#saiyo > a > div#saiyo_more {
		width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
	div#group_business > div#group_business_header {
		margin: 20px auto;
		width: 380px;
		color: #4D4D4D;
	}
	div#group_business > div#group_business_banner > a > img {
		margin: 0 6px;
		width: 110px;
	}
}

