@charset "UTF-8";
/* PC */
:root{
  --ss-bg-color: #ff9900;
  --ss-saitama-color: #66A500;
  --ss-osaka-color: #ab47df;
  --ss-qa-color: #d63300;
  --ss-news-color: #5149c9;
  --ss-btn-bg: #FDA417;
}
html {
  scroll-padding-top: 24px;
	scroll-behavior: smooth;
}
/* ====================
container
==================== */
body{
  /* background: linear-gradient(90deg, #f6d4d5, #f9f6f4, #f4f5d7); */
	/* background: #fff; */
}

.main_inner .section{
	position: relative;
}
.back-to-top {
	display: block;
	position: relative;
	height: 84px;
}
.back-to-top__ico {
	position: absolute;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	padding: 18px;
	border-radius: 30px;
	top: 12px;
	right: 8px;
	overflow: hidden;
	background: #e60012;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	color: #fff;
	transition: opacity 0.25s ease; 
	cursor: pointer;
	opacity: 0.0; 
}
.back-to-top__ico--on {
	display: block;
	opacity: 1.0; 
}
.back-to-top__ico:before {
	display: block;
	background: url("../images/ic_arw_up.svg") no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	content: ''; 
}
/*
nav.header_category_menu{
  height:56px;
}
.spesta .footer_inner{
  background: none;
}
*/
ul.breadcrumb{
	display: none;
}

/*menu*/
.event_menu ul {
	display: none;
}

/*footer*/
.footer_link{
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

/* ====================
page common
==================== */

/* title */
.event_title {
	background: var(--ss-bg-color);
	color: #ffffff;
	padding: 10px 10px;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	gap: 10px;
	box-shadow: inset 0 -4px 16px rgba(0,0,0,.1);
}
.event_title .img img{
	width: 70px;
	height: 56px;
	display: block;
}

.event_title .heading{
	width: 100%;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 260px 56px;
	margin-left: 16px;
}
.event_title.saitama,
.event_title.osaka{
	background: url(../images/ttl_bg.png);
	background-position: top;
}
.event_title.saitama .heading{
	background-image: url(../images/ttl_saitama.png);
}
.event_title.osaka .heading{
	background-image: url(../images/ttl_osaka.png);
}
.event_title.qa{
	background: var(--ss-qa-color);
}
.event_title.qa .heading{
	color: var(--ss-osaka-color);
	background-image: url(../images/ttl_qa.png);
}
.event_title.news{
	background: var(--ss-news-color);
}
.event_title.news .heading{
	background-image: url(../images/ttl_news.png);
}
.event_title.support{
	background: var(--ss-qa-color);
}
.event_title.support .heading{
	color: var(--ss-osaka-color);
	background-image: url(../images/ttl_support.png);
	background-size: contain;
}

/*sub-title*/
.page-title{
	font-size: 1.3em;
	line-height: 1;
	margin-bottom: 24px;
}

/*wrapper*/
.event_detail_wrapper{
	border-radius: 16px;
	padding: 0;
}
.event_detail_wrapper main{
	padding: 1px 30px 24px;
}

/*heading*/
.event_detail_wrapper h3{
	background: var(--ss-bg-color);
	color: #ffffff;
	font-weight: bold;
	font-size: 1.25em;
	padding: 8px 16px;
	border-radius: 8px;
	margin: 24px 0 12px;
}
.event_detail_wrapper h3 .small{
	font-size: 80%;
}
.event_detail_wrapper h4{
	font-weight: bold;
	font-size: 1.25em;
	margin: 12px 0 8px;
}
.event_detail_wrapper h4.dot:before {
	content:"●";
	margin-right: 4px;
}
.event_detail_wrapper h5{
	font-weight: bold;
	margin: 6px 0;
}
.event_detail_wrapper h6{
	font-weight: bold;
	margin: 6px 0;
}
/*hr*/
.event_detail_wrapper hr {
	margin: 36px 0;
	border-width:1px 0 0 0;
	border-style: dotted;
	border-color: #d0d0d0;
}
/*text-container*/
.contents_inner,
.contents_inner_nopd {
	margin-bottom: 36px;
	word-break: break-word;
}
.contents_inner b{
	font-weight: bold;
}
.contents_inner small{
	font-size: 0.84em;
}

/* text */
.text-list {
	padding-left: 24px;
	margin-top: 0.25em;
}
.text-list li {
	list-style: disc;
	margin-bottom: 0.25em;
}

.notice-stl{
	font-weight: bold;
	margin-top: 0.75em;
}
.notice-list{
	margin: 0.25em 0 0.5em 24px;
	line-height: 1.75;
}
.notice-list li {
	list-style: disc;
	margin-bottom: 0.25em;
}
.notice_memo{
	margin: 0.25em 0 0.5em 12px;
}

.notice-list.is-notice li,
.text-list.is-notice li {
	list-style: none;
	position: relative;
}
.notice-list.is-notice li:before,
.text-list.is-notice li:before{
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
}
/**/
.is-nest li{
	list-style: circle;
}

/* credit */
.credit {
	margin-bottom: 36px;
}
.credit dl {
	display: table;
}
.credit dt,
.credit dd {
	display: table-cell;
}
.credit dt {
	width: 5em;
}

/* contact */
.contact {
	border: 1px solid var(--ss-bg-color);
	padding-bottom: 16px;
	text-align: center;
}
.contact .ttl {
	background: var(--ss-bg-color);
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 1em;
}
.contact .number {
	font-size: 1.5em;
	font-weight: bold;
	margin: 12px 0 6px;
}

/* daiwa house */
.logo_daiwahouse {
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: center;
}
.logo_daiwahouse img {
	width: 670px;
	height: 40px;
	display: block;
	margin: 0 auto;
}

/*badge*/
.badge{
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 4px 4px;
	border-radius: 4px;
	white-space: nowrap;
}
.badge.new{
	background: #e60012;
	color: #ffffff;
	font-weight: bold;
}
.badge.ssnews{
	background: #ffffff;
	color: #5149c9;
	font-weight: bold;
	border:1px solid #eeeeee;
	padding: 4px 6px;
}



/* ====================
TOP
==================== */
#sstop{
	position: relative;
}
#sstop::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	box-shadow: inset 0 -4px 16px rgba(0,0,0,.1);
}

