@charset "UTF-8";

/*
	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/

/* @group button */

.button-bordered-radius {
	display: block;
	border: 1px solid #141414;
	border-radius: 5px;
	background: #ffffff;
	font-size: 16px;
	text-decoration: none;
	}

.button-bordered-radius .content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	}

.button-bordered-radius .text {
	letter-spacing: 0.1em;
	}

.button-bordered-radius .icon {
	margin: 0 0.6em 0 0;
	}

.button-bordered-radius .icon.document {
	margin: 0 0 0 0.6em;
	}

.button-bordered-radius-image {
	display: block;
	overflow: hidden;
	max-width: 670px;
	border: 2px solid #444444;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 2px 8px 0px rgba(0,0,0,0.35);
	margin: 0 auto;
	}

.button-bordered-radius-image img {
	display: block;
	width: 100%;
	height: auto;
	}

.button-shoplist {
	}

.button-onlineshop .button-bordered-radius {
	color: #930e16;
	border: 1px solid #930e16;
	}

.button-center {
	margin: 0 auto;
	}

.product-club .button-style:hover {
	opacity: 0.8;
	}


/* @end */

/* @group color */

.product-club {
	color: #141414;
	}

.club-aka-top .color-lady,
.product-club .color-lady {
	color: #7458a1;
	}

.bg-gray {
	background: #b5b5b5;
	}


/* @end */

/* @group text */

.product-club .font-en {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

.product-club .font-serif {
	/* font-family: "FOT-筑紫アンティークS明朝 Std L", TsukuAntiqueSMinStd-L, serif; */
	font-family: "Shippori Mincho B1", serif;
	font-feature-settings: "palt";
	}

.product-club .font-heading {
	font-weight: 700;
	font-feature-settings: 'palt';
	letter-spacing: 0;
	}

.product-club .text-center {
	text-align: center;
	}

.product-club .text-left {
	text-align: left;
	}

.product-club .text-right {
	text-align: right;
	}

/* @end */

/* @group modal */

#onoff-globeride-co-jp .modal-video {
	background-color: rgba(0, 0, 0, 0.95);
	}

/* @end */



/* @group flickity */
 
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
 
.flickity-enabled {
	position: relative;
	}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
	}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	}

/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
	}
 
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	}
 
/* ---- flickity-button ---- */
 
.flickity-button {
	position: absolute;
	background: none;
	border: none;
	color: #000000;
	}
 
.flickity-button:hover {
	background: none;
	cursor: pointer;
	}
 
.flickity-button:focus {
	outline: none;
	box-shadow: none;
	}

.flickity-button:active {
	opacity: 1;
	}
 
.flickity-button:disabled {
	opacity: 0;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
	}

.flickity-button-icon {
	fill: currentColor;
	}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	top: 50%;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
	}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
	}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
	}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
	}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
	}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
	}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
	}

.product-club .product-header .flickity-button {
	color: #ffffff;
	mix-blend-mode: difference;
	}
 
.product-club .product-header .flickity-prev-next-button {
	}

.product-club .product-header > .carousel-controler {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	z-index: 10;
 	}
 
.product-club .product-header > .carousel-controler li {
	position: absolute;
/* 	top: 1114px; */
	top: 216px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
 	}
 
.labo-spec-head .product-club .product-header > .carousel-controler li {
	top: 406px;
 	}
 

.product-club .product-header > .carousel-controler .prev {
	left: 3%;
	background: url(../images/labo/labo-spec-head/shared/arrow_prev.svg) no-repeat center center;
	background-size: auto 60px;
 	}
 
.product-club .product-header > .carousel-controler .next {
	right: 3%;
	background: url(../images/labo/labo-spec-head/shared/arrow_next.svg) no-repeat center center;
	background-size: auto 60px;
 	}

/* @end */

/* @group swiper 8.2.4 */

/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* @end */

/* @group carousel-controler */

:root {
	--swiper-navigation-size: 60px;
	}

.product-club .product-header .carousel-controler .swiper-button {
	width: 60px;
	height: var(--swiper-navigation-size);
	outline: none;
	color: #aaaaaa;
	}

.product-club .product-header .carousel-controler .swiper-button-prev,
.product-club .product-header .carousel-controler .swiper-button-next {
	background-image: url(../images/labo/labo-spec-head/shared/arrow_next.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	}

.product-club .product-header .carousel-controler .swiper-button-prev {
	transform: scale(-1, 1); /* 左右反転 */
	}

.product-club .product-header .carousel-controler .swiper-button-prev:after,
.product-club .product-header .carousel-controler .swiper-button-next:after {
	content: '';
	}


/* @end */

@media screen and (min-width: 641px){

body.layout-liquid .page-footer {
	padding: 0 0 100px;
	}

.page.club-lady .navigation-drop-down .content {
	max-width: 1200px;
	min-width: 650px;
	width: auto;
	padding: 0 56px;
	}

.page.club-lady .navigation-drop-down .nav-row {
	display: flex;
	justify-content: center;
	}

.page.club-lady .page-body {
	padding: 136px 0 0;
	/*padding: 96px 0 0;*/
	}


.product-club {
	background: #ffffff;
	}

.product-club .text-mid {
	font-size: 18px;
	}

.product-club .text-std {
	font-size: 16px;
	}

.product-club .text-small {
	font-size: 14px;
	line-height: 1.6;
	}

.product-club .product-features .list-std {
	padding: 0 0 0 1.2em;
	}

.product-club .product-features .list-std li {
	list-style: disc;
	line-height: 1.6;
	}


.product-club .heading-full {
	display: table;
	width: 100%;
	height: 60px;
	color: #ffffff;
	text-align: center;
	}

.product-club .heading-full .text {
	display: table-cell;
	font-size: 20px;
	vertical-align: middle;
	letter-spacing: 0.1em;
	}

.product-header,
.product-features {
	background: #ffffff;
	}

/* @group product-footer */

.product-footer {
	display: block;
	position: fixed;
	overflow: visible;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	z-index: 100;
	}

.product-footer .container {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 60px;
	padding: 0 38px;
	background: #f4f4f4;
	}

.product-footer .model {
	display: block;
	margin: 0 30px 0 0;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4;
	}

.product-footer .button-group {
	display: flex;
	}

.product-footer .button-group .button-bordered-radius {
	width: 172px;
	height: 40px;
	font-size: 16px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
	}

.product-footer .button-bordered-radius .text {
	padding: 0.3em 0 0;
	}

.product-footer .button-shoplist {
	margin: 0 20px 0 0;
	}

/* @end */

/* @group product-hero */

.product-club .product-hero {
	position: relative;
	width: 100%;
	height: auto;
	background: #06020c;
	background: #000000;
	}

.product-club .product-hero .image {
	width: 100%;
	margin: 0 auto;
	}

.product-club .product-hero .image img {
	display: block;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
	max-height: 720px;
	height: 100%;
	}

.product-club .product-hero .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	}

.product-club .product-hero .hgroup {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	max-width: 1024px;
	width: 100%;
	height: auto;
	z-index: 2;
	}

/*
#onoff-fairway-arms-lady .product-club .product-hero .hgroup,
#onoff-fairway-wings-lady .product-club .product-hero .hgroup {
	top: 43%;
	}

#onoff-iron-lady .product-club .product-hero .hgroup {
	top: 43%;
	}
*/

#onoff-wedge-lady-frogs-leap-2 .product-club .product-hero .hgroup {
	/* top: 43%; */
	}

