/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width: 641px) {
  /*------------------------------------------------------------------------------------------
  *
  *
      min-width : 641px
  *
  *
  ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
  *
      #main_visual
  *
  -------------------------------------------------- */
  #main_visual {
    width: 100%;
    height: 100%;
    position: relative; }

  #main_visual .mv {
    background-color: #fff;
    text-align: center;
    padding: 120px 50px 60px 50px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; }

  #main_visual .mv p {
    position: relative; }
    #main_visual .mv p img {
      width: 1000px; }

  #main_visual .img_slider img {
    display: none; }

  #main_visual h1 {
    width: 100%;
    min-width: 1100px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10; }

  #main_visual h1 img {
    width: 983px; }

  #main_visual .arrow {
    width: 100%;
    min-width: 1100px;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0; }

  #main_visual .arrow span {
    width: 70px;
    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: 70px;
    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 .mv {
    position: relative;
    text-align: center; }
    #main_visual .mv p {
      width: 1000px;
      display: inline-block;
      position: relative; }
      /*#main_visual .mv p:after {
        content: '';
        width: 171px;
        height: 171px;
        background-repeat: no-repeat;
        background-image: url(../images/badge_sale.png);
        background-position: center;
        background-size: contain;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px; }*/
      .coming #main_visual .mv p:after {
        background-image: url(../images/badge_coming.png); }

  /* --------------------------------------------------
  *
      #header
  *
  -------------------------------------------------- */
  #header {
    position: absolute;
    z-index: 100; }

  #header.fixed {
    position: fixed;
    top: 0;
    left: 0; }

  .contents_inner {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff; }

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

  #yodogawa .inner {
    text-align: left;
    display: inline-block; }

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

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

  #yodogawa .nav_btn {
    padding-top: 70px;
    padding-bottom: 75px; }
    #yodogawa .nav_btn ul {
      display: flex;
      justify-content: center; }
      #yodogawa .nav_btn ul li {
        width: 362px;
        margin: 0 15px;
        overflow: hidden;
        border-radius: 8px;
        position: relative; }
        #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: auto;
    height: 5px;
    background-image: url(../images/line_l.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

  /* --------------------------------------------------
  *
      #section_product
  *
  -------------------------------------------------- */
  #section_product ul {
    padding: 40px 0 30px 0;
    display: flex;
    justify-content: center; }
    #section_product ul li {
      width: 255px;
      margin: 0 20px;
      position: relative; }
      #section_product ul li.hover_craft {
        width: 548px; }
      #section_product ul li img {
        width: 100%; }
      #section_product ul li a {
        display: block; }
      #section_product ul li .name {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        top: -1em; }
      #section_product ul li.sold:before {
        content: '';
        width: 80px;
        height: 80px;
        display: block;
        background-image: url(../images/ico_soldout.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        pointer-events: none; }
      #section_product ul li.new:after {
        content: '';
        width: 48px;
        height: 48px;
        display: block;
        background-image: url(../images/ico_new.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        pointer-events: none; }
      #section_product ul li.hover_craft.new:after {
        width: 66px;
        height: 66px; }

  #btm_info {
    padding: 90px 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 {
    width: 900px;
    margin: 0 auto;
    border: 1px solid #E60012;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    box-sizing: border-box; }
    #news .title {
      margin-bottom: 20px;
      padding-left: 155px; }
      #news .title h2 img {
        width: auto;
        height: 84px; }
    #news .pic {
      text-align: center;
      margin-bottom: 30px; }
      #news .pic img {
        width: 600px; }
    #news .desc {
      padding-left: 315px;
      margin-bottom: 30px; }
      #news .desc p {
        font-size: 16px;
        line-height: 1.875em; }
    #news .info {
      padding-top: 5px;
      padding-left: 15px;
      margin-left: 315px;
      position: relative; }
      #news .info:before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #9e9a99;
        position: absolute;
        top: 0;
        left: 0; }
      #news .info h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4444444444em;
        margin-bottom: 10px; }
      #news .info p {
        font-size: 16px;
        line-height: 1.875em; }

  /* --------------------------------------------------
  *
      #section_info
  *
  -------------------------------------------------- */
  #section_info {
    width: 900px;
    overflow: hidden;
    margin: 0 auto; }

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

  #section_profile .col_left {
    width: 330px;
    margin: 0 40px 0 0;
    float: left;
    font-size: 16px;
    letter-spacing: normal;
    vertical-align: top; }

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

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

  #section_profile .col_right {
    width: auto;
    float: left;
    font-size: 12px;
    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 70px 0; }

  #section_btm .section_left {
    width: 375px;
    float: left;
    overflow: hidden; }

  #section_btm .section_right {
    width: 505px;
    float: right;
    overflow: hidden; }

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

  #section_btm .section.s01 {
    min-height: 510px; }

  #section_btm .section.s04 {
    min-height: 510px; }

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

  #section_btm .section h3 span.small {
    font-size: 13px;
    position: relative;
    bottom: -2px; }

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

  #section_btm .section dt {
    clear: both;
    margin: 0 0 .5em 0;
    font-size: 12px;
    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.s01 .pic {
    text-align: center;
    position: relative;
    left: -20px; }

  #section_btm .section.s01 dd {
    margin: 0 0 20px 0; }

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

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

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

  #section_btm .section.s04 ul li a {
    text-decoration: underline; }

  .is_sp #section_btm .section.s04 ul li a.touch,
  .is_pc #section_btm .section.s04 ul li a:hover {
    text-decoration: none; } }
/* ----- min-width : 641px ----- */
