@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap");

*, *::before, *::after {
  box-sizing: border-box
}

* {
  margin: 0
}

html, body {
  height: 100%
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%
}

input, button, textarea, select {
  font: inherit
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word
}

#root, #__next {
  isolation: isolate
}

li {
  list-style: none
}

html {
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  height: auto
}

html body {
  margin: 0;
  overflow-x: hidden
}

/* html body .sp_menu_btn {
  position: fixed;
  right: 15px;
  top: 15px;
  background: #ff7f98;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 9999;
  display: none
} */

html body .sp_menu_btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff
}

html body .sp_menu_btn span:nth-of-type(1) {
  top: 15px;
  width: 45%
}

html body .sp_menu_btn span:nth-of-type(2) {
  top: 23px;
  width: 35%
}

html body .sp_menu_btn span:nth-of-type(3) {
  top: 31px;
  width: 20%
}

html body .sp_menu_btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%
}

html body .sp_menu_btn.active span:nth-of-type(2) {
  opacity: 0
}

html body .sp_menu_btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%
}

html body header.global_header {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

html body header.global_header .global_header .header_left {
  margin-left: 30px;
  margin-left: 30px;
  max-width: 200px;
  width: 100%
}

html body header.global_header .header_right {

}

html body header.global_header .header_right nav.header_menu_wrapper .header_menu {
  display: flex;
  flex-direction: row
}

html body header.global_header .header_right nav.header_menu_wrapper .header_menu li {
  padding: 25px 23px;
}

html body header.global_header .header_right nav.header_menu_wrapper .header_menu li a {
  color: inherit;
  text-decoration: none
}

html body main h2 {
  color: black;
  font-size: 48px;
  font-weight: 500
}

html body main h2 .orange {
  color: #cc8120
}

html body main br.sp_only {
  display: none
}

html body main #FV {
  height: 113.7vh;
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  min-height: 1000px;
  overflow: hidden
}

html body main #FV::before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  min-width: 1000px;
  height: 150%;
  transform: skewX(30deg);
  top: -20%;
  left: 0%;
  z-index: -1;
  background-image: linear-gradient(181deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, white 100%), linear-gradient(145deg, #462009 0%, #5b2b0d 43%, #5b2b0d 66%, #703600 100%)
}

html body main #FV .fv_main_img {
  position: absolute;
  height: 100%;
  left: 42%;
  overflow: hidden;
  width: 100%
}

html body main #FV .fv_main_img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom center
}

html body main #FV h2>span {
  position: absolute;
  font-size: 48px;
  color: white;
  white-space: nowrap
}

html body main #FV h2 .first_text {
  top: 14.55%;
  left: 11.18%;
  font-size: 64px;
  font-weight: bold
}

html body main #FV h2 .first_text .small {
  font-size: 48px
}

html body main #FV h2 .first_text .light {
  font-weight: normal
}

html body main #FV h2 .second_text {
  top: 26.16%;
  left: 11.25%;
  font-size: 120px;
  line-height: 140px;
  font-weight: bold;
  padding-right: 48px
}

html body main #FV h2 .second_text .small {
  font-size: 48px;
  line-height: 48px
}

html body main #FV h2 .second_text .light {
  font-weight: normal
}

html body main #FV h2 .second_text::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  background-color: #492700;
  right: 0;
  bottom: 0;
  z-index: -1
}

html body main #FV h2 .third_text {
  top: 43.21%;
  left: 11.25%;
  font-size: 120px;
  line-height: 140px;
  font-weight: bold;
  padding-left: 48px
}

html body main #FV h2 .third_text .small {
  font-size: 48px;
  line-height: 48px
}

html body main #FV h2 .third_text .light {
  font-weight: normal
}

html body main #FV h2 .third_text::before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  background-color: #492700;
  left: 0;
  bottom: 0;
  z-index: -1
}

html body main #FV h2 .fourth_text {
  top: 60.69%;
  left: 28.06%;
  font-size: 80px;
  font-weight: bold
}

