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

html,body {
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #281414;
  width: 100%;
  background: none;
  z-index: -9999;
  line-height: 1.6;
}

p {
  margin: .5em 0;
  text-align: justify;
  letter-spacing: -.01em;
  word-break: break-all;
}

a,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a:hover{
  color: #e95513;
}

img {
  width: 100%;
}

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

.header_gee_logo {
  display: block;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 150px;
  filter: drop-shadow(0px 0px 2px #fff);
  transition: all .5s;
}

footer {
  width: 100%;
  padding: 1em;
  font-size: 12px;
  color: #fff;
}
footer>p {
  text-align: center;
}

#menu-area {
  position: fixed;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: -999;
  background: url(../img/bg2.png)repeat,url(../img/menu-bg.png)no-repeat,url(../img/bg2.jpg)no-repeat;
  background-position: right bottom;
  background-size: 2px,85%,cover;
}
.title {
  margin: 60px auto 0;
  width: 80%;
}

#main-area {
  position: absolute;
  width: 80%;
  right: 0;
  top: 0;
  background: none;
  z-index: -99;
}

#main-area::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: url(../img/bg2.png)repeat,url(../img/bg.jpg)no-repeat;
  background-position: left top;
  background-size: 2px,cover;
  z-index: -1;
}

.KV-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  background: url(../img/KV.webp)no-repeat;
  background-size: cover;
  background-position: center;
}
.KV-img>div {
display: none;
}
.mainSec{
  position: relative;
  margin: 4em auto;
  border: none;
  padding: 3em;
  width: 96%;
  max-width: 1200px;
  background: url(../img/bg2.jpg);
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #menu-area {
    display: none;
  }
  #main-area {
    width: 100%;
  }
  #main-area::before {
    width: 100%;
  }
  .mainSec {
    padding: 1.5em 1em;
    border-radius: 5px;
  }
  .KV-img>div {
    display: block;
    position: absolute;
    right: 4%;
    bottom: 55%;
    width: 55%;
    max-width: 350px;
  }
}


a.map_link {
  text-decoration: underline;
}
a.map_link:hover {
  color: #f4a000;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : none;
  position: fixed;
  z-index : 999;
  right : 20px;
  top   : 20px;
  width : 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  transform: translate3d(0,0,30px);
  background: #e95513;
  border-radius: 50%;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 50%;
  margin: 0 auto;
  height: 2px;
  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: 35%;
}
.hamburger span:nth-child(2) {
  top: 50%;
  opacity: 1;
}
.hamburger span:nth-child(3) {
  top: 65%;
}
.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 #e95513, -1px -1px 0 #e95513, -1px 1px 0 #e95513, 1px -1px 0 #e95513,0px 1px 0 #e95513, 0-1px 0 #e95513, -1px 0 0 #e95513, 1px 0 0 #e95513;
  font-size: 21px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 50%;
  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: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 400px;
  text-align: center;
  transform: translateX(200%);
  transition: all 0.6s;
  width: 400px;
  height: 100%;
  background: url(../img/bg2.png)repeat,url(../img/menu-bg.png)no-repeat,url(../img/bg2.jpg)no-repeat;
  background-position: right bottom;
  background-size: 2px,80%,cover;
  opacity: 0;
}

nav.globalMenuSp ul {
  background: none;
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 85%;
  max-width: 400px;
  background: none;
  flex-wrap: wrap;
}

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

.globalMenuSp>div {
  max-width: 200px;
  width: 40%;
  line-height: 0;
  margin: 2em auto 1em;
  padding: 0;
}

.gee_logo::before {
  display: none;
}

nav.globalMenuSp ul li:hover{
  color: #e95513;
}

