:root {
	--photo-1: url(../image/top/top_signage.webp);
	--photo-2: url(../image/top/top_handmade.webp);
	--photo-3: url(../image/top/top_lunch.webp);
	--photo-4: url(../image/top/top_access.webp);
	--size-h2: 4vw;
	--size-h3: 2.5vw;
	}

.sp_br {
	display: none;
	}

main {
	width: 100vw;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: -20;
	}

.box {
	width: 100%;
	height: 90vh;
	margin-top: 6.5vw;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.anime-frame {
	overflow: hidden;
	position: relative;
	width: 95%;
	height: 90%;
	border-radius: 2vw;
	z-index: -10;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.in-frame {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.in-frame img {
	position: absolute;
	width: 100%;
	height: auto;
	}

.anime-01 {
	bottom: 0;
	animation: slide-animation-01 32s infinite;
	}

.anime-02 {
	animation: slide-animation-02 32s infinite;
	}

.anime-03 {
	animation: slide-animation-03 32s infinite;
	}

.anime-04 {
	animation: slide-animation-04 32s infinite;
	}

.content_inner {
	box-sizing: border-box;
	width: 10%;
	height: 40vw;
	padding: 2% 0;
	z-index: 10;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	}

.content_inner div {
	overflow: hidden;
	width: 40%;
	display: flex;
	flex-direction: column;
	}

.content_inner div p {
	color: var(--color-white);
	display: inline-block;
	text-shadow: 3px 3px 3px var(--color-gray);
	background-image: linear-gradient(to right, rgba(238, 135, 180, 0) 0%, rgba(238, 135, 180, 0.8) 100%); 
	background-position: right center;
	background-size: 100% 100%; 
	font-size: 2.5vw;
	line-height: 2.7vw;
	opacity: 0;
    animation: text 1s forwards;
	}

.line1 {
	position: relative;
	align-self: flex-start;
	}

.line2 {
	position: relative;
	margin-bottom: 10%;
	border-radius: 0.2vw;
	align-self: flex-end;
	}

.spaceTOP {
	padding-top: 20%;
	}

.spaceBOTTOM {
	padding-bottom: 20%;
	}

.line1 p:nth-child(1) {
    animation-delay: 0.6s
	}

.line1 p:nth-child(2) {
    animation-delay: 0.8s
	}

.line1 p:nth-child(3) {
    animation-delay: 1.0s
	}

.line1 p:nth-child(4) {
    animation-delay: 1.2s
	}

.line1 p:nth-child(5) {
    animation-delay: 1.4s
	}

.line1 p:nth-child(6) {
    animation-delay: 1.6s
	}

.line1 p:nth-child(7) {
    animation-delay: 1.8s
	}

.line1 p:nth-child(8) {
    animation-delay: 2.0s
	}

.line2 p:nth-child(1) {
    animation-delay: 2.2s
	}

.line2 p:nth-child(2) {
    animation-delay: 2.4s
	}

.line2 p:nth-child(3) {
    animation-delay: 2.6s
	}

.line2 p:nth-child(4) {
    animation-delay: 2.8s
	}

.line2 p:nth-child(5) {
    animation-delay: 3.0s
	}

.line2 p:nth-child(6) {
    animation-delay: 3.2s
	}

.line2 p:nth-child(7) {
    animation-delay: 3.4s
	}

.line2 p:nth-child(8) {
    animation-delay: 3.6s
	}

.line2 p:nth-child(9) {
    animation-delay: 3.8s
	}

.line2 p:nth-child(10) {
    animation-delay: 4.0s
	}

.line2 p:nth-child(11) {
    animation-delay: 4.2s
	}

.maine_content {
	width: 100%;
	height: auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

.deployment {
	width: 90%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	}

hgroup {
	width: 100%;
	margin: 20vw 0;
	display: flex;
	flex-direction: column;
	align-items: end;
	}

h2 {
	color: var(--color-orange);
	width: 95%;
	font-size: 4vw;
	font-weight: bold;
	text-align: left;
	}

hgroup p {
	color: var(--color-white);
	background: var(--color-orange);
	width: 95%;
	padding: 1% 0 1% 1%;
	border-radius: 3vw 0 0 3vw;
	font-size: 1vw;
	font-family: 'CherryBombOne';
	font-weight: bolder;
	text-align: left;
	display: flex;
	align-items: center;
	}

hgroup p:after {
	border-top: 0.2vw solid;
	content: "";
	width: 90%;
	margin-left: 1%;
	}

.aifeel {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 15vw;
	display: flex;
	justify-content: flex-start;
	}

.mascot {
	position: absolute;
	top: 8%;
	left: 75%;
	width: 14%;
	height: 10vw;
	background: url(../image/top/bose.svg) center center / auto 85% no-repeat;
	transform: rotate(41deg);
	}

article {
	color: var(--color-white);
	box-sizing: border-box;
	width: 90%;
	height: auto;
	background: rgba(238, 135, 180, 0.8);
	border-top: solid 1.5vw var(--color-white);
	border-right: solid 1.5vw var(--color-white);
	border-bottom: solid 1.5vw var(--color-white);
	border-radius: 0 50vw 50vw 0;
	padding: 5% 0 ;
	font-size: 1.5vw;
	font-weight: bold;
	line-height: 3.5vw;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	}

article p {
	width: 75%;
	text-align: left;
	}

article ul {
	color: var(--color-black);
	background: var(--color-white);
	width: 60%;
	height: auto;
	margin: 8% 10% 8% 0;
	padding: 3% 2%;
	border-radius: 2vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

article ul li {
	width: 90%;
	height: auto;
	}

.Whatis {
	width: 100%;
	height: auto;
	margin-top: 15vw;
	display: flex;
	justify-content: flex-end;
	}

.summary {
	box-sizing: border-box;
	width: 90%;
	height: 220vw;
	padding: 10% 0;
	background: rgb(0, 110, 53, 1);
	border-top: solid 1.5vw var(--color-white);
	border-left: solid 1.5vw var(--color-white);
	border-bottom: solid 1.5vw var(--color-white);
	border-radius: 25vw 0 0 25vw;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	}

section {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	}

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

.area2 {
	align-items: flex-end;
	}

section .naiyou {
	width: 65%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

section div p {
	color: var(--color-white);
	width: 90%;
	height: 100%;
	font-size: 1.4vw;
	display: flex;
	align-items: center;
	}

h3 {
	color: var(--color-white);
	width: 90%;
	height: auto;
	font-weight: bold;
	font-size: 2.5vw;
	background: url(../image/line/SVG/line2.svg) center bottom / auto 0.5vw no-repeat;
	}

h3 span {
	color: var(--color-pink);
	font-size: 8vw;
	font-weight: bolder;
	text-shadow: 0.3vw 0.3vw 0.1vw var(--color-white);
	}

.irasuto_layout {
	width: 35%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius:  0 3vw 3vw 0;
	}

.irasuto_layout_reverse {
	overflow: hidden;
	width: 35%;
	aspect-ratio: 1/1;
	border-radius:  3vw 0 0 3vw;
	}

.irasuto1 {
	background: var(--photo-1) center center / auto 100% no-repeat;
	}

.irasuto2 {
	background: var(--photo-2) 35% center / auto 100% no-repeat;
	}

.irasuto3 {
	background: var(--photo-3) center center / auto 100% no-repeat;
	}

.irasuto4 {
	background: var(--photo-4) center center / 100% auto no-repeat;
	}

.naiyou p {
	margin: 1% 0;
	}

dl {
	color: var(--color-white);
	box-sizing: border-box;
	width: 88%;
	height: auto;
	margin: 1% 0;
	display: flex;
	justify-content: flex-start;
	}

dt {
	flex-basis: 5%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	}

dd {
	flex-basis: 93%;
	}

.pack {
	background: var(--color-white);
	position: relative;
	box-sizing: border-box;
	width: 75%;
	height: auto;
	margin: 25vw 0;
	border-top: solid 0.8vw var(--color-orange);
	border-bottom: solid 0.8vw var(--color-orange)e;
	box-shadow: 0.5vw 0.5vw 1vw 0 rgba(255, 165, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.mascot2 {
	position: absolute;
	top: -6.4vw;
	width: 20%;
	height: 7vw;
	background: url(../image/top/bose_mae.svg) center center / auto 100% no-repeat;
	}

.youtube {
	aspect-ratio: 16/9;
	max-width: 100vw;
	width: 90%;
	height: auto;
	margin-top: 7%;
	box-shadow: 0.5vw 0.5vw 1vw 0 var(--color-4);
	}

.pack p {
	padding: 7% 0;
	font-size: 1.5vw;
	line-height: 3vw;
	text-align: center;
	}





@media (max-width: 960px){





.sp_br {
	display: block;
	}

main {
	width: 100%;
	}

.box {
	height: auto;
	margin-top: 28vw;
	}

.anime-frame {
	aspect-ratio: 4/3;
	height: auto;
	}

.content_inner {
	width: 18%;
	height: 65vw;
	}

.content_inner div {
	width: 30%;
	}

.content_inner div p {
	font-size: 4vw;
	line-height: 4.5vw;
	}

.line1 {
	position: relative;
	align-self: flex-start;
	}

.line2 {
	position: relative;
	margin-bottom: 10%;
	border-radius: 0.2vw;
	align-self: flex-end;
	}

h2 {
	font-size: 5vw;
	}

hgroup p {
	font-size: 2.5vw;
	padding: 2% 0 2% 2%;
	border-radius: 5vw 0 0 5vw;
	}

hgroup p:after {
	border-top: 0.4vw solid;
	width: 80%;
	margin-left: 2%;
	}

.mascot {
	top: 8%;
	left: 69%;
	width: 20%;
	background: url(../image/top/bose.svg) center center / auto 100% no-repeat;
	transform: rotate(35deg);
	}

article {
	width: 98%;
	height: 125vw;
	padding: 0;
	border-top: solid 2vw var(--color-white);
	border-right: solid 2vw var(--color-white);
	border-bottom: solid 2vw var(--color-white);
	border-radius: 0 65vw 65vw 0;
	font-size: 3vw;
	line-height: 5vw;
	justify-content:  space-evenly;
	align-items: stretch;
	}

article p {
	box-sizing: border-box;
	width: 85%;
	padding: 1% 2%;
	}

.ue {
	margin-top: 5%;
	}

.shita {
	margin-bottom: 5%;
	}

article ul {
	box-sizing: border-box;
	width: 85%;
	margin: 0;
	border-radius: 0 3vw 3vw 0;
	}

article ul li {
	width: 87%;
	line-height: 6vw;
	}

.summary {
	width: 98%;
	height: 640vw;
	border-top: solid 2vw var(--color-white);
	border-left: solid 2vw var(--color-white);
	border-bottom: solid 2vw var(--color-white);
	border-radius: 20vw 0 0 20vw;
	justify-content: space-around;
	}

section {
	flex-direction: column;
	align-items: center;
	}

.reverse {
	flex-direction: column;
	}

.area2 {
	align-items: center;
	}

section .naiyou {
	width: 92%;
	margin-top: 2%;
	}

section div p {
	width: 98%;
	height: auto;
	font-size: 3vw;
	line-height: 5vw;
	}

h3 {
	width: 98%;
	font-size: 4.7vw;
	background: url(../image/line/SVG/line2.svg) center bottom / auto 1vw no-repeat;
	}

h3 span {
	font-size: 15vw;
	text-shadow: 0.5vw 0.5vw 0.3vw var(--color-white);
	}

.irasuto_layout, .irasuto_layout_reverse {
	width: 92%;
	height: auto;
	aspect-ratio: 4/3;
	border-radius: 3vw;
	}

.irasuto2 {
	background: var(--photo-2) center center / auto 110% no-repeat;
	}

.naiyou p {
	margin: 3% 0;
	}

dl {
	width: 98%;
	font-size: 2.5vw;
	line-height: 4.5vw;
	}

dt {
	flex-basis: 5%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	}

dd {
	flex-basis: 92%;
	}

.pack {
	width: 90%;
	}

.youtube {
	width: 92%;
	}

.pack p {
	font-size: 3vw;
	padding: 7% 7%;
	line-height: 5vw;
	text-align: left;
	}
}