@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Smooch+Sans:wght@100..900&display=swap');
p,h2,h3{
    line-height: 2;
}
.content .outline{
    width: 100%;
}
/*サイドウィジェットカテゴリーデザイン*/
.widget.widget_categories ul{
border: none;
}
.widget.widget_categories ul .children li {
border: none;
}
/*h2見出し*/
.widget.widget_categories  ul li a{
transition-duration: 0.3s;
color: #555;/*文字色*/
font-weight:bold;
font-size: 1.6rem;/*文字サイズ*/
line-height: 1.1rem;
background:initial !important;
}
/*h2見出しホバー時エフェクト*/
.widget.widget_categories  ul li a:hover{
color:#555;/*文字色*/
margin-left:5px;
}
.l-sidebar .widget.widget_categories ul li .children li a{
font-weight: normal ;
}
/*スマホ表示*/
@media only screen and (max-width: 480px){
.widget.widget_categories ul li a{
line-height: 8px;
}
.widget.widget_categories ul li .children li a{
transition-duration: 0.3s;
background:initial;
padding-left:30px;	
}
}
/*h2見出し前アイコン*/
.l-sidebar .widget.widget_categories ul li a:before, .menuBtn .widget.widget_categories ul li a:before {
margin: 0px 5px;
color:#ffba66;/*アイコンカラー*/
font-family: "Font Awesome 5 Free";
content: "\f058";/*アイコン番号*/
font-size:1.6rem;/*アイコンサイズ*/
padding-right:1px;
}
/*h3子カテゴリー*/
.l-sidebar .widget.widget_categories ul li .children li a{
transition-duration: 0.3s;
background:initial;
color:#8a8a8a;/*文字色*/
text-indent:2.3rem;
}
/*h3子カテゴリー前アイコン*/
.widget.widget_categories ul li .children li a:before {
color: #8a8a8a;/*アイコンカラー*/
font-family: "Font Awesome 5 Free";
content: "\f0da";/*アイコン番号*/
font-weight:bold;
font-size:1.6rem;/*アイコンサイズ*/
margin-right:2px;
}
/*h3ホバー*/
.l-sidebar .widget.widget_categories ul li a:hover, .l-sidebar .widget.widget_categories ul li .children li a:hover, .menuBtn .widget.widget_categories ul li .children li a:hover {
background-color: none;
}
.widget.widget_categories ul li .children li a:hover {
transition-duration: 0.3s;
color:#555;/*ホバー時文字色*/
margin-left:0.5rem;
}
.widget.widget_categories ul li a:hover{
background:#F2F0E9 !important;/*ホバー時背景色*/
transition-duration: 0.3s;
}
.widget.widget_categories .cat-item {
border: none;
}
@media only screen and (max-width: 480px){
/*子カテゴリー*/
.l-sidebar .widget.widget_categories ul li .children li a{
text-indent:.3rem;
}
.widget.widget_categories ul li .children li a{
text-indent:.3rem;
}
}
/*メニューパネル内設置時の子カテゴリー(h3)*/
.widget.widget_categories ul .children a, .widget.widget_nav_menu ul.menu .sub-menu a{
font-weight:normal;
color: #8a8a8a;/*文字色*/
text-indent:2.3rem;
}
body #oniyanma-lp .i-container h2{
    margin-bottom: 16px;
}
.is-layout-flow li.wp-block-post{
    margin-top: 5%;
    margin-bottom: 2%;
    border: 4px solid #000;
    padding: 3%;
    background: #fafafa;
    border-radius: 32px;
}
.is-layout-flow .wp-block-post-excerpt{
    margin-top: 1%;
    margin-bottom: 2%;
}
.is-layout-flow .wp-block-post-date{
    padding: 2%;
}

