/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-family: sans-serif;
	font-size: 62.5%;
	line-height: 1.15;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: normal;
}

main {
	display: block;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

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

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

a {
	background-color: transparent;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	border-bottom: none;
	text-decoration: underline;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* ---- base ---- */

body {
	-webkit-font-smoothing: subpixel-antialiased;
	position: relative;
	height: 100%;
	background: #ECECCC;
	color: #595757;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	font-size: 14px;
	line-height: 2;
	word-break: break-all;
}

a {
	color: #3E3A39;
	text-decoration: none;
}

a img {
	line-height: 0;
}

img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

ul,
p,
figure {
	margin: 0;
}

ul {
	padding: 0;
	list-style: none;
}

/* ---- layout ---- */

.l-wrap {
	position: relative;
	width: 100%;
}

.l-header {
	display: none;
}

.l-footer {
	z-index: 9;
	position: relative;
	width: 100%;
	clear: both;
	background: #FFF;
}

.l-section {
	position: relative;
	overflow: hidden;
}

.l-section.with-hero {
	padding-top: 80%;
}

.l-section.with-hero::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding-top: 80%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

.l-section.is-egg {
	padding-top: calc(80% + 59px);
}

/* ---- header ---- */

.header__nav {
	position: fixed;
	top: 54px;
	left: 50%;
	width: 100%;
	max-width: 1138px;
	margin-left: -569px;
}

.header__nav ul {
	width: 100%;
	height: 36px;
}

.header__nav ul li {
	position: relative;
	height: 36px;
	float: left;
}

.header__nav ul li::before {
	width: 76px;
	height: 36px;
	margin-left: -38px;
}

.header__nav ul li:first-child a {
	margin-right: -1px;
	border-radius: 18px 0 0 18px;
}

.header__nav ul li:last-child {
	background: none;
}

.header__nav ul li:last-child a {
	border-radius: 0 18px 18px 0;
}

.header__nav ul a {
	display: block;
	position: relative;
	height: 36px;
	background: #EA5504;
}

.header__nav ul a::before {
	height: 19px;
}

/* ---- SP ---- */

.sp__btn {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 59px;
	padding: 0 25px;
	background: #FFEA00;
}

.sp__btn::after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: " ";
}

.sp__logo {
	width: 54px;
	height: 42px;
	margin-top: 8px;
	float: left;
}

.sp__logo a {
	display: block;
	height: 42px;
}

.sp__icon {
	z-index: 1000;
	position: relative;
	width: 25px;
	height: 20px;
	margin-top: 18px;
	float: right;
	cursor: pointer;
}

.sp__icon.is-btn-active .sp__line1 {
	left: 1px;
	width: 18px;
	transform: translateY(8px) rotate(-45deg);
}

.sp__icon.is-btn-active .sp__line2 {
	opacity: .0;
}

.sp__icon.is-btn-active .sp__line3 {
	left: 1px;
	width: 18px;
	transform: translateY(-10px) rotate(45deg);
}

.sp__icon.is-open-active .sp__line1 {
	left: 1px;
	transform: translateY(8px) rotate(-45deg);
}

.sp__icon.is-open-active .sp__line2 {
	opacity: .0;
}

.sp__icon.is-open-active .sp__line3 {
	left: 1px;
	transform: translateY(-10px) rotate(45deg);
}

.sp__line {
	display: block;
	position: absolute;
	left: 0;
	width: 25px;
	height: 2px;
	background: #EA5504;
	transition: all .3s ease-out;
}

.sp__line1 {
	top: 0;
}

.sp__line2 {
	top: 9px;
}

.sp__line3 {
	top: 18px;
}

.sp__menu {
	display: none;
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFEA00;
}

.sp__menu__body {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 59px 0 20px;
	overflow-y: scroll;
}

.sp__nav {
	position: relative;
	width: 100%;
}

.sp__nav li {
	font-size: 0;
	line-height: 1;
}

.sp__nav li.inview a {
	background: rgba(255, 255, 255, 0.3);
}

.sp__nav li:first-child a {
	border-top-width: 2px;
}

.sp__nav li:nth-child(6) a {
	border-bottom: none;
}

.sp__nav li:last-child {
	margin-top: 10px;
}

.sp__nav li:last-child a {
	border: none;
}

.sp__nav a {
	display: block;
	height: 61px;
	padding: 0 0 0 40px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.sp__nav a::before {
	margin-top: -15px;
}

.sp__nav a::after {
	margin-top: -9px;
}

.sp__sns {
	max-width: 375px;
	margin: 17px auto 0;
}

/* ---- footer ---- */

.footer__body {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 30px 50px;
}

.footer__logo {
	width: 168px;
	height: 179px;
	margin: 0 auto;
	font-size: 0;
}

.footer__logo a {
	width: 168px;
	height: 179px;
}

.footer__copyright {
	color: #333;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}

.footer__copyright small {
	display: block;
	font-size: 12px;
}

.footer__pagetop {
	width: 100%;
	height: 250px;
}

.footer__pagetop a {
	position: relative;
	width: 34px;
	height: 20px;
	margin: -230px auto 0;
	text-indent: -9999px;
}

.footer__pagetop a::before {
	width: 34px;
	height: 20px;
}

.footer__info {
	width: 100%;
	max-width: 705px;
	margin: 15px auto 23px;
}

.footer__info::after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: " ";
}

.footer__info a {
	text-decoration: underline;
}

.footer__info li {
	position: relative;
	text-align: center;
}

.footer__info dl {
	margin: 5px 0;
}

.footer__info dt,
.footer__info dd {
	margin: 0;
}

.footer__sns {
	max-width: 147px;
	margin: 0 auto 30px;
}

.page__nav {
	display: none;
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 26px;
	width: 13px;
	height: 78px;
	margin-top: -39px;
}

.page__nav li {
	margin-top: 4px;
}

.page__nav li:first-child {
	margin: 0;
}

.page__nav li a {
	display: block;
	position: relative;
	height: 17px;
	text-indent: -9999px;
}

/* ---- section ---- */

.section-bg {
	background: #FFF799;
}

.section__body {
	margin: 0 auto;
	padding: 40px 20px;
}

.section__body.is-egg {
	padding: 0 20px 100px;
}

.section__body.is-book {
	padding: 0 20px 100px;
}

.section__body.is-shop {
	padding: 0 25px 70px;
}

.section__ttl {
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 0;
	line-height: 1;
	text-align: center;
}

.section__ttl span {
	display: block;
	position: relative;
	margin: 0 auto 30px;
}

.section__ttl1 span {
	width: 267px;
}

.section__ttl2-1 span {
	width: 270px;
}

.section__ttl2-2 span {
	width: 270px;
}

.section__ttl3 span {
	width: 270px;
	margin: 0 auto 25px;
}

.section__ttl4 {
	padding: 35px 0 15px;
}

.section__ttl4 span {
	width: 255px;
}

.section__ttl5 span {
	width: 270px;
}

.section__ttl-brd span {
	padding: 0 0 6px;
}

.section__ttl-brd span::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	border-radius: 2px;
	background: #EA5504;
	content: "";
}

.section__ttl.is-egg span {
	width: 100%;
	max-width: 244px;
	margin: -14px auto 23px;
}

.section__ttl.is-book span {
	width: 100%;
	max-width: 242px;
	margin: -38px auto 20px;
}

.section__ttl.is-shop span {
	max-width: 169px;
	margin: 0 auto 34px;
}

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

.section__ttl .is-sp {
	display: block;
}

/* ---- anchor ---- */

.anchor {
	display: block;
	position: absolute;
	top: -49px;
	left: 0;
}

.anchor.with-ttl {
	top: -90px;
}

.anchor.with-hero {
	top: -58px;
}

/* ---- button ---- */

.btn {
	display: block;
	width: 100%;
}

.btn a {
	display: block;
	width: 100%;
	max-width: 284px;
	height: 64px;
	margin: 0 auto;
	border-radius: 32px;
	background: #FFF;
}

.btn a::before {
	display: block;
	position: absolute;
	content: "";
}

.btn.is-shop a {
	max-width: 204px;
}

/* ---- hero ---- */

.hero {
	position: relative;
	width: 100%;
	padding: 0 30px;
	overflow: hidden;
}

.hero__wrap {
	position: relative;
	width: 100%;
}

.hero__body {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	margin: 0 auto;
}

.hero__btn {
	position: absolute;
	right: 2px;
	bottom: 30px;
	width: 66px;
	height: 51px;
	opacity: 0;
	transition: opacity 1s 3s;
}

.loaded .hero__btn {
	opacity: 1;
}

.hero__thumb {
	position: relative;
	margin: 0;
	padding: 242px 10px 98px;
}

.hero__thumb__list {
	width: 100%;
	max-width: 275px;
	margin: 0 auto;
}

.hero__thumb__item {
	z-index: 0;
	position: relative;
	margin: 0 0 25px;
}

.hero__thumb__item:first-child::after,
.hero__thumb__item:last-child::after {
	display: block;
	z-index: -1;
	position: absolute;
	background-image: url(../../img/bg2005.svg?v=1);
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: '';
}

.hero__thumb__item:first-child::after {
	top: -25px;
	left: 0;
	width: 71px;
	height: 108px;
	transform: translate3d(50%, 50%, 0);
	transform-origin: top left;
	background-position: -531px -41px;
}

.hero__thumb__item:first-child.is-inview::after {
	animation: form-fly-up-left-sp 1s linear both;
}

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

.hero__thumb__item:last-child::after {
	top: 1px;
	right: 19px;
	width: 48px;
	height: 59px;
	transform: translate3d(-50%, 50%, 0);
	transform-origin: right left;
	background-position: -253px -272px;
}

.hero__thumb__item:last-child.is-inview::after {
	animation: form-fly-up-right-sp 1s linear both;
}

.hero__thumb__item a {
	display: inline-block;
	z-index: 0;
	position: relative;
}

.hero__thumb__item a::after {
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: #FFF;
	content: '';
}

.pc .hero__thumb__item a:hover img {
	opacity: 0.7;
}

.hero__thumb__item img {
	opacity: 1;
	transition: opacity .5s;
}

.hero__thumb__item .is-sp {
	display: block;
}

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

.hero__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 90% 0 0;
	transform: translate(-50%, -50%);
}

