#fs_preview_header {
  position: fixed;
}
#fs-checkout-amazon-container {
/*  display:none !important; */
}

.fs-l-page {
  /* padding-top: 78px; */
}
#fs_Top .fs-l-page {
  padding-top: 0;
}
.fs-l-main {
  padding-bottom: 100px;
}
#fs_CustomPage .fs-l-main,
#fs_Top .fs-l-main {
  padding-bottom: 0;
}
@media screen and (max-width: 1050px) {
  .fs-l-page {
    /* padding-top: 61px; */
  }
  #fs_Top .fs-l-page {
    padding-top: 0;
  }
  .fs-l-main {
    padding-bottom: 80px;
  }
  #fs_CustomPage .fs-l-main,
  #fs_Top .fs-l-main {
    padding-bottom: 0;
  }
}


body:not(#fs_Top) {
  background:url("https://sumo2023.itembox.design/item/kawasaki/contents_bg.png?t=20240423235155");
}
.p-pageHeader {
  padding: 178px 0 60px;
  background: url("https://sumo2023.itembox.design/item/kawasaki/common/pageHeader_bg_right.png?t=20240423235155"),url("https://sumo2023.itembox.design/item/kawasaki/common/pageHeader_bg_left.png?t=20240423235155");
  background-repeat: no-repeat,no-repeat;
  background-position: 100% 97%,0% 28%;
  background-size: 220px auto,220px auto;
}
.p-LowerSubTitle {
  text-align: left;
  font-size: 24px;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 120px;
  color: #be1c1c;
  letter-spacing: 0.1em;
}
.p-LowerSubTitle:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  box-sizing: border-box;
  width: 100px;
  height: 1px;
  background: #be1c1c;
}
.p-LowerTitle {
  font-size: 50px;
  text-align: left;
}


/*======================= 共通パーツ　ボタン =======================*/
.fs-c-button--standard {
  background: #CCC;
  font-size: 18px;
  line-height: 1.3;
  padding: 10px 15px;
  display: inline-block;
}


.fs-c-button--secondary ,
a.fs-c-button--secondary {
  background: #000;
  color: #FFF !important;
  font-size: 18px;
  line-height: 1.3;
  padding: 20px 30px;
  display: inline-block;
}

.fs-c-button--primary ,
a.fs-c-button--primary {
  background: #FF0000;
  color: #FFF !important;
  font-size: 18px;
  line-height: 1.3;
  padding: 20px 30px;
  display: inline-block;
  border: none;
}



/*======================= 商品一覧 =======================*/
.fs-c-subgroup {
  display:none;
}

.fs-body-category-gr1 .cp-pageSubTitleOuter {
  display:none;
}

