@charset "UTF-8";

/* ===================================================================
各展覧会ごとのスタイル
=================================================================== */

:root {
  --orange01: #f08214;
  --orange02: #ffe1be;
  --blue00: #46b4e6;
  --blue01: #78cdf0;
  --blue02: #d2ebf0;
  --link: #003cb4;
  --white: #fff;
  --black: #222;
  --red: #e63c3c;
  --navi: 200px;
}

html,body {
  position: relative;
  font-size: clamp(14px, 2.1vw, 18px);
  color: var(--white);
  width: 100%;
  background: none;
  line-height: 1.8;
  background: var(--white);
  font-family: YakuHanJP , "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
p span {
  display: inline-block;
}
p.bold {
  font-weight: 700;
  margin-bottom: .5em;
}
p.other {
  border-bottom: 1px dashed;
  border-top: 1px dashed;
  line-height: 1.4;
  padding: 1em 0;
  margin-top: 1em;
}
p.strong {
  font-family: "fot-matisse-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--white);
  font-size: 1.4em;
  line-height: 1.1;
  margin-bottom: .5rem;
}
p.strong>span {
  background: var(--orange01);
  margin: 0 0 .5rem;
}
span.strong {
  font-weight: 700;
  color: var(--red);
}
.introduction {
  line-height: 2;
  margin: 1em 0;
}
span.small {
  font-size: 80%;
}

a,
a:visited,
a:active {
  color: var(--link);
  text-decoration: underline;
}
a:hover {
  color: #1a73e8;;
}
img {
  width: 100%;
}

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

header {
  width: 10vw;
  height: 10vw;
  position: fixed;
  top: 2vw;
  right: 2vw;
  z-index: 2;
  background: none;
}

.hamburger {
  position: relative;
  width: 10vw;
  height: 10vw;
  z-index: 999;
  border-radius: 50%;
  background-color: var(--white);
  border: 2px solid var(--black);
}
.hamburger span {
  display: block;
  position: absolute;
  width: 50%;
  margin: 0 auto;
  height: 2px;
  left: 0;
  right: 0;
  background: var(--black);
  -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.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);
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 6vw;
  transform: translateX(100%);
  transition: all .5s;
  overflow: hidden;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  background: -webkit-repeating-linear-gradient(45deg, #ffe1be, #ffe1be 4px, #fff 4px, #FFF 20px, #d2ebf0 20px, #d2ebf0 24px, #fff 24px, #fff 40px);
  background: repeating-linear-gradient(45deg, #ffe1be, #ffe1be 4px, #fff 4px, #FFF 20px, #d2ebf0 20px, #d2ebf0 24px, #fff 24px, #fff 40px);
}
.menu.active {
  transform: translateX(0);
}
.menu ul {
  margin: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  border: 2px solid #eee;
  border-radius: 20px;
}
.menu ul li{
  margin: .2em 0;
  width: 100%;
}
.menu ul li:first-child {
  width: 40%;
  margin: 0 auto 1em;
  max-width: 200px;
}
.menu ul li.coming{
  opacity: .4;
}
.menu a {
  position: relative;
  text-decoration: none;
  color: var(--black);
}
.menu a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
  transform-origin: left;
  transition: all .4s;
}
.menu a.new::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1.6em;
  width: 1.4em;
  height: 1.4em;
  background: url(../img/new.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

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

.mainSec{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  color: var(--black);
}
.mainSec::before {
  content: '';
  top: 4em;
  left: 4em;
  position: absolute;
  width: calc(100% - 8em);
  height: calc(100% - 8em);
  border: 1px solid var(--white);
  z-index: -1;
}
.mainSec.orange {
  background: var(--orange02);
}
.mainSec.blue {
  background: var(--blue02);
}
.sec-inner {
  padding: 9em 6em 6em;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .mainSec::before {
    left: 1em;
    width: calc(100% - 2em); 
  } 
  .sec-inner {
    padding: 9em 2em 6em;
  }
}
@media screen and (max-width: 900px) {
  .mainSec::before {
    top: 1em;
    height: calc(100% - 2em);
  } 
  .sec-inner {
    padding: 9em 2em 2em;
  }
}

/* top */
#f-view {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  height: auto;
  background: #fff;
  font-family: "fot-matisse-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.kv-icon {
  display: none;
}
#kv-01,#kv-02 {
  position: relative;
  width: 100%;
  height: 70vw;
  top: 0;
  left: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#kv-01 {
  background-image: url(../img/kv01.webp);
}
#kv-02 {
  background-image: url(../img/kv02.webp);
}
h1#f-view-logo {
  position: absolute;
  width: 100%;
  height: 40vw;
  bottom: 2vw;
  left: 2vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
