@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 12px;
  line-height: 1.5;
}

html body {
  /* 基本のフォントを16px、NotoSans */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.75)), color-stop(75%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0))), repeating-linear-gradient(-45deg, rgba(204, 204, 204, 0.3), rgba(204, 204, 204, 0.3) 6px, rgba(241, 241, 241, 0.3) 0, rgba(241, 241, 241, 0.3) 12px), url(../img/bg_concrete.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%), repeating-linear-gradient(-45deg, rgba(204, 204, 204, 0.3), rgba(204, 204, 204, 0.3) 6px, rgba(241, 241, 241, 0.3) 0, rgba(241, 241, 241, 0.3) 12px), url(../img/bg_concrete.jpg);
  color: #333;
  font-family: YakuHanJPs,'Noto Sans Japanese', sans-serif;
  text-rendering: optimizeLegibility;
  background-size: contain;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

/*--------------------
共通設定
--------------------*/
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #09f;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

section.container {
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 10px 30px;
}

section.container .wrap {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 8px;
}

.attention {
  color: #f20;
  font-weight: bold;
}

/*--------------------
TOPへ戻るボタン
--------------------*/
.c-page_top {
  width: 55px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  cursor: pointer;
}

.c-page_top__inner {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #555;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-page_top__inner:hover {
  background-color: #FF0044;
  opacity: 1;
}

/*--------------------
header
--------------------*/
header {
  margin-top: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header a {
  display: block;
  width: 40%;
  max-width: 250px;
}

/*--------------------
top
--------------------*/
#top {
  padding: 0 10px;
}

#top .wrap .img {
  max-width: 1280px;
  margin: 0 auto;
}

#top .wrap .top_text__wrap {
  margin-top: 2rem;
}

#top .wrap .top_text__wrap p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #150c3b;
}

#top .wrap .top_text__wrap p:not(:last-of-type) {
  margin-bottom: 1rem;
}

#top .wrap .top_text__wrap p span {
  display: inline-block;
}

#top .wrap .top_text__wrap p strong {
  font-size: 1.5rem;
}

#top .wrap .top_text__wrap p .red {
  color: #f20;
}

#top .wrap .top_text__wrap p br.pc {
  display: none;
}

#top .wrap .top_text__wrap p.btn a {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #150C3B;
  background-color: #150C3B;
  border-radius: 50px;
  line-height: 1.3rem;
}

#top .wrap .top_text__wrap p.btn a span {
  font-weight: bold;
  color: #fff;
}

#top .wrap .top_text__wrap p.btn a span:first-of-type {
  font-size: 1.3rem;
  padding-bottom: 4px;
}

#top .wrap .top_text__wrap p.btn a span:nth-of-type(2) {
  font-size: 0.7rem;
}

#top .wrap .top_text__wrap .catch {
  border: 3px solid #150c3b;
}

#top .wrap .top_text__wrap .catch .head {
  margin-bottom: 0;
  background: #150c3b;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 1.3rem;
}

#top .wrap .top_text__wrap .catch .txt {
  padding: 0.5rem;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  #top .wrap .top_text__wrap {
    margin-top: 3rem;
  }
  #top .wrap .top_text__wrap p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  #top .wrap .top_text__wrap p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  #top .wrap .top_text__wrap p strong {
    font-size: 2.5rem;
  }
  #top .wrap .top_text__wrap p br.pc {
    display: inline;
  }
  #top .wrap .top_text__wrap p.btn {
    max-width: 600px;
    margin: 0 auto;
  }
  #top .wrap .top_text__wrap p.btn a {
    line-height: 1.6rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #top .wrap .top_text__wrap p.btn a:hover {
    background-color: #fff;
  }
  #top .wrap .top_text__wrap p.btn a:hover span {
    color: #150C3B;
  }
  #top .wrap .top_text__wrap p.btn a span:first-of-type {
    font-size: 1.6rem;
    padding-bottom: 4px;
  }
  #top .wrap .top_text__wrap p.btn a span:nth-of-type(2) {
    font-size: 0.8rem;
  }
  #top .wrap .top_text__wrap .catch .head {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  #top .wrap .top_text__wrap .catch .txt {
    padding: 20px 0;
  }
}

