@charset "utf-8";

:root {
	--color-pitch-gray: #444;
	--color-bk-light: #f5f5f5;
	--color-dark-red: #8f2719;
}

/* 評価削除
.golffeedback.js-golffeedback-visible {
	display: none !important;
}
*/
#contents_area *, #contents_area ::before, #contents_area ::after {
	box-sizing: border-box;
}

#contents_area {
	line-height: 1.5
}

.int img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.int .pc {
	display: inline-block;
}

.int .sp, .int .mb {
	display: none;
}

@media screen and (max-width: 768px) {
	.int .pc {
		display: none;
	}

	.int .sp {
		display: inline-block;
	}
}

@media screen and (max-width: 420px) {
	.int .mb {
		display: inline-block;
	}
}

.int .caution {
	font-size: clamp(10px, 3.3vw, 15px)
}

.int .main {
	color: var(--color-pitch-gray);
	font-family: "Hiragino Kaku Gothic W3", sans-serif;
	letter-spacing: .15em;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

.int .main section {
	width: min(1240px, 100%);
	padding: 0 20px;
	margin: auto;
}

@media screen and (max-width : 768px) {
	.int .main section {
		width: 100%;
		padding: 0 7vw;
	}
}

.int main .hero {
	width: 100%;
	margin: auto;
	padding: 0;
	border-top: solid 1px var(--color-gray);
	text-align: center;
}

.int main .hero:after {
	display: block;
	content: '';
	margin-top: -6vw;
	width: 100%;
	height: 8vw;
	background: var(--color-dark-red);
}

@media screen and (max-width : 768px) {
	.int main .hero {
		background: var(--color-dark-red);
		border-top: none;
	}

	.int main .hero:after {
		display: none;
	}
}

.int main .hero h1 {
	width: min(1400px, 100%);
	margin: auto;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}

@media screen and (max-width : 768px) {
	.int main .hero h1 {
		border-radius: 0;
	}
}

.int main .hero h2 {
	font-size: clamp(24px, 2.7vw, 32px);
	color: var(--color-white);
	display: inline;
	background: var(--color-dark-red);
	width: fit-content;
	min-width: 980px;
	padding: .7em 1.2em 0;
	margin: -2vw auto 0;
	text-align: left;
	border-radius: 20px 20px 0 0;
}

@media screen and (max-width : 768px) {
	.int main .hero h2 {
		font-size: clamp(16px, 5.1vw, 27px);
		display: inline-block;
		min-width: inherit;
		max-width: 90vw;
		padding: .5em 1.2em;
		margin: -1.6em auto 0;
		text-align: center;
		border-radius: 4vw 4vw 0 0;
	}
}

.int main .int_text {
	font-size: 20px;
	line-height: 1.7;
	margin-top: 2.3rem;
}

@media screen and (max-width : 768px) {
	.int main .int_text {
		font-size: clamp(15px, 4.3vw, 21px);
		line-height: 1.6;
		margin-top: 1.7em;
	}
}

.int .int_item {
	margin-top: 7rem;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width : 768px) {
	.int .int_item {
		margin-top: 13vw;
	}
}

.int_item .int_title h3 {
	font-size: 30px;
	padding-left: .8em;
	position: relative;
}

.int_item .int_title h3::before {
	content: '';
	position: absolute;
	top: .3em;
	left: 0;
	display: inline-block;
	width: .2em;
	height: .92em;
	background-color: var(--color-dark-red);
	border-radius: 3px;
}

@media screen and (max-width : 768px) {
	.int_item .int_title h3 {
		font-size: clamp(16px, 5.55vw, 27px);
	}
}

.win .int_item .int_title h3::before {
	top: .24em;
}

.int_item .int_ph {
	width: min(980px, 100%);
	border-radius: 20px;
	margin: 4rem auto 0;
	overflow: hidden;
}

@media screen and (max-width : 768px) {
	.int_item .int_ph {
		width: 100vw;
		border-radius: 0;
		margin: 6vw -7vw 0;
		overflow: hidden;
	}
}

.int_item .int_copy {
	font-size: 18px;
	line-height: 2;
	margin: 3rem 1.5rem 0;
}

@media screen and (max-width : 768px) {
	.int_item .int_copy {
		font-size: clamp(14px, 4.4vw, 20px);
		line-height: 1.8;
		margin: 6vw 0 0;
	}
}

.int .bkg {
	width: 100%;
	margin: 120px auto 0;
	background: var(--color-bk-light);
	padding: 100px 0;
}

@media screen and (max-width : 768px) {
	.int .bkg {
		margin: 15vw auto 0;
		padding: 13vw 0;
	}
}

.int h5 {
	padding: 0 0 1.6rem;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.int h5::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0.1em;
	display: inline-block;
	width: clamp(50px, 7%, 120px);
	height: 3px;
	transform: translateX(-50%);
	background-color: var(--color-dark-red);
}

.int h5.obbk::after {
	background-color: var(--color-pitch-gray);
}

@media screen and (max-width : 768px) {
	.int h5 {
		padding: 0 0 1.2rem;
		font-size: clamp(16px, 6.1vw, 29px);
	}

	.int h5::after {
		width: clamp(35px, 15vw, 90px);
		height: 2px;
	}
}

.int h6 {
	font-size: 20px;
	padding-left: 1.4rem;
	position: relative;
	margin-top: 3rem;
}

.int h6::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: .6em;
	height: 3px;
	transform: translateY(-50%);
	background-color: var(--color-pitch-gray);
}

