@charset "UTF-8";
/* Webフォント */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
._roboto {
  font-family: "Roboto", sans-serif;
}

._fade {
  display: none;
}
._fade#header._block {
  display: block;
}
._fade.bottom_fix._block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ======================================================
/*  Top - visual
========================================================= */
#visual {
  position: relative;
  padding: 0;
  background-color: #E8F9DD;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #visual {
    background-color: #F7FDF3;
  }
}
@media screen and (min-width: 980px) {
  #visual {
    padding-top: clamp(57px, 6vw + 14px, 98px);
  }
}
#visual::before {
  content: "";
  width: 50%;
  height: 45%;
  background-color: #E8F9DD;
  border-top-left-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #visual .visual_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 30px;
  }
}
@media screen and (min-width: 980px) {
  #visual .visual_wrap {
    row-gap: 20px;
  }
}
#visual .fv_wrap {
  background: #fff;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  #visual .fv_wrap {
    padding-top: unset;
    height: min(610px, 43.57vw);
    width: calc(100% - 50px);
    margin-left: auto;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
  }
}
#visual .fv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #visual .fv {
    width: 100%;
    height: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
#visual .fv::after {
  content: "";
  height: 100%;
  width: calc(100% - 100px);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #visual .fv::after {
    display: none;
  }
}
#visual .fv_img {
  max-width: 1350px;
}
@media screen and (min-width: 768px) {
  #visual .fv_img {
    height: 100%;
    -webkit-transform: translateX(-85px);
            transform: translateX(-85px);
  }
  #visual .fv_img img {
    max-height: 100%;
    max-width: unset;
    width: unset;
  }
}
#visual .fv_product_img {
  width: 117px;
  position: absolute;
  bottom: -22px;
  right: 17px;
}
@media screen and (min-width: 768px) {
  #visual .fv_product_img {
    width: min(520px, 37.143vw);
    bottom: unset;
    top: min(35px, 2.5vw);
    right: min(80px, 5.7143vw);
  }
}
#visual .fv_message_img {
  width: 100%;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #visual .fv_message_img {
    width: min(640px, 45.715vw);
    top: unset;
    left: unset;
    bottom: min(60px, 4.286vw);
    right: min(38px, 2.7143vw);
  }
}
#visual .condition_wrap {
  margin-top: 45px;
}
@media screen and (min-width: 980px) {
  #visual .condition_wrap {
    margin-top: unset;
  }
}
#visual .product_text {
  width: 284px;
  margin: 0 auto;
}
#visual .condition_area {
  margin-top: 28px;
}
@media screen and (min-width: 980px) {
  #visual .condition_area {
    margin-top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
}
#visual .condition_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #visual .condition_img_wrap {
    margin: unset;
    max-width: unset;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media screen and (min-width: 1223px) {
  #visual .condition_img_wrap {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
#visual .condition_img {
  width: 126px;
  -webkit-box-shadow: 3px 3px 5px #c1edca;
          box-shadow: 3px 3px 5px #c1edca;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  #visual .condition_img {
    -webkit-box-shadow: 2px 2px 4px #c1edca;
            box-shadow: 2px 2px 4px #c1edca;
  }
}
@media screen and (min-width: 1223px) {
  #visual .condition_img {
    width: 206px;
  }
}
@media screen and (min-width: 768px) {
  #visual .condition_img._mini {
    height: 52px;
  }
}
@media screen and (min-width: 1223px) {
  #visual .condition_img._mini {
    width: 150px;
    height: 84px;
  }
}
#visual .condition_text_wrap {
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  #visual .condition_text_wrap {
    margin-top: unset;
  }
}
#visual .condition_text {
  width: 300px; /*211px*/
  margin: 0 auto;
}
@media screen and (min-width: 1223px) {
  #visual .condition_text {
    width: 344px;
  }
}

/* ======================================================
/*  Top - worries
========================================================= */
#worries {
  background-color: #E8F9DD;
  padding: 50px 5vw 15px 5vw;
}
@media screen and (min-width: 768px) {
  #worries {
    padding: 100px 5vw 50px 5vw;
  }
}
#worries .inner {
  position: relative;
  z-index: 2;
}
#worries .worries_title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.75;
  color: #008231;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #worries .worries_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #worries .worries_title {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 980px) {
  #worries .worries_title {
    font-size: 3.8rem;
  }
}
#worries .worries_column {
  max-width: 1130px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 27px;
}
@media screen and (max-width: 374px) {
  #worries .worries_column {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  #worries .worries_column {
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
    row-gap: 45px;
    max-width: 600px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 980px) {
  #worries .worries_column {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #worries .worries_column {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    max-width: 1130px;
  }
}
#worries .worries_box {
  position: relative;
  z-index: 1;
  width: calc(50% - 4px);
  overflow: hidden;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
@media screen and (max-width: 374px) {
  #worries .worries_box {
    width: calc(50% - 2px);
  }
}
@media screen and (min-width: 768px) {
  #worries .worries_box {
    width: 256px;
    border-bottom-left-radius: 95px;
    border-bottom-right-radius: 95px;
  }
}
@media screen and (min-width: 1180px) {
  #worries .worries_box {
    width: calc(25% - 22.5px);
  }
}
#worries .worries_box::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#worries .head_coment {
  position: relative;
  padding: 0px 10px 12px 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #worries .head_coment {
    padding: 0px 6px 12px 6px;
  }
}
@media screen and (min-width: 768px) {
  #worries .head_coment {
    font-size: 1.6rem;
    padding: 0px 30px 18px 30px;
  }
}
@media screen and (min-width: 980px) {
  #worries .head_coment {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1223px) {
  #worries .head_coment {
    font-size: 1.6rem;
  }
}
#worries .head_coment::after, #worries .head_coment::before {
  content: "";
  width: 20px;
  height: calc(100% - 4px);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
