header {
    display: flex;
    width: 100%;
    height: 80px;
    background-color: rgb(255, 255, 255);
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
.title {
    height: auto;
    width: 200px;
    margin-left: 50px;
  }
.menu-item {
    color: rgb(0, 0, 0);
    list-style: none;
    display: inline-block;
    padding: 12px;
    padding-bottom: 26px;
    padding-top: 30px;
    position: relative;
    font-size: 1.1vw;
  }
.menu-item ::before {
  background: blue;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.menu-item :hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
a {
    color: #000;
    text-decoration:none;
}

.sample1 {
    position: absolute;
    font-size: 8vw;
    top: 50vw;
    left: 50%;
    color: rgb(255, 255, 255);
    text-align:center;
    transform: translate(-50%, -50%);

}
div {
  border: solid 1px rgba(255, 0, 0, 0);
  box-sizing: border-box;
}
.nav{
  display: flex;
  position: absolute;
  right: 30px;
}
.nav a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  text-decoration: none; 
  align-content: center;
}
.sub-menu {
  display: none;
  top: 100%;
  left: 0;
  background-color: #3276FF; 
  position: absolute;
  visibility: hidden;
  width: 210px;
  z-index: 1;
  font-size: small;
  color: #f2f2f2;
}

.menu-item:hover .sub-menu {
  display: block;
  visibility: visible; 
}
.dropdown-menu_content{
width: auto;
height: 50px;
list-style: none; 
text-decoration: none;
padding: 0; 
margin: 0;
background-color: transparent; 
color: inherit; 
padding-inline-start: 10px;
}
.dropdown-menu_content:hover{
  background-color: #0051ff; 
}
ul{
  padding-inline-start: 0px;
  padding-inline-end: 0px;
}
.bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 3px 0;
}
body{
  font-family: 'Shippori Mincho', sans-serif;
}

.menu-toggle {
  cursor: pointer;
  padding-right: 15px;
  margin-top: -20px;
  background-color: #ffffff00;
  color: #333;
  text-align: center;
  display: none;
  position: absolute;
  right: 0;
  font-size: 50px;
}
.menu {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #fff;
  padding-left: 30px;
  padding-top: 30px;
  height: 100vh;
  width: 80%;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  padding: 10px;
  text-align: left;
}
.menu a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;

}
.menu_title{
  background-color: #0051ff;
  color: #fff;
}



