@charset "utf-8";

/* import */
@import "reset.css";
@import "util.css";
@import "screen.css";


/* Base */

html,body{
	width: 100%;
	height: 100%;
}

html{
	height: 100%;
	overflow-y: scroll;
}

/* Reset */

*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}

img{
	border: none;
	vertical-align: middle;
}

ul,ol{
	list-style: none;
}

p{
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Text */

body{
  margin: 0;
  padding: 0;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1.2px;
	color: #333;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

/* fade-page */
.fade-layer,
body:before{
	content: '';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:99999;
}
body.fade-layer-off:before{
	content: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

/* Link */

a,
a:link{
	color: #333333;
}

a:visited{
	color: #333333;
}

a:hover,
a:active{
	color: #c50020;
}

a:focus{
	outline: none;
}

/* HTML5 */

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/* common */

#wrapper{
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

#wrapper02{
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #efece6;
	display: inline-block;
}


h1{
	padding: 10px 0;
}

h2{

}

.dotLine{
  border-bottom: 1px dotted #c50020;
}

/* ==================================================
   menu
   ================================================== */

#menu{
	float: left;
	width: 250px;
	height: 100%;
	position: fixed;
	font-family: 'Playfair Display', serif;
	background-color: #444;
	color: #fff;
}

#menu .menuLogo{
	height: 160px;
	background-color: #28292b;
}

#menu ul{
	text-align: left;
	font-size: 14px;
}

#menu li{
	display:inline;
	height:auto;
}

#menu li a{
    display:block;
    width: 250px;
    padding: 15px 10px 15px 20px;
    color: #fff;
    background-color: #444;
}

#menu li a:hover{
    color:#fff;
    background:#c50020;
    text-decoration:none;
}

#menu li a.active{
    color:#fff;
    background:#c50020;
}

#menu #subMenuText li{
	font-size: 13px;
	display:inline;
	height:auto;
}

#menu #subMenuText li a{
  display:block;
  background:#333;
	padding: 10px 5px 10px 67px;
}

#menu #subMenuText li a:hover{
    color:#fff;
    background:#c50020;
    text-decoration:none;
}

li #top a.active{
    display:block;
    width: 250px;
    padding: 15px 10px 15px 20px;
    color: #fff;
    background:#c50020;
}

li #top a{
    display:block;
    width: 250px;
    padding: 15px 10px 15px 20px;
    color: #fff;
    background-color: #444;
}

#menu .subMenu{
   padding-top: 10px;
   border-top: 1px solid #8e8f91;
}

#menu .subMenu li a{
   padding: 10px 20px;
}

#menu .menuBanner a{
   display:block;
   margin-top: 20px;
   margin-left: 20px;
   padding: 0;
   width: 210px;
   height: 60px;
   color: #fff;
   background-color: #fff;
}

#menu .menuBanner a:hover{
   opacity: 0.5 ;
}

#menu .menuBanner02 a{
   display:block;
   margin-top: 20px;
   margin-left: 20px;
   padding: 0;
   width: 210px;
   height: 60px;
   color: #fff;
   background-color: #b1dcd5;
}

#menu .menuBanner02 a:hover{
   opacity: 0.5 ;
}

#news.active{
    display: block;
}
#news{
    display: none;
}

#business.active{
    display: block;
}
#business{
    display: none;
}

#about.active{
    display: block;
}
#about{
    display: none;
}

/* ==================================================
   main
   ================================================== */

#container{
  float: right;
  width: 100%;
  height: 100%;
  margin: 0 0 0 250px;
	padding-bottom: 100px;
}

#mainPh{
  height: 500px;
  margin: 0 0 0 250px;
}

#mainPh02{
  height: 323px;
  margin: 0 0 0 250px;
}


#contentColorW{
  padding: 40px;
}

#content {
  margin: 0 80px 0 330px;
}

#content p {
	padding: 10px;
}

/* ==================================================
   TOP
   ================================================== */

#contentColorB{
  padding: 50px 40px;
  background-color: #efece6;
}

.topTilte{
	float: left;
}

.topTopMore{
	float: right;
  padding: 20px 0 8px;
  text-align: right;
  width: 60%;
  font-size: 14px;
  background: url(/images/top_read_more.png) no-repeat bottom right;
}

.brand{
	width: 100%;
}

.brand li a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background:none!important;
}

.brandLogo01{
	display: table-cell;
	width: 22%;
}
.brandLogo01 img{
	width: 100%;
}

