﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');

body, .font_sans-serif{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#header, #main_nav, #intro .intro_title h3, #intro .intro_txt h2, #top_contents1 .contents1_txt h3, #top_contents2 h3, #top_cms .top_cms_title, .more, .sc_nav, #page_title, .cate_title, #top_contents1 .contents1_txt h3::before, #intro .intro_txt h2::before{
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

/** modal **/

.modal .modal_bt{
    cursor: pointer;
}
.modal_wrap .modal_box{
    top: 0;
    left: 0;
    z-index: 10000;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.modal_wrap .modal_box.active{
    opacity: 1;
    pointer-events: auto;
}
.modal_wrap .modal_box::-webkit-scrollbar{
    display:none;
}
.modal_wrap .modal_box .modal_bg{
    top: 0;
    left: 0;
}
.modal_wrap .modal_box .modal_close{
    cursor: pointer;
    top: 10px;
    right: 10px;
}

/** other **/

#wrap{
    overflow: hidden;
}

.fadein .fade_box{
    opacity: 0;
    transition: 1s opacity;
}
.fadein .fade_box.active{
    opacity: 1;
}

.sc_nav{
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
}
.sc_nav .logo img{
    max-width: 100px;
}
.sc_nav .opacity07{
    opacity: 1;
}
.sc_nav .opacity07:hover{
    opacity: 0.7;
}
#menu_bt > div span{
    height: 1px;
    background-color: #141414;
    margin-bottom: 7px;
}
#menu_bt.active > div span:nth-of-type(1){
    transform: translateY(4px) rotate(45deg);
    margin-bottom: 0;
}
#menu_bt.active > div span:nth-of-type(3){
    transform: translateY(-5px) rotate(-45deg);
    margin-bottom: 0;
}

#main_nav ul{
    justify-content: center;
}
#main_nav ul li a{
    padding: 0 30px;
}

#intro{
    margin-bottom: 100px;
}
#intro .intro_img{
    margin-bottom: 100px;
}
#intro .intro_txt{
    background-image: url('./Dup/img/bg_img1.png');
    background-size: 800px;
    position: relative;
}
#intro .intro_txt::before{
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    bottom: -150px;
    right: -150px;
    background-image: url('./Dup/img/intro_img.png');
    background-size: contain;
    pointer-events: none;
}
#intro .intro_txt > div{
    background-color: #fff;
}
#intro .intro_txt h2{
    transform: none;
    font-size: 30px;
    padding: 0;
    width: 100%!important;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    background-color: transparent;
}

#intro .intro_txt h2::before{
    content: "INTRODUCTION";
    display: block;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-size: 16px;
    opacity: 0.5;
    color: #141414;
}
#intro .intro_txt h2::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #eee;
}
#intro .intro_txt p{
    padding: 0;
    width: 100%!important;
    position: relative;
}

#top_contents1{
    margin-top: 0!important;
    margin-bottom: 100px;
    background-color: transparent;
}
#top_contents1 > div{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-end;
	flex-direction: row;
}
#top_contents1 figure{
    position: relative;
    bottom: auto;
    width: 50%!important;
}
#top_contents1 .contents1_txt{
    margin-left: -50px;
    padding: 50px;
    background-color: #fff;
    width: calc(50% + 50px)!important;
    position: relative;
    z-index: 1;
}
#top_contents1 .contents1_txt h3{
    transform: none;
    text-shadow: none;
    margin-bottom: 10px;
}
#top_contents1 .contents1_txt h3::before{
    display: block;
    content: "ABOUT US";
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.5;
}
#top_contents1 .contents1_txt h3::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #141414;
    top: 15px;
    left: 120px;
    opacity: 0.5;
}

