.pc {
  display: inline;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp {
    display: inline;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: #444;
}

h3 {
  color: #c2a475;
}

.fs-c-button--primary {
  background-color: #c2a475;
}

.kv_img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 800px) {
  .kv_img {
    height: 100vh;
    height: 100dvh;
  }
}

.kv_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .kv_img img {
    height: 240%;
  }
}

.cate_main_kv {
  /*height: 100vh;
  height: 100dvh;*/
  position: relative;
  z-index: 1;
  padding: 3em 5vw 0;
  margin: 0 auto;
  max-width: 1500px;
}

@media screen and (max-width: 800px) {
  .cate_main_kv {
    padding: 1em 5vw 0;
  }
}

.cate_main_kv img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.kv_catch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: min(4vw, 60px);
}

@media screen and (max-width: 800px) {
  .kv_catch {
    flex-direction: column;
    align-items: center;
  }
}

.kv_catch .emblem {
  width: min(16vw, 230px);
}

@media screen and (max-width: 800px) {
  .kv_catch .emblem {
    width: 25vw;
  }
}

.kv_catch .catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.kv_catch .catch * {
  margin: 0;
}

.kv_catch .catch_hd {
  color: #c2a475;
  font-size: min(3.2vw, 48px);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 800px) {
  .kv_catch .catch_hd {
    font-size: 6.5vw;
  }
}

.kv_catch .catch_ttl {
  color: #c2a475;
  font-size: min(2.2vw, 38px);
}

@media screen and (max-width: 800px) {
  .kv_catch .catch_ttl {
    font-size: 5vw;
  }
}

.kv_catch .catch_ttl span {
  font-size: min(4.5vw, 64px);
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(-30deg, #c2a475 0%, #7d5e2c 33%, #c2a475 100%);
  font-weight: 900;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .kv_catch .catch_ttl span {
    font-size: 9vw;
  }
}

.kv_catch .catch h1 {
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  font-size: min(2vw, 30px);
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .kv_catch .catch h1 {
    font-size: 3.8vw;
  }
}

.intro {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  color: #c2a475;
  background-color: #fbfbf7;
  overflow: hidden;
}

.intro::after {
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  background: #f7f7f3;
  right: 0;
  bottom: -60%;
  transform: skewY(-15deg);
  transform-origin: top left;
}

.intro .section__inn {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  padding: 100px 150px 50px;
  margin: 0 auto;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
  line-height: 2.5;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .intro .section__inn {
    padding: 50px 10vw 50px;
    font-size: 1em;
  }

  .intro .section__inn h2 {
    font-size: 1.8em;
    line-height: 1.8;
  }
}

.intro_nav {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.intro_nav ul {
  margin: 0 auto;
  padding: 0 50px 100px;
  max-width: 1750px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

@media screen and (max-width: 800px) {
  .intro_nav ul {
    padding: 0 5vw 100px;
  }
}

.intro_nav ul li {
  list-style: none;
  width: 29.3333333333%;
  margin: 1% 2%;
  display: flex;
}

@media screen and (max-width: 800px) {
  .intro_nav ul li {
    width: 100%;
  }
}

.intro_nav ul li a {
  border: 1px solid #c2a475;
  padding: 1em 3em 1em 2em;
  background-color: transparent;
  transition: 0.5s;
  display: flex;
  flex: auto;
  text-decoration: none;
  color: #b28d52;
  text-align: center;
  font-size: min(1.5vw, 1.4em);
  font-family: "Noto Serif JP", serif;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 800px) {
  .intro_nav ul li a {
    font-size: min(3.5vw, 1.2em);
  }
}

.intro_nav ul li a::after {
  position: absolute;
  content: "";
  border-top: solid 1px #c2a475;
  border-right: solid 1px #c2a475;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(135deg);
  right: 1em;
}

.intro_nav ul li a:hover {
  border: 1px solid #c2a475;
  background-color: #c2a475;
  color: #fff;
}

.intro_nav ul li a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.first_back {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

h2 {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  color: #c2a475;
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 1.8em;
  }
}

.center {
  text-align: center;
}

.cate_main_section {
  margin: 300px 0px;
}

.cate_main>.cate_main_section {
  margin: 200px 30px;
}

@media screen and (max-width: 800px) {
  .cate_main>.cate_main_section {
    margin: 100px 30px;
  }
}

.condition_content {
  max-width: 900px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.condition_img {
  margin: 0 auto;
}

.condition_img img {
  max-width: 500px;
}

.condition_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  /* max-width: 1200px; */
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
}

.condition_item {
  font-size: 14px;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 20px;
}

.condition_item h3 {
  margin: 0;
}

.condition_item img {
  border-radius: 20px;
}

.bubble_big {
  display: block;
  width: 100px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bubble_small {
  display: block;
  width: 50px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 800px) {
  .condition_wrap {
    padding: 25px;
  }

  .condition_item {
    width: 100%;
    font-size: 12px;
    padding: 15px 20px;
  }
}

.grade_wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.grade_wrap span {
  font-size: 18px;
}

.down_mark {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 13px solid #00abff;
  border-bottom: 0;
}

.up_mark {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 13px solid #ff2121;
  border-top: 0;
}

.order_section,
.other_section {
  padding: 50px 0;
  border-radius: 0px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.order_section {
  background-color: #F4EFD8;
}

.other_section {
  background-color: #dddddd;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  padding: 100px 0;
}

.order_content,
.other_container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}

.other_container {
  width: 100%;
}

.other_content {
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.other_item {
  width: 100%;
}

.other_item ul {
  font-size: 14px;
}

.order_content .make_container {
  /* width: 100%; */
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
}

.contact_wrap .other_content {
  width: calc((100% - 220px) / 2);
}

@media (max-width: 800px) {
  .contact_wrap .other_content {
    width: 100%;
  }

  .other_content {
    padding: 30px;
  }
}

.movie_section {
  position: relative;
  width: 100%;
  height: 80vh;
}

.movie_section .movie_txt {
  width: 40%;
  padding: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999;
  color: #FFFFFF;
}

.right {
  left: initial !important;
  right: 0%;
}

.movie_section .movie_img {
  width: 100%;
  height: 100%;
}

.movie_section .kv_filter {
  /* border-radius: 20px; */
}

.movie_section .movie_img video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
}

.movie_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292f4d;
  opacity: 0.7;
  /* border-radius: 20px; */
}

@media (max-width: 800px) {
  .movie_section {
    height: 60vh;
  }

  .movie_section .movie_txt {
    width: 80%;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .right {
    left: 50% !important;
    right: initial !important;
  }
}

.max_section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 60vh;
  margin-top: 100px;
  margin-bottom: 100px;
}

.max_section .max_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  color: #FFFFFF;
}

.max_section .max_img {
  width: 100%;
  height: 100%;
}

.max_section .max_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .max_section .max_txt {
    width: 80%;
  }
}

.flow_container {
  max-width: 1200px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}

.flow_item {
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  gap: 10px;
}

.flow_item img {
  border-radius: 10px;
}

.flow_num {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c2a475;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}

@media (max-width: 800px) {
  .flow_item {
    width: 100%;
  }
}

.make_container {
  width: 100%;
  margin: 180px auto;
}

.make_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  gap: 30px;
}

