@charset "UTF-8";
a:hover, a:focus {
  opacity: 0.7;
}

.btn:hover, .btn:focus {
  opacity: 1;
}

ul {
  display: flex;
}
ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

.title {
  display: flex;
  align-items: center;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 767px) {
  .title {
    justify-content: center;
    margin-right: 40px;
  }
}
.title .title-thumb {
  padding-right: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .title .title-thumb {
    padding-bottom: 1rem;
  }
}
.title .title-thumb img {
  height: 65px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .title .title-thumb img {
    height: 40px;
  }
}

.button {
  margin: 0 auto;
  margin-top: 3.5%;
  width: 280px;
  height: 60px;
  align-content: center;
  text-align: center;
  color: #1A1311;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 999px) {
  .button {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    width: 65%;
    height: 42px;
    border-radius: 10px;
    margin-top: 7%;
  }
}
.button:hover, .button:focus {
  color: #FFD000;
}
.button:hover::before, .button:focus::before {
  background: #FFD000;
}
.button::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #1A1311;
}
@media screen and (max-width: 767px) {
  .button::before {
    width: 18px;
    height: 18px;
    left: 21px;
  }
}
.button::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

button, input[type=submit] {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 1199px) {
  button, input[type=submit] {
    font-size: 16px;
    letter-spacing: inherit;
  }
}

.back-btn {
  background-color: #FFFDE4;
  border: 1px #1A1311 solid;
  border-radius: 30px;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  align-content: center;
  padding-left: 20px;
  position: relative;
  margin-top: 5%;
}
@media screen and (max-width: 1199px) {
  .back-btn {
    margin-top: 7%;
  }
}
@media screen and (max-width: 767px) {
  .back-btn {
    margin-top: 10%;
    height: 42px;
  }
}
.back-btn:hover, .back-btn:focus {
  color: #FFD000;
  border-color: #FFD000;
}
.back-btn:hover::before, .back-btn:focus::before {
  border-color: #FFD000;
}
.back-btn:hover::after, .back-btn:focus::after {
  border-color: #FFD000;
}
.back-btn::before { /* 矢印の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 35px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1A1311;
  border-right: 2px solid #1A1311;
  transform: rotate(-135deg);
}
.back-btn::after { /* 矢印の丸枠の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 26px;
  width: 23px;
  height: 23px;
  border: 2px solid #1A1311;
  border-radius: 50%;
}

.white-back-btn {
  background-color: #fff;
}

.sns .container .wrapper a {
  width: 31%;
}
@media screen and (max-width: 1399px) {
  .sns .container .wrapper a {
    width: 32%;
  }
}
.sns .container .wrapper a .sns-button {
  color: #fff;
  align-content: center;
  text-align: center;
  border-radius: 40px;
  height: 80px;
  position: relative;
}
.sns .container .wrapper a .sns-button button {
  letter-spacing: 0rem;
}
@media screen and (max-width: 1199px) {
  .sns .container .wrapper a .sns-button {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 3.5%;
    height: 65px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 999px) {
  .sns .container .wrapper a .sns-button {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .sns .container .wrapper a .sns-button {
    height: 50px;
    width: 90%;
  }
}
.sns .container .wrapper a .sns-button::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 80px; /* 横幅 */
  height: 80px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #ccc;
}
.sns .container .wrapper a:nth-child(1) .sns-button {
  background-image: linear-gradient(90deg, #666666, #2b2b2b 45%, #000000);
}
.sns .container .wrapper a:nth-child(1) .sns-button::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(/wp-content/themes/practice/assets/img/X-icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .sns .container .wrapper a:nth-child(1) .sns-button::before {
    height: 65px;
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .sns .container .wrapper a:nth-child(1) .sns-button::before {
    height: 50px;
    width: 50px;
  }
}
.sns .container .wrapper a:nth-child(2) .sns-button {
  padding-left: 60px;
  background-image: linear-gradient(90deg, #f45253, #d80405);
}
@media screen and (max-width: 767px) {
  .sns .container .wrapper a:nth-child(2) .sns-button {
    padding-left: 35px;
  }
}
.sns .container .wrapper a:nth-child(2) .sns-button::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(/wp-content/themes/practice/assets/img/youtube-icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .sns .container .wrapper a:nth-child(2) .sns-button::before {
    height: 65px;
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .sns .container .wrapper a:nth-child(2) .sns-button::before {
    height: 50px;
    width: 50px;
  }
}
.sns .container .wrapper a:nth-child(3) .sns-button {
  background-image: linear-gradient(90deg, #6eda83, #51ce6a 45%, #0cc755);
}
.sns .container .wrapper a:nth-child(3) .sns-button::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(/wp-content/themes/practice/assets/img/LINE-icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .sns .container .wrapper a:nth-child(3) .sns-button::before {
    height: 65px;
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .sns .container .wrapper a:nth-child(3) .sns-button::before {
    height: 50px;
    width: 50px;
  }
}

.color-label {
  color: #fff;
  letter-spacing: 0.3rem;
  padding: 0 1rem;
  border-radius: 3px;
}

.contact-button {
  width: 500px;
  margin-top: 1rem;
  border: #1A1311 solid;
  border-width: 1px 3px 3px 1px;
  border-radius: 16px;
  height: 55px;
  align-content: center;
}
@media screen and (max-width: 1199px) {
  .contact-button {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .contact-button {
    width: 320px;
    height: 45px;
  }
}
.contact-button button {
  letter-spacing: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact-button button {
    letter-spacing: 0.6rem;
  }
}
.contact-button::before {
  left: 50px;
}
.contact-button::after {
  left: 55px;
}
@media screen and (max-width: 767px) {
  .contact-button::after {
    left: 54px;
  }
}

.ellipsis-link {
  color: #284C76;
}

.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
.pagination .prev, .pagination .next {
  font-size: 26px;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color: #422b11;
  width: 30px;
  font-size: 14px;
}
.pagination .current {
  background-color: #fff;
  border-radius: 50%;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s ease-out;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

/* 水平スワイプを有効化（縦スクロールは許可） */
.top .top-images {
  touch-action: pan-y;
}

/* テキスト選択＆画像のネイティブドラッグを防止 */
.top .top-images,
.top .top-images * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.top .top-images img {
  pointer-events: none;
} /* 画像上でもドラッグ途切れないように *//*# sourceMappingURL=design.css.map */