@charset "UTF-8";
@media (max-width: 750px) { .is-pc { display: none; } }

@media (min-width: 751px) { .is-sp { display: none; } }

.goods-Header { width: 100%; background-repeat: no-repeat; }

@media (min-width: 751px) { .goods-Header { height: 492px; background-size: 1300px 492px; background-position: center; } }

@media (min-width: 1025px) { .goods-Header { background-size: cover; } }

@media (max-width: 750px) { .goods-Header { height: 50.13333vw; background-size: 100%; margin-bottom: 40px; } }

@media (min-width: 751px) { .goods-Header { background-image: url("../images/goods/goods_header_bg-pc.jpg"); } }

@media (max-width: 750px) { .goods-Header { background-image: url("../images/goods/goods_header_bg-sp.jpg"); } }

.goods-HeaderArea { width: 100%; height: 100%; max-width: 980px; text-align: center; margin: auto; position: relative; }

.goods-Header_Title { width: 100%; position: absolute; margin: auto; bottom: 50px; left: 0; }

@media (max-width: 750px) { .goods-Header_Title { bottom: -40px; } }

.goods-Header_TitleImg { width: 100%; max-width: 613px; }

@media (max-width: 750px) { .goods-Header_TitleImg { width: 80%; } }

.goods-Header_TitleText { font-size: 16px; text-align: center; padding: 1em; opacity: .64; }

.goods-Header_TitleText span { position: relative; }

.goods-Header_TitleText span:before, .goods-Header_TitleText span:after { content: ""; display: block; width: 1em; height: 1px; background: currentColor; position: absolute; top: 0; bottom: 0; margin: auto; }

.goods-Header_TitleText span:before { left: -2em; }

.goods-Header_TitleText span:after { right: -2em; }

.goods-Links { width: 100%; margin: 50px auto 100px; }

@media (max-width: 1024px) { .goods-Links { padding: 0 30px; margin: 0 auto 50px; } }

@media (max-width: 750px) { .goods-Links { padding: 0 20px; margin: 0 auto 30px; } }

.goods-LinksArea { width: 100%; max-width: 980px; margin: auto; }

@media (min-width: 751px) { .goods-LinksArea { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; } }

.goods-LinksItem { text-align: center; }

@media (min-width: 751px) { .goods-LinksItem { width: 46%; } }

@media (max-width: 750px) { .goods-LinksItem:nth-of-type(1) { margin-bottom: 40px; } }

