@charset "utf-8";

/*  .aeon_app
----------------------------------------------------*/
.section {
  padding-bottom: 0;
}

.section .inner {
  max-width: 840px;
  margin: 0 auto;
}

.direction-column {
  flex-direction: column;
}

#aeon_app .section {
  padding-bottom: 0;
  border-bottom: none;
}

#aeon_app .section_title {
  font-size: 292%;
}

#aeon_app .coupons-block .section_title {
  padding-bottom: 60px;
}

#aeon_app .enlarge-block .section_title {
  padding-bottom: 60px;
}

#aeon_app .section_title .line {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

#aeon_app .section_title .line::after {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #fadce9;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}

.title_benefits {
  background-color: #d9e3e8;
  padding-top: 5px;
  max-width: 960px;
  margin: 0 auto 55px auto;
}

.title_benefits .text {
  font-size: 30px;
  font-weight: bold;
  color: #b50081;
  padding-left: 50px;
  max-width: 270px;
  margin: 0 auto;
  background: url(../img/ico-aeon.jpg) no-repeat left center;
}

.title_benefits .advance_notice {
  font-size: 35px;
  color: #b50081;
  text-align: center;
  background-color: #fff000;
  width: 960px;
  padding: 11px 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.title_benefits .receipt_code {
  font-size: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
}

.title_benefits .receipt_code .o-big {
  font-size: 40px;
}

.title_benefits_area {
  margin-top: 5px;
  background-color: #b50081;
  position: relative;
  padding: 41px 0 17px 0;
}

.section .attend_text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  /* line-height: 1.97; */
  color: #424153;
  margin-bottom: 50px;
}

.section .attend_text .o-line {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgb(250 220 233) 30%);
}

.section .attend_text .o-big {
  font-size: 40px;
}

.section .attend_text .o-red {
  color: #b51181;
}

.section .attend_note {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 57px;
}

.section .attend_note .o-red {
  color: #b51181;
}

.section .introduction_block {
  background-color: #f5f5f5;
  padding: 26px 80px 50px 80px;
  margin-bottom: 90px;
}

.section .introduction_block_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #b51181;
  margin-bottom: 14px;
}

.section .method {
  background-color: #d9e3e8;
  padding: 46px 30px 30px 30px;
}

.section .method_column {
  display: flex;
  justify-content: space-between;
}

.section .method_title {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #b50081;
  margin-bottom: 31px;
}

.section .method_column_image {
  width: 17.8%;
}

.section .method_column_area {
  width: 77.8%;
}

.image {
  width: 100%;
  height: auto;
}

.section .method_list_item {
  background-color: #ffffff;
  position: relative;
  padding: 26px 25px 18px 25px;
  border-radius: 20px;
}

.section .method_list_item:not(:last-child) {
  margin-bottom: 20px;
}

.section .method_list_number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #b51181;
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: -20px;
  top: 26px;
}

.section .method_list_column {
  display: flex;
  align-items: center;
}

.section .method_list_column_area:first-child {
  width: 52%;
  padding-left: 50px;
  box-sizing: border-box;
}

.section .method_list_column_area:first-child .method_list_column_note {
  text-align: left;
}

.section .method_list_column_area:last-child {
  width: 48%;
}

.section .method_list_column_text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #424153;
  letter-spacing: 0.05em;
}

.section .method_list_column_text.font-14 {
  font-size: 14px;
}

.section .method_list_column_note {
  font-size: 11.5px;
  text-align: center;
  color: #424153;
  margin-top: -9px;
}

.section .method_list_column_check {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #b51181;
  text-align: center;
  border: 2px solid #b51181;
  padding: 13px 0 15px 0;
  border-radius: 8px;
  max-width: 270px;
  position: relative;
}

