﻿/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
.intro_img,#contents .box,.top_cms_box .cms_title h2,#cms_3-c .box_title3 span{position: relative;}
/*リピートなし*/
.intro_img:before,#contents .box:before,.top_cms_box .cms_title h2:before,#cms_3-c .box_title3 span:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}
.intro_img:before{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 17vw;
height: 17vw;
bottom: -62px;
left: -17px;
z-index: 1;
}
#contents .box1:before{
background-image: url(./Dup/img/obj2.jpg);
width: 350px;
height: 110px;
bottom: 120px;
right: -70px;
z-index: 1;
}
#contents .box2:before{
background-image: url(./Dup/img/obj3.jpg);
width: 200px;
height: 400px;
bottom: 85px;
left: -120px;
}
#contents .box3:before{
background-image: url(./Dup/img/obj4.jpg);
width: 255px;
height: 180px;
bottom: 70px;
right: -70px;
z-index: 1;
}

.top_cms_box .cms_title h2{border-bottom: none;}
.top_cms_box .cms_title h2:before,#cms_3-c .box_title3 span:before{
background-image: url(./Dup/img/line1.png);
width: 100px;
height: 10px;
bottom: -20px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#cms_3-c .box_title3 span:before{
width: 80px;
height: 8px;
bottom: -15px;
}
/*--------------------------------
全体
--------------------------------*/
#wrap,#luxy{background-color: #f6f4ec;}
header.transform{background-color: rgba(255,255,255,0.9);}
footer .bg_color2{background-color: #efe8d5;}
.fix_banner{
width: 350px;
position: fixed;
bottom: 10px;
right: 95px;
z-index: 5;
}
/* スマホ時真ん中へ */
@media  screen and (max-width: 667px){
.fix_banner{
width: 200px;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
}
/*--------------------------------
TOP
--------------------------------*/
.txt_anim{
filter: blur(7px);
transform: scale(1.2);

}
.txt_anim.active{animation: blur 2s ease 0s forwards;}
@keyframes blur {
	0% {filter: blur(7px);transform: scale(1.2);}
	100% {filter: blur(0);transform: scale(1.0);}
}

#main_img{
background-image: url('./Dup/img/bg.jpg');
background-size: cover;
}
#main_img > span{display: block;}

.main1{
width: 600px;
height: 800px;
overflow: hidden;
margin: 0 auto;
}
.main1 > span{
width: 100%;
height: 100%;
position: absolute;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.main1 img{
width: auto;
height: 100%;
}
.main2{
width: 400px;
height: 400px;
overflow: hidden;
position: absolute;
top: 21vw;
left: 5vw;
}
.main2 img{
width: auto;
height: 100%;
}
.main3{
width: 500px;
height: 500px;
overflow: hidden;
position: absolute;
top:0;
right: 0;
}
.main3 img{
width: auto;
height: 100%;
}
.main4{
width: 600px;
height: 250px;
overflow: hidden;
position: absolute;
bottom: 1vw;
left: 15vw;
}
.main4 img{
width: 100%;
height: auto;
}
.main5{
width: 3500px;
height: 160px;
position: absolute;
bottom: -3vw;
}
.catch{
/*
width: 1300px;
height: 850px;
*/
width: 135vh;
height: 88vh;
margin: 0 auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.catch > span{
width: 100%;
height: 100%;
display: block;
filter: drop-shadow(1px 1px 4px #f1e9d8);
}


.intro_img1{
overflow: hidden;
width: 600px;
height: 400px;
}
.intro_img1 img{
width: auto;
height: 100%;
}
.intro_img2{
overflow: hidden;
width: 400px;
height: 300px;
}
.intro_img2 img{
width: auto;
height: 100%;
}

#contents .con_img{
overflow: hidden;
position: relative;
height: 500px;
min-height: auto;
}
#contents .con_img img{
width: auto;
height: 100%;
position: absolute;
top: -40px;
left: -30%;
}

/* TOPお知らせ */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	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
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* TOP Experience */
/* ---------- loopSlider ---------- */
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: #1c1c1c;
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}
@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media(max-width: 667px) {
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
}
/*--------------------------------
下層
--------------------------------*/

#cms_2-g .date{top: -10px;}
#cms_3-c .cate_box:first-of-type .box_title3{padding-top: 0;}

@media  screen and (max-width: 1536px){
.main2{
width: 300px;
height: 300px;
}
.main3{
width: 350px;
height: 350px;
}
.main4{
width: 500px;
height: 200px;
}
}
@media  screen and (max-width: 1366px){
.main2{
width: 250px;
height: 250px;
}
.main3{
width: 300px;
height: 300px;
}
.main4{
width: 450px;
height: 150px;
}
.main5{
width: 2580px;
height: 120px;
}
}
@media  screen and (max-width: 1280px){
.main2{
width: 200px;
height: 200px;
top: 31vw;
}
.main3{
width: 250px;
height: 250px;
}
.main4{
width: 400px;
height: 150px;
}
.main5{
width: 2450px;
height: 115px;
}
.intro_img:before{
bottom: 30px;
left: 15px;
}
}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

#main_img{height: 100vh;}
.main1{
width: 500px;
height: 800px;
position: absolute;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.main2{
width: 200px;
height: 200px;
top: 68vw;
}
.main3{top: 140px;}
.main4{
bottom: 8vw;
left: auto;
right: 0;
}
.catch{
width: 95vw;
height: 48vh;
margin: 0 auto;
position: absolute;
top:50%;
bottom: auto;
left: 50%;
right: auto;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.main5 img{display: none;}
.main5{
position: absolute;
content: "";
left: 0;
bottom: 150px;
width: 100%;
height: 120px;
background-image: url("./Dup/img/txt1.png");
background-size: 3000px;
background-repeat: repeat-x;
animation: loop 30s linear infinite;
}
.intro_img:before{
width: 45vw;
height: 45vw;
bottom: -80px;
left: -10px;
}
#contents .con_txt_wrap{margin-top: 70px;}
#contents .con_img{height: 400px;}
#contents .con_img img{
width: 100%;
height: auto;
position: absolute;
top: auto;
left: auto;
}
#contents .box1:before{
bottom: auto;
top: 340px;
right: -30px;
}
#contents .box2:before{
width: 175px;
height: 350px;
bottom: auto;
top: 50px;
left: -70px;
}
#contents .box3:before{
bottom: auto;
top: 270px;
right: -40px;
}

}

