/*
Theme Name: EURASIA
Theme URI: https://example.com/
Author: aomushi
Author URI: https://example.com/
Description: NPO-EURASIAのWordPressテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eurasia-theme
*/
/*-------------------------------
        　　ローディング
-------------------------------*/
[data-opening-animation="content"] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.loading {
    position: fixed;
    inset: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0057b8 50%, #ffd700 50%);
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.loading.finished {
    z-index: -1;
}
.loading__inner {
    width: 100%;
    height: inherit;
    display: grid;
    place-content: center;
    row-gap: 10px;
    position: relative;
    z-index: 400;
}

.loading__content {
    text-align: center;
    z-index: 300;
    margin-top: -120px;
}
.loading__text {
    font-size: max(12px, 1rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2;
    color: #fff;
    margin-top: 24px;
}

.loading__logo {
    margin: 0 auto;
    width: min(200px, 100%);
    height: auto;
}
@media screen and (max-width: 768px) {
    .loading__content {
        margin-top: -80px;
    }
}
/*-------------------------------
            緊急POPUP
-------------------------------*/
/*#emergency-popup {
  display: none;
  opacity: 0;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow-y: auto;
    padding: 1rem;
}

.popup-content {
    position: relative;
    background: #ffffff;
    padding: 2rem;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    text-align: left;
    color: #5d4037;
    font-size: 1rem;
    line-height: 1.6;
    box-sizing: border-box;
}

.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    z-index: 10;
}
.popup-detail {
    margin-top: 12px;
}
/* スマホ対応 */
/*@media (max-width: 480px) {
  .popup-content {
    padding: 1.5rem 1rem;
  }
  .popup-close {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1.25rem;
  }
}*/
/*-------------------------------
              共通設定
-------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'M PLUS 1p', sans-serif;
    color: #333;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    border: none;
}
h1 {margin: 0;padding: 0;min-width: 150px;max-width: 100%;height: auto;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}
/*----------COLOR----------*/
.c_orange {color: #FFA733;}
.c_white {color: #fff;}
.c_lightblue {color: #A3D5FF;}
.bc_white {background-color: #fff;}
.bc_lightorange {background-color: #FFB144;}
.bc_lightblue {background-color: #A3D5FF;}
.bc_lightyellow {background-color: #FFDD66;}
.bc_creamyellow {background-color: #FFFCEB;}
.bc_yellow {background-color: #FFDD66;}
.bc_orange {background-color: #FFA733;}
.bc_gray {background-color: #9E9E9E;}
.bc_vividyellow {background: #FFD700;}
.bc_salmonoeange { background-color: #FF914D;}
/*----------CONTENTS----------*/
.pc_none {display: none;}
.outer_wrapper {max-width: 1400px;margin: 0 auto;padding: 0 3rem;}
.main_container {max-width: 1200px;margin: 0 auto;padding: 0 16px;}
.content_container {max-width: 1080px;margin: 0 auto;}
.compact_container {max-width: 900px;margin: 0 auto;}
.br span {display: block;}
.bold {font-weight: bold;}
.reverse{
    flex-direction: row-reverse;
}
.basic_p p,.textbox{
    margin-top: 2rem;
}
.en_ttl {
    font-size: 24px;
    text-align: left;
    position: relative;
    display: inline-block;
    padding-right: 32px;
    margin-bottom: .5rem;
}
.en_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 150px;
    height: 2px;
    background-color: #FFA733;
    transform: translateY(-50%);
    overflow-x: hidden;
}
.page_ttl {
    color: #FFA733;
}
/*-------------------------------
            DONATE_BTN
-------------------------------*/
.donate_btn_box {
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
    transition: transform 0.3s;
}
.donate_btn_box_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.donate_btn_text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.donate_btn {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #FF8C00, #FFC107);
    padding: 24px 64px 24px 48px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(255, 140, 0, 0.3),
                inset 0px 2px 4px rgba(255, 255, 255, 0.4);
    text-decoration: none;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}
.donate_btn:hover {
    transform: scale(1.1);
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s forwards;
    background: linear-gradient(135deg, #FF8C00, #FFC107);
}
@keyframes ripple {
  0% {box-shadow: 0 0 0 0 #FFC107;}
  70% {box-shadow: 0 0 0 20px rgba(255, 193, 7, 0%);}
  100% {box-shadow: 0 0 0 0 rgba(255, 193, 7, 0%);}
}
.donate_btn::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}
.donate_btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 3px #FFC107;
    border-right: solid 3px #FFC107;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%) rotate(45deg);
}
/*-------------------------------
             HEADER
-------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    background: transparent;
    transition: all 0.4s ease;
}
header.scrolled {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(15px) saturate(150%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
header.scrolled::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 8px;
    background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.5), transparent);
    opacity: 0.6;
}
main {
    margin-top: 80px;
}
.main_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 3rem;
    max-width: 1600px;
    margin: 0 auto;
}
.logo_container {
    display: flex;
    align-items: center;
}
.logo_container h1 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 50px;
}
.logo_container h1 a {
    display: inline-block;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
}
.logo_text {
    font-size: 12px;
    line-height: 1.6;
    max-width: 300px;
    margin-left: 2rem;
}
.header_nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
.header_nav ul li {
    display: inline;
}
.header_nav ul li a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    transition: transform .3s;
}
.header_nav ul li a:hover {
    color: #FFB144;
}
.header_nav ul li a::after {
    background-color: #FFB144;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
    width: 100%;
}
.header_nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
/*-------------------------------
        ハンバーガーメニュー
-------------------------------*/
.hamburger_menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    z-index: 1100;
}
.hamburger_menu span {
    display: block;
    height: 4px;
    width: 100%;
    background: #FFA733;
    transition: all 0.3s ease-in-out;
}
.hamburger_menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.hamburger_menu.open span:nth-child(2) {
    opacity: 0;
}
.hamburger_menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.header_nav {
    z-index: 900;
}
.menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(38, 25, 7, 0.4);
    backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}
.menu_overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.mobile_nav ul {
    list-style: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.mobile_nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 5px 40px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mobile_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 40px;
    text-align: center;
    color: white;
    text-decoration: none;
}
.mobile_nav ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #FFA733;
}
.menu_overlay.open .mobile_nav ul {
    opacity: 1;
    transform: translateY(0);
}
.mobile_nav .donate_btn_box {
    margin-top: 24px;
}
.mobile_nav .donate_btn {
    padding: 24px 64px 24px 48px;
}
@media (max-width: 768px) {
    .hamburger_menu {
        display: flex;
    }
    .header_nav {
        display: none;
    }
}
/*-------------------------------
           HERO_SECTION
-------------------------------*/
.hero_catch_head span {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: slideIn 0.8s ease-out forwards;
}
.hero_catch_head span:nth-child(1) {
  animation-delay: 3.2s;
}
.hero_catch_head span:nth-child(2) {
  animation-delay: 3.5s;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/hero-bg-scaled.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.hero_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.hero_img_wrap {
    position: relative;
    width: 60%;
    max-width: 940px;
    height: 680px;
    overflow: hidden;
}
.hero_slide {
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    object-fit: cover;
}
.hero_img_wrap img.active {
    opacity: 1;
}
.hero_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.hero_catch_head {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    width: max-content;
    white-space: nowrap;
    z-index: 2;
}
.hero_catch_text {
    margin-top: 32px;
}
.hero_catch_text p {
    font-size: 20px;
    line-height: 1.5;
}
/*-------------------------------
           PROCESS_SECTION
-------------------------------*/
.process_section {
    padding-top: 5rem;
    padding-bottom: 5rem; 
}
.process_section_inner {
    max-width: 1080px;
}
.process_lead {
    font-size: 16px;
    margin: 20px 0;
    max-width: 880px;
}
/*-------------------------------
           INTRO_SECTION
-------------------------------*/
.intro_section {
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/intro_bg.jpg") no-repeat center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.intro_section_inner {
    padding-top: 8rem;
    padding-bottom: 8rem; 
}
.intro_column {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    margin-bottom: 4rem;
}
.intro_column_left, .intro_column_right {
    width: 50%;
}
.intro_column_right_text_head {
    font-size: 2rem;
    font-weight: bold;
}
.intro_column_right_text {
    margin-top: 2rem;
    font-size: 20px;
}
/*-------------------------------
           DONATE_SECTION
-------------------------------*/
.donate_section {
    position: relative;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/help-ukraine-donation-scaled.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
}
.donate_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 167, 51, 0.5);
    z-index: 1;
}
.donate_section_inner {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 3rem 5rem;
}
.donate_column {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.donate_column_left, .donate_column_right {
    width: 50%;
}
.donate_column_left_textbox_bold {
    font-size: 24px;
    font-weight: bold;
}
.donate_column_left_textbox p {
    margin-top: 2rem;
}
.donate_column_right .bank_box {
    background: rgba(255, 255, 255, 0.4);
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: auto;
    color: #333;
    border-radius: 10px;
    padding: 16px 24px;
    line-height: 1.4;
    max-width: 320px;
}
.donate_column_right .bank_box_ttl {
    font-weight: bold;
}
.donate_border {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #FCE29F;
    text-decoration-thickness: 8px;
    text-underline-offset: 1;
}
.donate_section .stripe-icon-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 6px;
    padding: 8px 4px 0 4px;
    margin-top: 16px;
}
.donate_section .stripe-icon-img {
    line-height: 1;
}
.donate_section .stripe-icon-wrap img {
    line-height: 0;
    align-items: flex-end;
}
/*-------------------------------
           MISSION_SECTION
-------------------------------*/
.mission_section {
    padding-top: 150px;
    padding-bottom: 5rem;
}
.mission_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    max-width: 1600px;
}
.mission_img_wrap {
    width: 60%;
    text-align: right;
    overflow: hidden;
}
.mission_img_wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-width: 1000px;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
}
.mission_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    margin-top: 3rem;
}
.mission_catch_head {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    width: max-content;
    white-space: nowrap;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 8px solid #FFE9A2;
    padding: 16px 48px;
    display: inline-block;
    border-radius: 10px;
}
.mission_catch_text {
    margin-top: 32px;
}
.mission_catch_text p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1rem;
}
/*-------------------------------
         MESSAGE_SECTION
-------------------------------*/
.message_section {
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.message_header {
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
}
.message_wrapper {
    margin-top: 4rem;
}
.message_wrapper_inner {
    display: flex;
    border-radius: 10px;
    padding: 48px 80px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.message_wrapper_left {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
}
.message_wrapper_left_inner {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.message_wrapper_right {
    width: 70%;
}
.profile_img {
    width: 170px;
    height: 170px;
    background: #D8D8D8;
    border-radius: 50%;
    margin: 20px 0;
}
.profile_name {
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
}
.author {
    text-align: right;
    margin-top: 2rem;
}
/*-------------------------------
         RECORD_SECTION
-------------------------------*/
.record_section {

}
.record_container {
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/ukraine_map.png") no-repeat center center;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.ukraine_map {
    position: absolute;
    top: 20px;
    right: 3rem;
    width: 100%;
    height: auto;
    max-width: 900px;
    z-index: 0;
    overflow-x: hidden;
}
.record_container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.record_container_ttl {
    text-align: center;
    margin-top: 1rem;
    position: relative;
    z-index: 10;
}
.achievement_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
.achievement_box {
    background: white;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.achievement_box_inner {
    border: 2px dashed #FFB144;
    border-radius: 20px;
    padding: 30px 0;
}
.icon_text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    gap: 1rem;
}
.icon_text img {
    width: 64px;
    height: 64px;
}
.amount {
    font-size: 64px;
    font-weight: bold;
    margin-top: 10px;
}
.amount span {
    font-family: 'Montserrat', sans-serif;
}
.achievement_small_boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 2rem;
}

.achievement_small_box {
    background: white;
    border: 2px dashed #FFB144;
    border-radius: 15px;
    width: 50%;
    text-align: center;
}
/*-------------------------------
        ACTIVITIES_SECTION
-------------------------------*/
.activities_section {
    text-align: left;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.activity_card {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.activity_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.activity_label {
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 80px;
    height: 350px;
}
.activity_text {
    text-align: left;
    max-width: 400px;
}
.activity_text h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.activity_text p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 12px;
}
.activity_img {
    padding: 10px;
    border-radius: 10px;
}
.ambulance .activity_img {
    background-color: #E5EEF8;
}
.medical .activity_img {
    background-color: #FFF4CE;
}
.culture .activity_img {
    background-color: #FFE7C4;
}
.activity_img img {
    border-radius: 10px;
    object-fit: cover;
}
.more_activities {
    margin-top: 24px;
}
.more_btn {
    color: #FF8C00;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-right: 72px;
    line-height: 2;
    transition: transform 0.3s ease;
}
.more_btn:hover {
    color: #FFD75E;
}

.more_btn::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FF8C00;
    border-radius: 50%;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.more_btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%) rotate(45deg);
}
.more_btn:hover::before {
    transform: translateY(-50%) scale(1.5);
    background: #FFD75E;
}
/*-------------------------------
        REPORT_SECTION
-------------------------------*/
.report_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow-x: auto;
    white-space: nowrap;
    background: linear-gradient(to bottom, transparent 40%, #FFD75E 40%);
}
.report_container {
    padding-left: calc(50% - 540px);
    overflow: hidden;
    position: relative;
}
.report_grid {
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 24px;
    width: auto;
    min-width: 100%;
    margin-top: 2rem;
    padding-right: 8vw;
}
.report_grid::-webkit-scrollbar {
    height: 8px;
}
.report_grid::-webkit-scrollbar-track {
    background: #FFFCEB;
    border-radius: 4px;
}
.report_grid::-webkit-scrollbar-thumb {
    background: #FFA733;
    border-radius: 4px;
}
.report_card, .media_card  {
    border-radius: 15px;
    padding: 28px;
    min-width: 400px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    width: 430px;
}
.report_label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 16px;
    border-radius: 5px;
}
.report_content {
    display: flex;
    flex-direction: column;
}
.report_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 340 / 224;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.report_img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.report_text {
    text-align: left;
    margin-top: 10px;
}
.report_date {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.report_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;        
    width: 100%;           
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.report_excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行に制限 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.more_reports {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    max-width: 1080px;
}
.more_reports .more_btn:hover {
    color: #FFB144;
}
.more_reports .more_btn:hover::before {
    background: #FFB144;
}
.report_card, .media_card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.report_card:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #FFA733;
}
/*-------------------------------
        STORY_SECTION
-------------------------------*/
.story_section {
    padding-top: 5rem;
}
.story_block_content .reverse {
    flex-direction: row-reverse;
}
.story_heading {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    margin-top: 8px;
}
.story_block {
    margin-top: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 3rem;
    gap: 48px;
    border-radius: 50px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    height: 80px;
    font-weight: bold;
}
.story_block_label {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    width: 80px;
    height: 80px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
}
.story_block_label_text {
    display: flex;
}
.story_block_authorbox {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.story_block_en {
    color: #FFD75E;
}
.story_block_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.story_textbox {
    text-align: left;
    align-items: center;
    flex-direction: column;
    padding: 56px;
    position: relative;
    z-index: 10;
    width: 580px;
    height: 320px;
    background: rgba(255, 255, 255, 0.9);
    width: 55%;
}
.story_block_content .normal .story_textbox {
    margin-left: -32px;
}
.story_block_content .reverse .story_textbox {
    margin-right: -32px;
} 
.story_highlight {
    font-size: 20px;
    border-left: 5px solid #FFDD66;
    padding-left: 16px;
    margin-bottom: 1rem;
}
.story_textbox {
    border-radius: 10px;
    width: 50%;
}
.story_text {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
}
.story_img {
    width: 55%;
}

.story_img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 48px;
}
/*-------------------------------
        STORIES_SECTION
-------------------------------*/
.stories_section {
    padding: 7rem 0 5rem 0;
}
.stories_container {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.stories_card {
    background: white;
    border-radius: 15px;
    width: calc(100% - 32px / 3);
    text-align: left;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.stories_label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
    position: absolute;
    top: -40px;
    left: 0;
}
.stories_img img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.stories_content {
    padding: 1.2rem;
}
.stories_content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.stories_author {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 4px 8px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 0.5rem;
}
/*-------------------------------
        THANKS_SECTION
-------------------------------*/
.thanks_section {
    padding: 8rem 0;
}

.thanks_container {
    max-width: 900px;
    margin: 0 auto;
}
.thanks_card {
    margin-top: 2rem;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.thanks_card_inner {
    border-radius: 20px;
}
.thanks_01 .thanks_card_inner {
    border: 2px dashed #FFD500;   
}
.thanks_02 .thanks_card_inner {
    border: 2px dashed #FFB144;   
}
.thanks_03 .thanks_card_inner {
    border: 2px dashed #A7C7E7;   
}
.thanks_label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 4px 16px;
    border-radius: 10px;
    z-index: 10;
}
.thanks_card_inner {
    border: 2px dashed #FFB144;
    border-radius: 15px;
    position: relative;
    padding: 48px 32px;
}
.thanks_content {
    display: flex;
    align-items: center;
    gap: 24px;
}
.thanks_img img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%; 
}
.thanks_text {
    text-align: left;
    flex: 1;
}
.thanks_text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.thanks_author {
    font-size: 12px;
    background: #9F9E9E;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    padding: 2px 8px;
    display: inline-block;
}
/*-------------------------------
        MEDIA_SECTION
-------------------------------*/
.media_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow-x: auto;
    white-space: nowrap;
    background: linear-gradient(to bottom, transparent 40%, #A7C7E7 40%);
}
.media_section .report_container {
    padding-left: calc(50% - 540px);
    overflow: hidden;
    position: relative;
}
.media_section .en_ttl::after {
    background-color: #A3D5FF;
}
.media_section .report_grid {
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 24px;
    width: auto;
    min-width: 100%;
    margin-top: 2rem;
    padding-right: 8vw;
}
.media_section .report_grid::-webkit-scrollbar {
    height: 8px;
}
.media_section .report_grid::-webkit-scrollbar-track {
    background: #FFFCEB;
    border-radius: 4px;
}
.media_section .report_grid::-webkit-scrollbar-thumb {
    background: #3B88F4;
    border-radius: 4px;
}
.media_section .report_card {
    border-radius: 15px;
    padding: 28px;
    min-width: 400px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    width: 430px;
}

.media_section .report_label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 16px;
    border-radius: 5px;
}
.media_section .report_content {
    display: flex;
    flex-direction: column;
}
.media_section .report_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 340 / 224;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media_section .report_img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.media_section .report_text {
    text-align: left;
    margin-top: 10px;
}
.media_section .report_date {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.media_section .report_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.media_section .report_excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.media_section .more_reports {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    max-width: 1080px;
}
.media_section .more_btn {
    color: #3B88F4;
    transition: transform 0.3s ease;  
}
.media_section .more_btn::before {
    background: #3B88F4;
    transition: transform 0.3s ease;       
}
.media_section .more_btn:hover {
    color: #FFDD66;
}
.media_section .more_btn:hover::before {
    background: #FFDD66;
}
.more_btn:hover {
    color: #FFD75E;
}
.more_btn::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FF8C00;
    border-radius: 50%;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.more_btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%) rotate(45deg);
}
.media_card:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #3b88f4;
}
/*-------------------------------
          ACTION_SECTION
-------------------------------*/
.action_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.action_text {
    margin-top: 2rem;
}
.action_content_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
}
.action_wrap {
    border-radius: 20px;
    padding: 2rem;
    width: calc(100% - 2rem / 3);
}
.action_wrap_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.action_wrap_ttl {
    font-size: 1.5rem;
    font-weight: bold;
}
.action_wrap_inner img {
    margin-top: 1rem;
}
.action_wrap_subttl {
    margin-top: 1rem;
    font-weight: bold;
}
.action_wrap_text {
    text-align: left;
    margin-top: 1rem;
}
/*-------------------------------
        　GALLERY_SECTION
-------------------------------*/
.gallery_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: rgba(255, 167, 51, 0.1);
}
.scroll_wrap {
  display: flex;
  overflow: hidden;
}
.scroll_wrap_list {
  display: flex;
  list-style: none;
}
@keyframes scroll_left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll_wrap_list_left {
  animation: scroll_left 80s infinite linear 0.5s both;
}
@keyframes scroll_right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0%);
}
}
.scroll_wrap_list_right {
  animation: scroll_right 80s infinite linear 0.5s both;
}
.scroll_item {
  width: calc(100vw / 5);
  padding-right: 2rem;
}
.scroll_item>img {
  width: 100%;
  border-radius: 15px;
}
.gallery_textbox01, .gallery_textbox02 {
    padding: 3rem 0;
    font-size: 2rem;
    font-weight: bold;
}
.gallery_textbox02 {
    text-align: right;
}
/*-------------------------------
             追従ボタン
-------------------------------*/
.banner_box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 8px;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
}
.banner {
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/help-ukraine-donation_sp.jpg") no-repeat center center;
    background-size: cover;
    width: 250px;
    height: 250px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 16px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 8px;
}
.banner_box .donate_btn_text {
    font-size: 18px;
    margin-bottom: 0;
    color: #FFA733;
    text-align: center;
}
.banner_inner {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 8px;
}
.banner_box .stripe-icon-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 6px;
    padding: 8px 4px 0 4px;
}
.banner_box .stripe-icon-img {
    line-height: 1;
}
.banner_box .stripe-icon-wrap img {
    line-height: 0;
    align-items: flex-end;
}
.banner .donate_btn_box {
    margin-top: 0;
    justify-content: center;
}
.banner .donate_btn_box_inner {
    max-width: 500px;
    width: 100%;
    align-items: normal;
}
.banner .donate_btn {
    font-size: 18px;
    padding: 12px 32px 12px 24px;
}
.banner .donate_btn::before {
    width: 24px;
    height: 24px;
    right: 14px;
}
.banner .donate_btn::after {
    right: 24px;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgb(255, 193, 7);
    border-right: 2px solid rgb(255, 193, 7);
}
/*-------------------------------
             FOOTER
-------------------------------*/
footer {
    background-color: #FFB144;
    padding-top: 4rem;
}
.footer_nav {
    margin: 0 auto;
    text-align: center;
}
.footer_menu_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.footer-menu-list {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-list li {
    display: inline-block;
    font-weight: bold;
}

.footer-menu-list li a {
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: color 0.3s;
}
.footer-menu-list li a:hover {
    color: #FFF8E1;
}
.footer-menu-list li a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF8E1;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s;
}
.footer-menu-list li a:hover::after {
    transform-origin: left top;
    transform: scaleX(1);
}
.footer_sns {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 2rem;
}
.footer_sns li {
    display: inline-block;
}
.footer_sns a {
    display: block;
}
.footer_sns img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease-in-out;
}
.footer_sns img:hover {
    transform: scale(1.3);
}
.footer_logo,
.footer_sdgs_logo,
.address {
    text-align: left;
    margin-top: 16px;
}
.footer_logo img {
    width: 195px;
    height: auto;
}
.footer_sdgs_logo img {
    width: 200px;
    height: auto;
}
.footer_img {
    margin-top: 5rem;
    width: 100vw;
    height: auto;
}
.footer_img img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1601px) {
    .hero_slide, .mission_img_wrap img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0;
    }
}
@media screen and (max-width: 1024px) {
/*  COMMON-------------------------------*/
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    .logo img {
        width: 180px;
    }
    .tb_none {
        display: none;
    }
    .outer_wrapper, .content_container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .compact_container {
        margin-left: auto;
        margin-right: auto;
    }
    .donate_btn_text {
        font-size: 18px;
    }
    .donate_btn_box {
        margin-top: 32px;
    }
    .donate_btn {
        font-size: 20px;
    }
    .en_ttl::after {
        display: none;
    }
/*  HEADER-------------------------------*/
    .header_nav ul {
        gap: 16px;
    }
/*  HERO-------------------------------*/
    .hero_section {
        height: auto;
    }
    .hero_section_inner {
        gap: 1rem;
    }
    .hero_textbox {
        padding-left: 3rem;
    }
    .hero_catch_head {
        font-size: 24px;
    }
    .hero_catch_text {
        margin-top: 16px;
    }
    .hero_catch_text p{
        font-size: 18px;
    }
/*  INTRO-------------------------------*/
    .intro_section_inner {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .intro_column {
        gap: 2rem;
    }
    .intro_column_right_text_head {
        font-size: 1.5rem;
    }
/*  DONATE-------------------------------*/
    .donate_section {
        padding-left: 3rem;
        padding-right: 3rem;
    }
/*  MISSION-------------------------------*/
    .mission_section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .mission_section_inner {
        gap: 1rem;
    }
    .mission_img_wrap {
        width: 100%;
        text-align: right;
    }
    .mission_catch_head {
        font-size: 2rem;
        padding: 8px 24px;
        margin-top: 8px;
    }
    .mission_textbox {
        padding-left: 3rem;
        margin-top: 0;
        text-align: left;
    }
/*  MESSAGE-------------------------------*/
    .message_section {
        padding-bottom: 2rem;
    }
    .message_container {
        padding: 16px;
    }
    .message_wrapper_inner {
        padding: 24px 40px;
    }
/*  RECORD-------------------------------*/
    .record_container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .ukraine_map {
        max-width: 650px;
    }
    .amount {
        font-size: 48px;
    }
    .achievement_box_inner {
        padding: 16px 0;
    }
    .achievement_box {
        margin-top: 16px;
    }
    .achievement_small_boxes {
        margin-top: 16px;
    }
/*  ACTIVITY-------------------------------*/
    .activities_section {
        text-align: left;
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .activity_text h3 {
        font-size: 1.5rem;
    }
    .icon_text {
        font-size: 1.5rem;
    }
    .activity_content {
        display: block;
    }
    .activity_content {
        text-align: center;
    }
    .activity_label {
        writing-mode: initial;
        text-orientation: initial;
        width: auto;
        height: auto;
        padding: 10px 20px;
        white-space:nowrap;
        font-size: 18px;
    }
    .activity_text {
        max-width: 750px;
        margin-top: 24px;
    }
    .activity_img {
        margin-top: 16px;
    }
/*  REPORT-------------------------------*/
    .report_section {
        padding-left: 3rem;
    }
/*  STORY-------------------------------*/
    .story_textbox {
        padding: 20px;
        height: auto;
    }
    .story_block_authorbox {
        display: block;
    }
    .story_block_wrap {
        margin-top: 0;
    }
    .stories_section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
/*  THANKS-------------------------------*/
    .thanks_section {
        padding: 2rem 16px;
    }
/*  ACTION-------------------------------*/
/*  MEDIA-------------------------------*/
    .media_section {
        padding-left: 3rem;
    }
/*  GALLERY-------------------------------*/
    .gallery_section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .scroll_item {
        width: calc(100vw / 4);
        padding-right: 1rem;
}
/*  FOOTER-------------------------------*/
    .footer_nav ul {
        justify-content: space-between;
        gap: 1rem;
    }
}
@media screen and (max-width: 768px) {
    /*  COMMON-------------------------------*/
    .display_flex {
        flex-wrap: wrap;
    }
    h2 {
        font-size: 1.2rem;
    }
    h3{
        font-size: 1rem;
    }
    .logo img {
        width: 150px;
        min-width: 150px;
    }
    .sp_none {
        display: none !important;
    }
    .pc_none {
        display: block;
    }
    .content_container, .compact_container, .outer_wrapper {
        padding: 24px 16px;
        width: 100%;
        margin: 0;
    }
    .en_ttl {
        font-size: 18px;
        font-weight: bold;
    }
    .en_ttl::after {
        display: none;
    }
    .donate_btn_box_inner {
        max-width: 500px;
        width: 100%;
        align-items: normal;
    }
/*  HEADER-------------------------------*/
    .main_nav {
        padding: 12px 16px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50px;
        margin-top: 12px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .header_nav {
        display: none;
    }
    .hamburger_menu {
        display: flex;
        margin-right: 16px;
    }
/*  HERO-------------------------------*/
    .hero_section {
        padding-bottom: 80px;
    }
    .hero_section_inner {
        display: block;
    }
    .hero_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -84px;
    }
    .hero_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }
    .hero_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero_catch_head {
        font-size: 24px;
    }
    .hero_section .donate_btn {
        padding: 24px 92px 24px 80px;
    }
    .hero_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero_section .donate_btn_text {
        font-size: 18px;
    }
    .hero_img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: static;
        top: 0;
        left: 0;
        transform: none;
    }
/*  INTRO-------------------------------*/
    .intro_column {
        display: block;
    }
    .intro_column_left, .intro_column_right {
        width: 100%;
        margin-top: 1rem;
    }
    .intro_column_right .br span {
        display: inline;
    }
    .intro_column img {
        width: 100%;
    }
/*  DONATE-------------------------------*/
    .donate_section_sp {
        position: relative;
        background: url("https://npoeurasia.org/wp-content/uploads/2025/03/help-ukraine-donation_sp.jpg") no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 100%;
        padding: 20px;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 16px;
        aspect-ratio: 1 / 1;
        right: 0;
    }
    .donate_section_sp .bank_box {
        position: absolute;
        top: 16px;
        right: 16px;
        padding: 8px;
        background: rgba(255, 255, 255, 0.4);
        color: #333;
        border-radius: 10px;
        line-height: 1.4;
        font-weight: bold;
    }
    .donate_section_sp_inner {
        position: relative;
        z-index: 2;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 20px;
        padding: 16px;
    }
    .donate_section_sp_inner .donate_btn_box {
        margin-top: 0;
        justify-content: center;
    }
    .donate_section_sp_inner .donate_btn_text {
        margin-bottom: 2px;
    }
    .donate_section_sp .stripe-icon-wrap {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 6px;
        padding: 8px 4px 0 4px;
        margin-top: 4px;
    }
    .donate_section_sp .stripe-icon-img {
        line-height: 1;
    }
    .donate_section_sp .stripe-icon-wrap img {
        line-height: 0;
        align-items: flex-end;
    }
/*  MISSION768-------------------------------*/
    .mission_section {
        padding-top: 32px;
        padding-bottom: 16px;
    }
    .mission_section_inner {
        padding-top: 0;
        padding-bottom: 16px;
        display: block;
    }
    .mission_img_wrap {
        width: 100%;
        padding-left: 16px;
    }
    .mission_textbox {
        width: 100%;
        padding: 16px;
        margin-top: 16px;
        display: flex;
        flex-direction: column;
    }
    .mission_catch_head {
        padding: 4px 12px;
        margin-top: 0;
        font-size: 24px;
    }
/*  MESSAGE-------------------------------*/
    .message_section {
        padding: 16px;
    }
    .message_section .compact_container {
        padding: 0;
        margin: 16px 0;
        max-width: 736px;
    }
    .message_wrapper_inner {
        display: block;
        padding: 20px;
    }
    .message_wrapper_left, .message_wrapper_right {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .message_wrapper_right {
        margin-top: 24px;
    }
    .message_container {
        padding: 0;
    }
/*  ACTIVITY768-------------------------------*/
    .amount {
        font-size: 32px;
    }
    .activity_text h3 {
        font-size: 24px;
    }
    .achievement_small_boxes {
        margin-top: 0;
    }
    .achievement_small_boxes {
        display: block;
    }
    .icon_text {
        font-size: 20px;
        gap: 8px;
    }
    .icon_text img {
        width: 40px;
        height: 40px;
    }
/*  REPORT768-------------------------------*/
    .ukraine_map {
        top: 0;
        right: 16px;
        max-width: 350px;
    }
    .report_card {
        padding: 20px;
        min-width: 300px;
        width: 330px;
    }
    .report_title {
        font-size: 14px;
        font-weight: bold;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        max-width: 100%; 
    }
    .more_btn {
        font-size: 18px;
    }
/*  STORY-------------------------------*/
    .story_section {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .stories_section {
    padding-top: 20px;
    padding-bottom: 20px;
}
    .story_heading {
        font-size: 24px;
        margin-top: 16px;
    }
    .story_block {
        margin-top: 24px;
        padding-right: 0;
        gap: 16px;
    }
    .story_img img {
        margin-top: 0;
    }
    .story_block_authorbox {
        display: block;
    }
    .story_block_author {
        font-size: 12px;
        color: #666;
    }
    .story_block_wrap {
        display: block;
        margin-top: 24px;
    }
    .stories_container {
        display: block;
    }
    .stories_card {
        margin-top: 48px;
        width: 100%;
    }
    .story_img, .story_textbox {
        width: 100%;
    }
    .story_textbox {
        padding: 16px;
    }
    .story_block_content .reverse .story_textbox {
        margin-left: 0;
    }
    .story_block_content .normal .story_textbox {
        margin-left: 0;
    }

/*  THANKS-------------------------------*/
    .thanks_section {
        padding: 24px 0;
    }
    .thanks_content {
        display: block;
    }
    .thanks_text {
        margin-top: 16px;
    }
/*  MEDIA-------------------------------*/
    .media_section .report_card {
        padding: 20px;
        min-width: 300px;
        width: 330px;
    }
    .media_section .report_title {
        font-size: 14px;
        font-weight: bold;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
/*  ACTION-------------------------------*/
    .action_section {
        padding: 0;
    }
    .action_text {
        margin-top: 0;
    }
    .action_content_wrapper {
        display: block;
    }
    .action_wrap_ttl{
        display: block;
    }
    .action_wrap {
        padding: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px;
    }
    .action_wrap_subttl span {
        display: block;
    }
/*  GALLERY-------------------------------*/
    .gallery_section {
        padding: 16px 0;
    }
    .scroll_item {
        width: calc(100vw / 2);
        padding-right: 1rem;
    }
    .gallery_textbox01, .gallery_textbox02 {
        font-size: 20px;
        padding: 16px;
    }
/*  FOOTER-------------------------------*/
    .footer_menu_wrapper {
        justify-content: flex-start;
        display: block;
        gap: 1rem;
    }
    .footer_menu {
        margin-bottom: 1rem;
    }
    .footer_nav ul {
        display: flex;
        flex-direction: column;
        align-items: left;
        gap: 1rem;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-menu {
        margin-bottom: 1rem;
    }
    .footer_nav ul li {
        text-align: left;
    }
    .footer_img img {
        height: 50px;
    }
}
/*-------------------------------
           PAGE_NEWS
-------------------------------*/
.page_news_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.page_news_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.page_news_img_wrap {
    width: 60%;
    max-width: 940px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.sp_head_pagettl {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 16px;
}
.page_news_hero_img {
    display: block;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
    overflow: hidden;
}
.page_news_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.page_news_textbox .en_ttl {
    font-size: 36px;
    font-weight: bold;
}
.page_news_catch_text {
    margin-top: 32px;
}
.page_news_catch_text p {
    font-size: 20px;
    line-height: 1.5;
}
/*-------------------------------
           NEWS_SECTION
-------------------------------*/
.post_card {
    display: block;
}
.post_card:hover {
    opacity: 0.9;
}
.page_news_section .more_btn_wrap .more_btn, .side_more_btn {
    pointer-events: none;
}
.news_main_content .more_btn_wrap, .related_posts .more_btn_wrap {
    margin-top: 8px;
}
.news_main_content .more_btn, .related_posts .more_btn {
    color: #FF8C00;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3sease;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-right: 50px;
    line-height: 2;
    transition: transform 0.3sease;
}
.news_main_content .more_btn:hover, .related_posts .more_btn:hover {
    color: #FFD75E;
}

.news_main_content .more_btn::before, .related_posts .more_btn::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FF8C00;
    border-radius: 50%;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.news_main_content .more_btn::after, .related_posts .more_btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}
.news_main_content .more_btn:hover::before, .related_posts .more_btn:hover::before {
    transform: translateY(-50%) scale(1.5);
    background: #FFD75E;
}
.news_main_content .more_btn::before, .related_posts .more_btn::before {
    margin-right: -24px;
}
.new_event_wrapper {
    margin-top: 3rem;
}
.news_main_content h3 {
    font-size: 20px;
}
.news_main_content_inner {
    padding: 3rem 16px 5rem 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;  
}
.news_main_content {
    flex: 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.post_card {
    margin-top: 1rem;
    background: #fff;
    padding: 16px 32px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.post_label {
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    padding: 6px 32px;
    border-radius: 10px;
    white-space: nowrap;
    width: max-content;
}
.post_content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.post_img {
    width: 40%;
    height: auto;
    aspect-ratio: 340 / 224;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post_img img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.post_text_wrap {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: auto;
}
.post_textbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    flex-grow: 1;
    max-width: 380px;
}
.post_textbox h3 {
    display: block;
    width: 100%;          
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.post_date {
    background: #9E9E9E;
    color: #fff;
    display: inline-flex;
    padding: 1px 8px;
    border-radius: 5px;
    white-space: nowrap;
    width: max-content;
}
.post_excerpt {
    width: 100%;
    display: block;
    width: 100%;          
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;     
}
.all_news_wrapper {
    margin-top: 3rem;
}
.all_news_wrapper .post_date {
    background-color: #ffbf62;
}
.all_news_wrapper .simple_post_list li {
    margin-bottom: 8px;
}
/*-----------サイドバー------------*/
.sidebar {
    flex: 1;
    max-width: 380px;
    background: #FFEFBE;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sidebar .donate_banner {
    width: 348px;
    height: 348px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/help-ukraine-donation_sp.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8px;
}
.sidebar .donate_banner_inner {
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 16px;
}
.sidebar .donate_btn_box {
    margin-top: 0;
    justify-content: center;
}
.sidebar .donate_column {
    display: block;
}
.sidebar .donate_btn_text {
    font-size: 16px;
    margin-bottom: 0;
}
.sidebar .donate_btn {
    margin-top: 2px;
    font-size: 20px;
}
/*-----------チェック------------*/
.sidebar_ttl {
    font-weight: bold;
    margin-bottom: 8px;
}
.related_content_wrap .post_card {
    padding: 8px;
}
.related_content_wrap .post_label {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 8px;
}
.related_content_wrap .post_content {
    gap: 8px;
}
.related_content_wrap .post_card h3{
    font-size: 14px;
}
.related_content_wrap .post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
}
.related_content_wrap .post_textbox {
    max-width: 170px;
    gap: 0;
}
.related_content_wrap .post_date {
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 2px;
    white-space: nowrap;
    width: max-content;
}
.related_content_wrap .post_text_wrap {
    height: auto;
}
.side_more_btn_wrap {
    margin-left: auto;   
}
.side_more_btn {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    color: #FF8C00;
}
/*-----------カテゴリ------------*/
.category_filter {
    margin-top: 16px;
}
.category_btn {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 4px 16px;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
}
.tag_icon img{
    width: 24px;
    height: 24px;
}
.sns_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
}
.text_bubble {
    color: #FF8C00;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 8px;
}
.text_bubble p {
    width: 70%;
}
.text_bubble img {
    width: 30%;
}
.sns_btn {
    background: linear-gradient(45deg, #FFC166, #FFB144);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: auto;
    text-align: left;
}
.sns_btn .br span {
    line-height: 1.2;
}
.sns_btn img {
    width: 50px;
    height: 50px;
}
.sns_btn:hover {
    background: linear-gradient(45deg, #FFD180, #FFC166);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}
/*PAGE_NEWS*/
@media screen and (min-width: 1601px) {
    .page_news_section_inner img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .text_bubble {
        font-size: 12px;
    }
    .sns_btn {
        font-size: 14px;
        padding: 8px 12px;
        gap: 8px;
    }
}
@media screen and (max-width: 1024px) {
/*  HERO-------------------------------*/
    .page_news_section {
        height: auto;
    }
    .page_news_section_inner {
        gap: 1rem;
    }
    .page_news_textbox {
        padding-left: 3rem;
    }
    .page_news_catch_head {
        font-size: 24px;
    }
    .page_news_catch_text {
        margin-top: 16px;
    }
    .page_news_catch_text p{
        font-size: 18px;
    }
/*  MAIN_NEWS-------------------------------*/
    .news_main_section .more_btn, .related_posts .more_btn {
        font-size: 18px;
        font-size: normal;
        padding-right: 32px;
    }
    .news_main_section .more_btn::before, .related_posts .more_btn::before {
        width: 20px;
        height: 20px;
        right: 24px;
    }
    .news_main_section .more_btn::after, .related_posts .more_btn::after {
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        top: 50%;
        right: 8px;
    }
    .post_textbox h3 {
        font-size: 18px;
    }
/*  SIDE-------------------------------*/
    .sidebar {
        max-width: 250px;
        height: auto;
    }
    .sidebar .donate_banner {
        width: 100%;
        height: 100%;
        background-size: cover;
        aspect-ratio: 1 / 1;
    }
    .sidebar .donate_banner_inner {
        padding: 8px;
    }
    .sidebar .donate_btn_text {
        font-size: 12px;
    }
    .sidebar .donate_btn {
        padding: 4px;
        width: 100%;
        height: auto;
        font-size: 14px;
    }
    .sidebar .donate_btn::before {
        width: 20px;
        height: 20px;
        right: 8px;
    }
    .sidebar .donate_btn::after {
        right: 16px;
        width: 6px;
        height: 6px;
        border-top: solid 2px #FFC107;
        border-right: solid 2px #FFC107;
    }
    .sidebar .post_img img {
        width: 100%;
        height: auto;
        max-width: 768px;
    }
}
@media screen and (max-width: 767px) {
/*  HERO768-------------------------------*/
    .page_news_section {
        padding-bottom: 80px;
    }
    .page_news_section_inner {
        display: block;
    }
    .page_news_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -84px;
    }
    .page_news_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }
    .page_news_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page_news_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .page_news_section .donate_btn_text {
        font-size: 18px;
    }
/*MAIN_NEWS768-------------------------------*/
    .news_main_content_inner {
        display: block;
        padding: 32px 0 0 0;
    }
    .news_main_content {
        padding: 16px;
    }
    .post_content {
        display: block;
    }
    .post_img {
        width: 100%;
        height: auto;
    }
    .post_img img {
        width: 100%;
        height: auto;
        max-width: 768px;
    }
    .post_text_wrap {
        width: 100%;
        height: auto;
        margin-top: 16px;
    }
    .post_textbox {
        width: 100%;
        max-width: 768px;
        height: auto;
    }
    .post_card {
        padding: 16px 16px 48px 16px;
    }
    .post_excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }
/*SIDE768-------------------------------*/
    .sidebar {
        width: 100%;
        height: auto;
        max-width: 736px;
        padding: 16px;
        margin-top: 32px;
        padding-bottom: 32px;
    }
    .related_content_wrap .post_label {
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        display: inline-flex;
        padding: 6px 32px;
        border-radius: 10px;
        white-space: nowrap;
        width: max-content;
    }
    .related_posts {
        padding-top: 32px;
    }
    .related_content_wrap .post_card {
        padding: 16px 16px 48px 16px;
    }
    .related_content_wrap .post_textbox {
        max-width: 768px;
        gap: 8px;
    }
    .related_content_wrap .post_card h3 {
        font-size: 20px;
    }
    .related_content_wrap .post_date {
        padding: 1px 8px;
        font-size: 16px;
        border-radius: 5px;
    }
    .related_content_wrap .post_excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        font-size: 16px;
}
    .sidebar .donate_banner {
        display: none;
    }
}
/*-------------------------------
           PAGE_ABOUT
-------------------------------*/
.page_about_hero_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.page_about_hero_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.page_about_hero_img_wrap {
    width: 60%;
    max-width: 940px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.sp_head_pagettl {
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    top: 50%;
    left: 16px;
}
.about_hero_img {
    display: block;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
    overflow: hidden;
}
.page_about_hero_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.page_about_hero_textbox .en_ttl {
    font-size: 36px;
    font-weight: bold;
}
.page_about_hero_catch_text {
    margin-top: 32px;
}
.page_about_hero_catch_text p {
    font-size: 20px;
    line-height: 1.5;
}
/*-------------------------------
      ABOUT_MISSION_SECTION
-------------------------------*/
.about_mission_section {
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/intro_bg.jpg") no-repeat center top;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.about_mission_img_wrap {
    max-width: 790px;
    height: auto;
    overflow: hidden;
}
.about_mission_img_wrap img {
    display: block;
    object-fit: cover;
}
.about_mission_section .normal img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.about_mission_section .reverse img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
} 

.about_mission_heading {
    font-size: 32px;
}
.about_mission_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin: 2rem auto;
    position: relative;
    height: 520px;
    max-width: 1500px;
}
.about_mission_textbox {
    margin: 0 auto;
    padding: 0 16px;
}
.about_mission_text {
    margin-top: 32px;    
}
.about_mission_text p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1rem;
}
/*-------------------------------
      ORGANIZATION_SECTION
-------------------------------*/
.organization_section {
    padding: 5rem 0;
}
.organization_card {
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.organization_card_inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.label_box {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: white;
    background-color: #FFB144;
    padding: 6px 32px;
    border-radius: 10px;
    white-space: nowrap;
    width: max-content;
    max-width: 100%;
}
.org_item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.org_item p,
.org_item ul {
    font-size: 16px;
    line-height: 1.6;
}
.org_item ul {
    padding-left: 1.5rem;
}
.org_item ul li {
    list-style: disc;
}
.org_certificate {
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}
.charter {
    text-decoration: underline;
    color: #ffb144;
    font-weight: bold;

}
@media screen and (min-width: 1601px) {
    .page_about_hero_section_inner img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0px;
    }
    .about_mission_section .normal img, .about_mission_section .reverse img {
        border-radius: 30px;
    }
}
@media screen and (max-width: 1024px) {
/*  HERO-------------------------------*/
    .page_about_hero_section {
        height: auto;
    }
    .page_about_hero_section_inner {
        gap: 1rem;
    }
    .page_about_hero_textbox {
        padding-left: 3rem;
    }
    .page_about_hero_catch_text {
        margin-top: 16px;
    }
    .page_about_hero_catch_text p{
        font-size: 18px;
    }
/*  MISSION-------------------------------*/
    .about_mission_section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .about_mission_section_inner {
        gap: 1.5rem;
    }
    .about_mission_textbox {
        padding: 16px;
    }
    .about_mission_heading {
        font-size: 28px;
        font-weight: bold;
    }
/*  ORGANIZATION-------------------------------*/
    .organization_section {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media screen and (max-width: 767px) {
/*  HERO-------------------------------*/
    .page_about_hero_section {
        padding-bottom: 40px;
    }
    .page_about_hero_section_inner {
        display: block;
    }
    .page_about_hero_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -84px;
    }
    .page_about_hero_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }
    .page_about_hero_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page_about_hero_section .donate_btn {
        padding: 24px 112px 24px 100px;
    }
    .page_about_hero_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .page_about_hero_section .donate_btn_text {
        font-size: 18px;
    }
/*MISSION768-------------------------------*/
    .about_mission_section_inner {
        display: block;
        height: auto;
    }
    .about_mission_img_wrap {
        width: 80%;
    }
    .about_mission_heading {
        font-size: 24px;
    }
    .about_mission_text p {
        font-size: 18px;
    }
    .about_mission_section .reverse {
        text-align: right;
    }
    .about_mission_section_inner.reverse {
        text-align: right;
    }
    .about_mission_section_inner.reverse .about_mission_img_wrap {
        display: inline-block;
    }
/*  ORGANIZATION-------------------------------*/
    .organization_section {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .organization_container {
        padding-left: 0;
        padding-right: 0;
    }
    .organization_card {
        padding: 16px;
    }
}
/*-------------------------------
             PAGE-FAQ
-------------------------------*/
.faq_hero_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.faq_hero_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.faq_hero_img_wrap {
    width: 60%;
    max-width: 940px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.faq_hero_textbox .en_ttl {
    font-size: 36px;
    font-weight: bold;
}
.sp_head_pagettl {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 16px;
}
.faq_hero_img {
    display: block;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
    overflow: hidden;
}
.faq_hero_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.faq_hero_catch_text {
    margin-top: 32px;
}
.faq_hero_catch_text p {
    font-size: 20px;
    line-height: 1.5;
}
/*-------------------------------
          FAQ_SECTION
-------------------------------*/
.faq_section {
    padding: 5rem 0;
}
.faq_section .main_container{
    padding: 16px;
}
.faq_content {
    padding: 30px;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #FFB144;
    transition: border-color 0.3s ease;
}
.faq_tab.active.tab_1 ~ .faq_content {
    border-color: #FFB144;
}
.faq_tab.active.tab_2 ~ .faq_content {
    border-color: #FFD233;
}
.faq_tab.active.tab_3 ~ .faq_content {
    border-color: #A7C7E7;
}
.faq_tabs {
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faq_tab {
    flex: 1;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.tab_1 {
    background: #FFB144;
}
.tab_2 {
    background: #FFD233;
}
.tab_3 {
    background: #A7C7E7;
}
.faq_tab.active.tab_1 {
    background: white;
    color: #FFB144;
    z-index: 2;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 2px solid #FFB144;
    border-left: 2px solid #FFB144;
    border-right: 2px solid #FFB144;
}
.faq_tab.active.tab_2 {
    background: white;
    color: #FFD233;
    z-index: 2;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 2px solid #FFD233;
    border-left: 2px solid #FFD233;
    border-right: 2px solid #FFD233;
}
.faq_tab.active.tab_3 {
    background: white;
    color: #A7C7E7;
    z-index: 2;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 2px solid #A7C7E7;
    border-left: 2px solid #A7C7E7;
    border-right: 2px solid #A7C7E7;
}
.faq_tab.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
}
.faq_item {
    margin-top: 2rem;
    
}
.faq_question {
    display: flex;
    align-items: center;
    font-weight: bold;
    background: #FFB144;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faq_icon  {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFEFBE;
    color: #FFB144;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0;
}
.faq_answer {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    padding: 15px;
    color: #333;
    background-color: #fff;
    border: 1px solid #FFB144;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.faq_panel {
    display: none;
}
.faq_panel.active {
    display: block;
}
.answer_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFEFBE;
    color: #FFB144;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0;
}
.panel_2 .faq_question{
    background: #FFDD66;
}
.panel_2 .faq_icon {
    color: #FFDD66;
    background: #FFF8E1;
}
.panel_2 .answer_icon {
    color: #FFDD66;
    background: #FFF8E1;
}
.panel_2 .faq_answer {
    border: 1px solid #FFDD66;
}
.panel_3 .faq_question{
    background: #A7C7E7;
}
.panel_3 .faq_icon {
    color: #A7C7E7;
    background: #EBF5FF;
}
.panel_3 .answer_icon {
    color: #A7C7E7;
    background: #EBF5FF;
}
.panel_3 .faq_answer {
    border: 1px solid #A7C7E7;
}
@media screen and (min-width: 1601px) {
    .faq_hero_section_inner img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0px;
    }
}
@media screen and (max-width: 1024px) {
/*  FAQ_HERO-------------------------------*/
    .faq_hero_section {
        height: auto;
    }
    .faq_hero_section_inner {
        gap: 1rem;
    }
    .faq_hero_textbox {
        padding-left: 3rem;
    }
    .faq_hero_catch_text {
        margin-top: 16px;
    }
    .faq_hero_catch_text p{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
/*  FAQ_HERO768-------------------------------*/
    .faq_hero_section {
        padding-bottom: 80px;
    }
    .faq_hero_section_inner {
        display: block;
    }
    .faq_hero_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -84px;
    }
    .faq_hero_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }
    .faq_hero_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page_ttl {
        font-size: 24px;
    }
    .faq_hero_section .donate_btn {
        padding: 24px 92px 24px 80px;
    }
    .faq_hero_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .faq_hero_section .donate_btn_text {
        font-size: 18px;
    }
/*    FAQ_CONTENT-------------------------------*/
    .faq_content {
        padding: 16px;
    }
}
/*-------------------------------
          PAGE-CONTACT
-------------------------------*/
.contact_hero_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.contact_hero_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.contact_hero_img_wrap {
    width: 60%;
    max-width: 940px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.contact_hero_textbox .en_ttl {
    font-size: 36px;
    font-weight: bold;
}
.sp_head_pagettl {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 16px;
}
.contact_hero_img {
    display: block;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
    overflow: hidden;
}
.contact_hero_img_wrap img.active {
    opacity: 1;
}
.contact_hero_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.contact_hero_catch_text {
    margin-top: 32px;
}
.contact_hero_catch_text p {
    font-size: 20px;
    line-height: 1.5;
}
/*-------------------------------
         コンタクトフォーム
-------------------------------*/
.contact-form {
    padding: 3rem 0;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
}
.contact-form-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}
.contact-form-ttl {
    font-size: 32px;
    margin-bottom: 16px;
}
.faq_url {
    color: #FF6600;
    text-decoration: underline;
}
.contact-form-grid {
    margin-top: 2rem;
    display: flex;
    gap: 30px;
}
.contact-left {
    flex: 1;
    min-width: 250px;
    font-weight: bold;
    line-height: 2;
}
.contact-left fieldset {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-left label {
    display: block;
    font-size: 18px;
    cursor: pointer;
}
.contact-left input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}
.contact-right {
    flex: 2;
}
fieldset {
    margin-bottom: 20px;
    border: none;
}
legend {
    font-weight: bold;
    margin-bottom: 5px;
}
.type {
    padding: 4px 16px;
    color: #fff;
    background: #FFB144;
    border-radius: 8px;
    margin-bottom: 16px;
}
.input-group, .textarea-group {
    position: relative;
    display: flex;
    align-items: center;
}
.input-field {
    width: 100%;
    padding: 15px;
    border: 2px solid #FFB144;
    border-radius: 10px;
    font-size: 18px;
    background: #fff;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.non_border .input-field {
    border: 2px dashed #FFB144;
}
/* 必須ラベル */
.required-label, .textarea-required {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFB144;
    font-size: 14px;
    font-weight: bold;
}
.textarea-required {
    top: 10px;
}
.input-group .input-field:focus,
.textarea-group .input-field:focus {
    border-color: #FF8C00 !important;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.5);
    outline: none;
}
/* 個人情報保護方針 */
.privacy-policy {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.privacy-policy a {
    color: #FF6600;
    text-decoration: underline;
}
.submit-button {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}
.submit-button input[type="submit"] {
    background: linear-gradient(135deg, #FF8C00, #FFA733);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px 50px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.1s ease-in-out;
    box-shadow: 0px 5px 10px rgba(255, 140, 0, 0.3),
                inset 0px 2px 4px rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}
.submit-button input[type="submit"]:hover {
    background: linear-gradient(135deg, #FFA733, #FFC766);
    box-shadow: 0px 8px 15px rgba(255, 167, 51, 0.5);
}
.submit-button input[type="submit"]:active {
    transform: scale(0.96);
    box-shadow: 0px 3px 6px rgba(255, 140, 0, 0.3);
}
@media (max-width: 768px) {
    .contact-form-grid {
        flex-direction: column;
    }
    .contact-form-inner {
        padding: 16px;
    }
    .contact-left, .contact-right {
        width: 100%;
    }
    .contact-form-ttl {
        font-size: 24px;
    }
}
@media screen and (min-width: 1601px) {
    .contact_hero_section_inner img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0px;
    }
}
@media screen and (max-width: 1024px) {
/*  CONTACT_HERO-------------------------------*/
    .contact_hero_section {
        height: auto;
    }
    .contact_hero_section_inner {
        gap: 1rem;
    }
    .contact_hero_textbox {
        padding-left: 3rem;
    }
    .contact_hero_catch_text {
        margin-top: 16px;
    }
    .contact_hero_catch_text p{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
/*  CONTACT_HERO768-------------------------------*/
    .contact_hero_section {
        padding-bottom: 80px;
    }
    .contact_hero_section_inner {
        display: block;
    }
    .contact_hero_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -84px;
    }
    .contact_hero_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }
    .contact_hero_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page_ttl {
        font-size: 24px;
    }
    .contact_hero_section .donate_btn {
        padding: 24px 92px 24px 80px;
    }
    .contact_hero_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .contact_hero_section .donate_btn_text {
        font-size: 18px;
    }
}
/*-------------------------------
          PAGE-SINGLE
-------------------------------*/
.single_post {
    margin-top: -80px;
    background: linear-gradient(to bottom right, #FFFCEB, #EBFAFF);
}
.single_post .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 200px 20px 50px 20px;
}
.single_post .post_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.single_post_date {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.post {
    background: rgba(255, 255, 255, 0.6);
    padding: 16px;
    border-radius: 20px;
}
.post_thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}
.single_post_content {
    font-size: 18px;
    line-height: 1.8;
}
.single_post .post_category {
    margin-top: 20px;
    font-size: 18px;
}
.single_post .category_label {
    background-color: #f0f0f0;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 5px;
}
.post_navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.post_navigation a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}
.post_navigation a:hover {
    text-decoration: underline;
}
.next_post a, .prev_post a{
    color: #FF8C00;
    font-size: 18px;
}
/*-------------------------------
          PAGE-PRIVACY
-------------------------------*/
.privacy_hero_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.privacy_hero_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.privacy_hero_img_wrap {
    width: 60%;
    max-width: 940px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.privacy_hero_textbox .en_ttl {
    font-size: 36px;
    font-weight: bold;
}
.sp_head_pagettl {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 16px;
}
.privacy_hero_img {
    display: block;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
    overflow: hidden;
}
.privacy_hero_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.privacy_hero_catch_text {
    margin-top: 32px;
}
.privacy_hero_catch_text p {
    font-size: 20px;
    line-height: 1.5;
}
/*PRIVACY_MAIN*/
.privacy_section {
    padding: 24px 0;
}
.privacy_section_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}
.privacy_section h3 {
    font-size: 20px;
}
.privacy_section_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.privacy_categoly_wrap {
    margin-top: 24px;
}
.privacy_text_box {
    margin-left: 24px;
    margin-top: 8px;
    font-size: 16px;
}
@media screen and (min-width: 1601px) {
    .privacy_hero_section_inner img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0px;
    }
}
@media screen and (max-width: 1024px) {
/*  PRIVACy_HERO-------------------------------*/
    .privacy_hero_section {
        height: auto;
    }
    .privacy_hero_section_inner {
        gap: 1rem;
    }
    .privacy_hero_textbox {
        padding-left: 3rem;
    }
    .privacy_hero_catch_text {
        margin-top: 16px;
    }
    .privacy_hero_catch_text p{
        font-size: 18px;
    }
    .privacy_section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .privacy_section .en_ttl {
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
/*  CONTACT_HERO768-------------------------------*/
    .privacy_hero_section {
        padding-bottom: 80px;
    }
    .privacy_hero_section_inner {
        display: block;
    }
    .privacy_hero_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -84px;
    }
    .privacy_hero_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }
    .privacy_hero_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page_ttl {
        font-size: 24px;
    }
    .privacy_hero_section .donate_btn {
        padding: 24px 92px 24px 80px;
    }
    .privacy_hero_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .privacy_hero_section .donate_btn_text {
        font-size: 18px;
    }
    .privacy_section_inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/*-----------------------------------
        　　　　　特商法
-----------------------------------*/
.commerce_hero_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.commerce_hero_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.commerce_hero_img_wrap {
    width: 60%;
    max-width: 940px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.commerce_hero_textbox .en_ttl {
    font-size: 36px;
    font-weight: bold;
}
.sp_head_pagettl {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 16px;
}
.commerce_hero_img {
    display: block;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
    overflow: hidden;
}
.commerce_hero_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.commerce_hero_catch_text {
    margin-top: 32px;
}
.commerce_hero_catch_text p {
    font-size: 20px;
    line-height: 1.5;
}

/* MAIN CONTENT */
.commerce_section {
    padding: 24px 0;
}
.commerce_section_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}
.commerce_section h3 {
    font-size: 20px;
}
.commerce_section_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.commerce_categoly_wrap {
    margin-top: 24px;
}
.commerce_text_box {
    margin-left: 24px;
    margin-top: 8px;
    font-size: 16px;
}
@media screen and (min-width: 1601px) {
    .commerce_hero_section_inner img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0px;
    }
}
@media screen and (max-width: 1024px) {
    /* HERO SECTION */
    .commerce_hero_section {
        height: auto;
    }
    .commerce_hero_section_inner {
        gap: 1rem;
    }
    .commerce_hero_textbox {
        padding-left: 3rem;
    }
    .commerce_hero_catch_text {
        margin-top: 16px;
    }
    .commerce_hero_catch_text p {
        font-size: 18px;
    }
    .commerce_section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .commerce_section .en_ttl {
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    /* HERO SECTION 768px */
    .commerce_hero_section {
        padding-bottom: 80px;
    }
    .commerce_hero_section_inner {
        display: block;
    }
    .commerce_hero_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -84px;
    }
    .commerce_hero_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }
    .commerce_hero_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .sp_head_pagettl {
        font-size: 24px;
    }
    .page_ttl {
        font-size: 24px;
    }
    .commerce_hero_section .donate_btn {
        padding: 24px 92px 24px 80px;
    }
    .commerce_hero_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .commerce_hero_section .donate_btn_text {
        font-size: 18px;
    }
    .commerce_section_inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/*-------------------------------
          PAGE-DONATE
-------------------------------*/
.donate_hero_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.donate_hero_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.donate_hero_img_wrap {
    width: 60%;
    max-width: 940px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.donate_hero_textbox .en_ttl {
    font-size: 36px;
    font-weight: bold;
}
.sp_head_pagettl {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 16px;
}
.donate_hero_img {
    display: block;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
    overflow: hidden;
}
.donate_hero_img_wrap img.active {
    opacity: 1;
}
.donate_hero_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.donate_hero_catch_text {
    margin-top: 32px;
}
.donate_hero_catch_text p {
    font-size: 20px;
    line-height: 1.5;
}
.donate_options_inner {
    padding: 3rem 16px 0 16px;
    text-align: center;
}
.donate_options_inner h2 {
    margin: 0 auto;
}
.donate_methods {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto;
    gap: 20px;
}
.donate_method {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    width: 48%;
    text-align: center;
}
.donate_method h3 {
    margin-bottom: 16px;
}
.bank_info {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
    border: 2px dashed #ffdd66;
    margin-top: 16px;
}
.stripe_btn {
    display: inline-block;
    background: #6772e5;
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: normal;
    border: none;
    cursor: pointer;
    margin-top: 16px;
    font-size: 18px;
}
.stripe-icon-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.donate_contents {
    text-align: center;
    padding: 3rem 20px;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/intro_bg.jpg") no-repeat center top;
    background-size: cover;
}
.donate_intro_inner {
    max-width: 600px;
    margin: 24px auto;
    text-align: left;
}
.monthly_options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 16px;
}
.monthly_options a {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    font-weight: normal;
}
.donation_types {
    text-align: center;
    padding: 3rem 20px;
}
.donation_types_inner, .donate_intro {
    max-width: 800px;
    margin: auto;
}
.donation_type {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 24px auto;
    text-align: left;
}
.donation_type_text {
    margin-top: 16px;
}
.donate_options .sns_wrap {
    width: 350px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 48px;
}
.receipt_info {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}
.receipt_info_ttl {
    text-align: center;
}
.receipt_info h2 {
    font-size: 20px;
    text-align: center;
}
.receipt_info p {
    margin-top: 16px;
}
.one_time_btn {
    margin: 0 auto;
    font-size: 20px;
    margin-top: 16px;
    font-weight: normal;
}
.donation_type .donate_btn {
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.donation_type .donate_btn span {
    display: block;
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 1601px) {
    .donate_hero_section_inner img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0px;
    }
}
@media screen and (max-width: 1024px) {
/*  DONATE_HERO-------------------------------*/
    .donate_hero_section {
        height: auto;
    }
    .donate_hero_section_inner {
        gap: 1rem;
    }
    .donate_hero_textbox {
        padding-left: 3rem;
    }
    .donate_hero_catch_text {
        margin-top: 16px;
    }
    .donate_hero_catch_text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
/*  DONATE_HERO768-------------------------------*/
    .donate_hero_section {
        padding-bottom: 80px;
    }
    .donate_hero_section_inner {
        display: block;
    }
    .donate_hero_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -84px;
    }
    .donate_hero_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }
    .donate_hero_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page_ttl {
        font-size: 24px;
    }
    .donate_hero_section .donate_btn {
        padding: 24px 92px 24px 80px;
    }
    .donate_hero_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .donate_hero_section .donate_btn_text {
        font-size: 18px;
    }
    .donate_options_inner {
        padding: 24px 16px;
    }
    .donation_types {
        padding-left: 0;
        padding-right: 0;
    }
    .donate_methods {
        display: block;
        margin-top: 16px;
    }
    .donate_method {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }
    .monthly_options {
        display: block;
    }
    .monthly_options a {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-top: 16px;
    }
    .donation_type .donate_btn {
        padding: 12px 32px 8px 24px;
    }
    .donate_btn::before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 50%;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .donate_btn::after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 3px #FFC107;
        border-right: solid 3px #FFC107;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 28px;
        transform: translateY(-50%) rotate(45deg);
    }
    .donation_type .donate_btn span {
        font-size: 18px;
    }
}

