@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: 1.6;
  font-size: 1.5rem;
  letter-spacing: .12rem;
  color: #213357;
}

.spOnly {
  display: none;
}

.padding0 {
  padding: 0 !important;
}

.paddingTop {
  padding-top: 70px;
}

.none {
  line-height: 0;
  overflow: hidden;
  text-indent: 100%;
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
}

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

a.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.92;
  }
  br {
    display: none;
  }
  br.sp-br {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  a.anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
  }
  .block_sp {
    display: block;
  }
  .paddingTop {
    padding-top: 30px;
  }
}

a {
  text-decoration: none;
  color: #213357;
  display: inline-block;
}

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

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

a[target=_blank].no-icon:after {
  display: none;
}

.gnav a[target=_blank]:after {
  display: none;
}

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

/* ===============================================================================
NavigationArea
=============================================================================== */
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}

header {
  width: 100%;
  height: 60px;
  background-color: #213357;
  z-index: 10;
  position: absolute;
}

#global-nav.m_fixed {
  top: 0;
  left: 0;
  position: fixed;
}

#global-nav {
  z-index: 200;
}

#global-nav .inner {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

#global-nav .logo {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  z-index: 300;
}

#global-nav .logo img {
  vertical-align: middle;
}

.gnav {
  opacity: 0;
  display: none;
}

.nav-open .gnav {
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  position: relative;
  opacity: 1;
  -webkit-transition: all .6s;
  transition: all .6s;
  display: block;
}

