﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


body {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}


#contents1 p, #contents2 p, #contents3 p {
    font-weight: 500 !important;
}
/* font ------------------------------------------------------------------------------*/

/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#2a2929;
    --color2:#f2f0f0;
    --color3:#b78e42;
    --color4:#cdcdcd;
    --color5:#212121;
    --white:#ffffff;
    --black:#212121;
    --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);
}

section#google_privacy a {
    color: var(--color1);
    transition: 0.5s;
}

section#google_privacy a:hover {
    opacity: 0.8;
}

#loading_bg{
    background: var(--white);
}

/* color -----------------------------------------------------------------------------*/

/* ev --------------------------------------------------------------------------------*/

#main_img{position:relative;}

#main_img::before,#main_img::after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events:none;
}
/* ev --------------------------------------------------------------------------------*/

/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.topimg01 {
    object-fit: cover;
    width: 70%;
    height: 70% !important;
    box-sizing: border-box;
    top: 0%;
    position: absolute !important;
    right: -10%;
    max-height: initial !important;
    min-height: initial !important;
}

span.main_img_bg {
    position: absolute;
    left: -10%;
    top: 0%;
    height: 100vh;
    width: 70%;
    background: var(--black);
    z-index: 1;
    transform: skewX(10deg);
}

#main_img::after {
    height: 40%;
    width: 100%;
    z-index: 0;
    background: var(--color1);
    bottom: -10%;
    transform: skewY(-5deg);
}

#main_img::before {
    background: url(dup/img/item01.png), url(dup/img/item02.png);
    width: 100%;
    height: 100%;
    background-position: left 13% top 43%, right 1% bottom -1%;
    top: 0%;
    left: 0%;
    background-size: 45%, 50%;
    z-index: 2;
    background-repeat: no-repeat;
}

.blur {
    background-color: rgb(42 41 41 / 80%);
}


.cms_3-h .box_txt1{
    color: var(--color1);
    font-weight: 500;
}

.cms_3-h .box_item .box_title1{
    border-bottom: solid 1px var(--color2) !important;
}

.cms_3-h .box_item .box_txt1 {
    border-bottom: solid 1px var(--white) !important;
}


/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.link_box ul.flex_space-between {
    justify-content: center !important;
}

/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



.link_type2 .cate_box a {
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: var(--color3);
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

footer .button:hover::after {
    box-shadow: none;
}

.cate_list li a {
    display: block;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_box section.width_1000-max.bg_white {
    border: solid 1px var(--color2);
}

/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*1536*/
@media screen and (max-width: 1536px){

}

/*1530 × 735*/
@media screen and (max-width: 1530px){

}

/*1366*/
@media screen and (max-width: 1366px){

}


/*1366*/
@media screen and (max-width: 1280px){
    
    section#page10 {
        padding: 20px;
    }
}





/*タブレット*/
@media screen and (max-width: 768px){

#main_img {
    max-height: 60vh;
    min-height: 60vh;
}

span.main_img_bg {
    height: 60vh;
    width: 73%;
}

#main_img::before {
    background-position: left 7% top 43%, right 1% bottom -1%;
    background-size: 59%, 53%;
}

.banner:before{
    content: none;
}

.banner {
    bottom: 10px;
    left: 50%; 
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}

.footer_back {
    background: var(--color1);
}

#page-top i,#footer_menu a,#copyright,#copyright a{
    color: var(--white);
}

.fat-nav li a {
    font-size: 18px;
}

.fat-nav li a {
    padding: 15px;
}

.cms_wrap p.font_2dw_tb {
    font-size: 16px;
}


section#cms_3-h,section#cms_3-e,section#cms_6-b {
    padding: 0;
}

#page10 li {
    width: 50% !important;
}

section#page10 ul {
    justify-content: center;
} 

section#page10 {
    padding: 40px;
}


    
}


/*スマホ*/
@media screen and (max-width: 667px){

.banner {
    bottom: 0px;
}

.banner a {
    border-radius: 0px;
}

#main_img::before{
    content: none;
}

span.main_img_bg,#main_img::after{
    display: none;
}

.topimg01 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: inherit;
    position: relative !important;
    right: inherit;
    max-height: initial !important;
    min-height: initial !important;
}

#main_img {
    max-height: inherit;
    min-height: inherit;
}

    
p.txt2 span {
    font-size: calc(1rem + 1px);
}    