.sstop .event_sub_title {
	font-size: 1.3em;
	margin-bottom: 8px;
	padding-bottom: 2px;
}


/*emergncy note*/
.emnote{
	border: 4px solid #ff0000;
	margin: 24px 0 24px;
	padding: 0.75em 1em;
	color: #ff0000;
	font-weight: bold;
}
.emnote a {
    font-weight: bold;
    color: #ff0000;
}

/*top-news-special*/
.topnote{
	border: 4px solid var(--ss-bg-color);
	margin: 0 0 2em;
	padding: 0.75em 1em;
	color: var(--ss-bg-color);
	font-weight: bold;
	border-radius: 12px;
}
.info_btns{
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin: 0.5em 0 0;
}
.info_btns.button_event_mini a{
	font-size: 1em;
	margin: 0;
	flex-grow: 1;
	width: 48px;
	word-break: keep-all;
}


/*top-event-info-panel*/
.info-container{
	display: flex;
	justify-content: space-between;
}
.info {
	position: relative;
	width: 314px;
	flex-grow: 0;
	border-radius: 16px;
	padding: 2px;
}
.info .item {
	text-decoration: none;
	display: block;
	border-radius: 10px;
	background: #fff url(../images/info_bg.png) no-repeat 50% 0;
	background-size: cover;
	transition: opacity 0.25s ease-in-out;
}
.info a:hover{
	opacity: 0.8;
}
.info .info_ttl{
	padding: 18px 0 0;
}
.info .info_ttl img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.info .info_bottom{
	/* background: linear-gradient(#fff45f, #fdd200); */
	padding: 0 20px 20px;
	/* border-radius: 0 0 10px 10px; */
}
.info .date{
	color: #004ea2;
	text-align: center;
	margin-bottom:16px;
}
.info .date .year {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 2px 2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff,-2px -2px 1px #fff;
}
.info .date .month_day > * {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 2px 2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff,-2px -2px 1px #fff;
}
.info .item > .button_event{
	margin: 12px 0 0;
}