@media screen and (max-width : 768px) {
	.int h6 {
		font-size: clamp(15px, 4.6vw, 23px);
		padding-left: 1.4em;
		margin-top: 8vw;
	}

	.int h6::after {
		width: .7em;
		height: 2px;
		top: 0.74em;
		transform: none;
	}
}

.int .photos .photos_ph {
	margin: 35px auto .7rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

@media screen and (max-width : 768px) {
	.int .photos .photos_ph {
		margin: 5vw auto 2vw;
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
	}
}

.int .photos .photos_ph li {
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}

.int .photos .photos_ph li::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(/golf/1001miyazato/interview2023/image/expansion.svg);
	background-size: contain;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	opacity: .8;
}

@media screen and (max-width : 768px) {
	.int .photos .photos_ph li {
		border-radius: 2vw;
	}

	.int .photos .photos_ph li::after {
		width: min(25px, 5vw);
		height: min(25px, 5vw);
		bottom: 6px;
		right: 6px;
	}
}

.int .photos .photos_ph a img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}

@media (any-hover: hover) {

	.int .photos .photos_ph a img,
	.int .photos .photos_ph li::after {
		transition: all .5s ease;
	}

	.int .photos .photos_ph a:hover img {
		transform: scale(1.04);
		filter: brightness(110%);
	}

	.int .photos .photos_ph li:hover::after {
		opacity: 1;
		filter: brightness(0);
	}
}

.int .car {
	text-align: center;
}

.int .c-btn {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: .8em 1.5em .8em 1em;
	display: inline-block;
	position: relative;
	background-color: var(--color-white);
	border: 1px solid var(--color-black);
	color: var(--color-black);
	width: 300px;
	border-radius: 10px;
}

@media screen and (max-width : 768px) {
	.int .c-btn {
		font-size: clamp(13px, 4vw, 19px);
		width: min(640px, 90%);
		border-radius: 2vw;
	}
}

.int .c-btn.link_zrv {
	font-size: 21px;
	background-color: var(--color-dark-red);
	color: var(--color-white) !important;
	margin: 2.5em auto 0;
	width: 600px;
	border: none;
}

@media screen and (max-width : 768px) {
	.int .c-btn.link_zrv {
		font-size: clamp(13px, 4vw, 21px);
		width: min(640px, 90%);
	}
}

.int .c-btn::before {
	content: '';
	display: inline-block;
	border-color: inherit;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width : 768px) {
	.int .c-btn::before {
		width: 8px;
		height: 8px;
		right: 5vw;
	}
}

.int .c-btn.link_zrv::before {
	border-color: var(--color-white) !important;
}

@media (any-hover: hover) {
	.int .c-btn, .int .c-btn::before {
		transition: all .3s ease !important;
	}

	#contents_area a.c-btn:hover {
		opacity: inherit;
	}

	.int .c-btn:hover {
		background-color: var(--color-light-gray);
	}

	.int .c-btn.link_zrv:hover {
		background-color: var(--color-dark-blue);
	}

	.int .c-btn:hover::before {
		transform: translateX(4px) rotate(-45deg);
	}
}

