@charset "UTF-8";
html {
  font-size: calc(10vw / 7.8);
  -webkit-font-smoothing: antialiased; }

body {
  color: #083684;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 10px; }

  body {
    min-width: 960px;
    font-size: 1.6rem;
    line-height: 1; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.title img {
  width: 100%; }

figure img {
  width: 100%;
  height: auto; }

picture img {
  width: 100%;
  height: auto; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.normal {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

.txtBold {
  font-weight: 700; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

input[type="submit"] {
  cursor: pointer; }

.slide .item {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .item:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .item {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .slide .slick-dots li {
    overflow: hidden;
    flex-basis: 16px;
    margin: 0 4px;
    transition: all 0.2s ease-out; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 100%;
      height: 16px;
      text-indent: -9999em;
      background-color: #083684;
      clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
      transition: all 0.2s ease-out; }
    .slide .slick-dots li.slick-active {
      transform: scale(1.25); }
    .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
      background-color: #ec0000; }
    .slide .slick-dots li:first-child:last-child {
      display: none; }
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 4.0rem;
  height: 4.0rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }
  .slide .slick-arrow.slick-prev {
    right: 100%;
    background: url(../img/common/img_arrow05_prev.svg) center top no-repeat;
    background-size: contain; }
  .slide .slick-arrow.slick-next {
    left: 100%;
    background: url(../img/common/img_arrow05_next.svg) center top no-repeat;
    background-size: contain; }
  .slide .slick-arrow.slick-disabled {
    display: none !important; }

.grecaptcha-badge {
  visibility: hidden; }

.smf-form .p-country-name {
  display: none; }

#contactArea .smf-form .recaptcha_message {
  color: #707070;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  padding: 3em 0 0 0; }

#contactArea .smf-form .recaptcha_message a {
  color: inherit;
  text-decoration: underline; }

@media screen and (min-width: 769px) {
  .slide .slick-dots li {
    margin: 0 7px; }
  .slide .slick-arrow {
    width: 8rem;
    height: 8rem; }
    .slide .slick-arrow.slick-prev {
      left: -4rem; }
    .slide .slick-arrow.slick-next {
      right: -4rem; }
    .slide .slick-arrow.slick-prev, .slide .slick-arrow.slick-next {
      transition: opacity 0.2s ease-out; }
      .slide .slick-arrow.slick-prev:hover, .slide .slick-arrow.slick-next:hover {
        opacity: 0.8; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

@media screen and (min-width: 769px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP {
    display: none; }
    .modeSP.important {
      display: none !important; } }
@keyframes fluffy {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
.wrapper {
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.scrollPosition {
  margin: calc(-55 / 375 * 100%) 0 0 0;
  padding: calc(55 / 375 * 100%) 0 0 0; }

.content {
  position: relative; }

.contentInner {
  width: calc(720 / 780 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transition: opacity 1.0s ease-out; }

.fadeContent.current {
  opacity: 1; }

@media screen and (min-width: 769px) {
  .scrollPosition {
    margin: -90px 0 0 0;
    padding: 90px 0 0 0; }

  .contentInner {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box; } }
#firstContent .slideWrap {
  position: relative;
  padding: 0 0 0 0; }
  #firstContent .slideWrap .slide {
    position: static; }

@media screen and (min-width: 769px) {
  #firstContent .slideWrap {
    padding: 0 0 0 0; } }
#introArea .content {
  background: url(../img/bg_intro_sp.png) bottom center no-repeat;
  background-size: contain; }
#introArea .movie {
  padding: calc(112 / 720 * 100%) 0 calc(99 / 720 * 100%) 0; }
  #introArea .movie .title {
    width: calc(182 / 720 * 100%);
    margin: 0 auto calc(36 / 720 * 100%) auto; }
  #introArea .movie .item .thumb {
    width: calc(580 / 720 * 100%);
    margin: auto; }
  #introArea .movie .item .caption {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
    padding: 2.2rem 0 0 0; }
#introArea .intro {
  padding: 0 0 calc(40 / 720 * 100%) 0; }
  #introArea .intro .title {
    width: calc(534 / 720 * 100%);
    margin: 0 auto calc(62 / 720 * 100%) auto; }
  #introArea .intro .textWrap {
    font-size: 2.8rem;
    line-height: 1.61;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: center; }
    #introArea .intro .textWrap .text {
      margin: 0 0 3.5rem 0; }
      #introArea .intro .textWrap .text .em {
        font-weight: 900; }

