@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSansJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSansJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSerifJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUS2-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUS2-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUSRounded1c-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUSRounded1c-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/Roboto-Bold.woff2) format("woff2");
  font-display: swap;
}
/* ↓ アニメーションの定義 -------*/
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@keyframes leaf-move {
  from {
    transform: rotate(7.5deg);
  }
  to {
    transform: rotate(-7.5deg);
  }
}
.js-observe,
.js-observeShort {
  opacity: 0;
}

.fadeIn {
  animation: fadeIn 3s ease 0s both 1 normal;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease 0s both 1 normal;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease 0s both 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp0 {
  animation: fadeInUp0 1.25s ease 0s both 1 normal;
}

.fadeInUp1 {
  animation: fadeInUp1 1.25s ease 0.5s both 1 normal;
}

.fadeInUp2 {
  animation: fadeInUp2 1.25s ease 1s both 1 normal;
}

.fadeInUp3 {
  animation: fadeInUp3 1.25s ease 1.5s both 1 normal;
}

.fadeInUp4 {
  animation: fadeInUp4 1.25s ease 2s both 1 normal;
}

.fadeInUp5 {
  animation: fadeInUp5 1.25s ease 2.5s both 1 normal;
}

@keyframes fadeInUp0 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* ↓ インナーの定義 -------*/
.w1200 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.w1093 {
  width: 1093px;
  max-width: 80%;
  margin: 0 auto;
}

.w1080 {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

.w890 {
  width: 890px;
  max-width: 75%;
  margin: 0 auto;
}

.w850 {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
}

.w555 {
  width: 555px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .w555 {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .w555 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sw100 {
    width: 100%;
    max-width: 100%;
  }
  .sw98 {
    max-width: 98%;
  }
  .sw92 {
    max-width: 92%;
  }
  .sw88 {
    max-width: 88%;
  }
  .sw82 {
    max-width: 82%;
  }
}
html {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.266675vw;
  }
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.05rem;
}

img {
  backface-visibility: hidden;
}

.pcmode {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcmode {
    display: none !important;
  }
}

.spmode {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spmode {
    display: block !important;
  }
}

/*------ price ------*/
@media screen and (max-width: 768px) {
  .ttlSec.ttlSec--price img {
    right: -1rem;
    bottom: -6.5rem;
    height: 4.5rem;
  }
}

.priceSec {
  padding-top: 0.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .priceSec {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
  }
}
.priceSec h2 {
  position: relative;
  margin-bottom: 0.9rem;
  font-family: "M PLUS 2";
  color: #9e2b25;
}
.priceSec h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .priceSec h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .priceSec h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec h2 {
    font-size: 1.4062472534rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec h2 {
    margin-left: 3.25rem;
  }
}
.priceSec h2::before {
  top: 0;
  right: 102.5%;
  bottom: 0;
  left: -9rem;
  height: 1px;
  margin: auto;
  background: #9e2b25;
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 1300px) {
  .priceSec h2::before {
    left: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec h2::before {
    left: -3rem;
  }
}
.priceSec p {
  margin-bottom: 2.5rem;
  line-height: 2.25;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .priceSec p {
    margin-bottom: 2rem;
    line-height: 1.9;
  }
}
.priceSec img {
  display: block;
  width: 83%;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .priceSec img {
    width: 100%;
  }
}
.priceSec__table02 {
  width: 100%;
  border-collapse: collapse;
}
.priceSec__table02 td {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1600px) {
  .priceSec__table02 td {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1300px) {
  .priceSec__table02 td {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__table02 td {
    font-size: 0.6874986572rem;
  }
}
.priceSec__table02 td:first-child {
  padding-right: 0.5rem;
  vertical-align: top;
  white-space: nowrap;
}
.priceSec__table01 {
  width: 100%;
  margin-top: 2rem;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .priceSec__table01 {
    margin-top: 1rem;
  }
}
.priceSec__table01 th {
  font-weight: 400;
  background: #f3ede2;
}
.priceSec__table01 th:first-child {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .priceSec__table01 th:first-child {
    width: 4rem;
  }
}
.priceSec__table01 th:last-child {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .priceSec__table01 th:last-child {
    width: 6rem;
  }
}
.priceSec__table01 td:last-child {
  text-align: right;
}
.priceSec__table01 td span {
  display: inline-block;
  margin-top: 1rem;
}
.priceSec__table01 td span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .priceSec__table01 td span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .priceSec__table01 td span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__table01 td span {
    font-size: 0.6249987793rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__table01 td span {
    margin-top: 0.5rem;
  }
}
.priceSec__table01 th,
.priceSec__table01 td {
  padding: 0.75rem 1rem;
  line-height: 1.4;
  border: 1px solid #ddd;
}
.priceSec__table01 th,
.priceSec__table01 td {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .priceSec__table01 th,
  .priceSec__table01 td {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .priceSec__table01 th,
  .priceSec__table01 td {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__table01 th,
  .priceSec__table01 td {
    font-size: 0.7499985352rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__table01 th,
  .priceSec__table01 td {
    padding: 0.25rem 0.25rem;
  }
}
.priceSec__list {
  padding: 2rem 2rem 2rem 4rem;
  margin-bottom: 2.5rem;
  color: #fff;
  list-style-type: disc;
  background: #9e2b25;
  border-radius: 1rem;
}
.priceSec__list {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .priceSec__list {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .priceSec__list {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__list {
    font-size: 0.874998291rem;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__list {
    padding: 1rem 1rem 1rem 2rem;
    margin-bottom: 2rem;
  }
}
.priceSec__list li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .priceSec__list li {
    margin-bottom: 0.5rem;
  }
}
.priceSec__list li:last-child {
  margin-bottom: 0;
}

.flowSec {
  padding: 4rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .flowSec {
    padding: 2rem 0 4rem;
  }
}
.flowSec__ttl {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flowSec__ttl {
    margin-bottom: 1.5rem;
  }
}
.flowSec__ttl h2 {
  line-height: 1.8;
  color: #9e2b25;
}
.flowSec__ttl h2 {
  font-size: 3rem;
}
@media screen and (max-width: 1600px) {
  .flowSec__ttl h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  .flowSec__ttl h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .flowSec__ttl h2 {
    font-size: 2.1874957275rem;
  }
}
.flowSec__ttl p {
  line-height: 1.6;
}
.flowSec__ttl p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .flowSec__ttl p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .flowSec__ttl p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .flowSec__ttl p {
    font-size: 1.1249978027rem;
  }
}
.flowSec__list {
  margin-top: 2.65rem;
}
@media screen and (max-width: 768px) {
  .flowSec__list {
    margin-top: 1.5rem;
  }
}
.flowSec__list li {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
  padding: 0.9rem 2rem;
  margin-bottom: 4.75rem;
  background: #fff;
  border: 1px solid #333;
  border-radius: 1.25rem;
}
@media screen and (max-width: 1300px) {
  .flowSec__list li {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .flowSec__list li {
    gap: 1.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 3.5rem;
  }
}
.flowSec__list li:last-child {
  margin-bottom: 0;
}
.flowSec__list li:last-child::before {
  display: none;
}
.flowSec__list li::before {
  right: 0;
  bottom: -3.15rem;
  left: 0;
  width: 2rem;
  height: 1.2990381057rem;
  margin: auto;
  background: #9e2b25;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .flowSec__list li::before {
    bottom: -2.5rem;
  }
}
.flowSec__num {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 1.3;
  color: #9e2b25;
}
.flowSec__num {
  font-size: 2.625rem;
}
@media screen and (max-width: 1600px) {
  .flowSec__num {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1300px) {
  .flowSec__num {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .flowSec__num {
    font-size: 1.6249968262rem;
  }
}
.flowSec__pickup {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  color: #9e2b25;
}
.flowSec__pickup {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .flowSec__pickup {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .flowSec__pickup {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .flowSec__pickup {
    font-size: 1.1249978027rem;
  }
}
