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

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

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

.mv {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
}

.mv .mv-left {
  max-width: 322px;
  margin-top: 100px;
}

.mv .mv-right {
  max-width: 322px;
  margin-top: 395px;
}

.mv .swiperWrap {
  position: relative;
  padding: 0 27px;
}

.mv .mySwiper2 {
  max-width: 710px;
}

.mv .swiper-pagination-bullet {
  background: #F3DFDF;
}

.mv .swiper-pagination-bullet-active {
  background: #DDECF7;
}

.mv .swiper-container-horizontal > .swiper-pagination-bullets, .mv .swiper-pagination-custom, .mv .swiper-pagination-fraction {
  position: static;
  line-height: 1.3;
  text-align: left;
  margin-top: 10px;
}

.mv .swiper-container-horizontal > .swiper-pagination-bullets > span:last-child, .mv .swiper-pagination-custom > span:last-child, .mv .swiper-pagination-fraction > span:last-child {
  margin-right: 0;
}

.mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.yodoWrap {
  padding-bottom: 80px;
}

.yodo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 790px;
  margin: auto;
  padding-top: 50px;
  color: #544242;
}

.yodo .mvTxt__prof {
  display: inline-block;
  margin-top: 40px;
  padding: 11px 12px;
  border: 1px solid #BF7979;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  color: #BF7979;
}

.yodo-btnAbove {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.yodo-btnAbove > p {
  line-height: 193.333%;
  letter-spacing: 0.9px;
  width: 100%;
  max-width: 338px;
  margin-left: 15px;
}

.mv-txt {
  width: 380px;
}

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

.sec.item .item-inner {
  padding: 84px 30px 90px;
}

.sec.item .item-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1144px;
  margin: 0 auto 40px;
  position: relative;
}

.sec.item .item-header-left {
  display: flex;
  align-items: flex-end;
  max-width: 500px;
  width: calc(50% - 15px);
  justify-content: space-between;
}

.sec.item .item-header-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec.item .item-header-bottom {
  width: 100%;
  margin-top: 35px;
}

.sec.item .item-cnt {
  display: flex;
  justify-content: space-between;
  max-width: 1144px;
  margin: auto;
}

.sec.item .item-left {
  position: relative;
  max-width: 500px;
  width: calc(50% - 15px);
}

.sec.item .item-left.pc {
  display: block;
}

.sec.item .item-left.sp {
  display: none;
}

.sec.item .name {
  margin-right: 50px;
}

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

.sec.item .name img.cedar {
  height: 47px;
}

.sec.item .price {
  line-height: 1;
  letter-spacing: 1px;
  word-break: keep-all;
  font-size: 20px;
}

.sec.item .price span {
  font-size: 14px;
}

.sec.item .swiper {
  position: relative;
  padding-bottom: 30px;
}

.sec.item .swiper-pagination-bullet {
  background: #F3DFDF;
  opacity: 1;
}

.sec.item .swiper-pagination-bullet-active {
  background: #DDECF7;
}

.sec.item .swiper-pagination-bullets {
  line-height: 1.3;
  text-align: left;
  bottom: 0;
  top: initial;
}

.sec.item .swiper-pagination-bullets > span:first-child {
  margin-left: 0;
}

.sec.item .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.sec.item .item-right {
  max-width: 500px;
  width: calc(50% - 15px);
}

.sec.item .item-pic {
  display: flex;
  flex-wrap: wrap;
}

.sec.item .item-pic > a {
  position: relative;
  max-width: 240px;
  width: calc(50% - 10px);
}

.sec.item .item-pic > a:nth-child(2n) {
  margin-left: 20px;
}

.sec.item .item-pic > a:nth-child(n+3) {
  margin-top: 20px;
}

.sec.item .item-pic > a.sold::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 21%;
  width: 100%;
  background-image: url(/store/marikomikuni/2024aw/assets/img/txt-sld.svg);
  background-size: 100%;
  z-index: 2;
}

.sec.item .item-pic > a img.hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec.item .item-pic > a:hover img.hov {
  z-index: 1;
}

.sec.item .item-desc {
  line-height: 173.333%;
  letter-spacing: 1.5px;
  font-size: 15px;
}

.sec.item .item-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  margin-top: 50px;
  letter-spacing: 1.5px;
  border: 1px solid #BF7979;
  color: #BF7979;
}

