@charset "UTF-8";
body {
  min-height: 0%;
  font-family: 'Shuei KakuGo Gin B';
  color: #333;
  line-height: inherit;
}

body::before {
  content: none;
}

a {
  text-decoration: none;
  transition: .4s;
  color: #1A1A1A;
}

a:hover {
  opacity: .7;
}

a:focus, *:focus {
  outline: none;
}

li {
  list-style: none;
}

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

img.instagram_bk {
  width: 43px;
}

img.facebook_bk {
  width: 41px;
}

img.twitter {
  width: 44px;
}

img.facebook {
  width: 41px;
}

img.line {
  width: 49px;
}

img.home {
  width: 48px;
}

img.kansou {
  width: 25px;
}

img.toStore {
  width: 25px;
}

@media screen and (max-width: 800px) {
  .twitter.ft {
    width: 37.9414px;
  }
  .facebook.ft {
    width: 35.8469px;
  }
  .line.ft {
    width: 42.3271px;
  }
}

.swiper-container {
  position: relative;
  width: 100%;
}

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

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

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

.top::before {
  content: none;
}

@media screen and (max-width: 640px) {
  .top {
    height: initial;
    padding-top: initial;
  }
}

.c-ttl {
  position: relative;
  display: flex;
}

.c-ttl--yomimono {
  padding: 90px 0 50px;
  color: #601e00;
  text-align: left;
}

.c-ttl .c-ttl__img {
  max-width: 96px;
  margin-right: 20px;
}

.c-ttl .c-ttl__txt {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-ttl .c-ttl__txt span a {
  color: #E94709;
}

.c-ttl .c-ttl__txt__ttl {
  font-size: 28px;
  margin-bottom: 8px;
}

.c-ttl .c-ttl__txt__ttl img {
  display: none;
}

.c-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}

.c-items > div {
  width: calc(50% - 20px);
  margin-top: 50px;
}

.c-items > div .c-items-header .c-items-header-ttl {
  margin-top: 15px;
}

.c-items > div .c-items-header .c-items-header-link {
  display: inline-block;
  margin-top: 15px;
  padding: 4px 14px;
  background-color: #203868;
  color: #fff;
  border-radius: 100px;
}

.c-items > div .c-items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.c-items > div .c-items-list > a {
  width: calc(50% - 20px);
  margin: 16px 5px 0;
}

.c-items > div .c-items-list > a.sold .c-items-list-img::before {
  content: '';
  position: absolute;
  top: 10%;
  right: 7.5%;
  width: 32%;
  height: 100%;
  max-width: 81.4571px;
  max-height: 81.4571px;
  background-image: url(/store/miknits/2020/assets/kit/img/img-sold.svg);
  background-size: 100%;
}

.c-items > div .c-items-list > a .c-items-list-img {
  position: relative;
}

.c-items > div .c-items-list > a .c-items-list-img img {
  height: 100%;
}

.c-items > div .c-items-list.row5 {
  position: relative;
}

.c-items > div .c-items-list.row5 > a {
  width: calc(20% - 10px);
}

.c-items > div .c-items-list.row5:not(.no-toggle) {
  height: 600px;
  overflow: hidden;
}

.c-items > div .c-items-list.row5:not(.no-toggle).show {
  height: 100%;
  padding-bottom: 230px;
}

.c-items > div .c-items-list.row5:not(.no-toggle).show .c-btnMoreWrap {
  background-color: transparent;
}

.c-items > div.wide {
  width: 100%;
  margin: 50px 0 0;
}

.c-items .product_label {
  display: block;
  width: 85%;
  margin: 8px auto 0;
  font-size: 13px;
  color: #333;
}

.c-items .price {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}

.c-items .stock {
  display: block;
  color: #C80E16;
  font-size: 11px;
}

.c-items .free {
  display: block;
  font-size: 11px;
}

.c-items .free.red {
  color: #C80E16;
  display: none;
}

.c-items .free.red.important {
  display: block;
}

