@charset "UTF-8";
@import "camp.css";
/* ======================================================================
 top
====================================================================== */
.eys_top {
  padding-top: 56px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1;
}
.eys_top a {
  text-decoration: none;
}
.eys_top .eys_container {
  width: 88%;
}
.eys_top .top_slider img {
  width: 100%;
  vertical-align: bottom;
}
.eys_top .top_slider .slick-slide {
  margin: 0;
  padding: 0;
}

.eys_top_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #e4e4e4;
}
.eys_top_menu a {
  width: 25%;
  border-bottom: 2px solid #e4e4e4;
  padding: 2px 0;
}
.eys_top_menu a img {
  width: 100%;
  vertical-align: bottom;
}
.eys_top_menu a:not(:nth-child(4n)) img {
  width: 98%;
  border-right: 2px solid #e4e4e4;
}

.eys_top_btn {
  padding: 7% 0;
}
.eys_top_btn a {
  display: block;
  margin-bottom: 5%;
}
.eys_top_btn a img {
  width: 100%;
  vertical-align: bottom;
}

.eys_top_service .ttl01 {
  text-align: right;
}
.eys_top_service .menu {
  width: 300px;
  margin: 3% auto;
}
.eys_top_service .menu a {
  float: left;
}
.eys_top_service > a {
  display: block;
  text-align: right;
}

.eys_top_sec01 {
  padding: 7% 0;
}
.eys_top_sec01 img {
  width: 100%;
  vertical-align: bottom;
}

.breadcrumb {
  padding: 12px 13.5px;
  background-color: white;
  border-top: 1px solid #e4e4e4;
}
@media all and (min-width: 500px) {
  .breadcrumb {
    font-size: 13px;
  }
}
@media all and (max-width: 500px) {
  .breadcrumb {
    font-size: 2.6vw;
  }
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  color: #222222;
}
.breadcrumb li a {
  color: #888888;
  text-decoration: none;
}
.breadcrumb li:not(:first-child):before {
  content: '>';
  position: absolute;
}
@media all and (min-width: 500px) {
  .breadcrumb li:not(:first-child):before {
    top: -1.25px;
    left: 3.5px;
  }
}
@media all and (max-width: 500px) {
  .breadcrumb li:not(:first-child):before {
    top: -0.25vw;
    left: 0.7vw;
  }
}
@media all and (min-width: 500px) {
  .breadcrumb li:not(:first-child) {
    padding-left: 15px;
  }
}
@media all and (max-width: 500px) {
  .breadcrumb li:not(:first-child) {
    padding-left: 3vw;
  }
}
lsm01em {
  line-spacing: -0.1em;
}


/* スタジオ一覧 */

.access__list {

}
.access__listItem {
    padding-bottom: 15px;
}
.access__listItemTitle {
    display: inline-block;
    position: relative;
    background-color: #EEAAAA;
    min-width: 200px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}
