@charset "UTF-8";
@media (hover: hover) and (pointer: fine) {
  .hoge:hover {
    color: red;
  }
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url(../img/common/bg.jpg);
  background-position: 0 0;
  background-repeat: repeat;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  color: #373737;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
body.loaded .sp_navi {
  display: flex;
}

.en {
  font-family: "Barlow Semi Condensed", sans-serif;
}

br.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

a {
  outline: 0;
  color: #373737;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Breadcrumb classes
----------------------------------------------------------------------*/
.Breadcrumb {
  position: absolute;
  bottom: 30px;
  left: 100px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 1;
}
.Breadcrumb ul#crumbs {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.Breadcrumb ul#crumbs li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  height: 26px;
  background-position: top right;
  background-repeat: no-repeat;
  list-style: none;
  font-size: 11px;
  line-height: 26px;
}
.Breadcrumb ul#crumbs li::after {
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  content: "/";
}
.Breadcrumb ul#crumbs li:last-child::after {
  display: none;
}
.Breadcrumb ul#crumbs li a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-width: 150px;
  color: #000000;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* input classes
----------------------------------------------------------------------*/
input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], textarea {
  box-sizing: border-box;
  padding: 0 12px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: #e5e5e5 solid 1px;
  border-radius: 0;
  background-color: #f3f3f3;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  height: 150px;
  outline: 0;
  border: #e5e5e5 solid 1px;
  border-radius: 0;
  background-color: #f3f3f3;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 50px 0 12px;
  width: 280px;
  height: 50px;
  outline: 0;
  border: #e5e5e5 solid 1px;
  border-radius: 0;
  background-color: #f3f3f3;
  background-image: url(../img/common/arrow_down.svg);
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
  color: #464646;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

input[type=submit] {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 260px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #363636;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (max-width: 767px) {
  input[type=submit] {
    width: 100%;
  }
}

.submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  max-width: inherit;
  width: auto;
  outline: 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .submit {
    display: block;
  }
}

.backBtn {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0;
  width: 200px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #898989;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  line-height: 60px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (max-width: 767px) {
  .backBtn {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

.sendBtn {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #363636;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  line-height: 60px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (max-width: 767px) {
  .sendBtn {
    display: block;
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .mwform-tel-field input[type=text], .mwform-zip-field input[type=text] {
    width: 27% !important;
  }
}
.grecaptcha-badge {
  z-index: 10;
}

/* pager classes
----------------------------------------------------------------------*/
.navigation {
  clear: both;
  margin: 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .navigation {
    padding: 0 20px;
  }
}
.navigation span.current {
  display: inline-block;
  margin: 50px 4px;
  padding: 0;
  width: 30px;
  height: 60px;
  border: #e5e5e5 solid 1px;
  background: #f1f1f1;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 60px;
}
@media print, screen and (max-width: 767px) {
  .navigation span.current {
    display: none;
  }
}
.navigation .page-numbers {
  display: inline-block;
  margin: 50px 4px;
  width: 30px;
  height: 60px;
  border: #e5e5e5 solid 1px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 60px;
}
@media print, screen and (max-width: 767px) {
  .navigation .page-numbers {
    display: none;
  }
}
.navigation .page-numbers.next {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .navigation .page-numbers.next {
    display: block;
    float: right;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0 20px;
    width: calc(50% - 2px);
    height: 40px;
    border: #e5e5e5 solid 1px;
    text-align: right;
    line-height: 40px;
  }
}
.navigation .page-numbers.prev {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .navigation .page-numbers.prev {
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0 20px;
    width: calc(50% - 2px);
    height: 40px;
    border: #e5e5e5 solid 1px;
    text-align: left;
    line-height: 40px;
  }
}
.navigation a {
  color: #000000 !important;
  text-decoration: none !important;
}
.navigation a:hover {
  text-decoration: none !important;
}

.pager_area {
  margin: 40px auto 0;
  padding: 0;
}
.pager_area a {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 0 0;
  padding: 0 20px;
  width: 148px;
  height: 50px;
  background-color: #363636;
  color: #f0f0f0;
  font-weight: 600;
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 50px;
}
.pager_area .left {
  float: left;
}
.pager_area .left a {
  text-align: left;
}
.pager_area .right {
  float: right;
}
.pager_area .right a {
  text-align: right;
}

/* common classes
----------------------------------------------------------------------*/
#wrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin: 0 85px 0 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #wrapper {
    margin: 0 65px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  #wrapper {
    margin: 0;
  }
}

/* header classes
----------------------------------------------------------------------*/
header.header {
  position: relative;
  margin: 0 84px 0 0;
  padding: 0;
  height: 94px;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1023px) {
  header.header {
    margin: 0 64px 0 0;
    height: 74px;
  }
}
@media print, screen and (max-width: 767px) {
  header.header {
    margin: 0;
    height: 54px;
  }
}
header.header .header_logo {
  position: absolute;
  top: 25px;
  left: 50px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  header.header .header_logo {
    top: 18px;
    left: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  header.header .header_logo {
    top: 11px;
    left: 13px;
  }
}
header.header .header_logo img {
  width: auto;
  height: 44px;
}
@media print, screen and (max-width: 767px) {
  header.header .header_logo img {
    height: 34px;
  }
}
header.header .header_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 879px) {
  header.header .header_nav {
    display: none;
  }
}
header.header .header_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
header.header .header_nav ul li {
  margin: 0;
  padding: 0;
  border-left: #e5e5e5 solid 1px;
}
header.header .header_nav ul li a {
  display: block;
  width: 163px;
  height: 56px;
  color: #3d3d3d;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-family: "Barlow Semi Condensed", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  line-height: 50px;
}
@media print, screen and (max-width: 1399px) {
  header.header .header_nav ul li a {
    width: 154px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 1199px) {
  header.header .header_nav ul li a {
    width: 142px;
    height: 44px;
    font-size: 13px;
    line-height: 40px;
  }
}
header.header .header_nav ul li a span {
  font-size: 16px;
}

/* footer classes
----------------------------------------------------------------------*/
footer.footer {
  position: relative;
  position: relative;
  z-index: 5;
  margin: 0 86px 0 0;
  padding: 0;
  height: 118px;
  border-top: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1023px) {
  footer.footer {
    margin: 0 64px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  footer.footer {
    margin: 0;
    padding: 122px 30px 30px;
    height: auto;
  }
}
footer.footer .footer_logo {
  position: absolute;
  top: 39px;
  left: 50px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  footer.footer .footer_logo {
    left: 30px;
  }
}
footer.footer .footer_logo img {
  width: auto;
  height: 44px;
}
footer.footer .sns {
  display: none;
}
@media print, screen and (max-width: 767px) {
  footer.footer .sns {
    position: absolute;
    top: 28px;
    right: 30px;
    display: block;
  }
}
footer.footer .sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
footer.footer .sns ul li {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 28px;
  line-height: 0;
}
@media print, screen and (max-width: 374px) {
  footer.footer .sns ul li {
    padding: 20px 0 20px 20px;
  }
}
footer.footer .sns ul li .balloon {
  position: absolute;
  right: -17px;
  bottom: 59px;
  display: none;
  box-sizing: border-box;
  margin: 0;
  padding: 30px;
  width: 260px;
  border: solid 1px #e5e5e5;
  background-image: url(../img/common/bg.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  color: #ffffff;
  font-size: 14px;
}
footer.footer .sns ul li .balloon:before {
  position: absolute;
  right: 17px;
  bottom: -16px;
  z-index: 2;
  border: 8px solid transparent;
  border-top: 8px solid #f9f7f6;
  content: "";
}
footer.footer .sns ul li .balloon:after {
  position: absolute;
  right: 15px;
  bottom: -20px;
  z-index: 1;
  border: 10px solid transparent;
  border-top: 10px solid #e5e5e5;
  content: "";
}
footer.footer .sns ul li .balloon ul {
  display: block;
  margin: 0;
  padding: 0;
}
footer.footer .sns ul li .balloon ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #e5e5e5;
}
footer.footer .sns ul li .balloon ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
footer.footer .sns ul li .balloon ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  border: none;
}
footer.footer .sns ul li .balloon ul li a img {
  margin-right: 8px;
}
footer.footer .footer_nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 1023px) {
  footer.footer .footer_nav {
    right: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  footer.footer .footer_nav {
    position: static;
    display: block;
    margin: 0 0 30px;
  }
}
footer.footer .footer_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (max-width: 767px) {
  footer.footer .footer_nav ul {
    display: block;
  }
}
footer.footer .footer_nav ul li {
  margin: 0 55px 0 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  footer.footer .footer_nav ul li {
    margin: 0 0 0 55px;
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  footer.footer .footer_nav ul li {
    margin: 0;
    padding: 0;
    border-bottom: #e5e5e5 solid 1px;
  }
}
footer.footer .footer_nav ul li a {
  display: inline-block;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  footer.footer .footer_nav ul li a {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  footer.footer .footer_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
  }
}
footer.footer p.copyright {
  position: absolute;
  top: 52px;
  left: 120px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 10px;
}
@media print, screen and (max-width: 767px) {
  footer.footer p.copyright {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1;
  }
}

/* banner classes
----------------------------------------------------------------------*/
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border-top: solid 1px #e5e5e5;
}
@media print, screen and (max-width: 767px) {
  .banner {
    padding: 20px;
  }
}
.banner img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

/* menu classes
----------------------------------------------------------------------*/
.menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 94px;
  border-bottom: #e5e5e5 solid 1px;
  cursor: pointer;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1023px) {
  .menu_btn {
    width: 64px;
    height: 74px;
  }
}
@media print, screen and (max-width: 767px) {
  .menu_btn {
    width: 58px;
    height: 54px;
    border-bottom: none;
  }
}
.menu_btn .menu_btn__hambarger {
  position: relative;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 10px;
}
@media print, screen and (max-width: 1023px) {
  .menu_btn .menu_btn__hambarger {
    width: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .menu_btn .menu_btn__hambarger {
    height: 8px;
  }
}
.menu_btn .menu_btn__hambarger span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1b1b1b;
  transition: ease 0.5s;
}
.menu_btn .menu_btn__hambarger span:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1b1b1b;
  transition: ease 0.5s;
}
.menu_btn.action {
  border-bottom: #324257 solid 1px;
}
@media print, screen and (max-width: 767px) {
  .menu_btn.action {
    border-bottom: none;
  }
}
.menu_btn.action .menu_btn__hambarger span:nth-child(1) {
  top: 50%;
  background: #ffffff;
  transform: rotate(45deg);
}
.menu_btn.action .menu_btn__hambarger span:nth-child(2) {
  top: 50%;
  background: #ffffff;
  transform: rotate(-45deg);
}

