
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
 -webkit-appearance: none;
 border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}

body{
-webkit-font-smoothing: antialiased;
font-family: 'NeuePlak', 'Lexend', 'Lato', 'Noto Sans JP',  "Hiragino Kaku Gothic ProN", sans-serif;
}

/*--------------------
  common
  --------------------*/

  #header_top {
    margin-bottom: 0;
  }

  .footer {
    margin-top: 0 !important;
  }

  #bgfes_bg {
    /* background: #f7fafb; */
  }

  #bgfes {
    width: 100%;
    margin: auto;
    text-align: center!important;
    font-size: 15px;
    font-family: 'NeuePlak', 'Lexend', 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 200%;
    letter-spacing: 0.075em;
    background: #fff;
    overflow-x: hidden;
    color: #0a0a0a;
  }

  #bgfes p {
    text-align: center;
    width: 100%;
  }

  #bgfes * {
    box-sizing: border-box;
    letter-spacing: 0.05em;
  }

  #bgfes img {
    display: block;
    max-width: 100%;
  }

  #bgfes a {
    text-decoration: none;
  }

  #bgfes a:hover {
    opacity: 0.6;
    color: unset;
  }

  #bgfes .textLink {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: unset;
  }

  #bgfes h2 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 0.075em;
    display: block;
    text-align: center;
  }

  #bgfes h2>p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: 0.05em;
    line-height: 160%;
  }

  #bgfes h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.075em;
  }

  #bgfes h4 {
    border-left: 4px solid blue;
    border-image: linear-gradient(to bottom, #0092d8 0%, #1aac49 100%);
    border-image-slice: 1;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
  }

  #bgfes h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 2;
  }

  #bgfes small {
    font-size: 11px;
    text-align: left;
    line-height: 180%;
    font-weight: 400;
    color: #666;
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    margin-top: 10px;
  }

  #bgfes br.sp-only {
    display: none;
  }

/*---------- header ----------*/
.bgfes_top {
  padding: 20px;
  background-color: #fff;
}

.top-logo img{
  margin-left: 10px;
  width: 60%;
}


span.top-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}


