html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

p {
  color: #574109;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

h2 {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #574109;
  font-weight: bold;
}

h2::before {
  background-image: url(../image/p-top/p-top__title-arrow--top.webp);
  display: block;
  width: 238.5px;
  height: auto;
}

h3 {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #574109;
  font-weight: bold;
}

h4 {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #574109;
  font-weight: bold;
}

.p-single__contents ul,
.p-under__wrap ul {
  list-style: disc;
  padding-left: 1.5em;
}

.p-single__contents ul li,
.p-under__wrap ul li {
  list-style: disc;
}

.p-single__contents ol,
.p-under__wrap ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.p-single__contents ul li::marker,
.p-under__wrap ul li::marker {
  color: #574109;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-single__contents ol li,
.p-under__wrap ol li {
  list-style: decimal;
}

li {
  color: #574109;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 10px;
}

li:last-child {
  margin-bottom: 0;
}

.p-single__contents ul li ul,
.p-single__contents ol li ol,
.p-under__wrap ul li ul,
.p-under__wrap ol li ol {
  padding: 10px 1.5em;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  border: none;
  border-left: 1px solid #574109;
  border-top: 1px solid #574109;
  background-color: #fff;
}

table th,
table td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  color: #574109;
}

table th {
  background-color: rgba(240, 226, 203, 0.8);
  border-bottom: 1px solid #574109;
  border-right: 1px solid #574109;
  padding: 12px 10px 9px;
}

table td {
  border-bottom: 1px solid #574109;
  border-right: 1px solid #574109;
  padding: 4px 5px 2px;
}

.top-left-radius {
  border-radius: 20px 0 0 0;
}

.top-right-radius {
  border-radius: 0 20px 0 0;
}

.bottom-left-radius {
  border-radius: 0 0 0 20px;
}

.bottom-right-radius {
  border-radius: 0 0 20px 0;
}

.u-wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  p {
    color: #574109;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
  }

  h2 {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    color: #574109;
    font-weight: bold;
  }

  h2::before {
    background-image: url(../image/p-top/p-top__title-arrow--top.webp);
    display: block;
    width: 238.5px;
    height: auto;
  }

  h3 {
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    color: #574109;
    font-weight: bold;
  }

  h4 {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    color: #574109;
    font-weight: bold;
  }

  .p-single__contents ul,
  .p-under__wrap ul {
    list-style: disc;
    padding-left: 1.5em;
  }

  .p-single__contents ul li,
  .p-under__wrap ul li {
    list-style: disc;
  }

  .p-single__contents ol,
  .p-under__wrap ol {
    list-style: decimal;
    padding-left: 1.5em;
  }

  .p-single__contents ul li::marker,
  .p-under__wrap ul li::marker {
    color: #574109;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .p-single__contents ol li,
  .p-under__wrap ol li {
    list-style: decimal;
  }

  li {
    color: #574109;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  li:last-child {
    margin-bottom: 0;
  }

  .p-single__contents ul li ul,
  .p-single__contents ol li ol,
  .p-under__wrap ul li ul,
  .p-under__wrap ol li ol {
    padding: 10px 1.5em;
  }

  table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    border: none;
    border-left: 1px solid #574109;
    border-top: 1px solid #574109;
    background-color: #fff;
  }

  table th,
  table td {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
    color: #574109;
  }

  table th {
    background-color: rgba(240, 226, 203, 0.8);
    border-bottom: 1px solid #574109;
    border-right: 1px solid #574109;
    padding: 12px 10px 9px;
  }

  table td {
    border-bottom: 1px solid #574109;
    border-right: 1px solid #574109;
    padding: 4px 5px 2px;
  }

  .top-left-radius {
    border-radius: 20px 0 0 0;
  }

  .top-right-radius {
    border-radius: 0 20px 0 0;
  }

  .bottom-left-radius {
    border-radius: 0 0 0 20px;
  }

  .bottom-right-radius {
    border-radius: 0 0 20px 0;
  }

  .u-wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .u-flex {
    display: flex;
    flex-wrap: wrap;
  }
}

.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-po-re {
  position: relative;
}

.u-jcc {
  justify-content: center;
}

.u-aic {
  align-items: center;
}

.u-jcsb {
  justify-content: space-between;
}

.u-jcsa {
  justify-content: space-around;
}

