@charset "UTF-8";
/* Scss Document */
@keyframes fade-01 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-02 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

a.link {
  transition: 0.1s;
  text-decoration: underline;
  position: relative;
}
a.link:hover {
  color: #38343a;
  text-decoration: none;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .sp {
    display: block;
  }
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

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

.txt-red {
  color: #d80823;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-weight: 500;
  font-size: 1.6em;
  font-family: "Noto Serif JP", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
  word-wrap: break-word;
  background-color: #ffffff;
  color: #38343a;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.loading {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  transition: 0.8s;
}
.loaded .loading {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
  position: relative;
}
.wrapper::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 1366/500;
  background: url("../img/bg_footer_pc.jpg") no-repeat center bottom;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wrapper::after {
    aspect-ratio: 750/750;
    background-image: url("../img/bg_footer_sp.jpg");
  }
}

.mainVisual {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto 50px;
  aspect-ratio: 1600/1211;
  background: url("../img/mainvisual_pc.jpg") no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .mainVisual {
    margin: 0 auto 4vw;
    aspect-ratio: 900/1608;
    background-image: url("../img/mainvisual_sp.jpg");
  }
}

.content {
  margin: 0 20px;
  padding: 110px 40px 200px;
  border: 3px solid #d8c084;
  background-color: #fff;
  background-image: url("../img/deco_corner_1.svg"), url("../img/deco_corner_2.svg"), url("../img/deco_corner_4.svg"), url("../img/deco_corner_3.svg");
  background-position: left 7px top 7px, right 7px top 7px, right 7px bottom 7px, left 7px bottom 7px;
  background-size: 80px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1110px) {
  .content {
    margin: 0 2vw;
    background-size: 7vw auto;
    padding: 9vw 0 16vw;
  }
}
@media screen and (max-width: 767px) {
  .content {
    border-width: 2px;
    background-size: 10vw auto;
    background-position: left 1vw top 1vw, right 1vw top 1vw, right 1vw bottom 1vw, left 1vw bottom 1vw;
    padding: 12vw 0 20vw;
  }
}
.content__section {
  width: 100%;
  margin: 0 auto 80px;
  padding: 80px 0 0;
}
@media screen and (max-width: 1110px) {
  .content__section {
    margin-bottom: 10vw;
    padding-top: 10vw;
  }
}
.content__section#section01 {
  padding-top: 0;
}
.content__section#section04 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1110px) {
  .content__section#section04 {
    margin-bottom: 20vw;
  }
}
.content__title {
  margin: 0 auto 1.2em;
  z-index: 2;
  position: relative;
  padding-right: 0.2em;
  font-size: 3.6rem;
  text-align: center;
  color: #baa068;
}
@media screen and (max-width: 1110px) {
  .content__title {
    font-size: clamp(2.4rem, 6.4vw, 3.6rem);
    width: 100%;
    margin: 0 auto 6.5vw;
  }
}
.content__title span {
  display: inline-block;
  position: relative;
}
.content__subTitle {
  line-height: 1.55;
  font-size: 2.1rem;
  margin: 0 0 1.2em;
}
@media screen and (max-width: 1110px) {
  .content__subTitle {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
}
.content .txt-gold {
  color: #baa068;
}
.content__inner {
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1110px) {
  .content__inner {
    margin: 0 5vw;
  }
}
.content__innerLead {
  margin-bottom: 2em;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .content__innerLead {
    line-height: 1.8;
    font-size: clamp(1.7rem, 4.5vw, 2.6rem);
    text-align: left;
  }
}
.content__innerLead p {
  display: inline;
  background: linear-gradient(to right, #babab5, #babab5 2px, transparent 3px, transparent 8px) repeat-x;
  background-size: 7px 1px;
  background-position: left bottom;
}
.content__innerText {
  line-height: 1.8;
  margin: 0 0 1em;
  display: block;
  font-size: 1.7rem;
}
.content__innerText:last-of-type {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1110px) {
  .content__innerText {
    font-size: clamp(1.4rem, 3.7vw, 1.6rem);
  }
}
.content__innerText span {
  display: inline-block;
}
.content__summaryList {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(to right, #babab5, #babab5 2px, transparent 3px, transparent 8px) repeat-x;
  background-size: 7px 1px;
  background-position: left top;
}
.content__summaryList dt {
  width: 12em;
  color: #baa068;
  background: linear-gradient(to right, #babab5, #babab5 2px, transparent 3px, transparent 8px) repeat-x;
  background-size: 7px 1px;
  background-position: left bottom;
  padding: 1.4em 0 1.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1110px) {
  .content__summaryList dt {
    width: 100%;
    padding: 0.9em 0 0.1em;
    background: none;
    font-size: clamp(1.4rem, 3.7vw, 1.8rem);
  }
}
.content__summaryList dd {
  width: calc(100% - 12em);
  background: linear-gradient(to right, #babab5, #babab5 2px, transparent 3px, transparent 8px) repeat-x;
  background-size: 7px 1px;
  background-position: left bottom;
  margin: 0;
  padding: 1.4em 0 1.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1110px) {
  .content__summaryList dd {
    width: 100%;
    padding: 0 0 1em;
    font-size: clamp(1.4rem, 3.7vw, 1.7rem);
  }
}
.content__innerBlock:first-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 1110px) {
  .content__innerBlock:first-of-type {
    margin-bottom: 8vw;
  }
}
.content__innerBlock + .content__innerBlock {
  background: linear-gradient(to right, #babab5, #babab5 2px, transparent 3px, transparent 8px) repeat-x;
  background-size: 7px 1px;
  background-position: left top;
  padding-top: 50px;
}
@media screen and (max-width: 1110px) {
  .content__innerBlock + .content__innerBlock {
    padding-top: 7vw;
  }
}
.content__innerImage {
  margin: 0 0 30px;
}
@media screen and (max-width: 1110px) {
  .content__innerImage {
    margin-bottom: clamp(15px, 4vw, 30px);
  }
}
.content__innerImage img {
  width: 100%;
}
.content__innerTextNote {
  list-style: none;
  margin: 0;
  text-indent: -1em;
  margin-bottom: 1.5em;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1110px) {
  .content__innerTextNote {
    font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  }
}
.content__innerTextNote li:before {
  content: "※";
}
.content__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.content__item {
  margin: 0 0 50px;
}
@media screen and (max-width: 1110px) {
  .content__item {
    margin: 0 0 8vw;
  }
}
.content__item:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 1110px) {
  .content__item:last-child {
    margin-bottom: clamp(15px, 4vw, 30px);
  }
}
.content__itemName {
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0.9em 0 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 1110px) {
  .content__itemName {
    font-size: clamp(1.2rem, 3.2vw, 1.7rem);
  }
}
.content__itemName span {
  padding-right: 1em;
}
.content__itemImageWrap {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .content__itemImageWrap {
    width: 100%;
  }
}
.content__itemImage {
  width: 100%;
}
.content__itemPrice {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  text-align: right;
  color: #b30772;
}
@media screen and (max-width: 1110px) {
  .content__itemPrice {
    font-size: clamp(1.6rem, 4.2vw, 2.4rem);
  }
}
.content__itemPrice span {
  display: inline-block;
}
.content__itemPriceYen {
  font-size: 1.6rem;
}
@media screen and (max-width: 1110px) {
  .content__itemPriceYen {
    font-size: clamp(1.1rem, 3vw, 1.6rem);
  }
}
.content__itemTextNote {
  list-style: none;
  margin-top: 0.8em;
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 1.3rem;
}
@media screen and (max-width: 1110px) {
  .content__itemTextNote {
    font-size: clamp(1rem, 2.7vw, 1.3rem);
  }
}
.content__itemTextNote li:before {
  content: "※";
}
.content__innerImage {
  width: 100%;
}
.content__boxOnline {
  padding: 45px 3.5vw 20px;
  background-color: #f5f4f1;
}
@media screen and (max-width: 1110px) {
  .content__boxOnline {
    padding: 6.5vw 5vw 3vw;
  }
}
.content__boxSubTitle {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  padding-right: 0.2em;
  font-size: 3.6rem;
  text-align: center;
  color: #baa068;
}
@media screen and (max-width: 1110px) {
  .content__boxSubTitle {
    font-size: clamp(2.4rem, 6.4vw, 3.6rem);
    width: 100%;
    margin: 0 auto;
  }
}
.content__boxList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content__boxItem {
  width: 47.5%;
}
@media screen and (max-width: 1110px) {
  .content__boxItem {
    width: 100%;
    margin-bottom: clamp(15px, 4vw, 30px);
  }
}
.content__boxTextNote {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1110px) {
  .content__boxTextNote {
    font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .content__boxTextNote {
    text-align: left;
  }
}
.content__btnWrap {
  width: 100%;
  margin: 2em auto 0.5em;
}
.content__boxBtnWrap {
  width: 100%;
  margin: 1em auto 1.8em;
}
.content__btn {
  display: block;
  position: relative;
  width: 400px;
  color: #fff !important;
  margin: 0 auto;
  padding: 0 10px;
  line-height: 84px;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 9999px;
  text-align: center;
  background-color: #baa068;
  transition: filter 0.3s;
}
.content__btn:hover {
  filter: brightness(1.2);
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .content__btn:hover {
    filter: brightness(1);
  }
}
@media screen and (max-width: 1110px) {
  .content__btn {
    line-height: inherit;
    padding: 0.8em 0.5em;
    font-size: clamp(1.5rem, 4.2vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .content__btn {
    width: 68vw;
  }
}

.pageFooter {
  padding: 65px 5vw 20px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .pageFooter {
    padding: 6vw 7vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .pageFooter {
    padding: 7.5vw 5vw 3vw;
  }
}
.pageFooter__bannerList {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 1110px) {
  .pageFooter__bannerList {
    margin: 0 auto 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .pageFooter__bannerList {
    margin: 0 auto 6vw;
  }
}
.pageFooter__bannerItem {
  width: 200px;
  margin: 0 30px;
}
@media screen and (max-width: 1110px) {
  .pageFooter__bannerItem {
    width: 24%;
    margin: 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .pageFooter__bannerItem {
    width: 40%;
  }
}
.pageFooter__bannerLink {
  display: block;
  transition: opacity 0.3s;
  opacity: 1;
}
.pageFooter__bannerLink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .pageFooter__bannerLink:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .pageFooter__bannerLink {
    width: 92%;
    margin: 0 auto;
  }
}
.pageFooter__bannerLink img {
  width: 100%;
}
.pageFooter__snsList {
  display: flex;
  list-style: none;
  margin: 0 0 70px;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 1110px) {
  .pageFooter__snsList {
    margin: 0 0 7vw;
  }
}
@media screen and (max-width: 767px) {
  .pageFooter__snsList {
    margin: 0 0 10vw;
  }
}
.pageFooter__snsItem {
  display: flex;
  align-items: center;
  margin: 0 11px;
}
@media screen and (max-width: 1110px) {
  .pageFooter__snsItem {
    margin: 0 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .pageFooter__snsItem {
    margin: 0 2.2%;
  }
}
.pageFooter__snsItemBr {
  display: none;
}
@media screen and (max-width: 1110px) {
  .pageFooter__snsItemBr {
    display: block;
    width: 100%;
  }
}
.pageFooter__snsLink {
  display: block;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  aspect-ratio: 1/1;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
  opacity: 1;
}
.pageFooter__snsLink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .pageFooter__snsLink:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1110px) {
  .pageFooter__snsLink {
    height: clamp(20px, 6vw, 32px);
  }
}
.pageFooter__snsLink.amiami {
  aspect-ratio: 292/62;
  height: 34px;
  background-image: url("../img/logo_amiami.png");
}
@media screen and (max-width: 1110px) {
  .pageFooter__snsLink.amiami {
    height: clamp(22px, 7.2vw, 36px);
  }
}
.pageFooter__snsLink.twitter {
  background-image: url("../img/icon_twitter.png");
}
.pageFooter__snsLink.facebook {
  background-image: url("../img/icon_facebook.png");
}
.pageFooter__snsLink.line {
  background-image: url("../img/icon_line.png");
}
.pageFooter__copy {
  text-align: center;
  font-size: 1.2rem;
  color: #38343a;
  margin-bottom: 0;
}
.pageFooter__copy span {
  display: block;
}
@media screen and (max-width: 1110px) {
  .pageFooter__copy {
    text-align: center;
    font-size: clamp(1.1rem, 3vw, 1.2rem);
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.5s, filter 0.5s;
  transition-delay: 0.3s;
  filter: blur(20px);
}
.fade.scroll {
  opacity: 1;
  filter: blur(0);
}/*# sourceMappingURL=common.css.map */