﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300&family=Shippori+Mincho+B1:wght@500&display=swap');

.hannari, .cate_title, .box_title, .box_title1, .box_title1_h, #top_cms .cms_title p, #page_title p{
    font-family: "Shippori Mincho B1","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.pop400, .date, a[href^="tel:"], .pager, .linkStyle, .cate_title::before, .box_banner{
    font-family: 'Outfit', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_bold{
    font-weight: normal;
}

/*** fade ***/

#top_cms .cms_title p, #page_title p{
    overflow: hidden;
}
#top_cms .cms_title p span, #page_title p span{
    display: inline-block;
    line-height: 1;
    transition: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    transform-origin: top left;
    transform: translateY(1.2em) rotate(10deg);
}
#top_cms .cms_title p span.active, #page_title p span.active{
    transform: none;
}
.fade_img img{
    opacity: 0;
    transition: 2s;
    transition-property: opacity, transform;
    transform: translate(-50%, -50%) scale(1.1);
}
.fade_img.scrollin img{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.con_no.scrollin::before{
    width: 80px;
}

/*** other ***/

.nav_sns .nav_sns_wrap{
    pointer-events: none;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
}
.nav_sns:hover .nav_sns_wrap{
    opacity: 1;
    pointer-events: auto;
}
.nav_sns .nav_sns_wrap .sns_wrap{
    background-color: rgba(255,255,255,0.9);
}
.nav_sns .nav_sns_bt{
    cursor: pointer;
}
.nav_sns .nav_sns_bt::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-right: solid 1px;
    border-bottom: solid 1px;
    transform: rotate(45deg);
}

#map{
    display: none;
}

#wrap{
    overflow: hidden;
}

#fakeloader{
    background-color: #fff;
}

.back1:before, .back2:before{
    display: none;
}

#wrap{
    background-image: url(./Dup/img/bg_img.jpg);
    background-attachment: fixed;
}

#logo {
    display: none;
    position: absolute;
    max-width: 150px!important;
    top: 0;
    left: 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

#header > div.d_flex{
    justify-content: center;
    padding: 20px 0;
}
header.scr_header{
    background-color: rgba(245,245,245,0.9)!important;
}
header.scr_header #pc_nav li .txt_white{
    color: #222;
}
.overlay{
    background-image: none!important;
    background-color: rgba(245,245,245,0.9)!important;
}
.overlay .txt_white, .overlay ul li a, #overlay .left li:before{
    color: #222;
}
#overlay .left li {
    max-width: inherit;
}
.button_container span:nth-of-type(1){
    color: #222!important;
}
.button_container .top, .button_container .middle, .button_container .bottom{
    background-color: #222!important;
}
.nav_menu_more a .icon:before{
    display: none;
}
.nav_menu_more a{
    color: #fff!important;
}
.right > div.mg_b-50px .nav_menu_more:last-of-type{
    display: none;
}
#overlay .left, #overlay .right{
    border-color: #d3d3d3;
}

#main_img #left{
    min-height: 700px;
    height: 50vw!important;
}
.vegas-animation-kenburnsH {
    animation: kenburnsH ease-out!important;
}

@keyframes kenburnsH {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
#main_img .menu{
    width: auto!important;
    top: 0;
    left: 0;
    transform: none;
    height: 100%;
}
#main_img:before{
/*    background-image: url('./Dup/img/bg_img4.png');*/
    background-color: rgba(30,30,30,0.3);
/*    background-position: right 20px bottom 20px;
    background-repeat: no-repeat;
    background-size: 60%;*/
}
#main_img .menu .bg_white{
    display: none;
    margin: 0;
    max-width: 250px!important;
    background-color: transparent;
}
#main_img .menu .bg_white a{
    max-width: 100%;
}
#main_img #top_pc_nav{
    max-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
#main_img #top_pc_nav li{
    width: 100%;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
#top_pc_nav li > a{
    padding-left: 5px;
    transition: 0.3s;
    line-height: 2;
    letter-spacing: 2px;
}
#top_pc_nav li > a:hover{
    padding-left: 0;
}
#top_pc_nav li > a::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: -20px;
    top: 1em;
    background-color: currentColor;
    transition: 0.3s;
}
#top_pc_nav li a:hover::before{
    width: 10px;
}
#top_pc_nav li a::after{
    display: none;
}

#pc_nav li, #top_pc_nav li, #footer_nav li{
    max-width: inherit;
}
#pc_nav li a::after{
    background-color: #ababab;
    height: 1px;
}
#pc_nav li a{
    transition: 0.3s;
}
#pc_nav li a:hover{
    opacity: 0.6;
}
#pc_nav li.pop400 a::after{
    display: none;
}

main > div.back1{
    padding-top: 100px;
}

.num{
    display: none;
}
.line:before{
    display: none;
}
.con_no::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 0;
    bottom: 0;
    left: calc(100% - 80px);
    margin: auto;
    background-color: currentColor;
    transition: 1s;
    transition-property: width;
}

#intro_wrap{
    background-color: transparent;
    border: solid 1px;
}
#intro .intro_link a::before, #intro .intro_link a::after{
    position: absolute;
    content: "";
    background-color: currentColor;
    transition: 0.3s;
    height: 1px;
    bottom: 0;
}
#intro .intro_link a::before{
    width: 100%;
    left: 0;
}
#intro .intro_link a::after{
    width: 10px;
    right: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
}
#intro .intro_link a:hover::before{
    width: calc(100% + 20px);
}
#intro .intro_link a:hover::after{
    width: 10px;
    right: -20px;
}

