﻿/** font **/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@500&family=Shippori+Mincho+B1:wght@500&display=swap');

:root{
    --font-jp: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-jp2: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-en: 'Cormorant Unicase', 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body, .font_sans-serif, .font_serif{
    font-family: var(--font-jp);
}
.font_jp{
    font-family: var(--font-jp2);
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
}

.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #c6af7b;
    --color2: rgba(244,244,244,0.1);
    --color4: rgba(244,244,244,0.2);
    
    --base1: #062049;
    --base2: #0e3258
}

/** animation **/

@keyframes anime1 {
    0% {
        background-position-y: 0
    }
    100% {
        background-position-y: -1650px
    }
}

@keyframes anime2 {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -600px
    }
}

/** other **/

#loader_h{
    z-index: 1000;
}
#loader_h h3{
    transform: skewX(-10deg);
}
#loader_h h3 span{
    display: inline-block;
    opacity: 0;
    transition: 1s;
    transition-property: opacity, transform, filter;
    transform: translateX(10px);
    filter: blur(5px);
}
#loader_h h3 span.active{
    opacity: 1;
    transform: none;
    filter: none;
}

.txt_shadow, .txt_shadow-l, .txt_shadow-b, .txt_shadow_h{
    text-shadow: none;
}

html, body{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
}

h2, h3, h4, h5, h6{
    line-height: 1.5;
}

#loading_bg{
    background-color: var(--base1);
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 300px;
    height: 100%;
}
#loading .gauge{
    background-color: var(--base2);
}

#wrap, #sp_nav nav{
    background-color: var(--base1);
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 300px;
}

#header{
    height: 102px;
    padding: 40px;
    background: linear-gradient(to bottom, rgba(6,32,73,0.8), rgba(6,32,73,0));
}
#header .contact_bt{
    right: 150px;
    top: 26px;
}
header .menu_stick{
    top: 45px;
}
header .menu_stick span{
    border-width: 1px;
}
header .menu_stick.stick_trans span:last-child{
    margin-top: -1px;
}

#pc_nav{
    font-family: var(--font-en);
}
#pc_nav li{
    margin-bottom: 10px;
}

#sp_nav{
    font-family: var(--font-en);
}
#sp_nav .grid_3{
    display: none;
}

#main_img .main_title{
    right: 100px;
    bottom: 100px;
    z-index: 2;
    transform: translateX(-20px);
    opacity: 0;
    filter: blur(5px);
    transition: 1s;
    transition-property: transform, opacity, filter;
}
#main_img .main_title.active{
    transform: none;
    opacity: 1;
    filter: none;
}

.con_title{
    font-family: var(--font-jp2);
    padding: 0
}
.con_box::before{
    display: none;
}

#contents1{
    position: relative;
    z-index: 1;
}
#contents1::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 100%;
    background-image: url('./Dup/img/bg_img.png');
    background-repeat: repeat-y;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%;
    top: 0;
    right: 0;
    animation: anime1 30s linear infinite;
    z-index: 1;
}
#contents1 .posi_abs{
    left: 0;
    right: auto;
    z-index: -1;
}
#contents1 #con1_img::before{
    position: absolute;
    content: "";
    background-image: radial-gradient(#aaa 20%, transparent 20%);
    background-size: 5px 5px;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#contents1 .grid_5{
    margin-left: auto;
}
#contents1 .con_box{
    background-image: linear-gradient(to bottom right, var(--base2), #04143a);
}
#contents1 .con_box .con_title, #contents1 .con_box .con_txt{
    position: relative;
    z-index: 1;
}

#con2 .con2_img{
    height: 700px;
}
#con2 .con2_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    bottom: -50px;
    background-image: linear-gradient(to bottom, rgba(6,32,73,0), var(--base1) calc(100% - 50px), rgba(6,32,73,0));
}
#con2 .con2_img_title{
    top: 0;
    left: 0;
}
#con2 .con2_txt_wrap{
    margin-top: -100px;
    max-width: 1400px;
}
#con2 .con2_title1 span{
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-size: 80px 1px;
    background-position: right center;
    background-repeat: no-repeat;
}