#onoff-wedge-lady-frogs-running .product-club .product-hero .hgroup {
	/* top: 32%; */
	}

#onoff-wedge-labospec-frogs-running .product-club .product-hero .hgroup {
	/* top: 26%; */
	}


.product-club .product-hero .page-title {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	height: auto;
	margin-top: 106px;
	margin-left: 0;
	}

.product-club .product-hero .page-title img {
	width: 100%;
	height: auto;
	}

.product-club .product-hero .release {
	margin: 36px 0 0;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.2em;
	}

.product-club .product-hero .limited-model {
	margin: 20px 0 0;
	color: #f39700;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	}

.product-club .product-hero .limited-model .row {
	display: block;
	}


.product-club .product-hero .button-spec {
	position: relative;
	top: auto;
	max-width: 1024px;
	width: 100%;
	margin-top: 46px;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
	}

#onoff-wedge-lady-frogs-running .product-club .product-hero .button-spec {
	/* top: 40%; */
	}

#onoff-wedge-labospec-frogs-running .product-club .product-hero .button-spec {
	/* top: 36%; */
	}

.product-club .product-hero .button-spec a {
	display: block;
	max-width: 82px;
	width: auto;
	border-radius: 100%;
	background: #5e5e5e;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
	}

.labo-spec-head .product-club .product-hero .button-spec a {
	background: #0e4278;
	}

.product-club .product-hero .button-spec img {
	display: block;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group product-header */

.product-club .product-header {
	position: relative;
	padding: 112px 0 112px;
	z-index: 1;
	}

.product-club .product-header .club-images {
	position: relative;
	max-width: 1200px;
	width: 83.33%;
	margin: 0 auto;
	}

.product-club .product-header .club-images .carousel {
	position: relative;
	}

.product-club .product-header .club-images .panel {
	width: 330px;
	}

.product-club .product-header .club-images .panel.head-cover {
	width: auto;
	max-width: 330px;
	}

.product-club .product-header .club-images .image {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	}

.product-club .product-header .club-images .image img {
	display: block;
	height: 330px;
	}

.product-club .product-header .club-images .caption {
	padding: 1em 1em;
	font-size: 15px;
	text-align: center;
	line-height: 1.6;
	}

.product-club .product-header .club-images .caption strong {
	color: #b5101d;
	font-size: 17px;
	}

.product-club .product-header .carousel-controler {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

#onoff-wedge-labospec-frogs-running .product-club .product-header > .carousel-controler li {
	top: 220px;
 	}

/* @end */

/* @group banner-color-custom */

.banner-color-custom {
	max-width: 1024px;
	width: 100%;
	margin: 75px auto 0;
	}

.banner-color-custom a {
	display: block;
	}

.banner-color-custom img {
	display: block;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group banner-group */

.product-club > .banner-group {
	margin: 40px 0 100px;
	padding: 100px 0 50px;
	background: #f6f6f6;
	text-align: center;
	}

.product-club > .banner-group .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1024px;
	margin: 0 auto;
	}

.product-club > .banner-group .banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	}

.product-club > .banner-group .banner + .banner {
	margin-bottom: 50px;
	}

/* @end */


/* @group product-description */

.product-description {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 150px;
	}

.product-description .heading {
	display: block;
	margin: 0 auto;
	}

.product-description img {
	display: block;
	margin: 0 auto;
	}

/* @end */

/* @group introduction */

.product-club .product-introduction {
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 0 1px;
	background: #fefaea;
	}

.product-club .product-introduction .section {
	max-width: 1024px;
	margin: 0 auto 120px;
	}

.product-club .product-introduction .section .image {
	max-width: 100%;
	width: auto;
	margin: 0 auto 0;
	}

.product-club .product-introduction .section .image img {
	width: 100%;
	height: auto;
	}

.product-club .product-introduction .heading {
	margin: 0 auto 86px;
	font-size: 32px;
	text-align: center;
	line-height: 1.5;
	}


.product-club .product-introduction .section .description {
	max-width: 720px;
	margin: 0 auto 100px;
	}

.product-club .product-introduction .section .description .text-std {
	font-size: 18px;
	text-align: justify;
	}

/* @end */


/* @group product-features */

.product-club .product-features {
	padding: 250px 0 0;
	color: #141414;
	}

#onoff-wedge-lady-frogs-running .product-club .product-features {
	padding: 100px 0 0;
	color: #141414;
	}

#onoff-wedge-labospec-frogs-running .product-club .product-features {
	padding: 100px 0 0;
	color: #141414;
	}

.product-club .product-features.brand-new {
	padding: 0 0 0;
	color: #141414;
	}

.product-features .section {
	position: relative;
	width: 100%;
	margin: 0 0 300px;
	}

.product-features .section .banner-large {
	margin: 0 auto 300px;
	text-align: center;
	}

.product-features .section:last-of-type {
	}

/* @group image */

.product-club .product-features .image {
	}

.product-club .product-features .image.image-center {
	text-align: center;
	}

.product-club .product-features .image.image-dt-small {
	max-width: 670px;
	margin: 0 auto;
	}

.product-club .product-features .image.image-dt-small img {
	max-width: 100%;
	margin: 0 auto;
	}

.product-club .product-features .image.image-right {
	text-align: right;
	}

.product-club .product-features .image-group .image-caption-bottom {
	margin: 1em auto 0;
	}

.product-club .product-features .image-group-full {
	width: 100%;
	}

/* @end */

/* @group feature-header */

.product-club .product-features .feature-header {
	box-sizing: border-box;
	max-width: 1024px;
	margin: 0 auto 110px;
	padding: 0 50px;
	}

.product-club .product-features .feature-header .hgroup {
	position: relative;
	max-width: 1024px;
	margin: 0 auto 50px;
	}

.product-club .product-features .feature-header .heading {
	position: absolute;
	font-size: 40px;
	line-height: 1.3;
	top: 0;
	left: 0;
	letter-spacing: 0;
	}

.product-club .product-features .feature-header .heading.style-diamond::before {
	content: '';
	display: block;
	position: absolute;
	top: -35px;
	left: 3px;
	width: 35px;
	height: 35px;
	background: url(../images/labo/labo-spec-head/shared/icon_diamond.svg) no-repeat 0 0;
	background-size: 100% auto;
	}

.product-club .product-features .feature-header .heading.font-sans-serif {
	font-weight: 600;
	}

.product-club .product-features .feature-header .dt-static .heading {
	position: static;
	margin: 0 0 1em;
	}

.product-club .product-features.brand-new .feature-header .dt-static .heading {
	position: static;
	margin: 0 0 0.4em;
	}

.product-club .product-features .feature-header .dt-top-1em .heading {
	top: 1em;
	}

.product-club .product-features .feature-header .dt-top-2em .heading {
	top: 2em;
	}

.product-club .product-features.brand-new .feature-header .caption {
	font-size: 16px;
	}

.product-club .product-features .feature-header .image {
	width: 100%;
	}

.product-club .product-features .feature-header .image img {
	display: block;
	max-width: 100%;
	height: auto;
	}

