* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* remember: box-sizing is not supported by IE7 :( */ outline: none; vertical-align: top; }
html { height: 100%; width: 100%; }
html,body {
font-family: 'Neuton', serif;
font-family: 'Zen Old Mincho', serif;
	font-size: 13px;
    letter-spacing: 0.05em;
    color: #ffffff;
	background-color: #020605;
	line-height: 1.8;
	margin: 0;
	height: 0;
}
@media only screen and (max-width: 768px){
}
/* ==========================================================================
   
   改行のスタイル

========================================================================== */
body .pc {
    display: block;
}
body .sp {
     display: none;
}
@media only screen and (max-width: 768px){
body .pc {
    display: none;
}
body .sp {
    display: block;
}
}
/* ==========================================================================
   
   基本

========================================================================== */

h1,h2,h3,h4,h5,p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	font-weight: normal;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin: 0;
	padding: 0;
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

li{
list-style: none;
}
dd {
    display: block;
    margin-inline-start: 0px;
}
/* ==========================================================================
   
   文字リンク

========================================================================== */

a{
color: #ff0000;
    text-decoration: none;
}
a:hover {
color: #cf2125;
}
a:visited {
color: #ff0000;
}
a:active {
color: #ff0000;
}
.cp_link {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #ff0000 !important;
}
.cp_link::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #cf2125;
	transition: .3s;
}
.cp_link:hover::after {
	width: 100%;
}
/* ==========================================================================
   
   img style

========================================================================== */
.img_100{
width: 100%;
height: auto;
}
/* 4:3の比率 */
.thumbnail {
  margin: 1.5%;
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
  width: 97%;
}
@media screen and (max-width: 768px) {    
img {
  width: 100%;
  height: auto;
} 
.img_100{
width: 100%;
padding-top: 0%;
padding-bottom: 0%;
height: auto;
}
}


/* ==========================================================================
   
   .contents_block

========================================================================== */
#container{
position: relative;
z-index: 8;
padding-top: 0%;
padding-bottom: 0%;
width: 100%;
}
.section_block{
z-index: 6;
padding-top: 0%;
padding-bottom: 0%;
width: 100%;
}
.contents_block{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;   
}
.contents_space{
	padding-left:10%;
	padding-right:10%;
}
.contents_header{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
}
.contents_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: inline-block;
}
.contents_box_L{
width: 47%;
float: left;
display: block;
padding-right: 1%;
padding-bottom: 5%;
}

.contents_box_R{
width: 47%;
float: right;
display: block;
padding-left: 1%;
padding-bottom: 5%;
}
.contents3_box_L {
    float: left;
    width: 31.1%;
    margin-right: 3.35%;
	margin-top: 3%;
    padding-bottom: 5%;
    height: auto;
}
.contents3_box_R {
    float: right;
    width: 31.1%;
    margin-left: 0%;
	margin-top: 3%;
    padding-bottom: 0%;
    height: auto;
}
.txt_center{
text-align: center;
}

@media screen and (max-width: 768px) {
.section_block{
position: relative;
z-index: 6;
padding-top: 0%;
padding-bottom: 0%;
width: 100%;
}	
.contents_block{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
width: 100%;
}
.contents_space{
padding-left:0%;
padding-right:0%;
}	
.contents_header{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
}
.contents_box{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
}	
.contents_box_L{
width: 100%;
display: block;
padding-bottom: 5%;
}
.contents_box_R{
width: 100%;
padding-left: 1%;
padding-bottom: 5%;
}	
.contents3_box_L {
    float: left;
    width: 100%;
    margin-right: 0%;
	margin-top: 3%;
    padding-bottom: 5%;
	margin-bottom: 5%;
    height: auto;
	border-bottom: #dddddd 1px dotted;
}
.contents3_box_R {
    float: left;
     width: 100%;
    margin-left: 0%;
	margin-top: 3%;
    padding-bottom: 5%;
	margin-bottom: 5%;
    height: auto;
	border-bottom: #dddddd 1px dotted;
}
}

/* ==========================================================================
   
背景

========================================================================== */ 

.bg_ci{
background-color: #0e1712;
}

.bg_ci2{
background-color: #f7efe4;
}

/* ==========================================================================
   
MAIN visual（MV）

========================================================================== */ 

.mv_section{
position: relative;
z-index: 3;
padding-top: 0%;
padding-bottom: 0%;
width: 100%;
}
.mv_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: inline-block;
}
.mv_box_L{
width: 50%;
float: left;
display: block;
padding-bottom: 0%;
}

.mv_box_R{
width: 50%;
float: right;
display: block;
padding-bottom: 0%;
}


