#stresssmell {
  max-width: 1634px;
  margin: 0 auto;
  width: 100%;
}

#stresssmell .fade {
  opacity: 0;
}

#stresssmell .fade.animeOn {
  -webkit-animation: fadeAnim forwards 1.5s 0.3s
    cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: fadeAnim forwards 1.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#stresssmell img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  #stresssmell img {
    width: auto;
    max-width: none;
  }
}

#stresssmell figure {
  margin: 0;
}

#stresssmell .mainVisual {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .mainVisual {
    width: 100%;
  }
}

#stresssmell .mainVisual img {
  width: 100%;
  max-width: none;
}

#stresssmell .mainVisual .cloudAnime {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#stresssmell .mainVisual .ttlAnime {
  position: absolute;
  z-index: 5;
  opacity: 0;
  bottom: 8.7%;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .mainVisual .ttlAnime {
    bottom: 10%;
  }
}

#stresssmell .mainVisual .mvImg {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#stresssmell .mainVisual .animeStart {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#stresssmell .mainVisual .animeStart.cloudAnime {
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#stresssmell .mainVisual .animeStart.anime01 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#stresssmell .mainVisual .animeStart.anime02 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#stresssmell .mainVisual .animeStart.anime03 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#stresssmell .mainVisual .animeStart.anime04 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#stresssmell .mainVisual .animeStart.anime05 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#stresssmell .mainVisual .animeStart.ttlAnime {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation: fadeAnim 0.5s 1.5s forwards;
  animation: fadeAnim 0.5s 1.5s forwards;
}

@-webkit-keyframes fadeAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes cAni01 {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes cAni01 {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

#stresssmell .leadTxt {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.76;
  letter-spacing: -0.1em;
  margin-top: 22px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .leadTxt {
    text-align: center;
    line-height: 1.66;
    letter-spacing: 0.01em;
    margin-top: 84px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 374px) {
  #stresssmell .leadTxt {
    font-size: 13px;
  }
}

#stresssmell .leadTxt.top {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .leadTxt.top {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

#stresssmell .anc {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .anc {
    margin: 83px 0 39px;
  }
}

#stresssmell .anc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 10px 0;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .anc ul {
    width: 1110px;
    margin: 0 auto;
  }
}

#stresssmell .anc li {
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.8) url("../img/pc_bg01.png");
  border-top: dotted 2px #8e8e8e;
  border-bottom: dotted 2px #8e8e8e;
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  font-size: 12px;
  width: 46%;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .anc li {
    font-size: 26px;
    padding: 12px 0 15px 0;
    width: 535px;
  }
}

@media only screen and (max-width: 374px) {
  #stresssmell .anc li {
    font-size: 13px;
  }
}

#stresssmell .anc li a {
  color: #e31f79;
  text-decoration: none;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}

#stresssmell .anc li a:after {
  display: block;
  content: "";
  border-right: dotted 2px #8e8e8e;
  border-bottom: dotted 2px #8e8e8e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .anc li a:after {
    width: 30px;
    height: 30px;
    bottom: -27px;
  }
}

#stresssmell .ttlStyle01 {
  text-align: center;
  color: #e31f79;
  font-size: 30px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8) url("../img/pc_bg01.png");
  border-top: dotted 2px #8e8e8e;
  border-bottom: dotted 2px #8e8e8e;
  letter-spacing: -0.1em;
  line-height: 1.4;
  padding: 6px 0 11px 0;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .ttlStyle01 {
    font-size: 50px;
    padding: 24px 0 26px;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 374px) {
  #stresssmell .ttlStyle01 {
    font-size: 26px;
  }
}

#stresssmell .ttlStyle01 span {
  font-style: normal;
  font-size: 13px;
  display: block;
  color: #333333;
  letter-spacing: 0;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .ttlStyle01 span {
    font-size: 22px;
    display: block;
  }
}

#stresssmell .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
}

#stresssmell .imgArea span {
  width: 50%;
}

#stresssmell .imgArea span:last-child {
  width: 100%;
}

#stresssmell .imgArea img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: none;
  }
  #stresssmell .imgArea span {
    width: 33.33%;
  }
  #stresssmell .imgArea span:last-child {
    width: 33.33%;
  }
  #stresssmell .imgArea img {
    height: 100%;
  }
}

