﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Shippori+Mincho+B1:wght@400;600&display=swap');

body, .font_sans-serif, .overlay .overlay-nav .en, .patrima, #loading #loading_text .progressbar-text, #form_area input{
    font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}
.liana, .hgs, #top_cms .cms_title p, .more, .overlay .overlay-nav .jp, .top_title h2 > span, .con_no{
    font-family: 'Cormorant Garamond', 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}

/**** other ****/

.blur{
    background-color: rgba(255,255,255,0.95)!important;
}

#intro_wrap, #contents_wrap > div, #top_cms, .page_container, #page9 .con_box, #page10 li a, footer #footer_info .txt_white, footer .scr, #page_title .en, #page_title_img .scr{
    color: #4f4d59;
}

#main_img:before{
    display: none;
}
#main_img .scroll{
    opacity: 1;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
#main_img .scroll_d > span{
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
}

#page_title_img .sns_links{
    top: 130px;
    right: 20px;
    left: auto;
    align-content: flex-start;
}
#page_title_img .scroll {
    bottom: -100px;
}

.sns_links li{
    width: 50px!important;
    height: 50px!important;
    background-color: #fff;
    border-radius: 50%;
}
.sns_links li a{
    display: block;
    width: 50px!important;
    height: 50px!important;
    position: relative;
}
.sns_links li img{
    width: 70%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pc_nav li a, #footer_nav li a{
    color: #4f4d59;
}
#pc_nav li a::after, #footer_nav li a::after{
    background-color: currentColor;
}
.menu-trigger-bar{
    background-color: #4f4d59;
}
.menu-trigger{
    top: 55%;
}

#loading{
    background-color: #1a1766!important;
}
#loading_logo{
    max-width: 400px;
}
#loading #loading_text .progressbar-text{
    top: calc(50% + 220px);
}

header{
    background-color: #fff!important;
    border-bottom: none!important;
    box-shadow: 0 10px 30px rgba(79,77,89,0.1);
}
.overlay:before {
    background-color: rgba(79,77,89,0.4)!important;
}
.overlay .overlay-nav > ul li a.bg_black{
    background-color: #4f4d59;
}
.overlay .overlay-nav .top .en{
    font-size: 20px;
}
.overlay .overlay-nav .jp {
    font-size: 12px;
    letter-spacing: 3px;
}
#logo{
    padding-left: 20px;
}
#logo img{
    max-width: 100px;
}

#main_img .main_title {
    top: calc(7vw + 103px);
    left: 7vw;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-20px);
    transition: 2s;
    transition-property: opacity, transform, filter;
    text-shadow: 3px 3px 10px #000;
}
#main_img .main_title h3{
    font-size: calc(40px + 2vw);
    line-height: 1.3;
}
#main_img .main_title.active{
    opacity: 1;
    filter: none;
    transform: none;
}

#intro_wrap .con_title{
    padding-bottom: 50px;
    background-image: url(./Dup/img/bg_img2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 300px;
    margin-bottom: 50px;
}

#contents_wrap .con_banner{
    box-shadow: 0 10px 30px rgba(79,77,89,0.1);
}

.con_no{
    padding-bottom: 100px;
    background-image: url('./Dup/img/bg_img.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100px;
}

.modal-box:before{
    display: none;
}

.top_title h2.right{
    right: 30px;
}
.top_title h2.left{
    left: 30px;
}
.top_title h2 > span, #intro .intro_photo h2{
    color: #fff;
    text-shadow: 0 0 20px rgba(79,77,89,0.2);
}
.top_title h2 > span:before{
    background-color: #fff;
}

#top_cms_wrap{
    padding-bottom: 0;
}
#top_cms .top_cms_box{
    padding: 80px;
    background-color: #fff;
    border: none;
    box-shadow: 0 10px 30px rgba(79,77,89,0.1);
}
#top_cms .cms_title{
    text-align: center;
    padding-bottom: 30px;
    background-image: url('./Dup/img/bg_img4.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 300px;
    padding-left: 0;
}
#top_cms .cms_title h3{
    font-size: 30px;
    font-weight: bold;
}
#top_cms .cms_title p{
    color: #4f4d59;
    margin-top: 10px;
    opacity: 0.5;
}

.more .more_item{
    color: #1a1766;
}
.more .more_item:before{
    display: none;
}
.more .more_item:after{
    background-color: #1a1766;
}
.more .more_item:hover{
    border-color: #1a1766
}
.more .more_item:hover .icon-right.after:after{
    color: #1a1766;
}

