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

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

img.inherit {
  width: inherit;
}

.interviewInfo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 740px;
  padding-right: 32px;
  margin: auto;
  font-size: 13.65px;
  line-height: 27.3px;
  letter-spacing: 0.1em;
}

.interviewInfo a:first-of-type {
  margin-left: 30px;
}

.interviewInfo a:nth-of-type(2) {
  margin-left: 22px;
}

footer {
  position: relative;
  z-index: 12;
  background-color: #fff;
}

footer a {
  color: #203868;
}

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

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

footer .footer__right {
  width: 550px;
  margin: 0 0 10px 100px;
  align-items: flex-end;
}

footer .footer__right > a span {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 80px;
  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;
}

/*ここまで予告ページから引用*/
/*swiper*/
.sw__single {
  max-width: 344px;
  margin: auto;
  padding: 0 10px;
  box-sizing: content-box;
}

.swiperWrap {
  position: relative;
  max-width: 1660px;
  margin: auto;
  padding: 0 50px;
}

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

.swiper-container.sw__body {
  max-width: 344px;
  padding: 0;
}

.swiper-slide {
  width: calc(33.3333% - 2%) !important;
  margin: 0 1%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  top: 47.5%;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 1;
}

.sw {
  position: relative;
  padding: 0 10px;
  max-width: 500px;
  box-sizing: border-box;
}

.sw .main-image-thumbs__list {
  justify-content: center;
}

.sw .swiper-button-prev, .sw .swiper-container-rtl .swiper-button-next,
.sw .swiper-button-next, .sw .swiper-container-rtl .swiper-button-prev {
  color: #AFAFAF;
  outline: none;
  top: 39.5%;
}

.sw .swiper-button-prev:after, .sw .swiper-container-rtl .swiper-button-next:after,
.sw .swiper-button-next:after, .sw .swiper-container-rtl .swiper-button-prev:after {
  font-size: 30px;
}

.sw__item {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.sw__item.swiper-slide {
  width: inherit !important;
  margin: inherit;
}

.sw-thumbs {
  width: 100%;
  max-width: 380px;
  padding: 10px 0 0;
  box-sizing: border-box;
}

.sw-thumbs__item {
  position: relative;
  background-color: #fff;
}

.sw-thumbs__item.swiper-slide {
  opacity: 0.5;
  width: calc(20% - 10px) !important;
  margin: 0 5px;
}

.main-image-thumbs__list.six .sw-thumbs__item.swiper-slide {
  width: calc(16.6% - 10px) !important;
}

.sw-thumbs__item.swiper-slide-thumb-active {
  opacity: 1;
}

/*カート（完売表示）*/
.cart .sold {
  display: none !important;
}

.cart .free {
  display: none !important;
}

.cart.sold a.cart_btn {
  background-color: #999 !important;
  pointer-events: none;
}

.cart.sold .sold {
  display: flex !important;
  justify-content: center;
}

.cart.sold .sale {
  display: none !important;
}

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

header {
  position: fixed;
  width: 100%;
  background-color: #CED5D6;
  display: none;
  z-index: 100;
}

header.fixed {
  z-index: 13;
}

header .inner .inner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 15px 100px;
  margin: auto;
}

header .miknitsLogo {
  width: 287px;
}

header .headerLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 64px;
}

header .headerLinks > li {
  position: relative;
  cursor: pointer;
}

header .headerLinks > li:hover > img:not(.tgl) {
  opacity: .8;
}

header .headerLinks > li > ul {
  display: none;
  position: absolute;
  top: 39px;
  right: 0;
}

header .headerLinks > li > ul > li {
  position: relative;
}

header .headerLinks > li:nth-of-type(1) {
  width: 23px;
  height: 26px;
  margin-top: 1px;
}

header .headerLinks > li:nth-of-type(1) > img {
  position: absolute;
  width: 23px;
}

header .headerLinks > li:nth-of-type(1) > ul {
  top: 41px;
}

header .headerLinks > li:nth-of-type(2) > ul {
  width: 300px;
  background-color: #CED5D6;
}

header .headerLinks > li:nth-of-type(2) > ul > li {
  border-bottom: 1px solid #231815;
}

