﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
body{
        font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}
.linkStyle{color: #333;border-bottom: 1px solid;}
header span.after {
    height: 100%;
    right: -250px;
}
header span.before{top: 0; bottom: inherit;}
#vegas{margin-bottom: 0;height: 100vh;background-position: top;}
.catch{
        max-width: 1000px;
    width: 50%;
    bottom: 1%;
    z-index: 5;
}
#header {
    background-color: rgb(255 255 255 / 70%);
}
#header_contact a.btn_back {
    background-color: rgb(0 0 0);
}
#header_contact a.btn_back:hover {
    background-color: rgb(0 0 0 / 70%);
}
#header_contact span{color: #fff;}
#header_contact :hover span{color: #121212;}
.intro_wrap {
    padding: 100px 0;
        background-image: url(dup/img/bg_img.jpg);
    background-size: cover;
}
.intro_wrap:before {
    content: "";
    background-color: #ccc;
    background-size: 103%;
    width: 30px;
    height: 200%;
    display: block;
    position: absolute;
    top: -60%;
    left: 62%;
    -webkit-transform: rotate(45deg) scaleX(0);
    -moz-transform: rotate(45deg) scaleX(0);
    -ms-transform: rotate(45deg) scaleX(0);
    -o-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
    -webkit-transition: 2.0s;
    -moz-transition: 2.0s;
    -ms-transition: 2.0s;
    -o-transition: 2.0s;
    transition: 2.0s;
    transition-delay: 0.5s;
    z-index: -3;
}
#top_contents1 h3, #top_contents2 h3,.modal_title span,#top_message h2 {
    transform: skewX(-10deg);
    border-bottom: 1px solid;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
}
#top_contents1 h3::before, #top_contents2 h3::before{color: #fff;}
.modal_title span{margin-bottom: 0;display: inline-block;}
#top_contents1, #top_contents2 {
    padding: 100px 0;
}
#top_contents1 div span.after, #top_contents2 div span.after {
    -webkit-transform: skewX(-20.35deg);
    transform: skewX(-20.35deg);
}
.top_contents1_img{background-position: left;}
#top_message{
    margin-bottom: 0;
    /*max-width: none;*/
    
}
/*#top_message p:last-of-type{max-width: 800px;}*/
#top_message .back {
    -webkit-transform: skewX(-21.35deg) translate3d(0,0,0);
    transform: skewX(-21.35deg) translate3d(0,0,0)
}
/*#top_message .back {
    position: absolute;
    overflow: hidden;
    height:100%; 
    -webkit-transform: skewX(-21.35deg);
    transform: skewX(-21.35deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
        top: 0;
    left: 50%;
    margin-left: -503px;
    width: 1112px;
}*/

#top_message .back__inner {
    height:100%;
        -webkit-transform: skewX(-21.35deg);
    transform: skewX(-21.35deg);
}
#top_message .back__inner .img {
    -webkit-transform: skewX(21.35deg);
    transform: skewX(21.35deg);
/*    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;*/
}
#top_message .back__inner .img:before {
    display: block;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    padding-top: 55.92%;
    background-image: url(dup/img/bg.jpg);
}
#top_message .more .c-btn{padding: 20px 200px; }
/*--------------------------------------------
 モーダル 
----------------------------------------------*/
.modal_bt{
    cursor: pointer;
    /*border-radius: 10px;*/
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20%;
    /*border: 2px solid;*/
    color: var(--text);
    background-color: var(--base);
    color: #fff;
    text-transform: uppercase;
    font-family: "Russo One", "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
}
.modal_bt:hover{
    opacity: 0.7!important;
    background-color: var(--color2);
    color: var(--color1);
}
/*.modal_bt::before{
    font-family: "FontAwesome";
    content: '\f0da';
    padding-right: 10px;
}
*/
.modal_box{
    top: 0;
    left: 0;
    background-color: rgba(245,255,255,0.9);
    z-index: 101;
    overflow-y: scroll;
}
.modal_box .close{
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
        background-color: transparent;
}

/* タブレット */
@media screen and (max-width: 768px){
    .modal_bt{
        margin: 20px auto;
    }
    .modal_wrap .modal_item{
        padding-top: 130px;
    }
}

/* スマホ */
@media screen and (max-width: 667px){
    .modal_bt{}
}


/*===========================================================*/
/* コード集 */
/*===========================================================*/




/*===========================================================*/
/* 下層 */
/*===========================================================*/





/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
header span.after{bottom: 0;}
.top_contents1_box p,.top_contents2_box p{opacity: 1;}
.modal_bt{color: #000;}
#top_contents1 h3, #top_contents2 h3, .modal_title span, #top_message h2 {
    font-size: 22px;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    color: #fd680d;
}
.catch {
    width: 60%;
}
#footer_contact {
    padding: 100px 0px 100px;
}


}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
#vegas {
    margin-bottom: 0;
    height: 50vh;
    background-position: center bottom -50px;
    background-size: cover;
    background-repeat: no-repeat;
}
#top_message .more .c-btn{padding: 20px 40px; }
#footer_contact .c-btn{
    box-sizing: border-box;
    width: 300px;
}
}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}