﻿@charset "utf-8";
/* CSS Document */

/***　全ページ　***/

*:focus {outline:none;}
::selection {
    background-color: #444444;
    color: #fff;
}
::-moz-selection {
    background-color: #444444;
    color: #fff;
}
html, body{font-size: 14px;}
body{-webkit-text-size-adjust: 100%;}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
body, .font_sans-serif{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.contact_bt, #page_top, #top_cms .cms_sub_title, .more, a[href^="tel:"], #page_title p, .con_no, .pager li a{
    font-family: 'Ibarra Real Nova', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.cms_wrap .txt_color1{
    color: #fff!important;
}
.cms_wrap .bg_color1{
    background-color: #7e7050;
}
.cms_wrap .border_color1{
    border-color: #7e7050;
}
#page_top{
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    z-index: 4;
    width: 50px;
    height: 160px;
}
#page_top a{
    width: 50px;
    height: 160px;
    box-sizing: border-box;
}
#page_top .scroll_u{
    width: 1px;
    height: 50px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#page_top .scroll_u .scroll_bar{
	animation: lineu 2s ease 0s infinite;
}
@keyframes lineu {
	0% {
		top: 50px;
		height: 0;
	}
	20% {
		top: 0;
		height: 50px;
	}
	40% {
		top: 0;
		height: 0;
	}
	100% {
		top: 0;
		height: 0;
	}
}
#page_top .scroll_block{
	width: 50px;
	height: 50px;
}
#page_top .scroll_block::before{
	width: 10px;
	height: 10px;
	right: 0;
	left: 0;
	top: 5px;
	bottom: 0;
	margin: auto;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	transform: rotate(45deg);
}

.linkStyle:hover{opacity: 0.7}
textarea{overflow: auto}

.hvr_trans:hover{
	transform: translateY(-5px)
}

.hvr_more:hover .hvr_more_span{
	transform: translateY(-5px)
}

#contents1 .con1_title::before, #top_cms .cms_box:not(:first-child)::before, #page_top .scroll_block::before{
	position: absolute;
	display: block;
	content: "";
	pointer-events: none
}

#loader{
	top: 0;
	left: 0;
	z-index: 9999;
}
#loader .loader_wrap{
	width: 200px;
	height: 200px
}
#loader .loader_wrap .loader_right, #loader .loader_wrap .loader_left{
	width: 100px;
	height: 100px;
	transform: rotate(45deg);
}
#loader .loader_wrap .loader_right{
	top: 50px;
	right: 48px
}
#loader .loader_wrap .loader_left{
	bottom: 49px;
	left: 49px
}

#page_title .page_title_bg{
	top: 0;
	left: 0
}
#page_title .page_title_gradient{
	left: 0;
	bottom: -1px;
	height: 100px;
}

/***　ヘッダー　***/

#header{
	top: 0;
	left: 0;
	z-index: 5
}

#header #logo a{
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    transform-origin: top left;
    transform: scale(1.5);
}
#header.headtrans #logo a{
    transform: scale(1);
}
#header .menu_stick{
	width: 50px;
	height: 50px;
	z-index: 7;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	box-sizing: border-box
}
#header .menu_stick span{
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.5s;
}
#header .menu_stick span:first-of-type{top: 14px}
#header .menu_stick span:last-of-type{bottom: 14px}
#header .menu_stick.stick_trans span:first-of-type,#header .menu_stick.stick_trans span:last-of-type{
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff
}
#header .menu_stick.stick_trans span:not(:first-of-type):not(:last-of-type){background-color: transparent}
#header .menu_stick.stick_trans span:first-of-type{transform: rotate(225deg)}
#header .menu_stick.stick_trans span:last-of-type{transform: rotate(-225deg)}
#header #sp_nav{
	top: 0;
	left: 0;
	z-index: 6
}

/***　フッター　***/



/***　index　***/

.main_fade1, .main_fade2{
	opacity: 0;
	transform: translateX(-10px)
}
.fadein{
	opacity: 0;
	transform: translateY(10px);
	transition: 1s;
	transition-property: opacity,transform
}
.main_fade1.fadetrans, .main_fade2.fadetrans, .fadein.fadetrans{
	opacity: 1;
	transform: none
}

.more a .more_bg{
	width: 200px;
	height: 200px;
	transform: rotate(45deg);
	right: 0;
	left: 0;
	margin: auto;
	top: -235px;
	z-index: -1;
}
.more a:hover .hvr_more_span {
    border-color: transparent;
}
.more a:hover .more_bg{
	top: -60px;   
	opacity: 0.05;
}
#main_img .main_bg{
	top: 0;
	left: 0;
	z-index: 1
}
#main_img .main_title{
    transform: translate(-50%, -50%) scale(1.1);
    filter: blur(5px);
    transition: 1.5s;
    z-index: 1;
        font-size: -webkit-calc(1rem + 25px);
    font-size: calc(1rem + 25px);
}
#main_img .main_title.active{
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
    opacity: 1;
}
#intro .intro_wrap{
    z-index: 1;
}
#intro .intro_back{
    font-size: -webkit-calc(1rem + 66px);
    font-size: calc(1rem + 66px);
    bottom: -20px;
    left: 50px;
}
#contents1 .con1_bg{
	top: 0;
	left: 0;
}
#contents1 .con1_title::before{
	width: 40px;
	height: 2px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff
}
.con_no_wrap.d_inline_b::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    transition: 1s;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    left: calc(100% + 20px);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.con_no_wrap.d_inline_b.fadetrans::before{
    width: 100px;
}

