/*
Theme Name:ball_welcart
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/*********************************
 reset
**********************************/
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************
 animation
**********************************/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

/*********************************
 common / leyout
**********************************/
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	color: #4c4c4c;
	font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
	word-wrap: break-word;
	overflow-wrap: break-word;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
img {
	max-width: 100%;
	vertical-align:top;
	outline: none!important;
}
a,a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a {
	color: #07199d;
	text-decoration: none;
	outline: none!important;
}
p.txt a {
	text-decoration: underline;
	font-weight: 900;
}
a:hover,
a img:hover{
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
h1,h2,h3 {
	line-height: 1;
}
h1 span,
h2 span,
h3 span {
	line-height: 1;
}
input[type="text"],input[type="submit"],form {
	outline: none!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	font-family: "Font Awesome 5 Free", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
em {
	font-style: normal;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
	border: 1px solid #ccc;
}


/* font */
.serif {
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.top-ttl {
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
p b,
p strong {
	font-weight: bold;
}

/* btn */
.btn {
	white-space: nowrap;
}
.btn a {
	text-decoration: none;
}

/* Layout */
.wrapper {
	position: relative;
}

/* option */
.slick-slide, .swiper-pagination-bullet {
	outline: none!important;
}
.slick-dots > li:first-child:last-child {
	display: none;
}
.pc_only{
	display:none;
}
.sp_only{
	display:block;
}
@media (max-width: 750px) {
	.pc-br {
		display: none;
	}

	body {
		font-size: 1.4rem;
	}
	main {
		margin-top: 64px;
	}
	img {
		max-width: 100%;
	}
	.top-ttl {
		font-size: 3rem;
		text-align: center;
	}
	.top-ttl span {
		font-size: 1.3rem;
		display: block;
		margin-top: 2.6666vw;
	}
}
@media (min-width: 751px) {
	.pc_only{
		display:block;
	}
	.sp_only{
		display:none;
	}
	.sp-br {
		display: none;
	}
	main {
		margin-left: 200px;
		display: block;
		padding-top: 97px;
	}
	footer {
		margin-left: 200px;
	}
	.top-ttl {
		font-size: 5rem;
	}
	.top-ttl span {
		font-size: 2rem;
		display: block;
		margin-top: 1.56vw;
	}
}

/*********************************
 Global nav
**********************************/
.sp-scroll {
	overflow: hidden;
}
aside.side-nav {
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
aside.side-nav .sns-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
aside.side-nav .sns-nav a {
	color: #1f1f1f;
}
aside.side-nav .btn.cart a {
	display: inline-block;
	text-align: center;
}
aside.side-nav .btn.cart i {
	padding-right: 10px;
}

/* アコーディオン */
.sub-menu > ul {
	display: none;
}
.sub-menu .open {
	display: block!important;
}

@media (max-width: 750px) {
	aside.side-nav {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
	}
	aside.side-nav .site-logo {
		width: 90px;
		height: 37px;
		margin-top: 12px;
		margin-bottom: 12px;
		margin-left: 12px;
		margin-right: 12px;
		display: block;
	}
	.gnav .header-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 12px;
	}
	.gnav .header-nav p {
		width: 49%;
		margin-top: 2.1333vw;
	}
	.gnav .header-nav .btn.mailmag a {
		display: inline-block;
		background:  #284341;
		color: #fff;
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.2rem;
		width: 100%;
	}
	.gnav .header-nav form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.gnav .header-nav .s-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.gnav .header-nav input[type="text"] {
		background: #284341;
		border: none;
		font-family: 'Amiri', 'Noto Serif JP', serif;
		color: #fff;
		width: 100%;
		padding: 12px;
	}
	.gnav .header-nav input::placeholder {
		color: #3b5b59;
	}
	.gnav .header-nav i {
		padding-right: 10px;
	}
	.gnav .header-nav input[type="submit"] {
		color: #fff;
		background: #3b5b59;
		border: 1px solid #284341;
		box-shadow: none;
		font-size: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	aside.side-nav .main-nav {
		margin-bottom: 30px;
	}
	aside.side-nav .main-nav li a {
		font-size: 1.5rem;
		color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}
	aside.side-nav .main-nav li {
		border-bottom: 1px solid #fff;
		position: relative;
	}
	aside.side-nav .main-nav li i {
		position: absolute;
		top: 20px;
		right: 15px;
		color: #bdbdbd;
	}
	aside.side-nav .sns-nav li {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 33px;
	}
	aside.side-nav .sns-nav i {
		font-size: 1.6rem;
		color: #fff;
	}
	aside.side-nav .btn.cart {
		text-align: center;
	}
	aside.side-nav .btn.cart a {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-size: 1.6rem;
		background: #fff;
		color: #3b5b59;
	}
	aside.side-nav .sub-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		margin-bottom: 26.6666vw;
	}
	aside.side-nav .sub-nav li {
		padding-right: 12px;
		padding-left: 12px;
	}
	aside.side-nav .sub-nav i {
		padding-right: 10px;
	}
	aside.side-nav .sub-nav a {
		color: #fff;
		font-size: 1.2rem;
	}

	/* SPメニュー */
	.gnav {
		height: 100%;
		width: 100vw;
		padding: 10px;
		transition: all 0.6s;
		transform: translate(100vw);
		position: fixed;
		top: 64px;
		right: 0;
		z-index: 9999;
		background-color: #3b5b59;
		overflow-y: auto;
		font-size: 1.8rem;
	}
	.gnav.open {
		transform: translate(0);
		padding-top: 25px;
		padding-left: 32px;
		padding-right: 32px;
	}
	/* spボタン */
	.sp-menu {
		position: absolute;
		top: 0;
		right: 0;
	}
	.btn_menu {
		display: block;
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		width: 64px;
		height: 64px;
		color: #fff;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: relative;
		z-index: 1001;
		text-align: center;
		outline: none;
	}
	/* ハンバーガーボタン3本線 */
	button.btn_menu span.bar {
		display: block;
		position: absolute;
		width: 20px;
		height: 3px;
		background-color: #3b5b59;
		border-radius: 4px;
		transition: all 0.2s;
	}
	button.btn_menu .bar1 {
		  top: 23px;
		  left: 0;
		  right: 0;
		  margin: auto;
	}
	button.btn_menu .bar2 {
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  margin: auto;
	}
	button.btn_menu .bar3 {
		  bottom: 22px;
		  left: 0;
		  right: 0;
		  margin: auto;
	}
	
	/* メニューアクティブ時 */
	button.btn_menu.active .bar1 {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	button.btn_menu.active .bar2 {
  		opacity: 0;
	}
	button.btn_menu.active .bar3 {
  		-webkit-transform: translateY(-8px) rotate(45deg);
  		transform: translateY(-8px) rotate(45deg);
	}

	/* アコーディオン */
	.sub-menu > ul {
		margin-bottom: 30px;
	}
	.sub-menu > ul > li {
		border-bottom: 1px solid #284341!important;
	}
	.sub-menu > ul > li:last-child {
		border: none!important;
	}

	/* SPログイン */
	.side-nav .sp-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		right: 75px;
		top: 14px;
	}
	.side-nav .sp-btn a {
		color: #3b5b59;
	}
	.side-nav .sp-btn p {
		margin-left: 30px;
		font-size: 22px;
	}
}
@media (min-width: 751px) {
	.sp-menu,
	.btn_menu {
		display: none;
	}
	aside.side-nav {
		background: #fff;
		width: 200px;
		border-right: 1px solid #bfbfbf;
		position: fixed;
		height: 100vh;
		padding-top: 28px;
		z-index: 9999;
		top: 0;
		left: 0;
	}
	aside.side-nav .site-logo {
		text-align: center;
		margin-bottom: 16px;
	}
	aside.side-nav .header-nav {
		display: none;
	}
	aside.side-nav .main-nav {
		margin-bottom: 10px;
	}
	aside.side-nav .main-nav > li a {
		font-size: 1.4rem;
		color: #1f1f1f;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 14px;
		padding-right: 14px;
		display: block;
		border-bottom: 1px solid #eaeaea;
	}
	aside.side-nav .main-nav > li {
		position: relative;
		padding-left: 12px;
		padding-right: 12px;
	}
	aside.side-nav .main-nav li i {
		position: absolute;
		top: 40%;
		right: 12px;
		color: #bdbdbd;
	}
	aside.side-nav .sns-nav {
		padding-left: 12px;
		padding-right: 12px;
	}
	aside.side-nav .sns-nav li {
		padding-left: 13px;
		padding-right: 13px;
		padding-bottom: 10px;
	}
	aside.side-nav .btn.cart {
		padding-left: 12px;
		padding-right: 12px;
	}
	aside.side-nav .btn.cart a {
		background: #3b5b59;
		color: #fff;
	}
	aside.side-nav .btn.cart a {
		width: 178px;
		padding-top: 16px;
		padding-bottom: 16px;
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	aside.side-nav .sub-nav {
		padding-left: 22px;
		padding-right: 12px;
		font-size: 1.3rem;
	}
	aside.side-nav .sub-nav i {
		padding-right: 20px;
	}
	aside.side-nav .sub-nav li {
		padding-bottom: 16px;
	}
	aside.side-nav .sub-nav a {
		color: #333;
	}

	/* アコーディオン */
	.sub-menu > ul {
		position: absolute;
		right: -300px;
		top: 0;
		background: #fff;
		box-shadow: 2px 2px 8px -4px rgba(0,0,0,0.7);
		width: 300px;
	}
	.sub-menu > ul.sub-menu-technology {
		top: -150px;
	}
		.sub-menu > ul.sub-menu-customer-support {
		top: -40px;
	}
	aside.side-nav .sub-menu ul li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.sub-menu > ul > li a:hover {
		background: #3b5b59;
		color: #fff;
		display: block;
	}
	.sub-menu > ul > li:last-child {
		border: none!important;
	}
	.sub-menu > ul > li:first-child {
		display: none;
	}

	/* SPログイン */
	.side-nav .sp-btn {
		display: none;
	}
}
@media (max-width: 560px) {
	aside.side-nav .sub-nav {
		flex-direction: column;
	}
}

/*********************************
 header
**********************************/
@media (max-width: 750px) {
	main .header-nav {
		display: none;
	}
}

@media (min-width: 751px) {
	.header-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		text-align: right;
		padding-right: 3.6458vw;
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 12px;
		background: #fff;
		z-index: 998;
		position: fixed;
		width: 100%;
		top: 0;
		right: 0;
	}
	.header-nav .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
		margin-top: 10px;
	}
	.header-nav .inner .btn.mailmag a {
		display: inline-block;
		background:  #3b5b59;
		color: #fff;
		text-align: center;
		padding-top: 3px;
		padding-bottom: 1px;
		padding-left: 12px;
		padding-right: 12px;
		margin-left: 10px;
	}
	.header-nav .inner .btn.mailmag i {
		padding-right: 6px;
	}
	.header-nav .inner form {
		position: relative;
		margin-right: 15px;
	}
	.header-nav .inner input[type="text"] {
		border: 1px solid #e3e3e3;
		border-radius: 16px;
		padding-left: 15px;
		font-family: 'Amiri', 'Noto Serif JP', serif;
		width: 155px;
	}
	.header-nav .inner input::placeholder {
		color: #cdcdcd;
	}
	.header-nav .inner input[type="submit"] {
		color: #fff;
		background: #292929;
		border-radius: 16px;
		box-shadow: none;
		width: 32px;
		height: 26px;
		position: absolute;
		right: 0;
		top: 0;
		border: none;
		font-size: 10px;
	}
	.header-nav p span {
		font-size: 2rem;
		font-weight: bold;
	}
}

/*********************************
 footer
**********************************/
footer .footer-nav {
	background: #3b5b59;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
footer .footer-nav a {
	color: #fff;
}
footer .copyright {
	background: #2e4947;
	color: #fff;
}
@media (max-width: 750px) {
	footer .footer-nav {
		padding-top: 8vw;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	footer .footer-logo {
		margin-bottom: 8vw;
		text-align: center;
		width: 100%;
	}
	footer .footer-logo img {
		margin-bottom: 4vw;
	}
	footer .footer-nav .nav {
		width: 48%;
		font-size: 1.2rem;
		padding-left: 5.3333vw;
		padding-right: 10.6666vw;
		padding-bottom: 8vw;
	}
	footer .footer-nav .ttl {
		margin-bottom: 4vw;
	}
	footer .footer-nav ul + .ttl,
	footer .footer-nav ul + ul {
		margin-top: 4vw;
	}
	footer .copyright {
		font-size: 1.2rem;
		padding-top: 4vw;
		padding-bottom: 4vw;
		text-align: center;
	}
}

@media (min-width: 751px) {
	footer .footer-logo img {
		margin-bottom: 3.3333vw;
	}
	footer .footer-nav {
		padding-top: 3.8541vw;
		padding-bottom: 3.3333vw;
		padding-left: 2.6041vw;
		padding-right: 2.6041vw;
		justify-content: space-between;
		font-size: 1.3rem;
	}
	footer .footer-nav .nav {
		margin-top: 52px;
		margin-left: 1.0416vw;
	}
	footer .footer-nav .nav:last-child {
		margin-top: 98px;
	}
	footer .footer-nav .ttl {
		font-size: 1.6rem;
		margin-bottom: 1.25vw;
	}
	footer .footer-nav ul + .ttl,
	footer .footer-nav ul + ul {
		margin-top: 1.25vw;
	}
	footer .copyright {
		font-size: 1.3rem;
		text-align: center;
		padding-top: 2.0833vw;
		padding-bottom: 2.0833vw;
	}
}

/*********************************
 TOP slide
**********************************/
@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes SlideIn {
	0% {
	  opacity: 0;
	  transform: translateX(-124px);
	}
	100% {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
.top-slide {
	position: relative;
}
.top-slide p.txt,
.top-slide p.txt .txt-l {
	line-height: 0!important;
}
.top-slide p.txt .txt-l {
	line-height: 1!important;
}
.top-slide p.txt .txt-t {
	line-height: 0!important;
}
.top-slide p.txt .txt-t {
	line-height: 1!important;
}
.swiper-slide-active p.txt {
	animation-name: SlideIn;
	animation-duration: .4s;
	animation-delay: 1s;
	animation-fill-mode: both;
	position: relative;
}
.swiper-slide-active p.img {
	animation-name: fade-in;
	animation-duration: 1s;
	animation-delay: .5s;
	animation-fill-mode: both;
}
.swiper-pagination {
	left: 0;
	right: 0;
	bottom: 2.9958vw;
}
.swiper-pagination-bullet {
	opacity: 0.5;
	background: #fff!important;
	width: 12px!important;
	height: 12px!important;
	margin-right: 5px;
	margin-left: 5px;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
@media (max-width: 750px) {
	.top-slide .swiper-slide {
		background-repeat: no-repeat;
		background-position: top left -140px;
		background-size: cover;
		width: 100%;
		height: 106vw;
		position: relative;
	}
	.top-slide .swiper-slide .img {
		height: 58%;
	}
	.top-slide .txt {
		font-size: 5vw;
		color: #fff;
		padding-left: 7%;
		padding-right: 7%;
		padding-top: 12%;
		line-height: 1.2;
		height: 42%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.top-slide .txt.shadow {
		text-shadow: 1px 1px 6px #666;
	}
	.top-slide .txt .txt-l {
		font-size: 9.6vw;
		display: block;
		padding-top: 4vw;
		padding-bottom: 0;
	}
	.top-slide .txt .txt-t {
		font-size: 9vw;
		display: block;
		padding-top: 4vw;
		padding-bottom: 0;
	}
	.top-slide .slide-12 .txt .txt-l {
		font-size: 7.6vw;
	}
	.top-slide .slide-30 .txt .txt-l {
		font-size: 6.5vw;
	}
	.top-slide .txt .txt-s {
		font-size: 3.2vw;
		line-height: 1.5!important;
	}
	.top-slide .swiper-slide .img img {
		position: absolute;
		height: 45vh;
	}
	.top-slide .swiper-slide .img.slide-01 img {
		bottom: 0;
		right: 0;
		height: 74%;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-02 img {
		bottom: 3%;
		right: 3%;
		height: 70%;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-03 img {
		bottom: 3%;
		right: 0;
		height: 70vw;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-04 img {
		bottom: 5%;
		right: 4%;
		height: 54vw;
	}
	.top-slide .swiper-slide .img.slide-05 img {
		bottom: 5%;
		right: 4%;
		height: 54vw;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-06 img {
		bottom: 0;
		right: 0;
    	height: 61vw;
	}
	.top-slide .swiper-slide .img.slide-12 img {
		bottom: 0;
		right: 0;
    	height: 61vw;
	}
	.swiper-pagination {
		bottom: 0vw;
	}
	.top-slide .dis-none {
		display: none;
	}
}

@media (min-width: 751px) {
	.top-slide .txt {
		font-size: 4.6734vw;
		color: #fff;
		width: 40vw;
		padding-left: 9%;
		padding-right: 6%;
		white-space: nowrap;
	}
	.top-slide .txt {
		font-size: 2.6041vw;
		color: #fff;
		display: block;
		padding-top: 2.6962vw;
	}
	.top-slide .txt .txt-l {
		font-size: 4.6874vw;
		display: block;
		padding-top: 2.0833vw;
		padding-bottom: 0.5208vw;
	}
	.top-slide .txt .txt-t {
		font-size: 3vw;
		display: block;
		padding-top: 2.0833vw;
		padding-bottom: 0.5208vw;
	}
	.top-slide .slide-12 .txt .txt-l {
		font-size: 3.7499vw;
		display: block;
		padding-top: 2.0833vw;
		padding-bottom: 0.5208vw;
	}
	.top-slide .txt .txt-s {
		font-size: 1.1458vw;
		line-height: 1.5!important;
	}
	.top-slide .img img {
		max-width: 100%;
	}
	.top-slide .swiper-slide {
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		width: 100%;
		height: 40vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.top-slide .swiper-slide .img {
		width: 60vw;
		height: 100%;
		position: relative;
	}
	.top-slide .swiper-slide .img img {
		position: absolute;
	}
	.swiper-pagination {
		bottom: 1vw;
	}
	.top-slide .swiper-slide .img.slide-01 img {
		bottom: 0;
		right: 0;
		height: 100%;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-02 img {
		top: 2%;
		right: 3%;
		height: 100%;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-03 img {
		bottom: 0;
		right: 0;
		height: 100%;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-04 img {
		bottom: 11%;
		right: 4%;
		height: 72%;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-05 img {
		bottom: 11%;
		right: 4%;
		height: 72%;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-06 img {
		bottom: 0;
		right: 0;
		height: 100%;
		width: auto;
	}
	.top-slide .swiper-slide .img.slide-12 img {
		bottom: 0;
		right: 0;
		height: 95%;
		width: auto;
	}
}

/*********************************
 TOPページ
**********************************/
/* new-product */
.new-product .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:space-between;
}
.new-product ul {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:space-between;
}
.new-product ul li {
	text-align: center;
	background: #f7f7f7;
}
.new-product ul li a {
	color: #131313;
}
.new-product ul li a:hover img {
	transform:scale(1.1,1.1);
	transition: .5s;
}
.new-product ul li .name {
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.new-product ul li .name span {
	display: block;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* collection */
.top-collection {
	background-image: url(common/img/top/bg-collection.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	text-align: center;
}
.top-collection .top-ttl {
	color: #fff;
	text-align: center;
}
.top-collection .collection-list a {
	color: #fff;
}
.top-collection .collection-list .collection-01 .name {
	margin: auto;
}
.top-collection .collection-list ul li{
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
}
.top-collection .collection-list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-collection .collection-list ul li a .name {
	margin: auto;
}
.top-collection .collection-list ul li a .name span {
	display: block;
}

/* shoplist */
.top-shoplist {
	background-image: url(common/img/top/bg-shoplist.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	text-align: center;
	color: #fff;
}
.top-shoplist .txt-en {
	color: #b0c7c5;
}

/* information */
.top-information {
	font-family: 'Amiri', 'Noto Serif JP', serif;
	background-image: url(common/img/top/bg-information.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.top-information h2 {
	text-align: center;
}
.top-information ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.top-information ul li {
	position: relative;
}
.top-information ul li .data {
	color: #3b5b59;
}
.top-information ul li .ttl {
	color: #191919;
}
.top-information .btn {
	text-align: center;
}

/* button */
.btn.more.green a {
	background: #3b5b59;
	color: #fff;
	display: inline-block;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.btn.more.clear a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.btn.more a:after {
	content: "";
	display: inline-block;
	background-image: url(common/img/icon-more.png);
	background-size: contain;
	vertical-align: middle;
}
@media (max-width: 750px) {
	/* new-product */
	.new-product {
		padding-top: 6.6666vw;
	}
	.new-product .inner {
		flex-direction: column;
	}
	.new-product h2 {
		margin-bottom: 2.9296vw;
	}
	.new-product ul {
		margin-top: 5.8593vw;
		margin-bottom: 7.0312vw;
	}
	.new-product ul li {
		padding-top: 6.6666vw;
		padding-bottom: 6.6666vw;
		margin-right: 2.6666vw;
		margin-left: 2.6666vw;
	}
	.new-product ul li img {
		width: auto;
		height: 52.2666vw;
		margin: auto auto 5.3333vw;
	}
	.new-product ul li .name {
		font-size: 4.5333vw;
		padding-left: 2.1333vw;
		padding-right: 2.1333vw;
	}
	.new-product ul li .name span {
		font-size: 2.8vw;
	}
	.new-product .prev-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1.5625vw;
		margin: auto;
		z-index: 99;
		cursor: pointer;
		height: 30px;
	}
	.new-product .next-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.5625vw;
		margin: auto;
		z-index: 99;
		cursor: pointer;
	}

	/* collection */
	.top-collection {
		padding-top: 11.3333vw;
		padding-bottom: 11.3333vw;
	}
	.top-collection .collection-list {
		margin-top: 6.4vw;
		margin-bottom: 8vw;
	}
	.top-collection .collection-list ul li {
		height: 49.3333vw;
		margin-right: 2.6666vw;
		margin-left: 2.6666vw;
	}
	.top-collection .collection-list ul li a img,
	.top-collection .collection-list ul li a {
		height: 100%;
	}
	.top-collection .collection-list ul li a .name {
		padding-left: 0.9765vw;
		font-size: 4.2666vw;
	}
	.top-collection .collection-list ul li a .name span {
		font-size: 3.2vw;
	}
	.top-collection .prev-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 5.3333vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
		width: 6.1333vw;
		height: 6.1333vw;
	}
	.top-collection .next-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5.3333vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
		width: 6.1333vw;
		height: 6.1333vw;
	}

	/* shoplist */
	.top-shoplist {
		padding-top: 10.6666vw;
		padding-bottom: 13.3333vw;
		padding-left: 5.3333vw;
		padding-right: 5.3333vw;
	}
	.top-shoplist h2 {
		margin-bottom: 8vw;
	}
	.top-shoplist h3 {
		margin-bottom: 6.6666vw;
	}
	.top-shoplist .txt-en {
		margin-bottom: 8vw;
	}
	.top-shoplist .txt {
		margin-bottom: 8vw;
		font-size: 1.3rem;
	}

	/* information */
	.top-information {
		padding-top: 9.6vw;
		padding-bottom: 16vw;
	}
	.top-information h2 {
		margin-bottom: 12vw;
	}
	.top-information ul {
		margin-bottom: 9.6vw;
	}
	.top-information ul li {
		margin-right: 2.6666vw;
		margin-left: 2.6666vw;
	}
	.top-information ul li figure {
		width: 100%;
		height: 100%;
		position: relative;
		padding-top: 62.5%;
		margin-bottom: 2vw;
	}
	.top-information ul li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;';
	}
	.top-information ul li .data {
		font-size: 1.4rem;
	}
	.top-information ul li .ttl {
		font-size: 1.6rem;
	}
	.top-information .prev-arrow {
		width: 6.1333vw;
		height: 6.1333vw;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 5vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}
	.top-information .next-arrow {
		width: 6.1333vw;
		height: 6.1333vw;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}

	/* button */
	.btn.more.green {
		text-align: center;
	}
	.btn.more.green a {
		padding-top: 2.6666vw;
		padding-bottom: 2.6666vw;
		padding-left: 4.6666vw;
		padding-right: 4vw;
		font-size: 1.2rem;
	}
	.btn.more.clear a {
		padding-top: 2.6666vw;
		padding-bottom: 2.6666vw;
		padding-left: 4.6666vw;
		padding-right: 4vw;
	}
	.btn.more a:after {
		width: 24px;
		height: 8px;
		margin-left: 12px;
	}
}

@media (min-width: 751px) {
	.new-product {
		padding-top: 6.5%;
		padding-bottom: 5.2%;
		padding-left: 5.2%;
		padding-right: 5.2%;
	}
	.new-product .inner {
		align-items: center;
	}
	.new-product ul li {
		padding-top: 1.875vw;
		padding-bottom: 1.875vw;
		margin-left: 1.0416vw;
		margin-right: 1.0416vw;
	}
	.new-product ul li img {
		width: auto;
		height: 17.3749vw;
		margin: auto auto 2.0833vw;
	}
	.new-product ul li .name {
		font-size: 1.1458vw;
		font-family: 'Amiri', 'Noto Serif JP', serif;
		padding-left: 0.8333vw;
		padding-right: 0.8333vw;
	}
	.new-product ul li .name span {
		font-size: 0.7291vw;
	}
	.new-product .prev-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1.5625vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}
	.new-product .next-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: -1.5625vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}

	/* collection */
	.top-collection {
		padding-top: 5.8333vw;
		padding-bottom: 4.8958vw;
		padding-left: 2.6041vw;
		padding-right: 2.6041vw;
	}
	.top-collection .collection-list {
		margin-top: 3.3333vw;
		margin-bottom: 3.2291vw;
		height: 19.270vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.top-collection .collection-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}
	.top-collection .collection-list ul li {
		width: 22%;
		height: 47%;
		margin-right: 2%;
	}
	.top-collection .collection-list ul li a {
		height: 100%;
	}
	.top-collection .collection-list ul li img {
		height: 100%;
	}
	.top-collection .collection-list ul li:nth-child(1) {
		width: 28%;
		height: 100%;
		margin-right: 2%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-collection .collection-list ul li:nth-child(1) img {
		height: 100%;
	}
	.top-collection .collection-list ul li:nth-child(1) a {
		font-size: 1.5625vw;
		height: 100%;
	}
	.top-collection .collection-list ul li:nth-child(1) a span {
		font-size: 0.7291vw;
		display: block;
	}
	.top-collection .collection-list ul li:nth-child(2),
	.top-collection .collection-list ul li:nth-child(5) {
		margin-left: 30%;
	}
	.top-collection .collection-list ul li:nth-child(4),
	.top-collection .collection-list ul li:nth-child(7) {
		margin-right: 0;
	}
	.top-collection .collection-list ul li:nth-child(5),
	.top-collection .collection-list ul li:nth-child(6),
	.top-collection .collection-list ul li:nth-child(7) {
		margin-bottom: 0;
	}
	.top-collection .collection-list ul li .name {
		font-size: 1.1458vw;
	}
	.top-collection .collection-list ul li .name span {
		font-size: 0.7291vw;
	}

	/* shoplist */
	.top-shoplist {
		padding-top: 5.7291vw;
		padding-bottom: 4.7916vw;
		padding-left: 2.0833vw;
		padding-right: 2.0833vw;
	}
	.top-shoplist h2 {
		margin-bottom: 2.3958vw;
	}
	.top-shoplist h3 {
		margin-bottom: 2.0833vw;
	}
	.top-shoplist .txt-en {
		margin-bottom: 2.6041vw;
	}
	.top-shoplist .txt {
		margin-bottom: 2.2916vw;
		font-size: 1.6rem;
	}

	/* information */
.youtube{
width:100%;
height:45vw;
}

	.top-information {
		padding-top: 5.4687vw;
		padding-left: 4.1666vw;
		padding-right: 4.1666vw;
		padding-bottom: 4.1666vw;
	}
	.top-information h2 {
		margin: 0 auto 42px;
	}
	.top-information ul {
		margin-bottom: 2.0833vw;
	}
	.top-information ul li {
		width: 18.6666vw;
		margin-right: 1.7333vw;
	}
	.top-information ul li:last-child {
		margin-right: 0;
	}
	.top-information ul li figure {
		width: 100%;
		height: 100%;
		position: relative;
		padding-top: 62.5%;
	}
	.top-information ul li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;';
	}
	.top-information ul li .data {
		font-size: 1.5rem;
		margin-top: 0.4166vw;
	}
	.top-information ul li .ttl {
		font-size: 1.6rem;
	}

	/* button */
	.btn.more.green a {
		background: #3b5b59;
		color: #fff;
		display: inline-block;
		font-family: 'Amiri', 'Noto Serif JP', serif;
		padding-top: 0.8333vw;
		padding-bottom: 0.8333vw;
		padding-left: 1.6666vw;
		padding-right: 0.8333vw;
	}
	.btn.more.clear a {
		border: 1px solid #fff;
		color: #fff;
		display: inline-block;
		font-family: 'Amiri', 'Noto Serif JP', serif;
		padding-top: 0.5208vw;
		padding-bottom: 0.5208vw;
		padding-left: 1.6666vw;
		padding-right: 0.8333vw;
	}
	.btn.more a:after {
		content: "";
		display: inline-block;
		width: 24px;
		height: 8px;
		background-image: url(common/img/icon-more.png);
		background-size: contain;
		vertical-align: middle;
		margin-left: 12px;
	}
}
@media (max-width: 750px){
.youtube{
width:100%;
height:50vw;			
}
}

/*********************************
 下層共通
**********************************/
.cate-ttl {
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cate-ttl span {
	display: block;
}
.cate-ttl.cate-collection {
	background-image: url(common/img/collection/bg-collection-ttl.jpg)
}

/* ページ送り */
.pagination {
	clear: both;
	display: block;
	margin: auto;
	position: relative;
	text-align: center;
}
  .pagination-box {
	display: inline-block;
  }
  .pagination span, .pagination a {
	display: block;
	float: left;
	text-decoration: none;
	width: auto;
	color: #3b5b59; /* 通常の文字色 */
	background: #fff; /* 通常の背景色 */
	border: 1px solid #3b5b59;
  }
  .pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #3b5b59; /* マウスホバー時の背景色 */
  }
  .pagination .current{
	padding: 10px 15px 10px 15px;
	color: #fff; /* 現在のページの文字色 */
		  background: #3b5b59; /* 現在のページの背景色 */
  }


/*********************************
投稿：Information AUN Swiper
**********************************/
/* ドット：アクティブを白に */
swiper-container.aun-swiper::part(bullet-active) {
  background-color: #fff;
  opacity: 1; /* 念のため不透明に */
}

/* （任意）非アクティブは白枠線 */
swiper-container.aun-swiper::part(bullet) {
  background-color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,1);
}

@media (max-width: 750px) {
	/* ページタイトル */
	.cate-ttl {
		height: 62.6666vw;
		font-size: 7.9999vw;
	}
	.cate-ttl span {
		font-size: 4vw;
		margin-top: 1.3333vw;
	}

	.breadcrumb {
		display: none;
	}

	/* ページ送り */
	.pagination {
		padding-bottom: 10.6666vw;
		font-size: 14px;
		line-height: 14px;
	}
	.pagination span, .pagination a {
		margin: 8px 8px 8px 0;
		padding: 10px 15px 10px 15px;
	}
}
@media (min-width: 751px) {
	/* ページタイトル */
	.cate-ttl {
		height: 22.3958vw;
		font-size: 2.3958vw;
	}
	.cate-ttl span {
		font-size: 1.0416vw;
		margin-top: 0.5208vw;
	}

	/* ページ送り */
	.pagination {
		padding-bottom: 4.1666vw;
		font-size: 14px;
		line-height: 14px;
	}
	.pagination span, .pagination a {
		margin: 8px 8px 8px 0;
		padding: 10px 15px 10px 15px;
	}

	/* パンくず */
	.breadcrumb {
		border-top: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
	}
	.breadcrumb a {
		color: #484848;
	}
	.breadcrumb ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.4rem;
	}
	.breadcrumb ul li {
		margin-right: 16px;
	}
	.breadcrumb ul li:before {
		content: "";
		background-image: url(common/img/arrow-breadcrumb-white.jpg);
		background-repeat: no-repeat;
		background-size: 29px;
		display: inline-block;
		width: 15px;
		height: 26px;
		background-size: contain;
		vertical-align: middle;
		margin-right: 16px;
	}
	.breadcrumb ul li:last-child {
		background-color: #3b5b59;
		color: #fff;
		padding-right: 16px;
	}
	.breadcrumb ul li:last-child:before {
		background-image: url(common/img/arrow-breadcrumb-green.jpg);
	}
	.breadcrumb ul li:first-child {
		margin-left: 16px;
	}
	.breadcrumb ul li:first-child:before {
		display: none;
	}
}

/*********************************
 モデル
**********************************/
.model-info .photo img {
	height: auto!important;
}
.model-info .photo .thumb-item-nav {
	color: #3b5b59;
	font-size: 2rem;
}
.model-info .photo .thumb-item-nav li {
	width: 23px!important;
	margin-right: 20px;
	cursor: pointer;
}
.model-info .info .collection {
	color: #3b5b59;
	line-height: 1.5;
}
.model-info .info .name {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	line-height: 1;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.model-info .info .name .jp {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.model-info .info .code {
	color: #999;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.model-info .info h2.ttl {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	font-weight: 600;
}
.model-info .info .txt {
	color: #4c4c4c;
}
.btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.btn-area li {
	text-align: center;
}
.btn-area li a,
.btn-area .cart-in span {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.btn-area li i {
	width: 20%;
	white-space: nowrap;
}
.btn-area li span {
	text-align: center;
	width: 80%;
}
.btn-area .cart-in span {
	color: #ff0000;
	background: #fff;
	border: 1px solid #ff0000;
	width: 100%;
}
.btn-area .cart-in i:after {
	content: "";
	display: inline-block;
	background: #ff0000;
	vertical-align: middle;
}
.btn-area .cart-in input,
.btn-area .cart-in a {
	background: #fff;
	width: 90%;
	color: #ff0000;
	cursor: pointer;
}
.btn-area .cart-in-none {
	background: #eeeeee;
	padding-top: 5px;
}
.btn-area .shop a,
.btn-area .share a {
	color:  #3b5b59;
	border: 1px solid #3b5b59;
}
.btn-area .shop i:after,
.btn-area .share i:after {
	content: "";
	display: inline-block;
	background:#3b5b59;
	vertical-align: middle;
}

/* オプション */
.item-option {
	border: 1px solid #3b5b59;
}
.item-option dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.item-option dt {
	color: #3b5b59;
	font-weight: bold;
}
.item-option dt:nth-child(1):before,
.item-option dt:nth-of-type(4):before {
	content: '◆';
	display: inline-block;
	font-size: 1.6rem;
	color: #3b5b59;
	font-weight: bold;
}
.item-option dt:nth-of-type(2):before,
.item-option dt:nth-of-type(3):before,
.item-option dd:before {
	content: '　';
	display: inline-block;
	font-size: 1.6rem;
}

/* バリエーション */
.model-info .info h3.variation {
	border-bottom: 1px solid #3b5b59;
	color: #3b5b59;
	position: relative;
}
.model-info .info h3.variation:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid#3b5b59;
}
.model-info .info .slick-track {
	margin-left: 0;
	margin-right: 0;
}
.variation-slide .prev-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1.5625vw;
	margin: auto;
	z-index: 999;
	cursor: pointer;
}
.variation-slide .next-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.5625vw;
	margin: auto;
	z-index: 999;
	cursor: pointer;
}
.variation-slide .slick-dots {
	bottom: -35px!important;
}
.variation-slide .slick-slide img {
	width: 100%!important;
}
.variation-slide .slick-dots li {
	margin: 0!important;
}
.variation-slide .slick-dots li button:before {
	color: #899d9b!important;
	opacity: 1!important;
}
.variation-slide .slick-dots li.slick-active button:before {
	color: #3b5b59!important;
	opacity: 1!important;
}

/* 動画 */
.model-movie .inner {
	position: relative;
	width: 100%;
	padding-top: 50%;
}
.model-movie .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 詳細 */
.image-slide ul li.slick-active {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform-origin: center top;
	animation: fadezoom 4s 0s forwards;
  }
@keyframes fadezoom {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.15);
	}
  }
.image-slide .prev-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5.2083vw;
	margin: auto;
	z-index: 999;
	cursor: pointer;
}
.image-slide .next-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5.2083vw;
	margin: auto;
	z-index: 999;
	cursor: pointer;
}
.image-slide .slick-dots {
	text-align: center;
	bottom: auto!important;
}
.image-slide .slick-slide img {
	width: 100%!important;
}
.image-slide .slick-dots li {
	margin: 0!important;
}
.image-slide .slick-dots li button:before {
	color: #ccc!important;
	opacity: 1!important;
}
.image-slide .slick-dots li.slick-active button:before {
	color: #858585!important;
}


/* ポイント */
.model-point .inner .point-txt .ttl {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	font-weight: 600;
}
.model-point .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}

/* ギャラリー */
.model-gallery {
	background: #f5f5f5;
}
.model-gallery h2 {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.model-gallery h2 span {
	display: block;
}

.gallery-slide .slick-dots {
	bottom: 0.7291vw!important;
	text-align: right;
	padding-right: 5.2083vw;
}
.gallery-slide .slick-slide img {
	width: 100%!important;
}
.gallery-slide .slick-dots li {
	margin: 0!important;
}
.gallery-slide .slick-dots li button:before {
	color: #fff!important;
	opacity: 1!important;
}
.gallery-slide .slick-dots li.slick-active button:before {
	color: #858585!important;
}
.gallery-slide .prev-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	cursor: pointer;
}
.gallery-slide .next-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	cursor: pointer;
}

/* スペック */
.model-spec {
	padding-top: 6.25vw;
}
.model-spec .spec-photo img {
	height: auto;
}
.model-spec .spec-detail h2 {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.model-spec .spec-detail h3 {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	border-bottom: 1px solid #cdcdcd;
}
.model-spec .spec-detail .spec-jp {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.model-spec .spec-detail .code {
	font-family: 'Amiri', 'Noto Serif JP', serif;
	color: #999;
}
.model-spec .spec-detail dl {
	border-bottom: 1px solid #cdcdcd;
}
.model-spec .spec-detail dt {
	color: #3b5b59;
	font-weight: 600;
	position: relative;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 12px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #000;
	position: absolute;
	width: 12px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 1px;
	height: 12px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_title {
	cursor: pointer;
}
.toggle_contents dd {
	display: none;
}

/* 関連商品 */
.model-related {
	text-align: center;
}
.model-related h2 {
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	text-align: center;
}
.model-related h2 span {
	display: block;
}
.model-related ul li {
	text-align: center;
	position: relative;
}
.model-related ul li:after {
	content: "";
	display: inline-block;
	height: 60%;
	width: 1px;
	background: #ebebeb;
	position: absolute;
	right: 0;
	top: 0;
}
.model-related ul li:last-child {
	border: none;
}
.model-related ul li a {
	color: #3b5b59;
}
.model-related ul li a:hover img {
	transform:scale(1.1,1.1);
	transition: .5s;
}
.model-related .slick-slide img {
	width: 100%!important;
}
.model-related .name,
.model-related .name-jp {
	font-family: 'Amiri', 'Noto Serif JP', serif;
	line-height: 1;
}
.model-related a .code {
	color: #999
}
@media (max-width: 750px) {
	.model-info {
		padding-top: 6.6666vw;
		padding-bottom: 8.5333vw;
		padding-left: 2.6666vw;
		padding-right: 2.6666vw;
	}
	.model-info .photo {
		margin-bottom: 17.3333vw;
	}
	.model-info .info .collection {
		font-size: 1.2rem;
		margin-bottom: 4vw;
	}
	.model-info .info .name {
		margin-bottom: 3.2vw;
	}
	.model-info .info .name .en {
		font-size: 3.8rem;
		margin-right: 4vw;
		width: 100%;
	}
	.model-info .info .name .jp {
		font-size: 2.4rem;
	}
	.model-info .info .code {
		font-size: 1.6rem;
		margin-bottom: 4.8vw;
	}
	.model-info .info .price {
		margin-bottom: 4.2666vw;
		font-size: 1.8rem;
	}
	.model-info .info .price span {
		font-size: 2.4rem;
	}
	.btn-area {
		font-size: 1.4rem;
		margin-bottom: 9.3vw;
		flex-wrap: wrap;
	}
	.btn-area li {
		width: 100%;
		margin-bottom: 2.6666vw;
	}
	.btn-area li a,
	.btn-area .cart-in span {
		padding-left: 0.625vw;
		padding-right: 0.625vw;
		padding-top: 1.8666vw;
		padding-bottom: 1.8666vw;
		justify-content: center;
	}
	.btn-area li i {
		width: 10%;
		position: relative;
	}
	.btn-area li span {
		width: 90%;
		margin-left: 0.625vw;
	}
	.btn-area .cart-in span {
		margin-left: 0;
	}
	.btn-area .cart-in i:after {
		width: 1px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.btn-area .shop i:after,
	.btn-area .share i:after {
		width: 1px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.model-info .info .ttl {
		line-height: 1.5;
		font-size: 2.2rem;
		margin-bottom: 2.9333vw;
	}
	.model-info .info .txt {
		font-size: 1.4rem;
		margin-bottom: 8vw;
	}

	/* オプション */
	.item-option {
		padding: 2.6666vw;
		margin-bottom: 5.3333vw;
	}
	.item-option dt {
		width: 100%;
		padding-right: 2.6666vw;
	}
	.item-option dd {
		margin-bottom: 2.6666vw;
		width: 100%;
	}

	/* バリエーション */
	.model-info .info h3.variation {
		font-size: 2rem;
		margin-bottom: 4.2666vw;
		padding-bottom: 2.6666vw;
	}
	.model-info .info h3.variation:after {
		left: 0;
		bottom: -3px;
		width: 40%;
	}
	.variation-slide li {
		margin-right: 2.6666vw;
		margin-left: 2.6666vw;
	}

	/* 動画 */
	.model-movie {
		margin: auto;
		padding-bottom: 6.6666vw;
	}

	/* 詳細 */
	.image-slide {
		margin-bottom: 5.8666vw;
	}
	.image-slide .prev-arrow {
		width: 30px;
	}
	.image-slide .next-arrow {
		width: 30px;
	}
	.image-slide .slick-dots {
		display: none!important;
	}
	.image-slide ul li.slick-active {
		height:48vw;
	}

	/* ポイント */
	.model-point .inner {
		flex-direction: column;
		margin-bottom: 6.6666vw;
		position: relative;
	}
	.model-point .point-txt {
		background: #fff;
		width: 77.3333vw;
		position: relative;
		margin: -10vw auto 0;
		padding-top: 5.3333vw;
		padding-bottom: 10.6666vw;
		padding-left: 4vw;
		padding-right: 4vw;
		z-index: 1;
		box-shadow: 2px 2px 8px -4px;
	}
	.model-point .point-txt .ttl {
		font-size: 2.4rem;
		margin-bottom: 4vw;
	}
	.model-point .inner figure {
		width: 100%;
		height: 100%;
		position: relative;
		padding-top: 60%;
	}
	.model-point .inner figure img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;';
	}
	.model-point .prev-arrow {
		width: 6vw;
		position: absolute;
		top: 68%;
		left: 6.6666vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}
	.model-point .next-arrow {
		width: 6vw;
		position: absolute;
		top: 68%;
		right: 6.6666vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}

	/* ギャラリー */
	.model-gallery {
		padding-top: 9.6vw;
		padding-bottom: 9.6vw;
	}
	.model-gallery h2 {
		font-size: 2.8rem;
		text-align: center;
		margin-bottom: 9.3333vw;
	}
	.model-gallery h2 span {
		font-size: 2rem;
		margin-top: 1.0416vw;
	}
	.model-gallery ul {
		width: 77.3333vw;
		/*スライダーの枚数に関係して高さが変わる事案を改修　1/3 */
		height:45vw;
		margin: auto;
	}
	/*スライダーの枚数に関係して高さが変わる事案を改修　2/3 */
	.model-gallery ul .slick-list.draggable,
	.model-gallery ul .slick-list.draggable .slick-track{
		height:100%;
	}
	.model-gallery ul li {
		margin-right: 1.5625vw;
		margin-left: 1.5625vw;
	}
	.gallery-slide .prev-arrow {
		width: 6.1333vw;
		left: -7.3333vw;
	}
	.gallery-slide .next-arrow {
		width: 6.1333vw;
		right: -7.3333vw;
	}
	.gallery-slide li {
		width: 100%;
		height: 100%;
		position: relative;
		padding-top:8%;
	}
	.gallery-slide li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		/*スライダーの枚数に関係して高さが変わる事案を改修　3/3 */
		//height: 100%; 
		height:45vw;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;';
	}

	/* スペック */
	.model-spec {
		padding-top: 12.8vw;
		padding-left: 2.6666vw;
		padding-right: 2.6666vw;
	}
	.model-spec .inner {
		margin-bottom: 6.4vw;
	}
	.model-spec .spec-photo {
		width: 66.6666vw;
		margin: auto;
		padding-bottom: 9.6vw;
	}
	.model-spec .spec-detail h2 {
		font-size: 4rem;
	}
	.model-spec .spec-detail h3 span {
		font-size: 2rem;
		padding-left: 4vw;
	}
	.model-spec .spec-detail h3 {
		font-size: 3rem;
		padding-bottom: 2.6666vw;
	}
	.model-spec .spec-detail .spec-jp {
		font-size: 2rem;
		padding-bottom: 2.6666vw;
	}
	.model-spec .spec-detail .price {
		font-size: 1.6rem;
		padding-bottom: 5.3333vw;
	}
	.model-spec .spec-detail .price span {
		font-size: 2.4rem;
	}
	.model-spec .spec-detail .code {
		font-size: 1.6rem;
		margin-bottom: 5.3333vw;
	}
	.model-spec .spec-detail dl {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.model-spec .spec-detail dt {
		font-size: 1.6rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.model-spec .spec-detail dd {
		padding-top: 1.0416vw;
		font-size: 1.4rem;
	}

	/* 関連商品 */
	.model-related {
		padding-top: 8.3333vw;
		padding-bottom: 11.3333vw;
	}
	.model-related h2 {
		font-size: 2.8rem;
		margin-bottom: 8.6666vw;
	}
	.model-related h2 span {
		font-size: 2rem;
		margin-top: 1.0416vw;
	}
	.model-related ul {
		margin-bottom: 7.2vw;
		position: relative;
	}
	.model-related ul li {
		padding-left: 10.6666vw;
		padding-right: 10.6666vw;
		width: 60vw!important;
	}
	.model-related ul li figure {
		margin-bottom: 5.3333vw;
		padding-top: 2.6666vw;
	}
	.model-related ul li figure img {
		height: auto;
	}
	.model-related .collection {
		font-size: 1.2rem;
		margin-bottom: 2.6666vw;
	}
	.model-related .name {
		font-size: 2rem;
	}
	.model-related .name-jp {
		margin-top: 2.1333vw;
		font-size: 1.8rem;
	}
	.model-related .code {
		margin-top: 2.1333vw;
		font-size: 1.2rem;
	}
	.model-related .prev-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1.5625vw;
		margin: auto;
		z-index: 99;
		cursor: pointer;
		height: 30px;
	}
	.model-related .next-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.5625vw;
		margin: auto;
		z-index: 99;
		cursor: pointer;
	}
}
@media (min-width: 751px) {
	/* カートエリア */
	.model-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		padding-top: 2.6041vw;
		padding-bottom: 3.9062vw;
		max-width: 1920px;
		margin: auto;
	}
	.model-info .photo {
		width: 50%;
		padding-left: 1.875vw;
	}
	.model-info .info {
		width: 50%;
		max-width: 670px;
		padding-left: 3.6458vw;
		padding-right: 1.875vw;
	}
	.model-info .info .collection {
		font-size: 1.4rem;
		margin-bottom: 1.0416vw;
	}
	.model-info .info .name {
		font-size: 3.8rem;
		margin-bottom: 0.7812vw;
	}
	.model-info .info .name span.en {
		margin-right: 1.0416vw;
	}
	.model-info .info .name span.jp {
		font-size: 2.4rem;
	}
	.model-info .info .code {
		font-size: 1.6rem;
		margin-bottom: 1.5625vw;
	}
	.model-info .info .price {
		font-size: 1.4rem;
		margin-bottom: 1.5625vw;
	}
	.model-info .info .price span {
		font-size: 1.8rem;
	}
	.btn-area {
		font-size: 1.3rem;
		margin-bottom: 3.125vw;
	}
	.btn-area li {
		width: 49%;
	}
	.btn-area li.top {
		margin: auto;
	}
	.btn-area li a,
	.btn-area .cart-in span {
		padding-left: 0.625vw;
		padding-right: 0.625vw;
		padding-top: 0.2604vw;
		padding-bottom: 0.2604vw;
		height: 100%;
		justify-content: center;
	}
	.btn-area li a i {
		width: 20%;
		white-space: nowrap;
	}
	.btn-area li a span {
		width: 80%;
		margin-left: 0.625vw;
	}
	.btn-area .cart-in i:after {
		width: 1px;
		height: 20px;
		margin-left: 0.625vw;
	}
	.btn-area .shop i:after,
	.btn-area .share i:after {
		width: 1px;
		height: 20px;
		margin-left: 0.625vw;
		margin-right: 0.625vw;
	}
	.model-info .info h2.ttl {
		font-size: 1.8rem;
		margin-bottom: 1.0416vw;
	}
	.model-info .info .txt {
		font-size: 1.4rem;
		line-height: 1.7;
		padding: 0 0 16px 0;
	}

	/* 概要文 続きを読む */
	.grad-wrap {
		position: relative;
		margin-bottom: 4.1666vw;
	  }
	  .grad-wrap + .grad-wrap {
		margin-top: 40px;
	  }
	  .grad-trigger {
		  position: absolute;
		  left: 0;
		  bottom: -16px;
		  z-index: 2;
	  }
	  .grad-trigger::after {
		content: "…[ 続きを読む ]";
		font-size: 1.4rem;
		cursor: pointer;
	  }
	  .grad-trigger .fa {
		margin-right: .5em;
	  }
	  .grad-item {
		position: relative;
		overflow: hidden;
	  }
	  .grad-item.is-hide {
		height: 80px;
		margin-bottom: 2.0833vw;
	  }
	  .grad-item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 16px;
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, #fff 100%);
		background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, #fff 100%);
	  }
	  .grad-trigger.is-show {
		bottom: -10px;
	  }
	  .grad-trigger.is-show::after {
		content: "[ 閉じる ]";
		cursor: pointer;
	  }
	  .grad-trigger.is-show + .grad-item::before {
		display: none;
	}

	/* オプション */
	.item-option {
		padding: 1.0416vw;
		margin-bottom: 2.0833vw;
	}
	.item-option dt {
		padding-right: 0.5208vw;
		width: 39%;
	}
	.item-option dd {
		margin-bottom: 0.5208vw;
		width: 60%;
	}

	/* バリエーション */
	.model-info .info h3.variation {
		margin-bottom: 1.1458vw;
		padding-bottom: 0.7291vw;
	}
	.model-info .info h3.variation:after {
		left: 0;
		bottom: -3px;
		width: 40%;
	}
	.variation-slide .slick-slider .slick-track, .variation-slide .slick-slider .slick-list {
		margin-left: 0.625vw;
		margin-right: 1.25vw;
	}
	.variation-slide li {
		margin-right: 0.625vw;
		margin-left: 0.625vw;
	}

	/* 動画 */
	.model-movie {
		margin: auto;
		padding-bottom: 4.5833vw;
		max-width: 1460px;
	}

	/* 詳細 */
	.image-slide {
		margin: auto;
		margin-bottom: 5.2083vw;
		max-width: 1460px;
	}
	.image-slide ul li.slick-active {
		height: 24vw;
	}

	/* ポイント */
	.model-point {
		max-width: 1240px;
		margin: auto;
	}
	.model-point .inner {
		margin-bottom: 5.2083vw;
	}
	.model-point .point-txt {
		margin-right: 6.25vw;
		width: 26.7187vw;
	}
	.model-point .point-txt .ttl {
		font-size: 2.6rem;
		margin-bottom: 1.5625vw;
	}
	.model-point .point-txt .txt {
		font-size: 1.4rem;
	}
	.model-point .inner figure {
		width: 32.0833vw;
		height: 100%;
		position: relative;
		padding-top: 21vw;
	}
	.model-point .inner figure img {
		position: absolute;
		top: 0;
		left: 0;
    	width: 100%;
		height: 100%;
		object-fit: cover;
    	object-position: 50% 50%;
    	font-family: 'object-fit: cover; object-position: 50% 50%;';
	}

	/* ギャラリー */
	.model-gallery {
		padding-top: 5.2083vw;
		padding-bottom: 5.2083vw;
	}
	.model-gallery h2 {
		font-size: 4rem;
		text-align: center;
		margin-bottom: 3.6458vw;
	}
	.model-gallery h2 span {
		font-size: 2rem;
		margin-top: 1.0416vw;
	}
	.model-gallery ul {
		width: 70.3125vw;
		margin: auto;
	}
	.model-gallery ul li {
		margin-right: 1.5625vw;
		margin-left: 1.5625vw;
		width: 100%;
		height: 100%;
		position: relative;
		padding-top: 21vw;
	}
	.gallery-slide li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;';
	}
	.gallery-slide .prev-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -3.125vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}
	.gallery-slide .next-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: -3.125vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}

	/* スペック */
	.model-spec {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-around;
		max-width: 1300px;
		margin: auto;
	}
	.model-spec .inner {
		margin-bottom: 2.0833vw;
	}
	.model-spec .spec-photo {
		width: 31.25vw;
		padding-right: 2.0833vw;
		padding-left: 2.0833vw;
	}
	.model-spec .spec-detail {
		width: 34.7395vw;
		padding-right: 2.0833vw;
		padding-left: 2.0833vw;
	}
	.model-spec .spec-detail h2 {
		font-size: 4rem;
	}
	.model-spec .spec-detail h3 span {
		font-size: 2rem;
		padding-left: 1.0416vw;
	}
	.model-spec .spec-detail h3 {
		font-size: 3rem;
		padding-bottom: 2.0833vw;
	}
	.model-spec .spec-detail .spec-jp {
		font-size: 2rem;
	}
	.model-spec .spec-detail .price {
		font-size: 1.4rem;
		padding-bottom: 2.0833vw;
	}
	.model-spec .spec-detail .price span {
		font-size: 1.8rem;
	}
	.model-spec .spec-detail .code {
		font-size: 1.6rem;
		margin-bottom: 1.5625vw;
	}
	.model-spec .spec-detail dl {
		padding-top: 1.0416vw;
		padding-bottom: 1.0416vw;
		padding-left: 1.0416vw;
		padding-right: 1.0416vw;
	}
	.model-spec .spec-detail dt {
		font-size: 1.6rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.model-spec .spec-detail dd {
		padding-top: 1.0416vw;
		font-size: 1.4rem;
	}

	/* 関連商品 */
	.model-related {
		padding-top: 4.1666vw;
		padding-bottom: 4.1666vw;
	}
	.model-related h2 {
		font-size: 4rem;
		margin-bottom: 1.0416vw;
	}
	.model-related h2 span {
		font-size: 2rem;
		margin-top: 1.0416vw;
	}
	.model-related ul {
		margin-bottom: 4.1666vw;
		position: relative;
	}
	.model-related ul li {
		padding-left: 3.6458vw;
		padding-right: 3.6458vw;
		width: 25%;
	}
	.model-related .slick-list {
		padding-top: 1.875vw;
	}
	.model-related ul li figure {
		margin-bottom: 1.875vw;
	}
	.model-related ul li figure img {
		height: auto;
	}
	.model-related .collection {
		font-size: 1.2rem;
		margin-bottom: 0.5208vw;
	}
	.model-related .name {
		font-size: 1.8rem;
	}
	.model-related .name-jp {
		margin-top: 0.5208vw;
		font-size: 1.4rem;
	}
	.model-related .code {
		margin-top: 0.5208vw;
		font-size: 1.2rem;
	}
	.model-related .prev-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1.5625vw;
		margin: auto;
		z-index: 99;
		cursor: pointer;
		height: 30px;
	}
	.model-related .next-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.5625vw;
		margin: auto;
		z-index: 99;
		cursor: pointer;
	}
}
@media (max-width: 1330px) {
	.item-option dt,
	.item-option dd {
		width: 100%;
	}
}

/*********************************
 Collection
**********************************/
/* トップ */
.collection-inner .txt .name-en {
	color: #fff;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.collection-inner .txt h2 {
	color: #fff;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.collection-inner .txt .detail {
	margin: auto;
}
.collection-inner a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
/* 一覧 */
.collection-list .collection-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}
.collection-list .collection-ttl .ttl .ttl-l {
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.collection-list .collection-ttl .ttl .ttl-l span {
	display: block;
}
.collection-list .collection-ttl .txt {
	line-height: 1.9;
}
.collection-list .collection-ttl {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 商品リスト */
.collection-list .item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.collection-list .item-list li a {
	color: #3b5b59;
}
.collection-list .item-list .name {
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.collection-list .item-list li .code {
	color: #999;
}
.collection-list .item-list li img {
	height: auto;
}

/* 商品並び替え */
.sort-area {
	text-align: right;
}
.sort-area select {
	padding: 5px;
	outline: none;
}

@media (max-width: 750px) {
	/* トップ */
	.collection-inner {
		margin: 9.3333vw 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.collection-inner a .txt {
		margin-top: 20vw;
		margin-bottom: 40vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
	}
	.collection-inner .txt {
		margin-top: 20vw;
		margin-bottom: 40vw;
		margin-left: 5.2083vw;
		padding-right: 2.0833vw;
	}
	.collection-inner figure {
		padding: 7.9999vw;
	}
	.collection-inner figure img {
		position: absolute;
		bottom: 5.3333vw;
		right: 6.6666vw;
		width: auto;
		height: 44.5333vw;
	}
	.collection-inner.inner-02 {
		flex-direction: column-reverse;
	}
	.collection-inner .txt h2 {
		font-size: 7.9999vw;
	}
	.collection-inner .txt h2 span {
		font-size: 3.1999vw;
		margin-top: 3.1999vw;
		margin-bottom: 5.2083vw;
		display: block;
	}
	.collection-inner .txt .detail {
		font-size: 1.4rem;
		margin-bottom: 5.3333vw;
	}
	.collection-list .collection-ttl {
		height: 106.6666vw;
		flex-wrap: wrap;
	}
	.collection-list .collection-ttl .ttl .ttl-l {
		font-size: 7.9999vw;
	}
	.collection-list .collection-ttl .ttl .ttl-l span {
		font-size: 3.1999vw;
		margin-top: 3.1999vw;
	}
	.collection-list .collection-ttl .ttl {
		width: 100%;
		margin-top: 30vw;
		margin-left: 5.2083vw;
		padding-right: 2.0833vw;
	}
	.collection-list .collection-ttl .txt {
		display: none;
	}
	.collection-list .txt-sp {
		display: inline-block;
		padding-top: 3.6458vw;
		padding-left: 3.6458vw;
		padding-right: 3.6458vw;
	}
	.collection-list .collection-ttl figure {
		width: 100%;
		position: relative;
	}
	.collection-list .collection-ttl figure img {
		position: absolute;
		bottom: 5.3333vw;
		right: 6.6666vw;
		width: auto;
		height: 44.5333vw;
	}

	/* 商品リスト */
	.collection-list .item-list {
		margin-top: 8vw;
		flex-wrap: wrap;
	}
	.collection-list .item-list li {
		width: 100%;
	}
	.collection-list .item-list li a {
		width: 100%;
		padding-left: 3.1999vw;
		padding-right: 3.1999vw;
		margin-bottom: 8vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.collection-list .item-list li figure {
		width: 36%;
		margin-bottom: 1.5624vw;
		display: inline-block;
	}
	.collection-list .item-list .item-txt {
		width: 62%;
		display: inline-block;
		padding-left: 8vw;
	}
	.collection-list .item-list li .collection {
		font-size: 1.2rem;
		margin-bottom: 2.6666vw;
	}
	.collection-list .item-list li .name {
		font-size: 2rem;
		line-height: 1;
	}
	.collection-list .item-list li .name-jp {
		font-size: 1.4rem;
		margin-bottom: 2.6666vw;
	}
	.collection-list .item-list li .code {
		font-size: 1.2rem;
	}

	/* 商品並び替え */
	.sort-area {
		padding: 5vw 3.1999vw;
	}
}
@media (min-width: 751px) {
	/* トップ */
	.collection-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 5.2083vw;
		align-items:center;
	}
	.collection-inner a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items:center;
		width: 100%;
		padding-top: 2.0833vw;
		padding-bottom: 2.0833vw;
	}
	.collection-inner a .txt h2 {
		font-size: 2.9166vw;
	}
	.collection-inner a .txt h2 span {
		font-size: 1.0416vw;
	}
	.collection-inner a p {
		font-size: 1.3rem;
		text-align: left;
	}
	.collection-inner figure {
		width: 31.5624vw;
		height: auto;
		padding: 4vw 2.0833vw 2.0833vw;
	}
	.collection-inner .txt {
		width: 38.5416vw;
		padding-left: 4.0833vw;
		padding-right: 4.0833vw;
		text-align: center;
	}
	.collection-inner .txt br {
		display: none;
	}
	.collection-inner .txt h2 {
		color: #fff;
		font-size: 4rem;
	}
	.collection-inner .txt h2 span {
		color: #fff;
		font-size: 2rem;
		font-family: 'Amiri', 'Noto Serif JP', serif;
		margin-top: 0.5208vw;
		margin-bottom: 1.5624vw;
		display: block;
	}
	.collection-inner .txt .detail {
		width: 21.8749vw;
		margin: auto;
		font-size: 1.4rem;
		margin-bottom: 2.0833vw;
	}
	/* 一覧 */
	.collection-list .collection-ttl {
		align-items: center;
		width: 100%;
		height: 32.8124vw;
	}
	.collection-list .collection-ttl .ttl .ttl-l {
		font-size: 3.1249vw;
	}
	.collection-list .collection-ttl .ttl .ttl-l span {
		font-size: 1.2499vw;
		margin-top: 1.0416vw;
	}
	.collection-list .collection-ttl .ttl {
		width: 40%;
		margin-left: 5.2083vw;
		padding-right: 2.0833vw;
	}
	.collection-list .collection-ttl .txt {
		margin-top: 3.1249vw;
		font-size: 1.4rem;
	}
	.collection-list .txt-sp {
		display: none;
	}
	.collection-list .collection-ttl figure {
		width: 60%;
		height: 100%;
		position: relative;
	}
	.collection-list .collection-ttl figure img {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 2.6041vw;
		width: 31.5624vw;
		height: auto;
		margin: auto;
	}
	
	/* 商品リスト */
	.collection-list .item-list {
		margin-top: 4.1666vw;
		flex-wrap: wrap;
	}
	.collection-list .item-list li {
		width: 25%;
		padding-left: 3.6458vw;
		padding-right: 3.6458vw;
		margin-bottom: 5.5208vw;
		text-align: center;
		position: relative;
	}
	.collection-list .item-list li figure {
		margin-bottom: 1.5624vw;
	}
	.collection-list .item-list li a:hover img {
		transform:scale(1.1,1.1);
		transition: .5s;
	}
	.collection-list .item-list li .collection {
		font-size: 1.2rem;
		margin-bottom: 0.5208vw;
	}
	.collection-list .item-list li .name {
		font-size: 1.8rem;
		line-height: 1;
	}
	.collection-list .item-list li .name-jp {
		font-size: 1.4rem;
		margin-bottom: 0.5208vw;
	}
	.collection-list .item-list li .code {
		font-size: 1.4rem;
	}
	.collection-list .item-list li:after {
		content: "";
		display: inline-block;
		height: 70%;
		width: 1px;
		background: #ebebeb;
		position: absolute;
		right: 0;
		top: 0;
	}
	.collection-list .item-list li:nth-child(4n):after {
		content: none;
	}

	/* 商品並び替え */
	.sort-area {
		padding: 2vw 3.6458vw 0;
	}
}
@media screen and (min-width:751px) and ( max-width:1200px) {
	.collection-list .collection-ttl .txt {
		display: none;
	}
	.collection-list .txt-sp {
		display: inline-block;
		font-size: 1.4rem;
		padding-left: 3.6458vw;
		padding-right: 3.6458vw;
		padding-top: 3.3333vw;
	}
}

/*********************************
 Brand
**********************************/
.brand {
	line-height: 2;
	padding-bottom: 2.0833vw;
}
.brand h2,.brand .ttl {
	font-family: 'Amiri', 'Noto Serif JP', serif;
	color: #3b5b59;
}
.brand .ttl {
	text-align: center;
	font-weight: bold;
}
.brand .txt {
	line-height: 2;
}
.brand .txt strong {
	font-weight: bold;
}
.brand figure img {
	width: 100%;
}
.brand .box-left {
	border: 1px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.brand .box-left img {
	width: 39.2670vw;
}
.brand .box-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.brand .box-list .box-top {
	border: 1px solid #e0e0e0;
}
.brand .movie {
	position: relative;
	width: 100%;
	padding-top: 50%;
}
.brand .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media (max-width: 750px) {
	.brand {
		padding-bottom: 6vw;
	}
	.brand h2 {
		font-size: 3.6rem;
		text-align: center;
		margin-top: 8.5333vw;
		margin-bottom: 7.4666vw;
	}
	.brand .txt + h2{
		margin-top: 8.5333vw;
	}
	.brand h2 span {
		font-size: 1.8rem;
		display: block;
		margin-top: 2.1333vw;
	}
	#history + h2 {
		border-top: 1px solid #ddd;
		padding-top: 10vw;
		margin-top: 10vw;
		margin-left: 3.2vw;
		margin-right: 3.2vw;
	}
	.brand .ttl {
		font-size: 2.8rem;
		margin-top: 8.5333vw;
		margin-bottom: 7.4666vw;
	}
	.brand .txt-02 {
		font-size: 1.4rem;
		margin-top: 6vw;
		margin-left: 3.2vw;
		margin-right: 3.2vw;
		text-align: center;
	}
	.brand .txt {
		font-size: 1.4rem;
		margin-top: 6vw;
		margin-left: 3.2vw;
		margin-right: 3.2vw;
	}
	.brand .box-left {
		margin-left: 3.2vw;
		margin-right: 3.2vw;
		margin-top: 5.3333vw;
		margin-bottom: 5.3333vw;
		font-size: 1.4rem;
	}
	.brand .box-left p {
		margin-left: 3.2vw;
		margin-right: 3.2vw;
	}
	.brand .box-left figure {
		width: 100%;
	}
	.brand .box-list {
		margin-left: 3.2vw;
		margin-right: 3.2vw;
		flex-direction: column;
	}
	.brand .box-list .box-top {
		margin-bottom: 5.3333vw;
	}
	.brand .box-list .box-top p {
		padding: 4.2666vw;
	}
	.brand .box-list-02 .box-left p {
		width: 50%;
		padding: 2vw;
	}
	.brand .box-list .box-top img {
		width: 100%;
	}
	.brand .box-list-02 .box-left figure {
		width: 50%;
	}
	.brand .box-list-02 .box-left img {
		width: 100%;
	}
}
@media (min-width: 751px) {
	.brand h2 {
		font-size: 4rem;
		text-align: center;
		margin-top: 4.9479vw;
		margin-bottom: 1.5624vw;
	}
	.brand .txt + h2{
		margin-top: 6.5104vw;
	}
	.brand h2 span {
		font-size: 2rem;
		display: block;
		margin-top: 0.5208vw;
	}
	.brand .ttl {
		font-size: 3.4rem;
		margin-top: 4.9479vw;
		margin-bottom: 1.5624vw;
	}
	.brand .txt-02 {
		font-size: 1.4rem;
		margin-top: 2.0833vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
		text-align: center;
	}
	#history + h2 {
		border-top: 1px solid #ddd;
		padding-top: 8vw;
		margin-top: 8vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
	}
	.brand .txt {
		font-size: 1.4rem;
		margin-top: 2.0833vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
	}
	.brand .box-left {
		width: 30vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
		margin-top: 2.0833vw;
		margin-bottom: 2.0833vw;
		font-size: 1.4rem;
	}
	.brand .box-left p {
		margin-left: 2.0833vw;
		margin-right: 2.0833vw;
	}
	.brand .box-list {
		margin-top: 2.0833vw;
		margin-bottom: 2.0833vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
		justify-content: space-between;
	}
	.brand .box-list .box-top {
		width: 31%;
		font-size: 1.4rem;
	}
	.brand .box-list .box-top p {
		margin: 1.0416vw;
	}
	.brand .box-list-02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 2.0833vw;
		margin-bottom: 2.0833vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
		justify-content: space-between;
	}
	.brand .box-list-02 .box-list-03 {
		width: 49.4791vw;
	}
	.brand .box-list-02 .box-list-04 {
		width: 31%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.brand .box-list-02 .box-left {
		width: 100%;
		margin: 0;
	}
	.brand .box-list-02 .box-left + .box-left {
		margin-top: 2.0833vw;
	}
	.brand .box-list-02 .box-left figure {
		width: 50%;
	}
	.brand .box-list-02 .box-left p {
		width: 50%;
	}
	.brand .box-list-02 .box-list-04 .box-left figure {
		width: 37%;
	}
	.brand .box-list-02 .box-list-04 .box-left img {
		height: 100%;
		object-fit: cover;
	}
	.brand .box-list-02 .box-list-04 .box-left p {
		width: 70%;
	}
	.brand .movie {
		margin: auto auto 4.5833vw;;
		max-width: 1460px;
	}
}

/*********************************
 model
**********************************/
.content .model-box .search-keyword {
	display: none;
}
.content .model-box input[type="submit"] {
	display: inline-block;
	background: #3b5b59;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.search-data {
	background: #F7F7F7;
}
.search-data .search-ttl {
	font-weight: bold;
}
.search-data .btn {
	max-width: 200px;
	font-size: 14px;
	border: 1px solid #3b5b59;
	color: #3b5b59;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	margin-top: 10px;
	transition: all .3s;
}
.search-data .btn:hover {
	transition: all .3s;
	background: #3b5b59;
	color: #fff;
}
.content .model-box .model-01 li i {
	margin-left: 20px;
	margin-right: 5px;
	color: #ccc;
}
.content .model-box .model-01 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.modaal-wrapper {
	z-index: 9998!important;
}
@media (max-width: 750px) {
	/* 検索結果 */
	.search-data {
		margin: 3.1999vw;
		padding: 3.1999vw;
	}
	.search-item {
		display: inline-block;
	}
	.search-none {
		margin-top: 13.3333vw;
		margin-bottom: 13.3333vw;
		text-align: center;
		font-weight: bold;
	}
	.content .model-box .ttl {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom:1.2499vw;
		margin-top: 4.2666vw;
	}
	.content .model-box .sub-ttl {
		font-weight: bold;
		margin-top: 4.2666vw;
		background: #eee;
		padding: 5px;
		margin-bottom: 10px;
	}
	.content .model-box li {
		line-height: 2;
	}
	.content .model-box .model-01 .other {
		margin-top: 4.2666vw;
	}
	.content .model-box .model-02 {
		border-top: 1px solid #ddd;
		margin-top: 5.3333vw;
	}
	.content .model-box .model-02 ul {
		margin-bottom: 5.3333vw;
	}
	.content .model-box input[type="submit"] {
		width: 100%;
		padding-top: 14px;
		padding-bottom: 14px;
		margin: 4.2666vw auto;
		font-weight: bold;
	}
	.modaal-content-container {
		padding-top: 10px!important;
	}
}
@media (min-width: 751px) {
	/* 検索結果 */
	.search-data {
		margin: 3.6458vw;
		padding: 1.2499vw;
	}
	.search-item {
		display: inline-block;
	}
	.search-item + p {
		margin-left: 20px;
	}
	.search-none {
		margin: 3.6458vw;
		margin-top: 5.2083vw;
		margin-bottom: 5.2083vw;
		text-align: center;
		font-weight: bold;
	}

	/* 検索機能 */
	.content .model-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1.0416vw;
		margin: auto;
	}
	.content .model-box .ttl {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom:3vw;
	}
	.content .model-box .sub-ttl {
		font-weight: bold;
		background: #eee;
		padding: 5px;
		margin-bottom: 10px;
	}
	.content .model-box ul + .sub-ttl {
		margin-top: 1.2499vw;
	}
	.content .model-box .model-01 {
		margin-right: 4.1666vw;
		width: 35%;
		border-right: 1px solid #ddd;
	}
	.content .model-box .model-01 .other {
		margin-top: 1.6666vw;
	}
	.content .model-box .model-02 {
		width: 65%;
		position: relative;
	}
	.content .model-box .model-02 form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.content .model-box .model-02 .inner {
		width: 48%;
	}
	.content .model-box .model-02 ul {
		margin-bottom: 2.0833vw;
	}
	.content .model-box input[type="submit"] {
		width: 48%;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 80px;
		padding-right: 80px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.modaal-inner-wrapper {
		padding-left: 225px!important;
	}
}

/*********************************
 Technology
**********************************/
/* 一覧 */
.technology .technology-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

/* 詳細 */
.technology h2 {
	font-family: 'Amiri', 'Noto Serif JP', serif;
	color: #3b5b59;
	text-align: center;
}

/* 横渡りナビ */
.technology-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.technology-nav li a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-weight: bold;
	position: relative;
}
.technology-nav li a:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(20,45,43,0.7);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.technology-nav li a p {
	font-weight: bold;
	position: relative;
	z-index: 2;
}


@media (max-width: 750px) {
	/* 一覧 */
	.technology .technology-list li {
		width: 49%;
		margin-bottom: 5.3333vw;
	}
	.technology ul {
		margin-left: 3.1999vw;
		margin-right: 3.1999vw;
		margin-top: 3.1999vw;
	}
	.technology .technology-list li img {
		margin-bottom: 1.0666vw;
		width: 100%;
		height: auto;
	}
	.technology-ttl h1 {
		font-size: 3.9999vw;
		margin-bottom: 5.3333vw;
	}
	.technology-ttl .txt {
		font-size: 2.1333vw;
		padding-left: 4.2666vw;
		padding-right: 4.2666vw;
	}
	.technology .technology-box + h2 {
		border-top: 1px solid #ddd;
		padding-top: 10.6666vw;
	}
	.technology h2 {
		font-size: 3rem;
		margin-left: 3.1999vw;
		margin-right: 3.1999vw;
		margin-top: 10.6666vw;
		margin-bottom: 3.1999vw;
	}
	.technology .technology-box {
		padding: 3.1999vw 3.1999vw 0 3.1999vw;
		margin: auto;
	}
	.technology .technology-box figure img {
		width: 100%;
		margin-bottom: 3.1999vw;
	}
	.technology .technology-box .txt {
		margin-bottom: 10.6666vw;
	}

	/* 横渡りナビ */
	.technology-nav {
		flex-wrap: wrap;
		margin-top: 4vw;
		margin-bottom: 4vw;
		padding-left: 3vw;
		padding-right: 3vw;
	}
	.technology-nav li {
		width: 33%;
		margin-right: 0.25%;
		margin-bottom: 0.25%;
	}
	.technology-nav li:nth-child(3n){
		margin-right: 0;
	}
	.technology-nav li a {
		font-size: 3vw;
		height: 21.3333vw;
	}
}
@media (min-width: 751px) {
	/* 一覧 */
	.technology ul {
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
		margin-top: 4.1666vw;
	}
	.technology .technology-list li {
		width: 32%;
		margin-bottom: 2.0833vw;
	}
	.technology .technology-list li img {
		margin-bottom: 0.4166vw;
		width: 100%;
		height: auto;
	}
	.technology-ttl h1 {
		font-size: 2.0833vw;
		margin-bottom: 2.0833vw;
	}
	.technology-ttl .txt {
		font-size: 0.8333vw;
		padding-left: 5.2083vw;
		padding-right: 5.2083vw;
	}

	.technology {
		margin-bottom: 5.2083vw;
	}
	.technology .technology-box + h2 {
		border-top: 1px solid #ddd;
		margin: 6.2499vw auto 0;
		max-width: 1200px;
	}
	.technology h2 {
		font-size: 3.4rem;
		margin-left: 2.0833vw;
		margin-right: 2.0833vw;
		padding-top: 6.2499vw;
	}
	.technology .technology-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 3.1249vw 5.2083vw 0 5.2083vw;
		margin: auto;
		max-width: 1200px;
	}
	.technology .technology-box figure {
		width: 35vw;
	}
	.technology .technology-box .txt {
		width: 38vw;
		padding-left: 2.0833vw;
	}

	/* 横渡りナビ */
	.technology-nav {
		padding-left: 1.0416vw;
		padding-right: 1.0416vw;
		margin-top: 4.1666vw;
		margin-bottom: 2.0833vw;
		font-size: 1.5rem;
	}
	.technology-nav li {
		width: 33%;
		margin-right: 0.12%;
	}
	.technology-nav li:nth-child(9n) {
		margin-right: 0;
	}
	.technology-nav li a {
		font-size: 0.8333vw;
		height: 8.3333vw;
	}
}
@media screen and (min-width:751px) and ( max-width:1200px) {
	.technology-nav {
		flex-wrap: wrap;
	}
	.technology-nav li {
		width: 19%;
		margin-right: 1.25%;
		margin-bottom: 1.25%;
	}
	.technology-nav li:nth-child(5n) {
		margin-right: 0;
	}
}

/*********************************
 shoplist
**********************************/
/* TOPページ */
.top-shoplist ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.top-shoplist ul li a {
	display: block;
	color: #3b5b59;
	border: 1px solid #fff;
	text-align: center;
	background: #fff;
}
.top-shoplist ul li a:hover {
	color: #fff;
	border: 1px solid #fff;
	background: none;
}

/* 一覧ページ */
.shop-list .shop-area ul {
	padding-left: 5.2083vw;
	padding-right: 5.2083vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.shop-list .shop-area ul li {
	border: 1px solid #3b5b59;
}
.shop-list .shop-area ul a {
	color: #3b5b59;
	display: block;
}
.shop-list .shop-area ul a:hover {
	color: #fff;
	background: #3b5b59;
}
.shop-list h2 {
	background: #3b5b59;
	color: #fff;
	font-weight: bold;
}
.shop-list .shop-name a {
	color: #000;
	font-weight: bold;
}
.shop-list .shop-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-bottom: 1px solid #ccc;
}
.shop-list .shop-address {
	color: #666;
}
.shop-list .shop-tel {
	text-align: right;
	color: #666;
}
@media (max-width: 750px) {
	/* TOPページ */
	.top-shoplist ul {
		flex-wrap: wrap;
		margin-bottom: 8vw;
	}
	.top-shoplist ul li {
		width: 32%;
		margin-bottom: 1.3333vw;
	}
	.top-shoplist ul li a {
		padding: 1.3333vw 2.6666vw;
		font-size: 3.2vw;
	}

	/* 一覧ページ */
	.shop-list {
		margin-bottom: 13.3333vw;
	}
	.shop-list .shop-area ul {
		flex-wrap: wrap;
		margin-top: 4vw;
		margin-bottom: 4vw;
		padding-left: 3vw;
		padding-right: 3vw;
	}
	.shop-list .shop-area ul li {
		width: 19%;
		margin-top: 2.6666vw;
	}
	.shop-list .shop-area ul li a {
		padding: 1.3333vw 2.6666vw;
		font-size: 2.1333vw;
		white-space: nowrap;
	}
	.shop-list .shoplist-wrap {
		padding-left: 3.1999vw;
		padding-right: 3.1999vw;
		padding-top: 80px;
		margin-top: -80px;
	}
	.shop-list h2 {
		font-size: 1.6rem;
		padding: 1.3333vw;
		margin-bottom: 2.6666vw;
		margin-top: 8vw;
	}
	.shop-list .shop-box {
		padding-bottom: 2.6666vw;
		margin-bottom: 2.6666vw;
	}
	.shop-list .shop-name {
		font-size: 1.6rem;
	}
	.shop-list .shop-name, .shop-list .shop-address, .shop-list .shop-tel {
		width: 100%;
		padding-right: 20%;
	}
	.shop-list .shop-tel {
		text-align: left;
	}
	.shop-list .shop-name .store {
		margin: 8px 0;
		display: block;
	}
	.shop-list .shop-name .fair {
		margin-bottom: 8px;
		display: block;
	}
}
@media (min-width: 751px) {
	/* TOPページ */
	.top-shoplist ul {
		margin-bottom: 2.2916vw;
	}
	.top-shoplist ul li {
		width: 9%;
	}
	.top-shoplist ul li a {
		padding: 0.5208vw 1.0416vw;
		font-size: 0.8333vw;
	}

	/* 一覧ページ */
	.shop-list {
		margin-bottom: 5.2083vw;
	}
	.shop-list .shop-area ul {
		margin-top: 4.1666vw;
		margin-bottom: 2.0833vw;
		font-size: 1.5rem;
		padding-left: 5.2083vw;
		padding-right: 5.2083vw;
	}
	.shop-list .shop-area ul li {
		width: 9%;
	}
	.shop-list .shop-area ul li a {
		padding: 0.5208vw 1.0416vw;
		font-size: 0.8333vw;
		white-space: nowrap;
	}
	.shop-list .shoplist-wrap {
		padding-left: 5.2083vw;
		padding-right: 5.2083vw;
		margin-top: -90px;
		padding-top: 90px;
	}
	.shop-list h2 {
		font-size: 1.6rem;
		padding: 0.5208vw;
		margin-bottom: 1.0416vw;
		margin-top: 4.1666vw;
	}
	.shop-list .shop-name {
		width: 50%;
		display: flex;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.shop-list .shop-name a:first-child {
		width: 100%;
	}
	.shop-list .shop-name .store {
		width: 125px;
		text-align: right;
	}
	.shop-list .shop-name .store img{
		margin-left: 15px;
		min-width: 110px;
		min-height: 23px;
	}
	.shop-list .shop-name .fair {
		width: 95px;
		text-align: right;
	}
	.shop-list .shop-name .fair img{
		margin-left: 15px;
		min-width: 80px;
		min-height: 23px;
	}
	.shop-list .shop-address {
		width: 32%;
		font-size: 1.4rem;
	}
	.shop-list .shop-tel {
		width: 13%;
		font-size: 1.4rem;
	}
	.shop-list .shop-box {
		padding-bottom: 1.0416vw;
		margin-bottom: 1.0416vw;
	}
}

/*********************************
 shoplist-detail
**********************************/
.shop-detail h1 {
	font-weight: bold;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.shop-detail .bg-glay {
	background: #f2f2f2;
}
.shop-detail h2.shop-access {
	font-family: 'Amiri', 'Noto Serif JP', serif;
	text-align: center;
}
.shop-detail .access-button {
	text-align: center;
}
@media (max-width: 750px) {
	.shop-detail .inner {
		margin-top: 8vw;
		margin-bottom: 5.3333vw;
		padding-left: 3.1999vw;
		padding-right: 3.1999vw;
	}
	.shop-detail h1 {
		font-size: 6vw;
		margin-bottom: 5.3333vw;
	}
	.shop-detail .shop-txt {
		margin-bottom: 2.6666vw;
	}
	#map {
		width: 100%;
		height: 400px;
	}
	.shop-detail .bg-glay {
		padding-top: 2.6666vw;
		padding-bottom: 5.3333vw;
	}
	.shop-detail h2.shop-access {
		font-size: 6vw;
		padding-bottom: 5.3333vw;
	}
	.shop-detail dl.shop-access {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		margin: auto;
	}
	.shop-detail dl.shop-access dt {
		width: 20%;
		max-width: 120px;
		background: #3b5b59;
		color: #fff;
		font-weight: bold;
		padding: 10px 5px;
		margin: 0 0 20px 0;
		text-align: center;
		font-size: 1.4rem;
	}
	.shop-detail dl.shop-access dd {
		width: 80%;
		padding-top: 5px;
		padding-left: 20px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.access-button a, .back-button a {
		display: inline-block;
		text-decoration: none;
		padding: 15px 35px;
		margin: 20px auto 0 auto;
		color: #245352;
		font-weight: bold;
		font-size: 1.7rem;
		text-align: center;
		background: #fff;
		border: 1px solid #245352;
	}
}
@media (min-width: 751px) {
	.shop-detail .inner {
		margin-top: 3.1249vw;
		margin-bottom: 3.1249vw;
		padding-left: 5.2083vw;
		padding-right: 5.2083vw;
	}
	.shop-detail h1 {
		font-size: 1.7708vw;
		margin-bottom: 3.1249vw;
	}
	.shop-detail .shop-txt {
		margin-bottom: 2.0833vw;
	}
	#map {
		width: 100%;
		height: 400px;
	}
	.shop-detail .bg-glay {
		padding-top: 1.0416vw;
		padding-bottom: 2.0833vw;
	}
	.shop-detail h2.shop-access {
		font-size: 1.7708vw;
		padding-bottom: 2.0833vw;
	}
	.shop-detail dl.shop-access {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		margin: auto;
		max-width: 600px;
	}
	.shop-detail dl.shop-access dt {
		width: 20%;
		max-width: 120px;
		background: #3b5b59;
		color: #fff;
		font-weight: bold;
		padding: 10px 5px;
		margin: 0 0 20px 0;
		text-align: center;
		font-size: 1.4rem;
	}
	.shop-detail dl.shop-access dd {
		width: 80%;
		padding-top: 5px;
		padding-left: 20px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.access-button a, .back-button a {
		display: inline-block;
		text-decoration: none;
		padding: 15px 35px;
		margin: 20px auto 0 auto;
		color: #245352;
		font-weight: bold;
		font-size: 1.7rem;
		text-align: center;
		background: #fff;
		border: 1px solid #245352;
	}
}

/*********************************
 cart
**********************************/
.cart-page .cart_tel {
	background: #f1f1f1;
	text-align: center;
	font-weight: bold;
	color: #3b5b59;
}
.cart-page .cart_tel i {
	margin-right: 10px;
}
.cart-page input[type="text"] {
	border: 1px solid #ccc;
	padding: 5px;
}
.error_message {
	color: #ff0000;
}
.cart_page_title {
	font-weight: bold;
}
div.cart_navi li.current, div.cart_navi li.current:before, div.cart_navi li.current:after {
    color: #fff;
    background-color: #3b5b59!important;
}
.send input.to_customerinfo_button, .send input.to_memberlogin_button, .send input.to_deliveryinfo_button, .send input.to_confirm_button, .send input#purchase_button {
	background-color: #3b5b59!important;
	padding: 10px 20px;
	cursor: pointer;
}
.send input.to_customerinfo_button:hover, .send input.to_memberlogin_button:hover, .send input.to_deliveryinfo_button:hover, .send input.to_confirm_button:hover, .send input#purchase_button:hover {
    background-color:#3b5b59!important;
}
.send .continue_shopping_button, .send .back_cart_button, .back_to_customer_button, .back_to_delivery_button {
	color: #3b5b59!important;
	border: 1px solid #3b5b59!important;
	background: #fff!important;
	padding: 10px 20px!important;
	cursor: pointer;
}
#wc_customer .send input.to_reganddeliveryinfo_button {
	background-color: #3b5b59!important;
	padding: 10px 20px;
	cursor: pointer;
}
#wc_customer .send input.to_reganddeliveryinfo_button:hover {
	background-color:#3b5b59!important;
}
#point_table td input.use_point_button {
    color: #3b5b59!important;
    background-color: #fff;
    border: 1px solid #3b5b59!important;
}
#wc_cart #cart .upbutton input {
    color:#3b5b59!important;
    border: 1px solid #3b5b59!important;
}
#wc_login .loginbox #member_login, #wc_member .loginbox #member_login {
    background-color: #3b5b59!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
	border-radius: 0!important;
	padding: 10px 30px;
	font-weight: bold;
}
#wc_login .loginbox .new-entry #nav a, #wc_member .loginbox .new-entry #nav a {
    padding: .714286em 1.42857em;
    background-color: #3b5b59!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
	border-radius: 0!important;
	font-weight: bold;
}
#wc_login .loginbox .new-entry, #wc_member .loginbox .new-entry {
	margin: 40px 0!important;
}
.new-entry h2 {
	font-size: 1.8rem;
	text-align: center;
}
.customkey_free-area textarea {
	width: 100%;
	height: 160px;
}
.customer_form textarea {
	width: 100%;
	height: 160px;
}

