@charset "UTF-8";
body {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #604b4b;
  background: #fefdf6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.8823529412px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #604b4b !important;
}
.col-crm {
  color: #f3f2e3 !important;
}
.col-beg {
  color: #fefdf6 !important;
}
.col-red {
  color: #e13f54 !important;
}
.col-blu {
  color: #2db7ea !important;
}
.col-gry {
  color: #efeded !important;
}
.col-red_kin {
  color: #ea362d !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #604b4b !important;
}
.bg-crm {
  background-color: #f3f2e3 !important;
}
.bg-beg {
  background-color: #fefdf6 !important;
}
.bg-red {
  background-color: #e13f54 !important;
}
.bg-blu {
  background-color: #2db7ea !important;
}
.bg-gry {
  background-color: #efeded !important;
}
.bg-red_kin {
  background-color: #ea362d !important;
}
.bg-wht-trans {
  background: rgba(255, 255, 255, 0.7);
}
.bg-dot-box {
  height: 719px;
  background: url("/img/common/dot-box.png") center center no-repeat;
  background-size: cover;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  align-items: center;
  text-align: center;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover {
  color: rgba(96, 75, 75, 0.8);
}
.btn-ptn1 .btn-link {
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(151, 150, 139, 0.2);
  border: solid 1px rgba(243, 242, 227, 0);
}
.btn-ptn1 .btn-link:hover {
  box-shadow: none;
  border: solid 1px #f3f2e3;
}
.btn-ptn2 .btn-link {
  border-bottom: solid 1px rgba(96, 75, 75, 0.3);
  padding-bottom: 8px;
}

#side-totop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 77;
}
#side-totop .side-link {
  letter-spacing: 0.05em;
}
#side-totop .side-link::before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/14;
  background-image: url("/img/common/arw-totop.png");
  background-size: 100%;
  margin: 0 auto 5px auto;
  transition: 0.2s;
}
#side-totop:hover .side-link {
  color: rgba(96, 75, 75, 0.8);
}
#side-totop:hover .side-link::before {
  transform: translateY(-1px);
}