#top_cms .cms_box::before{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 1px!important;
    height: 100px!important;
    border: none!important;
    top: 0!important;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0.2;
}
#top_cms .cms_box:nth-child(odd){
    background-color: transparent;
}
#top_cms .cms_box:not(:first-child)::before{
	width: 0;
	height: 0;
	border-left: solid 20px transparent;
	border-top: solid 20px #fff;
	border-right: solid 20px transparent;
	right: 0;
	left: 0;
	top: -1px;
	margin: auto;
}
#top_cms .cms_title span{height: 2px}
#top_cms .cms_sub_title{
	left: 0;
    top: -190px;
	z-index: 1;
	overflow: hidden;
	font-size: -webkit-calc(1rem + 66px);
    font-size: calc(1rem + 66px);
    opacity: 0.05;
}
#top_cms .cms_sub_title span, #page_title p span, .fade_txt span{
    display: inline-block;
    line-height: 1;
    transition: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    transform-origin: top;
    transform: translateY(1em) rotate(10deg);
}
#top_cms .cms_sub_title span.active, #page_title p span.active, .fade_txt span.active{
    transform: none;
}
/***　pager　***/

.pager li a{
	height: 60px;
	line-height: 60px;
}
.pager li.prev a, .pager li.next a{padding: 0 20px}
.pager li:not(.prev) a,.pager li:not(.next) a{width: 60px;}

/***　下層ページ　***/
section[id^="page"]{
    padding: 100px;
}
section[id^="page"] > .contents_wrap{
    padding: 0;
    background-color: transparent;
}
#page_title{
    padding: 200px 0 150px;
}
#page_title h2 {
    z-index: 1;
}
#page_title p{
    left: 0;
    top: 190px;
    font-size: -webkit-calc(1rem + 66px);
    font-size: calc(1rem + 66px);
}

/***　page07　***/
#page07 .cate_box:last-child{border: none}


/***　page08　***/

#page08 #form_box input[type="text"],#page08 #form_box textarea{background-color: #f7f7f7}

/***　page10　***/

#page10 i{left: 10px;top: 20px}

#footer .map iframe{width: 100%; height: 100%;}

/***　IE対処　***/

@media all and (-ms-high-contrast:none) {
	#main_img .main_txt span{background: linear-gradient(to bottom, #fff 80%, rgba(255,255,255,0) 80%)}
	.pager li a{line-height: 64px}
	#page09 a{padding-top: 4px}
	#pc_nav a, .cate_list a, #footer .tel_bt a, #footer .contact_bt a{padding-top: 15px}
	.more a span.hvr_more_span, #page10 a{padding-top: 20px;}
	footer .footer_nav a, #page08 #submit input{padding-top: 25px}
}

.float_right{
	float: right
}
.float_left{
	float: left
}
.float_clear{
	float: none
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/***　全ページ　***/	
.pager li:not(.prev):not(.next){
	display: none;
}
.hvr_trans:hover{
	transform: none;
}
.hvr_more:hover .hvr_more_span{
	transform: none;
}
#loader img{
    width: 200px;
}

/***　ヘッダー　***/
#header #logo a{
    transform: scale(1);
}

/***　フッター　***/
#footer .map{height: 300px}

/***　index　***/	
#main_img{height: 60vw!important}
#main_img .main_txt_wrap{bottom: 10vw}
#main_img .main_title {
    font-size: -webkit-calc(1rem + 22px);
    font-size: calc(1rem + 22px);
}
#intro .fadein{opacity: 1;transform: none}
#intro .intro_back {
    bottom: auto;
    left: auto;
    top: 20px;
    right: 20px;
    text-align: right;
}
#intro .intro_wrap, #contents2 .con2_box, #contents3 .con3_box{
    padding: 100px 50px;
}
#contents2 .con2_img1,#contents3 .con3_img1{height: 60vw}
#intro .intro_txt, #contents1 .con1_txt, #contents2 .con2_txt, #contents3 .con3_txt{
    padding-left: 20px;
    padding-right: 20px;
}
.more a .more_bg{top: -60px}
.more a{color: #fff}
	

/***　下層ページ　***/
section[id^="page"]{
    padding: 100px 70px;
}
#page_title{
    padding: 100px 0;
}
#page_title p {
    top: 100px;
    font-size: -webkit-calc(1rem + 50px);
    font-size: calc(1rem + 50px);
}


.float_right_tb{
	float: right
}
.float_left_tb{
	float: left
}
.float_clear_tb{
	float: none
}
.clearfix_tb::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
}

/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
html, body{font-size: 14px;}
	
#page_top{
    top: auto;
    right: 0;
    width: auto;
    height: auto;
}
/*#page_top a{
    width: auto;
    height: auto;
}*/
#page_top a {
    width: 50px;
    height: 50px;
    z-index: 99;
}
#main_img .main_txt_wrap{
	bottom: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#top_cms .cms_sub_title{
	transform: none;
	top: -190px;
	left: 0;
	right: 0;
	margin: auto
}

/***　index　***/	
#main_img .main_title {
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
}
#intro .intro_back {
    font-size: -webkit-calc(1rem + 50px);
    font-size: calc(1rem + 50px);
}
#intro .intro_wrap, #contents2 .con2_box, #contents3 .con3_box{
    padding: 100px 20px;
}
#intro .intro_txt, #contents1 .con1_txt, #contents2 .con2_txt, #contents3 .con3_txt{
    padding-left: 0;
    padding-right: 0;
}
#top_cms .cms_sub_title {
    top: -170px;
    font-size: -webkit-calc(1rem + 40px);
    font-size: calc(1rem + 40px);
}
/***　下層ページ　***/
section[id^="page"]{
    padding: 100px 20px;
}
#page_title p {
    top: 80px;
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);}
#page10 i{top: 18px}


.float_right_sp{
	float: right
}
.float_left_sp{
	float: left
}
.float_clear_sp{
	float: none
}
.clearfix_sp::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
}