@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
*:not(input):not(textarea) {
  user-select: none;
}

/* goquria */
/* ============================================ */
.ttl {
  position: relative;
  padding-top: 34px;
  color: #364d64;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .ttl {
    font-size: 2.4rem;
  }
}
.ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 11px;
  height: 14px;
  background: url(../images/goquria/ico_drop.svg) no-repeat center/cover;
}
.ttl em {
  position: relative;
  font-style: normal;
}
.ttl em::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e7e25d;
}
.ttl span {
  font-size: 2.4rem;
  letter-spacing: 2.4px;
}
@media all and (max-width: 896px) {
  .ttl span {
    font-size: 1.8rem;
  }
}

.mv {
  position: relative;
  color: #364d64;
  text-align: center;
  font-family: "Yu Gothic", sans-serif;
  font-size: 2.6vw;
  font-weight: 500;
  letter-spacing: 7px;
}
@media all and (max-width: 896px) {
  .mv {
    font-size: 2.8rem;
    letter-spacing: 3px;
  }
}
.mv > figure img {
  width: 100%;
}
.mv hgroup {
  position: absolute;
  bottom: 2.08vw;
  left: 0;
  width: 100%;
}
@media all and (max-width: 896px) {
  .mv hgroup {
    top: 65vw;
    bottom: auto;
  }
}
.mv hgroup .sub {
  margin-bottom: 0.5vw;
  font-size: max(1.1vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .mv hgroup .sub {
    font-size: 1.4rem;
  }
}
.mv hgroup h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1vw;
  text-align: center;
  font-size: max(1.2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .mv hgroup h1 {
    font-size: 1.4rem;
  }
}
.mv hgroup h1 img {
  width: 25vw;
}
@media all and (max-width: 896px) {
  .mv hgroup h1 img {
    width: 280px;
  }
}

.content {
  position: relative;
  padding-block: 6.77vw;
  background: url(../images/goquria/bg.webp) repeat-y top center/100% auto;
  color: #595757;
  font-family: "Yu Gothic", sans-serif;
  font-size: max(0.83vw, 1.4rem);
}
.content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20.61vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.content .choise {
  position: relative;
  padding-top: 34px;
  text-align: center;
  font-size: 1.67vw;
  font-weight: 700;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .content .choise {
    font-size: 1.8rem;
  }
}
.content .choise::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 11px;
  height: 14px;
  background: url(../images/goquria/ico_drop.svg) no-repeat center/cover;
}
.content .choise em {
  position: relative;
  font-style: normal;
}
.content .choise em::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e7e25d;
}
@media all and (max-width: 896px) {
  .content .choise dd {
    margin-top: 20px;
  }
}
.content .choise img {
  width: 48.54vw;
}
@media all and (max-width: 896px) {
  .content .choise img {
    width: 100%;
  }
}
.content .product {
  margin-top: 4.2vw;
}
@media all and (max-width: 896px) {
  .content .product {
    margin-top: 160px;
  }
}
.content .product .title {
  position: relative;
}
.content .product .title figure {
  padding-inline: 5.21vw;
}
@media all and (max-width: 896px) {
  .content .product .title figure {
    padding-inline: 15px;
  }
}
.content .product .title figure img {
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .content .product .title figure img {
    border-radius: 20px;
  }
}
.content .product .title hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 53.8vw;
  height: 31.25vw;
  padding-top: 2vw;
  border-radius: 40px 0 0 40px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .content .product .title hgroup {
    top: 0;
    width: calc(100% - 50px);
    height: auto;
    padding: 24px 32px;
    border-radius: 20px 0 0 20px;
  }
}
.content .product .title hgroup i {
  position: absolute;
  top: 2.6vw;
  left: 3.13vw;
  width: 8.33vw;
  height: 8.33vw;
}
@media all and (max-width: 896px) {
  .content .product .title hgroup i {
    top: -25px;
    left: -37px;
    width: 100px;
    height: 100px;
  }
}
.content .product .title hgroup h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.63vw;
  color: #364d64;
  text-align: center;
  font-size: 1.46vw;
  font-weight: 700;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .content .product .title hgroup h2 {
    gap: 0;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.content .product .title hgroup h2 img {
  width: 23.87vw;
}
@media all and (max-width: 896px) {
  .content .product .title hgroup h2 img {
    width: 218px;
  }
}
.content .product .title hgroup .price {
  color: #d1626e;
  font-family: "Yu Mincho";
  font-size: 1.25vw;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .content .product .title hgroup .price {
    margin-top: 10px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
  }
}
.content .product .title hgroup .price strong {
  font-family: "EB Garamond", serif;
  font-size: 5vw;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .content .product .title hgroup .price strong {
    font-size: 4.8rem;
  }
}
.content .product .title hgroup .price em {
  font-size: 1.98vw;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .content .product .title hgroup .price em {
    font-size: 2rem;
  }
}
.content .product ol {
  counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: 4.17vw;
  max-width: 70vw;
  width: calc(100% - 30px);
  margin: 5.21vw auto 0;
}
@media all and (max-width: 896px) {
  .content .product ol {
    max-width: initial;
    margin-top: 50px;
  }
}
.content .product ol li {
  counter-increment: num;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.08vw;
}
@media all and (max-width: 896px) {
  .content .product ol li {
    flex-direction: column;
  }
}
.content .product ol li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .content .product ol li:nth-child(2n) {
    flex-direction: column;
  }
}
.content .product ol li figure {
  width: 33.85vw;
}
@media all and (max-width: 896px) {
  .content .product ol li figure {
    width: 260px;
  }
}
.content .product ol li figure img {
  border-radius: 2.08vw;
}
@media all and (max-width: 896px) {
  .content .product ol li figure img {
    border-radius: 20px;
  }
}
.content .product ol li dl {
  width: calc(100% - 33.85vw);
}
@media all and (max-width: 896px) {
  .content .product ol li dl {
    width: 100%;
    padding-inline: 24px;
  }
}
.content .product ol li dl dt {
  position: relative;
  padding-top: 13vw;
  color: #364d64;
  text-align: center;
  font-size: max(1.25vw, 2rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .content .product ol li dl dt {
    padding-top: 140px;
  }
}
.content .product ol li dl dt::before {
  content: "Point";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5.76vw;
  background: url(../images/goquria/ico_drop.svg) no-repeat center/11px 14px;
  color: #364d64;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .content .product ol li dl dt::before {
    padding-top: 40px;
  }
}
.content .product ol li dl dt::after {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 7vw;
  left: 0;
  width: 100%;
  color: #364d64;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 5.36vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .content .product ol li dl dt::after {
    top: 50px;
    font-size: 8rem;
  }
}
.content .product ol li dl dt em {
  position: relative;
  font-style: normal;
}
.content .product ol li dl dt em::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e7e25d;
}
.content .product ol li dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.08vw;
  max-width: 414px;
  margin: 2.08vw auto 0;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 1.6px;
}
.content .product ol li dl dd a {
  display: inline-flex;
  position: relative;
  padding: 10px 48px 10px 24px;
  border-radius: 100px;
  background: #fff;
  color: #364d64;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 1.6px;
}
.content .product ol li dl dd a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/goquria/ico_ar.svg) no-repeat center/cover;
  rotate: 90deg;
}
.content .product .more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.46vw;
  margin-top: 5.21vw;
  text-align: center;
}
@media all and (max-width: 896px) {
  .content .product .more {
    margin-top: 80px;
  }
}
.content .product .more p {
  display: inline-flex;
  position: relative;
  padding-inline: 9vw;
  color: #d1626e;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .content .product .more p {
    padding-inline: 66px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.content .product .more p::before, .content .product .more p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 90px;
  background: url(../images/goquria/ico_blow.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .content .product .more p::before, .content .product .more p::after {
    width: 50px;
    height: 60px;
    bottom: 4px;
  }
}
.content .product .more p::before {
  left: 0;
}
.content .product .more p::after {
  right: 0;
  transform: scaleX(-1);
}
.content .product .more a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.04vw 7.81vw;
  border: 3px solid #fff;
  border-radius: 100px;
  background: #d1626e;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .content .product .more a {
    display: flex;
    justify-content: center;
    width: calc(100% - 30px);
    padding: 8px;
    text-align: center;
    font-size: 1.8rem;
  }
}
.content .pfas {
  max-width: 57.66vw;
  width: calc(100% - 30px);
  margin: 6.77vw auto 0;
}
@media all and (max-width: 896px) {
  .content .pfas {
    max-width: initial;
    margin-top: 80px;
  }
}
.content .pfas .ttl {
  margin-bottom: 4.17vw;
}
.content .pfas > p {
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 2px;
}
.content .pfas .movie {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.08vw;
  margin-top: 3.13vw;
}
@media all and (max-width: 896px) {
  .content .pfas .movie {
    margin-top: 40px;
  }
}
.content .pfas .movie hgroup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-inline: 7.5vw;
  color: #364d64;
  font-weight: 700;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .content .pfas .movie hgroup {
    padding-inline: 55px;
  }
}
.content .pfas .movie hgroup::before, .content .pfas .movie hgroup::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 52px;
  height: 72px;
  background: url(../images/goquria/ico_blow_blue.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .content .pfas .movie hgroup::before, .content .pfas .movie hgroup::after {
    width: 46px;
    height: 54px;
  }
}
.content .pfas .movie hgroup::before {
  left: 0;
}
.content .pfas .movie hgroup::after {
  right: 0;
  transform: scaleX(-1);
}
.content .pfas .movie hgroup h3 {
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.content .pfas .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.content .about {
  display: flex;
  align-items: center;
  gap: 3.65vw;
  width: calc(100% - 30px);
  max-width: 70vw;
  margin: 4.17vw auto 0;
  padding-left: 3.65vw;
  border-radius: 2.08vw;
  background: #fff;
}
@media all and (max-width: 896px) {
  .content .about {
    flex-direction: column;
    gap: 20px;
    max-width: initial;
    margin-top: 80px;
    padding: 10px 20px 20px;
    border-radius: 20px;
  }
}
.content .about figure {
  width: 52%;
}
@media all and (max-width: 896px) {
  .content .about figure {
    width: 100%;
  }
}
.content .about .exp {
  width: calc(48% - 3.65vw);
  padding-block: 1.5vw;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 1.6px;
  font-size: max(0.94vw, 1.2rem);
}
@media all and (max-width: 896px) {
  .content .about .exp {
    width: 100%;
    font-size: 1.4rem;
  }
}
.content .about .exp h3 {
  position: relative;
  margin-bottom: 0.83vw;
  padding-top: 1vw;
  color: #364d64;
  font-size: max(1.25vw, 1.6rem);
  letter-spacing: 2.4px;
}
@media all and (max-width: 896px) {
  .content .about .exp h3 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 1.8rem;
  }
}
.content .about .exp h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 14px;
  background: url(../images/goquria/ico_drop.svg) no-repeat center/cover;
}
.content .about .exp a {
  display: inline-flex;
  position: relative;
  margin-top: 0.83vw;
  padding: 10px 44px 10px 24px;
  border-radius: 100px;
  background: #f8f8f9;
  font-size: max(0.94vw, 1.1rem);
}
@media all and (max-width: 896px) {
  .content .about .exp a {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.content .about .exp a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25vw;
  width: 0.83vw;
  height: 0.83vw;
  margin-top: -0.42vw;
  background: url(../images/goquria/ico_ar.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .content .about .exp a::after {
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
.content .user {
  max-width: 70vw;
  width: calc(100% - 30px);
  margin: 5.21vw auto 0;
}
@media all and (max-width: 896px) {
  .content .user {
    max-width: initial;
    margin-top: 80px;
  }
}
.content .user ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.08vw;
  margin-top: 3.13vw;
}
@media all and (max-width: 896px) {
  .content .user ul {
    gap: 20px;
    margin-top: 20px;
  }
}
.content .user ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 2.08vw) / 2);
  border-radius: 5.21vw;
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #364d64;
  font-size: max(0.94vw, 1rem);
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .content .user ul li {
    width: 100%;
    border-radius: 20px;
    font-size: 1.4rem;
  }
}
.content .user ul li figure {
  flex: none;
  width: 9.48vw;
}
@media all and (max-width: 896px) {
  .content .user ul li figure {
    width: 90px;
  }
}
.content .user ul li p {
  padding-left: 3.13vw;
}
@media all and (max-width: 896px) {
  .content .user ul li p {
    padding: 20px;
    padding-right: 0;
  }
}
.content .user ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.content .user ul li:nth-child(2n) p {
  padding-inline: 0 3.13vw;
}
@media all and (max-width: 896px) {
  .content .user ul li:nth-child(2n) p {
    padding-inline: 0 20px;
  }
}
.content .installation {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 70vw;
  width: calc(100% - 30px);
  margin: 6.77vw auto 0;
}
@media all and (max-width: 896px) {
  .content .installation {
    max-width: initial;
    margin-top: 80px;
  }
}
.content .installation .ttl {
  margin-bottom: 4.17vw;
}
@media all and (max-width: 896px) {
  .content .installation .ttl {
    margin-bottom: 10px;
  }
}
.content .installation hgroup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 2.08vw;
  padding-inline: 6.5vw;
  color: #364d64;
  font-size: max(0.94vw, 1.2rem);
  font-weight: 700;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .content .installation hgroup {
    margin-bottom: 30px;
    padding-inline: 50px;
    font-size: 1.6rem;
  }
}
.content .installation hgroup::before, .content .installation hgroup::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 52px;
  height: 72px;
  background: url(../images/goquria/ico_blow_blue.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .content .installation hgroup::before, .content .installation hgroup::after {
    width: 46px;
    height: 54px;
  }
}
.content .installation hgroup::before {
  left: 0;
}
.content .installation hgroup::after {
  right: 0;
  transform: scaleX(-1);
}
.content .installation hgroup h3 {
  font-size: max(1.25vw, 1.8rem);
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .content .installation hgroup h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.content .installation hgroup h3 em {
  position: relative;
  font-size: 1.67vw;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .content .installation hgroup h3 em {
    font-size: 2rem;
  }
}
.content .installation hgroup h3 em::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e7e25d;
}
.content .installation > p {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.04vw;
  padding: 1.25vw;
  border-radius: 1.04vw;
  background: #364d64;
  color: #fff;
  font-size: max(1.25vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .content .installation > p {
    margin-top: 20px;
    padding: 8px 16px;
    font-size: 1.6rem;
  }
}
.content .installation iframe {
  width: 100%;
  max-width: 1100px;
  margin-top: 4.17vw;
  aspect-ratio: 16/9;
}
.content .shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6.77vw;
}
@media all and (max-width: 896px) {
  .content .shop {
    margin-top: 80px;
  }
}
.content .shop h2 {
  display: inline-flex;
  position: relative;
  padding-inline: 5.2vw;
  color: #d1626e;
  text-align: center;
  font-size: 1.67vw;
  font-weight: 700;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .content .shop h2 {
    font-size: 1.6rem;
    padding-inline: 50px;
  }
}
.content .shop h2::before, .content .shop h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 46px;
  height: 69px;
  background: url(../images/goquria/ico_blow.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.content .shop h2::before {
  left: 0;
}
.content .shop h2::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.content .shop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw 0.52vw;
  max-width: 36vw;
  width: calc(100% - 0.52vw);
  margin: 2.08vw auto 0;
}
@media all and (max-width: 896px) {
  .content .shop ul {
    gap: 8px;
    max-width: initial;
    width: calc(100% - 30px);
    margin-top: 20px;
  }
}
.content .shop ul li {
  width: calc((100% - 10px) / 2);
  font-size: max(0.83vw, 1.3rem);
}
@media all and (max-width: 896px) {
  .content .shop ul li {
    width: 100%;
    font-size: 1.6rem;
  }
}
.content .shop ul li a {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 16px 40px 16px 26px;
  border-radius: 100px;
  border: 3px solid #fff;
  background: #cc874b;
  color: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 600;
}
.content .shop ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.35vw;
  width: 1.25vw;
  height: 1.25vw;
  background: url(../images/goquria/ico_cart.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .content .shop ul li a::after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
.content .shop ul li:first-child {
  width: 100%;
  font-size: 1.46vw;
}
@media all and (max-width: 896px) {
  .content .shop ul li:first-child {
    font-size: initial;
  }
}
.content .shop ul li:first-child a {
  background: #d1626e;
}

/*# sourceMappingURL=goquria.css.map */
