@charset "UTF-8";

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2') format('woff2'),
		url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff') format('woff'),
		url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2') format('woff2'),
		url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff') format('woff'),
		url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2') format('woff2'),
		url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff') format('woff'),
		url('/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* common class
--------------------------------------------------*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

body.stop {
	width: 100%;
}

#live-commerce {
	max-width: 750px;
	margin: 5.6% auto 10.5%;
	background: #fff;
	font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05rem;
	font-feature-settings: 'palt';
}

#live-commerce .imgWidthFull {
	width: 100%;
	display: block;
}

#live-commerce a {
	-webkit-touch-callout: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 215, 0.40) !important;
}

#live-commerce a.dpBlock {
	display: block;
}

#live-commerce .btn_simple > span:after {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid #1b1b1b 1px;
	border-right: solid #1b1b1b 1px;
	transform: rotate(45deg);
	content: "";
	margin-left: 1%;
	vertical-align: top;
	margin-top: 0.8%;
}

#live-commerce .flexWrapCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

#live-commerce .flexSpacearound {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#live-commerce .alias-view {
	background: #fff;
}

/* layout
--------------------------------------------------*/
#live-commerce .maniVisual {
	margin: 4.6% auto 3.1%;
}

#live-commerce .maniVisual .mainTtl {
	font-size: 21px;
	font-size: 5.6vw;
	font-weight: bold;
	margin: 11% 4% 7%;
	letter-spacing: 0;
}

#live-commerce .contentTitle {
	font-weight: bold;
	margin: 0 4%;
	padding-top: 20px;
}

#live-commerce .contentTitle h1 {
	font-size: 20px;
	font-size: 5.4vw;
	margin-bottom: 5.6%;
}

#live-commerce .contentTitle .sub {
	margin-bottom: 17px;
}

#live-commerce .contentTitle .sub span {
	display: block;
	font-size: 13px;
	font-size: 3.46vw;
	margin-bottom: 2.5%;
}

#live-commerce .contentTitle .sub .heading {
	font-size: 17px;
	font-size: 4.54vw;
	line-height: 1.5;
}

#live-commerce .maniVisual #live {
	height: 178vw !important;
}

#live-commerce .maniVisual .live .reload_link {
	z-index: 1;
	color: #1b1b1b;
	padding: 2.5% 0 10%;
	display: block;
}

#live-commerce .maniVisual .live .reload_text {
	font-size: 11px;
	font-size: 2.9vw;
	text-align: center;
	white-space: nowrap;
	line-height: 1.5;
	letter-spacing: 1px;
}

#live-commerce .maniVisual .live .reload_text .this {
	text-decoration: underline;
}

#live-commerce .maniVisual .tabList {}

#live-commerce .maniVisual .tabList .tab_area {
	letter-spacing: -.5em;
	margin: 0;
	border: solid 1px #dadada;
	display: flex;
	justify-content: space-between;
}

#live-commerce .maniVisual .tabList .tab_area.fixed {
	width: 100%;
	position: fixed;
	top: 64px;
	background: #fff;
	z-index: 100;
}

#live-commerce.appli .maniVisual .tabList .tab_area.fixed {
	top: 0;
}

#live-commerce .maniVisual .tabList .tab_area li {
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	/*
	width: 33.33%;
	width: calc(100% / 3);
*/
	width: 100%;
	font-size: 12px;
	font-size: 3.2vw;
	font-weight: bold;
	border-right: solid 1px #dadada;
}

#live-commerce .maniVisual .tabList .tab_area li:nth-child(3n) {
	margin-right: 0;
	border-right: 0;
}

#live-commerce .maniVisual .tabList .tab_area li a {
	color: #1b1b1b;
	display: block;
	padding: 12% 0;
	border-bottom: solid 2px #fff;
}

#live-commerce .maniVisual .tabList .tab_area li.select a {
	color: #1b1b1b;
	border-bottom: solid 2px #1b1b1b;
}

#live-commerce.appli .maniVisual .tabList .tab_area li.select a {
	border-bottom: solid 2px #1b1b1b;
}

#live-commerce .maniVisual .tabList .content_area.hide {
	display: none;
}

#live-commerce .maniVisual .tabList .content_area .itemArea {
	padding: 10% 0 0;
}

#live-commerce .maniVisual .tabList .content_area .itemArea .ttl {
	text-align: center;
	font-size: 17px;
	font-size: 4.54vw;
	font-weight: bold;
	margin-bottom: 5.6%;
	margin-top: -100px;
	padding-top: 100px;
}

#live-commerce.appli .maniVisual .tabList .content_area .itemArea .ttl {
	margin-top: 0;
	padding-top: 0;
}

