@charset "utf-8";

/*  .aeon_app
----------------------------------------------------*/
.pc_appear {
  display: block;
}
.sp_appear {
  display: none;
}
.section {
  padding-bottom: 0;
}
#aeon_app .section {
  border-bottom: none;
  padding-bottom: 94px;
}
.section .inner.o-width {
  max-width: 840px;
  margin: 0 auto;
}
.title_change {
  background-color: #d9e3e8;
  padding: 6px 0 4px 0;
  max-width: 960px;
  margin: 0 auto;
}
.title_change .text {
  font-size: 30px;
  font-weight: bold;
  color: #b50081;
  padding-left: 50px;
  max-width: 270px;
  margin: 0 auto;
  background: url(../img/ico-aeon.png) no-repeat left center;
  background-size: 40px;
}
.change_banner {
  margin-bottom: 40px;
}
.service_banner {
  margin-bottom: 60px;
}
.iaeon_id .inner.o-line {
  border-bottom: 2px solid #dcdcdc;
}
.iaeon_id_title {
  font-size: 334%;
  font-weight: bold;
  text-align: center;
  color: #424153;
  margin-bottom: 46px;
}
.iaeon_id_title.o-bg {
  background-color: #b50081;
  line-height: 1.2;
  padding: 5px 0 6px 0;
  color: #ffffff;
}
.iaeon_id_title.o-margin {
  margin: 51px 0 17px 0;
}
.iaeon_id_title.o-line {
  border-top: 2px solid #f0f0f0;
  padding-top: 51px;
}
.iaeon_id_logo {
  width: 340px;
  margin: 0 auto 41px auto;
}
.iaeon_id_text {
  font-size: 184%;
  font-weight: 500;
  color: #424153;
  line-height: 1.5;
  margin-bottom: 32px;
  padding: 0 60px;
}
.iaeon_id_text .o-red {
  color: #b50081;
}
.change_block {
  border-top: 2px solid #f0f0f0;
  padding-top: 53px;
}
.change_button {
  margin-bottom: 59px;
}
.change_button_anchor {
  font-size: 184%;
  font-weight: bold;
  color: #ffffff;
  background-color: #b50081;
  display: block;
  max-width: 335px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 0.05em;
  border-radius: 30px;
  position: relative;
}
.change_button_anchor:hover,
.change_button_anchor:link {
  color: #ffffff;
}
.change_button_anchor::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 37px;
  top: calc(50% - 4px);
}
.change_iframe_wrapper {
  padding-top: 56.3%;
  position: relative;
  margin-bottom: 58px;
}
.change_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.change_accordion:not(:last-child) {
  margin-bottom: 20px;
}
.change_accordion_button {
  background-color: #b50081;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 99px 15px 42px;
  cursor: pointer;
  position: relative;
}
.change_accordion_button::before,
.change_accordion_button::after {
  content: '';
  display: block;
  width: 33px;
  border-top: 5px solid #ffffff;
  position: absolute;
  right: 30px;
  top: calc(50% - 2px);
}
.change_accordion_button::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.change_accordion_button.o-open::after {
  transform: rotate(0);
}
.change_accordion_button_text {
  font-size: 234%;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
}
.change_accordion_button_text:last-child {
  background-color: #ffffff;
  color: #b50081;
  width: 46.5%;
  text-align: center;
  line-height: 1.72;
  padding-top: 1px;
}
.change_accordion_button_text.o-black:last-child {
  color: #424153;
}
.change_block_title {
  font-size: 267%;
  font-weight: bold;
  text-align: center;
  color: #424153;
  margin-bottom: 15px;
}
.change_block_title_area {
  position: relative;
  display: inline-block;
}
.change_block_title_area::before,
.change_block_title_area::after {
  content: '';
  display: block;
  width: 3px;
  height: 39px;
  background-color: #424153;
  position: absolute;
  bottom: 0;
}
.change_block_title_area::before {
  left: -20px;
  transform: rotate(-28deg);
}
.change_block_title_area::after {
  right: -20px;
  transform: rotate(28deg);
}
.change_block_area:not(:last-child) {
  margin-bottom: 54px;
}
.change_accordion_content {
  margin-bottom: 80px;
  transition: all 0.3s;
  display: none;
}
.change_block_area:last-child .change_accordion_content {
  margin-bottom: 19px;
}
.change_accordion_content_area {
  background: #fcf3f9;
  padding: 40px 54px 59px 54px;
}
.change_list {
  counter-reset: list_numeric;
}
.change_list_title {
  font-size: 184%;
  font-weight: bold;
  color: #424153;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.change_list_title::before {
  content: '';
  display: block;
  width: 31px;
  height: 31px;
  background-color: #b50081;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}
.change_list_title::after {
  counter-increment: list_numeric;
  content: counter(list_numeric);
  display: block;
  position: absolute;
  left: 11px;
  top: 5px;
  font-size: 16px;
  color: #ffffff;
}
.change_list_button {
  max-width: 465px;
  margin: 22px auto 17px auto;
  position: relative;
}
.change_list_button_anchor {
  font-size: 184%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 11px 0 9px 0;
  border-radius: 30px;
  background-color: #b50081;
  position: relative;
}
.change_list_button_anchor:hover {
  color: #ffffff;
}
.change_list_button_anchor::after {
  content: '';
  display: block;
  width: 27px;
  height: 20px;
  background: url(../img/ico-window.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 28px;
  top: calc(50% - 10px);
}
.comming_soon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  background: rgba(0,0,0,0.7);
}
.change_list_button_anchor.o-soon:hover {
  opacity: 1!important;
}
.change_list_text {
  font-size: 125%;
  font-weight: 500;
  text-align: center;
  color: #424153;
}
.change_list_text .o-red {
  font-weight: bold;
  color: #b50081;
}
.change_list_image.o-width {
  max-width: 375px;
  margin: 43px auto 0 auto;
}
.change_list_image.o-login {
  max-width: 335px;
  margin: 19px auto 0 auto;
}
.change_list_image.o-margin {
  margin: 19px 0 0 85px;
}
.change_list_item:not(:last-child) {
  margin-bottom: 61px;
}
.change_list_area {
  padding-left: 40px;
  margin-left: 44px;
  position: relative;
}
.change_list_block {
  position: relative;
  margin-top: 35px;
}
.change_list_block::before {
  content: '';
  display: block;
  height: 85%;
  border-left: 2px solid #b50081;
  position: absolute;
  left: 53px;
  top: 18px;
}
.change_list_area::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background-color: #b50081;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.change_list_area_p {
  font-size: 134%;
  padding-left: 40px;
　color: #424153;
}
.change_list_area_title {
  font-size: 167%;
  font-weight: bold;
  color: #b50081;
  margin-bottom: 4px;
}
.change_list_area_text {
  font-size: 134%;
  font-weight: bold;
  margin-bottom: 27px;
}
.change_list_area:not(:last-child) {
  margin-bottom: 33px;
}
.change_list_area:nth-child(2) {
  margin-bottom: 56px;
}
.change_list_area:nth-child(3) {
  margin-bottom: 46px;
}
.information_list {
  background-color: #f0f0f0;
  width: 348px;
  padding: 18px 24px 16px 24px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.information_list.o-margin {
  margin: 20px 0 40px 0;
  padding: 21px 25px 19px 25px;
}
.information_list_item {
  font-size: 117%;
  font-weight: 500;
}
.information_list.o-margin .information_list_item  {
  font-size: 150%;
  line-height: 1.45;
}
.information_list_item:not(:last-child) {
  margin-bottom: 2px;
}
.shopping_button_anchor {
  font-size: 184%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #b50081;
  background-color: #ffffff;
  border: 2px solid #b50081;
  display: block;
  box-sizing: border-box;
  max-width: 465px;
  margin: 59px auto 0 auto;
  padding: 19px 0 19px 110px;
  border-radius: 5px;
  position: relative;
}
.shopping_button_anchor:link,
.shopping_button_anchor:visited {
  color: #b50081;
}
.shopping_button_anchor::before {
  content: '';
  display: block;
  width: 58px;
  height: 59px;
  background: url(../img/ico-iaeon.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 21px;
  top: calc(50% - 30px);
}
.shopping_button_anchor::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b50081;
  border-right: 2px solid #b50081;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
}
.change_accordion_close {
  font-size: 150%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #424153;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 15px 0 12px 0;
}
.change_accordion_close_area {
  text-decoration: underline;
}
.change_accordion_close:hover .change_accordion_close_area {
  text-decoration: none;
}
.change_accordion:nth-of-type(2) .change_list_item:nth-child(4) .change_list_block::before {
  height: 72%;
}
.app_button_list {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}
.app_button_item:first-child {
  margin-right: 37px;
}
.change_list_text.o-margin {
  margin-top: 7px;
}
.change_list_title .o-red {
  color: #b51181;
}
.change_list_note {
  font-size: 125%;
  font-weight: 500;
  color: #b50081;
  padding-left: 40px;
  margin-top: 7px;
}
.shopping_button_anchor.o-margin {
  margin-top: 29px;
}
.qa_list:not(:last-child) {
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: 31px;
  padding-bottom: 27px;
}
.qa_list_title {
  font-size: 150%;
  font-weight: bold;
  color: #b51181;
  padding-left: 38px;
  margin-bottom: 15px;
  position: relative;
}
.qa_list_title::before {
  content: 'Q.';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.qa_list_text {
  font-size: 134%;
  font-weight: 500;
  color: #424153;
  padding-left: 38px;
  line-height: 1.66;
  position: relative;
}
.qa_list_text::before {
  content: 'A.';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.qa .iaeon_id_title {
  margin-bottom: 50px;
}

.faq_app_contact {
	/* margin-top: 108px; */
	border-radius: 20px;
	overflow: hidden;
  padding-bottom: 35px;
	border: 2px solid #b50081;
}
.faq_app_contact h3 {
	font-size: 28px;
	text-align: center;
	color: #fff;
	background-color: #b50081;
	padding: 14px 0;
  margin-bottom: 22px;
}
.faq_app_contact dl {
/*	padding: 34px 40px 38px; */
	text-align: center;
}
.faq_app_contact dl dt {
	font-size: 20px;
	font-weight: 500;
	color: #424153;
  line-height: 1.45;
}
.faq_app_contact dl dd {
	font-size: 20px;
  font-weight: 500;
	color: #424151;
  margin-bottom: 1px;
}
.faq_app_contact dl dd a {
	font-size: 60px;
	color: #a10070;
	font-weight: bold;
  line-height: 1.5;
}
#aeon_app .section.qa {
  padding-bottom: 52px;
}
#aeon_app .section.o-padding {
  margin-bottom: 0;
}

/* change_banner */
.change_banner {
  background: #b50081;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.change_banner_ttl {
  font-size: 30px;
  font-weight: bold;
}
.font-24 {
  font-size: 24px;
}

/* campaign-note */
.campaign-note {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  margin-bottom: 40px;
}
.campaign-note-ttl {
  background-color: #feff05;
  margin-bottom: 0;
  color: #000;
  border-bottom: 2px solid #000;
}
.campaign-note-txt {
  margin-bottom: 0;
  line-height: 1.5;
  padding: 10px 0;
}
.campaign-note-txt a {
  color: #1877f2;
  text-decoration: underline;
}
.campaign-note-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.campaign-note-img img {
  width: 120px;
}

/* ieaon-feature_banner */
.ieaon-feature_banner {
  margin-bottom: 60px;
}
.ieaon-feature_banner img {
  width: 100%;
  margin: 0 auto;
}

/* iaeon-app-install-area */
.iaeon-app-install-area {
  width: 87.5%;
  margin: 0 auto 60px;
}
.iaeon-app-install-area .button_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.iaeon-app-install-area .note_list {
  font-size: 1rem;
}

/* nav-to-register */
.nav-to-register {
  width: 87.5%;
  margin: 0 auto 60px;
  text-align: center;
}
.scroll-to-user a {
  display: inline-block;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  color: #b50081;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #b50081;
  border-radius: 20px;
  padding: 10px 0;
}
.scroll-to-new-user {
  margin-bottom: 20px;
}
.scroll-to-existing-user a {
  color: #fff;
  background: #b50081;
}

/* ボタンの矢印 */
.arrow_right {
  position: relative;
  padding-left: 25px;
}
.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b50081;
  border-right: 2px solid #b50081;
  transform: rotate(45deg);
}
.scroll-to-existing-user .arrow_right:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* waonpoint-campaign_banner */
.waonpoint-campaign_banner {
  text-align: center;
  margin-bottom: 40px;
}
.waonpoint-campaign_title {
  font-size: 334%;
  font-weight: bold;
  text-align: center;
  color: #424153;
  margin-bottom: 46px;
}
.waonpoint-campaign_title.o-bg {
  background-color: #b50081;
  line-height: 1.2;
  padding: 5px 0 6px 0;
  color: #ffffff;
}
.waonpoint-campaign_subtitle {
  font-size: 267%;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1.2;
  margin-bottom: 32px;
  background-color: #d9e3e8;
  padding: 5px 0 6px 0;
}
.waonpoint-campaign_text {
  font-size: 184%;
  font-weight: 500;
  color: #424153;
  line-height: 1.5;
  margin-bottom: 32px;
}
.waonpoint-campaign_text.text-bold {
  font-weight: bold;
}
.waonpoint-campaign_text.text-underline {
  text-decoration: underline;
}
.waonpoint-campaign_text.bg-gray {
  background-color: #f0f0f0;
}
.waonpoint-campaign_text a {
  text-decoration: underline;
  color: #b50081;
}
.waonpoint-campaign_text a.txt-color-red {
  text-decoration: underline;
  color: red;
}
.waonpoint-campaign_text span.text-red {
  color: #b50081;
}
.waonpoint-campaign .iaeon-app-install-area {
  margin-bottom: 32px;
}
.waonpoint-campaign_text_contact {
  margin-bottom: 20px;
}
.promocode-step-img {
  text-align: center;
}
.promocode-step-img img {
  margin-bottom: 32px;
}
.promocode-textarea {
  text-align: center;
  margin: 0 auto 32px;
}
.promocode-text {
  display: inline-block;
  font-size: 300%;
  font-weight: 500;
  color: #424153;
  line-height: 1.5;
  border: 1px solid #e89f26;
  text-align: center;
  padding: 5px 20px;
  margin: 0 auto 10px;
  cursor: pointer;
}
.promocode-text span {
  color: #b50081;
}
.promocode-note {
  font-size: 20px;
}
.campaign-contact-info {
  display: inline-block;
  padding: 10px 20px;
}
.waonpoint-campaign .iaeon-app-install-area.mb-none {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .section .inner {
    padding: 0 30px;
    box-sizing: border-box;
  }

  .section .share_app .inner {
    padding: 0;
  }
}

/* 20241001追記 */
.change-model .change_accordion_button_text {
  font-size: 234%;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
  background: none;
  width: 100%;
  text-align: left;
}
.change-model .asterisk {
  font-size: 12px;
  position: relative;
  top: -7px;
  left: 0;
}