@charset "UTF-8";

#main_title_area{
	height: 450px;
}
#main_title_area .wrap{
	max-width: 1100px;
	align-items: center;
}
#main_title_area .main_title_area_in{
	width: 50%;
}
#main_title_area .main_title_area_in h1{
	font-size: 3.6rem;
}
#main_title_area .main_title_area_in h1 span{
	font-size: 6.2rem;
}
#main_title_area .main_title_area_in p{
	font-size: 1.8rem;
	text-align: center;
}
#main_title_area figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 370px;
	height: 370px;
	margin: 0;
	background: #fff;
	border: 20px solid #1E3F7B;
	border-radius: 50%;
	overflow: hidden;
}
#main_title_area figure img{
	max-width: 80%;
	max-height: 80%;
}

@media screen and (max-width: 840px){
	#main_title_area{
		height: 440px;
	}
	#main_title_area .wrap{
		flex-wrap: wrap;
	}
	#main_title_area .main_title_area_in{
		width: 100%;
	}
	#main_title_area .main_title_area_in h1{
		font-size: 1.5rem;
	}
	#main_title_area .main_title_area_in h1 span{
		font-size: 2.8rem;
	}
	#main_title_area .main_title_area_in p{
		font-size: 1.3rem;
	}
	#main_title_area figure{
		width: 228px;
		height: 228px;
		margin: 3% auto 0;
		border: 12px solid #1E3F7B;
	}
}

/*sec01*/
#sec01{
	position: relative;
	padding: 100px 0;
	background: url(../img/index/bg01.jpg) repeat center top;
	overflow: hidden;
}
#sec01 ul.newarrival_slider{
	padding-bottom: 10px;
}
#sec01 ul.newarrival_slider li{
	max-width: 340px;
	margin: 0 10px;
}
#sec01 ul.newarrival_slider li a{
	position: relative;
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.16);
}
#sec01 ul.newarrival_slider li a:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid transparent;
	border-radius: 5px;
	transition: border-color 0.2s;
	z-index: 2;
}
#sec01 ul.newarrival_slider li a:hover{
	opacity: 1;
}
#sec01 ul.newarrival_slider li a:hover:before {
	border-color: #FED63B;
}
#sec01 ul.newarrival_slider li .shop{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.3em;
	padding: 0 1em;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #FED63B;
	border-radius: 5px 0 5px 0;
}
#sec01 ul.newarrival_slider li .in{
	padding: 0 10px 16px;
}
#sec01 ul.newarrival_slider li .date{
	margin: 1em 0;
	font-size: 1.4rem;
	color: #B9B9B9;
}
#sec01 ul.newarrival_slider li h3{
	font-size: 1.5rem;
	line-height: 1.6;
	text-decoration: underline;
}
#sec01 ul.newarrival_slider li figure{
	height: 216px;
	overflow: hidden;
}
#sec01 ul.newarrival_slider li img{
	height: auto;
}
#sec01 .slick-prev,
#sec01 .slick-next{
	display: block;
	left: 0;
	right: 0;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: #CE1223;
	border-radius: 50%;
	z-index: 3;
}
#sec01 .slick-list{
	overflow: unset;
}
#sec01 .slick-prev{
	transform: translateX(-545px) translateY(-50%);
}
#sec01 .slick-next{
	transform: translateX(545px) translateY(-50%);
}
#sec01 .slick-prev:hover,
#sec01 .slick-next:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sec01 .slick-prev:before,
#sec01 .slick-next:before{
	content: "";
  display: inline-block;
  width: 14.5px;
  height: 9.32px;
  opacity: 1;
}
#sec01 .slick-prev:before{
  background: url(../img/common/icon_btn_slide_prev.svg) no-repeat center center;
  background-size: cover;
  transform: rotate(180deg);
}
#sec01 .slick-next:before{
  background: url(../img/common/icon_btn_slide_next.svg) no-repeat center center;
  background-size: cover;
}
#sec01 .btn a{
	margin: 60px auto 0;
}

@media screen and (max-width: 840px){
	#sec01{
		padding: 10% 0;
	}
	#sec01 .deco{
		top: -8vw;
		width: 70%;
	}
	#sec01 .deco2{
		display: none;
	}
	.tit_slider{
		top: 170px;
	}
	#sec01 ul.newarrival_slider li{
		width: 286pxpx;
	}
	#sec01 ul.newarrival_slider li a{
		box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
	}
	#sec01 ul.newarrival_slider li a:before{
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		border: 2px solid transparent;
	}
	#sec01 ul.newarrival_slider li .date{
		margin: 1em 0 0.5em;
	}
	#sec01 ul.newarrival_slider li h3{
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#sec01 .slick-prev,
	#sec01 .slick-next{
		width: 38px;
		height: 38px;
	}
	#sec01 .slick-prev{
		transform: translateX(-170px) translateY(-50%);
	}
	#sec01 .slick-next{
		transform: translateX(170px) translateY(-50%);
	}
	#sec01 .btn a{
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 380px){
	#sec01 .slick-prev{
		transform: translateX(-150px) translateY(-50%);
	}
	#sec01 .slick-next{
		transform: translateX(150px) translateY(-50%);
	}
}

