@charset "utf-8";
/**@file
 * movie.css プロインタビュー定義
 * Copyright (C)2024 nobitel inc..
 */

h1.ttl {
  font-family: "ゴシックMB101 DB JIS2004 AP" !important;
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 414px) {
  h1.ttl {
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
}

h2.ttl {
    font-family: "ゴシックMB101 DB JIS2004 AP" !important;
}

h2.ttl._2 {
    font-size: 18px;
}

#movie {
    overflow: hidden;
    padding-bottom: 100px;
    color: #333;
}

.douyu_tite_underbar {
    border-bottom: 1px solid #c9c9c9;
    width: 90%;
}

#block1 {
    padding: 0;
}

#movie .info {
    text-align: center;
    margin-bottom: 40px;
}

#moviebanner {
    padding: 0 15px;
    display: flex;
}

#moviebanner img {
    position: relative;
    top: 10px;
    width: 100%;
    max-width: 500px;
}

.img0731_left {
    left: 60px;
}

.img0731_right {
    right: 75px;
}

#movie .pro {
    overflow: hidden;
    margin-bottom: 40px;
}

#movie .pro._1 {
    border-bottom: 1px solid #c9c9c9;
}

#movie .pro li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
}

#movie .pro li:last-child {
    border: none;
}

#movie .pro.dispatch li {
    border-bottom: none;
}

#movie .pro a {
    color: #595959;
}

#movie .pro img {
    width: 100%;
}

#movie .pro .ttl {
    float: left;
    width: 65%;
    padding: 15px 0 0 5px;
}

#movie .pro .ttl h2 {
    padding-bottom: 8px;
    margin: 0;
    width: 40px;
    font-size: 12px;
    white-space: nowrap;
    color: #959595;
    border-bottom: 1px solid #8f8f8f;
}

#movie .pro .ttl p {
    padding-top: 15px;
    font-size: 14px;
    border-top: 1px solid #c9c9c9;
    white-space: nowrap;
}

#movie .pro .bt {
    float: right;
    width: 35%;
    text-align: right;
    padding: 27px 0px 0 0;
}

#movie .pro .bt img {
    width: 30px;
    margin-right: 8px;
}

#movie .pro .bt .more {
    padding: 10px;
    border: 1px solid #959595;
}

#movie .shop {
    margin-top: 40px;
}
#movie .trainer {
    margin-top: 40px;
    margin-bottom: 96px;
}


#movie .shop h3 {
    margin: 15px 0 -10px;
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
}

#movie-pro {
    overflow: hidden;
    background: #fff;
    padding-bottom: 40px;
}

/* #movie-pro #block1 {
    margin-top: 40px;
} */

#movie-pro #block1 .inner {
    padding: 0 20px;
}

#movie-pro #block1 .inner.bb {
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
}

#movie-pro #block1 img {
    width: 100%;
}

#movie-pro #block1 p.info {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
}

#movie-pro #block1 table.info {
    width: 100%;
    margin-bottom: 20px;
}

#movie-pro #block1 table.info th,
#movie-pro #block1 table.info td {
    padding: 10px;
    border-bottom: 1px solid #c9c9c9;
}

#movie-pro #block1 table.info td.ttl {
    width: 20%;
}

#movie-pro #block1 h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: "ゴシックMB101 DB JIS2004 AP" !important;
    line-height: 1.4em;
    margin-bottom: 20px;
}

#movie-pro #block1 p {
    margin-bottom: 40px;
}

#movie-pro #block1 .profile {
    padding: 20px;
    background: #eee;
}

#movie-pro #block1 .profile p {
    margin-bottom: 0;
}

#movie-pro #block1 .profile h2.ttl {
    margin: 0 0 20px;
}

#movie-pro #block1 .profile img {
    margin-bottom: 20px;
}

.bx-controls-direction {
    display: none;
}

#movie-pro #block1 .stretchpartner {
    padding: 0 20px;
}

#movie-pro #block1 .stretchpartner p {
    margin: 40px 0 0 0;
}

li.rss-item {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

li.rss-item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

a.rss-item {
    font-weight: 600;
}

#footer_ban {
    background-color: #202020;
    padding: 10px;
    width: 100%;
    margin: 0 auto 0 auto;
    clear: both;
    overflow: hidden;
}