@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -3000px;}
}
/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){
header{background-color: rgba(255,255,255,0.9);}
.drawer-hamburger{
padding-top: 0!important;
padding-bottom: 20px!important;
}
#main_img{height: 85vh;}
.main1{
width: 70vw;
height: 90vw;
top: 55%;
}
.main2{
width: 100px;
height: 100px;
top: 79vw;
}
.main3{
width: 150px;
height: 150px;
top: 70px;
}
.main4{
width: 200px;
height: 95px;
bottom: 45px;
}
.main5{
bottom: 50px;
height: 80px;
background-size: 2000px;
animation: loop2 30s linear infinite;
}
.catch{top: 59%;}

.intro_img1,#intro .intro_img2{
width: 100%;
height: 250px;
}
#contents .con_img{height: 200px;}
#contents .box1:before{
width: 250px;
height: 85px;
top: 165px;
}
#contents .box2:before{
width: 100px;
height: 200px;
top: 50px;
left: -20px;
}
#contents .box3:before{
width: 170px;
height: 110px;
top: 140px;
right: -20px;
}

}
@keyframes loop2{
	0% {background-position-x: 0;}
	100% {background-position-x: -2000px;}
}

/*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: #C8A050;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #F8F5E3;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #A08269;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #EBD7BE;} /* アクセントカラー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: #C8A050;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #F8F5E3;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #A08269;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #EBD7BE;} /* アクセントカラー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: #C8A050;}
.border_color2,.hvr_border_color2:hover{border-color: #F8F5E3;}
.border_color3,.hvr_border_color3:hover{border-color: #A08269;}
.border_color4,.hvr_border_color4:hover{border-color: #EBD7BE;}

/*--------------------------------
■2px大きく
--------------------------------*/
html{font-size: 16px;}
body{-webkit-text-size-adjust: 120%;font-size: 16px;}

.font_12{font-size: 14px;}
.font_14{font-size: 16px;}
.font_16{font-size: 18px;}
.font_18{font-size: 20px;}
.font_20{font-size: 22px;}
.font_22{font-size: 24px;}
.font_24{font-size: 26px;}
.font_26{font-size: 28px;}
.font_28{font-size: 30px;}
.font_30{font-size: 32px;}
.font_100per{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

@media  screen and (max-width: 768px){
.font_12_tb{font-size: 14px;}
.font_14_tb{font-size: 16px;}
.font_16_tb{font-size: 18px;}
.font_18_tb{font-size: 20px;}
.font_20_tb{font-size: 22px;}
.font_22_tb{font-size: 24px;}
.font_24_tb{font-size: 26px;}
.font_26_tb{font-size: 28px;}
.font_28_tb{font-size: 30px;}
.font_30_tb{font-size: 32px;}
.font_100per_tb{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_tb{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_tb{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_tb{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_tb{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_tb{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_tb{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}
}

/*--------------------------------
■スマホ時　1px大きく
--------------------------------*/
@media  screen and (max-width: 667px){
html{font-size: 15px;}
body{-webkit-text-size-adjust: 110%;font-size: 15px;}

.font_12_sp{font-size: 13px;}
.font_14_sp{font-size: 15px;}
.font_16_sp{font-size: 17px;}
.font_18_sp{font-size: 19px;}
.font_20_sp{font-size: 21px;}
.font_22_sp{font-size: 23px;}
.font_24_sp{font-size: 25px;}
.font_26_sp{font-size: 27px;}
.font_28_sp{font-size: 29px;}
.font_30_sp{font-size: 31px;}
.font_100per_sp{
font-size: -webkit-calc(1rem + 1px);
font-size: calc(1rem + 1px);
}
.font_2up_sp{
font-size: -webkit-calc(1rem + 3px);
font-size: calc(1rem + 3px);
}
.font_4up_sp{
font-size: -webkit-calc(1rem + 5px);
font-size: calc(1rem + 5px);
}
.font_6up_sp{
font-size: -webkit-calc(1rem + 7px);
font-size: calc(1rem + 7px);
}
.font_8up_sp{
font-size: -webkit-calc(1rem + 9px);
font-size: calc(1rem + 9px);
}
.font_10up_sp{
font-size: -webkit-calc(1rem + 11px);
font-size: calc(1rem + 11px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem - 1px);
font-size: calc(1rem - 1px);
}
}