﻿@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@350&display=swap');

body, .font_sans-serif, .font_serif{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    font-weight: 350;
}

a[href^="tel:"], #header, .font_un, .more_btn, .top_cms_title h2, .date, #sf h3, .sf_copy, #page_title h2, .pager, .cate_label, #page10, #footer_nav, #page_top, .s_footer_copy,.menu .nav, .qa_type1 .cate_box .open_bt .box_title1::before, .other .box_title, #top_cms .cms_title p span.letter_3, #page_title .font_45, .bottom_menu, .btn a, .overlay ul li{
    font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    font-weight: normal!important;
}
.font1{
    font-family: 'Allison', cursive;
}
#page_title .font_25, #header, .main_img_wrap .catch span, #intro h3, #contents .box h3, .nav2,
#copyright, .cate_title, #top_cms .cms_title p, .other .box_title2{
    font-family: 'Cormorant', serif;
    font-weight: normal!important;
}
.hannari ,
#main_menu ul li a{ 
    font-family: "Hannari","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    ont-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}


#loading_line .line{background-color: #59595f;z-index:2;}

/* ======================================================================================
　　svg anim
======================================================================================== */
.load_logo_wrap{width: 80%;max-width: 500px;z-index: 1;}

#svg_anim1{
    width: 100%;
     -webkit-animation: opatxt 2s 1;
    animation: opatxt 2s 1;
}
#svg_anim1 path{
     fill: none;
     stroke: #c7c7c7;
     stroke-width: 22;
     stroke-linecap:round;
     stroke-linejoin:round;
     stroke-miterlimit: 10;
}
@keyframes opatxt {
	0% {
	    opacity: 0;
	    filter: blur(5px);
	    transform-origin:left top;
        transform:skew(-10deg,0) translate(-30px, 0);
	}
	100% {
	    opacity: 1;
	    filter: blur(0);
	    transform:skew(0) translate(0, 0);
	}
}
@keyframes opaanim {
	0% {
	    opacity: 1;
	    width: 100%;
	    filter: blur(40px);
	}
	100% {
	    opacity: 0.8;
	    width: 0;
	    filter: blur(40px);
	}
}
.load_logo_wrap::before{
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.load_logo_wrap::before {
	-webkit-animation: opaanim 3s 1;
	animation: opaanim 3s 1;
	animation-fill-mode: forwards;
}



/* ======================================================================================
　　color
======================================================================================== */
.linkStyle{
    color:#ad742f;
    text-decoration:underline;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
}
.bg_color4{
    background-color: #fcfcfc;
}
.navi a{
    background-color: #2A2A32;
}
.txt_color3 {
    color: #767676;
}
#contents .box h3:before{
    border-bottom: 2px solid #e7e707;
}
.date{
    font-size: -webkit-calc(1rem - 2px);
    font-size: calc(1rem - -2px);
}
.other .box_title{
    font-size: 24px;
}
.other .box_title:before{
    color: #e7e707;
}


/* ======================================================================================
　　all
======================================================================================== */

/* ---------- header ---------- */
.menu{
    box-shadow: 0px 1px 7px rgb(0 0 0 / 10%);
}
.menu {
    box-shadow: 0px 1px 9px rgb(0 0 0 / 4%);
}
.nav1{
    font-weight: normal;
}
header .logo {
    width: 44%!important;
    max-width: 194px;
}
.overlay ul li a{
    font-size: 20px;
}

/* ---------- footer ---------- */
.other .box{
    border: 1px solid #333;
}
.bottom_menu{
    font-size: 16px
}
.sns_links li {
    max-width: 30px;
}


/* ======================================================================================
　　top
======================================================================================== */

.top_nav,.svg_box{display:none;}
.main_img_wrap .catch {
    top: 475px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-align: center;
}
.main_img_wrap .catch_item {
    top: 227px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.1));
}
.main_img_wrap .catch_item img{
    width: 420px;
    
}

#intro{
    background-image: url(./Dup/img/bg2.jpg);
    background-size: cover;
    padding-bottom: 148px;
}
.intro_img{
    margin: 0;
    height: 300px;
    background-attachment: fixed;
}
#intro h3{
    position: relative;
    border: none;
}
#intro h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    width: 35px;
    border-bottom: 2px solid #e7e707;
}
#intro .font1{
    line-height: 1;
}

#contents {
    padding-top: 100px;
    padding-bottom: 0;
}
#contents .box{
    margin-bottom:177px;
    position:relative;
}
#contents .font_4up {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
#contents .txt_wrap2{
    position:relative;
    z-index:1;
}
#contents .box figure:after {
    content: '';
    position: absolute;
    display: block;
    top: 28%;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 107%;
    z-index: -1;
    background-image: url(./Dup/img/bg1.jpg);
    background-size: 1000px;
    opacity: 1;
}
#contents .font1, #intro .font1{
    font-size: 3rem;
    transform: rotate(-3deg);
    margin-bottom: 14px;
}
#contents .box .txt_wrap{
    z-index: 2;
}

/*.img-container img{
    transition: .8s!important;
    transition-delay: .1s!important;
    -webkit-filter: grayscale(100%)!important;
    filter: grayscale(100%)!important;
    opacity: 1!important;
}
.img-container.active img{
    -webkit-filter: grayscale(0%)!important;
    filter: grayscale(0%)!important;
}*/
.img-container:before{background-color: #ffff5a!important;}
.t_cms_img2 .img-container:before{background: #ffff5a!important;}

#top_cms {
    background-repeat: repeat-y;
    background-size: 1000px;
    background-position: right;
    background-image: url(./Dup/img/bg2.jpg);
}
#top_cms .line{display:none;}
#top_cms .top_cms_wrap{
    padding-top: 130px;
}
#top_cms .cms_title p span.letter_3{
    font-size: 30px;
}

