html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/* 共通
----------------------------------------- */

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


section  {
    margin-top: 80px;
}
.flex_reverse{
    flex-direction: row-reverse; /* 横並び逆順 */
}
 a:hover { 
	filter: alpha(opacity=70);
	opacity: 0.7; 
	transition : 0.5s;　/*ふわっとさせる指定*/
}	
#aaaa, #aaaa, #aaaa {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}

@media(max-width:768px) {
section  {
    margin-top: 50px;
}
.pc_item {
	display: none;
}
#aaaa, #aaaa, #aaaa {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
}

@media(min-width:769px) {
.sp_item {
	display: none;
}
}

/* エフェクト
----------------------------------------- */
 .fadein {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1s;
}
	
.fadenav{animation: fadeIn 1.5s ease 0s 1 normal;}
 @keyframes fadeIn { from {
     opacity: 0;
     transform: translateY(20px);<!-- フェード前の位置 -->
 }
 to {
     opacity: 1;
     transform: translateY(0);<!-- フェードの位置 -->
 }
 }
 


/* header
----------------------------------------- */

header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 0;
  width: 100%;
}
#g-navi {
	width: 100%;
	position: fixed; /*固定表示*/
    z-index: 999;
    line-height: 1;
}
.g-navi {
	width: 96%;
	height: 80px;
    margin: 0px auto ;
 	display: flex;
    justify-content: space-between; /*均等に間隔をあける*/
    align-items: center;     /*中央揃え*/
}

.g-navi .logo {
	width: 350px;
    padding: 25px 0 30px ;
}
.g-navi .logo img {
	width: 100%;
	height: auto;
}
.g-navi .link {
    list-style: none;
 	display: flex;
    justify-content: space-between; /*均等に間隔をあける*/
}
.g-navi .link a{
	color: #231815;
	text-decoration-line: none;
    margin-left: 45px ;
	font-size: 15px;
    font-weight: 100;
}
.g-navi .link a:hover{
	color: #d1001b;
}

.header-space {
	height: 80px;
}
.main {
	width: 100%;
}
.main img {
	width: 100%;
	height: auto;
}

@media(max-width:768px) {
.g-navi {
	width: 95%;
	height: 70px;
    margin: 0px auto ;
}
.header-space {
	height: 70px;
}
}

@media(max-width:600px) {
.g-navi {
	width: 95%;
	height: 60px;
    margin: 0px auto ;
}
.g-navi .logo {
	width: 240px;
    padding: 22px 0 25px ;
    margin-left: 15px ;
}
.header-space {
	height: 60px;
}
}

@media(max-width:992px) {
.g-navi .link {
 	display: none;
}
}

/* スライド
----------------------------------------- */
#slide {
	width : calc(100% - 20px) ;
	background-image: url(../img/slide/slide_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
	padding: 30px 10px 70px ;
    margin-top: 0;
}
#slide h2{
	width: 330px;
    margin: 60px auto 0;
    text-align: center;
}
#slide h2 img{
	width: 100%;
	height: auto;
}
#slide h2 span{
	font-size: 14px;
}
@media(max-width:600px) {
#slide {
	padding: 20px 10px 30px ;
}

#slide h2{
	width: 240px;
    margin: 50px auto 0;
    text-align: center;
}
#slide h2 span{
	font-size: 13px;
}
}

/* グルメヘッダー
----------------------------------------- */
#gourmet {
	width : calc(100% - 20px) ;
	background-image: url(../img/slide/slide_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
	padding: 30px 10px 70px ;
    margin-top: 0;
}

#gourmet h2{
	width: 330px;
    margin: 60px auto 0;
    text-align: center;
}
#gourmet h2 img{
	width: 100%;
	height: auto;
}
#gourmet h2 span{
	font-size: 14px;
}
@media(max-width:600px) {
#gourmet {
	padding: 20px 10px 30px ;
}

#gourmet h2{
	width: 240px;
    margin: 50px auto 0;
    text-align: center;
}
#gourmet h2 span{
	font-size: 13px;
}
}


/* スタジアム内
----------------------------------------- */

