@charset "utf-8";
/*-------------------reset------------------*/
html {
    overflow-y: scroll; /* for mozilla: always display scrollbar */
}
body {
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: left;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, tbody, tfoot, thead, object, iframe, code, fieldset, legend, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}
table {
    font-size: 1.4rem;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
object, embed {
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0;
}
li {
    list-style-type: none;
    zoom: 1;
}
a:active, a:focus {
    outline: none;
}
a {
    color: #2c93cd;
}
a:hover {
    text-decoration: underline;
}
br {
    letter-spacing: normal;
}
img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    max-width: 100%;
    width: auto;
}
/*--- default */
html {
    font-size: 62.5%;
}
@media screen and (max-width: 767px) {
    html {
    }
}
/*-------------------header------------------*/
#wrapper_nmn02{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.inner{
    max-width: 1120px;
    margin: 0 auto;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
#header{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

#header .hd_logo img {
    max-height: 60px;
}
.header_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    height: 80px;
    background: #fff;
}
.hd_link{
    display: flex;
    justify-content: left;
    align-items: center;
}
.hd_link ul{
    display: flex;
    justify-content: left;
}
.hd_link li{
    margin-left: 1.2vw;
    position: relative;
    padding: 30px 0;
}
.hd_link li>a{
    font-size: 16px;
    padding: 0 10px;
    color: #000;
    border-bottom: 1px solid transparent;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hd_link li a:hover{
    border-bottom: 1px solid #000;
}
.hd_link li.on>a{
    border-bottom: 1px solid #000;
}
.hd_link .hd_contact{
    margin-left: 100px;
}
.hd_link .hd_contact a{
    display: inline-block;
    width: 160px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: url("https://gigaplus.makeshop.jp/jofuku/for_agency/images/ico_add01.png") no-repeat right 7px center #000;
    border-radius: 4px;
    transition-delay: 0ms;
    transition-duration: 800ms;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.hd_link .hd_contact a:hover {
    transition-delay: 0ms;
    transition-duration: 600ms;
}
.hd_link li .box{
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    left: 50%;
    transform: translateX(-40%);
    z-index: 2;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.hd_link li dl{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 816px;
    height: 250px;
}
.hd_link li dt{
    width: 310px;
    text-align: center;
    font-size: 24px;
}
.hd_link li dd{
    width: calc(100% - 310px);
    text-align: left;
}
.hd_link li .dd_flex{
    display: flex;
    justify-content: left;
}
.hd_link li .dd_flex>div{
    width: 50%;
}
.hd_link li .dd_flex .dd_link a{
    font-size: 14px;
    color: #000;
}
.hd_link li .dd_flex .dd_link+.dd_link{
    margin-top: 20px;
}
/*-------------------mainimg------------------*/
#nmn02 .mainimg{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_mainimg.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 56px 0 0;
    height: 690px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#nmn02 .mainimg_box{
    display: flex;
    justify-content: space-between;
}
/*-------------------pagetop------------------*/
.pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}
@media screen and (max-width: 767px) {
    #nmn02 .mainimg{
        background: none;
        padding: 0 0 0;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #nmn02 .mainimg_box{
        display: none;
    }
    .pagetop{
        bottom: 10px;
        right: 10px;
        width: 50px;
    }
}
/*-------------------pagetop------------------*/
.pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}
@media screen and (max-width: 767px) {
    .pagetop{
        bottom: 10px;
        right: 10px;
        width: 50px;
    }
}
/*-------------------contact------------------*/

#footer{
    padding: 50px 0 50px;
}
.ft_box{
    display: flex;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
}
.ft_box .left{
    width: 320px;
}
.ft_box .left img{
    width: 147px;
}
.ft_box .right{
    width: calc(100% - 320px);
}
.ft_box .ft_access{
    font-size: 14px;
    line-height: 2;
    margin: 15px 0;
    text-align: left;
}
.ft_box .ft_copyright{
    font-size: 12px;
    text-align: left;
}
.ft_box .right ul{
    display: flex;
    text-align: left;
    justify-content: space-between;
}
.ft_box .right dt a{
    font-size: 16px;
    color: #000;
}
.ft_box .right dt+dt{
    margin-top: 20px;
}
.ft_box .right dd{
    margin-top: 20px;
}
.ft_box .right .dd_flex{
    display: flex;
    justify-content: left;
}
.ft_box .right .dd_flex>div{
    width: 175px;
}
.ft_box .right .dd_link+.dd_link{
    margin-top: 20px;
}
.ft_box .right .dd_link a{
    font-size: 14px;
    color: #000;
}
.ft_box .right .dd_link a:hover{
    text-decoration: underline;
}

