﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Sulphur+Point:wght@700&display=swap');

:root{
    --font-jp: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp2: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Sulphur Point', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif{
    font-family: var(--font-jp);
}
h2, h3, h4, h5, h6, .font_jp{
    font-family: var(--font-jp2);
}
.font_en, .fon_jos{
    font-family: var(--font-en);
}

.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #0e3800;
    --color2: #e2ded9;
    --color3: #f7f7f5;
    --color4: #efefed;
    
    --color5: #d67500;
    
    --black: #222222;
}

/* color5 */
.txt_color5, .hvr_txt_color5:hover{color: var(--color5);}
.bg_color5, .hvr_bg_color5:hover{background-color: var(--color5);}
.border_color5, .hvr_border_color5:hover{border-color: var(--color5);}


/** other **/

.normal_img img, .square_img, .rectangle_img{
    border-radius: 10px;
}

body{
    line-height: 2.5;
}

h2, h3, h4, h5, h6{
    line-height: 2;
}

.fixbnr{
    z-index: 3;
}
#wrap:not(.index) .fixbnr{
    display: none;
}

.hamburger_line{
    background-color: var(--color1) !important;
}
.menu_stick .hambuger_text, .menu_stick .hambuger_text02{
    font-family: var(--font-en);
    font-weight: normal;
    color: var(--color1);
    opacity: 0.7;
}
#sp_nav h3{
    font-family: var(--font-en);
    color: var(--color1);
}

#con_nav{
    padding: 0;
}
#con_nav li:last-child a{
    font-family: var(--font-en);
    height: 50px;
    background-color: var(--color5);
}
.fa-comment-dots:before{
    content: "\f0e0";
}
#con_nav li:last-child a i {
    font-size: 20px;
    margin-right: 10px;
}

#con_nav .con_navbar {
    position: fixed;
    top: -150px;
    width: 100%;
    z-index: 3;
    box-sizing: border-box;
    background-color: #fff;
    transition: top 0.5s;
    box-shadow: 0px 2px 9px -2px rgb(0 0 0 / 3%);
}
#con_nav .con_navbar.active{
    top: 0;
}
.under_page #con_nav .con_navbar{
    top: 0!important;
}

#main_img_h::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3vw;
    background-image: url('./Dup/img/bg_img1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: -1px;
    z-index: 2;
}
#main_img_h .main_item_wrap{
    z-index: 1;
}
#main_img_h .main_item_wrap::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url('./Dup/img/bg_img6.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
}
#main_img_h .main_item{
    clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
#main_img_h .slide_img{
    top: 0;
    left: 0;
    background-image: url('./Dup/img/main_img.jpg');
    background-size: 60vw;
    background-repeat: repeat-y;
    background-position-x: 0;
    background-position-y: 0;
    animation: mainSlide 50s linear infinite;
}
@keyframes mainSlide {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -80vw;
    }
}
@keyframes mainSlide2 {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -133.33vw;
    }
}

#top_contents1{
    background-color: #fff;
    margin-top: 0;
    background-image: url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img3.png'), url('./Dup/img/bg_img4.png');
    background-size: 100%, 200px, 200px;
    background-repeat: no-repeat;
    background-position: left bottom, left 10% top 10%, right 10% top 10%;
}

#top_contents3{
    background-image: url('./Dup/img/bg_img5.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#top_contents3 .d_flex{
    padding: 0;
    margin: 0 auto;
}
#top_contents3 .con3_box1, #top_contents3 .con3_box2, #top_contents3 .con3_box3{
    padding: 0;
}
#top_contents3 .con3_box1, #top_contents3 .con3_box2, #top_contents3 .con3_box3 figure:first-of-type{
    transform: none;
    position: relative;
}
#top_contents3 .con3_box1::before, #top_contents3 .con3_box2::before, #top_contents3 .con3_box3 figure:first-of-type::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 200px;
    bottom: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}