.hero__anime {
	display: block;
	visibility: hidden;
	position: absolute;
	opacity: .0;
}

.hero__nurie {
	z-index: 2;
	position: absolute;
	bottom: -172px;
	left: 50%;
	width: 234px;
	margin-left: -25px;
	transform: translatex(-50%);
	opacity: 0;
	transition: opacity 1s 3s;
}

.loaded .hero__nurie {
	opacity: 1;
}

.hero__nurie a {
	display: block;
	opacity: 1;
	transition: opacity .5s;
}

.pc .hero__nurie a:hover {
	opacity: 0.7;
}

.hero__nurie img {
	display: block;
	position: relative;
	transform: translateY(80px);
	transition: transform 1s 3s;
}

.loaded .hero__nurie img {
	transform: translateY(0);
}

.loaded .hero__anime1 {
	visibility: hidden;
	top: 1.5%;
	left: 28.4%;
	width: 10.8%;
	animation: heroanime1 .1s linear 2.167s both;
	opacity: 1;
}

.loaded .hero__anime2 {
	visibility: hidden;
	top: .7%;
	left: 42.9%;
	width: 5.4%;
	animation: heroanime1 .1s linear 2.267s both;
	opacity: 1;
}

.loaded .hero__anime3 {
	visibility: hidden;
	top: .2%;
	left: 53.1%;
	width: 7%;
	animation: heroanime1 .1s linear 2.367s both;
	opacity: 1;
}

.loaded .hero__anime4 {
	visibility: hidden;
	top: 3.8%;
	left: 63.6%;
	width: 9.9%;
	animation: heroanime1 .1s linear 2.467s both;
	opacity: 1;
}

.loaded .hero__anime5 {
	visibility: hidden;
	top: 17.5%;
	left: 34.7%;
	width: 32.5%;
	transform: scale(1.2);
	animation: heroanime2 .133s linear 2.517s both;
	opacity: 1;
}

.loaded .hero__anime6 {
	visibility: hidden;
	top: 33.5%;
	left: 20.5%;
	width: 61%;
	transform: scale(1.2);
	animation: heroanime2 .133s linear 2.584s both;
	opacity: 1;
}

.loaded .hero__anime7 {
	visibility: hidden;
	top: 53%;
	left: 30.9%;
	width: 38.3%;
	animation: heroanime7 1.167s linear 1.51s both;
	opacity: 1.0;
}

.loaded .hero__anime8 {
	visibility: hidden;
	top: 73.7%;
	left: 13%;
	width: 24%;
	animation: heroanime8 .33s linear 1.51s both;
	opacity: 1.0;
}

.loaded .hero__anime9 {
	visibility: hidden;
	top: 75.6%;
	left: 62%;
	width: 21.4%;
	animation: heroanime9 .33s linear 1.51s both;
	opacity: 1.0;
}

.loaded .hero__anime10 {
	top: 59.1%;
	left: 34.6%;
	width: 31%;
	animation: heroanime10 1.5s linear both;
	opacity: 1.0;
}

.loaded .hero__anime10::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../../img/logo_tamago_before.png) 0 100% no-repeat;
	background-size: 100% auto;
	animation: heroanime10after 1.5s linear both;
	content: "";
	opacity: 1.0;
}

.loaded .hero__anime11 {
	visibility: hidden;
	top: 31.5%;
	left: 0;
	width: 100%;
	animation: heroanime11 .1s linear 2.677s both;
	opacity: 1.0;
}

/* ---- thumb ---- */

.thumb {
	width: 100%;
	max-width: 335px;
	margin: 35px auto 45px;
}

.thumb__item {
	width: 100%;
	margin: 0 0 20px;
}

.thumb__item:last-child {
	margin: 0;
}

.thumb__item img {
	border-radius: 15px;
}

.thumb__item img.is-pc {
	display: none;
}

.thumb__item img.is-sp {
	display: block;
}

body.pc .footer__info a:hover {
	text-decoration: none;
}

body.pc .sp__nav a:hover {
	background: rgba(255, 255, 255, 0.3);
}

body.pc .sp__nav li:last-child a:hover {
	background: rgba(255, 255, 255, 0.3);
}

body.pc .sp__sns a:hover {
	opacity: 0.7;
}

body.pc .list a:hover {
	text-decoration: underline;
}

.ttl__sub {
	width: 100%;
	max-width: 890px;
	margin: 40px auto 15px;
	color: #EA5504;
	font-size: 20px;
	line-height: 1.5;
}

.ttl__sub br {
	display: none;
}

.ttl__sub rt {
	font-size: .5em;
}

.txt-small {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	color: #3E3A39;
	font-size: 16px;
	font-weight: bold;
}

.txt-small p {
	line-height: 1.75;
}

.txt-large {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	color: #EA5504;
	font-size: 16px;
	font-weight: bold;
}

.txt-large.is-padding {
	max-width: 950px;
	padding: 0 5px;
}

.txt-large p {
	line-height: 1.75;
	text-indent: 1em;
}

.txt-large.is-ti-normal p {
	text-indent: 0;
}

.movie {
	margin: 50px auto;
}

.movie__body {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 56.25%;
}

.movie__body iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie__copyright {
	width: 100%;
	max-width: 1080px;
	margin: 10px auto 0;
	line-height: 1.2;
}

.movie__copyright small {
	color: #333;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 13px;
}

.video-js {
	background-color: #ECECCC !important;
}

.vjs-tech {
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	border: none !important;
}

/* ---- section ---- */

.ill {
	position: relative;
	width: 100%;
	height: 0;
	padding: 34.72% 0 0;
	background: #ECECCC;
}