/*point*/
#point{
	position: relative;
	padding: 60px 0 50px;
	background: url(../img/products/bg02.jpg) repeat center top;
	background-size: auto 100%;
}
#point h2{
	margin-bottom: 0.5em;
	font-size: 4.5rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#point ul{
	max-width: 1000px;
	padding: 35px 65px;
	margin: auto;
	background: #fff;
	border-radius: 5px;
}
#point ul li{
	position: relative;
	padding: 1em 0 1em 2.5em;
	font-size: 2rem;
	line-height: 1.8;
	background-image : linear-gradient(to right, #4581AC 1px, transparent 1px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#point ul li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin: auto;
	background: url(../img/common/icon_check.svg) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width: 840px){
	#point{
		padding: 10% 0;
	}
	#point h2{
		font-size: 2.7rem;
	}
	#point ul{
		padding: 5%;
	}
	#point ul li{
		font-size: 1.4rem;
	}
}

/*child_cat*/
#child_cat{
	padding: 90px 0;
	background: url(../img/index/bg01.jpg) repeat center top;
}
#child_cat ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 40px auto 0;
}
#child_cat li{
	position: relative;
	width: calc(97% / 3);
	margin-right: 1%;
	margin-bottom: 1%;
}
#child_cat li:nth-child(3n){
	margin-right: 0;
}
#child_cat li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border-radius: 2px;
}
#child_cat li figure{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin: 0;
/*	background: #F4F4F4;*/
}
#child_cat li figure img{
	max-height: 100%;
}
#child_cat li p{
	width: calc(95% - 140px);
}

@media screen and (max-width: 840px){
	#child_cat{
		padding: 10% 0;
	}
	#child_cat ul{
		margin: 5% auto 0;
	}
	#child_cat li{
		width: 100%;
		margin-right: 0;
	}
	#child_cat li a{
		padding: 3%;
		font-size: 1.3rem;
	}
	#child_cat li figure{
		width: 75px;
		height: 75px;
	}
	#child_cat li p{
		width: calc(95% - 75px);
	}
}

/*reason*/
#reason{
	padding: 80px 0 90px;
}
#reason .wrap{
	max-width: 1100px;
}
#reason #reason_top{
	justify-content: space-between;
}
#reason #reason_top .box{
	width: calc(97% / 3);
	padding: 38px 10px 40px;
	background: #254D9E;
	border: 3px solid #000000;
	border-radius: 10px;
}
#reason #reason_top .box h3{
	display: table;
	margin: 0 auto 1em;
	font-size: 2.8rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#reason #reason_top .box h3 span{
	position: relative;
	display: inline;
	padding: 0 0.4em;
	z-index: 2;
}
#reason #reason_top .box h3 span:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 0.5em;
	background: #1371C1;
	border-radius: 6px;
	z-index: -1;
}
#reason #reason_top .box p{
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#reason #reason_top .box p span{
	color: #FFD14D;
}
#reason #reason_bottom{
	position: relative;
	margin: 70px 0 0; 
	padding: 50px 45px;
	background: #F7F7F7;
	border: 3px solid #000;
	border-radius: 10px;
}
#reason #reason_bottom h3{
	position: absolute;
	top: -0.8em;
	left: 50%;
	transform: translate(-50% , 0);
	padding: 0 1em;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
#reason #reason_bottom h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% , 0);
	display: block;
	width: 100%;
	height: 1.5em;
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #F7F7F7 50%, #F7F7F7 100%);
	z-index: -1;
}
#reason #reason_bottom ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#reason #reason_bottom ul li{
	width: calc(98% / 3);
	height: 90px;
	font-size: 2.2rem;
	font-weight: bold;
}
#reason #reason_bottom li a{
	position: relative;
	display: flex;
	align-items: center;
	height: 98px;
	padding: 0 20px;
	border: 2px solid #181818;
	border-radius: 5px;
}
#reason #reason_bottom li:nth-child(1) a{
	background: #FF969C;
}
#reason #reason_bottom li:nth-child(2) a{
	background: #79C4FC;
}
#reason #reason_bottom li:nth-child(3) a{
	background: #B1E34A;
}
#reason #reason_bottom li a img{
	width: 30%;
	margin-right: 20px;
}
#reason #reason_bottom li:nth-child(1) a img{
	max-width: 70px;
	max-height: 60px;
}
#reason #reason_bottom li:nth-child(2) a img{
	max-width: 80px;
	max-height: 50px;
}
#reason #reason_bottom li:nth-child(3) a img{
	max-width: 48px;
	max-height: 72px;
}
#reason #reason_bottom ul li a .en{
	margin-top: 0.2em;
	margin-right: 1em;
	font-size: 1.5rem;
	font-weight: bold;
}
#reason #reason_bottom li a:after{
	position: absolute;
	top: 0;
	right:-1px;
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(../img/common/icon_btn_arrow01.svg) no-repeat center center #181818;
}

