@charset "UTF-8";

/* ===============================
	変数定義
=============================== */
:root {
	--color-white-gray: #f5f5f5;
	--color-light-gray: #d9d9d9;
	--bg-color: #F4F2F0;
	--accent: #FF7979;
	--color-gray: #959595;
	--margin-large: 6rem;
	--margin-medium: 4rem;
	--margin-small: 2rem;
}

/* ===============================
	共通スタイル
=============================== */
/* マージン */
.mts {
	margin-top: var(--margin-small);
}

.mtm {
	margin-top: var(--margin-medium)
}

.mtl {
	margin-top: var(--margin-large);
}

.mt1em {
	margin-top: 1em;
}

.mt6rem {
	margin-top: 6rem;
}

.red {
	color: #C83C2D;
}

/* アニメーション初期化 */
.fade-in {
	opacity: 0;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	inline-size: 100%;
}

/* 共通 */
article {
	font-weight: 400;
	background-color: var(--bg-color);
}

.white-border {
	border: 2px solid #fff;
}

/* MV */

.mv {
	position: relative;
	padding-top: 4rem;
}

.mv-top {
	/* display: grid;
	grid-template-columns: 1fr; */
	position: relative;
}

.mv-logo {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	inline-size: 190px;
	block-size: 190px;
	background-color: #fff;
	border-radius: 50%;
	animation: zoom-in 1s forwards;
}

.mv-logo img {
	inline-size: 130px;
	animation: zoom-in 1.5s 0.6s forwards;
	opacity: 0;
}

@keyframes zoom-in {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.page-title {
	text-align: center;
}

.mv-title-img {
	display: block;
	inline-size: 50%;
	margin-inline: auto;
	opacity: 0;
}

.first-text {
	display: block;
	margin-bottom: 3rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: #C83C2D;
	font-weight: bold;
	font-size: 3.6rem;
}


/* MVのイラスト */
.mv-container {
	position: relative;
	/* block-size: 300px; */
	/* min-block-size: 500px; */
}

.mv-illust01 {
	position: relative;
	opacity: 0;
	z-index: 2;
}

.mv-bound {
	scale: .5;
}

.mv-illust02,
.mv-illust03,
.mv-illust04,
.mv-illust05 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.mv-illust02 {
	z-index: 4;
}

.mv-illust03 {
	z-index: 3;
}

.mv-illust04 {
	z-index: 1;
}


/* イントロ */
.intro {
	margin-top: 6rem;
}

.intro-text {
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
}

.intro-text:nth-of-type(n+2) {
	margin-top: 0.5em;
}

.intro-caption {
	margin-top: 2rem;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}

.intro-caption li:nth-of-type(n+2) {
	margin-top: .4em;
}

.intro-comment-area {
	margin-top: 6rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 4rem;
}

.into-comment {
	position: relative;
	inline-size: 47rem;
	padding: 4rem;
	background-color: #fff;
	border-radius: 30px;
}

.into-comment::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 35px;
	border-color: transparent transparent transparent #FFFFFF;
}

.intro-img {
	inline-size: 70%;
	margin-inline: auto;
}

.intro-person-box {
	inline-size: 26%;
}

.intro-person {
	margin-top: 1rem;
	font-size: 1.8rem;
	color: #C83C2D;
	font-weight: 500;
}

.intro-person-text {
	font-size: 1.4rem;
}

/* アンケート結果 */

.result-container {
	padding-top: 10rem;
}

.result-number {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: grid;
	place-content: center;
	inline-size: 8rem;
	block-size: 8rem;
	color: var(--accent);
	font-size: 3.6rem;
	font-weight: bold;
	background-color: #fff;
	border-radius: 50%;
}

.result-title {
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}

.result-box {
	position: relative;
	background-color: #fff;
	padding: 9rem 5rem 5rem;
}

.result-box.small {
	padding: 9rem 11% 7rem;
}

.result-box:nth-of-type(n+2) {
	margin-top: 10rem;
}

.result-sub-img.comment {
	inline-size: 8rem;
	flex-shrink: 0;
}

.result-comment {
	font-size: 1.6rem;
	color: #C83C2D;
	font-weight: 500;
	line-height: 1.5;
}

.result-comment-text {
	margin-top: 2rem;
	line-height: 1.5;
	font-weight: 500;
}

.graph-img-contents .graph-img {
	margin-top: 6rem;
}

.graph-caption {
	padding-left: 3rem;
	font-size: 1.2rem;
}

.result-contents-container {
	margin-top: 6rem;
}

.result-contents-container.column1 {
	display: grid;
	grid-template-columns: 60%;
	justify-content: center;
}