@media screen and (max-width: 768px) {

.mv_box{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
flex-direction: column;
}	
.mv_box_L{
width: 100%;
display: block;
padding-bottom: 5%;
order: 2;
/*
position: relative;
z-index: 1;
top: -40px;
*/
}
.mv_box_R{
width: 100%;
order: 1;
padding-bottom: 5%;
}	

}

/* ==========================================================================
   
CONCEPT SECTION

========================================================================== */ 

.concept_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: inline-block;
}
.concept_box_L{
width: 50%;
float: left;
display: block;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

.concept_box_R{
width: 50%;
float: right;
display: block;
padding-bottom: 0%;
}

.concept_box2_L{
width: 50%;
float: left;
display: block;
padding-bottom: 0%;
}

.concept_box2_R{
width: 50%;
float: right;
display: block;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

.concept_txt_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: inline-block;
}

.ttl_concept_caption{
	width: 30%;
float: right;
display: block;
    font-size: 17px;
    color: #cf2125;
/*↓縦書きの記述*/
	writing-mode: vertical-rl;
	/*↓縦書きの記述を改行させないための記述*/
	white-space: pre;
	/*↓いるかどうかわからない*/
	display:inline-block;

}

.ttl_concept_caption span{
	font-size: 12px;
color: #111111;
vertical-align: baseline;
font-weight: bold;
}



.ttl_concept_txt{
	font-size: 25px;
	padding-left: 3%;
	font-weight: 600;

}
.concept_txt_box2{
width: 70%;
float: left;
display: block;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	height: 470px;
	margin-top: 20%;
	font-size: 105%;
	font-weight: bold;
}


@media screen and (max-width: 768px) {

.concept_box{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
flex-direction: column;
}	
.concept_box_L{
width: 100%;
display: block;
padding-bottom: 5%;
order: 2;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;	
/*
position: relative;
z-index: 1;
top: -40px;
*/
}
.concept_box_R{
width: 100%;
order: 1;
padding-bottom: 5%;
}	
	
	
.concept_box2_R{
width: 100%;
display: block;
padding-bottom: 5%;
order: 2;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;	
}
.concept_box2_L{
width: 100%;
order: 1;
padding-bottom: 5%;
}	
	
	
.ttl_concept_caption{
	width: 20%;
float: right;
display: block;
    font-size: 17px;
	color: #cf2125;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;

}	
		
	
	
.ttl_concept_txt{
	font-size: 18px;
	padding-left: 2%;
	font-weight: 600;

}	
	
	
.concept_txt_box2{
width: 80%;
float: left;
display: block;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	height: 470px;
	margin-top: 20%;
	font-size: 90%;
	font-weight: bold;
}	
	
}



/* ==========================================================================
   
   背景　メニュー　

========================================================================== */
.bg_menu_concept{
  position: relative;
	width: 100%;
    height: 650px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 80px;
	padding-bottom: 0px;
	padding-left: 3%;
	padding-right: 50%;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7; 
	background-size: auto;
    background: url("../img/bg_menu.jpg") center center no-repeat;
	
}


.bg_howto{
  position: relative;
	width: 100%;
    height: 250px;/*高さを全画面にあわせる*/
	top: 0;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7; 
	margin-bottom: 5%;
	
}



.concept3_txt_box{
	width: 100%;
    padding-top: 25px;
    padding-bottom: 15%;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
	background-color: #ffffff;
	color: #111111;
	text-align: left;
	opacity: 0.8;
}

.ttl_concept3_caption{
    font-size: 17px;
    color: #cf2125;

}

.ttl_concept3_caption span{
	font-size: 12px;
color: #111111;
font-weight: bold;
display: inline-block;
vertical-align: baseline;
padding-left: 10px;
}



.ttl_concept3_txt{
font-size: 38px;
color: #111111;
font-weight: bold;
margin-top: 60px;
padding-bottom: 3%;
}


.concept3_txt_box_sp{
padding-top: 5%;
padding-bottom: 30%;
}


.menu_no_c{
text-combine-upright: all;
vertical-align: top;
font-size: 100%;
padding-bottom: 1%;
font-weight: bold;
}




@media screen and (max-width: 768px) {
.bg_menu_concept{
  position: relative;
	width: 100%;
    height: 780px;
	top: 0;
	margin-bottom: 5%;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;
}
	
	
.bg_howto{
  position: relative;
	width: 100%;
    height: 780px;
	top: 0;
	padding-top: 20%;
	padding-bottom: 20%;
	padding-left: 25%;
	padding-right: 25%;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;
    background-size: cover;  
    background: url("../img/bg_howto_sp.jpg") center center no-repeat;
}
		
	
	
.ttl_concept3_txt{
font-size: 32px;
color: #111111;
font-weight: bold;
margin-top: 60px;
padding-bottom: 3%;
}	
	
	
}
@keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.5);
   }
}



