html {
	scroll-behavior: smooth;
	background-color: #F8F8F8;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

#voice main {
	padding-top: 0 !important;
}
#voice .inner {
	width: min(85%, 1000px);
	margin-inline: auto;
}
#voice .anime0 {
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
#voice .opn_bg {
	width: 100vw;
	height: 100vh;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#voice .opn_bg.hidden {
	opacity: 0;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	z-index: -1;
}
#voice .mv {
	position: relative;
}
#voice .mv .imgbox .imgnote {
	position: absolute;
	font-size: 10px;
	right: 6%;
	bottom: 22.5vw;
}
#voice .mv-ttl__wrap {
	position: absolute;
	bottom: 35%;
	left: 8%;
	z-index: 2;
}
#voice .mv-ttl {
	font-size: clamp(2rem, 0.914rem + 2.26vw, 2.75rem);
}
#voice .mv-subTtl {
	font-size: clamp(0.813rem, 0.179rem + 1.318vw, 1.25rem);
}
#voice .mv-voiceBox {
	position: absolute;
	width: 40%;
	top: 18%;
	right: 3%;
	opacity: 0.8;
}
#voice .scrolldown1 {
	position: absolute;
	left: 50%;
	bottom: 13.5vw;
	height: 180px;
}
#voice .scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 180px;
	background: #fff;
	-webkit-animation: pathmove 1.4s ease-in-out infinite;
	        animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}
