/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  /*------------------------------------------------------------------------------------------
  *
  *
      max-width : 640px
  *
  *
  ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
  *
      #main_visual
  *
  -------------------------------------------------- */
  #wrap {
    overflow: hidden;
    padding-top: 0; }

  #main_visual {
    width: 100%;
    height: auto !important;
    position: relative;
    padding-top: 50px;
    line-height: 0; }

  #main_visual .img_slider,
  #main_visual .img_slider div {
    width: 100%;
    height: auto !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background: none !important; }

  #main_visual .img_slider img {
    width: 100%;
    display: block; }

  #main_visual .mv img {
    width: 100%; }

  #main_visual .mv p {
    position: relative; }

  #main_visual h1 {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -87px;
    left: 0;
    z-index: 10; }

  #main_visual h1 img {
    width: 190px; }

  #main_visual .arrow {
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: none; }

  #main_visual .arrow span {
    width: 40px;
    height: 100%;
    display: inline-block;
    position: relative;
    background-image: url(/store/hobonichi_plus_a-dot/shoes/assets/images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 40px;
    cursor: pointer;
    transition: background .1s ease; }

  .is_sp #main_visual .arrow span.touch,
  .is_pc #main_visual .arrow span:hover {
    background-position: center 5px; }

  #main_visual .badge {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2; }

  #main_visual .badge img {
    max-width: 132px;
    width: 24%;
    height: auto; }

  #main_visual .mv {
    position: relative;
    text-align: center; }
    #main_visual .mv p {
      position: relative; }
      /*#main_visual .mv p:after {
        content: '';
        width: 20.3125vw;
        height: 20.3125vw;
        background-repeat: no-repeat;
        background-image: url(../images/badge_sale.png);
        background-position: center;
        background-size: contain;
        display: block;
        position: absolute;
        top: 3.125vw;
        right: 3.125vw; }*/
      .coming #main_visual .mv p:after {
        background-image: url(../images/badge_coming.png); }

  #yodogawa {
    padding: 20px 0 20px 0;
    text-align: center; }

  #yodogawa .inner {
    padding: 0 5%;
    text-align: left;
    display: inline-block; }

  #yodogawa p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 1.875em; }

  #yodogawa p:last-child {
    margin-bottom: 0; }

  #yodogawa .nav_btn {
    padding-top: 30px;
    padding-bottom: 0; }
    #yodogawa .nav_btn ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #yodogawa .nav_btn ul li {
        width: 90%;
        max-width: 360px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px; }
        #yodogawa .nav_btn ul li img, #yodogawa .nav_btn ul li svg {
          width: 100%; }
        #yodogawa .nav_btn ul li a {
          display: block;
          position: relative; }
          #yodogawa .nav_btn ul li a rect, #yodogawa .nav_btn ul li a path, #yodogawa .nav_btn ul li a circle {
            transition: fill;
            transition-duration: .15s; }
          .is_pc #yodogawa .nav_btn ul li a:hover rect, .is_sp #yodogawa .nav_btn ul li a.touch rect {
            fill: #e60012;
            x: 1.5px;
            y: 1.5px; }
          .is_pc #yodogawa .nav_btn ul li a:hover path, .is_sp #yodogawa .nav_btn ul li a.touch path {
            fill: #fff; }
          .is_pc #yodogawa .nav_btn ul li a:hover circle ~ *, .is_sp #yodogawa .nav_btn ul li a.touch circle ~ * {
            fill: #e60012; }

  p.line {
    width: 95vw;
    height: 1.875vw;
    margin: 0 auto;
    background-image: url(../images/line_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

  /* --------------------------------------------------
  *
      #contents_area
  *
  -------------------------------------------------- */
  #section_yodogawa {
    padding: 45px 25px 0 25px;
    margin: 0 auto;
    background-color: #313161;
    overflow: hidden;
    position: relative; }

  #section_yodogawa .section_inner {
    text-align: center;
    position: relative; }

  #section_yodogawa h2 {
    margin: 0 0 40px 0;
    text-align: center;
    vertical-align: top; }

  #section_yodogawa h2 img {
    width: 90%;
    max-width: 113px;
    height: auto; }

  #section_yodogawa .txt_yodogawa {
    margin: 0 0 40px 0;
    text-align: left; }

  #section_yodogawa .txt_yodogawa p {
    margin: 0 0 1.5em 0;
    font-size: 14px;
    color: #fff;
    line-height: 2em; }

  #section_yodogawa .btn_teaser {
    display: block;
    text-align: center; }

  #section_yodogawa .btn_teaser a {
    padding: 2px 35px 2px 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    background-image: url(/store/hobonichi_plus_a-dot/shoes/assets/images/parts_arrow_right.png);
    background-size: 10px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    transition: opacity .1s ease .0s; }

  .is_pc #section_yodogawa .btn_teaser a:hover,
  .is_sp #section_yodogawa .btn_teaser a.touch {
    opacity: .7;
    transition: opacity .15s ease .05s; }

  #section_yodogawa .badge {
    width: 30%;
    position: absolute;
    top: 16.5%;
    right: 0;
    z-index: 2; }

  #section_yodogawa .badge img {
    width: 94%;
    max-width: 100px;
    height: auto; }

  /* --------------------------------------------------
  *
      #section_product
  *
  -------------------------------------------------- */
  #section_product ul {
    padding: 40px 0 30px 0;
    display: flex;
    justify-content: center; }
    #section_product ul li {
      width: 40.625vw;
      margin: 0 4.6875vw;
      position: relative; }
      #section_product ul li.hover_craft {
        width: 93.75vw; }
      #section_product ul li img {
        width: 100%; }
      #section_product ul li a {
        display: block; }
      #section_product ul li .name {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        position: relative;
        top: -.5em;
        line-height: 1.3em; }
      #section_product ul li.sold:before {
        content: '';
        width: 12.5vw;
        height: 12.5vw;
        display: block;
        background-image: url(../images/ico_soldout.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: -1.5625vw;
        right: -0.78125vw;
        z-index: 2;
        pointer-events: none; }
      #section_product ul li.new:after {
        content: '';
        width: 10.9375vw;
        height: 10.9375vw;
        display: block;
        background-image: url(../images/ico_new.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: -2.34375vw;
        z-index: 2;
        pointer-events: none; }
      #section_product ul li.hover_craft.new:after {
        width: 10.9375vw;
        height: 10.9375vw; }

  #btm_info {
    padding: 40px 0;
    text-align: center; }
    #btm_info p {
      text-align: center;
      font-size: 14px;
      line-height: 1.777em; }
      #btm_info p .b {
        font-weight: bold; }
    #btm_info .btn_collection {
      width: 300px;
      margin-top: 40px;
      display: inline-block; }
      #btm_info .btn_collection a {
        display: block; }
      #btm_info .btn_collection img {
        width: 100%; }

  #news {
    margin: 0 10px;
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 45px;
    border: 1px solid #E60012;
    text-align: center; }
    #news .title {
      margin-bottom: 20px; }
      #news .title h2 {
        text-align: center; }
        #news .title h2 img {
          width: auto;
          height: 121px; }
    #news .pic {
      padding: 0 15px;
      text-align: center;
      margin-bottom: 20px; }
      #news .pic img {
        width: 100%; }
    #news .desc {
      padding: 0 30px;
      margin-bottom: 25px;
      text-align: left; }
      #news .desc p {
        font-size: 14px;
        line-height: 1.8571428571em; }
        #news .desc p br {
          display: none !important; }
    #news .info {
      margin-left: 10px;
      padding-top: 5px;
      padding-left: 15px;
      position: relative;
      display: inline-block;
      text-align: left; }
      #news .info:before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #9e9a99;
        position: absolute;
        top: 0;
        left: 0; }
      #news .info h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4375em;
        margin-bottom: 10px; }
      #news .info p {
        font-size: 14px;
        line-height: 1.8571428571em;
        white-space: nowrap; }

  /* --------------------------------------------------
  *
      #section_info
  *
  -------------------------------------------------- */
  #section_info {
    margin: 0 auto; }

  #section_profile {
    margin: 0 10px 40px 10px;
    padding: 15px;
    border: 1px solid #E60012;
    background-color: #fff;
    overflow: hidden; }

  #section_profile .col_left {
    font-size: 16px;
    letter-spacing: normal;
    text-align: center; }

  #section_profile .col_left .pic {
    margin: 0 0 10px 0; }

  #section_profile .col_left img {
    width: 100%; }

  #section_profile .col_left h3 {
    margin: 5px 0 20px 0;
    font-size: 16px;
    font-weight: bold; }

  #section_profile .col_right {
    width: auto;
    float: left;
    font-size: 13px;
    line-height: 2em; }

  #section_profile .col_right p {
    margin: 0 0 1.5em 0; }

  #section_profile .col_right p:last-child {
    margin: 0; }

  #section_profile .col_right p a {
    text-decoration: underline; }

  .is_pc #section_profile .col_right p a:hover,
  .is_sp #section_profile .col_right p a.touch {
    text-decoration: none; }

  /* --------------------------------------------------
  *
      #section_btm
  *
  -------------------------------------------------- */
  #section_btm {
    clear: both;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0 10px; }

  #section_btm .section {
    clear: both;
    padding: 20px 15px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    background-color: #efefef;
    overflow: hidden;
    position: relative; }

  #section_btm .section .pic {
    margin: 0 0 5px 0;
    text-align: center; }

  #section_btm .section h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: bold; }

  #section_btm .section .btn_detail,
  #section_btm .section .btn_amazon {
    text-align: center; }

  #section_btm .section h3 span.small {
    font-size: 14px;
    position: relative;
    display: block; }

  #section_btm .section p,
  #section_btm .section dd {
    font-size: 13px;
    line-height: 2em;
    overflow: hidden; }

  #section_btm .section dt {
    clear: both;
    margin: 0 0 .5em 0;
    font-size: 13px;
    font-weight: bold; }

  #section_btm .section_left .desc {
    margin: 0 0 20px 0; }

  #section_btm .section_left .btn_detail {
    margin: 0 0 2px 0; }

  #section_btm .section.s03 .pic {
    margin: -20px 0 -25px 0;
    text-align: center; }

  #section_btm .section.s04 dd {
    margin: 0 0 30px 0; }

  #section_btm .section.s04 dd:last-child {
    margin: 0; }

  #section_btm .section.s04 ul li {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
    white-space: nowrap; }

  #section_btm .section.s04 ul li.bl {
    clear: both; }

  #section_btm .section.s04 ul li a {
    text-decoration: underline; } }
/* ----- max-width : 640px ----- */
