@charset "UTF-8";
/* Scss Document for menuplus page */
#menuplus {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',sans-serif;
  box-sizing: border-box;
  position: relative; }
  #menuplus h2, #menuplus h3 {
    font-weight: 400 !important; }
  #menuplus * {
    box-sizing: border-box; }

section .contents, .btn-area {
  width: 90%;
  max-width: 1024px;
  margin: auto; }

.main-v {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-color: #FF5A5F;
  padding-top: 48px; }
  .main-v .contents {
    padding: 40px 0 0 0;
    width: 100%; }
  .main-v .read-block {
    width: 100%;
    margin-bottom: 40px; }
    .main-v .read-block .tab-only {
      display: none !important; }
  .main-v .read01, .main-v h1 {
    text-align: left; }
  .main-v .read01 {
    color: #fff;
    font-size: 29px;
    line-height: 1.4;
    margin-left: 25px;
    margin-bottom: 30px; }
    .main-v .read01 i {
      font-size: 24px; }
  .main-v h1 {
    width: 96%;
    background-image: url(/web/jp/asp/buyer/images/menuplus/h1bg.svg);
    background-position: top right;
    margin-bottom: 6px;
    padding: 15px 25px;
    background-size: auto;
    position: relative;
    height: 130px; }
    .main-v h1 img {
      margin-bottom: 7px;
      position: relative;
      z-index: 2;
      height: 26px; }
    .main-v h1 p {
      font-size: 11px;
      line-height: 1.6;
      position: relative;
      z-index: 2; }
  .main-v .functions {
    text-align: left;
    margin-left: 25px; }
    .main-v .functions span.function {
      display: inline-block;
      background: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      font-size: 12px;
      line-height: 1;
      padding: 10px;
      margin: 0 10px 10px 0;
      border-radius: 40px; }
    .main-v .functions span.functions-text {
      clear: left;
      color: #fff;
      font-size: 14px;
      display: inline;
      line-height: 1.8;
      text-align: left; }
  .main-v .main-v-block {
    background: url(/web/jp/asp/buyer/images/menuplus/main-v01sp.png) no-repeat;
    background-size: cover;
    padding: 56px 0 95px 0;
    position: relative; }
    .main-v .main-v-block img {
      width: 85.5%;
      margin: auto; }
    .main-v .main-v-block:after {
      content: url(/web/jp/asp/buyer/images/menuplus/newrelease.png);
      position: absolute;
      right: 0;
      top: -32px; }

.btn-area {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0;
  margin-top: -79px; }
  .btn-area .contents {
    background: #fff;
    border-radius: 4px;
    padding: 35px 15px;
    position: relative;
    z-index: 1; }
    .btn-area .contents a {
      display: block;
      width: 100%;
      padding: 17px 0 17px 14px;
      color: #fff;
      font-size: 22px;
      line-height: 1.5;
      background: #86B81B;
      border-radius: 4px;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      position: relative;
      text-align: left; }
      .btn-area .contents a:after {
        position: absolute;
        content: url(/web/jp/asp/buyer/images/menuplus/btarrow.svg);
        right: 16px;
        top: 50%;
        transform: translateY(-50%) translateX(0%);
        line-height: 1; }

