﻿@font-face {
font-family: "poppins_m";
  src: url("./Dup/img/poppins_m.ttf") format("ttf"),url("./Dup/img/poppins_m.eot") format("eot"),url("./Dup/img/poppins_m.woff") format("woff"),url("./Dup/img/poppins_m.woff2") format("woff2");
}
.font1{font-family: "poppins_m","sans-serif";}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img,#top_cms{position: relative;}
/*リピートなし*/
#main_img:before,.main1,.main2,.main3,.main4,.main5,.main6,.catch,#top_cms:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#main_img:before{
background-image: url(./Dup/img/bg3.jpg);
background-size: 80%;
background-repeat: repeat;
width: 100%;
height: 100%;
top: 0;
left: 0;
mix-blend-mode: color-burn;
z-index: 1;
}
.main1{
background-image: url(./Dup/img/main1.jpg);
width: 22vw;
height: 35vw;
top: 0;
left: 0;
z-index: 1;
}
.main2{
background-image: url(./Dup/img/main2.jpg);
width: 22vw;
height: 35vw;
bottom: 0;
right: 0;
}

.main3{
background-image: url(./Dup/img/main3.png);
width: 37vw;
height: 40vw;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.main4{
background-image: url(./Dup/img/main4.jpg);
width: 10vw;
height: 10vw;
top: 27%;
left: 6%;
}
.main5{
background-image: url(./Dup/img/main5.jpg);
width: 10vw;
height: 10vw;
bottom: 19%;
left: 15%;
}
.main6{
background-image: url(./Dup/img/main6.jpg);
width: 10vw;
height: 10vw;
top: 25%;
right: 10%;
}
.catch{
background-image: url(./Dup/img/catch.png);
width: 20vw;
height: 14vw;
bottom: 10vw;
right: 17vw;
}

#top_cms:before{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 27vw;
height: 36vw;
bottom: 0;
right: 0;
pointer-events: none;
}
/*--------------------------------
全体
--------------------------------*/
#loading{z-index: 99;}

#logo,#menu_nav #nav_logo{width: 150px;}
.foot_tel,.nav_tel,.tel_bt{display: none;}

.fix_banner{
width: 200px;
position: fixed;
bottom: 10px;
right: 90px;
z-index: 1;
}
/* スマホ時真ん中へ */
@media  screen and (max-width: 667px){
.fix_banner{
width: 120px;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
}

.cate_list.bg_color2,#page_list{background-color: #dfdacf;}

#loading,#menu_nav .bg_color1,.top_con_wrap,.top_info_right{
background-image: url(./Dup/img/bg.jpg);
background-size: cover;
}
input.bg_color2,textarea.bg_color2{background-color: #2d2d2d;}
/*--------------------------------
TOP
--------------------------------*/
.center_wrap{
width: 42vw;
height: 40vw;
top: 52%;
}
.center_wrap > div{
width: 100%;
height: 100%;
}

#top_con .con_about{
letter-spacing: 30px;
width: 600px;
}

#top_con2 .intro_img{
	margin-top: -70px
}
#top_con2 .con_no{
    transform: translate(-50%, -100%) rotate(90deg);
    transform-origin: left bottom;
    top: 0;
    left: -10px;
}
#top_con2 .intro_title1{
	height: 400px
}
#top_con2 .intro_title2{
	width: 400px;
    transform: translate(100%, -100%) rotate(90deg);
    transform-origin: left bottom;
    top: 0;
    right: -10px;
}

.youtube:before {
content: "";
display: block;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* TOP お知らせ */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #fdf4e1;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*--------------------------------
下層
--------------------------------*/
#page08 input,#page08 textarea{color: #fff;}
#page08 input::-webkit-input-placeholder,#page08 textarea::-webkit-input-placeholder{
color: #fff;
}
#page08 input:-moz-placeholder,#page08 textarea:-moz-placeholder{
color: #fff;
}
#page08 input:-ms-input-placeholder,#page08 textarea:-ms-input-placeholder{
color: #fff;
}

@media  screen and (max-width: 1366px){

.main4,.main5,.main6{
width: 15vw;
height: 15vw;
}
#top_cms:before{bottom: 65px;}

}
@media  screen and (max-width: 1000px){

.center_wrap {
width: 55vw;
height: 57vw;
}
.main1,.main2{
width: 29vw;
height: 46vw;
}
.main3{
width: 46vw;
height: 50vw;
}
.catch{
width: 26vw;
height: 18vw;
bottom: 17vw;
right: 7vw;
}

#top_cms:before{bottom: 150px;}

}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

#logo{
width: 120px;
top: 20px;
left: 30px;
}
#menu_nav #nav_logo{width: 120px;}
.center_wrap{
width: 60vw;
height: 63vw;
}
.main1, .main2{
width: 32vw;
height: 51vw;
}
.catch {
width: 30vw;
height: 21vw;
bottom: 21vw;
}
#top_cms:before{
bottom: -220px;
z-index: 1;
}

#top_con2 .con_no{transform: translate(-25%, -100%) rotate(90deg);}
#top_con2 .intro_img, #top_con2 .intro_title_wrap, #top_con2 .more{
	opacity: 1;
	filter: none;
	transform: none
}
#top_con2 .intro_title1{
	height: 300px
}
#top_con2 .intro_title2{
	width: 300px
}


}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

#logo {
width: 85px;
top: 15px;
left: 15px;
}
#menu_nav #nav_logo{width: 85px;}
#logo2{max-width: 200px;}
#head_contact{display: none;}

.center_wrap{top: 47%;}
.main3{
width: 50vw;
height: 54vw;
}
.catch{
width: 32vw;
height: 22vw;
bottom: 24vw;
}
#top_con .con_about{
letter-spacing: 12px;
width: 100%;
}
#top_cms:before{
width: 50vw;
height: 68vw;
bottom: -172px;
}

#top_con2 .intro_img{
	margin-top: -50px;
	height: 60vw
}
#top_con2 .con_no {
    transform: rotate(90deg);
    transform-origin: left bottom;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 10px;
}
#top_con2 .intro_title1 {
    height: inherit;
}
#top_con2 .intro_title2 {
    width: auto;
	transform: none
}

}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #333; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #333;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #333;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #333;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #37281E;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #DC9B5F;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #282319;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #dfdacf;} /* アクセントカラー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: #37281E;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #DC9B5F;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #282319;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #dfdacf;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #37281E;}
.border_color2,.hvr_border_color2:hover{border-color: #DC9B5F;}
.border_color3,.hvr_border_color3:hover{border-color: #282319;}
.border_color4,.hvr_border_color4:hover{border-color: #dfdacf;}