﻿/* color */
.txt_color_nomal{color: #353535;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #353535} /* メインカラー */
.txt_color2{color: #f6f6f6} /* サブカラー */
.txt_color3{color: #86b9f7} /* アクセントカラー1 */
.txt_color4{color: #b5d7d2} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #353535} /* メインカラー */
.bg_color2{background-color: #f6f6f6} /* サブカラー */
.bg_color3{background-color: #86b9f7} /* アクセントカラー1 */
.bg_color4{background-color: #b5d7d2} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #353535}
.border_color2{border-color: #f6f6f6}
.border_color3{border-color: #86b9f7}
.border_color4{border-color: #b5d7d2}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #353535;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #353535} /* メインカラー */
.hvr_txt_color2:hover{color: #f6f6f6} /* サブカラー */
.hvr_txt_color3:hover{color: #86b9f7} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #b5d7d2} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #353535} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f6f6f6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #86b9f7} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #b5d7d2} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #353535 }
.hvr_border_color2:hover{border-color: #f6f6f6}
.hvr_border_color3:hover{border-color: #86b9f7}
.hvr_border_color4:hover{border-color: #b5d7d2}

.linkStyle {
    color: #07c807;
}
#main_img {
    height: 100vh;
    overflow: hidden;
}
/*header {
    background-color: #99ff99;
}*/
header {
     background-color: #99ff99;
    /*background: linear-gradient(to top, #99ff99 60%, #d0e6fd 100%);*/
}
#header .active {
    background-color: #94f794;
}
/*#contents1 {
   background:repeating-linear-gradient(45deg, #fff 0, #fff 10px, #f6f6f6 10px, #f6f6f6 20px);
 }*/
.sen2 {
    bottom: 0;
}
#contents1 {
    background-color: #fff;
}
#contents1 p {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}
.slick-slider {
    z-index: 1;
}
.fa-chevron-up {
    display: none;
}
.red::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:repeating-linear-gradient(45deg, #fff 0, #fff 10px, #f6f6f6 10px, #f6f6f6 20px);
  /*background-color: #fff;
  background-image:
    radial-gradient(#f6f6f6 30%, transparent 30%);
  background-size: 20px 20px;*/
  transition: 1s;
}

.fade::before {
  width: 100%;
}
/*.custom_logo {
    right: 0;
    bottom: 0;
    width: 25%;
    opacity: 0.1;
}*/

.catch {
    right: 5%;
    top: 5%;
    width: 250px;
}
#intro h2 {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    background-color: #333333;
    padding: 1.5% 2% 2%;
    color: #f6f6f6;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: bold;
    font-size: 50px;
}
#intro h3 {
    color: #a1a1a1;
    padding-left: 30px;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.name {
    right: 0px;
    bottom: 0;
    width: 250px;
    z-index: -1;
    opacity: 0.6;
}
.h3_title {
    position: relative;
}
.h3_title:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/fukidasi.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 192px;
    height: 70px;
    z-index: -1;
    top: -21px;
    left: -30px;
}
.h3_title:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/hito.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 70px;
    z-index: -1;
    top: -21px;
    right: -121px;
}
/*************流れるアニメ****************************/
.jp_slide_img_wrapper {
    position: absolute;
    width: 100%;
    height: 35vh;
    background-image: url(./Dup/img/welcome.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: -23px;
    pointer-events: none;
    opacity: 0.1;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.jp_slide_img_overlay{
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
/*    background-color: rgba(46, 36, 100, 0.4);*/
display: none;
}
.main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
 
.main_catch .logo {
    max-width: 250px;
    margin: 0 auto 15px;
}
.main_catch .logo img {
    max-width: 100%;
    height: auto;
}
#contents2 .pd_5per {
    padding: 5% 5% 5% 0;
}
#contents2 h3, #contents2 p {
    margin-left: 5%;
}
#contents1 h4 {
    font-weight: bold;
}

#cms_5-a .box_wrap {
    display: block;
}
#cms_5-a .cate .cate_title {
    cursor: auto;
    padding-left: 30px;
}
.sen3 {
    top: 0;
}
/*#header li a {
    color: #a1a1a1;
}*/
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {
    height: 57vh;
    overflow: hidden;
}
.catch {
    right: 5%;
    top: 5%;
    width: 170px;
}
#contents2 > div {
    transform: translateY(-80px);
    padding: 50px 50px 50px 0!important;
}
.index_header {
    position: static;
    width: 100%;
    padding: 20px 20px 0 20px;
    z-index: 99;
    display: block!important;
    opacity: 1!important;
}
.h3_title:before {
    width: 164px;
    height: 70px;
    z-index: -1;
    top: -23px;
    left: -18px;
}
.h3_title:after {
    width: 50px;
    height: 61px;
    z-index: -1;
    top: -18px;
    right: -100px;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#main_img {
    height: 43vh;
    overflow: hidden;
}
.catch {
    right: 5%;
    top: 5%;
    width: 80px;
}
#intro h2 {
    width: 310px;
    top: -12px;
    font-size: 41px;
    line-height: 1.3;
}
header {
    position: static;
    width: 100%;
    padding: 20px 20px 0 20px;
    z-index: 99;
    display: block!important;
    opacity: 1!important;
}
#header .mg_b-30px {
    margin-bottom: 15px;
}

.sen1 {
    top: -2px;
}
#intro h3 {
    color: #a1a1a1;
    padding-left: 16px;
}
}
@media all and (-ms-high-contrast:none) {
#cms_5-a .cate .cate_title span:last-of-type {
    padding-top: 0px !important;
}
}