/*--------------------------------
Page 共通
--------------------------------*/
html {
  font-size: 16px;
  font-weight: 600
}

body {
  background: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #333;
}

img {
  vertical-align: middle;
}

header {
  width: 100%;
  height: 3.5rem;
  position: fixed;
  z-index: 99;
  transition: ease-in-out 0.3s;
  will-change: transform;
}

header .container {
  background: rgba(0, 0, 0, 0.8);
}

main {
  width: 100%;
}

footer {
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%),
    url("../img/bg-06.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 2rem 0.5rem;
  color: #feedb5;
}

footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

footer li {
  padding: 0.5rem;
}

.copyright {
  width: 100%;
  padding-top: 2rem;
  text-align: center;
}

.logo-area {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.logo-area a {
  text-decoration: none;
  color: #f7ef9d;
  font-size: 0.875rem;
  line-height: 1;
}

.logo-area p {
  font-size: 1rem;
}

.mail-line {
  position: fixed;
  top: 0.25rem;
  right: 1.5rem;
  width: 20%;
}

.mail-line ul {
  display: flex;
  justify-content: space-between;
}

.head-line a,
.head-mail a {
  color: #fff;
  font-size: 2rem;
}

.btn a {
  display: block;
  border-radius: 2rem;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(to right, #ee7755 0%, #e72f51 60%, #e72f51 100%);
  box-shadow: 0px 5px 10px -5px #000;
  text-decoration: none;
  text-align: center;
}

.btn a.more {
  padding: 1rem;
  margin-top: 2rem;
}

.btn a.more:hover {
  background: #f7ef9d;
}

.more-n-n {
  width: 70%;
  margin: 0 auto;
}

#nav-toggle {
  position: fixed;
  top: 0.875rem;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

#nav-toggle>div {
  position: relative;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #ffffff;
  position: absolute;
  transition: ease-in-out 0.35s;
}

#nav-toggle span:nth-child(1) {
  top: 0.125rem;
}

#nav-toggle span:nth-child(2) {
  top: 0.75rem;
}

#nav-toggle span:nth-child(3) {
  top: 1.375rem;
}

.open #nav-toggle span:nth-child(1) {
  top: 0.75rem;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 0.75rem;
  transform: rotate(-45deg);
}

#nav {
  display: none;
  padding: 0 0 2rem;
}

#nav li {
  text-align: center;
  padding: 1rem 0;
}

#nav li a {
  text-decoration: none;
  color: #ffffff;
  /* border-bottom: 0.5px solid #ffffff52; */
}

#nav .btn a {
  width: 50%;
  padding: 1rem 0;
  margin: 0 auto;
  color: #fff;
}

.container {
  width: 100%;
  /* padding: 0 1rem; */
}

.text-bold {
  font-size: 1.25rem;
  font-weight: 600;
}

.totop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  z-index: 98;
}

.top-space {
  padding-top: 3rem !important;
}

/*--------------------------------
top
--------------------------------*/
.top-contents {
  width: 100%;
  text-align: center;
  padding: 3.5rem 0 3rem;
  background: url("../img/bg-01.webp");
  background-size: cover;
  background-position: 30% bottom;
  background-repeat: no-repeat;
  position: relative;
}

.top-contents p {
  padding: 1.5rem 0;
}

.top-contents img {
  width: 100%;
}

.main-image {
  /* padding: 0 1rem; */
  padding: 3rem 1rem 0;
}

.price-image {
  padding: 0 1rem;
}

.top-contents .btn a {
  position: absolute;
  bottom: -1.75rem;
  right: 0;
  left: 0;
  width: 15rem;
  padding: 1rem 0;
  margin: 0 auto;
}

.top-contents .btn a i {
  padding: 0 0.5rem;
}

/*--------------------------------
section1
--------------------------------*/
#section1 {
  width: 100%;
  padding: 4rem 0.5rem 2rem;
}

#section1 h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/*--------------------------------
section2
--------------------------------*/
#section2 {
  width: 100%;
  background: url("../img/bg-02.webp");
  background-size: cover;
  background-position: 20% bottom;
  background-repeat: no-repeat;
  padding: 2rem 0.5rem;
}

#section2 h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#section2 p {
  font-weight: 600;
  margin-bottom: 1rem;
}

