@charset "UTF-8";

@import "/store/marikomikuni/2025aw/assets/css/variables.css";
@import "/store/marikomikuni/2025aw/assets/css/header.css";
@import "/store/marikomikuni/2025aw/assets/css/footer.css";

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

body {
  font-family: "Shuei KakuGo Kin B";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  color: #526e81;
}

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

a {
  text-decoration: none;
  color: #526e81;
}

a:hover {
  opacity: 0.8;
}

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

.pc {
  display: block;
}

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

.sp {
  display: none;
}

.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: 100000;
  font-size: 30px;
}

.loading img {
  height: 55px;
  width: auto;
}

.loading.loaded {
  display: none;
}

.mvWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
}

.mvWrap .mv {
  width: 57%;
  max-width: 768px;
  margin: 0;
  overflow: hidden;
}

.mySwiper2Wrap {
  position: relative;
  padding-inline: 34px;
}

.mv .mySwiper {
  padding-inline: 34px;
}

.swiper-button-next-mv,
.swiper-button-prev-mv {
  width: 14px;
  height: auto;
}

.mvWrap .mv .mySwiper2 .swiper-slide span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.mvWrap .mv .mySwiper .swiper-slide:not(.swiper-slide-duplicate) {
  opacity: 0.6;
}

.mvWrap
  .mv
  .mySwiper
  .swiper-slide:not(.swiper-slide-duplicate).swiper-slide-thumb-active {
  opacity: 1;
}

.mv .swiper-button-prev::after,
.mv .swiper-button-next::after {
  display: none;
}

.mv .swiper-button-prev,
.mv .swiper-button-next {
  display: none;
}

@media (min-width: 769px) {
  .mvWrap .mv .mySwiper2 .swiper-slide {
    cursor: pointer;
  }
  .mvWrap .mv .mySwiper .swiper-wrapper {
    transform: initial !important;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
  }
  .mvWrap .mv .mySwiper .swiper-slide:not(.swiper-slide-duplicate) {
    margin: 10px 10px 0 0;
    width: calc(100% / 7 - 10px);
    cursor: pointer;
  }
  .mvWrap .mv .mySwiper .swiper-slide-duplicate {
    display: none;
  }

  .mv .swiper-button-prev,
  .mv .swiper-button-next {
    display: block;
  }
}

.mvWrap .honbun--left div {
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
}

.mvWrap .honbun--left div + div {
  padding-top: 2rem;
}

.mvWrap .swiper-container {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 117px);
}

.mvWrap .swiper-container.loaded {
  min-height: inherit;
}

.mvWrap .swiper-pagination--1 {
  right: 0;
}

.mvWrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 20px 4px 0;
  background-color: #a2abaf;
}

.mvWrap .swiper-pagination-bullet-active {
  background-color: #850e16;
}

.mv-under {
  padding: 60px 30px 0;
  width: 48%;
  max-width: 544px;
}

.mv-under .item-header-left {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.mv-under .name-above {
  max-width: 507px;
  margin-bottom: 30px;
}

.mv-under .name {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 48px;
  margin-right: 50px;
}

.mv-under .name img {
  height: 57px;
  width: auto;
  max-width: 100%;
}

.mv-under .name img.cedar {
  height: 47px;
}

.mv-under .price {
  display: flex;
  letter-spacing: 1px;
  word-break: keep-all;
}

.mv-under .credit-area {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.mv-under .credit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  letter-spacing: 1.5px;
  border: 1px solid #544242;
  color: #544242;
}

.mv-under .credit:hover {
  color: #fff;
  background: #526e81;
  border-color: #526e81;
}

.mv-under--v2 .item-header-left {
  align-items: flex-end;
}

.mv-under--v2 .price {
  line-height: 1.2;
}

.mv-under--v3 .item-header-left {
  align-items: flex-end;
}

.mv-under--v3 .price {
  line-height: 3;
}

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

.yodogawa span {
  display: block;
}

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

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

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

.sec.product .item {
  width: calc(100% / 4 - 20px * 3 / 4);
  margin-top: 60px;
  color: #526e81;
}

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

.sec.product .item .cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  height: 50px;
  margin: 15px auto 8px;
  color: #fff;
  background-color: #544242;
}

