main {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #665138;

  background: linear-gradient(
      to bottom,
      #ffe4e8 0%,
      #ffe1e5 75%,
      #b0d7f0 100%
    );

  min-height: 100vh;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  main {
    font-family: inherit;
    background: linear-gradient(
      to bottom,
      #ffe4e8 0%,
      #ffe1e5 50%,
      #b0d7f0 100%
    );
  }
}

.orange {
    color: #ff6a14;
}

.sec__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 343px;
    height: 63px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.006em;
    color: #fff;
    background-color: #FF6A14;
    margin: 0 auto;
}
.pc_only {
    display: block !important;
}
.sp_only {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
    .sp_only {
        display: block !important;
    }
    .sec_title {
        font-size: 16px;
    }
    .title {
        height: 44px;
        margin: 0 auto 30px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 370px) {
    main {
        margin-top: 60px;
    }
}

/* mv 全体 */
.mv {
    margin: 0;
    padding: 0;
}

.mv .inner {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.mv img {
    width: 100%;
    height: auto;
    display: block;
}

.original {
    padding: 0 70px;
}
.original .inner {
    position: relative;
    max-width: 662px;
    margin: 0 auto 80px;
    background-color: #fff;
    min-height: 226px;
}
.original .txt_box {
    padding: 37px 37px 28px;
}
.original .txt_box p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.original .txt_box ul {
    margin-bottom: 10px;
}
.original .txt_box li {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.original .txt_box p.--main {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #FF6A14;
    margin-bottom: 3px;
}
.original .txt_box img {
    position: absolute;
    top: -36px;
    left: -44px;
}

.original .img_box {
    position: absolute;
    top: -60px;
    right: -80px;
    width: 350px;
    height: 350px;
}
.original .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.txt_mother_farther {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
    .original {
        padding: 0 20px;
    }
    .original .inner {
        padding: 44px 28px 136px;
        margin: 0 auto 185px;
        min-height: 391px;
    }
    .original .txt_box {
        padding: 0;
    }
    .original .txt_box img {
        position: absolute;
        top: -38px;
        left: 25px;
    }
    .original .txt_box p.--main {
        margin-bottom: 10px;
    }
    .original .img_box {
        inset: auto 0 -160px 0;
        margin: auto;
        width: 300px;
        height: 300px;
    }
    .txt_mother_farther {
        font-size: 20px;
        margin-bottom: 70px;
    }
}

.thanks {
    padding: 0 20px;
}
.thanks .inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto 15px;
    padding: 40px 60px 30px;
    border: 3px solid #FF6A14;
}
.thanks .inner p {
    font-size: 31px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.26em;
    color: #777;
}
.thanks .ttl {
    position: absolute;
    inset: -38px 0 auto 0;
    margin: auto;
    width: fit-content;
    padding: 5px 70px;
    letter-spacing: 0.16em;
    background-color: #FFE3E7;
}
.thanks .ttl p {
    position: relative;
}
.thanks .ttl p::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -50px;
    margin: auto;
    width: 41px;
    height: 1px;
    background-color: #777;
    transform: rotate(60deg) scaleY(2.6);
}
.thanks .ttl p::after {
    content: "";
    position: absolute;
    inset: 0 -40px 0 auto;
    margin: auto;
    width: 41px;
    height: 1px;
    background-color: #777;
    transform: rotate(-60deg) scaleY(2.6);
}

.thanks .--small {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 80px;
    color: #777;
}

.thanks .--small::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #ccc;
    margin: 12px auto 0;
}

@media screen and (max-width: 768px) {
    .thanks .inner {
        margin: 0 auto 18px;
        padding: 25px 30px 22px;
    }
    .thanks .inner p {
        font-size: 20px;
    }
    .thanks .inner .ttl {
        inset: -32px 0 auto 0;
        padding: 5px 30px;
    }
    .thanks .inner .ttl p {
        font-size: 24px;
        text-indent: 0.26em;
    }
    .thanks .ttl p::before {
        inset: 0 auto 0 -30px;
        width: 32px;
    }
    .thanks .ttl p::after {
        inset: 0 -32px 0 auto;
        width: 32px;
    }
    .thanks .--small {
        font-size: 14px;
        margin-bottom: 204px;
    }
}

