﻿/* font ------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');


:root{--font_NotoSans: 'Noto Sans JP',"Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif !important;}
:root{--font_zenkaku:'Zen Kaku Gothic New', "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif !important;}
:root{--font_Montserrat:'Montserrat', "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif !important;}


.con1_title,.intro_title, #contents .con_title,h3,h2,h4,h5,h6{font-family:var(--font_NotoSans);}
body, .font_sans-serif,.font_serif{font-family:var(--font_zenkaku);}
/*#top_cms p{font-family:var(--font_Montserrat)!important}*/

/* font ------------------------------------------------------------------------------*/

/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#071433;
    --color2:#ececec;
    --color3:#af5c2e;
    --color4:#f3f2ee;
    --color5:#fff0e4;
    --white:#ffffff;
    --black:#071433;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--color1);
          border-bottom:solid 1px;
}
body#body {
    background: var(--white);
}
/* color -----------------------------------------------------------------------------*/

/* ev --------------------------------------------------------------------------------*/
/* ev --------------------------------------------------------------------------------*/

/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*装飾に便利なposi_rel*/
#contents_box,#contents1,#contents2,#contents3,.con1_outer, .con2_outer, .con3_outer,.img5, .img6, .img7,div#left,div#right,div#intro_wrap,#contents2_wrap,.custom_wrap,.intro_left,.cms_title,.intro_wrap .font_bar,#contents_wrap .bg_container,#sticked,#top_cms1,#add{position: relative;}
/*装飾に便利なposi_rel*/
/*装飾に便利な疑似クラス設定*/
#main_img::before, #main_img::after, #contents_box::before, .con1_outer::after, #attach::before, .con2_outer::before,.con2_outer::after,.con3_outer::before,.con3_outer::after,#page_title .title_img::after,article .width_1280-max::before,div#contents1::before,div#contents1::after,div#contents3::before,#contents2::before,div#contents2::after,#page_title .title_img::after,.img5::before, .img6::before, .img7::before,div#left::before,div#right::before,div#intro_wrap::before,div#intro_wrap::after,#contents2_wrap::before,.custom_wrap::before,.custom_wrap::after,.font_bar::before,.intro_left::before,.intro_left::after,.cms_title::before,#body::before,#contents_wrap .bg_container::before,#sticked::before,#top_cms1::before{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}

#main_img {
    z-index: 0;
    height: 100vh;
}

#video {
    object-fit: cover;
    width: 100% ;
    height: 100vh ;
    box-sizing: border-box;
    top: 50%;
    position: absolute !important;
    transform: translate(-50%, -50%);
    left: 50%;
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


section#intro h2 {
    min-width: 400px;
    width: 20vw;
    margin-bottom: 30px;
}


section#intro p {
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 1.8px;
}


section#intro .width_1280-max {
    max-width: 1100px;
    padding: 60px 0 100px;
}

section#contents1 img {
    box-shadow: rgb(255 240 228 / 0%) 0px 0px 0px !important;
}


#contents1 p.flex_order3 {
    margin-top: -100px;
    margin-left: -50px;
}

#contents1 .grid_8 {
    margin-left: -100px;
}
div#add {
    max-width: 1280px;
    margin: 0 auto;
}

#add {
    padding: 0px 0% 50px;
}

div#add .grid_4 {
    /*padding-right: 10%;*/
    margin-top: 10%;
}
figure.img5 {
    margin-top: -5%;
}
h2.txt4 {
    color: var(--black);
    writing-mode: vertical-rl;
}

div.tategaki {
text-align: center;}

h2.txt4 {
    writing-mode: vertical-rl;
    display: inline-block;
    z-index: 0;
    position: relative;
    text-align: left;}
    
#contents1 p {
    max-height: 300px;
    font-size: 16px;}

#contents1 h2 img {
    height: 20vw;
    min-height: 300px;}

#contents2::after {
    z-index: 1;
    background: linear-gradient(90deg, rgba(186,148,117,0) 30%, rgb(132 105 83 / 84%) 70%);
    z-index: 0;
    mix-blend-mode: multiply;}

#contents2 .txt_vertical img {
    height: 20vw;
    min-height: 300px;}


section#contents3 {
    background-image: url(dup/img/bg02.jpg);
    background-size: contain;
}

section#contents3 h3 {
    font-weight: normal;
    color: var(--color3);
}
/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#sns_links li a {opacity: 1;}
#sns_links li a:hover{opacity: 0.7;}

div#footer {background: var(--color4);}
#header h1.bg_color1 {background: var(--color4);}


.menu_bt.bg_color1 {
    background: var(--color1);
    border: solid 1px var(--color2);
}
/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.pager li a {
    font-weight: bold !important;
}

#page10 ul li a {font-weight: 600;}


