body {
  font-family: 'Gothic MB101 Light';
  font-size: 18px;
  color: #435257;
}

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

a:hover {
  opacity: .8;
}

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

ul {
  list-style: none;
}

.c-txt {
  padding: 100px 30px;
  text-align: center;
  line-height: 2;
}

.wrap {
  position: relative;
}

.mv {
  position: relative;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
}

.mv .mv-video {
  position: relative;
}

.mv .mv-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.mv .mv-video video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mv .mv-video video.pc {
  min-width: 100vw;
  min-height: 100vh;
}

.logo {
  position: absolute;
  top: calc(100vh - 260px);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.logo img {
  max-width: 428px;
}

.period {
  position: absolute;
  top: calc(100vh - 41px);
  width: 100%;
  background-color: #435257;
  text-align: center;
  padding: 12px 0;
  z-index: 1;
  line-height: 1;
}

.period img {
  max-width: 652px;
}

.yodogawa {
  padding: 100px 30px;
  text-align: center;
  background-color: rgba(189, 198, 198, 0.5);
}

.yodogawa .yodogawa-txt {
  margin-bottom: 50px;
  line-height: 2;
  font-family: 'Cinema Letter';
}

.content {
  background-color: #fff;
}

.content .content-inner {
  max-width: 1130px;
  margin: auto;
  padding: 0 30px;
}

.profile {
  text-align: center;
}

.profile a {
  display: inline-block;
  max-width: 520px;
}

.bg-opacity {
  padding-top: 100vh;
  background: linear-gradient(transparent 100vh, rgba(255, 255, 255, 0.85) 100vh);
}

.bnr {
  margin: 30px auto 0;
}

.bnr.w1 {
  max-width: 520px;
}

.bnr.w2 {
  max-width: 800px;
}

.product {
  position: relative;
  border-top: 1px solid #435257;
  padding: 50px 0 80px;
}

.product::before, .product::after {
  content: '';
  position: absolute;
  top: -3px;
  width: 5px;
  height: 5px;
  background-color: #435257;
  transform: rotate(45deg);
}

.product::before {
  left: 0;
}

.product::after {
  right: 0;
}

.product.first {
  border-top: none;
  padding-top: 80px;
}

.product.first::before, .product.first::after {
  content: none;
}

.product .product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.product .product-header-series {
  font-size: 60px;
  font-family: 'Cinema Letter';
}

.product .product-header-period {
  max-width: 438px;
  margin-top: 40px;
}

.product .product-header-right {
  font-size: 18px;
  line-height: 2;
  margin-bottom: -5px;
  padding-left: 20px;
}

.product .product-header2-top {
  font-size: 60px;
  font-family: 'Cinema Letter';
}

.product .product-header2-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.product .product-header2-left {
  max-width: 300px;
}

.product .product-header2-right {
  padding-left: 20px;
  line-height: 2;
}

.product .product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px 0 0;
  opacity: 0;
}

.product .product-list a {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: calc(25% - 30px);
  margin: 20px 40px 0 0;
  transition: 0s;
}

.product .product-list a:nth-of-type(4n) {
  margin-right: 0;
}

.product .product-name {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-family: 'Cinema Letter';
}

.ico {
  margin-right: 8px;
}

.ico-pen {
  width: 25px;
}

.ico-saru {
  width: 42px;
}

.ico-q {
  width: 22px;
}

.tuki-modal-ttl {
  font-weight: 500;
  font-size: 21px;
  line-height: 158.5%;
  letter-spacing: -0.015em;
  color: #000;
  margin-bottom: 50px;
}

.tuki-modal-cnt {
  font-weight: 500;
  font-size: 16px;
  line-height: 192%;
  letter-spacing: 0.05em;
  color: #353535;
}

.tuki-modal-cnt a {
  color: #B15669;
  text-decoration: underline;
}

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

.modaal-content-container {
  padding: 100px 100px 50px;
}

.tuki-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 40px;
  color: #999;
  width: 44px;
  height: 44px;
  border: 1px solid #999;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.modaal-close {
  display: none;
}

footer {
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 16px;
  background-color: #BDC6C6;
}

footer img {
  width: inherit;
}

footer .banner {
  padding: 45px 0;
}

footer .banner_vintage {
  max-width: 630px;
  padding: 30px 0;
  margin: 0 auto 100px;
  font-size: 2.6rem;
  line-height: 2;
  border-top: 2.62px solid #7F4B63;
  border-bottom: 2.62px solid #7F4B63;
}

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

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

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

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

footer a {
  color: #808080;
}

footer .yokoku_list {
  padding: 0 0 30px;
  background-color: #CCE0EC;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

footer .bottom {
  padding: 50px 15px 100px;
}

footer .bottom a {
  color: #435257;
}

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

footer .share {
  display: flex;
  max-width: 780px;
}

footer .share_title {
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 12px;
  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: 38px;
  display: block;
}

footer .bottom .menu {
  font-size: 12px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 914px;
  margin: auto;
}

footer .bottom .menu li::after {
  content: none;
}

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

footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #435257;
}