#section2 img {
  width: 100%;
}

#section2 .btn a {
  width: 15rem;
  padding: 1rem 0;
  margin: 2rem auto;
}

#section2 .btn a i {
  padding: 0 0.5rem;
}

#section2 .syokai {
  font-size: 0.75rem;
  text-align: center;
}

/*--------------------------------
section3
--------------------------------*/
#section3 {
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%),
    url("../img/bg-03.webp");
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  padding: 2rem 0.5rem;
}

#section3 h2 {
  color: #feedb5;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#section3 p {
  color: #fff;
  line-height: 1.6;
}

#section3 p:last-child {
  margin-top: 1rem;
}

#section3 .text-bold {
  color: #b19332;
}

/*--------------------------------
section4
--------------------------------*/
#section4 {
  width: 100%;
  padding: 2rem 0.5rem;
}

#section4 img {
  width: 100%;
}

#section4 p {
  margin-top: 1rem;
}

#section4 .text-bold {
  color: #e50e47;
}

/*--------------------------------
section5
--------------------------------*/
#section5 {
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%),
    url("../img/bg-04.webp");
  background-size: cover;
  background-position: 25% center;
  background-repeat: no-repeat;
  padding: 2rem 0.5rem;
  color: #fff;
}

#section5 h2 {
  color: #feedb5;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.merit-list {
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 0;
}

.merit-list span {
  display: block;
  background: linear-gradient(to bottom right, #feedb5 0%, #b19332 60%, #b19332 100%);
  border-radius: 50%;
  padding: 0.5rem;
  margin-right: 0.25rem;
}

.merit-list p {
  margin-top: -0.25rem;
}

/*--------------------------------
section6
--------------------------------*/
#section6 {
  width: 100%;
  padding: 2rem 0;
}

#section6 .container {
  padding: 0 1.5rem;
}

#section6 h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#section6 p {
  margin-top: 1rem;
}

#section6 .btn a {
  width: 15rem;
  padding: 1rem 0;
  margin: 2rem auto;
}

#section6 .btn a i {
  padding: 0 0.5rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  padding: 0.5rem 0;
  margin: 1rem 0 0;
}

.swiper-container img {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  background: #fff;
}

/*--------------------------------
section7
--------------------------------*/
#section7 {
  width: 100%;
}

#section7 .container {
  padding: 0 1.5rem;
}

#section7 h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#section7 img {
  width: 100%;
}

#section7 .container p {
  padding: 2rem 0;
}

#section7 .text-bold {
  font-size: 1rem;
  color: #e50e47;
}

#section7 .btn a {
  width: 15rem;
  padding: 1rem 0;
  margin: 2rem auto;
}

#section7 .btn a i {
  padding: 0 0.5rem;
}

/*--------------------------------
section8
--------------------------------*/
#section8 {
  width: 100%;
  padding: 0 0.5rem 2rem;
}

/* #section8 h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
} */
#section8 img {
  width: 100%;
  padding: 0.5rem;
  margin: 1rem 0;
  background: #f2f2f2;
}

.plan-list {
  margin-bottom: 1.25rem;
}

.plan-list h3 {
  font-size: 1rem;
  color: #fff;
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, #b19332 0%, #feedb5 100%);
}



.plan-list.premium h3 {
  font-size: 1rem;
  color: #fff;
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, #848484 0%, #c3c3c3 100%);
}



.bg1 {
  background: rgba(247, 239, 157, 0.8);
}

.bg2 {
  background: #f7ef9d;
}



.bg2.premium {
  background: #b7b7b7;
  color: #fff;
}




.bg3 {
  background: #f7e8cb;
}

.plan-inner {
  padding: 1rem;
}

.plan-inner p {
  margin: 0.5rem 1;
}

/* .premium  .plan-inner {
  text-shadow: 0 0 0px black;
  filter: drop-shadow(1px 1px 1px black);
} */

.price {
  font-weight: 600;
}

.price span {
  color: #e50e47;
  font-size: 1.3rem;
  padding-left: 12%;
}

.price sub {
  color: #e50e47;
  font-size: 1rem;
}

.service-list {
  padding: 1rem;
  background: #fff;
}

.service-list li {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}

