#wrapper {
  width: 100%;
}
#wrapper #global-header {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  #wrapper #global-header {
    width: 100%;
  }
}
#wrapper #global-header .header-top .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9vh;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  #wrapper #global-header .header-top .header-inner {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper #global-header .header-top .header-inner {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #global-header .header-top .header-inner {
    width: 90%;
  }
}
#wrapper #global-header .header-top .header-inner .search {
  width: 20vw;
}
@media screen and (max-width: 1500px) {
  #wrapper #global-header .header-top .header-inner .search {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #global-header .header-top .header-inner .search {
    display: none;
  }
}
#wrapper #global-header .header-top .header-inner .logo {
  width: 10vw;
}
@media screen and (max-width: 1500px) {
  #wrapper #global-header .header-top .header-inner .logo {
    width: 150px;
    height: 100%;
  }
}
#wrapper #global-header .header-top .header-inner .logo h2 {
  height: 100%;
}
#wrapper #global-header .header-top .header-inner .logo h2 a {
  transition: all ease 0.3s;
  height: 100%;
}
#wrapper #global-header .header-top .header-inner .logo h2 a img {
  width: 100%;
  height: 100%;
}
#wrapper #global-header .header-top .header-inner .logo h2 a:hover {
  opacity: 0.5;
}
#wrapper #global-header .inner {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
#wrapper #global-header .inner h2 {
  display: flex;
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 1360px) {
  #wrapper #global-header .inner h2 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #global-header .inner h2 {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #global-header .inner h2 {
    margin-left: 0;
  }
}
#wrapper #global-header .inner h2 a {
  transition: all ease 0.5s;
}
#wrapper #global-header .inner h2 a:hover {
  opacity: 0.5;
}
#wrapper #global-header .inner h2 a img {
  width: 100%;
}

#global-navi {
  width: 100%;
  background: #070707;
}
#global-navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#global-navi ul li {
  text-align: center;
  margin-left: 40px;
}
@media screen and (max-width: 1360px) {
  #global-navi ul li {
    margin-left: 28px;
  }
}
#global-navi ul li:first-child {
  margin-left: 0;
}
#global-navi ul li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.4rem;
  height: 100%;
  padding: 2vh 0 2vh 0;
  transition: all 0.3s ease;
  font-weight: bold;
  transition: all ease 0.5s;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  #global-navi ul li a {
    font-size: 1.4em;
    padding: 20px 0 20px 0;
  }
}
#global-navi ul li a:hover {
  color: #A2A2A2;
}
@media screen and (max-width: 1024px) {
  #global-navi {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #global-navi {
    display: none;
  }
}

.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 0 0 0 40px;
  border-radius: 50vw;
  height: 33px;
  width: 300px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 2000px) {
  .search_container {
    width: 250px;
    height: 40px;
    border-radius: 20px;
    padding: 4px 10px 4px 40px;
  }
}
@media screen and (max-width: 1360px) {
  .search_container {
    width: 200px;
    height: 2.8em;
    padding: 0 10px 0 30px;
  }
}

.search_container input[type=text] {
  border: none;
  height: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1500px) {
  .search_container input[type=text] {
    height: 2em;
  }
}

.search_container input[type=text]:focus {
  outline: 0;
}

.search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.4rem;
  border: none;
  background: none;
  color: #333;
  position: absolute;
  width: 50px;
  height: 33px;
  left: 0;
  top: -2px;
  outline: none;
}
@media screen and (max-width: 2000px) {
  .search_container input[type=submit] {
    height: 39px;
  }
}
@media screen and (max-width: 1500px) {
  .search_container input[type=submit] {
    font-size: 1.5em;
    width: 2.5em;
    height: 2.4em;
  }
}
@media screen and (max-width: 1360px) {
  .search_container input[type=submit] {
    top: -6px;
  }
}

