﻿@charset "utf-8";
/* CSS Document */

/***　font　***/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Noto+Sans+JP:wght@400;700&display=swap');

body, .font_sans-seri{
	font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body{
	line-height: 2
}
h2, h3, h4, h5, h6{
	line-height: 1.5
}

/***　全ページ　***/

*:focus {
	outline:none;
}
html, body{
	font-size: 16px;
}
body{
	-webkit-text-size-adjust: 100%;
}
#wrap{
	transition: 0.5s;
	transition-property: opacity
}
#wrap.fadeout{
	opacity: 0;
}

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;
}

textarea{overflow: auto}

.hvr_trans:hover{
	filter: blur(2px)
}

#page_top{
	pointer-events: none;
    z-index: 1;
    transform: translateY(100%) rotate(90deg);
    transform-origin: top right;
    right: 30px;
    bottom: -20px;
}
#page_top.active{
	pointer-events: auto;
	opacity: 1;
	bottom: -5px
}
#page_top:hover{
	bottom: 0
}

/**** cursor ****/

.cursor{
    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 10001;
    transition: 0.3s;
    transition-property: opacity, transform;
    pointer-events: none;
}
.cursor.active{
    transform: scale(6);
    opacity: 0.2!important;
}

/**** fade ****/

.fadein .fade_box{
	transition: 1s;
	opacity: 0;
	filter: blur(5px);
	transition-property: opacity, filter, transform
}
.fadein .fade_box.fade-left{
	transform: translateX(-20px)
}
.fadein .fade_box.fade-right{
	transform: translateX(20px)
}
.fadein .fade_box.fade-bottom{
	transform: translateY(20px)
}
.fadein .fade_box.active{
	opacity: 1;
	filter: none;
	transform: none
}

/***　ヘッダー　***/

#logo{
	top: 30px;
	left: 30px;
	z-index: 2
}

#top_menu{
	top: 40px;
	right: 40px;
	z-index: 2
}
#pc_nav{
	top: 65px;
	right: 100px;
	transform: translateY(-50%);
	opacity: 1;
	background: var(--color1);
	pointer-events: all;
}
#pc_nav.trans{
	transform: translateY(-50%) translateX(10px);
	opacity: 0;
	pointer-events: none
}
#menu_bt{
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 3;
	background-color: var(--color3);
}
#menu_bt .close_txt{
	pointer-events: none;
	transform: rotate(90deg);
	transform-origin: left;
	top: 40px;
	left: 50%;
}
#menu_bt.active .close_txt{
	top: 50px;
	opacity: 1
}
#menu_bt span{
	width: 20px;
	height: 1px;
	transition-timing-function: cubic-bezier(0,.43,.1,1);
	transition-property: width, top, transform, background-color;
}
#menu_bt:hover span{
	width: 30px
}
#menu_bt span.top{
	top: 42%
}
#menu_bt span.bottom{
	top: 57%
}
#menu_bt.active span{
	background-color: #fff!important;
	width: 20px!important;
	top: 50%
}
#menu_bt.active span.top{
	transform: translate(-50%, -50%) rotate(45deg)
}
#menu_bt.active span.bottom{
	transform: translate(-50%, -50%) rotate(-45deg)
}

#menu_nav{
	top: 0;
	left: 0;
	pointer-events: none;
	transform: scale(0.95);
	transition-property: opacity, transform;
	z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
#menu_nav > div{
	overflow-y: auto
}
#menu_nav.active{
	pointer-events: auto;
	opacity: 1;
	transform: none
}
#menu_nav #nav_logo{
	top: 50px;
	left: 50px
}
#menu_nav .main_page_link li{
	transform: translateX(-20px);
	opacity: 0;
	filter: blur(5px);
	transition: 0.5s;
	transition-property: transform, opacity, filter
}
#menu_nav .main_page_link li.active{
	transform: none;
	opacity: 1;
	filter: none
}

#head_contact{
    top: 100px;
    right: 40px;
    height: 48px;
    line-height: 48px;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right top;
}
#head_contact a{
	transition: color 0.3s;
}
#head_contact a::before{
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: calc(100% - 60px);
	top: 0;
	bottom: 0;
	margin: auto;
	transition: width 0.3s;
	background-color: currentColor;
}
#head_contact a:hover::before{
	width: 40px;
}
#head_contact a .contact_title{
	z-index: 1;
}

/***　フッター　***/

footer{
	z-index: 1
}

/***　index　***/

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

#loading{
	z-index: 3;
	top: 0;
	left: 0;
}
#loading .loading_logo.active{
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.2);
	filter: blur(5px)
}

