﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap');
body, .font_sans-serif, #wrap, #top_cms .top_cms_title h3 span, #contents_link a h3 span, #page_title h2 span{
    font-family: 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

#loader_h {
    top: 0;
    left: 0;
    z-index: 9999;
}
#loader_h .loader_logo {
    opacity: 0;
    transform: translate(-50%, -50%);
    width: 300px;
}
#loader_h .loader_logo.active {
    transition: 1s;
    opacity: 1;
}
#loader_h .loader_logo.active.trans {
    opacity: 0;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #1b1b1b;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1{color: #0c0c0c;} /* メインカラー */
.txt_color2{color: #e6e6e6} /* サブカラー */
.txt_color3{color: #f6c700;} /* アクセントカラー1 */
.txt_color4{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #0c0c0c;} /* メインカラー */
.bg_color2{background-color: #e6e6e6} /* サブカラー */
.bg_color3{background-color: #f6c700;} /* アクセントカラー1 */
.bg_color4{background-color: #c9baa9} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #0c0c0c;}
.border_color2{border-color: #e6e6e6}
.border_color3{border-color: #f6c700;}
.border_color4{border-color: #c9baa9}

.hvr_bg_color3:hover {background-color: #f6c700;}

/* top ----------------*/

/* header */
#header h1 {
    max-width: 350px;
}
header {
    border-bottom: none;
    background-image: url('./Dup/img/catch_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* main img */
#main_menu{
    margin-left: 0;
    width: 17%!important;
    position: relative;
}
#main_contents::after {
    display: none;
}
#main_contents #main_img {
    box-shadow: none;
    margin-left: 12.33333%;
    width: 60%!important;
}
#main_contents #catch {
    transform: translateY(0);
    width: 100%;
    z-index: -1;
}
.main_visual{
    max-width: 25%;
    bottom: -45px;
    right: -70px;
}
.catch_top{
    width: 50%;
    top: 20px;
    right: 20%;
}
.catch_bottom{
    width: 40%;
    bottom: -50px;
    right: 8%;
}
#main_contents .entry{
    max-width: 280px;
    bottom: 60px;
    left: 5%;
}

/* main */
#contents h3 span, #top_cms .top_cms_title h3 span {
    border-top: none;
    background: none;
    background-image: url('./Dup/img/about_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40%;
    padding: 10px;
}

/* intro */
#intro{
    position: relative;
}
#intro::after{
    display: none;
}
#intro .intro_right{
    margin-left: 30%;
    background-color: #0c0c0c;
    padding: 2.5%;
    position: relative;
}
#intro .intro_right::before{
    content: "";
    border: 1px solid #f6c700;
    width: 95%;
    height: 95%;
    display: block;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    z-index: -1;
}
#intro #intro_left{
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#intro .lineani .intro_img{
    width: 410px;
    -webkit-transition: 2.0s;
    -moz-transition: 2.0s;
    -ms-transition: 2.0s;
    -o-transition: 2.0s;
    transition: 2.0s;
    -webkit-transform: translateY(-20%) translateX(30%);
    -moz-transform: translateY(-20%) translateX(30%);
    -ms-transform: translateY(-20%) translateX(30%);
    -o-transform: translateY(-20%) translateX(30%);
    transform: translateY(-20%) translateX(30%);
    opacity: 0;
    z-index: 1;
}
#intro .lineani.anim .intro_img{
    -webkit-transform: translateY(0%) translateX(30%);
    -moz-transform: translateY(0%) translateX(30%);
    -ms-transform: translateY(0%) translateX(30%);
    -o-transform: translateY(0%) translateX(30%);
    transform: translateY(0%) translateX(30%);
    opacity: 1;
}
#intro .lineani.anim:after {
    -webkit-transform: rotate(-8deg) scaleY(1);
    -moz-transform: rotate(-8deg) scaleY(1);
    -ms-transform: rotate(-8deg) scaleY(1);
    -o-transform: rotate(-8deg) scaleY(1);
    transform: rotate(-8deg) scaleY(1);
}
#intro .lineani:after {
    content: "";
    background-image: url('./Dup/img/intro_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 103%;
    width: 103%;
    height: 100%;
    display: block;
    position: absolute;
    top: -10px;
    left: -1%;
    -webkit-transform: rotate(-8deg) scaleY(0);
    -moz-transform: rotate(-8deg) scaleY(0);
    -ms-transform: rotate(-8deg) scaleY(0);
    -o-transform: rotate(-8deg) scaleY(0);
    transform: rotate(8deg) scaleY(0);
    -webkit-transition: 2.0s;
    -moz-transition: 2.0s;
    -ms-transition: 2.0s;
    -o-transition: 2.0s;
    transition: 2.0s;
	z-index: -5;
}

/* contents */
#contents h3 span {
    font-size: 80px;
}
#contents::after {
    background-color: rgba(0,0,0,0.60);
}
#contents h4 {
    color: #000;
}

/* topcms */
#top_cms .top_cms_title h3 span, #contents_link a h3 span{
    font-weight: bold;
    letter-spacing: 1px;
}
.cms_1-a .cate_box .box_img1{
    background-color: #0c0c0c;
}

/* contentslink */
#contents_link a span{
	color: #f6c700;
}
#contents_link a::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    border: 3px solid #f6c700;
    box-sizing: border-box;
    transition: ease 0.3s;
	z-index: 10;
}
#contents_link a h4 {
    border: 1px solid #f6c700;
}
#contents_link a:hover::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#contents_link a::after {
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(0);
}
#contents_link a:hover::after {
    top: 0;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(3px);
}

