@charset "UTF-8";
/*色設定*/
/*フォントサイズ設定*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Kosugi");
@font-face {
  font-family: 'Icons';
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#Icons") format("svg"); }
@font-face {
  font-family: 'Form';
  src: url("../font/form.eot");
  src: url("../font/form.eot?#iefix") format("embedded-opentype"), url("../font/form.woff") format("woff"), url("../font/form.ttf") format("truetype"), url("../font/form.svg#Form") format("svg"); }
body, button, select, input {
  font-family: 'Kosugi', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "游ゴシック M",YuGothic M, "メイリオ","Meiryo", "HGPｺﾞｼｯｸM", "Osaka","ＭＳ Ｐゴシック",sans-serif,"Century Gothic",Arial; }

html {
  overflow-y: scroll;
  font-size: 16px !important; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px; }

body {
  background: #fff;
  text-align: center;
  font-size: 16px !important;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #231815; }
  body * {
    box-sizing: border-box; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }

i {
  font-style: normal;
  font-family: "Icons"; }

b {
  font-weight: normal; }

address {
  font-style: normal; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

.TC {
  text-align: center; }

.TR {
  text-align: right; }

.TL {
  text-align: left; }

label {
  cursor: pointer; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label::before {
    content: '□';
    color: #ccc;
    font-family: 'Form';
    margin-right: 0.5rem;
    vertical-align: -1px;
    background: #fff; }
  input[type=checkbox]:checked + label::before {
    content: '■';
    color: #000; }
  input[type=checkbox] + span::before {
    content: '□';
    color: #ccc;
    font-family: 'Form';
    margin-right: 0.5rem;
    vertical-align: -1px;
    background: #fff; }
  input[type=checkbox]:checked + span::before {
    content: '■';
    color: #000; }

input[type=radio] {
  display: none; }
  input[type=radio] + label span::before {
    content: '○';
    color: #ccc;
    font-family: 'Form';
    margin-right: 0.5rem;
    vertical-align: -1px; }
  input[type=radio]:checked + label span::before {
    content: '●';
    color: #000; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2; }

:-moz-placeholder {
  color: #000;
  opacity: 0.2; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  cursor: pointer; }

option {
  cursor: pointer; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

span.select {
  display: inline-block;
  position: relative; }
  span.select::after {
    content: '↓';
    font-family: 'Icons';
    margin-left: -15px;
    font-size: 9px;
    z-index: -1;
    position: absolute;
    right: 8px;
    top: 11px; }

select {
  border: 2px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  font-size: 13px;
  background: none; }

label.Chk {
  color: #000; }

input {
  -webkit-appearance: none;
  appearance: none; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.SP {
  display: block; }

.PC {
  display: none; }

html, body {
  overflow-x: hidden;
  width: 100%; }

body {
  position: relative;
  padding-top: 90px; }

#Hd {
  height: 90px;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100; }
  #Hd h1 {
    text-align: center;
    font-size: 0px;
    margin: 0px;
    height: 45px; }
    #Hd h1 a {
      display: block; }
    #Hd h1 img {
      height: 25px;
      vertical-align: top;
      padding-top: 10px; }
  #Hd .button-nav {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 60px;
    background: #fff;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1); }
    #Hd .button-nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-around; }
    #Hd .button-nav li {
      width: 19%;
      text-align: center;
      position: relative; }
      #Hd .button-nav li img {
        width: 25px;
        margin-top: 10px; }
      #Hd .button-nav li span {
        display: block;
        font-size: 10px;
        line-height: 15px;
        padding-top: 2px; }
      #Hd .button-nav li i {
        position: absolute;
        left: 0;
        right: 0;
        top: 5px;
        margin: auto;
        display: block;
        text-align: center;
        height: 16px;
        font-size: 0px;
        line-height: 16px; }
        #Hd .button-nav li i b {
          display: inline-block;
          width: 16px;
          line-height: 16px;
          background: #E5491C;
          text-align: center;
          color: #fff;
          font-size: 9px;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          -o-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px;
          margin-left: 25px; }
  #Hd .global-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #ddd;
    height: 45px; }
    #Hd .global-nav ul {
      white-space: nowrap;
      padding: 0 10px; }
    #Hd .global-nav li {
      display: inline-block;
      line-height: 25px;
      margin: 10px 0;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -o-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      font-size: 0.8rem;
      font-weight: bold; }
      #Hd .global-nav li a {
        padding: 0 1rem; }
      #Hd .global-nav li.current {
        background: #E5491C;
        color: #fff; }

.hum {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 45px;
  z-index: 1000;
  line-height: 45px;
  text-align: center; }
  .hum i::before {
    content: '三';
    font-family: 'Icons';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

body.open .hum i::before {
  content: '✕';
  color: #fff; }

.src {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 45px;
  z-index: 1000;
  line-height: 45px;
  text-align: center; }
  .src i::before {
    content: 's';
    font-family: 'Icons';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

body.open2 .src i::before {
  content: '✕';
  color: #fff; }

#Side {
  position: fixed;
  left: -90%;
  top: 0px;
  width: 90%;
  height: 100%;
  background: #333;
  z-index: 101;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: left;
  color: #fff;
  padding: 0px 5% 30px 5%;
  overflow-y: scroll;
  border-top: 35px solid #333; }
  #Side .-title {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0 0 1rem 0;
    margin: 2rem 0 1rem 0;
    border-bottom: 1px solid #707070; }
    #Side .-title:first-child {
      margin-top: 1rem; }
  #Side .-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #Side .-item li {
      font-size: 0.8rem;
      min-width: 50%; }
      #Side .-item li a {
        display: block;
        padding: 0.5rem 0; }
        #Side .-item li a::before {
          content: '･';
          font-family: 'Icons';
          margin: 0 8px 0 2px; }
  #Side .-site {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #Side .-site li {
      font-size: 0.8rem;
      min-width: 50%; }
      #Side .-site li a {
        display: block;
        padding: 0.5rem 0; }
        #Side .-site li a::before {
          content: '・';
          margin: 0 5px 0 0px; }
          #Side .-chevron {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-box;
            display: -webkit-flexbox;
            display: -moz-flexbox;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #Side .-chevron li {
              font-size: 0.8rem;
              min-width: 50%; }
              #Side .-chevron li a {
                display: block;
                padding: 0.5rem 0; }
                #Side .-chevron li a::before {
                  content: '＞';
                  margin: 0 5px 0 0px; }
  #Side .-calendar-btn a {
    display: block;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 0.8rem 0;
    font-size: 0.8rem; }
    #Side .-calendar-btn a::before {
      display: block;
      content: '表示する'; }
    #Side .-calendar-btn a::after {
      display: none;
      content: '閉じる'; }
  #Side .-calendar-btn a.-op::before {
    display: none; }
  #Side .-calendar-btn a.-op::after {
    display: block; }
  #Side .-calendar {
    display: none; }

body.open #Side {
  left: 0px; }

#Hd .search {
  position: fixed;
  right: -90%;
  top: 0px;
  width: 90%;
  height: 100%;
  background: #333;
  z-index: 101;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: left;
  color: #fff;
  padding: 60px 5% 30px 5%;
  overflow-y: scroll; }
  #Hd .search form {
    display: flex; }
  #Hd .search input[type='text'] {
    border: 1px solid #ddd;
    width: 100%;
    height: 60px;
    vertical-align: bottom;
    padding: 0 60px 0 10px;
    font-size: 16px; }
  #Hd .search input[type='submit'] {
    width: 60px;
    height: 60px;
    vertical-align: bottom;
    background: none;
    font-family: 'Icons';
    margin-left: -60px;
    outline: none;
    font-size: 18px; }

body.open2 #Hd .search {
  right: 0px; }

#Ft {
  border-top: 1px solid #ddd;
  padding: 15px 15px 75px 15px;
  margin-top: 3rem; }
  #Ft .-site {
    display: none; }
  #Ft .banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  #Ft .banner li {
    width: 180px;
    max-width: 50%;
    margin: 1% 1%; }
    #Ft .banner li img {
      width: 100%; }
  #Ft h1 {
    display: none; }
  #Ft .copy {
    font-size: 11px;
    margin-top: 10px; }

#Main {
  padding: 1px 0 0 0; }

#Doc {
  margin-top: 2rem;
  text-align: left; }

/* お支払い方法：こちらよりご確認ください */
a.here {
  color: #0000FF;
  text-decoration: underline;
  text-decoration-color: #0000FF;
}

/* ご注文手続き画面の  配送情報「お届け先」の下に下線を表示 */
.ec-orderDelivery__topline {
  border-top: 1px dotted #ccc;
}

/* ご注文手続き画面のカードご利用情報の文言の表示 */
#shopping-form #shopping_order_remise_payment4_regist_payquick_memo {
  padding-left: 32px;
}
