﻿@charset "utf-8";
/* CSS Document */
/* color */
.txt_color_nomal{color: #3d3d3d;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #f35b65} /* メインカラー */
.txt_color2{color: #afe5eb} /* サブカラー */
.txt_color3{color: #b3b3b3} /* アクセントカラー1 */
.txt_color4{color: #afe5eb} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #f35b65} /* メインカラー */
.bg_color2{background-color: #afe5eb} /* サブカラー */
.bg_color3{background-color: #afe5eb} /* アクセントカラー1 */
.bg_color4{background-color: #afe5eb} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #f35b65}
.border_color2{border-color: #afe5eb}
.border_color3{border-color: #b3b3b3}
.border_color4{border-color: #afe5eb}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #3d3d3d;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #f35b65} /* メインカラー */
.hvr_txt_color2:hover{color: #afe5eb} /* サブカラー */
.hvr_txt_color3:hover{color: #b3b3b3} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #afe5eb} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #f35b65} /* メインカラー */
.hvr_bg_color2:hover{background-color: #afe5eb} /* サブカラー */
.hvr_bg_color3:hover{background-color: #b3b3b3} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #afe5eb} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #f35b65 }
.hvr_border_color2:hover{border-color: #afe5eb}
.hvr_border_color3:hover{border-color: #b3b3b3}
.hvr_border_color4:hover{border-color: #afe5eb}

.linkStyle {
    color: #f35b65;
}
.top_cms_title .bg_color1 {
    background-color: #f7cc38;
}

#intro span {
    border-color: #afe5eb transparent transparent transparent !important;
}
#intro {
    background-image: none;
    background: linear-gradient(-45deg, #afe5eb, #bafaeb, #69daeb, #cdfeeb);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;

}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.risou {
    bottom: 80px;
    right: 64px;
    width: 30%;
}
.mizu2 {
    top: 17px;
    right: 00px;
    width: 38%;
    opacity: 0.6;
}
.mizu1 {
    bottom: 0;
}
#intro .box_wrap .box {
    width: 45%;
    z-index: 1;
}
.check {
    top: -50px;
    right: -50px;
    width: 150px;
}
#intro h4 {
    position: relative;
    z-index: 1;
}
#main_img #catch {
    width: 35%;
}
.check {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s;
    transition-property: opacity,transform;
}
.check.fadetrans {
    opacity: 1;
    transform: scale(1);
}
#contents_links .square_box a {
    background-color: rgba(100,100,100,0.5);
}
#contents .contents_txt {
    background-color: rgba(100,100,100,0.5);
}
#contents::before {
    background-color: rgba(100,100,100,0.5);
}
footer::after, #page_title::after {
    background-color: rgba(100,100,100,0.5);
}
#intro_title {
    position: relative;
    z-index: 2;
}
#intro_title p, #intro_title h3 {
    position: relative;
}
#intro_title:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/penki.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -30px;
    top: -11px;
    width: 280px;
    height: 280px;
}
.line_box .txt_color1 {
    color: #06c755;
}
/* ---------- 1185px ---------- */
@media screen and (max-width: 1184px){
#main_img #catch {
    width: 44%;
    left: 1%;
}
}
/* ---------- 1079px ---------- */
@media screen and (max-width: 1079px){
#main_img #catch {
    width: 47%;
    left: 0%;
    padding: 30px;
    top: 53%;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.risou {
    bottom: 63%;
    right: 64px;
    width: 37%;
}
#main_img #catch {
    width: 80%;
    left: 0%;
    padding: 50px;
    top: 53%;
}
.mizu2 {
    top: 17px;
    right: 00px;
    width: 62%;
    /*transform: rotate( 
179deg);
    opacity: 0.6;*/
}
#intro_title:before {
    left: 4px;
    top: 2px;
    width: 240px;
    height: 280px;
}
.check {
    top: -50px;
    right: -13px;
    width: 100px;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#main_img #catch {
    width: 93%;
    left: 0%;
    padding: 30px;
    top: 53%;
}
.risou {
    bottom: 74%;
    right: 15px;
    width: 40%;
}
.check {
    top: -50px;
    right: -20px;
    width: 110px;
}
.mizu2 {
    top: 17px;
    right: 0px;
    width: 62%;
    /*transform: rotate( 
179deg);
    opacity: 0.6;*/
}
#intro_title:before {
    left: 4px;
    top: 14px;
    width: 197px;
    height: 280px;
}
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
/*@media all and (-ms-high-contrast:none)*/
#cms_2-b .cate .cate_title {
    padding-top: 7px !important;
}
/*@media all and (-ms-high-contrast:none)*/
#cms_6-a .cate .cate_title {
    padding-top: 7px !important;
}

}

.tel {display:none;}