﻿/*html, body{overflow: auto}*/
/*.pp-section{position: static}*/
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');
.font_un, body {
    font-family: 'Yomogi', 'Kiwi Maru', cursive;
    /*font-family: 'Kiwi Maru', serif;*/
    font-weight: bold;
}


/*========= 手書き風にするためのCSS ===============*/
/*SVGのサイズ*/
svg{
	max-width:344.55px;/*SVGタグの横幅*/
	width:100%;/* レスポンシブ対応にするため100%を指定*/
	height:auto;
}

#mask .cls-1, #mask .cls-2 {/*#maskがないと動かない*/
    fill: none;
	 stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}	

	.cls-1{stroke-width:7px;}.cls-1,.cls-2{fill:none;stroke:#fcfcfd;stroke-linecap:round;stroke-linejoin:round;}.cls-2{stroke-width:4px;}




/* fakeloader */
/*#wrap{*/
/*    opacity: 0;*/
/*}*/
/*#fakeloader{*/
/*	z-index: 9999;*/
/*	background-size: 10%;*/
/*}*/
/*#fakeloader:before{*/
/*	content: "";*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-color: rgba(255,255,255,0.5);*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*}*/
/*#fakeloader .fl{*/
/*	position: absolute!important;*/
/*	top: 50%!important;*/
/*	left: 50%!important;*/
/*	transform: translate(-50%,-50%)!important;*/
/*	width: 50%!important;*/
/*max-width: 332px;*/
/*}*/
/*#fakeloader .fl{*/
/*	animation-name: loader;*/
/*	animation-duration: 5s;*/
/*	animation-timing-function: ease;*/
/*}*/
/*@keyframes loader{*/
/*	0% {opacity: 0;}*/
/*	60% {opacity: 1;}*/
/*	100% {opacity: 0;}*/
/*}*/


#loader{z-index: 9999;}
#loader .loader_img {
    animation-name: fadein;
    animation-duration: 2.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    z-index: 1;
}
#loader img {
    width: 100%;
    height: auto;
 /*   position: absolute;*/
    top: 50%;
    left: 0;
}
.loader_icon {
    top: 50%;
    width: 300px;
}
@keyframes fadein {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0.2;}
}

@keyframes fadein {
	0% {opacity:0;}
	30% {opacity:1;}
	80% {opacity: 1}
	100% {opacity:0;}
}
/* ---------------------------------------------------------------------------------- */
.menupng1 {
    width: 200px;
    z-index: 1;
    right: -20px;
    top: -60px;
}
.menupng2 {
    width: 200px;
    z-index: 1;
    left: -20px;
    bottom: -60px;
}
html {
    font-size: 15px;
}
figure.shadow {
    box-shadow: none;
}
#main_img {
    overflow: hidden;
}
.foot2 {
    width: 26%;
    bottom: 0;
left: -34px;
}
.foot1 {
    width: 30%;
    right: -100px;
    top: 0;
}
.c2_box h2 {
    background-image: url(Dup/img/heart1.png), url(Dup/img/dots1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 0 left calc(50% - 120px), top 0 left calc(50% + 120px);
}
.c2_box:nth-of-type(2) h2 {
    background-image: url(Dup/img/dots2.png), url(Dup/img/heart2.png);
}
.c2_box:nth-of-type(3) h2 {
    background-image: url(Dup/img/dots1.png), url(Dup/img/heart1.png);
}
#s_footer .bg_posi_c-c {
    background-image: url(Dup/img/mangetu.png), url(Dup/img/三日月.png)!important;
    background-size: 98px, 177px;
    background-repeat: no-repeat;
    background-position: 31% 23%, 79% 75%;
}
#cms_3-e .cate {
    background-image: url(Dup/img/border1.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: 65px;
    background-size: 95%;
}
#cms_6-c .catewrap {
    background-image: url(Dup/img/border3.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 51px;
    margin-bottom: 36px;
    background-size: 95%;
}
.c2_box_txt::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    bottom: 10px;
    width: 150px;
    height: 150px;
    left: -3px;
    background-image: url(Dup/img/lt.png);
    z-index: 1;
    border: 0;
    background-size: contain;
}
.c2_box_txt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    width: 150px;
    height: 150px;
    left: -3px;
    background-image: url(Dup/img/lb.png);
    z-index: 1;
    border: 0;
    background-size: contain;
}
.c2_box_txt > div {
    position: relative;
}
.c2_box_txt > div::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    width: 150px;
    height: 150px;
    right: -14px;
    background-image: url(Dup/img/rb.png);
    z-index: 1;
    border: 0;
    background-size: contain;
}
.c2_box_txt > div::after {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    bottom: 10px;
    width: 150px;
    height: 150px;
    background-image: url(Dup/img/rt.png);
    z-index: 1;
    background-size: contain;
    right: -14px;
}






