/* ----------------------- */
/* sp(max-width: 786px)
/* ----------------------- */
@media (max-width: 786px) {

  /* ------------------------- 共通 sp -------------------------- */
  /* ----------------------- */
  /* base_sp
/* ----------------------- */

  .secWrapper {
    padding: 91px 0 80px;
    min-width: 0;
  }

  .secInner {
    margin: 0 auto;
    max-width: 850px;
  }

  .sp_br {
    display: block;
  }

  .spBlock {
    display: block;
  }

  .pcBlock {
    display: none;
  }

  /* ----------------------- */
  /* header_sp
/* ----------------------- */


  .header {
    height: 70px;
    min-width: 0;
  }

  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 888;
    width: 100%;
    height: 100vh;
    background-color: #f8f8f8;
    z-index: 5;
    overflow: hidden;
    overflow-y: scroll;
  }

  .nav-list {
    height: 100%;
    width: 100%;
    margin-top: 90px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 33px;
    justify-content: flex-start;
    position: relative;
    z-index: 10;
  }

  .nav-item {
    position: relative;
    line-height: 1;
    width: 80%;
    border-bottom: 1px solid #ddd;
  }

  .nav-item a {
    display: block;
    padding: 30px 0;
    font-size: 20px;
    position: relative;
  }

  .burger-btn-wrap.cross {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #f8f8f8;
    height: 70px;
  }

  .burger-btn {
    display: block;
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    cursor: pointer;
    z-index: 10;
    color: #2e2e2e;
  }

  .burger-btn::after {
    content: "MENU";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em;
  }

  .bar {
    margin: 0 auto;
    display: block;
    height: 3px;
    width: 35px;
    background-color: #2e2e2e;
    transition: transform 0.5s ease;
  }

  .bar_mid {
    width: 54px;
  }

  .bar_top,
  .bar_mid {
    margin-bottom: 10px;
  }

  /* ハンバーガーメニューが開いたとき */

  .burger-btn.cross {
    position: fixed;
  }

  .burger-btn.cross .bar_top {
    transition-delay: 140ms;
    transform: translateY(14px) rotate(135deg);
  }

  .burger-btn.cross .bar_mid {
    transition-delay: 0s;
    transform: translateX(-18px) scaleX(0);
  }

  .burger-btn.cross .bar_bottom {
    transition-delay: 60ms;
    transform: translateY(-12px) rotate(-135deg);
  }

  .burger-btn.cross::after {
    content: "CLOSE";
  }

  /* ----------------------- */
  /* footer
/* ----------------------- */

  /* ----- floating　----- */
  .floating {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #f8f8f8;
  }

  .floating a {
    margin-left: auto;
    font-size: 14px;
    border-radius: 0%;
    width: 80px;
    height: 80px;
    padding-top: 20px;
  }

  .floating img {
    width: 37px;
    height: 20px;
  }

  /* ----- /.floating　----- */


  /*------ photoBtnWrap ------*/
  .photoBtnWrap {
    flex-direction: column;
    align-items: center;
    min-width: 0;
  }

  .photoBtn {
    width: 100%;
    height: 100%;
  }

  .photoBtn .txt-en {
    font-size: 28px;
  }

  .photoBtn .txt-ja {
    font-size: 13px;
  }

  /*------ /.photoBtnWrap ------*/


  /*------ footerContact ------*/
  .footerContact {
    background: url(../img/contact-bg_sp.jpg) no-repeat;
    width: 100%;
    height: 227px;
    background-position: 20% 100%;
    background-size: cover;
    min-width: 0;
  }

  .footerContactWrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100%;
  }

  .footerContactWrap .ttl-en {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.2em;
  }

  .footerContactBtn {
    display: block;
    font-size: 16px;
    margin-top: 35px;
    width: 85%;
    height: 47px;
    line-height: 47px;
  }

  /*------ /.footerContact ------*/



  /*------ footer ------*/
  .footer {
    height: 110px;
    background-color: #fff;
    margin-bottom: 20px;
    /* min-width: 0; */
  }


  .footerInner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 4vw 120px;
  }

  .copyright {
    margin: 15px 0 0;
    width: 100%;
  }

  .footerInner small {
    margin-top: 4px;
    margin-left: 0;
    padding-left: 0;
  }

  .sns {
    order: -1;
  }

  .twitter {
    margin: 25px auto 15px auto;
    width: 40%;
    height: auto;
  }

  .twitter img {
    width: 100%;
    height: auto;
  }


  /*------ /.footer ------*/

  /*------ footerBtn ------*/
  .footerBtn {
    position: fixed;
    bottom: 12px;
    left: 3%;
    font-size: 15px;
    line-height: 57px;
    height: 57px;
    width: 72%;
    background-color: #fed900;
    border-radius: 35.5px;
    color: #2e2e2e;
    text-align: center;
    z-index: 2;
  }

  /*------ /.footerBtn ------*/



  /* ------------------------- /.共通 sp -------------------------- */




  /* ---------------------- トップページ sp ------------------------- */

  /* ----------------------- */
  /* mv_sp
/* ----------------------- */

  .mv {
    min-width: 0;
    height: 725px;
  }

  .slider li {
    width: 100%;
    height: 625px;
    height: 100%;
  }

  .slider li img {
    object-fit: cover;
    object-position: 76% 0%;
  }

  .mainTtl {
    top: 80px;
    left: 1.5%;
    /* width: 55%; */
    width: 210px;
    height: 50px;
  }

  .mv .subTtl {
    top: 18.5%;
    top: 139px;
    left: 1.5%;
    letter-spacing: 0;
    font-size: 12px;
    /* width: 100%; */
  }

  .flower1 {
    top: 5px;
    left: 0;
    width: 45%;
    height: 100px;
  }

  .flower2 {
    bottom: -90px;
    right: 2%;
    width: 30%;
  }

  .sideBtn {
    display: none;
    position: fixed;
    top: 75vh;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 83%;
    width: 100%;
    writing-mode: horizontal-tb;
    z-index: 11;
    position: inherit;
    top: auto;
    overflow-y: scroll;
  }

  .sideBtnItem {
    padding: 40px 0 0;
    border: none;
    font-size: 1em;
    font-weight: normal;
  }

  .sideBtnItem a {
    font-size: 0.9em;
    font-weight: normal;
  }

  .sideBtn.show {
    display: block;
  }

  .scBar {
    display: none;
    font-size: 14px;
    height: 227px;
  }

  .scBar::after {
    top: 19%;
    height: 100px;
  }

