@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Mochiy+Pop+P+One&display=swap');

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

:root {
  --bonobono: #41b6e6;
  --kai: #F4A6D7;
  --risu: #EF6079;
  --kurumi: #D19456;
  --arai: #BB720C;
  --imo: #984856;
  --sky: #f0faff;
  --white: #fff;
  --black: #3c3c3c;
  --cream: #ffffeb;
}

html,body {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 2.1vw, 18px);
  color: var(--black);
  width: 100%;
  background: none;
  line-height: 1.8;
  background: url(../img/bg.png), var(--bonobono);
  background-size: 300px;
  background-position: center;
}

p {
  margin: .5em 0;
  text-align: center;
  word-break: break-all;
}
p span {
  display: inline-block;
}
p.attention {
  text-align: left;
  font-size: 90%;
}
p.attention02 {
  text-align: left;
  font-size: 90%;
  border-radius: 10px;
  color: var(--risu);
  padding: 1em;
  line-height: 1.4;
  background: #fffafa;
  margin: 1em 0;
}
p.attention02 span {
  font-weight: bold;
  margin-bottom: .5em;
}
p.online {
  background: var(--cream);
  color: var(--bonobono);
  border: 1px dashed;
  padding: .5em 0;
  line-height: 1.4;
  margin: 1em 0 .5em;
}

a,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--kai);
}
img {
  width: 100%;
}
p a {
  text-decoration: underline;
}

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

header {
  width: 100%;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 2;
}
header a{
  display: block;
  max-width: 200px;
  width: 30%;
  margin: 0 auto;
}

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

.mainSec{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.sec-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 4rem auto 1rem;
  text-align: center;
  padding: 1em 2em;
  border-radius: 3vw;
  background: var(--white);
  border: 2px solid var(--kai);
  box-shadow: 0 0 0 8px var(--white);
}
@media screen and (max-width: 600px) {
  .sec-inner {
    padding: 1em;
    box-shadow: 0 0 0 4px var(--white);
    width: 92%;
  }
}
#information .sec-inner,#gallery .sec-inner {
  border-color: var(--kurumi);
}
#campaign .sec-inner,#access .sec-inner {
  border-color: var(--imo);
}
#information .sec-inner::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  background: url(../img/bg07.png) no-repeat;
  background-size: contain;
  background-position: left top;
  width: 100%;
  height: 180px;
  z-index: 1;
}
#campaign .sec-inner::before {
  content: '';
  position: absolute;
  top: -130px;
  right: 0;
  background: url(../img/bg08.png) no-repeat;
  background-size: contain;
  background-position: right top;
  width: 100%;
  height: 160px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #information .sec-inner::before {
    top: -70px;
    left: -10px;
    height: 100px;
  }
  #campaign .sec-inner::before {
    top: -80px;
    right: -10px;
    height: 100px;
  }
}
span.coming {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  margin: 0;
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 30vh;
  color: var(--kurumi);
}
.info-table {
  margin: 1em 0 0;
  max-width: 100%;
}
.info-table tr {
  padding: .5em 0;
  display: block;
  text-align: center;
}
.info-table tr:last-child {
  border: none;
}
.info-table th {
  font-weight: 400;
  white-space: nowrap;
  background: #f0faff;
  padding: 0 .5em;
  min-width: 70px;
}
.info-table td {
  text-align: left;
  padding: 0 .5em;
  line-height: 1.4;
}