#stadium {
	background-image: url(../img/shop/pattern_1.jpg);
	background-repeat: repeat;
	background-size: 25px 25px;
	padding-bottom: 90px ;
    margin-top: 0;
}
#stadium .headline_1 {
	width: 100%;
	height : calc(210px - 20px) ;
	background-image: url(../img/shop/headline_bg_1-2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 180px auto;
    text-align: center;
	padding-top: 20px ;
}
#stadium h2 img{
	width: auto;
	height: 50px;
}
#stadium .headline_txt{
	color: #fff;
	font-size: 15px;
}
.map{
	width: 90%;
	max-width: 960px;
    margin: 90px auto 0 ;
	background-color: #FFFFFF;
    text-align: center;
    position: relative;
	padding: 80px 0 50px;
}
#stadium .map h4{
    display: inline-block;
	color: #fff;
	font-size: 22px;
    text-align: center;
	background-color: #02aa46;
	padding: 5px 20px ;
    border-radius: 40px;
    position: absolute;
    top: 40px;
    left: 40px;
}
#stadium .map img{
	width: 95%;
	max-width: 800px;
	height: auto;
}
.shop{
	width: 90%;
	max-width: 1160px;
    margin: 0 auto ;
    text-align: center;
	padding: 80px 0 ;
}
#stadium .shop h4{
	color: #fff;
	font-size: 22px;
    text-align: left;
	background-color: #02aa46;
	padding: 10px 20px ;
    margin-bottom: 40px ;
}
.shop_container{
	width: 100%;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
}
.shop_container::after{
	content:"";
	display: block;
	width: 31%;
}
.shop_container .item{
	width: 31%;
	background-color: #fff;
	background-image: url(../img/shop/item_border_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
    margin-bottom: 40px ;
}
.shop_container .item .photo{
	width: 100%;
}
.shop_container .item .photo img{
	width: 100%;
	height: 200px;
	object-fit: cover; /* この一行を追加するだけ！ */
}
.shop_container .item .txt_area{
	width : calc(100% - 40px) ;
	padding: 10px 20px ;
    position: relative;
}
.shop_container .item .txt_area .left{
	width: 100%;
    text-align: left;
}
.shop_container .item .txt_area .left .number{
	width: 35px;
 	display: inline-block;
	color: #fff;
	font-size: 20px;
    text-align: center;
	background-color: #02aa46;
	padding: 0px;
}
.shop_container .item .txt_area .left .title{
	font-size: 18px;
    text-align: left;
	margin-top: 5px ;
}

.shop_container .item .txt_area .right{
	height: 35px;
    position: absolute;
    top:10px;
    right:20px;
}
.shop_container .item .txt_area .right img{
	width: auto;
	height: 100%;
}
.shop_container .item .txt_area .link{
	width: 100%;
	font-size: 15px;
    text-align: center;
	margin: 20px auto ;
}
.shop_container .item .txt_area .link label{
    display: inline-block;
	width: 230px;
	color: #fff;
	text-decoration-line: none;
	background-color: #02aa46;
	padding: 10px 0;
    border-radius: 6px;
}
.shop_container .item .txt_area .link label:hover{
	background-color: #000;
}

@media(max-width:992px) {
.shop_container .item{
	width: 48%;
	background-color: #fff;
	background-image: url(../img/shop/item_border_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
    margin-bottom: 30px ;
}
}
@media(max-width:768px) {
.shop_container .item .txt_area .right{
	height: 30px;
}
}

@media(max-width:600px) {
#stadium {
	background-image: url(../img/shop/pattern_1.jpg);
	background-repeat: repeat;
	background-size: 20px 20px;
	padding-bottom: 40px ;
    margin-top: 0;
}


.map{
	width: 90%;
	max-width: 960px;
    margin: 50px auto 0 ;
	background-color: #FFFFFF;
    text-align: center;
    position: relative;
	padding: 50px 0 20px;
}
#stadium .map h4{
    display: inline-block;
	color: #fff;
	font-size: 16px;
    text-align: center;
	background-color: #02aa46;
	padding: 5px 20px ;
    border-radius: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
}

#stadium .shop h4{
	color: #fff;
	font-size: 18px;
    text-align: left;
	background-color: #02aa46;
	padding: 7px 20px ;
    margin-bottom: 30px ;
}

.shop_container .item{
	width: 48%;
	background-color: #fff;
	background-image: url(../img/shop/item_border_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
    margin-bottom: 20px ;
}
.shop_container .item .photo{
	width: 100%;
}
.shop_container .item .photo img{
	width: 100%;
	height: 110px;
	object-fit: cover; /* この一行を追加するだけ！ */
}
.shop_container .item .txt_area{
	width : calc(100% - 20px) ;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
    align-items: flex-start;     /*中央揃え*/
	padding: 5px 10px 0 ;
}
.shop_container .item .txt_area .left{
	width: 100%;
    text-align: left;
}
.shop_container .item .txt_area .left .number{
	width: 30px;
 	display: inline-block;
	color: #fff;
	font-size: 18px;
    text-align: center;
	background-color: #02aa46;
	padding: 0px;
}
.shop_container .item .txt_area .left .title{
	font-size: 16px;
    text-align: left;
	margin-top: 10px ;
}

.shop_container .item .txt_area .right{
	height: 20px;
    top:5px;
    right:10px;
}
.shop_container .item .txt_area .link{
	width: 100%;
	font-size: 12px;
    text-align: center;
	margin: 10px auto 25px ;
}
.shop_container .item .txt_area .link label{
    display: inline-block;
	width: 100%;
	color: #fff;
	text-decoration-line: none;
	background-color: #02aa46;
	padding: 7px 0;
    border-radius: 6px;
}
.shop_container .item .txt_area .link label:hover{
	background-color: #000;
}
}


