﻿@charset "utf-8";
/* CSS Document */

#wrap{
	    overflow: hidden;
}
/*-------------------------------------------------------
					メインイメージ
-------------------------------------------------------*/
.catch {
	font-size:-webkit-calc(1rem + 18px);
	font-size : calc(1rem + 18px);
}
.catch span{
	display: inline-block;
	transition: all 0.5s;
	opacity: 0;
}

.main_img_wrap .main_bg{
    background-color: #000;
    position: fixed!important;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
}
.main_img_wrap .main_bg .main_img{
	position: fixed!important;
    top: 0;
    width: 100%;
    height: 100vh!important;
    z-index: -1;
	transition:1s;
	transition-duration: 1;
}
.main_img.scroll_opa{
	opacity: 0.3;
}
.main_img_wrap .catch {
	left: 50%;
	transform: translate(-50%,-50%);
	top: 45vh; 
	top: -webkit-calc(50vh - 95px); 
    top: calc(50vh - 95px);
}


/*-------------------------------------------------------
					INTRO
-------------------------------------------------------*/
.intro{
	padding-top: 88vh;
	padding-bottom: 150px;
}



/*-------------------------------------------------------
					NEWS
-------------------------------------------------------*/
.news .box_wrap{
        flex-wrap: wrap;
    display: flex;
}

.news a{
	width: 23%;
	margin-right: 2%;
	
}
.news a:last-child{
	margin-right: 0%;
}
.news .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news .box .box_item{
	padding: 15px 10px;
}
.news .box .more{
	padding: 5px 0;
}



/*-------------------------------------------------------
					MENU
-------------------------------------------------------*/
.menu .box{
	height: 25vh;
}
.menu .box figure{
	  overflow: hidden;
}
.menu .box figure img{
	height: 25vh;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.menu .box figure img{
	-webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.menu .box:hover figure img{
	-webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.menu .box_item {
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.40);

}
.menu  .box_item .box_title span{
	font-size: -webkit-calc(1rem + 25px);
    font-size: calc(1rem + 25px);
}



/*-------------------------------------------------------
					ABOUT
-------------------------------------------------------*/

/*--- contents_wrap ------------------------------------*/
#contents_wrap {
	width: 100%!important;
	z-index: 3;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#contents_wrap .bg_container {
	position: relative;
    width: 100%;
    height: 100vh;
/*	padding: 10vh 0;*/
	box-sizing: border-box;
	overflow: hidden;
}
#contents_wrap h2 {
    padding-bottom: 8vh;
    line-height: 42px;
    text-align: left;
    width: 80%;
    margin: auto;
	margin-left: 12%; 
	margin-left: -webkit-calc(10% + 40px);
    margin-left: calc(10% + 40px);
    z-index: 9;
    top: 20%;
    color: #A3874E;
}
#contents_wrap .title_wrap{z-index: 1}
#contents_wrap .con_item{
	z-index: -1;
	min-width: 150px;
	width: 25%;
}
#contents_wrap .con_txt .box_txt1 {
    margin-top: 4vh;
    max-height: 40vh;
    overflow: auto;
	position: relative;
	z-index: 4;
}



/* contents box anim */
#contents_wrap .tab_content .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	z-index: 1;
}
#contents_wrap .tab_content .box.active{z-index: 3;}
#contents_wrap .tab_content .box .con_txt .title_wrap,
#contents_wrap .tab_content .box .con_txt .box_txt1 {
	opacity: 0;
	transition: all 0.5s .15s;
	transform: translateY(30px);
    transition-timing-function: cubic-bezier(0,0,0,1);
}
#contents_wrap .tab_content .box .con_img {
	opacity: 0;
	top: 100%;
    left: 0%;
    transform: translateY(-50%) ;
    -webkit- transform: translateY(-50%);
}
#contents_wrap .tab_content .box.active .con_txt .title_wrap,
#contents_wrap .tab_content .box.active .con_txt .box_txt1 {
	opacity: 1!important;
	transform: translateY(0);
    transition-duration: 1s;
    transition-delay: .5s;
}
#contents_wrap .tab_content .box.active .con_img {
	opacity: 1!important;
	transition-duration: 1s;
    transition-delay: .5s;
	top: 100%;
    left: 0%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%) ;
}


