.action {
    background: linear-gradient(-45deg, #FFF4D6, #FFEEBC, #FF99A1) fixed;
    background-size: 800% 800%;
    animation: GradietionAnimation 10s ease infinite;
    padding: 120px 80px;
}

@keyframes GradietionAnimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.action_inner {
    background: #FFFBEF;
    border-radius: 60px;
    padding: 120px 80px 40px;
    max-width: 1600px;
    margin: 0 auto;
}

.action_list {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 2rem auto 2rem;
}
@media (min-width: 700px){
    .action_list {
            margin: 0 auto 0rem;
            margin-top: 3rem;
    }
}
.action_title {
    width: 40%;
    margin: 0 auto;
}

@media (min-width: 700px){
.map {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center;
    max-width: 800px;
    margin: 5rem auto 0;
}
}

.map_title {
    background: url(../img/dot.svg) repeat-x left bottom;
    background-size: 10px auto;
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.map_title{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.map_img {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
}
@media (min-width: 700px){
.map_img {
    max-width: 450px;
}
}

.map .st0 {
    fill: #E60012;
    transition: fill 0.5s;
}

.map .st1 {
    fill: #403128;
}

.map-active .st0 {
    fill: rgb(255, 247, 220);
}


.action_ttl h2{
    color: #E60012;
}

.action_ttl{
    width: calc(100% - 40px);
    margin: 5rem auto 0;
}

.tab,
.tab li a {
    display: block;
    list-style: none;
}

.tab li a {
    border: 1px solid #E60012;
    border-radius: 100px;
    width: 150px;
    text-align: center;
    padding: 8px 0;
    color: #E60012;
    transition: .5s;
    background: #fff;
    margin: 10px 0;
    text-decoration: none;
    font-weight: bold;
}

@media (min-width: 700px){
    .tab li a {
        width: 180px;
    }
}
.tab li a:hover {
    background: #E60012;
    color: #fff;
}

.tab li a.click {
    background: #E60012;
    color: #fff;
}

.tab li a.active {
    background: #E60012;
    color: #fff;
}

.tab_inner {
    clear: both;
}

/*  */

.tab_inner_item {
    display: none;
    padding: 80px 20px;
}

.filter-item_inner {
    display: flex;
    align-items: center;
}

.filter-item_inner div:last-child {
    margin-left: auto;
}


.filter-item a {
    color: #403128;
}

.tab_item_title {
    background: #E60012;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 8px 26px;
    font-size: 16px;
    margin-right: 10px;
}

.club_img {
    width: 100px;
    margin: 0 55px 0 35px;
}

.tab_inner_item h3 {
    font-size: 1.3rem;
    text-align: center;
}

.tab_inner_item h4 {
    font-size: 1.2rem;
}

.tab_inner_item p {
    font-weight: 500;
}

.tab_inner_item h5 {
    font-size: 1.05rem;
    margin: 20px 0 15px;
    padding-left: 30px;
    line-height: 18px;
    background: url(../img/flag.png) no-repeat;
}

.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    transition: .5s;
    margin: 0 40px;
}

.arrow:hover {
    transform: scale(1.1, 1.1);
}

.filter-item_text {
    max-width: 650px;
}



.filter-list_1 {
    color: #F0758C;
    border: 1px solid #F0758C;
    font-weight: bold;
}
.filter-list_1.is-active {
    background: #F0758C;
    color: #fff;
}
.filter-list_1:hover{
        background: #F0758C;
        color: white;
}

.filter-list_2 {
    color: #F0758C;
    border: 1px solid #F0758C;
    font-weight: bold;
}
.filter-list_2:hover{
        background: #F0758C;
        color: white;
}
.filter-list_2.is-active {
    background: #F0758C;
    color: #fff;
}

.filter-list_3:hover{
        background: #F0758C;
        color: white;
}
.filter-list_3 {
    color: #F0758C;
    border: 1px solid #F0758C;
    font-weight: bold;
}
.filter-list_3.is-active {
    background: #F0758C;
    color: #fff;
}

.filter-list_4:hover{
        background: #E89600;
        color: white;
}
.filter-list_4 {
    color: #E89600;
    border: 1px solid #E89600;
    font-weight: bold;
}
.filter-list_4.is-active {
    background: #E89600;
    color: #fff;
}
.filter-list_4:hover{
        background: #E89600;
        color: rgb(255, 255, 255);
}

.filter-list_5 {
    color: #90C20A;
    border: 1px solid #90C20A;
    font-weight: bold;
}
.filter-list_5.is-active{
    background: #90C20A;
    color: #fff;
}
.filter-list_5:hover{
    background: #90C20A;
    color: #fff;
}
.filter-border_1{
    background-color: #F0758C;
    border-radius: 5px;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    padding: 5px 0;
}

.filter-border_4{
    background-color: #F29600;
    border-radius: 5px;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    padding: 5px 0;
}

.filter-border_5{
    background-color: #8DC21F;
    border-radius: 5px;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    padding: 5px 0;
}

.filter-group_1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
    margin-bottom: 1.5rem;
}
.filter-border_pc{
    display: grid;
    grid-template-columns: 40% 30% 30%;
    max-width: 800px;
    margin: 0 auto;
    gap: 15px;
}
.filter-group_pc{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto;
}
.filter-flex{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
}

.filter-contents{
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    max-width: 900px;
    gap: 20px;
    margin: 0 auto;
}
.filter-list li{
    list-style: none;
}
.tab_txt{
    font-size: 1.1rem;
}
@media (min-width: 700px){
    .tab_txt{
    font-size: 1.3rem;
}
}
.tag_1 {
    font-size: .7rem;
    color: #fff;
    background: #F0758C;
    padding: 3px 20px;
    border-radius: 100px;
    margin-left: 20px;
    text-align: center;
}


.tag_2 {
    font-size: .7rem;
    color: #fff;
    background: #E89600;
    padding: 3px 10px;
    border-radius: 100px;
    margin-left: 20px;
}

.tag_3 {
    font-size: .7rem;
    color: #fff;
    background: #90C20A;
    padding: 3px 10px;
    border-radius: 100px;
    margin-left: 20px;
}

/*  */
.filter {
    margin: 5rem 0;
}

.filter-list {
    margin-bottom: 40px;
    width: calc(100% - 40px);
    margin: 0 auto 2rem;
}
@media (min-width: 700px){
    .filter-list {
        margin: 0 auto 3rem;
    }
}

.filter-list li {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 6px 0;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 100px;
    /* border: 1px solid #403128; */
}

/* 
.filter-list li.is-active {
    background: #403128;
    color: #fff;
} */

.filter-item {
    
}
@media (min-width: 700px){
    .filter-item {  
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 1080px;
        list-style-type: none;
        margin: 0 auto;
}
}
.filter-item li {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
@media (min-width: 700px){
    .filter-item li {
        padding: 7.5px;
    }
}
/*  */






















/* 1031 */
.map_logos {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 24px auto 0;
}

.map_logos__title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 12px;
}

.logo-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  max-width: 860px;
}

@media (min-width:700px) {
  .logo-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
  }
}

.logo-item {
  display: block;
  background: #fff;
  border-radius: 9999px;
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.logo-item img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.logo-item.is-active {
  background-color: #e9e9e9; 
  border-color: #ccc;        
  transition: background-color 0.3s ease;
}
.logo-item:hover{
    transition: background-color 0.3s ease;  
    background-color: #e9e9e9; 
}