/*--------------------
ブース情報共通
--------------------*/
.booth_info {
  padding: 20px 0;
}

.booth_info#nijigen_cospa {
  background-color: #0099FF;
}

.booth_info#geestore {
  background-color: #FF6600;
}

.booth_info#noitamina {
  background-color: #1daa5c;
}

.booth_info#tbs {
  background-color: #0050FF;
}

.booth_info#bbshop {
  background-color: #f35a4b;
}

.booth_info .wrap .booth_info_head {
  display: grid;
  grid-template-columns: auto 30% 30%;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .booth_info .wrap .booth_info_head {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.booth_info .wrap .booth_info_head .booth_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.booth_info .wrap .booth_info_head .booth_name .name {
  font-size: 1.5rem;
  font-weight: bold;
}

.booth_info .wrap .booth_info_head .btn {
  margin-top: 10px;
  padding: 4px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px;
      grid-template-columns: 1fr 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  border-radius: 6px;
}

.booth_info .wrap .booth_info_head .btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booth_info .wrap .booth_info_head .btn p.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  padding: 1rem;
  border-left: 2px dashed #000;
}

.booth_info .wrap .booth_info_head .btn.twitter {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  border-color: #fff;
}
.booth_info .wrap .booth_info_head .btn.twitter p.icon {
  border-left: 2px dashed #fff;
}

.booth_info .wrap .booth_info_head .btn.twitter > a {
  width: 100%;
  margin: 4px auto;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px;
      grid-template-columns: 1fr 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.booth_info .wrap .booth_info_head .btn.twitter > a .twitter_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.booth_info .wrap .booth_info_head .btn.twitter > a .twitter_right p {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.booth_info .wrap .booth_info_head .btn.twitter > a .twitter_right p span {
  display: inline-block;
}

.booth_info .wrap .booth_info_head .btn.twitter > a .twitter_right svg {
  width: 30px;
  height: 30px;
}

.booth_info .wrap .booth_info_head .btn.twitter > a .twitter_right svg path {
  fill: #fff;
}

.booth_info .wrap .booth_info_head .btn.campaign {
  font-weight: bold;
  background-color: #ffd700;
}

.booth_info .wrap .booth_info_head .btn.campaign p {
  color: #000;
}

.booth_info .wrap .booth_info_head .btn.menu {
  font-weight: bold;
  background-color: #ff87C5;
}

.booth_info .wrap .booth_info_head .btn.menu p {
  color: #000;
}

.booth_info .wrap .booth_info_head .btn.pre {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.booth_info .wrap .booth_info_head .btn.pre::after {
  content: "Comming soon";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.booth_info .wrap .booth_info_head .btn.pre:hover p img {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.booth_info .wrap .title_list .list_change {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booth_info .wrap .title_list .list_change p {
  font-weight: bold;
  color: #fff;
}

.booth_info .wrap .title_list .list_change ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}

.booth_info .wrap .title_list .list_change ul li {
  max-width: 38px;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 2px;
}

.booth_info .wrap .title_list > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.booth_info .wrap .title_list > ul.list2x2 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.booth_info .wrap .title_list > ul.list3x3 {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.booth_info .wrap .title_list > ul.list4x4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 768px) {
  .booth_info {
    padding: 20px 0;
  }
  .booth_info .wrap .booth_info_head .booth_name {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 0;
  }
  .booth_info .wrap .booth_info_head .booth_name .name {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .booth_info .wrap .booth_info_head .btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    cursor: pointer;
    font-size: 0.9rem;
  }
  .booth_info .wrap .booth_info_head .btn p img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .booth_info .wrap .booth_info_head .btn.twitter > a .twitter_right p {
    font-size: 0.9rem;
  }
  .booth_info .wrap .booth_info_head .btn:hover p img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .booth_info .wrap .booth_info_head .btn:hover p, .booth_info .wrap .booth_info_head .btn:hover a {
    text-decoration: underline;
  }
  .booth_info .wrap .title_list .list_change {
    display: none;
  }
  .booth_info .wrap .title_list > ul.list2x2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .booth_info .wrap .title_list > ul.list3x3 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .booth_info .wrap .title_list > ul.list4x4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .booth_info .wrap .title_list > ul li {
    overflow: hidden;
    cursor: pointer;
  }
  .booth_info .wrap .title_list > ul li img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .booth_info .wrap .title_list > ul li.no-zoom {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .booth_info .wrap .title_list > ul li.no-zoom:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .booth_info .wrap .title_list > ul li.no-zoom:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 600px) {
  .booth_info .wrap .title_list > ul {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .booth_info .wrap .title_list > ul {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .booth_info {
    padding: 20px 0;
  }
}

/*--------------------
モーダルのデザイン
--------------------*/
.modal {
  display: none;
}

.modal.is_open {
  display: block;
}

.modal .modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal_overlay .modal_close--btn {
  margin: 0 10px;
  max-width: 1280px;
  position: absolute;
  top: 1.5vh;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.modal .modal_overlay .modal_close--btn p {
  font-size: 6vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.5;
  font-weight: bold;
  text-align: right;
}

.modal .modal_overlay .modal_container {
  max-width: 1280px;
  width: 98%;
  max-height: 80vh;
  margin: 0 10px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
  border-radius: 4px;
  overflow-y: auto;
  position: relative;
}

.modal .modal_overlay .modal_container .title_wrap {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
      grid-template-columns: 30% 1fr;
  gap: 10px;
}

.modal .modal_overlay .modal_container .title_wrap .img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: 1px solid #ccc;
}

.modal .modal_overlay .modal_container .title_wrap .name {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.modal .modal_overlay .modal_container .title_wrap .name h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

.modal .modal_overlay .modal_container .title_wrap .name .copy {
  font-size: 0.8rem;
}

.modal .modal_overlay .modal_container #nijigen_campaign,
.modal .modal_overlay .modal_container #geestore_campaign,
.modal .modal_overlay .modal_container .sale,
.modal .modal_overlay .modal_container #fin_content {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.modal .modal_overlay .modal_container #nijigen_campaign h3,
.modal .modal_overlay .modal_container #geestore_campaign h3,
.modal .modal_overlay .modal_container .sale h3,
.modal .modal_overlay .modal_container #fin_content h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.modal .modal_overlay .modal_container #nijigen_campaign h4,
.modal .modal_overlay .modal_container #geestore_campaign h4,
.modal .modal_overlay .modal_container .sale h4,
.modal .modal_overlay .modal_container #fin_content h4 {
  margin-bottom: 20px;
  padding: 0.6rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #150c3b;
  color: #fff;
  border-radius: 2px;
}

.modal .modal_overlay .modal_container #nijigen_campaign p,
.modal .modal_overlay .modal_container #geestore_campaign p,
.modal .modal_overlay .modal_container .sale p,
.modal .modal_overlay .modal_container #fin_content p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.modal .modal_overlay .modal_container #nijigen_campaign p span,
.modal .modal_overlay .modal_container #geestore_campaign p span,
.modal .modal_overlay .modal_container .sale p span,
.modal .modal_overlay .modal_container #fin_content p span {
  display: inline-block;
}

.modal .modal_overlay .modal_container #nijigen_campaign dl,
.modal .modal_overlay .modal_container #geestore_campaign dl,
.modal .modal_overlay .modal_container .sale dl,
.modal .modal_overlay .modal_container #fin_content dl {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.modal .modal_overlay .modal_container #nijigen_campaign dl dt,
.modal .modal_overlay .modal_container #geestore_campaign dl dt,
.modal .modal_overlay .modal_container .sale dl dt,
.modal .modal_overlay .modal_container #fin_content dl dt {
  font-size: 1.6rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #150c3b;
}

.modal .modal_overlay .modal_container #nijigen_campaign dl dd:not(:last-of-type),
.modal .modal_overlay .modal_container #geestore_campaign dl dd:not(:last-of-type),
.modal .modal_overlay .modal_container .sale dl dd:not(:last-of-type),
.modal .modal_overlay .modal_container #fin_content dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}

.modal .modal_overlay .modal_container #nijigen_campaign dl dd a,
.modal .modal_overlay .modal_container #geestore_campaign dl dd a,
.modal .modal_overlay .modal_container .sale dl dd a,
.modal .modal_overlay .modal_container #fin_content dl dd a {
  word-break: break-word;
}

.modal .modal_overlay .modal_container #nijigen_campaign dl.prize dd,
.modal .modal_overlay .modal_container #geestore_campaign dl.prize dd,
.modal .modal_overlay .modal_container .sale dl.prize dd,
.modal .modal_overlay .modal_container #fin_content dl.prize dd {
  font-weight: bold;
}

.modal .modal_overlay .modal_container .sale {
  font: 1.2rem;
  font-weight: bold;
}

.modal .modal_overlay .modal_container #fin_content {
  padding: 1rem;
  margin-bottom: 20px;
  border: 4px solid #150C3B;
  border-radius: 4px;
}

.modal .modal_overlay .modal_container #fin_content p:last-of-type {
  margin-bottom: 0;
}

.modal .modal_overlay .modal_container #fin_content .fin_btn a {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #150C3B;
  background-color: #150C3B;
  border-radius: 50px;
  line-height: 1.6rem;
}

.modal .modal_overlay .modal_container #fin_content .fin_btn a span {
  font-weight: bold;
  color: #fff;
}

.modal .modal_overlay .modal_container #fin_content .fin_btn a span:first-of-type {
  font-size: 1.6rem;
  padding-bottom: 4px;
}

