@charset "UTF-8";

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}

body.no-scroll {
  overflow: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.header {
  padding: 22px 33px;
  border-bottom: none;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.header .header-nav {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .header {
    min-width: auto;
  }
}

.nav-area {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.nav-area .ham {
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 1000;
  background-color: #000000;
  border: 1px solid #fff;
  position: absolute;
  top: 16px;
  right: 80px;
}

.nav-area .ham .line {
  width: 42px;
  height: 3px;
  background: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.nav-area .ham .line:nth-child(1) {
  top: 26px;
}

.nav-area .ham .line:nth-child(2) {
  top: calc(50% - 1px);
}

.nav-area .ham .line:nth-child(3) {
  bottom: 26px;
}

.nav-area .nav-menu {
  position: absolute;
  top: 96px;
  background: white;
  width: 350px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  right: 80px;
}

.nav-area.active {
  z-index: 100;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.nav-area.active .nav-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav-area.active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  top: 30px;
}

.nav-area.active .line:nth-child(2) {
  opacity: 0;
}

.nav-area.active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  bottom: 30px;
}

.nav-area li a {
  display: block;
  color: #652E0B;
  font-weight: bold;
  background: #FFE2A0;
  padding: 8px 17px 8px 37px;
  position: relative;
  font-size: 18px;
  z-index: 1;
}

.nav-area li a:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 206, 108, 0.7)), to(rgba(249, 206, 108, 0)));
  background: linear-gradient(to bottom, rgba(249, 206, 108, 0.7), rgba(249, 206, 108, 0));
  z-index: -1;
}

.nav-area .c-btn01 span::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  z-index: -1;
}

.nav-area .c-btn01 span::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#F9CE6C), color-stop(#D5AC51), to(#DCA529));
  background: linear-gradient(to right, #F9CE6C, #D5AC51, #DCA529);
  z-index: -2;
}

.nav-area-fixed {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.nav-area-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 10;
}

.nav-area-fixed .ham {
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 1000;
  background-color: #000000;
  border: 1px solid #fff;
  position: absolute;
  top: 16px;
  right: 80px;
  pointer-events: auto;
}

.nav-area-fixed .ham .line {
  width: 42px;
  height: 3px;
  background: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.nav-area-fixed .ham .line:nth-child(1) {
  top: 26px;
}

.nav-area-fixed .ham .line:nth-child(2) {
  top: calc(50% - 1px);
}

.nav-area-fixed .ham .line:nth-child(3) {
  bottom: 26px;
}

.nav-area-fixed .nav-menu {
  position: absolute;
  top: 96px;
  background: white;
  width: 350px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  right: 80px;
}

.nav-area-fixed.active {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  pointer-events: auto;
}

.nav-area-fixed.active .nav-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav-area-fixed.active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  top: 30px;
}

.nav-area-fixed.active .line:nth-child(2) {
  opacity: 0;
}

.nav-area-fixed.active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  bottom: 30px;
}

.nav-area-fixed li a {
  display: block;
  color: #652E0B;
  font-weight: bold;
  padding: 8px 17px 8px 37px;
  position: relative;
  font-size: 18px;
  background-color: #FFE2A0;
  z-index: 1;
}

.nav-area-fixed li a:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 206, 108, 0.7)), to(rgba(249, 206, 108, 0)));
  background: linear-gradient(to bottom, rgba(249, 206, 108, 0.7), rgba(249, 206, 108, 0));
  z-index: -1;
}

.nav-area-fixed .c-btn01 span::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  z-index: -1;
}

.nav-area-fixed .c-btn01 span::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#F9CE6C), color-stop(#D5AC51), to(#DCA529));
  background: linear-gradient(to right, #F9CE6C, #D5AC51, #DCA529);
  z-index: -2;
}

.cta-link {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  border: 1px solid #fff;
  color: #fff;
  width: 280px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  position: fixed;
  right: 0;
  bottom: 100px;
  top: auto;
  left: auto;
}

.cta-link.fixed {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 10;
}

