@charset "UTF-8";

/*トップへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:10;
}
#page-top a {
	background-color: #D0D0D0;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #D0D0D0;
}

/* モーダルウィンドウのスタイル */
.modal {
  position:absolute;
  width:100%;
  height:100%;
  margin-top:0px;
  top:0;
  left:0;
  display:none;
}
 
/* オーバーレイのスタイル */
.overLay {
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);
  width:100%;
  height:100%;
  z-index:10;
}
 
/* モーダルウィンドウの中身のスタイル */
.inner {
	position: fixed;
	/*position: absolute;*/
	z-index: 11;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #ffffff;
	width: 90%;
	margin-top: 0px;
	padding: 20px;
	color: #000000;
	font-size: 13px;
	text-align: center;
	line-height: 1.2em;
}
/*  top:50%;
  left:50%;
  transform:translate(-50%,-50%);*/
}
	
nav#menu{
	width:100%;
	margin-left: 0%;
}
	
nav#menu ul{
	margin-top:5px;
	padding:0px;	
}
	
nav#menu ul li{
	list-style-type:none;	
}
	
nav#menu ul li a{
	width:100%;
	display:block;
	background-color:#000000;
	color:#fff;
	border-bottom:1px solid #ccc;	
	text-align:center;
	padding:9px 0px 9px 0px;
	filter:alpha(opacity=70);
    opacity: 0.7;
}
#menu{
	display: none;
}
.menu-bt{
	display: none;
}
.menu-bt_no{
	display: block;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*モバイルメニュー2*/
nav#menu2{
	width:100%;
	margin-left:0%;
}
	
nav#menu2 ul{
	margin-top:5px;
	padding:0px;	
}
	
nav#menu2 ul li{
	list-style-type:none;	
}
	
nav#menu2 ul li a{
	width:100%;
	display:block;
	background-color:#000000;
	color:#fff;
	border-bottom:1px solid #ccc;	
	text-align:center;
	padding:9px 0px 9px 0px;
	filter:alpha(opacity=70);
    opacity: 0.7;
}
#menu2{
	display: none;
}
.menu-bt2{
	display: none;
}
.menu-bt_no2{
	display: block;
}
.item_pc_only{
	display: flex;
	width: 100%;
	margin-bottom: 0px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	/*background: #E5E5E5;*/
}
.item_mobile_only{
	display: none;
}

/*カテゴリ内のタブ切り替え*/
.item_full_tab{
	display: none;
	}
/*トップページのブランド説明*/
.top_brand_l{
	width: 70%;
	/*padding-left: 15px;*/
	padding-right: 5%;
	text-align: left;
	font-size: 16px;
	line-height: 2.0em;
	/*border-left: 1px solid #FFC8CA;*/
	}
/*.top_brand_r{
	width: 25%;
	display: block;
}*/
/*ショップページの写真*/
.shop_photo{
	padding: 1% 3% 3% 3%;
	
}
.fb_box{
	width: 100%;
	margin-right: 0px;
}
.text_r{
	text-align: right;
}
/*メインイメージ
-----------------------------------------*/
.main_img_top{/*トップのメインイメージ*/
	width: 88%;
	margin: 80px 6% 0 6%;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../image/top/main_image_bg.jpg)
}
/*.main_img_top{
	width: 100%;
	margin: 80px 0% 0 0%;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../image/top/main_image_bg.jpg)
}*/
.main_img_r{/*トップのメインイメージ右*/
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0px;
	text-align: right;
}
.main_img_r_txt{/*トップのメインイメージ右*/
	position: absolute;
	width: 100%;
	margin: 0 0 0 0;
	bottom: 20px;
	right: 20px;
	text-align:right;
	text-shadow: 2px 2px 2px #FFFFFF;
}
/*.main_img_pc{
	width: 88%;
	margin: 80px 6% 0 6%;
	position: relative;
}*/
.main_img_pc{/*ベースのメインイメージ*/
	width: 100%;
	margin: 80px 0% 0 0%;
	position: relative;
	background-color: #E60603;
	margin-bottom: 50px;
}
.main_img_title{/*ベースのメインイメージのタイトル上*/
	width: auto;
	margin: 4% 6% 0 8%;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 36px;
	letter-spacing: 0.1em;
	/*color: #2B2B2B;*/
	color: #FFFFFF;
}
.main_img_title2{/*ベースのメインイメージのタイトル下*/
	margin: 15px 5px 0 0;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0em;
	/*color: #1E1E1E;*/
	color: #FFFFFF;
}
.main_img_mb{
	display: none;
}
.top_bnr_under{
	width: 88%;
	padding: 4% 6% 2% 6%;
	background-color: #FBF4F6;
}
.top_bnr_mid{
	padding-left: 30px;
}
.column_wh2{/*コラム枠　白背景*/
	width: auto;
	margin: 10px 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	word-break: break-all;
	border-radius: 6px;
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	line-height: 2em;
	/*word-break: keep-all;*/
}
.jumbotron {
    background: url("../image/slideshow/2023top.jpg") 0 0 no-repeat;
    background-size: cover;
    height: 45vh;
    color: #fff;
	margin-top: 70px;
}