.info.is-event01 {
	border: var(--ss-saitama-color) 5px solid;
}
.info.is-event01 .ttl,
.info.is-event01 .at {
	color: var(--ss-saitama-color);
}
.info.is-event02 {
	border: var(--ss-osaka-color) 5px solid;
}
.info.is-event02 .ttl,
.info.is-event02 .at{
	color: var(--ss-osaka-color);
}
.info.is-event01 .item .button_event:not(.is-disabled) p{
	background: var(--ss-saitama-color);
}
.info.is-event02 .item .button_event:not(.is-disabled) p{
	background: var(--ss-osaka-color);
}

/*top qa*/
#ss_qa .qa-container{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 12px 0 24px;
}
#ss_qa .qa-item{
	border: 2px solid var(--ss-qa-color);
	border-radius: 8px;
}
#ss_qa .qa-item .qa-item_ttl{
	padding: 8px 8px 8px 12px;
	border-radius: 6px;
	background-color: #fff;
	color: var(--ss-qa-color);
	cursor: pointer;
	transition: all ease-in-out 0.2s;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	justify-content: space-between;
}
#ss_qa .qa-item.is-open .qa-item_ttl{
	border-radius: 6px 6px 0 0;
	background-color: var(--ss-qa-color);
	color: #fff;
}
#ss_qa .qa-item_body{
	padding: 8px 12px 1em;
}
#ss_qa .qa-item_body small{
	font-size: smaller;
}
#ss_qa .qa-item_ttl .cls{
	background-image: url(../images/close.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

/* ====================
ボタン
==================== */
.button_event {
	text-align: center;
}
.button_event a {
	text-decoration: none;
}
.button_event p {
	padding: 12px 0;
	border-style: none;
	border-radius: 30px;
	text-align: center;
	font-size: 120%;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 500;
	background-color: var(--ss-btn-bg);
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	text-decoration: none;
}
.button_event p small{
	font-size: 0.8em;
}
.button_event:not(.is-disabled) p{
	cursor: pointer;
}
a:hover .button_event p,
.button_event a:hover p {
	background: #fcb849;
}
.button_event.is-disabled p {
	background: #d0d0d0;
}


.button_list{
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.button_list > * {
	flex-grow: 2;
}
.button_list > *:first-child{
	margin-left: 0;
}
.button_list > *:last-child{
	margin-right: 0;
}

.button_event_medium {
	margin: 10px auto;
	line-height: 1.25;
}
.button_event_medium a,
.button_event_mini a,
.button_event_mini .disable-btn,
.button_event_medium .disable-btn{
	display: block;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	border-style: none;
	padding: 10px 14px;
	margin: 10px 0;
	border-radius: 16px;
	font-size: 1.18em;
}

.button_event_medium a,
.button_event_mini a {
	background-color: var(--ss-btn-bg);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1), inset 0 -4px 12px rgba(0,0,0,.1);
	text-decoration: none;
	cursor: pointer;
}
.button_event_mini a:hover,
.button_event_medium a:hover {
	/* background: #fcb849; */
	opacity: 0.8;
}
.button_event_medium a.is-red-btn{
	background-color: #ff5903;
}
.button_event_medium a.is-blue-btn{
	background-color:#418cc9;
}
.button_event_medium a.is-white-btn{
	background-color:#fff;
	color: #000;
	padding: 8px 12px;
	border: 2px solid #d0d0d0;
}
.button_event_medium.left{
	margin: 0;
}
.button_event_mini .disable-btn,
.button_event_medium .disable-btn{
	background-color: #d0d0d0;
	cursor:default;
}
.button_event_mini a.disable-btn:hover,
.button_event_medium a.disable-btn:hover {
	opacity: 1;
}

.button_event_medium_2columns .button_event_medium{
	width: 48%;
}

/*btn reg*/
.btn_common_registration.is-event{
	width: 75%;
	display: block;
	margin: 10px auto;
}
.btn_common_registration.is-event a{
	display: block;
	margin: 0;
	width: 100%;
}
.btn_common_registration a:hover{
	opacity: 0.8;
}

/* app btn*/
.form_confirm_button {
	margin-bottom: 10px;
}
.form_confirm_button .submit_button {
	width: 75%;
	margin: 0;
	border-radius: 24px;
}
.form_confirm_button#application .submit_button {
	background-color:#ff5903;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	color: #ffffff;
}
.form_confirm_button#confirm .submit_button {
	background-color: #418cc9;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	color: #ffffff;
}

