body {
	color: #211F20;
	font-family: "Noto Sans JP", sans-serif;
	font-size: rem(18);
}

.pc {
	display: block !important;
}

.pc_flex {
	display: flex !important;
}

.pc_grid {
	display: grid !important;
}

.sp {
	display: none !important;
}

.sp_flex {
	display: none !important;
}

.sp_grid {
	display: none !important;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.type1 {
	margin-bottom: 9.375rem;
	margin-top: 6.25rem;
}

.type2 {
	margin-bottom: 3.9375rem;
	margin-top: 6.6875rem;
}

.result {
	margin-top: -6.25rem;
}

.about__box {
	background-color: #1E3A5F;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.625rem;
	padding-top: 0.875rem;
	position: relative;
	text-align: center;
	width: 22.25rem;
}

.about__box::after {
	-webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
	aspect-ratio: 270/20;
	background-color: #1E3A5F;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
	content: "";
	left: 50%;
	position: absolute;
	top: calc(100% - 1px);
	transform: translateX(-50%);
	width: 22.25rem;
}

.about__note {
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	margin-top: 4.375rem;
	text-align: center;
}

.about__graphic {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	width: 28.875rem;
}

.about__movie {
	margin-left: auto;
	margin-right: auto;
	width: 30.625rem;
}

.about__movie video {
	display: block;
	width: 100%;
}

.about__video {
	width: 100%;
}

.about__title {
	border-bottom: solid 1px #1E3A5F;
	border-top: solid 1px #1E3A5F;
	color: #1E3A5F;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.65;
	margin-top: 3.625rem;
	padding-bottom: 0.4375rem;
	padding-top: 1rem;
	text-align: center;
}

.about__place.place {
	background-color: #fff;
	border: solid 0.1875rem #48B7D1;
	border-radius: 0.625rem;
	padding-bottom: 3.125rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	top: -3.75rem;
}

.aboutArea {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1.75rem 0rem 3.125rem;
}

.aboutArea__text {
	letter-spacing: 0.1em;
	line-height: 2.4;
	margin-top: 0.125rem;
	max-width: 37.5rem;
	text-align: center;
}

.aboutArea__copy {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1rem;
}

.aboutArea__list {
	grid-column-gap: 0.375rem;
	-moz-column-gap: 0.375rem;
	grid-row-gap: 0.625rem;
	column-gap: 0.375rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	row-gap: 0.625rem;
}

.aboutArea__item {
	align-items: center;
	aspect-ratio: 1;
	border: 0.125rem solid #48B7D1;
	border-radius: 50%;
	box-shadow: inset 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.15), 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #48B7D1;
	display: flex;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
	width: 5.8125rem;
}

.back {
	background: url("../images/back.jpg") center center/cover no-repeat;
	padding-bottom: 1.0625rem;
	position: relative;
}

.back::after {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	aspect-ratio: 134/51;
	background: #1F3A5F;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	content: "";
	left: 50%;
	position: absolute;
	top: calc(100% - 1px);
	transform: translateX(-50%);
	width: 8.375rem;
}

.develop {
	padding: 5.3125rem 0 3.9375rem;
}

.develop__inner {
	display: flex;
	gap: 2.375rem;
	margin-top: 3.125rem;
}

.develop__image {
	flex-shrink: 0;
	width: 27.4375rem;
}

.develop__image img {
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.18);
	display: block;
	flex: 1;
	height: auto;
	width: 100%;
}

.develop__text {
	font-size: 0.875rem;
	letter-spacing: 0.13em;
	line-height: 2.3;
}

.develop__text p + p {
	margin-top: 1rem;
}

.develop__text strong {
	font-weight: 700;
}

.develop__headlineTitle.headline__title {
	letter-spacing: 0.06em;
	line-height: 2;
}

.develop__headlineTitleGraphic {
	display: inline-block;
	vertical-align: middle;
	width: 19.75rem;
}