.bnr_base {
    position: fixed;
    bottom: 27px;
    z-index: 7;
    left: 27px;
    max-width: 320px;filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
#loader_h{
    z-index: 103;
}
.main_img_txt span {
    background: rgb(249,223,211);
    background: linear-gradient(90deg, rgba(249,223,211,0) 0%, rgba(249,223,211,1) 6%, rgba(254,188,231,1) 12%, rgba(55,44,136,1) 26%, rgba(55,44,136,1) 81%, rgba(254,188,231,1) 90%, rgba(249,223,211,1) 96%, rgba(249,223,211,0) 100%);
    padding-top: 6px;
    color: #fff;
    padding-bottom: 8px;
}
.modal_txt_wrap h2, .modal_txt_wrap p, .check {
text-shadow: 2px 4px 5px #343434, -1px 0px 3px #060c48;
text-shadow: 2px 4px 5px rgb(177 90 0), -1px 0px 3px rgb(207 86 0 / 27%);
}
.top_list li {
    background-image: url(Dup/img/dot1.png);
    padding: 13px 10px 13px 79px;
    background-repeat: no-repeat;
    background-size: 60px;
    margin-bottom: 10px;
}
.top_list li:nth-child(odd) {
    background-image: url(Dup/img/dot2.png);
}
.catch1 {
    width: 31%;
    max-width: 320px;
    left: 7%;
    top: 55%;
    animation: huwahuwa 5.8s infinite;
}
@keyframes huwahuwa {
    0%{
       transform: translateY(0px);
    }
    50%{
       transform: translateY(10px);
    }
    100%{
       transform: translateY(0px);
    }
}
.catch2 {
    width: 31%;
    max-width: 308px;
    right: 0;
    top: 31%;
    opacity: 0.9;
    left: 0;
    margin: auto;    animation: huwahuwa 6.8s infinite;
}
/*.catch3 {*/
/*    z-index: 2;*/
/*    width: 33%;*/
/*    top: -1%;*/
/*    right: -1%;*/
/*    animation: huwahuwa 13.8s infinite;*/
/*}*/
.catch3 {
    z-index: 2;
    width: 27%;
    top: 1%;
    right: -1%;
    animation: huwahuwa 13.8s infinite;
}
/*.catch4 {*/
/*    z-index: -1;*/
/*    max-width: 900px;*/
/*    right: -49px;*/
/*    bottom: -33px;*/
/*    animation: huwahuwa 7.8s infinite;*/
/*    width: 46%;*/
/*}*/
.catch4 {
    z-index: -1;
    max-width: 450px;
    right: 8%;
    bottom: -1px;
    animation: huwahuwa 7.8s infinite;
    width: 42%;
}
/*.catch5 {*/
/*    z-index: -1;*/
/*    max-width: 400px;*/
/*    left: 11%;*/
/*    top: 17%;*/
/*    animation: huwahuwa 5.8s infinite;*/
/*    width: 20%;*/
/*}*/
.catch5 {
    z-index: -1;
    max-width: 480px;
    left: 8%;
    top: 8%;
    animation: huwahuwa 5.8s infinite;
    width: 27%;
}
/*.catch6 {*/
/*    z-index: -1;*/
/*    right: 29%;*/
/*    top: 4%;*/
/*    animation: huwahuwa 5.8s infinite;*/
/*    width: 12%;*/
/*    max-width: 220px;*/
/*}*/
.catch6 {
    z-index: -1;
    right: 29%;
    top: 7%;
    animation: huwahuwa 5.8s infinite;
    width: 12%;
    max-width: 153px;
}
/*.catch7 {*/
/*    z-index: -1;*/
/*    top: 36%;*/
/*    left: -30px;*/
/*    animation: huwahuwa 4.8s infinite;*/
/*    width: 12%;*/
/*    max-width: 242px;*/
/*}*/
.catch7 {
    z-index: -1;
    top: 36%;
    left: -30px;
    animation: huwahuwa 4.8s infinite;
    width: 11%;
    max-width: 160px;
}
.catch8 {
    z-index: -1;
    left: 28%;
    animation: huwahuwa 4.8s infinite;
    width: 17%;
    max-width: 241px;
    bottom: 11%;
}
.modal_wrap {
    opacity: 1;
}
.modal_bg {
    background-image: url(Dup/img/bg_pic3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cms_box .cms_box_bg {
background-color: #ecf7ff;
}
.intro_box {
    max-width: 1450px;
}
#header {
    padding-top: 5px;
    padding-bottom: 5px;
}
#page_title .hane2 {
    right: 0;
    z-index: -1;
    width: 138px;
    top: 37%;
    left: 240px;
    margin: auto;
}
#page_title .hane3 {
    right: 0;
    z-index: 0;
    width: 196px;
    top: -32%;
    z-index: -1;
    left: -11%;
    transform: translateX(-50%);
    /* transform: rotate(-2deg); */
    margin: auto;
}
.cms_box .cms_box_bg {
    background-image: url(../Dup/img/hane_w1.png), url(../Dup/img/hane_w2.png), url(../Dup/img/hane_w2.png), url(../Dup/img/sky.jpg);
    background-repeat: no-repeat;
    background-position: 97% 45%, 89% 83%,2% 80%, 50% 35%;
    background-size: 150px auto, 96px auto, 132px auto, cover;
    top: 33%;
    height: 67%;
}
.intro_box .hane2 {
    right: 44px;
    z-index: -1;
    width: 184px;
    top: 28%;
}
.intro_box .hane3 {
    right: 1%;
    z-index: -1;
    width: 101px;
    top: 6%;
}
.fadein{
     opacity: 1;
     transform: translateY(20px);
     transition: 1.5s;
     transition-property: opacity,transform;
}
.fadein.fadetrans{
     opacity: 1;
     transform: none
}

