@charset "utf-8";
/* CSS Document */
#wrapper { width: 100%; min-width: 1200px; }
/*============================
#header
============================*/
#header { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 40px; margin-top: -80px; height: 60px; top: 100px; z-index: 1; }
#header .leftArea {}
#header .leftArea .tpoint {}
#header .leftArea .tpoint img { width: 70px; height: auto; }
#header .leftArea .logo { margin-top: 20px; }
#header .leftArea .logo a {}
#header .leftArea .logo a img { width: 190px; height: auto; }
#header .rightArea {}
#header .rightArea .logo { width: 176px; height: 55px; }
#header .rightArea .logo img { width: 100%; height: auto; }

/*============================
#mainPanelArea
============================*/
#mainPanelArea { position: relative; width: 100%; height: 685px; }
#mainPanelArea .bgImage { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; width: 100%; height: 100%; }
#mainPanelArea .bgImage img { width: 100%; height: 100%; object-fit: cover; }
#mainPanelArea h1 { text-align: center; padding-top: 160px; }
#mainPanelArea h1 .sub { display: inline-block; padding: 6px 5px 4px 10px; font-size: 2.25em; font-weight: 600; color: #fff; background-color: #000; border-radius: 5px; letter-spacing: 0.175em; line-height: 1; font-feature-settings: 'palt'; }
#mainPanelArea h1 .main { display: flex; justify-content: center; margin: 15px auto 0; width: 830px; height: 92px; }
#mainPanelArea h1 .main img {}
#mainPanelArea h1 .main img:nth-child(1) { width: 441px; height: 95px; }
#mainPanelArea h1 .main img:nth-child(2) { width: 389px; height: 95px; }
#mainPanelArea .novelty { display: flex; justify-content: center; gap: 10px; margin: 30px auto 0; }
#mainPanelArea .novelty .leftArea { display: flex; align-items: center; gap: 10px; padding: 10px 50px 5px 25px; background-color: #fff; border: 3px solid #000; border-radius: 5px; }
#mainPanelArea .novelty .leftArea .image { width: 47px; height: 64px; }
#mainPanelArea .novelty .leftArea .image img { width: 100%; height: auto; }
#mainPanelArea .novelty .leftArea .number { font-size: 1.5em; font-weight: 800; line-height: 1; }
#mainPanelArea .novelty .leftArea .number span { font-family: Arial, Helvetica, "sans-serif"; font-weight: 600; font-size: 3.15em; }
#mainPanelArea .novelty .leftArea .copy { margin-top: 5px; font-size: 1.375em; font-weight: 900; line-height: 1; }
#mainPanelArea .novelty .leftArea .copy span { display: block; margin-top: 5px; font-size: 1.45em; }
#mainPanelArea .novelty .rightArea { display: flex; position: relative; padding: 13px 100px 15px 40px; background-color: #fff; border: 3px solid #000; border-radius: 5px; }
#mainPanelArea .novelty .rightArea:before { content: ''; position: absolute; left: -30px; top: 50%; transform: translateY(-50%); background-image: url("../../imageFile/icon_plus.svg"); background-repeat: no-repeat; width: 40px; height: 40px; }
#mainPanelArea .novelty .rightArea .copy { margin-top: 5px; font-weight: 600; }
#mainPanelArea .novelty .rightArea .copy span { display: block; font-weight: 900; font-size: 1.5em; line-height: 1.25; }
#mainPanelArea .novelty .rightArea .image { position: absolute; right: 5px; bottom: -10px; width: 120px; height: 99px; }
#mainPanelArea .novelty .rightArea .image img { width: 100%; height: auto; }
#mainPanelArea .period { display: flex; justify-content: center; align-items: center; gap: 20px; width: 100%; margin-top: 50px; padding: 15px 0; background-color: rgba(255,255,255,0.8); white-space: nowrap; }
#mainPanelArea .period .title { padding: 5px 10px; font-size: 0.75em; color: #fff; background-color: rgba(102,132,183,0.8); border-radius: 4px; flex-shrink: 0; }
#mainPanelArea .period .date { display: flex; gap: 50px; position: relative; flex-shrink: 0; }
#mainPanelArea .period .date:before { content: ''; position: absolute; left: 47%; top: 50%; transform: translate(-50%, -50%) rotate(90deg); width: 15px; height: 15px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50%2C18 15%2C82 85%2C82' fill='%23AA8532' stroke='%23AA8532' stroke-width='16' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; }
#mainPanelArea .period .date .start { font-size: 1.5em; font-weight: 600; color: #003287; letter-spacing: normal; }
#mainPanelArea .period .date .start span.large { font-size: 1.5em; }
#mainPanelArea .period .date .start span.circle { position: relative; top: -5px; left: 10px; color: #fff; font-weight: 600; z-index: 1; font-size: 0.675em; }
#mainPanelArea .period .date .start span.circle:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 25px; height: 25px; background-color: #003287; border-radius: 50%; z-index: -1; }
#mainPanelArea .period .date .end { font-size: 1.5em; font-weight: 600; color: #003287; letter-spacing: normal; }
#mainPanelArea .period .date .end span.large { font-size: 1.5em; }
#mainPanelArea .period .date .end span.circle { position: relative; top: -5px; left: 10px; color: #fff; font-weight: 600; z-index: 1; font-size: 0.675em; }
#mainPanelArea .period .date .end span.circle:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 25px; height: 25px; background-color: #003287; border-radius: 50%; z-index: -1; }
#mainPanelArea .period .button { margin-left: 15px; flex-shrink: 0; }
#mainPanelArea .period .button a { display: block; padding: 20px 60px 16px; box-shadow: 2px 4px 0px 0px rgba(34, 34, 34, 0.2); border-radius: 36px; background-color: #003287; transition: 0.25s all; }
#mainPanelArea .period .button a:hover { box-shadow: none; }
#mainPanelArea .period .button a span { font-size: 1.375em; color: #fff; font-weight: 600; line-height: 1; }

