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

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

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

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

a:hover {
  opacity: .8;
}

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

.pc {
  display: block;
}

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

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #B4D2E8;
  color: #FFFAFA;
  z-index: 100;
  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: 189px;
  vertical-align: middle;
}

header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

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

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

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

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

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

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

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

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

.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 {
  margin-right: 50px;
}

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

.mv-under .price {
  font-size: 18px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: 1px;
  word-break: keep-all;
}

.mv-under .price span {
  font-size: 70%;
}

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

.mv-under .credit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: calc(50% - 7.5px);
  height: 40px;
  letter-spacing: 1.5px;
  border: 1px solid #BF7979;
  color: #BF7979;
}

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

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

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

.sec.product .product-inner {
  max-width: 1140px;
  padding: 100px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec.product .item {
  width: calc(100% / 4 - 30px);
  margin-top: 60px;
}

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

.sec.product .item .ttl {
  font-size: 20px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sec.detail .detail-inner > div:not(.ttl) .txt div {
  max-width: 370px;
  margin: auto;
}

.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: 24px;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 1.5;
}

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

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

.sec.spec .spec-inner {
  max-width: 1100px;
  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: #B2C7D6;
}

.sec.story .story-inner {
  max-width: 1080px;
  padding: 100px 0 80px;
}

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

.sec.story .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec.story .links a {
  width: calc(100% / 3 - 60px);
  max-width: 300px;
  margin: 0 2.7%;
  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 > img:nth-of-type(2).archived {
  max-height: 73px;
  margin-top: 5px;
}

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

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

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

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

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

.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(255, 255, 255, 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/2024aw/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;
  color: #F3DFDF;
}

footer a {
  color: #F3DFDF;
}

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

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

body.biscuits .mv-under .name img,
body.fruitage .mv-under .name img {
  height: 82px;
}

body.biscuits .mv-under .item-header-left,
body.fruitage .mv-under .item-header-left {
  align-items: flex-end;
}

body.suikazura .mv-under .name img,
body.kawasemi .mv-under .name img,
body.kirin .mv-under .name img {
  height: 44px;
}

body.suikazura .mv-under .item-header-left,
body.kawasemi .mv-under .item-header-left,
body.kirin .mv-under .item-header-left {
  align-items: flex-end;
}

body.suikazura .sec.product .product-inner,
body.kawasemi .sec.product .product-inner,
body.kirin .sec.product .product-inner {
  max-width: 850px;
}

body.suikazura .sec.product .item,
body.kawasemi .sec.product .item,
body.kirin .sec.product .item {
  width: calc(100% / 3 - 30px);
}

.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: .4s;
  display: none;
}

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

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

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

@media (max-width: 1090px) and (min-width: 769px) {
  .mv-under .name {
    max-width: calc(100% - 154px);
    margin-right: 20px;
  }
  .mv-under .price {
    width: 134px;
  }
  body.biscuits .mv-under .name,
  body.fruitage .mv-under .name {
    max-width: calc(100% - 140px);
  }
  body.biscuits .mv-under .price,
  body.fruitage .mv-under .price {
    width: 120px;
  }
}

@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: 1180px) {
  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 {
    align-items: initial;
    justify-content: space-between;
    width: 100%;
    max-width: 380px;
    margin: 50px 0 0;
    font-size: 12px;
  }
  footer .footer__right a {
    width: 50%;
    margin: 0 0 30px;
  }
  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 a span:not(.imgWrap) {
    margin-left: 8px;
  }
  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: 100%;
    font-size: 10px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    margin-top: 20px;
  }
  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: 10px;
    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: 830px) and (min-width: 769px) {
  .mv-under .credit {
    font-size: 15px;
    width: calc(50% - 4px);
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  header .icon-animation {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  header .type-1 span {
    transition: all 0.3s;
    transform: rotate(0deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #FFFAFA;
  }
  header .type-1 .top {
    transform: translateY(-10px);
  }
  header .type-1 .bottom {
    transform: translateY(10px);
  }
  header .type-1.is-open .middle {
    background: rgba(255, 255, 255, 0);
  }
  header .type-1.is-open .top {
    transform: rotate(-45deg) translateY(0px);
  }
  header .type-1.is-open .bottom {
    transform: rotate(45deg) translateY(0px);
  }
  header .header-inner {
    position: relative;
    padding: 5px 10px;
    align-items: center;
  }
  header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  header .header-left h1 img {
    max-width: 116px;
    width: 100%;
  }
  header .header-right {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
  }
  header .header-right a {
    height: 40px;
    color: #544242;
    background-color: #FFFAFA;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    border-top: 2px solid #fff;
  }
  header .header-right a p {
    display: flex;
    justify-content: center;
    width: 30px;
  }
  header .header-right a:nth-of-type(1) p {
    padding-left: 4px;
  }
  header .header-right a:nth-of-type(2) p {
    padding-left: 4px;
  }
  header .header-right a:nth-of-type(2) img {
    width: 14px;
  }
  .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;
    /* 強制的に左端に配置 */
  }
  .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: 36px;
  }
  .mv-under .name img.cedar {
    height: 41px;
  }
  .mv-under .price {
    width: 100%;
    justify-content: flex-end;
    font-size: 16px;
  }
  .mv-under .credit {
    letter-spacing: initial;
    width: calc(50% - 7.5px);
  }
  .yodogawa br {
    display: none;
  }
  .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: 138px;
    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: 15px;
    max-width: 119px;
  }
  .sec.story .links {
    flex-direction: column;
    align-items: center;
  }
  .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;
  }
  body.biscuits .mv-under .name img,
  body.fruitage .mv-under .name img {
    height: 62px;
  }
  body.suikazura .mv-under .name img,
  body.kawasemi .mv-under .name img,
  body.kirin .mv-under .name img {
    height: 28px;
  }
  footer .footer__inner {
    padding-bottom: 100px;
  }
  .gotoBuy {
    display: flex;
  }
}

@media (max-width: 374px) {
  .mv-under .credit {
    font-size: 15px;
  }
}
