/* common  */
h1{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1;
}
h2{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1;
}

/* main */
#main{
    position: relative;
    padding: 60px 25px 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
    transition: all 400ms 0s ease;
}
#main.main01{
    background: #f8f7f8 url(../img/bg_product01.webp) top center no-repeat;
    background-size: cover;
}
#main h1{
    margin-bottom: 60px;
    color: #fff;
}
#main h2{
    margin-bottom: 60px;
    color: #fff;
}
#main img{
    width:100%;
}
#main .mainCopy {
    padding-bottom: 2rem;
    line-height: 1.8;
    color: #fff;
}
#main .mainCopy br{
    display: none;
}
#main ul{
    padding: 30px 0;
    background: rgba(0,0,0,0.5);
}
#main li{
    margin-bottom: 15px;
}
#main li a{
    position: relative;
    padding-left: 25px;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #f8f8f8;
    vertical-align: middle;
    text-decoration: none;
}
#main li a::before,
#main li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#main li a::before{
    left: 20px;
    width: 8px;
    top: -5px;
    height: 8px;
    border-top: 1.5px solid #f8f8f8;
    border-right: 1.5px solid #f8f8f8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#main li span{
    margin-left: 30px;
    border-bottom: 1px dotted #f8f8f8;
    font-size: 1.1rem;
}

/* product */
.product {
    padding-bottom:40px;
}
.product .title {
    width:100%;
    position: relative;
}
.product .title h2{
    padding: 15%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.product #title01{
    background: url(../img/a1.webp);
    background-position: 50% 50%;
    background-size: cover;
}
.product #title02{
    background: url(../img/a2.webp);
    background-position: 50% 50%;
    background-size: cover;
}
.product #title03{
    background: url(../img/a3.webp);
    background-position: 50% 30%;
    background-size: cover;
}

.product h3{
    font-weight: bold;
    font-size: 1.5rem;
    padding: 25px 0 10px;
    line-height: 1.5;
}
.product h4{
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1;
    padding: 10px 0;
}
.product .catch {
    font-size: 1.1rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.product p{
    margin-bottom: 20px;
}

.product li{
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.product dl{
    display: table;
    padding-bottom: 20px;
}
.product dl img{
    width: 75px;
}
.product dt,
.product dd{
    display: table-cell;
}
.product dd{
    vertical-align: middle;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.4rem;
}

section .incontents{
    width:90%;
    margin: 0 auto;
}

#plusone{
    background: #fff url(../img/bg_bus01_sp.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 0 20px;
}
#plusone h2 {
    padding-bottom: 30px;
}
#plusone p{
    margin-bottom: 1rem;
}
#plusone h3 {
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
}
#plusone h3 span{
    color: #35518c;
    font-size: 1.5rem;
    border-bottom: 3px dotted;
}
#plusone ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
#plusone li {
    width: 47%;
}
#plusone li:nth-child(odd) {
    margin-right: 6%;
}
#plusone li img{
    width: 100%;
}
#plusone dt {
    text-align: center;
    font-weight: bold;
}



/***  PC  ***/
@media all and (min-width: 768px) {

    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 3rem;
    }
    #main{
        padding-bottom: 80px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    #main h1{
        padding: 60px 0 0;
    }
    #main h2{
        padding: 60px 0 0;
    }
    #main .mainCopy {
        text-align: center;
        line-height: 2;
        padding-bottom: 80px;
    }
    #main .mainCopy br{
        display: inline;
    }
    #main img{
        width:auto;
    }
    #main{
        margin-bottom: 80px;
    }
    #main ul{
        display: flex;
        justify-content: center;
        margin-left: auto;
        padding: 60px 0;
        background: rgba(0,0,0,0.5);
    }
    #main li{
        margin-left: 8%;
        margin-bottom: 0;
    }
    #main li:first-child{
        margin-left: 0;
    }

    .product .title {
        width:100%;
        height: 280px;
        position: relative;
    }
    .product .title h2{
        padding: 0;
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .product h3{
        font-size: 2rem;
        padding: 60px 0 20px;
    }
    .product img{
        width: 100%;
    }
    .product .catch{
        font-size: 1.15rem;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .product h3{
        line-height:1;
    }
    .product h4{
        font-size: 1.5rem;
        padding: 0 0 20px;
    }
    .product li{
        width: 48%;
        margin-bottom: 40px;
    }
    .product li:nth-child(odd){
        margin-right: 2%;
    }

    .product ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product dl{
        transition: all 400ms 0s ease;
        padding-bottom: 20px;
    }
    .product dd{
        text-align: center;
    }
    .product dd span{
        position: relative;
    }
    .product li a dd span:after{
        display: inline-block;
        vertical-align:middle;
        content: "";
        width: 8px;
        height: 8px;
        margin: -5px 0 0 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 200ms 0s ease;
    }
    .product li a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .product li a:hover{
        opacity: 0.7;
    }
    
    .product li p{
        padding-bottom: 20px;
    }
    
    section .incontents{
        width:80%;
    }

    #plusone{
        background: #fff url(../img/bg_bus01_pc.webp) no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 0;
    }
    #plusone h2{
        padding: 80px 0;
    }
    #plusone p{
        padding-bottom: 60px;
    }
    #plusone ul:last-child{
        padding-bottom: 80px;
    }

    #plusone li{
        width: 31%;
        margin-bottom: 3.33%;
        transition: all 400ms 0s ease;
    }
    #plusone li:nth-child(odd) {
        margin-right: 0%;
    }
    #plusone li:nth-child(3n-1) {
        margin: 0 3.33%;
    }
      

    #plusone li a:hover{
        opacity: 0.7;
    }

}

