﻿/*--------リンク・フォント--------*/
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/NotoSans_r.woff') format('woff'),
        url('./Dup/img/Notosans_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('./Dup/img/Notosans_bold.woff') format('woff'),
        url('../Dup/img/Notosans_bold.eot')  format('eot');
    font-display: swap;
}

body{
    font-family: 'NotoSans',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font_Quick {
    font-family: 'NotoSans','Quicksand', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

.linkStyle{color: #333333; text-decoration: underline;}

/*--------全体--------*/
.add_shadow{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.add_shadow2{ box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;}
.mg_left{margin-left:auto;}
.mg_n1{margin-top:-50px;}
#loading_line .bg_color1{background-color: #deedd4}

main .font_2dw{font-size:1rem;}

.add_contact{
    width: 45%;
    top: 32px;
    right: 24px;
}

.txt_anime1{opacity:0;}
.txt_anime1 span{
    opacity:0;
}
.rectangle_main_img .slide-img img{
    width: 100%!important;
    height: auto!important;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15) rotate(0.001deg);
  }
  100% {
    transform: scale(1) rotate(0.001deg);
  }
}
@keyframes zoomUp2 {
  0% {
    transform: scale(1.5) rotate(0.001deg);
  }
  100% {
    transform: scale(1.15) rotate(0.001deg);
  }
}
.fix_menu_sns{top: 400px;}
#main_img::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
	background-image:url(./Dup/img/filter.png);
	
	z-index: +1;
}
#main_img::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/main_catch.png) no-repeat;
    background-size: contain;
    z-index: 0;
    width: 45em;
    height: 21em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.catch_txt h2{
    font-size: 2em;
    letter-spacing: 5px;
}
.youtube_wrap{margin-right: auto;}
.youtube_box{
  position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube_box iframe{
  position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
#top_contents2{
    background: url(./Dup/img/back.jpg) no-repeat center;
    background-size: cover;
}
#top_contents2 .con_box .text_box{
    background-color: rgba(255, 255, 255, .85);
}
.more a {
  position: relative;
  color: #000;
  z-index: 2;
  line-height: 40px;
  padding: 0;
  border: 2px solid #000;
}
.more a:hover{
  border: 2px solid rgba(0,0,0,0);
}
.more a:before,
.more a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border: 2px solid;
  z-index: -1;
  transition: all 0.3s ease;
}
.more a:before {
  top: 0;
   left: 0;
   border-bottom-color: transparent;
   border-right-color: transparent;
   border-top-color: #000;
   border-left-color: #000;
}
.more a:after{
   bottom: 0;
   right: 0;
   border-top-color: transparent;
   border-left-color: transparent;
   border-bottom-color: #000;
   border-right-color: #000;
}
.more a:hover:before,
.more a:hover:after {
  border-color: #000;
  height: 100%;
  width: 100%;
}



.rectangle2_img{
	position: relative;
	overflow: hidden;
}
.rectangle2_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.top_cms_title p{padding-top:20px;}
.top_cms_title h2{padding-bottom:20px;}
.top_cms_title .before{
    border-top: 0;
    border-left: 2px solid #395c53;
}
.top_cms_title .after{
    border-bottom: 0;
    border-right: 2px solid #395c53;
    
}
#top_cms .top_cms_box:nth-of-type(2){position:relative;}
#top_cms .top_cms_box:nth-of-type(2):before{
    content: "";
    width: 112%;
    height: 100%;
    background: rgb(225 237 226);
    position: absolute;
    top: 50px;
    left: -6%;
    z-index: 0;
}
#top_info .top_info_title{position:relative;}
#top_info .top_info_title:before{
    content: "";
    width: 112%;
    height: 132%;
    background: rgb(225 237 226);
    position: absolute;
    top: -30px;
    left: -6%;
    z-index: 0;
}
.sns_links li.width_20 {
    width: 30px;
}

#logo2{
    width: 25%!important;
    max-width: 200px;
    margin-bottom: 20px;
}

/*--------下層--------*/
#page_title{
    margin-bottom: 200px;
}
#page_title .title_box {
    border: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .4), rgba(255, 255, 255,1)55%);
}
#page_title .title_box h2{
    font-size: 1.7em;
    font-weight: 400;
}
.cate_title {
  border: 1px solid #333;
  position: relative;
}
.cate_title:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

#page8 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 20px 20px 15px 20px;
}
#page8 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
@media screen and (max-width: 1200px){
    #page8 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}

@media screen and (max-width: 667px){  
#page8 .tel_box a{
    font-size: 5vw;
    letter-spacing: 2px;    
}
}



/*--------タブレット--------*/
@media screen and (max-width: 768px){
.add_contact {
    width: 30%;
    top: -24px;
    right: 89px;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp2 10s linear 0s 1 normal both;  
}
#main_img::before {
    width: 28em;
    height: 13em;
    left: 51%;
    top: 60%;
}
#main_img::after {
	background-image:url(./Dup/img/filter2.png);
}
.youtube_box{margin-top:50px;}


}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    .add_contact {
    width: 40%;
    top: -18px;
    right: 61px;
}
    #logo h1.logo {
    max-width: 250px;
}
.overlay {
    top: 78px;
}

#main_img::before {
    width: 18em;
    height: 9em;
    left: 51%;
    top: 70%;
}
.catch_txt h2 {
    font-size: 6vw;
    letter-spacing: 1px;
}

#top_cms .top_cms_box:nth-of-type(2) .more {
    margin-top: 0px;
}
#logo2 {
    width: 50%!important;
    margin-bottom: 15px;
}
#page_title {
    margin-bottom: 50px;
}
#page_title .title_box h2 {
    font-size: 6.2vw;
}
#page_title .title_box p {
    font-size: 3.8vw;
}
.cate_list li {
    margin: 0px;
}
.cate_list li a{
    text-align: left;
}

    
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){

header{
    background-color: #fff;
   z-index: 10;
}

}