#stresssmell #sec01,
#stresssmell #sec02,
#stresssmell #sec03 {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 7px 30px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec01,
  #stresssmell #sec02,
  #stresssmell #sec03 {
    max-width: 1280px;
    width: 100%;
    padding: 90px 6.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

#stresssmell #sec01 .secInner,
#stresssmell #sec02 .secInner,
#stresssmell #sec03 .secInner {
  padding: 30px 15px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec01 .secInner,
  #stresssmell #sec02 .secInner,
  #stresssmell #sec03 .secInner {
    padding: 0;
  }
}

#stresssmell #sec01 .area01 {
  margin-top: 30px;
}

#stresssmell #sec01 .area01 h3 {
  font-size: 21px;
  font-weight: bold;
  color: #e31f79;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

#stresssmell #sec01 .area01 h3 span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(73%, transparent),
    color-stop(73%, rgba(255, 241, 0, 0.5)),
    color-stop(90%, rgba(255, 241, 0, 0.5)),
    color-stop(90%, transparent),
    to(transparent)
  );
  background: linear-gradient(
    transparent 73%,
    rgba(255, 241, 0, 0.5) 73%,
    rgba(255, 241, 0, 0.5) 90%,
    transparent 90%,
    transparent 100%
  );
}

@media only screen and (max-width: 320px) {
  #stresssmell #sec01 .area01 h3 {
    font-size: 18px;
  }
}

#stresssmell #sec01 .area01 .txt p {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

#stresssmell #sec01 .area01 .txt p span {
  vertical-align: super;
  font-size: 12px;
}

#stresssmell #sec01 .area01 .note {
  padding-top: 5px;
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: 0.15em;
}

#stresssmell #sec01 .area02 {
  background: rgba(255, 255, 255, 0.8) url("../img/pc_bg01.png");
  font-weight: bold;
}

#stresssmell #sec01 .area02 .secInner {
  padding-top: 30px;
}

#stresssmell #sec01 .area02 .ttlArea {
  text-align: center;
}

#stresssmell #sec01 .area02 h3 {
  color: #e31f79;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 8px;
}

#stresssmell #sec01 .area02 h3 span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(73%, transparent),
    color-stop(73%, rgba(255, 241, 0, 0.5)),
    color-stop(90%, rgba(255, 241, 0, 0.5)),
    color-stop(90%, transparent),
    to(transparent)
  );
  background: linear-gradient(
    transparent 73%,
    rgba(255, 241, 0, 0.5) 73%,
    rgba(255, 241, 0, 0.5) 90%,
    transparent 90%,
    transparent 100%
  );
}

@media only screen and (max-width: 374px) {
  #stresssmell #sec01 .area02 h3 {
    font-size: 17px;
  }
}

#stresssmell #sec01 .area02 h4 {
  color: #e31f79;
}

#stresssmell #sec01 .area02 .txt01 {
  line-height: 1.4;
}

@media only screen and (max-width: 374px) {
  #stresssmell #sec01 .area02 .txt01 {
    font-size: 15px;
    letter-spacing: -0.05em;
  }
}

#stresssmell #sec01 .area02 .txt02 {
  font-size: 14px;
}

#stresssmell #sec01 .area02 .txt02 p {
  line-height: 1.7;
}

#stresssmell #sec01 .area02 .txt02 h4 {
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 374px) {
  #stresssmell #sec01 .area02 .txt02 h4 {
    font-size: 17px;
  }
}

#stresssmell #sec01 .area02 .imgTxt01 {
  margin-top: 25px;
  border-top: solid 1px #bebebe;
  padding-top: 25px;
}

#stresssmell #sec01 .area02 .imgTxt01 .img {
  margin-top: 23px;
}

#stresssmell #sec01 .area02 .imgTxt02 {
  margin-top: 25px;
  border-top: solid 1px #bebebe;
  padding-top: 25px;
}