.contact-list {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .contact-list {
    width: 300px;
  }
}
.contact-list ul {
  display: flex;
  justify-content: flex-end;
}
.contact-list ul li {
  display: flex;
  align-items: center;
  padding: 5px 12px 5px 16px;
}
.contact-list ul li a {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  transition: all ease 0.3s;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .contact-list ul li a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-list ul li a {
    font-size: 0.65rem;
  }
}
.contact-list ul li a:hover {
  opacity: 0.5;
}
.contact-list ul li.cart {
  background: #E8E8E8;
  border-radius: 2em;
}
@media screen and (max-width: 1024px) {
  .contact-list ul li.cart {
    flex-direction: column;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    width: 65px;
    height: 60px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 65px;
    display: grid;
    place-items: center;
    background: #EBEBEB;
  }
}
.contact-list ul li.cart::before {
  content: "";
  background: url("../images/cart.svg") no-repeat;
  width: 1.2vw;
  height: 1.7vh;
  background-size: contain;
  display: block;
  margin-right: 0.4vw;
}
@media screen and (max-width: 1500px) {
  .contact-list ul li.cart::before {
    width: 17px;
    height: 18px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-list ul li.cart::before {
    margin-right: 0;
    margin-bottom: -18px;
    margin-top: 4px;
  }
}
.contact-list ul li.login_btn {
  background: #333333;
  border-radius: 2em 0 0 2em;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .contact-list ul li.login_btn {
    display: none;
  }
}
.contact-list ul li.login_btn a {
  color: #fff;
}
.contact-list ul li.login_btn::before {
  content: "";
  background: url("../images/icon_account_wht.svg") no-repeat;
  width: 14px;
  height: 15px;
  background-size: contain;
  display: block;
  margin-right: 4px;
}
@media screen and (max-width: 1500px) {
  .contact-list ul li.login_btn::before {
    width: 17px;
    height: 18px;
    margin-right: 8px;
  }
}
.contact-list ul li.member_add_btn {
  background: #333333;
  border-radius: 0 2em 2em 0;
}
@media screen and (max-width: 1024px) {
  .contact-list ul li.member_add_btn {
    display: none;
  }
}
.contact-list ul li.member_add_btn a {
  color: #47DE1A;
}
.contact-list ul li.member_add_btn::before {
  content: "";
  background: url("../images/icon_account_green.svg") no-repeat;
  width: 18px;
  height: 15px;
  background-size: contain;
  display: block;
  margin-right: 4px;
}

.key-visual {
  margin: 0 auto;
  position: relative;
  background: url("../images/key-img.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 50vh;
}
@media screen and (max-width: 1500px) {
  .key-visual {
    height: 500px;
  }
}
@media screen and (max-width: 1240px) {
  .key-visual {
    height: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual {
    height: 320px;
  }
}
@media screen and (max-width: 520px) {
  .key-visual {
    height: 240px;
  }
}
.key-visual .overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.key-visual h1 {
  font-size: 5.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  position: absolute;
  bottom: 20vh;
  left: 8vw;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  .key-visual h1 {
    font-size: 2.8rem;
    bottom: 4vh;
    left: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual h1 {
    bottom: 2vh;
  }
}
@media screen and (max-width: 520px) {
  .key-visual h1 {
    bottom: 12vh;
    font-size: 2.4rem;
    line-height: 1.3em;
  }
}
.key-visual h1 .br-sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .key-visual h1 .br-sp {
    display: block;
  }
}

.subkey-visual {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 35vh;
}
@media screen and (max-width: 1500px) {
  .subkey-visual {
    height: 375px;
  }
}
@media screen and (max-width: 1240px) {
  .subkey-visual {
    height: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .subkey-visual {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .subkey-visual {
    height: 230px;
  }
}
@media screen and (max-width: 520px) {
  .subkey-visual {
    height: 200px;
  }
}
.subkey-visual h1 {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  bottom: 4vh;
  left: 8vw;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 1500px) {
  .subkey-visual h1 {
    font-size: 3rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 1240px) {
  .subkey-visual h1 {
    font-size: 2.8rem;
    bottom: 4vh;
    left: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .subkey-visual h1 {
    bottom: 2vh;
  }
}
@media screen and (max-width: 768px) {
  .subkey-visual h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  .subkey-visual h1 {
    font-size: 1.8rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 320px) {
  .subkey-visual h1 {
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
.subkey-visual h1 span {
  font-size: 1vw;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .subkey-visual h1 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .subkey-visual h1 span {
    font-size: 0.9rem;
    bottom: 4vh;
    left: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .subkey-visual h1 span {
    font-size: 0.8rem;
    bottom: 2vh;
  }
}
@media screen and (max-width: 520px) {
  .subkey-visual h1 span {
    font-size: 0.7rem;
  }
}
.subkey-visual h1 .br-sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .subkey-visual h1 .br-sp {
    display: block;
  }
}

.product-bg {
  background: url("../product/images/top.jpg") no-repeat center;
  background-size: cover;
}

.product-detail-bg {
  background: linear-gradient(45deg, #8A8A8A 50%, #D3D3D3 50%);
}

.company-bg {
  background: url("../company/images/top.jpg") no-repeat center;
  background-size: cover;
}

.contact-bg {
  background: url("../contact/images/contact.jpg") no-repeat center;
  background-size: cover;
}

.privacy-bg {
  background: url("../privacy/images/top.jpg") no-repeat center;
  background-size: cover;
}

.cat-angle {
  position: relative;
}
.cat-angle::after {
  content: "";
  background: url("../product/images/angle.png") no-repeat;
  width: 17vw;
  height: 30vh;
  background-position: right;
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .cat-angle::after {
    width: 328px;
    height: 328px;
  }
}
@media screen and (max-width: 768px) {
  .cat-angle::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 520px) {
  .cat-angle::after {
    width: 140px;
    height: 140px;
  }
}

/* Scss Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  overflow: hidden;
}

main#colum-2 {
  height: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  main#colum-2 {
    flex-direction: column;
  }
}

.container {
  width: 1240px;
  margin: 120px auto;
}
@media screen and (max-width: 1366px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 1240px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    margin: 24px auto;
  }
}

header.title {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 1vh;
}
@media screen and (max-width: 1500px) {
  header.title {
    padding-bottom: 12px;
  }
}
header.title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  color: #1a1a1a;
}
@media screen and (max-width: 1500px) {
  header.title h2 {
    line-height: 1.2em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  header.title h2 {
    font-size: 1.8rem;
  }
}
header.title h2 span {
  font-size: 0.7rem;
  color: #930E1F;
}
@media screen and (max-width: 1500px) {
  header.title h2 span {
    font-size: 0.6rem;
  }
}

a.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: table;
  margin: 0 auto;
  font-weight: bold;
  padding: 16px 40px;
  border: 1px solid #1a1a1a;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1500px) {
  a.btn {
    padding: 12px 40px;
    font-size: 0.9rem;
    margin: 12px auto 0 auto;
  }
}
@media (max-width: 768px) {
  a.btn {
    font-size: 0.8rem;
  }
}
a.btn:hover {
  background: #1a1a1a;
  color: #fff;
}

#common-cta {
  margin-top: 80px;
}
@media screen and (max-width: 520px) {
  #common-cta {
    margin-top: 40px;
  }
}
#common-cta .banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#common-cta .banner .banner-smallbox {
  padding: 2vh 2vw;
  width: 48%;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-smallbox {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-smallbox {
    padding: 12px;
  }
}
#common-cta .banner .banner-smallbox .banner-inner {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-smallbox .banner-inner {
    width: 100%;
  }
}
#common-cta .banner .banner-smallbox .banner-inner h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 {
    font-size: 1.7rem;
  }
}
#common-cta .banner .banner-smallbox .banner-inner h2 span {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 8px;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 span {
    font-size: 0.6rem;
  }
}
#common-cta .banner .banner-smallbox .banner-inner p {
  color: #fff;
  font-size: 0.7rem;
  margin-top: 12px;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-smallbox .banner-inner p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-smallbox .banner-inner p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-smallbox .banner-inner p {
    font-size: 0.7rem;
  }
}
#common-cta .banner .banner-01 {
  background: url("../images/banner_01.jpg") no-repeat;
  background-size: cover;
}
#common-cta .banner .banner-02 {
  background: url("../images/banner_02.jpg") no-repeat;
  background-size: cover;
}
#common-cta .banner .banner-biglbox {
  display: flex;
  justify-content: space-between;
  margin-top: 5vh;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox {
    margin-top: 20px;
  }
}
#common-cta .banner .banner-biglbox .banner-left {
  width: 35%;
  display: grid;
  place-items: center;
  padding-left: 30px;
  border-left: 10px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox .banner-left {
    width: 60%;
  }
}
#common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 {
    font-size: 1.7rem;
  }
}
#common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 span {
  font-size: 1.4rem;
  color: #1a1a1a;
  margin-left: 8px;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 span {
    font-size: 0.6rem;
  }
}
#common-cta .banner .banner-biglbox .banner-left .banner-left-inner p {
  color: #1a1a1a;
  font-size: 0.7rem;
  margin-top: 12px;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner p {
    font-size: 0.7rem;
  }
}
#common-cta .banner .banner-biglbox .banner-left a.banner-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: table;
  margin: 1.5vh auto 0 0;
  font-weight: bold;
  padding: 1vh 3vw;
  border: 1px solid #1a1a1a;
  transition: all ease 0.5s;
  color: #1a1a1a;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox .banner-left a.banner-btn {
    padding: 8px 40px;
    font-size: 0.9rem;
    margin: 12px auto 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-biglbox .banner-left a.banner-btn {
    font-size: 0.7rem;
    padding: 8px 32px;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox .banner-left a.banner-btn {
    font-size: 0.7rem;
    padding: 8px 0;
    text-align: center;
  }
}
#common-cta .banner .banner-biglbox .banner-left a.banner-btn:hover {
  background: #fff;
  color: #333;
}
#common-cta .banner .banner-biglbox .banner-img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox .banner-img {
    width: 36%;
  }
}
#common-cta .banner .banner-biglbox .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox .banner-img img {
    object-position: left;
  }
}

a.banner-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: table;
  margin: 1.5vh auto 0 0;
  font-weight: bold;
  padding: 1vh 3vw;
  border: 1px solid #fff;
  transition: all ease 0.5s;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  a.banner-btn {
    padding: 8px 40px;
    font-size: 0.9rem;
    margin: 12px auto 0 0;
  }
}
@media screen and (max-width: 1024px) {
  a.banner-btn {
    font-size: 0.7rem;
    padding: 8px 32px;
  }
}
@media screen and (max-width: 768px) {
  a.banner-btn {
    font-size: 0.7rem;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
  }
}
a.banner-btn:hover {
  background: #fff;
  color: #333;
}

.common-best {
  margin-top: 7vh;
  background: url("../images/best-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
@media screen and (max-width: 1500px) {
  .common-best {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .common-best {
    margin-top: 40px;
    padding: 24px 0;
  }
}
.common-best .common-best-inner {
  width: 1240px;
  margin: 5vh auto;
}
@media screen and (max-width: 1500px) {
  .common-best .common-best-inner {
    margin: 0px auto;
  }
}
@media screen and (max-width: 1366px) {
  .common-best .common-best-inner {
    width: 80%;
  }
}
@media screen and (max-width: 1240px) {
  .common-best .common-best-inner {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner {
    margin: 0 auto;
  }
}
.common-best .common-best-inner h2 {
  color: #fff;
}
.common-best .common-best-inner h2 span {
  color: #fff;
}
.common-best .common-best-inner .best-contents {
  display: flex;
  justify-content: space-between;
  padding: 3vh 0;
}
@media screen and (max-width: 1500px) {
  .common-best .common-best-inner .best-contents {
    padding: 36px 0;
  }
}
@media screen and (max-width: 768px) {
  .common-best .common-best-inner .best-contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner .best-contents {
    padding: 24px 0;
  }
}
.common-best .common-best-inner .best-contents .best-box {
  width: 18%;
  transition: all ease 0.3s;
  cursor: pointer;
}
.common-best .common-best-inner .best-contents .best-box:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .common-best .common-best-inner .best-contents .best-box {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner .best-contents .best-box {
    margin-bottom: 12px;
  }
}
.common-best .common-best-inner .best-contents .best-box .best-img {
  width: 100%;
}
.common-best .common-best-inner .best-contents .best-box .best-img img {
  width: 100%;
}
.common-best .common-best-inner .best-contents .best-box .best-txt {
  padding: 8px 0;
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner .best-contents .best-box .best-txt {
    padding: 4px 0;
  }
}
.common-best .common-best-inner .best-contents .best-box .best-txt h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner .best-contents .best-box .best-txt h3 {
    font-size: 1.3rem;
  }
}

/* Scss Document */
#column2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #column2 {
    flex-direction: column-reverse;
  }
}
#column2 #sidebar {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #column2 #sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #sidebar {
    margin-top: 40px;
  }
}
#sidebar .side-box {
  margin-bottom: 4vh;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #sidebar .side-box {
    margin-bottom: 20px;
  }
}
#sidebar .side-box:last-child {
  margin-bottom: 0;
}
#sidebar .side-box .side-title {
  border-bottom: 0.3vh solid #8D8D8D;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box .side-title {
    border-bottom: 2px solid #8D8D8D;
  }
}
#sidebar .side-box .side-title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box .side-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  #sidebar .side-box .side-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  #sidebar .side-box .side-title h2 {
    font-size: 1.8rem;
  }
}
#sidebar .side-box .side-title h2 span {
  font-size: 1.1rem;
  color: #989595;
  margin-left: 8px;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box .side-title h2 span {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1240px) {
  #sidebar .side-box .side-title h2 span {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #sidebar .side-box .side-title h2 span {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  #sidebar .side-box .side-title h2 span {
    font-size: 0.6rem;
    margin-left: 4px;
  }
}
#sidebar .side-box ul li {
  border-bottom: 0.15vh solid #C3C3C3;
  padding-left: 6px;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box ul li {
    border-bottom: 1px solid #C3C3C3;
    padding-left: 12px;
  }
}
#sidebar .side-box ul li:last-child {
  border-bottom: none;
}
#sidebar .side-box ul li a {
  font-size: 1.5rem;
  padding: 1vh 0;
  display: block;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box ul li a {
    font-size: 1.4rem;
    padding: 12px 0;
  }
}
@media screen and (max-width: 1240px) {
  #sidebar .side-box ul li a {
    font-size: 1.3rem;
  }
}
#sidebar .side-box ul li a:hover {
  color: #930E1F;
}