/* caution_list */
.int .main section.caution_list {
	margin-top: 1.7rem;
}

.int .main section.caution_list li {
	margin: .5em 0 0 1em;
	text-indent: -1em;
}

/* profile */
.int .main section.profile {
	margin-top: 120px;
}

@media screen and (max-width : 768px) {
	.int .main section.profile {
		margin-top: 13vw;
	}
}

.int .profile .man {
	width: min(980px, 100%);
	margin: 3vw auto 0;
	display: grid;
	grid-template-columns: 235px 1fr;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 50px;
	grid-row-gap: 10px;
}

@media screen and (max-width : 768px) {
	.int .profile .man {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		grid-column-gap: 0;
		grid-row-gap: 3vw;
	}
}

.int .profile .man .photo {
	grid-area: 1 / 1 / 3 / 2;
	margin-top: .3rem;
	overflow: hidden;
}

.int .profile .man .photo img {
	border-radius: 20px;
}

@media screen and (max-width : 768px) {
	.int .profile .man .photo {
		grid-area: 1 / 1 / 2 / 2;
		overflow: hidden;
		border-radius: 4vw;
		width: min(310px, 70%);
		margin: 4vw auto 0;
	}

	.int .profile .man .photo img {
		border-radius: 4vw;
	}
}

.int .profile .man .title {
	grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width : 768px) {
	.int .profile .man .title {
		grid-area: 2 / 1 / 3 / 2;
		text-align: center;
	}
}

.int .profile .man .title .type {
	font-size: 11px;
	padding: .3rem .35rem;
	display: inline-block;
	line-height: 1;
	border-radius: 5px;
	background-color: #ecefed;
}

.int .profile .man .title .name {
	font-size: 24px;
	font-weight: 700;
	padding: .4rem 0 0;
}

@media screen and (max-width : 768px) {
	.int .profile .man .title .name {
		font-size: clamp(16px, 6.1vw, 29px);
	}
}

.int .profile .man .title .name_en {
	font-size: 15px;
	display: inline-block;
	color: var(--color-red);
	font-weight: 400;
	position: relative;
	top: -0.2rem;
	left: 1rem;
}

@media screen and (max-width : 768px) {
	.int .profile .man .title .name_en {
		font-size: .62em;
		display: block;
		position: inherit;
	}
}

.int .profile .man .info {
	grid-area: 2 / 2 / 3 / 3;
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width : 768px) {
	.int .profile .man .info {
		grid-area: 3 / 1 / 4 / 2;
		font-size: clamp(13px, 4vw, 19px);
		line-height: 1.8;
	}
}