#contents_wrap .tab_content .box.active .con_txt .title_wrap,
#contents_wrap .tab_content .box.active .con_txt .box_txt1{
    transition-delay: .65s;
}

/* tab_buttons */
#tab_buttons {
	display: flex;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
}
#tab_buttons .stepber {
    position: relative;
    width: 1px;
    height: 44.64vh;
}
#tab_buttons .stepber ul li {
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
	border-radius: 50%;
    border: 1px solid #63636d;
}
#tab_buttons .stepber ul li:first-child {
    top: 0;
}
#tab_buttons .stepber ul li:nth-child(2) {
    top: 100px;
}
#tab_buttons .stepber ul li:nth-child(3) {
    top: 200px;
}
#tab_buttons .stepber ul li:nth-child(4) {
    top: 75%;
}
#tab_buttons .stepber ul li:before {
    content: "";
    display: block;
    position: absolute;
}
#tab_buttons .stepber ul li span.no {
    position: relative;
    top: -1px;
    z-index: 3;
}
#tab_buttons .stepber ul li span.before{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%,-50%) scale(0);
}
#tab_buttons .stepber ul li span.no, #tab_buttons .stepber ul li span.before {
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) .02s;
}
#tab_buttons .stepber ul li span.active{
	color: #fff;
}
#tab_buttons .stepber ul li span.active.before{
	opacity: 1;
	transform: translate(-50%,-50%) scale(1.3);
}


#contents_wrap .tab_content .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 80%;
	margin: auto;
	z-index: 1;display: table;
	 height: 100vh;
}
.con_txt{
	display: table-cell;
    vertical-align: middle;
}
.con_img{
	right: -10%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#contents1 .con_txt .box_txt1{
	max-width: 550px;
}
#contents1 .con_img img{
	right: -10%;
    height: 90vh;
    width: auto;
}
#contents2 .con_img img{
    height: 100vh;
    width: auto;
    right: -10%;
}
#contents3 .con_img img{
	height: 100vh;
    width: auto;
    right: -10%;
}
#contents_wrap .con_img img {
    bottom: 0;
    
    margin-left: auto;
    position: absolute;
}
#contents3 .fa-check-square:before {
    color: #A3874E;
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
    padding-right: 10px;
}

/*-------------------------------------------------------
				モーダル 
-------------------------------------------------------*/
#contents_wrap .modal_bt{
	cursor: pointer;
    margin-left: 12%;
    margin-left: -webkit-calc(10% + 40px);
    margin-left: calc(10% + 40px);
    z-index: 9;
    bottom: 20%;
    /* color: #a48e4d; */
    position: absolute;
	background-color: #000;
    color: #fff;
    padding: 5px 30px;
}
#contents_wrap .modal_bt,#contents_wrap .modal_bt.con1_hide  {
	opacity: 0;
	transition: all 0.5s .15s;
	transform: translateY(30px);
    transition-timing-function: cubic-bezier(0,0,0,1);
}
#contents_wrap .modal_bt.con1_show {
	opacity: 1!important;
	transform: translateY(0);
    transition-duration: 1s;
    transition-delay: .5s;
    transition-delay: .65s;
}
#contents_box .modal_bt{
    background-color: #d4bf8d;
    width: 300px;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