.product-club .product-features .feature-header .description .text-std {
	max-width: 844px;
	font-size: 18px;
	text-align: justify;
	}

.product-club .product-features .feature-header .description .text-std + .text-std {
	margin-top: 1.2em;
	}

.product-club .product-features .feature-header .description .text-std.note {
	font-size: 16px;
	}


/* @end */

/* @group feature-group */

.product-club .product-features .feature-group {
	box-sizing: border-box;
	position: relative;
	max-width: 920px;
	margin: 0 auto 100px;
	padding: 0 50px;
	}

.product-club .product-features .feature-group > .hgroup {
	margin-bottom: 50px;
	}

.product-club .product-features .feature-group .heading-std {
	margin: 0 0 50px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	}

.product-club .product-features .feature-group .point {
	margin: 0 0 0.6em;
	color: #7458a1;
	font-size: 20px;
	line-height: 1.4;
	}

.labo-spec-head .product-club .product-features .feature-group .point {
	color: #0d57a7;
	}

.product-club .product-features .feature-group .text-std {
	font-size: 18px;
	line-height: 1.8;
	}


.product-club .product-features .feature-group .image-group {
	}

.product-club .product-features .feature-group .image-group .image-header {
	margin-bottom: 70px;
	}

.product-club .product-features .feature-group .image-group .image img {
	max-width: 100%;
	height: auto;
	}


.product-club .product-features .feature-group .image-group .caption-top {
	margin: 0 auto 3em;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	}

.product-club .product-features .feature-group .image-group .caption-bottom {
	margin: 2em auto 0;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.01em;
	}

.product-club .product-features .feature-color-custom {
	max-width: 1024px;
	margin: 0 auto;
	}

.product-club .product-features .feature-color-custom .image img {
	width: 100%;
	}

.product-club .product-features .feature-color-custom .caption {
	margin: 50px auto 24px;
	}

.product-club .product-features .feature-color-custom .caption img {
	display: block;
	width: 382px;
	margin: 0 auto;
	}

.product-club .product-features .feature-color-custom .button {
	margin: 0 auto 0;
	}

.product-club .product-features .feature-color-custom .button a {
	display: block;
	}

.product-club .product-features .feature-color-custom .button img {
	display: block;
	width: 442px;
	margin: 0 auto;
	border-radius: 16px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
	}


/* @end */

.product-club .button-frogs .button-bordered-radius-image {
	max-width: 670px;
	}

.product-club .button-variation {
	display: block;
	max-width: 670px;
	margin: 300px auto 0;
	}

.product-club .button-variation .caption {
	margin: 0 0 1.2em;
	color: #141414;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	}

.product-club .button-variation .button-style {
	display: block;
	max-width: 670px;
	margin: 0 auto 0;
	}

.product-club .button-variation .button-style img {
	max-width: 100%;
	}

/* @end */

/* @group coaching-grip */

.product-club .coaching-grip {
	}

.product-club .coaching-grip .motion {
	position: relative;
	width: 325px;
	height: 376px;
	margin: 0 auto;
	}

.product-club .coaching-grip .motion img {
	width: auto;
	height: 376px;
	}

.product-club .coaching-grip .motion > p {
	position: absolute;
	top: 0;
	left: 0;
	}

.product-club .coaching-grip .motion-1 {
	opacity: 1;
	z-index: 1;
	}


.product-club .coaching-grip .motion-2 {
	opacity: 0;
	z-index: 2;
	-webkit-animation: fadeInCoachingGrip 8s ease-in-out 2s infinite normal;
	animation: fadeInCoachingGrip 8s ease-in-out 2s infinite normal;
	}

.product-club .coaching-grip .motion-3 {
	opacity: 0;
	z-index: 3;
	-webkit-animation: fadeInCoachingGrip 8s ease-in-out 4s infinite normal;
	animation: fadeInCoachingGrip 8s ease-in-out 4s infinite normal;
	}

.product-club .coaching-grip .motion-4 {
	opacity: 0;
	z-index: 4;
	-webkit-animation: fadeInCoachingGrip 8s ease-in-out 6s infinite normal;
	animation: fadeInCoachingGrip 8s ease-in-out 6s infinite normal;
	}

/* @end */

/* @group fitting-distance */

.product-club .fitting-distance {
	margin: 0 auto 300px;
	}

.product-club .fitting-distance .heading {
	margin: 0 0 50px;
	font-size: 22px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	}

.product-club .fitting-distance .distance {
	max-width: 700px;
	margin: 0 auto 140px;
	}

.product-club .fitting-distance .distance img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

.product-club .fitting-distance .recommend .figure-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1024px;
	margin: 0 auto;
	}

.product-club .fitting-distance .recommend .figure {
	min-width: 318px;
	width: 31%;
	margin: 0 auto 60px;
	}

.product-club .fitting-distance .recommend .figure img {
	display: block;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group product-spec */

.product-club .product-spec {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding-top: 0;
	color: #333333;
	background: #fefcfd;
	z-index: 20;
	}

.product-club .product-spec > .heading {
	margin: 60px 0 50px;
	color: #000000;
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	}

.product-club .product-spec .heading .model {
	font-weight: 600;
	}

.product-club .product-spec .spec-outline {
	/*width: 824px;*/
	margin: 0 auto 0;
	padding: 0 50px 0;
	}

.product-club .product-spec .spec-outline .spec-table {
	max-width: 824px;
	margin: 0 auto 0;
	}

.product-club .product-spec .spec-outline .spec-table-large {
	max-width: 1024px;
	margin: 0 auto 0;
	}

.product-club .product-spec .spec-outline .spec-table img {
	width: 100%;
	height: auto;
	}

.product-club .product-spec .spec-outline .fitting-system {
	}


.product-club .product-spec .spec-outline .description {
	max-width: 824px;
	margin: 30px auto 0;
	font-size: 13px;
	line-height: 1.6;
	}

.product-club .product-spec .spec-outline .product-outline {
	max-width: 824px;
	margin: 70px auto 0;
	font-size: 16px;
	}

.product-club .product-spec .spec-outline .product-outline dl {
	font-weight: normal;
	margin: 0 0 1.2em;
	line-height: 1.4;
	}

.product-club .product-spec .spec-outline .product-outline dt {
	margin: 0 0 0.2em;
	font-weight: 600;
	}

.product-club .product-spec .spec-outline .product-outline dd {
	margin: 0 0 1.2em;
	}

.product-club .product-spec .spec-outline .product-outline dd:last-of-type {
	margin: 0;
	}


.product-club .product-spec .spec-outline .product-outline p {
	font-weight: normal;
	margin: 0 0 0.4em;
	line-height: 1.4;
	}

.product-club .product-spec .spec-outline .product-outline .madein {
	margin-top: 1.4em;
	}

#onoff-wedge-lady-frogs-running .product-club .product-spec .spec-outline .product-outline p,
#onoff-wedge-labospec-frogs-running .product-club .product-spec .spec-outline .product-outline p {
	margin: 0 0 0.4em;
	}



/* @end */

/* @group product-price */

.product-club .product-price {
	width: 824px;
	margin: 70px auto 0;
	padding-bottom: 200px;
	}

.product-club .product-price .columns-row {
	width: 824px;
	margin: 0 auto;
	}

.product-club .product-price .heading {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0 0 1em;
	}

