﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@500&family=Shippori+Mincho:wght@500&display=swap');

body, .font_serif{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.con_title, .cate_title, .box_title, .box_title1, .date, a[href^="tel:"], .sub_cate_title, .page9 h3, .cate_list li a{
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#sp_nav, #contents4, #top_cms .cms_title, .more, #top_info .con_title, #page-top, #copyright, #page_title, .con_no, .main_title, #pc_nav_h, #foot_nav, .cms_4-a .cate_item{
    font-family: 'Cormorant', 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}



/*** cursor ***/

.follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 40px;
	height: 40px;
	z-index: 10001;
	transition: 0.3s;
	opacity: 0.6;
	border: solid 1px #777;
	background-color: transparent;
	box-sizing: border-box;
	transition-property: transform, background-color, border
}
.follower.is-active{
	background-color: #a58a1c;
	border: solid 1px #a58a1c;
	opacity: 0.4;
	transform: scale(1.5);
}

/******/

.fade_title, #page_title h2, #page_title p{
    overflow: hidden;
}
.fade_title span, #page_title h2 span, #page_title p span{
    transition: 0.5s;
    opacity: 0;
    transition-property: transform, opacity;
    display: inline-block;
    transform: translateY(1.5em);
}
.fade_title span.active, #page_title h2 span.active, #page_title p span.active{
    opacity: 1;
    transform: translateY(0);
}

.font_bold{
    font-weight: normal;
}

#loading_bg{
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10002;
}
#loading img {
    max-width: 250px;
}

body, .txt_color_nomal{
    color: #333!important;
}
.txt_shadow-l, .txt_shadow-b, .txt_shadow, .txt_shadow_h{
    text-shadow: none;
}

#sp_nav nav li a{
    color: #fff!important;
}
#pc_nav{
    display: none;
}

header{
    height: inherit!important;
    position: relative;
}
#header{
    background-image: none;
    background-color: transparent;
    transition: 0.5s;
    transition-property: background-color;
    height: inherit;
    padding: 30px;
    top: 0;
}
#header.trans{
    background-color: rgba(68,68,68,0.8);
}
h1 img.width_auto{
    width: 250px!important;
    height: inherit;
}
header .menu_stick{
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .menu_stick span{
    border-width: 1px;
}
header .menu_stick.stick_trans span:last-child{
    margin: 0;
}
#pc_nav_h{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
#sp_nav .grid_3{
    opacity: 0.6;
}

main{
    transform: none;
}
.index main{
    margin-top: 100vh!important;
    position: relative;
    background-color: #444444;
    z-index: 1;
}

#main_img{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
#main_img .main_title{
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    transform-origin: right bottom;
    line-height: 1.2;
    transition: 2s;
    transition-property: bottom right transform;
}
#main_img .main_title.trans{
    bottom: 20px;
    right: 20px;
    transform: scale(0.5) translate(0);
}
#main_img .main_title.trans span{
    display: inline-block;
}
#main_img .main_title.trans span:nth-of-type(1), #main_img .main_title.trans span:nth-of-type(6){
    animation: anime1 2s linear;
}
#main_img .main_title.trans span:nth-of-type(9), #main_img .main_title.trans span:nth-of-type(3){
    animation: anime2 2.3s linear;
}
#main_img .main_title.trans span:nth-of-type(8), #main_img .main_title.trans span:nth-of-type(12){
    animation: anime3 2.5s linear;
}
#main_img .main_title.trans span:nth-of-type(2), #main_img .main_title.trans span:nth-of-type(11){
    animation: anime4 2.6s linear;
}
#main_img .main_title.trans span:nth-of-type(5), #main_img .main_title.trans span:nth-of-type(7){
    animation: anime5 2.2s linear;
}
#main_img .main_title.trans span:nth-of-type(4), #main_img .main_title.trans span:nth-of-type(10){
    animation: anime6 2.4s linear;
}
@keyframes anime1 {
    0%  {transform: rotateX(0) rotateY(0) translate(0);}
    50% {transform: rotateX(-180deg) translate(300px, 200px);}
    100%{transform: rotateX(-360deg) translate(0);}
}
@keyframes anime2 {
    0%  {transform: rotateX(0) rotateY(0) translate(0);}
    50% {transform: rotateX(120deg) rotateY(100deg) translate(-100px, 200px);}
    100%{transform: rotateX(360deg) rotateY(360deg) translate(0);}
}
@keyframes anime3 {
    0%  {transform: rotateX(0) rotateY(0) translate(0);}
    50% {transform: rotateX(-130deg) rotateY(150deg) translate(150px, -250px);}
    100%{transform: rotateX(-360deg) rotateY(360deg) translate(0);}
}
@keyframes anime4 {
    0%  {transform: rotateX(0) rotateY(0) translate(0);}
    50% {transform: rotateX(150deg) translate(250px, -150px);}
    100%{transform: rotateX(360deg) translate(0);}
}
@keyframes anime5 {
    0%  {transform: rotateX(0) rotateY(0) translate(0);}
    50% {transform: rotateX(140deg) rotateY(-130deg) translate(-200px, -200px);}
    100%{transform: rotateX(360deg) rotateY(-360deg) translate(0);}
}
@keyframes anime6 {
    0%  {transform: rotateX(0) rotateY(0) translate(0);}
    50% {transform: rotateX(-100deg) translate(-250px, 150px);}
    100%{transform: rotateX(-360deg) translate(0);}
}