@media screen and (max-width: 374px) {
  #worries .head_coment::after, #worries .head_coment::before {
    width: 17px;
    background-position: bottom;
  }
}
@media screen and (min-width: 768px) {
  #worries .head_coment::after, #worries .head_coment::before {
    width: 30px;
    height: calc(100% - 7px);
  }
}
#worries .head_coment::after {
  background-image: url(../../img/decoration_border_left.png);
  left: 0;
  bottom: 0;
}
#worries .head_coment::before {
  background-image: url(../../img/decoration_border_right.png);
  right: 0;
  bottom: 0;
}
#worries .worries_text {
  background-color: #fff;
  padding-bottom: 12px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  #worries .worries_text {
    padding-bottom: 25px;
    padding-top: 21px;
  }
}
#worries .symptoms_title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #008231;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #worries .symptoms_title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #worries .symptoms_title {
    font-size: 2.3rem;
  }
}
#worries .symptoms_title ._border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
@media screen and (min-width: 768px) {
  #worries .symptoms_title ._border {
    padding-left: 6px;
  }
}
@media screen and (min-width: 768px) {
  #worries .symptoms_title._widely {
    letter-spacing: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  #worries .symptoms_title._widely ._caution {
    right: -1em;
  }
}
#worries .symptoms_title ._caution {
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  bottom: 0.2em;
  right: -2em;
}
@media screen and (min-width: 768px) {
  #worries .symptoms_title ._caution {
    font-size: 1.2rem;
    letter-spacing: 0;
    bottom: 0.5em;
    right: -1.6em;
  }
}
#worries .symptoms_text {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #worries .symptoms_text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
#worries .caution_text {
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  color: #808080;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  #worries .caution_text {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
#worries .resolutino_column {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #worries .resolutino_column {
    margin-top: 84px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
#worries .resolution_inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #worries .resolution_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: min(65px, 4.643vw);
       -moz-column-gap: min(65px, 4.643vw);
            column-gap: min(65px, 4.643vw);
  }
}
#worries .resolution_title {
  width: 316px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  #worries .resolution_title {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #worries .resolution_title {
    width: min(590px, 42.143vw);
    margin: unset;
  }
}
#worries .resolution_img {
  width: 92.533vw;
  margin-top: 18px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 22px;
}
@media screen and (max-width: 374px) {
  #worries .resolution_img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #worries .resolution_img {
    max-width: unset;
    width: min(576px, 41.2vw);
    margin: unset;
    overflow: unset;
    border-radius: unset;
  }
}
#worries .resolution_text {
  margin-top: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #worries .resolution_text {
    margin-top: unset;
    margin-left: unset;
    margin-right: unset;
    width: unset;
  }
}
#worries .resolution_content {
  font-weight: bold;
}
#worries .resolution_content._top {
  font-size: 1.2rem;
}
@media screen and (max-width: 374px) {
  #worries .resolution_content._top {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  #worries .resolution_content._top {
    margin-top: min(60px, 4.286vw);
    font-size: min(1.7rem, 1.2143vw);
  }
}
#worries .resolution_content._middle {
  font-size: 2.6rem;
  margin-top: 2px;
}
@media screen and (max-width: 374px) {
  #worries .resolution_content._middle {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  #worries .resolution_content._middle {
    font-size: min(5.1rem, 3.643vw);
    margin-top: 8px;
  }
}
#worries .resolution_content._bottom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.6rem;
  color: #008231;
  background-color: #FFFF00;
  margin-top: 4px;
  padding: 0 5px;
}
@media screen and (max-width: 374px) {
  #worries .resolution_content._bottom {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  #worries .resolution_content._bottom {
    font-size: min(5.1rem, 3.643vw);
    margin-top: 10px;
    padding: 0 10px;
  }
}

/* ======================================================
/*  Top - movie
========================================================= */
#movie {
  background-color: #E8F9DD;
  padding: 50px 5vw 35px 5vw;
}
@media screen and (min-width: 768px) {
  #movie {
    padding: 100px 5vw 45px 5vw;
  }
}
@media screen and (min-width: 980px) {
  #movie {
    padding: 100px 5vw 55px 5vw;
  }
}
#movie .inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}
#movie .bg_circle {
  position: absolute;
  z-index: -1;
  width: 300px;
}
#movie .bg_circle._left {
  top: 335px;
  left: -160px;
}
#movie .bg_circle._right {
  top: -130px;
  right: -145px;
}
#movie .movie_column {
  position: relative;
  z-index: 1;
  background-color: #FFFFF5;
  border-radius: 35px;
  padding: 36px 5vw 44px 5vw;
}
@media screen and (min-width: 768px) {
  #movie .movie_column {
    padding: 92px 5vw 55px 5vw;
  }
}
#movie .movie_title {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.22em;
  line-height: 1;
  color: #008231;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  #movie .movie_title {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .movie_title {
    font-size: 6.4rem;
  }
}
#movie .movie_column_inner {
  max-width: 1068px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #movie .video_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1223px) {
  #movie .video_layout {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  #movie .video_box {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1223px) {
  #movie .video_box {
    width: unset;
  }
}
#movie .video_box + .video_box {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  #movie .video_box + .video_box {
    margin-top: unset;
  }
}
#movie .video_title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.32;
  color: #008231;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #movie .video_title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #movie .video_title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .video_title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1223px) {
  #movie .video_title {
    font-size: 2rem;
  }
}
#movie .video_img {
  position: relative;
}
#movie .video_img ._hover {
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}
#movie .video_modal {
  display: block;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
}
@media screen and (min-width: 768px) {
  #movie .video_modal {
    margin-top: 14px;
    max-width: 430px;
  }
}
@media screen and (min-width: 980px) {
  #movie .video_modal {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #movie .video_modal:hover ._hover {
    opacity: 1;
  }
}
#movie .long_video_text {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #008231;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #movie .long_video_text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #movie .long_video_text {
    margin-top: min(18px, 1.8367vw);
    font-size: min(1.6rem, 1.632vw);
  }
}
@media screen and (min-width: 980px) {
  #movie .long_video_text {
    margin-top: 18px;
    font-size: 1.6rem;
  }
}
#movie .long_video_text ._modal {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  #movie .long_video_text ._modal:hover {
    opacity: 0.7;
  }
  #movie .long_video_text ._modal:hover::after {
    width: 0;
  }
}
#movie .long_video_text ._modal::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #008231;
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#movie .movie_detail_layout {
  margin-top: 45px;
}
#movie .movie_detail_label {
  position: relative;
  border: 1px solid #CAEDCA;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 0 18px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_label {
    height: 100px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