@-webkit-keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}
	30% {
		height: 180px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 150px;
		opacity: 0;
	}
}
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}
	30% {
		height: 180px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 150px;
		opacity: 0;
	}
}
@media screen and (max-width: 768px) {
	#voice .mv .imgbox .imgnote {
		bottom: 40.5vw;
	}
	#voice .mv-ttl__wrap {
		bottom: 40%;
	}
	#voice .mv-ttl {
		font-size: clamp(1.5rem, 0.287rem + 5.392vw, 2.875rem);
	}
	#voice .mv-subTtl {
		font-size: clamp(0.813rem, -0.015rem + 3.676vw, 1.75rem);
	}
	#voice .scrolldown1 {
		height: 120px;
		bottom: 19.5vw;
	}
	#voice .scrolldown1::after {
		height: 120px;
	}
	@-webkit-keyframes pathmove {
		0% {
			height: 0;
			top: 0;
			opacity: 0;
		}
		30% {
			height: 120px;
			opacity: 1;
		}
		100% {
			height: 0;
			top: 90px;
			opacity: 0;
		}
	}
	@keyframes pathmove {
		0% {
			height: 0;
			top: 0;
			opacity: 0;
		}
		30% {
			height: 120px;
			opacity: 1;
		}
		100% {
			height: 0;
			top: 90px;
			opacity: 0;
		}
	}
	#voice {
		/*@media screen end*/
	}
}
#voice .voice-wrap {
	margin-top: max(-7.7vw, -100px);
	position: relative;
	z-index: 1;
}
#voice .voice-tab__items {
	width: min(85%, 1000px);
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 24px;
}
#voice .tab__item {
	width: 300px;
	padding-block: min(1.2vw, 16px);
	text-align: center;
	opacity: 0.3;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	position: relative;
}
#voice .tab__item:nth-of-type(1) {
	background: -webkit-gradient(linear, left top, left bottom, from(#9B8B75), to(#806846));
	background: linear-gradient(180deg, #9B8B75 0%, #806846 100%);
}
#voice .tab__item:nth-of-type(2) {
	background: -webkit-gradient(linear, left top, left bottom, from(#966F5D), to(#805846));
	background: linear-gradient(180deg, #966F5D 0%, #805846 100%);
}
#voice .tab__item::before, #voice .tab__item::after {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 1px;
	content: "";
}
#voice .tab__item::before {
	top: -1px;
	left: 0;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#voice .tab__item::after {
	bottom: -1px;
	right: 0;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}
#voice .tab__item.active {
	opacity: 1;
	cursor: pointer;
}
#voice .tab__item:hover::before, #voice .tab__item:hover::after {
	width: 100%;
	height: 100%;
	-webkit-transition: width 0.3s ease, height 0.3s 0.3s ease;
	transition: width 0.3s ease, height 0.3s 0.3s ease;
}
#voice .tab__item:hover:nth-of-type(1) {
	opacity: 1;
	background: #fff;
}
#voice .tab__item:hover:nth-of-type(1) .tab__item--ja,
#voice .tab__item:hover:nth-of-type(1) .tab__item--en {
	color: #806846;
}
#voice .tab__item:hover:nth-of-type(1)::before, #voice .tab__item:hover:nth-of-type(1)::after {
	border-color: #806846;
}
#voice .tab__item:hover:nth-of-type(2) {
	opacity: 1;
	background: #fff;
}
#voice .tab__item:hover:nth-of-type(2) .tab__item--ja,
#voice .tab__item:hover:nth-of-type(2) .tab__item--en {
	color: #805846;
}
#voice .tab__item:hover:nth-of-type(2)::before, #voice .tab__item:hover:nth-of-type(2)::after {
	border-color: #805846;
}
#voice .tab__item .tab__item--ja {
	color: #fff;
	font-style: normal;
	font-size: 0.75rem;
	letter-spacing: 0.4em;
}
#voice .tab__item .tab__item--en {
	color: #fff;
	text-transform: uppercase;
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
}
#voice .voice__panel-item {
	display: none;
}
#voice .voice__panel-item.active {
	display: block;
}
#voice .qa__list--item {
	padding-block: min(9.4vw, 122px) min(9.2vw, 120px);
	background-image: url(../img/bg_wh.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 100%;
}
#voice .qa__list--item:nth-of-type(even) {
	background-image: url(../img/bg_gold.png);
	background-size: cover;
}
#voice .qa__list--item:nth-of-type(even) .qa__list--ttlWrap::before {
	left: 0vw;
	right: auto;
	color: rgba(218, 201, 193, 0.3);
}
#voice .qa__list--item:nth-of-type(even) .qa__list--ttlWrap,
#voice .qa__list--item:nth-of-type(even) .question {
	color: #fff;
}
#voice .qa__list--item:nth-of-type(even) .qa__list--subTtl::before {
	background: #fff;
	color: #fff;
}
#voice .qa__list--item:nth-of-type(even) .answer,
#voice .qa__list--item:nth-of-type(even) .answer::before {
	color: #E3E3E3;
}
#voice .qa__list--item:nth-of-type(even) .answer::after {
	background: #E3E3E3;
}
#voice .qa__list--item.dinksQa__list--item {
	background-image: url(../img/dinks-bg_wh.png);
}
#voice .qa__list--item.dinksQa__list--item .qa__list--ttlWrap::before {
	left: 0vw;
	right: auto;
}
#voice .qa__list--item.dinksQa__list--item:nth-of-type(even) {
	background-image: url(../img/dinks-bg_br.png);
}
#voice .qa__list--item.dinksQa__list--item:nth-of-type(even) .qa__list--ttlWrap::before {
	top: -4.8vw;
	right: 0vw;
	left: auto;
	color: rgba(218, 201, 193, 0.3);
}
#voice .qa__list--ttlWrap {
	text-align: center;
	position: relative;
}
#voice .qa__list--ttlWrap::before {
	position: absolute;
	content: attr(data-en);
	top: -4.8vw;
	right: 0vw;
	color: rgba(142, 118, 85, 0.3);
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-size: clamp(6.875rem, 2.53rem + 9.04vw, 9.875rem);
}
#voice .qa__list--subTtl {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	font-size: 0.875rem;
	letter-spacing: 0.5em;
	overflow: hidden;
	position: relative;
}
#voice .qa__list--subTtl::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #000;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
#voice .qa__list--ttl {
	margin-top: min(1.6vw, 21px);
	margin-inline: auto;
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 0.2em;
	overflow: hidden;
}
#voice .qa__content {
	margin-top: min(4.9vw, 64px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: min(5.5vw, 76px);
}
#voice .qa__content.qa__content--re {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
#voice .qa__content.qa__content2 {
	margin-top: min(1.8vw, 24px);
}
#voice .qa__imgbox--wrap {
	width: 42%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: min(1.8vw, 24px);
}
#voice .qa__imgbox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#voice .qa__imgbox img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	scale: 1.1;
}
#voice .qa__imgbox.isPlay img {
	-webkit-animation: scale-anime 2s ease-in-out forwards;
	        animation: scale-anime 2s ease-in-out forwards;
}
@-webkit-keyframes scale-anime {
	0% {
		scale: 1.1;
	}
	100% {
		scale: 1;
	}
}
@keyframes scale-anime {
	0% {
		scale: 1.1;
	}
	100% {
		scale: 1;
	}
}
#voice .qa__imgnote {
	position: absolute;
	bottom: 3px;
	left: 5px;
	font-size: 10px;
}
#voice .qa__imgnote.qa__imgnote--wh {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#voice .qa__imgbox6 {
	width: calc(100% + (100vw - min(85%, 1000px)) / 2);
	margin-right: calc(-1 * (100vw - min(85%, 1000px)) / 2);
	margin-top: min(6.15vw, 80px);
	aspect-ratio: 1140/277;
}
#voice .qa__imgbox8,
#voice .qa__imgbox--di6 {
	width: 136%;
	margin-left: -36%;
}
#voice .qa__imgbox8 .qa__imgnote,
#voice .qa__imgbox--di6 .qa__imgnote {
	left: auto;
	right: 5px;
}
#voice .qa__imgbox--di3 {
	width: 150%;
}
#voice .qa__txt--wrap {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 46%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#voice .question {
	padding-left: 2.85rem;
	font-size: clamp(1.063rem, 0.61rem + 0.942vw, 1.375rem);
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
}
#voice .question::before {
	position: absolute;
	content: "Q.";
	text-transform: uppercase;
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	top: 0;
	left: 0;
	font-size: 32px;
}
#voice .question.question2 {
	margin-top: min(5.2vw, 68px);
}
#voice .question.question__3-3 {
	margin-top: min(2.76vw, 36px);
}
#voice .question.question__3-3dinks {
	margin-top: max(-15.3vw, -200px);
}
#voice .answer {
	margin-top: min(1.84vw, 24px);
	padding-top: 3.2em;
	color: #353535;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0.08em;
	text-align: justify;
	position: relative;
}
#voice .answer::before {
	position: absolute;
	content: "A.";
	text-transform: uppercase;
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	top: 0;
	left: 0;
	color: #353535;
	font-size: 32px;
}
#voice .answer::after {
	position: absolute;
	content: "";
	width: 90%;
	height: 1px;
	top: 2.6em;
	right: 0;
	background: #353535;
}
#voice .answer.answer2 {
	margin-top: 0;
}
#voice .answer .answer__list {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#voice .answer .answer__list .answer__list--item {
	padding-block: 10px;
	color: #fff;
	background: #7C674A;
	font-size: clamp(0.875rem, 0.513rem + 0.753vw, 1.125rem);
	font-weight: 500;
	text-align: center;
	text-box-trim: trim-end;
}
#voice .answer .answer__list .answer__list--item.answer__list--item50 {
	width: 49%;
}
#voice .answer .answer__list .answer__list--item.answer__list--item100 {
	margin-top: 10px;
	width: 100%;
}
#voice .answer-wTtl {
	padding-top: 3.4em;
}
#voice .answer-wTtl .answer__subTtl {
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 1em;
	left: 2.4em;
	font-size: 18px;
	font-weight: 500;
	color: #353535;
	background-color: #F8F8F8;
	z-index: 1;
}
#voice .answer-wTtl::after {
	top: 2.1em;
}
#voice .answer__others {
	margin-top: min(3.4vw, 44px);
	padding-left: 1.1em;
	font-size: 18px;
	border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
	#voice .voice-tab__items {
		width: min(90%, 1000px);
		gap: min(3.2vw, 24px);
	}
	#voice .tab__item {
		width: 100%;
	}
	#voice .tab__item .tab__item--ja {
		font-size: clamp(0.625rem, 0.515rem + 0.49vw, 0.75rem);
	}
	#voice .tab__item .tab__item--en {
		font-size: clamp(1rem, 0.779rem + 0.98vw, 1.25rem);
	}
	#voice .qa__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: min(10.6vw, 80px);
	}
	#voice .qa__content.qa__content--re {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#voice .qa__content.qa__content2 {
		margin-top: min(10.6vw, 80px);
	}
	#voice .qa__list--ttlWrap::before {
		top: -11vw;
		right: -3vw;
		font-size: clamp(5rem, 0.699rem + 19.118vw, 9.875rem);
	}
	#voice .qa__list--ttl {
		margin-top: min(2.4vw, 18px);
		font-size: clamp(1.25rem, 0.588rem + 2.941vw, 2rem);
	}
	#voice .qa__list--item {
		padding-block: min(16.6vw, 125px);
	}
	#voice .qa__list--item:nth-of-type(even) .qa__list--ttlWrap::before {
		left: -3vw;
	}
	#voice .qa__imgbox--wrap {
		width: 70%;
		margin-inline: auto;
	}
	#voice .qa__imgbox--wrap.qa__imgbox--wrapFull {
		width: 100%;
	}
	#voice .qa__imgbox6 {
		width: 109%;
		aspect-ratio: 675/352;
	}
	#voice .qa__imgbox8,
	#voice .qa__imgbox--di6 {
		width: 100%;
		margin-left: 0;
	}
	#voice .qa__imgbox--di3 {
		width: 100%;
	}
	#voice .qa__txt--wrap {
		width: 100%;
	}
	#voice .question {
		font-size: clamp(0.938rem, 0.221rem + 3.186vw, 1.75rem);
		letter-spacing: 0.01em;
	}
	#voice .question.question__3-3dinks {
		margin-top: 0;
	}
	#voice .answer-wTtl::after {
		width: 85%;
	}
	#voice {
		/*@media screen end*/
	}
}
#voice .toMatsue {
	margin-top: min(6.15vw, 80px);
	position: relative;
}
#voice .toMatsue_imgbox {
	position: relative;
}
#voice .toMatsue_imgbox .toMatsue_imgnote {
	position: absolute;
	font-size: 10px;
	bottom: 3px;
	left: 5px;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8);
}
#voice .toMatsue_content {
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 80%;
}
#voice .toMatsue__ttl {
	font-size: clamp(2rem, 1.857rem + 0.298vw, 2.125rem);
	line-height: 1.6;
	letter-spacing: 0.32em;
	font-weight: 500;
	text-align: center;
}
#voice .toMatsue__ttl .yakuhan1 {
	margin-inline: -0.3em -0.1em;
	vertical-align: super;
}
#voice .toMatsue__ttl .yakuhan2 {
	margin-inline: -0.1em -0.7em;
}
#voice .link__box {
	margin-top: min(4.6vw, 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 24px;
}
#voice .link__box--item {
	width: 300px;
}
#voice .link__box--item a {
	display: block;
	padding-block: min(1.7vw, 22px) min(1.38vw, 18px);
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}
#voice .link__box--item a::before, #voice .link__box--item a::after {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	content: "";
}
#voice .link__box--item a::before {
	top: -1px;
	left: 0;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#voice .link__box--item a::after {
	bottom: -1px;
	right: 0;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}
