.pcOnly{
	display: none;
}
.spOnly{
	display: block;
}
.opening-logo img {
	width: 80%;
}

.header-radius::after{
	background-image: none;
}
.globalnav-scroll{
	transform: translateY(0px);
	filter: blur(0px);
	opacity: 1;
	transition: 0.5s all;
}
.globalnav-scroll-on{
	transform: translateY(0px);
	filter: blur(0px);
	opacity: 1;
}

.globalnav__main .globalnav__item:nth-child(1) {
	transform: rotate(0deg);
	top: 0px;
}
.globalnav__main .globalnav__item:nth-child(2) {
	transform: rotate(0deg);
	top: 0px;
}
.globalnav__main .globalnav__item:nth-child(3) {
	transform: rotate(0deg);
	top: 0px;
}
.globalnav__main .globalnav__item:nth-child(4) {
	transform: rotate(0deg);
	top: 0px;
}
.globalnav__main .globalnav__item:nth-child(5) {
	transform: rotate(0deg);
	top: 0px;
}

.topimg{
	overflow: hidden;
	height: 105vw;
	padding-top: 30vw;
}
.toprelative{
	position: relative;
	width: 100%;
}
.topimg img{
	width: 100vw;
}

.top-logo img {
	transform: translateY(-8vw) translateX(2vw) scale(1.2);
}


.share-icon{
	position: absolute;
	width: 100vw;
}
.share-icon a img{
	width: 6%;
}
.share-icon a:nth-child(1) img{
	top: 67vw;
	left: 74vw;
}
.share-icon a:nth-child(2) img{
	top: 67vw;
	left: 82vw;
}
.share-icon a:nth-child(3) img{
	top: 67vw;
	left: 90vw;
}












.mainwrapper{
	margin-top: 0px;
}
.mainwrapper::before{
	background-image: none;
}
.mainwrapper-sub{
	padding-top: 10vw;
}
.mainwrapper-sub::before{
	background-image: url("../img/main-before-sp.png");
	width: 100vw;
	height: 250px;
	top: 24vw;
	content: "";
	pointer-events: none;
}
.subrerative{
	position: relative;
	width: 100%;
}
.subimg{
	height:24vw;
	padding-bottom: 40vw;
}
.subimg img{
	width: 100vw;
}
.sub-logo{
	position: relative;
	transform: scale(1.5);
	top: -12vw;
}
.sub-chikuwa{
	position: relative;
	transform: scale(1.3);
	left: 18vw;
	top: 0vw;
}




