@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
default.css　追加・上書き
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
  color: #8c8c8c!important;
}
a:hover {
    color: #bfbfbf;
}
@media screen and (max-width:768px){
    input{
        font-size: 16px;
    }
}


/*========================================
google翻訳
==========================================*/
#google_translate_element{
    text-align:right;
    margin: 3px 0;
}
@media screen and (max-width:768px){
  #google_translate_element{
      width: 110%;
      margin: 0 auto;
      margin: 0;
      text-align: right;
      position: relative;
      z-index: 9999;
      right: 0;
      left: 0;
      top: 87px;
  }
  .goog-te-gadget {
    /* height:100px; */
  }
  .goog-te-gadget-simple{
      width:100%;
      height: auto;
      padding: 5px;
      box-sizing: border-box;
  }
  .goog-te-gadget img {
      display:inline-block;
  }
  .goog-te-gadget img + span{
      display:inline-block;
  }
  .goog-te-gadget img + span + img + span{
      width: auto;
      /* position: absolute; */
      /* right: 15px; */
  }
  .goog-te-gadget img + span a.goog-te-menu-value{
      width: 100%;
      padding: 0;
      box-sizing: border-box;
  }

  /*カート用*/
  #cart-header #google_translate_element,
  #enquete-header #google_translate_element{
      width: auto;
      margin: 24px 0;
      text-align: right;
      position: relative;
      z-index: 9999;
      right: 37%;
  }
  #cart-header .goog-te-gadget-simple,
  #enquete-header .goog-te-gadget-simple{
      width: auto;
      height: auto;
      padding: 5px 0 5px 5px;
      box-sizing: border-box;
      text-align: left;
  }
  #cart-header .goog-te-gadget img,
  #enquete-header .goog-te-gadget img {
      display:inherit;
  }
  #cart-header .goog-te-gadget img + span,
  #enquete-header .goog-te-gadget img + span{
      display:inherit;
  }
  #cart-header .goog-te-gadget img + span + img + span,
  #enquete-header .goog-te-gadget img + span + img + span{
      width: auto;
      position:inherit;
      right: 5px;
  }
  #cart-header .goog-te-gadget img + span a.goog-te-menu-value,
  #enquete-header .goog-te-gadget img + span a.goog-te-menu-value{
      width: 100%;
      padding: 0;
      box-sizing: border-box;
  }
}
@media screen and (max-width:580px){
  /*カート用*/
  #cart-header #google_translate_element,
  #enquete-header #google_translate_element{
      width: 100%;
      margin: 0;
      text-align: right;
      position: relative;
      z-index: 9999;
      right: 0;
      left:0;
      top: 100px;
  }
  #cart-header .goog-te-gadget-simple,
  #enquete-header .goog-te-gadget-simple{
      width: 100%;
      height: auto;
      padding: 5px 0 5px 5px;
      box-sizing: border-box;
      text-align: left;
  }
  #cart-header .goog-te-gadget img,
  #enquete-header .goog-te-gadget img {
      display:inline-block;
  }
  #cart-header .goog-te-gadget img + span,
  #enquete-header .goog-te-gadget img + span{
      display:inline-block;
  }
  #cart-header .goog-te-gadget img + span + img + span,
  #enquete-header .goog-te-gadget img + span + img + span{
      width: auto;
      position:absolute;
      right: 5px;
  }
  #cart-header .goog-te-gadget img + span a.goog-te-menu-value,
  #enquete-header .goog-te-gadget img + span a.goog-te-menu-value{
      width: 100%;
      padding: 0;
      box-sizing: border-box;
  }
}

@media screen and (max-width:480px){
  /*カート用*/
  #cart-header #google_translate_element,
  #enquete-header #google_translate_element{
      width: 100%;
      margin: 0;
      text-align: right;
      position: relative;
      z-index: 9999;
      right: 0;
      left:0;
      top: 87px;
  }
  #cart-header .goog-te-gadget-simple,
  #enquete-header .goog-te-gadget-simple{
      width: 100%;
      height: auto;
      padding: 5px 0 5px 5px;
      box-sizing: border-box;
      text-align: left;
  }
  #cart-header .goog-te-gadget img,
  #enquete-header .goog-te-gadget img {
      display:inline-block;
  }
  #cart-header .goog-te-gadget img + span,
  #enquete-header .goog-te-gadget img + span{
      display:inline-block;
  }
  #cart-header .goog-te-gadget img + span + img + span,
  #enquete-header .goog-te-gadget img + span + img + span{
      width: auto;
      position:absolute;
      right: 5px;
  }
  #cart-header .goog-te-gadget img + span a.goog-te-menu-value,
  #enquete-header .goog-te-gadget img + span a.goog-te-menu-value{
      width: 100%;
      padding: 0;
      box-sizing: border-box;
  }
}
/*========================================
header content area reset
=========================================*/
#EST_SPS_wish_member #contents,
#EST_SPS_cart #contents,
#EST_SPS_regi #contents
#EST_SPS_order #contents{
    width: 95%;
    max-width: 1200px;
}
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header {
    z-index: 11;
    width: 100%;
}
header #header-inner,
#cart-header #header-inner,
#enquete-header #header-inner{
    padding: 0;
    box-sizing: border-box;
    position: relative;
    max-width: 1200px;
    padding: 15px 0 0;
    box-sizing:border-box;
    /* overflow:hidden; */
    width: 95%;
    display:flex;
    justify-content:space-between;
    align-items: center;
}


@media screen and (max-width:768px){
    #EST_SPS_wish_member #contents,
    #EST_SPS_cart #contents,
    #EST_SPS_regi #contents,
    #EST_SPS_order #contents{
        width: 95%;
        max-width: 1200px;
    }
    div#wrapper div#enquete-header,
    div#wrapper > div#cart-header,
    header {
        /* position: fixed; */
        /* top: 0; */
        /* left: 0; */
        z-index: 200;
        width: 100%;
        /* transition: .3s; */
        /* transform: translateY(0); */
    }
    header #header-inner,
    #cart-header #header-inner,
    #enquete-header #header-inner{
        padding: 0;
        box-sizing: border-box;
        position: relative;
        max-width: 1200px;
        padding: 5px 0;
        box-sizing:border-box;
        /* overflow:hidden; */
        width: 100%;
        height: 80px;
        box-shadow: 0px 0px 3px 0px rgba(101, 64, 31, 0.2);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        background:#fff;
    }
    #header-height{
      height: 80px;
    }
}

