@charset "UTF-8";
@font-face {
  font-family: 'aozora rg';
  src: url('../font/AozoraMinchoRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'aozora md';
  src: url('../font/AozoraMinchoMedium.ttf') format('truetype');
}
@font-face {
  font-family: 'aozora bl';
  src: url('../font/AozoraMincho-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'aozora bk';
  src: url('../font/AozoraMinchoBlack.ttf') format('truetype');
}

html {
  font-size: 62.5%;
}
body {
  font-family: 'aozora bl', 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #352519;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inner {
  padding: 0 10px;
  max-width: 870px;
}
img {
  max-width: 100%;
  height: auto;
}
.sp-only{
  display: block;
}
.pc-only{
  display: none;
}
header {
  margin-bottom: 30px;
  position: relative;
}
section {
  margin-bottom: 60px;
}
h1 img {
  width: 100%;
}

.nav-item__language {
  font-size: 1.6rem;
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  line-height: 1.75;
}
.nav-item__language-list {
  transition: 0.3s ease-in-out;
}
.nav-item__language-list:hover {
  color: #352519;
}
.nav-item__language-list {
  position: relative;
}
.nav-item__language-list:first-of-type::before {
  position: absolute;
  content: "";
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('../images/check-square.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.nav-item__language-list:first-of-type:hover::before {
  background-image: url('../images/check-square-fill.svg');
}
.nav-item__language-list.active a {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-underline-offset: 4px;
}

/* parts */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  box-sizing:content-box;
  max-width: 550px;
  border-radius: 16px;
  margin: 0 auto;
  background: url( "../images/btn.png" ) no-repeat;
  background-size: cover;
  border: 6px solid #fff;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.38),0 0 22px rgba(0, 0, 0, 0.20);
  padding: 0.8rem 0;
  transition: .3s ease-in-out;
}
.btn .btn__image {
  width: 25%;
}
.btn .btn__text {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.78);
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.section-title .section-title__icon {
  width: 18%;
  max-width: 80px;
}
.section-title .section-title__icon:first-of-type {
  padding-right: 20px;
}
.section-title .section-title__icon:last-of-type {
  padding-left: 20px;
}
.section-text {
  margin-bottom: 20px;
}
.section-list {
  position: relative;
  background: rgba(255,255,255,.85);
  padding: 10px 5px;
  border-radius: 5px;
}
.section-list__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 27px;
  line-height: 1.5;
}
.section-list__item:last-of-type {
  margin-bottom: 0;
}
.section-list__item::before {
  content: "";
  position: absolute;
}
.section-list__item::after {
  content: "";
  position: absolute;
}

/* movie */
.takiko {
  max-width: 680px;
  margin: 0 auto;
}
.video {
  top:0;
  width: 100%;
  height: 100%;
  background: #000;/*背景を黒で表示*/
}

/* anxiety */
.anxiety {
  background: url("../images/bg-anxiety.png") top center / cover no-repeat;
  margin-bottom: 25px;
  padding: 40px 25px 90px;
}
.anxiety .inner {
  padding-bottom: 40px;
}
.anxiety .section-title {
  color: #fff;
  filter: drop-shadow(2px 2px 1px rgba(45,45,45,0.22));
}
.anxiety .section-list {
  font-size: 1.4rem;
}
.anxiety .section-list__item::before {
  width: 8px;
  height: 18px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(40deg);
  border-right: 1px solid #cc006f;
  border-bottom: 1px solid #cc006f;
}
.anxiety .section-list__item:first-of-type::before,
.anxiety .section-list__item:nth-of-type(2)::before,
.anxiety .section-list__item:nth-of-type(3)::before,
.anxiety .section-list__item:nth-of-type(4)::before,
.anxiety .section-list__item:nth-of-type(5)::before,
.anxiety .section-list__item:nth-of-type(6)::before {
  top: -4px;
  left: 8px;
}
.anxiety .section-list__item::after {
  width: 18px;
  height: 18px;
  border: 1px solid #352519;
}
.anxiety .section-list__item:first-of-type::after,
.anxiety .section-list__item:nth-of-type(2)::after,
.anxiety .section-list__item:nth-of-type(3)::after,
.anxiety .section-list__item:nth-of-type(4)::after,
.anxiety .section-list__item:nth-of-type(5)::after,
.anxiety .section-list__item:nth-of-type(6)::after {
  top: 0;
  left: 0;
}

/* appeal */
.appeal .inner {
  padding-bottom: 40px;
}
.appeal .section-list__item::before {
  display: inline-block;
  background: url("../images/list-icon.png") top center / cover no-repeat;
  width: 40px;
  height: 20px;
  top: 0;
  left: 0;
}
.appeal .section-list__item {
  padding-left: 50px;
}

/* namara */
.namara .section-title .text-image {
  max-width: 230px;
}
.namara .section-title .section-title__icon:first-of-type {
  padding-right: 10px;
}
.namara .section-title .section-title__icon:last-of-type {
  padding-left: 10px;
}
.namara .section-title .section-title__icon {
  max-width: 40px;
}
.namara__image {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.namara-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.namara-item img {
  max-width: 100px;
  margin-right: 10px;
}
.namara-item span {
  line-height: 1.5;
}
.namara .video {
  margin-bottom: 30px;
}
.namara .voice .voices {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 0 10px;
}

/* result */
.result {
  background: url("../images/bg-result.png") top center / cover no-repeat;
  border-top: 10px solid rgb(207,133,0);
  border-bottom: 10px solid rgb(207,133,0);
  border-image: -moz-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image: -webkit-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image: -ms-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image-slice: 1;
  padding: 30px 0;
}
.result .inner {
  position: relative;
  padding: 60px 10px;
  border-top: 5px solid rgb(207,133,0);
  border-bottom: 5px solid rgb(207,133,0);
  border-image: -moz-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image: -webkit-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image: -ms-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image-slice: 1;
}
/* .result .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: url("../images/border-top.png") top center / cover no-repeat;
}
.result .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23px;
  background: url("../images/border-bottom.png") bottom center / cover no-repeat;
} */
.result .section-title {
  font-size: 2rem;
  line-height: 1.3;
}
.result .result-item {
  max-width: 300px;
  margin: 0 auto 50px;
  padding: 20px 10px;
  text-align: center;
  background: rgba(255,255,255,.92);
  border: 2px solid rgb(207,133,0);
  border-image: -moz-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image: -webkit-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image: -ms-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image-slice: 1;
}
.result .result-item p:not(:last-of-type) {
  margin-bottom: 30px;
}
.result .result-item p:last-of-type {
  font-size: 2rem;
}
.result .result-item p span {
  font-family: 'aozora bk';
  display: block;
}
.result .btn .btn__text{
  font-size: 2.5rem;
  line-height: 1.3;
}

/* confidence */
.confidence {
  text-align: center;
}
.confidence-text p {
  margin-bottom: 20px;
}
.confidence-text__image {
  max-width: 140px;
  vertical-align: baseline;
  margin-right: 3px;
}
.confidence .movie {
  margin-bottom: 60px;
}
.confidence .btn .btn__text {
  font-size: 2.3rem;
  line-height: 1.3;
}

/* profile */
.profile {
  text-align: left;
  line-height: 1.6;
  padding: 0 20px;
}
.profile h3 {
  text-align: center;
}
.profile-image {
  max-width: 275px;
  margin: 0 auto 20px;
}
.profile .instagram img {
  max-width: 140px;
  margin: 20px 0 40px;
}
.profile .instagram {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 10px;
  width: 150px;
  background: linear-gradient(-246.3783893455166deg, rgba(158, 0, 236,1) 16%,rgba(207, 46, 146,1) 39%,rgba(242, 105, 57,1) 78%,rgba(255, 221, 131,1) 96%);
  padding: 8px 20px;
  margin: 20px 0 40px;
}
.instagram::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  transition-duration: .3s;
}
.instagram:hover::before {
  right: 20px;
}

/* price */
.price {
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}
.price-frame {
  position: absolute;
  width: 50px;
}
.price-frame:first-of-type {
  top: 0;
  left: 0;
  transform: rotate( -90deg );
}
.price-frame:nth-of-type(2) {
  top: 0;
  right: 0;
}
.price-frame:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: rotate( 180deg );
}
.price-frame:last-of-type {
  bottom: 0;
  right: 0;
  transform: rotate( 90deg );
}
.price .section-title img {
  max-width: 240px;
  margin:0 auto;
}
.namara-logo__image {
  max-width: 150px;
  margin: 30px auto;
}
.namara-logo__pakage {
  max-width: 310px;
  margin: 0 auto 30px;
}
.namara-price__image {
  max-width: 200px;
  margin: 0 auto;
}

