﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Chakra+Petch:wght@300&family=Noto+Sans+JP:wght@400;700&display=swap');

:root{
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Archivo Black', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en2: 'Chakra Petch', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif{
    font-family: var(--font-jp);
}
.font_en, a[href^="tel:"], .en, .Russo{
    font-family: var(--font-en);
}

/** color **/

:root{
    --color1: #6db36a;
    --color2: #f4f4f4;
    --color3: #111111;
    --color4: #e4e4e4;
    --black: #111111;
}

/** modal **/

.modal .modal_bt{
    cursor: pointer;
}
.modal_wrap .modal_box{
    top: 0;
    left: 0;
    z-index: 10000;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.modal_wrap .modal_box.active{
    opacity: 1;
    pointer-events: auto;
}
.modal_wrap .modal_box::-webkit-scrollbar{
    display:none;
}
.modal_wrap .modal_box .modal_bg{
    top: 0;
    left: 0;
}
.modal_wrap .modal_box .modal_close{
    cursor: pointer;
    top: 10px;
    right: 10px;
}

/** other **/

h2, h3, h4, h5, h6{
    line-height: 1.5;
}

body{
    background-color: transparent!important;
}

.l-mask, .l-mask--gr, .l-mask--top {
    -webkit-transform: skew(-25deg) translateX(-50%);
    transform: skew(-25deg) translateX(-50%);
}

#vegas{
    margin-bottom: 0;
    height: inherit;
}

#header{
    top: 0;
    left: 0;
    background-color: #fff!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-bottom: none;
    transition: background-color 1s;
}
#header_contact a.btn_back {
    height: 100%;
    transform: skewX(-25deg);
    background-color: var(--color2);
}
#header_contact a.btn_back:hover{
    background-color: var(--color4);
}
header span.before, header span.after{
    height: 100%;
    transform: skewX(-25deg);
    top: 0;
}
header span.before{
    left: -300px;
}
header span.after{
    right: -300px;
}
#header_contact span {
    right: 40px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#main_img{
    height: 700px;
    background-image: url('./Dup/img/main_img.jpg');
}
#main_img, #page_title{
    margin-top: 97px;
}
.catch{
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
    transition: 2s;
    transition-property: opacity, transform;
}
.catch.active{
    transform: translate(-50%, -50%);
    opacity: 1;
}

.intro_wrap{
    background-image: repeating-linear-gradient(-65deg, var(--color4), var(--color4) 1px, transparent 0, transparent 10px);
}

#top_message h2 {
    font-size: 50px;
    color: var(--black);
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

#top_message p:first-of-type{
    font-family: var(--font-en2);
}

.top_contents1_box, .top_contents2_box {
    max-width: 700px;
    padding: 100px;
    margin: 0;
}
.top_contents1_box{
    margin-right: auto;
}
.top_contents2_box{
    margin-left: auto;
}
#top_contents1 h3::before, #top_contents2 h3::before{
    font-family: var(--font-en2);
    position: static;
    display: block;
    color: #fff;
    opacity: 1;
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

#top_contents1 h3, #top_contents2 h3 {
    font-size: 40px;
    font-weight: bold;
}

.cms_title{
    margin-bottom: 50px;
}
.cms_title h2{
    font-size: 40px;
    margin-bottom: 0;
}
.cms_title p{
    font-size: 20px;
    letter-spacing: 3px;
    padding-bottom: 10px;
    opacity: 1;
    color: var(--color1);
}

.c-btn__back {
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#page_title #filter_white{
    padding: 140px 0;
    background-color: rgba(0,0,0,0.4)!important;
}
#page_title h2{
    font-size: 40px;
    letter-spacing: 5px;
    position: relative;
    z-index: 1;
    color: #fff;
}
#page_title p{
    font-family: var(--font-en2);
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    opacity: 0.3;
    line-height: 1;
    color: #fff;
}

#footer_contact{
    position: relative;
}
#footer_contact::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6;
}
#footer_contact h3, #footer_contact p, #footer_contact > div{
    position: relative;
}

footer{
    background-color: var(--color2)!important;
}
footer .txt_white{
    color: var(--black);
}


/** tablet 780 **/
@media screen and (max-width: 768px){
header span.before{
    left: -200px;
}
header span.after{
    right: -200px;
}
#main_img{
    height: 60vw;
}
#top_message h2{
    font-size: 40px;
}
.top_contents1_box, .top_contents2_box {
    max-width: inherit;
    padding: 50px;
    margin: 100px auto;
}
#top_contents1 h3, #top_contents2 h3{
    font-size: 30px;
    text-align: center;
}
#top_contents1 h3::before, #top_contents2 h3::before{
    color: var(--color1);
    transform: none;
}
.modal .modal_bt{
    color: var(--black);
}
#page_title p {
    font-size: 80px;
}
#footer_contact p .c-btn i{
    margin-left: 10px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header span.before, header span.after {
    width: 100px;
}
header span.before{
    left: -100px;
}
header span.after{
    right: -100px;
}
#main_img{
    height: 100vw;
    background-image: url('./Dup/img/main_img_sp.jpg');
}
#main_img, #page_title{
    margin-top: 78px;
}
#top_message h2{
    font-size: 30px;
    text-align: left;
}
.top_contents1_box, .top_contents2_box {
    padding: 50px 20px;
    margin: 50px auto;
    width: 90%!important;
}
#top_contents1 h3, #top_contents2 h3{
    font-size: 24px;
}
.cms_title h2{
    font-size: 30px;
}
#page_title #filter_white {
    padding: 100px 0;
}
#page_title h2 {
    font-size: 30px;
    letter-spacing: 2px;
}
#page_title p {
    position: static;
    transform: none;
    font-size: 20px;
    letter-spacing: 5px;
    opacity: 1;
    margin-top: 20px;
}
#footer_contact p .c-btn {
    padding: 30px 0!important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}