#page_title{
    padding-left: 50px;
}
#page_title_img:before{
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.8));
}
#page_title .page_title_box{
    margin-top: -80px;
}
#page_title .en{
    position: static;
    display: block;
    font-size: 50px;
    padding-top: 50px;
    font-weight: bold;
}
#page_title .en:before{
    background-color: #1a1766;
    width: 2px;
    left: 0;
}
#page_title .jp{
    color: #1a1766;
    display: block;
    position: static;
    margin-top: 20px;
    font-size: 16px;
}
#page_title .jp span{
    transform: none;
    display: inline;
    line-height: 1.5;
    letter-spacing: 4px;
}

.page_container{
    padding-top: 150px;
}
.page_container > .con_box{
    padding: 0;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 50px!important;
	margin-bottom: 50px;
	color: #4f4d59;
	font-weight: bold;
	background-image: url('./Dup/img/bg_img3.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 200px;
}

#cms_4-a_h .box_item{
    cursor: pointer;
}
#cms_4-a_h .box_item .box_title1::before, .cms_4-a_h .box_item .box_title1::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #1a1766;
}
.modal_wrap .open .box_title1::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -3px;
    background-color: #1a1766;
}
.modal_wrap .open{
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(3px);
    transform: scale(0.95);
    transition: 0.3s;
    transition-property: opacity, transform;
    opacity: 0;
    pointer-events: none;
}
.modal_wrap .open.active{
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.modal_wrap .open .close{
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    width: 30px;
}
.modal_wrap .swiper-slide{
    opacity: 1!important;
}
.modal_wrap .slide_img .thumbnail .swiper-wrapper{
    margin-left: 0!important;
    transform: none!important;
}
.modal_wrap .slide_img .thumbnail .swiper-wrapper .swiper-slide{
    cursor: pointer;
}

#page8 #form_box input, #page8 #form_box textarea{
    background-color: rgba(0,0,0,0.05);
}

#page10 ul{
    border-color: #4f4d59;
}

footer #footer_info .info_btn_wrap{
    display: none;
}
#logo2{
    max-width: 200px;
}
footer #footer_info{
    box-shadow: 0 10px 30px rgba(79,77,89,0.1);
    background-color: #fff!important;
}
footer #footer_info a.bg_black{
    background-color: #f3f3ff;
}
.scroll{
    opacity: 0.5;
}
.scroll_d > span{
    background-color: rgba(79,77,89,0.5);
}
.scroll_d > span::before{
    background-color: #f3f3ff;
}

#copyright{
    background-color: #1a1766;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.page_bg_img_top{
    background-image: url('./Dup/img/main_img_sp.jpg')!important;
}
.page_bg_img{
    background-image: url('./Dup/img/main_img_sp_under.jpg')!important;
}
.top_title h2.right{
    right: 10px;
}
.top_title h2.left{
    left: 10px;
}
#contents .con_title{
    font-size: 40px;
}
.con_no{
    padding-bottom: 80px;
    margin-bottom: 30px;
}
#top_cms .top_cms_box{
    padding: 80px 50px;
}
#page_title .page_title_box{
    margin-top: -70px;
}
#page_title .en{
    font-size: 40px;
    padding-left: 30px;
}
.page_container{
    padding-left: 50px;
    padding-right: 50px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#page_title_img .sns_links{
    top: 100px;
}
.sns_links li, .sns_links li a{
    width: 40px!important;
    height: 40px!important;
}
#loading_logo{
    max-width: 300px;
}
#loading #loading_text .progressbar-text {
    top: calc(50% + 170px);
}
#logo{
    padding-left: 10px;
}
#logo img {
    max-width: 70px;
}
#main_img .main_title h3 {
    font-size: 30px;
}
#intro_wrap .con_title{
    font-size: 50px;
}
#contents_wrap .con_photo{
    margin-bottom: 50px;
}
.top_title h2.right{
    right: 0;
}
.top_title h2.left{
    left: 0;
}
#top_cms .top_cms_box{
    padding: 80px 20px;
}
#top_cms .cms_title{
    background-size: 250px;
}
#top_cms .cms_title h3{
    font-size: 24px;
}
#page_title{
    padding-left: 20px;
}
#page_title .en {
    padding-left: 20px;
    font-size: 30px;
}
#page_title .jp{
    margin-top: 10px;
}

.page_container{
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.cate_title{
	font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.more .more_item, .cate_list li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
}