.service-list span {
  background: #b19332;
  color: #fff;
  font-size: 0.5rem;
  padding: 0.125rem 0.5rem;
  border-radius: 2rem;
  margin-left: 0.5rem;
}

.premium .service-list {
  color: #333;
}

.premium .price {
  color:
}

/*--------------------------------
section9
--------------------------------*/
#section9 {
  width: 100%;
  padding: 2rem 0.5rem;
}

#section9 h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#section9 h3 {
  color: #b19332;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  padding: 2rem 0 0.5rem;
  border-bottom: 2px solid #b19332;
  margin-bottom: 1.5rem;
}

.sample-box {
  width: 100%;
  /*background: #f2f2f2;*/
  margin-top: 1rem;
  box-shadow: 0 2px 4px -1px #666;
}

.sample-box img {
  width: 100%;
  box-shadow: 0 2px 4px -1px #666;
}

.sample-box p {
  padding: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-icon {
  background: #F36AB5;
  border-radius: 0.25rem;
  color: white;
  padding: 0.25rem;
  font-size: 0.75rem;
}



/*--------------------------------
FAQ
--------------------------------*/
#faq {
  width: 100%;
  padding: 2rem 0.5rem;
}

#faq .faq-box {
  width: 100%;
  margin: auto;
}

#faq h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#faq h2+p {
  padding: 1rem 0;
}

#faq dl dt {
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: baseline;
  font-size: 1.125rem;
  background: #fffeec;
}

#faq dl dt span {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  color: #e72f51;
}

#faq dl dd {
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: baseline;
}

#faq dl dd span {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  color: #30b4ff;
}

/*--------------------------------
section10(contact form)
--------------------------------*/
#section10 {
  width: 100%;
  padding: 2rem 0.5rem;
}

#section10 h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#section10 form {
  width: 100%;
  text-align: left;
}

#section10 form>div {
  padding: 0.5rem 0;
}

#section10 form input[type="text"],
#section10 form input[type="email"],
#section10 form input[type="phone"],
#section10 form textarea {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  font-size: 1rem;
}

#section10 form input[type="text"]:focus,
#section10 form input[type="email"]:focus,
#section10 form input[type="phone"]:focus,
#section10 form textarea:focus {
  outline: 0;
  box-shadow: 0 0 5px 1px #ccc;
}

#section10 form span {
  background: #b19332;
  color: #fff;
  font-size: 0.5rem;
  padding: 0.125rem 0.5rem;
  border-radius: 2rem;
  margin-left: 0.5rem;
}

.radio-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.radio-wrap {
  display: flex;
}

.radio-box input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  margin: 0;
}

.radio-box input[type="radio"]+label {
  padding-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.radio-box input[type="radio"]+label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
}

.radio-box input[type="radio"]:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #333;
  border-radius: 50%;
}

.check-box {
  width: 100%;
}

.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.check-box input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  margin: 0;
}

.req-span {
  display: flex;
  align-items: center;
}

.check-box input[type="checkbox"]+label {
  padding-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.check-box input[type="checkbox"]+label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  border: 1px solid #333;
}

.check-box input[type="checkbox"]:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.25rem;
  left: 0.25rem;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}

.send-btn p {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.send-btn a {
  color: #333;
}

#section10 form button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  border-radius: 2rem;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(to right, #ee7755 0%, #e72f51 60%, #e72f51 100%);
  box-shadow: 0px 5px 10px -5px #000;
  text-align: center;
  border: 0;
  width: 15rem;
  padding: 1rem 0;
  margin: 0 auto;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
}

.tel-area {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}

.tel-area p {
  display: inline-block;
  text-align: left;
  font-size: 0.875rem;
}

.tel-link {
  width: 15rem;
  padding: 0.25rem;
  margin: 0 auto;
  border-radius: 2rem;
  background: linear-gradient(to right, #feedb5 0%, #b19332 60%, #b19332 100%)
}

.tel-link a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border-radius: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.5rem 0;
  color: #333;
}

#section10 form>div>label.error {
  font-weight: 600;
  color: #e50e47;
  font-size: 0.875rem;
}

input,
button,
textarea {
  font-family: inherit;
}

/*--------------------------------
Other
--------------------------------*/
.line-effect {
  position: relative;
}

