/* .p-closeBtn */
.p-closeBtn {
  padding: 48px 0;
}
.p-closeBtn__txt01 {
  color: #A78538;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.p-closeBtn__btn01 {
  display: block;
  width: 412px;
  margin: 0 auto;
}
@media print, screen and (max-width: 750px) {
  .p-closeBtn {
    padding: calc(48/750*100vw) 0;
  }
  .p-closeBtn__txt01 {
    font-size: calc(32/750*100vw);
    margin-bottom: calc(24/750*100vw);
  }
  .p-closeBtn__btn01 {
    width: calc(550/750*100vw);
  }
}


/* .p-closeNotice */
.p-closeNotice {
  background-image: url(/assets/img/close/notice_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 112px 0;
}
.p-closeNotice__inner {
  width: 996px;
  margin: 0 auto;
}
.p-closeNotice__ttl {
  color: #0A2259;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
  margin-bottom: 32px;
  position: relative;
}
.p-closeNotice__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #A78538;
}
.p-closeNotice__ttl .x-small {
  display: block;
  font-size: 26px;
  margin-bottom: 18px;
  letter-spacing: -0.06em;
}
.p-closeNotice__box01 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 88px;
}
.p-closeNotice__box02 {
  border-radius: 10px;
  overflow: hidden;
}
.p-closeNotice__head01 {
  background-color: #0A2259;
  padding: 24px;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.p-closeNotice__head01 .x-small {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-closeNotice__head01 .x-large {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-closeNotice__head02 {
  padding: 12px 24px;
  background-color: #0A2259;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-closeNotice__body01 {
  background-color: #fff;
  padding: 32px 48px 48px;
}
.p-closeNotice__body02 {
  background-color: #fff;
  padding: 16px 24px 24px;
  font-size: 24px;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.p-closeNotice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.p-closeNotice__txt01 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.67;
  font-family: "Noto Sans JP", sans-serif;
}
.p-closeNotice__txt02 {
  font-size: 14px;
  line-height: 1.57;
  color: #d50000;
  font-family: "Noto Sans JP", sans-serif;
}
.p-closeNotice__txt03 {
  color: #0A2259;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.67;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 750px) {
  .p-closeNotice {
    padding: calc(80/750*100vw) 0 calc(112/750*100vw);
  }
  .p-closeNotice__inner {
    width: calc(710/750*100vw);
  }
  .p-closeNotice__ttl {
    font-size: calc(56/750*100vw);
    padding-bottom: calc(48/750*100vw);
    margin-bottom: calc(48/750*100vw);
  }
  .p-closeNotice__ttl::before {
    width: calc(100/750*100vw);
    height: calc(4/750*100vw);
  }
  .p-closeNotice__ttl .x-small {
    font-size: calc(42/750*100vw);
    margin-bottom: calc(24/750*100vw);
  }
  .p-closeNotice__box01 {
    border-radius: calc(20/750*100vw);
    margin-bottom: calc(112/750*100vw);
  }
  .p-closeNotice__box02 {
    border-radius: calc(20/750*100vw);
  }
  .p-closeNotice__head01 {
    padding: calc(24/750*100vw) calc(40/750*100vw);
    flex-direction: column;
    gap: calc(16/750*100vw);
  }
  .p-closeNotice__head01 .x-small {
    font-size: calc(28/750*100vw);
  }
  .p-closeNotice__head01 .x-large {
    font-size: calc(46/750*100vw);
  }
  .p-closeNotice__head02 {
    padding: calc(16/750*100vw) calc(24/750*100vw);
    font-size: calc(40/750*100vw);
  }
  .p-closeNotice__body01 {
    padding: calc(48/750*100vw) calc(40/750*100vw) calc(64/750*100vw);
  }
  .p-closeNotice__body02 {
    padding: calc(48/750*100vw) calc(40/750*100vw);
    font-size: calc(32/750*100vw);
  }
  .p-closeNotice__grid {
    grid-template-columns: 1fr;
    gap: calc(24/750*100vw);
  }
  .p-closeNotice__txt01 {
    font-size: calc(28/750*100vw);
    margin-bottom: calc(48/750*100vw);
  }
  .p-closeNotice__txt02 {
    font-size: calc(24/750*100vw);
  }
  .p-closeNotice__txt03 {
    font-size: calc(32/750*100vw);
    margin-bottom: calc(48/750*100vw);
  }
}


/* .p-closeCaution */
.p-closeCaution {
  padding: 56px 0;
}
.p-closeCaution__box01 {
  background-color: #0A1959;
  border-radius: 10px;
  padding: 40px 64px 56px;
  width: 996px;
  margin: 0 auto;
}
.p-closeCaution__icon {
  width: 86px;
  margin: 0 auto 32px;
}
.p-closeCaution__ttl {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 32px;
}
.p-closeCaution__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #A78538;
}
.p-closeCaution__box02 {
  border-radius: 10px;
  background-color: #FFE8E8;
  padding: 32px 24px;
  margin-bottom: 24px;
}
.p-closeCaution__txt01 {
  color: #D50000;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}
.p-closeCaution__txt02 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
}
.p-closeCaution__txt02 .x-accent {
  color: #E1C65E;
}
@media print, screen and (max-width: 750px) {
  .p-closeCaution {
    padding: calc(48/750*100vw) 0;
  }
  .p-closeCaution__box01 {
    border-radius: calc(20/750*100vw);
    padding: calc(48/750*100vw) calc(40/750*100vw) calc(64/750*100vw);
    width: calc(710/750*100vw);
  }
  .p-closeCaution__icon {
    width: calc(142/750*100vw);
    margin: 0 auto calc(48/750*100vw);
  }
  .p-closeCaution__ttl {
    font-size: calc(56/750*100vw);
    padding-bottom: calc(48/750*100vw);
    margin-bottom: calc(48/750*100vw);
  }
  .p-closeCaution__ttl::before {
    width: calc(154/750*100vw);
    height: calc(4/750*100vw);
  }
  .p-closeCaution__box02 {
    border-radius: calc(20/750*100vw);
    padding: calc(48/750*100vw) calc(46/750*100vw);
    margin-bottom: calc(48/750*100vw);
  }
  .p-closeCaution__txt01 {
    font-size: calc(28/750*100vw);
  }
  .p-closeCaution__txt02 {
    font-size: calc(30/750*100vw);
  }
}


/* .p-closeAbout */
.p-closeAbout {
  background-image: url(/assets/img/close/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 56px 0;
}
.p-closeAbout__inner {
  width: 996px;
  margin: 0 auto;
}
.p-closeAbout__box01 {
  width: 100%;
  height: 493px;
  margin: 0 auto;
  padding: 48px 64px 64px;
  background-image: url(/assets/img/close/about_frame.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-closeAbout__ttl {
  width: 100%;
  margin-bottom: 16px;
}
.p-closeAbout__grid {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 40px;
}
.p-closeAbout__txt01 {
  font-size: 18px;
  color: #0A2259;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.67;
}
@media print, screen and (max-width: 750px) {
  .p-closeAbout {
    background-image: url(/assets/img/close/about_bg_sp.jpg);
    padding: calc(48/750*100vw) 0;
  }
  .p-closeAbout__inner {
    width: calc(710/750*100vw);
  }
  .p-closeAbout__box01 {
    height: calc(1265/750*100vw);
    padding: calc(80/750*100vw) calc(44/750*100vw) calc(75/750*100vw);
    background-image: url(/assets/img/close/about_frame_sp.png);
  }
  .p-closeAbout__ttl {
    margin-bottom: calc(24/750*100vw);
  }
  .p-closeAbout__grid {
    grid-template-columns: 1fr;
    gap: calc(56/750*100vw);
  }
  .p-closeAbout__txt01 {
    font-size: calc(28/750*100vw);
  }
}


/* .p-closeService */
.p-closeService__ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.35;
  padding: 32px 0 16px;
  background-color: #A78538;
}
.p-closeService__body {
  border: 16px solid #A78538;
  background-color: #EBEBEB;
}
.p-closeService__inner {
  width: 996px;
  margin: 0 auto;
  padding: 96px 0;
}
.p-closeService__ttlLv2 {
  font-size: 42px;
  color: #0A2259;
  font-family: "Noto Serif JP", serif;
  line-height: 1.29;
  font-weight: 700;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.p-closeService__ttlLv2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #A78538;
}
.p-closeService__box01 {
  padding: 40px 48px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 80px;
}
.p-closeService__list {
  display: grid;
  grid-template-columns: repeat(2 ,1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.p-closeService__box02 {
  border-radius: 10px;
  overflow: hidden;
}
.p-closeService__box02:nth-child(3), .p-closeService__box02:nth-child(4), .p-closeService__box02:nth-child(5) {
  grid-column: 1 / 3;
}
.p-closeService__box03 {
  padding: 24px 24px 32px;
  border-radius: 10px;
  background-color: #FFE8E8;
  width: 770px;
  margin: 8px auto 32px;
}
.p-closeService__head01 {
  padding: 12px;
  background-color: #A78538;
  font-size: 26px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
.p-closeService__head01 .x-large {
  font-size: 32px;
}
.p-closeService__head01--red {
  background-color: #D50000;
}
.p-closeService__body01 {
  padding: 24px;
  background-color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.67;
}
.p-closeService__productsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 12px;
  margin-bottom: 32px;
}
.p-closeService__productImg {
  margin-bottom: 8px;
}
.p-closeService__productTag {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #0A2259;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2px 6px;
  border: 1px solid #0A2259;
  width: fit-content;
  margin-bottom: 6px;
}
.p-closeService__txt01 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
}
.p-closeService__txt02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-closeService__txt03 {
  color: #D50000;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
  margin-bottom: 12px;
}
.p-closeService__txt04 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.57;
}
.p-closeService__txt05 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 12px;
}
.p-closeService__txt06 {
  color: #0A2259;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.67;
  text-align: center;
}
@media print, screen and (max-width: 750px) {
  .p-closeService__ttl {
    font-size: calc(42/750*100vw);
    padding: calc(48/750*100vw) 0 calc(32/750*100vw);
  }
  .p-closeService__body {
    border-width: calc(20/750*100vw);
  }
  .p-closeService__inner {
    width: calc(622/750*100vw);
    padding: calc(92/750*100vw) 0 calc(60/750*100vw);
  }
  .p-closeService__ttlLv2 {
    font-size: calc(56/750*100vw);
    padding-bottom: calc(48/750*100vw);
    margin-bottom: calc(48/750*100vw);
  }
  .p-closeService__ttlLv2::before {
    width: calc(100/750*100vw);
    height: calc(4/750*100vw);
  }
  .p-closeService__box01 {
    padding: calc(64/750*100vw) calc(40/750*100vw);
    border-radius: calc(20/750*100vw);
    font-size: calc(28/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
  .p-closeService__list {
    grid-template-columns: 1fr;
    gap: calc(48/750*100vw);
    margin-bottom: calc(48/750*100vw);
  }
  .p-closeService__box02 {
    border-radius: calc(20/750*100vw);
  }
  .p-closeService__box02:nth-child(3), .p-closeService__box02:nth-child(4), .p-closeService__box02:nth-child(5) {
    grid-column: 1 / 2;
  }
  .p-closeService__box03 {
    padding: calc(56/750*100vw) calc(32/750*100vw);
    border-radius: calc(20/750*100vw);
    width: 100%;
    margin: calc(-16/750*100vw) auto calc(48/750*100vw);
  }
  .p-closeService__head01 {
    padding: calc(16/750*100vw);
    font-size: calc(40/750*100vw);
    line-height: 1.18;
  }
  .p-closeService__head01 .x-large {
    font-size: calc(40/750*100vw);
    display: block;
  }
  .p-closeService__head01 .x-small {
    font-size: calc(32/750*100vw);
    display: block;
  }
  .p-closeService__head01--red {
    background-color: #D50000;
  }
  .p-closeService__body01 {
    padding: calc(48/750*100vw) calc(40/750*100vw);
    font-size: calc(28/750*100vw);
  }
  .p-closeService__box02--product .p-closeService__body01 {
    padding-left: calc(20/750*100vw);
    padding-right: calc(20/750*100vw);
  }
  .p-closeService__productsList {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(12/750*100vw) calc(40/750*100vw);
    margin-bottom: calc(16/750*100vw);
  }
  .p-closeService__productImg {
    margin-bottom: calc(24/750*100vw);
  }
  .p-closeService__productTag {
    font-size: calc(24/750*100vw);
    padding: calc(4/750*100vw) calc(12/750*100vw);
    border-width: calc(2/750*100vw);
    margin-bottom: calc(20/750*100vw);
  }
  .p-closeService__txt01 {
    font-size: calc(28/750*100vw);
    margin-bottom: calc(40/750*100vw);
  }
  .p-closeService__txt02 {
    font-size: calc(26/750*100vw);
  }
  .p-closeService__txt03 {
    font-size: calc(30/750*100vw);
    margin-bottom: calc(32/750*100vw);
  }
  .p-closeService__txt04 {
    font-size: calc(24/750*100vw);
  }
  .p-closeService__txt05 {
    font-size: calc(24/750*100vw);
    margin-top: calc(24/750*100vw);
  }
  .p-closeService__txt06 {
    font-size: calc(30/750*100vw);
  }
}


/* .p-closeBottom */
.p-closeBottom {
  padding: 48px 0;
}
.p-closeBottom__txt01 {
  font-size: 14px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 24px;
}
.p-closeBottom__txt02 {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 14px;
}
.p-closeBottom__txt03 {
  width: 259px;
  margin: 0 auto 12px;
}
.p-closeBottom__txt04 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.83;
  margin-bottom: 48px;
}
.p-closeBottom__btn01 {
  display: block;
  width: 350px;
  margin: 0 auto;
}
@media print, screen and (max-width: 750px) {
  .p-closeBottom {
    padding: calc(48/750*100vw) 0;
  }
  .p-closeBottom__txt01 {
    font-size: calc(24/750*100vw);
    margin-bottom: calc(56/750*100vw);
  }
  .p-closeBottom__txt02 {
    font-size: calc(32/750*100vw);
    margin-bottom: calc(28/750*100vw);
  }
  .p-closeBottom__txt03 {
    width: calc(348/750*100vw);
    margin: 0 auto calc(24/750*100vw);
  }
  .p-closeBottom__txt04 {
    font-size: calc(22/750*100vw);
    margin-bottom: calc(56/750*100vw);
  }
  .p-closeBottom__btn01 {
    width: calc(622/750*100vw);
  }
}