﻿@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega&family=Noto+Sans+JP:wght@500&display=swap');

/** font **/

#page_title h2, #top_cms .cms_title, #main_img .main_txt_wrap, #intro .intro_title, #contents1 .con1_title, #contents2 .con2_title, #contents3 .con3_title, .cate_title, .box_title, .box_title1, .sub_cate_title, #main_img .main_title{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

a[href^="tel:"], #page_title p, #top_cms .cms_sub_title, #page_top, .more, .date, .contact_bt, #cms_5-c .box_title1::before, #cms_5-c .box_txt1::before, .cms_5-c .box_title1::before, .cms_5-c .box_txt1::before, #page10, #intro .intro_title::before, #contents1 .con1_title::after, #contents2 .con2_title::after, #contents3 .con3_title::after, .mail_bt{
    font-family: 'Lexend Mega', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_bold{
    font-weight: normal;
}

/** fade_txt fade_filter **/

.fade_in .fade_box{
    transition: 1s;
    transition-property: opacity, transform;
    opacity: 0;
    transform: translateY(10px);
}
.fade_txt span, #page_title h2 span, .main_title span{
    position: relative;
    display: inline-block;
    transition: 0.5s;
    transition-property: opacity, top, left;
    opacity: 0;
    left: 10px;
}
.main_title span{
    filter: blur(5px);
    transition-property: opacity, top, left, filter;
}
#page_title h2 span, #top_cms .fade_txt span{
    left: 0;
    top: 10px;
}
.fade_txt span.active, #page_title h2 span.active, #top_cms .fade_txt span.active, .main_title span.active{
    top: 0;
    left: 0;
    opacity: 1;
    filter: none;
}
.fade_in .fade_box.active{
    opacity: 1;
    transform: none!important;
}

.fade_in .fade_filter{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.8s;
    transition-timing-function: cubic-bezier(.91,.06,.33,1);
    transition-property: top, left, right, bottom;
    pointer-events: none;
}
.fade_in .filter1{
    right: 50%;
}
.fade_in .filter2{
    left: 50%;
    right: 0;
}
.fade_in .fade_filter.active{
    left: 100%;
}
.fade_in .filter1.active{
    left: 50%;
}

.cate:not(:first-of-type), #cms_1-a .cate_box:not(:first-of-type){
    position: relative;
    top: 20px;
    opacity: 0;
    transition: 1s;
    transition-property: opacity, top;
}
.cate.active, #cms_1-a .cate_box.active{
    top: 0;
    opacity: 1;
}

/****/

#wrap{
    overflow: hidden;
}

#loader img{
    width: 250px;
}

#sp_nav .nav_bg{
    background-image: none!important;
    background-color: rgba(232,160,56,0.9)!important;
}

#logo a{
    padding: 20px 30px;
    width: 230px;
}
#logo a img{
    width: 100%!important;
}

#header.headtrans #logo a{
    padding: 15px 30px;
}

#pc_nav .contact_bt a{
    position: relative;
}
#pc_nav .contact_bt a::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: 10px;
    top: calc(100% - 10px);
    background-image: url('./Dup/img/icon.png');
    background-size: contain;
    animation: anime2 3s infinite;
    pointer-events: none;
}
@keyframes anime2 {
    30% {top: calc(100% - 10px);right: 10px}
    40% {top: calc(100% - 15px);right: 13px}
    50% {top: calc(100% - 10px);right: 10px}
    60% {top: calc(100% - 15px);right: 13px}
    70% {top: calc(100% - 10px);right: 10px}
}

#main_img .main_bg{
    background-image: none!important;
    background-color: #222!important;
    opacity: 0.2;
}
#main_img .main_title{
    z-index: 1;
}
#main_img .main_title h2{
    transform: skewX(-5deg);
    font-size: 60px;
    padding-bottom: 0;
}
#main_img .main_title p{
    font-size: 20px;
}

#intro{
    position: relative;
}
#intro::before{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    background-image: url('./Dup/img/bg_img3.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: -80px;
    animation: anime1 30s linear infinite;
    z-index: 3;
    opacity: 0;
    transition: 1s;
    filter: blur(5px);
    transition-property: opacity, filter;
    pointer-events: none;
}
@keyframes anime1 {
    0% {transform: rotate();}
    100% {transform: rotate(-360deg);}
}
#intro.trans::before{
    opacity: 1;
    filter: blur(0);
}
#intro .intro_item{
    position: relative;
    z-index: 3;
}
#intro .intro_title{
    position: relative;
}
#intro .intro_title::before {
    position: absolute;
    content: "INTRODUCTION";
    top: -20px;
    left: -40px;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    text-shadow:
    1px 1px 0 #e4e4e4,
    -1px 1px 0 #e4e4e4,
    1px -1px 0 #e4e4e4,
    -1px -1px 0 #e4e4e4;
    letter-spacing: 0;
    z-index: -1;
}