.line-effect:before {
  content: "";
  width: 0;
  height: 0.25rem;
  background: #b19332;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.8s;
}

.line-effect.effect:before {
  width: 100%;
}

.scaleup {
  transform: scale(0);
  transition: 0.8s;
}

.scaleup.zoomup {
  transform: scale(1);
}

.foot-r li a {
  text-decoration: none;
  color: #feedb5;
}

.privacy-wrap {
  padding: 5rem 0.5rem 2rem;
}

.privacy-wrap p {
  padding: 1rem 0 0;
}

.privacy-wrap h2+p {
  padding: 0;
}

.privacy-wrap p span {
  font-weight: 600;
}

.column-area .col-upper {
  padding: 0.2rem 0;
  border-bottom: 1px solid #305081;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.col-upper h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.col-upper h2 span {
  font-size: 1rem;
}

.col-upper>.badge {
  background: #47a2d7;
  color: #fff;
  border: 1px solid #47a2d7;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}

.col-upper>.badge:hover {
  background: #fff;
  color: #47a2d7;
}

.column-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.column-area li {
  width: 49%;
  margin-bottom: 1rem;
}

.column-area li a {
  display: flex;
  flex-direction: column;
}

.column-area ul~.text-center {
  padding-bottom: 2rem;
}

.column-area ul~.text-center>.badge {
  background: #47a2d7;
  color: #fff;
  border: 1px solid #47a2d7;
}

.column-area ul~.text-center>.badge:hover {
  background: #fff;
  color: #47a2d7;
}

.column-area .thumb-area {
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;
  padding: 5rem;
  transition: ease-in .3s;
}

.column-area a:hover .thumb-area {
  background-size: 140%;
}

.column-area .col-category {
  color: #fff;
  padding: 0.2rem 0;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.column-area a {
  color: inherit;
  text-decoration: none;
}

.column-area .col-title {
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0.25rem 0 0.5rem;
}

.column-area .col-text {
  width: 100%;
  height: 2.5rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.75rem;
}

.column-area small {
  font-size: 12px;
}

.col-category .カテゴリ1 {
  background: #b8be3b;
}

.col-category .カテゴリ2 {
  background: #48b3cb;
}

.col-category .カテゴリ3 {
  background: #ff9898;
}

/*--------------------------------
SP表示
--------------------------------*/
.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 801px) {
  header {
    height: 4.375rem;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
  }

  header>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: transparent
  }

  .logo-area {
    display: none;
  }

  /* .btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f7ef9d;
    border-radius: 2rem;
    opacity: 0;
    transition: 0.3s ease-in-out;
  } */
  .btn a:hover {
    background-image: transparent;
  }

  .btn a:hover:after {
    opacity: 1;
  }

  #nav-toggle {
    display: none;
  }

  .head-line,
  .head-mail {
    display: none;
  }

  #nav {
    display: block !important;
    width: 100%;
    padding: 0;
  }

  #nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #nav li {
    padding: 0 0.5rem;
  }

  #nav li a {
    transition: 0.3s ease-in-out;
  }

  #nav li a:hover {
    opacity: 0.5;
  }

  #nav li h1 {
    line-height: 1;
    font-weight: 400;
  }

  #nav li h1 a:hover {
    opacity: 1;
  }

  #nav .btn a {
    display: block;
    width: auto;
    margin: inherit;
    position: relative;
    color: #fff;
    padding: 0.75rem 2rem;
    z-index: 0;
    transition: 0.3s ease-in-out;
  }

  /*--------------------------------
  PC top
  --------------------------------*/
  .top-contents {
    padding: 9% 0 4.5%;
  }

  .pc-main-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .top-contents p {
    padding: 0;
    font-weight: 600;
  }

  .price-image {
    padding: 1rem 0;
  }

  .top-contents .btn a {
    display: block;
    width: 20rem;
    position: relative;
    bottom: inherit;
    color: #fff;
    z-index: 0;
    transition: 0.3s ease-in-out;
  }

  .top-contents .btn a i {
    padding: 0 0.5rem;
  }

  /*--------------------------------
  PC section1
  --------------------------------*/
  #section1 {
    padding: 4rem 0;
  }

  /*--------------------------------
  PC section2
  --------------------------------*/
  #section2 {
    padding: 4rem 0;
  }

  #section2 .syokai {
    text-align: left;
  }

  .sec2-pc-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #section2 p {
    margin: 2rem 0;
  }

  #section2 .btn a {
    display: block;
    width: 20rem;
    position: relative;
    color: #fff;
    z-index: 0;
    transition: 0.3s ease-in-out;
  }

  /*--------------------------------
  PC section3
  --------------------------------*/
  #section3 {
    padding: 4rem 0;
  }

  /*--------------------------------
  PC section4
  --------------------------------*/
  #section4 {
    padding: 4rem 0;
  }

  .merit-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .merit-wrap h2 {
    width: 55%;
    text-align: left;
  }

  .merit-list {
    width: 55%;
    text-align: left;
  }

  /*--------------------------------
  PC section5
  --------------------------------*/
  #section5 {
    padding: 4rem 0;
  }

  /*--------------------------------
  PC section6
  --------------------------------*/
  #section6 {
    padding: 4rem 0;
  }

  #section6 .container {
    padding: 0;
  }

  #section6 .btn a {
    display: block;
    width: 20rem;
    position: relative;
    color: #fff;
    z-index: 0;
    transition: 0.3s ease-in-out;
  }

  /*--------------------------------
  PC section7
  --------------------------------*/
  #section7 {
    padding: 4rem 0 0;
  }

  #section7 .container {
    padding: 0;
  }

  #section7 .container p {
    padding: 2rem 0 4rem;
  }

  #section7 .pc {
    margin-bottom: 2rem;
  }

  #section7 .btn a {
    display: block;
    width: 20rem;
    position: relative;
    color: #fff;
    z-index: 0;
    transition: 0.3s ease-in-out;
  }

  /*--------------------------------
  PC section8
  --------------------------------*/

  .flex-plan {
    display: flex;
    justify-content: space-between;
  }

  .plan-list {
    width: 24%;
    margin-bottom: 0;
  }

  .pc-inner-price {
    height: 179px;
  }

  .pc-inner-price p {
    font-size: 0.9rem
  }

  .service-list {
    height: 332px;
  }

  /*--------------------------------
  PC section9
  --------------------------------*/
  #section9 {
    padding: 4rem 0;
  }

  .flex-sample {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .sample-box {
    width: 32%;
    height: 100%;
  }

  .image-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background: #000;*/
  }

  .sample-box img {
    width: 100%;
    transition: 0.2s linear;
    will-change: transform;
  }

  .sample-box img:hover {
    opacity: 0.5;
    transform: scale(1.1);
  }

  /*--------------------------------
  PC FAQ
  --------------------------------*/
  #faq dl dt {
    font-size: 1.5rem;
  }

  #faq dl dt span {
    font-size: 2rem;
  }

  #faq dl dd {
    font-size: 1.125rem;
  }

  #faq dl dd span {
    font-size: 2rem;
  }

  /*--------------------------------
  PC section10
  --------------------------------*/
  #section10 {
    padding: 4rem 0;
  }

  #section10 h2,
  #section10 h2+p {
    text-align: center;
  }

  #section10 form {
    width: 80%;
    margin: 0 auto;
  }

  #section10 form>div {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1rem 0;
  }

  #section10 form input[type="text"],
  #section10 form input[type="email"],
  #section10 form input[type="phone"],
  #section10 form textarea {
    width: 60%;
  }

  #section10 form>div>label {
    width: 40%;
    font-weight: 600;
  }

  .radio-box p,
  .check-box p {
    width: 40%;
    font-weight: 600;
  }

  .radio-wrap {
    width: 60%;
    display: flex;
  }

  .radio-wrap div {
    width: 50%;
  }

  .box-wrap {
    width: 60%;
  }

  .box-wrap div {
    width: 50%;
    padding: 0 0 0.5rem;
  }

  .send-btn p {
    width: 100%;
    text-align: center;
  }

  .tel-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tel-link {
    margin: 0;
  }

  #section10 form>div>label.error {
    width: 100%;
    font-size: 1rem;
    padding-left: 40%;
  }

  #section10 form button[type="submit"] {
    width: 60%
  }

  #section10 form button[type="submit"]:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f7ef9d;
    border-radius: 2rem;
    transition: 0.3s ease-in-out;
  }

  #section10 form button[type="submit"]:hover {
    background: transparent;
  }

  #section10 form button[type="submit"]:hover:after {
    opacity: 1;
  }

  /*--------------------------------
  PC footer
  --------------------------------*/
  footer {
    padding: 2rem 0;
  }

  footer .container {
    justify-content: center;
  }

  .foot-l {
    width: 35%;
  }

  .foot-r {
    width: 65%;
  }

  .foot-l ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .foot-r ul {
    display: flex;
    flex-wrap: wrap;
  }

  .foot-r li {
    width: 33%;
  }

  /*--------------------------------
  PC Other
  --------------------------------*/
  .privacy-wrap {
    padding: 7.5rem 0.5rem 4.5rem;
  }

  .column-area li {
    width: 24%;
  }

  /*--------------------------------
  PC表示
  --------------------------------*/
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .pc.inline {
    display: inline-block;
  }

  .loading img {
    margin: auto;
  }

  .line-main03 {
    background: #fff8f6;
    padding-bottom: 2rem;
    border-radius: 1rem;
    width: 80%;
    margin: 2rem auto;
  }

  .line-main03 ul,
  .line-main02 ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .line-main02 li {
    width: 40%;
  }

  .line-main03 li {
    width: 25%;
  }

  .line-main01 img {
    border-radius: 15rem;
  }

  .line-official-n>ul>li:nth-of-type(2) {
    text-align: center;
    color: #fff;
  }

}