#problem {
  position: relative;
  z-index: 1;
  background: url(/web/jp/asp/buyer/images/menuplus/sec-problemsp.png) no-repeat top center #FBFBFB;
  background-size: auto;
  padding-top: 3.5em; }
  #problem h2 {
    color: #fff;
    margin: 74px auto;
    font-size: 28px;
    position: relative; }
    #problem h2:before {
      content: url(/web/jp/asp/buyer/images/menuplus/h2problem.svg);
      position: absolute;
      bottom: -32px;
      left: 50%;
      transform: translateY(0%) translateX(-50%); }
  #problem .contents {
    background: #F5F5F5;
    padding: 30px 23px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.24); }
  #problem .problems {
    display: flex;
    flex-direction: column;
    position: relative; }
    #problem .problems li {
      background: #fff;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.24);
      border-radius: 4px;
      margin-bottom: 16px;
      text-align: center; }
      #problem .problems li:last-child {
        margin-bottom: 0; }
      #problem .problems li .problem-name {
        background: #FFf;
        border-radius: 4px 4px 0 0;
        font-size: 18px;
        color: #FF5A5F;
        padding: 24px 0 20px 0;
        line-height: 1.5; }
        #problem .problems li .problem-name img {
          display: block;
          margin: 10px auto 0; }
      #problem .problems li .problem-detail {
        background: #FF5A5F;
        border-radius: 0 0 4px 4px;
        font-size: 18px;
        color: #fff;
        padding: 27px 0;
        line-height: 1.5; }
    #problem .problems:before {
      content: url(/web/jp/asp/buyer/images/menuplus/problemarrw.svg);
      position: absolute;
      bottom: -85px;
      left: 50%;
      transform: translateY(0%) translateX(-50%); }
  #problem .problem-catch {
    background: #fff;
    padding: 52px 24px 24px;
    width: 90%;
    max-width: 1024px;
    margin: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.24);
    border-radius: 0 0 4px 4px; }
    #problem .problem-catch p {
      border: dotted #86B827 2px;
      padding: 34px 0 44px;
      text-align: center;
      display: flex;
      flex-direction: column; }
      #problem .problem-catch p .tx {
        font-size: 24px;
        line-height: 1.5; }
      #problem .problem-catch p .logo {
        margin-top: 15px; }
        #problem .problem-catch p .logo i {
          font-size: 24px;
          line-height: 1.5;
          transform: rotate(10deg);
          display: inline-block; }
        #problem .problem-catch p .logo img {
          height: 40px; }

#points {
  background: #FBFBFB;
  padding-bottom: 2.5em; }
  #points .point {
    margin-bottom: 105px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #points .point:last-child {
      margin-bottom: 0; }
    #points .point .point-details {
      width: 100%;
      border-radius: 0 4px 5px 0;
      background: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      padding: 63px 25px 0 25px;
      height: 356px;
      position: relative;
      z-index: 1; }
      #points .point .point-details .inner {
        position: absolute;
        top: -125px;
        left: 0px;
        line-height: 14px; }
      #points .point .point-details .pointnumber {
        position: relative;
        color: #86B827;
        font-family: Arial, Helvetica, "sans-serif";
        text-align: center;
        font-weight: 700; }
        #points .point .point-details .pointnumber .po {
          display: block;
          font-size: 24px; }
        #points .point .point-details .pointnumber .num {
          display: block;
          font-size: 64px;
          position: relative;
          top: 30px; }
          #points .point .point-details .pointnumber .num:after {
            content: "";
            position: absolute;
            display: block;
            background-color: #86B827;
            width: 53px;
            height: 6px;
            border-radius: 20px;
            left: 50%;
            bottom: -40px;
            transform: translateY(0%) translateX(-50%); }
      #points .point .point-details h2, #points .point .point-details p {
        text-align: left; }
      #points .point .point-details h2 {
        color: #FF5A5F;
        font-size: 28px;
        margin-bottom: 20px; }
      #points .point .point-details p {
        width: 100%;
        line-height: 1.85;
        font-size: 14px; }
    #points .point .point-image {
      width: 92%;
      border-radius: 4px;
      background: #F5F5F5;
      text-align: center;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      position: relative;
      z-index: 1;
      margin-top: -40px; }
      #points .point .point-image img {
        width: auto;
        max-width: 100%;
        margin: auto; }
    #points .point:nth-child(3) .point-image {
      margin-top: -80px; }