.h2-radius::before{
	position: absolute;
	/*background-image: url("../img/h2-wrap-before-sp.png");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	width: 100%;
	height: 250px;
	top: -250px;
	content: "";
	pointer-events: none;
}
.h2-radius::after{
	position: absolute;
	/*background-image: url("../img/h2-wrap-after-sp.png");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	width: 100%;
	height: 250px;
	top: 100%;
	content: "";
	pointer-events: none;
}


section {
	padding: 0px 2vw 15vw;
	margin: 0 auto;
}



#news ul, #goods ul {
	margin: 0 auto 30px;
	padding: 5px;
}

#news ul{
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 0px;
}

#goods ul {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0px;
}
#news ul li .trim{
	display: grid;
	grid-template-columns: 40% 1fr;
	grid-gap: 3vw;
}


#news-section .bg-news-chikuwa{
	right: -35vw;
	bottom: -24vw;
}
#news-section .bg-news-chikuwa img{
	max-width: 400px;
	width: 50vw;
	min-width: 240px;
}
#news-section .bg-news-chikuwa-text{
	opacity: 0;
}


#goods-section .bg-goods-chikuwa{
	left: -35vw;
	bottom: -24vw;
}
#goods-section .bg-goods-chikuwa img{
	max-width: 400px;
	width: 50vw;
	min-width: 240px;
}
#goods-section .bg-goods-chikuwa-text{
	opacity: 0;
}


#article-section .bg-news-chikuwa{
	right: -35vw;
	bottom: -24vw;
}
#article-section .bg-news-chikuwa img{
	max-width: 400px;
	width: 50vw;
	min-width: 240px;
}
#article-section .bg-news-chikuwa-text{
	opacity: 0;
}

#article-section-goods .bg-goods-chikuwa{
	right: -35vw;
	bottom: -24vw;
}
#article-section-goods .bg-goods-chikuwa img{
	max-width: 400px;
	width: 50vw;
	min-width: 240px;
}
#article-section-goods .bg-goods-chikuwa-text{
	opacity: 0;
}



#article{
	border: none;
	padding: 40px 5%;
	border-radius: 20px;
}

.articleDate {
	font-size: 1.4rem!important;
}

.articleTitle {
	font-size: 1.6rem!important;
}


.articleText{
	font-size: 1.4rem!important;
}

.articleText img{
	width: 100%;
	height: 100%;
}

th,
td{
        display: block;
		text-align: left;
}


.articleText ul li img{
	width: inherit!important;
	height: auto!important;
}

.swiper{
	width: 80vw;
}

.articleBtn{
	border-bottom: 3px dotted #DCCF8D;
	padding: 0px 3vw 30px;
}
.article_share-icon{
display: flex;
justify-content: flex-end;
gap: 3vw;
}
.article_share-icon img{
	width: 7vw;
}




#sns-section{
	margin-bottom: 10vw;
}
#sns-section .bg-sns-chikuwa{
	right: -18vw;
	bottom: -15vw;
}
#sns-section .bg-sns-chikuwa img{
	max-width: 400px;
	width: 50vw;
	min-width: 240px;
}
#sns-section .bg-sns-chikuwa-text{
	opacity: 0;
}



#story-section .bg-story-chikuwa{
	right: -18vw;
	bottom: -24vw;
}
#story-section .bg-story-chikuwa img{
	max-width: 400px;
	width: 50vw;
	min-width: 240px;
}
#story-section .bg-story-chikuwa-text{
	opacity: 0;
}

#character-section .bg-character-chikuwa{
	right: -18vw;
	bottom: -24vw;
}
#character-section .bg-character-chikuwa img{
	max-width: 400px;
	width: 50vw;
	min-width: 240px;
}
#character-section .bg-character-chikuwa-text{
	opacity: 0;
}

.comingsoon{
	font-size: 5vw!important;
}


.story-img{
	width: 150px;
	top: -10%;
	right: -20px;
	animation: story-img_effect 2s forwards 1s;
}
.story-img1{
	width: 50px;
	top: -10%;
	left: 0px;
	animation: story-img_effect1 2s forwards 0s;
}
.story-img2{
	width: 50px;
	top: 80%;
	right: 0px;
	animation: story-img_effect1 2s forwards 3s;
}
.story-img3{
	width: 120px;
	top: 90%;
	left: 0px;
	animation: story-img_effect1 2s forwards 2s;
}


.headingM {
	font-size: 35px;
	line-height: 14px;
}

.headingM::before {
	width: 50px;
	height: 25px;
	background-size: 50px 25px;
	margin-left: -50px;
	top: 12px;
}
.headingM::after {
	width: 50px;
	height: 25px;
	background-size: 50px 25px;
	margin-right: -50px;
	top: 12px;
}



#twitterWidget{
	margin: 0 auto;
	width: 70vw;
}
#twitterWidget .twitterTL{
	max-width: 640px;
	border: 5px solid #FFE2A8;
	border-radius: 30px;
	padding: 10px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}












.chr-wrap {
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.tab {
	width: 80%;
}

.bake-chr-box{
	grid-template-columns: repeat(1, 1fr);
}

.bake-chr-detail{
	text-align: left;
	align-content: center;
	margin: 20px 0px 50px;
	text-align: center;
}

.bake-chr-name{
	text-align: right;
	margin: 0px;
}
.bake-chr-name-text{
	display: inline-block;
	padding: 6px 12px;
	margin: 5px 0;
	font-size: min(2.6vw,16px);
	font-weight: bold;
	background: #FFF0A2;
	border-radius: 50px;
	font-size: 2rem;
	margin: 50px 0 30px;
}

.bake-chr-img img{
	width: 60%;
}































footer::before {
	background-image: url("../img/footer-before-sp.png");
}
