/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #2B2B2B;
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1280px;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 1px;
}

.font01 {
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  padding: 0 80px;
}

header .wrapper {
  height: 160px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .wrapper .logo {
  width: 242px;
  margin-top: 46px;
}

header .wrapper .gnav {
  width: calc(100% - 242px);
}

header .wrapper .gnav .gnavtop {
  margin-top: 38px;
  text-align: right;
}

header .wrapper .gnav .gnavtop li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  line-height: 12px;
  height: 12px;
}

header .wrapper .gnav .gnavtop li.guest {
  padding-right: 0;
}

header .wrapper .gnav .gnavtop li.guest span {
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}

header .wrapper .gnav .gnavtop li.bar {
  border-right: 1px solid #C7C7C7;
}

header .wrapper .gnav .gnavtop li.cart {
  position: relative;
  padding: 0 37px 0 20px;
}

header .wrapper .gnav .gnavtop li.cart img {
  position: absolute;
  top: 0;
  right: 0;
  width: 18.8px;
  display: block;
}

header .wrapper .gnav .gnavtop li.cart span {
  width: 16px;
  height: 16px;
  background-color: #ED9B00;
  border-radius: 20px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  position: absolute;
  top: -10px;
  right: -8px;
}

header .wrapper .gnav .gnavtop li a {
  display: block;
  text-decoration: none;
  color: #2B2B2B;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}

header .wrapper .gnav .gnavbottom {
  text-align: right;
  font-size: 0;
  margin-top: 15px;
}

header .wrapper .gnav .gnavbottom li {
  display: inline-block;
  vertical-align: top;
  margin-left: 37px;
}

header .wrapper .gnav .gnavbottom li a {
  display: block;
  text-decoration: none;
  color: #2B2B2B;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-bottom: 4px solid #fff;
  padding-bottom: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header .wrapper .gnav .gnavbottom li a:hover, header .wrapper .gnav .gnavbottom li a.active {
  opacity: 1;
  border-bottom: 4px solid #2B2B2B;
}

header .wrapper .gnav .gnavbottom li a span {
  font-size: 11px;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
}

header .wrapper .gnav .gnavbottom li form {
  background-color: transparent;
  border: none !important;
}

header .wrapper .gnav .gnavbottom li form .searchbox {
  width: 175px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 18px;
}

header .wrapper .gnav .gnavbottom li form .searchbox input[type="submit"] {
  width: 35px;
  height: 35px;
  display: block;
  border: none;
  background-color: #E4E6E5;
  outline: none;
  background-image: url(../assets/icon_search01.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center right 7px;
}

header .wrapper .gnav .gnavbottom li form .searchbox input[type="search"] {
  width: 140px;
  height: 35px;
  display: block;
  border: none;
  background-color: #E4E6E5;
  outline: none;
  padding: 5px 0;
  line-height: 25px;
  font-size: 13px;
}

header .wrapper .gnav .gnavbottom li form .searchbox input[type="search"]::-webkit-input-placeholder {
  font-size: 13px;
  color: #868686;
}

header .wrapper .gnav .gnavbottom li form .searchbox input[type="search"]:-ms-input-placeholder {
  font-size: 13px;
  color: #868686;
}

header .wrapper .gnav .gnavbottom li form .searchbox input[type="search"]::-ms-input-placeholder {
  font-size: 13px;
  color: #868686;
}

header .wrapper .gnav .gnavbottom li form .searchbox input[type="search"]::placeholder {
  font-size: 13px;
  color: #868686;
}

header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main {
  padding-top: 20px;
}

main .breadcrumb {
  margin: 0 auto 25px;
  padding: 0 80px;
}

main .breadcrumb a {
  font-size: 11px;
  color: #2B2B2B;
}

main .breadcrumb span {
  font-size: 11px;
  color: #9A9A9A;
}

footer .wrapper .faqbox .faq_dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .wrapper .faqbox .faq_dl .faq_dt {
  width: calc(50% - 150px);
  background-image: url(../assets/bg_faq.jpg);
  background-size: cover;
  background-position: center center;
  padding-left: calc(50% - 630px);
  display: table-cell;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .wrapper .faqbox .faq_dl .faq_dt .box {
  width: 380px;
  display: inline-block;
}

footer .wrapper .faqbox .faq_dl .faq_dt .box .t01 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

footer .wrapper .faqbox .faq_dl .faq_dt .box .t02 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0;
}

footer .wrapper .faqbox .faq_dl .faq_dt .box .btn {
  width: 306px;
  height: 68px;
  display: block;
  line-height: 18px;
  padding: 25px 0;
  background-color: #2B2B2B;
  margin: 70px auto 0;
  background-image: url(../assets/icon_arrow01.svg);
  background-size: 6.8px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

footer .wrapper .faqbox .faq_dl .faq_dd {
  width: calc(50% + 150px);
  padding: 120px 0 120px 150px;
  background-color: #E4E6E5;
}

footer .wrapper .faqbox .faq_dl .faq_dd .t01 {
  width: 550px;
  font-size: 19px;
  font-weight: bold;
  line-height: 42px;
  height: 45px;
  padding-left: 45px;
  background-image: url(../assets/icon_cart02.svg);
  background-size: 27.5px auto;
  background-position: left 0 center;
  background-repeat: no-repeat;
  border-bottom: 3px solid #C7C7C7;
}

footer .wrapper .faqbox .faq_dl .faq_dd ul {
  width: 550px;
}

footer .wrapper .faqbox .faq_dl .faq_dd ul li {
  border-bottom: 1px solid #C7C7C7;
}

footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 20px 70px 20px 55px;
  position: relative;
}

footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt img {
  width: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt.opened img {
  transittion: .3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 12px;
  background-color: #ED9B00;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt:hover {
  cursor: pointer;
  opacity: .6;
}

footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dd {
  background-color: #eee;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 20px 20px 20px 55px;
  position: relative;
  display: none;
}

footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dd span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 12px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  color: #ED9B00;
  font-weight: bold;
}

footer .wrapper .faqbox .faq_dl .faq_dd .t02 {
  width: 550px;
  margin-top: 35px;
  font-size: 19px;
  font-weight: bold;
  line-height: 42px;
  height: 45px;
  padding-left: 45px;
  background-image: url(../assets/icon_pay01.svg);
  background-size: 27.5px auto;
  background-position: left 0 center;
  background-repeat: no-repeat;
  border-bottom: 3px solid #C7C7C7;
}

footer .wrapper .shoppingbox {
  padding: 100px 0 60px;
}

footer .wrapper .shoppingbox .t01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

footer .wrapper .shoppingbox .shoplist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1110px;
  margin: 50px auto 0;
}

footer .wrapper .shoppingbox .shoplist li {
  width: 370px;
  padding: 10px 0;
}

footer .wrapper .shoppingbox .shoplist li:nth-child(2) {
  border-right: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
}

footer .wrapper .shoppingbox .shoplist li a {
  width: 100%;
  display: block;
  text-decoration: none;
}

footer .wrapper .shoppingbox .shoplist li a .shoplogo {
  width: 156px;
  display: block;
  margin: 0 auto;
}

footer .wrapper .shoppingbox .shoplist li a p {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  color: #2B2B2B;
  margin-top: 23px;
}

footer .wrapper .shoppingbox .shoplist li a p img {
  width: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 15px;
}

footer .wrapper .shoppingbox .menulist {
  width: 1110px;
  margin: 80px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .wrapper .shoppingbox .menulist li {
  width: 362px;
  text-align: center;
}

footer .wrapper .shoppingbox .menulist li:nth-child(1) a {
  background-image: url(../assets/bg_bnr01.jpg);
}

footer .wrapper .shoppingbox .menulist li:nth-child(2) a {
  background-image: url(../assets/bg_bnr02.jpg);
}

footer .wrapper .shoppingbox .menulist li:nth-child(3) a {
  background-image: url(../assets/bg_bnr03.jpg);
}

footer .wrapper .shoppingbox .menulist li a {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  background-size: cover;
  background-position: center center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .wrapper .bottomcontent {
  background-color: #272727;
}

footer .wrapper .bottomcontent .inner {
  padding: 80px 60px;
  max-width: 1340px;
  margin: 0 auto;
}

footer .wrapper .bottomcontent .inner .menubox {
  width: 600px;
  float: right;
}

footer .wrapper .bottomcontent .inner .menubox .left {
  width: 470px;
  float: left;
}

footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom {
  font-size: 0;
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li {
  width: calc(470px / 3);
  margin-bottom: 15px;
}

footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li a:hover {
  opacity: 1;
  border-bottom: 4px solid #2B2B2B;
}

footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li a span {
  font-size: 10px;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
}

footer .wrapper .bottomcontent .inner .menubox .right {
  width: 130px;
  float: right;
  padding-top: 5px;
}

footer .wrapper .bottomcontent .inner .menubox .right ul li {
  margin-top: 7px;
}

footer .wrapper .bottomcontent .inner .menubox .right ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0;
}

footer .wrapper .bottomcontent .inner .logobox {
  width: 360px;
  float: left;
}

footer .wrapper .bottomcontent .inner .logobox .logo {
  width: 242px;
  display: block;
}

footer .wrapper .bottomcontent .inner .logobox .logo img {
  width: 100%;
  display: block;
}

footer .wrapper .bottomcontent .inner .logobox ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 65px;
}

footer .wrapper .bottomcontent .inner .logobox ul li {
  margin-right: 25px;
}

footer .wrapper .bottomcontent .inner .logobox ul li a {
  display: block;
}

footer .wrapper .bottomcontent .inner .logobox ul li a img {
  display: block;
}

footer .wrapper .bottomcontent .inner .pays {
  width: 600px;
  float: right;
  font-size: 0;
  text-align: right;
  margin-top: 50px;
}

footer .wrapper .bottomcontent .inner .pays li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

footer .wrapper .bottomcontent .inner .pays li img {
  width: 44px;
  display: block;
}

footer .wrapper .bottomcontent .inner .copy {
  width: 100%;
  float: left;
  color: #fff;
  letter-spacing: 0;
  font-size: 10px;
  margin-top: -30px;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    padding: 20px 20px 10px;
    border-bottom: 2px solid #C7C7C7;
    position: relative;
    height: auto;
  }
  header .wrapper {
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .wrapper .logo {
    width: 124px;
    margin-top: 0;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .btn_cart {
    width: 23px;
    display: block;
    position: absolute;
    top: 50%;
    right: 70px;
    margin-top: -9px;
  }
  header .wrapper .btn_cart img {
    width: 100%;
    display: block;
  }
  header .wrapper .btn_cart span {
    width: 16px;
    height: 16px;
    background-color: #ED9B00;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: -7px;
    right: -7px;
    line-height: 16px;
    letter-spacing: 0;
    font-size: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  header .ham {
    width: 24.5px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
  }
  header .spmenu {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper .gnavtop {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .spmenu .spwrapper .gnavtop li {
    width: 50%;
    display: block;
    vertical-align: top;
    padding: 6px 0 !important;
    height: auto;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
  }
  header .spmenu .spwrapper .gnavtop li:nth-child(even) {
    border-left: 1px solid #C7C7C7 !important;
  }
  header .spmenu .spwrapper .gnavtop li.guest {
    padding-right: 0;
  }
  header .spmenu .spwrapper .gnavtop li.guest span {
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
  }
  header .spmenu .spwrapper .gnavtop li.bar {
    border: none;
  }
  header .spmenu .spwrapper .gnavtop li a {
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0;
  }
  header .spmenu .spwrapper .gnavbottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    width: 320px;
    margin: 35px auto 0;
  }
  header .spmenu .spwrapper .gnavbottom li {
    width: 50%;
    display: block;
    vertical-align: top;
    margin: 0;
  }
  header .spmenu .spwrapper .gnavbottom li a {
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  header .spmenu .spwrapper .gnavbottom li a:hover, header .spmenu .spwrapper .gnavbottom li a.active {
    opacity: 1;
  }
  header .spmenu .spwrapper .gnavbottom li a span {
    font-size: 11px;
    font-weight: bold;
    display: block;
    letter-spacing: 0;
  }
  header .spmenu .spwrapper .gnavbottom li.li_form {
    width: 100%;
    margin-top: 10px;
  }
  header .spmenu .spwrapper .gnavbottom li form {
    background-color: transparent;
    border: none !important;
  }
  header .spmenu .spwrapper .gnavbottom li form .searchbox {
    width: 175px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 18px;
    margin: 15px auto 0;
  }
  header .spmenu .spwrapper .gnavbottom li form .searchbox input[type="submit"] {
    width: 35px;
    height: 35px;
    display: block;
    border: none;
    background-color: #E4E6E5;
    outline: none;
    background-image: url(../assets/icon_search01.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center right 7px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  header .spmenu .spwrapper .gnavbottom li form .searchbox input[type="search"] {
    width: 140px;
    height: 35px;
    display: block;
    border: none;
    background-color: #E4E6E5;
    outline: none;
    padding: 5px 0;
    line-height: 25px;
    font-size: 13px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  header .spmenu .spwrapper .gnavbottom li form .searchbox input[type="search"]::-webkit-input-placeholder {
    font-size: 13px;
    color: #868686;
  }
  header .spmenu .spwrapper .gnavbottom li form .searchbox input[type="search"]:-ms-input-placeholder {
    font-size: 13px;
    color: #868686;
  }
  header .spmenu .spwrapper .gnavbottom li form .searchbox input[type="search"]::-ms-input-placeholder {
    font-size: 13px;
    color: #868686;
  }
  header .spmenu .spwrapper .gnavbottom li form .searchbox input[type="search"]::placeholder {
    font-size: 13px;
    color: #868686;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  header .spmenu .close span {
    font-size: 13px;
  }
  main {
    padding-top: 12px;
  }
  main .breadcrumb {
    margin: 0 auto 25px;
    padding: 0 20px;
  }
  main .breadcrumb a {
    font-size: 10px;
    color: #2B2B2B;
    letter-spacing: 0;
  }
  main .breadcrumb span {
    font-size: 10px;
    color: #9A9A9A;
    letter-spacing: 0;
  }
  footer .wrapper .faqbox .faq_dl {
    display: block;
    position: relative;
  }
  footer .wrapper .faqbox .faq_dl .faq_dt {
    width: 100%;
    background-image: url(../assets/bg_faq_sp.jpg);
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
    display: block;
  }
  footer .wrapper .faqbox .faq_dl .faq_dt .box {
    width: 100%;
    display: block;
  }
  footer .wrapper .faqbox .faq_dl .faq_dt .box .t01 {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  footer .wrapper .faqbox .faq_dl .faq_dt .box .t02 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0;
  }
  footer .wrapper .faqbox .faq_dl .faq_dt .box .btn {
    width: 235px;
    height: 65px;
    border-radius: 4px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -32.5px;
    left: 0;
    line-height: 15px;
    padding: 25px 0;
    background-color: #2B2B2B;
    margin: 70px auto 0;
    background-image: url(../assets/icon_arrow01.svg);
    background-size: 6px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd {
    width: 100%;
    padding: 23px 20px 60px;
    background-color: #E4E6E5;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd .t01 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 42px;
    padding-left: 45px;
    background-image: url(../assets/icon_cart02.svg);
    background-size: 24.5px auto;
    background-position: left 0 center;
    background-repeat: no-repeat;
    border-bottom: 1.5px solid #C7C7C7;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul {
    width: 100%;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul li {
    border-bottom: 1px solid #C7C7C7;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 40px 15px 48px;
    position: relative;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt img {
    width: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt.opened img {
    transittion: .3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt span {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 12px;
    background-color: #ED9B00;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dt:hover {
    cursor: pointer;
    opacity: .6;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dd {
    background-color: #eee;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 15px 15px 48px;
    position: relative;
    display: none;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd ul li dl dd span {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    left: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    color: #ED9B00;
    font-weight: bold;
  }
  footer .wrapper .faqbox .faq_dl .faq_dd .t02 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 42px;
    padding-left: 45px;
    margin-top: 25px;
    background-size: 24.5px auto;
    background-position: left 0 center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #C7C7C7;
  }
  footer .wrapper .shoppingbox {
    padding: 100px 20px 30px;
  }
  footer .wrapper .shoppingbox .t01 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
  }
  footer .wrapper .shoppingbox .shoplist {
    width: calc(100% - 40px);
    display: block;
    margin: 35px auto 0;
    border-top: 1px solid #C7C7C7;
  }
  footer .wrapper .shoppingbox .shoplist li {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #C7C7C7;
  }
  footer .wrapper .shoppingbox .shoplist li:nth-child(2) {
    border-right: none !important;
    border-left: none !important;
  }
  footer .wrapper .shoppingbox .shoplist li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  footer .wrapper .shoppingbox .shoplist li a .shoplogo {
    width: 156px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .shoppingbox .shoplist li a p {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #2B2B2B;
    margin-top: 23px;
  }
  footer .wrapper .shoppingbox .shoplist li a p img {
    width: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0 15px;
  }
  footer .wrapper .shoppingbox .menulist {
    width: 100%;
    display: block;
    margin: 40px auto 0;
  }
  footer .wrapper .shoppingbox .menulist li {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  footer .wrapper .shoppingbox .menulist li:nth-child(1) a {
    background-image: url(../assets/bg_bnr01.jpg);
  }
  footer .wrapper .shoppingbox .menulist li:nth-child(2) a {
    background-image: url(../assets/bg_bnr02.jpg);
  }
  footer .wrapper .shoppingbox .menulist li:nth-child(3) a {
    background-image: url(../assets/bg_bnr03.jpg);
  }
  footer .wrapper .shoppingbox .menulist li a {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    background-size: cover;
    background-position: center center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .wrapper .bottomcontent {
    background-color: #272727;
  }
  footer .wrapper .bottomcontent .inner {
    padding: 40px 20px 40px;
    max-width: 1340px;
    margin: 0 auto;
  }
  footer .wrapper .bottomcontent .inner .menubox {
    width: 100%;
    float: right;
  }
  footer .wrapper .bottomcontent .inner .menubox .left {
    width: 100%;
    float: left;
    padding: 0 20px;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom {
    font-size: 0;
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li {
    width: calc(50% + 20px);
    margin-bottom: 15px;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li:nth-child(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li:nth-child(3) {
    width: calc(50% - 20px);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li:nth-child(5) {
    width: calc(50% - 20px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li:nth-child(6) {
    width: calc(50% - 20px);
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li a:hover {
    opacity: 1;
    border-bottom: 4px solid #2B2B2B;
  }
  footer .wrapper .bottomcontent .inner .menubox .left .gnavbottom li a span {
    font-size: 11px;
    font-weight: 400;
    font-weight: bold;
    display: block;
    letter-spacing: 0;
  }
  footer .wrapper .bottomcontent .inner .menubox .right {
    display: none;
  }
  footer .wrapper .bottomcontent .inner .logobox {
    width: 100%;
    border-top: 1px solid #465564;
    margin-top: 25px;
    padding-top: 50px;
  }
  footer .wrapper .bottomcontent .inner .logobox .logo {
    width: 203px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .bottomcontent .inner .logobox .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottomcontent .inner .logobox ul {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  footer .wrapper .bottomcontent .inner .logobox ul li {
    margin: 0 11px;
    display: inline-block;
  }
  footer .wrapper .bottomcontent .inner .logobox ul li a {
    display: block;
  }
  footer .wrapper .bottomcontent .inner .logobox ul li a img {
    display: block;
  }
  footer .wrapper .bottomcontent .inner .spsubmenu {
    width: 100%;
    float: right;
    padding-top: 35px;
  }
  footer .wrapper .bottomcontent .inner .spsubmenu ul {
    text-align: center;
  }
  footer .wrapper .bottomcontent .inner .spsubmenu ul li {
    display: inline-block;
    margin: 0 5px;
  }
  footer .wrapper .bottomcontent .inner .spsubmenu ul li a {
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
  }
  footer .wrapper .bottomcontent .inner .pays {
    width: 100%;
    float: right;
    font-size: 0;
    text-align: center;
    margin-top: 20px;
  }
  footer .wrapper .bottomcontent .inner .pays li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
  }
  footer .wrapper .bottomcontent .inner .pays li img {
    width: 36px;
    display: block;
  }
  footer .wrapper .bottomcontent .inner .copy {
    width: 100%;
    float: left;
    color: #fff;
    letter-spacing: 0;
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
  }
}