#live-commerce .maniVisual .tabList .content_area .itemArea .lead {
	text-align: left;
	font-size: 13px;
	font-size: 3.46vw;
	line-height: 1.5;
	margin: 0 4% 2%;
}

#live-commerce .maniVisual .tabList .content_area .itemArea .js-modal-link {
	text-align: right;
	margin: 0 4% 8.5%;
}

#live-commerce .maniVisual .tabList .content_area .itemArea .js-modal-link .js-modal-open {
	font-size: 13px;
	font-size: 3.46vw;
	font-weight: bold;
	color: #1b1b1b;
	margin: 0 4% 0;
	position: relative;
}

#live-commerce .maniVisual .tabList .content_area .itemArea .js-modal-link .js-modal-open::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	width: 1.8vw;
	height: 1.8vw;
	border-right: #1b1b1b 1px solid;
	border-bottom: #1b1b1b 1px solid;
	transform: rotate(-45deg);
	position: absolute;
	right: -10px;
	top: 33%;
}

#live-commerce .maniVisual .tabList .content_area .itemArea .ttlSub {
	font-size: 14px;
	font-size: 3.73vw;
	font-weight: bold;
	margin: 0 4% 5%;
	line-height: 1.4;
}

#live-commerce .maniVisual .tabList .content_area .itemArea .aliasBlock {
	margin-bottom: 4%;
}

#live-commerce .scheduleArea {
	margin: 0 4% 3.1%;
}

#live-commerce .scheduleArea .ttl {
	text-align: center;
	font-size: 17px;
	font-size: 4.54vw;
	font-weight: bold;
	margin-bottom: 8%;
	margin-top: -100px;
	padding-top: 100px;
}

#live-commerce.appli .scheduleArea .ttl {
	margin-top: 0;
	padding-top: 0;
}

#live-commerce .scheduleArea .ttlblock {
	margin-bottom: 5%;
}

#live-commerce .scheduleArea .ttlblock .season {
	margin: 0 0 3.4%;
}

#live-commerce .scheduleArea .ttlblock .season span {
	display: inline-block;
	font-size: 11px;
	font-size: 2.9vw;
	color: #fff;
	background-color: #ababab;
	padding: 1.4% 2.4%;
}

#live-commerce .scheduleArea .ttlblock .names {
	font-size: 14px;
	font-size: 3.73vw;
	font-weight: bold;
	margin-bottom: 2%;
}

#live-commerce .scheduleArea .ttlblock .subttl {
	font-size: 17px;
	font-size: 4.54vw;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 4%;
}

#live-commerce .scheduleArea .ttlblock .date {
	font-size: 13px;
	font-size: 3.46vw;
	color: #7d7d7d;
}

#live-commerce .scheduleArea .img {
	margin-bottom: 6%;
}

#live-commerce .scheduleArea .img .text {
	font-size: 13px;
	font-size: 3.46vw;
	line-height: 1.4;
	margin: 4% auto;
}

#live-commerce .scheduleArea .note {
	margin: 6% auto;
}

#live-commerce .scheduleArea .cast {
	background: #f4f4f4;
	padding: 6% 4% 4%;
}

#live-commerce .scheduleArea .cast .name {
	font-size: 14px;
	font-size: 3.73vw;
	font-weight: bold;
	margin-bottom: 4%;
	margin-top: 8%;
}

#live-commerce .scheduleArea .cast .name .position {
	font-size: 11px;
	font-size: 2.9vw;
}

#live-commerce .scheduleArea .cast .degree {
	font-size: 11px;
	font-size: 2.9vw;
	margin-bottom: 4%;
	line-height: 1.5;
}

#live-commerce .scheduleArea .cast .text {
	font-size: 13px;
	font-size: 3.46vw;
	margin-bottom: 1%;
	line-height: 1.5;
}

#live-commerce .scheduleArea .cast .text.link {
	line-height: 1.4;
}

#live-commerce .scheduleArea .cast .text a {
	color: #1b1b1b;
	word-break: break-all;
	position: relative;
	font-weight: bold;
	border-bottom: solid 1px #1b1b1b;
}

#live-commerce .scheduleArea .cast .social {
	margin-top: 2%;
	margin-bottom: 8%;
}

#live-commerce .scheduleArea .cast .social:last-child {
	margin-bottom: 0;
}

#live-commerce .aboutArea {
	margin: 0 auto 11%;
	padding: 8% 0 0;
}

#live-commerce .aboutArea .ttl {
	text-align: center;
	font-size: 17px;
	font-size: 4.54vw;
	font-weight: bold;
	margin: 0 auto 5%;
}

#live-commerce .aboutArea .model {
	margin: 0 4% 0;
	padding: 0;
}

#live-commerce .aboutArea .model .text {
	font-size: 13px;
	font-size: 3.46vw;
	margin: 0 auto 5%;
	line-height: 1.5;
}

