﻿@font-face {
font-family: "utsukushi";
  src: url("./Dup/img/utsukushi.otf") format("otf"),url("./Dup/img/utsukushi.woff") format("woff"),url("./Dup/img/utsukushi.woff2") format("woff2");
}
.font1{font-family: "utsukushi","serif";}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#intro h2,#contents h3{position: relative;}
/*リピートなし*/
#intro h2:before,#contents h3:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#intro h2:before{
background-image: url(./Dup/img/icon1.png);
width: 50px;
height: 50px;
top: -50px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#contents h3:before{
width: 60px;
height: 60px;
top: 0;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#contents .box:nth-of-type(1) h3:before{background-image: url(./Dup/img/icon2.png);}
#contents .box:nth-of-type(2) h3:before{background-image: url(./Dup/img/icon3.png);}
#contents .box:nth-of-type(3) h3:before{background-image: url(./Dup/img/icon4.png);}
/*--------------------------------
全体
--------------------------------*/
#fakeloader{
z-index: 9999;
}
#fakeloader .fl{
position: absolute!important;
top: 50%!important;
left: 50%!important;
transform: translate(-50%,-50%)!important;
width: 80%!important;
max-width: 300px;
}
#fakeloader .fl{
animation-name: loader;
animation-duration: 5s;
animation-timing-function: ease;
}
@keyframes loader{
0% {opacity: 0;}
50% {opacity: 1;}
100% {opacity: 0;}
}
.drawer-nav.bg_color1{background-color: rgba(255,255,255,0.95);}
.drawer-nav li a.txt_white{color: #333;}
.drawer-hamburger-icon.bg_color1,.drawer-hamburger-icon::after, .drawer-hamburger-icon::before{background-color: #649b64!important;}
.drawer-open .drawer-hamburger-icon{background-color: transparent!important;}

.youtube{
position: relative;
max-width: 780px;
width: 100%;
text-align: center;
margin: 0 auto 4%;
}
.youtube:before {
content: "";
display: block;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

header #header #header_menu li a span.txt_color1{color: #333;}

footer .bg_color1{background-color: #cccccc;}
#copyright.bg_color1{background-color: #649b64;}
#page-top a{background-color: #949494;}
/*--------------------------------
TOP
--------------------------------*/
#wrap.top{opacity: 0;}

#video_select{
z-index: 1000;
top: 0;
background-color: #EEEEEE;
color: #333;
}
.v_bt{
cursor:pointer;
color: #fff;
background-color: #649b64;
border-radius: 5px;
padding: 10px 30px;
transition: opacity 0.3s;
}
.v_bt:hover{opacity: 0.7;}

#video{ height: 100vh; }
#video video{
width: 100%!important;
height: auto;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

#contents{background-color: #f4f8f4;}
#contents h3{padding-top: 70px;}
.swiper-button-next, .swiper-button-prev{
background: url(./Dup/img/slide_arrow.png);
background-size: 100%;
width: 40px;
height: 40px;
top: auto;
bottom: 10px;
}
.swiper-button-prev{right: 60px;transform: scale(-1, 1);}
.swiper-button-next{right: 10px;}
/*--------------------------------
下層
--------------------------------*/
#filter_white{background-color: transparent!important;}
#page_title span.bg_color3{background-color: #649b64;}

.cate_list li{
text-align: center;
width: 30%;
margin-right: 5%;
margin-bottom: 20px;
box-sizing: border-box;
}
.cate_list li:nth-of-type(3n){margin-right: 0;}
.cate_list li a{
padding: 10px;
background-color: #649b64;
color: white;
}
.cate_list li a:hover{
background-color: #dcebdc;
color: #666;
opacity: 1;
}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {

.v_bt,.cate_list li a{padding-bottom: 5px;}
#page_title h2 span{padding-top: 15px;}

}

@media  screen and (max-width: 1600px){
#video video{
width: auto!important;
height: 100%;
}
}
/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
#wrap.top{padding-top: 137px!important;}
header{top: 0;}
header #header #header_menu li{width: auto;}
#main_img,#video{ height: 40vh; }
#video video{
width: 100%!important;
height: auto;
}

.cate_list li{width: 47.5%;}
.cate_list li:nth-of-type(3n){margin-right: 5%;}
.cate_list li:nth-of-type(2n){margin-right: 0;}

}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#fakeloader .fl{max-width: 250px;}
#wrap.top{padding-top: 71px!important;}
.v_bt{padding: 10px 20px;}
#main_img,#video{ height: 31vh; }

.cate_list li{width: 100%;margin-right: 0;}
.cate_list li:nth-of-type(3n){margin-right: 0;}

}

/*--------------------------自動リンク--------------------------*/
/* color */
.linkStyle{color: #dcc35a; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #dcc35a;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #808080;}
.bg_color2 .linkStyle{color: #808080;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #dcc35a;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------カラー--------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #808080;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #F9F9F9;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #649b64;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #dcebdc;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #EEEEEE;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #F9F9F9;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #649b64;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #dcebdc;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}


/* border-color ※!important */
.border_color1,.hvr_border_color1:hover{border-color: #EEEEEE;}
.border_color2,.hvr_border_color2:hover{border-color: #F9F9F9;}
.border_color3,.hvr_border_color3:hover{border-color: #649b64;}
.border_color4,.hvr_border_color4:hover{border-color: #dcebdc;}
