@charset "utf-8";

body.home .content-wrap {
    background: #2c2a2b url("../images/background.png");
    position: relative;
    z-index: 1;
    min-height:100vh;
}
.section-keyvisual {
    position: relative;
    height: 100vh;
}
.section-keyvisual::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:2;
    content: '';
    background-color: color-mix(in srgb, var(--c1) 40%, transparent);
}
.section-keyvisual .bg-video {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    right:0;
    left:0;
    bottom:0;
}
.section-keyvisual .bg-video video {
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
.section-keyvisual-catchcopy { 
    z-index:4;
    position: absolute;
    color: #fff;
    padding: var(--gutter);
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:100%;
    text-align: center;
}
.is-style-with-congestion .section-keyvisual-catchcopy { 
    bottom:80px;
    right: 0;
    text-align: right;
    color: #fff;
    top: auto;
    transform: none;
}
.section-keyvisual-catchcopy-title {
    font-size: clamp(2rem, 1.5rem + 2.5vw, 4.5rem);
    font-weight: 400;
    font-family: var(--ff2);
    color:inherit;
    padding-bottom: calc(var(--gutter) / 2);
}
.section-keyvisual-catchcopy-text {
    font-size:clamp(1rem, 0.8rem + 1vw, 2rem);
    font-weight: 400;
    color:inherit;
}
.section-keyvisual-congestion {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    z-index:5;

}
.section-keyvisual-congestion-wrap {
    position: absolute;
    left:0;
    bottom:0;
    padding:calc(var(--gutter) / 4) calc(var(--gutter) / 2);
    background-color: color-mix(in srgb, var(--c1) 80%, transparent);
    border:2px solid var(--border);
    display: flex;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.section-keyvisual-congestion-text {
    padding-right:calc(var(--gutter) / 2);
    display: flex;
}
.section-keyvisual-congestion-title {
    color:var(--c2);
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-right:1rem;
}
.section-keyvisual-congestion-time {
    color:var(--c4);
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}
.section-keyvisual-congestion-epark {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
@media (min-width:576px) {
}
@media (min-width:768px) {
.is-style-with-congestion .section-keyvisual-catchcopy { 
    bottom:0;
}
.section-keyvisual-congestion {
    bottom: calc(var(--gutter) / 2);
}
.section-keyvisual-congestion-wrap {
    flex-direction: row;
    width:auto;
}
.section-keyvisual-congestion-text {
    display: block;
}
.section-keyvisual-congestion-epark {
    margin-top: 0;
}
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
}
@media (min-width:1400px) {
}

.section-news {
    background-color: color-mix(in srgb, var(--c3) 20%, transparent);
    padding-top:clamp(2rem, 0.769rem + 6.15vw, 6rem);
    padding-bottom:clamp(1rem, -0.231rem + 6.15vw, 5rem);
}
.section-news-title {
    letter-spacing: 0.1em;
    color: var(--c2);
    font-size: clamp(1.25rem, 1.173rem + 0.38vw, 1.5rem);
    font-weight: 400;
    position: relative;
    z-index:1;
    margin-bottom: 1rem;
}
.section-news-title::before {
    content: attr(data-label);
    display: block;
    font-size: clamp(1.5rem, 0.577rem + 4.62vw, 4.5rem);
    color: var(--c5);
    position: absolute;
    top:-1em;
    left: 0;
    z-index:0;
    text-transform: uppercase;
    white-space: nowrap;
}
.section-news .card-group {
    margin-bottom: clamp(1rem, 0.385rem + 3.08vw, 3rem);
}

.section-news a[class*="btn"] {
    border: 1px solid var(--c4);
    color: var(--c4);
}
.section-news .card-group {
    flex-direction: column;
}
@media (min-width:576px) {
}
@media (min-width:768px) {
.section-news-title {
    margin-bottom: 0;
}
.section-news .card-group {
    flex-direction: row;
}
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
.section-news .card-group {
    margin-left: calc((var(--col) * 2) + var(--gutter));
}
.section-news .card {
	max-width:33.3333333333%;
}

}
@media (min-width:1400px) {
}

.background-slide {
    overflow: hidden;
    position: relative;
    background-color:var(--c1);
}
.background-slide-img {
    height: 100vh;
    width: 100%;
}
.section-facility .background-slide-img {
    height:100vh;
}
.background-slide .swiper-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.background-slide .swiper-wrapper,
.background-slide .swiper-slide > div {
    height: 100%;
    width: 100%;
}
.background-slide .swiper-slide > div {
    width: 120%;
}
.background-slide .swiper-slide.sw-1 > div {
    background: url("../images/dummy.jpeg") center center / cover no-repeat;
}
.background-slide .swiper-slide.sw-2 > div {
    background: url("../images/dummy2.jpeg") center center / cover no-repeat;
}
.background-slide .swiper-slide.sw-3 > div {
    background: url("../images/dummy3.jpeg") center center / cover no-repeat;
}
.background-slide .swiper-slide.sw-4 > div {
    background: url("../images/dummy4.jpeg") center center / cover no-repeat;
}
.background-slide .swiper-slide.sw-5 > div {
    background: url("../images/dummy5.jpeg") center center / cover no-repeat;
}
@keyframes slideRightToLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-10%);
	}
}
.background-slide .swiper-slide-active > div, 
.background-slide .swiper-slide-duplicate-active > div, 
.background-slide .swiper-slide-prev > div {
    animation: slideRightToLeft 20s linear 0s infinite normal both;
}
.fixed-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: clamp(4rem, 3.077rem + 4.62vw, 7rem) calc(var(--gutter) / 2) var(--gutter);
    height:100%;
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.88) 8%,rgba(0,0,0,0) 66%,rgba(0,0,0,0) 100%);

}
.section-golfrange .fixed-content {
    top:auto;
    bottom:0;
    margin:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:auto;
    padding: var(--gutter) calc(var(--gutter) / 2);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 8%,rgba(0,0,0,0.5) 66%);

}