@media screen and (max-width:580px){
    #EST_SPS_wish_member #contents,
    #EST_SPS_cart #contents,
    #EST_SPS_regi #contents,
    #EST_SPS_order #contents{
        width: 95%;
        max-width: 1200px;
    }
    div#wrapper div#enquete-header,
    div#wrapper > div#cart-header,
    header {
        /* position: fixed; */
        /* top: 0; */
        /* left: 0; */
        /* z-index: 101; */
        width: 100%;
        /* transition: .3s; */
        /* transform: translateY(0); */
    }
    header #header-inner,
    #cart-header #header-inner,
    #enquete-header #header-inner{
        padding: 0;
        box-sizing: border-box;
        position: relative;
        max-width: 1200px;
        padding: 7px 0;
        box-sizing:border-box;
        /* overflow:hidden; */
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        height: 70px;
    }

    #header-height{
      height: 70px;
    }
}

/*========================================
header main
=========================================*/
/*ベース調整*/
  header #header-inner,
  #cart-header #header-inner{
  display:flex;
  justify-content:space-between;
  padding: 0;
  width: 95%;
    max-width: 1200px;
}
#h-left-area{
  width: 395px;
  font-size: 0;
  padding: 10px 0;
  display: inherit;
}
#h-right-area{
  width: 70%;
  position: relative;
}

/*ベース左内側*/
#logo-catch{
  display:inline-block;
  vertical-align: middle;
  color:#333;
  font-size: 14px;
  width: auto;
  margin: 0;
  max-width: 240px;
}
#logo-catch h1{
  margin:0 0 10px;
  max-width: 200px;
}

/*キャッチコピー*/
#logo-catch .shoplogo h1.siteName{
    margin: 0 0 5px;
    font-size:12px;
    font-weight:normal;
}
#logo-catch .shoplogo h2.sitecopy{
    font-size:14px;
    font-weight:normal;
    padding: 0;
}
#logo-catch .shoplogo h1.siteName a:hover,
#logo-catch .shoplogo h2.sitecopy a:hover{
    color:#333;
}

#h-emblem{
  width:30%;
  display:inline-block;
  vertical-align: middle;
  max-width: 80px;
}
#h-emblem img{
  width:100%;
  vertical-align:bottom;
}
/*ベース右内側*/
#h-tel{
  text-align:right;
  font-size: 45px;
  font-weight: bold;
  margin: 25px 0 0;
}
#h-tel p small{
  font-size: 13px;
  font-weight:bold;
}
#h-tel p a{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight:bold;
  letter-spacing: -1px;
  color:#b49700;
  line-height: 0;
}
#header-inner #hNav {
    padding:0;
    position: absolute;
    bottom: 10px;
    width: auto;
    right: 0;
}
#hNav ul#header-nav li {
    font-size: 11px;
    line-height: 1;
    padding: 0 0 0 10px;
    text-align: center;
}
#header-sp-tel{
  display:none!important;
}
#hNav ul#header-nav li#header-nav-cart a::before {
    content:none;
}
#hNav ul#header-nav li#header-nav-mypage a::before {
    content:none;
}


/*スライダー下 小バナー*/
#h-small-bnr-area{
  max-width:1200px;
  margin:0 auto;
  width: 95%;
}
#h-small-bnr-area #usual-banner{
  margin: 0 auto 10px;
  vertical-align:bottom;
}
#h-small-bnr-area #usual-banner img{
  width:100%;
  margin:0 auto;
  vertical-align:bottom;
}

/*スライダー下 キーワード*/
#keyword-area{
  display:flex;
  padding: 20px 4%;
  background:#eeeeee;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
#keyword-area h3{
  font-size:14px;
  margin: 5px 3% 5px 0;
  font-weight:normal;
  width: 100px;
}
#keyword{
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  width: 82%;
}
#keyword li{
  background:#fff;
  padding: 2px 5px;
  margin: 5px;
  font-size: 12px;
}
#keyword li:nth-child(2n){
  display:none;
}

/*キーワード下送料無料*/
.h-ship-text{
  box-sizing:border-box;
  padding: 10px;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
  color: #191970;
  background-color: #EEEEEE;
  width: 100%;
  font-size: 24px;
}

/*レビュー数*/
.h-reveiw a{
  text-decoration:none;
  color:#000000;
}
.h-reveiw a table{
  margin:1px;
  width:100%;
  max-width:1200px;
  border:solid 3px #555555;
  /* border-radius:10px; */
}
/*レビュー　左側*/
.h-reveiw a table td:nth-child(1){
  border-spacing:0px;
  margin:0px;
  padding:0px;
  border-style:none;
  text-align:center;
  width:20%;
}
.h-reveiw a table td:nth-child(1) span:nth-child(1){
  padding:0px;
  font-size:12px;
  line-height:20px;
  border:none;
}
.h-reveiw a table td:nth-child(1) span:nth-child(2){
  padding:0px;
  font-size:30px;
  color:#FF3B7E;
  font-weight:bold;
  line-height:34px;
}
.h-reveiw a table td:nth-child(1) span:nth-child(3){
  padding:0px;
  font-size:28px;
  line-height:20px;
  color:#FF3B7E;
  font-weight: bold;
}
/*レビュー　中央*/
.h-reveiw a table td:nth-child(2){
  border-spacing:0px;
  margin:0px;
  padding:0px;
  border-style:none;
  text-align:center;
  width:60%;
}
.h-reveiw a table td:nth-child(2) span:nth-child(1){
  padding:0px;
  font-size:30px;
  border:none;
  vertical-align:bottom;
  font-weight:bold;
  color:#555555;
  line-height:45px;
}
.h-reveiw a table td:nth-child(2) span:nth-child(2){
  padding:0px;
  padding-top:3px;
  font-size:80px;
  color:#FF3B7E;
  font-weight:bold;
  margin-right:0px;
  vertical-align:bottom;
  line-height:80px;
}
.h-reveiw a table td:nth-child(2) span:nth-child(3){
  padding:0px;
  font-size:30px;
  vertical-align:middle;
  font-weight:bold;
  color:#555555;
  line-height:45px;
}
/*レビュー　右側*/
.h-reveiw a table td:nth-child(3){
  margin:0px;
  padding:0px;
  border-style:none;
  text-align:center;
  width:20%;
  vertical-align:middle;
}
.h-reveiw a table td:nth-child(3) div{
  padding-top:2px;
  padding-bottom:2px;
  border:solid 2px #555555;
  font-size:12px;
  margin-right:15px;
  margin-left:15px;
}
.h-reveiw a table td:nth-child(3) div span{
  font-size:20px;
  color:#FF3B7E;
  font-weight:bold;
  vertical-align:middle;
  line-height:30px;
}