#menucatch {
  padding: 2.5em 0;
  background: url(/web/jp/asp/buyer/images/menuplus/sec-menucatchsp.png) no-repeat #F9FBF5;
  background-size: auto; }
  #menucatch h2 {
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 1.5em; }
  #menucatch .contents {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    position: relative; }
    #menucatch .contents p {
      line-height: 1.5;
      font-size: 20px; }
      #menucatch .contents p span {
        color: #FF5A5F; }
    #menucatch .contents > div {
      background: #fff;
      width: 100%;
      height: 100%;
      padding: 32px 0;
      position: relative;
      z-index: 2; }
    #menucatch .contents:after {
      content: "";
      width: 45px;
      height: 45px;
      background: #fff;
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateY(0%) translateX(-50%) rotate(45deg);
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      z-index: 1; }

#sec-purpose {
  background: none;
  background-color: #F9FBF5;
  padding-top: 0; }
  #sec-purpose .contents {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 12px 12px 0 12px; }

#menuplus #sec-purpose .contents {
  width: 100%; }
  #menuplus #sec-purpose .contents h2 {
    padding: 1.5em 0 !important; }
  #menuplus #sec-purpose .contents > div > iframe {
    height: 700px !important; }

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .main-v .contents {
    display: flex;
    padding: 0; }
  .main-v .read-block {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .main-v .read-block > * {
      width: 98%;
      position: relative;
      left: 32px; }
    .main-v .read-block .read01 {
      margin: 72px 0 183px 0; }
    .main-v .read-block h1 {
      left: unset;
      top: 216px;
      right: -154px;
      width: 866px;
      position: absolute;
      padding: 0 0 33px 0;
      display: flex;
      z-index: 1; }
      .main-v .read-block h1 .inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 455px;
        margin: 0 40px 0 auto; }
      .main-v .read-block h1 p {
        font-size: 11px; }
      .main-v .read-block h1 img {
        margin: 0 8px 0 0; }
    .main-v .read-block .functions span.functions-text {
      display: block;
      margin-left: 10px; }
    .main-v .read-block .tab-only {
      display: block !important; }
  .main-v .main-v-block {
    width: 50%;
    min-height: 555px;
    background: url(/web/jp/asp/buyer/images/menuplus/main-v01pc.png) no-repeat;
    padding-top: 150px; }
    .main-v .main-v-block img {
      position: relative;
      z-index: 2;
      width: 100%; }
    .main-v .main-v-block:after {
      z-index: 3;
      right: 0;
      top: 34px; }

  .btn-area {
    position: relative; }
    .btn-area .contents a {
      width: 591px;
      text-align: center;
      margin: auto;
      position: relative; }
      .btn-area .contents a:before {
        content: url(/web/jp/asp/buyer/images/menuplus/ic_btn-area.svg);
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateX(0%) translateY(-50%);
        width: 107px;
        height: 107px; }

  #problem {
    margin-top: -70px;
    padding-top: 4em; }
    #problem .problems {
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: row; }
      #problem .problems li {
        width: 48.3%; }
        #problem .problems li:last-child {
          margin-bottom: auto; }
        #problem .problems li .problem-name {
          height: 133px; }
        #problem .problems li .problem-detail {
          height: 135px;
          padding: 0;
          position: relative; }
          #problem .problems li .problem-detail span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            white-space: nowrap; }
        #problem .problems li .pc-only {
          display: inline !important; }
    #problem .problem-catch p {
      padding: 23px 0; }
      #problem .problem-catch p .logo {
        margin-top: 0; }

  #points {
    padding-top: 104px; }
    #points .problems li .problem-detail .pc-only {
      display: none; }
    #points .point .point-image {
      margin-top: -140px !important; }

  #menucatch {
    background: url(/web/jp/asp/buyer/images/menuplus/sec-menucatchpc.png) no-repeat #F9FBF5; }

  #menucatch {
    padding-top: 3.5em;
    padding-bottom: 3.5em; }
    #menucatch .contents > div {
      padding: 52px 0; }

  #sec-purpose .contents {
    padding: 56px 0; } }
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .main-v {
    padding-top: 88px !important; }
    .main-v .read-block {
      width: 455px; }
      .main-v .read-block > * {
        width: 455px;
        left: 50px;
        z-index: 2; }
      .main-v .read-block h1 .inner {
        margin: 0 102px 0 auto; }
      .main-v .read-block h1 p {
        font-size: 13px; }
    .main-v .main-v-block {
      width: 569px;
      padding-top: 100px; }
      .main-v .main-v-block img {
        width: 512px; }
      .main-v .main-v-block:after {
        right: 24px;
        top: 8px; }

  #problem {
    padding-bottom: 3.5em; }
    #problem .problems li {
      width: 48.7%; }
      #problem .problems li .pc-only {
        display: inline !important; } }
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width: 75em) {
  .main-v {
    background: url(/web/jp/asp/buyer/images/menuplus/main-v01pc.png) no-repeat #FF5A5F;
    background-position: 610px top;
    background-size: contain; }
    .main-v .read-block > * {
      left: 24px; }
    .main-v .read-block .read01 {
      font-size: 36px;
      font-weight: 700; }
      .main-v .read-block .read01 i {
        font-size: 30px; }
    .main-v .read-block h1 .inner {
      margin: 0 132px 0 auto; }
    .main-v .read-block .tab-only {
      display: none !important; }
    .main-v .main-v-block {
      min-height: 569px;
      background: none; }
      .main-v .main-v-block img {
        width: 582px; }

  .btn-area .contents {
    padding: 50px 15px;
    width: 100%; }
    .btn-area .contents a {
      font-weight: 700; }

  #problem {
    background: url(/web/jp/asp/buyer/images/menuplus/sec-problempc.png) no-repeat top center #FBFBFB;
    margin-top: -100px;
    padding-bottom: 30px; }
    #problem h2 {
      font-weight: 700; }
    #problem .problems li {
      width: 228px; }
      #problem .problems li .pc-only {
        display: none; }
      #problem .problems li .problem-name,
      #problem .problems li .problem-detail {
        font-weight: 700; }
    #problem .problem-catch p {
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      #problem .problem-catch p .tx {
        font-weight: 700; }

  #points {
    padding-top: 3.5em;
    padding-bottom: 0; }
    #points .contents {
      padding-top: 20px;
      margin-bottom: -49px; }
    #points .point {
      flex-direction: row;
      align-items: flex-start;
      position: relative;
      height: 367px;
      margin-bottom: 0; }
      #points .point .point-details {
        width: 672px;
        position: absolute;
        height: 261px; }
        #points .point .point-details .pc-only {
          display: inline !important; }
        #points .point .point-details h2,
        #points .point .point-details p span {
          font-weight: 700 !important; }
      #points .point .point-image {
        width: 493px;
        position: absolute;
        margin-top: -40px !important; }
      #points .point:nth-child(odd) .point-details {
        left: 0;
        padding: 63px 145px 0 25px; }
      #points .point:nth-child(even) .point-details {
        left: unset;
        right: 0;
        padding: 63px 25px 0 185px; }
      #points .point:nth-child(odd) .point-image {
        right: 0; }
      #points .point:nth-child(even) .point-image {
        right: unset; }

  #menucatch h2 {
    font-weight: 700 !important; }
  #menucatch .contents p {
    font-size: 26px;
    font-weight: 700; }

  #sec-purpose h2 {
    font-weight: 700 !important; } }