.cp-pageSubTitleOuter {
  margin-bottom: 30px;
}
.cp-pageSubTitle {
  text-align:left;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.p-groupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-groupList li {
  width: calc(100% / 5 - 13px);
  margin: 0 0 20px 13px;
  border: 1px solid #a6a6a6;
}
.p-groupList li:nth-child(5n+1){
  margin: 0 0 20px 0;
}




.p-itemList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-itemList li {
	width:18.4%;
	margin-left: 2%;
	background: #FFF;
}
.p-itemList li:nth-child(5n + 1) {
	margin-left: 0;
}
.p-itemList li:nth-child(n + 6) {
	margin-top: 20px;
}
.p-itemList__thumb {
}
.p-itemList__detail {
	padding: 10px;
}
.p-itemList__detailName {
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 5px;
}
.p-itemList__detailPrice {
	font-size: 16px;
	line-height: 1.4;
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
}
.p-itemList__detailPrice span {
	font-size: 13px;
	display: inline-block;
	margin-left: 4px;
	font-weight: normal;
}
.p-itemList__detailCart {
}
.p-itemList__detailCart__unit {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}
.p-itemList__detailCartSingle {
}
.p-itemList__detailCartSet {
	position: relative;
	margin-top: 10px;
}
.p-itemList__btn1,
.p-itemList__btn2 {
	background: #e8b800;
	border: none;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 5px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}
.p-itemList__btn1 {
	font-size: 16px;
	line-height: 1.4;
	padding: 10px;
}
.p-itemList__btn2 {
	font-size: 16px;
	line-height: 1.3;
	padding: 10px 5px;
}
.p-itemList__soldOut {
	background: #CCC;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	box-sizing: border-box;
	display: none;
	color: #333;
}
.p-itemList__soldOut.p-itemList__soldOut__big {
	padding: 19px 10px 17px 10px;
}


.p-itemList_soldOut .p-itemList__detailCartSingle .p-itemList__detailCartSingle__sale {
	display: none;
}
.p-itemList_soldOut .p-itemList__detailCartSingle .p-itemList__soldOut {
	display: block;
}
.p-itemList_soldOut .p-itemList__detailCartQuantityInput select {
	pointer-events : none;
	color: #CCC;
	border-color: #CCC;
}
.p-itemList_soldOut .p-itemList__detailCartSet .p-itemList__detailCartSet__sale ,
.lunchBox__none .p-itemList__detailCartSet .p-itemList__detailCartSet__sale {
	display: none;
}
.p-itemList_soldOut .p-itemList__detailCartSet .p-itemList__soldOut ,
.lunchBox__none .p-itemList__detailCartSet .p-itemList__soldOut {
	display: block;
}
.p-itemList__detailCartQuantity {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
	margin-bottom: 5px;
}
.p-itemList__detailCartQuantityTxt {
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}
.p-itemList__detailCartQuantityInput {
}
.p-itemList__detailCartQuantityInput select {
	width: 60px;
	height: 30px;
	text-align: center;
	border: #333 1px solid;
}
.fs-body-category .fs-c-productList {
  display:none;
}
.p-lticket > .l-inner {
  padding: 0;
}




/*======================= 商品ページ =======================*/

.cp-workInfo {
  margin-bottom: 60px;
}
.cp-workInfo__txt {
  border: #FF0000 2px solid;
  color: #FF0000;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding:15px 20px;
  border-radius: 10px;
}
.cp-goodsDetailFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cp-goodsDetail__photo {
  width: 47%;
}
.cp-goodsDetail__photo img {
  max-width: none;
  max-height: none;
  width: 100%;

}
.fs-c-slick .slick-slide {
  height: auto;
}
.cp-goodsDetail__contents {
  width: 47%;
  text-align: left;
}
.cp-goodsDetail__contents .fs-c-productNameHeading {
  margin-bottom: 30px;
}
.cp-goodsDetail__contents .fs-c-productNameHeading__copy {
  display:block;
  font-size: 18px;
  line-height:1.5;
  font-weight: bold;
}
.cp-goodsDetail__contents .fs-c-productNameHeading__name {
  display:block;
  font-size: 24px;
  line-height:1.5;
  font-weight: bold;
}
.cp-goodsDetail__contents .fs-c-productNumber {
  font-size: 18px;
  line-height:1.5;
  margin-top: 10px;
}
.cp-goodsDetail__contents .fs-c-productPrice {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  font-size: 18px;
  line-height:1.5;
  margin-top: 10px;
}
.cp-goodsDetail__contents .fs-c-productPrice__main {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.cp-goodsDetail__contents .fs-c-productPrice__main__price {
  font-size: 30px;
}
.cp-goodsDetail__contents .fs-c-productQuantityAndWishlist {
  margin-top: 10px;
}
.cp-goodsDetail__contents .fs-c-productQuantityAndWishlist__wishlist {
  display: none;
}
.cp-goodsDetail__contents .fs-c-returnedSpecialContract {
  display: none;
}
.cp-goodsDetail__contents .fs-c-productActionButton {
  margin-top: 20px;
}
.cp-goodsDetail__contents .fs-c-inquiryAboutProduct {
  margin-top: 20px;
}

.cp-goodsDetail__photoSP {
  display: none;
}
.fs-c-productMainImage__expandButton,
.fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.fs-c-productThumbnail__image {
  margin: 10px 0px;
  border: 1px solid #a6a6a6;
}
.cp-goodsDetail__contents .fs-c-button--primary {
  margin: 30px 0 0;
}
.fs-c-button--inquiryAboutProduct {
  background: #ccc;
  border: none;
  color: #333;
  text-align: center;
  box-shadow: 0px 3px 0px 0px #949494;
  display: block;
  width: 250px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}
.fs-c-productPrice__main__price {
  margin: 0 0 0 10px;
  bottom: -5px;
  position: relative;
}
.cp-goodsDetail__contents .fs-c-productNameHeading__copy {
  color: #be1c1c;
}
@media screen and (max-width: 768px) {
  .cp-goodsDetail__photoPC {
    display: none;
  }
  .cp-goodsDetail__photoSP {
    display: block;
  }
  .cp-goodsDetailFrame {
    display: block;
  }
  .fs-c-slick.slick-slider .slick-list {
    height: 300px!important;
  }
  .cp-goodsDetail__photo {
    width: 100%!important;
  }
  .cp-goodsDetail__photo img {
    width: auto!important;
    height: 300px!important;
  }
  .cp-goodsDetail__contents {
    width: 100%;
    margin: 40px 0;
  }
  .cp-goodsDetail__contents .fs-c-productNameHeading__copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .fs-c-button--inquiryAboutProduct {
    margin: 0 auto;
  }
  .cp-goodsDetail__contents .fs-c-button--primary {
    margin: 30px auto 0!important;
  }
}





/*======================= カート =======================*/

#fs-cartTotals-container .fs-c-orderTotalTable {
  margin-left: auto;
}
#fs-totalsArea-wrapper .fs-c-buttonContainer--loginAndPurchase {
  display: none;
}
.fs-c-cartTable .fs-c-cartTable__headerCell {
  background: #ccbd82;
  border: 1px solid #FFF;
}
.fs-c-cartTable .fs-c-cartTable__dataCell {
  background: #efefef;
  border: 1px solid #FFF;
  padding: 10px 15px;
}
.fs-c-cartTable__productName {
  margin: 0 0 10px;
}
.fs-c-productPrice__addon__label {
  font-size: 13px;
  margin: 0 0 0 5px;
}
.fs-c-cartTable__actionButton button {    
  display: block;
  width: 100%;
  background: #8c8c8c;
  border: none;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}
.fs-c-cartPayment__button a {
  margin: 20px auto;
}
.fs-c-continueShopping a {
  margin: 20px 0;
  font-weight: bold;
  border-radius: 4px;
}
#fs-cartTotals-container .fs-c-orderTotalTable {
  margin: 20px 0 20px auto;
}
.fs-c-orderTotalTable th {
  background: #ccbd82;
  padding: 10px;
}
.fs-c-orderTotalTable td {
  background: #FFF;
  font-size: 20px;
  padding: 10px;
  width: 150px;
}
.fs-c-orderTotalTable .fs-c-price__value {
  font-size: 24px;
}
.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  border: 1px solid #f3f3f3;
}
.fs-c-cartTable__productName {
  text-align: left;
  line-height: 1.2;
}
.fs-c-continueShopping {
  margin: 0 0 80px;
}
.fs-c-cartTable__unitPrice .fs-c-productPrice__main__price {
  margin: 0px;
  bottom: 0px;
}
@media screen and (max-width:900px){
  .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    width: 22%;
  }
  .fs-c-cartTable__product > .fs-c-cartTable__productInfo {
    width: 78%;
  }
}
@media screen and (max-width:768px){
  .fs-c-cartTable__actionButton__container {
    margin: 0 auto;
  }
  .fs-c-cartTable__actionButton button {
    padding: 10px;
  }
  #fs-cartTotals-container .fs-c-orderTotalTable {
    margin: 20px 0 30px auto;
  }
  .fs-c-cartTable__headerCell--action {
    width: 15%;
  }
}
@media screen and (max-width:600px){
  .fs-c-cartTable__dataCell--quantity,
  .fs-c-cartTable__dataCell--subtotal {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
}
@media screen and (max-width:414px){
  #fs-cartTotals-container .fs-c-orderTotalTable {
    margin: 20px 0;
  }
  .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    width: 30%;
  }
  .fs-c-cartTable__product > .fs-c-cartTable__productInfo {
    width: 70%;
  }
  .fs-c-orderTotalTable__subtotal .fs-c-string {
    font-size: 14px;
  }
}

/*======================= ご注文手続き =======================*/

.fs-c-checkout-preview__title {
  text-align:left;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: 'Shippori Mincho B1', serif;
}

#fs-addressInfo-container {
  margin-top: 50px;
}
#fs-paymentList-container {
  margin-top: 50px;
}
#fs-couponInfo-container {
  margin-top: 50px;
}
#fs-pointInfo-container {
  margin-top: 50px;
}
#fs-deliveryInfo-container {
  margin-top: 50px;
}
#fs-wrappingInfo-container {
  margin-top: 50px;
}
#fs-communicationInfo-container {
  margin-top: 50px;
}
#fs-orderContents-container {
  margin-top: 50px;
}
#fs-c-returnedSpecialContract {
  margin-top: 50px;
}
#fs_orderTotalContainer {
  margin-top: 50px;
  margin-bottom: 80px;
}

#fs-buyerInfo-container,
#fs-addressInfo-container,
#fs-paymentList-container,
#fs-couponInfo-container,
#fs-deliveryInfo-container,
#fs-orderContents-container,
#fs_orderTotalContainer {
  background: #FFF;
  border-top: 4px solid #be1c1c;
  box-shadow: 0px 0px 17px 0px rgb(6 7 5 / 10%);
  padding: 40px;
  line-height: 1.3;
}
.fs-c-checkout-customerInfo {
  text-align: left;
}
.fs-c-checkout-customerInfo li {
  margin: 0 0 20px;
}
.fs-c-checkout-destination__list {
  text-align: left;
}
.fs-c-checkout-destination__list > li {
  margin: 0 0 20px;
}
.fs-c-checkout-paymentInfo__message {
  text-align: left;
  margin: 0 0 10px;
}
.fs-c-checkout-paymentMethodList {
  text-align: left;
}
.fs-c-checkout-paymentMethod__message {
  font-size: 14px;
  margin: 8px 0 15px;
}
.fs-c-checkout-couponList__description {
  text-align: left;
}
.fs-c-checkout-couponInfo__message {
  text-align: left;
  margin: 0 0 20px;
}
.fs-c-checkout-couponList__control {
  text-align: left;
}
.fs-c-checkout-couponStatus {
  width: 96px;
}
.fs-c-checkout-delivery__method {
  text-align: left;
  margin: 0 0 20px;
}
.fs-c-checkout-delivery__method__title {
  font-size: 20px;
  margin: 0 0 10px;
}
.fs-c-checkout-paymentMethod__title {
  padding: 10px 8px 4px;
}
.fs-c-button--standard {
  background: #CCC;
  border: none;
  color: #333;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #a6a6a6;
  width: auto;
  min-width: 150px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  box-sizing: border-box;
  margin: 20px 0 0;
  cursor: pointer;
}
.fs-c-checkout-paymentMethod__creditCardRegistration {
  margin: 0 0 10px;
}
.fs-c-creditCardIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.fs-c-creditCardIcons li {
  margin: 0 5px 0 0;
}
.fs-c-returnedSpecialContract {
  display: none;
}
.fs-c-returnedSpecialContract__link a{
  color: #ce6464!important;
}
.fs-c-returnedSpecialContract__link a:before {
  content:'※';
  color: #333;
}
.fs-c-button--primary {
  margin: 30px auto 0;
}
h2.fs-c-modal__title {
  margin: 20px auto;
  font-size: 24px;
  font-family: 'Shippori Mincho B1', serif;
}
.fs-c-modal__contents {
  padding: 20px;
}
.fs-c-modal__inner .fs-c-inputTable__headerCell {
  margin: 0 0 10px;
}
.fs-c-inputField__explanation {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}
.fs-c-radio__radioLabelText {
  text-align: left;
  margin: 0 0 0 5px;
  font-weight: bold;
}
.fs-c-checkout-deliveryMethod__message {
  text-align: left;
  line-height: 1.3;
}
.fs-c-checkout-paymentMethod__creditCardRegistration {
  align-items: flex-start;
}
.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-button--standard {
  margin: 0;
}
h3.fs-c-checkout-paymentMethod__option__title,
h3.fs-c-checkout-paymentMethod__option__title {
  margin: 0 0 5px;
}
.fs-c-checkout-paymentMethod__setting .fs-c-creditCardIcons {
  justify-content: left;
  margin: 0 0 5px;
}
.fs-c-checkout-paymentMethod__option__body .fs-c-buttonContainer {
  margin: 0 0 20px;
}

@media screen and (max-width:768px){
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-button--standard {
    margin: 10px 0;
  }
}


/*======================= ご注文手続き =======================*/
.cwc-documentArticle {
  text-align:left;
  font-size: 16px;
  line-height: 1.875;
}
.cwc-documentArticle + .cwc-documentArticle {
  margin-top: 80px;
}
.cwc-documentArticle__heading {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.cwc-explainList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
* + .cwc-explainList {
  margin-top: 20px;
}
.cwc-explainList dt {
  width: 150px;
  font-weight: bold;
  background: #e6e6e6;
  padding: 0 10px;
  margin: 0 0 5px 0;
}
.cwc-explainList dd {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
* + .cwc-documentColumn {
  margin-top: 50px;
}
.cwc-documentColumn__heading {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
.cwc-list {

}
.cwc-list li {
  text-indent: 1em;
  padding-left: -1em;
}
.cwc-list li:before {
  content:'・';
}
* + .cwc-list {
  margin-top: 20px;
}
.cwp-address {
  display: flex;
  flex-direction: column;
}
.cwc-orderedList {
  padding: 0 0 0 20px;
  margin: 20px 0 0;
}
.cwp-address {
  border: 1px solid #333;
  padding: 10px 15px;
  margin: 20px 0 0;
  font-style: normal;
}
.cwc-documentArticle__heading {
  font-family: 'Shippori Mincho B1', serif;
}
.cwc-documentArticle + .cwc-documentArticle {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width:768px){
  #fs-buyerInfo-container,
  #fs-addressInfo-container,
  #fs-paymentList-container,
  #fs-couponInfo-container,
  #fs-deliveryInfo-container,
  #fs-orderContents-container,
  #fs_orderTotalContainer {
    padding: 40px 20px;
  }
  .fs-c-checkout-preview__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .fs-c-checkout-customerInfo__name {
    font-size: 1.6rem;
  }
  .fs-c-checkout-destination__name {
    font-size: 1.6rem;
  }
  .fs-c-button--standard {
    padding: 10px;
  }
  .fs-c-checkout-destination__control *:only-child {
    margin: 0 auto;
  }
  .fs-c-button--confirmOrder {
    padding: 15px 0;
  }
  .fs-c-checkout-paymentMethod__creditCardRegistration {
    margin: 0;
    display: block;
  }
  h2.fs-c-modal__title {
    margin: 15px auto 5px;
    font-size: 18px;
  }
  .fs-c-checkout-paymentMethod__body {
    padding: 0;
  }
}
@media screen and (max-width:768px){
  .cwc-documentColumn__content {
    font-size: 14px;
  }
  .cwc-documentArticle__heading,.cwc-documentColumn__heading {
    font-size: 18px;
  }
  .cwc-explainList dt {
    width: 140px;
    font-size: 14px;
  }
  .cwc-explainList dd {
    font-size: 14px;
  }
}

/*======================= 特定商取引法に基づく表示  =======================*/
.cwp-aboutTerms {
}



/*======================= フォーム  =======================*/

input ,
select ,
button ,
textarea {
  font-family: 'Noto Sans JP', sans-serif;
}
.fs-c-inputTable {
  width: 100%;
}
.fs-c-inputTable input[type=text] ,
.fs-c-inputTable input[type=email] ,
.fs-c-inputTable input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: #FFF 1px solid;
  padding: 5px 10px;
  outline: none;
  background: #f4f4f4;
}
.fs-c-inputTable textarea {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
}
.fs-c-inputTable select {
  -webkit-appearance:none;
  border: #FFF 1px solid;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 4em 5px 10px;
  line-height: 30px;
  outline: none;
  background: #f4f4f4;
}
.fs-c-inputInformation__field {
  background: #fff;
  padding: 20px 20px;
  margin: 20px auto 0;
  border-top: 4px solid #be1c1c;
  box-shadow: 0px 0px 17px 0px rgb(6 7 5 / 10%);
  max-width: 850px;
}
.fs-c-inputTable__headerCell {
  text-align: left;
  width: 15em;
}
.fs-c-requiredMark::before {
  content: "*";
  display: block;
  font-size: 1.2em;
  text-indent: 0;
  color: #be1c1c;
}
.fs-c-dropdown::after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 1em;
  background: #f2f2f2;
  border-left: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: content-box;
  color: #be1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e90f";
  font-family: "fs-icon" !important;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px;
  pointer-events: none;
}
.fs-c-agreementConfirmationArea {
  display: none;
}
.fs-c-checkbox__label {
  margin: 40px 0;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #be1c1c;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #be1c1c;
}
.fs-c-button--next {
  background: #ce6464;
  border: none;
  padding: 20px 50px;
  color: #FFF;
  text-align: center;
  box-shadow: 0px 3px 0px 0px #be1c1c;
  display: block;
  border-radius: 4px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  margin: 40px auto;
}
.fs-c-checkbox__checkMark {
  background: #f4f4f4;
  border: 2px solid #f4f4f4;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #be1c1c;
}
.fs-c-checkbox__checkMark::before {
  color: #be1c1c;
  font-size: 27px;
  top: -9px;
  left: -7px;
}
.fs-c-checkbox__labelText {
  margin: 0 0 0 10px;
}
.fs-c-checkbox__labelText a {
  color: #ce6464!important;
}
@media screen and (max-width:768px){
  .fs-c-inputTable__headerCell {
    width: auto;
    display: block;
    padding: 10px 0 0;
  }
  .fs-c-inputTable__dataCell {
    display: block;
    padding: 10px 0;
    margin: 0 0 10px;
  }
  .fs-c-inputInformation__field {
    padding: 20px 5px;
  }
  .fs-c-checkout-checkoutMethod__body {
    padding: 0;
  }
  .fs-c-radio__radioLabelText {
    text-align: left;
    margin: 0 0 0 10px;
  }
  .fs-c-inputTable input[type=text] ,
  .fs-c-inputTable input[type=email] ,
  .fs-c-inputTable input[type=tel] {
    height: 40px;
  }
  .fs-c-dropdown::after {
    width: 0.5em;
    font-size: 1.6rem;
  }
  .fs-c-inputTable select {
    height: 40px;
    padding: 5px 2.5em 5px 10px;
  }
  .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
    margin-left: 14px;
  }
  .fs-c-checkbox__label {
    margin: 20px 0;
  }
  .fs-c-button--next {
    padding: 10px 50px;
  }
}