/* navi classes
----------------------------------------------------------------------*/
.sp_navi {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 97;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(28, 38, 52, 0.98);
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
@media print, screen and (max-width: 767px) {
  .sp_navi {
    display: block;
    overflow-y: scroll;
    margin: 0;
  }
}
.sp_navi.open {
  opacity: 1;
  pointer-events: all;
}
.sp_navi .sp_navi__flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 84px 0 0;
  width: 840px;
}
@media print, screen and (max-width: 1180px) {
  .sp_navi .sp_navi__flex {
    width: 720px;
  }
}
@media print, screen and (max-width: 959px) {
  .sp_navi .sp_navi__flex {
    width: 550px;
  }
}
@media print, screen and (max-width: 767px) {
  .sp_navi .sp_navi__flex {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 100px 50px;
    width: 100%;
  }
}
.sp_navi .sp_navi__flex .logo {
  position: absolute;
  top: 0;
  right: -17px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .sp_navi .sp_navi__flex .logo {
    position: static;
    margin: 0 0 20px;
  }
}
.sp_navi .sp_navi__flex .logo img {
  width: auto;
  height: 44px;
}
@media print, screen and (max-width: 767px) {
  .sp_navi .sp_navi__flex .logo img {
    width: auto;
    height: 40px;
  }
}
.sp_navi .sp_navi__flex .menu_title {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
}
@media print, screen and (max-width: 1180px) {
  .sp_navi .sp_navi__flex .menu_title {
    font-size: 26px;
  }
}
.sp_navi .sp_navi__flex .sp_navi__menu {
  margin: 0;
  padding: 0;
  width: 220px;
}
@media print, screen and (max-width: 1180px) {
  .sp_navi .sp_navi__flex .sp_navi__menu {
    width: 165px;
  }
}
@media print, screen and (max-width: 767px) {
  .sp_navi .sp_navi__flex .sp_navi__menu {
    display: none;
  }
}
.sp_navi .sp_navi__flex .sp_navi__menu ul {
  margin: 10px 0 0;
  padding: 0;
}
.sp_navi .sp_navi__flex .sp_navi__menu ul li {
  margin: 0;
  padding: 18px 0 0;
}
.sp_navi .sp_navi__flex .sp_navi__menu ul li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
@media print, screen and (max-width: 1180px) {
  .sp_navi .sp_navi__flex .sp_navi__menu ul li a {
    font-size: 14px;
  }
}
.sp_navi .sp_navi__flex .sp_navi__dvd {
  margin: 0;
  padding: 0;
  width: calc(100% - 342px);
}
@media print, screen and (max-width: 1180px) {
  .sp_navi .sp_navi__flex .sp_navi__dvd {
    width: calc(100% - 260px);
  }
}
@media print, screen and (max-width: 959px) {
  .sp_navi .sp_navi__flex .sp_navi__dvd {
    width: calc(100% - 215px);
  }
}
@media print, screen and (max-width: 767px) {
  .sp_navi .sp_navi__flex .sp_navi__dvd {
    display: none;
  }
}
.sp_navi .sp_navi__flex .sp_navi__dvd ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px 0 0 -40px;
  padding: 0;
}
@media print, screen and (max-width: 959px) {
  .sp_navi .sp_navi__flex .sp_navi__dvd ul {
    justify-content: space-between;
    margin: 10px 0 0 -30px;
  }
}
.sp_navi .sp_navi__flex .sp_navi__dvd ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 18px 0 0 40px;
  width: 33.3333%;
}
@media print, screen and (max-width: 959px) {
  .sp_navi .sp_navi__flex .sp_navi__dvd ul li {
    padding: 18px 0 0 30px;
    width: 150px;
  }
}
.sp_navi .sp_navi__flex .sp_navi__dvd ul li:first-child {
  width: 100%;
}
.sp_navi .sp_navi__flex .sp_navi__dvd ul li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
@media print, screen and (max-width: 1180px) {
  .sp_navi .sp_navi__flex .sp_navi__dvd ul li a {
    font-size: 14px;
  }
}
.sp_navi .sp_navi__flex .sp_navi__sub {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 50px 0 0;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .sp_navi .sp_navi__flex .sp_navi__sub {
    display: none;
  }
}
.sp_navi .sp_navi__flex .sp_navi__sub a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.sp_navi .sp_navi__flex .sp_navi__sub ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.sp_navi .sp_navi__flex .sp_navi__sub ul li {
  margin: 0;
  padding: 0 48px 0 0;
}
.sp_navi .sp_navi__flex .sp_navi__sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .sp_navi .sp_navi__flex .sp_navi__sp {
    display: block;
  }
  .sp_navi .sp_navi__flex .sp_navi__sp ul {
    margin: 0;
    padding: 0;
  }
  .sp_navi .sp_navi__flex .sp_navi__sp ul li {
    margin: 0;
    padding: 10px 0;
    border-bottom: #324257 solid 1px;
  }
  .sp_navi .sp_navi__flex .sp_navi__sp ul li a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.8em;
  }
  .sp_navi .sp_navi__flex .sp_navi__sp ul li a span {
    font-size: 20px;
  }
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns {
  margin: 40px 0 0;
  padding: 0;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns h4 {
  margin: 0 0 17px;
  padding: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li {
  position: relative;
  margin: 0;
  padding: 0 10px;
  border-bottom: none;
  line-height: 0;
}
@media print, screen and (max-width: 374px) {
  .sp_navi .sp_navi__flex .sp_navi__sp .sns ul li {
    padding: 0 2px;
  }
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li.twLink {
  cursor: pointer;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon {
  position: absolute;
  right: 10px;
  bottom: 79px;
  display: none;
  box-sizing: border-box;
  margin: 0;
  padding: 30px;
  width: 260px;
  border: solid 1px #324257;
  background-color: rgba(28, 38, 52, 0.98);
  color: #ffffff;
  font-size: 14px;
}
@media print, screen and (max-width: 374px) {
  .sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon {
    right: 0;
    width: 225px;
  }
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon:before {
  position: absolute;
  right: 18px;
  bottom: -16px;
  z-index: 2;
  border: 8px solid transparent;
  border-top: 8px solid #1d2634;
  content: "";
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon:after {
  position: absolute;
  right: 16px;
  bottom: -20px;
  z-index: 1;
  border: 10px solid transparent;
  border-top: 10px solid #303d51;
  content: "";
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon ul {
  display: block;
  margin: 0;
  padding: 0;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #324257;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  border: none;
  color: #ffffff;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li .balloon ul li a img {
  margin-right: 8px;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 50px;
  height: 50px;
  border: #324257 solid 1px;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8em;
}
.sp_navi .sp_navi__flex .sp_navi__sp .sns ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 50px;
  height: 50px;
  border: #324257 solid 1px;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8em;
}

/* SNS classes
----------------------------------------------------------------------*/
.sns_links {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 98;
  width: 84px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  border-left: #e5e5e5 solid 1px;
  text-align: center;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1023px) {
  .sns_links {
    width: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .sns_links {
    display: none;
  }
}
.sns_links .sns {
  position: absolute;
  right: 0;
  bottom: 64px;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sns_links .sns ul li {
  position: relative;
  margin: 0 0 43px;
  padding: 0 20px;
  line-height: 0;
}
.sns_links .sns ul li.twLink {
  cursor: pointer;
}
.sns_links .sns ul li .balloon {
  position: absolute;
  top: 50%;
  right: 50px;
  display: none;
  box-sizing: border-box;
  margin: 0;
  padding: 30px;
  width: 260px;
  border: solid 1px #e5e5e5;
  background-image: url(../img/common/bg.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 14px;
  transform: translate(0, -70%);
}
.sns_links .sns ul li .balloon:before {
  position: absolute;
  top: 70%;
  right: -16px;
  z-index: 2;
  margin-top: -6px;
  border: 8px solid transparent;
  border-left: 8px solid #f9f7f6;
  content: "";
}
.sns_links .sns ul li .balloon:after {
  position: absolute;
  top: 70%;
  right: -20px;
  z-index: 1;
  margin-top: -8px;
  border: 10px solid transparent;
  border-left: 10px solid #e5e5e5;
  content: "";
}
.sns_links .sns ul li .balloon ul {
  margin: 0;
  padding: 0;
}
.sns_links .sns ul li .balloon ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #e5e5e5;
}
.sns_links .sns ul li .balloon ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.sns_links .sns ul li .balloon ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sns_links .sns ul li .balloon ul li a img {
  margin-right: 8px;
}
.sns_links p.copyright {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  transition: 0.4s ease;
  writing-mode: vertical-rl;
}
.sns_links.open {
  border-left: #324257 solid 1px;
}
.sns_links.open .sns ul li .balloon {
  border: solid 1px #324257;
  background-color: rgba(28, 38, 52, 0.98);
  background-image: none;
  color: #ffffff;
}
.sns_links.open .sns ul li .balloon:before {
  border-left: 8px solid #1d2634;
}
.sns_links.open .sns ul li .balloon:after {
  border-left: 10px solid #303d51;
}
.sns_links.open .sns ul li .balloon ul li {
  border-bottom: solid 1px #324257;
}
.sns_links.open .sns ul li .balloon ul li:last-child {
  border-bottom: none;
}
.sns_links.open .sns ul li .balloon ul li a {
  color: #ffffff;
}
.sns_links.open p.copyright {
  color: #ffffff;
}

/* その他
----------------------------------------------------------------------*/
.page_title {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: #e5e5e5 solid 1px;
}
.page_title .title {
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .page_title .title img {
    width: auto;
    height: 7vw;
  }
}
@media print, screen and (max-width: 767px) {
  .page_title .title img {
    max-height: 58px;
    width: auto;
    height: 10vw;
  }
}

/*******top*******/
/*******animation******/
section#top .hero {
  position: relative;
  margin: 0;
  padding: 50px 0 160px;
}
@media print, screen and (max-width: 1279px) {
  section#top .hero {
    margin: 0 -1px 0 0;
    padding: 20px 0 132px;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .hero {
    padding: 20px 0 110px;
  }
}
@media print, screen and (max-width: 640px) {
  section#top .hero {
    padding: 12px 0 141px;
  }
}
section#top .hero h2 {
  margin: 0 0 -12px auto;
  padding: 0;
  width: 49vw;
  text-align: right;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  section#top .hero h2 {
    margin: 0 0 -4px auto;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .hero h2 {
    margin: 0 auto -2px;
    max-width: 500px;
    width: 100%;
    text-align: center;
  }
}
section#top .hero h2 img {
  width: 100%;
  height: auto;
}
section#top .hero .hero_slider {
  opacity: 0;
}
section#top .hero .hero_slider.swiper-initialized {
  opacity: 1;
}
section#top .hero .hero_slider .swiper-wrapper {
  z-index: 12;
}
section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img {
  position: relative;
  margin: 0;
  border: #e5e5e5 solid 1px;
  /*padding:10px;
  						background:#ededed;*/
  line-height: 0;
}
section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img img {
  width: 100%;
  height: auto;
}
section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img img.pc {
  display: block;
}
@media print, screen and (max-width: 640px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img img.pc {
    display: none;
  }
}
section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img img.sp {
  display: none;
}
@media print, screen and (max-width: 640px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img img.sp {
    display: block;
  }
}
section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption {
  position: absolute;
  bottom: -107px;
  left: -34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  min-width: 360px;
  height: 126px;
  background-color: #ffffff;
  line-height: 1.8em;
  opacity: 0;
}
@media print, screen and (max-width: 1023px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption {
    bottom: -100px;
    left: 30px;
    padding: 0 30px;
    height: 112px;
    line-height: 1.6em;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption {
    bottom: -90px;
    left: -30px;
    height: 100px;
  }
}
@media print, screen and (max-width: 640px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption {
    bottom: -129px;
    left: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    min-width: initial;
    max-width: initial;
    width: calc(100vw - 24px);
    height: 116px;
    transform: translate(-50%, 0);
  }
}
section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption .movie_title {
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 1023px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption .movie_title {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption .movie_title {
    font-size: 13px;
  }
}
section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption p {
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@media print, screen and (max-width: 1023px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption p {
    line-height: 1.6em;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .hero .hero_slider .swiper-wrapper .swiper-slide .slide-img .caption p {
    font-size: 11px;
  }
}
section#top .hero .hero_slider .swiper-wrapper .swiper-slide.swiper-slide-active .slide-img .caption {
  opacity: 1;
  transition: 0.6s cubic-bezier(0.84, 0.39, 0.33, 1) 0.2s;
}
section#top .hero .hero_slider .swiper-pagination-fraction {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 100px);
  left: 17%;
  width: 66%;
  text-align: right;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 48px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media print, screen and (max-width: 1600px) {
  section#top .hero .hero_slider .swiper-pagination-fraction {
    width: 76%;
  }
}
@media print, screen and (max-width: 1400px) {
  section#top .hero .hero_slider .swiper-pagination-fraction {
    width: 77%;
  }
}
@media print, screen and (max-width: 1279px) {
  section#top .hero .hero_slider .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 78px);
  }
}
@media print, screen and (max-width: 1023px) {
  section#top .hero .hero_slider .swiper-pagination-fraction {
    font-size: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .hero .hero_slider .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 20px);
    z-index: 30;
    letter-spacing: -3px;
  }
}
section#top .hero .swiper-next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 64px;
  border-top: #e5e5e5 solid 1px;
  border-left: #e5e5e5 solid 1px;
  cursor: pointer;
}
@media print, screen and (max-width: 1023px) {
  section#top .hero .swiper-next {
    width: 50px;
    height: 54px;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .hero .swiper-next {
    display: none;
  }
}
section#top .hero .swiper-prev {
  position: absolute;
  right: 71px;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 64px;
  border-top: #e5e5e5 solid 1px;
  border-left: #e5e5e5 solid 1px;
  cursor: pointer;
}
@media print, screen and (max-width: 1023px) {
  section#top .hero .swiper-prev {
    right: 51px;
    width: 50px;
    height: 54px;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .hero .swiper-prev {
    display: none;
  }
}
section#top .release {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: #e5e5e5 solid 1px;
  background-image: url(../img/common/bg.jpg);
  background-position: 0 0;
  background-repeat: repeat;
}
section#top .release::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #f2f2f2;
  content: "";
  opacity: 0.42;
  mix-blend-mode: multiply;
}
section#top .release h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 20px 50px;
  border-bottom: #e5e5e5 solid 1px;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