html body main #FV p.fv_sub_text {
  position: absolute;
  display: block;
  width: 49.11%;
  font-size: 32px;
  color: white;
  top: 77.96%;
  left: 11.25%;
  text-shadow: 0 0 2px black
}

html body main #WORRIES {
  width: 100%;
  background-color: transparent;
  margin-bottom: 66px;
  display: none
}

html body main #WORRIES .worries_wrapper {
  width: 93%;
  margin: auto;
  background-color: white;
  border: 4px solid #5b2b0d;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

html body main #WORRIES .worries_wrapper h2 {
  text-align: center;
  padding-top: 53px;
  padding-bottom: 20px;
  z-index: 10
}

html body main #WORRIES .worries_wrapper .worries_figure {
  width: 100%;
  padding: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

html body main #WORRIES .worries_wrapper .worries_figure::before {
  content: "";
  width: 60%;
  height: 120%;
  background: radial-gradient(#9a6229, rgba(255, 237, 215, 0) 65%);
  position: absolute;
  bottom: -10%
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_background_star {
  position: absolute;
  height: 80%;
  z-index: 1
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_women {
  z-index: 3
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item {
  position: absolute;
  font-size: 26px;
  font-weight: normal;
  padding: 5px;
  background-color: white;
  display: block;
  border: 3px solid #5b2b0d;
  border-radius: 10px;
  z-index: 2
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(1) {
  top: 8%;
  right: 53.5%
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(2) {
  top: 27%;
  right: 57.2%
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(3) {
  top: 46%;
  right: 61.2%
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(4) {
  top: 65%;
  right: 55.2%
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(5) {
  top: 6%;
  left: 52%
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(6) {
  top: 27%;
  left: 58%
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(7) {
  top: 46%;
  left: 58%
}

html body main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(8) {
  top: 65%;
  left: 56%
}

html body main #INTRO {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 105% 6%, #ffc27c 0%, rgba(91, 43, 13, 0.7) 14%, #5b2b0d 47%)
}

html body main #INTRO .intro_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row
}

html body main #INTRO .intro_wrapper .intro_left {
  width: 50%
}

html body main #INTRO .intro_wrapper .intro_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px;
  padding: 5% 5% 5% 0
}

html body main #INTRO .intro_wrapper .intro_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start
}

html body main #INTRO .intro_wrapper .intro_right h2 {
  margin-top: 82px;
  margin-bottom: 10px;
  color: white;
  font-size: 1.75rem
}

html body main #INTRO .intro_wrapper .intro_right p.intro_text {
  color: white;
  font-size: 16px;
  font-weight: normal;
  width: 90%;
  line-height: 32px
}

html body main #INTRO .intro_wrapper .intro_right .intro_btn {
  color: #5b2b0d;
  border: solid 2px transparent;
  background-color: white;
  text-decoration: none;
  padding: 20px 32px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 68px
}

html body main #INTRO .intro_wrapper .intro_right .intro_btn:hover {
  background-color: transparent;
  border: white 2px solid;
  color: white
}

html body main #REASON {
  margin-top: 163px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 116px
}

html body main #REASON h2 {
  margin-bottom: 78px
}

html body main #REASON .reason_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

html body main #REASON .reason_wrapper .reason_item {
  display: flex;
  min-width: 70%;
  max-width: 80%;
  margin-bottom: 68px;
  padding: 22px 17px
}

html body main #REASON .reason_wrapper .reason_item:nth-of-type(even) {
  flex-direction: row;
  transform: translateX(5%);
  position: relative
}

html body main #REASON .reason_wrapper .reason_item:nth-of-type(even)::before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  background-color: #ffedd7;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 32px
}

html body main #REASON .reason_wrapper .reason_item:nth-of-type(even) .reason_item_text {
  padding: 50px 0px 50px 30px
}

html body main #REASON .reason_wrapper .reason_item:nth-of-type(odd) {
  flex-direction: row-reverse;
  transform: translateX(-5%);
  position: relative
}

html body main #REASON .reason_wrapper .reason_item:nth-of-type(odd)::before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  background-color: #ffedd7;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 32px
}