.result-contents-container.column2.s-graph {
	display: grid;
	grid-template-columns: 52% 43%;
	gap: 4rem;
}

.result-contents-container.column2.s-graph.reverse {
	grid-template-columns: 43% 52%;
}


.result-contents-container.column2.m-graph {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
}


.result-contents-container.column2.l-graph {
	display: grid;
	grid-template-columns: 66% 31%;
	grid-template-rows: auto;
	/* gap: 6rem; */
}

.result-illust-text-box {
	position: relative;
	padding: 3rem;
	border-radius: 20px;
	border: 2px solid #FF7979;
	background-color: #fff;
	/* z-index: 1; */
}

.result-illust-text-box::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 80px;
	transform: translateY(75%) rotate(-45deg);
	/* transform: rotate(-45deg); */
	display: block;
	inline-size: 2px;
	block-size: 5rem;
	background-color: var(--accent);
	z-index: -1;
}

.result-illust {
	inline-size: 250px;
	margin-top: 5rem;
	margin-inline: auto;
}

.graph-img-text {
	padding: 3rem;
	margin-bottom: 3rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	background: #FDE6E6;
}

.result-caption {
	margin-top: 3rem;
	font-size: 1.2rem;
	text-align: right;
}

/* 結果下のコラム関連 */

.result-sub-container.column1 {
	margin-top: 6rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 3rem;
}


.result-sub-container.column3 {
	margin-top: 6rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
	grid-template-rows: auto;
	gap: 3rem;
}


/* コラム関連のアイテム（ボーダー） */

.result-sub-item.border {
	padding: 3rem;
	border: 2px dashed #FF7979;
}

.result-sub-item.border.radius {
	border-radius: 15px;
}

.comment-person {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #FF7979;
}

.result-info li:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;

}

.result-info li:nth-of-type(2) {
	font-size: 1.2rem;
	font-weight: bold;
	color: #C83C2D;
}

.result-sub-item.border .result-sub-text {
	margin-top: 1rem;
}

.result-sub-item-title {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}


/* コラム関連のアイテム（ノーマル） */

.result-sub-item.normal .result-sub-text {
	padding: 2rem;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	background-color: #FDE6E6;
	border-radius: 20px;
}

.result-sub-item.normal .result-sub-text em {
	font-size: 2rem;
	font-weight: bold;
}

.result-sub-item.normal .result-sub-img {
	margin-inline: auto;
	margin-top: 2rem;
}

.result-sub-item.normal .result-sub-img.phone {
	inline-size: 75%;
}

.result-sub-item.normal .result-sub-img.movie {
	inline-size: 95%;
}

.result-sub-item.normal .result-sub-img.baby {
	inline-size: 90%;
}


/* コラム関連のアイテム（1カラム） */

.result-sub-comment-area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4rem;
}

.result-sub-comment-area.reverse {
	flex-direction: row-reverse;
}



.result-sub-comment-box {
	position: relative;
	inline-size: 520px;
	padding: 3rem;
	border-radius: 20px;
	border: 2px solid #FF7979;
	background-color: #fff;
}

.result-sub-comment-box::before {
	content: "";
	position: absolute;
	top: 35%;
	left: 0;
	transform: translate(-100%, -50%);
	display: block;
	inline-size: 4rem;
	block-size: 2px;
	background: #FF7979;
}

.result-sub-comment-area.reverse .result-sub-comment-box {
	inline-size: 560px;
}

.result-sub-comment-area.reverse .result-sub-comment-box::before {
	left: auto;
	right: 0;
	transform: translate(100%, -50%);
}

.result-sub-img.person {
	inline-size: 22.5%;
}

.result-sub-comment {
	font-size: 1.6rem;
	color: #C83C2D;
}

.result-sub-comment-text {
	margin-top: 1rem;
	line-height: 1.5;
}

/* ユーザーの声 */
.voice {
	margin-top: 15rem;
}

.voice-title {
	inline-size: 560px;
	margin-inline: auto;
}

.voice-container {
	margin-top: 5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	grid-template-rows: auto auto auto;
	gap: 5rem;
}


.voice-item {
	padding: 3rem;
	background-color: #fff;
	border-radius: 20px;
}

.voice-img {
	inline-size: 7rem;
	flex-shrink: 0;
}

.voice-comment-person {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #FF7979;
}

.voice-info li:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;

}

.voice-info li:nth-of-type(2) {
	font-size: 1.2rem;
	font-weight: bold;
	color: #C83C2D;
}

.voice-item .voice-text {
	margin-top: 1rem;
}