section#top .release h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
@media print, screen and (max-width: 1399px) {
  section#top .release h2 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 1199px) {
  section#top .release h2 {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 1079px) {
  section#top .release h2 {
    padding: 20px 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#top .release h2 {
    padding: 16px 30px;
    letter-spacing: 3px;
    font-size: 18px;
  }
}
section#top .release .dvd_slider .swiper-wrapper {
  align-items: stretch;
}
section#top .release .dvd_slider .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 60px 50px 50px;
  width: 20%;
  height: auto !important;
  border-right: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1500px) {
  section#top .release .dvd_slider .swiper-wrapper .swiper-slide {
    padding: 50px 50px 40px;
  }
}
@media print, screen and (max-width: 1079px) {
  section#top .release .dvd_slider .swiper-wrapper .swiper-slide {
    padding: 50px 40px 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#top .release .dvd_slider .swiper-wrapper .swiper-slide {
    padding: 50px 30px 40px;
  }
}
section#top .release .dvd_slider .swiper-wrapper .swiper-slide .slide-img {
  position: relative;
  margin: 0;
  padding: 0 0 100px;
  line-height: 0;
}
section#top .release .dvd_slider .swiper-wrapper .swiper-slide .slide-img img {
  width: 100%;
  height: auto;
}
section#top .release .dvd_slider .swiper-wrapper .swiper-slide .slide-img .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  min-height: 80px;
  line-height: 1.8em;
}
section#top .release .dvd_slider .swiper-wrapper .swiper-slide .slide-img .caption .movie_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
@media print, screen and (max-width: 1439px) {
  section#top .release .dvd_slider .swiper-wrapper .swiper-slide .slide-img .caption .movie_title {
    font-size: 14px;
  }
}
section#top .release .dvd_slider .swiper-wrapper .swiper-slide .slide-img .caption p {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 12px;
}
section#top .release .more {
  position: relative;
  z-index: 5;
  height: 60px;
  border-top: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1023px) {
  section#top .release .more {
    height: 50px;
  }
}
section#top .release .more .swiper-dvd-next {
  position: absolute;
  bottom: 0;
  left: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 60px;
  border-right: #e5e5e5 solid 1px;
  cursor: pointer;
}
@media print, screen and (max-width: 1023px) {
  section#top .release .more .swiper-dvd-next {
    left: 51px;
    width: 50px;
    height: 50px;
  }
}
section#top .release .more .swiper-dvd-prev {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 60px;
  border-right: #e5e5e5 solid 1px;
  cursor: pointer;
}
@media print, screen and (max-width: 1023px) {
  section#top .release .more .swiper-dvd-prev {
    width: 50px;
    height: 50px;
  }
}
section#top .release .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 0;
  width: 148px;
  height: 60px;
  border-left: #e5e5e5 solid 1px;
  font-weight: 600;
  font-size: 18px;
}
@media print, screen and (max-width: 1023px) {
  section#top .release .more a {
    height: 50px;
    font-size: 16px;
  }
}
section#top .pickup {
  margin: 0;
  padding: 0;
}
section#top .pickup h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 20px 50px;
  border-bottom: #e5e5e5 solid 1px;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
