/*cf7対策でclassスタイル上書き*/
.modal-submit {
	background-color: #DFAE65 !important;
	color: #fff !important;
}

input[type="button"][name="receipt-zl-mfcf7-upld-btn"],
.wpcf7-form-control-wrap[data-name="receipt-zl-mfcf7-upld-btn"] {
  display: none !important;
}
input[type="file"].wpcf7-multilinefile {
  display: inline-block !important;
  visibility: visible !important;
  position: static !important;
  opacity: 1 !important;
}
#mfcf7_zl_multifilecontainer {
  display: none !important;
}

/*ローディング*/
.cf7-loading-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
}

.cf7-loading-inner {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.cf7-spinner {
  margin: 0 auto 15px;
  width: 50px;
  height: 50px;
  border: 6px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




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

body {
	color: #4A340F;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.pc-only {
	display: none;
}

.pc-only-inline {
	display: none;
}

html {
	font-size: 4.2666666667vw;
}

/* 画面の高さに合わせてフッターを下に広げる */

body {
	background-color: #FAF9F7;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

footer {
	margin-top: auto;
}

/* ヘッダー固定した場合、ページ内リンクの遷移先がズレる問題解消 */

html {
	background-color: #fff;
	scroll-padding-top: 70px;
}

/* ドロワー表示時、 背景を固定してスクロールできないようにする */

body.fixed {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

main {
	margin-top: 4.375rem;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

/* 非表示設定（視覚的に隠しつつスクリーンリーダーでは読み上げられる） */

/* https://gist.github.com/roatnek/c24d5257c4f6d5b1ef0f2328609a0221 */

.visually-hidden {
	clip: rect(1px, 1px, 1px, 1px) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
}

.wbr {
	display: inline-block;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%; /* 実機端末を横向きにした際のブラウザの自動拡大をオフ */
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed; /* 上記のSafari用 */
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

hr {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

/* js-triggerと一緒に使う */

/* =========================================== */

/*                 inview                      */

/* =========================================== */

.inview {
	opacity: 0;
	transform: translateY(30px);
	transition: transform 2s, opacity 2s;
}

.inview.show {
	opacity: 1;
	transform: translateY(0);
}

/* =========================================== */

/*                slide-up                     */

/* =========================================== */

.slide-up {
	display: inline-block;
	overflow: hidden;
}

.slide-up * {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
}

.slide-up.show * {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: slideInFromBottom;
}

/* =========================================== */

/*               anime-zoom                    */

/* =========================================== */

.anime-zoom__img {
	overflow: hidden;
}

.anime-zoom:hover .anime-zoom__img img {
	transform: scale(1.2, 1.2);
}

.btn-official {
	text-align: center;
}

.btn-official a {
	align-items: center;
	background-color: #F3CB33;
	border: 1px solid #C04020;
	border-radius: 62.4375rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	display: inline-flex;
	flex-direction: column;
	gap: 0.3125rem;
	height: 5rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.btn-official a::after {
	display: none;
}

.btn-official .btn-official__text {
	font-size: 1.5rem;
	font-weight: 700;
}

.btn-official .btn-official__text.-sm {
	font-size: 0.875rem;
}

.btn-official .btn-official__text small {
	font-weight: 300;
}

.c-btn a {
	align-items: center;
	border-radius: 62.4375rem;
	display: inline-flex;
	font-size: 1rem;
	height: 2.5rem;
	justify-content: center;
	width: 15.625rem;
}

.c-btn.-default a,
.c-btn.-default-buy a {
	background-color: #BCCE1D;
	color: #fff;
	position: relative;
}

.c-btn.-default a::before,
.c-btn.-default-buy a::before {
	background-image: url("../img/common/icon-arrow-right-1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.25rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3125rem;
}

.c-btn.-default-buy a {
	background-color: #F09030;
}

.c-btn.-border a {
	border: 1px solid currentColor;
	color: #DFAE65;
	letter-spacing: 0.15em;
}

.c-title-hr {
	grid-gap: 0.5rem;
	align-items: center;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: auto 1fr;
	justify-content: center;
}

.c-title-hr__text {
	color: #40220F;
	font-family: "Caveat", cursive;
	font-size: 1.5rem;
}

.c-title-hr__border {
	background-color: currentColor;
	border-radius: 0.125rem;
	height: 0.125rem;
	position: relative;
	width: 100%;
}

.c-title-hr__border::after {
	background-color: currentColor;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	content: "";
	display: block;
	height: 0.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.flow-modal {
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.flow-modal.active {
	display: block;
}

.flow-modal__overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.flow-modal__content {
	background: #fff;
	margin: 0 auto;
	max-height: 100%;
	overflow-y: auto;
	position: relative;
	width: 90%;
}

.flow-modal__image img {
	display: block;
	height: auto;
	width: 100%;
}

.flow-modal__close {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 3rem;
	line-height: 70%;
	position: absolute;
	right: 1.875rem;
	top: 0;
	z-index: 1001;
}

.footer__heading {
	background-color: #4A340F;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 100%;
	padding-bottom: 0.6875rem;
	padding-top: 0.6875rem;
	text-align: center;
}

.footer__contact {
	background-color: #FFF8DE;
	padding: 0.6875rem 1.5625rem;
}

.footer__contact-list {
	grid-gap: 0.4375rem;
	display: grid;
	gap: 0.4375rem;
}

.footer__contact-item {
	grid-gap: 0.0625rem;
	display: grid;
	gap: 0.0625rem;
}

.footer__contact-item-text {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25;
}

.footer__contact-item-note {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 120%;
}

.footer_copy-right {
	grid-gap: 0.4375rem;
	background-color: #fff;
	display: grid;
	gap: 0.4375rem;
	padding-bottom: 0.4375rem;
	padding-top: 0.4375rem;
	text-align: center;
}

.footer_copy-right-logo {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 6.25rem;
}

.footer_copy-right-logo img {
	height: auto;
	width: 100%;
}

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

.form__field {
	grid-gap: 0.25rem;
	display: grid;
	gap: 0.25rem;
	padding-top: 0.75rem;
}

.form__name {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: left;
}

.form__label {
	color: #6E4500;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.form__tag {
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 150%;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.form__tag.-required {
	background-color: #FF7661;
}

.form__tag.-optional {
	background-color: #B2B2B2;
}

.form__data input,
.form__data select {
	background-color: #F1F1F1;
	color: #6E4500;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 120%;
	padding: 0.34375rem;
	width: 100%;
}

.form__data input[type=file]::-webkit-file-upload-button {
	background-color: transparent;
	border: 1px solid #6E4500;
	border-radius: 0.25rem;
	color: #6E4500;
	margin-right: 0.4375rem;
}

.form__fieldset {
	border: none;
	margin-top: 0.3125rem;
	padding: 0;
	padding-left: 1.5625rem;
}

.form__legend {
	color: #6E4500;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 0.1875rem;
	position: relative;
}

.form__legend::before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 0.25rem;
	left: -0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.form__subfield {
	align-items: center;
	color: #6E4500;
	display: grid;
	font-size: 0.875rem;
	grid-template-columns: 1fr 3.75rem auto;
}

.form__subfield + .form__subfield {
	margin-top: 0.4375rem;
}

.form__subfield input {
	text-align: center;
}

.form__sublabel {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 110%;
}

.form__kuchi {
	align-self: flex-end;
	margin-left: 0.125rem;
}

.form__note {
	color: #E60012;
	display: inline-grid;
	font-size: 0.75rem;
	font-weight: 700;
	grid-template-columns: auto 1fr;
	letter-spacing: 0.15em;
	line-height: 110%;
}

.form__submit {
	margin-top: 1rem;
}

.form__submit-button {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 62.4375rem;
	color: #DFAE65;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	letter-spacing: 0.15em;
	width: 100%;
}

/* =========================================== */

/*            フォーム送信前確認モーダル            */

/* =========================================== */

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

.validation-modal.active {
	align-items: center;
	display: flex;
	justify-content: center;
}

.validation-modal__overlay {
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.validation-modal__content {
	align-items: center;
	animation: modalSlideIn 0.3s ease-out;
	background-color: #fff;
	border-radius: 1.5625rem;
	box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.3);
	display: grid;
	height: 100%;
	justify-items: center;
	max-height: 31.25rem;
	outline: 1px solid #DFAE65;
	place-items: center;
	position: relative;
	width: 20.3125rem;
}

.validation-modal__inner {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	text-align: center;
}

.validation-modal__img {
	margin-bottom: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.375rem;
}

.validation-modal__img img {
	-o-object-fit: cover;
	aspect-ratio: 200/350;
	object-fit: cover;
}

.validation-modal__title {
	color: #E60012;
	font-family: "Noto Serif", serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 0.1875rem;
}

.validation-modal__text {
	color: #40220F;
	font-family: "Noto Serif", serif;
	font-size: 0.625rem;
	line-height: 140%;
	margin-bottom: 0.9375rem;
}

.validation-modal__buttons {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
}

.validation-modal__button {
	align-items: center;
	border-radius: 62.4375rem;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	height: 2.5rem;
	justify-content: center;
	transition: all 0.3s ease;
	width: 8.75rem;
}

.validation-modal__button.-back {
	background-color: #fff;
	color: #DFAE65;
	outline: 1px solid #DFAE65;
}

.validation-modal__button.-submit {
	background-color: #DFAE65;
	color: #fff;
}

/* =========================================== */

/*                   Header                    */

/* =========================================== */

.header {
	background-color: #fff;
	color: #6E4500;
	height: 4.375rem;
	position: fixed;
	width: 100%;
	z-index: 200;
}

.header__inner {
	grid-gap: 1.25rem;
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: max-content 1fr;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5625rem;
}

.header__logo {
	display: block;
	height: 100%;
}

.header__logo-link {
	align-items: end;
	display: flex;
	height: 100%;
	padding-bottom: 0.25rem;
	padding-top: 0;
	width: 7.5rem;
}

.header__logo-link img {
	height: auto;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	width: 100%;
}

.inner-expand {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	width: 100%;
}

.recipe-modal {
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.recipe-modal.active {
	display: block;
}

.recipe-modal__overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.recipe-modal__close {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 3rem;
	line-height: 70%;
	position: absolute;
	right: 1.625rem;
	top: 2.875rem;
	z-index: 1001;
}

.recipe-modal__content {
	height: 66.875rem;
	left: 50%;
	max-height: 100%;
	max-width: 56.25rem;
	overflow-y: auto;
	padding: 2.5rem 1.25rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.recipe-modal__image img {
	display: block;
	height: auto;
	width: 100%;
}

.recipe-modal__button {
	margin-top: -4.0625rem;
	text-align: center;
}

/* =========================================== */

/*                   fv                    */

/* =========================================== */

.summer-fv {
	background-image: url("../img/summer/sp/bg-img-1.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.summer-fv--layout {
	padding-bottom: 5.6875rem;
	padding-top: 4.5625rem;
}

.summer-fv__inner {
	position: relative;
}

.summer-fv__fukidashi-img {
	display: none;
}

.summer-fv__fukidashi-img img {
	-o-object-fit: cover;
	aspect-ratio: 642/293;
	object-fit: cover;
}

.summer-fv__copy-img img {
	-o-object-fit: cover;
	aspect-ratio: 375/276;
	object-fit: cover;
}

.summer-fv__mugikomachi-chan {
	bottom: -4.3125rem;
	left: 1.125rem;
	position: absolute;
}

.summer-fv__mugikomachi-chan-img {
	margin-bottom: 0.125rem;
	margin-left: auto;
	margin-right: auto;
	width: 5.125rem;
}

.summer-fv__mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 208/237;
	object-fit: cover;
}

.summer-fv__mugikomachi-chan-text {
	font-size: 0.375rem;
	line-height: 116%;
	text-align: center;
}

/* =========================================== */

/*                   recipe                    */

/* =========================================== */

.summer-recipe {
	background-image: url("../img/summer/sp/bg-img-2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.summer-recipe--layout {
	margin-bottom: 2.5rem;
}

.summer-recipe__title-hr {
	margin-bottom: 0.75rem;
}

.summer-recipe__heading {
	color: #3D9638;
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.625rem;
}

.summer-recipe__heading span {
	font-size: 2.5rem;
	font-style: italic;
	letter-spacing: 0.1em;
}

.summer-recipe__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.summer-recipe__item:first-child .summer-recipe__item-wrap {
	gap: 0.1875rem;
}

.summer-recipe__item a {
	display: inline-block;
	position: relative;
}

.summer-recipe__item a::before {
	background-image: url("../img/common/check.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 5.375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 5.5rem;
	z-index: 1;
}

.summer-recipe__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/268;
	object-fit: cover;
}

.summer-recipe__item-wrap {
	align-items: center;
	background-color: #DFAE65;
	display: inline-flex;
	flex-direction: column;
	gap: 0.5rem;
	height: 3.625rem;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.summer-recipe__item-wrap::before,
.summer-recipe__item-wrap::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.25rem;
	position: absolute;
	top: 0.8125rem;
	width: 1.25rem;
}

.summer-recipe__item-wrap::before {
	background-image: url("../img/common/fork.webp");
	left: 0.5625rem;
}

.summer-recipe__item-wrap::after {
	background-image: url("../img/common/knife.webp");
	right: 0.5rem;
}

.summer-recipe__item-copy {
	text-align: center;
}

.summer-recipe__item-copy img {
	display: inline-block;
}

.summer-recipe__item-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* =========================================== */

/*                   campaign                    */

/* =========================================== */

.summer-campaign {
	background-image: url("../img/summer/sp/bg-img-3.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

.summer-campaign--layout {
	padding-bottom: 0.625rem;
}

.summer-campaign__text-img {
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 13.5rem;
}

.summer-campaign__text-img img {
	-o-object-fit: cover;
	aspect-ratio: 216/39;
	object-fit: cover;
}

.summer-campaign__container {
	padding-bottom: 2.0625rem;
	padding-top: 2.125rem;
	position: relative;
	z-index: 1;
}

.summer-campaign__container::before {
	background-image: url("../img/summer/sp/capmaign-container-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 19.125rem;
	left: 49%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 21.625rem;
	z-index: -1;
}

.summer-campaign__heading-img {
	margin-bottom: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	width: 19.25rem;
}

.summer-campaign__heading-img img {
	-o-object-fit: cover;
	aspect-ratio: 308/45;
	object-fit: cover;
}

.summer-campaign__list {
	grid-gap: 0.375rem;
	background-color: #fff;
	border: 0.125rem solid transparent;
	border-radius: 1.5625rem;
	display: grid;
	gap: 0.375rem;
	padding: 1.125rem 0.8125rem 0.9375rem;
	position: relative;
}

.summer-campaign__list::before {
	background-image: url("../img/summer/sp/campaign-border.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20.3125rem;
}

.summer-campaign__item {
	grid-gap: 0.375rem;
	display: grid;
	gap: 0.375rem;
}

.summer-campaign__item:first-child .summer-campaign__item-heading {
	background-color: #40220F;
	color: #fff;
}

.summer-campaign__item:last-child .summer-campaign__item-heading {
	border: 0.125rem solid currentColor;
	color: #40220F;
}

.summer-campaign__item-heading {
	align-items: center;
	border-radius: 62.4375rem;
	display: flex;
	font-size: 0.75rem;
	font-weight: 600;
	height: 1.5625rem;
	justify-content: center;
	letter-spacing: 0.2em;
	width: 6.875rem;
}

.summer-campaign__item-text {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 179%;
}

.summer-campaign__mugikomachi-chan {
	position: absolute;
	right: 0.3125rem;
	top: 4.8125rem;
}

.summer-campaign__mugikomachi-chan-img {
	width: 5rem;
}

.summer-campaign__mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 112/143;
	object-fit: cover;
}

.summer-campaign__mugikomachi-chan-text {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 116%;
	text-align: center;
}

/* =========================================== */

/*                   present                    */

/* =========================================== */

.summer-present {
	background-image: url("../img/summer/sp/bg-img-4.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.summer-present--layout {
	margin-bottom: 1.25rem;
	padding-bottom: 1.3125rem;
}

.summer-present__title-hr {
	margin-bottom: 1.3125rem;
}

.summer-present__list {
	grid-gap: 4rem;
	display: grid;
	gap: 4rem;
}

.summer-present__item {
	text-align: center;
}

.summer-present__item.-course-1 .summer-present__item-container {
	display: grid;
}

.summer-present__item.-course-1 .summer-present__item-gift:first-child .summer-present__item-gift-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/198;
	object-fit: cover;
}

.summer-present__item.-course-1 .summer-present__item-gift:last-child .summer-present__item-gift-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/300;
	object-fit: cover;
}

.summer-present__item.-course-2 .summer-present__item-gift-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/210;
	object-fit: cover;
}

.summer-present__item-heading {
	color: #E60012;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 120%;
	position: relative;
	z-index: 1;
}

.summer-present__item-heading::before {
	background-image: url("../img/summer/present-heading-line.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.summer-present__item-gift {
	display: grid;
}

.summer-present__item-gift-title {
	color: #40220F;
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 120%;
}

.summer-present__item-gift-img {
	margin-left: auto;
	margin-right: auto;
}

/* =========================================== */

/*                   flow                    */

/* =========================================== */

.summer-flow--layout {
	margin-bottom: 2.3125rem;
}

.summer-flow__heading {
	grid-gap: 0.25rem;
	align-items: center;
	color: #40220F;
	display: grid;
	gap: 0.25rem;
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 1.25rem;
	position: relative;
}

.summer-flow__heading::before,
.summer-flow__heading::after {
	background-color: currentColor;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	content: "";
	display: block;
	height: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.summer-flow__heading::before {
	left: 0;
}

.summer-flow__heading::after {
	right: 0;
}

.summer-flow__heading-border {
	background-color: currentColor;
	border-radius: 0.125rem;
	display: block;
	height: 0.125rem;
	width: 100%;
}

.summer-flow__heading-text {
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 120%;
}

.summer-flow__list {
	grid-gap: 4.125rem;
	display: grid;
	gap: 4.125rem;
}

.summer-flow__item {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	text-align: center;
}

.summer-flow__item:not(:last-child) .summer-flow__item-img::after {
	display: none;
}

.summer-flow__item-img {
	position: relative;
}

.summer-flow__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 250/250;
	object-fit: cover;
}

.summer-flow__item-title-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 120%;
}

.summer-flow__item-buttons {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
}

.summer-flow__item-button a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #3D9638;
	border-radius: 62.4375rem;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: 2.1875rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.summer-flow__item-button a::after {
	-webkit-mask-image: url("../img/common/icon-arrow-right-1.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #3D9638;
	content: "";
	display: inline-block;
	height: 1.25rem;
	mask-image: url("../img/common/icon-arrow-right-1.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3125rem;
}

.summer-flow__item-note {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 120%;
}

/* =========================================== */

/*                   info                    */

/* =========================================== */

.summer-info {
	background: linear-gradient(180deg, rgba(250, 249, 247, 0.623529) 0%, #F2F7E3 20%, #F2F7E3 100%);
}

.summer-info--layout {
	padding-bottom: 1.5625rem;
	padding-top: 1.25rem;
}

.summer-info__target {
	margin-bottom: 4.5rem;
	position: relative;
}

.summer-info__target-heading {
	color: #40220F;
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1.6875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.summer-info__target-heading::before {
	background-image: url("../img/summer/sp/info-target-heading-line.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 2.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.summer-info__target-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/203;
	object-fit: cover;
}

.summer-info__target-mugikomachi-chan {
	bottom: -2.625rem;
	position: absolute;
	right: -0.5625rem;
}

.summer-info__target-mugikomachi-chan-img {
	width: 5.8125rem;
}

.summer-info__target-mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 143/180;
	object-fit: cover;
}

.summer-info__target-mugikomachi-chan-text {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 116%;
	text-align: center;
}

.summer-info__list {
	grid-gap: 1.4375rem;
	display: grid;
	gap: 1.4375rem;
}

.summer-info__item {
	border-radius: 0.625rem;
	overflow: hidden;
}

.summer-info__item-heading {
	align-items: center;
	background-color: #3D9638;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	height: 1.875rem;
	justify-content: center;
	letter-spacing: 0.15em;
}

.summer-info__item-body {
	background-color: #fff;
	height: 23.5rem;
	overflow: auto;
	padding: 0.4375rem 0.9375rem 0;
}

.summer-info__areas {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	padding-bottom: 0.75rem;
}

.summer-info__area-prefecture {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 130%;
}

.summer-info__area-shops {
	grid-gap: 0.25rem;
	display: grid;
	gap: 0.25rem;
}

.summer-info__area-shop-name {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 130%;
	margin-bottom: 0.0625rem;
}

.summer-info__area-branches {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 130%;
}

.summer-info__item-text {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 120%;
	padding-bottom: 0.75rem;
}

/* =========================================== */

/*                   apply                    */

/* =========================================== */

.summer-apply {
	background-color: #BCCE1D;
}

.summer-apply--layout {
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.summer-apply__heading {
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0.5rem;
	text-align: center;
}

.summer-apply__container {
	background-color: #fff;
	border-radius: 0.9375rem;
	padding: 0.3125rem 0.75rem 0.9375rem;
}

.thanks--layout {
	background-image: url("../img/common/sp/bg-img-2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.thanks__inner {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.thanks__contents {
	grid-gap: 1.25rem;
	background-color: #fff;
	border: 1px solid #DFAE65;
	border-radius: 1.5625rem;
	display: grid;
	gap: 1.25rem;
	margin-bottom: 1.5625rem;
	padding-bottom: 9.0625rem;
	padding-top: 8.53125rem;
	text-align: center;
}

.thanks__img {
	margin-left: auto;
	margin-right: auto;
	width: 4.375rem;
}

.thanks__img img {
	-o-object-fit: cover;
	aspect-ratio: 100/175;
	object-fit: cover;
}

.thanks__heading {
	font-family: "Noto Serif", serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 100%;
}

.thanks__button {
	text-align: center;
}

.thanks__button a {
	align-items: center;
	background-color: #DFAE65;
	border-radius: 62.4375rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	height: 2.5rem;
	justify-content: center;
	letter-spacing: 0.1em;
	max-width: 15.625rem;
	width: 100%;
}

.top-fv {
	background-image: url("../img/common/sp/bg-img-1.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-fv--layout {
	padding-bottom: 2.5625rem;
	padding-top: 5.125rem;
}

.top-fv__inner {
	position: relative;
}

.top-fv__mugikomachi-chan {
	position: absolute;
	right: 6%;
	top: 48%;
	transform: translateY(-50%);
}

.top-fv__mugikomachi-chan-img {
	margin-bottom: 0.125rem;
	margin-left: auto;
	margin-right: auto;
	width: 6.875rem;
}

.top-fv__mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 208/237;
	object-fit: cover;
}

.top-fv__mugikomachi-chan-text {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 116%;
	text-align: center;
}

.top-fv__copy {
	margin-bottom: 4.25rem;
}

.top-fv__copy-img-1 {
	margin-left: auto;
	margin-right: auto;
	width: 20.3125rem;
}

.top-fv__copy-img-1 img {
	-o-object-fit: cover;
	aspect-ratio: 325/243;
	object-fit: cover;
}

.top-lp__list {
	display: grid;
}

.top-lp__item {
	width: 10.5rem;
}

.top-lp__item img {
	-o-object-fit: cover;
	aspect-ratio: 276/350;
	object-fit: cover;
}

.autumn {
	background-color: #fff;
}

.autumn--layout {
	padding-top: 2.5rem;
}

.autumn__tabs {
	grid-gap: 0.3125rem;
	align-items: end;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: repeat(2, 1fr);
}

.autumn__tab {
	align-items: center;
	border-top-left-radius: 0.9375rem;
	border-top-right-radius: 0.9375rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	height: 3.5625rem;
	justify-content: center;
	line-height: 120%;
	opacity: 0.5;
	padding-top: 0.125rem;
	text-align: center;
}

.autumn__tab.-buy {
	background: #C04020;
	color: #fff;
}

.autumn__tab.-photo {
	background: #FDCC00;
	color: #40220F;
}

.autumn__tab.is-active {
	font-size: 1.5rem;
	height: 4.6875rem;
	opacity: 1;
	padding-top: 0.3125rem;
}

.autumn__line {
	height: 0.3125rem;
}

.autumn__line.-buy {
	background-color: #C04020;
}

.autumn__line.-photo {
	background-color: #FDCC00;
}

.autumn__contents {
	background-color: #FAF9F7;
}

.autumn__content {
	background-position: top left, top right;
	background-repeat: no-repeat;
	display: none;
}

.autumn__content.is-active {
	display: block;
}

.autumn__content[data-tab=buy] {
	background-image: url("../img/autumn/buy/sp/bg-left.webp"), url("../img/autumn/buy/sp/bg-right.webp");
	background-size: 10.8125rem 181.6875rem, 4.125rem 181.6875rem;
}

.autumn__content[data-tab=photo] {
	background-image: url("../img/autumn/photo/sp/bg-left.webp"), url("../img/autumn/photo/sp/bg-right.webp");
	background-size: 10.8125rem 79.8125rem, 4.125rem 79.8125rem;
}

.autumn__banner {
	padding-bottom: 0.8125rem;
}

.autumn__banner.-buy {
	background-color: #F7F1E3;
}

.autumn__banner.-photo {
	background-color: #F2F7E3;
}

.autumn__banner-link img {
	-o-object-fit: cover;
	aspect-ratio: 325/262;
	object-fit: cover;
}

/* =========================================== */

/*                   fv                    */

/* =========================================== */

.buy-fv--layout {
	padding-bottom: 0.375rem;
	padding-top: 2rem;
}

.buy-fv__inner {
	position: relative;
}

.buy-fv__copy-img {
	width: 21.4375rem;
}

.buy-fv__copy-img img {
	-o-object-fit: cover;
	aspect-ratio: 343/345;
	object-fit: cover;
}

/* =========================================== */

/*                   recipe                    */

/* =========================================== */

.buy-recipe--layout {
	margin-bottom: 2.5rem;
}

.buy-recipe__title-hr {
	margin-bottom: 0.75rem;
}

.buy-recipe__heading {
	color: #C04020;
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.625rem;
}

.buy-recipe__heading span {
	font-size: 2.5rem;
	font-style: italic;
	letter-spacing: 0.1em;
}

.buy-recipe__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.buy-recipe__item:first-child .buy-recipe__item-wrap {
	gap: 0.1875rem;
}

.buy-recipe__item a {
	display: inline-block;
	position: relative;
}

.buy-recipe__item a::before {
	background-image: url("../img/common/check.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 5.375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 5.5rem;
	z-index: 1;
}

.buy-recipe__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/268;
	object-fit: cover;
}

.buy-recipe__item-wrap {
	align-items: center;
	background-color: #DFAE65;
	display: inline-flex;
	flex-direction: column;
	gap: 0.5rem;
	height: 3.625rem;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.buy-recipe__item-wrap::before,
.buy-recipe__item-wrap::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.25rem;
	position: absolute;
	top: 0.6875rem;
	width: 1.25rem;
}

.buy-recipe__item-wrap::before {
	background-image: url("../img/common/fork.webp");
	left: 0.5625rem;
}

.buy-recipe__item-wrap::after {
	background-image: url("../img/common/knife.webp");
	right: 0.5rem;
}

.buy-recipe__item-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* =========================================== */

/*                   campaign                    */

/* =========================================== */

.buy-campaign {
	overflow: hidden;
}

.buy-campaign--layout {
	padding-bottom: 0.625rem;
}

.buy-campaign__text-img {
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 12.53125rem;
}

.buy-campaign__text-img img {
	-o-object-fit: cover;
	aspect-ratio: 200.5/39;
	object-fit: cover;
}

.buy-campaign__container {
	padding-bottom: 2.0625rem;
	padding-top: 2.125rem;
	position: relative;
	z-index: 1;
}

.buy-campaign__container::before {
	background-image: url("../img/autumn/buy/sp/capmaign-container-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 19.125rem;
	left: 49%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 21.625rem;
	z-index: -1;
}

.buy-campaign__heading-img {
	margin-bottom: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	width: 19.25rem;
}

.buy-campaign__heading-img img {
	-o-object-fit: cover;
	aspect-ratio: 308/45;
	object-fit: cover;
}

.buy-campaign__list {
	grid-gap: 0.375rem;
	background-color: #fff;
	border: 0.125rem solid transparent;
	border-radius: 1.5625rem;
	display: grid;
	gap: 0.375rem;
	padding: 1.125rem 0.8125rem 0.9375rem;
	position: relative;
}

.buy-campaign__list::before {
	background-image: url("../img/autumn/buy/sp/campaign-border.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20.3125rem;
}

.buy-campaign__item {
	grid-gap: 0.375rem;
	display: grid;
	gap: 0.375rem;
}

.buy-campaign__item:first-child .buy-campaign__item-heading {
	background-color: #40220F;
	color: #fff;
}

.buy-campaign__item:last-child .buy-campaign__item-heading {
	border: 0.125rem solid currentColor;
	color: #40220F;
}

.buy-campaign__item-heading {
	align-items: center;
	border-radius: 62.4375rem;
	display: flex;
	font-size: 0.75rem;
	font-weight: 600;
	height: 1.5625rem;
	justify-content: center;
	letter-spacing: 0.2em;
	width: 6.875rem;
}

.buy-campaign__item-text {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 179%;
}

.buy-campaign__mugikomachi-chan {
	position: absolute;
	right: 0.3125rem;
	top: 4.8125rem;
}

.buy-campaign__mugikomachi-chan-img {
	width: 5rem;
}

.buy-campaign__mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 112/143;
	object-fit: cover;
}

.buy-campaign__mugikomachi-chan-text {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 116%;
	text-align: center;
}

/* =========================================== */

/*                   present                    */

/* =========================================== */

.buy-present--layout {
	margin-bottom: 1.25rem;
	padding-bottom: 1.3125rem;
}

.buy-present__title-hr {
	margin-bottom: 1.3125rem;
}

.buy-present__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
}

.buy-present__item {
	text-align: center;
}

.buy-present__item.-course-1 .buy-present__item-container {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
}

.buy-present__item.-course-1 .buy-present__item-gift:first-child .buy-present__item-gift-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/198;
	object-fit: cover;
}

.buy-present__item.-course-1 .buy-present__item-gift:last-child .buy-present__item-gift-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/300;
	object-fit: cover;
}

.buy-present__item.-course-2 .buy-present__item-gift-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/189;
	object-fit: cover;
}

.buy-present__item-heading {
	color: #E60012;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0.25rem;
	position: relative;
	z-index: 1;
}

.buy-present__item-heading::before {
	background-image: url("../img/autumn/buy/present-heading-line.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.buy-present__item-gift {
	grid-gap: 0.125rem;
	display: grid;
	gap: 0.125rem;
}

.buy-present__item-gift-title {
	color: #40220F;
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 124%;
}

.buy-present__item-gift-img {
	margin-left: auto;
	margin-right: auto;
}

/* =========================================== */

/*                   flow                    */

/* =========================================== */

.buy-flow {
	background-color: #FAF9F7;
}

.buy-flow--layout {
	padding-bottom: 2.3125rem;
}

.buy-flow__heading {
	grid-gap: 0.25rem;
	align-items: center;
	color: #40220F;
	display: grid;
	gap: 0.25rem;
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 1.25rem;
	position: relative;
}

.buy-flow__heading::before,
.buy-flow__heading::after {
	background-color: currentColor;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	content: "";
	display: block;
	height: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.buy-flow__heading::before {
	left: 0;
}

.buy-flow__heading::after {
	right: 0;
}

.buy-flow__heading-border {
	background-color: currentColor;
	border-radius: 0.125rem;
	display: block;
	height: 0.125rem;
	width: 100%;
}

.buy-flow__heading-text {
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 120%;
}

.buy-flow__list {
	grid-gap: 4.125rem;
	display: grid;
	gap: 4.125rem;
	margin-bottom: 1.25rem;
}

.buy-flow__item {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	text-align: center;
}

.buy-flow__item:not(:last-child) .buy-flow__item-img::after {
	display: none;
}

.buy-flow__item.-step-2 .buy-flow__item-img::before {
	background-image: url("../img/autumn/buy/flow-item-require.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 6.5625rem;
	position: absolute;
	right: -1.875rem;
	top: -0.625rem;
	width: 6.25rem;
}

.buy-flow__item.-step-2 .buy-flow__item-note {
	color: #E60012;
	font-size: 1rem;
	font-weight: 700;
}

.buy-flow__item-img {
	position: relative;
}

.buy-flow__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 250/250;
	object-fit: cover;
}

.buy-flow__item-title {
	align-self: center;
}

.buy-flow__item-title-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 125%;
}

.buy-flow__item-buttons {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
}

.buy-flow__item-button a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #C04020;
	border-radius: 62.4375rem;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: 2.1875rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.buy-flow__item-button a::after {
	-webkit-mask-image: url("../img/common/icon-arrow-right-1.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #C04020;
	content: "";
	display: inline-block;
	height: 1.25rem;
	mask-image: url("../img/common/icon-arrow-right-1.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3125rem;
}

.buy-flow__item-note {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 1rem;
}

/* =========================================== */

/*                   info                    */

/* =========================================== */

.buy-info {
	background: linear-gradient(180deg, rgba(250, 249, 247, 0.623529) 0%, #F7F1E3 20%, #F7F1E3 100%), #FAF9F7;
	overflow: hidden;
}

.buy-info--layout {
	padding-bottom: 3.125rem;
	padding-top: 1.25rem;
}

.buy-info__target {
	margin-bottom: 3.125rem;
	position: relative;
}

.buy-info__target-heading {
	color: #40220F;
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1.6875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.buy-info__target-heading::before {
	background-image: url("../img/autumn/sp/info-target-heading-line.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 2.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.buy-info__target-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/203;
	object-fit: cover;
}

.buy-info__target-mugikomachi-chan {
	bottom: -2.625rem;
	position: absolute;
	right: -0.5625rem;
}

.buy-info__target-mugikomachi-chan-img {
	width: 5.8125rem;
}

.buy-info__target-mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 143/180;
	object-fit: cover;
}

.buy-info__target-mugikomachi-chan-text {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 116%;
	text-align: center;
}

.buy-info__require {
	background-color: #F3CB33;
	border: 0.125rem solid #40220F;
	border-radius: 0.9375rem;
	font-family: "Noto Serif", serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 3.375rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	position: relative;
	text-align: center;
}

.buy-info__require::before {
	background-image: url("../img/autumn/buy/info-require-1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.875rem;
	left: 0.125rem;
	position: absolute;
	top: 0.6875rem;
	width: 1.6875rem;
}

.buy-info__require::after {
	background-image: url("../img/autumn/buy/info-require-2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.875rem;
	position: absolute;
	right: 0.125rem;
	top: 0.75rem;
	width: 1.9375rem;
}

.buy-info__list {
	grid-gap: 1.4375rem;
	display: grid;
	gap: 1.4375rem;
}

.buy-info__item {
	border-radius: 0.625rem;
	overflow: hidden;
}

.buy-info__item-heading {
	align-items: center;
	background-color: #C04020;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	height: 1.875rem;
	justify-content: center;
	letter-spacing: 0.15em;
}

.buy-info__item-body {
	background-color: #fff;
	height: 23.5rem;
	overflow: auto;
	padding: 0.4375rem 0.9375rem 0;
}

.buy-info__areas {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	padding-bottom: 0.75rem;
}

.buy-info__area-prefecture {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 130%;
}

.buy-info__area-shops {
	grid-gap: 0.25rem;
	display: grid;
	gap: 0.25rem;
}

.buy-info__area-shop-name {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 130%;
	margin-bottom: 0.0625rem;
}

.buy-info__area-branches {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 130%;
}

.buy-info__item-text {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 120%;
	padding-bottom: 0.75rem;
}

/* =========================================== */

/*                   apply                    */

/* =========================================== */

.buy-apply {
	background-color: #F0E080;
}

.buy-apply--layout {
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.buy-apply__heading {
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

.buy-apply__require {
	font-family: "Noto Serif", serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0.5rem;
	text-align: center;
}

.buy-apply__container {
	background-color: #fff;
	border-radius: 0.9375rem;
	padding: 0.3125rem 0.75rem 0.9375rem;
}

/* =========================================== */

/*                   fv                    */

/* =========================================== */

.photo-fv--layout {
	padding-bottom: 0.625rem;
	padding-top: 2rem;
}

.photo-fv__inner {
	position: relative;
}

.photo-fv__copy-img {
	width: 100%;
}

.photo-fv__copy-img img {
	-o-object-fit: cover;
	aspect-ratio: 375/345;
	object-fit: cover;
}

/* =========================================== */

/*                   campaign                    */

/* =========================================== */

.photo-campaign {
	overflow: hidden;
}

.photo-campaign--layout {
	padding-bottom: 0.625rem;
}

.photo-campaign__container {
	margin-right: 0.375rem;
	padding-bottom: 2.0625rem;
	padding-top: 2.125rem;
	position: relative;
	z-index: 1;
}

.photo-campaign__container::before {
	background-image: url("../img/autumn/photo/sp/capmaign-container-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 21.1875rem;
	z-index: -1;
}

.photo-campaign__heading-img {
	margin-bottom: 0.125rem;
	margin-left: auto;
	margin-right: auto;
	width: 16.75rem;
}

.photo-campaign__heading-img img {
	-o-object-fit: cover;
	aspect-ratio: 268/42;
	object-fit: cover;
}

.photo-campaign__list {
	grid-gap: 0.375rem;
	background-color: #fff;
	border: 0.125rem solid transparent;
	border-radius: 1.5625rem;
	display: grid;
	gap: 0.375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 17.9375rem;
	padding: 2.125rem 0.8125rem 1.875rem;
	position: relative;
}

.photo-campaign__list::before {
	background-image: url("../img/autumn/photo/sp/campaign-border.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.photo-campaign__item {
	grid-gap: 0.375rem;
	display: grid;
	gap: 0.375rem;
}

.photo-campaign__item:first-child .photo-campaign__item-heading {
	background-color: #40220F;
	color: #fff;
}

.photo-campaign__item:last-child .photo-campaign__item-heading {
	border: 0.125rem solid currentColor;
	color: #40220F;
}

.photo-campaign__item-heading {
	align-items: center;
	border-radius: 62.4375rem;
	display: flex;
	font-size: 0.75rem;
	font-weight: 600;
	height: 1.5625rem;
	justify-content: center;
	letter-spacing: 0.2em;
	width: 6.875rem;
}

.photo-campaign__item-text {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 179%;
}

.photo-campaign__mugikomachi-chan {
	bottom: 1.375rem;
	position: absolute;
	right: 3.375rem;
}

.photo-campaign__mugikomachi-chan-img {
	width: 5rem;
}

.photo-campaign__mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 112/143;
	object-fit: cover;
}

.photo-campaign__mugikomachi-chan-text {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 116%;
	text-align: center;
}

/* =========================================== */

/*                   present                    */

/* =========================================== */

.photo-present--layout {
	margin-bottom: 1.25rem;
	padding-bottom: 1.3125rem;
}

.photo-present__inner {
	text-align: center;
}

.photo-present__title-hr {
	margin-bottom: 1.3125rem;
}

.photo-present__heading {
	color: #E60012;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 120%;
	margin-bottom: 0.3125rem;
	position: relative;
	z-index: 1;
}

.photo-present__heading::before {
	background-image: url("../img/autumn/photo/present-heading-line.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.125rem;
	content: "";
	display: inline-block;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.photo-present__course {
	margin-bottom: 1rem;
}

.photo-present__course-title {
	color: #40220F;
	font-family: "Noto Serif", serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 124%;
	margin-bottom: 0.4375rem;
}

.photo-present__course-img {
	border-radius: 0.9375rem;
	overflow: hidden;
}

.photo-present__course-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/199;
	object-fit: cover;
}

.photo-present__probability {
	background-color: #fff;
	border-radius: 0.9375rem;
	outline: 0.125rem solid #FDCC00;
	overflow: hidden;
}

.photo-present__probability-title {
	background-color: #FDCC00;
	color: #40220F;
	font-family: "Noto Serif", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.photo-present__probability-wrap {
	padding-top: 0.75rem;
}

.photo-present__probability-img {
	margin-bottom: -0.4375rem;
	margin-left: auto;
	margin-right: auto;
	width: 12.0625rem;
}

.photo-present__probability-img img {
	-o-object-fit: cover;
	aspect-ratio: 193/100;
	object-fit: cover;
}

.photo-present__probability-mugikomachi-chan {
	margin-bottom: -2.3125rem;
}

.photo-present__probability-mugikomachi-chan-img {
	margin-left: auto;
	margin-right: auto;
	width: 7rem;
}

.photo-present__probability-mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 143/180;
	object-fit: cover;
}

.photo-present__probability-mugikomachi-chan-text {
	display: none;
}

/* =========================================== */

/*                   flow                    */

/* =========================================== */

.photo-flow {
	background-color: #FAF9F7;
}

.photo-flow--layout {
	padding-bottom: 2.3125rem;
}

.photo-flow__heading {
	grid-gap: 0.25rem;
	align-items: center;
	color: #40220F;
	display: grid;
	gap: 0.25rem;
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 1.25rem;
	position: relative;
}

.photo-flow__heading::before,
.photo-flow__heading::after {
	background-color: currentColor;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	content: "";
	display: block;
	height: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.photo-flow__heading::before {
	left: 0;
}

.photo-flow__heading::after {
	right: 0;
}

.photo-flow__heading-border {
	background-color: currentColor;
	border-radius: 0.125rem;
	display: block;
	height: 0.125rem;
	width: 100%;
}

.photo-flow__heading-text {
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 120%;
}

.photo-flow__list {
	grid-gap: 4.125rem;
	display: grid;
	gap: 4.125rem;
	margin-bottom: 3.75rem;
}

.photo-flow__item {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	text-align: center;
}

.photo-flow__item:not(:last-child) .photo-flow__item-img::after {
	display: none;
}

.photo-flow__item.-step-1 .photo-flow__item-button a {
	background-color: #FDCC00;
	border-color: currentColor;
	color: #40220F;
}

.photo-flow__item.-step-1 .photo-flow__item-button a::after {
	background-color: currentColor;
}

.photo-flow__item-img {
	position: relative;
}

.photo-flow__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 250/250;
	object-fit: cover;
}

.photo-flow__item-title {
	align-self: center;
}

.photo-flow__item-title-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 130%;
	vertical-align: bottom;
}

.photo-flow__item-title-text span {
	color: #E60012;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 120%;
}

.photo-flow__item-buttons {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
}

.photo-flow__item-button a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #FDCC00;
	border-radius: 62.4375rem;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: 2.1875rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.photo-flow__item-button a::after {
	-webkit-mask-image: url("../img/common/icon-arrow-right-1.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #FDCC00;
	content: "";
	display: inline-block;
	height: 1.25rem;
	mask-image: url("../img/common/icon-arrow-right-1.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3125rem;
}

.photo-flow__item-note {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 1rem;
}

.flow__frame {
	text-align: center;
}

.flow__frame-heading {
	display: inline-flex;
	font-family: "Noto Serif", serif;
	font-size: 1.1875rem;
	gap: 0.25rem;
	letter-spacing: 0.05em;
	line-height: 120%;
	margin-bottom: 0.625rem;
}

.flow__frame-heading b {
	color: #FDCC00;
	margin-left: 0.125rem;
}

.flow__frame-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-bottom: 1.875rem;
}

.flow__frame-item {
	grid-gap: 1.25rem;
	background-color: #fff;
	border-radius: 0.9375rem;
	display: grid;
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
	gap: 1.25rem;
	outline: 0.125rem solid #FDCC00;
	padding: 1.25rem;
}

.flow__frame-item-img {
	margin-left: auto;
	margin-right: auto;
}

.flow__frame-item-img img {
	-o-object-fit: cover;
	aspect-ratio: 280/280;
	object-fit: cover;
}

.flow__frame-item-qr {
	margin-left: auto;
	margin-right: auto;
}

.flow__frame-item-qr img {
	-o-object-fit: cover;
	aspect-ratio: 216/216;
	object-fit: cover;
}

.flow__frame-item-button a {
	align-items: center;
	background-color: #FDCC00;
	border-radius: 62.4375rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.flow__frame-item-button a::after {
	-webkit-mask-image: url("../img/common/icon-arrow-right-1.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 1.25rem;
	mask-image: url("../img/common/icon-arrow-right-1.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.875rem;
	top: 48%;
	transform: translateY(-50%);
	width: 1.3125rem;
}

.flow__hashtag {
	background-color: #fff;
	border-radius: 0.9375rem;
	margin-bottom: 2.125rem;
	margin-left: auto;
	margin-right: auto;
	outline: 0.125rem solid #FDCC00;
	padding-bottom: 2.8125rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.flow__hashtag::before,
.flow__hashtag::after {
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 5rem;
	position: absolute;
	top: 3.25rem;
	width: 1.875rem;
}

.flow__hashtag::before {
	background-image: url("../img/autumn/photo/sp/flow-hashtag-img-1.svg");
	left: 0;
}

.flow__hashtag::after {
	background-image: url("../img/autumn/photo/sp/flow-hashtag-img-2.svg");
	right: 0;
}

.flow__hashtag-heading {
	align-items: center;
	background-color: #FDCC00;
	border-radius: 62.4375rem;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.5rem;
	height: 2.5rem;
	justify-content: center;
	margin-bottom: 2.1875rem;
	width: 100%;
}

.flow__hashtag-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: center;
	color: #1495FF;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 0.125rem;
	position: relative;
	transition: opacity 0.2s ease;
	user-select: none;
}

.flow__hashtag-text:hover {
	opacity: 0.8;
}

.flow__hashtag-text::before {
	-webkit-mask-image: url("../img/common/icon-clipbord.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 1.125rem;
	mask-image: url("../img/common/icon-clipbord.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.125rem;
}

.flow__hashtag-copy-tooltip {
	animation: tooltipFadeIn 0.3s ease-out;
	background-color: #40220F;
	border-radius: 0.375rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 0.625rem;
	font-weight: bold;
	padding: 0.375rem 0.5rem;
	white-space: nowrap;
}

.flow__hashtag-copy-tooltip::after {
	border: 0.375rem solid transparent;
	border-top-color: #40220F;
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

/* =========================================== */

/*                   info                    */

/* =========================================== */

.photo-info {
	background: linear-gradient(180deg, rgba(250, 249, 247, 0.623529) 0%, #F2F7E3 20%, #F2F7E3 100%), #FAF9F7;
	overflow: hidden;
}

.photo-info--layout {
	padding-bottom: 3.125rem;
	padding-top: 1.25rem;
}

.photo-info__target {
	margin-bottom: 3.875rem;
	position: relative;
}

.photo-info__target-heading {
	color: #40220F;
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1.6875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.photo-info__target-heading::before {
	background-image: url("../img/autumn/sp/info-target-heading-line.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 2.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.photo-info__target-img img {
	-o-object-fit: cover;
	aspect-ratio: 325/203;
	object-fit: cover;
}

.photo-info__target-mugikomachi-chan {
	bottom: -2.625rem;
	position: absolute;
	right: -0.5625rem;
}

.photo-info__target-mugikomachi-chan-img {
	width: 5.8125rem;
}

.photo-info__target-mugikomachi-chan-img img {
	-o-object-fit: cover;
	aspect-ratio: 143/180;
	object-fit: cover;
}

.photo-info__target-mugikomachi-chan-text {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 116%;
	text-align: center;
}

.photo-info__list {
	grid-gap: 1.4375rem;
	display: grid;
	gap: 1.4375rem;
}

.photo-info__item {
	border-radius: 0.625rem;
	overflow: hidden;
}

.photo-info__item-heading {
	align-items: center;
	background-color: #FDCC00;
	color: #40220F;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	height: 1.875rem;
	justify-content: center;
	letter-spacing: 0.15em;
}

.photo-info__item-body {
	background-color: #fff;
	height: 23.5rem;
	overflow: auto;
	padding: 0.4375rem 0.9375rem 0;
}

.photo-info__item-text {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 120%;
	padding-bottom: 0.75rem;
}

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

a:hover,
button:hover {
	opacity: 0.8;
}

.btn-official a:hover {
	background-color: #faec8e;
	opacity: 1;
}

.c-btn.-default a:hover,
.c-btn.-default-buy a:hover {
	background-color: #8d9e12;
	opacity: 1;
}

.c-btn.-border a:hover {
	background-color: #f8f0dc;
	color: #d5903a;
	opacity: 1;
}

.form__submit-button:hover {
	background-color: #f8f0dc;
	color: #d5903a;
}

.validation-modal__button.-back:hover {
	background-color: #f8f0dc;
}

.validation-modal__button.-submit:hover {
	background-color: #f8f0dc;
	color: #d5903a;
}

.summer-flow__item-button a:hover {
	background-color: #e3f6e2;
	opacity: 1;
}

.thanks__button a:hover {
	background-color: #d5903a;
	opacity: 1;
}

.buy-flow__item-button a:hover {
	background-color: #fbe9d9;
	opacity: 1;
}

.photo-flow__item.-step-1 .photo-flow__item-button a:hover {
	background-color: #faec8e;
}

.photo-flow__item-button a:hover {
	background-color: #fffee7;
	opacity: 1;
}

.flow__frame-item-button a:hover {
	background-color: #faec8e;
	opacity: 1;
}

}

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

.pc-only {
	display: block;
}

.pc-only-inline {
	display: inline-block;
}

.sp-only {
	display: none;
}

html {
	font-size: 1.8181818182vw;
}

body.fixed {
	position: static;
	position: initial;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:not([href]):hover {
	opacity: 1;
}

.anime-zoom__img img {
	transition: 0.8s all;
}

.btn-official a {
	max-width: 37.5rem;
}

.btn-official a::after {
	-webkit-mask-image: url("../img/common/icon-arrow-right-2.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1.875rem;
	mask-image: url("../img/common/icon-arrow-right-2.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 2.3125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8125rem;
}

.c-btn a {
	font-size: 1.5rem;
	height: 3.75rem;
	width: 25rem;
}

.c-btn.-default a,
.c-btn.-default-buy a {
	letter-spacing: 0.1em;
}

.c-btn.-default a::before,
.c-btn.-default-buy a::before {
	right: 1.125rem;
	top: 48%;
}

.c-title-hr {
	gap: 0.625rem;
}

.c-title-hr__text {
	font-size: 2.25rem;
}

.c-title-hr__border {
	margin-top: 0.5rem;
}

.flow-modal__content {
	max-width: 33.875rem;
}

.flow-modal__close {
	font-size: 4.5rem;
	left: calc(50% - min(49.5vw, -15rem));
	position: absolute;
	right: auto;
	right: initial;
	transform: translateX(-50%);
}

.footer__heading {
	font-size: 2rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.footer__contact {
	padding: 0.9375rem 1.5625rem;
}

.footer__contact-list {
	gap: 0.9375rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__contact-item {
	gap: 0.1875rem;
}

.footer__contact-item-text {
	font-size: 1.5rem;
}

.footer__contact-item-note {
	font-size: 1rem;
}

.footer_copy-right {
	gap: 0.875rem;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.footer_copy-right-logo {
	width: 12.5rem;
}

.footer_copy-right-text {
	font-size: 0.875rem;
}

.form__field {
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
}

.form__field.-group {
	margin-top: 0.5rem;
}

.form__field.-group,
.form__field:last-child {
	flex-wrap: wrap;
}

.form__name {
	justify-content: space-between;
	max-height: 3.125rem;
	min-width: 12.875rem;
}

.form__label {
	font-size: 1.25rem;
}

.form__data:not(.-group) {
	margin-left: auto;
	max-width: 34.375rem;
	width: 68.8%;
	width: 100%;
}

.form__data input,
.form__data select {
	font-size: 1.25rem;
	padding: 0.5rem;
}

.form__fieldset + .form__fieldset {
	margin-top: 1rem;
}

.form__legend {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

.form__subfield {
	font-size: 1.25rem;
	grid-template-columns: auto 5rem auto;
	justify-content: left;
	padding-left: 1.25rem;
}

.form__subfield + .form__subfield {
	margin-top: 0.75rem;
}

.form__sublabel {
	font-size: 1.25rem;
	margin-right: 1.25rem;
	min-width: 20.3125rem;
}

.form__note {
	font-size: 1rem;
	margin-top: 0.25rem;
}

.form__submit {
	margin-top: 1.5rem;
	text-align: center;
}

.form__submit-button {
	font-size: 1.5rem;
	height: 5rem;
	max-width: 25rem;
	transition: 0.3s;
}

.validation-modal__content {
	max-width: 55rem;
	width: 100%;
}

.validation-modal__img {
	margin-bottom: 0.625rem;
	width: 6.25rem;
}

.validation-modal__title {
	font-size: 1.5rem;
	margin-bottom: 0.625rem;
}

.validation-modal__text {
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
}

.validation-modal__buttons {
	gap: 3.75rem;
}

.validation-modal__button {
	font-size: 1.5rem;
	height: 3.75rem;
	width: 14.375rem;
}

.header__inner {
	max-width: 87.5rem;
}

.header__logo-link {
	align-items: center;
	padding-bottom: 0;
	padding-top: 0.25rem;
	width: 15.125rem;
}

.header__logo-link:hover {
	opacity: 1;
}

.header__logo-link img {
	height: 100%;
}

.inner {
	max-width: 940px;
	padding-left: 30px;
	padding-right: 30px;
}

.inner-expand {
	max-width: 1460px;
	padding-left: 30px;
	padding-right: 30px;
}

.recipe-modal__close {
	font-size: 4.5rem;
	left: calc(50% - min(49.5vw, -24.5rem));
	position: absolute;
	right: auto;
	right: initial;
	top: 1.4375rem;
	transform: translateX(-50%);
}

.recipe-modal__content {
	padding: 1.25rem;
}

.recipe-modal__button {
	margin-top: -5.625rem;
}

.summer-fv {
	background-image: url("../img/summer/bg-img-1.webp");
	background-size: cover;
}

.summer-fv--layout {
	padding-bottom: 4.4375rem;
	padding-top: 6.0625rem;
}

.summer-fv__fukidashi-img {
	display: block;
	position: absolute;
	right: calc(50% - min(47.5vw, 47.5rem));
	top: -3rem;
	width: 26.25rem;
}

.summer-fv__copy-img {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.summer-fv__copy-img img {
	aspect-ratio: 880/557;
}

.summer-fv__mugikomachi-chan {
	bottom: -4.4375rem;
	left: calc(50% - min(48.2vw, 35rem));
}

.summer-fv__mugikomachi-chan-img {
	width: 10rem;
}

.summer-fv__mugikomachi-chan-text {
	font-size: 0.625rem;
	font-weight: 600;
}

.summer-recipe {
	background-image: url("../img/summer/bg-img-2.webp");
	background-size: cover;
}

.summer-recipe--layout {
	margin-bottom: 4.875rem;
}

.summer-recipe__title-hr {
	margin-bottom: 2rem;
}

.summer-recipe__heading {
	font-size: 2.25rem;
	margin-bottom: 1.0625rem;
}

.summer-recipe__heading span {
	font-size: 4rem;
}

.summer-recipe__list {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.summer-recipe__item {
	max-width: 25rem;
}

.summer-recipe__item a::before {
	height: 27%;
	width: 27%;
}

.summer-recipe__item-img img {
	aspect-ratio: 400/330;
}

.summer-recipe__item-wrap {
	height: 4.375rem;
}

.summer-recipe__item-wrap::before,
.summer-recipe__item-wrap::after {
	height: 2.6875rem;
	top: 1.125rem;
	width: 1.5rem;
}

.summer-recipe__item-wrap::before {
	left: 0.1875rem;
}

.summer-recipe__item-wrap::after {
	right: 0.1875rem;
}

.summer-recipe__item-title {
	font-size: 1.1875rem;
}

.summer-campaign {
	background-image: url("../img/summer/bg-img-3.webp");
	background-size: cover;
}

.summer-campaign--layout {
	padding-bottom: 2.5rem;
}

.summer-campaign__text-img {
	margin-bottom: 1.625rem;
	width: 26.96875rem;
}

.summer-campaign__text-img img {
	aspect-ratio: 431.5/94;
}

.summer-campaign__container {
	padding-bottom: 2.75rem;
	padding-top: 4.0625rem;
}

.summer-campaign__container::before {
	background-image: url("../img/summer/capmaign-container-bg.webp");
	height: 27.0625rem;
	left: 50%;
	width: 57.75rem;
}

.summer-campaign__heading-img {
	margin-bottom: 0.625rem;
	width: 51.125rem;
}

.summer-campaign__heading-img img {
	aspect-ratio: 818/120;
}

.summer-campaign__list {
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	padding: 1.875rem 5.3125rem 1.9375rem;
}

.summer-campaign__list::before {
	background-image: url("../img/summer/campaign-border.webp");
	height: 11.875rem;
	width: 43.75rem;
}

.summer-campaign__item {
	gap: 0.625rem;
	grid-template-columns: auto 1fr;
}

.summer-campaign__item-heading {
	font-size: 1rem;
	height: 2.1875rem;
	width: 7.5rem;
}

.summer-campaign__item-text {
	font-size: 1.25rem;
	line-height: 175%;
}

.summer-campaign__mugikomachi-chan {
	bottom: -0.625rem;
	right: 0;
	top: auto;
	top: initial;
}

.summer-campaign__mugikomachi-chan-img {
	margin-left: auto;
	margin-right: 1.1875rem;
	width: 7rem;
}

.summer-present {
	background-image: url("../img/summer/bg-img-4.webp");
	background-size: cover;
}

.summer-present--layout {
	margin-bottom: 1.875rem;
	padding-bottom: 2.4375rem;
}

.summer-present__title-hr {
	margin-bottom: 1.8125rem;
}

.summer-present__list {
	gap: 0;
}

.summer-present__item.-course-1 .summer-present__item-container {
	align-items: start;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.summer-present__item.-course-1 .summer-present__item-gift:first-child .summer-present__item-gift-img img {
	aspect-ratio: 425/313;
}

.summer-present__item.-course-1 .summer-present__item-gift:last-child {
	margin-top: 3.625rem;
}

.summer-present__item.-course-1 .summer-present__item-gift:last-child .summer-present__item-gift-img img {
	aspect-ratio: 425/416;
}

.summer-present__item.-course-2 {
	margin-top: -0.8125rem;
}

.summer-present__item.-course-2 .summer-present__item-gift-img img {
	aspect-ratio: 634/339;
}

.summer-present__item-heading {
	font-size: 1.5rem;
	margin-bottom: 1.4375rem;
}

.summer-present__item-gift {
	gap: 0.5625rem;
}

.summer-present__item-gift-title {
	font-size: 1.75rem;
}

.summer-present__item-gift-img {
	max-width: 39.625rem;
}

.summer-flow--layout {
	margin-bottom: 1.875rem;
}

.summer-flow__heading {
	gap: 0.5625rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 55rem;
}

.summer-flow__heading-text {
	font-size: 2rem;
}

.summer-flow__list {
	gap: 2.0625rem;
	grid-template-columns: repeat(4, 1fr);
	justify-content: space-between;
}

.summer-flow__item {
	grid-row: span 3;
	grid-template-rows: subgrid;
	max-width: 18.75rem;
}

.summer-flow__item:not(:last-child) .summer-flow__item-img::after {
	background-color: #3D9638;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 1.4375rem;
	position: absolute;
	right: -1.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.summer-flow__item-img img {
	aspect-ratio: 300/300;
}

.summer-flow__item-button a {
	font-size: 0.875rem;
	height: 3.125rem;
}

.summer-flow__item-button a::after {
	height: 1.125rem;
	right: 0.4375rem;
	width: 1.0625rem;
}

.summer-info--layout {
	padding-bottom: 1.75rem;
	padding-top: 1.875rem;
}

.summer-info__target {
	margin-bottom: 5.6875rem;
}

.summer-info__target-heading {
	font-size: 2.25rem;
	margin-bottom: 2rem;
}

.summer-info__target-heading::before {
	background-image: url("../img/summer/info-target-heading-line.webp");
	bottom: -0.5rem;
	height: 1.375rem;
}

.summer-info__target-img {
	max-width: 46.0625rem;
	width: 80%;
}

.summer-info__target-img img {
	aspect-ratio: 737/184;
}

.summer-info__target-mugikomachi-chan {
	bottom: -2.125rem;
	right: -0.1875rem;
}

.summer-info__target-mugikomachi-chan-img {
	margin-left: auto;
	width: 8.9375rem;
}

.summer-info__list {
	gap: 2.5rem;
}

.summer-info__item-heading {
	font-size: 1.4375rem;
	height: 3rem;
}

.summer-info__item-body {
	height: 22.375rem;
}

.summer-info__area-prefecture {
	font-size: 1.125rem;
	margin-bottom: 0.3125rem;
}

.summer-info__area-shop-name {
	font-size: 0.875rem;
}

.summer-info__area-branches {
	font-size: 0.75rem;
}

.summer-info__item-text {
	font-size: 0.75rem;
}

.summer-apply {
	position: relative;
	z-index: 1;
}

.summer-apply:before,
.summer-apply:after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.summer-apply:before {
	background-image: url("../img/summer/apply-bg-left.webp");
	height: 65rem;
	left: calc(50% - min(49.5vw, 55.25rem));
	width: 21.375rem;
}

.summer-apply:after {
	background-image: url("../img/summer/apply-bg-right.webp");
	height: 59.5rem;
	right: calc(50% - min(49.5vw, 54.788rem));
	top: 53%;
	width: 24.0625rem;
}

.summer-apply--layout {
	padding-bottom: 1.5625rem;
	padding-top: 2.1875rem;
}

.summer-apply__heading {
	font-size: 2.25rem;
	margin-bottom: 1.4375rem;
}

.summer-apply__container {
	border-radius: 1.5625rem;
	padding: 1.875rem 3.5rem 1.875rem;
}

.thanks--layout {
	background-image: url("../img/common/bg-img-2.webp");
}

.thanks__inner {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.thanks__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 55rem;
	padding-bottom: 4.4375rem;
	padding-top: 6.125rem;
}

.thanks__img {
	width: 6.25rem;
}

.thanks__heading {
	font-size: 1.5rem;
}

.thanks__button {
	margin-top: 1.875rem;
}

.thanks__button a {
	font-size: 1.5rem;
	height: 3.75rem;
	letter-spacing: 0.1em;
	max-width: 31.25rem;
}

.top-fv {
	background-image: url("../img/common/bg-img-1.webp");
}

.top-fv--layout {
	padding-bottom: 5.6875rem;
	padding-top: 5.5625rem;
}

.top-fv__mugikomachi-chan {
	left: calc(50% - min(47.8vw, 40.6rem));
	right: auto;
	right: initial;
	top: 70%;
}

.top-fv__mugikomachi-chan-img {
	width: 10rem;
}

.top-fv__copy {
	margin-bottom: 3.1875rem;
}

.top-fv__copy-img-1 {
	width: 47.625rem;
}

.top-fv__copy-img-1 img {
	aspect-ratio: 762/484;
}

.top-lp__list {
	align-items: center;
	gap: 3.75rem;
	grid-template-columns: repeat(2, 16rem);
	justify-content: center;
}

.top-lp__item {
	width: 100%;
}

.autumn--layout {
	padding-top: 3.125rem;
}

.autumn__tabs {
	gap: 2.5rem;
}

.autumn__tab {
	flex-direction: row;
	font-size: 1.375rem;
	height: 4.0625rem;
	padding-top: 0.3125rem;
}

.autumn__tab.is-active {
	font-size: 2rem;
	height: 5.9375rem;
}

.autumn__content[data-tab=buy] {
	background-image: url("../img/autumn/buy/bg-left.webp"), url("../img/autumn/buy/bg-right.webp");
	background-repeat: repeat-y;
	background-size: 32% auto, 42% auto;
}

.autumn__content[data-tab=photo] {
	background-image: url("../img/autumn/photo/bg-left.webp"), url("../img/autumn/photo/bg-right.webp");
	background-repeat: repeat-y;
	background-size: 31.6% auto, 42% auto;
}

.autumn__banner {
	padding-bottom: 2.8125rem;
}

.autumn__banner-link img {
	aspect-ratio: 1400/150;
}

.buy-fv--layout {
	padding-bottom: 1.25rem;
	padding-top: 5.0625rem;
}

.buy-fv__inner {
	max-width: 1582px;
}

.buy-fv__copy-img {
	margin-left: auto;
	max-width: 81.8125rem;
	width: 100%;
}

.buy-fv__copy-img img {
	aspect-ratio: 1311/624;
}

.buy-recipe--layout {
	margin-bottom: 3.8125rem;
}

.buy-recipe__title-hr {
	margin-bottom: 2rem;
}

.buy-recipe__heading {
	font-size: 2.25rem;
	margin-bottom: 1.0625rem;
}

.buy-recipe__heading span {
	font-size: 4rem;
}

.buy-recipe__list {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.buy-recipe__item {
	max-width: 25rem;
}

.buy-recipe__item a::before {
	height: 27%;
	width: 27%;
}

.buy-recipe__item-img img {
	aspect-ratio: 400/330;
}

.buy-recipe__item-wrap {
	height: 4.375rem;
}

.buy-recipe__item-wrap::before,
.buy-recipe__item-wrap::after {
	height: 2.6875rem;
	top: 0.875rem;
	width: 1.5rem;
}

.buy-recipe__item-wrap::before {
	left: 0.1875rem;
}

.buy-recipe__item-wrap::after {
	right: 0.1875rem;
}

.buy-recipe__item-title {
	font-size: 1.1875rem;
}

.buy-campaign--layout {
	padding-bottom: 2.5rem;
}

.buy-campaign__text-img {
	margin-bottom: 2.0625rem;
	width: 25rem;
}

.buy-campaign__text-img img {
	aspect-ratio: 400/94;
}

.buy-campaign__container {
	padding-bottom: 2.75rem;
	padding-top: 4.0625rem;
}

.buy-campaign__container::before {
	background-image: url("../img/autumn/buy/capmaign-container-bg.webp");
	height: 27.0625rem;
	left: 50%;
	width: 57.75rem;
}

.buy-campaign__heading-img {
	margin-bottom: 0.625rem;
	width: 51.125rem;
}

.buy-campaign__heading-img img {
	aspect-ratio: 818/120;
}

.buy-campaign__list {
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	padding: 1.875rem 5.3125rem 1.9375rem;
}

.buy-campaign__list::before {
	background-image: url("../img/autumn/buy/campaign-border.webp");
	height: 11.875rem;
	width: 43.75rem;
}

.buy-campaign__item {
	gap: 0.625rem;
	grid-template-columns: auto 1fr;
}

.buy-campaign__item-heading {
	font-size: 1rem;
	height: 2.1875rem;
	width: 7.5rem;
}

.buy-campaign__item-text {
	font-size: 1.25rem;
	line-height: 175%;
}

.buy-campaign__mugikomachi-chan {
	bottom: -0.9375rem;
	right: 0;
	top: auto;
	top: initial;
}

.buy-campaign__mugikomachi-chan-img {
	margin-left: auto;
	margin-right: 1.1875rem;
	width: 7rem;
}

.buy-present--layout {
	margin-bottom: 1.875rem;
	padding-bottom: 2.4375rem;
}

.buy-present__title-hr {
	margin-bottom: 1.8125rem;
}

.buy-present__list {
	gap: 0.625rem;
}

.buy-present__item.-course-1 .buy-present__item-container {
	align-items: start;
	grid-template-columns: repeat(2, 1fr);
}

.buy-present__item.-course-1 .buy-present__item-gift:first-child .buy-present__item-gift-img img {
	aspect-ratio: 425/313;
}

.buy-present__item.-course-1 .buy-present__item-gift:last-child {
	margin-top: 3.625rem;
}

.buy-present__item.-course-1 .buy-present__item-gift:last-child .buy-present__item-gift-img img {
	aspect-ratio: 425/416;
}

.buy-present__item.-course-2 .buy-present__item-gift-img {
	max-width: 43.4375rem;
}

.buy-present__item.-course-2 .buy-present__item-gift-img img {
	aspect-ratio: 695/300;
}

.buy-present__item-heading {
	font-size: 1.5rem;
	margin-bottom: 1.4375rem;
}

.buy-present__item-gift {
	gap: 0.5625rem;
}

.buy-present__item-gift-title {
	font-size: 1.75rem;
	letter-spacing: 0.08em;
}

.buy-present__item-gift-img {
	max-width: 39.625rem;
}

.buy-flow--layout {
	padding-bottom: 1.875rem;
}

.buy-flow__heading {
	gap: 0.5625rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 55rem;
}

.buy-flow__heading-text {
	font-size: 2rem;
}

.buy-flow__list {
	gap: 2.0625rem;
	grid-template-columns: repeat(4, 1fr);
	justify-content: space-between;
	margin-bottom: 4.0625rem;
}

.buy-flow__item {
	grid-row: span 3;
	grid-template-rows: subgrid;
	max-width: 18.75rem;
}

.buy-flow__item:not(:last-child) .buy-flow__item-img::after {
	background-color: #C04020;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 1.4375rem;
	position: absolute;
	right: -1.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.buy-flow__item.-step-2 .buy-flow__item-img::before {
	height: 46.025%;
	right: -13.4%;
	top: -1.0625rem;
	width: 43.998%;
}

.buy-flow__item-img img {
	aspect-ratio: 300/300;
}

.buy-flow__item-button a {
	font-size: 0.875rem;
	height: 3.125rem;
}

.buy-flow__item-button a::after {
	height: 1.125rem;
	right: 0.4375rem;
	width: 1.0625rem;
}

.buy-info--layout {
	padding-bottom: 3.3125rem;
	padding-top: 1.875rem;
}

.buy-info__target {
	margin-bottom: 3.4375rem;
}

.buy-info__target-heading {
	font-size: 2.25rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-max-content;
	width: max-content;
}

.buy-info__target-heading::before {
	background-image: url("../img/autumn/info-target-heading-line.webp");
	bottom: -0.5rem;
	height: 1.375rem;
}

.buy-info__target-img {
	max-width: 46.0625rem;
	width: 80%;
}

.buy-info__target-img img {
	aspect-ratio: 737/184;
}

.buy-info__target-mugikomachi-chan {
	bottom: -2.125rem;
	right: -0.1875rem;
}

.buy-info__target-mugikomachi-chan-img {
	margin-left: auto;
	width: 8.9375rem;
}

.buy-info__require {
	font-size: 2rem;
	margin-bottom: 2.5rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.buy-info__require::before {
	height: 3.375rem;
	left: 0.5rem;
	top: 0.0625rem;
	width: 2rem;
}

.buy-info__require::after {
	height: 3.375rem;
	right: 0.375rem;
	top: 0.0625rem;
	width: 2.25rem;
}

.buy-info__list {
	gap: 2.5rem;
}

.buy-info__item-heading {
	font-size: 1.4375rem;
	height: 3rem;
}

.buy-info__item-body {
	height: 22.375rem;
}

.buy-info__area-prefecture {
	font-size: 1.125rem;
	margin-bottom: 0.3125rem;
}

.buy-info__area-shop-name {
	font-size: 0.875rem;
}

.buy-info__area-branches {
	font-size: 0.75rem;
}

.buy-info__item-text {
	font-size: 0.75rem;
}

.buy-apply {
	position: relative;
	z-index: 1;
}

.buy-apply:before,
.buy-apply:after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.buy-apply:before {
	background-image: url("../img/autumn/buy/apply-bg-left.webp");
	height: 65rem;
	left: calc(50% - min(49.5vw, 55.25rem));
	width: 21.375rem;
}

.buy-apply:after {
	background-image: url("../img/autumn/buy/apply-bg-right.webp");
	height: 59.5rem;
	right: calc(50% - min(49.5vw, 54.788rem));
	top: 53%;
	width: 24.0625rem;
}

.buy-apply--layout {
	padding-bottom: 1.5625rem;
	padding-top: 2.1875rem;
}

.buy-apply__heading {
	font-size: 2.25rem;
	margin-bottom: 0.25rem;
}

.buy-apply__require {
	font-size: 1.25rem;
	margin-bottom: 1.4375rem;
}

.buy-apply__container {
	border-radius: 1.5625rem;
	padding: 1.875rem 3.5rem 1.875rem;
}

.photo-fv--layout {
	padding-bottom: 3.125rem;
	padding-top: 5.0625rem;
}

.photo-fv__inner {
	max-width: 1582px;
}

.photo-fv__copy-img {
	margin-left: auto;
	max-width: 81.8125rem;
}

.photo-fv__copy-img img {
	aspect-ratio: 1352/624;
}

.photo-campaign--layout {
	margin-bottom: 1.875rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5625rem;
}

.photo-campaign__container {
	margin-right: 0;
	padding-bottom: 2.75rem;
	padding-top: 2.5rem;
}

.photo-campaign__container::before {
	background-image: url("../img/autumn/photo/capmaign-container-bg.webp");
	height: 28.4375rem;
	width: 56rem;
}

.photo-campaign__heading-img {
	margin-bottom: 1.5625rem;
	width: 45.6875rem;
}

.photo-campaign__heading-img img {
	aspect-ratio: 731/115;
}

.photo-campaign__list {
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	padding: 2.125rem 5.3125rem 2.25rem;
}

.photo-campaign__list::before {
	background-image: url("../img/autumn/photo/campaign-border.webp");
	height: 10rem;
	width: 43.75rem;
}

.photo-campaign__item {
	gap: 0.625rem;
	grid-template-columns: auto 1fr;
}

.photo-campaign__item-heading {
	font-size: 1rem;
	height: 2.1875rem;
	width: 7.5rem;
}

.photo-campaign__item-text {
	font-size: 1.25rem;
	line-height: 175%;
}

.photo-campaign__mugikomachi-chan {
	bottom: 0.75rem;
	right: 6rem;
}

.photo-campaign__mugikomachi-chan-img {
	margin-left: auto;
	margin-right: 1.1875rem;
	width: 7rem;
}

.photo-present--layout {
	margin-bottom: 1.875rem;
	padding-bottom: 2.4375rem;
}

.photo-present__title-hr {
	margin-bottom: 1.8125rem;
}

.photo-present__heading {
	font-size: 1.5rem;
}

.photo-present__heading::before {
	bottom: 0;
}

.photo-present__course {
	margin-bottom: 1.25rem;
}

.photo-present__course-title {
	font-size: 1.75rem;
	letter-spacing: 0.08em;
	margin-bottom: 1rem;
}

.photo-present__course-img {
	margin-left: auto;
	margin-right: auto;
	width: 30.625rem;
}

.photo-present__course-img img {
	aspect-ratio: 490/300;
}

.photo-present__probability {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.photo-present__probability-title {
	font-size: 1.5rem;
}

.photo-present__probability-wrap {
	grid-gap: 2.875rem;
	align-items: center;
	display: grid;
	gap: 2.875rem;
	grid-template-columns: auto 1fr;
	padding: 1.625rem 2.9375rem 1.375rem;
}

.photo-present__probability-img {
	margin-bottom: 0;
	order: 1;
	width: 13.3125rem;
}

.photo-present__probability-img img {
	aspect-ratio: 213/154;
}

.photo-present__probability-mugikomachi-chan {
	margin-bottom: 0;
}

.photo-present__probability-mugikomachi-chan-img {
	margin-bottom: 0.125rem;
}

.photo-present__probability-mugikomachi-chan-text {
	display: block;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 116%;
}

.photo-flow--layout {
	padding-bottom: 2.1875rem;
}

.photo-flow__heading {
	gap: 0.5625rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 55rem;
}

.photo-flow__heading-text {
	font-size: 2rem;
}

.photo-flow__list {
	gap: 2.0625rem;
	grid-template-columns: repeat(4, 1fr);
	justify-content: space-between;
	margin-bottom: 5.625rem;
}

.photo-flow__item {
	grid-row: span 3;
	grid-template-rows: subgrid;
	max-width: 18.75rem;
}

.photo-flow__item:not(:last-child) .photo-flow__item-img::after {
	background-color: #FDCC00;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 1.4375rem;
	position: absolute;
	right: -1.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.photo-flow__item.-step-3 .photo-flow__item-title {
	grid-row: 2/4;
}

.photo-flow__item-img img {
	aspect-ratio: 300/300;
}

.photo-flow__item-button a {
	font-size: 0.875rem;
	height: 3.125rem;
}

.photo-flow__item-button a::after {
	height: 1.125rem;
	right: 0.4375rem;
	width: 1.0625rem;
}

.flow__frame-heading {
	font-size: 2rem;
	gap: 1rem;
	margin-bottom: 1rem;
}

.flow__frame-list {
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
}

.flow__frame-item {
	padding: 1.25rem 1.25rem 2.125rem;
}

.flow__frame-item-img {
	max-width: 17.5rem;
}

.flow__frame-item-qr {
	max-width: 13.5rem;
}

.flow__frame-item-button a {
	font-size: 1.125rem;
}

.flow__hashtag {
	margin-bottom: 3.3125rem;
	max-width: 55rem;
	padding-bottom: 4.8125rem;
	padding-left: 1.875rem;
	padding-right: 2.5rem;
	padding-top: 1.75rem;
}

.flow__hashtag::before,
.flow__hashtag::after {
	height: 11.5rem;
	top: 2.3125rem;
	width: 8.125rem;
}

.flow__hashtag::before {
	background-image: url("../img/autumn/photo/flow-hashtag-img-1.svg");
}

.flow__hashtag::after {
	background-image: url("../img/autumn/photo/flow-hashtag-img-2.svg");
}

.flow__hashtag-heading {
	height: 3.125rem;
	margin-bottom: 3.4375rem;
	width: 25rem;
}

.flow__hashtag-text {
	font-size: 2rem;
	gap: 0.3125rem;
}

.flow__hashtag-text::before {
	height: 2.375rem;
	width: 2.375rem;
}

.flow__hashtag-copy-tooltip {
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
}

.photo-info--layout {
	padding-bottom: 3.3125rem;
	padding-top: 1.875rem;
}

.photo-info__target {
	margin-bottom: 5.9375rem;
}

.photo-info__target-heading {
	font-size: 2.25rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-max-content;
	width: max-content;
}

.photo-info__target-heading::before {
	background-image: url("../img/autumn/info-target-heading-line.webp");
	bottom: -0.5rem;
	height: 1.375rem;
	left: 52%;
	width: 112%;
}

.photo-info__target-img {
	max-width: 46.0625rem;
	width: 80%;
}

.photo-info__target-img img {
	aspect-ratio: 737/184;
}

.photo-info__target-mugikomachi-chan {
	bottom: -2.125rem;
	right: -0.1875rem;
}

.photo-info__target-mugikomachi-chan-img {
	margin-left: auto;
	width: 8.9375rem;
}

.photo-info__list {
	gap: 2.5rem;
}

.photo-info__item-heading {
	font-size: 1.4375rem;
	height: 3rem;
}

.photo-info__item-body {
	height: 22.375rem;
}

.photo-info__item-text {
	font-size: 0.75rem;
}

}

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

.form__field:last-child .form__data {
	width: 69.3%;
}

}

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

.summer-recipe__item:first-child .summer-recipe__item-copy {
	width: 60%;
}

.buy-recipe__item:first-child .buy-recipe__item-copy {
	width: 60%;
}

}

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

.buy-fv__copy-img {
	width: 86%;
}

.photo-fv__copy-img {
	width: 86%;
}

}

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

.buy-info__require {
	font-size: 1.875rem;
}

}

@media (min-width: 880px) {

html {
	font-size: 16px;
}

}

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

.summer-info__target-img {
	width: 100%;
}

.buy-info__target-img {
	width: 100%;
}

.photo-info__target-img {
	width: 100%;
}

}

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

.summer-fv__fukidashi-img {
	top: -2.125rem;
	width: 31.25rem;
}

.summer-fv__copy-img {
	width: 100%;
}

.summer-flow__item-button a {
	font-size: 1rem;
}

.summer-flow__item-button a::after {
	height: 1.25rem;
	right: 0.625rem;
	width: 1.3125rem;
}

.buy-flow__item-button a {
	font-size: 1rem;
}

.buy-flow__item-button a::after {
	height: 1.25rem;
	right: 0.625rem;
	width: 1.3125rem;
}

.photo-flow__item-button a {
	font-size: 1rem;
}

.photo-flow__item-button a::after {
	height: 1.25rem;
	right: 0.625rem;
	width: 1.3125rem;
}

}

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

.autumn__tab {
	font-size: 2rem;
}

.autumn__tab.is-active {
	font-size: 2.625rem;
}

}

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

.summer-recipe__item:first-child .summer-recipe__item-copy {
	height: 1.75rem;
}

.summer-recipe__item-copy {
	height: 0.875rem;
}

.summer-recipe__item-copy img {
	height: 100%;
	width: auto;
}

.summer-recipe__item-title {
	font-size: 1.5rem;
}

.buy-recipe__item:first-child .buy-recipe__item-copy {
	height: 1.75rem;
}

.buy-recipe__item-title {
	font-size: 1.5rem;
}

}

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

.summer-flow__list {
	gap: 4.125rem;
}

.summer-flow__item:not(:last-child) .summer-flow__item-img::after {
	height: 2.125rem;
	right: -3.25rem;
	width: 1.875rem;
}

.buy-flow__list {
	gap: 4.125rem;
}

.buy-flow__item:not(:last-child) .buy-flow__item-img::after {
	height: 2.125rem;
	right: -3.25rem;
	width: 1.875rem;
}

.photo-flow__list {
	gap: 4.125rem;
}

.photo-flow__item:not(:last-child) .photo-flow__item-img::after {
	height: 2.125rem;
	right: -3.25rem;
	width: 1.875rem;
}

}

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

.summer-fv__mugikomachi-chan-img {
	width: 13rem;
}

}

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

.summer-recipe__item-wrap::before {
	left: 0.625rem;
}

.summer-recipe__item-wrap::after {
	right: 0.5625rem;
}

.buy-recipe__item-wrap::before {
	left: 0.625rem;
}

.buy-recipe__item-wrap::after {
	right: 0.5625rem;
}

}

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

.top-fv__mugikomachi-chan {
	top: 68%;
}

.top-fv__mugikomachi-chan-img {
	width: 13rem;
}

.top-lp__list {
	gap: 7.5rem;
}

}

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

.summer-flow__item-title-text {
	font-size: 1.25rem;
}

.summer-flow__item-button a {
	font-size: 1.25rem;
}

.buy-flow__item-title-text {
	font-size: 1.25rem;
}

.buy-flow__item-button a {
	font-size: 1.25rem;
}

.photo-flow__item-title-text {
	font-size: 1.25rem;
}

.photo-flow__item-title-text span {
	font-size: 1.5625rem;
}

.photo-flow__item-button a {
	font-size: 1.25rem;
}

}

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

.summer-recipe__item a::before {
	height: 6.625rem;
	width: 6.75rem;
}

.buy-recipe__item a::before {
	height: 6.625rem;
	width: 6.75rem;
}

.flow__frame-list {
	grid-template-columns: repeat(4, 1fr);
	max-width: none;
	max-width: initial;
}

.flow__frame-item-button a {
	font-size: 1rem;
}

}

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

.summer-fv__fukidashi-img {
	right: calc(50% - min(49.5vw, 47.5rem));
	top: 0;
	width: 40.125rem;
}

}

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

.autumn__tab.is-active {
	font-size: 3rem;
}

.autumn__content[data-tab=buy] {
	background-repeat: no-repeat;
	background-size: 28.4375rem 190.3125rem, 37.9375rem 190.3125rem;
}

.autumn__content[data-tab=photo] {
	background-repeat: no-repeat;
	background-size: 28.4375rem 123.625rem, 37.9375rem 123.625rem;
}

.buy-flow__item.-step-2 .buy-flow__item-img::before {
	height: 8.5rem;
	right: -2.5rem;
	width: 8.125rem;
}

.flow__frame-item-button a {
	font-size: 1.125rem;
}

}

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

.summer-recipe__item-copy img {
	height: 100%;
	width: auto;
}

}

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

.summer-fv__inner {
	padding-left: 0;
	padding-right: 0;
}

.summer-fv__mugikomachi-chan-text {
	text-align: left;
	width: 4.5rem;
}

.summer-recipe__item:first-child .summer-recipe__item-copy {
	height: 1.5rem;
}

.summer-recipe__item-copy {
	height: 0.75rem;
}

.summer-campaign__item-wrap {
	padding-left: 0.875rem;
}

.summer-campaign__mugikomachi-chan-text {
	font-size: 0.375rem;
	font-weight: 400;
	text-align: right;
	width: 4.75rem;
}

.summer-flow__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
}

.summer-flow__item:not(:last-child) {
	position: relative;
}

.summer-flow__item:not(:last-child)::after {
	background-color: #3D9638;
	bottom: -3.125rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.1875rem;
}

.summer-info__target-mugikomachi-chan-text {
	font-size: 0.375rem;
	font-weight: 400;
	text-align: right;
	width: 4.75rem;
}

.summer-apply {
	background-image: url("../img/summer/sp/apply-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.top-fv__mugikomachi-chan-text {
	text-align: left;
	width: 7.375rem;
}

.top-lp__item:last-child {
	margin-left: auto;
	margin-top: -3.125rem;
}

.buy-fv__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.buy-recipe__item:first-child .buy-recipe__item-copy {
	height: 1.5rem;
}

.buy-campaign__item-wrap {
	padding-left: 0.875rem;
}

.buy-campaign__mugikomachi-chan-text {
	font-size: 0.375rem;
	font-weight: 400;
	text-align: right;
	width: 4.75rem;
}

.buy-flow__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
}

.buy-flow__item:not(:last-child) {
	position: relative;
}

.buy-flow__item:not(:last-child)::after {
	background-color: #C04020;
	bottom: -3.125rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.1875rem;
}

.buy-info__target-mugikomachi-chan-text {
	font-size: 0.375rem;
	font-weight: 400;
	text-align: right;
	width: 4.75rem;
}

.buy-apply {
	background-image: url("../img/autumn/buy/sp/apply-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.photo-fv__inner {
	padding-left: 0;
	padding-right: 0;
}

.photo-campaign__inner {
	padding-left: 0;
	padding-right: 0;
}

.photo-campaign__item-wrap {
	padding-left: 0.875rem;
}

.photo-campaign__mugikomachi-chan-text {
	font-size: 0.375rem;
	font-weight: 400;
	text-align: right;
	width: 4.75rem;
}

.photo-flow__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
}

.photo-flow__item:not(:last-child) {
	position: relative;
}

.photo-flow__item:not(:last-child)::after {
	background-color: #FDCC00;
	bottom: -3.125rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.1875rem;
}

.photo-info__target-mugikomachi-chan-text {
	font-size: 0.375rem;
	font-weight: 400;
	text-align: right;
	width: 4.75rem;
}

}

@keyframes slideInFromBottom {

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

}

@keyframes modalSlideIn {

from {
	opacity: 0;
	transform: translateY(-20px) scale(0.95);
}

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

}

@keyframes tooltipFadeIn {

0% {
	opacity: 0;
	transform: translateY(10px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


/*# sourceMappingURL=autumn_style.css.map */
