@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKurenaido-Regular";
  src: url("../fonts/ZenKurenaido-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKurenaido-Regular";
  src: url("../fonts/ZenKurenaido-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.6rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 35px;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 85px 0 115px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-tel {
  line-height: 1;
}
.com-tel-link {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.6rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 5px;
}

.com-dl-item {
  display: flex;
  align-items: center;
}
.com-dl dt, .com-dl dd {
  font-size: 1.4rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-dl dt, .com-dl dd {
    font-size: 1.6rem;
  }
}
.com-dl dt {
  flex-shrink: 0;
}

.com-box {
  padding: 40px 50px;
  background: rgba(139, 25, 70, 0.05);
  outline: 1px solid rgba(139, 25, 70, 0.2);
  outline-offset: -10px;
}

.news-post {
  width: 100%;
  max-width: 740px;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #edc8d7;
}
.news-post-link {
  display: block;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-time, .news-post-link:hover .news-post-tag-txt, .news-post-link:hover .news-post-ttl {
    color: #8b1946;
    border-color: #8b1946;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt, .news-post-ttl {
    font-size: 1.6rem;
  }
}
.news-post-time, .news-post-tag-txt {
  line-height: 1.2;
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #555555;
}
.news-post-ttl {
  margin-top: 11px;
  line-height: 1.7;
}

.com-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 50px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 15px 35px;
  text-align: center;
  color: #555555;
  line-height: 2;
}
.com-tag-link-current {
  background-color: #8b1946;
  color: #fff;
}
.com-tag-link-current::after {
  border-color: #fff;
}

/* =========================================

  main layout  all

========================================= */
/*  ent  PC
------------------------------------ */
.ent {
  position: relative;
}
.ent-list {
  display: flex;
  justify-content: space-between;
}
.ent-list-item {
  width: 50%;
  padding: 137px 0 123px;
  position: relative;
  z-index: 1;
}
.ent-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ent-list-item01 {
  background: url(../img/ent/mv01.jpg) no-repeat center/cover;
}
.ent-list-item02 {
  background: url(../img/ent/mv02.jpg) no-repeat center/cover;
}
.ent-list-contents {
  margin: auto;
  text-align: center;
}
.ent-list-ttl-head {
  display: block;
  width: 43.75%;
  margin: auto;
}
.ent-list-ttl-sub {
  display: block;
  margin: 35px auto 0;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .ent-list-ttl-sub {
    font-size: 1.6rem;
  }
}
.ent-list-ttl-sub-lg {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .ent-list-ttl-sub-lg {
    font-size: 2.4rem;
  }
}
.ent-list-ttl-sub-lg02 {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .ent-list-ttl-sub-lg02 {
    font-size: 1.9rem;
  }
}
.ent-list-ttl-sub01 {
  text-shadow: 0px 0px 8.8px rgba(86, 155, 101, 0.4), 0px 0px 8.8px rgba(86, 155, 101, 0.4), 0px 0px 8.8px rgba(86, 155, 101, 0.4), 0px 0px 8.8px rgba(86, 155, 101, 0.4), 0px 0px 8.8px rgba(86, 155, 101, 0.4), 0px 0px 8.8px rgba(86, 155, 101, 0.4), 0px 0px 8.8px rgba(86, 155, 101, 0.4), 0px 0px 8.8px rgba(86, 155, 101, 0.4);
}
.ent-list-ttl-sub02 {
  text-shadow: 0px 0px 8.8px rgba(139, 25, 70, 0.5), 0px 0px 8.8px rgba(139, 25, 70, 0.5), 0px 0px 8.8px rgba(139, 25, 70, 0.5), 0px 0px 8.8px rgba(139, 25, 70, 0.5), 0px 0px 8.8px;
}
.ent-list-btn {
  display: block;
  margin: 30px auto 0;
}

/*  top-greeting  PC
------------------------------------ */
#top-greeting {
  background: url(../img/top/greeting-bg.png) no-repeat center bottom/cover;
}
#top-greeting .greeting-box {
  padding: 56px 0 30px;
  background: #fff;
  text-align: center;
}
#top-greeting .greeting-ttl {
  font-family: "ZenKurenaido-Regular", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.26em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-ttl {
    font-size: 1.9rem;
  }
}
#top-greeting .greeting-txt-box {
  margin: 43px auto 0;
}