/*ssbtn*/
.ssbtn{
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	padding: 8px 4px;
	text-align: center;
	transition: all 0.25s ease-in-out;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
}
.ssbtn:hover{
	color: #666699;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

/* ====================
公演情報
==================== */
/* 開催日時 */
.sche-set{
	margin: 1em 0
}
.sche-set > dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.5em;
	background: #f0f0f0;
	padding: 12px 16px;
	border-radius: 8px;
}
.sche-set > dl > dt{
	font-weight: bold;
	margin-right: 18px;
}
.sche dt,
.sche dd {
	display: inline-block;
	white-space: nowrap;
}
.sche dt {
	margin-right: 6px;
}
.sche > dl {
	display: flex;
}
.sche > dl > *{
	margin: 0 18px 0 0;
}

/* チケット販売 */
.seats{
	margin: 12px 0 24px 0;
}
.seats > * {
	border-width: 1px 0 0;
	border-color: #a0a0a0;
	border-style: dashed;
}
.seats > *:last-child{
	border-width: 1px 0;
}
.seats dl > div{
	display: flex;
	flex-wrap: nowrap;
	align-items: top;
	column-gap: 16px;
	padding: 12px 0;
}
.seats dl > div:nth-of-type(n+2){
	border-top: 1px dotted #d0d0d0;
}
.seats dl dd{
	margin-top: 4px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	gap: 2px;
}
.seats dl dd > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.seat_a,
.seat_ss,
.seat_sa,
.seat_sw,
.seat_st{
	display: block;
	background: #000;
	color: #fff;
	font-weight: bold;
	border-radius: 16px;
	padding: 8px 0px;
	width: 200px;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0px 1px rgba(0,0,0,0.25);
}
.seat_a{
	background: linear-gradient(to bottom, #d44190, #d42683);
}
.seat_ss,
.seat_sw,
.seat_st{
	background: linear-gradient(to bottom, #6d41d4, #5c24dd);
}
.seat_sa{
	background: linear-gradient(to bottom, #168980, #147e75);
}
.seats2 .seat_a{
	background: linear-gradient(to bottom, #a0d914, #8abf0d)
}
.seats2 .seat_ss,
.seats2 .seat_sw,
.seats2 .seat_st{
	background: linear-gradient(to bottom, #f392ba, #f3619f)
}
.seats2 .seat_sa{
	background: linear-gradient(to bottom, #3bb7f1, #0087ff);
}
.seats .price{
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 8px;
	white-space: nowrap;
}
.seats .note{
	font-size: 90%;
}
.wave{
	text-decoration: underline wavy #faa;
}
.seats-notice{
	padding: 12px 0;
}
/**/

/*map*/
.map .arena_stand{
	margin-top: 12px;
}
.map .arena_stand img {
	width: 300px;
	display: block;
	margin:0 auto;
}
/* tokuten  */
.tokuten .img{
	margin: 0 0 24px;
}
.tokuten .img img{
	width: 100%;
	height: auto;
}

/*arena*/
.area_block{
	margin: 10px 0;
	text-align: center;
}
.area_block a,
.area_block img{
	display: block; width: 100%; height: auto; margin: 0 auto;
}

/*playguide*/
.playguide_date {
	background: #F0F0F0;
	margin: 1em 0;
	padding: 1em;
	border-radius: 8px;
}
.playguide_date .ttl{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #ff0000;
}
.playguide_date .dtl{
	font-size: 1.2em;
	color: #ff0000;
}
.playguide_date .dtl span{
	font-weight: bold;
	display: inline-block;
}
.playguide_date .notice{
	margin-top: 0.5em;
}
.playguide_date.is-hanbai{
	background: none;
	text-align: center;
	margin: 0;
}
.playguide_date.is-hanbai .ttl,
.playguide_date.is-hanbai .dtl{
	color: #ffffff;
}

/*一般販売*/
.playguide
{
	margin: 1em 0;
	width: 100%;
	display: grid;
	grid-template-columns: auto auto;
}
.playguide dt.th
{
	text-align: left;
	vertical-align:middle;
	padding:8px 10px;
	border-bottom:1px solid #CCC;
	width: auto;
}
.playguide dd
{
	padding:8px;
	border-bottom:1px solid #CCC;
	width:auto;
	background: #fff;
}

.sold {
	color: #ff0000;
	font-weight: bold;
}
/*
th.playguide_name {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 0.5em 1em;
	text-align: left;
}
th.playguide_name span{
	font-weight: bold;
	display: inline-block;
}
*/

/*** append **/
.entry_batch{
  text-align:center;
	color:#fff;
	background:#f00;
	padding:4px;
	margin:0 0 1em;
	border-radius:4px;
}
.koen_top_notice{
	font-size:14px;
	color:#ff0000;
	padding:1em;
	border:1px dashed #f9c5c5;
	margin:1em 0;
	border-radius:4px;
}
.koen_top_notice b{
	font-weight: bold;
}

/* ====================
#先行販売案内
==================== */
.flow_sukucom {
	background: #DEEFFF;
	padding: 16px 20px;
}
.flow_sukucom_title{
	color: #65a6de;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	margin-bottom: 6px;
}
.orange_title{
	background: #fff;
	margin: 5px 0;
	padding: 5px;
}
.orange_title span{
	padding-left: 10px;
	color: var(--ss-bg-color);
	font-weight: bold;
	font-size: 120%;
}
.orange_title span.orange_title_number_01{
	background: url('../images/list_number_01.png') no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
}
.orange_title span.orange_title_number_02{
	background: url('../images/list_number_02.png') no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
}
.text_orange_title{
	color: var(--ss-bg-color) !important;
	margin-top: 1em !important;
}
.flow_ticket {
	background: #FFD7D9;
	padding: 16px 20px;
}
.flow_ticket_title{
	color: #cd609a;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	margin-bottom: 6px;
}
.flow_ticket_list{
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
	margin: 12px 0 0;
}
.arrow{
	width: 113px;
	display: block;
	margin: 10px auto 6px;
}

.presale_inner{
	border: 3px solid #ff0000;
}
.presale_title{
	background:#ff0000;
	color: #ffffff;
	font-size: 16px;
	padding: 0.5em;
}
.presale_box{
	padding: 16px;
}
.presale_text{
	text-align:center;
	margin-bottom:10px;
}
.presale_check{
	display:inline-block !important;
	margin-right:5px !important;
}
.presale_button{
	text-align:center;
	margin-bottom:20px;
}

.notice-pnl{
	background:#ff0000;
	color:white;
	padding:6px 8px;
	margin-top: 8px;
	border-radius:4px;
}
/* ====================
チケット申込
==================== */
.tss-notice{
	text-align: center;
	margin: 1em 0;
}
.tss-notice small{
	font-size: 80%;
}
.tss-pnl{
	background: #fe9901;
	margin: -1px -30px 0;
	padding: 1px 0 0;
	font-size: 14px;
}
.tss-pnl .ttl1{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 8px 0 0;
}
.tss-pnl .ttl2{
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	color: #fe9901;
	text-align: center;
	padding: 4px;
	margin: 12px;
	border-radius: 4px;
	opacity: 0.9;
}
.tss-pnl .tssbnr{
	display: block;
	width: 100%;
	height: auto;
}


/* ====================
#event01
==================== */
#event01 h3 {
	background: var(--ss-saitama-color);
}
#event01 h4 {
	color: var(--ss-saitama-color);
}
#event01 .sche-set > dl{
	background: #eef3e7;
}
#event01 th, #event01 .th{
	background: #EDFFDC;
}
#event01 th.playguide_name {
	background: var(--ss-saitama-color);
}
#event01 .tss-pnl{
	background-color: var(--ss-saitama-color);
}
#event01 .tss-pnl .ttl2{
	color: var(--ss-saitama-color);
}
/* ====================
#event02
==================== */
#event02 h3 {
	background: var(--ss-osaka-color);
}
#event02 h4 {
	color: var(--ss-osaka-color);
}
#event02 .sche-set > dl{
	background: #fdedff;
}
#event02 th, #event02 .th{
	background: #FDEEF4;
}
#event02 th.playguide_name {
	background: var(--ss-osaka-color);
}
#event02 .tss-pnl{
	background-color: var(--ss-osaka-color);
}
#event02 .tss-pnl .ttl2{
	color: var(--ss-osaka-color);
}
/* ====================
#qa
==================== */
#qa .contents_inner p{
	line-height: 1.75;
}
#qa h3 {
	background: var(--ss-qa-color);
}
#qa h4 {
	color: var(--ss-qa-color);
}
#qa .text-list {
	line-height: 1.75;
}
/* ====================
#support
==================== */
#support .contents_inner p{
	line-height: 1.75;
}
#support h3 {
	background: var(--ss-qa-color);
}
#support .text-list {
	line-height: 1.75;
}
.snote{
	font-size: 0.94em;
	padding: 1em 1em 0.5em;
	border: 1px dashed #909090;
	border-radius: 8px;
	margin-bottom: 1em;
}
.snote-ttl{
	font-weight: bold;
	margin-bottom: 0.25em
}
/* ====================
#news
==================== */
#news h3 {
	background: var(--ss-news-color);
}
#news h4 {
	color: var(--ss-news-color);
}

