@charset "UTF-8";
body {
  color: #4D4D4D;
  font-size: 16px;
}

.content {
  text-align: center;
  position: relative;
}

.content::after {
  content: '';
  background-image: url(/store/miknits/2022/img/pre/bg-curb-white.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -6vw;
  width: 100vw;
  height: 6vw;
}

.content-top {
  padding: 100px 30px;
}

.content-no img {
  height: 48.501px;
  width: auto;
}

.content-ttl {
  line-height: 1.28;
  letter-spacing: 0.06em;
}

.content-ttl .ttl1 {
  font-size: 34px;
  color: #753A78;
  margin: 15px 0 10px;
}

.content-ttl .ttl2 {
  font-size: 21px;
  color: #226645;
}

.content-mv {
  padding: 50px 30px 80px;
  background-color: #FBFFC8;
  position: relative;
}

.content-mv::before, .content-mv::after {
  content: '';
  background-image: url(/store/miknits/2022/img/pre/bg-curb-yellow.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 6vw;
}

.content-mv::before {
  top: -6vw;
  transform: rotate(180deg);
}

.content-mv::after {
  bottom: -6vw;
}

.content-mv .img {
  margin: 0 auto 10px;
}

.content-mv .img.no01 {
  max-width: 529.6149px;
}

.content-mv .img.no02 {
  max-width: 813.4398px;
  transform: translateX(-81px);
}

.content-mv .img.no03 {
  max-width: 653.5653px;
  margin-bottom: 40px;
}

.content-mv .img.no04 {
  max-width: 828.9902px;
  margin-bottom: 40px;
}

.content-mv .img.no05 {
  max-width: 946.4768px;
  transform: translateX(-100px);
}

.content-mv p {
  font-size: 18px;
  line-height: 1.8;
}

.content-talk {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 100px 30px;
  text-align: left;
}

.content-talk p {
  max-width: 560px;
  margin: 30px auto 0;
  padding: 0 0 0 100px;
  position: relative;
  line-height: 1.8;
}

.content-talk p::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  text-align: right;
  letter-spacing: 0.05em;
}

.content-talk p:not([class])::before {
  content: 'ーー';
  letter-spacing: -0.26em;
  left: -7px;
}

.content-talk p.mikuni {
  color: #1A3C73;
}

.content-talk p.mikuni::before {
  content: '三國';
}

.content-talk p.nakashima {
  color: #366448;
}

.content-talk p.nakashima::before {
  content: 'なかしま';
}

.content-talk p.sakano {
  color: #366448;
}

.content-talk p.sakano::before {
  content: '坂野';
}

.content-talk p.all::before {
  content: '一同';
}

.content-talk p.txt {
  padding: 0;
}

.content-talk p.txt::before {
  content: '';
}

.content-talk p.comment {
  color: #213D6F;
}

.content-talk p + .pic {
  margin-top: 50px;
}

.content-talk p .speaker {
  font-size: 24px;
  line-height: 1.25;
}

.content-talk .pic {
  max-width: 800px;
  margin: auto;
}

.content-talk .pic + p {
  margin-top: 50px;
}

.content-talk .pic + .pic {
  margin-top: 20px;
}

.content-talk .tuduki {
  margin: 100px auto 0;
  text-align: center;
  line-height: 1.6;
}

.content-talk .tuduki img {
  display: inline-block;
  height: 18px;
  width: auto;
}

hr.udb {
  margin: 50px auto;
  padding-bottom: 2px;
  width: 100%;
  max-width: 1000px;
  background-color: #213D6F;
  border: none;
}

.content-menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 80px auto 0;
  padding: 0 30px;
  max-width: 860px;
  font-weight: bold;
  font-size: 15px;
  line-height: 192%;
  letter-spacing: 0.02em;
  text-align: center;
}

.content-menu a {
  color: #353535;
}

.content-menu-prev img,
.content-menu-next img,
.content-menu-mokuji img {
  width: 85px;
}

.content-menu-prev span,
.content-menu-next span,
.content-menu-mokuji span {
  display: block;
  margin-top: 4px;
}

.content-menu-prev img {
  transform: rotate(180deg);
}

.content-staff {
  font-family: 'Shuei KakuGo Gin L', "FB Benton Sans Bold" ,sans-serif;
  font-size: 14px;
  line-height: 1.67;
  letter-spacing: 0.02em;
  text-align: center;
  border-top: 1px solid #1A3C73;
  border-bottom: 1px solid #1A3C73;
  padding: 80px 30px;
  margin: 100px auto;
  max-width: 1000px;
}

.content-bnr {
  display: block;
  margin: auto;
  max-width: 600px;
}

.content-bnr.gif {
  position: relative;
}

.content-bnr.gif::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
  width: 193px;
  height: 128px;
  background-image: url(/store/miknits/2022/img/common/loading.gif);
  background-size: contain;
  background-position: center;
}

.content-bnr + .content-bnr {
  margin-top: 100px;
}

.youtube_wrap {
  text-align: center;
  display: block;
}

/* pre_common.css上書き */
footer {
  margin-top: 0;
}

footer .bottom {
  padding: 200px 0 100px;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .content::after {
    background-image: initial;
  }
  .content-top {
    padding: 50px 10px;
  }
  .content-no img {
    height: 36.0205px;
  }
  .content-ttl .ttl1 {
    font-size: 20px;
    margin: 14px 0 8px;
  }
  .content-ttl .ttl2 {
    font-size: 14px;
  }
  .content-mv {
    padding: 30px 10px;
  }
  .content-mv .img.no01, .content-mv .img.no02, .content-mv .img.no03, .content-mv .img.no04, .content-mv .img.no05 {
    max-width: 300px;
    transform: initial;
  }
  .content-mv .img.no02 {
    transform: translateX(-22px);
  }
  .content-mv .img.no03, .content-mv .img.no04 {
    margin-bottom: 20px;
  }
  .content-mv p {
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
  }
  .content-mv p::before {
    top: 0;
  }
  .content-talk {
    padding: 30px 10px 50px;
  }
  .content-talk p {
    padding: 26px 0 0 0;
  }
  .content-talk p::before {
    left: 0 !important;
    width: initial !important;
  }
  .content-talk p + .pic {
    margin-top: 25px;
  }
  .content-talk p .speaker {
    display: inline-block;
    font-size: 19px;
    margin-top: 10px;
  }
  .content-talk .pic {
    width: calc(100% + 20px);
    transform: translateX(-10px);
  }
  .content-talk .pic + p {
    margin-top: 25px;
  }
  .content-talk .pic + .pic {
    margin-top: 10px;
  }
  .content-talk .tuduki {
    margin-top: 20px;
    line-height: 4.4;
  }
  hr.udb {
    margin: 25px auto;
    padding-bottom: 1px;
  }
  .content-menu {
    font-size: 11px;
    padding: 0 10px;
    margin-top: 0;
  }
  .content-menu-prev img,
  .content-menu-next img,
  .content-menu-mokuji img {
    width: 55px;
  }
  .content-staff {
    font-size: 12px;
    padding: 30px 0;
    margin: 40px auto;
    line-height: 1.83;
  }
  .content-bnr.gif::after {
    top: 63%;
    width: 38%;
    height: 26%;
  }
  .content-bnr + .content-bnr {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
  }
  footer .bottom {
    padding: 100px 0;
  }
  .youtube_wrap {
    padding-top: 56.25%;
    width: 100%;
    max-width: 560px;
    max-height: 315px;
    position: relative;
  }
  .youtube_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

@media screen and (max-width: 540px) {
  footer .bottom {
    padding-top: 11vw;
  }
}
