@media only screen and (max-width: 834px) {
    html {
     -webkit-text-size-adjust: 100%;
    }
    /* =============================================
        Body
       =============================================*/
    body { font-size: 14px; }
    body.locked {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: auto;
        }
        body.locked .wrapper_in{
        opacity: 0.4;
        }
    /* =============================================
        Layout
       =============================================*/
    .sp { display: block !important; }
    .sp_none { display: none !important; }
    .pc { display: none !important; }
    section  { padding: 60px 0; }
    .inner   { width: 92vw; }
    .content { width: 84vw; }
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: auto;
    }
    .sp-ta-left   { text-align: left !important;
    }
    
    /* =============================================
        Parts
       =============================================*/
    /* fonts */
    .fs-12 { font-size: 0.750rem; }
    .fs-14 { font-size: 0.875rem; }
    .fs-16 { font-size: 1.000rem; }
    .fs-18 { font-size: 1.000rem; }
    .fs-20 { font-size: 1.125rem; }
    .fs-22 { font-size: 1.125rem; }
    .fs-24 { font-size: 1.375rem; }
    .fs-26 { font-size: 1.375rem; }
    .fs-28 { font-size: 1.500rem; }
    .fs-30 { font-size: 1.500rem; }
    .fs-32 { font-size: 1.500rem; }
    .fs-34 { font-size: 1.625rem; }
    .fs-44 { font-size: 2.000rem; }
    
    /* h2 */
    section h2 { font-size: 2.10rem;margin-bottom: 15px; }
    section h2 small { font-size: 0.85rem; margin-top: 0; }
    
    
    
    
    
    
    /* button */
    .btn-more {
      /* min-width: 170px; */
      font-size: 14px;
        padding-right: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    /* btn-shop-anchor */
    .btn-shop-anchor {
      font-size: 0.875rem;
      height: 60px;
      background-image: url(../../img/icon-arrow-down-black-sp.png);
      background-position: right 15px center;
      background-size: 5px;
    }
    .btn-shop-anchor2 {
      font-size: 0.875rem;
      height: 60px;
      background-image: url(../../img/icon-btn-arrow-black-sp.png);
      background-position: right 15px center;
    }
    .btn-more.black::after {
      content: url(../../img/icon-btn-arrow-black-sp.png);
      right: 10px;
    }
    .btn-more.black:hover::after {
      content: url(../../img/icon-btn-arrow-white-sp.png);
    }
    
    /* =============================================
        Header
       =============================================*/
        .wrapper{
            max-width: inherit;
            overflow: visible;
    }
        .wrapper_in{
    
            overflow: hidden;
        }
    header {
      padding: 0;
        z-index: 1000;
        position: inherit !important;
        top: 0 !important;
        }
    header .menu {
      width: 48px;
      height: 57px;
      position: relative;
      background-color: #1a1a1a;
      display:none;
    }
    header .menu span {
      display: block;
      width: 16px;
      height: 2px;
      position: absolute;
      left: 16px;
      background-color: #fff;
        transition: all 0.2s;
    }
    header .menu span:nth-last-of-type(1) { top: 20px; }
    header .menu span:nth-last-of-type(2) { top: 28px; }
    header .menu span:nth-last-of-type(3) { top: 36px; }
    header .menu.active span:nth-last-of-type(1) {
        width: 20px;
        left: 14px;
        -webkit-transform: translateY(9px) rotate(-315deg);
        transform: translateY(9px) rotate(-315deg);
    }
    header .menu.active span:nth-last-of-type(2) {
        opacity: 0;
    }
    header .menu.active span:nth-last-of-type(3) {
        width: 20px;
        left: 14px;
        -webkit-transform: translateY(-7px) rotate(315deg);
        transform: translateY(-7px) rotate(315deg);
    }
    
    header .logo {
      padding: 12px 0;
        width: 100%;
    }
    header .logo img {
      height: auto;
      width: 120px;
    }
    header.drair_me .logo img {
      height: 32px;
      width: auto;
    }
    header .cart {
        padding-top: 17px;
        margin-right: 18px;
        line-height: 1;
    }
    header .cart img.icon-cart-sp {
      height: 20px;
      width: auto;
    }
    header .cart img.icon-cart-sp-text {
        width: auto;
        height: 15px;
    }
    header a.ico_member{
        background: url(../../img/header/ico_store_01.png) no-repeat 10px 10px;
        background-size: 30px;
        padding-left: 56px !important;
    }
    header a.ico_mypage{
        background: url(../../img/header/ico_store_02.png) no-repeat 10px 10px;
        background-size: 30px;
        padding-left: 56px !important;
    }
    header a.ico_cart{
        background: url(../../img/header/ico_store_03.png) no-repeat 10px 10px;
        background-size: 30px;
        padding-left: 56px !important;
    }
    
    .sp-menu {
        margin-top: 0;
        width: 100%;
        position: fixed;
        z-index: 200;
        top:57px;
        padding:0 25px 0 0;
        height: calc(100vh - 57px);
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(-100%);
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
        }
    .sp-menu-in {
        background-color: rgba(26, 26, 26, 0.9);
        padding: 0 4vw 50px 4vw;
        min-height:calc(100vh - 50px) ;
    }
    .sp-menu-in ul.inner{
        width: 87vw;
    }
    _::-webkit-full-page-media, _:future, :root .sp-menu-in {
        padding-bottom: 120px;
    }
    
    .sp-menu.active {
        display: block;
      transform: translateX(0);
    }
    .sp-menu li {
      width: 100%;
      border-bottom: 1px solid #676766;
      position: relative;
      text-align: left;
      font-weight: bold;
      align-items: center;
    }
    .sp-menu li a ,.sp-menu li span {
        display: block;
        width: 100%;
        padding: 15px 0;
    }
    .sp-menu li::after {
      content: url(../../img/icon-btn-arrow-white.png);
      position: absolute;
      right: 10px;
        top:10px;
    }
    .sp-menu li.pull::after {
      content: url("../img/icon-plus.png");
      position: absolute;
      right: 15px;
        top:18px;
    }
    .sp-menu li.pull.actives::after {
      content: url("../img/icon-minus.png");
      position: absolute;
      right: 15px;
        top:18px;
    }
    .sp-menu li ul li::after {
      content: none;
    }
    .sp-menu li:last-of-type {
      border-bottom: none;
    }
    .sp-menu li.link_event_sp {
    }
    .sp-menu li:last-child a {
        display: inline-block;
        box-sizing: border-box;
    }
    .sp-menu li:last-of-type::after{
      content: none;
    }
    .sp-menu li.link_event_sp a.link-event {
        background: url(../../img/ico_event.png) no-repeat 0 center;
        background-size: 20px 20px;
        padding-left: 25px;
        display: inline-block;
        box-sizing: border-box;
        width: 50%;
    }
    .sp-menu li.link_event_sp a.link-media {
        background: url("../img/ico_media_header.png") no-repeat 0 center;
        background-size: 20px 20px;
        padding-left: 25px;
        display: inline-block;
        box-sizing: border-box;
        width: 50%;
    }
    .sp-menu li.link_event_sp::after{
      content: none;
    }
    .sp-menu li.cart-sp-menu a {
      display: flex;
      justify-content: left;
      align-items: center;
    }
    .sp-menu li.cart-sp-menu a img.icon-cart-sp-menu {
        height: 20px;
        margin-right: .5rem;
    }
    .select_lang_in img{
        width: 40px;
        height: auto;
    }
    
    .nav_over{
        display: none;
        position: inherit;
        top: inherit;
        left: inherit;
        width: 100%;
        background:none !important;
        text-align: left;
        padding:0 0 15px 0;
    }
    .actives .nav_over{
        display: block;
    }
    header nav ul li:nth-child(3) .nav_over{
        position: inherit;
        top: inherit;
        left: inherit;
        width: auto;
        background:none;
        text-align: left;
        padding:0;
    }
    div.link_nav_over{
        border-bottom: 1px solid #868686;
    }
    div.link_nav_over:last-child{
        border-bottom: none;
    }
    .link_nav_over a,.link_nav_over span{
        display: block !important;
        padding: 15px 0 15px 56px !important;
    }
    ul.list_nav_over{
        padding: 0 0 0 0;
    }
    ul.list_nav_over li a{
        display: inline-block !important;
        padding: 5px 0 5px 0 !important;
    }
    ul.list_nav_over li a::after{
    
    }
    ul.list_nav_over li{
        list-style: disc;
        color: #FFF;
        margin: 0 0 0 56px;
        border:none;
    }
    
    ul.list_nav_over li:last-child a{
        background: none;
    }
    .title_link_nav_over{
        clear: both;
        margin-bottom: 25px;
        border-bottom: 1px solid #676766;
    }
    .title_link_nav_over a{
        background: url("../img/icon-more-hover.png") no-repeat 0 center;
        font-size: 100%;
        padding: 10px 0 10px 25px !important;
    }
    ul.list_nav_over2_in li{
        border: none;
    }
    ul.list_nav_over2_in li a{
        color: #f9f9f9;
        font-weight: normal;
        font-size: 15px;
        padding:5px 0;
    }
    .menu_p{
        width: 49%;
        margin-bottom: 2%;
    }
    .menu_p a{
        text-align: center;
        border: 1px solid #676766;
        display: block !important;
        padding: 60px 0 15px 0 !important;
    }
    .menu_01_sp a{
        background: url("../img/header/ico_01.png") no-repeat center 7px;
        background-size: 50px;
    }
    .menu_05_sp a{
        background: url("../img/header/ico_05.png") no-repeat center 10px;
        background-size: 50px;
    }
    .menu_12_sp a{
        background: url("../img/header/ico_12.png") no-repeat center 5px;
        background-size: 50px;
    }
    .menu_16_sp a{
        background: url("../img/header/ico_16.png") no-repeat center 10px;
        background-size: 50px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .sp-menu .btn-close {
    
      display: flex;
      align-items: center;
      justify-content: center;
      height: 8.5vh;
    }
    .sp-menu .btn-close2 {
        display: block;
        text-align: left;
        padding: 20px 0 0 15px;
    }
    .sp-menu .btn-close img {
      width: 16px;
      height: 16px;
      margin-right: 10px;
      position: relative;
    }
    header .sub-nav .link-lang {
    padding:0 15px 0 30px;
    display: inline-block;
    height: 20px;
    box-sizing: border-box;
    position: relative;
    }
    header .select_lang{
        display: block;
        overflow: hidden;
        width: 100%;
    }
    header .box_select_lang a{
        display: block;
        padding:0 15px 0 30px;
    }
        .select_lang_in{
            width: 20%;
            float: left;
        }
    header .sub-nav .link-lang:hover{
        cursor: pointer;
    }
    header .sub-nav .link-lang:hover .box_select_lang{
        display: block;
    }
    
    
    /* =============================================
        page nav
       =============================================*/
    .page-nav-wrap {
      padding: 20px 0;
      margin-top: 0;
      overflow-x: auto;
    }
    .page-nav {
      margin-right: 0!important;
      margin: 0;
      width: auto !important;
      overflow: visible !important;
    }
    .page-nav ul {
      justify-content: flex-start!important;
      flex-wrap: nowrap;
    }
    .page-nav li {
      margin: 0 10px;
      white-space: nowrap;
    }
    
    /* =============================================
        Main Visual
       =============================================*/
    .mv li {
      height: 620px !important;
      min-height: auto;
      width: 100vw;
    }
    .product-sub .mv li {
      height: 500px !important;
      min-height: auto;
      width: 100vw;
    }
    /* 固定ページMV */
    .page-mv {
      height: 140px;
      margin-top: 0;
      padding-top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .page-mv h2 {
      font-size: 1.5625rem;
    }
    .page-mv h2 + small {
      font-size: 1rem;
    }
    .mask{
        position: relative;
        z-index: -10;
    }
    
    .mask::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.70);
        z-index: -1;
    }
    
    /* =============================================
        breadcrumb
       =============================================*/
    .breadcrumb ul {
      font-size: 0.75rem;
      margin-top: 15px;
    }
    /* =============================================
        Footer
       =============================================*/
    footer{
        padding:30px 0 0 0;
        }
    .business_form footer{
        margin-top: 0;
    }
    
    footer .footer-sns ul {
      margin-top: 15px;
    }
    footer .footer-sns li {
      margin: 0 4vw;
      margin-bottom: 14px;
    }
    footer .footer-sitemap {
      margin-top: 25px;
    }
    footer .footer-sitemap ul {
      margin-bottom: 10px;
    }
    footer .footer-sitemap ul li {
      font-size: 12px;
    }
    footer .footer-sitemap2 {
        width: 100%;
    }
    footer .footer-sitemap2 li{
        width: 75%;
        margin: 0 auto;
    }
    footer .footer-sitemap3{
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    footer .footer-sitemap3 ul{
        padding: 10px 0 0 0;
    }
    footer .footer-sitemap3 li{
        width: 75%;
        margin: 0 auto;
        text-align: left;
        line-height: 2;
    }
    
    footer .footer-row{
            top: 10px !important;
        padding: 25px 0;
        text-align: center;
        }
    
    footer .box_footer-logo{
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        float: none;
    }
    footer .logo_jp{
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        float: none;
    }
    footer .box_copy{
      text-align: center;
        padding-top: 0;
    }
    .box_sitemap{
        width: 50%;
    }
    .box_sitemap a{
        display: block;;
        line-height: 1.4;
        padding: 5px 0;
    }
    .box_sitemap:nth-child(1){
        width: 100%;
    }
    .box_sitemap:nth-child(1) ul li{
        width: 49%;
        padding-right: 1%;
        float: left;
    }
    .totop {
    display:none;
      position: fixed;
      right: 4vw;
      bottom: 4vw;
      width: 10vw;
      height: 10vw;
    }
    .box_logo{
        background: #f6f6f6;
        padding: 10px 25px 5px 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 15px;
    }
    ul.list_box_logo{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    ul.list_box_logo li{
        float: left;
        text-align: center;
        margin: 0;
    }
    ul.list_box_logo li:nth-child(1){
        width: 33%;
        padding-top: 2px;
    }
    ul.list_box_logo li:nth-child(2){
        width: 33%;
    }
    ul.list_box_logo li:nth-child(3){
        width: 33%;
        padding-top: 8px;
    }
    
    /* =============================================
        Product contents
       =============================================*/
    
    /* ----- main visual ----- */
    .mv .product-outlie {
      width: 100%;
      padding-top: 4vw;
    }
    .mv .product-outlie .fs-32 {
      font-size: 20px;
    }
    .mv .product-outlie .product-copy {
      font-size: 25px;
      margin-top: 60vw;
      margin-bottom: 5vw;
      line-height: 1.8;
    }
    .mv .product-price{
        align-items:flex-start !important;
    }
    .mv .product-price .fs-32 {
      font-size: 1.1rem;
    }
    .mv .product-price .fs-14 {
      font-size: 0.69rem;
    }
    .mv .btn-cart {
      width: 140px;
      margin-left: 20px;
      height: 50px;
      line-height: 50px;
    }
    .btn-cart {
        background-color:rgba(0,0,0,0.80);
    }
    .btn-cart.black {
        background-color:rgba(0,0,0,0.80);
      border-color: #FFF;
      color: #FFF;
    }
    .btn-cart:before ,.btn-cart.black:before {
        content: url(../../img/icon-cart.png) !important;
    }
    /* ----- feature ----- */
    .color-variation li {
      margin: 20px 5% 0;
      width: 40%
    }
    .color-variation li img {
      width: 100%;
    }
    
    .color-variation .color-tag {
      font-size: 0.6rem;
    }
    
    .offer-second {
      padding: 50px 0;
    }
    .offer-list {
      margin-top: 50px;
    }
    .offer-list li,
    .offer-list.four-collum li {
      width: 100%;
      height: 35vw;
      margin-bottom: 15px;
      font-size: 20px;
      background-size: cover;
    }
    .offer-center {
      margin-top: 35px;
    }
    .offer-center span + em {
      margin-top: 10px;
    }
        .offer-center em, .offer-center h2{
            margin-bottom: 10px;
        }
    .offer-center em,.offer-center h2 {
      /*font-size: 20px;*/
    }
    .img-offer {
      padding: 60px 0;
    }
    .img-offer .txt {
      width: 100%;
    }
    .img-offer .txt em,.img-offer .txt h2{
      margin-bottom: 40px;
      font-size: 24px;
    }
    .img-offer .txt small {
      font-size: 11px;
    }
    .img-offer.left .txt {
      margin-bottom: 100vw;
    }
    .img-offer.right .txt {
      margin-top: 100vw;
    }
    
    .img-offer-small {
      padding: 0;
      color: #222;
    
    }
    .img-offer-small em,.img-offer-small h2 {
      margin-top: 30px;
      width: 100%;
    }
    .img-offer-small p {
      margin-top: 30px;
      width: 100%;
    }
    
    /* ----- howto ----- */
    .howto-list li {
      width: 100%;
      margin-bottom: 10px;
    }
    
    /* ----- voice ----- */
    .voice-list li {
      flex-direction: column;
      padding: 4%;
    }
    .voice-list .voice-age {
      border-right: none;
      border-bottom: solid 1px #b6b7b8;
      width: 100%;
      padding-bottom: 4%;
    }
    .voice-list .voice-txt {
      width: 100%;
      padding-left: 0;
      padding-top: 4%;
    }
    
    /* ----- Q&A ----- */
    .qa-list li {
      margin-bottom: 10px;
    }
    .qa-list .q .ttl {
      padding: 0 10px;
      margin-right: 0;
      font-size: 18px;
    }
    .qa-list .q p {
      width: calc(100% - 40px);
      padding-left: 10px;
      padding-right: 35px;
    }
    .qa-list .a {
      padding-left: 46px;
    }
    .qa-list .a.open {
      padding-left: 46px;
    }
    .qa-list .toggle-faq {
        background-position: right 15px center;
    }
    
    
    /* ----- spec ----- */
    .spec-list dl {
      width: 100%;
    }
    .spec-list dl:nth-of-type(2) dt:first-of-type,
    .spec-list dl:nth-of-type(2) dd:first-of-type {
      border-top: none;
    }
    .spec-list dl dd.full {
      justify-content: space-between;
      padding-left: 30px;
      padding-right: 30px;
    }
    .spec-list .link-manual { margin: 0; }
    .spec-list .link-option { margin: 0; }
    
    .hapi {
      text-align: left;
      padding-left: 100px;
    }
    .hapi .fs-18 { font-size: 14px; }
    .hapi .fs-16 { font-size: 12px; }
    
    
    /* ----- product ----- */
    .product-name h1 .fs-32 {
      font-size: 20px;
    }
    .product-name .fs-16 {
      font-size: 20px;
    }
    
    /* ----- product-cta ----- */
    .product-cta{
        background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
    }
        .product-cta .white{
            color: #222;
        }
    
    .product-cta .inner {
      width: 84%;
    }
    .product-cta .product-outlie {
      margin-top: 80vw;
    }
    .product-cta .product-name span {
      font-size: 20px;
    }
    .product-cta .product-price {
      margin-top: 30px;
    }
    .product-cta .product-name .fs-16 {
      font-size: 20px;
    }
    .product-cta .product-price .fs-24 {
      font-size: 18px;
    }
    .product-cta .product-price .fs-14 {
      font-size: 11px;
    }
    .product-cta .btn-cart {
      width: 140px;
      margin-left: 10px;
      height: 45px;
      line-height: 45px;
    }
    
    /* ----- support ----- */
    .related-list li {
      width: 48%;
      margin: 0 1%;
    }
    .related-list li .fs-18 {
      font-size: 14px;
    }
    
    /* ----- support ----- */
    .support-list {
      flex-direction: column;
    }
    .support-list li {
      display: block;
      width: 100%;
      margin-top: 20px;
    }
    .support-list li a{
      display: flex;
      width: 100%;
    }
    .support-list li img {
      margin-bottom: 0;
      padding: 0 30px 0 10px;
      width: 100px;
      height: 100%;
    }
    .support-list li .ta-center {
      text-align: left;
    }
    .support-list li em { margin-bottom: 0; }
    .support-list li .fs-18 { font-size: 14px; }
    .support-list li .fs-14 { font-size: 12px; }
    
    
    
    /* ----- modal ----- */
    
    .box_modal{
        display: none;
        padding:40px 10px 10px 10px;
    }
    .box_modal h2{
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 20px 0;
    }
    .box_modal h3{
        clear: both;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding:15px 0 15px 0;
    }
    
    .box_modal h4{
        clear: both;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0 5px 0;
    }
    .box_teiki_m{
        padding:0 15px 15px 15px;
        background: #f6f6f6;
        overflow: hidden;
    }
    .box_modal ul,.box_modal ul.modal_ul_02{
        width: 100%;
        }
    .box_modal ul li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px !important;
    }
    .box_modal ul li:last-child{
        margin-right: 0;
    }
    ul.list_2{
        width: 100%;
        margin: 0 auto;
    }
    .box_modal .title_contents_06{
        width: 100%;
        background: none;
        color: #333;
        font-size:15px;
        font-style: normal;
        text-align: center;
        font-weight: bold;
        padding-bottom: 0;
        margin: 0 auto;
    }
    .box_modal .title_contents_06 span{
        font-size:22px;
    }
    #box_btn_over{
        background: rgba(0,0,0,0.90);
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        z-index: 100;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .box_footer{
        background: rgba(0,0,0,0.90);
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        z-index: 100;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .box_btn_price_03{
        width: 80%;
        margin: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    .box_modal .tab_teiki{
        color: #e15757 !important;
    }
        .tab-group2 .tab_teiki{
            padding: 20px 0 21px 0 !important;
        }
    .box_modal li.tab,.box_modal li.tab2{
        padding:10px ;
        list-style:none;
        text-align:center;
        cursor:pointer;
        background: #ccc;
        border: 1px solid #ddd;
        border-bottom:1px solid #ddd;
        margin-bottom: 10px !important;
        margin-right: 2% !important;
        color:#6A6A6A;
        font-weight: bold;
        float: left !important;
        width: 32% !important;
    }
    .box_modal li.tab:last-child,.box_modal li.tab2:last-child{
        margin-right: 0 !important;
    }
    .box_modal li.tab:hover,.box_modal li.tab2:hover{
    }
    .box_modal .panel-group,.box_modal .panel-group2{
        width: 100%;
        padding:10px;
        border: 1px solid #ddd;
        clear: both;
        background:#FFF;
    }
    .box_modal .panel,.box_modal .panel2{
        display:none;
        overflow: hidden;
        min-height: 150px;
    }
    .box_modal .tab.is-active,.box_modal .tab2.is-active2{
        background:#FFF;
        color:#333;
        transition: all 0.2s ease-out;
    }
    .box_modal .panel.is-show,.box_modal .panel2.is-show2{
        display:block;
    }
    .btn_os{
        text-align: center;
        padding: 15px 0 0 0;
    }
    
    
    
    
    .box_modal .panel ul ,.box_modal .panel2 ul{
        margin-top: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    }
    
    
    
    /* iPhone 5 / SE */
    @media only screen and (max-width: 320px) {
      body { font-size: 12px; }
      .mv .btn-cart { width: 120px; }
      .btn-cart:before { left: 10px; }
      .spec-list dl dd.full { padding-left: 10px; padding-right: 10px; }
      .hapi .fs-18 { font-size: 12px; }
      .hapi .fs-16 { font-size: 10px; }
    }
    
    
    /* 20222211に追加 背景に色つき帯見出し テスト用　ここから　だがしかし使ってない*/
    .line {
          text-align: center;
          padding: 1rem 1rem;
          border-bottom: 5px solid #a9a9a9;
          background: #f5f5f5;
          color: #000;
    }
    /* ここまで */