.ic-tel-red, .ic-tel-wht, .ic-tel-red-large, .ic-tel-wht-large {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel-red::before, .ic-tel-wht::before, .ic-tel-red-large::before, .ic-tel-wht-large::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel-red.png");
  background-size: 100%;
}
.ic-tel-wht::before, .ic-tel-wht-large::before {
  background-image: url("/img/common/ic-tel-wht.png");
  background-size: 100%;
}
.ic-tel-wht-large::before {
  width: 32px;
}
.ic-pin {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-pin::before {
  content: "";
  display: block;
  width: 23px;
  min-width: 23px;
  aspect-ratio: 23/35;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}

.arw-red::after, .arw-red-flx::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/11;
  background-image: url("/img/common/arw-red.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-red {
  position: relative;
}
.arw-red::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.arw-red:hover::after {
  transform: translate(-1px, -50%);
}
.arw-red-flx {
  display: flex;
  justify-content: space-between;
}
.arw-red-flx:hover::after {
  transform: translateX(-1px);
}
.arw-anchor {
  position: relative;
}
.arw-anchor::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/11;
  background-image: url("/img/common/arw-red.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.arw-anchor:hover::after {
  transform: translateY(calc(-50% + 1px)) rotate(90deg);
}

.dot-top-red, .dot-btm-red {
  position: relative;
}
.dot-top-red::before, .dot-btm-red::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, red 1px, transparent 1px);
  background-size: 12px 2px;
}
.dot-top-red {
  padding-top: 20px;
}
.dot-top-red::before {
  top: 0;
}
.dot-btm-red {
  padding-bottom: 20px;
}
.dot-btm-red:after {
  bottom: 0;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 {
  background: #fff;
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 15px;
}
.tbl-ptn1 th {
  width: 28%;
  background: #e13f54;
  color: #fff;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
}
.tbl-ptn1 tr:not(:first-child) th {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 1px #efeded;
}
.tbl-ptn2 {
  background: #fff;
}
.tbl-ptn2 dt, .tbl-ptn2 dd {
  text-align: center;
  padding: 20px;
}
.tbl-ptn2 dt {
  background: #ea362d;
  color: #fff;
}
.tbl-ptn2 dl {
  width: 25%;
}
.tbl-ptn2 dl:not(:first-child) dt {
  border-left: solid 1px rgba(255, 255, 255, 0.4);
}
.tbl-ptn2 dl:not(:first-child) dd {
  border-left: solid 1px rgba(225, 63, 84, 0.4);
}

[class^=cts-] {
  width: 100%;
  margin: 0 auto;
}

.cts-1080 {
  max-width: 1080px;
}
.cts-1280 {
  max-width: 1280px;
}
.cts-1420 {
  max-width: 1420px;
}
.cts-1680 {
  max-width: 1680px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.layout-clm-2 .list-item {
  width: calc((100% - 50px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.layout-clm-2-c .list-item {
  width: calc((100% - 50px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item {
  width: calc((100% - 120px) / 4);
}

.list-news .list-item, .list-faq .list-item, .list-flow .list-item {
  width: 100%;
}
.list-news time {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-size: 2rem;
  opacity: 0.6;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 17.6470588235px;
  }
}
.list-news .news-bx {
  display: flex;
  align-items: center;
}
.list-news .news-ttl {
  margin-top: 10px;
}
.list-news .news-item {
  border-bottom: solid 1px #efeded;
  padding-bottom: 20px;
}
.list-faq dt, .list-faq dd {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.list-faq dt {
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 23.5294117647px;
  }
}
.list-faq dt::before {
  content: "Q";
  display: block;
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  background: url("/img/common/ic-circle.png") center center no-repeat;
  background-size: cover;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #e13f54;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 0 7px;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before {
    font-size: 17.6470588235px;
  }
}
.list-faq dd {
  margin-top: 30px;
}
.list-faq__interview dd {
  justify-content: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.list-faq__interview dd .com-base {
  padding: 30px 40px;
  width: 880px;
  max-width: 100%;
  background: #f3f2e3;
  position: relative;
  z-index: 1;
}
.list-faq__interview dd .com-base::after {
  content: "";
  display: block;
  width: 28px;
  min-width: 28px;
  aspect-ratio: 28/25;
  background-image: url("/img/interview/arw.png");
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: calc(100% - 1px);
  z-index: -1;
}
.list-faq__interview dd::after {
  content: "";
  display: block;
  width: 80px;
  min-width: 80px;
  aspect-ratio: 1/1;
  background-image: url("/img/interview/owner-ic.png");
  background-size: 100%;
}
.list-faq__guide dd {
  background: #fff;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 30px;
}
.list-faq__guide dd span {
  white-space: pre-wrap;
}
.list-faq__guide dd::before {
  content: "A.";
  color: #e13f54;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .list-faq__guide dd::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__guide dd::before {
    font-size: 17.6470588235px;
  }
}
.list-reason .reason-item {
  padding: 25px 30px;
  position: relative;
}
.list-reason .reason-item::before {
  content: "01";
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #e13f54;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-reason .reason-item::before {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .reason-item::before {
    font-size: 25.8823529412px;
  }
}
.list-reason .reason-item:nth-child(2)::before {
  content: "02";
}
.list-reason .reason-item:nth-child(3)::before {
  content: "03";
}
.list-reason .reason-item:nth-child(4)::before {
  content: "04";
}
.list-reason .reason-item:nth-child(5)::before {
  content: "05";
}
.list-caution .caution-item {
  border: solid 1px #e13f54;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.list-caution .caution-item::before {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 64/44;
  background-image: url("/img/common/ic-caution.png");
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.list-caution .caution-txt {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
.list-flow dl {
  background: #fefdf6;
  padding: 50px 50px 50px 140px;
  position: relative;
}
.list-flow dl::before {
  font-family: "Zen Maru Gothic", serif;
  content: "01";
  display: block;
  width: 80px;
  min-width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #e13f54;
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .list-flow dl::before {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dl::before {
    font-size: 25.8823529412px;
  }
}
.list-flow dl::after {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 4/24;
  background-image: url("/img/common/obj-dot-gra.png");
  background-size: 100%;
  position: absolute;
  top: 120px;
  left: 70px;
}
.list-flow dl:nth-child(2)::before {
  content: "02";
}
.list-flow dl:nth-child(3)::before {
  content: "03";
}
.list-flow dl:nth-child(4)::before {
  content: "04";
}
.list-flow dl:nth-child(5)::before {
  content: "05";
}
.list-flow dt {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: solid 1px #e13f54;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 21.1764705882px;
  }
}
.list-flow .com-layout h4 {
  font-family: "Zen Maru Gothic", serif;
  background: #e13f54;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-flow .com-layout h4 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .com-layout h4 {
    font-size: 17.6470588235px;
  }
}
.list-flow .com-layout h5 {
  font-size: 20px;
  font-size: 2rem;
  color: #e13f54;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-flow .com-layout h5 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .com-layout h5 {
    font-size: 17.6470588235px;
  }
}
.list-flow .com-layout .com-base {
  padding: 20px 30px;
}
.list-flow .com-layout p {
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.com-tag-main .list-tag {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  border: solid 1px #e13f54;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  color: #e13f54;
}
@media screen and (max-width: 768px) {
  .com-tag-main .tag-link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main .tag-link {
    font-size: 16.4705882353px;
  }
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  color: #e13f54;
  gap: 5px 10px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .list-tag {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .list-tag {
    font-size: 14.1176470588px;
  }
}
.com-tag-sub .tag-item {
  line-height: 1;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
}
.com-box-sdw {
  box-shadow: 0px 4px 12px 0px rgba(151, 150, 139, 0.2);
}
.com-over-frame {
  padding-top: 100px;
  padding-bottom: 100px;
}
.com-num-circle {
  width: 50px;
  aspect-ratio: 1/1;
  background: url("/img/common/ic-circle.png") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #e13f54;
}
@media screen and (max-width: 768px) {
  .com-num-circle {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-num-circle {
    font-size: 17.6470588235px;
  }
}
.com-num-sq {
  width: 70px;
  aspect-ratio: 70/36;
  background: url("/img/common/ic-sq.png") center center no-repeat;
  background-size: cover;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #e13f54;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .com-num-sq {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-num-sq {
    font-size: 17.6470588235px;
  }
}
.com-layout__review .layout-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.com-layout__review h5 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  background: #604b4b;
  color: #fff;
  text-align: center;
  border-radius: 50rem;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .com-layout__review h5 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-layout__review h5 {
    font-size: 17.6470588235px;
  }
}
.com-contents-list__flow {
  position: relative;
  z-index: 1;
}
.com-contents-list__flow .ttl-main {
  flex-direction: inherit;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 30px !important;
}
.com-contents-list__flow::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-image: url("/img/common/obj-dot-line.png");
  background-position: top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.ttl-main.flx-alitem-c {
  text-align: center;
}
.ttl-main .ruby, .ttl-main .eng {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.28em;
}
.ttl-main .ruby {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.6470588235;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 25.8823529412px;
  }
}
.ttl-main .eng {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #e13f54;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 17.6470588235px;
  }
}
.ttl-sub {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  border-left: solid #f3f2e3 6px;
  border-bottom: solid 1px #efeded;
  background: #fff;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-dot {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8;
}
.ttl-dot::after {
  content: "";
  display: block;
  width: 51px;
  height: 2px;
  background-image: url("/img/common/obj-dot.png");
  background-size: 100%;
  margin: 20px 0 0;
}
.ttl-dot.txt-aln-c::after {
  margin: 20px auto 0 auto;
}
.ttl-bar {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 21.1764705882px;
  }
}
.ttl-bar::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #e13f54;
  margin: 15px 0 0;
}
.ttl-bar.txt-aln-c::after {
  margin: 15px auto 0 auto;
}
.ttl-side-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-side-dot {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-side-dot {
    font-size: 17.6470588235px;
  }
}
.ttl-side-dot::before, .ttl-side-dot::after {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #e13f54;
}
.ttl-tape {
  background: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .ttl-tape {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-tape {
    font-size: 21.1764705882px;
  }
}

.txt-plain {
  font-weight: 300;
  line-height: 2;
}

.wrp-video {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.wrp-video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wrp-video .youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.wrp-video::after {
  content: "";
  display: block;
  width: 940px;
  height: 100%;
  background: #f3f2e3;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  z-index: -1;
}

.header__nav-list {
  font-family: "Zen Maru Gothic", serif;
}
.header__nav-item {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.header__nav-link:hover {
  color: #e13f54;
}
.header__nav .dropdown-menu__list {
  display: none;
  width: 250px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0px 2px 6px 0px rgba(95, 94, 85, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: auto;
}
.header__nav .dropdown-menu__item {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: solid 1px #efeded;
}
@media screen and (max-width: 768px) {
  .header__nav .dropdown-menu__item {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header__nav .dropdown-menu__item {
    font-size: 14.1176470588px;
  }
}
.header__nav .dropdown-menu__link {
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav .dropdown-menu__link::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/11;
  background-image: url("/img/common/arw-red.png");
  background-size: 100%;
  transition: 0.2s;
}
.header__nav .dropdown-menu__link:hover {
  color: #e13f54;
}
.header__nav .dropdown-menu__link:hover::after {
  transform: translateX(-1px);
}

.footer__nav {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.footer__nav-list {
  font-family: "Zen Maru Gothic", serif;
  display: grid;
  row-gap: 12px;
}
.footer__nav-list:first-child .footer__nav-item:not(:first-child) .footer__nav-link {
  color: #e13f54;
}
.footer__nav-link {
  transition: 0.3s;
}
.footer__nav-link:hover {
  opacity: 0.8;
}
.footer__nav .dropdown-menu__list {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer__nav .dropdown-menu__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer__nav .dropdown-menu__list {
    font-size: 14.1176470588px;
  }
}
.footer__nav .dropdown-menu__item {
  margin-top: 10px;
}
.footer__nav .dropdown-menu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer__nav .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #e13f54;
}
.footer__nav .dropdown-menu__link:hover {
  opacity: 0.8;
}
.footer__nav .dropdown-menu:hover {
  opacity: 1;
}

#hd-bar {
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 0 2.6%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mv {
  margin-top: 10px;
}
.mv-img {
  width: 1560px;
  max-width: 81.25%;
  margin: 0 auto;
}
.mv-cc {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 40%);
  z-index: 10;
}
.mv-cc-txt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 0.28em;
  font-weight: 500;
  text-shadow: 0px 2px 8px rgba(29, 28, 23, 0.2);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv-cc-txt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .mv-cc-txt {
    font-size: 18.8235294118px;
  }
}
.mv-cc-logo {
  margin-top: 1.5vw;
}
.mv-cc-logo img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

#season {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sv {
  width: 1800px;
  max-width: 93.75%;
  height: 300px;
  margin: 0 auto;
}
.sv-cc {
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 2px 8px rgba(29, 28, 23, 0.2);
}
@media screen and (max-width: 768px) {
  .sv-cc {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-cc {
    font-size: 29.4117647059px;
  }
}
.sv-farm {
  background: url("/img/farm/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-interview {
  background: url("/img/interview/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-varieties {
  background: url("/img/varieties/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-process {
  background: url("/img/process/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-guide {
  background: url("/img/guide/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-enjoy {
  background: url("/img/enjoy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-about .ttl-main, .top-feature .ttl-main {
  margin-bottom: 40px;
}
.top-about .btn, .top-feature .btn, .top-pick .btn {
  margin-top: 50px;
}
.top-about .cts-1420, .top-pick .cts-1420 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.top-about {
  padding: 150px 0 484px 0;
  background: url("/img/top/about-bg.png") center bottom no-repeat;
  background-size: 100%;
}
.top-about .txt {
  line-height: 2.3529411765;
  font-weight: 300;
}
.top-about .img {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50px, 65px);
  z-index: -1;
}

.top-feature {
  padding: 150px 0;
  background: url("/img/top/feature-bg.png") center bottom no-repeat;
  background-size: 100%;
}
.top-feature .img {
  margin-right: -170px;
}
.top-feature .btn {
  margin-top: 50px;
}

.top-pick {
  padding: 150px 0 0;
}
.top-pick .ttl-main {
  margin-bottom: 60px;
}
.top-pick .com-reserve {
  margin-top: 20px;
}

.top-news {
  padding: 100px 0;
}
.top-news .list-news {
  min-height: 150px;
}
.top-news .btn {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(140px);
  z-index: 1;
}

.top-info {
  padding: 150px 0;
}

#ctn-lower article {
  padding: 100px 0;
}
#ctn-lower .ttl-main {
  margin-bottom: 50px;
}

.farm-about {
  background: url("/img/farm/about-bg.png") center bottom no-repeat;
  background-size: 100%;
}

#footer {
  padding-bottom: 100px;
}
#footer .cts-1680 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#footer .com-tel {
  margin-top: 30px;
}

.ft-copy {
  margin-top: 50px;
}/*# sourceMappingURL=style.css.map */