/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

button {
  border: none;
}

/* ===============================================================================
Common Setting
=============================================================================== */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.flex.center {
  justify-content: center;
}

.w800 {
  max-width: 860px;
  width: 100%;
  padding: 0 30px;
}

.w820 {
  max-width: 880px;
  width: 100%;
  padding: 0 30px;
}

.w820 > div {
  max-width: calc(50% - 10px);
}

.w724 {
  max-width: 784px;
  width: 100%;
  padding: 0 30px;
  align-items: center;
}

.w724 > div:nth-of-type(2) {
  max-width: 400px;
}

.slipper {
  width: 215px;
}

.interview {
  display: block;
  width: 226px;
  margin-top: 45px;
}

.cnt {
  padding: 50px 0;
}

.cnt--pattern2 {
  background-color: #D6D6D6;
  color: #4D4D4D;
  font-size: 14px;
}

.cnt--pattern2 span {
  color: #111A57;
}

.cnt--pattern3 {
  background-color: #fff;
  padding: 50px 0 100px;
}

.cnt--pattern3.last {
  padding-bottom: 60px;
}

.cnt--pattern4 {
  padding: 30px 0;
}

.pgtop-btn {
  display: none;
  position: fixed;
  right: calc(50% - 550px);
  bottom: 50px;
  width: 61px;
  z-index: 100;
}

.txt-goods {
  width: auto;
  height: 68.7px;
}

.btn-anchor-buy {
  display: block;
  width: 100px;
  margin-top: 50px;
}

.cart {
  color: #111A57;
  text-align: center;
}

.cart_btn .sold {
  display: none;
}

.cart_btn .before {
  display: none;
}

.cart_btn.sold .sale {
  display: none;
}

.cart_btn.sold .sold {
  display: inline-block;
}

.goods-desc {
  margin: 10px 0 5px;
}

.name {
  font-size: 16px;
}

.priceWrap {
  font-size: 15px;
  margin: 0 0 5px;
}

.price {
  font-size: 20px;
}

.shipping,
.shipping-txt {
  display: inline-block;
  font-size: 13px;
  padding: 3px 7px;
  border-top: 1px solid #111A57;
  border-bottom: 1px solid #111A57;
}

.stock {
  font-size: 13px;
}

.cart_btn {
  display: inline-block;
  width: 305px;
  margin: 8px 0;
}

.credit {
  width: 368px;
  margin: auto;
}

.credit-border {
  padding: 7px 8px;
  margin: 80px auto 40px;
  border-top: 1px solid #111A57;
  border-bottom: 1px solid #111A57;
  color: #111A57;
}

.credit-txt {
  text-align: center;
  font-size: 14px;
  color: #4D4D4D;
}

.tyuui {
  margin-top: 40px;
  font-size: 14px;
  color: #4D4D4D;
  text-align: center;
}

.tyuui a {
  display: inline-block;
  color: #009185;
}

.slide {
  position: relative;
  margin: auto;
  overflow: hidden;
  height: 396px;
}

.slide--detail {
  background-color: #fff;
  padding: 60px 0 0;
  height: 630px;
}

.swiper-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: auto;
}

.swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16px;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #D6D6D6;
  margin: 0 10px;
  outline: none;
}

.swiper-pagination-bullet-active {
  background-color: #111A57;
}

.swiper-slide-next,
.swiper-slide-prev {
  cursor: pointer;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Shuei KakuGo Kin B';
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.87;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #213357;
  background-color: #FFFFDE;
}

.spOnly {
  display: none;
}

.center {
  text-align: center !important;
}

a {
  text-decoration: none;
  color: #FFFFE6;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* ===============================================================================
Header
=============================================================================== */
.nav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #111A57;
  color: #FFFFE6;
  z-index: 50;
}

.nav-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  padding: 15px 20px 12px;
  margin: auto;
}

.nav-left {
  width: 156px;
}

.nav-btn {
  position: relative;
  width: 26px;
  height: 22px;
  cursor: pointer;
}

.nav-btn:hover {
  opacity: .5;
}

.nav-btn span {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #FFFFE6;
}

.nav-btn span:nth-of-type(1) {
  top: 0;
}

.nav-btn span:nth-of-type(2) {
  top: 10px;
}

.nav-btn span:nth-of-type(3) {
  bottom: 0;
}

.nav-menu {
  display: none;
  position: absolute;
  top: 55px;
  right: 18px;
  width: 230px;
  text-align: center;
  background-color: #FFFFE6;
  border: 1px solid #111A57;
  z-index: 1;
}

.nav-menu li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 23px;
  border-top: 1px solid #111A57;
}

.nav-menu li:nth-of-type(1) {
  background-color: #111A57;
  border-top: none;
}

.nav-menu li:nth-of-type(1) a {
  padding-left: 19px;
}

.nav-menu li:nth-of-type(2) a {
  padding-left: 26px;
}

