@charset "UTF-8";
:root {
  --color_01: #9e0071;
  --color_02: #bd1d8f;
  --color_03: #ffe7f4;
  --color_04: #e5d084;
  --text: #000;
  --bg: #ffeff8;
  --red: #9e0071;
  --font_m: "Noto Serif JP", serif;
  --font_me: "Shippori Mincho", serif;
  --font_n: "Noto Sans JP", sans-serif;
  --font_e: "Josefin Sans", sans-serif;
}

.pane-contents {
  overflow: hidden;
}

#resurreck {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: var(--text);
  font-family: var(--font_m);
  /*【PC】*/
  /*【SP】*/
}
#resurreck .page_link {
  background: var(--color_01);
}
#resurreck .page_link ul {
  text-align: center;
  display: flex;
  justify-content: center;
}
#resurreck .page_link li {
  position: relative;
  width: 20%;
}
#resurreck .page_link li:last-child:after {
  content: none;
}
#resurreck .page_link li:before, #resurreck .page_link li:after {
  content: "";
  position: absolute;
}
#resurreck .page_link li:before {
  width: 7px;
  height: 7px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: 16px;
  z-index: 1;
  pointer-events: none;
}
#resurreck .page_link li:after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color_02);
  width: 1px;
  height: 80%;
}
#resurreck .page_link a {
  background: var(--color_01);
  color: #fff;
  position: relative;
  transition: 0.3s;
  padding: 30px 0;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  display: block;
}
#resurreck .page_link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color_02);
  transform-origin: right bottom;
  transform: scale(1, 0);
  transition: transform 0.3s;
}
#resurreck .page_link a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#resurreck .page_link a span {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #resurreck .page_link .inner {
    padding: 0;
  }
  #resurreck .page_link li {
    width: 100%;
  }
  #resurreck .page_link li:before {
    width: 5px;
    height: 5px;
    bottom: 10px;
  }
  #resurreck .page_link a {
    padding: 20px 0 23px 0;
    font-size: 1em;
  }
}
#resurreck .worries {
  text-align: center;
  margin: 80px 0;
}
#resurreck .worries .bar_title {
  background: url(/goods/resurreck/40701003/bar_title.jpg) no-repeat scroll center center/100% auto;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 12px 0 17px;
  font-size: 2em;
}
#resurreck .worries ul {
  display: inline-block;
  text-align: left;
}
#resurreck .worries li {
  position: relative;
  border-bottom: 2px dotted #ccc;
  padding: 25px 5px 25px 60px;
  font-size: 1.4em;
  letter-spacing: 0.07em;
}
#resurreck .worries li span {
  color: var(--color_01);
  font-size: 1.4em;
}
#resurreck .worries li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 32px;
  background: url(/goods/resurreck/40701003/check.png) no-repeat scroll 0 0/auto 100%;
  width: 50px;
  height: 35px;
}
#resurreck .worries p {
  margin: 50px 0 0 0;
  letter-spacing: 0.07em;
  font-size: 1.2em;
  line-height: 2;
}
#resurreck .worries p span {
  display: inline-block;
  font-size: 1.3em;
  margin: 0 0 40px 0;
  position: relative;
  transition: 0.3s;
  transition: all 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 500ms;
}
#resurreck .worries p span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -15px;
  background: var(--color_01);
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform 0.3s;
  transition: all 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 500ms;
}
#resurreck .worries.active p span {
  color: var(--color_01);
}
#resurreck .worries.active p span:before {
  width: 100%;
}
@media (max-width: 768px) {
  #resurreck .worries {
    margin: 30px 0;
  }
  #resurreck .worries .bar_title {
    background: url(/goods/resurreck/40701003/bar_title.jpg) no-repeat scroll center center/100% 100%;
    margin: 0 0 10px 0;
    padding: 10px 0 15px;
    font-size: 1.2em;
  }
  #resurreck .worries li {
    padding: 10px 0 10px 30px;
    font-size: 1em;
    letter-spacing: 0;
  }
  #resurreck .worries li:before {
    top: 16px;
    width: 30px;
    height: 20px;
  }
  #resurreck .worries li span {
    font-size: 1.2em;
  }
  #resurreck .worries p {
    margin: 20px 0 0 0;
    letter-spacing: 0;
    font-size: 1.4em;
    line-height: 1.8;
  }
  #resurreck .worries p span {
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0 0 30px 0;
  }
}
#resurreck .feature {
  padding: 100px 0 0 0;
}
#resurreck .feature .top_title {
  text-align: center;
  color: var(--color_01);
  margin: 0 0 40px 0;
}
#resurreck .feature .top_title span {
  position: relative;
  padding: 10px 15px;
  font-size: 1.2em;
}
#resurreck .feature .top_title span:before, #resurreck .feature .top_title span:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 239, 248, 0) 0%, #fff 0%, rgb(158, 0, 113) 40%, rgb(158, 0, 113) 60%, rgba(255, 239, 248, 0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#resurreck .feature .top_title span:before {
  top: 0;
}
#resurreck .feature .top_title span:after {
  bottom: 0;
}
#resurreck .feature .t_1 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 2em;
}
#resurreck .feature .graph {
  text-align: center;
}
#resurreck .feature .graph img {
  width: 700px;
}
#resurreck .feature .t_2 {
  position: relative;
  text-align: center;
  font-size: 1.8em;
  padding: 50px 0 30px;
  margin: 70px 0 0 0;
}
#resurreck .feature .t_2:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 239, 248, 0) 0%, #fff 0%, rgb(158, 0, 113) 40%, rgb(158, 0, 113) 60%, rgba(255, 239, 248, 0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#resurreck .feature .bottle {
  text-align: center;
}
#resurreck .feature .bottle img {
  width: 800px;
}
#resurreck .feature .bar {
  background: url(/goods/resurreck/40701003/bar_bg.jpg) no-repeat scroll 0 0/cover;
  text-align: center;
  color: #fff;
  margin: 100px 0 0 0;
  padding: 20px 0;
}
#resurreck .feature .bar .fl {
  display: flex;
  grid-gap: 80px;
  align-items: center;
}
#resurreck .feature .bar p {
  font-size: 0.8em;
  text-align: left;
}
@media (max-width: 768px) {
  #resurreck .feature {
    padding: 50px 0 0 0;
  }
  #resurreck .feature .top_title {
    margin: 0 0 20px 0;
  }
  #resurreck .feature .t_1 {
    margin: 0 0 20px 0;
    font-size: 1.2em;
    letter-spacing: -0.05em;
  }
  #resurreck .feature .graph img,
  #resurreck .feature .bottle img {
    width: 80%;
  }
  #resurreck .feature .t_2 {
    font-size: 1.3em;
    padding: 20px 0 10px;
    margin: 30px 0 0 0;
  }
  #resurreck .feature .bar {
    margin: 30px 0 0 0;
  }
  #resurreck .feature .bar .fl {
    display: block;
  }
  #resurreck .feature .bar .fl .b_1 img {
    width: 70%;
  }
  #resurreck .feature .bar .fl .b_2 img {
    width: 80%;
  }
}
#resurreck .prevention {
  padding: 100px 0;
}
#resurreck .prevention .top_title {
  position: relative;
  background: var(--color_01);
  color: #fff;
  font-size: 1.3em;
  padding: 10px 30px;
  border-radius: 5px;
  margin: 50px 0 30px 0;
}
#resurreck .prevention .top_title:before {
  content: "";
  width: 3px;
  height: 60%;
  background: #e5d084;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