header .headerLinks > li:nth-of-type(2) > ul > li a.list-a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(1) img.inherit {
  width: 148px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(2) img.inherit {
  width: 156px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(3) img.inherit {
  width: 185px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(4) img.inherit {
  width: 196px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: none;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) img.inherit {
  width: 167px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) img.instagram_bk {
  width: 30px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) img.facebook_bk {
  width: 29px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) a:nth-of-type(1) {
  margin-left: 15px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) a:nth-of-type(2) {
  margin-left: 10px;
}

header .tgl {
  transition: .4s;
  opacity: 1;
}

header .tgl.hide {
  opacity: 0;
}

header .narrowDown__select__sagasu {
  font-size: 12px;
  margin-bottom: 5px;
}

header .narrowDown__select__sagasu > img {
  width: 23px;
}

header .narrowDown__select__wrap {
  padding: 10px 40px 20px 20px;
  margin-right: 0;
  background-color: #CED5D6;
  flex-direction: column;
  align-items: inherit;
}

header .narrowDown__btn {
  margin: 11px 0 0 0;
  font-size: 14px;
  width: 120px;
  height: 30px;
}

.humburger {
  display: block;
  width: 23px;
  height: 20px;
  position: relative;
}

.humburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: .4s;
}

.humburger span.top {
  top: 0;
}

.humburger span.middle {
  top: 9px;
}

.humburger span.bottom {
  top: 19px;
}

.no1.open .humburger {
  height: 26px;
}

.no1.open .humburger span.top {
  top: 12px;
  transform: rotate(45deg);
}

.no1.open .humburger span.middle {
  opacity: 0;
}

.no1.open .humburger span.bottom {
  top: 12px;
  transform: rotate(-45deg);
}

.no2.open .humburger span.top {
  top: 10px;
  transform: rotate(45deg);
}

.no2.open .humburger span.middle {
  opacity: 0;
}

.no2.open .humburger span.bottom {
  top: 10px;
  transform: rotate(-45deg);
}

section {
  padding: 100px 10px;
}

section.first {
  padding: 0;
}

section.first h1 {
  font-family: inherit;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

section.first .mvCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

section.first .topTxt {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  width: 80%;
  padding: 80px 0 100px;
  padding: 0% 0 3%;
  margin: auto;
  font-size: 22px;
}

section.first .topTxt__img {
  width: 55%;
}

section.first .topTxt__txt {
  width: 52%;
  margin-left: 3%;
  line-height: 1.65;
  letter-spacing: 0.1em;
}

section.first .goYodogawa {
  display: block;
  width: 80px;
  margin: 100px auto 0;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

section.first .yodogawa {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 40px 0 80px;
  font-size: 18px;
  line-height: 1.83;
  background-color: #EBEBEB;
}

section.first .yodogawa > div {
  max-width: 588px;
}

section.first .yodogawa > div a img {
  max-width: 500px;
}

section.first .cat {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 357px;
  z-index: -1;
}

section.second {
  padding: 100px 0 0;
  color: #000;
}

section.second .announce1__hukidasi {
  position: relative;
  color: #FFFF7E;
  font-size: 24px;
  height: 42px;
  width: 500px;
  text-align: center;
  margin: auto;
}

section.second .announce1__hukidasi::before, section.second .announce1__hukidasi::after {
  content: '';
  position: absolute;
  top: -10px;
  width: 1px;
  height: 60px;
  background-color: #FFFF7E;
}

section.second .announce1__hukidasi::before {
  left: 0;
  transform: rotate(-45deg);
}

section.second .announce1__hukidasi::after {
  right: 0;
  transform: rotate(45deg);
}

section.second .announce1__pics {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  text-align: center;
  max-width: 920px;
}

section.second .announce1__pics > div {
  width: calc(50% - 46px);
}

section.second .announce1__pics span {
  display: block;
}

section.second .announce1__pics span.big {
  font-size: 30px;
  margin: 40px 0 0;
}

section.second .announce1__pics span.min {
  font-size: 22px;
}

section.second .announce1__cnt {
  position: relative;
  max-width: 1390px;
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
  line-height: 1.8;
}

section.second .announce1__cnt::before, section.second .announce1__cnt::after {
  content: '';
  position: absolute;
  top: -10px;
  width: auto;
  background-size: 100%;
}

section.second .announce1__cnt::before {
  height: 648px;
  width: 194px;
  left: 56px;
  top: 9px;
  background-image: url(/store/miknits/2020/yarnpack/img/bg-left.png);
}

section.second .announce1__cnt::after {
  height: 722px;
  width: 310px;
  right: 0;
  top: -38px;
  background-image: url(/store/miknits/2020/yarnpack/img/bg-right.png);
}

section.second .announce1__cnt p.first {
  font-size: 18px;
}

section.second .announce1__cnt p.second {
  font-size: 25px;
  margin: 40px 0 30px;
}

section.second .announce1__cnt p.second .yellow {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFF7E;
}

section.second .announce1__cnt p.third {
  font-size: 25px;
  margin: 0 0 50px;
}

section.second .announce1__cnt a {
  color: #203868;
  background-color: #FFFF7E;
  padding: 20px 22px;
  border-radius: 60px;
  font-size: 30px;
}

section.second span.number {
  font-size: 33px;
}

section.third {
  padding: 100px 0;
  background-color: #FFFF7E;
}

section.third .inner {
  max-width: 1090px;
  margin: auto;
}

section.third .announce2__top {
  display: flex;
  text-align: center;
}

section.third .announce2__top__left {
  max-width: 200px;
  margin-right: 30px;
}

section.third .announce2__top__right {
  margin-top: -10px;
}

section.third .announce2__top__right p:nth-of-type(1) {
  font-size: 28px;
  color: #203868;
  line-height: 1.6;
}

section.third .announce2__top__right p:nth-of-type(2) {
  position: relative;
  margin-top: 20px;
  font-size: 20px;
  color: #8F0E16;
}

section.third .announce2__top__right p:nth-of-type(2)::before {
  content: '';
  position: absolute;
  right: 45px;
  top: -16px;
  width: 60px;
  height: 141px;
  background-image: url(/store/miknits/2020/yarnpack/img/img-arrow_thin.svg);
  background-size: 100%;
}

section.third .announce2__btm {
  margin-top: 100px;
}

section.third .announce2__btm > div {
  margin-top: 80px;
}

section.third .announce2__btm > div:nth-of-type(1) {
  margin-top: 0;
}

section.third .announce2__btm__ttl {
  color: #fff;
  background-color: #203868;
  padding: 18px 22px;
  margin: auto;
  border-radius: 60px;
  font-size: 28px;
  max-width: 480px;
  text-align: center;
}

section.third .announce2__btm__ttl span {
  display: inline-block;
  margin: 0 -11px;
  font-size: 23px;
}

section.third .announce2__btm__cnt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

section.third .announce2__btm__cnt > div {
  width: 25%;
  text-align: center;
  font-size: 17px;
}

section.third .announce2__btm__cnt > div img {
  max-height: 220px;
  width: auto;
}

section.fourth {
  padding-top: 0;
}

section.fourth .inner {
  max-width: 1000px;
  margin: auto;
}

section.fourth .info {
  display: flex;
  justify-content: space-between;
  color: #940E16;
}

section.fourth .info a {
  color: #940E16;
}

section.fourth .info__left,
section.fourth .info__right {
  width: calc(50% - 30px);
}

section.fourth .info__attention__txt {
  min-height: 170px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

section.fourth .more {
  padding: 15px 0;
  margin: 40px 0;
  border-top: 1.8px solid #940E16;
  border-bottom: 1.8px solid #940E16;
  cursor: pointer;
}

section.fourth .more__txt {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

section.fourth .more__arrow {
  width: 18px;
  margin: auto;
}

section.fourth .more__arrow img {
  transition: .4s;
}

section.fourth .more__arrow img.show {
  transform: rotatez(180deg);
}

section.fourth .info__cnt {
  display: none;
}

section.fourth .info__cnt > p.first {
  margin-top: 50px;
}

section.fourth .info__cnt__goDetail {
  display: inline-block;
  padding: 6px 10px;
  margin: 12px 0 30px;
  border: 2px solid #940E16;
  border-radius: 30px;
  font-size: 18px;
}

section.fourth .info__cnt__ttlL {
  margin-top: 40px;
}

section.fourth .info__cnt__ttlL:first-of-type {
  margin-top: 0;
}

section.fourth .info__cnt__ttlL img {
  height: 85px;
  width: auto;
}

section.fourth .info__cnt__ttlS {
  margin-top: 15px;
  font-size: 22px;
  line-height: 28px;
}

section.fourth .info__cnt__ttlS span {
  font-size: 18px;
  vertical-align: middle;
}

section.fourth .info__cnt__ttlS span:nth-of-type(1) {
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 3px;
  background-color: #940E16;
}

section.fourth .ad {
  display: block;
  max-width: 740px;
  margin: 0 auto 5px;
}

section.fifth {
  width: 100%;
  overflow: scroll;
  padding: 150px 0;
  /*こちらもあわせてどうぞ*/
}

section.fifth .inner {
  display: flex;
  justify-content: center;
}

section.fifth .narrowDown__attention {
  margin-top: 20px;
  text-align: right;
}

section.fifth .narrowDown__attention li {
  margin-top: 5px;
}

section.fifth .narrowDown__attention li:nth-of-type(1) {
  margin-top: 0;
}

section.fifth .narrowDown__attention li:nth-of-type(3) {
  font-size: 10px;
}

section.fifth .narrowDown__attention a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #940E16;
}

section.fifth .narrowDown__attention a.benri {
  color: #203868;
}

section.fifth .narrowDown__attention a img {
  width: 18px;
  margin: 0 4px 2px 0;
}

section.fifth .narrowDown__attention a img.benri {
  margin: 0 2px 3px 0;
}

section.fifth .category.hidden {
  display: none;
}

section.fifth .goodsSec {
  width: 870px;
}

section.fifth .goodsSec__header {
  display: flex;
}

section.fifth .goodsSec__header h2 {
  font-size: 50px;
}

section.fifth .goodsSec__header__txt {
  padding-top: 15px;
  font-size: 18px;
  line-height: 28px;
}

section.fifth .goodsSec__header__txt span:last-of-type {
  color: #940E16;
}

section.fifth .goodsSec__header__txt__img {
  display: flex;
  max-width: 426px;
}

section.fifth .goodsSec__header__img {
  max-width: 139px;
}

section.fifth .goodsSec__cnt {
  padding-top: 130px;
}

section.fifth .goodsSec__cnt__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-bottom: 3px solid #1A1A1A;
}

section.fifth .goodsSec__cnt__ttl h3 {
  position: relative;
  font-size: 35px;
  line-height: 1;
}

section.fifth .goodsSec__cnt__ttl h3 span.tag {
  content: '';
  position: absolute;
  left: 0;
  top: -38px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 30px;
  padding: 4px;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
}

section.fifth .goodsSec__cnt__ttl h3 span.tag.oomono {
  background-color: #3DBDFF;
}

section.fifth .goodsSec__cnt__ttl h3 span.tag.komono {
  background-color: #fa2082;
}

section.fifth .goodsSec__cnt__ttl h3 span.tag .tag-min {
  font-size: 12px;
  margin-left: 6px;
}

section.fifth .goodsSec__cnt__ttl h3 span {
  font-size: 50%;
}

section.fifth .kako {
  min-width: 270px;
}

section.fifth .kako p {
  font-size: 12px;
  text-align: right;
}

section.fifth .kako > div {
  display: flex;
  justify-content: flex-end;
  margin: 4px -5px 0 0;
}

section.fifth .kako > div a {
  display: block;
  font-size: 17px;
  line-height: 1;
  border: 2px solid #1A1A1A;
  border-radius: 30px;
  padding: 2px 6px;
  margin: 0 5px;
  font-weight: bold;
}

section.fifth .goodsSec__cnt__main {
  display: flex;
  justify-content: space-between;
}

section.fifth .main__left {
  width: 53%;
}

section.fifth .shoppingWithTtl {
  margin: 60px 0 0 20px;
  font-size: 25px;
}

section.fifth .shoppingWithTtl::before {
  content: '';
  background-image: url(/store/miknits/2020/yarnpack/img/img-hari.png);
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 57px;
  vertical-align: bottom;
}

section.fifth .shopping {
  margin: 50px 0 0 20px;
}

section.fifth .shopping li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

section.fifth .color {
  display: flex;
}

section.fifth .color__circle {
  width: 20px;
  height: 20px;
  margin: 2px 15px 0 0;
  border-radius: 30px;
  border: 1px solid transparent;
}

section.fifth .color__circle.light {
  border-color: #969696;
}

section.fifth .color__txt {
  font-size: 18px;
  line-height: 25px;
}

section.fifth .color__txt.benri {
  margin-left: 0;
}

section.fifth .color__txt span:not(.price):not(.product_label) {
  font-size: 12px;
  margin-left: 4px;
}

section.fifth .cartBtn {
  position: relative;
  margin-left: 4px;
}

section.fifth .cartBtn.mg0 {
  margin: 0;
}

section.fifth .cartBtn a {
  display: flex;
  width: 135px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #C80E16;
  border-radius: 30px;
}

section.fifth .cartBtn img {
  width: 25px;
}

section.fifth .cartBtn span {
  display: block;
  margin-left: 6px;
  line-height: 1;
}

section.fifth .cartBtn span.stock, section.fifth .cartBtn span.free {
  position: absolute;
  top: 28px;
  width: 100%;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  text-align: center;
  color: #C80E16;
}

section.fifth .main__right {
  width: 37%;
  font-size: 15px;
  padding: 0 10px;
}

section.fifth .main__right__red {
  font-size: 15px;
  color: #8C0E16;
}

section.fifth .main__right__ttl {
  display: inline-block;
  padding: 0 10px;
  margin: 25px 0 5px;
  background-color: #969696;
  color: #fff;
}

section.fifth .main__right__ttl:first-of-type {
  margin-top: 0;
}

section.fifth .awaseteDouzo {
  padding-top: 150px;
}

section.fifth .awaseteDouzo__ttl {
  font-weight: bold;
  text-align: center;
  padding: 35px 0;
  border: 3px solid #1a1a1a;
  border-radius: 300px;
  max-width: 600px;
  padding: 25px 0 20px;
  margin: auto;
}

section.fifth .awaseteDouzo__ttl .min {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-size: 20px;
}

section.fifth .awaseteDouzo__ttl .min::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -24px;
  height: 71px;
  width: 2px;
  transform: rotate(-40deg);
  background-color: #1A1A1A;
}

section.fifth .awaseteDouzo__ttl .min::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -24px;
  height: 71px;
  width: 2px;
  transform: rotate(40deg);
  background-color: #1A1A1A;
}

section.fifth .awaseteDouzo__ttl .big {
  display: block;
  font-size: 50px;
  font-size: 35px;
  margin-top: 20px;
}

section.fifth .awaseteDouzo__goods__img {
  position: relative;
  width: 100%;
}

section.fifth .awaseteDouzo__goods__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 374px;
}

section.fifth .awaseteDouzo__goods__ttl {
  margin: 40px 0 20px;
  font-size: 18px;
  line-height: 25px;
}

section.fifth .awaseteDouzo__goods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

section.fifth .awaseteDouzo__goods li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 30px);
  padding-top: 100px;
  text-align: center;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(1) {
  padding-top: 0;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(2) {
  padding-top: 10px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(1) .awaseteDouzo__goods__img,
section.fifth .awaseteDouzo__goods li:nth-of-type(2) .awaseteDouzo__goods__img {
  height: 301px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(1) .awaseteDouzo__goods__ttl,
section.fifth .awaseteDouzo__goods li:nth-of-type(2) .awaseteDouzo__goods__ttl {
  margin-top: 0;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(1) .awaseteDouzo__goods__img img {
  max-width: 350px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(2) .awaseteDouzo__goods__img img {
  max-width: 301px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(3) .awaseteDouzo__goods__img,
section.fifth .awaseteDouzo__goods li:nth-of-type(4) .awaseteDouzo__goods__img {
  height: 349px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(3) .awaseteDouzo__goods__img img {
  max-width: 246px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(4) .awaseteDouzo__goods__img img {
  max-width: 374px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(5) .awaseteDouzo__goods__img,
section.fifth .awaseteDouzo__goods li:nth-of-type(6) .awaseteDouzo__goods__img {
  height: 344px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(5) .awaseteDouzo__goods__img img {
  max-width: 304px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(6) .awaseteDouzo__goods__img img {
  max-width: 176px;
  margin-right: 7%;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(7) .awaseteDouzo__goods__img,
section.fifth .awaseteDouzo__goods li:nth-of-type(8) .awaseteDouzo__goods__img {
  height: 315px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(7) .awaseteDouzo__goods__img img {
  max-width: 300px;
}

section.fifth .awaseteDouzo__goods li:nth-of-type(8) .awaseteDouzo__goods__img img {
  max-width: 188px;
}

section.fifth .awaseteDouzo__goods__txt {
  margin-top: 30px;
  font-size: 15px;
  line-height: 20px;
}

section.fifth .awaseteDouzo__goods__txt a {
  color: #8F0E16;
}

.mv {
  padding-top: 100px;
  height: 100vh;
  position: relative;
}

.mv-img {
  height: calc(87vh - 100px);
}

.mv-img img {
  display: block;
  max-height: calc(96vh - 100px);
  width: auto;
  max-width: 100%;
  margin: auto;
}

.narrowDown__select__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 30px;
}

.narrowDown {
  height: calc(13vh);
  padding-bottom: 2vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #EBEBEB;
  font-size: 15px;
  color: #203868;
}

.narrowDown__txt {
  text-align: right;
}

.narrowDown__txt img {
  width: 19px;
  vertical-align: text-bottom;
}

.narrowDown__select__sagasu {
  font-size: 21px;
  margin-bottom: 4px;
}

.narrowDown__select__sagasu > img {
  width: 30px;
  margin-right: 5px;
}

.narrowDown__select {
  margin-top: 8px;
  width: 215px;
  position: relative;
}

.narrowDown__select::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 13px solid #203868;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.narrowDown__select select {
  width: 100%;
  padding: 4px;
  border: 1px solid #203868;
  color: #203868;
  height: 37px;
  margin-bottom: -1px;
  background-color: #fff;
}

.narrowDown__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 35px;
  border-radius: 20px;
  color: #fff;
  background-color: #203868;
  cursor: pointer;
  font-size: 19px;
  margin-left: 10px;
  line-height: 1;
}

.narrowDown__btn:hover {
  opacity: .8;
}

.btn-sitteoite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 35px;
  border-radius: 20px;
  color: #fff;
  background-color: #8C0E16;
  cursor: pointer;
  font-size: 19px;
}

.btn-sitteoite img {
  width: 22px;
  margin-right: 5px;
}

.hon .hon-block1 {
  display: flex;
  justify-content: center;
}

.hon .hon-ttl {
  color: #1a1a1a;
}

.hon .hon-ttl > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hon .hon-ttl > div span.big {
  font-size: 50px;
  margin-right: 15px;
}

.hon .hon-ttl > div span.min {
  font-size: 30px;
}

.hon .hon-cnt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.56;
}

.hon .hon-cnt span.red {
  color: #8C0E16;
}

.hon .hon-pic {
  display: flex;
  justify-content: space-between;
  max-width: 742px;
  width: 100%;
  margin: 100px auto 50px;
}

.hon .hon-pic > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 44%;
  min-width: 320px;
}

.hon .hon-pic > div span.big {
  margin: 20px 0 5px;
  font-size: 22px;
}

.hon .hon-pic > div span.min {
  margin-bottom: 10px;
  font-size: 16px;
}

.hon .hon-txtCenter {
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
}

.hon .hon-txtCenter span.big {
  font-size: 20px;
  letter-spacing: 0;
}

.hon .hon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 35px;
  border-radius: 20px;
  font-size: 19px;
  background-color: #203868;
  color: #fff;
  margin: 30px auto 0;
}

.info__attention__ttl {
  display: flex;
  align-items: center;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 40px;
}

.info__attention__ttl::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background-image: url(/store/miknits/2020/yarnpack/img/ico-attention.png);
  background-size: cover;
}

.info__attention__ttl span {
  max-width: calc(100% - 60px);
}

.info__attention__cnt {
  font-size: 16px;
  line-height: 1.75;
}

.modaal-inner-wrapper {
  padding: 50px;
}

.modaal-content-container {
  max-width: 588px;
  margin: auto;
  padding: 100px 30px;
}

.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  height: 62px;
}

.btn-close::before, .btn-close::after {
  content: none;
}

.shopping-bnr > *:first-child {
  margin-top: 50px;
}

.shopping-bnr a {
  margin-top: 30px;
  display: block;
}

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

section.bnr {
  max-width: 900px;
  margin: auto;
  padding: 0 10px 100px;
}

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

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

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

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

.pc {
  display: block !important;
}

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

.pc-flex {
  display: flex !important;
}

.sp {
  display: none !important;
}

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

@media screen and (max-width: 1490px) {
  section.first .topTxt {
    font-size: 1.46vw;
  }
}

@media screen and (max-width: 1200px) {
  section.first .topTxt {
    padding: 0% 0 8%;
  }
}

@media screen and (max-width: 1100px) {
  section.second .announce1__cnt::before {
    width: 119px;
    left: 0;
  }
  section.second .announce1__cnt::after {
    width: 180px;
    top: -31px;
    right: -19px;
  }
  section.second .announce1__pics {
    padding: 0 40px;
  }
  section.second .announce1__pics > div {
    width: calc(50% - 20px);
  }
  section.second .announce1__pics span.min {
    font-size: 17px;
  }
  section.third .announce2__top {
    justify-content: center;
  }
  section.third .announce2__top__left {
    margin-right: 0;
  }
  section.third .announce2__top__right p:nth-of-type(1) {
    font-size: 18px;
  }
  section.third .announce2__top__right p:nth-of-type(2) {
    font-size: 16px;
  }
  section.third .announce2__top__right p:nth-of-type(2)::before {
    right: -39px;
    top: -18px;
  }
  section.third .announce2__btm__cnt > div {
    font-size: 13px;
  }
  section.third .announce2__btm__cnt > div img {
    max-height: 160px;
  }
}

@media screen and (max-width: 1000px) {
  .hon .hon-block1 {
    max-width: 700px;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  section.fifth .narrowDown__btn {
    transition: .4s;
  }
  section.fifth .narrowDown__btn:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  img.twitter {
    width: 37px;
  }
  img.facebook {
    width: 35px;
  }
  img.line {
    width: 41px;
  }
  .interviewInfo {
    font-size: 12px;
  }
  .interviewInfo a:first-of-type {
    margin-left: 20px;
  }
  .interviewInfo a:nth-of-type(2) {
    margin-left: 20px;
  }
  footer .footer__inner {
    padding: 25px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 12px;
  }
  footer .footer__left {
    width: 176px;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    width: 100%;
    margin: 45px 0 0;
    flex-direction: column;
    align-items: center;
  }
  footer .footer__right a:nth-of-type(2) {
    margin: 25px 0 23px;
  }
  footer .footer__bottom {
    margin-top: 50px;
    font-size: 10px;
    line-height: 17px;
  }
  footer .footer__bottom__copy {
    width: 165px;
    margin-top: 40px;
  }
  /*ここまで予告ページから引用*/
  /*swiper*/
  .swiperWrap {
    padding: 0 20px;
  }
  .swiper-slide {
    width: 100% !important;
    margin: inherit;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .sw {
    margin: auto;
  }
  .sw .swiper-button-prev, .sw .swiper-container-rtl .swiper-button-next,
  .sw .swiper-button-next, .sw .swiper-container-rtl .swiper-button-prev {
    top: 41.5%;
  }
  header .miknitsLogo {
    width: 200px;
  }
  header .inner .inner-inner {
    padding: 15px;
  }
  header .headerLinks > li:nth-of-type(2) > ul {
    top: 38px;
  }
  .header {
    opacity: 0;
    position: fixed;
    width: 100%;
    padding: 8px 10px;
    background-color: #fff;
    z-index: 100;
    transition: .4s;
    z-index: -1;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 8px 10px;
  }
  .header__left a {
    display: block;
    max-width: 140px;
  }
  .header__left a img {
    vertical-align: middle;
  }
  .header__right {
    position: relative;
  }
  .header__right .narrowDown__select {
    margin-top: 8px;
    position: relative;
    width: 262px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__right .narrowDown__select::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #1a1a1a;
    position: absolute;
    top: 8.5px;
    right: 112px;
    z-index: 0;
  }
  .header__right .narrowDown__select select {
    width: 157px;
    padding: 3px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    background-color: #fff;
  }
  .header__right .narrowDown__btn {
    width: 86px;
    text-align: center;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 30px;
    padding: 4px 0;
    cursor: pointer;
  }
  .header__right a {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
  }
  .header__right a:last-of-type {
    margin-right: 0;
  }
  .search {
    width: 20px;
    margin-right: 45px;
    cursor: pointer;
  }
  /*ハンバーガーメニュー*/
  .menu {
    margin-top: -110px;
    position: fixed;
    top: 0;
    right: 0;
    background: linear-gradient(transparent 50px, #fff 50px);
  }
  .menu--isOpen,
  .menu--isOpenSearch {
    height: auto;
    margin-top: 39px;
  }
  .menu__button {
    position: fixed;
    right: 20px;
    top: 12px;
    width: 23px;
    height: 20px;
    border: none;
  }
  .menu span {
    display: block;
    margin: auto;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100% - 4px)/2);
    transition: .2s;
  }
  .menu__lineTop {
    transform: translateY(-7px);
  }
  .menu__lineBottom {
    transform: translateY(7px);
  }
  .menu--isOpen .menu__lineTop,
  .menu--isOpenSearch .menu__lineTop {
    transform: rotate(45deg);
  }
  .menu--isOpen .menu__lineMiddle,
  .menu--isOpenSearch .menu__lineMiddle {
    opacity: 0;
  }
  .menu--isOpen .menu__lineBottom,
  .menu--isOpenSearch .menu__lineBottom {
    transform: rotate(-45deg);
  }
  .sp-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100vw;
    padding: 0;
    margin-top: -216px;
    transition: .4s;
    border-bottom: 1px solid #1A1A1A;
    background-color: #fff;
  }
  .menu--isOpen .sp-menu,
  .menu--isOpenSearch .sp-menu {
    margin-top: 0;
  }
  .sp-menu > a {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 12px;
    border-top: 1px solid #1A1A1A;
  }
  .sp-menu > a img {
    margin-right: 4px;
  }
  .sp-menu > a:nth-of-type(1), .sp-menu > a:nth-of-type(2) {
    width: 50%;
    border-top: none;
    border-bottom: 1px solid #1a1a1a;
  }
  .sp-menu > a:nth-of-type(1) img {
    width: 22px;
  }
  .sp-menu > a:nth-of-type(2) img {
    width: 13px;
  }
  .sp-menu > a:nth-of-type(3) img, .sp-menu > a:nth-of-type(4) img, .sp-menu > a:nth-of-type(5) img {
    width: 20px;
  }
  .sp-menu > a:last-of-type img {
    width: 22px;
  }
  .sp-menu > div {
    display: flex;
    justify-content: center;
  }
  .sp-menu > div:first-of-type {
    align-items: center;
    font-size: 12px;
    margin: 10px auto;
    width: 262px;
    flex-wrap: wrap;
  }
  .sp-menu > div:first-of-type img {
    width: 20px;
    margin-right: 4px;
  }
  .sp-menu > div:last-of-type {
    width: 100%;
    margin: auto;
    padding: 10px 0;
    line-height: 26px;
    border-top: 1px solid #1A1A1A;
    font-size: 12px;
  }
  .sp-menu > div:last-of-type a {
    margin: 0 0 0 20px;
  }
  .sp-menu > div:last-of-type img {
    width: 26px;
  }
  .menu--isOpenSearch .sp-menu > a {
    display: none;
  }
  section {
    padding: 50px 10px;
  }
  section.first {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.first h1 {
    margin: 0 auto 50px;
    font-size: 3.5vw;
  }
  section.first .mvCenter {
    top: 36%;
    max-width: 420px;
    max-width: 80%;
  }
  section.first .mv {
    padding-top: 0;
  }
  section.first .topTxt {
    padding: 50px 0 30px;
    font-size: 17px;
    position: absolute;
    top: 46%;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
  }
  section.first .topTxt__img {
    width: 100%;
    max-width: 380px;
    max-width: 80%;
    margin: auto;
  }
  section.first .topTxt__txt {
    width: 100%;
    text-align: center;
    line-height: 25px;
    margin: 20px 0 0;
    line-height: 1.5;
    margin: 5% 0 0;
  }
  section.first .goYodogawa {
    width: 37px;
    margin: auto;
    bottom: 4%;
    bottom: 2%;
  }
  section.first .yodogawa {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.24;
    text-align: left;
    padding: 10px 10px 30px;
  }
  section.first .cat {
    display: block;
    margin: 20px 0 0 40%;
    position: static;
    width: 60%;
  }
  section.second {
    padding: 30px 10px;
  }
  section.second .announce1__hukidasi {
    font-size: 17px;
    height: 34px;
    max-width: 374px;
    padding: 0 25px;
  }
  section.second .announce1__hukidasi::before, section.second .announce1__hukidasi::after {
    top: -5px;
    height: 45px;
  }
  section.second .announce1__hukidasi::before {
    left: 22px;
  }
  section.second .announce1__hukidasi::after {
    right: 22px;
  }
  section.second .announce1__pics {
    flex-direction: column;
    padding: 0;
  }
  section.second .announce1__pics > div {
    width: 100%;
  }
  section.second .announce1__pics > div:nth-of-type(2) {
    margin-top: 50px;
  }
  section.second .announce1__pics > div img {
    max-width: 200px;
  }
  section.second .announce1__pics span.big {
    font-size: 20px;
    margin: 20px 0 0;
  }
  section.second .announce1__pics span.min {
    font-size: 15px;
  }
  section.second .announce1__cnt {
    margin: 155px auto;
  }
  section.second .announce1__cnt::before {
    height: 104px;
    width: 326px;
    left: 50%;
    transform: translateX(-50%);
    top: -120px;
    background-image: url(/store/miknits/2020/yarnpack/img/bg-left_sp.png);
  }
  section.second .announce1__cnt::after {
    height: 134px;
    width: 355px;
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
    bottom: -150px;
    background-image: url(/store/miknits/2020/yarnpack/img/bg-right_sp.png);
  }
  section.second .announce1__cnt p.first, section.second .announce1__cnt p.second, section.second .announce1__cnt p.third {
    font-size: 16px;
  }
  section.second .announce1__cnt p.first {
    max-width: 370px;
    margin: auto;
    padding: 0 10px;
    text-align: left;
  }
  section.second .announce1__cnt p.second .yellow {
    font-size: 16px;
  }
  section.second .announce1__cnt a {
    padding: 18px 22px;
    font-size: 19px;
  }
  section.second span.number {
    font-size: 22px;
  }
  section.third {
    padding: 40px 0;
  }
  section.third .announce2__top {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  section.third .announce2__top__left {
    max-width: 114px;
  }
  section.third .announce2__top__right {
    margin-top: 20px;
  }
  section.third .announce2__top__right p:nth-of-type(1) {
    font-size: 17px;
  }
  section.third .announce2__top__right p:nth-of-type(2) {
    font-size: 12px;
    position: static;
  }
  section.third .announce2__top__right p:nth-of-type(2)::before {
    right: 50%;
    transform: translateX(114px);
    top: 54px;
    width: 42px;
    height: 65px;
    background-image: url(/store/miknits/2020/yarnpack/img/img-arrow_thick.svg);
  }
  section.third .announce2__btm__ttl {
    padding: 8px 22px;
    font-size: 15px;
    max-width: 268px;
  }
  section.third .announce2__btm__cnt {
    max-width: 404px;
    margin: 15px auto 0;
    padding: 0 10px;
  }
  section.third .announce2__btm__cnt > div {
    width: 50%;
    font-size: 12px;
  }
  section.third .announce2__btm__cnt > div:nth-of-type(n+3) {
    margin-top: 15px;
  }
  section.third .announce2__btm {
    margin-top: 40px;
  }
  section.third .announce2__btm > div {
    margin-top: 60px;
  }
  section.fourth .inner {
    overflow: hidden;
  }
  section.fourth .info {
    flex-direction: column;
  }
  section.fourth .info__left,
  section.fourth .info__right {
    width: 100%;
  }
  section.fourth .info__right {
    margin-top: 50px;
  }
  section.fourth .info__attention__ttl {
    font-size: 17px;
  }
  section.fourth .info__attention__ttl::before {
    width: 30px;
    height: 30px;
  }
  section.fourth .info__attention__ttl span {
    max-width: calc(100% - 40px);
  }
  section.fourth .info__attention__txt {
    font-size: 15px;
  }
  section.fourth .more__txt {
    font-size: 15px;
  }
  section.fourth .info__cnt__ttlL img {
    height: auto;
    max-height: 70px;
    max-width: 100%;
  }
  section.fourth .info__cnt__ttlS {
    font-size: 18px;
  }
  section.fourth .info__cnt__ttlS span {
    font-size: 16px;
  }
  section.fourth .ad {
    margin: 10px -26px 0;
    transform: translateX(1.8%);
  }
  section.fifth {
    padding: 0 0 50px;
  }
  section.fifth .inner {
    min-width: inherit;
    width: 100%;
  }
  section.fifth .narrowDown {
    display: none;
  }
  section.fifth .goodsSec {
    min-width: inherit;
    width: 100%;
    margin: 0;
  }
  section.fifth .goodsSec__header {
    flex-direction: column-reverse;
    padding: 0 10px;
  }
  section.fifth .goodsSec__header h2 {
    font-size: 22px;
  }
  section.fifth .goodsSec__header__txt {
    font-size: 15px;
  }
  section.fifth .goodsSec__header__txt__img {
    max-width: 100%;
  }
  section.fifth .goodsSec__header__txt__img div {
    width: 50%;
  }
  section.fifth .goodsSec__header__img {
    max-width: 66px;
    margin: 0 0 -30px 206px;
  }
  section.fifth .goodsSec__cnt {
    padding-top: 85px;
  }
  section.fifth .goodsSec__cnt__ttl {
    padding: 0 10px 10px;
    margin-bottom: 30px;
  }
  section.fifth .goodsSec__cnt__ttl h3 {
    font-size: 18px;
    line-height: 20px;
  }
  section.fifth .goodsSec__cnt__ttl h3 span {
    font-size: 12px;
  }
  section.fifth .goodsSec__cnt__ttl h3 span.tag {
    width: 120px;
    font-size: 15px;
  }
  section.fifth .goodsSec__cnt__ttl h3 span.tag .tag-min {
    font-size: 12px;
  }
  section.fifth .kako {
    min-width: inherit;
  }
  section.fifth .kako p {
    display: none;
  }
  section.fifth .kako > div {
    flex-direction: column;
    margin: 0;
  }
  section.fifth .kako > div a {
    margin-top: 4px;
    font-size: 13px;
  }
  section.fifth .kako > div a:nth-of-type(1) {
    margin-top: 0;
  }
  section.fifth .goodsSec__cnt__main {
    flex-direction: column;
    max-width: 500px;
    margin: auto;
  }
  section.fifth .main__left {
    width: 100%;
    padding: 0 10px;
  }
  section.fifth .main__right {
    width: 100%;
    margin: 50px auto 0;
    font-size: 13px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }
  section.fifth .main__right.open {
    height: 100%;
  }
  section.fifth .color__circle {
    margin: 0 6px 0 0;
  }
  section.fifth .color__txt {
    font-size: 15px;
    line-height: 20px;
  }
  section.fifth .cartBtn a {
    width: 121px;
    font-size: 10px;
  }
  section.fifth .shopping {
    margin: 50px auto 0;
  }
  section.fifth .shoppingWithTtl {
    margin: 40px auto 0;
    font-size: 17px;
  }
  section.fifth .shoppingWithTtl::before {
    width: 27px;
    height: 52px;
  }
  section.fifth .awaseteDouzo {
    padding: 80px 10px 0;
  }
  section.fifth .awaseteDouzo .cartBtn span.stock {
    position: static;
    margin: 4px 0 0;
    text-align: center;
    transform: inherit;
  }
  section.fifth .awaseteDouzo__ttl {
    padding: 5% 0 3%;
    max-width: 95%;
  }
  section.fifth .awaseteDouzo__ttl .min {
    font-size: 4vw;
  }
  section.fifth .awaseteDouzo__ttl .min::before {
    top: -61%;
    left: -10%;
    height: 11vw;
  }
  section.fifth .awaseteDouzo__ttl .min::after {
    top: -61%;
    right: -10%;
    height: 11vw;
  }
  section.fifth .awaseteDouzo__ttl .big {
    font-size: 6vw;
    line-height: 2;
    margin-top: 0;
  }
  section.fifth .awaseteDouzo__goods__ttl {
    margin: 20px 0 10px;
    font-size: 15px;
    line-height: 20px;
  }
  section.fifth .awaseteDouzo__goods {
    padding: 0;
  }
  section.fifth .awaseteDouzo__goods li {
    width: calc(50% - 5px);
    padding-top: 50px;
  }
  section.fifth .awaseteDouzo__goods li:nth-of-type(1), section.fifth .awaseteDouzo__goods li:nth-of-type(2) {
    padding-top: 20px;
  }
  section.fifth .awaseteDouzo__goods__img {
    display: flex;
    align-items: center;
    height: 150px !important;
    width: auto;
  }
  section.fifth .awaseteDouzo__goods__img img {
    position: static !important;
    transform: inherit !important;
    height: auto !important;
    width: auto;
    max-width: 100% !important;
    max-height: 100%;
  }
  section.fifth .awaseteDouzo__goods__txt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px;
  }
  section.fifth .main__right__red {
    font-size: 13px;
    margin: 25px 0 0;
  }
  .narrowDown {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0;
    height: inherit;
  }
  .narrowDown__select__wrap {
    margin-right: 0;
  }
  .btn-sitteoite {
    margin: 15px 0 0 -68px;
  }
  .mv {
    height: auto;
  }
  .mv-img {
    height: auto;
  }
  .mv-img img {
    max-height: inherit;
    width: 100%;
  }
  .hon .hon-ttl > div span.big {
    font-size: 22px;
  }
  .hon .hon-ttl > div span.min {
    font-size: 15px;
  }
  .hon .hon-cnt {
    font-size: 15px;
  }
  .hon .hon-pic {
    justify-content: space-around;
    margin: 30px auto;
  }
  .hon .hon-pic > div {
    width: 47%;
    min-width: inherit;
    text-align: center;
  }
  .hon .hon-pic > div span.big, .hon .hon-pic > div span.min {
    font-size: 14px;
  }
  .hon .hon-txtCenter span.big {
    font-size: 18px;
  }
  .hon .hon-txtCenter span.min {
    font-size: 14px;
  }
  .hon .hon-btn {
    font-size: 15px;
    width: 186px;
    height: 36px;
  }
  .sw {
    padding: 0;
  }
  .oritatami {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .oritatami.open {
    bottom: 0;
  }
  .oritatami img {
    width: 14px;
    transition: .4s;
  }
  .oritatami img.open {
    transform: rotate(180deg);
  }
  .oritatami-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 90%);
    z-index: 1;
  }
  .oritatami-over.open {
    display: none !important;
  }
  .modaal-inner-wrapper {
    padding: 50px 10px;
  }
  .modaal-content-container {
    padding: 50px 10px;
    font-size: 15px;
  }
  .btn-close {
    width: 40px;
    height: 40px;
  }
  .info__attention__ttl {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .info__attention__ttl::before {
    margin-right: 6px;
    width: 30px;
    height: 30px;
  }
  .narrowDown__select {
    font-size: 16px;
  }
  section.bnr {
    padding-bottom: 50px;
  }
  .c-bnr a {
    width: 100%;
    margin-top: 10px !important;
  }
  .shopping-bnr p {
    font-size: 13px;
  }
  .shopping-bnr a {
    margin-top: 15px;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  section.first .mvCenter {
    max-width: 100%;
  }
  section.first .topTxt {
    font-size: 17px;
    line-height: 25px;
  }
}

@media screen and (max-width: 420px) {
  section.first .topTxt__txt {
    font-size: 3.9vw;
  }
}

@media screen and (max-width: 374px) {
  section.second .announce1__hukidasi {
    font-size: 14px;
    max-width: 320px;
    padding: 4px 25px;
  }
  section.third .announce2__btm__cnt > div img {
    max-height: 140px;
  }
  .narrowDown__select__wrap {
    transform: scale(0.8);
  }
  header .narrowDown__select__wrap {
    transform: scale(1);
  }
  .btn-sitteoite {
    transform: scale(0.8);
    margin: 0 0 0 -54px;
  }
}

@media screen and (max-width: 768px) and (max-height: 970px) {
  section.first .mv {
    min-height: inherit;
    height: auto;
  }
  section.first .mvCenter {
    position: static;
    transform: none;
    margin: auto;
  }
  section.first .topTxt {
    position: static;
    transform: none;
  }
  section.first .goYodogawa {
    position: static;
    margin: auto;
    transform: none;
  }
}

@media screen and (max-height: 900px) and (min-width: 769px) {
  .mv {
    padding-top: 50px;
  }
  .mv-img {
    height: calc(90vh - 50px);
  }
  .narrowDown {
    height: auto;
    margin: -10vh 0 0;
    padding: 6vh 0 4vh;
  }
}