.sns_link li a {
    width: 30px;
}
.check li {
    background-image: url(Dup/img/check.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 28px;
    padding: 5px 5px 5px 38px;
    font-size: 18px;
}
.contents_no {
    /*display: none;*/
}
.con_item {
    max-width: 105px;
    margin: 0 auto 24px;
}
.top_cms_title {
    background-image: url(Dup/img/star.png);
    background-repeat: no-repeat;
    background-position: 50% 15px;
    background-size: 180px;
}
/*#page_title::after {*/
/*    display: inline-block;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 90px;*/
/*    background: url(Dup/img/wave.png);*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    bottom: -1px;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    background-size: 100% auto;*/
/*    transform: rotate(180deg);*/
/*}*/
.cms_box .cms_box_bg:before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 90px;
    background-image: url(Dup/img/wave.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    margin: auto;
    background-size: 100% auto;
}
header {
    background-color: #fff!important;
    box-shadow: -3px 1px 10px -1px rgba(0, 0, 0, 0.12);
    border-bottom: 0;
}

header .txt_white {
    /*color: #181878;青*/
    color: #97310a;
}

header .border_white {
    border-color: #181878;
    border-color: #97310a;
}
.button_container span {
    background: #181878;
}
header .hvr_border_white:hover {
    border-color: #ffbfbf;
}



footer {
    z-index: 1;
    background-image: url(Dup/img/footer_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.c2_box_txt > div, .sf_contact_box {
    background: url(../Dup/img/water.jpg);
    background-size: cover;
}
.intro_img span.bg_color1 {
    background: url(../Dup/img/water.jpg);
    background-size: cover;  
 }
.intro_img div {
    -webkit-text-stroke: 1px #181a77;
    -webkit-text-stroke: 1px #ff8404;
}
@media(max-width: 768px) {
    #loader_h video {
        height: 100%;
    }
    .c2_box_bg {
    height: 40vh;
}
    .check li {
    background-repeat: no-repeat;
    background-size: 26px;
    padding: 5px 5px 5px 35px;
    font-size: 16px;
}
.catch3 {
    top: 3%;
}
.intro_box .hane2 {
    right: -22px;
    top: 15%;
}
.intro_box .hane3 {
    right: 4%;
    top: 0%;
}
.cms_box .cms_box_bg {
    height: 40%;
    bottom: -58px;
    top: inherit;
}
.cms_box .cms_box_bg:before {
    height: 123px;
    background-size: auto 100%;
}

}
@media(max-width: 667px) {
.br {
    width: 200%!important;
}
#cms_6-c .catewrap {
    background-size: 154%;
}
.main_img_txt {
    width: 92%;
}
.intro_box .hane2 {
    top: inherit;
    width: 96px;
    bottom: 24px;
    right: 3%;
}
.intro_box .hane3 {
    display: none;
}
.foot1 {
    width: 42%;
    right: -49px;
    top: -26px;
}
.foot2 {
    width: 35%;
    bottom: -29px;
    left: -23px;
}
#page_title .hane2 {
    right: 0;
    z-index: -1;
    width: 138px;
    top: 29%;
    left: 200px;
    margin: auto;
}

.catch3 {
    width: 33%;
    top: 7%;
    right: -2%;
}
.catch5 {
    left: 11%;
    top: 15%;
    width: 31%;
}
.catch4 {
    bottom: -23px;
    right: -1px;
}
.top_list li {
    padding: 4px 10px 13px 45px;
    background-size: 36px;
    margin-bottom: 10px;
    font-size: 14px;
}
.top_cms_title {
    background-position: 50% 0px;
    background-size: 150px;
}
#page_title .hane3 {
    right: 0;
    z-index: 0;
    width: 161px;
    top: -65%;
    z-index: -1;
    margin: auto;
}
.bnr_base {
    bottom: 9px;
    z-index: 7;
    left: 9px;
    max-width: 180px;
}
.main_img_txt span {
    padding: 4px 50px 6px;
}
.title_box h2 {
    font-size: 4.5vw;
}
.button_container {
    bottom: -3px;
}
.modal_scroll .width_1280-1000, .modal2 .width_1280-1000 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}
.intro_img div {
    top: -11%;
}
.catch1 {
    width: 35%;
    left: 1%;
    top: inherit;
    bottom: 1%;
}
.catch2 {
    width: 31%;
    bottom: 7%;
}
footer {
    background-size: 169% auto;
}