.c-items .hidden {
  display: none;
}

.c-items .hidden__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  margin: 0 -10px;
}

.c-items .hidden__inner > a {
  width: calc(20% - 10px);
}

.c-btnMoreWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  padding: 50px 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}

a.c-btnMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 130px !important;
  height: 130px;
  padding: 0 0 25px;
  text-align: center;
  border-radius: 200px !important;
  margin: 0 auto 0 !important;
  font-size: 16px;
  color: #fff;
  background-color: #203868;
  border-radius: 30px;
  transition: 0s;
}

a.c-btnMore img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  width: 18.3px;
  height: 16.4px;
}

a.c-btnMore .c-btnMore__inner {
  position: relative;
}

a.c-btnMore span {
  width: 100%;
}

a.c-btnMore.close img {
  transform: translateX(-50%) rotate(180deg);
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  transition: .4s;
  opacity: 0;
}

header.appear {
  display: block;
  opacity: 1;
  z-index: 100;
}

header .helvetica {
  font-family: "Helvetica Neue";
  letter-spacing: 0.1em;
}

header .icon-animation {
  width: 30px;
  height: 28px;
  position: relative;
  cursor: pointer;
}

header .type-1 span {
  transition: all 0.3s;
  transform: rotate(0deg);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #00622D;
}

header .type-1 .top {
  transform: translateY(-10px);
}

header .type-1 .bottom {
  transform: translateY(10px);
}

header .type-１:hover .top {
  transform: translateY(-20px);
}

header .type-１:hover .bottom {
  transform: translateY(20px);
}

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 .headerRow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  border-top: 2px solid #00622D;
  background-color: #FFF5E9;
}

header .headerRow a {
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: bold;
}

header .headerRow--0 {
  border-top: none;
}

header .headerRow--0 a {
  width: 210px;
  width: 258px;
}

header .headerRow--1 a {
  display: inherit;
}

header .headerRow--1 a:nth-of-type(1) img {
  width: 197px;
}

header .headerRow--1 a:nth-of-type(2) img {
  width: 230.3034px;
}

header .headerRow--1 a:nth-of-type(3) img {
  width: 222.9855px;
}

header .headerRow--2 {
  padding: 0;
}

header .headerRow--2 a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc(100% / 3);
  height: 197px;
  padding: 0 20px 35px;
  border-right: 2px solid #00622D;
  color: #00622D;
}

header .headerRow--2 a:nth-of-type(n+4) {
  border-top: 2px solid #00622D;
}

header .headerRow--2 a:nth-of-type(1) img {
  max-width: 115px;
  margin-bottom: 14px;
  transform: translateX(10px);
}

header .headerRow--2 a:nth-of-type(2) img {
  max-width: 31px;
  margin-bottom: 15px;
}

header .headerRow--2 a:nth-of-type(3) {
  border-right: none;
}

header .headerRow--2 a:nth-of-type(3) img {
  max-width: 64px;
  margin-bottom: 20px;
}

header .headerRow--2 a:nth-of-type(4) img {
  max-width: 74px;
  margin-bottom: 15px;
}

header .headerRow--2 a:nth-of-type(5) img {
  max-width: 95px;
  margin-bottom: 20px;
}

header .headerRow--2 a:nth-of-type(6) {
  border-right: none;
}

header .headerRow--2 a:nth-of-type(6) img {
  max-width: 92px;
  margin-bottom: 10px;
}