.access__listItemTitle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 15px 0 0;
    border-color: #EEAAAA transparent transparent transparent;
}
.access__listItemStudios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.access__listItemStudio {
    margin: 7.5px;
    box-sizing: border-box;
    width: calc(50% - 15px);
    max-width: 222.5px;
    min-width: 100px;
    background-color: #ffffff;
}
.access__listItemStudio.access__listItemStudio--closed {
  display: none;
}
.access__listBtnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.access__listBtn {
  display: flex;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  margin-bottom: 20px;
}
.access__listItemStudio:hover {
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0, 0.2);
    box-shadow: 5px 5px 0px 0px rgba(0,0,0, 0.2);;
}
.access__listItemStudio a {
    text-decoration: none;
    position: relative;
}
.access__listItemStudio a figure::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: translate(-100%, -50%) rotate(45deg);
}
.access__listItemStudio a figure {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.access__listItemStudio a figure img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}
.access__listItemStudio a figure figcaption {
    color: #222222;
    padding-left: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.access__listItemStudio a figure figcaption span.studioTitle {
    font-size: 14px;
    font-weight: 600;
}
.access__listItemStudio a figure figcaption span.studioLine {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    padding-top: 5px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cv_btn {
    padding: 20px;
}

.fukidashi_access.left {
    margin-right: auto;
    margin-left: -1px;
    margin-top: 17px;
    z-index: 1;
    position: relative;
}

.fukidashi_access.left img {
    width: 77.657%;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}

.love_story_box {
    margin-top: -43px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.mlc_white_bg {
    padding: 15px 8px 23px 12px;
    background-color: #ffffff;
    position: relative;
}
.love_story_box .mlc_white_bg img {
    width: 123%;
    margin-left: -31px;
}

p.area_coming_soon {
    background: #f8f4e9;
    text-align: center;
    font-size: 20px;
    padding: 15% 0;
    margin-top: 15px;
}
.eys_under .eys_title_box {
  padding: 50px 0 0 0;
}
.cv_btn img {
  width: 100%;
}
.cv_btn p {
  text-align: center;
  font-weight: bold;
}
.eys_under .eys_title_box .common_14 {
  font-size: 18.5px;
  line-height: 1.5;
  color: #222222;
  letter-spacing: 1px;
}
.eys_under .eys_title_box .mt25px {
  margin-top: 25px;
}
.eys_under .eys_title_box .eys_title_box {
  padding: 50px 0 0 0;
}
.eys_under .eys_title_box .eys_h1_title {
  font-family: termina, sans-serif;
  color: #222222;
  font-weight: 500;
  line-height: 1.22;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}
.studio_section .eys_title_box .eys_sub_title,
.eys_under .eys_title_box .eys_sub_title {
  font-family: HiraKakuPro-W6;
  line-height: 1.25;
  font-size: 24px;
  margin-top: 15px;
  letter-spacing: 0.1rem;
  margin: 16px auto;
  text-align: center;
  opacity: 0.8;
  font-weight: normal;
}
.eys_under .eys_title_box .eys_h3_title {
  width: 100%;
  margin: 0;
  font-family: HiraKakuProN-W3;
  line-height: 1.71;
  text-align: center;
  color: #222222;
}
.eys_under .eys_title_box .parenthesis {
  position: relative;
  padding: 20px 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #222222;
}
.eys_under .eys_title_box .parenthesis::before, .parenthesis::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.eys_under .eys_title_box .parenthesis::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.eys_under .eys_title_box .parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
.eys_under .eys_title_box .parenthesis p {
  font-size: 18px;
  font-family: HiraKakuProN-W3;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #222222;
  line-height: 1.71;
}
.eys_under .access__listItemStudio {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 500px) {
    .access__listItemTitle {
        font-size: 4.27vw;
    }
    .access__listItemStudio a::after {
        width: 8px;
        height: 8px;
        transform: translate(-150%, -50%) rotate(45deg);
    }
    .access__listItemStudio {

    }
    .access__listItemStudio a figure figcaption span.studioTitle {
        font-size: 2.8vw;
    }
    .access__listItemStudio a figure figcaption span.studioLine {
        font-size: 2.4vw;
        max-width: 80%;
    }
    .access__listItemStudio a figure img {
        width: 50px;
        aspect-ratio: 1/1.4;
    }
    .cv_btn {
        padding: 20px 0;
    }
    .eys_under .eys_title_box .common_14 {
      font-size: 3.7vw;
    }
    .eys_under .eys_title_box .cv_btn {
        padding: 20px 0;
    }
    .eys_under .eys_title_box .mt25px {
        margin-top: 6.67vw;
    }
    .eys_under .eys_title_box .eys_title_box {
      padding: 11.46vw 0 0 0;
    }
    .eys_under .eys_title_box .eys_h1_title {
      font-size: 4.8vw;
      letter-spacing: 1.44vw;
    }
    .studio_section .eys_title_box .eys_sub_title,
    .eys_under .eys_title_box .eys_sub_title {
      margin-top: 4.26vw;
      font-size: 6.4vw;
    }
    .eys_under .eys_title_box .eys_h3_title {
      font-size: 3.73vw;
      letter-spacing: 0.37vw;
    }
    .eys_under .eys_title_box .parenthesis p {
      font-size: 3.73vw;
      letter-spacing: 0.37vw;
    }
    .eys_under .eys_title_box {
      padding: 11.46vw 0 0 0;
    }
}