#movie .movie_detail_label.on .switch_btn span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#movie .movie_detail_label._secondary {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_label._secondary {
    margin-top: 20px;
  }
}
#movie .movie_detail_label ._main {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_label ._main {
    font-size: 2rem;
  }
}
#movie .movie_detail_label ._sub {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_label ._sub {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
#movie .movie_detail_label .switch_btn {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 24px;
  height: 24px;
  background-color: #008231;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_label .switch_btn {
    right: 36px;
    width: 40px;
    height: 40px;
  }
}
#movie .movie_detail_label .switch_btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#movie .movie_detail_label .switch_btn span::after, #movie .movie_detail_label .switch_btn span::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_label .switch_btn span::after, #movie .movie_detail_label .switch_btn span::before {
    width: 9px;
  }
}
#movie .movie_detail_label .switch_btn span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#movie .movie_detail_label .switch_btn span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#movie .movie_detail_content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_content {
    margin-top: 30px;
  }
}
#movie .movie_detail_box + .movie_detail_box {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box + .movie_detail_box {
    margin-top: 80px;
  }
}
#movie .movie_detail_box._movie .flex_layout {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._movie .flex_layout {
    padding-top: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 980px) {
  #movie .movie_detail_box._movie .flex_layout {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
#movie .movie_detail_box._message {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._message {
    padding-bottom: 80px;
  }
}
#movie .movie_detail_box._message .flex_layout {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._message .flex_layout {
    margin-top: 35px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 980px) {
  #movie .movie_detail_box._message .flex_layout {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
#movie .movie_detail_box._music {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._music {
    margin-top: 70px;
  }
}
#movie .movie_detail_box._music .flex_layout._w264 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._music .flex_layout._w264 {
    margin-top: 60px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media screen and (min-width: 980px) {
  #movie .movie_detail_box._music .flex_layout._w264 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._music .flex_layout._w264 .img {
    width: min(264px, 18.86vw);
  }
}
#movie .movie_detail_box._music .flex_layout._w360 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._music .flex_layout._w360 {
    margin-top: 60px;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
}
@media screen and (min-width: 980px) {
  #movie .movie_detail_box._music .flex_layout._w360 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._music .flex_layout._w360 .img {
    width: min(360px, 25.72vw);
  }
}
#movie .movie_detail_box._actor {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._actor {
    margin-top: 80px;
  }
}
#movie .movie_detail_box._production {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box._production {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box .flex_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box .img_area {
    width: min(432px, 30.8572vw);
  }
}
#movie .movie_detail_box .img_area .img + .img {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box .img_area .img + .img {
    margin-top: 15px;
  }
}
#movie .movie_detail_box .text_area {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box .text_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: unset;
  }
}
#movie .movie_detail_box .text_area .text_img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box .text_area .text_img {
    width: min(330px, 23.572vw);
    margin: unset;
  }
}
#movie .movie_detail_box .text_area .detail_text {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box .text_area .detail_text {
    margin-top: 12px;
  }
}
#movie .movie_detail_box .text_area .detail_text .copy {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box .text_area .detail_text .copy {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .movie_detail_box .text_area .detail_text .copy {
    font-size: 1.6rem;
  }
}
#movie .movie_detail_box .text_area .detail_text .copy + .copy {
  margin-top: 1.5em;
}
#movie .movie_detail_box .text_area .detail_logo {
  width: 80%;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_box .text_area .detail_logo {
    width: min(330px, 23.572vw);
    margin-top: 30px;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (min-width: 980px) {
  #movie .movie_detail_box .text_area .detail_logo {
    margin-top: 40px;
  }
}
#movie .movie_detail_title_wrap {
  position: relative;
  z-index: 1;
}
#movie .movie_detail_title_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #008231;
  z-index: -2;
}
#movie .movie_detail_title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  color: #008231;
  line-height: 1;
  z-index: 2;
  background-color: #FFFFF5;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  #movie .movie_detail_title {
    font-size: 2.4rem;
    padding: 0 12px;
  }
}
@media screen and (min-width: 980px) {
  #movie .movie_detail_title {
    font-size: 2.8rem;
    padding: 0 15px;
  }
}
#movie .message_copy {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.73;
  color: #008231;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #movie .message_copy {
    font-size: min(4.2rem, 3vw);
    padding-left: 40px;
    text-align: unset;
  }
}
@media screen and (min-width: 980px) {
  #movie .message_copy {
    padding-left: 50px;
  }
}
#movie .message_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #movie .message_text {
    margin-top: unset;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .message_text {
    font-size: 1.6rem;
  }
}
#movie .music_detail_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#movie .music_label {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #movie .music_label {
    margin-top: unset;
  }
}
@media screen and (min-width: 980px) {
  #movie .music_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#movie .music_label.on .more_profile .profile_induction::after {
  -webkit-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
}
#movie .music_label .more_profile {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  #movie .music_label .more_profile {
    margin-top: 12px;
  }
}
@media screen and (min-width: 980px) {
  #movie .music_label .more_profile {
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  #movie .music_label .more_profile .profile_induction {
    display: none;
  }
}
#movie .music_title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #movie .music_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .music_title {
    font-size: 2.8rem;
    line-height: 1;
  }
}
#movie .music_title._adjust_height {
  line-height: 1.75;
}
#movie .more_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
#movie .more_profile .profile_label {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #movie .more_profile .profile_label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .more_profile .profile_label {
    font-size: 1.6rem;
  }
}
#movie .more_profile .profile_induction {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #666666;
  background-color: #C7DAE4;
  border-radius: 25px;
  position: relative;
  padding: 7px 11px 7px 22px;
}
@media screen and (min-width: 768px) {
  #movie .more_profile .profile_induction {
    font-size: 1.2rem;
    padding: 8px 11px 8px 22px;
  }
}
#movie .more_profile .profile_induction::after, #movie .more_profile .profile_induction::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  #movie .more_profile .profile_induction::after, #movie .more_profile .profile_induction::before {
    width: 8px;
    left: 10px;
  }
}
#movie .more_profile .profile_induction::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
#movie .music_content {
  padding-top: 16px;
}
#movie .music_content_text,
#movie .music_content_text a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.15;
  color: #404040;
}
@media screen and (min-width: 768px) {
  #movie .music_content_text,
#movie .music_content_text a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .music_content_text,
#movie .music_content_text a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .music_content_text a,
#movie .music_content_text a a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #movie .music_content_text a:hover,
#movie .music_content_text a a:hover {
    color: #008231;
  }
}
#movie .actor_column {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #movie .actor_column {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  #movie .actor_box {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
#movie .actor_box + .actor_box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #movie .actor_box + .actor_box {
    margin-top: unset;
  }
}
#movie .actor_name {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #movie .actor_name {
    font-size: 1.8rem;
    padding: 26px 0;
  }
}
@media screen and (min-width: 980px) {
  #movie .actor_name {
    font-size: 2rem;
    padding: 30px 0;
  }
}
#movie .actor_card {
  padding: 20px 20px 26px 20px;
  background-color: #fff;
  border: 1px solid #EEF4F7;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #movie .actor_card {
    padding: 16px 16px 22px 16px;
  }
}
@media screen and (min-width: 980px) {
  #movie .actor_card {
    padding: 20px 20px 26px 20px;
  }
}
#movie .actor_card + .actor_card {
  margin-top: 10px;
}
#movie .actor_card .actor_card_title .more_profile {
  -webkit-column-gap: unset;
     -moz-column-gap: unset;
          column-gap: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#movie .actor_card_content {
  padding-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.158;
}
@media screen and (min-width: 768px) {
  #movie .actor_card_content {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  #movie .actor_card_content {
    font-size: 1.3rem;
  }
}
#movie .production_column {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #movie .production_column {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 35px;
  }
}
@media screen and (min-width: 980px) {
  #movie .production_column {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 45px;
  }
}
@media screen and (min-width: 1300px) {
  #movie .production_column {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  #movie .production_company {
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 980px) {
  #movie .production_company {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1300px) {
  #movie .production_company {
    width: calc(50% - 40px);
  }
}
#movie .production_company + .production_company {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #movie .production_company + .production_company {
    margin-top: unset;
  }
}
@media screen and (min-width: 1223px) {
  #movie .company_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
#movie .business_name {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #008231;
}
@media screen and (min-width: 768px) {
  #movie .business_name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1300px) {
  #movie .business_name {
    font-size: 1.6rem;
  }
}
#movie .company_name {
  white-space: nowrap;
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #movie .company_name {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1223px) {
  #movie .company_name {
    font-size: 1.9rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 1300px) {
  #movie .company_name {
    font-size: 2rem;
  }
}
#movie .company_introduction {
  margin-top: 14px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.56;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #movie .company_introduction {
    font-size: 1.2rem;
    margin-top: 18px;
  }
}
@media screen and (min-width: 980px) {
  #movie .company_introduction {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

/* ======================================================
/*  Top - indication
========================================================= */
#indication {
  padding-left: unset;
  padding-right: unset;
  padding-top: 30px;
  background-color: #E8F9DD;
}
@media screen and (min-width: 768px) {
  #indication {
    padding-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #indication {
    padding-top: 50px;
  }
}
#indication .indication_head {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #indication .indication_head {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  #indication .indication_head {
    margin-top: 40px;
  }
}
#indication .indication_head_img {
  width: 153px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #indication .indication_head_img {
    width: 286px;
    margin: unset;
  }
}
#indication .indication_head_text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFF00;
  padding: 4px 3px 3px 6px;
}
@media screen and (min-width: 768px) {
  #indication .indication_head_text {
    font-size: 3.2rem;
    margin-top: unset;
    margin-left: 8px;
    margin-right: unset;
    padding: 3px 3px 8px 8px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@media screen and (min-width: 980px) {
  #indication .indication_head_text {
    font-size: 3.6rem;
  }
}
#indication .bg_decaration_wrap {
  background-image: url(../../img/indication_bg_sp.png);
  background-size: 100%;
  padding-top: 10px;
  padding-left: 5vw;
  padding-right: 5vw;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #indication .bg_decaration_wrap {
    padding-top: 0;
    margin-top: 64px;
    background-image: url(../../img/indication_bg.png);
  }
}
#indication .indication_balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  background-color: #fff;
  padding: 20px 12px 10px 12px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 5px #c1edca;
          box-shadow: 2px 2px 5px #c1edca;
}
@media screen and (max-width: 374px) {
  #indication .indication_balloon {
    padding: 18px 8px;
  }
}
@media screen and (min-width: 500px) {
  #indication .indication_balloon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #indication .indication_balloon {
    width: unset;
    max-width: 964px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding: 46px 75px;
    border-radius: 25px;
  }
}
@media screen and (min-width: 980px) {
  #indication .indication_balloon {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
#indication .indication_balloon::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  -webkit-box-shadow: 2px 2px 5px #c1edca;
          box-shadow: 2px 2px 5px #c1edca;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #indication .indication_balloon::after {
    width: 60px;
    height: 60px;
    bottom: -16px;
  }
}
#indication .indication_balloon::before {
  content: "";
  width: 50px;
  height: 11px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #indication .indication_balloon::before {
    width: 100px;
    height: 40px;
  }
}
#indication .active_ingredient_balloon {
  position: relative;
  background-color: #FF9A7B;
  border-radius: 50%;
  padding: 20px 12px 16px 12px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 374px) {
  #indication .active_ingredient_balloon {
    padding: 21px 7px 15px 7px;
  }
}
@media screen and (min-width: 768px) {
  #indication .active_ingredient_balloon {
    padding: 50px 25px 40px 25px;
  }
}
#indication .active_ingredient_balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 16.5px;
  border-color: transparent transparent transparent #FF9A7B;
  position: absolute;
  top: 20px;
  right: -12px;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}
