@charset "utf-8";
/*Base*/
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
a:hover {
  opacity: 0.7;
}
#wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1 {
  margin-bottom: 20px;
  text-align: center;
}
h1 img {
  width: 30%;
}
.gNav li a i {
  margin-right: 5px;
  vertical-align: center;
}
.exContent {
  display: none;
}
@media screen and (min-width: 768px) {
  header {
    overflow: hidden;
  }
  h1 {
    float: left;
    width: 20%;
  }
  h1 img {
    width: 75%;
  }
  .gNav {
    display: flex;
    height: 2rem;
    margin-top: 50px;
    width: 80%;
    float: right;
  }
  .gNav > li {
    width: 25%;
  }
  .gNav li {
    position: relative;
  }
  .gNav li a {
    background: #8FC31F;
    border-right: 1px solid #eee;
    color: #fff;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .gNav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
  }
  .gNav li li a {
    border-top: 1px solid #eee;
  }
  .gNav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
  }
  /*cssシグネチャー*/
  #home .gNav01 a, #about .gNav02 a, #archive .gNav03 a, #post .gNav04 a {
    background-color: #22AC38;
    text-decoration: underline;
  }
  /*ホバー解説*/
  .explain {
    position: relative;
  }
  .exContent {
    display: none;
    width: 180px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    border-radius: 5px;
    background: #33cc99;
    color: #fff;
    font-weight: bold;
  }
  .exHover:hover + .exContent {
    display: block;
  }
  .exHover:hover {
    text-decoration: underline;
  }
}
.heroImg {
  position: relative;
}
.heroImg img {
  max-width: 100%;
  min-height: 100%;
}
.heroImg p {
  position: absolute;
  top: 0;
  left: 10%;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  text-shadow: 0 0 5px #FFFFFF;
  font-size: 15px;
  text-indent: 1em;
  font-family: 'Shippori Mincho', serif;
}
#about .heroImg p {
  color: #0E0000;
  -webkit-text-stroke: 0.5px #0E0000;
}
@media screen and (min-width: 768px) {
  .heroImg p {
    margin-left: 5%;
    color: #FFFFFF;
    font-size: 24px;
  }
  #archive .heroImg p {
    margin-left: 1.5%;
  }
}
main {
  padding-top: 70px;
  padding-bottom: 70px;
}
main::before {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../img/mainBG.png");
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  main::before {
    content: "";
    display: none;
  }
  main {
    background-image: url(../img/mainBG.png);
    background-repeat: no-repeat;
    background-position: 80% center;
    background-attachment: fixed;
  }
}
#news, #concept, #aboutUs, #mar2021, #feb2021, #jun2021 {
  margin-bottom: 70px;
}
h2 {
  font-size: 20px;
  text-align: center;
  color: #0E0000;
  margin-bottom: 50px;
}
h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  color: #181818;
}
footer p {
  margin: 10px 0;
  text-align: center;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer ul li {
  font-size: 14px;
}
.footerDeco {
  border-top: 5px solid #8FC31F;
  padding-top: 10px;
}
.footerDeco::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border: transparent 10px solid;
  border-bottom-color: #0e0000;
}
.footerDeco::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: transparent 10px solid;
  border-bottom-color: #0e0000;
}
/*HOME*/
#news dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#news dl dt {
  width: 50%;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}
#news dl dd {
  width: 50%;
  font-size: 18px;
  color: #333333;
  text-decoration: underline;
  margin-bottom: 20px;
}
#news dl dt:last-child, #news dl dd:last-child {
  margin: 0 auto;
}
#concept p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 2em;
}
.linkBtn {
  margin-top: 30px;
}
.linkBtn a {
  border-radius: 10px;
  background-color: #8FC31F;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  font-family: 'Montserrat Alternates', sans-serif;
}
#words .mwWrap .mwItems {
  width: 50%;
  margin-bottom: 50px;
  text-align: center;
}
#words .mwWrap .mwItems:nth-child(5), #words .mwWrap .mwItems:last-child {
  margin-bottom: 0;
}
#words .mwWrap .mwItems a img {
  width: 67%;
  border: 1px solid #0E0000;
}
#words .mwWrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #words .mwWrap .mwItems {
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
  }
  #words .mwWrap .mwItems a img {
    width: 67%;
    margin: 0 auto;
    transition: 0.5s;
  }
  #words .mwWrap .mwItems a img:hover {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
}
/*ABOUT&RULE*/
#about table {
  width: 100%;
}
#about table th {
  width: 50%;
  text-align: right;
  padding: 20px 0;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
#about table td {
  width: 50%;
  text-align: left;
  padding: 20px 0;
  font-size: 18px;
  color: #333333;
}
#about main p {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
#rule h4 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #181818;
}
#rule p {
  margin-bottom: 50px;
  line-height: 2em;
}
#rule p a {
  text-decoration: underline;
}
/*ARCHIVE*/
#mar2021 p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 2em;
}
#archive main td {
  font-family: 'Shippori Mincho', serif;
}
#archive section dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#archive section dl dt {
  width: 50%;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  text-align: right;
}
#archive #feb2021 dl dd:last-of-type, #archive #jun2021 dl dd:last-of-type {
  font-family: 'Shippori Mincho', serif;
}
#archive dl dd {
  width: 50%;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  text-align: left;
}
#archive table {
  width: 100%;
  margin-top: 50px;
}
#archive table tr td:first-child {
  width: 75%;
}
#archive table tr td:nth-child(2) {
  width: 25%;
}
#archive table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #0E0000;
}
@media screen and (min-width: 768px) {
  #archive table tr td {
    text-align: center;
  }
  #archive table tr td:first-child {
    width: 60%;
  }
  #archive table tr td:nth-child(2) {
    width: 40%;
  }
}
#ogon .figure {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  background: repeating-linear-gradient(135deg, #FFF, #FFF 10px, #deffdc 10px, #deffdc 20px);
}
#ogon figure img {
  width: 50%;
  height: 50%;
}
#ogon figcaption {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
  font-weight: bold;
}
#ogon p {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#ogon p:last-child {
  font-size: 21px;
}
#ogon table tr td:first-child {
  width: 65%;
}
#ogon table tr td:nth-child(2) {
  width: 20%;
}
#ogon table tr td:nth-child(3) {
  width: 15%;
  font-size: 14px;
  text-align: right;
}
#ogon p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #ogon figure img {
    width: 30%;
    height: 30%;
  }
  #ogon table tr td:first-child {
    width: 55%;
  }
  #ogon table tr td:nth-child(2) {
    width: 25%;
  }
  #ogon table tr td:nth-child(3) {
    width: 20%;
    font-size: 14px;
    text-align: center;
  }
}
/*POST*/
#post main section ul {
  width: 100%;
  margin-bottom: 50px;
}
#post main section ul li {
  width: 95%;
  margin-left: 5%;
  padding: 10px;
  font-size: 18px;
  color: #333333;
  list-style-type: disc;
}
#post table {
  width: 100%;
}
#post th, #post td {
  padding: 10px;
  border: 1px solid #CCCCCC;
}
#post th {
  width: 40%;
  border-right: none;
  font-size: 18px;
  color: #333333;
}
#post td {
  width: 60%;
  font-size: 18px;
  color: #333333;
}
input, select, textarea {
  padding: 5px;
  border: 2px solid #0E0000;
}
.btn {
  margin-top: 50px;
  text-align: center;
}
.btn input {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #8FC31F;
  border: none;
}