/* sns */
.sns {
  background: url("../images/bg-youtube_pc.jpg") top center / cover no-repeat;
  color: #fff;
  margin-bottom: 0;
}
.sns .inner {
  padding: 30px 10px 50px;
}
.sns .section-text {
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.5;
}
.sns .sns-icon {
  display: flex;
  justify-content: space-between;
  max-width: 150px;
  margin: 30px auto 0;
}
.sns .sns-icon li {
  max-width: 50px;
}
.sns .movie {
  margin-bottom: 20px;
}
.sns .youtube .section-title + p {
  margin-bottom: 20px;
}

/* faq */
.faq {
  background: url("../images/bg-faq.jpg") top center / cover no-repeat;
  border-top: 10px solid rgb(207,133,0);
  border-bottom: 10px solid rgb(207,133,0);
  border-image: -moz-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image: -webkit-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image: -ms-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image-slice: 1;
  padding: 30px 0;
}
.faq .faq-wrapper {
  padding: 50px 0;
  border-top: 5px solid rgb(207,133,0);
  border-bottom: 5px solid rgb(207,133,0);
  border-image: -moz-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image: -webkit-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image: -ms-linear-gradient(0deg, rgba(92,45,0,1) 0%, rgba(234,215,75,1) 13%, rgba(207,133,74,1) 28%, rgba(227,178,64,1) 42%, rgba(234,215,75,1) 53%, rgba(207,133,74,1) 70%, rgba(234,215,75,1) 85%, rgba(92,45,0,1) 100%);
  border-image-slice: 1;
}
.faq .inner {
  margin: 0 20px;
}
.faq .faq-item {
  padding: 30px 10px 40px;
  background: rgba(255,255,255,.92);
  border: 2px solid rgb(207,133,0);
  border-image: -moz-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image: -webkit-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image: -ms-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image-slice: 1;
}
.faq .faq-item .section-title {
  margin-bottom: 10px;
}
.faq .faq-item dl {
  position: relative;
  padding: 50px 0;
}
.faq .faq-item dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 19px;
  background: url("../images/border.png") center no-repeat;
  background-size: contain;
}
.faq .faq-item dl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 19px;
  background: url("../images/border.png") center no-repeat;
  background-size: contain;
}
.faq .faq-item dt {
  font-family: 'aozora md', 'Noto Serif JP', serif;
  margin-bottom: 15px;
}
.faq .faq-item dt:not(:first-of-type) {
  margin-top: 20px;
}
.faq .faq-item dd {
  font-family: 'aozora rg', 'Noto Serif JP', serif;
}
.faq .faq-item dd:not(:last-of-type) {
  margin-bottom: 30px;
}
.faq .faq-item dt,
.faq .faq-item dd {
  position: relative;
}
.faq .faq-item dt span,
.faq .faq-item dd span {
  display: block;
  padding-left: 35px;
}
.faq .faq-item dd span {
  padding-top: 5px;
  line-height: 1.25;
}
.faq .faq-item dt::before,
.faq .faq-item dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .faq-item dt::before {
  content: "Q";
  background-color: #352519;
}
.faq .faq-item dd::before {
  content: "A";
  background-color: #bb9941;
}
.faq .faq-item dd:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: 30px;
  background: url("../images/border_2.png") top center / cover no-repeat;
}