/* 南広場
----------------------------------------- */

#south_area {
	background-image: url(../img/shop/pattern_2.jpg);
	background-repeat: repeat;
	background-size: 25px 25px;
	padding-bottom: 90px ;
    margin-top: 0;
}
#south_area .headline_1 {
	width: 100%;
	height : calc(133px - 20px) ;
	background-image: url(../img/shop/headline_bg_2.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 180px 133px;
    text-align: center;
	padding-top: 20px ;
}
#south_area h2 img{
	width: auto;
	height: 50px;
}
#south_area .headline_txt{
	color: #fff;
	font-size: 15px;
}
#south_area .map{
	width: 90%;
	max-width: 1160px;
    line-height: 0;
    margin: 90px auto 0 ;
	background-color: #FFFFFF;
    text-align: center;
	padding: 0 ;
}
#south_area .map img{
	width: 100%;
	height: auto;
}

#south_area .shop_container .item{
	background-image: url(../img/shop/item_border_2.jpg);
}
#south_area .shop_container .item .txt_area .left .number{
	background-color: #ffc800;
}
#south_area  .shop_container .item .txt_area .link label{
	background-color: #ffc800;
}
#south_area .shop_container .item .txt_area .link label:hover{
	background-color: #000;
}

@media(max-width:600px) {

#south_area {
	background-image: url(../img/shop/pattern_2.jpg);
	background-repeat: repeat;
	background-size: 20px 20px;
	padding-bottom: 40px ;
    margin-top: 0;
}
#south_area .map{
    margin: 50px auto 0 ;
}
}



/* 北広場
----------------------------------------- */

#north_area {
	background-image: url(../img/shop/pattern_3.jpg);
	background-repeat: repeat;
	background-size: 25px 25px;
	padding-bottom: 90px ;
    margin-top: 0;
}
#north_area .headline_1 {
	width: 100%;
	height : calc(133px - 20px) ;
	background-image: url(../img/shop/headline_bg_3.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 180px 133px;
    text-align: center;
	padding-top: 20px ;
}
#north_area h2 img{
	width: auto;
	height: 50px;
}
#north_area .headline_txt{
	color: #fff;
	font-size: 15px;
}
#north_area .map{
	width: 90%;
	max-width: 1160px;
    line-height: 0;
    margin: 90px auto 0 ;
	background-color: #FFFFFF;
    text-align: center;
	padding: 0 ;
}
#north_area .map img{
	width: 100%;
	height: auto;
}

.shop{
	width: 90%;
	max-width: 1160px;
    margin: 0 auto ;
    text-align: center;
	padding: 80px 0 ;
}

#north_area .shop_container .item{
	background-image: url(../img/shop/item_border_3.jpg);
}
#north_area .shop_container .item .txt_area .left .number{
	background-color: #d1001b;
}
#north_area  .shop_container .item .txt_area .link label{
	background-color: #d1001b;
}
#north_area .shop_container .item .txt_area .link label:hover{
	background-color: #000;
}

@media(max-width:600px) {
#north_area {
	background-image: url(../img/shop/pattern_3.jpg);
	background-repeat: repeat;
	background-size: 20px 20px;
	padding-bottom: 40px ;
}
#north_area .map{
    margin: 50px auto 0 ;
}

.shop{
	padding: 50px 0 0;
}
}


/* カレープロジェクト
----------------------------------------- */

#curry {
	background-image: url(../img/shop/pattern_4.jpg);
	background-repeat: repeat;
	background-size: 25px 25px;
	padding-bottom: 90px ;
    margin-top: 0;
}
#curry .headline_1 {
	width: 100%;
	background-image: url(../img/shop/headline_bg_4.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 80px 165px;
    text-align: center;
	padding-top: 30px ;
}
#event #curry h2{
	width: 370px;
    margin: 0 auto 0;
}
#curry h2 img{
	width: 100%;
	height: auto;
}
#curry .curry_read_txt{
	width: 85%;
	max-width: 800px;
	font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin: 30px auto 0;
}

#curry .shop_container .item{
	background-color: #fdfbe4;
	background-image: url(../img/shop/item_border_4.jpg);
}
#curry .shop_container .item .txt_area .left .number{
	background-color: #dc8c1c;
}
#curry  .shop_container .item .txt_area .link label{
	background-color: #dc8c1c;
}
#curry .shop_container .item .txt_area .link label:hover{
	background-color: #000;
}



@media(max-width:767px){
.headline_txt span{
  display: block;
	font-size: 13px;
}
}
@media(max-width:600px) {
#curry {
	background-image: url(../img/shop/pattern_4.jpg);
	background-repeat: repeat;
	background-size: 20px 20px;
	padding-bottom: 50px ;
    margin-top: 0;
}
#curry .curry_read_txt{
	font-size: 14px;
    line-height: 1.6;
    margin: 20px auto 0;
}
}