.section .method_list_column_check::after {
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  background: url(../img/ico-arrow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -9px;
  top: 26px;
}

.section .method_list_item:nth-child(3) .method_list_column_text {
  margin-bottom: 18px;
}

.section .method_list_item:last-child .method_list_column_image {
  margin-bottom: -36px;
}

.section .method_list_item:last-child .method_list_column_area:last-child .method_list_column_note {
  text-align: left;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
  top: -7px;
}

.section .coupons {
  background-color: #fffeef;
  padding: 30px 45px 11px 45px;
  margin-top: 17px;
  border-radius: 12px;
}

.section .coupons_title {
  font-size: 18px;
  font-weight: bold;
  color: #b51181;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}

.section .coupons_text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
  color: #424153;
}

.section .introduction_block_iframe {
  padding-top: 56.3%;
  position: relative;
}

.section .introduction_block_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .coupons_image {
  margin-bottom: 17px;
}

.section .coupons_note {
  font-size: 13px;
  line-height: 1.7;
}

.qa {
  padding: 83px 30px 0 30px;
  box-sizing: border-box;
}

.section .qa_title {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #b50081;
  margin-bottom: 59px;
  border-top: 2px solid #dcdcdc;
  padding-top: 30px;
}

.section .qa_list {
  padding: 0 20px;
  border-bottom: 1px solid #d9e3e8;
  padding-bottom: 38px;
}

.section .qa_list:not(:last-child) {
  margin-bottom: 38px;
}

.section .qa_list_title {
  font-size: 18px;
  font-weight: bold;
  color: #b51181;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-left: 50px;
  margin-bottom: 16px;
  position: relative;
}

.section .qa_list_title::after {
  content: 'Q.';
  display: block;
  font-size: 26px;
  color: #b51181;
  position: absolute;
  left: 0;
  top: -8px;
}

.section .qa_list_text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #424153;
  padding-left: 50px;
  position: relative;
}

.section .qa_list_text::after {
  content: 'A.';
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #58566f;
  position: absolute;
  top: -6px;
  left: 0;
}

.faq_app_contact {
  margin: 99px auto 98px auto;
  border-radius: 20px;
  overflow: hidden;
  max-width: 840px;
  border: 1px solid #a10070;
}

.faq_app_contact h3 {
  font-size: 23px;
  text-align: center;
  color: #fff;
  background-color: #a10070;
  padding: 14px 0 15px;
}

.faq_app_contact dl {
  /*	padding: 34px 40px 38px; */
  text-align: center;
}

.faq_app_contact dl dt {
  font-size: 19px;
  font-weight: bold;
  color: #424055;
}

.faq_app_contact dl dd {
  font-size: 13px;
  color: #424151;
}

.faq_app_contact dl dd a {
  font-size: 43px;
  color: #a10070;
  font-weight: bold;
}

.share_app {
  background-color: #f5f5f5;
}

.share_app .share_app_main .share_app_left {
  border-right: 3px solid #d8d8d8;
}

.section .usage {
  background-color: #fffeef;
  padding: 46px 60px 38px 60px;
}

.section .usage_title {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #b50081;
  margin-bottom: 37px;
}

.section .usage .attend_text {
  line-height: 1.8;
}

.section .usage_image {
  margin-bottom: 45px;
}

.section .usage_banner {
  max-width: 516px;
  margin: 0 auto 39px auto;
}

.section .usage_note {
  font-size: 13px;
}

.section .usage_note .o-red {
  color: #b51181;
}


#aeon_app .enlarge-block .method_list li {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  position: relative;
  padding-bottom: 100px;
  margin-left: 40px;
}

#aeon_app .enlarge-block .section_title {
  padding-bottom: 60px;
  padding-top: 80px;
}

#aeon_app .method_list .text_area::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5%;
  margin-top: -22px;
  left: 0;
}

#aeon_app .method_list li:not(:first-child) {
  margin-top: 10px;
}

#aeon_app .enlarge-block .method_list li:first-child .text_area::after {
  background: url(../img/ico-number_1.png) no-repeat left center;
  background-size: cover;
}

#aeon_app .enlarge-block .method_list li:nth-child(2) .text_area::after {
  background: url(../img/ico-number_2.png) no-repeat left center;
  background-size: cover;
}

#aeon_app .enlarge-block .method_list li:nth-child(3) .text_area::after {
  background: url(../img/ico-number_3.png) no-repeat left center;
  background-size: cover;
}

#aeon_app .purchase-history .method_list li:first-child .text_area::after {
  background: url(../img/ico-number-transparent_1.png) no-repeat left center;
  background-size: cover;
}

