@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 {
	border-bottom: none;
}
.fr-ec-navigation-header--with-sticky {
	position: relative;
	background-color: #1E2238;
	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: #1E2238;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#mv {
	max-width: 100%;
	text-align: center;
	background-color: #1E2238;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.subject {
	color: #CDAE80;
}
.subject_inner {
	text-align: center;
}
.subject_inner h2 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 4vw;
}
.subject_inner h2.release {
	/*text-shadow: 0px 3px 5px rgba(0, 0, 0, 1);*/
}
.subject_inner img {
	text-align: center;
	width: 46%;
	padding-bottom: 24px;
}
.about-txt {
	text-align: center;
    font-size: 1rem;
    padding: 0.5rem 5%;
	line-height: 1.6;
}
.b-notice__box {
	display: flex;
	padding: 4vw 5%;
	border: 1px solid #CDAE80;
	background-color: #1E2238;
	flex-direction: column;
	align-items: flex-start;
	color: #CDAE80;
	margin: 4vw 5% 6vw 5%;
}
.b-notice__box h2 {
	font-size: 1rem;
}
.b-notice__ttl {
	font-size: 16px;
	line-height: 24px;
	align-self: center;
}
.b-notice__list {
	text-align: justify;
}
.b-notice__list li {
	font-size: 0.75rem;
	line-height: 1.6;
}
.b-notice__list li span {
	font-weight: 700;
}
.b-notice__list li a {
	text-decoration: underline;
	color: #CDAE80;
}
.b-notice__list li:not(:last-child) {
	margin-bottom: 8px;
}
.secItem {
	text-align: center;
}
.secItem_title {
	padding-top: 4vw;
	padding-bottom: 16px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #CDAE80;
}
.secItem_title span {
	display: block;
}
.title_category{
	padding: 2vw 0;
}

.cl-Tabs_Inner {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #CDAE80;
	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: #CDAE80;
	border-top: 1px solid #CDAE80;
	display: flex;
	flex-wrap: wrap;
}
.itemNav__item {
	width: calc(50% - 0.5px);
	border-color: #CDAE80;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.itemNav__item:nth-child(odd) {
	border-right: 1px solid #CDAE80;
}
.itemNav__item a {
	align-items: center;
	display: flex;
	min-height: 80px;
}
.itemNav__item__img {
	width: calc(80px - 3vw);
	height: 80px;
	overflow: hidden;
}
.itemNav__item__img img {
	width: 80px;
	height: 80px;
	margin-left: -3vw;
}
.itemNav__item__txt {
	width: calc(100% - 80px);
	flex: 1;
	padding-right: 3vw;
	padding-left: 0;
	text-align: center;
	font-size: 0.9rem;
	color: #CDAE80;
}
#gender_women .itemNav__item__img {
	width: 60px;
	height: 80px;
}
#gender_women .itemNav__item__img img {
	width: 60px;
	height: 80px;
	margin-left: 0;
}
#gender_women .itemNav__item__txt {
	width: calc(100% - 60px);
	padding-right: 3vw;
	padding-left: 3vw;
}
.scrollableAnchor {
	background-color: transparent;
	overflow-y: hidden;
	position: fixed;
	top: 0;
	z-index: 10;
	transform: translateY(-98px);
	width: 100%;
}
.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 #1E2238;
	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;
}
.secItem__block .block_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2vw 0 4vw 0;
	color: #CDAE80;
}
.secItem__block .block_title .item_left, .secItem__block .block_title .item_right {
	display: flex;
	height: 80px;
	min-width: 80px;
	justify-content: center;
	align-items: center;
}
.secItem__block .block_title .item_left {
	width: auto;
}
.secItem__block .block_title .item_right {
	width: auto;
}
.secItem__block .block_title .title {
	min-width: 32%;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.6rem;
	align-items: center;
}
.secItem__block .block_title .title span {
	display: block;
	margin-bottom: -2vw;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 700;
}
.secStore__exhibition {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	flex-direction: column;
	gap: 10px;
	border-bottom: 1px solid #CDAE80;
	text-align: center;
	color: #CDAE80;
}
.secStore__exhibition__ttl {
	width: 100%!important;
	margin: 0 auto 8vw auto!important;
	padding-top: 40px;
	padding-bottom: 16px;
	font-size: 1.4rem!important;
	font-weight: 700;
	color: #CDAE80;
	text-align: center;
	border-bottom: 1px solid #CDAE80;
}
.secStore__exhibition__txt {
	text-align: center;
	font-size: 14px;
	margin-bottom: 6vw;
}
.secStore__exhibition__item {
	text-align: center;
	font-size: 12px;
	color: #CDAE80;
	margin-bottom: 4vw;
}
.secStore__exhibition__item a {
	text-decoration: underline;
	color: #CDAE80;
	font-size: 0.9rem;
}
.secStore__exhibition__info__note {
	text-align: center;
	font-size: 0.9rem;
	margin: 8vw 0;
}
.secStore__exhibition__info h4 {
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 2vw;
}
.livestation {
	text-align: center;
	padding: 10vw 5%;
}
.livestation img {
	width: 100%;
}
.secShare {
	padding: 40px 0;
	position: relative;
}
.secShare__ttl {
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 24px;
	color: #CDAE80;
}
.secShare__list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.secShare__item + .secShare__item {
	margin-left: 30px;
	color: #CDAE80;
}
.secQuestionnaire {
	padding: 40px 5% 0 5%;
	background: #f4f4f4;
}
.secQuestionnaire__heading {
	text-align: center;
	font-size: 18px;
	margin-bottom: 12px;
}
.secQuestionnaire__txt {
	font-size: 14px;
	margin-bottom: 24px;
	padding: 0;
}
.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: #1E2238;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: fixed;
	top: 0;
	width: calc(90% - 500px);
	height: 100%;
}
.fr-pagetop {
	width: 50px;
	height: 50px;
	background-color: transparent;
	box-shadow: none;
	right: 15px;
}
.navigation_tab h2 {
	text-align: center;
}
.navigation_tab nav {
	border-bottom: 1px solid #CDAE80;
}
.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: 1rem;
	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;
	background-color: #1E2238;
}
.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: 28px;
}
.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;
}
.aliasArea {
	margin-bottom: 4vw;
}
.scrollableAnchor_kids,
.scrollableAnchor_women,
.scrollableAnchor_men {
	display: none;
}
.scrollableAnchor_kids.active,
.scrollableAnchor_women.active,
.scrollableAnchor_men.active {
	display: flex;
}

