@charset "utf-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: Arial, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, Helvetica, メイリオ, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: none
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: auto
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em
}

li {
	list-style: none
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}

img {
	backface-visibility: hidden;
}




/*-----------------------------------------------------
template style
-----------------------------------------------------*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--headerheight);
}

body {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	margin: auto;
	padding: 0;
	color: #412C19;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.8;
}

body.loaded {
	font-family: 'YakuHanMP', 'Noto Serif JP', serif;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

a {
	color: inherit;
}

i,
em {
	font-style: normal;
	font-weight: inherit;
}

sup {
	font-size: 10px;
	vertical-align: text-top;
	letter-spacing: 0;
}

#wrap {
	position: relative;
}

.sp-bl,
.sp-il,
.tablet-bl {
	display: none !important;
}

.opa {
	transition: 0.3s ease-in-out;
}

.opa:hover {
	opacity: 0.7 !important;
}

.none {
	display: none !important
}

.inner {
	width: 89.743589743%;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.outer {
	width: 100%;
	max-width: 390px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .25));
}

.loaded .luxurious {
	font-family: "Luxurious Script", cursive;
}

.loaded .crimson {
	font-family: "Crimson Pro", cursive;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.flex.reverse>* {
	min-height: 0;
}

.flex.jc-c {
	justify-content: center;
}

.flex.jc-s {
	justify-content: flex-start;
}

.flex.jc-e {
	justify-content: flex-end;
}

.flex.ai-c {
	align-items: center;
}

.flex.ai-e {
	align-items: flex-end;
}

.flex.ai-st {
	align-items: stretch;
}

@media screen and (max-width:768px) {
	.pc {
		display: none !important;
	}

	.sp-bl {
		display: block !important;
	}

	.sp-il {
		display: inline !important;
	}

	.opa:hover {
		opacity: 1 !important;
	}
}




.color-pink {
	color: #EA728B;
}

.color-pink2 {
	color: #DF5E6D;
}

.color-white {
	color: #ffffff;
}

.bg {
	background: linear-gradient(180deg, #FFFCF9 -10.24%, #F4EEE9 62.29%);
}

.bg2 {
	background-color: #FCE8E5;
}

.bg3 {
	background-color: #FCF7F2;
}




/*-----------------------------------------------------
main
-----------------------------------------------------*/
#main {
	overflow: hidden;
}

.main {
	color: #333;
	font-size: 16px;
	letter-spacing: .15em;
	line-height: 2.28;
	font-style: normal;
	font-feature-settings: "palt";
	overflow: hidden;
	position: relative;
}

.main img {
	width: 100%;
}




/*-----------------------------------------------------
footer
-----------------------------------------------------*/
#footer {
	position: relative;
	padding: 16px 10px;
	box-sizing: border-box;
	background: linear-gradient(90.73deg, #468A65 0%, #185637 100%);
}

.copyright {
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
}

.copyright a {
	text-decoration: underline;
}




/*-----------------------------------------------------
フェードインアニメーション
-----------------------------------------------------*/
.fi-u,
.fi-d,
.fi,
.fi-r,
.fi-l {
	visibility: hidden;
}

/* fade in */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fi.faded {
	animation-name: fadeIn;
	animation-fill-mode: both;
	animation-duration: .7s;
	visibility: visible !important;
	opacity: 0;
}

/* fade in up */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fi-u.faded {
	animation-name: fadeInUp;
	animation-fill-mode: both;
	animation-duration: .7s;
	visibility: visible !important;
	opacity: 0;
}

/* fade in down */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fi-d.faded {
	animation-name: fadeInDown;
	animation-fill-mode: both;
	animation-duration: .7s;
	visibility: visible !important;
	opacity: 0;
}

/* fade in right */
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate(30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fi-r.faded {
	animation-name: fadeInRight;
	animation-fill-mode: both;
	animation-duration: .7s;
	visibility: visible !important;
	opacity: 0;
}

/* fade in left */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate(-30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fi-l.faded {
	animation-name: fadeInLeft;
	animation-fill-mode: both;
	animation-duration: .7s;
	visibility: visible !important;
	opacity: 0;
}