@charset "UTF-8";
/* ================================================================

   mixin

================================================================ */
i {
  font-family: "Font Awesome 5 Free" !important;
}

#container {
  padding-bottom: 80px !important;
}

*:focus {
  outline: none;
}

.mincho, serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  font-feature-settings: "palt" 1;
}

.menu > .menu__single {
  position: relative;
}
.menu > .menu__single a {
  width: 100%;
}

.menu__single .menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid #ccc;
}
.menu__single .menu__second-level li, .menu__single .menu__second-level a {
  width: 100% !important;
  display: block;
}
.menu__single li {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.cart_icon {
  height: 1.5em;
  vertical-align: middle !important;
  margin-right: 12px;
  margin-top: -5px;
}

.common_footer {
  background: #000 !important;
  border-top: 1px solid #fff;
  padding-bottom: 30px;
  line-height: 1;
}
.common_footer a {
  color: #fff !important;
}
.common_footer .copyright {
  text-align: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-size: 0.9em;
}

#idx_sns {
  padding: 70px 0 65px 0;
  margin-bottom: 100px;
}
#idx_sns ul {
  text-align: center;
}
#idx_sns ul li {
  display: inline-block;
  width: 35px;
  margin: auto 25px;
}
#idx_sns ul li img {
  width: 35px;
}
@media only screen and (max-width: 767px) {
  #idx_sns ul li {
    width: 28px;
    margin: auto 10px;
  }
  #idx_sns ul li li {
    margin: 0;
  }
  #idx_sns ul li img {
    width: 28px;
  }
}

.spa_cll {
  background-color: #000;
  padding-bottom: 50px;
}
.spa_cll__inner {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .spa_cll__inner {
    width: 100% !important;
    padding-top: 50px;
  }
}

html {
  scroll-behavior: smooth;
}