/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width:  calc(85% - 60px) ;
    /*max-height: 85%;*/
    padding: 30px 30px 40px ;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
    position: relative;
	background-image: url(../img/shop/item_border_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
	margin:auto;
}
.close_button {
  cursor: pointer;
  width: 40px;
  height: 40px;
    position: absolute;
    top: -15px;
    right: -15px;
}
.close_button img{
  width: 40px;
  height: 40px;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(10px);
}

.open_button {
    font-weight: bold;
    cursor :pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #0080ca;
  transition: .6s;
}

.modal_content_flex {
    width: 100%;
    height:  calc(85% - 60px) ;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
}
.modal_content_left {
    width: 35%;
}

.modal_content_left_1 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.modal_content_left .modal_content_left_1 .number{
    width: 35px;
 	display: inline-block;
	color: #fff;
	font-size: 20px;
    text-align: center;
	background-color: #02aa46;
}
.modal_content_left .modal_content_left_1 .logo{
	height: 45px;
    position: absolute;
    top:0;
    right:0;
}
.modal_content_left .modal_content_left_1 .logo img{
	width: auto;
	height: 100%;
}

.modal_content_left .shop_name{
	font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}
.modal_content_left .dish_name{
	font-size: 30px;
    line-height: 1.2;
    text-align: left;
    margin: 5px 0;
}
.modal_content_left .price{
	font-size: 18px;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.modal_content_left .shop_txt{
	font-size: 15px;
    line-height: 1.4;
    text-align: justify;
}
.modal_content_left .cash{
    width: 100%;
	font-size: 16px;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
 	justify-content: flex-start;    /*左（上）揃え*/
    margin-top: 50px;
}
.modal_content_left .cash p{
    margin-right: 5px;
    margin-bottom: 5px;
}
.modal_content_left .cash >:first-child {
    margin-right: 30px;
}

.modal_content_left .cash .cash_ico{
	color: #fff;
	font-size: 14px;
    line-height: 2;
    text-align: center;
	background-color: #da3349;
	border-radius: 30px;
    padding: 5px 15px;
}
.modal_content_left .karasa{
    width: 100%;
    height: 40px;
    margin-top: 15px;
}
.modal_content_left .karasa img{
    width: auto;
    height: 100%;
}


.modal_content_right {
    width:  calc(65% - 30px) ;
}
.modal_content_right img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}


@media(max-width:992px){
.modal_content_left {
    width: 50%;
}
.modal_content_right {
    width:  calc(50% - 30px) ;
}
}

@media(max-width:768px){

.modal_content {
    align-self: center;
    width:  calc(90% - 60px) ;
    max-height: 90%;
    padding: 20px 20px 30px ;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
    position: relative;
	background-image: url(../img/shop/item_border_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
}


.modal_content_left .modal_content_left_1 .number{
    width: 35px;
 	display: inline-block;
	color: #fff;
	font-size: 20px;
    text-align: center;
	background-color: #02aa46;
}
.modal_content_left .modal_content_left_1 .logo{
	height: 40px;
}
.modal_content_left .modal_content_left_1 .logo img{
	width: auto;
	height: 100%;
}
.modal_content_left .cash{
	font-size: 15px;
    margin-top: 30px;
}
.modal_content_left .karasa{
    width: 100%;
    height: 30px;
    margin-top: 15px;
}
}

@media(max-width:600px){
.close_button {
  cursor: pointer;
  width: 30px;
  height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.close_button img{
  width: 30px;
  height: 30px;
}

.modal_content {
    align-self: center;
    width:  calc(95% - 30px) ;
    max-height: 85%;
    padding: 15px 15px 20px ;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
    position: relative;
	background-image: url(../img/shop/item_border_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
}

.modal_content_left {
    width: 48%;
}
.modal_content_right {
    width: 48%;
}

.modal_content_left .modal_content_left_1 .number{
    width: 30px;
	font-size: 18px;
}
.modal_content_left .modal_content_left_1 .logo{
	height: 35px;
}

.modal_content_left .shop_name{
	font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}
.modal_content_left .dish_name{
	font-size: 16px;
    line-height: 1.2;
    text-align: left;
    margin: 3px 0;
}
.modal_content_left .price{
	font-size: 15px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.modal_content_left .shop_txt{
	font-size: 13px;
    line-height: 1.4;
    text-align: justify;
	max-height: 48vh;
	overflow-y: scroll;
	
}
.modal_content_left .cash{
	font-size: 13px;
    margin-top: 15px;
}
.modal_content_left .cash .cash_ico{
	font-size: 13px;
    padding: 3px 15px;
}
.modal_content_left .karasa{
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
}
}

@media(max-height:800px){
.modal_content_right img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
}
@media(max-height:650px){
.modal_content_right img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
}


/* 南広場
----------------------------------------- */
#south_area .modal_content {
	background-image: url(../img/shop/item_border_2.jpg);
}
#south_area .modal_content_left .modal_content_left_1 .number{
	background-color: #ffc800;
}

/* 北広場
----------------------------------------- */
#north_area .modal_content {
	background-image: url(../img/shop/item_border_3.jpg);
}
#north_area .modal_content_left .modal_content_left_1 .number{
	background-color: #da3349;
}

