﻿@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Shippori+Mincho+B1:wght@500&display=swap');

body, .font_sans-seri, .en_font{
    font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#top_cms .top_cms_box .top_cms_title p, #menu_wrap nav ul li a .title2, #contents_links .box_wrap .box a p span, #contents_links .box_wrap .box a div span, #contents h3, a[href^="tel:"], #page_title > div p, .pager, #page10 .box a > div p, #intro .intro_title, #intro #intro_box #intro_txt h3::after{
    font-family: 'Cinzel', 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font_bold{
    font-weight: normal;
}

h1::after, #page07 .box_wrap .box::after{
    display: none;
}

#video{
    z-index: -1;
    top: 0;
    left: 0;
}

#header .sns_links{
    position: absolute;
    top: 0;
    right: 0;
}
#header h1{
    position: absolute;
    width: 200px!important;
    left: 0;
    top: 0;
}
.index #header h1{
    width: 250px!important;
    height: auto!important;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
}
h1 img{
    width: 100%;
}

#main_nav{
    padding: 0;
    width: 100%;
}
#menu_wrap::after, #loader::after{
    background-image: none!important;
    background-color: #3f1409!important
}
#main_nav ul{
    background-image: linear-gradient(to right, #3f1409, #5b220f, #3f1409);
    justify-content: center;
}
#main_nav ul::before, #main_nav ul::after{
    display: none;
}
#main_nav ul li a{
    font-size: 16px;
    letter-spacing: 2px;
}
#main_nav ul li a:hover {
    transform: none;
    opacity: 0.5;
}
#menu_wrap nav ul li a{
    transition: 0.3s;
}
#menu_wrap nav ul li a:hover{
    opacity: 0.6;
}
#menu_wrap nav ul li a .title1{
    display: inline-block;
    margin-right: 20px;
}
#menu_wrap nav ul li a .title2{
    position: static;
    display: inline-block;
    font-size: 14px;
    opacity: 0.6;
    letter-spacing: 3px;
}

main, #intro #intro_box::after{
    background-color: #f9f6f2!important;
}
#wrap:not(.index) main, .index_top_cms{
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 600px;
}

#main_img::before{
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 92px;
    border: solid 1px #fff;
    pointer-events: none;
    z-index: 3;
}
#main_img::after{
    display: none;
}
#main_img h2::before{
    display: none;
}
#main_img .main_title{
    opacity: 0;
    filter: blur(5px);
    padding-top: 20px;
    transition: 1s;
    transition-property: opacity, filter, padding-top;
}
#main_img .main_title.active{
    opacity: 1;
    filter: none;
    padding-top: 0;
}

#intro #intro_txt{
    background-image: linear-gradient(to right bottom, #3f1409, #5b220f, #3f1409);
}
#intro .intro_top{
    background-image: url('./Dup/img/bg_img1.png'), url('./Dup/img/bg_img2.png');
    background-size: 400px;
    background-position: top right, bottom left;
    background-repeat: no-repeat;
}
#intro .intro_title{
    background-image: url(./Dup/img/intro_title.png);
    background-size: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 120px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#intro .intro_title::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: currentColor;
    margin: auto;
}
#intro #intro_box{
    background-image: url('./Dup/img/bg_img4.png');
    background-size: 600px;
}
#intro #intro_box #intro_txt h3::after{
    content: "INTRODUCTION"!important;
    letter-spacing: 5px;
    font-size: 40px;
}

#contents_links .box_wrap .box{
    border-color: #f9f6f2!important;
}
#contents_links .box_wrap .box a h4{
    border: none;
}

#contents{
    background-color: #3f1409;
    margin-bottom: 0;
}
#contents::before{
    height: calc(100% + 2px);
    top: -1px;
    background-image: url('./Dup/img/bg_img5.png'), url('./Dup/img/bg_img6.png');
    background-size: 100% 50px;
    background-repeat: no-repeat;
    background-position: top, bottom;
    opacity: 1;
}
#contents::after{
    opacity: 0.6;
    background-attachment: fixed
}
#contents h3{
    font-size: 50px;
    text-align: center;
    letter-spacing: 10px;
    margin-bottom: 50px;
}
#contents div{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 50px;
    border: none!important;
    border-left: none!important;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
}
#contents div::after{
    display: none;
}
#contents div h4 {
    width: 30%;
    padding-right: 50px;
    box-sizing: border-box;
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
}
#contents div p{
    width: 70%;
    padding-left: 50px;
    border-left: solid 1px #fff;
    box-sizing: border-box;
}

