@charset "UTF-8";
* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'A1 Gothic R';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.63;
  color: #000;
}

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

a:hover {
  opacity: .8;
}

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

ul, li {
  list-style: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline-block;
}

.sp {
  display: none;
}

.price {
  font-size: 17px;
}

.price .num {
  font-size: 26px;
}

.price .tax {
  font-size: 12px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
  z-index: 2;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  height: 60px;
  padding: 5px 30px;
  margin: auto;
}

header .header-left h1 img {
  width: 205px;
  vertical-align: middle;
}

header .header-right {
  display: flex;
  align-items: center;
}

header .header-right a {
  display: flex;
  align-items: center;
  margin-right: 50px;
  color: #000;
}

header .header-right a span {
  padding-left: 10px;
}

header .header-right a:nth-of-type(1) img {
  width: 21.538px;
}

header .header-right a:nth-of-type(2) img {
  width: 16px;
}

header .header-right a:nth-of-type(3) {
  margin-right: 0;
}

header .header-right a:nth-of-type(3) img {
  width: 29px;
}

.swiper-pagination {
  bottom: -34px !important;
}

.swiper-pagination-bullet {
  background: #808080;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #D94600;
}

.mvWrap {
  position: relative;
}

.mv {
  width: 100vw;
  margin: 60px auto 0;
  overflow: hidden;
}

.mv .swiper {
  width: 100%;
  height: 100%;
}

.mv .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.mv .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mv .mySwiper2 {
  height: 80%;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
}

.mv .mySwiper2 .swiper-slide {
  max-width: 900px;
}

.mv .mySwiper {
  position: relative;
  max-width: 1000px;
  height: 20%;
  box-sizing: border-box;
  margin: 10px auto;
  overflow: hidden;
}

.mv .mySwiper .swiper-wrapper {
  max-width: 1000px;
}

.mv .mySwiper .swiper-slide {
  height: 100%;
  background-color: #000;
}

.mv .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  background-color: #000;
}

.mv .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mv .mySwiper .swiper-slide-thumb-active img {
  opacity: 1;
}

.mv .swiper-button-prev,
.mv .swiper-button-next {
  top: 0;
  margin-top: 0;
  width: auto;
  height: 100%;
  cursor: pointer;
}

.mv .swiper-button-prev::after,
.mv .swiper-button-next::after {
  background-size: contain;
  content: '';
  width: 20px;
  height: 100%;
}

.mv .swiper-button-prev {
  left: 0;
}

.mv .swiper-button-prev::after {
  background-image: url(/store/marikomikuni/2022aw/assets/img/products/ico-prev.png);
  background-position: left;
}

.mv .swiper-button-next {
  right: 0;
}

.mv .swiper-button-next::after {
  background-image: url(/store/marikomikuni/2022aw/assets/img/products/ico-next.png);
  background-position: right;
}

.mv-under {
  padding: 60px 30px 0;
  max-width: 960px;
  margin: auto;
}

.mv-under .mv-under-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.mv-under .ttl {
  margin-right: 45px;
}

.mv-under .ttl img {
  max-height: 21.0586px;
  width: auto;
}

.mv-under .price img {
  max-height: 19.0811px;
  width: auto;
  vertical-align: bottom;
}

.sec .sec-inner {
  padding: 60px 30px 0;
  margin: auto;
}

.sec.product {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.sec.product .product-inner {
  position: relative;
  max-width: 960px;
  margin: auto;
  padding: 60px 30px;
  display: flex;
}

.sec.product .product-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #000;
  width: 100%;
  max-width: 900px;
}

.sec.product .item {
  margin-right: 30px;
  max-width: 200px;
}

.sec.product .item .cart + .cart {
  margin-top: 20px;
}

.sec.product .item .cart:not(.sold) .sale {
  display: block;
}

.sec.product .item .cart:not(.sold) .sold {
  display: none;
}

.sec.product .item .cart.sold .sale {
  display: none;
}

.sec.product .item .cart.sold .sold {
  display: block;
}

.sec.product .item .cart.sold .cart_btn {
  display: flex;
  background: #9e9e9e;
  color: #fff;
  border-color: #9e9e9e;
  pointer-events: none;
}

.sec.product .item .ttl {
  margin: 15px 0;
}

.sec.product .item .ttl img {
  max-height: 11.2363px;
  width: auto;
  vertical-align: middle;
}

.sec.product .item .txt {
  padding: 10px 0 20px;
  line-height: 1.88;
  word-break: keep-all;
  width: 120%;
  margin-left: -10%;
}

.sec.product .item .price-txt {
  font-size: 17px;
}

.sec.product .item .price-txt .num {
  font-size: 26px;
}

.sec.product .item .price-txt .tax {
  font-size: 12px;
}