@media screen and (max-width: 960px){
  /*ベース調整*/
  header #header-inner,
  #cart-header #header-inner{
    display:flex;
    justify-content:space-between;
    padding: 0;
    width: 95%;
    max-width: 1200px;
    background-size: 580px;
    background-position: top right;
  }
  #h-left-area{
    width: 49%;
    font-size: 0;
    padding: 10px 0;
  }
  #h-right-area{
    width: 60%;
    position: relative;
  }

  /*ベース左内側*/
  #logo-catch{
    display:inline-block;
    vertical-align: middle;
    color:#333;
    font-size: 14px;
    width: auto;
    margin: 0;
    max-width: 250px;
    width: 65%;
  }
  #logo-catch h1{
    margin:0 0 10px;
    max-width: 200px;
    width: 100%;
  }

  /*キャッチコピー*/
  #logo-catch .shoplogo h1.siteName{
      margin: 0 0 5px;
      font-size: 11px;
      font-weight:normal;
  }
  #logo-catch .shoplogo h2.sitecopy{
      font-size: 12px;
      font-weight:normal;
      padding: 0;
  }
  #logo-catch .shoplogo h1.siteName a:hover,
  #logo-catch .shoplogo h2.sitecopy a:hover{
      color:#333;
  }

  #h-emblem{
    width:30%;
    display:inline-block;
    vertical-align: middle;
    max-width: 80px;
  }
  #h-emblem img{
    width:100%;
    vertical-align:bottom;
  }
  /*ベース右内側*/
  #h-tel{
    text-align:right;
    font-size: 45px;
    font-weight: bold;
    margin: 10px 0 0;
  }
  #h-tel p small{
    font-size: 13px;
    font-weight:bold;
  }
  #h-tel p a{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight:bold;
    letter-spacing: -1px;
    color:#b49700;
    line-height: 0;
  }
  #header-inner #hNav {
      padding:0;
      position: absolute;
      bottom: 10px;
      width: auto;
      right: 0;
  }
  #hNav ul#header-nav li {
      font-size: 11px;
      line-height: 1;
      padding: 0 0 0 10px;
      text-align: center;
  }
  #header-sp-tel{
    display:none!important;
  }
  #hNav ul#header-nav li#header-nav-cart a::before {
      content:none;
  }
  #hNav ul#header-nav li#header-nav-mypage a::before {
      content:none;
  }


  /*スライダー下 小バナー*/
  #h-small-bnr-area{
    max-width:1200px;
    margin:0 auto;
    width: 95%;
  }
  #h-small-bnr-area #usual-banner{
    margin: 0 auto 10px;
    vertical-align:bottom;
  }
  #h-small-bnr-area #usual-banner img{
    width:100%;
    margin:0 auto;
    vertical-align:bottom;
  }

  /*スライダー下 キーワード*/
  #keyword-area{
    display:flex;
    padding: 20px 4%;
    background:#eeeeee;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  #keyword-area h3{
    font-size:14px;
    margin: 5px 3% 5px 0;
    font-weight:normal;
    width: 100px;
  }
  #keyword{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    width: 82%;
  }
  #keyword li{
    background:#fff;
    padding: 2px 5px;
    margin: 5px;
    font-size: 12px;
  }
  #keyword li:nth-child(2n){
    display:none;
  }

  /*キーワード下送料無料*/
  .h-ship-text{
    box-sizing:border-box;
    padding: 10px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
    color: #191970;
    background-color: #EEEEEE;
    width: 100%;
    font-size: 24px;
  }

  /*レビュー数*/
  .h-reveiw a{
    text-decoration:none;
    color:#000000;
  }
  .h-reveiw a table{
    margin:1px;
    width:100%;
    max-width:1200px;
    border:solid 3px #555555;
    /* border-radius:10px; */
  }
  /*レビュー　左側*/
  .h-reveiw a table td:nth-child(1){
    border-spacing:0px;
    margin:0px;
    padding:0px;
    border-style:none;
    text-align:center;
    width:20%;
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(1){
    padding:0px;
    font-size:12px;
    line-height:20px;
    border:none;
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(2){
    padding:0px;
    font-size:30px;
    color:#FF3B7E;
    font-weight:bold;
    line-height:34px;
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(3){
    padding:0px;
    font-size:28px;
    line-height:20px;
    color:#FF3B7E;
  }
  /*レビュー　中央*/
  .h-reveiw a table td:nth-child(2){
    border-spacing:0px;
    margin:0px;
    padding:0px;
    border-style:none;
    text-align:center;
    width:60%;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(1){
    padding:0px;
    font-size:30px;
    border:none;
    vertical-align:bottom;
    font-weight:bold;
    color:#555555;
    line-height:45px;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(2){
    padding:0px;
    padding-top:3px;
    font-size:80px;
    color:#FF3B7E;
    font-weight:bold;
    margin-right:0px;
    vertical-align:bottom;
    line-height:80px;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(3){
    padding:0px;
    font-size:30px;
    vertical-align:middle;
    font-weight:bold;
    color:#555555;
    line-height:45px;
  }
  /*レビュー　右側*/
  .h-reveiw a table td:nth-child(3){
    margin:0px;
    padding:0px;
    border-style:none;
    text-align:center;
    width:20%;
    vertical-align:middle;
  }
  .h-reveiw a table td:nth-child(3) div{
    padding-top:2px;
    padding-bottom:2px;
    border:solid 2px #555555;
    font-size:12px;
    margin-right:15px;
    margin-left:15px;
  }
  .h-reveiw a table td:nth-child(3) div span{
    font-size:20px;
    color:#FF3B7E;
    font-weight:bold;
    vertical-align:middle;
    line-height:30px;
  }
}
@media screen and (max-width: 768px){
  /*ベース調整*/
  #header-height{
    height: 100px;
  }
  header #header-inner,
  #cart-header #header-inner{
    display: flex;
    /* justify-content:space-between; */
    /* padding: 0; */
    width: 100%;
    /* max-width: 1200px; */
    /* background-size: 580px; */
    /* background-position: top right; */
    background: #fff;
    position: fixed;
    top: 0;
    height: 90px;
    z-index: 101;
    padding: 0 20px;
    border-bottom: 1px solid #aaa;
  }
  div#wrapper > div#cart-header #header-inner{
    background: #fff!important;
  }
  #h-left-area{
    width: 170px;
    font-size: 0;
    padding: 26px 0;
  }
  #h-right-area{
    width: 115px;
    position: relative;
    padding: 0;
    height: 60px;
  }

  /*ベース左内側*/
  #logo-catch{
    display:inline-block;
    vertical-align: middle;
    color:#333;
    font-size: 14px;
    width: auto;
    margin: 0;
    max-width: 250px;
    width: 100%;
  }
  #logo-catch h1{
    margin: 0;
    max-width: 200px;
    width: 100%;
  }

  /*キャッチコピー*/
  #logo-catch .shoplogo{
    display:none;
  }
  #logo-catch .shoplogo h1.siteName{
      margin: 0 0 5px;
      font-size: 11px;
      font-weight:normal;
  }
  #logo-catch .shoplogo h2.sitecopy{
      font-size: 12px;
      font-weight:normal;
      padding: 0;
  }
  #logo-catch .shoplogo h1.siteName a:hover,
  #logo-catch .shoplogo h2.sitecopy a:hover{
      color:#333;
  }

  #h-emblem{
    width:30%;
    display:inline-block;
    vertical-align: middle;
    max-width: 80px;
    display: none;
  }
  #h-emblem img{
    width:100%;
    vertical-align:bottom;
  }
  /*ベース右内側*/
  #h-tel{
    text-align:right;
    font-size: 45px;
    font-weight: bold;
    margin: 10px 0 0;
    display: none;
  }
  #h-tel p small{
    font-size: 13px;
    font-weight:bold;
  }
  #h-tel p a{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight:bold;
    letter-spacing: -1px;
    color:#b49700;
    line-height: 0;
  }
  #header-inner #hNav {
      padding: 0;
      position: absolute;
      bottom: 10px;
      right: 0;
      top: 0;
      width: 100%;
      margin: 0;
  }
  #cart-header #header-inner #hNav {
    right:-15px;
  }
  #hNav ul#header-nav {
    padding: 0;
}
  #hNav ul#header-nav li {
      font-size: 11px;
      line-height: 1;
      padding: 0 0 0 5px;
      text-align: center;
      display: none;
  }

  #header #hNav nav, #header #hNav .cart-nav {
    /* position: absolute; */
    top: 0;
    right: 0;
    margin: 0;
}
  #header #hNav ul#header-nav #header-sp-tel, #header #hNav ul#header-nav li#header-nav-cart{
    display: inline-block!important;
    margin: 0;
    width: 50px;
  }
  #cart-header #hNav ul#header-nav li, #enquete-header #hNav ul#header-nav li {
      display:none;
  }
  #hNav ul#header-nav li#header-nav-cart a span{
    display:none;
  }
  #hNav ul#header-nav li#header-nav-cart a::before {
      content:none;
  }
  #hNav ul#header-nav li#header-nav-mypage a::before {
      content:none;
  }


  /*スライダー下 小バナー*/
  #h-small-bnr-area{
    max-width:1200px;
    margin:0 auto;
    width: 95%;
  }
  #h-small-bnr-area #usual-banner{
    margin: 0 auto 10px;
    vertical-align:bottom;
  }
  #h-small-bnr-area #usual-banner img{
    width:100%;
    margin:0 auto;
    vertical-align:bottom;
  }

  /*スライダー下 キーワード*/
  #keyword-area{
    display:flex;
    padding: 20px 4%;
    background:#eeeeee;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  #keyword-area h3{
    font-size:14px;
    margin: 5px 3% 10px 0;
    font-weight:normal;
    width: 100%;
    display: block;
  }
  #keyword{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    width: 100%;
  }
  #keyword li{
    background:#fff;
    padding: 2px 5px;
    margin: 5px;
    font-size: 12px;
  }
  #keyword li:nth-child(2n){
    display:none;
  }

  /*キーワード下送料無料*/
  .h-ship-text{
    box-sizing:border-box;
    padding: 10px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
    color: #191970;
    background-color: #EEEEEE;
    width: 100%;
    font-size: 24px;
  }

  /*レビュー数*/
  .h-reveiw a{
    text-decoration:none;
    color:#000000;
  }
  .h-reveiw a table{
    margin:1px;
    width:100%;
    max-width:1200px;
    border:solid 3px #555555;
    /* border-radius:10px; */
  }
  /*レビュー　左側*/
  .h-reveiw a table td:nth-child(1){
    border-spacing:0px;
    margin:0px;
    padding:0px;
    border-style:none;
    text-align:center;
    width:20%;
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(1){
    padding:0px;
    font-size:12px;
    line-height:20px;
    border:none;
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(2){
    padding:0px;
    font-size:30px;
    color:#FF3B7E;
    font-weight:bold;
    line-height:34px;
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(3){
    padding:0px;
    font-size:28px;
    line-height:20px;
    color:#FF3B7E;
  }
  /*レビュー　中央*/
  .h-reveiw a table td:nth-child(2){
    border-spacing:0px;
    margin:0px;
    padding:0px;
    border-style:none;
    text-align:center;
    width:60%;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(1){
    padding:0px;
    font-size:30px;
    border:none;
    vertical-align:bottom;
    font-weight:bold;
    color:#555555;
    line-height:45px;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(2){
    padding:0px;
    padding-top:3px;
    font-size:80px;
    color:#FF3B7E;
    font-weight:bold;
    margin-right:0px;
    vertical-align:bottom;
    line-height:80px;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(3){
    padding:0px;
    font-size:30px;
    vertical-align:middle;
    font-weight:bold;
    color:#555555;
    line-height:45px;
  }
  /*レビュー　右側*/
  .h-reveiw a table td:nth-child(3){
    margin:0px;
    padding:0px;
    border-style:none;
    text-align:center;
    width:20%;
    vertical-align:middle;
  }
  .h-reveiw a table td:nth-child(3) div{
    padding-top:2px;
    padding-bottom:2px;
    border:solid 2px #555555;
    font-size:12px;
    margin-right:15px;
    margin-left:15px;
  }
  .h-reveiw a table td:nth-child(3) div span{
    font-size:20px;
    color:#FF3B7E;
    font-weight:bold;
    vertical-align:middle;
    line-height:30px;
  }
}

@media screen and (max-width: 580px){
  /*ベース調整*/
  #header-height{
    height: 132px;
  }
}
@media screen and (max-width: 480px){
  /*ベース調整*/
  #header-height{
    height: 132px;
  }
  header #header-inner,
  #cart-header #header-inner{
    display: flex;
    /* justify-content:space-between; */
    /* padding: 0; */
    width: 100%;
    /* max-width: 1200px; */
    /* background-size: 580px; */
    /* background-position: top right; */
    background: #fff;
    position: fixed;
    top: 0;
    height: 80px;
    /* z-index: 100; */
    padding: 0 20px;
    border-bottom: 1px solid #aaa;
  }
  #h-left-area{
    width: 154px;
    font-size: 0;
    padding: 21px 0;
  }
  #h-right-area{
    width: 115px;
    position: relative;
    padding: 0;
    height: 60px;
  }

  /*ベース左内側*/
  #logo-catch{
    display:inline-block;
    vertical-align: middle;
    color:#333;
    font-size: 14px;
    width: auto;
    margin: 0;
    max-width: 250px;
    width: 100%;
  }
  #logo-catch h1{
    margin: 0;
    max-width: 200px;
    width: 100%;
  }

  /*キャッチコピー*/
  #logo-catch .shoplogo{
    display:none;
  }
  #logo-catch .shoplogo h1.siteName{
      margin: 0 0 5px;
      font-size: 11px;
      font-weight:normal;
  }
  #logo-catch .shoplogo h2.sitecopy{
      font-size: 12px;
      font-weight:normal;
      padding: 0;
  }
  #logo-catch .shoplogo h1.siteName a:hover,
  #logo-catch .shoplogo h2.sitecopy a:hover{
      color:#333;
  }

  #h-emblem{
    width:30%;
    display:inline-block;
    vertical-align: middle;
    max-width: 80px;
    display: none;
  }
  #h-emblem img{
    width:100%;
    vertical-align:bottom;
  }
  /*ベース右内側*/
  #h-tel{
    text-align:right;
    font-size: 45px;
    font-weight: bold;
    margin: 10px 0 0;
    display: none;
  }
  #h-tel p small{
    font-size: 13px;
    font-weight:bold;
  }
  #h-tel p a{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight:bold;
    letter-spacing: -1px;
    color:#b49700;
    line-height: 0;
  }
  #header-inner #hNav {
      padding:0;
      position: absolute;
      bottom: 10px;
      right: 0;
      width: 100%;
      margin: 0;
      top: 0;
  }
  #hNav ul#header-nav{
      padding:0;
  }
  #hNav ul#header-nav li {
      font-size: 11px;
      line-height: 1;
      padding: 0 0 0 5px;
      text-align: center;
  }

  #header-sp-tel{
    display:none!important;
  }
  #hNav ul#header-nav li#header-nav-cart a::before {
      content:none;
  }
  #hNav ul#header-nav li#header-nav-mypage a::before {
      content:none;
  }


  /*スライダー下 小バナー*/
  #h-small-bnr-area{
    max-width:1200px;
    margin:0 auto;
    width: 95%;
  }
  #h-small-bnr-area #usual-banner{
    margin: 0 auto 10px;
    vertical-align:bottom;
  }
  #h-small-bnr-area #usual-banner img{
    width:100%;
    margin:0 auto;
    vertical-align:bottom;
  }

  /*スライダー下 キーワード*/
  #keyword-area{
    display:flex;
    padding: 4%;
    background:#eeeeee;
    flex-wrap: wrap;
    margin: 0 0 5%;
  }
  #keyword-area h3{
    font-size: 3.5vw;
    margin: 0 3% 3% 0;
    font-weight:normal;
    width: 100%;
    display: block;
  }
  #keyword{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    width: 100%;
  }
  #keyword li{
    background:#fff;
    padding: 1% 3%;
    margin: 1%;
    font-size: 3vw;
  }
  #keyword li:nth-child(2n){
    display:none;
  }

  /*キーワード下送料無料*/
  .h-ship-text{
    box-sizing:border-box;
    padding: 3%;
    margin: 0 0 5%;
    font-weight: bold;
    text-align: center;
    color: #191970;
    background-color: #EEEEEE;
    width: 100%;
    font-size: 5vw;
  }

  /*レビュー数*/
  .h-reveiw a{
    text-decoration:none;
    color:#000000;
  }
  .h-reveiw a table{
    margin:1px;
    width:100%;
    max-width:1200px;
    border:solid 3px #555555;
    border-radius:0;
  }
  /*レビュー　左側*/
  .h-reveiw a table td:nth-child(1){
    border-spacing:0px;
    margin:0px;
    padding: 1%;
    border-style:none;
    text-align:center;
    width: 35%;
    /* display: block; */
    box-sizing: border-box;
    font-size: 2.5vw;
  }
  .h-reveiw a table td:nth-child(1) br{
    /* display:none; */
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(1){
    padding: 0;
    font-size: 2vw;
    line-height: 5vw;
    border:none;
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(2){
    padding:0px;
    font-size:30px;
    color:#FF3B7E;
    font-weight:bold;
    line-height:34px;
  }
  .h-reveiw a table td:nth-child(1) span:nth-child(3){
    padding:0px;
    font-size: 6vw;
    line-height: 7vw;
    color:#FF3B7E;
  }
  /*レビュー　中央*/
  .h-reveiw a table td:nth-child(2){
    border-spacing:0px;
    margin:0px;
    padding: 1%;
    border-style:none;
    text-align:center;
    width: 33%;
    /* display: block; */
    box-sizing: border-box;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(1){
    padding:0px;
    font-size: 3.5vw;
    border:none;
    vertical-align:bottom;
    font-weight:bold;
    color:#555555;
    line-height:45px;
    display: block;
    line-height: 1;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(2){
    padding:0px;
    padding-top:3px;
    font-size: 8vw;
    color:#FF3B7E;
    font-weight:bold;
    margin-right:0px;
    vertical-align:bottom;
    line-height: 1;
  }
  .h-reveiw a table td:nth-child(2) span:nth-child(3){
    padding:0px;
    font-size: 4vw;
    vertical-align:middle;
    font-weight:bold;
    color:#555555;
    line-height: 1;
  }
  /*レビュー　右側*/
  .h-reveiw a table td:nth-child(3){
    margin:0px;
    padding: 1%;
    border-style:none;
    text-align:center;
    width: 30%;
    vertical-align:middle;
    /* display: block; */
    box-sizing: border-box;
  }
  .h-reveiw a table td:nth-child(3) div{
    padding-top:2px;
    padding-bottom:2px;
    border:solid 2px #555555;
    font-size:12px;
    margin-right: 0;
    margin-left: 0;
  }
  .h-reveiw a table td:nth-child(3) div span{
    font-size: 3vw;
    color:#FF3B7E;
    font-weight:bold;
    vertical-align:middle;
    line-height:30px;
  }
}
/*========================================
footer
==========================================*/
section>div:not(.accordion):not(.customersbox):not(.period):not(.form_t):not(.formlist):not(.titlebar_g):not(.pager):not(.required):not(.title):not(.formbox):not(.formbox_n):not(.title_c):not(.comment):not(.commentbox):not(.titlebar_g_o):not(.titlebar_list):not(.product_img):not(#sub_img):not([class^=mp_itemgroup_layout]):not([id^=mp_ta_free]):not([class^=mp_itemfreepage_layout]):not([class^=mp_itemcategory_layout]):first-child {
    padding: 0;
    margin: 0;
    background: #fff!important;
}
#footer section>div:not(.accordion):not(.customersbox):not(.period):not(.form_t):not(.formlist):not(.titlebar_g):not(.pager):not(.required):not(.title):not(.formbox):not(.formbox_n):not(.title_c):not(.comment):not(.commentbox):not(.titlebar_g_o):not(.titlebar_list):not(.product_img):not(#sub_img):not([class^=mp_itemgroup_layout]):not([id^=mp_ta_free]):not([class^=mp_itemfreepage_layout]):not([class^=mp_itemcategory_layout]):first-child {
    padding: 0;
    margin: 0;
    background: #fff!important;
}
footer section>div.freearea:first-child {
    background: #212b5c !important;
}

div#cart-footer, footer {
    background-color: #404040;
    overflow: hidden;
    height: auto;
    margin: 10% 0 0;
}


/*========================================
footer
==========================================*/
/*大枠
================*/
div#cart-footer, footer {
    background-color: #f2f2f2;
    position: inherit;
    height: auto;
    margin: 0;
    overflow: hidden;
}

