﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#094B9C;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#094B9C;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

h2,h3, h4 {
    font-family: 'Noto Serif JP', serif;
}

.en_font {
    font-family: 'Montserrat';
}

#loader img {
    width: 350px;
}

/* nav */

h1::after {
    border-color: rgb(244, 246, 249) transparent transparent transparent!important;
    opacity: 0.4;
}

#loader::after {
    background: rgb(227, 237, 247)!important;
}

#main_nav ul {
    background-color: rgba(255,255,255,0.75);
}

#main_nav ul li a {
    font-weight: normal;
    color: #1A1A1A;
}

#menu_wrap nav ul li a .title1 {
    font-family: 'Noto Serif JP', serif;
}

/* footer */

#footer_txt, #footer_bottom li a, #copyright {
    font-weight: normal;
}

#fix-con {
    right: 80px;
    max-width: 400px;
    width: 25%;
    bottom: 0;
    z-index: 4;
    transition: 0.5s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */


#main_img::after {
    display: none;
}

#main_img {
    background: #CACACA;
}

#main_img h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: 500;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.gd {
    width: 80%;;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 25%;
    font-size: 70px;
    font-weight: 700;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.gd p {
    line-height: 1.5;
}

.top-list {
    column-gap: 2%;
}

.top-frame {
    z-index: 3;
    background-repeat: no-repeat;
    background-size: contain;
}

/*.top-t {*/
/*    background-image: url(Dup/img/top-t.png);*/
/*    top: 0px;*/
/*    right: 25%;*/
/*    background-position: top center;*/
/*    width: 30%;*/
/*    height: 30%;*/
/*}*/

/*.top-l {*/
/*    background-image: url(Dup/img/top-l.png);*/
/*    background-position: top left;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*}*/

/*.top-r {*/
/*    background-image: url(Dup/img/top-r.png);*/
/*    background-position: top right;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0px;*/
/*    right: 0px;*/
/*}*/

#video {
    width: 100%;
    height: 100%;
    min-height: 800px;
    overflow: hidden;
}

#video video {
    width: 80%!important;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* top */

#page_title {
    background-image: url(Dup/img/kamp_pic.jpg)!important;
}

#intro.on #intro_box #intro_txt {
    position: relative;
}

#intro_txt:before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    border: 1px solid;
}

#intro #intro_txt h3::after {
    content: "Unexpected Designs"!important;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 50px!important;
    left: -2%!important;
}

#contents::before {
    display: none;
}

#contents div {
    padding-top: 80px;
}

#contents div::after {
    opacity: 1;
}

#contents div:before {
    content: "";
    width: 96%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 2%;
    border: 1px solid #fff;
    z-index: 2;
}

#contents div h4::after {
    content: "Fastidiousness";
    font-family: 'Montserrat';
    font-weight: normal;
    width: 100%;
    color: #C4D4E7;
    position: absolute;
    z-index: 1;
    font-size: 50px;
    opacity: 0.5;
    top: 0;
    left: -20%;
    transform: translateY(-35%);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    z-index: -1;
}

#contents2 {
    z-index: 1;
}

#contents2:before {
    content: "";
    width: 96%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 2%;
    border: 1px solid #094B9C;
    z-index: -1;
}

#contents2 h4 {
    position: relative;
    z-index: 0;
}

#contents2 h4::after {
    content: "Design Production";
    font-family: 'Montserrat';
    font-weight: normal;
    width: 100%;
    color: #C4D4E7;
    position: absolute;
    z-index: 1;
    font-size: 50px;
    opacity: 0.5;
    top: 0;
    left: -55%;
    transform: translateY(-35%);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    z-index: -1;
}

.products {
    width: 90%;
    margin: 50px auto;
    justify-content: flex-start;
}

#contents2 .products li {
     width: calc(25% - 40px); /* margin padding分を引く */
    flex-direction: column;
    row-gap: 10px;
    padding: 20px;
    background-color: #F9FAFA;
}

/*#contents2 .products li:nth-of-type(odd) {*/
/*    background-color: #E3EDF7;*/
/*}*/