img{
    max-width: 100%;
}
.mv-contents{
    background: url(../images/mv-back.svg);
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    padding-bottom: 80px;
}
.akanechan .mv-contents{
    background: url(../images/mv-back_akane.svg);
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    padding-bottom: 80px;
}
.lg-i-container{
    width: 1340px;
    margin: auto;
    max-width: 100%;
}
h1,h2,h3,h4,p{
    margin: 0;
    padding: 0;
    line-height: 2
}
body #oniyanma-lp h1,
body #oniyanma-lp h2,
body #oniyanma-lp h3,
body #oniyanma-lp p.blackbig,
body #oniyanma-lp p.big,
body #oniyanma-lp p.mid,
.box-item-flex2 td,
.han{
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    font-weight: 500;
    font-style: normal;
    color: #000;
    line-height: 1
}
body #oniyanma-lp p{
    line-height: 1.6
}
.font-bold{
    font-weight: 700;
}
.font-heavy{
    font-weight: 900;
}
.i-mv-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 5% 0 8%;
    position: relative;
}
.i-mv-item-image{
    order: 2;
}
.i-mv-item-text{
    order: 1;
}
.i-mv-item-image{
    width: 50%;
}
.akanechan .i-mv-item-image img{
    max-width: 80%;
}
.i-mv-item-text{
    width: 50%;
}
.sm{
    font-size: clamp(18px, 4vw, 32px);
    font-weight: 900 !important;
    margin-bottom: 16px;
}
.mid{
    font-size: clamp(28px, 5.5vw, 48px) !important;
    font-weight: 900 !important;
    margin-bottom: 16px;
}
.akanechan .sm{
    font-size: clamp(18px, 2.4vw, 32px);
    font-weight: 900 !important;
    margin-bottom: 16px;
}
.akanechan .mid{
    font-size: clamp(30px, 3.5vw, 46px) !important;
    font-weight: 900 !important;
    margin-bottom: 16px;
}
.big{
    font-size: clamp(98px, 15vw, 196px);
    font-weight: 900 !important;
    margin-bottom: 16px;
}
.blackbig{
    background: #000;
    display: inline-block;
    line-height: 1;
    padding: 24px;
    margin-bottom: 16px;
}
.blackbig span{
    font-size: clamp(45px, 10vw, 90px);
    font-weight: 900;
    color: #fff;
}
.mb-0{
    margin-bottom: 0;
}
.i-container{
    width: 1040px;
    margin: auto;
    max-width: 100%;
    padding: 0 5%;
}
.i-block-item{
    border: 8px solid #E2F2F6;
    background: #FAFDFE;
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.i-block-item2{
    border: 8px solid #000;
    background: #FFF;
    padding: 32px;
    border-radius: 32px;
    margin-bottom: 5%;
}
.i-container h2,
.i-container h3{
    font-size: 32px;
    font-weight: 900 !important;
    line-height: 1.4;
    margin-bottom: 16px;
}
.i-container p{
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.4;
}
.base-text-block{
    width: calc(100% - 380px);
}
.text-center{
    text-align: center;
}
.base-ttl{
    margin-bottom: 16px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.box-link{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 32px;
    margin: 72px auto;
}
.box-link li{
    border: 4px solid #000000;
    padding: 24px;
    font-size: clamp(20px, 4.5vw, 40px);
    text-align: center;
    position: relative;
    border-radius: 8px;
    list-style: none;
}
.box-link li.p1:before{
    content: '';
    width: 148px;
    height: 89px;
    background: 100%;
    position: absolute;
    left: -46px;
    top: -64px;
    background: url(../images/icon-step1.svg);
    background-size: contain;
}
.box-link li.p2:before{
    content: '';
    width: 148px;
    height: 89px;
    background: 100%;
    position: absolute;
    left: -46px;
    top: -64px;
    background: url(../images/icon-step2.svg);
    background-size: contain;
}
.box-link li.p3:before{
    content: '';
    width: 148px;
    height: 89px;
    background: 100%;
    position: absolute;
    left: -46px;
    top: -64px;
    background: url(../images/icon-step3.svg);
    background-size: contain;
}
.akanechan .box-link li.p1:before{
    content: '';
    width: 148px;
    height: 89px;
    background: 100%;
    position: absolute;
    left: -46px;
    top: -64px;
    background: url(../images/icon-step1-akane.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.akanechan .box-link li.p2:before{
    content: '';
    width: 148px;
    height: 89px;
    background: 100%;
    position: absolute;
    left: -46px;
    top: -64px;
    background: url(../images/icon-step2-akane.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.akanechan .box-link li.p3:before{
    content: '';
    width: 148px;
    height: 89px;
    background: 100%;
    position: absolute;
    left: -46px;
    top: -64px;
    background: url(../images/icon-step3-akane.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.box-link li a{
    color: #000;
    font-weight: 900;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
}
.box-item h2{
    font-size: clamp(32px, 5.5vw, 44px);
    text-align: center;
    font-weight: 800 !important;
    margin-bottom: 24px;
}
.box-item-flex2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.box-item-flex3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.box-item-flex3 > div{
    width: 30%;
    text-align: center;
}
.box-item-flex3 > div p{
    font-size: 24px;
    font-weight: 900 !important;
}
.box-item-flex2 > div{
    width: 48%;
}
.box-item-flex2 > div:first-child{
    text-align: center;
}
.box-item-flex2 > div:last-child{
    width: 52%;
}
.box-item-flex2 > div:first-child img{
    width: 80%;
}
.point{
    background: #000;
    text-align: center;
    margin-top: 1.2rem;
}
.akanechan .point{
    background: #D81618;
    text-align: center;
}
.point p{
    color: #EECF4E !important;
    font-size: 28px;
    font-weight: 700 !important;
    padding: 16px;
}
.point p{
    color: #fff !important;
    font-size: 22px;
    font-weight: 700 !important;
    padding: 16px;
}
body #oniyanma-lp p.last-text{
    text-align: center;
    font-size: 48px;
    font-weight: 900 !important;
    margin-bottom: 48px;
}
.back-blue{
    background: #E9F6F7;
    padding: 72px 5%;
}
.akanechan .back-blue{
    background: #FFFBF8;
    padding: 72px 5%;
}
.catch-img{
    width: 360px;
    height: 254px;
    border: 4px solid #000;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.catch-text{
    width: calc(100% - 380px);
}
.catch-text h3{
    font-size: clamp(20px, 4.5vw, 32px);
    font-weight: 900;
    margin-bottom: 24px;
}
.blog-list-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}
.catch-text > a{
    background: #000;
    padding: 8px 32px;
    font-size: 18px;
    margin-top: 16px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.blog-list{
    margin-bottom: 72px;
}
.btn-offer{
    background: #F1DB71;
    border: 4px solid #000;
    padding: 24px 48px;
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #000;
    font-weight: 900;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    border-radius: 100px;
    margin-top: 24px;
    line-height: 1;
    text-align: center;
}
.btn-offer small{font-size: 60%;}
.btn-offer:before{
    content: '';
    background: url(../images/icon-btn-sankaku.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    margin: auto;
    background-size: 100%;
        top: 37%;
}
.mb-5{
    margin-bottom: 5%;
}
#item .box-item-flex2{
    align-items: flex-start;
}
#item .box-item-flex2 img{
    width: 95%;
}
.back-blue h2{
    margin-bottom: 40px;
}
.box-item-flex2 table td{
    padding: 8px 20px;
}
.i-presslist-item{
    border: 8px solid #f8dc5c;
    background: #FAFDFE;
    padding: 32px;
    border-radius: 32px;
    margin-bottom: 3rem;
}
/*.i-presslist-item h2{
    text-align: center;
}*/
.i-presslist-item ul{
    list-style: none;
}
.i-presslist-item li{
    padding: 2rem;
    
    border-bottom: 1px dashed #d8d8d8;
    position: relative;
    line-height: 1.6;
}
.i-presslist-item li h2{
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 16px;
}
.i-presslist-item li h2,
.i-presslist-item.top li{
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 16px;
}
.i-presslist-item li:before{
    content: '○';
    position: absolute;
    left: 0;
    top: 2.4rem;
    font-size: 12px;
}

@media screen and ( max-width: 1440px ){
    .lg-i-container{
        width: 100%;
        padding: 0 3%;
        max-width: 100%;
    }
    
}
@media screen and ( max-width: 599px ){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .i-mv-item{
        display: block;
        align-items: center;
        justify-content: center;
        margin: auto;
        padding: 5% 0;
        position: relative;
    }
    .i-mv-item-image{
        order: 1;
        width: 100%;
        margin-bottom: 5%;
    }
    .i-mv-item-text{
        order: 2;
        width: 100%;
        padding: 0 5%;
    }
    .sm,.mid,.big,.blackbig{
        margin-bottom: 8px;
    }
    .mv-contents {
        background: url(../images/mv-back.svg);
        width: 100%;
        background-size: 200%;
        background-position: center;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .base-text-block{
        width: 100%;
    }
    .i-block-item{
        padding: 32px 16px;
    }
    .i-container p{
        font-size: 16px;
        font-weight: 700 !important;
        line-height: 1.8;
    }
    .i-block-item div img{
        width: 200px;
        display: block;
        margin: 0 auto 24px;
    }
    .i-block-item > div{
        width: 100%;
    }
    .i-container h2,
    .i-container h3,
    .back-blue h2{
        font-size: 28px;
    }
    .box-link {
        display: block;
    }
    .box-link li{
        margin-bottom: 24px;
    }
    .box-link li.p1:before{
        content: '';
        width: 100px;
        height: 64px;
        background: 100%;
        position: absolute;
        left: -23px;
        top: -32px;
        background: url(../images/icon-step1.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .box-link li.p2:before{
        content: '';
        width: 100px;
        height: 64px;
        background: 100%;
        position: absolute;
        left: -23px;
        top: -32px;
        background: url(../images/icon-step2.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .box-link li.p3:before{
        content: '';
        width: 100px;
        height: 64px;
        background: 100%;
        position: absolute;
        left: -23px;
        top: -32px;
        background: url(../images/icon-step3.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .box-link{
        margin: 32px auto;
    }
    .box-item-flex2 > div {
        width: 100%;
    }
    .box-item-flex2 > div:last-child {
        width: 100%;
    }
    .box-item-flex2 > div:first-child img {
        width: 100%;
        margin-bottom: 24px;
    }
    .box-item-flex3,
    .blog-list-item{
        display: block;
    }
    .box-item-flex3 > div {
        width: 80%;
        text-align: center;
        margin: 0 auto 16px;
    }
    .box-item-flex3 > div p {
        font-size: 18px;
    }
    body #oniyanma-lp p.last-text{
        font-size: 28px;
    }
    .catch-img {
        width: 360px;
        max-width: 100%;
        height: 200px;
        margin-bottom: 24px;
    }
    .catch-text {
        width: calc(100%);
    }
    .catch-text > a {
        background: #000;
        padding: 16px 24px;
        font-size: 20px;
    }
    .i-block-item2 {
        border: 5px solid #000;
        background: #FFF;
        padding: 32px 5%;
        border-radius: 32px;
        margin-bottom: 5%;
    }
    .back-blue{
        padding: 72px 0;
    }
    .btn-offer{
        font-size: 24px;
        display: block;
    }
    .mb-5 {
        margin-bottom: 15%;
    }
    #item{
        margin-bottom: 72px;
    }
    .catch-text h3{
        font-size: 24px;
    }
    .akanechan .i-mv-item-image img {
        max-width: 100%;
    }
    .akanechan .box-link li.p1:before{
        content: '';
        width: 100px;
        height: 64px;
        background: 100%;
        position: absolute;
        left: -23px;
        top: -32px;
        background: url(../images/icon-step1-akane.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .akanechan .box-link li.p2:before{
        content: '';
        width: 100px;
        height: 64px;
        background: 100%;
        position: absolute;
        left: -23px;
        top: -32px;
        background: url(../images/icon-step2-akane.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .akanechan .box-link li.p3:before{
        content: '';
        width: 100px;
        height: 64px;
        background: 100%;
        position: absolute;
        left: -23px;
        top: -32px;
        background: url(../images/icon-step3-akane.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .akanechan .back-blue {
        background: #FFFBF8;
        padding: 5% 0;
    }
    .lg-i-container .i-container{
        padding: 0;
    }
    .i-presslist-item{
        padding: 32px 16px;
    }
}

.hanshin{
    background: url(../images/h-color.svg);
    width: 100%;
    height: auto;
    position: relative;
    padding: 48px 0;
}
.hanshin .blog-contents{
    width: 1000px;
    max-width: 100%;
    padding: 40px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    border-radius: 24px;
    border: 4px solid #000;
}
.hanshin .blog-contents h2{
    font-size: 48px;
}
.hanshin .blog-contents h3{
    font-size: 40px;
    margin-top: 36px;
}
.cp__item{
    margin: 32px auto;
}
.cp__item ul{
    display: flex;
    gap: 32px;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}
.cp__item ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(33.33333% - 32px);
    text-align: center;
}
.cp__item ul li h4{
    font-size: 130%;
    line-height: 1.4;
    margin-top: 12px;
}
.cp__item ul li a{
    background: #000;
    color: #FFE201;
    padding: 16px 8px;
    font-size: 120%;
    display: inline-block;
    font-weight: 800;
    margin-top: 16px;
    border-radius: 40px;
}

@media screen and ( max-width: 599px ){
    .hanshin .blog-contents h2 {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .hanshin .blog-contents h3 {
        font-size: 20px;
        margin-top: 36px;
        margin-bottom: 16px;
        line-height: 1.4;
    }
    .cp__item ul{
        flex-direction: column;
    }
    .cp__item ul li{
        width: 100%;
    }
    .cp__item ul li img{
        width: 70%;
    }
    .hanshin {
        background: url(../images/h-color.svg);
        width: 100%;
        height: auto;
        position: relative;
        padding: 10% 5%;
        background-position: center;
    }
}
/* 202601追加 */
:root {
    --design-width: 1440; /* Figma / デザイン基準 */
  }
  #new-oniyanma-lp .new-mv{
    position: relative;
    background-image: url("../images/new/mv-pc.webp");
    background-size: cover;
    background-position: center;
    aspect-ratio: 1.53 / 1; /* 画像比率 */
    padding-top: 4%;
}
#new-oniyanma-lp .new-mv h1{
    font-family: 'Noto Sans JP' !important;
    font-style: normal;
    font-weight: 900;
    font-size: clamp(
        22px,
        calc(40 / var(--design-width) * 100vw),
        40px
      );
    line-height: 140%;
    /* または56px */
    text-align: center;
    font-feature-settings: 'palt' on;
    color: #000000;
}
#new-oniyanma-lp .new-mv h1 strong{
    font-size: clamp(
        16px,
        calc(28 / var(--design-width) * 100vw),
        28px
      );
    line-height: 140%;
    font-feature-settings: 'palt' on;
    color: #CE3E43;
    display: inline-block;
    margin-top: -1.5%;
}
#new-oniyanma-lp .new-mv h1 small.en{
    font-family: 'Smooch Sans';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(
        30px,
        calc(64 / var(--design-width) * 100vw),
        64px
      );
    line-height: 100%;
    /* ボックスの高さと同一、または64px */
    text-align: center;
    color: #000000;
    display: inline-block;
}
#new-oniyanma-lp .new-mv h1 span.en{
    font-family: 'Smooch Sans';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(
        56px,
        calc(120 / var(--design-width) * 100vw),
        120px
      );
    line-height: 100%;
    /* ボックスの高さと同一、または64px */
    text-align: center;
    color: #000000;
    display: inline-block;
    margin: -1% auto 0;
}
#new-oniyanma-lp .new-container p.p720{
width: 720px;
max-width: 90%;
display: flex;
justify-content: center;
margin: auto;
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 700;
font-size: clamp(
    16px,
    calc(24 / var(--design-width) * 100vw),
    24px
  );
line-height: 160%;
/* または38px */
text-align: center;
font-feature-settings: 'palt' on;
color: #000000;
margin-top: -5%;
margin-bottom: 5%;
position: relative;
z-index: 1;
}
.inner-item{
    width: 640px;
    max-width: 95%;
    background: url("../images/new/inner-back.jpg");
    background-size: 50px;
    border: 6px solid #000000;
    border-radius: 24px;
    padding: 20px;
    margin: auto;
    position: relative;
    padding-top: 40px;
    margin-bottom: 4rem;
}
    .inner-item h2{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: clamp(
        22px,
        calc(32 / var(--design-width) * 100vw),
        32px
      );
    line-height: 140%;
    /* または45px */
    text-align: center;
    font-feature-settings: 'palt' on;
    color: #000000;
    margin-bottom: 1.6rem;
}
.icon-point{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -28px;
    width: 30%;
}
.inner-item__oniyanma{
    padding: 16px;
    background: url("../images/new/back-oniyanma.webp");
    background-size: 30px;
    border: 3px solid #000000;
    border-radius: 24px;
    margin-bottom: 1.6rem;
}
.inner-item__akane{
    padding: 16px;
    background: url("../images/new/back-akanechan.webp");
    background-size: 30px;
    border: 3px solid #000000;
    border-radius: 24px;
}
.inner-item__oniyanma h3,
.inner-item__akane h3{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: clamp(
        18px,
        calc(24 / var(--design-width) * 100vw),
        24px
      );
    line-height: 140%;
    /* ボックスの高さと同一、または34px */
    text-align: center;
    font-feature-settings: 'palt' on;
    color: #CE3E43;
    margin-bottom: 1.6rem;
}
.inner-item__block{
    display: flex;
    gap: 16px;
}
.inner-item__akane .inner-item__block{
    display: flex;
    gap: 16px;
    flex-direction: row-reverse;
}
.inner-item__image{
    width: 180px;
}
.inner-item__text{
    width: calc(100% - 180px);
}
.inner-item__text p{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: clamp(
        14px,
        calc(16 / var(--design-width) * 100vw),
        16px
      );
    line-height: 180%;
    /* または26px */
    font-feature-settings: 'palt' on;
    text-align: left;
    color: #000000;
}
.before-item h3{
    color: #000;
    text-align: center;
    font-family: "Smooch Sans";
    font-size: clamp(
        24px,
        calc(36 / var(--design-width) * 100vw),
        36px
      );
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    letter-spacing: 1.8px;
}
.before-item p{
    color: #000;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 1.6rem;
}
.inner-item__point2{
    padding: 16px;
    border-radius: 24px;
    border: 3px solid #000;
    background: url("../images/new/inner-back2.webp");
    background-size: 50px;
}
.inner-item__point2 h3{
    color: #000;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: clamp(
        18px,
        calc(24 / var(--design-width) * 100vw),
        20px
      );
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 28px */
    margin-bottom: 1.6rem;
}
.inner-item__point2 h3 span.en{
    color: #CE3E43;
    text-align: center;
    font-family: "Smooch Sans";
    font-size: clamp(
        24px,
        calc(36 / var(--design-width) * 100vw),
        36px
      );
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    letter-spacing: 1.8px;
}
.gif-image{
    border-radius: 8px;
    border: 3px solid #000;
    background: #FFF;
    max-width: 90%;
    margin: 0 auto 1.6rem;
    padding: 16px;
}
.new-oniyanma__block2{
    padding: 5% 0;
    background: url("../images/new/back-oniyanma.webp");
    background-size: 30px;
}
body #oniyanma-lp.new-oniyanma__block2 p.last-text{
    color: #000;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: clamp(
        20px,
        calc(32 / var(--design-width) * 100vw),
        32px
      );
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 44.8px */
}
body #oniyanma-lp.new-oniyanma__block2 p.last-text small{
    color: #000;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: clamp(
        16px,
        calc(24 / var(--design-width) * 100vw),
        24px
      );
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
}
body #oniyanma-lp.new-oniyanma__block2 .inner{
    max-width: 95%;
    width: 720px;
    margin: auto;
}
body #oniyanma-lp.new-oniyanma__block2 .i-block-item2.box-item h2.item-name{
    color: #000;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: clamp(
        22px,
        calc(24 / var(--design-width) * 100vw),
        24px
      );
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 33.6px */
    text-align: left;
}
body #oniyanma-lp.new-oniyanma__block2 .i-block-item2.box-item.orange{
    border-radius: 24px;
    border: 6px solid #F5CB3B;
}
body #oniyanma-lp.new-oniyanma__block2 .i-block-item2.box-item.pink{
    border-radius: 24px;
    border: 6px solid #EDA8B8;
}
body #oniyanma-lp.new-oniyanma__block2 .box-item-flex2{
    gap: 1.6rem;
    margin-bottom: 0;
}
body #oniyanma-lp.new-oniyanma__block2 .box-item-flex2 > div{
    width: calc(48% - .8rem);
}
body #oniyanma-lp.new-oniyanma__block2 .box-item-flex2 > div:first-child img{
    width: 100%;
}
@media screen and ( max-width: 599px ){
    #new-oniyanma-lp .new-mv{
      position: relative;
      background-image: url("../images/new/mv-sp.webp");
      background-size: cover;
      background-position: center;
      aspect-ratio: 375 / 688; /* 画像比率 */
      padding-top: 4%;
  }
  #new-oniyanma-lp .new-container p.p720{
    margin: -5% auto 15%;
  }
  .inner-item__block,
  .inner-item__akane .inner-item__block{
    flex-direction: column;
    align-items: center;
  }
  .inner-item__text{
    width: 100%;
  }
  body #oniyanma-lp.new-oniyanma__block2 .box-item-flex2{
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  body #oniyanma-lp.new-oniyanma__block2 .box-item-flex2 > div{
    width: 100%;
  }
  body #oniyanma-lp.new-oniyanma__block2 .box-item-flex2 > div:first-child{
    max-width: 180px;
  }
  body #oniyanma-lp.new-oniyanma__block2 .i-block-item2.box-item h2.item-name{
    text-align: center;
  }
  .i-presslist-item li h2, .i-presslist-item.top li{
    font-size: 1.6rem;
  }
}
.new-container{
    padding-bottom: 4.8rem;
}