.other .box_title2{
    color: #5e5e5e;
}
.other .box figure{
    opacity: 0.4;
}
.other .box figure img{
}


/* ---------- loopSlider ---------- */
.btn {
    z-index: 3;
    display: block;
}
.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;
    font-size: 20px;
}
.btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
.btn a span, .btn a strong {
    text-align: center;
}
.btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
.btn a:hover {
    background: #2a2a32;
    color: #fff;
}
.btn a:hover::before {
    right: 16%;
    background: #fff;
}
.btn a:hover::after {
    right: 15%;
    background: #fff;
}
.btn a span::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../dup/img/btn_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0.8;
}
.btn a:hover span::before{
    background-image: url(../dup/img/btn_icon_hvr.png);
}

#top_conveyor{
    margin-top: 250px;
}
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
.loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height:450px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.loopSlider ul li img{
    border-radius: 0;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider ul,.loopSlider ul li{
	height: 280px;
}
.loopSlider ul li{
    width: 280px;
}
#top_conveyor {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 667px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider ul,.loopSlider ul li{
	height: 179px!important;
}
.loopSlider ul li{
    width: 179px;
}

}

/* ---------- topcms_news_type2 ---------- */
.topcms_news_type2 .cate_box {
	width: 100%!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);
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .box_txt1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_news_type2 .box_txt1{-webkit-line-clamp: 2;}
}





/* ======================================================================================
　　under
======================================================================================== */

.all_page {
    background-image: url(./Dup/img/bg2.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
#title_img::after{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.5);;
    z-index:1;
    top:0;
    left:0;
    
    
}


/* ---------- cms3 ---------- */
#cms_3-f .cate_title .border_color1{
    border-color: #ffff5a;
}
#cms_3-f .box_wrap {
    justify-content: flex-start;
    background-color: #f2f3f5;
    padding: 10px;
}


/* ---------- cms4 ---------- */
.BA_type2 .box_img1_wrap, .BA_type2 .box_img2_wrap {
	width: 48%!important;
	margin: 0 1%;
}
.BA_type2 .cate_box .pd_30px{
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #424242;
}
@media screen and (max-width: 667px){
.BA_type2 .box_img1_wrap, .BA_type2 .box_img2_wrap {
    width: 100%!important;
    margin: 10px 0;
}
}


/* ---------- cms5 ---------- */
.qa_type4 .cate_box {
    background-color: #f2f3f5;
}
.qa_type4 .box_title1{
	cursor: pointer;
	letter-spacing: 0.5px;
	padding: 12px 36px 12px 50px;
	background-image: url(./Dup/img/faq_q.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}
.qa_type4 .box_title1:after{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 10px;
	content: '\2b';
	display: inline-block;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
.qa_type4 .box_title1.open:after{
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.qa_type4 .box_txt1 p{
	background-image: url(./Dup/img/faq_a.png);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding: 10px 10px 10px 40px;
}
.qa_type4 .box_title1:empty{
	height: 24px;
}



/* ======================================================================================
　　window size
======================================================================================== */

@media screen and (max-width: 1000px){
header .logo {width: 15%;}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.button_container {
    bottom: 8px;
}
.cate_list li{
    width: 48%;
}

.main_img_wrap .catch_item{top: 253px}
.main_img_wrap .catch{width: 67%;top: 519px;}

#intro {
    padding-bottom: 112px;
}
#contents {padding-top: 26px;}
#contents .box {margin-bottom: 17px;}
#contents .box figure:after{border:0;}

#top_conveyor{
    margin-top: 200px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.cate_list li{
    width: 100%;
}

.main_img_wrap .navi{
    display: none;
}
.main_img_wrap .catch_item {
    top: 154px;
}
.main_img_wrap .catch_item img {
    width: 77%;
}
.main_img_wrap .catch {
    width: 82%;
    top: 344px;
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
    letter-spacing: 0px;
}
.main_img_wrap .catch span{line-height: 1.9;}    

#intro {
    padding-bottom: 93px;
    padding-top: 64px;
}
.intro_img {
    height: 215px;
    background-attachment: scroll;
}
#contents .box .txt_wrap {
    padding: 0;
}
#contents .box {
    margin-bottom: 102px;
}
#top_conveyor {
    margin-top: 115px;
}

#page_title .img-container::after{background-color: rgba(191,191,191,0.4);}
header .logo {width: 25%;}

#contents{
    background-position: top left,right top 64%,left bottom;
    background-size: 60%,50%;    
}

.btn a::after {
    bottom: 35px;
    right: 27%;
}
.btn a::before {
    bottom: 30px;
    right: 27%;
}
.btn a {
    font-size: 17px;
    width: 140px;
    height: 140px;
    background-color: rgba(255,255,255,0.62);
}
.btn a span::before{
    top: 25px;
}

}



/*お問合わせバナー*/
#fix_bnr {
    bottom: 86px;
    right: 0px;
    margin: auto;
    z-index: 99;
    width: 70px;
    transition: 0.3s;
    border-radius: 3px 0 0 3px;
}
#fix_bnr img{
    border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 667px){
#copyright{
    padding-top: 129px;
}
#fix_bnr {
    width: 58px;
    bottom: 70px;
    right: 10px;
}
}