html body main #REASON .reason_wrapper .reason_item:nth-of-type(odd) .reason_item_text {
  padding: 50px 30px 50px 0px
}

html body main #REASON .reason_wrapper .reason_item .reason_item_img {
  width: 45%;
  flex-shrink: 0
}

html body main #REASON .reason_wrapper .reason_item .reason_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  max-height: 350px
}

html body main #REASON .reason_wrapper .reason_item .reason_item_text {
  width: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start
}

html body main #REASON .reason_wrapper .reason_item .reason_item_text h3 {
  font-size: 32px;
  color: black;
  font-weight: normal
}

html body main #REASON .reason_wrapper .reason_item .reason_item_text h3 .reason_item_point {
  width: 100%;
  height: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 17px;
  position: relative;
  margin-right: 24px
}

html body main #REASON .reason_wrapper .reason_item .reason_item_text h3 .reason_item_point::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  border-radius: 18px;
  background-color: #a16516;
  position: absolute;
  left: 0;
  top: 0
}

html body main #REASON .reason_btn {
  display: block;
  color: white;
  background-color: #5b2b0d;
  padding: 22px 42px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border: #5b2b0d 2px solid
}

html body main #REASON .reason_btn:hover {
  background-color: transparent;
  border: #5b2b0d 2px solid;
  color: #5b2b0d
}

html body main #SYMPTOMS {
  background-image: url("../img/symptoms_bg.png");
  background-position: top center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1
}

html body main #SYMPTOMS::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  top: 0;
  left: 0;
  filter: grayscale(100%);
  z-index: -1
}

html body main #SYMPTOMS::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(106, 51, 0, 0.8);
  top: 0;
  left: 0;
  filter: none;
  z-index: -1
}

html body main #SYMPTOMS h2 {
  margin-top: 82px;
  margin-bottom: 50px;
  color: white;
  max-width: 1200px
}

html body main #SYMPTOMS .symptoms_text_wrapper {
  width: 65%;
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px
}

html body main #SYMPTOMS .symptoms_text_wrapper .symptoms_text {
  margin-bottom: 40px;
  font: size 16px;
  line-height: 32px;
  color: #5b2b0d;
  font-weight: normal
}

html body main #SYMPTOMS .symptoms_text_wrapper .symptoms_btn {
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  padding: 16px 34px;
  background-color: #5b2b0d;
  text-decoration: none;
  display: block;
  border: #5b2b0d 2px solid
}

html body main #SYMPTOMS .symptoms_text_wrapper .symptoms_btn:hover {
  background-color: transparent;
  border: #5b2b0d 2px solid;
  color: #5b2b0d
}

html body main #SYMPTOMS .symptoms_list_wrapper {
  display: flex;
  flex-direction: row;
  width: 65%;
  margin-top: 21px;
  margin-bottom: 27px;
  max-width: 1200px
}

html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left {
  width: 63.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 44px 0 0
}

html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul li {
  flex-grow: 0;
  flex-shrink: 0;
  width: 31%;
  min-width: 150px;
  text-align: center;
  border-radius: 32px;
  background-color: #5b2b0d;
  border: 3px solid #ffffff;
  margin-bottom: 15px
}

html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul li a {
  font-size: 16px;
  line-height: 16px;
  padding: 24px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none
}

html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_right {
  width: 36.2%
}

html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_right img {
  border-radius: 7px
}

html body main #PRICE {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px
}

html body main #PRICE .price_wrapper {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px
}

html body main #PRICE .price_wrapper .price_left {
  width: 44.2%;
  height: 100%
}

html body main #PRICE .price_wrapper .price_left img {
  bottom: 0
}

html body main #PRICE .price_wrapper .price_right {
  width: 55.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

html body main #PRICE .price_wrapper .price_right h2 {
  margin-bottom: 56px
}

html body main #PRICE .price_wrapper .price_right .price_text {
  margin-bottom: 77px;
  font-size: 16px;
  line-height: 31px
}