/* 会員登録 */
.member-page {
	margin-top: 3.1249vw;
    margin-bottom: 3.1249vw;
    margin-left: 5.2083vw;
    margin-right: 5.2083vw;
}
.member_page_title {
	font-weight: bold;
}
.member-page .send input {
	background-color: #3b5b59!important;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: bold;
}
#wc_lostmemberpassword #member_login {
    background-color: #3b5b59!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
	border-radius: 0!important;
	font-weight: bold;
}
#wc_lostmemberpassword #nav a {
	-webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
	border-radius: 0!important;
	font-weight: bold;
}
@media (max-width: 750px) {
	.cart-page .cart_tel {
		font-size: 1.6rem;
		padding: 2.1333vw;
		margin-bottom: 10.6666vw;
	}
	.error_message {
		margin-bottom: 4vw;
	}
	.cart-page {
		margin-top: 8vw;
		margin-bottom: 8vw;
		margin-left: 3.1999vw;
		margin-right: 3.1999vw;
	}
	.customer_form th {
		text-align: left!important;
		font-weight: bold;
	}
}
@media (min-width: 751px) {
	.cart-page .cart_tel {
		font-size: 1.8rem;
		padding: 0.8333vw;
		margin-bottom: 4.1666vw;
	}
	.cart-page {
		margin-top: 3.1249vw;
		margin-bottom: 3.1249vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
	}
}