.u-jcfe {
  justify-content: flex-end;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

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

.c-text {
  color: #574109;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
}


.p-under {}

.p-under__mv {
  position: relative;
}

.p-under__mv-img {}

.p-under__mv-img img {
  width: 100%;
  height: 249px;
  object-fit: cover;

}

.p-under__mv-ttl {
  color: #574109;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  /* letter-spacing: 0.1em; */
  padding: 11px 43px 12px 43px;
  background-color: #fff;
  border-radius: 40px 0 40px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 1000px) {
  .p-under__mv-ttl {
    white-space: nowrap;
  }
}

.p-under__section {
  padding: 64px 0;
  background-color: #FAF6F3;
}

.p-under__wrap {}

.p-under__container {
  padding: 64px 50px;
  background-color: #fff;
  border-radius: 40px;
}

.p-under__contact-area {
  width: 90%;
  max-width: 665px;
  margin: 0 auto;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 30px;
}

.wp-block-columns {
  margin-bottom: 0;
}

.p-under__flex {
  gap: 56px;
}

.p-under__page-nav {
  background-color: #DBB678;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 18px 5px;
}

.p-under__page-nav-list {
  border-bottom: dashed 1px #fff;
}

.p-under__page-nav-list:last-child {
  border: none;
}

.p-under__page-nav-item {
  border-right: dashed 1px #fff;
  width: calc(100% / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 10px;
  margin-bottom: 0;
}

.p-under__page-nav-item::after {
  content: "";
  background-image: url(../image/common/arrow.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 6px;
  display: block;
  transform: unset;
  margin-left: 10px;
}

.p-under__page-nav-item:last-child {
  border: none;
}

@media screen and (max-width: 767px) {
  .p-under__page-nav-item.--last {
    width: 100%;
  }

  .p-under__page-nav-item.--last:nth-child(odd)::before {
    content: none;
  }

  .p-under__page-nav-3col .p-under__page-nav-item.--last {
    width: 100%;
  }
}

.p-under__page-nav-item-link {
  /* font-size: 14px; */
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  display: block;
}

.p-under__page-nav-3col .p-under__page-nav-item {
  width: calc(100% / 3);
}

.p-under__page-nav-3col .p-under__page-nav-item:nth-of-type(3n) {
  border-right: unset;
}

.p-under__page-nav-2col .p-under__page-nav-item {
  width: calc(100% / 2);
}

.p-under__page-nav-2col .p-under__page-nav-item:nth-of-type(2n) {
  border-right: unset;
}

.p-under__gap {
  gap: 54px;
}

.p-under__ttl-deco img {
  width: 238.5px;
  display: block;
  margin: 0 auto;
}

.p-under__quotation-btn {
  background-color: #E0903B;
  display: flex;
}

.p-under__rectangle-btn {
  background-color: #FAF8BE;
  display: flex;
}

.p-under__quotation-btn,
.p-under__rectangle-btn {
  cursor: pointer;
  width: 281px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  border-radius: 60px;
  padding: 0 16px 0 21.6px;
  position: relative;
}

.p-under__quotation-btn-icon {
  width: 27.37px;
  height: 26px;
}

.p-under__rectangle-btn-icon {
  width: 39px;
  height: 29.25px;
}

.p-under__quotation-btn-text,
.p-under__rectangle-btn-text {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 58px;
}

.p-under__rectangle-btn-text {
  color: #000;
}

.p-under__quotation-btn .p-top__contact--arrow,
.p-under__rectangle-btn .p-top__contact--arrow {
  transform: unset;
}

@media screen and (max-width: 768px) {
  .header__sp-logo {
    width: 162px;
  }

  .p-under__mv {
    top: 59.5px;
    margin-bottom: 59.5px;
  }

  .p-under__mv-img img {
    width: 100%;
    height: 249px;
    object-fit: cover;

  }

  .p-under__mv-ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    /* letter-spacing: 0.1em; */
    padding: 11px 40px 12px 40px;
    background-color: #fff;
    border-radius: 40px 0 40px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: fit-content;
    white-space: nowrap;
  }

  .p-under__section {
    padding: 64px 0;
    background-color: #FAF6F3;
  }

  .p-under__wrap {}

  .p-under__container {
    padding: 43px calc(11px + 5%) 43px 11px;
    background-color: #fff;
    border-radius: 40px 0 0 0;
    margin-right: 0;
    width: 95%;
  }

  .p-under__contact-area {
    width: 90%;
    max-width: 665px;
    margin: 0 auto;
    /* justify-content: space-between; */
    margin-top: 40px;
    gap: 17px;
  }

  .wp-block-columns {
    margin-bottom: 0;
  }

  .p-under__flex {
    gap: 56px;
  }

  .p-under__page-nav {
    background-color: #DBB678;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 3px 10px;
  }

  .p-under__page-nav-list {
    border-bottom: dashed 1px #fff;
  }

  .p-under__page-nav-list:last-child {
    border: none;
  }

  .p-under__page-nav-item {
    border-right: unset;
    border-bottom: dashed 1px #fff;
    width: calc(100% / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 25px 10px;
  }

  .p-under__page-nav-item:nth-child(odd)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 34px);
    border-right: dashed 1px #fff;
  }

  .p-under__page-nav-item:nth-of-type(2n) {
    border-right: unset;
  }

  .p-under__page-nav-item::after {
    content: "";
    background-image: url(../image/common/arrow.svg);
    background-size: 100% 100%;
    width: 16px;
    height: 6px;
    display: block;
    transform: unset;
    margin-left: 10px;
  }

  .p-under__page-nav-item:last-child {
    border-right: none;
  }

  .p-under__page-nav-item-link {
    /* font-size: 14px; */
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    display: block;
  }

  .p-under__page-nav-3col .p-under__page-nav-item {
    width: calc(100% / 2);
  }

  .p-under__page-nav-2col .p-under__page-nav-item {
    width: calc(100% / 2);
  }

  .p-under__gap {
    gap: 54px;
  }

  .p-under__ttl-deco img {
    width: 238.5px;
    display: block;
    margin: 0 auto;
  }

  .p-under__quotation-btn {
    background-color: #E0903B;
    display: flex;
  }

  .p-under__rectangle-btn {
    background-color: #FAF8BE;
    display: flex;
  }

  .p-under__quotation-btn,
  .p-under__rectangle-btn {
    cursor: pointer;
    width: 281px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 58px; */
    height: auto;
    border-radius: 60px;
    padding: 0 16px 0 21.6px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .p-under__quotation-btn-icon {
    width: 27.37px;
    height: 26px;
  }

  .p-under__rectangle-btn-icon {
    width: 39px;
    height: 29.25px;
  }

  .p-under__quotation-btn-text,
  .p-under__rectangle-btn-text {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.3em;
  }

  .p-under__rectangle-btn-text {
    color: #000;
  }

  .p-under__quotation-btn .p-top__contact--arrow,
  .p-under__rectangle-btn .p-top__contact--arrow {
    transform: unset;
  }
}

/*tokucho*/
.p-under__tokuchop-nav {
  background-color: #DBB678;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 3.5px 28px;
}

@media screen and (max-width: 1100px) {
  .p-under__tokuchop-nav {
    padding: 3.5px 10px;
  }
}

.p-under__wrap .p-under__tokuchop-nav-list {
  border-bottom: dashed 1px #fff;
  padding: 11.5px 0;
}

.p-under__tokuchop-nav-list:last-child {
  border: none;
}

.p-under__tokuchop-nav-item {
  border-right: dashed 1px #fff;
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}

.p-under__tokuchop-nav-item:nth-of-type(3n) {
  border-right: unset;
}

.p-under__tokuchop-nav-item::after {
  content: "";
  background-image: url(../image/common/arrow.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  transform: unset;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* right: 20%; */
  right: 5%;
}

.p-under__tokuchop-nav-item-link {
  /* font-size: 14px; */
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  display: block;
  padding-right: 9%;
}

.p-under__tokuchop-nav-item-link:hover,
.p-under__page-nav-item-link:hover {
  color: #574109;
  opacity: 1;
}

.p-lp__reason-item-number {
  font-size: 8rem;
  color: #E0903B;
  font-weight: bold;
}

.p-lp__reason-item-title {
  font-weight: bold;
  font-size: 2.25rem;
  color: #574109;
}

.p-tokucho__point-wrap {
  padding: 50px 0;
}

.p-tokucho__point {
  gap: 56px;
  justify-content: space-between;
  margin-bottom: 56px;
}

@media screen and (max-width: 1100px) {
  .p-tokucho__point {
    gap: 25px;
  }
}

.p-tokucho__point:last-child {
  margin-bottom: 0;
}

.p-tokucho__point:nth-child(odd) {
  flex-direction: row-reverse;
}

.p-tokucho__point-box {
  width: calc((100% - 56px) / 2);
}

@media screen and (max-width: 1100px) {
  .p-tokucho__point-box {
    width: calc((100% - 25px) / 2);
  }
}

.p-tokucho__flow-wrap .p-tokucho__point-box {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-tokucho__flow-wrap .p-tokucho__point-box {
    width: 100%;
  }
}

.p-tokucho__flow-wrap .p-tokucho__point-box.--img {
  width: calc(60% - 56px);
}

@media screen and (max-width: 1100px) {
  .p-tokucho__flow-wrap .p-tokucho__point-box.--img {
    width: calc(60% - 25px);
  }
}

@media screen and (max-width: 767px) {
  .p-tokucho__flow-wrap .p-tokucho__point-box.--img {
    width: 100%;
  }
}

.p-tokucho__point-ttl-area {
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-tokucho__point-ttl-area {
    margin-left: 0px;
    display: block;
  }
}

.p-tokucho__point-en {
  background-color: #E0903B;
  border-radius: 0 60px 0 60px;
  display: inline-block;
  text-align: center;
  padding: 20px 20px 22.5px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  width: 113px;
  height: 105px;
  color: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-tokucho__point-en {
    width: 93px;
    height: 85px;
    font-size: 1.4rem;
    border-radius: 0 48px 0 48px;
  }
}

.p-tokucho__point-num {
  border-bottom: solid 1px #fff;
  font-size: 40px;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-tokucho__point-num {
    font-size: 30px;
  }
}

p.p-tokucho__point-ttl {
  font-size: 28px;
  color: #574109;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 500;
  margin-left: 22px;
  flex: 1;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  p.p-tokucho__point-ttl {
    margin-left: 0;
  }
}

.p-tokucho__flow-wrap {
  padding: 64px 50px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}

.p-tokucho__flow {
  gap: 56px;
  justify-content: space-between;
  margin-bottom: 56px;
}

@media screen and (max-width: 1100px) {
  .p-tokucho__flow {
    gap: 25px;
  }
}

.p-tokucho__flow::after {
  content: "";
  background-image: url(../image/p-lp/p-lp__worries-bg-arrow.webp);
  display: block;
  background-size: 100% 100%;
  width: 97.5px;
  height: 41px;
  margin: 0 auto;
  transform: unset;
}

.p-tokucho__flow:last-child {
  margin-bottom: 0;
}

.p-tokucho__flow:last-child::after {
  display: none;
}

.p-tokucho__flow-wrap .p-top__product-title-container {
  margin-bottom: 50px;
  padding-top: 0;
}


.p-tokucho__point2-img {
  width: 100%;
}

.u-border__bottom-none {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .p-under__tokuchop-nav {
    background-color: #DBB678;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 3.5px 28px;
  }

  .p-under__tokuchop-nav-list {
    border-bottom: dashed 1px #fff;
    padding: 11.5px 0;
  }

  .p-under__tokuchop-nav-list:last-child {
    border: none;
  }

  .p-under__tokuchop-nav-item {
    border-right: dashed 1px #fff;
    width: calc(100% / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .p-under__tokuchop-nav-item::after {
    content: "";
    background-image: url(../image/common/arrow.svg);
    background-size: 100% 100%;
    width: 16px;
    height: 6px;
    display: block;
    position: absolute;
    top: 50%;
    transform: unset;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20%;
  }

  .p-under__tokuchop-nav-item-link {
    /* font-size: 14px; */
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    display: block;
  }

  .p-under__tokuchop-nav-item-link:hover,
  .p-under__page-nav-item-link:hover {
    color: #574109;
  }

  .p-lp__reason-item-number {
    font-size: 8rem;
    color: #E0903B;
    font-weight: bold;
  }

  .p-lp__reason-item-title {
    font-weight: bold;
    font-size: 2.25rem;
    color: #574109;
  }

  .p-tokucho__point-wrap {
    padding: 50px 0;
  }

  .p-tokucho__point {
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 56px;
  }

  .p-tokucho__point:last-child {
    margin-bottom: 0;
  }

  .p-tokucho__point:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .p-tokucho__point-box {
    width: 100%;
  }

  .p-tokucho__point-ttl-area {
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
  }

  .p-tokucho__point-en {
    background-color: #E0903B;
    border-radius: 0 35px 0 35px;
    display: inline-block;
    text-align: center;
    padding: 10px 0 10.5px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1;
    width: 77px;
    height: 72px;
    color: #fff;
  }

  .p-tokucho__point-num {
    border-bottom: solid 1px #fff;
    font-size: 40px;
    line-height: 1;
    color: #fff;
  }

  p.p-tokucho__point-ttl {
    font-size: 21px;
    color: #574109;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-weight: 500;
    margin-left: 15px;
    flex: 1;
  }

  .p-tokucho__flow-wrap {
    padding: 64px 5%;
    background-color: #fff;
    border-radius: 40px;
  }

  .p-tokucho__flow {
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .p-tokucho__flow::after {
    content: "";
    background-image: url(../image/p-lp/p-lp__worries-bg-arrow.webp);
    display: block;
    background-size: 100% 100%;
    width: 97.5px;
    height: 41px;
    margin: 0 auto;
    transform: unset;
  }

  .p-tokucho__flow:last-child {
    margin-bottom: 0;
  }

  .p-tokucho__flow:last-child::after {
    display: none;
  }

  .p-tokucho__flow-wrap .p-top__product-title-container {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
  }


  .p-tokucho__point2-img {
    width: 100%;
  }

}

/*price*/
.p-price__section-deco01-img {
  position: absolute;
  right: 12px;
  top: 0;
  width: 20.76%;
}

.p-price__section01,
.p-price__section02 {
  padding-top: 50px;
  margin-bottom: 40px;
}

.p-top__product-title {
  text-align: center;
}

.p-price__text {
  text-align: center;
  margin-bottom: 50px;
}

.p-price__table01 {
  margin-bottom: 60px;
}

.p-price__table01 th,
.p-price__table01td {
  width: calc(100% / 6);
}

.p-price__section02 {
  padding-top: 0;
  margin-top: 105px;
}

.p-price__controller-box {
  padding: 29.5px 48.5px;
  width: 100%;
  border: solid 1px #574109;
  border-radius: 20px;
  margin-bottom: 44px;
  justify-content: space-between;
}

.p-price__controller-box:last-child {
  margin-bottom: 0;
}

.p-price__controller-box-left {
  width: 51%;
}

.p-price__controller-box-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border-bottom: dashed 1px #574109;
  padding-bottom: 9px;
  margin-bottom: 14px;
}

.p-price__controller-box-right {
  width: 37.46%;
  width: 45%;
}

.p-price__controller-box-img {
  /* width: 47.6%; */
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-price__controller-box-img {
    padding-top: 4em;
    width: 79%;
  }
}

.p-price__controller-box-contents {
  width: 100%;
  padding-left: 15px;
}

.p-price__controller-box-contents-item {
  /* font-size: 1.4rem; */
  color: #574109;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  width: 100%;
  display: flex;
}

.p-price__controller-box-contents-item-left {
  width: fit-content;
}

.p-price__controller-box-contents-item-right {
  width: fit-content;
  flex: 1;
}

.p-price__controller-box-right-bottom {
  justify-content: space-between;
}

.p-price__controller-box-right-bottom-text {
  line-height: 1.5;
}

.p-price__controller-box-right-bottom-text span {
  font-size: 1.2rem;
  line-height: 1;
}

.p-price__controller-box.--pdf .p-price__controller-box-ttl {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-price__controller-box.--pdf .p-price__controller-box-ttl {
    display: block;
  }
}

.p-price__controller-box.--pdf .p-customer__operating-box {
  max-width: none;
}

.p-price__results {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 72px;
}

.p-top__results-title {
  text-align: center;
}

.p-price__results-ttl-area {
  position: relative;
  overflow: hidden;
}

.p-price__results-ttl-area-bg {
  position: absolute;
  width: 100%;
  top: 20px;
}

@media screen and (min-width: 768px) {
  .p-price__results-ttl-area-bg {
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-price__results-ttl-area-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.p-price__results-deco01 {
  width: 217px;
  position: absolute;
  top: -80px;
  right: -29px;
}

.p-price__results-deco02 {
  width: 167px;
  position: absolute;
  top: 127px;
  left: -78.4px;
}

.p-price__results-ttl {
  font-size: 3.2rem;
  color: #574109;
  text-align: center;
  padding-top: 152px;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 1);
}

.p-price__results-ttl-bottom {
  margin: 53px 0 69px;
  color: #574109;
  text-align: center;
  font-size: 20px;
}

.p-price__results-container {
  position: relative;
  z-index: 1;
}

.p-price__results-table01 {
  margin-bottom: 43px;
}

.p-price__results-table01 th,
.p-price__results-table02 th {
  background-color: #fff;
  padding: 12px 0 11px;
  /* font-size: 1.4rem; */
  color: #574109;
}

.p-price__results-table01 td {
  width: calc(100% / 4);
}

.p-price__results-table01 td,
.p-price__results-table02 td {
  padding: 12px 0 11px;
  font-size: 1.6rem;
  color: #574109;
}

.p-price__results-table02 {
  margin-bottom: 64px;
}

.p-price__results-table02-left {
  width: 66.8%;
}

.p-price__plan {
  background-color: #fff;
  padding: 60px 0 80px;
}

.p-price__plan-box {
  padding: 14px 12px 40px;
  border-radius: 20px;
  border: solid 1px #574109;
  margin-bottom: 25px;
}

.p-price__plan-box:last-child {
  margin-bottom: 0;
}

.p-price__plan-box-ttl {
  padding: 4px 44px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.02em;
  background-color: #DBB678;
  margin-bottom: 27px;
  border-radius: 5px;
}

.p-price__plan-box-contents {
  padding-top: 18px;
  justify-content: space-between;
}

.p-price__plan-box-img {
  width: 52.6%;
}

.p-price__plan-box-img img {
  width: 43%;
  margin: 0 auto;
}

.p-price__plan-box-img.--small img {
  width: 55%;
  transform: translateX(28%);
}

@media screen and (max-width: 767px) {
  .p-price__plan-box-img.--small img {
    transform: translateX(22%);
  }
}

.p-price__plan-box-contents-right {
  width: 35.3%;
  margin-right: 39px;
}

.p-price__plan-box-contents-list {
  padding-bottom: 14px;
  margin-bottom: 7px;
  border-bottom: dashed 1px #574109;
}

.p-price__plan-box-contents-item {
  margin-bottom: 3px;
  padding: 2px 6px 3px 11px;
  color: #574109;
  border-radius: 5px;
}

.p-price__plan-box-contents-item:last-child {
  margin-bottom: 0;
}

.p-price__plan-box-contents-item:nth-child(odd) {
  background-color: #F0E2CB;
}

.p-price__plan-box-contents-item:nth-child(even) {
  background-color: #FAF6F3;
}

.p-price__plan-box-contents-item-left {
  width: 58.2%;
}

.p-price__plan-box-contents-list-bottom {
  margin-bottom: 7px;
}

.p-price__plan-box-contents-list-bottom-item {
  margin-bottom: 8px;
}

.p-price__plan-box-contents-list-bottom-item-price {
  font-weight: bold;
  color: #E0903B;
  font-size: 1.8rem;
}

.p-price__plan-box-total {
  background-color: #FFECD8;
  border-radius: 5px;
  padding: 10px 10px 9px 7px;
}

.p-price__plan-box-total-text-left {
  color: #E0903B;
  font-weight: bold;
}

.p-price__plan-box-total-text-right {
  color: #E0903B;
  font-weight: bold;
  font-size: 2rem;
}

.p-price__plan-box-note {
  margin-top: 40px;
  line-height: 1.6;
}

/*news*/
.p-news__section {
  padding: 64px 0;
}

.p-news__item-link {
  display: block;
  width: 100%;
}

.p-top__news-item a:hover {
  opacity: 0.7;
}

.pagenation {
  color: #574109;
  justify-content: center;
  gap: 10px;
}

.pagenation-item {
  color: #574109;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}

.pagenation a {
  color: #574109;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  border: solid 1px #574109;
}

.pagenation span.current {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  border: solid 1px #574109;
  color: #fff;
  background-color: #574109;

}

.pagenation-dots {
  align-items: flex-end;
  color: #574109;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}

.pagenation-prev,
.pagenation-next {
  position: relative;
}

.pagenation-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  left: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #574109;
  border-right: 2px solid #574109;
  display: block;
}

.pagenation-next::after {
  content: "";
  position: absolute;
  top: 42%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #574109;
  border-right: 2px solid #574109;
  display: block;
}


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

  /*price*/
  .p-price__section-deco01-img {
    position: absolute;
    right: 16px;
    top: auto;
    width: 50%;
    bottom: 0;
  }

  .p-price__section01,
  .p-price__section02 {
    padding-top: 50px;
    margin-bottom: 40px;
  }

  .p-top__product-title {
    text-align: center;
  }

  .p-price__text {
    text-align: center;
    margin-bottom: 44px;
  }

  .p-price__table01 {
    margin-bottom: 0px;
  }

  .p-price__table01 th,
  .p-price__table01td {
    width: calc(100% / 6);
  }

  .p-price__section02 {
    padding-top: 0;
    margin-top: 105px;
  }

  .p-price__controller-box {
    padding: 27px 15px;
    width: 100%;
    border: solid 1px #574109;
    border-radius: 20px;
    margin-bottom: 36px;
    /* justify-content: space-between; */
    display: block;
  }

  .p-price__controller-box:last-child {
    margin-bottom: 0;
  }

  .p-price__controller-box-left {
    width: 100%;
  }

  .p-price__controller-box-ttl {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    border-bottom: dashed 1px #574109;
    padding-bottom: 9px;
    margin-bottom: 24px;
    text-align: center;
  }

  .p-price__controller-box-right {
    width: 100%;
    margin-top: 37px;
  }

  .p-price__controller-box-img {
    /* width: 47.6%; */
    margin: 0 auto 14px;
    max-width: 400px;
  }

  .p-price__controller-box-contents {
    width: 100%;
    padding-left: 15px;
  }

  .p-price__controller-box-contents-item {
    /* font-size: 1.4rem; */
    color: #574109;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5;
    width: 100%;
    display: flex;
    margin-bottom: 0;
  }

  .p-price__controller-box-contents-item-left {
    width: fit-content;
  }

  .p-price__controller-box-contents-item-right {
    width: fit-content;
    flex: 1;
  }

  .p-price__controller-box-right-bottom {
    justify-content: space-between;
  }

  .p-price__controller-box-right-bottom-text {
    line-height: 1.5;
  }

  .p-price__controller-box-right-bottom-text span {
    font-size: 1.2rem;
    line-height: 1;
  }

  .p-price__results {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .p-top__results-title {
    text-align: center;
  }

  .p-price__results-ttl-area {
    position: relative;
  }

  .p-price__results-ttl-area-bg {
    position: absolute;
    width: 100%;
    top: 0px;
  }

  .p-price__results-deco01 {
    width: 96px;
    position: absolute;
    top: -8px;
    right: -33px;
  }

  .p-price__results-deco02 {
    width: 91px;
    position: absolute;
    top: 138px;
    left: -41px;
  }

  .p-price__results-ttl {
    font-size: 3.2rem;
    color: #574109;
    text-align: center;
    padding-top: 152px;
  }

  .p-price__results-ttl-bottom {
    margin: 25px 0 69px;
    color: #574109;
    text-align: center;
    font-size: 18px;
  }

  .p-price__results-container {
    position: relative;
    z-index: 1;
  }

  .p-price__results-table01 {
    margin-bottom: 43px;
  }

  .p-price__results-table01 th,
  .p-price__results-table02 th {
    background-color: #fff;
    padding: 12px 5px 11px;
    /* font-size: 1.4rem; */
    color: #574109;
  }

  .p-price__results-table01 td {
    width: calc(100% / 4);
  }

  .p-price__results-table01 td,
  .p-price__results-table02 td {
    padding: 12px 5px 11px;
    font-size: 1.6rem;
    color: #574109;
  }

  .p-price__results-table02 {
    margin-bottom: 48px;
  }

  .p-price__results-table02-left {
    width: 66.8%;
  }

  .p-price__plan {
    background-color: #fff;
    padding: 60px 0 100px;
  }

  .p-price__plan-box {
    padding: 14px 12px 40px;
    border-radius: 20px;
    border: solid 1px #574109;
    margin-bottom: 43px;
  }

  .p-price__plan-box:last-child {
    margin-bottom: 0;
  }

  .p-price__plan-box-ttl {
    padding: 4px 44px;
    font-size: 2rem;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.02em;
    background-color: #DBB678;
    margin-bottom: 27px;
    text-align: center;
  }

  .p-price__plan-box-contents {
    padding-top: 10px;
    justify-content: space-between;
  }

  .p-price__plan-box-img {
    width: 100%;
  }

  .p-price__plan-box-img img {
    width: 66.56%;
    margin: 0 auto;
  }

  .p-price__plan-box-contents-right {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
  }

  .p-price__plan-box-contents-list {
    padding-bottom: 14px;
    margin-bottom: 7px;
    border-bottom: dashed 1px #574109;
  }

  .p-price__plan-box-contents-item {
    margin-bottom: 3px;
    padding: 2px 6px 3px 11px;
    color: #574109;
    border-radius: 5px;
  }

  .p-price__plan-box-contents-item:last-child {
    margin-bottom: 0;
  }

  .p-price__plan-box-contents-item:nth-child(odd) {
    background-color: #F0E2CB;
  }

  .p-price__plan-box-contents-item:nth-child(even) {
    background-color: #FAF6F3;
  }

  .p-price__plan-box-contents-item-left {
    width: 58.2%;
  }

  .p-price__plan-box-contents-list-bottom {
    margin-bottom: 7px;
  }

  .p-price__plan-box-contents-list-bottom-item {
    margin-bottom: 8px;
  }

  .p-price__plan-box-contents-list-bottom-item-price {
    font-weight: bold;
    color: #E0903B;
    font-size: 1.8rem;
  }

  .p-price__plan-box-total {
    background-color: #FFECD8;
    border-radius: 5px;
    padding: 10px 10px 9px 7px;
  }

  .p-price__plan-box-total-text-left {
    color: #E0903B;
    font-weight: bold;
  }

  .p-price__plan-box-total-text-right {
    color: #E0903B;
    font-weight: bold;
    font-size: 2rem;
  }

  /*news*/
  .p-news__section {
    padding: 64px 0;
  }

  .p-news__item-link {
    display: block;
    width: 100%;
  }

  .p-top__news-item a:hover {
    opacity: 0.7;
  }

  .pagenation {
    color: #574109;
    justify-content: center;
    gap: 10px;
  }

  .pagenation-item {
    color: #574109;
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
  }

  .pagenation a {
    color: #574109;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    border: solid 1px #574109;
  }

  .pagenation span.current {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    border: solid 1px #574109;
    color: #fff;
    background-color: #574109;

  }

  .pagenation-dots {
    align-items: flex-end;
    color: #574109;
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
  }

  .pagenation-prev,
  .pagenation-next {
    position: relative;
  }

  .pagenation-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    left: 17px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #574109;
    border-right: 2px solid #574109;
    display: block;
  }
}

.p-single__contents a {
  color: #0000EE;
}

.p-news__section-ttl {
  font-size: 3.2rem;
  color: #574109;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.p-news__section-flex {
  justify-content: space-between;
  margin-bottom: 30px;
}

.p-news__section-cate {
  padding: 5.8px 24px;
  border: solid 1px #574109;
  border-radius: 50px;
  color: #574109;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-news__section-cate.--cat01 {
  background: #E0903B;
  border: 1px solid #E0903B;
  color: #fff;
}

.p-news__section-cate.--cat02 {
  background: #c3b08f;
  border: 1px solid #c3b08f;
  color: #fff;
}

.p-news__section-cate.--cat03 {
  background: #DBB678;
  border: 1px solid #DBB678;
  color: #fff;
}

.p-news__section-cate.--cat04 {
  background: #fff;
  border: 1px solid #574109;
  color: #fff;
}

.p-news__section-date {
  color: #574109;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-news__section-thumb {
  width: 100%;
  margin-bottom: 20px;
}

.p-news__back-btn {
  padding: 10px 40px;
  border: solid 1px #574109;
  border-radius: 50px;
  color: #574109;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 60px auto 0;
  display: block;
  width: fit-content;
}

.p-news__back-btn:hover {
  color: #fff;
  background-color: #574109;
}

@media screen and (max-width: 768px) {
  .p-single__contents {}

  .p-news__section-ttl {
    font-size: 3.2rem;
    color: #574109;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .p-news__section-flex {
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .p-news__section-cate {
    padding: 5.8px 24px;
    border: solid 1px #574109;
    border-radius: 50px;
    color: #574109;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .p-news__section-date {
    color: #574109;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .p-news__section-thumb {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-news__back-btn {
    padding: 10px 40px;
    border: solid 1px #574109;
    border-radius: 50px;
    color: #574109;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 60px auto 0;
    display: block;
    width: fit-content;
  }

  .p-news__back-btn:hover {
    color: #fff;
    background-color: #574109;
  }
}

/*faq*/
.p-lp__faq {
  width: 100%;
  background-color: #E0903B;
  padding-top: 141px;
  max-width: 1920px;
  margin: 0 auto;
}

.p-lp__faq-title-container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.p-lp__faq-title--jp span {
  color: #ffffff;
}

.p-lp__faq-title--jp {
  color: #ffffff;
}

.p-lp__faq-title--en {
  top: -82px;
}

.p-under__page-nav.--faq .p-under__page-nav-item {
  width: calc(100% / 2);
}

@media screen and (max-width: 768px) {
  .p-under__page-nav.--faq .p-under__page-nav-item {
    width: 100%;
  }

  .p-under__page-nav.--faq .p-under__page-nav-item::before {
    content: none;
  }
}

.p-lp__faq-wrap {
  margin-top: 63.44px;
  padding-bottom: 60px;
}

.p-lp__faq-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-lp__faq-item {
  background-color: #ffffff;
  width: 1151px;
  max-width: 100%;
  padding: 32px;
  border-radius: 16px;
}

.p-lp__faq-question-container {
  max-width: 1087px;
  background-color: #DBB678;
  padding: 32px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.p-lp__faq-question-container .p-lp__faq-question-title,
.p-lp__faq-question-container .p-lp__faq-question {
  transition: color ease 0.3s;
}

.p-lp__faq-question-container:hover .p-lp__faq-question-title,
.p-lp__faq-question-container:hover .p-lp__faq-question {
  color: #fff;
}

.p-lp__faq-question-title,
.p-lp__faq-answer-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-lp__title-line {
  position: relative;
  margin: 0 auto;
}

.p-lp__title-line div {
  position: absolute;
  width: 58px;
  height: 1px;
  background-color: #574109;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.p-lp__faq-answer-container {
  background-color: #FAF6F3;
  max-width: 1062px;
  display: flex;
  padding: 24px;
  align-items: center;
  margin: 0 12px 0 12px;
  border-radius: 0 0 13px 13px;
  display: none;
  cursor: pointer;
}

.p-lp__faq-question,
.p-lp__faq-answer {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 40px;
  font-size: 20px;
}

.p-lp__faq-question {
  padding-right: 50px;
}

.p-lp__faq-question-button {
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  border-radius: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 50px;
  height: 37px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 24px;
}

.p-lp__faq-question-button--active {
  border-radius: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 50px;
  height: 37px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 24px;
}

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

  /*faq*/
  .p-lp__faq {
    width: 100%;
    background-color: #E0903B;
    padding-top: 141px;
    max-width: 1920px;
    margin: 0 auto;
  }

  .p-lp__faq-title-container {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
  }

  .p-lp__faq-title--jp span {
    color: #ffffff;
  }

  .p-lp__faq-title--jp {
    color: #ffffff;
  }

  .p-lp__faq-title--en {
    top: -82px;
  }

  .p-lp__faq-list {}

  .p-lp__faq-item {
    background-color: #ffffff;
    /* min-width: 940px; */
    /* max-width: 1151px; */
    padding: 28px 16px;
    border-radius: 16px;
  }

  .p-lp__faq-question-container {
    max-width: 1087px;
    background-color: #DBB678;
    padding: 20px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .p-lp__faq-question-title,
  .p-lp__faq-answer-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .p-lp__title-line {
    position: relative;
    margin: 0 auto;
  }

  .p-lp__title-line div {
    position: absolute;
    width: 58px;
    height: 1px;
    background-color: #574109;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .p-lp__faq-answer-container {
    background-color: #FAF6F3;
    max-width: 1062px;
    display: flex;
    padding: 24px 16px;
    align-items: center;
    margin: 0 12px 0 12px;
    border-radius: 0 0 13px 13px;
    display: none;
    cursor: pointer;
  }

  .p-lp__faq-question,
  .p-lp__faq-answer {
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding-left: 20px;
    font-size: 18px;
  }

  .p-lp__faq-question-button {
    border-radius: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    width: 40px;
    height: 27px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 15px;
  }

  .p-lp__faq-question-button--active {
    border-radius: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    width: 40px;
    height: 27px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 15px;
  }
}

/*customer*/
.square {
  display: inline-block;
  width: 10px;
  height: 12px;
  border: solid 1px #574109;
}

.p-customer__container .c-text {
  margin-bottom: 20px;
}

.p-customer__box-sbttl {
  font-size: 2rem;
  font-weight: bold;
  color: #574109;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-customer__box-sbttl {
    font-size: 1.6rem;
  }
}

.p-customer__table {
  margin-bottom: 10px;
}

.p-customer__table td,
.p-customer__table td {
  padding: 10px;
}

.c-text.p-customer__note {
  margin-bottom: 50px;
}

.p-customer__contact {
  margin-top: 50px;
}

.p-customer__contact .c-text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-customer__contact .c-text {
    font-size: 1.8rem;
  }
}

.p-customer__contact .p-under__rectangle-btn {
  margin: 0 auto;
}

.p-customer__care,
.p-customer__care-attention {
  gap: 54px;
  justify-content: space-between;
}

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

  .p-customer__care,
  .p-customer__care-attention {
    gap: 25px;
  }
}

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

  .p-customer__care,
  .p-customer__care-attention {
    display: block;
    gap: 20px;
  }
}

.p-customer__care-contents,
.p-customer__care-attention-box {
  width: calc((100% - 54px) / 2);
}

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

  .p-customer__care-contents,
  .p-customer__care-attention-box {
    width: 100%;
  }

  .p-customer__care-attention-box {
    margin-top: 20px;
  }
}

.p-customer__care-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-customer__care-text {
    font-size: 1.8rem;
  }
}

.p-customer__care-img {
  width: calc((100% - 54px) / 2);
}

@media screen and (max-width: 767px) {
  .p-customer__care-img {
    width: 100%;
    margin-top: 20px;
  }
}

.p-customer__care-bottom {
  background-color: #FAF6F3;
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-customer__care-bottom {
    padding: 20px 15px;
    margin-top: 20px;
  }
}

.p-customer__care-attention-box .c-text {
  margin-bottom: 5px;
}

.p-customer__care-attention-box .u-bold {
  font-weight: bold;
}

.p-customer__care-attention-list {
  list-style: disc;
  padding-left: 1.5em;
}

.p-customer__care-attention-item {
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .p-customer__care-attention-item {
    margin-bottom: 0;
  }
}

.p-customer__operating-box {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #574109;
}

.p-customer__operating-box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-customer__operating-box {
    display: block;
  }
}

.p-customer__operating-box .c-text {
  font-size: 1.6rem;
  width: calc(100% - 202px);
}

@media screen and (max-width: 767px) {
  .p-customer__operating-box .c-text {
    width: 100%;
    text-align: center;
  }
}

.p-customer__operating-btn {
  background-color: #E0903B;
  padding: 4px 20px;
  border-radius: 30px;
  font-size: 1.8rem;
  text-align: center;
  width: 182px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-customer__operating-btn {
    margin-left: 0;
    margin-top: 10px;
    margin-inline: auto;
  }
}

.p-customer__operating-btn:hover {
  opacity: 0.7;
}

.p-customer__operating-btn::after {
  content: "";
  background-image: url(../image/common/download-icon.png);
  background-size: 100% 100%;
  width: 12px;
  height: 17px;
  display: block;
  transform: unset;
}

/*お問い合わせ*/
.wpcf7 {
  padding: 64px 50px;
  background-color: #fff;
  border-radius: 40px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .wpcf7 {
    padding: 43px 11px;
  }
}

.p-under__contact-form-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  width: 100%;
  align-items: flex-start;
}