.ill1 {
	position: relative;
	width: 270px;
	height: 0;
	margin: 0 auto;
	padding: 417px 0 0;
	background: none;
	font-size: 0;
	line-height: 1;
}

.ill__body {
	display: block;
	position: relative;
	width: 100%;
	margin: -34.72% auto 0;
}

.ill__body2 {
	margin: -46.7% auto 0;
}

.ill__body3 {
	margin: -43% auto 0;
}

.ill span {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.ill2 {
	overflow: hidden;
}

.ill2 span {
	max-width: 69.17%;
}

.ill3 {
	overflow: hidden;
}

.ill3 span {
	max-width: 77.1%;
}

.pc .ill__body2 {
	margin: -50% auto 0;
}

.pc .ill__body3 {
	margin: -50% auto 0;
}

.othr .ill2 {
	padding-top: 54.17%;
}

.othr .ill3 {
	padding-top: 54.17%;
}

.othr .ill__body2 {
	margin: -53.5% auto 0;
}

.othr .ill__body3 {
	margin: -53.5% auto 0;
}

/* ---- about ---- */

.about__brd {
	margin: 0 auto;
	border: 3px solid #EA5504;
	border-radius: 20px;
}

.about__brd-small {
	max-width: 900px;
}

.about__brd-middle {
	margin: 0 20px;
}

.about__brd-middle:last-child {
	margin: 0 20px 20px;
}

.about__brd-large {
	max-width: 900px;
}

.about__ttl {
	position: relative;
	margin: 0;
	font-size: 0;
	line-height: 1;
}

.about__ttl span {
	display: block;
	position: relative;
	width: 100%;
	background: #ECECCC;
}

.about__ttl span img {
	margin: 0 auto;
}

.about__ttl1 span {
	width: 200px;
	margin: -15px auto 0;
}

.about__ttl1 span img {
	width: 175px;
}

.about__ttl2 span {
	width: 190px;
	margin: -30px auto 25px;
	padding: 4px 0 8px;
	border: 4px solid #EA5504;
	border-radius: 8px;
	background: #FFF;
}

.about__ttl2 span img {
	width: 157px;
}

.about__ttl2-1 span {
	width: 127px;
	margin: -15px auto 0;
}

.about__ttl2-1 span img {
	width: 104px;
}

.about__ttl2-2 span,
.about__ttl2-3 span {
	width: 90px;
	margin: -13px auto 0;
}

.about__ttl2-2 span img,
.about__ttl2-3 span img {
	width: 57px;
}

.about__img {
	margin: 0 auto;
}

.about__img .sp {
	display: block;
}

.about__img .pc {
	display: none;
}

.about__img img {
	position: relative;
}

.about__img1 {
	width: 200px;
	margin: 32px auto 38px;
}

.about__img2-1 .sp {
	width: 188px;
	margin: 24px auto 13px;
}

.about__img2-2 .sp {
	width: 185px;
	margin: 25px auto 18px;
}

.about__img2-3 .sp {
	width: 188px;
	margin: 17px auto 19px;
}

.about__img3 .sp {
	width: 270px;
	margin: 0 auto;
}

.about__img3 .pc {
	margin: 0 auto;
}

.about__txt {
	position: relative;
	margin: 0 auto;
	border: 3px solid #EA5504;
	border-radius: 10px;
	font-size: 0;
	line-height: 1;
}

.about__txt::after {
	bottom: -52px;
	left: 50%;
	width: 32px;
	height: 34px;
	margin-left: -16px;
}

.about__txt span {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.about__txt .sp {
	display: block;
}

.about__txt .pc {
	display: none;
}

.about__txt1 {
	width: 204px;
	margin: 16px auto 105px;
	padding: 8px 0;
	border-radius: 20px;
}

.about__txt1 span {
	width: 114px;
}

.about__txt1 .js-inview {
	top: 15px;
	left: -17px;
	width: 50px;
	height: 54px;
}

.about__txt1 .js-inview span {
	width: 50px;
	height: 54px;
}

.about__txt2-1 {
	width: 210px;
	margin: 16px auto 85px;
	padding: 15px 0;
}

.about__txt2-1 span {
	width: 193px;
}

.about__txt2-2 {
	width: 210px;
	margin: 16px auto 75px;
	padding: 15px 0;
}

.about__txt2-2 span {
	width: 171px;
}

.about__txt2-2 .js-inview {
	top: 149px;
	left: 50%;
	width: 17px;
	height: 20px;
	margin-left: 20px;
}

.about__txt2-2 .js-inview span {
	width: 17px;
	height: 20px;
}

.about__txt3 {
	width: 204px;
	margin: 16px auto 40px;
	padding: 8px 0;
	border-radius: 20px;
}

.about__txt3::after {
	display: none;
}

.about__txt3 span {
	width: 76px;
}

/* ---- area ---- */

.area__img {
	position: relative;
	width: 100%;
	max-width: 1075px;
	margin: 0 auto;
}

.area__img .sp {
	display: block;
	max-width: 540px;
	margin: 0 auto;
}

.area__img .pc {
	display: none;
}

.area__link {
	display: none;
	width: 100%;
	max-width: 1075px;
	margin: 0 auto;
	overflow: hidden;
}

.area__link a {
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.area__link1 a {
	top: -.5%;
	right: 15.2%;
	width: 18.14%;
}

.area__link2 a {
	top: 57.5%;
	right: 6.2%;
	width: 13.5%;
}

.area__link3 a {
	top: 64%;
	left: 7%;
	width: 20%;
}

.area__link4 a {
	top: 69.5%;
	left: 11.5%;
	width: 15.5%;
}

.area__link5 a {
	top: 75.2%;
	left: 2.5%;
	width: 24.5%;
}

.area__link6 a {
	top: 81%;
	left: 8.8%;
	width: 18.2%;
}

.area__link7 a {
	top: 86.6%;
	left: 10%;
	width: 17%;
}

.area__link8 a {
	top: 92.3%;
	left: 13.5%;
	width: 13%;
}

.list {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 75px 0 0;
	overflow: hidden;
}

.list__body-sp dl {
	margin: 0 0 1em !important;
	overflow: hidden;
}

.list__body-sp dd li {
	float: left;
}

.list__body-sp dd li:first-child {
	margin: 0 .5em 0 0;
}

.list__content {
	position: relative;
	margin: 0 0 1.5em;
	line-height: 1.5;
}

.list__ttl {
	margin: 0;
	color: #3E3A39;
	font-size: 16px;
	font-weight: normal;
}

.list__ttl a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 1em;
}

.list__ttl a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.list__ttl1 a::before {
	content: "①";
}

.list__ttl2 a::before {
	content: "②";
}

.list__ttl3 a::before {
	content: "③";
}

.list__ttl4 a::before {
	content: "④";
}

.list__ttl5 a::before {
	content: "⑤";
}

.list__ttl6 {
	display: inline-block;
	position: relative;
	padding: 0 0 0 1em;
}

.list__ttl6::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "⑥";
}

.list__ttl7 {
	display: inline-block;
	position: relative;
	padding: 0 0 0 1em;
}

.list__ttl7::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "⑦";
}

.list__ttl8 a::before {
	content: "⑧";
}

.list__address {
	font-size: 16px;
}

.list__address dl {
	margin: 0;
}

.list__address dt,
.list__address dd {
	margin: 0;
}

.list__address li {
	line-height: 1.75;
}

.list__address .disc dt {
	position: relative;
}

.list__address .disc dt::before {
	display: none;
	position: absolute;
	top: 0;
	left: -1em;
	width: 1em;
	height: 1em;
	content: "・";
}

.list__address .disc > li {
	position: relative;
}

.list__address .disc > li::before {
	display: none;
	position: absolute;
	top: 0;
	left: -1em;
	width: 1em;
	height: 1em;
	content: "・";
}

.list__address .disc a {
	text-decoration: underline;
}

.list__address .disc a:hover {
	text-decoration: none !important;
}

.list__address .sp-block {
	display: block;
}

/* ---- shop ---- */