html body main #PRICE .price_wrapper .price_right .price_btn {
  display: block;
  padding: 22px 34px;
  color: white;
  background-color: #5b2b0d;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 47px;
  border: #5b2b0d 2px solid
}

html body main #PRICE .price_wrapper .price_right .price_btn:hover {
  background-color: transparent;
  border: #5b2b0d 2px solid;
  color: #5b2b0d
}

html body main #STORE .top01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 105% 6%, #ffc27c 0%, rgba(91, 43, 13, 0.7) 14%, #5b2b0d 47%);
  margin-bottom: 30px
}

html body main #STORE .top01 .inner {
  max-width: 1150px;
  width: calc(100% - 4.166666666%/2);
  height: auto;
  margin: 0 auto;
  padding: 45px 0 50px 0;
  display: table
}

html body main #STORE .top01 .inner strong {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 15px;
  display: block
}

html body main #STORE .top01 .inner strong span {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0
}

html body main #STORE .top01 .inner a {
  width: 52.17391304%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block
}

html body main #STORE .top01 .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0
}

html body main #STORE .top01 .inner a:hover img {
  transition: 1s;
  opacity: 0.5
}

html body footer.global_footer {
  background-color: #5b2b0d;
  padding-top: 116px;
  color: white
}

html body footer.global_footer .footer_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto
}

html body footer.global_footer .footer_wrapper .footer_site_link {
  width: 25%;
  min-width: 138px;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0%
}

html body footer.global_footer .footer_wrapper .footer_site_link a {
  margin-bottom: 35px;
  min-width: 138px;
  width: 80%;
  border: solid 1px white;
  color: white;
  text-decoration: none
}

html body footer.global_footer .footer_wrapper .footer_site_link a.footer_btn {
  padding: 10px;
  background-color: white;
  color: #5b2b0d;
  text-align: center;
  border-radius: 5px;
  height: 13px
}

html body footer.global_footer .footer_wrapper .footer_site_link a svg {
  width: 16px;
  display: inline;
  fill: #5b2b0d;
  margin-left: 5px
}

html body footer.global_footer .footer_wrapper .footer_nav {
  width: 75%
}

