/****************************************************************************************/
h1,
h2,
h3,
[grad-font],
#top .texts h1,
#top .button:not(:last-child) {
  font-family: "Noto Sans JP", sans-serif;
}
/****************************************************************************************/

h3 {
  font-weight: normal;
  line-height: 4.4rem;
}

/****************************************************************************************/
#top .texts h1 {
  text-align: left;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: inline-block;
}

#top .texts h2 {
  text-align: left;
}
/*******************************************/
#top .button {
  display: inline-block;
}
#top .button:not(:last-child) {
  margin-right: 18px;
}
#top .button a {
  padding-top: 0;
  /*	font-family: hannari-mincho, "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
#top .button a:not(:hover) {
  background-color: white;
}
/****************************************************************************************/
#grad-menu {
  text-align: center;
  background-color: white;
  opacity: 0;
}
#grad-menu[fixed="true"] {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1;
  transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1), margin-top 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
#grad-menu[fixed-top="true"] {
  background-color: #eebbcb;
}
#grad-menu[fixed-top="false"] {
  position: absolute;
}
#grad-menu[fixed-top="false"],
#grad-menu[scroll="up"] {
  margin-top: 0 !important;
}

#grad-menu li {
  display: inline-block;
}

#grad-menu li a {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-decoration: none;
  display: block;
  transition: border-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
#grad-menu li:not([selected]) a {
  border-color: transparent;
}
#grad-menu li:not([selected]) a:hover {
  border-color: #dfdfdf;
}
/****************************************************************************************/
#form {
  padding-top: 73px; /* 226 */
}

#form form ::placeholder {
  color: #bbb;
}
/*******************************************/
#form .required,
#form .required-desc {
  color: #aa0000;
}

#form .required-desc {
  padding-right: 8px;
  text-align: right;
}

#form .required {
  font-size: 2.1rem;
  font-weight: bold;
  display: inline-block;
}
/*******************************************/
#form form .table {
  width: 100%;
}

#form form .table > * > * {
  border: 1px solid #afb0b1;
}

#form form .table > * > *:first-child {
  padding-right: 15px !important;
}

#form form .table > * > *:first-child > div {
  display: inline;
}
/*******************************************/
#form form .group > .table {
  border: 1px solid #afb0b1;
  border-width: 1px 0 0 1px;
}

#form form .group > .table > * > :first-child {
  line-height: 2.9rem;
}
/*******************************************/
#form form .table .table > * > * {
  border: none;
}
#form form .table .table > * > *:first-child {
  width: 188px;
}
/*
#form form .table .table > * > *:first-child {
	width: 267px;
	background-color: #f7f7f7;
	border-right-width: 0;
}
#form form .table .table > :last-child > * {
	border-bottom-width: 0;
}
#form form .table .table > * > :last-child {
	border-right-width: 0;
}
*/
/*******************************************/
#form form .item > :last-child {
  padding-left: 0 !important;
}
/*
#form form .item li {
	margin-left: 25px;
}

#form form .item label {
	cursor: pointer;
}

#form form .item input {
	margin-right: 6px;
}
*/
#form form .item > :last-child > * > * {
  min-width: 80px;
}

#form form .item > :last-child > * > :last-child {
  display: flex;
  align-items: center;
}

#form form .item label {
  cursor: pointer;
}

#form form .item input {
  margin-right: 6px;
}
#form form .item input[type="text"] {
  margin-left: 10px;
}
/*******************************************/
#form form .date > :last-child > * {
  display: inline-flex;
  align-items: center;
}

#form form .date > :last-child > * > :nth-child(n + 2) {
  margin-left: 10px;
}

#form form .date select {
  width: 97px;
}
#form form .date .year_month select {
  width: 159px;
}

#form form .date .error {
  display: inline-block;
}
/*******************************************/
/*
#form form .table li {
	display: inline-block;
}
#form form .table li > div {
	display: inline-block;
}
*/
/*******************************************/
#form form input[type="text"],
#form form input[type="number"],
#form form select,
#form form textarea {
  padding: 3px 3px 2px 5px;
  line-height: 2.3rem;
  border: 1px solid #c2c2c2; /* afb0b1 */
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#form form input[type="text"],
#form form input[type="number"],
#form form textarea {
  width: 100%;
}
#form form input:focus,
#form form select:focus,
#form form textarea:focus {
  border-color: dodgerblue;
  outline: none;
}
/*******************************************/
#form form .select {
  display: inline-block;
  position: relative;
}
#form form .select:after {
  content: "";
  top: 38%;
  right: 11px;
  border-top: 10px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
}
#form form select {
  padding-right: 35px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