/*継続寄付の方へ*/
.donation-management {
    margin-top: 20px;
    padding: 15px;
    background: #fff7e6;
    border: 1px solid #f3d19c;
    border-radius: 6px;
    text-align: center;
}

.donation-management .management-title {
    font-weight: bold;
    color: #d07a00;
    margin-bottom: 5px;
}

.donation-management .management-desc {
    margin-bottom: 8px;
    font-size: 14px;
}

.donation-management .management-link a {
    color: #e67300;
    text-decoration: underline;
    font-weight: bold;
}

.donation-management .management-link a:hover {
    opacity: 0.8;
}

/* ===== HERO直下：緊急メッセージ ===== */
.emergency_section{
  background:#FFF8E1;
  border:1px solid #F4E5B5;
  box-shadow:0 4px 16px rgba(0,0,0,.05);
  margin-top:0;
}
.emergency_inner{
  max-width:800px;
  padding:40px 24px;
  margin:0 auto;
  text-align:left;
}
.emergency_kicker{
  display:inline-block;
  font-size:14px;
  font-weight:700;
  letter-spacing:.08em;
  color:#B0372D;
  background:#FFF2D0;
  border:1px solid #F4E5B5;
  border-radius:999px;
  padding:6px 12px;
  margin:0 0 12px;
}
.emergency_title{
  font-size:24px;
  line-height:1.5;
  color:#5A4734;
  margin:0 0 12px;
}
.emergency_lead{
  color:#333;
  font-size:16px;
  line-height:1.9;
  margin:0 auto 20px;
  max-width:880px;
}
.emergency_lead p{ margin:0 0 12px; }
.emergency_lead strong{ font-weight:700; }
.emergency_cta{ margin-top:12px; }
.emergency_section .donate_btn{
  min-width:280px;
  font-weight:700;
}
.emergency_section .donate_btn:hover{
  transform:none;
  animation:none;
  background:linear-gradient(135deg,#FF8C00,#FFC107); 
  box-shadow:0 5px 10px rgba(255,140,0,.2);
}
@media (max-width: 767px){
  .emergency_inner{ padding:28px 16px; }
  .emergency_title{ font-size:20px; }
  .emergency_lead{ font-size:15px; line-height:1.85; }
  .emergency_section .donate_btn{ width:100%; }
}


/*-------------------------------
             クリスマス
-------------------------------*/
/*.xmax {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px;
  z-index: 999;
  display: inline-block;

  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease-in-out;
}*/
/* 2スクロール後に付けるクラス */
/*.xmax.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}*/

