@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

body {
  color: #3e3a39;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero .mv {
  opacity: 0;
  animation: sc 3s ease-in 0.2s forwards;
}
.hero .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 17%;
  width: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 1030px) {
  .hero .catch {
    top: 18.5%;
  }
}
@media screen and (max-width: 768px) {
  .hero .catch {
    flex-direction: column;
    width: 45.5%;
    top: 24%;
  }
}
.hero .catch figure.ekimae {
  width: 13.54%;
}
.hero .catch figure.x1 {
  width: 6.5625%;
}
.hero .catch figure.minami {
  width: 16.51%;
}
.hero .catch figure.x2 {
  width: 6.71875%;
}
.hero .catch figure.osakaeki {
  width: 30.73%;
}
@media screen and (max-width: 768px) {
  .hero .catch figure.ekimae, .hero .catch figure.x1, .hero .catch figure.x2, .hero .catch figure.minami, .hero .catch figure.osakaeki {
    width: 100%;
  }
}
.hero .sub {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(18px, 1.9791666667vw, 50px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 4px 0 6px;
  color: #7b0064;
  border-top: 1px solid #7b0064;
  border-bottom: 1px solid #7b0064;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.hero .sub span {
  font-size: 40%;
}
@media screen and (max-width: 1200px) and (min-width: 1030px) {
  .hero .sub {
    top: 26.5%;
  }
}
@media screen and (max-width: 768px) {
  .hero .sub {
    top: 43.5%;
    font-size: clamp(16px, 4.8vw, 40px);
    width: 52%;
  }
}
.hero .patch {
  width: clamp(100px, 17.96875vw, 345px);
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -9%;
  right: -5%;
}

.cta .sp {
  text-align: center;
  background: linear-gradient(343deg, #876100, #eed68a, #a48127);
  text-shadow: 0 0 5px black, 0 0 8px black;
  color: white;
  font-size: clamp(24px, 6.4vw, 30px);
  letter-spacing: 0.105em;
  line-height: 1.7em;
  margin-top: -1px;
  font-weight: 600;
}
.cta .sp span {
  font-size: 70%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta .obi-bl {
    margin-top: -1px;
  }
}
.cta .kome {
  font-size: clamp(10px, 0.875vw, 14px);
  text-align: center;
  margin-top: 1em;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .cta .kome {
    text-align: left;
    margin-bottom: 2em;
    margin-top: 0;
  }
}
.cta .info::before {
  content: "";
  background-image: url("../img/top/line-sp.jpg");
  background-size: cover;
  width: 100%;
  height: 5px;
  display: block;
}
@media screen and (min-width: 769px) {
  .cta .info::before {
    display: none;
  }
}
.cta .info p {
  text-align: center;
  font-size: clamp(22px, 3.5714285714vw, 50px);
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #3e3a39;
  margin: 0.8em 0;
}
.cta .info p span {
  font-size: 80%;
  letter-spacing: 0;
  margin-right: 10px;
}
.cta .info .links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  .cta .info .links {
    flex-direction: column;
  }
}
.cta .info .links a {
  display: block;
  width: clamp(197px, 30.1587301587vw, 380px);
}
@media screen and (max-width: 768px) {
  .cta .info .links a:last-of-type {
    order: 3;
  }
}
.cta .info .links a {
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .cta .info .links a:hover {
    opacity: 0.7;
  }
}
.cta .info .links p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.6363636364vw, 18px);
  letter-spacing: 0.05em;
  margin: 0;
  margin-top: 1.44em;
}
@media screen and (max-width: 768px) {
  .cta .info .links p {
    order: 2;
    margin: 15px 0 20px;
  }
}
.cta .toOrdermade {
  margin: 42px auto;
  display: block;
  width: 80%;
  max-width: 785px;
}
.cta .bnr,
.cta .wide {
  width: 80%;
  max-width: 1000px;
  margin: 40px auto;
}
.cta .wide {
  transition: all 0.2s;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .cta .wide:hover {
    opacity: 0.7;
  }
}

