@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
共通
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
リセットCSS
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
* {
	box-shadow: initial;
	outline: initial;
	-webkit-tap-highlight-color: rgb(0, 0, 0, 0);
}

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

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, cite, em, small, i, img, picture, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td, hr, input, textarea, select, button,
main, article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

iframe, cite, main, article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, audio, video {
	display: block;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

iframe {
	max-width: 100%;
}

a {
	display: inline-block;
	text-decoration: initial;
}

img {
	max-width: 100%;
	height: initial;
	vertical-align: middle;
	flex: none;
	image-rendering: -webkit-optimize-contrast;
}

svg {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	flex: none;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: initial;
}

input, textarea, select, button {
	border-radius: initial;
	background: initial;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, button {
	-webkit-appearance: none;
}

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

input[type="file"] {
	font-size: initial;
}

input[type="file"]::-webkit-file-upload-button {
	font-family: inherit;
}

textarea {
	overflow: auto;
	field-sizing: content;
	resize: vertical;
}

time {
	display: inline-block;
}

video {
	max-width: 100%;
	cursor: pointer;
	object-fit: cover;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ベース
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("YuGothic-Medium");
}

@font-face {
	font-weight: 500;
	font-family: "Yu Gothic";
	src: local("YuGothic-Medium");
}

@font-face {
	font-weight: 600;
	font-family: "Yu Gothic";
	src: local("YuGothic-Bold");
}

@font-face {
	font-weight: 700;
	font-family: "Yu Gothic";
	src: local("YuGothic-Bold");
}

@font-face {
	font-weight: 400;
	font-family: "Hiragino Sans";
	src: local("HiraginoSans-W3");
}

@font-face {
	font-weight: 500;
	font-family: "Hiragino Sans";
	src: local("HiraginoSans-W4");
}

@font-face {
	font-weight: 600;
	font-family: "Hiragino Sans";
	src: local("HiraginoSans-W5");
}

@font-face {
	font-weight: 700;
	font-family: "Hiragino Sans";
	src: local("HiraginoSans-W6");
}

:root {
	--color_beige:             #d3c088;
	--color_beige_light:       #e6d8b5;
	--color_beige_dark:        #b09134;
	--color_green:             #74b3a6;
	--color_green_rgb:         116, 179, 166;
	--color_green_light:       #deefe1;
	--color_green_dark:        #49a491;
	--color_yellow:            #fffeea;
	--color_yellow_rgb:        255, 254, 234;
	--color_red:               #E83A46;
	--color_red_light:         #ef8580;
	--color_fruit:             #7bc174;
	--color_aroma:             #f29b94;
	--color_roast:             #f7af00;

	--font_main:               "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	--font_serif:              "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", "BIZ UDPMincho", "MS PMincho", serif;

	--opacity:                 0.7;
	--padding-inline:          4.8%;
	--padding-block:           60px;
	--transition:              0.3s ease-in-out;
}

body {
	overflow: hidden scroll;
	font-size: 14px;
	font-family: var(--font_main);
	line-height: 1.8;
}

article {
	overflow: clip;
}

section,
.section {
	padding-block: var(--padding-block);
}

.inner {
	width: 100%;
	padding-inline: var(--padding-inline);
}

span:not([class]) {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

p:not([class]) + p:not([class]) {
	margin-top: 1.5em;
}

a,
input[type="button"],
input[type="submit"],
button {
	transition: visibility var(--transition), opacity var(--transition), border var(--transition), background var(--transition), color var(--transition), text-decoration var(--transition), filter var(--transition);
}

a::before,
a::after,
button::before,
button::after {
	transition: transform var(--transition);
}

@media (min-width: 768px) {
main {
	display: grid;
	grid-template-columns: max(210px, 15%) max(417px, 29%) 1fr;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
アニメーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes fade {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
}
}

@keyframes fade-up {
0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

@keyframes fade-down {
0% {
	opacity: 0;
	transform: translateY(-30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

@keyframes fade-right {
0% {
	opacity: 0;
	transform: translateX(30px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes fade-left {
0% {
	opacity: 0;
	transform: translateX(-30px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes fade-zoom-in {
0% {
	opacity: 0;
	transform: scale(0.9);
}

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

@keyframes fade-zoom-out {
0% {
	opacity: 0;
	transform: scale(1.1);
}

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

@keyframes show-bottom {
0% {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

100% {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
}

@keyframes show-left {
0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

100% {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
}

.animation {
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

.fade,
.fade-up,
.fade-down,
.fade-right,
.fade-left,
.fade-zoom-in,
.fade-zoom-out {
	opacity: 0;
}

.show-bottom {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

.show-left {
	animation-timing-function: cubic-bezier(0.5, 0.1, 0.5, 1);
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

body._load .animation.fade {
	animation-name: fade;
}

body._load .animation.fade-up {
	animation-name: fade-up;
}

body._load .animation.fade-down {
	animation-name: fade-down;
}

body._load .animation.fade-right {
	animation-name: fade-right;
}

body._load .animation.fade-left {
	animation-name: fade-left;
}

body._load .animation.fade-zoom-in {
	animation-name: fade-zoom-in;
}

body._load .animation.fade-zoom-out {
	animation-name: fade-zoom-out;
}

body._load .animation.show-bottom {
	animation-name: show-bottom;
}

body._load .animation.show-left {
	animation-name: show-left;
}

.delay04 {
	animation-delay: 0.4s;
}

.delay05 {
	animation-delay: 0.5s;
}

.delay06 {
	animation-delay: 0.6s;
}

.delay07 {
	animation-delay: 0.7s;
}

.delay08 {
	animation-delay: 0.8s;
}

.delay09 {
	animation-delay: 0.9s;
}

.delay12 {
	animation-delay: 1.2s;
}

@media (min-width: 768px) {
@keyframes fade-right {
0% {
	opacity: 0;
	transform: translateX(40px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes fade-left {
0% {
	opacity: 0;
	transform: translateX(-40px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
見出し
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.heading_serif {
	margin-bottom: 0.8em;
	font-weight: inherit;
	font-size: 22px;
	font-family: var(--font_serif);
	line-height: 1.35;
	text-align: center;
}

.heading_serif:last-child {
	margin-bottom: initial;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
リンク
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.button {
	display: flex;
	position: relative;
	max-width: 340px;
	height: 90px;
	margin: 30px auto 0;
	padding-inline: 35px;
	border: 4px solid var(--color_beige_light);
	border-radius: 100vw;
	background: var(--color_green_dark);
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	font-family: var(--font_serif);
	line-height: 1.5;
	text-align: center;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.button:hover {
	border-color: var(--color_green_dark);
	filter: contrast(1.5);
}

.button::after {
	position: absolute;
	inset: 0 0.8em 0 auto;
	width: 0.5em;
	height: 0.5em;
	margin-block: auto;
	border-top: 1.5px solid;
	border-right: 1.5px solid;
	content: "";
	transform: rotate(45deg);
}

.button:hover::after {
	transform: translateX(4px) rotate(45deg);
}

.button-small {
	font-size: 16px;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
コンポーネント
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.frame {
	position: relative;
	height: 27px;
	background: url("../img/frame.svg") left top / contain no-repeat;
}

.frame._bottom {
	transform: scaleY(-1);
}

.frame::before,
.frame::after {
	position: absolute;
	inset: 0;
	content: "";
}

.frame::before {
	background-image: inherit;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
	transform: scaleX(-1);
}

.frame::after {
	border-top: 3px solid var(--color_beige_light);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ローダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.loader {
	display: flex;
	overflow: hidden;
	position: fixed;
	inset: 0;
	z-index: 10;
	background: #fff;
	transition: 1s ease-in-out;
	row-gap: 100px;
	flex-flow: column;
	justify-content: center;
}

.loader._hide {
	visibility: hidden;
	opacity: 0;
}

.loader-heading {
	max-width: 80%;
	align-self: center;
	animation: fade 1s linear 1s both;
}

@keyframes loader-ribbon {
100% {
	border-color: var(--color_beige_light);
	background: var(--color_red);
}
}

.loader-ribbon {
	display: grid;
	position: relative;
	height: 29px;
	border-bottom: 5px solid transparent;
	grid-template-columns: 1fr 1fr;
	animation: loader-ribbon 1s linear 0.2s both;
}

.loader-ribbon img {
	position: absolute;
	inset: -7px 0 auto;
	margin-inline: auto;
	animation: fade 1s linear 1s both;
}

.loader-background {
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: fade 1s linear 2s both;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ナビゲーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (min-width: 768px) {
.gaufres-nav {
	background: var(--color_yellow);
	text-align: center;
}

.gaufres-nav .inner {
	position: sticky;
	top: 0;
	padding-block: 30px;
}

.gaufres-menu-ul {
	margin-top: 2em;
	font-size: 15px;
	font-family: var(--font_serif);
}

.gaufres-menu-li {
	margin-top: 1em;
}

.gaufres-menu-li a {
	position: relative;
	padding-inline: 1.2em;
}

.gaufres-menu-li a::before {
	position: absolute;
	inset: 0.6em auto auto 0;
	width: 11px;
	border-radius: 50%;
	background: var(--color_beige);
	content: "";
	aspect-ratio: 1;
}

.gaufres-menu-li a:not(:hover)::before {
	transform: scale(0);
}
}

@media (max-width: 767.9px) {
.gaufres-nav {
	display: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ビジュアル
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (min-width: 768px) {
.gaufres-visual .img {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.gaufres-visual-text {
	position: fixed;
	right: 20px;
	bottom: 25px;
	width: 138px;
	height: 12px;
	transform: scale(1.5);
	transform-origin: right bottom;
}
}

@media (max-width: 767.9px) {
.gaufres-visual {
	display: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Swiper
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.swiper {
	--swiper-theme-color: currentColor;
	--swiper-navigation-size: 48px;
}

.swiper-slide {
	height: initial;
	user-select: none;
}

.swiper-button-prev {
	left: 0;
	transition: color var(--transition);
}

.swiper-button-next {
	right: 0;
	transition: color var(--transition);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: calc(var(--swiper-navigation-size) / 3);
}

.swiper-pagination {
	display: flex;
	column-gap: 17px;
	justify-content: center;
}

.swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: initial !important;
	background: var(--color_beige_light);
	transition: background var(--transition);
}