.p-under__contact-form-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-under__contact-form-item {
    display: block;
  }
}

.p-under__contact-form-label {
  min-width: 175px;
  margin-right: 10px;
  display: inline-block;
  font-size: 1.6rem;
  color: #574109;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-under__contact-form-label {
    display: block;
    margin-bottom: 5px;
  }
}

.p-under__contact-form-input-select {
  border: solid 1px #574109;
  padding: 8px 10px;
}

.p-under__contact-form-item input {
  font-size: 1.6rem;
  color: #574109;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.wpcf7-form-control-wrap {
  flex: 1;
}

.p-under__contact-form-item select {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.p-under__contact-form-item input::placeholder,
.p-under__contact-form-item textarea::placeholder {
  color: rgba(87, 65, 9, .6);
}

.p-under__contact-form-input-text,
.p-under__contact-form-input-textarea {
  flex: 1;
  border: solid 1px #574109;
  padding: 8px 15px;
  width: 100%;
}

.u-text__required {
  color: red;
  margin-left: 10px;
}

input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-spinner {
  display: none;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #574109;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #E0903B;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked+span.wpcf7-list-item-label::after {
  display: block;
}

.p-under__contact-form-submit {
  justify-content: center;
  display: flex;
  margin: 50px auto 24px;
}

.p-under__contact-form-submit-link {
  text-align: center;
  justify-content: center;
}

.p-under__contact-form-submit .wpcf7-form-control-wrap {
  width: fit-content;
  flex: none;
}

.c-btn {
  margin: 0 auto;
  background-color: #E0903B;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 30px;
  display: block;
  width: fit-content;
  border-radius: 50px;
  min-width: 180px;
  text-align: center;
}

.c-btn:has(input:disabled) {
  background-color: #757575;
}

.wpcf7-acceptance label {
  display: flex;
  gap: 10px;
}

.wpcf7-acceptance span.wpcf7-list-item-label::before {
  content: none;
}

/*safety*/
.p-safety__top-col img {
  width: 70%;
  margin: 0 auto 10px;
}

/*certification*/
.p-certification__col img {
  width: 70%;
  margin: 0 auto 10px;
}

.p-certification__col-img {
  background: #fff;
  padding: 10px;
}

.p-certification__col-img img {
  width: 50%;
}

/*materials*/
.p-materials__contact {
  margin-top: 50px;
}

/*recruit*/
.p-recruit__box {
  padding: 64px 50px;
  background-color: #fff;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .p-recruit__box {
    padding: 43px 11px;
  }
}

