@charset "UTF-8";
#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 #original_cat {
  width: 480px;
  margin: 0 auto;
  padding: 40px 64px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
@media screen and (max-width: 520px) {
  #content #original_cat {
    width: 100%;
    padding: 24px;
    box-shadow: none;
  }
}
#content #original_cat h1.member_page_title {
  text-align: center;
  font-size: 2.1rem;
}
#content .newmember_wrap h1.member_page_title {
  text-align: center;
  font-size: 2.1rem;
}
#content #wc_newcompletion {
  width: 480px;
  margin: 0 auto;
  padding: 32px 48px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
#content #wc_newcompletion h1.member_page_title {
  text-align: center;
  font-size: 2.1rem;
}
#content #member_info_wrap {
  width: 75%;
  margin: 0 auto;
  padding: 32px 48px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
@media screen and (max-width: 1366px) {
  #content #member_info_wrap {
    width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 520px) {
  #content #member_info_wrap {
    padding: 0;
    box-shadow: none;
  }
}
#content #member_info_wrap h1.member_page_title {
  font-size: 2.1rem;
  font-weight: bold;
}
#content #member_info_wrap h1.member_page_title img {
  margin-right: 10px;
}

#memberpages .whitebox .header_explanation {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
#memberpages .whitebox div.error_message {
  margin-bottom: 12px;
  font-size: 1.3rem;
  color: #D12C41;
}
#memberpages .whitebox div.error_message b {
  font-weight: bold;
  color: #D12C41;
  font-size: 1.3rem;
}
#memberpages .whitebox .loginbox form[name=loginform] p {
  margin-bottom: 12px;
}
#memberpages .whitebox .loginbox form[name=loginform] p label {
  display: inline-block;
  font-size: 1.4rem;
  width: 100%;
}
#memberpages .whitebox .loginbox form[name=loginform] p label input[type=text],
#memberpages .whitebox .loginbox form[name=loginform] p label input[type=password] {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 16px;
  border-radius: 2em;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
#memberpages .whitebox .loginbox form[name=loginform] p.forgetmenot {
  text-align: center;
  margin-bottom: 8px;
}
#memberpages .whitebox .loginbox form[name=loginform] p.submit {
  text-align: center;
}
#memberpages .whitebox .loginbox form[name=loginform] p.submit input[type=submit] {
  background: #E2E2E2;
  border: 2px solid #CECECE;
  border-radius: 8px;
  padding: 10px 32px;
  line-height: 1;
  font-size: 1.5rem;
  cursor: pointer;
}
#memberpages .whitebox .loginbox p#nav {
  text-align: center;
}
#memberpages .whitebox .loginbox p#nav a {
  display: inline-block;
  padding: 6px 0 0;
}
#memberpages .whitebox .loginbox p#nav a[title=パスワードをお忘れですか？] {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-bottom: 12px;
}
#memberpages .whitebox .loginbox p#nav a.useradd_btn {
  background: #40A721;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 2em;
  font-size: 1.4rem;
}
#memberpages .whitebox .loginbox p#nav a.useradd_btn img {
  margin-right: 8px;
  vertical-align: bottom;
}

#memberpages .whitebox #memberinfo dl {
  display: grid;
  grid-template-columns: 49.7% 49.7%;
  column-gap: 0.6%;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  #memberpages .whitebox #memberinfo dl {
    display: block;
  }
}
#memberpages .whitebox #memberinfo dl div {
  display: flex;
  justify-content: flex-start;
}
#memberpages .whitebox #memberinfo dl div dt {
  width: 30%;
  padding: 8px 12px;
  background: #F5F5F5;
  font-size: 1.3rem;
  border: 1px solid #E8E8E8;
}
@media screen and (max-width: 520px) {
  #memberpages .whitebox #memberinfo dl div dt {
    padding: 8px 4px;
  }
}
#memberpages .whitebox #memberinfo dl div dd {
  width: 70%;
  padding: 8px 12px;
  font-size: 1.3rem;
  border: 1px solid #E8E8E8;
  border-left: none;
}
#memberpages .whitebox #memberinfo .member_submenu {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}
#memberpages .whitebox #memberinfo .member_submenu li a {
  border-radius: 2em;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 14px 8px 16px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
