﻿@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@600&display=swap');

body, .font_sans-serif{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.contact_bt, #page_top, #top_cms .cms_sub_title, .more, a[href^="tel:"], #page_title p, .con_no, .pager li a{
    font-family: 'Ibarra Real Nova', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font_bold{
    font-weight: normal;
}

body, html{
    font-size: 14px;
}

::selection {
    background-color: #444444;
    color: #fff;
}
::-moz-selection {
    background-color: #444444;
    color: #fff;
}

/*** fade ***/

#top_cms .cms_sub_title span, #page_title p span, .fade_txt span{
    display: inline-block;
    line-height: 1;
    transition: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    transform-origin: top;
    transform: translateY(1em) rotate(10deg);
}
#top_cms .cms_sub_title span.active, #page_title p span.active, .fade_txt span.active{
    transform: none;
}

/*******/

#loader{
    background-color: #1a1a1a;
}

#wrap, #footer, #intro{
    background-color: #1a1a1a;
}

#header.headtrans{
    background-color: rgba(40,40,40,0.9);
}
#header #logo a{
    padding: 20px 0!important;
    width: 60px;
    transition: 1s;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    transform-origin: top left;
    transform: scale(1.5);
}
#header.headtrans #logo a{
    transform: scale(1);
}
#sp_nav .nav_bg {
    background-image: none!important;
    background-color: #222!important;
}

#main_img .main_title{
    transform: translate(-50%, -50%) scale(1.1);
    filter: blur(5px);
    transition: 1.5s;
    z-index: 1;
}
#main_img .main_title.active{
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
    opacity: 1;
}

#logo a{
    background-color: transparent;
}

#pc_nav a{
    color: #fff!important;
}
#pc_nav .contact_bt a{
    background-color: #a5925e;
    border: solid 1px #a5925e;
}
#pc_nav .contact_bt a:hover{
    background-color: transparent;
    border: solid 1px #fff;
}

#main_img .main_bg{
    opacity: 0.2;
    background-color: #1a1a1a;
}

.con_no_wrap.d_inline_b::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    transition: 1s;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    left: calc(100% + 20px);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.con_no_wrap.d_inline_b.fadetrans::before{
    width: 100px;
}

#intro{
    padding: 0;
    background-image: url('./Dup/img/bg_img1.png');
    background-size: 50%;
    background-position: bottom -10px left 50px;
    background-repeat: no-repeat;
}
#intro .intro_wrap{
    background-color: transparent;
}
#intro .intro_title, #contents1 .con1_title span{
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
}
#intro .intro_txt{
    padding-left: 20px;
}

#contents1 .con1_wrap{
    padding-right: 0;
    width: 100%!important;
    position: relative;
}
#contents1 .con1_wrap .con1_box{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: static;
}
#contents1 .con1_bg {
    opacity: 0.8;
    background-color: #111111;
}

#contents2 .con2_box, #contents3 .con3_box{
    background-color: #625530;
}
#contents2 .con2_box{
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: left 30px bottom 30px;
}
#contents3 .con3_box{
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right 50px bottom 0;
}
#contents2 .con2_title, #contents3 .con3_title{
    padding-top: 0;
    border-top: none;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}
#contents2 .con2_txt, #contents3 .con3_txt{
    padding-left: 20px;
}

#top_cms .cms_box:nth-of-type(2){
    background-color: #222222;
}
#top_cms .cms_box{
    margin-bottom: 0;
    padding-bottom: 100px;
}
#top_cms .cms_box::before{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 1px!important;
    height: 100px!important;
    border: none!important;
    top: 0!important;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0.2;
}
#top_cms .cms_box > .pd_t-100px.pd_b-100px{
    background-color: transparent;
    padding-top: 150px;
}
#top_cms .cms_title{
    position: relative;
    z-index: 2;
}
#top_cms .cms_sub_title{
    transform: none;
    left: 0;
    top: -190px;
    line-height: 1;
    font-size: 80px;
    color: rgba(255,255,255,0.05);
    letter-spacing: 6px;
    overflow: hidden;
}
#top_cms .top_cms_wrap{
    top: 0;
}

