@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');
/* ===================================================================
各展覧会ごとのスタイル
=================================================================== */

html,body {
  position: relative;
  font-family: YakuHanRP,'Zen Maru Gothic', sans-serif;
  font-size: clamp(16px, 2vw, 21px);
  color: #28281e;
  font-weight: 700;
  width: 100%;
  background: none;
  line-height: 1.6;
  z-index: -1;
  background: url(../img/bg.png)repeat,#f0e1c8;
  background-size: 576px;
  background-position: center top;
}

body::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../img/bg-tb.png)repeat-x;
  background-size: contain;
  background-position: center top;
  width: 100%;
  height: 100px;
  z-index: -2;
}
body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: url(../img/bg-tb.png)repeat-x;
  background-size: contain;
  background-position: center top;
  transform: rotate(180deg);
  width: 100%;
  height: 100px;
  z-index: -2;
}


p {
  margin: 0;
  text-align: center;
  word-break: break-all;
}
p span {
  display: inline-block;
}

a,
a:visited,
a:active {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: #e60082;
}
img {
  width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.header_gee_logo {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 10px;
  max-width: 150px;
  width: 10%;
  height: 50px;
  transition: all .5s;
  z-index: 9999;
}
.header_gee_logo>a {
  line-height: 0;
  /*filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);*/
}

main {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

footer {
  width: 100%;
  padding: 1em 1em 1.5em;
  font-size: 12px;
  background:none;
}
footer>p {
  text-align: center;
  margin: 1em 0 0;
}

.mainSec{
  position: relative;
  margin: 2em auto;
  padding: 2em 1em;
  max-width: 1024px;
  width: 96%;
  background: rgba(255,255,255,.3);
  border-radius: 30px;
  border: 2px solid #fcf2e2;
  text-align: center;
}
.max-1200 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1em .5em;
  /*background: rgba(0,0,0,.1);*/
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : none;
  position: fixed;
  z-index : 999;
  right : 0;
  top   : 0;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  transform: translate3d(0,0,30px);
  background: none;
}
.hamburger::before {
  content: '';
  display: block;
  background: #ba9632;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 20px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 50%;
  margin: 0 auto;
  height: 3px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 28%;
}
.hamburger span:nth-child(2) {
  top: 45%;
  opacity: 1;
}
.hamburger span:nth-child(3) {
  top: 63%;
}
.hamburger p {
  position: absolute;
  display: block;
  top: -10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 0 #8c5014, -1px -1px 0 #8c5014, -1px 1px 0 #8c5014, 1px -1px 0 #8c5014,0px 1px 0 #8c5014, 0-1px 0 #8c5014, -1px 0 0 #8c5014, 1px 0 0 #8c5014;
  font-size: 21px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 45%;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 45%;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


nav.globalMenuSp {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 990;
  top: 0;
  left: 0;
  text-align: center;
  transition: all 0.6s;
  width: 100%;
  height: 50px;
  background: none;
  background-size: 100%;
  background-position: center;
  opacity: 1;
}

nav.globalMenuSp ul {
  display: flex;
  margin: 0 10px 0 0;
  padding: 0;
  width: 100%;
  height: 40px;
  background: none;
  color: #fff;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
}

nav.globalMenuSp ul li {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav.globalMenuSp ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  background: #e60082;
  padding: 0 10px;
  margin: 0 5px;
  height: 40px;
  border-radius: 0 0 10px 10px;
  box-shadow: 1px 1px 2px #3c2800;
}
nav.globalMenuSp ul li a:hover{
  color: #fff;
  background: #ba9632;
}

nav.globalMenuSp ul li.title_logo {
  display: none;
  width: 200px;
  margin: 0 auto 1em;
  border: none;
}
nav.globalMenuSp ul li.title_logo:hover {
  background: none;
}
.globalMenuSp span{
  font-size: 80%;
  font-weight: 500;
  padding-left: 0.5em;
}

h1 {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 20px auto 0;
}

@media screen and (max-width: 1023px),(orientation: portrait) {
  nav.globalMenuSp {
    transform: translateX(100%);
    height: 100%;
    border-bottom: none;
    background-size: 100%;
    background-position: center;
    justify-content: center;
    align-items: center;
    background: url(../img/bg.png)repeat,#f0e1c8;
    background-size: 576px;
    background-position: center top;
  }
  nav.globalMenuSp.active {
    transform: translate3d(0,0,20px);
  }
  .hamburger {
    display: block;
    width : 50px;
    height: 50px;
  }
  .hamburger::before {
    width: 50px;
    height: 50px;
  }
  .hamburger p {
    font-size: 14px;
  }
  .header_gee_logo {
    width: 20%;
    top: 8px;
    align-items: flex-start;
  }
  .header_gee_logo.in {
    width: 20%;
  }
  nav.globalMenuSp ul {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  nav.globalMenuSp ul li {
    width: 100%;
  }
  nav.globalMenuSp ul li a {
    padding: 0;
    font-size: 1.2em;
    margin: 8px 0;
    border-radius: 10px;
  }
  nav.globalMenuSp ul li.title_logo {
    display: block;
    filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
  }
  h1 {
    transform: scale(1.2);
    transform-origin: center top;
  }
  #news {
    margin-top: 4em;
  }
}

h2 {
  margin: 0 auto 1.5rem;
  padding: 0;
  text-align: center;
  max-width: 400px;
  width: 60%;
  font-size: 1.4em;
  font-weight: 700;
  background: #e60082;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 4px #e60082;
}

#access h3 {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 0.5em;
  line-height: 1.3;
  border: none;
  margin: 0;
  background: #ba9632;
  transform: rotate(-8deg);
}

h4 {
  color: #e60082;
  position: relative;
  font-size: 1em;
  font-weight: 700;
  margin: 1em 0 0;
  padding: 0 1em;
  border: none;
  display: inline-block;
  z-index: 1;
  background: #ffffff;
  border: 2px solid #e60082;
  border-radius: 50px;
}

.sp-br {
  display: none;
}
ul.text-list {
  padding: 0;
  list-style: none;
  list-style-position: inside;
  margin: 0;
}
ul.text-list li{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
ul.text-list li::before{
  content: '●';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007850;
}

@media screen and (max-width: 750px) {
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
}

/* news */
.news-box {
  background: none;
  height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.news-box dt,.news-box dd{
  margin: 0;
}
.news-box dt {
  font-size: 80%;
  display: inline-block;
  padding: 0 0.5em;
  letter-spacing: 2px;
  background: none;
  color: #e60082;
  font-weight: 900;
}
.news-box dd {
  margin: 0 0 0.5em;
  padding: 0;
}

/* tokuten */
.tokuten {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

@media screen and (max-width: 600px) {
  .tokuten {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
  }
}

/* goods */
.goods_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.goods_list li{
  position: relative;
  line-height: 1.5;
  margin: 0;
  list-style: none;
  padding: 0 0 1.7em;
  border: 2px solid #ba9632;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.goods_list li a{
  text-decoration: none;
}
.goods_img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}
.goods_list li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.goods_text {
  padding: 0.2em 0.5em 0;
  line-height: 1.3;
}
.goods_name {
  text-align: justify;
  font-size: 80%;
  color: #ba9632;
}
.goods_price {
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
  padding: 0.1em;
  margin: 0;
  color: #fff;
  background: #ba9632;
  border-radius: 10px 0 0 0;
}
.goods_price>span {
  font-size: 80%;
}

.goods_senko li::before {
  content: '先行販売';
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  border: 1px solid #e60082;
  color: #e60082;
  font-size: min(3vw,14px);
  padding: 0 5px;
}

@media screen and (max-width: 600px) {
  .goods_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
}

/* access */
.store-outer {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
}
.store-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 0 1em;
  align-content: flex-start;
  background: none;
}
.store-wrap:last-child {
  margin-bottom: 0;
}
.store-map {
  width: 100%;
  height: 40vh;
  padding: 0;
  border: 2px solid #ba9632;
  border-radius: 5px;
}
.store-text {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
.store-text>p {
  margin-top: 0;
}
.store-link-wrap {
  display: flex;
}
a.store-link{
  position: relative;
  background: #ba9632;
  padding: 0.2em;
  margin: 1em auto 0;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 350px;
  font-size: 14px;
  border-radius: 30px;
  color: #fff;
  font-size: 80%;
  text-decoration: none;
}
a.store-link:hover{
  background: #c8aa50;
  color: #fff;
}
a.store-link::before {
  position: absolute;
  content: '';
  display: block;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: none;
  border-left: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.store-link:hover::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 5em;
  font-weight: normal;
  height: 60px;
}
.sns li {
  list-style: none;
  font-size: 50px;
  margin: 5px;
}
li.share-icon {
  font-size: 16px;
  margin-left: 0;
}
.t-icon a {
  color: #1DA1F2;
}
.f-icon a {
  color: #1877f2;
}
.l-icon a {
  color: #00B900;
}
.sns li a:hover {
  opacity: .8;
}

#page_top {
  width: 70px;
  height: auto;
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  opacity: .8;
}
#page_top a{
  display: block;
}
#page_top img{
  filter: drop-shadow(2px 1px 0 #fff);
}
#page_top:hover {
  transform: translateY(-10px);
  opacity: 1;
}

/* table */
.detail {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0.5em auto;
  padding: 0;
  line-height: 1.3;
}
.detail th,
.detail td {
  padding: 0.5em;
}
.detail th {
  font-weight: 700;
  text-align: center;
  border-radius: 5px 0 0 5px;
  border: 2px solid #ba9632;
  border-right: 2px dashed #ba9632;
  background: #fff;
}
.detail th>span{
  display: inline-block;
}
.detail td {
  position: relative;
  font-weight: 700;
  border-radius: 0 5px 5px 0;
  border: 2px solid #ba9632;
  border-left: none;
  background: #fff;
}
.detail td>span{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .detail {
    width: 100%;
    padding: 0;
  }
  .detail th, .detail td {
    display: block;
  }
  .detail th {
    border-right: 2px solid #ba9632;
    border-bottom: 2px dashed #ba9632;
    border-radius: 5px 5px 0 0;
  }
  .detail td {
    border-radius: 0 0 5px 5px;
    border-top: none;
    border-left: 2px solid #ba9632;
  }
}