@media screen and (min-width: 769px) {
  #introArea .content {
    overflow: hidden;
    position: relative;
    background-image: none; }
    #introArea .content:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: -50vw;
      right: -50vw;
      width: 100vw;
      min-width: 1366px;
      background: url(../img/bg_intro.png) bottom center no-repeat;
      background-size: contain;
      margin: auto;
      aspect-ratio: 2732 / 2302; }
  #introArea .contentInner {
    position: relative;
    z-index: 2; }
  #introArea .movie {
    padding: calc(84 / 1020 * 100%) 0 calc(66 / 720 * 100%) 0; }
    #introArea .movie .title {
      width: calc(143 / 1020 * 100%);
      margin: 0 auto calc(32 / 1020 * 100%) auto; }
    #introArea .movie .item .thumb {
      width: calc(580 / 1020 * 100%); }
    #introArea .movie .item .caption {
      font-size: 1.6rem;
      line-height: 1;
      padding: 1.5rem 0 0 0; }
  #introArea .intro {
    padding: 0 0 calc(50 / 1020 * 100%) 0; }
    #introArea .intro .title {
      width: calc(444 / 1020 * 100%);
      margin: 0 auto calc(52 / 1020 * 100%) auto; }
    #introArea .intro .textWrap {
      font-size: 2rem;
	  font-weight: 700;
      line-height: 1.7; }
      #introArea .intro .textWrap .text {
        margin: 0 0 2.6rem 0; }
        #introArea .intro .textWrap .text .em {
          font-size: 2.2rem;
          line-height: 1.55; } }
#productArea .titleWrap .title {
  width: calc(780 / 720 * 100%);
  margin: 0 calc(-30 / 720 * 100%); }
#productArea .product .box {
  background: url(../img/bg_product01_sp.png) center top no-repeat;
  background-size: 100% auto;
  margin: 0 0 calc(105 / 720 * 100%) 0; }
  #productArea .product .box:nth-child(2) {
    background: url(../img/bg_product02_sp.png) center top no-repeat;
    background-size: 100% auto; }
    #productArea .product .box:nth-child(2) .info .efficacy {
      margin: calc(28 / 720 * 100%) 0 calc(37 / 720 * 100%) 0; }
  #productArea .product .box .image {
    width: calc(228 / 720 * 100%);
    margin: auto;
    padding: calc(36 / 720 * 100%) 0 calc(15 / 720 * 100%) 0; }
  #productArea .product .box .info .target {
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
    padding: 0 0 calc(16 / 720 * 100%) 0; }
    #productArea .product .box .info .target .em {
      font-weight: 700; }
  #productArea .product .box .info .name {
    padding: 0 0 calc(31 / 720 * 100%) 0; }
  #productArea .product .box .info .features .head {
    display: flex;
    align-items: center;
    width: calc(615 / 720 * 100%);
    margin: auto;
    padding: 0 0 calc(22 / 720 * 100%) 0; }
    #productArea .product .box .info .features .head:before, #productArea .product .box .info .features .head:after {
      content: "";
      width: 50%;
      height: 1px;
      background-color: #083684; }
    #productArea .product .box .info .features .head .ttl {
      display: block;
      flex-shrink: 0;
      font-size: 2.1rem;
      line-height: 1;
      padding: 0 1rem; }
  #productArea .product .box .info .features .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 calc(45 / 720 * 100%); }
    #productArea .product .box .info .features .list .item {
      position: relative;
      font-size: 3rem;
      line-height: 1.2;
      text-indent: -1em;
      margin: 0 0 1.8rem 0;
      padding: 0 0.5em 0 1em; }
      #productArea .product .box .info .features .list .item:nth-child(3), #productArea .product .box .info .features .list .item:nth-child(4) {
        flex-basis: 100%; }
      #productArea .product .box .info .features .list .item:before {
        content: "●";
        color: #d81a19;
        font-weight: 700; }
      #productArea .product .box .info .features .list .item.pt {
        padding-top: 3.7rem; }
      #productArea .product .box .info .features .list .item .over {
        position: absolute;
        top: 0;
        font-size: 2.2rem;
        line-height: 1.59;
        padding: 0 0 0 1.5rem; }
      #productArea .product .box .info .features .list .item .under {
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: -0.11em;
        margin: 0 0 0 -1em; }
      #productArea .product .box .info .features .list .item .em {
        font-weight: 700; }
  #productArea .product .box .info .features .attention {
    color: #e60012;
    font-size: 2.2rem;
    line-height: 2.05;
    padding: 0 0 0 4.2rem; }
  #productArea .product .box .info .efficacy {
    margin: calc(-26 / 720 * 100%) 0 calc(37 / 720 * 100%) 0; }
  #productArea .product .box .info .buttonArea {
    width: calc(650 / 720 * 100%);
    margin: auto; }