section#top .pickup h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
@media print, screen and (max-width: 1399px) {
  section#top .pickup h2 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 1199px) {
  section#top .pickup h2 {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 1079px) {
  section#top .pickup h2 {
    padding: 20px 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#top .pickup h2 {
    padding: 16px 30px;
    letter-spacing: 3px;
    font-size: 18px;
  }
}
section#top .pickup ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  section#top .pickup ul {
    display: block;
  }
}
section#top .pickup ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 50%;
}
section#top .pickup ul li:first-child {
  border-right: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 767px) {
  section#top .pickup ul li:first-child {
    border-right: none;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .pickup ul li:last-child {
    border-top: #e5e5e5 solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .pickup ul li {
    margin: 0 0 30px;
    width: auto;
  }
}
section#top .pickup ul li .pickup_box {
  margin: 0;
  padding: 0;
}
section#top .pickup ul li .pickup_box .pickup_box__movie {
  position: relative;
  margin: 0;
  padding: 80px;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1600px) {
  section#top .pickup ul li .pickup_box .pickup_box__movie {
    padding: 50px;
  }
}
@media print, screen and (max-width: 1180px) {
  section#top .pickup ul li .pickup_box .pickup_box__movie {
    padding: 50px 30px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#top .pickup ul li .pickup_box .pickup_box__movie {
    padding: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .pickup ul li .pickup_box .pickup_box__movie {
    padding: 20px;
  }
}
section#top .pickup ul li .pickup_box .pickup_box__movie .pickup_box__video {
  position: relative;
  z-index: 5;
  padding-top: 56.25%;
  width: 100%;
}
section#top .pickup ul li .pickup_box .pickup_box__movie .pickup_box__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 1px;
  width: 100%;
  height: 100%;
  background: #000000;
}
section#top .pickup ul li .pickup_box .pickup_box__movie .type {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 71px;
  width: 3.7vw;
  line-height: 0;
}
section#top .pickup ul li .pickup_box .pickup_box__movie .type img {
  width: 100%;
  height: auto;
}
section#top .pickup ul li .pickup_box .pickup_box__caption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 44px 80px;
}
@media print, screen and (max-width: 1600px) {
  section#top .pickup ul li .pickup_box .pickup_box__caption {
    padding: 44px 50px;
  }
}
@media print, screen and (max-width: 1180px) {
  section#top .pickup ul li .pickup_box .pickup_box__caption {
    padding: 44px 30px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#top .pickup ul li .pickup_box .pickup_box__caption {
    padding: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  section#top .pickup ul li .pickup_box .pickup_box__caption {
    padding: 20px;
  }
}
section#top .pickup ul li .pickup_box .pickup_box__caption .pickup_box__thumb {
  margin: 0 30px 0 0;
  padding: 0;
  width: 100px;
  line-height: 0;
}
section#top .pickup ul li .pickup_box .pickup_box__caption .pickup_box__thumb img {
  width: 100%;
  height: auto;
}
section#top .pickup ul li .pickup_box .pickup_box__caption a {
  display: block;
  width: calc(100% - 130px);
}
section#top .pickup ul li .pickup_box .pickup_box__caption a .pickup_box__discription {
  margin: 0;
  padding: 0;
}
section#top .pickup ul li .pickup_box .pickup_box__caption a .pickup_box__discription .movie_title {
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}
section#top .pickup ul li .pickup_box .pickup_box__caption a .pickup_box__discription p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
@media print, screen and (max-width: 1279px) {
  section#top .pickup ul li .pickup_box .pickup_box__caption a .pickup_box__discription p {
    font-size: 13px;
    line-height: 1.6em;
  }
}
@media print, screen and (max-width: 1023px) {
  section#top .pickup ul li .pickup_box .pickup_box__caption a .pickup_box__discription p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
section#top .pickup ul li .pickup_box .pickup_box__caption a .pickup_box__discription p.day {
  text-align: left;
  letter-spacing: normal;
  font-size: 12px;
}
@media print, screen and (max-width: 1279px) {
  section#top .pickup ul li .pickup_box .pickup_box__caption a .pickup_box__discription p.day {
    margin: 0 0 6px;
    font-size: 11px;
  }
}
section#top .pickup ul li .pickup_box .pickup_box__caption a .material-icons-outlined {
  position: absolute;
  right: 26px;
  bottom: 20px;
  font-size: 36px;
}
@media print, screen and (max-width: 767px) {
  section#top .pickup ul li .pickup_box .pickup_box__caption a .material-icons-outlined {
    display: none;
  }
}

/*******top*******/
/*******animation******/
section#theater {
  margin: 0;
  padding: 0;
}
section#theater .theater_title {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 767px) {
  section#theater .theater_title {
    padding: 0 0 37px;
  }
}
section#theater .theater_title .title {
  margin: 0;
  padding: 0;
  line-height: 0;
}
section#theater .theater_title h1 {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 50px;
  height: 120px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 28px;
  line-height: 120px;
}
section#theater .theater_title h1::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
@media print, screen and (max-width: 1200px) {
  section#theater .theater_title h1 {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#theater .theater_title h1 {
    height: 100px;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .theater_title h1 {
    padding: 0 30px;
    height: 50px;
    border-bottom: #e5e5e5 solid 1px;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 50px;
  }
}
section#theater .theater_title h1 span {
  padding: 0 0 0 14px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
}
@media print, screen and (max-width: 1200px) {
  section#theater .theater_title h1 span {
    padding: 0 0 0 7px;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .theater_title h1 span {
    font-size: 16px;
  }
}
section#theater .theater_title a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 210px;
  height: 58px;
  border-top: #e5e5e5 solid 1px;
  border-left: #e5e5e5 solid 1px;
  font-weight: 500;
  font-size: 14px;
}
section#theater .theater_title a.now {
  border-top: none;
  border-left: none;
  background-color: #000000;
  color: #f7f9f8;
}
@media print, screen and (max-width: 767px) {
  section#theater .theater_title a.now {
    box-sizing: border-box;
    border-top: #e5e5e5 solid 1px;
    background-color: transparent;
    color: #464646;
  }
}
@media print, screen and (max-width: 1499px) {
  section#theater .theater_title a {
    width: 185px;
  }
}
@media print, screen and (max-width: 1279px) {
  section#theater .theater_title a {
    height: 48px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#theater .theater_title a {
    height: 38px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .theater_title a {
    width: 50%;
  }
}
section#theater .theater_title select {
  position: absolute;
  right: 210px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px 0 25px;
  width: 210px;
  height: 59px;
  outline: 0;
  border-top: #e5e5e5 solid 1px;
  border-right: none;
  border-bottom: none;
  border-left: #e5e5e5 solid 1px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/common/arrow_down.svg);
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (max-width: 1499px) {
  section#theater .theater_title select {
    right: 185px;
    width: 190px;
  }
}
@media print, screen and (max-width: 1279px) {
  section#theater .theater_title select {
    height: 48px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#theater .theater_title select {
    height: 38px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .theater_title select {
    right: 50%;
    padding: 0 20px;
    width: 50%;
    border-right: #e5e5e5 solid 1px;
    border-left: none;
    background-position: top 50% right 2px;
  }
}
section#theater .movie_list {
  margin: 0 0 -1px;
  padding: 0;
}
section#theater .movie_list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  section#theater .movie_list ul {
    display: block;
  }
}
section#theater .movie_list ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 33.333%;
  border-right: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}
