@charset "UTF-8";
/*---------------------------------------------------------
BrakePoint
----------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  user-select: none;
}

* {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  block-size: 100dvb;
  font-family: system-ui, sans-serif;
  line-height: 1.5;
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  -webkit-border-before: 1px solid;
  block-size: 0;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

main {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}

#bg_fv{
	background: url(../images/bg_fv.png);
	background-size: 100%;
	padding-bottom: 0%;
}

.bg_red{
	background: url(../images/bg_red.png);
	background-size: 100%;
	padding-bottom: 0%;
}

.bg_red2{
	background: url(../images/bg_red2.png);
	background-size: 100%;
	padding-bottom: 0%;
}


.bg_shukan{
	background: url(../images/bg_shukan.png);
	background-size: 100%;
	padding-bottom: 0%;
}

.bg_qa{
	background-color: #e0e8ea;
	padding-bottom: 0%;
}

.btn_cmn{
	padding:2% 5% 0%;
}



.cta-btn .cta {
  animation: 0.7s ease infinite move;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


.guarantee .title {
  background: #42210B;
  padding: 4.6875vw 3.125vw;
}
@media (min-width: 640px) {
  .guarantee .title {
    padding: 30px 0;
  }
}
.guarantee .title h2 {
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: clamp(1.063rem, 5.31vw, 2.125rem);
  font-weight: bold;
  text-align: center;
}
.guarantee .title p {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(0.688rem, 3.44vw, 1.375rem);
  font-weight: bold;
  text-align: center;
}
.guarantee .arrow-down {
  background: rgb(184, 177, 143);
  display: flex;
  justify-content: center;
  padding: 18px 0;
}
.guarantee .text-area {
  background: rgba(184, 177, 143, 0.2);
  padding: 7.03125vw 11.71875vw;
}
@media (min-width: 640px) {
  .guarantee .text-area {
    padding: 45px 75px;
  }
}
.guarantee .text-area p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(0.75rem, 3.75vw, 1.5rem);
  line-height: 1.4491666667;
}
.guarantee .text-area h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(0.75rem, 3.75vw, 1.5rem);
  font-weight: bold;
  line-height: 1.4491666667;
}
.guarantee .text-area .separator {
  margin-top: 7.8125vw;
}
@media (min-width: 640px) {
  .guarantee .text-area .separator {
    margin-top: 50px;
  }
}
.guarantee .text-area .separator ul li {
  padding-left: 3.90625vw;
  position: relative;
}
@media (min-width: 640px) {
  .guarantee .text-area .separator ul li {
    padding-left: 25px;
  }
}
.guarantee .text-area .separator ul li:before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 1.5625vw;
  position: absolute;
  top: 2.34375vw;
  width: 5px;
}
@media (min-width: 640px) {
  .guarantee .text-area .separator ul li:before {
    left: 10px;
    top: 15px;
  }
}

.accordion-area details[open] summary img {
  transform: rotate(180deg);
}
.accordion-area summary {
  align-items: center;
  background: rgb(204, 204, 204);
  border-bottom: 2px solid #fff;
  display: flex;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(0.938rem, 4.69vw, 1.875rem);
  height: 100px;
  justify-content: space-between;
  line-height: 1.3;
  list-style: none;
  padding: 0 11.71875vw;
}


.accordion-area summary.arrowFirst {
  background: #B6AD87;
  text-align: center;
  height: 60px;
}

.accordion-area summary.arrowFirst .arrow-down{
	padding-left: 47%;
}

.separator h2{
	font-size: 22px;
  margin-bottom: 0.5em;
}



@media (min-width: 640px) {
  .accordion-area summary {
    padding: 0 75px;
  }
}
.accordion-area summary img {
  max-width: 35px;
  width: 5.46875vw;
}
.accordion-area summary span {
  position: relative;
}

/*
.accordion-area summary span::before {
  background: #fff;
  content: "";
  height: 2.34375vw;
  left: -3.125vw;
  position: absolute;
  top: 1.875vw;
  width: 2.34375vw;
}
@media (min-width: 640px) {
  .accordion-area summary span::before {
    height: 15px;
    left: -20px;
    top: 12px;
    width: 15px;
  }
}
  */
.accordion-area summary::-webkit-details-marker {
  display: none;
}
.accordion-area .close-area {
  background: rgb(238, 238, 238);
  padding: 7.8125vw 8.71875vw;
}
@media (min-width: 640px) {
  .accordion-area .close-area {
    padding: 50px 75px;
  }
}
.accordion-area .close-area p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(0.75rem, 3.75vw, 1.5rem);
  line-height: 1.4491666667;
}
.accordion-area .close-area .separator, .accordion-area .close-area .image {
  margin-top: 4.6875vw;
}
@media (min-width: 640px) {
  .accordion-area .close-area .separator, .accordion-area .close-area .image {
    margin-top: 30px;
  }
}
.accordion-area .close-area .image {
  width: 100%;
}
.accordion-area .close-area .image img {
  width: 100%;
}
.accordion-area .close-area .tax-image p {
  margin-bottom: 10px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal-content {
  background-color: #fff;
  left: 50%;
  max-width: 500px;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.close {
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 28px;
}
/*# sourceMappingURL=sourcemaps/style.css.map */