@charset "UTF-8";
h1, h2, h3, h4, h5,
article, section,
p, div, span, figure,
ul, ol, li, dl, dt, dd, img, a {
  position: relative;
}

header {
  transition: opacity 0.2s ease;
}

body.modal_open {
  overflow: hidden;
  overflow-x: auto;
}
body.modal_open header {
  opacity: 0;
}

@media print {
  main {
    background: url(/2024/assets/images/wish/bg.jpg) center top/1366px auto repeat;
    padding-bottom: 76px;
  }
  body:not(.jpn) section.bg_area section.send > .flex_wrap .texts .section_title .line,
  body:not(.jpn) section.bg_area section.receive > .flex_wrap .texts .section_title .line {
    border-bottom: none;
    text-decoration: underline;
    display: inline;
  }
  section .anchor {
    position: absolute;
    top: -90px;
  }
  section#head_section {
    padding: 165px 0 83px;
    background: #f8f4ed;
  }
  section#head_section .back_btn {
    position: fixed;
    width: 50px;
    display: block;
    left: 35px;
    top: 114px;
    z-index: 2;
  }
  section#head_section .flex_wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#head_section .logo {
    width: 261px;
    margin-left: 57px;
  }
  section#head_section .texts {
    width: 839px;
    border-top: #2d0b03 1px solid;
    border-bottom: #2d0b03 1px solid;
    text-align: center;
    padding: 32px 0 31px;
    color: #2d0b03;
    font-weight: 600;
  }
  section#head_section .texts .main_copy {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
  section#head_section .texts .sub {
    font-size: 23px;
    letter-spacing: 0.02em;
    margin-top: 22px;
  }
  section#intro {
    text-align: center;
    padding: 60px 0 0;
  }
  section#intro p {
    font-size: 18px;
    line-height: 35px;
    color: #ffe6b1;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  section#intro .anchor_set {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
  }
  section#intro .anchor_set .bar {
    background: #98672e;
    width: 1px;
    height: 80px;
  }
  section#intro .anchor_set .anchor_btn {
    width: calc(50% - 2px);
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #98672e;
    font-size: 20px;
    font-weight: 500;
    transition: opacity 0.2s ease;
  }
  section#intro .anchor_set .anchor_btn:hover {
    opacity: 0.7;
  }
  section#intro .anchor_set .anchor_btn:before, section#intro .anchor_set .anchor_btn:after {
    content: "";
    display: block;
  }
  section#intro .anchor_set .anchor_btn:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 13px solid #98672e;
    border-bottom: 0;
    margin-left: 22px;
  }
  section#intro .anchor_set .anchor_btn:nth-child(1) {
    justify-content: flex-end;
    padding-right: 116px;
  }
  section#intro .anchor_set .anchor_btn:nth-child(1):before {
    width: 46px;
    height: 62px;
    margin-right: 23px;
    background: url(/2024/assets/images/wish/icon_mail.svg) center/contain no-repeat;
  }
  section#intro .anchor_set .anchor_btn:nth-child(3) {
    padding-left: 97px;
  }
  section#intro .anchor_set .anchor_btn:nth-child(3):before {
    width: 36px;
    height: 62px;
    margin-right: 27px;
    background: url(/2024/assets/images/wish/icon_mobile.svg) center/contain no-repeat;
  }
  section.bg_area {
    width: 1200px;
    margin: 0 auto;
    background: url(/2024/assets/images/wish/bg2.jpg) center top/1200px auto repeat;
    padding: 52px 60px 65px;
  }
  section.bg_area .logo_2024_2025 {
    width: 608px;
    margin: 0 auto 64px;
  }
  section.bg_area section.send,
  section.bg_area section.receive {
    color: #2d0b03;
  }
  section.bg_area section.send > .flex_wrap,
  section.bg_area section.receive > .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.bg_area section.send > .flex_wrap .texts,
  section.bg_area section.receive > .flex_wrap .texts {
    width: 540px;
    margin-left: 62px;
  }
  section.bg_area section.send > .flex_wrap .texts .section_title,
  section.bg_area section.receive > .flex_wrap .texts .section_title {
    font-size: 32px;
    line-height: 61px;
    font-weight: 600;
    width: fit-content;
  }
  section.bg_area section.send > .flex_wrap .texts .section_title .line,
  section.bg_area section.receive > .flex_wrap .texts .section_title .line {
    display: inline-block;
    border-bottom: #2d0b03 1px solid;
  }
  section.bg_area section.send > .flex_wrap .texts .info,
  section.bg_area section.receive > .flex_wrap .texts .info {
    display: block;
    width: 100%;
    margin-top: 31px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tbody,
  section.bg_area section.receive > .flex_wrap .texts .info tbody {
    display: block;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul),
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) {
    align-items: flex-start;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul) td,
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) td {
    padding-top: 5px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul) + tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) + tr {
    margin-top: 17px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr + tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr + tr {
    margin-top: 7px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr th,
  section.bg_area section.receive > .flex_wrap .texts .info tr th {
    display: flex;
    width: 134px;
    min-height: 44px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #2d0b03;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 6px;
    box-sizing: border-box;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td,
  section.bg_area section.receive > .flex_wrap .texts .info tr td {
    width: calc(100% - 154px);
    font-size: 20px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td ul li,
  section.bg_area section.receive > .flex_wrap .texts .info tr td ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td ul li:before,
  section.bg_area section.receive > .flex_wrap .texts .info tr td ul li:before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 13px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: #2d0b03 1px solid;
    position: absolute;
    left: 0;
    top: 7px;
  }
  section.bg_area section.send > .flex_wrap .pics,
  section.bg_area section.receive > .flex_wrap .pics {
    width: 445px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.bg_area section.send > .flex_wrap .pics .pic,
  section.bg_area section.receive > .flex_wrap .pics .pic {
    width: 216px;
  }
  section.bg_area section.send > .flex_wrap .pics .letter,
  section.bg_area section.receive > .flex_wrap .pics .letter {
    position: absolute;
    width: 195px;
    left: -54px;
    top: -78px;
  }
  section.bg_area section.send .steps,
  section.bg_area section.receive .steps {
    background: #fff;
    border-radius: 4px;
    padding: 45px 60px 46px;
    margin-top: 4.6rem;
  }
  section.bg_area section.send .steps > .text,
  section.bg_area section.receive .steps > .text {
    font-size: 16px;
    line-height: 32px;
  }
  section.bg_area section.send > .flex_wrap .pics {
    margin-top: 91px;
  }
  section.bg_area section.send .steps > .text {
    margin-bottom: 69px;
  }
  section.bg_area section.send .steps .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.bg_area section.send .steps .flex_wrap .arrow {
    width: 60px;
    height: auto;
    margin: 0 57px 0 24px;
  }
  section.bg_area section.send .steps .flex_wrap .col {
    height: 205px;
  }
  section.bg_area section.send .steps .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    aspect-ratio: 1;
    background: url(/2024/assets/images/wish/num1_r.svg) center/contain no-repeat;
    left: 0;
    top: 0;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(1) {
    width: 407px;
    margin-left: 34px;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(1) .pic {
    width: 230px;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(3) {
    width: 342px;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(3):before {
    background-image: url(/2024/assets/images/wish/num2_r.svg);
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(3) .pic {
    width: 180px;
    margin-top: 10px;
  }
  section.bg_area section.send .steps .flex_wrap .col .pic {
    margin: 0 auto;
  }
  section.bg_area section.send .steps .flex_wrap .col .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
  }
  section.bg_area section.send .steps .notes {
    margin-top: 48px;
    font-size: 10px;
    line-height: 1.5;
  }
  section.bg_area section.send .steps .notes li:before {
    content: "※";
  }
  section.bg_area section.send .steps .sponsor {
    margin-top: 48px;
    text-align: center;
    font-size: 16px;
  }
  section.bg_area section.send .steps .sponsor strong {
    font-weight: 600;
  }
  section.bg_area section.send .steps .logo_epson {
    width: 122px;
    margin: 22px auto 0;
  }
  section.bg_area section.receive {
    padding-top: 77px;
  }
  section.bg_area section.receive > .flex_wrap .pics {
    margin-top: 15px;
  }
  section.bg_area section.receive > .flex_wrap .texts .info tr:nth-child(3) td {
    font-size: 16px;
  }
  section.bg_area section.receive .steps {
    margin-top: 44px;
  }
  section.bg_area section.receive .steps > .text {
    margin-bottom: 27px;
  }
  section.bg_area section.receive .steps .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  section.bg_area section.receive .steps .flex_wrap .col {
    width: 300px;
  }
  section.bg_area section.receive .steps .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    aspect-ratio: 1;
    background: url(/2024/assets/images/wish/num1_br.svg) center/contain no-repeat;
    left: 0;
    top: 0;
  }
  section.bg_area section.receive .steps .flex_wrap .col .pic {
    width: 97px;
    margin: 0 auto 19px;
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(2):before {
    background-image: url(/2024/assets/images/wish/num2_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(3):before {
    background-image: url(/2024/assets/images/wish/num3_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(n+4) {
    margin-top: 67px;
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(4):before {
    background-image: url(/2024/assets/images/wish/num4_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(5):before {
    background-image: url(/2024/assets/images/wish/num5_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(6):before {
    background: none;
  }
  section.bg_area section.receive .steps .flex_wrap .col .text {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  section.bg_area section.receive .steps .flex_wrap .col .text small {
    font-size: 10px;
    position: absolute;
    display: block;
  }
  section.bg_area section.btn_section {
    margin-top: 58px;
  }
  section.bg_area section.btn_section .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  section.bg_area section.btn_section .flex_wrap .btn {
    display: block;
    width: calc(50% - 10px);
    border-radius: 4px;
    text-align: center;
    border: #e7c657 2px solid;
    padding: 51px 0 0;
    height: 227px;
    color: #972728;
    transition: opacity 0.2s ease;
  }
  section.bg_area section.btn_section .flex_wrap .btn:hover {
    opacity: 0.7;
  }
  section.bg_area section.btn_section .flex_wrap .btn .btn_title {
    width: auto;
    height: 49px;
    margin: 0 auto 28px;
  }
  section.bg_area section.btn_section .flex_wrap .btn .text {
    font-size: 19px;
    line-height: 32px;
  }
  section.bg_area section.btn_section .flex_wrap .btn .text strong {
    font-weight: 600;
  }
  section.bg_area section.btn_section .flex_wrap .btn.btn_blank {
    border-color: transparent;
    background: url(/2024/assets/images/wish/arrow.svg) 462px 155px/50px auto no-repeat, url(/2024/assets/images/wish/icon_mobile_y.svg) center 174px/69px auto no-repeat #972728;
    color: #e7c657;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1280px;
    height: 100%;
    z-index: 11;
    padding: 56px 0;
  }
  #modal.open {
    opacity: 1;
    pointer-events: auto;
  }
  #modal.open .modal_inner {
    opacity: 1;
  }
  #modal .modal_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  #modal .modal_inner {
    max-height: 100%;
    overflow: auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(45, 11, 3, 0.9);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #modal .modal_inner .btn_close {
    position: fixed;
    left: calc(50% + 600px - 31px - 30px);
    top: 93px;
    width: 30px;
  }
  #modal .modal_inner .modal_content {
    width: 1000px;
    padding: 94px 20px 68px;
    margin: 0 auto;
  }
  #modal .modal_inner .modal_content .modal_section .modal_title .jp {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
  }
  #modal .modal_inner .modal_content .modal_section.howto .modal_title {
    margin-bottom: 38px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .modal_title .en {
    width: 169px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .video_area {
    aspect-ratio: 16/9;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps li {
    counter-increment: number;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps li:before {
    content: counter(number) ".";
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area {
    margin-top: 30px;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
    min-height: 162px;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col {
    width: fit-content;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) {
    padding-left: 92px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon {
    width: 74px;
    position: absolute;
    left: 0;
    top: calc(50% - 37px);
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a {
    display: block;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a.icon_app {
    width: 95px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a.icon_gp {
    width: 116px;
    margin-left: 9px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) {
    width: 511px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) p {
    font-size: 10px;
    line-height: 17px;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) p a {
    color: #fff;
    text-decoration: underline;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) .notes {
    font-size: 10px;
    line-height: 17px;
    font-weight: 500;
    margin-top: 7px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) .notes li:before {
    content: "※";
  }
  #modal .modal_inner .modal_content .modal_section.faq {
    margin-top: 88px;
  }
  #modal .modal_inner .modal_content .modal_section.faq .modal_title {
    margin-bottom: 25px;
  }
  #modal .modal_inner .modal_content .modal_section.faq .modal_title .en {
    width: 80px;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p {
    padding-left: 28px;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p:before {
    position: absolute;
    left: 0;
    display: inline-block;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p.q:before {
    content: "Q.";
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p.a:before {
    content: "A.";
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row + .row {
    margin-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  main {
    background: url(/2024/assets/images/wish/bg.jpg) center top/1366px auto repeat;
    padding-bottom: 76px;
  }
  body:not(.jpn) section.bg_area section.send > .flex_wrap .texts .section_title .line,
  body:not(.jpn) section.bg_area section.receive > .flex_wrap .texts .section_title .line {
    border-bottom: none;
    text-decoration: underline;
    display: inline;
  }
  section .anchor {
    position: absolute;
    top: -90px;
  }
  section#head_section {
    padding: 165px 0 83px;
    background: #f8f4ed;
  }
  section#head_section .back_btn {
    position: fixed;
    width: 50px;
    display: block;
    left: 35px;
    top: 114px;
    z-index: 2;
  }
  section#head_section .flex_wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#head_section .logo {
    width: 261px;
    margin-left: 57px;
  }
  section#head_section .texts {
    width: 839px;
    border-top: #2d0b03 1px solid;
    border-bottom: #2d0b03 1px solid;
    text-align: center;
    padding: 32px 0 31px;
    color: #2d0b03;
    font-weight: 600;
  }
  section#head_section .texts .main_copy {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
  section#head_section .texts .sub {
    font-size: 23px;
    letter-spacing: 0.02em;
    margin-top: 22px;
  }
  section#intro {
    text-align: center;
    padding: 60px 0 0;
  }
  section#intro p {
    font-size: 18px;
    line-height: 35px;
    color: #ffe6b1;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  section#intro .anchor_set {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
  }
  section#intro .anchor_set .bar {
    background: #98672e;
    width: 1px;
    height: 80px;
  }
  section#intro .anchor_set .anchor_btn {
    width: calc(50% - 2px);
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #98672e;
    font-size: 20px;
    font-weight: 500;
    transition: opacity 0.2s ease;
  }
  section#intro .anchor_set .anchor_btn:hover {
    opacity: 0.7;
  }
  section#intro .anchor_set .anchor_btn:before, section#intro .anchor_set .anchor_btn:after {
    content: "";
    display: block;
  }
  section#intro .anchor_set .anchor_btn:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 13px solid #98672e;
    border-bottom: 0;
    margin-left: 22px;
  }
  section#intro .anchor_set .anchor_btn:nth-child(1) {
    justify-content: flex-end;
    padding-right: 116px;
  }
  section#intro .anchor_set .anchor_btn:nth-child(1):before {
    width: 46px;
    height: 62px;
    margin-right: 23px;
    background: url(/2024/assets/images/wish/icon_mail.svg) center/contain no-repeat;
  }
  section#intro .anchor_set .anchor_btn:nth-child(3) {
    padding-left: 97px;
  }
  section#intro .anchor_set .anchor_btn:nth-child(3):before {
    width: 36px;
    height: 62px;
    margin-right: 27px;
    background: url(/2024/assets/images/wish/icon_mobile.svg) center/contain no-repeat;
  }
  section.bg_area {
    width: 1200px;
    margin: 0 auto;
    background: url(/2024/assets/images/wish/bg2.jpg) center top/1200px auto repeat;
    padding: 52px 60px 65px;
  }
  section.bg_area .logo_2024_2025 {
    width: 608px;
    margin: 0 auto 64px;
  }
  section.bg_area section.send,
  section.bg_area section.receive {
    color: #2d0b03;
  }
  section.bg_area section.send > .flex_wrap,
  section.bg_area section.receive > .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.bg_area section.send > .flex_wrap .texts,
  section.bg_area section.receive > .flex_wrap .texts {
    width: 540px;
    margin-left: 62px;
  }
  section.bg_area section.send > .flex_wrap .texts .section_title,
  section.bg_area section.receive > .flex_wrap .texts .section_title {
    font-size: 32px;
    line-height: 61px;
    font-weight: 600;
    width: fit-content;
  }
  section.bg_area section.send > .flex_wrap .texts .section_title .line,
  section.bg_area section.receive > .flex_wrap .texts .section_title .line {
    display: inline-block;
    border-bottom: #2d0b03 1px solid;
  }
  section.bg_area section.send > .flex_wrap .texts .info,
  section.bg_area section.receive > .flex_wrap .texts .info {
    display: block;
    width: 100%;
    margin-top: 31px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tbody,
  section.bg_area section.receive > .flex_wrap .texts .info tbody {
    display: block;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul),
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) {
    align-items: flex-start;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul) td,
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) td {
    padding-top: 5px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul) + tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) + tr {
    margin-top: 17px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr + tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr + tr {
    margin-top: 7px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr th,
  section.bg_area section.receive > .flex_wrap .texts .info tr th {
    display: flex;
    width: 134px;
    min-height: 44px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #2d0b03;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 6px;
    box-sizing: border-box;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td,
  section.bg_area section.receive > .flex_wrap .texts .info tr td {
    width: calc(100% - 154px);
    font-size: 20px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td ul li,
  section.bg_area section.receive > .flex_wrap .texts .info tr td ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td ul li:before,
  section.bg_area section.receive > .flex_wrap .texts .info tr td ul li:before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 13px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: #2d0b03 1px solid;
    position: absolute;
    left: 0;
    top: 7px;
  }
  section.bg_area section.send > .flex_wrap .pics,
  section.bg_area section.receive > .flex_wrap .pics {
    width: 445px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.bg_area section.send > .flex_wrap .pics .pic,
  section.bg_area section.receive > .flex_wrap .pics .pic {
    width: 216px;
  }
  section.bg_area section.send > .flex_wrap .pics .letter,
  section.bg_area section.receive > .flex_wrap .pics .letter {
    position: absolute;
    width: 195px;
    left: -54px;
    top: -78px;
  }
  section.bg_area section.send .steps,
  section.bg_area section.receive .steps {
    background: #fff;
    border-radius: 4px;
    padding: 45px 60px 46px;
    margin-top: 4.6rem;
  }
  section.bg_area section.send .steps > .text,
  section.bg_area section.receive .steps > .text {
    font-size: 16px;
    line-height: 32px;
  }
  section.bg_area section.send > .flex_wrap .pics {
    margin-top: 91px;
  }
  section.bg_area section.send .steps > .text {
    margin-bottom: 69px;
  }
  section.bg_area section.send .steps .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.bg_area section.send .steps .flex_wrap .arrow {
    width: 60px;
    height: auto;
    margin: 0 57px 0 24px;
  }
  section.bg_area section.send .steps .flex_wrap .col {
    height: 205px;
  }
  section.bg_area section.send .steps .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    aspect-ratio: 1;
    background: url(/2024/assets/images/wish/num1_r.svg) center/contain no-repeat;
    left: 0;
    top: 0;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(1) {
    width: 407px;
    margin-left: 34px;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(1) .pic {
    width: 230px;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(3) {
    width: 342px;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(3):before {
    background-image: url(/2024/assets/images/wish/num2_r.svg);
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(3) .pic {
    width: 180px;
    margin-top: 10px;
  }
  section.bg_area section.send .steps .flex_wrap .col .pic {
    margin: 0 auto;
  }
  section.bg_area section.send .steps .flex_wrap .col .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
  }
  section.bg_area section.send .steps .notes {
    margin-top: 48px;
    font-size: 10px;
    line-height: 1.5;
  }
  section.bg_area section.send .steps .notes li:before {
    content: "※";
  }
  section.bg_area section.send .steps .sponsor {
    margin-top: 48px;
    text-align: center;
    font-size: 16px;
  }
  section.bg_area section.send .steps .sponsor strong {
    font-weight: 600;
  }
  section.bg_area section.send .steps .logo_epson {
    width: 122px;
    margin: 22px auto 0;
  }
  section.bg_area section.receive {
    padding-top: 77px;
  }
  section.bg_area section.receive > .flex_wrap .pics {
    margin-top: 15px;
  }
  section.bg_area section.receive > .flex_wrap .texts .info tr:nth-child(3) td {
    font-size: 16px;
  }
  section.bg_area section.receive .steps {
    margin-top: 44px;
  }
  section.bg_area section.receive .steps > .text {
    margin-bottom: 27px;
  }
  section.bg_area section.receive .steps .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  section.bg_area section.receive .steps .flex_wrap .col {
    width: 300px;
  }
  section.bg_area section.receive .steps .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    aspect-ratio: 1;
    background: url(/2024/assets/images/wish/num1_br.svg) center/contain no-repeat;
    left: 0;
    top: 0;
  }
  section.bg_area section.receive .steps .flex_wrap .col .pic {
    width: 97px;
    margin: 0 auto 19px;
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(2):before {
    background-image: url(/2024/assets/images/wish/num2_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(3):before {
    background-image: url(/2024/assets/images/wish/num3_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(n+4) {
    margin-top: 67px;
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(4):before {
    background-image: url(/2024/assets/images/wish/num4_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(5):before {
    background-image: url(/2024/assets/images/wish/num5_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(6):before {
    background: none;
  }
  section.bg_area section.receive .steps .flex_wrap .col .text {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  section.bg_area section.receive .steps .flex_wrap .col .text small {
    font-size: 10px;
    position: absolute;
    display: block;
  }
  section.bg_area section.btn_section {
    margin-top: 58px;
  }
  section.bg_area section.btn_section .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  section.bg_area section.btn_section .flex_wrap .btn {
    display: block;
    width: calc(50% - 10px);
    border-radius: 4px;
    text-align: center;
    border: #e7c657 2px solid;
    padding: 51px 0 0;
    height: 227px;
    color: #972728;
    transition: opacity 0.2s ease;
  }
  section.bg_area section.btn_section .flex_wrap .btn:hover {
    opacity: 0.7;
  }
  section.bg_area section.btn_section .flex_wrap .btn .btn_title {
    width: auto;
    height: 49px;
    margin: 0 auto 28px;
  }
  section.bg_area section.btn_section .flex_wrap .btn .text {
    font-size: 19px;
    line-height: 32px;
  }
  section.bg_area section.btn_section .flex_wrap .btn .text strong {
    font-weight: 600;
  }
  section.bg_area section.btn_section .flex_wrap .btn.btn_blank {
    border-color: transparent;
    background: url(/2024/assets/images/wish/arrow.svg) 462px 155px/50px auto no-repeat, url(/2024/assets/images/wish/icon_mobile_y.svg) center 174px/69px auto no-repeat #972728;
    color: #e7c657;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1280px;
    height: 100%;
    z-index: 11;
    padding: 56px 0;
  }
  #modal.open {
    opacity: 1;
    pointer-events: auto;
  }
  #modal.open .modal_inner {
    opacity: 1;
  }
  #modal .modal_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  #modal .modal_inner {
    max-height: 100%;
    overflow: auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(45, 11, 3, 0.9);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #modal .modal_inner .btn_close {
    position: fixed;
    left: calc(50% + 600px - 31px - 30px);
    top: 93px;
    width: 30px;
  }
  #modal .modal_inner .modal_content {
    width: 1000px;
    padding: 94px 20px 68px;
    margin: 0 auto;
  }
  #modal .modal_inner .modal_content .modal_section .modal_title .jp {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
  }
  #modal .modal_inner .modal_content .modal_section.howto .modal_title {
    margin-bottom: 38px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .modal_title .en {
    width: 169px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .video_area {
    aspect-ratio: 16/9;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps li {
    counter-increment: number;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps li:before {
    content: counter(number) ".";
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area {
    margin-top: 30px;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
    min-height: 162px;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col {
    width: fit-content;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) {
    padding-left: 92px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon {
    width: 74px;
    position: absolute;
    left: 0;
    top: calc(50% - 37px);
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a {
    display: block;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a.icon_app {
    width: 95px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a.icon_gp {
    width: 116px;
    margin-left: 9px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) {
    width: 511px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) p {
    font-size: 10px;
    line-height: 17px;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) p a {
    color: #fff;
    text-decoration: underline;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) .notes {
    font-size: 10px;
    line-height: 17px;
    font-weight: 500;
    margin-top: 7px;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) .notes li:before {
    content: "※";
  }
  #modal .modal_inner .modal_content .modal_section.faq {
    margin-top: 88px;
  }
  #modal .modal_inner .modal_content .modal_section.faq .modal_title {
    margin-bottom: 25px;
  }
  #modal .modal_inner .modal_content .modal_section.faq .modal_title .en {
    width: 80px;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p {
    padding-left: 28px;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p:before {
    position: absolute;
    left: 0;
    display: inline-block;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p.q:before {
    content: "Q.";
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p.a:before {
    content: "A.";
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row + .row {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  main {
    background: url(/2024/assets/images/wish/bg.jpg) center top/1366px auto repeat;
    padding-bottom: 6.2rem;
  }
  body:not(.jpn) section.bg_area section.send > .flex_wrap .texts .section_title .line,
  body:not(.jpn) section.bg_area section.receive > .flex_wrap .texts .section_title .line {
    border-bottom: none;
    text-decoration: underline;
    display: inline;
  }
  body:not(.jpn) section.bg_area section.send > .flex_wrap .texts .info tr, body:not(.jpn) section.bg_area section.receive > .flex_wrap .texts .info tr {
    justify-content: flex-start;
  }
  body:not(.jpn) section.bg_area section.send > .flex_wrap .texts .info tr th, body:not(.jpn) section.bg_area section.receive > .flex_wrap .texts .info tr th {
    min-width: 5.3rem;
    width: fit-content;
    padding: 0.4rem 1.2rem;
    letter-spacing: 0 !important;
  }
  body:not(.jpn) section.bg_area section.send > .flex_wrap .texts .info tr td, body:not(.jpn) section.bg_area section.receive > .flex_wrap .texts .info tr td {
    width: fit-content;
    margin-left: 1.2rem;
  }
  body:not(.jpn) section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul) th,
  body:not(.jpn) section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) th {
    width: 100%;
  }
  footer {
    padding-top: 6.3rem;
  }
  section#head_section {
    padding: 11rem 0 5rem;
    background: #f8f4ed;
  }
  section#head_section .back_btn {
    position: fixed;
    width: 3.2rem;
    display: block;
    left: 1rem;
    top: 6.2rem;
    z-index: 2;
  }
  section#head_section .logo {
    width: 18.2rem;
    margin: 0 auto 3.5rem;
  }
  section#head_section .texts {
    width: 30rem;
    border-top: #2d0b03 1px solid;
    border-bottom: #2d0b03 1px solid;
    text-align: center;
    margin: 0 auto;
    padding: 1.3rem 0 2rem;
    color: #2d0b03;
    font-weight: 600;
  }
  section#head_section .texts .main_copy {
    font-size: 1.95rem;
    line-height: 3.25rem;
    letter-spacing: 0.02em;
  }
  section#head_section .texts .sub {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-top: 0.55rem;
  }
  section#intro {
    text-align: center;
    padding: 3.75rem 0 0;
  }
  section#intro p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #ffe6b1;
    font-weight: 600;
    margin-bottom: 3.9rem;
    padding: 0 1.5rem;
  }
  section#intro .anchor_set {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14rem;
  }
  section#intro .anchor_set .bar {
    background: #98672e;
    width: 1px;
    height: 11.5rem;
  }
  section#intro .anchor_set .anchor_btn {
    width: calc(50% - 2px);
    height: 14rem;
    display: block;
    color: #98672e;
    font-size: 1.3rem;
    line-height: 1.9rem;
    text-align: center;
    font-weight: 500;
    padding: 6.7rem 0 0;
  }
  section#intro .anchor_set .anchor_btn:before, section#intro .anchor_set .anchor_btn:after {
    content: "";
    display: block;
    position: absolute;
  }
  section#intro .anchor_set .anchor_btn:before {
    left: 50%;
    transform: translateX(-50%);
    top: 1.75rem;
  }
  section#intro .anchor_set .anchor_btn:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.6rem solid transparent;
    border-left: 0.6rem solid transparent;
    border-top: 1rem solid #98672e;
    border-bottom: 0;
    left: 50%;
    margin-left: -0.6rem;
    bottom: 1.9rem;
  }
  section#intro .anchor_set .anchor_btn:nth-child(1):before {
    width: 3.35rem;
    height: 4.5rem;
    background: url(/2024/assets/images/wish/icon_mail.svg) center/contain no-repeat;
  }
  section#intro .anchor_set .anchor_btn:nth-child(3):before {
    width: 2.65rem;
    height: 4.5rem;
    background: url(/2024/assets/images/wish/icon_mobile.svg) center/contain no-repeat;
  }
  section.bg_area {
    width: 34rem;
    margin: 2.3rem auto 0;
    background: url(/2024/assets/images/wish/bg2.jpg) center top/1200px auto repeat;
    padding: 3.8rem 0 5rem;
  }
  section.bg_area .logo_2024_2025 {
    width: 29.9rem;
    margin: 0 auto 2.6rem;
  }
  section.bg_area section.send,
  section.bg_area section.receive {
    color: #2d0b03;
  }
  section.bg_area section.send > .flex_wrap,
  section.bg_area section.receive > .flex_wrap {
    padding: 0 2rem;
  }
  section.bg_area section.send > .flex_wrap .texts .section_title,
  section.bg_area section.receive > .flex_wrap .texts .section_title {
    font-size: 2.5rem;
    line-height: 4.5rem;
    font-weight: 600;
    width: fit-content;
  }
  section.bg_area section.send > .flex_wrap .texts .section_title .line,
  section.bg_area section.receive > .flex_wrap .texts .section_title .line {
    display: inline-block;
    border-bottom: #2d0b03 1px solid;
  }
  section.bg_area section.send > .flex_wrap .texts .info,
  section.bg_area section.receive > .flex_wrap .texts .info {
    display: block;
    width: 100%;
    margin-top: 3.1rem;
  }
  section.bg_area section.send > .flex_wrap .texts .info tbody,
  section.bg_area section.receive > .flex_wrap .texts .info tbody {
    display: block;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul),
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) {
    display: block;
    margin-top: 1.8rem;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul) th,
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) th {
    width: 100%;
    letter-spacing: 0;
    padding-left: 0;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul) td,
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) td {
    width: 100%;
    padding-top: 1rem;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr:has(td ul) + tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr:has(td ul) + tr {
    margin-top: 2.1rem;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr + tr,
  section.bg_area section.receive > .flex_wrap .texts .info tr + tr {
    margin-top: 1.4rem;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr th,
  section.bg_area section.receive > .flex_wrap .texts .info tr th {
    box-sizing: border-box;
    display: flex;
    width: 5.3rem;
    height: 2.1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #2d0b03;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    font-weight: 500;
    white-space: nowrap;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr th.letter06,
  section.bg_area section.receive > .flex_wrap .texts .info tr th.letter06 {
    letter-spacing: 0.6em;
    padding-left: 0.6em;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td,
  section.bg_area section.receive > .flex_wrap .texts .info tr td {
    width: calc(100% - 6.5rem);
    font-size: 1.5rem;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td ul li,
  section.bg_area section.receive > .flex_wrap .texts .info tr td ul li {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 1.5rem;
  }
  section.bg_area section.send > .flex_wrap .texts .info tr td ul li:before,
  section.bg_area section.receive > .flex_wrap .texts .info tr td ul li:before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
    border: #2d0b03 1px solid;
    position: absolute;
    left: 0;
    top: 0.4rem;
  }
  section.bg_area section.send > .flex_wrap .pics,
  section.bg_area section.receive > .flex_wrap .pics {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4.25rem;
  }
  section.bg_area section.send > .flex_wrap .pics .pic,
  section.bg_area section.receive > .flex_wrap .pics .pic {
    width: 14.45rem;
  }
  section.bg_area section.send > .flex_wrap .pics .letter,
  section.bg_area section.receive > .flex_wrap .pics .letter {
    position: absolute;
    width: 13.35rem;
    left: -0.95rem;
    top: -7.45rem;
  }
  section.bg_area section.send .steps,
  section.bg_area section.receive .steps {
    margin-top: 3.85rem;
    background: #fff;
    padding: 3.05rem 2rem 5.35rem;
  }
  section.bg_area section.send .steps > .text,
  section.bg_area section.receive .steps > .text {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  section.bg_area section.send > .flex_wrap .pics {
    margin-top: 9.75rem;
  }
  section.bg_area section.send .steps > .text {
    margin-bottom: 5rem;
  }
  section.bg_area section.send .steps .flex_wrap .arrow {
    width: 0.85rem;
    height: auto;
    margin: 2.55rem auto 3.65rem;
  }
  section.bg_area section.send .steps .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 3.65rem;
    aspect-ratio: 1;
    background: url(/2024/assets/images/wish/num1_r.svg) center/contain no-repeat;
    left: 0;
    top: 0;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(1) .pic {
    width: 20.05rem;
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(3):before {
    background-image: url(/2024/assets/images/wish/num2_r.svg);
  }
  section.bg_area section.send .steps .flex_wrap .col:nth-child(3) .pic {
    width: 15.1rem;
    left: 1.7rem;
  }
  section.bg_area section.send .steps .flex_wrap .col .pic {
    margin: 0 auto 1.15rem;
  }
  section.bg_area section.send .steps .flex_wrap .col .text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: center;
    font-weight: 500;
  }
  section.bg_area section.send .steps .notes {
    margin-top: 3.3rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  section.bg_area section.send .steps .notes li {
    padding-left: 1.5rem;
  }
  section.bg_area section.send .steps .notes li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  section.bg_area section.send .steps .sponsor {
    margin-top: 5.7rem;
    text-align: center;
    font-size: 1.5rem;
  }
  section.bg_area section.send .steps .sponsor strong {
    font-weight: 600;
  }
  section.bg_area section.send .steps .logo_epson {
    width: 18.5rem;
    margin: 2.75rem auto 0;
  }
  section.bg_area section.receive {
    margin-top: 7.8rem;
  }
  section.bg_area section.receive .steps {
    margin-top: 4.45rem;
  }
  section.bg_area section.receive .steps > .text {
    margin-bottom: 4.55rem;
  }
  section.bg_area section.receive .steps .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 3.65rem;
    aspect-ratio: 1;
    background: url(/2024/assets/images/wish/num1_br.svg) center/contain no-repeat;
    left: 0;
    top: 0;
  }
  section.bg_area section.receive .steps .flex_wrap .col .pic {
    width: 9.2rem;
    margin: 0 auto 1.7rem;
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(n+2) {
    margin-top: 4rem;
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(2):before {
    background-image: url(/2024/assets/images/wish/num2_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(3):before {
    background-image: url(/2024/assets/images/wish/num3_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(4):before {
    background-image: url(/2024/assets/images/wish/num4_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(5):before {
    background-image: url(/2024/assets/images/wish/num5_br.svg);
  }
  section.bg_area section.receive .steps .flex_wrap .col:nth-child(6):before {
    background: none;
  }
  section.bg_area section.receive .steps .flex_wrap .col .text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  section.bg_area section.receive .steps .flex_wrap .col .text small {
    font-size: 1.2rem;
    display: block;
  }
  section.bg_area section.btn_section {
    margin-top: 4.6rem;
    padding: 0 2rem;
  }
  section.bg_area section.btn_section .flex_wrap .btn {
    display: block;
    width: 100%;
    border-radius: 0.2rem;
    text-align: center;
    border: #e7c657 1px solid;
    padding: 3.05rem 0 0;
    height: 15rem;
    color: #972728;
  }
  section.bg_area section.btn_section .flex_wrap .btn .btn_title {
    width: auto;
    height: 3.2rem;
    margin: 0 auto 1.95rem;
  }
  section.bg_area section.btn_section .flex_wrap .btn .text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  section.bg_area section.btn_section .flex_wrap .btn .text strong {
    font-weight: 600;
  }
  section.bg_area section.btn_section .flex_wrap .btn.btn_blank {
    border-color: transparent;
    background: url(/2024/assets/images/wish/arrow.svg) 26.2rem 10.8rem/2.9rem auto no-repeat, url(/2024/assets/images/wish/icon_mobile_y.svg) center 11.15rem/4.55rem auto no-repeat #972728;
    color: #e7c657;
  }
  section.bg_area section.btn_section .flex_wrap .btn + .btn {
    margin-top: 2.5rem;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    padding: 1.75rem 0;
  }
  #modal.open {
    opacity: 1;
    pointer-events: auto;
  }
  #modal.open .modal_inner {
    opacity: 1;
  }
  #modal .modal_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  #modal .modal_inner {
    max-height: 100%;
    overflow: auto;
    position: relative;
    z-index: 1;
    width: 34rem;
    margin: 0 auto;
    background-color: rgba(45, 11, 3, 0.9);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #modal .modal_inner .btn_close {
    position: fixed;
    left: calc(50% + 17rem - 4.2rem);
    top: 4.5rem;
    width: 2.1rem;
  }
  #modal .modal_inner .modal_content {
    width: 100%;
    padding: 5.35rem 2rem 5.8rem;
    margin: 0 auto;
  }
  #modal .modal_inner .modal_content .modal_section .modal_title .jp {
    display: block;
    margin-top: 0.65rem;
    font-size: 1.1rem;
    font-weight: 400;
  }
  #modal .modal_inner .modal_content .modal_section.howto .modal_title {
    margin-bottom: 2.9rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .modal_title .en {
    width: 13.2rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .video_area {
    aspect-ratio: 16/9;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps {
    margin-top: 3.3rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps li {
    counter-increment: number;
    padding-left: 1.5rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .steps li:before {
    content: counter(number) ".";
    display: inline-block;
    left: 0;
    position: absolute;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area {
    margin-top: 4.7rem;
    border-top: #fff 0.15rem solid;
    border-bottom: #fff 0.15rem solid;
    padding: 3.4rem 0 2.8rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon {
    width: 7.3rem;
    margin-right: 2.8rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    font-weight: 500;
    width: fit-content;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2.1rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a {
    display: block;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a.icon_app {
    width: 13.15rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(1) .icon_set a.icon_gp {
    width: 16.25rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) {
    margin-top: 2.1rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) p {
    font-size: 1.1rem;
    line-height: 1.65rem;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) p a {
    color: #fff;
    text-decoration: underline;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) .notes {
    font-size: 1.1rem;
    line-height: 1.65rem;
    font-weight: 500;
    margin-top: 1.6rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) .notes li {
    padding-left: 1.5rem;
  }
  #modal .modal_inner .modal_content .modal_section.howto .app_area .col:nth-child(2) .notes li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  #modal .modal_inner .modal_content .modal_section.faq {
    margin-top: 6.4rem;
  }
  #modal .modal_inner .modal_content .modal_section.faq .modal_title {
    margin-bottom: 2.8rem;
  }
  #modal .modal_inner .modal_content .modal_section.faq .modal_title .en {
    width: 6.15rem;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row {
    font-size: 1.5rem;
    line-height: 2.15rem;
    font-weight: 500;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p {
    padding-left: 1.75rem;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p:before {
    position: absolute;
    left: 0;
    display: inline-block;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p.q:before {
    content: "Q.";
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p.a {
    margin-top: 1.3rem;
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row p.a:before {
    content: "A.";
  }
  #modal .modal_inner .modal_content .modal_section.faq .faq_area .row + .row {
    margin-top: 2.4rem;
  }
}