/*共通*/
* {
	margin: 0;
	padding: 0;
}
#MyEvent {
	display:none;
}
#Usually {
	display:none;
}
.wrap {
	margin: 0 auto;
	width: 1327px;
}
.main {
	padding-top: 120px;
	width: 900px;
	margin: 0 auto;
}
.lead_box {
	margin-bottom: 	17px;
	text-align: 	center;
	line-height: 18px;
}
/*共通*/
.header {
	width: 1327px;
	z-index: 100;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
}
.header_inner {
	width: 98%;
	margin: 0 auto;
}
/*top_nav*/
.top_nav {
	justify-content: right;
	margin-left: auto;
	margin-bottom: 4px;
}
.top_nav_inner {
	align-items: center;
	margin-top: 20px;
}
.top_nav_text {
	text-align: center;
}
.top_nav_text a {
	margin: 0 0 0 10px;
}
.s:after {
	margin-left: 10px;
	content:"/";
}
/*----*/
/*g_nav*/
.pub_logo img {
	padding: 6px 0;
}
.pub_logo {
	margin-left: 9px;
}
.g_nav_inner {
	z-index: 100;
	justify-content: space-between;
	margin-left: auto;
}
.g_nav {
	justify-content: right;
	margin-left: auto;
	height: 69px;
	transition-duration: 0.2s;
}
.g_list {
	z-index: 100;
	align-items: center;
	margin-left: 29px;
	height: 100%;
	padding-bottom: 0px;
}
.g_list_text {
	padding: 20px 0;
}
/*----*/

/*second_menu*/
.second_menu {
	box-sizing: border-box;
	display:flex;
	justify-content: space-around;
	position: absolute;
	top: 155px;
	left: 0;
	width: 100%;
	padding: 20px 70px;
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: #191a3d;
	color: #fff;
	transition: .1s;
	visibility: hidden;
	opacity: 0;
	/*transform: translateY(-30%);*/
	height: 0px;
}
.g_nav_inner:hover .second_menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	height: 450px;
}
.hov_nav_list p {
	margin-bottom: 10px;
}
.second_lead {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.hov_nav_list {
	align-items: center;
}
/*cm表記*/
.gojyuu::after {
	content: "\A(50cm)";
	font-size: 11px;
	opacity: 0.5;
}
.roku::after {
	content: "\A(60cm)";
	font-size: 11px;
	opacity: 0.5;
}
.nana::after {
	content: "\A(70cm)";
	font-size: 11px;
	opacity: 0.5;
}
.gogo::after {
	content: "\A(55cm)";
	font-size: 11px;
	opacity: 0.5;
}
.rokugo::after {
	content: "\A(65cm)";
	font-size: 11px;
	opacity: 0.5;
}
/*cm表記*/

/*second_menu*/
/*fv*/
.fv_inner {
	position: relative;
	top: 155px;
	z-index: 0;
	height: 743px;
	overflow: hidden;
	margin-bottom: 	32px;
}
.fv {
	position: relative;
}
.copy_box {
	position: absolute;
	top: 431px;
    left: 40px;
}
.fv_copy {
	display: inline-block;
	background-color: #fff;
	padding: 8px 16px;
	margin-bottom: 10px;
	z-index: 200;
}
@media (max-width: 1327px) {
.copy_box {
	top: 237px;
}
}
.fv_copy {

}
}
.slide {
	position: relative;
}
.slide_box {
	position: absolute;
}
/*r_bn*/
.r_bn {
    margin-top: 120px;
}
/*infomation*/
.info_inner {
	margin: 0 auto;
	margin-bottom: 110px;
	padding-bottom: 75px;
	border-bottom: solid 1px #d6d6d6;
}
.slider {
	justify-content: space-around;
}
.slider img {
	margin: 0 auto;
	border: solid 1px #acacac;
}
.slider li {
	width: 282px;
}
.info_lead,.info_text {
	margin-left: 12px;
}
.info_lead {
	margin-top: 7px;
	margin-bottom: 4px;
}
.info_text {
	margin-right: 3px;
}
.info_img {
	width: 282px;
}
@keyframes move {
	from {
		transform:translateX(0%);
	}
	to {
		transform: translateX(-13%);
	}
}