/* ---- 追加 20.10.23 ---- */
  .mv .slider,
  .mv .slick-list,
  .mv .slick-track,
  .mv .slick-slide,
  .mv .slick-slide > div,
  .mv .slick-slide > div > li,
  .mv .slick-slide > div > li > span {
    height: 100%;
  }

  .slick-dots li {
    margin: 0 5px;
  }

  .slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
  }
  /* ---- //追加 20.10.23 ---- */

  /* ----------------------- */
  /* information_sp
/* ----------------------- */


  .tabs {
    display: none;
  }

  .tabs_sp {
    display: block;
    width: 85%;
    margin: 40px auto;
    padding: 13px 0 13px 20px;
    border-radius: 40px;
    border: 1px solid #2e2e2e;
  }

  .triangle {
    display: block;
    position: relative;
  }

  .triangle::before {
    content: "▼";
    position: absolute;
    top: 29.5%;
    right: 14%;
    font-size: 13px;
  }


  .tabContent {
    display: none;
  }

  .tabContent.active {
    display: block;
    padding: 0 4vw;
  }

  .infoLink {
    margin-bottom: 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #cacaca;
    padding: 23px 0;
  }

  .infoLink:last-of-type {
    margin-bottom: 35px;
    border-bottom: none;
  }

  .release {
    width: 90px;
    font-size: 15px;
  }

  .category {
    font-size: 12.5px;
  }

  .infoTtl {
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 10px;
    padding-bottom: 0px;
  }

  .secBtn {
    font-size: 18px;
    width: 80%;
    height: 55px;
    line-height: 55px;
  }

  /* ---------------------- 下層ページ共通 sp ----------------------------- */

  /* ----------------------- */
  /* page-mv(下層ページMV)_sp
/* ----------------------- */

  .pageMv {
    height: 300x;
    background-color: #f8f8f8;
    min-width: 0;
  }

  .pageMvImg {
    width: 100%;
    height: 300px;
  }

  .pageMvImg img {
    object-fit: cover;
    object-position: 32% 0%;
  }

  .logo {
    position: absolute;
    top: 34px;
    left: 2.8%;
    width: 54%;
  }

  .pageMv .subTtl {
    top: 20vw;
    left: 2.8%;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .flower3 {
    position: absolute;
    bottom: 16px;
    left: 2.7%;
    width: 90px;
    height: 84px;
  }

  .pageSideBtn {
    top: 138%;
    right: 2.8%;
  }

  .pageTtl {
    font-size: 24px;
    right: 4.5%;
    bottom: 18%;
  }

  .pageSubTtl {
    font-size: 13px;
    right: 4.5%;
    bottom: 12%;
  }

  .pageMv .sideBtn,
  .mv .sideBtn {
    display: none;
  }

  /* ---------------------- /.下層ページ共通 sp----------------------- */



  /* ---------------------- loginページ sp -------------------------- */

  /* ----------------------- */
  /* login_sp
/* ----------------------- */

  .loginWrapper {
    min-width: 0;
    padding: 60px 0;
  }

  .loginForm {
    /* height: 233px; */
    padding: 45px 0 118px;
  }

  .loginTtl {
    font-size: 22px;
    margin-bottom: 45px;
  }

  .login-password {
    width: 80%;
  }

  .login-password input {
    width: 76%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 27px auto 32px;
    padding-left: 72px;
  }

  .login-password::after {
    width: 62px;
    height: 52px;
  }

  .login-submit .button {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .logout {
    margin: 0 20px 20px;
  }

  /* ---------------------- /.loginページ sp ------------------------ */


  /* ---------------------- コンタクトページ sp -------------------------- */

  /* ----------------------- */
  /* contact_sp
/* ----------------------- */

  .contactWrapper {
    padding: 60px 0;
    min-width: 0;
  }

  .contactInner {
    padding: 0 4vw;
  }

  .letter {
    margin-bottom: 60px;
  }

  .contactTtl {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .address {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 38px;
  }

  .letterAttention {
    font-size: 13px;
    padding: 25px 17px;
  }

  .contactTxt {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .contactAttention {
    padding: 25px 17px;
  }

  .formList {
    margin: 50px 0 30px;
  }

  .formItem {
    flex-direction: column;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }

  .formItemTtl {
    font-size: 17px;
    width: 90%;
    padding-top: 0;
    margin-bottom: 10px;
  }

  .radio {
    margin-top: 10px;
  }

  .textBox {
    width: 95%;
    height: 50px;
    padding: 17px 10px;
  }

  .memberNum {
    margin: 5px 0 20px;
  }

  .formItem .small {
    font-size: 13px;
  }

  .postal {
    width: 175px;
    margin-left: 5px;
  }

  .textBox-lg {
    width: 95%;
  }

  .birthday {
    width: 216px;
  }

  .inquiry {
    width: 95%;
    height: 170px;
    padding: 17px 10px;
  }

  .termsLink {
    font-size: 15px;
    margin: 40px 0 50px;
  }


  .submitBtn {
    font-size: 18px;
    width: 80%;
    height: 60px;
    line-height: 60px;
  }

  .submitBtn:hover {
    background-color: #fff5bb;
    transition: 0.4s;
  }

  .mw_wp_form_confirm .formItemTtl+* {
    margin-top: 5px;
  }

  .mw_wp_form_confirm .submitBackBtn {
    flex: 1;
    font-size: 18px;
    height: 60px;
  }

  .mw_wp_form_confirm .submitBtn {
    width: 72%;
    margin: 0 0 0 10px;
  }

  /* ----------------------- */
  /* footerLetter_sp
  /* ----------------------- */

  .footerLetter {
    padding: 50px 0 48px;
    min-width: 0;
  }

  .footerLetterTtl {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .letterAttention2 {
    font-size: 14px;
    padding: 20px 15px;
  }

  /* --------------------- /.コンタクトページ sp ------------------------- */


  /* ---------------------- プロフィールページ sp-------------------------- */

  /* ----------------------- */
  /* profile_sp
/* ----------------------- */

  .profileWrapper {
    padding: 60px 0 100px;
    min-width: 0;
  }

  .profile {
    width: 100%;
    height: 1200px;
    padding: 40px 4vw 86px;
  }

  .name-ja {
    font-size: 24px;
    margin: 20px 0 0px;
  }

  .name-en {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .profile p {
    font-size: 14px;
  }

  .profileDetail {
    font-size: 15px;
    margin-top: 25px;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  .biography {
    margin-bottom: 30px;
  }

  .awards {
    margin-top: 30px;
  }

  .profileImg {
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
    height: 450px;
  }

  .profileImg img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .profileImg:after {
    top: 4%;
    left: 54%;
    transform: translateX(-50%);
    width: 100%;
    height: 450px;
  }

  .flower4 {
    top: -61px;
    right: 8px;
    width: 88px;
    height: 99px;
  }

  .flower5 {
    bottom: -45px;
    left: 0px;
    width: 211px;
    height: 73px;
  }

  /* ----------------------- */
  /* sp(max-width: 767px) 微調整
/* ----------------------- */
  @media (max-width: 767px) {

    .profileImg {
      top: 65%;
      height: 350px;
    }

    .profileImg:after {
      height: 350px;
    }

  }

  /* ---------------------- /.プロフィールページ sp ------------------------ */


  /* ---------------------- ファンクラブページ sp -------------------------- */

  /* ----------------------- */
  /* fanclub_sp
/* ----------------------- */

  .fanclubWrapper {
    padding: 60px 0 90px;
    min-width: 0;
  }

  .fanclubTtl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .fanclub p {
    font-size: 14px;
    line-height: 2;
  }

  .fanclubDetail {
    margin-top: 50px;
  }

  .fanclubDetail .ttl {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .benefit {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 0.01em;
  }

  .benefit li {
    width: 100%;
    line-height: 2.1;
  }

  .fee {
    margin-top: 20px;
    line-height: 2.1;
    font-size: 14px;
  }

  .fee dt {
    font-weight: bold;
    float: left;
    clear: both;
  }

  .fee dd {
    margin-left: 138px;
  }

  .fee+p {
    margin-top: 5px;
    font-size: 12px;
  }

  .sessionTxt:first-of-type {
    margin-top: 20px;
  }

  .sessionTxt {
    width: 92%;
  }

  /* ----------------------- */
  /* join_sp
/* ----------------------- */

  .join {
    padding: 60px 0 110px;
    min-width: 0;
  }

  .joinTtl {
    font-size: 26px;
  }

  .jointxt {
    font-size: 14px;
    line-height: 2.1;
    padding: 0 4vw;
    margin: 30px 0 55px;
  }

  .joinBtn {
    font-size: 20px;
    width: 86%;
    height: 70px;
    line-height: 70px;
  }

  /* ---------------------- /.ファンクラブページ sp -------------------------- */


  /* 以下addCSS */

  /* ---------------------- 最新情報 -------------------------- */

  /* ----------------------- */
  /* info list sp
  /* ----------------------- */

  #information-list {
    padding-top: 20px;
  }


  .info-list .tabs_sp {
    width: 85%;
  }

  .triangle::before {
    right: 12%;
  }

  .info-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-list .infoLink {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }


  /* PAGE NAVI */

  .wp-pagenavi {
    padding: 0 35px;
  }

  .wp-pagenavi span.current,
  .wp-pagenavi a.page,
  .wp-pagenavi a.first,
  .wp-pagenavi a.last,
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi span.extend {
    margin: 0 2px;
    padding: 3px 10px;
    font-size: 1.05rem;
  }

  .wp-pagenavi span.extend {
    padding: 0;
  }

  .previouspostslink,
  .nextpostslink {
    width: 10px;
  }

  .previouspostslink:before {
    left: 0;
  }

  .nextpostslink:before {
    right: 0;
  }

  .previouspostslink:after,
  .nextpostslink:after {
    display: none;
  }

  /* ----------------------- */
  /* page detail sp
  /* ----------------------- */


  #page-detail {
    padding-top: 40px;
  }

  .page-detail {
    margin: 0 20px;
    padding-bottom: 10px;
  }

  .page-detail__title {
    margin: 0 0 25px;
    font-size: 1.3em;
    line-height: 1.8;
  }

  .page-detail img {
    width: auto;
  }

  /* ---------------------- 会員限定コンテンツ -------------------------- */

  /* ----------------------- */
  /* members list
  /* ----------------------- */
  #members-list {
    padding-top: 30px;
  }

  .members-list {
    margin: 0 20px;
    padding-bottom: 40px;
  }

  .members-list__inner {
    margin-top: -35px;
    margin-left: 0;
  }

  .pageLink {
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .pageThumb img {
    height: 70vw;
  }

  .pageLink .release {
    font-size: 0.9em;
  }

  .pageLink .pageLinkTtl {
    font-size: 1.05em;
  }

  /* ---------------------- /.会員限定コンテンツ -------------------------- */
}