#stresssmell #sec01 .area02 .imgTxt02 .img {
  padding-top: 12px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec01 {
    margin: 0 auto 60px;
  }
  #stresssmell #sec01 .wrapper {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #stresssmell #sec01 .area01 {
    margin-top: 0;
  }
  #stresssmell #sec01 .area01 .secInner {
    padding-top: 0;
  }
  #stresssmell #sec01 .area01 .img {
    max-width: 600px;
    width: 55.55%;
  }
  #stresssmell #sec01 .area01 .img img {
    width: 100%;
  }
  #stresssmell #sec01 .area01 .txt {
    width: 44.45%;
    padding-left: 5.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 24px;
  }
  #stresssmell #sec01 .area01 .txt p {
    font-size: 22px;
    font-weight: bold;
    padding-top: 23px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  #stresssmell #sec01 .area01 .txt p span {
    vertical-align: super;
    font-size: 18px;
  }
  #stresssmell #sec01 .area01 .note {
    padding-top: 35px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    font-size: 18px;
  }
  #stresssmell #sec01 .area01 h3 {
    font-size: 36px;
    font-weight: bold;
    color: #e31f79;
    text-align: left;
    display: inline;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(73%, transparent),
      color-stop(73%, rgba(255, 241, 0, 0.5)),
      color-stop(90%, rgba(255, 241, 0, 0.5)),
      color-stop(90%, transparent),
      to(transparent)
    );
    background: linear-gradient(
      transparent 73%,
      rgba(255, 241, 0, 0.5) 73%,
      rgba(255, 241, 0, 0.5) 90%,
      transparent 90%,
      transparent 100%
    );
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-top: 0;
  }
  #stresssmell #sec01 .area02 {
    padding: 84px 60px;
    margin-top: 54px;
  }
  #stresssmell #sec01 .area02 .secInner {
    padding-top: 0;
  }
  #stresssmell #sec01 .area02 .ttlArea {
    text-align: center;
  }
  #stresssmell #sec01 .area02 h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #stresssmell #sec01 .area02 .txt02 {
    font-size: 20px;
  }
  #stresssmell #sec01 .area02 .txt02 h4 {
    font-size: 26px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  #stresssmell #sec01 .area02 .txt02 p {
    line-height: 1.7;
    padding-right: 6.5%;
    letter-spacing: -0.04em;
  }
  #stresssmell #sec01 .area02 .imgTxt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 75px;
    margin-top: 0;
    border: none;
  }
  #stresssmell #sec01 .area02 .imgTxt01 .img {
    max-width: 440px;
    width: 45.83%;
    margin-top: 10px;
  }
  #stresssmell #sec01 .area02 .imgTxt01 .img img {
    width: 100%;
  }
  #stresssmell #sec01 .area02 .imgTxt01 .txt02 {
    width: 54.17%;
    font-size: 20px;
  }
  #stresssmell #sec01 .area02 .imgTxt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    border: none;
  }
  #stresssmell #sec01 .area02 .imgTxt02 .img {
    max-width: 201px;
    padding-top: 61px;
    width: 20.93%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #stresssmell #sec01 .area02 .imgTxt02 .img img {
    width: 100%;
  }
  #stresssmell #sec01 .area02 .imgTxt02 .txt02 {
    width: 79.07%;
    padding-left: 5.4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #stresssmell #sec01 .area02 .txt01 {
    font-size: 22px;
    padding-top: 17px;
    line-height: 1.5;
  }
}

#stresssmell #sec01 .area03 {
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec01 .area03 {
    margin-top: 80px;
  }
}

#stresssmell #sec01 .area03 h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #e31f79;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec01 .area03 h3 {
    font-size: 36px;
  }
}

#stresssmell #sec01 .area03 h3 span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(73%, transparent),
    color-stop(73%, rgba(255, 241, 0, 0.5)),
    color-stop(90%, rgba(255, 241, 0, 0.5)),
    color-stop(90%, transparent),
    to(transparent)
  );
  background: linear-gradient(
    transparent 73%,
    rgba(255, 241, 0, 0.5) 73%,
    rgba(255, 241, 0, 0.5) 90%,
    transparent 90%,
    transparent 100%
  );
}

#stresssmell #sec01 .area03 p {
  font-size: 15px;
  padding-top: 15px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec01 .area03 p {
    font-size: 22px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

#stresssmell #sec01 .area03 p span {
  display: block;
  font-size: 12px;
  padding-top: 15px;
  line-height: 1.38;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec01 .area03 p span {
    font-size: 18px;
    padding-top: 30px;
  }
}