/*infomation*/
/*検索ブロック*/
.s_inner {
	padding-bottom: 50px;
	border-bottom: solid 1px #d6d6d6;
}
.button_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0px 100px;
	margin-bottom: 60px;
}
.s_box {
	transition-duration: 0.2s;
	transition-delay: 0.3s;
	opacity: 0;
	text-align: center;
	margin-bottom: 37px;
}
.serch_inner {
	height: 0px;
	transition: 0.3s;
	overflow: hidden;
	margin-top: 0px;
}
.serch_open {
	height: 40px;
	margin-top: 40px;
}
#sbox1 {
	box-sizing: border-box;
	width: 713px;
	padding: 7px;
	border-radius: 0;
	border: solid 1px #868686;
}
#sbtn1 {
	position: relative;
	top: 1px;
	font-size: 16px;
	border-style: none;
	border-radius: 0;
	text-align: center;
	width: 65px;
	color: #fff;
	background-color: #191a3d;
	padding: 5.5px;
	margin-left: 9px;
}
.s_visible {
	opacity: 1;
}
.cat_inner {
	position: relative;
	box-sizing: border-box;
	padding: 0px 30px 0px 30px;
	background-color: #191a3d;
	height: 0px;
	transition: 1s;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 35px;
}
.cat_block {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.cat_wrap {
	opacity: 0;
	transition-duration: 0.6s;
	transition-delay: 0.3s;
}
.cat_visible {
	opacity: 1;
}
.cat_open {
	height: 2700px;
	margin-bottom: 55px;
}
.cat_img {
	height: 193px;
	margin-bottom: 20px;
	box-shadow:7px 11px #000;
	transition: 0.7s;
}
.cat_img img {
	box-sizing: border-box;
	transform: translate(0%,0%);
	width: 193px;
	border: solid 1px #ACACAC;
}
.cat_img:hover {
	transform: translate(-2%,-2%);
	box-shadow:11px 15px #000;
}
.cat_img:hover > .cat_hov_text_box {
	opacity: 0.8;
}
.cat_hov_text_box {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 193px;
	width: 193px;
	opacity: 0;
	z-index: 100;
	transition: 0.7s;
	background-color: rgba(255,255,255,0.8);
}
.cat_hov_text {
	width: 193px;
	color: #000;
	text-align: center;
	z-index: 100;
	transition: 0.7s;
}
.cat_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-around;
	width: 390px;
}
.cat_lead {
	padding: 48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.cat_lead:before, .cat_lead:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #fff;
	opacity: 0.3;
	display: block;
}
.cat_lead:before {
	margin-right: 3.4em;
}
.cat_lead:after {
	margin-left: 3.4em;
}
.cat_s_lead {
	margin-bottom: 0px;
}
.cat_size {
	margin-bottom: 7px;
}
.cat_text {
	border-top: solid 1px #5a5879;
	padding: 17px 0px;
	max-height: 108px;
}
.cat_text_box {
	margin-right: 2px;
}
.close {
	position: absolute;
	bottom: 38px;
	right: 88px;
	width: 59px;
}
.closs_line {
	border: solid 2px #fff;
	width: 40px;
}
.batsu{
	display: block;
	width: 53px;/*枠の大きさ*/
	height: 53px;/*枠の大きさ*/
	position: absolute;
	bottom: 35px;
	right: 25px;
}
.batsu::before, .batsu::after{
	content: "";
	display: block;
	width: 100%;/*バツ線の長さ*/
	height: 3px;/*バツ線の太さ*/
	background: #fff;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 5px);
	left: 14%;
}
.batsu::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
	box-shadow: 1px 1px rgba(0, 0, 0);
}
/*検索ブロック*/

/*ランダムバナー*/
.rec_inner {
	margin-top: 70px;
	margin-bottom: 30px;
	padding-bottom: 40px;
}
.rndb {
/*	display: grid;
	grid-template-columns: 197px 197px 197px 197px;
	grid-column-gap: 37px;
	grid-row-gap: 35px;*/
}
.rndb_row {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	justify-content: space-between;
  	margin-bottom: 35px;
}
.itemimage img {
	width:197px;
}
.itemname,.itemprice {
	text-align: left;
}
.itemname {
	margin-bottom: 5px;
}
/*ランダムバナー*/
/*sns*/
.sns_inner {
	position: relative;
	margin-bottom: 60px;
}
.sns_inner .lead_box {
	margin-bottom: 20px;
}
.twi_box {
	text-align: center;
}
.timeline-Viewport {
	border: solid 1px #d6d6d6;
}
.hide_sns_title {
	width: 500px;
	height: 70px;
	margin: 0 auto;
	transform: translateY(62px);
	background-color: #fff;
	text-align: center;
	margin-top: -50px;
}
.sns_icon_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	width: 380px;
	margin: 0 auto;
	padding-top: 70px;
}
.sns_icon {
	text-align: center;
}
.sns_icon p {
	margin-top: 10px;
}
.under_line {
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
	margin: 0 auto;
	margin-top: 100px;
}
/*sns*/
/*pickup*/
.pick_inner {
	margin-bottom: 98px;
}
.pick_grid_cont {
/*	display: grid;
	grid-template-columns: 282px 282px 282px;
	grid-column-gap: 27px;
	grid-row-gap: 20px;*/
}
.pick_grid_row {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	justify-content: space-between;
	margin-bottom: 20px;
}
.pick_box {
	width: 284px;
}
.pick_img img {
	border: 1px solid #acacac;
}
.lead_box {
	margin-bottom: 40px;
}
.pick_lead {
	margin-top: 3px;
}
.pick_text {
	margin-top: 3px;
}
/*pickup*/
/*トップへ戻る*/
.re_top_button {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 0px;
	margin-bottom: 69px;
}
/*トップへ戻る*/
/*footer*/
.foot_cont {
	background-color: #191a3d;
}
.foot_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width:900px;
	margin: 0 auto;
	justify-content: space-around;
	height: 1280px;
}
.foot_flex_box {
	width: 24rem;
}
.foot_lead {
	margin-top: 39px;
	margin-bottom: 24px;
}
.foot_text {
	margin-bottom: 30px;
}
.foot_box {
	padding-bottom: 25px;
	border-bottom: solid 1px #acacac;
}
.not_line {
	border-bottom: none;
}
.pub_inner {
	padding: 10px 0px;
	background-color: #008da2;
	color: #fff;
	text-align: center;
}
/*footer*/

/*hov_bn*/
.hov_bn_cont {
    position: fixed;
    right: 10px;
    bottom: 78px;
    z-index: 100;
    box-shadow: 5px 7px 5px rgba(0, 0, 0 ,0.2);
    height: 213px;
}
