﻿/** font **/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Plus+Jakarta+Sans:wght@500;700&display=swap');

:root{
    --font-jp: 'Plus Jakarta Sans', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_un{
    font-family: var(--font-jp);
}

/** color **/

:root{
    --color1: #4ebdca;
    --color2: #f4f4f4;
    --color3: #dd2f5d;
    --color4: #e6e6e6;
    --black: #222222;
}

/** other **/

#wrap, .section{
    background-image: linear-gradient(to right, var(--color2) 1px, transparent 1px);
    background-size: 300px 100%;
    background-position: top 0 left calc(50% - 150px);
}

header{
    background-color: #fff!important;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
header .txt_white{
    color: var(--black);
}
header .h_box_mail a{
    border: none;
    background-color: var(--color2);
    padding: 15px 30px;
    border-radius: 5px;
}
header .h_box_mail a:hover{
    background-color: var(--color3);
    color: #fff;
}
.button_container span{
    background-color: var(--color1)!important;
}
header #logo{
    max-width: 220px;
}

.overlay{
    background-image: url('./Dup/img/bg_img1.png');
    background-size: 40%;
    background-position: top right;
    background-repeat: no-repeat;
}

#main_img{
    padding: 0;
}
#main_img .swiper-wrapper{
    border-radius: 0;
}
#main_img .swiper-wrapper::before{
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
    background-size: calc(50% - 125px) 2px;
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}
#main_img .swiper-wrapper::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 1200px;
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 50%;
    z-index: 1;
    animation: anime1 30s linear infinite;
}

@keyframes anime1 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1200px;
    }
}
@keyframes anime2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -600px;
    }
}

#main_img .main_txt{
    z-index: 2;
}

#s_content1 .con1_img_wrap{
    filter: drop-shadow(10px 30px 0 var(--color1));
}
#s_content1 .con1_img{
    height: 80vh;
    clip-path: polygon(100% 0, 100% 20%, 80% 20%, 80% 50%, 90% 50%, 90% 75%, 70% 75%, 70% 100%, 0 100%, 0 0);
}
#s_content1 .con1_title{
    text-shadow: 3px 3px 0 var(--color4);
}

#s_content2{
    background-color: #fff;
}
#s_content2 .c2_box_bg::before{
    display: none;
}
#s_content2 .c2_box .c2_box_txt{
    padding: 0;
    background-color: transparent;
}
#s_content2 .c2_box:nth-of-type(1) .c2_box_txt{
    background-image: url('./Dup/img/bg_img1.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}
#s_content2 .c2_box:nth-of-type(2) .c2_box_txt{
    background-image: url('./Dup/img/bg_img2.png');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}
#s_content2 .c2_box .c2_box_txt > div{
    padding: 50px;
    background-color: transparent;
    align-content: center;
    text-align: center;
}
#s_content2 .c2_box .c2_box_bg{
    width: calc(50% + 50px)!important;
    z-index: 1;
}
#s_content2 .c2_box:nth-of-type(1) .c2_box_bg{
    margin-right: -50px;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 100px) 100%, 0% 100%);
}
#s_content2 .c2_box:nth-of-type(2) .c2_box_bg{
    margin-left: -50px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 100px 100%);
}
#s_content2 .contents_no{
    position: static;
    padding: 0;
    border-bottom: solid 2px;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 30px;
}
#s_content2 .contents_no span{
    display: none;
}

.cms_box .cms_box_bg{
    display: none;
}
.cms_box .top_cms_title{
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 70px;
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    background-size: 100px 3px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.cms_box .top_cms_title p{
    color: var(--color1);
}
.cms_box .more_btn{
    padding-bottom: 50px;
}

#page_title h2{
    font-size: 30px;
    text-shadow: 3px 3px 0 var(--color4);
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	color: var(--black);
	border-bottom: solid 1px;
	font-weight: bold;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-color: var(--color3);
}

.overlay_l::before, .s_footer_info_l::before{
    display: none;
}

#logo2 img{
    max-width: 250px;
}

.footer_banner{
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    z-index: 1;
}
.footer_banner a{
    border-radius: 5px 5px 0 0;
}



/** tablet 780 **/
@media screen and (max-width: 768px){
.overlay {
    background-size: 60%;
}
.pp-scrollable {
    overflow: inherit;
    overflow-y: inherit;
}
.scrollpage_box.pd_10px{
    padding: 0 40px;
}
#wrap, .section{
    background-size: calc(50% - 40.5px) 100%;
    background-position: top 0 left 40px;
}
#main_img{
    height: 100vw!important;
    clip-path: polygon(0% 0%, 0% calc(100% - 50px), 50px calc(100% - 50px), 50px 100%, 50% 100%, 50% calc(100% - 40px), calc(100% - 50px) calc(100% - 40px), calc(100% - 50px) calc(100% - 20px), 100% calc(100% - 20px), 100% 0%);
}
#main_img .main_txt{
    width: 240px;
}
#main_img .swiper-wrapper::before{
    background-size: calc(50% - 100px) 2px;
}
#s_content1 .con1_img{
    height: auto;
    background-image: none!important;
}
#s_content2{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#s_content2 .c2_box .c2_box_txt > div{
    padding: 50px 20px;
}
.cms_box > .cms_wrap{
    padding: 0;
}
.cms_box .more_btn{
    padding-bottom: 0;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#wrap, .section{
    background-size: calc(50% - 20.5px) 100%;
    background-position: top 0 left 20px;
}
.scrollpage_box.pd_10px{
    padding: 0 20px;
}
.overlay{
    top: 62px;
}
.overlay.open {
    height: calc(100% - 62px);
}
.overlay{
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 100%;
    background-position: bottom left;
}
#main_img{
    height: 150vw!important;
    clip-path: polygon(0% 0%, 0% calc(100% - 20px), 20px calc(100% - 20px), 20px 100%, 50% 100%, 50% calc(100% - 40px), calc(100% - 20px) calc(100% - 40px), calc(100% - 20px) calc(100% - 20px), 100% calc(100% - 20px), 100% 0%);
}
#main_img .main_txt{
    width: 180px;
}
#main_img .swiper-wrapper::before{
    background-size: calc(50% - 75px) 1px;
}
#main_img .swiper-wrapper::after{
    background-size: 600px;
    animation: anime2 30s linear infinite alternate;
}
#s_content2{
    margin-top: 50px;
}
#s_content2 .c2_box:nth-of-type(1) .c2_box_bg{
    width: 100%!important;
    margin-right: 0;
    margin-bottom: -50px;
    margin-top: -50px;
    clip-path: polygon(0 0, 100% 50px, 100% calc(100% - 50px), 0 100%);
}
#s_content2 .c2_box:nth-of-type(2) .c2_box_bg{
    width: 100%!important;
    margin-left: 0;
    margin-bottom: -50px;
    margin-top: -50px;
    clip-path: polygon(0 50px, 100% 0%, 100% 100%, 0 calc(100% - 50px));
}
#s_content2 .c2_box:nth-of-type(1) .c2_box_txt{
    padding-bottom: 50px;
}
#page_title h2{
    font-size: 22px;
    letter-spacing: 2px;
}
.cate_title{
	font-size: 20px;
}

footer .sf_copy{
    padding-bottom: 50px;
}
.s_footer_copy{
    padding-bottom: 50px;
}
}