/* ==========================================================================
   
MENU SECTION

========================================================================== */ 

.menu_img_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: inline-block;
}


.menu_img_3box_L {
    float: left;
    width: 31.1%;
    margin-right: 3.35%;
	margin-top: 0%;
    padding-bottom: 0%;
    height: auto;
}
.menu_img_3box_R {
    float: right;
    width: 31.1%;
    margin-left: 0%;
	margin-top: 0%;
    padding-bottom: 0%;
    height: auto;
}


.menu_box{
width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 15%;
    height: auto;
		-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	
}



.ttl_menu{
    font-size: 260%;
    padding-left: 3%;
    font-weight: 600;
}

.ttl_menu span{
    font-size: 35%;
    color: #111111;
    vertical-align: baseline;
    font-weight: bold;
}

.ttl_menu_caption{
     font-size: 190%;
    color: #cf2125;
	font-weight: bold;
	padding-top: 3%;
	padding-left: 5%;	
white-space: nowrap;
}

.menu_name{
    font-size: 180%;
	font-weight: bold;
	padding-top: 15%;
padding-left: 5%;	
}

.menu_txt{
padding-top: 13%;
}

.menu_txt ul{
}

.menu_txt li{
	 font-size: 21px;
	margin-top: 5%;
	white-space: nowrap;
	padding-left: 5%;
}



.menu_no{
	text-combine-upright: all;
font-size: 110%;
padding-bottom: 3%;
font-weight: bold;
}

.menu_price{
padding-top: 100px;
}



	
.menu_box_sp{
width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;

}	


.shop_thum_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: inline-block;
}


.shop_thum_box_title{
text-align: center;
}

.shop_thum_box_ttl{
padding-top: 5%;
font-size: 15px;
font-weight: bold;
}

.shop_thum_2box_L {
width: 50%;
float: left;
display: block;
padding-left: 15%;
padding-right: 5%;
padding-bottom: 0%;	
}
.shop_thum_2box_R {
width: 50%;
float: right;
display: block;
padding-bottom: 0%;
padding-left: 5%;
padding-right: 15%;
}





@media screen and (max-width: 768px) {
.menu_img_box{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
display: flex;
flex-direction: column;
}	
	
.menu_img_3box_L {
    float: left;
    width: 100%;
    margin-right: 0%;
	margin-top: 0%;
    padding-bottom: 1%;
    height: auto;
	order: 2;
}
.menu_img_3box_R {
    float: left;
     width: 100%;
    margin-left: 0%;
	margin-top: 0%;
    padding-bottom: 1%;
    height: auto;
	order: 1;
}
	
	
	
.shop_thum_box_title{
text-align: center;
padding-bottom: 5%;
}

.shop_thum_box_ttl{
padding-top: 5%;
font-size: 15px;
font-weight: bold;
}	
	
	
.shop_thum_box{
    margin-top: 0%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
/*
display: flex;
flex-direction: column;
*/
}


.shop_thum_2box_L {
    float: left;
    width: 100%;
    margin-right: 0%;
	margin-top: 0%;
	padding-left: 3%;
padding-right: 3%;
padding-bottom: 0%;	
    padding-bottom: 10%;
    height: auto;
	order: 2;
}
.shop_thum_2box_R {
    float: left;
     width: 100%;
    margin-left: 0%;
	margin-top: 0%;
    padding-bottom: 10%;
		padding-left: 3%;
padding-right: 3%;
padding-bottom: 0%;	
    height: auto;
	order: 1;
}
	
	
	
	
	
.menu_box{
display: none;
}		

.ttl_menu{
    font-size: 200%;
    padding-left: 1%;
    font-weight: 600;
}

.ttl_menu span{
    font-size: 35%;
    color: #111111;
    vertical-align: baseline;
    font-weight: bold;
}

.ttl_menu_caption{
     font-size: 140%;
    color: #cf2125;
	font-weight: bold;
	padding-top: 3%;	
	padding-left: 1%;	
white-space: nowrap;
}

	

.menu_name{
    font-size: 140%;
	font-weight: bold;
	padding-top: 10%;
padding-left: 1%;	
}

.menu_txt{
padding-top: 10%;
}

.menu_txt ul{
}

.menu_txt li{
	 font-size: 14px;
	margin-top: 3%;
	white-space: nowrap;
	padding-left: 5%;
	padding-bottom: 3%;
}


	
	

.menu_no{
text-combine-upright: all;
font-size: 15px;
padding-bottom: 3%;
font-weight: bold;

}

.menu_price{
padding-top: 20px;
display: inline-block;
padding-bottom: 0%;
}	
	
}