.sec.item .item-detail.pc {
  display: flex;
}

.sec.item .item-detail.sp {
  display: none;
}

.sec.item--v2 .item-inner {
  max-width: 1204px;
}

.sec.item--v2 .item-header-left {
  width: 100%;
}

.sec.item--v2 .name img {
  height: 86px;
}

.sec.item--v2 .item-cnt {
  flex-direction: row-reverse;
}

.sec.item--v2 .item-left.pc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec.item--v2 .price {
  line-height: 1.2;
}

.sec.item--v2 .item-detail {
  margin-top: 20px;
}

.sec.item--v2#biscuits .item-inner, .sec.item--v2#fruitage .item-inner {
  padding-bottom: 120px;
}

.sec.item--v2#biscuits .item-cnt, .sec.item--v2#fruitage .item-cnt {
  flex-direction: row;
}

.sec.item--v2#biscuits .name, .sec.item--v2#fruitage .name {
  margin-right: 30px;
}

.sec.item--v2#biscuits .price, .sec.item--v2#fruitage .price {
  line-height: 2;
}

.sec.item--v2#biscuits .item-pic, .sec.item--v2#fruitage .item-pic {
  align-items: flex-end;
}

.sec.item#honeycomb .item-cnt, .sec.item#suikazura .item-cnt, .sec.item#kawasemi .item-cnt, .sec.item#kirin .item-cnt {
  flex-direction: row-reverse;
}

.sec.item#suikazura .name img, .sec.item#kawasemi .name img, .sec.item#kirin .name img {
  height: 44px;
}

.sec.item#honeycomb .price {
  line-height: 2;
}

.sec.archive .sec-inner {
  max-width: 1200px;
  padding: 60px 30px 100px;
}

.sec.archive .archive-ttl {
  max-width: 360px;
  margin-bottom: 40px;
}

.sec.archive .archive-cnt {
  display: flex;
  justify-content: space-between;
}

.sec.archive .archive-cnt > a {
  max-width: 500px;
  width: calc(50% - 10px);
}

.sec.archive .archive-cnt > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  height: 40px;
  margin-top: 20px;
  letter-spacing: 1.5px;
  border: 1px solid #BF7979;
  color: #BF7979;
}

.sec.story {
  background: #B2C7D6;
}

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

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

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

.sec.story .links a {
  width: 30%;
  max-width: 340px;
  margin-top: 80px;
  text-align: center;
  color: #544242;
}

.sec.story .links a > img:nth-of-type(1) {
  display: block;
  max-width: 300px;
  margin: auto;
}

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

.sec.story .links a > img:nth-of-type(2).archived {
  max-height: 73px;
  margin-top: 10px;
}

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

.sec.concept {
  background: #BF7979;
  color: #F3DFDF;
}

.sec.concept .concept-inner .ttl {
  max-width: 154px;
  margin: 0 auto 4px;
}

.sec.concept .concept-inner .cnt {
  display: none;
  max-width: 275px;
  margin: 70px auto;
}

.sec.concept .concept-inner .arrow {
  display: flex;
  width: 28px;
  margin: auto;
  transition: .4s;
  cursor: pointer;
}

.sec.concept .concept-inner .arrow img {
  transition: .4s;
  transform: rotate(180deg);
}

.sec.concept .concept-inner .arrow:hover {
  transform: translateY(5px);
}

.sec.concept .concept-inner .arrow.open img {
  transform: rotate(0);
}

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

.sec.info .info-inner {
  padding: 80px 30px;
}

.sec.info .info-inner p {
  text-align: center;
  line-height: 173.333%;
  letter-spacing: 1.5px;
  line-height: 2;
}

.sec.info .info-inner p span {
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid;
}

.sec.info .info-inner .bnr {
  padding-top: 80px;
}

.sec.info .info-inner .bnr a, .sec.info .info-inner .bnr div {
  display: block;
  max-width: 490px;
  margin: auto;
}

.sec.info .info-inner .bnr p {
  padding-top: 12px;
}

.sec.bnr {
  background-color: #ECEAEA;
}

.sec.bnr .bnr-inner {
  max-width: 900px;
}

.sec.bnr .bnr-inner .bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec.bnr .bnr-inner .bnr a {
  width: calc(50% - 15px);
  margin-top: 30px;
}

