*{
	transition: all .3s;
}
.l-nav>div.active{
	transition: all .3s;
}
nav>div{
	transition: none;
}
body{
	background-color: var(--fullwhite);
}
section, .items .bg_g>div{
	max-width: 1250px;
	margin: 8rem auto 0;
}
section{
	padding: 0 3rem;
}
table{
	max-width: 800px;
	margin: 0 auto;
}
tr{
	background-color: var(--white);
	border-bottom: solid 1.5px var(--fullwhite);
}
tr td:first-child{
	width: 15vw;
	min-width: 150px;
	max-width: 200px;
	background-color: var(--lightgray);
}
td{
	padding: 1rem;
}
img{
	width: 100%;
	object-fit: cover;
}
h1, .items .items_tit{
	font-size: 3rem;
	line-height: 1;
}
h2{
	font-size: 2.5rem;
	line-height: 1.2;
}
h3{
	font-size: 2rem;
	margin-bottom: .5rem;
	line-height: 1.2;
}
a{
	color: inherit;
}
footer{
	margin-top: 5rem;
}
footer .link a, .product_info .flex a, .app_dwl a{
	opacity: 1;
}
button{
	cursor: pointer;
}
.h-inner{
	align-items: baseline;
	max-width: 1250px;
	margin: 2rem auto 0;
	padding: 0 4vw;
}
details::details-content {
  height: 0;
  overflow: clip;
  opacity: 0;
  transition: height .3s ease, opacity .3s ease, content-visibility .3s ease allow-discrete;
}

