@charset "utf-8";
.pc_appear {
  display: block;
}
.sp_appear {
  display: none;
}

/*  .aeon_app
----------------------------------------------------*/
.section {
  padding-bottom: 0;
}
.section .inner {
  max-width: 840px;
  margin: 0 auto;
}
#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 .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: 5px 0;
  max-width: 960px;
  margin: 0 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: 34px;
  font-weight: bold;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
}
.title_benefits .receipt_code .o-big {
  font-size: 46px;
}
.section .attend_text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.97;
  color: #424153;
  margin-bottom: 35px;
}
.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: 30px;
}
.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;
}
.image {
  width: 100%;
  height: auto;
}
.section .introduction_block_iframe {
  padding-top: 56.3%;
  position: relative;
}
.section .introduction_block_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}

/* function */
#aeon_app .app_inner {
  margin-bottom: 50px;
}

.section .function {
  margin-bottom: 40px;
  background-color: #FAF7E9;
  padding: 50px 60px;
}

.section .function:last-of-type {
  margin-bottom: 80px;
}

.function-list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 40px;
}

.function .function-list:last-of-type {
  margin-bottom: 0;
}

.function-list-item {
  display: flex;
  align-items: center;
  padding: 50px;
  background: #fff;
  border-radius: 15px;
}

.function-list-item-detail {
  flex: 1;
  margin-right: 30px;
}

.function-list-item-detail-title {
  display: flex;
  align-items: center;
  margin-bottom:  30px;
  line-height: 1.3;
}

.function-list-item-detail-title .icon {
  margin-right: 10px;
}

.function-list-item-detail-title .icon img {
  width: 60px;
  height: 30px;
}

.function-list-item-detail-title .text {
  font-size: 30px;
}

.function-list-item-detail-excerpt {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(35 / 22);
  letter-spacing: 0.55px;
}

.function-list-item-detail-note {
  margin-top: 20px;
  font-size: 11px;
  font-weight: normal;
  line-height: calc(20 / 11);
  letter-spacing: 0.28px;
}

.function-list-item-image {
  width: 287px;
  flex-shrink: 0;
}

.function-list-item-image-button {
  margin-top: 20px;
  text-align: center
}

.function-list-item-image-button a {
  position: relative;
  display: inline-block;
  padding: 10px 50px;
  background: #B51181;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
}

.function-list-item-image-button a:before {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.function-list-item-image.function-regigo {
  width: 326px;
}

.function-list-item-image.function-online {
  width: 260px;
}

.function-list-item-image.function-config-01 {
  width: 287px;
}

.function-list-item-image.function-config-02 {
  width: 220px;
}

.function-list-item-image.function-config-03 {
  width: 320px;
}

.function-list-item-image img {
  max-width: 100%;
}

.function-title {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #B50081;
}

.section.bnrlink {
  text-align: center;
  border-bottom: none;
}

.notice-area {
  background: #b50081;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 55px;
}
.notice-ttl {
  font-size: 26px;
  font-weight: bold;
}
.notice-ttl-note {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}

/* 矢印 */
.arrow_right {
  position: relative;
}
.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 33%;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}