/*  top-menu  PC
------------------------------------ */
#top-menu .menu-ttl {
  text-align: center;
  font-family: "ZenKurenaido-Regular", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  color: #8b1946;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-ttl {
    font-size: 1.9rem;
  }
}
#top-menu .menu-list {
  width: 91.6%;
  max-width: 1760px;
  margin: 68px auto 0;
}
#top-menu .menu-list-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#top-menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 150px;
}
#top-menu .menu-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#top-menu .menu-list-item:nth-of-type(2n) .menu-list-contents {
  margin: 0 0 0 80px;
}
#top-menu .menu-list-item:nth-of-type(2n) .menu-list-contents::before {
  left: auto;
  right: -60px;
  border-left: none;
  border-right: 1px solid #db9cb5;
}
@media screen and (max-width: 1300px) {
  #top-menu .menu-list-item:nth-of-type(2n) .menu-list-contents::before {
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  #top-menu .menu-list-img {
    width: 45.45%;
    height: 540px;
    position: relative;
  }
}
#top-menu .menu-list-contents {
  width: 100%;
  max-width: 550px;
  margin-right: 80px;
  padding-bottom: 50px;
  position: relative;
}
#top-menu .menu-list-contents::before {
  content: "";
  width: 269px;
  height: 167px;
  border-left: 1px solid #db9cb5;
  border-bottom: 1px solid #db9cb5;
  position: absolute;
  left: -60px;
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  #top-menu .menu-list-contents::before {
    left: -20px;
  }
}
#top-menu .menu-list-txt-box {
  margin-top: 40px;
}
#top-menu .menu-list-txt-box p {
  line-height: 2;
}
#top-menu .menu-list-btn {
  max-width: 420px;
  height: 60px;
  margin-top: 27px;
  line-height: 56px;
}
#top-menu .point {
  width: 100%;
  max-width: 1280px;
  margin: 186px auto 0;
  padding: 44px 0 50px;
  background: rgba(139, 25, 70, 0.05);
}
#top-menu .point-list {
  display: flex;
  justify-content: center;
}
#top-menu .point-list-item {
  width: 320px;
}
#top-menu .point-list-item:nth-of-type(n+2) {
  margin-left: 60px;
}
#top-menu .point-list-ico {
  text-align: center;
}
#top-menu .point-list-txt {
  margin-top: 13px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-menu .point-list-txt {
    font-size: 1.6rem;
  }
}
#top-menu .point .com-ttl02 {
  margin: 9px auto 0;
}
#top-menu .get {
  margin: 190px auto 0;
}
#top-menu .get-ttl {
  text-align: center;
}
#top-menu .get-ttl-ja {
  display: block;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #8b1946;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #top-menu .get-ttl-ja {
    font-size: 1.6rem;
  }
}
#top-menu .get-ttl-en {
  display: block;
  margin: 15px auto 0;
  font-family: "ZenKurenaido-Regular", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #top-menu .get-ttl-en {
    font-size: 1.6rem;
  }
}
#top-menu .get-txt-box {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #top-menu .get-txt-box {
    text-align: center;
  }
}
#top-menu .get-list {
  display: flex;
  max-width: 1080px;
  margin: 65px auto 0;
  justify-content: space-between;
}
#top-menu .bnr {
  display: flex;
  max-width: 1080px;
  margin: 176px auto 0;
  justify-content: space-between;
}
#top-menu .bnr-item {
  width: 100%;
  max-width: 520px;
}
#top-menu .bnr-link {
  display: flex;
  height: 320px;
  background: url(../img/top/bnr-left.png) no-repeat 1px 3px, url(../img/top/bnr-right.png) no-repeat calc(100% - 1px) calc(100% - 3px) rgba(139, 25, 70, 0.05);
  text-align: center;
  outline: 1px solid rgba(139, 25, 70, 0.2);
  outline-offset: -10px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-menu .bnr-link:hover {
    outline-offset: -5px;
    opacity: 1;
  }
}
#top-menu .bnr-ttl {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #8b1946;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-menu .bnr-ttl {
    font-size: 1.6rem;
  }
}
#top-menu .bnr-ttl-sm {
  font-size: 2.1rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  #top-menu .bnr-ttl-sm {
    font-size: 1.6rem;
  }
}
#top-menu .bnr-txt {
  margin: 30px auto 0;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-menu .bnr-txt {
    font-size: 1.6rem;
  }
}

