@charset "utf-8";

/* index.html */
body {
  font-size: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 2.5px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

ul,
li {
  list-style: none;
}

.flex {
  display: flex;
}

/* header */
.header {
  width: 100%;
  height: 8vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__title {
  width: 80px;
}


@media (min-width: 960px) {
  .header__title {
    width: 10%;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: ease .4s;
  background-color: #ffffff;
}


@media (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 70%;
  }
}


@media (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}


@media (min-width: 960px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: 'Great Vibes', cursive;
  letter-spacing: 4px;
  margin-bottom: 48px;
  text-decoration: none;
}

.nav-items__item a:hover {
  color: #7b6238;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}

.app__icon {
  width: 50px;
  height: auto;
}


/* ハンバーガーメニュー */
.header__hamburger {
  width: 30px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media (min-width: 960px) {
  .hamburger {
    display: none;
  }
}


.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.title {
  width: 100vw;
  height: 40vw;
  margin-top: 6vw;
  background-image: url(../images/art1.jpg);
  background-position: center;
  justify-content: center;
  align-items: center;
  font-family: 'Great Vibes', cursive;
  font-size: 6vw;
  letter-spacing: 1vw;
  color: #fff;
}
@media (max-width: 430px) {
  .title {
    margin-top: 20vw;
  }
}

input {
  display: none;
}

/* ポップアップwindow部分 */
#overlay1 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay2 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay3 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay4 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay5 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay6 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay7 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay8 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay9 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay10 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay11 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay12 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay13 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay14 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay15 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay16 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
#overlay17 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 80%;
  height: 80%;
}
/* オーバーレイの背景部分 */
#bg_gray1 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray2 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray3 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray4 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray5 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray6 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray7 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray8 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray9 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray10 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray11 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray12 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray13 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray14 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray15 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray16 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
#bg_gray17 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
/* ウィンドウ部分 */
#window1 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window1 {
    width: 90vw;
  }
}
#window2 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window2 {
    width: 90vw;
  }
}
#window3 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window3 {
    width: 90vw;
  }
}
#window4 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window4 {
    width: 90vw;
  }
}
#window5 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window5 {
    width: 90vw;
  }
}
#window6 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window6 {
    width: 90vw;
  }
}
#window7 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window7 {
    width: 90vw;
  }
}
#window8 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window8 {
    width: 90vw;
  }
}
#window9 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window9 {
    width: 90vw;
  }
}
#window10 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window10 {
    width: 90vw;
  }
}
#window11 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window11 {
    width: 90vw;
  }
}
#window12 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window12 {
    width: 90vw;
  }
}
#window13 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window13 {
    width: 90vw;
  }
}
#window14 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window14 {
    width: 90vw;
  }
}
#window15 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window15 {
    width: 90vw;
  }
}
#window16 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window16 {
    width: 90vw;
  }
}
#window17 {
  width: 70%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
