* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'Shuei KakuGo Gin L';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  color: #333;
  background-color: #FFE1DD;
}

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

a:hover {
  opacity: .8;
}

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

.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: #FFE1DD;
  z-index: 2;
  display: none;
}

header a {
  color: #333;
}

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

header .header-left h1 img {
  width: 209.3757px;
}

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

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

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;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  font-family: "JKHandwriting Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-size: 30px;
}

.loading.loaded {
  display: none;
}

.mv {
  width: 100vw;
  margin: auto;
  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;
}

.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%;
  opacity: 0.4;
}

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

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

.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: 50px 30px 100px;
  max-width: 1060px;
  margin: auto;
}

.mv-under .ttl img {
  max-width: 422.7405px;
}

.mv-under .price {
  padding: 30px 0 65px;
}

.mv-under p {
  font-size: 17px;
}

.mv-under .credit-area {
  padding-top: 60px;
}

.mv-under .credit {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border: 1px solid #333;
  padding: 0 4px;
  color: #333;
}

.mv-under .credit.credit-1 {
  margin-right: 50px;
}

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

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

.sec.product .product-inner {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.sec.product .item .img {
  max-width: 300px;
  margin: auto;
}

.sec.product .item .ttl {
  font-size: 24px;
}

.sec.product .item .txt {
  padding: 14px 0 20px;
  line-height: 1.88;
}

.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: block;
  margin: 10px 0 2px;
}

.sec.product .item .cart_btn img {
  max-width: 300px;
}

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

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

.sec.product .item .shipping {
  color: #498088;
}

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

.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: 1260px;
}

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

.sec.detail .detail-inner > div:not(.ttl):nth-of-type(2n+1) {
  flex-direction: row-reverse;
}

.sec.detail .detail-inner > div .img {
  width: 50%;
}

.sec.detail .detail-inner > div .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.sec.detail .detail-inner > div .txt p {
  font-size: 17px;
}

.sec.detail .detail-inner > div .txt p b {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 3;
}

.sec.detail .ttl {
  margin: 0 auto 75px;
  max-width: 239.5176px;
  text-align: center;
  transform: translateX(50px);
}

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

.sec.spec .spec-inner {
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
}

.sec.spec .left,
.sec.spec .right {
  width: calc(50% - 30px);
}

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

.sec.spec .left > div:first-of-type,
.sec.spec .right > div:first-of-type {
  padding-top: 0;
}

.sec.spec .ttl {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 7px;
  background-color: #fff;
  border-radius: 100px;
}

.sec.story .story-inner {
  max-width: 860px;
}

.sec.story .ttl {
  margin: 0 auto 50px;
  max-width: 450px;
}

.sec.story .links {
  display: flex;
  justify-content: space-between;
}

.sec.story .links a {
  width: 50%;
}

.sec.story .links a p {
  color: #498088;
  text-align: center;
  padding-top: 10px;
}

.sec.relative {
  background-color: #fff;
}

.sec.relative .relative-inner {
  max-width: 1060px;
}

.sec.relative .ttl {
  padding-bottom: 30px;
}

.sec.relative .ttl img {
  max-width: 419.704px;
}

.sec.relative .item {
  display: flex;
  justify-content: space-between;
}

.sec.relative .item a {
  width: calc(25% - 50px);
}

.sec.relative .item a:nth-of-type(4n) {
  margin-right: 0;
}

.sec.relative .item a p {
  color: #498088;
  text-align: center;
  padding-top: 15px;
  line-height: 1.3;
}

footer {
  position: relative;
}

footer a {
  color: #333;
}

footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 100px 20px;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13.65px;
  line-height: 27.3px;
  letter-spacing: 0.1em;
}

footer .footer__left {
  width: 195.7812px;
}

footer .footer__left img.twitter {
  width: 40.6538px;
}

footer .footer__left img.facebook {
  width: 35.5264px;
}

footer .footer__left img.line {
  width: 37.3942px;
}

footer .footer__right {
  width: 800px;
  margin: 0 0 5px 100px;
  align-items: flex-end;
}

footer .footer__right > a {
  display: flex;
  align-items: center;
}

footer .footer__right > a span.imgWrap {
  display: flex;
  align-items: center;
}

footer .footer__right > a span:not(.imgWrap) {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__right img.kansou {
  width: 25.2491px;
}

footer .footer__right img.home {
  width: 42px;
}

footer .footer__right img.mail {
  width: 23.2297px;
}

footer .footer__right img.toStore {
  width: 22.9539px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 60px;
  font-size: 12px;
  line-height: 36.49px;
  text-align: center;
}

footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 1140px) {
  footer .footer__right {
    width: 700px;
    margin-left: 50px;
  }
}

@media (max-width: 990px) {
  footer br.sp {
    display: block;
  }
  footer .hobonichi.pc {
    display: none;
  }
  footer .hobonichi.sp {
    display: block;
  }
  footer .footer__inner {
    padding: 50px 10px;
    align-items: flex-end;
    flex-direction: row;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 13px;
  }
  footer .footer__left {
    width: 100%;
    justify-content: center;
  }
  footer .footer__left a:nth-of-type(2) {
    margin: 0 55px;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    flex-direction: column;
    align-items: initial;
    width: 50%;
    margin: 40px 0 0;
  }
  footer .footer__right a {
    margin: 12px 0;
  }
  footer .footer__right a:first-of-type {
    margin-top: 0;
  }
  footer .footer__right a:last-of-type {
    margin-bottom: 0;
  }
  footer .footer__right a span.imgWrap {
    display: inline-block;
    width: 32px;
    text-align: right;
  }
  footer .footer__right a span.imgWrap img {
    vertical-align: middle;
  }
  footer .footer__right img.kansou {
    width: 20.7px;
  }
  footer .footer__right img.home {
    width: 31.8px;
  }
  footer .footer__right img.mail {
    width: 23.2297px;
  }
  footer .footer__right img.toStore {
    width: 22.9539px;
  }
  footer .footer__bottom {
    width: calc(50% - 10px);
    margin: 10px 0 6px 10px;
    line-height: 17px;
    text-align: left;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  footer .footer__bottom__links a {
    margin-top: 10px;
  }
  footer .footer__bottom__links a:first-of-type {
    margin-top: 0;
  }
  footer .hobonichi {
    font-size: 12px;
    margin-top: 50px;
  }
}

@media (max-width: 835px) {
  header .header-right a {
    margin-right: 20px;
  }
  header .header-right a:nth-of-type(3) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  .price {
    font-size: 15px;
  }
  .price .num {
    font-size: 22px;
  }
  .price .tax {
    font-size: 10px;
  }
  header .header-inner {
    padding: 5px 10px;
  }
  header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  header .header-left h1 img {
    width: 100px;
  }
  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;
  }
  .mv-under {
    padding: 15px 15px 50px;
  }
  .mv-under .ttl img {
    width: 70%;
  }
  .mv-under .price {
    padding: 12px 0 30px;
  }
  .mv-under p {
    font-size: 15px;
  }
  .mv-under .credit-area {
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }
  .mv-under .credit.credit-1 {
    margin-right: 70px;
  }
  .sec .sec-inner {
    padding: 50px 15px;
  }
  .sec.product .product-inner {
    display: block;
  }
  .sec.product .item + .item {
    padding-top: 80px;
  }
  .sec.product .item .img {
    max-width: 500px;
  }
  .sec.product .item .ttl {
    padding-top: 15px;
  }
  .sec.product .item .price-txt {
    font-size: 15px;
  }
  .sec.product .item .price-txt .num {
    font-size: 22px;
  }
  .sec.product .item .price-txt .tax {
    font-size: 10px;
  }
  .sec.detail .detail-inner {
    padding-bottom: 30px;
  }
  .sec.detail .detail-inner > div {
    display: block;
  }
  .sec.detail .detail-inner > div:not(.ttl) {
    margin-top: 50px;
  }
  .sec.detail .detail-inner > div .img {
    width: 100%;
  }
  .sec.detail .detail-inner > div .txt {
    justify-content: initial;
    width: 100%;
  }
  .sec.detail .detail-inner > div .txt p {
    font-size: 15px;
    padding: 5px 0 0;
  }
  .sec.detail .detail-inner > div .txt p b {
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 0;
    display: inline-block;
  }
  .sec.detail .ttl {
    transform: translateX(18%);
    width: 50%;
    margin-bottom: 50px;
  }
  .sec.spec .spec-inner {
    display: block;
    padding: 30px 15px;
  }
  .sec.spec .left,
  .sec.spec .right {
    width: 100%;
  }
  .sec.spec .right {
    padding-top: 30px;
  }
  .sec.spec .ttl {
    font-size: 14px;
    padding: 0 10px;
  }
  .sec.spec .txt {
    font-size: 14px;
  }
  .sec.story .story-inner {
    padding: 50px 15px;
  }
  .sec.story .ttl {
    margin-bottom: 30px;
    width: 80%;
  }
  .sec.story .links a p {
    padding-top: 0;
    font-size: 12px;
  }
  .sec.relative .relative-inner {
    padding: 30px 15px;
  }
  .sec.relative .ttl {
    padding-bottom: 15px;
  }
  .sec.relative .ttl img {
    width: 80%;
  }
  .sec.relative .item a {
    width: calc(25% - 10px);
  }
  .sec.relative .item a p {
    text-align: left;
    padding-top: 6px;
    font-size: 12px;
  }
}