/* カレープロジェクト
----------------------------------------- */

#curry .modal_content {
    background: #fdfbe4;
	background-image: url(../img/shop/item_border_4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
}
#curry .modal_content_left .modal_content_left_1 .number{
	background-color: #dc8c1c;
}


/* footer
----------------------------------------- */

#footer {
	width: 100%;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 1766px auto;
	padding: 100px 0 430px ;
    margin-top: 0;
    text-align: center;
}
#footer img {
	width: 100%;
	height: auto;
}

.f_logo {
	width: 420px;
    margin: 0 auto 40px;
}
.f_link {
	width: 90%;
	max-width: 500px;
    margin: 0 auto;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
}
.f_link a{
	color: #000;
	text-decoration-line: none;
}
.f_link a:hover { 
	color: #d1001b;
	transition : 0.5s;　/*ふわっとさせる指定*/
}	


.footer_btn{
	width: 320px;
    margin: 40px auto;
	font-size: 15px;
}
.footer_btn a{
	width: 100%;
	display: block;
	color: #000;
	text-decoration: none;
    padding: 12px 0;
	border: 1px solid #000;
	background-image: url(../img/footer_btn2.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;
    background-size: 20px auto;
}
.footer_btn a:hover{
	color: #fff;
	background-color: #000;
}

.copyright{
	color: #000;
	font-size: 11px;
    text-align: center;
}

@media(max-width:768px) {
.f_logo {
	width: 400px;
    margin: 0 auto 30px;
}
}
@media(max-width:600px) {
#footer {
	width: 100%;
	background-image: url(../img/footer_bg_sp.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: cover;
	padding: 60px 0 180px ;
    margin-top: 0;
    margin-bottom: 80px;
    text-align: center;
}

.f_logo {
	width: 320px;
    margin: 0 auto 30px;
}
.f_link {
	width: 80%;
	line-height: 1.5;
	font-size: 14px;
}
.f_link a{
	width: 100%;
	padding: 5px 0 ;
}
.footer_btn{
	width: 80%;
	font-size: 13px;
    margin: 20px auto 30px ;
}
.footer_btn a{
    padding: 10px 0;
	background-image: url(../img/footer_btn2.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;
    background-size: 15px auto;
}

.copyright{
	font-size: 9px;
}
}

.go-top {
	position: fixed; /*固定表示*/
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	display: none;
	height: 45px;
	width: 45px;
	z-index: 9999;
}
.go-top img {
	width: 100%;
	height: auto;
}

@media(max-width:768px) {
.go-top {
	height: 40px;
	width: 40px;
}
}
@media(max-width:600px) {
.go-top {
	position: fixed; /*固定表示*/
	bottom: 90px;
	right: 3px;
	text-decoration: none;
	display: none;
	height: 30px;
	width: 30px;
	z-index: 9999;
}
}


/*--------------- サイドボタン ---------------*/

.sideBtn {
  width: 40px;
  position: fixed;
  right: 0;
  top: 20%;
  margin: auto 0;
  z-index: 998;
}
.sideBtn p {
  margin: 0;
  padding: 0 ;
}
.sideBtn__item a {
  color: #fff;
  width: 35px;
  height: 98px;
}
.sideBtn__item a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 601px) {
.bottomBtn {
	display: none;
}
}

@media screen and (max-width: 600px) {
.sideBtn {
	display: none;
}
.bottomBtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  margin: 0;
  z-index: 998;
  display: flex;
  flex-wrap: wrap;         /*折り返し有り・複数行*/
  justify-content: space-between; /*均等に間隔をあける*/
}
.bottomBtn a{
  color: #fff;
  width: 50%;
  padding:10px 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration-line: none;
}
.bottomBtn a:hover { 
	filter: alpha(opacity=70);
	opacity: 0.9; 
	transition : 0.5s;　/*ふわっとさせる指定*/
}	

.bottomBtn a img{
  width: 100%;
  height: auto;
}

.bottomBtn-1{
	background-image: url(../img/bottombtn-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
.bottomBtn-2{
	background-image: url(../img/bottombtn-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
.bottomBtn-3{
	background-image: url(../img/bottombtn-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
.bottomBtn-4{
	background-image: url(../img/bottombtn-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
}

.shop_container .item .txt_area .left .wide{
	width:auto;
  max-width: 120px !important;
	white-space: nowrap;
	padding: 0 10px;
}

.modal_content_left .modal_content_left_1 .wide{
	width:auto;
  max-width: 120px !important;
	white-space: nowrap;
	padding: 0 10px;
}
@media(max-width:600px){

.shop_container .item .txt_area .left .wide{
  width: 60px !important;
}

.modal_content_left .modal_content_left_1 .wide{
  width: 60px !important;
}
}

@media(max-width:650px){
.logo-wide{
    text-align: right !important;
}
.logo-wide img{
  width:  calc(90% - 30px) !important;
  height: auto !important;
}
}

@media(max-height:750px){
.sideBtn {
  width: 35px;
  position: fixed;
  right: 0;
  top: 15%;
  margin: auto 0;
  z-index: 998;
}
}


/*--------------- 5.29 追加コンテンツ ---------------*/

.shop_container .item{
    min-height: 320px;
}
@media(max-width:768px){
.shop_container .item{
    min-height: 210px;
}
}


.area_nav {
    width: 90%;
    max-width: 960px;
    margin: 20px auto 0;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
}
.area_nav .area_nav_item {
	color: #02aa46;
	font-size: 20px;
    font-weight: 600;
	text-decoration-line: none;
	width : calc(23% - 40px) ;
	background-color: #fff;
	padding: 10px 20px ;
    border-radius: 25px;
    cursor: pointer;
}
.area_nav .area_nav_item:hover{
	color: #fff;
	background-color: #ffc800;
	filter: alpha(opacity=100);
	opacity: 1; 
	transition : 0.5s;　/*ふわっとさせる指定*/
}

.yokocho_concept{
	width: 100%;
    margin: 80px auto 0 ;
}
.yokocho_img{
	width: 100%;
    margin: 30px auto 60px ;
}
.yokocho_img img{
	width: 100%;
	height: auto;
}
.yokocho_concept h4{
	background-color: #e60212 !important;
    margin-bottom: 30px !important;
}
.yokocho_txt{
	font-size: 18px;
    text-align: justify;
}
.yokocho_txt_sns {
    width: 100%;
    margin: 20px auto 0;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
}
.yokocho_txt_sns_item {
    width: 48%;
	font-size: 18px;
    text-align: left;
}
.yokocho_txt_sns_item a {
	color: #e60212;
	text-decoration-line: none;
    font-weight: 600;
}
.yokocho_txt_sns_item a:hover{
	color: #333;
}

@media(max-width:992px){
.area_nav .area_nav_item {
	font-size: 18px;
	width : calc(23% - 0px) ;
	padding: 10px 0 ;
}
.yokocho_txt_sns_item {
	font-size: 15px;
}
}

@media(max-width:768px){
#stadium .headline_1 {
	height : calc(250px - 20px) ;
	background-image: url(../img/shop/headline_bg_1-2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 180px auto;
    text-align: center;
	padding-top: 20px ;
}
.area_nav {
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
}

.area_nav .area_nav_item {
	font-size: 16px;
	width : calc(47% - 0px) ;
	padding: 10px 0 ;
    margin-bottom: 15px;
}
.yokocho_concept h4{
    margin-bottom: 20px !important;
}
.yokocho_txt{
	font-size: 16px;
}
.yokocho_img{
    margin: 20px auto 50px ;
}
.yokocho_txt_sns_item {
    width: 100%;
	font-size: 16px;
}
.yokocho_txt_sns >:first-child {
	margin-bottom: 20px;	
}
}
@media(max-width:600px){
#stadium .headline_1 {
	height : calc(230px - 20px) ;
	background-image: url(../img/shop/headline_bg_1-2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 180px auto;
    text-align: center;
	padding-top: 20px ;
}

.area_nav .area_nav_item {
	font-size: 14px;
	width : calc(47% - 0px) ;
	padding: 8px 0 ;
    margin-bottom: 10px;
}
.yokocho_concept h4{
    margin-bottom: 15px !important;
}
.yokocho_txt{
	font-size: 14px;
}
.yokocho_img{
    margin: 15px auto 45px ;
}
.yokocho_txt_sns_item {
    width: 100%;
	font-size: 14px;
}
}


/*--------------- タブ切り替え ---------------*/

.tab.active {
  background-color: #ffc800;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}


/*--------------- 230616 追加 ---------------*/

#event {
    margin-top: 0px;
}
#event .event_header{
	padding: 30px 0 90px ;
	background-image: url(../img/event-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#event h2 {
    width: 85%;
    max-width: 420px;
    margin: 80px auto 60px;
    text-align: center;
}
#event h2 img {
    width: 100%;
    height: auto;
}
#event .area_nav {
    width: 90%;
    max-width: 660px;
    margin: 20px auto 0;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
}
#event .area_nav >:first-child, #event .area_nav >:nth-child(2){
	margin-bottom: 20px;
}

#event .area_nav .area_nav_item {
	color: #000000;
	font-size: 20px;
    font-weight: 600;
	text-decoration-line: none;
	width : calc(47% - 40px) ;
	background-color: #fff;
	padding: 10px 20px ;
    border-radius: 25px;
    cursor: pointer;
	border: 1px solid #555;
}
#event .area_nav .area_nav_item:hover{
	color: #fff;
	filter: alpha(opacity=100);
	opacity: 1; 
	transition : 0.5s;　/*ふわっとさせる指定*/
}
#event .area_nav .color1:hover{
	background-color: #ffc800;
}
#event .area_nav .color2:hover{
	background-color: #e9558d;
}
#event .area_nav .color3:hover{
	background-color: #00baef;
}
#event .area_nav .color4:hover{
	background-color: #d0001b;
}

