@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&family=Kaisei+Opti:wght@400;700&family=Noto+Sans&display=swap");

html {
  scroll-behavior: smooth;
}

@media (max-width: 1260px) {
  html {
    font-size: 67.5%;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}

body {
  color: #ffffff;
  font-family: "Fugaz One";
  font-family: "Kaisei Opti", serif;
  background-image: url("../img/background.png");
  background-repeat: repeat-y;
  background-size: contain;
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #ffffff;
}

/*- header*/

/*headerlogo*/
.headerLogo {
  text-align: center;
  margin-block: 1rem;
}

.headerLogo a:hover {
  opacity: 0.5;
}

.headerLogo img {
  width: 12rem;
  height: 5.5rem;
}

/*headerNav*/
.headerNav {
  height: 3rem;
  width: 100%;
  background: #520092;
}

.headerNav ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  font-size: 1.35rem;
  margin-inline: auto;
}

.headerNav li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 3rem;
  padding: 1rem;
  width: 200px;
}

.headerNav a:hover {
  color: #ff67ca;
  background: #53009278;
}

/*--headerResponsive*/

/*headerNav*/
@media (max-width: 1260px) {
  .headerNav li {
    width: 20%;
    padding: 0;
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .headerNav ul {
    width: 90%;
  }
  .headerNav li {
    width: 20%;
    padding: 0;
    margin-inline: auto;
  }
}

@media (max-width: 500px) {
  nav {
    display: none;
  }
}
/*- main*/

/*-- heroImage*/
.heroImage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  position: relative;
}

/*heroLogo*/
.heroLogo {
  width: 50%;
  position: absolute;
  top: 25%;
  left: 5%;
}
.heroLogo img {
  width: 80%;
  height: 80%;
}

/*coverImage*/
.coverImage {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.coverImage img {
  width: 65%;
  height: 95%;
}

/*-- heroImageResponsive*/

@media (max-width: 500px) {
  .heroImage {
    display: block;
    position: static;
    margin: 6rem auto 15rem auto;
  }

  .heroLogo {
    width: 100%;
    position: static;
    text-align: center;
  }

  .coverImage img {
    width: 100%;
    height: 100%;
  }

  /*scrollbar*/
  .scrollBar:before {
    content: "scroll";
    color: #ffffff;
    position: absolute;
    bottom: -25px;
    left: -10px;
    text-shadow: 3px 3px 0 #000000;
  }

  .scrollBar {
    position: absolute;
    top: 70%;
    left: 50%;
    background: #ffffff;
    height: 50px;
    width: 3px;
    margin-bottom: 7rem;
    box-shadow: 3px 3px 0 #000000;
    animation: pathmove 2s ease-in-out infinite;
  }

  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 15%;
      opacity: 0;
    }
    30% {
      height: 70px;
      opacity: 1;
    }
    100% {
      height: 0;
      bottom: 10%;
      opacity: 0;
    }
  }

  .scrollBar:after {
    content: "";
    height: 15px;
    width: 3px;
    position: absolute;
    bottom: -2px;
    left: 5px;
    transform: rotate(45deg);
    background: #ffffff;
    box-shadow: 3px 3px 0 #000000;
  }
}

@media (max-width: 450px) {
  .scrollBar {
    top: 63%;
  }
}

@media (max-height: 700px) {
  .scrollBar {
    top: 75%;
  }
}