.product-club .product-price dl.shaft {
	margin-bottom: 1em;
	line-height: 1.8;
	}


.product-club .product-price .note {
	margin-bottom: 1em;
	line-height: 1.8;
	}

.product-club .product-price .shaft dt {
	font-size: 16px;
	}

.product-club .product-price .shaft dt strong {
	font-weight: 600;
	}
	
.product-club .product-price .shaft dd {
	margin: 0 0 1em;
	font-size: 16px;
	}

.product-club .product-price .shaft .small {
	font-size: 85%;
	}

.product-club .product-price .column {
	width: 390px;
	}

.product-club .product-price .column-right {
	}


.product-club .product-price .buy li {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.35);
	margin-bottom: 0.4em;
	}

.product-club .product-price .buy .rental {
	box-shadow: none;
	}

.product-club .product-price .rental a {
	display: block;
	width: 390px;
	height: 67px;
	border-radius: 9px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.35);
	}

.product-club .product-price .rental-button {
	display: block;
	width: 390px;
	height: auto;
	}

.product-club .product-price .caution {
	margin-top: 2em;
	}


/* @end */

/* @group overlay */

#overlay {
	display: none;
	}

/* @end */

/* @group lady index */

.lady-index {
	
	}

.lady-index .product-hero {
	position: relative;
	margin: 0 0 300px;
	}

.lady-index .product-hero .hgroup {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1024px;
	height: 100%;
	margin: 0 0 0 -512px;
	}

.lady-index .product-hero .hgroup .page-title {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.lady-index .product-hero .hgroup .page-title img {
	display: block;
	width: 407px;
	}

.lady-index .product-hero .hgroup .copy {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 60px;
	left: 70px;
	margin: 0 0 0;
	padding: 0;
	}

.lady-index .product-hero .hgroup .copy img {
	display: block;
	width: 87px;
	}

.lady-index .product-lineup {
	margin: 0 0 400px;
	}

.lady-index .product-lineup .section {
	max-width: 1024px;
	margin: 0 auto 0;
	text-align: center;
	}

.lady-index .product-lineup .section + .section {
	margin: 280px auto 0;
	}

.lady-index .product-lineup .section a {
	display: block;
	}

.lady-index .product-lineup .heading {
	display: block;
	margin: 0 0 40px;
	font-size: 22px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	}

.lady-index .product-lineup .image {
	width: 100%;
	}

.lady-index .product-lineup .image img {
	display: block;
	width: 100%;
	}

.lady-index .product-lineup .caption {
	display: inline-table;
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 1.6;
	}

.lady-index .product-lineup .caption .text {
	vertical-align: middle;
	}

.lady-index .product-lineup .caption .arrow {
	width: 23px;
	margin: 0 0 0 0.3em;
	vertical-align: middle;
	}

.lady-index .product-lineup .caption .icon .prefix {
	display: none;
	}

.lady-index .promo-color-custom {
	margin: 0 0 330px;
	}

.lady-index .promo-color-custom .image{
	text-align: center;
	}

	
.lady-index .promo-color-custom .image img {
	width: 100%;
	max-width:1440px;
	}


.lady-index .promo-color-custom .club-images {
	max-width: 1024px;
	margin: 80px auto 0;
	}

.lady-index .promo-color-custom .club-images .image {
	margin: 0 0 80px;
	}

.lady-index .promo-color-custom .club-images .image img {
	width: 100%;
	}

.lady-index .promo-color-custom .club-images .description {
	max-width: 820px;
	margin: 0 auto 90px;
	}

.lady-index .promo-color-custom .button {
	width: 442px;
	margin: 0 auto;
	}

.lady-index .promo-color-custom .button img {
	display: block;
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
	}

/* @end */

/* @group banner-recommend */

.product-club .banner-recommend {
	max-width: 670px;
	width: 100%;
	margin: -200px auto 250px;
	}

.product-club .banner-recommend a {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
	}

.product-club .banner-recommend a:hover {
	opacity: 0.6;
	}

.product-club .banner-recommend img {
	display: block;
	width: 100%;
	}

/* @end */

/* @group impression */

.product-club .product-impression {
	margin: 0 0 300px;
	}

.product-club .product-impression .hgroup {
	width: 820px;
	margin: 0 auto 0;
	}

.product-club.lady-index .product-impression .hgroup {
	width: 820px;
	margin: 0 auto 120px;
	}

.product-club .product-impression .hgroup .heading {
	margin: 0 0 40px;
	}

.product-club.lady-index .product-impression .hgroup .heading {
	margin: 0 0 56px;
	}

.product-club .product-impression .hgroup .heading img {
	display: block;
	width: 346px;
	margin: 0 auto;
	}

.product-club .product-impression .description {
	margin: 0 0 80px;
	}

.product-club.lady-index .product-impression .movie-group {
	max-width: 820px;
	margin: 0 auto;
	}

.product-club.lady-index .product-impression .movie-group + .movie-group {
	margin: 100px auto 0;
	}

.product-club.lady-index .product-impression .movie-list {
	display: block;
	max-width: 670px;
	width: 100%;
	margin: 0 auto;
	}

.product-club.lady-index .product-impression .movie-list .movie {
	max-width: 670px;
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	}

.product-club.lady-index .product-impression .movie-list .movie + .movie {
	margin: 80px auto 0;
	}


.product-club.lady-index .product-impression .movie-list .movie a {
	max-width: 100%;
	}


.product-club .product-impression .movie-group {
	max-width: 1200px;
	width: 83.33%;
	margin: 0 auto;
	}

.product-club .product-impression .movie-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 100%;
	margin: 0 auto;
	}

.product-club .product-impression .movie-list .movie {
	max-width: 592px;
	width: 49.33%;
	margin: 0 auto 15px;
	text-align: center;
	}

.product-club.driver .product-impression .movie-list .movie:nth-of-type(1) {
	padding: 0 10%;
	}

.product-club .product-impression .movie-list .movie + .movie {
	margin: 0;
	}

.product-club .product-impression .movie-list .movie a {
	display: block;
	max-width: 592px;
	outline: none;
	}

.product-club .product-impression .movie-list .movie img {
	display: block;
	width: 100%;
	}

.product-club .product-impression .movie-list .movie .caption {
	margin: 20px 0 0;
	font-size: 20px;
	}

/* @end */

}


@media screen and (max-width: 900px) {

.product-club .product-features .feature-header .dt-10word .heading {
	position: static;
	margin: 0 0 0.5em;
	}

}

@media screen and (min-width: 1200px) {

/*.product-club .product-header .carousel-controler {
	display: none;
	}

.product-club .product-header.panel-5 .carousel-controler {
	display: block;
	}*/

}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {

body {
	width: 640px;
	}

body.layout-liquid {
	overflow-x: visible;
	}

body.layout-liquid .header-object {
	position: fixed;
	top: 0;
	z-index: 100;
    transition: top .05s ease-out;
	}

body.layout-liquid .header-object .page-header {
	position: absolute;
	}

body.layout-liquid .header-object .navigation-drop-down {
	position: relative;
	top: 96px;
	left: 0;
	}

body.layout-liquid.nav-fixed .header-object {
	top: -96px;
	}

body.layout-liquid.nav-fixed.drawer-open .header-object {
	top: 0;
	}

body.layout-liquid.nav-fixed.drawer-open .header-object .page-header {
	position: fixed;
	}

body.layout-liquid .page-footer {
	padding: 0 0 170px;
	}



/* @group button */

.button-bordered-radius {
	border: 2px solid #141414;
	border-radius: 6px;
	font-size: 19px;
	}

.button-bordered-radius .icon {
	width: 24px;
	height: auto;
	margin: 0 0.6em 0 0;
	}

.button-onlineshop .button-bordered-radius {
	color: #930e16;
	border: 2px solid #930e16;
	}

/* @end */

.product-club {
	padding-top: 0;
	background: #ffffff;
	}

.product-club img {
	width: auto;
	height: auto;
	}

/* @group text */

span.row {
	display: block;
	}

span.row br {
	display: none;
	}


.product-club .text-alt-center {
	text-align: center;
	}

.product-club .text-alt-left {
	text-align: left;
	}

.product-club .text-alt-right {
	text-align: right;
	}

.product-club .text-mid {
	font-size: 18px;
	}

.product-club .text-std {
	font-size: 26px;
	}

.product-club .text-small {
	font-size: 20px;
	line-height: 1.6;
	}

.product-club .text-alt-std {
	font-size: 22px;
	}

.product-club .text-alt-min {
	font-size: 18px;
	}

.product-club .product-features .list-std {
	padding: 0 0 0 1.2em;
	}

.product-club .product-features .list-std li {
	list-style: disc;
	line-height: 1.6;
	}



/* @end */


.product-club .heading-full {
	display: table;
	width: 100%;
	height: 70px;
	color: #ffffff;
	text-align: center;
	}

.product-club .heading-full .text {
	display: table-cell;
	font-size: 32px;
	vertical-align: middle;
	letter-spacing: 0.1em;
	}



/* @group product-footer */

.product-footer {
	display: block;
	position: fixed;
	overflow: visible;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	z-index: 100;
	}

.product-footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100px;
	padding: 0 30px;
	background: #f4f4f4;
	}

.product-footer .model {
	display: block;
	margin: 0 30px 0 0;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	}

.product-footer.wedge .model {
	font-size: 20px;
	}

.product-footer .button-group {
	display: flex;
	}

.product-footer .button-group .button-bordered-radius {
	width: 135px;
	height: 54px;
	font-size: 19px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
	}

.product-footer .button-bordered-radius .text {
	font-weight: 600;
	padding: 0.2em 0 0;
	}

.product-footer .button-shoplist {
	margin: 0 20px 0 0;
	}

/* @end */

/* @group product-hero */

.product-club .product-hero {
	position: relative;
	overflow: visible;
	max-width: 640px;
	width: 100%;
	height: 903px;
	background: #000000;
	}

.product-club .product-hero .image {
	}

.product-club .product-hero .content {
	display: block;
	position: absolute;
	overflow: visible;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.product-club .product-hero .hgroup {
	position: absolute;
	top: 600px;
	left: 38px;
	max-width: 564px;
	}

#onoff-wedge-lady-frogs-leap-2 .product-club .product-hero .hgroup {
	top: 510px;
	left: 38px;
	}

#onoff-putter-lady-om-6 .product-club .product-hero .hgroup {
	top: 84px;
	left: 38px;
	}

#onoff-putter-lady-om-6 .product-club .product-hero .page-title {
	height: 700px;
	}

#onoff-wedge-lady-frogs-running .product-club .product-hero .hgroup {
	top: 446px;
	left: 38px;
	}

#onoff-wedge-lady-frogs-running .product-club .product-hero .page-title {
	height: 323px;
	}

#onoff-wedge-lady-frogs-running .product-club .product-hero .page-title img {
	height: 253px;
	}

#onoff-wedge-labospec-frogs-running .product-club .product-hero .hgroup {
	top: 486px;
	left: 38px;
	}

#onoff-wedge-labospec-frogs-running .product-club .product-hero .page-title {
	height: 300px;
	}

#onoff-wedge-labospec-frogs-running .product-club .product-hero .page-title img {
	height: 232px;
	}

.product-club .product-hero .page-title {
	width: 100%;
	overflow: hidden;
	}

.product-club .product-hero .page-title img {
	width: auto;
	height: 170px;
	}

#onoff-iron-lady .product-club .product-hero .page-title img {
	height: 100px;
	}

.product-club .product-hero .release {
	margin: 40px 0 0;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.2em;
	}

.product-club .product-hero .limited-model {
	margin: -30px 0 0;
	color: #f39700;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	}

.product-club .product-hero .button-spec {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	max-width: 640px;
	width: 90.62%;
	height: 1px;
	margin: 0 auto 0;
	z-index: 2;
	}

.product-club .product-hero .button-spec a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 40px;
	max-width: 136px;
	width: 23.44%;
	border-radius: 100%;
	background: #5e5e5e;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
	}

.labo-spec-head .product-club .product-hero .button-spec a {
	background: #0e4278;
	}

.product-club .product-hero .button-spec img {
	display: block;
	width: 100%;
	height: auto;
	}


/* @end */

/* @group product-header */

.product-club .product-header {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 100px;
	}


/* @group club-images */

.product-club .product-header .club-images {
	position: relative;
	height: 480px;
	}

.product-club .product-header .club-images .carousel {
	display: block;
	}

.product-club .product-header .club-images .panel {
	box-sizing: border-box;
	overflow: hidden;
	width: 440px;
	min-height: 440px;
	}

.product-club .product-header .club-images .panel.head-cover {
	/*width: auto;
	max-width: 330px;
	min-width: 300px;*/
	}

.product-club .product-header .club-images .content {
	overflow: hidden;
	width: 640px;
	}

.product-club .product-header .club-images .carousel {
	min-height: 460px;
	min-height: 330px;
	position: relative;
	}

.product-club .product-header .club-images .image {
	}

.product-club .product-header .club-images .image img {
	display: block;
	margin: 0 auto;
	}

#onoff-putter-lady-om-6 .product-header .club-images .image img {
	width: 440px;
	}

#onoff-wedge-lady-frogs-running .product-header .club-images .image img,
#onoff-wedge-labospec-frogs-running .product-header .club-images .image img {
	max-width: 440px;
	max-height: 400px;
	}

.product-club .product-header .club-images .caption {
	padding: 1em 1em;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	}

.product-club .product-header .club-images .caption strong {
	color: #b5101d;
	font-size: 20px;
	}


/* @end */


.product-club .product-header .button-spec {
	position: absolute;
	right: 0;
	bottom: 260px;
	}

.product-club .product-header .carousel-controler li {
	position: absolute;
	top: 1690px;
/* 	top: 216px; */
	width: 100px;
	height: 100px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	}

#onoff-wedge-lady-frogs-leap-2 .product-club .product-header .carousel-controler li {
	top: 1290px;
	}

#onoff-putter-lady-om-6 .product-club .product-header .carousel-controler li {
	top: 1290px;
	}

#onoff-wedge-lady-frogs-running .product-club .product-header .carousel-controler li {
	top: 1340px;
	}

#onoff-wedge-labospec-frogs-running .product-club .product-header .carousel-controler li {
	top: 1340px;
	}


/* @end */


/* @group banner-color-custom */

.banner-color-custom {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 0;
	}

.banner-color-custom a {
	display: block;
	}