/* footer */
#footer .grid_6, #footer .grid_6 .tel a {
    transition: all 0.3s;
}
#footer .grid_6 .tel a {
    margin-top: 100px;
    font-size: 38px;
}
#footer .grid_6:hover, #footer .grid_6:hover .tel a {
    color: #000;
}


/* under page */
#page_title h2 span {
    border-top: none;
    background-image: url('./Dup/img/about_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40%;
    padding: 10px;
}
#main_menu .entry {
    max-width: 250px;
    bottom: -120px;
    left: -5%;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */
.flow_type2 .cate_box2 {
	padding: 30px;
	width: 100%!important;
}
.flow_type2 .box_txt3 {
    background-color: #f7f7f7;
    color: #0c0c0c;
    text-align: center;
}
.flow_type2 .cate_box2 {
	border-right: 3px solid #0c0c0c;
	border-left: 3px solid #0c0c0c;
}
.flow_type2 .cate_box2:nth-child(2) {
	border-top: 3px solid #0c0c0c;
}
.flow_type2 .cate_box2:last-child {
	border-bottom: 3px solid #0c0c0c;
}
.flow_type2 .cate_box2:not(:last-child) {
	border-bottom: 3px solid #0c0c0c;
	position: relative;
}
.flow_type2 .cate_box2:not(:last-child)::before,
.flow_type2 .cate_box2:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow_type2 .cate_box2:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #0c0c0c;
}
.flow_type2 .cate_box2:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}

.flow_type2{counter-reset: number 0;}

.flow_type2 .box_txt3::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #0c0c0c;
    padding: 5px 10px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 0px auto 10px;
    width: 50%;
}

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- 1400px ---------- */
@media screen and (max-width: 1400px){
    #intro .intro_right{
        margin-left: 27%;
    }
}
/* ---------- 1280px ---------- */
@media screen and (max-width: 1280px){
    #intro .intro_right{
        margin-left: 10%;
        background-color: rgba(12,12,12,0.9);
    }
}
/* ---------- 1100px ---------- */
@media screen and (max-width: 1100px){
    #intro .intro_right{
        margin-left: 5%;
        background-color: rgba(12,12,12,0.9);
    }
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #main_contents #main_img {
        margin-left: 0;
        width: 91.66667%!important;
    }
    .main_visual {
        max-width: 32%;
    }
    .catch_top {
        width: 70%;
        right: 25%;
    }
    .catch_bottom {
        width: 61%;
    }
    #main_contents .entry {
        max-width: 160px;
        bottom: 0;
        left: 1%;
    }
    #main_contents #catch h2, #main_contents #catch p {
        font-size: 45px;
    }
    #intro .intro_right{
        margin-left: 40px;
        background-color: rgba(12,12,12,0.9);
        padding: 5%;
    }
    #intro .lineani:after{
        top: -30px;
    }
    #intro .lineani .intro_img{
        width: 400px;
    }
    #intro .lineani.anim .intro_img{
        -webkit-transform: translateY(0%) translateX(-20%);
        -moz-transform: translateY(0%) translateX(-20%);
        -ms-transform: translateY(0%) translateX(-20%);
        -o-transform: translateY(0%) translateX(-20%);
        transform: translateY(0%) translateX(-20%);
    }
    #footer .grid_6 .tel a {
        margin-top: 80px;
        font-size: 30px;
    }
    #page_title .entry{
        max-width: 160px;
        bottom: -130px;
        left: -10%;
    }
    #page10 .grid_4 a span.font_24 {
        font-size: 20px;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #header h1, #loader_h .loader_logo {
        max-width: 200px;
    }
    #main_contents #main_img {
        width: 100%!important;
    }
    .main_visual {
        max-width: 33%;
        bottom: -20px;
        right: -30px;
    }
    .catch_top {
        width: 84%;
        top: 24px;
        right: 10%;
    }
    .catch_bottom {
        width: 67%;
        bottom: -20px;
        right: 2%;
    }
    #main_contents .entry {
        max-width: 100px;
        left: 0;
    }
    #intro .intro_right {
        margin-left: 0;
        background-color: rgba(12,12,12,0.75);
        padding: 6% 4%;
    }
    #intro .intro_right::before {
        width: 99%;
        height: 99%;
        top: 0.5%;
        left: 0.5%;
    }
    #intro .lineani:after{
        top: -120px;
        background-size: 240%;
        width: 133%;
    }
    .flow_type2 .cate_box2:first-child {
        padding: 20px 20px 30px 20px;
    }
    .flow_type2 .cate_box2:not(:first-child) {
        padding: 40px 20px 20px 20px;
    }
    .flow_type2 .cate_box2:not(:last-child)::before, .flow_type2 .cate_box2:not(:last-child)::after {
        left: 50%;
    }
    #page_title .entry{
        max-width: 120px;
        bottom: -80px;
        left: -10%;
    }
    #page_title h2 span {
        padding: 0;
        letter-spacing: 0.8px;
        font-size: 25px;
    }
    #footer .grid_6 > span{
        display: none;
    }
    #footer .grid_6:hover, #footer .grid_6:hover .tel a {
        color: #fff;
    }
    
}

/* IE */
@media all and (-ms-high-contrast: none){
    #main_contents #main_menu li a{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    #main_contents #main_menu li::before{
        top: 3px;
    }
    #intro .more a{
        padding: 10px 40px 5px 10px;
    }
    #cms_2-a .cate .cate_title{
        padding-top: 10px!important;
    }
    #cms_2-b .cate .cate_title{
        padding-top: 5px!important;
    }
    #cms_6-b .cate .cate_title{
        padding: 5px!important;
    }
    .flow_type2 :not(:last-child).cate_box2::before, .flow_type2 :not(:last-child).cate_box2::after{top:98.1%;}
}