#top_contents3 .con3_box1::before{
    left: 10%;
    background-image: url('./Dup/img/bg_img9.png');
}
#top_contents3 .con3_box2::before{
    right: 10%;
    background-image: url('./Dup/img/bg_img10.png');
}
#top_contents3 .con3_box3 figure:first-of-type::after{
    left: 5%;
    background-image: url(./Dup/img/bg_img11.png);
    bottom: -130px;
}
#top_contents3 .con3_box1 figure{
    transform: rotate(-4deg);
}
#top_contents3 .con3_txt_wrap{
    padding: 50px 10%;
}
#top_contents3 .con3_wrap:first-of-type .con3_txt_wrap{
    margin-top: 50px;
}
#top_contents3 .con3_img3{
    margin-right: 10%;
}

#top_slider .swiper-wrapper{
	transition-timing-function: linear;
}

#top_cms .cms_box:not(:first-of-type){
    border-top: solid 1px var(--color2);
}
#top_cms .cms_box{
    border-bottom: none;
}
#top_cms .cms_title p{
    color: var(--color5);
    opacity: 1;
}

.more a{
    font-size: 20px;
    padding-right: 40px;
    padding-left: 5px;
}
.more a:before{
    line-height: inherit;
}

#page_title .con2_bg {
    opacity: 1;
    background-color: rgba(132,122,111,0.4);
    background-image: url('./Dup/img/bg_img5.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    top: 0;
    left: 0;
    transform: none;
}

.date, .pager{
    font-family: var(--font-en);
}
.pager li a{
    border-radius: 10px;
}
.pager li a:hover{
    background-color: var(--color5);
}

.cate_list li{
    background-color: transparent;
}
.cate_list li a{
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 0 var(--color2);
}

#cms_6-c .arrow {
    bottom: -50px;
    height: 50px;
}

#cms_4-a .arrow{
    width: 10%;
    box-sizing: border-box;
}
#cms_4-a .cate_box_h figure{
    width: 45%;
    box-sizing: border-box;
}

#footer_info > div{
    background-image: url('./Dup/img/bg_img8.png'), url('./Dup/img/bg_img7.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom, top;
    padding: 150px 0;
}
#footer_info .info_txt_wrap{
    margin-top: 0;
    padding: 0;
    padding-left: 10%;
    background-color: transparent;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#wrap:not(.index) .fixbnr{
    display: block;
}
#main_img_h .slide_img{
    height: 100%;
    background-size: 100vw;
    animation: mainSlide2 50s linear infinite;
}
#main_img_h .main_item{
    background-color: rgba(14,56,0,0.9);
}
#top_contents1 {
    background-position: left bottom, left 5% top 5%, right 5% top 5%;
}
#top_contents1 .con1_txt_wrap{
    padding: 50px 10% 80px;
}
#top_contents3 .con3_wrap:first-of-type .con3_txt_wrap {
    margin-top: 0;
}
#top_contents3 .con3_box1::before {
    left: auto;
    right: 0;
}
#top_contents3 .con3_box2::before{
    right: 0;
}
#top_contents3 .con3_box3 figure:first-of-type::after {
    left: 0;
    bottom: -200px;
}
#footer_info .info_txt_wrap{
    padding-left: 5%;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#top_contents1{
    background-size: 200%, 200px, 200px;
    background-position: right bottom, left 5% top 0, right 5% top 0;
}
#top_contents1 .con1_txt_wrap{
    padding: 120px 10% 80px;
}
#top_contents3{
    background-size: 210%;
}
#top_contents3 .con3_txt_wrap {
    padding: 50px 5%;
    padding-top: 0;
}
#top_contents3 .con3_box1::before, #top_contents3 .con3_box2::before, #top_contents3 .con3_box3 figure:first-of-type::after {
    width: 150px;
    height: 100px;
    bottom: -20px;
}
#top_contents3 .con3_box3 figure:first-of-type::after {
    bottom: -100px;
}
.more a{
    font-size: 18px;
    padding-right: 35px;
}
#cms_2-h .box_title1:before{
    display: none;
}
#cms_4-a .arrow{
    transform: rotate(90deg);
}
#page_title .con2_bg {
    background-size: 200%;
    background-position: right bottom;
}
#footer_info > div {
    background-size: 200%, 100%;
    background-position: right bottom, top;
    padding: 100px 20px;
}
#footer_info .info_txt_wrap{
    padding-left: 0;
}
}