@media screen and (min-width: 768px) {
  #indication .active_ingredient_balloon::after {
    border-width: 19.5px 0 16.5px 31.5px;
    top: 38px;
    right: -21px;
  }
}
#indication .active_ingredient_balloon .balloon_text {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.314;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  #indication .active_ingredient_balloon .balloon_text {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  #indication .active_ingredient_balloon .balloon_text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #indication .active_ingredient_balloon .balloon_text {
    font-size: 2.7rem;
  }
}
#indication .active_ingredient_text .definition {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #FF9A7B;
}
@media screen and (max-width: 374px) {
  #indication .active_ingredient_text .definition {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #indication .active_ingredient_text .definition {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 980px) {
  #indication .active_ingredient_text .definition {
    font-size: 3.2rem;
  }
}
#indication .active_ingredient_text .defined {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.3533;
  color: #008231;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  #indication .active_ingredient_text .defined {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #indication .active_ingredient_text .defined {
    margin-top: 10px;
    font-size: 3.2rem;
    line-height: 1.28;
  }
}
@media screen and (min-width: 980px) {
  #indication .active_ingredient_text .defined {
    font-size: 4.8rem;
  }
}
#indication .repair_column {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #indication .repair_column {
    margin-top: 32px;
  }
}
#indication .repair_text {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.433;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #indication .repair_text {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  #indication .repair_text {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: clamp(2.8rem, 3.7143vw, 5.2rem);
    white-space: nowrap;
  }
}
#indication .repair_text ._mini {
  font-size: 80%;
}
#indication .repair_text ._green {
  color: #008231;
}
#indication .repair_text ._pink {
  color: #FF9B7B;
}
#indication .repair_img {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 322px;
}
@media screen and (min-width: 768px) {
  #indication .repair_img {
    margin-top: unset;
    max-width: 1136px;
    width: min(1136px, 81.143vw);
  }
}
#indication .approach_title_wrap {
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border-top: 5px solid #008231;
  border-bottom: 5px solid #008231;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  #indication .approach_title_wrap {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_title_wrap {
    margin-top: 100px;
  }
}
#indication .approach_title {
  border-top: 2px solid #008231;
  border-bottom: 2px solid #008231;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  color: #008231;
  padding: 0 5px;
}
@media screen and (max-width: 374px) {
  #indication .approach_title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #indication .approach_title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_title {
    font-size: 4.1rem;
  }
}
#indication .approach_wrap {
  padding: 65px 5vw 0 5vw;
}
@media screen and (min-width: 768px) {
  #indication .approach_wrap {
    padding: 90px 5vw 0 5vw;
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_wrap {
    padding: 110px 5vw 0 5vw;
  }
}
@media screen and (min-width: 1223px) {
  #indication .approach_wrap {
    padding: 130px 5vw 0 5vw;
  }
}
#indication .approach_wrap .inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #indication .approach_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
#indication .approach_card {
  position: relative;
  background-color: #FFFFF5;
  padding: 30px 24px 20px 24px;
  border-radius: 15px;
  -webkit-box-shadow: 8px 8px 6px rgba(32, 124, 13, 0.1);
          box-shadow: 8px 8px 6px rgba(32, 124, 13, 0.1);
}
@media screen and (max-width: 374px) {
  #indication .approach_card {
    padding: 28px 18px 18px 18px;
  }
}
@media screen and (min-width: 768px) {
  #indication .approach_card {
    width: calc(50% - 15px);
    max-width: 590px;
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_card {
    padding-top: 64px;
    padding-bottom: 26px;
  }
}
#indication .approach_card + .approach_card {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  #indication .approach_card + .approach_card {
    margin-top: unset;
  }
}
#indication .approach_card_title {
  width: 285px;
  height: 35px;
  background-color: #008231;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  #indication .approach_card_title {
    width: clamp(270px, 29vw, 400px);
    height: clamp(40px, 4.286vw, 60px);
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_card_title {
    width: 360px;
    height: 60px;
  }
}
@media screen and (min-width: 1223px) {
  #indication .approach_card_title {
    width: 420px;
  }
}
#indication .approach_card_title._boundary {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #indication .approach_card_title._boundary {
    width: clamp(270px, 25.72vw, 360px);
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_card_title._boundary {
    width: 340px;
  }
}
@media screen and (min-width: 1180px) {
  #indication .approach_card_title._boundary {
    width: 360px;
  }
}
#indication .approach_card_title._boundary .approach_symptoms {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
#indication .approach_card_title._boundary .approach_symptoms:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 980px) {
  #indication .approach_card_title._boundary .approach_symptoms p._sub {
    padding-top: 5px;
  }
}
#indication .approach_symptoms {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
@media screen and (min-width: 768px) {
  #indication .approach_symptoms {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
#indication .approach_symptoms p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
#indication .approach_symptoms p._sub {
  font-size: 1.2rem;
  line-height: 1.0833;
}
@media screen and (min-width: 768px) {
  #indication .approach_symptoms p._sub {
    font-size: clamp(1.2rem, 1.2143vw, 1.7rem);
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_symptoms p._sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1223px) {
  #indication .approach_symptoms p._sub {
    font-size: 1.7rem;
  }
}
#indication .approach_symptoms p._main {
  font-size: 1.7rem;
  line-height: 1;
}
@media screen and (max-width: 374px) {
  #indication .approach_symptoms p._main {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #indication .approach_symptoms p._main {
    font-size: clamp(1.6rem, 1.93vw, 2.7rem);
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_symptoms p._main {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1223px) {
  #indication .approach_symptoms p._main {
    font-size: 2.7rem;
  }
}
#indication .approach_card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#indication .approach_card_img {
  width: 100px;
}
@media screen and (max-width: 374px) {
  #indication .approach_card_img {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  #indication .approach_card_img {
    width: min(176px, 12.572vw);
  }
}
@media screen and (min-width: 1223px) {
  #indication .approach_card_img {
    width: 176px;
  }
}
#indication .approach_card_text p {
  font-weight: bold;
  line-height: 1.6;
}
#indication .approach_card_text p ._green {
  color: #008231;
}
#indication .approach_card_text p ._pink {
  color: #FF9B7B;
}
#indication .approach_card_text p ._big {
  font-size: 2.2rem;
}
@media screen and (max-width: 374px) {
  #indication .approach_card_text p ._big {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #indication .approach_card_text p ._big {
    font-size: min(3.5rem, 3vw);
  }
}
#indication .approach_card_text p ._middle {
  font-size: 1.6rem;
}
@media screen and (max-width: 374px) {
  #indication .approach_card_text p ._middle {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #indication .approach_card_text p ._middle {
    font-size: min(2.6rem, 2.45vw);
  }
}
#indication .approach_card_text p ._small {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #indication .approach_card_text p ._small {
    font-size: min(1.6rem, 1.2vw);
  }
}
#indication .approach_caution_area {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  #indication .approach_caution_area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_caution_area {
    margin-top: 80px;
  }
}
#indication .approach_caution_title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.457;
  color: #008231;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #indication .approach_caution_title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_caution_title {
    font-size: 3.8rem;
  }
}
#indication .approach_cautions {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #indication .approach_cautions {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_cautions {
    margin-top: 55px;
  }
}
#indication .approach_caution {
  font-size: 1rem;
  line-height: 1.85;
  color: #808080;
}
@media screen and (min-width: 768px) {
  #indication .approach_caution {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #indication .approach_caution {
    font-size: 1.6rem;
  }
}

