@charset "UTF-8";

/*-----------------------------------
 dマガジンとは？
------------------------------------*/
.about_dmag {
  text-align: center;
  background-color: #fff2cf;
  border-radius: 16px;
  padding: clamp(24px, 6.4vw, 40px) 16px;
  position: relative;
  margin-bottom: clamp(24px, 6.4vw, 40px);
}
.about_dmag__btn {
  position: absolute;
  color: #fff;
  display: block;
  background: #FFB800;
  border-radius: 200px;
  bottom: 18%;
  right: 50%;
  transform: translateX(50%);
  padding: 2.8% 0;
  width: 66.7%;
  line-height: 0;
  box-shadow: none;
  transition: opacity 0.3s;
}
.about_dmag__btn:hover {
  opacity: 0.7;
}
.about_dmag__go-detail {
  display: inline-block;
  line-height: 0;
  width: 50%;
}
.about_dmag__arrow {
  position: absolute;
  width: 2.915451895%;
  right: 5.3333333333%;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 0;
}
@media all and (min-width: 769px) {
  .about_dmag__btn {
    width: 430px;
    padding: 20px;
  }
}

/*-----------------------------------
 インディ・ジョーンズ絶賛上映中
------------------------------------*/
.about_film {
  background: url(../img/bg.jpg) center center;
  background-size: cover;
  text-align: center;
  padding: clamp(24px, 9vw, 55px) 16px;
  border-radius: 16px;
}
.about_film__copy {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.about_film__showing {
  display: block;
  width: 60%;
  margin: 5px auto;
}
.about_film__title {
  width: 90%;
  margin: 20px auto 0;
}
.about_film__story-box {
  margin-top: 25px;
  width: 100%;
}
.about_film__story-box img {
  width: 80%;
  margin: 0 auto;
}
.about_film__story-box2 img {
  width: 60%;
}
.about_film__story-box2{
  margin-top: 15px;
}
.about_film__story {
  text-align: left;
}
.about_film__story-title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
}
.about_film__story-copy {
  font-weight: 500;
  margin-top: 3px;
  font-size: 14px;
}
.about_film__story-scene {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about_film__link {
  font-size: 17px;
  font-weight: bold;
}
.about_film__link-anchor {
  font-size: 14px;
  margin-bottom: 30px;
}
.about_film a {
  text-decoration: underline;
  color: #333;
  transition: .3s;
}
.about_film a:hover {
  opacity: 0.7;
}
.about_film__story-title--small {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.about_film--red {
  color: red;
}
.about_film__story-btn {
  display: block;
  font-size: 14px;
  text-align: center;
  background: #4b2800;
  line-height: 35px;
  width: 200px;
  border-radius: 200px;
  transition: .3s;
  margin: 10px auto 0;
}
.about_film__story a {
  color: #fff;
  text-decoration: none;
}
.about_film__story-btn:hover {
  opacity: 0.8;
}

@media all and (min-width: 769px) {
  .about_film__copy {
    width: 417px;
    margin: 0 auto;
  }
  .about_film__showing {
    display: block;
    width: 304px;
    margin: 10px auto;
  }
  .about_film__title {
    width: 670px;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .about_film__story-box {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;
    width: 670px;
    margin: 0 auto;
  }
  .about_film__story-box2 {
    margin-top: 25px;
    grid-template-columns: 1fr 2fr;
  }
  .about_film__story-box img {
    width: 100%;
  }
  .about_film__story-title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
  }
  .about_film__story-copy {
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
  }
  .about_film__story-scene {
    margin-top: 45px;
    margin-bottom: 25px;
  }
  .about_film__link {
    font-size: 20px;
    font-weight: bold;
  }
  .about_film__link-anchor {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .about_film__story-title--small {
    font-size: 14px;
    text-align: left;
  }
  .about_film__story-btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

/*-----------------------------------
 作品リスト余白調整用
------------------------------------*/
.detail_sakuhin {
  margin-bottom: 10px;
}

