/* -----------------------------
   ======== shisan-ken =========
   ----------------------------- */
#header_simple {
  min-height: 50px;
}
.group-header {
  border-bottom: none;
}
.mod-multi-col > .row > .col {
  margin-left: 28px;
}
.mr {
  margin-right: 27px;
}
.nowrap {
  white-space: nowrap;
}
.mod-hr-red {
  margin: 15px 0;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #FF0000;
}
.col .mod-title-lv1-btn.mod-radius-btn {
  width: 115px !important;
}
.mod-media-body-border {
  border: 1px solid #000000;
  padding: 10px;
}
.valign-baseline {
  vertical-align: baseline;
}
.mod-gradient-btn:hover {
  background-image: none !important;
}
.mod-gradient-btn.standalone:hover {
  color: #ffffff !important;
  background-color: #e90000 !important;
}
.mod-gradient-btn.standalone.red-text{
  color: #ff0000 !important;
}
.mod-gradient-btn.standalone.red-text:hover {
  color: #ffffff !important;
  background-color: #e90000 !important;
}
.mod-gradient-btn.standalone.arrow:hover::after {
  background: url(../../../assets/img/parts/icon_arrow_07.png) no-repeat !important;
}
.mod-gradient-btn.standalone > .mod-btn-inner {
  border: none !important;
}
.p-border {
  border: 1px solid #ccd0d9;
}
.single-col .mod-multi-col.cols-4 > .row > .col {
  width: 192px !important;
}
.mod-multi-col.cols-4 > .row > .col {
  margin-left: 0px;
}
.mod-multi-col.cols-4 .mod-btn-inner {
  height: 62px !important;
}
.is-current {
  background-color: #e90000 !important;
  color: white !important;
  background-image: none;
}
.p-border-left {
  border-left: none !important;
}
.single-col .carousel_items {
  height: 210px !important;
}
/* news-guide */
.mod-souzoku-news-guide dt{
  margin: 10px 0 5px 10px;
  width: 120px;
}
.mod-souzoku-news-guide dd{
  margin: 10px 10px 5px 0;
}
.mod-souzoku-news-guide dd a.pdf{
  margin-left: 10px;
}

/* movie */
.movie-wrap{
  width: 70%;
}
.movie-wrap .iframeWrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap .iframeWrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie-box-col3 {
  display: flex;
  column-gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.movie-box-col3_item {
  flex: 1;
}
.movie-box_movie-container {
  aspect-ratio: 400 / 225;
  width: 100%;
  overflow: hidden;
}
.movie-box-col3_item .movie-box_movie-container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* movie */
  .movie-box-col3 {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .movie-box-col3_item {
    width: 100%;
  }
}

@media screen and (min-width: 406px) {
  .visible-br {
    display: none !important;
  }
}

@media screen and (max-width: 405px) {
  .visible-br {
    display: block !important;
  }
  .hidden-space {
    display: none !important;
  }
}

@media screen and (max-width: 737px) {
  .pull-left {
    float: none !important;
  }
  .s-align-center {
    text-align: center !important;
  }
  .s-pl0 {
    padding-left: 0 !important;
  }
  .group-header.simple {
    height: 54px;
  }
  .group-header .id-area {
    min-height: 54px;
  }
  .mod-multi-col > .row > .col {
    margin-left: 0px;
  }
  .single-col .mod-multi-col.cols-4.xs-cols-2 > .row > .col, .single-col .mod-multi-col.cols-4.xs-cols-2 > .row .col:first-child {
    width: calc(100% / 2) !important;
    margin-bottom: 0px;
  }
  .p-border-top-xs {
    border-top: none;
  }
  .p-border-bottom-xs {
    border-bottom: none;
  }
  .p-border-right-xs {
    border-right: none;
  }
  .p-border-left-xs {
    border-left: 1px solid #ccd0d9 !important;
  }
   /* news-guide */
  .mod-souzoku-news-guide dd{
    padding-left: 8px;
  }
  .movie-wrap{
    width:100%;
  }
}
@media screen and (max-width: 320px) {
  .mod-souzoku-news-guide dd {
    padding-left: 0;
  }
}