.p-recruit__btn {
  margin: 0 auto;
}

/*works*/
.p-works__wrap {
  padding: 64px 0;
}

.p-works__box {
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F1E8E1;
}

@media screen and (max-width: 1000px) {
  .p-works__box {
    flex-direction: column;
  }
}

.p-works__box-left {
  width: 40%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .p-works__box-left {
    width: 100%;
    height: 370px;
  }
}

.p-works__box-cate {
  padding: 6px 40px;
  border-radius: 20px 0 20px 0;
  background-color: #fff;
  color: #E0903B;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-works__box-cate {
    padding: 6px 20px;
  }
}

.p-works__box-cate.--detached-house {
  background-color: #c3b08f;
  color: #fff;
}

.p-works__box-cate.--mansion {
  background-color: #E0903B;
  color: #fff;
}

.p-works__box-cate.--commercial-facility {
  background-color: #DBB678;
  color: #fff;
}

.p-works__box-cate.--childcare-facility {
  background-color: #FAF8BE;
  color: #E0903B;
}

.p-works__box-cate.--medical_nursing-facility {
  background-color: #879A73;
  color: #fff;
}

.p-works__box-cate.--other {
  background-color: #574109;
  color: #fff;
}

.p-works__box-img {
  width: 100%;
  height: 100%;
}