#stresssmell #sec01 .mini {
  display: inline !important;
  font-size: 9.6px !important;
  font-size: 0.6rem !important;
  position: relative;
  top: -0.2em;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec01 .mini {
    font-size: 0.7rem !important;
  }
}

#stresssmell #sec02 {
  background: rgba(255, 255, 255, 0.5);
}

#stresssmell #sec02 .summary {
  text-align: center;
}

#stresssmell #sec02 .summary img {
  max-width: 100%;
}

#stresssmell #sec02 .ttlStyle01 {
  padding: 16px 0;
  margin-bottom: 30px;
}

#stresssmell #sec02 .leadTxt {
  color: #e31f79;
}

#stresssmell #sec02 .question {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 25px 0 10px;
  border-top: dotted 2px #8e8e8e;
  line-height: 1.6;
  padding-top: 24px;
  letter-spacing: -0.1em;
}

#stresssmell #sec02 .answer .big {
  font-weight: bold;
  font-size: 28px;
  font-style: italic;
  color: #e31f79;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

@media only screen and (max-width: 374px) {
  #stresssmell #sec02 .answer .big {
    font-size: 26px;
  }
}

#stresssmell #sec02 .answer .note {
  font-size: 10px;
  text-align: center;
}

#stresssmell #sec02 .graph {
  text-align: center;
}

#stresssmell #sec02 .area01 .answer {
  margin: 0 auto;
}

#stresssmell #sec02 .area01 .answer .note {
  line-height: 1.4;
  padding-top: 5px;
}

#stresssmell #sec02 .area01 .answer .graph {
  margin-bottom: 20px;
}

#stresssmell #sec02 .area02 .answer .graph {
  margin: 25px 0 30px 0;
}

#stresssmell #sec02 .area02 .answer .big {
  margin-bottom: 10px;
}

#stresssmell #sec02 .area03 {
  margin-bottom: 26px;
}

#stresssmell #sec02 .area03 .answer .graph {
  margin: 25px 0;
}

#stresssmell #sec02 .area03 .answer .big {
  margin-bottom: 7px;
}

#stresssmell #sec02 .area04 {
  margin: 45px 0 25px;
}

#stresssmell #sec02 .area04 .answer .graph {
  margin: 25px 0;
}

