@font-face {
	font-family: GUJPCorporate-Bold;
	src: url(/jp/ja/news/_nuxt/src/assets/fonts/GUJPCorporate-Bold.woff) format("woff");
	font-style: normal;
	font-weight: 400;
}
/*
@font-face {
  font-family: GUJPCorporate-Regular;
  src: url(/jp/ja/news/_nuxt/src/assets/fonts/GUJPCorporate-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: GUJPCorporate-Light;
  src: url(/jp/ja/news/_nuxt/src/assets/fonts/GUJPCorporate-Light.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
*/
.fr-ec-navigation-header--with-sticky {
	position: relative;
	background-color: #1b1b1b;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.fr-ec-navigation-header-with-empty-space {
	height: 0;
}
.wrapper {
	position: relative;
	overflow: hidden;
}
.main_inner {
	padding-top: 0 !important;
	background-color: #1b1b1b;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#mv {
	max-width: 100%;
	text-align: center;
	background-color: #1b1b1b;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.subject {
	color: #EA0029;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/strangerthings/images/bg.png);
	padding: 5vw 5%;
	background-size: cover;
}
.subject_inner {
	text-align: center;
	padding: 5vw 5%;
	background: #000;
}
.subject_inner h2 {
	font-family: GUJPCorporate-Bold,"sans-serif";
	text-align: center;
	font-size: 1.2rem;
	/*text-shadow: 0px 0px 2px rgba(233, 14, 33, 1);*/
	margin: 0 0 5vw 0;
	line-height: 1.5;
}
.subject_inner img {
	text-align: center;
	width: 46%;
	padding-bottom: 24px;
}
.about-txt {
	text-align:justify;
	font-size: 1rem;
	padding: 0;
	line-height: 1.5;
}
.b-notice__box {
	display: flex;
	padding: 16px;
	border: 1px solid #dadada;
	background: #fff;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px 0;
	margin-left: 30px;
	margin-right: 30px;
	color: #000;
}
.b-notice__ttl {
	font-size: 16px;
	line-height: 24px;
	align-self: center;
}
.b-notice__list {
	text-align: justify;
}
.b-notice__list li {
	font-size: 12px;
	line-height: 1.6;
}
.b-notice__list li span {
	font-weight: 700;
}
.b-notice__list li a {
	text-decoration: underline;
}
.b-notice__list li:not(:last-child) {
	margin-bottom: 8px;
}
.secItem {
	text-align: center;
}
.secItem_title {
	padding-top: 40px;
	padding-bottom: 16px;
	font-size: 1.8rem;
	font-family: GUJPCorporate-Bold, "sans-serif";
	font-weight: 700;
	color: #EA0029;
}
.cl-Tabs_Inner {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #EA0029;
	margin-bottom: 16px;
}
.cl-Tabs_Item {
	flex: 1;
}
.cl-Tabs_ItemLink {
	display: contents;
	min-height: 50px;
	line-height: 50px !important;
	padding: 0 10px;
	padding: 0 var(--sp-h-m);
	text-align: center;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: .5px;
}
html[lang=ja] .cl-Tabs_ItemLink, html[lang=ko] .cl-Tabs_ItemLink, html[lang=zh-cn] .cl-Tabs_ItemLink, html[lang=zh-tw] .cl-Tabs_ItemLink, html[lang=zh] .cl-Tabs_ItemLink {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}
.cl-Tabs_Item.-isActive {
	border-bottom: 2px solid #1b1b1b;
}
.cl-Tiles {
	display: flex;
	flex-wrap: wrap;
}
.cl-Tile {
	width: calc(50% - .5px);
	margin-right: 1px;
	margin-top: 1px;
}
.-TilesStyling .cl-Tile {
	margin-top: 20px;
	margin-top: var(--v-m);
}
.cl-Video {
	position: relative;
}
.cl-Video:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.cl-Video .u-ImgAdjustBox, .cl-Video_Inner {
	position: absolute;
	top: 0;
	left: 0;
}
.cl-Video_Inner {
	width: 100%;
}
.cl-TabContainer {
	overflow: hidden;
}
.cl-ScrollableAnchor {
	background-color: #fff;
	background-color: var(--color-fill-primary_light);
	overflow-y: hidden;
	position: fixed;
	top: 87px;
	z-index: 15;
	z-index: var(--z-index-ScrollableAnchor);
	transform: translateY(-77px);
	width: 100%;
	border: 0 solid #dadada;
	border-color: var(--color-border-tertiary);
	border-bottom: 1px solid var(--color-border-tertiary);
	transition: top .1s cubic-bezier(.4, 0, 1, 1);
}
.cl-ScrollableAnchor.-loading {
	opacity: 0;
}
.cl-ScrollableAnchor.-isActive {
	transform: translateY(0);
}
.cl-ScrollableAnchor.-isActive .cl-ScrollableAnchor_inner {
	display: flex;
	max-width: 1224px;
	max-width: var(--pc-device-width-include-margin);
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}
.cl-ScrollableAnchor.-isActive .cl-ScrollableAnchor_inner::-webkit-scrollbar {
	display: none;
}
.cl-ScrollableAnchor.-isFixedAnchorShown {
	transition: top .15s cubic-bezier(.4, 0, 1, 1);
	top: 104px;
}
.cl-ScrollableAnchor_inner {
	display: none;
}
.cl-ScrollableAnchor_item {
	cursor: pointer;
	display: flex;
	flex: 1;
	flex-basis: auto;
	flex-shrink: 0;
	min-width: 68px;
}
.cl-ScrollableAnchor_itemLink {
	align-items: center;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid var(--color-white);
	display: flex;
	justify-content: center;
	padding-left: 4vw;
	padding-left: var(--sp-h-1g);
	padding-right: 4vw;
	padding-right: var(--sp-h-1g);
	height: 46px;
	width: 100%;
	color: #6a6a6a;
	color: var(--color-text-secondary);
}
.cl-ScrollableAnchor_itemLink.-current {
	border-bottom-color: #000;
	border-bottom-color: var(--color-border-primary);
	color: #000;
	color: var(--color-text-primary);
}
.cl-ScrollableAnchor_movingButton_next_mask, .cl-ScrollableAnchor_movingButton_prev_mask {
	display: none;
}
.cl-ScrollableTab {
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-bottom: var(--pc-v-m);
	border-bottom: 1px solid #dadada;
	border-bottom: 1px solid var(--color-border-tertiary);
}
.cl-ScrollableTab::-webkit-scrollbar {
	display: none;
}
.l-Container {
	max-width: 1224px;
	max-width: calc(1176px + var(--pc-h-1g)*2);
}
.l-Container, .l-SmallContainer {
	width: 100%;
	padding-right: 24px;
	padding-right: var(--pc-h-1g);
	padding-left: 24px;
	padding-left: var(--pc-h-1g);
	margin-right: auto;
	margin-left: auto;
}
.cl-AnchorButton {
	border-width: 1px 0 0 1px;
}
.cl-AnchorButton_Item {
	width: 25%;
}
.-AnchorButtonLength-2 .cl-AnchorButton_Item {
	width: 50%;
}
.-AnchorButtonLength-3 .cl-AnchorButton_Item, .-AnchorButtonLength-5 .cl-AnchorButton_Item, .-AnchorButtonLength-6 .cl-AnchorButton_Item, .-AnchorButtonLength-9 .cl-AnchorButton_Item {
	width: 33.333%;
}
.-AnchorButtonLength-5 .cl-AnchorButton_Item:nth-child(n+4) {
	width: 50%;
}
.-AnchorButtonLength-7 .cl-AnchorButton_Item:nth-child(n+5), .-AnchorButtonLength-10 .cl-AnchorButton_Item:nth-child(n+5) {
	width: 33.333%;
}
.cl-AnchorButton_ItemText {
	padding-right: 24px;
	padding-right: var(--pc-h-1g);
	padding-left: 24px;
	padding-left: var(--pc-h-1g);
}
.itemNav__List {
	position: relative;
	border: 0 solid #dadada;
	border-color: #EA0029;
	border-top: 1px solid #EA0029;
	display: flex;
	flex-wrap: wrap;
}
.itemNav__item {
	width: calc(50% - 0.5px);
	border-color: #EA0029;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.itemNav__item a {
	align-items: center;
	display: flex;
	min-height: 80px;
}
.itemNav__item__img {
	width: 60px;
	height: 80px;
	overflow: hidden;
}
.itemNav__item__txt {
	width: calc(100% - 60px);
	flex: 1;
	padding-right: 3vw;
	padding-left: 3vw;
	text-align: center;
	font-size: 14px;
	color: #EA0029;
}
.scrollableAnchor {
	background-color: transparent;
	overflow-y: hidden;
	position: fixed;
	top: 0;
	z-index: 10;
	transform: translateY(-98px);
	width: 100%;
	/*border-bottom: 1px solid #dadada;*/
	background-color: #fce9e4;
}
.scrollableAnchor__list {
	display: flex;
	/*max-width: 1224px;*/
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}
.scrollableAnchor__item {
	cursor: pointer;
	display: flex;
	flex: 1;
	flex-basis: auto;
	flex-shrink: 0;
	/*min-width: 68px;*/
}
.scrollableAnchor__item a {
	align-items: center;
	border-bottom: 1px solid #e3e3e0;
	display: flex;
	justify-content: center;
	padding-left: 8px;
	padding-right: 8px;
	height: 44px;
	width: 100%;
	color: #CDAE80;
	background-color: #1E2238;
}
.scrollableAnchor__item a.-current {
	border-bottom-color: #CDAE80;
	color: #CDAE80;
}
.scrollableAnchor__item__txt {
	font-size: 13px;
}
#upsidedown .block_titlelogo {
	width: 55%;
	margin: 0 auto;
	padding: 10vw 0 5vw 0;
}
#upsidedown .block_image {
	width: 92%;
	margin: 0 auto;
}
#upsidedown .block_titletext {
	width: 92%;
	margin: 0 auto;
	padding: 5vw 0;
	color: #FFF;
	text-align: center;
	font-size: 0.8rem;
}
#upsidedown .block_text {
	padding: 0vw 4% 6vw 4%;
	color: #c91528;
	text-align: center;
	font-size: 0.9rem;
}
.aliasArea {}
#hawkins {
	background-color: #fff;
}
#hawkins .sf_bff_products_inner li .sf_bff_products_detail {
	color: black;
}
#hawkins .block_titlelogo {
	width: 70%;
	margin: 0 auto;
	padding: 10vw 0 5vw 0;
}
#hawkins .block_image {
	width: 92%;
	margin: 0 auto;
}
#hawkins .block_titletext {
	width: 92%;
	margin: 0 auto;
	padding-top: 5vw;
	padding-bottom: 5vw;
	text-align: center;
	font-size: 0.8rem;
}
#hawkins .block_text {
	padding: 0vw 4% 6vw 4%;
	color: #1B1B1B;
	text-align: center;
	font-size: 0.9rem;
}
#eddiesmemorial {
	background-color: #535252;
}
#eddiesmemorial .block_titlelogo {
	width: 60%;
	margin: 0 auto;
	padding: 10vw 0 5vw 0;
}
#eddiesmemorial .block_image {
	width: 92%;
	margin: 0 auto;
}
#eddiesmemorial .block_titletext {
	width: 92%;
	margin: 0 auto;
	padding-top: 5vw;
	padding-bottom: 5vw;
	color: #FFF;
	text-align: center;
	font-size: 0.8rem;
}
#andmore .block_titlelogo {
	width: 60%;
	margin: 0 auto;
	padding-top: 8vw;
	padding-bottom: 0vw;
}
#andmore .block_image {
	width: 92%;
	margin: 0 auto;
}
#andmore .block_titletext {
	width: 92%;
	margin: 0 auto;
	padding-top: 5vw;
	padding-bottom: 5vw;
	color: #FFF;
	text-align: center;
	font-size: 0.8rem;
}
#eddiesmemorial .block_text {
	padding: 0vw 4% 6vw 4%;
	color: #FFF;
	text-align: center;
	font-size: 0.9rem;
}
.lineimage {
	display: block;
	width: 80%;
	height: auto;
	margin: 6vw auto 0 auto;
}
.copyright {
	padding: 2vw 4% 10vw 4%;
}
.secStore__exhibition {
	flex-direction: column;
	gap: 10px;
	text-align: center;
	color: #EA0029;
	padding: 0 0 10vw 0;
}
.secStore__exhibition__ttl {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 5vw;
	margin-top: 10vw;
}
.secStore__exhibition__txt {
	text-align: center;
	font-size: 0.9rem;
	padding: 0 5%;
}
.secStore__exhibition__info {
	padding: 6vw 4% 0 4%;
}
.secStore__exhibition__info h4 {
	font-size: 1.2rem;
	font-weight: 400;
}
.secStore__exhibition__list {
	padding: 5vw 0;
}
.secStore__exhibition__list li {
	display: block;
	margin-bottom: 4vw;
}
.secStore__exhibition__item {
	text-align: center;
	display: inline;
	color: #CDAE80;
}
.secStore__exhibition__item a {
	text-decoration: underline;
	color: #EA0029;
	font-size: 0.9rem;
}
.secStore__exhibition__info__note {
	text-align: center;
	font-size: 0.9rem;
}
.livestation {
	text-align: center;
	padding: 40px 16px 0;
}
.livestation img {
	width: 100%;
}
.secShare {
	padding: 40px 0;
	position: relative;
}
.secShare__ttl {
	text-align: center;
	font-size: 20px;
	margin-bottom: 24px;
	color: #EA0029;
}
.secShare__list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.secShare__item + .secShare__item {
	margin-left: 30px;
	color: #CDAE80;
}
.secQuestionnaire {
	padding: 40px 20px 0 20px;
	background: #f4f4f4;
}
.secQuestionnaire__heading {
	text-align: center;
	font-size: 18px;
	margin-bottom: 12px;
}
.secQuestionnaire__txt {
	font-size: 14px;
	margin-bottom: 24px;
	padding: 0 30px;
}
.secQuestionnaire__btn a {
	background: #fff;
}
.itemMember {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f4f4f4;
	position: relative;
}
.itemMember_container, .itemMember_heading {
	margin-left: 20px;
	margin-right: 20px;
}
.itemMember_heading {
	font-size: 18px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.itemMember_main {
	text-align: center;
	font-size: 14px;
	margin-top: 24px;
}
.itemMember_lead {
	margin-top: 24px;
	font-size: 14px;
	padding: 0 10px;
}
.itemMember_button {
	margin-top: 24px;
	text-align: center;
}
.itemMember_button a {
	background: #fff;
}
.itemMember_textLink {
	margin-top: 24px;
	text-align: center;
}
.itemMember_textLink:last-of-type {
	margin-top: 12px;
}
.itemMemberApp_container, .itemMemberApp_heading {
	margin-left: 20px;
	margin-right: 20px;
}
.itemMemberApp_container {
	margin-top: 40px;
}
.itemMemberApp_heading {
	font-size: 18px;
	text-align: center;
}
.itemMemberApp_lead {
	margin-top: 24px;
	font-size: 14px;
}
.itemMemberApp_subheading {
	margin-top: 24px;
	font-size: 14px;
	text-align: left;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-right: 30px;
}
.itemMemberApp_textLink {
	margin-top: 16px;
	text-align: center;
}
.itemMemberApp_subheadingIco {
	margin-right: 10px;
	margin-top: -2px;
	width: 16px;
	height: 16px;
}
.itemMemberApp_subheadingIcoImg {
	width: 100%;
	height: auto;
}
.itemMemberApp_subheadingText {
	flex: 1;
}
.itemMemberApp_download {
	margin-top: 32px;
	font-size: 14px;
	text-align: center;
}
.itemMemberApp_downloadButton {
	margin-top: 16px;
	text-align: center;
}
.itemMemberApp_downloadButton a {
	background: #fff;
}
.btn-01 a {
	border: 1px solid #1b1b1b;
	color: #1b1b1b;
	width: 100%;
	min-height: 52px;
	font-size: 16px;
	border-radius: 52px;
	padding-left: 15px;
	padding-right: 15px;
	display: grid;
	place-items: center;
}
.btn-text a {
	color: #005db5;
}
.breadcrumbs {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 14px;
	background: #fff;
	position: relative;
}
.breadcrumbs_inner {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs_item {
	font-size: 10px;
}
.breadcrumbs_itemLink {
	color: #CDAE80;
	text-decoration: underline !important;
}
.breadcrumbs_item:not(:last-child):after {
	content: "/";
	color: #CDAE80;
	padding-right: 8px;
	padding-left: 8px;
}
.hero_area_left_pc {
	background-color: #1b1b1b;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: fixed;
	top: 0;
	width: calc(90% - 500px);
	height: 100%;
}
.fr-pagetop {
	height: 79px;
	background-color: transparent;
	box-shadow: none;
	right: 3%;
	bottom: 30px;
}
.navigation_tab h2 {
	text-align: center;
}
.navigation_tab nav {
	border-bottom: 1px solid #CDAE80;
	margin-bottom: 16px;
}
.navigation_tab nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.navigation_tab nav ul .gender_tab {
	width: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
	color: #CDAE80;
}
.navigation_tab nav ul .gender_tab.isActive {
	border-bottom: 2px solid #CDAE80;
	margin-bottom: 0;
}
.navigation_tab nav ul li span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.scrollableAnchor nav {
	border-bottom: 1px solid #CDAE80;
}
.scrollableAnchor nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.scrollableAnchor nav ul .gender_tab {
	width: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
	color: #CDAE80;
}
.scrollableAnchor nav ul .gender_tab.isActive {
	border-bottom: 2px solid #CDAE80;
	margin-bottom: 0;
}
.scrollableAnchor nav ul li span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.5px;
	background-color: #1E2238;
}
#gender_men, #gender_kids {
	display: none;
}
#gender_women .itemNav__item:last-child {}
.footer-nav {
	background: #fff;
	border-top: 1px solid #dadada;
}
.footer-nav .c-nav__item {
	border-color: #dadada;
}
.footer {
	padding-top: 30px;
	background-color: #fff;
	text-align: center;
	position: relative;
}
.footer_head {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l);
	text-align: left;
}
.footer_headList {
	display: flex;
	justify-content: center;
	text-align: center;
}
.footer_headitem {
	margin-right: 10px;
	line-height: 1;
}
.footer_headitem + .footer_headitem {
	margin-left: 10px;
	margin-right: 0;
	position: relative;
}
.footer_headLink {
	color: #1b1b1b !important;
	font-size: 11px;
}
.footer_headitem + .footer_headitem:before {
	position: absolute;
	left: -10px;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	content: "";
	height: 11px;
	width: 1px;
	background-color: #1b1b1b;
}
.footer_body {
	padding-top: 36px;
	padding-bottom: 78px;
}
.footer_snsItem, .footer_snsList {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_snsItem {
	padding-left: 15px;
	padding-right: 15px;
}
.footer_snsItemLink {
	display: block;
	width: 24px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer_snsItemIco {
	width: 100%;
}
.footer_copyright {
	display: block;
	margin-top: 32px;
	font-size: 11px;
	color: #1b1b1b;
}
.fr-pc-mt-xxl {
	margin-top: 0;
}



@media screen and (min-width: 813px) {
	.fr-ec-navigation-header--with-sticky {
		width: 20%;
		position: fixed;
		background-image: none;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: transparent;
	}
	.fr-ec-layout-wrapper {
		max-width: none;
	}
	.main {
		width: 500px;
		margin-right: 10%;
		margin-left: auto;
		overflow-x: hidden;
	}
	.secQuestionnaire {
		width: 500px;
		margin-right: 10%;
		margin-left: auto;
		overflow-x: hidden;
	}
	.itemMember {
		width: 500px;
		margin-right: 10%;
		margin-left: auto;
		overflow-x: hidden;
	}
	.breadcrumbs {
		width: 500px;
		margin-right: 10%;
		margin-left: auto;
		overflow-x: hidden;
	}
	.footer {
		width: 500px;
		margin-right: 10%;
		margin-left: auto;
		overflow-x: hidden;
	}
	.main_inner {
		padding-right: 0;
		padding-left: 0;
	}

	.main_inner {
		padding-top: 0 !important;
		border-left: 1px solid #c91528;
		border-right: 1px solid #c91528;
	}
	.fr-ec-navigation-header--with-sticky {
		background-color: transparent;
	}
	.fr-ec-navigation-header {
		border-bottom: none;
		height: auto
	}
	.fr-ec-navigation-header-with-empty-space {
		display: none;
	}
	.subject {
		padding: 1.5vw 5%;
	}
	.subject_inner {
		padding: 2vw 5%;
	}
	.subject_inner h2 {
		font-size: 1.4rem;
		margin: 0 0 2vw 0;
		text-shadow: 0px 0px 4px rgba(233, 14, 33, 1);
	}
	.about-txt {
		font-size: 1rem;
	}
	.hero_area_left_pc {
		background-position-y: 40%;
		background-color: #1b1b1b;
	}
	.multi-bg-example {
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/strangerthings/images/pctop_logo.png);
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 65%;
	}
	.left_image {
		margin-top: 30vh;
	}
	.item_above {
		width: 30%;
		margin-left: 16vw;
	}
	.item_under {
		width: 60%;
		margin-top: 30px;
		margin-left: 9vw;
	}
	.left_copyright {
		position: fixed;
		bottom: 15px;
		left: 25px;
	}
	.fr-pagetop {
		right: calc(10% - 70px);
	}
	.hero_area_right_pc {
		background-color: #1b1b1b;
		width: 10%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 11;
	}
	.follow_sns_icon {
		width: 40px;
		position: relative;
		top: 25px;
		right: calc(10% - 31px);
	}
	.follow_sns_icon:nth-child(n+2) {
		margin-top: 15px;
	}
	.scrollableAnchor {
		width: 500px;
		top: 0; /* 53px */
		z-index: 99;
	}
	.block_title {
		padding-bottom: 3vw;
	}
	#upsidedown .block_titlelogo {
		padding: 5vw 0 2vw 0;
	}
	#upsidedown .block_title {
		padding: 0;
	}
	#upsidedown .block_text {
		padding: 0vw 4% 2vw 4%;
		color: #c91528;
		text-align: center;
		font-size: 1rem;
	}
	#upsidedown .block_titletext {
		padding: 2vw 0;
	}
	#hawkins .block_title {
		padding: 0;
	}
	#hawkins .block_titlelogo {
		padding: 5vw 0 2vw 0;
	}
	#hawkins .block_text {
		padding: 0vw 4% 2vw 4%;
		color: #1B1B1B;
		text-align: center;
		font-size: 1rem;
	}
	#hawkins .block_titletext {
		padding: 2vw 0;
	}
	#eddiesmemorial .block_title {
		padding: 0;
	}
	#eddiesmemorial .block_titlelogo {
		padding: 5vw 0 2vw 0;
	}
	#eddiesmemorial .block_text {
		padding: 0vw 4% 2vw 4%;
		color: #FFF;
		text-align: center;
		font-size: 1rem;
	}
	#eddiesmemorial .block_titletext {
		padding: 2vw 0;
	}
	#andmore .block_titlelogo {
		padding: 3vw 0 0 0;
	}
	#andmore .block_titletext {
		padding: 2vw 0;
	}
	.lineimage {
		margin: 2vw auto 0 auto;
	}
	.copyright {
		padding: 2vw 4% 0 4%;
	}
	.secStore__exhibition {
		padding: 0 0 3vw 0;
	}
	.secStore__exhibition__ttl {
		font-size: 1.4rem;
		margin-bottom: 2vw;
		margin-top: 2vw;
	}
	.secStore__exhibition__txt {
		text-align: center;
		font-size: 1rem;
		padding: 0 5%;
	}
	.secStore__exhibition__info {
		padding: 3vw 4% 0 4%;
	}
	.secStore__exhibition__info h4 {
		font-size: 1.2rem;
		font-weight: 400;
	}
	.secStore__exhibition__list {
		padding: 2vw 0;
	}

	.secStore__exhibition__info__note {
		font-size: 1rem;
	}

	.secStore__exhibition__item a {
		font-size: 1rem;
	}

	.secStore__exhibition__list li {
		margin-bottom: 1vw;
	}
	.fr-pagetop {
		bottom: 30px;
	}
}