.voice-item .voice-text em {
	color: #C83C2D;
}

.voice-item-title {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.voice-caption {
	margin-top: 5rem;
	text-align: right;
	font-size: 1.2rem;
}

/* その他のコンテンツ */
.contents-title-sp {
	display: none;
}

.contents {
	position: relative;
	inline-size: 100%;
	background-color: #FDE6E6;
	padding-block: 10rem;
	margin-top: 10rem;
	z-index: 3;
}

.contents::after {
	content: "";
	position: absolute;
	top: -5rem;
	left: 0;
	width: 100%;
	block-size: 5rem;
	background: url(images/pink-bg.png) no-repeat top left / cover;
}

.section-logo-message {
	position: absolute;
	top: -200%;
	left: 0;
	inline-size: 33%;
	z-index: 10;
}

.contents-logo-img {
	inline-size: 12rem;
}

.contents-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 4rem;

}

.contents-box {
	inline-size: calc((100% - 100px) / 3);
	pointer-events: none;
}

.contents-img {
	pointer-events: auto;
	transition: .5s;
}

.contents-title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 2rem;
	font-size: 2.6rem;
	font-weight: bold;
}

.contents-title span {
	display: block;
	inline-size: fit-content;
	font-family: var(--gothic);
}

.contents-text {
	margin-top: .5em;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: var(--gothic);
}

.contents-btn {
	margin-top: .5em;
	inline-size: fit-content;
}

.contents-btn p {
	display: grid;
	grid-template-columns: 1fr auto;
	place-content: center;
	align-items: center;
	grid-column-gap: .4em;
	inline-size: 100%;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
	transition: .3s;
	pointer-events: auto;
}



