﻿@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500&family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');


body{font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;}
html {font-size: 18px;}
.font_14 {font-size: 16px;}
.sab{color:#adaba8;}
.width_44per{width: 44%!important;}


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #cfa93f;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #fff;}
.txt_white{color: #fff;}
.txt_red{color: red;}
.txt_color1{color: #cfa93f} /* メインカラー */
.txt_color2{color: #e6e6e6} /* サブカラー */
.txt_color3{color: #DCDDDD} /* アクセントカラー1 */
.txt_color4{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_white,#wrap{background: linear-gradient(142deg, #171611, #171611,#464646);} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #cfa93f} /* メインカラー */
.bg_color2{background-color: #e6e6e6} /* サブカラー */
.bg_color3{background-color: #8a8a87} /* アクセントカラー1 */
.bg_color4{background-color: #c9baa9} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #cfa93f}
.border_color2{border-color: #e6e6e6}
.border_color3{border-color: #DCDDDD}
.border_color4{border-color: #c9baa9}

/* hover_color */
.hvr_txt_color_nomal:hover{color: #fff;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #cfa93f} /* メインカラー */
.hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.hvr_txt_color3:hover{color: #DCDDDD} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #cfa93f} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e6e6e6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #DCDDDD} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

.hvr_border_color1:hover{border-color: #cfa93f}
.hvr_border_color2:hover{border-color: #e6e6e6}
.hvr_border_color3:hover{border-color: #DCDDDD}
.hvr_border_color4:hover{border-color: #c9baa9}

#fakeloader,#copyright{background-color: #171611!important}
.info_txt .txt_color1{color: #fff!important;}
/*#intro h2::before,.info_box h2.info_title::before{
	color: transparent!important;
	background: repeating-linear-gradient(0deg, #757575 0.1em, #9E9E9E 0.2em, #E8E8E8 0.3em, #9E9E9E 0.4em, #757575 0.5em); 
	-webkit-background-clip: text;
}*/
#page-top a{background: linear-gradient(45deg, #cfa93f 0%, #cfa93f 45%, #dcc279 70%, #d4a233 85%, #B67B03 90% 100%);}
#info{background: linear-gradient(142deg, #171611, #171611,#464646);padding-bottom: 50px;padding-top: 100px;}
.info_box{background: none}
main.pd_b-50px,.info_box{padding-bottom: 0;}
#bottom_menu{margin: 0;}
.top_cms_wrap{background-color: #171611;padding-top: 100px;}
#top_cms{margin-top: 0;}


/* 動画 ---------------------------------------------------------------------------------------------*/
#video{height: 96vh}
#main_img{max-height: inherit;position: relative;}
#main_img::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 10;
	background-color: rgba(0,0,0,0.05);
}
#main_img .top_scroll{
	left: 50%;
	bottom: 50px;
	z-index: 100;
	transform: translateX(-50%);
	width: 50%;
	text-align: center;
}
#main_img .top_scroll .scroll_txt {
    letter-spacing: 2px;
	font-family: 'Tangerine', cursive;
    font-size: 49px;
	display: none;
}
#main_img .top_scroll img{animation: scrollanim 2.5s linear infinite;width: 63px;}

@keyframes scrollanim {
	0%   { transform: rotateY(0deg);bottom: 50px; }
	50% { transform: rotateY(360deg);bottom: 40px; }
	100%   { transform: rotateY(0deg);bottom: 50px; }
}


/* ヘッダー ---------------------------------------------------------------------------------------------*/
header #header #header_menu{width: 81%!important;}
header .logo,header #header #header_menu li{transition: all .3s;border-color: #cfa93f!important;}
header.transform #header #header_menu li{border-color: #cfa93f!important;}
header{background: rgba(0,0,0,0.58);padding-bottom: 15px;}
header #header #header_menu li a span{color: #ffffff!important;}
header #header #header_menu li a:hover span{color: #cfa93f!important;}
header.transform{background: linear-gradient(to bottom, #3e3e3e, rgba(245,245,245,0));}

#logo{padding-top: 12px;width: 19%!important;}
header .logo{width: 100%;text-align: left;}
header.transform .logo{width: 90%!important;}


/* top ---------------------------------------------------------------------------------------------*/
#intro_txt{
	padding-top: 120px;
	padding-bottom: 110px;
}
#intro h2{font-size: 27px;position: relative;padding-top: 85px;padding-bottom: 15px;margin-bottom: 60px;}
#intro h2::before {
    display: block;
    content: "Introduction";
    position: absolute;
    top: -31px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    color: #828282;
    font-size: 69px;
    font-family: 'Great Vibes', serif!important;
}
#intro h2::after{
	display: inline-block;
	content: "";
	width: 40px;
	height: 1px;
	background: #cfa93f;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#intro h2 span{border: none;}
#intro_txt p{line-height: 1.8}
#intro{padding-bottom: 0}
.intro_img{
	width: 44%;
    margin: 70px auto 0;
}


#contents{
	background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
}
#contents .box_wrap{
	background-color: rgba(0,0,0,0.68);
    padding-top: 80px;
}
#contents .box{
	max-width: 1280px;
    margin: auto;
}
#contents h3{font-size: 27px;color: #cfa93f;font-weight: bold}



/* 他 ---------------------------------------------------------------------------------------------*/
.more a{color: #828282;}
.top_cms_box h2{
	position: relative;
	font-size: 28px;
	text-align: center;
    /* border-bottom: 1px solid #d1ae4a; */
    border-top: 1px solid #d1ae4a;
    padding-bottom: 23px;
    padding-top: 34px;
    margin-bottom: 45px;
}
.top_cms_box h2 .sab{line-height: 0;display: block;}
.top_cms_box h2::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 3px;
    background: #92782e;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
}

footer .bg-mask{background: #171611!important;}
#info_title_box .info_title{display: none}

.info_box h2.info_title{font-size: 30px;position: relative;padding-top: 85px;padding-bottom: 15px;margin-bottom: 50px;}
.info_box h2.info_title::before {
    display: block;
    content: "Information";
    position: absolute;
    top: -31px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    color: #828282;
    font-size: 69px;
    font-family: 'Great Vibes', serif!important;
}
.info_box h2.info_title::after{
	display: inline-block;
	content: "";
	width: 40px;
	height: 1px;
	background: #cfa93f;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#bottom_menu{
	padding: 15px;
    background-color: #171611;
}

#page_title #filter_white{background-color: rgba(10,9,1,0.51)!important;padding-top: 215px!important;}
#page_title h2 span{background-color: rgba(255, 255, 255, 0)!important;font-weight: normal}
.cate_list li a{border-left: 1px solid #dcdddd;padding-left: 15px;}
.svg_box,.svg_box2 svg{display: none!important}
#logo2{width: 275px;}


/* cms ---------------------------------------------------------------------------------------------*/
#cms_2-c .cate_box{
	background: linear-gradient(135deg, rgba(227,227,227,0.11) 0%, rgba(93,104,116,0.16) 100%);
	padding-bottom: 0;
    margin: 0 0 30px;
}
#cms_5-a .cate .cate_title {
    background-color: #171611;
    border-bottom: 2px solid #cfa93f;
}
#cms_5-c .box_title1 {padding-left: 42px;}
#cms_5-c .box_title1::before {
    content: "";
    width: 15px;
    height: 15px;
    background: linear-gradient(45deg, #cfa93f 0%, #cfa93f 45%, #dcc279 70%, #d4a233 85%, #B67B03 90% 100%);
    transform: rotate(45deg) skew(8deg, 8deg);
    top: 17px;
}
#cms_5-c .box_txt1::before{display: none}


/* IE */
@media all and (-ms-high-contrast: none){
#main_img::before{
	background-repeat: no-repeat;
	background-size: cover;
}
#cms_5-c .cate_title{padding-bottom: 2px;}
header #header #header_menu li:last-child a span{padding-top: 4px;padding-bottom: 7px;margin-top: 5px;}
.more a{padding-top: 5px;}
#info_title_box .info_title span{padding: 11px 40px 12px;}
#page_title h2 span{padding-top: 15px;}
#intro,#info_title_box{background-position: center!important;background-repeat: no-repeat!important;background-attachment: fixed!important;}
/*#intro h2::before, .info_box h2.info_title::before {
    content: "";
    background-image: url(../dup/img/txt1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 60%;
    height: 100px;
    top: 5px;
    opacity: 0.3;
}
.info_box h2.info_title::before{background-image: url(../dup/img/txt2.png);}*/
#page-top a,#cms_5-c .box_title1::before{
	background: rgb(208,153,41);
	background: linear-gradient(45deg, rgba(208,153,41,1) 0%, rgba(218,144,8,1) 21%, rgba(220,194,121,1) 62%, rgba(208,153,41,1) 90%, rgba(182,123,3,1) 100%);
}
#cms_5-c .box_title1::before{TOP: 15px;}
}
/* IE タブレット以下 */
@media all and (-ms-high-contrast: none) and (max-width: 768px){
#intro,#info_title_box{background-position: center!important;background-repeat: no-repeat!important;background-attachment: scroll!important;}
}
/* Edge */
@supports (-ms-ime-align: auto) {
#intro,#info_title_box{background-position: center!important;background-repeat: no-repeat!important;background-attachment: fixed!important;}
}
/* Edge タブレット以下 */
@media all and (max-width: 768px){
@supports (-ms-ime-align:auto){
#intro,#info_title_box{background-position: center!important;background-repeat: no-repeat!important;background-attachment: scroll!important;}
}
}


/* ---------- 1288 ---------- */
@media screen and (max-width: 1288px){
#header .font_14 {
    font-size: 14px;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header #header #header_menu,#logo {width: 37%!important;padding-left: 25px;}
	
/* --ハンバーガー表示 -- */
header #header #header_menu{display: none}
.menu_bt{display: block;padding-top: 9px;}

.drawer-hamburger {
    display: inline-block;
}
.drawer-hamburger {
    transform: translateY(6px);
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: rgb(255, 255, 255)!important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: rgb(255, 255, 255)!important;
}
.drawer-menu li{margin-bottom: 15px;font-size: 16px;}
.drawer-open .drawer-hamburger-icon{background-color:transparent!important;}

	
#video{height: auto;}
#video{height: 50vh;}/*動画来たら消す*/
.video{transform: none;width: 100%!important}
#contents figure a::before{width: 96px;}
.logo {width: 290px}
#logo{margin-bottom: 16px;}
#page_title #filter_white {padding-top: 146px!important;}
#page_title #filter_white h2{padding-top: 26px;}

#intro h2,.info_box h2.info_title{font-size: 25px;padding-top: 70px;}
#intro h2::before,.info_box h2.info_title::before{font-size: 77px;}
.font_14_tb {font-size: 16px;}
#contents .box_wrap{background-color: #171611;padding-top: 50px;padding-bottom: 30px;}
#contents h3{font-size: 21px;}
.top_cms_box h2 {
    font-size: 25px;
    margin-bottom: 23px;
}
}


/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){

.width_44per{margin: 3%;}

.font_14_tb {font-size: 15px;}
.font_14 {font-size: 14px;}
	
.menu_bt{padding-top: 0;}
header #header #header_menu, #logo{padding-left: 12px;width: 50%!important;}
header.transform .logo{width: 100%!important;}
header {
    background: rgba(0,0,0,0.58)!important;
    padding-bottom: 2px;
}
	
#main_img{margin-top: 77px;}
#video {height: auto;}
header.transform .logo {width: 94px;}
.drawer-hamburger{transform: translateY(6px);}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{background-color: rgb(255, 255, 255)!important;}
.drawer-open .drawer-hamburger-icon {background-color: transparent!important;}

#intro #intro_txt{padding-top: 66px;}
#intro h2{font-size: 18px;padding-top: 52px;margin-bottom: 43px;}
#intro h2::before, .info_box h2.info_title::before{font-size: 50px;}
#intro h2 span{line-height: 2;}
.intro_img{
	width: 90%;
    margin: 50px auto 0;
}
	
#contents .box_wrap{padding-top: 0;}
#contents h3{font-size: 20px;}
#contents figure a::before{width: 64px;}
#contents .grid_11{width: 100%!important;}

.top_cms_wrap{padding: 0}
#top_cms{
	padding-left: 15px;
    padding-right: 15px;
}
.top_cms_box h2{
	font-size: 20px;
	}
.info_box h2.info_title {
    font-size: 20px;
    padding-top: 30px;
}
#logo2{
	width: 230px;
	padding-right: 33px;
}
.over_hide > .bg_color1,.width_max_tb.width_100per{background-color: #171611;}

#info #map{order: 2;}
#info .info_txt{text-align: center;order: 1;}

#page_title #filter_white {padding-top: 103px!important;}
#page_title #filter_white h2{font-size: 20px;}
#cms_5-c .box_title1{padding-left: 29px;}
}