.shop {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.shop__list {
	margin: 0 0 29px;
	border-bottom: 1px solid #595757;
	text-align: left;
}

.shop__list__ttl {
	width: 100%;
	margin: 0;
	padding: 0 0 8px;
	border-bottom: 1px solid #595757;
	color: #EA5504;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.shop__list__ttl.is-label {
	position: relative;
}

.shop__list__ttl.is-label span {
	display: none;
}

.shop__list__txt {
	margin: 0;
}

.shop__list__txt:nth-child(odd) {
	border-top: 1px dotted #595757;
}

.shop .sub__list {
	width: 100%;
	margin: 0;
	padding: 11px 0 12px;
}

.shop .sub__list__ttl {
	margin: 0;
	font-size: 1.65rem;
	font-weight: 700;
}

.shop .sub__list__ttl a {
	display: inline-block;
	position: relative;
	color: #595757;
}

.shop .sub__list__ttl a::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	border-bottom: 1px solid #EA5504;
	content: '';
}

.pc .shop .sub__list__ttl a:hover::after {
	display: none;
}

.shop .sub__list__txt {
	margin: 0;
}

.shop .sub__list__txt .is-block-sp {
	display: block;
}

.shop__info {
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
}

.shop__info__item:nth-child(3) {
	position: relative;
}

.shop__info__item:nth-child(4) {
	position: relative;
}

.shop__info__item:nth-child(5) {
	position: relative;
}

.shop__info__item.bg {
	display: inline-block;
	z-index: 0;
	font-size: 1.65rem;
}

.shop__info__item.bg::after {
	display: block;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../../img/bg2005.svg?v=1);
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: '';
}

.shop__info__item.bg-egg {
	margin-right: 5px;
	padding-left: 15px;
}

.shop__info__item.bg-egg::after {
	width: 14px;
	height: 18px;
	background-position: -1px -121px;
}

.shop__info__item.bg-book {
	margin-right: 5px;
	padding-left: 28px;
}

.shop__info__item.bg-book::after {
	width: 25px;
	height: 16px;
	background-position: -25px -122px;
}

.shop__info__item.bg-shop {
	padding-left: 23px;
	text-indent: 0;
}

.shop__info__item.bg-shop::after {
	width: 21px;
	height: 19px;
	background-position: -59px -120px;
}

.shop__info__item.bg-shop a {
	z-index: 2;
	position: relative;
	text-indent: 0;
}

.shop__info__item.bg-shop a::before {
	display: none;
}

.shop__info__item.bg-shop a::after {
	display: block;
	z-index: 10;
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
	border-bottom: 1px solid #EA5504;
	content: '';
}

.shop__info__item.bg-shop a:hover::after {
	opacity: 0;
}

/* ---- background ---- */

.bg a {
	display: block;
	position: relative;
	padding: 0;
	text-indent: -9999px;
}

.bg a::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url(../../img/bg2005.svg?v=1);
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: "";
}

.pc .bg-header-nav li:hover::before {
	display: block;
	top: -28px;
}

.pc .bg-header-nav li:hover a {
	background: #FFF;
}

.bg-header-nav li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(../../img/bg2005.svg?v=1);
	background-position: -302px -42px;
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: "";
	transition: top .1s linear;
}

.bg-header-nav li.inview a {
	background: #FFF;
}

.bg-header-nav a::before {
	top: 9px;
	right: auto;
	bottom: auto;
	left: 50%;
}

.bg-header-nav1 {
	width: 107px;
}

.bg-header-nav1 a::before {
	width: 53px;
	margin-left: -26px;
	background-position: -1px -1px;
}

.bg-header-nav1.inview a::before {
	background-position: -1px -20px;
}

.pc .bg-header-nav1:hover a::before {
	background-position: -1px -20px;
}

.bg-header-nav2 {
	width: 222px;
}

.bg-header-nav2 a::before {
	width: 179px;
	margin-left: -90px;
	background-position: -59px -1px;
}

.bg-header-nav2.inview a::before {
	background-position: -59px -20px;
}

.pc .bg-header-nav2:hover a::before {
	background-position: -59px -20px;
}

.bg-header-nav3 {
	width: 211px;
}

.bg-header-nav3 a::before {
	width: 167px;
	margin-left: -84px;
	background-position: -241px -1px;
}

.bg-header-nav3.inview a::before {
	background-position: -241px -20px;
}

.pc .bg-header-nav3:hover a::before {
	background-position: -241px -20px;
}

.bg-header-nav4 {
	width: 230px;
}

.bg-header-nav4 a::before {
	width: 188px;
	margin-left: -94px;
	background-position: -413px -1px;
}

.bg-header-nav4.inview a::before {
	background-position: -413px -20px;
}

.pc .bg-header-nav4:hover a::before {
	background-position: -413px -20px;
}

.bg-header-nav5 {
	width: 191px;
}

.bg-header-nav5 a::before {
	width: 149px;
	margin-left: -75px;
	background-position: -604px -1px;
}

.bg-header-nav5.inview a::before {
	background-position: -604px -20px;
}

.pc .bg-header-nav5:hover a::before {
	background-position: -604px -20px;
}

.bg-header-nav6 {
	width: 177px;
}

.bg-header-nav6 a::before {
	width: 130px;
	margin-left: -65px;
	background-position: -756px -1px;
}

.bg-header-nav6.inview a::before {
	background-position: -756px -20px;
}

.pc .bg-header-nav6:hover a::before {
	background-position: -756px -20px;
}

.bg-pagetop a::before {
	background-position: -302px -118px;
}

.bg-footer-logo a::before {
	background-position: -712px -46px;
}

.bg-sp-logo a::before {
	background-position: -253px -214px;
}

.bg-sp-nav a::before {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 40px;
	width: 25px;
	height: 32px;
	background-position: -255px -350px;
}

.bg-sp-nav a::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 86px;
	height: 21px;
	margin-bottom: 2px;
	background-image: url(../../img/bg2005.svg?v=1);
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: "";
}

.bg-sp-nav1 a::after {
	width: 61px;
	background-position: -1px -478px;
}

.bg-sp-nav2 a::after {
	width: 206px;
	background-position: -66px -478px;
}

.bg-sp-nav3 a::after {
	width: 190px;
	background-position: -276px -478px;
}

.bg-sp-nav4 a::after {
	width: 151px;
	background-position: -470px -478px;
}

.bg-sp-nav5 a::after {
	width: 175px;
	background-position: -1px -505px;
}

.bg-sp-nav6 a::after {
	width: 154px;
	background-position: -179px -505px;
}

.bg-sp-nav7 a {
	width: 297px;
	height: 61px;
	margin: 0 auto;
}

.bg-sp-nav7 a::before {
	display: none;
}

.bg-sp-nav7 a::after {
	top: 0;
	left: 0;
	width: 297px;
	height: 61px;
	margin: 0;
	border: 3px solid #ea5504;
	border-radius: 7px;
	background-position: -625px -457px;
}

.bg-sns {
	width: 100%;
	overflow: hidden;
}

.bg-sns li {
	float: left;
}

.bg-sns a {
	display: block;
	position: relative;
	height: 16px;
	text-indent: -9999px;
}

.bg-sns a::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../../img/bg2005.svg?v=1);
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: '';
}

.bg-sns1 {
	margin-right: 30px;
}

.bg-sns1 a {
	width: 8px;
}

.bg-sns1 a::before {
	background-position: -540px -505px;
}

.bg-sns2 {
	margin-right: 30px;
}

.bg-sns2 a {
	width: 15px;
}

.bg-sns2 a::before {
	background-position: -560px -505px;
}

.bg-sns3 {
	margin-right: 30px;
}

.bg-sns3 a {
	width: 15px;
}

.bg-sns3 a::before {
	background-position: -582px -505px;
}

.bg-sns4 a {
	width: 19px;
}

.bg-sns4 a::before {
	background-position: -603px -505px;
}