@media (max-width: 430px) {
  #window17 {
    width: 90vw;
  }
}
#window1 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window1 img {
    width: 70vw;
  }
}
#window2 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window2 img {
    width: 70vw;
  }
}
#window3 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window3 img {
    width: 70vw;
  }
}
#window4 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window4 img {
    width: 70vw;
  }
}
#window5 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window5 img {
    width: 70vw;
  }
}
#window6 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window6 img {
    width: 70vw;
  }
}
#window7 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window7 img {
    width: 70vw;
  }
}
#window8 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window8 img {
    width: 70vw;
  }
}
#window9 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window9 img {
    width: 70vw;
  }
}
#window10 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window10 img {
    width: 70vw;
  }
}
#window11 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window11 img {
    width: 70vw;
  }
}
#window12 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window12 img {
    width: 70vw;
  }
}
#window13 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window13 img {
    width: 70vw;
  }
}
#window14 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window14 img {
    width: 70vw;
  }
}
#window15 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window15 img {
    width: 70vw;
  }
}
#window16 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window16 img {
    width: 70vw;
  }
}
#window17 img {
  width: 50%;
  height: auto;
}
@media (max-width: 430px) {
  #window17 img {
    width: 70vw;
  }
}
/* 閉じるボタン */
#btn_cloth1 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth1:hover {
  opacity: 0.7;
}
#btn_cloth1 span,
#btn_cloth1 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth1 span {
  transform: rotate(45deg);
}
#btn_cloth1 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth2 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth2:hover {
  opacity: 0.7;
}
#btn_cloth2 span,
#btn_cloth2 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth2 span {
  transform: rotate(45deg);
}
#btn_cloth2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth3 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth3:hover {
  opacity: 0.7;
}
#btn_cloth3 span,
#btn_cloth3 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth3 span {
  transform: rotate(45deg);
}
#btn_cloth3 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth4 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth4:hover {
  opacity: 0.7;
}
#btn_cloth4 span,
#btn_cloth4 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth4 span {
  transform: rotate(45deg);
}
#btn_cloth4 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth5 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth5:hover {
  opacity: 0.7;
}
#btn_cloth5 span,
#btn_cloth5 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth5 span {
  transform: rotate(45deg);
}
#btn_cloth5 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth6 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth6:hover {
  opacity: 0.7;
}
#btn_cloth6 span,
#btn_cloth6 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth6 span {
  transform: rotate(45deg);
}
#btn_cloth6 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth7 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth7:hover {
  opacity: 0.7;
}
#btn_cloth7 span,
#btn_cloth7 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth7 span {
  transform: rotate(45deg);
}
#btn_cloth7 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth8 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth8:hover {
  opacity: 0.7;
}
#btn_cloth8 span,
#btn_cloth8 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth8 span {
  transform: rotate(45deg);
}
#btn_cloth8 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth9 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth9:hover {
  opacity: 0.7;
}
#btn_cloth9 span,
#btn_cloth9 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth9 span {
  transform: rotate(45deg);
}
#btn_cloth9 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth10 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth10:hover {
  opacity: 0.7;
}
#btn_cloth10 span,
#btn_cloth10 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth10 span {
  transform: rotate(45deg);
}
#btn_cloth10 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth11 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth11:hover {
  opacity: 0.7;
}
#btn_cloth11 span,
#btn_cloth11 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth11 span {
  transform: rotate(45deg);
}
#btn_cloth11 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth12 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth12:hover {
  opacity: 0.7;
}
#btn_cloth12 span,
#btn_cloth12 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth12 span {
  transform: rotate(45deg);
}
#btn_cloth12 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth13 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth13:hover {
  opacity: 0.7;
}
#btn_cloth13 span,
#btn_cloth13 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth13 span {
  transform: rotate(45deg);
}
#btn_cloth13 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth14 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth14:hover {
  opacity: 0.7;
}
#btn_cloth14 span,
#btn_cloth14 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth14 span {
  transform: rotate(45deg);
}
#btn_cloth14 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth15 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth15:hover {
  opacity: 0.7;
}
#btn_cloth15 span,
#btn_cloth15 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth15 span {
  transform: rotate(45deg);
}
#btn_cloth15 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth16 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth16:hover {
  opacity: 0.7;
}
#btn_cloth16 span,
#btn_cloth16 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth16 span {
  transform: rotate(45deg);
}
#btn_cloth16 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#btn_cloth17 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5da5ce;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth17:hover {
  opacity: 0.7;
}
#btn_cloth17 span,
#btn_cloth17 span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth17 span {
  transform: rotate(45deg);
}
#btn_cloth17 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
/* クリックで表示 */
#popup1:checked ~ #overlay1 {
  visibility: visible;
}
#popup2:checked ~ #overlay2 {
  visibility: visible;
}
#popup3:checked ~ #overlay3 {
  visibility: visible;
}
#popup4:checked ~ #overlay4 {
  visibility: visible;
}
#popup5:checked ~ #overlay5 {
  visibility: visible;
}
#popup6:checked ~ #overlay6 {
  visibility: visible;
}
#popup7:checked ~ #overlay7 {
  visibility: visible;
}
#popup8:checked ~ #overlay8 {
  visibility: visible;
}
#popup9:checked ~ #overlay9 {
  visibility: visible;
}
#popup10:checked ~ #overlay10 {
  visibility: visible;
}
#popup11:checked ~ #overlay11 {
  visibility: visible;
}
#popup12:checked ~ #overlay12 {
  visibility: visible;
}
#popup13:checked ~ #overlay13 {
  visibility: visible;
}
#popup14:checked ~ #overlay14 {
  visibility: visible;
}
#popup15:checked ~ #overlay15 {
  visibility: visible;
}
#popup16:checked ~ #overlay16 {
  visibility: visible;
}
#popup17:checked ~ #overlay17 {
  visibility: visible;
}
#popup1:checked ~ #overlay1 #window1 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup2:checked ~ #overlay2 #window2 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup3:checked ~ #overlay3 #window3 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup4:checked ~ #overlay4 #window4 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup5:checked ~ #overlay5 #window5 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup6:checked ~ #overlay6 #window6 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup7:checked ~ #overlay7 #window7 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup8:checked ~ #overlay8 #window8 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup9:checked ~ #overlay9 #window9 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup10:checked ~ #overlay10 #window10 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup11:checked ~ #overlay11 #window11 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup12:checked ~ #overlay12 #window12 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup13:checked ~ #overlay13 #window13 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup14:checked ~ #overlay14 #window14 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup15:checked ~ #overlay15 #window15 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup16:checked ~ #overlay16 #window16 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup17:checked ~ #overlay17 #window17 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
      opacity: 1;
  }
}


