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

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

body.kinpouge .mv-under .ttl img {
  max-height: 90px;
}

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

a:hover {
  opacity: .8;
}

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

.pc {
  display: block;
}

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

.sp {
  display: none;
}

.price {
  font-size: 14px;
}

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

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

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

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

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

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

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

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 img {
  height: 55px;
  width: auto;
}

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

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

.mv .mySwiper {
  position: relative;
  max-width: 580px;
  height: 60px;
  box-sizing: border-box;
  margin: 13px auto 0;
  padding: 0 18px;
  overflow: hidden;
}

.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;
  background-color: #4050A6;
}

.mv .swiper-button-prev::after,
.mv .swiper-button-next::after {
  content: '';
  background-image: url(/store/marikomikuni/2024ss/assets/img/btn-relative-wh.svg);
  background-size: 100%;
  width: 18px;
  height: 24px;
}

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

.mv .swiper-button-prev::after {
  background-image: url(/store/marikomikuni/2024ss/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/2024ss/assets/img/products/ico-next.png);
  background-position: right;
}

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

.mv-under .ttl {
  padding-bottom: 15px;
}

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

.mv-under .price {
  display: flex;
  align-items: center;
  padding: 0 0 25px;
  position: relative;
}

.mv-under .price .num {
  padding: 0 5px 0 0;
}

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

.mv-under .credit {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  border: 1px solid;
  padding: 7px 18px;
}

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

.yodogawa {
  letter-spacing: 1.5px;
  line-height: 193.333%;
}

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

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

.sec.product .product-inner {
  max-width: 850px;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}

.sec.product .item {
  width: calc(100% / 3);
  padding: 0 10px;
  text-align: left;
}

.sec.product .item .img {
  max-width: 250px;
  margin: 0 auto 18px;
}

.sec.product .item .ttl {
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 30px;
}

.sec.product .item .txt {
  padding: 5px 27px 10px;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: 1.6px;
}

.sec.product .item .price-txt {
  font-size: 14px;
  padding: 0 30px;
  letter-spacing: 1.4px;
}

.sec.product .item .price-txt .num {
  font-size: 20px;
  letter-spacing: 2px;
}

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

.sec.product .item .cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  height: 42px;
  margin: 15px 0 8px;
  color: #fff;
  background-color: #4050A6;
}

.sec.product .item .cart_btn img {
  display: flex;
  align-items: center;
  width: 29px;
  margin-right: 11px;
}

.sec.product .item .cart_btn .sale {
  display: flex;
}

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

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

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

.sec.product .item .stock {
  color: #E26600;
}

.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;
  background-color: #999;
}

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

.sec.product .item.sold .cart_btn .soldout {
  display: flex;
}

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

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

.sec.detail {
  background-color: #DBF7E8;
}

.sec.detail .detail-inner {
  max-width: 850px;
}

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

.sec.detail .detail-inner > div:not(.ttl) {
  background-color: #fff;
}

.sec.detail .detail-inner > div:not(.ttl) .txt {
  padding: 10px;
}

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

.sec.detail .ttl {
  margin: 0 auto 50px;
  max-width: 145.06px;
  text-align: center;
}

.sec.spec .spec-inner {
  max-width: 850px;
  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;
  margin-bottom: 14px;
  background-color: #fff;
  border-bottom: 1.5px solid #000;
}

.sec.spec .txt {
  font-size: 14px;
}

.sec.story {
  background-color: #FFECF4;
}

.sec.story .story-inner {
  max-width: 880px;
  padding: 100px 30px 80px;
  overflow: hidden;
}

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

.sec.story .swiper4 .swiper-slide {
  width: 230px;
}

.sec.story .swiper4 .swiper-slide p {
  font-size: 13px;
  letter-spacing: 0.91px;
  line-height: 138.462%;
  margin-top: 14px;
}

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

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

.sec.relative .ttl {
  padding: 0 0 22px 50px;
}

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

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

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

.sec.relative .swiper-button-next,
.sec.relative .swiper-button-prev {
  height: 100%;
  top: 0;
  left: initial;
  right: 0;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  width: 50px;
}

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

.sec.relative .swiper-button-next::before,
.sec.relative .swiper-button-prev::before {
  content: '';
  background-image: url(/store/marikomikuni/2024ss/assets/img/btn-relative.svg);
  background-size: contain;
  width: 18px;
  height: 24px;
}

.sec.relative .swiper-button-prev {
  right: initial;
  left: 0;
  transform: rotate(180deg);
}

.sec.relative .swiper-button-next.swiper-button-disabled, .sec.relative .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.sec.relative.relatedCotents .related-ttl {
  width: 134px;
}