section#theater .movie_list ul li:nth-child(3n) {
  border-right: none;
}
@media print, screen and (max-width: 1469px) {
  section#theater .movie_list ul li {
    width: 50%;
  }
  section#theater .movie_list ul li:nth-child(3n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#theater .movie_list ul li:nth-child(2n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 1023px) {
  section#theater .movie_list ul li {
    width: 100%;
    border-right: none;
  }
  section#theater .movie_list ul li:nth-child(3n) {
    border-right: none;
  }
}
section#theater .movie_list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 50px;
}
@media print, screen and (max-width: 1023px) {
  section#theater .movie_list ul li a {
    padding: 36px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .movie_list ul li a {
    display: block;
    padding: 50px 30px;
  }
}
section#theater .movie_list ul li a .poster {
  margin: 0;
  width: 38%;
  border: #e5e5e5 solid 1px;
  background: url(../img/common/noimage.svg) no-repeat 50% 50%;
  background-size: cover;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  section#theater .movie_list ul li a .poster {
    width: 176px;
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .movie_list ul li a .poster {
    margin: 0 auto 20px;
    max-width: 300px;
    width: 64%;
  }
}
section#theater .movie_list ul li a .poster img {
  width: 100%;
  height: auto;
}
section#theater .movie_list ul li a .movie_description {
  box-sizing: border-box;
  padding: 0 0 0 30px;
  width: 62%;
}
@media print, screen and (max-width: 1023px) {
  section#theater .movie_list ul li a .movie_description {
    width: calc(100% - 226px);
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .movie_list ul li a .movie_description {
    padding: 0;
    width: auto;
  }
}
section#theater .movie_list ul li a .movie_description h2 {
  margin: 0 0 12px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  section#theater .movie_list ul li a .movie_description h2 {
    text-align: center;
  }
}
section#theater .movie_list ul li a .movie_description p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
}
section#theater .movie_list ul li a .movie_description p b {
  display: inline-block;
  padding: 0 0 10px;
}
section#theater .movie_list ul li a span {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 36px;
}
@media print, screen and (max-width: 767px) {
  section#theater .movie_list ul li a span {
    right: 26px;
    bottom: 13px;
  }
}
section#theater .end_movie_list {
  margin: 0 0 -1px;
  padding: 0;
}
section#theater .end_movie_list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section#theater .end_movie_list ul li {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 50px;
  width: 16.666667%;
  border-right: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}
section#theater .end_movie_list ul li.link {
  padding: 50px 50px 124px;
}
section#theater .end_movie_list ul li:nth-child(6n) {
  border-right: none;
}
@media print, screen and (max-width: 1499px) {
  section#theater .end_movie_list ul li {
    width: 20%;
  }
  section#theater .end_movie_list ul li:nth-child(6n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#theater .end_movie_list ul li:nth-child(5n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 1139px) {
  section#theater .end_movie_list ul li {
    padding: 50px 30px;
  }
  section#theater .end_movie_list ul li.link {
    padding: 50px 30px 124px;
  }
}
@media print, screen and (max-width: 1279px) {
  section#theater .end_movie_list ul li {
    width: 25%;
  }
  section#theater .end_movie_list ul li:nth-child(5n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#theater .end_movie_list ul li:nth-child(4n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 1023px) {
  section#theater .end_movie_list ul li {
    width: 33.3333%;
  }
  section#theater .end_movie_list ul li:nth-child(4n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#theater .end_movie_list ul li:nth-child(3n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .end_movie_list ul li {
    padding: 40px 20px;
    width: 50%;
  }
  section#theater .end_movie_list ul li.link {
    padding: 40px 20px 124px;
  }
  section#theater .end_movie_list ul li:nth-child(3n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#theater .end_movie_list ul li:nth-child(2n) {
    border-right: none;
  }
}
section#theater .end_movie_list ul li .poster {
  margin: 0;
  padding: 0;
  border: #e5e5e5 solid 1px;
  background: url(../img/common/noimage.svg) no-repeat 50% 50%;
  background-size: cover;
  line-height: 0;
}
section#theater .end_movie_list ul li .poster img {
  width: 100%;
  height: auto;
}
section#theater .end_movie_list ul li .movie_description {
  box-sizing: border-box;
  padding: 20px 0 0;
}
section#theater .end_movie_list ul li .movie_description h2 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
}
@media print, screen and (max-width: 767px) {
  section#theater .end_movie_list ul li .movie_description h2 {
    font-size: 14px;
  }
}
section#theater .end_movie_list ul li .movie_description p {
  margin: 0 0 9px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6em;
}
section#theater .end_movie_list ul li .movie_description p b {
  display: inline-block;
  padding: 0 0 10px;
}
section#theater .end_movie_list ul li .movie_description p.day {
  letter-spacing: normal;
  font-size: 12px;
}
section#theater .end_movie_list ul li .link_box {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
@media print, screen and (max-width: 1139px) {
  section#theater .end_movie_list ul li .link_box {
    right: 30px;
    left: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  section#theater .end_movie_list ul li .link_box {
    right: 20px;
    bottom: 40px;
    left: 20px;
  }
}
section#theater .end_movie_list ul li .link_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 0 0;
  padding: 0;
  width: 100%;
  height: 36px;
  border: #e5e5e5 solid 1px;
  background-color: rgba(231, 231, 231, 0.6588235294);
  /* color: #ffffff; */
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
}

/*******top*******/
section#dvd {
  margin: 0;
  padding: 0;
}
section#dvd .dvd_title {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_title {
    border-bottom: none;
  }
}
section#dvd .dvd_title .title {
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 0;
}
@media print, screen and (max-width: 1200px) {
  section#dvd .dvd_title .title img {
    width: auto;
    height: 8vw;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_title .title img {
    max-height: 58px;
    width: auto;
    height: 12vw;
  }
}
section#dvd .dvd_title h1 {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 50px;
  height: 100px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 28px;
  line-height: 100px;
}
section#dvd .dvd_title h1::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
@media print, screen and (max-width: 1200px) {
  section#dvd .dvd_title h1 {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd .dvd_title h1 {
    height: 100px;
    font-size: 24px;
    line-height: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_title h1 {
    padding: 0 30px;
    height: 50px;
    border-bottom: #e5e5e5 solid 1px;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 50px;
  }
}
section#dvd .dvd_search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 25px;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_search {
    padding: 20px;
  }
}
section#dvd .dvd_search .my_searchform {
  width: calc(100% - 280px);
}
@media print, screen and (max-width: 1399px) {
  section#dvd .dvd_search .my_searchform {
    width: calc(100% - 215px);
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd .dvd_search .my_searchform {
    width: 100%;
  }
}
section#dvd .dvd_search .my_searchform .search_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_search .my_searchform .search_box {
    display: block;
  }
}
section#dvd .dvd_search .my_searchform .search_box select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 50px 0 12px;
  width: 280px;
  height: 50px;
  outline: 0;
  border: #e5e5e5 solid 1px;
  border-radius: 0;
  background-color: #f3f3f3;
  background-image: url(../img/common/arrow_down.svg);
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (max-width: 1399px) {
  section#dvd .dvd_search .my_searchform .search_box select {
    width: 178px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_search .my_searchform .search_box select {
    margin: 0 0 10px;
    width: 100%;
  }
}
section#dvd .dvd_search .my_searchform .search_box input[type=text] {
  padding: 0 120px 0 12px;
  width: calc(100% - 295px);
  height: 50px;
  outline: 0;
  border: #e5e5e5 solid 1px;
  border-radius: 0;
  background-color: #f3f3f3;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (max-width: 1399px) {
  section#dvd .dvd_search .my_searchform .search_box input[type=text] {
    width: calc(100% - 193px);
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_search .my_searchform .search_box input[type=text] {
    padding: 0 80px 0 10px;
    width: 100%;
  }
}
section#dvd .dvd_search .my_searchform .search_box input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 101px;
  height: 50px;
  background-color: #363636;
  background-image: url(../img/common/search.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_search .my_searchform .search_box input[type=submit] {
    width: 64px;
  }
}
section#dvd .dvd_search .my_searchform.result {
  width: 100%;
}
section#dvd .dvd_search .sort_form5 {
  margin: 0;
  padding: 0 0 0 15px;
  width: 265px;
}
@media print, screen and (max-width: 1399px) {
  section#dvd .dvd_search .sort_form5 {
    width: 195px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd .dvd_search .sort_form5 {
    display: none;
  }
}
section#dvd .dvd_search .sort_form5 select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 50px 0 12px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: #e5e5e5 solid 1px;
  border-radius: 0;
  background-color: #f3f3f3;
  background-image: url(../img/common/arrow_down.svg);
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
section#dvd .no_data {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
  font-weight: 500;
  font-size: 16px;
}
section#dvd .dvd_list {
  margin: 0 0 -1px;
  padding: 0;
}
section#dvd .dvd_list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section#dvd .dvd_list ul li {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 80px 50px;
  width: 16.666667%;
  border-right: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}