/*********************************
 Customer Support
**********************************/
.customer-support .inner h2 {
	color: #3b5b59;
	text-align: center;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	border-top: 1px solid #ddd;
	line-height: 1.4;
}
.customer-support .inner .btn {
	text-align: center;
}
.customer-support h3.green {
	color: #3b5b59;
	font-weight: bold;
}
.customer-support span.bold {
	color: #222;
	font-weight: bold;
}
.customer-support .inner .txt-c {
	text-align: center;
}
.customer-support .support-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ccc;
	text-align: center;
	margin: 0;
	align-items: center;
	line-height: 1.25;/*2025-08-04 edit */
}
@media (max-width: 750px) {
	.customer-support .inner {
		padding: 5.3333vw 3.2vw 10.6666vw;
	}
	.customer-support .inner h2 {
		font-size: 2.2rem;
		margin-top: 10.6666vw;
		margin-bottom: 5.3333vw;
		padding-top: 10.6666vw;
	}
	.customer-support .inner .txt-c,
	.customer-support .inner .txt {
		margin-bottom: 5.3333vw;
	}
	.customer-support h3.green {
		font-size: 1.8rem;
		margin-bottom: 2.6666vw;
	}
	.customer-support .support-nav {
		flex-wrap: wrap;
		font-size: 1.2rem;
		margin-bottom: 10.6666vw;
	}
	.customer-support .support-nav li {
		width: 50%;
		padding: 3% 1%;
		margin: 0;
	}
}
@media (min-width: 751px) {
	.customer-support .inner {
		max-width: 1200px;
		margin: 5.2083vw auto;
		padding-left: 2.5vw;
		padding-right: 2.5vw;
	}
	.customer-support .inner h2 {
		font-size: 3.4rem;
		margin-top: 3vw;
		margin-bottom: 3vw;
		padding-top: 3vw;
	}
	.customer-support .inner .txt-c,
	.customer-support .inner .txt {
		margin-bottom: 2.0833vw;
	}
	.customer-support h3.green {
		font-size: 1.8rem;
		margin-bottom: 1.0416vw;
	}
	.customer-support .support-nav {
		justify-content: space-between;
		margin-bottom: 4.1666vw;
	}
	.customer-support .support-nav {
		font-size: 1.1rem;
	}
	.customer-support .support-nav li {
		width: 12.5%;
		padding: 1%;
	}
}