.p-works__box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works__box-right {
  width: 60%;
  padding: 18px 25px 27px;
}

@media screen and (max-width: 1000px) {
  .p-works__box-right {
    width: 100%;
  }
}

.p-works__box-right-top {
  justify-content: flex-end;
  margin-bottom: 40px;
  flex-wrap: nowrap;
  gap: 10px;
}

.p-works__box-avatar {
  max-width: 55px;
}

.p-works__box-avatar img {
  object-fit: contain;
}

.p-works__box-name {
  text-align: right;
  color: #574109;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-left: 10px;
  margin-right: 23px;
}

@media screen and (max-width: 767px) {
  .p-works__box-name {
    margin-right: 0;
    margin-left: 0;
  }
}


.p-works__box-contents-wrap {
  margin-top: 35px;
}

.p-works__box-contents {
  position: relative;
  background-color: #fff;
  padding: 42px 62px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6.3px rgba(231, 211, 197, 0.8);
}

@media screen and (max-width: 1100px) {
  .p-works__box-contents {
    padding: 42px 20px;
  }
}

.p-works__box-contents:last-child {
  margin-bottom: 0;
}

.p-works__box-contents a {
  color: #574109;
}

.p-works__box-contents-ttl {
  position: absolute;
  top: -20px;
  left: -7px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  background-color: #574109;
  border-radius: 50px;
  padding: 7px 35px;
}