.hb-twitter:before, .hb-facebook-box:before, .hb-line:before {
  color: #435257;
}

.share-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 800px;
  padding-bottom: 50px;
}

footer img {
  width: inherit;
}

footer .hobo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
  width: 100%;
  margin-top: 7px;
}

footer .hobo li:nth-of-type(1) img {
  width: 25px;
}

footer .hobo a {
  display: flex;
  align-items: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .product .product-header {
    flex-wrap: wrap;
  }
  .product .product-header-series {
    font-size: 26px;
  }
  .product .product-header-period.sp {
    background-color: #808080;
    max-width: inherit;
    width: calc(100% + 20px);
    padding: 10px 10px 7px;
    margin: 20px -10px 0;
    line-height: 1;
  }
  .product .product-header-right {
    font-size: 14px;
    margin-top: 20px;
  }
  .product .product-header2-top {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-txt {
    padding: 30px 10px;
    font-size: 14px;
    text-align: left;
  }
  .mv .mv-video::after {
    height: 100vw;
  }
  .mv .mv-video video {
    width: 100%;
  }
  .logo {
    top: 70vw;
  }
  .logo img {
    max-width: 62%;
  }
  .period {
    top: 100vw;
    padding: 10px 10px 3px;
  }
  .yodogawa {
    padding: 20px 10px 30px;
  }
  .yodogawa .yodogawa-txt {
    padding: 0;
    margin: 30px 0 20px;
    font-size: 14px;
    text-align: left;
  }
  .content .content-inner {
    padding: 0 10px;
  }
  .profile a {
    max-width: 80%;
  }
  .bg-opacity {
    padding-top: 100vw;
    background: linear-gradient(transparent 100vw, #fff 100vw);
  }
  .bnr {
    margin-top: 20px;
  }
  .product {
    padding: 30px 0 50px;
  }
  .product.first {
    padding-top: 30px;
  }
  .product .product-header-right {
    padding: 0;
  }
  .product .product-header2-bottom {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .product .product-header2-left {
    width: calc(100% + 20px);
    padding: 10px 10%;
    margin: 20px -10px 0;
    max-width: inherit;
    line-height: 1;
    background-color: #808080;
  }
  .product .product-header2-left img {
    max-width: 350px;
    margin: auto;
  }
  .product .product-header2-right {
    font-size: 14px;
    padding: 0;
  }
  .product .product-list {
    margin: 10px -10px 0;
  }
  .product .product-list a {
    width: calc(50% - 30px);
    margin: 20px 15px 0;
  }
  .product .product-name {
    font-size: 16px;
  }
  .tuki-modal-close {
    padding: 0;
  }
  .tuki-modal-ttl {
    font-size: 19px;
    margin-bottom: 40px;
  }
  .tuki-modal-close {
    right: 10px;
    top: 10px;
    font-size: 30px;
    width: 34px;
    height: 34px;
  }
  .modaal-content-container {
    padding: 50px 20px;
  }
  .share-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
  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 {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 1.1rem;
    height: 93%;
  }
  footer .yokoku_list ul li:nth-of-type(odd) a {
    border-right: 2px solid #fffffa;
  }
  footer .yokoku_list ul li.border_bottom_sp {
    border-bottom: 2px solid #fffffa;
  }
  footer .yokoku_list ul li .num {
    font-size: 1.5rem;
  }
  footer .banner {
    padding: 20px 0;
  }
  footer {
    text-align: center;
  }
  footer .bottom {
    padding: 30px 10px;
  }
  footer .share {
    max-width: 200px;
    width: 100%;
    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: 45px;
  }
  footer .hobo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 350px;
    width: 100%;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
    font-size: 13px;
  }
  footer .hobo li {
    margin: 0 20px 20px;
    display: block;
  }
  footer .email {
    font-size: 13px;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 3px;
    position: relative;
    top: -2px;
  }
  footer .ico_home span {
    margin: 0 9px 3px 0;
    display: inline-block;
    font-size: 26px;
  }
  footer .bottom .menu {
    font-size: 11px;
    display: block;
    padding: 30px 0 40px;
  }
  footer .bottom .menu li {
    display: inline-block;
    line-height: 2;
  }
  footer .bottom .menu li::after {
    content: none;
  }
  footer .copyright {
    font-size: 10px;
  }
  footer .banner_vintage {
    padding: 30px 10px;
    margin: 0 auto 80px;
    border-top: 1.33px solid #7F4B63;
    border-bottom: 1.33px solid #7F4B63;
  }
  footer .banner_vintage a img:nth-of-type(1) {
    width: 84%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
