@charset "utf-8";

/* 共通 */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body {
  color: #202f55;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.8;
}
a {
  color: #202f55;
  text-decoration: none;
}

main {
  margin: 1300px auto 0;
  max-width: 640px;
  position: relative;
}

/* ヘッダー */

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #c7bfb3;
  z-index: 5;
}

.header {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.header a {
  line-height: 60px;
}
.header img {
  width: 60px;
  height: 60px;
}
.nav-button {
  display: none;
}

/* ナビゲーション */

nav {
  width: calc((100% - 640px) / 2);
  height: calc(100% - 60px);

  position: fixed;
  top: 60px;
  left: 0px;
  padding: 2rem 2rem 2rem 0;
  background-color: #0a1226;
  opacity: 0.8;
}
nav ul {
  list-style-type: none;
  overflow: auto;
  font-size: 1.8rem;
  margin-left: 1rem;
}
nav a {
  display: block;
  text-decoration: none;
  color: #f5f7f9;
  letter-spacing: 0.2rem;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 400px;
}
nav ul a:hover {
  color: #c7bfb3;
  border-radius: 30px;
  background-color: #040b1b;
}
.shiryou-btn {
  max-width: 400px;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  border-radius: 3rem;
  margin-left: 2rem;
  background-color: #c7bfb3;
}
.shiryou-btn a {
  color: #202f55;
  transition: 1s;
}
.shiryou-btn a:hover {
  border-radius: 30px;
  background-color: #040b1b;
  color: #c7bfb3;
  letter-spacing: 0.5rem;
}
.nav-banner {
  width: 80%;
  max-width: 300px;
  height: auto;
  /* padding: 3.5%; */
}
.nav-banner a:hover {
  opacity: 0.7;
}

/* メイン画像　フルスクリーン背景 */

.bg-img {
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

/* スクロールダウン */

.scrolldown {
  position: fixed;
  bottom: 20%;
  left: 50%;
  z-index: -1;
}
.scrolldown span {
  position: absolute;
  left: -12px;
  bottom: 10px;
  color: #202f55;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown::before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 60px;
  background-color: #202f55;
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

/* メイン (.container) 全セクション共通 */

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.sec6,
.sec7 {
  padding: 10rem 2rem;
  background-color: #c7bfb3;
  border-radius: 5px;
  margin-bottom: 12rem;
}
h2 {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 8rem;
  letter-spacing: 0.2rem;
  line-height: 4rem;
}

/* section１ */

.sec1 h2 {
  position: relative;
}
.sec1 h2::after {
  position: absolute;
  bottom: -3.5rem;
  left: 26rem;
  content: "お知らせ";
  font-size: 1.6rem;
}
.sec1 a {
  color: #202f55;
  position: relative;
}
.sec1 a:hover {
  opacity: 0.6;
}
.sec1 table {
  margin: 0 auto;
}
.sec1 tr th {
  text-align: left;
  font-weight: normal;
}
.sec1 td {
  padding-left: 2rem;
}
.sec1 table tr {
  padding: 1rem;
  line-height: 4.8rem;
}
.sec1 span {
  background-color: #202f55;
  border-radius: 5%;
  padding: 0.2rem 0.8rem;
  font-size: 1.2rem;
  vertical-align: center;
  color: #fff;
  margin-right: 0.5rem;
}

/* section２ */

.sec2 h2 {
  position: relative;
}
.sec2 h2::after {
  content: "プラン";
  font-size: 1.6rem;
  position: absolute;
  bottom: -3.5rem;
  left: 27.5rem;
}
.sec2 h3 {
  border: 2px solid #202f55;
  border-radius: 8px;
  text-align: center;
  line-height: 2rem;
  padding: 1.5rem 0;
  margin-bottom: 50px;
}
.sec2 h4 {
  margin-bottom: 1.5rem;
}
.sec2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 5rem;
}
.sec2 .btn {
  background-color: #202f55;
  color: #f4eaea;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 3rem;
  padding: 1rem 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  transition: all 1s;
}
.sec2 ul li {
  padding-left: 1rem;
}
.sec2 .comment {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  white-space: nowrap;
}
.sec2 .btn a {
  color: #f0f3f7;
  text-decoration: none;
}
.sec2 .btn:hover {
  letter-spacing: 0.3rem;
  opacity: 0.9;
}

/* section３ */

.sec3 h2 {
  position: relative;
}
.sec3 h2::after {
  content: "ギャラリー";
  font-size: 1.6rem;
  position: absolute;
  bottom: -3.5rem;
  left: 24.5rem;
}
.sec3 p {
  display: inline-block;
  padding: 2%;
  vertical-align: bottom;
}

/* section４ */

.sec4 h2 {
  position: relative;
}
.sec4 h2::after {
  content: "衣裳";
  font-size: 1.6rem;
  position: absolute;
  bottom: -3.5rem;
  left: 28.4rem;
}
.sec4 h3 {
  text-align: center;
  margin-bottom: 30px;
}
.sec4 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.sec4 .btn3 {
  margin: 80px 0;
  background-color: #202f55;
  color: #f4eaea;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 3rem;
  padding: 1rem 0;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  transition: all 1s;
}
#sec4 .btn3 a {
  text-decoration: none;
  color: #202f55;
}
.sec4 .btn3:hover {
  letter-spacing: 0.3rem;
  opacity: 0.9;
}
.sec4 .banner img {
  padding: 0 10%;
}
.sec4 .banner a:hover {
  opacity: 0.7;
}

/* section５ */

.sec5 h2 {
  position: relative;
}
#sec5 h2 span {
  font-size: 1.6rem;
}
.sec5 h2::after {
  content: "ランキング";
  font-size: 1.6rem;
  position: absolute;
  bottom: -3.5rem;
  left: 26rem;
  line-height: 1em;
}
.sec5 h3 {
  font-weight: normal;
  font-size: 3rem;
  line-height: 4.5rem;
}
.sec5 .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}
.sec5 img {
  margin-top: 1.5rem;
  padding: 5%;
}
.sec5 .btn3 {
  margin-top: 80px;
  background-color: #202f55;
  color: #f4eaea;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 3rem;
  padding: 1rem 0;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  transition: all 1s;
}
#sec5 .btn3 a {
  text-decoration: none;
  color: #202f55;
}
.sec5 .btn3:hover {
  letter-spacing: 0.3rem;
  opacity: 0.9;
}