/*============================
.bgBlueGradient
============================*/
.bgBlueGradient { background: linear-gradient(to bottom, #003287 0%, #00ADEB 100%); position: relative; width: 100%; z-index: 2; padding-bottom: 170px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px)); }

/*============================
#incentiveArea
============================*/
#incentiveArea.incentiveArea { position: relative; padding-top: 100px; }
#incentiveArea.incentiveArea .container { position: relative; padding: 65px 100px; background-color: #fff; border-radius: 20px; border: 4px solid #003287; }
#incentiveArea.incentiveArea .container:before { content: ''; position: absolute; background-image: url("../../imageFile/icon_vpoint03.svg"); background-repeat: no-repeat; width: 189px; height: 189px; left: 10px; bottom: -20px; }
#incentiveArea.incentiveArea .container:after { content: ''; position: absolute; background-image: url("../../imageFile/illust_moflem02.svg"); background-repeat: no-repeat; width: 166px; height: 183px; right: 20px; bottom: -30px; }
#incentiveArea.incentiveArea .container .subTitle { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); }
#incentiveArea.incentiveArea .container .subTitle picture {}
#incentiveArea.incentiveArea .container .subTitle picture source { display: block; width: 880px; height: 42px; }
#incentiveArea.incentiveArea .container .subTitle img { width: 100%; height: auto; display: block; }
#incentiveArea.incentiveArea .container .top { margin: 0 auto; }
#incentiveArea.incentiveArea .container .top .title { display: flex; align-items: center; justify-content: center; gap: 16px; padding-bottom: 35px; }
#incentiveArea.incentiveArea .container .top .title .image { width: 54px; height: 74px; }
#incentiveArea.incentiveArea .container .top .title .image img { width: 100%; height: auto; }
#incentiveArea.incentiveArea .container .top .title .number { font-size: 1.625em; color: #003287; font-weight: 700; line-height: 1; }
#incentiveArea.incentiveArea .container .top .title .number span { font-size: 3.85em; }
#incentiveArea.incentiveArea .container .top .title .copy { font-size: 3em; color: #003287; font-weight: 800; line-height: 1; }
#incentiveArea.incentiveArea .container .top .title .copy span { margin-left: 16px; font-size: 1.45em; }
#incentiveArea.incentiveArea .container .top .note { position: relative; margin-top: 25px; }
#incentiveArea.incentiveArea .container .top .note:before { content: ''; position: absolute; top: -25px; left: 50%; transform: translateX(-50%); width: 100%; height: 2px; background-color: #003287; }
#incentiveArea.incentiveArea .container .bottom { margin-top: 40px; }
#incentiveArea.incentiveArea .container .bottom .title { display: flex; align-items: center; gap: 25px; }
#incentiveArea.incentiveArea .container .bottom .title .addition { position: relative; width: 110px; height: 110px; border-radius: 50%; border: 3px solid #003287; }
#incentiveArea.incentiveArea .container .bottom .title .addition span { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.625em; color: #003287; font-weight: 800; width: 100%; }
#incentiveArea.incentiveArea .container .bottom .title .copy { color: #003287; font-size: 1.75em; font-weight: 800; line-height: 1.25; }
#incentiveArea.incentiveArea .container .bottom .title .copy span { display: block; font-size: 2em; font-weight: 900; letter-spacing: 0.1em; font-feature-settings: 'palt'; }
#incentiveArea.incentiveArea .bottom .prize { margin-top: 50px; width: 100%; }
#incentiveArea.incentiveArea .container .bottom .prize .upper { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer,#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer { position: relative; background-color: #f5f5f5; padding: 45px 20px 25px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; min-height: 270px; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer { width: calc((100% - 20px) / 2); }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .name { position: absolute; top: -10px; left: -10px; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; z-index: 2; }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .name { position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; z-index: 2; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .name:before { content: ''; position: absolute; top: 0; left: 0; width: 80px; height: 80px; background-repeat: no-repeat; background-size: contain; background-position: center; z-index: -1; }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .name:before { content: ''; position: absolute; top: 0; left: 0; width: 60px; height: 60px; background-repeat: no-repeat; background-size: contain; background-position: center; z-index: -1; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer:nth-child(1) .name:before { background-image: url("../../imageFile/bagde_aPrize.svg"); }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer:nth-child(2) .name:before { background-image: url("../../imageFile/bagde_bPrize.svg"); }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer:nth-child(1) .name:before { background-image: url("../../imageFile/bagde_cPrize.svg"); }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer:nth-child(2) .name:before { background-image: url("../../imageFile/bagde_cPrize.svg"); }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer:nth-child(3) .name:before { background-image: url("../../imageFile/bagde_cPrize.svg"); }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .name span,#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .name span { color: #fff; font-weight: 600; display: block; position: relative; z-index: 1; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .name span { font-size: 1.25em; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .image,#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .image { height: 140px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; width: 100%; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .image img,#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .image img { max-width: 100%; max-height: 100%; object-fit: contain; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .detail,#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .detail { display: flex; align-items: center; width: 100%; gap: 12px; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .detail .target,#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .detail .target { background-color: #ddd; font-size: 0.875em; font-weight: 600; padding: 6px 12px; border-radius: 4px; white-space: nowrap; text-align: center; line-height: 1.3; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .detail .content { font-weight: 600; }
#incentiveArea.incentiveArea .container .bottom .prize .upper .innerContainer .detail .content span,#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .detail .content span { display: block; font-size: 0.75em; font-feature-settings: 'palt'; }
#incentiveArea.incentiveArea .container .bottom .prize .lower { display: flex; justify-content: space-between; gap: 20px; }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .detail .target { display: flex; justify-content: space-between; gap: 20px; }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .detail .content { font-weight: 600; font-size: 0.875em; }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer .note { text-align: left; margin-top: 6px; font-size: 0.75em; }
#incentiveArea.incentiveArea .container .bottom .prize .lower .innerContainer { width: calc((100% - 40px) / 3); }
#incentiveArea.incentiveArea .container .bottom .prize .note { text-align: right; font-size: 0.875em; margin-top: 10px; }

#incentiveArea.incentiveArea .container .button {}
#incentiveArea.incentiveArea .container .button a { display: block; text-align: center; max-width: 320px; padding: 20px 60px 16px; margin: 30px auto 0; box-shadow: 2px 4px 0px 0px rgba(34, 34, 34, 0.2); border-radius: 36px; background-color: #003287; transition: 0.25s all; }
#incentiveArea.incentiveArea .container .button a:hover { box-shadow: none; }
#incentiveArea.incentiveArea .container .button a span { font-size: 1.375em; color: #fff; font-weight: 600; line-height: 1; }

/*============================
#questionArea
============================*/
#questionArea.questionArea { margin-top: 115px; }
#questionArea.questionArea h2 { text-align: center; font-weight: 600; font-size: 2.25em; color: #fff;  }
#questionArea.questionArea ul { display: flex; gap: 20px; margin-top: 40px; flex-wrap: wrap; }
#questionArea.questionArea ul li { position: relative; display: flex; align-items: center; flex-wrap: wrap; padding: 25px 65px; width: 49%; background-color: rgba(255,255,255,0.95); border-radius: 5px; color: #003287; font-weight: 700; }
#questionArea.questionArea ul li:nth-child(3) { flex-direction: column; align-items: flex-start; }
#questionArea.questionArea ul li:before { content: ''; position: absolute; background-image: url("../../imageFile/icon_check.svg"); background-repeat: no-repeat; width: 20px; height: 14px; left: 38px; top: 30px; }
#questionArea.questionArea ul li:nth-child(4):before { top: 42px; }
#questionArea.questionArea ul li span { position: relative; z-index: 0; }
#questionArea.questionArea ul li span:before { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 105%; height: 10px; background-color: #FFF100; z-index: -1; }

/*============================
#featureArea
============================*/
#featureArea.featureArea { position: relative; overflow: hidden; margin: -50px 0; padding-bottom: 120px; width: 100%; z-index: 1; top: -50px; }
#featureArea.featureArea:before { content: ''; position: absolute; background-image: url("../../imageFile/bg_feature.jpg"); background-position: center; background-size: cover; top: -50px; left: 50%; transform: translateX(-50%); width: 1920px; height: 105%; }
#featureArea.featureArea .subTitle { text-align: center; padding-top: 160px; color: #fff; font-size: 1.5em; font-weight: 600; }
#featureArea.featureArea h2 { display: flex; flex-direction: column; gap: 10px; text-align: center; margin-top: 30px; }
#featureArea.featureArea h2 span { position: relative; font-size: 2.5em; color: #000; font-weight: 600; font-feature-settings: 'palt'; letter-spacing: 0.15em; z-index: 0; }
#featureArea.featureArea h2 span:nth-child(1):before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); height: 100%; min-width: 640px; padding: 10px 20px; background-color: #fff; z-index: -1; }
#featureArea.featureArea h2 span:nth-child(2):before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); height: 100%; min-width: 480px; padding: 10px 20px; background-color: #fff; z-index: -1; }

#featureArea.featureArea .slantedContainer { margin-top: 65px; background-color: #000; padding: 6px; display: flex; flex-direction: column; }
#featureArea.featureArea .slantedContainer .slantedRow.row1 { display: flex; background-color: #fff; color: #000; height: 380px; clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); margin-bottom: -45px; }
#featureArea.featureArea .slantedContainer .slantedRow.row1 .imageArea { width: 45%; height: 100%; }
#featureArea.featureArea .slantedContainer .slantedRow.row1 .imageArea img { width: 100%; height: 100%; object-fit: cover; display: block; }
#featureArea.featureArea .slantedContainer .slantedRow.row1 .textArea { width: 50%; height: 100%; padding: 50px; display: flex; flex-direction: column; justify-content: center; }
#featureArea.featureArea .slantedContainer .slantedRow.row1 .textArea h3 { font-size: 2em; font-weight: 700; line-height: 1.5; }
#featureArea.featureArea .slantedContainer .slantedRow.row1 .textArea p { margin-top: 20px; font-weight: 600; font-size: 1.125em; line-height: 1.75; }
#featureArea.featureArea .slantedContainer .slantedRow.row2 { display: flex; background-color: #fff; height: 380px; clip-path: polygon(0 calc(12% + 6px), 100% 6px, 100% 100%, 0 88%); margin-bottom: -45px; }
#featureArea.featureArea .slantedContainer .slantedRow.row2 .textArea { width: 50%; height: 100%; padding: 80px 50px 50px; display: flex; flex-direction: column; justify-content: center; }
#featureArea.featureArea .slantedContainer .slantedRow.row2 .textArea h3 { font-size: 2em; font-weight: 700; line-height: 1.5; }
#featureArea.featureArea .slantedContainer .slantedRow.row2 .textArea p { margin-top: 20px; font-weight: 600; font-size: 1.125em; line-height: 1.75; }
#featureArea.featureArea .slantedContainer .slantedRow.row2 .imageArea { width: 50%; height: 100%; }
#featureArea.featureArea .slantedContainer .slantedRow.row2 .imageArea img { width: 100%; height: 100%; object-fit: cover; display: block; }
#featureArea.featureArea .slantedContainer .slantedRow.row3 { display: flex; background-color: #fff; height: 380px; clip-path: polygon(0 6px, 100% calc(12% + 6px), 100% 100%, 0 100%); }
#featureArea.featureArea .slantedContainer .slantedRow.row3 .imageArea { width: 47%; height: 100%; }
#featureArea.featureArea .slantedContainer .slantedRow.row3 .imageArea img { width: 100%; height: 100%; object-fit: cover; display: block; }
#featureArea.featureArea .slantedContainer .slantedRow.row3 .textArea { width: 50%; height: 100%; padding: 80px 50px 50px; display: flex; flex-direction: column; justify-content: center; }
#featureArea.featureArea .slantedContainer .slantedRow.row3 .textArea h3 { font-size: 2em; font-weight: 700; line-height: 1.5; }
#featureArea.featureArea .slantedContainer .slantedRow.row3 .textArea p { margin-top: 20px; font-size: 1.125em; font-weight: 600; line-height: 1.75; }

/*============================
#periodArea
============================*/
#periodArea.periodArea { position: relative;  width: 100%; }
#periodArea.periodArea:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; background-image: repeating-linear-gradient(-45deg, #fff, #fff 50px, #F5F5F5 35px, #F5F5F5 100px); z-index: -1; }
#periodArea.periodArea .period { display: flex; justify-content: center; align-items: center; position: relative; gap: 20px; width: 100%; padding: 35px 0; white-space: nowrap; }
#periodArea.periodArea .period:after { content: ''; position: absolute; bottom: -15px; margin-left: 1050px; background-image: url("../../imageFile/illust_moflem04.svg"); background-repeat: no-repeat; width: 147px; height: 146px; }
#periodArea.periodArea .period .title { padding: 5px 25px; font-size: 0.75em; color: #fff; background-color: rgba(102,132,183,0.8); border-radius: 4px; flex-shrink: 0; }
#periodArea.periodArea .period .date { display: flex; gap: 70px; position: relative; flex-shrink: 0; }
#periodArea.periodArea .period .date:before { content: ''; position: absolute; left: 47%; top: 50%; transform: translate(-50%, -50%) rotate(90deg); width: 17px; height: 17px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50%2C18 15%2C82 85%2C82' fill='%23AA8532' stroke='%23AA8532' stroke-width='17' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; }
#periodArea.periodArea .period .date .start { font-size: 2.25em; font-weight: 600; color: #003287; letter-spacing: normal; }
#periodArea.periodArea .period .date .start span.large { font-size: 1.35em; }
#periodArea.periodArea .period .date .start span.circle { position: relative; top: -5px; left: 10px; color: #fff; font-weight: 600; z-index: 1; font-size: 0.675em; }
#periodArea.periodArea .period .date .start span.circle:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 35px; height: 35px; background-color: #003287; border-radius: 50%; z-index: -1; }
#periodArea.periodArea .period .date .end { font-size: 2.25em; font-weight: 600; color: #003287; letter-spacing: normal; }
#periodArea.periodArea .period .date .end span.large { font-size: 1.35em; }
#periodArea.periodArea .period .date .end span.circle { position: relative; top: -5px; left: 10px; color: #fff; font-weight: 600; z-index: 1; font-size: 0.675em;  }
#periodArea.periodArea .period .date .end span.circle:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 35px; height: 35px; background-color: #003287; border-radius: 50%; z-index: -1; }
#periodArea.periodArea .period .button { margin-left: 15px; flex-shrink: 0; }
#periodArea.periodArea .period .button a { display: block; padding: 20px 60px 16px; box-shadow: 2px 4px 0px 0px rgba(34, 34, 34, 0.2); border-radius: 36px; background-color: #003287; transition: 0.25s all; }
#periodArea.periodArea .period .button a:hover { box-shadow: none; }
#periodArea.periodArea .period .button a span { font-size: 1.375em; color: #fff; font-weight: 600; line-height: 1; }

/*============================
#stepArea
============================*/
#stepArea.stepArea { background-color: #f5f5f5; padding-bottom: 95px; }
#stepArea.stepArea .title { text-align: center; padding-top: 95px; }
#stepArea.stepArea .title h2 { margin: 0 auto; width: 162px; height: 64px; }
#stepArea.stepArea .title h2 img { width: 100%; height: auto; }
#stepArea.stepArea .title p.subCopy { margin-top: 20px; font-size: 1.25em; font-weight: 600; }
#stepArea.stepArea .stepList { display: flex; justify-content: space-between; gap: 45px; margin-top: 55px; }
#stepArea.stepArea .stepList .stepItem { position: relative; padding: 30px; background-color: #fff; border-radius: 20px; box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.04); flex: 1; }
#stepArea.stepArea .stepList .stepItem:before { content: ''; position: absolute; top: 50%; right: -35px; transform: translateY(-50%) rotate(90deg); width: 20px; height: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50%2C18 15%2C82 85%2C82' fill='%23AA8532' stroke='%23AA8532' stroke-width='20' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; }
#stepArea.stepArea .stepList .stepItem:last-child:before { content: none; }
#stepArea.stepArea .stepList .stepItem .top { display: flex; gap: 20px; align-items: center; }
#stepArea.stepArea .stepList .stepItem .top .num { position: relative; width: 50px; height: 50px; }
#stepArea.stepArea .stepList .stepItem .top .num img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; width: 100%; height: auto; }
#stepArea.stepArea .stepList .stepItem:nth-child(1) .top .num img { width: 7px; height: 26px; }
#stepArea.stepArea .stepList .stepItem:nth-child(2) .top .num img { width: 15px; height: 26px; }
#stepArea.stepArea .stepList .stepItem:nth-child(3) .top .num img { width: 15px; height: 26px; }
#stepArea.stepArea .stepList .stepItem .top .num:before { content: ''; position: absolute; background-color: #003287; width: 50px; height: 50px; border-radius: 50%; z-index: 0; }
#stepArea.stepArea .stepList .stepItem .top .name { font-size: 1.5em; font-weight: 600; }
#stepArea.stepArea .stepList .stepItem .image { margin: 30px auto 0; }
#stepArea.stepArea .stepList .stepItem:nth-child(1) .image { width: 107px; height: 157px; }
#stepArea.stepArea .stepList .stepItem:nth-child(2) .image { width: 107px; height: 157px; }
#stepArea.stepArea .stepList .stepItem:nth-child(3) .image { width: 136px; height: 157px; }
#stepArea.stepArea .stepList .stepItem .image img { width: 100%; height: auto; }
#stepArea.stepArea .stepList .stepItem p.text { margin-top: 30px; }
#stepArea.stepArea .button { margin-top: 50px; }
#stepArea.stepArea .button a { display: block; text-align: center; padding: 20px 60px 16px; margin: 0 auto; max-width: 320px; box-shadow: 2px 4px 0px 0px rgba(34, 34, 34, 0.2); border-radius: 36px; background-color: #003287; transition: 0.25s all; }
#stepArea.stepArea .button a:hover { box-shadow: none; }
#stepArea.stepArea .button a span { font-size: 1.375em; color: #fff; font-weight: 600; line-height: 1; }

/*============================
#wChanceArea
============================*/
#wChanceArea.wChanceArea { position: relative; width: 100%; padding: 50px 0; background-color: #003287; }
#wChanceArea.wChanceArea::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: repeating-linear-gradient(330deg, rgba(255, 255, 255,0.15), rgba(255, 255, 255, 0.15) 1px, transparent 2px, transparent 25px); }
#wChanceArea.wChanceArea .container { display: flex; gap: 60px; }
#wChanceArea.wChanceArea .container .leftArea {}
#wChanceArea.wChanceArea .container .leftArea .subTitle { width: 261px; height: 41px; }
#wChanceArea.wChanceArea .container .leftArea .subTitle img { width: 100%; height: auto; }
#wChanceArea.wChanceArea .container .leftArea h2 { margin-top: 20px; width: 499px; height: 98px; }
#wChanceArea.wChanceArea .container .leftArea h2 img { width: 100%; height: auto; }
#wChanceArea.wChanceArea .container .leftArea .note { margin-top: 20px; color: #fff; }
#wChanceArea.wChanceArea .container .leftArea .note span { display: block; font-size: 1.125em; font-weight: 600; color: #fff; }
#wChanceArea.wChanceArea .container .rightArea { position: relative; }
#wChanceArea.wChanceArea .container .rightArea:before { content: ''; position: absolute; bottom: -70px; margin-left: 260px; background-image: url("../../imageFile/illust_moflem01.svg"); background-repeat: no-repeat; width: 147px; height: 219px; }
#wChanceArea.wChanceArea .container .rightArea:after { content: ''; position: absolute; bottom: -70px; margin-left: 430px; background-image: url("../../imageFile/icon_vpoint02.svg"); background-repeat: no-repeat; width: 95px; height: 94px; }
#wChanceArea.wChanceArea .container .rightArea .image { position: relative; }
#wChanceArea.wChanceArea .container .rightArea .image:before { content: ''; position: absolute; width: 225px; height: 225px; border-radius: 50%; background-color: #fff; z-index: 0; }
#wChanceArea.wChanceArea .container .rightArea .image img { position: absolute; top: -30px; width: 250px; height: 250px; z-index: 1; }

/*============================
#listingArea
============================*/
#listingArea.listingArea { background-color: #f5f5f5; padding-bottom: 70px; }
#listingArea.listingArea h2 { text-align: center; padding-top: 110px; font-size: 2.25em; font-weight: 600; }
#listingArea.listingArea ul { margin-top: 40px; border-top: 1px dotted #000; }
#listingArea.listingArea ul li { width: 100%; border-bottom: 1px dotted #000; }
#listingArea.listingArea ul li a { display: flex; justify-content: space-between; align-items: center; padding: 18px 10px; text-decoration: none; transition: 0.2s; }
#listingArea.listingArea ul li a:hover { background-color: rgba(0, 0, 0, 0.03); }
#listingArea.listingArea ul li a .infoArea { display: flex; align-items: center; gap: 24px; font-size: 1.125em; color: #000; font-weight: 500; }
#listingArea.listingArea ul li a .infoArea time.date {}
#listingArea.listingArea ul li a .infoArea span.time {}
#listingArea.listingArea ul li a .infoArea span.venue {}
#listingArea.listingArea ul li a .infoArea span.opponent {}
#listingArea.listingArea ul li a .btn { background-color: #ddd; padding: 8px 16px; border-radius: 4px; flex-shrink: 0; }
#listingArea.listingArea ul li a .btn span { font-size: 0.875em; color: #000; font-weight: 400; display: block; }

/*============================
#notesArea
============================*/
#notesArea.notesArea { background-color: #f5f5f5; padding: 80px 0 90px; }
#notesArea.notesArea .notesBox { border: 2px solid #000; background-color: #fff; }
#notesArea.notesArea .notesBox .boxTitle { font-size: 1.25em; color: #fff; background-color: #000; padding: 14px 20px; font-weight: 700; }
#notesArea.notesArea .notesBox .boxContent {}
#notesArea.notesArea .notesBox .boxContent dl {}
#notesArea.notesArea .notesBox .boxContent dl dt {}
#notesArea.notesArea .notesBox .boxContent dl dd {}
#notesArea.notesArea .notesBox .boxContent.scrollContainer { padding: 30px; height: 350px; overflow-y: scroll; }
#notesArea.notesArea .notesBox .boxContent.scrollContainer p { font-size: 1em; font-weight: 600; margin-top: 24px; }
#notesArea.notesArea .notesBox .boxContent.scrollContainer p:first-child { margin-top: 0; }
#notesArea.notesArea .notesBox .boxContent.scrollContainer ul { margin-top: 8px; list-style: none; }
#notesArea.notesArea .notesBox .boxContent.scrollContainer ul li { font-size: 0.875em; line-height: 1.5; }
#notesArea.notesArea .notesBox .boxContent.scrollContainer ul li a { transition: 0.2s opacity; border-bottom: 1px solid #000; }
#notesArea.notesArea .notesBox .boxContent.scrollContainer ul li a:hover { opacity: 0.7; }
#notesArea.notesArea .notesBox .boxContent.scrollContainer ul li ul.subList { padding-left: 15px; margin-top: 4px; }
#notesArea.notesArea .button { margin-top: 50px; }
#notesArea.notesArea .button a { display: block; text-align: center; padding: 30px 100px 27px; margin: 0 auto; max-width: 400px; box-shadow: 2px 4px 0px 0px rgba(34, 34, 34, 0.2); border-radius: 45px; background-color: #003287; transition: 0.25s all; }
#notesArea.notesArea .button a:hover { box-shadow: none; }
#notesArea.notesArea .button a span { font-size: 1.375em; color: #fff; font-weight: 600; line-height: 1; }

/*============================
#footer
============================*/
#footer { padding: 40px 0; margin-top: 0; background: #313131; text-align: center; }
#footer .footer__copy {}
#footer .footer__copy {}
#footer .footer__copy a {}
#footer .footer__copy p { font-size: 0.75em; color: #fff; }