#main_img{
	z-index: 1
}
#main_img .swiper-slide-active .slide-img, #main_img .swiper-slide-duplicate-active .slide-img, #main_img .swiper-slide-prev .slide-img{
	animation: zoomUp 7s linear 1 normal both;  
}
#main_img .swiper-pagination{
    width: auto;
    bottom: 30px;
    left: auto;
    right: 50px;
	transform: translateX(50%);
	z-index: 2
}
#main_img .swiper-pagination-bullet{
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	opacity: 1!important;
	background-color: transparent!important;
	transition: 0s;
	border-radius: 0;
}
#main_img .swiper-pagination-bullet::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 1px #fff;
	background-color: transparent;
	border-radius: 50%;
	transition: 0.3s;
}
#main_img .swiper-pagination-bullet-active::before{
	background-color: #fff
}

#main_img .main_txt{
	z-index: 1;
	filter: blur(5px);
	transform: translate(-50%, -50%) scale(1.05);
	transition: 1.5s;
	transition-property: opacity, filter, transform
}
#main_img .main_txt.active{
	opacity: 1;
	filter: none;
	transform: translate(-50%, -50%)
}
#main_img .main_txt h2{
	font-size: 80px;
}

#main_img .sns_links{
	bottom: 140px;
    right: 50px;
	transform: translateX(50%);
	z-index: 1
}

.main_wrap{
	z-index: 1
}

.con_no::before{
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: currentColor
}

.more span.d_inline_b{
	cursor: pointer
}
.more span.d_inline_b::before, .more a::before{
	position: absolute;
	content: "";
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: solid 1px currentColor;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: 0.3s;
	transition-property: transform, background-color, opacity
}
.more span.d_inline_b:hover::before, .more a:hover::before{
	transform: translateY(-50%) scale(1.4);
	background-color: currentColor;
	opacity: 0.1
}
.more span.d_inline_b .top, .more span.d_inline_b .bottom, .more a .top, .more a .bottom{
	transform-origin: left;
}
.more span.d_inline_b .bottom, .more a .bottom{
	transform: rotate(10deg);
	left: 0;
	top: 1em;
}
.more span.d_inline_b:hover .top, .more a:hover .top{
	transform: translateY(-1em) rotate(-10deg);
	opacity: 0
}
.more span.d_inline_b:hover .bottom, .more a:hover .bottom{
	transform: none;
	top: 0;
	opacity: 1
}

.modal_box{
	top: 0;
	left: 0;
	pointer-events: none;
	transform: scale(0.95);
	transition-property: opacity, transform;
	z-index: 3;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.modal_box > div{
	overflow-y: auto
}
.modal_box.active{
	pointer-events: auto;
	opacity: 1;
	transform: none
}
.modal_box .close{
	top: 30px;
	right: 30px;
	cursor: pointer
}

#top_intro .intro_img{
	margin-top: -70px
}
#top_intro .con_no{
    transform: translate(100%, -100%) rotate(90deg);
    transform-origin: left bottom;
    top: 0;
    right: -10px;
    color: var(--color1);
}
#top_intro .intro_title1{
	height: 400px
}
#top_intro .intro_title2{
	width: 400px;
    transform: translate(100%, -100%) rotate(90deg);
    transform-origin: left bottom;
    top: 0;
    right: -10px;
}

#top_con .top_about{
	top: 0;
	left: 0;
	z-index: 1;
}
#top_con .con_about{
	font-size: 110px;
	transform: translateY(-100%) rotate(90deg);
	transform-origin: left bottom;
	top: 70px;
	left: 40px;
	pointer-events: none;
	line-height: 0.8;
	letter-spacing: 5px;
	width: 700px;
	color: var(--black);
}
#top_con .number::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	top: 0;
	left: -50px;
	background-color: currentColor
}
#top_con .modal_bt{
	cursor: pointer
}
#top_con .modal_bt:hover .con_img{
	transform: translate(-50%, -50%) scale(1.05);
	opacity: 0.4;
	filter: blur(3px)
}

#top_link{
	margin-top: -1px
}
#top_link .top_link_title{
	font-size: 80px;
}
#top_link .top_link_img{
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0
}
#top_link .top_link_img.luxy-el{
	min-height: 150%;
}

#cms1_box .cms1_title_border{
	width: 40px;
	height: 3px
}

#top_cms .cms_box .cms_title p::before{
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: currentColor
}

#top_info .contact_bt a{
	border-radius: 50px
}
#top_info .con_no{
	top: 20px;
	left: 20px
}

/***　under_page　***/