#event .area_nav .active2{
	color: #fff;
	background-color: #ffc800;
}
#event .area_nav .color2.active2{
	background-color: #e9558d;
}
#event .area_nav .color3.active2{
	background-color: #00baef;
}
#event .area_nav .color4.active2{
	background-color: #d0001b;
}

#event .panel2 {
  display: none;
  text-align: center;
}
#event .panel2.active2 {
  display: block;
}

#event .modal_content_left_1 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}


@media(max-width:768px) {
#event .event_header{
	padding: 20px 0 60px ;
}

#event h2 {
    margin: 50px auto 50px;
}

#event .area_nav {
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
}

#event .area_nav .area_nav_item {
	font-size: 16px;
	width : calc(70% - 0px) ;
	padding: 10px 0 ;
    margin-bottom: 15px;
}
}
@media(max-width:600px) {
#event .event_header{
	padding: 10px 0 40px ;
}
#event h2 {
    width: 75%;
    margin: 30px auto 30px;
}
}


/*---------------グノくじ ---------------*/

#kuji .shop {
    padding: 80px 0 0;
}

#kuji {
	background-image: url(../img/shop/pattern_6.jpg);
	background-repeat: repeat;
	background-size: 25px 25px;
	padding-bottom: 90px ;
    margin-top: 0;
}
#kuji .headline_1 {
	width: 100%;
	background-image: url(../img/shop/headline_bg_6.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 80px 165px;
    text-align: center;
	padding-top: 30px ;
}
#kuji h2{
	width: 292px;
    margin: 0 auto 0;
}
#kuji h2 img{
	width: 100%;
	height: auto;
}
#kuji .shop_container {
    margin-top: 100px;
}
#kuji .shop_container .item{
	background-image: url(../img/shop/item_border_6.jpg);
}
#kuji .shop_container .item .txt_area .left .number{
	background-color: #e9558d;
}
#kuji  .shop_container .item .txt_area .link label{
	background-color: #e9558d;
}
#kuji .shop_container .item .txt_area .link label:hover{
	background-color: #000;
}