html body footer.global_footer .footer_wrapper .footer_nav a {
  color: white;
  text-decoration: none
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  font-size: 14px
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_heading {
  font-weight: bold;
  font-size: 15px
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second {
  padding: 0 30px;
  flex-shrink: 0.5
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul {
  margin-top: 30px;
  padding-left: 10px
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul li {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third {
  border-left: solid 1px white;
  padding: 0 30px;
  flex-shrink: 0.5
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul {
  margin-top: 30px;
  padding-left: 10px
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul li {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul li a {
  position: relative;
  transition: 0.3s;
  display: inline-block
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul li a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul li a:hover {
  opacity: 0.7
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last {
  padding-left: 30px;
  border-left: solid 1px white
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul {
  margin-top: 30px;
  padding-left: 10px
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul li {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul li a {
  position: relative;
  transition: 0.3s;
  display: inline-block
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul li a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul li a:hover {
  opacity: 0.7
}

html body footer.global_footer .footer_copyright {
  text-align: center;
  color: white;
  padding-bottom: 33px;
  margin-top: 50px
}

@media screen and (max-width:768px) {
  html body .sp_menu_btn {
    display: block
  }

  html body header.global_header {
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transform: translateY(-100%);
    transition-duration: 300ms
  }

  html body header.global_header.active {
    transform: translateY(0)
  }

  html body header.global_header .global_header .header_left {
    margin: 0 0 20px 0;
    max-width: 200px;
    width: 100%
  }

  html body header.global_header .header_right {
    margin: 0;
    padding: 0
  }

  html body header.global_header .header_right nav.header_menu_wrapper .header_menu {
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  html body header.global_header .header_right nav.header_menu_wrapper .header_menu li {
    font-size: 24px;
    margin-bottom: 17px;
    padding: 0px 0;
  }
  html body header.global_header .header_right nav.header_menu_wrapper .header_menu li a p.p_02{
    display: none;
  }
}

@media screen and (max-width:768px) {
  html body main h2 {
    font-size: 32px
  }

  html body main #FV::before {
    max-width: none;
    min-width: 0;
    width: 150%
  }

  html body main #FV .fv_main_img {
    left: 0;
    width: 100%
  }

  html body main #FV .fv_main_img img {
    width: 100%;
    max-width: 500px;
    margin: auto
  }

  html body main #FV h2 .first_text {
    top: 8%;
    left: 24.18%;
    font-size: 32px
  }

  html body main #FV h2 .first_text .small {
    font-size: 24px
  }

  html body main #FV h2 .second_text {
    top: 14.2%;
    left: 24.25%;
    font-size: 64px;
    line-height: 84px
  }

  html body main #FV h2 .second_text .small {
    font-size: 24px
  }

  html body main #FV h2 .third_text {
    top: 25.2%;
    left: 24.25%;
    font-size: 64px;
    line-height: 84px
  }

  html body main #FV h2 .third_text .small {
    font-size: 24px
  }

  html body main #FV h2 .third_text::before {
    width: 300%
  }

  html body main #FV h2 .fourth_text {
    top: 35%;
    left: 41.25%;
    font-size: 48px
  }

  html body main #FV p.fv_sub_text {
    top: 44%;
    left: 10%;
    font-size: 18px;
    width: 80%
  }

  html body main #WORRIES .worries_wrapper .worries_figure::before {
    width: 100%
  }

  html body main #WORRIES .worries_wrapper .worries_figure .worries_background_star {
    transform: rotate(90deg);
    width: 60%
  }

  html body main #WORRIES .worries_wrapper .worries_figure .worries_item {
    font-size: 18px
  }

  html body main #INTRO .intro_wrapper {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  html body main #INTRO .intro_wrapper .intro_right {
    width: 100%;
    align-items: center
  }

  html body main #INTRO .intro_wrapper .intro_right h2 {
    text-align: center;
    margin-top: 10px
  }

  html body main #INTRO .intro_wrapper .intro_right .intro_text {
    margin-top: 30px;
    margin-bottom: 30px
  }

  html body main #INTRO .intro_wrapper .intro_left {
    width: 100%
  }

  html body main #INTRO .intro_wrapper .intro_left img {
    object-fit: contain
  }

  html body main #REASON {
    margin-top: 5rem
  }

  html body main #REASON .reason_wrapper .reason_item:nth-of-type(even), html body main #REASON .reason_wrapper .reason_item:nth-of-type(odd) {
    flex-direction: column
  }

  html body main #REASON .reason_wrapper .reason_item .reason_item_img {
    width: 100%
  }

  html body main #REASON .reason_wrapper .reason_item .reason_item_text {
    width: 100%
  }

  html body main #REASON .reason_wrapper .reason_item .reason_item_text h3 {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px
  }

  html body main #REASON .reason_wrapper .reason_item .reason_item_text h3 .reason_item_point {
    margin-bottom: 10px;
    display: block;
    width: auto
  }

  html body main #SYMPTOMS .symptoms_text_wrapper {
    width: 90%
  }

  html body main #SYMPTOMS .symptoms_list_wrapper {
    width: 90%;
    flex-direction: column-reverse
  }

  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left {
    width: 100%;
    margin-top: 30px
  }

  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul {
    width: 100%;
    padding: 0;
    justify-content: space-evenly;
    align-items: center
  }

  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul li {
    width: 46%
  }

  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_right {
    width: 100%
  }

  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_right img {
    width: 100%
  }

  html body main #PRICE .price_wrapper {
    flex-direction: column-reverse
  }

  html body main #PRICE .price_wrapper .price_right {
    width: 100%
  }

  html body main #PRICE .price_wrapper .price_left {
    width: 100%
  }

  html body footer.global_footer .footer_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0
  }

  html body footer.global_footer .footer_wrapper .footer_site_link {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start
  }

  html body footer.global_footer .footer_wrapper .footer_nav {
    width: 80%
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu {
    flex-wrap: wrap
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu>div {
    margin-bottom: 30px
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first {
    width: 50%;
    padding: 0 15px
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first ul {
    width: 100%
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second {
    width: 50%;
    padding: 0 15px
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul {
    width: 100%
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third {
    width: 50%;
    padding: 0 15px
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul {
    width: 100%
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last {
    width: 50%;
    padding: 0 15px
  }

  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul {
    width: 100%
  }
}

@media screen and (max-width:500px) {
  html body main br.sp_only {
    display: inherit
  }

  html body main #FV::before {
    width: 160%
  }

  html body main #FV h2 .first_text {
    left: 10px;
    font-size: 32px
  }

  html body main #FV h2 .second_text {
    font-size: 48px;
    left: 10px
  }

  html body main #FV h2 .third_text {
    right: 10px;
    font-size: 48px;
    text-align: right;
    padding: 0
  }

  html body main #FV h2 .fourth_text {
    right: 10px;
    font-size: 32px
  }

  html body footer.global_footer {
    padding-top: 30px
  }

  html body footer.global_footer .footer_wrapper .footer_site_link {
    flex-wrap: wrap
  }

  html body footer.global_footer .footer_wrapper .footer_site_link a {
    width: 80%
  }

  html body footer.global_footer .footer_wrapper .footer_site_link a img {
    width: 100%;
    height: 100%;
    object-fit: contain
  }
}

.store h1 {
  max-width: 1150px;
  width: calc(100% - 4.166666666%/2);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 auto 30px auto;
  padding: 15px 0 18px 0;
  background: linear-gradient(180deg, #5b2b0d 0%, #5b2b0d 50%, #5b2b0d 50%, #5b2b0d 100%);
  border-radius: 100px;
  margin-top: 30px
}

.shop01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  background-color: #ffedd7
}

.shop01 .inner {
  max-width: 1150px;
  width: calc(100% - 4.166666666%/2);
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table
}

.shop01 .inner ul {
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between
}

.shop01 .inner ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0
}

.shop01 .inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0;
  color: #000000
}

.shop01 .inner ul li a:hover {
  transition: 1s;
  opacity: 0.3
}

.shop02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0
}