/* caution */
.caution .section-title {
  margin-bottom: 10px;
}
.caution .section-text {
  text-align: center;
}
.caution .section-list__item {
  position: relative;
}
.caution .section-list__item::before {
  display: inline-block;
  background: url("../images/list-icon_2.png") top center / cover no-repeat;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}


/* map */
.map {
  position: relative;
  padding-top: 56.25%;
}
.map-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* footer */
footer {
  background: url("../images/bg-footer.jpg") top center / cover no-repeat;
  text-align: center;
  color: #fff;
  margin-bottom: 75px;
}
footer .inner {
  padding: 30px 10px;
}
footer .inner ul {
  margin-bottom: 30px;
}
footer .inner ul li:first-of-type {
  margin-bottom: 10px;
}
footer .inner ul li:not(:first-of-type) {
  font-size: 1.3rem;
}
footer .inner p {
  font-size: 1.2rem;
}
footer .inner p:first-of-type,
footer .inner p:nth-of-type(2) {
  margin-bottom: 5px;
}
footer .inner p:last-of-type {
  margin-bottom: 30px;
}
footer .inner p a {
  text-decoration: underline;
}
footer small {
  display: block;
  font-size: 1.2rem;
  padding: 20px 0;
}
.fixed-item {
  position: fixed;
  bottom: 0;
  left: 0;
  /* background: url("../images/bg-footer.jpg") top center / cover no-repeat; */
  background: gold;
  width: 100%;
  border-top: 2px solid rgb(207,133,0);
  border-image: -moz-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image: -webkit-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image: -ms-linear-gradient( 0deg, rgb(247,226,74) 17%, rgb(207,133,0) 49%, rgb(255,200,73) 52%, rgb(255,250,245) 76%, rgb(249,231,119) 100%);
  border-image-slice: 1;
}
.fixed-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  max-width: 370px;
  margin: 0 auto;
}
.fixed-btn__web {
  max-width: 125px;
}
.fixed-btn__tel {
  max-width: 143px;
  margin: 0 10px;
}
.fixed-btn__line {
  max-width: 50px;
}
@media screen and ( min-width: 340px ) {
  .namara .section-title .section-title__icon:first-of-type {
    padding-right: 20px;
  }
  .namara .section-title .section-title__icon:last-of-type {
    padding-left: 20px;
  }
  .namara .section-title .section-title__icon {
    max-width: 50px;
  }
}
@media screen and ( min-width: 375px ) {
  footer {
    margin-bottom: 80px;
  }
}
@media screen and ( min-width: 768px ) {
  .inner {
    margin: 0 auto;
  }
  a,
  a img {
     transition: 0.3s ease-in-out;
  }
  a:hover img {
    opacity: 0.7;
  }

  .sp-only{
    display: none;
  }
  .pc-only{
    display: block;
  }
  section {
    margin-bottom: 100px;
  }

  .nav-item__language {
    display: flex;
    gap: 30px;
    top: 20px;
    right: 20px;
  }
  .en .nav-item__language {
    flex-direction: row-reverse;
  }
  .nav-item__language-list:first-of-type::before {
    content: none;
  }
  .nav-item__language-list:first-of-type:after,
  .en .nav-item__language-list:last-of-type:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    width: 2px;
    height: 90%;
    background: #fff;
    border-radius: 3px;
    transform: translateY(-50%) rotate(25deg);
  }
  .en .nav-item__language-list:first-of-type:after {
    content: none;
  }
  .nav-item__language-list.active a {
    text-underline-offset: 8px;
  }

  .btn:hover {
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.68),0 0 19px rgba(0, 0, 0, 0.60);
  }
  .btn:hover img {
    opacity: 1;
  }
  .btn .btn__text {
    font-size: 3.5rem;
  }

  .section-title {
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 50px;
  }
  .section-text {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .section-list {
    max-width: 540px;
    margin: 0 auto;
    padding: 20px;
  }
  .section-list__item {
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 1.1;
  }

  /* anxiety */
  .anxiety {
    margin-bottom: 60px;
  }
  .anxiety .section-list__item::before {
    width: 11px;
    height: 25px;
  }
  .anxiety .section-list__item:first-of-type::before,
  .anxiety .section-list__item:nth-of-type(2)::before,
  .anxiety .section-list__item:nth-of-type(3)::before,
  .anxiety .section-list__item:nth-of-type(4)::before,
  .anxiety .section-list__item:nth-of-type(5)::before,
  .anxiety .section-list__item:nth-of-type(6)::before {
    top: -8px;
    left: 11px;
  }
  .anxiety .section-list__item::after {
    width: 25px;
    height: 25px;
  }

  /* appeal */
  .appeal .section-title img {
    max-width: 440px;
  }
  .appeal .section-list{
    max-width: 630px;
  }
  .appeal .section-list__item {
    line-height: 1.3;
  }

  /* namara */
  .namara .section-title .text-image {
    max-width: inherit;
    margin-bottom: 50px;
  }
  .namara-item {
    margin-bottom: 40px;
  }
  .namara-item img {
    max-width: 180px;
    margin-right: 20px;
  }
  .namara-item span {
    font-size: 3rem;
  }
  .namara .video {
    margin-bottom: 70px;
  }
  .namara .voice .voices {
    margin: 0 auto 80px;
    padding: 0;
  }

  /* result */
  .result {
    background: url("../images/bg-result_pc.png") top center / cover no-repeat
  }
  .result .inner {
    max-width: inherit;
  }
  .result .result-item {
    max-width: 650px;
    padding: 50px 10px;
  }
  .result .section-title {
    font-size: 3rem;
  }
  .result .result-item p {
    line-height: 1.5;
  }
  .result .result-item p:not(:last-of-type) {
    font-size: 2rem;
  }
  .result .result-item p span {
    font-size: 2.5rem;
  }
  .result .btn .btn__text {
    font-size: 4rem;
  }

  /* confidence */
  .confidence-text {
    font-size: 3rem;
  }
  .confidence-text p {
    margin-bottom: 40px;
  }
  .confidence-text p:last-of-type {
    margin-bottom: 80px;
  }
  .confidence-text__image {
    max-width: inherit;
  }

  /* profile */
  .profile {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .profile h3 {
    font-size: 3rem;
  }
  .profile-image {
    max-width: 355px;
  }
  .profile-text {
    margin: 0 auto;
    font-size: 2.5rem;
  }
  .profile .instagram {
    width: 190px;
    font-size: 2.2rem;
  }

  /* price */
  .price {
    padding: 100px 0;
    margin-bottom: 80px;
    text-align: center;
  }
  .price-frame {
    width: 100px;
  }
  .price .section-title img,
  .namara-logo__image,
  .namara-logo__pakage,
  .namara-price__image {
    max-width: inherit;
  }
  .confidence .btn .btn__text {
    font-size: 3.6rem;
  }

  /* sns */
  .sns .inner {
    padding: 20px 10px;
  }
  .sns .section-text {
    max-width: 750px;
    font-size: 3rem;
  }
  .sns .sns-icon {
    max-width: 250px;
    margin: 50px auto;
  }
  .sns .youtube .section-title + p {
    margin-bottom: 50px;
  }
  .sns .youtube .youtube-list {
    display: flex;
    gap: 30px;
  }
  .sns .youtube .movie {
    padding-top: 0;
  }
  .sns .youtube .movie-item {
    position: inherit;
  }

  /* faq */
  .faq .inner {
    margin: 0 auto;
    padding: 100px 0;
  }
  .faq .faq-item {
    padding: 50px;
  }
  .faq .faq-item .section-title {
    margin-bottom: 30px;
  }
  .faq .faq-item dt,
  .faq .faq-item dd {
    font-size: 2.6rem;
  }
  .faq .faq-item dt::before,
  .faq .faq-item dd::before {
    width: 50px;
    height: 50px;
    font-size: 3rem;
  }
  .faq .faq-item dt::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .faq .faq-item dd::before {
    top: 3px;
  }
  .faq .faq-item dt span,
  .faq .faq-item dd span {
    padding-left: 60px;
  }
  .faq .faq-item dd span {
    padding-top: 10px;
  }

  /* caution */
  .caution .section-list {
    max-width: inherit;
  }

  /* footer */
  .map {
    padding-top: 28.93%;
  }
  footer {
    margin-bottom: 187px;
  }
  footer .inner {
    max-width: 540px;
  }
  footer .inner ul li:first-of-type {
    font-size: 2.6rem;
  }
  footer .inner ul li:not(:first-of-type) {
    font-size: 2rem;
  }
  footer .inner p,
  footer .inner small {
    font-size: 1.8rem;
  }
  footer .inner p a:hover {
    color: #352519;
  }
  .fixed-item {
    background: gold;
    /* background: url("../images/bg-footer.jpg") top center / cover no-repeat; */
  }
  .fixed-item .sns-icon {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 10px;
  }
  .fixed-item .sns-icon li {
    width: 55px;
  }
  .fixed-btn {
    max-width: 800px;
    margin: 0 auto;
  }
  .fixed-btn__text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 3rem;
    color: #352519;
    line-height: 1;
    width: 280px;
  }
  .fixed-btn__text span {
    font-size: 3.4rem;
    text-align: center;
  }
  .fixed-btn__text span:first-of-type {
    font-size: 1.7rem;
  }
  .fixed-btn__web {
    max-width: 220px;
  }
  .fixed-btn__access {
    max-width: 200px;
  }
}