.news_item .body .meta{
	display: flex;
	align-items: center;
	gap: 4px;
}
a.news_item{
	text-decoration: none;
}

/*news container*/
.news_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding-bottom: 36px;
}
.news_container .news_item{
	display: block;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	border-radius: 8px;
}
.news_container a.news_item{
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}
.news_container a.news_item:hover{
	opacity: 0.8;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.news_container .news_item img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
.news_container .news_item .body{
	padding: 16px;
}
.news_container .news_item .text{
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	text-decoration: none;
}


/*top-news*/
.top_news_container{
	margin: 12px 0 24px;
}
.top_news_container .news_item{
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
}
.top_news_container .news_item .body{
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.top_news_container .date{
	display: inline-block;
	width: 5.5em;
}
.top_news_container a.news_item .text{
	text-decoration: underline;
}


/** top-goods */
.goods_bnr{
	display: block;
	margin-bottom: 1em;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 16px;
	border: 5px solid var(--ss-bg-color);
	background: var(--ss-bg-color);
	text-decoration: none;
}
.goods_bnr img{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border-radius: 12px 12px 4px 4px;
	border: 2px solid #fff;
}
.goods_bnr .label{
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 12px 0 4px;
	text-decoration: none;
	font-weight: bold;
}
.goods_bnr .label small{
	display: block;
	font-size: 0.7em;
}

/* ====================
common
==================== */
.flow{
	display: block;
}
.flow span{
	display: inline-block;
	white-space: nowrap;
}


.align-center {
	text-align: center;
}
.color-blk {
	color: #000;
}
.color-red {
	color: #ff0000;
}
.color-orange {
	color: var(--ss-bg-color);
}
.color-blue{
	color: var(--ss-news-color);
}
.color-white{
	color: #ffffff!important;
}
.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}
.fs120 {
	font-size: 120%;
}
.fs140-sp {
	font-size: 140%;
}
.fw-bold {
	font-weight: bold;
}
.auto-block{
	display: block;
	height: auto;
	margin: 0 auto;
}
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mt05em {
	margin-top: 0.5em !important;
}
.mb05em {
	margin-bottom: 0.5em !important;
}
.mt1em {
	margin-top: 1em !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.mt2em {
	margin-top: 2em !important;
}
.mb2em {
	margin-bottom: 2em !important;
}
.mt3em {
	margin-top: 3em !important;
}
.mb3em {
	margin-bottom: 3em !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.pt1em{
	padding-top: 1em !important;
}
.pt2em{
	padding-top: 2em !important;
}
.pl1em{
	padding-left: 1em !important;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.decimal_list li{
	list-style-type: decimal;
	margin-left: 20px;
}
.pc-fl{
	float:left;
}
.pc-fr{
	float:right;
}
.pc-width60{
	width: 60%;
}
.pc-width50{
	width: 50%;
}
.pc-width40{
	width: 40%;
}
.pc-width48{
	width: 48%;
}
.pc-width40 img,
.pc-width48 img,
.pc-width50 img,
.pc-width60 img{
	width: 100%;
}
.limark{
	list-style: disc;
	margin-left: 1em;
}
.border-dotted{
	border: 1px dotted #999;
	padding: 1em;
}
.pc-float-left{
	float:left;
}
.pc-float-right{
	float: right;
}



