@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1&display=swap");
@charset "utf-8";
:root {
  --main-color: ;
}
:root {
  --sub-color: ;
}
:root {
  --text-color: ;
}

.pcnone,
.navList_pcbox.pcnone {
  display: none;
}
.spnone {
  display: block;
}
/* 可変：ウェイト 300〜800 を1ファイルでカバー */
@font-face {
  font-family: "MyFontVar";
  src: url("../font/SnellRoundhand.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

.eng {
  font-family: "MyFontVar";
}

@media screen and (min-width: 821px) {
  /** PCになったら****/
  .pcnone {
    display: block;
  }
  .spnone,
  #fv.spnone {
    display: none;
  }
}

main {
  color: #1a1a1a;
  background: #ffffff;
}

p.shop_aren {
  font-size: 10px;
  color: #a7a7a7;
  max-width: 321px;
  max-height: 295px;
  margin: 0 auto;
}

section {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.inner {
  width: 94%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 821px) {
  main {
    max-width: 100%; /**393px**/
    margin: 0 auto;
  }
}

.about2_btn {
  width: 94%;
  margin: 0 3% 20px;
}

/*==================================================================================================*/
/*共通記述*/
h2.title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  color: #ab880a;
  font-family: "Noto Serif JP", serif;
  margin: 30px 0 0;
}
@media screen and (max-width: 520px) {
  h2.title {
    font-size: 50px;
  }
}
/*==================================================================================================*/
/*-*/
header {
  width: 393px;
  height: 45px;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: 0.5s;
}
header.movement {
  background: rgba(255, 255, 255, 0.5);
}
h1 {
  width: 138px;
  margin: 0 0 0 10px;
  position: relative;
  z-index: 1;
}
h1 a {
  display: flex;
  align-items: center;
  height: 45px;
}
h1 img:nth-child(2) {
  display: none;
}
.pcNav h1 img:nth-child(1) {
  display: none;
}
.pcNav h1 img:nth-child(2) {
  display: block;
}
nav {
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  background: #ab880a;
  position: fixed;
  top: -100vh;
  transition: 0.5s;
  right: 0;
}
.pcNav nav {
  top: 0;
  right: 0;
}
nav .inner {
  width: 90%;
  max-width: 320px;
}
nav .sns {
  margin: 40px 0 0;
}
/*ボタン*/
.openbtn1 {
  display: block;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #ab880a;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}
.openbtn1 span:nth-of-type(1),
.openbtn1 span:nth-of-type(2),
.openbtn1 span:nth-of-type(3) {
  display: inline-block;
  transition: all 0.4s;
  width: 23px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 12px;
}
.openbtn1 span:nth-of-type(1) {
  top: 14px;
}
.openbtn1 span:nth-of-type(2) {
  top: 22px;
}
.openbtn1 span:nth-of-type(3) {
  top: 30px;
}

.pcNav .openbtn1 {
  background: #fff;
}
.pcNav .openbtn1 span:nth-of-type(1),
.pcNav .openbtn1 span:nth-of-type(2),
.pcNav .openbtn1 span:nth-of-type(3) {
  background: #ab880a;
}
.pcNav .openbtn1 span:nth-of-type(1) {
  top: 21px;
  transform: rotate(-45deg);
}
.pcNav .openbtn1 span:nth-of-type(2) {
  opacity: 0;
}
.pcNav .openbtn1 span:nth-of-type(3) {
  top: 21px;
  transform: rotate(45deg);
}
@media screen and (min-width: 821px) {
  header.movement {
    background: none;
  }
  .openbtn1 {
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
  }
}
/*==================================================================================================*/
/*fv-ファーストビュー*/
.mincho {
  font-family: "Shippori Mincho B1", serif;
}
.w-1280 {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.w-1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.w-840 {
  width: 100%;
  max-width: 840px;
  margin: auto;
}

.section-product-header {
  background-color: #ab880a;
  color: #fff;
  position: relative;
}

.section-product-header::before {
  content: "";
  width: 50vw;
  height: 100%;
  background-image: url(../img/product/img-fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
.section-product-header__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-product-header__inner h2 {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  gap: 4px;
}
.section-product-header__inner h2 span {
  display: block;
  font-size: 18px;
}

.section-product-intro {
  background-image: url(../img/product/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.section-product-intro__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.section-product-intro__inner h2 {
  font-size: 40px;
  margin-bottom: 18px;
}
.section-product-intro__inner p {
  font-size: 18px;
}

.section-product-intro__inner picture {
  width: 100%;
  max-width: 790px;
  display: block;
  margin: auto;
  margin-top: 32px;
}

.main-ttl {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: max-content;
  color: #ab880a;
}

.main-ttl span::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #ab880a;
}
.main-ttl span {
  font-size: 18px;
  display: block;
  position: relative;
  width: 100%;
}

section.section-product-attraction {
  padding-top: 80px;
  padding-bottom: 80px;
}

ul.attraction-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

ul.attraction-list li {
  width: calc((100% - 40px) / 3);
}

ul.attraction-list li h3 span {
  display: block;
  width: max-content;
  font-size: 16px;
}

ul.attraction-list li h3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  color: #ab880a;
  border-bottom: 1px solid #ab880a;
}

ul.attraction-list li p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 24px;
  color: #6c6c6c;
}

section.section-product-product {
  background-image: url(../img/product/bg-product.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-product-product .main-ttl {
  margin-bottom: 32px;
}

.section-product-product .sub-ttl {
  font-size: 40px;
  width: max-content;
  padding-bottom: 18px;
  margin-bottom: 32px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.section-product-product .sub-ttl::before {
  width: 80px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-product-product .attention-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}

ul.product-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

ul.product-list > li {
  background-color: #fff;
  border-radius: 10px;
  color: #6c6c6c;
  padding: 32px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.product-list > li img {
  width: 50%;
  height: auto;
  object-fit: contain;
}
ul.product-list > li .product-list__content {
  width: calc(50% - 20px);
}
.popup-btn,
.popup-btn2 {
  font-size: 18px;
  color: #ab880a;
  border: 1px solid #ab880a;
  background-color: #fff;
  padding: 18px 18px;
  width: 228px;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 40px;
}
ul.product-list > li .product-list__content h3 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 40px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid;
}

ul.product-list > li .product-list__content h3 span {
  display: block;
  font-size: 22px;
}

ul.product-list > li:nth-of-type(1) .product-list__content h3 {
  color: #f6b4b3;
}
ul.product-list > li:nth-of-type(2) .product-list__content h3 {
  color: #83ced4;
}
ul.product-list > li:nth-of-type(3) .product-list__content h3 {
  color: #b9a4cd;
}
ul.product-list > li .product-list__content p {
  line-height: 1.5;
  font-size: 18px;
  color: #6c6c6c;
  margin-bottom: 32px;
}
ul.product-list > li ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

ul.product-list > li ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
}
ul.product-list > li ul li span {
  display: block;
  width: max-content;
  padding: 7px 28px;
  color: #fff;
  border-radius: 10000px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}

ul.product-list > li:nth-of-type(1) ul li span {
  background: #f6b4b3;
}
ul.product-list > li:nth-of-type(2) ul li span {
  background: #83ced4;
}
ul.product-list > li:nth-of-type(3) ul li span {
  background: #b9a4cd;
}

ul.product-list > li:nth-of-type(2) img {
  order: 1;
}

ul.product-list > li:nth-of-type(2) div {
  order: 2;
}

section.section-product-howto {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-product-howto__inner h2 {
  margin-bottom: 24px;
}
.section-product-howto__inner > ul {
  display: flex;
  justify-content: space-between;
}

.section-product-howto__inner > ul > li {
  width: calc((100% - 20px) / 3);
  padding: 30px 20px;
  background-color: #f9f9f9;
}
.section-product-howto__inner > ul > li h3 {
  font-size: 24px;
  color: #ab880a;
  display: flex;
  gap: 12px;
  flex-direction: column;
  margin-bottom: 18px;
}
.section-product-howto__inner > ul > li h3 span {
  font-size: 16px;
  position: relative;
}
.section-product-howto__inner > ul > li h3 span::before {
  position: absolute;
  content: "";
  height: 0.75px;
  width: calc(100% - 90px);
  background: #ab880a;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section-product-howto__inner > ul > li p {
  margin-top: 18px;
  line-height: 2;
  font-size: 14px;
  color: #6c6c6c;
}

.section-product-feature {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ab880a;
  color: #fff;
}

.section-product-feature .main-ttl,
.section-product-product .main-ttl {
  color: #fff;
  margin-bottom: 32px;
}

.section-product-feature .main-ttl span::before,
.section-product-product .main-ttl span::before {
  background-color: #fff;
}
.section-product-feature__list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.section-product-feature__list li {
  width: calc((100% - 80px) / 3);
}
.section-product-feature__list li h3 {
  display: flex;
  gap: 12px;
  flex-direction: column;
  font-size: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.section-product-feature__list li h3 span {
  font-size: 24px;
  display: block;
}

.section-product-feature__list li img {
  width: calc(100% - 60px);
  display: block;
  margin: auto;
}
.section-product-feature__list li p {
  margin-top: 20px;
  line-height: 2;
  font-size: 14px;
  text-align: center;
}
.section-product-feature__inner > p {
  font-size: 12px;
  line-height: 2;
  margin-top: 32px;
}

section.section-product-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
ul.section-product-faq__list {
  margin-top: 32px;
  border-bottom: 1px solid #ccc;
}

ul.section-product-faq__list li {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #ccc;
  line-height: 1;
}

ul.section-product-faq__list li .acordion-ttl {
  display: flex;
  font-size: 18px;
  align-items: center;
  gap: 14px;
}
ul.section-product-faq__list li .acordion-ttl .num {
  font-size: 30px;
  color: #ab880a;
}
/* 置き換え用：矢印のCSSを削除して、これを追加 */
ul.section-product-faq__list li .acordion-ttl {
  position: relative;
  cursor: pointer;
}

/* 14px四方の + アイコン（閉） */
ul.section-product-faq__list li .acordion-ttl::after {
  content: "";
  display: inline-block;
  margin-left: auto; /* 右端に寄せる */
  width: 14px;
  height: 14px;
  /* currentColor で線色を継承（変えたいときは color を指定） */
  color: #ab880a;
  /* 横線 + 縦線を linear-gradient で描画 */
  background: linear-gradient(currentColor, currentColor) center / 12px 2px
      no-repeat,
    /* 横線 */ linear-gradient(currentColor, currentColor) center / 2px 12px
      no-repeat; /* 縦線 */
  transition: background-size 0.2s ease;
}

/* 開いたら縦線を消して「−」に */
ul.section-product-faq__list li.is-open .acordion-ttl::after {
  background: linear-gradient(currentColor, currentColor) center / 12px 2px
    no-repeat; /* 横線のみ */
}

/* 本文は閉じた状態で隠す（アニメ有） */
ul.section-product-faq__list li > p {
  line-height: 1.8; /* liが line-height:1 なので上書き */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.2s linear;
  transition: 0.25s;
}

/* 開いたとき */
ul.section-product-faq__list li.is-open > p {
  /* JSが max-height を動的に入れるのでここは指定不要 */
  opacity: 1;
  margin-top: 10px;
  transition: 0.25s;
}

ul.section-product-faq__list li .acordion-ttl .num {
  font-size: 30px;
  color: #ab880a;
  position: relative;
  top: -3px;
}

section.section-product-shop {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  background-image: url(../img/product/img-bg-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.section-product-shop .main-ttl {
  text-align: center;
  margin: auto;
}

br.sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .w-1280,
  .w-1000,
  .w-840 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 820px) {
  section.section-product-shop {
    background-image: url(../img/product/img-bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section-product-header {
    height: 320px;
    position: relative;
  }

  .section-product-header::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-image: url(../img/product/img-fv-sp.png);
  }
  .section-product-header__inner {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 32px 24px;
    background-color: #ab880ac4;
  }
  .section-product-header__inner h2 {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    gap: 8px;
  }
  .section-product-intro__inner h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .section-product-intro__inner p {
    font-size: 14px;
  }

  br.sp {
    display: block;
  }

  ul.attraction-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column;
    gap: 32px;
  }
  ul.attraction-list li {
    width: 100%;
  }
  .main-ttl {
    font-size: 32px;
  }
  section.section-product-product {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-product-product .sub-ttl {
    font-size: 32px;
    width: max-content;
    padding-bottom: 0;
    margin-bottom: 24px;
    position: relative;
    margin-left: 0;
    margin-right: auto;
  }
  .section-product-product .sub-ttl::before {
    display: none;
  }
  .section-product-product .attention-text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 24px;
  }
  ul.product-list > li .product-list__content {
    width: 100%;
  }
  ul.product-list > li img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  ul.product-list > li {
    background-color: #fff;
    border-radius: 10px;
    color: #6c6c6c;
    padding: 24px 20px;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  ul.product-list > li .product-list__content h3 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid;
  }
  ul.product-list > li .product-list__content p {
    line-height: 1.5;
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 20px;
  }
  ul.product-list > li ul li span {
    display: block;
    width: max-content;
    padding: 3px 20px;
    color: #fff;
    border-radius: 10000px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
  }
  ul.product-list > li ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
  }
  ul.product-list > li ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  ul.product-list > li .product-list__content p {
    line-height: 1.5;
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 20px;
  }
  ul.product-list > li:nth-of-type(2) div {
    order: 1;
  }
  ul.product-list > li:nth-of-type(2) img {
    order: 2;
  }
  .section-product-howto__inner > ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .section-product-howto__inner > ul > li {
    width: 100%;
    padding: 30px 20px;
    background-color: #f9f9f9;
  }
  .section-product-howto__inner > ul > li h3 {
    font-size: 20px;
    color: #ab880a;
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-bottom: 18px;
  }
  .section-product-howto__inner > ul > li p {
    margin-top: 8px;
    line-height: 2;
    font-size: 14px;
    color: #6c6c6c;
  }
  .section-product-howto__inner > ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
  }
  .section-product-feature__list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column;
  }
  .section-product-feature__list li {
    width: 100%;
  }
  .section-product-feature__list li h3 {
    display: flex;
    gap: 12px;
    flex-direction: column;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .section-product-feature__list li h3 span {
    font-size: 40px;
    display: block;
  }
  .section-product-feature__inner > p {
    margin-top: 32px;
  }
}

/* ===== Overlay（初期は非表示） ===== */
section.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
section.popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}

/* ===== 白い本体 ===== */
.popup .popup-cont {
  position: absolute;
  width: min(1000px, calc(100% - 0px));
  margin: 0px auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup .popup-cont div.test {
  background: #fff;
  overflow-y: scroll;
  max-height: calc(100vh - 80px);
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
/* ===== 20px四方の白枠×（JSで自動追加される .popup__close を装飾） ===== */
.popup__close {
  position: absolute;
  top: -38px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 2px; /* 白い×線 */
  background: #fff;
  transform-origin: center;
}
.popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.no-scroll {
  overflow: hidden;
}
.main-text {
  font-size: 14px;
}
p.attention-text {
  font-size: 12px;
}
.main-text span {
  font-size: 16px;
}

.popup-cont h2 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .popup .popup-cont {
    max-height: calc(100vh - 120px);
  }
  .popup__close {
    right: 20px;
  }
}

/*ポップアップ*/
/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
.modal {
  display: block;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}
/*ポップアップ共通css*/
.modaal-container {
  width: 90%;
  max-width: 350px;
  padding: 20px 0;
  border-radius: 11px;
}
.modaal-content-container {
  max-height: 80vh;
  overflow: scroll;
  padding: 0 !important;
}
.modaal-container [type="button"] {
  margin: 0;
}
.modaal-wrapper .modaal-close {
  width: 26px;
  height: 26px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute !important;
  top: -10px !important;
  right: -5px !important;
}
.modaal-close:after,
.modaal-close:before {
  width: 2px !important;
  height: 12px !important;
  border-radius: 0;
  background: #696969 !important;
  top: 7px !important;
  left: 12px !important;
}
/**/
.privacyPop {
  width: 80%;
  margin: 0 auto;
}
.privacyPop h2 {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0;
  color: #ab880a;
  margin: 0 0 20px;
}
.privacyPop h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.privacyPop h3 + p {
  font-size: 12px;
  line-height: 2;
  margin: 0 0 30px;
}
.privacyPop li {
  margin: 0 0 20px;
}
.privacyPop li h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}
.privacyPop li h4 + P {
  font-size: 12px;
  line-height: 2;
}
.privacyPop li + p {
  font-size: 12px;
  line-height: 1.8;
  padding: 0 0 20px;
}

/*==================================================================================================*/
/*footer-*/
footer {
  padding: 40px 0 0;
  background: #ab880a;
}
footer .inner {
  width: 90%;
  max-width: 320px;
}
footer h2 {
  display: flex;
  align-items: center;
  width: 205px;
  margin: 0 0 20px;
}
footer .navList {
  margin: 0 auto 40px;
}
footer .inner + div {
  padding: 0 15px;
  background: #4e4e4e;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
footer .inner + div small {
}
footer .inner + div p,
footer .inner + div p a {
  width: fit-content;
  font-size: 11px;
  color: #fff;
}
@media screen and (min-width: 821px) {
  footer {
    width: 100%;
    margin: 0 auto;
  }
}
/*==================================================================================================*/
/*-*/
.navList {
  margin: 0 auto;
}
.navList li {
  padding: 5px 0;
  margin: 0 0 16px;
}
.navList li a {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}
.navList li a:hover {
  opacity: 0.7;
}
.navList li a span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.sns {
  display: flex;
  width: 60px;
  margin: 0 0 20px;
}
.sns a {
  display: block;
  width: 24px;
  opacity: 1;
  transition: 0.5s;
}
.sns a:hover {
  opacity: 0.7;
}
.sns a:last-child {
  margin: 0 0 0 10px;
}
/*ポップアップ*/
/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
.modal {
  display: block;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}
/*ポップアップ共通css*/
.modaal-container {
  width: 90%;
  max-width: 350px;
  padding: 20px 0;
  border-radius: 11px;
}
.modaal-content-container {
  max-height: 80vh;
  overflow: scroll;
  padding: 0 !important;
}
.modaal-container [type="button"] {
  margin: 0;
}
.modaal-wrapper .modaal-close {
  width: 26px;
  height: 26px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute !important;
  top: -10px !important;
  right: -5px !important;
}
.modaal-close:after,
.modaal-close:before {
  width: 2px !important;
  height: 12px !important;
  border-radius: 0;
  background: #696969 !important;
  top: 7px !important;
  left: 12px !important;
}
/**/
.privacyPop {
  width: 80%;
  margin: 0 auto;
}
.privacyPop h2 {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0;
  color: #ab880a;
  margin: 0 0 20px;
}
.privacyPop h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.privacyPop h3 + p {
  font-size: 12px;
  line-height: 2;
  margin: 0 0 30px;
}
.privacyPop li {
  margin: 0 0 20px;
}
.privacyPop li h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}
.privacyPop li h4 + P {
  font-size: 12px;
  line-height: 2;
}
.privacyPop li + p {
  font-size: 12px;
  line-height: 1.8;
  padding: 0 0 20px;
}
@media screen and (max-width: 820px) {
}
/*==================================================================================================*/
/*-*/
@media screen and (max-width: 820px) {
}

@media screen and (min-width: 821px) {
  /** PCになったら****/
  .pcinner {
    max-width: 980px;
    margin: 0 auto;
  }

  footer .inner {
    max-width: 86%;
  }
  #about p {
    width: 550px;
    margin: 0 auto 15px;
  }

  .about2_btn {
    width: 60%;
    margin: 0 auto 20px;
  }

  #topics .inner {
    width: 30%;
  }
}

.navList_pcbox {
  display: flex;
  justify-content: flex-start;
}

.navList_pcbox ul {
  width: 330px;
}

footer .navList {
  margin: 0 0 40px;
}