section#dvd .dvd_list ul li.link {
  padding: 50px 50px 124px;
}
section#dvd .dvd_list ul li:nth-child(6n) {
  border-right: none;
}
@media print, screen and (max-width: 1659px) {
  section#dvd .dvd_list ul li {
    width: 20%;
  }
  section#dvd .dvd_list ul li:nth-child(6n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#dvd .dvd_list ul li:nth-child(5n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 1399px) {
  section#dvd .dvd_list ul li {
    width: 25%;
  }
  section#dvd .dvd_list ul li:nth-child(5n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#dvd .dvd_list ul li:nth-child(4n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 1139px) {
  section#dvd .dvd_list ul li {
    padding: 50px 30px 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd .dvd_list ul li {
    width: 33.33333%;
  }
  section#dvd .dvd_list ul li:nth-child(4n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#dvd .dvd_list ul li:nth-child(3n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_list ul li {
    padding: 40px 20px 80px;
    width: 50%;
  }
  section#dvd .dvd_list ul li:nth-child(3n) {
    border-right: #e5e5e5 solid 1px;
  }
  section#dvd .dvd_list ul li:nth-child(2n) {
    border-right: none;
  }
}
section#dvd .dvd_list ul li .dvd_thumb {
  margin: 0;
  padding: 0;
  border: #e5e5e5 solid 1px;
  background: url(../img/common/noimage.svg) no-repeat 50% 50%;
  background-size: cover;
  line-height: 0;
}
section#dvd .dvd_list ul li .dvd_thumb img {
  width: 100%;
  height: auto;
}
section#dvd .dvd_list ul li .dvd_caption {
  box-sizing: border-box;
  padding: 20px 0 0;
}
section#dvd .dvd_list ul li .dvd_caption .title {
  margin: 0 0 4px;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
}
section#dvd .dvd_list ul li .dvd_caption .type {
  position: absolute;
  right: 50px;
  bottom: 37px;
  left: 50px;
  text-align: center;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 12px;
}
@media print, screen and (max-width: 1139px) {
  section#dvd .dvd_list ul li .dvd_caption .type {
    right: 30px;
    left: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_list ul li .dvd_caption .type {
    right: 20px;
    left: 20px;
  }
}
section#dvd .dvd_list ul li .dvd_caption .type ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#dvd .dvd_list ul li .dvd_caption .type ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
  padding: 0 10px;
  width: auto;
  height: 27px;
  border: #e5e5e5 solid 1px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}
@media print, screen and (max-width: 1139px) {
  section#dvd .dvd_list ul li .dvd_caption .type ul li {
    padding: 0 6px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_list ul li .dvd_caption .type ul li {
    margin: 0 3px 0 0;
    padding: 0 4px;
  }
}
section#dvd .dvd_list ul li .dvd_caption p {
  margin: 0 0 9px;
  padding: 0;
  text-align: justify;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8em;
}
section#dvd .dvd_list ul li .dvd_caption p.type {
  position: absolute;
  bottom: 11px;
  left: 54px;
  text-align: center;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 13px;
}
section#dvd .dvd_list ul li .dvd_caption .new {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_list ul li .dvd_caption .new {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
section#dvd .dvd_list ul li .dvd_caption .new span {
  position: relative;
  z-index: 5;
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_list ul li .dvd_caption .new span {
    margin: 9px 0 0;
  }
}
section#dvd .dvd_list ul li .dvd_caption .new::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-width: 0 0 60px 60px;
  border-style: solid;
  border-color: transparent transparent #e6e6e6 transparent;
  content: "";
}
@media print, screen and (max-width: 767px) {
  section#dvd .dvd_list ul li .dvd_caption .new::after {
    border-width: 0 0 50px 50px;
  }
}