.p-works__box-contents-text {
  line-height: 1.6;
}

ul.pagenation,
ul.pagenation li {
  list-style: none !important;
  list-style-type: none !important;
}

/*aboutus*/
.p-aboutus__section {
  margin-bottom: 30px;
}

.p-aboutus__section:last-child {
  margin-bottom: 0;
}

.p-aboutus__company table td,
.p-aboutus__office_factory table td {
  text-align: left;
  padding: 10px 20px;
}

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

  .p-aboutus__company table td,
  .p-aboutus__office_factory table td {
    padding: 10px 8px;
  }
}

.p-aboutus__company ul {
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-aboutus__company ul {
    padding-left: 0;
  }
}

.p-aboutus__company ul,
.ccompany ul li {
  list-style: disc;
}

.p-aboutus__history {}

.p-aboutus__history-item {
  margin-bottom: 6px;
  padding: 8px 20px 9px;
  color: #574109;
  border-radius: 5px;
}

.p-aboutus__history-item:nth-child(odd) {
  background-color: #F0E2CB;
}

.p-aboutus__history-item:nth-child(even) {
  background-color: #fff;
}

.p-aboutus__history-item-left {
  width: 18%;
}

@media screen and (max-width: 767px) {
  .p-aboutus__history-item-left {
    display: block;
  }

  .p-aboutus__history-item-left .u-tar {
    text-align: left;
  }
}