/* コンテンツ部分のスタイル */
.album_container {
  width: 70vw;
}
@media (max-width: 430px) {
  .album_container {
    width: 90vw;
  }
}
.album_box {
  width: 60vw;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 430px) {
  .album_box {
    width: 80vw;
  }
}
.album_box img {
  width: 15vw;
  height: auto;
}
@media (max-width: 430px) {
  .album_box img {
    width: 20vw;
  height: auto;
  }
}
.album_box2 {
  width: 60vw;
  margin: 0 auto;
  justify-content: space-around;
}
@media (max-width: 430px) {
  .album_box2 {
    width: 80vw;
  }
}
.album_box2 img {
  width: 15vw;
  height: auto;
}
@media (max-width: 430px) {
  .album_box2 img {
    width: 20vw;
  height: auto;
  }
}
.txt_label {
  text-decoration: underline;
  cursor: pointer;
}
.txt_label:hover {
  opacity: 0.7;
}

.discount {
  margin: 10vw auto 10vw auto;
  width: 70vw;
  font-family: 'Noto Serif JP', serif;
  line-height: 300%;
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .discount {
    width: 70vw;
    margin: 20vw auto 10vw auto;
  }
}
@media (max-width: 430px) {
  .discount {
    width: 90vw;
  }
}

.discount_container {
  margin-top: 7.5vw;
  font-size: 16px;
  border-bottom: #333 1px dotted;
}
@media (max-width: 768px) {
  .discount_container {
    margin-top: 20vw;
  }
}

span {
  color: red;
}

.discount_box {
  justify-content: space-around;
}
@media (max-width: 768px) {
  .discount_box {
    margin: 4vw 0 4vw 0;
  }
}
@media (max-width: 430px) {
  .discount_box {
    flex-direction: column;
    gap: 5vw;
    margin: 8vw 0 4vw 0;
  }
}

@media (max-width: 768px) {
  .discount_box {
    font-size: 14px;
  }
}

.discount_title {
  font-size: 16px;
  margin-bottom: 5vw;
}

.discount_text {
  margin-bottom: 0.25vw;
}
@media (max-width: 430px) {
  .discount_text:nth-child(2) {
    transform: rotate( 90deg );
  }
}


.discount_comment {
  margin-top: 5vw;
  font-size: 1vw;
  line-height: 300%;
}
@media (max-width: 768px) {
  .discount_comment {
    font-size: 14px;
    margin-top: 15vw;
  }
}


.reserve {
  width: 100vw;
  height: 15vw;
  margin: 10vw 0 5vw 0;
  background-image: url(../images/art1.jpg);
  background-position: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: 'Great Vibes', cursive;
  font-size: 5vw;
  letter-spacing: 1vw;
  color: #fff;
  filter: grayscale(100%);
}

.reserve:hover {
  filter: grayscale(0%);
}

.click {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5vw;
}


/* フッター */
footer {
  padding: 20px 0;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 768px) {
  footer {
    font-size: 10px;
  }
}

footer p {
  letter-spacing: 2.5px;
  line-height: 200%;
}

.policy_link {
  color: #333;
  text-decoration: none;
  letter-spacing: 2.5px;
  line-height: 200%;
}