section#dvd_info {
  margin: 0;
  padding: 0;
}
section#dvd_info .dvd_title {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: #e5e5e5 solid 1px;
  line-height: 0;
}
section#dvd_info .dvd_title .title {
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 0;
}
@media print, screen and (max-width: 1200px) {
  section#dvd_info .dvd_title .title img {
    width: auto;
    height: 8vw;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_title .title img {
    max-height: 58px;
    width: auto;
    height: 12vw;
  }
}
section#dvd_info .dvd_detail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0;
  max-width: 1492px;
  border-right: #e5e5e5 solid 1px;
  border-left: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1749px) {
  section#dvd_info .dvd_detail {
    max-width: initial;
    border-right: none;
    border-left: none;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail {
    display: block;
  }
}
section#dvd_info .dvd_detail .dvd_cover {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  width: 500px;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_cover {
    width: 350px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_cover {
    padding: 0 0 30px;
    width: auto;
    border-bottom: #e5e5e5 solid 1px;
  }
}
section#dvd_info .dvd_detail .dvd_cover .dvd_cover__img {
  padding: 50px;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_cover .dvd_cover__img {
    padding: 50px 30px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_cover .dvd_cover__img {
    margin: 0 auto;
    padding: 60px 30px 30px;
    max-width: 350px;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_cover .dvd_cover__img {
    padding: 30px 30px 16px;
  }
}
section#dvd_info .dvd_detail .dvd_cover .dvd_cover__img img {
  width: 100%;
  height: auto;
}
section#dvd_info .dvd_detail .dvd_cover a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  border-bottom: #e5e5e5 solid 1px;
  background-color: rgba(233, 233, 233, 0.42);
  font-weight: 500;
  font-size: 15px;
}
section#dvd_info .dvd_detail .dvd_cover a .material-icons-outlined {
  padding: 0 10px 0 0;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_cover a {
    height: 70px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_cover a {
    margin: 0 auto;
    width: 200px;
    height: 52px;
    border: #e5e5e5 solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_cover a {
    margin: 0 30px;
    width: auto;
    height: 48px;
  }
}
section#dvd_info .dvd_detail .dvd_cover .type {
  padding: 40px 50px 20px;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_cover .type {
    padding: 40px 30px 20px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_cover .type {
    display: none;
  }
}
section#dvd_info .dvd_detail .dvd_cover .type ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#dvd_info .dvd_detail .dvd_cover .type ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  padding: 0 20px;
  height: 40px;
  border: #e5e5e5 solid 1px;
  font-weight: 700;
  font-size: 15px;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_cover .type ul li {
    height: 34px;
    font-size: 14px;
  }
}
section#dvd_info .dvd_detail .dvd_cover p.vod {
  margin: 0;
  padding: 0 50px;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_cover p.vod {
    padding: 0 30px;
  }
}
section#dvd_info .dvd_detail .dvd_cover p.vod span {
  font-size: 13px;
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_cover p.vod {
    display: none;
  }
}
section#dvd_info .dvd_detail .dvd_cover .new {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 95px;
  height: 95px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_cover .new {
    top: 0;
    left: 0;
  }
}
section#dvd_info .dvd_detail .dvd_cover .new::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0;
  width: 0;
  height: 0;
  height: 0;
  border-width: 95px 95px 0 0;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  content: "";
}
section#dvd_info .dvd_detail .dvd_cover .new span {
  position: absolute;
  top: 25px;
  left: 17px;
  z-index: 5;
  color: #ffffff;
  transform: rotate(-45deg);
}
section#dvd_info .dvd_detail .dvd_information {
  position: relative;
  margin: 0;
  padding: 0;
  width: calc(100% - 500px);
  border-left: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information {
    width: calc(100% - 350px);
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information {
    width: auto;
  }
}
section#dvd_info .dvd_detail .dvd_information h1 {
  position: relative;
  margin: 0;
  padding: 40px 50px;
  border-bottom: #e5e5e5 solid 1px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4em;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information h1 {
    padding: 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information h1 {
    padding: 30px 50px;
    letter-spacing: 2px;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information h1 {
    padding: 20px 30px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 18px;
  }
}
section#dvd_info .dvd_detail .dvd_information h1::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information h1::before {
    width: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information h1::before {
    display: none;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_description {
  margin: 0;
  padding: 50px;
  border-bottom: #e5e5e5 solid 1px;
  background-color: rgba(233, 233, 233, 0.42);
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_description {
    padding: 50px 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_description {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_description {
    padding: 30px;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_description p.dvd_description__read {
  margin: 0 0 20px;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8em;
}
section#dvd_info .dvd_detail .dvd_information .dvd_description p.dvd_synopsis {
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7em;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_description p.dvd_synopsis {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_description p.dvd_synopsis br {
    display: none;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 0 50px;
  height: 90px;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart {
    padding: 0 0 0 40px;
    height: 66px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart {
    padding: 0 0 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart {
    display: block;
    padding: 30px;
    height: auto;
    text-align: center;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_cart .price {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price {
    font-size: 30px;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span {
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media print, screen and (max-width: 1350px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span {
    padding: 0;
  }
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span {
    padding: 0 0 0 10px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span {
    padding: 0;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span.en {
  margin: 0;
  padding: 0 20px 0 0;
  font-weight: 600;
  font-size: 18px;
}
@media print, screen and (max-width: 1350px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span.en {
    padding: 0 7px 0 0;
  }
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span.en {
    padding: 0 3px 0 0;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .price span.relase {
    display: block;
    text-align: center;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_cart .cart_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 90px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}
section#dvd_info .dvd_detail .dvd_information .dvd_cart .cart_btn a span {
  padding: 0 10px 0 0;
  font-size: 20px;
}
@media print, screen and (max-width: 1350px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .cart_btn a {
    width: 200px;
  }
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .cart_btn a {
    width: 153px;
    height: 66px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .cart_btn a {
    width: 215px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_cart .cart_btn a {
    margin: 25px 0 0;
    width: auto;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_story {
  margin: 0;
  padding: 50px;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_story {
    padding: 50px 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_story {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_story {
    padding: 50px 30px;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_story h2 {
  margin: 0 0 30px;
  padding: 0;
  line-height: 0;
}
section#dvd_info .dvd_detail .dvd_information .dvd_story p {
  margin: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_story p {
    font-size: 14px;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_staff {
  margin: 0;
  padding: 0;
}
section#dvd_info .dvd_detail .dvd_information .dvd_staff dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  border-bottom: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_staff dl {
    display: block;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_staff dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 30px 50px;
  width: 200px;
  line-height: 0;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_staff dl dt {
    padding: 30px 40px;
    width: 185px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_staff dl dt {
    justify-content: flex-start;
    padding: 30px 30px;
    width: auto;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_staff dl dt h3 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
section#dvd_info .dvd_detail .dvd_information .dvd_staff dl dd {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 0;
  padding: 30px 50px;
  width: calc(100% - 200px);
  border-left: #e5e5e5 solid 1px;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_staff dl dd {
    padding: 30px 40px;
    width: calc(100% - 185px);
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_staff dl dd {
    padding: 0 30px 30px;
    width: auto;
    border-left: none;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_spec {
  margin: 0;
  padding: 50px;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_spec {
    padding: 50px 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_spec {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_spec {
    padding: 30px;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_spec ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_spec ul {
    display: block;
  }
}
section#dvd_info .dvd_detail .dvd_information .dvd_spec ul li {
  margin: 0 2% 0 0;
  padding: 0;
  width: 32%;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
section#dvd_info .dvd_detail .dvd_information .dvd_spec ul li:nth-child(3n) {
  margin: 0;
}
@media print, screen and (max-width: 1259px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_spec ul li {
    width: 49%;
  }
  section#dvd_info .dvd_detail .dvd_information .dvd_spec ul li:nth-child(3n) {
    margin: 0 2% 0 0;
  }
  section#dvd_info .dvd_detail .dvd_information .dvd_spec ul li:nth-child(2n) {
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .dvd_spec ul li {
    margin: 0;
    width: auto;
  }
  section#dvd_info .dvd_detail .dvd_information .dvd_spec ul li:nth-child(3n) {
    margin: 0;
  }
}
section#dvd_info .dvd_detail .dvd_information .type {
  display: none;
  margin: 0;
  padding: 50px 50px 20px;
  border-top: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information .type {
    padding: 30px 30px 20px;
  }
}
section#dvd_info .dvd_detail .dvd_information .type.sp {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information .type.sp {
    display: block;
  }
}
section#dvd_info .dvd_detail .dvd_information .type ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#dvd_info .dvd_detail .dvd_information .type ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  padding: 0 20px;
  height: 34px;
  border: #e5e5e5 solid 1px;
  font-weight: 700;
  font-size: 14px;
}
section#dvd_info .dvd_detail .dvd_information p.vod {
  margin: 0;
  padding: 0 50px 50px;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 767px) {
  section#dvd_info .dvd_detail .dvd_information p.vod {
    padding: 0 30px 30px;
  }
}
section#dvd_info .dvd_detail .dvd_information p.vod span {
  font-size: 12px;
}
section#dvd_info .dvd_detail .dvd_information p.vod.sp {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  section#dvd_info .dvd_detail .dvd_information p.vod.sp {
    display: block;
  }
}

/* Youtube modal */
.ed-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

div#modalOverlay {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ed-closeModal {
  position: absolute;
  top: -63px;
  right: -50px;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  cursor: pointer;
}
@media print, screen and (max-width: 1023px) {
  .ed-closeModal {
    right: -2px;
  }
}
@media print, screen and (max-width: 767px) {
  .ed-closeModal {
    top: -48px;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
.ed-closeModal::before, .ed-closeModal::after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #ffffff;
  content: "";
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
@media print, screen and (max-width: 767px) {
  .ed-closeModal::before, .ed-closeModal::after {
    width: 40px;
  }
}
.ed-closeModal::before {
  left: 0;
}
.ed-closeModal::after {
  right: 0;
  transform: rotate(-45deg);
}

.modalContent {
  position: absolute;
  top: 80px;
  right: 80px;
  bottom: 80px;
  left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media print, screen and (max-width: 1023px) {
  .modalContent {
    right: 50px;
    left: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .modalContent {
    top: 60px;
    right: 20px;
    bottom: 60px;
    left: 20px;
  }
}

.video {
  position: relative;
  width: 100%;
  -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
          animation: fadeIn 1.2s ease 0s 1 normal;
}
.video iframe {
  max-width: calc(100vw - 160px);
  max-height: calc(100vh - 160px);
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 1023px) {
  .video iframe {
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
  }
}
@media print, screen and (max-width: 767px) {
  .video iframe {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 120px);
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*******top*******/
section#company {
  margin: 0;
  padding: 0;
}
section#company .company_outline {
  margin: 0 auto;
  padding: 80px 80px 90px;
  max-width: 850px;
}
@media print, screen and (max-width: 1023px) {
  section#company .company_outline {
    padding: 80px 50px 70px;
  }
}
@media print, screen and (max-width: 767px) {
  section#company .company_outline {
    padding: 50px 30px 70px;
  }
}
section#company .company_outline h1 {
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 26px;
}
@media print, screen and (max-width: 1023px) {
  section#company .company_outline h1 {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  section#company .company_outline h1 {
    letter-spacing: 2px;
    font-size: 20px;
  }
}
section#company .company_outline p {
  padding: 0;
  line-height: 2em;
}
section#company .company_outline p.en {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  section#company .company_outline p.en {
    margin: 0 0 26px;
  }
}
section#company .company_outline dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: #e5e5e5 solid 1px;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 1199px) {
  section#company .company_outline dl {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 2em;
  }
}
@media print, screen and (max-width: 767px) {
  section#company .company_outline dl {
    display: block;
  }
}
section#company .company_outline dl.end {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
section#company .company_outline dl dt {
  margin: 0;
  padding: 0;
  width: 200px;
}
@media print, screen and (max-width: 1023px) {
  section#company .company_outline dl dt {
    width: 150px;
  }
}
@media print, screen and (max-width: 767px) {
  section#company .company_outline dl dt {
    width: 100%;
    font-weight: 700;
    font-size: 12px;
  }
  section#company .company_outline dl dt::before {
    content: "■ ";
  }
}
section#company .company_outline dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 200px);
}
@media print, screen and (max-width: 1023px) {
  section#company .company_outline dl dd {
    width: calc(100% - 150px);
  }
}
@media print, screen and (max-width: 767px) {
  section#company .company_outline dl dd {
    width: 100%;
  }
}
section#company .company_outline dl dd a {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  section#company .company_outline dl dd a {
    position: absolute;
    top: 0;
    right: 0;
  }
}
section#company .map {
  border-top: #e5e5e5 solid 1px;
  line-height: 0;
}
section#company .map iframe {
  width: 100%;
  height: 460px;
  border: none;
  filter: grayscale(100%);
}
@media print, screen and (max-width: 1023px) {
  section#company .map iframe {
    height: 380px;
  }
}