.shop02 .inner {
  max-width: 1180px;
  width: calc(100% - 4.166666666%/2);
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
  padding-bottom: 100px
}

.shop02 .inner #area01, .shop02 .inner #area02, .shop02 .inner #area03, .shop02 .inner #area04, .shop02 .inner #area05 {
  width: 100%;
  height: auto;
  margin: 60px 0 25px 0;
  padding: 0
}

.shop02 .inner #area01 strong, .shop02 .inner #area02 strong, .shop02 .inner #area03 strong, .shop02 .inner #area04 strong, .shop02 .inner #area05 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  color: #5b2b0d;
  display: block
}

.shop02 .inner #area01 strong span, .shop02 .inner #area02 strong span, .shop02 .inner #area03 strong span, .shop02 .inner #area04 strong span, .shop02 .inner #area05 strong span {
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  color: #222222;
  margin-top: 12px;
  display: block
}

.shop02 .inner .cover {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap
}

.shop02 .inner .cover ul {
  width: 30.79096044%;
  height: auto;
  margin: 0 1.27118644%;
  padding-bottom: 30px;
  border-radius: 15px;
  background-color: #ffedd7;
  padding-left: 0
}

.shop02 .inner .cover ul li {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding: 0 15px
}

.shop02 .inner .cover ul li:first-child {
  margin-bottom: 25px;
  padding: 0
}

.shop02 .inner .cover ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.shop02 .inner .cover ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  line-height: 1em;
  color: #000000
}

.shop02 .inner .cover ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1.15vw, 14.5px);
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  color: #000000
}

.shop02 .inner .cover ul li:last-child ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 15px
}

.shop02 .inner .cover ul li:last-child ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0
}

.shop02 .inner .cover ul li:last-child ul li:first-child {
  float: left
}

.shop02 .inner .cover ul li:last-child ul li:last-child {
  float: right
}