.con_item {
    max-width: 78px;
    margin: 0 auto 18px;
}
/*.top_cms_box {*/
/*    background: #f7f7f7;*/
/*    background: url(../Dup/img/water.jpg);*/
/*    background-size: cover;*/
/*}*/


.button_container.active .top, .button_container.active .bottom {
    background: #353587;
}

}






.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}




#cms_3-a .cate {
        background: rgba(255, 255, 255, 0.82);
    padding: 20px;
    border-radius: 20px;
}
#cms_3-a .cate {
    margin-top: -100px;
    padding-top: 100px;
}
.cms_3-a .cate {
    /*width: 32%!important;*/
}
.cms_3-a a {
    position: relative;
    display: block;
}
.cms_3-a figure {
border-radius: 10px;
}
.cms_3-a figure:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(78, 78, 78, 0.38);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 10px;
}
.cms_3-a .cate_title {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 5px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background-image: url(Dup/img/hane4.png);
    background-size: 67px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 63px;
    margin-top: -21px;
}
.rectangle2_img {
        position: relative;
    overflow: hidden;
}

@media(max-width: 667px) {
    .menupng2 {
    width: 123px;
}
.menupng1 {
    width: 129px;
}
    .cms_3-a .cate {
        margin-bottom: 0;
    }
#cms_3-a .cate, #cms_2-a .cate_box {
    padding: 10px;
    padding-top: 80px;
    margin-top: -80px;
} 
}


.txt_color1 {
    color: #97310a;
}
.border_color1 {
    border-color: #ffcb95;
}
.bg_color1 {
    background-color: #ff733e;
}

#s_content2 > h2 {
    background-image: url(Dup/img/mangetu.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 9px auto;
    max-width: 400px;
    text-align: center;
    background-size: contain;
}



.link_type2 .cate_box a {
    color: #f17f49;
        border: 2px solid #f5c5d3;
    box-sizing: border-box;
}
.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: #fff9f4;
    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;
}