﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700;900&display=swap');
@media screen and (min-width:1601px) {
	html {
		min-width: 1600px;
	}
}
@media (min-width: 769px) {
	.pc-none {
		display: none !important;
	}
	.sp-none {
		display: block !important;
	}
}
@media (max-width: 768px) {
	.pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
}
@media screen and (min-width:769px) {

	/*pc・タブレットcss*/
	#common-footer {
		margin-top: 0px !important;
	}
	#wrap #header {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	#wrap #header #topicpath {
		font-size: .9em;
	}
}@keyframes fedein1 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes ups {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	99% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes bound-loop {
  0%,100% {
    transform: translatey(-12px);
  }
  50% {
    transform: translatey(12px);
  }
}
@keyframes bound-loop_shadow {
  0%,100% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
}
@media screen {
	.feder {
		opacity: 0;
	}
	.once.feder {
		animation: fedein1 1.2s forwards;
	}
	.ups {
		opacity: 0;
		transform: translateY(-20px);
	}
	.once.ups {
		animation: ups 1.8s forwards;
	}
	.once.delay_set>*:nth-child(2),
	.once.delay_1 {
		animation-delay: 0.2s;
	}
	.once.delay_set>*:nth-child(3),
	.once.delay_2 {
		animation-delay: 0.4s;
	}
	.once.delay_set>*:nth-child(4),
	.once.delay_3 {
		animation-delay: 0.6s;
	}
	.once.delay_set>*:nth-child(5),
	.once.delay_4 {
		animation-delay: 0.8s;
	}
	.once.delay_set>*:nth-child(6),
	.once.delay_5 {
		animation-delay: 1.0s;
	}
	.once.delay_set>*:nth-child(7),
	.once.delay_6 {
		animation-delay: 1.2s;
	}
	.once.delay_set>*:nth-child(8),
	.once.delay_7 {
		animation-delay: 1.4s;
	}
	.once.delay_set>*:nth-child(9),
	.once.delay_8 {
		animation-delay: 1.6s;
	}
	.once.delay_set>*:nth-child(10),
	.once.delay_9 {
		animation-delay: 1.8s;
	}
	.once.delay_set>*:nth-child(11),
	.once.delay_10 {
		animation-delay: 2.0s;
	}
}
#page-top {
	z-index: 10000;
}
#wrap img {
	max-width: 100%;
	height: auto;
}
#wrap .sitewrap {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#wrap .page_link {
	display: inline-block;
	padding-top: 120px;
	margin-top: -120px;
}
.main-bg {
	background: #fbf2e1;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	max-width: 1920px;
	margin: auto;
}
#topicpath{
	max-width:1100px;
	margin:auto;
	padding-top:1em;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size:0.75em;
	color:#4f4946;
	text-align:left;
	letter-spacing:0.05em;
}
#topicpath a:link,#topicpath a:active,#topicpath a:visited{
	color:#55698a;
	text-decoration:underline;
}
#topicpath a:hover{
	color:#0000ff;
	text-decoration:underline;
}
.mv-wrap {
	position: relative;
	z-index: 5;
	padding: 2em 0 7em;
}
.mv-wrap::before {
	position: absolute;
	z-index: -5;
	display: inline-block;
	content: "";
	width: 1154px;
	height: 694px;
	background: url(image/img_mv04.png);
	top: 100px;
	left: calc(50% + 100px);
	transform: translateX(-50%);
}
.mv-wrap .mv-logo_roomclip {
	text-align: right;
	margin-right: 5%;
}
.mv-wrap .mv-heading_box {
	position: relative;
	z-index: 10;
	max-width: 1100px;
	margin: auto;
	margin-bottom: 2em;
	padding-top: 8em;
}
.mv-wrap .mv-heading_title {
	text-align: center;
	color: #005d8b;
	font-size: 3.2rem;
	width: fit-content;
	margin-left: auto;
	margin-bottom: 2em;
}
.mv-wrap .mv-heading_title>* {
	display: inline-block;
	vertical-align: text-bottom;
	margin: 4rem 0.1em 0;
}
.mv-wrap .mv-heading_mofmo {
	position: relative;
	z-index: 10;
	max-width: 890px;
	text-align: center;
	padding-bottom: 2.5em;
	margin-left: auto;
}
.mv-wrap .mv-heading_mofmo span {
	position: relative;
	z-index: 10;
	display: inline-block;
}
.mv-wrap .mv-heading_mofmo span.image-mofmo{
	animation: bound-loop 5s ease-in-out infinite;
}
.mv-wrap .mv-heading_mofmo span.image-mofmo_shadow {
	position: absolute;
	z-index: -5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: bound-loop_shadow 5s ease-in-out infinite;
}
.mv-wrap .mv-image01 {
	position: absolute;
	top: 230px;
	left: calc(50% - 635px);
	transform: translateX(-50%);
}
.mv-wrap .mv-image02 {
	position: absolute;
	bottom: 0;
	right: calc(50% - 1205px);
	transform: translateX(-50%);
}
.mv-wrap .mv-lead_inner {
	max-width: 1000px;
	margin: auto;
}
.mv-wrap .mv-lead_title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.mv-wrap .mv-lead_inner p {
	font-size: 1.8rem;
	line-height: 1.8;
}
@media (max-width: 1650px) {
	.mv-wrap .mv-image02 {
		width: 450px;
		right:-130px;
		transform: none;
	}
}
@media (max-width: 1615px) {
	.mv-wrap .mv-image01 {
		width: 520px;
		left: -150px;
		transform: none;
	}
}
@media (max-width: 1280px) {
	.mv-wrap .mv-logo_roomclip {
		width:280px;
		margin-left: auto;
	}
	.mv-wrap .mv-heading_box {
		padding-top:0;
	}
	.mv-wrap .mv-heading_title {
		margin-bottom: 1em;
	}
}
.link_box {
	position: relative;
	height: 200px;
}
.link_box #switch {
	width: 0;
	height: 0;
	position: absolute;
}
.link_box #NavWrap {
	position: relative;
	z-index: 100;
	max-width: 1200px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 1.5em;
}
.link_box.fixed #NavWrap {
	position: fixed;
}
.link_box #NavWrap svg {
	position: absolute;
	z-index: -5;
	top: calc(50% + 1.5em);
	left: 50%;
	transform: translate(-50%, -50%);
}
.link_box.fixed #NavWrap svg {
	top: 40%;
}
.link_box #NavWrap ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0 1em;
	text-align: center;
}
.link_box #NavWrap li a {
	position: relative;
	z-index: 10;
	min-width: 223px;
	height: 100%;
	min-height: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	border: 2px solid #646464;
	border-radius: 5em;
	padding: 0.5em 1.5em;
	opacity: 1;
	transition: transform .4s;
}
.link_box #NavWrap li a:hover {
	transform: translateY(3px);
}
.link_box #NavWrap li a::before,
.link_box #NavWrap li a::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 20px;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
}
.link_box #NavWrap li a::after {
	z-index: 15;
	width: 16px;
	background: #646464;
	transform: rotate(25deg);
	transition: transform .4s;
}
.link_box #NavWrap li a:hover::after {
	transform: rotate(335deg);
}
.link_box #NavWrap li a span::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #646464;
	border-right: 2px solid #646464;
	top: 0;
	right: 0.75em;
	bottom: 0;
	margin: auto;
	transform: rotate(50deg) skew(10deg);
}
.content-wrap.content01 {
	position: relative;
	z-index: 10;
	padding-top: 6em;
}
.content-wrap.content02 {
	position: relative;
	z-index: 20;
}
.content-wrap.content03 {
	position: relative;
	z-index: 30;
}
.content-wrap.content04 {
	position: relative;
	z-index: 40;
}
.content-wrap .content-voice_wrap {
	position: relative;
	z-index: 10;
	padding-bottom: 222px;
}
.content-wrap .content-voice_wrap::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 1920px;
	height: 222px;
	background: url(image/wave02.png) no-repeat;
	background-position: center;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.content-wrap .content-voice_inner,