h1#f-view-logo::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}
#f-view div span {
  position: absolute;
  padding: 0 .5em;
  font-size: 3vw;
}
#kv-01>span {
  background: var(--blue01);
  top: 3vw;
  left: 3vw;
}
#kv-02>span {
  background: var(--orange01);
  right: 3vw;
  bottom: 3vw;
}

@media (orientation: landscape) and (min-width: 1024px){
  .hamburger {
    display: none;
  }
  header {
    height: 100vh;
    width: var(--navi);
    top: 0;
    right: 0;
  }
  .menu {
    position: relative;
    transform: translateX(0);
    background: var(--white);
    padding: 0;
  }
  .menu ul {
    border: none;
  }
  .menu ul li:first-child {
    width: 60%;
  }
  .menu a:hover:before {
    animation: menuhover .4s linear alternate ;
    background: var(--orange01);
  }

  @keyframes menuhover {
    0% {
      transform: scale(0);
      background: var(--orange01);
    }
    100% {
      transform: scale(1);
      background: var(--orange01);
    }
  }

  main {
    width: calc(100% - var(--navi));
  }
  #f-view {
    height: 48vw;
  }
  #f-view div span {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    width: 3vw;
    padding: .5em 0;
    writing-mode: vertical-rl;
    font-size: 1.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    left: unset;
  }
  #kv-01>span::before {
    content: '';
    position: absolute;
    background-color: var(--blue01);
    top: 54%;
    left: -.5vw;
    width: .8vw;
    height: 1vw;
    clip-path: polygon(100% 0, 0 46%, 100% 100%);
  }
  #kv-02>span::before {
    content: '';
    position: absolute;
    background-color: var(--orange01);
    top: 84%;
    left: -.5vw;
    width: .8vw;
    height: 1vw;
    clip-path: polygon(100% 0, 0 46%, 100% 100%);
  }

  #kv-01,#kv-02 {
    position: absolute;
    height: 100%;
  }

  .kv-icon {
    display: block;
    position: absolute;
    right: 6vw;
    bottom: 2vw;
  }
  #kv-icon01,#kv-icon02 {
    cursor: pointer;
    width: 5vw;
    height: 5vw;
  }
  #kv-icon01 {
    background: url(../img/kv01.webp);
    background-size: 200%;
    background-position: 66% 40%;
    margin-bottom: 1vw;
    border: 2px solid var(--white);
    box-shadow: 0 0 0 2px var(--blue01);
  }
  #kv-icon02 {
    background: url(../img/kv02.webp);
    background-size: 400%;
    background-position: 50% 40%;
    border: 2px solid var(--white);
    box-shadow: 0 0 0 2px var(--orange01);
  }

  h1#f-view-logo {
    width: 50%;
    height: 20vw;
    top: unset;
    bottom: 2vw;
    left: 2vw;
    margin: 0;
  }
  h1#f-view-logo::before {
    background-position: left;
  }
}

.h2-wrap {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 1.2em;
}
.h2-wrap::before {
  content: '';
  background: var(--white);
  width: 16em;
  height: 16em;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -9.8em;
  margin: auto;
}
h2 {
  position: relative;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
  margin: 0 auto .4rem;
  color: var(--black);
  z-index: 1;
}
.h2-sub {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.h2-sub span {
  font-family: "fot-matisse-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: .8rem;
  margin: 0 .1rem;
  background: var(--orange01);
  color: var(--white);
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue .h2-sub span {
  background: var(--blue01);
}

h3 {
  margin: 1em auto .5em;
  background: var(--white);
  color: var(--orange01);
  border: 2px solid var(--orange01);
  display: inline-block;
  border-radius: 100px;
  padding: .2em 1.4em;
  font-size: 1em;
  font-weight: 700;
}
.blue h3{ 
  color: var(--blue00);
  border-color: var(--blue00);
}

h4 {
  padding: 0;
  margin: 2em 0 .5em;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 600;
  font-size: .9em;
}
h4::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: var(--white);
  display: block;
  margin-left: .4em;
}

/* news */
.news-box {
  margin: 0;
}
.news-box dt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: var(--blue01);
  color: var(--white);
  max-width: 120px;
  line-height: 1.2;
  margin: 0 auto .5rem;
  font-size: 90%;
  padding: .1em 0 0;
}
.news-box dd {
  margin: 0 0 1em;
}
.news-box dd:last-child {
  margin: 0;
}
.news-box dd span{
  display: inline-block;
}

