@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=EB+Garamond:wght@400;500&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&display=swap');

html,body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;

}
*:focus {
outline: none;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}

img {
    border: none;
    width: 100%;
}
h1 {
    padding: 0;
    margin: 0;
}
.clear {
    clear: both;
}
#ch_wrap{
    /* max-width:1200px; */
    margin: 0 auto;
}

/************************************************************
                main 
************************************************************/
#ch_main{
    margin: 0 auto;
}
#ch_main .main_wrap{
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#ch_main .main_wrap .visual{
    position: relative;
}
#ch_main .main_wrap .ttl{
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(0,-50%);
    width: 16%;
}
/************************************************************
                main sp 
************************************************************/

@media only screen and (max-width: 768px)  {
        #ch_main .main_wrap .visual{
            position: relative;
            width: 100%;
            overflow: hidden;
            user-select: none;
        }
        #ch_main .main_wrap .visual img{
            width: 100%;
            height: 500px;
            height: 70vh;
            /* height: calc(100vh - 30px); */
            object-fit: cover;
            object-position: 32% 100%;
        }
        #ch_main .main_wrap .ttl{
            position: absolute;
            top: 50%;
            right: 10%;
            transform: translate(0,0%);
            width: 36%;
        }
}
/************************************************************
                contents 
************************************************************/
#ch_contents{
    margin: 0 auto;
}
#ch_contents .contents_wrap{
    max-width: 1200px;
    margin: 8% auto 5%;
    padding: 0;
}

.ch-line{
    max-width: 500px;
    content:"";
    display:block;
    width:60%;
    height:1px;
    background-color:#000;
    margin: 10% auto 0;
    transition: all 1s;
    transform: scale(0,0);
}
.ch-line.sr{
    transform: scale(1,1);
}
#ch_contents .contents_wrap .no{
    width: 10%;
    margin-left: 10%;
}
#ch_contents .contents_wrap .box1{
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
#ch_contents .contents_wrap .box1 .item{
    width: 30%;
}
#ch_contents .contents_wrap .box1 .item .ti{
    width: 40%;
    margin: 0 auto;
}
#ch_contents .contents_wrap .box1 .dli-plus {
    position: relative;
    margin-top: 18%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 3%;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
}
#ch_contents .contents_wrap .box1 .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
#ch_contents .contents_wrap .box3{
    width: 100%;
}
#ch_contents .contents_wrap .box3 .txt{
    display: inline-block;
    font-size: 12px;
    margin-left: 50px;
    line-height: 1.8em;
}
#ch_contents .contents_wrap .box3 .txt{
    display: block;

}
#ch_contents .contents_wrap .box3 .txt .inline{
    display: inline-block;

}
#ch_contents .contents_wrap .box3 .txt .inline a{
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0);
}
#ch_contents .contents_wrap .box3 .txt a:hover{
    border-bottom: solid 1px #000;
}
#ch_contents .contents_wrap .box2{
    width: 50%;
    margin: 5% auto 0;
}
/* 全体のスタイル */
#ch_contents .contents_wrap .box2 .swiper-wrapper {
    width: 100%;
    /* height: 250px; */
    margin-bottom: 5px;
}

/* 全スライド共通スタイル */
#ch_contents .contents_wrap .box2 .swiper-slide {
    /* color: #ffffff; */
    width: 100%;
    /* height: 100%; */
    text-align: center;
    /* line-height: 250px; */
}
/* Swiperの親要素 */
#ch_contents .contents_wrap .box2 .swiper-parent {
    position: relative;
}

/* Swiper本体 */
#ch_contents .contents_wrap .box2 .swiper-container {
    width: calc(100% - 100px); /* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
    padding-bottom: 38px; /* ★ページネーション・スクロールバー分の余白50pxを下に取る */
    box-sizing: content-box;
}

#ch_contents .contents_wrap .box4 {
    padding: 5%;
    margin-top: 5%;
}
#ch_contents .contents_wrap .box4 .le{
    width: 70%;
} 
#ch_contents .contents_wrap .box4 .ri{
    width: 70%;
    margin-left: 30%;
} 
#ch_contents .btn{
    width: 15%;
    margin: 10% auto;
}

/************************************************************
                contents sp 
************************************************************/

