﻿/* all page */
/*fonts*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: var(--color1);text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
#google_privacy a{color: var(--color1);}
:root{
	--color1: #3b2738;
	--color2: #ebe8d9;
	--color3: #c5bc96;
	--color4: #f5f2e9;
}

.txt_color1, .hvr_txt_color1:hover{color: var(--color1);}
.txt_color2, .hvr_txt_color2:hover{color: var(--color2);}
.txt_color3, .hvr_txt_color3:hover{color: var(--color3);}
.txt_color4, .hvr_txt_color4:hover{color: var(--color4);}

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1);}
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2);}
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3);}
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4);}

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: var(--color1);}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2);}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3);}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4);}


/* header */
#header h1 {background-color: var(--color2);}
#header h1 img {max-width: 200px;}
#header h1.active img {max-width: 100px;}
#fix_bnr {
    bottom: 10px;
    right: 80px;
    z-index: 5;
    width: 25%;
    max-width: 350px;
}
@media screen and (max-width: 667px){
	#fix_bnr{width: 250px;}
}

/* footer */



/* top ----------------------------------------------------------------*/

/* main img */
#main_img{
    background-image: url(/Files/img/main_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#main_img::before, #main_img::after{
    content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
#main_img::before{
    background-image: url(/Files/img/main_filter.png);
	mix-blend-mode: multiply;
}
#main_img::after{
    background-image: url(/Files/img/main_filter2.png);
}
#main_img .main_t {
    width: 50%;
    max-width: 950px;
    top: -47%;
    left: -14%;
    mix-blend-mode: multiply;
}
#main_img .main_b {
    width: 40%;
    max-width: 730px;
    bottom: -35%;
    right: -15%;
    mix-blend-mode: multiply;
}
#main_img .main_catch {
    width: 20%;
    max-width: 320px;
}
#main_img .sub_r{
    width: 12%;
    max-width: 200px;
    top: 5%;
    right: 25%;
    transform: translateX(-30%);
}
#main_img .sub_l {
    width: 12%;
    max-width: 200px;
    bottom: 5%;
    left: 30%;
    transform: translateX(-25%);
}
.ani_fadein{
	display: none;
}
.ani {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
opacity: 0;
}
.ani2 {
  animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
opacity: 0;
  animation-delay: 1.0s;
}
@keyframes slideIn {
  0% {
    opacity: 0;
  }
  40%,100% {
    opacity: 1;
  }
}
@keyframes slideIn2 {
  0% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  40%,100% {
    opacity: 1;
  }
}


/* main */

/* intro */
#intro{position: relative;}
#intro::before, #intro::after{
    content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 50%;
	height: 70%;
	position: absolute;
	right: 1%;
}
#intro::before{
    background-image: url(/Files/img/intro_r-t.png);
	background-position: top right;
	top: 5%;
    width: 30%;
    opacity: 0.6;
}
#intro::after{
    background-image: url(/Files/img/intro_r-b.png);
	background-position: bottom right;
	bottom: 2%;
}
#intro > div {
    position: relative;
    z-index: 2;
}
#intro .intro_txt{
    background-color: rgba(59,39,56,0.6);
}

/* contents */
#contents1::before{
    background-image: url(/Files/img/con1_bg.png);
	mix-blend-mode: multiply;
    content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.contents1_txt{
    max-height: 360px;
}
#contents3::before {
    content: "";
    background-image: url(/Files/img/con3_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
}

/* topcms */
.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
}
.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}
.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;}
}

/* under page ----------------------------------------------------------------*/


/* ---------- 1536px ---------- */
@media screen and (max-width: 1536px){}
/* ---------- 1366px ---------- */
@media screen and (max-width: 1366px){}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#fix_bnr {
    width: 40%;
}
#header h1 img {max-width: 90px;}
#header h1.active img {max-width: 70px;}
#main_img .main_t {
    width: 56%;
    top: -17%;
    left: -15%;
}
#main_img .main_b {
    width: 60%;
    bottom: -25%;
    right: -15%;
}
#main_img .main_catch {
    width: 30%;
    max-width: 320px;
}
#main_img .sub_r {
    width: 15%;
    top: 10%;
    right: 10%;
}
#main_img .sub_l {
    width: 14%;
    bottom: 8%;
    left: 20%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#fix_bnr {width: 65%;}
#header h1 img {max-width: 80px;}
#header h1.active img {max-width: 60px;}
#main_img .sub_r {
    width: 20%;
    top: 14%;
    right: 3%;
}
#main_img .sub_l {
    width: 18%;
    bottom: 5%;
    left: 14%;
}
#main_img .main_catch {
    width: 35%;
}
.contents1_txt {max-height: none;}
#contents2 {min-height: 70vh;}
/* .cate_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    display: block;
    color: #fff;
    margin: 0;
} */

}