.bg-sns-nav {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.bg-sns-nav li {
	display: inline-block;
	margin-right: 35px;
	font-size: 10px;
}

.bg-sns-nav li:last-child {
	margin: 0;
}

.bg-sns-nav a {
	display: block;
	position: relative;
	height: 18px;
	text-indent: -9999px;
}

.bg-sns-nav a::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../../img/bg2005.svg?v=1);
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: '';
}

.bg-sns-nav1 a {
	width: 10px;
}

.bg-sns-nav1 a::before {
	background-position: -438px -505px;
}

.bg-sns-nav2 a {
	width: 18px;
}

.bg-sns-nav2 a::before {
	background-position: -458px -505px;
}

.bg-sns-nav3 a {
	width: 18px;
}

.bg-sns-nav3 a::before {
	background-position: -484px -505px;
}

.bg-sns-nav4 a {
	width: 22px;
}

.bg-sns-nav4 a::before {
	background-position: -508px -505px;
}

.bg-page-nav a::before {
	background-position: -189px -42px;
}

.bg-page-nav li.inview a::before {
	background-position: -189px -60px;
}

.bg-ill1::after {
	display: block;
	z-index: 4;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../img/ill1_base.svg);
	background-position: 0 27px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
}

.bg-ill1 div {
	position: absolute;
}

.bg-ill1 span::before,
.bg-ill1 span::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	content: "";
}

.bg-ill1 span::before {
	z-index: 2;
}

.bg-ill1 span::after {
	z-index: 3;
	opacity: .0;
}

.bg-ill1-1 {
	top: 0;
	left: 50%;
	margin-left: -36px;
}

.bg-ill1-1 span {
	width: 100px;
	height: 80px;
}

.bg-ill1-1 span::before,
.bg-ill1-1 span::after {
	background-image: url(../../img/ill1_1.svg);
	background-size: 98px 270px;
}

.bg-ill1-1 span::before {
	background-position: 50% -166px;
}

.bg-ill1-1 span::after {
	background-position: 50% -219px;
}

.bg-ill1-2 {
	top: 114px;
	left: 50%;
	margin-left: -83px;
}

.bg-ill1-2 span {
	width: 192px;
	height: 45px;
}

.bg-ill1-2 span::before,
.bg-ill1-2 span::after {
	z-index: 5;
	background-image: url(../../img/ill1_2.svg);
	background-size: 323px 241px;
}

.bg-ill1-2 span::before {
	background-position: 50% -148px;
}

.bg-ill1-2 span::after {
	background-position: 50% -196px;
}

.bg-ill1-3 {
	top: 90px;
	left: 50%;
	margin-left: -30px;
}

.bg-ill1-3 span {
	width: 88px;
	height: 19px;
}

.bg-ill1-3 span::before,
.bg-ill1-3 span::after {
	z-index: 5;
	background-image: url(../../img/ill1_3.svg);
	background-size: 148px 102px;
}

.bg-ill1-3 span::before {
	background-position: 50% -64px;
}

.bg-ill1-3 span::after {
	background-position: 50% -83px;
}

.bg-btn a::before {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 231px;
	height: 19px;
	margin: -9px 0 0 -115px;
	background-position: -214px -453px;
}

.bg-btn.is-shop a::before {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 141px;
	height: 19px;
	margin: -9px 0 0 -70px;
	background-position: -457px -453px;
}

.bg-txt::after {
	display: block;
	position: absolute;
	background-image: url(../../img/bg2005.svg?v=1);
	background-position: -203px -42px;
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: "";
}

.bg-relative {
	position: relative;
}

.bg-img {
	display: block;
	position: absolute;
}

.bg-img span {
	display: block;
	position: absolute;
	background-image: url(../../img/bg2005.svg?v=1);
	background-repeat: no-repeat;
	background-size: 928px 528px;
	content: "";
	opacity: .0;
}

.bg-img1 span,
.bg-img2 span {
	transition: opacity .5s linear;
}

.bg-img1.is-inview span,
.bg-img2.is-inview span {
	opacity: 1.0;
}

.bg-img1 {
	margin-top: -50px;
}

.bg-img1 span {
	background-position: -377px -96px;
}

.bg-img2 {
	margin-top: -50px;
}

.bg-img2 span {
	background-position: -236px -42px;
}

.bg-img2-1 {
	top: 65px;
	left: 50%;
	margin-top: -50px;
	margin-left: 40px;
}

.bg-img2-1 span {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 49px;
	height: 58px;
	background-position: -102px -153px;
	opacity: .0;
	transition: opacity .5s linear;
}

.bg-img2-1.is-inview span {
	opacity: 1.0;
}

.bg-img2-2-1 {
	top: 337px;
	left: 50%;
	margin-top: -50px;
}

.bg-img2-2-1 span {
	top: 0;
	left: 0;
	width: 98px;
	height: 123px;
	margin-left: -102px;
	background-position: -0 -350px;
	opacity: .0;
	transition: opacity .5s linear;
}

.bg-img2-2-1.is-inview span {
	opacity: 1.0;
}

.bg-img2-2-2 {
	top: 337px;
	left: 50%;
	margin-top: -50px;
}

.bg-img2-2-2 span {
	top: 21px;
	left: 0;
	width: 78px;
	height: 102px;
	margin-left: 8px;
	background-position: -110px -350px;
	opacity: .0;
	transition: opacity .5s linear .15s;
}

.bg-img2-2-2.is-inview span {
	opacity: 1.0;
}

.bg-img2-3 {
	top: 156px;
	left: 50%;
	margin-top: -50px;
	margin-left: -30px;
}

.bg-img2-3 span {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 53px;
	height: 55px;
	background-position: -253px -153px;
	opacity: .0;
	transition: opacity .5s linear;
}

.bg-img2-3.is-inview span {
	opacity: 1.0;
}

.bg-img3-1 {
	top: -30px;
	left: 50%;
	margin-top: -50px;
}

.bg-img3-1 span {
	top: 0;
	left: 0;
	width: 43px;
	height: 47px;
	margin-left: -135px;
	background-position: -69px -272px;
	opacity: .0;
	transition: opacity .5s linear .2s;
}

.bg-img3-1.is-inview span {
	opacity: 1.0;
}

.bg-img3-2 {
	top: -30px;
	left: 50%;
	margin-top: -50px;
}

.bg-img3-2 span {
	top: 30px;
	left: 0;
	width: 43px;
	height: 51px;
	margin-left: 92px;
	background-position: -183px -272px;
	opacity: .0;
	transition: opacity .5s linear;
}

.bg-img3-2.is-inview span {
	opacity: 1.0;
}

.bg-scroll {
	background-image: url(../../img/bg2005.svg?v=1);
	background-position: -2px -42px;
	background-repeat: no-repeat;
	background-size: 928px 528px;
}

/* ---- state ---- */

.js-inview-section {
	position: relative;
	top: 40px;
	opacity: .0;
}

.js-inview-section.is-section-inview {
	animation: sectionanime 2s linear;
}

.animate1 span::after {
	animation: anime1 4s infinite linear .1s;
}

.animate2 span::before {
	visibility: visible;
	animation: anime21 5.5s infinite linear .5s;
	opacity: 1;
}

.animate2 span::after {
	visibility: hidden;
	animation: anime22 5.5s infinite linear .5s;
	opacity: 1;
}

.animate3 span::after {
	animation: anime3 5s infinite linear;
}

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

.list {
	padding: 175px 0 0;
}

.list__inner {
	width: 48%;
	float: right;
}

.list__inner:first-child {
	float: left;
}

.list__address {
	padding-left: 1em;
}

.list__address .disc dt::before {
	display: block;
}

.list__address .disc > li::before {
	display: block;
}

}

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

.l-section.with-hero {
	padding-top: 800px;
}

.l-section.with-hero::before {
	height: 800px;
	padding: 0;
}

.l-section.is-egg::before {
	top: 0;
	background-image: url(../../img/hero_egg.jpg);
}

.l-section.is-book::before {
	background-image: url(../../img/hero_book.jpg);
}

.footer__body {
	padding: 125px 0 120px;
}