.visual {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
.visual.is-visible {
  opacity: 1;
  transform: none;
}

.summary__inner {
  position: relative;
  height: 855px;
}
@media only screen and (max-width: 767px) {
  .summary__inner {
    height: 180vw !important;
  }
}
.summary_img01 {
  position: absolute;
  top: 90px;
  right: 50px;
  width: 46%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .summary_img01 {
    width: 60%;
    right: 25px;
    height: auto;
    top: 35vw;
  }
}
.summary_img02 {
  position: absolute;
  top: 200px;
  left: 50px;
  width: 46%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .summary_img02 {
    width: 60%;
    left: 25px;
    height: auto;
    top: 90vw;
  }
}
.summary_text01 {
  color: #fff;
  font-size: 2.6rem;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media only screen and (max-width: 767px) {
  .summary_text01 {
    top: 25px;
  }
}

.summary_text01,
.summary_img02,
.summary_img01 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.summary_text01.is-visible,
.summary_img02.is-visible,
.summary_img01.is-visible {
  opacity: 1;
  transform: none;
}

.the_spa {
  background: url("../img/bg_thespa.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 100px 0 100px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .the_spa {
    width: 90%;
    margin: auto;
    padding: 80px 0 50px 0;
  }
}
.the_spa p {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .the_spa p {
    font-size: 1.5rem;
  }
}
.the_spa .ttl_thespa img {
  width: 200px;
}
.the_spa .ttl_thespa p {
  font-size: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .the_spa .ttl_thespa p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .the_spa__summary {
    font-size: 2.2rem;
    width: 80%;
    margin: auto;
  }
}
.the_spa .red_title {
  font-size: 1.7rem;
  width: 60%;
  margin: 70px auto auto auto;
  color: #fff;
  background-color: #d80417;
}
@media only screen and (max-width: 767px) {
  .the_spa .red_title {
    width: 80%;
  }
}
.the_spa__items__child {
  margin-top: 50px;
}
.the_spa__items__child__img {
  width: 100%;
  margin-bottom: 20px;
}
.the_spa__items__child .bt a {
  display: inline-block;
  width: 280px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #d80417;
  color: #d80417 !important;
  font-family: "中ゴシックBBB", sans-serif !important;
  padding: 10px 0;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 10px auto;
  transition: all 0.3s ease;
}
.the_spa__items__child .bt a:hover {
  background-color: rgba(216, 4, 23, 0.2);
  transition: all 0.3s ease;
}
.the_spa .bt_voice {
  margin-top: 50px;
}
.the_spa .img_spa_cleasing {
  height: 190px !important;
  width: auto;
}
.the_spa .img_spa_special {
  width: 584px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .the_spa .img_spa_special {
    width: 80%;
  }
}

.video01 {
  width: 75%;
  margin: 30px auto 70px auto;
}
@media only screen and (max-width: 767px) {
  .video01 {
    width: 100%;
    margin: 30px auto 50px auto;
  }
}

.the-spa_detail {
  margin: auto;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail {
    width: 90%;
    margin: auto;
  }
}
.the-spa_detail__header {
  text-align: center;
  margin: 100px auto -40px auto;
}
.the-spa_detail__header p:first-child {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__header p:first-child {
    font-size: 2.4rem;
    font-weight: normal;
  }
}
.the-spa_detail__header p:last-child {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__header p:last-child {
    width: 90%;
    margin: auto auto auto auto;
    padding-bottom: 4rem;
  }
}
.the-spa_detail__child {
  margin-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__child {
    margin-top: 50px !important;
  }
}
.the-spa_detail__child__inner {
  position: relative;
  min-height: 370px;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__child__inner {
    min-height: 65vw;
  }
}
.the-spa_detail__img {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__img {
    width: 100%;
  }
}
.the-spa_detail__text {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 100px;
  width: 40%;
  z-index: 2;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__text {
    bottom: 3rem !important;
    top: auto !important;
    right: 10px;
    padding: 1rem 2rem;
    width: 90%;
  }
}
.the-spa_detail__text p {
  font-size: 2.1rem;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__text p {
    line-height: 1.5;
    font-size: 1.8rem;
  }
}
.the-spa_detail .viewmore {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.the-spa_detail .viewmore p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem !important;
  font-family: "中ゴシックBBB", sans-serif !important;
  text-decoration: underline;
  cursor: pointer;
}

.the-spa_detail__child02 {
  position: relative;
}
.the-spa_detail__child02 .the-spa_detail__img {
  width: 66%;
  right: 0 !important;
  left: 34%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__child02 .the-spa_detail__img {
    width: 100%;
    left: 0;
  }
}
.the-spa_detail__child02 .the-spa_detail__text {
  left: 0;
  position: absolute;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__child02 .the-spa_detail__text {
    width: 90%;
    display: inline-block;
    bottom: 3rem !important;
    top: auto !important;
    left: 10px;
  }
  .the-spa_detail__child02 .the-spa_detail__text p {
    display: inline-block;
  }
}
.the-spa_detail__child02 .viewmore {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .the-spa_detail__child02 .viewmore {
    position: absolute;
    left: 22rem;
    bottom: 0;
    display: inline-block;
  }
}
.the-spa_detail__child02 .viewmore p {
  cursor: pointer;
}

.expand_contents * {
  font-family: "中ゴシックBBB", sans-serif !important;
  font-size: 1.4rem;
}
.expand_contents__inner {
  width: 780px;
  margin: 20px auto;
  padding: 30px;
  background-color: #eff2f6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .expand_contents__inner {
    width: 100%;
    padding: 20px;
    margin: auto;
  }
  .expand_contents__inner .font19 {
    font-size: 1.8rem !important;
  }
}

.expand_contents01 {
  margin-bottom: 50px;
}
.expand_contents01 .flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .flex {
    display: block;
  }
}
.expand_contents01 .flex div:first-child {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .flex div:first-child {
    width: 100%;
  }
}
.expand_contents01 .flex div:first-child p {
  text-align: left !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .flex div:first-child p {
    font-size: 1.5rem !important;
  }
}
.expand_contents01 .flex div:first-child ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.expand_contents01 .flex div:first-child ul li {
  width: 49%;
  background-color: #c7e8fa;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem !important;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .flex div:first-child ul li {
    font-size: 1.6rem !important;
  }
}
.expand_contents01 .flex div:nth-child(2) {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .flex div:nth-child(2) {
    width: 80%;
    margin: 2rem auto;
  }
}
.expand_contents01 .paragraph02 {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .paragraph02 {
    padding: 20px;
  }
}
.expand_contents01 .paragraph02 .red_title {
  background-color: #d80417;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 80%;
  margin: auto;
  font-family: "中ゴシックBBB", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .paragraph02 .red_title {
    width: 100%;
  }
}
.expand_contents01 .paragraph02 .red_title p {
  padding: 0;
  margin: 0;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .paragraph02 .red_title p {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .paragraph02 div:nth-child(2) p {
    font-size: 1.5rem !important;
  }
}
.expand_contents01 .paragraph02 div:nth-child(2) img {
  width: 80% !important;
}
.expand_contents01 .video02 {
  width: 80%;
  margin: 30px auto;
}
.expand_contents01 .video02 div {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
}
@media only screen and (max-width: 767px) {
  .expand_contents01 .video02 {
    width: 100%;
  }
}

.expand_contents02 .paragraph01 {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .expand_contents02 .paragraph01 img {
    width: 70%;
    margin: 2rem auto;
  }
}
.expand_contents02 .paragraph02 img {
  width: 90% !important;
  margin: 30px auto auto auto !important;
}
@media only screen and (max-width: 767px) {
  .expand_contents02 .paragraph02 img {
    width: 100% !important;
  }
}

.expand_contents03 .paragraph01 {
  background-color: #fff;
  padding: 10px 20px;
}
.expand_contents03 .paragraph01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.expand_contents03 .paragraph01 ul li {
  margin: 5px 0;
  width: 32%;
  background-color: #fff0be;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .expand_contents03 .paragraph01 ul li {
    width: 49%;
  }
}
.expand_contents03 .paragraph02 img {
  width: 80% !important;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .expand_contents03 .paragraph02 img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .expand_contents03 .font11 {
    text-align: left;
  }
}

.expand_close p {
  font-size: 1.1rem !important;
  margin-top: 2rem;
}

.develop_story {
  margin: 60px auto auto auto;
  background-color: #fdf9f1;
  padding: 65px 0 90px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .develop_story {
    width: 90%;
    margin: 30px auto;
    padding-bottom: 50px;
  }
}
.develop_story__title {
  width: 35%;
}
.develop_story__title img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .develop_story__title {
    width: 55%;
  }
}
.develop_story__inner {
  padding: 0 100px;
}
@media only screen and (max-width: 767px) {
  .develop_story__inner {
    padding: 0 8%;
  }
}
.develop_story__inner .developer {
  float: left;
  padding: 0 35px 20px 0;
}
@media only screen and (max-width: 767px) {
  .develop_story__inner .developer {
    width: 60%;
    height: auto;
    font-size: 1.8rem !important;
  }
}
.develop_story__inner dt {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.develop_story__inner dd * {
  font-family: "中ゴシックBBB", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
.develop_story__inner dd * span {
  font-weight: bold;
  border-bottom: #fff697 4px solid;
}
.develop_story .sp .developer {
  float: none;
  width: 100%;
  margin: 2rem auto;
  font-size: 2rem;
  padding: 0;
}
.develop_story .sp dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.develop_story .sp dt img {
  width: 50%;
}

.voice {
  margin: 60px auto;
  padding-top: 70px;
  background-color: #fdf5f6;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .voice {
    width: 90%;
    margin: 30px auto;
    padding-bottom: 30px;
  }
}
.voice * {
  font-family: "中ゴシックBBB", sans-serif !important;
}
.voice__header {
  text-align: center;
}
.voice__header img {
  width: 415px;
}
@media only screen and (max-width: 767px) {
  .voice__header img {
    width: 60%;
  }
}
.voice__inner {
  padding: 50px 70px 70px 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .voice__inner {
    padding: 0;
    width: 90%;
    margin: 10% auto;
    display: block;
  }
}
.voice .voice_items {
  width: 32%;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .voice .voice_items {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.voice .voice_items > p {
  cursor: pointer;
  text-decoration: underline;
}
.voice .voice_items dl {
  padding: 20px;
}
.voice .voice_items dt {
  height: 3.5em;
  font-size: 1.6rem !important;
  font-weight: bold;
}
.voice .voice_items dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
.voice .voice_items dd span {
  font-weight: bold;
  border-bottom: #fff697 4px solid;
}
.voice .voice_items .age {
  margin-bottom: 15px;
  text-align: right;
  font-size: 1.1rem !important;
}
.voice .voice_items .voice_items__inner {
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
.voice .voice_items .voice_items__inner.is-collapsed:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 80%);
  pointer-events: none;
}
.voice .toggle {
  text-align: center;
  font-size: 1.1rem !important;
  padding-bottom: 10px;
}

.products {
  background-image: url("../img/bg_special@2x.jpg");
  background-position: top center;
  background-color: #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 370px;
  padding-bottom: 50px;
  margin-top: 60px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .products {
    width: 90% !important;
    margin: auto;
    padding-top: 40vw;
  }
}
.products__header {
  text-align: center;
  background-color: #d80417;
  color: #fff;
  font-weight: bold;
  margin: auto;
  width: 60%;
  font-weight: bold;
  font-size: 1.6em !important;
}
@media only screen and (max-width: 767px) {
  .products__header {
    width: 90%;
  }
}
.products .spa_item_list * {
  font-family: "中ゴシックBBB", sans-serif !important;
}
.products .spa_item_list__inner {
  width: 580px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list__inner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list__inner {
    display: block;
  }
}
.products .spa_item_list__inner div {
  width: 32%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list__inner div {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
}
.products .spa_item_list__inner div .spa_item_photo {
  width: 100%;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list__inner div .spa_item_photo {
    width: 40%;
    margin-top: 2rem;
    text-align: center;
  }
}
.products .spa_item_list__inner div .spa_item_photo img {
  margin-bottom: 3rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list__inner div .spa_item_photo img {
    width: 50%;
    display: block !important;
    height: 30vw;
    width: auto;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.products .spa_item_list__inner div dl {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list__inner div dl {
    width: 60%;
    text-align: left !important;
  }
}
.products .spa_item_list__inner div dl dd {
  margin-top: 0.5em;
}
.products .spa_item_list02 * {
  font-family: "中ゴシックBBB", sans-serif !important;
}
.products .spa_item_list02__inner {
  width: 580px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list02__inner {
    display: block;
    width: 90% !important;
  }
}
.products .spa_item_list02__inner dt {
  margin-bottom: 1rem;
}
.products .spa_item_list02__inner .items01 {
  width: 40%;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list02__inner .items01 {
    width: 100%;
    margin: auto;
    justify-content: center !important;
    flex-direction: inherit;
  }
}
.products .spa_item_list02__inner .items01 .spa_item_photo {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list02__inner .items01 .spa_item_photo {
    width: 40%;
    text-align: center;
  }
  .products .spa_item_list02__inner .items01 .spa_item_photo img {
    width: auto;
    height: 30vw;
    margin: auto;
  }
}
.products .spa_item_list02__inner .items01 dl {
  width: 62%;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list02__inner .items01 dl {
    width: 60%;
  }
}
.products .spa_item_list02__inner .items02 {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list02__inner .items02 {
    width: 100%;
    margin: auto;
  }
}
.products .spa_item_list02__inner .items02 .spa_item_photo {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list02__inner .items02 .spa_item_photo {
    width: 40%;
    text-align: center;
  }
  .products .spa_item_list02__inner .items02 .spa_item_photo img {
    width: auto;
    height: 30vw;
    margin: auto;
  }
}
.products .spa_item_list02__inner .items02 dl {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .products .spa_item_list02__inner .items02 dl {
    width: 60%;
  }
}
.products .spa_item_list02__inner .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.products__attention {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .products__attention {
    width: 80%;
    margin: auto;
  }
}
.products__attention p {
  font-size: 1.1rem !important;
  line-height: 1.8;
  text-align: center;
  font-family: "中ゴシックBBB", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .products__attention p {
    text-align: left;
  }
}
.products__link ul {
  width: 430px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .products__link ul {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
}
.products__link ul li {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .products__link ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.special_set {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .special_set {
    margin-top: 50px;
  }
}
.special_set * {
  font-family: "中ゴシックBBB", sans-serif !important;
}
.special_set__header {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .special_set__header {
    width: 80%;
  }
}
.special_set__header p:first-child {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.special_set__header p:first-child:before, .special_set__header p:first-child:after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  background: #000;
}
.special_set__item {
  margin-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .special_set__item {
    width: 90%;
    margin: auto;
  }
  .special_set__item img {
    width: 90% !important;
    margin-bottom: 2rem;
  }
}
.special_set__item img {
  margin-bottom: 2rem;
}
.special_set__item dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.special_set__item dd {
  margin-bottom: 2em;
}

.bt_black {
  background-color: #000;
  color: #fff !important;
  text-align: center;
  font-family: "中ゴシックBBB", sans-serif !important;
  display: block;
  padding: 1em;
  font-size: 1.4rem !important;
  font-weight: bold;
  width: 15em;
  margin: auto;
}
.bt_black:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  color: #000 !important;
}

.text_red {
  color: #d80417;
}

.text_serif {
  font-family: "中ゴシックBBB", sans-serif !important;
}

.text_bold {
  font-weight: bold;
}

.font11 {
  font-size: 1.1rem !important;
}

.font16 {
  font-size: 1.6rem !important;
}

.font17 {
  font-size: 1.7rem !important;
}

.font18 {
  font-size: 1.8rem !important;
}

.font19 {
  font-size: 1.9rem !important;
}

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

.red_title {
  background-color: #d80417;
  color: #fff;
}

sup {
  font-size: 0.9rem !important;
}