body {
	line-height: 1.75 !important;
}

body {
	font-feature-settings: "palt";
	color: #1A1A1A;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.6;
}

.u-bold {
	font-weight: 700;
}

.u-regular {
	font-weight: 400;
}

.u-medium {
	font-weight: 500;
}

.u-blue {
	color: #24669a;
}

.u-deep-blue {
	color: #0000ff;
}

.u-pink {
	color: #f46289;
}

.u-dark-pink {
	color: #ec708c;
}

.u-deep-pink {
	color: #ed1e79;
}

.u-red {
	color: #ed1c24;
}

.u-bg-beige {
	background-color: #fff0d6;
	display: inline-block;
	line-height: 1.58;
}

.u-bg-yellow {
	background-color: #ffff64;
	display: inline-block;
	line-height: 1.58;
}

.u-border-yellow {
	background: linear-gradient(transparent 65%, #ffff64 65%, #ffff64 98%, transparent 98%);
}

.u-spacer {
	display: block;
	height: 1.75em;
}

.u-spacer-big {
	display: block;
	height: 2em;
}

.u-desktop {
	display: none;
}

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

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;
	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;
}

.l-bimajyo {
	margin-bottom: 3.625rem;
}

.l-close {
	margin-bottom: 2.125rem;
}

.l-doctor {
	margin-bottom: 3.3125rem;
}

.l-fv {
	margin-bottom: 1.875rem;
}

.l-intro {
	margin-bottom: 2.4375rem;
}

.l-monitor {
	margin-bottom: 2.5rem;
}

.l-more {
	margin-bottom: 3.25rem;
}

.l-okami {
	margin-bottom: 3.5625rem;
}

.l-sns {
	margin-bottom: 4.625rem;
}

.l-user {
	margin-bottom: 5rem;
}

.l-voice {
	margin-bottom: 6rem;
}

.l-week {
	margin-bottom: 3.75rem;
}

.l-what {
	margin-bottom: 4.75rem;
}

.l-yamasa {
	margin-bottom: 5rem;
}

.article {
	background-color: #fef9e8;
	padding: 2rem 0.9375rem 3.25rem;
	position: relative;
}

.article::before,
.article::after {
	background: linear-gradient(to right, #b3b3b3 0%, #b3b3b3 50%, #ffffff 51%, #ffffff 100%) repeat-x left bottom/12px 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.article::before {
	top: 0;
}

.article::after {
	bottom: 0;
}

.article__inner::before,
.article__inner::after {
	background: linear-gradient(to bottom, #B3B3B3 0%, #b3b3b3 50%, #ffffff 51%, #ffffff 100%) repeat-y top left/2px 12px;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 2px;
}

.article__inner::before {
	left: 0;
}

.article__inner::after {
	right: 0;
}

.article__main-title {
	font-size: 1.25rem;
	line-height: 1.7;
	margin-bottom: 1.625rem;
}

.article__sub-title {
	margin-bottom: 1.75rem;
}

.article_text {
	text-align: justify;
}

.article_text--mb20 {
	margin-bottom: 1.25rem;
}

.article__movie {
	margin-bottom: 1.1875rem;
}

.article__movie video {
	width: 100%;
}

.bimajyo__text {
	font-size: 0.875rem;
	line-height: 1.9;
	text-align: center;
}

.bimajyo__text--mb40 {
	margin-bottom: 2.5rem;
}

.bimajyo__text-small {
	font-size: 0.625rem;
	line-height: 2.3;
	margin-bottom: 2rem;
	text-align: right;
}

.bimajyo__text-fz19 {
	font-size: 1.1875rem;
}

.bimajyo__text-fz16 {
	font-size: 1rem;
}

.bimajyo__text-border {
	border-bottom: 1px solid #1A1A1A;
}

.close__title {
	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.3019607843);
	margin-bottom: 3.75rem;
}

.close__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-bottom: 2.375rem;
	text-align: center;
}

.close__text-fz19 {
	font-size: 1.1875rem;
}

.close__text-fz16 {
	font-size: 1rem;
}

.close__image {
	margin-bottom: 1.5rem;
}

.close__cta {
	margin: 0 auto;
}