.footer__copyright {
	font-size: 14px;
}

.footer__copyright small {
	font-size: 14px;
}

.footer__pagetop {
	height: 20px;
	margin-top: 80px;
}

.footer__pagetop a {
	margin: 0 20px 0 0;
	float: right;
}

.footer__info {
	display: table;
	margin-bottom: 46px;
}

.footer__info li {
	display: table-cell;
	width: 330px;
	letter-spacing: .2em;
	vertical-align: middle;
}

.footer__info li:first-child {
	width: 375px;
}

.footer__info li:first-child::after {
	display: block;
	position: absolute;
	top: .25em;
	right: 0;
	bottom: .25em;
	border-right: 1px solid #3E3A39;
	content: "";
}

.footer__info dl {
	margin: 0;
}

.footer__sns {
	margin-bottom: 45px;
}

.page__nav {
	display: block;
}

.section__body {
	padding: 200px 25px 100px;
}

.section__body.is-egg {
	padding: 98px 0 95px;
}

.section__body.is-book {
	padding: 95px 0 95px;
}

.section__body.is-shop {
	padding: 107px 25px 125px;
}

.section__ttl span {
	margin: 0 auto 50px;
}

.section__ttl1 span {
	width: 394px;
}

.section__ttl2-1 span {
	width: 570px;
}

.section__ttl2-2 span {
	width: 406px;
}

.section__ttl3 {
	margin: -70px 0 0;
}

.section__ttl3 span {
	width: 326px;
}

.section__ttl4 {
	padding: 0;
}

.section__ttl4 span {
	width: 464px;
	margin: 0 auto 135px;
}

.section__ttl5 span {
	width: 500px;
	margin: 0 auto 56px;
}

.section__ttl-brd span {
	padding: 0 5px 15px;
}

.section__ttl-brd span::after {
	height: 6px;
	border-radius: 3px;
}

.section__ttl.is-egg span {
	max-width: 527px;
	margin: 0 auto 20px;
	padding-left: 17px;
}

.section__ttl.is-book span {
	max-width: 631px;
	margin: 0 auto 20px;
	padding-left: 69px;
}

.section__ttl.is-shop span {
	max-width: 299px;
	margin: 0 auto 69px;
}

.section__ttl .is-pc {
	display: block;
}

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

.thumb {
	max-width: 930px;
	margin: 35px auto 50px;
	padding: 0 15px;
}

.thumb__body {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -15px;
}

.thumb__item {
	width: calc(33.33% - 30px);
	margin: 0 15px;
}

.thumb__item:last-child {
	margin: 0 15px;
}

.thumb__item img.is-pc {
	display: block;
}

.thumb__item img.is-sp {
	display: none;
}

.ttl__sub {
	font-size: 33px;
	letter-spacing: .06em;
	line-height: 1.75;
}

.txt-small {
	font-size: 17px;
}

.txt-small p {
	line-height: 2.2;
}

.txt-large.is-padding {
	padding: 0 25px;
}

.txt-large {
	font-size: 22px;
}

.txt-large p {
	line-height: 2.4;
}

.movie {
	margin: 100px auto;
}

.movie__copyright small br {
	display: none;
}

.ill1 {
	width: 455px;
	padding: 876px 0 0 !important;
}

.ill1::after {
	margin: 0 42px 0 0;
}

.about__brd {
	border-width: 4px;
}

.about__brd-small {
	max-width: 638px;
}

.about__brd-middle {
	margin: 0 6.5%;
}

.about__brd-middle:last-child {
	margin: 0 6.5% 6.5%;
}

.about__ttl1 span {
	width: 244px;
}

.about__ttl1 span img {
	width: 210px;
}

.about__ttl2 span {
	width: 366px;
	margin: -60px auto 52px;
	padding: 11px 0 8px;
	border-width: 4px;
}

.about__ttl2 span img {
	width: 315px;
}

.about__ttl2-1 span {
	width: 204px;
	margin: -18px auto 0;
}

.about__ttl2-1 span img {
	width: 173px;
}

.about__ttl2-2 span,
.about__ttl2-3 span {
	width: 148px;
	margin: -18px auto 0;
}

.about__ttl2-2 span img,
.about__ttl2-3 span img {
	width: 100px;
}

.about__img1 {
	width: 400px;
	margin: 48px auto 53px;
}

.about__img2-1 .sp {
	display: none;
}

.about__img2-1 .pc {
	display: block;
	width: 280px;
	margin: 33px auto 47px;
}

.about__img2-2 .sp {
	display: none;
}

.about__img2-2 .pc {
	display: block;
	width: 540px;
	margin: 60px auto 90px;
}

.about__img2-2 .pc img {
	margin: 0 0 0 35px;
}

.about__img2-3 .sp {
	display: none;
}

.about__img2-3 .pc {
	display: block;
	width: 312px;
	margin: 62px auto 56px;
}

.about__img3 .sp {
	display: none;
}

.about__img3 .pc {
	display: block;
	width: 404px;
}

.about__img3 .pc img {
	margin: 0 0 0 6px;
}

.about__txt {
	border-width: 4px;
}

.about__txt::after {
	bottom: -70px;
	width: 50px;
	height: 53px;
	margin-left: -25px;
}

.about__txt1 {
	margin: 25px auto 153px;
	border-radius: 30px;
}

.about__txt1 span {
	width: 142px;
}

.about__txt1 .js-inview {
	top: -4px;
	left: -83px;
	width: 99px;
	height: 108px;
}

.about__txt1 .js-inview span {
	width: 99px;
	height: 108px;
}

.about__txt2-1 {
	width: 648px;
	margin: 25px auto 120px;
	padding: 5px 0;
	border-radius: 30px;
}

.about__txt2-1 .sp {
	display: none;
}

.about__txt2-1 span {
	width: 432px;
}

.about__txt2-1 .pc {
	display: block;
}

.about__txt2-2 {
	width: 648px;
	margin: 25px auto 120px;
	padding: 5px 0;
	border-radius: 20px;
}

.about__txt2-2 .sp {
	display: none;
}

.about__txt2-2 span {
	width: 479px;
}

.about__txt2-2 .pc {
	display: block;
}

.about__txt2-2 .js-inview {
	top: 85px;
	left: 50%;
	width: 44px;
	height: 56px;
	margin-left: 41px;
}

.about__txt2-2 .js-inview span {
	width: 44px;
	height: 56px;
}

.about__txt3 {
	width: 250px;
	margin: 25px auto 10px;
	padding: 5px 0;
	border-radius: 30px;
}

.about__txt3 span {
	width: 90px;
}

.bg-ill1::after {
	background-position: 0 100%;
}

.bg-ill1-1 {
	top: 8px;
	margin-left: -76px;
}

.bg-ill1-1 span::before {
	background-position: 50% 0;
}

.bg-ill1-1 span::after {
	background-position: 50% -83px;
}

.bg-ill1-2 {
	top: 195px;
	margin-left: -181px;
}

.bg-ill1-2 span {
	width: 323px;
	height: 71px;
}

.bg-ill1-2 span::before {
	background-position: 50% 0;
}

.bg-ill1-2 span::after {
	background-position: 50% -74px;
}

.bg-ill1-3 {
	top: 157px;
	margin-left: -95px;
}

.bg-ill1-3 span {
	width: 148px;
	height: 32px;
}

.bg-ill1-3 span::before {
	background-position: 50% 0;
}

.bg-ill1-3 span::after {
	background-position: 50% -32px;
}

.bg-txt::after {
	background-position: -203px -81px;
}

.bg-img1 span {
	background-position: -428px -41px;
}

.bg-img2 span {
	background-position: -256px -81px;
}

.bg-img2-1 {
	top: 174px;
	margin-left: 168px;
}

.bg-img2-1 span {
	width: 98px;
	height: 116px;
	background-position: -1px -153px;
}

.bg-img2-2-1 {
	top: 216px;
}

.bg-img2-2-1 span {
	width: 209px;
	height: 267px;
	margin-left: -216px;
	background-position: -358px -153px;
}