@media screen and (min-width: 1000px) {
  .container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.loading img {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 70% auto;
}


@media screen and (min-width:801px) {

  .seisakujirei-n {
    width: 1000px;
    margin: 0 auto;
    padding: 1rem 0;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInUp;
  }


  .loading img {
    width: 20%;
    margin: auto;
  }

  .pr-content {
    width: 1000px;
    margin: 0 auto;
  }

  .pr-content ul {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0 1rem;
  }

  .pr-content li {
    width: 336px;
    padding: 1rem;
  }

  .pr-content img {
    width: 100%;
    padding: 0.5rem;
    /* margin: 1rem 0; */
    background: #47a2d766;
  }

  .tsu-han01-sp {
    display: none;
  }
}

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

  .pr-content ul {
    text-align: center;
  }

  .pr-content li {
    padding: 0 1rem;
  }

  .pr-content img {
    width: 100%;
    padding: 0.5rem;
    margin: 1rem 0;
    background: #47a2d766;
  }

  .tsu-han01 {
    display: none;
  }

  .line-main03 {
    border-radius: 1rem;
    padding: 1rem;
  }

  .line-official-n {
    background: #02b801;
    padding-bottom: 1rem;
  }

  .line-official-n img {
    width: 100%;
  }

}



.container h2 {
  color: #b19332;
  font-size: 1.25rem;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.new-template-n {
  width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: fadeInUp;
}

.main01-n {
  border: 2px solid #b19332;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.85) 50%), url(../img/content-back.webp);
  background-size: cover;
}

/* .main01-n::before {
  content: "";
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.2) 90%), url(../img/content-back.webp);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: -1; */




.main01-h3 {
  padding: 0rem 0 0.5rem 0;
}

.main01-h3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main01-h3 li {
  padding: 2rem 0 0.5rem 0;
}

.main01-h3 h3 {
  font-size: 2rem;
  text-align: center;
  background: #fff;
  /* background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: example 8s linear infinite;
}

@keyframes example {
  to {
    background-position-x: 200%;
  }
}

.main01-h3 p {
  background: #F36AB5;
  border-radius: 0.25rem;
  color: white;
  padding: 0.25rem;
  font-size: 0.75rem;
}

.main01-titlle {
  text-align: center;
  padding-bottom: 1rem;
  color: #fff;
}

.main01-left-p {
  padding-bottom: 1rem;
}

.main01-left-p ul {
  display: flex;
  justify-content: space-evenly;
  color: #fff;
}

.main01-n ul {
  padding: 0 3rem;
}

.main01-n li img {
  width: 25% padding:0
}

.main-price-p {
  padding: 0.5rem;
  margin: 1rem 0;
  background: #47a2d738;
  width: 100%;
}

.main01-price-p ul {
  display: flex;
  justify-content: space-evenly;
  background: rgba(255, 255, 255, 0.7);
}

.main01-price-p span {
  padding: 0;
  color: #e50e47;
  font-size: 2rem;
}

.main01-under-p {
  padding: 1rem 0 1rem 0;
}

.main01-under-p ul {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  color: #fff;
}

.main01-under-p span {
  color: #e50e47;
  font-size: 2rem;
}

.btn-newtemplate {
  padding-bottom: 2rem;
}

.btn-newtemplate a {
  display: block;
  width: 20rem;
  position: relative;
  color: #fff;
  z-index: 0;
  transition: 0.3s ease-in-out;
  display: block;
  border-radius: 2rem;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(to right, #ee7755 0%, #e72f51 60%, #e72f51 100%);
  box-shadow: 0px 5px 10px -5px #000;
  text-decoration: none;
  text-align: center;
  padding: 1rem 0;
  margin: 0 auto;
}

.btn-newtemplate::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f7ef9d;
  border-radius: 2rem;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.contents-ttl h2 {
  font-family: 'Libre Caslon Display', serif;
  padding: 0rem 0 1.5rem;
  text-align: center;
  border-bottom: 1px solid #0000004d;
  font-size: 2rem;
  position: relative;
  background: -webkit-linear-gradient(0deg, #cea359 30%, #d9bc45 50%, #cea359 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 100;
  filter: drop-shadow(0px 0px 1px white);

}

.contents-ttl h2:after {
  font-family: -apple-system, BlinkMacSystemFont, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  content: attr(data-item);
  font-size: 1rem;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #212121;
}

.main03-n,
.main02-n {
  border: 2px solid #b19332;
  background: linear-gradient(to top, rgb(255 255 255 / 85%) 30%, rgb(255 255 255 / 85%) 50%), url(../img/content-back02.webp);
  background-size: cover;
}

.main03-titlle,
.main02-titlle {
  text-align: center;
  padding-bottom: 1rem;
  color: #212121
}

.main03-h3,
.main02-h3 {
  padding: 1rem 0 0.5rem 0;
}

.main03-h3 ul,
.main02-h3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main03-h3 li,
.main02-h3 li {
  padding: 0rem 0 0.5rem 0;
}

.main03-h3 h3,
.main02-h3 h3 {
  font-size: 2rem;
  text-align: center;
  background: #fff;
  /* background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: example 8s linear infinite;
}

@keyframes example {
  to {
    background-position-x: 200%;
  }
}

.main03-h3 p,
.main02-h3 p {
  background: #F36AB5;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0.25rem;
  font-size: 0.75rem;
}

.main03-titlle,
.main02-titlle {
  text-align: center;
  padding-bottom: 1rem;
  color: #212121;
}

.main03-left-p,
.main02-left-p {
  padding-bottom: 1rem;
}

.main03-left-p ul,
.main02-left-p ul {
  display: flex;
  justify-content: space-evenly;
  color: #212121;
}

.main02-left-p>ul>li:nth-of-type(2) {
  text-align: center;
  margin-bottom: 1rem;
}

.main03-n ul,
.main02-n ul {
  padding: 0 3rem;
}

.main03-n li img,
.main02-n li img {
  width: 25% padding:0
}

.main-price-p {
  padding-top: 1rem;
  background: rgba(255, 255, 255, 0.7);
}

.main03-price-p ul,
.main02-price-p ul {
  display: flex;
  justify-content: space-evenly;
  background: rgb(207 207 207 / 70%);
}

.main03-price-p span,
.main02-price-p span {
  padding: 0;
  color: #e50e47;
  font-size: 2rem;
}

.main03-under-p,
.main02-under-p {
  padding: 1rem 0 1rem 0;
}

.main03-under-p ul,
.main02-under-p ul {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  color: #212121;
}

.main03-under-p span,
.main02-under-p span {
  color: #e50e47;
  font-size: 2rem;
}

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

  .seisakujirei-n {
    width: 360px;
    margin: 0 auto;
    padding: 1rem 0;
  }

  .new-template-n {
    width: 360px;
    margin: 0 auto;
    padding: 1rem 0;
  }

  .main02-n {
    background-position: right;
  }

  .main01-n {
    background-position: center;
  }

  .main01-h3 p {
    display: none;
  }

  .main01-n ul {
    padding: 0 1rem;
  }

  .main01-h3 li {
    padding: 1rem ​0 0.5rem;
  }

  .contents-ttl h2 {
    font-family: 'Libre Caslon Display', serif;
    padding: 0rem 0 1.5rem;
    text-align: center;
    border-bottom: 1px solid #0000004d;
    font-size: 1.5rem;
    position: relative;
    background: -webkit-linear-gradient(0deg, #cea359 30%, #d9bc45 50%, #cea359 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 100;
    filter: drop-shadow(0px 0px 1px white);
  }

  .main01-left-p ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .main01-left-p li {
    width: 100%;
  }

  .main01-under-p ul {
    text-align: center;
    flex-wrap: wrap;
  }

  .main01-under-p ul {
    text-align: left;
    flex-wrap: wrap;
  }

  .main01-under-p li {
    width: 100%;
  }

  .main02-h3 p {
    display: none;
  }

  .main02-n ul {
    padding: 0 1rem;
  }

  .main02-h3 li {
    padding: 1rem ​0 0.5rem;
  }

  .main02-left-p ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .main02-left-p li {
    width: 100%;
  }

  .main02-under-p ul {
    text-align: center;
    flex-wrap: wrap;
  }

  .main02-under-p ul {
    text-align: left;
    flex-wrap: wrap;
  }

  .main02-under-p li {
    width: 100%;
  }

  .line-main03 {
    margin-top: 2rem;
    background: #fff8f6;
    border-radius: 1rem;
    /* padding: 2rem; */
    width: 95%;
    margin: 2rem auto;
  }

  .line-official-n>ul>li:nth-of-type(1) {
    padding-top: 1rem;
  }

  .line-official-n>ul>li:nth-of-type(2) {
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
  }
}


