﻿
/* ---------- 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');

:root{
    --font-jp: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
     --font-en: "Cormorant","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{
    font-family: var(--font-en);
}


/* ---------- color ---------- */
.linkStyle{color: #31312f;transition: opacity .3s;text-decoration: underline;}
.linkStyle:hover{opacity: 0.7}

:root {
    --normal_color: #333333;
    --color1: #31312f; /* メインカラー */
    --color2: #e6e6e6; /* サブカラー */
    --color3: #c6a61d; /* アクセントカラー1*/
    --color4: #c9baa9; /* アクセントカラー2*/
}
.txt{
	color: var(--normal_color);
}

.top_title_color{
    background-color: #393939!important;
}
.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);
}


/* ---------- 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;
}


/* ---------- top ---------- */
#main_img{background: none!important;height: 100vh!important;}
#main_img:before{
    background-color: rgb(255 255 255 / 0%);
}
.txt_anim4 {
	overflow: hidden;
	line-height: 0.7;
	font-size: 40px;
	color: #424242;
}
.txt_anim4 span.d_inline_b {
	overflow: hidden;
	height: 1em;
	line-height: 1;
}
.txt_anim4 span:not(.d_inline_b) {
	display: inline-block;
	line-height: 1;
	transition: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0,.64,.29,.99);
	transform-origin: top;
	transform: translateY(1em) rotate(10deg);
}
.txt_anim4 span.start {
	transform: none;
}

.fv_font1 {
    color: #000;
    font-size: max(1.5vw,24px);
    top: 27%;
    left: 3.7%;
    position: absolute;
}
.fv_font2, .fv_font3 {
    color: #000;
    font-size: max(6vw, 78px);
    top: 30%;
    left: 3.7%;
    position: absolute;
    line-height: 0.8;
}
.fv_font3{
    top: 39%;
    position: relative;
}
/*.fv_font3::before{
    content: "";
    position: absolute;
    left: 18%;
    top: 59%;
    transform: translateY(-50%);
    width: 15%;
    height: 1px;
    background-color: var(--color1);
    display: block;
}*/
.fv_font3::before {
    content: "";
    position: absolute;
    left: 18%;
    top: 59%;
    transform: translateY(-50%);
    width: 0; /* 初期幅を0に */
    height: 1px;
    background-color: var(--color1);
    display: block;
    transition: width 0.8s ease-out;
}
.fv_font3.line-animate::before {
    width: 15%; /* 最終的な幅 */
}
.fv_txt1{
    width: 36%;
    left: 3.5vw;
    bottom: 55vh;
}
.fv_txt2{
    width: 20%;
    left: 45.5vw;
    bottom: 12vh;
}
.item1 {
    width: 35%;
    height: 32%;
    left: 53px;
    bottom: 10%;
}
.item2{
    width: 20%;
    height: 47%;
    left: 44.9%;
    bottom: 40%;
}
.item3{
    width: 31%;
    height: 76%;
    left: 69.9%;
    bottom: 2.5%;
}

.num {
    font-size: 44px;
}
#contents .con_title, .intro_title1, .cms_title h3, #page_title .jp {
    font-weight: 500;
}
.top_title .slash:before, .top_title .slash:after, .modal_title1{
    display: none;
}

#contents .con_title {
    font-size: 40px;
}
.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%;
}
}



/* ---------- under ---------- */
#cms_2-g .cate_title {
    line-height: 1.3;
}
main.blur {
    background: rgb(255 255 255 / 88%)!important;
}
#page8 .line_bnr {
    width: min(90%,500px);
}

/* ---------- 1490px ---------- */
@media screen and (max-width: 1490px){
#linkBox .titleBox {
    top: auto;
    bottom: 15%;
}
}
/* ---------- 1400px ---------- */
@media screen and (max-width: 1400px){
.fv_txt2 {
    width: 25%;
    left: 42.5%;
    bottom: 12%;
}
}
@media screen and (max-width: 1290px) {
#pc_nav {
    display: none;
}
}

/* ---------- tablet ---------- */
@media screen and (max-width: 768px){
#wrap{
    min-width: 100%;
}
.fv_font1 {
    font-size: 3.2vw;
    top: 28%;
}
.fv_font2,.fv_font3 {
    font-size: 10.55vw;
    width: 42vw;
    left: 4.5vw;
    top: 31%;
    width: 100%;
    z-index: 2;
}
.fv_font3{
    top: 38%;
}
.fv_txt2 {
    width: 51vw;
    left: 4.5vw;
    bottom: auto;
    top: 50%;
}
.item1 {
    width: 34%;
    height: 22%;
    left: 0;
    bottom: 9%;
}
.item2 {
    width: 33vw;
    height: 39vh;
    left: 66.9vw;
    bottom: auto;
    top: 94px;
}
.item3 {
    width: 40vw;
    height: 38vh;
    left: 62.9vw;
    bottom: 2.5vh;
}
.top #logo img {
    max-width: 350px;
}
header.scr_header #logo img,header #logo img{
    max-width: 350px!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, .close-trigger{
    top: 59%!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;
}
#loading .kvArea .img_box img {
    max-width: 200px!important;
}
#loading_logo {
    top: 46%;
}
.menu-trigger, .close-trigger {
    top: 73%!important;
}
header{
    background-color: rgb(255 255 255 / 89%) !important;
}
header #logo img {
    max-width: 219px!important;
}
header.scr_header #logo img{
    max-width: 219px!important;
}
#main_img .scr {
    margin-bottom: -3px;
}
.fv_font1 {
    font-size: 5.2vw;
    top: 46.5%;
    left: 5.7vw;
}
.fv_font2, .fv_font3 {
    font-size: 15.8vw;
    top: 49.5%;
    font-weight: 500;
}
.fv_font3{
    top: 56%;
}
.fv_txt2 {
    width: 78vw;
    top: 66%;
    left: 7.5vw;
}
.item1 {
    width: 91vw;
    height: 22vh;
    left: 0;
    bottom: -15px;
}
.item2 {
    width: 32vw;
    height: 23vh;
    left: 58.9vw;
    bottom: auto;
    top: 12%;
    /* top: auto; */
    /* bottom: 0; */
}
.item3 {
    width: 51vw;
    height: 34vh;
    bottom: auto;
    top: 73px;
    left: 0;
    right: 0;
}
#page_title_img .scroll {
    bottom: -50px;
}
/*.item3 {
    width: 51vw;
    height: 28vh;
    bottom: auto;
    top: 73px;
    left: 0;
    right: 0;
}*/
/*#main_img .scr{
    color: #333;
}
.scroll_d > span{
    background-color: rgb(0 0 0 / 50%);
}*/
#contents .con_title {
    font-size: 29px;
}
.num {
    font-size: 30px;
}

}







