@charset "UTF-8";
/* ------------------------------
ヘッダー
------------------------------ */
.c-header_wrapper {
  border-top: 3px solid #b60081;
  background-color: #ffffff;
  height: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header_wrapper img {
  width: 168px;
}

/* ------------------------------
トップエリア
------------------------------ */
#i-top .i-top_caption {
  background: #ffffff;
  border-radius: 0 0 5px 5px;
}

#i-top .i-top_caption .i-top_caption_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

#i-top .i-top_caption .i-top_caption_content .i-top_detail {
  margin-left: 35px;
  position: relative;
}

#i-top .i-top_caption .i-top_caption_content .i-top_detail p {
  font-size: 44px;
  line-height: 1.29;
}

#i-top .i-top_caption .i-top_caption_content .i-top_detail span {
  color: #ffffff;
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}

#i-top .i-top_caption .i-top_caption_content img {
  margin-top: -50px;
  margin-bottom: 15px;
}

@media (max-width: 1150px) {
  #i-top .i-top_caption .i-top_caption_content .i-top_detail p {
    font-size: 30px;
  }
  #i-top .i-top_caption .i-top_caption_content .i-top_detail span {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  #i-top .i-top_caption .i-top_caption_content .i-top_detail p {
    font-size: 21px;
  }
  #i-top .i-top_caption .i-top_caption_content .i-top_detail span {
    font-size: 16px;
  }
}
/* ------------------------------
ナビエリア
------------------------------ */
/* ------------------------------
会員限定チケット先行受付
------------------------------ */
#i-reception .i-reception_title {
  font-size: 50px;
  text-align: center;
  line-height: 1.24;
}

#i-reception .i-recetion_period {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}

#i-reception .i-recetion_period .i-recetion_period_tab {
  display: inline-block;
  font-size: 25px;
  margin-right: 30px;
  padding: 20px 30px;
}

#i-reception .i-recetion_period .i-recetion_period_content {
  font-size: 24px;
  line-height: 1.79;
}

#i-reception .i-recetion_venue {
  font-size: 30px;
  font-weight: 700;
}

#i-reception .i-recetion_condition {
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  padding: 30px 0;
}

/* ------------------------------
ご紹介キャンペーン
------------------------------ */
#i-referral_campaign .c-method_process li .c-method_process_txt span {
  font-size: 22px;
}

/* ------------------------------
ウォレットクーポンとカードご提示で
------------------------------ */
#i-wallet_card .c-method_process li .c-method_process_img {
  min-height: 220px;
}

#i-wallet_card .c-method_process li .c-method_process_txt {
  min-height: 150px;
}

/* ------------------------------
イオンカード（櫻坂46）の特典
------------------------------ */
#i-sakurazaka46_privilege .i-sakurazaka46_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#i-sakurazaka46_privilege .i-sakurazaka46_content .i-sakurazaka46_img {
  margin-right: 40px;
}

#i-sakurazaka46_privilege .i-sakurazaka46_content .i-sakurazaka46_state {
  text-align: center;
}

#i-sakurazaka46_privilege .i-sakurazaka46_content .i-sakurazaka46_state .i-sakurazaka46_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

/* ------------------------------
カルテ
------------------------------ */
#i-karute {
  padding: 80px 0;
  position: relative;
}

.i-karute_introduce {
  position: absolute;
}

/* ------------------------------
フッター
------------------------------ */
.o-footer {
  width: 100%;
  background-color: #fafafa;
  border-top: 1px;
  padding-bottom: 120px;
  font-family: initial;
  font-weight: normal;
  line-height: 1.33333;
  padding-bottom: 150px;
}

.o-footer_links {
  text-align: right;
}

.o-footer_information,
.o-footer_links {
  max-width: 1064px;
  padding: 16px 32px;
  margin: auto;
}

.o-footer_links .m-itemgroup {
  display: block;
}

.m-itemgroup {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-footer_links .m-itemgroup a {
  color: #1a1a1a;
}

.o-footer_links .m-itemgroup a,
.o-footer_links .m-itemgroup span {
  opacity: 0.75;
  font-size: 11px;
  line-height: 1.90909;
  letter-spacing: -0.02182em;
}

.m-itemgroup :not(:last-child) {
  margin-right: 16px;
}

.o-footer a {
  text-decoration: none;
}

.o-footer .a-line {
  display: none;
}

.m-siteinformation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.m-siteinformation_companylogo {
  width: 89px;
  height: 26px;
  margin-right: 22px;
}

.m-siteinformation_copyright {
  display: block;
  margin-top: 10px;
  color: rgb(163, 163, 163);
  font-size: 9px;
  line-height: 1.33333;
  letter-spacing: -0.02222em;
  font-family: HelveticaNeue, "Helvetica Neue", Arial, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}

.m-siteinformation_right {
  margin-top: -6px;
}

.m-siteinformation_right > * {
  display: inline-block;
  vertical-align: middle;
}

.m-siteinformation_secomlogo {
  width: 28px;
  height: 47px;
  margin-right: 20px;
}

.m-siteinformation_aeonki {
  width: 104px;
  height: 21px;
  margin-top: 3px;
}

.m-siteinformation_isologo {
  width: 34px;
  height: 48px;
  margin-right: 16px;
}

.m-siteinformation_privacylogo {
  width: 46px;
  height: 47px;
  margin-right: 13px;
}

.m-siteinformation_trustelogo {
  width: 80px;
  height: 26px;
}