.tsu-han {
  padding: 0 1rem;
}

.work-example-n {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.work-examplemain {
  margin-top: 2rem;
}

.contents2-ttl2 {
  font-family: 'Libre Caslon Display', serif;
  padding: 0rem 0 1.5rem;
  text-align: center;
  border-bottom: 1px solid #0000004d;
  font-size: 1.5rem;
  position: relative;
  background: -webkit-linear-gradient(0deg, #2a2a2a 30%, #b7b7b7 50%, #484848 70%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 100;
  filter: drop-shadow(0px 0px 1px white);
}

.line-main01 img {
  width: 100%;
  padding: 1rem 0;
}

.line-main02 img {
  width: 100%;
}

.line-main03 img {
  width: 100%;
  padding: 1rem 0
}

.line-main02 h4,
.line-main03 h4 {
  font-size: 1.5rem;
  font-weight: bold;
  /* border-bottom: solid 2px #454545; */
  margin-bottom: 0.5rem;
  text-align: center;
  padding-top: 1rem;
}

.h1-logo {
  width: 40%;
}

.h1-logo img {
  width: 100%;
  max-width: 150px;
}

.h1-logo-pc {
  width: 17%;
}

.h1-logo-pc img {
  width: 100%;
}

.line-official-n {
  background: #02b801;
  padding-bottom: 1rem;
}



/*******************************************************/
/*                  ロゴ一覧       
/*******************************************************/

.logo-wrap .image-bg {
  position: relative;
  padding-top: 100%;
  z-index: 0;
}

.logo-wrap .image-bg a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.logo-wrap .image-bg a img {
  height: 100%;
  padding: 0.5rem;
}

.sample-box.logo-wrap {
  box-shadow: 0 0 6px -1px #666;
}

/*******************************************************/
/*                 LINE友達追加バナー     
/*******************************************************/

.bnr-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: calc(1/2*100%);
  z-index: 0;
}

@media screen and (min-width:801px) {

  .bnr-wrap {
    /* padding-top: calc(120/770*100%); */

    padding-top: calc(85 / 770* 100%);
  }
}

.bnr-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bnr-img img {
  width: 100%;
}


.fixed-wrap {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}

.fixed-wrap .line-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}

.fixed-wrap .line-icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed-wrap .line-icon a img {
  width: 100%;
}

.fixed-wrap .totop {
  position: unset;
}

.bnr-wrap_before {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  /* text-align: center; */
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.bnr-text {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}