.con_title{
    padding: 0;
}
.con_box::before{
    display: none;
}

#contents1{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1400px;
    position: relative;
    z-index: 1;
}
#contents1::before{
    position: absolute;
    content: "";
    left: 0;
    top: 70px;
    width: 100%;
    height: 75px;
    background-image: url(./Dup/img/bg_img2.png);
    background-size: auto 100%;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: repeat-x;
    animation: anime7 30s linear infinite
}
@keyframes anime7 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}
#contents1 .grid_5, #top_info .grid_5{
    padding-top: 0;
    margin-top: 100px;
}
#contents1 .con_title{
    font-size: 28px;
    margin-bottom: 30px;
}
#contents1 .con_box{
    background-color: #fff;
}
#contents1 .con_no::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    left: -50px;
    top: 0;
    background-color: #ba9e2b;
}

#contents2, #contents3{
    color: #fff;
}
#contents2 .con_box, #contents3 .con_box{
    padding: 100px;
    background-image: none!important;
    background-color: rgba(68,68,68,0.6);
}
#contents2, #contents3, #contents2 .con_box, #contents3 .con_box, #contents2 .con_box > .d_table, #contents3 .con_box > .d_table{
    height: inherit;
    min-height: inherit;
}
#contents2 .con_title, #contents3 .con_title{
    font-size: 24px;
    text-align: center;
}

#contents4{
    padding: 50px;
    max-width: 100%;
}
#contents4 a{
    width: calc(50% - 25px);
}
#contents4 p.font_8up{
    font-size: 40px;
    letter-spacing: 5px;
}

#top_cms, #under_page{
    background-color: #f9f9f9;
}
#top_cms{
    padding: 0;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1400px;
}
#top_cms .cms_box{
    padding: 100px 20px;
    margin: 0;
    max-width: 100%;
    border-bottom: solid 1px #333;
}
#top_cms .cms_box:first-of-type{
    padding-left: 0;
    padding-right: 0;
}
#top_cms .cms_title{
    text-align: center;
    padding-top: 0;
    color: #fff;
}
.cms_title::before{
    display: none;
}
#top_cms .cms_title h2, #page_title h2{
    font-size: 50px;
    line-height: 1;
    letter-spacing: 5px;
}
#top_cms .cms_title p, #page_title p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
}
#top_cms .more a{
    background-color: transparent;
    color: #fff;
    transition: 0.3s;
    z-index: 1;
}
.more a::after{
    display: none;
}
#top_cms .more a:hover{
    background-color: #665f5f;
    color: #ba9e2b;
}
#top_cms .more a::before{
    background-image: linear-gradient(150deg, #efe39a, #ba9e2b, #9a8726);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    z-index: -1;
}
#top_cms .more a:hover::before{
    opacity: 0;
    width: 100%;
}
#under_page .more a{
    background-color: #fff;
    color: #ba9e2b;
}
#under_page .more a:hover{
    background-color: #665f5f;
}
#under_page .more a::before{
    display: none;
}