header .headerRow--2 a > span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header .headerRow--3 a {
  width: 20%;
  min-width: 254px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .headerRow--3 a:nth-of-type(1) {
  display: none;
}

header .headerRow--3 a:nth-of-type(1) img {
  width: 204.6938px;
}

header .headerRow--3 a:nth-of-type(2) {
  margin-right: 222px;
}

header .headerRow--3 a:nth-of-type(2) img {
  width: 124.0859px;
}

header .headerRow--3 a:nth-of-type(3) img {
  width: 254.2365px;
}

header .headerRow--4 a {
  display: flex;
  justify-content: center;
}

header .headerRow--4 a:nth-of-type(1) img {
  width: 234.1155px;
}

header .headerRow--4 a:nth-of-type(2) img {
  width: 248.447px;
}

header .headerRow--5 {
  background-color: #fff;
  border-bottom: 2px solid #00622D;
}

header .headerRowHide {
  display: none;
}

header .headerRow--0__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

header .headerRow--5__inner {
  display: flex;
  justify-content: space-between;
  max-width: 882.9668px;
  width: 100%;
}

header .headerRow--5__left,
header .headerRow--5__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .headerRow--5__left {
  display: flex;
  align-items: center;
  width: 245.4908px;
  color: #808080;
}

header .headerRow--5__left span {
  font-size: 13.65px;
}

header .headerRow--5__left a {
  display: inherit;
}

header .headerRow--5__left a img {
  height: 26px;
  width: auto;
}

header .headerRow--5__right {
  width: 527.23px;
  align-items: inherit;
}

header .headerRow--5__right a {
  display: flex;
  align-items: center;
}

header .headerRow--5__right a:nth-of-type(1) img {
  width: 128.8582px;
}

header .headerRow--5__right a:nth-of-type(2) img {
  width: 176.4707px;
}

header .headerRow--5__right a:nth-of-type(3) img {
  width: 122.8804px;
}

.logo {
  width: 346.8667px;
  margin: 24px auto;
}

.en {
  display: flex;
  justify-content: flex-end;
  max-width: 1300px;
  margin: -39px auto 8px;
}

.en a {
  display: block;
  width: 39px;
}

.mv {
  margin: auto;
}

.mv .swiperWrap {
  position: relative;
  margin: auto;
}

.ico {
  margin-right: 8px;
  width: 29px;
  vertical-align: middle;
}

.ico--detail {
  margin: 0 0 4px 4px;
  width: 16px;
}

.mvUnder {
  position: relative;
}

.mvUnder .inner {
  display: flex;
  justify-content: space-between;
  max-width: 986px;
  margin: auto;
  padding: 120px 0 70px;
}

.mvUnder a {
  color: #601e00;
}

.mvUnder .mvTxt {
  font-size: 15px;
  line-height: 1.94;
}

.mvUnder .mvTxt__prof {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #601E00;
  border-radius: 0 30px 30px 0;
  padding: 12px 10px;
  margin-top: 12px;
}

.mvUnder .mvTxt__prof--red {
  background-color: #ff93bc;
  padding: 6px 10px;
}

.mvUnder .info {
  font-size: 16px;
}

.mvUnder .sns__kotira {
  display: flex;
  align-items: center;
}

.mvUnder .sns__kotira img {
  width: 25px;
  margin-right: 8px;
}

.mvUnder .info__ig {
  margin: 38px 0 10px;
}

.mvUnder .info__ig .sns__kotira {
  margin-top: 4px;
}

.mvUnder .info__osirase {
  margin-top: 10px;
}

.mvUnder .info__osirase a {
  color: #e94709;
}

.mvUnder .shorts {
  display: flex;
}

.mvUnder .shorts .shorts-yt {
  position: relative;
  width: 184px;
  padding-top: 327px;
}

.mvUnder .shorts .shorts-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mvUnder .shorts .shorts-deco {
  width: 236px;
  padding-left: 13px;
}

.mvUnder .shorts .shorts-deco img:nth-of-type(1) {
  width: 22px;
}

.goods {
  position: relative;
  display: flex;
  max-width: 1300px;
  margin: 90px auto 0;
  color: #203868;
}

.goods .floatingMenu {
  width: 200px;
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  align-items: flex-end;
}

.goods .floatingMenu.fixed {
  position: fixed;
  top: 54px;
}

.goods .floatingMenu.bottom {
  position: absolute;
  bottom: 0;
}

.goods .floatingMenu li {
  margin: 8px 0;
}

.goods .floatingMenu li:nth-of-type(1) {
  width: 148px;
  margin-top: 0;
}

.goods .floatingMenu li:nth-of-type(2) {
  width: 109px;
  margin-bottom: 0;
  margin-top: 12px;
}

.goods .floatingMenu li:nth-of-type(3) {
  width: 140.6px;
  margin: 22px 0 10px;
}

.goods .floatingMenu li:nth-of-type(4) {
  width: 130px;
  margin-bottom: 0;
  margin-top: 11px;
}

.goods .floatingMenu li:nth-of-type(5) {
  width: 166px;
}

.goods .floatingMenu li:nth-of-type(6) {
  width: 206.2474px;
  margin: 2px 0 10px;
}

.goods .floatingMenu li a {
  display: flex;
}

.goods .itemsWrap {
  max-width: calc(100% - 200px);
}

.goods .itemsWrap.fixed {
  margin-left: 200px;
}

.goods .items {
  max-width: 1050px;
  width: calc(100% - 50px);
  padding-top: 24px;
  margin: 90px 0 0 50px;
  background-image: url(/store/miknits/2023aw/img/common/img-border.svg);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 100%;
}

.goods .items:first-of-type {
  margin-top: 0;
  background: none;
}

.goods .keito_annai {
  position: absolute;
  right: 0;
  top: 0;
  width: 167.2442px;
  display: none;
}

.goods .goDetail {
  width: 156px;
}

.yomimono {
  margin-top: 10px;
  padding-bottom: 90px;
  background-color: #FFF5E9;
}

.yomimono .yomimono__inner {
  max-width: 900px;
  margin: auto;
}

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

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

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

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

.staff {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Shuei KakuGo Gin L';
  color: #4d4d4d;
}

.staff span {
  font-family: 'Shuei KakuGo Gin B';
}

.staff-block {
  position: relative;
  max-width: 1300px;
  margin: auto;
  padding: 80px 30px;
  background-image: url(/store/miknits/2023aw/img/common/img-border.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 100%;
}

.staff-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background-image: url(/store/miknits/2023aw/img/common/img-border.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 100%;
}

.staff-block.credit {
  font-size: 14px;
}

.footer-bnr {
  padding: 70px 30px 60px;
  background-color: #FFFBA6;
}

.footer-bnr .footer-bnr-ttl {
  max-width: 760px;
  margin: 0 auto 36px;
}

.footer-bnr .footer-bnr-cnt {
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.footer-bnr .footer-bnr-cnt div {
  width: 340px;
  max-width: 32%;
}

.footer__bottom__links a[target=_blank]:after {
  content: none;
}

.spThanks {
  font-family: 'Georgia';
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  margin-top: 100px;
}

.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;
  max-width: 520px;
}

.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 {
  width: auto;
  max-width: inherit;
}

.douga_kaisetu {
  margin: 70px 0 0 50px;
  max-width: 542px;
}

a.cart.sold .free.red {
  display: block !important;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .c-items .c-items__customeInner {
    align-items: flex-end;
  }
  .c-items .c-items__customeInner .c-items__img {
    min-height: inherit;
  }
  .c-items .c-items__img {
    min-height: inherit;
  }
  .c-items a.cart.sold .c-items__img.custome::before {
    top: 10%;
  }
}

.style-1--red {
  background-color: #753A78;
  color: #ffedf5;
}

.style1 {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.style1 a {
  color: #e94709;
}

.temp {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  padding: 0 10px;
}

.temp img {
  max-width: 403.3515px;
}

.kamihubuki {
  margin-bottom: 0;
}

@media screen and (min-width: 1300px) {
  header .headerRow--0__inner {
    width: 75.5%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  header .headerRow--3 a:nth-of-type(2) {
    margin-right: 18vw;
  }
}

@media screen and (min-width: 950px) {
  header .headerRow--5__inner {
    transform: translateX(2.8vw);
  }
}

@media screen and (min-width: 801px) {
  header .headerRow {
    padding: 6px 10px;
  }
  header .headerRow--0 {
    padding: 15px 20px 15px 40px;
  }
  header .headerRow--2 {
    flex-wrap: wrap;
    padding: 0;
  }
  header .headerRow--3 {
    justify-content: center;
  }
  header .headerRow--4 {
    justify-content: center;
  }
  header .headerRow--4 a {
    margin: 0 9.6vw;
  }
  header .headerRow--5 {
    padding: 15px 10px;
  }
  header .headerRow--5__left {
    width: 230.4908px;
  }
  header .headerRow--5__left span {
    margin-right: -15px;
    letter-spacing: 0.06em;
  }
  .mv .swiper-container,
  .mv .swiper-slide {
    height: calc(100vh - 196px);
    width: auto;
    margin: auto;
    text-align: center;
  }
  .mv .swiper-slide > img {
    object-fit: cover;
    /* IE: not support */
    width: 100%;
    width: auto;
    height: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .swiper-pagination--1 {
    left: 0;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 20px 5px 0;
  }
  .kamihubuki {
    margin-top: 60px;
  }
  .ico {
    margin-right: 5px;
  }
  .ico--attention {
    width: 21px;
  }
  .ico--detail {
    width: 15px;
    margin: 0 0 3px 4px;
  }
  .c-ttl--yomimono {
    padding: 50px 10px 10px;
  }
  .c-ttl .c-ttl__img {
    display: none;
    max-width: 33px;
    margin-right: 10px;
  }
  .c-ttl .c-ttl__txt {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .c-ttl .c-ttl__txt span {
    display: block;
  }
  .c-ttl .c-ttl__txt > span {
    text-align: left;
    max-width: 500px;
    margin: auto;
  }
  .c-ttl .c-ttl__txt__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
  .c-ttl .c-ttl__txt__ttl img {
    display: inline-block;
    width: 33px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .c-ttl .c-ttl__txt__ttl span {
    display: inline-block;
    line-height: 1.3;
  }
  .c-ttl .c-ttl__txt__ttl.row2 {
    align-items: flex-start;
    text-align: left;
  }
  .c-ttl .c-ttl__txt__ttl.row2 img {
    vertical-align: top;
    margin-top: 3px;
  }
  .c-items > div {
    width: 100%;
    margin-top: 20px;
  }
  .c-items > div:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .c-items > div .c-items-header .c-items-header-link {
    font-size: 12px;
  }
  .c-items > div .c-items-list.row5 > a {
    width: calc(50% - 20px);
  }
  .c-items > div .c-items-list.row5:not(.no-toggle).show {
    padding-bottom: 150px;
  }
  .c-items > div.wide {
    margin: 40px 0 0;
  }
  .c-items .product_label {
    width: 100%;
  }
  .c-items .hidden__inner > a {
    width: calc(50% - 10px);
  }
  .c-btnMoreWrap {
    margin-top: 20px;
    height: 150px;
    padding: 30px 0;
  }
  a.c-btnMore {
    width: 90px !important;
    height: 90px;
    padding: 0 0 20px;
    font-size: 12px;
  }
  a.c-btnMore img {
    bottom: 19px;
    width: 15px;
  }
  .logo {
    width: 217.8px;
    margin: 50px auto 30px;
  }
  .en {
    margin: -44px 8px 8px 0;
  }
  header .headerRow--0 {
    padding: 6px 10px;
    border-top: none;
  }
  header .headerRow--0 a {
    width: 109.8082px;
  }
  header .headerRow--0 img {
    vertical-align: middle;
  }
  header .icon-animation {
    width: 16px;
    height: 16px;
  }
  header .type-1 .top {
    transform: translateY(-6px);
  }
  header .type-1 .bottom {
    transform: translateY(6px);
  }
  header > .sp {
    background-color: #FFF5E9;
  }
  header > .sp a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    border-top: 1px solid #00622D;
    color: #00622D;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  header > .sp a[target=_blank]:after, header > .sp a[target=blank]:after {
    content: none;
  }
  header > .sp a img {
    vertical-align: middle;
  }
  header > .sp a > div {
    width: 36px;
    text-align: center;
    margin-right: 7px;
  }
  header > .sp a:nth-of-type(1) img {
    width: 32.9322px;
  }
  header > .sp a:nth-of-type(2) img {
    width: 12px;
  }
  header > .sp a:nth-of-type(3) img {
    width: 25px;
  }
  header > .sp a:nth-of-type(4) img {
    width: 28.9567px;
  }
  header > .sp a:nth-of-type(5) img {
    width: 37px;
  }
  header > .sp a:nth-of-type(6) img {
    width: 35.1687px;
  }
  header > .sp a:nth-of-type(7) {
    display: none;
  }
  header > .sp a:nth-of-type(7) img {
    width: 26px;
  }
  header > .sp a:nth-of-type(8) {
    padding-left: 22px;
  }
  header > .sp a:nth-of-type(9) {
    padding-left: 22px;
  }
  header > .sp a:nth-of-type(9) img {
    width: 82.7505px;
    vertical-align: text-bottom;
  }
  header > .sp a:nth-of-type(9) > div {
    width: initial;
  }
  header > .sp a:nth-of-type(10) img {
    width: 24px;
  }
  header > .sp a:nth-of-type(11) {
    border-bottom: 1px solid #1A3C73;
  }
  header > .sp a:nth-of-type(11) img {
    width: 24px;
  }
  header > .sp a:nth-of-type(12) img {
    width: 28px;
  }
  header > .sp a:nth-of-type(13) img {
    width: 25px;
  }
  header > .sp a:nth-of-type(14) img {
    width: 34.1485px;
  }
  header > .sp a:nth-of-type(15) img {
    width: 20.1301px;
  }
  header > .sp a:nth-of-type(16) img {
    width: 21px;
  }
  header > .sp a:nth-of-type(17) img {
    width: 21px;
  }
  header > .sp a:nth-of-type(n+12) {
    border-bottom: 1px solid #808080;
    border-top: none;
    background-color: #fff;
    color: #808080;
  }
  .mvUnderWrap {
    overflow: hidden;
    width: 100vw;
    margin: 80px 0 0;
  }
  .mvUnder {
    margin-top: 0;
  }
  .mvUnder .inner {
    display: block;
    max-width: 402px;
    padding: 20px 10px 35px;
  }
  .mvUnder .mvTxt {
    font-size: 15px;
  }
  .mvUnder .mvTxt__prof {
    font-size: 12px;
    padding: 10px 12px 10px 8px;
  }
  .mvUnder .mvTxt__prof--red {
    padding: 5px 12px 5px 8px;
  }
  .mvUnder .info {
    margin-top: 25px;
    font-size: 12px;
  }
  .mvUnder .sns__kotira img {
    width: 18px;
  }
  .mvUnder .info__ig {
    margin-top: 25px;
  }
  .mvUnder .info__ig .sns__kotira {
    margin-top: 0;
  }
  .mvUnder .shorts {
    justify-content: center;
  }
  .mvUnder .shorts .shorts-deco {
    width: auto;
  }
  .mvUnder .shorts .shorts-deco img:nth-of-type(2) {
    display: none;
  }
  .goods {
    margin-top: 0;
  }
  .goods .floatingMenu {
    display: none;
  }
  .goods .itemsWrap {
    max-width: 100%;
  }
  .goods .items {
    background-image: url(/store/miknits/2023aw/img/common/img-border_sp.svg);
    width: 100%;
    padding: 50px 10px 0;
    margin: 50px 0 0;
  }
  .goods .keito_annai {
    display: none;
    top: 2px;
    width: 136px;
  }
  .yomimono {
    padding: 0 10px 50px;
  }
  .yomimono .bnr a {
    width: 100%;
    margin-top: 10px !important;
  }
  .footer-bnr {
    padding: 50px 5% 33px;
  }
  .footer-bnr .footer-bnr-ttl {
    max-width: 252px;
    margin: 0 auto 33px;
  }
  .footer-bnr .footer-bnr-cnt {
    display: block;
  }
  .footer-bnr .footer-bnr-cnt div {
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
  .footer-bnr .footer-bnr-cnt div + div {
    margin-top: 20px;
  }
  .staff {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }
  .staff-block {
    background-image: url(/store/miknits/2023aw/img/common/img-border_sp.svg);
    padding: 40px 10px;
  }
  .staff-block::before {
    background-image: url(/store/miknits/2023aw/img/common/img-border_sp.svg);
  }
  .staff-block.credit {
    font-size: 13px;
  }
  .popup_prof .modaal-inner-wrapper {
    padding: 80px 5%;
  }
  .spThanks {
    margin-top: 80px;
    text-align: left;
  }
  .douga_kaisetu {
    margin: 30px 10px 0;
  }
  .temp {
    margin-top: 60px;
  }
  .temp img {
    width: 70%;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
.another-yokoku {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1060px;
  margin: 80px auto 66px;
  padding: 0 30px;
}

.another-yokoku a {
  display: block;
  width: calc(25% - 20px);
}

footer {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
  padding-bottom: 0;
}

footer hr {
  max-width: 1000px;
  margin: 0 auto;
  height: 4.68px;
  background-image: url(/store/miknits/2024aw/img/common/bg-hr.svg);
  background-size: 1000px;
  background-position: center;
  border: none;
}

footer .banner {
  padding: 45px 0;
}

footer .banner_vintage {
  padding: 80px 0;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 2;
  background-color: rgba(203, 255, 214, 0.95);
}

footer .banner_vintage a img:nth-of-type(1) {
  max-width: 600px;
}

footer .banner_vintage a img:nth-of-type(2) {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

footer .banner_vintage div img {
  padding-right: 10px;
}

footer .banner_vintage div {
  padding-bottom: 20px;
}

footer a {
  color: #808080;
}

footer .yokoku_list {
  padding: 50px 0;
  background-color: #fff;
}

footer .yokoku_list ul {
  max-width: 902px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

footer .yokoku_list ul li {
  width: 50%;
}

footer .yokoku_list ul li .num {
  font-size: 2.4rem;
}

footer .yokoku_list ul li:last-of-type a {
  border-right: none !important;
}

footer .yokoku_list ul li.border_bottom {
  border-bottom: 2px solid #FF528E;
}

footer .yokoku_list ul li a {
  display: block;
  padding: 0 10px;
  margin-top: 30px;
  line-height: 1.875;
  pointer-events: none;
}

footer .yokoku_list ul li a.active {
  pointer-events: inherit;
  color: #333;
}

footer .yokoku_list ul li a img {
  opacity: .5;
}

footer .yokoku_list ul li a.active img {
  opacity: 1;
}

footer .yokoku_list .event_off {
  pointer-events: none;
}

footer .yokoku_list .color_off {
  opacity: .5;
}

footer .banner .link {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer li span {
  display: block;
  vertical-align: middle;
}

footer .bottom {
  padding: 100px 0;
  font-family: 'Shuei KakuGo Gin B';
}

footer .bottom:before {
  content: none;
}

footer .bottom a {
  color: #333;
  font-size: 14px;
}

footer .inner {
  max-width: 948px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

footer .share_title {
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 1.2rem;
  font-weight: bold;
}

footer .share_title span {
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .share li {
  display: flex;
  align-items: center;
  margin: 0 25px 0 0;
  line-height: 1;
}

footer .share li.share-txt-do {
  margin-top: 8px;
}

footer .share li a {
  font-size: 49px;
}

footer .bottom .menu {
  font-size: 1.2rem;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .bottom .menu li::after {
  content: "／";
  display: inline;
  font-size: 1.2rem;
  color: #333;
  padding: 0 5px;
}

footer .bottom .menu li:last-of-type:after {
  display: none;
}

footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #333;
}

.share-txt-do {
  display: flex;
  align-items: center;
}

footer .store img {
  transform: translateY(-5px);
}

@media screen and (min-width: 801px) {
  footer .yokoku_list ul li a.pcBorder_top {
    border-left: 2px solid #FF528E;
    margin-bottom: 30px;
  }
  footer .yokoku_list ul li a.pcBorder_bottom {
    border-right: 2px solid #FF528E;
    border-left: 2px solid #FF528E;
  }
  footer .hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    top: 17px;
    right: 0;
    margin: -5px 0 0;
  }
  footer .hobo li {
    margin: 0 0 0 35px;
  }
  footer .hobo li.email img {
    width: 25px;
  }
  footer .hobo li.store img {
    width: 25px;
  }
  footer .email {
    margin: 3px 0 0 0;
  }
  footer .email span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
  footer .ico_home {
    margin: 3px 0 0 0;
  }
  footer .ico_home span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  footer .banner .link {
    display: block;
    padding: 0 10px;
  }
  footer .banner .link a:first-of-type {
    display: block;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .another-yokoku {
    margin: 30px auto 35px;
    padding: 0 5%;
  }
  .another-yokoku a {
    width: calc(50% - 5px);
  }
  .another-yokoku a:nth-of-type(n+3) {
    margin-top: 30px;
  }
  footer {
    margin-top: 40px;
    font-weight: 600;
  }
  footer hr {
    max-width: 90%;
    margin-top: 50px;
  }
  footer .banner_vintage {
    font-size: 1.12rem;
    margin: 0 auto 80px;
  }
  footer .banner_vintage a img:nth-of-type(1) {
    width: 100%;
  }
  footer .banner_vintage div {
    padding-bottom: 10px;
  }
  footer .banner_vintage div img {
    width: 265px;
    padding-right: 5px;
  }
  footer .yokoku_list ul li {
    width: 50%;
  }
  footer .yokoku_list {
    padding: 20px 0 0;
  }
  footer .yokoku_list ul li a {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 1.1rem;
    height: 93%;
  }
  footer .yokoku_list ul li:nth-of-type(odd) a {
    border-right: 2px solid #FF528E;
  }
  footer .yokoku_list ul li.border_bottom_sp {
    border-bottom: 2px solid #FF528E;
  }
  footer .yokoku_list ul li .num {
    font-size: 1.5rem;
  }
  footer .banner {
    padding: 40px 10px;
    margin-bottom: 0;
  }
  footer {
    text-align: center;
  }
  footer .bottom {
    padding: 50px 0;
    height: auto;
  }
  footer .share {
    flex-wrap: wrap;
    max-width: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  footer .share li {
    margin: 0;
  }
  footer .share li.share_tw img {
    width: 29px;
  }
  footer .share li a {
    font-size: 39px;
  }
  footer .hobo {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
  }
  footer .hobo li {
    margin: 0 0 10px 0;
    display: block;
  }
  footer .hobo li:nth-of-type(2) {
    margin-right: 9px;
    margin-bottom: 17px;
  }
  footer .hobo li:nth-of-type(2) img {
    transform: translateX(-14px);
    width: 25px;
  }
  footer .hobo li:nth-of-type(3) {
    margin-right: -5px;
  }
  footer .hobo li:nth-of-type(3) img {
    transform: translate(-16px, -5px);
    width: 25px;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 3rem;
    position: relative;
    top: -2px;
  }
  footer .ico_home span {
    margin: 0 9px 3px 0;
    display: inline-block;
    font-size: 3rem;
  }
  footer .bottom .menu {
    font-size: 12px;
    flex-wrap: wrap;
    padding: 30px 0 40px;
  }
  footer .bottom .menu a {
    font-size: 12px;
  }
  footer .copyright {
    font-size: 13px;
  }
  .share-txt-do {
    width: 100%;
    justify-content: center;
    margin-bottom: 18px !important;
  }
}