#resurreck .prevention table {
  width: 100%;
}
#resurreck .prevention table td {
  border: 1px solid var(--color_01);
  padding: 15px 10px;
  color: var(--color_01);
  font-size: 1.1em;
}
#resurreck .prevention table td:nth-child(2) {
  text-align: center;
}
#resurreck .prevention table tr:nth-child(even) td {
  background: var(--color_03);
}
#resurreck .prevention .note {
  font-size: 0.8em;
  margin: 10px 0;
}
#resurreck .prevention dl {
  border: 1px solid var(--color_01);
  display: flex;
  margin: 30px 0;
}
#resurreck .prevention dl dt,
#resurreck .prevention dl dd {
  padding: 15px 25px;
}
#resurreck .prevention dl dt {
  background: var(--color_01);
  color: #fff;
  text-align: center;
}
#resurreck .prevention .ant {
  font-size: 0.9em;
  line-height: 1.2;
}
#resurreck .prevention .ant li {
  margin: 5px 0;
  text-indent: -2.6em;
  padding: 5px 0 5px 2.4em;
  border-bottom: 1px dashed #ccc;
}
@media (max-width: 768px) {
  #resurreck .prevention {
    padding: 30px 0;
  }
  #resurreck .prevention .top_title {
    font-size: 1.1em;
    margin: 30px 0 10px 0;
  }
  #resurreck .prevention table {
    border-bottom: 1px solid var(--color_01);
  }
  #resurreck .prevention table tr {
    display: grid;
  }
  #resurreck .prevention table tr td {
    padding: 10px;
  }
  #resurreck .prevention table tr td:nth-child(1) {
    grid-column: 1/3;
    border-right: none;
    border-bottom: none;
  }
  #resurreck .prevention table tr td:nth-child(2) {
    grid-column: 3/3;
    border-left: none;
    border-bottom: none;
  }
  #resurreck .prevention table tr td:nth-child(3) {
    grid-column: 1/4;
    border-bottom: none;
    border-top: none;
    padding-top: 0;
    font-size: 0.8em;
  }
  #resurreck .prevention dl {
    display: block;
    margin: 20px 0;
  }
  #resurreck .prevention dl dt {
    padding: 7px 0;
  }
  #resurreck .prevention dl dd {
    padding: 10px 15px;
  }
}
#resurreck .use {
  background: var(--color_01);
  padding: 80px 0;
}
#resurreck .use .top_title {
  text-align: center;
  background: var(--color_04);
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 0 50px 0;
}
#resurreck .use .movie {
  border: 3px solid #fff;
}
#resurreck .use .movie_text p {
  margin: 40px 0;
  font-size: 1.2em;
  line-height: 1.8;
  color: #fff;
}
#resurreck .use li {
  background: var(--color_04);
  border-radius: 10px;
  margin: 30px 0 0 0;
}
#resurreck .use .fl {
  display: flex;
  background: #fff;
  border-radius: 110px 10px 10px 10px;
  padding: 30px 50px;
}
#resurreck .use .fl .img {
  width: 450px;
  padding: 0 0 0 30px;
}
#resurreck .use .fl .text {
  border-right: 4px dotted #ccc;
  padding: 0 30px 0 0;
  width: 70%;
}
#resurreck .use .fl .text .number {
  font-size: 3em;
  font-style: italic;
}
#resurreck .use .fl .text .title {
  margin: 0 0 15px 0;
}
#resurreck .use .fl .text .ant {
  font-size: 0.8em;
  text-indent: -3em;
  padding: 0 0 0 3em;
}
#resurreck .use .fl .text .ant2 {
  font-size: 0.8em;
  text-indent: -4em;
  padding: 0 0 0 4em;
}
#resurreck .use .fl .text .ant2 + ant2 {
  margin-top: 20px;
}
#resurreck .use .ant_bottom_01,
#resurreck .use .ant_bottom_02 {
  color: #fff;
  font-size: 0.8em;
}
#resurreck .use .ant_bottom_01 {
  margin: 10px 0;
  text-align: right;
}
@media (max-width: 768px) {
  #resurreck .use {
    padding: 30px 0;
  }
  #resurreck .use .top_title {
    margin: 0 0 20px 0;
  }
  #resurreck .use p {
    margin: 20px 0;
    font-size: 0.9em;
    line-height: 1.5;
  }
  #resurreck .use li {
    margin: 10px 0 0 0;
  }
  #resurreck .use li .fl {
    display: block;
    padding: 20px;
    border-radius: 80px 10px 10px 10px;
  }
  #resurreck .use li .fl .img {
    width: 100%;
    padding: 0;
  }
  #resurreck .use li .fl .text {
    width: 100%;
    border-bottom: 4px dotted #ccc;
    border-right: none;
    margin: 0 0 20px 0;
  }
  #resurreck .use .ant_bottom_02 {
    margin: 0;
  }
}
#resurreck .faq dl {
  border-bottom: 4px dotted #ccc;
}
#resurreck .faq dt {
  position: relative;
  border-top: 4px dotted #ccc;
  font-size: 1.2em;
  cursor: pointer;
  padding: 15px 50px 15px 65px;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#resurreck .faq dt .i {
  background: var(--color_01);
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  left: 10px;
  top: 12px;
}
#resurreck .faq dt .i:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent var(--color_01) transparent;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
#resurreck .faq dt:hover {
  background: #faf2f8;
}
#resurreck .faq dt.open {
  background: #faf2f8;
}
#resurreck .faq dt.open .plus:before {
  transform: rotate(90deg);
}
#resurreck .faq dt.open .plus:after {
  transform: rotate(360deg);
  opacity: 0;
}
#resurreck .faq .plus {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
#resurreck .faq .plus:before, #resurreck .faq .plus:after {
  content: "";
  width: 100%;
  height: 0.1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color_01);
}
#resurreck .faq .plus:after {
  transform: rotate(90deg);
}
#resurreck .faq dd {
  position: relative;
  background: #faf2f8;
}
#resurreck .faq dd .dd {
  padding: 15px 0 20px 65px;
}
#resurreck .faq dd .i {
  background: var(--color_04);
  left: 10px;
  width: 37px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  padding: 0 0 0 5px;
}
#resurreck .faq dd .i:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent var(--color_04) transparent;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
#resurreck .faq dd .img {
  text-align: center;
  margin: 20px 0 0 0;
}
#resurreck .faq dd .img img {
  width: 50%;
}
#resurreck .faq .i {
  position: absolute;
  font-size: 16px;
}
#resurreck .faq p + ul,
#resurreck .faq ul + p {
  margin-top: 20px;
}
#resurreck .faq ul li {
  padding: 0 0 0 12px;
  position: relative;
}
#resurreck .faq ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: var(--color_04);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #resurreck .faq dt {
    font-size: 1.1em;
  }
  #resurreck .faq dd .dd {
    padding: 0 20px 20px 65px;
  }
  #resurreck .faq dd .img {
    margin: 10px 0 0 0;
  }
  #resurreck .faq dd .img img {
    width: 100%;
  }
}
#resurreck .tvcm p {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}
#resurreck .pink_title {
  text-align: center;
  background: var(--color_01);
  border-radius: 5px;
  margin: 80px 0 30px;
  padding: 10px 0;
  color: #fff;
  font-size: 2em;
}
@media (max-width: 768px) {
  #resurreck .pink_title {
    margin: 30px 0 20px;
    font-size: 1em;
    padding: 15px 0;
  }
}
#resurreck .move {
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 300ms;
  transform: translateY(50px);
  opacity: 0;
}
#resurreck .move.active {
  transform: translateY(0);
  opacity: 1;
}
#resurreck .movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
#resurreck .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#resurreck .m {
  font-family: var(--font_m);
}
#resurreck .me {
  font-family: var(--font_me);
}
#resurreck .n {
  font-family: var(--font_n);
}
#resurreck .e {
  font-family: var(--font_e);
}
#resurreck .bg {
  background: var(--bg);
}
#resurreck .kome {
  text-indent: -1em;
  padding-left: 1em;
}
#resurreck .red {
  color: var(--red);
}
#resurreck sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#resurreck .mini {
  font-size: 0.8em;
}
#resurreck .big {
  font-size: 1.3em;
}
#resurreck a,
#resurreck :before,
#resurreck :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#resurreck .k {
  font-size: 0.7em;
}
#resurreck img {
  vertical-align: bottom;
  width: 100%;
}
#resurreck a {
  text-decoration: none;
}
#resurreck h1,
#resurreck h2,
#resurreck h3,
#resurreck h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 769px) {
  #resurreck {
    font-size: 17px;
  }
  #resurreck .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #resurreck .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #resurreck .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #resurreck .inner,
  #resurreck .inner_mini {
    padding: 0 5%;
  }
  #resurreck .pc {
    display: none;
  }
}/*# sourceMappingURL=resurreck.css.map */