@import url("reset.css");
@charset "UTF-8";
:root {
  --black: #555;
  --blue: rgba(61, 189, 224, 1);
  --blue2: rgba(61, 189, 224, 0.7);
  --pink: rgba(235, 80, 122, 1);
  --pink2: rgba(235, 80, 122, 0.7);
  --yellow: rgba(252, 244, 195, 1);
  --purple: rgba(196, 102, 164, 1);
  --purple2: rgba(196, 102, 164, 0.7);
  --white: #fff;
}
html {
  scroll-behavior: smooth;
}
.block-header-gnav, .page-event h1.block-event-page--header {
  position: relative;
  z-index: 10;
  color: #222;
}
.block-header-gnav {
  z-index: 20;
}
.page-event h1.block-event-page--header{
  padding-bottom: 20px;
}
/*_content ctrl_*/
.hideConte {
  display: none !important;
}
.wrapper {
  background: transparent !important;
}
.priConte {
  position: relative;
  z-index: 1;
}
#event-bgsonline {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ',Meiryo, sans-serif;
  color: #555;
}
.block-page-top{
	z-index: 19;
}
/*__main visual__*/
.img-Mv {
  display: block;
  width: 750px;
  margin: 0 auto;
}
.img-Mv img {
  position: relative;
  z-index: 7;
}
.upLink a, a.attn {
  display: block;
  color: rgba(196, 102, 164, 1);
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 0;
}
.upLink {
  width: 100%;
  text-align: right;
  margin: 30px 0 0;
}
.upLink a {
  font-size: 1.1em;
}
/*___________________________

	add-content
_____________________________*/
/*_itemLnk_*/
.itemLnk {
  width: 954px;
  margin: 0 auto;
}
.itemLnk a {
  display: block;
}
.itemLnk a:hover, a:focus {
  text-decoration: none;
}
.itemLnk ul {
  box-sizing: border-box;
  padding: 0 1em;
  margin: 50px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 1.5em;
}
.itemLnk ul > a li {
  color: rgba(108, 70, 63, 1);
  background: url("../../../../img/event/22/bg_01.png");
  background-attachment: fixed;
  line-height: 1.2;
  text-align: center;
  width: 238px;
  height: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  display: grid;
  place-items: center;
  align-content: space-around;
  z-index: -1;
}
.itemLnk ul > a li::before {
  content: "";
  width: 225px;
  height: 115px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 6px;
  right: 6px;
  border: rgba(108, 70, 63, 1) solid 1px;
}
.itemLnk .small {
  font-size: 0.85em;
}
/* --------------------------------------------------------------------
	PC/	Common/
--------------------------------------------------------------------- */
/* H */
h3.bg-Ribon {
  display: inline-block;
  position: relative;
  /*height: 80px;*/
  height: auto;
  line-height: 3em;
  text-align: center;
  font-size: 2.1em;
  font-weight: 900;
  background-color: var(--blue);
  background-position: 0 0, 8px 8px;
  background-repeat: repeat;
  -webkit-background-size: 8px 8px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 1.2em;
  z-index: 15;
  color: var(--yellow);
}
h4 {
  /*	color: rgb(91,72,60);*/
  color: #555555;
  font-size: 1.4em;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 1em;
}
h4.underLine {
  background: linear-gradient(transparent 80%, #3dbde0 60%);
  width: 136px;
}
/* text Ctrl*/
.mt_30px {
  margin-top: 30px;
}
.mb_15px {
  margin-bottom: 30px;
}
.mb_20px {
  margin-bottom: 30px;
}
.mb_30px {
  margin-bottom: 30px;
}
.mb_40px {
  margin-bottom: 40px;
}
.mb_45px {
  margin-bottom: 45px;
}
.p-Txt { /* Pink-text */
  color: rgba(255, 121, 171, 1);
}
.pu-Txt { /* Purple-text */
  color: rgba(196, 102, 164, 1);
}
.r-Txt { /* Red-text */
  color: rgba(255, 0, 0, 1);
}
.gr-Txt { /*Gray-text*/
  color: rgb(85, 85, 85);
}
.b-Txt {
  font-weight: 900;
}
.c-Txt { /* Centering */
  text-align: center;
}
.small-Txt { /* Small-text */
  font-weight: 500 !important;
  font-size: 0.8em !important;
}
.small-Txt2 { /* Small-text */
  font-weight: 900 !important;
  font-size: 0.85em !important;
}
.m-Txt { /* medium-text */
  font-weight: 400 !important;
  font-size: 1.2em !important;
}
.large-Txt { /* Large-text */
  font-weight: 900 !important;
  font-size: 1.3em !important;
}
.txt_indent {
  color: #555555;
}
.txt_1p2em {
  font-size: 1.2em;
}
/* Container */
#content-bg {
  width: 1200px;
  margin: 30px auto;
  z-index: -2;
}
.wrap-Container {
  width: 1070px;
  margin: 50px auto;
  padding: 10px;
  position: relative;
}
/*_inf-Area_*/
.inf-Area {
  width: 750px;
  box-sizing: border-box;
  padding: 15px 10px 10px;
  margin: 30px auto 0;
  position: relative;
  z-index: 10;
}
.inf-Area.pConte {
  padding: 20px 30px;
}
.inf-Area.bG {
  border: 1px solid rgba(80, 60, 47, 1);
  /* doted-Frame */
  background-size:
    8px 3px,3px 8px,8px 3px,3px 8px;
  background-position:
    left top, right top,right bottom,left bottom;
  background-repeat:
    repeat-x, repeat-y,repeat-x,repeat-y;
}

