/* ========================================== */
/* base */
/* ========================================== */

body {
  font-family:"Noto Sans JP", "メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
  line-height:1.8;
  color:#222222;
  font-size:14px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.container {
    max-width: 1030px;
    height: 100%;
    min-height: calc(100svh - 428px);
}


ul {
  padding:0px;
  margin:0;
  list-style:none;
}

ul.indent li {
  text-indent:-1em;
  padding-left:1em;
}

dt {
  font-weight:normal;
}

a {
  text-decoration:none;
  word-wrap:break-word;
  word-break: break-all;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #17AEE2;
}

a:hover {
  text-decoration:none;
  color: #17AEE2;
  opacity: 0.8;
}
 
a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select{ 
  font-family: inherit;
  font-size:1em !important;
  font-weight:inherit;
    -webkit-appearance: none;
}

.container {
    max-width: 1030px;
}

dl,dd,p {
  margin:0;
  padding:0;
}

/* CONTENTS wrapper */

#contents-wrapper {
 position: relative;
 width: 100%;
 max-width: 480px;
 margin-left: auto;
 margin-right: auto;
 z-index: inherit;
 height: 100dvh;
}

/* modal-open */

body.modal-open {
  padding-right: 0!important;
}

body.modal-open header {
  padding-right: 0!important;
}

/* copy-guard */
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}


/* ========================================== */
/* フォント */
/* ========================================== */

.font-base {
  font-family:"Noto Sans JP", "メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
}

