@media (max-width: 1500px) {
  .main::before {
    width: 16%;
    max-width: 364px;
    aspect-ratio: 364 / 762;
  }

  .main::after {
    width: 16%;
    max-width: 305px;
    aspect-ratio: 305 / 615;
  }

  .Point--Sche::before {
    width: 16%;
    max-width: 358px;
    aspect-ratio: 358 / 620;
  }

  .Point--Sche::after {
    width: 16%;
    max-width: 358px;
    aspect-ratio: 358 / 540;
  }

  .Lineup::before {
    width: 16%;
    max-width: 420px;
    aspect-ratio: 420 / 528;
  }

  .main img.deco01{
    width: 10%;
    max-width: 173px;
    aspect-ratio: 173 / 214;
  }

}

@media (max-width: 830px) {

  p {
    font-size: 1.4rem;
  }

  .nobr {
    display: none;
  }

  .spbr {
    display: block;
  }

  .mainText_top h4 {
    font-size: 1.4rem;
  }

  .items {
    grid-template-columns: repeat(3, 1fr);
  }
  .priceSwitch__tabs {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .mainText_middle {
    width: 100%;
  }
  .Top_list {
    width: 100%;
  }
  .problemSolved_inner {
    width: 100%;
  }

  .gift_box {
    padding: 30px 20px;
    width: 100%;
  }

  .EnTitle {
    font-size: 4rem;
  }

  .gift_box:nth-of-type(1) h3.gift_title {
    width: 100%;
  }
  .gift_box:nth-of-type(2) h3.gift_title {
    width: 100%;
  }
  .gift_box:nth-of-type(3) h3.gift_title {
    width: 100%;
  }

  .Top_list {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .Top_list li {
    width: 100%;
  }

  .Top_list li:nth-child(2) {
    width: 48%;
  }
  .Top_list li:nth-child(3) {
    width: 48%;
  }

  .mainText_middle .list {
    flex-wrap: wrap;
  }

  .mainText_middle .list li {
    font-size: 1.6rem;
  }

  .mainText_middle .list h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .mainText_middle .list li span:before {
    width: 17px;
    height: 17px;
    left: -25px;
  }

  .mainText_middle .list ul {
    width: 100%;
    padding-left: 40px;
  }

  .main::before {
    display: none;
  }

  .main::after {
    display: none;
  }

  .problemSolved {
    min-height: 90vh;
  }

  .problemSolved_inner {
    width: 90%;
  }

  .Point--Sche{
    padding: 90px 0px 0px 0px!important;
}

  .Point--Sche::before {
    display: none;
  }

  .Point--Sche::after {
    display: none;
  }
  .mainText_middle h3 {
    font-size: 2.6rem;
  }

  .main img.deco01 {
    display: none;
  }

  .mainText_img {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .Top_list .circle {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .Top_list .circle p strong {
    font-size: 2.4rem;
  }

  .Top_list .circle p strong.f_size01 {
    font-size: 2.4rem;
  }

  .problemTop h2 {
    font-size: 2rem;
  }

  .problemBottom figure img.PB_img_pc {
    display: none;
  }

  .problemBottom figure img.PB_img_sp {
    display: block;
  }

  .problemTop {
    margin-bottom: 40px;
  }

  .problemSolved {
    background-image: url(https://files.bcart.jp/dearly/uploads/LP/mutennpo/img/03_solution_bg-img-sp.png);
    padding-top: 90px!important;
  }

  .point_inner {
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
  }

  .point_inner li {
    width: 100%;
    display: flex;
    border-radius: 10px;
    position: relative;
  }

  .point_inner li:nth-child(1):before{
    position: absolute;
    content: "01";
    top:-40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--lightPink);
  }
  .point_inner li:nth-child(2):before{
    position: absolute;
    content: "02";
    top:-40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--lightPink);
  }
  .point_inner li:nth-child(3):before{
    position: absolute;
    content: "03";
    top:-40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--lightPink);
  }



  .point_inner li h5 {
    width: 30%;
    border-radius: 8px 0px 0px 8px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
  }

  .point_inner li img {
    width: 70%;
  }

  .point_inner .deco01_sp {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .Point_content .deco01_sp {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .service01_inner {
    flex-wrap: wrap;
    gap: 20px;
  }

  .service01_inner li {
    width: 100%;
    padding: 14px;
  }

  .service {
    padding: 20px;
  }
  .service01 {
    padding: 20px;
  }

  .service02 {
    flex-wrap: wrap;
    gap: 20px;
  }

  .service02 .service02_inner {
    width: 100%;
  }

  .service > h4 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .Sche_content .flow {
    flex-wrap: wrap;
    gap: 60px;
    overflow: hidden;
    padding: 36px 0px;
    width: 94%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .Sche_content .flow li {
    width: 100%;
    padding-top: 0px;
    padding-left: 30px;
  }
  .Point--Sche_close h3 {
    font-size: 1.6rem;
  }

  .wrapbox {
    justify-content: space-between;
  }

  .wrapbox figure {
    width: 48%;
  }

  .gift_box .gift_inner {
    display: flex;
    flex-wrap: nowrap; /* 折り返し禁止＝横一列 */
    overflow-x: auto; /* 横スクロール */
    overflow-y: hidden; /* 縦スクロールを殺す */
    gap: 16px;
    padding: 0 16px 12px;
    -webkit-overflow-scrolling: touch; /* iPhoneのヌルヌルスクロール */
    margin-top: 30px;
    justify-content: left;
  }

  .gift_box .gift_inner li {
    flex: 0 0 auto; /* 縮まない＆幅固定にしやすい */
    width: 200px; /* 好きなカード幅に調整 */
    list-style: none;
    margin-top: 60px;
  }

  .gift_box .gift_inner img {
    width: 100%;
    height: auto;
    display: block;
  }

  .gift_box h3.gift_title {
    padding: 14px;
  }

  .gift_box h3.gift_title:before {
    transform: rotate(-70deg);
    right: 90px;
    bottom: -30px;
    top: inherit;
    left: inherit;
  }

  .gift_box:nth-of-type(2) h3.gift_title:before {
    transform: rotate(-110deg);
    left: 100px;
    bottom: -30px;
    top: inherit;
  }

  .gift_box h3.gift_title strong {
    display: inline-block;
  }

  .gift_box:nth-of-type(1) h3.gift_title:after {
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 120px;
  }

  .gift_box:nth-of-type(2) h3.gift_title:after {
    left: 50%;
    transform: translateX(-50%);
    top: 185px;
    width: 100px;
  }

  .gift_box:nth-of-type(3) h3.gift_title:after {
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
    width: 100px;
  }

  .gift_box h4 {
    padding-top: 90px;
  }

  .Lineup p.intro {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .gift_boxs {
    gap: 40px;
  }

  .Lineup {
    padding: 40px 0px!important;
  }

  .Lineup::before {
    display: none;
  }

  .point_inner li img.point_img_pc {
    display: none;
  }

  .point_inner li img.point_img_sp {
    display: block;
  }
  .Point_content h4 {
    font-size: 1.8rem;
  }

  .problemSolved_inner h3 span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .Sche_content h4 {
    font-size: 1.4rem;
  }

  .Point--Sche_close h3 img {
    width: 100px;
  }

  .Point--Sche .deco01_sp {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .Howtouse {
    padding: 40px 0px;
  }

  .Howtouse_pc {
    display: none;
  }

  .Howtouse_sp {
    display: block;
  }

  .Introduction {
    padding: 40px 0px!important;
  }

  .Sche_content .flow .arrow {
    top: 160%; /* 下に置くならここ調整 */
    left: 50%;
    right: auto;
    width: 180px;

    transform-origin: center;
    transform: translate(0%, 0) rotate(170deg);
  }

  .Sche_content .flow .arrow::after {
    width: 180px;
    transform: rotate(-160deg);
  }
  .Sche_content .flow li {
    position: relative;
  }

  .Sche_content .flow li:before {
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
  }

  .intro_inner {
    padding: 30px 20px;
    width: 100%;
  }

  .items.is-active {
    display: flex;
  }

  .items {
    display: none;
    flex-wrap: nowrap; /* 折り返し禁止＝横一列 */
    overflow-x: auto; /* 横スクロール */
    overflow-y: hidden; /* 縦スクロールを殺す */
    gap: 16px;
    padding: 0 16px 12px;
    -webkit-overflow-scrolling: touch; /* iPhoneのヌルヌルスクロール */
    margin-top: 30px;
    justify-content: left;
  }

  .items li.item {
    flex: 0 0 auto; /* 縮まない＆幅固定にしやすい */
    width: 200px; /* 好きなカード幅に調整 */
    list-style: none;
    margin-top: 0px;
  }

  .tab {
    font-size: 1.2rem;
    padding: 10px 6px;
  }

  .tab span {
    font-size: 1.5rem;
  }

  .introTitle {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}