﻿/* color */
body,.txt_color_nomal{color: #02010C;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #D71D3B} /* メインカラー */
.txt_color2{color: #f5f5f5} /* サブカラー */
.txt_color3{color: #02010C} /* アクセントカラー1 */
.txt_color4{color: #f0f0f0} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #D71D3B} /* メインカラー */
.bg_color2{background-color: #f5f5f5} /* サブカラー */
.bg_color3{background-color: #02010C} /* アクセントカラー1 */
.bg_color4{background-color: #f0f0f0} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #D71D3B}
.border_color2{border-color: #f5f5f5}
.border_color3{border-color: #02010C}
.border_color4{border-color: #ccc}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #02010C;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #D71D3B} /* メインカラー */
.hvr_txt_color2:hover{color: #f5f5f5} /* サブカラー */
.hvr_txt_color3:hover{color: #02010C} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f0f0f0} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #D71D3B} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f5f5f5} /* サブカラー */
.hvr_bg_color3:hover{background-color: #02010C} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f0f0f0} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #D71D3B}
.hvr_border_color2:hover{border-color: #f5f5f5}
.hvr_border_color3:hover{border-color: #02010C}
.hvr_border_color4:hover{border-color: #f0f0f0}

header{
overflow: hidden;
}
.linkStyle {
    color: #D71D3B;
}
#header {
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
#video {
    height: 100vh;
}
.video {
    position: relative;
    top: 0px;
}
#top_message {
    /*background-color: #02010C;*/
    /*background-image: url("./Dup/img/intro_back.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;*/
    background-color: #02010c;
background-image: url("https://www.transparenttextures.com/patterns/shattered-dark.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
#top_message p:first-of-type {
    font-size: 60px;
    top: -42%;
    left: 50%;
    transform: translateX(-50%);
}

#top_message p {
    color: #f5f5f5;
}
#top_message h2 {
    color: #f5f5f5;
    /*font-family: 'Noto Serif JP', serif !important;*/
}
#top_message .Russo {
    color: #d71d3b;
    font-family: 'Noto Serif JP', serif !important;
}
#top_contents3 {
    position: relative;
    overflow: hidden;
    top: -100px;
}
#top_contents3 h3::before {
    content: "03";
    top: -85px;
    left: -70px;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    color: #f5f5f5;
}
#top_contents3 h3::before {
    font-family: "Russo One", "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
    font-size: 97px;
    opacity: 0.4;
    color: #f5f5f5;
    position: absolute;
}
#top_contents3 div span.after {
    top: -50%;
    left: -30%;
}
#top_contents3 div span.after, #top_contents2 div span.after {
    width: 50%;
    height: 200%;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewX(-26.35deg);
    transform: skewX(-26.35deg);
}
#top_contents1 .title, #top_contents2 .title, #top_contents3 .title {
    padding: 1rem 3rem;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#02010c), to(#2c2c2e));
    background-image: -webkit-linear-gradient(left, #02010c 0%, #2c2c2e 100%);
    background-image: linear-gradient(to right, #02010c 0%, #2c2c2e 100%);
    margin-bottom: 20px;
}
.fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#top_contents1 h3:after {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/con1_txt.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 50px;
    top: -24px;
    right: 0;
}
#top_contents2 h3:after {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/con2_txt.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 226px;
    height: 50px;
    top: -24px;
    right: 0;
}
#top_contents3 h3:after {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/con3_txt.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 311px;
    height: 50px;
    top: -24px;
    right: 0;
}
.catch1 {
    top: 107px;
    left: 40px;
    z-index: 1;
    width: 120px;
}
.banner {
    position: fixed;
    top: 89%;
    width: 350px;
    z-index: 3;
}
.banner2 {
    display: none;
}
.cate_list li {
    display: inline-block;
    width: 180px;
}
#tel_txt .txt_color2 {
    color: #02010c;
}
#page8 .border_color2 {
    border-color: #ccc;
}
#cms_3-a .cate_title {
    background-color: #d71d3b;
    color: #f5f5f5;
    padding-left: 10px;
    border-left: 10px solid #02010C;
}
header span.after {
    width: 400px;
    height: 1000px;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewX( 
-26.35deg
 );
    transform: skewX( 
-26.35deg
 );
    right: -200px;
    top: 0;
    display: none;
}
/*header span.after {
    width: 400px;
    height: 1077px;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewX( 
-26.35deg
 );
    transform: skewX( 
-26.35deg
 );
    right: -256px;
    top: 0;
}*/
#filter_white span.after {
    width: 400px;
    height: 1077px;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewX( 
-26.35deg
 );
    transform: skewX( 
-26.35deg
 );
    right: -179px !important;
    top: 0;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#video {
    height: 53vw;
}
.video {
    position: relative;
    top: -22px;
}
#top_message p:first-of-type {
    font-size: 60px;
    top: -27%;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
}
header {
    margin-bottom: 200px !important;
    /*margin-top: 77px;*/
}
/*#header {
    background-color: #f5f5f5;
    top: 0;
}*/
#top_message h2 {
    font-size: 23px;
    margin-bottom: 30px;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    color: #111018;
}
#top_contents1 h3::before {
    position: absolute;
    top: -54%;
    left: -10%;
    transform: translate(-50%,-50%);
    opacity: 0.4;
}
#top_contents2 h3::before {
    position: absolute;
    top: -38%;
    left: -10%;
    transform: translate(-50%,-50%);
    opacity: 0.4;
}
#top_contents3 h3::before {
    font-size: 97px;
    opacity: 0.4;
    color: #16151c;
    position: absolute;
    top: -136px;
    left: -116px;
}
#top_contents1 h3:after {
    width: 250px;
    height: 50px;
    top: -56px;
    right: 0;
}
#top_contents2 h3:after {
    width: 226px;
    height: 50px;
    top: -55px;
    right: 0;
}
#top_contents3 h3:after {
    width: 311px;
    height: 50px;
    top: -56px;
    right: 0;
}
header span.before {
    left: -214px;
    top: 0;
}
header span.after {
    right: -168px;
    top: 0px;
}
.catch1 {
    top: 107px;
    left: 23px;
    z-index: 1;
    width: 75px;
}
.banner2 {
    display: block;
}
.banner {
    position: fixed;
    top: 89%;
    width: 200px;
    z-index: 3;
}
.opacity06_tb {
    opacity: 1;
}
#page_title {
    margin-bottom: 100px !important;
}
.top_header {
    margin-bottom: 110px !important;
}
}
/**********************************************/
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
    #top_message p:first-of-type {
    font-size: 37px;
    top: -17%;
    left: 50%;
    transform: translateX(-50%);
    width: 263px;
}
.video {
    position: relative;
    top: 0px;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    position: absolute;
    top: -80%;
    left: -11%;
    transform: translate(-50%,-50%);
    opacity: 1;
}
header {
    margin-bottom: 140px !important;
    /*margin-top: 64px;*/
}
#top_message h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
#top_message p:first-of-type {
    font-size: 45px;
    top: -13%;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
}
header span.before {
    left: -226px;
    top: 0;
}
header span.after {
    right: -272px;
    top: 0px;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    color: #d82845;
}
#top_contents1 h3::before {
    position: absolute;
    top: -14%;
    left: -1%;
    transform: translate(-50%,-50%);
    opacity: 1;
}
#top_contents2 h3::before {
    position: absolute;
    top: -5%;
    left: 1%;
    transform: translate(-50%,-50%);
    opacity: 1;
}
#top_contents3 h3::before {
    font-size: 48px;
    opacity: 1;
    color: #d71d3b;
    position: absolute;
    top: -55px;
    left: -30px;
}
#top_contents1 .title, #top_contents2 .title, #top_contents3 .title {
    padding: 1rem 1rem;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#02010c), to(#2c2c2e));
    background-image: -webkit-linear-gradient(left, #02010c 0%, #2c2c2e 100%);
    background-image: linear-gradient(to right, #02010c 0%, #2c2c2e 100%);
    margin-bottom: 20px;
}
#top_contents1 .title, #top_contents2 .title, #top_contents3 .title {
    margin-bottom: 20px;
    width: 287px;
    margin-left: -27px;
}
.top_contents1_box, .top_contents2_box {
    max-width: none;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 18% 10% 10%;
}
.catch1 {
    display: none;
}
.banner {
    position: fixed;
    top: 92.5%;
    width: 90px;
    z-index: 3;
}
.all {
    display: none;
}
#cms_3-a .cate_title {
    text-align: center;
}
#page_title {
    margin-bottom: 60px !important;
}
#video {
     margin-top: 63px;
    }
}

@media all and (-ms-high-contrast:none) {
#cms_2-b .cate .cate_title {
    padding-top: 13px !important;
}
}