/* Mobile*/
@media screen and (max-width : 700px) {
#menu,#menu2{
	display: block;
	position: absolute;
}
.menu-bt,.menu-bt2{
	display: block;
}
.menu-bt_no,.menu-bt_no2{
	display: none;
}
.modal {
  width:100%;
  height:100%;
  margin-top: 10px;
  top:0;
  left:0;
}
.inner {
	width: 100%;
	padding: 5px;
	margin-top: 0px;
}
.item_pc_only{
	display: none;
}
.item_mobile_only{
	display: block;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	text-align: center;
}

.item_full_tab_r{
	left: 50.5%;
	}
.item_full_tab_l{
	left: 49.5%;
	}
.item_full_tab{
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	border-bottom: 1px solid #D1C1B0;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	}
.item_full_tab_box_on{
	position: absolute;
	float: left;
	height: 10px;
	width: 50%;
	word-break: break-all;
	font-size: 20px;
	font-weight: bold;
	color: #464646;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 20px;
	border-left: 1px solid #D1C1B0;
	border-right: 2px solid #D1C1B0;
	border-top: 2px solid #D1C1B0;
	background-color: #FFFCF9;
}
.item_full_tab_box_off{
	position: absolute;
	float: left;
	height: 10px;
	width: 49%;
	word-break: break-all;
	font-size: 20px;
	font-weight: bold;
	color: #767676;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(../images/tab_bg.jpg);	/*background-color: #FFFCF9;*/	
}
.item_full_tab_box_off a {
	position: absolute;
	top: 0;
	left: -6px;
	width: 100%;
	height: 100%;
	text-indent: -999px;/*	background-color:#FFFCF9;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;*/
}
.p_fixed {
	position: fixed;
}
/*トップページのブランド説明*/
.top_brand_l{
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	font-size: 14px;
	line-height: 1.6em;
	border-left: 0px solid #FFC8CA;
	}
/*.top_brand_r{
	display: none;
}*/
/*ショップページの写真*/
.shop_photo{
	padding: 0 0 5% 3%;
}
/*メインイメージ
-----------------------------------------*/
.main_img_top{/*トップのメインイメージ*/
	width: 100%;
	margin: 20px 0% 0 0%;
	background-color: #FFFFFF;
}
.main_img_r_txt{/*トップのメインイメージ右*/
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	bottom: 0px;
	right: 0px;
	text-align: left;
	text-shadow: 2px 2px 2px #FFFFFF;
}
.main_img_pc{/*ベースのメインイメージ*/
	/*display: none;*/
	width: 100%;
	margin: 20px 0% 40px 0%;
	position: relative;
}
.main_img_title{/*ベースのメインイメージのタイトル上*/
	width: auto;
	margin: 3% 5% 0 6%;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 24px;
	letter-spacing: 0.1em;
	/*color: #2B2B2B;*/
	color: #FFFFFF;
}
.main_img_title2{/*ベースのメインイメージのタイトル下*/
	margin: 0px 0 0 0;
	font-size: 11px;
}
.jumbotron {
    background: url("../image/slideshow/2023top.jpg") 0 0 no-repeat;
    background-size: cover;
    height: 25vh;
    color: #fff;
	margin-top: 0px;
}
}