.sec.product .item .cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 100px;
  margin: auto;
}

.sec.product .item .cart_btn img {
  width: 21px;
  margin-right: 8px;
}

.sec.product .item .cart_btn span {
  letter-spacing: 0.06em;
}

.sec.product .item .stock,
.sec.product .item .shipping,
.sec.product .item .free,
.sec.product .item .beforemsg {
  font-size: 12px;
}

.sec.product .item .shipping {
  color: #D94600;
  margin-top: 1px;
  height: 20px;
}

.sec.product .item .free {
  display: none;
}

.sec.product .item .beforemsg {
  display: block;
  color: #666;
  padding-top: 10px;
  line-height: 1.8;
}

.sec.product .item.sold .cart_btn {
  pointer-events: none;
}

.sec.product .item.sold .cart_btn img.sale {
  display: none;
}

.sec.product .item.sold .cart_btn img.soldout {
  display: inline-block;
}

.sec.product .item.sold .stock,
.sec.product .item.sold .shipping {
  display: none;
}

.sec.product .item.sold .free {
  display: block;
}

.sec.detail .detail-inner {
  max-width: 960px;
  padding-bottom: 36px;
}

.sec.detail .detail-inner > div {
  margin-top: 50px;
}

.sec.detail .detail-inner > div .ttl {
  padding: 0 2px 6px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.sec.detail .detail-inner > div .ttl.material {
  width: 115.4912px;
}

.sec.detail .detail-inner > div .ttl.details {
  width: 91.7637px;
}

.sec.detail .detail-inner > div .cnt {
  display: flex;
}

.sec.detail .detail-inner > div .cnt .left {
  margin-right: 38px;
  width: 44%;
}

.sec.detail .detail-inner > div .cnt .left p:nth-child(1) {
  font-size: 22px;
  line-height: 1.29;
  letter-spacing: 0.08em;
  margin: 20px 0;
}

.sec.detail .detail-inner > div .cnt .left p:nth-child(2) {
  text-align: justify;
  letter-spacing: 0.02em;
}

.sec.detail .detail-inner > div .cnt .right {
  width: 56%;
  overflow: hidden;
}

.sec.detail .detail-inner > div .cnt .right img + img {
  margin-top: 20px;
}

.sec.detail .detail-inner > div .cnt + .cnt {
  margin-top: 20px;
}

.sec.detail .detail-inner > div:first-child {
  margin-top: 0;
}

.sec.spec {
  background-color: #EBEBEB;
}

.sec.spec .spec-inner {
  max-width: 960px;
  padding: 60px 30px 86px;
  display: flex;
  justify-content: space-between;
}

.sec.spec .left > div,
.sec.spec .right > div {
  margin-top: 30px;
}

.sec.spec .left > div .ttl,
.sec.spec .right > div .ttl {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.sec.spec .left > div .cnt,
.sec.spec .right > div .cnt {
  line-height: 1.5;
}

.sec.spec .left > div .cnt .mini,
.sec.spec .right > div .cnt .mini {
  font-size: 13px;
}

.sec.spec .left > div .cnt.list,
.sec.spec .right > div .cnt.list {
  list-style: none;
  font-size: 13px;
}

.sec.spec .left > div .cnt.list li,
.sec.spec .right > div .cnt.list li {
  position: relative;
  padding-left: 13px;
}

.sec.spec .left > div .cnt.list li::before,
.sec.spec .right > div .cnt.list li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.sec.spec .left > div:first-child,
.sec.spec .right > div:first-child {
  margin-top: 0;
}

.sec.spec .left > div.size .cnt,
.sec.spec .right > div.size .cnt {
  text-align: center;
}

.sec.spec .left > div.size .sizeImg,
.sec.spec .right > div.size .sizeImg {
  max-width: 300px;
}

.sec.spec .left > div.size .tableWrap,
.sec.spec .right > div.size .tableWrap {
  display: flex;
  align-items: flex-end;
}

.sec.spec .left > div.size table,
.sec.spec .right > div.size table {
  max-width: 242px;
  width: 100%;
  font-size: 13px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-spacing: 0;
  text-align: center;
  margin-top: 45px;
}

.sec.spec .left > div.size table td,
.sec.spec .right > div.size table td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 80px;
  height: 35px;
}

.sec.spec .left > div.size .tani,
.sec.spec .right > div.size .tani {
  font-size: 12px;
  margin-left: 8px;
}

.sec.spec .left {
  margin-right: 38px;
  width: 44%;
}

.sec.spec .right {
  width: 56%;
}

.sec.credit .credit-inner {
  max-width: 960px;
  padding: 66px 30px 100px;
  font-size: 13px;
  line-height: 1.5;
}

.sec.credit .credit-inner .ttl {
  font-size: 15px;
}

.footerWrap {
  border-top: 1px solid #000;
}

footer {
  max-width: 940px;
  margin: 0 auto;
  padding: 63px 0 37px;
  text-align: center;
  font-size: 16px;
}

footer a {
  color: #000;
  border-color: #000;
}

footer ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}

footer ul.hobo a {
  text-align: center;
  width: 220px;
  border-radius: 2em;
  border: 1px solid;
  display: inline-block;
  line-height: 3;
}

footer ul.sns {
  padding: 30px 0;
  gap: 25px;
}

footer ul.link a {
  font-family: 'A1 Gothic L', sans-serif;
  font-size: 13px;
  color: #000;
  position: relative;
}

footer ul.link a:after {
  content: '/';
  display: inline-block;
  position: absolute;
  right: -18px;
}

footer ul.link li:last-of-type a:after {
  display: none;
}

footer .copyright {
  padding-top: 20px;
  display: inline-block;
}

@media (max-width: 1140px) {
  .mv .mv-logo {
    max-width: 400px;
    width: initial;
  }
}

@media (max-width: 910px) and (min-width: 835px) {
  header .header-right a {
    font-size: 11px;
  }
}

@media screen and (max-width: 834px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header-inner {
    padding: 8px 10px;
    height: 50px;
  }
  header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  header .header-left h1 img {
    max-width: 142.3761px;
    width: 100%;
  }
  header .header-right a {
    margin-right: 15px;
  }
  header .header-right a span {
    display: none;
  }
  header .header-right a:nth-of-type(2) img {
    width: 12px;
  }
  .swiper-pagination {
    bottom: -30px !important;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .mv {
    margin-top: 50px;
  }
  .mv-under {
    padding: 50px 5% 0;
  }
  .mv-under .ttl img {
    max-height: 16.8486px;
  }
  .mv-under .price img {
    max-height: 16.4033px;
  }
  .mv-under .mv-under-head {
    display: block;
  }
  .sec .sec-inner {
    padding: 40px 5%;
  }
  .sec .sec-inner .header img {
    object-fit: cover;
    height: 140px;
  }
  .sec.product .product-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 5% 40px;
  }
  .sec.product .item {
    max-width: initial;
    width: calc(50% - 2.5%);
    margin-right: 0;
  }
  .sec.product .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .sec.product .item .cart_btn {
    width: 130px;
    height: 32.5px;
    font-size: 14px;
  }
  .sec.product .item .cart_btn img {
    width: 18.9583px;
    margin-right: 6px;
  }
  .sec.product .item .shipping {
    font-size: 10px;
  }
  .sec.product .item .cart + .cart {
    margin-top: 15px;
  }
  .sec.detail .detail-inner {
    padding: 40px 0;
  }
  .sec.detail .detail-inner > div .ttl {
    padding-bottom: 0;
    margin: 0 0 25px 5%;
  }
  .sec.detail .detail-inner > div .ttl.material {
    width: 80.9033px;
  }
  .sec.detail .detail-inner > div .ttl.details {
    width: 67.0332px;
  }
  .sec.detail .detail-inner > div .cnt {
    flex-direction: column-reverse;
  }
  .sec.detail .detail-inner > div .cnt .left,
  .sec.detail .detail-inner > div .cnt .right {
    width: 100%;
  }
  .sec.detail .detail-inner > div .cnt .left {
    margin: 0;
    padding: 0 5%;
  }
  .sec.detail .detail-inner > div .cnt .left p:nth-child(1) {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .sec.detail .detail-inner > div .cnt .right {
    padding-bottom: 25px;
  }
  .sec.detail .detail-inner > div .cnt .right .swiperWrap {
    position: relative;
  }
  .sec.detail .detail-inner > div .cnt .right .swiper-pagination-bullets {
    bottom: -23px !important;
  }
  .sec.spec .spec-inner {
    display: block;
    padding: 40px 5%;
  }
  .sec.spec .left,
  .sec.spec .right {
    width: 100%;
  }
  .sec.spec .left > div,
  .sec.spec .right > div {
    margin-top: 40px;
  }
  .sec.spec .right {
    margin-top: 40px;
  }
  .sec.credit .credit-inner {
    padding: 40px 5%;
  }
  footer {
    padding: 40px 0 25px;
  }
  footer ul.hobo, footer ul.link {
    display: block;
  }
  footer ul.hobo li:nth-of-type(n + 2) {
    padding-top: 20px;
  }
  footer ul.sns img {
    width: 33px;
  }
  footer ul {
    gap: 24px;
  }
  footer ul.link {
    line-height: 1.8;
  }
  footer ul.link a:after {
    display: none;
  }
}