#f-guide-outer{
  width:100%;
  background: #eee;
  padding: 50px 0;
}
#f-guide-inner{
  width:95%;
  margin:0 auto;
  max-width:1200px;
}

#f-menu-outer{
  width:100%;
  background: #333;
}
#f-menu-inner{
  width:95%;
  margin:0 auto;
  max-width:1200px;
}

/*内側
=================*/
/*ガイドエリア*/
.f-guide-area{
  padding: 50px 40px;
  background: #fff;
}
.f-guide-area h3{
  font-size:24px;
  text-align:center;
  display:block;
  margin: 0 auto 30px;
  font-weight:normal;
  letter-spacing:2px;
  line-height: 30px;
}
.freearea ul.guide-box{
  display:flex;
  flex-wrap:wrap;
  padding: 0;
}
.guide-box li{
  width: 16.6%;
  padding: 30px 15px 16%;
  border-right:1px solid #eee;
  font-size: 10px;
  line-height: 16px;
  position:relative;
  justify-content: center;
  box-sizing: border-box;
  list-style: none;
}
.guide-box li:last-child{
  border-right:none;
}
.guide-box li h4{
  font-size:14px;
  font-weight:normal;
  margin:0 0 15px;
}
.guide-box li .link-guide{
  position:absolute;
  bottom:10%;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}