#live-commerce .aboutArea .model .more {
	display: inline-block;
	font-size: 13px;
	font-size: 3.46vw;
	font-weight: bold;
	color: #1b1b1b;
	margin: 0 4% 0;
	position: relative;
	float: right;
}

#live-commerce .aboutArea .model .more::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	width: 1.8vw;
	height: 1.8vw;
	border-right: #1b1b1b 1px solid;
	border-bottom: #1b1b1b 1px solid;
	transform: rotate(-45deg);
	position: absolute;
	right: -10px;
	top: 22%;
}

#live-commerce .aboutArea .model .img {
	margin: 9% 4% 0;
}

#live-commerce .archiveArea {
	margin: 0 auto 9.4%;
}

#live-commerce .archiveArea .ttl {
	text-align: center;
	font-size: 17px;
	font-size: 4.54vw;
	font-weight: bold;
	margin: 0 auto 5%;
}

#live-commerce .archiveArea .ttl .subTtl {
	display: none;
	font-size: 14px;
	font-size: 3.73vw;
}

#live-commerce .archiveArea .contents {
	letter-spacing: -.5em;
	margin: 0 4% 5%;
}

#live-commerce .archiveArea .contents li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 3.3%;
	margin-bottom: 3.6%;
	transition: opacity .4s;
}

#live-commerce .archiveArea .contents li:nth-child(2n) {
	margin-right: 0;
}

#live-commerce .archiveArea .contents li:nth-child(n + 7) {
	display: none;
	opacity: 0;
	height: 0;
	margin-bottom: 0;
}

#live-commerce .archiveArea.active .contents li:nth-child(n + 7) {
	display: inline-block;
	opacity: 1;
	height: auto;
	margin-bottom: 3.6%;
}

#live-commerce .archiveArea .contents li a {
	display: block;
	color: #1b1b1b;
	font-size: 12px;
	font-size: 3.2vw;
}

#live-commerce .archiveArea .contents li a .subdescription {
	font-size: 10px;
	font-size: 2.7vw;
	font-weight: bold;
	color: #7d7d7d;
	margin-top: 5%;
}

#live-commerce .archiveArea .contents li a .subdescription .vol {
	margin-right: .5em;
}

#live-commerce .archiveArea .contents li a .description {
	line-height: 1.5;
	margin: 3% auto 4%;
}

#live-commerce .archiveArea .contents li a .cast {
	font-size: 11px;
	font-size: 2.93vw;
	color: #7d7d7d;
	text-align: right;
}

#live-commerce .archiveArea .morerow {
	text-align: center;
}

#live-commerce .archiveArea .morerow span {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 3.73vw;
	font-weight: bold;
	position: relative;
	padding-right: 5%;
	margin-left: 5%;
}

#live-commerce .archiveArea .morerow span.open {
	display: inline-block;
}

#live-commerce .archiveArea .morerow span.close {
	display: none;
}

#live-commerce .archiveArea.active .morerow span.open {
	display: none;
}

#live-commerce .archiveArea.active .morerow span.close {
	display: inline-block;
}

#live-commerce .archiveArea .morerow span::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	width: 2.2vw;
	height: 2.2vw;
	border-right: #1b1b1b 1px solid;
	border-bottom: #1b1b1b 1px solid;
	transform: rotate(45deg);
}

#live-commerce .archiveArea .morerow span.close::after {
	transform: rotate(-135deg);
	top: 40%;
}

#live-commerce .environmentArea {
	margin: 0 4% 9%;
}

#live-commerce .environmentArea table {
	width: 100%;
	font-size: 13px;
	font-size: 3.46vw;
	line-height: 1.6;
}

#live-commerce .environmentArea table th {
	font-weight: bold;
	display: block;
	margin-bottom: 4%;
}

#live-commerce .environmentArea table td {
	display: block;
	line-height: 1.5;
	margin-bottom: 4%;
}

#live-commerce .slideArea {}

#live-commerce .modal__content .slideArea {
	margin: 0 auto;
}

#live-commerce .slideArea .ttl {
	text-align: center;
	font-size: 17px;
	font-size: 4.54vw;
	font-weight: bold;
	margin: 0 auto 8%;
}

/*aliasSlideArea
--------------------------------------------------*/
#live-commerce .aliasSlider {
	position: relative;
	overflow: hidden;
}

#live-commerce .aliasSlider .aliasSliderBtn .btnPrev,
#live-commerce .aliasSlider .aliasSliderBtn .btnNext {
	position: absolute;
	top: 50%;
	width: 16.7% !important;
	height: 50px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 35;
	outline: none;
}

#live-commerce .aliasSlider .aliasSliderBtn .btnPrev {
	left: 10px;
	background: url(/jp/ja/special-feature/live-station/images/201225_btnPrev.png) 50% 50% no-repeat;
	background-size: 20px;
	background-size: 10.6vw;
}