/* ======================================================
/*  Top - about
========================================================= */
#about {
  position: relative;
  z-index: 1;
  background-color: #E8F9DD;
  padding: 66px 2vw 46px 2vw;
}
@media screen and (min-width: 768px) {
  #about {
    padding: 100px 5vw 75px 5vw;
  }
}
@media screen and (min-width: 980px) {
  #about {
    padding: 125px 5vw 95px 5vw;
  }
}
#about .bg_circle {
  position: absolute;
  z-index: -1;
}
#about .bg_circle._right {
  width: 230px;
  bottom: -21px;
  right: -98px;
}
@media screen and (min-width: 768px) {
  #about .bg_circle._right {
    width: min(460px, 32.86vw);
    bottom: -135px;
    right: -86px;
  }
}
#about .bg_circle._left {
  width: 247px;
  top: 23px;
  left: -142px;
}
@media screen and (min-width: 768px) {
  #about .bg_circle._left {
    width: min(586px, 41.85vw);
    top: 75px;
    left: -155px;
  }
}
#about .bg_alphabet {
  width: 154px;
  position: absolute;
  z-index: -1;
  top: -14px;
  right: -30px;
}
@media screen and (min-width: 768px) {
  #about .bg_alphabet {
    width: min(412px, 29.5vw);
    top: 0;
    right: 8px;
  }
}
#about .inner {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
#about .about_layout {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  #about .about_layout {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #about .about_layout {
    margin-top: 54px;
  }
}
#about .about_column {
  background-color: #fff;
  padding: 5px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  #about .about_column {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    padding: 14px;
  }
}
@media screen and (min-width: 980px) {
  #about .about_column {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1223px) {
  #about .about_column {
    padding-right: 14px;
  }
}
#about .about_column + .about_column {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  #about .about_column + .about_column {
    margin-top: 10px;
  }
}
#about .about_img {
  width: 88px;
}
@media screen and (max-width: 374px) {
  #about .about_img {
    width: 72px;
  }
}
@media screen and (min-width: 768px) {
  #about .about_img {
    width: 126px;
  }
}
@media screen and (min-width: 980px) {
  #about .about_img {
    width: 158px;
  }
}
#about .about_text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#about .about_text_area .head_text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #about .about_text_area .head_text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  #about .about_text_area .head_text {
    font-size: 2rem;
  }
}
#about .about_text_area .main_text {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 374px) {
  #about .about_text_area .main_text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #about .about_text_area .main_text {
    font-size: 2.6rem;
    margin-top: 6px;
  }
}
@media screen and (min-width: 980px) {
  #about .about_text_area .main_text {
    font-size: 3rem;
    margin-top: 8px;
  }
}
#about .about_text_area .main_text ._green {
  color: #008231;
}
#about .about_text_area .main_text ._pink {
  color: #FF9A7B;
}
#about .about_text_area .main_text ._border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
#about .about_text_area .caution_text {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #808080;
}
@media screen and (max-width: 374px) {
  #about .about_text_area .caution_text {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #about .about_text_area .caution_text {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
@media screen and (min-width: 980px) {
  #about .about_text_area .caution_text {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

/* ======================================================
/*  Top - products
========================================================= */
#products {
  position: relative;
  z-index: 1;
  background-color: #F4F1EA;
  padding: 50px 4vw 35px 4vw;
}
@media screen and (min-width: 768px) {
  #products {
    padding: 85px 5vw 80px 5vw;
  }
}
@media screen and (min-width: 980px) {
  #products {
    padding: 105px 5vw 100px 5vw;
  }
}
#products .inner {
  max-width: 1278px;
  margin: 0 auto;
}
#products .products_head {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #products .products_head {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  #products .products_head .img_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
#products .products_head .img_area .ten_symptoms,
#products .products_head .img_area .seven_symptoms {
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #products .products_head .img_area .ten_symptoms,
#products .products_head .img_area .seven_symptoms {
    max-width: 410px;
    margin-left: unset;
    margin-right: unset;
  }
}
#products .products_head .img_area .seven_symptoms {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  #products .products_head .img_area .seven_symptoms {
    margin-top: unset;
  }
}
#products .products_head .products_copy {
  margin-top: 17px;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #products .products_head .products_copy {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #products .products_head .products_copy {
    margin-top: 23px;
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 980px) {
  #products .products_head .products_copy {
    font-size: 6.4rem;
  }
}
#products .products_head .products_copy ._pink {
  color: #FF9A7B;
}
#products .products_layout {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #products .products_layout {
    margin-top: 35px;
  }
}
#products .products_column {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px 15px 34px 15px;
}
@media screen and (min-width: 768px) {
  #products .products_column {
    border-radius: 35px;
    padding: 40px 35px 80px 35px;
  }
}
@media screen and (min-width: 980px) {
  #products .products_column {
    padding: 40px min(110px, 7.86vw) 80px min(110px, 7.86vw);
  }
}
#products .products_column + .products_column {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  #products .products_column + .products_column {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #products .products_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media screen and (min-width: 980px) {
  #products .products_info {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