/*********************************
 刻印サービス
**********************************/
.customer-support {
	line-height: 2;
}
.customer-support h2 {
	font-family: 'Amiri', 'Noto Serif JP', serif;
	color: #3b5b59;
}
.customer-support .service-info {
	background-image: url(/ec/common/img/service/bg-service-02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.customer-support .service-info .ttl {
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.customer-support .service-detail dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.customer-support .service-detail .bg-grey {
	background: #f5f5f5;
}
.customer-support ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 750px) {
	.customer-support h2 {
		font-size: 3.8rem;
		text-align: center;
		margin-top: 6vw;
		margin-bottom: 6.6666vw;
	}
	.customer-support h2 span {
		font-size: 1.8rem;
		display: block;
		margin-top: 2.1333vw;
	}
	.customer-support .service-info {
		padding-top: 16vw;
		padding-bottom: 16vw;
		padding-left: 6.6666vw;
		padding-right: 6.6666vw;
		margin-left: 2.6666vw;
		margin-right: 2.6666vw;
	}
	.customer-support .service-info .ttl {
		font-size: 2.6rem;
		margin-bottom: 4.2666vw;
	}
	.customer-support .service-info .txt {
		font-size: 1.4rem;
	}
	.customer-support .service-detail {
		font-size: 1.4rem;
		margin-left: 2.6666vw;
		margin-right: 2.6666vw;
		margin-top: 6.6666vw;
		margin-bottom: 9.3333vw;
	}
	.customer-support .service-detail dl dt {
		width: 30%;
		padding: 2.6666vw;
	}
	.customer-support .service-detail dl dd {
		width: 70%;
		padding: 2.6666vw;
	}
	.customer-support ul {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 2.6666vw;
	}
	.customer-support ul li {
		width: 49%;
		margin-bottom: 5.3333vw;
	}
	.customer-support .notes {
		padding: 2.6666vw 2.6666vw 9.3333vw;
	}
}
@media (min-width: 751px) {
	.customer-support h2 {
		font-size: 4rem;
		text-align: center;
		margin-top: 4.9479vw;
		margin-bottom: 1.5624vw;
	}
	.customer-support h2 span {
		font-size: 2rem;
		display: block;
		margin-top: 0.5208vw;
	}
	.customer-support .service-info {
		padding-top: 4.1666vw;
		padding-bottom: 4.1666vw;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
	}
	.customer-support .service-info .ttl {
		font-size: 2.6rem;
		margin-bottom: 2.0833vw;
	}
	.customer-support .service-info .txt {
		font-size: 1.4rem;
	}
	.customer-support .service-detail {
		max-width: 940px;
		margin: 2.9166vw auto;
		font-size: 1.4rem;
	}
	.customer-support .service-detail dl dt {
		width: 25%;
		padding: 1.0416vw 3.125vw;
	}
	.customer-support .service-detail dl dd {
		width: 75%;
		padding: 1.0416vw 3.125vw;
	}
	.customer-support ul {
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
		margin-bottom: 1.5625vw;
	}
	.customer-support ul li {
		width: 23%;
	}
	.customer-support .notes {
		font-size: 1.3rem;
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
		margin-bottom: 6.25vw;
	}
}

/*********************************
 2025-08-04 edit
 インナーグラス・フォトサービス
**********************************/
.service-info-inner-glass-photo .container{
	margin-left: 2.6666vw;
	margin-right: 2.6666vw;
}
.service-info-inner-glass-photo .container .mv {
	padding-bottom: 1em;
}
.service-info-inner-glass-photo .read{
	padding: 0 1em;
}
.service-info-inner-glass-photo .container  p{
	margin-top: 1em;
}
.service-info-inner-glass-photo ul.sample-img{
	margin: 2em 1em ;
	flex-wrap: nowrap;
	justify-content:space-around;
	padding: 0;
	gap:1em;
}
.service-info-inner-glass-photo ul.sample-img li{
	margin-bottom: 0;
	width: calc((100% - 2em) / 3);
}
.service-info-inner-glass-photo .caution{
	margin: 1em;
	padding: 2em;
	border: 1px solid #ddd;
}
.service-info-inner-glass-photo .caution .heading{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.25;
	margin-top: 1.5em;
	margin-bottom: .5em;
}
.service-info-inner-glass-photo .caution .heading:first-child{
	margin-top: 0;
}
.service-info-inner-glass-photo .caution .heading.--center{
	text-align: center;
}
.service-info-inner-glass-photo .caution .heading.--small{
	font-size:.9em;
}
.service-info-inner-glass-photo .caution ul,
.service-info-inner-glass-photo .caution ol,
.service-info-inner-glass-photo .caution p{
	font-size: 0.8em;
}
.service-info-inner-glass-photo .caution ul,
.service-info-inner-glass-photo .caution ol{
	display: block;
	margin-top:initial;
	margin-bottom: initial;
	margin-left: initial;
	margin-right: initial;
	padding:initial;
}
.service-info-inner-glass-photo .caution ul{
	list-style: none;
	padding-left: 1em;
}
.service-info-inner-glass-photo .caution ol{
	list-style: decimal;
	padding-left: 1.5em;
}
.service-info-inner-glass-photo .caution ul li,
.service-info-inner-glass-photo .caution ol li{
	width: 100%;
	margin-bottom: initial;
	line-height: 1.5;
}
.service-info-inner-glass-photo .caution ul li:before{
	content: "・";
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.service-info-inner-glass-photo .btn.more.green{
	margin-top: 2em;
}
.service-info-inner-glass-photo .gallery{
	margin-top: 2em;
}
@media (min-width: 751px) {
	.service-info-inner-glass-photo .container{
		margin-left: 5.2083vw;
		margin-right: 5.2083vw;
	}
	.service-info-inner-glass-photo ul.sample-img li{
		width: 310px;
	}
}


/*********************************
 よくあるご質問
**********************************/
.faq-box .question {
	background: #f1f1f1;
	font-weight: bold;
	color: #3b5b59;
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.faq-box .anser {
	font-weight: bold;
	color: #222;
}
@media (max-width: 750px) {
	.faq-box {
		margin-top: -80px;
		padding-top: 80px;
	}
	.faq-box .question {
		padding: 2.6666vw;
		margin-bottom: 2.6666vw;
		font-size: 1.8rem;
	}
	.faq-box .anser {
		font-size: 1.8rem;
		margin-bottom: 2.6666vw;
	}
	.faq-box {
		margin-bottom: 10.6666vw;
	}
}
@media (min-width: 751px) {
	.faq-box {
		margin-top: -80px;
		padding-top: 80px;
	}
	.faq-box .question {
		padding: 1.0416vw;
		margin-bottom: 1.0416vw;
		font-size: 1.8rem;
	}
	.faq-box .anser {
		font-size: 1.8rem;
		margin-bottom: 1.0416vw;
	}
	.faq-box {
		margin-bottom: 4.1666vw;
	}
}

/*********************************
 メンテナンス・修理料金
**********************************/
.mainteprice table {
	border-collapse: collapse;
	width: 100%;
}
.mainteprice table th, .mainteprice table td {
	border: solid 1px #3b5b59;
	text-align: center;
	vertical-align: middle;
}
.mainteprice table thead th {
	background: #3b5b59;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.mainteprice table tbody th {
	background: #f1f1f1;
	font-weight: bold;
}
@media (max-width: 750px) {
	.mainteprice table {
		margin-bottom: 5.3333vw;
	}
	.mainteprice table th, .mainteprice table td {
		padding: 1.3333vw;
	}
}
@media (min-width: 751px) {
	.mainteprice table {
		margin-bottom: 2.0833vw;
	}
	.mainteprice table th, .mainteprice table td {
		padding: 0.5208vw;
	}
}

/*********************************
 ガイド
**********************************/
.guide h1 {
	font-weight: bold;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	color: #3b5b59;
}
.guide h2 {
	font-weight: bold;
	line-height: 1.4;
}
.guide p.txt {
	line-height: 2;
}
.guide li {
	line-height: 2;
}
.guide ol li {
	list-style-type: decimal;
	padding-left:1em;
	text-indent:-1em;
	list-style-position: inside;
}
.guide ul li {
	list-style-type: disc;
	padding-left:1em;
	text-indent:-1em;
	list-style-position: inside;
}
@media (max-width: 750px) {
	.guide {
		padding-bottom: 10.6666vw;
		padding-left: 5.2083vw;
		padding-right: 5.2083vw;
	}
	.guide h1 {
		font-size: 2.2rem;
		margin-bottom: 10.6666vw;
	}
	.guide h2 {
		font-size: 1.8rem;
		margin-bottom: 4.666vw;
	}
	.guide p.txt + h2 {
		margin-top: 8vw;
	}
	.guide p.txt + p.txt,
	.guide p + p.txt {
		margin-top: 8vw;
	}
	.guide ul,
	.guide ol {
		margin-top: 2.6666vw;
		margin-bottom: 8vw;
	}
}
@media (min-width: 751px) {
	.guide {
		padding-top: 5.2083vw;
		padding-bottom: 5.2083vw;
		padding-left: 2.0833vw;
		padding-right: 2.0833vw;
		max-width: 1000px;
		margin: auto;
		font-size: 1.4rem;
	}
	.guide h1 {
		font-size: 3rem;
		margin-bottom: 4.1666vw;
	}
	.guide h2 {
		font-size: 2.2rem;
		margin-bottom: 1.0416vw;
	}
	.guide p.txt + h2 {
		margin-top: 4.1666vw;
	}
	.guide p.txt + p.txt,
	.guide p + p.txt {
		margin-top: 4.1666vw;
	}
	.guide ul,
	.guide ol {
		margin-top: 1.0416vw;
		margin-bottom: 4.1666vw;
	}
}

/*********************************
 特定商取引法
**********************************/
.guide table {
	border-collapse: collapse;
	width: 100%;
}
.guide table th, .guide table td {
	border: solid 1px #ccc;
	vertical-align: middle;
}
.guide table thead th {
	background: #3b5b59;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.guide table tbody th {
	background: #3b5b59;
	font-weight: bold;
	color: #fff;
}
@media (max-width: 750px) {
	.guide table {
		margin-bottom: 5.3333vw;
	}
	.guide table th, .guide table td {
		padding: 1.3333vw;
	}
}
@media (min-width: 751px) {
	.guide table {
		margin-bottom: 2.0833vw;
	}
	.guide table th, .guide table td {
		padding: 0.5208vw;
	}
}

/*********************************
 Information
**********************************/
.information-list {
	font-family: 'Amiri', 'Noto Serif JP', serif;
}
.information-list h2 {
	text-align: center;
}
.information-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.information-list ul li {
	position: relative;
}
.information-list ul li .data {
	color: #3b5b59;
}
.information-list ul li .ttl {
	color: #191919;
}
.information-list .btn {
	text-align: center;
}

@media (max-width: 750px) {
	.information-list {
		padding-top: 9.6vw;
		padding-bottom: 16vw;
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.information-list h2 {
		margin-bottom: 12vw;
	}
	.information-list ul {
		margin-bottom: 9.6vw;
	}
	.information-list ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 8vw;
	}
	.information-list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.information-list ul li figure {
		width: 100%;
		height: 100%;
		position: relative;
		padding-top: 62.5%;
		margin-bottom: 2vw;
	}
	.information-list ul li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;';
	}
	.information-list ul li .data {
		font-size: 1.4rem;
	}
	.information-list ul li .ttl {
		font-size: 1.5rem;
	}
	.information-list .prev-arrow {
		width: 6.1333vw;
		height: 6.1333vw;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 5vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}
	.information-list .next-arrow {
		width: 6.1333vw;
		height: 6.1333vw;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5vw;
		margin: auto;
		z-index: 999;
		cursor: pointer;
	}
}
@media (min-width: 751px) {
	.information-list {
		padding-top: 5.4687vw;
		padding-left: 4.1666vw;
		padding-right: 4.1666vw;
		padding-bottom: 4.1666vw;
		background: #f2f2f2;
	}
	.information-list h2 {
		margin: 0 auto 42px;
	}
	.information-list ul {
		margin-bottom: 2.0833vw;
	}
	.information-list ul li {
		width: 24%;
		margin-right: 1.3%;
		margin-bottom: 3.125vw;
	}
	.information-list ul li:nth-child(4n) {
		margin-right: 0;
	}
	.information-list ul li figure {
		width: 100%;
		height: 100%;
		position: relative;
		padding-top: 62.5%;
	}
	.information-list ul li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;';
	}
	.information-list ul li .data {
		font-size: 1.5rem;
		margin-top: 0.4166vw;
	}
	.information-list ul li .ttl {
		font-size: 1.6rem;
	}
}

/*********************************
 Information 記事詳細
**********************************/
.contents .wrap .inner {
	background: #fff;
	margin: auto;
}
.contents .contents-ttl span {
	display: block;
}
.contents .contents-ttl {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.contents .information-detail p img {
	display: inherit;
	margin: auto;
}
@media (max-width: 750px) {
	.contents .wrap {
		padding: 3.9999vw;
	}
	.contents .contents-ttl {
		font-size: 2.4rem;
		margin-bottom: 5.3333vw;
		padding-bottom: 5.3333vw;
		line-height: 1.7;
	}
	.contents .contents-ttl span {
		font-size: 1.6rem;
		margin-bottom: 1.0416vw;
	}
	.contents .information-detail {
		line-height: 2;
		margin-bottom: 10.6666vw;
	}
	.contents .information-detail figure {
		margin: auto;
		padding-bottom: 5.3333vw;
		text-align: center;
	}
	.contents .information-detail p{	/* 2025-05-28-01 追記 */
		font-size:16px;
	}
	.contents .information-detail p + p {
		margin-top: 5.3333vw;
	}
	.contents .btn {
		text-align: center;
	}
}
@media (min-width: 751px) {
	.contents .wrap {
		background: #f2f2f2;
		padding-top: 5.2083vw;
		padding-bottom: 5.2083vw;
	}
	.contents .wrap .inner {
		max-width: 1440px;
		padding: 4.6874vw 9.3749vw;
	}
	.contents .wrap .inner .con {
		max-width: 1080px;
		margin: auto;
	}
	.contents .contents-ttl {
		font-size: 3.6rem;
		margin-bottom: 4.1666vw;
		padding-bottom: 2.0833vw;
		line-height: 1.6;
	}
	.contents .contents-ttl span {
		font-size: 1.6rem;
		margin-bottom: 1.0416vw;
	}
	.contents .information-detail figure {
		margin: auto;
		padding-bottom: 2.0833vw;
		text-align: center;
	}
	.contents .information-detail p + p {
		margin-top: 2.0833vw;
	}
	.contents .btn {
		margin: 4.1666vw auto;
		text-align: center;
	}
}

/*********************************
 404エラー
**********************************/
.contents.not-found {
	text-align: center;
}
.contents.not-found h2 {
	font-size: 4.1666vw;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	color: #3b5b59;
}
@media (max-width: 750px) {
	.contents.not-found {
		padding: 10.6666vw 3.2vw;
	}
	.contents.not-found h2 {
		font-size: 20vw;
		margin-bottom: 10.6666vw;
	}
	.contents.not-found h2 span {
		display: block;
		font-size: 5.3333vw;
	}
	.contents.not-found .btn {
		margin: 10.6666vw auto;
	}
}
@media (min-width: 751px) {
	.contents.not-found {
		padding: 5.2083vw;
		margin: auto;
	}
	.contents.not-found h2 {
		font-size: 8vw;
		margin-bottom: 4.1666vw;
	}
	.contents.not-found h2 span {
		display: block;
		font-size: 2.0833vw;
	}
}

/*********************************
 お問い合わせ
**********************************/
.guide .contact dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.guide .contact input[type="text"],
.guide .contact input[type="tel"],
.guide .contact input[type="email"],
.guide .contact textarea {
	border: 1px solid #ccc;
	padding: 5px;
}
.guide .contact p {
	width: 100%;
	text-align: center;
}
.guide .contact span {
	color: #dc3232;
}
.guide .contact input[type="submit"] {
	display: inline-block;
	background: #3b5b59;
	color: #fff;
	font-family: 'Amiri', 'Noto Serif JP', serif;
	text-align: center;
	cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #3b5b59!important;
}
@media (max-width: 750px) {
	.guide .contact p.txt {
		margin-bottom: 5.3333vw;
		text-align: left;
	}
	.guide .contact dl dt {
		margin-bottom: 2.6666vw;
		width: 100%;
	}
	.guide .contact dl dd {
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 5.3333vw;
		margin-bottom: 5.3333vw;
	}
	.guide .contact input[type="text"],
	.guide .contact input[type="tel"],
	.guide .contact input[type="email"],
	.guide .contact textarea {
		width: 100%;
	}
	.guide .contact input[type="submit"] {
		padding: 2.1333vw 0;
		width: 80%;
	}
}
@media (min-width: 751px) {
	.guide .contact p.txt {
		margin-bottom: 4.1666vw;
		text-align: left;
	}
	.guide .contact dl dt {
		width: 30%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 2.0833vw;
		margin-bottom: 2.0833vw;
	}
	.guide .contact dl dd {
		width: 70%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 2.0833vw;
		margin-bottom: 2.0833vw;
	}
	.guide .contact input[type="text"],
	.guide .contact input[type="tel"],
	.guide .contact input[type="email"],
	.guide .contact textarea {
		width: 80%;
	}
	.guide .contact input[type="submit"] {
		padding: 0.8333vw 4.1666vw;
	}
}

/*********************************
 LP
**********************************/
.lp-block .img {
	text-align: center;
}
.lp-block .point {
	background: #f2f2f2;
}
.lp-block .point .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}
.lp-block .point .inner:last-child {
	border: none;
}
.lp-block .point .inner .ttl {
	background: #3b5b59;
	color: #fff;
	font-weight: bold;
}
.lp-block h2.alignC {
	font-weight: bold;
	text-align: center;
}

/* 文字 */
.lp-block .red {
	color: #ff0000;
}
.lp-block .center {
	text-align: center;
}

/* 見出し */
/* 緑帯 */
.lp-block .ttl-green {
	background: #284341;
	color: #fff;
	font-weight: bold;
}

/* 画像2カラム */
.lp-block .item-2column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.lp-block .item-2column li {
	text-align: center;
	width: 49%;
}

/* 画像3カラム */
.lp-block .item-3column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.lp-block .item-3column li {
	text-align: center;
}

.lp-block p.txt-c {
	text-align: center;
}
.lp-block .shop-list h3 {
	color: #3b5b59;
	font-weight: bold;
	text-align: center;
}
.lp-block .shop-list ul {
	border-top: 1px solid #ddd;
}
.lp-block .shop-list li {
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.lp-block .shop-list li a {
	font-weight: bold;
}

/* table */
.lp-block table.campaign-table {
	border-collapse: collapse;
}
.lp-block table.campaign-table th, .lp-block table.campaign-table td {
	border: solid 1px #ccc;
}
.lp-block table.campaign-table th {
	background: #284341;
	color: #fff;
	font-weight: bold;
}
.lp-block table.campaign-table img {
	margin: 0;
}

/* スクロールボックス */
.lp-block .scroll-box {
	border: 1px solid #ccc;
	overflow-y: scroll;
}

@media (max-width: 750px) {
	.mb20 { margin-bottom: 2.6666vw; }
	.mb40 { margin-bottom: 5.3333vw; }
	.mb60 { margin-bottom: 8vw; }
	.mb80 { margin-bottom: 10.6666vw; }
	.lp-block p span { font-size: 1.2rem;}

	.lp-block {
		padding-left: 2.6666vw;
    	padding-right: 2.6666vw;
	}
	.lp-block .point {
		padding: 5.3333vw 5.3333vw 0;
	}
	.lp-block .point .inner {
		padding-bottom: 5.3333vw;
		margin-bottom: 5.3333vw;
	}
	.lp-block .point .inner .txt {
		width: 100%;
		margin-bottom: 5.3333vw;
	}
	.lp-block .point .inner .ttl {
		padding: 1.3333vw 2.6666vw;
		margin-bottom: 2.6666vw;
		font-size: 2rem;
	}
	.lp-block .point .inner figure {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	.lp-block h2.alignC {
		font-size: 2.4rem;
		margin-bottom: 10.6666vw;
		margin-top: 10.6666vw;
	}

	/* 緑帯 */
	.lp-block .ttl-green {
		padding: 1.3333vw;
		margin-bottom: 5.3333vw;
		font-size: 2rem;
	}

	/* 画像3カラム */
	.lp-block .item-3column li {
		width: 32%;
	}
	.lp-block .shop-list h3 {
		font-size: 2rem;
		margin-top:  5.3333vw;
		margin-bottom: 8vw;
	}
	.lp-block .shop-list li {
		padding-top: 2.6666vw;
		padding-bottom: 2.6666vw;
	}

	/* table */
	.lp-block table.campaign-table {
		width: 100%;
		padding: 2.6666vw;
		margin-bottom: 8vw;
	}
	.lp-block table.campaign-table th,
	.lp-block table.campaign-table td {
		border-bottom: none;
		display: block;
		width: 100%;
		padding: 2.6666vw;
	}
	.lp-block table.campaign-table td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.lp-block .scroll-box {
		padding: 2.6666vw;
	}

	/* スクロールボックス */
	.lp-block .scroll-box {
		width: 100%;
		height: 200px;
		padding: 2.6666vw;
		margin-bottom: 5.3333vw;
	}
}
@media (min-width: 751px) {
	.mb20 { margin-bottom: 1.0416vw; }
	.mb40 { margin-bottom: 2.0833vw; }
	.mb60 { margin-bottom: 3.125vw; }
	.mb80 { margin-bottom: 4.1666vw; }
	.lp-block p span { font-size: 1.2rem;}

	.lp-block {
		max-width: 1200px;
		margin: auto;
		padding-left: 2.5vw;
    	padding-right: 2.5vw;
	}
	.lp-block .point {
		padding: 2.0833vw 2.0833vw 0;
	}
	.lp-block .point .inner {
		padding-bottom: 2.0833vw;
		margin-bottom: 2.0833vw;
	}
	.lp-block .point .inner .txt {
		padding-right: 2.0833vw;
		width: 75%;
	}
	.lp-block .point .inner .ttl {
		padding: 0.5208vw 1.0416vw;
		margin-bottom: 0.5208vw;
		font-size: 2rem;
	}
	.lp-block .point .inner figure {
		width: 25%;
		margin: 0;
	}
	.lp-block h2.alignC {
		font-size: 2.4rem;
		margin-bottom: 4.1666vw;
		margin-top: 4.1666vw;
	}

	/* 見出し */
	/* 緑帯 */
	.lp-block .ttl-green {
		padding: 1.0416vw;
		margin-bottom: 3.125vw;
		font-size: 2rem;
	}

	/* 画像3カラム */
	.lp-block .item-3column li {
		width: 32%;
	}
	.lp-block .shop-list h3 {
		font-size: 2rem;
		margin-top:  4.1666vw;
		margin-bottom: 3.125vw;
	}
	.lp-block .shop-list li {
		padding-top: 1.0416vw;
		padding-bottom: 1.0416vw;
	}

	/* table */
	.lp-block table.campaign-table {
		margin-bottom: 4.1666vw;
	}
	.lp-block table.campaign-table th {
		width: 30%;
		text-align: center;
		vertical-align: middle;
		padding: 1.0416vw;
	}
	.lp-block table.campaign-table td {
		width: 70%;
		padding: 1.0416vw;
	}

	/* スクロールボックス */
	.lp-block .scroll-box {
		padding: 1.0416vw;
		margin-bottom: 2.0833vw;
		height: 300px;
	}
}

/*********************************
 インフォメーションパーツ
**********************************/
.information-detail img {
	height: auto;
}
.information-detail .has-text-align-center {
	text-align: center;
}

/* タイプA */
.information-detail .info-typea h2{
	color: #4c4c4c;
	font-weight: bold;
}
.information-detail .info-typea figure {
	padding-bottom: 0;
}

/* タイプB */
.information-detail .info-typeb h2{
	color: #4c4c4c;
	font-weight: bold;
}
.information-detail .info-typeb figure {
	padding-bottom: 0;
}

/* 時計1 */
.information-detail .info-product1 h2{
	color: #4c4c4c;
	font-weight: bold;
}
.information-detail .info-product1 figure {
	padding-bottom: 0;
}
.information-detail .info-product1 figure + p {
	text-align: center;
}

/* 時計2 */
.information-detail .info-product2 h2{
	color: #4c4c4c;
	font-weight: bold;
}
.information-detail .info-product2 figure {
	padding-bottom: 0;
}
.information-detail .info-product2 figure + p {
	text-align: center;
}

/* 時計2 */
.information-detail .info-product3 h2{
	color: #4c4c4c;
	font-weight: bold;
}
.information-detail .info-product3 figure {
	padding-bottom: 0;
}
.information-detail .info-product3 figure + p {
	text-align: center;
}

/* 画像右 */
.information-detail .col2-r {
	background: #f2f2f2;
}
.information-detail .col2-r h2 {
	background: #3b5b59;
	color: #fff;
	font-weight: bold;
}
.information-detail .col2-r .con {
	border-bottom: 1px solid #ccc;
}
.information-detail .col2-r .con:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.information-detail .col2-r .right img {
	border: 1px solid #ddd;
}
.information-detail .col2-r figure {
	padding-bottom: 0;
}
.information-detail .special {
	background-color: #fff;
}

/* 画像左 */
.information-detail .col2-l h2 {
	font-weight: bold;
	font-size: 2rem;
}

/* 3列背景グレー */
.information-detail .col3 h2 {
	color: #4c4c4c;
	font-weight: bold;
}
.information-detail .info-col3 {
	background: #f2f2f2;
}
.information-detail .col3 .info-col3 .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
.information-detail .col3 .info-col3 .wp-block-group__inner-container figure {
	margin: 0;
	padding: 0;
}
.information-detail .col3 .info-col3 .wp-block-group__inner-container figure img {
	width: 100%;
	border: 1px solid #ddd;
}

/* 2列背景グレー */
.information-detail .gray-col2 {
	background: #f2f2f2;
}
.information-detail .gray-col2 h2 {
	background: #3b5b59;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.information-detail .gray-col2 h3 {
	font-weight: bold;
	line-height: 1.5;
}

/* 表 */
.information-detail table.campaign-table {
	border-collapse: collapse;
}
.information-detail table.campaign-table th, .information-detail table.campaign-table td {
	border: solid 1px #ccc;
	height: auto!important;
}
.information-detail table.campaign-table th {
	background: #284341;
	color: #fff;
	font-weight: bold;
}
.information-detail table.campaign-table td {
	text-align: left;
}
.information-detail table.campaign-table img {
	margin: 0;
}

/* 動画 */
.information-detail .info-movie {
	position: relative;
}
.information-detail .info-movie a:before {
	content: '';
	display: inline-block;
	background-image: url(common/img/information/icon_movie.png);
	width: 98px;
	height: 99px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
}
.information-detail .info-movie {
	padding-bottom: 0;
}

/* リスト */
.information-detail .info-list-dl dl dt {
	font-weight: bold;
}
.information-detail .info-list-dl dl dd {
	position: relative;
	text-align: left;
}

/* 緑背景見出し */
.information-detail .ttl-green-l {
	background: #3b5b59;
	color: #fff;
	font-weight: bold;
}
/* グレーライン */
.information-detail .gray-line {
	background: #eee;
}

/* YouTubeサムネイル設定 */
.youtube-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

/* 再生アイコンの表示 */
.youtube-thumbnail::before {
    content: '';
    background-image: url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/icon-play-youtube.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px; /* アイコンサイズ */
    height: 64px; /* アイコンサイズ */
    z-index: 1;
    pointer-events: none; 
}

/* iframe表示設定 */
.youtube-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
}

@media (max-width: 750px) {
	/* タイプA */
	.information-detail .info-typea {
		padding-bottom: 10.6666vw;
	}
	.information-detail .info-typea h2 {
		font-size: 2.2rem;
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-typea img {
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-typea p + p {
		margin-bottom: 5.3333vw;
	}

	/* タイプB */
	.information-detail .info-typeb {
		padding-bottom: 10.6666vw;
	}
	.information-detail .info-typeb h2 {
		font-size: 2.2rem;
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-typeb img {
		margin-bottom: 5.3333vw;
		margin-top: 5.3333vw;
	}
	.information-detail .info-typeb p + p {
		margin-bottom: 5.3333vw;
	}

	/* 時計1 */
	.information-detail .info-product1 {
		padding-bottom: 10.6666vw;
	}
	.information-detail .info-product1 h2{
		font-size: 2.2rem;
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-product1 img {
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-product1 img + p {
		text-align: center;
	}
	.information-detail .info-product1 p + p {
		margin-top: 3.9999vw;
	}

	/* 時計2 */
	.information-detail .info-product2 {
		padding-bottom: 10.6666vw;
	}
	.information-detail .info-product2 h2{
		font-size: 2.2rem;
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-product2 img {
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-product2 img + p {
		text-align: center;
	}
	.information-detail .info-product2 p + p {
		margin-top: 3.9999vw;
	}
	.information-detail .info-product2 .wp-block-columns {
		display: flex;
		justify-content: space-between;
	}
	.information-detail .info-product2 .wp-block-column {
		width: 49%;
	}

	/* 時計3 */
	.information-detail .info-product3 {
		padding-bottom: 10.6666vw;
	}
	.information-detail .info-product3 h2{
		font-size: 2.2rem;
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-product3 img {
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-product3 img + p {
		text-align: center;
	}
	.information-detail .info-product3 p + p {
		margin-top: 3.9999vw;
	}

	/* 画像右 */
	.information-detail .col2-r {
		padding: 2.6666vw;
		margin-bottom: 10.6666vw;
	}
	.information-detail .col2-r .con {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 3.9999vw!important;
		margin-bottom: 3.9999vw!important;
	}
	.information-detail .col2-r .left {
		width: 100%;
		margin-bottom: 3.9999vw;
	}
	.information-detail .col2-r h2 {
		font-size: 1.8rem;
		padding: 1.3333vw;
		margin-bottom: 2.6666vw;
	}
	.information-detail .col2-r .right {
		width: 100%;
	}

	/* 画像左 */
	.information-detail .col2-l {
		padding: 2.6666vw;
		margin-bottom: 8vw;
	}
	.information-detail .col2-l h2 {
		font-size: 1.8rem;
		padding: 1.3333vw 0;
		margin-bottom: 4vw;
	}
	.information-detail .col2-l figure {
		padding-bottom: 4vw;
	}


	/* 3列背景グレー */
	.information-detail .col3 h2 {
		font-size: 2.2rem;
		margin-bottom: 5.3333vw;
	}
	.information-detail .info-col3 {
		padding: 2.6666vw 2.6666vw 0;
	}
	.information-detail .col3 .info-col3 .wp-block-group__inner-container figure {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.information-detail .col3 .info-col3 .wp-block-group__inner-container figure:nth-child(2n) {
		margin-right: 0;
	}

	/* 2列背景グレー */
	.information-detail .gray-col2 {
		padding: 2.6666vw 2.6666vw 0;
		margin-bottom: 10.6666vw;
	}
	.information-detail .gray-col2 h2 {
		font-size: 1.8rem;
		padding: 2vw;
		margin-bottom: 2.6666vw;
	}
	.information-detail .gray-col2 h3 {
		font-size: 2rem;
		margin-bottom:  2.6666vw;
	}
	.information-detail .gray-col2 .wp-block-column {
		padding-bottom: 8vw;
	}

	/* 動画 */
	.information-detail figure.info-movie {
		margin-bottom: 10.6666vw;
		padding-bottom: 0!important;
	}

	/* リスト */
	.information-detail .info-list-dl {
		margin-bottom: 2.6666vw;
	}

	/* 窓 */
	.information-detail .info-scroll {
		border: 1px solid #ddd;
		padding: 2.6666vw;
		margin-bottom: 10.6666vw;
		height: 30vw;
		overflow-y: scroll;
	}

	/* 表 */
	.information-detail table.campaign-table {
		width: 100%;
		padding: 2.6666vw;
		margin-bottom: 8vw;
	}
	.information-detail table.campaign-table th,
	.information-detail table.campaign-table td {
		border-bottom: none;
		display: block;
		width: 100%;
		padding: 2.6666vw;
	}
	.information-detail table.campaign-table td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}

	/* 緑背景見出し */
	.information-detail .ttl-green-l {
		font-size: 2rem;
		padding: 1.9999vw;
		margin-bottom: 3.9999vw;
	}
	/* グレーライン */
	.information-detail .gray-line {
		height: 20px;
		margin: 8vw 0;
	}
	/* 緑背景見出し小 */
	.information-detail .ttl-green-s {
		background: #3b5b59;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
		max-width: 130px;
		text-align: center;
		padding: 1.9999vw;
		margin-bottom: 3.9999vw;
	}
	/* NEW */
	.information-detail .info-new {
		background: #990000;
		display: inline-block;
		color: #fff;
		font-weight: bold;
		font-size: 1.8rem;
		padding: 1.9999vw 3.8vw;
		margin-bottom: 3.9999vw;
	}
	/* ボタン */
	.information-detail a.btn-green {
		background: #3b5b59;
		color: #fff;
		display: block;
		font-weight: bold;
		padding: 1.6666vw;
		margin: 0 auto 3.1249vw;
		text-align: center;
		position: relative;
	}
	.information-detail a.btn-green:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 24px;
		height: 8px;
		background-image: url(common/img/icon-more.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		padding-left: 12px;
	}
	.information-detail .btn-white-link a {
		border: 1px solid #3b5b59;
		color: #3b5b59;
		display: block;
		font-weight: bold;
		padding: 1.6666vw;
		margin: 0 auto 3.1249vw;
		text-align: center;
		position: relative;
	}
	.information-detail .btn-white-link a span {
		display: block;
		font-weight: bold;
		font-size: 1.4rem;
	}
	.information-detail .btn-white-link a:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 24px;
		height: 8px;
		background-image: url(common/img/icon-more-green.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-left: 12px;
	}
}

/* Number check loading */
.number-loading{
	position: relative;
}
.number-loading:before{
	content: "\f021";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	opacity: 0.2;
	display: inline-block;
	font-size: 12px;
	left: 158px;
	top: 9px;
	position: absolute;
	animation: n_spin 1.5s infinite linear;
}
.random-numb.loading i{
	animation: n_spin 1.5s infinite linear;
}
@keyframes n_spin {
	0%{
		transform: rotate(0);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(360deg);
	}
}


@media (min-width: 751px) {
	/* タイプA */
	.information-detail .info-typea {
		padding-bottom: 4.1666vw;
	}
	.information-detail .info-typea h2 {
		font-size: 2.8rem;
		margin-bottom: 2.0833vw;
	}
	.information-detail .info-typea img {
		margin-bottom: 2.0833vw;
	}
	.information-detail .info-typea p + p {
		margin-bottom: 2.0833vw;
	}

	/* タイプB */
	.information-detail .info-typeb {
		padding-bottom: 4.1666vw;
	}
	.information-detail .info-typeb h2 {
		font-size: 2.8rem;
		margin-bottom: 2.0833vw;
	}
	.information-detail .info-typeb img {
		margin-bottom: 2.0833vw;
		margin-top: 2.0833vw;
	}
	.information-detail .info-typeb p + p {
		margin-bottom: 2.0833vw;
	}

	/* 時計1 */
	.information-detail .info-product1 {
		padding-bottom: 4.1666vw;
	}
	.information-detail .info-product1 h2{
		font-size: 2.8rem;
		margin-bottom: 3.1249vw;
	}
	.information-detail .info-product1 img {
		margin-bottom: 4.1666vw;
	}
	.information-detail .info-product1 p + p {
		margin-top: 2.0833vw;
	}

	/* 時計2 */
	.information-detail .info-product2 {
		padding-bottom: 4.1666vw;
	}
	.information-detail .info-product2 h2{
		font-size: 2.8rem;
		margin-bottom: 3.1249vw;
	}
	.information-detail .info-product2 img {
		margin-bottom: 4.1666vw;
	}
	.information-detail .info-product2 p + p {
		margin-top: 2.0833vw;
	}
	.information-detail .info-product2 .wp-block-columns {
		display: flex;
		justify-content: space-between;
	}
	.information-detail .info-product2 .wp-block-column {
		width: 48%;
	}

	/* 時計3 */
	.information-detail .info-product3 {
		padding-bottom: 4.1666vw;
	}
	.information-detail .info-product3 h2{
		font-size: 2.8rem;
		margin-bottom: 3.1249vw;
	}
	.information-detail .info-product3 img {
		margin-bottom: 4.1666vw;
	}
	.information-detail .info-product3 p + p {
		margin-top: 2.0833vw;
	}
	.information-detail .info-product3 .wp-block-columns {
		display: flex;
		justify-content: space-between;
	}
	.information-detail .info-product3 .wp-block-column {
		width: 30%;
	}

	/* 画像右 */
	.information-detail .col2-r {
		padding: 4.1666vw;
		margin-bottom: 4.1666vw;
	}
	.information-detail .col2-r .con {
		display: flex;
		justify-content: space-between;
		padding-bottom: 2.0833vw!important;
		margin-bottom: 2.0833vw!important;
	}
	.information-detail .col2-r .left {
		width: 49%;
	}
	.information-detail .col2-r h2 {
		font-size: 2rem;
		padding: 1.0416vw;
		margin-bottom: 1.0416vw;
	}
	.information-detail .col2-r .right {
		width: 46.7%;
	}
	.information-detail .col2-r .con figure {
		padding-bottom: 0;
	}
	.information-detail .col2-r.special{
		background-color:none;
	}

	/* 画像左 */
	.information-detail .col2-l {
		margin-bottom: 4.1666vw;
		display: flex;
		justify-content: space-between;
	}
	.information-detail .col2-l .left {
		width: 40%;
	}
	.information-detail .col2-l .right {
		width: 55%;
	}
	.information-detail .col2-l h2 {
		font-size: 2rem;
		margin-bottom: 2.0833vw;
	}

	/* 3列背景グレー */
	.information-detail .col3 h2 {
		font-size: 2.8rem;
		margin-bottom: 3.1249vw;
	}
	.information-detail .info-col3 {
		padding: 4.1666vw 4.1666vw 2.0833vw;
	}
	.information-detail .col3 .info-col3 .wp-block-group__inner-container figure {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.information-detail .col3 .info-col3 .wp-block-group__inner-container figure:nth-child(3n) {
		margin-right: 0;
	}

	/* 2列背景グレー */
	.information-detail .gray-col2 {
		padding: 4.1666vw;
		display: flex;
		justify-content: space-between;
	}
	.information-detail .gray-col2 .wp-block-column {
		width: 45%;
	}
	.information-detail .gray-col2 h2 {
		font-size: 2rem;
		padding: 1.0416vw;
		margin-bottom: 2.0833vw;
	}
	.information-detail .gray-col2 h3 {
		font-size: 2rem;
		margin-bottom: 2.0833vw;
	}

	/* 動画 */
	.information-detail .info-movie {
		margin-bottom: 3.1249vw!important;
	}
	.information-detail figure.info-movie {
		padding-bottom: 0!important;
	}

	/* リスト */
	.information-detail .info-list-dl {
		margin-bottom: 2.0833vw;
	}
	.information-detail .info-list-dl dl {
		display: flex;
	}
	.information-detail .info-list-dl dl dt {
		width: 20%;
	}	
	.information-detail .info-list-dl dl dd {
		width: 80%;
	}
	.information-detail .info-list-dl dl dd:before {
		content: '：';
		display: inline-block;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: -30px;
	}

	/* 窓 */
	.information-detail .info-scroll {
		border: 1px solid #ddd;
		padding: 2.0833vw;
		margin-bottom: 4.1666vw;
		height: 20vw;
		overflow-y: scroll;
	}

	/* 表 */
	.information-detail table.campaign-table {
		margin-bottom: 4.1666vw;
	}
	.information-detail table.campaign-table th {
		width: 30%;
		text-align: center;
		vertical-align: middle;
		padding: 1.0416vw;
	}
	.information-detail table.campaign-table td {
		width: 70%;
		padding: 1.0416vw;
	}

	/* 緑背景見出し */
	.information-detail .ttl-green-l {
		font-size: 2rem;
		padding:0.7812vw;
		margin-bottom: 2.0833vw;
	}
	/* グレーライン */
	.information-detail .gray-line {
		width: 100%;
		height: 20px;
		margin: 3.1249vw 0;
	}
	/* 緑背景見出し小 */
	.information-detail .ttl-green-s {
		background: #3b5b59;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
		max-width: 130px;
		text-align: center;
		padding: 0.7812vw;
		margin-bottom: 2.0833vw;
	}
	/* NEW */
	.information-detail .info-new {
		background: #990000;
		display: inline-block;
		color: #fff;
		font-weight: bold;
		font-size: 1.8rem;
		padding: 0.7812vw 1.4vw;
		margin-bottom: 2.0833vw;
	}
	/* ボタン */
	.information-detail a.btn-green {
		background: #3b5b59;
		color: #fff;
		display: block;
		max-width: 400px;
		font-weight: bold;
		padding: 1.6666vw;
		margin: 0 auto 3.1249vw;
		text-align: center;
		position: relative;
	}
	.information-detail a.btn-green:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 24px;
		height: 8px;
		background-image: url(common/img/icon-more.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		padding-left: 12px;
	}
	.information-detail .btn-white-link a {
		border: 1px solid #3b5b59;
		color: #3b5b59;
		display: block;
		max-width: 400px;
		font-weight: bold;
		padding: 1.6666vw;
		margin: 0 auto 3.1249vw;
		text-align: center;
		position: relative;
	}
	.information-detail .btn-white-link a span {
		display: block;
		font-weight: bold;
		font-size: 1.4rem;
	}
	.information-detail .btn-white-link a:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 24px;
		height: 8px;
		background-image: url(common/img/icon-more-green.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-left: 12px;
	}
}

/* ボールウォッチ ピックアップサービスフォーム */
.wpcf7-spinner{
	display:none;
}
.wpcf7-list-item-label{
	color:#000 !important;
}
input::placeholder, textarea::placeholder{
	color:#BFC0C3;
}
.contact select{
	 border: 1px solid #ccc;
    padding: 5px;
}


@media (max-width: 750px) {
	.top-slide .slide-new {
		background-repeat: no-repeat!important;
		background-position: bottom left 30%;
		background-size: cover;
		width: 100%;
		height: 106vw;
		position: relative;
	}
	.top-slide .slide-new .txt {
		padding-left: 4%!important;
		padding-top: 0%!important;
		font-size: 4vw;
	}
	.top-slide .slide-new .txt-l {
		padding: 10px 0;
		font-size: 7vw;
	}
	.top-slide .slide-new .txt-t {
		padding: 10px 0;
		font-size: 4.3vw;
	}
	.top-slide .slide-new .txt-s {
		font-size: 3.2vw;
	}
	.top-slide .slide-new .txt-m {
		display: block;
		margin-bottom: 10px;
		font-size: 3.2vw;
	}
	.top-slide .slide-new .img.slide-06 img {
		bottom: 0;
		right: -2%;
    	height: 106vw;
	}
	.top-slide .swiper-slide.slide-new.slide-14{
		background-image: url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-14.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-15{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-15_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-16{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-16_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-17{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-17_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-18{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-18_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-19{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-19_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-20{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-20_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-21{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-21_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-22{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-22_sp.jpg');
	}
                                .top-slide .swiper-slide.slide-new.slide-23{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-23-scaled_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-24{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-24-scaled_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-25{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-25-scaled_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-26{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-26_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-27{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-27-scaled_sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-28{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-28-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-29{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-29-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-30{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-30-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-31{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-31-scaled-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-31 p.txt{
		height: 57%;
	}
	.top-slide .swiper-slide.slide-new.slide-31 p.txt span.txt-l{
		font-size:6.2vw;
	}
	.top-slide .swiper-slide.slide-new.slide-32{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-32-scaled-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-33{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-33-scaled-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-34{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-34-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-35{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-35-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-36{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-36-scaled-sp.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-36 .txt{
		width: 100vw;
		z-index: 12;
		position: relative;
	}
	.top-slide .swiper-slide.slide-new.slide-36 .img{
		width: 100vw;
		z-index: 10;
		position: relative;
	}
	.top-slide .swiper-slide.slide-new.slide-36 .img img{
		aspect-ratio: 375/398;
	}
	.top-slide .swiper-slide.slide-new.slide-36 .txt-l{
		font-size:4.4vw;
		line-height: 1.5!important;
		padding-top: 0;
		font-weight: bold;
	}
	.top-slide .swiper-slide.slide-new.slide-37{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-37-scaled-sp.jpg');
	}
}

@media (min-width: 751px) {
	.top-slide .slide-new {
		background-position: bottom center!important;
		background-size: cover;
		width: 100%;
		height: 40vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.top-slide .slide-new .txt {
		font-size: 2vw;
		padding-left: 2%!important;
		margin-top: -180px;
	}
	.top-slide .slide-new .txt-l {
		font-size: 3.3vw;
	}
	.top-slide .slide-new .txt-l-2 {
		font-size: 3.0vw;
	}
	.top-slide .slide-new .txt-l br {
		display: none;
	}
	.top-slide .slide-new.txt-s {
	    line-height: 1.5!important;
	}
	.top-slide .swiper-slide.slide-new.slide-14{
		background-image: url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-14.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-15{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-15-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-16{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-16-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-17{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-17-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-18{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-18-scaled.jpg');
	}
		.top-slide .swiper-slide.slide-new.slide-19{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-19-scaled.jpg');
	}
		.top-slide .swiper-slide.slide-new.slide-20{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-20-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-21{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-21-scaled.jpg');
	}
		.top-slide .swiper-slide.slide-new.slide-22{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-22-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-23{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-23-scaled-1-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-24{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-24-scaled-1-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-25{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-25-scaled-1-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-26{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-26-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-27{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-27-scaled-2-scaled.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-28{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-28-scaled-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-29{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-29-scaled-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-30{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-30-scaled-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-31{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-31-scaled-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-32{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-32-scaled-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-33{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-33-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-34{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-34-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-35{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-35-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-36{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-36-scaled-1.jpg');
	}
	.top-slide .swiper-slide.slide-new.slide-36 .txt{
		width: 10vw;
		z-index: 12;
		position: relative;;
		text-shadow: 0 0 .5em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5), 0 0 1.5em rgba(0, 0, 0, 0.5);
	}
	.top-slide .swiper-slide.slide-new.slide-36 .img{
		width: 90vw;
		z-index: 10;
	}
	.top-slide .swiper-slide.slide-new.slide-36 .img img{
		aspect-ratio: 1065 / 754;
	}
	.top-slide .swiper-slide.slide-new.slide-36 .txt-l{
		font-size:2.4vw;
		padding-top: 9vw;
		line-height: 1.5!important;
		font-weight: bold;
	}
	.top-slide .swiper-slide.slide-new.slide-18 .img.slide-06 img{
		height:98%;
		bottom:1%;
	}
	.top-slide .swiper-slide.slide-new.slide-37{
		background-image:url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/img-slide-37-scaled-1.jpg');
	}
}

.information-detail .bg-grey-straight{
	background: #f2f2f2;
	padding: 2.6666vw;
	border-bottom:1px solid #bfbfbf; 
}
.information-detail .bg-grey-straight:last-child{
	margin-bottom: 10.6666vw;
	border-bottom:none; 
}
.information-detail .bg-grey-straight h2.simple-ttl {
	background:initial;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 2.8rem;
	padding: 1.3333vw;
	
}
.aun-swiper {
	max-width: 716px;
	margin-left: auto;
	margin-right: auto;
}