.hamburger {
  position: absolute;
  top: 18px;
  right: 0;
  width: 38px;
  height: 22px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 38px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.hamburger__line--1 {
  top: 0;
}

.hamburger__line--2 {
  top: 10px;
}

.hamburger__line--3 {
  top: 20px;
}

.black-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.nav-open .black-bg {
  opacity: 1;
  display: block;
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.gnav .menu {
  background-color: #afafaf;
  text-align: center;
}

.gnav .menu div {
  padding: 15px 0;
  border-bottom: solid 1px #ffffff;
}

.gnav .menu div.toTop img {
  height: 20px;
}

.gnav .menu div:last-of-type {
  border-bottom: none;
}

.gnav .menu img {
  height: 31px;
}

.gnav .menu .products img {
  max-height: 204px;
  height: auto;
}

.gnav .menu ul.products {
  border-bottom: solid 1px #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.gnav .menu ul.products li {
  width: 25%;
  border-right: 1px solid #ffffff;
  padding: 20px 0;
}

.gnav .menu ul.products li:last-of-type {
  border-right: none;
}

.gnav .menu div.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gnav .menu div.sns p:first-of-type {
  padding-right: 360px;
}

.gnav .menu .bottom {
  max-width: 860px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav .menu ul.share,
.gnav .menu ul.hobo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.gnav .menu .share a {
  color: #213357;
  font-size: 4rem;
}

.gnav .menu .share li {
  padding-right: 30px;
}

.gnav .menu .hobo li {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  header {
    height: 30px;
  }
  #global-nav .logo {
    height: 30px;
  }
  #global-nav .logo a {
    display: inline;
  }
  #global-nav .logo img {
    width: 58%;
  }
  .hamburger {
    top: 7px;
    width: 24px;
  }
  .hamburger__line {
    width: 24px;
    height: 1px;
  }
  .hamburger__line--2 {
    top: 8px;
  }
  .hamburger__line--3 {
    top: 16px;
  }
  .nav-open .hamburger__line--1 {
    top: 8px;
  }
  .nav-open .hamburger__line--3 {
    top: 8px;
  }
  .nav-open .gnav {
    overflow: auto;
  }
  .gnav .menu div {
    padding: 10px 0;
  }
  .gnav .menu div.toTop {
    padding: 14px 0 8px;
  }
  .gnav .menu div.toTop img {
    height: 18px;
  }
  .gnav .menu img {
    height: 33px;
  }
  .gnav .menu img.yokoku {
    height: 31px;
  }
  .gnav .menu ul.products {
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gnav .menu ul.products li {
    width: 50%;
  }
  .gnav .menu ul.products li {
    border-bottom: 1px solid #ffffff;
    padding: 0;
  }
  .gnav .menu ul.products li:nth-of-type(even) {
    border-right: none;
  }
  .gnav .menu .products img {
    height: 100%;
  }
  .gnav .menu div.sns {
    display: block;
  }
  .gnav .menu div.sns p:first-of-type {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .gnav .menu .bottom {
    display: block;
  }
  .gnav .menu .bottom p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .gnav .menu ul.share {
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gnav .menu .share li:last-of-type {
    padding: 0;
  }
  .gnav .menu ul.hobo {
    display: block;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
  }
  .gnav .menu ul.hobo img {
    height: 29px;
  }
  .gnav .menu ul.hobo img.home {
    height: 28px;
  }
  .gnav .menu .hobo li {
    padding: 0;
  }
  .gnav .menu .hobo li:nth-of-type(2),
  .gnav .menu .hobo li:nth-of-type(3) {
    border-top: 1px solid #ffffff;
    padding: 10px 0 0;
    margin: 10px auto 0;
  }
  .gnav .menu .hobo li:nth-of-type(2) img {
    height: 26px;
  }
}

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

.top h1 {
  position: absolute;
  left: calc(50% + 150px);
  transform: translateY(-50%);
  top: 50%;
  max-width: 400px;
  width: 100%;
}

.top h1 img {
  width: 100%;
}

.top.bg1::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background-image: url(/store/miknits/2023ss/img/bg1.jpg);
  background-size: cover;
  background-position: center center;
}

.top.bg2::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background-image: url(/store/miknits/2023ss/img/bg2.jpg);
  background-size: cover;
  background-position: top center;
}

.top.bg2 h1 {
  left: 50%;
  transform: translateX(-50%);
  top: 11%;
}

body.fixed {
  position: fixed;
  left: 0;
}

.prof_content {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 740px;
  width: 100%;
  height: 90vh;
  padding: 30px 70px;
  overflow: auto;
}

.modal h3 {
  font-size: 2.4rem;
  font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.modal h3 span {
  font-size: 1.6rem;
}

.modal p {
  padding-top: 1em;
}

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

.modal a {
  color: #bf383f;
}

.modal__close {
  display: block !important;
  text-align: center;
  color: #213357 !important;
}

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

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

@media screen and (max-width: 768px) {
  .top {
    width: 100vw;
    padding-top: calc(68vw + 80px);
  }
  .top.bg1 h1, .top.bg2 h1 {
    top: 67.5vw;
    left: 0;
    padding: 15px 0;
    background-color: #213357;
    height: auto;
    width: 100vw;
    max-width: 100%;
    transform: initial;
  }
  .top.bg1 h1 img, .top.bg2 h1 img {
    max-width: 250px;
    margin: auto;
  }
  .top.bg1::before {
    height: 68vw;
    position: absolute;
  }
  .top.bg2::before {
    height: 68vw;
    position: absolute;
  }
  .prof {
    width: 70%;
    max-width: 250px;
    margin: 15px auto 10px;
  }
  .modal {
    padding: 15px 15px 75px;
    font-size: 1.3rem;
  }
  .modal a {
    display: inline;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
.contents {
  padding-top: 30px;
  background-color: #fff;
}

.contents .note {
  font-size: 1.5rem;
  color: #666666;
  padding: 55px 0 45px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}

.contents .products {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}

.contents .products .ttl {
  border-top: 1px solid;
  border-left: 14px solid;
  padding: 20px 0 10px 20px;
  margin-bottom: 30px;
}

.contents .products .ttl h2 {
  font-size: 2.8rem;
}

.contents .products .lead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px;
  border-bottom: 1px solid;
}

.contents .products .lead h2 {
  font-size: 3rem;
}

.contents .products .lead h2.en {
  font-size: 4rem;
}

.contents .products .lead div {
  font-size: 1.5rem;
  max-width: 50%;
}

.contents .products .lead div span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.contents .products .products_mv {
  position: relative;
  margin-bottom: 30px;
}

.contents .products .products_mv .btn_detail {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.contents .products h5 {
  padding-bottom: 20px;
}

.contents .products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.contents .products li {
  position: relative;
  max-width: 304px;
  width: 47%;
  padding-bottom: 100px;
  margin-right: 29px;
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
}

.contents .products li a img.w90 {
  width: 90%;
}

.contents .products li a img.w85 {
  width: 85%;
}

.contents .products li a img.w80 {
  width: 80%;
}

.contents .products li a img.w62 {
  width: 62%;
}

.contents .products li:nth-of-type(3n) {
  margin-right: 0;
}

.contents .products_border li.row4 {
  max-width: 178px;
}

.contents .products li h3 {
  padding-top: 15px;
  white-space: nowrap;
}

.contents .products li.sold:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(/store/miknits_vintage_pattern_works2022/img/icon_soldout.png) no-repeat;
  background-size: contain;
  top: 2%;
  right: 8%;
}

.contents .products li.short.sold:after {
  top: -23%;
}

.contents .products_border {
  position: relative;
  padding: 50px 0 0 30px;
  border-top: 1px solid;
}

.contents .products_border h4 {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  font-size: 1.8rem;
  background: #FFF;
}

.contents .products_border h4 img {
  margin-top: -3px;
  margin-left: 20px;
}

.contents .products ul .border {
  width: 100%;
  border-top: solid #666666 1px;
  margin-bottom: 30px;
}

.contents .products_no_border {
  padding: 40px 0 0 20px;
}

.contents h5 span {
  display: block;
  color: #666666;
  padding-bottom: 40px;
}

.contents h5 span img {
  margin-top: -12px;
  margin-left: 30px;
}

.contents .subttl {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.contents .subttl h5 {
  padding-right: 30px;
  padding-bottom: 0;
}

.contents .subttl h5 span {
  padding-bottom: 0;
}

.contents .info {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
  border-top: 1px solid;
}

.contents .info p span {
  font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.contents .info p {
  padding: 60px 0;
  border-bottom: 1px solid;
}

.contents .info p:last-of-type {
  border-bottom: none;
}

.resale {
  font-size: 1.2rem;
  color: #bf383f;
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
  visibility: visible;
  padding-top: 5px;
  visibility: hidden;
  padding-bottom: 0;
}

.sold .resale {
  visibility: visible;
}

.sold .stock {
  display: none;
}

@media screen and (max-width: 768px) {
  .contents .products li {
    margin-right: auto;
  }
  .contents .products li:nth-of-type(3n) {
    margin-right: auto;
  }
  .contents .products li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contents .products_no_border {
    padding: 60px 30px;
  }
  .resale {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .yasocha {
    width: 100px;
  }
  .contents {
    padding-top: 60px;
  }
  .contents .note {
    font-size: 1.2rem;
    padding: 0 2% 15px;
  }
  .contents .products {
    padding-top: 0;
  }
  .contents .products .ttl {
    display: block;
    border: none;
    padding: 0;
  }
  .contents .products .ttl h2 {
    font-size: 1.8rem;
    border-top: 1px solid;
    border-left: 8px solid;
    padding-top: 8px;
    padding-left: 8px;
  }
  .contents .products .ttl p {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 16px 16px 0;
  }
  .contents .products .lead {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 16px;
  }
  .contents .products .lead h2 {
    font-size: 1.8rem;
  }
  .contents .products .lead h2.en {
    font-size: 2.3rem;
  }
  .contents .products .lead div {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 100%;
  }
  .contents .products .lead div span {
    display: inline;
    padding-left: 0;
  }
  .contents .products .products_mv {
    margin-bottom: 60px;
  }
  .contents .products .products_mv .btn_detail {
    width: 120px;
    left: 50%;
    bottom: -45px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .contents .products ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contents .products li h3 {
    white-space: normal;
  }
  .contents .products li {
    font-size: 1.3rem;
    line-height: 1.4;
    padding-bottom: 25px;
    margin: 0 auto;
  }
  .contents .products .products_border ul {
    width: 100vw;
    margin-left: -6.25vw;
  }
  .contents .products li.sold:after {
    width: 55px;
    height: 55px;
    top: 3%;
    right: 15%;
  }
  .contents .products li.short.sold:after {
    top: -13%;
  }
  .contents .products_border h4 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .contents .products_border h4 a {
    display: block;
  }
  .contents .products_border h4 img {
    display: block;
    margin: 10px auto 0;
  }
  .contents .products_border {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .contents .subttl {
    display: block;
  }
  .contents .subttl h5 + a {
    display: block;
    text-align: center;
  }
  .contents .products_border h5 {
    margin-top: 30px;
    padding: 0;
  }
  .contents h5 {
    padding: 0 16px;
  }
  .contents h5 span {
    font-size: 1.2rem;
  }
  .contents .products_no_border {
    padding: 40px 0 30px 0;
  }
  .contents .products_no_border h5 {
    text-align: center;
  }
  .contents h5 span img {
    display: block;
    margin: 10px auto -20px;
  }
  .contents .products ul .border {
    width: 90%;
    margin: 0 auto 30px;
  }
  .contents .info {
    font-size: 1.3rem;
    white-space: nowrap;
  }
  .contents .info p {
    padding: 25px 0;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
  text-align: center;
  background-color: #fff;
}

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

footer .banner_vintage.first a img:nth-of-type(1) {
  margin-bottom: 40px;
}

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 .ttl {
  max-width: 902px;
  margin: 0 auto;
  font-size: 2.2rem;
  text-align: left;
}

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;
  -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: 6px;
    right: 0;
  }
  footer .hobo a {
    font-size: 1.6rem;
  }
  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.first a img:nth-of-type(1) {
    margin-bottom: 20px;
  }
  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 .ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  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;
  }
  footer .yokoku_list ul li .num.archive {
    font-size: 1.2rem;
  }
  footer .yokoku_list ul li img {
    width: 90%;
  }
  footer .banner {
    padding: 20px 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;
    font-size: 1.6rem;
  }
  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;
}

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

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

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

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

.lightbox a {
  color: #c0383f;
}

.lightbox rt {
  font-size: 11px;
}

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

.yodogawa {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding: 80px 30px;
  background: rgba(33, 51, 87, 0.6);
}

.mvTxt__prof {
  margin-top: 20px;
}

.prof {
  text-align: center;
  margin-top: 50px;
}

.prof a {
  max-width: 280px;
  width: 100%;
}

.kokuchi {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
  color: #bf383f;
  font-size: 1.4rem;
}

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

.yodogawa-ttl img {
  margin: auto;
}

@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;
  }
  .yodogawa {
    background-color: #fff;
    color: #213357;
    font-size: 14px;
    text-align: left;
    padding: 22px 5%;
  }
  .kokuchi {
    margin: 0 0 40px;
    padding: 0 5%;
  }
  .yodogawa-ttl {
    margin-bottom: 25px;
  }
  .prof {
    margin-top: 0;
  }
}