/*  top-contact  PC
------------------------------------ */
#top-contact {
  padding-bottom: 79px;
  background: url(../img/top/contact-bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-contact {
    background-size: 100%;
  }
}
#top-contact .contact-box {
  width: 100%;
  max-width: 760px;
  margin: auto;
  padding: 40px 0 53px;
  background: #fff;
}
#top-contact .contact-txt {
  margin: 20px auto 0;
  text-align: center;
}
#top-contact .contact-btn {
  display: flex;
  width: 260px;
  height: 70px;
  margin: 30px auto 0;
  border: 2px solid #8b1946;
  border-radius: 999px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-btn {
    font-size: 1.6rem;
  }
}
#top-contact .contact-btn::before {
  content: "";
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: url(../img/top/contact-line.png) no-repeat left center;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-btn:hover {
    background-color: #8b1946;
    color: #fff;
    opacity: 1;
  }
}
#top-contact .contact-btn-mail {
  width: 280px;
}
#top-contact .contact-btn-mail::before {
  content: none;
}

/*  top-news  PC
------------------------------------ */
#top-news {
  padding-top: 90px;
}
#top-news .news-bg {
  position: relative;
}
#top-news .news-bg::before {
  content: "";
  display: block;
  width: 1220px;
  height: 100%;
  background: rgba(139, 25, 70, 0.15);
  position: absolute;
  right: calc(50% - 960px);
  bottom: 0;
  z-index: -1;
}
#top-news .news-btn {
  width: 250px;
  max-width: none;
  height: 50px;
  margin-top: 35px;
  color: #555555;
  line-height: 46px;
}
@media screen and (min-width: 768px) {
  #top-news .news-btn:hover {
    color: #fff;
  }
}
#top-news .com-ttl03 {
  text-align: left;
}
#top-news .com-ttl03-en {
  font-size: 8.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-news .com-ttl03-en {
    font-size: 4.1rem;
  }
}

/*  top-information  PC
------------------------------------ */
#top-information .information-box {
  margin: 30px auto 0;
}
#top-information .map-ttl {
  text-align: center;
}
#top-information .map-ttl-en {
  display: block;
  font-family: "ZenKurenaido-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #8b1946;
}
@media screen and (max-width: 768px) {
  #top-information .map-ttl-en {
    font-size: 1.6rem;
  }
}
#top-information .map-ttl-ja {
  display: block;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-information .map-ttl-ja {
    font-size: 1.6rem;
  }
}

/* =========================================

  sub layout  all

========================================= */
/*  plasma  PC
------------------------------------ */
.com-worries {
  background: url(../img/plasma/greeting-bg.png) no-repeat center bottom/cover;
}
.com-worries .worries-box {
  max-width: 960px;
  margin: auto;
  padding: 45px 55px 40px;
  background: #fff;
}
.com-worries .worries-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .com-worries .worries-ttl {
    font-size: 1.9rem;
  }
}
.com-worries .worries-ttl-ac {
  color: #b7396b;
}
.com-worries .worries-list {
  display: flex;
  margin: 45px auto 0;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-worries .worries-list {
    height: 130px;
  }
}
.com-worries .worries-list-item {
  padding-left: 28px;
  background: url(../img/plasma/greeting-check.png) no-repeat left 5px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-worries .worries-list-item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .com-worries .worries-list-item:not(:nth-of-type(3n-2)) {
    margin-top: 10px;
  }
  .com-worries .worries-list-item:nth-of-type(n+4) {
    margin-left: 40px;
  }
}