.cta-link span {
  height: inherit;
  width: 100%;
  padding: 8px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.cta-link span::after {
  content: "";
  width: 100%;
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  top: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#F9946C), color-stop(#9B0F08), to(#880A03));
  background: linear-gradient(to right, #F9946C, #9B0F08, #880A03);
  z-index: -2;
}

.c-footer {
  background-color: #D6A73B;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}

.c-footer .inner-block {
  max-width: 1044px;
}

.c-footer .ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3913043478;
}

.c-footer .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  margin-top: 20px;
}

.c-footer .copy {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.footer {
  position: relative;
  min-width: auto;
  height: min(218px, 34.954954955vw);
  color: #fff;
  padding-top: 40px;
  background-color: #652E0B;
  position: relative;
  z-index: 10;
}

.footer .txt-wrap {
  width: 100%;
  max-width: min(960px, 86.4864864865vw);
  margin: 0 auto;
}

.footer .com-txt {
  font-size: min(23px, 2.0720720721vw) !important;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.footer .info-txt {
  margin-top: 20px;
  font-size: min(15px, 1.3513513514vw);
  letter-spacing: 0.04em;
  line-height: 1.7 !important;
}

.footer .copy-txt {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 896px) {
  .footer {
    height: 100%;
    padding: 27px 0;
  }
  .footer .com-txt {
    font-size: 16px !important;
  }
  .footer .info-txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .footer .copy-txt  {
    font-size: 10px;
    margin-top: 20px;
  }
}

.c-btn01 {
  max-width: 398px;
  margin: 0 auto 0;
  display: block;
  width: 100%;
  font-size: clamp(21px, 1.9444444444vw, 28px);
  line-height: 1;
  text-align: center;
  background: url(../images/static/c-btn01-bg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16px 33px 17px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
}

.c-btn01::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #000000;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.c-int-box {
  margin-top: 24px;
}

.c-int-box p {
  font-size: 14px;
  position: relative;
  line-height: 1.5;
}

.c-int-box p.c-red {
  color: #D50000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}

.c-int-box p.bg-white {
  background-color: #FFE8DA;
}

.c-int-box p::before {
  position: absolute;
  left: 0;
  top: 0;
}

.c-int-box .int {
  padding-left: 14px;
}

.c-int-box .int::before {
  content: "※";
  font-weight: inherit;
}

.c-int-box .astarisk {
  padding-left: 14px;
}

.c-int-box .astarisk::before {
  content: "＊";
}

.scroll-area {
  overflow-x: auto;
}

.scroll-area::-webkit-scrollbar {
  width: 12px;
  /* 横幅 */
}

.scroll-area::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 6px;
  /* ハンドルの色 */
}

.scroll-area::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
}

.graph-ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}

.graph-ttl+.time {
  font-size: 18px;
  text-align: center !important;
  font-weight: bold;
  margin-top: 4px;
}

/* --------------------------------
アニメーション
----------------------------------- */
.anm-fadeInUp.is-animated {
  -webkit-animation: fadeInUp 0.6s both;
  animation: fadeInUp 0.6s both;
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.anm-right {
  position: relative;
  left: 0;
  opacity: 0;
}

.anm-right.is-animated {
  -webkit-animation: right 1s both;
  animation: right 1s both;
}

@-webkit-keyframes right {
  0% {
    left: 100%;
    /*要素を左の枠外に移動*/
    opacity: 0;
  }

  50% {
    left: 90%;
    opacity: 0;
  }

  100% {
    left: 0;
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes right {
  0% {
    left: 100%;
    /*要素を左の枠外に移動*/
    opacity: 0;
  }

  50% {
    left: 90%;
    opacity: 0;
  }

  100% {
    left: 0;
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.anm-scaleUp.is-animated {
  -webkit-animation: scaleUp 0.6s both;
  animation: scaleUp 0.6s both;
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.fluffy {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-animation: fluffy 3s infinite;
  animation: fluffy 3s infinite;
}

@-webkit-keyframes fluffy {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes fluffy {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-block {
  position: relative;
  z-index: 2;
}

.home .mv-block .inner-block {
  padding: 0 !important;
}

.home .mv-block img {
  width: 100%;
}

.home .main-content {
  position: relative;
  z-index: 1;
  padding: 190px 40px 0;
  overflow: hidden;
}

.home .main-content::after {
  content: "";
  background: url(../images/static/decoration.svg) no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 52.0138888889vw;
  width: 100vw;
  top: 0;
  z-index: 1;
}

.home .main-content .inner-block {
  padding: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 1100px;
  margin: auto;
}

.home .bg {
  position: fixed;
  /* sticky → fixed に変更 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* コンテンツの背面に */
  overflow: hidden;
}

.home .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* 背景を画面いっぱいに */
}

.home .inner-block {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.home .lead-block {
  padding: 80px 100px 170px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.home .lead-block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 153px), calc(100% - 213px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 153px), calc(100% - 213px) 100%, 0 100%);
}

.home .lead-block::after {
  content: "";
  width: 213px;
  height: 155px;
  background: url(../images/static/lead-img.png.webp) no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.home .lead-block .txt {
  position: relative;
  width: 100%;
  padding: 44px 30px 51px 75px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, right top, from(#F9CE6C), color-stop(#D5AC51), color-stop(#DCA529), to(#E1C073));
  background: linear-gradient(90deg, #F9CE6C, #D5AC51, #DCA529, #E1C073);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home .lead-block .txt+.txt {
  margin-top: 28px;
}

.home .lead-block .line {
  position: absolute;
  width: 82px;
  height: 82px;
  left: 0;
  top: 0;
}

.home .lead-block .line.rotate {
  left: auto;
  top: auto;
  bottom: 0;
  right: 20px;
}

.home .lead-block .line.rotate::before {
  bottom: 21px;
  top: auto;
}

.home .lead-block .line.rotate::after {
  right: 21px;
  left: auto;
}

.home .lead-block .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: inherit;
  height: 3px;
  background-color: #EED396;
}

.home .lead-block .line::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 0;
  width: 3px;
  height: inherit;
  background-color: #EED396;
}

.home .lead-block02 {
  background-color: #fff;
  padding: 80px 40px 80px;
}

.home .lead-block02 .ttl {
  font-size: clamp(36px, 3.3333333333vw, 48px) !important;
  font-weight: bold;
  line-height: 1.296875;
  color: #652E0B;
  text-align: center;
}

.home .lead-block02 .ttl .big {
  font-size: clamp(42px, 3.8888888889vw, 56px);
  line-height: 1.1527777778;
}

.home .lead-block02 .txt {
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #555555;
  margin-top: 60px;
}

.home .point-block {
  background-color: #FAF2E0;
  padding: 80px 70px;
  position: relative;
  z-index: 2;
}

.home .point-block::after {
  content: "";
  background-color: #FAF2E0;
  position: absolute;
  width: 100%;
  height: 176px;
  bottom: -175px;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: -1;
}

.home .point-block .label-wrap {
  position: relative;
  display: inline-block;
  padding: 8px 55px 8px 50px;
  z-index: 1;
}

.home .point-block .label-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.home .point-block .label {
  /* テキストのグラデーション */
  background: -webkit-gradient(linear, left top, right top, from(#F9CE6C), color-stop(#D5AC51), color-stop(#DCA529), to(#E1C073));
  background: linear-gradient(90deg, #F9CE6C, #D5AC51, #DCA529, #E1C073);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: 0;
  font-size: clamp(30px, 2.7777777778vw, 40px);
  font-weight: bold;
}

.home .point-block .ttl {
  font-size: clamp(54.75px, 5.0694444444vw, 73px) !important;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#F9CE6C), color-stop(#D5AC51), color-stop(#DCA529), to(#E1C073));
  background: linear-gradient(90deg, #F9CE6C, #D5AC51, #DCA529, #E1C073);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.3265306122;
  letter-spacing: -0.02em;
}

.home .point-block .ttl .big {
  font-size: clamp(69.75px, 6.4583333333vw, 93px);
  line-height: 1.0483870968;
}

.home .point-block .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.home .point-block .list .item {
  background-color: #fff;
  width: calc(50% - 11px);
  padding: 35px 4px 38px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.home .point-block .list .img-box {
  display: block;
  text-align: center;
}

.home .point-block .list .item-ttl {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  line-height: 1.3;
  font-weight: bold;
  color: #652E0B;
  text-align: center;
  margin-top: 24px;
}

.home .point-block .list .item-txt {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-top: 22px;
}

.home .ranking-block {
  position: relative;
}

.home .ranking-block::after {
  content: "";
  background: url(../images/static/decoration.svg) no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 52.0138888889vw;
  width: 100vw;
  top: 0;
  z-index: 3;
}

.home .ranking-block .img-box {
  padding: 276px 70px 186px;
  background-color: #000000;
}

.home .ranking-block .txt-box {
  background: -webkit-gradient(linear, left top, right top, from(#F9D86C), color-stop(#D5B651), color-stop(#DCC129), to(#E9D877));
  background: linear-gradient(90deg, #F9D86C, #D5B651, #DCC129, #E9D877);
  position: relative;
  z-index: 1;
  padding: 30px 100px 80px;
}

.home .ranking-block .txt-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 4px, transparent 2px, transparent 20px);
  pointer-events: none;
  z-index: -1;
}

.home .ranking-block .txt-box .ttl-box {
  margin-top: -156px;
}

.home .ranking-block .txt-box .ttl-box .ttl {
  font-size: clamp(30px, 2.7777777778vw, 40px);
  line-height: 1.2;
  font-weight: bold;
  color: #652E0B;
  padding: 24px 10px 20px;
  background-color: #D8CBC2;
  text-align: center;
}

.home .ranking-block .txt-box .ttl-box .txt {
  background-color: #652E0B;
  color: #fff;
  text-align: center;
  padding: 20px 10px 30px;
  font-size: 22px;
}

.home .ranking-block .txt-box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 36px;
}

.home .ranking-block .txt-box .list .item {
  width: calc(50% - 10px);
  background-color: #FAF2DF;
  padding: 24px 4px 25px;
}

.home .ranking-block .txt-box .list .item .sp {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home .ranking-block .txt-box .list .label {
  max-width: 240px;
  margin: auto;
  text-align: center;
  padding: 5px 10px 6px;
  background-color: #fff;
  border: 1px solid #777777;
  font-size: 18px;
}

.home .ranking-block .txt-box .list .label-sp {
  font-size: 24px;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home .ranking-block .txt-box .list .item-ttl {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.1666666667;
  text-align: center;
  font-weight: bold;
}

.home .ranking-block .txt-box .list .item-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.5555555556;
  margin-top: 6px;
}

.home .ranking-block .txt-box .list .sub-ttl {
  font-size: 18px;
  color: #652E0B;
  text-align: center;
}

.home .ranking-block .txt-box .list .c-btn01 {
  max-width: 324px;
  font-size: clamp(24px, 2.2222222222vw, 32px);
}

.home .situation-block {
  padding: 120px 70px 20px;
  position: relative;
  z-index: 2;
}

.home .situation-block::after {
  content: "";
  background-color: white;
  position: absolute;
  width: 100%;
  height: 176px;
  bottom: -175px;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: -1;
}

.home .situation-block .item+.item {
  margin-top: 78px;
}

.home .situation-block .item .ttl {
  font-size: clamp(30px, 2.7777777778vw, 40px) !important;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #652E0B;
  background-color: rgba(101, 46, 11, 0.2);
  border-bottom: 10px solid #652E0B;
  padding: 24px 10px 24px;
}

.home .situation-block .item .ttl .shrink {
  letter-spacing: -0.05em;
}

.home .situation-block .item .sub-ttl {
  margin-top: 46px;
  font-size: 24px !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.125;
}

.home .situation-block .item .dot-list {
  margin-top: 44px;
}

.home .situation-block .item .dot-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  font-size: 20px;
}

.home .situation-block .item .dot-list li::before {
  content: "・";
  position: absolute;
  left: 6px;
  top: 0;
  font-weight: bold;
}

.home .situation-block .item .img-box {
  margin-top: 45px;
  text-align: center;
}

.home .situation-block .situation-table {
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
  max-width: 840px;
  margin: auto;
}

.home .situation-block .situation-table::after {
  content: "";
  width: 82%;
  height: 630px;
  background-color: #F5B199;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}

.home .situation-block .situation-table .rotate {
  position: relative;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}

.home .situation-block .situation-table .rotate.h-100 .back {
  height: 100%;
}

.home .situation-block .situation-table .rotate .ttl-area,
.home .situation-block .situation-table .rotate .txt-area {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.home .situation-block .situation-table .rotate .ttl-area .th-ttl,
.home .situation-block .situation-table .rotate .ttl-area .txt,
.home .situation-block .situation-table .rotate .ttl-area .small,
.home .situation-block .situation-table .rotate .txt-area .th-ttl,
.home .situation-block .situation-table .rotate .txt-area .txt,
.home .situation-block .situation-table .rotate .txt-area .small {
  -webkit-transition: inherit;
  transition: inherit;
}

.home .situation-block .situation-table .rotate.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.home .situation-block .situation-table .rotate.flipped+.toggle::after {
  content: "";
  background-image: url(../images/static/back.svg);
}

.home .situation-block .situation-table .rotate.flipped:not(.h-100) .front {
  position: absolute;
}

.home .situation-block .situation-table .rotate.flipped:not(.h-100) .back {
  position: relative;
}

.home .situation-block .situation-table .content {
  position: relative;
}

.home .situation-block .situation-table .content+.content {
  margin-top: 40px;
}

.home .situation-block .situation-table .content::after {
  content: "";
  width: 132px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  background-color: #652E0B;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.home .situation-block .situation-table .content:last-child::after {
  display: none;
}

.home .situation-block .situation-table .content.arrow::before {
  content: "";
  width: 40px;
  height: 15px;
  background-color: #652E0B;
  bottom: -20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.home .situation-block .situation-table .content.arrow::after {
  width: 80px;
  height: 18px;
  bottom: -37px;
}

.home .situation-block .situation-table .content .ttl-area,
.home .situation-block .situation-table .content .txt-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .situation-block .situation-table .content .ttl-area.wide,
.home .situation-block .situation-table .content .txt-area.wide {
  min-height: 160px;
}

.home .situation-block .situation-table .content .ttl-area.wide02,
.home .situation-block .situation-table .content .txt-area.wide02 {
  min-height: 120px;
}

.home .situation-block .situation-table .content .ttl-area {
  position: relative;
  background-color: #EED396;
}

.home .situation-block .situation-table .content .ttl-area.bg-white {
  background-color: #fff;
  border: 3px solid #EED396;
}

.home .situation-block .situation-table .content .ttl-area.wide03 {
  padding-bottom: 40px;
}

.home .situation-block .situation-table .content .ttl-area .txt {
  color: #652E0B;
}

.home .situation-block .situation-table .content .txt-area {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #EFE9E6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home .situation-block .situation-table .content .txt-area .th-ttl {
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.home .situation-block .situation-table .content .txt-area .txt {
  font-size: 18px;
  text-align: left;
  color: #000;
  width: 100%;
}

.home .situation-block .situation-table .content .toggle {
  position: absolute;
  background-color: #fff;
  padding: 8px 47px 9px 20px;
  border-radius: 16px;
  line-height: 1;
  font-size: 15px;
}

.home .situation-block .situation-table .content .toggle::after {
  content: "";
  background-image: url(../images/static/front.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 17px;
}

.home .situation-block .situation-table .content .txt {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}

.home .situation-block .situation-table .content .txt .big {
  font-size: clamp(24px, 2.2222222222vw, 32px);
}

.home .situation-block .situation-table .content .txt .small {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.home .situation-block .situation-table .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.home .situation-block .situation-table .d-flex+.d-flex,
.home .situation-block .situation-table .d-flex+.arrow {
  margin-top: 40px;
}

.home .situation-block .situation-table .d-flex .ttl-area {
  width: 33%;
  position: relative;
}

.home .situation-block .situation-table .d-flex .ttl-area.arrow::after {
  content: "";
  width: 132px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  background-color: #652E0B;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.home .situation-block .situation-table .l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  margin-bottom: 10px;
  width: 100%;
}

.home .situation-block .situation-table .l-flex .l-left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home .situation-block .situation-table .l-block {
  border: 2px solid #652E0B;
  width: calc(33% - 14px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home .situation-block .situation-table .l-block span {
  padding: 10px;
  text-align: center;
  display: block;
  background-color: #fff;
}

.home .situation-block .situation-table .l-block .l-ttl {
  background-color: #652E0B;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.home .situation-block .situation-table .l-block .l-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  color: #652E0B;
}

.home .situation-block .situation-table .int {
  padding-left: 20px;
  position: relative;
  display: block;
}
.home .situation-block .situation-table .int::before {
  content: "※";
  font-weight: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.home .archive-block {
  padding: 262px 70px 80px;
  background-color: #652E0B;
  position: relative;
  z-index: 1;
}

.home .archive-block::after {
  content: "";
  background-color: #652E0B;
  position: absolute;
  width: 100%;
  height: 176px;
  bottom: -175px;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: -1;
}

.home .archive-block .img-box {
  text-align: center;
}

.home .archive-block .tab-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.home .archive-block .tab-btn button {
  background-color: #EED396;
  padding: 15px 39px;
  font-size: clamp(21px, 1.9444444444vw, 28px);
  line-height: 1;
  font-weight: bold;
  width: 100%;
  max-width: 153px;
  text-align: center;
}

.home .archive-block .tab-btn button.active {
  background-color: #fff;
}

.home .archive-block .tab-list .item {
  position: absolute;
  inset: 0;
  opacity: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.home .archive-block .tab-list .item.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}

.home .archive-block .tab-list .item .head {
  background-color: #fff;
  padding: 56px 55px 55px;
  margin-bottom: 48px;
}

.home .archive-block .tab-list .item .item-main-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.home .archive-block .tab-list .item .item-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1666666667;
  text-align: center;
  margin-top: 40px;
}

.home .archive-block .tab-list .item .img-box {
  background-color: #fff;
  padding: 40px;
}

.home .archive-block .tab-list .item .img-box p {
  text-align: left;
}

.home .archive-block .tab-list .item .img-box02 {
  margin-top: 88px;
}

.home .archive-block .c-btn01 {
  font-size: 28px;
}

.home .archive-block .c-int-box .white {
  color: #fff;
}

.home .archive-block .lead {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.home .archive-block .ttl {
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  color: #EED396;
  margin-top: 28px;
  padding-top: 60px;
}

.home .archive-block .ttl .big {
  font-size: 24px;
  line-height: 1.1666666667;
}

.home .archive-block .ttl+.img-box {
  margin-top: 48px;
}

.home .end-block {
  background-color: #000000;
  padding-top: 280px;
  position: relative;
}

.home .end-block::before {
  content: "";
  background: url(../images/static/decoration.svg) no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 52.0138888889vw;
  width: 100vw;
  top: -50px;
  z-index: 10;
}

.home .end-block .ttl-box {
  text-align: center;
  margin-bottom: 132px;
  padding: 0 20px;
}

.home .end-block .ttl-box+.img img {
  width: 100%;
}

.home .end-block .txt-box {
  background-color: #fff;
  padding: 80px 68px 35px;
}

.home .end-block .txt-box .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #652E0B;
  color: #652E0B;
}

.home .end-block .txt-box .txt {
  text-align: end;
  line-height: 1.5;
  margin-top: 21px;
}

.home .end-block .txt-box .list {
  margin-top: 14px;
}

.home .end-block .txt-box .list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 16px;
}

.home .end-block .txt-box .list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.home .end-block .link {
  color: #652E0B;
  border-bottom: 1px solid #652E0B;
}

.mv-bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  z-index: 100;
  opacity: 1;
  /* 幕が上へスライドする動き（5秒）＋開始まで2秒待つ */
  -webkit-animation: fadeUp 1.5s ease forwards;
  animation: fadeUp 1.5s ease forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.mv-bg.fast {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.mv-bg .bg-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}

.mv-bg .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 幕全体が上にスライドして消えていく */
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}

/* 下の黒幕が「伸びる → 縮む」動き */
@-webkit-keyframes curtainStretch {
  0% {
    height: 100px;
    bottom: -100px;
  }

  40% {
    height: 200px;
    /* 一度大きく膨らませる */
    bottom: -200px;
  }

  100% {
    height: 0;
    bottom: 0;
  }
}

@keyframes curtainStretch {
  0% {
    height: 100px;
    bottom: -100px;
  }

  40% {
    height: 200px;
    /* 一度大きく膨らませる */
    bottom: -200px;
  }

  100% {
    height: 0;
    bottom: 0;
  }
}

.c-bold {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }

  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  #wrapper {
    min-width: 320px;
  }

  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pc {
    display: none !important;
  }

  .nav-area .ham {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }

  .nav-area .ham .line {
    width: 32px;
    height: 2px;
  }

  .nav-area .ham .line:nth-child(1) {
    top: 19px;
  }

  .nav-area .ham .line:nth-child(2) {
    top: 29px;
  }

  .nav-area .ham .line:nth-child(3) {
    top: 39px;
    bottom: auto;
  }

  .nav-area .nav-menu {
    top: 60px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 24px 18px;
    background-color: #FFE2A0;
  }

  .nav-area.active {
    background-color: #FFE2A0;
  }

  .nav-area.active .line:nth-child(1) {
    top: 21px;
  }

  .nav-area.active .line:nth-child(3) {
    bottom: 21px;
  }

  .nav-area ul {
    border-bottom: 1px solid #D5AC51;
  }

  .nav-area li a {
    padding: 18px 10px 16px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #D5AC51;
  }

  .nav-area .c-btn01 {
    height: 50px;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 0;
    background: none;
  }

  .nav-area .c-btn01::after {
    right: 22px;
    z-index: 3;
  }

  .nav-area .c-btn01 span {
    height: inherit;
    width: 100%;
    padding: 8px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .nav-area-fixed ul {
    border-bottom: 1px solid #D5AC51;
  }

  .nav-area-fixed .ham {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }

  .nav-area-fixed .ham .line {
    width: 32px;
    height: 2px;
  }

  .nav-area-fixed .ham .line:nth-child(1) {
    top: 21px;
  }

  .nav-area-fixed .ham .line:nth-child(2) {
    top: 29px;
  }

  .nav-area-fixed .ham .line:nth-child(3) {
    top: 37px;
    bottom: auto;
  }

  .nav-area-fixed .nav-menu {
    top: 60px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 24px 18px;
    background-color: #FFE2A0;
  }

  .nav-area-fixed li a {
    padding: 18px 10px 16px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #D5AC51;
  }

  .nav-area-fixed .c-btn01 {
    height: 50px;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 0;
    background: none;
  }

  .nav-area-fixed .c-btn01::after {
    right: 22px;
    z-index: 3;
  }

  .nav-area-fixed .c-btn01 span {
    height: inherit;
    width: 100%;
    padding: 8px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .c-footer {
    padding: 24px 0 17px;
  }

  .c-footer .ttl {
    font-size: 14px;
  }

  .c-footer .txt {
    font-size: 12px;
    margin-top: 8px;
  }

  .c-footer .copy {
    margin-top: 32px;
    font-size: 12px;
  }

  .footer .inner-block {
    padding: 0 20px;
  }

  .footer .info-area {
    padding: 30px 0;
    font-size: 12px;
  }

  .footer .com {
    font-size: 16px;
  }

  .footer .copyright-area {
    font-size: 12px;
  }

  .c-btn01 {
    padding: 8px 16px;
  }

  .c-btn01::after {
    width: 13px;
    height: 13px;
    right: 5px;
  }

  .c-int-box p {
    font-size: 12px;
  }

  .scroll-area {
    padding-bottom: 17px;
  }

  .graph-ttl {
    font-size: 20px;
    padding: 0 10px;
  }

  .graph-ttl+.time {
    font-size: 16px;
  }

  .home .main-content {
    padding: 0;
  }

  .home .main-content::after {
    display: none;
  }

  .home .lead-block {
    padding: 32px 18px 66px;
  }

  .home .lead-block::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 52px), calc(100% - 71px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 52px), calc(100% - 71px) 100%, 0 100%);
  }

  .home .lead-block::after {
    width: 71px;
    height: 52px;
  }

  .home .lead-block .txt {
    font-size: 20px;
    padding: 22px 19px;
  }

  .home .lead-block .txt+.txt {
    margin-top: 5px;
  }

  .home .lead-block .line {
    width: 30px;
    height: 30px;
  }

  .home .lead-block .line.rotate {
    right: 0;
  }

  .home .lead-block .line.rotate::before {
    bottom: 7px;
  }

  .home .lead-block .line.rotate::after {
    right: 7px;
  }

  .home .lead-block .line::before {
    width: inherit;
    height: 2px;
    top: 7px;
  }

  .home .lead-block .line::after {
    height: inherit;
    width: 2px;
    left: 8px;
  }

  .home .lead-block02 {
    padding: 50px 12px;
  }

  .home .lead-block02 .ttl {
    font-size: 24px !important;
  }

  .home .lead-block02 .ttl .big {
    font-size: 26px;
  }

  .home .lead-block02 .txt {
    font-size: 20px;
    margin-top: 24px;
  }

  .home .point-block {
    padding: 64px 19px;
  }

  .home .point-block::after {
    height: 60px;
    bottom: -59px;
  }

  .home .point-block .label-wrap {
    padding: 14px 30px 13px 20px;
  }

  .home .point-block .label {
    font-size: 32px;
    line-height: 1;
  }

  .home .point-block .ttl {
    font-size: 48px !important;
    margin-top: 2px;
  }

  .home .point-block .ttl .big {
    font-size: 60px;
    letter-spacing: -0.05em;
  }

  .home .point-block .list {
    margin-top: 36px;
    gap: 17px;
  }

  .home .point-block .list .item {
    width: 100%;
    padding: 16px 4px 14px;
  }

  .home .point-block .list .img-box img {
    max-width: 220px;
    margin: auto;
  }

  .home .point-block .list .item-ttl {
    margin-top: 10px;
    font-size: 20px;
  }

  .home .point-block .list .item-txt {
    margin-top: 5px;
    font-size: 16px;
  }

  .home .ranking-block::after {
    display: none;
  }
  .home .ranking-block .txt-box .ttl-box {
    margin-top: -90px;
  }
  .home .ranking-block .txt-box .ttl-box .ttl {
    font-size: 24px;
  }
  .home .ranking-block .txt-box .ttl-box .txt {
    font-size: 18px;
    text-align: left;
  }
  .home .ranking-block .img-box {
    padding: 100px 22px 113px;
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  .home .ranking-block .img-box img {
    width: 100%;
  }
  .home .ranking-block .img-sp-box {
    text-align: center;
    margin-top: -123px;
  }
  .home .ranking-block .img-sp-box img {
    width: 100%;
  }
  .home .ranking-block .txt-box {
    padding: 24px 29px;
  }
  .home .ranking-block .txt-box .list {
    margin-top: 17px;
    gap: 10px;
  }
  .home .ranking-block .txt-box .list .item {
    width: 100%;
    padding: 16px;
  }
  .home .ranking-block .txt-box .list .label {
    font-size: 16px;
  }
  .home .ranking-block .txt-box .list .item-ttl {
    margin-top: 10px;
    font-size: 20px;
  }
  .home .ranking-block .txt-box .list .item-txt {
    font-size: 15px;
  }
  .home .ranking-block .txt-box .list .sub-ttl {
    font-size: 16px;
  }
  .home .ranking-block .txt-box .list .c-btn01 {
    font-size: 20px;
    max-width: 184px;
    margin-top: 10px;
  }

  .home .situation-block {
    padding: 80px 19px;
  }

  .home .situation-block::after {
    height: 60px;
    bottom: -59px;
  }

  .home .situation-block .item .ttl {
    font-size: 20px !important;
    line-height: 1.2;
    padding: 12px;
    border-width: 4px;
  }

  .home .situation-block .item .sub-ttl {
    font-size: 16px !important;
  }

  .home .situation-block .item .dot-list {
    margin-top: 24px;
  }

  .home .situation-block .item .dot-list li {
    font-size: 15px;
    padding-left: 20px;
  }

  .home .situation-block .item .dot-list li::before {
    left: 2px;
  }

  .home .situation-block .item .img-box {
    margin-top: 16px;
  }

  .home .situation-block .item .scroll-area .img {
    width: 623px;
  }

  .home .situation-block .item .scroll-area img {
    width: 623px;
    max-width: none;
  }

  .home .situation-block .situation-table::after {
    width: 90%;
    height: 760px;
  }

  .home .situation-block .situation-table .rotate .ttl-area,
  .home .situation-block .situation-table .rotate .txt-area {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .home .situation-block .situation-table .content::after {
    width: 70px;
    height: 20px;
    bottom: -30px;
  }

  .home .situation-block .situation-table .content.arrow::before {
    width: 30px;
    height: 10px;
  }

  .home .situation-block .situation-table .content.arrow::after {
    width: 70px;
  }

  .home .situation-block .situation-table .content .ttl-area.wide02,
  .home .situation-block .situation-table .content .txt-area.wide02 {
    min-height: 140px;
  }

  .home .situation-block .situation-table .content .ttl-area.bg-white {
    border-width: 1px;
  }

  .home .situation-block .situation-table .content .txt-area .th-ttl {
    font-size: 18px;
  }

  .home .situation-block .situation-table .content .txt-area .txt {
    font-size: 16px;
  }

  .home .situation-block .situation-table .content .toggle {
    bottom: 10px;
    right: 10px;
  }

  .home .situation-block .situation-table .content .txt {
    font-size: 18px;
  }

  .home .situation-block .situation-table .content .txt .small {
    font-size: 16px;
  }

  .home .situation-block .situation-table .content .sp-small {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home .situation-block .situation-table .d-flex .ttl-area.arrow::after {
    width: 70px;
    height: 20px;
    bottom: -30px;
  }

  .home .archive-block {
    padding: 100px 20px 40px;
  }

  .home .archive-block::after {
    height: 60px;
    bottom: -59px;
  }

  .home .archive-block .img-box .scroll-area img {
    width: 580px;
    max-width: none;
  }

  .home .archive-block .tab-btn {
    gap: 3px;
  }

  .home .archive-block .tab-btn button {
    padding: 5px 10px 9px;
  }

  .home .archive-block .tab-list .item .head {
    padding: 20px 13px;
    margin-bottom: 40px;
  }

  .home .archive-block .tab-list .item .item-main-ttl {
    font-size: 24px;
  }

  .home .archive-block .tab-list .item .item-ttl {
    font-size: 20px;
    margin-top: 24px;
  }

  .home .archive-block .tab-list .item .img-box {
    padding: 20px;
  }

  .home .archive-block .tab-list .item .img-box02 {
    margin-top: 48px;
  }

  .home .archive-block .c-btn01 {
    font-size: 20px;
    max-width: 257px;
    padding: 10px 16px;
  }

  .home .archive-block .lead {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home .archive-block .ttl {
    margin-top: 18px;
    font-size: 16px;
    padding-top: 30px;
  }

  .home .archive-block .ttl .big {
    font-size: 20px;
  }

  .home .end-block {
    padding-top: 90px;
  }

  .home .end-block::before {
    display: none;
  }

  .home .end-block .ttl-box {
    margin-bottom: 42px;
  }

  .home .end-block .txt-box {
    padding: 40px 20px;
  }

  .home .end-block .txt-box .ttl {
    font-size: 16px;
  }

  .home .end-block .txt-box .list li {
    font-size: 14px;
    padding-left: 16px;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
  }

  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .sp {
    display: none !important;
  }

  .nav-area .nav-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .nav-area li a::before {
    content: "";
    width: 6px;
    height: calc(100% - 16px);
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #652E0B;
  }

  .nav-area-fixed .nav-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .nav-area-fixed li a::before {
    content: "";
    width: 6px;
    height: calc(100% - 16px);
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #652E0B;
  }

  .cta-link:hover {
    opacity: 0.9;
  }

  .c-btn01:hover {
    opacity: 0.8;
  }

  .c-btn01:hover::after {
    right: 9px;
  }

  .home .point-block .list .img-box {
    width: 60%;
    margin: auto;
  }

  .home .ranking-block .txt-box .list .c-btn01 {
    margin-top: 13px;
    padding: 16px 30px 17px 15px;
  }

  .home .situation-block .situation-table .rotate:hover .ttl-area {
    background-color: #EFE9E6;
  }

  .home .situation-block .situation-table .rotate:hover .ttl-area .txt,
  .home .situation-block .situation-table .rotate:hover .ttl-area .small {
    color: #000000;
  }

  .home .situation-block .situation-table .rotate:hover .txt-area {
    background-color: #EED396;
  }

  .home .situation-block .situation-table .rotate:hover .txt-area .th-ttl,
  .home .situation-block .situation-table .rotate:hover .txt-area .txt,
  .home .situation-block .situation-table .rotate:hover .txt-area .small {
    color: #652E0B;
  }

  .home .situation-block .situation-table .content .toggle {
    right: 13px;
    bottom: 10px;
    margin: auto;
  }

  .home .archive-block .c-btn01 {
    padding: 20px 30px 21px 15px;
  }

  .home .end-block .link:hover {
    opacity: 0.6;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home .lead-block .txt {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .home .point-block .label {
    font-size: 24px;
  }

  .home .ranking-block .txt-box .list .c-btn01 {
    font-size: 16px;
  }

  .home .situation-block .situation-table .content .sp-small .txt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .home .ranking-block .txt-box .list .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .home .ranking-block .txt-box .list .label-sp {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 830px) {
  .home .ranking-block .txt-box .list .c-btn01 {
    font-size: 14px;
    padding: 16px 25px;
  }
}