@media screen and (max-width: 840px){
	#reason{
		padding: 50px 0 56px;
	}
	#reason #reason_top .box{
		width: 280px;
		padding: 45px 5px 40px;
		margin: 0 10px;
	}
	#reason #reason_top .box h3{
		margin: 0 auto 1em;
		font-size: 2.3rem;
	}
	#reason #reason_top .box p{
		font-size: 1.5rem;
	}
	#reason #reason_bottom{
		margin: 40px 0 0; 
		padding: 36px 5%;
	}
	#reason #reason_bottom h3{
		width: 15em;
		font-size: 2rem;
	}
	#reason #reason_bottom ul{
		display: block;
	}
	#reason #reason_bottom ul li{
		width: 100%;
		height: 100px;
	}
	#reason #reason_bottom ul li + li{
		margin-top: 10px;
	}
	#reason #reason_bottom li a{
		height: 100%;
	}
}

/*colum*/
#colum{
	position: relative;
	padding: 100px 0;
}
#colum:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(../img/index/bg04.jpg) repeat center top;
	z-index: -1;
}
#colum .tit_slider_item{
	-webkit-text-stroke: 2px #5D5336;
}
#colum .title_area p,
#colum .title_area h2{
	color: #fff;
}
#colum .title_area + p{
	margin-bottom: 1.5em;
	font-size: 2.5rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#colum ul.column_slider{
	overflow: hidden;
}
#colum ul.column_slider li{
	max-width: 340px;
	margin: 0 10px;
}
#colum ul.column_slider li img{
	height: auto;
}
#colum ul.column_slider li a{
	position: relative;
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.16);
}
#colum ul.column_slider li a:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid transparent;
	border-radius: 5px;
	transition: border-color 0.2s;
	z-index: 2;
}
#colum ul.column_slider li a:hover{
	opacity: 1;
}
#colum ul.column_slider li a:hover:before {
	border-color: #FED63B;
}
#colum ul.column_slider li .cat{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.3em;
	padding: 0 1em;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #FED63B;
	border-radius: 5px 0 5px 0;
}
#colum ul.column_slider li .in{
	padding: 0 10px 16px;
}
#colum ul.column_slider li .date{
	margin: 1em 0;
	font-size: 1.4rem;
	color: #B9B9B9;
}
#colum ul.column_slider li h3{
	font-size: 1.5rem;
	line-height: 1.6;
	text-decoration: underline;
}
#colum ul.column_slider li figure{
	height: 216px;
	overflow: hidden;
}
#colum .slick-prev,
#colum .slick-next{
	display: block;
	left: 0;
	right: 0;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: #CE1223;
	border-radius: 50%;
	z-index: 3;
}
#colum .slick-list{
	overflow: unset;
}
#colum .slick-prev{
	transform: translateX(-545px) translateY(-50%);
}
#colum .slick-next{
	transform: translateX(545px) translateY(-50%);
}
#colum .slick-prev:hover,
#colum .slick-next:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#colum .slick-prev:before,
#colum .slick-next:before{
	content: "";
  display: inline-block;
  width: 14.5px;
  height: 9.32px;
  opacity: 1;
}
#colum .slick-prev:before{
  background: url(../img/common/icon_btn_slide_prev.svg) no-repeat center center;
  background-size: cover;
  transform: rotate(180deg);
}
#colum .slick-next:before{
  background: url(../img/common/icon_btn_slide_next.svg) no-repeat center center;
  background-size: cover;
}
#colum .btn a{
	width: 400px;
	margin: 60px auto 0;
	color: #fff;
	background: none;
	border: 2px solid #fff;
}
#colum .btn a:before{
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background-size: cover;
}
#colum .btn a:hover{
	background: #08467F;
	border: 2px solid #08467F;
}