.cms_4-a .cate_w a{
    height: 300px;
}
.cms_4-a .cate_w a:hover .bg_img{
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1.1);
}
.cms_5-b .cate_box .open_bt .box_title1::before{
    color: #fff!important;
}

#under_page{
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
}
#under_page .under_box{
    max-width: 1280px;
    top: 0;
    padding: 100px 20px;
    margin: 0 auto;
    background-color: transparent;
}

.pager li a{
    background-color: #BA9E2B;
    border: solid 1px #BA9E2B!important;
    box-sizing: border-box!important;
}
.pager li.prev a, .pager li.next a{
    width: 80px!important;
}
.pager li:not(.prev):not(.next) a {
    background-color: transparent;
    border: solid 1px #BA9E2B!important;
    color: #BA9E2B;
}
.pager li a:hover, .pager li:not(.prev):not(.next) a:hover{
    background-color: #444444;
    border: solid 1px #444444!important;
    color: #fff;
}

.cate_list{
    border-color: #e0e0e0;
}
.cate_list li {
    width: auto;
    margin-bottom: 10px;
    padding: 0 5px;
}
.cate_list li::before{
    display: none;
}
.cate_list li a{
    padding: 5px 15px;
    background-color: #444;
    transition: 0.5s;
    font-size: 14px;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 30px;
	text-align: center;
	padding-bottom: 30px!important;
	margin-bottom: 50px;
	color: #444;
	font-weight: normal;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #ba9e2b;
}

#page_title{
    color: #fff;
    background-color: #444;
    text-align: center;
}

#cms_4-b .box_item{
    cursor: pointer;
}
#cms_4-b .open{
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(68,68,68,0.9);
    overflow: hidden;
    overflow-y: auto;
}
#cms_4-b .open .close{
    top: 12px;
    right: 20px;
    cursor: pointer;
}
#cms_4-b .img_wrap figure{
    transition-property: opacity;
}

.page9 .border_color2, .page9 h3{
    border-color: #e0e0e0;
}
.page9 h3{
    color: #333;
}

#top_info .grid_5{
    color: #fff;
}

footer{
    color: #fff!important;
}
#footer .con_img{
    background-color: #444;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.follower{display: none;}
#main_img{
    height: 70vw;
}
header .scroll_d{
    display: none;
}
#header {
    padding: 15px;
}
h1 img.width_auto {
    width: 180px!important;
}
header .menu_stick{
    right: 20px;
}
#sp_nav nav{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.index main{
    margin-top: 70vw!important;
}
#contents1::before{
    z-index: 1;
}
#contents1 .con_box, #top_info .con_box{
    padding: 50px;
}
#contents1 .grid_5, #top_info .grid_5{
    margin-top: 0;
}
#contents1 .con_no::before {
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
}
#top_cms .cms_title h2, #page_title h2{
    font-size: 40px;
    letter-spacing: 4px;
}
#top_cms .cms_title p, #page_title p{
    font-size: 16px;
}
#contents4{
    padding: 0;
}
#contents4 a{
    width: 50%;
}
#contents4 a::before{
    display: none;
}
#contents4 p.font_8up {
    font-size: 30px;
}
.cms_4-a .cate_w a{
    height: 200px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#loading img {
    max-width: 150px;
}

#contents1{
    padding-top: 100px;
}
#contents1::before{
    top: 60px;
    height: 60px;
    animation: anime8 30s linear infinite
}
#contents1 .con_box, #top_info .con_box{
    padding: 50px 20px;
}
#contents1 .con_title{
    font-size: 22px;
}
#contents2 .con_title, #contents3 .con_title{
    font-size: 20px;
}
#contents2 .con_box, #contents3 .con_box{
    padding: 50px 20px;
}
#top_cms .cms_box{
    padding: 50px 20px;
}
#top_cms .cms_title h2, #page_title h2{
    font-size: 30px;
    letter-spacing: 3px;
}
.cate_list li {
    width: 100%;
    padding: 0;
}
.cate_title{
	font-size: 24px;
}
#contents4 a {
    width: 100%;
    margin-bottom: 0;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.tel_bt{
    padding-top: 10px;
}
.more a{
    padding-top: 20px;
}
.sitemap_box .more a{
    line-height: 80px;
}
}

@keyframes anime8 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -800px;
    }
}