#live-commerce .aliasSlider .aliasSliderBtn .btnNext {
	right: 10px;
	background: url(/jp/ja/special-feature/live-station/images/201225_btnNext.png) 50% 50% no-repeat;
	background-size: 20px;
	background-size: 10.6vw;
}

#live-commerce .swiper-pagination {
	width: 100% !important;
	bottom: -10px !important;
	position: relative !important;
	text-align: center !important;
	margin: 0 auto 9% !important;
	padding: 1.5%;
}

#live-commerce .modal__content .swiper-pagination {
	margin: 0 auto 3% !important
}

#live-commerce .swiper-pagination span {
	margin: 0 5px !important;
}

#live-commerce .swiper-pagination-bullet {
	background: #c6c6c6 !important;
	opacity: 1 !important;
}

#live-commerce .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #333 !important;
}

#live-commerce .aliasSlider .aliasSliderBtn .btnPrev {
	left: 0 !important;
	width: 10.6vw !important;
	height: 10.6vw !important;
	top: 33% !important;
}

#live-commerce .modal__content .aliasSlider .aliasSliderBtn .btnPrev {
	top: 50% !important;
}

#live-commerce .aliasSlider .aliasSliderBtn .btnNext {
	right: 0 !important;
	width: 10.6vw !important;
	height: 10.6vw !important;
	top: 33% !important;
}

#live-commerce .modal__content .aliasSlider .aliasSliderBtn .btnNext {
	top: 50% !important;
}

#live-commerce .aliasSlider ul,
#live-commerce .aliasSlideArea.aliasSlider,
#live-commerce .aliasSlider .swiper-slide {
	height: auto;
}

#live-commerce .aliasSlider .swiper-slide img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#live-commerce .aliasSlider .swiper-slide .description {
	font-size: 14px;
	font-size: 3.73vw;
	color: #1b1b1b;
	line-height: 1.4;
}

#live-commerce .popSlider {
	position: relative;
	overflow: hidden;
}

#live-commerce .popSlider .aliasSliderBtn .btnPrev,
#live-commerce .popSlider .aliasSliderBtn .btnNext {
	position: absolute;
	top: 50%;
	width: 10.6vw;
	height: 10.6vw;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 35;
	outline: none;
}

#live-commerce .popSlider .aliasSliderBtn .btnPrev {
	left: 0;
	background: url(/jp/ja/special-feature/live-station/images/201225_btnPrev.png) 50% 50% no-repeat;
	background-size: 20px;
	background-size: 10.6vw;
}

#live-commerce .popSlider .aliasSliderBtn .btnNext {
	right: 0;
	background: url(/jp/ja/special-feature/live-station/images/201225_btnNext.png) 50% 50% no-repeat;
	background-size: 20px;
	background-size: 10.6vw;
}

.modal {
	opacity: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.4);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 5% 0;
	position: absolute;
	top: 100px;
	transform: translate(-50%, 0);
	width: 92%;
	max-height: calc(100vh - 170px);
	overflow-y: auto;
}

.modal__content .js-modal-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.modal__content .js-modal-close::before,
.modal__content .js-modal-close::after {
	content: "";
	display: block;
	width: 137%;
	/*バツ線の長さ*/
	height: 1px;
	/*バツ線の太さ*/
	background: #000;
	transform: rotate(45deg);
	transform-origin: 0% 50%;
	position: absolute;
	top: 0%;
	left: 0%;
}

.modal__content .js-modal-close::after {
	transform: rotate(-45deg);
	transform-origin: 100% 50%;
	left: auto;
	right: 1%;
}

.sns {
	display: none;
}

.topic-path-pc {
	display: none;
}

.pc-header-container,
.pc-footer-container,
.live-pc,
.feature-pc,
.modal-pc,
.slide-pc-image {
	display: none !important;
}

#live-commerce .maniVisual .live .liveInner {
	display: block;
	background: none;
	text-align: center;
}

#live {
	width: 100%;
	height: 640px;
}

.modal__content .swiper-slide {
	height: 475px !important;
	line-height: 475px !important;
}

.modal__content .swiper-slide:nth-child(2n) {
	height: 340px !important;
	line-height: 340px !important;
}

/*  バンブーザー対応によるヘッダー・フッター要素の非表示対応  */
#dynamic-header.sp .dynamic-header-in .gnavi-menues {
	display: none;
}

#dynamic-footer .footer-in .footer-menu {
	display: none;
}

#dynamic-footer .footer-in .sns-area {
	display: none;
}

#dynamic-footer .footer-in .copyright {
	padding-top: 40px;
}

#dynamic-footer .footer_tax_bnr {
	display: none;
}