/*======================= サンクスページ  =======================*/

.fs-c-checkoutSuccess .fs-c-checkoutSuccess__title {
  font-size: 24px;
  font-family: 'Shippori Mincho B1', serif;
  margin: 0 0 20px;
}
.fs-c-checkoutSuccess__message {
  font-size: 16px;
  line-height: 1.5;
}
.fs-c-checkoutSuccess__message .fs-c-checkoutSuccess__code {
  color: #be1c1c;
}
@media screen and (max-width:768px){
  .fs-c-checkoutSuccess .fs-c-checkoutSuccess__title {
    font-size: 22px;
    margin: 0 20px 20px;
  }
  .fs-c-checkoutSuccess__message {
    margin: 0 20px;
    text-align: left;
  }
}

/*======================= 404ページ =======================*/
.fs-p-pageNotFound__image {
  display: none;
}
h2.fs-p-pageNotFound__title {
  font-size: 40px;
  color: #b0b0b0;
  margin: 0 0 30px;
  font-family: 'Shippori Mincho B1', serif;
}
.fs-p-pageNotFound__body {
  line-height: 1.5;
  margin: 0 20px;
}
@media screen and (max-width:768px){
  .fs-p-pageNotFound__body {
     text-align: left;
  }
}

/*======================= 座席売り切れ =======================*/
.p-ticket_nowOnSale.lunchBox__none .p-itemList__btn2 {
  background: #CCC;
  box-shadow: none;
  pointer-events: none;
}
.p-ticket_soldout.lunchBox__none .p-itemList__btn2,
.p-ticket_soldout.lunchBox__exist .p-itemList__btn2 {
  background: #CCC;
  box-shadow: none;
  pointer-events: none;
}
.p-ticket_soldout .p-lticket_seat__thumb {
  position: relative;
}
.p-ticket_soldout .p-lticket_seat__thumb::before {    
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 147px;
  text-align: center;
  z-index: 100;
  background-image: url(https://sumo2023.itembox.design/item/kawasaki/common/ticket_soldout.png?t=20240423235155);
  background-size: contain;
}
.p-ticket_soldout .p-lticket_seat__thumb img {
  opacity: 0.2;
}
.p-ticket_soldout .p-itemList__btn1,.p-itemList__btn2 {
  background: #CCC;
  box-shadow: none;
  pointer-events: none;
}


/*======================= モーダル=======================*/
.fs-c-modal__inner {
  width: 600px;
}


/*======================= Amazon Pay =======================*/
#fs_CheckoutWithAmazon .fs-c-checkout-destination ,
#fs_CheckoutWithAmazon .fs-c-checkout-paymentInfo {
  background: #FFF;
  border-top: 4px solid #be1c1c;
  box-shadow: 0px 0px 17px 0px rgb(6 7 5 / 10%);
  padding: 40px;
  line-height: 1.3;
}
#fs_CheckoutWithAmazon .fs-c-checkout-paymentInfo {
  margin-top: 50px;
}
#fs_CheckoutWithAmazon #fs-buyerInfo-container {
  margin-top: 50px;
}
.fs-c-checkout-destination__message--amazon {
  text-align:left;
  line-height: 1.7;
  margin-bottom: 27px;
}
.fs-c-checkout-paymentInfo__message--amazon {
  text-align:left;
  line-height: 1.7;
  margin-bottom: 27px;
}
#fs-amazonPaymentInfo-container .fs-c-checkout-paymentMethodInfo {
  text-align:left;
  line-height: 1.7;
}

