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

body {
  font-family: 'Yu Gothic Pr6N D';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  color: #4D4D4D;
  background-color: #FFFFC1;
}

a {
  text-decoration: none;
  color: #4D4D4D;
}

a:hover {
  opacity: .8;
}

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

.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #1E4961;
  color: #fff;
  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: 205px;
  vertical-align: middle;
}

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

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 {
  width: 200px;
}

.loading.loaded {
  display: none;
}

.mv {
  position: relative;
  display: flex;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.mv .mv-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 352.7501px;
  width: 100%;
  margin: 0 0 30px 30px;
  z-index: 2;
}

.mv .mv-logo > p {
  margin: 60px 0 40px;
}

.mv .mv-logo .mvTxt__prof {
  color: #009F93;
}

.mv .swiper {
  max-height: 1000px;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.mv .swiper-wrapper {
  max-height: 1000px;
}

.mv .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 1000px;
  height: 100%;
}

.mv .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  object-fit: cover;
}

.mv .swiper-slide {
  max-width: 1000px;
  background-size: cover;
  background-position: center;
}

.mv .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  opacity: 1;
  border: 1px solid #4D4D4D;
}

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

.mv .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

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

.sec.item {
  padding: 0 0 80px;
  background-color: #fff;
}

.sec.item#watasuge {
  padding-top: 80px;
}

.sec.item .item-inner {
  padding: 0;
}

.sec.item .cnt {
  max-width: 1060px;
  margin: auto;
  padding: 0 30px;
}

.sec.item .cnt .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec.item .cnt .img .cart {
  width: calc(100% / 2 - 10px);
  margin-top: 20px;
}

.sec.item .cnt .img .cart.sold > div {
  position: relative;
}

.sec.item .cnt .img .cart.sold > div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(/store/marikomikuni/2023aw/assets/img/ico-soldout.svg);
  background-size: 100%;
  height: 14%;
}

.sec.item .cnt .img .cart.blank {
  visibility: hidden;
}

.sec.item .cnt .txt {
  padding: 5px 7px 0;
}

.sec.item .cnt .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px;
  line-height: 1.2;
}

.sec.item .cnt .bottom .price {
  display: flex;
  align-items: center;
}

.sec.item .cnt .bottom .price span:nth-of-type(1) {
  font-size: 26px;
}

.sec.item .cnt .bottom .price span:nth-of-type(2) {
  margin: 0 -2px 0 3px;
}

.sec.item .cnt .bottom .price span:nth-of-type(3) {
  font-size: 12px;
  margin-top: 1.5px;
}

.sec.item .cnt .bottom .detail {
  width: 155px;
  margin-top: 15px;
}

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

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

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

.sec.story .links a {
  width: calc(100% / 3);
}

.sec.story .links a p {
  color: #498088;
  text-align: center;
  padding-top: 10px;
}

.sec.story .links.col3 {
  padding-top: 50px;
}

.sec.story .links.col3 a {
  width: calc(100% / 3);
}

.sec.concept {
  background-color: #1E4961;
}

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

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

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

.sec.concept .concept-inner .arrow img {
  transition: .4s;
}

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

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

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

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

.sec.info .info-inner p {
  text-align: center;
}

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

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

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

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

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

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

footer a {
  color: #4D4D4D;
}

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: 1200px) {
  .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: 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: 116px;
    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 {
    padding: 80px 0 50px;
    display: block;
  }
  .mv .mv-logo {
    margin: 0;
    padding: 0 15px;
  }
  .mv .mv-logo > img {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 176px;
  }
  .mv .mv-logo > p {
    margin: 55px 0 25px;
    line-height: 1.8;
  }
  .mv .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -34px;
  }
  .mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3.5px;
    width: 10px;
    height: 10px;
  }
  .mv-under {
    display: block;
    padding: 20px 15px 50px;
  }
  .mv-under .profile {
    text-align: center;
    padding-top: 30px;
  }
  .sec .sec-inner {
    padding: 30px 15px;
  }
  .sec .sec-inner .header img {
    object-fit: cover;
    height: 140px;
  }
  .sec.item {
    padding-bottom: 50px;
  }
  .sec.item#watasuge {
    padding-top: 50px;
  }
  .sec.item .cnt {
    display: block;
    padding: 0;
  }
  .sec.item .cnt .img .cart {
    width: calc(100% / 2 - 7.5px / 2);
    margin-top: 7.5px;
  }
  .sec.item .cnt .txt {
    padding: 12px 15px 0;
    line-height: 1.7;
  }
  .sec.item .cnt .bottom {
    padding: 0 15px;
    line-height: 1.9;
  }
  .sec.item .cnt .bottom .price span:nth-of-type(1) {
    font-size: 22px;
  }
  .sec.item .cnt .bottom .price span:nth-of-type(2) {
    font-size: 13px;
    margin-top: 1px;
  }
  .sec.item .cnt .bottom .price span:nth-of-type(3) {
    font-size: 10px;
    margin-top: 1px;
  }
  .sec.item .cnt .bottom .detail {
    display: flex;
    align-items: center;
    width: 120px;
    margin-top: 0;
  }
  .sec.story .story-inner {
    padding: 50px 15px;
  }
  .sec.story .ttl {
    margin-bottom: 30px;
    width: 80%;
  }
  .sec.story .links {
    justify-content: initial;
  }
  .sec.story .links a {
    width: 50%;
  }
  .sec.story .links a p {
    padding-top: 0;
    font-size: 12px;
  }
  .sec.story .links.col3 {
    padding-top: 0;
  }
  .sec.story .links.col3 a {
    width: 50%;
    margin-top: 10px;
  }
  .sec.concept .concept-inner .ttl {
    max-width: 160px;
    margin-bottom: 5px;
  }
  .sec.concept .concept-inner .cnt {
    max-width: 245px;
    margin: 50px auto;
  }
  .sec.concept .concept-inner .arrow {
    width: 24px;
  }
  .sec.info .info-inner {
    padding: 50px 15px;
  }
  .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 15px 0;
  }
  .sec.info .info-inner .bnr + .bnr {
    padding-top: 30px;
  }
  .sec.bnr .bnr-inner .bnr a {
    width: 100%;
    margin-top: 10px !important;
  }
}
