@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; }

body {
  transform: rotate(0.001deg); }

.SP {
  display: none; }

#Hd a {
  display: block; }
#Hd .-T {
  height: 90px;
  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; }
  #Hd .-T h1 {
    margin: 20px auto 0 2%; }
    #Hd .-T h1 img {
      width: 450px; }
  #Hd .-T .button-nav {
    margin: 22px 0 0; }
    #Hd .-T .button-nav li {
      float: left;
      min-width: 70px;
      position: relative; }
      #Hd .-T .button-nav li img {
        width: 30px; }
      #Hd .-T .button-nav li span {
        display: block;
        font-size: 11px;
        line-height: 16px;
        padding: 0 8px; }
      #Hd .-T .button-nav li i {
        position: absolute;
        left: 0;
        right: 0;
        top: -3px;
        margin: auto;
        display: block;
        text-align: center;
        height: 16px;
        font-size: 0px;
        line-height: 16px; }
        #Hd .-T .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 .-T .search {
    margin: 24px 2% 0;
    width: 13%; }
    #Hd .-T .search input[type='text'] {
      border: 1px solid #ddd;
      width: 100%;
      height: 40px;
      vertical-align: bottom;
      padding-right: 40px; }
    #Hd .-T .searchform {
      display: flex;
    }
    #Hd .-T .search input[type='submit'] {
      width: 40px;
      height: 40px;
      vertical-align: bottom;
      background: none;
      font-family: 'Icons';
      outline: none;
      margin-left: -40px; }
#Hd .global-nav {
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 60px; }
  #Hd .global-nav li {
    display: inline-block;
    line-height: 30px;
    margin: 15px 1.5%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: bold; }
    #Hd .global-nav li a {
      padding: 0 1.5rem; }
    #Hd .global-nav li.current {
      background: #E5491C;
      color: #fff; }

#Title {
  background: #111; }
  #Title h1 {
    color: #fff;
    padding: 1rem; }

#Main {
  margin: 0 auto 0 auto;
  position: relative;
  /* z-index: 1; */
  max-width: 1500px;
  text-align: left;
  padding: 3rem 1.5% 0;
  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: center; }
  #Main #Side {
    width: 15%;
    margin: 0 3% 6rem 0; }
  #Main #Doc {
    margin: 0 auto 6rem;
    width: 100%;
    max-width: 1200px; }
  #Main #Side + #Doc {
    margin: 0 0 6rem;
    width: 82%;
    max-width: inherit; }

#Side .-title {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0 0 1rem 0;
  margin: 3rem 0 0 0;
  border-bottom: 1px solid #707070; }
  #Side .-title:first-child {
    margin-top: 0px; }
#Side .-item li {
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem; }
  #Side .-item li a {
    display: block;
    padding: 0.9rem 0; }
    #Side .-item li a::before {
      content: '･';
      font-family: 'Icons';
      margin: 0 8px 0 2px; }
#Side .-site {
  margin-top: 1rem; }
  #Side .-site li {
    font-size: 0.9rem;
    padding-left: 1.5rem; }
    #Side .-site li a {
      display: block;
      padding: 0.6rem 0; }
      #Side .-site li a::before {
        content: '・';
        margin: 0 0 0 -1.5rem;
        width: 1.5rem;
        display: inline-block; }
#Side .-chevron {
  margin-top: 1rem; }
  #Side .-chevron li {
    font-size: 0.9rem;
    padding-left: 1.5rem; }
     #Side .-chevron li a {
      display: block;
      padding: 0.6rem 0; }
        #Side .-chevron li a::before {
          content: '＞';
          margin: 0 0 0 -1.5rem;
          width: 1.5rem;
          display: inline-block; 
        }
#Side .-calendar-btn {
  display: none; }
#Side .-calendar {
  margin-top: 1rem; }

#Ft {
  background: #000;
  color: #fff;
  clear: both; }
  #Ft .-site {
    padding: 3rem 0; }
    #Ft .-site li {
      display: inline-block;
      font-size: 0.9rem;
      margin: 0 0.5%; }
  #Ft .banner ul {
    display: flex; 
    flex-wrap: wrap;
    justify-content: center; }
    #Ft .banner ul li {
      margin: 0.25% 0.25%; }
  #Ft h1 {
    margin: 2rem 0 0 0; }
    #Ft h1 img {
      width: 420px; }
  #Ft .copy {
    padding: 3rem 0; }
    #Ft .copy p {
      font-size: 0.8rem; }

/* お支払い方法：こちらよりご確認ください */
a.here {
  color: #0000FF;
  text-decoration: underline;
  text-decoration-color: #0000FF;
}

/* ご注文手続き画面の  配送情報「お届け先」住所の上に線を表示 */
.ec-orderDelivery__topline {
  border-top: 1px dotted #ccc;
}

/* ご利用規約に同意し、注文者情報を会員として登録する */
.amazon_customer_regist_v2 label.Chk {
  line-height: 1.5;
  margin-bottom: 5px;
}

/* ご注文手続き画面のカードご利用情報の文言の表示 */
#shopping-form #shopping_order_remise_payment4_regist_payquick_memo {
  padding-left: 32px;
}