.com-about .about-ttl {
  margin-top: 30px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #b7396b;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-about .about-ttl {
    font-size: 1.6rem;
  }
}
.com-about .about-txt {
  margin: 28px auto 0;
  padding-bottom: 45px;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
}
.com-about .about-txt::before {
  content: "";
  width: 269px;
  height: 167px;
  border-right: 1px solid #db9cb5;
  border-bottom: 1px solid #db9cb5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.com-about .about-txt-none {
  padding-bottom: 0;
}
.com-about .about-txt-none::before {
  content: none;
}
.com-about .about-list {
  margin: 45px auto 0;
}
.com-about .about-list-item {
  display: flex;
  justify-content: space-between;
}
.com-about .about-list-item:nth-of-type(1) {
  align-items: center;
}
.com-about .about-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
.com-about .about-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .com-about .about-list-item:nth-of-type(2n) .about-list-contents {
    max-width: 540px;
  }
}
.com-about .about-list-contents {
  width: 100%;
  max-width: 630px;
}
.com-about .about-list-txt-box {
  margin-top: 24px;
}
.com-about .about-list-txt-box p {
  line-height: 2;
}
.com-about .about-check {
  margin-top: 32px;
}
.com-about .about-check li {
  padding-left: 28px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-about .about-check li {
    font-size: 1.6rem;
  }
}
.com-about .about-check li::before {
  content: "●";
  color: #b7396b;
  position: absolute;
  left: 0;
  top: 0;
}
.com-about .about-check li:nth-of-type(n+2) {
  margin-top: 5px;
}

#plasma .plasma-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #b7396b;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #plasma .plasma-ttl {
    font-size: 1.6rem;
  }
}
#plasma .plasma-ttl-sm {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #plasma .plasma-ttl-sm {
    font-size: 1.6rem;
  }
}
#plasma .plasma-flx {
  width: 100%;
  margin: 44px auto 0;
}
#plasma .plasma-contents {
  max-width: 750px;
}
#plasma .plasma-contents p {
  line-height: 2;
  letter-spacing: 0.1em;
}
#plasma .plasma-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#plasma .plasma-img img:nth-of-type(n+2) {
  margin-top: 13px;
}
#plasma .plasma-btn {
  max-width: 420px;
  margin: 50px auto 0;
}
#plasma .add03-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #8b1946;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #plasma .add03-ttl {
    font-size: 1.6rem;
  }
}
#plasma .add03-img {
  margin: 55px auto 0;
}
#plasma .add03 .com-ttl01 {
  display: flex;
  align-items: flex-end;
}
#plasma .add03 .com-ttl01-ja {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #plasma .add03 .com-ttl01-ja {
    font-size: 1.6rem;
  }
}
#plasma .add03-list {
  margin-top: 35px;
}
#plasma .add03-list-item:nth-of-type(n+2) {
  margin-top: 47px;
}
#plasma .add03-list-txt {
  margin-top: 20px;
  line-height: 2;
}
#plasma .max {
  margin: 130px auto 0;
}
#plasma .max-list {
  display: flex;
  margin: 55px auto 0;
  justify-content: space-between;
}
#plasma .max-list-item {
  width: 100%;
  max-width: 500px;
}
#plasma .max-list-ttl {
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fbf5f7;
  text-align: center;
  align-items: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #8b1946;
}
@media screen and (min-width: 768px) {
  #plasma .max-list-ttl {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  #plasma .max-list-ttl {
    font-size: 1.6rem;
  }
}
#plasma .max-list-img {
  margin: 10px auto 0;
}
#plasma .max-list-txt {
  margin: 25px auto 0;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #plasma .max-list-txt {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .add01-inner {
    padding: 50px 0 100px;
  }
}
.add01-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #b7396b;
}
@media screen and (max-width: 768px) {
  .add01-ttl {
    font-size: 1.6rem;
  }
}
.add01-contents {
  margin-right: 28px;
}
.add01-flx {
  margin: 70px auto 0;
}
.add01-flx-ttl {
  margin-top: 23px;
  padding-left: 21px;
  text-align: left;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .add01-flx-ttl {
    font-size: 1.6rem;
  }
}
.add01-flx-txt {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .add01-flx-img {
    flex-shrink: 0;
  }
}