#kuji .tousen{
	background-color: #ffe700;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 5px 0 ;
}



@media(max-width:600px) {
#kuji {
	background-image: url(../img/shop/pattern_6.jpg);
	background-repeat: repeat;
	background-size: 20px 20px;
	padding-bottom: 50px ;
    margin-top: 0;
}
}

/* モーダル内
----------------------------------------- */

#kuji .modal_content {
	background-image: url(../img/shop/item_border_6.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
}
#kuji .modal_content_left .modal_content_left_1 .number{
	background-color: #e9558d;
}

#kuji .kuji_contents{
	width: 100%;
    text-align: left;
	margin-bottom: 50px ;
}
#kuji .kuji_contents img{
	width: 100%;
	height: auto;
}
#kuji .kuji_contents h4{
	margin-bottom: 5px ;
	font-size: 20px;
	line-height: 1.5;
}
#kuji .kuji_contents p{
	margin-bottom: 20px ;
	font-size: 18px;
	line-height: 1.6;
    text-align: justify;    
}
#kuji .shop_container .kuji_contents{
	width: 60%;
}
#kuji .shop_container .item {
	margin-bottom: 0px ;
}


@media(max-width:992px) {
#kuji .shop_container .kuji_contents{
	width: 45%;
}
}


@media(max-width:768px) {
#kuji .shop {
    padding: 50px 0 0;
}
#kuji .shop_container {
    margin-top: 50px;
}
#kuji .kuji_contents{
	margin-bottom: 30px ;
}
#kuji .kuji_contents h4{
	margin-bottom: 5px ;
	font-size: 16px;
	line-height: 1.5;
}
#kuji .kuji_contents p{
	font-size: 14px;
}
#kuji .shop_container .kuji_contents{
	width: 100%;
}
}

@media(max-width:600px) {
#kuji h2{
	width: 250px;
}
}


/*--------------- 特設売り場 ---------------*/

#special .shop {
}
#special {
	background-image: url(../img/shop/pattern_5.jpg);
	background-repeat: repeat;
	background-size: 25px 25px;
	padding-bottom: 90px ;
    margin-top: 0;
}
#special .headline_1 {
	width: 100%;
	background-image: url(../img/shop/headline_bg_5.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 80px 165px;
    text-align: center;
	padding-top: 30px ;
}
#special h2{
	width: 272px;
    margin: 0 auto 0;
}
#event h2.full{
	width:85% !important;
	max-width: 600px !important;
}
#special h2 img{
	width: 100%;
	height: auto;
}
#special .shop_container .item{
	background-image: url(../img/shop/item_border_5.jpg);
}
#special .shop_container .item .txt_area .left .number{
	background-color: #00baef;
}
#special  .shop_container .item .txt_area .link label{
	background-color: #00baef;
}
#special .shop_container .item .txt_area .link label:hover{
	background-color: #000;
}
@media(max-width:600px) {
#special {
	background-image: url(../img/shop/pattern_5.jpg);
	background-repeat: repeat;
	background-size: 20px 20px;
	padding-bottom: 50px ;
    margin-top: 0;
}
#special h2{
	width: 230px;
}
}