.ft_ban_list {
    width: 533px;
    margin: 0 auto 0 auto;
}

.ft_ban_list li {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


/* リストをgridに切り替え */
.grid,
.grid-4col {
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 40px;
    font-family: "ゴシックMB101 DB JIS2004 AP";
}
.grid-4col {
    margin-top: 40px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .grid {
        margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 25px;
    }
    .trainer .grid {
        row-gap: 64px;
    }
    .shop .grid {
        max-width: 904px;
    }

    .grid-4col {
        margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 25px;
    }
}


.grid img,
.grid-4col img {
    width: 100%;
}
.grid p,
.grid-4col p {
    margin: auto;
}

.grid a,
.grid-4col a {
    color: #959595;
}

.grid .ttl,
.grid-4col .ttl {
    width: 100%;
}
.grid .ttl-1col,
.grid-4col .ttl-1col {
    display: flex;
    justify-content: space-between;
}

.grid .ttl-2col,
.grid-4col .ttl-2col {
    display: grid;
    grid-template-columns: 1fr 100px;
    margin-top: 20px;
}

.grid h2,
.grid-4col h2 {
    padding-bottom: 10px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.35;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .grid .ttl-2col h2,
    .grid-4col .ttl-2col h2 {
        font-family: "ゴシックMB101 R JIS2004 AP";
        font-size: 14px;
    }

    .grid .ttl p,
    .grid-4col .ttl p {
        font-size: 14px;
    }
}

.border-1color {
    border-bottom: 1px solid #c9c9c9;
}
.border-2color {
    position: relative;
    border-bottom: 1px solid #c9c9c9;
}
.border-2color::before {
    position: absolute;
    content: '';
    bottom: -1px;
    width: 40px;
    height: 2px;
    background: #8f8f8f;

}
.more {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #959595;
    font-family: "ゴシックMB101 R JIS2004 AP";
}


/* .slideShow
------------------------- */
.slideShow {
    margin: 0 auto;
    text-align: left;
    display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slideShow .mainView ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideShow .mainView ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.slideShow .mainView ul li img {
    width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.slideShow .thumbNail ul {
    width: 111%;
    margin: 0 -1%;
}

.slideShow .thumbNail ul li {
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
    width: 18% !important;
    margin: 0 1px;
}

.slideShow .thumbNail ul li img {
    width: 100%;
}

.slideShow .thumbNail ul li.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
    top: 0;
    width: 10%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.slideShow .mainView .btnPrev {
    left: 0;
    background: url(../img/bx_back.png) no-repeat center center;
}

.slideShow .mainView .btnNext {
    right: 0;
    background: url(../img/bx_next.png) no-repeat center center;
}

/* =======================================
    ClearFixElements
======================================= */
.slideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.slideShow ul {
    display: inline-block;
    overflow: hidden;
}

div.slider {
    width: 620px;
    display: block;
    margin: 40px auto;
}

ul.bxslider01 li {
    display: block;
    width: 620px;
    height: 400px;
}

ul.bxslider01 li img {
    display: block;
    width: 620px;
    height: auto;
}

ul.bxslider02 li a {
    display: block;
    width: 100px;
    height: 60px;
}

ul.bxslider02 li a img {
    display: block;
    width: 100px;
    height: auto;
}

div.controlWrap {
    width: 620px;
    display: block;
    position: relative;
    margin: 0 auto;
}

div.controlWrap p#PrevIcon a {
    display: block;
    width: 13px;
    height: 19px;
    position: absolute;
    background: url(../img/btn_prev.png) left center no-repeat;
    color: #fff;
    top: 20px;
    left: 20px;
    text-indent: -9999px;
}

div.controlWrap p#NextIcon a {
    /*矢印画像（次へ）*/
    display: block;
    width: 13px;
    height: 19px;
    position: absolute;
    background: url(../img/btn_next.png) left center no-repeat;
    color: #fff;
    top: 20px;
    right: 20px;
    text-indent: -9999px;
}


/* F.C. TOKYO */
.mb-20 {
    margin-bottom: 20px;
}
.mt-80,
h2.ttl.mt-80 {
    margin-top: 80px;
}

.matusi_wrapper {
    display: flex;
    justify-content: space-evenly;
}
.maruyama_wrapper {
    display: flex;
    justify-content: center;
}

.matusi_wrapper .ground_trainner,
.maruyama_wrapper .ground_trainner {
    margin-top: 10px;
    text-align: center;
}

.matusi_wrapper .ground_trainner span,
.maruyama_wrapper .ground_trainner span{
    display: block;
    margin-top: 5px;
}

@media (min-width: 0) {
    #block1 .container {
        padding: 0;
    }

    #movie-pro #block1 .container {
        margin: 0 auto;
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    #movie .pro li {
        border-bottom: none;
    }

    #movie .pro.dispatch li {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    #movie .pro._1 {
        border-bottom: 1px solid #c9c9c9;
        display: flex;
    }
}