#products .products_info_img {
  width: 129px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #products .products_info_img {
    width: min(204px, 18vw);
  }
}
#products .products_info_text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #products .products_info_text {
    width: min(690px, 49.3vw);
    margin-top: unset;
  }
}
#products .products_info_text .products_text_img {
  max-width: 296px;
}
@media screen and (min-width: 768px) {
  #products .products_info_text .products_text_img {
    max-width: min(578px, 42vw);
    width: min(578px, 42vw);
  }
}
#products .products_info_text .products_text {
  margin-top: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media screen and (max-width: 374px) {
  #products .products_info_text .products_text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #products .products_info_text .products_text {
    margin-top: 18px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  #products .products_info_text .products_text {
    font-size: 2.2rem;
  }
}
#products .products_efficacy {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  #products .products_efficacy {
    margin-top: 42px;
  }
}
@media screen and (min-width: 980px) {
  #products .products_efficacy {
    margin-top: 50px;
  }
}
#products .products_efficacy_title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #008231;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #products .products_efficacy_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 980px) {
  #products .products_efficacy_title {
    font-size: 2.8rem;
  }
}
#products .products_efficacy_title::after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 6px solid #FFFF00;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #products .products_efficacy_title::after {
    width: 45px;
    height: 45px;
    border: 8px solid #FFFF00;
    left: 46%;
  }
}
@media screen and (min-width: 980px) {
  #products .products_efficacy_title::after {
    width: 55px;
    height: 55px;
    border: 10px solid #FFFF00;
    left: 45.5%;
  }
}
#products .products_efficacy_list {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  #products .products_efficacy_list {
    margin-top: 35px;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    row-gap: 9px;
  }
}
#products .products_efficacy_item {
  width: calc(50% - 3px);
  background-color: #F9F8F6;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  #products .products_efficacy_item {
    width: calc(50% - 4.5px);
    padding: 11px;
  }
}
@media screen and (min-width: 980px) {
  #products .products_efficacy_item {
    width: calc(33.3333333333% - 6px);
  }
}
@media screen and (min-width: 1223px) {
  #products .products_efficacy_item {
    padding: 15px 14px;
  }
}
#products .sub_symptoms {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.403;
}
@media screen and (min-width: 768px) {
  #products .sub_symptoms {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1223px) {
  #products .sub_symptoms {
    font-size: 1.4rem;
  }
}
#products .sub_symptoms small {
  font-size: 1rem;
  letter-spacing: 0;
}
#products .main_symptoms {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #008231;
  margin-top: 3px;
}
@media screen and (max-width: 374px) {
  #products .main_symptoms {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #products .main_symptoms {
    font-size: 2rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 980px) {
  #products .main_symptoms {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1223px) {
  #products .main_symptoms {
    font-size: 2.4rem;
  }
}
#products .products_utilization {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  #products .products_utilization {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
@media screen and (min-width: 980px) {
  #products .products_utilization {
    margin-top: 75px;
  }
}
#products .products_utilization_item {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  width: 235px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #products .products_utilization_item {
    width: calc(33.3333333333% - 5.3333333333px);
  }
}
#products .products_utilization_item + .products_utilization_item {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  #products .products_utilization_item + .products_utilization_item {
    margin-top: unset;
  }
}
#products .utilization_label {
  position: relative;
  padding: 15px 12px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #products .utilization_label {
    font-size: 1.6rem;
    padding: 18px 16px;
  }
}
@media screen and (min-width: 980px) {
  #products .utilization_label {
    font-size: 1.8rem;
    padding: 20px 18px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #products .utilization_label:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1223px) {
  #products .utilization_label {
    font-size: 2rem;
    padding: 25px 23px;
  }
}
#products .utilization_label.on .products_switch span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#products .utilization_label .products_switch {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #008231;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #products .utilization_label .products_switch {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
@media screen and (min-width: 980px) {
  #products .utilization_label .products_switch {
    width: 24px;
    height: 24px;
    right: 18px;
  }
}
#products .utilization_label .products_switch span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#products .utilization_label .products_switch span::after, #products .utilization_label .products_switch span::before {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  #products .utilization_label .products_switch span::after, #products .utilization_label .products_switch span::before {
    width: 8px;
  }
}
@media screen and (min-width: 980px) {
  #products .utilization_label .products_switch span::after, #products .utilization_label .products_switch span::before {
    width: 11px;
    height: 3px;
  }
}
#products .utilization_label .products_switch span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#products .utilization_content {
  background-color: #F9F8F6;
  padding: 15px 12px;
}
#products .utilization_box + .utilization_box {
  margin-top: 1.5em;
}
#products .utilization_box p._main {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.07;
}
@media screen and (min-width: 1223px) {
  #products .utilization_box p._main {
    font-size: 1.3rem;
  }
}
#products .utilization_box p._title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  #products .utilization_box p._title {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  #products .utilization_box p._title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1223px) {
  #products .utilization_box p._title {
    font-size: 1.6rem;
  }
}
#products .utilization_box p._list {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.92;
}
@media screen and (min-width: 1223px) {
  #products .utilization_box p._list {
    font-size: 1.3rem;
  }
}
#products .utilization_box p._label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.07;
  background-color: #FF9A7B;
  border-radius: 20px;
  padding: 2px 10px;
}
@media screen and (min-width: 1223px) {
  #products .utilization_box p._label {
    font-size: 1.3rem;
  }
}
#products .products_caution_img {
  max-width: 630px;
  margin: 0 auto; 
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  #products .products_caution_img {
    margin-top: 50px;
  }
}
#products .products_caution {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 20px;
  background-color: #F9F8F6;
  padding: 11px 8px 11px 40px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.567;
  color: #008231;
}
@media screen and (min-width: 321px) {
  #products .products_caution {
    padding: 13px 8px 13px 50px;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 376px) {
  #products .products_caution {
    padding: 15px 8px 15px 50px;
  }
}
@media screen and (min-width: 768px) {
  #products .products_caution {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
    padding: 20px 35px 20px 80px;
    border-radius: 100px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #products .products_caution {
    margin-top: 20px;
    padding: 22px 45px 22px 100px;
    font-size: 1.8rem;
  }
}
#products .products_caution::after {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url(../../img/icon_caution.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 321px) {
  #products .products_caution::after {
    left: 12px;
  }
}
@media screen and (min-width: 376px) {
  #products .products_caution::after {
    left: 15px;
  }
}
@media screen and (min-width: 768px) {
  #products .products_caution::after {
    width: 40px;
    height: 40px;
    left: 30px;
  }
}
@media screen and (min-width: 980px) {
  #products .products_caution::after {
    width: 48px;
    height: 48px;
    left: 36px;
  }
}
#products .products_caution span {
  display: block;
  white-space: nowrap;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
}
@media screen and (min-width: 321px) {
  #products .products_caution span {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (min-width: 376px) {
  #products .products_caution span {
    white-space: unset;
    -webkit-transform-origin: unset;
            transform-origin: unset;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 1420px) {
  #products .adjust {
    display: none;
  }
}