.banner-color-custom img {
	display: block;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group banner-group */

.product-club > .banner-group {
	margin: 0 0 200px;
	padding: 120px 0 120px;
	background: #f6f6f6;
	text-align: center;
	}

.product-club > .banner-group .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1024px;
	margin: 0 auto;
	}

.product-club > .banner-group .banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	}

.product-club > .banner-group .banner img {
	display: block;
	max-width: 564px;
	width: 100%;
	}

.product-club > .banner-group .banner + .banner {
	margin-bottom: 0;
	}

/* @end */

/* @group product-description */

.product-description {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 130px;
	}

.product-description .heading {
	display: block;
	margin: 0 auto;
	}

.product-description img {
	display: block;
	height: 136px;
	margin: 0 auto;
	}

/* @end */

/* @group introduction */

.product-club .product-introduction {
	max-width: 592px;
	margin: 0 auto 300px;
	padding: 100px 0 1px;
	background: #fefaea;
	}

.product-club .product-introduction .section {
	max-width: 566px;
	margin: 0 auto 100px;
	}

.product-club .product-introduction .section .image {
	max-width: 100%;
	width: auto;
	margin: 0 auto 0;
	}

.product-club .product-introduction .section .image img {
	width: 100%;
	height: auto;
	}

.product-club .product-introduction .section .heading {
	margin: 0 0 100px;
	font-size: 36px;
	text-align: center;
	line-height: 1.5;
	}

.product-club .product-introduction .section .heading img {
	display: block;
	width: 426px;
	margin: 0 auto 0;
	}

.product-club .product-introduction .section .text-std {
	max-width: 480px;
	width: 100%;
	margin: 0 auto 100px;
	font-size: 26px;
	text-align: justify;
	}

/* @end */

/* @group product-features */

.product-features .section {
	position: relative;
	width: 100%;
	margin: 0 0 400px;
	}

.product-club .product-features .content {
	position: relative;
	}

.product-features .section:last-of-type {
	}

.product-features .section .banner-large {
	margin: 0 auto 340px;
	text-align: center;
	}

/* @group image */

.product-club .product-features .image {
	}

.product-club .product-features .image.image-center {
	text-align: center;
	}

.product-club .product-features .image.image-right {
	text-align: right;
	}

/* @end */

/* @group feature-group */

.product-club .product-features .feature-group {
	position: relative;
	margin: 0 auto 150px;
	z-index: 10;
	}

.product-club .product-features .feature-group > .hgroup {
	width: 75%;
	margin: 0 auto 60px;
	}

.product-club .product-features .feature-group .image img {
	max-width: 100%;
	width: auto;
	height: auto;
	}

.product-club .product-features .feature-group .heading-std {
	margin: 0 0 40px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	text-align: justify;
	}

.product-club .product-features .feature-group .point {
	margin: 0 0 0.6em;
	color: #7458a1;
	font-size: 30px;
	line-height: 1.4;
	}

.labo-spec-head .product-club .product-features .feature-group .point {
	color: #0d57a7;
	}

.product-club .product-features .feature-group .text-std {
	width: 75%;
	margin: 0 auto;
	font-size: 26px;
	line-height: 1.8;
	}


.product-club .product-features .feature-group .image-group {
	}

.product-club .product-features .feature-group .image-group .image-header {
	margin-bottom: 70px;
	}

.product-club .product-features .feature-group .image-group .image img {
	max-width: 100%;
	height: auto;
	}

.product-club .product-features .feature-group .image-group .caption-top {
	width: 75%;
	margin: 0 auto 3em;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	}

.product-club .product-features .feature-group .image-group .caption-bottom {
	width: 75%;
	margin: 100px auto 0;
	font-size: 26px;
	line-height: 2;
	letter-spacing: 0.01em;
	text-align: justify;
	}

.product-club .product-features .feature-color-custom {
	max-width: 100%;
	margin: 0 auto;
	}

.product-club .product-features .feature-color-custom .image img {
	width: 100%;
	}

.product-club .product-features .feature-color-custom .caption {
	margin: 48px auto 24px;
	}

.product-club .product-features .feature-color-custom .caption img {
	display: block;
	width: 382px;
	margin: 0 auto;
	}

.product-club .product-features .feature-color-custom .button {
	margin: 0 auto 0;
	}

.product-club .product-features .feature-color-custom .button a {
	display: block;
	}

.product-club .product-features .feature-color-custom .button img {
	display: block;
	width: 564px;
	margin: 0 auto;
	border-radius: 16px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
	}


/* @end */

/* @group feature-header */


.product-club .product-features .feature-header {
	display: block;
	margin: 0 auto 150px;
	}

.product-club .product-features .section-color-custom .feature-header {
	margin: 0 auto 0;
	}

.product-club .product-features .feature-header .hgroup {
	position: relative;
	margin: 0 auto 120px;
	}

.product-club .product-features .feature-header .heading.font-sans-serif {
	font-weight: 600;
	}

.product-club .product-features .feature-header .heading.font-serif,
.product-club .product-features .feature-header .heading.font-sans-serif {
	position: static;
	max-width: 566px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.7em;
	font-size: 46px;
	line-height: 1.3;
	letter-spacing: 0;
	}

.product-club .product-features .feature-header .heading.font-serif.style-diamond {
	position: relative;
	}

.product-club .product-features .feature-header .heading.style-diamond::before {
	content: '';
	display: block;
	position: absolute;
	top: -35px;
	left: 3px;
	width: 35px;
	height: 35px;
	background: url(../images/labo/labo-spec-head/shared/icon_diamond.svg) no-repeat 0 0;
	background-size: 100% auto;
	}
	
	
.product-club .product-features .feature-header .mb-top-0 .heading.font-serif,
.product-club .product-features .feature-header .mb-top-0 .heading.font-sans-serif {
	margin-bottom: 0;
	}

.product-club .product-features.brand-new .feature-header .dt-static .heading {
	margin: 0 auto 0.4em;
	}

.product-club .product-features.brand-new .feature-header .caption {
	max-width: 566px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0;
	}

.product-club .product-features .feature-header .image {
	margin: 0 auto 0;
	}

.product-club .product-features .feature-header .image img {
	width: 100%;
	}

.product-club .product-features .feature-header .description {
	width: 75%;
	margin: 0 auto;
	text-align: justify;
	}

.product-club .product-features .feature-header .description .text-std + .text-std {
	margin-top: 1.2em;
	}

.product-club .product-features .feature-header .description .text-std.note {
	font-size: 22px;
	}


.product-club .product-features .symbol-onoff {
	height: 24px;
	}


/* @end */

.product-club .button-frogs .button-bordered-radius-image {
	max-width: 562px;
	}

.product-club .button-frogs .button-bordered-radius-image img {
	max-width: 100%;
	}

.product-club .button-variation {
	display: block;
	max-width: 564px;
	margin: 300px auto 0;
	}

.product-club .button-variation .caption {
	margin: 0 0 1.2em;
	color: #141414;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.05em;
	}

.product-club .button-variation .button-style {
	display: block;
	max-width: 564px;
	margin: 0 auto 0;
	}

.product-club .button-variation .button-style img {
	max-width: 100%;
	}

/* @end */



/* @group coaching-grip */

.product-club .coaching-grip {
	}