.com-feature.feature {
  background: none;
}
.com-feature.feature .feature-inner {
  padding-top: 0;
}
.com-feature.feature .feature-box {
  margin-top: 0;
}
.com-feature.feature .feature-list {
  max-width: 1080px;
  margin: 40px auto 0;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .com-feature.feature .feature-list-item {
    width: 100%;
    padding-right: 0;
  }
  .com-feature.feature .feature-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
.com-feature.feature .feature-list-ttl-ja {
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .add02-img {
    flex-shrink: 0;
  }
}
.add02-contents {
  margin-left: 38px;
}
.add02-ttl {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #8b1946;
}
@media screen and (max-width: 768px) {
  .add02-ttl {
    font-size: 1.6rem;
  }
}
.add02-list {
  margin-top: 30px;
}
.add02-list-item {
  padding-left: 26px;
  background: url(../img/plasma/greeting-check.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .add02-list-item {
    font-size: 1.6rem;
  }
}
.add02-list-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.add02-txt {
  margin-top: 17px;
  line-height: 2;
}

.com-case .case-txt {
  margin: 30px auto 0;
  text-align: center;
  line-height: 1.7;
}
.com-case .case-list {
  margin: 90px auto 0;
}
.com-case .case-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
.com-case .case-list-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-case .case-list-ttl {
    font-size: 1.6rem;
  }
}
.com-case .case-list-img {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
}
.com-case .case-list-txt {
  margin: 30px auto 0;
  line-height: 2;
  white-space: pre-line;
}
.com-case .case-note {
  margin: 25px auto 0;
  text-align: center;
}
.com-case .case-btn {
  max-width: 420px;
  margin: 30px auto 0;
}

/*  blemish  PC
------------------------------------ */
.blemish-list {
  margin: 47px auto 0;
}
.blemish-list-item {
  padding: 30px 30px 40px;
}
.blemish-list-item:nth-of-type(n+2) {
  margin-top: 110px;
}
.blemish-list-item-border {
  padding: 71px 79px;
  background: none !important;
  border: 1px solid #db9cb5;
}
.blemish-list-item-bg {
  max-width: 1080px;
  margin: auto;
  padding: 52px 30px 56px;
  background: #fbf5f7;
}
.blemish-list-item02 {
  margin: 60px auto 0;
}
.blemish-list-item02 .point-list {
  margin: 62px auto 0;
}
@media screen and (min-width: 768px) {
  .blemish-list-item02 .point-list li:nth-of-type(n+2) {
    margin-left: 29px !important;
  }
}
.blemish-list-item02 .com-ttl02-ja {
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .blemish-list-item02 .com-ttl02-ja {
    height: 64px;
  }
}
.blemish-list-ttl-off {
  background: #f2f2f2;
  color: #555555;
}
.blemish-list-ttl-en {
  flex-shrink: 0;
}
.blemish-list-ttl-ja {
  margin: 0 0 0 10px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #8b1946;
}
@media screen and (max-width: 768px) {
  .blemish-list-ttl-ja {
    font-size: 1.6rem;
  }
}
.blemish-list-txt {
  margin: 36px auto 0;
  line-height: 2;
}
.blemish-list-btn {
  max-width: 420px;
  margin: 40px auto 0;
}
.blemish-list-onoff {
  margin-top: 70px;
}
.blemish-check {
  margin: 40px auto 0;
}
.blemish-check .blemish-check-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.blemish-check-txt {
  margin: 13px auto 0;
  line-height: 2;
  letter-spacing: 0.1em;
}
.blemish-off {
  margin: 45px auto 0;
}
.blemish-off-item {
  padding-left: 30px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blemish-off-item {
    font-size: 1.6rem;
  }
}
.blemish-off-item::before {
  content: "×";
  color: #4e77af;
  position: absolute;
  left: 0;
  top: 0;
}
.blemish-note {
  margin: 40px auto 0;
  text-align: center;
}

#blemish .about-img, #blemish .about-ttl, #blemish .about-txt {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#blemish .point {
  padding-top: 120px;
}
#blemish .point-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  color: #8b1946;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #blemish .point-ttl {
    font-size: 1.9rem;
  }
}
#blemish .point-list {
  display: flex;
  margin: 70px auto 0;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #blemish .point-list-item {
    width: 320px;
    flex-shrink: 0;
  }
  #blemish .point-list-item:nth-of-type(n+2) {
    margin-left: 60px;
  }
}
#blemish .point-list-txt {
  margin-top: 13px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #blemish .point-list-txt {
    font-size: 1.6rem;
  }
}
#blemish .point .com-ttl02-ja {
  margin-top: 10px;
  line-height: 1.45;
}