.sec.bnr .bnr-inner .bnr a:nth-of-type(1), .sec.bnr .bnr-inner .bnr a:nth-of-type(2) {
  margin-top: 0;
}

.sec.bnr .bnr-inner .bnr a img {
  border-radius: 6px;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  line-height: 2;
}

.lity-container a:not(.hover-opacity) {
  color: #b70e16;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
}

.lightbox {
  max-height: 90vh !important;
  padding: 20px;
  background-color: #fff;
  overflow-y: scroll;
}

.lightbox rt {
  font-size: 11px;
}

.lightbox p {
  font-size: 14px;
}

.lightbox__title {
  font-size: 30px;
}

.lightbox__content {
  font-size: 14px;
}

.lightbox__content > * {
  margin-top: 10px;
}

.lightbox h4 {
  margin-top: 10px;
}

.lightbox__close {
  margin-top: 20px;
  text-align: center;
}

.lightbox__close a {
  cursor: pointer;
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup_prof .modaal-content-container {
  padding: 0;
}

.popup_prof .modaal-container {
  max-width: 560px;
}

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

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

@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: 768px) {
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  .price .num {
    font-size: 22px;
  }
  .price .tax {
    font-size: 10px;
  }
  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;
  }
  .mv {
    display: block;
    padding-top: 0;
  }
  .mv .mv-left {
    width: 176px;
    margin: 0 0 11px calc(100% - 176px);
  }
  .mv .mv-right {
    margin: 13px 0 0 29px;
    width: 170px;
  }
  .mv .swiperWrap {
    padding: 0;
  }
  .mv .mySwiper2 {
    max-width: 100%;
  }
  .mv .swiper-container-horizontal > .swiper-pagination-bullets, .mv .swiper-pagination-custom, .mv .swiper-pagination-fraction {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .yodoWrap {
    padding-bottom: 50px;
    text-align: center;
  }
  .yodo {
    display: block;
    max-width: 100%;
    padding: 26px 5% 0;
    font-size: 14px;
  }
  .yodo .mvTxt__prof {
    padding: 7px 18px;
    margin: 20px auto 0;
    display: block;
    max-width: 228px;
  }
  .yodo > p {
    margin: 0 0 20px;
    text-align: left;
  }
  .yodo-btnAbove > p {
    margin: 0;
    max-width: 100%;
    text-align: left;
  }
  .mv-txt {
    width: 246px;
    margin: 35px 0 23px 23px;
  }
  .sec .sec-inner {
    padding: 50px 15px;
  }
  .sec .sec-inner .header img {
    object-fit: cover;
    height: 140px;
  }
  .sec.item .item-inner {
    display: block;
    padding: 50px 0;
  }
  .sec.item .item-header-bottom {
    margin-top: 25px;
  }
  .sec.item .item-cnt {
    flex-direction: column;
  }
  .sec.item .item-header {
    padding: 0 5%;
  }
  .sec.item .item-header-left {
    flex-direction: column;
    width: 100%;
  }
  .sec.item .item-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 520px;
    margin: auto;
    padding: 60px 0 0;
    display: block;
  }
  .sec.item .item-left.pc {
    display: none;
  }
  .sec.item .item-left.sp {
    display: flex;
  }
  .sec.item .name {
    width: 100%;
    margin: 0 0 18px;
  }
  .sec.item .name img {
    height: 38px;
  }
  .sec.item .name img.cedar {
    height: 41px;
  }
  .sec.item .price {
    width: 100%;
    justify-content: flex-end;
  }
  .sec.item .swiper {
    max-width: 100%;
    margin: 0;
  }
  .sec.item .item-right {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 5%;
  }
  .sec.item .item-pic {
    justify-content: center;
    padding: 0 5%;
  }
  .sec.item .item-pic > a {
    width: calc(50% - 7.5px);
  }
  .sec.item .item-pic > a:nth-child(2n) {
    margin-left: 15px;
  }
  .sec.item .item-pic > a:nth-child(n+3) {
    margin-top: 15px;
  }
  .sec.item .item-desc {
    font-size: 14px;
  }
  .sec.item .item-detail {
    margin: 40px auto 0;
  }
  .sec.item .item-detail.pc {
    display: none;
  }
  .sec.item .item-detail.sp {
    display: flex;
  }
  .sec.item .swiper-pagination-bullets {
    text-align: center;
  }
  .sec.item .swiper-pagination-bullets > span:first-child {
    margin-left: 5px;
  }
  .sec.item--v2 .price {
    line-height: 2;
  }
  .sec.item--v2 .item-right {
    padding: 0;
  }
  .sec.item--v2 .item-header-left {
    margin-bottom: 0;
  }
  .sec.item--v2#biscuits .name, .sec.item--v2#fruitage .name {
    margin-right: 0;
  }
  .sec.item--v2#biscuits .name img, .sec.item--v2#fruitage .name img {
    height: 78px;
  }
  .sec.item--v2#biscuits .item-inner, .sec.item--v2#fruitage .item-inner {
    padding-bottom: 50px;
  }
  .sec.item--v2#biscuits .price, .sec.item--v2#fruitage .price {
    line-height: 1;
  }
  .sec.item--v2#biscuits .item-left, .sec.item--v2#fruitage .item-left {
    padding: 0;
  }
  .sec.item--v2#biscuits .item-left.sp, .sec.item--v2#fruitage .item-left.sp {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 5%;
  }
  .sec.item--v2#biscuits .item-right, .sec.item--v2#fruitage .item-right {
    display: none;
  }
  .sec.item--v2#biscuits .item-pic, .sec.item--v2#fruitage .item-pic {
    padding: 60px 5% 0;
  }
  .sec.item#honeycomb .item-cnt, .sec.item#suikazura .item-cnt, .sec.item#kawasemi .item-cnt, .sec.item#kirin .item-cnt {
    flex-direction: column-reverse;
  }
  .sec.item#suikazura .item-pic, .sec.item#kawasemi .item-pic, .sec.item#kirin .item-pic {
    justify-content: initial;
  }
  .sec.item#suikazura .name img, .sec.item#kawasemi .name img, .sec.item#kirin .name img {
    height: 30px;
  }
  .sec.item#honeycomb .price {
    line-height: 1;
  }
  .sec.archive .sec-inner {
    padding: 50px 15px;
  }
  .sec.archive .archive-ttl {
    width: 75%;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .sec.archive .archive-cnt > a span {
    margin-top: 10px;
  }
  .sec.story .story-inner {
    padding: 50px 5%;
  }
  .sec.story .ttl {
    max-width: 280px;
  }
  .sec.story .links {
    justify-content: space-between;
    padding-top: 0;
  }
  .sec.story .links a {
    width: calc(50% - 5px);
    margin: 30px 0 0;
  }
  .sec.story .links a > img:nth-of-type(2) {
    max-height: 25px;
    margin: 15px 0 10px;
  }
  .sec.story .links a > img:nth-of-type(2).archived {
    max-height: 33px;
    margin-top: 7px;
  }
  .sec.story .links a > p:nth-of-type(1) {
    font-size: 12px;
  }
  .sec.story .links a > p:nth-of-type(2) {
    font-size: 13px;
    margin-top: 8px;
  }
  .sec.concept .concept-inner .ttl {
    max-width: 160px;
    margin-bottom: 5px;
  }
  .sec.concept .concept-inner .cnt {
    max-width: 245px;
    margin: 50px auto;
    font-size: 14px;
  }
  .sec.concept .concept-inner .arrow {
    width: 24px;
  }
  .sec.info .info-inner {
    padding: 50px 5%;
  }
  .sec.info .info-inner p {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .sec.info .info-inner p span {
    display: inline-block;
    padding: 0 2px;
    margin-bottom: 6px;
    border-bottom: 1px solid #000;
    line-height: 1.4;
  }
  .sec.info .info-inner .bnr {
    padding: 50px 0 0;
  }
  .sec.info .info-inner .bnr + .bnr {
    padding-top: 30px;
  }
  .sec.bnr .bnr-inner {
    padding-top: 40px;
  }
  .sec.bnr .bnr-inner .bnr {
    max-width: 500px;
    margin: auto;
  }
  .sec.bnr .bnr-inner .bnr a {
    width: 100%;
    margin-top: 10px !important;
  }
}

@media (max-width: 340px) {
  .sec.archive .archive-cnt > a span {
    font-size: 14px;
  }
}