#stresssmell #sec02 .area04 .answer .big {
  margin-bottom: 2px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec02 {
    max-width: 1280px;
    margin: 0 auto 60px;
    width: 100%;
  }
  #stresssmell #sec02 .ttlStyle01 {
    padding: 40px 0 36px;
    margin-bottom: 90px;
  }
  #stresssmell #sec02 .leadTxt {
    font-size: 28px;
    margin: 80px 0 74px;
  }
  #stresssmell #sec02 .answer {
    position: relative;
  }
  #stresssmell #sec02 .answer .graph {
    text-align: left;
  }
  #stresssmell #sec02 .answer .big {
    position: absolute;
    line-height: 1.3;
  }
  #stresssmell #sec02 .answer .note {
    position: absolute;
  }
  #stresssmell #sec02 .answer .big {
    font-size: 46px;
    letter-spacing: -0.05em;
  }
  #stresssmell #sec02 .answer .note {
    font-size: 18px;
    margin-top: 15px;
  }
  #stresssmell #sec02 .question {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    line-height: 1.8;
  }
  #stresssmell #sec02 .question p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 25px;
  }
  #stresssmell #sec02 .question:after {
    border-top: dotted 2px #8e8e8e;
    height: 0;
    content: "";
    display: block;
    width: 30%;
    margin-top: 18px;
  }
  #stresssmell #sec02 .question:before {
    border-top: dotted 2px #8e8e8e;
    height: 0;
    content: "";
    display: block;
    width: 30%;
    margin-top: 18px;
  }
  #stresssmell #sec02 .area01,
  #stresssmell #sec02 .area02,
  #stresssmell #sec02 .area03,
  #stresssmell #sec02 .area04 {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  #stresssmell #sec02 .area01 .answer {
    max-width: 1040px;
    width: 100%;
    padding-bottom: 45px;
    margin: 0 auto;
  }
  #stresssmell #sec02 .area01 .answer .big {
    top: 148px;
    left: 1%;
  }
  #stresssmell #sec02 .area01 .answer .note {
    bottom: 75px;
    right: 0;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 0;
  }
  #stresssmell #sec02 .area01 .answer .graph {
    margin-left: 50.8%;
    margin-top: 40px;
  }
  #stresssmell #sec02 .area02 .answer {
    max-width: 1040px;
    width: 100%;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  #stresssmell #sec02 .area02 .answer .big {
    top: 125px;
    right: 4%;
    width: 447px;
  }
  #stresssmell #sec02 .area02 .answer .note {
    bottom: 75px;
    right: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  #stresssmell #sec02 .area02 .answer .graph {
    margin-left: 40px;
    margin-top: 48px;
  }
  #stresssmell #sec02 .area03 {
    margin-bottom: 36px;
  }
  #stresssmell #sec02 .area03 .inner {
    float: right;
    width: 980px;
    max-width: 100%;
    position: relative;
  }
  #stresssmell #sec02 .area03 .answer {
    width: 100%;
    padding-bottom: 19px;
    margin: 0 auto;
  }
  #stresssmell #sec02 .area03 .answer .big {
    top: 75px;
  }
  #stresssmell #sec02 .area03 .answer .note {
    bottom: 41px;
    right: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  #stresssmell #sec02 .area03 .answer .graph {
    width: 100%;
    text-align: right;
    margin-top: 30px;
  }
  #stresssmell #sec02 .summary {
    text-align: center;
  }
  #stresssmell #sec02 .area04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
    width: 100%;
    margin: 120px auto 83px;
  }
  #stresssmell #sec02 .area04 .question {
    display: block;
    margin-bottom: 0;
  }
  #stresssmell #sec02 .area04 .question:after,
  #stresssmell #sec02 .area04 .question:before {
    content: none;
  }
  #stresssmell #sec02 .area04 .question p {
    padding: 22px 0 17px;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
  #stresssmell #sec02 .area04 .box01 .question {
    padding-bottom: 35px;
    margin-bottom: 0;
  }
  #stresssmell #sec02 .area04 > div {
    border-top: dotted 2px #8e8e8e;
    width: 440px;
    max-width: 47%;
  }
  #stresssmell #sec02 .area04 .answer .graph {
    text-align: center;
    margin: 0;
  }
  #stresssmell #sec02 .area04 .answer .big,
  #stresssmell #sec02 .area04 .answer .note {
    position: relative;
    letter-spacing: -0.05em;
    text-align: center;
    margin-bottom: 0;
  }
  #stresssmell #sec02 .txt {
    padding-top: 50px;
  }
}

#stresssmell #sec03 {
  text-align: center;
}

#stresssmell #sec03 .area01 {
  margin-top: 25px;
}

#stresssmell #sec03 .leadTxt {
  font-size: 15px;
  color: #e31f79;
}

#stresssmell #sec03 .leadTxt p + p {
  margin-top: 7px;
}

#stresssmell #sec03 .imgArea {
  margin-top: 24px;
}

#stresssmell #sec03 h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  display: inline;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

#stresssmell #sec03 h3 span {
  font-size: 25px;
  color: #e31f79;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(73%, transparent),
    color-stop(73%, rgba(255, 241, 0, 0.5)),
    color-stop(90%, rgba(255, 241, 0, 0.5)),
    color-stop(90%, transparent),
    to(transparent)
  );
  background: linear-gradient(
    transparent 73%,
    rgba(255, 241, 0, 0.5) 73%,
    rgba(255, 241, 0, 0.5) 90%,
    transparent 90%,
    transparent 100%
  );
}

#stresssmell #sec03 .desc {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.55;
  margin-top: 5px;
}