/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*1536*/
@media screen and (max-width: 1366px){

}

/*1366*/
@media screen and (max-width: 1366px){

}

/*タブレット*/
@media screen and (max-width: 768px){
    
#header h1.active img {max-width: 125px;}    
#page_title::after {min-height: 55vh;}
#page_title {
    min-height: 55vh;
    padding-top: 50px;}
#header h1 img {max-width: 200px;}   


#main_img {height: 50vh;}
#video {height: 50vh;}
section#intro .width_1280-max {padding: 20px 0 50px;}

#contents2 {min-height: 60vh;}
#contents2::after {background: rgb(132 105 83 / 84%);}

section#contents3 {
    background-image: url(dup/img/bg02.jpg);
    background-size: cover;
    padding: 150px 50px 100px;
}

video {
    width: 100% !important;
    height: 50vh !important;
    object-fit: cover;
}
#video {
    height: 50vh;
}

#main_img {
    height: 50vh;
}

}

/*スマホ*/
@media screen and (max-width: 667px){

    
video {
    min-width: auto !important;
    min-height: 50vh !important;
    width: 100% !important;
    object-fit: cover !important;}
  
#header h1 img {max-width: 180px;}  
#header h1.active img {max-width: 80px;}

#contents1 h2 {margin-right: -10px;}

section#intro h2 {
    min-width: auto;
    width: 100%;
    margin-bottom: 30px;}
    
section#intro {padding: 100px 30px 80px;}
section#intro p {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 1.5px;}

#contents2 {
    min-height: 60vh;
    padding: 100px 0px;
}

#contents2 h3.txt_right {
    text-align: center;    
}

#contents2 h3.txt_right span{
    writing-mode: vertical-rl;
    display: inline-block;
    z-index: 0;
    position: relative;
    text-align: left;}

#contents2 {
    min-height: 60vh;
    padding: 100px 0px;
    background-position: 16% 50%;
}

section#contents3 {
    background-image: url(dup/img/bg02.jpg);
    background-size: 100%;
    padding: 50px 20px;
}


video {
    width: 100% !important;
    height: 40vh !important;
    object-fit: cover;
    min-height: 40vh !important;}
    
#video {
    height: 40vh;
}

#main_img {
    height: 40vh;
}
ul.cate_list li {
    max-width: 100% !important;
    width: 100%;
    margin: 5px auto !important;
}
}








/*entry*/
.fixed_img {
    display: block !important;
    position: fixed;
    top: 112px;
    right: 20px;
    z-index: 4;
    width: 100%;
    max-width: 80px;
    transition: 0.5s;
    border: solid 1px var(--color2);    
}
.fixed_img:hover{
    opacity: 0.8 !important;
    transition: 0.5s;
}

img.fixed_img.pc_hide.d_block_tb{display: none !important;}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
img.fixed_img.pc_hide.d_block_tb{display: block !important;}    
.fixed_img {
    position: fixed;
    top: inherit;
    right: 85px;
    bottom: 17px;
    z-index: 4;
    width: 100%;
    max-width: 217px;
    transition: 0.5s;
}
#copyright {
    padding: 10px;
    padding-bottom: 100px;
}

#contents1 h2 img {
    height: 45vw;
    min-height: 300px;
}
#contents1 h2 {
    max-height: 500px;
}

img.fixed_img.tb_hide{display: none !important;}
}
    
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.fixed_img {
    position: fixed;
    bottom: 14px;
    top: auto;
    right: inherit;
    z-index: 4;
    width: 100%;
    max-width: 250px;
    transition: 0.5s;
    left: 50%;
    transform: translate(-50%, 0px);
}


}

/*タブレット*/
@media screen and (max-width: 768px){
    ul.cate_list li {
        max-width: 202px;
        width: 100%;}
    .cate_list li a {
        display: block;
        padding: 10px;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}}

/*スマホ*/
@media screen and (max-width: 667px){
ul.cate_list li {max-width: 100%;}}


/*---------------------------------------------------------------------------*/
span.catch img {
    width: 38vw;
    max-width: 1000px;
    position: absolute;
    bottom: 10%;
    right: 5%;
    transform: translate(-0%,-0%);
    z-index: 1;
}


.fadein{
	transform: translateY(20px);
	transition: transform 1.5s ease, opacity 2s;
	transition-property: opacity,transform;
	opacity: 0;
}
.fadein.start{transform: translateY(0);opacity: 1;}


/*タブレット*/
@media screen and (max-width: 768px){
    span.catch img {
    width: 50vw;
    max-width: 1000px;
    position: absolute;
    bottom: 7%;
    right: 4%;}
}


/*スマホ*/
@media screen and (max-width: 667px){
span.catch img {width: 60vw;}
    
}