.close__cta-text-small {
	display: flex;
	font-size: 0.625rem;
	justify-content: flex-end;
}

.container {
	font-size: 1rem;
	margin: 0 auto;
	max-width: 630px;
}

.doctor__title {
	margin-bottom: 1.75rem;
}

.doctor__text {
	margin-bottom: 3.375rem;
	text-align: center;
}

.doctor__text-fz19 {
	font-size: 1.1875rem;
}

.doctor__text-fz14 {
	font-size: 0.875rem;
}

.doctor__box {
	background-image: url(../images/common/silver.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0.625rem;
	padding-top: 0.25rem;
}

.doctor__head {
	margin-bottom: 0.875rem;
}

.doctor__review {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 1rem;
	text-align: justify;
}

.doctor__review-purple {
	color: #9e005d;
}

.doctor__prof {
	background-color: #fff;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3019607843);
	margin-bottom: 0.75rem;
	padding: 0.625rem 0.625rem 0.75rem;
	padding: 1.25rem 0.625rem 1.625rem;
}

.doctor__prof-title {
	background-color: #9e005d;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: 0.375rem;
	padding: 0 1rem;
}

.doctor__prof-text {
	font-size: 0.75rem;
	line-height: 2;
}

.doctor__small-text {
	font-size: 0.625rem;
	letter-spacing: 0;
	text-align: center;
}

.footer__link {
  padding-bottom: 2rem;
}

.footer__link a{
  display: block;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.3em;
}

.footer__copyright {
  background-color: #d4145a;
  padding: 0.75rem 0.25rem;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.intro {
	line-height: 1.75;
	text-align: center;
}

.intro__text-fz19 {
	font-size: 1.1875rem;
	line-height: 1;
}

.intro__text:last-of-type {
	margin-bottom: 3.125rem;
}

.intro__arrow {
	display: inline-block;
	width: 11.6875rem;
}

.monitor__text {
	font-size: 0.875rem;
	margin-bottom: 3.375rem;
	text-align: center;
}

.monitor__text-fz19 {
	font-size: 1.1875rem;
}

.monitor__cta-text {
	font-size: 1.375rem;
	text-align: center;
}

.monitor__cta {
	margin: 0 auto;
}

.monitor__cta a{
  margin-bottom: 0.5rem;
}

.monitor__cta-text-small {
	font-size: 0.625rem;
	line-height: 2.8;
	margin-top: -0.625rem;
	text-align: right;
}

.more__bg {
	background-image: url(../images/common/gold.webp);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0.75rem;
	padding-bottom: 1.75rem;
	padding-top: 2.625rem;
	position: relative;
}

.more__head {
	left: 50%;
	position: absolute;
	top: -2.5rem;
	transform: translateX(-50%);
	width: 4.375rem;
}

.more__inner {
	background-color: #fff;
	border-radius: 0.625rem;
	padding-bottom: 1.375rem;
	padding-top: 2.375rem;
}

.more__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-bottom: 1.75rem;
	text-align: center;
}

.more__text-fz16 {
	font-size: 1rem;
}

.more__image {
	margin: 0 auto;
	width: 93%;
}

.okami__intro {
	font-size: 0.875rem;
	margin-bottom: 4.5rem;
	text-align: center;
}

.okami__intro-fz19 {
	font-size: 1.1875rem;
}

.okami__intro-fz16 {
	font-size: 1rem;
}

.okami__inner {
	background-image: url(../images/common/bg-okami.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.25rem;
}

.okami__title {
	margin-bottom: 2.25rem;
}

.okami__title-sub {
	margin: 0 auto;
}

.okami__title-sub:first-of-type {
	margin-bottom: 1.625rem;
	width: 15.625rem;
}

.okami__title-sub:last-of-type {
	margin-bottom: 2.3125rem;
	width: 17.5rem;
}

.okami__image:first-of-type {
	margin-bottom: 2.625rem;
}

.okami__image:last-of-type {
	margin-bottom: 3.125rem;
}

.okami__question {
	font-size: 0.875rem;
	line-height: 2;
	margin-bottom: 1.625rem;
}

.okami__answer {
	font-size: 0.875rem;
	line-height: 2;
	margin-bottom: 3.25rem;
	text-align: justify;
}

.okami__answer--mb82 {
	margin-bottom: 5.125rem;
}

.okami__answer:last-of-type {
	margin-bottom: 0;
}

.point__title {
	margin-bottom: 2.4375rem;
}

.point__intro {
	margin-bottom: 3.375rem;
	text-align: center;
}

.point__intro-fz19 {
	font-size: 1.1875rem;
}

.point__text-border {
	border-bottom: 1px solid #1A1A1A;
}

.point__item {
	margin-bottom: 3.75rem;
}

.point__item--movie {
	margin-bottom: 7.0625rem;
}

.point__title-image {
	margin-bottom: 2.5rem;
}

.point__text {
	margin-bottom: 3.125rem;
	text-align: center;
}

.point__text-fz19 {
	font-size: 1.1875rem;
}

.point__movie {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.point__movie iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.point__image--mb90 {
	margin-bottom: 5.625rem;
}

.report__intro {
	margin-bottom: 3.625rem;
	text-align: center;
}

.report__intro-fz19 {
	font-size: 1.1875rem;
}

.report__inner {
	background-color: #fef2f2;
	padding-bottom: 3.125rem;
	padding-top: 1.75rem;
}

.report__title {
	margin-bottom: 1.5rem;
}

.report__card {
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 3rem;
}

.report__card:last-of-type {
	margin-bottom: 0;
}

.sns__bg {
	background-image: url(../images/common/pink-background.webp);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0.5rem;
	padding-bottom: 2.5rem;
	padding-top: 3.5rem;
	position: relative;
}

.sns__head {
	left: 50%;
	position: absolute;
	top: -1.375rem;
	transform: translateX(-50%);
	width: 4.25rem;
}

.sns__inner {
	background-color: #fff;
	border-radius: 0.625rem;
	padding-bottom: 0.5rem;
	padding-top: 1.3125rem;
}

.sns__text {
	font-size: 0.875rem;
	line-height: 1.7;
	margin-bottom: 0.875rem;
	text-align: center;
}

.sns__text-fz19 {
	font-size: 1.1875rem;
}

.sns__image {
	margin: 0 auto;
	width: 95%;
}

.sns__small-text {
	font-size: 0.625rem;
	text-align: right;
}

.voice {
	line-height: 1.75;
	text-align: center;
}

.voice__inner {
	border-bottom: 3px solid #d4145a;
	border-top: 3px solid #d4145a;
	margin-bottom: 4.5rem;
	padding-bottom: 2.75rem;
	padding-top: 1.5625rem;
	position: relative;
}

.voice__inner::before,
.voice__inner::after {
	background: linear-gradient(to right, #d4145a 0%, #d4145a 50%, #ffffff 51%, #ffffff 100%) repeat-x left bottom/6px 1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.voice__inner::before {
	top: 0.5rem;
}

.voice__inner::after {
	bottom: 0.5rem;
}

.voice__head-wrapper {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-bottom: 1.75rem;
}

.voice__illust {
	margin-left: 0.25rem;
	width: 6.25rem;
}

.voice__image--mb72 {
	margin-bottom: 4.5rem;
}

.voice__image--mb56 {
	margin-bottom: 3.5rem;
}

.voice__head {
	flex-shrink: 0;
	font-size: 1.1875rem;
}

.voice__text--fz14 {
	font-size: 0.875rem;
	line-height: 1.9;
}

.voice__text--mb62 {
	margin-bottom: 3.875rem;
}

.voice__text--mb56 {
	margin-bottom: 3.5rem;
}

.voice__text--mb82 {
	margin-bottom: 5.125rem;
}

.voice__text--mb36 {
	margin-bottom: 2.25rem;
}

.voice__text--mb30 {
	margin-bottom: 1.875rem;
}

.voice__text--mb63 {
	margin-bottom: 3.9375rem;
}

.voice__text-border {
	border-bottom: 1px solid #1A1A1A;
}

.voice__text-fz19 {
	font-size: 1.1875rem;
}

.voice__arrow {
	display: inline-block;
	margin-bottom: 3rem;
	width: 11.6875rem;
}

.voice__article {
	margin-bottom: 3rem;
}

.week__inner {
	border-bottom: 3px solid #d4145a;
	border-top: 3px solid #d4145a;
	padding-bottom: 1.875rem;
	padding-top: 1.75rem;
	position: relative;
}

.week__inner::before,
.week__inner::after {
	background: linear-gradient(to right, #d4145a 0%, #d4145a 50%, #ffffff 51%, #ffffff 100%) repeat-x left bottom/6px 1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.week__inner::before {
	top: 0.5rem;
}

.week__inner::after {
	bottom: 0.5rem;
}

.week__flex {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-bottom: 1.75rem;
}

.week__text-flex {
	flex-shrink: 0;
	margin-top: 0.5rem;
}

.week__image {
	width: 7.625rem;
}

.week__text {
	line-height: 1.5;
	text-align: center;
}

.week__text-fz19 {
	font-size: 1.1875rem;
}

.week__text-small {
	display: inline-block;
	font-size: 0.625rem;
	line-height: 2.8;
	margin-top: 0.75rem;
}

.what__title {
	margin-bottom: 1.5rem;
}

.what__image-record {
	margin-bottom: 1.75rem;
}

.what__image-cosme {
	margin-bottom: 0.75rem;
}

.what__small-text {
	font-size: 0.625rem;
	letter-spacing: 0.12em;
	text-align: right;
}

.yamasa__text {
	font-size: 0.875rem;
	text-align: center;
}

.yamasa__text--fz16 {
	font-size: 1rem;
}

.yamasa__text-small {
	display: inline-block;
	font-size: 0.625rem;
	line-height: 2.8;
}

.yamasa__text-fz19 {
	font-size: 1.1875rem;
}

.yamasa__text-fz16 {
	font-size: 1rem;
}

.yamasa__text--mb14 {
	margin-bottom: 0.875rem;
}

.yamasa__text--mb28 {
	margin-bottom: 1.75rem;
}

.yamasa__text--mb68 {
	margin-bottom: 4.25rem;
}

.yamasa__image-shop {
	margin-bottom: 2rem;
}

.yamasa__image-logo {
	margin: 0 auto 3.0625rem;
	width: 10.4375rem;
}

.yamasa__text--lh {
	line-height: 1.9;
}

/* ボタンアニメーション（2カ所共通） */
.monitor__cta a,
.close__cta a {
  display: block;
  animation: bound 1.1s ease-out infinite;
}

@keyframes bound {
  0% {
    transform: scale(0.9, 0.9);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.9, 0.9);
  }
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

.l-bimajyo {
	margin-bottom: 3.25rem;
}

.l-close {
	margin-bottom: 3.875rem;
}

.l-doctor {
	margin-bottom: 3.75rem;
}

.l-fv {
	margin-bottom: 4.5rem;
}

.l-intro {
	margin-bottom: 3.125rem;
}

.l-monitor {
	margin-bottom: 2.25rem;
}

.l-okami {
	margin-bottom: 4.875rem;
}

.l-sns {
	margin-bottom: 3.25rem;
}

.l-week {
	margin-bottom: 1.625rem;
}

.l-what {
	margin-bottom: 5.25rem;
}

.l-yamasa {
	margin-bottom: 7.5rem;
}

.article {
	padding: 3rem 1.125rem 3rem;
}

.article__main-title {
	font-size: 1.4375rem;
	line-height: 1.56;
	margin-bottom: 1.25rem;
}

.article__sub-title {
	margin-bottom: 3.875rem;
}

.article_text {
	line-height: 2;
}

.article_text--mb20 {
	margin-bottom: 2.8125rem;
}

.bimajyo .inner {
	padding: 0;
}

.bimajyo__text {
	font-size: 1.125rem;
}

.bimajyo__image {
	margin-bottom: 1.5rem;
}

.bimajyo__text-small {
	font-size: 0.75rem;
	line-height: 1;
	margin-bottom: 1.875rem;
}

.bimajyo__text-fz19 {
	font-size: 1.375rem;
}

.bimajyo__text-fz16 {
	font-size: 1.125rem;
}

.close .inner {
	padding: 0;
}

.close__text {
	font-size: 1.125rem;
	margin-bottom: 5rem;
}

.close__text-fz19 {
	font-size: 1.375rem;
	line-height: 1.75;
}

.close__text-fz16 {
	font-size: 1.375rem;
}

.close__image {
	margin-bottom: 3rem;
}

.close__cta-text-small {
	font-size: 0.75rem;
}

.container {
	font-size: 1.125rem;
}

.doctor__title {
	margin-bottom: 3.25rem;
}

.doctor__text {
	margin-bottom: 4.5rem;
}

.doctor__text-fz22 {
	font-size: 1.375rem;
}

.doctor__text-fz19 {
	font-size: 1.375rem;
}

.doctor__text-fz14 {
	font-size: 1.125rem;
}

.doctor__box {
	background-image: url(../images/common/silver-pc.webp);
	padding-bottom: 1.875rem;
	padding-top: 2.25rem;
}

.doctor__review {
	font-size: 1.125rem;
	margin-bottom: 4.625rem;
}

.doctor__prof-title {
	font-size: 1.125rem;
	height: 1.9375rem;
	line-height: 1.9375rem;
	padding: 0 1.25rem;
}

.doctor__prof-text {
	font-size: 1rem;
}

.doctor__small-text {
	font-size: 0.75rem;
	text-align: right;
}

.footer__link {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer__copyright {
	font-size: 0.875rem;
}

.inner {
	max-width: 680px;
	padding-left: 25px;
	padding-right: 25px;
}

.intro__text-fz19 {
	font-size: 1.375rem;
}

.intro__text:last-of-type {
	margin-bottom: 4.375rem;
}

.intro__arrow {
	width: 17.375rem;
}

.monitor__text {
	font-size: 1.125rem;
	margin-bottom: 2.25rem;
}

.monitor__text-fz19 {
	font-size: 1.375rem;
}

.monitor__cta-text {
	font-size: 1.5rem;
}

.monitor__cta-text-small {
	font-size: 0.75rem;
	line-height: 2.3;
}

.more__bg {
	margin-bottom: 0;
	padding-bottom: 2.75rem;
	padding-top: 3.25rem;
}

.more__head {
	top: -3rem;
	width: 5rem;
}

.more__inner {
	padding-bottom: 2.125rem;
}

.more__text {
	font-size: 1.125rem;
	line-height: 1.75;
}

.more__text-fz16 {
	font-size: 1.375rem;
}

.more__image {
	width: 74%;
}

.more__image:last-of-type {
	width: 65%;
}

.okami__intro {
	font-size: 1.125rem;
}

.okami__intro-fz19 {
	font-size: 1.375rem;
}

.okami__intro-fz16 {
	font-size: 1.375rem;
}

.okami__intro-fz16--pc {
	font-size: 1.125rem !important;
}

.okami__title {
	margin-bottom: 3.625rem;
}

.okami__title-sub:first-of-type {
	width: 19.0625rem;
}

.okami__title-sub:last-of-type {
	margin-bottom: 3.5rem;
	width: 21.875rem;
}

.okami__image:first-of-type {
	margin-bottom: 4.125rem;
}

.okami__question {
	font-size: 1.125rem;
	margin-bottom: 2.25rem;
}

.okami__answer {
	font-size: 1.125rem;
	margin-bottom: 4.5rem;
}

.okami__answer--mb82 {
	margin-bottom: 5rem;
}

.point .inner {
	padding: 0;
}

.point__title {
	margin-bottom: 1.6875rem;
}

.point__intro {
	margin-bottom: 3rem;
}

.point__intro-fz19 {
	font-size: 1.375rem;
}

.point__text-fz19--pc {
	font-size: 1.125rem !important;
}

.point__item {
	margin-bottom: 5.125rem;
}

.point__item:last-of-type {
	margin-bottom: 7.25rem;
}

.point__text-fz19 {
	font-size: 1.375rem;
	line-height: 1.77;
}

.report__intro {
	margin-bottom: 6.125rem;
}

.report__intro-fz19 {
	font-size: 1.375rem;
}

.report__inner {
	padding-bottom: 4.625rem;
	padding-top: 2.625rem;
}

.report__title {
	margin: 0 auto 1.75rem;
	width: 30rem;
}

.report__card {
	margin-bottom: 3.875rem;
}

.sns__bg {
	margin-bottom: 1.125rem;
	padding-bottom: 1.375rem;
	padding-top: 1.5rem;
}

.sns__head {
	top: -0.5rem;
	width: 4.875rem;
}

.sns__inner {
	padding-bottom: 1.375rem;
	padding-top: 4.375rem;
}

.sns__text {
	font-size: 1.125rem;
	margin-bottom: 0.375rem;
}

.sns__text-fz19 {
	font-size: 1.375rem;
}

.sns__image {
	width: 73%;
}

.sns__small-text {
	font-size: 0.75rem;
}

.voice .inner {
	padding: 0;
}

.voice__inner {
	background-color: #fdf8f9;
	border-bottom: 4px solid #d4145a;
	border-top: none;
	margin-bottom: 3.625rem;
	padding-top: 3.5rem;
}

.voice__inner::before,
.voice__inner::after {
	background: linear-gradient(to right, #d4145a 0%, #d4145a 50%, #ffffff 51%, #ffffff 100%) repeat-x left bottom/12px 2px;
}

.voice__inner::before {
	top: 0;
}

.voice__text-wrapper {
	display: flex;
	gap: 3.25rem;
	justify-content: center;
}

.voice__illust {
	width: 5.875rem;
}

.voice__image--mb72 {
	margin-bottom: 3rem;
}

.voice__image--mb56 {
	margin-bottom: 4.25rem;
}

.voice__head {
	font-size: 1.5rem;
}

.voice__text--sachiko {
	line-height: 1.33;
}

.voice__text--fz14 {
	font-size: 1.125rem;
}

.voice__text--mb62 {
	margin-bottom: 3.75rem;
}

.voice__text--mb82 {
	margin-bottom: 2.25rem;
}

.voice__text--mb36 {
	margin-bottom: 5rem;
}

.voice__text--mb63 {
	margin-bottom: 1.25rem;
}

.voice__text-fz19 {
	font-size: 1.375rem;
	line-height: 1.55;
}

.voice__arrow {
	margin-bottom: 4.5rem;
	width: 17.375rem;
}

.week .inner {
	padding: 0;
}

.week__inner {
	background-color: #fdf8f9;
	border-bottom: 4px solid #d4145a;
	border-top: none;
	padding-bottom: 2.75rem;
	padding-top: 1.25rem;
}

.week__inner::before,
.week__inner::after {
	background: linear-gradient(to right, #d4145a 0%, #d4145a 50%, #ffffff 51%, #ffffff 100%) repeat-x left bottom/12px 2px;
	height: 2px;
}

.week__inner::before {
	top: 0;
}

.week__inner::after {
	bottom: 0.375rem;
}

.week__flex {
	margin-bottom: 1.5rem;
}

.week__text-fz19 {
	font-size: 1.375rem;
}

.week__text-small {
	font-size: 0.75rem;
	line-height: 2.67;
	margin-top: 0;
}

.what .inner {
	padding: 0;
}

.what__title {
	margin-bottom: 2.5rem;
}

.what__image-record {
	margin: 0 auto 4rem;
	width: 37.5rem;
}

.what__small-text {
	font-size: 0.75rem;
}

.yamasa .inner {
	padding: 0;
}

.yamasa__text {
	font-size: 1.125rem;
}

.yamasa__text--fz16 {
	font-size: 1.125rem;
}

.yamasa__text-small {
	font-size: 1.125rem;
	line-height: 1.78;
}

.yamasa__text-fz19 {
	font-size: 1.375rem;
}

.yamasa__text-fz16 {
	font-size: 1.375rem;
}

.yamasa__text--mb28 {
	margin-bottom: 4.875rem;
}

.yamasa__text--mb68 {
	margin-bottom: 3.25rem;
}

.yamasa__image-logo {
	margin: 0 auto 3.625rem;
}

.yamasa__image_tabelog {
	margin: 0 auto;
	width: 31.125rem;
}

@keyframes bound {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}