#top_banner a:hover .banner_bg{
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1.1);
}
#top_banner a p{
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 0.5s;
}
#top_banner a:hover p{
    background-size: 100% 1px;
}

.pager, .date{
    font-family: var(--font-en);
}

#top_cms .cms_title{
    text-align: center;
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 50px 3px;
    padding-top: 30px;
}
#top_cms .cms_title::before{
    display: none;
}
#top_cms .cms_title h2{
    font-family: var(--font-en);
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 0;
    color: var(--color1);
}
#top_cms .cms_title p{
    color: var(--color1);
    letter-spacing: 3px;
    font-size: 18px;
}
#top_cms, #under_page .under_box{
    background-color: var(--base2);
}
.more{
    font-family: var(--font-en);
}

#top_info .con_title{
    font-family: var(--font-en);
}

#page_title .page_title_box{
    text-align: center;
    top: 150px;
}
#page_title h2{
    font-family: var(--font-en);
    font-size: 50px;
    letter-spacing: 8px;
    margin-bottom: 0;
}
#page_title p{
    font-family: var(--font-jp2);
    font-size: 18px;
    color: var(--color1);
}

.cate_list{
    padding: 25px;
    border-bottom: none;
    background-color: var(--color2);
    margin-bottom: 100px;
}
.cate_list::before{
    content: "CATEGORY";
    display: block;
    width: 100%;
    padding: 5px;
    color: var(--color1);
    font-family: var(--font-en);
}
.cate_list li{
    width: auto;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}
.cate_list li::before{
    display: none!important;
}
.cate_list li a{
    background-color: var(--color2);
    font-size: 12px;
}
.cate_list li a:hover{
    background-color: var(--base2);
    opacity: 1;
}

.cate_title, .box_title1, .box_title{
    font-family: var(--font-jp2);
}

#cms_3-c .cate_box, .cms_3-c .cate_box{
    border-left-color: #fff;
}

.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #fff;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: var(--color1);
}
.qa_type1 .cate_box .box_item {
	display: none;
}

#top_info .con_box{
    background-image: linear-gradient(to bottom right, var(--base2), #04143a);
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#header{
    height: 80px;
    padding: 30px;
}
#header .contact_bt{
    right: 100px;
    top: 15px;
}
header .menu_stick {
    top: 35px;
    right: 30px;
}
#pc_nav{
    display: none;
}
#sp_nav nav{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#main_img .main_title{
    right: 50px;
    bottom: 50px;
}
#contents1 .posi_abs{
    right: 0;
}
#contents1::before{
    width: 100%;
    height: 70px;
    background-image: url(./Dup/img/bg_img_sp.png);
    background-repeat: repeat-x;
    background-size: 600px;
    top: 80px;
    animation: anime2 20s linear infinite;
}
#con2 .con2_img{
    height: 80vw;
}
#top_banner a .banner_bg{
    opacity: 0.2;
}
#page_title .page_title_box{
    top: 100px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#header{
    height: 70px;
    padding: 20px;
}
header .menu_stick {
    top: 30px;
    right: 20px;
}
#header .contact_bt{
    position: fixed;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#header .contact_bt a{
    background-color: #04143a;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#main_img .main_title {
    right: 20px;
    bottom: 20px;
}
#contents1::before{
    top: 30px;
}
#top_cms .cms_title h2{
    font-size: 30px;
}
#top_cms .cms_title p{
    font-size: 16px;
}
#page_title h2 {
    font-size: 32px;
    letter-spacing: 4px;
}
#page_title p {
    font-size: 16px;
}
.cate_list{
    padding: 15px;
}
.cate_list::before{
    text-align: center;
}
.cate_list li{
    width: 100%;
    padding: 5px;
}
.cate_list li a{
    padding: 10px 15px;
}
.qa_type1 .cate_box .arrow{
    left: -5px;
}
.qa_type1 .cate_box .open_bt {
	padding: 5px 0;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
#copyright{
    padding-bottom: 100px;
}
}