/*******************************************/
#form form textarea {
  max-width: 874px;
}
/*******************************************/
#form form input[type="radio"],
#form form input[type="checkbox"] {
  cursor: pointer;
}
/*******************************************/
#form form .error {
  color: red;
}
#form form [error="false"] .error {
  display: none !important;
}

#form form [error="true"] input,
#form form [error="true"] select {
  border-color: #ff8c8c;
  background-color: #fff9fa;
}
/*******************************************/
#form form .submit {
  margin-top: 80px;
}

#form form .submit .button {
  font-style: normal;
  cursor: pointer;
}
/*******************************************/
#form-hiddens {
  display: none;
}
/****************************************************************************************/
:not(.link-buttons) + .link-buttons {
  margin-top: 103px;
}

.link-buttons .content-area {
  border-top-style: solid;
  border-top-width: 1px;
}

.link-buttons .layout {
  text-align: center;
}

.link-buttons .layout > * {
  width: 100%;
  max-width: 1007px;
  display: inline-block;
}

.link-buttons .layout > * > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-buttons .layout > * > * > * {
  width: 50%;
}
/*******************************************/
.grad-link-button + .grad-link-button {
  margin-left: 20px;
}

.grad-link-button [nh-button] {
  max-width: 453px;
}
/*
.grad-link-button [nh-button] {
	font-family: hannari-mincho, "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.7rem;
}
*/
/****************************************************************************************/
#instagram p {
  text-align: center;
}

#instagram .button .id {
  margin-left: 15px;
  letter-spacing: 0.1rem;
}
/****************************************************************************************/
#form-links .title span {
  font-family: hannari-mincho, "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.7rem;
}
/****************************************************************************************/
#faq-link .content-area {
  border-top-style: solid;
  border-top-width: 1px;
}
/****************************************************************************************/
#form-complete h1 {
  margin-bottom: 48px;
  line-height: 2.5rem;
}

#form-complete .texts {
  text-align: center;
}

#form-complete .texts .container {
  text-align: left;
  display: inline-block;
}

#form-complete .texts h2 {
  text-align: center;
}

#form-complete .texts p {
  margin-top: 35px;
}

#form-complete .link {
  margin-top: 50px;
  text-align: center;
}
/****************************************************************************************/
#grad-form-error .content-area-container {
  text-align: center;
}

#grad-form-error .content-area {
  display: inline-block;
}

#grad-form-error .header {
  font-size: 1.7rem;
  color: red;
}

#grad-form-error .text {
  margin-top: 40px;
  line-height: 3.1rem;
  text-align: left;
}

#grad-form-error .contact {
  margin-top: 40px;
}