#contents_wrap .modal_bg{
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 9998;
}
#contents_wrap .modal_box{
	max-height: 90%;overflow-y: auto;z-index: 9999;
	padding-left: 5%;
	padding-right: 5%;
	background-color: rgba(0, 0, 0,0.8);
	    color: #fff;
}
#contents_wrap .modal_box .close_bt{
	cursor: pointer;
}
#contents_wrap .modal_box .close_bt img{
	 width: 20px;
}
#contents_wrap .modal_box .close_bt_top{
    color: #fff;
    top: 10px;
    display: inline-block;
    text-align: right;
    margin: auto;
    position: fixed;
    top: 20px;
    right: 20px;
}
/*-------------------------------------------------------
					BEFORE&AFTER
-------------------------------------------------------*/
.ba .box{
	margin-right: 1%;
}
.ba .box:last-child{
	margin-right: 0%;	
}
.ba .box:before ,.ba .modal_box:before{
    content: '';
	position: absolute;
    width: 35px;
    height: 35px;
	background-color: rgba(245 ,245, 245 ,0.7);
	border: 1px solid #A3874E;
    border-radius: 50%;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.ba .box:after,.ba .modal_box:after {
    content: '';
	position: absolute;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #A3874E;
    border-right: solid 2px #A3874E;
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    top:  50%;;
    left: calc(50% - 1px);
    z-index: 2;
}
.ba .box .box_item p {
    z-index: 2;
    padding: 3px 0;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.ba .box figure img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.ba .box figure img:hover{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);	
}

/*-------------------------------------------------------
					BEFORE&AFTER
-------------------------------------------------------*/


.ba .modal_box:before{
	background-color: rgba(245 ,245, 245 ,0.9);
}

.ba .modal_box:before{
    width: 30px;
    height: 30px;
}

.ba .modal_box:after {
    width: 10px;
    height: 10px;
}

/*-------------------------------------------------------
				モーダル 
-------------------------------------------------------*/
.ba .modal_bt{cursor: pointer;}

.ba .modal_bg{
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 9998;
}
.ba .modal_box{
	max-height: 90%;overflow-y: auto;z-index: 9999;
	padding-left: 5%;
	padding-right: 5%;
	background-color: rgba(0 ,0 ,0 ,0.7);
}
.ba .modal_bg figure{
	max-width: 200px;
    margin: auto;
}
.ba .modal_box .close_bt{
	cursor: pointer;
}
.ba .modal_box .close_bt img{
	 width: 20px;
}
.ba .modal_box .close_bt_top{
    color: #fff;
    top: 10px;
    display: inline-block;
    text-align: right;
    margin: auto;
    position: fixed;
    top: 20px;
    right: 20px;
}
/*-------------------------------------------------------
				　　漫画
-------------------------------------------------------*/
.manga{
    width: 80%;
    margin: auto;
    margin-top: 80px;
    max-width: 700px;
}

/*ここからIE用（）環境の設定
---------------------------------------------------------------------------*/
@media all and (-ms-high-contrast:none) {
#contents_wrap .tab_content .box {
	left: 10%;
}
}
	
/*ここから（1400px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1400px){
#contents1 .con_img img {
    height: auto;
    width: 68%;
}	
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/*-------------------------------------------------------
					メインイメージ
-------------------------------------------------------*/
.main_img_wrap .catch {
    width: 90%;
    letter-spacing: 5px;
    font-size: -webkit-calc(1rem + 15px);
    font-size: calc(1rem + 15px);
}
.intro {
    width: 90%;
    margin: auto;
}
/*-------------------------------------------------------
					ABOUT
-------------------------------------------------------*/
#contents_wrap .bg_container{padding: 150px 0;overflow: visible;height: 100%;}
#contents_wrap .contents_inner{padding: 0 5%;}
#contents_wrap .con_img{padding-right: 0}
#contents_wrap h2{padding-bottom: 60px;}
#contents_wrap .con_txt P{max-height: 100%;overflow: scroll;}
#tab_buttons{display: none!important}
#contents_wrap .tab_content .box{display: flex!important;position: static;opacity: 1!important}
#contents_wrap .tab_content .box .con_img, #contents_wrap .tab_content .box .con_txt .title_wrap, #contents_wrap .tab_content .box .con_txt p{
	opacity: 1!important;
	 transform: translateY(0px);
	}