.modal .modal_overlay .modal_container #fin_content .fin_btn a span:nth-of-type(2) {
  font-size: 0.85rem;
}

.modal .modal_overlay .modal_container .goods_list {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.modal .modal_overlay .modal_container .goods_list .goods_item {
  padding: 0;
  border: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.modal .modal_overlay .modal_container .goods_list .goods_item .img {
  border: none !important;
}

.modal .modal_overlay .modal_container .goods_list .goods_item .img a:focus {
  outline: none;
}

.modal .modal_overlay .modal_container .goods_list .goods_item .cat.gentei span {
  background-color: #f20;
  border: 2px solid #f20;
}

.modal .modal_overlay .modal_container .goods_list .goods_item .cat.senkou span {
  background-color: #02f;
  border: 2px solid #02f;
}

.modal .modal_overlay .modal_container .goods_list .goods_item .name {
  font-weight: bold;
  padding: 0 .5rem;
  line-height: 1.2;
}

.modal .modal_overlay .modal_container .goods_list .goods_item .size {
  color: #6c6c6c;
  padding: 0 .5rem;
  font-size: .8rem;
}
.modal .modal_overlay .modal_container .goods_list .goods_item .size span {
  border: 1px solid #ccc;
  padding: 0 5px;
  margin-right: 4px;
  font-size: .8rem;
  border-radius: 2px;
}
.modal .modal_overlay .modal_container .goods_list .goods_item .size span:first-child {
  margin-left: 2px;
}

.modal .modal_overlay .modal_container .goods_list .goods_item .price {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: auto;
  text-align: right;
  background: #f0f0f0;
  padding: 0.2rem .5rem;
}

.modal .modal_overlay .modal_container .goods_list .goods_item .price .tax {
  font-size: 70%;
}

.modal .modal_overlay .modal_container .modal_close {
  padding: 1.5rem 0;
  width: 100%;
  display: block;
  border-radius: 4px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.modal .modal_overlay .modal_container .modal_close[data-shop="nijigen"] {
  background-color: #0099FF;
}

.modal .modal_overlay .modal_container .modal_close[data-shop="geestore"] {
  background-color: #FF6600;
}

.modal .modal_overlay .modal_container .modal_close[data-shop="noitamina"] {
  background-color: #1daa5c;
}

.modal .modal_overlay .modal_container .modal_close[data-shop="tbs"] {
  background-color: #0050FF;
}

.modal .modal_overlay .modal_container .modal_close[data-shop="bbshop"] {
  background-color: #f35a4b;
}

@media screen and (min-width: 768px) {
  .modal {
    display: none;
  }
  .modal .modal_overlay {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .modal .modal_overlay .modal_close--btn {
    display: none;
  }
  .modal .modal_overlay .modal_container {
    width: 98%;
    max-height: 90vh;
    margin: 0 10px;
    padding: 20px;
  }
  .modal .modal_overlay .modal_container #nijigen_campaign dl.prize dd,
  .modal .modal_overlay .modal_container #geestore_campaign dl.prize dd {
    font-size: 1.6rem;
  }
  .modal .modal_overlay .modal_container #fin_content {
    padding: 2rem;
  }
  .modal .modal_overlay .modal_container #fin_content p {
    margin-bottom: 40px;
  }
  .modal .modal_overlay .modal_container #fin_content .fin_btn a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .modal .modal_overlay .modal_container #fin_content .fin_btn a:hover {
    background-color: #fff;
  }
  .modal .modal_overlay .modal_container #fin_content .fin_btn a:hover span {
    color: #150C3B;
  }
  .modal .modal_overlay .modal_container .title_wrap {
    -ms-grid-columns: 10% 1fr;
        grid-template-columns: 10% 1fr;
  }
  .modal .modal_overlay .modal_container .title_wrap .name {
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .modal .modal_overlay .modal_container .title_wrap .name h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
  }
  .modal .modal_overlay .modal_container .title_wrap .name .copy {
    font-size: 0.8rem;
  }
  .modal .modal_overlay .modal_container .goods_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .modal .modal_overlay .modal_container .goods_list .goods_item .price {
    font-size: 1.4rem;
  }
  .modal .modal_overlay .modal_container .modal_close {
    max-width: 640px;
    margin: 0 auto;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .modal .modal_overlay .modal_container .goods_list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.modal[aria-hidden="false"] .modal_overlay {
  -webkit-animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.modal[aria-hidden="false"] .modal_container {
  -webkit-animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.modal[aria-hidden="true"] .modal_overlay {
  -webkit-animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.modal[aria-hidden="true"] .modal_container {
  -webkit-animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

/* Animation */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

/*--------------------
開催概要
--------------------*/
#about {
  padding-top: 0;
  padding-bottom: 0;
}

#about .wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 40px;
}

#about .wrap > div {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
  border-radius: 4px;
}

#about .wrap .about__left {
  padding: 20px;
}

#about .wrap .about__left h2 {
  margin-bottom: 1rem;
  background: #150c3b;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

#about .wrap .about__left h2:not(:first-of-type) {
  margin-top: 1rem;
}