#top_cms .top_cms_box .top_cms_title{
    text-align: center;
}
#top_cms .top_cms_box .top_cms_title p{
    opacity: 1;
    margin-top: 20px;
    font-size: 50px;
    padding-top: 20px;
    position: relative;
    left: 0;
    bottom: 0;
}
#top_cms .top_cms_box .top_cms_title p::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: currentColor;
}
#top_cms .top_cms_box .more a::after{
    background-color: #5b220f;
}

#page_title{
    padding-bottom: 0;
    padding-top: 200px;
}
#page_title::after{
    background-image: none!important;
    background-color: #3f1409;
    opacity: 0.4;
}
#page_title > div p{
    position: static;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}
#page_title > div p::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: currentColor;
}
#page_title.active > div p{
    opacity: 1;
}

#page07 .box_wrap .box{
    opacity: 1;
}

#page10 .box a{
    color: #3f1409;
}
#page10 .box a:hover{
    color: #808000;
}
#page10 .box a::after{
    display: none;
}
#page10 .box a > div{
    padding-top: 0;
}
#page10 .box a > div h3{
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
}
#page10 .box a > div p{
    position: static;
    display: inline-block;
    font-size: 16px;
    opacity: 0.6;
    letter-spacing: 3px;
}

#footer::after{
    background-color: #3f1409!important;
    opacity: 1!important;
}

.top_banner{
    top: 120px;
    right: 20px;
    width: 70px;
    z-index: 90;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#header h1{
    width: 150px!important;
}
.index #header h1{
    top: 30px;
    width: 200px!important;
}
#main_img, #video{
    height: 60vw!important;
    padding-top: 0;
    padding-bottom: 0;
    min-height: inherit;
}
#main_img::before{
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
#main_img .main_title{
    top: 70%!important;
}
#contents::before{
    background-size: 100% 5vw;
}
#contents::after{
    background-attachment: scroll
}
#contents h3 {
    font-size: 40px;
    letter-spacing: 8px;
    margin-bottom: 50px;
}
#contents div h4 {
    width: 100%;
    padding-right: 0;
    text-align: center;
}
#contents div p{
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: solid 1px #fff;
    padding-top: 50px;
}
#page_title{
    padding-bottom: 80px;
    padding-top: 150px;
}
#page10 .box a{
    border-bottom: solid 1px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#header h1{
    width: 100px!important;
    padding: 10px;
}
.index #header h1{
    width: 150px!important;
}
#main_img, #video{
    height: 100vw!important;
}
#menu_wrap nav ul li a{
    padding: 20px 20px 10px;
}
#menu_wrap nav ul li a .title2{
    display: block;
}

#intro .intro_top{
    background-size: 300px;
}
#intro #intro_box #intro_img{
    margin-bottom: 0;
}
#intro h3{
    font-size: 26px;
}
#intro #intro_box{
    padding-bottom: 100px!important;
}
#intro #intro_box #intro_txt h3::after{
    font-size: 30px;
}

#contents div{
    padding: 0 30px;
}
#contents h3 {
    font-size: 30px;
    letter-spacing: 5px;
}
#contents div h4{
    font-size: 20px;
}
#top_cms .top_cms_box .top_cms_title p{
    font-size: 40px;
}
#page_title{
    padding-top: 130px;
}
#page_title > div p {
    letter-spacing: 4px;
    font-size: 28px;
}
#page10 .box a > div p{
    display: block;
    margin-top: 10px;
}
footer #footer #footer_box{
    padding-left: 20px;
    padding-right: 20px;
}
.top_banner{
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
}
.top_banner a{
    border-radius: 0;
    background-color: #C49139;
}
#footer_bottom{
    padding-bottom: 70px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#video{
    position: absolute;
    height: 100vh;
}
#contents::after{
    background-attachment: scroll
}
.other #main_nav{
    transform: translateY(15px);
}
}