.p-aboutus__history-item-right {
  width: 75%;
}

.p-aboutus__initiative {
  gap: 54px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-aboutus__initiative {
    display: block;
    gap: 20px;
  }
}

.p-aboutus__initiative-contents {
  width: calc((100% - 54px) / 2);
}

@media screen and (max-width: 767px) {
  .p-aboutus__initiative-contents {
    width: 100%;
  }
}

.p-aboutus__initiative-img {
  width: calc((100% - 54px) / 2);
}

@media screen and (max-width: 767px) {
  .p-aboutus__initiative-img {
    width: 100%;
    margin-top: 20px;
  }
}

.p-aboutus__initiative-contents h3 {
  margin-bottom: 20px;
}

/*privacy*/
.p-privacy__under {
  padding: 20px 30px;
  border: solid 1px #574109;
  border-radius: 20px;
  width: fit-content;
}

.p-privacy__under .--flex1 {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-privacy__under {
    padding: 15px;
  }
}

.aside__nav-menu-item--en {
  font-size: 1.2rem;
}

.p-top__contact-contact-area-text--top,
.p-top__contact-quotation-area-text--top,
.aside__nav-submenu-item a {
  font-size: 1.4rem;
}

.p-top__contact-contact-area-text--bottom,
.p-top__contact-quotation-area-text--bottom,
.p-top__contact-tel-area-left-text,
.p-top__news-date,
.p-top__results-item-text {
  font-size: 2rem;
}

.p-top__contact-tel-box-right-text--large {
  font-size: 3.6rem;
}

.p-top__contact-tel-box-right-text--small,
.p-top__news-category,
.p-top__news-text-container,
.p-top__link-button.p-top__link-button-news {
  font-size: 1.6rem;
}

.p-top__contact-title,
.p-top__product-title,
.p-top__news-title {
  font-size: 3.2rem;
}

.p-top__product-title small {
  font-size: 60%;
}

.p-lp__faq-title--en {
  font-size: 6.4rem;
}

.p-top__news-arrow {
  width: 4px;
}

.aside-wrapper {
  overflow: auto !important;
}