.relax {
    position: relative;
    margin-bottom: 80px;
}
.relax__txt {
    position: absolute;
    inset: 0 auto 0 14vw;
    margin: auto;
    width: fit-content;
    height: fit-content;
}
.relax__txt p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
}
.relax__txt p.--strong {
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #FF6A14;
    margin-bottom: 18px;
}
.relax__img {
    width: 100%;
}
.relax__img img {
    width: 100%;
}
@media screen and (max-width:768px) {
    .relax {
        margin-bottom: 70px;
    }
    .relax__txt {
        inset: -120px auto auto 0;
        padding: 30px 40px 40px 20px;
        background-color: #fff;
    }
    .relax__txt p {
        font-size: 14px;
    }
    .relax__txt p.--strong {
        font-size: 20px;
        margin-bottom: 10px; 
    }
    .relax__img img {
        position: relative;
        top: 170px;
        display: block;
        width: 82%;
        max-width: 320px;
        margin-left: auto;
        z-index: 1;
    }
}

.item__heading {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 40px;
}

.item__heading span {
    font-size: 14px;
    display: block;
}

.item__heading--top {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.12em;
    position: relative;
    padding: 40px 0 30px;
}

.item__heading--top::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    margin: 20px auto 0;
}

.item__heading--top span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #999;
    letter-spacing: 0.2em;
}

.item__heading--bottom span {
    margin-top: 8px;
}

.item__ttl {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
}

.item__ttl span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .item__ttl {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
  }
}

.item {
    padding: 0 20px;
    margin-bottom: 80px;
}
.item:last-of-type {
    margin-bottom: 120px;
}
.item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

.item ul li {
    width: 48%;
}

.item ul li a img {
    transition: filter 0.3s ease;
}

.item ul li a:hover img {
    filter: brightness(0.9);
}

.item ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 5px;
}
.item ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.item__btn {
    display: block;
    text-align: center;
    padding: 12px 0;
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #665158;
    border: 1px solid #665158;
    background-color: #fff;
    transition: 0.3s;
}

.item__btn:hover {
    background-color: #665158;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .item {
        margin-bottom: 20px;
    }
    .item__heading {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .item__heading--top {
    padding: 120px 20px 0;
    margin: 0 auto 30px;
}
	
    .item__heading--bottom {
        padding: 0 20px;
        margin: 0 auto 21px;
    }
	
    .item ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .item:last-of-type {
        margin-bottom: 40px;
    }
}

.attention {
    padding: 1px 20px;
    background-color: #fff;
    margin: 50px 0;
}

.attention__ttl {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.attention__border {
    max-width: 816px;
    border: 1px solid #000;
    padding: 20px;
    margin: 0 auto 30px;
}
.attention__txt {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.1;
}
.attention__border .attention__txt:first-of-type {
    text-align: center;
    margin-bottom: 15px;
}
.attention__border .attention__txt:last-of-type {
    max-width: 650px;
    line-height: 1.5;
    margin: 0 auto;
}
.attention__txt.--bottom {
    max-width: 816px;
    margin: 0 auto 50px;
}
.attention__txt a {
    text-decoration: underline;
}

.attention span {
  color: red;
}

.lp-btn-wrap {
  text-align: center;
  margin: 40px 0 60px;
}

.lp-btn-detail {
  display: inline-block;
  padding: 16px 40px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #fff;
  background-color: #ff5a1f;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 220px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.lp-btn-detail:hover {
  background-color: #e65c2e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.lp-notice-box {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px 24px;
  border: 2px solid #ddd;
  border-left: 6px solid #333;
  background: #fafafa;
  box-sizing: border-box;
}

/* テキスト */
.lp-notice-text {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
}

/* SP */
@media screen and (max-width: 768px) {
  .lp-notice-box {
    margin: 150px 15px 30px;
    padding: 16px;
  }

  .lp-notice-text {
    font-size: 14px;
  }
}

/* =====================
   SP調整
===================== */
@media screen and (max-width: 768px) {
  .lp-btn-wrap {
    margin: 0px 0px 50px;
    padding: 0 15px;
    text-align: center;
  }

  .lp-btn-detail {
    width: 100%;
    display: block;
    max-width: 320px;
    padding: 16px 20px;
    font-size: 14px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
    .attention__txt {
        line-height: 1.9;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 70px;
    }
    .attention__border {
        padding: 15px 10px;
        margin: 0 auto 20px;
    }
    .attention__border .attention__txt:first-of-type {
        margin-bottom: 10px;
  }
}

.bnr-area {
  background-color: #fff;
  padding: 0px 20px;
}

.bnr-area__ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}

.bnr {
  display: block;
  max-width: 666px;
  margin: 0 auto 46px;
  transition: opacity 0.3s;
}

.bnr:hover {
  opacity: 0.6;
}
.bnr:last-of-type {
  margin-bottom: 120px;
}
.bnr img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bnr-area {
    margin-bottom: 40px;
  }
	
  .bnr-area__ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
	
  .bnr {
	padding: 0 20px;
	margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .l-container {
	padding: 0 20px;
  }
}
