@charset "utf-8";

.massage {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  font-feature-settings: "palt";
  font-family: "M PLUS Rounded 1c";

  @media screen and (min-width: 768px) {
    font-size: 150%;
  }
}

.massage div {
  box-sizing: border-box;
}

.massage img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mainVisual,
.content {
  font-size: 120%;
  line-height: 1.7;
}

.content h2 {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1;
  background: none;
  border: none;
}

.content h3 {
  margin-bottom: .5em;
  padding: 0 0 .25em;
  box-sizing: border-box;
  text-align: center;
}

.sec01 {
  text-align: center;
}

.sec01 .block01 {
  width: 100%;
}

.sec01 .cell01 {
  width: 100%;
  padding: 3% 6%;
  background: #ffecf1 url(/html/template/million01/assets/img/goods/massage-roller/bg_sec01_01_sp.png);
}

.sec01 .cell01:nth-of-type(even) {
  background: #fafafa url(/html/template/million01/assets/img/goods/massage-roller/bg_sec01_02_sp.png);
}

.sec01 .cell01 .tit {
  width: 80%;
  margin: 0 auto;
}

.sec01 .cell01 .photo {
  width: 50%;
  margin: .5em auto 0;
}

.sec02 {
  width: 100%;
  padding: 6%;
  background: #fdd7ab url(/html/template/million01/assets/img/goods/massage-roller/bg_sec02_01_sp.png);
}

.sec02 .block01 {
  width: 100%;
  padding: 6%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.sec02 .title {
  width: 80%;
}

.sec02 .howto {
  width: 100%;
  padding: 6% 0;
  box-sizing: border-box;
  counter-reset: item;
}

.sec02 .cell01 {
  width: 85%;
  margin-left: 15%;
  position: relative;
}

.sec02 .cell01:before {
  position: absolute;
  left: -16%;
  top: 0;
  width: 15%;
  height: 100%;
  padding: .1em 0;
  background: url(/html/template/million01/assets/img/goods/massage-roller/bg_sec02_02_sp.png) left top no-repeat;
  background-size: 100% auto;
  counter-increment: item;
  content: counter(item);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.sec02 .cell01 .photo {
  width: 90%;
  margin: 1em auto 1em 0;
}

.sec03 {
  width: 100%;
  margin-bottom: 50px;
  padding: 6%;
  background: #feedba url(/html/template/million01/assets/img/goods/massage-roller/bg_sec03_01_sp.png);
}

.sec03 .block01 {
  width: 100%;
  padding: 6%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.sec03 .title {
  width: 80%;
}

.sec03 .faq {
  width: 100%;
  box-sizing: border-box;
  counter-reset: item;
}

.sec03 .cell01 {
  padding: 8% 0;
  background: url(/html/template/million01/assets/img/goods/massage-roller/line_sec03_01_sp.png) left bottom repeat-x;
  background-size: 80% auto;
}

.sec03 .cell01:last-of-type {
  background: none;
}

.sec03 .tit {
  width: 85%;
  margin-left: 15%;
  position: relative;
}

.sec03 .tit:before {
  position: absolute;
  left: -16%;
  top: 0;
  width: 15%;
  height: 100%;
  padding: .1em 0;
  counter-increment: item;
  content: "Q" counter(item);
  color: #272838;
  font-weight: bold;
}

.sec03 .description {
  width: 85%;
  margin-left: 15%;
  position: relative;
}

.sec03 .description:before {
  position: absolute;
  left: -16%;
  top: 0;
  width: 15%;
  height: 100%;
  padding: .1em 0;
  content: "A" counter(item);
  color: #fb4379;
  font-weight: bold;
}

.sec03 .cell01 .photo {
  width: 66%;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {

  .mainVisual,
  .content {
    font-size: 100%;
  }

  .content h3 br {
    display: none;
  }

  .sec01 .feature {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .sec01 .cell01 {
    width: 50%;
    padding: 2% 0;
  }

  .sec01 .cell01:nth-of-type(3) {
    background: #fafafa url(/html/template/million01/assets/img/goods/massage-roller/bg_sec01_02_sp.png);
  }

  .sec01 .cell01:nth-of-type(4) {
    background: #ffecf1 url(/html/template/million01/assets/img/goods/massage-roller/bg_sec01_01_sp.png);
  }

  .sec01 .cell01:nth-of-type(4) .photo {
    width: 70%;
    padding-top: 1em;
  }

  .sec02 .cell01:before {
    padding: .25em 0;
    font-size: 150%;
  }

  .sec02 .cell01 .photo {
    width: 80%;
  }

  .sec02 .cell01:nth-of-type(1) .photo {
    width: 30%;
    margin: 1em auto;
  }

  .sec03 .faq {
    font-size: 125%;
  }
}

@media screen and (min-width: 1024px) {
  .massage {
    font-size: 150%;
  }
}
