@charset "UTF-8";
/* CSS Document */
@media all and (min-width: 350px) {
  .icon-s div {
    line-height: 1.2em;
  }
  ul.fix_header a img {
    width: 140px;
    margin-top: -5px;
  }
  .nav-overlay__list a img {
    width: 180px;
    height: auto;
  }
  dl.scroll {
    margin-top: 5px;
  }
  .icon-s {
    display: flex;
    font-size: 18px;
    margin-bottom: 7px;
    align-items: top;
  }
  .contact-detail {
    text-align: center;
    margin-top: 120px;
  }
  .contact-detail .inline-image1 {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tel-contact {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .tel-contact a {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h2 {
    font-family: Gothic Medium BBB;
    font-size: 20px;
    line-height: 25px;
    margin-top: 12px;
    margin-bottom: 30px;
  }
  .wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .news_detail, {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    flex: 1;
  }
  .contact-detail {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .footer {
    margin-top: auto;
  }
  .news_detail {
    margin-top: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
  .flex1, .flex2-1-1, .flex2-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .pagetop-btn {
    position: fixed;
    width: 52px;
    height: 52px;
    border: solid 1px #1bcfd3;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .pagetop-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #1bcfd3;
    border-top: 2px solid #1bcfd3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%) rotate(45deg);
  }
  .pagetop-btn.visible {
    opacity: 1;
    transform: translateY(0);
  }
  div.vid_contents {
    width: 100%; /*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
  }
  video.vid_main {
    width: 100%;
    max-width: 920px; /*PC版での最大幅*/
  }
  html {
    scroll-behavior: smooth;
  }
  :target {
    scroll-margin-top: var(--headerHeight, 80px); /* ヘッダーの高さ分の余白を確保 */
  }
  .my-audio-player {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 0px;
  }
  .logo_s {
    width: 120px;
  }
  .logo_s img {
    width: 100%;
    height: auto;
  }
  header {
    width: 100%;
  }
  .header-navFixed {
    background-image: url(../img/6452.jpg);
    position: fixed;
    top: -300px;
    transition: top .5s;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000;
  }
  .header-navFixed2 {
    background-image: url(../img/6452.jpg);
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000;
  }
  .flex4 {
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
  #js-header.is-show {
    top: 0; /* 隠していたヘッダーを表示 */
  }
  .fix_header a {
    color: #fff;
    font-size: 14px;
  }
  .fix_header {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fix_header li {
    margin-left: 15px;
  }
  .cap {
    font-size: 12px;
  }
  .f-ad {
    font-size: 15px;
    line-height: 19px;
  }
  .logo_f {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    margin-bottom: 20px;
  }
  footer {
    margin-top: 80px;
    background-image: url(../img/6452.jpg);
    background-repeat: repeat;
    background-size: auto auto;
    background-position: 0% 0%;
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
  }
  .movie1 p {
    text-align: justify;
  }
  .play {
    width: 20px;
    margin-left: 10px;
  }
  .icon2 {
    width: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* 写真ギャラリー */
  .scroll-gallery {
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .scroll-track {
    display: flex;
    width: max-content;
    animation: scroll-left 70s linear infinite;
  }
  .scroll-gallery img {
    height: 200px; /* 高さは自由に調整可 */
    margin-right: 10px;
    flex-shrink: 0;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  /* ホバー時にアニメーション停止 */
  .scroll-gallery:hover .scroll-track {
    animation-play-state: paused;
  }
  .list1 li {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 25px;
    line-height: 1.6em;
    background: url(../img/check.svg) left 0px top 3px no-repeat;
    background-size: 20px auto;
  }
  .table1 {
    border: 2px solid #B4C2CC;
  }
  .table2 {
    border: 2px solid #ffffff;
    margin-top: 20px;
  }
  .table1 td {
    border: 2px solid #B4C2CC;
  }
  .table2 td {
    border: 2px solid #ffffff;
    display: block;
  }
  table .white {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  table .gray {
    background-color: #e1e1e1;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  table .gray2 {
    background-color: #b4c2cc;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  table .blue2 {
    background-color: #008ad1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  table button {
    color: #FFFFFF;
    background-color: #008ad1;
    margin-left: 5px;
    margin-right: 5px;
  }
  .fee_contents {
    width: 90%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .fee {
    background-color: #B4C2CC;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .contact2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact2 img {
    width: 100%;
  }
  .studio1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .icon {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 7px;
    align-items: center;
  }
  .icon1 {
    width: 35px;
    margin-right: 15px;
  }
  .blue {
    color: #008AD1;
  }
  .blue-title {
    font-size: 22px;
    color: #008AD1;
    margin-top: 40px;
  }
  .blue-title2 {
    font-size: 22px;
    line-height: 30px;
    color: #008AD1;
  }
  .blue-title3 {
    font-size: 22px;
    color: #008AD1;
    margin-top: 40px;
  }
  .flex2-1 {
    background-image: url(../img/accent3.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
  }
  .flex3 {
    display: flex;
    align-items: center;
  }
  .inline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
  }
  .inline2 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 50px;
  }
  .inline3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    text-align: left;
  }
  .s-title {
    font-size: 25px;
    margin-right: 10px;
  }
  .inline-image1 {
    width: 100px;
  }
  .inline-image2 {
    width: 125px;
  }
  .inline-image3 {
    width: 35px;
  }
  /*メニュー*/
  #globalMenu {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    overflow: hidden;
    transition: .4s;
  }
  #globalMenu.fixed {
    height: 130px;
    background: #efefef;
  }
  /*ヘッダー*/
  #header {
    background-image: url(../img/6452.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
  }
  h1 {
    font-size: 23px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 30px;
  }
  .lead {
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  .g-navi {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .g-navi li {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    width: 130px;
  }
  .contact {
    margin-top: 20px;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact img {
    width: 100%;
    height: auto;
  }
  /*お知らせ*/
  .info {
    background-color: #FFFFFF;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
    max-width: 900px;
    bottom: 0;
  }
  .info-t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .info-t li {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px;
  }
  .info-t img {
    width: 40px;
    height: auto;
  }
  .top-info-frame {
    margin-top: 10px;
    height: 100px;
    overflow: scroll;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .info dt {
    color: #008ad1;
    margin-bottom: 5px;
  }
  dd {
    margin-bottom: 10px;
  }
  /*スタジオ情報*/
  .movie_icon {
    width: 80px;
    margin-left: 0px;
  }
  .flex2 {
    margin-top: 100px;
  }
  .studio_i3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .access {
    background-color: #008ad1;
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 200px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    background-image: url(../img/people.svg);
    background-position: right 30px bottom 30px;
    background-size: 198px auto;
    background-repeat: no-repeat;
  }
  .access_contents {
    width: 90%;
    display: inline-block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .google_map {
    width: 240px;
    height: auto;
    margin-top: 30px;
  }
  .map {
    width: 100%;
    height: 300px;
  }
  .studio_p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .studio_p2 {
    width: 100%;
    margin-top: 40px;
  }
  .studio_p2 img {
    width: 100%;
  }
  .movie1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .movie1 img {
    width: 160px;
  }
  .radio_cm_list {
    margin-top: 40px;
    border: 1px solid #008AD1;
    padding: 20px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .radio_cm_list p {
    font-size: 13px;
    line-height: 19px;
  }
  .radio_cm_list div {
    display: block;
  }
  .radio_cm_list div {
    display: inline-block;
  }
}
@media all and (min-width: 500px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .radio_cm_list {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .radio_cm_list div {
    display: inline-block;
    width: 45%;
  }
}
@media all and (min-width: 800px) {
  .tel-contact {
    font-size: 50px;
  }
  .flex1, .flex2-1-1 {
    width: 100%;
  }
  .contact3 {
    width: 450px;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .logo_f {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .radio_cm_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .radio_cm_list div {
    display: inline-block;
    width: 25%;
  }
  .movie1 img {
    width: 250px;
  }
  .movie1 {
    width: 270px;
    margin-right: 50px;
  }
  .movie1 p {
    margin-top: 40px;
  }
  .movie2 {
    flex: 1;
  }
  table .blue2 {
    width: auto;
  }
  .table2 td {
    display: inline-flex;
  }
  .pc_r50 {
    margin-right: 50px;
  }
  .studio_p2 {
    width: 300px;
    margin-top: 0;
  }
  .inline3 {
    align-items: center;
    margin-top: 0px;
  }
  .map {
    width: 100%;
    height: 570px;
  }
  .icon {
    display: inline-flex;
    align-items: center;
  }
  .fee {
    background-color: #B4C2CC;
    margin-top: 160px;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 160px;
  }
  .access {
    background-color: #008ad1;
    margin-top: 160px;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    background-image: url(../img/people.svg);
    background-position: right 30px bottom 30px;
    background-size: 198px auto;
    background-repeat: no-repeat;
  }
  table .white {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
  }
  table .gray {
    background-color: #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
  }
  .studio_i {
    min-width: 310px;
    padding-top: 100px;
  }
  .studio_i2 {
    min-width: 310px;
    max-width: 650px;
    flex: 1;
    margin-right: 20px;
    text-align: justify;
  }
  .studio_i3 {
    min-width: 500px;
  }
  .flex2-2 {
    flex: 1;
    width: 100%;
  }
  .flex2-1 {
    width: 470px;
    text-align: justify;
    margin-right: 50px;
    background-image: none;
  }
  .inline {
    margin-top: 0px;
  }
  .pc_top40 {
    margin-top: 60px;
  }
  .studio1 {
    width: 100%;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 80px;
  }
  dd {
    margin-top: -23px;
    margin-left: 100px;
    margin-bottom: 10px;
  }
  .flex1 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 160px;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .back {
    background-image: url(../img/accent3.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #header {
    height: 800px;
    padding-top: 120px;
    position: relative;
  }
  .logo {
    width: 250px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 50px;
    letter-spacing: 0.1em;
  }
  .lead {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 30px;
  }
  .contact2 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .contact img {
    width: 100%;
    height: auto;
  }
  .g-navi {
    margin-top: 50px;
  }
  /*お知らせ*/
  .info {
    background-color: #FFFFFF;
    text-align: left;
    width: 90%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 50px;
    max-width: 900px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .top-info-frame {
    border: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow: scroll;
  }
}
@media all and (min-width: 1000px) {
  #header {
    height: 900px;
  }
}