.brandLogo02{
	display: table-cell;
	width: 40%;
}
.brandLogo02 img{
	width: 100%;
}

.brandLogo03{
	display: table-cell;
	width: 21%;
}
.brandLogo03 img{
	width: 100%;
}

.brandLogo04{
	display: table-cell;
	width: 17%;
}
.brandLogo04 img{
	width: 100%;
}

.topBox{
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.topBoxL{
	display: table-cell;
	width: 48%;
	padding: 10px;
	color: #c50020;
	border-left: 2px solid #c50020;
	background-color: #fff;
}

.topBoxM{
	display: table-cell;
	width: 5px;
}

.topNewsBox{
	display: table-cell;
	width: 48%;
	padding: 0;
}

.topNewsBox .newsText .watchImg{
	vertical-align:middle;
}

.topNewsBox .newsText .watch{
	font-size: 12px;
	color: #999;
	vertical-align: middle;
}

.topNewsBox .newsText .newsTl{
	text-align: left;
	padding-left: 20px;
	width: 100%;
	color: #333;
	display: table-cell;
}

.topFont{
	font-size: 18px;
	color: #c50020;
}

.topBusinessL{
	text-align: left;
	width: 60%;
	display: table-cell;
}

.topBusinessL02{
	text-align: left;
	width: 100%;
}

.topBusinessR{
	vertical-align: top;
	text-align: right;
	width: 40%;
	display: table-cell;
}

.topBusinessR img{
	width: 100%;
}


.topBlBox{
	display: table-cell;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	color: #fff;
	padding: 25px 20px;
	font-size: 20px;
	background-color: #444;
}

.topBlBase{
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
	width: 100%;
}

.topTopMore02{
	float: right;
  padding: 10px 0 8px;
  text-align: right;
  width: 100%;
  font-size: 14px;
  background: url(/images/top_read_more02.png) no-repeat bottom right;
}

.topBoxBn{
	width: 200px;
	display: table-cell;
}




/* ==================================================
   NEWS
   ================================================== */

#newsPh{
  height: 160px;
  margin: 0 0 0 250px;
}


.newsTopTl{
	margin: 30px 0 50px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #c50020;
}

.newsTopText{
	float: left;
  padding: 10px 0 10px 20px;
  width: 280px;
  font-size: 18px;
	color: #fff;
  background-color: #c50020;
}

.newsTopMore{
	float: right;
  padding: 20px 20px 3px;
  text-align: right;
  font-size: 14px;
  border-bottom: 1px solid #c50020;
}

.newsTopMore a{
	color: #c50020;
}

.newsBox{
	display: block;
	margin-bottom: 50px;
  padding: 20px 40px 40px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #c9c6bf;
}

.newsBox .newsText{
  display: table;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px dotted #c50020;
  padding: 20px 0 5px;
}

.newsBox .newsText a {
    text-decoration: underline;
    font-weight: bold;
    color: #0000ff;
}

.newsBox .newsText a:visited {
    color: #0000ff;
}

.newsBox .newsText .newsTime{
	text-align: left;
	width: 110px;
}

.newsBox .newsText .newsTl{
	text-align: left;
	width: 100%;
	display: table-cell;
}

.newsBox .newsText .watchImg{
	vertical-align:middle;
}

.newsBox .newsText .watch{
	font-size: 12px;
	color: #999;
	vertical-align: middle;
}

.newsBackTop {
	float: left;
}

.newsBackTop a{
  display:block;
	font-size: 12px;
	padding: 15px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	background-color: #444;	color: #fff;
	display: table;
}

.newsBackTop a:hover{
	background-color: #c50020;
}

.newsBackCt{
	float: right;
}

.newsBackCt a{
  display:block;
	font-size: 12px;
	padding: 15px;
	width: 240px;
	text-align: center;
	vertical-align: middle;
	background-color: #444;	color: #fff;
	display: table;
}

.newsBackCt a:hover{
	background-color: #c50020;
}

.newsBackCt a:hover{
	background-color: #c50020;
}

.entry-title{
	padding: 10px 5px 0;
	font-size: 16px;
  border-top: 1px dotted #c50020;
  border-bottom: 1px dotted #c50020;

}

/* ==================================================
   BUSINESS
   ================================================== */

.businesssTopTl{
	margin: 20px 0 15px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #c50020;
}

.bnText{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1.6px;
}

.bnTopText01{
  padding: 15px 0 8px 20px;
  width: 100%;
  font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
  background-color: #444;
  border-bottom: 4px solid #222;
}