.content-wrap .content-qa_inner {
	max-width: 1100px;
	margin: auto;
}
.content-wrap .content-voice_num {
	position: relative;
	z-index: 10;
	font-family: "Zen Maru Gothic", serif;
	color: #eadece;
	padding-left: 4em;
	margin-bottom: 4em;
}
.content-wrap .content-voice_num em {
	position: absolute;
	z-index: 10;
	display: block;
	font-size: 34rem;
	font-weight: 900;
	font-style: normal;
	line-height: 0.35;
	top: 0;
	left: -0.35em;
}
.content-wrap .content-voice_num span {
	font-size: 5.2rem;
	font-weight: bold;
}
.content-wrap .content-voice_title {
	position: relative;
	z-index: 30;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #503718;
	margin-left: 600px;
	margin-bottom: 2.25em;
	white-space: nowrap;
}
.content-wrap .content-voice_list {
	position: relative;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 7em;
}
.content-wrap .content-voice_list.single_list {
	display: block;
}
.content-wrap .content-voice_item,
.content-wrap .content-voice_list.single_list .content-voice_item>* {
	width: 505px;
}
.content-wrap .content-voice_item:first-child {
	margin-top: -170px;
}
.content-wrap .content-voice_list.single_list .content-voice_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 8em;
}
.content-wrap .content-voice_image {
	position: relative;
	z-index: 15;
	border-radius: 13px;
	overflow: hidden;
	filter: drop-shadow(0 0 10px rgba(79, 55, 23, 0.22));
}
.content-wrap .content-voice_text {
	position: relative;
	z-index: 10;
	padding: 2em 0;
	color: #4f3717;
}
.content-wrap .content-voice_text::before {
	position: absolute;
	z-index: -10;
	display: inline-block;
	content: "";
	width: calc(100% + 150px);
	height: calc(100% + 150px);
	background: url(image/bg_voice01.png);
	background-size: cover;
	top: 50%;
	left: 48%;
	transform: translate(-50%, -50%);
}
.content-wrap .content-voice_item:nth-child(2) .content-voice_text::before {
	height: calc(100% + 100px);
	background-image: url(image/bg_voice02.png);
	top: 51%;
}
.content-wrap .content-voice_list.single_list .content-voice_text {
	margin-bottom: 2em;
}
.content-wrap.content03 .content-voice_text::before {
	top: 60%;
	height: calc(100% + 190px);
}
.content-wrap.content04 .content-voice_text::before {
	height: calc(100% + 120px);
}
.content-wrap .content-voice_text p {
	font-size: 1.6rem;
}
.content-wrap .content-voice_text .roomclip-id {
	margin-bottom: 1.25em;
}
.content-wrap .content-voice_text .content-voice_subtitle {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 0.75em;
}
.content-wrap .content-voice_text .content-voice_coution {
	font-size: 1.2rem;
	width: fit-content;
	margin-top: 0.5em;
	margin-left: auto;
}
.content-wrap .content-qa_wrap {
	position: relative;
	z-index: 20;
	background: #fedaac;
}
.content-wrap .content-qa_wrap::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 1920px;
	height: 222px;
	background: url(image/wave01.png) no-repeat;
	background-position: center;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.content-wrap:last-child {
	margin-bottom: -110px;
}
.content-wrap:last-child .content-qa_wrap::before {
	display: none;
}
.content-wrap .content-qa_wrap .content-qa_inner {
	position: relative;
	z-index: 20;
	transform: translateY(-190px);
}
.content-wrap .content-qa_wrap .content-question_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 1em;
	margin-bottom: 2em;
}
.content-wrap .content-qa_wrap .content-question_box.answer_box {
	flex-direction: row-reverse;
}
.content-wrap .content-qa_wrap .content-qa_text {
	position: relative;
	z-index: 10;
	min-width: 330px;
	font-size: 2.2rem;
	color: #3c3c3c;
	background: #fff;
	padding: 0.75em 1.5em;
	border-radius: 3em;
}
.content-wrap .content-qa_wrap .content-qa_text::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: calc(100% + 10px);
	height: calc(100% + 5px);
	border: 3px solid #463333;
	border-radius: 3em;
	top: 0;
	left: -8px;
}
.content-wrap .content-qa_wrap .content-qa_text::after,
.content-wrap .content-qa_wrap .content-qa_text p::after {
	position: absolute;
	z-index: 20;
	display: inline-block;
	content: "";
	width: 24px;
	height: 3px;
	background: #463333;
	left: -8px;
	bottom: 2px;
	transform: rotate(135deg);
}
.content-wrap .content-qa_wrap .content-qa_text p::after {
	background: #fedaac;
	height: 14px;
	left: -10px;
	bottom: -6px;
}
.content-wrap .content-qa_wrap .content-question_box.answer_box .content-qa_text::after,
.content-wrap .content-qa_wrap .content-question_box.answer_box .content-qa_text p::after {
	left: auto;
	right: -8px;
	transform: rotate(35deg);
}
.content-wrap .content-qa_wrap .content-question_box.answer_box .content-qa_text p::after {
	right: -10px;
}
.content-wrap .content-qa_wrap .content-movie_box {
	max-width: 726px;
	margin: auto;
}
.content-wrap .content-qa_wrap .content-movie_inner {
	position: relative;
	z-index: 10;
	padding-top: 56.6125%;
	margin-bottom: 2.5em;
}
.content-wrap .content-qa_wrap .content-movie_inner video {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.content-wrap .content-qa_wrap .content-movie_image {
	margin-bottom: 2.5em;
}
.content-wrap .content-qa_wrap .content-movie_box p {
	font-size: 1.6rem;
	margin-bottom: 5em;
}
.content-wrap .content-qa_wrap .content-btn_box {
	position: relative;
	z-index: 10;
	text-align: center;
	padding-bottom: 3em;
}
.content-wrap .content-qa_wrap .content-btn a {
	position: relative;
	z-index: 10;
	width: 500px;
	min-height: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #fff;
	background: #005d8b;
	border-radius: 4em;
	text-decoration: none;
	padding: 0.5em 2.25em;
	margin: auto;
	opacity: 1;
	transition: transform .4s;
}
.content-wrap .content-qa_wrap .content-btn a:hover {
	transform: translateY(4px);
}
.content-wrap .content-qa_wrap .content-btn a::after {
	position: absolute;
	z-index: -10;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 0;
	bottom: 0;
	right: 1.5em;
	margin: auto;
	transform: rotate(45deg);
}
.content-wrap .content-qa_wrap .content-btn_image {
	position: absolute;
	z-index: 5;
	bottom: -6em;
	right: calc(50% - 570px);
	transform: translateX(-50%);
}
.content-wrap .content-voice_object {
	position: absolute;
	z-index: -5;
	transform: translateX(-50%);
	margin: 0;
}
.content-wrap .content-voice_object.object01 {
	top: -70px;
	left: calc(50% - 790px);
}
.content-wrap .content-voice_object.object02 {
	top: 360px;
	right: calc(50% - 1455px);
}
.content-wrap .content-voice_object.object03 {
	top: 60px;
	left: calc(50% - 520px);
}
.content-wrap .content-voice_object.object04 {
	top: 360px;
	right: calc(50% - 1133px);
}
.content-wrap .content-voice_object.object05 {
	top: 550px;
	right: calc(50% - 1590px);
}
.content-wrap .content-voice_object.object06 {
	top: 0;
	left: calc(50% - 930px);
}
.content-wrap .content-voice_object.object07 {
	top: 500px;
	left: calc(50% - 840px);
}
.content-wrap .content-voice_object.object08 {
	top: 100px;
	right: calc(50% - 1258px);
}
.content-wrap .content-voice_object.object09 {
	bottom: 30px;
	left: calc(50% - 870px);
	z-index: 20;
}
.content-wrap .content-voice_object.object10 {
	top: 260px;
	right: calc(50% - 1175px);
}
.content-wrap .content-voice_object.object11 {
	top: 320px;
	left: calc(50% - 555px);
}
.content-wrap .content-voice_object.object12 {
	top: 350px;
	right: calc(50% - 1115px);
}
@media (max-width: 767px) {
	#topicpath{
		display:none;
	}
	.mv-wrap {
		padding: 2em 0 35%;
	}
	.mv-wrap::before {
		width: 100%;
		height: 38%;
		background-size: cover;
		background-position: center;
		top: 17%;
		left: 50%;
	}
	.mv-wrap .mv-logo_roomclip {
		margin-right: 0;
		margin-left: 15px;
		width:200px;
	}
	.mv-wrap .mv-heading_box {
		max-width: 100%;
		margin-bottom: 1em;
		padding:0 15px;
		padding-top: 30%;
	}
	.mv-wrap .mv-heading_title {
		font-size: min(4.5vw,1.8rem);
		line-height:1.4;
		margin: auto;
		margin-bottom: 1em;
	}
	.mv-wrap .mv-heading_title>* {
		margin: 0.8em 0.1em 0;
	}
	.mv-wrap .mv-heading_title .mv-heading_logo{
		max-width:160px;
		width: 47.5%;
	}
	.mv-wrap .mv-heading_title em{
		max-width:150px;
		width: 44.5%;
	}
	.mv-wrap .mv-heading_mofmo {
		max-width: 90%;
		margin-right: auto;
		padding-bottom: 1.5em;
	}
	.mv-wrap .mv-image01 {
		z-index: -10;
		top: 75px;
		width: 65%;
		left: -10%;
	}
	.mv-wrap .mv-image02 {
		width: 60%;
		right: -17%;
		bottom: -3%;
	}
	.mv-wrap .mv-lead_inner {
		padding: 0 15px;
	}
	.mv-wrap .mv-lead_title {
		font-size: 1.8rem;
		margin-bottom: 0.75em;
	}
	.mv-wrap .mv-lead_inner p {
		font-size: 1.4rem;
	}
	#common-header.fixed{
		top: -60px !important;
	}
	.link_box #switch+ label[for="switch"] {
		display: block;
		cursor: pointer;
		position: fixed;
		top: 135px;
		right: 10px;
		z-index: 900;
		transition: 0.5s transform, right 0.2s;
		padding: 12px;
		width: 60px;
		height: 60px;
		background:#bed0da;
		border-radius:50%;;
		box-sizing: border-box;
		text-align: center;
		z-index: 12;
	}
	#common-header.fixed ~ #wrap .link_box label[for="switch"] {
		top: 10px;
	}
	.link_box #switch+ label[for="switch"] b {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}
	.link_box #switch+ label[for="switch"] span {
		cursor: -webkit-grabbing;
		display: block;
		width: 100%;
		height: 0;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.link_box #switch+ label[for="switch"] span::before,
	.link_box #switch+ label[for="switch"] span::after {
		content: "";
		display: block;
		width: 35px;
		height: 2px;
		background: #646464;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.2s transform;
	}
	.link_box #switch+ label[for="switch"] span::before {
		top: -4px;
	}
	.link_box #switch+ label[for="switch"] span::after {
		top: 4px;
	}
	.link_box #switch:checked+ label[for="switch"] span::before {
		transform: rotate(-200deg);
		top: 0;
	}
	.link_box #switch:checked+ label[for="switch"] span::after {
		transform: rotate(200deg);
		top: 0;
		margin-top: 0;
	}
	.link_box{
		position:fixed;
		height:auto;
		z-index:1000;
	}
	.link_box #NavWrap {
		position: fixed;
		top: 128px;
		bottom: 0;
		width: 300px;
		z-index: 5;
		max-height: 100vh;
		overflow-y: auto;
		visibility: hidden;
		padding: 90px 10px 60px;
		box-sizing: border-box;
		transition: right 0.25s, visibility 0.25s;
		flex-direction: column;
		left: auto;
		right: -100%;
		max-width: 100%;
		margin: auto;
		background:#bed0da;
	}
	.link_box #NavWrap::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.link_box #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #b3b3b3;
	}
	.link_box #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
	}
	.link_box #switch:checked+ label+#NavWrap {
		visibility: visible;
		right: 0;
	}
	#common-header.fixed ~ #wrap .link_box label[for="switch"]+#NavWrap{
		top: 0;
	}
	.link_box #NavWrap svg {
		display:none;
	}
	.link_box #NavWrap ul {
		flex-direction:column;
		gap: 1em 0;
	}
	.link_box #NavWrap li a {
		min-width: 0;
		min-height: 3.5em;
		font-size: 1.4rem;
	}
	.link_box #NavWrap li a:hover {
		transform: none;
	}
	.link_box #NavWrap li a:hover::after {
		transform: rotate(25deg);
	}
	.content-wrap.content01 {
		padding-top: 0;
	}
	.content-wrap .content-voice_wrap {
		padding-bottom: 80px;
	}
	.content-wrap .content-voice_wrap::before,
	.content-wrap .content-qa_wrap::before{
		width: 100%;
		height: 100px;
		background-size:cover;
		background-position:top center;
	}
	.content-wrap .content-voice_inner,
	.content-wrap .content-qa_inner {
		max-width: 100%;
		padding:0 15px;
	}
	.content-wrap .content-voice_num {
		padding-left: 5em;
		margin-bottom: 0;
	}
	.content-wrap .content-voice_num em {
		font-size: 16rem;
		left: 0;
		top: -0.05em;
		z-index: -10;
	}
	.content-wrap .content-voice_num span {
		font-size: 4.5rem;
	}
	.content-wrap .content-voice_title {
		font-size: 2rem;
		margin-left: 0;
		margin-bottom: 1em;
		white-space: pre-wrap;
	}
	.content-wrap .content-voice_list {
		flex-direction:column;
		gap:5em 0;
	}
	.content-wrap .content-voice_list.single_list{
		display:flex;
	}
	.content-wrap .content-voice_item,
	.content-wrap .content-voice_list.single_list .content-voice_item>* {
		width: 100%;
	}
	.content-wrap .content-voice_item:first-child {
		margin-top: 0;
	}
	.content-wrap .content-voice_list.single_list .content-voice_item {
		display:block;
		padding-bottom: 0;
	}
	.content-wrap .content-voice_image,
	.content-wrap .content-voice_list.single_list .content-voice_image{
		max-width:90%;
		border-radius: 10px;
	}
	.content-wrap .content-voice_item:nth-child(2) .content-voice_image{
		margin-left:auto;
	}
	.content-wrap .content-voice_text {
		padding: 1em 0;
	}
	.content-wrap .content-voice_text::before,
	.content-wrap.content03 .content-voice_text::before,
	.content-wrap.content04 .content-voice_text::before{
		height:calc(100% + 110px);
		top: 50%;
		left: 38%;
	}
	.content-wrap.content03 .content-voice_text::before{
		left:48%;
	}
	.content-wrap .content-voice_item:nth-child(2) .content-voice_text::before {
		left: 35%;
	}
	.content-wrap .content-voice_list.single_list .content-voice_text {
		margin-bottom: 0;
	}
	.content-wrap .content-voice_text p {
		font-size: 1.4rem;
	}
	.content-wrap .content-voice_text .roomclip-id {
		margin-bottom: 0;
	}
	.content-wrap .content-voice_text .content-voice_subtitle {
		font-size: 1.6rem;
	}
	.content-wrap:last-child {
		margin-bottom: -15px;
	}
	.content-wrap:last-child .content-qa_wrap::before {
		display: none;
	}
	.content-wrap .content-qa_wrap .content-qa_inner {
		transform: none;
	}
	.content-wrap .content-qa_wrap .content-question_box,	
	.content-wrap .content-qa_wrap .content-question_box.answer_box{
		flex-direction:column-reverse;
		gap: 0 1em;
		margin-bottom: 1em;
	}
	.content-wrap .content-qa_wrap .content-question_box.answer_box{
		align-items:flex-end;
	}
	.content-wrap .content-qa_wrap .content-question_icon,
	.content-wrap .content-qa_wrap .content-answer_icon{
		width: 80px;
	}
	.content-wrap .content-qa_wrap .content-question_icon{
		height: 100px;
	}
	#wrap .content-wrap .content-qa_wrap .content-question_icon img{
		object-fit: contain;
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height:100%;
	}
	.content-wrap .content-qa_wrap .content-qa_text {
		min-width: 0;
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 1em 1.25em;
		margin-left: 80px;
	}
	.content-wrap .content-qa_wrap .content-qa_text::before {
		width: calc(100% + 8px);
		height: calc(100% + 3px);
		border-width:2px;
		left: -4px;
	}
	.content-wrap .content-qa_wrap .content-qa_text::after,
	.content-wrap .content-qa_wrap .content-qa_text p::after {
		width: 18px;
		height: 2px;
		left: -0px;
	}
	.content-wrap .content-qa_wrap .content-qa_text p::after {
		height: 10px;
		left: -2px;
		bottom: -4px;
	}
	.content-wrap .content-qa_wrap .content-question_box.answer_box .content-qa_text {
		margin-right: 61px;
		margin-left: 0;
	}
	.content-wrap .content-qa_wrap .content-question_box.answer_box .content-qa_text::after,
	.content-wrap .content-qa_wrap .content-question_box.answer_box .content-qa_text p::after {
		right: 0;
	}
	.content-wrap .content-qa_wrap .content-question_box.answer_box .content-qa_text p::after {
		right: -3px;
	}
	.content-wrap .content-qa_wrap .content-movie_box {
		max-width: 100%;
	}
	.content-wrap .content-qa_wrap .content-movie_inner,
	.content-wrap .content-qa_wrap .content-movie_image {
		margin-bottom: 1.5em;
	}
	.content-wrap .content-qa_wrap .content-movie_box p {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 2em;
	}
	.content-wrap .content-qa_wrap .content-btn_box {
		padding-bottom: 8em;
	}
	.content-wrap .content-qa_wrap .content-btn a {
		max-width: 345px;
		width: 100%;
		font-size: min(4.5vw,1.6rem);
		line-height:1.4;
		margin: 0;
	}
	.content-wrap .content-qa_wrap .content-btn a:hover {
		transform: none;
	}
	.content-wrap .content-qa_wrap .content-btn a::after {
		width: 8px;
		height: 8px;
	}
	.content-wrap .content-qa_wrap .content-btn_image {
		z-index: 100;
		width: 36%;
		bottom: 1em;
		right: 0;
		transform: none;
	}
	.content-wrap .content-voice_object {
		transform: none;
	}
	.content-wrap .content-voice_object.object01 {
		top: -100px;
		left:-5%;
		width: 60%;
	}
	.content-wrap .content-voice_object.object02 {
		top: 20%;
		left:15px;
		right: auto;
		width:150%;
	}
	.content-wrap .content-voice_object.object03 {
		top: 100px;
		left: -35%;
		width:150%;
	}
	.content-wrap .content-voice_object.object04 {
		top: 77%;
		right: -15%;
		width: 70%;
	}
	.content-wrap .content-voice_object.object05 {
		top: 90%;
		right: 0;
		width: 70%;
		z-index: -10;
	}
	.content-wrap .content-voice_object.object06 {
		top: 32%;
		left: -35%;
		width:80%;
	}
	.content-wrap .content-voice_object.object07 {
		top: 67%;
		left: -20%;
		width:80%;
	}
	.content-wrap .content-voice_object.object08 {
		width:60%;
		top: 0;
		right: 0;
	}
	.content-wrap .content-voice_object.object09 {
		bottom: -6%;
		left: -13%;
		width: 30%;
	}
	.content-wrap .content-voice_object.object10 {
		width: 125%;
		top: 0;
		right: -10%;
	}
	.content-wrap .content-voice_object.object11 {
		top: 0;
		left: 0;
	}
	.content-wrap .content-voice_object.object12 {
		top: 50%;
		right: 0;
	}
	#common-footer {
		margin-top: 0 !important;
	}
}