#aeon_app .purchase-history .method_list li:nth-child(2) .text_area::after {
  background: url(../img/ico-number-transparent_2.png) no-repeat left center;
  background-size: cover;
}

#aeon_app .purchase-history .method_list li:nth-child(3) .text_area::after {
  background: url(../img/ico-number-transparent_3.png) no-repeat left center;
  background-size: cover;
}

#aeon_app .use-block .method_list li:last-child .method_image {
  width: 28.6%;
}

#aeon_app .coupons-block .method_list li .method_image {
  width: 27%;
}

#aeon_app .coupons-block .method_list li:nth-child(3) {
  height: 364px;
}

#aeon_app .coupons-block .method_list li:nth-child(3) .method_image {
  position: absolute;
  right: 23%;
  top: 0;
}

#aeon_app .method_list .method_image {
  text-align: center;
}

#aeon_app .method_list .method_image img {
  margin: 0 auto;
}

#aeon_app .method_list .method_coupon {
  display: flex;
}

#aeon_app .method_list .method_coupon .method_image {
  width: 50%;
}

#aeon_app .method_list .method_text {
  font-size: 200%;
  padding-left: 75px;
  font-weight: bold;
  line-height: 1.9;
  color: #424153;
  margin-bottom: 27px;
}

/*  2024.10追加
----------------------------------------------------*/
.section .feature {
  background-color: #fffeef;
  padding: 80px 60px 82px 60px;
}

.section .feature_title {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #b50081;
  margin-bottom: 68px;
}

.section .feature .attend_text {
  line-height: 1.8;
}

.section .feature_image {
  margin-bottom: 45px;
}

.section .feature_banner {
  max-width: 516px;
  margin: 0 auto 39px auto;
}

.section .feature_note {
  font-size: 13px;
}

.section .feature_note .o-red {
  color: #b51181;
}

#feature .feature-method-area:not(:last-child) {
  margin-bottom: 178px;
}

#feature .method_column_area {
  width: 100%;
}

#feature .feature_subtitle,
#feature2 .feature_subtitle {
  font-size: 34px;
  font-weight: bold;
  line-height: calc(34 / 22);
  background-color: #B51181;
  color: #fff;
  text-align: center;
  padding: 8px 10px 10px;
  margin-bottom: 56px;
}

#feature .attend_text {
  margin-bottom: 80px;
}

.feature-method-info-ttl-area {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.feature-method-info-ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: calc(34 / 22);
  color: #B51181;
  display: inline-block;
  padding: 0 24px;
  background-color: #FFFEEF;
  margin-bottom: 0;
}

.feature-method-info-ttl-area::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #B51181;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.feature-method-info .method_list_item:first-child {
  background-color: transparent;
}

.feature-method-info .method_list_item:not(:first-child) {
  border: 2px solid #B51181;
}

.feature-method-info .method_list_item .method_list_column {
  justify-content: space-between;
}

.feature-method-info .method_list_item:not(:first-child) .method_list_column {
  display: flex;
  align-items: flex-start;
}

#feature .method_list_item {
  padding: 64px 56px;
}

#feature .method_list_column_area {
  padding-left: 0;
  width: 42%;
}

#feature .method_list_column_area:first-child {
  width: 50%;
}

.method_list_column_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(30 / 23);
  letter-spacing: 1.5px;
  color: #B51181;
  padding-top: 40px;
}

#feature .method_list_item:last-child .method_list_column_image {
  margin-bottom: 0;
}

#feature .method_list_item:not(:first-child) {
  margin-bottom: 40px;
}

#feature .method_list_item:first-child {
  margin-bottom: 0;
}

#feature .method_list_item:last-child {
  margin-bottom: 0;
}

#feature .method_list li:not(:first-child) {
  margin-top: 0;
}

/* 会員コードページを表示 */
#aeon_app .app_inner#feature2 {
  margin-top: 80px;
}

#feature2 .section .feature_title-sub {
  display: inline-block;
  font-size: 30px;
  padding: 0 1em;
  box-sizing: border-box;
  position: relative;
}

#feature2 .section .feature_title-sub::before {
  content: '〜';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#feature2 .section .feature_title-sub::after {
  content: '〜';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#feature2 .section .feature_title_note {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #424153;
  margin-top: 10px;
}