#global-footer {
  background: #EFEFEF;
  padding: 6vh 0;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #global-footer {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  #global-footer {
    padding: 32px 0;
  }
}
#global-footer .global-wrap {
  display: flex;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1240px) {
  #global-footer .global-wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #global-footer .global-wrap {
    flex-direction: column;
  }
}
#global-footer .global-wrap .footer-left {
  width: 9vw;
}
@media screen and (max-width: 1500px) {
  #global-footer .global-wrap .footer-left {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  #global-footer .global-wrap .footer-left {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #global-footer .global-wrap .footer-left {
    width: 100%;
  }
}
#global-footer .global-wrap .footer-left h2.logo {
  width: 100%;
}
@media (max-width: 1024px) {
  #global-footer .global-wrap .footer-left h2.logo {
    width: 35%;
  }
}
@media (max-width: 768px) {
  #global-footer .global-wrap .footer-left h2.logo {
    width: 25%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #global-footer .global-wrap .footer-left h2.logo {
    margin: 0 auto;
    width: 45%;
  }
}
#global-footer .global-wrap .footer-left h2.logo a {
  transition: all ease 0.5s;
}
#global-footer .global-wrap .footer-left h2.logo a:hover {
  opacity: 0.5;
}
#global-footer .global-wrap .footer-left h2.logo a img {
  width: 100%;
}
#global-footer .global-wrap .footer-right {
  width: 60%;
}
@media (max-width: 768px) {
  #global-footer .global-wrap .footer-right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #global-footer .global-wrap .footer-right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #global-footer .global-wrap .footer-right .navi-wrap {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  #global-footer .global-wrap .footer-right .navi-wrap {
    margin-top: 30px;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer {
  width: 100%;
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #global-footer .global-wrap .footer-right .navi-wrap .global-footer ul {
    justify-content: center;
    margin: 24px 0 12px 0;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  #global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  #global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi:not(:last-child) {
    margin-right: 24px;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi a {
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  #global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi a {
    font-size: 1.3rem;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi a:hover {
  color: #A2A2A2;
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi ul.sub-navi {
  display: flex;
  flex-direction: column;
  padding-left: 1vw;
  border-left: 1px solid #D6D6D6;
  margin-top: 1vh;
}
@media screen and (max-width: 1500px) {
  #global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi ul.sub-navi {
    padding-left: 10px;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  #global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi ul.sub-navi {
    padding-left: 8px;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi ul.sub-navi li {
  margin: 4px 0;
}
@media (max-width: 1024px) {
  #global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi ul.sub-navi li {
    margin: 3px 0;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi ul.sub-navi li a {
  color: #818181;
  font-size: 1.3rem;
  font-weight: normal;
  transition: all ease 0.3s;
}
@media (max-width: 1024px) {
  #global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi ul.sub-navi li a {
    font-size: 1.2rem;
    letter-spacing: 0.01rem;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .global-footer ul li.main-navi ul.sub-navi li a:hover {
  color: #A2A2A2;
}
#global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  #global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul {
    justify-content: center;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 768px) {
  #global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul li:not(:last-child) {
    margin-right: 24px;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul li a {
  font-family: "Montserrat", sans-serif;
  color: #B9B9B9;
  font-size: 1.2em;
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  #global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul li a {
    font-size: 1.1em;
  }
}
@media (max-width: 768px) {
  #global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul li a {
    font-size: 1.1em;
  }
}
@media (max-width: 480px) {
  #global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul li a {
    font-size: 1.3em;
  }
}
#global-footer .global-wrap .footer-right .navi-wrap .subglobal-footer ul li a:hover {
  color: #707070;
}

.copy {
  font-size: 0.6vw;
  text-align: center;
  position: absolute;
  bottom: 1vh;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .copy {
    font-size: 0.9em;
    bottom: 4px;
  }
}
@media (max-width: 1024px) {
  .copy {
    font-size: 0.1em;
  }
}
.copy small {
  font-family: "Montserrat", sans-serif;
  color: #333;
}

.container {
  margin: 40px auto 120px;
}

#content h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
#content div.usccart_navi {
  border: 9px solid #ececec;
  padding: 12px;
}
#content div.usccart_navi li {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #content div.usccart_navi li.cart {
    width: 40%;
  }
}
#content div.usccart_navi li:last-child {
  margin-bottom: 0;
}