@media screen and (max-width: 840px){
	#colum{
		padding: 60px 0;
	}
	#colum .title_area + p{
		margin-bottom: 2em;
		font-size: 1.5rem;
	}
	#colum ul.newarrival_slider li{
		max-width: 286pxpx;
	}
	#colum ul.newarrival_slider li a{
		box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
	}
	#colum ul.newarrival_slider li a:before{
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		border: 2px solid transparent;
	}
	#colum ul.newarrival_slider li .date{
		margin: 1em 0 0.5em;
	}
	#colum ul.newarrival_slider li h3{
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#colum .slick-prev,
	#colum .slick-next{
		width: 38px;
		height: 38px;
	}
	#colum .slick-prev{
		transform: translateX(-170px) translateY(-50%);
	}
	#colum .slick-next{
		transform: translateX(170px) translateY(-50%);
	}
	#colum .btn a{
		width: 75%;
		background: #254D9E;
		border: none;
	}
}

@media screen and (max-width: 380px){
	#colum .slick-prev{
		transform: translateX(-150px) translateY(-50%);
	}
	#colum .slick-next{
		transform: translateX(150px) translateY(-50%);
	}
}


#market{
	padding: 90px 0;
	background: #F0F0F0;
}
/*.table_area*/
.table_area h3{
	position: relative;
	padding: 0.7em 1.5em;
	margin-bottom: 20px;
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
	background: #1E3F7B;
	border-radius: 5px;
	cursor: pointer;
}
.table_area h3 span{
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	margin: auto;
	background: #000;
	border-radius: 50%;
}
.table_area h3 span:before,
.table_area h3 span:after{
	position: absolute;
	content: "";
	width: 18px;
	height: 1px;
	background: #fff;
	transition: 0.5s;
}
.table_area h3 span:after{
	transform: rotate(90deg);
}
.table_area h3.acc_active span:after{
	transform: rotate(0);
}
.table_area .table_area_in{
	display: none;
}
.table_area .table_area_in h4{
	padding-left: 1.5em;
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: bold;
	border-left: 4px solid #08467F;
	border-radius: 2px;
}
.table_area .table_area_in table{
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 35px;
	border-radius: 5px;
	overflow: hidden;
}
.table_area .table_area_in table th{
	padding: 1.5em;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background: #1A1A1A;
}
.table_area .table_area_in table th:first-child{
	text-align: left;
}
.table_area .table_area_in table td{
	width: 14em;
	padding: 1.5em;
	font-size: 1.6rem;
	color: #1A1A1A;
	font-weight: normal;
	text-align: center;
}
.table_area .table_area_in table td:first-child{
	width: 40em;
	text-align: left;
}
.table_area .table_area_in table td:nth-child(4),
.table_area .table_area_in table td:nth-child(5){
	color: #CE1223;
	font-weight: bold;
}
.table_area .table_area_in table tbody tr:nth-child(odd){
	background: #fff;
}
.table_area .table_area_in table tbody tr:nth-child(even){
	background: #F5F5F5;
}
.table_area .table_area_in table tbody tr.is-hidden *{
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
	transition: 0.3s ease-in-out;
}
#market .btn a{
	margin: 0 auto;
}
.table_area .table_area_in table tbody tr.is-hidden:last-child{
	position: relative;
}
.table_area .table_area_in table tbody tr.is-hidden:last-child:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #f0f0f0 47.29%, #f0f0f0 100%);
}

@media screen and (max-width: 840px){
	#market{
		padding: 10% 0;
	}
	/*.table_area*/
	.table_area h3{
		font-size: 1.8rem;
	}
	.table_area h3 span{
		width: 26px;
		height: 26px;
	}
	.table_area h3 span:before, .table_area h3 span:after{
		width: 10px;
		height: 2px;
	}
	.table_area .table_area_in{
		position: relative;
	}
	.table_area .table_area_in h4{
		font-size: 1.8rem;
	}
	.table_area .table_area_in table{
		position: relative;
		margin-bottom: 5%;
	}
	.table_area .table_area_in table thead{
		display: none;
	}
	.table_area .table_area_in table tr{
		display: block;
		padding: 5%;
	}
	.table_area .table_area_in table tbody tr.is-hidden{
		display: table-row;
	}
	.table_area .table_area_in table td{
		display: flex;
		width: 100%;
		padding: 0.5em 0;
		font-size: 1.3rem;
		text-align: left;
	}
	.table_area .table_area_in table td span{
		width: calc(100% - 9em);
		line-height: 1.2;
	}
	.table_area .table_area_in table td span.sp{
		width: 9em;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.table_area .table_area_in table td:first-child{
		width: 100%;
	}
	.table_area .table_area_in table tbody tr.is-hidden:last-child:before{
		height: 250px;
	}
	.table_area .table_area_in table td:nth-child(4) span,
	.table_area .table_area_in table td:nth-child(5) span{
		color: #1A1A1A;
	}
	#market .btn{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
}