#contents1 .con1_bg {
    background-image: none!important;
    background-color: #555!important;
}
#contents1 .con1_title, #contents2 .con2_title, #contents3 .con3_title{
    z-index: 1;
    padding-top: 0;
    border-top: none;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#contents2 .con2_title::before, #contents3 .con3_title::before{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 40px;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
#contents1 .con1_title::after, #contents2 .con2_title::after, #contents3 .con3_title::after{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -20px;
    color: #fff;
    opacity: 0.3;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    z-index: -1;
}
#contents1 .con1_title::after{
    content: "01";
}
#contents2 .con2_title::after{
    content: "02";
}
#contents3 .con3_title::after{
    content: "03";
}

#top_cms .cms_title{
    position: relative;
    z-index: 2;
}
#top_cms .cms_sub_title{
    transform: none;
    top: -140px;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 80px;
    line-height: 1;
    text-shadow:
    1px 1px 0 #e4e4e4,
    -1px 1px 0 #e4e4e4,
    1px -1px 0 #e4e4e4,
    -1px -1px 0 #e4e4e4;
    letter-spacing: 5px;
}

#page_title .page_title_bg{
    opacity: 0.3;
}
#page_title .page_title_gradient {
    background-image: url('./Dup/img/bg_img.png')!important;
    background-size: 100% 100%!important;
}

#top_cms .top_cms_wrap{
    top: 0;
}
#top_cms .cms_box > div.pd_t-100px.pd_b-100px{
    padding-bottom: 0;
    margin-bottom: 50px;
    background-color: transparent;
    border-top: solid 1px #222;
}
#top_cms .cms_box:not(:first-child)::before{
    display: none;
}
.more a .more_bg {
    width: 250px;
    height: 250px;
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    top: -260px;
    border-radius: 50%;
}
.more a:hover .more_bg {
    top: -140px
}

section[id^="page"].bg_color1{
    background-color: transparent;
}
section[id^="page"] .contents_wrap{
    background-color: transparent;
    padding: 0;
}

.cate_list li a{
    background-color: transparent;
    border: solid 1px #222;
}
.cate_list li a:hover{
    background-color: #222;
}
.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: #222222;
	font-weight: normal;
	position: relative;
	letter-spacing: 2px!important;
	border-radius: 0!important;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #222;
}

#cms_5-c .box_title1::before, .cms_5-c .box_title1::before{
    color: #1070e2;
    left: 10px;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    left: 10px;
    top: 5px;
}

#page10 span.letter_2{
    letter-spacing: 0;
}


footer a[href^="tel:"]{
    letter-spacing: 0;
}
#page_top span.letter_1{
    letter-spacing: 0;
}

/** tablet 780 **/
@media screen and (max-width: 768px){
#loader img{
    width: 200px;
}
#logo a {
    padding: 20px 0;
    width: 160px;
}
#main_img{
    height: 60vw;
}
.fade_in .filter1{
    right: 0;
}
.fade_in .filter1.active{
    left: 100%;
}
#intro::before{
    right: -50px;
}
#intro .intro_title::before {
    top: -10px;
    left: -30px;
    font-size: 40px;
}
.more a .more_bg {
    top: -140px

}
#page_title{
    padding: 100px 0;
}
#page_title .page_title_gradient {
    height: 8vw;
}
#cms_5-c .box_title1::before, .cms_5-c .box_title1::before{
    top: 6px;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before {
    top: 7px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#logo a {
    padding: 15px 0;
    width: 120px;
}
#pc_nav .contact_bt a::before{
    width: 30px;
    height: 30px;
}
#main_img .main_title h2 {
    text-shadow: -2px -2px 0 rgb(255 76 33 / 30%), 2px 2px 0 rgb(0 253 253 / 30%);
    font-size: 30px;
}
#main_img .main_title p{
    font-size: 10px;
}
#intro .intro_wrap{
    padding-top: 100px;
}
#intro::before{
    width: 200px;
    height: 200px;
    top: -50px;
}
#intro .intro_title{
    text-align: center;
}
#intro .intro_title::before {
    top: -30px;
    left: 0;
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
}
#contents1 .con1_title::after, #contents2 .con2_title::after, #contents3 .con3_title::after{
    font-size: 70px;
}
#top_cms .cms_sub_title {
    top: -120px;
    font-size: 50px;
    letter-spacing: 3px;
}
#page_title{
    padding: 80px 0;
}

.cate_title{
    font-size: 20px;
}
#cms_5-c .box_title1::before, .cms_5-c .box_title1::before{
    top: 7px;
    left: 0;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before {
    top: 10px;
    left: 0;
}
}

/** 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;
}
}