.make_txt {
  width: calc(40% - 30px);
}

.make_item img {
  width: calc(60% - 30px);
  border-radius: 10px;
}

.make_txt h3 {
  margin-bottom: 0;
}

.make_txt p {
  font-size: 16px;
}

@media (max-width: 800px) {
  .make_container {
    width: 100%;
  }

  .make_item {
    flex-direction: column-reverse;
  }

  .make_txt,
  .make_item img {
    width: 100%;
  }
}

.column {
  max-width: 1200px;
  margin: 100px auto;
}

.column img {
  border-radius: 20px;
}

.two_column {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  align-items: center;
  margin: 100px auto;
  padding: 80px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.two_column .img,
.two_column .txt {
  width: calc((100% - 50px) / 2);
}

.two_column .img {
  margin: 0 auto;
  text-align: center;
}

.two_column .img img {
  /* border-radius: 20px; */
  max-width: 400px;
}

.title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}

.title h3 {
  color: #c2a475;
  font-size: 20px;
  padding-top: 6px;
  margin: 0;
}

.number {
  color: #c2a475;
  font-size: 40px;
}

@media (max-width: 800px) {
  .two_column {
    gap: 20px;
    padding: 40px;
    margin: 50px auto;
  }

  .two_column .img,
  .two_column .txt {
    width: 100%;
    /* width: calc((100% - 20px * 1) / 2); */
  }

  .reverse {
    flex-direction: column;
  }
}

.plan_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.plan_txt {
  width: 50%;
}

.plan_img {
  width: 50%;
}

.plan_img img {
  border-radius: 20px;
}

@media (max-width: 800px) {
  .plan_wrap {
    flex-direction: column-reverse;
  }

  .plan_txt {
    width: 100%;
  }

  .plan_img {
    width: 100%;
  }
}

.plan-list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.plan-list_container {
  /* display: flex;
  flex-wrap: wrap;
  gap: 30px; */
  list-style: none;
  /* padding: 0;
  margin-top: 100px; */
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
}

.plan-list_content {
  /* width: calc((100% - 230px * 1) / 2); */
  /* padding: 50px; */
  /* background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.plan-list_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.plan-list_item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.plan-list_item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}

.plan-value {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  color: #c2a475;
}

.plan-list_content {
  position: relative;
}

.recommendation {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  border-radius: 50%;
  /* padding: 15px; */
  background-color: #c2a475;
}