.guide-box li .link-guide figure img{
  width: 100%;
}
.guide-box li .link-guide a{
  text-align:center;
  background:#333;
  border-radius:100px;
  color:#fff;
  display:block;
  padding: 6px;
  text-decoration: none;
}

/*メニューエリア*/
.f-contact-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  box-sizing: border-box;
}
.f-contact-list > li{
  width: 25%;
  padding: 20px 30px;
  border-right:1px solid #5c5c5c;
  box-sizing:border-box;
}
.f-contact-list li:last-child{
  border-right:none;
}
.f-contact-list li h4 {
  font-size: 16px;
  text-align:center;
  color:#fff;
  letter-spacing:1px;
  margin: 0 0 15px;
  line-height: 24px;
  font-weight: normal;
}
.btn-cotact {
  margin:0 0 10px;
}
.btn-cotact a{
  display:block;
  background: #fff;
  padding:10px;
  width:100%;
  box-sizing:border-box;
  border-radius: 100px;
  text-align:center;
  font-size: 13px;
  font-weight:bold;
  position:relative;
  color: #333;
  text-decoration: none;
}
.btn-cotact a:hover{
  opacity:0.8;
}

.f-contact-list li p{
  color:#fff;
  font-size: 12px;
  text-align:center;
}
.f-contact-list li p strong{
  font-weight: bold;
}
.freearea ul.f-note-list{
  margin:10px 0 0;
  padding: 0;
}
.f-note-list li{
  color:#fff;
  font-size:12px;
  line-height: 18px;
  margin: 0 0 5px;
  list-style:none;
}
.f-note-list li:last-child{
  margin: 0;
}
.f-note-list li i{
  display:inline-block;
  font-style:normal;
  width:12px;
  vertical-align:top;
}
.f-note-list li span{
    display:inline-block;
    width:94%;
}