/* top */
#f-view {
  position: relative;
  background: url(../img/forest.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  z-index: 1;
}
h1 {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0 .5em;
}
h1 img {
  position: relative;
}
h1::after {
  content: '';
  position: absolute;
  bottom: -28px;
  right: 0;
  background: url(../img/friends.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 54%;
  height: 400px;
}
@media screen and (max-width: 899px) {
  h1::after {
    bottom: -3.2vw;
  }
}

h2 {
  position: relative;
  font-family: "Mochiy Pop P One", sans-serif;
  letter-spacing: 4px;
  font-weight: 400;
  margin: 0;
  font-size: 2em;
  display: inline-block;
}
h2::before {
  content: '';
  background-image: url(../img/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1.7em;
  width: 1.4em;
  height: 70%;
}
h2::after {
  content: '';
  background-image: url(../img/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1.6em;
  width: 1.4em;
  height: 70%;
}
#information h2::before,#information h2::after,
#gallery h2::before,#gallery h2::after {
  background-image: url(../img/icon02.png);
}
#campaign h2::before,#campaign h2::after,
#access h2::before,#access h2::after {
  background-image: url(../img/icon03.png);
}

h3 {
  position: relative;
  font-family: "Mochiy Pop P One", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  background: var(--bonobono);
  text-shadow: 1px 1px 0 var(--white);
  border-radius: 100px;
  margin: 1em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #fbcddf, #fbcddf 4px, #ffd5e6 4px, #ffd5e6 8px);
  background: repeating-linear-gradient(-45deg, #fbcddf, #fbcddf 4px, #ffd5e6 4px, #ffd5e6 8px);
}
#goods h3#senko::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg09.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 20%;
  height: 80px;
}
#goods h3#senko::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: .6em;
  background: url(../img/bg10.png?02) no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 7%;
  height: 41px;
}
h3#preorder {
  margin: 3rem 0 1rem;
}
#goods h3#preorder::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  background: url(../img/bg12.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 20%;
  height: 82px;
}
h3#ippan {
  margin: 3rem 0 1em;
  background: -webkit-repeating-linear-gradient(-45deg, #c0edff, #c0edff 4px, #dcf3ff 4px, #dcf3ff 8px);
  background: repeating-linear-gradient(-45deg, #c0edff, #c0edff 4px, #dcf3ff 4px, #dcf3ff 8px);
}

h4 {
  position: relative;
  margin: 1em 0 0;
  font-size: 1em;
  font-family: "Mochiy Pop P One", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  color: var(--bonobono);
}
h4::before {
  content: '';
  position: absolute;
  border-top: 1px dashed var(--bonobono);
  width: 100%;
  right: 0;
  top: 50%;
}
h4 span {
  position: relative;
  padding: 0 .5rem;
  background: #fff;
  z-index: 1;
}

.globalMenu {
  border-top: 8px solid var(--white);
  border-bottom: 8px solid var(--white);
  background-color: var(--cream);
  color: var(--black);
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: -webkit-repeating-linear-gradient(-45deg, #fbcddf, #fbcddf 4px, #ffd5e6 4px, #ffd5e6 8px);
  background: repeating-linear-gradient(-45deg, #fbcddf, #fbcddf 4px, #ffd5e6 4px, #ffd5e6 8px);
}
.globalMenu ul{
  margin: 1.5em auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: .7em .5em;
  max-width: 900px;
  padding: 0 .5em;
}
.globalMenu ul li{
  margin: 0;
  display: block;
}
.globalMenu ul li a{
  position: relative;
  margin: 0;
  background: var(--white);
  display: block;
  border-radius: 100px;
  padding: .2em 2em;
  text-align: center;
}
.globalMenu ul li:nth-child(2) a,.globalMenu ul li:nth-child(5) a{
  border-color: var(--kurumi);
}
.globalMenu ul li:nth-child(2) a:hover,.globalMenu ul li:nth-child(5) a:hover{
  color: var(--kurumi);
}
.globalMenu ul li:nth-child(3) a,.globalMenu ul li:nth-child(6) a{
  border-color: var(--imo);
}
.globalMenu ul li:nth-child(3) a:hover,.globalMenu ul li:nth-child(6) a:hover{
  color: var(--imo);
}
.globalMenu ul li a::before {
  content: '';
  background-image: url(../img/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  top: 0;
  left: .5em;
  width: 1.4em;
  height: 100%;
}
.globalMenu ul li a::after {
  content: '';
  background-image: url(../img/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  top: 0;
  right: .5em;
  width: 1.4em;
  height: 100%;
}
.globalMenu ul li:nth-child(2) a::before,
.globalMenu ul li:nth-child(5) a::before,
.globalMenu ul li:nth-child(2) a::after,
.globalMenu ul li:nth-child(5) a::after
 {
  background-image: url(../img/icon02.png);
}
.globalMenu ul li:nth-child(3) a::before,
.globalMenu ul li:nth-child(6) a::before,
.globalMenu ul li:nth-child(3) a::after,
.globalMenu ul li:nth-child(6) a::after
 {
  background-image: url(../img/icon03.png);
}
@media screen and (max-width: 600px) {
  .globalMenu ul {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .globalMenu {
    border-width: 4px;
  }
}



/* news */
.news-box {
  margin: .5em 0;
}
.news-box dt {
  color: var(--bonobono);
  font-size: 80%;
  border: 1px solid var(--kai);
  display: inline-block;
  border-radius: 50px;
  padding: 0 1em;
  margin: 1em 0 .5em;
}
.news-box dt:first-child {
  margin-top: 0;
}
.news-box dd {
  margin: 0;
  line-height: 1.4;
}
.news-box a {
  text-decoration: underline;
}
.news-box a:hover {
  text-decoration: none;
  color: var(--bonobono);
}

/* info */
.event-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  line-height: 1.5;
  margin: .5em auto;
}
.event-box {
  position: relative;
  padding: 1em 0;
  font-family: "Mochiy Pop P One", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #e6e6e6;
}
.event-box span {
  font-size: 110%;
}
.event-box.fin {
  background-color: #eee;
}
.event-box.fin::after {
  position: absolute;
  content: '終了しました';
  font-family: "Mochiy Pop P One", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  transform: rotate(-8deg);
  text-shadow: 0 0 5px #eee, 0 0 5px #eee, 0 0 5px #eee, 0 0 5px #eee, 0 0 5px #eee;
}
@media screen and (max-width: 600px) {
  .event-wrap {
    grid-template-columns: 1fr;
  }
}

/* tokuten */
.sticker {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 1em auto;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .sticker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 1em auto 0;
    width: 100%;
  }
}
.tokuten-table {
  margin: 0;
  width: 100%;
}
.tokuten-table tr {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid var(--kai);
  border-radius: 100px;
  margin: .5em 0;
  line-height: 2;
}
.tokuten-table th {
  font-weight: 400;
  padding: 0 .5em;
  border-right: 1px dashed var(--kai);
}
.tokuten-table td {
  padding: 0 .5em;
}
@media screen and (max-width: 600px) {
  .tokuten-table tr {
    flex-wrap: wrap;
  }
  .tokuten-table th {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed var(--kai);
  }
  .tokuten-table td {
    width: 100%;
  }
}

/* goods */
.goods-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  margin: .5em 0;
}
.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.5em;
  line-height: 1.2;
  position: relative;
  border-radius: 10px;
  background-color: var(--sky);
}
.goods-img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
  overflow: hidden;
}
.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;
  transition: all .4s;
}
.goods-text {
  text-align: left;
  font-size: 80%;
}
.goods-price {
  text-align: right;
  margin-top: auto;
  padding: .5em 0.1em 0;
  border-top: 1px dashed var(--bonobono);
}
.goods-price span {
  font-size: 80%;
}
.goods-item:hover {
  color: var(--black);
}
@media screen and (min-width: 1025px) {
  a.goods-item:hover .goods-img img{
    transform: scale(1.4);
  }
}
@media screen and (max-width: 600px) {
  .goods-wrap {
    grid-template-columns: 1fr 1fr;
    gap: .5em;
  }
}

