@charset "UTF-8";
@keyframes bottom_to_top {
  0% {
    transform: translate3d(0, 3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.bottom_to_top {
  opacity: 0;
}
.bottom_to_top.active {
  animation: bottom_to_top 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.bottom_to_tops > * {
  opacity: 0;
}
.bottom_to_tops.active > * {
  animation: bottom_to_top 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.bottom_to_tops.active > *:nth-child(2) {
  animation-delay: 0.2s;
}
.bottom_to_tops.active > *:nth-child(3) {
  animation-delay: 0.4s;
}
.bottom_to_tops.active > *:nth-child(4) {
  animation-delay: 0.6s;
}
@keyframes left_to_right {
  0% {
    transform: translate3d(-3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.left_to_right {
  opacity: 0;
}
.left_to_right.active {
  animation: left_to_right 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
@keyframes right_to_left {
  0% {
    transform: translate3d(3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.right_to_left {
  opacity: 0;
}
.right_to_left.active {
  animation: right_to_left 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
@keyframes top_to_bottom {
  0% {
    transform: translate3d(0, -3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.top_to_bottom {
  opacity: 0;
}
.top_to_bottom.active {
  animation: top_to_bottom 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.bg_black_amin {
  overflow: hidden;
  position: relative;
}
.bg_black_amin:before {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all .8s 0s ease;
  width: 100%;
  z-index: 1;
}
.bg_black_amin img {
  opacity: 0;
  transition: all .8s 0s ease;
}
.bg_black_amin.active img {
  opacity: 1;
  transition: all .5s .3s ease;
}
.bg_black_amin.active:before {
  transform: translateX(100%);
}

@keyframes elasticus {
0% {
    transform-origin: 0% 0%;
    transform: scale(0, 1);
    opacity: 1;
}
50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
}
50.1% {
    transform-origin: 100% 0%;
    transform: scale(1, 1);
}
100% {
    transform-origin: 100% 0%;
    transform: scale(0, 1);
    opacity: 0;
}
}

html{
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
}

html, body,ul,li,figure,h1,h2,h3,h4,h5 {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
body main {
  overflow: hidden;
  line-height: 1.5;
  position: relative;
  min-height: 100vh;
  font-family: /*"Roboto",*/'Noto Sans JP', sans-serif;
  font-size: 1.3vw;
  color: #000;
}
body main img {
  width: 100%;
  vertical-align: middle;
}

ul li{
	list-style: none;
}
.wrap {
  max-width: 68vw;
  margin: 0 auto;
}
.swrap {
  max-width: 65vw;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .swrap {
    max-width: 80vw;
  }
}
/*.pt_san {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 1.17em;
  letter-spacing: 0.05rem;
}
.pt_sanL {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 230%;
  letter-spacing: 0.05rem;
}
.ll_f {
  font-size: 280%;
  font-weight: bold;
}
.l_f {
  font-size: 200%;
  font-weight: bold;
}
.m_f {
  font-size: 120%;
  font-weight: bold;
}
.mm_f {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.5vw;
}
.ss_f {
  font-size: 80%;
}
.fc_red {
  color: #ff0000;
}
.fc_gold {
  color: #d0ae4c;
}
.fc_gold2 {
  color: #b49f00;
}
.fc_gray {
  color: #a3a8aa;
}
.fc_y {
  color: #fdd000;
}
.en {
  font-family: 'Fjalla One', sans-serif;
}*/
h1, h2, h3 {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .wrap {
    max-width: none;
    padding: 0 5vw;
  }
  body main {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 700px) {
  body main {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .l_f {
    font-size: 150%;
    font-weight: bold;
  }
}
.rwd_show {
  display: none;
}
.rwd_show2 {
  display: block;
}

@media screen and (max-width: 1000px) {
.rwd_show2 {
  display: none;
}
}
@media screen and (max-width: 700px) {
  .rwd_show {
    display: inline;
  }
}
body main *, body main * {
  box-sizing: unset;
}
.show_text {
  position: relative;
  transition: clip-path 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  overflow: hidden;
}
.show_text.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.growfadein {
  opacity: 0;
}
.growfadein.active {
  opacity: 0;
  animation: growfade 0.5s ease 0.2s forwards;
}
@keyframes growfade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    filter: brightness(1330%);
  }
  70% {
    opacity: 1;
    filter: brightness(100%);
  }
  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}
/*common*/
.inc_common_footer_wrap {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 18px;
  /* font-size: 1.8rem; */
  color: #111;
  line-height: 2;
  font-family: Meiryo, sans-serif;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 47.938em) {
  .inc_common_footer_wrap {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}
.swiper_wrap {
  max-width: 53vw;
  margin: 0 auto;
  padding: 8vw 5vw 3vw 5vw;
}
.swiper-container {
  overflow: visible;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: relative;
}
.swiper-wrapper {
  align-items: center;
}
.swiper-pagination-bullet:after {
  content: ' ';
  border: 2px solid #fff;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0;
  transition: all ease 0.3s;
}
.swiper-pagination-bullet-active:after {
  opacity: 0.8;
  transition: all ease 0.3s;
}
.swiper-slide img {
  max-height: 700px;
  object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 0.7vw;
  margin-bottom: 10px;
}
body main {
  /*background-color: #000;*/
  font-feature-settings: "palt"1;
}
@media screen and (max-width: 1000px) {
  html body main {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 600px) {
  html body main {
    font-size: 3.3vw;
  }
}
.rwd_show {
  display: none;
}
@media screen and (max-width: 600px) {
  .rwd_show {
    display: inline;
  }
}
.wrap {
  max-width: 80vw;
}
@media screen and (max-width: 1000px) {
  .wrap {
    max-width: none;
  }
  .swrap {
    max-width: none;
    padding: 0 5vw;
  }
}
body main {
  width: 100%;
}
html body main {
  position: relative;
  /*background-color: #000;*/
  background-size: 100%;
}
.test {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.5;
  display: none;
}
main:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  display: block;
  z-index: -1000000;
}

.page_header {
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 11;
}
.page_header .logo {
  display: block;
  position: absolute;
  width: 14vw;
  left: 2.5vw;
  top: 2vw;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .page_header .logo {
    width: 20vw;
    right: 4vw;
    top: 3vw;
  }
}
.mv {
  position: relative;
  background-image: url("../img/mv_bg_pc.webp");
  background-size: cover;
  padding-top: 55%;
}
.mv .mv_in .mv_product {
  width: 47vw;
  position: absolute;
	top:-4vw;
	left: 8vw;
}
.mv .mv_in .mv_product_sub {
  width: 76vw;
  position: absolute;
  right: -4vw;
top:2vw;
}
.mv .wrap {
  position: relative;
}
.mv .mv_in {
  position: absolute;
  z-index: 10;
  top: 7.5vw;
  width: 100%;
  margin: 0 auto;
}
.mv .mv_in figure {
  width: 58vw;
  position: absolute;
  top: 40vw;
  left: 7vw;
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 600px) {
  .mv {
    padding-top: 120%;
  background-image: url("../img/mv_bg.webp");
  }
.mv .mv_in .mv_product {
	position: absolute;
	width:70vw;
	left:8vw;
	top: 7vw;
}
  .mv .mv_product img {
    width: 78vw;
  }
  .mv .mv_in figure {
    top: 71.5vw;
    width: 88vw;
    left: 6vw;
	margin: 0 auto;
  }
  .mv .mv_in .mv_product_sub {
    width: 99vw;
	top: 21vw;
    position: absolute;
    left: 7vw;
  }
}


.section{
	margin-top: 8vw;
}


.main_catch{
	position: relative;
}

.main_catch_img{
	position: absolute;
	width: 40%;
	right: 0;
	top: -4%;
}

.catch{
	display: flex;
	align-items: center;
}

.catch figure{
	width: 42%;
}

.catch .catch_in{
	margin-left: 4vw;
}

.catch .catch_in h1,.wedge_catch .catch_in h1{
	position: relative;
	font-size: 4.8vw;
	line-height: 1.1;
	margin-bottom: 2vw;
}

.catch .catch_in h1::before{
	content:  "";
	position: absolute;
	display: inline-block;
	background-image: url("../img/roger_name.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: -20%;
	width: 88%;
	height: 10%;
	
}

.catch .catch_in h2,.wedge_catch .catch_in h2{
	font-size: 2.4vw;
}

.wedge_catch .catch_in p{
	font-size: 1.6vw;
	margin-bottom: 2vw;
}

.grinds_main .grinds_main_title{
	display: flex;
	align-items: center;
	position: relative;
}

.grinds_main .grinds_main_title .en{
	 width: 23vw;
    position: absolute;
    top: 7vw;
    right: -1.8125vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 2;
    transform: rotate(90deg);
    font-size: 2.4vw;
	
}

.grinds_main .grinds_main_title figure{
	flex:0 1 56%;
}

.grinds_main .grinds_main_title h3{
	font-size: 2.4vw;
	color: #fff;
	margin-left: -2vw;
}

.grinds_main .grinds_main_title h3 span{
	display:inline-block;
	background-color: #000;
	margin-bottom: 0.5rem;
	padding: 0 0.5rem;
}


.grinds_detail_list .grinds_detail_list_flex, .grinds_detail_list_flex_03{
	display: flex;
	justify-content: space-between;
	gap:8%;
}

.grinds_detail_list_flex_03{
	margin-top: 6vw;
}

.grinds_detail_list .grinds_detail_list_flex li{
	flex: 1;
}

.grinds_detail_list .grinds_detail_list_flex li h4, .grinds_detail_list_flex_03 .grinds_detail_list_flex_03_in h4{
	font-size: 2vw;
	margin-bottom: 2vw;
	display: flex;
}

.grinds_detail_list .grinds_detail_list_flex li h4::before, .grinds_detail_list_flex_03 .grinds_detail_list_flex_03_in h4::before{
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	background-color: #000;
	font-size: 2.2vw;
	padding: 0 0.3em;
	height: 3.2vw;
	margin-top: 18px;
}

.grinds_detail_list .grinds_detail_list_flex li figure{
	margin: 0 auto 2vw;
	width: 72%;
}

.grinds_detail_list .grinds_detail_list_flex li p, .grinds_detail_list_flex_03 .grinds_detail_list_flex_03_in p{
	font-size: 1.6vw;
}

.grinds_detail_list_flex_03 figure{
	flex: 0 1 100%;
}



.grinds .grinds_list .grinds_in{
	display: flex;
	gap:5%;
	border: 1px solid #000;
	background-color: #eeefee;
	padding: 2vw 3vw;
	margin-bottom: 3vw;
	align-items: center;
}

.grinds .grinds_list .grinds_in figure:first-of-type{
	width: 42%;
}
.grinds .grinds_list .grinds_in figure:last-of-type{
	width: 56%;
}

.grinds .grinds_list .grinds_in .grinds_in_text{
	width: 70%;
}

.grinds .grinds_list .grinds_in .grinds_in_text h3{
	margin-bottom: 2vw;
}
.grinds .grinds_list .grinds_in .grinds_in_text h4{
	font-size: 1.5vw;
	margin-bottom: 2vw;
}

.grinds .grinds_list .grinds_in .grinds_in_text p:first-of-type{
	margin-bottom: 1vw;
}

.grinds .notice{
	font-size: 1vw;
	text-align: right;
}


@media screen and (max-width: 600px) {
	.main_catch_img{
		top: -20%;
	}
	.catch figure{
		width: 78%;
	}
	.catch .catch_in h1, .wedge_catch .catch_in h1{
		font-size: 9.2vw;
		margin-bottom: 4vw;
		display: inline-block;
	}
	.wedge_catch .catch_in p{
		font-size: 2.8vw;
		margin-bottom: 6vw;
	}
	.catch .catch_in h2, .wedge_catch .catch_in h2{
		font-size: 4.1vw;
		display: inline-block;
	}
	
.grinds_main .grinds_main_title{
	display: block;
}

	
.grinds_main .grinds_main_title figure{
	width: 95%;
}

.grinds_main .grinds_main_title h3{
	font-size: 7vw;
	color: #fff;
	margin-left: 5vw;
	margin-top: -6vw;
}
	.grinds_main .grinds_main_title .en{
		width: 34vw;
		top: 80vw;
		right: -7.8125vw;
		font-size:3.4vw;
	}
.section{
	margin-top: 16vw;
}
	
	.grinds .grinds_list .grinds_in .grinds_in_text h4{
	font-size: 5.6vw;
	margin-bottom: 4vw;
}
	
	
	.grinds_detail_list .grinds_detail_list_flex, .grinds_detail_list_flex_03{
		display: block;
	}
	.grinds_detail_list .grinds_detail_list_flex li{
		margin-bottom: 12vw;
	}
	
.grinds_detail_list .grinds_detail_list_flex li h4, .grinds_detail_list_flex_03 .grinds_detail_list_flex_03_in h4{
	font-size: 5vw;
	margin-bottom: 6vw;
	}
.grinds_detail_list .grinds_detail_list_flex li h4::before, .grinds_detail_list_flex_03 .grinds_detail_list_flex_03_in h4::before{
        margin-top: 8px;
        font-size: 5.6vw;
        height: 9.4vw;
        margin-right: 10px;
	}
	
	.grinds_detail_list .grinds_detail_list_flex li figure{
		margin-bottom: 6vw;
	}
.grinds_detail_list .grinds_detail_list_flex li p, .grinds_detail_list_flex_03 .grinds_detail_list_flex_03_in p {
	margin-bottom: 10vw;
	font-size: 4vw;
	}
	
	.grinds .grinds_list .grinds_in{
		display: block;
		padding: 1rem 1.6rem;
	}
	.grinds .grinds_list .grinds_in figure:first-of-type{
		margin: 0 auto 6vw;
		width: 60%;
	}
	.grinds .grinds_list .grinds_in .grinds_in_text h3{
		margin-bottom: 6vw;
	}
	.grinds .grinds_list .grinds_in .grinds_in_text{
		width: 100%;
		margin-bottom: 6vw;
	}
	.grinds .grinds_list .grinds_in .grinds_in_text p:first-of-type{
		font-size: 3.6vw;
		margin-bottom: 4vw;
	}	
	.grinds .grinds_list .grinds_in figure:last-of-type{
		width: 80%;
		margin: 0 auto;
	}
	.grinds .notice{
		font-size: 3vw;
		text-align: left;
	}

  
}




.section_img{
	margin-top: 8vw;
}

.section_img picture img{
	position: relative;
	width: 90%;
	height: auto;
}

.section_img .section_img_in{
	position: absolute;
	color:#fff;
	z-index: 1;
	top: 25%;
	left: 10%;
}

.section_img .section_img_in h3{
	width: 70%;
	margin-bottom: 3vw;
}

.section_img .section_img_in h4{
	font-size:3vw;
	margin-bottom: 1vw;
}
.section_img .section_img_in p{
	font-size: 1.6vw;
}


@media screen and (max-width: 600px) {
.section_img{
	margin-top: 16vw;
}
.section_img .section_img_in{
	top: 13%;
	left: 6%;
}
.section_img .section_img_in h3{
	width: 82%;
	margin-bottom: 6vw;
}
	.section_img picture img{
		width: 100%;
	}
	.section_img .section_img_in h4{
		font-size: 6.4vw;
		margin-bottom: 5vw;
	}
	.section_img .section_img_in p{
		font-size: 3.2vw;
	}


	
}




.z-alloy .z-alloy_list{
	text-align: center;
	margin-bottom: 4vw;
}

.z-alloy .z-alloy_list ul{
	display: flex;
	gap:4%;
	align-items: baseline;
}

.z-alloy .z-alloy_list ul li{
	position: relative;
	width: 100%;
	height: 50%;
}

.z-alloy .z-alloy_list ul li::after{
	content: "";
	position: absolute;
	border: 0.9px solid;
	height: 23vw;
	top: 5%;
	left: -6%;
}

.z-alloy .z-alloy_list ul li:first-child::after{
	content: none;
}

.z-alloy .z-alloy_list ul li h4{
	color: #fff;
	background: #000;
	padding: 0.3em 0;
	margin-bottom: 3vw;
	position: relative;
}

.z-alloy .z-alloy_list ul li:last-child h4::before{
	position: absolute;
	content: "TOUR RACK（ノーメッキ）";
	color: #000;
	bottom: 100%;
	left: 20%;
	font-weight: normal;
	
}

.z-alloy .z-alloy_list ul li img{
	width: 78%;
	margin-bottom: 2vw;
}


@media screen and (max-width: 600px) {
.z-alloy .z-alloy_list ul{
	display: block;
}
	.z-alloy .z-alloy_list ul li{
		margin-bottom: 16vw;
	}
	
.z-alloy .z-alloy_list ul li h4{
	font-size: 6vw;
	padding:0.1em 0;
}
	.z-alloy .z-alloy_list ul li:last-child h4::before{
		font-size: 5vw;
	}
	
.z-alloy .z-alloy_list ul li p{
	font-size: 5vw;
	margin-bottom: 8vw;
}
	.z-alloy .z-alloy_list ul li img{
		width: 60%;
		margin: 3vw 0 6vw;
	}
	
}



.pro .pro_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.pro .pro_list .pro_list_in{
	display: flex;
	padding: 1rem;
	border: 1px solid #000;
	background-color: #eeefee;
}

.pro .pro_list .pro_list_in:nth-child(1),.pro .pro_list .pro_list_in:nth-child(3){
	border-right: none;
}
.pro .pro_list .pro_list_in:nth-child(3),.pro .pro_list .pro_list_in:nth-child(4){
	border-top: none;
}

.pro .pro_list .pro_list_in .pro_list_in_text{
	width: 80%;
	margin-right: 1vw;
	padding: 1vw;
}

.pro .pro_list .pro_list_in .pro_list_in_text h4{
	position: relative;
	color: #fff;
	background-color: #000;
	padding: 0 0.4em;
	margin-bottom: 1vw;
	text-align: center;
}

.pro .pro_list .pro_list_in .pro_list_in_text h4 > span{
	font-size: 0.9vw;
	font-weight: normal;
	margin-left: 1vw;
}




@media screen and (max-width: 1000px) {
.pro .pro_list .pro_list_in .pro_list_in_text{
	width: 97%;
}
	
.pro .pro_list .pro_list_in .pro_list_in_text h4{
	font-size: 1.4vw;
}
.pro .pro_list .pro_list_in .pro_list_in_text p{
	font-size: 1.6vw;
}

}


@media screen and (max-width: 600px) {
	.pro .pro_list{
		display: block;
	}
.pro .pro_list .pro_list_in{
	display: block;
}
	
.pro .pro_list .pro_list_in .pro_list_in_text{
	width: 97%;
}
	
.pro .pro_list .pro_list_in .pro_list_in_text h4{
	font-size: 4.4vw;
}
.pro .pro_list .pro_list_in .pro_list_in_text p{
	font-size: 4.6vw;
}
	
.pro .pro_list .pro_list_in:nth-child(1),.pro .pro_list .pro_list_in:nth-child(3){
	border-right: 1px solid #000;
}
	.pro .pro_list .pro_list_in .pro_list_in_text h4 > span{
		font-size: 4vw;
		margin-left: 3vw;
	}

}





.loft_grinds .inner h3{
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 0.1em 0.4em;
	font-size: 2.4vw;
	margin-bottom: 2vw;
}

.loft_grinds .inner p,.loft_grinds .function p{
	font-size: 1.6vw;
}

.loft_grinds .function p span{
	font-size: 1vw;
}

.loft_grinds .inner figure{
	margin: 6vw 0;
}

.loft_grinds .function{
	margin: 6vw 0;
}

.loft_grinds .function h3{
	width: 40%;
	margin-bottom: 2vw;
}

.loft_grinds .flex{
	display: flex;
}


@media screen and (max-width: 600px) {
	.inner{
		margin-bottom: 14vw;
		
	}
	.loft_grinds .inner h3{
	font-size: 8vw;
	margin-bottom: 4vw;
}
	.loft_grinds .function h3{
		width: 80%;
	}
	.loft_grinds .inner p, .loft_grinds .function p{
		font-size: 4.6vw;
		margin-bottom: 10vw;
	}
	.loft_grinds .flex{
		display: block;
		margin-bottom: 16vw;
	}
	.loft_grinds .flex figure:first-child{
		width: 35%;
	}
	.loft_grinds .function p span{
		font-size: 3vw;
	}
	}



.movie {
  padding: 6vw 0;
  padding-bottom: 3vw;
  /*background-image: url(../img/bg.png);
  background-size: cover; */
}
.movie .wrap {
  max-width: 90vw;
}
.movie .movie_first {
  margin: 0 auto;
  display: flex;
  margin-right: -3vw;
  flex-wrap: wrap;
}
.movie .movie_first > div {
  padding-right: 3vw;
  box-sizing: border-box;
  flex: 0 1 50%;
  margin-bottom: 3vw;
}
.movie .movie_first a {
  display: block;
  position: relative;
}
.movie .movie_first a figure {
  transition: all ease 0.3s;
  overflow: hidden;
}
.movie .movie_first a figure img {
  transition: all ease 0.3s;
}
.movie .movie_first a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/youtube.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
  z-index: 10;
  transition: all ease 0.3s;
}
.movie .movie_first a:hover figure {
  opacity: 0.7;
}
.movie .movie_first a:hover figure img {
  transform: scale(1.05);
}
.movie .movie_first a:hover:before {
  transform: scale(1.2);
}
.movie .movie_bottom {
  width: 50vw;
  margin: 0 auto;
}
.movie .movie_bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
}
.movie .movie_bottom a:before {
  content: '';
  display: block;
  width: 5vw;
  height: 5vw;
  background-image: url(../img/youtube.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease 0.3s;
  z-index: 1;
}
.movie .movie_bottom a > figure {
  transition: all ease 0.3s;
  flex: 0 1 100%;
}
.movie .movie_bottom a > figure img {
  width: 100%;
}
.movie .movie_bottom a > div {
  flex: 1;
  padding-left: 2vw;
  box-sizing: border-box;
}
.movie .movie_bottom a > div > p {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.movie .movie_bottom a > div > div p {
  font-size: 90%;
}
.movie .movie_bottom a:hover > figure {
  opacity: 0.7;
}
.movie .movie_bottom a:hover:before {
  transform: scale(1.05);
}
.topics {
  margin-bottom: 5vw; }
  .topics h2, .movie h2 {
    font-size: 230%;
    margin-bottom: 0.2em; }
  .topics .topics_flex {
    display: flex; }
    .topics .topics_flex > * {
      flex: 0 1 50%;
      padding-right: 3vw;
      box-sizing: border-box; }
      .topics .topics_flex > * a > p {
        margin-bottom: 0.5em; }
      .topics .topics_flex > * a > div p {
        padding-left: 1em; }
  .topics a {
    color: #000;
    text-decoration: none; }
    .topics a p {
      overflow: hidden; }
      .topics a p img {
        transition: all ease 0.3s; }
    .topics a:hover p img {
      transform: scale(1.02);
      transition: all ease 0.3s; }

@media screen and (max-width: 750px) {
  .movie .movie_first {
    display: block;
	width: 100%;/*動画2個以上で消す*/
    /*margin-bottom: 4.5em;動画2個以上で復活*/
  }
  .movie .movie_first > *:first-child {
    margin-bottom: 3vw;
  }
  /*.movie {
    padding: 4em 0;
  }*/
}
.topics .topics_in .topics_in_flex {
  display: flex;
justify-content: space-between;
align-items: center;
}
.topics .topics_in  a {
  display: block;
	text-decoration: none;
}
.topics .topics_in .topics_in_flex h3 {
	color: #000;
	font-size: 120%;
  margin-bottom: 1vw;
  overflow: hidden;
}
.topics .topics_in  a > p img {
  transition: all ease 0.3s;
}
.topics .topics_in a > div p {
  font-weight: bold;
  color: #000;
  font-size: 90%;
	flex: 0 1 50%;
}
.topics .topics_in  a:hover > p img {
  transform: scale(1.05);
  opacity: 0.8;
  transition: all ease 0.3s;
}
@media screen and (max-width: 600px) {
  .topics .topics_in h2 {
    height: 7vw;
    margin-bottom: 10px;
  }
	.topics .topics_in .topics_in_flex h3{
	margin-top: 4vw;
	}
  .topics .topics_in .topics_in_flex a > div p {
    font-size: 90%;
  }
.topics .topics_in .topics_in_flex {
  display: block;

}
}

.logo_line {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 1vw 0;
}
.sp {
  padding: 4vw 0;
}
/*.sp h2 {
    height: 5vw;
    margin-bottom: 2.5vw; }
    .sp h2 img {
      width: auto;
      height: 100%;
      vertical-align: top; }*/
.sp_w1 {
  font-size: 160%;
  margin-bottom: 1vw;
  font-weight: 700;
}
.sp_w2 {
  font-size: 180%;
  margin-bottom: 1vw;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  /*.sp h2 {
    height: 10vw;
    margin-bottom: 20px; }*/
  .sp_w1 {
    font-size: 140%;
    margin-bottom: 10px;
  }
  .sp_w2 {
    font-size: 150%;
    margin-bottom: 10px;
  }
}


.box {
  padding: 3em 2em 2em;
  position: relative; /* 配置(ここを基準に)*/
  border: 1px solid #4bc1ee;
}
.box .box-title {
  background-color: #0A0E1D;/* タイトル背景色 */
  border: 1px solid #4bc1ee;
  font-size: 2.8em; /* タイトル文字の大きさ */
  letter-spacing: 0.05em;
  color: #4bc1ee; /* タイトル文字色 */
  padding: 1vw 2vw; /*タイトルの余白*/
  line-height: 1; /*タイトルの行の高さ*/
  position: absolute; /* 配置(ここを動かす) */
  top: -2.5vw; /*上からの距離*/
  left: 10vw; /*左からの距離*/
}
@media screen and (max-width: 600px) {
  .flex {
    flex-direction: column-reverse;
  }
  .box .box-title {
    font-size: 2em; /* タイトル文字の大きさ */
    top: -3.5vw; /*上からの距離*/
    left: 4vw;
  }
}


.box .box-title2 {
  background-color: #0A0E1D;
  border: 1px solid #4bc1ee;
  font-size: 2.2em; /* タイトル文字の大きさ */
  letter-spacing: 0.05em;
  color: #4bc1ee; /* タイトル文字色 */
  padding: 1vw 2vw; /*タイトルの余白*/
  line-height: 1; /*タイトルの行の高さ*/
  position: absolute; /* 配置(ここを動かす) */
  top: -2.5vw; /*上からの距離*/
  left: 6vw; /*左からの距離*/
}

.glow {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}

/*.ff_box {
  position: relative;
  display: inline-block;
  margin-top: 2vw;
  padding: 4vw;
  border: 1px solid #4bc1ee;
  text-align: left;
}

.ff_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  border-style: solid;
  border-width: 0 4em 4.5em 4em;
  border-color: transparent transparent #4bc1ee;
  translate: -50% -100%;
}

.ff_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  border-style: solid;
  border-width: 0 3.9em 4.4em 3.9em;
  border-color: transparent transparent #0A0E1D;
  translate: -50% -100%;
}*/

.spec {
  /*background-image: url(../img/bg.jpg);
  background-size: cover;*/
  padding: 7vw 0;
}

.spec .spec_head h2{
  font-size: 3.2vw;
  margin-bottom: 3vw;
}

.spec .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8vw;
  border-bottom: 1px solid #000;
  margin-bottom: 2vw;
}

.spec .products1,.spec .products2{
	margin-bottom: 2vw;
}

.spec .products2{
	position: relative;
}
.spec .products2::before{
	content: "";
	position: absolute;
	border: 0.9px solid;
	height: 98%;
	left: -14%;
}

.spec .products1 > p img ,.products2 > p img {
      margin-bottom: 2vw; }

.spec .products .products_links a {
  display: block;
  padding: 1vw 0;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 1vw;
  box-sizing: border-box;
}
.spec .products .products_links_in a {
  display: block;
  padding: 1vw 0;
  background: #187fc4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.spec .products .products_links a::after, .spec .products .products_links_in .cart span::after{
	content: "";
    display: block;
    width: 2vw;
    height: 1vw;
    background-image: url(../img/pointer_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0.6vw;
    top: calc(50% - 0.5vw);
    transition: all ease 0.3s;
}

.spec .products .products_links a span {
  position: relative;
  z-index: 2;
  display: block;
}
.spec .products .products_links a:before, .spec .products .products_links_in a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: .8s;
}
.spec .products .products_links a:hover::before, .spec .products .products_links_in a:hover::before {
  top: 0;
  left: 100%;
}
.spec .products .products_links_in a.cart:hover span:before {
  background-image: url(../img/cart_white.svg);
}
.spec .products .products_links_in .cart span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-right: 1rem;
}
.spec .products .products_links_in .cart span:before {
  content: ' ';
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../img/cart_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.products_links, .products_links_in{
	width: 50%;
}


.spec .link_flex{
	display: flex;
	gap:4%;
	justify-content: center;
}

.spec .shafts {
  font-size: 90%;
  margin-bottom: 4vw;
}
.spec .shafts h3 {
  font-size: 140%;
  font-weight: normal;
}
.spec .shafts .shafts_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2vw;
  font-size: 80%;
  align-items: flex-start;
	margin-bottom: 3vw;
}
.spec .shafts .shafts_list2{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2vw;
  font-size: 80%;
  align-items: center;
}
.spec .shafts .shafts_list h4 {
  font-size: 100%;
line-height:1.3em;
  font-weight: normal;
}
.spec .shafts .shafts_list .prices .num {
  font-size: 150%;
  margin-right: 1vw;
}
.spec .shafts .shafts_list > * > p {
  margin-top: 0.5vw;
}
.spec .spec_info {
  /*font-size: 80%;*/
}
.spec .spec_info table {
  border-collapse: collapse;
  width: 100%;
}
.spec .spec_info table th, .spec .spec_info table td {
  text-align: center;
  padding: 0.2vw;
  border-bottom: 1px solid #000;
  font-weight: normal;
}
.spec .spec_info table tr td {
  width: 25%;
}
.spec .spec_info table tr td:first-child {
  width: 1vw;
}
.spec_lefty {
  margin: 2vw 0;
}
.spec .spec_specification {
  margin-bottom: 5vw;
  font-size: 64%;
}
.spec .spec_specification table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1vw;
}
.spec .spec_specification table td, .spec .spec_specification table th {
  padding: 0.2vw;
  border-bottom: 1px solid #9d9d9d;
  border-top: 1px solid #9d9d9d;
  font-weight: normal;
}
.spec .spec_specification table th {
  /*padding: 0.2vw 0;*/
}
.spec .spec_specification table .bdr {
  border-right: 1px solid #9d9d9d;
}
.spec .spec_specification table tr > * {
  text-align: center;
  border-right: 1px solid #9d9d9d;
}
.spec .spec_specification table tr > *:last-child {
  border-right: 0;
}
.spec .spec_specification table .tal {
  text-align: left;
}
.spec .spec_specification table .bdb > * {
  border-bottom: 1px dashed #9d9d9d;
}
.spec .spec_specification table .bdt > * {
  border-top: 0;
}
.spec .spec_specification table .th {
  width: 11em;
}
.spec .spec_specification table .thr2 {
  width: 9em;
}
.spec .spec_specification_bottom {
  display: grid;
  grid-template-columns: 1fr 60%;
  column-gap: 3vw;
border-bottom:1px solid #000;
}
.spec .spec_specification_bottom .spec_specification_bottom1 > div p {
  padding-left: 1em;
  position: relative;
}
.spec .spec_specification_bottom .spec_specification_bottom1 > div p:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.spec .spec_specification_bottom .spec_specification_bottom2 {
  border: 1px solid #000;
  padding:1em;
  position: relative;
	height: 75%;
}
.spec .spec_specification_bottom .spec_specification_bottom2 > div p {
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
	font-size: 85%;
}
.spec .spec_specification_bottom .spec_specification_bottom2 > div p:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}


.fc_blue {
  color: #4bc1ee;
}
/*.spec .req, .spec .req2, .spec .req3, .spec .req4{
  position: relative;
}
.spec .req:after {
  content: '※3';
  font-size: 60%;
  color: #4bc1ee;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.7) translate3d(0.2em, -0.7em, 0);
}

.spec .req2:after {
  content: '※1 ※3';
  font-size: 60%;
  color: #4bc1ee;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.8) translate3d(0.3em, -0.3em, 0);
}
.spec .req3:after {
  content: '※2 ※4';
  font-size: 60%;
  color: #4bc1ee;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.8) translate3d(0.3em, -0.3em, 0);
}
.spec .req4:after {
  content: '※2 ※3';
  font-size: 60%;
  color: #4bc1ee;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.8) translate3d(0.3em, -0.3em, 0);
}*/

@media screen and (max-width: 1000px) {
  .spec .spec_specification .spec_specification_table_wrap {
    width: 100%;
    overflow-x: scroll;
	 position:relative;
	  margin-bottom:1em;
  }
  .spec .spec_specification .spec_specification_table_wrap table {
    min-width: 800px;
  }
	
	    .scroller {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .spec_specification_table_wrap .scroller::before {
        animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
        position: absolute;
        top: 0px;
        left: 0%;
        width: 100%;
        height: 2px;
        background: #000;
        content: " ";
    }
}



@media screen and (max-width: 600px) {
.spec .spec_head h2{
  font-size: 9.2vw;
}
	
	.spec .products .products_links a::after, .spec .products .products_links_in .cart span::after{
		width: 3vw;
		height: 3.2vw;
		right: 2.4vw;
		top: calc(50% - 1.6vw);
	}
	
  .spec .spec_head {
    display: block;
  }
  .spec .spec_head p {
    width: 40%;
  }
  .spec .shafts .shafts_list,   .spec .shafts .shafts_list2{
    display: block;
    font-size: 100%;
  }
  .spec .shafts .shafts_list > div, .spec .shafts .shafts_list2 > div {
    margin-bottom: 8vw;
  }
  .spec .products {
    margin-bottom: 20px;
  }
  .spec .spec_info table {
    width: 100%;
  }
  .spec .spec_info table th, .spec .spec_info table td {
    padding: 5px;
  }
  .spec .spec_info {
    font-size: 120%;
    margin-bottom: 30px;
  }
  .spec .shafts {
    margin-bottom: 4vw;
  }
  .spec_lefty {
    margin: 6vw 0;
  }
	.spec .spec_specification{
		font-size: 100%;
	}
	
  .spec .spec_specification_bottom {
    display: block;
  }
  .spec .spec_specification table {
    margin-bottom: 10px;
  }
  .spec_specification_bottom1 {
    margin-bottom: 8vw;
  }
  .spec .cart_buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
  }
  .spec .cart_buttons > a {
    padding: 10px 0;
    text-align: center;
    margin: 0;
  }
  .spec .products {
    display: block;
  }
  .spec .products > p:nth-child(2) {
    width: 50%;
    margin: 0 auto;
  }
  .spec {
    padding: 50px 0;
  }
  .spec .products .products_links a, .spec .products .products_links_in a {
    font-size: 140%;
    padding: 10px 0;
	margin-bottom:3vw;
  }
  .spec .products > div > p {
    max-width: 80vw;
    margin: 0 auto;
  }
	.products1{
		margin-bottom: 4em;
	}
  .spec .products .products1 > p {
    /*transform: translate3d(-4vw, 0, 0);*/
  }
  /*.spec .products .products3 > p {
    transform: translate3d(-4vw, 0, 0);
  }*/
}
.tour_rack h2 , .tr_title h2{
  font-size: 3vw;
  font-weight: 500;
	margin-bottom: 2rem;
}

.tour_rack .box2 .tr_title{
	display: flex;
	align-items: flex-start;
}
.tour_rack .box2 .tr_title img{
	width: 9.2%;
	margin-left: 2vw;
}
.spec_specification_bottom2 .title_ts {
	color: #fff;
  background-color: #0a0e1e;
  font-size: 110%;
	display: inline-block;
	padding: 0.2em 0.5em;
	margin-bottom: 0.8rem;
}
.tour_rack_z-alloy img {
  width: 90%;
  margin-top: 2vw;
}
.tour_rack_spin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour_rack_spin .tour_rack_spin_in {
  flex: 0 1 60%;
}
.tour_rack_z-alloy p, .tour_rack_spin p {
  font-size: 130%;
}
.title_tr {
  font-size: 48%;
display: block;
}
@media screen and (max-width: 1000px) {
  .spec_specification_bottom2 .price {
    top: -5.5vw;
    left: 17vw;
  }
}
@media screen and (max-width: 600px) {
	.spec_specification_bottom2 .title_ts{
		font-size: 128%;
	}
.spec .spec_specification_bottom .spec_specification_bottom2 > div p {
	font-size: 100%;
}
  .spec_specification_bottom2 .price {
    top: -9.5vw;
    left: 22vw;
  }
  .box2 {
    padding: 1em 0;
  }
	.tour_rack_z-alloy{
		margin: 4vw 0;
	}
  .tour_rack_z-alloy img {
    width: 100%;
    margin-top: 2vw;
  }
  .tour_rack_spin {
    display: block;
  }
 .tour_rack h2 , .tr_title h2{
  font-size: 8vw;
}
  .title_tr {
    font-size: 50%;
  }
.tour_rack .box2 .tr_title img{
	width: 21%;
}
.tour_rack_z-alloy p, .tour_rack_spin p {
  margin-bottom: 4vw;
}
::-webkit-scrollbar{
	display:none;}

.indent{
	padding-left:1em;
	text-indent:-1em;
}
/*# sourceMappingURL=style.css.map */