﻿
/* ---------- font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

:root{
    --font-jp: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
     --font-en: "Cormorant Garamond","Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
 }
body, .font_sans-serif, .font_serif, .cate_title, .box_title, .cate_txt1 span {
    font-family: var(--font-jp)!important;
}
.font_en, .en, .font2, .slash, #intro .intro_photo h2, .fv_font2, .fv_font3,.num, #contents .con_title, .cms_title h3, .more_item .text {
    font-family: var(--font-en)!important;
    font-weight: 100!important;
}


/* ---------- color ---------- */
.linkStyle{color: #e96020;transition: opacity .3s;text-decoration: underline;}
.linkStyle:hover{opacity: 0.7}

:root {
    --normal_color: #333333;
    --color1: #31312f; /* メインカラー */
    --color2: #8b8b8b; /* サブカラー */
    --color3: #e96020; /* アクセントカラー1*/
    --color4: #d3d3d3; /* アクセントカラー2*/
}
.txt{
	color: var(--normal_color);
}

.top_title_color {
    background-color: var(--color1) !important;
    opacity: 0.5;
}
.fv_font1 span:nth-of-type(n+13):nth-of-type(-n+14){
    color: var(--color3);
}
#page8 #form_box .box input.bg_color2, #page8 #form_box .box textarea.bg_color2{
    background-color: var(--white);
}
#page8 input[type="submit"].btn:disabled.border_color2{
    border-color: var(--color1);
}
#page8 input[type="submit"].btn:disabled.bg_color2{
    background-color: var(--color1);
}
#page8 input[type="reset"].btn.txt_color2{
    color: var(--color1);
}
#page8 input[type="reset"].btn.border_color2{
    border-color: var(--color1);
}
#page8 input[type="submit"].btn.bg_color2{
    background-color: var(--color1);
}
.overlay ul.sp_tel li a, .tel_bt a, .contact_bt a{
    background-color: var(--color3);
}


/* ---------- all ---------- */
header::before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    position: absolute;
}
#loading .kvArea .img_box img {
    max-width: 262px!important;
}
#wrap, #main_img{
    min-width: 1200px;
}
.menu-trigger-bar{
    background-color: #31312f!important;
    height: 2px!important;
    margin-bottom: 9px!important;
}
.close-trigger-bar{
    height: 2px!important;
}
header.scr_header,header {
    background-color: rgb(255 255 255 / 53%) !important;
}
#pc_nav li a, #footer_nav li a {
    color: var(--color_normal);
}
#pc_nav{
    font-weight: 500;
}
.more_item::before{
    height: 1px;
}
#intro_wrap,#top_cms,#contents_wrap, #page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10 {
    background: rgb(255 255 255 / 88%)!important;
}
main.blur {
    background: none!important;
}
#logo img{
        max-width: 219px;
    padding: 10px;
}
.overlay .overlay-nav .top .jp {
    font-size: 20px!important;
}
#logo2 img{
    max-width: 200px;
}
.fix_banner{
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}
.fix_banner.scroll{
    opacity: 1;
    pointer-events: auto;
}


/* ---------- top ---------- */
#main_img{background: none!important;height: 100vh!important;}
#main_img:before{
    background-color: rgb(255 255 255 / 0%);
}
#main_img .scr{
    display: none;
}
#main_img .scroll {
    bottom: 0;
    right: 0;
    left: 0;
}

/*.fv_txt {
    width: min(90%, 1000px);
    top: 45%;
}*/
.fv_txt {
    width: min(90%, 900px);
    top: 52%;
}
.fv_txt2{
    width: min(30%, 219px);
    bottom: 3%;
    right: 2%;
}

.top_title h2{
    font-size: 22px;
}
/*.num {
    display: none;
}*/
#contents .con_title, .intro_title1,#page_title .jp {
    font-weight: 500;
}
.top_title .slash:before, .top_title .slash:after, .modal_title1{
    display: none;
}

#contents .con_title {
    /* font-size: 40px; */
    margin-bottom: 10px;
}
.slash.slash2{
    color: var(--color1);
}
.slash {
    font-weight: 500;
}

#intro .intro_photo h2{
    font-weight: 500;
}