.product-club .coaching-grip .motion {
	position: relative;
	width: 580px;
	height: 797px;
	margin: 0 auto;
	}

.product-club .coaching-grip .motion img {
	width: auto;
	height: 797px;
	}

.product-club .coaching-grip .motion > p {
	position: absolute;
	top: 0;
	left: 0;
	}

.product-club .coaching-grip .motion-1 {
	opacity: 1;
	z-index: 1;
	}


.product-club .coaching-grip .motion-2 {
	opacity: 0;
	z-index: 2;
	-webkit-animation: fadeInCoachingGrip 8s ease-in-out 2s infinite normal;
	animation: fadeInCoachingGrip 8s ease-in-out 2s infinite normal;
	}

.product-club .coaching-grip .motion-3 {
	opacity: 0;
	z-index: 3;
	-webkit-animation: fadeInCoachingGrip 8s ease-in-out 4s infinite normal;
	animation: fadeInCoachingGrip 8s ease-in-out 4s infinite normal;
	}

.product-club .coaching-grip .motion-4 {
	opacity: 0;
	z-index: 4;
	-webkit-animation: fadeInCoachingGrip 8s ease-in-out 6s infinite normal;
	animation: fadeInCoachingGrip 8s ease-in-out 6s infinite normal;
	}

/* @end */

/* @group fitting-distance */

.product-club .fitting-distance {
	max-width: 564px;
	margin: 0 auto 400px;
	}

.product-club .fitting-distance .heading {
	margin: 0 0 50px;
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	}

.product-club .fitting-distance .distance {
	margin: 0 auto 200px;
	}

.product-club .fitting-distance .distance img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

.product-club .fitting-distance .recommend .figure-group {
	margin: 0 auto;
	}

.product-club .fitting-distance .recommend .figure {
	margin: 0 auto 100px;
	}

.product-club .fitting-distance .recommend .figure img {
	display: block;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group product-spec */

.product-club .product-spec {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 150px;
	color: #333333;
	background: #ffffff;
	z-index: 20;
	}

.product-club .product-spec .spec-outline {
	width: 592px;
	margin: 0 auto 0;
	padding: 100px 0;
	border: 2px solid #878687;
	border-radius: 10px;
	background: #fefcfd;
	}

.product-club .product-spec > .heading {
	margin: 70px 0 58px;
	font-size: 36px;
	line-height: 1.6;
	}

.product-club .product-spec .heading .model {
	font-weight: 600;
	}

.product-club .product-spec .spec-outline .fitting-system {
	}

.product-club .product-spec .spec-outline .spec-table {
	width: 480px;
	margin: 0 auto 120px;
	}

.product-club .product-spec .spec-outline .description {
	width: 480px;
	margin: -70px auto 120px;
	font-size: 22px;
	line-height: 1.6;
}

.product-club .product-spec .spec-outline .product-outline {
	width: 500px;
	margin: 0 auto 120px;
	font-size: 22px;
	
	}

.product-club .product-spec .spec-outline .product-outline dl {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 1.4em;
	line-height: 1.6;
	text-align: center;
	}

.product-club .product-spec .spec-outline .product-outline dt {
	margin: 0 0 0.4em;
	font-weight: 600;
	}

.product-club .product-spec .spec-outline .product-outline dd {
	margin: 0 0 1.4em;
	}

.product-club .product-spec .spec-outline .product-outline dd:last-of-type {
	margin: 0;
	}

.product-club .product-spec .spec-outline .product-outline p {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 0.4em;
	line-height: 1.4;
	text-align: center;
	}

.product-club .product-spec .spec-outline .product-outline .madein {
	margin-top: 1.4em;
	}

#onoff-wedge-lady-frogs-running .product-club .product-spec .spec-outline .product-outline p,
#onoff-wedge-labospec-frogs-running .product-club .product-spec .spec-outline .product-outline p {
	margin: 0 0 0.4em;
	}


/* @end */

/* @group product-price */

.product-club .product-price {
	margin: 0 auto 0;
	}

.product-club .product-price .fluid-columns {
	width: 480px;
	margin: 0 auto;
	}

.product-club .product-price .heading {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
	}

.product-club .product-price dl.shaft {
	font-size: 22px;
	margin-bottom: 1em;
	line-height: 1.8;
	}


.product-club .product-price .note {
	margin-bottom: 1em;
	line-height: 1.8;
	}

.product-club .product-price .shaft dt {
	font-size: 22px;
	}

.product-club .product-price .shaft dt strong {
	font-weight: 600;
	}

.product-club .product-price .shaft .small {
	font-size: 85%;
	}

.product-club .product-price .column {
	width: 480px;
	}

.product-club .product-price .column-right {
	}


.product-club .product-price .buy li {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.35);
	margin-bottom: 0.9em;
	}

.product-club .product-price .buy .rental {
	box-shadow: none;
	}

.product-club .product-price .rental a {
	display: block;
	width: 480px;
	height: 82px;
	border-radius: 9px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.35);
	}

.product-club .product-price .rental-button {
	display: block;
	width: 480px;
	height: auto;
	}

.product-club .product-price .caution {
	width: 480px;
	margin: 2em auto 0;
	}

.product-club .product-price .caution .note {
	margin: 0;
	font-size: 77%;
	}


/* @end */





/* @group overlay */

#overlay {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 640px;
	height: 100%;
	z-index: 100;
	background: #ffffff;
	}


#overlay .modal-fullscreen-hidden {
	display: none;
	}

.modal-fullscreen .background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 1136px;
	height: 100%;
	background: #ffffff;
	}

.modal-fullscreen .loading {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 1136px;
	height: 100%;
	background: #ffffff;
	z-index: 1;
	}

.modal-fullscreen .loading img {
	display: block;
	position: absolute;
	top: 360px;
	left: 50%;
	margin: -25px 0 0 -25px;
	}

.modal-fullscreen .dialogue {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	padding: 100px 0 0;
	}

.modal-fullscreen .dialogue-header {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 28px 0 0;
	background: #ffffff;
	z-index: 101;
	}

.modal-fullscreen .button-modal-close {
	position: absolute;
	right: 30px;
	bottom: 26px;
	width: 44px;
	height: 44px;
	z-index: 10;
	}

.modal-fullscreen .button-modal-close:hover {
	opacity: 0.8;
	cursor: pointer;
	}


.modal-fullscreen .dialogue-header .heading {
	margin: 0 20px;
	padding: 0 10px 20px;
	color: #434343;
	border-bottom: 1px solid #c8c8c8;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.8;
	}

.modal-fullscreen .dialogue-content {
	position: relative;
	background: #ffffff;
	z-index: 10;
	}

.modal-fullscreen .block-bordered-radius {
	width: 564px;
	}

.modal-fullscreen.product-club .labospec-shaft {
	width: auto;
	margin: 0;
	padding: 0 0 240px;
	}

.modal-fullscreen.product-club .labospec-shaft .content {
	display: block;
	width: 576px;
	margin: 80px auto 0;
	}

.modal-fullscreen.product-club .labospec-shaft .footer {
	display: block;
	width: 576px;
	margin: 160px auto 0;
	}

/* @end */



/* @group lady index */

.lady-index {
	
	}

.lady-index .product-hero {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 0 0 300px;
	}

.lady-index .product-hero .image img {
	display: block;
	width: 100%;
	}