@media only screen and (max-width: 768px)  {
    #ch_contents .contents_wrap .no{
        width: 15%;
        margin-left: 0%;
        margin: 0 auto;
    }
    #ch_contents .contents_wrap .box1{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
    #ch_contents .contents_wrap .box1 .item{
        width: 50%;
    }
    #ch_contents .contents_wrap .box1 .item .ti{
        width: 60%;
        margin: 0 auto;
    }
    #ch_contents .contents_wrap .box1 .dli-plus {
        margin-top: 29%;
        width: 4%;
    }

    #ch_contents .contents_wrap .box2{
        width: 100%;
        margin: 6% auto;
    }
    #ch_contents .contents_wrap .box3 {
        width: calc(100% - 50px); 
        margin: 0 auto;
        line-height: 1.2em;
    }
    #ch_contents .contents_wrap .box3 .txt{
        font-size: 10px;
        margin-left: 0;
        line-height: 1.8em;
		letter-spacing: normal;
    }
    #ch_contents .contents_wrap .box2 .swiper-container {
        padding-bottom: 10%; /* ★ページネーション・スクロールバー分の余白50pxを下に取る */
    }
    #ch_contents .contents_wrap .box4 {
        padding: 0%;
        margin-top: 15%;
    }
    #ch_contents .contents_wrap .box4 .le{
        width: 100%;

    } 
    #ch_contents .contents_wrap .box4 .ri{
        width: 100%;
        margin-left: auto;

    } 
    #ch_contents .btn{
        width: 60%;
        margin: 10% auto;
    }
    .ch-line{
        max-width: 500px;
        content:"";
        display:block;
        width:60%;
        height:1px;
        background-color:#000;
        transition: all 1s;
        transform: scale(0,0);
        margin: 16% auto 15%
    }
    #ch_contents .contents_wrap .box3 .txt .inline a{
        display: inline-block;
        border-bottom: 1px solid rgba(0,0,0,0);
    }
    #ch_contents .contents_wrap .box3 .txt a:hover{
        border-bottom: 1px solid rgba(0,0,0,0);
        opacity: 0.7;
    }
    #ch_contents .contents_wrap .box2 .swiper-container {
        width: calc(100% - 50px); 
    }

}


#ch_footer{
    background-color: #000;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}
#ch_footer .logo a{
    display: block;
    width: 10%;
    margin: 0 auto;
}
#ch_footer .co{
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 2%;
}

@media only screen and (max-width: 768px)  {
    #ch_footer{
        padding: 10%;
        box-sizing: border-box;
    }
    #ch_footer .logo a{
        display: block;
        width: 30%;
        margin: 0 auto;
    }
    #ch_footer .co{
        color: #fff;
        text-align: center;
        font-size: 12px;
        margin-top: 2%;
    }
}
/************************************************************
                動き
************************************************************/




@media only screen and (max-width: 768px)  {

/* .box4{
    position: relative;
    width: 100%;
}
.first{
    width: 100%;
    position: relative;
    opacity: 1;
    top: 0;
    right: 0;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, end);
    object-fit: cover;

    overflow: hidden;
}
.second{
    width: 100%;
    position: absolute;
    opacity: 1;
    top: 0;
    right: 0;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, end);
    object-fit: cover;

    overflow: hidden;
}
 .first{
    animation-name: ani1; 
}
 .second{
    animation-name: ani2;
}

@keyframes ani1 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes ani2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */





#ch_contents .box4{
    position: relative;
}
#ch_contents .inner{
    position: relative;
}
#ch_contents .first{
    position: relative;
    opacity: 1;
    top: 0;
    right: 0;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    object-fit: cover;
    overflow: hidden;
}
#ch_contents .second{
    position: absolute;
    opacity: 1;
    top: 0;
    right: 0;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    object-fit: cover;
    overflow: hidden;
}
#ch_contents .second{
    animation-name: ani;
}
@keyframes ani {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

}

#ch_main .main_wrap .visual{
    opacity: 0;
	transition: 2s all 0s ease;
}
#ch_main .main_wrap .visual.sr{
	opacity: 1;
}
#ch_main .main_wrap .ttl{
    opacity: 0;
	transition: 2s all 0.4s ease;
}
#ch_main .main_wrap .ttl.sr{
    opacity: 1;
}






.lo{
    opacity: 0;
    transition: 1.6s all 0s ease;
}
.lo.sr{
    opacity: 1;
}