@media (min-width: 320px) {
    #movie .pro .bt .more {
        padding: 5px;
        border: 1px solid #959595;
    }

    .info {
        padding: 0 20px;
        font-size: 13px;
    }
}

@media screen and (max-width: 414px) {
    .matusi_wrapper {
        display: block;
        max-width: 100%;
        padding: 15px 15px 0px;
    }

    .gt_img {
        margin-bottom: 15px !important;
        padding-inline: 25px;
    }

    #moviebanner {
        padding: 0 15px;
        display: block;
    }

    .img0731_left {
        left: 0px;
    }

    .img0731_right {
        right: 0px;
    }
}

.fc_tokyo_profile {
    display: flex;
    flex-wrap: wrap;
}
.fc_tokyo_profile .fc_tokyo_profile_l {
    width: 30%;
    font-weight: bold;
    font-family: "ゴシックMB101 DB JIS2004 AP" !important;
}
.fc_tokyo_profile .fc_tokyo_profile_r {
    width: 70%;
}

@media screen and (min-width: 415px) {
    .fc_tokyo_profile .fc_tokyo_profile_l,
    .fc_tokyo_profile .fc_tokyo_profile_r{
        border-bottom: 1px solid #c9c9c9;
        padding: 10px;
    }
    .fc_tokyo_profile .fc_tokyo_profile_l.grline,
    .fc_tokyo_profile .fc_tokyo_profile_r.grline  {
        border-top: 1px solid #c9c9c9;
        margin-top: 10px;
    }
}
@media screen and (max-width: 414px) {
    .fc_tokyo_profile {
        flex-direction: column;
    }
    .fc_tokyo_profile .fc_tokyo_profile_l,
    .fc_tokyo_profile .fc_tokyo_profile_r{
        width: 100%;
        padding-inline: 10px;
    }
    .fc_tokyo_profile .fc_tokyo_profile_l {
        padding-top: 10px;
        padding-bottom: 3px;
        font-size: 12px;
    }
    .fc_tokyo_profile .fc_tokyo_profile_l.grline {
        border-top: 1px solid #c9c9c9;
        margin-top: 10px;
    }
    .fc_tokyo_profile .fc_tokyo_profile_r {
        text-indent: 1.5rem;
        padding-bottom: 10px;
        border-bottom: 1px solid #c9c9c9;
    }
}

.fc_tokyo_name {
    font-weight: bold;
    font-family: "ゴシックMB101 DB JIS2004 AP" !important;
}

.hr {
    border-top: 1px solid #c9c9c9;
    width: 80%;
    margin: 80px auto 50px;
}
@media screen and (max-width: 414px) {
    .hr {
        width: 95%;
        margin: 50px auto 30px;
    }
}

#movie-pro #block1 .fc_tokyo_yt,
#movie-pro #block1 .yokohama_fc_yt {
    text-align: center;
    /* margin-top: 80px; */
    margin-bottom: 50px;
}
#movie-pro #block1 .fc_tokyo_yt h3,
#movie-pro #block1 .yokohama_fc_yt h3 {
    font-size: 18px;
}

#movie-pro #block1 .fc_tokyo_yt_wrapper,
#movie-pro #block1 .yokohama_fc_yt_wrapper {
    position: relative;
}
#movie-pro #block1 .fc_tokyo_yt_wrapper:before,
#movie-pro #block1 .yokohama_fc_yt_wrapper:before {
    content: url(/../../img/customers/btn-video_play.svg);
    width: 80px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25px, -25px);
    opacity: .9;
    pointer-events: none;
}