.copyright-area{
  overflow:hidden;
  padding: 0 0 40px;
}
.copyright-area .left-cp{
  float:left;
  width: 50%;
  display:flex;
  align-items:center;
  padding: 0;
}
.copyright-area .left-cp li{
  box-sizing:border-box;
  padding: 0 20px;
  border-right:1px solid #fff;
  line-height: 1;
}
.copyright-area .left-cp li:nth-child(2){
  padding: 0 20px;
  box-sizing:border-box;
}

.copyright-area .left-cp li a {
  width: 100%;
  color:#fff;
  font-size:13px;
  line-height: 1;
  box-sizing: border-box;
  vertical-align: top;
  text-decoration: none;
}
.copyright-area .left-cp li:last-child{
  border-right:none;
}
.copyright-area .right-cp{
  float:right;
  width: 50%;
  text-align: right;
}
#text-copyright{
  color:#fff;
  font-size:13px;
  margin: 0;
}

@media screen and (max-width:1200px){
  /*ガイドエリア*/
  .f-guide-area{
    padding: 50px 5%;
    background: #fff;
  }
  .f-guide-area h3{
    font-size:24px;
    text-align:center;
    display:block;
    margin: 0 auto 30px;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
  }
  .guide-box{
    display:flex;
    flex-wrap:wrap;
  }
  .guide-box li{
    width: 16.6%;
    padding: 30px 2% 21%;
    border-right:1px solid #eee;
    font-size: 10px;
    line-height: 16px;
    position:relative;
    justify-content: center;
  }
  .guide-box li:last-child{
    border-right:none;
  }
  .guide-box li h4{
    font-size:14px;
    font-weight:normal;
    margin:0 0 15px;
  }
  .guide-box li .link-guide{
    position:absolute;
    bottom:10%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .guide-box li .link-guide figure img{
    width: 100%;
  }
  .guide-box li .link-guide a{
    text-align:center;
    background:#333;
    border-radius:100px;
    color:#fff;
    display:block;
    padding: 6px;
  }

  /*メニューエリア*/
  .f-contact-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 10px;
  }
  .f-contact-list > li{
    width: 25%;
    padding: 20px 30px;
    border-right:1px solid #5c5c5c;
    box-sizing:border-box;
  }
  .f-contact-list li:last-child{
    border-right:none;
  }
  .f-contact-list li h4 {
    font-size: 16px;
    text-align:center;
    color:#fff;
    letter-spacing:1px;
    margin: 0 0 15px;
    line-height: 24px;
    font-weight: normal;
  }
  .btn-cotact {
    margin:0 0 10px;
  }
  .btn-cotact a{
    display:block;
    background: #fff;
    padding:10px;
    width:100%;
    box-sizing:border-box;
    border-radius: 100px;
    text-align:center;
    font-size: 13px;
    font-weight:bold;
    position:relative;
    color: #333;
  }
  .btn-cotact a:hover{
    opacity:0.8;
  }

  .f-contact-list li p{
    color:#fff;
    font-size: 12px;
    text-align:center;
  }
  .f-contact-list li p strong{
    font-weight: bold;
  }
  .freearea ul.f-note-list{
    margin:10px 0 0;
  }
  .f-note-list li{
    color:#fff;
    font-size:12px;
    line-height: 18px;
    margin: 0 0 5px;
  }
  .f-note-list li i{
    display:inline-block;
    font-style:normal;
    width:12px;
    vertical-align:top;
  }
  .f-note-list li span{
      display:inline-block;
      width:94%;
  }


  .copyright-area{
    overflow:hidden;
    padding: 0 0 40px;
  }
  .copyright-area .left-cp{
    float:left;
    width: 60%;
    display:flex;
    align-items:center;
  }
  .copyright-area .left-cp li{
    box-sizing:border-box;
    padding: 0 20px;
    border-right:1px solid #fff;
    line-height: 1;
  }
  .copyright-area .left-cp li:nth-child(2){
    padding: 0 20px;
    box-sizing:border-box;
  }

  .copyright-area .left-cp li a {
    width: 100%;
    color:#fff;
    font-size:13px;
    line-height: 1;
    box-sizing: border-box;
    vertical-align: top;
  }
  .copyright-area .left-cp li:last-child{
    border-right:none;
  }
  .copyright-area .right-cp{
    float:right;
    width: 40%;
    text-align: right;
  }

  #text-copyright{
    color:#fff;
    font-size:13px;
    margin: 0;
  }
}