.featurePoint {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.featurePoint__circle {
	align-items: center;
	aspect-ratio: 1;
	background-color: #48B7D1;
	border-radius: 50%;
	box-shadow: 0rem 0.1875rem 0.375rem rgba(30, 58, 95, 0.5), inset 0.0625rem 0.125rem 0.375rem rgba(30, 58, 95, 0.5);
	display: flex;
	justify-content: center;
	width: 7rem;
}

.featurePoint__label {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.featurePoint__item {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.3125rem;
	letter-spacing: 0.01em;
	line-height: 1.6;
}

.featurePoint__item + .featurePoint__item {
	margin-top: 0.3125rem;
}

.featurePoint__item::before {
	background: url("../images/checkbox.svg") center center/contain no-repeat;
	content: "";
	display: block;
	height: 0.75rem;
	width: 0.875rem;
}

.follow {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	bottom: 1.25rem;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.18);
	position: fixed;
	right: 1.875rem;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	width: 13.5rem;
	z-index: 9;
}

.follow.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.follow__inner {
	align-items: center;
	display: flex;
	padding: 1rem 1.5rem 0.875rem 0.875rem;
}

.follow__press.press {
	aspect-ratio: 132/32;
	background: linear-gradient(90deg, #70C3D6 0%, #1E3A5F 100%);
	background-position: right center;
	font-size: 1rem;
	position: relative;
	transition: 0.5s;
	width: 8.25rem;
	z-index: 0;
}

.follow__press.press:before {
	background: linear-gradient(270deg, #70C3D6 0%, #1E3A5F 100%);
	border-radius: 62.4375rem;
	content: "";
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s;
	width: 100%;
	z-index: -1;
}

.follow__press.press:hover:before {
	opacity: 1;
}

.follow__press.press::after {
	aspect-ratio: 7/5;
	content: "";
	width: 0.4375rem;
}

.follow__graphic {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	gap: 0.625rem;
	margin-left: 1.75rem;
	position: relative;
}

.follow__graphic::before {
	background: #48B7D1;
	content: "";
	height: 0.625rem;
	left: -1rem;
	position: absolute;
	width: 0.125rem;
}

.follow__graphicImage {
	width: 1.25rem;
}

.footer {
	-o-object-fit: cover;
	background: url("../images/footer.jpg") top center/cover no-repeat;
	margin-top: 3.9375rem;
	object-fit: cover;
	padding: 5.8125rem 1rem 3rem;
	text-align: center;
}

.footer__catch {
	color: #1E3A5F;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.13em;
}

.footer__sub {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-size: 1.375rem;
	justify-content: center;
	letter-spacing: 0.2em;
	margin-top: 0.625rem;
}

.footer__sub img {
	vertical-align: middle;
	width: -moz-max-content;
	width: max-content;
}

.footer__button {
	-webkit-text-decoration: none;
	background: #1E3A5F;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	padding: 0.8rem 2rem;
	text-decoration: none;
}

.footer__button::after {
	content: "▶";
	margin-left: 0.5rem;
}

.footer__brand {
	margin-top: 2.0625rem;
}

.footer__brand .footer__logoBrand {
	aspect-ratio: 214/25;
	margin-bottom: 1rem;
	width: -moz-max-content;
	width: max-content;
}

.footer__brand .footer__social {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.footer__brand .footer__social .footer__socialBtn {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 1px solid #1E3A5F;
	border-radius: 999px;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.18);
	font-size: 0.9rem;
	padding: 0.3rem 1.5rem;
	text-decoration: none;
}

.footer__box {
	-webkit-backdrop-filter: brightness(1.15) blur(15px);
	backdrop-filter: brightness(1.15) blur(15px);
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
}

.footer__graphic img {
	margin-left: auto;
	margin-right: auto;
}

.footer__lead {
	padding-bottom: 1.625rem;
	padding-top: 1.4375rem;
}

.footer .footer__logoText {
	aspect-ratio: 193/22;
	display: inline-block;
	width: 12.0625rem;
}

.footer__note {
	font-size: 0.625rem;
	margin-top: 0.75rem;
}

.footer__graphic1 {
	display: block;
	font-size: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 13.375rem;
}

.footer__press {
	margin-top: 1.25rem;
}

.footer__copyright {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	margin-top: 3rem;
}

.footer__socialBtnGraphic {
	aspect-ratio: 1;
	display: inline-block;
	vertical-align: baseline;
	width: 0.75rem;
}

body.noscroll {
	overflow: hidden;
}

.header {
	height: 5.3125rem;
	max-height: 100%;
	padding: 0;
	position: fixed;
	transition: 0.5s all;
	width: 100%;
	z-index: 11;
}

.header.js-up {
	animation: UpAnime 0.5s forwards;
}

.header.js-down {
	animation: DownAnime 0.5s forwards;
	background-color: #fff;
	top: 0px;
}

.header__inner {
	align-items: center;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.5625rem;
	padding-right: 3.5rem;
	position: relative;
	width: 100%;
	z-index: 12;
}

.header__logo {
	max-width: 6.25rem;
	width: 100%;
}

.header__nav {
	height: inherit;
}

.header__list {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__item {
	height: inherit;
	padding: 0 1.875rem;
	position: relative;
}

.header__link {
	align-items: center;
	display: block;
	display: flex;
	font-size: 1.4375rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	position: relative;
}

.header__link span {
	display: block;
	position: relative;
}

.header__link span::after {
	bottom: -0.8125rem;
	content: "";
	height: 3px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.header__hamburger {
	display: none;
}

.hamburger {
	cursor: pointer;
	display: block;
	height: 1.125rem;
	position: relative;
	transition: 0.3s all;
	width: 1.5rem;
	z-index: 3;
}

.hamburger span {
	background-color: #000;
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: calc((100% - 2px) / 2);
	transition: ease 0.5s all;
	width: 100%;
}

.hamburger span:nth-child(1) {
	transform: translateY(-6px);
}

.hamburger span:nth-child(3) {
	transform: translateY(6px);
}

/*OPEN時の動き*/

.js-open.header__hamburger {
	margin-left: auto;
}

.js-open .hamburger span {
	transition: ease 0.5s;
}

.js-open .hamburger span:nth-child(1) {
	transform: rotate(45deg);
}

.js-open .hamburger span:nth-child(2) {
	opacity: 0;
}

.js-open .hamburger span:nth-child(3) {
	left: 0;
	right: 0;
	transform: rotate(-45deg);
	width: 100%;
}

.spNav {
	display: none;
}

.spNav.js-open {
	transform: translateX(0%);
}

.spNav__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.625rem;
	width: 100%;
}

.spNav__link {
	color: #333;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
}

.spNav__link::after {
	background-color: text;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.spNav__link span {
	display: block;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 400;
}

.spNav__logo {
	margin: 5.125rem auto 0;
	width: 20.6875rem;
}

.cross {
	display: block;
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 2.1875rem;
	width: 1.25rem;
}

.cross:before,
.cross:after {
	background-color: #333;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 0.27rem;
	top: 46%;
	width: 0.9375rem;
}

.cross:before {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}

.is-drawerAccordion .cross::after {
	opacity: 0;
}

.is-drawerAccordion .cross::before {
	transform: rotate(0);
}

.accordion {
	display: none;
	margin-bottom: 1.25rem;
	margin-top: -1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.accordion li {
	margin-left: 0.625rem;
	width: 100%;
}

.accordion li a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0rem 0.3125rem 0.75rem;
	padding-left: 0.75rem;
}

.headline {
	text-align: center;
}

.headline__title {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.15;
}

.headline__titleWord {
	color: #48B7D1;
}

.type1 .headline__title {
	font-size: 2rem;
	letter-spacing: 0.06em;
}

.price .headline__title {
	letter-spacing: 0.06em;
}

.voice .headline__title {
	letter-spacing: 0.06em;
}

.quiz .headline__title {
	letter-spacing: 0.06em;
}

.headline__subtitle {
	color: #48B7D1;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-top: 1.25rem;
	position: relative;
}

.headline__subtitle::before {
	aspect-ratio: 10/2;
	background-color: #48B7D1;
	bottom: -0.625rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.625rem;
}

.headline2 {
	border-bottom: solid 1px #1E3A5F;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.75;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	text-align: center;
}

.hero {
	margin-top: 5.0625rem;
	position: relative;
}

.hero__icon {
  position: absolute;
top: -3rem;
right: 2rem;
width: 13rem;
aspect-ratio: 214 / 25;
}

.hero__inner {
	margin-top: 3.1875rem;
	padding-bottom: 3.125rem;
	position: relative;
}

.hero__copy {
	color: #1E3A5F;
	font-size: 2.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	padding-left: 0.3125rem;
	padding-top: 2.8125rem;
}

.hero__copyPhrase1 {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.19em;
	margin-left: 1.5625rem;
}

.hero__copyPhrase2 {
	background-color: #fff;
	border-radius: 0.3125rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 1.5625rem;
	padding: 1.125rem 1.6875rem 0.75rem 1.4375rem;
	width: -moz-max-content;
	width: max-content;
}

.hero__copyPhrase3 {
	background-color: #fff;
	border-radius: 0.3125rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
	letter-spacing: 0.1em;
	margin-top: 0.625rem;
	padding: 1.25rem 2.1875rem 1.4375rem 1.1875rem;
	width: -moz-max-content;
	width: max-content;
}

.hero__copyWord {
	color: #48B7D1;
}

.hero__memo {
	margin-top: 16.25rem;
	padding-left: 1.0625rem;
	padding-left: 1.25rem;
	position: relative;
}

.hero__memo::before {
	background: #48B7D1;
	border-radius: 1.25rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.3125rem;
}

.hero__graphic {
	aspect-ratio: 847/719;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50vw + 8.5rem);
	z-index: -1;
}

.hero__graphic img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.hero__memoPhrase1 {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.hero__memoPhrase2 {
	margin-top: 0.5625rem;
}

.hero__memoPhrase3 {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	margin-top: 0.4375rem;
}

.hero__memoWord {
	background-color: #1E3A5F;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	padding: 0.125rem 1.0625rem;
}

.hero__memoWord + .hero__memoWord {
	margin-left: 0.5rem;
}

.hero__ipad {
	font-size: 3.25rem;
	padding-right: 0.25rem;
}

.ipad {
	-webkit-text-stroke: 2px #1E3A5F;
	font-family: "futura", sans-serif;
	font-weight: 500;
	letter-spacing: 0.03em;
	vertical-align: baseline;
}

body.is-fixed {
	overflow: hidden;
}

.imageModal {
	position: relative;
	width: 15.875rem;
}

.imageModal__thumb {
	cursor: pointer;
}

.imageModal__content .imageModal__graphic {
	position: relative;
}

.imageModal__content .imageModal__graphic::before,
.imageModal__content .imageModal__graphic::after {
	background: #48B7D1; /* 線の色を指定 */
	border-radius: 2px; /* 線の端を丸くしたいなら指定する */
	box-shadow: 0 0 0.125rem #000;
	content: ""; /* 疑似要素に必須 */
	display: inline-block; /* 高さを持たせるためにinline-blockを指定 */
	height: 2px; /* 適度な太さを指定 */
	position: absolute; /* 相対位置に指定 */
	right: 0.3125rem; /* 表示位置を左から0pxに指定 */
	top: 0.9375rem; /* 表示位置を上から0pxに指定 */
	width: 1.25rem; /* 幅いっぱいを指定 */
}

.imageModal__content .imageModal__graphic::before {
	transform: rotate(45deg); /* 時計回りに45度回転させる */
}

.imageModal__content .imageModal__graphic::after {
	transform: rotate(-45deg); /* 反時計回りに45度回転させる */
}

.imageModal__graphic img {
	display: block;
	height: auto;
	width: 100%;
}

.imageModal__overlay {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	cursor: pointer;
	display: none;
	justify-content: center;
	left: 0;
	padding: 1.25rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

.imageModal__overlay.is-active {
	display: flex;
}

.imageModal__content {
	cursor: pointer;
	width: 43.75rem;
}

.imageModal__content img {
	display: block;
	height: auto;
	max-width: 100%;
}

.mystery {
	position: relative;
}

.mystery__inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.mystery__inner::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mystery__place.place {
	aspect-ratio: 1020/2395;
	background: url("../images/top.svg") top center/contain no-repeat;
	top: -1.5625rem;
}

.mystery__headline {
	padding-top: 3.25rem;
}

.mystery__headline img {
	display: inline-block;
	margin-right: 0.625rem;
	vertical-align: sub;
	width: 19.875rem;
}

.mysteryArea {
	padding: 4.625rem 0 0 0.625rem;
}

.mysteryArea__inner {
	margin: 0 auto;
	max-width: 68.75rem;
}

.mysteryArea__body {
	display: flex;
	gap: 1.75rem;
}

.mysteryArea__body:nth-child(2n) {
	flex-direction: row-reverse;
}

.mysteryArea__body + .mysteryArea__body {
	margin-top: 3.75rem;
}

.mysteryArea__text {
	flex: 1;
}

.mysteryArea__number {
	color: #48B7D1;
	font-family: "futura", sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.mysteryArea__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin-top: 0.3125rem;
}

.mysteryArea__description {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 1rem;
}

.mysteryArea__qa {
	background-color: #E3F5F9;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	line-height: 1.7;
	margin-top: 0.625rem;
	padding: 0.5rem 0.75rem;
}

.mysteryArea__question,
.mysteryArea__answer {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.35;
	margin-top: 0.3125rem;
}

.mysteryArea__answer {
	margin-left: 2.25rem;
	text-indent: -1.0625rem;
}

.mysteryArea__label {
	color: #48B7D1;
	display: inline-block;
	font-family: "futura", sans-serif;
	font-size: 1.375rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	margin-right: 0.375rem;
	vertical-align: sub;
}

.mysteryArea__graphic {
	width: 15.875rem;
}

.mysteryArea__graphic img {
	border-radius: 0.5rem;
}

.mysteryArea__anchor {
	-webkit-text-decoration: underline;
	color: #48B7D1;
	display: block;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.4375rem;
	text-align: center;
	text-decoration: underline;
}

.mysteryArea__item {
	margin-left: 1.25rem;
}

.mysteryArea__itemWord {
	position: relative;
}

.mysteryArea__itemWord:before {
	aspect-ratio: 1;
	background: #48B7D1;
	border-radius: 62.4375rem;
	content: "";
	left: -0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.place {
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	justify-content: center;
	padding-bottom: 6.25rem;
	position: relative;
}

.press {
	align-items: center;
	aspect-ratio: 309/56;
	background-color: #1E3A5F;
	border-radius: 62.4375rem;
	box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.16);
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	gap: 0.625rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s;
	width: 19.3125rem;
}

.press:hover {
	background-color: #70C3D6;
	transition: 0.5s;
}

.press::after {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	background: #F7B25A;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	display: inline-block;
	height: 0.875rem;
	width: 0.5625rem;
}

.price {
	background: url("../images/back2.svg") top center/cover no-repeat;
	padding-bottom: 2.9375rem;
	padding-top: 2.9375rem;
}

.price__area {
	background-color: #fff;
	border-radius: 0.625rem;
	padding-bottom: 1.25rem;
	padding-bottom: 2.5rem;
	padding-top: 2.0625rem;
}

.price__flex {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 2.75rem;
}

.price__key {
	border: solid 1px #1E3A5F;
	border-radius: 0.625rem;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 1rem 1.625rem;
}

.price__valueWord {
	font-family: "futura", sans-serif;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.price__press {
	margin-top: 1.875rem;
}

.quiz {
	margin-top: 5rem;
}

.quiz__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 55.5rem;
}

.quizItem {
	margin-bottom: 0.625rem;
}

.quizItem__question {
	align-items: center;
	background-color: #BDBEC0;
	display: flex;
	font-weight: 500;
	gap: 1.5625rem;
	padding-bottom: 0.5rem;
	padding-left: 1.375rem;
	padding-top: 0.5rem;
}

.quizItem__question .quizItem__label {
	color: #ffffff;
	font-family: "futura", sans-serif;
	font-size: 1.6875rem;
}

.quizItem__question .quizItem__text {
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
}

.quizItem__answer {
	align-items: baseline;
	display: flex;
	gap: 1.6875rem;
	padding: 0.625rem 1.5rem;
}

.quizItem__answer .quizItem__label {
	color: #48B7D1;
	font-family: "futura", sans-serif;
	font-size: 1.6875rem;
	font-weight: 500;
}

.quizItem__answer .quizItem__text {
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.quizItem__answer .quizItem__text strong {
	font-weight: bold;
}

.range {
	margin-left: auto;
	margin-right: auto;
	max-width: 1070px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

._flex {
	display: flex;
}

.result__inner {
	border-radius: 0 0 0.625rem 0.625rem;
	padding-bottom: 0rem;
	position: relative;
}

.result__inner::before {
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.result__list {
	grid-column-gap: 3.75rem;
	-moz-column-gap: 3.75rem;
	grid-row-gap: 1rem;
	column-gap: 3.75rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.5rem;
	padding: 1.875rem 0rem 1.875rem 1.4375rem;
	row-gap: 1rem;
}

.result__place.place {
	aspect-ratio: 1020/757;
	background: url("../images/bottom.svg") top center/contain no-repeat;
	background-size: 100% 100%;
	padding-bottom: 0rem;
	padding-top: 8.75rem;
}

.space {
	margin-left: auto;
	margin-right: auto;
	max-width: 51.0625rem;
}

.type__list {
	display: flex;
	gap: 3.875rem;
	margin-top: 7.6875rem;
}

.type2 .type__list {
	margin-top: 5.9375rem;
}

.type__item {
	width: 50%;
}

.type__passage {
	line-height: 1.2;
	text-align: center;
}

.type__passage1 {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	margin-top: 3.3125rem;
}

.type__passage2 {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 2.0625rem;
}

.type__word {
	background-color: #48B7D1;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	vertical-align: text-bottom;
	width: 6.875rem;
}

.type__word2,
.type__word3 {
	margin-left: 0.6875rem;
}

.type__word3 {
	margin-right: 0.5rem;
}

.type__line {
	position: relative;
}

.type__line::after {
	background: #48B7D1;
	bottom: -0.3125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.type__arrow {
	border-left: 3rem solid transparent;
	border-right: 3rem solid transparent;
	border-top: 2.25rem solid #1F3A5F;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	width: 0;
}

.type__headlineTitleGraphic {
	display: inline-block;
	vertical-align: middle;
	width: 15.6875rem;
}

.type__headlineTitle {
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-max-content;
	width: max-content;
}

.type__headlineTitle::after {
	background-color: #211F20;
	bottom: -0.3125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.typeResume {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.typeResume__visual {
	align-items: center;
	background-color: #BDBEC0;
	border-radius: 0.625rem 0.625rem 0 0;
	display: grid;
	padding: 1.5625rem 0 1.5625rem 8.125rem;
	position: relative;
}

.type__item:last-child .typeResume__visual {
	background-color: #D5BFA3;
}

.typeResume__area {
	background-color: #EAEBEB;
	margin-top: 0.3125rem;
	padding: 1.25rem 1.75rem 3.375rem;
}

.type2 .typeResume__area {
	padding: 1.875rem 4.0625rem 2.5rem;
}

.typeResume__itemGraphic {
	width: 4.375rem;
}

.type2 .typeResume__itemGraphic {
	width: 2.5rem;
}

.type__item:last-child .typeResume__item:first-child .typeResume__itemGraphic img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.typeResume__title {
	color: #1E3A5F;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
	position: relative;
}

.type__item:first-child .typeResume__visual {
	padding-left: 0rem;
}

.type__item:first-child .typeResume__title {
	text-align: center;
}

.typeResume__graphic {
	bottom: 0;
	height: auto;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	position: absolute;
	width: 8.1875rem;
}

.typeResume__itemLead {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	text-align: center;
}

.typeResume__item {
	border-radius: 0.5rem;
}

.typeResume__item + .typeResume__item {
	margin-top: 1.6875rem;
}

.type2 .typeResume__item + .typeResume__item {
	margin-top: 1.4375rem;
}

.type2 .typeResume__item {
	background-color: #fff;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.typeResume__itemFlex {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.875rem;
	padding-left: 0.625rem;
}

.type2 .typeResume__itemFlex {
	gap: 1.25rem;
	margin-top: 0.375rem;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
}

.typeResume__itemTitle {
	background-color: #1E3A5F;
	border-radius: 0.25rem;
	border-radius: 0.25rem;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.375rem 1rem;
	text-align: center;
}

.type2 .typeResume__itemTitle {
	font-size: 0.8125rem;
}

.typeResume__textGroup {
	flex: 1;
}

.typeResume__itemText {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.57;
}

.type2 .typeResume__text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.typeResume__list {
	margin-top: 1.1875rem;
}

.typeResume__itemTotal {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.66;
	margin-top: 0.5625rem;
	padding-left: 0.8125rem;
	text-indent: -0.8125rem;
}

.typeResume__itemTotal img {
	aspect-ratio: 10/8;
	display: inline-block;
	width: 0.625rem;
}

.typeResume__itemPart {
	font-size: 0.75rem;
	letter-spacing: 0.04em;
}

.typeResume__itemPart + .typeResume__itemPart {
	margin-top: 0.125rem;
}

.typeResume__area {
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	flex: 1;
}

.type__item:last-child .typeResume__area {
	background-color: #F2EBE2;
}

.voice {
	background: url("../images/voice.jpg") center center/cover no-repeat;
}

.voice__inner {
	padding-bottom: 5rem;
	padding-top: 4.375rem;
}

.voice__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 5rem;
}

.voiceItem {
	background-color: #fff;
	border-radius: 0.625rem;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	padding: 0.875rem 1.5rem 1.6875rem 1rem;
}

.voiceItem__flex {
	align-items: center;
	display: flex;
	gap: 0.875rem;
}

.voiceItem__meta {
	color: #48B7D1;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.voiceItem__age {
	color: #48B7D1;
}

.voiceItem__rating {
	color: #F7B25A;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}

.voiceItem__title {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.4;
	margin-top: 0.625rem;
}

.voiceItem__text {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
	margin-top: 0.5rem;
}

.voiceItem__source {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 1.125rem;
}

.voiceItem__graphic {
	aspect-ratio: 1;
	width: 4.8125rem;
}

.voiceItem__area {
	flex: 1;
}

._columns1_1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns2_1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns2_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns3_1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

._columns3_2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

._flex {
	display: flex;
}

._flex_1 {
	display: flex;
}

._flex_remain {
	flex: 1;
}

.nowrap {
	display: inline-block;
	white-space: nowrap;
}

.color_water {
	color: #48B7D1;
}

.underline {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.wordBold {
	font-weight: 700;
}

.wordRed {
	color: red;
}

.wordCaution {
	color: red;
	font-weight: 700;
}

@media (any-hover: hover) {

.header__link:hover span:after {
	opacity: 1;
	transition: 0.3s all;
}

.header__link:hover {
	opacity: 0.7;
	transition: 0.3s;
}

}

@media screen and (min-width: 900px) {

.spNav__link:hover:after {
	opacity: 1;
	transition: 0.3s all;
}

}

@media screen and (max-width: 1279px) {

.result {
	margin-top: -9vw;
}

.result__place.place {
	padding-top: 6.25rem;
}

}

@media screen and (max-width: 1023px) {

.result {
	margin-top: -10vw;
}

.featurePoint__circle {
	width: 7rem;
}

.hero__graphic {
	aspect-ratio: 328/470;
	width: calc(100% - 25rem);
}

.mysteryArea__body + .mysteryArea__body {
	margin-top: 1.875rem;
}

}

@media (max-width: 1020px) {

html {
	font-size: 1.568627451vw;
}

}

@media screen and (max-width: 767px) {

.pc {
	display: none !important;
}

.pc_flex {
	display: none !important;
}

.pc_grid {
	display: none !important;
}

.sp {
	display: block !important;
}

.sp_flex {
	display: flex !important;
}

.sp_grid {
	display: grid !important;
}

html {
	font-size: 4.1025641026vw;
}

.type1 {
	margin-bottom: 6.25rem;
	margin-top: 10rem;
}

.type2 {
	margin-top: 4.375rem;
}

.result {
	margin-top: -4.375rem;
}
.hero__icon {
  width: 9rem;
  top: -2.5rem;
  right: .625rem;
}

.about__box {
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.125rem;
	padding-top: 1rem;
	width: 17.25rem;
}

.about__box::after {
	aspect-ratio: 270/30;
	width: 17.25rem;
}

.about__note {
	font-size: 0.875rem;
	margin-top: 3.125rem;
}

.about__graphic {
	margin-top: 0.375rem;
	width: 17.1875rem;
}

.about__movie {
	margin-top: 1.25rem;
	width: 100%;
}

.about__title {
	font-size: 0.875rem;
	letter-spacing: 0em;
	margin-top: 1.4375rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.4375rem;
}

.about__place.place {
	padding-bottom: 0.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	top: -2.5rem;
}

.aboutArea {
	flex-direction: column;
	justify-content: space-between;
	padding: 0rem 0rem;
}

.aboutArea__text {
	font-size: 0.75rem;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.aboutArea__copy {
	font-size: 0.75rem;
	margin-top: 0rem;
}

.aboutArea__list {
	gap: 0.125rem;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 1.25rem;
}

.aboutArea__item {
	font-size: 0.5rem;
	gap: 0rem;
	letter-spacing: 0em;
	line-height: 1.2;
	padding: 0.125rem;
	width: auto;
}

.back {
	padding-bottom: 1.25rem;
}

.back::after {
	aspect-ratio: 96/35;
	width: 6rem;
}

.develop {
	padding: 3.125rem 0 3.9375rem;
}

.develop__inner {
	align-items: center;
	flex-direction: column-reverse;
	gap: 2rem;
	margin-top: 1.875rem;
}

.develop__image {
	width: 100%;
}

.develop__text {
	font-size: 0.75rem;
	letter-spacing: 0.13em;
	text-align: center;
	width: 100%;
}

.develop__headlineTitle.headline__title {
	letter-spacing: 0em;
}

.develop__headlineTitleGraphic {
	width: 12.125rem;
}

.featurePoint {
	gap: 0.625rem;
}

.featurePoint__circle {
	width: 5.125rem;
}

.featurePoint__label {
	font-size: 0.875rem;
}

.follow {
	bottom: 1.25rem;
	right: 50%;
	transform: translateX(50%);
	width: 80%;
}

.follow__inner {
	padding: 0.5rem 1.125rem;
}

.follow__press.press {
	aspect-ratio: 160/32;
	width: 100%;
}

.follow__graphic {
	gap: 1.25rem;
}

.footer {
	background: url("../images/footer-sp.jpg") top center/cover no-repeat;
	margin-top: 0rem;
	padding-bottom: 1.25rem;
	padding-top: 2.5rem;
	text-align: center;
}

.footer__catch {
	font-size: 1.125rem;
}

.footer__sub {
	flex-direction: column;
	font-size: 1rem;
	margin-top: 0.5rem;
}

.footer__brand .footer__social {
	gap: 0.625rem;
}

.footer__brand .footer__social .footer__socialBtn {
	font-size: 0.4375rem;
}

.footer__lead {
	padding-bottom: 0.75rem;
}

.footer .footer__logoText {
	width: 8.5rem;
}

.footer__note {
	font-size: 0.375rem;
}

.footer__press {
	margin-top: 0.75rem;
}

.footer__copyright {
	font-size: 0.5rem;
}

.footer__socialBtnGraphic {
	width: 0.4375rem;
}

.header {
	height: 2.8125rem;
}

.header__inner {
	padding-left: 0.625rem;
	padding-right: 0;
}

.header__logo {
	max-width: 3.75rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	align-items: center;
	display: block;
	display: flex;
	height: 2.8125rem;
	justify-content: center;
	margin-left: auto;
	position: relative;
	width: 2.8125rem;
	z-index: 2;
}

.spNav {
	-webkit-overflow-scrolling: touch;
	background: white;
	background-color: #eee;
	color: #232323;
	color: #333;
	display: block;
	height: 101vh;
	left: 0;
	overflow-y: scroll;
	padding: 1.25rem 1.25rem 6.875rem;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.5s;
	transition: transform 0.3s ease-out;
	width: 100%;
	z-index: 5;
}

.spNav__item {
	border-bottom: 1px solid #000;
	position: relative;
	width: 100%;
}

.spNav__link {
	padding: 1.875rem 0;
	text-align: left;
}

.spNav__logo {
	margin: 2.5rem auto 0;
	width: 210px;
}

.headline__title {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.type1 .headline__title {
	font-size: 1.5rem;
}

.price .headline__title {
	font-size: 1.5rem;
}

.voice .headline__title {
	font-size: 1.5rem;
}

.quiz .headline__title {
	font-size: 1.5rem;
}

.headline__subtitle {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.headline2 {
	border-bottom: solid 2px #1E3A5F;
	font-size: 0.9375rem;
	margin-left: 0rem;
	margin-right: 0rem;
	padding-bottom: 1.5rem;
}

.hero {
	margin-top: 3.75rem;
}

.hero__inner {
	padding-bottom: 9.6875rem;
}

.hero__copy {
	padding-left: 0rem;
	padding-top: 0rem;
}

.hero__copyPhrase1 {
	font-size: 1.5rem;
	margin-left: 0.1875rem;
	margin-top: 0.3125rem;
}

.hero__copyPhrase2 {
	font-size: 1.9375rem;
	margin-top: 0.3125rem;
	padding: 0.75rem 0.625rem 0.3125rem;
}

.hero__copyPhrase3 {
	font-size: 1.9375rem;
	margin-top: 0.3125rem;
	padding: 0.625rem 0.625rem 0.3125rem;
}

.hero__memo {
	margin-left: 0rem;
	margin-top: 1.25rem;
	padding-left: 0.75rem;
}

.hero__graphic {
	top: 3.75rem;
	width: 87%;
}

.hero__graphic img {
	aspect-ratio: 328/470;
}

.hero__memoPhrase1 {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.hero__memoPhrase2 {
	margin-top: 0.3125rem;
}

.hero__copyPhrase22 {
	padding-top: 0.3125rem;
}

.hero__memoPhrase3 {
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-top: 0.1875rem;
}

.hero__memoWord {
	padding: 0.125rem 1rem;
}

.hero__ipad {
	font-size: 2.1875rem;
}

.imageModal {
	width: 100%;
}

.mystery__inner {
	padding-bottom: 0rem;
}

.mystery__place.place {
	aspect-ratio: 350/4039;
	background: url("../images/top-sp.svg") top center/contain no-repeat;
	padding-bottom: 3.125rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	top: -1.875rem;
}

.mystery__headline {
	padding-bottom: 1.75rem;
	padding-top: 2.5rem;
}

.mystery__headline img {
	aspect-ratio: 183/21;
	width: 11.4375rem;
}

.mysteryArea {
	padding: 1rem 0rem 1.0625rem;
}

.mysteryArea__body {
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: space-between;
}

.mysteryArea__body:nth-child(2n) {
	flex-direction: column;
}

.mysteryArea__body + .mysteryArea__body {
	margin-top: 3.75rem;
}

.mysteryArea__number {
	text-align: center;
}

.mysteryArea__title {
	font-size: 1rem;
	margin-top: 0.6875rem;
	text-align: center;
}

.mysteryArea__description {
	letter-spacing: 0em;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.mysteryArea__qa {
	padding: 0.25rem 0.75rem 0.5rem;
}

.mysteryArea__question,
.mysteryArea__answer {
	line-height: 1.66;
}

.mysteryArea__graphic {
	margin-top: 0;
	max-width: 25rem;
}

.mysteryArea__anchor {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 1.875rem;
}

.mysteryArea__item {
	font-size: 0.75rem;
	letter-spacing: 0em;
}

.mysteryArea__item {
	font-size: 0.75rem;
	line-height: 1.66;
}

.place {
	padding-bottom: 7.5rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.press {
	font-size: 1rem;
	letter-spacing: 0.06em;
	width: 13.625rem;
}

.price {
	background: url("../images/back2-sp.svg") center center/cover no-repeat;
}

.price__flex {
	flex-direction: column;
	gap: 0.625rem;
}

.price__key {
	font-size: 0.875rem;
}

.quiz {
	margin-top: 2.5rem;
}

.quiz__list {
	margin-top: 2.5rem;
}

.quizItem__question {
	gap: 0.625rem;
	padding-bottom: 0rem;
	padding-left: 0.625rem;
	padding-top: 0rem;
}

.quizItem__question .quizItem__text {
	font-size: 1rem;
}

.quizItem__answer {
	align-items: flex-start;
	gap: 0.9375rem;
	padding-left: 0.625rem;
	padding-right: 0rem;
}

.quizItem__answer .quizItem__text {
	font-size: 0.875rem;
	line-height: 2;
}

.range {
	padding-left: 12px;
	padding-right: 12px;
}

.result__inner {
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.result__list {
	gap: 0.9375rem;
	grid-template-columns: 1fr;
	margin-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0rem;
}

.result__place.place {
	background: url("../images/bottom-sp.svg") top center/contain no-repeat;
	background-size: 100% 100%;
	padding-bottom: 0.625rem;
	padding-top: 2.5rem;
}

.type__list {
	flex-direction: column;
	gap: 4.625rem;
	margin-top: 5.125rem;
}

.type2 .type__list {
	margin-top: 3.125rem;
}

.type__item {
	width: 100%;
}

.type__passage {
	letter-spacing: 0em;
	line-height: 1.9;
}

.type__passage1 {
	font-size: 1rem;
	letter-spacing: 0em;
	margin-top: 1.25rem;
}

.type__passage2 {
	font-size: 1rem;
	margin-top: 0rem;
}

.type__word {
	font-size: 1.125rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	width: 5.875rem;
}

.type__word2,
.type__word3 {
	margin-left: 0.625rem;
}

.type__word3 {
	margin-right: 0;
}

.type__line::after {
	bottom: -0.125rem;
}

.type__arrow {
	margin-top: 2.3125rem;
}

.type__headlineTitleGraphic {
	width: 12.0625rem;
}

.type__headlineTitle {
	font-size: 1rem;
	letter-spacing: 0em;
	line-height: 2;
	width: 100%;
}

.type__headlineTitle::after {
	display: none;
}

.typeResume__visual {
	padding: 0.9375rem 0;
}

.typeResume__area {
	padding: 1.0625rem 1.25rem 0.625rem;
}

.type2 .typeResume__area {
	padding-left: 1.3125rem;
	padding-right: 1.3125rem;
}

.typeResume__itemGraphic {
	width: 2.8125rem;
}

.typeResume__title {
	font-size: 1rem;
	letter-spacing: 0em;
	text-align: center;
}

.typeResume__graphic {
	aspect-ratio: 96/108;
	width: 6rem;
}

.typeResume__itemLead {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.typeResume__item + .typeResume__item {
	margin-top: 0rem;
}

.type2 .typeResume__item + .typeResume__item {
	margin-top: 0.9375rem;
}

.typeResume__itemFlex {
	gap: 0.375rem;
	margin-top: 0.625rem;
	padding: 0rem 0.3125rem 0.375rem;
}

.type2 .typeResume__itemFlex {
	padding-left: 0.625rem;
}

.typeResume__itemTitle {
	padding: 0.125rem 1rem;
}

.typeResume__itemText {
	font-size: 0.75rem;
	letter-spacing: 0em;
}

.typeResume__list {
	margin-top: 0.75rem;
}

.typeResume__itemTotal {
	font-size: 0.625rem;
	letter-spacing: 0em;
	line-height: 1.6;
	margin-top: 0.3125rem;
	padding-left: 0.75rem;
	text-indent: -0.75rem;
}

.typeResume__itemTotal img {
	width: 0.5rem;
}

.typeResume__itemPart {
	font-size: 0.625rem;
}

.voice {
	background: url("../images/voice-sp.jpg") top center/cover no-repeat;
}

.voice__inner {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.voice__list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.voiceItem {
	padding: 0.875rem 1.5rem 1.25rem 1rem;
}

.voiceItem__meta {
	font-size: 0.625rem;
	margin-top: 0.3125rem;
}

.voiceItem__title {
	font-size: 1rem;
	margin-top: 0.3125rem;
}

.voiceItem__source {
	font-size: 0.5rem;
	font-weight: 300;
	margin-top: 0.625rem;
}

._columns1_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns2_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns2_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns3_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns3_2 {
	grid-template-columns: repeat(2, 1fr);
}

._flex_1 {
	flex-direction: column;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@media screen and (max-width: 375px) {

.mysteryArea__body + .mysteryArea__body {
	margin-top: 1.875rem;
}

.mysteryArea__anchor {
	margin-top: 1.875rem;
}

}

@keyframes UpAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(-100px);
}

}

@keyframes DownAnime {

from {
	opacity: 0;
	transform: translateY(-100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

/* Utility: center text */
.u-center { text-align: center !important; }



/* --- smartphone only adjustments --- */
@media screen and (max-width: 767px) {

  /* 購入ボックス（白い箱）の左右に余白を追加 */
  .price__area {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* 「2026年夏予定」の文字だけ小さく（確実に効かせるpx + 優先度） */
  .price .price__valueWord {
    font-size: 30px !important;   /* 好みで 15px / 14px に調整OK */
    letter-spacing: 0.04em;       /* 任意：詰まりが気になるなら少し弱める */
    font-weight: 600;             /* 任意：太さも少し下げると読みやすい */
  }

  /* 文章の左右も少し余白を広げたい場合（案内文） */
  .price__area .u-center {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }


/* Utility: center text */
/*# sourceMappingURL=style.css.map */