/* マルケトフォーム */
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none; }

.mktoForm .mktoFormRow {
  margin: 0 80px 11px;
  padding: 0px 10px;
  display: flex; }

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 400 !important;
  font-size: 14px !important;
  display: flex;
  flex-direction: inherit;
  margin-bottom: 14px;
  width: auto; }

.mktoForm .mktoRequiredField label.mktoLabel span,
.mktoForm .mktoRequiredField label.mktoLabel span strong {
  font-size: 14px !important;
  display: inline !important;
  white-space: nowrap; }

.mktoForm .mktoAsterix {
  float: none !important;
  color: transparent !important;
  width: 2.3rem !important;
  display: inline-flex !important; }
  .mktoForm .mktoAsterix:before {
    content: "必須";
    display: block;
    white-space: nowrap;
    line-height: 1;
    background: #F90B02;
    border-radius: 2px;
    /*margin-left: 8px;*/
    padding: 3px 5px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
    width: 2.3em; }

.mktoForm .mktoError .mktoErrorMsg,
.mktoForm .mktoError {
  padding: 0.4em 0.6em !important;
  margin-top: 3px !important; }

.mktoForm .mktoError .mktoErrorArrowWrap {
  left: 13px !important; }

.mktoForm .mktoFormCol {
  width: 100% !important;
  float: none; }

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  width: 100% !important;
  height: 50px !important;
  font-size: 14px !important;
  padding: 0 1em !important; }