#contents_wrap .tab_content .box:last-of-type{padding-bottom: 0}
#contents_wrap .bg_container {
    padding: 70px 0 0;
}
#contents_wrap .tab_content .box .con_txt .title_wrap, #contents_wrap .tab_content .box .con_txt p {
   
}
.con_img {
	position: relative;
}

.bg_container {
    padding: 70px 0 0;
}
#contents_wrap .contents_inner {
    padding: 0;
}
#contents_wrap h2 {
    padding-bottom: 50px;
    position: relative;
}
#contents_wrap .tab_content .box {
    flex-direction: column-reverse;
	width: 100%;
	height: auto;
    padding-bottom: 0px;
}
#contents_wrap .con_txt {
    /*background-color: rgba(164, 142 ,77 ,0.8);*/
	    background-color: #A3874E;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 20px;
    padding: 50px 50px 50px;
	display: block;
}
#contents_wrap .tab_content .box .con_img {
    top: auto;
	    bottom: 0;
    left: 0%;
    width: 100%;
	height: 100%;
    text-align: center;
	transform: translateY(0%);
    -webkit- transform: translateY(0%);
}
#contents_wrap .con_img img {
    bottom: 0;
    margin-left: auto;
    position: relative;
}
#contents1 .con_img img {
	right: auto;
    height: auto;
    width: 80%;
}
#contents1 .con_txt .box_txt1 {
    max-width: auto;
}

#contents2 .con_img img {
    height: auto;
	
    right: 0%;
    width: 100%;
}
#contents3 .con_img img {
    right: 0%;
    height: auto;
    width: 100%;
}
#contents3 .fa-check-square:before {
	color: #fff;
}
#contents_wrap .tab_content .box .con_txt .title_wrap, #contents_wrap .tab_content .box .con_txt .box_txt1 {
    transform: translateY(0px);
}
	/*-------------------------------------------------------
					BEFORE&AFTER
-------------------------------------------------------*/
.ba .box figure img:hover{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);	
}
.ba .box figure img:active{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);	
}
}

/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
    header .logo{
            filter: drop-shadow(1px 1px 4px rgba(222, 223 ,218 ,0.8));
    }
.main_img_wrap .catch {
    width: 90%;
	font-size: -webkit-calc(1rem + 5px);
    font-size: calc(1rem + 5px);
   
}
/*-------------------------------------------------------
					NEWS
-------------------------------------------------------*/
.news:before {
    height: 10%;
}
.news a {
    width: 90%;
       margin: auto;
    margin-bottom: 25px;
}
.news a:last-child {
    margin-bottom: 0px;
    margin-right: auto;
}

/*-------------------------------------------------------
					MENU
-------------------------------------------------------*/
.menu .box_item div.posi_center{
    width: 100%;
    
}
.menu .box_item .box_title span {
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
}
#contents_wrap h2 {
    margin: auto;
    text-align: center;
}
	
#contents_wrap .con_txt {
    padding: 50px 34px 50px;
}	
#contents_wrap #contents1 .con_txt{
    padding: 50px 34px 80px;
}
#contents_wrap .con_txt .box_txt1 {
    max-height: 100vh!important;
}
#contents_wrap .modal_bt {
        opacity: 1!important;
    margin-left: 50%;
    margin-left: 50%;
    margin-left: 50%;
    transform: translateY(30px) translateX(-50%)!important;
    width: 40%;
    text-align: center;
    top: 780px;
    bottom: auto;
    position: absolute;
}
	/*-------------------------------------------------------
					BEFORE&AFTER
-------------------------------------------------------*/
.ba .box{
	width:49%!important;
}
.ba .box:nth-child(2n){
    margin-right: 0%;
}
.ba .box:before {
    width: 28px;
	height: 28px;
}	
.ba .box .box_item p {
    padding: 2px 0;
}
/*-------------------------------------------------------
				　　漫画
-------------------------------------------------------*/
.manga {
    width: 90%;
}
}