.inf-Area.benefits {
	margin: 0 auto;
	width: calc(( 100% - 100px ) / 1);
	padding: 0;
	text-align: center;
}

.inf-Area p {
  color: #555;
  /*font-size: 1.2em;*/
  font-size: 1.5em;
  /*font-weight: 900;
  margin-bottom: 0.2em;*/
  line-height: 1.6em;
}

.info-wrap {
  width: 750px;
  margin: 3em auto 2.5em;
  padding: 2em;
  border: solid 1px #503c2f;
  text-align: left;
  font-size: 1em;
  line-height: 1.8em;
}

.info-wrap-inner_content {
  text-align: center!important;
  font-weight:900;
  font-size: 1.2em!important;
  margin-bottom: 0.5em;
}

.txt-Catch {
  font-size: clamp(1.1rem, 1.5vw, 4rem); /*before1.55em*/
  font-weight: 600;
  text-align: center;
}
.txt-Catch:nth-of-type(2) {
  margin-top: 1.5em;
  color: var(--black);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
}
.Lttl {
  font-size: 2em !important;
  color: rgba(34, 34, 34, 1);
}
p.c-Txt.txt-Catch {
  color: rgba(1, 159, 196, 1);
}
.inf-Area .tokuten_Txt{
  margin-bottom: 2em;
}
.inf-Area .tokuten_Txt p{
  font-size: 1.4em;
}
.inf-Area .tokuten_Txt .tokuten_name{
  font-size: 1.8em;
  color: var(--blue);
  font-weight: 600;	
}
.inf-Area .tokuten_Txt .decoration-text {
	color: var(--purple);
}