.bottom_fix {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .bottom_fix {
    width: unset;
    left: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 32px;
    right: 29px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

.bottom_item {
  padding: 4px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .bottom_item {
    padding: 10px;
  }
}
.bottom_item p._sub {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .bottom_item p._sub {
    font-size: 1.2rem;
  }
}
.bottom_item p._pink {
  color: #FF9A7B;
}
.bottom_item p._green {
  color: #008231;
}

.bottom_store {
  padding: 0 35px;
  background-color: #FFE8E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 374px) {
  .bottom_store {
    padding: 0 20px;
  }
}
@media screen and (min-width: 980px) {
  .bottom_store {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .bottom_store:hover {
    background-color: #FFC6B5;
  }
}
.bottom_store p {
  color: #404040;
}
.bottom_store p._sub {
  text-align: center;
}
.bottom_store p._main {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.32;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .bottom_store p._main {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .bottom_store p._main {
    margin-top: 6px;
    font-size: 2rem;
  }
}

.bottom_movie {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .bottom_movie {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .bottom_movie:hover {
    background-color: #C1EDCA;
  }
}
.bottom_movie .img {
  width: 55px;
}
@media screen and (max-width: 374px) {
  .bottom_movie .img {
    width: 45px;
  }
}
@media screen and (min-width: 768px) {
  .bottom_movie .img {
    width: 70px;
  }
}
.bottom_movie p._main {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.319;
}
@media screen and (max-width: 374px) {
  .bottom_movie p._main {
    margin-top: 3px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .bottom_movie p._main {
    margin-top: 6px;
    font-size: 1.5rem;
  }
}

._accordion_trigger {
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  ._accordion_trigger {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  ._accordion_trigger:hover {
    opacity: 0.8;
  }
}
._accordion_trigger.on .more_profile .profile_induction::after {
  -webkit-transform: translate(0, -50%) rotate(0deg) !important;
          transform: translate(0, -50%) rotate(0deg) !important;
}

._modal {
  cursor: pointer;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
}

.modal_bg {
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  height: 100vh;
  background-color: rgba(40, 40, 40, 0.6);
  position: absolute;
  z-index: 99;
}

.modal_content {
  max-width: 1400px;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (min-width: 980px) {
  .modal_content {
    width: 80%;
    height: 80%;
  }
}
@media screen and (min-width: 1180px) {
  .modal_content {
    width: 980px;
    height: 70%;
  }
}

.modal_wrap {
  position: relative;
}
.modal_wrap .icon_close {
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .modal_wrap .icon_close {
    top: 40px;
    right: 40px;
  }
}
@media screen and (min-width: 980px) {
  .modal_wrap .icon_close {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .modal_wrap .icon_close:hover {
    opacity: 0.6;
  }
}
.modal_wrap .icon_close span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .modal_wrap .icon_close span {
    width: 26px;
    height: 26px;
  }
}
.modal_wrap .icon_close span::after, .modal_wrap .icon_close span::before {
  content: "";
  width: 22.8px;
  height: 2px;
  background-color: #B4B4B4;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .modal_wrap .icon_close span::after, .modal_wrap .icon_close span::before {
    width: 29.64px;
  }
}
.modal_wrap .icon_close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal_wrap .icon_close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_inner {
  position: relative;
  max-height: 612px;
  margin: 0 auto;
  background: #fff;
  border-radius: 25px;
  padding: 35px 25px 30px 25px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modal_inner {
    overflow: hidden;
    padding-bottom: unset;
    border-radius: 35px;
    padding: 55px 80px;
  }
}
@media screen and (min-width: 980px) {
  .modal_inner {
    border-radius: 45px;
    padding: 55px 100px;
  }
}
.modal_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: 0.35s ease-in-out 0.3s;
  transition: 0.35s ease-in-out 0.3s;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .modal_inner::after {
    border-radius: 35px;
  }
}
@media screen and (min-width: 980px) {
  .modal_inner::after {
    border-radius: 45px;
  }
}
.modal_inner._open::after {
  opacity: 0;
  z-index: 1;
}

.modal_layout {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .modal_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=top.css.map */