*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
  
  body {
    font-family: Arial, "Hiragino Kaku Gothic Pro W3", Meiryo, sans-serif;
    color: #868686;
    text-align: center; }
  
  body a, body a:visited {
    color: #868686;
    text-decoration: none; }
  
  body a:hover {
    color: #aaa; }
  
    /* PC商品ナビゲーション削除 */
    .fs-l-header__contents .head_right {
      display: none;
    }
  
  #globalnavigation {
    font-size: 14px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 2px; }
  
  #bland {
    list-style: none;
    padding-inline-start: 0;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    display: none; }
  
  #bland li {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: inset -1px 0 0 0 #e5e5e5;
    vertical-align: top;
    display: inline-block; }
  
  #bland li a {
    padding: 3px 28px; }
  
  #headnav {
    list-style: none;
    padding-inline-start: 0;
    margin-top: 5px;
    margin-bottom: 0;
    padding-right: 20px;
    float: right;
    display: inline-block; }
  
  #headnav li {
    font-size: 12px;
    padding-left: 20px;
    height: 100%;
    line-height: 2;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease; }
  
  h1#logo {
    display: block;
    position: absolute;
    left: -9px;
    top: -32px;
    z-index: 100; }
  h1#logo img{
    width:55px;
  }
  h1#logo a {
    display: block;
    padding: 10px 20px; }
  
  #navigation {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.26); }
  
  #navigation ul li {
    display: inline-block; }
  
  #navigation ul li a {
    display: inline-block;
    padding: 30px 20px;
    font-size: 14px; }
  
  #navigation ul li.current-item a {
    color: #000; }
  
  #navigation #slide-line {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #EF682C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  
  #dropmenu {
    position: relative; }
  
  #dropmenu li ul {
    position: absolute;
    top: 100%;
    list-style: none;
    margin: 0;
    border-radius: 0 0 3px 3px;
    z-index: 100;
    background-color: #fff;}
  
  #dropmenu li ul li {
    overflow: hidden;
    height: 0;
    color: #000;
    display: block;
    text-align: left;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s; }
  
  #dropmenu li ul li a {
    padding: 5px 15px;
    text-align: left; }
  
  #dropmenu li:hover ul {
    border: 1px solid #E4E4E4;
    padding: 20px 30px; }
  
  #dropmenu li:hover ul li {
    overflow: visible;
    height: 29px;
    }
  #globalnavigation ul.example03 a {
    position: relative;
    display: inline-block;
    text-decoration: none; }
    #globalnavigation ul.example03 a::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #000;
      bottom: -4px;
      transform: scale(0, 1);
      transition: transform .3s;
      transform-origin: left top; }
    #globalnavigation ul.example03 a:hover::after {
      transform: scale(1, 1); }
  
  
  #navigation ul.example03 a {
    position: relative;
    display: inline-block;
    text-decoration: none; }
    #navigation ul.example03 a::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 3px;
      background: #000;
      bottom: 5px;
      transform: scale(0, 1);
      transition: transform .3s;
      transform-origin: left top; }
    #navigation ul.example03 a:hover::after {
      transform: scale(1, 1); }
  
  /* 商品ページサイズ表アコーディオン */
  
      .accordion-001 {
        width: 100%;
        background-color: #f2f2f2;
        transition: transform .5s;
        margin:0 auto;
    }
    
    .accordion-001:not([open]) {
        margin-bottom: 7px;
    }
    
    .accordion-001 summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em;
        border-radius: 5px;
        background-color: #2589d0;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
    }
    
    .accordion-001 summary::-webkit-details-marker {
        display: none;
    }
    
    .accordion-001 summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';
        transition: transform .3s;
    }
    
    .accordion-001[open] summary::after {
        transform: rotate(225deg);
    }
    ul.tagname {
      max-width: 620px;
      display: flex;
  justify-content: space-between;
  margin: 0 auto;
    }
    .accordion-001 .tagname li{width:12.5%;}
    .accordion-001 li{list-style-type: none;text-align: center;width: 360px / 8px;}
    .accordion-001 p {
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 1em 2em 2em 2em;
        color: #333333;
        transition: transform .5s, opacity .5s;
    }
    
    .accordion-001[open] p {
        transform: none;
        opacity: 1;
    }

/* サイズ表 */

    .size_table *, .size_table *:before, .size_table *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
        vertical-align: middle;
    }
    .size_table {
        width: 100%;
        border-collapse: collapse;
        border-right: 1px solid #c2c2c2;
        border-top: 1px solid #c2c2c2;
    }
    .size_table th {
        padding: 2px;
        border-bottom: 1px solid #c2c2c2;
        border-left: 1px solid #c2c2c2;
        background: #f0f0f0;
        vertical-align: middle;
    }
    .size_table tr:last-child th {
        border-bottom: 1px solid #c2c2c2;
    }
    .size_table td {
        padding: 2px;
        vertical-align: top;
        border-bottom: 1px solid #c2c2c2;
        border-left: 1px solid #c2c2c2;
        background: #ffffff;
    }
        
        .size_table {
            margin:15px 0;
        }	
    .size_table p {
        margin: 2px 0;
    }
    .size_table .double{
            background-color:#f3f7fa;
        }
  