@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
a {
  text-decoration: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure {
  margin-block-start: 0;
  margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
  display: inline-block;
}
#main {
  padding: 0;
  --c1: #e8ba4e;
  --c2: #221815;
  --c3: #b60081;
}
main h1 .pageTop {
  text-align: center;
  background: #EAC786;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.mainVisual {
  position: relative;
}
main .period {
  color: var(--c2);
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 2% 0 1%;
  background: var(--c1);
}
main .period span {
  font-size: 2rem;
}
.main-inner {
  padding: 8% 3% 0;
  font-size: 1.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
  background: var(--c2);
}
.ankerLink {
  margin: 10% 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ankerLink li {
  width: 48%;
  position: relative;
  display: flex; 
  align-items: stretch;
  text-align: center;
}
.ankerLink li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px var(--c2);
  border-right: solid 2px var(--c2);
  position: absolute;
  left: calc(50% - 3px);
  bottom: 6%;
  transform: rotate(135deg);
}
.ankerLink li a {
  padding: 10% 0;
  background: var(--c1);
  color: var(--c2);
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.ankerLink li:nth-child(n+3) {
  margin-top: 4%;
}
.main-inner > section:not(:last-child) {
  padding-bottom: 15%;
  color: var(--c2);
  text-align: center;
}
.main-inner section .inner {
  padding: 0 2%;
}
.main-inner section h2 {
  margin-bottom: 5%;
  padding: 2% 0;
  background: var(--c1);
  color: var(--c2);
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
}
.main-inner .flow li[class*="icon"] {
  margin-bottom: 5%;
  position: relative;
}
.main-inner .flow li[class*="icon"]::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16%;
  aspect-ratio: 2 / 1;
  bottom: -15px;
  left: calc(50% - 8%);
  z-index: 10;
}
.main-inner .flow li[class*="icon"]:nth-child(2)::after {
  bottom: -12px;
}
.main-inner .flow .icon01::after {
  background-image: url(../images/idx_dec01.webp);
}
.main-inner .flow .icon02::after {
  background-image: url(../images/idx_dec02.webp);
}
.main-inner .flow .icon03::after {
  background-image: url(../images/idx_dec03.webp);
}
.main-inner .label {
  padding: 0 4%;
  background: var(--c1);
  border: 2px solid var(--c2);
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
}
.main-inner .text {
  margin-top: -4%;
  padding: 8% 3% 5%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.main-inner .flow .text figure {
  margin-right: 4%;
  width: 38vw;
}
.main-inner .flow .text p {
  width: 58vw;
}
.main-inner .flow .text p span {
  color: var(--c3);
  font-weight: bold;
}
.main-inner #contents01 .example {
  margin: 10% 0;
}
.main-inner #contents02 .label{
  border: none;
  background: none;
}
.main-inner #contents02 .label img {
  width: 60%;
}
.main-inner #contents02 .text {
  margin-top: -8%;
  display: block;
}
.main-inner #contents02 dl + dl {
  margin-top: 8%;
}
.main-inner #contents02 .object ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-inner #contents02 dl dd ul li  {
  display: flex;
  align-items: center;
  gap: 2%;
}
.main-inner #contents02 .object dd ul li:first-child {
  width: 37%;
}
.main-inner #contents02 .object dd ul li:nth-child(2) {
  width: 58%;
}
.main-inner #contents02 .object dd ul li:nth-child(3) {
  margin-top: 3%;
  width: 62%;
}
.main-inner #contents02 .notObject dd ul li:nth-child(2) {
  margin-top: 3%;
  width: 85%;
}
.main-inner #contents02 .text ul li p {
  font-size: 1.4rem;
  white-space: nowrap;
}
.main-inner #contents02 .summary {
  margin-top: 4%;
  text-align: center;
  font-weight: bold;
}
.main-inner #contents02 .summary img {
  width: 60%;
}
.main-inner #contents02 .summary span {
  font-size: 2.2rem;
  color: var(--c3);
}
.main-inner .note {
  margin-top: 2%;
  font-size: 1.4rem;
  text-align: left;
  color: var(--c2);
}
.main-inner #contents02 .appLink {
  margin-top: 10%;
}
.main-inner .fukidashi {
  margin-bottom: 7%;
  padding: 5% 0;
  background: var(--c1);
  border-radius: 50px;
  position: relative;
}
.main-inner .fukidashi::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent var(--c1) var(--c1) transparent;
  border-width: 4vw;
  bottom: -10%;
  left: calc(50% - 2vw);
  transform: scaleX(0.6) rotate(45deg);
}
.main-inner .fukidashi span {
  font-weight: bold;
}
.main-inner #contents02 .appLink .btnWrap {
  padding: 5% 3%;
  background: #fff;
  border-radius: 10px;
}
.main-inner #contents02 .appLink .btnWrap li {
  border: 2px solid var(--c2);
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.main-inner #contents02 .appLink .btnWrap li:not(:last-child) {
  margin-bottom: 8%;
}
.main-inner #contents02 .appLink .btnWrap li::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 18px;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--c2);
  top: calc(50% - 8px);
  right: 3%;
}
.main-inner #contents02 .appLink .btnWrap li a {
  padding: 5% 0 5% 3%;
  display: block;
  color: var(--c2);
  text-decoration: none;
}
.main-inner #contents02 .appLink .btnWrap .iaeon {
  background: url(../images/idx_ic01.webp) no-repeat 3% 50% / 14%;
}
.main-inner #contents02 .appLink .btnWrap .aeonwallet {
  background: url(../images/idx_ic02.webp) no-repeat 3% 50% / 14%;
}
.main-inner #contents02 .appLink .btnWrap .msapp {
  background: url(../images/idx_ic03.webp) no-repeat 3% 50% / 14%;
}
.main-inner #contents02 .appLink .bannerLink {
  margin-top: 8%;
}
.main-inner #contents02 .appLink .bannerLink p:first-child {
  margin-bottom: 2%;
  color: #fff;
}
.main-inner #contents03 h3 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
.main-inner #contents03 .tabBlock .heading {
  color: #fff;
  font-weight: bold;
}
.main-inner #contents03 .tabBlock .heading span {
  margin-right: 1%;
}
.main-inner #contents03 .tabBlock .heading span img {
  width: 10%;
}
.main-inner #contents03 .tabBlock .tabWrap {
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
}
.main-inner #contents03 .tabBlock .tabWrap .tab {
  padding: 2% 0 1%;
  width: 44vw;
  background: #d3d3d3;
  border-radius: 10px 10px 0 0;
  color: #565656;
  font-size: 1.6rem;
  font-weight: bold;
}
.main-inner #contents03 .tabBlock .tabWrap .tab.active {
  background: var(--c1);
  width: 44vw;
  color: var(--c2);
}
.main-inner #contents03 .tabBlock .areaWrap {
  padding: 5% 3%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  border-top: 4px solid var(--c1);
}
.main-inner #contents03 .tabBlock .areaWrap .area {
  display: none;
}
.main-inner #contents03 .tabBlock .areaWrap .area.active {
  display: block;
}
.main-inner #contents03 .label {
  border: 2px solid #fff;
}
.main-inner #contents03 .text {
  border: 2px solid var(--c1);
}
.main-inner #contents03 .inner section + section {
  margin-top: 10%;
}
.main-inner #contents03 .inner section > div + div {
  margin-top: 8%;
}
.main-inner #contents03 .inner section .cashObject,
.main-inner #contents03 .note {
  color: #fff;
  text-align: left;
}
.main-inner #contents03 .inner section .cashObject ul {
  margin-top: 2%;
  padding: 5% 3%;
  border: 2px solid #fff;
  border-radius: 10px;
}
.main-inner #contents03 .branch .label {
  background: #fff;
  border: 2px solid var(--c2);
} 
.main-inner #contents03 .branch .text {
  border: 2px solid var(--c2);
}
.main-inner #contents03 .branch .flow li {
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.main-inner #contents03 .branch .flow li:not(:last-child) {
  margin-bottom: 8%;
  position: relative;
}
.main-inner #contents03 .branch .flow li:not(:last-child)::after {
  content: '';
  position: absolute;
  background-image: none;
  background-color: var(--c2);
  clip-path: polygon(0 0, 50% 80%, 100% 0);
  width: 5vw;
  height: 2vh;
  left: calc(50% - 2.5vw);
  top: 109%;
}
.main-inner #contents04 {
  margin: 0 calc(50% - 50vw);
  padding: 8% 3% 10%;
  background: #fff;
  color: var(--c2);
}
.main-inner #contents04 dl:not(:last-child) {
  margin-bottom: 5%;
}
.main-inner #contents04 dl dt {
  font-weight: bold;
  font-size: 1.6rem;
}
.main-inner #contents04 dl > dl dt {
  font-size: 1.5rem;
}
.main-inner #contents04 .nomal {
  font-weight: normal;
  font-size: 1.5rem;
}
.attCol {
  text-align: left;
  overflow: scroll;
	overflow-x: hidden;
  height: 400px;
  margin: 10% 1% 0;
  padding: 3% 2%;
  border: solid 1px #d7d7d7;
  word-break: break-all;
}
/*=====スクロールバー表示させる=====*/
.main-inner .contents04 .attCol::-webkit-scrollbar {
  width: 5px;
}
.main-inner .contents04 .attCol::-webkit-scrollbar-thumb {
  background: #D3D3D3;
  border-radius: 5px;
}
.main-inner .contents04 .attCol::-webkit-scrollbar-track-piece:start {
  background: #EFEFEF;
}
.main-inner .contents04 .attCol::-webkit-scrollbar-track-piece:end {
  background: #EFEFEF;
}
/*-----*/
.attCol dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 5% 0 1%;
}
.attCol .indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*=====cpArea=====*/
#campaignArea {
  margin: 2% 0;
  padding: 0 3%;
}
#campaignArea .title02 {
  margin-top: 0;
  padding-top: 3%;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  
  main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  main h1 {
    text-align: center;
  }
  .main-inner {
    width: 1000px;
    padding: 50px 40px 0;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  main .period {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 10px;
    font-size: 2.4rem;
    background-size: 13px 13px;
  }
  main .period span {
    font-size: 3.6rem;
  }
  .main-inner > p {
    width: 660px;
    margin: 0 auto;
  }
  .ankerLink {
    margin: 50px 0;
    flex-wrap: nowrap;
  }
  .ankerLink li {
    width: 200px;
    height: 150px;
  }
  .ankerLink li::after {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    bottom: 10px;
  }
  .ankerLink li a {
    font-size: 2.2rem;
  }
  .ankerLink li:nth-child(n+3) {
    margin-top: 0;
  }
  .main-inner > section:not(:last-child) {
    padding-bottom: 60px;
  }
  .main-inner section .inner {
    padding: 0 20px;
  }
  .main-inner section h2 {
    margin-bottom: 40px;
    padding: 10px 0;
    font-size: 3.0rem;
  }
  .main-inner .flow {
    display: flex;
    justify-content: center;
  }
  .main-inner .item {
    display: flex;
    flex-direction: column;
    width: 274px;
  }
  .main-inner #contents01 .item {
    flex: 1;
  }
  .main-inner .item .itemInner {
    height: 100%;
  }
  .main-inner .flow li[class*="icon"] {
    margin: 0 20px 0 0;
  }
  .main-inner .flow li[class*="icon"]::after {
    width: 80px;
    bottom: 42%;
    left: 89%;
    transform: rotate(270deg);
  }
  .main-inner .flow li[class*="icon"]:nth-child(2)::after {
    bottom: 42%;
  }
  .main-inner #contents01 .flow li[class*="icon"]::after {
    bottom: 36%;
    left: 94%;
  }
  .main-inner .label {
    padding: 0 20px;
    font-size: 2.2rem;
  }
  .main-inner .text {
    margin-top: -20px;
    padding: 40px 20px 30px;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
  .main-inner .flow  .text {
    padding: 30px 20px 0;
  }
  .main-inner .flow .text figure {
    margin: 0 0 20px;
    width: 220px;
  }
  .main-inner .flow .text p {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }
  .main-inner #contents01 .example {
    margin: 50px 0;
  }
  .main-inner #contents02 .label img {
    width: 80px;
  }
  .main-inner #contents02 .text {
    margin-top: -40px;
  }
  .main-inner #contents02 dl + dl {
    margin-top: 40px;
  }
  .main-inner #contents02 .object dd ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 740px;
  }
  .main-inner #contents02 dl dd ul li {
    display: flex;
    gap: 5px;
  }
  .main-inner #contents02 .object dd ul li:first-child {
    width: 250px;
  }
  .main-inner #contents02 .object dd ul li:nth-child(2) {
    width: 400px;
  }
  .main-inner #contents02 .object dd ul li:nth-child(3) {
    margin-top: 0;
    width: 380px;
  }
  .main-inner #contents02 .notObject dd ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 800px;
  }
  .main-inner #contents02 .notObject dd ul li img{
    width: auto;
    height: 100px;
  }
  .main-inner #contents02 .notObject dd ul li:nth-child(2) {
    margin-top: 0;
    width: auto;
  }
  .main-inner #contents02 .text ul li p {
    font-size: 1.8rem;
  }
  .main-inner #contents02 .summary {
    margin-top: 15px;
    font-size: 2.2rem;
  }
  .main-inner #contents02 .summary img {
    width: 256px;
  }
  .main-inner #contents02 .summary span {
    font-size: 3.0rem;
  }
  .main-inner .note {
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: left;
  }
  .main-inner #contents02 .appLink {
    margin-top: 50px;
  }
  .main-inner .fukidashi {
    margin: 0 auto 30px;
    padding: 20px 0;
    border-radius: 70px;
    width: 760px;
  }
  .main-inner .fukidashi::after {
    border-width: 18px;
    bottom: -16px;
    left: calc(50% - 9px);
  }
  .main-inner .fukidashi span {
    font-size: 2.2rem;
  }
  .main-inner #contents02 .appLink .qrWrap {
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
  }
  .main-inner #contents02 .appLink .qrWrap li {
    padding: 15px 0;
    width: 250px;
    border: 2px solid var(--c2);
    border-radius: 10px;
    position: relative;
    font-size: 1.8rem;
    text-align: center;
  }
  .main-inner #contents02 .appLink .qrWrap li .flexBox {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-inner #contents02 .appLink .qrWrap li .flexBox img {
    margin-right: 10px;
    width: 60px;
  }
  .main-inner #contents02 .appLink .bannerLink {
    margin-top: 30px;
  }
  .main-inner #contents02 .appLink .bannerLink p:first-child {
    margin-bottom: 10px;
  }
  .main-inner #contents03 h3 {
    font-size: 2.8rem;
  }
  .main-inner #contents03 .tabBlock .heading {
    font-size: 2.8rem;
  }
  .main-inner #contents03 .tabBlock .heading span {
    margin-right: 5px;
  }
  .main-inner #contents03 .tabBlock .heading span img {
    width: 100px;
    vertical-align: middle;
  }
  .main-inner #contents03 .tabBlock .tabWrap {
    margin-top: 10px;
  }
  .main-inner #contents03 .tabBlock .tabWrap .tab {
    padding: 8px 0;
    width: 435px;
    font-size: 2.4rem;
    cursor : pointer;
  }
  .main-inner #contents03 .tabBlock .tabWrap .tab.active {
    width: 435px;
  }
  .main-inner #contents03 .tabBlock .areaWrap {
    padding: 20px 20px 60px;
  }
  .main-inner #contents03 .inner section + section {
    margin-top: 50px;
  }
  .main-inner #contents03 .inner section > div + div {
    margin-top: 50px;
  }
  .main-inner #contents03 .inner section .cashObject {
    margin-top: 15px;
    font-size: 2.0rem;
    text-align: center;
  }
  .main-inner #contents03 .inner section .cashObject ul {
    margin-top: 10px;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .main-inner #contents03 .inner section .cashObject ul li:nth-child(odd) {
    margin-right: 10px;
  }
  .main-inner #contents03 .inner section .cashObject ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  .main-inner #contents03 .branch .label {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
  .main-inner #contents03 .branch .flow {
    flex-direction: column;
  }
  .main-inner #contents03 .branch .flow li {
    padding: 0 20px;
  }
  .main-inner #contents03 .branch .flow li:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-inner #contents03 .branch .flow li:not(:last-child)::after {
    width: 20px;
    height: 18px;
    left: calc(50% - 10px);
    top: 100%;
  }
  .main-inner #contents03 .branch .flow li figure {
    margin: 0 0 10px;
  }
  .main-inner #contents04 {
    margin: 0 calc(50% - 500px);
    padding: 60px 40px 70px;
  }
  .main-inner #contents04 dl:not(:last-child) {
    margin-bottom: 40px;
  }
  .main-inner #contents04 dl dt {
    font-size: 1.8rem;
  }
  .main-inner #contents04 dl > dl dt {
    font-size: 1.6rem;
  }
  .main-inner #contents04 .nomal {
    font-weight: normal;
    font-size: 1.6rem;
  }
  .attCol dl dt {
    margin: 30px 0 5px;
    font-size: 1.8rem;
  }
  .attCol dd,
  .attCol p {
    font-size: 1.6rem;
  }
  .cam-wrap {
    background-color: #FFFFFF;
  }
  /*=====cpArea=====*/
  #campaignArea {
    width: 1000px;
    margin: 0px auto;
    padding: 25px 0 0;
  }
  #campaignArea h2 {
    text-align: left;
  }
}