/* ==========================================================================
   
HOW TO SECTION

========================================================================== */ 

.howto_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
	text-align: center;
}


.howto_title_box{
padding-bottom: 1%;
}


.howto_ttl{
    font-size: 30px;
    color: #111111;
    font-weight: bold;
    padding-bottom: 0%;	
}


.howto_ttl_txt{
    font-size: 11px;
    color: #111111;
    font-weight: bold;
    padding-bottom: 3%;	
}

.howto_ttl_caption{
padding-bottom: 0%;
font-size: 14px;
    color: #111111;
}


.howto_section_ttl{
padding-bottom: 2%;
    font-size: 23px;
    font-weight: 600;
}

.howto_txt{
padding-bottom: 5%;
border-bottom: #cccccc 1px dotted;
margin-bottom: 7%;	
	
}

.attention{
    color: #cf2125;
    font-weight: bold;
}


.howto_img_box{
 padding-bottom: 5%;
}


@media screen and (max-width: 768px) {

.howto_box{
    margin-top: 0%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
/*
display: flex;
flex-direction: column;
*/
}
	
.howto_img_box{
 padding-bottom: 10%;
}
	


}

/* ==========================================================================
   
SHOP IMG SECTION

========================================================================== */ 

.shop_img_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
}
.shop_img_box_L{
width: 50%;
float: left;
display: block;
padding-bottom: 0%;
}

.shop_img_box_R{
width: 50%;
float: right;
display: block;
padding-bottom: 0%;
}


@media screen and (max-width: 768px) {

.shop_img_box{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
}	
.shop_img_box_L{
width: 100%;
display: block;

}
.shop_img_box_R{
display: none;
}	

}


/* ==========================================================================
   
SHOP IMG SECTION

========================================================================== */ 

.ban_img_box{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
	padding-left: 20%;
	padding-right: 20%;
    display: inline-block;
}
@media screen and (max-width: 768px) {

.ban_img_box{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 5%;
    padding-bottom: 15%;
	padding-left: 5%;
	padding-right: 5%;
}		

}


/* ==========================================================================
   
FOOTER SECTION

========================================================================== */ 
.contents_section_footer{
	text-align: center;
	margin-top: 0%;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 0%;
}
.logo_f{
width: 50%;	
padding-bottom: 2%;
}
.copyright {
    padding-top: 5%;
    font-size: 80%;
    width: 100%;
	color: #7d593b;
}
.btn_map{
    text-decoration: none;
    color: #272320;
    position: relative;
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-family: "ApercuMono", Andale Mono, monospaced;
	margin-top: 15%;
}



.btn_map a {
  color: #111111;
border-bottom: 1px solid #111111;
}


.btn_map a:hover {
  color: #cf2125;
border-bottom: 1px solid #cf2125;
}

.btn_map a:visited {
  color: #ff0000;
}

.btn_map a:active {
  color: #ff0000;
border-bottom: 1px solid #cf2125;
}





@media screen and (max-width:768px){
.contents_section_footer{
	text-align: center;
	margin-top: 0%;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-left: 00%;
	padding-right: 0%;
	padding-bottom: 0%;
}

.logo_f{
width: 60%;	
padding-top: 5%;
padding-bottom: 1%;
}
}	
/* ==========================================================================
   
float reset

========================================================================== */ 
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0.1px;
    clear: both;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}



/*========= ページトップのためのCSS ===============*/

/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
    z-index: 999;/*一番上に表示*/
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden; 
  transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  /*改行禁止*/
    white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:20px;}
      50%{bottom:25px;}
     100%{bottom:20px;}
 }cf2125
/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
	z-index: 999;/*一番上に表示*/
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #cf2125;
  text-transform: uppercase;
  font-size:0.9rem;
    display: block;
	z-index: 999;/*一番上に表示*/
}

/*スクロールリンクの形状*/

.js-scroll a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background:#cf2125;
	z-index: 999;/*一番上に表示*/
}

.js-scroll a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -6px;
    width: 1px;
    height: 20px;
    background:#cf2125;
    transform: skewX(-31deg);
	z-index: 999;/*一番上に表示*/
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before{
  right:-11px;
}

/*ページトップリンクの形状*/

.js-pagetop a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background:#cf2125;
}