#top_contents2{
    padding-top: 0;
    margin-bottom: 100px;
}
#top_contents2 .img1, #top_contents2 .img2{
    transform: none;
    width: 30%!important;
    position: relative;
    z-index: 1;
}
#top_contents2 .img2{
    margin-left: -50px;
}
#top_contents2 .contents2_txt{
    padding: 50px 100px;
    background-color: #F4F4F4;
    margin-top: 100px;
    margin-left: -50px;
    width: calc(40% + 100px)!important;
}
#top_contents2 h3{
    padding: 0 20px;
}
#top_contents2 h3 span{
    padding: 0 20px;
    background-color: #f4f4f4;
}
#top_contents2 p{
    width: 100%!important;
}

#top_con3 .con3_img{
    height: 300px;
}
#top_con3 .more a{position: relative;overflow: hidden;}
#top_con3 .more a span{position: relative;z-index: 2;}
#top_con3 .more a span.on{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: translateX(100%);
	animation-name: more;
	animation-duration: 0.3s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
#top_con3 .more a:hover span.on{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	animation-name: more_hover;
	animation-duration: 0.3s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
#top_con3 .more{
    text-align: center;
    padding-right: 0;
}

#page_title{
    margin-bottom: 100px;
    padding: 150px 0;
}
#page_title div{
    display: inline-block;
    padding: 30px 60px;
    box-sizing: border-box;
    background-color: #141414;
    color: #fff;
    margin-left: -30px;
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 800px;
}
#page_title h2{
    font-size: 40px;
    line-height: 1.5;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px!important;
	margin-bottom: 50px;
	color: #141414;
	font-weight: normal;
	position: relative;
}
.cate_title::before, .cate_title::after{
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cate_title::before{
    width: 200px;
    background-color: #ccc;
}
.cate_title::after{
    width: 50px;
    background-color: #141414;
}

footer{
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 800px;
}
#map{
    padding: 0;
}
#footer_links{
    padding-left: 0;
}
#footer_txt p{
    line-height: 1.5;
}

#sns_fix{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 9;
    padding-top: 10px;
    display: none;
}
#sns_fix li{
    margin-bottom: 10px;
}
#sns_fix li a{
    display: block;
    transition: 0.3s;
}
#sns_fix li a:hover{
    opacity: 0.7;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#intro .intro_txt h2{
    font-size: 20px;
}
#intro .intro_txt::before {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
}
#top_contents2 .img1, #top_contents2 .img2{
    width: 80%!important;
}
#top_contents2 .img1{
    margin-right: auto;
}
#top_contents2 .img2{
    margin-left: auto;
    margin-top: -50px;
}
#top_contents2 .contents2_txt{
    padding: 100px 50px;
    margin-top: -50px;
    margin-left: 0;
    width: 100%!important;
}
#top_con3 .con3_img{
    height: 50vw;
}
#top_cms .top_cms_title{
    margin-bottom: 50px;
}
#top_cms .top_cms_title h4{
    font-size: 30px;
}
#top_cms .top_cms_title p{
    font-size: 16px;
}
#page_title{
    padding: 120px 0 0;
    text-align: center;
    min-height: inherit;
    margin-bottom: 100px;
}
#page_title div{
    margin-left: 0;
    transform: translateY(50px);
}
#page_title h2{
    font-size: 30px;
}
footer{
    padding-top: 0!important;
}
#footer_txt{
    padding-top: 30px;
    text-align: center;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#top_contents1 .contents1_txt h3::before {
    margin-bottom: 30px;
}
#top_contents1 .contents1_txt h3::after {
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
#top_contents1 figure{
    width: 100%!important;
}
#top_contents1 .contents1_txt{
    width: 90%!important;
    padding: 50px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}
#top_contents2 h3 span{
    padding: 0 10px;
}
#top_contents2 .img1, #top_contents2 .img2{
    width: 90%!important;
}
#top_contents2 .contents2_txt{
    padding: 100px 30px;
}
#top_cms .top_cms_title h4{
    font-size: 24px;
    margin-bottom: 10px;
}
#page_title div{
    width: 100%;
    padding: 30px 0;
}
#page_title h2{
    font-size: 24px;
}
#footer_txt{
    padding: 50px 10px;
    padding-right: 50px;
}
#sns_fix {
    top: auto;
    transform: none;
    right: 8px;
    padding-top: 0;
    bottom: 70px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}