/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	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;
	scroll-behavior: smooth;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

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

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

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ffffff;
	color: #000000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 auto;
	max-width: 1280px;
}

a {
	color: inherit;
	text-decoration: none;
}

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

button {
	font-family: inherit;
}

input,
textarea,
select {
	font-family: inherit;
}

.photo-card__image[data-protected],
.result-card__image[data-protected],
.photo-modal__image[style*=background-image] {
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	pointer-events: none;
	user-select: none;
}

.l-inner {
	padding: 0 40px;
}

.application-form__date-group .application-form__input {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	height: 40px;
	min-width: 0;
	padding: 0 10px;
	width: 88px;
}

.application-form__field--date-range {
	display: flex;
	flex-direction: column;
}

.application-form__date-group {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}

.application-form__field--date-range + .application-form__field {
	margin-top: 16px;
}

.application-form__field--date-note {
	flex-basis: 100%;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 8px;
	width: 100%;
}

.application-form__field .application-form__input[readonly] {
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #888;
	font-size: 16px;
	height: 40px;
	padding: 0 10px;
	width: 88px;
}

/* ========================================
  Header
======================================== */

.header .header__inner {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: auto;
	max-width: 1950px;
	padding: 55px 15px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1006;
}

.header .header__inner.active {
	background: rgba(251, 251, 251, 0.2);
	transition: all 0.3s ease-in;
}

.header .header__inner { /* Logo */
}

.header .header__inner .p-header__logo {
	left: 45px;
	position: fixed;
	top: 20px;
	z-index: 1004;
}

.header .header__inner .p-header__logo a img {
	display: block;
	width: 150px;
}

.header .header__inner { /* PCナビ（基本はPCで表示、SPでは非表示） */
}

.header .header__inner .header__nav {
	display: none;
}

.header .header__inner .header__nav { /* 共通リンク装飾（PC） */
}

.header .header__inner .header__nav .header__link {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	transition: color 0.3s ease;
}

.header .header__inner .header__nav .header__link:hover::after,
.header .header__inner .header__nav .header__link:active::after {
	width: 100%;
}

.header .header__inner .header__nav .header__link img {
	height: auto;
	width: 40px;
}

.header .header__inner .header__nav .header__link--mail {
	align-items: center;
	border: none !important;
	display: inline-flex;
	text-decoration: none !important;
}

.header .header__inner .header__nav .header__link--mail::after {
	display: none !important;
}

.header .header__inner .header__nav .header__link--mail:hover {
	opacity: 0.7;
}

.header .header__inner .header__nav .header__link--mail svg {
	flex-shrink: 0;
}

.header .header__inner .header__nav .header__link--plain {
	text-decoration: none !important;
}

.header .header__inner .header__nav .header__link--plain::after {
	display: none !important;
}

.header .header__inner { /* ハンバーガー（SP表示、PCは非表示） */
}

.header .header__inner { /* Drawer Close（ヘッダー内に配置、通常は非表示） */
}

.header .header__inner .header__close {
	display: none;
	z-index: 1010;
}

.header .header__inner { /* Drawer Icon */
}

.header .header__inner .drawer-icon {
	background: transparent;
	height: 40px;
	position: relative;
	width: 40px;
	z-index: 1003;
}

.is-drawer-open .header .header__inner .drawer-icon {
	display: none;
}