.shop02 .inner .cover ul li:last-child ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.95vw, 15px);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0;
  padding: 15px 0 15px 1vw;
  display: block
}

.shop02 .inner .cover ul li:last-child ul li:first-child a {
  color: #000000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #ffffff;
  background-image: url("https://mahalo-riha.net/wp/wp-content/uploads/2023/02/shop_tel_icon.png");
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 15px
}

.shop02 .inner .cover ul li:last-child ul li:last-child a {
  color: #ffffff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #5b2b0d;
  background-image: url("https://mahalo-riha.net/wp/wp-content/uploads/2023/02/shop_home_icon.png");
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 16px
}

.shop02 .inner .cover ul li:last-child ul li a:hover {
  transition: 1s;
  opacity: 0.5
}

@media screen and (max-width:768px) {
  .shop01 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5.208333333% 0;
    background-color: #ffedd7
  }

  .shop01 .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 3.90625%;
    display: table
  }

  .shop01 .inner ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between
  }

  .shop01 .inner ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
  }

  .shop01 .inner ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.3vw;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    color: #000000
  }

  .shop01 .inner ul li a:hover {
    transition: 1s;
    opacity: 0.3
  }
}

@media screen and (max-width:768px) {
  .shop02 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
  }

  .shop02 .inner {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 3.90625%;
    display: table;
    padding-bottom: 100px
  }

  .shop02 .inner #area01, .shop02 .inner #area02, .shop02 .inner #area03, .shop02 .inner #area04, .shop02 .inner #area05 {
    width: 100%;
    height: auto;
    margin: 7.8125% 0 -1.302083333% 0;
    padding: 0
  }

  .shop02 .inner #area01 strong, .shop02 .inner #area02 strong, .shop02 .inner #area03 strong, .shop02 .inner #area04 strong, .shop02 .inner #area05 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    color: #5b2b0d;
    display: block
  }

  .shop02 .inner #area01 strong span, .shop02 .inner #area02 strong span, .shop02 .inner #area03 strong span, .shop02 .inner #area04 strong span, .shop02 .inner #area05 {
    font-family: "arial";
    font-size: 2.3vw;
    font-weight: normal;
    text-align: center;
    line-height: 1em;
    color: #222222;
    margin-top: 1.953125%;
    display: block
  }

  .shop02 .inner .cover {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
  }

  .shop02 .inner .cover ul {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding-bottom: 2.604166666%;
    border-radius: 15px;
    background-color: #ffedd7;
    display: table
  }

  .shop02 .inner .cover ul li {
    width: 100%;
    height: auto;
    margin-bottom: 1.953125%;
    padding: 0 3.90625%
  }

  .shop02 .inner .cover ul li:first-child {
    margin-bottom: 5.208333333%;
    padding: 0
  }

  .shop02 .inner .cover ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
  }

  .shop02 .inner .cover ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.5vw;
    font-weight: 600;
    text-align: left;
    line-height: 1em;
    color: #000000
  }

  .shop02 .inner .cover ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.7vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.5em;
    color: #000000
  }

  .shop02 .inner .cover ul li:last-child ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 3.90625%
  }

  .shop02 .inner .cover ul li:last-child ul li {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0
  }

  .shop02 .inner .cover ul li:last-child ul li:first-child {
    float: left
  }

  .shop02 .inner .cover ul li:last-child ul li:last-child {
    float: right
  }

  .shop02 .inner .cover ul li:last-child ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    padding: 3.5vw 0 3.5vw 2.5vw;
    display: block
  }

  .shop02 .inner .cover ul li:last-child ul li:first-child a {
    color: #000000;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #ffffff;
    background-image: url("https://mahalo-riha.net/wp/wp-content/uploads/2023/02/shop_tel_icon.png");
    background-position: 3vw center;
    background-repeat: no-repeat;
    background-size: 3vw
  }

  .shop02 .inner .cover ul li:last-child ul li:last-child a {
    color: #ffffff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #5b2b0d;
    background-image: url("https://mahalo-riha.net/wp/wp-content/uploads/2023/02/shop_home_icon.png");
    background-position: 3vw center;
    background-repeat: no-repeat;
    background-size: 3vw
  }

  .shop02 .inner .cover ul li:last-child ul li a:hover {
    transition: 1s;
    opacity: 0.5
  }
}