#contents1 #contents1_wrap, #contents2 #contents2_wrap{
    z-index: 1;
}
#contents1 #contents1_wrap::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 115%;
    bottom: -15%;
    right: -20px;
    z-index: -1;
    background-color: #fff;
    opacity: 0.4;
    transition: 1s;
    transition-property: right;
}
#contents1 .con_box{
    margin-top: 10%;
}
#contents1.scrollin #contents1_wrap::before{
    right: 0;
}
/*#contents1 #contents1_wrap::after{
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    top: -50px;
    right: -100px;
    background-image: url('./Dup/img/bg_img2.png');
    background-size: contain;
    opacity: 0;
    filter: blur(5px);
    transition: 1s;
    transition-property: opacity, filter;
    animation: anime1 20s linear infinite;
    z-index: -1;
}
@keyframes anime1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}*/
#contents1.scrollin #contents1_wrap::after{
    opacity: 1;
    filter: none;
}

/*#contents2 #contents2_wrap{
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 1200px;
    background-position-y: calc(100% - 50px);
    background-position-x: 0;
    background-repeat: repeat-x;
    animation: anime2 20s linear infinite;
}
@keyframes anime2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1200px;
    }
}*/

#contents3 .con_box{
    margin-right: 0;
    width: 70%;
    margin-left: auto;
    box-sizing: border-box;
    background-image: url(./Dup/img/bg_img.jpg);
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
#contents3_wrap:before, #contents3_wrap:after {
    width: 80%;
}
#contents3_wrap:after{
    background-color: rgba(0,0,0,0.1)!important;
}

#top_cms .cms_title{
    margin-bottom: 80px;
}
#top_cms .cms_title p, #page_title p{
    font-size: 40px;
    text-align: center;
    color: #222222;
    line-height: 1;
    margin-bottom: 20px;
}
#top_cms .cms_title h3, #page_title h2{
    font-size: 18px;
    text-align: center;
    opacity: 0.6;
}

.more_btn{
    border: solid 1px;
    padding: 5px!important;
    max-width: 100px;
}
.more_btn:before{
    border: none;
    background-color: #d6ac43;
    opacity: 0.2;
}
.more_btn:hover:after{
    display: none;
}

#page_title:before {
    background-color: rgb(120,120,120,0.4)!important;
}
#page_title .page_title_box{
    padding: 0;
    background-color: transparent;
    width: 100%;
}
#page_title p, #page_title h2{
    color: #fff;
    opacity: 1;
}

main.back1 section[id^="page"] > div{
    padding-top: 0;
}
main.back1 .con_box{
    background-color: #f9f9f9!important;
    margin-top: -60px;
}

main{
    counter-reset: number;
}
.cate_list li a, .pager li a, .pager li a i{
    background-color: #f1f1f1;
    color: #222;
}
.cate_list li a:hover, .pager li a:hover, .pager li a:hover i{
    background-color: #d6ac43;
    color: #fff;
}
.pager li a i{
    background-color: transparent!important;
}
.cate_title{
	background-color: transparent;
	padding: 0!important;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
	color: #222;
	font-weight: normal;
    line-height: 1.5;
}
.cate_title::before{
    display: block;
    counter-increment: number 1;
    content: "0" counter(number);
    color: #d6ac43;
    margin-bottom: 10px;
}

#cms_1-a .date{
    width: auto;
}

#cms_2-a.cms_2-a_h .box_wrap .cate_box:nth-of-type(even){
    flex-direction: row-reverse
}
#cms_2-a .box_title1, .cms_2-a .box_title1{
    position: relative;
}
#cms_2-a .box_title1::before, .cms_2-a .box_title1::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: -20px;
    top: 1em;
    background-color: currentColor;
}

#page10 .more_btn{
    padding: 20px 10px!important;
    max-width: 300px;
}

#info_contact .con_box .con_title{
    text-align: center;
}
#info_contact .con_box .con_title span.pop400{
    display: inline-block;
}

footer{
    background-color: transparent!important;
}
#logo2{
    display: none;
}
#footer {
    background-color: rgba(255,255,255,0.3);
}
footer .con_box{
    text-align: center;
}
footer .sns_links{
    margin-left: auto;
    margin-right: auto;
}
footer .tel_bt{
    display: none;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#header > div.d_flex{
    padding: 30px 0;
}
header.scr_header{
    background-color: transparent!important;
}
#main_img:before{
    display: none;
}
#main_img #left{
    min-height: inherit;
}
#main_img .menu{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}
#main_img .menu .bg_white{
    margin-left: auto;
    margin-right: auto;
}
#logo {
    left: 20px;
}
#contents1 #contents1_wrap::before{
    bottom: -50px;
    height: calc(100% + 50px);
}
#contents2 .con_box{
    margin-top: 10%;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#logo {
    max-width: 100px!important;
}
.cate_title{
    font-size: 20px;
}
#intro h3{
    font-size: 20px;
}
.con_title{
    text-align: left;
}
#contents1 #contents1_wrap::after {
    width: 300px;
    height: 300px;
    top: 60vw;
    right: -100px;
}
#contents1 .con_box, #contents2 .con_box {
    margin-top: 30px;
}
#contents3 .con_box {
    margin-right: auto;
    width: calc(100% - 40px);
}
#contents3_wrap:before, #contents3_wrap:after {
    width: 100%;
}
#top_cms .cms_title p, #page_title p{
    font-size: 30px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.con_no::before{
    width: 80px;
}
.pager li a{
    padding-bottom: 10px;
}
#page10 .more_btn{
    padding-top: 25px!important;
}
#intro .intro_link a:hover::before{
    width: 100%;
}
#intro .intro_link a:hover::after{
    right: 0;
}
}