@charset "UTF-8";
:root {
  --red: #ff0000;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
}

.pane-contents {
  overflow: hidden;
}

#deepserum {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  font-family: var(--font_m);
  color: var(--text);
  letter-spacing: 0.03em;
  /*【PC】*/
  /*【SP】*/
}
#deepserum p {
  line-height: 1.8;
}
#deepserum .item_mv {
  padding: 50px 0;
}
#deepserum .item_mv .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#deepserum .item_mv .img {
  width: 50%;
  text-align: center;
}
#deepserum .item_mv .img img {
  width: 70%;
}
#deepserum .item_mv .img p {
  font-size: 0.8em;
  margin: 20px 0 0 0;
}
#deepserum .item_mv .img .iyaku {
  border: 1px solid var(--text);
  font-size: 0.9em;
  padding: 1px 5px;
  display: inline-block;
  margin: 0 0 5px 0;
}
#deepserum .item_mv .text {
  width: 50%;
}
#deepserum .item_mv .title {
  position: relative;
  font-size: 1.8em;
  margin: 0 0 40px 0;
}
#deepserum .item_mv .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80px;
  height: 1px;
  background: var(--color_01);
}
#deepserum .item_mv p {
  line-height: 1.8;
}
#deepserum .item_mv .p-1 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  #deepserum .item_mv {
    padding: 30px 0;
  }
  #deepserum .item_mv .inner {
    display: block;
  }
  #deepserum .item_mv .img {
    width: 100%;
  }
  #deepserum .item_mv .text {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #deepserum .item_mv .title {
    font-size: 1.5em;
    margin: 0 0 35px 0;
  }
}
#deepserum .message {
  text-align: center;
  margin: 50px 0;
}
#deepserum .message .text {
  margin: 50px 0;
}
#deepserum .message .text .title {
  margin: 0 0 30px 0;
  font-size: 2em;
  letter-spacing: 0.3em;
}
#deepserum .message .text p {
  display: inline-block;
  text-align: left;
  line-height: 2;
}
#deepserum .message.effect_01 {
  background-position-y: 70%;
}
@media (max-width: 768px) {
  #deepserum .message {
    margin: 20px 0;
  }
  #deepserum .message .text .title {
    margin: 0 0 20px 0;
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }
}
#deepserum .nayami {
  margin: 100px 0 0 0;
}
#deepserum .nayami ul {
  display: flex;
  grid-gap: 30px;
  text-align: center;
  justify-content: center;
}
#deepserum .nayami li {
  width: 200px;
  transition: all 1000ms cubic-bezier(0.2, 1.3, 0.7, 1.3);
  transform: translateY(30px);
  opacity: 0;
}
#deepserum .nayami li:nth-child(1) {
  transition-delay: 500ms;
}
#deepserum .nayami li:nth-child(2) {
  transition-delay: 800ms;
}
#deepserum .nayami li:nth-child(3) {
  transition-delay: 1100ms;
}
#deepserum .nayami li:nth-child(4) {
  transition-delay: 1400ms;
}
#deepserum .nayami.active li {
  transform: translateY(0);
  opacity: 1;
}
#deepserum .nayami .icon_bg {
  width: 130px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 1.2em;
}
#deepserum .nayami .text {
  text-align: left;
}
#deepserum .nayami .text p {
  line-height: 1.3;
}
@media (max-width: 768px) {
  #deepserum .nayami {
    margin: 30px 0 0 0;
  }
  #deepserum .nayami ul {
    display: block;
  }
  #deepserum .nayami li {
    width: 100%;
    display: flex;
    grid-gap: 20px;
    align-items: center;
  }
  #deepserum .nayami .icon_bg {
    width: 30%;
    margin: 0;
    padding: 65px 0;
    height: 100px;
    font-size: 0.9em;
    letter-spacing: 0;
  }
  #deepserum .nayami .text {
    width: 70%;
  }
}
#deepserum .feature .main_title {
  margin: 0 0 80px 0;
}
#deepserum .feature .fl {
  display: flex;
  grid-gap: 50px;
  flex-direction: row-reverse;
  align-items: center;
  margin: 50px 0;
}
#deepserum .feature .fl .img {
  width: 50%;
}
#deepserum .feature .fl .text {
  width: 50%;
}
#deepserum .feature .fl .title {
  color: var(--color_02);
  font-size: 1.6em;
  margin: 0 0 20px 0;
}
#deepserum .feature .fl .title span {
  font-size: 1.8em;
}
#deepserum .feature .fl .p-2 {
  margin: 20px 0 0 0;
  font-size: 0.8em;
}
#deepserum .feature .fl .box {
  display: flex;
  margin: 30px 0 0 0;
  grid-gap: 20px;
  align-items: center;
}
#deepserum .feature .fl .box .img-2 {
  width: 30%;
}
#deepserum .feature .fl .box .p-3 {
  color: var(--color_02);
  font-size: 1.1em;
}
@media (max-width: 768px) {
  #deepserum .feature .main_title {
    margin: 20px 0 50px 0;
  }
  #deepserum .feature .fl {
    display: block;
    margin: 30px 0;
  }
  #deepserum .feature .fl .img {
    width: 100%;
  }
  #deepserum .feature .fl .title {
    font-size: 1.3em;
    margin: 0 0 10px 0;
  }
  #deepserum .feature .fl .text {
    width: 100%;
    margin: 20px 0 0;
  }
  #deepserum .feature .fl .box {
    grid-gap: 10px;
  }
  #deepserum .feature .fl .box .img-2 {
    width: 250px;
  }
  #deepserum .feature .fl .box .p-3 {
    font-size: 0.9em;
    line-height: 1.5;
  }
}
#deepserum .component .main_title {
  margin-top: 0;
}
#deepserum .component .title_top {
  text-align: center;
  margin: 70px 0 0 0;
}
@media (max-width: 768px) {
  #deepserum .component .main_title {
    margin: 30px 0 0 0;
  }
  #deepserum .component .title_top {
    margin: 40px 0 0 0;
  }
}
#deepserum .component .list {
  display: flex;
  grid-gap: 60px;
  text-align: center;
  margin: 50px 0;
}
#deepserum .component .list .name {
  font-size: 1.5em;
  margin: 0 0 15px 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#deepserum .component .list .name sup {
  font-size: 10px;
  vertical-align: top;
}
#deepserum .component .list p {
  text-align: left;
}
#deepserum .component .list li {
  position: relative;
  padding: 20px 0;
  width: 100%;
}
#deepserum .component .list li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  background: #ede1e2;
}
#deepserum .component .list li:after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(50%, -50%);
}
#deepserum .component .list li:nth-child(1) .name {
  color: #f0787a;
}
#deepserum .component .list li:nth-child(2) .name {
  color: #68a3d8;
}
#deepserum .component .list li:nth-child(3) .name {
  color: #dfa537;
}
#deepserum .component .list li:nth-child(3):before, #deepserum .component .list li:nth-child(3):after {
  content: none;
}
@media (max-width: 768px) {
  #deepserum .component .list {
    display: block;
    margin: 0;
  }
  #deepserum .component .list li:before {
    top: auto;
    right: auto;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  #deepserum .component .list li:after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
  }
  #deepserum .component .list .name {
    margin: 10px 0;
    height: auto;
  }
}
#deepserum .component .map {
  background: #fff;
  border-radius: 5px;
  display: flex;
  grid-gap: 50px;
  padding: 40px 60px;
  margin: 50px 0;
}
#deepserum .component .map .title {
  font-size: 1.3em;
  position: relative;
  padding: 0 0 0 45px;
}
#deepserum .component .map .title sup {
  font-size: 12px;
}
#deepserum .component .map .title img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#deepserum .component .map p {
  padding: 10px 0 0 45px;
}
#deepserum .component .map li + li {
  margin-top: 20px;
}
#deepserum .component .map li:nth-child(1) .title {
  color: #f0787a;
}
#deepserum .component .map li:nth-child(2) .title {
  color: #68a3d8;
}
#deepserum .component .map li:nth-child(3) .title {
  color: #dfa537;
}
@media (max-width: 768px) {
  #deepserum .component .map {
    margin: 20px 0;
    display: block;
    padding: 20px 5%;
  }
  #deepserum .component .map .img {
    margin: 0 0 20px 0;
  }
  #deepserum .component .map .title {
    font-size: 1.1em;
    padding: 0 0 0 40px;
    letter-spacing: 0;
  }
  #deepserum .component .map p {
    padding: 10px 0 0 40px;
    font-size: 0.9em;
    line-height: 1.5;
  }
}
#deepserum .component .treatment {
  display: flex;
  background: #fff;
  padding: 40px 60px;
  align-items: center;
  grid-gap: 50px;
}
#deepserum .component .treatment .title {
  color: #7d92a4;
  font-size: 1.5em;
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  #deepserum .component .treatment {
    display: block;
    padding: 20px 5%;
  }
  #deepserum .component .treatment .title {
    font-size: 1.2em;
    margin: 10px 0 15px 0;
  }
}
#deepserum .component .note {
  font-size: 0.8em;
  text-align: right;
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  #deepserum .component .note {
    margin: 10px 0 0 0;
  }
}
#deepserum .care .text_top {
  text-align: center;
  margin: 0 0 50px 0;
}
#deepserum .care .text_top .title {
  font-size: 2em;
  margin: 60px 0 20px 0;
}
#deepserum .care .text_top .title span {
  font-size: 0.6em;
}
#deepserum .care .text_top p {
  display: inline-block;
  text-align: left;
}
#deepserum .care .time_icon {
  left: 50%;
  top: 30px;
  position: absolute;
  transform: translateX(-50%);
  width: 200px;
  z-index: 1;
}
@media (max-width: 768px) {
  #deepserum .care .text_top {
    margin: 0 0 30px 0;
  }
  #deepserum .care .text_top .title {
    font-size: 1.2em;
    margin: 30px 0 20px 0;
  }
  #deepserum .care .time_icon {
    top: 10px;
    width: 150px;
  }
}
#deepserum .care .caretime {
  position: relative;
}
#deepserum .care .caretime:before, #deepserum .care .caretime:after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
}
#deepserum .care .caretime:before {
  background: #ede6f4;
  left: 0;
}
#deepserum .care .caretime:after {
  background: #ffefdc;
  right: 0;
}
#deepserum .care .caretime .care_box {
  display: flex;
  grid-gap: 100px;
  z-index: 1;
  position: relative;
}
#deepserum .care .caretime .box .title {
  font-size: 2em;
  margin: 70px 0 60px 0;
}
#deepserum .care .caretime .box:nth-child(1) .title {
  text-align: right;
  padding: 0 80px 0 0;
}
#deepserum .care .caretime .box:nth-child(2) .title {
  padding: 0 0 0 80px;
}
#deepserum .care .caretime .box .p-1 {
  font-size: 1.5em;
  margin: 20px 0 10px 0;
  line-height: 1.6;
}
#deepserum .care .caretime .box .item_img {
  margin: 20px 0 50px 0;
  text-align: center;
}
#deepserum .care .caretime .box .item_img img {
  height: 120px;
}
@media (max-width: 768px) {
  #deepserum .care .caretime .care_box {
    grid-gap: 20px;
  }
  #deepserum .care .caretime .box .title {
    font-size: 1.2em;
    margin: 110px 0 20px 0;
  }
  #deepserum .care .caretime .box:nth-child(1) .title {
    padding: 0 10px 0 0;
  }
  #deepserum .care .caretime .box:nth-child(2) .title {
    padding: 0 0 0 10px;
  }
  #deepserum .care .caretime .box .p-1 {
    font-size: 1em;
    margin: 15px 0 10px 0;
    line-height: 1.5;
  }
  #deepserum .care .caretime .box .p-2 {
    font-size: 0.9em;
    line-height: 1.5;
  }
  #deepserum .care .caretime .box .item_img {
    margin: 10px 0 20px 0;
  }
  #deepserum .care .caretime .box .item_img img {
    height: 40px;
    max-width: none;
  }
}
#deepserum .method .title_top {
  text-align: center;
  margin: 70px 0 50px 0;
}
#deepserum .method .title_top .title {
  font-size: 2.2em;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
}
#deepserum .method .title_top .title sup {
  font-size: 10px;
}
#deepserum .method .title_top .text_top {
  position: relative;
  width: 50%;
  display: inline-block;
  font-size: 0.8em;
  text-align: left;
  line-height: 1.5;
}
#deepserum .method .title_top .text_top span {
  position: absolute;
  left: -25px;
  top: 0;
}
#deepserum .method .list .list_title {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 1.6em;
}
#deepserum .method .list .list_box .box {
  display: flex;
  background: #fff;
  border-radius: 5px;
  padding: 30px 40px;
  margin: 30px 0;
  align-items: center;
}
#deepserum .method .list .list_box .box .img {
  width: 40%;
  text-align: center;
}
#deepserum .method .list .list_box .box .img img {
  height: 150px;
  width: auto;
}
#deepserum .method .list .list_box .box .step {
  padding: 0 50px 0 0;
}
#deepserum .method .list .list_box .box .step .i {
  text-align: center;
  line-height: 1.2;
  padding: 20px;
}
#deepserum .method .list .list_box .box .step .i span {
  font-size: 2em;
  letter-spacing: 2px;
}
#deepserum .method .list .list_box .box .title {
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
#deepserum .method .list .list_box .box .text {
  width: 50%;
}
@media (max-width: 768px) {
  #deepserum .method .title_top {
    margin: 30px 0 20px 0;
  }
  #deepserum .method .title_top .title {
    font-size: 1.3em;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
  }
  #deepserum .method .title_top .text_top {
    width: 100%;
    padding: 0 0 0 30px;
  }
  #deepserum .method .title_top .text_top span {
    left: 0;
  }
  #deepserum .method .list .list_title {
    margin: 0;
    font-size: 1.1em;
  }
  #deepserum .method .list .list_box .box {
    display: block;
    padding: 20px 5%;
    text-align: center;
  }
  #deepserum .method .list .list_box .box .img {
    width: 100%;
  }
  #deepserum .method .list .list_box .box .img img {
    height: auto;
    width: 100%;
  }
  #deepserum .method .list .list_box .box .step {
    padding: 20px 0;
  }
  #deepserum .method .list .list_box .box .step .i {
    display: inline-block;
  }
  #deepserum .method .list .list_box .box .text {
    width: 100%;
    text-align: left;
  }
  #deepserum .method .list .list_box .box .text .title {
    font-size: 1.2em;
    margin: 0 0 10px 0;
  }
}
#deepserum .last {
  text-align: center;
  padding: 0 0 100px 0;
}
#deepserum .last .item_set .item_img {
  width: 60%;
  max-width: 400px;
}
#deepserum .last .item_set .logo {
  width: 30%;
  margin: 20px 0 50px 0;
}
#deepserum .last .last_img {
  display: flex;
  justify-content: center;
  grid-gap: 70px;
}
#deepserum .last .last_img p {
  font-size: 1.3em;
  line-height: 1.5;
  margin: 10px 0 0 0;
  max-width: 200px;
}
@media (max-width: 768px) {
  #deepserum .last {
    padding: 0 0 40px 0;
  }
  #deepserum .last .item_set .item_img {
    width: 90%;
    max-width: 100%;
  }
  #deepserum .last .item_set .logo {
    width: 60%;
    margin: 10px 0 20px 0;
  }
  #deepserum .last .last_img {
    grid-gap: 20px;
  }
  #deepserum .last .last_img img {
    height: 140px;
  }
  #deepserum .last .last_img p {
    font-size: 0.9em;
    max-width: 100%;
  }
}
#deepserum .main_title {
  text-align: center;
  margin: 50px 0;
  color: var(--color_02);
}
#deepserum .main_title span {
  position: relative;
}
#deepserum .main_title span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 30%;
  height: 1px;
  transform: translateX(-50%);
  background: var(--color_01);
}
@media (max-width: 768px) {
  #deepserum .main_title {
    margin: 30px 0;
  }
}
#deepserum .move {
  transform: translateY(50px);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#deepserum .move.active {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 500ms;
}
#deepserum .separator {
  text-align: center;
  margin: 50px 0 0 0;
}
@media (max-width: 768px) {
  #deepserum .separator {
    margin: 20px 0 0 0;
  }
}
#deepserum .m {
  font-family: var(--font_m);
}
#deepserum .n {
  font-family: var(--font_n);
}
#deepserum .bg {
  background: var(--bg);
}
#deepserum .color_01 {
  color: var(--color_01);
}
#deepserum .color_02 {
  color: var(--color_02);
}
#deepserum .color_03 {
  color: var(--color_03);
}
#deepserum h1,
#deepserum h2,
#deepserum h3,
#deepserum h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#deepserum .mini {
  font-size: 0.8em;
}
@media screen and (min-width: 769px) {
  #deepserum .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #deepserum .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #deepserum .inner,
  #deepserum .inner_mini {
    padding: 0 5%;
  }
  #deepserum .pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */