﻿@import url('https://fonts.googleapis.com/css2?family=Dongle&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

.font1,
.menu .nav2,
.t_cms_txt2,
.t_cms_txt5,
.t_cms_txt8,
.cms_title .font_2up,
#top_cms .more .txt_color_nomal,
.other_link .box_title2,
#page_title .font_25{
    font-family: 'Dongle', sans-serif;
    font-size:2rem;
    line-height:1;
}
.font2,
.catch,
.menu .nav1,
.t_cms_txt3,
.t_cms_txt6,
.t_cms_txt9,
.cms_title .font_12up,
.other_link h2,
#page_title .font_45{
    font-family: 'Kiwi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:500;
}

.linkStyle{
    color:#5eae2e;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}




/*--all page---------------------------
-------------------------------------*/
#loading_logo{
    max-width:250px;
}
#body{
    line-height:2;
    overflow:hidden;
}
#wrap{
    width:100%!important;
    margin-top:0;
}
.menu .nav ul li{
    border-left:0;
}
.menu .nav2{
    font-size:1.5rem;
}
.svg_box{
    display:none;
}
.bottom_menu{
    padding-left:20px;
}
.bottom_menu li a{
    font-size: 1rem;
}
.zoomup img {
	vertical-align: top;
	-webkit-transition: all 3s ease-out;
	transition: all 3s ease-out;
}
.zoomup:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#page-top a{
    border-radius:25px;
}

/*--top page---------------------------
-------------------------------------*/
.top_nav{
    display:none;
}
.main_img::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.1);
    top:0;
    left:0;
    z-index:1;
    pointer-events:none;
}
.catch{
    z-index:2;
    font-size: 2.5rem;
    letter-spacing: 12px;
}
.main_img_wrap .navi{
    display:none;
}
.main_img_wrap {
    max-height: initial;
    min-height: auto;
    width:100%;
    background-color: #f6f5ee;
}
#contents{
    padding-bottom:100px;
    background:url(./Dup/img/wave1.png),url(./Dup/img/wave4.png),#f6f5ee;
    background-repeat:no-repeat,no-repeat;
    background-position: top 35% left,bottom -1% left;
    background-size:100% auto,100% auto;
}
#contents .box{
    margin-bottom:100px;
}
.txt_wrap{
    position:relative;
    z-index:1;
}
.bnr a{
    border-radius:50px;
}

.t_cms_img1 img{
    border-radius: 71% 48% 65% 54%/85% 74% 65% 71%;
}
.t_cms_img2 img{
    border-radius: 59% 72% 65% 60%/85% 79% 80% 71%;
}
.t_cms_img3 img{
    border-radius: 71% 48% 65% 54%/85% 74% 65% 71%;
}
.img-container:before{
    display:none;
}
.t_cms_img1:before,
.t_cms_img2:before,
.t_cms_img3:before{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;    
}
.t_cms_img1:before{
    width: 20vw;
    height: 40vh;
    background-image: url(./Dup/img/dot1.png);
    bottom: -150px;
    right: -23%;
}
.t_cms_img2:before{
    width: 17vw;
    height: 30vh;
    background-image: url(./Dup/img/dot2.png);
    bottom: -50px;
    left: -23%;
}
.t_cms_img3:before{
    width: 20vw;
    height: 40vh;
    background-image: url(./Dup/img/dot3.png);
    bottom: -150px;
    right: -23%;
}


.t_cms_txt2,
.t_cms_txt5,
.t_cms_txt8{
    font-size:3rem;
    line-height: 1;
}
.t_cms_txt3,
.t_cms_txt6,
.t_cms_txt9{
    font-size: 1.7rem;
}
#top_cms{
    position:relative;
    background:url(./Dup/img/wave2.png),url(./Dup/img/wave3.png);
    background-repeat:no-repeat,no-repeat;
    background-position: top 35% left,bottom -3% left;
    background-size:100% auto,100% auto;
}
#top_cms .line{
    display:none;
}
.cms_con_title{
    font-size: 6rem;
    line-height: 0.5;
    letter-spacing: 3px;
    margin-bottom: 50px;
    position:relative;
}
.cms_con_title:before{
    content:'';
    position:absolute;
    display:block;
    width:20vw;
    height: 23vh;
    background-image:url(./Dup/img/dot4.png);
    background-repeat:no-repeat;
    background-size:contain;
    top:-100px;
    left:-100px;
    z-index:-1;
}
.cms_title{
    position:relative;
}
.cms_title:before{
    content: '';
    position: absolute;
    display: block;
    width: 7vw;
    height: 12vh;
    background-image: url(./Dup/img/dot5.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -10px;
    left: -80px;
    z-index: -1;
    opacity: 0.5;
}
#top_cms .more .txt_color_nomal{
    font-size:2rem;
}
.top_cms_box .more_box .more{
    border-radius: 50px;
}
.top_cms_box:before{
    background-color: #a7d28d;
}
.other .box{
    border:0;
}
.other .box:hover {
    background-color: #9c938b;
}
.other .box:hover::before{
    display:none;
    transition: all 0.5s;
}
.other .box::before{
    content:'';
    position:absolute;
    display:block;
    width:90%;
    height:85%;
    background-color:rgba(255,255,255,0.5);
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    border-radius: 20px;
    z-index:1;
    pointer-events:none;
}
.other .box_item{
    z-index:2;
}
.other .box_title2{
    color: #a7d28d;
}
.other .box figure{
    opacity:1;
}
.fix_bnr{
    right:80px;
    z-index:9;
}
.fix_bnr a  {
    border-radius: 25px;
}


