@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;
}

#live-commerce {
    max-width: 750px;
    margin: 5.6% auto 10.5%;
    background: #fff;
    font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'Noto Sans JP', 'ヒラギノ角ゴ 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: 9.6% auto 7.2%;
}

#live-commerce .maniVisual .mainTtl {
    font-size: 21px;
    font-size: 5.6vw;
    font-weight: bold;
    margin: 11% 4% 7%;
    letter-spacing: 0;
}

#live-commerce .aboutArea {
    margin: 0 auto 15%;
}

#live-commerce .aboutArea .ttl {
    text-align: center;
    font-size: 22px;
    font-size: 5.87vw;
    font-weight: bold;
    margin: 0 auto 6%;
}

#live-commerce .aboutArea .model {
    margin: 0 auto 0;
    padding: 0;
    text-align: right;
}

#live-commerce .aboutArea .model .text {
    font-size: 14px;
    font-size: 3.73vw;
    margin: 0 4% 24px;
    line-height: 1.5;
    text-align: left;
}

#live-commerce .aboutArea .model .more {
    display: inline-block;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
    color: #1b1b1b;
    margin: 0 4% 0;
    text-decoration: none;
}

#live-commerce .aboutArea .model .more::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: #1b1b1b 1px solid;
    border-bottom: #1b1b1b 1px solid;
    transform: rotate(-45deg);
    margin-left: 10px;
}

#live-commerce .aboutArea .model .img {
    margin: 10% 0 0;
}

#live-commerce .aboutArea .customer .text {
    font-size: 3.73vw;
    margin: 0 4% 24px;
    line-height: 1.5;
    text-align: left;
}

#live-commerce .aboutArea .customer .Button_Contents_List {
    display: flex;
    justify-content: center;
}

#live-commerce .aboutArea .customer .Button_Contents {
    margin-left: 12px;
    margin-right: 12px;
}

#live-commerce .aboutArea .customer .Button {
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    text-align: center;
    min-height: 52px;
    background-color: var(--color-white) min-height: 52px;
    text-decoration: none;
}

#live-commerce .aboutArea .customer .Button:hover {
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    text-decoration: none;
}

#live-commerce .aboutArea .customer .Button a {
    color: #000000;
}

#live-commerce .aboutArea .customer .Button_Inner {
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    color: #000000;
}

#live-commerce .aboutArea .customer .Button_Inner.-feedback:before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(https://faq.gu-global.com/resource/1663116975000/FRCS_FAQ/img/icon-feedback.svg) 0/cover no-repeat;
    box-sizing: border-box;
}

#live-commerce .aboutArea .customer .Button_text.-noteText {
    font-size: 2.93vw;
    line-height: 1.2rem;
    margin: 8px 0 0;
    color: #7d7d7d;
}

#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%;
    line-height: 1.6;
}

#live-commerce .archiveArea .ttl .subTtl {
    display: block;
    font-size: 3.73vw;
    font-weight: normal;
}

#live-commerce .archiveArea.anniversary .ttl {
    font-size: 17px;
    font-size: 4.54vw;
    color: #707070;
}

#live-commerce .archiveArea.anniversary .ttl span {
    display: inline-block;
    font-size: 22px;
    font-size: 5.87vw;
    text-align: left;
}

#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.latest .contents li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

#live-commerce .archiveArea.anniversary .contents li:first-child {
    width: 100%;
    margin-right: 0;
}

#live-commerce .archiveArea .contents li:nth-child(2n) {
    margin-right: 0;
}

#live-commerce .archiveArea.anniversary .contents li:nth-child(2n + 1) {
    margin-right: 0;
}

#live-commerce .archiveArea.anniversary .contents li:nth-child(2n) {
    margin-right: 3.3%;
}

/*#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),
#live-commerce .archiveArea.anniversary .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;
    text-decoration: none;
}

#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 .slideArea {}

#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;
}

#live-commerce .aliasSlider .aliasSliderBtn .btnPrev {
    left: 10px;
    background: url(/jp/ja/feature/live-commerce/pc/img/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/feature/live-commerce/pc/img/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 .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 .aliasSlider .aliasSliderBtn .btnNext {
    right: 0 !important;
    width: 10.6vw !important;
    height: 10.6vw !important;
    top: 33% !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;
}

.topic-path-sp {
    padding: 0 5%;
    margin: 15px auto;
    font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'Lato', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
}