.font-accent {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sub-ttl {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.font-xs {
  font-size: 11px;
  line-height: 1.4rem;
}

a {
  -webkit-transition:.3s ease;
  transition:.3s ease;
}

a:hover {
  text-decoration:none;
}


/* ========================================== */
/* ヘッダー */
/* ========================================== */

header {
  height: 80px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
}

header {
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

header .nav-link {
  padding: 0;
  border: 0;
  transition: none;
}

header a {
  color:#222222;
  transition:opacity 0.3s;
}

/* ハンバーガーボタン */
.menu-btn {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  background: #222222;
  margin-left: auto;
}

.menu-btn.btn_menu {
  position: relative;
  z-index: 1050;
}

.menu-btn span {
  position: absolute;
  left: 22px;
  height: 3px;
  width: 36px;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  transition: transform 1ms ease-out;
}

.menu-btn p {
  position: absolute;
  bottom:0;
}

/***** OPEN *****/
.btn_menu span:nth-of-type(1) {
  top: 30px;
}

.btn_menu span:nth-of-type(2) {
  top: 39px;
}

.btn_menu span:nth-of-type(3) {
  top: 48px;
}

/***** CLOSE *****/
.btn_menu.active span:nth-of-type(1) {
  top: 30px;
  width: 30px;
  -webkit-transform: translate(0px,8px) rotate(-45deg);
  transform: translate(0px,8px) rotate(-45deg);
  background-color:#fff;
}

.btn_menu.active span:nth-of-type(2) {
  opacity: 0;
  top: 39px;
}

.btn_menu.active span:nth-of-type(3) {
  bottom: 0;
  width: 30px;
  -webkit-transform: translate(0px,-10px) rotate(45deg);
  transform: translate(0px,-10px) rotate(45deg);
  background-color:#fff;
}



/***** NAVI *****/

header #header_inner {
  display: flex;
  width: 100%;
  max-width: 480px;
  height: 80px;
  align-items: center;
  box-sizing: border-box;
}

header .nav_inner.disable-animation {
  transition: none;
}

header .nav_inner {
  position: fixed;
  top: -100%;
  right: calc((100% - 480px) / 2);
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background: #fff;
  padding: 84px 0;
  box-sizing: border-box;
  z-index: 999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

header .nav_inner::-webkit-scrollbar {
  display: none;
}

header a:hover {
  color: #333333;
}

header h1 {
  max-width:158px;
  line-height: 0.5;
  margin-bottom: 0;
  max-height: 58px;
  margin-left: 15px;
}

header .nav_inner.open {
  top: 0;
}

header .nav_inner_header {
  height: 50px;
}

header .nav_sp_inner_wrapper {
  width: 100%;
  color: #A0B765;
}

header .nav_sp_inner_wrapper .sub-ttl {
  font-size: 32px;
}

header .nav_sp_inner_wrapper .nav_inner_conetnts {
  margin: 0 15px 30px;
}

header .nav_sp_inner_wrapper .contents_list_sp {
  display: flex;
  flex-wrap: wrap;
}

header .nav_sp_inner_wrapper .contents_list_sp li {
  position: relative;
  width: 50%;
}

header .nav_sp_inner_wrapper .nav_inner_conetnts .contents_list_sp li a,
header .nav_sp_inner_wrapper .nav_inner_support .contents_list_sp li a {
  color: #A0B765;
}

header .nav_inner_fanclub {
  margin: 0 0 30px;
  padding: 25px 15px;
  background-color: #A0B765;
}

header .nav_inner_support {
  margin: 0 15px 0;
}

.contents_list_sp li a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  display: block;
  position: relative;
  font-size: 24px;
}

.contents_list_sp li a .material-symbols-outlined {
  position: relative;
  top: 4px;
  font-size: 25px;
  color: #A0B765;
}

header .nav_inner_fanclub p {
  padding-bottom: 0.5rem;
  color: #222222;
}

.nav_inner_fanclub .contents_list_sp li a {
  font-size: 24px;
}

.nav_inner_support .contents_list_sp li a {
  font-size: 18px;
}

header .nav_inner_fanclub .fanclub-btn {
  display: flex;
  width: 100%;
  max-width: 396px;
  align-items: center;
  margin: 30px auto 0;
}

header .nav_inner_fanclub .fanclub-btn a {
  display: block;
  width: 100%;
  max-width: 190px;
  height: 42px;
  margin: 0;
  background-color: #7D7D7D;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  text-align: center;
  line-height: 2.3;
  font-family: "DotGothic16", sans-serif;
  transition:  .3s;
}

header .nav_inner_fanclub .fanclub-btn a:nth-child(2) {
  background-color: #4B4A4A;
  margin-left: 16px;
}

@media screen and (min-width:768px) {
  header .nav_inner_fanclub .fanclub-btn a:hover:nth-child(1) {
    background-color: #9f9f9f;
    opacity: 1;
  }

  header .nav_inner_fanclub .fanclub-btn a:hover:nth-child(2) {
    background-color: #737373;
    opacity: 1;
  }
}

@media screen and (max-width:767px) {

  header h1 {
    max-width:150px;
  }

  header .nav_sp_inner_wrapper .sub-ttl {
    font-size: 20px;
  }

  .contents_list_sp li a,
  .nav_inner_fanclub .contents_list_sp li a {
    font-size: 18px;
  }

  .nav_inner_support .contents_list_sp li a {
    font-size: 12px;
  }

  .contents_list_sp li a .material-symbols-outlined {
    top: 4px;
    font-size: 20px;
  }
}

@media screen and (max-width:476px) {

  header .nav_inner {
    padding: 65px 0;
    top: 0!important;
    right: -100%;
    width: 100%;
    max-width: none;
  }

  header .nav_inner.open {
    right: 0;
    top: 0!important;
  }

}


/* ========================================== */
/* CONTENTS BTN */
/* ========================================== */

.contents-btn-area {
  max-width: 480px;
  width: 100%;
  height: 39dvh;
  min-height: 208px;
  box-sizing: border-box;
  background-image: url("../../images/of-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.contents-btn-area.service-contents {
  background-image: url("../../images/fc-bg.png");
}

.contents-btn-wrappe {  
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 0.9fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  height: 100%;
  max-width: 320px;
}

.contents-btn-wrappe .btn-item {
  width: 100%;
  max-width: 123px;
  min-width: 88px;
  box-sizing: border-box;
  justify-self: center;
}

.contents-btn-wrappe .btn-item img {
  height: 100%;
}

.home, .special {
  grid-row: 2;
  grid-column: 1 / span 2;
  justify-self: center;
}

.voice, .movie {
  grid-row: 1;
  grid-column: 1;
}

.news, .blog {
  grid-row: 1;
  grid-column: 2;
}

.store, .calender {
  grid-row: 3;
  grid-column: 1;
}

.snap, .download {
  grid-row: 3;
  grid-column: 2;
}

@media screen and (max-width:480px) {

  .contents-btn-wrappe {  
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(2, auto);
  }
  .contents-btn-area {
    height: 42dvh;
  }
}

@media screen and (max-width:440px) {
  .contents-btn-area {
    height: 44dvh;
  }
}

@media screen and (max-width:430px) {
  .contents-btn-area {
    height: 48dvh;
  }
}

@media screen and (max-width:412px) {
  .contents-btn-area {
    height: 260px;
  }
}

@media screen and (max-width:390px) {

  .contents-btn-wrappe {
    width: 50%;
  }

  .contents-btn-area {
    height: 34dvh;
  }
}

@media screen and (max-width:375px) {

  /*.contents-btn-wrappe {
    width: 50%;
  }*/

  .contents-btn-area {
    height: 32dvh;
  }

.contents-btn-wrappe .btn-item {
    width: 100%;
    max-width: 123px;
    justify-self: center;
  }

}

/* ========================================== */
/* CONTENTS */
/* ========================================== */

.container h2 {
  margin:0 auto 20px;
  font-size: 35px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container h2 img {
  width: 75%;
}


@media screen and (max-width: 767px) {

.container h2 {
  font-size:26px;
}

}


/* ========================================== */
/* フッター */
/* ========================================== */

footer {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 100%;
  min-height: 380px;
  background-color: #F6F6F6;
  position: relative;
}

footer .inner {
  padding-top: 30px;
  padding-bottom: 16px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

footer ul {
  margin-bottom:32px;
}

footer li {
  display:block;
  margin:0 0 10px;
  position: relative;
}

footer li a {
  color:#222222;
  padding-left: 17px;
  position: relative;
}

footer li a:hover {
  opacity: 0.8;
  color:#222222;
}

footer ul li a:before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-image: url(../../images/arrow_s_bk.svg);
}

footer hr {
  border-top: 1px solid #D6D6D6;
  margin-top: 0 !important;
  margin-bottom: 28px;
}

footer .copy {
  font-size: 12px;
  color:#222222;
}






/* ========================================== */
/* 共通カラー */
/* ========================================== */
/* ベースカラー */
/* 背景 */
.bg-base {
  /* サイト全体の背景色 */
  background-color: #fff;
}
.bg-toggle {
  /* サイト全体の背景色 */
  background-color: #333;
}

/* メインカラー */
/* 背景 */
.bg-main {
  /* 主にヘッダの背景色 */
  background-color: #212121;
}
/* サブカラー */
.bg-sub {
  /* 背景画像 */
  background: url(https://s3-ap-northeast-1.amazonaws.com/pf-web/fanclubs/217/assets/335/images/miyakobg.png) repeat;
  background-size: 330px;
}
/* アクセントカラー */
/* 任意でUIパーツの色を増やしたいときに定義を増やす */
.bg-accent-light-gray {
  background-color: #f8f8f8;
}
.bg-accent-light-red {
  background-color: #efdfdf;
}

/* テキスト */
.text-base {
  color: #fff;
}
.text-main {
  color: #333;
}
.text-accent-light-gray {
  color: #c0c0c0;
}
.red {color:#FF0004;}

/* ========================================== */
/* UIパーツ別 */
/* ========================================== */
/* ボタン */
.btn {
  border-radius: 2rem;
}

.btn-main {
  color: #fff !important;
  background-color: #17AEE2;
  border-color: #17AEE2;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  max-width: 450px;
  font-size: 18px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
  transition: .3s;
}

@media screen and (min-width: 768px) {
.btn-main {
  color: #17AEE2 !important;
  background-color: transparent;
  background-image: none;
  border-color: #17AEE2;
}

.btn-main:hover {
  color: #fff !important;
  background-color: #17AEE2;
  border-color: #17AEE2;
  box-shadow: unset;
  transform: translateY(2px);
}

}


a.btn {
  text-decoration:none;
}


/* アラート */
.alert-main {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-registration-mail.alert,
.alert-mypage-change-email.alert {
  border: none;
}
.alert-registration-mail.alert .alert-heading,
.alert-mypage-change-email.alert .alert-heading {
  color: #ff0000;
}
.alert-registration-mail.alert .alert-body,
.alert-mypage-change-email.alert .alert-body {
  color: #808080;
}

/* バッジ（ラベル） */
.badge-history-status.badge {
  font-size: 100%;
  font-weight: normal;
  padding: .5em 1em;
}
.badge-history-status.badge-secondary {
  color: #343a40;
  background-color: #e9ecef;
}

/* ========================================== */
/* 画面別 */
/* ========================================== */


/* マイページ履歴 */
@media screen and (min-width: 768px) {
.row-history-left {
  border-right: 1px solid rgba(0,0,0,.1);
}
}

.list-group-item-action {
  color: #222222;
}


/*--------------------
  MYPAGE
--------------------*/
@media screen and (min-width: 768px) {
.row-history-left {
  border-right: 1px solid rgba(0,0,0,.1);
}
}

.mypage-plan-contract-footer {
    display: none;
}

.uploaded-photo-status-label, .shipping-history-status-label, .ec-history-status-label, .ticket-history-status-label, .ticket-history-ticket-status-label {
    border-radius: 2rem;
  padding: 6px 1em;
}

/*membership-card*/

.membership-card-image .membership-card-image-on-member-number {
right: 3%;
bottom: 3%;
color:#222222;
font-size: 16px;
}

@media screen and (max-width: 575px) {
.membership-card-image .membership-card-image-on-member-number {
font-size: 4vw;
}
}

/*------------------------
 pagination上余白
------------------------*/
ul.pagination {
  margin-top: 80px;
}

/*--------------------------------
 form 内容確認ページ
--------------------------------*/
form dd{
  margin-bottom:1rem;
}
form dt label{
  font-weight: 700;
}

/*--------------------
  STORE TAG
--------------------*/
#store .store_tag ul{
  text-align: left!important;
  display: inline;
}

#store .store_tag ul li{
  padding: 0!important;
  margin-left: 1em;
}