#memberpages .whitebox #memberinfo .member_submenu .edit_member {
  margin-right: 12px;
}
#memberpages .whitebox #memberinfo .member_submenu .edit_member a {
  background: #40A721;
}
#memberpages .whitebox #memberinfo .member_submenu .logout_member a {
  background: #CB7676;
  padding: 10px 14px 8px;
}
#memberpages .whitebox #memberinfo .buy_history {
  font-size: 1.8rem;
  background: #EAEAEA;
  line-height: 1;
  padding: 8px 12px;
  text-align: left;
}
#memberpages .whitebox #memberinfo .currency_code {
  font-size: 1.3rem;
  padding: 10px;
}
#memberpages .whitebox #memberinfo .history-area {
  padding: 14px;
  background: #E8E8E8;
  margin-bottom: 16px;
}
#memberpages .whitebox #memberinfo .history-area #history_head {
  padding: 8px;
  background: #fff;
  width: 100%;
}
#memberpages .whitebox #memberinfo .history-area #history_head tbody tr td {
  font-size: 1.3rem;
  padding: 8px;
}
#memberpages .whitebox #memberinfo h3.edit_title {
  padding: 10px;
  border-top: 1px solid #454545;
  font-size: 1.8rem;
}
#memberpages .whitebox #memberinfo #member_edit_form {
  padding: 24px;
  border: 8px solid #efefef;
  background: #fff;
}
@media screen and (max-width: 520px) {
  #memberpages .whitebox #memberinfo #member_edit_form {
    padding: 10px;
    border: none;
  }
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form {
  width: 100%;
  margin-bottom: 24px;
  padding: 12px;
}
@media screen and (max-width: 520px) {
  #memberpages .whitebox #memberinfo #member_edit_form table.customer_form {
    margin-bottom: 4px;
  }
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody {
  width: 100%;
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  #memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr {
    display: block;
  }
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr#furikana_row td {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr#furikana_row td span {
  white-space: nowrap;
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr th {
  padding: 10px 0;
  width: 20%;
  text-align: left;
  vertical-align: middle;
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  #memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr th {
    display: block;
    width: 100%;
    padding: 6px 0 0;
  }
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr th em {
  color: #D54F6E;
  font-size: 1.3rem;
  margin-right: 4px;
  display: inline-block;
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr td {
  padding: 10px 0;
  width: 75%;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  #memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr td {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr td.name_td {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr td span {
  width: 40px;
  display: inline-block;
  margin-right: 8px;
  font-size: 1.3rem;
}
#memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr td input {
  width: 100%;
  box-sizing: border-box;
  padding: 2px 8px;
  border-radius: 2em;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 1;
  border: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  #memberpages .whitebox #memberinfo #member_edit_form table.customer_form tbody tr td input {
    border-radius: 0;
    padding: 5px 8px;
  }
}

.newmember_wrap {
  width: 700px;
  margin: 0 auto;
  padding: 40px 64px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
@media screen and (max-width: 520px) {
  .newmember_wrap {
    width: 100%;
    padding: 24px;
  }
}
.newmember_wrap #memberpages #newmember .header_explanation {
  margin-bottom: 24px;
}
.newmember_wrap #memberpages #newmember .header_explanation ul li {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.newmember_wrap #memberpages #newmember .header_explanation ul li:last-child {
  margin-bottom: 0;
}
.newmember_wrap #memberpages #newmember form table.customer_form {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .newmember_wrap #memberpages #newmember form table.customer_form {
    margin-bottom: 4px;
  }
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody {
  width: 100%;
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .newmember_wrap #memberpages #newmember form table.customer_form tbody tr {
    display: block;
  }
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr#furikana_row td {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr#furikana_row td span {
  white-space: nowrap;
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr th {
  padding: 6px 0;
  width: 35%;
  text-align: left;
  vertical-align: middle;
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  .newmember_wrap #memberpages #newmember form table.customer_form tbody tr th {
    display: block;
    width: 100%;
    padding: 6px 0 0;
  }
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr th em {
  color: #D54F6E;
  font-size: 1.3rem;
  margin-right: 4px;
  display: inline-block;
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr td {
  padding: 6px 0;
  width: 60%;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  .newmember_wrap #memberpages #newmember form table.customer_form tbody tr td {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr td.name_td {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr td span {
  width: 40px;
  display: inline-block;
  margin-right: 8px;
  font-size: 1.3rem;
}
.newmember_wrap #memberpages #newmember form table.customer_form tbody tr td input {
  width: 100%;
  box-sizing: border-box;
  padding: 2px 8px;
  border-radius: 2em;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 1;
  border: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  .newmember_wrap #memberpages #newmember form table.customer_form tbody tr td input {
    border-radius: 0;
    padding: 5px 8px;
  }
}
.newmember_wrap #memberpages #newmember form .send {
  text-align: center;
}
.newmember_wrap #memberpages #newmember form .send input[type=submit] {
  color: #fff;
  background: #40A721;
  border-radius: 2em;
  border: none;
  padding: 10px 32px;
  line-height: 1;
  font-size: 1.5rem;
  cursor: pointer;
}

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