@charset "UTF-8";
/* Scss Document for menuplus page */
/* common */
.sp-visible {
  display: none;
}
.sp-hidden {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-visible {
    display: block;
    width: 90%;
    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;
    margin: 0 auto;
  }
  .sp-visible::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;
  }
  .sp-hidden {
    display: none;
  }
}


#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; }

      /*澁谷*/
.top_contents{
	display:flex;
}

.bottom_contents{
	display:flex;
	margin-top:-80px;
}
.main-youtube{
  position: relative;
	width: 350px;
    margin:50px auto;
	z-index:3;
}
.main-youtube:after {
  /* content: url(/web/jp/asp/buyer/images/menuplus/ai-cooperation.png); */
  position: absolute;
  right:-280px;
  top: -80px; 
}
.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/ai-cooperation.png);
    position: absolute;
    right: 0;
    top: -32px;
}

@media screen and (max-width: 768px) {
  .top_contents {
    flex-direction: column;
  }
  .main-youtube {
    margin: initial;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .main-v iframe {
    width: 100%;
    height: 100%;
  
  }
  .main-youtube:after {
    content: "";
  }
  .main-v .read-block {
    margin-top: 0px;
  }
  .bottom_contents {
    margin-top: 0px;
    flex-direction: column;
  }
  .main-v .main-v-block:after {
    content: "";
  }
}

/* ここまで */

.btn-area {
  position: absolute;
  /*z-index: 2;*/
  width: 100%;
  padding: 0;}
  .btn-area .contents {
    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; }
	.btn-area a img{
		margin: 100px auto;
		width:70%;
		text-align: center;
		display: block;
		box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .3);
}


#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 #fbfbfb;
  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 #sub {
      line-height: 1.5;
      font-size: 16px; }
      #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: #fbfbfb;
  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; }

/* case */
.case {
  background: #FBFBFB;
}

.case > div {
  width: 90%;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
  border-radius: 0 4px 5px 0;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
}

.case .flex-box {
  display: flex;
  justify-content: center;
}

.case .label {
  text-align: center;
  margin-bottom: 24px;
  color: #FF5A5F;
}

.case .flex-box img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.case .flex-box > div:nth-of-type(2) {
  margin-left: 16px;
}

.case .sub {
  margin-bottom: 40px;
  font-weight: bold;
}

.case .company {
  font-size: 24px;
  font-weight: bold !important;
  text-decoration: underline 3px;
  text-underline-offset: 14px;
  margin-bottom: 26px !important;
}

.case .point {
  line-height: 30px;
}

.case .point span {
  display: inline-block;
  background-color: #86B827;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 8px;
}

.case p:nth-of-type(4) {
  margin: 8px 0;
}

.movie {
  background: #FBFBFB;
}

.movie > div {
  text-align: center;
}

@media screen and (max-width: 559px) {
  .movie iframe {
    width: 100%;
    height: 100%;
  }
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .main-v .top_contents .bottom_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: 622px;
      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 #fbfbfb;
    background-size: 100% 294px;
  }

  #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: 21px;
    top: 21px;
  }

  #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: 482px; }

  .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; } }

/* 20220318　メニューPlus改修対応 */
#pr_hanzo {
  background: url(/web/jp/asp/buyer/images/menuplus/pr_hanzo_background.png) no-repeat center top #fbfbfb;
  padding-top: 2.5em;
  padding: 0 0;
  background-size: 1550px 667px;
}

#pr_hanzo .point-image {
  text-align: center;
  position: relative;
  z-index: 2;
}

#pr_hanzo .point-image img {
  width: 50%;
  max-width: 800px;
}

#pr_hanzo h2 {
  color: #FF5A5F;
  font-size: min(3.25vw,26px);
  line-height: 1.5;
  margin-bottom: 0px;
  padding: 0 0 5px;
  font-weight: 700 !important;
}

#pr_hanzo .point_ {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  height: 367px;
  margin-bottom: 0;
}

#pr_hanzo .pr_hanzo_logo {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fbfbfb;
  padding: 30px 0;
  position: relative;
}