span.top-logo:before {
  content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -3px 5px 0 0;
    background-size: contain;
    vertical-align: middle;
    background: url(https://qamedia.aws.locondo.jp/etc/bluguri/img/bg-logo.gif) no-repeat;ackground: url(https://qamedia.aws.locondo.jp/etc/bluguri/img/bg-logo.gif) no-repeat;
}

  
/*---------- Gnav ----------*/
.bgfes_gnav {
  width: 100%;
  background: #f4f7f8;
  display: flex;
  text-align: center;
  padding: 0 15px;
  height: 48px;
  line-height: 44px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#0092d8), to(#1aac49));
  background: -webkit-linear-gradient(left, #0092d8, #1aac49);
  background: linear-gradient(to right, #0092d8, #1aac49);
}

.bgfes_gnav>a {
  padding: 0 20px;
  display: inline-block;
  white-space: nowrap;
  font-family: 'NeuePlak', "lexend", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: .2s;
}

.bgfes_gnav>a:hover {
  background: rgb(255 255 255 / 20%);
}


  /*---------- button ----------*/
  :root {
    --blue: #0092d8;
    --green: #1aac49;
  }

  #bgfes .btn {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 50px;
    margin-top: 30px;
  }

  .btn-fill-wrap.soldout a { 
    background: gray;
}

  /*button_fill*/
  .btn-fill-wrap a {
    display: inline-block;
    padding: 1px;
    border-radius: 5px;
    background: var(--blue);
  }


  .btn-fill-wrap:hover {
    opacity: 0.6;
  }

  .btn-fill-wrap .btn-text {
    color: #fff;
    -webkit-text-fill-color: unset;
    text-align: center;
  }

  .btn-fill-wrap.insta .btn-text {
    color: #000;
    text-align: center;
    background-color: #fff;
  }

  .btn-fill-wrap.insta .btn-text:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background-size: contain;
    vertical-align: middle;
    background: url("https://qamedia.aws.locondo.jp/etc/bluguri/img/Instagram_Glyph_Gradient.svg") no-repeat;
  }

  .btn-fill-wrap.insta a {
    background-color: transparent
  }



  /*button_border*/
  .btn-border-wrap {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid var(--blue);
  }

  .btn-border-wrap:hover {
    opacity: 0.6;
  }

  .btn-border {
    color: #0092d8 !important;
    background: #fff;
  }

  a.btn-border {
    padding: 0 15px;
  }


  

  .btn-border .btn-text:hover {
    /* background: -webkit-gradient(linear, left top, right top, from(#0092d8), to(#1aac49));
    background: -webkit-linear-gradient(left, #0092d8, #1aac49);
    background: linear-gradient(to left, #0092d8, #1aac49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--blue) !important;
  }

  .btn-gray-small {
    font-size: 11px;
    padding: 10px;
    line-height: 1em;
    margin-top: 10px;
    background: none;
    font-weight: 700;
    background: #fff;
    color: #666;
    border: 1px solid #999;
    border-radius: 2px;
    transition: .5s;
  }

  /*---------- section ----------*/
  #bgfes section {
    width: 800px;
    margin: 0 auto 70px;
  }

  #bgfes section#kv {
    width: 100%;
    max-width: 1440px;
  }

  #bgfes section#about {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto;
  }

  section#mainStage {
    width: 900px;
  }

  #bgfes picture img {
    margin: auto;
  }

  #bgfes .PC_w690 {
    max-width: 690px;
    margin: auto;
  }

  /*---------- kv ----------*/
  #bgfes #kv .kv_image {
    display: flex;
    align-items: center;
    width: 100%;
    background: unset;
    justify-content: center;
  }

  

  /*---------- about ----------*/
  .about_contents {
    display: flex;
    justify-content: space-between;
  }

  .about_img01 {
    width: 357px;
    padding: 0 30px;
    object-fit: contain;
  }

  .about_img02 {
    width: 362px;
    padding: 0 30px;
    object-fit: contain;
  }

  .concept_title {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    background: linear-gradient(to right, #0092d8, #1aac49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
  }

  .concept_text {
    line-height: inherit;
  }

  /*---------- ticket ----------*/
  section#ticket {
    background: #f4f7f8;
    width: 100%;
    padding: 50px 0 !important;
  }

  .ticket_contentsWrap {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
  }

  .ticket_contents#goods_wear,
  .ticket_contents#goods_towel,
  .ticket_contents#ticketOnly {
    margin-top: 40px;
    border-top: 1px dotted #999999;
    padding: 40px 0 0;
  }

  .ticket_image {
    display: block;
    margin-bottom: 30px;
  }

  ul.ticketList {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 40px;
    margin: 20px auto 0;
  }

  .ticketList li a {
    color: #000;
  }

  .ticket-commodityName {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .ticket-price {
    font-size: 12px;
    line-height: 100%;
  }

  /*---------- information ----------*/

  .reebok_mailMagazine {
    width: 100%;
    margin: auto;
    background: #f4f7f8;
    padding: 40px 0;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .information_contents>p {
    margin-bottom: 30px;
    text-align: center;
  }

  .reebok_mailMagazine>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
  }

  .information_contents span {
    text-align: center;
    display: block;
  }

 

  .charity {
    margin: 40px auto 0;
    padding: 40px 0;
    border-top: 1px dotted #999;
  }

  ul.charityList {
    display: flex;
    gap: 30px;
    justify-content: center;
  }

  .charityList p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .sponsor {
    text-align: center;
    margin: auto;
    border-top: 1px dotted #999;
    padding-top: 30px;
  }

  img.sponsor_logo {
    width: 150px;
  }

  ul.sponsorList {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 30px auto;
    align-items: center;
  }

  /*---------- access ----------*/

  /*Google Map*/
  #bgfes iframe {
    width: 100%;
    aspect-ratio: 16/9;
    /* アスペクト比（縦横比）を指定*/
  }

  .access_googlemap {
    margin-bottom: 40px;
  }

  .access_contentsWrap {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  #bgfes .access_contentsWrap p {
    text-align: left;
  }

  .access_how {
    width: 46%;
  }

  .access_root {
    margin-bottom: 20px
  }

  .access_root:last-of-type {
    margin-bottom: 0;
  }

  .access_root>p {
    font-size: 14px;
    line-height: 200%;
  }

  .access_note {
    padding: 15px;
    font-size: 13px;
    line-height: 160%;
    /* border: 1px dotted #999; */
    margin-top: 15px;
    background: #f4f7f8;
  }

  .modal-media-image {
    width: 100%;
    max-width: 550px;
  }

  /*----------  mainStage  ----------*/
  .mainStage_lineUp {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }

  .mainStage_lineUp li {
    width: calc((100% - 30px)/3);
    margin-bottom: 40px;
  }

  /* .mainStage_lineUp li:nth-last-child(-n+2) {
    margin-bottom: 0;
  } */

  .mainStage_lineUp li a {
    overflow: hidden;
    object-fit: cover;
    display: block;
  }

  .mainStage_lineUp li a .lineUP_img {
    transition: .3s;
  }

  .mainStage_lineUp li a .lineUP_img:hover {
    transform: scale(1.05);
    cursor: pointer;
  }

  .lineUP_label {
    background: linear-gradient(to right, #0092d8, #1aac49);
    color: #fff;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
  }

  .lineUP_name {
    font-size: 13px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 10px;
  }

  .lineUp_modal h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
  }

  .lineUp_modal h4 {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px dotted;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .lineUp_modal li {
    margin-right: 20px;
  }

  .lineUp_modal li a {
    display: inline-block;
    transition: .2s;
    line-height: 36px;
    color: #000;
    font-size: 12px;
  }



  .lineUp_modal li a:hover,
  .uk-modal-close:hover {
    opacity: 0.5;
  }

  .lineUp_modal .lineUP_textbox {
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.05em;
  }

  .btn-fill-wrap .twitter:before,
  .lineUp_modal .twitter:before {
    content: '𝕏';
    display: inline-block;
    font-family: unset;
    font-size: 18px;
    width: 20px;
    font-weight: bold;
    text-align: center;
  }

  .artist_linkWrap {
    border-bottom: 1px dotted;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  ul.artist_link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .lineUp_modal .artist_link_btn {
    padding: 0 20px;
    border: 1px solid;
    border-radius: 4px;
    margin: 0;
    width: 180px;
    text-align: center;
    color: #000;
    text-decoration: none;
  }

  .uk-modal-body {
    padding: 40px 30px;
  }

  .uk-modal-footer {
    border: none;
    padding: 0px 20px 40px 20px;
  }

  .uk-modal-close {
    border: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    color: #444;
    background: unset;
    border-radius: 4px;
  }

  /*---------- subStage ----------*/

  .subStage_sponsor {
    margin-top: 20px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .shopList_contentsWrap {
    margin: 30px auto;
  }

  ol.shopList {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 690px;
    margin: auto;
    padding: 25px 0;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
  }

  .shopList ::marker {
    line-height: 150%
  }

  .shopList li {
    width: 45%;
    list-style-position: inherit;
    padding: 15px;
    border-radius: 4px;
  }

  .shop_name {
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 10px;
  }

  .shop_menu {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #666;
  }

  /*---------- specialContents ----------*/
  .speecialContents_1 {
    margin-bottom: 50px;
  }

  span.tag_special {
    display: inline-block;
    background: var(--green);
    color: #fff;
    font-size: 13px;
    line-height: 2em;
    padding: 0 10px;
    vertical-align: text-bottom;
    margin-right: 10px;
  }

  /*---------- areaMap ----------*/

  .areaPhoto {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }

  .areaPhoto img {
    width: 24.5%;
  }

  /*---------- notice ----------*/
  .notice_contentsWrap {
    text-align: left;
    line-height: 180%;
  }

  .notice_contentsWrap>div {
    margin: 40px auto;
    font-size: 13px;
  }

  .notice_contentsWrap p {
    text-indent: -1em;
    padding-left: 1em;
    color: #444;
    text-align: justify;
  }

  .notice_contentsWrap p:before {
    content: "・";
  }

  #notice ul.anchorList {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  #notice li {
    width: 200px;
  }

  #notice li .btn {
    width: 100%;
    /* border: 1px solid #aaa; */
    height: 44px;
    line-height: 40px;
    margin-top: 0;
  }

  #notice .btn-text {
    /* color: #888; */
    font-size: 13px;
  }


  #bgfes p.shop_menu,
  #bgfes p.shop_name {
    text-align: left;
  }

  #bgfes .notice_contentsWrap h5 {
    text-align: left;
  }
  
  #bgfes .notice_contentsWrap p {
    text-align: left;
  }
  

  /*---------- footer ----------*/
  .bg_footer {
    background-color: #000;
  }


  .bg_footer-inner p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-top: 30px;
  }

  .bgfes_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }

  .socialmedia {
    list-style: none;
    display: flex;
    text-align: center;
    width: 30%;
    justify-content: space-between;
  }

  .bgfes_footer-copyright {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  

  .bgfes_footer-copyright p {
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-top: 40px;
  }

  /*--------------------
  PC
  --------------------*/
  @media screen and (min-width: 768px) {

    .top-logo img {
      width: 280px;
  }

  #bgfes_bg span {
    text-align: center!important;
  }

   /*button_fill*/
   .btn-fill-wrap a {
    display: inline-block;
    padding: 1px;
    border-radius: 5px;
    background: var(--blue);
    width:30%;
    text-align:center;
  }

  .btn-fill .btn-text {
    display: inline-block;
    text-align: center;
    width: 80%;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}



  /*------instagram ------*/

  .btn-fill-wrap.insta .btn-text {
    border: 1px solid #eb9cab;
    border-radius: 4px;
    background-color: #fff;
}

  #instagram_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

#instagram_wrap li {
  width: calc(100%/6);
  padding: 2px;
}