#grad-form-error .contact .tel {
  margin-top: 40px;
  line-height: 3.4rem;
}
#grad-form-error .contact .tel .time {
  margin-top: 6px;
  line-height: 2.3rem;
}
/****************************************************************************************/
.grad-accordion {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.grad-accordion .accordion {
  border: 1px solid #7f7f7f;
  overflow: hidden;
}
.grad-accordion .accordion:last-child {
  border-bottom: 1px solid #7f7f7f;
}

.grad-accordion .accordion .header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.grad-accordion .accordion .header > :first-child {
  flex-grow: 1;
}
.grad-accordion .accordion .header .plus-minus {
  padding-left: 0;
}

.grad-accordion .accordion .body {
  overflow: hidden;
  transition: height 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.grad-accordion [opened="false"] .body {
  height: 0;
}
.grad-accordion .accordion .body > * {
  border-top-style: solid;
  border-top-width: 1px;
}

.grad-accordion .accordion .body ul {
  margin-left: 24px;
  list-style: disc;
}
/****************************************************************************************/
/*
#top .buttons .button:last-child {
	display: none;
}
*/
#top .texts {
  text-shadow: 3px 2px 3px #333;
  color: white;
}

/****************************************************************************************/
/*以下追加***************************************************************************************/
:root {
  font-family: "Noto Sans JP", sans-serif;
  /* --color-base: #f8f8f8;
  --color-bc: #eacacb; */
  --hayawari: #f27ca3;
  --shayawari: #e3017f;

  --black: #333;

  --pink1: #eacacb;
  --pink2: #f27ca3;
  --pink3: #e3017f;

  --beige1: #f7f4f0;
  --beige2: #e5dccf;
  --beige3: #c0ac8d;

  --orange: #f59423;

  --c-btn-inquiry: #f59423;
  --c-btn-inquiry-s: #e17424;
  --c-btn-sample: #03c35a;
  --c-btn-sample-s: #0ea357;
  --c-btn-catalog: #f24b69;
  --c-btn-catalog-s: #de4561;

  --red: #aa0000;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
}

/* #lp-contents {
  background-color: #fff;
  padding-top: 50px;
} */

.circle-arrow {
  margin-left: 0.5em;
  background-color: white;
  display: flex; /* フレックスボックスを使用 */
  align-items: center; /* 垂直方向に中央揃え */
  justify-content: center; /* 水平方向に中央揃え */
  width: 30px;
  height: 30px;
  border-radius: 50%; /* 100vhを50%に変更 */
  border: 3px solid var(--black);
}

.fa-caret-right {
  font-size: 0.7em;
}

.flex {
  display: flex;
}

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

.gap15 {
  gap: 15px;
}

.gap30 {
  gap: 30px;
}

.gap80 {
  gap: 80px;
}

.ml-1em {
  margin-left: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-05em {
  margin-bottom: 0.5em;
}

.mb-15em {
  margin-bottom: 1.5em;
}

.rounded-full {
  border-radius: 9999px;
}

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

.text-left {
  text-align: left;
}

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

.font-extrabold {
  font-weight: 900;
}

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

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

.bg-white {
  background-color: white;
}

.border-beige3 {
  border: solid 1px var(--beige3);
}

.width-full {
  margin: 0 calc(50% - 50vw);
}

.basis-5-12 {
  flex-basis: 41.666667%;
}

.basis-3-12 {
  flex-basis: 25%;
}

.basis-4-12 {
  flex-basis: 33%;
}

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

.justify-evenly {
  justify-content: space-evenly;
}

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

.w-210 {
  width: 21rem;
}

.py-40 {
  padding: 0 4rem;
}

.color-beige3 {
  color: var(--beige3);
}

.color-pink2 {
  color: var(--pink2);
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.items-center {
  align-items: center;
}
.opacity-50:hover {
  opacity: 0.5;
}
.double-strikethrough {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.double-strikethrough::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  /* 中央に配置 */
  height: 2px;
  /* 線の太さ */
  background: red;
  /* 線の色 */
  z-index: 1;
  /* テキストの下に線を配置 */
  display: inline;
  width: 10em;
  margin-left: 0.5em;
}

.double-strikethrough::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(60% + 3px);
  /* 若干下の線を第二線として配置 */
  height: 2px;
  /* 線の太さ */
  background: red;
  /* 線の色 */
  z-index: 1;
  /* テキストの下に線を配置 */
  display: inline;
  width: 10em;
  margin-left: 0.5em;
}

.strike-through {
  text-decoration: line-through;
}
.color-red {
  color: red;
}
/****************************************************************************************/
button {
  display: block;
  margin: 60px auto 0;
  padding: 0 40px;
  border-radius: 100vh;
  font-size: 2.6rem;
  font-weight: 600;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0.05em;
  transition: 0.5s;
  cursor: pointer;
}

button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 0.2s;
}

button:hover::before {
  width: 250%;
}

.estimate-btn {
  margin: 0;
  padding: 0 35px;
  color: var(--black);
  background: #ff9900;
  background-image: linear-gradient(174deg, rgba(245, 184, 98, 0.57), rgba(238, 133, 50, 1));
  -webkit-background-size: 110% 110%;
  background-size: 110% 110%;
  -webkit-background-position: -2px -2px;
  background-position: -2px -2px;
  border: solid 3px var(--black);
}

.estimate-btn:hover {
  transform: scale(1.05);
  outline: #ff9900;
}

.estimate-btn::before {
  background: #ff9900;
}

.subtext {
  display: inline-block;
  position: relative;
  top: 0.85em;
  padding: 0.05em 1.5em;
  border-radius: 100vh;
  letter-spacing: 0.05em;
  background-color: var(--black);
  color: white;
  z-index: 2;
  font-size: clamp( 13px, calc( 7.647331786542924px + 0.6960556844547563vw ), 16px );
}

.more-btn {
  color: var(--beige3);
  border: 2px solid var(--beige3);
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.more-btn::before {
  background-color: var(--beige3);
}

.more-btn::after {
  content: "をもっと見る";
  font-size: 2.2rem;
}

.more-btn:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid var(--beige1);
  box-shadow: 4px 5px 17px -4px var(--beige3);
}

.s-btn {
  height: 5rem;
  font-size: 1.6rem;
  text-align: left;
  margin: 0;
}

/* .color-btn {
  background-color: white;
  border: 2px solid var(--orange);
  color: var(--orange);
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.color-btn::before {
  background-color: var(--orange);
}

.color-btn:hover {
  color: #ffffff;
  outline: 2px solid var(--beige1);
  box-shadow: 4px 5px 17px -4px var(--orange);
} */

.color-btn {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: white;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.color-btn::before {
  background-color: white;
}

.color-btn:hover {
  color: var(--orange);
  outline: 2px solid var(--beige1);
  box-shadow: 4px 5px 17px -4px white;
}

/**********************************************/
footer {
  margin-top: 0;
}

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

/****************************************************************************************/
.prl40 {
  padding-right: 40px;
  padding-left: 40px;
}

.mt16 {
  margin-top: 16px;
}
.book-cover {
  width: 180px; /* 本の幅 */
  position: relative;
  box-shadow: 10px 15px 22px -5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.15); /* 周囲の影 */
  border-radius: 4px; /* 角丸にすると本らしさが出る */
  overflow: hidden;
  transform: rotate(-5deg); /* 画像を-5度傾ける */
}

/* 疑似要素で光沢演出のためのカバーを画像に重ねる */
.book-cover:after {
  content: "";
  position: absolute; /* 親要素に重なるように */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.4) 94%, rgba(255, 255, 255, 0.5) 96%, rgba(255, 255, 255, 0) 100%);
}