.bg-img2-2-2 {
	top: 216px;
}

.bg-img2-2-2 span {
	top: 46px;
	left: 0;
	width: 172px;
	height: 222px;
	margin-left: 16px;
	background-position: -572px -197px;
}

.bg-img2-3 {
	top: 260px;
	margin-left: -44px;
}

.bg-img2-3 span {
	width: 91px;
	height: 98px;
	background-position: -157px -152px;
}

.bg-img3-1 {
	top: -23px;
}

.bg-img3-1 span {
	width: 66px;
	height: 71px;
	margin-left: -216px;
	background-position: -1px -272px;
}

.bg-img3-2 {
	top: -23px;
}

.bg-img3-2 span {
	top: 23px;
	width: 65px;
	height: 79px;
	margin-left: 153px;
	background-position: -115px -271px;
}

}

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

.hero__body {
	max-width: 600px;
	height: 100vh;
	min-height: 750px;
}

}

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

.hero {
	height: calc(100vh + 270px);
	padding: 0;
}

.hero__wrap {
	height: 100vh;
	min-height: 750px;
}

.hero__btn {
	right: 50px;
	bottom: 90px;
	width: 79px;
	height: 72px;
	transition-delay: 5.58s;
}

.hero__thumb {
	margin: -85px auto 0;
	padding: 0;
}

.hero__thumb__list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 9px;
}

.hero__thumb__item {
	width: calc(33.33% - 26px);
	margin: 0 13px;
	transform: translate3d(0, 500px, 0);
}

.loaded .hero__thumb__item:first-child {
	animation: form-fly-up 1s both;
}

.hero__thumb__item:first-child::after {
	top: -26px;
	left: -20px;
	width: 98px;
	height: 149px;
	transform: translate3d(40%, 40%, 0);
	background-position: -608px -41px;
	animation: none;
}

.loaded .hero__thumb__item:first-child::after {
	animation: form-fly-up-left 1s linear both;
	animation-delay: 4.8s;
}

.loaded .hero__thumb__item:nth-child(2) {
	animation: form-fly-up 1s .5s both;
}

.loaded .hero__thumb__item:last-child {
	animation: form-fly-up 1s 1s both;
}

.hero__thumb__item:last-child::after {
	top: 17px;
	right: -1px;
	transform: translate3d(-50%, 50%, 0);
	animation: none;
}

.loaded .hero__thumb__item:last-child::after {
	animation: form-fly-up-right 1s linear 4.8s both;
}

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

.hero__thumb__item .is-pc {
	display: block;
}

.hero__nurie {
	top: 106px;
	right: 20px;
	bottom: auto;
	left: auto;
	margin: 0;
	transform: none;
	transition-delay: 5.58s;
}

.hero__nurie img {
	transform: translateY(0);
}

.loaded .hero__anime1 {
	animation-delay: 4.167s;
}

.loaded .hero__anime2 {
	animation-delay: 4.267s;
}

.loaded .hero__anime3 {
	animation-delay: 4.367s;
}

.loaded .hero__anime4 {
	animation-delay: 4.467s;
}

.loaded .hero__anime5 {
	animation-delay: 4.517s;
}

.loaded .hero__anime6 {
	animation-delay: 4.584s;
}

.loaded .hero__anime7 {
	animation-delay: 3.51s;
}

.loaded .hero__anime8 {
	animation-delay: 3.51s;
}

.loaded .hero__anime9 {
	animation-delay: 3.51s;
}

.loaded .hero__anime10 {
	animation: heroanime10 1.5s linear 2s both;
}

.loaded .hero__anime10::after {
	animation-delay: 2s;
}

.loaded .hero__anime11 {
	animation-delay: 4.677s;
}

.bg-scroll {
	background-position: -82px -42px;
}

}

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

.ttl__sub br {
	display: block;
}

.shop__list {
	margin: 0 0 51px;
}

.shop__list__ttl {
	padding: 0 0 6px;
	font-size: 22px;
}

.shop__list__ttl.is-label span {
	display: flex;
	position: absolute;
	bottom: 5px;
	align-items: center;
	justify-content: center;
	height: 2.6em;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.shop__list__ttl.is-label span:nth-child(1) {
	right: 129px;
	width: 62px;
}

.shop__list__ttl.is-label span:nth-child(2) {
	right: 67px;
	width: 62px;
}

.shop__list__ttl.is-label span:nth-child(3) {
	right: 0;
	width: 67px;
}

.shop .sub__list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 0 8px;
}

.shop .sub__list__ttl {
	width: 24.44%;
	font-size: 14px;
}

.shop .sub__list__ttl a::after {
	bottom: 4px;
}

.shop .sub__list__txt {
	width: 75.56%;
}

.shop .sub__list__txt .is-block-sp {
	display: none;
}

.shop__info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 190px;
	font-size: 14px;
}

.shop__info__item:nth-child(1) {
	width: 58.98%;
}

.shop__info__item:nth-child(2) {
	width: 41.02%;
}

.shop__info__item:nth-child(3) {
	position: absolute;
	top: 0;
	right: 129px;
	bottom: 0;
	width: 62px;
	text-indent: -9999px;
}

.shop__info__item:nth-child(4) {
	position: absolute;
	top: 0;
	right: 67px;
	bottom: 0;
	width: 62px;
	text-indent: -9999px;
}

.shop__info__item:nth-child(5) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 67px;
	text-indent: -9999px;
}

.shop__info__item.bg {
	display: block;
	font-size: 14px;
}

.shop__info__item.bg::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shop__info__item.bg-egg {
	margin: 0;
	padding: 0;
}

.shop__info__item.bg-book {
	margin: 0;
	padding: 0;
}

.shop__info__item.bg-shop {
	margin: 0;
	padding: 0;
}

.shop__info__item.bg-shop a {
	display: block;
	top: 50%;
	left: 50%;
	width: 21px;
	height: 22px;
	margin-top: 2px;
	margin-left: -2px;
	transform: translate(-50%, -50%);
	text-indent: -9999px;
}

.shop__info__item.bg-shop a::after {
	right: auto;
	bottom: 0;
	left: 1px;
	width: 19px;
	height: 22px;
}

}

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

.area__img .sp {
	display: none;
}

.area__img .pc {
	display: block;
}

.area__link {
	display: block;
}

.list {
	max-width: 900px;
	margin: 170px auto 0;
	padding: 0;
	border-top: 1px solid #3E3A39;
}

.list__inner {
	width: 100%;
	float: none;
}

.list__inner:first-child {
	float: none;
}

.list__inner:last-child {
	display: none;
}

.list__body {
	width: 260px;
	margin: 0 0 0 6.6%;
	float: left;
}

.list__body:first-child {
	margin: 0;
}

.list__body .list__content:first-child {
	border: none;
}

.list__body-sp {
	display: none;
}

.list__content {
	margin: 0 0 12px;
	padding: 20px 0 12px;
	border-top: 1px solid #3E3A39;
}

.list__ttl {
	font-size: 19px;
}

.list__ttl a {
	padding: 0;
}

.list__ttl a::before {
	display: none;
}

.list__ttl6 {
	padding: 0;
}

.list__ttl6::before {
	display: none;
}

.list__ttl7 {
	padding: 0;
}

.list__ttl7::before {
	display: none;
}

.list__address {
	font-size: 13px;
}

.list__address .sp-block {
	display: inline;
}

}

@media screen and (min-width: 1001px) and (min-height: 1100px) {

.hero__body {
	max-width: 688px;
}

}

@media screen and (min-width: 1001px) and (min-height: 1200px) {

.hero__body {
	max-width: 1000px;
}

}

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

.js-process-step::before {
	transform: translateY(30%);
	opacity: .0;
	transition: all 1s ease-out;
}

.js-process-step-ttl {
	transform: translateY(30%);
	opacity: .0;
	transition: all 1s ease-out;
}

.js-process-step-img {
	transform: translateY(30%);
	opacity: .0;
	transition: all 1s ease-out;
}