#feature2 .section .feature_title {
  margin-bottom: 40px;
}

#feature2 .method-list-item:not(:first-child) {
  margin-top: 48px;
}

#feature2 .section .method_column_area {
  width: 100%;
}

#feature2 .method_list_column {
  justify-content: space-between;
  align-items: flex-start;
}

#feature2 .method_list_column_area {
  position: relative;
}

#feature2 .method_text {
  width: 47.86%;
}

#feature2 .method_image {
  width: 32.5%;
  margin-right: 20px;
}

#feature2 .direction-column .method_text {
  width: 100%;
  padding-left: 60px;
}

#feature2 .direction-column .method_image {
  width: 80%;
  margin: 0 auto;
}

#feature2 .method_list_column_text {
  padding-left: 20px;
}

#feature2 .method_list_column_text::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ico-number-transparent_1.png) no-repeat left center;
  background-size: cover;
}

#feature2 .method-list-item:nth-child(2) .method_list_column_text::before {
  background: url(../img/ico-number-transparent_2.png) no-repeat left center;
  background-size: cover;
}

#feature2 .method-list-item:nth-child(3) .method_list_column_text::before {
  background: url(../img/ico-number-transparent_3.png) no-repeat left center;
  background-size: cover;
}

#feature2 .method_list_column_note {
  padding-left: 20px;
  margin-bottom: 40px;
}

#feature2 .method_column_note_item {
  margin-left: 1em;
  text-indent: -1em;
}

.method_column_link:link,
.method_column_link:visited {
  color: #0049ED;
  text-decoration: underline;
}

@media (hover: hover) {

  .method_column_link:link:hover,
  .method_column_link:visited:hover {
    text-decoration: none;
  }
}

/* マージン調整 */
.feature-method-info .method_list_item .method_list_column.mb-40 {
  margin-bottom: 40px;
}

#feature .method_list_item .method_list_column_image img.mb-40 {
  margin-bottom: 40px;
}

.qa_list_text a {
  color: #b50081;
  transition: .2s;
}

.qa_list_text a:hover {
  opacity: .7;
}

/* 購入履歴表示機能 */
.purchase-history {
  margin: 60px 0 20px;
}

.section .purchase-history {
  background-color: #fffeef;
  padding: 80px 60px 0 60px;
}

.purchase-history .attend_text {
  font-size: 34px;
  font-weight: bold;
  line-height: calc(60/34);
  color: #424153;
}

.section .purchase-history .attend_text .o-big {
  font-size: 44px;
  font-weight: bold;
  line-height: calc(60/44);
}

.section .purchase-history .attend_text .o-line {
  font-size: 44px;
  font-weight: bold;
  line-height: calc(60/44);
  color: #B50081;
}

.purchase-history-note {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(40/22);
  letter-spacing: 1.1px;
  color: #424153;
  text-align: center;
  margin-bottom: 60px;
}

.purchase-history .feature-method-info-ttl-area {
  margin-bottom: 95px;
}

.purchase-history .method_text .o-subtxt {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(28/18);
  letter-spacing: 0.9px;
}

.method_text_note {
  margin: 10px 0 40px;
  color: #424153;
}

/* info-nav */
.info-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-bottom: 70px;
  counter-reset: item; /* カウンターのリセット */
}
.info-nav-item {
  /* width: 31.3%; */
  width: 410px;
  background-color: #B50081;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 90px;
}

.info-nav-item a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  /* padding: 30px 16px 34.5px; */
  /* padding-bottom: 10px; */
}

.info-nav-item::before {
  content: counter(item, decimal-leading-zero); /* 01, 02, 03... */
  counter-increment: item;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  background: #FADCE9;
  color: #B50081;
  font-size: 24px;
  font-weight: bold;
  padding: 0px 8px;
  border-radius: 50%;
  border: 2px solid #B50081;
}

.arrow-down {
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
}

.arrow-down::before,
.arrow-down::after {
  position: absolute;
  bottom: 14px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-down::before {
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* add 2025/03/21
-------------------------------- */
#top_easier_to_see .black{
  color: #424153;
}

.top_easier_to_see_img {
  text-align: center;
  margin-bottom: 40px;
}

.top_easier_to_see_note {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 72px;
}