#wrap #contents {
    max-width: 100%;
    min-height: auto;
    padding: 0;
}

#wrap .path {
    display: none;
}

.hero {
    min-height: 440px;
    margin-bottom: 100px;
    height: 26vw;
}

.hero__wrapper {
    height: 100%;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero__title {
    font-size: 60px;
    color:#fff;
    font-weight: 800;
    line-height: 1.2;
}

.hero__txt {
    margin-top: 19px;
    line-height: 1.4;
    font-size: 19px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    opacity: 0.6;
}


.about__section {
    width: 100%;
    margin-bottom: 6vw;
}

.about__section:nth-child(even),
.about__section--store {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about__column {
    width: calc(50% + 50px);
    height: 100%;
}

.about__align {
    padding: 0 4vw;
}

/*
.about__section:nth-child(odd) .about__align {
    padding-right: 0;
}

.about__section:nth-child(even) .about__align {
    padding-left: 0;
}
*/

.about__img img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.about__column--banner {
    width: calc(50% - 50px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about__column iframe {
    width: 100% !important;
    height: 600px !important;
}

.about__content {
    width: 50%;    
}

.about__title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.5;
}

.about__txt {
    font-size: 18px;
    line-height: 1.9;
    color: #666;
    word-break: keep-all;
}

.about__txt--title {
    color: #000;
}

/* effect */
.hero__title,
.hero__txt,
.about__column--banner,
.about__title,
.about__txt {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.hero__txt,
.about__section:nth-child(odd) .about__title,
.about__section:nth-child(even) .about__txt {
    transition-delay: 0.3s !important;
}

.about__section:nth-child(odd) .about__txt,
.about__section:nth-child(even) .about__column--banner {
    transition-delay: 0.6s !important;
}

.hero.on .hero__title,
.hero.on .hero__txt,
.about__section.on .about__title,
.about__section.on .about__txt,
.about__section.on .about__column--banner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}
















/*sf*/
.hero__title img {width: 50px; height: auto; display: block; margin:auto;}
.hero__title span {color:#111; font-size:30px;}
.hero__txt div { border-radius: 100px; font-size:13px; font-weight: 800; display: inline-block; padding:6px 15px; color:#dc6051; clear: both; margin-top:20px; background: #111;}
.hero__txt div span {color:#80c7ff}

.about__title span.hl_or {color:#e84325;}
.about__title span.hl_bl {color:#6cade0;}








@media (max-width: 768px) {
    
    #contents .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .hero {
        min-height: 330px;
    }
    
    .hero__inner {
        padding: 0;
    }
    
    .hero__title {
        font-size: 30px;    
    }
    
    .hero__txt {
        margin-top: 20px;
        font-size: 16px;
    }
    
    .about__title {
        font-size: 23px;
    }
    
}

@media (max-width: 767px) {
    
    
    
    .hero {
        min-height: 100vw;
        margin-bottom: 50px;
    }
    

    .about__column--banner,
    .about__column{
        width: 100%;
        margin: 0;
    }
    
    .about__column--banner {
        margin-bottom: 30px;
    }
    
    .about__section {
        margin-bottom: 80px;
    }
    
    .about__align {
        padding: 0 16px;
    }
    
    .about__title {
        line-height: 1.4;
        margin-bottom: 20px;
        font-weight: bold;
    }
    
    .about__txt {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .about__section:nth-child(odd) .about__column--banner,
    .about__section:nth-child(even) .about__column--banner {
        transition-delay: 0s !important;
    }
    
    .about__section:nth-child(odd) .about__title,
    .about__section:nth-child(even) .about__title {
        transition-delay: 0.3s !important;
    }

    .about__section:nth-child(odd) .about__txt,
    .about__section:nth-child(even) .about__txt {
        transition-delay: 0.6s !important;
    }
    
    
    
    
    /*sf*/
        .hero__title {
        font-size: 38px;
        line-height: 1.2;
    }
    
    
    .hero__txt {
	    width:60vw;
	    word-break: keep-all;
        font-size: 15px;
    }
    
.hero__title img {width: 40px;}
.hero__title span {color:#111; font-size:22px;}
.hero__txt div { border-radius: 100px; font-size:13px; font-weight: 800; display: inline-block; padding:6px 15px; color:#dc6051; clear: both; margin-top:20px; background: #111;}
.hero__txt div span {color:#80c7ff}

.about__img img {
    border-radius: 0px;
}

    
    
    
    
}