/* 画像 */
.book-cover-image {
  display: block;
  width: 100%; /* 親要素の幅に合うように */
  border-radius: 4px; /* 親要素に対してoverflowを使うとバグるブラウザがあるので、画像自体にもborder-radiusを適用する */

  transform-origin: center; /* 回転の基点を中央に設定 */
}

#footer-insta .flex {
  margin-top: 0.5em;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  display: flex;
  gap: 1em;
  color: #fff;
  height: 3.5em;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}

#footer-insta .flex svg {
  width: 2em;
  fill: #fff;
}

#footer-insta a:hover {
  text-decoration: none;
}

.main-menu button span.subtext {
  font-size: 1rem;
}

.toggle {
  display: none;
}

.toggle + div {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.toggle:checked + div {
  max-height: 500px;
  transition: all 0.8s ease-in;
}
.mark-parent {
  position: relative;
}
.mark-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 30% !important;
  height: auto;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

#deco {
  z-index: 2;
}

/* .swiper-button-next,
.swiper-button-prev {


  background-color:var(--pink1);
  opacity: 0.5;
  padding: 6%;
  border-radius: 999px;
  font-weight: 900;
}

*/

.swiper-button-next,
.swiper-button-prev {
  color: var(--pink2);
  aspect-ratio: 1;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.3s;
  padding: 6%;
  border-radius: 100vh;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2.8rem;
}

.swiper-button-next:active,
.swiper-button-prev:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.del {
  position: relative;
}

.del:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -0.25em;
  border-bottom: double 5px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 50%;
}

#products .item .title {
  line-height: 1.5;
  text-align: center;
}

#products .grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 3px;
}

#products .n-title {
  grid-area: 1 / 1 / 2 / 2;
  color: var(--c-btn-inquiry-s);
  text-align: center;
  padding-inline: 0.5em;
  width: fit-content;
}

#products .n-price {
  width: fit-content;
  grid-area: 1 / 2 / 2 / 3;
  font-size: 1.85em;
}

#products .grid-text {
  grid-area: 2 / 1 / 3 / 3;
  font-size: 1.6rem;
  /* text-align: center; */
  padding-left: 2.5em;
}

#products .h-title {
  grid-area: 3 / 1 / 4 / 2;
  padding-block: 0.25em;
  background-color: var(--hayawari);
  color: white;
  text-align: center;
  margin-right: 0.5em;
  width: fit-content;
  padding-inline: 0.5em;
}

#products .h-price {
  grid-area: 3 / 2 / 4 / 3;
  width: fit-content;
  color: red;
  font-weight: 700;
  font-size: 2em;
}

#products .n-price span,
#products .h-price span {
  font-size: 0.5em;
}

.nowrap span {
  white-space: nowrap;
}

.swiper-wrapper,
.swiper-slide {
  height: auto;
}
