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

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 1;
}
.hero img {
  width: 100%;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
}

.container{
  background-color: #fff;
}
.top {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  pointer-events: none;
}

.top h1 {
  width: 45%;
}

.inner {
  max-width: 1036px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: center;
}
.yodogawa .inner {
  justify-content: space-around;
  padding: 70px 0;
  font-size: 1.8rem;
}
.yodogawa p {
  margin-bottom: 1em;
}
.yodogawa a {
  text-decoration: underline;
}
.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 .detail {
  font-size: 1.6rem;
  margin-top: 2em;
}
.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) {

  .top h1 {
    width: 60%;
  }

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