.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: #526e81;
}

.sec.product .item .stock {
  color: #526e81;
}

.sec.product .item .free {
  display: none;
  color: #526e81;
}

.sec.product .item .beforemsg a {
  color: #544242;
}

.sec.product .item.sold .cart_btn {
  pointer-events: none;
  color: #526e81;
  background: #dbdee9;
}

.sec.product .item .cart_btn.before {
  font-size: 12px;
  background: #526e81;
  color: #fff;
  pointer-events: none;
}

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

.sec.product .item .beforemsg {
  display: block;
  color: #526e81;
  line-height: 1.5;
  font-size: 10px;
}

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

.sec.product .item .stock.loaded {
  display: block;
}

.sec.product .item.sold.before .beforemsg {
  display: none;
}

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

.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 .stock.loaded,
.sec.product .item.sold .shipping {
  display: none;
}

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

.sec.about .about-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1512px;
  margin: auto;
}

.sec.about .about-left {
  width: 50%;
}

.sec.about .about-left div {
  margin-top: 20px;
}

.sec.about .about-left div:first-child {
  margin-top: 0;
}

.sec.about .about-right {
  width: 50%;
  padding: 80px 0 0 60px;
}

.sec.about .about-ttl {
  max-width: 393px;
}

.sec.about .about-txt {
  margin: 80px 0 50px;
}

.sec.about .about-stamp {
  max-width: 189px;
}

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

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

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

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

.sec.detail .detail-inner > div:not(.ttl):nth-of-type(2n) {
  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 100px;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  width: fit-content;
}

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

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

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

.sec.story {
  background: #526e81;
}

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

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

.sec.story .links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  row-gap: 80px;
}

.sec.story .links a {
  width: calc(100% / 3);
  max-width: 400px;
  text-align: center;
  color: #fff;
}

.sec.story .links a > img:nth-of-type(2) {
  max-height: 53px;
  width: auto;
  max-width: 100%;
  margin: 10px 0 15px;
}

.sec.story .links a > p:nth-of-type(1) {
  font-size: 18px;
  line-height: 2;
}

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

.sec.relative .relative-inner {
  max-width: 1200px;
  padding: 100px 0;
}

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

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

.sec.relative a p {
  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: rgba(241, 240, 240, 0.8);
  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/2025aw/assets/img/btn-relative.svg");
  background-size: contain;
  width: 18px;
  height: 24px;
}

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

.sec.relative .swiper-button-next {
  right: -20px;
  left: initial;
}

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