.int .car .car_name {
	font-size: 56px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 1rem auto 1.3rem;
	background: linear-gradient(#111 0%, var(--color-dark-red) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

@media screen and (max-width : 768px) {
	.int .car .car_name {
		font-size: clamp(24px, 8.8vw, 44px);
		margin: .3em auto .5em;
	}
}

.int .car .car_ph {
	width: min(1040px, 100%);
	margin: 0 auto;
}

.int .car .car_ph img {
	border-radius: 20px;
	filter: drop-shadow(0 0 6px var(--color-gray));
}

@media screen and (max-width : 768px) {
	.int .car .car_ph img {
		border-radius: 3vw;
	}
}

/* 関連コンテンツ */
.int .main section.related {
	margin: 100px auto 120px;
}

@media screen and (max-width : 768px) {
	.int .main section.related {
		margin: 13vw auto;
	}
}

.connection_mov {
	width: fit-content;
	min-width: 980px;
	margin: auto;
}

.connection_mov .connection_wrap {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

@media screen and (max-width : 768px) {
	.connection_mov {
		min-width: inherit;
	}

	.connection_mov .connection_wrap {
		margin: 7vw auto 0;
		padding: 0;
		gap: 12vw;
	}
}

.connection_mov .connection_wrap li a {
	display: flex;
	align-items: center;
	gap: 60px;
	width: fit-content;
}

@media (any-hover: hover) {

	.connection_mov .connection_wrap li a,
	.connection_mov .connection_wrap li a .connection_photo img {
		transition: all .5s ease !important;
	}

	.connection_mov .connection_wrap li a:hover .c-btn {
		background-color: #eee;
	}

	.connection_mov .connection_wrap li a:hover .c-btn::before {
		transform: translateX(4px) rotate(-45deg);
	}

	.connection_mov .connection_wrap li a:hover .connection_photo img {
		transform: scale(1.05);
	}
}

@media screen and (max-width : 768px) {
	.connection_mov .connection_wrap li a {
		flex-direction: column;
		gap: 4vw;
	}
}

.connection_wrap li div.connection_photo {
	width: 340px;
	overflow: hidden;
	border-radius: 10px;
}

.connection_wrap li div.connection_copy {
	flex: 1;
}

@media screen and (max-width : 768px) {
	.connection_wrap li div.connection_photo {
		width: min(640px, 90%);
		margin: 0 auto;
		border-radius: 3vw;
	}

	.connection_wrap li div.connection_copy {
		width: 100%;
	}
}

.connection_wrap li div.connection_copy p {
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 2rem;
}

@media screen and (max-width : 768px) {
	.connection_wrap li div.connection_copy p {
		font-size: clamp(13px, 4vw, 19px);
		width: fit-content;
		display: block;
		margin: 0 auto;
		padding-bottom: 4vw;
	}

	.connection_wrap .bt_mov_wrap {
		text-align: center;
	}

	.connection_wrap .bt_mov_wrap a {
		width: 100%;
		max-width: 345px;
	}
}

.int h6.hg {
	margin: 4rem 0 1.5rem;
}

@media screen and (max-width : 768px) {
	.int h6.hg {
		margin: 13vw 0 4vw;
	}
}

.int .hg_list {
	display: flex;
	flex-direction: column;
	gap: .8em;
	margin-left: 1.5em;
}

.int .hg_list li {
	margin-left: 1em;
	font-size: 17px;
	position: relative;
}

@media screen and (max-width : 768px) {
	.int .hg_list {
		margin-left: 6.4vw;
	}

	.int .hg_list li {
		margin-left: 0;
		font-size: clamp(13px, 4vw, 19px);
	}
}

.int .hg_list li::before {
	content: '';
	display: inline-block;
	border-color: inherit;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	transform: rotate(-45deg);
	position: absolute;
	top: .45em;
	left: -1.2em;
}

@media (any-hover: hover) {
	.int .hg_list li::before {
		transition: all .3s ease !important;
	}

	.int .hg_list li:hover::before {
		transform: translateX(4px) rotate(-45deg);
	}
}

/* ZR-V クルマ販売店メニュー */
.l-container--bg-dark-blue {
	background-color: var(--color-dark-blue)
}

.l-container__inner {
	padding-top: 30px;
	padding-bottom: 30px
}

@media screen and (max-width: 768px) {
	.l-container__inner {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.l-container--link .l-container__inner {
	padding-top: 30px;
	padding-bottom: 30px
}

@media screen and (max-width: 768px) {
	.l-container--link .l-container__inner {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.l-container__inner {
	max-width: 1020px;
	padding: 60px 20px 70px;
	margin: 0 auto
}

@media screen and (max-width: 768px) {
	.l-container__inner {
		padding: 40px 30px 40px
	}
}

.c-grid-link {
	display: flex;
	max-width: 730px;
	margin: 0 auto
}

@media screen and (max-width: 768px) {
	.c-grid-link {
		margin-left: -8px;
		margin-right: -8px
	}
}

.c-grid-link__item {
	padding: 0 8px;
	width: 33.3333333333%
}

.c-grid-link__link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--color-white);
	color: var(--color-black);
	text-decoration: none;
	border: 1px solid var(--color-gray);
	border-radius: 8px;
	min-height: 75px;
	text-align: center;
	transition: opacity .4s ease
}

@media(hover: hover) {
	.c-grid-link__link:hover {
		opacity: .7
	}
}

.c-grid-link__link>img {
	max-width: 38px
}

.c-grid-link__link p {
	font-size: 14px
}

@media screen and (max-width: 768px) {
	.c-grid-link__link p {
		font-size: 10px;
		margin-top: 3px
	}
}