@charset "UTF-8";

.btn-m-btm{
    margin-bottom: 4%;
}



#comm {
    width: 100%;
    height: auto;
    background-color: #191919;
    color: #ffffff;
    margin: 0;
    padding: 3vw 0 5vw;
    position: relative;
}
#comm .inner {
    width: 70%;
    height: auto;
    margin: 4vw auto;
}
#comm .inner .ttl {
    text-align: center;
}
#comm .inner .ttl p {
    margin: 2vw 0 1.6vw;
}
#comm .inner .contents {
    width: 100%;
    overflow: hidden;
    border-top: solid 2px #ffffff;
    padding: 3vw 0 0 0;
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#comm .inner .contents .contBox {
    width: 60%;
    line-height: 2.2;
    font-size: 1.2vw;
}
#comm .inner .contents .contBox p{
    margin-bottom: 1em;
}
#comm .inner .contents .contBox_img {
    width: 35%;
    box-sizing: border-box;
}
#comm .inner .contents .contBox_clm3 {
    font-size: 1.0vw;
    line-height: 2.2;

    width: 33.33333333333%;
    padding: 1%;
    box-sizing: border-box;
}
#comm .inner .contents .contBox_clm3 p{
    margin-bottom: 1em;
}
#comm .inner .contents .contBox_clm3 p.caut{
    font-size: 0.7vw;
    line-height: 1.8;
}

#comm h2 {
    font-size: 2.3vw;
    margin: 0 auto 2vw;
    display: flex;
    align-items: center;
    text-align: center;
}
#comm h2:before,
#comm h2:after {
    border-top: .4vw solid #ffffff;
    content: "";
    display: inline;
    flex-grow: 1;
}
#comm h2 span {
    padding: .2vw 2vw 0;
}
#comm h3 {
    font-size: 2.0vw;
    font-weight: bold;
    margin: 0 auto 4vw;
}
#comm h3 span{
    font-weight: bold;
}
#comm h4 {
    margin-bottom: 1em;
}
#comm p strong{
    font-weight: bold;
}
#comm .bg {
    position: absolute;
    bottom: -1%;
    right: 2%;
    width: 20%;
}
#button p.btnptn2{
    width: 100%;
}
#button p.btnptn2 a{
    color: #191919;
    background: #fff;
}
#button p.btnptn2 a:hover{
    color: #e6e6e6;
    background: #333131;
}
.btnptn3{
    text-align: center;
}
.btnptn3 a{
    display: block;
    padding: 5px 15px;
    color: #ffffff;
    border: 1px solid #ccc;
}


#brand{
    background-color: #fff;
}
#brand-logo{
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
    filter:alpha(opacity=5);
    -moz-opacity: 0.05;
    opacity: 0.05;
}

#trust{
    background-color: #f4f4f4;
}
#trust-logo{
    -webkit-filter: contrast(180%);
    -moz-filter: contrast(180%);
    -o-filter: contrast(180%);
    -ms-filter: contrast(180%);
    filter: contrast(180%);
}
    
#purchase p.brand-name:before,
#purchase p.brand-name:after {
    border-top: none;
}

.FullView {
    width: 100%;
    padding: 0;
    position: relative;
    height: 50vh;
    overflow: hidden;
    box-sizing: border-box;
}
.FullView img {
    position: static;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 100%;
    min-width: 100%;
}




@media screen and (min-width: 320px) and (max-width: 1024px) {
    #comm .inner {
        width: 90%;
    }
    
    #comm h2 {
        font-size: 4.5vw;
        width: 100%;
    }
    #comm h3 {
        font-size: 4.0vw;
    }
    #comm .inner .contents .text {
        width: 100%;
        float: none;
        padding: 0 0 6vw 0;

    }
    
    #comm .inner .contents {
        border-top: solid 1px #ffffff;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #comm .inner .contents .contBox {
        width: 100%;
        line-height: 1.9;
        font-size: 3.5vw;
    }
    #comm .inner .contents .contBox p{
        margin-bottom: 1em;
    }
    #comm .inner .contents .contBox_img {
        width: 100%;
        box-sizing: border-box;
    }
    #comm .inner .contents .contBox_clm3 {
        width: 100%;
        line-height: 1.9;
        font-size: 3.5vw;
        padding: 1%;
        box-sizing: border-box;
    }
    
    .FullView {
        height: 25vh;
    }
}