.lady-index .product-hero .hgroup {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	}

.lady-index .product-hero .hgroup .page-title {
	display: block;
	position: absolute;
	bottom: 52px;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.lady-index .product-hero .hgroup .page-title img {
	display: block;
	width: 491px;
	margin: 0 auto;
	}

.lady-index .product-hero .hgroup .copy {
	display: block;
	position: absolute;
	top: 80px;
	left: 60px;
	margin: 0 0 0;
	padding: 0;
	}

.lady-index .product-hero .hgroup .copy img {
	display: block;
	width: 522px;
	}

.lady-index .product-lineup {
	margin: 0 0 400px;
	}

.lady-index .product-lineup .section {
	max-width: 1024px;
	margin: 0 auto 0;
	text-align: center;
	}

.lady-index .product-lineup .section + .section {
	margin: 305px auto 0;
	}

.lady-index .product-lineup .section a {
	display: block;
	}

.lady-index .product-lineup .heading {
	display: block;
	margin: 0 0 40px;
	font-size: 32px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	}

.lady-index .product-lineup .image {
	width: 566px;
	margin: 0 auto;
	}

.lady-index .product-lineup .image img {
	display: block;
	width: 100%;
	}

.lady-index .product-lineup .caption {
	display: inline-table;
	margin: 47px 0 0;
	font-size: 26px;
	line-height: 1.6;
	}

.lady-index .product-lineup .caption .text {
	vertical-align: middle;
	}

.lady-index .product-lineup .caption .icon {
	display: inline-block;
	margin: 0.5em 0 0;
	}

.lady-index .product-lineup .caption .arrow {
	display: inline-block;
	width: 30px;
	margin: 0 0 0 0.3em;
	vertical-align: middle;
	}

.lady-index .product-lineup .caption .icon .prefix {
	vertical-align: middle;
	}

.lady-index .promo-color-custom {
	margin: 0 0 330px;
	}

.lady-index .promo-color-custom .club-images {
	max-width: 1024px;
	margin: 80px auto 0;
	}

.lady-index .promo-color-custom .club-images .image {
	margin: 0 0 158px;
	}

.lady-index .promo-color-custom .club-images .image img {
	width: 100%;
	}

.lady-index .promo-color-custom .club-images .description {
	max-width: 480px;
	margin: 0 auto 90px;
	}

.lady-index .promo-color-custom .button {
	width: 564px;
	margin: 0 auto;
	}

.lady-index .promo-color-custom .button img {
	display: block;
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
	}

/* @end */

/* @group banner-recommend */

.product-club .banner-recommend {
	max-width: 564px;
	width: 88.12%%;
	margin: -150px auto 350px;
	}

.product-club .banner-recommend a {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
	}

.product-club .banner-recommend a:hover {
	opacity: 0.6;
	}

.product-club .banner-recommend img {
	display: block;
	width: 100%;
	}

/* @end */

/* @group impression */

.product-club .product-impression {
	margin: 100px 0 300px;
	}

.product-club.lady-index .product-impression {
	margin: 0 0 350px;
	}

.product-club .product-impression .hgroup {
	width: 100%;
	margin: 0 auto 0;
	}

.product-club.lady-index .product-impression .hgroup {
	width: 100%;
	margin: 0 auto 150px;
	}

.product-club .product-impression .hgroup .heading {
	margin: 0 0 50px;
	}

.product-club.lady-index .product-impression .hgroup .heading {
	margin: 0 0 56px;
	}

.product-club .product-impression .hgroup .heading img {
	display: block;
	width: 500px;
	margin: 0 auto;
	}

.product-club .product-impression .description {
	max-width: 480px;
	margin: 0 auto 94px;
	}

.product-club.lady-index .product-impression .movie-group {
	margin: 0 auto;
	}

.product-club.lady-index .product-impression .movie-group + .movie-group {
	margin: 150px auto 0;
	}

.product-club.lady-index .product-impression .movie-list .movie + .movie {
	margin: 110px auto 0;
	}

.product-club .product-impression .movie-group {
	margin: 0 auto;
	}

.product-club .product-impression .movie-list {
	max-width: 670px;
	margin: 0 auto;
	}

.product-club .product-impression .movie-list .movie {
	max-width: 592px;
	margin: 0 auto 0;
	text-align: center;
	}

.product-club .product-impression .movie-list .movie + .movie {
	margin: 30px auto 0;
	}

.product-club .product-impression .movie-list .movie a {
	display: block;
	outline: none;
	}

.product-club .product-impression .movie-list .movie img {
	display: block;
	width: 100%;
	}

.product-club .product-impression .movie-list .movie .caption {
	margin: 20px 0 0;
	font-size: 38px;
	}

/* @end */
}





/* @group Animation */

@-webkit-keyframes dialogueOpen {
	0% {
		-webkit-transform-origin:50% 50%;
		-webkit-transform: scale(0.8, 0.8);
	}
	100% {
		-webkit-transform-origin:50% 50%;
		-webkit-transform: scale(1, 1);
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInCoachingGrip {
	0% {
		opacity: 0;
	}
	63% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	97% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


@-webkit-keyframes pageSlidefadeOut {
	0% {
		opacity: 1;
		-webkit-transform-origin:50% 50%;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform-origin:50% 50%;
		-webkit-transform: translateX(-100%);
	}
}

@-webkit-keyframes pageSlidefadeIn {
	0% {
		opacity: 0;
		-webkit-transform-origin:50% 50%;
		-webkit-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform-origin:50% 50%;
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes modalSlidefadeIn {
	0% {
		opacity: 0;
		-webkit-transform-origin:50% 50%;
		-webkit-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform-origin:50% 50%;
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes modalSlidefadeOut {
	0% {
		opacity: 1;
		-webkit-transform-origin:50% 50%;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform-origin:50% 50%;
		-webkit-transform: translateX(100%);
	}
}

@-webkit-keyframes backgroundFadeOut {
	0% {
		background: #ffffff;
	}
	100% {
		background: #000000;
	}
}

@-webkit-keyframes backgroundFadeIn {
	0% {
		background: #000000;
	}
	100% {
		background: #ffffff;
	}
}

.modal-dialog .dialogue-content .images .image,
.modal-dialog .thumbnails {
	-webkit-animation: dialogueOpen 0.2s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

#overlay.dialogue-close,
#overlay .loading.dialogue-loading-close {
	-webkit-animation: fadeOut 0.2s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.modal-fadein {
	-webkit-animation: fadeIn 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

/*.modal-slidefadeIn {
	-webkit-animation: modalSlidefadeIn 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.modal-slidefadeOut {
	-webkit-animation: modalSlidefadeOut 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}*/

.modal-slidefadeIn {
	-webkit-animation: fadeIn 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.modal-slidefadeOut {
	-webkit-animation: fadeOut 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.page-slidefadeOut {
	-webkit-animation: pageSlidefadeOut 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.page-slidefadeIn {
	-webkit-animation: pageSlidefadeIn 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.page-fadeOut {
	-webkit-animation: fadeOut 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.page-fadeIn {
	-webkit-animation: fadeIn 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.backgroundFadeOut {
	-webkit-animation: backgroundFadeOut 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

.backgroundFadeIn {
	-webkit-animation: backgroundFadeIn 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode:forwards;
}

/* @end */