/*  herb_peeling  PC
------------------------------------ */
.com-feature {
  background: url(../img/herb/bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  .com-feature {
    background-size: 100%;
  }
}
.com-feature .com-ttl01-en {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .com-feature .com-ttl01-en {
    font-size: 1.6rem;
  }
}
.com-feature .com-ttl01-en::before {
  left: -14px;
}
.com-feature .com-ttl01-ja {
  margin: 0 0 0 12px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-feature .com-ttl01-ja {
    font-size: 1.6rem;
  }
}
.com-feature .feature-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  color: #b7396b;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-feature .feature-ttl {
    font-size: 1.9rem;
  }
}
.com-feature .feature-box {
  margin: 60px auto 0;
  padding: 30px 0 45px;
  background: rgba(139, 25, 70, 0.05);
}
.com-feature .feature-box-ttl {
  display: flex;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #8b1946;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-feature .feature-box-ttl {
    font-size: 1.6rem;
  }
}
.com-feature .feature-box-ttl::before, .com-feature .feature-box-ttl::after {
  content: "";
  width: 360px;
  height: 1px;
  background: #8b1946;
}
.com-feature .feature-box-ttl::before {
  margin-right: 20px;
}
.com-feature .feature-box-ttl::after {
  margin-left: 20px;
}
.com-feature .feature-list {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
.com-feature .feature-list-item {
  max-width: 520px;
  padding: 36px 30px 16px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .com-feature .feature-list-item:nth-of-type(2n) {
    margin-left: 38px;
  }
  .com-feature .feature-list-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.com-feature .feature-list-ttl {
  display: flex;
  align-items: flex-end;
}
.com-feature .feature-list-txt {
  margin-top: 13px;
  line-height: 2;
}
.com-feature .feature-flx {
  width: 100%;
  max-width: 1080px;
  background: #fff;
  margin: 135px auto 0;
  padding: 25px 0 25px 25px;
}
.com-feature .feature-flx-contents {
  margin-left: 37px;
}
.com-feature .feature-flx-ttl {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #8b1946;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-feature .feature-flx-ttl {
    font-size: 1.6rem;
  }
}
.com-feature .feature-flx-list {
  margin-top: 35px;
}
.com-feature .feature-flx-list li {
  padding-left: 28px;
  background: url(../img/plasma/greeting-check.png) no-repeat left 10px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-feature .feature-flx-list li {
    font-size: 1.6rem;
  }
}
.com-feature .feature-flx-list li:nth-of-type(n+2) {
  margin-top: 15px;
}

#herb_peeling .add01-inner {
  padding-bottom: 0;
}
#herb_peeling .add01-txt {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #herb_peeling .add01-flx-ttl {
    margin-top: 40px;
  }
}
#herb_peeling .add01-list {
  margin-top: 20px;
}
#herb_peeling .add01-list li {
  padding-left: 26px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #herb_peeling .add01-list li {
    font-size: 1.6rem;
  }
}
#herb_peeling .add01-list li::before {
  content: "●";
  color: #8b1946;
  position: absolute;
  left: 0;
  top: 0;
}
#herb_peeling .add01-note {
  margin: 40px auto 0;
  text-align: center;
}
#herb_peeling .com-feature {
  background: none;
}
@media screen and (min-width: 768px) {
  #herb_peeling .com-feature .feature-inner {
    padding-bottom: 0 !important;
  }
}
#herb_peeling .com-feature .feature-list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
#herb_peeling .com-feature .feature-ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #herb_peeling .com-feature .feature-ttl {
    font-size: 1.6rem;
  }
}
#herb_peeling .com-feature .feature-list-ttl-ja {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #herb_peeling .com-feature .feature-flx {
    margin-top: 90px;
    padding: 0;
  }
  #herb_peeling .com-feature .feature-flx-list li {
    white-space: nowrap;
  }
}
#herb_peeling .about-box {
  width: 100%;
  max-width: 1120px;
  margin: 68px auto 135px;
  padding: 14px 20px 35px;
  background: #fff;
  border: 20px solid #fbf5f7;
}
#herb_peeling .about-box-ttl {
  display: flex;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #8b1946;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #herb_peeling .about-box-ttl {
    font-size: 1.6rem;
  }
}
#herb_peeling .about-box-ttl::before, #herb_peeling .about-box-ttl::after {
  content: "";
  width: 340px;
  height: 1px;
  background: #8b1946;
}
#herb_peeling .about-box-ttl::before {
  margin-right: 20px;
}
#herb_peeling .about-box-ttl::after {
  margin-left: 20px;
}
#herb_peeling .about-box-txt {
  margin: 20px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #herb_peeling .about-box-txt {
    font-size: 1.6rem;
  }
}
#herb_peeling .rose {
  display: flex;
  margin: 90px auto 0;
  justify-content: space-between;
}
#herb_peeling .rose-contents {
  max-width: 715px;
}
#herb_peeling .rose-ttl {
  font-size: 2.2rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0.2em;
  color: #8b1946;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #herb_peeling .rose-ttl {
    font-size: 1.6rem;
  }
}
#herb_peeling .rose-txt-box {
  margin-top: 28px;
}
#herb_peeling .rose-txt-note {
  padding-left: 18px;
  position: relative;
}
#herb_peeling .rose-txt-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#herb_peeling .com-about .about-ttl-sub {
  margin-top: 25px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #herb_peeling .com-about .about-ttl-sub {
    font-size: 1.6rem;
  }
}
#herb_peeling .com-about .about-txt {
  margin-top: 20px;
}

