@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?&family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Oswald:wght@500;700&display=swap");

:root {
  --text: #242424;
  --black: #00f;
  --blue: #09F;
  --yellow: #FFBF3E;
  --orange: #FF7300;
  --gray: #D9D9D9;
  --red: #EC2126;
  --sky: #E4EDFB;
  --sea: #89A5E5;
  --brown: #422B25;
  --gold: #D4CFB0;
  --white: #fff;
  --gothic: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  --en: Oswald, Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  --headerHeight: 80px;
  --footerFloat: 110px;
  --innerWidth: calc(100% - 20px);
  --innerMax: 400px;
  --innerOut: calc((100% - var(--innerMax) + 20px) / 2);
  --ls: 0;
  --lh: 1.4;
  --speed: 0.4s;
  --btnColor: transparent;
  --shadow: 0 0 0 0 #000;
  --txtColor: transparent;
}

@media screen and (min-width: 375px) {
  :root {
    --innerWidth: calc(100% - 32px);
  }
}

* {
  letter-spacing: var(--ls);
  line-height: var(--lh);
}

html {
  margin: 0 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html:has(.header.open) {
  overflow-y: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: #fff;
  color: var(--text);
  font-size: 14px;
  font-family: var(--gothic);
  font-weight: 400;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

body::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  body {
    background: url(../images/mainbg.jpg) center/cover no-repeat;
  }

  body::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0) 31.61%, rgba(36, 36, 36, 0.85) 90.14%, #242424 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  body::after {
    content: "";
    width: calc(100% - 300px);
    height: 100px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

main {
  margin-top: var(--headerHeight);
}

@media screen and (min-width: 768px) {
  main {
    margin-top: 0;
  }
}

section {
  position: relative;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
  transition: var(--speed);
}

a:hover {
  outline-width: 0;
  text-decoration: none;
  opacity: 0.8;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
}

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

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  object-fit: contain;
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

picture {
  display: contents;
}

/* ============= common class ================ */
.disp_none {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .disp_sm {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .disp_xs {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .disp_tab,
  .disp_pc,
  .disp_notsp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .disp_sm {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .disp_sp,
  .disp_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {

  .disp_sp,
  .disp_tab,
  .disp_notpc {
    display: none !important;
  }
}

.en {
  font-family: var(--en);
}

.block {
  width: 100%;
  display: block;
}

.js-collapse {
  cursor: pointer;
}

.txt--red {
  color: var(--red);
}

.txt--orange {
  color: var(--orange);
}

.txt--white {
  color: #fff;
}

.txt--blue {
  color: var(--blue);
}

.bg--black {
  background-color: var(--text);
  color: #fff;
}

.bg--white {
  background-color: #fff;
  color: var(--text);
}

.bg--blue {
  background-color: var(--blue);
  color: #fff;
}

.bg--orange {
  background-color: var(--orange);
  color: #fff;
}

.bg--yellow {
  background-color: var(--yellow);
  color: #fff;
}

.bg--cream {
  background-color: #FFF2CC;
}

.bg--stripe {
  background: repeating-linear-gradient(90deg, #FFF2CC 0, #FFF2CC 10px, #fff4d6 10px, #fff4d6 13px);
}

.bg--sky {
  background-color: var(--sky);
}

.bg--sea {
  background-color: var(--sea);
  color: #fff;
}

.bg--image {
  background: url(../images/bg.jpg) center/cover no-repeat;
}

.marker {
  background: linear-gradient(transparent 60%, #FFDF3E 60%);
}

.fit {
  position: relative;
  overflow: hidden;
}

.fit__item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* ============= common parts ================ */
.inner {
  width: var(--innerWidth);
  max-width: var(--innerMax);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: var(--innerMax);
  }
}

.pageTtlArea {
  width: 100%;
  height: 120px;
  background: url(../images/pagettl_bg.jpg) center top/cover no-repeat;
}

.pageTtlArea__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageTtlArea__ttl {
  font-size: 20px;
  font-weight: 700;
  --lh: 1;
}

.secTtl {
  font-size: 26px;
  font-weight: 900;
  --lh: 1;
  text-align: center;
}

.secTtl small {
  font-size: 14px;
}

.btn {
  width: 100%;
  min-height: 64px;
  padding: 14px 18px;
  background: linear-gradient(90deg, #242424 0%, #4D4D4D 100%);
  border: 2px solid #FFF;
  border-radius: 4px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  --lh: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
  position: relative;
  transition: var(--speed);
}

.btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-btnarrow.svg) center/contain no-repeat;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.btn:hover {
  opacity: 0.7;
}

.btn--center {
  justify-content: center;
  grid-gap: 20px;
}

.priceTxt {
  font-size: 30px;
  font-weight: 700;
  --lh: 1;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.priceTxt .number {
  font-size: 226.67%;
  font-weight: 600;
}

.priceTxt .number.len--5 {
  font-size: 186.67%;
}

.priceTxt .yen {
  font-size: 93.33%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.priceTxt .yen small {
  padding: 0.2857em 0.8571em;
  border: 1px solid var(--red);
  font-size: 50%;
  display: inline-block;
  transform: translateX(0.1429em);
}

.postItem {
  width: 100%;
  position: relative;
}

.postItem:not(:has(.postItem__link)) {
  padding: 20px;
}

.postItem__link {
  height: 100%;
  padding: 20px 20px 40px;
  display: block;
  position: relative;
}

.postItem__link::after {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/icon-postarrow.svg) right 20px center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.postItem__img {
  width: 100%;
  padding-top: 60.06%;
  margin-bottom: 10px;
}

.postItem__img img {
  border-radius: 0 0 4px 4px;
}

.postItem__img:not(:has(img)) {
  background-color: var(--gray);
}

.postItem__img:not(:has(img))::after {
  content: "no image";
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.postItem__txtWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}

.postItem__cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 3px;
}

.postItem__cat>span {
  padding: 5px 10px;
  border: 1px solid var(--text);
  font-weight: 900;
  --lh: 1;
  display: inline-block;
}

.postItem__ttl {
  font-size: 20px;
  font-weight: 900;
  --lh: 1.2;
}

.postItem__txt {
  --lh: 1.6;
}

.postItem__detail dt {
  margin-bottom: 6px;
  font-weight: 400;
  text-align: center;
}

.postItem__detail dd:not(:last-child) {
  margin-bottom: 10px;
}

.paginationArea {
  margin-top: 30px;
}

.paginationArea:not(:has(nav)) {
  display: none;
}

.paginationArea .page-numbers {
  font-size: 18px;
  font-weight: 900;
  --lh: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
}

.paginationArea .page-numbers .page-numbers {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid var(--text);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
  --lh: 1;
}

.paginationArea .page-numbers .page-numbers.current {
  background-color: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.paginationArea .page-numbers .page-numbers.dots,
.paginationArea .page-numbers .page-numbers.prev,
.paginationArea .page-numbers .page-numbers.next {
  width: auto;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.paginationArea .page-numbers .page-numbers.prev,
.paginationArea .page-numbers .page-numbers.next {
  display: flex;
  align-items: center;
  grid-gap: 0;
}

.paginationArea .page-numbers .page-numbers.prev::after,
.paginationArea .page-numbers .page-numbers.next::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M17.031 12.531L9.53104 20.031C9.46136 20.1007 9.37863 20.156 9.28759 20.1937C9.19654 20.2314 9.09896 20.2508 9.00042 20.2508C8.90187 20.2508 8.80429 20.2314 8.71324 20.1937C8.6222 20.156 8.53947 20.1007 8.46979 20.031C8.40011 19.9614 8.34483 19.8786 8.30712 19.7876C8.26941 19.6965 8.25 19.599 8.25 19.5004C8.25 19.4019 8.26941 19.3043 8.30712 19.2132C8.34483 19.1222 8.40011 19.0395 8.46979 18.9698L15.4401 12.0004L8.46979 5.03104C8.32906 4.89031 8.25 4.69944 8.25 4.50042C8.25 4.30139 8.32906 4.11052 8.46979 3.96979C8.61052 3.82906 8.80139 3.75 9.00042 3.75C9.19944 3.75 9.39031 3.82906 9.53104 3.96979L17.031 11.4698C17.1008 11.5394 17.1561 11.6222 17.1938 11.7132C17.2316 11.8043 17.251 11.9019 17.251 12.0004C17.251 12.099 17.2316 12.1966 17.1938 12.2876C17.1561 12.3787 17.1008 12.4614 17.031 12.531Z" fill="%23242424"/></svg>') center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}

.paginationArea .page-numbers .page-numbers.prev::after {
  transform: scale(-1, 1);
  order: -1;
}

@media screen and (min-width: 375px) {
  .paginationArea .page-numbers {
    grid-gap: 6px;
  }

  .paginationArea .page-numbers .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .paginationArea .page-numbers .page-numbers.prev::after,
  .paginationArea .page-numbers .page-numbers.next::after {
    width: 24px;
    height: 24px;
  }
}

/*------------------------------------------------------
    header
-------------------------------------------------------*/
.header {
  width: 100%;
  height: var(--headerHeight);
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1040;
}

@media screen and (min-width: 768px) {
  .header {
    width: 300px;
    height: 100vh;
    background-color: rgba(36, 36, 36, 0.7);
  }
}

.header__leadTxt {
  width: 100%;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  --ls: 0.1em;
  --lh: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .header__leadTxt {
    height: 40px;
  }
}

.header__inner {
  max-width: 100%;
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .header__inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.header__logo {
  width: 118px;
  flex-shrink: 0;
}

@media screen and (min-width: 375px) {
  .header__logo {
    width: 124px;
  }
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 194px;
    padding-top: 12px;
    padding-bottom: 20px;
  }
}

.header__telBtn {
  height: 46px;
  padding: 6px;
  margin: 0 10px 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
}

.header__telBtn_icon {
  width: 20px;
  display: block;
  flex-shrink: 0;
}

.header__telBtn_txt {
  font-size: 10px;
  font-weight: 700;
  --ls: 0.1em;
  text-align: center;
}

.header__telBtn_txt strong {
  font-size: 13px;
  font-weight: 900;
  --ls: 0;
}

@media screen and (min-width: 375px) {
  .header__telBtn {
    padding: 10px;
    margin-right: 16px;
  }

  .header__telBtn_icon {
    width: 23px;
  }

  .header__telBtn_txt {
    font-size: 12px;
  }

  .header__telBtn_txt strong {
    font-size: 15px;
  }
}

.header__gnav {
  width: 100%;
  height: calc(100% - var(--headerHeight));
  padding: 35px 10px 0;
  background-color: rgba(36, 36, 36, 0.7);
  backdrop-filter: blur(5px);
  position: fixed;
  top: var(--headerHeight);
  left: 0;
}

.header__gnav_list {
  width: 100%;
  max-width: 300px;
  max-height: 100%;
  padding-bottom: var(--footerFloat);
  margin: 0 auto;
  display: grid;
  overflow-y: scroll;
  scrollbar-color: #fff transparent;
  scrollbar-width: 8px;
}

@-moz-document url-prefix() {
  .header__gnav_list {
    background: transparent;
  }
}

.header__gnav_list::-webkit-scrollbar {
  width: 8px;
  height: 100%;
  border-radius: 0;
}

.header__gnav_list::-webkit-scrollbar-track {
  background-color: transparent;
}

.header__gnav_list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0;
}

.header__gnav_list>li {
  padding: 20px 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-weight: 500;
  --lh: 1;
}

.header__gnav_list>li a {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__gnav_list>li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-menuarrow.svg) center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .header__gnav {
    transition: var(--speed);
    opacity: 0;
    pointer-events: none;
  }

  .header__gnav.visible {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 768px) {
  .header__gnav {
    height: auto;
    padding: 0;
    margin-bottom: 22px;
    background: transparent;
    backdrop-filter: none;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    overflow-y: hidden;
  }

  .header__gnav_list {
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    align-content: flex-start;
    overflow-y: scroll;
    scrollbar-color: #fff transparent;
    scrollbar-width: 8px;
  }

  @-moz-document url-prefix() {
    .header__gnav_list {
      background: transparent;
    }
  }

  .header__gnav_list::-webkit-scrollbar {
    width: 8px;
    height: 100%;
    border-radius: 0;
  }

  .header__gnav_list::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .header__gnav_list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0;
  }
}

.header__spToggler {
  width: 30px;
  height: 34px;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.header__spToggler::after {
  content: "メニュー";
  font-size: 10px;
  font-weight: 700;
  --ls: -1px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header__spToggler:focus {
  outline: 0;
  box-shadow: none;
}

.header__spToggler span {
  width: 29px;
  height: 3px;
  background: var(--text);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--speed);
}

.header__spToggler span+span {
  margin-top: 8px;
}

.header__spToggler span+span+span {
  margin-top: 16px;
}

.header__spToggler.open::after {
  content: "閉じる";
}

.header__spToggler.open span {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(15deg);
}

.header__spToggler.open span+span {
  margin-top: 0;
  transform: translateX(-50%) rotate(-15deg);
}

.header__spToggler.open span+span+span {
  transform: scale(0);
}

@media screen and (min-width: 375px) {
  .header__spToggler {
    width: 37px;
  }

  .header__spToggler span {
    width: 36px;
    height: 4px;
  }
}

.header__btnBlk {
  padding-bottom: 15px;
}

.header__btnBlk_txtWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
}

.header__btnBlk_txtWrap p {
  padding: 6px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  --lh: 1;
  position: relative;
}

.header__btnBlk_txtWrap p::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-15deg);
}

.header__btnBlk_txtWrap p::after {
  content: "";
  width: 11px;
  height: 8px;
  background-color: var(--orange);
  clip-path: polygon(0 0, 100% 100%, 95% 0);
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-75%, 100%);
}

.header__btnBlk_txtWrap p>span {
  position: relative;
  z-index: 1;
}

.header__btnBlk_txtWrap p:nth-child(2)::after {
  transform: translate(-15%, 100%) scale(-1, 1);
}

.header__btnBlk_btnWrap {
  padding: 0 7px;
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 3px;
}

.header__btnBlk_btnWrap:has(.header__btnBlk_btn--form) {
  margin-top: 18px;
  grid-gap: 5px;
}

.header__btnBlk_btn {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}

.header__btnBlk_btn_icon {
  width: 23px;
  flex-shrink: 0;
}

.header__btnBlk_btn_txt {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  --ls: 0.1em;
  --lh: 1;
  text-align: center;
}

.header__btnBlk_btn_txt strong {
  font-size: 26px;
  --ls: 0;
}

.header__btnBlk_btn_info {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  --lh: 1;
}

.header__btnBlk_btn_info strong {
  padding: 0 5px;
  font-size: 22px;
  font-weight: 500;
}

.header__btnBlk_btn_info small {
  font-size: 100%;
}

.header__btnBlk_btn--form {
  height: 50px;
}

.header__btnBlk_btn--form .footer__floatBlk_btn_icon {
  width: 24px;
}

.header__btnBlk_btn--form .header__btnBlk_btn_txt {
  font-size: 17px;
  --ls: 0;
}

/*------------------------------------------------------
  mainContentsWrap
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .mainContentsWrap {
    width: 100%;
    max-width: 395px;
    height: calc(100vh - 70px);
    padding: 10px 10px 0;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    position: fixed;
    top: 70px;
    left: calc(16px + (100% - 370px) / 2);
    transform: translateX(-50%);
    z-index: 1040;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mainContentsWrap::-webkit-scrollbar {
    display: none;
  }

  .mainContentsWrap--border {
    background-color: transparent;
    border: 10px solid #fff;
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
    pointer-events: none;
  }
}

@media screen and (min-width: 1024px) {
  .mainContentsWrap {
    left: auto;
    right: 320px;
    transform: translateX(0);
  }
}

@media screen and (min-width: 1440px) {
  .mainContentsWrap {
    left: calc(50% - 45px);
    right: auto;
  }
}

@media screen and (min-width: 1500px) {
  .mainContentsWrap {
    left: calc(50% - 70px);
    right: auto;
  }
}

/*------------------------------------------------------
    footer
-------------------------------------------------------*/
.footer {
  padding: 28px 0 110px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer__topBlk {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer__logo {
  width: 58.0175%;
  max-width: 199px;
}

.footer__feature {
  width: 40%;
  max-width: 129px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 6px;
}

.footer__feature_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}

.footer__feature_ttl::before,
.footer__feature_ttl::after {
  content: "";
  width: 1.2px;
  height: 12px;
  background-color: var(--text);
  border-radius: 2px;
  display: block;
  flex-shrink: 0;
}

.footer__feature_ttl::before {
  transform: rotate(-40deg) translateY(2px);
}

.footer__feature_ttl::after {
  transform: rotate(40deg) translateY(2px);
}

.footer__feature_list {
  width: 100%;
  display: grid;
  grid-template-columns: 42% auto;
  grid-gap: 3px;
}

.footer__feature_list li {
  --lh: 18px;
  text-align: center;
}

.footer__btmBlk {
  margin-bottom: 20px;
}

.footer__btmBlk_list {
  font-size: 16px;
  --lh: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
}

.footer__btmBlk_list li:not(:last-child)::after {
  content: "｜";
  margin-left: 8px;
  display: inline-block;
}

.footer__copyright {
  width: 100%;
  height: 22px;
  font-size: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__floatBlk {
  width: 100%;
  height: var(--footerFloat);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.footer__floatBlk_inner {
  width: calc(100% - 20px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}

.footer__floatBlk_txtWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
}

.footer__floatBlk_txtWrap p {
  padding: 6px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  --lh: 1;
  position: relative;
}

.footer__floatBlk_txtWrap p::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-15deg);
}

.footer__floatBlk_txtWrap p::after {
  content: "";
  width: 11px;
  height: 8px;
  background-color: var(--orange);
  clip-path: polygon(0 0, 100% 100%, 95% 0);
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-75%, 100%);
}

.footer__floatBlk_txtWrap p>span {
  position: relative;
  z-index: 1;
}

.footer__floatBlk_txtWrap p:nth-child(2)::after {
  transform: translate(-15%, 100%) scale(-1, 1);
}

@media screen and (min-width: 375px) {
  .footer__floatBlk_txtWrap p {
    padding: 8px 13px;
    font-size: 12px;
  }
}

.footer__floatBlk_btnWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}

.footer__floatBlk_btnWrap:has(.footer__floatBlk_btn--form) .footer__floatBlk_btn_txt {
  display: none;
}

.footer__floatBlk_btnWrap:has(.footer__floatBlk_btn--form) .footer__floatBlk_btn_info {
  font-size: 14px;
}

.footer__floatBlk_btnWrap:has(.footer__floatBlk_btn--form) .footer__floatBlk_btn_info small {
  font-size: 10px;
}

@media screen and (min-width: 375px) {
  .footer__floatBlk_btnWrap {
    grid-gap: 10px;
  }
}

.footer__floatBlk_btn {
  width: 100%;
  height: 50px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}

.footer__floatBlk_btn_icon {
  width: 23px;
  flex-shrink: 0;
}

.footer__floatBlk_btn_txt {
  font-size: 18px;
  font-weight: 700;
  --ls: 0.1em;
  --lh: 1;
}

.footer__floatBlk_btn_info {
  font-size: 10px;
  font-weight: 500;
  --lh: 1;
}

.footer__floatBlk_btn_info strong {
  font-size: 18px;
  font-weight: 500;
}

.footer__floatBlk_btn_info small {
  font-size: 100%;
}

.footer__floatBlk_btn--form {
  width: 38.5915%;
  grid-gap: 4px;
  flex-shrink: 0;
}

.footer__floatBlk_btn--form .footer__floatBlk_btn_icon {
  width: 24px;
}

/*------------------------------------------------------
  for PC Layout
-------------------------------------------------------*/
.pcArea {
  width: calc(100% - 320px - 395px);
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1240px) {
  .pcArea {
    padding-bottom: 5%;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1440px) {
  .pcArea {
    width: calc(50% - 45px);
    padding: 0 70px min(6.5%, 95px) 0;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1500px) {
  .pcArea {
    width: calc(50% - 70px);
  }
}

.pcArea__inner {
  max-width: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width: 1240px) {
  .pcArea__inner {
    max-height: 505px;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .pcArea__inner {
    margin-right: 0;
  }
}

.pcArea__img {
  width: 150px;
  align-self: center;
}

@media screen and (min-width: 1240px) {
  .pcArea__img {
    width: 258px;
    padding-left: 68px;
    align-self: flex-start;
  }
}

.pcArea__box {
  width: 100%;
}

.pcArea__box_ttl {
  width: 100%;
  height: 56px;
  background: linear-gradient(90deg, rgba(36, 36, 36, 0) 0%, #242424 10%, #242424 90%, rgba(36, 36, 36, 0) 100%);
  font-size: 20px;
  font-weight: 700;
  --lh: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcArea__box_ttl .bracket {
  font-size: 24px;
  font-weight: 300;
}

.pcArea__box_ttl .bracket--close {
  --ls: -0.34em;
}

.pcArea__box_ttl strong {
  font-size: 24px;
  font-weight: 900;
}

.pcArea__box_ttl img {
  width: 21px;
  margin-left: 8px;
  display: inline-block;
}

.pcArea__box_txtWrap {
  width: 100%;
  padding: 14px 20px 30px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4.5px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}

.pcArea__box_txtWrap_txt {
  font-size: 16px;
  font-weight: 500;
}

.pcArea__box_txtWrap_txt strong {
  font-size: 20px;
  font-weight: 700;
}

.pcArea__box_txtWrap_txt strong.marker {
  margin-left: 5px;
  font-size: 24px;
  --ls: 0.1em;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.pcArea__box_txtWrap_txt strong.marker .edge {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #FF7300;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.pcArea__box_txtWrap_list {
  width: 100%;
  max-width: 100px;
  display: grid;
  grid-gap: 10px;
}

@media screen and (min-width: 1240px) {
  .pcArea__box_txtWrap_list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1239px) {
  .pcArea .disp_xl {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .pcArea .disp_lg {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .pcArea .disp_xxl {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .pcArea .disp_xl {
    display: none;
  }
}

.creditArea {
  width: calc(100% - 320px - 395px);
  height: 100px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 1440px) {
  .creditArea {
    width: calc(100% - 370px - 395px);
    padding: 0 0 4px 50px;
  }
}

.creditArea__img {
  width: 100%;
  max-width: 405px;
}