.pc {
	display: none;
}
@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;
		border-left: 1px solid #cdb083;
		border-right: 1px solid #cdb083;
	}
	.fr-ec-navigation-header--with-sticky {
		background-color: transparent;
	}
	.fr-ec-navigation-header {
		border-bottom: none!important;
		height: auto;
	}
	.fr-ec-navigation-header-with-empty-space {
		display: none;
	}
	.hero_area_left_pc {
		background-position-y: 40%;
		background-color: #1E2238;
	}
	.multi-bg-example {
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/harrypotter/images/pc-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% - 57px);
	}
	.hero_area_right_pc {
		background-color: #1E2238;
		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;
		padding: 0 1px;
        background-color: #cdb083;
		margin-left: -1px;
	}
	
	
	
	.subject_inner h2 {
		font-size: 1.6rem;
		margin-bottom: 2vw;
	}
	.secItem__block .block_title .title span {
		font-size: 1.6rem;
	}
	.about-txt {
		font-size: 1.2rem;
	}
	.about-txt {
		font-size: 1.2rem;
	}
	.b-notice__box h2 {
		font-size: 1.2rem;
	}
	.secShare__ttl {
		font-size: 1.2rem;
	}
	.navigation_tab nav ul li span {
		font-size: 1.2rem;
	}
	.b-notice__list li {
		font-size: 0.9rem;
	}
	.secItem_title {
		padding-top: 2vw;
		font-size: 1.6rem;
	}
	.secStore__exhibition__ttl {
		margin: 0 auto 3vw auto!important;
		font-size: 1.6rem!important;
	}
	.secStore__exhibition__item {
		margin-bottom: 2vw;
	}
	.b-notice__box {
		padding: 2vw 5%;
		margin: 2vw 5% 3vw 5%;
	}
	.itemNav__item__img {
		width: 80px;
		height: 80px;
	}
	.itemNav__item__img img {
		margin-left: 0;
	}
	.itemNav__item__txt {
		padding-right: 1vw;
	}
	.itemNav__item__txt {
		font-size: 1rem;
	}
	.secItem__block .block_title {
		padding: 1vw 0 2vw 0;
	}
	.secItem__block .block_title .title span {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.secItem__block .block_title .title {
		font-size: 0.8rem;
	}
	.secStore__exhibition__info h4 {
		font-size: 1.2rem;
		margin-bottom: 1.5vw;
	}
	.secStore__exhibition__txt {
		font-size: 1rem;
		margin-bottom: 3vw;
	}
	.secStore__exhibition__item a {
		font-size: 1.1rem;
	}
	.secStore__exhibition__info__note {
		font-size: 1.1rem;
		margin: 4vw 0;
	}
	.livestation {
		padding: 2vw 5%;
	}
	#gender_women .itemNav__item__txt {
		padding-right: 1vw;
		padding-left: 1vw;
	}
	

	.aliasArea {
		margin-bottom: 2vw;
	}
	
	
	.pc {
		display: block;
	}
}