.mktoForm input[type=text]#FirstName,
.mktoForm input[type=text]#LastName {
  width: 95% !important; }

.mktoButtonWrap.mktoSimple {
  width: 100% !important;
  margin: auto !important; }

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  width: 100%;
  font-size: 22px !important;
  background-color: #86B81B !important;
  background-image: none !important;
  border-radius: 4px;
  border: none !important;
  padding: 18px 0 !important; }
  .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:after {
    position: absolute;
    content: url(/web/jp/asp/buyer/images/menuplus/btarrow.svg);
    right: 16px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    line-height: 1; }

.mktoButtonRow {
  width: 100%;
  margin: 32px auto 14px !important;
  display: block !important; }

.mktoHtmlText.mktoHasWidth span {
  line-height: 1.5; }

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .mktoForm {
    width: 600px !important;
    margin: 80px auto; }

  .mktoHtmlText.mktoHasWidth {
    margin-top: 20px;
    line-height: 1.5;
    margin: auto;
    width: 100% !important; }

  .mktoForm .mktoFieldWrap {
    float: none !important;
    /*display: flex;*/
    align-items: center; }

  .mktoForm .mktoAsterix {
    /*margin-left: 45px !important;*/ }

  .mktoForm .mktoRequiredField label.mktoLabel {
    margin-bottom: 0 !important;
    width: 200px !important;
    white-space: nowrap; }

  .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    margin-left: 12px; }

  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    width: 400px !important;
    margin-left: 13px !important; } }
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .mktoMobileShow .mktoForm, .mktoForm * {
    padding: 0 !important; } }
@media screen and (min-width: 48em) {
  .mktoButtonRow {
    margin: 32px auto 0 !important; } }
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .mktoForm {
    width: 797px !important; }

  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    width: 598px !important;
    margin-left: 0px !important; }

  .mktoButtonRow {
    width: 591px;
    margin: 32px auto 0 !important; } }
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width: 75em) {
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    width: 598px !important; } }
/*-----------------
 *資料請求 for mobile 20200924
-----------------*/
.mobile-btn {
  display: none !important; }

.mobile-btn .cnv_btn {
  margin: 1.5em auto; }

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .mobile-btn {
    display: none; } }
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .mobile-btn {
    display: none; } }
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .mobile-btn {
    display: none; } }
@media all and (-ms-high-contrast: none) {
  .main-v .read-block h1 {
    right: auto !important;
    left: -60% !important; }

  #problem .problems li:last-child {
    margin-bottom: 16px !important; }

  .mktoForm .mktoAsterix {
    display: inline !important;
    padding-left: 0 !important; } }

/*-----------------
 *フォーム調整　20211018
-----------------*/
.mktoFormRow {
  display: flex;
}

.mktoField {
  border: 1px solid #CECECE;
  border-radius: 5px;
}

.mktoHtmlText.mktoHasWidth span a {
  text-decoration: 1px underline;
}

@media (max-width:768px) {
  .mktoForm{
    margin: 40px auto;
  }
  .mktoForm .mktoFormRow {
    margin: 0px 0px 11px;
    display: block;
  }

  .mktoForm.mktoLayoutAbove .mktoField, .mktoForm.mktoLayoutAbove .mktoLogicalField {
    width: 100% !important;
  }

  .mktoForm input[type=text]#FirstName, .mktoForm input[type=text]#LastName {
    width: 100% !important;
  }
}