body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: 'Futo Go B101', sans-serif;
}

.txt-s {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}

.bk_layer__background {
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  z-index: -2;
}

.bk_layer__video-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
  background-image: url("../img/header_pc.jpg");
  z-index: -1;
}

.bk_layer__video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}

.bk_layer iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .bk_layer__video-overlay {
    background-image: url("../img/header_sp.jpg");
  }
}
.container{
  background-color: #fff;
}
.container .top {
  color: #fff;
}

.container .top div,
.container .top h1 {
  position: absolute;
}

.container .top h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.inner {
  max-width: 1036px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.yodogawa .inner {
  justify-content: space-around;
  padding: 70px 0;
  font-size: 1.8rem;
}
.prof {
  border-bottom: 1px solid;
  cursor: pointer;
  display: inline-block;
}
.prof span {
  font-size: 2.2rem;
}
.popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: .1s;
  display: none;
}
.popup.active {
  z-index: 1;
  opacity: 1;
  display: block;
}
.popup .box {
  background: #fff;
  width: 650px;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
  z-index: 2;
  max-height: 90vh;
  overflow: scroll;
}
.popup .box .text01 {
  font-size: 2.6rem;
  margin-bottom: .8em;
  line-height: 1;
}
.popup .box .text02 {
  font-size: 1.6rem;
  line-height: 1.7;
}
.popup .box .text02 p {
  padding-bottom: 30px;
  margin-left: 0;
}
.popup .box > .close {
  width: 36px;
  position: static;
  cursor: pointer;
  margin-left: auto;
  margin-top: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.popup > .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup .box .text01 span {
  font-size: 1.7rem;
}
.product {
  background: #E9E9E7;
  padding: 80px 0 50px;
  margin-bottom: 70px;
}
.product:last-of-type{
  margin-bottom: 0;
}
.product .inner {
  align-items: normal;
}
.product ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 690px;
  width: 100%;
  line-height: 0;
}
.product li {
  margin-bottom: 30px;
  position: relative;
}
.product li:hover{
  opacity: .5;
  -webkit-transition: .16s;
  -o-transition: .16s;
  transition: .16s;
}
.product li a:hover{
  opacity: 1;
}
.product li img:hover{
  opacity: 1;
}
.product .name {
  width: 34%;
}
.product h3 {
  font-size: 2.7rem;
  margin-top: 80px;
}
.product .name {
  font-size: 2.1rem;
}
.product .name .price{
  display: inline-block;
}
.product .name span{
  font-size: 1.2rem;
}
.product .name .link {
  margin-top: 100px;
}
.product .name a{
  border: 1px solid;
  border-radius: 15px;
  padding: .2em 2em;
  font-size: 1.5rem;
}
.product li.sold:after {
  content: '';
  width: 75px;
  height: 75px;
  display: block;
  background-image: url(../img/ico_soldout@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .product ul {
    text-align: center;
    margin: 30px auto 0;
    justify-content: space-around;
  }
  .product li {
    width: 45%;
    margin-bottom: 20px;
  }
  .product li img{
    width: 100%;
  }
  .product li.sold:after {
    width: 60px;
    height: 60px;
    top: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 640px) {
  .container .top h1 img {
    width: 93.75%;
  }
  .inner {
    display: block;
  }
  .yodogawa div {
    text-align: center;
  }
  .yodogawa img{
    width: 85%;
  }
  .yodogawa div.text {
    width: 90%;
    margin: 20px auto;
    text-align: left;
  }
  .yodogawa div.text br {
    display: none;
  }
  .yodogawa div.text br.sp-br {
    display: inline-block;
  }
  .popup .box {
    width: 95%;
    padding: 30px 10px;
  }
  .popup .box .text02 {
    text-align: left;
  }
  .popup .box > .close {
    width: 25px;
    margin-right: 0;
  }
  .product .name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .product h3 {
    margin-top: 0;
  }
  .product .name .link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .product h3{
    font-size: 2.5rem;
  }
}
.yokoku {
  text-align: center;
  padding: 50px 0;
  font-size: 1.5rem;
  background-color: #fff;
}
.yokoku .logo {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .yokoku .logo img{
    width: 50%;
    text-align: center;
  }
  .movie{
    padding: 56.25% 0 0 0;
    position: relative;
    margin: 70px auto 0;
  }
  .sp_top{
    line-height: 0;
  }
  .sp_top .top{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .swiper-pagination{
    text-align: center;
  }
  .swiper-pagination-bullet{
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #000;
    width: 10px;
    height: 10px;
    margin-bottom: -2px !important;
  }
}
@media screen and (max-width: 640px) {
  .yokoku .logo{
    padding-bottom: 25px;
  }
  .yokoku .logo img{
    width: 70%;
    text-align: center;
  }
  .sp_top .top{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 25%;
    -webkit-transform: translateY(-50%) translateX(-15%);
    transform: translateY(-50%) translateX(-15%);
  }
}
