@charset "utf-8";
/* CSS Document */

/**********************************************
    シミュレーター
***********************************************/

/*** できること ***/

.mov-head {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
    position: relative;
    overflow: hidden;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .mov-head {
        height: 300px;
    }
}

@media screen and (min-width: 960px) {
    .mov-head {
        height: 500px;
    }
}

.mov-head.exp_01 {
    background-image: url("../images/simulator/exp_01_img.jpg");
}

.mov-head.exp_02 {
    background-image: url("../images/simulator/exp_02_img.jpg");
}

.mov-head.exp_03 {
    background-image: url("../images/simulator/exp_03_img.jpg");
}

.mov-head::after {
    content: '';    
    background: linear-gradient(45deg, rgba(35,195,95,0.164) 50%, rgba(35, 195, 95, 0.384) 50%);
    background-size: 2px 2px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#experience video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#experience h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 3px #FFF, -1px 1px 3px #FFF, 1px -1px 3px #FFF, -1px -1px 3px #FFF; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

 #experience .inner {
    padding: 2em 1em;
}

@media screen and (min-width: 960px) {
    #experience .inner {
        padding: 2em 0;
    }
}

#experience .fl-block {
    background: #E5E5E5;
    border-radius: 30px;
    flex-wrap: wrap;
    padding: 1em;
    margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
    #experience .fl-block {
        padding: 2em;
    }
}

@media screen and (min-width: 768px) {
    #experience .img-block,
    #experience .txt-block {
        width: 50%;
    }
}

#experience .txt-block {
    padding: 1em;
    align-self: center;
}


/*** メーカー ***/


#product .product-item li {
    padding: 3em 0;
}

@media screen and (min-width: 768px) {
    #product .product-item li {
        padding: 5em 0;
        position: relative;
    }
}

#golfzon {
    background: linear-gradient(to bottom, rgba(0,113,186,.01) 20%, rgba(0,113,186,.3) 100%);
}

#trackman {
    background: linear-gradient(to bottom, rgba(239,90,36,.01) 20%, rgba(239,90,36,.3) 100%);
}

#ditect {
    background: linear-gradient(to bottom, rgba(0,144,69,.01) 20%, rgba(0,144,69,.3) 100%);
}

#oog {
    background: linear-gradient(to bottom, rgba(245,159,26,.01) 20%, rgba(245,159,26,.3) 100%);
}

@media screen and (min-width: 768px) {
    #product .fl-block {
        justify-content: center;
        align-items: flex-start;
    }
    
    #product .product-head {
        width: 40%;
    }
    
    #product .product-content {
        width: 60%;
    }
}

@media screen and (min-width: 960px) {
    #product .fl-block {
        justify-content: center;
        align-items: flex-start;
    }
    
    #product .product-head {
        width: 30%;
    }
    
    #product .product-content {
        width: 70%;
    }
}

#product .product-head {
    border-radius: 30px;
    overflow: hidden;
    /*align-self: center;*/
}

@media screen and (min-width: 768px) {
    #product .sticky {
        position: sticky;
        top: 3em;
    }
}

@media screen and (max-width: 767px) {
    #product .product-head img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 150px;
    }
}

#product h3 {
    color: #009054;
    padding: 0 1em;
}

#product h3 span {
    font-size: .7em;
    font-weight: normal;
    display: block;
}

@media screen and (max-width: 767px) {
    #product h3 {
        padding: .5em 0 0;
        text-align: center;
    }
}
    
@media screen and (min-width: 768px) {
    #product .product-content {
        padding: 1em 1em 0 2em;
    }
}

@media screen and (min-width: 1200px) {
    #product .product-content {
        padding: 1em 0 0 3em;
    }
}

.product-img {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
}

.product-img img {
    width: 49%;
}

.product-mv {
    padding: 1em 0;
}

.product-mv video,
.product-mv iframe {
    width: 100%;
    height: 100%;
}

.product-mv .note_s {
    text-align: right;
    padding-bottom: 0;
    line-height: 1.2;
}

.product-mv .youtube {
    padding-bottom: 1em;
}

/*.product-content .txt-block {
    padding: 1em 0;
}

@media screen and (min-width: 768px) {
    .product-content .txt-block {
        padding: 1em;
    }
}*/

.on-shop {
    background: #666;
    color: #FFF;
    display: flex;
    width: 100%;
    padding: 10px;
    margin-top: 2em;
}

.on-shop dt {
    white-space: nowrap;
}

.on-shop dd {
    padding-left: 1em;
}

.on-shop dd a {
    color: #FFF;
    display: block;
}

@media screen and (min-width: 768px) {
    .on-shop dd a {
        display: inline-block;
        padding-right: 2em;
    }
}

.product-content .toggle:checked + .read-more {
     display: none;
}

@media screen and (min-width: 768px) {
    .product-content .read-more {
         display: none;
    }
    
    .product-content .toggle-inner {
        display: block;
        height: auto;
        opacity: 1;
    }
}