#page_title .page_title_box span{
	display: inline-block;
	transition: 1s;
	opacity: 0;
	filter: blur(5px);
	transform: translate(-5px, 20px) skewY(10deg);
	transform-origin: top left;
	transition-property: opacity, filter, transform
}
#page_title .page_title_box span.active{
	opacity: 1;
	filter: none;
	transform: none
}
#page_title .page_title_border{
	width: 0;
	height: 2px;
	transform: none!important;
	transition-property: opacity, filter, width!important
}
#page_title .page_title_border.active{
	width: 50px
}

#page_list li:not(:last-of-type){
	padding-right: 20px;
}
#page_list li:not(:last-of-type)::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-top: solid 1px;
	border-right: solid 1px;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	transform: rotate(45deg);
	opacity: 0.4;
}
#page_list .home_icon .icon_line{
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 5px;
}

.cate_list li, .cate_list li a{
	max-width: 100%;
	box-sizing: border-box
}

.pager li{
	margin: 0!important
}

/***　page07　***/

#page07 #map iframe{
	width: 100%!important;
	height: 400px;
	display: block;
}

/***　page10　***/

#page10 .more a::before{
	display: none
}
#page10 .more a .page10_border{
	width: 20px;
	height: 1px;
	left: 0;
	bottom: -1px
}
#page10 .more a:hover .page10_border{
	width: 100%;
}

.float_right{
	float: right
}
.float_left{
	float: left
}
.float_clear{
	float: none
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}

/*ここからFirefox用環境の設定
---------------------------------------------------------------------------*/
@-moz-document url-prefix() {
/*#top_intro .intro_title2 {*/
/*	right: -50px;*/
/*}*/
}

/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
#logo{
	top: 10px;
	left: 10px;
	background-color: var(--white);
}

#menu_bt:hover span{
	width: 20px
}
.hvr_trans:hover{
	filter: none;
	opacity: 1
}
#main_img{
	height: 100vw
}
#main_img .main_txt h2, #top_link .top_link_title{
	font-size: 60px
}
#top_intro .intro_img, #top_intro .intro_title_wrap, #top_intro .more{
	opacity: 1;
	filter: none;
	transform: none
}
#top_intro .intro_title1{
	height: 340px;
}
#top_intro .intro_title2{
	width: 300px
}
#top_con .con_about {
    font-size: 80px;
    top: 30px;
    left: 20px;
}
#top_con .number::before {
    left: -30px;
}
#top_cms .cms_box .cms_title p::before{
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
}
.more span.d_inline_b::before, .more a::before{
	width: 100%;
	height: 100%;
	border-radius: 0;
	top: -1px;
	transform: none!important;
}
.more span.d_inline_b:hover::before, .more a:hover::before{
	background-color: transparent;
	opacity: 1
}
.more span.d_inline_b .bottom, .more a .bottom{
	display: none
}
#page10 .more a .bottom{
	display: block;
	transform: none
}
.more span.d_inline_b:hover .top, .more a:hover .top{
	transform: none;
	opacity: 1
}
	
.pager li:not(.prev):not(.next){
	display: none;
}
#page10 .more a .page10_border{
	width: 100%;
}

.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){
#page_top{
    right: 20px;
}
#logo{
	top: 5px;
	left: 5px;
	background-color: var(--white);
	width: 110px;
}

#top_menu{
	top: 5px;
	right: 10px;
}
#menu_nav #nav_logo{
	top: 30px;
	left: 30px
}
#main_img .main_txt h2, #top_link .top_link_title{
	font-size: 30px
}
#head_contact{
    top: auto;
	left: 0;
    right: 0;
	bottom: 0;
	margin: auto;
    height: 50px;
    line-height: 50px;
    transform: none;
}
#head_contact a{
	color: #fff!important;
}
#head_contact a::before{
	width: 100%!important;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	left: 0;
	z-index: 1;
}
.modal_box .close{
	top: 20px;
	right: 10px;
}
#top_intro .intro_img{
	margin-top: -50px;
	height: 60vw
}
#top_intro .con_no {
    transform: rotate(90deg);
    transform-origin: left bottom;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 10px;
}
#top_intro .intro_title1 {
    height: inherit;
    letter-spacing: 2px;
}
#top_intro .intro_title2 {
    width: auto;
	transform: none
}
#top_con .con_about {
    font-size: 50px;
    transform: none;
}
#top_con::before {
    width: 70%;
    height: auto;
    left: 0;
    bottom: 0;
    top: 120px;
}
footer{
	padding-bottom: 70px!important;
}

.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;
}
}