/* モーダル内
----------------------------------------- */

#special .modal_content {
	background-image: url(../img/shop/item_border_5.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
}
#special .modal_content_left .modal_content_left_1 .number{
	background-color: #00baef;
}



/*--------------- 選手関連商品 ---------------*/

#player_product .shop {
}
#player_product {
	background-image: url(../img/shop/pattern_7.jpg);
	background-repeat: repeat;
	background-size: 25px 25px;
	padding-bottom: 90px ;
    margin-top: 0;
}
#player_product .headline_1 {
	width: 100%;
	background-image: url(../img/shop/headline_bg_7.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 80px 165px;
    text-align: center;
	padding-top: 30px ;
}
#player_product h2{
	width: 350px;
    margin: 0 auto 0;
}
#player_product h2 img{
	width: 100%;
	height: auto;
}
#player_product .shop_container .item{
	background-image: url(../img/shop/item_border_7.jpg);
}
#player_product .shop_container .item .txt_area .left .number{
	background-color: #d0001b;
}
#player_product  .shop_container .item .txt_area .link label{
	background-color: #d0001b;
}
#player_product .shop_container .item .txt_area .link label:hover{
	background-color: #000;
}
@media(max-width:600px) {
#player_product {
	background-image: url(../img/shop/pattern_7.jpg);
	background-repeat: repeat;
	background-size: 20px 20px;
	padding-bottom: 50px ;
    margin-top: 0;
}
#player_product h2{
	width: 280px;
}
}

/* モーダル内
----------------------------------------- */

#player_product .modal_content {
	background-image: url(../img/shop/item_border_7.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 10px;
}
#player_product .modal_content_left .modal_content_left_1 .number{
	background-color: #d0001b;
}

#player_product .shop_container .item .txt_area .left .number{
	width: 45px;
}
#player_product .modal_content_left .modal_content_left_1 .number{
	width: 45px;
}

.event-main {
    width: 90%;
    max-width: 960px;
	background: #FFF;
    margin: 0 auto 0;
    text-align: center;
    position: relative;
}

.shop_container.once,.shop_container.two{
	justify-content: center;
	align-items: flex-start;
}
.shop_container.once::after,.shop_container.two::after{
	display: none !important;
	width: 0 !important;
}
.shop_container.two .item:first-of-type{
	margin:0 3.5% 0 auto;
}
.shop_container.two .item:last-of-type{
	margin:0 auto 0 0;
}
@media(max-width:992px){
	.shop_container.two .item:first-of-type{
		margin:0 auto;
	}
}
.modal_content_left_1 > .number:not(:first-child),.left > .number:not(:first-child){margin-left:5px;}
@media (max-width:424.98px){
	.modal_content_left_1 > .number:not(:first-child),.left > .number:not(:first-child){margin-left:0;margin-top:5px;display:block !important;}
}
.number.wide{width:auto !important;}
.day{text-align: left;margin-top:20px;}

#preseason{
	display:grid;
	place-content:center;
	margin-bottom:80px;
}
#preseason h1{
	font-size:6vw;
	color:#c9211e;
	font-weight: 700;
	max-width: 1200px;
	text-align: center;
}
#preseason p{
	font-size:3vw;
	max-width: 1200px;
	text-align: center;
}
.heightfit{
	width:auto !important;
	padding: 15px 0;
}

/*--------------- flex参考 ---------------*/

 .flex_dummy{
 	display: flex;
	   
    flex-wrap: no-wrap;      /*折り返しなし・単一行（デフォルト）*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    flex-wrap: wrap-reverse; /*折り返し有り・複数行・折り返し地点が逆*/

	   
	   justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
	   
    align-items: flex-start; /*上（左）揃え*/
    align-items: flex-end;   /*下（右）揃え*/
    align-items: center;     /*中央揃え*/
    align-items: baseline;   /*ベースラインを揃える*/
    align-items: stretch;    /*全ての要素の高さを揃える*/   

	   align-content: flex-start;    /*上（左）揃え*/
    align-content: flex-end;      /*下（右）揃え*/
    align-content: center;        /*中央揃え*/
    align-content: space-between; /*均等に間隔をあける*/
    align-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
    
	background-image: url(../img/aaaa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
　background-size: auto 100%;

   width : calc(100% - 20px) ;

}
.aaaaaaaaaaa >:first-child {
	margin-top: 0px;	
}
