﻿


/*
.fix_bnr{
    position:absolute;
}
*/

.linkStyle{
    color:#bd996d;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    line-height: 1.7;
}

#wrap{
    /*background-color:#ebebeb!important;*/
    background: linear-gradient(90deg, rgba(224,224,224,1) 0%, rgba(241,240,240,1) 52%, rgba(224,224,224,1) 100%);
}

#sp_nav > nav{
    background-color:transparent;
    background-image:url(./Dup/img/bg.jpg);
}
#sp_nav > nav li a{
    text-shadow: 0 0 10px rgb(0,0,0,0.5);
}
#footer::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.1);
    top:0;
    left:0;
}
#footer #page-top,
#footer #sns_link,
#footer p,
#footer #copyright{
    position:relative;
    z-index:2;
}

#footer .con_img{
    background-image:url(./Dup/img/bg.jpg)
}
#footer .footer_logo img,
#loading img{
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}



.fix_bnr{
    left:20px;
    z-index:2;
}



/*--top page---------------------------
-------------------------------------*/



.txt_anim1 span{
	position: relative;
	right: 20px;
	opacity: 0;
	transition: all .8s;
}
.txt_anim1 span.start{
	right: 0;
	opacity: 1;
}

.policy {
    font-size: 11rem;
    opacity: 0.07;
    top: 15%;
    left: 1%;
    z-index:2;
}

.catch {
    z-index: 2;
    left: 6%;
    top: 28%;
}
.catch1 {
    font-size: 3.5rem;
    line-height: 1.3;
}
.catch2 {
    font-size: 1.2rem;
    font-weight: bolder;
}

#intro .intro_item{
    opacity: 0.07;
    width: 500px;
}
#intro .font2{
    font-size:3rem;
}

#intro .loop::before{
    position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 97px;
	background-image: url("../dup/img/loop.png");
	background-size: auto 100%;
	background-position-y: 0;
	background-position-x: 0;
	background-repeat: repeat-x;
	animation: loop 30s linear infinite;
	opacity: 0.05;
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}

#con1 {
    position: relative;
    z-index: 1;
}
.con_no{
    font-size: 10rem;
    opacity: 0.2;
    top: -53%;
    left: -3%;
}
.txt_anim6 span{
	display: inline-block;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-animation: .35s cubic-bezier(.175,.885,.32,1.275) both;
	animation: .35s cubic-bezier(.175,.885,.32,1.275) both;
	opacity: 0;
}
.txt_anim6 span.start{
	-webkit-animation-name: slide-bs;
	animation-name: slide-bs;
	opacity: 1;
}
@keyframes slide-bs{
	0%{-webkit-transform: translateY(20px);transform: translateY(20px);}
	100%{-webkit-transform: translateY(0);transform: translateY(0);}
}
.top_con {
    height: 100vh;
}
.top_con .con_bg {
    z-index: -1;
}

.top_con .con_wrap {
    background-image: linear-gradient(to bottom, rgba(35,35,38,0), rgb(63,52,41,0.8));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 80%;
    box-sizing: border-box;
}

#top_cms .contents{
    font-size:6rem;
}


/*---top gallery------------------------------------*/

.topcms_news_type3 .box_txt1 {
    height: 6em;
	line-height: 1.7;
}
.topcms_news_type3 .date {
    padding: 9px 22px 7px;
    border-radius: 45px;
}
.slick-slide img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}
/*--- slick ------------------------------------*/
.topcms_news_type3 .slick-box{
    opacity: 0;
    transition: 3s;
}
.topcms_news_type3 .slick-initialized{
    opacity: 1
}
.topcms_news_type3 .slick-box .prev,.slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}
.topcms_news_type3 .slick-container{
    padding-left: 30px;
    padding-right: 30px;
}
.topcms_news_type3 .slick-box .prev {
	left: -54px;
}
.topcms_news_type3 .slick-box .next {
	right: -54px;
}
/* Dots */
.topcms_news_type3 .slick-dots{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topcms_news_type3 .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.topcms_news_type3 .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.topcms_news_type3 .slick-dots li button:hover,
.topcms_news_type3 .slick-dots li button:focus{
    outline: none;
}
.topcms_news_type3 .slick-dots li button:hover:before,
.topcms_news_type3 .slick-dots li button:focus:before{
    opacity: 1;
}
.topcms_news_type3 .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topcms_news_type3 .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
/* 最後まで行ったら、矢印透過する */
.topcms_news_type3 .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.topcms_news_type3 .slick-slide {
	height: auto !important;
}
.topcms_news_type3 .slick-track {
	display: flex;
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_news_type3 .slick-container{
    padding-left: 0;
    padding-right: 0;
}
.topcms_news_type3 .slick-box .prev {
	left: -8px;
}
.topcms_news_type3 .slick-box .next {
	right: -8px;
}
/* 
.topcms_news_type3 .slick-initialized .slick-slide{
	opacity: 0.1; 
}
 */
.topcms_news_type3 .slick-initialized .slick-slide.slick-center{
	opacity: 1; 
}
}

/*--under page---------------------------
-------------------------------------*/




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#main_img .box_img img{
    height: auto!important;
    width: 100%!important;
    position:static!important;
    transform:none!important;
}
.policy {
    font-size: 7rem;
}
.catch {
    top: 25%;
}
.catch1 {
    font-size: 2.2rem;
}
#intro .intro_item {
    width: 400px;
}
.con_no {
    font-size: 8rem;
    top: -40%;
}
#top_cms .contents {
    font-size: 5rem;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#header h1 img{
    max-width:60px;
}
.policy {
    font-size: 5.5rem;
    top:30px;
    left:6%;
}
.catch1 {
    font-size: 1.7rem;
    padding-left:15px;
}
.catch2 {
    font-size: 1.1rem;
}
#intro .intro_item {
    width: 350px;
}
.top_con .con_wrap {
    background-image: none;
    background-color: rgba(63,52,41,0.4);
}
.con_no {
    font-size: 4.1rem;
    top: -12%;
}
.fix_bnr {
    left: 10px;
}
}