/* access */
.store-outer {
  margin: 0 auto;
}
.store-wrap {
  position: relative;
  padding: .5em;
  margin: 1em auto 2em;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  background: var(--sky);
}
#akiba::before {
  content: '';
  position: absolute;
  bottom: -5%;
  right: -8%;
  background: url(../img/bg02.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 25%;
  height: 200px;
  z-index: 1;
}
#sendai::before {
  content: '';
  position: absolute;
  bottom: -4%;
  left: -6%;
  background: url(../img/bg03.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 20%;
  height: 120px;
  z-index: 1;
}
#osaka::before {
  content: '';
  position: absolute;
  bottom: -3%;
  right: -13%;
  background: url(../img/bg04.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 30%;
  height: 200px;
  z-index: 1;
}
#kokura::before {
  content: '';
  position: absolute;
  bottom: -2%;
  left: -20%;
  background: url(../img/bg05.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 36%;
  height: 400px;
  z-index: 1;
}
#nagoya::before {
  content: '';
  position: absolute;
  bottom: -3%;
  right: -21%;
  background: url(../img/bg06.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 36%;
  height: 260px;
  z-index: 1;
}
.store-wrap h3 {
  margin: .5rem 0 1rem;
  line-height: 1;
  background: none;
  color: var(--black);
  text-shadow: unset;
}
.store-text {
  margin-top: .5rem;
}
.store-text.right {
  margin: .5rem 0 0 auto;
}
.store-text p{
  margin-top: 0;
  line-height: 1.4;
}
.store-text h4 {
  margin: 0;
}
.store-text h4 span {
  background-color: var(--sky);
}
a.store-link {
  position: relative;
  padding: 0.2em 19px;
  margin: 0 auto .5rem;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  border-radius: 30px;
  font-size: 80%;
  background: var(--white);
  color: var(--bonobono);
}
a.store-link:hover {
  background: var(--bonobono);
  color: var(--white);
}


ul.text-list {
  padding: 0;
  list-style: none;
  list-style-position: inside;
  margin: 0.5em auto 0;
  text-align: left;
  max-width: 300px;
  color: #3c3c3c;
}
ul.text-list li {
  position: relative;
  padding-left: 20px;
}
ul.text-list li::before {
  content: '●';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f4a6d7;
}
ul.text-list img {
  max-width: 210px;
  display: block;
  padding: .4em 0;
}

#xaccount {
  text-align: center;
  margin: 4rem auto;
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: var(--white);
}
.follow-icon {
  display: block;
  max-width: 240px;
  width: 50%;
  margin: 0.5em auto 1em;
  border-radius: 30px;
  overflow: hidden;
}
a.follow-button {
  text-decoration: none;
  background: var(--bonobono);
  border: 2px solid var(--white);
  border-radius: 50px;
  padding: 0.2em 2em;
  color: var(--white);
  display: inline-block;
  letter-spacing: 3px;
}
a.follow-button:hover {
  background: var(--white);
  color: var(--bonobono);
}

/* footer */
footer {
  position: relative;
  width: 100%;
  padding: 2.5em 0 2em;
  font-size: 12px;
  background: var(--white);
  margin: 4em 0 0;
}
footer>p {
  text-align: center;
  margin: 1em 0 0;
}
footer p.socialshare {
  font-size: 1rem;
  margin: 0;
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
footer::before {
  content: '';
  position: absolute;
  background: url(../img/bg11.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 100px;
}
.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: 4px;
  border: 2px solid #e6e6e6;
}
#t-icon a {
  padding: 10px;
  color: #000;
}
#f-icon {
  color:#0866ff;
}
#f-icon a:hover {
  color:#0866ff;
}
#l-icon {
  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%;
}