@media (min-width: 641px) {
  #header {
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  #rsp .warp.sp_topMargin {
    /*margin-top: 122px !important;*/
  }
}
#footer {
  position: relative;
  z-index: 1000;
}

.double-bubble-bath {
  color: #1A1311;
  position: relative;
}
.double-bubble-bath .container {
  position: relative;
}
.double-bubble-bath .container:before, .double-bubble-bath .container:after {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
.double-bubble-bath .container:before {
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  width: 347px;
  height: calc(100% - 630px);
  top: 630px;
  left: 0;
}
.double-bubble-bath .container:after {
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 100% auto;
  width: 328px;
  height: calc(100% - 530px);
  top: 530px;
  right: 0;
}
.double-bubble-bath * {
  line-height: 1.5;
}
.double-bubble-bath img {
  max-width: 100%;
  height: auto;
}
.double-bubble-bath a {
  text-decoration: none;
}
.double-bubble-bath ul,
.double-bubble-bath li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 641px) {
  .double-bubble-bath .container:before {
    background-image: url("../images/bubble01.png");
  }
  .double-bubble-bath .container:after {
    background-image: url("../images/bubble02.png");
  }
  .double-bubble-bath .mobile {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  .double-bubble-bath .container:before {
    background-image: url("../images/bubble01_sp.png");
    width: 16vw;
    height: calc(100% - 150.6666666666667vw);
    top: 150.6666666666667vw;
    left: 0;
  }
  .double-bubble-bath .container:after {
    background-image: url("../images/bubble02_sp.png");
    width: 19.73333333333333vw;
    height: calc(100% - 150.6666666666667vw);
    top: 150.6666666666667vw;
    right: 0;
  }
  .double-bubble-bath .desktop {
    display: none !important;
  }
}
.double-bubble-bath .bath-nav {
  font-size: 14px;
  background: rgba(26, 19, 17, 0.7);
  width: 100%;
  margin-top: 16px;
  padding: 16px 0;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
}
.test .double-bubble-bath .bath-nav {
  background: #1A1311;
  min-width: 960px;
  padding: 8px 0;
  position: fixed;
  top: 164px;
}
.double-bubble-bath .bath-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.double-bubble-bath .bath-nav ul li:nth-child(n+2) {
  margin-left: 5em;
}
.double-bubble-bath .bath-nav ul li a {
  color: #fff;
  display: block;
  position: relative;
}
.double-bubble-bath .bath-nav ul li a .active {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.double-bubble-bath .bath-nav ul li a .active:after {
  display: block;
  content: "";
  width: 100%;
  border-top: solid 1px currentColor;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -0.2em;
}
.double-bubble-bath .bath-nav ul li a.is-active .active:after {
  opacity: 1;
}
@media (min-width: 641px) {
  .double-bubble-bath .bath-nav {
    min-width: 960px;
  }
  .double-bubble-bath .bath-nav.is-fixed {
    margin-top: 0;
    position: fixed;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  .double-bubble-bath .bath-nav {
    font-size: 3.2vw;
    position: fixed;
    top: 106px;
  }
  .test .double-bubble-bath .bath-nav {
    min-width: 0;
  }
  .double-bubble-bath .bath-nav ul {
    flex-wrap: wrap;
  }
  .double-bubble-bath .bath-nav ul li {
    text-align: center;
    margin: 0 1em !important;
  }
  .double-bubble-bath .bath-nav ul li:nth-child(n+4) {
    margin-top: 0.75em !important;
  }
}
.double-bubble-bath .section {
  text-align: left;
}
.double-bubble-bath .section > .inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.double-bubble-bath .section .section-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 22.70833333333333vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
}
.double-bubble-bath .section .section-header .title {
  width: 100%;
  max-width: 740px;
  text-align: left;
  margin: 0 auto;
  transform: translateY(1px);
}
.double-bubble-bath #main {
  color: #fff;
  background: #1A1311;
  text-align: center;
  padding: 260px 0 80px;
  overflow: hidden;
}
.double-bubble-bath #main .kv {
  max-width: 662px;
  margin: 0 auto;
  position: relative;
}
.double-bubble-bath #main .kv .logo {
  width: 16.875rem;
  position: absolute;
  left: 50%;
  top: -68px;
  transform: translateX(-50%);
}
.double-bubble-bath #main .kv .logo img {
  width: 100%;
}
.double-bubble-bath #main .bubble {
  font-size: 22px;
  margin-top: 30px;
}
.double-bubble-bath #main .catch {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 90px -10.66666666666667vw 0;
}
.double-bubble-bath #main .txt1 {
  font-size: 17px;
  line-height: 1.882352941176471;
  margin-top: 70px;
}
.double-bubble-bath #main .bubble {
  margin-top: 32px;
}
.double-bubble-bath #main .video {
  max-width: 662px;
  margin: 64px auto 0;
}
.double-bubble-bath #main .video .video-inner {
  padding-top: 56.25%;
  position: relative;
}
.double-bubble-bath #main .video .video-inner video,
.double-bubble-bath #main .video .video-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 0px) and (max-width: 640px) {
  .double-bubble-bath #main {
    padding: 42.66666666666668vw 10.66666666666667vw 16vw;
  }
  .double-bubble-bath #main .kv .logo {
    width: 33.06666666666667vw;
    top: -8vw;
  }
  .double-bubble-bath #main .kv .bath img {
    width: 100%;
  }
  .double-bubble-bath #main .bubble {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .double-bubble-bath #main .catch {
    font-size: 5.066666666666667vw;
    margin-top: 13.33333333333333vw;
  }
  .double-bubble-bath #main .txt1 {
    font-size: 3.2vw;
    margin-top: 6.933333333333333vw;
  }
  .double-bubble-bath #main .bubble {
    margin-top: 6.4vw;
  }
  .double-bubble-bath #main .bubble img {
    width: 38.93333333333333vw;
  }
  .double-bubble-bath #main .video {
    margin-top: 9.6vw;
  }
}
.double-bubble-bath #double {
  background: #FFF0B4;
  padding: 100px 0 calc(80px + 22.70833333333333vw);
}
.double-bubble-bath #double .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.764705882352941;
  letter-spacing: 0.04em;
  text-align: center;
}
.double-bubble-bath #double .title > span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 0.1em 0 0.75em;
  position: relative;
}
.double-bubble-bath #double .title > span:before, .double-bubble-bath #double .title > span:after {
  display: block;
  content: "";
  height: calc(100% - 0.3823529411764705em);
  position: absolute;
  top: 0.1911764705882353em;
}
.double-bubble-bath #double .title > span:before {
  border-left: solid 2px currentColor;
  left: 0;
}
.double-bubble-bath #double .title > span:after {
  right: 0;
  border-right: solid 2px currentColor;
}
.double-bubble-bath #double .feature {
  text-align: left;
  margin-top: 160px;
}
.double-bubble-bath #double .feature .item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.double-bubble-bath #double .feature .item:nth-child(n+2) {
  margin-top: 80px;
}
.double-bubble-bath #double .feature .item:nth-child(odd) .image .txt {
  transform: translate(-60%, -130%);
}
.double-bubble-bath #double .feature .item:nth-child(even) {
  flex-direction: row-reverse;
}
.double-bubble-bath #double .feature .item:nth-child(even) .image .txt {
  transform: translate(-40%, -130%);
}
.double-bubble-bath #double .feature .item:nth-child(even) .text > .inner {
  margin-left: auto;
}
.double-bubble-bath #double .feature .item:nth-child(3) .image .txt.desktop {
  transform: translate(-60%, -110%);
}
.double-bubble-bath #double .feature .item:nth-child(6) .image .txt.desktop {
  transform: translate(-40%, -110%);
}
.double-bubble-bath #double .feature .item:nth-child(1) .text .function {
  color: #008129;
}
.double-bubble-bath #double .feature .item:nth-child(2) .text .function {
  color: #EC6400;
}
.double-bubble-bath #double .feature .item:nth-child(3) .text .function {
  color: #04A1CD;
}
.double-bubble-bath #double .feature .item:nth-child(4) .text .function {
  color: #57A520;
}
.double-bubble-bath #double .feature .item:nth-child(5) .text .function {
  color: #E33700;
}
.double-bubble-bath #double .feature .item:nth-child(5) .text .function li:nth-child(n+2):before {
  margin-left: 1.5em;
}
.double-bubble-bath #double .feature .item:nth-child(6) .text .function {
  color: #005DAB;
}
.double-bubble-bath #double .feature .item .image {
  width: 382px;
  flex-shrink: 0;
}
.double-bubble-bath #double .feature .item .image .txt {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.double-bubble-bath #double .feature .item .image .img {
  width: 100%;
}
.double-bubble-bath #double .feature .item .text {
  box-sizing: border-box;
  width: calc(100% - 407px);
}
.double-bubble-bath #double .feature .item .text > .inner {
  max-width: 400px;
}
.double-bubble-bath #double .feature .item .text .subtitle {
  font-size: 0;
  margin-top: -26px;
}
.double-bubble-bath #double .feature .item .text .catch {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 8px;
}
.double-bubble-bath #double .feature .item .text .function {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 18px;
  margin-left: 3px;
  padding-left: 12px;
  position: relative;
}
.double-bubble-bath #double .feature .item .text .function:before {
  content: "";
  display: block;
  height: calc(100% - 0.25em);
  border-left: solid 6px currentColor;
  border-radius: 1px;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.double-bubble-bath #double .feature .item .text .function li {
  line-height: 1.2;
}
.double-bubble-bath #double .feature .item .text .function li:nth-child(n+2):before {
  font-size: 0.8em;
  line-height: 1;
  display: block;
  content: "\02193";
  margin-left: 3.75em;
}
.double-bubble-bath #double .feature .item .text .txt1 {
  font-size: 17px;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 640px) {
  .double-bubble-bath #double {
    padding: 7.466666666666667vw 10.66666666666667vw 34.13333333333333vw;
  }
  .double-bubble-bath #double .title {
    font-size: 4.533333333333333vw;
    margin: 0 -10.66666666666667vw;
  }
  .double-bubble-bath #double .title > span:before, .double-bubble-bath #double .title > span:after {
    border-width: 1px;
  }
  .double-bubble-bath #double .feature {
    margin-top: 18.66666666666667vw;
  }
  .double-bubble-bath #double .feature .item {
    display: block;
  }
  .double-bubble-bath #double .feature .item:nth-child(n+2) {
    margin-top: 9.866666666666667vw;
  }
  .double-bubble-bath #double .feature .item:nth-child(odd) .image .txt {
    transform: translate(-50%, 0);
  }
  .double-bubble-bath #double .feature .item:nth-child(even) .image .txt {
    left: 0;
    transform: translate(0, 0);
  }
  .double-bubble-bath #double .feature .item:nth-child(even) .image .img {
    margin: 0 0 0 auto;
  }
  .double-bubble-bath #double .feature .item:nth-child(1) .image .txt {
    width: 57.86666666666667vw;
    transform: translate(-45%, 0);
  }
  .double-bubble-bath #double .feature .item:nth-child(1) .text .subtitle .txt {
    width: 30.4vw;
  }
  .double-bubble-bath #double .feature .item:nth-child(2) .image .txt {
    width: 40.53333333333333vw;
    transform: translate(-5%, 0);
  }
  .double-bubble-bath #double .feature .item:nth-child(2) .text .subtitle .txt {
    width: 21.33333333333333vw;
  }
  .double-bubble-bath #double .feature .item:nth-child(3) .image .txt {
    width: 47.73333333333333vw;
    transform: translate(-30%, 0);
  }
  .double-bubble-bath #double .feature .item:nth-child(3) .text .subtitle .txt {
    width: 25.06666666666667vw;
  }
  .double-bubble-bath #double .feature .item:nth-child(4) .image .txt {
    width: 66.4vw;
    transform: translate(-1%, 0);
  }
  .double-bubble-bath #double .feature .item:nth-child(4) .text .subtitle .txt {
    width: 34.93333333333333vw;
  }
  .double-bubble-bath #double .feature .item:nth-child(5) .image .txt {
    width: 52vw;
    transform: translate(-29%, 0);
  }
  .double-bubble-bath #double .feature .item:nth-child(5) .text .subtitle .txt {
    width: 27.2vw;
  }
  .double-bubble-bath #double .feature .item:nth-child(6) .image .txt {
    width: 54.4vw;
    transform: translate(-2%, 0);
  }
  .double-bubble-bath #double .feature .item:nth-child(6) .text .subtitle .txt {
    width: 28.26666666666667vw;
  }
  .double-bubble-bath #double .feature .item .image {
    width: 100%;
    position: relative;
  }
  .double-bubble-bath #double .feature .item .image .img {
    display: block;
    width: 49.86666666666667vw;
  }
  .double-bubble-bath #double .feature .item .image .txt {
    top: auto;
    bottom: -1.866666666666667vw;
  }
  .double-bubble-bath #double .feature .item .text {
    width: 100%;
    margin-top: 2.133333333333333vw;
  }
  .double-bubble-bath #double .feature .item .text > .inner {
    max-width: none;
  }
  .double-bubble-bath #double .feature .item .text .subtitle {
    margin-top: 0;
  }
  .double-bubble-bath #double .feature .item .text .catch {
    font-size: 4vw;
    margin-top: 1.6vw;
  }
  .double-bubble-bath #double .feature .item .text .function {
    font-size: 3.733333333333333vw;
    margin-top: 1.6vw;
    padding-left: 10px;
  }
  .double-bubble-bath #double .feature .item .text .function:before {
    border-width: 5px;
  }
  .double-bubble-bath #double .feature .item .text .txt1 {
    font-size: 3.466666666666667vw;
    font-weight: 400;
    margin-top: 1em;
  }
}
.double-bubble-bath #micro {
  background: #E4DDB9;
  padding: 66px 0 calc(144px + 22.70833333333333vw);
  position: relative;
}
.double-bubble-bath #micro .section-header {
  background: url("../images/header_bg01.png") no-repeat center bottom;
  background-size: 100% auto;
}
.double-bubble-bath #micro .section-header .title {
  filter: drop-shadow(0px 0px 4px #3599cf) drop-shadow(0px 0px 8px #3599cf);
}
.double-bubble-bath #micro > .inner {
  max-width: 814px;
}
.double-bubble-bath #micro .section-body .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.411764705882353;
  letter-spacing: 0.04em;
  text-align: left;
}
.double-bubble-bath #micro .section-body .attention {
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
.double-bubble-bath #micro .section-body .attention .sp-only {
  display: none;
}
.double-bubble-bath #micro .section-body .attention > span {
  font-size: 10px;
  display: block;
  text-align: right;
  padding-right: 0.5em;
}
.double-bubble-bath #micro .section-body .efficacy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 110px;
}
.double-bubble-bath #micro .section-body .efficacy .item {
  display: flex;
  flex-direction: column;
  width: 352px;
}
.double-bubble-bath #micro .section-body .efficacy .item:nth-child(n+3) {
  margin-top: 112px;
}
.double-bubble-bath #micro .section-body .efficacy .item .subtitle {
  white-space: nowrap;
  padding: 0 0 20px 129px;
  position: relative;
}
.double-bubble-bath #micro .section-body .efficacy .item .subtitle .ico {
  width: 136px;
  position: absolute;
  left: -20px;
  bottom: 0;
}
.double-bubble-bath #micro .section-body .efficacy .item .subtitle .txt {
  font-size: 19px;
  font-weight: 400;
}
.double-bubble-bath #micro .section-body .efficacy .item .txt1 {
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 26px;
}
.double-bubble-bath #micro .section-body .efficacy .item .image {
  margin-top: auto;
  position: relative;
}
.double-bubble-bath #micro .section-body .efficacy .item .image img {
  width: 100%;
}
.double-bubble-bath #micro .section-body .efficacy .item .image .notes {
  font-size: 10px;
  text-align: right;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% + 5px));
}
.double-bubble-bath #micro .section-body .efficacy .item .video {
  width: 100%;
  margin-top: auto;
  padding-top: 56.25%;
  position: relative;
}
.double-bubble-bath #micro .section-body .efficacy .item .video video,
.double-bubble-bath #micro .section-body .efficacy .item .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 0px) and (max-width: 640px) {
  .double-bubble-bath #micro {
    padding: 8vw 10.66666666666667vw 43.2vw 9.333333333333333vw;
  }
  .double-bubble-bath #micro .section-header .title {
    padding: 0 9.6vw;
    filter: drop-shadow(0px 0px 2px #3599cf) drop-shadow(0px 0px 4px #3599cf);
  }
  .double-bubble-bath #micro .section-header .title img {
    width: 60vw;
  }
  .double-bubble-bath #micro .section-body .title {
    font-size: 4.8vw;
    line-height: 1.777777777777778;
    white-space: nowrap;
  }
  .double-bubble-bath #micro .section-body .attention {
    font-size: 2.933333333333333vw;
    display: block;
    margin-top: 3.733333333333333vw;
    text-indent: -0.5em;
  }
  .double-bubble-bath #micro .section-body .attention .sp-only {
    display: inline;
  }
  .double-bubble-bath #micro .section-body .attention > span {
    font-size: 1.866666666666667vw;
    padding-right: 0;
    /*
    text-align: left;
    padding-left: 1.5em;
    text-indent: -1.5em;
    */
  }
  .double-bubble-bath #micro .section-body .efficacy {
    display: block;
    margin-top: 18.13333333333333vw;
  }
  .double-bubble-bath #micro .section-body .efficacy .item {
    width: auto;
  }
  .double-bubble-bath #micro .section-body .efficacy .item:nth-child(n+2) {
    margin-top: 20.26666666666667vw;
  }
  .double-bubble-bath #micro .section-body .efficacy .item .subtitle {
    padding: 0 0 5.333333333333333vw 28.8vw;
  }
  .double-bubble-bath #micro .section-body .efficacy .item .subtitle .ico {
    width: 29.33333333333333vw;
    left: -4.2vw;
  }
  .double-bubble-bath #micro .section-body .efficacy .item .subtitle .txt {
    font-size: 4.266666666666667vw;
  }
  .double-bubble-bath #micro .section-body .efficacy .item .txt1 {
    font-size: 3.733333333333333vw;
    margin-top: 2.133333333333333vw;
    margin-bottom: 0;
  }
  .double-bubble-bath #micro .section-body .efficacy .item .image {
    width: 66.13333333333333vw;
    margin: 6.933333333333333vw auto 0;
  }
  .double-bubble-bath #micro .section-body .efficacy .item .image .notes {
    font-size: 1.866666666666667vw;
    margin-top: 1.066666666666667vw;
    position: static;
    transform: none;
  }
  .double-bubble-bath #micro .section-body .efficacy .item .video {
    width: 66.13333333333333vw;
    margin: 6.933333333333333vw auto 0;
    padding-top: 37.33333333333333vw;
  }
}
.double-bubble-bath #jet {
  background: #D1E4BD;
  padding: 66px 0 210px;
  position: relative;
}
.double-bubble-bath #jet .section-header {
  background: url("../images/header_bg02.png") no-repeat center bottom;
  background-size: 100% auto;
}
.double-bubble-bath #jet .section-header .title {
  filter: drop-shadow(0px 0px 4px #0082b0) drop-shadow(0px 0px 8px #0082b0);
}
.double-bubble-bath #jet > .inner {
  max-width: 814px;
}
.double-bubble-bath #jet .section-body .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.411764705882353;
  letter-spacing: 0.04em;
  text-align: left;
}
.double-bubble-bath #jet .section-body .efficacy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
.double-bubble-bath #jet .section-body .efficacy .item {
  display: flex;
  flex-direction: column;
  width: 352px;
}
.double-bubble-bath #jet .section-body .efficacy .item:nth-child(n+3) {
  margin-top: 112px;
}
.double-bubble-bath #jet .section-body .efficacy .item .subtitle {
  white-space: nowrap;
  padding: 0 0 20px 129px;
  position: relative;
}
.double-bubble-bath #jet .section-body .efficacy .item .subtitle .ico {
  width: 158px;
  position: absolute;
  left: -32px;
  bottom: 0;
}
.double-bubble-bath #jet .section-body .efficacy .item .subtitle .txt {
  font-size: 19px;
  font-weight: 400;
}
.double-bubble-bath #jet .section-body .efficacy .item .txt1 {
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 26px;
}
.double-bubble-bath #jet .section-body .efficacy .item .image {
  margin-top: auto;
  position: relative;
}
.double-bubble-bath #jet .section-body .efficacy .item .image img {
  width: 100%;
}
.double-bubble-bath #jet .section-body .efficacy .item .image .notes {
  font-size: 10px;
  text-align: right;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% + 5px));
}
.double-bubble-bath #jet .section-body .efficacy .item .video {
  width: 100%;
  margin-top: auto;
  padding-top: 56.25%;
  position: relative;
}
.double-bubble-bath #jet .section-body .efficacy .item .video video,
.double-bubble-bath #jet .section-body .efficacy .item .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 0px) and (max-width: 640px) {
  .double-bubble-bath #jet {
    padding: 8vw 10.66666666666667vw 21.33333333333333vw 9.333333333333333vw;
  }
  .double-bubble-bath #jet .section-header .title {
    padding: 0 9.6vw;
    filter: drop-shadow(0px 0px 2px #0082b0) drop-shadow(0px 0px 4px #0082b0);
  }
  .double-bubble-bath #jet .section-header .title img {
    width: 36.8vw;
  }
  .double-bubble-bath #jet .section-body .title {
    font-size: 4.8vw;
    line-height: 1.777777777777778;
  }
  .double-bubble-bath #jet .section-body .efficacy {
    display: block;
    margin-top: 21.86666666666667vw;
  }
  .double-bubble-bath #jet .section-body .efficacy .item {
    width: auto;
  }
  .double-bubble-bath #jet .section-body .efficacy .item:nth-child(n+2) {
    margin-top: 20.26666666666667vw;
  }
  .double-bubble-bath #jet .section-body .efficacy .item .subtitle {
    padding: 0 0 5.333333333333333vw 28.8vw;
  }
  .double-bubble-bath #jet .section-body .efficacy .item .subtitle .ico {
    width: 33.6vw;
    left: -5.866666666666667vw;
  }
  .double-bubble-bath #jet .section-body .efficacy .item .subtitle .txt {
    font-size: 4.266666666666667vw;
  }
  .double-bubble-bath #jet .section-body .efficacy .item .txt1 {
    font-size: 3.733333333333333vw;
    margin-top: 2.133333333333333vw;
    margin-bottom: 0;
  }
  .double-bubble-bath #jet .section-body .efficacy .item .image {
    width: 66.13333333333333vw;
    margin: 6.933333333333333vw auto 0;
  }
  .double-bubble-bath #jet .section-body .efficacy .item .image .notes {
    font-size: 1.866666666666667vw;
    margin-top: 1.066666666666667vw;
    position: static;
    transform: none;
  }
  .double-bubble-bath #jet .section-body .efficacy .item .video {
    width: 66.13333333333333vw;
    padding-top: 37.33333333333333vw;
    margin: 6.933333333333333vw auto 0;
  }
}
.double-bubble-bath #voice {
  background: #FFF0B4;
  padding: 115px 0 215px;
}
.double-bubble-bath #voice > .inner {
  max-width: 770px;
}
.double-bubble-bath #voice .title {
  background: #E09F4E;
  text-align: center;
  letter-spacing: 0.04em;
  width: 408px;
  margin: 0 auto;
  padding: 22px 0;
}
.double-bubble-bath #voice .catch {
  font-size: 28px;
  line-height: 1.714285714285714;
  text-align: center;
  margin-top: 40px;
}
.double-bubble-bath #voice .info {
  font-size: 15px;
  text-align: center;
  margin-top: 1em;
}
.double-bubble-bath #voice .notes {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.double-bubble-bath #voice .notes > span {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
}
.double-bubble-bath #voice .user {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
.double-bubble-bath #voice .user .item {
  width: 352px;
}
.double-bubble-bath #voice .user .item:nth-child(n+3) {
  margin-top: 95px;
}
.double-bubble-bath #voice .user .item .image {
  position: relative;
}
.double-bubble-bath #voice .user .item .image .txt {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: calc(100% - 148px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.double-bubble-bath #voice .user .item .image .txt .age {
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
  margin-top: 0.2em;
}
.double-bubble-bath #voice .user .item .text {
  font-size: 16px;
  margin-top: 24px;
}
@media (min-width: 0px) and (max-width: 640px) {
  .double-bubble-bath #voice {
    padding: 13.33333333333333vw 10.66666666666667vw 28.8vw;
  }
  .double-bubble-bath #voice .title {
    font-size: 0;
    max-width: 52.26666666666667vw;
    padding: 2.666666666666667vw 0;
  }
  .double-bubble-bath #voice .title img {
    width: 29.33333333333333vw;
  }
  .double-bubble-bath #voice .catch {
    font-size: 4.266666666666667vw;
    margin: 5.866666666666667vw -5.333333333333333vw 0;
  }
  .double-bubble-bath #voice .info {
    font-size: 3.2vw;
    white-space: nowrap;
    margin: 1.333333333333333vw -5.333333333333333vw 0;
  }
  .double-bubble-bath #voice .notes {
    font-size: 3.2vw;
    margin: 2.133333333333333vw -5.333333333333333vw 0;
  }
  .double-bubble-bath #voice .user {
    display: block;
    margin-top: 15.46666666666667vw;
  }
  .double-bubble-bath #voice .user .item {
    width: auto;
  }
  .double-bubble-bath #voice .user .item:nth-child(n+2) {
    margin-top: 16vw;
  }
  .double-bubble-bath #voice .user .item .image .img {
    width: 29.86666666666667vw;
  }
  .double-bubble-bath #voice .user .item .image .txt {
    font-size: 4.8vw;
    width: calc(100% - 33.86666666666667vw);
  }
  .double-bubble-bath #voice .user .item .text {
    font-size: 3.733333333333333vw;
    margin-top: 5.333333333333333vw;
  }
}

#lp #circle-navi {
  padding-top: 113px;
}
#lp #series .article-wrapper {
  max-width: 642px;
}
#lp #series .article-wrapper article p {
  text-align: left;
}
