@charset "UTF-8";

#heading {
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 9;

}

#heading>h1 {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.4rem;
}

#heading>h1 a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------
  .mv
----------------------------------------------------*/
.mv {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.mv::before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 93%;
}

.mv::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/top/mv-bg.jpg');
	background-size: cover;
	background-position: top right;
}

.mv-body {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mv-lead {
	width: 57%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
}

.mv-ttl {
	width: 100%;
	height: auto;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}

.mv-ttl>h2,
.mv-ttl>h2>picture,
.mv-ttl>h2 img {
	width: 100%;
	height: auto;
}

.mv-circle {
	width: 150%;
	height: 150%;
	position: absolute;
	top: 20%;
	transform: translate(-50%, 0);
	left: 50%;
	margin: 0 auto;
	animation: rotation 10s ease-in-out infinite;
	opacity: .2;
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.mv-ttl__chara {
	width: 20%;
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, 0);
}

.mv-chara__left {
	width: auto;
	height: 50%;
	position: absolute;
	top: 5%;
	left: -3.3%;
	z-index: 2;
	-webkit-animation: fuwafuwa 1s infinite linear alternate;
	animation: fuwafuwa 1s infinite linear alternate;
	transform-origin: bottom center;
}

@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0) rotate(-1deg);
	}

	50% {
		-webkit-transform: translate(0, -2px) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(0, 0)rotate(1deg);
	}
}

@keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0) rotate(-1deg);
	}

	50% {
		-webkit-transform: translate(0, -2px) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(0, 0)rotate(1deg);
	}
}

.mv-chara__right {
	width: auto;
	height: 45%;
	position: absolute;
	top: 10%;
	right: -4%;
	z-index: 2;
	-webkit-animation: fuwafuwa 1s infinite linear alternate;
	animation: fuwafuwa 1s infinite linear alternate;
	animation-delay: .25s;
}

.mv-chara__left>img,
.mv-chara__right>img {
	width: auto;
	height: 100%;
}

.scroll-down {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20px;
	height: 25vh;
	border-radius: 50vh;
	border: 2px solid #fff;
	overflow: hidden;
	position: absolute;
	top: 10%;
	right: 5%;
	z-index: 2;
	opacity: .8;
	font-family: Oswald;
}

.scroll-down__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-animation: 14s linear infinite;
	animation: 14s linear infinite;
}

.scroll-down__block:nth-of-type(1) {
	-webkit-animation-name: loop-slide-bottom1;
	animation-name: loop-slide-bottom1;
}

.scroll-down__block:nth-of-type(2) {
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
	-webkit-animation-name: loop-slide-bottom2;
	animation-name: loop-slide-bottom2;
}

.scroll-down span {
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	color: #fff;
	font-size: 1.2rem;
	margin: 5px 0;
}

@keyframes loop-slide-bottom1 {
	0% {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

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

@keyframes loop-slide-bottom2 {
	0% {
		-webkit-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
	}

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

.area-shapes {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.shapes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.shapes>div {
	position: absolute;
	width: 73px;
	height: auto;
	animation: animate 8s linear infinite;
	bottom: 20%;
	opacity: 0;
}

.shapes>div:nth-of-type(1) {
	width: 73px;
	left: 25%;
	animation-delay: 0s;
}

.shapes>div:nth-of-type(2) {
	width: 90px;
	left: 70%;
	animation-delay: 1s;
}

.shapes>div:nth-of-type(3) {
	width: 50px;
	left: 30%;
	animation-delay: 2s;
}

.shapes>div:nth-of-type(4) {
	width: 73px;
	left: 65%;
	animation-delay: 3s;
}

.shapes>div:nth-of-type(5) {
	width: 120px;
	left: 45%;
	animation-delay: 4s;
}

.shapes>div:nth-of-type(6) {
	width: 80px;
	left: 20%;
	animation-delay: 5s;
}

.shapes>div:nth-of-type(7) {
	width: 100px;
	left: 40%;
	animation-delay: 6s;
}

.shapes>div:nth-of-type(8) {
	width: 70px;
	left: 60%;
	animation-delay: 7s;
}

@keyframes animate {
	0% {
		transform: translateY(10vh) rotate(0) scale(1.5);
		opacity: 0;
	}

	50% {
		opacity: .7;
	}

	100% {
		transform: translateY(-120vh) rotate(720deg) scale(.5);
		opacity: 0;
	}
}

/*----------------------------------------------------
  .cont
----------------------------------------------------*/
.cont {
	width: 100%;
	height: auto;
	position: relative;
	padding: 200px 0 0 0;
	margin-top: -48%;
}

.cont-bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 200vw;
	min-width: 2000px;
	height: auto;
}

.cont-body {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.cont-banner {
	margin: 50px auto 0 auto;
	width: 80%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.cont-banner a {
	transition: opacity .4s;
}

.cont-banner a:hover {
	opacity: .8;
	transition: opacity .4s;
}

.cont-banner a::after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #FFF;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflect 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflect 2s ease-in-out infinite;
}

@keyframes reflect {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes reflect {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.news {
	width: 100%;
	padding-top: 30px;
}

.news-ttl {
	width: 70%;
	margin: 0 auto 40px;
}

.news-lead {
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
}

.news-list {
	padding: 50px 50px 44px;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	width: 80%;
	margin: 0 auto 40px;
	background: #fbfbfb;
}

.news-item {
	width: 100%;
}

.news-item:nth-of-type(n+2) {
	margin-top: 25px;
}

.news-item__ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.news-item__date {
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
	background: #52c357;
	color: #fff;
	border-radius: 50vh;
	font-family: Oswald;
	padding-bottom: 1px;
	box-sizing: border-box;
}

.news-item__date-y {
	font-size: 1.25rem;
}

.news-item__date-d {


	font-size: 1.75rem;
}

.news-item__ttl-main {
	width: calc(100% - 90px);
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 12px;
}

.news-item__ttl-main>h3 {
	font-size: 1.6rem;
	padding-right: 40px;
	box-sizing: border-box;
}

.news-item__ttl-main>span {
	font-size: 1rem;
}

.news-item__arrow {
	width: 26px;
	height: 26px;
	color: #6D4E55;
	border: 2px solid #6D4E55;
	border-radius: 50vh;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-item__arrow:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #6D4E55 transparent transparent transparent;
	border-radius: 10px;
}

.active .news-item__arrow {
	transform: translate(0, -50%) rotate(180deg);
}

.news-item__txt {
	display: none;
	width: 100%;
	padding: 5px 10px 20px 90px;
	font-size: 1.5rem;
	box-sizing: border-box;
}

.news-item__txt a {
	text-decoration: underline;
}

.news-band {
	width: 100%;
	padding: 0;
	background: #FFA1B4;
	color: #fff;
	border-radius: 0 0 10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.news-band__flow {
	width: 100vw;
	display: flex;
	overflow: hidden;
	font-family: Oswald;
}

.news-band__flow>div {
	flex: 0 0 auto;
	white-space: nowrap;
	font-size: 1rem;
	padding-right: 10px;
}

.news-band__flow>div:nth-child(even) {
	animation: loop-slide-left2 10s linear infinite;
}

.news-band__flow>div:nth-child(odd) {
	animation: loop-slide-left1 10s -5s linear infinite;
}

@keyframes loop-slide-left1 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes loop-slide-left2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

/*----------------------------------------------------
  .about
----------------------------------------------------*/
.about {
	width: 100%;
	height: auto;
	position: relative;
}

.about:before {
	content: "";
	background: #fff url(/img/top/about-bg2.svg);
	display: block;
	width: 100%;
	height: 380px;
	background-size: cover;
	background-position: center top;
}

.about-body {
	margin-top: -1px;
	width: 100%;
	position: relative;
	z-index: 2;
	background: #EFC5D0;
	padding: 30px 0 80px;
}

.about-body-in {
	width: 1000px;
	margin: 0 auto;
}

.about-col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 140px;
}

.about-img {
	width: 44%;
	position: relative;
	box-sizing: border-box;
	background: url(../img/top/sns-phone.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	border-radius: 20px 20px 20px 20px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 19px;
	overflow-y: scroll;
	overflow: hidden;
}

.about-img::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 187.5%;
}

.about-img>picture,
.about-img img {
	object-fit: cover;
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
}

.about-inner {
	width: 50%;
}

.about-ttl>h2 {
	width: 70%;
	margin: 0 auto 70px;
}

.about-txt {
	width: 100%;
	font-weight: bold;
}

.about-txt>p:not(:last-child) {
	margin-bottom: 20px;
}

.about-link {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.about-link>a {
	display: block;
	width: 100%;
	transition: opacity .4s;
}

.about-link>a:hover {
	opacity: .8;
	transition: opacity .4s;
}

.star-top {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	bottom: 234px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	animation: star__flash 0.3s linear infinite;
}

.star-bottom {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	animation: star__flash 0.3s linear infinite;
}

.star-link {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	animation: star__flash 0.3s linear infinite;
}

@keyframes star__flash {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 0.7;
	}

	50% {
		opacity: 0.9;
	}

	75% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
	}
}

/*----------------------------------------------------
  .truck
----------------------------------------------------*/
.truck {
	width: 100%;
	height: auto;
	position: relative;
	padding: 80px 0 110px;
	background: #EFC5D0;
	overflow: hidden;
}

.star-track {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
	animation: star__flash 0.3s linear infinite;
}

.truck::after {
	display: block;
	content: '';
	width: 100%;
	height: 45%;
	background: #fff;
	position: absolute;
	top: 60%;
	left: 0;
}

.truck-body {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 80px;
}

.truck-ttl {
	width: 100%;
	position: relative;
	z-index: 2;
}

.truck-ttl:before {
	display: block;
	content: "";
	background: url(../img/top/truck-ttl2.svg) no-repeat;
	width: 400px;
	height: 400px;
	position: absolute;
	left: -30px;
	top: -10px;
	transform: rotate(352deg);
}

.truck-ttl>h3 {
	width: 70%;
	margin: 0 auto 35px auto;
}

.truck-ttl__inner {
	width: 100%;
	text-align: center;
}

.truck-ttl__inner-txt {
	font-size: 16px;
	font-weight: bold;
}

.truck-bg {
	width: 100vw;
	height: auto;
	position: absolute;
	top: 27.5%;
	left: 0;
	min-width: 2000px;
}

.truck-bg::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 18.151%;
}

.truck-bg>img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
}

.slider {
	animation: scroll-left 30s infinite linear .5s both;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.slide {
	list-style: none;
	width: 500px;
	margin: 0 30px;
}

@keyframes scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.slider-wrapper .slider figure {
	border-radius: 15px;
	border: 10px solid #FFF;
	width: 500px;
	height: 333px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 19px;
}

.slider-wrapper .slider .slide:nth-child(1) figure {
	filter: drop-shadow(10px 10px 0 #FFEB3B);
	background: url(/img/top/loop1.jpg);
	background-position: bottom center;
}

.slider-wrapper .slider .slide:nth-child(2) figure {
	filter: drop-shadow(10px 10px 0 #FF85A7);
	background: url(/img/top/loop2.jpg);
	background-position: bottom center;
}

.slider-wrapper .slider .slide:nth-child(3) figure {
	filter: drop-shadow(10px 10px 0 #fa8e8e);
	background: url(/img/top/loop3.jpg);
	background-position: bottom center;
}

.slider-wrapper .slider .slide:nth-child(4) figure {
	filter: drop-shadow(10px 10px 0 #00BCD4);
	background: url(/img/top/loop4.jpg);
	background-position: bottom center;
}

.slider-wrapper:hover .slider {
	animation-play-state: paused;
}

figcaption {
	margin-top: 25px;
	padding: 0 20px;
}

figcaption h2 {
	font-size: 18px;
}

figcaption p {
	font-size: 16px;
	line-height: 1.5;
}

/*.loop__inner {
	width: 200%;
    height: auto;
    margin: 0;
    overflow-x: hidden;
    margin: 0 -50%;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
.loop__col {
  height:auto;
  display:flex;
  margin: 0 -50px;
  min-width: 5500px;
}
.loop__list {
  display: flex;
  justify-content:space-around;
  align-items: center;
  list-style: none;
  animation: infinity-scroll-left 48s infinite linear both;
}
@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  } 
}
.loop__item__1st {
  width:17.5%;
  transform: rotate(-10deg);
  margin-top:auto;
  filter: drop-shadow(8px 8px 0 #FF85A7);
}
.loop__item__2nd {
  width:17.5%;
  filter: drop-shadow(8px 8px 0 #FFFF00);
}
.loop__item__3rd {
  width:10%;
  transform: rotate(8deg);
  filter: drop-shadow(8px 8px 0 #55CAFF);
}
*/
/*----------------------------------------------------
  .song
----------------------------------------------------*/
.song {
	width: 100%;
	height: auto;
	position: relative;
	padding: 80px 0 100px;
	background: #fff;
	margin-top: -1px;
}

.song .cont-banner {
	width: 100%;
}

.song-body {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.song-ttl {
	width: 100%;
	margin: 0 auto 80px auto;
	text-align: center;
	position: relative;
}

.song-ttl>h2 {
	width: 70%;
	margin: 0 auto 40px auto;
}

.sont-ttl__txt {
	width: 80%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.music-note {
	position: absolute;
	top: -8vh;
	left: 50%;
	transform: translate(-50%, 0);
	width: 75%;
	height: auto;
}

.music-note-object {
	width: 100%;
	height: auto;
}

.music-note-object1,
.music-note-object2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.music-note-object1 {
	animation: truck-fade 1s linear infinite;
}

.music-note-object2 {
	animation: truck-fade 1s linear .5s infinite;
}

.song-col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 80px;
}

.song-col__img {
	width: 68%;
	height: auto;
	position: relative;
}

.song-col__img-lead {
	position: relative;
	aspect-ratio: 16 / 9;
	cursor: pointer;
}

.song-col__img-lead:hover {
	opacity: .9;
}

.song-col__img-lead>img {
	border-radius: 20px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 19px;
}

.song-col__txt {
	margin-top: 30px;
}

.song-col__txt a {
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vh;
	background: #0F1419;
	color: #fff;
	font-size: 18px;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 80px;
	margin: 50px auto 0;
}

.song-col__txt a:hover {
	opacity: .8;
}

.song-col__txt_sp {
	display: none;
}

.ribbon {
	width: 25%;
	height: auto;
	position: absolute;
	top: -45px;
	left: -45px;
}

.play-btn {
	width: 11.2%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.song-col__inner {
	width: 28.5%;
	height: auto;
	position: relative;
}

@keyframes step01 {
	0% {
		transform: translate(0, 0);
	}

	25% {
		transform: translate(-6px, -12px) rotate(-2deg);
	}

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

	75% {
		transform: translate(6px, -12px) rotate(2deg);
	}

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

.lyrics {
	width: 100%;
	height: auto;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.lyrics>p {
	display: inline-block;
}

.lyrics>p::before {
	display: inline-block;
	content: '';
	width: calc(8px * 1.2);
	height: calc(9.6px * 1.2);
	background: url('../img/common/note.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
}

.lyrics>p:not(:last-child) {
	margin-bottom: 4px;
	border-bottom: 1px dashed #FFD0D9;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}

.modal-content {
	width: 60%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-content__movie {
	width: 100%;
	height: auto;
	position: relative;
}

.modal-content__movie::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.modal-content__movie>iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.modal-close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5%;
	right: 5%;
	transition: 0.3s;
	cursor: pointer;
	z-index: 1;
}

.modal-close:hover {
	opacity: 0.7;
}

.modal-close::before,
.modal-close::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 4px;
	margin-top: -1px;
	margin-left: -50%;
	background-color: #fff;
}

.modal-close::before {
	transform: rotate(45deg);
}

.modal-close::after {
	transform: rotate(-45deg);
}

.stamp-bg__top {
	width: 200vw;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	min-width: 2000px;
}

.stamp-bg__top::before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 6.5%;
	margin-bottom: -1px;
}

.stamp-bg__top>img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

@keyframes truck-fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*----------------------------------------------------
  .stamp
----------------------------------------------------*/
.stamp {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 20px 0;
}

.stamp:before {
	content: "";
	background: #fff url(/img/common/bg-wave__top.svg);
	display: block;
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center top;
}

.stamp:after {
	content: "";
	background: url(/img/common/bg-wave__bottom2.svg);
	display: block;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center bottom;
	margin-top: -1px;
}

.stamp .star-top {
	top: auto;
	bottom: 188px;
}

.stamp .star-bottom {
	top: 190px;
}

.stamp-body {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 100px;
	position: relative;
	z-index: 2;
}

.stamp-ttl__inner>h2 {
	width: 70%;
	margin: 0 auto 30px auto;
}

.stamp-ttl__txt {
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
}

.stamp-link__col {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.stamp-link__col>a {
	display: block;
	width: 49%;
	height: auto;
	transition: opacity .4s;
}

.stamp-link__col>a:hover {
	opacity: .8;
	transition: opacity .4s;
}

.stamp-body__wrap {
	width: 100%;
	padding: 0 0 30px;
	background: #efc5d0;
}

.stamp-img__wrap {
	padding-bottom: 40px;
	background: #efc5d0;
	margin-top: -1px;
}

.stamp-img {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	position: relative;
	z-index: 1;
}

.stamp-img>div {
	position: absolute;
	width: 10.83%;
	height: auto;
	bottom: 0;
}

.stamp-img>div:nth-of-type(1) {
	top: -84px;
	left: 0;
}

.stamp-img>div:nth-of-type(1)>img {
	animation: animate-line2 2s linear infinite;
}

.stamp-img>div:nth-of-type(2) {
	width: 6.6%;
	top: -89px;
	left: 20%;
}

.stamp-img>div:nth-of-type(2)>img {
	animation: animate-line2 2s linear .2s infinite;
}

.stamp-img>div:nth-of-type(3) {
	width: 11.16%;
	left: 358px;
	top: 34px;
}

.stamp-img>div:nth-of-type(3)>img {
	animation: animate-line2 2s linear .3s infinite;
}

.stamp-img>div:nth-of-type(4) {
	width: 6.6%;
	left: 57%;
	top: 13%;
}

.stamp-img>div:nth-of-type(4)>img {
	animation: animate-line2 2s linear .4s infinite;
}

.stamp-img>div:nth-of-type(5) {
	width: 15.83%;
	left: 84%;
	top: -28px;
}

.stamp-img>div:nth-of-type(5)>img {
	animation: animate-line2 2s linear .5s infinite;
}

@keyframes animate-line2 {
	0% {
		transform: rotate(0);

	}

	25% {
		transform: rotate(5deg);
	}

	50% {
		transform: rotate(0);
	}

	75% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0);
	}
}

.stamp-img>span {
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, .8);
	border-radius: 50vh;
}

.stamp-img>span:nth-of-type(1) {
	position: absolute;
	top: -34px;
	left: 479px;
}

.stamp-img>span:nth-of-type(2) {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 2%;
	left: 71%;
}

.stamp-img>span:nth-of-type(3) {
	position: absolute;
	top: -87px;
	right: 37px;
}

.stamp-img>span:nth-of-type(4) {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 15%;
	left: 18%;
}

.goods-pendulum {
	height: auto;
	position: absolute;
	top: 35px;
	right: -176px;
	z-index: 0;
	animation: swing 2.3s infinite linear;
	transform-origin: top center;
	width: 480px;
}

@keyframes swing {

	0%,
	100% {
		transform: rotate(-5deg);
	}

	50% {
		transform: rotate(5deg);
	}
}

.stamp-bg__bottom {
	width: 100vw;
	height: auto;
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}

.stamp-bg__bottom::before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 42.5%;
}

.stamp-bg__bottom>img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

/*----------------------------------------------------
  .goods
----------------------------------------------------*/
.goods {
	width: 100%;
	height: auto;
	position: relative;
	padding: 120px 0 440px 0;
}

.goods::after {
	display: block;
	content: '';
	width: 100%;
	height: calc(150% + 7.5%);
	background: url('../img/common/bg-stripe__pink.png');
	background-size: cover;
	position: absolute;
	position: absolute;
	top: -500px;
	left: 0;
	right: 0;
	opacity: 1;
}

.goods::before {
	content: '';
	display: block;
	background: url(/img/common/bg-circle__pink.svg);
	display: block;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center top;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.goods-body {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.goods-ttl {
	width: 70%;
	margin: 0 auto 30px auto;
}

.goods-ttl>h2 {
	width: 100%;
}

.goods-lead {
	width: 80%;
	height: auto;
	margin: 0 auto 60px auto;
	text-align: center;
	font-size: 16px;
}

.goods-lead__img {
	width: 18%;
}

.goods-lead__inner {
	font-weight: bold;
}

.goods-item {
	width: 100%;
	height: auto;
	position: relative;
}

.goods-item::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 70.3125%;
}

.goods-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.goods-img>picture,
.goods-img>picture>img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.goods-link {
	width: 80%;
	margin: 70px auto 0;
	position: relative;
}

.goods-link>a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.goods-bg {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.goods-bg::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 16.7%;
}

.goods-bg>img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

/*----------------------------------------------------
  .product
----------------------------------------------------*/
.product {
	width: 100%;
	height: auto;
	background: #F8E6EA;
	position: relative;
}

.product:after {
	content: "";
	background: #fff url(/img/common/bg-circle__pink.svg);
	transform: rotate(180deg);
	display: block;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center bottom;
	margin-top: -4px;
}

.product-body {
	width: 1000px;

	margin: 0 auto;
	position: relative;
	z-index: 1;
	top: -120px;
}

.product-lead {
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	margin: 0 auto 70px;
	text-align: center;
}

.product-col {
	width: 100%;
	height: auto;
}

.product-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.product-box:not(:last-child) {
	margin-bottom: 20px;
}

.product-item__wrap {
	height: auto;
}

.product-item__wrap--col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-item {
	width: 100%;
	height: auto;
	position: relative;
}

.product-item::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.product-item__rect::after {
	padding-top: 158.333%;
}

.product-item>img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
}

.product-item__style1 {
	width: 36.95%;
}

.product-item__style2,
.product-item__style3 {
	width: 17.776%;
}

.product-item__style4 {
	width: 23.333%;
}

.product-item__style5,
.product-item__style7 {
	width: 29.583%;
}

.product-item__style6 {
	width: 38.055%;
}

.product-item__style8,
.product-item__style9,
.product-item__style10,
.product-item__style11 {
	width: 23.958%;
}

.product-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.product-ttl {
	width: 70%;
	height: auto;
	margin: 0 auto 30px auto;
}

.product-txt {
	width: 100%;
	font-size: 16px;
	padding: 0 5%;
	letter-spacing: 0;
	line-height: 1.8;
	box-sizing: border-box;
	font-weight: bold;
}

.product-chara--top {
	width: 17.453%;
	position: absolute;
	top: -8%;
	right: -5%;
	z-index: 1;
}

.product-chara--bottom {
	width: 19.301%;
	position: absolute;
	bottom: -8%;
	left: -10%;
	z-index: 1;
}

/*----------------------------------------------------
  .sns
----------------------------------------------------*/
.sns {
	width: 100%;
	height: auto;
	position: relative;
}

.sns-sp {
	display: none;
}

.sns-body {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	top: -280px;
	margin-bottom: -280px;
}

.sns .cont-banner {
	width: 100%;
	margin: 120px 0 60px;
}

.sns-col {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sns-inner {
	width: 45%;
	height: auto;
}

.sns-ttl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.sns-ttl>img {
	width: 19.5%;
}

.sns-ttl__inner>h2 {
	width: 140%;
	margin: 0 -20% 14px -20%;
}

.sns-ttl__txt-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	color: #FFA1B4;
	border: 2px solid #E74473;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 50vh;
	overflow: hidden;
}

.sns-ttl__txt-box>span {
	white-space: nowrap;
}

.sns-ttl__txt-box>span:nth-child(even) {
	animation: loop-slide-left2 10s linear infinite;
}

.sns-ttl__txt-box>span:nth-child(odd) {
	animation: loop-slide-left1 10s -5s linear infinite;
}

.sns-txt {
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}

.sns-link {
	width: 100%;
}

.sns-link>a {
	width: 95%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vh;
	background: #0F1419;
	color: #fff;
	font-size: 18px;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 80px;
	margin: 0 auto;
}

.sns-item {
	width: 50%;
	height: 600px;
	padding: 20px;
	box-sizing: border-box;
	background: url(../img/top/sns-phone.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	border-radius: 20px 20px 20px 20px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 19px;
	overflow-y: scroll;
	overflow: hidden;
}

.sns-item__box {
	width: 92%;
	height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0);
}

.sns-item__box::-webkit-scrollbar {
	width: 16px;
	height: 100px;
	background-color: #f9f9f9;
}

.sns-item__box::-webkit-scrollbar-thumb {
	border-radius: 50vh;
	box-shadow: inset 0 0 10px 10px #909090;
	border: solid 4px transparent;
}

.twitter-timeline {
	display: block;
	width: 98% !important;
	height: 100% !important;
}

/*----------------------------------------------------
  .chara
----------------------------------------------------*/
.chara {
	width: 100%;
	height: auto;
	padding: 80px 0 430px;
	position: relative;
	background-image: url(/img/common/bg-scroll.png);
	background-repeat: repeat-x;
	-webkit-animation: bgroop 180s linear infinite both;
	animation: bgroop 180s linear infinite both;
	background-size: cover;
}

@-webkit-keyframes bgroop {
	from {
		background-position: 0 100px;
	}

	to {
		background-position: -10000px 0;
	}
}

@keyframes bgroop {
	from {
		background-position: 0 100px;
	}

	to {
		background-position: -10000px 0;
	}
}

.chara-body {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.chara-ttl {
	width: 70%;
	margin: 0 auto 30px auto;
}

.chara-ttl>h2 {
	width: 100%;
}

.chara-lead {
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	margin: 0 auto 70px;
	text-align: center;
}

.chara-col {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#chara-money {
	margin-top: 60px;
}

.chara-item {
	width: 53.5%;
	height: auto;
	position: relative;
}

.chara-box {
	width: 55%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
}

#chara-money .chara-box {
	left: initial;
	top: 75%;
	right: -5%;
}

.chara-name {
	width: 95%;
	border-bottom: dotted 10px #dd81ab;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#chara-money .chara-name {
	border-bottom: dotted 10px #51b7d7;
}

.chara-box>dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.5;
}

.chara-box>dl>dt {
	width: 22%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dd81ab;
	color: #fff;
	border-radius: 100px;
	padding: 5px;
	font-size: 15px;
}

.chara-box>dl>dd {
	width: 70%;
	padding: 5px 0;
	font-size: 17px;
}

.chara-box>dl>dt:not(:last-child),
.chara-box>dl>dd:not(:last-child) {
	margin-bottom: 8px;
}

#chara-money .chara-box>dl>dt {
	background: #51b7d7;
}

.chara-item__img {
	width: 49.851%;
	margin-left: auto;
}

#chara-money .chara-item__img {
	margin-left: initial;
	margin-right: auto;
}

.chara-comment {
	width: 45%;
	height: auto;
	position: relative;
}

.chara-comment::before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 78.5%;
}

.chara-comment::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#chara-zeny .chara-comment::after {
	background: url('../img/top/comment--pink.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

#chara-money .chara-comment::after {
	background: url('../img/top/comment--blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.chara-comment__box {
	width: 60%;
	height: 55%;
	position: absolute;
	top: 48%;
	left: 52%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
}

/*----------------------------------------------------
  .faq
----------------------------------------------------*/
.faq {
	width: 100%;
	height: auto;
	padding: 0 0 50px;
	background: #F8E6EA;
	position: relative;
}

.faq:before {
	content: '';
	display: block;
	background: url(/img/common/bg-circle__pink.svg);
	display: block;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: -300px;
	z-index: 1;
}

.faq-body {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	top: -100px;
}

.faq-ttl {
	width: 70%;
	height: auto;
	margin: 0 auto 70px auto;
}

.faq-ttl>h2 {
	width: 100%;
}

.faq-item {
	width: 80%;
	margin: 0 auto;
}

.faq-item:not(:last-child) {
	margin-bottom: 2.5%;
}

.faq-title {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 20px;
	background: #fff;
	border-radius: 50vh;
	box-sizing: border-box;
	position: relative;
}

.faq-title::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #dd81ab transparent transparent transparent;
	border-radius: 10px;
	position: absolute;
	right: 40px;
}

.faq-title.active::after {
	transform: translate(0, -50%) rotate(180deg);
	margin-top: 2px;
}

.faq-title>img {
	width: 40px;
	margin: 0 20px 0 10px;
}

.faq-inner {
	display: none;
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}

.faq-inner__txt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.faq-inner__txt>img {
	width: 40px;
	margin: 0 20px 0 10px;
}

.faq-inner__txt>p {
	display: block;
	width: calc(100% - 60px);
}

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

	body {
		line-height: 1.6;
	}

	.scroll-down,
	.cont-banner,
	.star-top,
	.star-bottom,
	.star-bottom-bg-pc,
	.about-link {
		display: none;
	}

	.about-body-in {
		width: 100%;
	}

	#heading {
		top: 8px;
	}

	#heading>h1 {
		padding: 2.5px 0;
		font-size: 1.1rem;
		text-align: left;
	}

	#heading>h1 a {
		color: #fff;
	}

	.mv::before {
		padding-top: 170%;
	}

	.mv-lead {
		width: 80%;
		height: auto;
		top: 21%;
	}

	.mv-lead::after {
		display: block;
		content: '';
		width: 100%;
		height: auto;
		padding-top: 100%;
	}

	.mv-ttl {
		margin: 0;
	}

	.mv-circle {
		width: 300%;
		height: 120%;
		top: -9%;
	}

	.mv-chara__left {
		height: 30%;
		top: 60%;
	}

	.mv-chara__right {
		height: 27.5%;
		top: 62.5%;
	}

	/*--- cont ---*/
	.cont {
		padding: 100px 0 0;
		margin-top: -100px;
	}

	.cont-body {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.cont-banner__ttl {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}

	.cont-banner__ttl::before,
	.cont-banner__ttl::after {
		height: 14px;
		border-left: 1px solid #6D4E55;
	}

	.news {
		padding-top: 20px;
	}

	.news-lead {
		font-size: 1.4rem;
		width: 95%;
		text-align: left;
		margin-bottom: 40px;
	}

	.news-lead br {
		display: none;
	}

	.news-list {
		width: 100%;
		padding: 0;
		background: none;
	}

	.news-ttl {
		width: 100%;
		position: relative;
		left: initial;
		top: initial;
		margin: 0 auto 25px auto;
	}

	.news-ttl picture {
		display: none;
	}

	.news-ttl__lead {
		position: inherit;
		color: #ff8c00;
		background: -webkit-linear-gradient(315deg, #ff00a7, #ffeb3b);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		top: 0;
		left: 0;
	}

	.news-ttl__sub,
	.news-item__ttl-main>span {
		display: none;
	}

	.news-item__date {
		width: 50px;
		height: 50px;
	}

	.news-item__ttl {
		margin-bottom: 13px;
	}

	.news-item__date-y {
		font-size: 1.15rem;
	}

	.news-item__date-d {
		font-size: 1.3rem;
	}

	.news-item__txt {
		font-size: 1.5rem;
		padding: 10px 10px 20px;
	}

	.news-item__ttl-main {
		width: calc(100% - 65px);
		border: 0;
		padding: 0;
	}

	.news-item__ttl-main>h3 {
		font-size: 1.5rem;
		line-height: 1.5;
		padding-right: 45px;
	}

	.news-item:not(:last-child) {
		border-bottom: 1px dashed #f1f1f1;
	}

	.news-item:nth-of-type(n+2) {
		margin-top: 13px;
	}

	/*---about---*/
	.about {
		margin-top: -90px;
	}

	.about:before {
		height: 240px;
	}

	.about-body {
		width: 100%;
		padding: 3px 25px 20px;
		box-sizing: border-box;
	}

	.about-inner {
		width: 100%;
	}

	.about-img {
		display: none;
	}

	.about-ttl {
		margin-bottom: 20px;
	}

	.about-ttl>h2 {
		width: 100%;
		margin: 0 auto 25px;
	}

	.about-txt {
		font-weight: 600;
	}

	.about-txt>p {
		font-size: 1.5rem;
	}

	.about-txt>p:not(:last-child) {
		margin-bottom: 10px;
	}

	.about-col {
		padding-bottom: 0;
	}

	/*---truck---*/
	.truck {
		padding: 100px 0 40px;
	}

	.truck-body {
		width: 100%;
		padding: 0 25px 40px;
		box-sizing: border-box;
	}

	.truck-ttl {
		width: 100%;
	}

	.truck-ttl:before {
		background-size: contain;
		width: 200px;
		height: 200px;
		left: -1px;
		top: -38px;
	}

	.truck-ttl>h3 {
		width: 100%;
		margin: 0 auto 25px auto;
	}

	.truck-ttl__inner {
		width: 95%;
		margin: 0 auto;
	}

	.truck-ttl__inner-txt {
		font-size: 1.4rem;
		text-align: left;
	}

	.truck-ttl__inner-txt>p br {
		display: none;
	}

	.truck-bg {
		width: 300vw;
		top: 37%;
		min-width: auto;
	}

	.slide {
		width: 300px;
	}

	.slider-wrapper .slider figure {
		width: 300px;
		height: 200px;
	}

	.slider-wrapper:hover .slider {
		animation-play-state: running;
	}

	.slider-wrapper .slider .slide:nth-child(1) figure {
		background: url(/img/top/loop1.jpg);
		background-size: contain;
	}

	.slider-wrapper .slider .slide:nth-child(2) figure {
		background: url(/img/top/loop2.jpg);
		background-size: contain;
	}

	.slider-wrapper .slider .slide:nth-child(3) figure {
		background: url(/img/top/loop3.jpg);
		background-size: contain;
	}

	.slider-wrapper .slider .slide:nth-child(4) figure {
		background: url(/img/top/loop4.jpg);
		background-size: contain;
	}

	figcaption h2 {
		font-size: 1.5rem;
	}

	figcaption p {
		font-size: 1.4rem;
	}

	/*---song---*/
	.song {
		padding: 50px 0 80px;
	}

	.song-body {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.song-ttl>h2 {
		width: 100%;
		margin-bottom: 25px;
	}

	.music-note {
		top: -2vh;
		width: 110%;
	}

	.song-ttl {
		margin: 0 auto 45px;
	}

	.song-col {
		flex-direction: column;
		padding-bottom: 40px;
	}

	.song-col__img,
	.song-col__inner {
		width: 100%;
	}

	.song-col__inner {
		margin-top: 40px;
	}

	.song-col__txt {
		display: none;
	}

	.sont-ttl__txt {
		width: 95%;
		font-size: 1.4rem;
		text-align: left;
	}

	.sont-ttl__txt br {
		display: none;
	}

	.song-col__txt_sp {
		display: block;
		font-size: 1.5rem;
		font-weight: 700;
	}

	.song-col__txt_sp a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50vh;
		background: #0F1419;
		color: #fff;
		letter-spacing: .1em;
		font-weight: bold;
		margin: 30px auto 0;
		font-size: 1.5rem;
		line-height: 64px;
	}

	.lyrics>p {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}

	.modal-content {
		width: 95%;
	}

	.ribbon {
		top: -20px;
		left: -20px;
	}

	/*---stamp---*/
	.stamp {
		margin: 0;
	}

	.stamp:before {
		height: 110px;
	}

	.stamp:after {
		height: 180px;
	}

	.stamp-body {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.stamp-ttl__img {
		display: none;
	}

	.stamp-ttl__inner {
		width: 100%;
	}

	.stamp-ttl__inner>h2 {
		width: 100%;
		margin-bottom: 25px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.stamp-ttl__txt {
		width: 95%;
		font-size: 1.4rem;
		text-align: left;
		margin: 0 auto 40px;
	}

	.stamp-ttl__txt br {
		display: none;
	}

	.stamp-link__col {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.stamp-link__col>a {
		width: 100%;
	}

	.stamp-link__col>a:nth-of-type(1) {
		margin-bottom: 15px;
	}

	.area-stamp {
		top: -50px;
	}

	.area-stamp {
		width: 50.5%;
		left: 1.5%;
	}

	.stamp-img {
		width: 100%;
	}

	.stamp-img>span {
		width: 8px;
		height: 8px;
	}

	.stamp-img>div:nth-of-type(1) {
		top: -36px;
		left: 25px;
		width: 100px;
	}

	.stamp-img>div:nth-of-type(2) {
		display: none;
	}

	.stamp-img>div:nth-of-type(3) {
		width: 80px;
		left: auto;
		right: 70px;
		top: -50px;
	}

	.stamp-img>div:nth-of-type(4) {
		width: 60px;
		left: 146px;
		top: 50px;
	}

	.stamp-img>div:nth-of-type(5) {
		left: auto;
		right: 25px;
		top: 100px;
		width: 120px;
	}

	.stamp-img>span:nth-of-type(1) {
		top: -34px;
		left: 154px;
	}

	.stamp-img>span:nth-of-type(2) {
		width: 7px;
		height: 7px;
		top: 40px;
		left: auto;
		right: 30px;
	}

	.stamp-img>span:nth-of-type(3) {
		top: 100px;
		left: 100px;
	}

	.stamp-img>span:nth-of-type(4) {
		width: 11px;
		height: 11px;
		left: 200px;
	}

	/*---goods---*/
	.goods {
		padding: 65px 0 240px 0;
	}

	.goods-pendulum {
		top: -20px;
		width: 300px;
		right: -100px;
	}

	.goods-body {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.goods-ttl {
		width: 100%;
		margin-bottom: 25px;
	}

	.goods-lead {
		flex-direction: column-reverse;
		margin-bottom: 35px;
		width: 100%;
	}

	.goods-lead__inner {
		width: 95%;
		font-size: 1.4rem;
		text-align: left;
		margin: 0 auto;
	}

	.goods-lead__inner br {
		display: none;
	}

	.goods-lead__inner::before {
		width: calc(3%* 2);
		height: calc(18%* 2);
		top: initial;
		bottom: -28px;
		left: initial;
		right: 17%;
		transform: translate(0, 0) rotate(-115deg);
	}

	.goods-lead__img {
		width: 20%;
		margin-top: 5px;
		margin-left: auto;
	}

	.goods-item {
		width: 105%;
		margin-left: -2.5%;
		margin-top: -2.5%;
	}

	.goods-link {
		width: 100%;
		margin: 50px 0;
	}

	.goods-bg {
		width: 150%;
	}

	.goods::before {
		height: 190px;
	}

	/*---product---*/
	.product-body {
		padding: 0 25px;
		width: 100%;
		box-sizing: border-box;
		top: -80px;
	}

	.product-sp {
		display: block;
		width: 100%;
		padding: 0 10%;
		box-sizing: border-box;
		margin: 0 auto 30px auto;
	}

	.product-ttl {
		width: 100%;
		margin-bottom: 25px;
	}

	.product-lead {
		font-size: 1.4rem;
		text-align: left;
		width: 95%;
		margin: 0 auto 40px;
	}

	.product-lead br {
		display: none;
	}

	.product-box {
		flex-wrap: wrap;
	}

	.product-box:not(:last-child) {
		margin-bottom: 0;
	}

	.product-box:last-child {
		margin-top: 10px;
	}

	.product-item__style1 {
		width: 65.5%;
	}

	.product-item__style2 {
		width: 32%;
	}

	.product-item__style3 {
		width: 32%;
		margin-top: 10px;
	}

	.product-item__style2 .product-item::after,
	.product-item__style3 .product-item::after {
		padding-top: 98%;
	}

	.product-item__rect::after {
		padding-top: 100%;
	}

	.product-item__style4 {
		width: 65.5%;
		margin-top: 10px;
	}

	.product-item__style5,
	.product-item__style7 {
		width: 48.7%;
		margin-top: 10px;
	}

	.product-item__style8, .product-item__style9, .product-item__style10, .product-item__style11 {
		width: 23.15%;
	}

	.product-pc {
		display: none;
	}

	.sns-bg {
		width: 150%;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.product:after {
		height: 200px;
		margin-top: 100px;
	}

	/*---sns---*/
	.sns-col {
		flex-direction: column;
	}

	.sns-body {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
		top: -320px;
	}

	.sns-ttl {
		width: 100%;
		margin: 0 auto 25px auto;
	}

	.sns-ttl__inner>h2 {
		width: 100%;
		margin: 0;
	}

	.sns-inner,
	.sns-item {
		width: 100%;
	}

	.sns-txt {
		width: 95%;
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}

	.sns-item {
		height: 350px;
	}

	.sns-item__box {
		top: 50px;
	}

	.sns-link {
		margin-top: 40px;
	}

	.sns-pc {
		display: none;
	}

	.sns-sp {
		display: block;
	}

	.sns-sp a {
		width: 100%;
		font-size: 1.5rem;
		line-height: 64px;
	}

	/*---chara---*/
	.chara {
		padding: 50px 0 95px 0;
	}

	.chara-body {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.chara-ttl {
		width: 100%;
		margin-bottom: 25px;
	}

	.chara-lead {
		font-size: 1.4rem;
		width: 95%;
		text-align: left;
		margin: 0 auto 40px;
	}

	.chara-col {
		flex-direction: column;
	}

	.chara-name {
		width: 55%;
	}

	.chara-comment {
		display: none;
	}

	.chara-item {
		width: 100%;
	}

	.chara-item__img {
		width: 40%;
		margin: 0;
		display: none;
	}

	#chara-zeny .chara-item {
		display: flex;
	}

	#chara-money .chara-item {
		display: flex;
	}

	.chara-box {
		width: 100%;
		position: initial;
		transform: none;
		font-weight: bold;
	}

	#chara-money {
		margin-top: 40px;
	}

	#chara-zeny .chara-name:after {
		content: "";
		background: url(/img/top/chara1.svg);
		background-repeat: no-repeat;
		background-position: top right;
		display: block;
		width: 180px;
		height: 180px;
		position: absolute;
		right: 0;
		top: 0;
	}

	#chara-money .chara-name:after {
		content: "";
		background: url(/img/top/chara2.svg);
		background-repeat: no-repeat;
		background-position: top right;
		display: block;
		width: 180px;
		height: 180px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.chara-box>dl {
		align-items: flex-start;
	}

	.chara-box>dl>dt {
		font-size: 1.4rem;
		width: 18%;
	}

	.chara-box>dl>dd {
		font-size: 1.5rem;
		width: 75%;
	}

	/*---faq---*/
	.faq {
		padding: 0;
	}

	.faq:before {
		top: -25px;
		position: relative;
		height: 180px;
		background: url(/img/common/bg-circle__pink.svg);
		background-size: cover;
		background-position: center top;
	}

	.faq-body {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.faq-ttl {
		width: 100%;
		margin-bottom: 40px;
	}

	.faq-item {
		width: 100%;
	}

	.faq-item:not(:last-child) {
		margin-bottom: 15px;
	}

	.faq-title {
		font-size: 1.5rem;
		padding-right: 55px;
	}

	.faq-title>img {
		width: 30px;
		margin: 0 15px 0 10px;
	}

	.faq-inner__txt>img {
		width: 30px;
		margin: 0 15px 0 10px;
	}

	.faq-title::after {
		right: 35px;
	}

	.faq-inner__txt {
		font-size: 1.4rem;
	}

	.faq-inner__txt br {
		display: none;
	}
}