/*  mugwort_steamed  PC
------------------------------------ */
#mugwort_steamed .feature-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mugwort_steamed .feature-list-item {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#mugwort_steamed .feature-list-txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
#mugwort_steamed .add01-ttl {
  line-height: 1.4;
}
#mugwort_steamed .add01-ttl span {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #mugwort_steamed .add01-ttl span {
    font-size: 1.6rem;
  }
}
#mugwort_steamed .add01-txt {
  line-height: 2;
}
#mugwort_steamed .add01-flx-ttl {
  margin: 77px auto 0;
  text-align: center;
}
#mugwort_steamed .add01-list li {
  padding-left: 26px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mugwort_steamed .add01-list li {
    font-size: 1.6rem;
  }
}
#mugwort_steamed .add01-list li::before {
  content: "●";
  color: #8b1946;
  position: absolute;
  left: 0;
  top: 0;
}
#mugwort_steamed .add01-checks {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #mugwort_steamed .add01-checks .add01-checks-item {
    width: 50%;
  }
}
#mugwort_steamed .add01-checks-ttl {
  margin-top: 35px;
  font-size: 2.2rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #8b1946;
}
@media screen and (max-width: 768px) {
  #mugwort_steamed .add01-checks-ttl {
    font-size: 1.6rem;
  }
}
#mugwort_steamed .add01-checks-ttl-list {
  margin-top: 18px;
}

/*  menu_price  PC
------------------------------------ */
#menu_price .menu-txt {
  margin: 50px auto 0;
  text-align: center;
}
#menu_price .menu-list {
  margin: 50px auto 0;
}
#menu_price .menu-list-item {
  padding: 34px 20px;
  border: 10px solid rgba(139, 25, 70, 0.05);
}
#menu_price .menu-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#menu_price .menu-list-dl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu_price .menu-list-dl dt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #menu_price .menu-list-dl dt {
    font-size: 1.6rem;
  }
}
#menu_price .menu-list-dl dd {
  font-size: 1.8rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  color: #8b1946;
  letter-spacing: 0.2em;
  line-height: 2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #menu_price .menu-list-dl dd {
    font-size: 1.6rem;
  }
}
#menu_price .menu-list-txt {
  margin: 12px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #menu_price .menu-list-txt {
    font-size: 1.6rem;
  }
}

/*  news  PC
------------------------------------ */
#news .com-ttl02 {
  padding-bottom: 5px;
  line-height: 2;
}/*# sourceMappingURL=all.css.map */