/* info */
.event-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  line-height: 1.5;
  margin: 1em auto 1.5em;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
}
.event-box {
  font-size: .9em;
  position: relative;
  padding: 1em;
  background: var(--white);
  border-radius: 8px;
  border: 1px dashed var(--orange01);
  box-shadow: 0 0 0 2px var(--white);
  text-align: center;
}
.event-box span {
  font-size: 140%;
}
.event-box.fin {
  background-color: rgba(0, 0, 0, .1);
}
.event-box.fin::after {
  position: absolute;
  content: '終了しました';
  font-weight: 900;
  font-style: normal;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  transform: rotate(-10deg);
  text-shadow: 0 0 2px #333, 0 0 2px #333, 0 0 4px #000;
}
@media screen and (max-width: 600px) {
  .event-wrap {
    grid-template-columns: 1fr;
  }
}
.cafe-icon::before {
  position: absolute;
  content: 'カフェ同時開催！';
  left: -1em;
  top: -.2em;
  background: var(--orange01);
  color: var(--white);
  font-size: .8em;
  padding: .2em .5em;
  transform: rotate(-10deg);
}
.cafe-link {
  margin: 2em 0 0;
  padding: 1.5em 0 1em;
  border-top: 1px solid var(--white);
}
.cafe-link a {
  font-size: .8em;
  display: block;
  max-width: 600px;
  margin: .5rem auto 0;
  text-decoration: none;
}
a.info-x {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  border-top: 1px solid var(--orange01);
  padding: .5em 0 0;
  margin: .5em 0 0;
}
a.info-x:hover {
  color: #1a73e8;
}
a.info-x svg{
  width: 1.6em;
  margin-right: .5em;
  background: #000;
  color: #fff;
  border-radius: 3px;
  padding: 4px;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0.5em 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* tokuten */
.tokuten {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: .5em;
  margin: 1em auto;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .tokuten {
    grid-template-columns: 1fr 1fr;
  }
}
.standy {
  margin: .5em 0 1em;
  border-radius: 6px;
  padding: .4em 0;
  background: #fff;
}
@media screen and (max-width: 500px) {
  .standy img {
    max-width: 80%;
  }
}

ul.attention-list {
  padding: 0;
  list-style: none;
  list-style-position: inside;
  margin: 0 auto;
  text-align: left;
  font-size: .8em;
  color: #333;
}
ul.attention-list li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.2;
  margin: 0 0 1em;
}
ul.attention-list li::before {
  content: '※';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.br500 {
  display: none;
}
@media screen and (max-width: 500px) {
  .br500 {
    display: block;
  }
}

/* goods */

.goods-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  margin: 1em auto;
  font-size: .8em;
}
.goods-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .5em;
  padding: 0;
  line-height: 1.2;
  position: relative;
  background-color: var(--white);
  overflow: hidden;
}
.goods-img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}
.goods-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
}
.goods-text {
  line-height: 1.4;
  padding: 0 .5rem;
  text-align: left;
}
.goods-price {
  text-align: right;
  margin-top: auto;
  padding: .4rem .5rem 0;
  font-size: 1rem;
  border-top: 1px dashed #ccc;
}
.goods-price span {
  font-size: 80%;
}
.gentei,.arrival,.arrival02 {
  position: relative;
}
.gentei::before {
  position: absolute;
  content: '限定品';
  left: .5rem;
  bottom: 0;
  margin: 0 auto;
  font-size: .8em;
  line-height: 1;
  background: var(--red);
  color: var(--white);
  height: 70%;
  padding: .2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrival::before {
  position: absolute;
  content: '会期中入荷予定';
  left: .5rem;
  bottom: 0;
  margin: 0 auto;
  font-size: .7em;
  line-height: 1;
  background: var(--red);
  color: var(--white);
  height: 70%;
  padding: .2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrival02::before {
  position: absolute;
  content: '11月15日より販売';
  left: .5rem;
  bottom: 0;
  margin: 0 auto;
  font-size: .7em;
  line-height: 1;
  background: var(--red);
  color: var(--white);
  height: 70%;
  padding: .2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .arrival::before {
    position: relative;
    left: 0;
    margin: 0 auto .2rem;
  }
  .goods-price.arrival {
    padding-bottom: .5rem;
  }
  .arrival02::before {
    position: relative;
    left: 0;
    margin: 0 auto .2rem;
  }
  .goods-price.arrival02 {
    padding-bottom: .5rem;
  }
}
a.goods-link {
  padding: .5rem;
  text-align: center;
  margin: 0 .5em .5em;
  background: var(--blue01);
  color: var(--white);
  text-decoration: none;
}
a.goods-link:hover {
  background: var(--link);
}
@media screen and (max-width: 600px) {
  .goods-wrap {
    grid-template-columns: 1fr 1fr;
    gap: .5em;
  }
}
.seruba {
  background: var(--white);
  text-align: left;
  padding: .8em;
  margin: 2em 0 1em;
  line-height: 1.4;
}
.seruba ul.attention-list li {
  margin: .6em 0 .3em;
}


/* access */
.store-outer {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}
.store-wrap {
  padding: .5em 1em 1em;
  margin: 0;
  align-content: flex-start;
  overflow: hidden;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .5em;
  font-size: .9em;
}
.store-map {
  width: 100%;
  padding: 0;
  margin: 0;
}
.store-wrap h4 {
  text-align: center;
  margin: 0 auto;
  border: none;
  font-size: 1rem;
}
.store-text {
  width: 100%;
  line-height: 1.4;
  margin-bottom: .5em;
  text-align: left;
}
.store-text p {
  margin-top: 4px;
}
h5 {
  margin: .8rem 0 0;
  font-size: .8em;
  font-weight: 400;
  border-bottom: 1px solid var(--orange02);
  padding: 0 0 4px;
}
.store-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5em;
  margin-top: auto;
}
.store-link a {
  background: var(--orange01);
  text-align: center;
  padding: .5em 0;
  font-size: .8em;
  color: var(--white);
  text-decoration: none;
}
.store-link a:hover {
 background-color: var(--link);
}
a.store-x {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
}
a.store-x svg {
  width: 1.2em;
  margin-right: .5em;
}

@media screen and (max-width: 700px) {
  .store-outer {
    grid-template-columns: 1fr;
  }
}

ul.text-list {
  padding: 0;
  list-style: none;
  list-style-position: inside;
  margin: 0.5em auto 0;
  text-align: left;
}
ul.text-list li {
  position: relative;
  padding-left: 12px;
  line-height: 1.2;
  margin: 0 0 1em;
}
ul.text-list li::before {
  content: '●';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.text-list img {
  max-width: 210px;
  display: block;
  padding: .4em 0;
}

#xaccount {
  text-align: center;
  margin: 2rem auto 1rem;
  background: rgba(255, 255, 255, .5);
  border-radius: 10px;
  padding: 1em;
  max-width: 500px;
}
.follow-icon {
  display: block;
  max-width: 200px;
  width: 50%;
  margin: 0.5em auto 1em;
  border-radius: 30px;
  overflow: hidden;
}
a.follow-button {
  position: relative;
  text-decoration: none;
  border: 2px solid var(--black);
  border-radius: 50px;
  background: var(--white);
  padding: 0.2em 1em;
  color: var(--black);
  display: inline-block;
  font-weight: 700;
}
a.follow-button:hover {
  background-color: var(--black);
  color: var(--white);
}
a.follow-button svg {
  width: 1.2em;
  margin-right: .2em;
}

/* footer */
footer {
  position: relative;
  width: 100%;
  padding: 2.5em 0 2em;
  font-size: 12px;
  margin: 0;
  color: var(--black);
  background-color: var(--orange02);
}
@media (orientation: landscape) and (min-width: 1024px){
  footer {
    width: calc(100% - var(--navi));
  }
}

footer>p {
  text-align: center;
  margin: 1em 0 0;
}
footer p.socialshare {
  font-size: 1rem;
  margin: 0;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 1em;
  font-weight: normal;
  height: 60px;
}
.sns li {
  list-style: none;
  margin: 5px;
  color: #ffffff;
}
.sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  padding: 8px;
  border-radius: 6px;
}
#t-icon a {
  padding: 10px;
  color: #000;
}
#f-icon a{
  color:#0866ff;
}
#f-icon a:hover {
  color:#0866ff;
}
#l-icon a{
  color:#00B900;
}
#l-icon a:hover {
  color: #00B900;
}

.cospa_logo {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  max-width: 160px;
  margin: 0 auto;
}
.cospa_logo a{
  background: #fff;
  padding: .5em;
  margin: 5px;
  border-radius: 4px;
  width: 100%;
}