@charset "UTF-8";
.effect_slider_item,
.machine_slider .machine_slider_item {
  float: left;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Lato, Arial, Helvetica, 'Hiragino Kaku Gothic Pro', 'Noto Sans', 'Noto Sans CJK JP', NotoSansCJKjp-Jxck, '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
  line-height: 1.6;
  color: #595757;
}
a:hover {
  opacity: 0.7;
}
/* .p-mb15 {
  margin-bottom: 15px;
}
.p-mb13 {
  margin-bottom: 13px;
}
.p-pt22 {
  padding-top: 22px;
}
.p-pt25 {
  padding-top: 25px;
}
.p-pb20 {
  padding-bottom: 20px;
}
.p-pb25 {
  padding-bottom: 25px;
}
.p-pb22 {
  padding-bottom: 22px;
}
.p-snsArea01 {
  padding: 50px 0 45px;
}
.p-text-01 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.14em;
}
.p-bg-01 {
  background-color: #fef7ed;
} */
body {
  background: #fafafa;
  -webkit-text-size-adjust: 100%;
}
.friend-layout {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
/* .btn-wrap {
  max-width: 440px;
  margin: 0 auto;
}
.list_kome li {
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}
.list_kome li .list_kome-icon {
  padding: 0 10px 0 0;
}
.header {
  position: relative;
}
.header .header-title {
  position: absolute;
  width: 15.48%;
  height: 17.673%;
  top: 3.9%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
} */
/* .movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.57%;
}
.movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
} */
/* .fc-m-02_present {
  padding: 55px 0 30px;
}
.fc-m-02_present_line {
  padding: 0 20px 80px;
} */
/* .fc-m-03_m-tokuten {
  padding: 0 0 100px;
}
.fc-m-04_f-tokuten_notice-list {
  background: url(../images/04_f-tokuten_notice_bg.png) center top no-repeat;
  background-size: cover;
  padding: 20px 50px 65px;
}
.fc-m-05_flow_line {
  padding: 35px 20px 30px;
}
.fc-m-06_last_line {
  padding: 35px 20px 100px;
}
.fc-f-02_present_reserve {
  padding: 0 20px 80px;
}
.fc-f-03_about {
  background: url(../images/friend/03_about_text_bg.png) center top no-repeat;
  background-size: 100% auto;
}
.fc-f-03_about-movie {
  max-width: 480px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.fc-f-03_about_text {
  padding: 20px 50px 0;
  text-align: justify;
  font-size: 20px;
  line-height: 1.6;
  background: url(../images/friend/03_about_footer_bg.png) center bottom no-repeat;
  background-size: 100% auto;
} */
/* .fc-f-04_machine {
  background: url(../images/friend/04_machine_bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 94px 0 0;
} */
.fc-f-04_machine_slider {
  width: 100%;
  padding: 0 16.5%;
  position: relative;
}
.machine_slider {
  width: 100%;
  overflow: hidden;
}
/* .fc-f-05_effect {
  padding: 80px 0 0;
} */
.fc-f-05_effect_navi {
  background: #98bb51;
  /* padding: 30px 0 40px; */
  padding: 0 4%;
}
.fc-f-05_effect_navi_list {
  display: flex;
  gap: 3%;
  /* width: 100%;
  background: #e6e6e6; */
}
/* .fc-f-05_effect_navi_list li {
  width: calc(100% / 3);
  position: relative;
} */
/* .fc-f-05_effect_navi_list li::after {
  content: '';
  background: #666;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
} */
/* .fc-f-05_effect_navi_list li:first-child::after {
  display: none;
} */
.fc-f-05_effect_navi_list li a {
  /* display: block;
  text-align: center; */
  /* padding: 20px 0 30px; */
  cursor: pointer;
}
.effect_slider-link.current {
  cursor: default;
}
.effect_slider-link.current:hover {
  opacity: 1;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  /* width: 34px; */
  width: min(9vw, 65px);
  height: auto;
  transform: translate3d(0, -50%, 0);
  z-index: 5;
  cursor: pointer;
}
.friend-effect .slide-arrow {
  /* top: 290px; */
  top: min(calc((280 / 680) * 100%), 280px);
}
.prev-arrow {
  left: min(2vw, 20px);
}
.next-arrow {
  right: min(2vw, 20px);
}

/* .fc-f-05_effect_navi_num {
  display: block;
  width: 23.454%;
  margin: 0 auto;
} */
/* .fc-f-05_effect_navi_text {
  display: block;
  padding: 10px 0;
  font-size: 17px;
  position: relative;
  color: #666;
}
.fc-f-05_effect_navi_text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  border-width: 10px;
  border-style: solid;
  border-color: #666 transparent transparent;
}
.current .fc-f-05_effect_navi_text {
  color: #f2a490;
}
.current .fc-f-05_effect_navi_text::after {
  border-color: #f2a490 transparent transparent;
} */
.fc-f-05_effect_slider {
  width: 100%;
  /* padding: 0 17.5%; */
  padding: 0;
  position: relative;
}
.effect_slider {
  width: 100%;
  overflow: hidden;
}
/* .effect_slider_item .fc-f-05_effect_text {
  padding: 50px 0 60px;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
} */
/* .fc-f-06_tokuten_notice {
  background: url(../images/friend/06_tokuten_notice.png) center top no-repeat;
  background-size: cover;
  padding: 20px 50px 65px;
}
.fc-f-06_tokuten_notice .fc-f-06_tokuten_notice-list {
  padding: 0 0 50px;
} */
/* .fc-f-08_program-box {
  background: url(../images/friend/08_program_line.png) center top no-repeat #fff;
  background-size: auto 8px;
  padding: 8px 0 0;
}
.fc-f-08_program-box .fc-f-08_program-title {
  background: #f3f3f2;
  padding: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.fc-f-08_program-box .fc-f-08_program-text {
  text-align: center;
  font-size: 20px;
  padding: 40px 10px 10px;
}
.fc-f-08_program-box .fc-f-08_program-mater {
  text-align: center;
  padding: 0 0 40px;
}
.fc-f-08_program_notice-list {
  background: url(../images/friend/08_program_line.png) center top no-repeat;
  background-size: auto 8px;
  padding: 28px 50px 60px;
}
.fc-f-08_program_reserve {
  padding: 0 0 60px;
} */
/* .fc-f-09_faq-list {
  border-top: 1px solid #9b9187;
}
.fc-f-09_faq-list .fc-f-09_faq-qu {
  display: flex;
  padding: 20px;
  align-items: center;
  cursor: pointer;
}
.fc-f-09_faq-list .fc-f-09_faq-qu .fc-f-09_faq-qu_icon {
  font-size: 24px;
  font-weight: 600;
  color: #f2a490;
  line-height: 1.5;
  padding: 10px 30px 10px 0;
  border-right: 1px solid #666;
  position: relative;
}
.fc-f-09_faq-list .fc-f-09_faq-qu .fc-f-09_faq-qu_icon::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 12px;
  height: 8px;
  background: url(../images/friend/09_faq_arw.png) center center no-repeat;
  background-size: cover;
}
.fc-f-09_faq-list .fc-f-09_faq-qu .fc-f-09_faq-qu_text {
  font-size: 21px;
  font-weight: 600;
  color: #666;
  line-height: 1.3;
  padding: 0 20px;
  position: relative;
}
.fc-f-09_faq-list .fc-f-09_faq-an {
  display: none;
  font-size: 21px;
  color: #666;
  line-height: 1.6;
  padding: 10px 40px 50px;
  position: relative;
} */
/* .fc-f-10_reserve {
  background: url(../images/friend/10_reserve_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 0 80px;
}
.fc-f-10_reserve_btn-area {
  padding: 10px 20px 0;
} */
.fc-f-11_studio {
  padding: 0 0 80px;
}
.fc-f-11_studio_text {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  color: #666;
  text-align: center;
  padding: 0 0 70px;
}
.fc-f-11_studio-box {
  padding: 0 50px 15px;
}
.fc-f-11_studio-name {
  padding: 20px 60px 20px 30px;
  background: #e6e6e6;
  border-radius: 3px;
  position: relative;
  font-size: 31px;
  cursor: pointer;
}
.fc-f-11_studio-name::after {
  content: '';
  width: 40px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0) rotate3d(1, 0, 0, 180deg);
  background: url(../images/friend/11_studio_arw.png) left top no-repeat;
  background-size: auto 100%;
}
.fc-f-11_studio-detail {
  padding: 30px 0;
  display: none;
}
.fc-f-11_studio-map {
  position: relative;
  padding: 280px 0 0;
  height: 0;
  overflow: hidden;
  margin: 0 0 30px;
}
.fc-f-11_studio-map embed,
.fc-f-11_studio-map iframe,
.fc-f-11_studio-map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fc-f-11_studio-info {
  display: flex;
  padding: 0 0 30px;
}
.fc-f-11_studio-info .fc-f-11_studio-info_text,
.fc-f-11_studio-info .fc-f-11_studio-info_title {
  font-size: 17px;
  line-height: 1.4;
}
.fc-f-11_studio-info .fc-f-11_studio-info_title {
  width: 16%;
}
.fc-f-11_studio-info .fc-f-11_studio-info_text {
  width: 84%;
}
.fc-f-11_studio_btn-area {
  padding: 10px 20px 50px;
}
/* .bnr_corona {
  padding: 40px 0 10px;
} */
@media screen and (max-width: 640px) {
  /* .list_kome li {
    font-size: 12px;
  }
  .fc-m-02_present {
    padding: 30px 0 20px;
  }
  .fc-m-02_present_line {
    padding: 0 20px 40px;
  }
  .fc-m-03_m-tokuten {
    padding: 0 0 50px;
  }
  .fc-m-04_f-tokuten_notice-list {
    padding: 10px 20px 30px;
  }
  .fc-m-05_flow_line {
    padding: 10px 20px 20px;
  }
  .fc-m-06_last_line {
    padding: 10px 20px 50px;
  }
  .fc-f-02_present_reserve {
    padding: 0 20px 20px;
  }
  .fc-f-03_about-movie {
    padding: 20px 20px 50px;
  }
  .fc-f-03_about_text {
    padding: 20px 20px 0;
    font-size: 14px;
  } */
  /* .fc-f-04_machine {
    padding: 14% 0 0;
  } */
  /* .fc-f-04_machine_slider {
    padding: 0 30px;
  }
  .fc-f-05_effect {
    padding: 40px 0 0;
  } */
  /* .fc-f-05_effect_navi {
    padding: 20px 0 30px;
  } */
  /* .fc-f-05_effect_navi_list li a {
    padding: 10px 0 20px;
  } */
  /* .slide-arrow {
    width: 50px;
    z-index: 10000;
  } */
  /* .prev-arrow {
    left: 5px;
  }
  .next-arrow {
    right: 5px;
  } */
  /* .fc-f-05_effect_navi_text {
    padding: 10px 0;
    font-size: 12px;
  }
  .fc-f-05_effect_navi_text::after {
    border-width: 5px;
  } */
  /* .fc-f-05_effect_slider {
    padding: 0 30px;
  } */
  /* .effect_slider_item .fc-f-05_effect_text {
    padding: 20px 0 30px;
    font-size: 14px;
  }
  .fc-f-06_tokuten_notice {
    padding: 20px 20px 30px;
  }
  .fc-f-06_tokuten_notice .fc-f-06_tokuten_notice-list {
    padding: 0 0 20px;
  }
  .fc-f-08_program-box .fc-f-08_program-title {
    font-size: 16px;
  }
  .fc-f-08_program-box .fc-f-08_program-text {
    font-size: 14px;
    padding: 20px 10px 10px;
  }
  .fc-f-08_program-box .fc-f-08_program-mater {
    padding: 0 0 20px;
  }
  .fc-f-08_program_notice-list {
    padding: 20px 20px 30px;
  }
  .fc-f-08_program_reserve {
    padding: 0 20px;
  }
  .fc-f-09_faq-list .fc-f-09_faq-qu {
    padding: 10px;
    cursor: pointer;
  }
  .fc-f-09_faq-list .fc-f-09_faq-qu .fc-f-09_faq-qu_icon {
    font-size: 13px;
    padding: 10px 10px 10px 0;
  }
  .fc-f-09_faq-list .fc-f-09_faq-qu .fc-f-09_faq-qu_icon::after {
    left: 4px;
    bottom: 2px;
    width: 8px;
    height: 4px;
  }
  .fc-f-09_faq-list .fc-f-09_faq-qu .fc-f-09_faq-qu_text {
    font-size: 13px;
    padding: 0 10px;
  }
  .fc-f-09_faq-list .fc-f-09_faq-an {
    font-size: 13px;
    padding: 10px 20px 20px;
  } */
  .fc-f-10_reserve,
  .fc-f-11_studio {
    padding: 0 0 40px;
  }
  .fc-f-11_studio_text {
    font-size: 14px;
    padding: 0 20px 25px;
  }
  .fc-f-11_studio-box {
    padding: 0 20px 10px;
  }
  .fc-f-11_studio-name {
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    cursor: pointer;
  }
  .fc-f-11_studio-name::after {
    content: '';
    width: 30px;
    height: 10px;
  }
  .fc-f-11_studio-detail {
    padding: 10px 0;
  }
  .fc-f-11_studio-map {
    padding: 200px 0 0;
    margin: 0 0 10px;
  }
  .fc-f-11_studio-info {
    display: flex;
    padding: 0 0 10px;
  }
  .fc-f-11_studio-info .fc-f-11_studio-info_text,
  .fc-f-11_studio-info .fc-f-11_studio-info_title {
    font-size: 12px;
  }
  .fc-f-11_studio-info .fc-f-11_studio-info_text {
    padding: 0 0 0 10px;
  }
  .fc-f-11_studio_btn-area {
    padding: 10px 10px 20px;
  }
  /* .bnr_corona {
    padding: 20px;
  } */
}