.goods-LinksAncer { width: 100%; display: block; color: #fff; font-weight: 600; background: #B2863B; padding: 1em; position: relative; -webkit-transition: ease .3s; transition: ease .3s; }

@media (min-width: 751px) { .goods-LinksAncer { height: 100%; -ms-grid-row-align: stretch; align-self: stretch; } }

.goods-LinksAncer:before { content: ""; display: block; position: absolute; width: 58px; height: 58px; background: url("../images/entry/icon_click.png") no-repeat; background-size: 100%; bottom: 0; right: 0; }

@media (max-width: 750px) { .goods-LinksAncer:before { width: 40px; height: 40px; } }

.goods-LinksAncer:hover { -webkit-transition: ease .3s; transition: ease .3s; -webkit-transform: scale(1.05); transform: scale(1.05); }

.goods-LinksTitle { font-size: 26px; letter-spacing: 5px; }

@media (max-width: 750px) { .goods-LinksTitle { font-size: 18px; } }

.goods-LinksText { font-size: 14px; letter-spacing: 2px; }

.goods-LinksInfo { width: 100%; max-width: 980px; margin: 50px auto 0; text-align: center; }

.goods-LinksInfo_Text { font-size: 20px; font-weight: 600; position: relative; }

@media (max-width: 750px) { .goods-LinksInfo_Text { font-size: 16px; } }

.goods-LinksInfo_Text span { background: -webkit-linear-gradient(0, rgba(208, 156, 67, 0.6), rgba(208, 156, 67, 0.6) 30%, transparent 30%, transparent 100%); background: linear-gradient(0, rgba(208, 156, 67, 0.6), rgba(208, 156, 67, 0.6) 30%, transparent 30%, transparent 100%); }

.goods-Official { width: 100%; margin: 0 auto 40px; }

@media (max-width: 1024px) { .goods-Official { padding: 0 30px; } }

@media (max-width: 750px) { .goods-Official { padding: 20px; margin: 0 auto; } }

.goods-OfficialArea { width: 100%; max-width: 980px; margin: auto; overflow: hidden; }

.goods-Official_Heading { padding: 50px 0 30px; text-align: center; margin: 50px 0 60px; }

@media (max-width: 750px) { .goods-Official_Heading { padding: 30px 0; margin: 0 0 10px; } }

.goods-Official_HeadingInner { width: 100%; position: relative; }

.goods-Official_HeadingInner:before { content: "GOODS"; display: block; position: absolute; top: auto; bottom: 0; left: 0; right: 0; margin: 0 auto; font-size: 40px; font-weight: 600; color: #D09C43; letter-spacing: .1em; -webkit-transform: scaleX(1.2) translateY(60%); transform: scaleX(1.2) translateY(60%); }

@media (max-width: 750px) { .goods-Official_HeadingInner:before { font-size: 24px; } }

.goods-Official_HeadingImg { width: 140px; }

@media (max-width: 750px) { .goods-Official_HeadingImg { width: 80px; } }

.goods-OfficialList { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; }

@media (max-width: 750px) { .goods-OfficialList { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } }

.goods-OfficialItem { display: -webkit-box; display: flex; flex-wrap: wrap; padding: 10px; }

.goods-OfficialItem:hover { cursor: pointer; }

.goods-OfficialItemInner { width: 100%; border: solid 2px #B2863B; position: relative; }

.goods-OfficialItemInner.is-new:before { content: ""; display: block; width: 50px; height: 50px; position: absolute; left: 0; top: 0; background: url(../images/top/icon_new.png) no-repeat; background-size: 100%; z-index: 1; }

@media (max-width: 750px) { .goods-OfficialItemInner.is-new:before { width: 40px; height: 40px; } }

.goods-OfficialThumb { width: 100%; position: relative; }

.goods-OfficialThumb.is-sample:before { content: "SAMPLE"; display: block; color: #ddd; position: absolute; font-weight: 900; font-size: 20px; border: solid 2px currentColor; padding: 0 .5em; background: rgba(0, 0, 0, 0.4); top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(-20deg); transform: translate(-50%, -50%) rotate(-20deg); }

.goods-OfficialThumb img { width: 100%; }

.goods-OfficialLabel { width: 100%; text-align: center; font-weight: 600; font-size: 14px; color: #000; background: #B2863B; padding: .5em; }

.goods-OfficialDetails { width: 100%; padding: .5em; font-size: 16px; font-weight: 600; }

.goods-OfficialDetails_Name { width: 100%; margin-bottom: 5px; }

.goods-OfficialDetails_Description { opacity: 0; font-size: 0; }

.goods-OfficialDetails_Price { width: 100%; text-align: right; color: #B2863B; letter-spacing: 1px; }

.goods-Artist { width: 100%; margin: 0 auto 40px; }

@media (max-width: 1024px) { .goods-Artist { padding: 0 30px; } }

@media (max-width: 750px) { .goods-Artist { padding: 20px; margin: 0 auto; } }

.goods-ArtistArea { width: 100%; max-width: 980px; margin: auto; overflow: hidden; }

.goods-Artist_Heading { padding: 50px 0 30px; text-align: center; margin: 50px 0 60px; }

@media (max-width: 750px) { .goods-Artist_Heading { padding: 30px 0; margin: 0 0 10px; } }

.goods-Artist_HeadingInner { width: 100%; position: relative; }

.goods-Artist_HeadingInner:before { content: "GOODS"; display: block; position: absolute; top: auto; bottom: 0; left: 0; right: 0; margin: 0 auto; font-size: 40px; font-weight: 600; color: #D09C43; letter-spacing: .1em; -webkit-transform: scaleX(1.2) translateY(60%); transform: scaleX(1.2) translateY(60%); }

@media (max-width: 750px) { .goods-Artist_HeadingInner:before { font-size: 24px; } }

.goods-Artist_HeadingImg { width: 220px; }

@media (max-width: 750px) { .goods-Artist_HeadingImg { width: 100px; } }

.goods-ArtistList { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; }

@media (max-width: 750px) { .goods-ArtistList { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } }

.goods-ArtistItem { display: -webkit-box; display: flex; flex-wrap: wrap; padding: 10px; }

.goods-ArtistItem:hover { cursor: pointer; }

.goods-ArtistItemInner { width: 100%; border: solid 2px #B2863B; position: relative; }

.goods-ArtistItemInner.is-new:before { content: ""; display: block; width: 50px; height: 50px; position: absolute; left: 0; top: 0; background: url(../images/top/icon_new.png) no-repeat; background-size: 100%; z-index: 1; }

@media (max-width: 750px) { .goods-ArtistItemInner.is-new:before { width: 40px; height: 40px; } }

.goods-ArtistThumb { width: 100%; position: relative; }

.goods-ArtistThumb.is-sample:before { content: "SAMPLE"; display: block; color: #ddd; position: absolute; font-weight: 900; font-size: 20px; border: solid 2px currentColor; padding: 0 .5em; background: rgba(0, 0, 0, 0.4); top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(-20deg); transform: translate(-50%, -50%) rotate(-20deg); }

.goods-ArtistThumb img { width: 100%; }

.goods-ArtistLabel { width: 100%; text-align: center; font-weight: 600; font-size: 14px; color: #000; background: #B2863B; padding: .5em; }

.goods-ArtistDetails { width: 100%; padding: .5em; font-size: 16px; font-weight: 600; }

.goods-ArtistDetails_Name { width: 100%; margin-bottom: 5px; }

.goods-ArtistDetails_Description { opacity: 0; font-size: 0; }

.goods-ArtistDetails_Price { width: 100%; text-align: right; color: #B2863B; letter-spacing: 1px; }

.goods-Info { width: 100%; margin: 50px auto 100px; }

@media (max-width: 1024px) { .goods-Info { padding: 0 30px; margin: 0 auto 50px; } }

@media (max-width: 750px) { .goods-Info { padding: 0 20px; margin: 0 auto 30px; } }

.goods-InfoArea { width: 100%; max-width: 980px; margin: auto; text-align: center; }

.goods-Info_Heading { color: #B2863B; font-weight: 600; text-align: center; margin-bottom: .5em; }

@media (min-width: 751px) { .goods-Info_Heading { font-size: 24px; } }

@media (max-width: 750px) { .goods-Info_Heading { font-size: 18px; } }

.goods-Info_Text { width: 100%; margin-top: 20px; }

.goods-Info_Schedule { width: 40%; margin: auto; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: end; align-items: flex-end; border-bottom: solid 1px #B2863B; margin-bottom: 20px; }

@media (max-width: 750px) { .goods-Info_Schedule { width: 80%; } }

.goods-Info_ScheduleTitle { width: 180px; flex-shrink: 0; font-size: 16px; text-align: left; padding-bottom: 5px; }

.goods-Info_ScheduleDate { font-size: 22px; width: 50px; font-weight: 800; }

.goods-Precautions { width: 100%; margin: 60px auto 0; background: rgba(255, 255, 255, 0.2); font-size: 14px; text-align: left; }

@media (min-width: 751px) { .goods-Precautions { padding: 2em; } }

@media (max-width: 750px) { .goods-Precautions { font-size: 12px; padding: 2em 1em; } }

.goods-Precautions_Heading { font-weight: 600; text-align: center; margin-bottom: 1em; }

@media (min-width: 751px) { .goods-Precautions_Heading { font-size: 24px; } }

@media (max-width: 750px) { .goods-Precautions_Heading { font-size: 18px; } }

.goods-Precautions_List { width: 100%; }

.goods-Precautions_ListItem { position: relative; padding-left: 1.5em; margin-bottom: 10px; }

.goods-Precautions_ListItem:last-child { margin-bottom: 0; }

.goods-Precautions_ListItem:before { content: "※"; position: absolute; left: 0; }

.goods-PopupDisplay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; background: rgba(0, 0, 0, 0.8); }

.goods-PopupDisplay[aria-hidden="true"] { opacity: 0; pointer-events: none; }

.goods-PopupDisplay[aria-hidden="false"] { opacity: 1; pointer-events: auto; }

.goods-PopupDisplayInner-Official { width: 100%; height: 100%; position: relative; }

.goods-PopupDisplayInner-Artist { width: 100%; height: 100%; position: relative; }

.goods-PopupDisplay_Item { width: 90%; max-width: 580px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: solid 2px #B2863B; }

.goods-PopupDisplay_Item.is-new:before { content: ""; display: block; width: 50px; height: 50px; position: absolute; left: 0; top: 0; background: url(../images/top/icon_new.png) no-repeat; background-size: 100%; z-index: 1; }

@media (max-width: 750px) { .goods-PopupDisplay_Item.is-new:before { width: 40px; height: 40px; } }

.goods-PopupDisplay_CloseCoverButton { border: none; outline: none; -webkit-appearance: none; appearance: none; display: block; position: absolute; width: 40px; height: 40px; top: -40px; right: -40px; cursor: pointer; padding: 0; margin: 0; font-size: 0; }

@media screen and (max-width: 750px) { .goods-PopupDisplay_CloseCoverButton { width: 30px; height: 30px; top: -30px; right: 0; } }

.goods-PopupDisplay_CloseCoverButton:focus:before, .goods-PopupDisplay_CloseCoverButton:focus:after { box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.2); }

.goods-PopupDisplay_CloseCoverButton:before { content: ''; display: block; cursor: pointer; position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 40px; height: 2px; background: #fff; margin: auto; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

@media screen and (max-width: 750px) { .goods-PopupDisplay_CloseCoverButton:before { width: 30px; } }

.goods-PopupDisplay_CloseCoverButton:after { content: ''; display: block; cursor: pointer; position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 40px; height: 2px; background: #fff; margin: auto; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

@media screen and (max-width: 750px) { .goods-PopupDisplay_CloseCoverButton:after { width: 30px; } }

.goods-PopupDisplay_ItemImgWrap { width: 100%; text-align: center; background: #fff; padding: 1em; }

.goods-PopupDisplay_ItemImgWrap.is-sample:before { content: "SAMPLE"; display: block; color: #ddd; position: absolute; font-weight: 900; font-size: 24px; border: solid 2px currentColor; padding: 0 .5em; background: rgba(0, 0, 0, 0.4); top: 40%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(-20deg); transform: translate(-50%, -50%) rotate(-20deg); }

.goods-PopupDisplay_ItemImgWrap.is-bgblack { background: #000; }

.goods-PopupDisplay_ItemImg { width: 100%; height: auto; }

.goods-PopupDisplay_ItemLabel { background: #B2863B; color: #000; text-align: center; padding: 5px; font-weight: 600; }

.goods-PopupDisplay_ItemDetails { padding: 1em; background: #000; }

.goods-PopupDisplay_ItemName { font-size: 16px; font-weight: 600; }

.goods-PopupDisplay_ItemDescription { margin: 1em .5em; }

.goods-PopupDisplay_ItemPrice { font-size: 16px; font-weight: 600; color: #B2863B; text-align: right; }
