@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #282828;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.7333333333vw;
  }
}

/*-----------------------------------------------------------------------------
パンくずリスト
-------------------------------------------------------------------------------*/
.breadlist {
  padding: 0.625rem 0.625rem 0.5625rem;
  background-color: #fff;
  color: #ccc;
  border-bottom: 0.0625rem solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.breadlist .inner {
  padding: 0 0.625rem;
}
@media screen and (max-width: 750px) {
  .breadlist .inner {
    max-width: unset;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .breadlist {
    padding: 0.625rem 0.375rem 0.5625rem;
    width: 100%;
  }
}
.breadlist .list {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .breadlist .list {
    padding: 0;
    flex-wrap: wrap;
    gap: 4px 0;
  }
}
.breadlist .list .item {
  font-size: 0.75rem;
  letter-spacing: 0.045rem;
}
@media screen and (max-width: 750px) {
  .breadlist .list .item {
    font-size: 0.625rem;
  }
}
.breadlist .list .item:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.625rem;
  background-size: contain;
}
.breadlist .list .item a {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.045rem;
  display: inline-block;
  color: #ccc;
}
@media screen and (max-width: 750px) {
  .breadlist .list .item a {
    font-weight: 400;
    font-size: 0.625rem;
    padding-top: 0;
  }
}
.breadlist .list .item a:hover {
  text-decoration: underline;
}

.wrap {
  background: url(../img/pc_bg.jpg) no-repeat top center;
  background-attachment: fixed;
  margin-bottom: 249px;
}
@media screen and (max-width: 750px) {
  .wrap {
    margin-bottom: 33.2vw;
  }
}
.wrap .contents {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 750px) {
  .wrap .contents {
    max-width: 100vw;
    box-shadow: 0 1px 2.6666666667vw rgba(0, 0, 0, 0.3);
  }
}
.wrap .contents .float_area {
  display: none;
  background: rgba(40, 40, 40, 0.9);
  padding: 25px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .wrap .contents .float_area {
    padding: 3.3333333333vw 0;
  }
}
.wrap .contents .float_area .float_btn {
  width: 650px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 5px rgba(194, 163, 94, 0.4));
}
@media screen and (max-width: 750px) {
  .wrap .contents .float_area .float_btn {
    width: 86.6666666667vw;
    filter: drop-shadow(0.6666666667vw 0.6666666667vw 0.6666666667vw rgba(194, 163, 94, 0.4));
  }
}
.wrap .contents .float_area .kome {
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  font-weight: 300;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .float_area .kome {
    font-size: 2.4vw;
    margin-top: 2vw;
  }
}
.wrap .contents .fv {
  background: url(../img/fv_bg.jpg) no-repeat top center/100%;
  height: 1837px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .fv {
    height: 244.9333333333vw;
  }
}
.wrap .contents .fv .detail_box {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 701px;
  height: 146px;
  background: url(../img/fv_detail_bg.png) no-repeat top left/100%;
}
@media screen and (max-width: 750px) {
  .wrap .contents .fv .detail_box {
    gap: 1.8666666667vw;
    width: 93.4666666667vw;
    height: 19.4666666667vw;
  }
}
.wrap .contents .fv .detail_box .icon {
  width: 87px;
  margin-left: 24px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .fv .detail_box .icon {
    width: 11.6vw;
    margin-left: 3.2vw;
  }
}
.wrap .contents .fv .detail_box .text {
  color: #fff;
  font-size: 25px;
  line-height: 1.72;
  width: 555px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .fv .detail_box .text {
    font-size: 3.3333333333vw;
    width: 74vw;
  }
}
.wrap .contents .fv .fv_btn {
  width: 650px;
  margin: 0 auto;
  filter: drop-shadow(8px 7px 10px rgba(194, 163, 94, 0.4));
}
@media screen and (max-width: 750px) {
  .wrap .contents .fv .fv_btn {
    width: 86.6666666667vw;
    filter: drop-shadow(1.0666666667vw 0.9333333333vw 1.3333333333vw rgba(194, 163, 94, 0.4));
  }
}
.wrap .contents .fv .kome {
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  font-weight: 300;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .fv .kome {
    font-size: 2.4vw;
    margin-top: 3.3333333333vw;
  }
}
.wrap .contents .step {
  background: url(../img/step_bg.jpg) no-repeat top center/100%, #f7f7f7;
  padding: 176px 0 65px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step {
    padding: 23.4666666667vw 0 8.6666666667vw;
  }
}
.wrap .contents .step .step_box {
  width: 680px;
  height: 600px;
  margin: 0 auto 50px;
  background: url(../img/step_box_bg.png) no-repeat top left/100%;
  filter: drop-shadow(13px 10px 20px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_box {
    width: 90.6666666667vw;
    height: 80vw;
    margin: 0 auto 6.6666666667vw;
    filter: drop-shadow(1.7333333333vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2));
  }
}
.wrap .contents .step .step_box .step_box_in {
  display: flex;
}
.wrap .contents .step .step_box .step_box_in .num {
  width: 155px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_box .step_box_in .num {
    width: 20.6666666667vw;
  }
}
.wrap .contents .step .step_box .step_box_in .step_list li:nth-child(1) {
  margin: 30px 0 37px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_box .step_box_in .step_list li:nth-child(1) {
    margin: 4vw 0 4.9333333333vw;
  }
}
.wrap .contents .step .step_box .step_box_in .step_list li:nth-child(2) {
  margin: 0 0 40px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_box .step_box_in .step_list li:nth-child(2) {
    margin: 0 0 5.3333333333vw;
  }
}
.wrap .contents .step .step_box .step_box_in .step_list li .text {
  line-height: 1.5;
}
.wrap .contents .step .step_box .step_box_in .step_list li .kome {
  display: flex;
  font-size: 18px;
  line-height: 1.27;
  font-weight: 300;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_box .step_box_in .step_list li .kome {
    font-size: 2.4vw;
    margin-top: 0.6666666667vw;
  }
}
.wrap .contents .step .step_detail_area {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area {
    width: 90.6666666667vw;
  }
}
.wrap .contents .step .step_detail_area .step_detail {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area .step_detail {
    margin-bottom: 5.3333333333vw;
  }
}
.wrap .contents .step .step_detail_area .step_detail .detail02 {
  margin: 32px 0 0 66px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area .step_detail .detail02 {
    margin: 4.2666666667vw 0 0 8.8vw;
  }
}
.wrap .contents .step .step_detail_area .step_detail .detail02 li {
  font-size: 30px;
  line-height: 1.5;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area .step_detail .detail02 li {
    font-size: 4vw;
    padding-left: 6.6666666667vw;
  }
}
.wrap .contents .step .step_detail_area .step_detail .detail02 li::before {
  content: "";
  display: block;
  width: 35px;
  height: 34px;
  background: url(../img/step_icon_check.svg) no-repeat top left/100%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area .step_detail .detail02 li::before {
    width: 4.6666666667vw;
    height: 4.5333333333vw;
    top: 0.9333333333vw;
  }
}
.wrap .contents .step .step_detail_area .step_detail .detail02 li:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area .step_detail .detail02 li:first-child {
    margin-bottom: 2.6666666667vw;
  }
}
.wrap .contents .step .step_detail_area .step_detail .detail02 li strong {
  color: #a67c52;
  font-weight: 700;
}
.wrap .contents .step .step_detail_area .step_detail .tit.open {
  cursor: pointer;
  position: relative;
}
.wrap .contents .step .step_detail_area .step_detail .tit.open::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/conditions_icon_arrow.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area .step_detail .tit.open::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 2vw;
  }
}
.wrap .contents .step .step_detail_area .step_detail .tit.open.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.wrap .contents .step .step_detail_area .step_detail .detail03 {
  display: none;
}
.wrap .contents .step .step_detail_area .step_detail .detail03 .text {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area .step_detail .detail03 .text {
    font-size: 2.6666666667vw;
    margin-top: 6vw;
  }
}
.wrap .contents .step .step_detail_area .kome {
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  font-weight: 300;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .step .step_detail_area .kome {
    font-size: 2.4vw;
    margin-top: 6.6666666667vw;
  }
}
.wrap .contents .coupon {
  background: url(../img/coupon_bg.jpg) no-repeat top center/100%;
  height: 1151px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .coupon {
    height: 153.4666666667vw;
  }
}
.wrap .contents .coupon .coupon_text {
  line-height: 1.67;
  text-align: center;
  margin: 20px 0 40px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .coupon .coupon_text {
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.wrap .contents .coupon .coupon_text strong {
  font-weight: 700;
  padding-bottom: 8px;
  background: url(../img/text_line.svg) repeat-x bottom left/21px 7px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .coupon .coupon_text strong {
    padding-bottom: 1.0666666667vw;
    background: url(../img/text_line.svg) repeat-x bottom left/2.8vw 0.9333333333vw;
  }
}
.wrap .contents .coupon .coupon_cate_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 10px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .coupon .coupon_cate_list {
    gap: 1.6vw 1.3333333333vw;
  }
}
.wrap .contents .coupon .coupon_cate_list li {
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  height: 40px;
  padding: 0 35px;
  border-radius: 100vw;
  background: #c2a35e;
}
@media screen and (max-width: 750px) {
  .wrap .contents .coupon .coupon_cate_list li {
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
    height: 5.3333333333vw;
    padding: 0 4.6666666667vw;
  }
}
.wrap .contents .goldcard {
  background: url(../img/goldcard_bg.jpg) no-repeat top center/100%;
  height: 1875px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard {
    height: 250vw;
  }
}
.wrap .contents .goldcard .goldcard_text {
  line-height: 1.67;
  text-align: center;
  margin: 20px 0 90px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .goldcard_text {
    margin: 2.6666666667vw 0 12vw;
  }
}
.wrap .contents .goldcard .goldcard_text strong {
  font-weight: 700;
  padding-bottom: 8px;
  background: url(../img/text_line.svg) repeat-x bottom left/21px 7px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .goldcard_text strong {
    padding-bottom: 1.0666666667vw;
    background: url(../img/text_line.svg) repeat-x bottom left/2.8vw 0.9333333333vw;
  }
}
.wrap .contents .goldcard .merit_list .box {
  width: 700px;
  margin: 0 0 45px auto;
  padding: 22px 0 30px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .merit_list .box {
    width: 93.3333333333vw;
    margin: 0 0 6vw auto;
    padding: 2.9333333333vw 0 4vw;
  }
}
.wrap .contents .goldcard .merit_list .box .num {
  width: 160px;
  position: absolute;
  top: -20px;
  left: -50px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .merit_list .box .num {
    width: 21.3333333333vw;
    top: -2.6666666667vw;
    left: -6.6666666667vw;
  }
}
.wrap .contents .goldcard .merit_list .box .tit_area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 28px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .merit_list .box .tit_area {
    gap: 3.3333333333vw;
    margin-left: 3.7333333333vw;
  }
}
.wrap .contents .goldcard .merit_list .box .tit_area .icon {
  width: 76px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .merit_list .box .tit_area .icon {
    width: 10.1333333333vw;
  }
}
.wrap .contents .goldcard .merit_list .box .tit_area .text_area h3 {
  color: #a67c52;
  font-size: 32px;
  line-height: 1.43;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .merit_list .box .tit_area .text_area h3 {
    font-size: 4.2666666667vw;
  }
}
.wrap .contents .goldcard .merit_list .box .tit_area .text_area .text {
  font-size: 27px;
  line-height: 1.48;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .merit_list .box .tit_area .text_area .text {
    font-size: 3.6vw;
  }
}
.wrap .contents .goldcard .merit_list .box .kome {
  font-size: 18px;
  line-height: 1.55;
  width: 620px;
  margin: 20px auto 0;
}
@media screen and (max-width: 750px) {
  .wrap .contents .goldcard .merit_list .box .kome {
    font-size: 2.4vw;
    width: 82.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
.wrap .contents .contact {
  background: url(../img/contact_bg.jpg) no-repeat top center/100%;
  height: 770px;
  padding-top: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .wrap .contents .contact {
    height: 102.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}
.wrap .contents .contact .contact_box {
  width: 680px;
  height: 520px;
  margin: 0 auto;
  padding-top: 61px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .wrap .contents .contact .contact_box {
    width: 90.6666666667vw;
    height: 69.3333333333vw;
    padding-top: 8.1333333333vw;
  }
}
.wrap .contents .contact .contact_box h2 {
  width: 608px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrap .contents .contact .contact_box h2 {
    width: 81.0666666667vw;
  }
}
.wrap .contents .contact .contact_box h3 {
  width: 600px;
  margin: 55px auto 20px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .contact .contact_box h3 {
    width: 80vw;
    margin: 7.3333333333vw auto 2.6666666667vw;
  }
}
.wrap .contents .contact .contact_box .mail {
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .wrap .contents .contact .contact_box .mail {
    font-size: 3.4666666667vw;
  }
}
.wrap .contents .contact .contact_box .mail a {
  color: #282828;
}
.wrap .contents .contact .contact_box .time {
  font-size: 24px;
  text-align: center;
  margin: 20px 0 40px;
}
@media screen and (max-width: 750px) {
  .wrap .contents .contact .contact_box .time {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.wrap .contents .contact .contact_box .box_kome {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  width: 603px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrap .contents .contact .contact_box .box_kome {
    font-size: 2.4vw;
    width: 80.4vw;
  }
}
.wrap .contents .contact .kome {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  width: 666px;
  margin: 55px auto 0;
}
@media screen and (max-width: 750px) {
  .wrap .contents .contact .kome {
    font-size: 2.4vw;
    width: 88.8vw;
    margin: 7.3333333333vw auto 0;
  }
}
.wrap .contents .footer {
  background: #282828;
  padding: 38px 0;
}
@media screen and (max-width: 750px) {
  .wrap .contents .footer {
    padding: 5.0666666667vw 0;
  }
}
.wrap .contents .footer .copy {
  text-align: center;
}
.wrap .contents .footer .copy small {
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 750px) {
  .wrap .contents .footer .copy small {
    font-size: 2.4vw;
  }
}
.wrap .contents .footer .copy small a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */