* {
  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: #FAFEE5;
}

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

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

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

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

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

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

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-height: 40px;
  width: auto;
}

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

.mv-under .price::before {
  content: '';
  display: inline-block;
  background-image: url(/store/marikomikuni/2023ss/assets/img/ico-slash.svg);
  background-size: 100%;
  width: 147px;
  height: 80px;
  margin: 7px -80px 0 0;
}

.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;
  overflow: hidden;
}

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

.sec.product .item {
  width: calc(100% / 3 - 10px);
}

.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;
  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: 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,
.sec.product .item .beforemsg {
  font-size: 13px;
}

.sec.product .item .shipping {
  color: #6A1F58;
}

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

.sec.product .item .beforemsg {
  color: #666;
  padding-top: 10px;
}

.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) .txt {
  padding-left: 10px;
}

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

.sec.detail .detail-inner > div:not(.ttl):nth-of-type(2n+1) .txt {
  padding-right: 10px;
  padding-left: 0;
}

.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 {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 1.5;
  word-break: keep-all;
}

.sec.detail .ttl {
  margin: 0 auto 40px;
  max-width: 282.4424px;
  text-align: center;
  transform: translateX(60px);
}

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

.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 {
  overflow: hidden;
}

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

.sec.story .ttl {
  margin: 0 auto 40px;
  max-width: 527.8549px;
}

.sec.story .links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 840px;
  margin: auto;
}

.sec.story .links > div {
  width: calc(100% / 2 - 10px);
  max-width: 350px;
  margin-top: 60px;
}

.sec.story .links > div a {
  display: block;
}

.sec.story .links > div p {
  font-size: 22px;
  line-height: 1.2;
  color: #333;
  text-align: center;
  word-break: keep-all;
  width: 118%;
  margin-left: -9%;
}

.sec.story .links > div p + p {
  font-size: 18px;
  padding-top: 15px;
  width: 158%;
  margin-left: -29%;
}

.sec.story .link-ttl {
  display: block;
  height: 37.4951px;
  width: auto;
  margin: 25px auto 30px;
}

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

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

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

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

.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: #E26600;
  text-align: center;
  padding-top: 15px;
  line-height: 1.3;
}

.sec.relative .swiperrelative {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

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

.sec.relative .swiperrelative .swiper-button-prev-relative {
  cursor: pointer;
  background-image: url(/store/marikomikuni/2023ss/assets/img/ico-arrow-relative-prev.svg);
  background-size: 100%;
  width: 20px;
  height: 33px;
  top: 45%;
}

.sec.relative .swiperrelative .swiper-button-prev-relative::after {
  content: none;
}

.sec.relative .swiperrelative .swiper-button-next-relative {
  cursor: pointer;
  background-image: url(/store/marikomikuni/2023ss/assets/img/ico-arrow-relative-next.svg);
  background-size: 100%;
  width: 20px;
  height: 33px;
  top: 45%;
}

.sec.relative .swiperrelative .swiper-button-next-relative::after {
  content: none;
}

footer {
  position: relative;
  background-color: #E6F7FF;
}

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: 1100px) {
  .sec.story .links > div p {
    font-size: 20px;
  }
  .sec.story .links > div p + p {
    font-size: 17px;
  }
}

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

@media (max-width: 1070px) {
  header .header-left h1 img {
    width: 290px;
  }
}

@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: 910px) {
  header .header-right a {
    margin-right: 15px;
  }
  header .header-right a:nth-of-type(3) {
    margin-right: 0;
  }
}

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

@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 {
    max-width: 230px;
    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;
  }
  .mv-under {
    padding: 15px 15px 50px;
  }
  .mv-under .price {
    padding: 10px 0 30px;
  }
  .mv-under .price::before {
    margin: 0 -80px -4px 0;
  }
  .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;
  }
  .yodogawa br {
    display: none;
  }
  .sec .sec-inner {
    padding: 50px 15px;
  }
  .sec.product .product-inner {
    display: block;
  }
  .sec.product .item {
    width: initial;
  }
  .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(7%);
    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 {
    overflow: hidden;
  }
  .sec.story .story-inner {
    padding: 50px 15px;
  }
  .sec.story .ttl {
    margin-bottom: 0;
    width: 80%;
  }
  .sec.story .links {
    max-width: 600px;
  }
  .sec.story .links > div {
    width: calc(50% - 10px);
    max-width: 250px;
    margin-top: 40px;
  }
  .sec.story .links > div p {
    padding-top: 0;
    font-size: 3.2vw;
  }
  .sec.story .links > div p + p {
    font-size: 2.5vw;
    padding-top: 3%;
  }
  .sec.story .link-ttl {
    height: 20px;
    margin: 20px auto 18px;
  }
  .sec.relative .relative-inner {
    padding: 30px 0;
  }
  .sec.relative .ttl {
    padding-bottom: 15px;
    padding-left: 30px;
  }
  .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;
  }
  .sec.relative .swiperrelative {
    padding: 0 40px;
  }
  .sec.relative .swiperrelative .swiper-button-next-relative,
  .sec.relative .swiperrelative .swiper-button-prev-relative {
    width: 40px;
    height: 100%;
    background-color: #fff;
    background-size: 11px;
    top: initial;
    bottom: 0;
  }
  .sec.relative .swiperrelative p {
    text-align: left;
    padding-top: 6px;
    font-size: 12px;
  }
  .sec.relative .swiperrelative .swiper-button-next-relative {
    right: 0;
    background-position: 12px 9vw;
  }
  .sec.relative .swiperrelative .swiper-button-prev-relative {
    left: 0;
    background-position: 16px 9vw;
  }
}

@media (max-width: 424px) {
  .sec.relative .swiperrelative {
    padding: 0 30px;
  }
  .sec.relative .swiperrelative .swiper-button-next-relative,
  .sec.relative .swiperrelative .swiper-button-prev-relative {
    width: 30px;
    background-position: 10px 9vw;
  }
}