@media screen and (min-width: 769px) {
  #productArea .titleWrap .title {
    width: 100%;
    margin: 0; }
  #productArea .product {
    padding: 0 0 calc(15 / 1020 * 100%) 0; }
    #productArea .product .box {
      display: flex;
      background: url(../img/bg_product01.png) center top no-repeat;
      background-size: 100% auto;
      margin: 0 0 calc(52 / 1020 * 100%) 0; }
      #productArea .product .box:nth-child(2) {
        background: url(../img/bg_product02.png) center top no-repeat;
        background-size: 100% auto; }
        #productArea .product .box:nth-child(2) .info .features .head {
          padding: 0 0 calc(17 / 689 * 100%) 0; }
        #productArea .product .box:nth-child(2) .info .features .list {
          display: block; }
        #productArea .product .box:nth-child(2) .info .efficacy {
          width: calc(333 / 689 * 100%);
          margin: calc(70 / 689 * 100%) calc(33 / 689 * 100%) 0 0; }
      #productArea .product .box .image {
        width: calc(151 / 1020 * 100%);
        margin: 0;
        padding: calc(24 / 1020 * 100%) calc(88 / 1020 * 100%) 0 calc(92 / 1020 * 100%); }
      #productArea .product .box .info {
        position: relative;
        width: calc(689 / 1020 * 100%);
        padding: calc(75 / 1020 * 100%) 0 0 0; }
        #productArea .product .box .info .target {
          font-size: 1.7rem;
          line-height: 1;
          text-align: left;
          padding: 0 0 calc(12 / 689 * 100%) 0; }
        #productArea .product .box .info .name {
          width: calc(290 / 689 * 100%);
          padding: 0 0 calc(25 / 689 * 100%) 0; }
        #productArea .product .box .info .features .head {
          width: calc(302 / 689 * 100%);
          margin: 0;
          padding: 0 0 calc(8 / 689 * 100%) 0; }
          #productArea .product .box .info .features .head .ttl {
            font-size: 1.4rem;
            line-height: 1;
            padding: 0 1rem; }
        #productArea .product .box .info .features .list {
          padding: 0; }
          #productArea .product .box .info .features .list .item {
            font-size: 1.8rem;
            line-height: 1.11;
            text-indent: -1em;
            margin: 0 0 0.9rem 0;
            padding: 0 0.8em 0 1em; }
            #productArea .product .box .info .features .list .item:before {
              font-size: 1.3rem;
              line-height: 1.54; }
            #productArea .product .box .info .features .list .item.pt {
              padding-top: 2.1rem; }
            #productArea .product .box .info .features .list .item .over {
              font-size: 1.3rem;
              line-height: 1.54;
              padding: 0 0 0 1.9rem; }
            #productArea .product .box .info .features .list .item .under {
              font-size: 1.2rem;
              line-height: 1.67;
              letter-spacing: -0.11em;
              margin: 0 0 0 -1em; }
        #productArea .product .box .info .features .attention {
          font-size: 1.3rem;
          line-height: 1.54;
          padding: 0; }
        #productArea .product .box .info .efficacy {
          position: absolute;
          top: 0;
          right: 0;
          width: calc(278 / 689 * 100%);
          margin: calc(97 / 689 * 100%) calc(38 / 689 * 100%) 0 0; }
        #productArea .product .box .info .buttonArea {
          width: calc(359 / 689 * 100%);
          margin: 0;
          padding: calc(21 / 689 * 100%) 0 calc(26 / 689 * 100%) 0; } }
#recommendArea .content {
  position: relative;
  background-color: #fade01; }
#recommendArea .titleWrap {
  padding: calc(68 / 720 * 100%) 0 calc(47 / 720 * 100%) 0; }
  #recommendArea .titleWrap .title {
    width: calc(571 / 720 * 100%);
    margin: auto; }
#recommendArea .image {
  margin: 0 0 calc(108 / 720 * 100%) 0; }
