@charset "utf-8";
/* CSS Document */


/**********************************************
    HYPER GOLFについて
***********************************************/

#concept .first {
    background-image: url("../images/about/first_img.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    max-width: 1024px;
    padding: 0;
}
@media screen and (min-width: 768px) {
    #concept .first {
        background-size: contain;
        padding:0 1em 3em;
    }
}
@media screen and (max-width: 767px) {
    .first .txt-block {
        background: rgba(255,255,255,.5);
        padding: 0 1em 3em;
    }
}
.first .txt-block p {
	margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
    .first .txt-block p {
        font-size: 1.1em;        
    }
}
.marker_y, .marker_b {
	/*line-height: 2;*/
	margin-bottom: 1em;
	padding: 0 1px;
}
.marker_y {
	background: linear-gradient(transparent 60%, #FFF3A8 0%);
}
.marker_b {
	background: linear-gradient(transparent 60%, #BCD5C4 0%);
}
.concept .box {
    background: #E5E5E5;
    border-radius: 30px;    
    overflow: hidden;
    margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
    .concept .box {   
        position: relative;
    }    
    .concept .box.left {
        padding: 0 300px 0 1em;
    }    
    .concept .box.right {
        padding: 0 1em 0 300px;
    }
}

@media screen and (min-width: 960px) {
    .concept .box.left {
        padding: 0 600px 0 2em;
    }    
    .concept .box.right {
        padding: 0 1em 0 600px;
    }
}
.concept .txt-block {
    padding: 1em;
    }
@media screen and (min-width: 768px) {
    .concept .txt-block {
        padding: 3em 0;
    }
}
.concept .img-block {   
    overflow: hidden; 
}
@media screen and (min-width: 768px) {
    .concept .img-block {
        clip-path: circle(50% at 50% 50%);
        height: 300px;
        width: 300px;
        position: absolute;
        top: -3rem;
    }    
    .concept .right .img-block {
        left: -3rem;
    }    
    .concept .left .img-block {
        right: -3rem;
    }
}
@media screen and (min-width: 960px) {
    .concept .img-block {
        height: 600px;
        width: 600px;
        top: 50%;        
        transform: translateY(-50%);
    }    
    .concept .right .img-block {
        left: -100px;
    }    
    .concept .left .img-block {
        right: -100px;
    }
}


/*** 動画埋め込み
********************************************/

.watch {
    max-width: 1000px;
    margin: auto;
    padding-top: 3em;
}
@media screen and (max-width: 767px) {
    .arrow_box {    
        padding:1em 10px;
    }
}
.watch h3.arrow_box {
    background: #8cc63f;
    border: none;
    color: #FFF;
    text-align: center;
}
.watch h3.arrow_box.ab-btm::before {
    display: none;
}
.watch h3.arrow_box.ab-btm::after {
    background: #8cc63f;
}
.watch iframe {
    border: 3px solid #01A15E;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}    
@media screen and (min-width: 768px) {
    .watch iframe {
        background: #FFF;
        border: 1px solid #01A15E;
        padding: 10px;
    }
}
.aspe-16-9 {
    aspect-ratio: 16 / 9;
}
.aspe-1-1 {
    aspect-ratio: 1 / 1;
}



/*** ６つの特長
***********************************************/

#features {
    padding-bottom: 3em;
    overflow: hidden;
}
#features .inner {
    padding: 0;
}
#features li {
    padding: 3em 0;
}
#features li {
    margin-bottom: 5em;
}
#features li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    #features li {
        background: linear-gradient(#FFF 10%, rgba(1,160,95,.1) 10%, rgba(1,160,95,0.5));
        padding: 1em;
    }
}
@media screen and (min-width: 768px) {
    #features .fl-block {
        position: relative;
    }
}   
@media screen and (min-width: 768px) {    
    #features .fl-block::before {
        content: "";
        background: linear-gradient(to left, rgba(1,160,95,.1), rgba(1,160,95,0.5));
        border-radius: 0 30px 30px 0;
        width: 100vw;
        height: 120%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }    
    #features .fl-block::before {       
        right: 0;        
    }    
    #features .reverse .fl-block::before {
        background: linear-gradient(to right, rgba(1,160,95,.1), rgba(1,160,95,0.5));
        border-radius: 30px 0 0 30px;
        left: 0;
    }        
}
#features .fl-block {
    position: relative;
}
.problem {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .problem {
        padding-left: 50%;
        padding-right: 1em;
    }    
    .reverse .problem {
        padding-right: 50%;
        padding-left: 1em;
    }
}
.problem img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .problem img {
        width: 100px;
        height: 100px;
    }
}
.ttl-label {
    background: #006532;
    color: #FFF;
    font-weight: normal;
    display: inline-block;
    padding: 5px 1em;
    margin-left: -1em;
    /*margin-bottom: 1em;*/
    position: relative;
}
.ttl-label::after {
    content: "";
    clip-path: polygon(0 100%, 0 0, 60% 0);
    background: #006532;
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: -20px;    
}
@media screen and (min-width: 768px) {    
    #features .img-block {
        width: 50%;
        padding: 1em;
    }
}
#features .fl-block img {
    border-radius: 30px;
}
#features .txt-block {
    padding: 1em 0;
}
@media screen and (min-width: 768px) {      
    #features .txt-block {        
        width: 50%;
        padding: 1em 1em 1em 0;
        flex-grow: 1;
    }    
    #features .reverse .txt-block {
        padding: 1em 0 1em 1em!important;
    }
}
#features li h3 {
    display: flex;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 767px) {
	#features li h3 {
		margin-top: 10px;
	}
}
@media screen and (min-width: 960px) {
    #features h3 {
        margin-bottom: 0;
    }
}
#features h3 .point-num {
    
}
#features h3 .point-num img {
	max-width: 60px;
}
@media screen and (min-width: 768px) {
	#features h3 .point-num img {
		max-width: initial;
		width: auto;
	}
}

#features h3 .point-ttl {    
    flex: 2;
	line-height: 1.2;
	padding-left: 1em;
}
#features .p-txt {
    padding-top: .5em;
}
#features .training-memu {
    max-width: 730px;
    margin: 1em auto 0;
}
@media screen and (min-width: 960px) {
    #features .training-memu {
        max-width: 900px;
    }
}



#equipment {
    padding: 2em 0 3em;
}
#equipment .inner {
    background: #F5F5F5;
    padding: 2em 1em;
}
@media screen and (min-width: 960px) {
    #equipment .inner {
        background: #F5F5F5;
        border-radius: 30px;
        padding: 2em;
    }
}
#equipment h3 {
    text-align: center;
    margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
    #equipment ul {
        display: flex;
    }
}
#equipment li {
    padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
    #equipment li {
        width: 50%;
        padding: 1em;
    }
}
#equipment li figure {
    border-radius: 30px;
    overflow: hidden;    
}
#equipment li h4 {
    background: rgba(255,255,255,.5);
    color: #01A15E;
    text-align: center;
}