/*_LINEUP_*/
#lineUp {
  width: 1200px;
  margin: 3em auto 1.5em;
}
/*_list-Frame_*/
.itemlist {
  box-sizing: border-box;
  /*padding: 0 1em;*/
  width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #503c2f;
}
.itemlist > li {
  line-height: 1.5;
  text-align: center;
  border: rgba(85, 85, 85, 0.9) solid 1px;
  max-width: 372px;
  width: calc((100% - 20px) / 3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  position: relative;
  /*	border-radius: 10px;*/
  padding: 32px 40px 25px;
  margin: 0 27px 20px 0;
}
.itemlist > li.LimiBg {
  background: rgba(255, 255, 255, 1);
}
.itemlist > li:nth-child(3n) {
  margin-right: 0;
}
.itemlist > li.OrdeBg {
  background: rgba(255, 255, 255, 1);
}
/*_older_color-tag_*/
.tagOlder, .tagLimited {
  font-weight: 900;
  color: #fff;
  padding: 0.1em 0;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
.tagLimited {
  background: var(--pink);
}
.tagOlder {
  background: rgba(43, 43, 43, 1);
}
/*_buy_*/
.buy, .name {
  color: rgba(43, 43, 43, 1);
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1em;
}
.name {
  font-size: 1.2em;
  margin-top: 1.5em;
}
.limit {
  font-size: 1.15em;
  font-weight: 900;
}
.limit span, .price {
  font-size: 1.5rem;
  font-weight: 900;
}
.limit {
  color: var(--pink);
}
.price {
  color: rgba(43, 43, 43, 1);
}
.price::after { /*default-setting*/
  /*   font-size: 0.667em;
    font-weight: 500;
    content: "｡ﾊﾀﾇｹ｡ﾋ";*/
}
.so {
  color: #634114 !important;
  font-size: 1.8em;
  font-weight: 900;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  margin-top: 1em;
}
/*_btn_*/
/*-order-*/
.btn-order_limted {
  margin: 1em auto 0;
  background-color: var(--pink);
  display: grid;
  justify-content: center;
  align-content: center;
  width: 220px;
}
.btn-order_limted:hover {
  background-color: var(--pink2);
}
.btn-order_limted a {
  color: #fff; /*<---color chenge */
  font-size: 1.45em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  /*	border: 1px solid #fff;*/ /*<---color chenge */
  width: 215px;
  padding: 10px;
}
.btn-order_limted a span {
  font-weight: 900;
  line-height: 1.5;
}
.btn-order a:active {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.btn-order_order {
  margin: 1em auto 0;
  background-color: rgba(43, 43, 43, 1);
  display: grid;
  justify-content: center;
  align-content: center;
  width: 220px;
}
.btn-order_order:hover {
  background-color: rgba(43, 43, 43, 0.7);
}
.btn-order_order a {
  color: #fff; /*<---color chenge */
  font-size: 1.45em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  /*	border: 1px solid #fff;*/ /*<---color chenge */
  width: 215px;
  padding: 10px;
}
.btn-order_order a span {
  font-weight: 900;
  line-height: 1.5;
}
.btn-order_order a:active {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
/*_about-bgsonline-colle_*/
.about-bgsonline {
  /*margin: 1em auto 2em;*/
}
.about-bgsonline p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6em;
}
/*up-bono-Bnr*/
  .up-bono-Bnr {
    /*margin: 30px auto 50px;*/
	margin: 30px auto 80px;
  }
  
  .up-bono-Bnr, .up-bono-Bnr a img {
    display: block;
  }

  .up-bono-Bnr a {
	padding: 10px;
  }

  .up-bono-Bnr a img {
    margin: 0 auto;
    /*width: 320px;
	padding: 10px;*/
  }
.upLink-list {
  display: flex;
  justify-content: center;
  /*width: 750px;*/
  width: 1020px;
  margin: 0 auto;
}
.upLink-list a img {
  display: block;
  /*width: 100%;*/
  /*padding: 10px;*/
}
.upLink-list a img:hover {
  opacity: 0.7;
}
.upLink-list .bnr_border img{
  border: 1px solid #707070;
}
.conteLink {
  width: 98%;
  margin: 1.5em auto 85px;
  border: #707070 solid 1px;
}

/*_Attention_*/
.attention-Area {
  font-size: 1.1em;
  width: 1000px;
  margin: 0 auto;
  /*margin: 70px auto 0;*/
  padding: 40px;
  border: #503c2f solid 1px;
  color: #555;
}
.attention-Area dl {
  text-align: center;
  margin-bottom: 2em;
}
.attention-Area a {
  text-decoration: none !important;
  /*	text-decoration: underline !important;*/
}
.attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
  color: rgba(238, 49, 56, 1);
  border-bottom: rgba(238, 49, 56, 1) solid 1px;
  margin: 0 auto;
  width: 30%;
}
.attention-Area .r-Underline {
  color: rgba(196, 102, 164, 1);
  border-bottom: rgba(196, 102, 164, 0.9) solid 1px;
}
.attention-Area p {
  font-size: 1.2em;
  margin: 10px 0;
  color:#555;
}
.attention-Area ul {
  margin-bottom: 2em;
}
.attention-Area .attend-ttl{
  color:#555;
}
/*_Copyright_*/
.txt-Copyright {
  color: #53493f;
  text-align: center;
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  font-size: 1.1em;
  border-top: #e3e3e3 solid 1px;
}
.sma {
  display: none;
}
.pc{
  display: block;
}

.btn_order-All {
    margin: 60px auto 45px;
    width: 450px;
}
.btn-order a.olDer {
    background-color: var(--purple);
}
.btn-order a.olDer:hover {
    background-color: var(--purple2);
}
.btn_order-All a {
    font-size: 3.2em;
    letter-spacing: .1em;
    width: 450px;
    padding: 1rem 3rem;
	color: #fff;
	display: grid;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.benefits .jersey_p{
	font-size: 1.4em;
	font-weight:600;
	margin-bottom: 1em;
}
.benefits .jersey_img img{
  width: 40%;
}

/* --------------------------------------------------------------------
	SP/
--------------------------------------------------------------------- */
/*@media screen and (max-width: 600px) {*/
@media only screen and (max-width: 768px) {
  /*__Content__*/
  #content-bg {
    width: 100%;
    margin: 2em auto;
  }
  dl.about-Item, .inf-Area {
    width: 95%;
  }
  .conteLink {
    width: 98%;
    margin: 1.5em auto 2em;
  }
  /*__H__*/
  .page-event h1.block-event-page--header {
    /*	    text-align: center;*/
    /*	    letter-spacing: -0.08em;*/
    padding-bottom: 1em;
    width: 100%;
    margin: 0 auto;
  }
  h3.bg-Ribon {
    margin: 0 auto 1em;
    font-size: 1.4em;
    height: 3em;
  }
  .small-Txt { /* Small-text */
    font-size: 0.8em !important;
  }
  /*__main visual__*/
  .img-Mv {
    width: 100%;
  }
  /*__info Area__*/
  .inf-Area.benefits {
    display: block;
    width: 95%;
  }

  .inf-Area {
    padding: 1em;
    margin: 2em auto 0;
  }
  .inf-Area p {
    font-size: 1.2em;
  }
  .inf-Area p.saleDate {
    text-indent: -3.0em;
    padding-left: 3.0em;
  }
  .inf-Area p.txt-Catch {
    letter-spacing: -0.06em;
  }
	
  .inf-Area.pConte{
    padding: 1rem;
  }
	
  .info-wrap {
    width: 100%;
    padding: 1rem;
	margin: 2em auto;
  }
	
.info-wrap-inner_content{
	font-size: 1.1em!important;
}
.info-wrap-inner ul li{
	font-size: 1em;
}	
	
  .txt-Catch {
    width: 96%;
    margin: 0 auto;
	text-align: center;
  }
  .txt-Catch:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
  }
	
  .indent-Txt {
    text-indent: -1.2em;
    padding-left: 1.2em;
    text-align: center;
    margin: 0 1em;
    font-size: 1em;
  }
  /*__item__*/
  .item-bg {
    background-position: center bottom;
  }
  a.attn {
    font-size: 1.1em;
  }
  /*_img-xxBox_*/
  .img_xxBox {
    width: 100%;
    margin: 0 auto;
  }
  /*_itemLnk_*/
  .itemLnk {
    width: 98%;
    margin: 0 auto;
  }
  .itemLnk ul {
    width: 96%;
    display: block;
  }
  .itemLnk ul > a li {
    width: 100%;
    margin: 0 auto 25px;
  }
  .itemLnk ul > a li::before {
    width: 96%;
    height: auto;
  }
  .itemLnk ul > a li p {
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
	
  .inf-Area .tokuten_Txt{
    margin-bottom: 1em;
  }
  .inf-Area .tokuten_Txt p{
    font-size: 1.15em;
  }	
  .inf-Area .tokuten_Txt .tokuten_name{
		font-size: 1.3em;
  }
  /*-list-Frame-*/
  #lineUp {
    width: 98%;
    margin: 1.5em auto;
  }
  .itemlist {
    width: 95%;
    display: block;
    margin-bottom: 1em;
  }
  .itemlist > li {
    padding: 20px 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .buy, .name {
    margin-bottom: 0;
  }
  .name {
    font-size: 1.1em;
  }
  .name.posTer {
    margin-top: 1.5em;
  }
  .limit {
    font-size: 0.85em;
  }
  .limit span, .price {
    font-size: 1.3em;
  }
  /*_btn_*/
  .btn-order {
    margin-top: 1.2em;
  }
  .btn_order-All {
	margin: 45px auto 25px;
    width: 80%;
  }
  .btn-order.btn_order-All a {
    font-size: 2em;
	margin: 15px auto; 
	width: 300px;  
  }
  .btn-order.btn_order-All a span:after {
    width: 70px !important;
  }
  /*_about-bgsonline-colle_*/
  .about-bgsonline {
    width: 100%;
    padding: 0 0.2em;
  }
  .about-bgsonline p {
    margin: 2em 1em;
    font-size: 1.1em;
  }
  /*_Attention_*/
  .attention-Area {
    width: 95%;
    padding: 1.1em;
    font-size: 1.0em;
	margin: 0 auto;
  }
  .attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
    width: 80%;
    font-size: 0.95rem;
  }
  /*up-bono-Bnr*/
  .up-bono-Bnr {
	width: 100%;
    /*margin: 20px auto 30px;*/
	margin: 15px auto 50px;
  }
	
  .up-bono-Bnr a {
    padding: 0;
  }
  .upLink-list a, .upLink-list {
    display: block;
    width: 98%;
  }
  .upLink-list a {
    margin-bottom: 1em auto;
  }
  .upLink-list a img {
    margin: 10px auto;
    width: 70%; 
  }
  .txt-Copyright {
    font-size: 0.8rem !important;
  }
  .Lttl {
    font-size: 1.2rem !important;
  }
  .upLink {
    margin: 2em -1.1em 0;
  }
  /*_add-textCTRL_*/
  .splarge-Txt { /* Large-text */
    font-size: 1.2em !important;
    width: 98%;
    margin: 0 auto;
    padding-left: 1.4em;
  }
  .sma {
    display: block;
  }
  .pc {
    display: none;
  }
  .proBox {
    display: flex;
    column-gap: 1.2em;
  }
  .proImg {
    width: 40%;
    display: grid;
    align-items: center;
  }
  .proImg img {
    margin: 10px auto;
  }
  .proTxt {
    width: 60%;
    display: grid;
    align-items: center;
    grid-row-gap: 0.5em;
  }
  .btn-order_order a, .btn-order_limted a {
    width: 180px;
    font-size: 1.2em;
    padding: 0.3em;
  }
  .tagOlder, .tagLimited {
    font-size: 1.3em;
  }
  /*.itemlist>li:nth-child(3n) {
		margin-bottom: 0;
	}*/
  .btn-order_limted, .btn-order_order {
    width: 90%;
  }
	
  .benefits .jersey_p{
    font-size: 1.15em;
    width: 95%;
  }
  .benefits .jersey_img img{
    width: 770px !important;
  }
	
}