.navbar-toggle{
    display: none;
}
.pullmenu{
    display: none;
}
.ft_logo{
    text-align: left !important;
}
@media screen and (max-width: 767px) {
    .navbar-toggle{
        display: block;
    }
    .pullmenu{
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: auto;
        overflow-y: auto;
        z-index: 999;
        background: #fff;
        padding: 20px 20px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }
    .pullmenu ul{
        margin-bottom: 25px;
    }
    .pullmenu li{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pullmenu li>a{
        border-bottom: 1px solid #000;
        font-size: 16px;
        padding: 14px 0;
        position: relative;
        display: block;
        color: #000;
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add02.png") no-repeat right 10px center;
    }
    .pullmenu li .box{
        display: none;
    }
    .pullmenu li dl{
        padding: 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pullmenu li dl a{
        border-bottom: 1px solid #000;
        font-size: 14px;
        padding: 0 0;
        height: 40px;
        display: flex;
        justify-content: left;
        align-items: center;
        position: relative;
        color: #000;
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add02.png") no-repeat right 10px center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pullmenu li a.toggle{
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add03.png") no-repeat right 10px center;
    }
    .pullmenu li a.toggle.on{
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add02.png") no-repeat right 10px center;
    }
    .pullmenu_btn{
        margin-top: 10px;
        text-align: center;
    }
    .pullmenu_btn a{
        display: inline-block;
        width: 200px;
        line-height: 55px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        background: url(https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add01.png) no-repeat right 7px center #000;
        border-radius: 4px;
    }
}
@media screen and (max-width: 767px) {
    .inner{
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    a{
        text-decoration: none;
    }
    a:hover{
        text-decoration: none;
    }
    .header_inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto;
        height: 60px;
        padding: 0 0 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
    }
    .hd_link{
        display: block;
        justify-content: left;
        align-items: center;
    }
    .hd_logo img{
        width: 90px;
    }
    .hd_link ul{
        display: none;
    }
    .hd_link .hd_contact{
        margin-left: 0;
        display: none;
    }
    #footer{
        padding: 30px 0 20px;
    }
    .ft_box{
        display: block;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .ft_box .left{
        width: 100%;
        text-align: center;
    }
    .ft_box .right{
        width: 100%;
        display: none;
    }
    .ft_box .ft_access{
        font-size: 14px;
        line-height: 2;
        margin: 12px 0 10px;
        text-align: center;
    }
    .ft_box .ft_copyright{
        margin-top: 20px;
        font-size: 12px;
        text-align: center;
    }
    .ft_box .right ul{
        display: flex;
        justify-content: space-between;
    }
    .ft_box .right dt a{
        font-size: 16px;
        color: #000;
    }
    .ft_box .right dt+dt{
        margin-top: 20px;
    }
    .ft_box .right dd{
        margin-top: 20px;
    }
    .ft_box .right .dd_flex{
        display: flex;
        justify-content: left;
    }
    .ft_box .right .dd_flex>div{
        width: 175px;
    }
    .ft_box .right .dd_link+.dd_link{
        margin-top: 20px;
    }
    .ft_box .right .dd_link a{
        font-size: 14px;
        color: #000;
    }
    .ft_box .right .dd_link a:hover{
        text-decoration: underline;
    }
    .ft_logo{
        text-align: center !important;
    }
}

.nmn02_introduce {
    background: #000;
    padding: 6rem 0;
}

.nmn02_introduce .introduceBox {
    display: flex;
    background: url('https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_add.png') no-repeat center;
    padding: 3rem 4.5rem 3rem 5rem;
    flex-direction: row-reverse;
    align-items: center;
    background-size: cover;
}

.nmn02_introduce .introduceBox .img {
    width: 545px;
}

.nmn02_introduce .introduceBox .des {
    flex: 1;
}

.nmn02_introduce .introduceBox .ttl_img {
    margin-bottom: 3rem;
}

.nmn02_introduce .introduceBox .txt {
    font-size: 2.3rem;
    font-weight: 500;
}

.nmn02_person{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top02.png") no-repeat top center;
    height: 67.8vmin;
    background-size: cover;
/*    padding: 112px 0 120px;*/
}

.nmn02_person .inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.nmn02_person_box .txt{
    text-align: right;
}
.nmn02_product{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top03.png") no-repeat top center;
    padding: 30px 0 40px;
    background-size: cover;
}
.nmn02_product_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nmn02_product_box .des{
    margin-left: 40px;
}
.nmn02_product_box .des_tit{
    font-size: 30px;
    font-weight: 700;
}
.ff_nmn02{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.nmn02_product_box .des_tit01{
    font-size: 23px;
}
.nmn02_product_box .des_txt{
    font-size: 15px;
    margin: 8px 0;
}
.nmn02_product_box .des_price{
    font-size: 23px;
}
.nmn02_product_box .des_btn{
    margin-top: 24px;
}
.nmn02_btn a{
    display: inline-block;
    width: 280px;
    line-height: 55px;
    position: relative;
    background: #b5a261;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.nmn02_btn a:hover:after{
    background: #8E710F;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: 2;
    position: absolute;
    animation: move 1s;
}
@keyframes move {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
        background: #8E710F;
    }
}
.nmn02_btn a span{
    position: relative;
    z-index: 4;
}
.nmn02_btn a:before{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add01.png") no-repeat 0 0;
    width: 6px;
    height: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
    z-index: 3;
    position: absolute;
}
.nmn02_problem{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top04.png") no-repeat top center;
    padding: 60px 0 60px;
    position: relative;
    background-size: cover;
}
.nmn02_problem_tit{
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 3;
}
.nmn02_problem_tit .fsz01{
    font-size: 50px;
}
.nmn02_problem_tit .fsz02{
    font-size: 50px;
    color: #B5A261;
}
.nmn02_problem_tit b{
    border-bottom: 1px solid #B5A261;
}
.nmn02_problem_en{
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.nmn02_problem_list{
    width: 800px;
    margin: 210px auto 0;
    background: #fff;
    padding: 66px 70px 45px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nmn02_problem_list_tit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}
.nmn02_problem_list li{
    padding: 10px 0;
    border-bottom: 2px dotted #BEBEBE;
    font-size: 28px;
    padding-left: 48px;
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add04.png") no-repeat left top 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nmn02_problem_list li span{
    font-weight: 700;
}
.nmn02_problem_list_txt{
    font-size: 12px;
    color: #fff;
    text-align: right;
    margin: 10px auto 0;
    max-width: 800px;
}
.nmn02_problem_des{
    max-width: 920px;
    margin: 140px auto 0;
}
.nmn02_problem_des .tit{
    text-align: center;
}
.nmn02_problem_des .txt{
    text-align: center;
    margin: 15px 0 80px;
    line-height: 2.6;
    font-size: 23px;
    color: #fff;
}
.nmn02_problem_des .des{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/border01.png") no-repeat top center;
    padding: 65px 50px 55px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.nmn02_problem_des .des_tit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}
.nmn02_problem_des ul{
    display: flex;
    justify-content: space-between;
}
.nmn02_problem_des li{
}
.nmn02_problem_des .listtit{
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
.nmn02_problem_des .listimg{
    margin: 0 0 12px;
    text-align: center;
}
.nmn02_problem_des .listtxt{
    font-size: 23px;
    line-height: 2;
}
.nmn02_problem_des .listtxt span{
    font-weight: 700;
    color: #E6D8B3;
}
.nmn02_problem_and{
    margin-top: 120px;
    text-align: center;
}
.nmn02_problem_and .txt{
    font-size: 40px;
    margin: 20px 0 0;
    color: #fff;
    font-weight: 700;
    color: #fff;
}
.nmn02_problem_and .txt span{
    font-size: 50px;
    color: #B5A261;
    border-bottom: 1px solid #B5A261;
}
.nmn02_problem_and .img_right{
    text-align: right;
    color: #fff;
    font-size: 12px;
    max-width: 916px;
    margin: 0 auto;
}
.nmn02_problem_last{
    margin-top: 190px;
    color: #fff;
    padding-bottom: 150px;
    position: relative;
}
.nmn02_problem_last:before{
    /*background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add06.png") no-repeat 0 0;*/
    /*width: 2px;*/
    /*height: 50px;*/
    /*left: 50%;*/
    /*bottom: 0;*/
    /*transform: translate(-50%,50%);*/
    /*content: '';*/
    /*z-index: 2;*/
    /*position: absolute;*/
}
.nmn02_problem_last .tit{
    text-align: center;
}
.nmn02_problem_last .txt{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.nmn02_problem_last .txt span{
    font-size: 40px;
    background: #fff;
    color: #B5A262;
    line-height: 1.3;
    display: inline-block;
    padding: 5px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nmn02_problem_bg01{
    background: url(https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top03.png) no-repeat top center;
    padding: 30px 0 0;
}
.nmn02_product01{
    padding: 70px 0 50px;
    text-align: left;
}
.nmn02_product01 .tit{
    font-size: 45px;
    text-align: center;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 30px;
}
.nmn02_product01_box{
    margin-top: 30px;
}
.nmn02_product01_box .des_tit02{
    font-size: 23px;
    margin-top: 16px;
    line-height: 1.3;
}
.nmn02_product01_box .des_tit02 sup{
    font-size: 12px;
}
.nmn02_product01_box .des_tit02 span{
    font-size: 45px;
    font-weight: 700;
    color: #675118;
}
.nmn02_product01_box .des_tit03{
    font-size: 23px;
}
.nmn02_product01_box .des_txt02{
    font-size: 23px;
}
.nmn02_product01_box .des_txt01{
    font-size: 15px;
    margin: 8px 0;
}
.nmn02_product01_box .des_btn{
    margin-top: 20px;
}
.nmn02_product01_box{
    max-width: 1050px;
    margin: 0 auto;
}
.nmn02_product01_box .des_txt03{
    font-size: 12px;
    line-height: 2;
    margin-top: 20px;
}


.nmn02_point{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top05.png") no-repeat top center;
    padding: 140px 0 100px;
    background-size: 100%;
}
.nmn02_point .inner{
    max-width: 1201px;
}
.nmn02_point_box{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/border02.png") no-repeat top center;
    position: relative;
    padding: 90px 90px 82px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
.nmn02_point_box .tit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}
.nmn02_point_box .flex_box{
    display: flex;
    justify-content: space-between;
}

.nmn02_point_box .flex_box .des{
    width: 466px;
    position: relative;
    padding: 130px 0 0;
    order: 1;
}
.nmn02_point_box .flex_box .img{
    order: 2;
}
.nmn02_point_box .flex_box .des_num{
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
}
.nmn02_point_box .flex_box .des_tit{
    font-size: 28px;
    color: #fff;
    position: relative;
    z-index: 3;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.nmn02_point_box .flex_box .des_txt{
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin-top: 30px;
}
.nmn02_point_box .flex_box .des_txt span{
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}
.nmn02_point_box .flex_box02{
    margin-top: 0;
}
.nmn02_point_box .flex_box02 .des{
    order: 3;
    padding: 55px 0 0;
}
.nmn02_point_box .flex_box02 .des_num{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.nmn02_point_box .flex_box02 .img{
    padding-top: 10px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nmn02_point_box .flex_box02 .img span{
    font-size: 12px;
    color: #fff;
    margin-top: 0;
    display: block;
    line-height: 2;
}
.nmn02_point_cont{
    margin-top: 60px;
}
.nmn02_point_cont dl+dl{
    margin-top: 46px;
}
.nmn02_point_cont dt{
    font-size: 28px;
    padding: 10px 0 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #fff;
    height: auto !important;
    /*background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_dl01.png") no-repeat right 20px center;*/
}
.nmn02_point_cont dt.on{
    /*background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_dl02.png") no-repeat right 20px center;*/
}

.nmn02_point_cont dd{
    margin-top: 50px;
    display: none;
}
.nmn02_point_cont dd .dd_flex{
    display: flex;
    justify-content: space-between;
}
.nmn02_point_cont dd .dd_flex .img{
    width: 390px;
    text-align: center;
    order: 2;
}
.nmn02_point_cont dd .dd_flex .dd_des{
    width: 530px;
    order: 1;
    font-size: 18px;
    line-height: 2;
    color: #fff;
}
.nmn02_point_cont dd .dd_flex .dd_des span{
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}
.nmn02_point_box .flex_box03{
    margin-top: 105px;
}
.nmn02_point_box .flex_box03 .des{
    padding: 35px 0 0;
}
.nmn02_point_box .flex_box03 .des .des_num{
    top: -80px;
}

.nmn02_point_box .flex_box04 {
    margin-top: 30px;
    align-items: flex-end;
}

.nmn02_point_box .flex_box04 .des{
    order: 3;
    padding: 55px 0 0;
}

.nmn02_point_box .flex_box04 .des .des_num {
    top: 0;
}
.nmn02_point_box .pos_tit{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 2;
}
.nmn02_point_bottom{
    margin-top: 80px;
}
.nmn02_point_bottom_tit01{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.nmn02_point_bottom_tit02{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.nmn02_point_bottom_flex{
    margin: 26px 0;
    display: flex;
    justify-content: center;
}
.nmn02_point_bottom_flex p{
    margin: 0 30px;
}
.nmn02_point_bottom_txt{
    font-size: 12px;
    line-height: 2;
    color: #fff;
    max-width: 890px;
    margin: 0 auto;
}
.nmn02_qa{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top06.png") no-repeat top center;
    padding:125px 0 128px;
}
.nmn02_qa .inner{
    max-width: 1060px;
}
.nmn02_qa .tit{
    padding-left: 80px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nmn02_qa .tit .tit_en{
    position: absolute;
    top: -48px;
    left: -13px;
    z-index: 2;
}
.nmn02_qa .tit span{
    display: inline-block;
    padding: 0 8px;
    line-height: 56px;
    font-size: 45px;
    background: #fff;
    margin-bottom: 14px;
    position: relative;
    z-index: 3;
}
sup{
    font-size: 13px !important;
}

.nmn02_qa .txt{
    font-size: 12px;
    margin-top: 12px;
    color: #fff;
    padding-left: 80px;
    line-height: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nmn02_qa .flex_box{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.nmn02_qa .flex_box .des{
    width: 520px;
    position: relative;
}
.nmn02_qa .flex_box .img{
    width: 495px;
    text-align: right;
}
.nmn02_qa .flex_box .des_en{
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 2;
}
.nmn02_qa .flex_box .des_tit{
    position: relative;
    z-index: 3;
    font-size: 28px;
    padding-left: 75px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nmn02_qa .flex_box .des_txt{
    margin-top: 26px;
    font-size: 18px;
    line-height: 2;
    color: #fff;
}
.nmn02_qa .flex_box .des_small{
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    line-height: 2;
}
.nmn02_qa .flex_box .img dl{
    display: flex;
    justify-content: space-between;
}
.nmn02_qa .flex_box .img dt{
    width: 50%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 95px;
    line-height: 2;
}
.nmn02_qa .flex_box .img dt span{
    font-size: 12px;
    color: #fff;
    text-align: right;
    margin-top: 24px;
    display: block;
}
.nmn02_qa .interviw{
    margin-top: 212px;
    display: flex;
    justify-content: flex-end;
}
.nmn02_qa .interviw_box{
    width: 530px;
}
.nmn02_qa .interviw_tit{
    margin-bottom: 34px;
}
.nmn02_qa .interviw_txt{
    font-size: 23px;
    line-height: 2.7;
    color: #fff;
}
.nmn02_use{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top07.png") no-repeat top center;
    position: relative;
}
.nmn02_use_box{
    max-width: 850px;
    margin: 0 auto;
    padding: 166px 0 150px;
    position: relative;
}
.nmn02_use_box .pos01{
    position: absolute;
    top: -90px;
    right: -220px;
    z-index: 2;
}
.nmn02_use_box .pos02{
    position: absolute;
    bottom: -116px;
    left: -20px;
    z-index: 2;
}
.nmn02_use_box .box{
    background: rgba(255,255,255,0.85);
    border-radius: 18px;
    padding: 66px 0 40px;
    text-align: center;
    font-size: 28px;
    line-height: 2;
    position: relative;
}
.nmn02_use_box .box .tit{
    font-size: 70px;
    line-height: 1;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    transform: translateY(-50%);
}
.nmn02_main{
    text-align: center;
    padding: 50px 0 44px;
    background: #000;
}
.nmn02_product02{
    background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top09.png") no-repeat top center;
    padding: 120px 0 65px !important;
}
.nmn02_movie{
    background: #ffb8b8;
    padding: 100px 0 80px;
    display: none;
}
.nmn02_movie .tit{
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.nmn02_movie .inner{
    max-width: 1200px;
}
.nmn02_movie_box{
    display: flex;
    justify-content: space-between;
}
.nmn02_movie_txt{
    margin-top: 12px;
    line-height: 2;
    font-size: 12px;
}
.sp_show{
    display: none !important;
}

@media screen and (max-width: 767px) {
    .sp_show{
        display: inline-block !important;
    }
    .pc_show{
        display: none !important;
    }

    .nmn02_introduce {
        padding: 2rem 0;
    }

    .nmn02_introduce .introduceBox {
        display: block;
        padding: 2.5rem 1.5rem;
    }

    .nmn02_introduce .introduceBox .ttl_img {
        margin-bottom: 2rem;
    }

    .nmn02_introduce .introduceBox .txt {
        font-size: 1.6rem;
    }

    .nmn02_introduce .introduceBox .img {
        width: auto;
        text-align: center;
        margin-bottom: 2rem;
    }

    .nmn02_person{
        background: none;
        padding: 0;
        height: auto;
    }
    .nmn02_person .inner{
        display: none;
    }
    .nmn02_person_box .txt{
        text-align: right;
    }
    .nmn02_problem_bg01{
        display: none;
    }
    .nmn02_person_box .txt img{
        width: 55%;
    }
    .nmn02_product{
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_top03.png") no-repeat top center;
        padding: 50px 0 50px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .nmn02_product_box{
        display: block;
        justify-content: center;
    }
    .nmn02_product_box .des{
        margin-left: 0;
        margin-top: 2rem;
    }
    .nmn02_product_box .des_tit{
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4;
    }
    .ff_nmn02{
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    }
    .nmn02_product_box .des_tit01{
        font-size: 20px;
    }
    .nmn02_product_box .des_txt{
        font-size: 14px;
        margin: 8px 0;
    }
    .nmn02_product_box .des_price{
        font-size: 20px;
    }
    .nmn02_product_box .des_btn{
        margin-top: 24px;
    }
    .nmn02_btn a{
        display: inline-block;
        width: 280px;
        line-height: 55px;
        position: relative;
        background: #b5a261;
        font-size: 18px;
        color: #fff;
        text-align: center;
    }
    .nmn02_btn a:hover:after{
        background: #8E710F;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
        z-index: 2;
        position: absolute;
        animation: move 1s;
    }
    @keyframes move {
        0% {
            width: 0;
        }
        100% {
            width: 100%;
            background: #8E710F;
        }
    }
    .nmn02_btn a span{
        position: relative;
        z-index: 4;
    }
    .nmn02_btn a:before{
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add01.png") no-repeat 0 0;
        width: 6px;
        height: 10px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: '';
        z-index: 3;
        position: absolute;
    }
    .nmn02_problem{
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/bg_sp01.png") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 50px 0 0;
        position: relative;
    }
    .nmn02_problem_tit{
        font-size: 24px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        position: relative;
        z-index: 3;
    }
    .nmn02_problem_tit .fsz01{
        font-size: 30px;
    }
    .nmn02_problem_tit .fsz02{
        font-size: 30px;
        color: #B5A261;
    }
    .nmn02_problem_tit b{
        border-bottom: 1px solid #B5A261;
    }
    .nmn02_problem_en{
        position: absolute;
        top: 85px;
        left: 50%;
        width: 66%;
        transform: translateX(-50%);
        z-index: 2;
    }
    .nmn02_problem_list{
        width: 100%;
        margin: 60px auto 0;
        background: #fff;
        padding: 20px 15px 25px;
        border-radius: 10px;
        position: relative;
        box-shadow: 0 0 5px rgba(0,0,0,0.4);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nmn02_problem_list_tit{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
        z-index: 2;
    }
    .nmn02_problem_list li{
        padding: 5px 0;
        border-bottom: 2px dotted #BEBEBE;
        font-size: 18px;
        padding-left: 27px;
        text-align: left !important;
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add04.png") no-repeat left top 12px;
        -webkit-background-size: 20px;
        background-size: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nmn02_problem_list li span{
        font-weight: 700;
    }
    .nmn02_problem_list_txt{
        font-size: 12px;
        color: #fff;
        text-align: right;
        margin: 10px auto 0;
        max-width: 800px;
    }
    .nmn02_problem_des{
        max-width: 920px;
        margin: 50px auto 0;
    }
    .nmn02_problem_des .tit{
        text-align: center;
    }
    .nmn02_problem_des .txt{
        text-align: left;
        margin: 15px 0 40px;
        line-height: 2;
        font-size: 14px;
        color: #fff;
    }
    .nmn02_problem_des .des{
        background: none;
        padding: 20px 0 30px;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    .nmn02_problem_des .des_tit{
        position: static;
        margin-bottom: 20px;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
        z-index: 2;
    }
    .nmn02_problem_des ul{
        display: block;
        border: 1px solid #fff;
        padding: 20px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .nmn02_problem_des li+li{
        margin-top: 30px;
    }
    .nmn02_problem_des .listtit{
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }
    .nmn02_problem_des .listimg{
        margin: 0 0 0;
        text-align: center;
    }
    .nmn02_problem_des .listtxt{
        font-size: 14px;
        line-height: 2;
        text-align: left !important;
    }
    .nmn02_problem_des .listtxt span{
        font-weight: 700;
        color: #E6D8B3;
    }
    .nmn02_problem_and{
        margin-top: 20px;
        text-align: center;
    }
    .nmn02_problem_and .tit{
        text-align: center;
    }
    .nmn02_problem_and .tit img{
        width: 60%;
    }
    .nmn02_problem_and .txt{
        font-size: 20px;
        margin: 20px 0 0;
        color: #fff;
        font-weight: 700;
    }
    .nmn02_problem_and .txt span{
        font-size: 30px;
        color: #B5A261;
        border-bottom: 1px solid #B5A261;
    }
    .nmn02_problem_and .img_right{
        text-align: right;
        color: #fff;
        font-size: 12px;
        max-width: 100%;
        margin: 0 auto;
    }
    .nmn02_problem_last{
        color: #fff;
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/sp_bg02.png") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 50px 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 50px -20px 0;
        position: relative;
    }
    .nmn02_problem_last:before{
        /*background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/ico_add06.png") no-repeat 0 0;*/
        /*width: 2px;*/
        /*height: 50px;*/
        /*left: 50%;*/
        /*bottom: 0;*/
        /*transform: translate(-50%,50%);*/
        /*content: '';*/
        /*z-index: 2;*/
        /*position: absolute;*/
    }
    .nmn02_problem_last .tit{
        text-align: center;
    }
    .nmn02_problem_last .txt{
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    .nmn02_problem_last .txt span{
        font-size: 20px;
        margin: 5px 0;
        line-height: 1.5;
        background: #fff;
        color: #B5A262;
        display: inline-block;
        padding: 5px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp_img img{
        width: 80%;
    }
    .sp_img{
        text-align: center;
    }
    .nmn02_product01{
        padding: 50px 20px 50px;
        margin: 0 -20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/sp_bg03.png) no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .nmn02_product01 .tit{
        font-size: 24px;
        text-align: center;
        line-height: 1.55;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .nmn02_product01_box{
        margin-top: 30px;
    }
    .nmn02_product01_box .des{
        margin-top: 20px;
    }
    .nmn02_product01_box .des_tit02{
        font-size: 23px;
        margin-top: 16px;
        line-height: 1.3;
    }
    .nmn02_product01_box .des_tit02 sup{
        font-size: 12px;
    }
    .nmn02_product01_box .des_tit02 span{
        font-size: 36px;
        font-weight: 700;
        color: #675118;
        display: block;
    }
    .nmn02_product01_box .des_tit03{
        font-size: 23px;
    }
    .nmn02_product01_box .des_txt02{
        font-size: 23px;
    }
    .nmn02_product01_box .des_txt01{
        font-size: 15px;
        margin: 8px 0;
    }
    .nmn02_product01_box .des_btn{
        margin-top: 20px;
    }
    .nmn02_product01_box{
        max-width: 1050px;
        margin: 0 auto;
    }
    .nmn02_product01_box .des_txt03{
        font-size: 12px;
        line-height: 2;
        margin-top: 20px;
    }
    .nmn02_point{
        background: #000;
        padding: 50px 0 50px;
    }
    .nmn02_point .inner{
        max-width: 100%;
    }
    .nmn02_point_box{
        background: none;
        position: relative;
        padding: 0 0px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: none;
    }
    .nmn02_point_box .tit{
        position: static;
        top: 0;
        left: 0;
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
        transform: translateY(0);
        z-index: 2;
    }
    .nmn02_point_box .flex_box{
        display: block;
        justify-content: space-between;
    }
    .nmn02_point_box .flex_box .des{
        width: 100%;
        position: relative;
        padding: 50px 0 0;
        order: 1;
    }
    .nmn02_point_box .flex_box .img{
        order: 2;
        margin-top: 15px;
        text-align: center;
    }
    .nmn02_point_box .flex_box .img img{
        max-width: 80%;
    }
    .nmn02_point_box .flex_box .des_num{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 160px;
    }
    .nmn02_point_box .flex_box .des_tit{
        font-size: 20px;
        color: #fff;
        position: relative;
        z-index: 3;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }
    .nmn02_point_box .flex_box .des_txt{
        font-size: 14px;
        color: #fff;
        line-height: 2;
        margin-top: 15px;
    }
    .nmn02_point_box .flex_box .des_txt span{
        margin-top: 10px;
        font-size: 12px;
        color: #fff;
    }
    .nmn02_point_box .flex_box02{
        margin-top: 0;
    }
    .nmn02_point_box .flex_box02 .des{
        order: 3;
        padding: 50px 0 0;
    }
    .nmn02_point_box .flex_box02 .des_num{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 160px;
    }
    .nmn02_point_box .flex_box02 .img{
        padding-top: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nmn02_point_box .flex_box02 .img span{
        font-size: 12px;
        color: #fff;
        margin-top: 16px;
        text-align: left;
        display: block;
        line-height: 2;
    }
    .nmn02_point_cont{
        margin-top: 30px;
    }
    .nmn02_point_cont dl+dl{
        margin-top: 25px;
    }
    .nmn02_point_cont dt{
        font-size: 18px;
        padding: 10px 0 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        color: #fff;
        text-align: left;
        border-bottom: 1px solid #fff;
    }
    .nmn02_point_cont dd{
        margin-top: 25px;
        display: none;
    }
    .nmn02_point_cont dd .dd_flex{
        display: block;
        justify-content: space-between;
    }
    .nmn02_point_cont dd .dd_flex .img{
        width: 100%;
        text-align: center;
        order: 2;
    }
    .nmn02_point_cont dd .dd_flex .dd_des{
        width: 100%;
        order: 1;
        font-size: 16px;
        margin-top: 15px;
        line-height: 2;
        color: #fff;
    }
    .nmn02_point_cont dd .dd_flex .dd_des span{
        font-size: 12px;
        color: #fff;
        margin-top: 10px;
    }
    .nmn02_point_box .flex_box03{
        margin-top: 105px;
    }
    .nmn02_point_box .flex_box03 .des{
        padding: 35px 0 0;
    }
    .nmn02_point_box .flex_box03 .des .des_num{
        top: -80px;
    }
    .nmn02_point_box .pos_tit{
        position: static;
        bottom: 0;
        margin-top: 40px;
        left: 0;
        transform: translate(0,0);
        text-align: center;
        z-index: 2;
    }
    .nmn02_point_box .pos_tit img{
        width: 60%;
    }
    .nmn02_point_bottom{
        margin-top: 40px;
    }
    .nmn02_point_bottom_tit01{
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }
    .nmn02_point_bottom_tit02{
        text-align: center;
        margin-top: 12px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
    }
    .nmn02_point_bottom_flex{
        margin: 26px 0;
        display: flex;
        justify-content: center;
    }
    .nmn02_point_bottom_flex p{
        margin: 0 5px;
    }
    .nmn02_point_bottom_txt{
        font-size: 12px;
        line-height: 2;
        color: #fff;
        max-width: 890px;
        margin: 0 auto;
    }
    .nmn02_qa{
        background: url('https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/sp_bg_top06.png') no-repeat top center;
        padding:50px 0 0;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .nmn02_qa .inner{
        max-width: 100%;
    }
    .nmn02_qa .tit{
        padding-left: 20px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nmn02_qa .tit .tit_en{
        position: absolute;
        top: -24px;
        left: -16px;
        z-index: 2;
        width: 100px;
    }
    .nmn02_qa .tit span{
        display: inline-block;
        padding: 0 8px;
        line-height: 1.5;
        text-align: left !important;
        font-size: 17px;
        background: #fff;
        margin-bottom: 14px;
        position: relative;
        z-index: 3;
    }
    sup{
        font-size: 12px !important;
    }
    .nmn02_qa .txt{
        font-size: 12px;
        margin-top: 12px;
        color: #fff;
        padding-left: 20px;
        line-height: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nmn02_qa .flex_box{
        margin-top: 80px;
        display: block;
        justify-content: space-between;
    }
    .nmn02_qa .flex_box .des{
        width: 100%;
        position: relative;
    }
    .nmn02_qa .flex_box .img{
        width: 100%;
        margin-top: 15px;
        text-align: right;
    }
    .nmn02_qa .flex_box .des_en{
        position: absolute;
        top: -40px;
        left: -35px;
        z-index: 2;
        width: 120px;
    }
    .nmn02_qa .flex_box .des_tit{
        position: relative;
        z-index: 3;
        font-size: 20px;
        padding-left: 20px;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nmn02_qa .flex_box .des_txt{
        margin-top: 15px;
        color: #fff;
        font-size: 14px;
    line-height: 1.6;
    }
    .nmn02_qa .flex_box .des_small{
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
        line-height: 2;
    }
    .nmn02_qa .flex_box .img dl{
        display: flex;
        justify-content: space-between;
    }
    .nmn02_qa .flex_box .img dt{
        width: 50%;
        text-align: center;
        font-size: 12px;
        color: #fff;
        height: auto;
        line-height: 2;
    }
    .nmn02_qa .flex_box .img dt span{
        display: none;
    }
    .nmn02_qa .interviw{
        display: flex;
        margin: 0 -20px;
        position: relative;
        padding: 85px 0px 60px 0;
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/sp_bg_interviw.png") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        justify-content: flex-end;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nmn02_qa .interviw .pos02{
        position: absolute;
        top: -12px;
        right: -12px;
        z-index: 2;
        width: min(30vw,150px);
    }
    .nmn02_qa .interviw .pos01{
        position: absolute;
        bottom: -4.5vh;
        right: 20px;
        z-index: 2;
        width: 92px;
    }
    .nmn02_qa .interviw_box{
        width: 70%;
    }
    .nmn02_qa .interviw_tit{
        margin-bottom: 0;
        text-align: left;
    }
    .nmn02_qa .interviw_tit img{
        width: 160px;
    }
    .nmn02_qa .interviw_txt{
        font-size: 12px;
        line-height: 2.5;
        text-shadow: 0 0 5px rgba(0,0,0,0.6);
        color: #fff;
    }
    .nmn02_use{
        background: url("https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/sp_bg_top07.png") no-repeat top center;
        position: relative;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .nmn02_use_box{
        max-width: 850px;
        margin: 0 auto;
        padding: 60px 20px 50px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #nmn02{
        overflow: hidden;
    }
    .nmn02_use_box .pos01{
        position: absolute;
        top: -45px;
        right: -110px;
        z-index: 2;
        width: 130px;
        display: none;
    }
    .nmn02_use_box .pos02{
        position: absolute;
        bottom: -50px;
        left: -10px;
        width: 90px;
        z-index: 2;
    }
    .nmn02_use_box .box{
        background: rgba(255,255,255,0.85);
        border-radius: 10px;
        padding: 35px 0 20px;
        text-align: center;
        font-size: 12px;
        line-height: 2;
        position: relative;
    }
    .nmn02_use_box .box .tit{
        font-size: 38px;
        line-height: 1;
        font-style: italic;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 2;
        transform: translateY(-50%);
    }
    .nmn02_main{
        text-align: center;
        padding: 20px 0 20px;
        background: #000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nmn02_main img{
        width: 56%;
    }
    .nmn02_product02{
        margin: 0 !important;
        background: url(https://gigaplus.makeshop.jp/jofuku/suit_allinonegelplus/sp_bg03.png) no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 50px 20px 50px!important;
    }
    .nmn02_movie{
        background: #ffb8b8;
        padding: 50px 0 50px;
    }
    .nmn02_movie .tit{
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
    }
    .nmn02_movie .inner{
        max-width: 100%;
    }
    .nmn02_movie_box{
        display: block;
        justify-content: space-between;
    }
    .nmn02_movie_box>div+div{
        margin-top: 15px;
    }
    .nmn02_movie_txt{
        margin-top: 12px;
        line-height: 2;
        font-size: 12px;
    }
}

.p-info__list-heading {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 4rem;
    justify-content: space-between
}
.p-info__list-heading-title {
    font-size: 1.4rem
}

.p-info__list-heading-cross {
    height: 13px;
    margin-right: 1rem;
    position: relative;
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    width: 13px;
}

.p-info__list-heading-cross:after,.p-info__list-heading-cross:before {
    background-color: currentColor;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    top: 0
}

.p-info__list-heading-cross:before {
    bottom: 0;
    height: 1px;
    width: 100%
}

.p-info__list-heading-cross:after {
    height: 100%;
    right: 0;
    width: 1px;
}
.toggle.on .p-info__list-heading-cross {
    transform: rotate(135deg)
}

.p-info__list-heading:hover .p-info__list-heading-cross {
    transform: rotate(180deg)
}
.toggle.on .p-info__list-heading-cross {
    transform: rotate(315deg)
}

.toggle.on .p-info__list-contents {
    height: auto;
    opacity: 1
}
.toggle.on .p-info__list-contents-inner {
    transform: translateY(0);
    transition: transform .6s cubic-bezier(.215,.61,.355,1)
}

.toggle.on:last-of-type {
    border-bottom: 1px solid rgba(6,7,37,0)
}

.p-info__list-heading .dt_txt{
    position: relative;
}
.p-info__list-heading .dt_txt:after{
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.165,.84,.44,1);
    width: 100%
}
.p-info__list-heading:hover .dt_txt:after{
    transform: scaleX(1);
    transform-origin: left;
}


.mac .nmn02_product_box .des_tit,
.mac .nmn02_problem_tit,
.mac .nmn02_problem_and .txt,
.mac .nmn02_problem_last .txt,
.mac .nmn02_product01 .tit,
.mac .nmn02_product01_box .des_tit02 span,
.mac .nmn02_point_bottom_tit01,
.mac .nmn02_point_bottom_tit02
{
    font-weight: 400 !important;
}

_:lang(x)+_:-webkit-full-screen-document,
.nmn02_product_box .des_tit,
.nmn02_problem_tit,
.nmn02_problem_and .txt,
.nmn02_problem_last .txt,
.nmn02_product01 .tit,
.nmn02_product01_box .des_tit02 span,
.nmn02_point_bottom_tit01,
.nmn02_point_bottom_tit02
{
    font-weight: 400 !important;
}



























