html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
::selection {
  color: #ffffff;
  background: #333333;
}
img {
  vertical-align: bottom;
}
body {
  width: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.78;
  color: #222222;
}
body.en {
  color: #ffffff;
  background-color: #10386B;
}
a {
  color: #f08300;
  text-decoration: none;
}
a:visited {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%
}
#donation_btn {
  width: 130px;
  height: 130px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 1;
  z-index: 10;
}
#donation_btn a {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  text-decoration: none;
}
.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.pc-vis {
  display: block;
}
.sp-vis {
  display: none;
}
.pc-main {
  display: block;
}
.sp-main {
  display: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}
/*==================================================
ふわっ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* header */
.header_lang {
  z-index: 10;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  display: inline-flex;
  color: #000000;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 14px;
  padding: 10px 20px;
}
.header_lang a {
  color: #000000;
  text-decoration: underline;
}
.header_lang a:hover {
  text-decoration: none;
}
/* kv */
.kv {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.kv div {
  width: 50%;
  height: auto;
}
.kv .hero {
  padding: 0 5%;
}
.kv h1 {
  padding-bottom: 5%;
}
.kv .copy {
  position: absolute;
  bottom: 1%;
}
.kv .copy img {
  width: 50%;
  height: auto;
}
/* message */
.message {
  padding: 200px 0 120px;
}
.message h2 img {
  width: 160px;
  height: auto;
}
.message h3 {
  font-size: 44px;
  line-height: 140%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.message .message_flex {
  display: flex;
  justify-content: space-between;
}
.message .txt {
  width: 65%;
}
.message .profile {
  font-size: 16px;
  width: 30%;
}
.message .profile img {
  width: 320px;
  height: auto;
  margin-bottom: 10px;
}
.message p {
  font-size: 18px;
  margin-bottom: 50px;
}
.message .board {
  text-align: center;
}
.message .board img {
  width: 350px;
  height: auto;
}
.message .tshirt {
  text-align: center;
  margin-bottom: 80px;
}
.message .tshirt img {
  width: 700px;
  height: auto;
}
.btn {
  text-align: center;
}
.btn a {
  color: #ffffff;
  padding: 20px 80px;
  font-size: 18px;
  border-radius: 50px;
  background-color: #000000;
}
/* JCCG */
.jccg {
  padding: 130px 0 200px;
  position: relative;
  overflow: hidden;
}
.jccg .jccg_bg {
  position: absolute;
  inset: 0;
  background: #eeeeee;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  z-index: 0;
}
.jccg .jccg_content {
  position: relative;
  z-index: 1;
}
.jccg h2 {
  font-size: 20px;
  text-align: right;
  padding-right: 20px;
  padding-top: 100px;
  line-height: 100%;
}
.jccg h2 img {
  width: 60%;
  margin-left: auto;
}
.jccg h3 {
  font-size: 44px;
  line-height: 150%;
  margin-top: 100px;
  margin-bottom: 30px;
}
.jccg p {
  font-size: 18px;
}
.jccg .jccg_flex {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: solid 1px #C9C9C9;
  font-size: 16px;
}
.jccg .jccg_flex .txt {
  width: 59%;
  text-align: left;
}
.jccg .jccg_flex .image {
  width: 35%;
  padding-top: 30px;
}
.jccg h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.jccg h4 span {
  font-size: 40px;
}
.jccg ul {
  list-style: disc;
  padding-left: 16px;
}
.jccg .txt_jccg {
  margin: 40px 0 50px;
}
/* donation */
.donation {
  padding: 130px 0;
  font-size: 18px;
  background: url("../images/photo_mune2.png") no-repeat top right;
  background-size:30%;
}
.donation .fukidashi img {
  width: 300px;
  height: auto;
}
.donation h3 {
  font-size: 44px;
  line-height: 150%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.donation .credit {
  padding: 20px 0 60px;
}
.donation .credit img {
  width: 135px;
  height: auto;
}
.donation .donation_box {
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  background-color: #eeeeee;
}
.donation h4 {
  font-size: 30px;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 40px;
}
.donation .donation_box .reedme {
  font-size: 16px;
  text-align: left;
  margin-top: 40px;
  padding-left: 14px;
  list-style-type: square;
}
.donation form label select {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: bold;
  width: 400px;
  margin-bottom: 20px;
}
.donation form input {
  padding: 13px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;

  border-radius: 8px;

  /* ② 2pxのボーダー */
  border: 2px solid #d89200;

  background-color: #F8AC00;
  width: 400px;

  /* ③ ぼかしなしの下影 */
  box-shadow: 0 3px 0 #b67a00;
  border-radius: 100px;
  cursor: pointer;
}
/* footer */
footer {
  text-align: center;
  padding: 80px 0;
  border-top: solid 1px #C9C9C9;
}
footer small {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}


@media screen and (max-width: 1024px) {
  .pc-main {
    display: none !important;
  }
  .sp-main {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
  /* kv */
  .kv {
    height: auto;
    display: block;
    position: static;
    margin-bottom: 50px;
  }
  .kv div {
    width: 100%;
  }
  .kv .hero {
    padding: 100px 5% 0;
  }
  .kv h1 {
    text-align: center;
    padding-bottom: 40px;
  }
  .kv h1 img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .kv .copy {
    position: static;
    padding-bottom: 50px;
  }
  .kv .copy img {
    width: 210px;
    height: auto;
  }
/* donation */
.donation {
  background-size:40%;
}
}
@media screen and (max-width: 480px) {
  #donation_btn {
    width: 135px;
    height: auto;
  }
  #donation_btn a {
    width: 135px;
    height: auto;
  }
  .pc-vis {
    display: none !important;
  }
  .sp-vis {
    display: block;
  }
  .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  /* header */
  .header_lang {
    right: 0;
    font-size: 16px;
  }
  /* message */
  .message {
    padding: 150px 0 120px;
  }
  .message h2 img {
    width: 110px;
  }
  .message h3 {
    font-size: 34px;
  }
  .message .message_flex {
    display: block;
  }
  .message .txt {
    width: 100%;
  }
  .message .profile {
    font-size: 16px;
    width: 100%;
  }
  .message .profile img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .message p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .message .board img {
    width: 80%;
  }
  .message .tshirt {
    margin-top: 50px;
  }
  .message .tshirt img {
    width: 700px;
    height: auto;
  }
  .btn {
    text-align: center;
  }
  .btn a {
    color: #ffffff;
    padding: 15px 0;
    font-size: 16px;
    border-radius: 50px;
    background-color: #000000;
    width: 100%;
    display: block;
  }
  /* JCCG */
  .jccg {
    padding: 80px 0 200px;
    position: relative;
    overflow: hidden;
  }
  .jccg .jccg_bg {
    position: absolute;
    inset: 0;
    background: #eeeeee;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
    z-index: 0;
  }
  .jccg .jccg_content {
    position: relative;
    z-index: 1;
  }
  .jccg h2 {
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
    padding-top: 0;
  }
  .jccg h2 img {
    width: 60%;
    margin-left: auto;
  }
  .jccg h3 {
    font-size: 34px;
    margin-top: 80px;
  }
  .jccg p {
    font-size: 16px;
  }
  .jccg .jccg_flex {
    display: block;
    padding: 50px 0;
  }
  .jccg .jccg_flex .txt {
    width: 100%;
  }
  .jccg .jccg_flex .txt p {
    font-size: 14px;
  }
  .jccg .jccg_flex .image {
    width: 100%;
    padding-top: 30px;
  }
  .jccg h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .jccg h4 span {
    font-size: 30px;
  }
  .jccg ul {
    list-style: disc;
    padding-left: 16px;
    font-size: 14px;
  }
  .jccg .txt_jccg {
    margin: 40px 0 50px;
  }
  /* donation */
  .donation {
    padding: 250px 0 130px;
    font-size: 16px;
    background: url("../images/photo_mune2.png") no-repeat top right;
    background-size: 250px;
  }
  .donation .fukidashi img {
    width: 230px;
    height: auto;
  }
  .donation h3 {
    font-size: 30px;
  }
  .donation .credit img {
    width: 120px;
  }
  .donation .donation_box {
    padding: 20px;
  }
  .donation h4 {
    font-size: 20px;
  }
  .donation .donation_box .reedme {
    font-size: 14px;
  }
  .donation form label select {
    padding: 15px 15px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
  }
  .donation form input {
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
  }
  /* footer */
  footer {
    padding: 40px 0;
  }
}