/* section６ */

.sec6 h2 {
  position: relative;
}
.sec6 h2::after {
  content: "写真家";
  font-size: 1.6rem;
  position: absolute;
  bottom: -3.5rem;
  left: 27.6rem;
}
.sec6 .container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.sec6 img {
  margin-bottom: 0.2rem;
}
.sec6 .work-btn {
  text-align: center;
  border: 1px solid #202f55;
  border-radius: 30px;
  width: 70%;
  margin: 50px auto 0;
  padding: 1rem;
  transition: 1s;
}
.sec6 .work-btn:hover {
  letter-spacing: 0.4rem;
}

/* section７ */

.sec7 h2 {
  position: relative;
  text-align: center;
}
.sec7 h2::after {
  position: absolute;
  bottom: -3.5rem;
  left: 24rem;
  content: "ショップ情報";
  font-size: 1.6rem;
}
.sec7 p {
  text-align: center;
  margin-bottom: 5rem;
}
.sec7 .map-grayscale {
  filter: grayscale(100%);
}
.sec7 .btn4 {
  width: 70%;
  padding: 1rem 0;
  margin: 50px auto 20px;
  border-radius: 3rem;
  background-color: #202f55;
  color: #f4eaea;
  font-size: 1.8rem;
  text-align: center;
  transition: all 1s;
  color: #f5f6f8;
}
.sec7 .btn4:hover {
  letter-spacing: 0.3rem;
  opacity: 0.8;
}
.sec7 .btn5 {
  margin: 30px auto 0;
  border: 1px solid #202f55;
  color: #f4eaea;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 3rem;
  padding: 1rem 0;
  width: 70%;
  transition: all 1s;
}
.sec7 .btn5:hover {
  letter-spacing: 0.3rem;
  opacity: 0.8;
}

/* フッター */

footer {
  text-align: center;
  background-color: #c7bfb3;
  margin: 120px auto 0;
  max-width: 640px;
  padding: 5rem 0 1rem;
}
footer a {
  color: #202f55;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 5rem;
  padding: 1rem 5rem;
  border-radius: 20px;
}
footer a:hover {
  background-color: #202f55;
  color: #c7bfb3;
}

footer ul {
  list-style-type: none;
}

/* メディアU1200 */

@media (max-width: 1200px) {
  .nav-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    position: fixed;
    right: 10px;
    top: 5px;
  }
  .nav-button:hover {
    cursor: pointer;
  }
  .nav-button span {
    width: 30px;
    height: 2px;
    background-color: #202f55;
    position: absolute;
    left: 10px;
    transition: all 1s;
  }
  .nav-button span:nth-child(1) {
    top: 15px;
  }
  .nav-button span:nth-child(2) {
    top: 25px;
  }
  .nav-button span:nth-child(3) {
    top: 35px;
  }
  nav {
    width: 100%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    background-color: #202f55;
    overflow-y: auto;
  }
  nav li {
    /* padding: 5px 0; */
  }
  .header {
    padding-left: 70px;
  }

  /* メディアU640 */

  @media (max-width: 640px) {
    header .logo {
      display: none;
    }
    h1 a {
      font-size: 1.6rem;
      padding-right: 35px;
    }
    .scrolldown {
      bottom: 30%;
    }
    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5,
    .sec6,
    .sec7 {
      padding: 5rem 2rem;
    }
    h2 {
      margin-bottom: 5rem;
    }
    .sec1 {
      font-size: 16px;
    }
    .sec2 .container {
      flex-direction: column;
      align-items: center;
    }
    h2::after {
      display: none;
    }
    .sec2 h4 {
      padding-top: 1.5rem;
    }
    .sec3 .container {
      display: block;
      text-align: center;
    }
    .sec4 h3 {
      text-align: center;
      margin-bottom: 3rem;
    }
    .sec4 img {
      margin: 1rem 0;
    }
    .sec5 .container {
      flex-direction: column;
    }
    .sec5 .btn3 {
      margin-top: 30px;
    }
    .sec7 p {
      margin-bottom: 3rem;
    }
    .sec7 iframe {
      width: 300px;
      height: auto;
    }
  }

  /* jqueryのハンバーガーメニューオープン */

  .open nav {
    opacity: 1;
    visibility: visible;
  }

  .open .nav-button span:nth-child(1) {
    top: 25px;
    transform: rotate(315deg);
  }
}
.open .nav-button span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .nav-button span:nth-child(3) {
  top: 25px;
  transform: rotate(-315deg);
}