/*#contents2 .products li:nth-of-type(even) {*/
/*    background-color: #F9FAFA;*/
/*}*/

#contents2 .products li:nth-of-type(2), #contents2 .products li:nth-of-type(4),#contents2 .products li:nth-of-type(5), #contents2 .products li:nth-of-type(7), #contents2 .products li:nth-of-type(10), #contents2 .products li:nth-of-type(12) {
    background-color: #E3EDF7;
}

#contents2 .products li span img {
    height: 50px;
    width: auto;
}

#contents2 .con2-btn a {
    padding: 20px 30px;
}

#contents_links .box_wrap .box {
    background-color: #E3EDF7;
}

#contents_links .box_wrap .box a {
    color: #063269;
}

#contents_links .box_wrap .box a p {
    margin-bottom: 50px;
    font-family: 'Montserrat' ,'Noto Serif JP', serif;
    text-shadow: 0 0 5px rgb(255 255 255 / 35%);
}

#contents_links .box_wrap .box a p span {
    color: #ffffff;
}

#contents_links .box_wrap .box a div span::after {
    background-color: #fff;
}

/* top-cms */

#top_cms .top_cms_box .more a, #contents_links .box_wrap .box a div span {
    font-family: 'Montserrat' ,'Noto Serif JP', serif;
}


/* ----------　下層ページ　---------- */

.cate_list li a {
    font-family: 'Noto Serif JP', serif;
}

.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
    font-family: 'Montserrat';
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}

.flow_type3 .type3-link a:empty {
    display: none!important;
}

/* 会社情報 */
/* お問い合わせ */

#page08 #tel_contact {
    background: #E3EDF7;
    text-shadow: none;
}

/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){

#main_img {
    overflow: hidden;
}

#main_img h2 {
    top: 30%;
}

.gd {
    bottom: 35%;
}

.top-t {
    width: 45%;
}

.top-l {
    transform: rotate(-90deg);
    height: 100vw;
    top: 25%;
}

.top-r {
    display: none;
}

#video video {
    width: auto!important;
    height: 85vh;
}

#contents div::after {
    background-color: rgba(9, 75, 156, 0.7)!important;
}
    
#contents2 .products li {
     width: calc(33.3333% - 40px); /* margin padding分を引く */
}

#contents div h4::after {
    left: -45%;
}

#contents2 h4::after {
    left: -95%;
}

#contents2 .products li:nth-of-type(odd) {
    background-color: #E3EDF7;
}

#contents2 .products li:nth-of-type(even) {
    background-color: #F9FAFA;
}

#fix-con {
    right: 80px;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#loader img {
    width: 250px;
}

h1 img {
    width: 150px;
}
    
#main_img {
    padding-top: 0;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

#video video {
    height: auto;
}

#main_img h2::before {
    display: none;
}

#main_img h2 {
    top: 30%;
}

.gd {
    font-size: 35px;
    top: 50%;
}

.gd p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.top-frame {
    display: none;
}
    
#fix-con {
    width: 60%;
}

footer #footer #footer_box {
    padding: 10px;
}
    
#intro #intro_box #intro_txt h3 {
    margin-top: 50px;
}
    
#intro #intro_txt h3::after {
    font-size: 30px!important;
    left: 0%!important;
}

#contents div h4::after {
    font-size: 30px;
    left: -15%;
}

#contents2 h4::after {
    font-size: 30px;
    left: -50%;
}
    
#contents2 .products li {
    width: calc(50% - 40px); /* margin padding分を引く */
    font-size: 12px;
    background-color: #F9FAFA!important;
}

#contents2 .products li:nth-of-type(2), #contents2 .products li:nth-of-type(3),#contents2 .products li:nth-of-type(6), #contents2 .products li:nth-of-type(7), #contents2 .products li:nth-of-type(10), #contents2 .products li:nth-of-type(11) {
    background-color: #E3EDF7!important;
}

.flow_type3 .cate_box {
    margin-top: 80px;
}
    
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
    
}