@media screen and (max-width:768px){
  /*ガイドエリア*/
  .f-guide-area{
    padding: 5%;
    background: #fff;
  }
  .f-guide-area h3{
    font-size:24px;
    text-align:center;
    display:block;
    margin: 0 auto 30px;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
  }
  .guide-box{
    display:flex;
    flex-wrap:wrap;
  }
  .guide-box li{
    width: 33.3%;
    padding: 5% 2% 30%;
    border-right:1px solid #eee;
    font-size: 10px;
    line-height: 16px;
    position:relative;
    justify-content: center;
  }
  .guide-box li:nth-child(3n){
    border-right:none;
  }
  .guide-box li:last-child{
    border-right:none;
  }
  .guide-box li h4{
    font-size:14px;
    font-weight:normal;
    margin:0 0 15px;
  }
  .guide-box li .link-guide{
    position:absolute;
    bottom: 5%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .guide-box li .link-guide figure{
    margin:0 0 5%;
  }
  .guide-box li .link-guide figure img{
    width: 100%;
  }
  .guide-box li .link-guide a{
    text-align:center;
    background:#333;
    border-radius:100px;
    color:#fff;
    display:block;
    padding: 6px;
  }

  /*メニューエリア*/
  .f-contact-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5% 2%;
  }
  .f-contact-list > li{
    width: 50%;
    padding: 3%;
    border-right:1px solid #5c5c5c;
    box-sizing:border-box;
  }
  .f-contact-list li:nth-child(2n){
    border-right:none;
  }
  .f-contact-list li:last-child{
    border-right:none;
  }
  .f-contact-list li h4 {
    font-size: 16px;
    text-align:center;
    color:#fff;
    letter-spacing:1px;
    margin: 0 0 5%;
    line-height: 24px;
    font-weight: normal;
  }
  .btn-cotact {
    margin: 0 0 5%;
  }
  .btn-cotact a{
    display:block;
    background: #fff;
    padding:10px;
    width:100%;
    box-sizing:border-box;
    border-radius: 100px;
    text-align:center;
    font-size: 13px;
    font-weight:bold;
    position:relative;
    color: #333;
  }
  .btn-cotact a:hover{
    opacity:0.8;
  }

  .f-contact-list li p{
    color:#fff;
    font-size: 12px;
    text-align:center;
  }
  .f-contact-list li p strong{
    font-weight: bold;
  }
  .freearea ul.f-note-list{
    margin: 5% 0 0;
  }
  .f-note-list li{
    color:#fff;
    font-size:12px;
    line-height: 18px;
    margin: 0 0 3%;
  }
  .f-note-list li i{
    display:inline-block;
    font-style:normal;
    width:12px;
    vertical-align:top;
  }
  .f-note-list li span{
      display:inline-block;
      width:94%;
  }


  .copyright-area{
    overflow:hidden;
    padding: 0 0 7%;
  }
  .copyright-area .left-cp{
    float: none;
    width: 100%;
    display:flex;
    justify-content: center;
    margin: 0 0 5%;
  }
  .copyright-area .left-cp li{
    box-sizing:border-box;
    padding: 0 20px;
    border-right:1px solid #fff;
    line-height: 1;
  }
  .copyright-area .left-cp li:nth-child(2){
    padding: 0 20px;
    box-sizing:border-box;
  }

  .copyright-area .left-cp li a {
    width: 100%;
    color:#fff;
    font-size:13px;
    line-height: 1;
    box-sizing: border-box;
    vertical-align: top;
  }
  .copyright-area .left-cp li:last-child{
    border-right:none;
  }

  .copyright-area .left-cp li a {
    width: 100%;

  }
  .copyright-area .left-cp li a{
    display:block;
    font-size:13px;
    padding: 0;
    box-sizing: border-box;
  }
  .copyright-area .right-cp{
    float: none;
    width: 100%;
    text-align: center;
  }

  #text-copyright{
    color:#fff;
    font-size:13px;
    margin: 0;
  }
}