@media (max-width: 1008px) and (min-width: 769px) {
  body.fruitage .mv-under .item-header-left {
    flex-direction: column;
    align-items: flex-start;
  }
  body.fruitage .mv-under .price {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
}

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

body.cedar .sec.product .product-inner {
  flex-direction: row-reverse;
  max-width: 640px;
}

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

body.licorice .sec.product .product-inner {
  justify-content: center;
}

body.travellers .mv-under .name img {
  height: 26px;
}

body.travellers .mv-under .price {
  line-height: 1.2;
}

body.travellers .sec.product .product-inner {
  max-width: 1200px;
  gap: 10px;
}

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

body.travellers .sec.product .item:nth-of-type(1) {
  order: 3;
}

body.travellers .sec.product .item:nth-of-type(2) {
  order: 1;
}

body.travellers .sec.product .item:nth-of-type(3) {
  order: 4;
}

body.travellers .sec.product .item:nth-of-type(4) {
  order: 2;
}

@media (min-width: 769px) {
  body.travellers .mvWrap {
    max-width: 1400px;
  }
  body.travellers .mv-under {
    max-width: 630px;
  }
  body.travellers .mv-under .item-header-left {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  body.travellers .mv-under .name {
    margin-right: 40px;
  }
  body.travellers .mv-under .name img {
    height: 29px;
  }
}

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

  body.travellers .sec.product .product-inner {
    max-width: 640px;
  }
  body.travellers .sec.product .item {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 1080px) {
  .sec.about .about-right {
    padding: 40px 0 0 4%;
  }
  .sec.about .about-txt {
    margin: 40px 0;
  }
  .sec.about .about-txt .pc {
    display: none;
  }
}

@media (max-width: 1300px) and (min-width: 769px) {
  body.travellers .mv-under .price {
    width: 100%;
    justify-content: flex-end;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  body.travellers .mv-under .name-above {
    max-width: 400px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }

  .mvWrap {
    display: block;
  }
  .mvWrap .mv {
    width: 100%;
    max-width: 100%;
  }
  .mvWrap .mv .mySwiper {
    padding: 0;
    width: initial;
    margin-top: 10px;
  }
  .mvWrap .mv .mySwiper .swiper-wrapper {
    max-width: initial;
    width: initial;
  }
  .mvWrap .mv .mySwiper .swiper-slide-active {
    margin-left: 0 !important;
    /* 左余白を削除 */
    transform: translateX(0) !important;
    /* 強制的に左端に配置 */
  }

  .mySwiper2Wrap {
    padding: 0;
  }

  .mv-under {
    padding: 40px 15px 0;
    width: 100%;
    margin: auto;
  }
  .mv-under .item-header-left {
    flex-direction: column;
    width: 100%;
  }
  .mv-under .name {
    width: 100%;
    margin: 0;
  }
  .mv-under .name img {
    height: 53px;
  }
  .mv-under .name img.cedar {
    height: 41px;
  }
  .mv-under .price {
    width: 100%;
    justify-content: flex-end;
  }
  .mv-under .credit {
    width: 50%;
    letter-spacing: initial;
  }
  .yodogawa br {
    display: none;
  }

  .yodogawa span {
    margin-top: 1.9em;
  }

  .sec .sec-inner {
    padding: 50px 15px;
  }
  .sec .sec-inner .header img {
    object-fit: cover;
    height: 140px;
  }
  .sec.product .product-inner {
    flex-direction: column;
    padding: 20px 15px 50px;
  }
  .sec.product .item {
    width: initial !important;
    padding: 0;
    text-align: center;
    margin: 60px auto 0;
  }
  .sec.product .item .img {
    margin-bottom: 6px;
  }
  .sec.product .item .price-txt {
    padding: 0 0 12px;
  }
  .sec.product .item .cart_btn {
    max-width: 240px;
    height: 50px;
    margin: 0 auto 8px;
  }
  .sec.about .about-inner {
    padding: 50px 0;
    flex-direction: column-reverse;
  }
  .sec.about .about-ttl {
    max-width: 295px;
  }
  .sec.about .about-left {
    width: 100%;
  }
  .sec.about .about-left > div {
    margin-top: 15px;
  }
  .sec.about .about-left > div:first-child {
    margin-top: 0;
  }
  .sec.about .about-right {
    width: 100%;
    padding: 0 15px 50px;
  }
  .sec.about .about-txt {
    font-size: 14px;
  }
  .sec.about .about-stamp {
    margin: 0;
    max-width: 160px;
  }
  .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 {
    display: flex !important;
    width: 113px;
    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 15px;
  }
  .sec.story .ttl {
    margin-bottom: 0;
    max-width: 262px;
  }
  .sec.story .links {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    row-gap: 0;
  }
  .sec.story .links a {
    width: 100%;
    margin: 50px 0 0;
  }
  .sec.story .links a > p:nth-of-type(1) {
    font-size: 15px;
  }
  .sec.story .links a > p:nth-of-type(2) {
    font-size: 13px;
    margin-top: 8px;
  }
  .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 {
    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;
  }

  .sec.relative .swiper-button-prev {
    left: 0;
  }

  .sec.relative .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 520px) {
  body.travellers .mv-under .price {
    margin-top: 15px;
  }
}

.gotoBuy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: 0.4s;
  display: none;
}

.gotoBuy span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 35px;
  letter-spacing: 1.5px;
  border: 1px solid #544242;
  color: #544242;
}

.gotoBuy.active {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 768px) {
  .gotoBuy {
    display: flex;
  }
}