nav.globalMenuSp ul li a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gee_logo {
  border: none!important;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
nav.globalMenuSp ul li.gee_logo:hover {
  background: none;
}
.globalMenuSp span{
  font-size: .7em;
  font-weight: 500;
  padding-left: 0.5em;
}

.globalMenu {
  position: relative;
  margin: 0 auto;
  width: 85%;
  font-size: 1.1vw;
  font-weight: 700;
}
.globalMenu ul{
  display: flex;
  flex-wrap: wrap;
}
.globalMenu li{
  line-height: 1.4;
  margin: 0.5em 0;
  padding: 0 0 0 0.4em;
  width: 50%;
}
.globalMenu li:nth-child(even){
  border-left: 8px solid #e95513;
}
.globalMenu li:nth-child(odd){
  border-left: 8px solid #f4a000;
}

@media screen and (max-width: 1024px) {
  .globalMenu li {
    width: 100%;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate3d(100%,0,20px);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    transform: translateX(100%);
    width: 100%;
    right: 0;
    border-left: none;
  }
  nav.globalMenuSp.active {
    transform: translate3d(0,0,20px);
  }
  .hamburger {
    display: block;
    width : 50px;
    height: 50px;
  }
  .hamburger p {
    font-size: 14px;
  }
  .header_gee_logo.is-in {
    width: 100px;
  }
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  position: relative;
  margin: 0 0 .5em;
  padding: 0;
  line-height: 1;
  background: none;
  text-align: left;
  font-size: 2em;
  z-index: 1;
}
h2 span{
  font-family: 'Special Elite', cursive;
  position: absolute;
  top: 0;
  left: -0.6em;
  font-size: 80px;
  transform: rotate(-10deg);
  transform-origin: left;
  color: #c7bb9b;
  z-index: -1;
  width: 200%;
}

h3 {
  font-size: 1.4em;
  font-weight: 700;
  background: none;
  text-align: center;
  padding: 0;
  line-height: 1.3;
  border: none;
  margin: 1em 0;
}
h3 span{
  background: linear-gradient(transparent 60%, #f4a000 60% ,#f4a000 100%);
}

.h3-sub {
  position: relative;
  color: #281414;
  padding: 0.5em 0;
  margin: 2em 0 1em;
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #000;
  background: rgba(255,255,255,.5);
  border-radius: 2px;
}

h4 {
  position: relative;
  font-size: 1em;
  margin: 1em 0 0;
  padding: 0 0 0.2em;
  border-bottom: 1px solid #e95513;
  display: inline-block;
  font-weight: 600;
}

.sp-br {
  display: none;
}
ul.text-list {
  padding: 0;
  list-style: disc;
  list-style-position: outside;
  margin: 1em 0 0 2em;
}
ul.text-list li{
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  html,body {
    font-size: 14px;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  h2 span {
    left: -0.3em;
    font-size: 60px;
  }
  h3 {
    font-size: 1.2em;
  }
}

/* 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 {
  color: #5a465a;
  display: inline-block;
  padding: 0;
  font-weight: 600;
}
.news-box dd {
  border-bottom: 1px dashed #5a465a;
  margin: 0 0 0.5em;
  line-height: 1.4;
  padding: 0 0 .5em;
}

/* campaign */
.postcard {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  width: 100%;
}
.postcard4 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  width: 100%;
}
.poster {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  width: 80%;
  max-width: 700px;
}
@media screen and (max-width: 750px) {
  .postcard,.postcard4 {
    grid-template-columns: 1fr 1fr;
  }
}

/* goods */
.goods_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 1em 0 0;
  padding: 0;
}
.goods_list li{
  position: relative;
  width: calc(100%/3 - 20px);
  line-height: 1.5;
  margin: 10px;
  list-style: none;
  background: #fff;
  overflow: hidden;
  padding: 0 0 1.5em;
  border-radius: 10px;
  box-shadow: 0 0 5px #45b2b2;
}
.goods_img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}
.goods_list li img{
  max-width: 95%;
  max-height: 95%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.goods_text {
  padding: 0 0.5em;
  line-height: 1.4;
  font-size: 90%;
}
.goods_price {
  position: absolute;
  text-align: right;
  bottom: 0.2em;
  right: 0;
  padding: 0.2em;
  margin: 0;
}

.goods-tokuten {
  display: flex;
  align-items: center;
}
.tokuten {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 250px;
  width: 30%;
}
@media screen and (max-width: 650px) {
  .goods-tokuten {
    display: block;
  }
  .tokuten {
    width: 60%;
  }
}

@media screen and (max-width: 800px) {
  .goods_list li{
    width: calc(100%/2 - 10px);
    margin: 5px;
  }
}

/* access */
.store-wrap {
  display: flex;
  width: 100%;
}
.store-map {
  width: 50%;
}
.store-text {
  margin-left: 30px;
  width: 50%;
}
.store-text>h4{
  margin: 0;
}
a.store-link{
  background: none;
  padding: 0.4em;
  margin: 1em auto;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 90%;
  border-radius: 30px;
  color: #5a465a;
  border: 2px solid #5a465a;
}
a.store-link:hover{
  background: rgba(90,70,90,.8);
  color: #fff;
}

@media screen and (max-width: 750px) {
  .store-wrap {
    flex-wrap: wrap;
  }
  .store-map,.store-text {
    width: 100%;
  }
  .store-text {
    margin: 1em 0 0;
  }
}

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

#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  opacity: .8;
  background: #e95513;
  color: #fff;
  border-radius: 50%;
  font-family: 'Special Elite', cursive;
  text-align: center;
}
#page_top a{
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 18px;
}
#page_top:hover {
  opacity: 1;
}
#page_top a:hover {
  color: #fff;
}

/* table */
.detail {
  border-collapse: separate;
  border-spacing: 0 4px;
  margin: 1em 0 0;
  padding: 0;
  width: 100%;
}
.detail th,
.detail td {
  padding: .5em 1em;
}
.detail th {
  background: #5a465a;
  font-weight: normal;
  min-width: 80px;
  text-align: center;
  padding: 0.5em 0;
  color: #fff;
  border-radius: 2px;
  line-height: 1.2;
}
.detail td {
  border-bottom: 1px dashed #5a465a;
}

.detail2 {
  border-collapse: separate;
  border-spacing: 0 4px;
  margin: 1em 0 0;
  padding: 0;
  width: 100%;
}
.detail2 th,
.detail2 td {
  padding: .5em 1em;
}
.detail2 th {
  background: #5a465a;
  font-weight: normal;
  min-width: 150px;
  text-align: center;
  padding: 0.5em 0;
  color: #fff;
  border-radius: 2px;
  line-height: 1.2;
}
.detail2 td {
  border-bottom: 1px dashed #5a465a;
}
th.linkbutton {
  background: none;
  color: #5a465a;
  font-weight: 500;
}
th.linkbutton a{
  display: block;
  margin: 0.5em auto 0;
  padding: 0.5em;
  background: none;
  border: 2px solid #5a465a;
  border-radius: 30px;
  max-width: 300px;
  text-align: center;
}
th.linkbutton a:hover{
  background: rgba(90,70,90,.8);
  color: #fff;
}