#main_bottom .item_gallery .product_item a {
  width: 100%;
  display: flex;
  align-items: center;
}

#main_bottom .item_gallery .col-sm-3 {
  width: 100%;
}

#main_bottom .item_gallery .item_photo {
  width: 15vw;
  margin-right: 2vw;
}
#main_bottom .item_gallery dl{
  width: 45vw;
}
iframe {
  width: 100%;
}

.spOn {
  display: none;
}

header#header .header_logo_area {
  margin-right: 0;
  width: 100%;
  padding-top: 56px;
}

.hambarger_wrap {
  display: none;
}
@media screen and (max-width: 480px) {
  html {
    width: 98%;
    margin: auto;
  }

  .fb{
    font-weight: bold;
  }

  #side_left {
    display: none;
  }

  .theme_side_left #main {
    width: 100%;
    float: unset;
  }
  #cart_area #cart{
    overflow: scroll !important;
  }

  .block-daitohtube {
    display: none;
  }

  .list-global {
    overflow: unset;
    white-space: nowrap;
  }

  .sp {
    display: none !important;
  }

  .bannerSlide_outline iframe {
    display: none;
  }

  .block-cartype-main {
    padding: 0;
  }

  .margin_unset {
    margin: 0;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .bannerSlide_outline {
    width: 90%;
    margin: auto;
    overflow: scroll;
  }

  .scroll_flex {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    align-items: center;
  }

  .scroll_flex>div {
    width: 70vw;
    margin: 2vw;
    padding: 0;
  }

  .spOn {
    display: block !important;
  }

  .header_drop_menu {
    display: flex;
    justify-content: center;
  }

  .header_drop_menu>li {
    width: calc(100% / 4);
  }

  .header_drop_menu.bottom>li {
    width: fit-content;
  }

  .header_nav_item {
    display: block;
    height: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #cfb5b8;
    background: linear-gradient(to bottom, #cfb5b8 0, #cdadb0 7%, #c49698 20%, #b77275 36%, #b57172 39%, #b1696c 41%, #b46467 43%, #ac5e5c 48%, #b05658 50%, #72040d 52%, #770208 55%, #7c0308 61%, #800206 64%, #8a0309 70%, #910206 73%, #960309 75%, #ab0207 84%, #b4050a 89%, #b90508 91%, #c3060c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfb5b8', endColorstr='#c3060c', GradientType=0);
    line-height: 40px;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
    border: 1px solid #cfb5b8;
    transition: all 0.3s;
    font-size: 14px;
  }

  .header_drop_menu.bottom .header_nav_item {
    height: 50px;
    line-height: 50px;
    padding: 0 3.5vw;
  }


  .header_nav_item.active {
    opacity: 0.7;
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
    margin-bottom: 13vw;
    margin-top: 3vw;
  }

  .copy {
    margin: 0;
  }

  .header_logo img {
    max-width: 100%;
    height: 55vw;
  }

  .input_search.clearfix {
    margin: 0;
  }

  header#header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    margin: 2vw;
    width: calc(100% - 4vw);
  }

  body {
    padding-top: 111px;
    font-size: 13px;
  }

  .obi-slider>div {
    padding: 0;
    margin: 3vw 0;
  }

  .product_item .item_photo {
    width: 150px;
    float: left;
    margin-right: 3vw;
  }

  .anker_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
  }

  .anker_box a {
    width: 50%;
  }

  .anker_item {
    display: block;
    border: 1px solid #FFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px;
    background: #4c4c4c;
    background: linear-gradient(to bottom, #4c4c4c 0, #595959 12%, #111 57%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
  }

  .yellow .anker_item {
    background: #f2f200;
    color: black;
  }

  .dl-cartype a,
  .dl-cartype-single a {
    display: block;
    padding: 2px;
  }

  .hambarger_wrap {
    display: block !important;
    position: fixed;
    width: 90%;
    height: 100vh;
    overflow: scroll;
    top: 0;
    right: 0;
    background-color: black;
    z-index: 0;
    transform: translateX(105%);
    border-left: 1px solid #FFF;
    padding: 10vw;
    padding-top: 35vw;
    transition: all 0.3s;
  }

  .container-fluid.inner {
    position: relative !important;
    z-index: 9999;
  }

  .readmore {
    border-bottom: 1.5px solid black;
    position: relative;
    transition: all 0.3s;
  }

  .readmore::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-top: solid 2px black;
    border-right: solid 2px black;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 7%;
  }

  .readmore.on-click::after {
    transform: rotate(135deg);
    transition: all 0.3s;
    margin-top: -5px;
  }

  .hambarger_wrap.slide-on {
    transform: translateX(4%);
  }

  .spOn.undermenu {
    position: absolute;
    bottom: -84vh;
    width: 100%;
  }

  .container-fluid .header_target {
    z-index: 10;
    position: relative;
  }

  .jstargetCart {
    display: none;
  }

  #cart_area.jstargetCart.displayOn {
    display: block !important;
    padding-right: unset;
    position: absolute !important;
    top: 75vh;
    left: 50%;
    transform: translateX(-50%);
  }

  .sidebar-nav {
    background-color: #444;
    padding-bottom: unset;
  }

  .title-sidenav-primary {
    font-size: 13px;
    height: 20px;
    white-space: nowrap;
  }

  .hide-text.list-sidenav a {
    height: 30px;
    font-size: 12px;
  }
  #main_bottom .item_gallery .item_photo {
    width: 30vw;
    margin-right: 4vw;
  }
  #main_bottom .item_gallery dl{
    width: 50vw;
  }
  #main_bottom .item_gallery .product_item dl {
    padding-left: unset;
  }

  #main_bottom .item_gallery h3{
    margin-left: 5vw;
    margin-top: 5vw;
    font-size: 20px;
  }
  #navi_list_box{
    overflow: scroll;
  }
  #navi_list_box #navi_list{
    min-width: 700px;
  }

}