#pr_hanzo .pr_hanzo_logo img {
  width: 33%;
  max-width: 300px;
  display: inline-block;
}

#pr_hanzo .point {
  text-align: center;
}

#pr_hanzo .point .point-details {
  width: 90%;
  max-width: 1024px;
  background: #fff;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
  padding: 128px 25px 0 25px;
  height: 410px;
  position: relative;
  z-index: 1;
  top: -156px;
  font-size: min(2vw,26px);
  font-weight: 700;
  margin: 0 auto;
}

#pr_hanzo .point .point-details p {
  line-height: 1.5;
  margin-bottom: 15px;
}

#pr_hanzo .point .point-details .annotation {
  font-size: 12px;
  font-weight: 300;
}

#pr_hanzo i {
  margin: 0 20px;
  color: #FF5A5F;
  position: relative;
  font-size: min(4vw,40px);
}

#pr_hanzo > p {
  font-size: min(3.25vw,16px);
  text-align: center;
  padding: 30px 0 5px;
  color: #FF5A5F;
  font-weight: 700;
  background-color: rgba(251,251,251,0.5);
}

@media all and (max-width: 768px) {
  #pr_hanzo {
    background-size: auto 350px;
  }
  #pr_hanzo .point .point-details p {
      line-height: 1.85;
      font-size: 14px;
      font-weight: 300;
  }
  #pr_hanzo .point .point-details {
      height: 400px;
  }
  #pr_hanzo .point-image img {
      width: 70%;
  }
  #pr_hanzo .point .point-details {
      width: 90%;
  }
  #pr_hanzo i {
      margin: 0 10px;
  }

  .case .flex-box {
    flex-direction: column;
  }

  .case .company {
    line-height: 32px;
    text-underline-offset: initial;
  }

  .case .flex-box div:nth-of-type(1) {
    margin: 0 auto;
  }
}

.cv_btn_header, .mobile-btn {
  display: none !important;
}

/* 漫画活用対応 */
.manga {
  background: #FBFBFB;
  padding: 0;
  padding-bottom: 24px;
}

.manga .sp {
  display: none;
}

.manga p {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}

.manga .arrow {
  text-align: center;
  padding-top: 16px;
}

/* .slider{
  margin: 100px auto;
  width: 80%;
}
.slider img{
  height: auto;
  width: 50%;
  margin: 0 auto;
} */
/*slick setting*/
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-prev:before,
.slick-next:before {
  color: #86B827 !important;
  font-size: 50px !important;
}
.slick-prev {
  left: -60px !important;
}
/* .slick-next {
  right: 190px !important;
}
.slick-prev {
  left: 190px !important;
} */
.slider-area {
  height: 400px;
  border: 2px solid #000;
  display: flex; /* 追加 */
  align-items: center; /* 追加 */
}

.slider {
  /*height: 300px; 削除*/
  padding: 8px 0;
  width: 55%;
  margin: 0 auto;

}

.slider img {
  margin: 0 auto;
  /* max-height: 300px; */
  max-width: 90%;
  border: 2px solid #222;
  padding: 8px;
  background-color: #fff;
}

.slick-track { /* 追加 */
  display: flex;
  align-items: center;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

@media all and (max-width: 768px) {
  .manga .pc {
    display: none;
  }

  .manga .sp {
    display: block;
  }

  .manga p {
    width: 90%;
    margin: 0 auto;
  }

  .slider {
    width: 95%;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.lb-number {
  display: none !important;
}
/* 20231115 Goals WP掲載 */
.goals-wp-btn {
  display: block;
  background-color: #86b827;
  color: #fff;
  padding: 24px 0px;
  margin: 0 auto;
  width: 300px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .goals-wp-btn {
    width: 200px;
    font-size: 16px;
  }
}

.guide-btn {
  display: flex;
  justify-content: center;
}
.guide-btn a {
  max-width: 600px;
}
.guide-btn a img {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .guide-btn a {
    max-width: 90%;
    display: flex;
    justify-content: center;
  }
  .guide-btn a img {
    width: 90%;
  }
}