#stresssmell #sec03 .flow {
  padding: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
  #stresssmell #sec03 .ttlStyle01 {
    padding: 41px 0 36px;
  }
  #stresssmell #sec03 .area01 {
    margin-top: 80px;
  }
  #stresssmell #sec03 .leadTxt {
    font-size: 28px;
    color: #e31f79;
    margin-top: 80px;
  }
  #stresssmell #sec03 .leadTxt p + p {
    margin-top: 20px;
  }
  #stresssmell #sec03 .imgArea {
    margin-top: 50px;
  }
  #stresssmell #sec03 h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    display: inline;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  #stresssmell #sec03 h3 span {
    font-size: 40px;
    color: #e31f79;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(73%, transparent),
      color-stop(73%, rgba(255, 241, 0, 0.5)),
      color-stop(90%, rgba(255, 241, 0, 0.5)),
      color-stop(90%, transparent),
      to(transparent)
    );
    background: linear-gradient(
      transparent 73%,
      rgba(255, 241, 0, 0.5) 73%,
      rgba(255, 241, 0, 0.5) 90%,
      transparent 90%,
      transparent 100%
    );
  }
  #stresssmell #sec03 .desc {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    margin-top: 9px;
  }
  #stresssmell #sec03 .flow {
    text-align: center;
    padding: 52px 0 0 34px;
  }
  #stresssmell #sec03 .flow img {
    width: 100%;
  }
}

#stresssmell .attention {
  margin: 0 7px 0;
}

#stresssmell .attention p {
  font-size: 11px;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .attention {
    max-width: 1320px;
    padding: 0 20px;
    margin: 40px auto 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #stresssmell .attention p {
    text-align: right;
    font-size: 14px;
  }
}

#stresssmell .moreBtn {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 79.17%;
  height: 0;
  padding-top: 23.46%;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 30px;
  text-indent: -10000px;
}

#stresssmell .moreBtn:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #b3b3b3;
  border-radius: 5px;
}

#stresssmell .moreBtn:after {
  content: "";
  -webkit-animation: lineupMoreBtnInPC 0.3s 1
    cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
  animation: lineupMoreBtnInPC 0.3s 1 cubic-bezier(0.645, 0.045, 0.355, 1) 0s
    forwards;
  position: absolute;
  z-index: 10;
  bottom: 8px;
  right: 10px;
  background: url(../img/sp_moreTxt-2401.png) no-repeat #e31f79;
  background-size: 100%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

#stresssmell .moreBtn:hover:after {
  -webkit-animation: lineupMoreBtnHvPC 0.3s 1
    cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
  animation: lineupMoreBtnHvPC 0.3s 1 cubic-bezier(0.645, 0.045, 0.355, 1) 0s
    forwards;
}

@media only screen and (min-width: 1024px) {
  #stresssmell .moreBtn {
    height: 100px;
    padding: 0;
    width: 660px;
    margin-top: 50px;
    border-radius: 10px;
  }
  #stresssmell .moreBtn:before {
    position: absolute;
    border-radius: 10px;
  }
  #stresssmell .moreBtn:after {
    content: "";
    -webkit-animation: lineupMoreBtnInPC 0.3s 1
      cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
    animation: lineupMoreBtnInPC 0.3s 1 cubic-bezier(0.645, 0.045, 0.355, 1) 0s
      forwards;
    background: url(../img/pc_moreTxt-2401.png) no-repeat #e31f79;
    border-radius: 10px;
  }
  #stresssmell .moreBtn:hover:after {
    -webkit-animation: lineupMoreBtnHvPC 0.3s 1
      cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
    animation: lineupMoreBtnHvPC 0.3s 1 cubic-bezier(0.645, 0.045, 0.355, 1) 0s
      forwards;
  }
}

@-webkit-keyframes lineupMoreBtnInPC {
  0% {
    bottom: 0;
    right: 0;
  }
  100% {
    bottom: 8px;
    right: 10px;
  }
}

@keyframes lineupMoreBtnInPC {
  0% {
    bottom: 0;
    right: 0;
  }
  100% {
    bottom: 8px;
    right: 10px;
  }
}

@-webkit-keyframes lineupMoreBtnHvPC {
  0% {
    bottom: 8px;
    right: 10px;
  }
  100% {
    bottom: 0;
    right: 0;
  }
}

@keyframes lineupMoreBtnHvPC {
  0% {
    bottom: 8px;
    right: 10px;
  }
  100% {
    bottom: 0;
    right: 0;
  }
}