/*******top*******/
section#privacy {
  margin: 0;
  padding: 0;
}
section#privacy .privacy_policy {
  margin: 0 auto;
  padding: 80px 80px 70px;
  max-width: 850px;
  border-right: #e5e5e5 solid 1px;
  border-left: #e5e5e5 solid 1px;
}
@media print, screen and (max-width: 1023px) {
  section#privacy .privacy_policy {
    padding: 80px 50px 70px;
  }
}
@media print, screen and (max-width: 767px) {
  section#privacy .privacy_policy {
    padding: 50px 30px 70px;
  }
}
section#privacy .privacy_policy h1 {
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 26px;
}
@media print, screen and (max-width: 1023px) {
  section#privacy .privacy_policy h1 {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  section#privacy .privacy_policy h1 {
    letter-spacing: 2px;
    font-size: 20px;
  }
}
section#privacy .privacy_policy .privacy_policy__subject {
  margin: 0 0 10px;
  padding: 40px 0 0;
  font-weight: 500;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  section#privacy .privacy_policy .privacy_policy__subject {
    font-size: 16px;
  }
}
section#privacy .privacy_policy p {
  margin: 0 0 10px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
section#privacy .privacy_policy p.en {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
}
section#privacy .privacy_policy .address {
  margin: 0 0 10px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
section#privacy .privacy_policy ul {
  margin: 0 0 20px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
section#privacy .privacy_policy ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
}
section#privacy .privacy_policy ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}

/*******top*******/
section#contact {
  margin: 0;
  padding: 0;
}
section#contact .contact {
  margin: 0 auto;
  padding: 80px 80px 70px;
  max-width: 850px;
}
@media print, screen and (max-width: 1023px) {
  section#contact .contact {
    padding: 80px 50px 70px;
  }
}
@media print, screen and (max-width: 767px) {
  section#contact .contact {
    padding: 50px 30px 70px;
  }
}
section#contact .contact h1 {
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 26px;
}
@media print, screen and (max-width: 1023px) {
  section#contact .contact h1 {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  section#contact .contact h1 {
    letter-spacing: 2px;
    font-size: 20px;
  }
}
section#contact .contact p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  line-height: 2em;
}
section#contact .contact p.en {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  section#contact .contact p.en {
    margin: 0 0 26px;
  }
}
section#contact .contact p.read {
  font-size: 14px;
}
section#contact .contact p.note {
  font-size: 12px;
}
section#contact .contact p.confirm {
  display: none;
}
@media print, screen and (max-width: 767px) {
  section#contact .contact p br {
    display: none;
  }
}
section#contact .contact .form_block {
  margin: 0;
  padding: 50px 0 0;
}
section#contact .contact .form_block dl {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: #e5e5e5 solid 1px;
}
section#contact .contact .form_block dl dt {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
}
section#contact .contact .form_block dl dt::before {
  content: "■ ";
}
section#contact .contact .form_block dl dt span {
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 28px;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
section#contact .contact .form_block dl dd {
  position: relative;
  margin: 0;
  padding: 0;
}
section#contact .contact .form_block dl dd p {
  margin: 0 0 20px;
  text-align: justify;
  font-size: 13px;
  line-height: 1.8em;
}
section#contact .contact .form_block dl dd p.mini {
  margin: 0;
  font-size: 12px;
}
section#contact .contact .form_block dl dd .img {
  position: relative;
  margin: 0 0 10px;
  border: #e0e0e0 solid 1px;
  border-radius: 0;
  background-color: #ffffff;
}
section#contact .contact .form_block dl dd .img .mwform-file-delete {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
section#contact .contact .form_block dl dd .img .mw-wp-form_image {
  padding: 5px;
  line-height: 0;
}
section#contact .contact .form_block dl dd .img .mw-wp-form_image img {
  width: auto;
  height: 100px;
}
section#contact .contact .form_block dl dd .error {
  position: absolute;
  top: inherit;
  bottom: -8px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  padding: 0 10px;
  height: 20px;
  height: 20px;
  background: #f87575;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
section#contact .contact .mw_wp_form_confirm p.read {
  display: none;
}
section#contact .contact .mw_wp_form_confirm p.note {
  display: none;
}
section#contact .contact .mw_wp_form_confirm p.confirm {
  display: block;
}
section#contact .contact .mw_wp_form_confirm .form_block dl dt span {
  display: none;
}
section#contact .contact .mw_wp_form_confirm .form_block dl dd p {
  display: none;
}
section#contact .contact .mw_wp_form_confirm .form_block dl dd.photos {
  display: flex;
}
section#contact .contact .mw_wp_form_confirm .form_block dl dd.photos .img {
  margin: 0 5px 0 0;
}
section#contact .contact .complete {
  margin: 0;
  padding: 0;
}
section#contact .contact .complete h3 {
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}
section#contact .contact .complete p.read {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
section#contact .contact .complete .topback a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #363636;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 60px;
  -webkit-appearance: none;
}

/*******top*******/
section#screening {
  margin: 0;
  padding: 0;
}
section#screening .screening {
  margin: 0 auto;
  padding: 80px 80px 70px;
  max-width: 850px;
}
@media print, screen and (max-width: 1023px) {
  section#screening .screening {
    padding: 80px 50px 70px;
  }
}
@media print, screen and (max-width: 767px) {
  section#screening .screening {
    padding: 50px 30px 70px;
  }
}
section#screening .screening h1 {
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 26px;
}
@media print, screen and (max-width: 1023px) {
  section#screening .screening h1 {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  section#screening .screening h1 {
    letter-spacing: 2px;
    font-size: 20px;
  }
}
section#screening .screening p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  line-height: 2em;
}
section#screening .screening p.read {
  font-size: 14px;
}
section#screening .screening p.note {
  font-size: 12px;
}
section#screening .screening p.confirm {
  display: none;
}
@media print, screen and (max-width: 767px) {
  section#screening .screening p br {
    display: none;
  }
}
section#screening .screening .form_block {
  margin: 0;
  padding: 50px 0 0;
}
section#screening .screening .form_block dl {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: #e5e5e5 solid 1px;
}
section#screening .screening .form_block dl dt {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
}
section#screening .screening .form_block dl dt::before {
  content: "■ ";
}
section#screening .screening .form_block dl dt span {
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 28px;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
section#screening .screening .form_block dl dd {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section#screening .screening .form_block dl dd p {
  margin: 20px 0 0;
  text-align: justify;
  font-size: 13px;
  line-height: 1.8em;
}
section#screening .screening .form_block dl dd p.mini {
  margin: 0;
  font-size: 12px;
}
section#screening .screening .form_block dl dd .img {
  position: relative;
  margin: 0 0 10px;
  border: #e0e0e0 solid 1px;
  border-radius: 0;
  background-color: #ffffff;
}
section#screening .screening .form_block dl dd .img .mwform-file-delete {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
section#screening .screening .form_block dl dd .img .mw-wp-form_image {
  padding: 5px;
  line-height: 0;
}
section#screening .screening .form_block dl dd .img .mw-wp-form_image img {
  width: auto;
  height: 100px;
}
section#screening .screening .form_block dl dd .error {
  position: absolute;
  top: inherit;
  bottom: -8px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  padding: 0 10px;
  height: 20px;
  height: 20px;
  background: #f87575;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
section#screening .screening .form_block dl dd select {
  width: 190px;
}
@media print, screen and (max-width: 767px) {
  section#screening .screening .form_block dl dd select {
    width: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  section#screening .screening .form_block dl dd select.quotation {
    width: 100%;
  }
}
section#screening .screening .form_block dl dd .short {
  width: 190px;
}
@media print, screen and (max-width: 767px) {
  section#screening .screening .form_block dl dd .short {
    width: 100px;
  }
}
section#screening .screening .mw_wp_form_confirm p.read {
  display: none;
}
section#screening .screening .mw_wp_form_confirm p.note {
  display: none;
}
section#screening .screening .mw_wp_form_confirm p.confirm {
  display: block;
}
section#screening .screening .mw_wp_form_confirm .form_block dl dt span {
  display: none;
}
section#screening .screening .mw_wp_form_confirm .form_block dl dd p {
  display: none;
}
section#screening .screening .mw_wp_form_confirm .form_block dl dd.photos {
  display: flex;
}
section#screening .screening .mw_wp_form_confirm .form_block dl dd.photos .img {
  margin: 0 5px 0 0;
}
section#screening .screening .complete {
  margin: 0;
  padding: 0;
}
section#screening .screening .complete h3 {
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}
section#screening .screening .complete p.read {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
section#screening .screening .complete .topback a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #363636;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 60px;
  -webkit-appearance: none;
}
/*# sourceMappingURL=style.css.map */