.section-golfrange-title {
    letter-spacing: 0.05em;
    color: var(--c7);
    font-size: clamp(1.25rem, 0.865rem + 1.92vw, 2.5rem);
    position: relative;
    z-index:1;
    line-height: 1.5;
    font-weight: 700;padding-top:clamp(2rem, 1.231rem + 3.85vw, 4.5rem);
    margin-bottom: clamp(2rem, 1.077rem + 4.62vw, 5rem);
}
.section-golfrange-title::before {
   content: attr(data-label);
    display: block;
    font-size: clamp(2rem, 1.231rem + 3.85vw, 4.5rem);
     color: #fff;
    position: absolute;
    top:-0.5em;
    left: 0;
    z-index:0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-weight: 400;
    font-family: var(--ff2);
}
.section-golfrange-text {
    line-height: 1.875;
    letter-spacing: 0.05em;
}
.section-golfrange-footer{
    margin-top:clamp(2rem, 1.231rem + 3.85vw, 4.5rem);
}
.section-facility-title {
    letter-spacing: 0.05em;
    color: var(--c7);
    font-size: clamp(1.25rem, 0.865rem + 1.92vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.section-facility-text {
    line-height: 1.875;
    letter-spacing: 0.05em;
}
@media (min-width:576px) {
}
@media (min-width:768px) {
}
@media (min-width:992px) {
.fixed-content {
    height:50%;

}
.section-golfrange .fixed-content {
    top:0;
    background:none;
}
.section-golfrange .container {
    padding-left:calc((var(--col) * 6) + var(--gutter));
}
.section-facility .background-slide-img {
    height:43.229vw;
}
}
@media (min-width:1200px) {
.section-facility-text {
    width: calc(var(--col) * 5);
}
}
@media (min-width:1400px) {
}
.section-service {
    margin-top:clamp(2.5rem, 0.192rem + 11.54vw, 10rem);
    margin-bottom: clamp(2.5rem, 0.192rem + 11.54vw, 10rem);
}
.section-service-content-inner {
    width: 100%;
    max-width: calc((var(--container) + var(--gutter)) / 2);
    padding:var(--gutter);
}
.section-service-title{
    font-size:clamp(1.25rem, 1.173rem + 0.38vw, 1.5rem);
    font-weight: 400;
    color:var(--c7);
    padding-top:2em;
    position: relative;
    margin-bottom:clamp(2rem, 1.077rem + 4.62vw, 5rem);
}
.section-service-title::before {
   content: attr(data-label);
    display: block;
    font-size: clamp(2rem, 1.692rem + 1.54vw, 3rem);
     color: #fff;
    position: absolute;
    top:-0.5em;
    left: 0;
    z-index:0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-weight: 400;
    font-family: var(--ff2);
}
.section-service-text {
     line-height: 1.875;
    letter-spacing: 0.05em;
     color:var(--c7);
  
}
.section-service-footer {
    margin-top: clamp(1rem, 0.077rem + 4.62vw, 4rem);
    text-align: right;
}
.swiper-container {
    position: relative;
}
.swiper-pager {
    position: absolute;
    z-index: 5;
    bottom: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left:0;
    right:0;
}
.swiper-button-next, .swiper-button-prev {
margin-top:0;
color:#fff;
}
.swiper-pagination,
.swiper-button-next, 
.swiper-button-prev {
position: static;
}
.media-slideshow-swiper .swiper-pagination ,
.swiper-square .swiper-pagination {
    width: auto;
    padding:0 1rem;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1rem;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background-color:#fff;
    transition: all 0.5s var(--easing);
}
@media (min-width:576px) {
}
@media (min-width:768px) {
}
@media (min-width:992px) {
.section-service {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-service>* {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
}
.section-service-right .section-service-content {
    order: 1;
}
.section-service-right .section-service-content-inner {
    margin-left: auto;
    padding:0 var(--col) 0 calc(var(--gutter) / 2);
}
.section-service-right .swiper-square {
    order: 2;
}
.section-service-left .section-service-content {
    order: 2;
}
.section-service-left .section-service-content-inner {
    margin-right: auto;
    padding: 0 calc(var(--gutter) / 2) 0 var(--col);
}
.section-service-left .swiper-square {
    order: 1;
}
}
@media (min-width:1200px) {
}
@media (min-width:1400px) {
}
body.page-slug-toptracer-range .section-keyvisual-catchcopy-title {
	font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
}
body.page-slug-toptracer-range .section-keyvisual-catchcopy-text {
	font-size: 1rem;
}

.wp-block-columns.fitting-steps .wp-block-column {
	position: relative;
}
.wp-block-columns.fitting-steps .wp-block-column:not(:last-child)::before {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(0, 153, 255, 0);
	border-top-width: calc(var(--gutter) * 0.75);
	border-bottom-width: calc(var(--gutter) * 0.75);
	border-left-width: calc(var(--gutter) * 0.75);
	border-right-width: calc(var(--gutter) * 0.75);
}
@media (min-width:782px) {
.wp-block-columns.fitting-steps .wp-block-column:not(:last-child)::before {
	margin-top: calc(-1 * (var(--gutter) * 0.75));
	border-left-color:var(--c6);
	left: calc(100% + ((var(--gutter) * 0.75) / 4));
	top:50%;
}
}
@media (max-width:781px) {
.wp-block-columns.fitting-steps .wp-block-column:not(:last-child)::before {
	margin-left: calc(-1 * (var(--gutter) * 0.75));
	border-top-color:var(--c6);
	top: 100%;
	left:50%;
}
}