.header .header__inner .drawer-icon .drawer-icon__bar {
	background-color: #666;
	border-radius: 2px;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 100%;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(1) {
	top: 10px;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
	top: 21px;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(3) {
	top: 31px;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
	background: #fff;
	top: 20px;
	transform: rotate(45deg);
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
	opacity: 0;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
	background: #fff;
	top: 20px;
	transform: rotate(-45deg);
}

/* ========================================
  Drawer (SP only - 768px以下)
======================================== */

.drawer-content {
	background: #fff;
	height: 100%;
	inset: 0;
	overflow-y: auto;
	padding: 80px 20px 40px;
	position: fixed;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 1001;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer-content__header {
	display: none;
}

.drawer-content__close {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.drawer-content__close-icon {
	height: 40px;
	position: relative;
	width: 40px;
}

.drawer-content__close-icon::before,
.drawer-content__close-icon::after {
	background-color: #000;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.drawer-content__close-icon::before {
	transform: rotate(45deg);
}

.drawer-content__close-icon::after {
	transform: rotate(-45deg);
}

.drawer-content__close-text {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.drawer-content__menu {
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 40px;
}

.drawer-content__grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}

.drawer-content__links {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 50px;
}

.drawer-content__link {
	border-bottom: 1px solid #000;
	color: rgba(0, 0, 0, 0.55);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 5px;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.drawer-content__link:hover {
	opacity: 0.7;
}

.drawer-content__note {
	margin-top: 40px;
	text-align: center;
}

.drawer-content__note a {
	color: rgba(0, 0, 0, 0.55);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.drawer-content__note a:hover {
	opacity: 0.7;
}

/* ========================================
  Drawer Card
======================================== */

.drawer-card {
	aspect-ratio: 270/225;
	border-radius: 30px;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.drawer-card__img-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.drawer-card__img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.drawer-card__overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.drawer-card__label {
	bottom: 20px;
	color: #fff;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	left: 50%;
	position: absolute;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	transform: translateX(-50%);
	white-space: nowrap;
}

.drawer-card__label--small {
	font-size: 16px;
}

.drawer-card:hover .drawer-card__img {
	transform: scale(1.05);
}

details {
	position: relative;
}

details summary {
	cursor: pointer;
	list-style: none;
	position: relative;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary::after {
	content: "▸";
	font-size: 40px;
}

details summary::after {
	height: 1em;
	line-height: 1em;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: 50% 50%;
	transition: transform 0.2s;
	width: 1em;
}

details[open] summary::after {
	transform: translateY(-50%) rotate(270deg);
}

.main {
	margin: 140px auto 0;
	max-width: 1280px;
	padding: 0 20px;
	width: 100%;
}

.hero {
	padding: 40px 20px 0;
}

.hero__inner {
	max-width: 100%;
}

.hero__title {
	color: #000000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.15px;
	line-height: 1.45;
	margin-bottom: 60px;
	text-align: center;
}

.search {
	display: flex;
	gap: 12px;
	margin: 0 auto 12px;
	max-width: 720px;
}

.search__input-wrapper {
	align-items: center;
	background-color: #F1F1F1;
	border-radius: 30px;
	display: flex;
	flex: 1;
	height: 50px;
	max-width: 550px;
	padding: 0 16px;
}

.search__icon {
	flex-shrink: 0;
	height: auto;
	margin-right: 8px;
	width: 29px;
}

.search__input {
	background: transparent;
	border: none;
	color: #626262;
	flex: 1;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 21px;
	font-weight: 500;
	outline: none;
}

.search__input::-moz-placeholder {
	color: #626262;
}

.search__input::placeholder {
	color: #626262;
}

.search__btn {
	align-items: center;
	background-color: #000000;
	border: none;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	justify-content: center;
	letter-spacing: -0.08px;
	min-width: 149px;
	padding: 12px 16px;
	transition: opacity 0.3s ease;
}

.search__btn:hover {
	opacity: 0.8;
}

.filter {
	margin: 0 auto 30px;
	max-width: 720px;
}

.filter__seasons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
}

.filter__tag {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.filter__tag--link:hover .filter__label {
	background-color: #000000;
	color: #ffffff;
}

.filter__label {
	align-items: center;
	background-color: #F1F1F1;
	border-radius: 5px;
	color: #626262;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 27px;
	justify-content: center;
	min-width: 29px;
	padding: 4px 12px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.filter__message {
	font-weight: 700;
	line-height: 2;
	margin: 40px 0 25px;
	text-align: center;
}

.categories {
	border-top: 1px solid #292929;
	padding: 55px 20px 0;
}

.categories__inner {
	max-width: 100%;
}

.categories__grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}

.category-card {
	aspect-ratio: 258/215;
	border-radius: 30px;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.category-card__img-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.category-card__img-wrapper::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.category-card__img {
	-o-object-fit: cover;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	width: 100%;
}

.category-card__video {
	-o-object-fit: cover;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	width: 100%;
}

.category-card__overlay {
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.category-card__label {
	bottom: 18px;
	color: #ffffff;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 23px;
	font-weight: 500;
	left: 50%;
	position: absolute;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 2;
}

.category-card:hover .category-card__checkbox {
	opacity: 1;
}

.filter_link {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	text-align: right;
}

.filter_link__btn {
	border-bottom: 1px solid #000;
	display: inline-block;
}

.load-more {
	display: flex;
	justify-content: center;
	padding: 40px 20px 0;
}

.load-more__btn {
	align-items: center;
	background-color: #F1F1F1;
	border: none;
	border-radius: 30px;
	color: #000000;
	cursor: pointer;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	min-width: 200px;
	padding: 12px 40px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.load-more__btn:hover {
	background-color: rgb(215.5, 215.5, 215.5);
}

.load-more__btn:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.load-more__btn.is-loading {
	pointer-events: none;
}

.load-more__btn.is-loading::after {
	animation: spin 0.8s linear infinite;
	border: 2px solid transparent;
	border-radius: 50%;
	border-top-color: #000000;
	content: "";
	height: 16px;
	margin-left: 8px;
	width: 16px;
}

.download {
	padding: 30px 20px 50px;
}

.download__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.download__message {
	font-size: 20px;
	font-weight: 700;
}

.download__btn {
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	justify-content: center;
	letter-spacing: -0.08px;
	line-height: 1.45;
	max-width: 298px;
	transition: opacity 0.3s ease;
	width: 100%;
}

.download__btn:hover {
	opacity: 0.8;
}

.download__btn:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.photos {
	padding: 30px 20px;
}

.photos__inner {
	max-width: 100%;
}

.photos__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.photo-card {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.photo-card__image-wrapper {
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	aspect-ratio: 365/304;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	user-select: none;
	width: 100%;
}

.photo-card__image-wrapper::before {
	content: "";
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.photo-card__image {
	-o-object-fit: cover;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	display: block;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	width: 100%;
}

.photo-card__watermark {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #ffffff;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 50px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	top: 50%;
	transform: translate(-50%, -50%);
	user-select: none;
}

.photo-card__checkbox-wrapper {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

.photo-card__checkbox {
	display: none;
}

.photo-card__checkbox:checked + .photo-card__checkbox-custom {
	background-color: #000000;
	border-color: #000000;
}

.photo-card__checkbox:checked + .photo-card__checkbox-custom::after {
	opacity: 1;
}

.photo-card__checkbox-custom {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	display: flex;
	height: 15px;
	justify-content: center;
	transition: all 0.2s ease;
	width: 15px;
}

.photo-card__checkbox-custom::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 8px;
	opacity: 0;
	transform: rotate(45deg);
	transition: opacity 0.2s ease;
	width: 4px;
}

.photo-card__info {
	align-items: center;
	background-color: #f1f1f1;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	padding: 12px;
}

.photo-card__title {
	color: #282828;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.photo-card__credit {
	color: #282828;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding-left: 0;
	width: 100%;
}

.photo-card:hover .photo-card__checkbox-custom {
	border-color: #000000;
}

.photo-card.is-selected .photo-card__checkbox-custom {
	background-color: #000000;
	border-color: #000000;
}

.photo-card.is-selected .photo-card__checkbox-custom::after {
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 8px;
	left: 50%;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 4px;
}

.photo-modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.photo-modal.is-open {
	align-items: center;
	display: flex;
	justify-content: center;
}

.photo-modal__overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.photo-modal__content {
	background: #ffffff;
	display: flex;
	max-height: 90vh;
	max-width: 1280px;
	overflow-y: auto;
	position: relative;
	width: 90%;
	z-index: 1;
}

.photo-modal__close {
	align-items: center;
	background: none;
	border: none;
	color: #333;
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 40px;
	z-index: 2;
}

.photo-modal__close:hover {
	opacity: 0.7;
}

.photo-modal__image-wrapper {
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	align-items: center;
	background: #f5f5f5;
	display: flex;
	flex: 0 0 50%;
	justify-content: center;
	max-width: 50%;
	padding: 40px;
	position: relative;
	user-select: none;
}

.photo-modal__image-wrapper::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.photo-modal__image {
	-o-object-fit: contain;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	display: block;
	height: auto;
	max-height: 474px;
	object-fit: contain;
	pointer-events: none;
	user-select: none;
	width: 100%;
}

.photo-modal__video {
	-o-object-fit: contain;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	display: block;
	height: auto;
	max-height: 474px;
	object-fit: contain;
	pointer-events: none;
	user-select: none;
	width: 100%;
}

.photo-modal__watermark {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #ffffff;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 50px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	top: 50%;
	transform: translate(-50%, -50%);
	user-select: none;
}

.photo-modal__details {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	padding: 60px 40px 40px;
}

.photo-modal__dl {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
}

.photo-modal__dt {
	border-top: 1px solid #e0e0e0;
	color: #888;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding-top: 20px;
}

.photo-modal__dt:first-of-type {
	border-top: none;
	padding-top: 0;
}

.photo-modal__dd {
	color: #282828;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 6px 0 16px;
}

.photo-modal__select-btn {
	background: #000000;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	margin-top: 40px;
	max-width: 100%;
	transition: opacity 0.3s;
	width: 298px;
}

.photo-modal__select-btn:hover {
	opacity: 0.8;
}

.video-play-btn {
	align-items: center;
	background: rgba(234, 179, 8, 0.9);
	border: none;
	border-radius: 14px;
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background 0.2s ease, opacity 0.3s ease;
	width: 68px;
	z-index: 3;
}

.video-play-btn:hover {
	background: rgb(250, 204, 21);
}

.video-play-btn--modal {
	border-radius: 16px;
	height: 56px;
	width: 80px;
}

.video-play-btn--modal .video-play-btn__icon--play {
	border-width: 10px 0 10px 18px;
}

.video-play-btn--modal .video-play-btn__icon--pause {
	height: 22px;
	width: 20px;
}

.video-play-btn--modal .video-play-btn__icon--pause::before,
.video-play-btn--modal .video-play-btn__icon--pause::after {
	width: 6px;
}

.video-play-btn__icon {
	display: block;
}

.video-play-btn__icon--play {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 8px 0 8px 15px;
	height: 0;
	margin-left: 3px;
	width: 0;
}

.video-play-btn__icon--pause {
	height: 18px;
	position: relative;
	width: 16px;
}

.video-play-btn__icon--pause::before,
.video-play-btn__icon--pause::after {
	background: #fff;
	border-radius: 1px;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 5px;
}

.video-play-btn__icon--pause::before {
	left: 0;
}

.video-play-btn__icon--pause::after {
	right: 0;
}

.video-play-btn.is-playing {
	opacity: 0;
}

.video-play-btn.is-playing:hover {
	opacity: 1;
}

.video-play-btn.is-playing .video-play-btn__icon--play {
	display: none;
}

.video-play-btn.is-playing .video-play-btn__icon--pause {
	display: block;
}

.video-play-btn:not(.is-playing) .video-play-btn__icon--pause {
	display: none;
}

.video-play-btn:not(.is-playing) .video-play-btn__icon--play {
	display: block;
}

.search-page {
	padding-bottom: 0;
}

.search-page .hero {
	padding: 40px 20px 30px;
}

.search-filter {
	padding: 50px 20px 80px;
}

.search-filter__inner {
	max-width: 100%;
}

.search-filter__grid {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.search-filter__title {
	color: #ff6363;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -0.125px;
	margin-bottom: 20px;
}

.search-filter__options {
	border-top: 1px solid #000;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 20px;
}

.search-filter__option-wrapper {
	position: relative;
}

.search-filter__option-wrapper--has-sub:hover .search-filter__submenu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.search-filter__option {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
}

.search-filter__submenu {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	gap: 12px;
	left: 0;
	margin-top: 8px;
	min-width: 200px;
	opacity: 0;
	padding: 15px 20px;
	position: absolute;
	top: 100%;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	visibility: hidden;
	z-index: 100;
}

.search-filter__submenu::before {
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	height: 0;
	left: 20px;
	position: absolute;
	top: -8px;
	width: 0;
}

.search-filter__submenu::after {
	border-bottom: 9px solid #ddd;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
	height: 0;
	left: 19px;
	position: absolute;
	top: -10px;
	width: 0;
	z-index: -1;
}

.search-filter__sub-option {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 10px;
	white-space: nowrap;
}

.search-filter__sub-option .search-filter__text {
	font-size: 16px;
}

.search-filter__checkbox {
	display: none;
}

.search-filter__checkbox:checked + .search-filter__checkmark {
	background-color: #000;
	border-color: #000;
}

.search-filter__checkbox:checked + .search-filter__checkmark::after {
	opacity: 1;
}

.search-filter__checkmark {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 2px;
	flex-shrink: 0;
	height: 14px;
	position: relative;
	transition: all 0.2s ease;
	width: 14px;
}

.search-filter__checkmark::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 8px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 1px;
	transform: rotate(45deg);
	transition: opacity 0.2s ease;
	width: 4px;
}

.search-filter__text {
	color: #000000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.125px;
}

.search-filter__action {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.search-filter__btn {
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	justify-content: center;
	transition: opacity 0.3s ease;
	width: 308px;
}

.search-filter__btn:hover {
	opacity: 0.8;
}

.search-filter__notice {
	margin-top: 50px;
	text-align: center;
}

.search-filter__notice p {
	color: #000000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}

.search-filter__notice p a {
	color: #000000;
	text-decoration: underline;
}

.search-filter__notice p a:hover {
	text-decoration: none;
}

.category-page {
	padding-bottom: 0;
}

.results {
	padding: 50px 20px 80px;
}

.results__inner {
	max-width: 100%;
}

.results__count {
	margin-bottom: 20px;
}

.results__title {
	border-bottom: 1px solid #000;
	color: #ff6363;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

.results__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.results__download {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.results__download-btn {
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	justify-content: center;
	transition: opacity 0.3s ease;
	width: 298px;
}

.results__download-btn:hover {
	opacity: 0.8;
}

.result-card {
	display: flex;
	flex-direction: column;
}

.result-card__image-wrapper {
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	aspect-ratio: 339/283;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	user-select: none;
	width: 100%;
}

.result-card__image-wrapper::before {
	content: "";
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.result-card__image {
	-o-object-fit: cover;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	width: 100%;
}

.result-card__watermark {
	color: #fff;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 50px;
	font-weight: 500;
	left: 50%;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	top: 50%;
	transform: translate(-50%, -50%);
}

.result-card__checkbox-wrapper {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

.result-card__checkbox {
	display: none;
}

.result-card__checkbox:checked + .result-card__checkbox-custom {
	background-color: #000000;
	border-color: #000000;
}

.result-card__checkbox:checked + .result-card__checkbox-custom::after {
	opacity: 1;
}

.result-card__checkbox-custom {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	display: flex;
	height: 15px;
	justify-content: center;
	transition: all 0.2s ease;
	width: 15px;
}

.result-card__checkbox-custom::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 8px;
	opacity: 0;
	transform: rotate(45deg);
	transition: opacity 0.2s ease;
	width: 4px;
}

.result-card__info {
	align-items: center;
	background: #f1f1f1;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	padding: 12px;
}

.result-card__title {
	color: #282828;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.result-card__credit {
	color: #282828;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding-left: 0;
	width: 100%;
}

.pagination {
	margin-top: 48px;
	padding-bottom: 16px;
}

.pagination .page-numbers {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination .page-numbers li .page-numbers {
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 8px;
	color: #000000;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 8px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.pagination .page-numbers li .page-numbers:hover {
	background-color: #F1F1F1;
	border-color: #bbb;
}

.pagination .page-numbers li .page-numbers.current {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
	font-weight: 700;
}

.pagination .page-numbers li .page-numbers.dots {
	background: none;
	border: none;
	cursor: default;
	letter-spacing: 2px;
	min-width: auto;
	padding: 0 4px;
}

.pagination .page-numbers li .page-numbers.dots:hover {
	background: none;
}

.pagination .page-numbers li .page-numbers.prev,
.pagination .page-numbers li .page-numbers.next {
	font-size: 16px;
}

.download-page {
	padding: 0;
}

.selected-images {
	padding: 50px 20px;
}

.selected-images__inner {
	max-width: 100%;
}

.selected-images__title {
	align-items: center;
	border-bottom: none;
	display: flex;
	flex-direction: column;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 30px;
	padding-bottom: 0;
	position: relative;
}

.selected-images__title::before,
.selected-images__title::after {
	background: #000;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto;
	max-width: 100%;
	width: 670px;
}

.selected-images__title::before {
	margin-bottom: 16px;
}

.selected-images__title::after {
	margin-top: 16px;
}

.selected-images__title {
	color: #000;
	margin-bottom: 30px;
}

.application-form__back + .selected-images__title {
	margin-top: 30px;
}

.selected-images__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

.selected-images__title::before,
.selected-images__title::after {
	background: #000;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto;
	max-width: 100%;
	width: 670px;
}

.selected-images__title::before {
	margin-bottom: 16px;
}

.selected-images__title::after {
	margin-top: 16px;
}

.selected-images__grid {
	border-bottom: 2px solid #000;
	display: grid;
	gap: 30px 20px;
	grid-template-columns: repeat(3, 1fr);
	padding: 100px 40px;
}

.selected-images__grid .result-card__details {
	display: none;
}

.terms {
	padding: 50px 20px;
}

.terms__inner {
	max-width: 100%;
}

.terms__title {
	align-items: center;
	border-bottom: none;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 0;
	position: relative;
}

.terms__title::before,
.terms__title::after {
	background: #000;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto;
	max-width: 100%;
	width: 670px;
}

.terms__title::before {
	margin-bottom: 16px;
}

.terms__title::after {
	margin-top: 16px;
}

.terms__content {
	border-radius: 0;
	padding: 40px;
}

.terms__section-title {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	gap: 5px;
	margin-bottom: 30px;
}

.terms__required {
	color: #ff2424;
	font-size: 30px;
	font-weight: 300;
}

.terms__box {
	margin-bottom: 30px;
}

.terms__box:last-child {
	margin-bottom: 0;
}

.terms__box-title {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.terms__list {
	list-style: none;
	padding-left: 0;
}

.terms__list li {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 8px;
}

.terms__list li::before {
	content: "・";
}

.application-form {
	background-color: #f1f1f1;
	padding: 110px 20px 80px;
}

.application-form__inner {
	background-color: #f1f1f1;
	max-width: 100%;
}

.application-form__title {
	border-bottom: 1px solid #000;
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.application-form__form,
.application-form .wpcf7-form {
	background-color: #f1f1f1;
	border-radius: 0;
	padding: 40px;
}

.application-form__field {
	margin: 0 auto 20px;
	max-width: 850px;
}

.application-form__field--date {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.application-form__field--inline {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.application-form__label {
	color: #000;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}

.application-form__label--confirm {
	margin-top: 15px;
}

.application-form__required {
	color: #ff2424;
	font-size: 15px;
	font-weight: 300;
}

.application-form__input {
	background: #fff;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: 49px;
	max-width: 823px;
	padding: 0 15px;
	width: 100%;
}

.application-form__input:focus {
	outline: 2px solid #000000;
}

.application-form__textarea {
	background-color: #fff;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	max-width: 823px;
	min-height: 224px;
	padding: 15px;
	resize: vertical;
	width: 100%;
}

.application-form__textarea:focus {
	outline: 2px solid #000000;
}

.application-form__date-inputs {
	align-items: center;
	display: flex;
	gap: 10px;
}

.application-form__date-input {
	background-color: #fff;
	border: none;
	border-radius: 5px;
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: 38px;
	padding: 0 10px;
	text-align: center;
	width: 88px;
}

.application-form__date-input:focus {
	outline: 2px solid #000000;
}

.application-form__date-input::-webkit-inner-spin-button,
.application-form__date-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.application-form__date-label {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 25px;
	font-weight: 700;
}

.application-form__date-separator {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.application-form__submit {
	margin-top: 80px;
}

.application-form__submit-btn {
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 21px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	transition: opacity 0.3s ease;
	width: 438px;
}

.application-form__submit-btn:hover {
	opacity: 0.8;
}

.application-form__contact {
	align-items: center;
	background: #fff;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin: 50px auto 0;
	max-width: 768px;
	padding: 50px 80px;
}

.application-form__contact-heading {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
}

.application-form__contact-divider {
	background-color: #000;
	flex-shrink: 0;
	height: 200px;
	width: 1px;
}

.application-form__contact-info p {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}

.application-form__back {
	display: flex;
	justify-content: center;
	/* margin-top: 50px; */
}

.application-form__back--bottom {
	margin-top: 30px;
}

.application-form__back-btn {
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: 30px;
	color: #fff;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 298px;
}

.application-form__back-btn:hover {
	opacity: 0.8;
}

.application-form__error {
	color: #ff2424;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}

.application-form .wpcf7-form-control-wrap {
	display: block;
}

.application-form .wpcf7-form-control.wpcf7-text,
.application-form .wpcf7-form-control.wpcf7-email,
.application-form .wpcf7-form-control.wpcf7-tel,
.application-form .wpcf7-form-control.wpcf7-url,
.application-form .wpcf7-form-control.wpcf7-number,
.application-form .wpcf7-form-control.wpcf7-date {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: 49px;
	max-width: 823px;
	padding: 0 15px;
	width: 100%;
}

.application-form .wpcf7-form-control.wpcf7-text:focus,
.application-form .wpcf7-form-control.wpcf7-email:focus,
.application-form .wpcf7-form-control.wpcf7-tel:focus,
.application-form .wpcf7-form-control.wpcf7-url:focus,
.application-form .wpcf7-form-control.wpcf7-number:focus,
.application-form .wpcf7-form-control.wpcf7-date:focus {
	outline: 2px solid #000000;
}

.application-form .wpcf7-form-control.wpcf7-textarea {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	max-width: 823px;
	min-height: 224px;
	padding: 15px;
	resize: none;
	width: 100%;
}

.application-form .wpcf7-form-control.wpcf7-textarea:focus {
	outline: 2px solid #000000;
}

.application-form .wpcf7-form-control.wpcf7-select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: 49px;
	max-width: 823px;
	padding: 0 15px;
	width: 100%;
}

.application-form .wpcf7-form-control.wpcf7-submit {
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 21px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	margin: 40px auto 0;
	transition: opacity 0.3s ease;
	width: 438px;
}

.application-form .wpcf7-form-control.wpcf7-submit:hover {
	opacity: 0.8;
}

.application-form .wpcf7-form p {
	margin: 0 auto 20px;
	max-width: 850px;
}

.application-form .wpcf7-form p label {
	color: #000;
	display: block;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

.application-form .wpcf7-not-valid-tip {
	color: #ff2424;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 14px;
	margin-top: 5px;
}

.application-form .wpcf7-response-output {
	border-radius: 5px;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	margin: 20px 0 0;
	padding: 15px;
	text-align: center;
}

.application-form .wpcf7-spinner {
	display: inline-block;
	margin-left: 10px;
}

.application-form .wpcf7-acceptance {
	margin: 20px auto;
	max-width: 850px;
}

.application-form .wpcf7-acceptance .wpcf7-list-item {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.application-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
	flex-shrink: 0;
	height: 18px;
	margin-top: 3px;
	width: 18px;
}

.application-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
}

.privacy-page {
	padding: 120px 20px 80px;
}

.privacy {
	width: 100%;
}

.privacy__inner {
	margin: 0 auto;
	max-width: 860px;
}

.privacy__title {
	align-items: center;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 48px;
	position: relative;
	text-align: center;
}

.privacy__title::before,
.privacy__title::after {
	background: #000;
	content: "";
	display: block;
	height: 2px;
	max-width: 100%;
	width: 670px;
}

.privacy__title::before {
	margin-bottom: 16px;
}

.privacy__title::after {
	margin-top: 16px;
}

.privacy__section {
	margin-bottom: 48px;
}

.privacy__section-header {
	align-items: center;
	display: flex;
	gap: 6px;
	margin-bottom: 32px;
}

.privacy__required {
	color: #ff2424;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}

.privacy__section-title {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.privacy__box {
	background: #f7f7f7;
	border-radius: 12px;
	margin-bottom: 20px;
	padding: 32px;
}

.privacy__box:last-child {
	margin-bottom: 0;
}

.privacy__box-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 16px;
	padding-bottom: 12px;
}

.privacy__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.privacy__list li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.75);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	padding: 8px 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.privacy__list li::before {
	color: rgba(0, 0, 0, 0.35);
	content: "・";
}

.privacy__list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.privacy__action {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.privacy__btn {
	align-items: center;
	background: #000;
	border: none;
	border-radius: 30px;
	color: #fff;
	display: inline-flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.5px;
	min-width: 280px;
	padding: 0 40px;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.privacy__btn:hover {
	opacity: 0.8;
}

.thanks-page {
	align-items: center; /* min-height: 100vh; */
	display: flex;
	justify-content: center;
	padding: 0 20px 80px;
}

.thanks {
	width: 100%;
}

.thanks__inner {
	margin: 0 auto;
	max-width: 640px;
	text-align: center;
}

.thanks__icon {
	align-items: center;
	background: #f0f0f0;
	border-radius: 50%;
	color: #000;
	display: flex;
	height: 100px;
	justify-content: center;
	margin: 0 auto 32px;
	width: 100px;
}

.thanks__title {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 32px;
}

.thanks__message {
	color: rgba(0, 0, 0, 0.7);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 24px;
}

.thanks__note {
	color: rgba(0, 0, 0, 0.45);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.9;
	margin-bottom: 32px;
}

.thanks__contact {
	background: #f7f7f7;
	border-radius: 12px;
	margin-bottom: 40px;
	padding: 24px 32px;
}

.thanks__contact p {
	color: rgba(0, 0, 0, 0.6);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.9;
}

.thanks__contact p a {
	color: #000;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.thanks__contact p a:hover {
	opacity: 0.7;
}

.thanks__action {
	display: flex;
	justify-content: center;
}

.thanks__btn {
	align-items: center;
	background: #000;
	border: none;
	border-radius: 30px;
	color: #fff;
	display: inline-flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.5px;
	min-width: 280px;
	padding: 0 40px;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.thanks__btn:hover {
	opacity: 0.8;
}

.m_404 {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	padding: 120px 20px 80px;
}

.m_404 .inner {
	max-width: 640px;
	text-align: center;
	width: 100%;
}

.entry-404-head {
	color: #000000;
	font-family: "Inter", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
}

.entry-404-head span {
	display: block;
	font-size: 120px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 10px;
}

.entry-404-lead {
	color: #000000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.entry-404-content {
	color: #626262;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 50px;
}

.entry-404-btn .btn {
	align-items: center;
	background-color: #000000;
	border: none;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	justify-content: center;
	max-width: 100%;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 298px;
}

.entry-404-btn .btn:hover {
	opacity: 0.8;
}

.footer {
	padding: 50px 20px;
}

.footer__inner {
	border-top: 1px solid #000;
	max-width: 100%;
	padding: 55px 20px 55px;
}

.footer__main {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.footer__left {
	flex-shrink: 0;
}

.footer__right {
	flex-shrink: 0;
}

.footer__top {
	align-items: center;
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.footer__logo {
	flex-shrink: 0;
}

.footer__logo img {
	display: block;
	height: auto;
	width: 130px;
}

.footer__title {
	color: #000000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.1px;
	line-height: 1.45;
}

.footer__links {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 55px;
}

.footer__link {
	color: rgba(0, 0, 0, 0.55);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.08px;
	line-height: 1.45;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__link:hover {
	opacity: 0.7;
}

.footer__social {
	display: flex;
	gap: 16px;
}

.footer__social-link {
	align-items: center;
	color: rgba(0, 0, 0, 0.45);
	display: flex;
	height: auto;
	justify-content: center;
	transition: opacity 0.3s ease;
	width: 40px;
}

.footer__social-link:hover {
	opacity: 0.7;
}

.footer__nav {
	display: flex;
	gap: 40px;
}

.footer__nav-column {
	min-width: 130px;
}

.footer__nav-title {
	color: #000000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.08px;
	line-height: 1.45;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__nav-link {
	color: rgba(0, 0, 0, 0.55);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.08px;
	line-height: 1.45;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__nav-link:hover {
	opacity: 0.7;
}

.footer__copyright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding: 20px;
	text-align: center;
}

.footer__copyright p {
	color: rgba(0, 0, 0, 0.55);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.06px;
	line-height: 1.45;
	margin: 0;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-s {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s, transform 1.5s;
}

.fade-in-up-s.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-t {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2s, transform 2s;
}

.fade-in-up-t.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-f {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2.5s, transform 2.5s;
}

.fade-in-up-f.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-h {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 3s, transform 3s;
}

.fade-in-up-h.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-l {
	opacity: 0;
	transform: translateX(-300px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-l.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-r {
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-r.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.shrink-image {
	height: 100%; /* 縮小アニメーションの設定 */
	transform-origin: center;
	transition: transform 1s ease-in-out;
	width: 100%; /* 縮小の中心点を中央に設定 */
}

.shrink-image.shrink {
	transform: scale(1.3); /* 80% まで縮小 */
}

.scroll-down {
	bottom: 35%;
	padding-left: 140px;
	position: absolute;
	right: 50%;
	transform: translateX(-50%);
	transform: rotateZ(-90deg);
	transform-origin: right bottom;
	z-index: 201;
}

.scroll-down__line {
	height: 0px;
	position: absolute;
	right: 45%;
	top: 45%;
	width: 160px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	height: 0;
	opacity: 0;
	width: 100%;
}

.scroll-down__text {
	color: #fff;
	font-family: "Replica-Bold", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
}

.scroll-down__text span {
	display: block;
}

.scroll-down.is-active.is-inview .scroll-down__text span {
	transform: none;
}

.scroll-down.is-active.is-inview .scroll-down__line {
	animation: scroll-down-line 2.5s infinite 851ms;
}

.scroll-down.is-active.is-inview .scroll-down__line:after {
	opacity: 1;
	transform: none;
}

.is-body-touch .scroll-down {
	display: none;
}

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

.header .header__inner .header__nav {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-right: auto;
	position: fixed;
	right: 45px;
}

.header .header__inner .header__open {
	display: none;
}

.drawer-content {
	display: none !important;
}

.header__nav {
	display: flex;
	gap: 40px;
	justify-content: center;
	position: relative;
}

.header__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.header__nav ul li {
	position: relative;
}

.header__nav ul li .header__link {
	color: #333;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 4px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.header__nav ul li .header__link:hover {
	color: #000000;
}

.header__nav ul li .header__link--plain {
	text-decoration: none !important;
}

.header__nav ul li .header__link--plain::after {
	display: none !important;
}

.header__nav ul li .header__dropdown {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	left: 0;
	min-width: 220px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	top: 120%;
	transform: translateY(10px);
	transition: all 0.3s ease;
	visibility: hidden;
	z-index: 10;
}

.header__nav ul li .header__dropdown li a {
	color: #333;
	display: block;
	font-weight: 600;
	padding: 12px 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.header__nav ul li .header__dropdown li a:hover {
	background: rgba(0, 0, 0, 0.08);
	color: #000000;
	transform: translateX(5px);
}

.header__nav ul li .header__dropdown li:not(:last-child) a {
	border-bottom: 1px solid #eee;
}

.header__nav ul li { /* hover時に表示 */
}

.header__nav ul li:hover .header__dropdown {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.u-is-pc {
	display: none;
}

}

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

.l-inner {
	padding: 0 20px;
}

.application-form__date-group .application-form__input {
	flex: 1;
	font-size: 12px;
	height: 32px;
	min-width: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.application-form__date-group {
	gap: 2px;
	width: 100%;
}

.application-form__date-group .wpcf7-form-control-wrap {
	flex: 1;
	min-width: 0;
}

.application-form__date-label {
	font-size: 12px;
	white-space: nowrap;
}

.application-form__date-separator {
	font-size: 12px;
}

.application-form__field--inline {
	display: none;
}

.application-form__field .application-form__input[readonly] {
	flex: 1;
	font-size: 12px;
	height: 32px;
	min-width: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.header .header__inner {
	background: rgba(255, 255, 255, 0.9);
	padding: 22px 25px;
	z-index: 1004;
}

.header .header__inner .p-header__logo {
	left: 25px;
	top: 20px;
}

.header .header__inner .p-header__logo a img {
	height: auto;
	width: 130px;
}

.header .header__inner .header__nav {
	display: none;
}

.is-drawer-open .header .header__inner .header__close {
	display: flex;
}

.header .header__inner .drawer-icon {
	z-index: 1009;
}

.header .header__inner .drawer-icon.is-checked {
	padding: 22px 25px;
	position: fixed;
	right: 0;
	top: 0;
}

.drawer-content {
	background: #f5f5f5;
	padding: 110px 16px 32px;
}

.drawer-content__close-icon {
	height: 32px;
	width: 32px;
}

.drawer-content__close-text {
	font-size: 11px;
}

.drawer-content__menu {
	padding-top: 20px;
}

.drawer-content__grid {
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
}

.drawer-content__links {
	background: #fff;
	border-radius: 14px;
	flex-direction: column;
	gap: 0;
	margin-top: 24px;
	overflow: hidden;
}

.drawer-content__link {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	color: rgba(0, 0, 0, 0.7);
	display: flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: space-between;
	padding: 14px 18px;
	width: 100%;
}

.drawer-content__link::after {
	border-right: 1.5px solid rgba(0, 0, 0, 0.3);
	border-top: 1.5px solid rgba(0, 0, 0, 0.3);
	content: "";
	flex-shrink: 0;
	height: 6px;
	transform: rotate(45deg);
	width: 6px;
}

.drawer-content__link:last-child {
	border-bottom: none;
}

.drawer-content__note {
	background: #fff;
	border-radius: 14px;
	margin-top: 16px;
	padding: 14px 18px;
}

.drawer-content__note a {
	align-items: center;
	color: rgba(0, 0, 0, 0.5);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	text-decoration: none;
	width: 100%;
}

.drawer-content__note a::after {
	border-right: 1.5px solid rgba(0, 0, 0, 0.3);
	border-top: 1.5px solid rgba(0, 0, 0, 0.3);
	content: "";
	flex-shrink: 0;
	height: 6px;
	transform: rotate(45deg);
	width: 6px;
}

.drawer-card {
	aspect-ratio: 1/1;
	border-radius: 16px;
}

.drawer-card__overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
}

.drawer-card__label {
	bottom: 12px;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.drawer-card__label--small {
	font-size: 11px;
}

details summary::after {
	font-size: 30px;
}

.main {
	margin: 70px auto 0;
}

.hero {
	padding: 70px 0 0;
}

.hero__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.search {
	display: block;
	text-align: center;
}

.search__input-wrapper {
	height: 45px;
	margin: 0 auto;
	max-width: 100%;
}

.search__input {
	font-size: 16px;
}

.search__btn {
	display: none;
}

.filter__seasons {
	justify-content: center;
}

.filter__label {
	font-size: 13px;
	padding: 4px 10px;
}

.filter__message {
	font-size: 13px;
	margin: 25px 0 15px;
}

.categories {
	padding: 40px 0 0;
}

.categories__grid {
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.category-card__label {
	bottom: 12px;
	font-size: 14px;
	font-weight: 800;
}

.category-card__label--small {
	font-size: 12px;
}

.filter_link {
	font-size: 16px;
}

.load-more__btn {
	font-size: 14px;
	min-width: 160px;
	padding: 10px 30px;
}

.download__message {
	font-size: 16px;
}

.download__btn {
	font-size: 14px;
}

.photos {
	padding: 30px 0;
}

.photos__grid {
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}

.photo-card__watermark {
	font-size: 30px;
}

.photo-card__title {
	font-size: 13px;
}

.photo-card__credit {
	font-size: 13px;
}

.photo-modal__content {
	flex-direction: column;
	width: 95%;
}

.photo-modal__close {
	align-self: flex-end;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15%;
	margin-bottom: -40px;
	margin-right: 8px;
	margin-top: 8px;
	position: sticky;
	top: 0;
}

.photo-modal__image-wrapper {
	flex: none;
	max-width: 100%;
	min-height: 250px;
	padding: 20px;
	width: 100%;
}

.photo-modal__image {
	aspect-ratio: 4/3;
	height: auto;
	max-height: none;
}

.photo-modal__watermark {
	font-size: 30px;
}

.photo-modal__details {
	padding: 24px 20px;
}

.photo-modal__dt {
	font-size: 12px;
	padding-top: 14px;
}

.photo-modal__dd {
	font-size: 16px;
}

.photo-modal__select-btn {
	font-size: 14px;
	margin-top: 24px;
	width: 100%;
}

.search-filter__title {
	font-size: 20px;
}

.search-filter__options {
	grid-template-columns: 1fr;
}

.search-filter__sub-option .search-filter__text {
	font-size: 14px;
}

.search-filter__text {
	font-size: 18px;
}

.search-filter__btn {
	font-size: 14px;
	max-width: 308px;
	width: 100%;
}

.search-filter__notice p {
	font-size: 14px;
}

.results {
	padding: 50px 0 80px;
}

.results__title {
	font-size: 20px;
}

.results__grid {
	gap: 20px 15px;
	grid-template-columns: repeat(2, 1fr);
}

.results__download-btn {
	font-size: 14px;
	max-width: 298px;
	width: 100%;
}

.result-card__watermark {
	font-size: 30px;
}

.result-card__title {
	font-size: 13px;
}

.result-card__credit {
	font-size: 13px;
}

.pagination .page-numbers li .page-numbers {
	font-size: 13px;
	height: 36px;
	min-width: 36px;
}

.pagination .page-numbers li .page-numbers.prev,
.pagination .page-numbers li .page-numbers.next {
	font-size: 14px;
}

.download-page {
	padding: 0 20px;
}

.selected-images {
	padding: 50px 0;
}

.selected-images__title {
	font-size: 20px;
	padding: 0 20px;
}

.selected-images__grid {
	gap: 20px 15px;
	grid-template-columns: repeat(2, 1fr);
	padding: 50px 0;
}

.terms {
	padding: 14px 0 0;
}

.terms__title {
	font-size: 20px;
}

.terms__content {
	padding: 0;
}

.terms__section-title {
	font-size: 20px;
}

.terms__required {
	font-size: 20px;
}

.terms__box-title {
	font-size: 14px;
}

.terms__list li {
	font-size: 14px;
}

.application-form {
	margin-left: -20px;
	margin-right: -20px;
	padding: 50px 0 0;
}

.application-form__title {
	font-size: 20px;
}

.application-form__form,
.application-form .wpcf7-form {
	padding: 20px;
}

.application-form__field--inline {
	display: none;
}

.application-form__label {
	font-size: 16px;
}

.application-form__required {
	font-size: 15px;
}

.application-form__input {
	font-size: 16px;
	max-width: 100%;
	width: 100%;
}

.application-form__date-input {
	font-size: 14px;
	width: 70px;
}

.application-form__date-label {
	font-size: 18px;
}

.application-form__date-separator {
	font-size: 16px;
}

.application-form__submit {
	margin-top: 0;
}

.application-form__submit-btn {
	font-size: 18px;
	width: 100%;
}

.application-form__contact {
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	padding: 30px 20px;
}

.application-form__contact-heading {
	font-size: 16px;
	text-align: center;
}

.application-form__contact-divider {
	height: 1px;
	width: 100%;
}

.application-form__contact-info {
	text-align: center;
}

.application-form__contact-info p {
	font-size: 14px;
}

.application-form__back-btn {
	font-size: 16px;
	max-width: 298px;
	width: 100%;
}

.application-form .wpcf7-form-control-wrap {
	width: 100%;
}

.application-form .wpcf7-form-control.wpcf7-text,
.application-form .wpcf7-form-control.wpcf7-email,
.application-form .wpcf7-form-control.wpcf7-tel,
.application-form .wpcf7-form-control.wpcf7-url,
.application-form .wpcf7-form-control.wpcf7-number,
.application-form .wpcf7-form-control.wpcf7-date {
	font-size: 16px;
	height: 44px;
}

.application-form .wpcf7-form-control.wpcf7-textarea {
	font-size: 16px;
	min-height: 160px;
}

.application-form .wpcf7-form-control.wpcf7-select {
	font-size: 16px;
	height: 44px;
}

.application-form .wpcf7-form-control.wpcf7-submit {
	font-size: 16px;
	height: 50px;
	max-width: 100%;
	width: 100%;
}

.application-form .wpcf7-form p label {
	font-size: 16px;
}

.application-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 14px;
}

.privacy-page {
	padding: 100px 16px 60px;
}

.privacy__title {
	font-size: 22px;
	margin-bottom: 32px;
}

.privacy__section {
	margin-bottom: 32px;
}

.privacy__section-header {
	margin-bottom: 24px;
}

.privacy__required {
	font-size: 16px;
}

.privacy__section-title {
	font-size: 18px;
}

.privacy__box {
	margin-bottom: 12px;
	padding: 20px 16px;
}

.privacy__box-title {
	font-size: 15px;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

.privacy__list li {
	font-size: 13px;
	padding: 6px 0;
	padding-left: 1.2em;
}

.privacy__action {
	margin-top: 36px;
}

.privacy__btn {
	font-size: 14px;
	height: 48px;
	max-width: 300px;
	width: 100%;
}

.thanks-page { /* padding: 100px 20px 60px; */
	align-items: flex-start;
}

.thanks__icon {
	height: 80px;
	margin-bottom: 24px;
	width: 80px;
}

.thanks__icon svg {
	height: 48px;
	width: 48px;
}

.thanks__title {
	font-size: 22px;
	margin-bottom: 24px;
}

.thanks__message {
	font-size: 14px;
	line-height: 1.9;
}

.thanks__note {
	font-size: 12px;
	margin-bottom: 24px;
}

.thanks__contact {
	margin-bottom: 32px;
	padding: 20px;
}

.thanks__contact p {
	font-size: 13px;
}

.thanks__btn {
	font-size: 14px;
	height: 48px;
	max-width: 300px;
	width: 100%;
}

.entry-404-head span {
	font-size: 80px;
}

.entry-404-head {
	font-size: 18px;
	margin-bottom: 30px;
}

.entry-404-lead {
	font-size: 18px;
}

.entry-404-content {
	font-size: 14px;
	margin-bottom: 40px;
}

.entry-404-btn .btn {
	max-width: 298px;
	width: 100%;
}

.footer {
	padding: 0;
}

.footer__inner {
	background: #f7f7f7;
	border-top: none;
	padding: 40px 24px 32px;
}

.footer__main {
	align-items: stretch;
	flex-direction: column;
	gap: 0;
}

.footer__left {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
}

.footer__right {
	width: 100%;
}

.footer__top {
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}

.footer__logo img {
	width: 80px;
}

.footer__title {
	font-size: 15px;
	letter-spacing: 0.5px;
}

.footer__links {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-bottom: 20px;
}

.footer__link {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 11px;
	padding: 6px 14px;
}

.footer__social {
	justify-content: center;
}

.footer__social-link {
	width: 32px;
}

.footer__nav {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	flex-direction: column;
	gap: 0;
}

.footer__nav-column {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	min-width: auto;
	padding: 16px 0;
	text-align: left;
}

.footer__nav-title {
	border-bottom: none;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px;
	padding-bottom: 0;
}

.footer__nav-list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px 12px;
}

.footer__nav-link {
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
}

.footer__copyright {
	background: #f7f7f7;
	border-top: none;
	margin-top: 0;
	padding: 16px 24px;
}

.footer__copyright p {
	color: rgba(0, 0, 0, 0.35);
	font-size: 10px;
}

.u-is-sp {
	display: none;
}

.scroll-down {
	bottom: -220px;
	right: 5%;
}

.scroll-down__line {
	width: 130px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #000;
	width: 80%;
}

.scroll-down__text {
	color: #000;
	font-size: 0.8rem;
}

}

@media print {

.photo-card__image-wrapper,
.photo-card__image,
.result-card__image-wrapper,
.result-card__image,
.photo-modal__image-wrapper,
.photo-modal__image,
.photo-modal__video,
.category-card__img-wrapper,
.category-card__img,
.category-card__video {
	display: none !important;
	visibility: hidden !important;
}

.photo-card__image-wrapper::after,
.result-card__image-wrapper::after,
.photo-modal__image-wrapper::after {
	color: #999;
	content: "画像の印刷は許可されていません";
	display: block !important;
	font-size: 14px;
	padding: 40px;
	text-align: center;
	visibility: visible !important;
}

}

@keyframes spin {

to {
	transform: rotate(360deg);
}

}

@keyframes scroll-down-line {

0% {
	transform: scale(1, 1);
	transform-origin: 0% 40%;
}

20% {
	transform: scale(0.001, 1);
	transform-origin: 0% 40%;
}

20.01% {
	transform-origin: 100% 50%;
}

38% {
	transform: scale(1, 1);
	transform-origin: 100% 50%;
}

}