.bnTopText02{
  padding: 15px 0 8px 20px;
  width: 100%;
  font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px 2px #5d1622;
  background-color: #c50020;
  border-bottom: 4px solid #5d1622;
}

.newsText .btStore01{
	text-align: left;
	width: 50%;
	display: table-cell;
}

.newsText .btStore02{
	text-align: left;
	width: 50%;
	display: table-cell;
}

.sotreLeft{
	display: table-cell;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.storeTitle{
	font-size: 16px;
	color: #c50020;
	line-height: 27px;
}

.storeText{
	font-size: 14px;
	line-height: 18px;
}

.sotreRight{
	display: table-cell;
	text-align: right;
	width: 200px;
}

.storeBtn{
	text-align: left;
}

.storeBtnOne{
	text-align: left;
}

.storeBtn a{
	float: left;
	text-align: center;
	font-size: 12px;
	display:block;
	width: 32%;
	color: #fff;
	background-color: #444;
	padding: 10px 5px;
	margin-right: 1px;
	}

.storeBtn a:hover{
	background-color:#c50020;
}

.storeBtnOne a{
	float: left;
	text-align: center;
	font-size: 12px;
	display:block;
	width: 200px;
	color: #fff;
	background-color: #444;
	padding: 10px 5px;
	margin-right: 1px;
	}

.storeBtnOne a:hover{
	background-color:#c50020;
}

.storeBtn a.storeBtnRed{
	float: left;
	font-size: 12px;
	display:block;
	width: 32%;
	color: #fff;
	background-color: #c50020;
	padding: 10px 5px;
	margin-right: 1px;
}

.storeBtn a:hover.storeBtnRed{
	background-color:#c50020;
}

.graf {
	text-align: center;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.graf img{
	width: 100%;
	height: 100%
}

/* ==================================================
   about
   ================================================== */

.newsBox .abouText{
  display: table;
  box-sizing: border-box;  width: 100%;
  border-bottom: 1px dotted #999;
  line-height:18px;
  padding: 10px 0 5px;
}

.aboutTx01{
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	width: 55px;
}

.aboutTx02{
	font-size: 12px;
	padding: 10px;
	text-align: left;
	width: 100%;
	display: table-cell;
}

.aboutTx03{
	font-size: 12px;
	line-height:40px;
	padding: 0 0 10px;
	text-align: left;
	width: 100%;
	display: table-cell;
}

.aboutTx04{
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	width: 140px;
}

.hisText{
	margin-right: 20px;
	padding-top: 20px;
	text-align: center;
	width: 10%;
	font-size: 13px;
	color:#fff;
	background-color: #c50020;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.hisTextM{
	width: 1%;
}

/* ==================================================
   footer
   ================================================== */

#footer{
	position: absolute;
	bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #444;
}

#footerContent{
	height: 60px;
	position: relative;
	text-align: right;
	right: 90px;
	font-size: 12px;
	color: #fff;
  padding: 30px;
}

#footerContent a{
	color: #fff;
}

#pagetop{
	position: absolute;
	text-align: right;
	bottom: 20px;
	right: 30px;
}

#pagetop a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background:none!important;
}


#footerCr {
	height: 40px;
	font-size: 11px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	padding: 12px 20px;
  background-color: #222;
}





/* ==================================================
   clearfix
   ================================================== */

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
	visibility:hidden;
}

.clearfix{
	display: inline-block;
}

* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

.contentHolder {
	position:relative;
	margin:0px auto;
	padding:0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


/* ==================================================
   Slide
   ================================================== */

.skippr {
	width:100%;
	height:100%;
	position: relative;
	overflow:hidden;
}

.skippr > div {
	position: absolute;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: 50% 62.5%;
}

.skippr > img {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
}

.skippr-arrow {
	position: absolute;
	z-index:999;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	transform:translate(0%,-50%);

	width:52px;
	height:52px;
	transform-origin:center center;
	-webkit-transform-origin:top left;
	cursor: pointer;
}

.skippr-previous {
	left:2%;
	background: url(/images/arrow_l.png) no-repeat;
}

.skippr-next {
	right:2%;
	background: url(/images/arrow_r.png) no-repeat;
}

.bd{
	border: 1px solid #000;
}

/* ==================================================
  追加20220404
   ================================================== */

.f_bold{
	font-weight: bold;
}

.privacy ol{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}

.privacy li{
    margin-bottom: 0.5em;

}