/* linkBox */
#linkBox {
    margin: 0 auto 150px;
    width: 90%;
    max-width: 1280px;
}
#linkBox .box {
    height: 100%;
    /*overflow: hidden;*/
    overflow: visible;
    padding: 0 15px;
    position: relative;
}
#linkBox .box a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* box-shadow: 0 4px 47px rgb(0 0 0 / 6%); */
    transition: all .5s;
}
#linkBox .box a:hover {
    opacity: 0.7;
}
#linkBox .titleBox {
    /* background-color: #fff; */
    /* height: 100%; */
    width: 40%;
    width: 100%;
    display: flex;
    order: 2;
    align-items: center;
    text-align: left;
    position: relative;
    position: absolute;
    top: 80%;
    /* z-index: 7; */
    left: 0;
    right: 0;
    margin: auto;
}
#linkBox .title {
    color: #ffffff;
    margin: auto;
    width: 71%;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    /* padding: 20px; */
    /* background-color: #fff; */
    /* position: absolute; */
    top: -128px;
    left: 0;
    right: 0;
    z-index: 1;
}
#linkBox .title::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    background-color: #0177c1;
    background: #fff;
    left: 0;
    /* right: 0; */
    margin: auto;
    bottom: -10px;
}
#linkBox .sub_title {
    color: #ffffff;
    font-weight: normal;
    font-size: 15px;
}
#linkBox .obje_rectangle {
    /*width: 60%;*/
    width: 100%;
    padding-top: 144.66%;
    position: relative;
    display: flex;
    order: 1;
}
#linkBox .obje_square{
	padding-top: 100%;
    position: relative;
}
#linkBox .obje_rectangle img, .obje_square img{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
a .hvr_img_zoom {
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
a:hover .hvr_img_zoom{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
@media screen and (max-width: 768px){
#linkBox {
    width: 100%;
    margin: 0 auto 30px;
}
#linkBox .box {
    margin-bottom: 16px;
}
#linkBox .obje_rectangle {
    padding-top: 48.66%;
}
#linkBox .title{
    width: 84%;
}
#linkBox .titleBox{
    top: 69%;
    z-index: 3;
}
#linkBox .title::before {
    width: 45%;
}
#linkBox .obje_rectangle:before{
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
}
@media screen and (max-width: 667px){
#linkBox {
    width: 100%;
    margin: 0 auto 20px;
}
#linkBox .title {
    font-size: 19px;
    padding: 0;
}
#linkBox .obje_rectangle {
    padding-top: 78.66%;
}
}

#contents_wrap .modal-open span, #contents_wrap .con_txt span{
    color: var(--normal);
}
#contents_wrap .more_item::before{
    background: var(--normal);
}
#contents_wrap, #contents_wrap .txt_color3, #contents_wrap .con_txt span , #contents_wrap .slash.slash2, #contents_wrap .con_title, #contents_wrap .slash:before, #contents_wrap .slash:after{
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 1s!important;
}
#contents_wrap.in-view{
    background-color: rgb(0 0 0 / 78%)!important;
    color: #fff;
    margin-bottom: 0;
}
#contents_wrap.in-view .txt_color3, #contents_wrap.in-view .con_txt span , #contents_wrap.in-view .slash.slash2, #contents_wrap.in-view .con_title, #contents_wrap.in-view .modal-open span {
    color: #fff!important;
}
#contents_wrap.in-view .slash:before, #contents_wrap.in-view .slash:after{
    background-color: #fff!important;
}
#contents_wrap.in-view .more_item::before{
     background: #fff!important;
}
.modal-open span {
    background-color: transparent;
    border: none;
}
.fadein_up {
    transition: transform 1s ease,opacity 1.5s ease!important;
}
.cms_title h3{
    font-size: 80px;
    margin-bottom: 2px;
}



/* ---------- under ---------- */
#cms_2-g .cate_title {
    line-height: 1.3;
}
#page8 .line_bnr {
    width: min(90%,500px);
}
#page_title .en {
    display: block;
    font-size: 22px;
    top: 82px;
    left: -2px;
}
#page_title_img{
    background: url( "../img/page_bg.jpg" ) center / cover no-repeat;
}


/* ---------- 1490px ---------- */
@media screen and (max-width: 1490px){
#linkBox .titleBox {
    top: auto;
    bottom: 15%;
}
}
@media screen and (max-width: 1290px) {
#pc_nav {
    display: none;
}
}


/* ---------- tablet ---------- */
@media screen and (max-width: 768px){
#wrap, #main_img{
    min-width: 100%;
}

.top #logo img {
    max-width: 200px;
}
header.scr_header #logo img,header #logo img{
    max-width: 145px!important;
}
header.top {
    background-color: rgb(255 255 255 / 0%) !important;
}
header.top.scr_header {
    background-color: rgb(255 255 255 / 53%) !important;
}
#loading_logo {
    top: 40%;
}
.menu-trigger{
    top: 61%!important;
}
.close-trigger{
    top: 84%!important;
}
main.blur {
    background: rgb(255 255 255 / 75%) !important;
    backdrop-filter: blur(29px);
    -webkit-backdrop-filter: blur( 29px );
}
#page8 .line_bnr {
    margin-bottom: 50px;
}
}

/* ---------- mobile ---------- */
@media screen and (max-width: 667px){
html {
    font-size: 15px;
}
.fix_banner{
    opacity: 1;
    pointer-events: auto;
}
#page_title_img .scroll{
    display: none;
}
#logo2 img{
    max-width: 150px;
}
.scroll_d > span{
    display: none;
}
.overlay .overlay-nav .top .jp {
    font-size: 17px !important;
}
#loading .kvArea .img_box img {
    max-width: 200px!important;
}
#loading_logo {
    top: 46%;
}
.menu-trigger {
    top: 62%!important;
}
.close-trigger {
    top: 85% !important;
}
header{
    background-color: rgb(255 255 255 / 89%) !important;
}
header #logo img {
    max-width: 138px!important;
}
header.scr_header #logo img{
    max-width: 138px!important;
}
#main_img .scr {
    margin-bottom: -3px;
}
.fv_txt {
    width: 85%;
    top: 50%;
}
#page_title_img .scroll {
    bottom: -50px;
}

#contents .con_title {
    font-size: 29px;
}
.num {
    font-size: 30px;
}
#page_title .en {
    font-size: 12px;
    top: 52px;
    left: -12px;
}
.cms_title h3 {
    font-size: 45px;
}

}