#recommendArea .voice {
  margin: 0 0 calc(65 / 720 * 100%) 0; }
  #recommendArea .voice .title {
    width: calc(643 / 720 * 100%);
    margin: 0 auto calc(56 / 720 * 100%) auto; }
  #recommendArea .voice .list {
    width: calc(633 / 720 * 100%);
    margin: auto; }
    #recommendArea .voice .list .item {
      margin: 0 0 calc(41 / 633 * 100%) 0; }
      #recommendArea .voice .list .item:nth-child(2) .balloon:after {
        left: auto;
        right: 0;
        background: url(../img/img_balloon02_sp.png) center top no-repeat;
        background-size: contain; }
      #recommendArea .voice .list .item .balloon {
        position: relative;
        background-color: #FFFFFF;
        border-radius: 2rem;
        box-shadow: 0 0 10px rgba(148, 131, 0, 0.29); }
        #recommendArea .voice .list .item .balloon:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          width: calc(90 / 633 * 100%);
          background: url(../img/img_balloon01_sp.png) center top no-repeat;
          background-size: contain;
          aspect-ratio: 90 / 25; }
        #recommendArea .voice .list .item .balloon .box {
          width: calc(550 / 633 * 100%);
          margin: auto;
          padding: calc(28 / 633 * 100%) 0 calc(20 / 633 * 100%) 0; }
          #recommendArea .voice .list .item .balloon .box .head {
            font-size: 2.9rem;
            line-height: 1.24;
            font-weight: 700;
            letter-spacing: -0.11em;
            text-indent: -0.8em;
            margin: 0 0 1rem -0.3em;
            padding: 0 0 0 0.8em;
            white-space: nowrap; }
          #recommendArea .voice .list .item .balloon .box .cont {
            display: flex;
            align-items: center;
            padding: 1rem 0 0 0;
            border-top: 1px dashed #083684; }
            #recommendArea .voice .list .item .balloon .box .cont .comment {
              font-size: 2.1rem;
              line-height: 1.52;
              letter-spacing: -0.06em; }
            #recommendArea .voice .list .item .balloon .box .cont .age {
              flex-basis: calc(89 / 550 * 100%);
              flex-shrink: 0;
              margin: 0 calc(-8 / 550 * 100%) 0 0; }
#recommendArea .productWrap .title {
  width: calc(490 / 720 * 100%);
  margin: 0 auto calc(43 / 720 * 100%) auto; }
#recommendArea .productWrap .person {
  position: absolute;
  bottom: 0;
  width: calc(120 / 780 * 100%); }
  #recommendArea .productWrap .person.person01 {
    left: 0; }
  #recommendArea .productWrap .person.person02 {
    right: 0;
    width: calc(116 / 780 * 100%); }
#recommendArea .buttonArea {
  background-color: #083684;
  padding: calc(50 / 780 * 100%) 0; }
  #recommendArea .buttonArea .button {
    width: calc(545 / 780 * 100%);
    height: calc(106 / 780 * 100%);
    margin: auto;
    aspect-ratio: 545 / 110; }
    #recommendArea .buttonArea .button .small {
      display: block;
      font-size: 3rem;
      line-height: 1;
      margin: 0 0 0.5rem 0; }
    #recommendArea .buttonArea .button .small {
      display: block;
      font-size: 3rem;
      line-height: 1;
      margin: 0 0 0.5rem 0; }