/* ====================================
	スマートフォン専用スタイル（～768px）
===================================== */
@media screen and (width <768px) {

	/* MV */

	.mv {
		padding-top: 10rem;
	}

	.mv-logo {
		top: -90px;
		inline-size: 100px;
		block-size: 100px;
	}

	.mv-logo img {
		inline-size: 70px;
	}

	.first-text {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}


	.mv-title-img {
		inline-size: 90%;
	}

	.page-title {
		margin-bottom: 1rem;
	}



	/* イントロ */
	.intro {
		margin-top: 3rem;
	}

	.intro-img {
		inline-size: 80%;
	}

	.intro-text {
		display: inline;
		font-size: 1.6rem;
		text-align: left;
	}

	.intro-caption {
		text-align: left;
	}

	.intro-comment-area {
		margin-top: 3rem;
		align-items: center;
		flex-direction: column;
		row-gap: 2rem;
	}


	.into-comment {
		inline-size: 100%;
		padding: 2rem;
		font-size: 1.4rem;
	}

	.into-comment::after {
		top: auto;
		bottom: 0;
		right: 40%;
		transform: translate(0, 99%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 35px 20px 0 20px;
		border-color: #fff transparent transparent transparent;
	}

	.intro-person-box {
		inline-size: 95%;
	}

	.intro-person {
		margin-top: 2rem;
		font-size: 1.6rem;
	}


	/* アンケート結果 */

	.result-number {
		inline-size: 7rem;
		block-size: 7rem;
		font-size: 2.4rem;
	}

	.result-title {
		font-size: 1.8rem;
	}

	.result-container {
		padding-top: 8rem;
	}

	.result-contents-container.column1 {
		display: grid;
		grid-template-columns: 1fr;
		justify-content: center;
	}

	.result-box {
		padding: 4rem 2rem;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		z-index: 0;
	}

	.graph-caption {
	padding-left: 2rem;
}

	.result-illust {
		inline-size: 50%;
		margin-top: 3rem;
	}

	.result-contents-container {
		margin-top: 3rem;
	}

	.result-contents-container.column2.m-graph {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 4rem;
	}

	.result-contents-container.column2.l-graph {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		row-gap: 3rem;
		/* gap: 6rem; */
	}


	.result-contents-container.column2.s-graph {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 4rem;
	}

	.result-contents-container.column2.s-graph.reverse {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}


	.result-contents-container.column2.s-graph.reverse .graph-img-area {
		order: 2;
	}

	.result-sub-item.normal .result-sub-img {
		margin-top: 3rem;
	}

	.result-illust-text-box {
		padding: 2rem;
	}

	.comment-person {
		gap: 1rem;
	}

	.result-comment {
		font-size: 1.4rem;
	}

	.result-sub-img.comment {
		inline-size: 6rem;
	}

	.result-comment-text {
		margin-top: 1rem;
		font-size: 1.4rem;
	}

	.graph-img-contents .graph-img {
		margin-top: 3rem;
	}

	.result-caption {
		margin-top: 2rem;
	}

	/* 結果下のコラム関連 */

	.result-sub-container.column3 {
		margin-top: 3rem;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}



	.result-sub-text {
		font-size: 1.4rem;
	}

	.result-sub-item-title {
		font-size: 1.6rem;
	}

	.result-sub-comment-text {
		font-size: 1.4rem;
	}

	.graph-img-text {
		padding: 2rem;
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}

	/* コラム関連のアイテム（ボーダー） */

	.result-sub-item.border {
		padding: 2rem;
	}

	/* コラム関連のアイテム（ノーマル） */

	.result-sub-item.normal .result-sub-text {
		padding: 2rem;
		font-size: 1.4rem;
	}

	.result-sub-item.normal .result-sub-text em {
	font-size: 1.6rem;
}


	/* コラム関連のアイテム（1カラム） */

	.result-sub-comment {
		font-size: 1.4rem;
	}

	.result-sub-comment-area {
		flex-direction: column-reverse;
		gap: 4rem;
	}

	.result-sub-comment-area.reverse {
		flex-direction: column-reverse;
	}

	.result-sub-comment-box {
		inline-size: 100%;
		padding: 2rem;
	}

	.result-sub-comment-area.reverse .result-sub-comment-box {
		inline-size: 100%;
	}

	.result-sub-comment-box::before {
		top: auto;
		bottom: -5%;
		left: 35%;
		transform: translate(0, 0) rotate(45deg);
		z-index: -1;
	}

	.result-sub-comment-area.reverse .result-sub-comment-box::before {
		left: auto;
		right: auto;
		left: 35%;
		bottom: -5%;
		transform: translate(0, 0) rotate(45deg);
	}

	.result-sub-img.person {
		inline-size: 50%;
	}




	/* ユーザー様の声 */
	.voice {
		margin-top: 6rem;
	}

	.voice-title {
		inline-size: 90%;
	}


	.voice-container {
		margin-top: 5rem;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		/* grid-template-columns: repeat(2, 1fr); */
		gap: 2rem;
	}

	.voice-item {
		padding: 2rem;
	}

	.voice-item .voice-text {
		font-size: 1.4rem;
	}

	/* .voice-comment-person {
flex-direction: column;
} */

	.voice-info li:first-of-type {
		font-size: 1.3rem;
	}

	.voice-caption {
		margin-top: 2rem;
	}

	/* その他のコンテンツ */
	.contents {
		padding-block: 7rem 10rem;
	}

	.contents::after {
		top: -3vw;
		block-size: 3rem;
	}

	.contents-text {
		font-size: 1.5rem;
		line-height: 1.6;
		font-weight: 500;
	}

	.contents-title {
		display: none;
	}

	.contents-logo-img {
		order: -1;
		margin-bottom: 2rem;
	}

	.contents-container {
		row-gap: 4rem;
	}

	.contents-box {
		inline-size: 47%;
	}

	.contents-title-sp {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 1rem;
		font-size: 1.8rem;
		font-weight: bold;
	}

	.contents-logo-img-sp {
		inline-size: 20%;
	}
}

/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {
	:root {
		--margin-large: 8rem;
		--margin-medium: 6rem;
		--margin-small: 4rem;
	}

}



@media screen and (500px <=width < 768px) {
	/* .mv-logo {
		inline-size: 150px;
		block-size: 150px;
	} */

	/* .page-title img {
		inline-size: 70%;
	} */

	/* .mv-title-img {
		inline-size: 70%;
	} */
}

/* ====================================
	タブレット専用スタイル（768px～1079px）
===================================== */
@media screen and (768px <=width < 1080px) {


	.mv-logo {
		inline-size: 150px;
		block-size: 150px;
	}

	.mv-logo img {
		inline-size: 100px;

	}
    .contents-title {
        font-size: 2rem;
    }

	/* アンケート結果 */
	.result-sub-img.comment {
		inline-size: 6rem;
	}

	/* コラム関連のアイテム（ボーダー） */

	.result-sub-item.border {
		padding: 2rem;
	}

	/* ユーザー様の声 */
	.voice-container {
		gap: 3rem;
	}

}

/* ====================================
	PC専用スタイル（1080px～）
===================================== */
@media print,
screen and (1080px <=width) {}


/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {

	a:hover {
		text-decoration: none;
	}

	.contents-box:hover .contents-img {
		opacity: .7;
	}

	.contents-box:hover .contents-btn p {
		text-decoration: underline;
	}
}