.aside__nav-submenu-item {
  margin-bottom: 0;
}

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

  .p-top__contact-contact-area-text--top,
  .p-top__contact-quotation-area-text--top {
    font-size: 1.4rem;
  }

  .p-top__contact-contact-area-text--bottom,
  .p-top__contact-quotation-area-text--bottom,
  .p-top__contact-tel-area-left-text,
  .p-top__news-date,
  .p-top__results-item-text {
    font-size: 2rem;
  }

  .p-top__contact-tel-box-right-text--large {
    font-size: 3.6rem;
  }

  .p-top__contact-tel-box-right-text--small,
  .p-top__news-category,
  .p-top__news-text-container,
  .p-top__link-button.p-top__link-button-news {
    font-size: 1.6rem;
  }

  .p-top__contact-title,
  .p-top__product-title,
  .p-top__news-title {
    font-size: 2.4rem;
  }

  .p-lp__faq-title--en {
    font-size: 6.4rem;
  }

  .p-top__news-arrow {
    width: 4px;
  }

  .aside-wrapper {
    overflow: auto !important;
  }
}

/* 2025/03/15 */
.p-form-wrap {
  font-size: 1.6rem;
}

.p-form-wrap.--confirm_area {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.p-form-wrap .c-btn+.c-btn {
  margin-top: 20px;
}

.p-form-wrap__text {
  margin-bottom: 20px;
}

.p-scrollContainer {
  max-width: 1330px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-scrollContainer {
    white-space: nowrap;
  }
}

.p-price__table01 {
  width: 100%;
  max-width: 1280px;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #price01 {
    padding-bottom: 42vw;
  }

  #price01 .p-under__container {
    padding-bottom: 14.6666vw;
  }
}

.pb-0 {
  padding-bottom: 0;
}

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

  .page-id-3 h2,
  .page-id-140 h2 {
    font-size: 1.8rem;
  }

  .page-id-140 h3 {
    font-size: 1.6rem;
  }

  .page-id-45 h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-under__page-nav-list.--materials {
    display: block;
  }

  .p-under__page-nav-3col .p-under__page-nav-list.--materials .p-under__page-nav-item {
    width: 100%;
  }

  .p-under__page-nav-list.--materials .p-under__page-nav-item:nth-child(odd)::before {
    content: none;
  }
}


.p-tokuchoTimer {
  position: relative;
  padding-top: calc((93 / 1440) * 100vw);
  justify-content: space-between;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer {
    display: block;
    padding-top: calc((73 / 375) * 100vw);
  }
}

.p-tokuchoTimer::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc((246 / 1440) * 100vw);
  aspect-ratio: 1/1;
  background: url(../image/tokucho/timer_pic.png) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer::after {
    right: calc(-5% - 6px);
    width: calc((176 / 375) * 100vw);
  }
}

.p-tokuchoTimer__wrap {
  /* width: 90%; */
  padding: 45px 5%;
  margin-inline: auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 17px;
  position: relative;
}

.p-tokuchoTimer__wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../image/tokucho/timer_bg_pc.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 1100px) {
  .p-tokuchoTimer__wrap {
    display: block;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__wrap {
    padding: 77px 5% 0px;
  }

  .p-tokuchoTimer__wrap::before {
    background: url(../image/tokucho/timer_bg_sp.jpg) no-repeat center top / cover;
  }
}

.p-tokuchoTimer .note {}

.p-tokuchoTimer .orange {
  color: #E0903B;
}

.p-tokuchoTimer__container {
  position: relative;
}

.p-tokuchoTimer__container.--01 {
  flex: 1;
}

.p-tokuchoTimer__container.--02 {
  width: calc((335 / 1440) * 100vw);
  padding: 13px 0 30px;
  min-width: 260px;
}

@media screen and (max-width: 1100px) {
  .p-tokuchoTimer__container.--02 {
    margin-inline: auto;
    width: calc((335 / 375) * 100vw);
    max-width: 430px;
  }
}

.p-tokuchoTimer__ttl {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1100px) {
  .p-tokuchoTimer__ttl {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__ttl {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

.p-tokuchoTimer__ttl img {
  width: 68px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__ttl img {
    width: 72px;
  }
}

.p-tokuchoTimer__ttl .text {
  font-weight: 700;
  font-size: 2.4rem;
}

.p-tokuchoTimer__ttl .orange {}

.p-tokuchoTimer__squareWrap {
  display: flex;
  align-items: flex-end;
  margin-top: 19px;
  margin-left: 19px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}

@media screen and (max-width: 1100px) {
  .p-tokuchoTimer__squareWrap {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__squareWrap {
    display: block;
    margin-top: 34px;
    text-align: center;
  }
}

.p-tokuchoTimer__squareWrap .fz24 {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-tokuchoTimer__flipBox {
  display: inline-flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
  background: #fff;
  border: 1px solid #574109;
  border-radius: 10px;
  box-shadow:
    inset -3px -3px 5.8px 1px #DBB678,
    0px 4px 0px rgba(87, 65, 9, 1);
  padding: 13px 20px;
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__flipBox {
    padding: 20px 13px;
  }
}

.p-tokuchoTimer__sub {
  font-size: 2.4rem;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__squareWrap .p-tokuchoTimer__sub {
    width: 1em;
    white-space: wrap;
    font-size: 2rem;
  }
}

.p-tokuchoTimer__circle .p-tokuchoTimer__sub {
  margin-top: 6px;
}

.p-tokuchoTimer__sub.--underline {
  border-bottom: 1px solid #574109;
}

.p-tokuchoTimer__now {
  text-align: right;
  line-height: 1.4;
  transform: translateY(8px);
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__now {
    text-align: center;
  }
}

.p-tokuchoTimer__num {
  display: flex;
  gap: 1px;
}

.p-tokuchoTimer__num .digit {
  font-family: "ZCOOL QingKe HuangYou", sans-serif;
  font-size: calc((92 / 1440) * 100vw);
  font-weight: 400;
  color: #574109;
  padding: 0px 6px;
  line-height: 0.95;
  display: inline-block;
  background: #fff;
  box-shadow: inset 0 1px 4.3px 3px rgba(233, 211, 173, 0.4);
}

@media screen and (max-width: 1100px) {
  .p-tokuchoTimer__circle .p-tokuchoTimer__num .digit {
    font-size: min(calc((95 / 375) * 100vw), 120px);
  }
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__num .digit {
    font-size: calc((60 / 375) * 100vw);
    padding: 0px 4px;
  }
}


.p-tokuchoTimer__thunder {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .p-tokuchoTimer__thunder {
    text-align: center;
  }
}

.p-tokuchoTimer__thunder img {
  height: 1.8em;
  object-fit: contain;
  aspect-ratio: 23/44;
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  margin-left: 7px;
}

.p-tokuchoTimer__text {
  line-height: 1.75;
  margin-top: 8px;
}

@media screen and (max-width: 1100px) {
  .p-tokuchoTimer__text {
    max-width: 615px;
    margin-inline: auto;
  }
}

.p-tokuchoTimer__text .orange {
  font-size: 2rem;
  font-weight: 700;
}

.p-tokuchoTimer__circle {
  text-align: center;
  aspect-ratio: 1/1;
  background: url(../image/tokucho/tokuchoTimer__circle.png) no-repeat center center / contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-tokuchoTimer__circle .ttl {
  font-weight: 700;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__circle .ttl {
    margin-top: 0;
  }
}

.p-tokuchoTimer__circle .fz20 {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 7px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-tokuchoTimer__circle .fz20 {
    margin-top: 11px;
  }
}

.p-tokuchoTimer__circle .p-tokuchoTimer__flipBox {
  display: inline-block;
  padding: 44px 8px 22px;
  margin-top: 5px;
}

.p-tokuchoTimer__container.--02 .note {
  text-align: center;
  line-height: 1.4;
}
