﻿#cms_5-f .cate_box .open_bt .box_title1::before, .cms_5-f .cate_box .open_bt .box_title1::before {
    display: none;
    margin-left: 50px;
}

.index .main_header h1 {
    max-width: 220px;
}

.swiper-wrapper{
    height: 50%;
}

figure.swiper-slide {
    object-fit: cover;
    height: 100%;
}

.top_cms_item_svg{
    display: none;
}

.cms_2-g .box_wrap {
    box-shadow: none;
}

.main_img {
    /*height: calc(100vh - -40px);*/
    height: calc(51vw - -0px);
    min-height: auto;
}

.main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/eye.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 46%;
    background-image: url(/files/img/pro_pc.png);
    background-position: 75% 100%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 78.5%;
    pointer-events: none;
    z-index: 2;
}

.add{
    width: 50%;
    margin-top: -13%;
    z-index: 2;
    position: relative;
    left: -30px;
    max-width: 700px;
    min-width: 100px;
    pointer-events: none;
}

ul.sns_link a{
    width: 30px;
    padding: 0;
    margin: 5px;
}

.add2{
        max-width: 550px;
    margin: auto;
    margin-right: 3%;
    width: 30%;
    position: relative;
    margin-top: -5%;
    margin-bottom: -28%;
    pointer-events: none;
    z-index: 1;
    transform: translateY(20%);
}

#contents1{
    margin-top: 10%;
    margin-bottom: 10%;
}

#video_area{
    display: none;
}

.main_img_txt2 {
    z-index: 3;
    bottom: 5%;
    right: -15%;
    font-feature-settings: "palt";
}

.main_img_txt h2, .main_img_txt2 h2 {
    margin-right: -0.5em;
    margin-bottom: 0.5em;
        font-size: min(5vw, 75px);
}

.banner2{
    position: fixed;
    top: 40%;
    left: 0;
    max-width: 50px;
    z-index: 4;
    transform: translate;
        transform: translateX(-50px);
    transition: 0.5s;
}

.banner2.show{
    transform: none;
     transition: 0.5s;
}

.mark{
    max-width: 90px;
    margin: 15px auto;
}

.main_img_txt{
    opacity: 0;
}

footer ul.sns_link li{
    margin-right: 10px;
}

.btns{
        max-width: 300px;
    margin: 50px auto;
}

div.footer_item > div{
    padding-top: 60px;
}

.linkStyle {
    color: #612f2f;
    transition: 0.5s;
    font-weight: bold;
    border-bottom: 1px solid #612f2f;
}

.linkStyle:hover{
    border-bottom: none;
    transition: 0.5s;
}

.unders{
    margin-top: -45%;
    z-index: 2;
}

.girl{
        max-width: 500px;
    margin: auto;
    display: block;
    transform: translateX(30%);
}

.park > img{
    width: 50%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

.main_img_txt2 {
    bottom: -42%;
    right: 7%;
}

.main_img:after {
    background-position: 50% 100%;
}

.add {
    margin-top: -5%;
}

.add2 {
    margin-top: 3%;
    margin-bottom: -31%;
    opacity: 0;
}

div.footer_item > div{
    padding-top: 40px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.main_img:after {
    background-size: 89.5%;
}

.add {
    width: 60%;
    margin-top: -9%;
}

.main_img_txt2 {
    bottom: -60%;
}

.add2 {
    margin-bottom: -27%;
}

.main_img {
    height: 73vw;
}

.main_img_txt h2, .main_img_txt2 h2 {
    font-size: clamp(29px, 5vw, 75px);
}

.banner2 {
    max-width: 37px;
    top: 75%;
}

#page_title .title_box {
    width: 90% !important;
}

.sp_txt{
    font-size: 20px;
}

}