/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
    opacity: 0;
}
/*--under page---------------------------
-------------------------------------*/
.all_page{
    background-color: transparent;
}

.all_page:before{
    display:none;
}
#page_title{
    padding-top:0;
}
#title_img{
    width:100%;
}
.cms_outer{
    background-image:url(./Dup/img/wave1.png);
    background-repeat:no-repeat;
    background-size:100% auto;
}
#cms_1-a .date{
    border-radius: 0 0 30px 0;
}
#page8 .contact_box a{
    border-radius:50px;
}
#page10 .more{
    border-radius: 50px;
}

/* ---------- responshive ---------- */
@media screen and (max-width: 1255px){
.catch {
    font-size: 1.5rem;
  }
.cms_con_title {
    font-size: 5rem;
  }
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#loading_logo{
    max-width:200px;
}
#header{
    padding-top:15px;
}
.main_img {
    margin-top: 100px;
}
.main_img::before{
    height:50%;
    top:100px;
}
.main_wrap {
    padding-top:0;
    margin-top: 51.5vh
}
.catch{
    width: 100%;
    text-align: center;
    top: 30%;
    font-size: 2rem;
}
#contents{
    background: url(./Dup/img/wave1_tb.png),url(./Dup/img/wave5_tb.png),url(./Dup/img/wave4.png),#f6f5ee;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: top 5% left,top 65% left,bottom -1% left;
    background-size: 100% auto,100% auto,100% auto;
}
#contents .box .txt_wrap {
    width: 80%;
    padding-left:0;
    padding-right:0;
}
#contents .box figure {
    width: 70%;
    margin-top:20px;
    margin-bottom:20px;
}
.bnr{
    margin-bottom:50px;
}
.bnr a{
    margin:auto;
}
.t_cms_img1:before,
.t_cms_img3:before{
    width: 32vw;
    height: 25vh;
}
.t_cms_img2:before {
    width: 25vw;
    height: 15vh;
    bottom: -20px;
    left: -12%;
}
.cms_con_title:before{
        width: 26vw;
    height: 19vh;
    top: -100px;
    left: -70px;
}
#top_cms{
    background: url(./Dup/img/wave2_tb.png),url(./Dup/img/wave3_tb.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top 35% left,bottom 5% left;
    background-size: 100% auto,100% auto;
}
.cms_title:before{
    width: 13vw;
    height: 10vh;
    top: -10px;
    left: -60px
}
.cms_outer {
    background-image: url(./Dup/img/wave1_tb.png);
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading_logo {
    width: 40%;
}
header .logo {
    width: 20%;
}
.main_img::before {
    height: 38%;
}
.main_wrap{
    margin-top: 46.5vh;
}
.catch{
    top: 45%;
    font-size: 1.2rem;
    letter-spacing: 6px;
}
#contents{
    background-position: top 5% left,top 65% left,bottom 0% left;
}
.t_cms_txt2, .t_cms_txt5, .t_cms_txt8 {
    font-size: 2rem;
}
.t_cms_txt3, .t_cms_txt6, .t_cms_txt9 {
    font-size: 1.5rem;
}
.t_cms_img1:before, .t_cms_img3:before {
    width: 32vw;
    height: 20vh;
    bottom: -50px;
}
#contents .box figure {
    width: 90%;
}
.cms_con_title {
    font-size: 4rem;
}
.cms_con_title:before {
    width: 26vw;
    height: 15vh;
    top: -70px;
    left: -40px;
}
.cms_title:before{
    left:-20px;
}
.all_header #header {
    padding-top: 10px!important;
}
#page_title .img-container::after {
    background-color: rgba(182,182,182,0.4);
}
.sns_links{
    justify-content: flex-end!important;
}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
.bnr a{
    padding-top:18px;
}
.contact_box a{
    padding-top:25px;
}
}