.sec.relative.relatedProducts .related-ttl {
  width: 82px;
}

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

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 (min-width: 769px) {
  body.kirin .sec.product .item .txt {
    min-height: 144.53px;
  }
  body.suikazura .sec.product .item .txt {
    min-height: 119px;
  }
  body.kawasemi .sec.product .item .txt {
    min-height: 196.5px;
  }
  body.kinpouge .sec.product .item .txt {
    padding: 5px 19px 10px;
  }
  body.kinpouge .sec.product .item .txt {
    min-height: 145px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  body.kinpouge .mv-under .ttl img {
    max-height: 88px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header-inner {
    padding: 7px 10px 3px;
  }
  header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  header .header-left h1 img {
    max-width: 170px;
    width: 100%;
    width: 170px;
  }
  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 .swiper-button-prev::after,
  .mv .swiper-button-next::after {
    width: 12px;
  }
  .mv .swiper-button-prev::after {
    background-image: url(/store/marikomikuni/2024ss/assets/img/products/ico-prev-sp.png);
  }
  .mv .swiper-button-next::after {
    background-image: url(/store/marikomikuni/2024ss/assets/img/products/ico-next-sp.png);
  }
  .mv .mySwiper {
    height: 50px;
    padding: 0 12px;
    width: initial;
    max-width: 375px;
    margin-top: 12px;
  }
  .mv .mySwiper .swiper-wrapper {
    max-width: initial;
    width: initial;
  }
  .mv .mySwiper .swiper-slide {
    width: 50px !important;
  }
  .mv-under {
    padding: 40px 15px 0;
  }
  .mv-under .ttl {
    padding-bottom: 0;
  }
  .mv-under .price {
    padding: 20px 0;
  }
  .mv-under p {
    font-size: 15px;
  }
  .mv-under .credit {
    width: 180px;
  }
  .mv-under .credit.credit-1 {
    margin-right: 70px;
  }
  .mv-under .credit.credit-2 {
    margin-top: 9px;
  }
  .yodogawa br {
    display: none;
  }
  .sec .sec-inner {
    padding: 50px 15px;
  }
  .sec .sec-inner .header img {
    object-fit: cover;
    height: 140px;
  }
  .sec.product .product-inner {
    display: block;
    padding: 50px 15px;
  }
  .sec.product .item {
    width: initial !important;
    padding: 0;
    text-align: center;
  }
  .sec.product .item + .item {
    padding-top: 50px;
  }
  .sec.product .item .img {
    max-width: 500px;
    margin-bottom: 0;
  }
  .sec.product .item .ttl {
    padding: 15px 0 0;
  }
  .sec.product .item .txt {
    font-size: 15px;
    padding: 5px 0 10px;
  }
  .sec.product .item .price-txt {
    padding: 0 0 12px;
  }
  .sec.product .item .cart_btn {
    max-width: 230px;
    height: 57px;
    margin: 0 auto 8px;
  }
  .sec.detail .detail-inner {
    padding-bottom: 50px;
  }
  .sec.detail .detail-inner > div {
    display: block;
  }
  .sec.detail .detail-inner > div:not(.ttl) {
    margin-top: 20px;
  }
  .sec.detail .detail-inner > div:not(.ttl) .txt {
    padding: 30px 20px;
  }
  .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 {
    line-height: 173.333%;
  }
  .sec.detail .detail-inner > div .txt p b {
    line-height: 1.3;
    padding-bottom: 15px;
    display: inline-block;
  }
  .sec.detail .detail-inner > div .txt p b + br {
    display: block;
  }
  .sec.detail .detail-inner > div .txt p br {
    display: none;
  }
  .sec.detail .ttl {
    width: 30%;
    margin-bottom: 50px;
  }
  .sec.spec .spec-inner {
    display: block;
    padding: 50px 15px;
  }
  .sec.spec .left,
  .sec.spec .right {
    width: 100%;
  }
  .sec.spec .right {
    padding-top: 30px;
  }
  .sec.spec .ttl {
    line-height: 1.5;
  }
  .sec.story .story-inner {
    padding: 50px 0;
  }
  .sec.story .ttl {
    margin-bottom: 30px;
    width: 70%;
    max-width: 120px;
  }
  .sec.story .swiper4 .swiper-slide {
    width: 180px;
  }
  .sec.relative .relative-inner {
    padding: 30px 15px;
  }
  .sec.relative .ttl {
    padding: 0 0 15px 0;
  }
  .sec.relative .ttl img {
    width: 80%;
  }
  .sec.relative a p {
    text-align: left;
    padding-top: 6px;
    font-size: 12px;
  }
  .sec.relative .swiperrelative {
    padding: 0;
  }
  .sec.relative .swiper-button-prev,
  .sec.relative .swiper-button-next {
    width: 36px;
  }
  .sec.relative .swiper-button-prev::before,
  .sec.relative .swiper-button-next::before {
    width: 12px;
    height: 16px;
  }
}