/*-- maincontainer*/
.mainContainer {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*-- youtube*/
.youtubeSection {
  margin-block: 5rem;
  text-align: center;
}

/*youtubeInfo*/
.youtubeInfo {
  font-size: 2.5rem;
  margin-block: 2rem;
  text-align: center;
}

/*-- youtubeResponsive*/
@media (max-width: 1260px) {
  .youtubeInfo {
    margin-block: 5rem;
  }

  .youtubeSection img {
    width: 90%;
    height: 90%;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .youtubeInfo {
    font-size: 1.75rem;
    margin-block: 2rem;
  }

  .youtubeSection img {
    width: 100%;
    height: 100%;
  }
}

/*-- conpanyInfo*/

.companyInfo {
  margin-block: 7rem 10rem;
}

.companyInfoTitle {
  font-size: 4rem;
  font-family: "Fugaz One";
  position: relative;
  text-align: center;
  margin-inline: auto;
  z-index: 1;
  width: 50rem;
}

.companyInfoTitle:after {
  content: "";
  height: 1.5rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #53009278;
  z-index: -1;
}

/*spLabel*/
.spLabel {
  display: none;
}

/*--- greetingArea*/
.greetingArea {
  display: flex;
  gap: 10rem;
  align-items: center;
  margin-bottom: 5rem;
}

/*greetingLeft*/
.greetingTextTitle {
  font-size: 2rem;
  letter-spacing: 5px;
  margin: 1.5rem 0 3rem 0;
  line-height: 3rem;
}

.greetingLeft p {
  letter-spacing: 2px;
  line-height: 1.5rem;
  margin-bottom: 5rem;
}

.owner {
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: right;
  margin-right: 3rem;
}

.ownerName {
  letter-spacing: 3px;
  font-size: 3rem;
}

/*--- infoArea*/
.infoArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/*infoLeft*/
.infoTitle {
  font-size: 3.5rem;
  position: relative;
  z-index: 1;
  width: 15rem;
  z-index: 1;
  margin-bottom: 3rem;
}

.infoTitle:after {
  content: "";
  width: 100%;
  height: 1rem;
  background: #53009278;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.shopName,
.shopInfo {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 2rem;
}

.shopName {
  margin-bottom: 2rem;
}
/*infoRight*/
.infoRight {
  position: relative;
  width: 100%;
  height: 400px;
  max-width: 350px;
  text-align: right;
}

.infoRight iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- conpanyInfoResponsive*/
@media (max-width: 1260px) {
  .companyInfoTitle {
    font-size: 3.75rem;
    margin-bottom: 3rem;
  }

  /*greetingArea*/
  .greetingArea {
    justify-content: space-between;
    gap: 0;
  }
  .greetingTextTitle {
    font-size: 2.5rem;
  }
  .greetingLeft p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .greetingRight {
    justify-content: right;
    width: 35%;
  }
  .greetingRight img {
    height: 100%;
    width: 100%;
  }

  /*infoArea*/
  .infoTitle {
    font-size: 3.5rem;
  }

  .shopName,
  .shopInfo {
    font-size: 1.6rem;
  }
}

@media (max-width: 760px) {
  /*spLabel*/
  .spLabel {
    height: 5rem;
    width: 100vw;
    background-color: #520092;
    color: #ffffff;
    margin-bottom: 5rem;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*greetingArea*/
  .companyInfoTitle {
    font-size: 3rem;
    width: 40rem;
  }
  .greetingArea,
  .owner {
    display: block;
    text-align: center;
    margin-inline: auto;
  }

  .greetingRight {
    display: none;
  }

  /*infoArea*/
  .infoArea {
    flex-direction: column;
    text-align: center;
  }
  .infoTitle {
    margin-inline: auto;
    font-size: 3rem;
    width: 12rem;
  }
  /*infoLeft*/
  .infoLeft {
    margin: 5rem auto 3rem auto;
  }
  /*infoRight*/
  .infoRight {
    margin-inline: auto;
  }
}

/*-- cast*/
.cast {
  margin: 2rem auto 10rem auto;
}

.castInnerTop,
.castInnerBottom {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.cast p {
  margin-top: 1rem;
}

.castInnerTop {
  font-size: 1.75rem;
}
.castInnerBottom {
  gap: 2.5rem;
  font-size: 1.5rem;
}

.castInner img {
  height: 90%;
  width: 100%;
}

/*-- castResponsive*/
@media (max-width: 760px) {
  .castInner {
    width: 80%;
    margin-inline: auto;
  }

  .castInnerBottom {
    font-size: 1.2rem;
  }
}

@media (max-width: 550px) {
  .castInnerTop {
    font-size: 13px;
  }
  .castInnerBottom img {
    height: 70%;
  }
  .castInnerBottom {
    font-size: 14px;
    word-break: keep-all;
  }
}

/*-- price*/
.price {
  margin: 5rem auto;
  height: 800px;
  width: 70%;
}
.priceTop {
  display: flex;
  flex-direction: row;
  position: relative;
}

/*--- priceLeft*/
.priceLeft {
  height: 47rem;
  width: 45rem;
  color: #000000;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 2rem;
  z-index: 1;
  box-shadow: 5px 5px 3px #333333;
}

.priceTitle,
.priceInfo {
  margin: 3rem;
}

.priceTitle {
  font-size: 3rem;
  text-align: center;
  position: relative;
  z-index: 5;
  width: 10rem;
  margin-inline: auto;
  margin-bottom: 3.5rem;
}

.priceTitle::after {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 100%;
  background: #53009278;
  bottom: -0.5rem;
  left: 0;
  z-index: -1;
}

.priceInfo {
  font-size: 1.5rem;
}

.priceInfo p {
  margin-bottom: 2.5rem;
  line-height: 2.5rem;
}

.priceRight {
  position: absolute;
  right: 0;
}

/*-- priceResponsive*/
@media (max-width: 1500px) {
  .price {
    width: 80%;
  }
}

@media (max-width: 1260px) {
  .priceLeft {
    height: 62rem;
    width: 52rem;
  }

  .priceTitle {
    font-size: 4rem;
    width: 15rem;
    margin-bottom: 7rem;
  }

  .priceInfo {
    font-size: 2rem;
  }

  .priceInfo p {
    margin-bottom: 3rem;
    line-height: 3rem;
  }
}

@media (max-width: 900px) {
  .priceTop {
    display: flex;
    justify-content: center;
  }

  .priceLeft {
    position: initial;
  }

  .priceRight {
    display: none;
  }
}

@media (max-width: 760px) {
  .price {
    height: 600px;
  }

  .priceLeft {
    height: 52rem;
    width: 38rem;
  }

  .priceTitle {
    font-size: 3rem;
    width: 15rem;
    margin-bottom: 5rem;
  }

  .priceInfo {
    font-size: 1.5rem;
  }

  .priceInfo p {
    margin-bottom: 3rem;
    line-height: 3rem;
  }
}

@media (max-width: 500px) {
  .priceInfo p {
    word-break: keep-all;
  }

  .price {
    height: 550px;
  }
}

@media (max-width: 450px) {
  .price {
    height: 400px;
  }
}

/*-- coupon*/
.coupon {
  text-align: center;
  margin-bottom: 5rem;
}
.coupon img {
  width: 70%;
  height: 100%;
}
@media (max-width: 760px) {
  .coupon img {
    width: 90%;
  }
}

/*-- recruit*/
.recruit {
  margin-block: 5rem;
  width: 70%;
  margin-inline: auto;
}

.recruitTitle {
  width: 12rem;
  font-size: 3rem;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}

.recruitTitle:after {
  content: "";
  height: 1rem;
  width: 100%;
  position: absolute;
  background: #53009278;
  bottom: 0;
  z-index: -1;
}

.recruit img {
  height: 100%;
  width: 100%;
  text-align: center;
}

/*-- recruitResponsive*/
@media (max-width: 760px) {
  .recruit {
    width: 90%;
  }

  .recruitTitle {
    display: none;
  }
}

/*-- contact*/
.contactTitle {
  margin: 3rem auto;
  font-size: 3rem;
  position: relative;
  width: 18rem;
  z-index: 1;
}

.contactTitle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  background-color: #53009278;
  z-index: -1;
}

/*inputArea*/
.inputArea {
  display: flex;
  flex-direction: column;
  width: 40rem;
  margin-inline: auto;
}

label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

select,
input,
textarea {
  font-size: 1.25rem;
  width: 40rem;
  padding: 1.25rem 3rem;
  background: #d9d9d9;
  color: #000000;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.submitButton {
  width: 10rem;
  text-align: center;
  margin: 1.5rem auto;
}

.submitButton:hover {
  background: #333333;
  color: #ffffff;
}

/*-- contactResponsive*/
@media (max-width: 760px) {
  .contactTitle {
    display: none;
  }
}

/*- footer*/
footer {
  margin-top: 5rem;
  background: #520092;
  height: 180px;
  font-family: "Noto Sans", sans-serif;
}
/*-- footerContainer*/
.footerContainer {
  display: flex;
  height: 100%;
  width: 90%;
  margin-inline: auto;
  justify-content: space-between;
  align-items: center;
}

/*footerLeft*/
.footerLeft a:hover {
  opacity: 0.7;
}

/*footerCenter*/
.footerCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  height: 100%;
  padding-block: 2rem;
  margin-inline: 2rem 5rem;
}

.centerCompanyTitle {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/*footerRight*/
.footerRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 30%;
}
.rightTitle {
  text-align: center;
  margin-block: 1rem;
}

.rightSNS {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
  width: 100%;
  gap: 2rem;
}

.rightSNS p {
  margin-top: 1rem;
}

.rightSNS a {
  height: 100%;
}

.rightSNS a:hover {
  opacity: 0.5;
}

.twitter,
.youtube,
.facebook {
  text-align: center;
}

/*-- footerResponsive*/
@media (max-width: 1260px) {
  .centerCompanyTitle {
    font-size: 2rem;
  }
  .footerCenter {
    font-size: 1.5rem;
  }
}

@media (max-width: 970px) {
  .footerLeft img {
    width: 250px;
  }
  .centerCompanyTitle {
    font-size: 1.5rem;
  }
  .footerCenter {
    font-size: 1.2rem;
  }
  .rightSNS {
    height: 40%;
  }

  .twitter,
  .youtube,
  .facebook {
    min-width: 50px;
  }

  .rightSNS img,
  .rightSNS a {
    width: 90%;
    height: 90%;
  }
}
@media (max-width: 760px) {
  footer {
    height: 420px;
  }
  .footerContainer {
    display: block;
    padding-top: 5rem;
    width: 300px;
  }
  .footerLeft {
    text-align: center;
  }

  .footerCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    height: 0;
    padding-block: 20%;
  }

  .footerRight {
    height: 0;
    padding-top: 3rem;
    width: 100%;
  }

  @media (max-width: 450px) {
    .centerCompanyTitle {
      font-size: 2rem;
    }
    .footerCenter {
      font-size: 1.5rem;
    }
  }
}

/*copyright*/
.copyright {
  margin-block: 1rem;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
/*copyrightResponsive*/
@media (max-width: 760px) {
  .copyright {
    margin: 0;
    padding-block: 1rem;
    background: #520092;
  }
}