#about .wrap .about__left h2::before, #about .wrap .about__left h2::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 2px 0;
  height: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#about .wrap .about__left table {
  display: block;
  margin-top: 1rem;
  padding: 1rem;
  border-collapse: collapse;
  border-radius: 4px;
  background: #f7f7f7;
}

#about .wrap .about__left table tbody {
  display: block;
  width: 100%;
}

#about .wrap .about__left table tbody tr {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 35% 1fr;
      grid-template-columns: 35% 1fr;
  border-bottom: 1px dotted #aaa;
}

#about .wrap .about__left table tbody tr:first-of-type {
  border-top: 1px dotted #aaa;
}

#about .wrap .about__left table tbody tr th {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: left;
}

#about .wrap .about__left table tbody tr td {
  padding: 1rem 0;
}

#about .wrap .about__left table tbody tr td p:not(:last-of-type) {
  margin-bottom: 1rem;
}

#about .wrap .about__left table tbody tr td span {
  display: inline-block;
}

#about .wrap .about__right iframe {
  vertical-align: bottom;
}

/*
@media screen and (min-width: 768px) {
  #about .wrap {
    padding: 0;
    -ms-grid-columns: 70% 1fr;
        grid-template-columns: 70% 1fr;
    gap: 20px;
    gap: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
*/

/*--------------------
SNS
--------------------*/
#sns {
  padding-top: 0;
  padding-bottom: 0;
}

.c-sociallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 5px;
}

.c-sociallist__item {
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 10px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-sociallist__item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.c-sociallist__item > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-sociallist__item > a > svg {
  height: 60%;
  width: 60%;
  margin: 0;
  padding: 0;
}

.c-sociallist__item > a > svg > path {
  fill: #FFF;
}

/*--------------------
footer
--------------------*/
footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.125);
}

footer p {
  margin: 0;
  text-align: center;
}

footer .wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
}