.js-process-step.js-inview::before {
	transform: translateY(0%);
	opacity: 1.0;
	transition-delay: .5s;
}

.js-process-step.js-inview .js-process-step-ttl {
	transform: translateY(0%);
	opacity: 1.0;
}

.js-process-step.js-inview .js-process-step-img {
	transform: translateY(0%);
	opacity: 1.0;
	transition-delay: .3s;
}

}

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

.ill {
	padding: 500px 0 0;
}

.ill__body2 {
	margin: -676px auto 0;
}

.ill__body3 {
	margin: -622px auto 0;
}

.ill2 span {
	max-width: 996px;
	margin: 0 auto;
}

.ill3 span {
	max-width: 1110px;
	margin: 0 auto;
}

.pc .ill__body2 {
	margin: -700px auto 0;
}

.pc .ill__body3 {
	margin: -720px auto 0;
}

.othr .ill2 {
	padding-top: 780px;
}

.othr .ill3 {
	padding-top: 780px;
}

.othr .ill__body2 {
	margin: -773px auto 0;
}

.othr .ill__body3 {
	margin: -770px auto 0;
}

}

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

.movie__body {
	padding-top: 608px;
}

}

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

.l-header {
	display: block;
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.l-section.is-egg {
	padding-top: 800px;
}

.sp__btn {
	display: none;
}

.sp__menu {
	display: none;
}

.anchor {
	top: 1px;
}

.anchor.with-ttl {
	top: -80px;
}

.anchor.with-hero {
	top: 1px;
}

.hero__nurie {
	right: auto;
	left: 50%;
	margin-left: 433px;
	transform: translateX(-50%);
}

}

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

.l-section.is-egg::before {
	top: 59px;
	background-image: url(../../img/hero_egg_sp.jpg);
}

.l-section.is-book::before {
	background-image: url(../../img/hero_book_sp.jpg);
}

}

@media screen and (max-width: 667px) and (max-height: 414px) {

.hero__body {
	max-width: 450px;
}

.hero__btn {
	bottom: 30px;
}

.hero__thumb {
	padding-top: 242px;
}

.hero__nurie {
	bottom: -172px;
}

}

@media screen and (max-width: 666px) and (max-height: 812px) {

.hero__btn {
	bottom: 160px;
}

.hero__thumb {
	padding-top: 160px;
}

.hero__logo {
	margin-top: -60px;
}

.hero__nurie {
	bottom: -42px;
}

}

@media screen and (max-width: 666px) and (max-height: 667px) {

.hero__btn {
	bottom: 120px;
}

.hero__thumb {
	padding-top: 200px;
}

.hero__nurie {
	bottom: -82px;
}

}

@keyframes sectionanime {

0% {
	top: 40px;
	opacity: .0;
}

100% {
	top: 0;
	opacity: 1.0;
}

}

@keyframes anime1 {

0% {
	opacity: .0;
}

4.99% {
	opacity: .0;
}

5% {
	opacity: 1.0;
}

9.99% {
	opacity: 1.0;
}

10% {
	opacity: .0;
}

14.99% {
	opacity: .0;
}

15% {
	opacity: 1.0;
}

19.99% {
	opacity: 1.0;
}

20% {
	opacity: .0;
}

24.99% {
	opacity: .0;
}

25% {
	opacity: 1.0;
}

29.99% {
	opacity: 1.0;
}

30% {
	opacity: .0;
}

100% {
	opacity: .0;
}

}

@keyframes anime3 {

0% {
	opacity: .0;
}

54.99% {
	opacity: .0;
}

55% {
	opacity: 1.0;
}

59.99% {
	opacity: 1.0;
}

60% {
	opacity: .0;
}

100% {
	opacity: .0;
}

}

@keyframes anime21 {

0% {
	visibility: visible;
}

9.99% {
	visibility: visible;
}

10% {
	visibility: hidden;
}

15% {
	visibility: hidden;
}

15.01% {
	visibility: visible;
}

59.99% {
	visibility: visible;
}

60% {
	visibility: hidden;
}

65% {
	visibility: hidden;
}

65.01% {
	visibility: visible;
}

100% {
	visibility: visible;
}

}

@keyframes anime22 {

0% {
	visibility: hidden;
}

9.99% {
	visibility: hidden;
}

10% {
	visibility: visible;
}

15% {
	visibility: visible;
}

15.01% {
	visibility: hidden;
}

59.99% {
	visibility: hidden;
}

60% {
	visibility: visible;
}

65% {
	visibility: visible;
}

65.01% {
	visibility: hidden;
}

100% {
	visibility: hidden;
}

}

@keyframes heroanime1 {

0% {
	visibility: hidden;
	margin-top: -4%;
	transform: rotate(-15deg);
}

99% {
	visibility: visible;
	margin-top: -4%;
	transform: rotate(-15deg);
}

100% {
	visibility: visible;
	margin-top: 0;
	transform: rotate(0);
}

}

@keyframes heroanime2 {

0% {
	visibility: hidden;
	transform: scale(1.2);
}

0.1% {
	visibility: visible;
}

100% {
	visibility: visible;
	transform: scale(1);
}

}

@keyframes heroanime7 {

0% {
	visibility: hidden;
	margin: 0;
}

0.01% {
	visibility: visible;
	margin: 0;
}

50% {
	visibility: visible;
	margin-top: -50%;
}

100% {
	visibility: visible;
	margin-top: 0;
}

}

@keyframes heroanime8 {

0% {
	visibility: hidden;
	margin: -7.5% 0 0 13.9%;
}

0.01% {
	visibility: visible;
	margin: -7.5% 0 0 13.9%;
}

100% {
	visibility: visible;
	margin: 0;
}

}

@keyframes heroanime9 {

0% {
	visibility: hidden;
	margin: -7% 0 0 -12.4%;
}

0.01% {
	visibility: visible;
	margin: -7% 0 0 -12.4%;
}

100% {
	visibility: visible;
	margin: 0;
}

}

@keyframes heroanime10sp {

0% {
	opacity: 1.0;
}

99% {
	opacity: 1.0;
}

99.9% {
	opacity: 0.0;
}

100% {
	opacity: 0.0;
}

}

@keyframes heroanime10 {

0% {
	opacity: 1.0;
}

0.1% {
	visibility: visible;
	opacity: 1.0;
}

99% {
	opacity: 1.0;
}

99.9% {
	opacity: 0.0;
}

100% {
	opacity: 0.0;
}

}

@keyframes heroanime10after {

0% {
	top: 0;
}

33% {
	top: 0;
}

66% {
	top: 100%;
}

99.9% {
	visibility: visible;
	top: 100%;
}

100% {
	visibility: hidden;
	top: 100%;
}

}

@keyframes heroanime11 {

0% {
	visibility: hidden;
}

0.01% {
	visibility: visible;
}

100% {
	visibility: visible;
}

}

@keyframes form-fly-up {

0% {
	transform: translateY(500px);
}

50% {
	transform: translateY(-50px);
}

100% {
	transform: translateY(0);
}

}

@keyframes form-fly-up-left {

0% {
	transform: translate3d(40%, 40%, 0);
}

30% {
	transform: translate3d(-30%, -30%, 0);
}

100% {
	transform: translate3d(0, 0, 0);
}

}

@keyframes form-fly-up-left-sp {

0% {
	transform: translate3d(50%, 50%, 0);
}

30% {
	transform: translate3d(-30%, -30%, 0);
}

100% {
	transform: translate3d(0, 0, 0);
}

}

@keyframes form-fly-up-right {

0% {
	transform: translate3d(-50%, 50%, 0);
}

30% {
	transform: translate3d(30%, -30%, 0);
}

100% {
	transform: translate3d(0, 0, 0);
}

}

@keyframes form-fly-up-right-sp {

0% {
	transform: translate3d(-50%, 50%, 0);
}

30% {
	transform: translate3d(30%, -30%, 0);
}

100% {
	transform: translate3d(0, 0, 0);
}

}