/*top.html.css*/
.box1{
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
video {
  width: 100%;
  height: auto;
  display: block;
  outline: none; 
}
.box2{
  width: 60%;
  height: auto;
  clear: both;
  justify-content: center; 
  align-items: center; 
  text-align: center; 
  margin-left: 20%;
}
.box_top{
  display: flex;
  border-bottom: 1px dotted #000;
  width: 100%;
  text-align: left;
}
.text_top_1{
margin-right: 30px;
}
.text_top_2{
  color: #fff;
  font-size: 14px;
  width: 150px;
  height: 20px;
  margin-top: 18px;
  padding-bottom: 2px;
  background-color: #d33;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
}
.text_top_2:hover {
  text-decoration: underline;
}
.text_top_3{
  text-decoration: underline;
  margin-top: 18px;
  margin-left: 20px;
}
.button1 {
  font-family: inherit;
  appearance: none;
  border: none;
  font-size: 23px;
  margin-top: 100px;
  display: inline-block;
  padding: 16px 210px;
  background-color: #0a82dc;
  box-shadow: 0 5px 0 #0e63b2;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.button1:active {
  box-shadow: none;
  transform: translateY(5px);
}
.button2{
    border: 1px solid #0a82dc;
    border-radius: 0;
    background: #fff;
    color: #0a82dc;
    font-size: 15px;
    padding: 10px 10px;
    margin-top: 50px;
    border-radius: 5px;
  }
.button2:hover {
    color: #fff;
    background: #fff;
}
.box3{
  width: 100%;
  height: 780px;
  clear: both;
  justify-content: center; 
  align-items: center;
  text-align: center;
}
.box4{
  width: 60%;
  height: auto;
  clear: both;
  justify-content: center; 
  align-items: center; 
  background-color: #f1f1f1;
  margin-left: 19%;
}
.box4_title{
  text-align: center; 
}
.box4_content{
  text-align: left; 
  margin-left: 10%;
  margin-right: 10%;
  line-height: 2;
}
.box4_content_name{
  text-align: right; 
  margin-left: 10%;
  margin-right: 10%;
  line-height: 2;
}
.box5{
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  clear: both;
  justify-content: center;
  align-items: center; 
  text-align: center; 
}
footer{
  background: #000;
  text-align: center;
  padding: 20px 0 ;
  &:after {
    content: "";
    display: block;
    clear: both;
  }
}
footer p {
  color: #fff;
  font-size: 20px;
}
.foot{
display: flex;
justify-content: center;
}
.fa{
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  display: inline-block;
  border-right: 1px solid transparent; 
  width: fit-content; 
}
.fa:hover {
  border-bottom: 0.5px solid #fff;
}



/*member.html.css*/

.box_m1{
  width: 100%;
  height: 320px;
  clear: both;
  background-image: url(image/jpn_menber.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  text-align: center; 
}
.member{
  font-size: 40px;
  color: #fff;
  padding: 100px 0;
}
.box_m2{
  height: 60vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  float: left;
  border-color: rgba(255, 0, 0, 0); 
  background-color: #ffffff;
}
.box_m3{
  display: flex;
  text-align: left;
}
.box_m4{
  display: flex;
  text-align: left;
}
.name_1 {
  color: #000;
  width: 200px;
  font-size: 12px;
  margin-left: 20px;
  text-align: left;
}
.title_2{
  margin-left: 20px;
}
.name_2 {
  color: #000;
  width: 200px;
  font-size: 12px;
  margin-left: 10px;
  text-align: left;
}
.button_m1{
  display: block;
  border: 1px solid #007bff;
  background-color: transparent;
  color: #007bff;
  margin-top: 50px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
}
.button_m1:hover {
  background-color: #007bff;
  color: #fff;
}
.button_m2{
  display: block;
  border: 1px solid #007bff;
  background-color: transparent;
  color: #007bff;
  margin-top: 50px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
}
.button_m2:hover {
  background-color: #007bff;
  color: #fff;
}
.image_member_1{
  width: 156px;
  height: 176px;
}
.image_member_2{
  width: 156px;
  height: 176px;
}

/*rule.html.css*/

.box_r1{
  width: 100%;
  height: 780px;
  clear: both;
}
.box_r2{
  height: auto;
  clear: both;
  text-align: left;
  margin-left: 22%;
  margin-right: 22%;
  margin-bottom: 100px;
}
.title_r{
  font-size: 25px;
  line-height: 100px;
}
.title_r::after{
  content: "";
  display: block;
  height: 3px; 
  background: linear-gradient(to right, #000 30%, rgb(218, 218, 218) 30%); 
  position: relative; 
  bottom: 20px; 
  left: 0; 
  right: 0; 
  width: 100%; 
}
.content_r{
  font-size: 20px;
  line-height: 2;
  font-weight: 100;
}



/*join.html.css*/

.box_j2{
  width: 100%;
  height: 60vh;
  clear: both;
  text-align: center;
}
.content_join_3{
  font-size: 20px;
  color: #a90000;
  text-align: center;
}
.box_j4{
  width: 100%;
  height: 50vh;
  clear: both;
  text-align: center;
}
.title_j2{
  font-size: 40px;
  font-weight: bold;
  padding-top: 40px;
}
.content_j2{
  font-size: 20px;
}
.button_join_1{
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  border-radius: 5px;
  width: 500px;
  height: 70px;
  font-weight: bold;
  background-image: linear-gradient(to right, #FF6B6B, #ffa053);
  border: none;
  cursor: pointer;
}
.button_join3{
  color: #fff;
}
.box_j3{
  width: 60%;
  height: auto;
  clear: both;
  text-align: center;
  padding-bottom: 50px;
  margin-left: 21%;
  background-color: #f2f2f2;
}
.title_j3{
  font-size: 30px;
  padding-top: 50px;
}
.content_j3{
  position: relative;
  font-size: 20px;
  text-align: left;
  line-height: 2; 
  padding-left: 100px;
}
.content_j3::before {
  content: ""; 
  display: block;
  border-bottom: 2px dotted #dcdcdc; 
  margin: 0 auto; 
  width: 70%; 
  position: absolute; 
  bottom: 0; 
}
.button_join_2{
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #000;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 30px;
}
.button_join_2:hover {
  background-color: #007BFF;
  color: #fff; 
}
table {
  border-collapse: collapse;
  width: 60%;
  margin-left: 21%;
}
th, td {
  border: 1px solid #dcdcdc;
  padding: 8px;
}
.title_j4{
  font-size: 30px;
  padding-top: 50px;
}
.cell_join_1{
  text-align: center;
}
.cell_join_2{
  text-align: left;
}

/*donation.html.css*/

.box_d2{
  width: 100%;
  height: 100%;
  clear: both;
  padding-left: 25%;
  padding-right: 25%;
}
.title_d1{
  font-size: 30px;
  text-align: left;
}
.content_d1{
  font-size: 17px;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
  padding-top: 30px;
}
.content_d2{
  font-size: 17px;
  line-height: 2;
  text-align: left;
  margin-top: 0px;
}
.content_d3{
  font-size: 17px;
  line-height: 2;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 100px;
}

/*question.html.css*/

.box_question{
  margin-top: 100px;
  padding-left: 25%;
  padding-right: 25%;
}
.qa{
  display: flex;
}
.question_box, .answer_box {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
}
.question_box {
  background-color: red;
  color: white;
}
.answer_box {
  background-color: blue;
  color: white;
}
.question, .answer {
  margin-left: 10px;
  margin-bottom: 50px;
  font-size: 20px;
  display: flex;
  align-items: center; 
}
.content_q {
  margin: 0;
}
.content_a {
  margin: 0;
}


/*contact.html.css*/

.box_c2{
  width: 100%;
  height: auto;
  clear: both;
  font-size: 18px;
  justify-content: center;
  align-items: center; 
  text-align: center;
  padding-left: 22%;
  padding-right: 22%;
  text-decoration: none;
}
.content_c1{
  font-size: 18px;
  line-height: 2;
  text-align: left;  
}
.link_c1{
  color: #007BFF;
  text-decoration: underline;
}
.link_c1{
  color: #007BFF;
  text-decoration: underline;
}


/*info.html.css*/

.content_i1{
  display: grid;
  justify-content: space-between;
  grid-template-columns:70% 30%;
  grid-template-rows: auto auto; 
  margin-right: 5%;
  margin-left: 10%;
}
.content_i2{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  font-size: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 20px;
}
.wrapper{
  font-size: 15px;
  font-weight: normal;
  margin-top: 50px;
}
.v{
  display: block;
  color: #0e63b2;
  border-bottom:1px #c9c9c9 solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.v2{
  display: block;
  color: #000;
  border-bottom:1px #c9c9c9 solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
li{
  list-style: none;
}
.box_i1{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  text-align: left;
  padding: 10px;
  max-height: 100%;
}


.box_i1 img {
  width: 100%;
  height: auto;
}
.box_i1 p {
  margin: 10px 0 0;
  width: 100%;
  height: auto;
}
.title_i1{
  font-size: 20px;
}

/*info_content.html.css*/

.content_i_2{
  width: 100%;
  padding-right: 50px;
  margin-top: 100px;
}
.title_infocontent{
  width: 100%;
}
.info_content_1{
  font-size: 30px;
  line-height: 1.5;
  width: 100%;
}
.info_content_2{
  font-size: 20px;
  line-height: 1.5;
  width: 100%;
}
.info_content_3{
  text-align: right;
}
.button_info_sns{
  margin-left: 10%;
  width: 60%;
}
.facebook-button, .twitter-button {
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  color: #fff;
  width: 33%;
  height: 30px;
  text-align: center;

}
.facebook-button {
  background-color: #3b5998; /* Facebookのブランドカラー */
}
.twitter-button {
  background-color: #1da1f2; /* Twitterのブランドカラー */
}
.content_i5{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 20px;
  font-size: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 10%;
  width: 55%;
}
.box_info_2{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  text-align: left;
  padding: 10px;
  max-height: 100%;
}
.box_info_2 img {
  width: 100%;
  height: auto;
}
.box_info_2 p {
  margin: 10px 0 0;
  width: 100%;
  height: auto;
}
.title_i5{
font-size: 10px;
}


/*policy.html.css*/

.box_p2{
width: 60%;
height: 65vh;
color: #000;
background-color: #ececec;
margin-top: 100px;
margin-left: 22%;
margin-right: 22%;
text-align: left;
padding-left: 100px;
}
.ap{
  font-size: 18px;
  color: #0e63b2;
  text-decoration: underline;
  line-height: 1.8;
  counter-increment: my-counter; /* カウンターをインクリメント */
}
.ap::before {
  text-decoration: none;
  color: #000;
  content: counter(my-counter) "."; /* カウンターの値を表示 */
  margin-right: 0.5em; /* 数字とリストアイテムの間にスペースを追加 */
  pointer-events: none;
}
ol{
  padding: 0;
  counter-reset: my-counter; /* カウンターをリセット */
}
.title_p2{
  font-size: 30px;
  margin-top: 80px;
}
.box_p3{
  width: 60%;
  height: auto;
  clear: both;
  text-align: left;
  margin-left: 22%;
  margin-right: 22%;
}
.title_p{
  font-size: 25px;
  line-height: 100px;
  border-bottom: 1px dotted #000;
}
.content_p{
  font-size: 20px;
  line-height: 100px;
}

/*profile_1.html.css*/
.title_profile1{
  font-size: 50px;
}
.name_profile1{
  font-size: 20px;
}

/*profile_2.html.css*/
.title_profile2{
  font-size: 50px;
}
.name_profile2{
  font-size: 20px;
}

/*privacy_policy.html.css*/
.box_privacy_policy{
  margin-top: 150px;
  margin-left: 22%;
  margin-right: 22%;
  font-size: 20px;
}
.title_privacy1{
  font-size: 35px;
  text-align: center;
}
.content_privacy_title{
  font-size: 25px;
  line-height: 100px;
}
.date_privacy{
  text-align: right;
  margin-top: 50px;
}
.content_privacy_title::after{
  content: "";
  display: block;
  height: 3px; 
  border-bottom: 1px solid #000;  
  position: relative; 
  bottom: 20px; 
  left: 0; 
  right: 0; 
  width: 100%; 
}
.content_privacy_content{
  font-size: 20px;
  line-height: 100px;
}


@media screen and (max-width: 480px) {
  .fa{
    border-left: 0px;
 }
  .foot{
    display: block;
  }
  .foot{
    text-align: left;
    padding-left: 10%;
  }
  .box4{
    width: 80%;
    margin-left: 10%;
  }
  .button1{
    max-width: 480px;
    height: 30%;
    width: 50%;
    margin-bottom: 100px;
    font-size: 15px;
    white-space: nowrap;
    padding: 16px 190px 16px 110px;
  }
  .box2{
    font-size: 10px;  
  }
  .box2{
    max-width: 480px;
    width: 100%;
    margin-left: 0;
  }
  .box_c2{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .nav {
      display: none;
  }
  .menu-toggle {
      display: flex;
  }
  .content_i1 {
    grid-template-columns: 1fr;
  }
}