﻿/* 共通 全体 */
body{
    background-color:#fcf9ff;
}

/* 共通 カテゴリ */
.cate_list{
    border-color: var(--color4)!important;
}

/* 共通 TOPボタン */
/*     #page-top .txt_color1{
    color:var(--color2);
} */

/* TOP FV高さ */
#main_img {
    max-height: 800px;
    min-height: 580px;
}
@media screen and (max-width: 1540px){
    #main_img {
    max-height: 680px;
}
}
@media screen and (max-width: 1300px){
    #main_img {
    max-height: 600px;
}
}
@media screen and (max-width: 1000px){
#main_img {
    max-height: 530px;
    min-height: 500px;
}
}
@media screen and (max-width: 768px) {
    #main_img {
        min-height: 620px;
    }
}
@media screen and (max-width: 667px) {
    #main_img {
        min-height: 660px;
    }
}

/* TOP FV */
#main_img .flex_top-center{
    margin-top: 120px;
}
.fv_item01{
    width: 45%;
    margin-bottom: 16%;
}
/* .fv_item03{
    position: relative;
} */
.fv_item_wrap01 {
  width: 24%; /* 左側グループとして明示 */
  position: relative;
}
.fv_item_wrap02 {
  width: 24%; /* 左側グループとして明示 */
  position: relative;
  margin-top:1%;
}
.fv_item04{
    position: absolute;
    top: 38%;
    left: 12%;
    animation: upDown 3s ease-in-out infinite;
}
.fv_item06 {
    position: absolute;
    top: 44%;
    right: 16%;
    width: 48%;
    animation: upDown 5s ease-in-out infinite;
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    #main_img {
        height: 62vh !important;
    }
#main_img .flex_top-center{
    margin-top: 15%!important;
}
  /* 全体レイアウト：上1つ、下2つ横並び */
  #main_img .d_flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  /* fv_item01 を1段目に（中央寄せ） */
  .fv_item01 {
    width: 56%;
    text-align: center;
    order: 1;
    margin-bottom: 2%;
  }
  /* fv_item_wrap01 と fv_item02 を横並び */
  .fv_item_wrap01,
  .fv_item_wrap02 {
    order: 2;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .fv_item_wrap02{
        width: 24%;
    }
  /* fv_item_wrap01 内の画像サイズ */
  .fv_item03,
  .fv_item04 {
    width: 45%;
  }
.fv_item04 {
    top: 52%;
    left: 8%;
}
}

@media screen and (max-width: 667px){
    #main_img .flex_top-center {
        margin-top: 10% !important;
    }
    .fv_item01 {
        width: 75%;
    }
    .fv_item_wrap02 {
        width: 36%;
    }
    .fv_item03 {
        width: 75%;
    }
    .fv_item04 {
        top: 40%;
        left: -17%;
        width: 71%;
    }
}

/* TOP 項目 */
.link_type2 .cate_box a {
    color: #fff;
}
.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(136,109,195,0.6);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: var(--color3);
    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;
}

/* お知らせ */
.blogListPattern_1_item .border_color2{
    border-color:var(--color3);
}

/* お問い合わせ */
#page8 #form_box .box input, #page8 #form_box .box textarea{
        background-color: #fff;
}