#instagram_wrap li img {
  object-fit: cover;
  width:100%;
  height:100%;
}

.insta-section {
  width: 100%!important;
  max-width: 1440px!important;
}

#bgfes h3,#bgfes h5 {
  text-align: center!important;
}

}



  /*--------------------
  SP
  --------------------*/

  @media screen and (max-width: 768px) {

    nav.gNav {
      margin-bottom: 0;
    }

    #bgfes_bg {
      padding: unset;
      background: unset;
    }

    #bgfes {
      width: 100%;
      font-size: 14px;
    }

    #bgfes h2 {
      font-size: 38px;
      margin-bottom: 40px;
    }

    #bgfes h3 {
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 140%;
      background: none;
      padding: unset;
      text-align: center;
    }

    #bgfes h4 {
      margin-bottom: 20px;
      padding-bottom: 10px;
    }

    #bgfes h5 {
      text-align: center;
    }

    #bgfes br.sp-only {
      display: inline-block;
    }

    /*---------- section ----------*/
    #bgfes section {
      width: 100%;
      padding: 0 15px;
      margin-bottom: 60px;
    }

    #bgfes section#kv,
    #bgfes section#about {
      width: 100%;
      padding: unset;
      margin: 0 auto;
    }

    #bgfes section#about {
      margin: 40px auto;
    }

    #bgfes .PC_w690 {
      /* max-width: -webkit-fill-available;
      margin: 0 -15px; */
      max-width: 100%;
    }

    /*---------- Gnav ----------*/
    .bgfes_gnav {
      text-align: left;
      height: 40px;
      line-height: 36px;
      display: flex;
      padding: 0;
      justify-content: flex-start;
      overflow-x: scroll;
    }

    .bgfes_gnav>a {
      font-size: 13px;
      padding: 0 12px;
    }

    /*---------- button ----------*/

    #bgfes .btn a {
      width: 100%;
      margin-top: 20px;
      text-align:center;
    }

    #bgfes .btn.insta {
      margin-top: 0;
    }



    /*---------- about ----------*/
    .about_contents {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .about_concept {
      order: 3;
      padding: 30px 0;
    }

    .about_img01 {
      width: 55%;
      padding: 0;
      margin: -30% auto 0 0;
      order: 2;
    }

    .about_img02 {
      width: 50%;
      padding: 0;
      margin: 0 0 0 auto;
      order: 1;
    }

     /*---------- instagram ----------*/
     #instagram_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  
  #instagram_wrap li {
    width: calc((100vw - 30px)/2);
    height: calc((100vw - 30px)/2);
    padding: 2px;
  }
  
  #instagram_wrap li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .lc-u-pb-60 {
    background-color: #e2f2ed;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    }

    .btn-fill-wrap.insta a {
      background-color: #fff;
      width: 100%!important;
  }
   

    /*---------- ticket ----------*/
    .ticket_contentsWrap {
      width: 100%;
      padding: 30px 15px;
    }

    ul.ticketList {
      gap: 20px;
      margin: 20px auto;
    }

    .infoText {
      font-size: 13px;
      line-height: 200%;
      text-align: unset;
    }

    /*---------- areaMap ----------*/
    .areaPhoto {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      align-items: center;
      flex-wrap: wrap;
      row-gap: 3px;
    }

    .areaPhoto img {
      width: 49.5%;
    }

    /*---------- information ----------*/
    #information {
      width: 100%;
    }

    .information_contents>p {
      margin-bottom: 20px;
    }

    .information_contents span {
      line-height: 200%;
    }

    .charity {
      padding: 30px 0 0;
    }

    ul.charityList {
      display: flex;
      flex-direction: column;
      gap: 0px;
      margin-top: 0;
    }

    .reebok_mailMagazine {
      padding: 30px 15px;
    }

    /*---------- mainStage ----------*/

    section#mainStage {
      width: 100%;
      padding: 0;
    }

    .mainStage_lineUp {
      gap: unset;
    }

    .mainStage_lineUp li {
      width: 100%;
      margin-bottom: 30px;
      padding: 0 15px;
    }

    .lineUp_modal li {
      margin-right: 15px;
      vertical-align: middle;
    }

    .lineUp_modal li a {
      width: 100%;
    }

    .openingAct {
      display: flex;
      padding: 50px 0 0;
      gap: 4%;
    }

    .openingAct>p {
      padding: 0;
      line-height: 180%;
      width: 100%;
      margin: 0;
    }

    .openingAct img {
      width: 48%;
      margin: 0;
    }

    /*---------- subStage ----------*/

    #subStage picture {
      display: block;
    }

    ol.shopList {
      width: 100%;
      font-size: 13px;
      padding: 15px;
      text-align: left;
    }

    .shopList li {
      padding: 0;
      flex-direction: column;
      width: 44%;
      margin-bottom: 20px;
      list-style-position: initial;
    }

    .shop_name {
      font-size: 12px;
    }

    .shop_menu {
      font-size: 11px;
    }

    /*---------- information ----------*/

    ul.sponsorList {
      gap: 10%;
      margin: 20px 15px 30px 15px;
    }

    .sponsorList li {
      width: 40%;
    }

    img.sponsor_logo {
      width: 100%;
    }

    /*---------- access ----------*/
    .access_contentsWrap {
      display: flex;
      flex-direction: column;
      padding: 15px 0;
    }

    .access_how {
      width: 100%;
      margin-bottom: 40px;
    }

    .access_how:last-of-type {
      margin-bottom: 0;
    }

    /*---------- notice ----------*/
    #notice ul.anchorList {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-between;
    }

    #notice li {
      width: 48%;
    }

    .notice_contentsWrap p {
      font-size: 12px;
      line-height: 180%;
      margin-bottom: 8px;
      color: #444;
      padding-left: 10px;
    }
  }