@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

[v-cloak] {
  display: none;
}

.messages {
  font-size: 1.2rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  margin-top: 1.2rem;
}
.messages a {
  text-decoration: underline;
}
.messages p + p {
  margin-top: 1rem;
}
.warning-message {
  color: rgba(0, 0, 0, 0.7);
}
.error-message, .danger-message {
  color: red;
}

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

.t_right {
  text-align: right !important;
}

.t_left {
  text-align: left !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.f10 {
  font-size: 1rem;
}

.f11 {
  font-size: 1.1rem;
}

.f12 {
  font-size: 1.2rem;
}

.f13 {
  font-size: 1.3rem;
}

.f14 {
  font-size: 1.4rem;
}

.f15 {
  font-size: 1.5rem;
}

.f16 {
  font-size: 1.6rem;
}

.f17 {
  font-size: 1.7rem;
}

.f18 {
  font-size: 1.8rem;
}

.f19 {
  font-size: 1.9rem;
}

.f20 {
  font-size: 2rem;
}

.header {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #595757;
}

.header .header__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header .logo {
  position: absolute;
  top: 18px;
  left: 27px;
}

.header .logo img {
  height: 32px;
}

.header .menu__icon {
  display: none;
}

.header .menu__utils {
  text-align: right;
  vertical-align: top;
  padding-right: 20px;
}

.header .menu__utils li {
  display: inline-block;
  line-height: 75px;
  margin-left: 20px;
  font-size: 1.2rem;
}

.header .menu__utils li a {
  color: #231815;
}

.header .menu__utils li a:hover {
  opacity: 0.7;
}

.product {
  width: 100%;
  padding: 45px 0 124px;
  color: #231815;
}

.product .product__container {
  width: 950px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
}

.product .product-L {
  width: 45%;
  vertical-align: top;
}

.product .product-R {
  width: 55%;
  vertical-align: top;
  padding-left: 10%;
}

.product .gallery-thumbs,
.product .gallery-top {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product .swiper-pagination {
  display: none;
}

.product .gallery-thumbs {
  margin-top: 8px;
}

.product .product__name {
  font-size: 2.4rem;
  padding: 30px 0 35px;
  line-height: 1.5;
}

.product .product__price {
  font-size: 2.4rem;
  padding-bottom: 35px;
}

.product .product__price .note {
  font-size: 1.2rem;
}

.product .product__additional {
  font-size: 1.6rem;
  margin-bottom: 35px;
}

.product .product__size {
  padding-bottom: 5px;
}

.product .product__size li {
  display: inline-block;
  margin-right: 18px;
  vertical-align: top;
}
.product .product__size li:nth-child(n + 3) {
  margin-top: 10px;
}

.product .product__size li:last-child {
  margin-right: 0;
}

.product .product__size li .spec__text {
  text-align: center;
}

.product .product__size li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #231815;
  border: 1px solid #000;
  width: 190px;
  padding: 7px 0;
  -webkit-transition: 0.16s;
  transition: 0.16s;
}

.product .product__size li a:hover {
  background-color: #231815;
  color: #fff;
  opacity: 1;
}

.product .product__size li .stock {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #ff5700;
}
.product .product__size li.sold .stock {
  line-height: 2;
}

.product .product__size li .shipmaent_area {
  visibility: hidden;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  color: #ff5700;
  overflow: hidden;
}

.product .product__size li .shipmaent_area p {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 2;
}

.product .product__size li.cart {
  opacity: 0;
  -webkit-transition: all 0.66s ease-out;
  transition: all 0.66s ease-out;
}

.product .product__size li.cart.onsale {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product .product__size li.onsale .shipmaent_area {
  visibility: visible;
}

.product .product__size li.sold a {
  pointer-events: none;
  cursor: default;
  background-color: #ccc;
  color: #000;
}

.product .product__size li.sold .shipmaent_area {
  visibility: hidden;
}

.product .product__size .notice {
  font-size: 1.4rem;
  line-height: 1.6;
}

.product .product__size .notice a {
  width: auto;
  border: none;
  text-align: left;
  font-weight: normal;
  padding: 0;
  display: inline-block;
}

.product .product__size .notice a:hover {
  text-decoration: underline;
  background: none;
  color: #000;
}

.product .product__caption {
  border-top: 1px solid #000;
  font-size: 1.3rem;
  line-height: 2.14;
  margin-top: 30px;
  padding-top: 50px;
  font-weight: bold;
}

.product .product__slide-container {
  width: 400px;
  margin: 0 auto;
}

.product .product__slide li img {
  width: 100%;
}

.product .product__slide-thumb {
  text-align: left;
  margin-right: -6px;
}

.product .product__slide-thumb li {
  vertical-align: top;
  width: calc(16.66% - 6px);
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 6px;
}

.product .product__slide-thumb li:hover {
  opacity: 0.7;
}

.product .product__slide-thumb li img {
  width: 100%;
}

.product .arrow-L img,
.product .arrow-R img {
  width: 19.231px;
}

.product .arrow-L {
  left: 70px;
}

.product .arrow-R {
  right: 70px;
}

.product .arrow-L.pc,
.product .arrow-R.pc {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  top: 50%;
}

.product .arrow-L.sp,
.product .arrow-R.sp {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.product .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.spec {
  width: 100%;
  padding: 0 0 50px;
}

.spec .spec__container {
  width: 950px;
  display: table;
  margin: 0 auto;
  border-top: 1px solid #231815;
  padding-top: 100px;
}

.spec .spec-L,
.spec .spec-R {
  display: table-cell;
  vertical-align: top;
}

.spec .spec-L {
  width: 55%;
}

.spec .spec-R {
  width: 45%;
}

.spec p,
.spec .spec__text,
.spec .spec__all,
.spec .spec__attention,
.spec .spec__note,
.spec .spec__model {
  font-size: 1.2rem;
  line-height: 1.6;
}

.spec .spec__all,
.spec .spec__attention {
  margin-bottom: 2rem;
}

.spec dl {
  margin: 0;
}

.spec dl dt,
.spec dl dd {
  margin-bottom: 1em;
}

.spec .attention {
  color: red;
  display: block;
  margin-bottom: 1rem;
}

.lineup {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #000;
}

.lineup .lineup__items {
  width: fit-content;
  margin: 0 auto;
  padding: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lineup .lineup__items li {
  width: 100px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.lineup .lineup__items li:last-child {
  /* margin-right: 0; */
}

.lineup .lineup__items li img {
  width: 100%;
}

.lineup .arrow-L,
.lineup .arrow-R {
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lineup .arrow-L img,
.lineup .arrow-R img {
  width: 19.231px;
}

.hbr-table {
  border-collapse: collapse;
  width: fit-content;
  margin-bottom: 1.75em;
  margin-top: 1.75em;
}
.hbr-table tbody tr th,
.hbr-table>tr th {
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  border-right: 1px solid #ccc;
}
.hbr-table tbody tr th,
.hbr-table tbody tr td,
.hbr-table>tr th,
.hbr-table>tr td {
  padding: 4px 8px;
  border-top: 1px solid #ccc;
}
.hbr-table tbody tr:last-child th,
.hbr-table tbody tr:last-child td,
.hbr-table>tr:last-child th,
.hbr-table>tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.hbr-table tfoot tr td {
  font-weight: 400;
  line-height: 1.5;
}
.hbr-table tbody tr th,
.hbr-table tbody tr td,
.hbr-table>tr th,
.hbr-table>tr td {
  background-color: #fff;
}
.hbr-table tbody tr th:first-child,
.hbr-table tbody tr:first-child td:first-child {
  border-left: 1px solid #ccc;
}
.hbr-table tbody tr td {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .header {
    height: 108px;
    z-index: 5500;
    border: none;
  }
  .header .header__container {
    max-width: 100%;
    display: block;
  }
  .header .logo {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 20px;
    left: 50%;
  }
  .header .logo img {
    width: 187px;
  }
  .header .menu__utils {
    text-align: left;
    padding-right: 0;
    padding-top: 70px;
  }
  .header .menu__utils ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .menu__utils li {
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .header .menu__utils li:after {
    content: '|';
    display: inline-block;
    margin-left: 10px;
  }
  .header .menu__utils li:last-of-type:after {
    display: none;
  }
  .messages {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .product {
    padding: 15px 0;
    position: relative;
  }
  .product .product__container {
    display: block;
    width: 100%;
  }
  .product .product-L,
  .product .product-R {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product .product-L {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .product .product-R {
    width: 100%;
    vertical-align: top;
    padding: 0 15px;
  }
  .product .gallery-thumbs,
  .product .gallery-top {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .product .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .product .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
  }
  .product .gallery-thumbs {
    display: none;
  }
  .product .product__name {
    font-size: 1.6rem;
    padding: 40px 0 5px;
    font-weight: bold;
  }
  .product .product__price {
    font-size: 1.6rem;
    padding-bottom: 12px;
  }
  .product .product__price .note {
    font-size: 1rem;
  }
  .product .product__additional {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .product .product__size {
    padding-bottom: 5px;
  }
  .product .product__size li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product .product__size li:nth-child(n + 3) {
    margin-top: 0;
  }
  .product .product__size li .spec__text {
    text-align: center;
  }
  .product .product__size li a {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .product .product__caption {
    padding-top: 36px;
    font-size: 1.4rem;
    text-align: left;
  }
  .product .product__slide-container {
    width: calc(100% - 40px);
  }
  .product .product__slide-container img {
    width: 100%;
  }
  .product .product__slide li img {
    width: 100%;
  }
  .product .arrow-L img,
  .product .arrow-R img {
    width: 15px;
  }
  .product .arrow-L {
    left: 15px;
  }
  .product .arrow-R {
    right: 15px;
  }
  .product .arrow-L.pc,
  .product .arrow-R.pc {
    display: none;
  }
  .product .arrow-L.sp,
  .product .arrow-R.sp {
    display: block;
  }
  .product .pagelink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .spec {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 45px 0;
  }
  .spec .spec__container {
    width: 100%;
    padding-top: 60px;
  }
  .spec .spec__size {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .spec .spec-L,
  .spec .spec-R {
    display: block;
    width: 100%;
  }
  .spec .spec-L {
    width: 100%;
  }
  .spec .spec-R {
    width: 100%;
  }
  .spec .spec__text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .spec .spec__all,
  .spec .spec__attention {
    margin-bottom: 1rem;
  }
  .lineup .lineup__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 50px 0;
  }
  .lineup .lineup__items li {
    width: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .lineup .arrow-L,
  .lineup .arrow-R {
    display: block;
  }
  .lineup .arrow-L img,
  .lineup .arrow-R img {
    width: 15px;
  }
}
