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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	background: #F1EFEA;
	color: #1C1C1C;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 400;
}

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

a {
	color: inherit;
}

.l-inner {
	margin: 0 auto;
	max-width: 600px;
	width: 89.3333333333%;
}

.l-inner__price {
	width: 295px;
}

.l-about {
	padding: 60px 0;
}

.l-about__content {
	margin-top: 57px;
}

.l-service {
	background-color: #EBE9E5;
	padding: 60px 0;
}

.l-service__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 460px;
}

.l-price {
	padding: 60px 0;
}

.l-price__items {
	margin-top: 38px;
}

.l-works {
	background: #1C1C1C;
	padding: 60px 0;
}

.l-works__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	max-width: 460px;
}

.l-works__password {
	margin-top: 50px;
}

.l-contact {
	padding: 60px 0;
}

.l-contact__content {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-top: 32px;
}

.l-contact__form__content {
	margin-top: 24px;
}

.l-contact__form__checkbox {
	margin-top: 24px;
	text-align: center;
}

.l-contact__form__policy__items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 12px;
}

.l-contact__form__policy__button {
	margin-top: 12px;
	text-align: center;
}

.l-contact__mail__content {
	margin-top: 32px;
}

.l-contact__form__button {
	margin-top: 24px;
	text-align: center;
}

.l-main-visual {
	animation: revealWaves 2s ease forwards;
	background: url(../img/fv__texture.png) no-repeat top left/100% 660px;
	filter: blur(12px) grayscale(70%) brightness(0.7);
	height: 660px;
	padding-top: 60px;
	width: 100%;
}

.l-main-visual__inner {
	height: inherit;
	position: relative;
	top: -60px;
}

.c-section__head {
	text-align: center;
}

.c-section__head__en {
	font-family: "Merriweather", serif;
	font-size: 40px;
	line-height: 1.3;
}

.c-section__head__jp {
	align-items: center;
	display: flex;
	justify-content: center;
}

.c-section__head__jp__line {
	background: #1C1C1C;
	height: 1px;
	width: 65px;
}

.c-section__head__jp__text {
	font-family: "Merriweather Sans", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	padding: 0 20px;
}

.line {
	background: #000;
	height: 2px;
	margin: 30px 0;
	width: 100%;
}

.c-service__item {
	margin: 0 auto;
	width: 100%;
}

.c-service__item:nth-child(n+2) {
	margin-top: 60px;
}

.c-service__item__img {
	width: 100%;
}

.c-service__item__img img {
	height: 100%;
	width: 100%;
}

.c-service__item__intro {
	border-left: 4px solid #FAFAFA;
	margin-top: 24px;
	padding-left: 16px;
}

.c-service__item__title {
	font-size: 28px;
	line-height: 1.3;
}

.c-service__item__text {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 11px;
}

.c-price__item {
	border: 1px solid #6A7A89;
	padding: 40px 0;
	position: relative;
}

.c-price__item::after {
	border: 1px solid #6A7A89;
	content: "";
	display: inline-block;
	height: calc(100% - 10px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 10px);
}

.c-price__item:nth-child(n+2) {
	margin-top: 30px;
}

.c-price__item__top {
	text-align: center;
}

.c-price__item__top__number {
	color: #6A7A89;
	font-size: 20px;
	line-height: 1.8;
}

.c-price__item__top__title {
	font-size: 20px;
	line-height: 1.8;
	margin-top: 16px;
}

.c-price__item__top__line {
	background: #6A7A89;
	display: block;
	height: 1px;
	margin: 11px auto 0;
	width: 68px;
}