#voice .link__box--item.req a {
	background: #9B8B75;
}
#voice .link__box--item.rev a {
	background: #96474C;
}
#voice .link__box--item.req:hover a {
	background: #fff;
	color: #9B8B75;
}
#voice .link__box--item.req:hover a::before, #voice .link__box--item.req:hover a::after {
	width: 100%;
	height: 100%;
	-webkit-transition: width 0.3s ease, height 0.3s 0.3s ease;
	transition: width 0.3s ease, height 0.3s 0.3s ease;
	border-color: #9B8B75;
}
#voice .link__box--item.rev:hover a {
	background: #fff;
	color: #96474C;
}
#voice .link__box--item.rev:hover a::before, #voice .link__box--item.rev:hover a::after {
	width: 100%;
	height: 100%;
	-webkit-transition: width 0.3s ease, height 0.3s 0.3s ease;
	transition: width 0.3s ease, height 0.3s 0.3s ease;
	border-color: #96474C;
}
@media screen and (max-width: 768px) {
	#voice .toMatsue_content {
		top: 10%;
	}
	#voice .toMatsue__ttl {
		font-size: clamp(1.188rem, 0.14rem + 4.657vw, 2.375rem);
		letter-spacing: 0.1em;
	}
	#voice .link__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: min(3.2vw, 24px);
	}
	#voice .link__box--item {
		width: 100%;
	}
	#voice .link__box--item a {
		padding-block: min(4.8vw, 36px) min(4.2vw, 32px);
	}
	#voice {
		/*@media screen end*/
	}
}
/*# sourceMappingURL=voice.css.map */