.more a:hover .hvr_more_span{
    border-color: rgba(255,255,255,0.05)
}
.more a:hover .more_bg{
    background-color: rgba(255,255,255,0.05);
}

section[id^="page"]{
    padding: 100px;
    background-color: transparent;
}
section[id^="page"] > .contents_wrap{
    padding: 0;
    background-color: transparent;
}

#page_title{
    padding: 200px 0 150px;
}
#page_title .page_title_bg{
    background-color: #1a1a1a;
}
#page_title .page_title_gradient {
    background: linear-gradient(to bottom, rgba(26,26,26,0), rgb(26,26,26,1))!important;
}
#page_title h2{
    z-index: 1;
}
#page_title p{
    position: absolute;
    width: 100%;
    font-size: 80px;
    line-height: 1;
    left: 0;
    top: 190px;
    letter-spacing: 5px;
    color: #aaa;
    opacity: 0.3;
    overflow: hidden;
}

.cate_list a:hover{
    background-color: #333333;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5;
}
.cate_title:first-letter{
    font-size: 30px;
    color: #a5925e;
}
.pager li a:hover{
    background-color: #333333;
}

#cms_2-a .cate_box .box_title1, .cms_2-a .cate_box .box_title1{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#cms_2-a .cate_box .box_title1::before, .cms_2-a .cate_box .box_title1::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.4;
}
#cms_6-c .cate_box::before, #cms_6-c .cate_box::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 60px;
    pointer-events: none;
}
#cms_6-c .cate_box::before{
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    top: -1px;
    left: -1px;
}
#cms_6-c .cate_box::after{
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    bottom: -1px;
    right: -1px;
}

footer .footer_nav{
    background-color: #111;
}

#footer .contact_bt a{
    background-color: #222222;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#loader img{
    width: 200px;
}
#header{
    background-color: rgba(40,40,40,0.9);
}
#header #logo a{
    padding: 10px 0!important;
    transform: scale(1);
    width: 70px;
}
#intro {
    background-position: top 20px right 20px;
}
#intro .intro_wrap, #contents2 .con2_box, #contents3 .con3_box{
    padding: 100px 50px;
}
#intro .intro_txt, #contents1 .con1_txt, #contents2 .con2_txt, #contents3 .con3_txt{
    padding-left: 20px;
    padding-right: 20px;
}
#contents2 .con2_box {
    background-position: right 30px bottom 30px;
}
section[id^="page"]{
    padding: 100px 70px;
}
#page_title{
    padding: 100px 0;
}
#page_title p{
    font-size: 60px;
    top: 100px;
}
#contents3 .con3_img1{height: 60vw}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#intro{
    background-size: 80%;
}
#intro .intro_wrap, #contents2 .con2_box, #contents3 .con3_box{
    padding: 100px 20px;
}
#intro .intro_txt, #contents1 .con1_txt, #contents2 .con2_txt, #contents3 .con3_txt{
    padding-left: 0;
    padding-right: 0;
}
#contents2 .con2_box{
    background-size: 80%;
    background-position: right 50% bottom 30px
}
#contents3 .con3_box{
    background-size: 80%;
    background-position: right 50% bottom 0
}
#top_cms .cms_sub_title {
    top: -170px;
    font-size: 60px;
    letter-spacing: 3px;
}
#page_title p {
    font-size: 20px;
    top: 80px;
    letter-spacing: 3px;
    opacity: 0.6;
}
section[id^="page"]{
    padding: 100px 20px;
}
.cate_title{
    font-size: 20px;
}
.cate_title:first-letter{
    font-size: 26px;
}
#page_top .scroll_block{
    background-color: #111!important;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#pc_nav a, #footer .tel_bt a, #footer .contact_bt a{
    padding-top: 10px;
}
.more a span.hvr_more_span, #page10 a{
    padding-top: 15px;
}
.pager li a{
    line-height: 60px;
}
}