﻿/* ======================================================================================
　　color
======================================================================================== */

#fakeloader {
    background-color: #e2e2e2;
}
#wrap {
    background-color: #ffffff;
}
.drawer-nav {
    background-color: #999999;
}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: rgb(118 118 118)!important;
}


/* ======================================================================================
　　all
======================================================================================== */
.consept__view-btn {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 128px;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-btn {
    position: relative;
    width: 240px;
    text-align: center;
    display: inline-block;
}
.p-btn .line-vert::after, .p-btn .line-vert::before, .p-btn::before {
    width: 100%;
    position: absolute;
    transition: .4s cubic-bezier(.645,.045,.355,1);
    background: #c9c9c9;
    content: '';
}
.p-btn::before {
    bottom: 0;
    left: 0;
    height: 1px;
}
.p-btn .line-vert::after, .p-btn .line-vert::before {
    height: 1px;
    transform: scaleX(0);
}
.p-btn .line-vert::before {
    top: 0;
    left: 0;
}
.p-btn .line-vert::after {
    bottom: 0;
    left: 0;
}
.p-btn .line-side::before {
    top: 0;
    left: 0;
}
.p-btn .line-side::after {
    top: 0;
    right: 0;
}
.p-btn .word {
    font-family: Karla,sans-serif;
    font-weight: 400;
    line-height: 52px;
    transition: .4s ease;
    color: #b3b3b3;
    display: inline-block;
}
.p-btn:hover::before {
    transform: scale(0);
}
.p-btn:hover .line-vert::after, .p-btn:hover .line-vert::before {
    transform: scaleX(1);
}
.p-btn:hover .line-vert::after, .p-btn:hover .line-vert::before {
    transform: scaleX(1);
}
.p-btn:hover .line-side::after, .p-btn:hover .line-side::before {
    transform: scaleY(1);
}
.p-btn:hover .word {
    transform: scale(1.1);
    opacity: .8;
}


/* ---------- header ---------- */


/* ---------- footer ---------- */



/* ======================================================================================
　　top
======================================================================================== */

/* ---------- main_img ---------- */
/*section#main_img img {
    box-sizing: border-box;
    width: calc(100% - 83px) !important;
    height: calc(100% - 212px) !important;
    object-fit: cover;
}
#main_img {
    height: 100%;
    max-height: calc(100vh - 80px);
    max-width: calc(100vw - 80px)!important;
    margin: 115px auto 100px;
}*/
#main_img {
    height: 100%;
    max-height: 100%;
    max-width: calc(100vw - 80px)!important;
    margin: 115px auto 100px;
}
.catch {
    z-index: 2;
    width: 50%;
    max-width: 406px;
}

/* ---------- contents ---------- */
#intro .intro_img2 {
    margin: -33px 0 0 auto;
}
#contents .box {
    border: none;
}

/* ---------- topcms ---------- */
.top_cms_box .cms_title h2 {
    font-style: normal;
    border: none;
}
.more a {
    background-color: transparent;
    color: #747474;
    font-size: 17px;
    border-bottom: 1px solid;
    border-color: transparent;
}
.more a:hover {
    border-color: #999999;
    background-color: transparent;
    border-color: #333;
    color: #333;
}

/* ======================================================================================
　　under
======================================================================================== */
#page_title h2{
    line-height: 1;
}

/* ---------- cms ---------- */
/*バナー*/
.btn_container1 a, .btn_container2 a {
    padding: 8px 30px;
    border-radius: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}
/* =============================================
　　top_menu 
============================================= */
#top_menu {
    width: 95%;
    margin: auto;
    align-items: flex-start;
}
/* bt_menu_box */
#top_menu .box {
    width: 31.33333%!important;
}
#top_menu a {top: 0;left: 0;}
#top_menu .bt_menu_box .bt_menu_box_img {
    transition: transform 1s;
    max-height: 200px;
}
#top_menu .bt_menu_box::before,#top_menu .bt_menu_box::after{
	display: inline-block;
    content: "";
	position: absolute;
    pointer-events: none;
}
/*#top_menu .bt_menu_box::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #6e997b;
    background: linear-gradient(125deg, #6e997b 0%, #6e997b 100%);
    opacity: 0;
    transition: opacity .6s;
    z-index: 1;
}*/
#top_menu .bt_menu_box::after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: solid 1px #fff;
    transition: .7s;
	z-index: 2;
}
#top_menu .bt_menu_box .more {
	opacity: 0;
    transition: opacity .5s .3s;
	z-index: 2;
}
#top_menu .box:hover .bt_menu_box_img {transform: scale(1.1);}
#top_menu .box:hover .bt_menu_box::before{opacity: 0.8}
#top_menu .box:hover .bt_menu_box::after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
/*#top_menu .bt_menu_box:hover .more{opacity: 0.8;}
#top_menu .bt_menu_box:hover .more p{text-shadow: 1px 1px 5px rgba(0,0,0,0.7);}*/

#top_menu p.txt_color1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: #585858;
    padding: 13px 14px;
    background-color: #f2f2f2;
}
/*#top_menu p.txt_color1:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 15%;
    height: 1px;
    background-color: #d4bf94;
}*/





/* ======================================================================================
　　window size
======================================================================================== */

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header #logo {
    padding-top: 15px;
    max-width: 205px!important;
}
.catch {
    width: 36%;
}
.intro_img, #contents .con_img {
    width: 71%!important;
}
#top_menu .box {
    width: 71.33333%!important;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
header #logo {
    width: 140px!important;
    padding-top: 13px;
}
#main_img {
    margin: 77px auto 62px;
}
.catch {
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(124 124 124 / 56%);
    text-align: center;
    padding: 1px 0 5px;
}
.catch img {
    width: 168px;
}
.consept__view-btn {
    margin-top: 65px;
}
.intro_img, #contents .con_img {
    width: 87%!important;
}
#top_menu .box {
    width: 91.33333%!important;
}
#top_menu p.txt_color1 {
    font-size: 14px;
}
.top_cms_box .cms_title {
    margin-bottom: 54px;
}
.foot_link a {
    background-color: rgba(140,140,140,0.2);
    font-style: normal;
    padding: 82px 0;
}
#logo2 {
    width: 213px;
}
}