details[open]::details-content {
  height: auto;
  height: calc-size(auto, size);
  opacity: 1;
}
.grid{
	display: grid;
}
.btn{
	border: solid 1.5px var(--grayblue);
	padding: .5rem 2rem;
	background: var(--white);
}
.btn.store{
	color: var(--white);
	background-color: var(--blue);
	border: solid 1.5px var(--blue);
	margin-top: 1rem;
}
.btn.ios, .btn.adr{
	border: solid 1.5px var(--fullwhite);
}
.btn.adr{
	background: var(--black);
	color: var(--fullwhite);
}
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.j_center{
	justify-content: center;
}
.j_bet{
	justify-content: space-between;
}
.j_end{
	justify-content: end;
}
.a_center{
	align-items: center;
}
.b{
	font-weight: bold;
}
.small{
	font-size: .8rem!important;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.flex{
	display: flex;
}
.flex-w{
	display: flex;
	flex-wrap: wrap;
}
.flex-re{
	flex-direction: row-reverse;
}
.w5{
	width: 50%;
}
.bg_g{
	background-color: var(--white);
}
.bg_gb{
	background-color: var(--grayblue);
}
.bg_b, .h_bg{
	background-color: var(--black);
}
.t_whi{
	color: var(--white);
}
.price{
	font-size: 1.3rem;
	margin: .5rem auto 2rem;
}
.u_line{
	border-bottom: solid 1.5px var(--grayblue);
}
.icon{
	width: 25px;
}
.icon_picto{
	width: 50px;
	margin: 0 auto;
}
.sec_f{
	margin-top: 5rem;
}
.sec_s{
	margin-top: 3rem;
}
.page_tit p{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.nav_logo{
	width: 10vw;
	max-width: 125px;
	min-width: 80px;
}
.hidden{
	transform: translateY(-100px);
}
.newmark{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: var(--fullwhite);
	background-color: var(--red);
	padding: .3vh .4vw;
	font-size: clamp(12px, 1.5vw, 16px);
	z-index: 10;
}
.circle{
	position: relative;
	display: block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 1rem;
}
.circle:before{
	transform: translate(-50%, -50%);
}
.circle:before, .circle:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 1.5px;
	background: var(--white);
	top: 50%;
	left: 50%;
}
.circle:after{
	transform: translate(-50%, -50%) rotate(90deg);
	transition: all .3s;
}
details[open] summary .circle:after{
	transform: translate(-50%, -50%) rotate(0deg);
	transition: all .3s;
}

.l-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	left: 0;
	right: 0;
}
.h-inner{
	display: flex;
}
.header__inner {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: inherit;
	position: relative;
}
.menu_sp {
	width: clamp(30px, 15vw, 40px);
}
.nav_list {
	width: 100%;
	display: flex;
	align-items: center;
	height: initial;
	justify-content: space-between;
}	
.hamburger {
	display: none;
}
.hamburger span {
	height: 1px;
	background-color: var(--white);
	position: relative;
	display: block;
}
.hamburger span:nth-child(1), .hamburger span:nth-child(3) {
	top: 0;
}
.hamburger span:nth-child(2) {
	margin: 7px;
}
.l-nav .active {
	transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
	top: 5px;
	transform: rotate(45deg);
	background-color: var(--white);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	top: -11px;
	transform: rotate(-45deg);
	background-color: var(--white);
}
.nav_list{
  gap: 2vw;
}
.nav_list li{
	color: var(--fullwhite);
	padding: 2rem 0;
}
.nav_list>li{
	padding: 0 0 .5rem;
	border-bottom: solid 2px rgba(247,247,249,0);
}
.menu>button{
	pointer-events: none;
	background-color: initial;
	color: var(--fullwhite);
	gap: 7px;
}
.menu a{
	padding: 20px 5px;
}
.menu.is-open .menu_cat{
	visibility: visible;
	-webkit-clip-path: inset(0 -50vw);
	clip-path: inset(0 -50vw);
}
.menu.is-open .open::after{
	rotate: 180deg;
}
.open::after{
	content: "";
	transition: all .3s;
	width: 8px;
	height: 8px;
	border-bottom: solid 1.5px var(--fullwhite);
	border-right: solid 1.5px var(--fullwhite);
	transform: rotate(45deg);
	margin-bottom: 5px;
}
.menu_cat{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: var(--black);
	border-top: solid 1px var(--fullwhite);
	clip-path: inset(0 -50vw 100%);
	visibility: hidden;
}
.menu_list{
	gap: 2rem;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 3rem;
}
.m_list_item a{
  align-items: center;
}
.breadcrumb li{
	margin-right: 1rem;
}
.breadcrumb li a{
	margin-right: 5px;
}
.breadcrumb li:not(:last-child):after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: solid 1px var(--black);
	border-right: solid 1px var(--black);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
}
.video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.midmaru{
	padding-left: 1rem;
	margin-bottom: 5px;
}
.midmaru:before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--grayblue);
	top: 7.5px;
	left: 0;
	border-radius: 50%;
}
.pri_tit{
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.pri_br{
	margin-top: 1rem;
}
.sum .flex .rel{
	width: 100%;
	padding: 30% 0;
}
.sum .flex li.rel{
	padding: 0 0 0 1rem;
}
.sum .flex .rel .i1{
	width: 38%;
	top: 25%;
	left: 25%;
	z-index: 5;
}
.sum .flex .rel .i2{
	width: 33%;
	top: 15%;
	left: 0;
}
.sum .flex .rel .i3{
	width: 33%;
	top: 0;
	right: 15%;
}
.sum .flex .rel .i4{
	width: 41%;
	bottom: 0;
	right: 10%;
}
.sum .flex-w{
	margin: 8rem auto;
	gap: 1rem;
}
.sum .flex-w div{
	margin: 0 auto;
}
.sum .flex-w div img{
	width: 20vw;
	max-width: 250px;
}
.sum .bg_g{
	padding: 3rem;
	margin-top: 3rem;
	width: 35%;
	z-index: 5;
}
.sum .item_r{
	width: 65%;
	right: 0;
}
.sum .item_r img{
	height: 450px;
}
.product_info .bg_g{
	padding: 3rem;
}
.product_info .flex.fea{
	margin-top: 8rem;
	gap: 1rem;
}
.product_info .flex.fea>div{
	width: 35%;
	background-color: var(--white);
}
.product_info .flex.fea>div>div{
	margin-bottom: .5rem;
}
.product_info .flex.fea>div>div:last-child{
	padding: 1rem;
}
.product_info .fea video, .product_info .fea img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.product_info .sub_tit{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.grid_item{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.gi_bg::before{
	background-color: rgb( 5 5 5 / .3);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.gi_bg{
	width: 100%;
	position: relative;
	z-index: 0;
}
.gi_text{
	position: absolute;
	bottom: 10px;
	left: 20px;
	pointer-events: none;
}
.grid .gi1, .grid .gi2, .grid .gi3, .grid .gi4, .grid .gi5{
	background-color: var(--black);
}
.other h2{
	margin-bottom: 1rem;
}
.other .grid{
    margin-top: 2rem;
    gap: 1rem;
	grid-template-columns: 2fr 1.5fr 1.8fr 1.5fr;
	grid-template-rows: 200px 200px 125px;
}
.other .grid .gi1{
	grid-column: 1 / 3;
}
.other .grid .gi1 .gi_bg{
	background: url('../img/top_AppleWatchSpeed.webp') center center / 125% no-repeat;
	height: 100%;
}
.other .grid .gi2 .gi_bg{
	background: url('../img/top_app.webp') center center / cover no-repeat;
	height: 100%;
}
.other .grid .gi3{
	grid-column: 4 / 5;
	grid-row: 1 / 4;
}
.other .grid .gi3 .gi_bg{
	background: url('../img/top_tablets.webp') center center / cover no-repeat;
	height: 560px;
}
.other .grid .gi4{
	grid-row: 2 / 4;
}
.other .grid .gi4 .gi_bg{
	background: url('../img/top_AIcoaching.webp') center center / cover no-repeat;
	height: 100%;
}
.other .grid .gi5{
	grid-column: 2 / 4;
	grid-row: 2 / 4;
}
.other .grid .gi5 .gi_bg{
	background: url('../img/top_phone.webp') center center / cover no-repeat;
	height: 100%;
}
.grid_item p{
	color: var(--fullwhite);
	font-size: 1.2rem;
}
.content .bg_g{
	padding: 2rem;
}
.content video{
	height: 80vh;
	margin: 0 auto;
}
.product_all .grid{
	grid-template-columns: repeat(3, 1fr);
	/*grid-template-rows: repeat(2, 1fr);  商品数が4つになったら表示する*/
	gap: 3vw;
}
.product_all .grid_item div p{
	color: var(--grayblue);
}
.product_all p.b{
	font-size: 1.5rem;
}
.product_all .grid_item div p.small{
	margin-top: 1rem;
}
.app_tag .flex{
	gap: 2vw;
}
.app_tag .f_item{
	width: 33%;
	display: flex;
	flex-direction: column;
}
.app_tag .text{
	background-color: var(--black);
	padding: 1.5rem;
	flex-grow: 1;
}
.app_tag .text p{
	color: var(--fullwhite);
}
.app_tag_fea .bg_g{
	padding: 3rem;
}
.app_tag_fea video, .app_tag_fea .fea_img{
	width: 80%;
	margin: 0 auto;
}
.app_tag_fea>div:not(:last-child){
	margin-bottom: 5rem;
}
.app_dwl{
	margin-top: 5rem;
	margin-bottom: -5rem;
}
.app_dwl .abs{
	bottom: 30%;
	right: 5vw;
}
.app_dwl .abs .flex{
	gap: 2vw;
	font-size: clamp(12px, 1.5vw, 21px);
}
.app_dwl .btn{
	padding: .5rem 1.5vw;
}
.about .credo>div p{
	border-bottom: solid 1.5px var(--lightgray);
	padding-bottom: 2rem;
}
.about .ab_text .bg_b{
	padding: 3rem;
}
.about p.t_whi{
	margin: 1rem 0 2rem;
}
.bef_aft_slider{
	position: relative;
	overflow: hidden;
	margin: 0 3rem;
	padding: 0;
}
.box_bef{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	border-right: 3px solid var(--grayblue);
}
.box_bef img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}
.box_bef:before{
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	right: -29px;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	border: 3px solid var(--grayblue);
	border-radius: 50%;
	background-color: var(--fullwhite);
}
.box_bef:after{
	content: '< >';
	z-index: 1;
	position: absolute;
	top: 5px;
	right: -22px;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	font-size: 1.5rem;
	font-weight: bold;
}
.slider_range{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: col-resize;
}
.support .pdf .flex{
	margin-top: 2rem;
	gap: 2vw;
}
.support .pdf .bg_b{
	padding: 2rem;
}
.support .pdf .bg_b p{
	color: var(--white);
}
.support .pdf .tit{
	font-size: 1.2rem;
	margin: .5rem auto 5px;
}
.support .faq>div{
	max-width: 800px;
	margin: 0 auto;
}
.support .faq_tit{
	font-size: 1.5rem;
	margin-top: 2rem;
}
.support summary{
	background-color: var(--grayblue);
	border-radius: 5px;
	padding: 1rem;
	margin-top: 1rem;
}
summary::-webkit-details-marker{
	display: none;
}
.support .accordion:last-child{
	margin-bottom: 4rem;
}
.support .accordion_cont{
	background-color: var(--lightgray);
	border-radius: 5px;
	padding: 1rem;
}
.support .accordion_tit{
	color: var(--white);
}
.items .bg_gb{
	margin-top: 2rem;
}
.items .bg_gb p, .items .bg_b li{
	color: var(--white);
}
.items .sec_f .flex div.w5>img{
	height: 350px;
}
.items .items_fea>.flex, .items .movie>.flex{
	gap: 2vw;
}
.items .sec_f .cont{
	padding: 1.5rem;
}
.items .sec_f .icon_picto{
	padding-bottom: .5rem;
}
.items .flex li.flex{
	gap: .5rem;
}
.items .flex li.flex:not(:last-child){
	margin-bottom: 1rem;
}
.items .bg_b ul{
	padding: 1.5rem;
}
.items .bg_b .icon_picto{
	width: 20px;
	min-width: 20px;
	padding-bottom: 0;
	margin: initial;
}
.items .flex.bg_b.a_center{
	margin-top: 3rem;
}
.items .accordion{
	border-bottom: solid 1px var(--grayblue);
}
.items .acco_tit{
	font-size: 1.5rem;
	margin-top: 1rem;
}
.items .accordion_cont{
	padding: 1rem;
}
.items .accordion_cont ul{
	margin: .5rem 0;
}
.items .item_intro .accordion_tit{
	margin-top: 1rem;
	padding: 1rem 1rem .5rem 1rem;
}
.items .item_intro>div{
	max-width: 800px;
	margin: 0 auto;
}
.items .circle{
	background-color: var(--grayblue)
}
.items .flex-w{
	gap: 1rem;
	margin-top: 2rem;
}
.items .flex-w>div>div{
	margin: 0 auto;
}
.items .flex-w>div img, .items .flex-w>div p{
	width: 20vw;
	max-width: 250px;
}
.items .flex-w>div p{
	margin-top: 1rem;
}
.items .bg_g{
	margin-top: 5rem;
}
.items .bg_g>div>div{
	padding: 3rem;
}
.items .bg_g p, .items .movie p{
	margin-top: .5rem;
}
.items .items_fea .cont{
	padding: 1rem 2rem;
}
.items .items_fea .cont img{
	margin-bottom: .5rem;
}
.baseball .bg_b>div {
	padding: 3rem;
}
.baseball .bg_b *{
	color: var(--white);
}
.baseball video, .baseball img{
	object-fit: cover;
	height: 100%;
	max-height: 800px;
}
.baseball .fea>div:first-child{
	margin-bottom: 5rem;	
}
.golf .grid{
    margin-top: 5rem;
    gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 180px 350px;
}
.golf .grid .gi1{
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.golf .grid .gi1 .gi_bg{
	background: url('../img/golf_img02.jpg') center center / cover no-repeat;
	height: 100%;
}
.golf .grid .gi2 .gi_bg{
	background: url('../img/golf_img03.jpg') center center / cover no-repeat;
	height: 100%;
}
.golf .grid .gi2, .golf .grid .gi4{
	grid-column: 2 / 4;
}
.golf .grid .gi3{
	grid-column: 4 / 5;
	grid-row: 1 / 3;
}
.golf .grid .gi3 .gi_bg{
	background: url('../img/golf_img05.jpg') center center / cover no-repeat;
	height: 100%;
}
.golf .grid .gi4 .gi_bg{
	background: url('../img/golf_img04.jpg') center center / cover no-repeat;
	height: 100%;
}
.exitve .grid{
    margin-top: 5rem;
    gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 500px;
}
.exitve .grid .gi1>div{
	height: 100%;
}
.exitve .grid .gi1 video{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.exitve .grid .gi2 .gi_bg{
	background: url('../img/exitve_img01.jpg') center center / cover no-repeat;
	height: 100%;
}
.exitve .grid .gi2{
	grid-column: 2 / 4;
}
.exitve .grid .gi3 .gi_bg{
	background: url('../img/exitve_img02.jpg') center center / cover no-repeat;
	height: 100%;
}
.exitve .bg_g, .golf .bg_g{
	margin: 1rem 0 0;
}
.exitve .bg_g ul, .golf .bg_g ul{
	padding: 3rem;
}
.privacy section>div, .terms section>div, .refund section>div{
	margin-top: 3rem;
}
.legal .sec_f{
	padding: 0 3rem;
}
.slide-media img,.thumb-media img{
	position: absolute;
	top: 0;
	height: 100%;
}
.swiper-button-prev, .swiper-button-next{
	display: grid;
	place-content: center;
	width: clamp(30px, 3vw, 45px);
	height: clamp(30px, 3vw, 45px);
	cursor: pointer;
}
.swiper-button-prev::before, .swiper-button-next::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	background-color: var(--grayblue);
	opacity: .7;
	transition: all .3s;
}
.swiper-button-prev::after, .swiper-button-next::after{
	width: clamp(8px, 1vw, 20px);
	height: clamp(8px, 1vw, 20px);
	content: "";
	border: solid var(--white);
	border-width: 1.5px 1.5px 0 0;
}
.swiper-button-prev::after{
	margin-left: .5rem;
	transform: rotate(-135deg);
}
.swiper-button-next::after{
	margin-right: .5rem;
	transform: rotate(45deg);
}
.swiper-button-disabled{
	pointer-events: none;
	opacity: 0;
}
.item_swiper{
	overflow: hidden;
}
.item_swiper *{
	transition: all .3s;
}
.item_swiper .swiper-thumb{
	padding-top: 10px;
}
.item_swiper .swiper-fade .swiper-slide{
	transition-property: opacity, transform !important;
	pointer-events: none;
}
.item_swiper .swiper-fade .swiper-slide-active{
	pointer-events: auto;
}
.item_swiper .swiper-controller{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 62.5%;
}
.item_swiper .swiper-button-prev, .item_swiper .swiper-button-next{
	position: absolute;
	z-index: 1;
	top: 75%;
	bottom: 50%;
}
.item_swiper .swiper-button-prev{
	left: 2vw;
}
.item_swiper .swiper-button-next{
	right: 2vw;
}
.item_swiper .thumb-media, .item_swiper .slide-media{
	padding-top: 100%;
}
.item_swiper .swiper-thumb{
	margin-top: 10px;
}
.item_swiper .swiper-slide-thumb-active{
	opacity: .5;
}
.item_det>.flex{
	gap: 2vw;
}
.product_info .bg_g{
	margin: 0;
}
footer .link{
	background-color: var(--grayblue);
	padding: 3rem;
}
footer section{
	margin: 3rem auto;
}
footer .link>div{
	max-width: 1250px;
	margin: 0 auto;
}
footer .link p{
	color: var(--fullwhite);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
footer .btn{
	border: solid 1.5px var(--white);
	background-color: var(--grayblue);
	color: var(--fullwhite);
}
footer .btn:hover{
	background-color: var(--white);
	color: var(--grayblue);
}
footer .end li{
	margin-bottom: .5rem;
}
footer .sns{
	margin-top: .5rem;
}
.copy{
	background-color: var(--black);
	padding: 1rem 0;
}
.copy p{
	color: var(--white);
}

@media (hover: hover) {
	a:hover, .golf .gi_bg:hover, .exitve .gi_bg:hover{
		opacity: .7;
	}
	.ab_text a:hover{
		opacity: 1;
	}
	.btn:hover{
		color: var(--white);
		background-color: var(--grayblue);
	}
	.btn.store:hover{
		background-color: var(--yellow);
		border: solid 1.5px var(--yellow);
	}
	.btn.ios:hover, .btn.adr:hover{
		border: solid 1.5px var(--blue);
		background-color: var(--blue);
	}
	.l-header:has(.menu:hover){
		background-color: var(--black);
	}
	.menu:hover{
		border-bottom: solid 2px var(--fullwhite);
	}
	.menu:hover .menu_cat, .menu:focus-within .menu_cat{
		-webkit-clip-path: inset(0 -50vw);
		clip-path: inset(0 -50vw);
		visibility: visible;
	}
	.menu:hover .open::after, .menu:focus-within .open::after{
		rotate: 180deg;
		margin-bottom: -5px;
	}
	.gi_bg:hover{
		transform: scale(1.1);
	}
	.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
		transform: scale(1.08);
	}
}

@media screen and (max-width: 1000px){
	.hamburger {
		display:block;
	}
	.l-nav .flex{
		display: block;
	}
	.h-inner{
		align-items: center;
		margin: 1.5rem 0;
		padding: 0 5vw;
	}
	.nav_logo{
		margin-bottom: 0;
	}
	.l-nav.active>div{
		transform: translateX(0);
	}
	.nav_list>li{
		padding-bottom: 1rem;
	}
	.menu_cat{
		position: initial;
		clip-path: none;
		visibility: visible;
		margin-top: 5px;
	}
	.menu_list, .menu a{
		padding: 0;
	}
	.menu_list li{
		padding: 1rem 0 0 1rem;
	}
	.open::after{
		position: absolute;
		margin: 5px 0 0 6px;
	}
	.menu:hover .open::after, .menu:focus-within .open::after{
		margin-top: 9px;
	}
		
	.l-nav>div  {
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		transform: translateX(100%);
		background-color: var(--black);
	}
	.nav-items {
		position: absolute;
		display: block;
		top: 15%;
		left: 25%;
		width: 50%;
	}
}

@media screen and (max-width: 768px){
	h1, h2, .items .items_tit, h3{
		font-size: 1.5rem;
		line-height: 1.2;
	}
	section, .legal .sec_f{
		padding: 0 2rem;
	}
	section, .items .bg_g>div{
		margin-top: 5rem;
	}
	tr td:first-child{
		width: initial;
		max-width: initial;
	}
	.flex, td{
		display: block;
	}
	.breadcrumb{
		margin-top: 8rem;
	}
	.breadcrumb .flex, .app_dwl .flex, .support summary.flex, .items .flex li.flex, .items .item_intro .accordion_tit{
		display: flex;
	}
	.w5{
		width: initial;
	}
	.sec_s{
		margin-top: 2rem;
	}
	.t_right{
		text-align: initial;
		margin-top: 2rem;
	}
	.video video{
		height: 70vh;
	}
	.price{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.btn{
		padding: 6px 1rem;
	}
	.btn.store{
		margin-top: .5rem;
	}
	.sum .flex .rel{
		padding: 45% 0;
	}
	.sum .flex>.w5{
		margin-bottom: 3rem;
	}
	.sum .flex-w{
		margin: 5rem auto;
	}
	.sum .flex-w div img, .items .flex-w>div img, .items .flex-w>div p{
		width: 35vw;
	}
	.sum .item_r.abs{
		position: initial;
		width: 100%;
	}
	.sum .item_r img{
		height: 100%;
	}
	.sum .bg_g{
		width: 90%;
		margin: -1rem auto 0;
		position: relative;
		padding: inherit;
	}
	.sum .bg_g .b{
		padding: 2rem 2rem 0;
	}
	.sum .bg_g p, .sum .bg_g ul{
		padding: 1rem 2rem 0;
	}
	.sum .bg_g ul{
		padding-bottom: 2rem;
	}
	.product_info .bg_g{
		margin-top: 2rem;
		padding: 2rem;
	}
	.product_info .flex.fea>div, .app_tag .f_item, .app_tag_fea video, .app_tag_fea .fea_img{
		width: initial;
		margin-bottom: 2rem;
	}
	.product_info .flex.fea{
		margin-top: 5rem;
	}
	.other .grid{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.other .grid .gi1{
		grid-row: 1 / 2;
	}
	.other .grid .gi3{
		grid-column: 2 / 3;
		grid-row: 2 / 5;
	}
	.other .grid .gi4{
		grid-row: 3 / 5;
	}
	.other .grid .gi5{
		grid-column: 1 / 3;
		grid-row: 5 / 7;
	}
	.gi_text{
		left: 10px;
		right: 10px;
	}
	.app_tag_fea .bg_g, .about .ab_text .bg_b{
		padding: 2rem;
	}
	.app_tag_fea>div:not(:last-child), .support .pdf .bg_b{
		margin-bottom: 2rem;
	}
	.about .credo>div p{
		padding-bottom: 2rem;
	}
	.bef_aft_slider{
		margin: initial;
	}
	.support .faq_tit{
		font-size: initial;
		margin-top: 1rem;
	}
	.product_all .grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.grid_item p, footer .link p{
		font-size: initial;
	}
	.newmark{
		padding: 0 .7vw;
	}
	.items .item_det div.w5:last-child{
		margin-top: 1rem;
	}
	.items .movie div.w5:last-child, .content .bg_g{
		margin-top: 2rem;
	}
	.baseball video, .baseball img{
		max-height: 500px;
	}
	footer .flex.j_bet ul a li{
		border-bottom: solid 1.5px var(--lightgray);
		padding-bottom: 2px;
	}
	.golf .grid{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1.5fr;
		height: 70vh;
	}
	.golf .grid .gi1{
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}
	.golf .grid .gi2{
		grid-column: 1 / 3;
		grid-row: 3 / 4;
	}
	.golf .grid .gi3{
		grid-column: 2 / 3;
		grid-row: 1 / 3;
	}
	.golf .grid .gi4{
		grid-column: 1 / 3;
		grid-row: 4 / 5;
	}
	.exitve .grid{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1.5fr;
		height: 70vh;
	}
	.exitve .grid .gi1 video{
		width: 100%
	}
	.exitve .grid .gi1, .exitve .grid .gi3{
		grid-row: 1 / 3;
	}
	.exitve .grid .gi2{
		grid-column: 1 / 3;
		grid-row: 3 / 4;
	}
	.swiper-button-next::after{
		margin-right: 3px;
	}
	.swiper-button-prev::after{
		margin-left: 3px;
	}
}