.sub-page__title {
  color: white;
  text-align: center;
  background-image: url(https://placehold.jp/554x340.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll
}

.sub-page__title p {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 9rem 2rem 6rem 2rem;
  line-height: 1.6;
  font-weight: bold
}

.symptoms__title {
  color: #5b2b0d;
  font-size: 1.75rem;
  text-align: center;
  background-repeat: no-repeat;
  padding: 4.5rem 2rem 0 2rem
}

.symptoms__mv {
  width: 100%;
  height: auto;
  background-image: url(https://placehold.jp/1000x640.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding-top: 38rem;
  margin-top: 5rem
}

.symptoms__contents {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-top: -5rem;
  padding-right: 2rem;
  padding-left: 2rem
}

.symptoms__items {
  letter-spacing: -0.4em
}

.symptoms__items ul {
  padding-left: 0
}

.symptoms__item {
  display: inline-block;
  width: 25%;
  padding: 0.1rem;
  border: solid 0px
}

.symptoms__item a {
  cursor: pointer;
  max-width: 500px;
  position: relative;
  display: block;
  width: 100%;
  transition: 0.3s
}

.symptoms__item a:hover {
  filter: brightness(70%)
}

@media screen and (max-width:768px) {
  .symptoms__item {
    width: 50%
  }
}

.symptoms__button-box {
  position: relative;
  text-align: center;
  margin-top: 2rem
}

.symptoms__button {
  color: white;
  font-size: 1rem;
  text-align: center;
  background-color: #5b2b0d;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  border: solid;
  border-width: 1px;
  border-color: #5b2b0d;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  border-radius: 4px;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  transition: 0.3s
}

.symptoms__button:hover {
  color: #5b2b0d;
  background-color: #fff
}

.intro-section__title {
  color: #5b2b0d;
  font-size: 1.75rem;
  text-align: center;
  background-repeat: no-repeat;
  padding: 4.5rem 2rem 1.5rem 2rem;
  font-weight: bold
}

.card__space {
  margin-right: 2.5rem;
  margin-left: 2.5rem
}

.card__space--reason {
  margin-bottom: 30px
}

.card__inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5rem 0rem;
  background-color: #ffedd7;
  height: auto
}

@media screen and (max-width:768px) {
  .card__inner {
    padding: 0
  }
}

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

@media screen and (max-width:768px) {
  .card__item {
    flex-direction: column-reverse
  }

  .card__item--even {
    flex-direction: column
  }
}

.card__text-box {
  width: 100%;
  margin-right: 2%;
  padding-left: 2rem
}

@media screen and (max-width:768px) {
  .card__text-box {
    width: 100%;
    margin-right: 0;
    padding: 2rem
  }
}

.card__number {
  letter-spacing: 0.2rem;
  font-size: 1rem;
  color: #5b2b0d;
  font-weight: bold;
  line-height: 1.6
}

.card__title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #5b2b0d;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #5b2b0d
}

.card__text {
  text-align: justify
}

.card__img {
  width: 100%;
  background-image: url(https://placehold.jp/554x340.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding-top: 20rem
}

.card__img--reason01 {
  background-image: url(../img/reason_img_1.jpg)
}

.card__img--reason02 {
  background-image: url(../img/reason_img_2.jpg)
}

.card__img--reason03 {
  background-image: url(../img/reason_img_3.jpg)
}

.card__sankaku {
  position: relative;
  width: 0;
  height: 0;
  border-top: 2rem solid #ffedd7;
  border-right: 2.5rem solid transparent;
  border-bottom: 0rem solid transparent;
  border-left: 2.5rem solid transparent;
  margin: -3px auto 0 auto;
  padding: 0rem 0rem 1.5rem 0rem;
  margin-bottom: 30px
}