.btn-cart {
  width: 166px;
}

.btn-account {
  width: 160px;
}

.btn-help {
  width: 180px;
}

.btn-storetop {
  width: 181px;
}

/* ===============================================================================
MV
=============================================================================== */
.mv {
  position: relative;
  max-width: 800px;
  margin: 65px auto 100px;
}

.mv-txt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 30px;
}

.mv-txt-left {
  width: 156px;
  padding-bottom: 10px;
}

.mv-txt-right {
  width: 215px;
  padding-bottom: 8px;
}

.mv-pics {
  display: flex;
  justify-content: space-between;
}

.mv-pics div {
  width: calc(50% - 1px);
}

.mv-cnt-txt {
  padding: 40px 0;
  text-align: center;
  background-color: #111A57;
  color: #FFFFDE;
}

.mv-cnt-txt span {
  font-size: 12px;
}

.mv-bnr {
  margin-top: 20px;
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
  text-align: center;
  font-family: 'Gothic MB101 DemiBold';
  color: #FFFFDE;
  letter-spacing: 0.06em;
}

footer .banner {
  padding: 45px 0;
}

footer .banner_vintage {
  max-width: 630px;
  padding: 30px 0;
  margin: 0 auto 100px;
  font-size: 2.6rem;
  line-height: 2;
  border-top: 2.62px solid #7F4B63;
  border-bottom: 2.62px solid #7F4B63;
}

footer .banner_vintage a img:nth-of-type(1) {
  max-width: 408px;
}