.c-price__item__list {
	margin: 0 auto;
	margin-top: 24px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-price__item__row {
	align-items: center;
	display: flex;
}

.c-price__item__row:not(:last-child) {
	border-bottom: 1px solid #6A7A89;
	padding-bottom: 9px;
}

.c-price__item__row:nth-child(n+2) {
	padding-top: 10px;
}

.c-price__item__row__head {
	align-items: center;
	display: flex;
	gap: 8px;
}

.c-price__item__row__icon {
	height: 16px;
	width: 16px;
}

.c-price__item__row__icon img {
	height: 100%;
	width: 100%;
}

.c-price__item__row__heading {
	line-height: 1.8;
}

.c-price__item__row__text {
	font-family: "EB Garamond", serif;
	font-feature-settings: "pwid" on;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1.8; /* 24px */
	margin-left: 16px;
}

.c-price__item__row__text span {
	font-feature-settings: "pwid" on;
	font-size: 14px;
	letter-spacing: 0.42px;
}

.c-works__password__table {
	border-collapse: collapse;
	table-layout: fixed;
}

.c-works__password__table tr {
	border: 1px solid #1C1C1C;
	height: 49px;
}

.c-works__password__table tr th {
	background: #6A7A89;
	border-right: 1px solid #1C1C1C;
	color: #FAFAFA;
	text-align: center;
	vertical-align: middle;
	width: 144px;
}

.c-works__password__table tr td {
	background: #FAFAFA;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	width: 190px;
}

.c-about__row {
	display: flex;
}

.c-about__row:nth-child(n+2) {
	padding-top: 16px;
}

.c-about__row:not(:last-child) {
	border-bottom: 1px solid #6A7A89;
	padding-bottom: 15px;
}

.c-about__row__title {
	color: #6A7A89;
	font-family: "EB Garamond", serif;
	line-height: 1.8;
	width: 60px;
}

.c-about__row__data {
	line-height: 1.8;
	margin-left: 12px;
	width: calc(100% - 72px);
}

.c-about__image {
	height: 150px;
	position: relative;
	width: 150px;
}

.c-about__image img {
	height: 100%;
	width: 100%;
}

.c-about__image::after {
	background-color: #E0DED8;
	border-radius: 50%;
	content: "";
	height: 200px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	z-index: -1;
}

.c-contact__form__head__main {
	color: #FAFAFA;
	font-family: "EB Garamond", serif;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
}

.c-contact__form__head__sub {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 6px;
}

.c-header {
	background: #1C1C1C;
	color: #FAFAFA;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.c-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	margin: 0 auto;
	max-width: 600px;
	width: 89.3333333333%;
}

.c-header__logo {
	font-family: "Merriweather", serif;
}

.c-header__nav {
	display: none;
	font-family: "EB Garamond", serif;
	margin-left: auto;
}

.c-header__nav__items {
	display: flex;
	gap: 32px;
}

.c-header__nav__item a {
	display: inline-block;
	position: relative;
}

.c-header__nav__item a::after {
	background-color: #FAFAFA;
	bottom: -8px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s all;
	width: 0;
}

.c-header__hamburger {
	background: #1C1C1C;
	margin-left: auto;
}

.c-header__hamburger__bars {
	display: inline-block;
	height: 18px;
	position: relative;
	width: 24px;
}

.c-header__hamburger__bar1,
.c-header__hamburger__bar2,
.c-header__hamburger__bar3 {
	background: #FAFAFA;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 24px;
}

.c-header__hamburger__bar1 {
	top: 0;
}

.c-header__hamburger__bar1.is-active {
	top: 8px;
	transform: rotate(45deg);
}

.c-header__hamburger__bar2 {
	top: 8px;
}

.c-header__hamburger__bar2.is-active {
	display: none;
}

.c-header__hamburger__bar3 {
	top: 16px;
}

.c-header__hamburger__bar3.is-active {
	top: 8px;
	transform: rotate(-45deg);
}

.c-header__menu {
	background: #1C1C1C;
	height: calc(100% - 60px);
	max-width: 450px;
	padding-left: 27.7333333333vw;
	padding-top: 102px;
	position: fixed;
	right: 0;
	top: 60px;
	transform: translateX(105%);
	transition: all 0.7s ease 0s;
	width: 85.3333333333vw;
	z-index: 200;
}

.c-header__menu.is-active {
	transform: translateX(0);
}

.c-header__menu__nav__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.c-header__menu__nav__item {
	color: #FAFAFA;
	font-family: "EB Garamond", serif;
	font-size: 32px;
	line-height: 1.8;
}

.c-header__menu__nav__item a {
	display: inline-block;
	position: relative;
}

.c-header__menu__nav__item a::after {
	background-color: #FAFAFA;
	bottom: -8px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s all;
	width: 0;
}

.c-footer {
	background: #1C1C1C;
	height: 40px;
}

.c-footer__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.c-footer__text {
	color: #FAFAFA;
	font-size: 12px;
	line-height: 1.8;
}

.p-price__notice {
	margin-top: 16px;
}

.p-price__notice__text {
	font-size: 12px;
	line-height: 1.8;
}

.p-price__notice__text:nth-child(n+2) {
	margin-top: 4px;
}

.p-about__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.p-about__list {
	max-width: 410px;
}

.p-works__top {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-works__top__line {
	background: linear-gradient(90deg, rgba(250, 250, 250, 0.15) 0%, rgba(250, 250, 250, 0.85) 50%, rgba(250, 250, 250, 0.15) 100%);
	display: inline-block;
	height: 1px;
	width: 100%;
}

.p-works__top__text {
	line-height: 1.8;
	padding: 0 20px;
}

.p-works__design {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 40px;
}

.p-works__design__img__box {
	height: 170px;
	position: relative;
}

.p-works__design__img1,
.p-works__design__img2 {
	aspect-ratio: 275/170;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	width: 275px;
	z-index: 5;
}

.p-works__design__img1 img,
.p-works__design__img2 img {
	height: 100%;
	width: 100%;
}

.p-works__design__img1 {
	left: 0;
}

.p-works__design__img2 {
	right: 0;
}

.p-works__design__rectangle1,
.p-works__design__rectangle2 {
	background: #6A7A89;
	height: 170px;
	position: absolute;
	top: 10px;
	width: 275px;
}

.p-works__design__rectangle1 {
	left: 10px;
}

.p-works__design__rectangle2 {
	right: 10px;
}

.p-works__password__text {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 6px;
}

.p-contact__form,
.p-contact__mail {
	background: #E0DED8;
	margin: 0 auto;
	max-width: 500px;
	padding: 40px 20px;
}

.p-contact__form__row {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.p-contact__form__row:nth-child(n+2) {
	margin-top: 32px;
}

.p-contact__form__label {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.p-contact__form__label label {
	display: inline-block;
}

.p-contact__form__label.is-required::after {
	background: #2B3A42;
	border-radius: 4px;
	color: #FFD700;
	content: "必須";
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin-left: 4px;
	padding: 0 4px;
}

.p-contact__form__input {
	width: 100%;
}

.p-contact__form__input ::-moz-placeholder {
	color: #CCCCCC;
	font-size: 14px;
	line-height: 1.8;
}

.p-contact__form__input ::placeholder {
	color: #CCCCCC;
	font-size: 14px;
	line-height: 1.8;
}

.p-contact__form__input [type=text],
.p-contact__form__input [type=email] {
	background: #FAFAFA;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	padding: 15px 16px 16px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 56px;
	line-height: 1.8;
	outline: none;
	width: 100%;
}

.p-contact__form__textarea {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 32px;
}

.p-contact__form__textarea__label {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.p-contact__form__textarea__label.is-required::after {
	background: #2B3A42;
	border-radius: 4px;
	color: #FFD700;
	content: "必須";
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin-left: 4px;
	padding: 0 4px;
}

.p-contact__form__textarea__input {
	width: 100%;
}

.p-contact__form__textarea__input ::-moz-placeholder {
	color: #CCCCCC;
	font-size: 14px;
	line-height: 1.8;
}

.p-contact__form__textarea__input ::placeholder {
	color: #CCCCCC;
	font-size: 14px;
	line-height: 1.8;
}

.p-contact__form__textarea__input textarea {
	background: #FAFAFA;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	aspect-ratio: 295/150;
	color: inherit;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	height: auto;
	line-height: 1.8;
	outline: none;
	padding: 15px 16px 16px 16px;
	resize: vertical;
	width: 100%;
}

.p-contact__form__checkbox__text {
	display: inline-block;
	font-size: 14px;
	line-height: 1.8;
	padding-left: 36px;
	position: relative;
}

.p-contact__form__checkbox__text button {
	background-color: transparent;
	color: #1C1C1C;
	text-decoration: underline;
	text-decoration-color: #1C1C1C;
	transition: color 0.3s, text-decoration-color 0.3s;
}

.p-contact__form__checkbox__text [type=checkbox] {
	display: none;
}

.p-contact__form__checkbox__text span::before {
	background: #F5F5F5;
	border-radius: 4px;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.p-contact__form__checkbox__text span::after {
	border-bottom: 2px solid #1C1C1C;
	border-left: 2px solid #1C1C1C;
	content: "";
	display: inline-block;
	height: 8px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 13px;
}

.p-contact__form__checkbox__text input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-contact__form__policy {
	background: #FAFAFA;
	border: none;
	border-radius: 20px;
	box-shadow: none;
	color: #1C1C1C;
	height: 568px;
	padding: 20px 20px;
	width: 335px;
}

.p-contact__form__policy::backdrop {
	background-color: #1C1C1C;
	opacity: 0.7;
}

.p-contact__form__policy__content {
	box-sizing: border-box;
	height: 479px;
	max-height: 479px;
	overflow-y: auto;
	width: 100%;
}

.p-contact__form__policy__top {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.p-contact__form__policy__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.p-contact__form__policy__title:focus {
	outline: none;
}

.p-contact__form__policy__lead {
	line-height: 1.8;
}

.p-contact__form__policy__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-contact__form__policy__section-title {
	font-weight: 700;
	line-height: 1.3;
}

.p-contact__form__policy__text {
	font-size: 14px;
	line-height: 1.8;
}

.p-contact__form__policy__text a {
	border: none;
	color: #1C1C1C;
	text-decoration: underline;
	text-decoration-color: #1C1C1C;
	transition: color 0.3s, text-decoration-color 0.3s;
}

.p-contact__form__policy__button {
	background: #1C1C1C;
	border-radius: 24px;
	color: #FAFAFA;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	padding: 6px 24px;
}

.p-contact__mail__img {
	height: 45px;
	margin: 0 auto;
	width: 58px;
}

.p-contact__mail__img img {
	height: 100%;
	width: 100%;
}

.p-contact__mail__address {
	font-family: "EB Garamond", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 3px;
	text-align: center;
}

.p-contact__form__button__submit {
	background: #1C1C1C;
	border-radius: 24px;
	color: #FAFAFA;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	padding: 6px 24px;
}

.p-contact__message {
	display: none;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 12px;
}

.p-contact__message.is-error {
	color: #1C1C1C;
}

.p-main-visual__content {
	display: none;
	position: absolute;
}

.p-main-visual__head {
	font-family: "EB Garamond", serif;
	line-height: 1.3;
}

.p-main-visual__text {
	border-bottom: 1px solid #1C1C1C;
	line-height: 1.8;
	margin-top: 8px;
	padding-bottom: 11px;
}

.p-main-visual__first,
.p-main-visual__second,
.p-main-visual__third {
	font-size: 32px;
	position: absolute;
}

.p-main-visual__first {
	left: calc(50% + 66px);
	letter-spacing: 0.8em;
	text-orientation: upright;
	top: 147px;
	writing-mode: vertical-rl;
}

.p-main-visual__second {
	left: 50%;
	letter-spacing: 1.11em;
	text-orientation: upright;
	top: 226px;
	transform: translateX(-50%);
	writing-mode: vertical-rl;
}

.p-main-visual__third {
	letter-spacing: 0.8em;
	right: calc(50% + 66px);
	text-orientation: upright;
	top: 312px;
	writing-mode: vertical-rl;
}

.p-main-visual__en {
	font-family: "EB Garamond", serif;
}

.u-white {
	color: #FAFAFA;
}

.u-white__background {
	background: #FAFAFA;
}

.u-br__pc {
	display: none;
}

.u-price__width {
	width: 96px;
}

.u-text__center {
	text-align: center;
}

@media (hover: hover) and (pointer: fine) {

.c-header__nav__item a:hover::after {
	width: 100%;
}

.c-header__menu__nav__item a:hover::after {
	width: 100%;
}

.p-works__design__img1:hover,
.p-works__design__img1:focus {
	left: 10px;
	top: 10px;
}

.p-works__design__img2:hover,
.p-works__design__img2:focus {
	right: 10px;
	top: 10px;
}

.p-contact__form__checkbox__text button:hover,
.p-contact__form__checkbox__text button:focus {
	color: #5C5C4D;
	text-decoration-color: #5C5C4D;
}

.p-contact__form__policy__text a:hover,
.p-contact__form__policy__text a:focus {
	color: #6A7A89;
	outline: none;
	text-decoration-color: #6A7A89;
}

}

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

.l-inner {
	max-width: 900px;
}

.l-inner__price {
	width: 734px;
}

.l-about {
	padding: 80px 0;
}

.l-about__content {
	margin-top: 72.5px;
}

.l-service {
	padding: 80px 0;
}

.l-service__items {
	margin-top: 60px;
	max-width: none;
}

.l-price {
	padding: 80px 0;
}

.l-price__items {
	margin-top: 60px;
}

.l-works {
	padding: 80px 0;
}

.l-works__content {
	margin-top: 46px;
	max-width: 900px;
}

.l-works__password {
	text-align: right;
}

.l-contact {
	padding: 80px 0;
}

.l-contact__content {
	gap: 40px;
	margin-top: 48px;
}

.l-contact__form__content {
	margin-top: 32px;
}

.l-contact__form__checkbox {
	margin-top: 32px;
}

.l-contact__form__policy__items {
	margin-top: 16px;
}

.l-contact__form__policy__button {
	margin-top: 16px;
}

.l-contact__mail__content {
	margin-top: 36px;
}

.l-contact__form__button {
	margin-top: 32px;
}

.l-main-visual {
	background: url(../img/fv__texture.png) no-repeat top left/100% 880px;
	height: 880px;
	padding-top: 80px;
}

.l-main-visual__inner {
	top: -80px;
}

.c-section__head__en {
	font-size: 48px;
}

.c-section__head__jp__text {
	font-size: 16px;
}

.c-service__item {
	align-items: center;
	display: flex;
	gap: 24px;
}

.c-service__item:nth-child(n+2) {
	margin-top: 80px;
}

.c-service__item__img {
	width: 300px;
}

.c-service__item__intro {
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 0;
	padding-left: 20px;
	width: calc(100% - 324px);
}

.c-service__item__title {
	font-size: 32px;
}

.c-service__item__text {
	font-size: 16px;
}

.c-price__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 355px;
}

.c-price__item:nth-child(n+2) {
	margin-top: 0;
}

.c-price__item__top__number {
	font-size: 24px;
}

.c-price__item__top__title {
	font-size: 24px;
}

.c-price__item__row:not(:last-child) {
	padding-bottom: 11px;
}

.c-price__item__row:nth-child(n+2) {
	padding-top: 12px;
}

.c-price__item__row__heading {
	font-size: 20px;
}

.c-price__item__row__text {
	font-size: 24px;
	letter-spacing: 0.72px;
}

.c-price__item__row__text span {
	font-size: 16px;
	letter-spacing: 0.48px;
}

.c-works__password__table {
	margin-left: auto;
}

.c-about__row__title {
	font-size: 18px;
	width: 100px;
}

.c-about__row__data {
	font-size: 20px;
	width: calc(100% - 116px);
}

.c-about__image {
	height: 185px;
	width: 185px;
}

.c-about__image::after {
	height: 250px;
	width: 250px;
}

.c-contact__form__head__main {
	font-size: 32px;
}

.c-contact__form__head__sub {
	margin-top: 8px;
}

.c-header {
	height: 80px;
}

.c-header__inner {
	max-width: 900px;
	width: 90vw;
}

.c-header__logo {
	font-size: 20px;
}

.c-header__nav {
	display: block;
}

.c-header__nav__item {
	font-size: 20px;
}

.c-header__hamburger {
	display: none;
}

.c-header__menu {
	display: none;
}

.c-footer {
	height: 60px;
}

.c-footer__text {
	font-size: 14px;
}

.p-price__items {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 24px;
	justify-content: center;
}

.p-price__notice {
	margin-top: 20px;
}

.p-price__notice__text {
	font-size: 14px;
}

.p-about__content {
	gap: 64px;
}

.p-about__list {
	max-width: none;
	width: 600px;
}

.p-works__top {
	gap: 14px;
}

.p-works__top__text {
	font-size: 18px;
	text-align: center;
}

.p-works__design {
	flex-direction: row;
	gap: 70px;
	margin-top: 56px;
}

.p-works__design__img__box {
	aspect-ratio: 415/262;
	height: auto;
	width: calc((100% - 70px) / 2);
}

.p-works__design__img1,
.p-works__design__img2 {
	aspect-ratio: 400/247;
	height: auto;
	width: calc(100% - 15px);
}

.p-works__design__img2 {
	right: 15px;
}

.p-works__design__rectangle1,
.p-works__design__rectangle2 {
	aspect-ratio: 400/247;
	height: auto;
	top: 15px;
	width: calc(100% - 15px);
}

.p-works__design__rectangle1 {
	left: 15px;
}

.p-works__design__rectangle2 {
	right: 0;
}

.p-works__password__text {
	font-size: 16px;
	margin-top: 12px;
}

.p-contact__form,
.p-contact__mail {
	max-width: 800px;
	padding: 40px 60px;
	width: 100%;
}

.p-contact__form__row:nth-child(n+2) {
	margin-top: 36px;
}

.p-contact__form__textarea {
	margin-top: 36px;
}

.p-contact__form__textarea__input textarea {
	aspect-ratio: 680/234;
}

.p-contact__form__checkbox__text {
	font-size: 16px;
}

.p-contact__form__policy {
	height: 646px;
	padding: 40px 30px;
	width: 650px;
}

.p-contact__form__policy__content {
	height: 500px;
	max-height: 500px;
}

.p-contact__form__policy__title {
	font-size: 24px;
}

.p-contact__form__policy__lead {
	font-size: 18px;
}

.p-contact__form__policy__item {
	gap: 10px;
}

.p-contact__form__policy__section-title {
	font-size: 18px;
}

.p-contact__form__policy__button {
	font-size: 16px;
	padding: 10px 28px;
}

.p-contact__form__button__submit {
	font-size: 16px;
	padding: 10px 28px;
}

.p-contact__message {
	font-size: 18px;
	text-align: center;
}

.p-main-visual__content {
	bottom: 100px;
	display: block;
	right: 0;
	width: 280px;
}

.p-main-visual__head {
	font-size: 32px;
}

.p-main-visual__text {
	font-size: 20px;
}

.p-main-visual__first,
.p-main-visual__second,
.p-main-visual__third {
	font-size: 40px;
}

.p-main-visual__first {
	left: auto;
	right: calc(50% + 30px);
	top: 212px;
}

.p-main-visual__second {
	left: auto;
	right: calc(50% + 122px);
	top: 288px;
	transform: none;
}

.p-main-visual__third {
	right: calc(50% + 224px);
	top: 378px;
}

.u-br__sp {
	display: none;
}

.u-br__pc {
	display: block;
}

.u-price__width {
	width: 120px;
}

}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1139px) {

.p-works__design__img1:hover,
.p-works__design__img1:focus {
	left: 15px;
	top: 15px;
}

.p-works__design__img2:hover,
.p-works__design__img2:focus {
	right: 0;
	top: 15px;
}

}

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

.l-inner {
	max-width: 1140px;
	width: 79.1666666667vw;
}

.l-inner__price {
	width: 1130px;
}

.l-about {
	padding: 100px 0 106px;
}

.l-about__content {
	margin-top: 66px;
}

.l-about__image {
	margin-left: 37.5px;
}

.l-service {
	padding: 100px 0;
}

.l-service__items {
	margin-top: 80px;
	max-width: none;
}

.l-price {
	padding: 100px 0;
}

.l-price__items {
	margin-top: 60px;
}

.l-works {
	padding: 100px 0;
}

.l-works__content {
	margin-top: 60px;
	max-width: 100%;
}

.l-works__password {
	margin-top: 40px;
	text-align: right;
}

.l-contact {
	padding: 100px 0;
}

.l-contact__content {
	gap: 40px;
	margin-top: 61px;
}

.l-contact__form__content {
	margin-top: 40px;
}

.l-contact__form__checkbox {
	margin-top: 40px;
}

.l-contact__form__policy__items {
	gap: 16px;
	margin-top: 16px;
}

.l-contact__form__policy__button {
	margin-top: 24px;
}

.l-contact__mail__content {
	margin-top: 40px;
}

.l-contact__form__button {
	margin-top: 40px;
}

.l-main-visual {
	background: url(../img/fv__texture.png) no-repeat top left/100% 890px;
	height: 890px;
	padding-top: 90px;
}

.l-main-visual__inner {
	top: -90px;
}

.c-section__head__en {
	font-size: 60px;
}

.c-section__head__jp__text {
	font-size: 20px;
}

.c-service__item {
	align-items: center;
	display: flex;
	gap: 40px;
	width: 900px;
}

.c-service__item:nth-child(2n+1) {
	margin-left: 0;
}

.c-service__item:nth-child(2n) {
	flex-direction: row-reverse;
	margin-right: 0;
}

.c-service__item:nth-child(n+2) {
	margin-top: 100px;
}

.c-service__item__img {
	height: 259px;
	width: 395px;
}

.c-service__item__intro {
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 0;
	padding-left: 24px;
	width: calc(100% - 435px);
}

.c-service__item__title {
	font-size: 36px;
}

.c-service__item__text {
	font-size: 16px;
	margin-top: 16px;
}

.c-price__item::after {
	height: calc(100% - 20px);
	width: calc(100% - 20px);
}

.c-price__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 355px;
}

.c-price__item:nth-child(n+2) {
	margin-left: 32px;
	margin-top: 0;
}

.c-price__item__top__number {
	font-size: 24px;
}

.c-price__item__top__title {
	font-size: 24px;
}

.c-price__item__top__line {
	margin-top: 10px;
}

.c-price__item__row:not(:last-child) {
	padding-bottom: 11px;
}

.c-price__item__row:nth-child(n+2) {
	padding-top: 12px;
}

.c-price__item__row__heading {
	font-size: 20px;
}

.c-price__item__row__text {
	font-size: 24px;
	letter-spacing: 0.72px;
}

.c-price__item__row__text span {
	font-size: 16px;
	letter-spacing: 0.48px;
}

.c-works__password__table {
	margin-left: auto;
}

.c-about__row:nth-child(n+2) {
	padding-top: 20px;
}

.c-about__row__title {
	font-size: 20px;
	width: 74px;
}

.c-about__row__data {
	font-size: 20px;
	margin-left: 20px;
	width: calc(100% - 94px);
}

.c-about__image {
	height: 225px;
	width: 225px;
}

.c-about__image::after {
	height: 300px;
	width: 300px;
}

.c-contact__form__head__main {
	font-size: 42px;
}

.c-contact__form__head__sub {
	font-size: 16px;
	margin-top: 12px;
}

.c-header {
	height: 90px;
}

.c-header__inner {
	max-width: 1140px;
	width: 79.1667vw;
}

.c-header__logo {
	font-size: 24px;
}

.c-header__nav {
	display: block;
}

.c-header__nav__item {
	font-size: 24px;
}

.c-header__hamburger {
	display: none;
}

.c-header__menu {
	display: none;
}

.c-footer {
	height: 80px;
}

.c-footer__text {
	font-size: 16px;
}

.p-price__items {
	display: flex;
	justify-content: center;
}

.p-price__notice {
	margin-top: 24px;
}

.p-price__notice__text:nth-child(n+2) {
	margin-top: 3px;
}

.p-price__notice__text {
	font-size: 16px;
}

.p-about__content {
	flex-direction: row;
	gap: 97.5px;
	justify-content: center;
}

.p-about__list {
	max-width: none;
	width: 600px;
}

.p-works__top {
	gap: 18px;
}

.p-works__top__text {
	font-size: 24px;
	text-align: center;
}

.p-works__design {
	flex-direction: row;
	gap: 100px;
	margin-top: 72px;
}

.p-works__design__img__box {
	aspect-ratio: 520/327;
	height: auto;
	width: calc((100% - 100px) / 2);
}

.p-works__design__img1,
.p-works__design__img2 {
	aspect-ratio: 505/312;
	height: auto;
	width: calc(100% - 15px);
}

.p-works__design__img2 {
	right: 15px;
}

.p-works__design__rectangle1,
.p-works__design__rectangle2 {
	aspect-ratio: 505/312;
	height: auto;
	top: 15px;
	width: calc(100% - 15px);
}

.p-works__design__rectangle1 {
	left: 15px;
}

.p-works__design__rectangle2 {
	right: 0;
}

.p-works__password__text {
	font-size: 20px;
	margin-top: 16px;
}

.p-contact__form,
.p-contact__mail {
	max-width: 100%;
	padding: 60px 100px;
	width: 1060px;
}

.p-contact__form__row {
	align-items: center;
	flex-direction: row;
	gap: 12px;
}

.p-contact__form__row:nth-child(n+2) {
	margin-top: 40px;
}

.p-contact__form__label {
	font-size: 16px;
	width: 190px;
}

.p-contact__form__input {
	width: calc(100% - 202px);
}

.p-contact__form__input ::-moz-placeholder {
	font-size: 16px;
}

.p-contact__form__input ::placeholder {
	font-size: 16px;
}

.p-contact__form__input [type=text],
.p-contact__form__input [type=email] {
	font-size: 16px;
	padding-bottom: 14px;
	padding-top: 13px;
}

.p-contact__form__textarea {
	flex-direction: row;
	gap: 12px;
	margin-top: 40px;
}

.p-contact__form__textarea__label {
	font-size: 16px;
	width: 190px;
}

.p-contact__form__textarea__input {
	width: calc(100% - 202px);
}

.p-contact__form__textarea__input ::-moz-placeholder {
	font-size: 16px;
}

.p-contact__form__textarea__input ::placeholder {
	font-size: 16px;
}

.p-contact__form__textarea__input textarea {
	aspect-ratio: 608/150;
	height: 150px;
	padding-bottom: 14px;
	padding-top: 13px;
}

.p-contact__form__checkbox__text {
	font-size: 16px;
}

.p-contact__form__policy {
	height: 648px;
	padding: 50px 70px 30px;
	width: 980px;
}

.p-contact__form__policy__content {
	height: 491px;
	max-height: 491px;
}

.p-contact__form__policy__title {
	font-size: 28px;
}

.p-contact__form__policy__lead {
	font-size: 20px;
}

.p-contact__form__policy__item {
	gap: 12px;
}

.p-contact__form__policy__section-title {
	font-size: 20px;
}

.p-contact__form__policy__text {
	font-size: 16px;
}

.p-contact__form__policy__button {
	font-size: 16px;
	padding: 12px 32px;
}

.p-contact__mail__address {
	font-size: 24px;
}

.p-contact__form__button__submit {
	font-size: 16px;
	padding: 12px 32px;
}

.p-contact__message {
	font-size: 18px;
	text-align: center;
}

.p-main-visual__content {
	bottom: 100px;
	display: block;
	right: 0;
	width: 390px;
}

.p-main-visual__head {
	font-size: 40px;
}

.p-main-visual__text {
	font-size: 28px;
}

.p-main-visual__first,
.p-main-visual__second,
.p-main-visual__third {
	font-size: 48px;
}

.p-main-visual__first {
	left: auto;
	right: calc(50% + 144px);
	top: 212px;
}

.p-main-visual__second {
	left: auto;
	right: calc(50% + 246px);
	top: 288px;
	transform: none;
}

.p-main-visual__third {
	right: calc(50% + 348px);
	top: 378px;
}

.u-br__sp {
	display: none;
}

.u-br__pc {
	display: block;
}

.u-price__width {
	width: 120px;
}

}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1140px) {

.p-works__design__img1:hover,
.p-works__design__img1:focus {
	left: 15px;
	top: 15px;
}

.p-works__design__img2:hover,
.p-works__design__img2:focus {
	right: 0;
	top: 15px;
}

}

@keyframes revealWaves {

0% {
	filter: blur(12px) grayscale(20%) brightness(0.7);
	opacity: 0;
	transform: scale(1.03) translateY(0px) rotate(0deg);
}

25% {
	transform: scale(1.02) translateY(-1px) rotate(-0.2deg);
}

50% {
	filter: blur(6px) grayscale(10%) brightness(0.85);
	opacity: 0.5;
	transform: scale(1.02) translateY(2px) rotate(0.2deg);
}

75% {
	transform: scale(1.01) translateY(-1px) rotate(-0.1deg);
}

100% {
	filter: blur(0px) grayscale(0%) brightness(1);
	opacity: 1;
	transform: scale(1) translateY(0px) rotate(0deg);
}

}