@media screen and (min-width: 769px) {
  #recommendArea .content {
    position: relative;
    background-color: #fade01; }
  #recommendArea .titleWrap {
    padding: calc(84 / 1020 * 100%) 0 calc(60 / 1020 * 100%) 0; }
    #recommendArea .titleWrap .title {
      width: calc(452 / 1020 * 100%);
      margin: auto; }
  #recommendArea .image {
    width: calc(974 / 1020 * 100%);
    margin: 0 auto calc(52 / 1020 * 100%) auto; }
  #recommendArea .voice {
    margin: 0 0 calc(83 / 1020 * 100%) 0; }
    #recommendArea .voice .title {
      width: calc(510 / 1020 * 100%);
      margin: 0 auto calc(73 / 1020 * 100%) auto; }
    #recommendArea .voice .list {
      position: relative;
      width: 100%;
      max-width: 923px; }
      #recommendArea .voice .list .item {
        margin: 0 0 calc(39 / 923 * 100%) 0; }
        #recommendArea .voice .list .item:nth-child(1) .balloon {
          width: calc(427 / 923 * 100%); }
          #recommendArea .voice .list .item:nth-child(1) .balloon:after {
            top: auto;
            bottom: 0;
            left: 100%;
            width: calc(25 / 427 * 100%);
            margin: 0 0 0 calc(-13 / 427 * 100%); }
          #recommendArea .voice .list .item:nth-child(1) .balloon .box {
            width: calc(366 / 436 * 100%); }
            #recommendArea .voice .list .item:nth-child(1) .balloon .box .cont .age {
              flex-basis: calc(60 / 366 * 100%);
              margin: 0 calc(-15 / 366 * 100%) 0 0; }
        #recommendArea .voice .list .item:nth-child(2) .balloon {
          position: absolute;
          top: 0;
          right: 0;
          margin: calc(-31 / 923 * 100%) 0 0 0; }
          #recommendArea .voice .list .item:nth-child(2) .balloon:after {
            top: auto;
            bottom: 0;
            left: auto;
            right: 100%;
            background: url(../img/img_balloon02.png) center top no-repeat;
            background-size: contain;
            margin: 0 calc(-12 / 436 * 100%) 0 0; }
        #recommendArea .voice .list .item:nth-child(3) {
          margin-left: calc(-16 / 923 * 100%); }
          #recommendArea .voice .list .item:nth-child(3) .balloon {
            width: 436px;
            margin: auto; }
            #recommendArea .voice .list .item:nth-child(3) .balloon:after {
              left: auto;
              right: 0;
              width: calc(100 / 436 * 100%);
              background: url(../img/img_balloon03.png) center top no-repeat;
              background-size: contain;
              aspect-ratio: 100 / 12; }
            #recommendArea .voice .list .item:nth-child(3) .balloon .box {
              padding: calc(26 / 436 * 100%) 0 calc(18 / 436 * 100%) 0; }
              #recommendArea .voice .list .item:nth-child(3) .balloon .box .head {
                margin-bottom: 1.2rem; }
        #recommendArea .voice .list .item .balloon {
          width: calc(436 / 923 * 100%);
          border-radius: 2rem; }
          #recommendArea .voice .list .item .balloon:after {
            top: 100%;
            left: 0;
            width: calc(25 / 436 * 100%);
            background: url(../img/img_balloon01.png) center top no-repeat;
            background-size: contain;
            aspect-ratio: 25 / 25; }
          #recommendArea .voice .list .item .balloon .box {
            width: calc(374 / 436 * 100%);
            padding: calc(21 / 436 * 100%) 0 calc(16 / 436 * 100%) 0; }
            #recommendArea .voice .list .item .balloon .box .head {
              font-size: 2rem;
              line-height: 1.2;
              letter-spacing: -0.11em;
              text-indent: -0.8em;
              margin: 0 0 0.75rem -0.3em;
              padding: 0 0 0 0.8em; }
            #recommendArea .voice .list .item .balloon .box .cont {
              padding: 1rem 0 0 0; }
              #recommendArea .voice .list .item .balloon .box .cont .comment {
                font-size: 1.5rem;
                line-height: 1.33;
                letter-spacing: -0.06em; }
              #recommendArea .voice .list .item .balloon .box .cont .age {
                flex-basis: calc(60 / 374 * 100%);
                flex-shrink: 0;
                margin: 0 calc(-15 / 374 * 100%) 0 0; }
  #recommendArea .productWrap {
    position: relative; }
    #recommendArea .productWrap .title {
      width: 100%;
      margin: 0 0 calc(43 / 1020 * 100%) 0; }
    #recommendArea .productWrap .product {
      width: calc(562 / 1020 * 100%);
      margin: auto; }
    #recommendArea .productWrap .person {
      width: calc(229 / 1020 * 100%); }
      #recommendArea .productWrap .person.person01 {
        margin: 0 0 0 calc(-21 / 1020 * 100%); }
      #recommendArea .productWrap .person.person02 {
        width: calc(338 / 1020 * 100%);
        margin: 0 calc(-92 / 1020 * 100%) 0 0; }
  #recommendArea .buttonArea {
    padding: 3rem 0; }
    #recommendArea .buttonArea .button {
      width: 360px;
	  height: 70px;
      font-size: 2.6rem;
      line-height: 1;
      aspect-ratio: 360 / 70; }
      #recommendArea .buttonArea .button .small {
        font-size: 2rem;
        line-height: 1;
        margin: 0 0 0.2rem 0; } }
.buttonType01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  font-size: 3.1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background-color: #ff6a06;
  border-radius: 10rem;
  aspect-ratio: 650 / 100; }

@media screen and (min-width: 769px) {
  .buttonType01 {
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 10rem;
    aspect-ratio: 359 / 54; }
    .buttonType01.next:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 2.8rem;
      width: 0.8rem;
      height: 0.8rem;
      margin: auto;
      border-top: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF;
      transform: rotate(45deg); } }
