@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "FB Benton Sans Bold", "Koburina Gothic W6 JIS2004",sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 2.5;
  font-size: 1.6rem;
  letter-spacing: .14rem;
  color: #213357;
}

.spOnly {
  display: none;
}

.center {
  text-align: center !important;
}

.font-w3 {
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
}

.font-w3-gray {
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
  color: #4D4D4D;
}

.font-w6 {
  font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.font-w6-gray {
  font-family: "Koburina Gothic W6 JIS2004",sans-serif;
  color: #4D4D4D;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

a {
  text-decoration: none;
  color: #c0383f;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.red {
  color: #c0383f;
}

/* ===============================================================================
TopArea
=============================================================================== */
.mv {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.mv .top {
  display: none;
  width: 100vw;
  height: 100vh;
  background: url(/store/miknits/2023ss/img/bg-mv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#pre2 .mv .txt,
#pre3 .mv .txt,
#pre4 .mv .txt {
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pre2 .mv .top {
  background: url(../img/pre/bg_top2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

#pre3 .mv .top {
  background: url(../img/pre/bg_top3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

#pre4 .mv .top {
  background: url(../img/pre/bg_top4.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.mv .txt {
  position: absolute;
  top: 25%;
  left: calc(50% + 150px);
  margin: auto;
  text-align: center;
  opacity: 0;
  z-index: 3;
}

.mv .txt img {
  margin: auto;
  max-width: initial;
}

@media (max-width: 1110px) {
  #pre1 .mv .txt {
    left: initial;
    right: 10px;
  }
}

.mv .txt.active {
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease 1 normal;
  animation: fadeIn 0.5s ease 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.yodogawa {
  background-color: #213357;
}

.yodogawa div {
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
  color: #ffffff;
}

.yodogawa-ttl {
  margin-bottom: 55px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv .top {
    height: 66vw;
  }
  #pre2 .mv,
  #pre3 .mv,
  #pre4 .mv {
    height: 100vh;
  }
  #pre2 .mv .top {
    background: url(../img/pre/bg_top2_sp.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
  }
  #pre3 .mv .top {
    background: url(../img/pre/bg_top3_sp.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
  }
  #pre4 .mv .top {
    background: url(../img/pre/bg_top4_sp.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
  }
  #pre1 .mv .txt {
    display: none;
  }
  .yodogawa div {
    text-align: left;
    padding: 30px 16px 50px;
  }
  .yodogawa br {
    display: none;
  }
  .yodogawa .sp-br {
    display: block;
  }
  .mv-under {
    background-color: #fff;
    padding: 20px 30px;
    text-align: center;
  }
  .mv-under img {
    width: 83%;
    max-width: 400px;
  }
  .yodogawa-ttl {
    margin-bottom: 25px;
  }
  .yodogawa-ttl img {
    max-width: 500px;
    width: 100%;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
.contents {
  padding: 100px 0;
}

.contents h2 {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: .22em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  padding-bottom: 85px;
}

.contents h2 span {
  display: block;
}

.contents h2 .num {
  line-height: 2;
}

.contents h2 .num + .num {
  font-size: 30px;
  line-height: 3;
}

.contents h2 .sub {
  font-size: 20px;
  letter-spacing: .15em;
  line-height: 1.7;
  padding-top: 22px;
}

.contents h2 .subttl {
  font-size: 3rem;
  letter-spacing: .15em;
}

.contents .prof {
  max-width: 710px;
  margin: 0 auto 80px;
  padding: 50px 0 40px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  text-align: center;
}

.contents .prof .txt {
  max-width: 710px;
  padding: 30px 0 0;
}

.contents .conv dl {
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 50px;
}

.conv dl dt {
  width: 12%;
}

.conv dl dt.w0 {
  width: 0px;
}

#pre2 .conv dl dt,
#pre3 .conv dl dt,
#pre4 .conv dl dt {
  width: 0px;
}

#pre2 .conv dl dd,
#pre3 .conv dl dd,
#pre4 .conv dl dd {
  width: 100%;
}

.conv dl dt.hobo {
  letter-spacing: -.01rem;
}

.conv dl dd {
  width: 88%;
}

.conv dl dd.w100 {
  width: 100%;
  color: #666;
}

.conv h3 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.45;
  letter-spacing: .08em;
}

.conv h3 span {
  font-size: 1.6rem;
  display: block;
  padding: 18px 0 28px;
}

.conv .intro {
  max-width: 510px;
  margin: 0 auto 100px;
}

.contents p {
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.contents p.thin {
  padding-bottom: 20px;
}

.contents p.img {
  max-width: 1024px;
  text-align: center;
}

.contents p.img span {
  color: #666666;
  display: block;
  padding-top: 1.5em;
}

.contents p.img.padding_s {
  padding-bottom: 30px;
}

.contents p.img.item img,
.contents p.img.item2 img {
  margin-left: -210px;
}

.contents .column {
  background-color: #dcdcdc;
  padding: 80px 0;
  margin-bottom: 120px;
}

.contents .column .column_ttl {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.contents .column .column_ttl div:first-of-type {
  padding-top: 80px;
}

.contents .date {
  text-align: center;
  padding-bottom: 100px;
}

.contents .info {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}

.contents .info.no-bottom {
  border-bottom: none;
}

.contents .staff {
  text-align: center;
  font-size: 1.5rem;
  padding-top: 50px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 20px 0 40px;
  }
  .contents h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  .contents h2 .num {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .contents h2 .num + .num {
    font-size: 14px;
  }
  .contents h2 .sub {
    font-size: 1.4rem;
    line-height: 2.6;
    padding-top: 0;
  }
  .contents h2 .subttl {
    font-size: 2rem;
  }
  .contents .prof {
    padding: 30px 0 20px;
    margin: 0 auto 40px;
  }
  .contents .prof .txt {
    padding: 20px 16px 0;
    text-align: left;
  }
  .contents .conv dl {
    display: block;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .conv br:not(.sp-br) {
    display: none;
  }
  .conv dl dt {
    width: 100%;
  }
  .conv dl dd {
    width: 100%;
  }
  .conv h3 {
    font-size: 1.8rem;
  }
  .conv h3 span {
    font-size: 1.4rem;
    padding: 9px 0 14px;
  }
  .conv .intro {
    padding: 0 16px;
    margin: 0 auto 50px;
  }
  .contents p {
    padding: 0 16px 15px;
  }
  .contents p.img {
    padding: 0 0 40px;
  }
  .contents p.img.thin {
    padding-bottom: 10px;
  }
  .contents p.img span {
    padding: 10px 16px 0;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
  .contents p.img.padding_s {
    padding-bottom: 10px;
  }
  .contents p.img.item img {
    margin-left: 0;
  }
  .contents .column {
    padding: 40px 0;
    margin-bottom: 60px;
  }
  .contents .column .column_ttl {
    width: 85%;
    padding: 0 0 30px;
  }
  .contents .column .column_ttl div:first-of-type {
    padding-top: 25px;
  }
  .contents .date {
    font-size: 1.2rem;
    padding: 20px 0 50px;
  }
  .contents .staff {
    color: #213357;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
  text-align: center;
}

footer .banner {
  border-top: solid #213357 1px;
  padding: 70px 0;
}

footer .banner_vintage {
  font-size: 2.6rem;
  line-height: 2;
}

footer .banner_vintage.first a {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin: auto;
}

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

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

footer a {
  color: #213357;
}

footer .yokoku_list {
  border-top: solid #213357 1px;
  padding: 70px 0;
}

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

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

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

footer .yokoku_list ul li .num.archive {
  font-size: 1.4rem;
  line-height: 3.2;
  text-decoration: underline;
  color: #999;
}

footer .yokoku_list ul li.border_bottom {
  border-bottom: 1px solid;
}

footer .yokoku_list ul li a {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.875;
}

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

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

footer .banner .link {
  max-width: 960px;
  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 {
  background-color: #213357;
  padding: 50px 0 100px;
}

footer .bottom a {
  color: #ffffff;
}

footer .inner {
  max-width: 760px !important;
  -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: 120px;
}

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 {
  margin: 0 35px 0 0;
  line-height: 0;
}

footer .share li a {
  font-size: 3.8rem;
  display: block;
}

footer .bottom .menu {
  font-size: 1.2rem;
  padding-bottom: 40px;
  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: #ffffff;
  padding: 0 5px;
}

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

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

@media screen and (min-width: 769px) {
  footer .yokoku_list ul li a.pcBorder_top {
    border-right: 1px solid;
    border-left: 1px solid;
  }
  footer .yokoku_list ul li a.pcBorder_bottom {
    border-right: 1px solid;
    border-left: 1px solid;
  }
  footer .yokoku_list ul li.border_bottom_pc {
    border-bottom: 1px solid;
  }
  footer .hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0 !important;
    right: 0;
  }
  footer .hobo a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
  footer .hobo li {
    margin: 0 0 0 35px;
  }
  footer .email {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .email span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
  footer .ico_home {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .ico_home span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  footer .banner_vintage a {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: auto;
  }
  footer .banner_vintage img {
    width: 94.75%;
  }
  footer .banner .link {
    display: block;
    padding: 0 10px;
  }
  footer .banner .link a:first-of-type {
    display: block;
    padding-bottom: 20px;
  }
  footer .banner_vintage {
    font-size: 1.12rem;
    padding: 30px 0 15px;
  }
  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: 0;
  }
  footer .yokoku_list ul li a {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  footer .yokoku_list ul li:nth-of-type(odd) a {
    border-right: 1px solid;
    margin-bottom: 10px;
  }
  footer .yokoku_list ul li.border_bottom_sp {
    border-bottom: 1px solid;
  }
  footer .yokoku_list ul li .num {
    font-size: 1.5rem;
    line-height: 2.56;
  }
  footer .yokoku_list ul li .num.archive {
    font-size: 1.2rem;
  }
  footer .yokoku_list ul li img {
    width: 90%;
  }
  footer .banner {
    padding: 50px 0;
  }
  footer {
    text-align: center;
  }
  footer .bottom {
    padding: 25px 0 50px;
  }
  footer .share {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  footer .share li {
    margin: 0;
  }
  footer .share li a {
    font-size: 4.5rem;
  }
  footer .hobo {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
  }
  footer .hobo li {
    margin: 0 0 30px 0;
    display: block;
  }
  footer .email {
    font-size: 1.6rem;
  }
  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: 1.1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .copyright {
    font-size: 1rem;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.mvTxt__prof {
  display: block;
  max-width: 300px;
  margin: 50px auto 0;
}

.lightbox rt {
  font-size: 11px;
  transform: translateY(-4px);
}

.lightbox__title {
  font-size: 30px;
}

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

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

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

.lightbox__close a {
  cursor: pointer;
  color: #333;
}

.modaal-container {
  max-width: 540px;
}

.c-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
  padding-bottom: 70px;
}

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

.sec-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  max-width: 850px;
  width: 100%;
  margin: auto;
  padding: 40px 0 100px;
}

.sec-ttl img {
  width: 100%;
}

.sec-ttl > div:nth-of-type(1) {
  width: 472px;
  margin-right: 50px;
}

.sec-ttl > div:nth-of-type(2) {
  max-width: 250px;
  position: relative;
}

.sec-ttl > div:nth-of-type(2) span {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .c-bnr {
    padding: 30px 2.5%;
    max-width: 500px;
  }
  .c-bnr a {
    width: 100%;
    margin-top: 10px !important;
  }
  .mv,
  .mv-slide {
    height: 66vw;
  }
  .sec-ttl {
    padding: 20px 0 60px;
  }
  .sec-ttl > div:nth-of-type(1) {
    width: 57%;
    margin-right: 5%;
  }
  .sec-ttl > div:nth-of-type(2) {
    width: 38%;
  }
  .sec-ttl > div:nth-of-type(2) span {
    bottom: -35px;
  }
  .column br:not(.sp-br) {
    display: none;
  }
  .contents p.u400l br {
    display: block !important;
  }
  .contents p.u400l {
    text-align: left !important;
  }
  .contents p.u400l br:not(.sp-br) {
    display: none !important;
  }
  .contents p.u400l span {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .mvTxt__prof {
    margin-top: 40px;
  }
}