footer .banner_vintage a img:nth-of-type(2) {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

footer .banner_vintage div img {
  padding-right: 10px;
}

footer .banner_vintage div {
  padding-bottom: 20px;
}

footer a {
  color: #808080;
}

footer .yokoku_list {
  padding: 0 0 30px;
  background-color: #CCE0EC;
}

footer .yokoku_list ul {
  max-width: 902px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

footer .yokoku_list ul li {
  width: 33.333%;
}

footer .yokoku_list ul li .num {
  font-size: 2.4rem;
}

footer .yokoku_list ul li:last-of-type a {
  border-right: none !important;
}

footer .yokoku_list ul li.border_bottom {
  border-bottom: 2px solid #fff;
}

footer .yokoku_list ul li a {
  display: block;
  padding: 0 10px;
  margin-top: 30px;
  line-height: 1.875;
  pointer-events: none;
}

footer .yokoku_list ul li a.active {
  pointer-events: inherit;
  color: #DD5A24;
}

footer .yokoku_list ul li a img {
  opacity: .5;
}

footer .yokoku_list ul li a.active img {
  opacity: 1;
}

footer .yokoku_list .event_off {
  pointer-events: none;
}

footer .yokoku_list .color_off {
  opacity: .5;
}

footer .banner .link {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer li span {
  display: block;
  vertical-align: middle;
}

footer .bottom {
  background-color: #111A57;
  color: #FFFFDE;
  padding: 50px 0 100px;
}

footer .bottom a {
  color: #FFFFDE;
}

footer .inner {
  max-width: 676px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

footer .share_title {
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 1.2rem;
  font-weight: bold;
}

footer .share_title span {
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .share li {
  margin: 0 35px 0 0;
  line-height: 0;
}

footer .share li a {
  font-size: 3.8rem;
  display: block;
}

footer .bottom .menu {
  font-size: 1.2rem;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .bottom .menu li::after {
  content: "";
  display: inline;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0 18px;
}

footer .bottom .menu li:last-of-type:after {
  display: none;
}

footer .copyright {
  font-family: 'Shuei KakuGo Kin B';
  text-align: center;
  font-size: 1.2rem;
  color: #FFFFDE;
}

.hb-twitter:before, .hb-facebook-box:before, .hb-line:before {
  color: #FFFFDE;
}

.sp-br {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (min-width: 769px) {
  footer .yokoku_list ul li a.pcBorder_top {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-bottom: 30px;
  }
  footer .yokoku_list ul li a.pcBorder_bottom {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  footer .hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 6px;
    right: 0;
  }
  footer .hobo a {
    font-size: 1.6rem;
  }
  footer .hobo li {
    margin: 0 0 0 35px;
  }
  footer .email {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .email span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
  footer .ico_home {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .ico_home span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  a:hover {
    opacity: 1;
  }
  .mv {
    margin: 30px auto 30px;
  }
  .mv-txt {
    display: block;
    position: relative;
    height: 80px;
  }
  .mv-txt-left {
    width: 90px;
    position: absolute;
    left: 18px;
    top: 0;
  }
  .mv-txt-right {
    width: 132px;
    position: absolute;
    right: 16px;
    bottom: 5px;
  }
  .mv-pics {
    display: block;
  }
  .mv-pics div {
    width: 100%;
  }
  .mv-pics div:nth-of-type(2) {
    margin-top: 5px;
  }
  .mv-cnt-txt {
    padding: 15px 10px;
    line-height: 2;
    text-align: left;
  }
  .mv-cnt-txt br {
    display: none;
  }
  .mv-cnt-txt span {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 11px;
  }
  .mv-bnr {
    margin: 40px 0;
  }
  .mv-bnr p {
    margin: 15px 10px 10px;
  }
  .img-interview {
    display: block;
    margin: auto;
    max-width: 294px;
  }
  footer .banner .link {
    display: block;
    padding: 0 10px;
  }
  footer .banner .link a:first-of-type {
    display: block;
    padding-bottom: 20px;
  }
  footer .banner_vintage {
    font-size: 1.12rem;
    padding: 30px 0 15px;
  }
  footer .banner_vintage div {
    padding-bottom: 10px;
  }
  footer .banner_vintage div img {
    width: 265px;
    padding-right: 5px;
  }
  footer .yokoku_list ul li {
    width: 50%;
  }
  footer .yokoku_list {
    padding: 0;
  }
  footer .yokoku_list ul li a {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 1.1rem;
    height: 93%;
  }
  footer .yokoku_list ul li:nth-of-type(odd) a {
    border-right: 2px solid #fff;
  }
  footer .yokoku_list ul li.border_bottom_sp {
    border-bottom: 2px solid #fff;
  }
  footer .yokoku_list ul li .num {
    font-size: 1.5rem;
  }
  footer .banner {
    padding: 20px 0;
  }
  footer {
    text-align: center;
  }
  footer .bottom {
    padding: 25px 0 50px;
  }
  footer .share {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  footer .share li {
    margin: 0;
  }
  footer .share li a {
    font-size: 4.5rem;
  }
  footer .hobo {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
  }
  footer .hobo li {
    margin: 0 0 30px 0;
    display: block;
  }
  footer .email {
    font-size: 1.6rem;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 3rem;
    position: relative;
    top: -2px;
  }
  footer .ico_home span {
    margin: 0 9px 3px 0;
    display: inline-block;
    font-size: 3rem;
  }
  footer .bottom .menu {
    font-size: 1.1rem;
    flex-direction: column;
  }
  footer .bottom .menu li::after {
    padding: 0;
  }
  footer .copyright {
    font-size: 1rem;
  }
  footer .banner_vintage {
    padding: 30px 10px;
    margin: 0 auto 80px;
    border-top: 1.33px solid #7F4B63;
    border-bottom: 1.33px solid #7F4B63;
  }
  footer .banner_vintage a img:nth-of-type(1) {
    width: 84%;
  }
  .swiper-container {
    position: static;
    left: inherit;
    transform: inherit;
    width: 100%;
  }
  .slide {
    height: auto;
    padding: 0 0 35px;
  }
  .txt-goods {
    height: 58.4px;
  }
  .btn-anchor-buy {
    margin-top: 20px;
  }
  .w800, .w724 {
    padding: 0 5%;
  }
  .w800 > div:nth-of-type(1) {
    padding-left: 5%;
  }
  .w800 > div:nth-of-type(2) {
    margin-top: 20px;
  }
  .w820 {
    padding: 2.5%;
  }
  .w820 > div {
    max-width: 100%;
  }
  .w820 > div:nth-of-type(2) {
    margin-top: 80px;
  }
  .w724 {
    justify-content: center;
  }
  .cnt {
    padding: 30px 0 50px;
  }
  .cnt--pattern2 {
    font-size: 13px;
    line-height: 21px;
  }
  .cnt--pattern2 .w800 > div:nth-of-type(1) {
    padding-left: 0;
  }
  .cnt--pattern4 {
    padding: 40px 0 30px;
  }
  .goods-pic {
    padding: 0 5%;
  }
  .priceWrap {
    margin: 0 0 10px;
  }
  .credit {
    width: 316px;
  }
  .credit-border {
    width: 236px;
    font-size: 13px;
    padding: 12px 0;
  }
  .credit-txt {
    font-size: 12px;
    line-height: 2;
  }
  .interview {
    margin: 30px 0;
  }
  .nav-inner {
    padding: 10px 15px 10px;
  }
  .nav-menu {
    top: 38px;
    right: 0;
  }
  .nav-left {
    width: 108px;
  }
  .nav-left img {
    margin-top: 1px;
    display: block;
  }
  .nav-btn {
    width: 20px;
    height: 18px;
  }
  .nav-btn span {
    width: 20px;
    height: 1.74px;
  }
  .nav-btn span:nth-of-type(2) {
    top: 8px;
  }
  .pgtop-btn {
    width: 54px;
    bottom: 0;
    right: 2.5%;
  }
  .tyuui {
    margin-top: 10px;
    font-size: 13px;
    padding: 0 5%;
  }
  br:not(.keep) {
    display: none;
  }
  .sp-br {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