.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background:#cf2125;
    transform: skewX(31deg);
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
  right:0;
}
/*========= スクロールダウンのためのCSS ===============*/
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown_top{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
	z-index: 9;/*一番上に表示*/
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown_top span{
    /*描画位置*/
  position: absolute;
	z-index: 999;/*一番上に表示*/
  left:-15px;
  top: -15px;
    /*テキストの形状*/
  color: #cf2125;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown_top::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background:#cf2125;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
display: block;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0d0a16;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}
.fade {
animation-name: fadeInAnime;/*1で解説*/
animation-fill-mode:forwards;/*2で解説*/
animation-duration:3s;/*3で解説*/
animation-iteration-count:1;/*4で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.5s;/*6で解説*/
animation-direction:normal;/*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.scfade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.scfadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #12260f;
  z-index: 9999999;
  text-align:center;
  color:#fff;
	opacity: 1;/*はじめは透過0に*/
}
#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
  z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
  left: 0;
    transform: scaleX(0);
    /*background-color: #0d0a16;/*伸びる背景色の設定*/
  animation-name:PageAnime;
  animation-duration:1.2s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
}

@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container2{
  opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container2{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}





/* ==========================================================================
   
   floating banner

========================================================================== */




.floating {
  position: fixed;
  right: 0px;
  top: 37%;
	z-index: 999;
}
.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}

.floating img{
width: 50%;
padding-bottom: 10px;
}


.floating p{
 /*ãƒ†ã‚­ã‚¹ãƒˆã®åŸºç‚¹ã¨ã™ã‚‹ãŸã‚relativeã‚’æŒ‡å®š*/
	position: relative;
	    text-align: center;
	display: block;
writing-mode: vertical-rl;
    text-decoration: none;
	 color: #7d593b;
	font-size: 11px;
}



.floating_r {
  position: fixed;
  right: 0px;
  top: 18%;
	z-index: 999;
}
.floating_r a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}

.floating_r img{
width: 50%;
padding-bottom: 10px;
}


.floating_r p{
 /*ãƒ†ã‚­ã‚¹ãƒˆã®åŸºç‚¹ã¨ã™ã‚‹ãŸã‚relativeã‚’æŒ‡å®š*/
	position: relative;
	    text-align: center;
	display: block;
writing-mode: vertical-rl;
    text-decoration: none;
	 color: #7d593b;
	font-size: 11px;
}




@media screen and (max-width: 738px) {

	
	

.floating {
  position: fixed;
  right: 0px;
    top: 36%;
	z-index: 999;
}
.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}
	
	
	
.floating_r{
  position: fixed;
  right: 0px;
    top: 13%;
	z-index: 999;
}
.floating_r a{
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}	
	


}





/* ==========================================================================
   
   #ƒtƒ[ƒeƒBƒ“ƒOƒoƒi[‚Å‚·B

   ========================================================================== */




.anchor-trigger {
    display: inline-block;
    position: absolute;
    width: 390px;
    bottom: 50px;
    right: 10px;
    z-index: 1;
}


.floatingw {
display: none;
}


.floatingw {
  position: fixed;
  right: 0px;
  bottom: 0px;
z-index: 999;
display: block;
background-color: #020605;
opacity: 0.9;
width: 100%;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}

.floatingw img{
width: 100%;
}	

.floatingw a {
  display: block;
  padding: 0px;
  text-decoration: none;
color: #7d593b;
}


.floatingw p a:hover{
color: #999999;
}

.floatingw p{
color: #7d593b;
border: #7d593b 1px solid;
display: inline-block;
padding-left: 100px;
padding-right: 100px;
padding-top: 1%;
padding-bottom: 1%;
	}	



@media screen and (max-width: 738px) {

	
	

.floatingw {
  position: fixed;
  right: 0px;
  bottom: 0px;
z-index: 999;
display: block;
background-color: #020605;
opacity: 0.9;
width: 100%;
text-align: center;
padding-top: 4%;
padding-bottom: 4%;
}

.floatingw img{
width: 100%;
}	

.floatingw a {
  display: block;
  padding: 0px;
  text-decoration: none;

}
	
.floatingw p a:hover{
  color: #5EBDCB;
  border: #5EBDCB;
}	
	
	

.floatingw p{
color: #7d593b;
border: #7d593b 1px solid;
display: inline-block;
padding-left: 50px;
padding-right: 50px;
padding-top: 2%;
padding-bottom: 2%;
	}	
	
	
.floating_L {
    width: 50%;
    float: left;
	display: block;
}

.floating_R {
    width: 50%;
    float: right;
	display: block;
}
	

#topcontrol{
	display: none;
	z-index: 1;
	}	
	
	
	
}