.recommendation span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan-list_item h3 {
  margin: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
}

.plan-list_item {
  list-style: none;
  padding: 0;
  width: calc((100% - 30px) / 2);
}

.plan-list_item li {
  width: calc((100% - 10px) / 2);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 10px;
}

.plan-list_img {
  width: calc((100% - 30px) / 2);
}

.plan-list_img img {
  border-radius: 20px;
}

.plan-list_txt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.plan-list_txt h4 {
  margin: 0;
  font-size: 14px;
}

.plan-list_txt span {
  font-size: 11px;
}

.plan_size_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* margin-top: 30px; */
}

.plan_size_item {
  width: 100%;
  display: flex;
  align-items: center;
  /* text-align: center; */
  flex-direction: column;
  gap: 20px;
}

.plan_size_item span {
  width: 100%;
  font-weight: 700;
}

.plan_size_item a {
  width: 100%;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  background-color: #c2a475;
}

@media (max-width: 1100px) {
  .plan-list_content {
    width: 100%;
    /* padding: 30px; */
  }
}

@media (max-width: 800px) {
  .plan-list_content {
    width: 100%;
    /* padding: 30px; */
  }

  .plan-list_item {
    width: 100%;
  }

  .plan-list_item li {
    width: 100%;
  }

  .plan-list_img {
    width: 100%;
  }

  .plan-list_wrap {
    flex-direction: column-reverse;
  }
}

.tel_wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
}

.tel_wrap .tel {
  font-size: 20px;
  color: #c2a475;
}

.other_item .fs-c-button--primary {
  width: 100%;
}

.chart_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 50px;
  background-color: #F4EFD8;
  border-radius: 20px;
  max-width: 1000px;
  margin: 100px auto;
  transition: all 0.5s 0s ease;
  /* height: 300px; */
}

.chart_content p {
  font-size: 20px;
}

.chart_content .btn_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  margin-top: 50px;
}

.chart_content .btn {
  border: none;
  width: 150px;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

.question_title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.question_mark span {
  font-family: "Noto Serif JP", serif;
  background-color: #c2a475;
  color: #FFF;
  font-weight: 800;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c2a475;
  text-align: center;
  line-height: 50px;
}

.question_title h3 {
  margin: 0;
  /* text-align: center; */
  color: #c2a475;
  font-family: "Noto Serif JP", serif;
}

#result_txt h3 {
  font-size: 24px;
}

.result_title {
  font-family: "Noto Serif JP", serif;
  margin: 0 0 50px 0;
}

.txt_hide {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.txt_hide h4 {
  margin: 0;
}

.txt_display {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.yes_btn {
  background-color: #c2a475;
  color: #FFFFFF;
}

.no_btn {
  background-color: #dddddd;
}

@media (max-width: 800px) {
  .chart_content {
    padding: 30px;
  }
}

.indigo_back {
  margin-top: -200px;
  margin-bottom: -200px;
  padding: 50px 0;
  border-radius: 0px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #292f4d;
  color: #FFF;
}

.swiper-slide {
  cursor: grab;
}

.point_section {
  padding: 0 30px;
}

.point_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1400px;
  margin: 50px auto;
}

.point_item {
  width: calc((100% - 112px) / 3);
  border-radius: 10px;
  border: 1px solid #c2a475;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  text-decoration: none;
}

.point_text {
  color: #FFF;
  padding: 20px;
}

.point_text h3 {
  font-family: "Noto Serif JP", serif;
  margin-top: 0;
}

.point_item img {
  /* width: calc(100% + 40px);
  margin-top: -20px;
  margin-left: -20px; */
  border-radius: 10px 10px 0 0;
}

.down_arrow {
  text-align: center;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #c2a475;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media (max-width: 800px) {
  .point_item {
    width: 100%;
  }
}

/*# sourceMappingURL=landing.css.map */

.footer_section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 30px 50px 30px;
}

.footer_bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer_bottom a {
  color: #000;
}

.copyright {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}


.spec_table {
  max-width: 1500px;
  margin: 0 auto;
}

.spec_table th,
.spec_table td {
  border: none;
  padding: 20px;
  text-align: left !important;
  vertical-align: top;
  width: 140px;
  height: 50px;
  border-right: 1px solid #d3cba3;
}

.spec_table th:last-child,
.spec_table td:last-child {
  border-right: none !important;
}

.spec_table table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;

}

.spec_table th {
  color: #c2a475;
}

.spec_table .color_col>th,
.spec_table .color_col>td {
  background-color: #F4EFD8;
}

.spec_table a {
  background-color: #c2a475;
  color: #FFF;
  text-decoration: none;
  padding: 5px;
  display: block;
  border-radius: 5px;
  margin-top: 5px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .spec_table {
      /* white-space: nowrap; */
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
  }

  .spec_table table {
      width: 100%;
      table-layout: fixed;
  }
}