#cart_form_01 {
  padding: 16px;
}
#cart_form_01 .no_cart {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 520px) {
  #cart_form_01 #cart {
    width: 100%;
    overflow-x: scroll;
  }
}
#cart_form_01 #cart .upbutton {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1;
}
#cart_form_01 #cart .upbutton input[name=upButton] {
  display: inline-block;
  margin-left: 12px;
  font-size: 1.4rem;
  border: none;
  background: #343434;
  color: #fff;
  line-height: 1;
  padding: 8px 12px;
}
#cart_form_01 #cart #cart_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
@media screen and (max-width: 520px) {
  #cart_form_01 #cart #cart_table {
    width: 1000px;
  }
}
#cart_form_01 #cart #cart_table thead tr th {
  padding: 8px;
  font-size: 1.4rem;
  border-bottom: 2px solid #454545;
}
#cart_form_01 #cart #cart_table thead tr th:last-child {
  border-right: none;
}
#cart_form_01 #cart #cart_table tbody tr:nth-child(even) {
  background: #fafafa;
}
#cart_form_01 #cart #cart_table tbody tr td {
  font-size: 1.3rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #afafaf;
}
#cart_form_01 #cart #cart_table tbody tr td.thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
#cart_form_01 #cart #cart_table tbody tr td.thumbnail a img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#cart_form_01 #cart #cart_table tbody tr td.productname {
  padding: 0 8px;
  line-height: 2;
  text-align: left;
}
#cart_form_01 #cart #cart_table tbody tr td.quantity input {
  font-size: 1.5rem;
  background: #f9f9f9;
  border: none;
  padding: 4px;
}
#cart_form_01 #cart #cart_table tfoot th {
  font-size: 1.5rem;
  text-align: right;
}
#cart_form_01 #cart #cart_table tfoot th .tax {
  font-style: normal;
  font-size: 1.3rem;
}
#cart_form_01 #cart .currency_code {
  text-align: right;
  font-size: 1.3rem;
  padding-right: 3px;
}

/*# sourceMappingURL=cart.css.map */
