@charset "utf-8";

@font-face {
  font-family: "Roxborough CF";
  src: url("./fonts/Roxborough CF.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.en {
  font-family: "Roxborough CF", 'Helvetica Neue', sans-serif;
  letter-spacing: 0.03rem;
}


body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: bold;
  font-style: normal;
  background: url(./images/bg.jpg) repeat-y center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #691785;
  line-height: 1.6;
  position: relative;
}

@media (min-width: 768px) {
  body {
    background-attachment: fixed;
  }
}


main {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(255,255,255,0.8);
  min-height: 100vh;
}

h1 {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  width: min(100%, 650px);
  margin: 0 auto;


/*  opacity: 0;*/
/*  pointer-events: none;*/
/*  transition: opacity 0.6s;*/
}

h1 img {
  display: block;
  width: 80%;
  max-width: 615px;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 520 / 80;
}

figure img {
  width: 100%;
  height: auto;
}

section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: min(10vw, 70px);
  padding-right: min(10vw, 70px);
  padding-top: min(12vw, 120px);
  padding-bottom: min(12vw, 120px);
}
/*
.kv {
  position: relative;
}

.kv::after {
  content: '';
  display: block;
  background: url(./images/bubble.png) no-repeat center center;
  background-size: contain;
  width: 110px;
  height: 90px;
  position: absolute;
  right: -7%;
  top: 100%;
}

.sec {
  position: relative;
}

.sec::after {
  content: '';
  display: block;
  background: url(./images/bubble.png) no-repeat center center;
  background-size: contain;
  width: 110px;
  height: 90px;
  position: absolute;
  left: -7%;
  top: 100%;
}*/

.anchor {
  position: fixed;
  right: max(calc(50vw - 325px + 2vw), 2vw);
  bottom: 1vw;
  width: min(30vw, 70px);
}

.anchor img {
  width: 100%;
  height: auto;
}

.anchor {
  transition: .3s ease all;
}

.anchor:hover {
  opacity: .6;
}

.shop {
  display: block;
  border: 2px solid;
  text-align: center;
  border-radius: 5px;
  margin-top: 1em;
  min-width: 300px;
  line-height: 2;
  transition: .3s ease all;
}

.shop:hover {
  background-color: #691785;
  color: #fff;
}

.dot {
  position: relative;
  display: flex;
  align-items: baseline;
}

.dot::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(./images/dot.png) no-repeat center center;
  background-size: contain;
  width: 27px;
  height: 16px;
  margin-right: 10px;
}

.align-center {
  text-align: center;
}

.f-35 {
  font-size: 35px;
}

.f-30 {
  font-size: 30px;
}

.f-23 {
  font-size: 23px;
}

.f-20 {
  font-size: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.table dl {
  margin-top: 20px;
  display: flex;
}

.table dt {
  width: 9em;
}

.table dd {
  width: calc(100% - 9em);
}

@media (max-width: 768px) {
  body {
    position: relative;
    background: none;
  }

  body::before {
    content: '';
    background: url(./images/bg-sp.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    height: 100dvh;
    width: 100dvw;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
  }

  h1 {
    top: 6vw;
  }

  .kv::after {
    width: 16.9vw;
    height: 13.8vw;
  }

  .anchor {
    position: fixed;
    right: 7vw;
    bottom: 6vw;
    width: 10vw;
  }

  .f-35 {
    font-size: 5.6vw;
  }

  .f-30 {
    font-size: 4.8vw;
  }

  .f-23 {
    font-size: 3.7vw;
  }

  .f-20 {
    font-size: 3.2vw;
  }

  .mb-60 {
    margin-bottom: 9.7vw;
  }

  .mb-30 {
    margin-bottom: 4.8vw
  }

  .mb-20 {
    margin-bottom: 3.2vw;
  }

  .table dl {
    margin-top: 3.2vw;
  }

  .dot::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(./images/dot.png) no-repeat center center;
    background-size: contain;
    width: 4vw;
    height: 2vw;
    margin-right: 1vw;
  }
}