@media screen and (max-width:768px){
  #fs_CheckoutWithAmazon .fs-c-checkout-destination ,
  #fs_CheckoutWithAmazon .fs-c-checkout-paymentInfo {
    padding: 40px 20px;
  }
  #fs_CheckoutWithAmazon .fs-c-checkout-paymentInfo {
    margin-top: 50px;
  }
  #fs_CheckoutWithAmazon #fs-buyerInfo-container {
    margin-top: 50px;
  }
  .fs-c-checkout-destination__message--amazon {
    line-height: 1.7;
    margin-bottom: 27px;
  }
  .fs-c-checkout-paymentInfo__message--amazon {
    line-height: 1.7;
    margin-bottom: 27px;
  }
  #fs-amazonPaymentInfo-container .fs-c-checkout-paymentMethodInfo {
    line-height: 1.7;
  }
}
#fs-checkout-amazon-container {
  margin-top: 30px;
}
#fs_ShoppingCart .fs-c-payWithAmazon {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#fs_ShoppingCart .amazonpay-button-container {
  min-height: 65px;
  min-width: 250px;
}
#fs_ShoppingCart .fs-c-payWithAmazon__message {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 14px;
}
#fs_ShoppingCart #AmazonPayButton {
  margin: 0 auto;
  width: 250px !important;
  height: 65px !important;
}
@media screen and (max-width:768px){
  #fs-checkout-amazon-container {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #fs_ShoppingCart .fs-c-payWithAmazon__message {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 12px;
  }
}

.p-ticketList li.p-ticket_soldout a {
  pointer-events: none;
}
.p-ticketList li.p-ticket_soldout .p-ticketPurchase_btn {
  display: none;
}

/*======================= TOPお知らせ  =======================*/
.p-newsList p {
    padding: 10px 0;
}
.p-newsList a {
    color: #eabe14!important;
}

/*======================= TOPお問い合わせ・主催  =======================*/
.p-infoOrganizedList_img {
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    width: auto;
    height: 28px;
}

.p-report__txt {
  font-size: 16px;
  line-height: 1.5;
  text-align:center;
  margin-bottom: 40px;
}
@media screen and (max-width:768px){
  .p-report__txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.p-venueTxtWrap {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.p-txtLink {
  word-break: break-all;
  width:calc(100% - 150px);
  line-height: 1.4;
}
@media screen and (max-width:768px){
  .p-txtLink {
    width:100%;
  }
}