.mv2 {
  position: relative;
}
.mv2::before {
  content: "";
  background-image: url("../img/top/line.jpg");
  background-size: cover;
  width: 100%;
  height: 8px;
  display: block;
}
.mv2 .wrap {
  width: 100%;
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, 0);
}
.mv2 .wrap h2 {
  opacity: 0;
  width: clamp(226px, 23.4375vw, 450px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv2 .wrap h2 {
    width: clamp(226px, 60.2666666667vw, 450px);
  }
}
.mv2 .wrap h2.blurStart {
  animation: blurani 1.5s ease forwards 0.2s;
}
.mv2 .wrap p {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  text-align: center;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 2.1em;
  letter-spacing: 0.1em;
  margin-top: 2.8em;
}
@media screen and (max-width: 768px) {
  .mv2 .wrap p {
    line-height: 1.714em;
    letter-spacing: 0.12em;
  }
}

.picupContents .item {
  display: flex;
}
.picupContents .item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .picupContents .item:nth-child(2) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .picupContents .item {
    flex-direction: column;
  }
}
.picupContents .item div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .picupContents .item div {
    width: 100%;
  }
}
.picupContents .item .pic {
  position: relative;
  overflow: hidden;
}
.picupContents .item .pic figure {
  transition: filter 0.6s;
}
.picupContents .item .pic figure.toR {
  clip-path: inset(0 100% 0 0);
}
.picupContents .item .pic figure.toL {
  clip-path: inset(0 0 0 100%);
}
.picupContents .item .pic p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(30px, 3.125vw, 60px);
  color: white;
  text-align: center;
  line-height: 0.8em;
  letter-spacing: 0.02em;
  font-family: YakuHanMP, "Forum", serif;
}
.picupContents .item .pic p span {
  font-size: 50%;
}
.picupContents .item .right {
  background-image: url("../img/top_new/text_bg.webp");
  background-size: cover;
  color: #68a8a9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.picupContents .item .right.toL {
  clip-path: inset(0 0 0 100%);
  animation: toL 1s forwards 1s;
}
@media screen and (max-width: 768px) {
  .picupContents .item .right {
    padding: 24px 0 20px;
  }
}
.picupContents .item .right dl {
  text-align: center;
}
.picupContents .item .right dl dt {
  font-family: YakuHanMP, "PT Serif", serif;
  font-size: clamp(20px, 2.5vw, 48px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0.729em;
}
@media screen and (max-width: 768px) {
  .picupContents .item .right dl dt {
    margin-bottom: 10px;
  }
}
.picupContents .item .right dl dd {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(14px, 1.6666666667vw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.625em;
}
@media screen and (max-width: 768px) {
  .picupContents .item .right dl dd {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.picupContents .item .right dl dd span {
  font-size: clamp(13px, 1.25vw, 24px);
  border-top: 1px solid #68a8a9;
  border-bottom: 1px solid #68a8a9;
  letter-spacing: 0;
  padding: 5px 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .picupContents .item .right dl dd span {
    margin-top: 5px;
    letter-spacing: -0.02em;
  }
}
.picupContents .item .right a {
  margin-top: 3.95em;
  display: block;
  border: 1px solid #68a8a9;
  border-radius: 0.75em;
  line-height: 2.125em;
  width: clamp(160px, 13.59375vw, 261px);
  text-align: center;
  font-size: clamp(18px, 1.25vw, 24px);
  font-family: YakuHanMP, "Forum", serif;
  position: relative;
  transition: all 1s;
}
@media screen and (max-width: 1000px) {
  .picupContents .item .right a {
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .picupContents .item .right a {
    transition: all 0.1s;
  }
}
.picupContents .item .right a::before {
  content: "";
  height: 3em;
  width: 1px;
  background-color: #68a8a9;
  position: absolute;
  transform: translateY(-100%);
  left: 50%;
  top: -8px;
  transition: all 0.3s;
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 1000px) {
  .picupContents .item .right a::before {
    height: 1.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .picupContents .item .right a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .picupContents .item .right a:hover::before {
    height: 1.5em;
  }
}
.picupContents .item .right a:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.picupContents .item .right a:active::before {
  height: 1.5em;
}
.picupContents .item.show .toR {
  animation: toR 1s ease-in-out forwards 0.2s;
}
.picupContents .item.show .toL {
  animation: toL 1s ease-in-out forwards 0.2s;
}
.picupContents .item.show .right a::before {
  animation: lineclip 1s ease-in-out forwards 1s;
}

.contents::after {
  content: "";
  background-image: url("../img/top/line.jpg");
  background-size: cover;
  width: 100%;
  height: 10px;
  display: block;
}
.contents h3 {
  line-height: 2.89em;
  font-size: clamp(24px, 2.8645833333vw, 55px);
  letter-spacing: 0.02em;
  font-family: YakuHanMP, "Forum", serif;
  text-align: center;
}
.contents ul {
  display: flex;
  flex-wrap: wrap;
}
.contents ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .contents ul li {
    width: 50%;
  }
}
.contents ul li a {
  position: relative;
  color: white;
  overflow: hidden;
}
.contents ul li a img {
  position: relative;
  display: block;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .contents ul li a img {
    transition: all 0.1s;
  }
}
.contents ul li a .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
.contents ul li a .wrap .page {
  font-family: YakuHanMP, "PT Serif", serif;
  font-size: clamp(15px, 1.875vw, 36px);
  letter-spacing: 0.1em;
  text-align: center;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 3px 0;
  min-width: clamp(150px, 17.7604166667vw, 341px);
}
.contents ul li a .wrap .copy {
  font-family: YakuHanMP, "Forum", serif;
  font-size: clamp(25px, 3.125vw, 60px);
  text-align: center;
  line-height: 0.8em;
  letter-spacing: 0.02em;
}
.contents ul li a .wrap .copy span {
  font-size: 50%;
}
.contents ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #7f7f7f;
  background: linear-gradient(to right, rgba(127, 127, 127, 0.7), rgba(63, 63, 63, 0.7));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contents ul li a::before {
    transition: all 0s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contents ul li a:hover::before {
    opacity: 0.1;
  }
  .contents ul li a:hover img {
    scale: 1.02;
  }
  .contents ul li a:hover .wrap p {
    text-shadow: 0 0 8px #3e3a39, 0 0 4px #3e3a39;
  }
}
.contents ul li a:active::before {
  opacity: 0.1;
}
.contents ul li a:active img {
  scale: 1.02;
}
.contents ul li a:active .wrap p {
  text-shadow: 0 0 8px #3e3a39, 0 0 4px #3e3a39;
}

.notes {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .notes {
    padding: 25px 0;
  }
}
.notes p {
  font-size: 13px;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notes p {
    font-size: 10px;
  }
}

@keyframes sc {
  0% {
    opacity: 0;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes blurani {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes toR {
  0% {
    scale: 1.1;
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    scale: 1;
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes toL {
  0% {
    scale: 1.1;
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  100% {
    scale: 1;
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes lineclip {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}/*# sourceMappingURL=top_new.css.map */