﻿#page_title .en:before {
    left: 0;
}
.top_title h2.right {
    z-index: 2;
}
.hgs {
    max-width: 800px;
}
h4.modal_title2 {
    font-weight: bold;
    font-size: 24px;
}
.cms_2-g .box_item{
    background:black;
}
.cms_2-g .box_txt1{
    color:white !important;
}
.border_color4, .hvr_border_color4:hover {
    border-color: #ffc800;
}
a.linkStyle {
    color: #ffc800;
    text-decoration: underline;
}
.bg_color4, .hvr_bg_color4:hover {
    background-color: #c6001c;
}
div#main_rec a:hover {
    opacity: 0.6;
}
h3.con_title.font_50.font_30_sp.liana {
    color: #ffffff4a;
}
p.con_sub_txt {
    color: #ffc800;
    font-size: 1.5em;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom:10px;
}
.txt_color4, .hvr_txt_color4:hover {
    color: #f1be04;
}
.border_color2, .hvr_border_color2:hover {
    border-color: #c6001c;
}
#loading{
    background:black;
}
#fix_banner {
    bottom: -260px;
    right: 10px;
    position: fixed;
    width: 350px;
    z-index:9;
    transition: all 0.4s;
}
#fix_banner:hover{
    transform:translateY(-5px);
}
#fix_banner.banner_active{
    bottom:10px;
}


.liana {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 2px;
    font-style: italic;
}
.con_box_new p:last-of-type {
    font-size: 20px;
    margin-top: 30px;
}
ul.check li:before {
    width: 26px;
    height: 26px;
    content: "";
    position: absolute;
    background: url(Dup/img/check.png) no-repeat;
    background-size: contain;
    left: 0;
}
ul.check li {
    font-size: 20px;
    margin: 20px 0px;
    position: relative;
    padding-left: 40px;
    width: 45%;
    box-sizing: border-box;
}
ul.check {
    text-align: left;
    max-width: 930px;
    margin: auto;
    border: 1px solid white;
    padding: 50px 100px;
    display: inline-block;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#header {
    padding: 20px 100px 20px 20px;
    box-sizing: border-box;
}
.bg_color3, .hvr_bg_color3:hover{
    background-color:#1a1a1a;
}
.bg_color2, .hvr_bg_color2:hover {
    background-color: #c6001c;
}
h3.intro_title {
    font-size: 28px;
}
#contents .con_title {
    font-size: 66px; 
}
#video {
    height: 100vh;
    width: 75%;

    margin-left: auto;
}
#video video {
    object-fit: cover;
    height: 100%;
    position: absolute;
}
.bg_color1, .hvr_bg_color1:hover {
    background-color: #c6001c;
}
.more .more_item:before {
    background-color: #c6001c !important;
}
.border_color3, .hvr_border_color3:hover {
    border-color: #c6001c;
}
div#main_img:after {
    width: 40%;
    height: 100%;
    content: "";
    position: absolute;
    background: black;
    z-index: 2;
    left: -7%;
    top: 0;
    transform: skewX(-15deg);
}
div#main_b {
    position: absolute;
    z-index: 3;
      top: 40%;
    left: 6%;
    width: 45vw;
}
div#main_b:before {
    width: 24vw;
    height: 20vw;
    content: "";
    position: absolute;
    background: url(Dup/img/main_b2.png) no-repeat;
    z-index: 3;
    background-size: contain;
    top: -50%;
    left: -8%;
}
div#main_rec {
    position: absolute;
    top: 80%;
    z-index: 3;
    left: 7%;
}
div#main_rec a:before {
    width: 140%;
    height: 1px;
    background: white;
    content: "";
    position: absolute;
    bottom: -10px;
    transition:all 0.3s;
    
}
div#main_rec a:after {
    width: 1px;
    height: 20px;
    content: "";
    position: absolute;
    background: white;
    right: -54px;
    bottom: -13px;
    transform: rotate(-45deg);
transition:all 0.3s;
}
div#main_rec a {
    color: white;
    position: relative;
    font-size: 18px;
    transition: all 0.3s;
}

.txt_color2, .hvr_txt_color2:hover {
    color: #ffc800;
}
.con_box_new {
    text-align: center;
    padding: 100px 0 0;
}

/*-----------------------タブレット---------------------------------*/
@media screen and (max-width:768px){
    #video {
    height: 50vh;
}
div#main_img:after {
    width: 50%;
    left: -11%; 
}
div#main_b {
    top: 45%;
    left: 6%;
    width: 54vw;
}
div#main_b:before {
    width: 30vw;
    height: 25vw;

    top: -50%;
    left: -5%;
}
#contents .con_title {
    font-size: 36px;
}
#fix_banner{
    width:280px;
}
ul.check{
        padding: 30px 50px;
}
.con_box_new {
    padding: 0;
}
p#logo2 img {
    max-width: 220px;
}
.info_txt {
    padding: 30px;
}
#page_title .en {
    font-size: 60px;
    top: -30px;
}
}

/*----------------------------スマホ-------------------------------------*/
@media screen and (max-width:667px){
    #video {
    width: 100%; 
    }
    #loading_logo {
    max-width: 200px; 
    }
    div#main_rec{
        display:none;
    }
    div#main_img:after{
        display:none;
    }
    div#main_b {
    top: 60%;
    left: 6%;
    width: 80vw;
}
    div#main_b:before{
        display:none;
}
h3.intro_title {
    font-size: 20px;
}
h1#logo img {
    max-width: 150px;
}
#contents .more {
    margin-top: 10px;
}
p.con_sub_txt{
    font-size:1em;
}
.con_box_item {
    margin-top: 20px;
}
#contents .con_title {
    font-size: 32px;
}
ul.check li {
font-size: 18px;
    width: 100%; 
    padding-left: 35px;
}
ul.check {
    padding: 20px 30px;
}
.con_box_new p:last-of-type {
    font-size: 18px;
}
ul.check li:before {
    width: 21px;
    height: 21px;
        top: 1px;
}
#fix_banner {
    width: 240px;
     bottom: -200px;
} 
#fix_banner.banner_active {
    bottom: 10px;
}
#page_title .en {
    font-size: 38px;
    top: -20px;
}
#page_title_img {
    height: 200px;
}
h3.intro_title {
    font-size: 26px;
    max-width: 340px;
    margin: 0 auto 30px;
}
#contents .con_title {
    font-size: 28px;
    letter-spacing: 1px;
}
div#contents_wrap {
    padding-left: 5%;
    padding-right: 5%;
}
}
/*2023/02/28*/
.tel_bt {
    display: none;
}