@media screen and (max-width:580px){
  /*ガイドエリア*/
  .f-guide-area{
    padding: 10% 5%;
    background: #fff;
  }
  .f-guide-area h3{
    font-size: 5.5vw;
    text-align:center;
    display:block;
    margin: 0 auto 3%;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 7.5vw;
  }
  .guide-box{
    display:flex;
    flex-wrap:wrap;
  }
  .guide-box li{
    width: 50%;
    padding: 5% 4% 50%;
    border-right:1px solid #eee;
    font-size: 3vw;
    line-height: 5vw;
    position:relative;
    justify-content: center;
  }
  .guide-box li:nth-child(2n){
    border-right:none;
  }
  .guide-box li:last-child{
    border-right:none;
  }
  .guide-box li h4{
    font-size: 4vw;
    font-weight:normal;
    margin: 0 0 10%;
  }
  .guide-box li .link-guide{
    position:absolute;
    bottom: 5%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .guide-box li .link-guide figure{
    margin:0 0 5%;
  }
  .guide-box li .link-guide figure img{
    width: 100%;
  }
  .guide-box li .link-guide a{
    text-align:center;
    background:#333;
    border-radius:100px;
    color:#fff;
    display:block;
    padding: 6px;
  }

  /*メニューエリア*/
  .freearea ul.f-contact-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10% 0;
  }
  .freearea ul.f-contact-list > li{
    width: 50%;
    padding: 3% 3% 5%;
    border-right:1px solid #5c5c5c;
    box-sizing:border-box;
  }
  .freearea ul.f-contact-list li:nth-child(2n){
    border-right:none;
  }
  .freearea ul.f-contact-list li:last-child{
    border-right:none;
  }
  .f-contact-list li h4 {
    font-size: 3.5vw;
    text-align:center;
    color:#fff;
    letter-spacing:1px;
    margin: 0 0 10%;
    line-height: 5.5vw;
    font-weight: normal;
  }
  .btn-cotact {
    margin: 0 0 10%;
  }
  .btn-cotact a{
    display:block;
    background: #fff;
    padding:10px;
    width:100%;
    box-sizing:border-box;
    border-radius: 100px;
    text-align:center;
    font-size: 13px;
    font-weight:bold;
    position:relative;
    color: #333;
  }
  .btn-cotact a:hover{
    opacity:0.8;
  }

  .f-contact-list li p{
    color:#fff;
    font-size: 3vw;
    text-align:center;
    line-height: 5vw;
  }
  .f-contact-list li p strong{
    font-weight: bold;
  }
  .freearea ul.f-note-list{
    margin: 5% 0 0;
  }
  .freearea ul.f-note-list li{
    color:#fff;
    font-size: 3vw;
    line-height: 4.5vw;
    margin: 0 0 3%;
  }
  .freearea ul.f-note-list li i{
    display:inline-block;
    font-style:normal;
    width:12px;
    vertical-align:top;
  }
  .freearea ul.f-note-list li span{
      display:inline-block;
      width: 91%;
  }


  .copyright-area{
    overflow:hidden;
    padding: 0 0 7%;
  }
  .copyright-area .left-cp{
    float: none;
    width: 100%;
    display: block;
    justify-content: center;
    margin: 0 0 5%;
  }
  .copyright-area .left-cp li{
    box-sizing:border-box;
    padding: 0;
    border-right: none;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .copyright-area .left-cp li:first-child{
    border-top: 1px solid #fff;
  }
  .copyright-area .left-cp li:nth-child(2){
    padding:0;
  }

  .copyright-area .left-cp li a {
    width: 100%;
    color:#fff;
    font-size:13px;
    line-height: 1;
    box-sizing: border-box;
    vertical-align: top;
  }
  .copyright-area .left-cp li:last-child{
    border-right:none;
  }

  .copyright-area .left-cp li a {
    width: 100%;

  }
  .copyright-area .left-cp li a{
    display:block;
    font-size: 3.5vw;
    padding: 5% 0;
    box-sizing: border-box;
    line-height: 5.5vw;
  }
  .copyright-area .right-cp{
    float: none;
    width: 100%;
    text-align: center;
    margin: 10% 0 0;
  }

  #text-copyright{
    color:#fff;
    font-size: 3vw;
    margin: 0;
  }
}





/*===========================
最下部 フッタ一部分非表示
===========================*/
.footer {
	display: none;
}
#sps-floating-menu + script + img, #footer + script + img {
    display: none;
}