#contents2 h2, #contents3 h3 {
    font-size: 20px;
    padding-bottom: 5px;
}
.cms_3-h .box_item h4, .cms_3-h .box_txt1 {
    width: auto;
    display: block;
    min-width: initial !important;
    max-width: initial !important;
    font-size: 15px;
}
.cms_3-h .d_table {
    display: block;
}

.cms_3-h .cate_box .box_item {
    display: block;
}

#page10 li {
    width: 100% !important;
}

div#contents2 .grid_6 {
    order: 2;
    padding-top: 20px;
}

}


/*スマホ*/
@media screen and (max-width: 320px){
#contents2 h2, #contents3 h3 {
    font-size: 18px;
    padding-bottom: 5px;
}



}




/*20241004*/

.add_cms3h h4{
    width:25%;
}



/* contents */
#contents .txt_wrap .con_box {
    width: calc(20% - 16px);
    margin-right: 20px;
    box-sizing: border-box;
}
#contents .txt_wrap .con_box:last-of-type {
    margin-right: 0;
}



@media screen and (max-width: 768px){
#contents .txt_wrap .con_box {
    width: calc(33% - 12px);
}

#main_img::before {
    background-position: left 7% top 43%, right 0% bottom 0%;
    background-size: 59%, 47%;
}

#contents .txt_wrap .con_box {
    width: calc(24% - 12px);
}

.add_cms3h h4 {
    width: 35%;
}

}
@media screen and (max-width: 667px){
    
#contents .txt_wrap .con_box {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 0px;
}

#contents .con_title h3:before {
    bottom: -15px;
}

.txt_red.font_18{
    font-size: 16px !important;
}

.txt_red .font_20{
    font-size: 20px;
}

}


@media screen and (max-width: 320px){

.txt_red.font_18 {
    font-size: 14px !important;
    letter-spacing: 0.05em;
}

.txt_red .font_20{
    font-size: 18px;
}

}



/*20241010*/
#main_img::after {
    height: 20%;
    width: 100%;
    z-index: 0;
    background: var(--color1);
    bottom: -10%;
    transform: skewY(0deg);
}

span.main_img_bg {
    position: absolute;
    left: -10%;
    top: 0%;
    height: 100vh;
    width: 70%;
    background: var(--black);
    z-index: 1;
     transform: skewX(0deg); 
}


.topimg01 {
    object-fit: cover;
    width: 70%;
    height: 90% !important;
    box-sizing: border-box;
    top: 0%;
    position: absolute !important;
    right: -10%;
    max-height: initial !important;
    min-height: initial !important;
}


.table_menu .cate_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.table_menu .box_left,.table_menu .box_right {
    width: 50%; /* 左右の列をそれぞれ45%の幅に設定 */
}

.table_menu .box_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table_menu .box_title1 {
    background-color:var(--color1); /* 背景色やテキスト色をお好みで調整 */
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    width: 50%;
}

.table_menu .box_txt1 {
    background-color:var(--color2);
    padding: 10px;
    width: 50%;
}



.cms_3-h .box_item {
    width: 100%;
    position: relative;
    display: flex;
}

.cms_3-h .add_cms3h h4 {
    width: 30%;
}

.cms_3-h .box_txt1 {
    width: 75%;
}

#top_cms .cms_3-h h4 {
    width: 15%;
}

#top_cms .cms_3-h .box_txt1 {
    width: 85%;
}

/*タブレット*/
@media screen and (max-width: 768px){
    .add_cms3h h4 {
        width: 45%;
    }

}

/*スマホ*/
@media screen and (max-width: 667px){
    .topimg01 {
        object-fit: cover;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        top: inherit;
        position: relative !important;
        right: inherit;
        max-height: initial !important;
        min-height: initial !important;
    }
    
    
#top_cms .cms_3-h h4,#top_cms .cms_3-h .box_txt1,.cms_3-h .box_item h4, .cms_3-h .box_txt1 {
    width: auto;
    display: block;
    min-width: initial !important;
    max-width: initial !important;
    font-size: 15px;
}    

#top_cms .cms_3-h .box_txt1{
    font-size: 15px;
}

.table_menu .box_left{
    width:calc( 50% - 1px);
    border-right: solid 1px var(--white);
}
}