@charset "utf-8";


.summer span {
  color: #00A0CA;
}
.spring span {
  color: #A9D06B;
}
.autumn span {
 color: #F6AE5F;
}


/* PC ================================================== */
@media all and (min-width:960px){

  /* アーカイブインデックスページ */
  .archive-index-main {
    width: 80%;
    margin: 200px auto;
  }
  .archive-index-ttl {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
  }
  .archive-index-subttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
  }
  .archives-lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .archive-item {
    width: calc((100% / 2) - 40px);
    border: 1px solid #000000;
    overflow: hidden;
  }
  .archive-item img {
    transform: scale(1);
    transition: all 0.6s;
  }
  .archive-item:hover img {
    transform: scale(1.08);
    transition: all 0.6s;
  }


  /* ヘッダー */
  .title-header {
    opacity: 1;
  }
  .nav--area {
    opacity: 1;
  }
  .nav-menu-box {
    width: 480px;
  }
  .nav-menu-box {
    width: 100%;
  }
  .nav-menu-box li{
    padding-right: 15px;
  }
  .nav-menu-box li a {
    color: #191919;
    font-size: 14px;
    position: relative;
    transition: all .3s;
  }
  .nav-menu-box a:hover {
    color:#f6ae5f;
    transition: all .3s;
  }
  .archive-area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 0;
  }
  .archive-ttl-box h1 {
    font-size: 24px;
    font-weight: 600;
  }
  .archive-ttl-box p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.8;
  }
  .archive-movie-area {
    width: 100%;
    margin: 53px 0 0;
  }
  .archive-movie-area video {
    width: 100%;
    height: 100%;
  }

  .archive-pdf-area {
    width: 100%;
    padding : 10px 0px;
    margin: 20px auto 160px;
    position:relative;
  }
  /* .archive-pdf-area:before {
    content: '';
    width: 100vw;
    height: 100%;
    position:absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
    background-color: #fff;
  } */
  .archive-pdf-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .pdf-container {
    width: calc(33% - 25px);
    margin-bottom: 30px;

  }
  .pdf-container img {
    width: 100%;
    border: 1px solid #f4f4f4;
  }
  .pdf-container p {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #221815;
  }
  .pdf-container p::after {
    content:'→';
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
  }

  .archive_2022 .pdf-container {
    width: 80%;
    margin: 0 auto;
  }
  .archive_2022 .footer-btn-area {
    display: flex;
    
  }

  footer {
    position: relative;
  }
  .footer-inner {
    width: 100%;
    margin: 0 auto;
  }
  .footer-inner img {
    width: 620px;
  }
  .copy-right {
    margin-top: 70px;
  }
  .copy-right small {
    font-size: 12px;

  }
      #page-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      font-size: 14px;
          width: 50px;
    }
    #page-top a {
        width: auto;
        border-radius: 5px;
    }
    #page-top a img{
          width: 100%;
    }

    .loppis-web {
      width: 180px;
      height: 180px;
      margin: 80px auto 0;
      border-radius: 100%;
      background-color: #C30D23;
      transition: all 0.3s;
      text-align: left;
    }
    .loppis-web:hover {
      opacity: 0.8;
      transition: all 0.3s;
    }
    .loppis-web a {
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.7;
    }
        .loppis-web a img{
	      width: 80%;
	    }

/* アーカイブページ */
    .archives {
      position: relative;
    }
    .archives::before {
      content:'';
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      background: url(../image/bg/winter-BGI.png);
      background-size: cover;
      
    }
    .archives-inner {
      width: 100%;
      max-width: 1000px;
     padding: 200px 0;
      margin: 0 auto 0;

    }
    
    .ttl-image {
      width: 400px;
      margin: 0 auto;
    }
    .ttl-image img {
      width: 100%;
    }
    .ttl-image01 {
      width: 550px;
      margin: 0 auto;
    }
    .ttl-image01 img {
      width: 100%;
    }

    .ttl {
      font-size: 32px;
      text-align: center;
      font-weight: 600;
      line-height: 1.6 ;
      letter-spacing: 0.01em;
    }
    .txt {
      font-size: 16px;
      text-align: center;
      line-height: 1.7em;
      margin-top:50px;
    }
    .txt span {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 15px;
      display: block;
    }
    .txt01 {
      font-size: 16px;
      text-align: center;
      line-height: 1.7em;
      margin-top:50px;
    }
    .txt01 span {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 15px;
      display: block;
    }

    .footer-copy {
      width: 100%;
      margin: 80px auto;
    }
    .footer-copy p {
      font-size: 18px;
      text-align: center;
      line-height: 2.4;
      letter-spacing: 0.3em;
    }
    .footer-image {
      width: 100%;
      position: relative;
    }

    .footer-image img {
      width: 100%;
    }

    .comming-days {
      width: 400px;
      text-align: center;
      margin: 50px auto 0;
    }
    .comming-days img {
      width: 100%;
    }

    .header-prev-btn {
      width: 80px;

    }
    .header-prev-btn p {
      font-size: 12px;
      font-weight: 600;
  
    }
    .header-prev-btn a {
      color: #191919;
    }

    .comming-copy {
      width: 100%;
      margin: 0 0 50px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.35em;
      color: #A9D06B;
    }
    .comming-copy span {
      color:#A0D8EF ;
    }



}



/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
  /* body {
    width: 100%;
    background: linear-gradient(#E2EFF4, #F1F7E7);
  } */

  /* アーカイブインデックスページ */
  .archive-index-main {
    width: 80%;
    margin: 160px auto 0;
  }
  .archive-index-ttl {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
  }
  .archive-index-subttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  .archives-lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* flex-direction: column; */
  }
  .archive-item {
    width: calc((100% / 2) - 20px);
    border: 1px solid #000000;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .archive-item img {
    transform: scale(1);
    transition: all 0.6s;
  }
  .archive-item:hover img {
    transform: scale(1.08);
    transition: all 0.6s;
  }

  /* ヘッダー */
  .left-logo {
    /* opacity: 0; */
  }
  .title-header {
    opacity: 0;
  }
  .nav--area {
    opacity: 0;
  }
  .nav-menu-box {
    width: 100%;
  }

  .archive-area {
    width: 90%;
    margin: 0 auto 150px;
  }
  .archive-ttl-box h1 {
    font-size: 18px;
    font-weight: 600;
  }
  .archive-ttl-box p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8;
  }
  .archive-movie-area {
    width: 100%;
    margin: 53px 0 0;
  }
  .archive-movie-area video {
    width: 100%;
    height: 100%;
  }

  .archive-pdf-area {
    width: 90%;
    margin: 30px auto 0;
    padding: 10px 0;
    /* background-color: #fff; */
  }
  .archive-pdf-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .pdf-container {
    width: calc((100% / 3) - 15px);
    margin-bottom: 30px;
  }
  .pdf-container:first-child {
    margin-left: 0;
  }
  .pdf-container img {
    width: 100%;
    border: 1px solid #f4f4f4;
  }
  .pdf-container p {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #221815;
  }
  .pdf-container p::after {
    content:'→';
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
  }
  .summer span {
    color: #00A0CA;
  }
  .spring span {
    color: #A9D06B;
  }

  footer{
    margin-top: 50px;
    position: relative;  }

  .footer-inner {
    width: 100%;
    height: 50px;
    margin: 0 auto;

  }
  .footer-inner img {
    width: 100%;
  }
  .copy-right {
    margin-top: 40px;
  }
  .copy-right small {
    font-size: 10px;

  }
        #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        z-index: 100;
        width: 45px;
      }
      
      #page-top a {
          width: auto;
      }
    #page-top a img{
          width: 100%;
    }
    .loppis-web {
      width: 180px;
      height: 180px;
      margin: 100px auto 0;
      border-radius: 100%;
      background-color: #C30D23;
      transition: all 0.3s;
      text-align: left;
    }
    .loppis-web:hover {
      opacity: 0.8;
      transition: all 0.3s;
    }
    .loppis-web a {
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.9;
    }
        .loppis-web a img{
	      width: 80%;
	    }

    /* アーカイブページ */
    .archives {
      position: relative;
    }
    .archives::before {
      content:'';
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      background: url(../image/bg/winter-BGI.png);
      background-size: cover;
      z-index: -1;
      
    }
    .archives-inner {
      width: 100%;
     padding: 100px 0;
      margin: 0 auto 0;

    }
    .ttl-image {
      width: 350px;
      margin: 0 auto 50px;
    }
    .ttl-image img {
      width: 100%;
    }
    .ttl {
      font-size: 25px;
      text-align: center;
      font-weight: 600;
      line-height: 1.6;
    }
    .txt {
      width: 90%;
      margin: 30px auto 150px;
      font-size: 13px;
      text-align: center;
      line-height: 1.6;
    }
    .txt span {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 15px;
      display: block;
    }

    .header-prev-btn {
      width: 100px;
      position: absolute;
      right: 0;
    }
    .header-prev-btn p {
      font-size: 12px;
      font-weight: 600;
  
    }
    .header-prev-btn a {
      color: #191919;
    }
    .footer-prev-btn {
      width: 100%;
      text-align: center;
      margin-top: 40px;
    }
    .footer-prev-btn p {
      font-size: 12px;
      font-weight: 600;
  
    }
    .footer-prev-btn a {
      color: #191919;
    }

    
    .footer-copy {
      width: 100%;
      max-width: 1000px;
      margin: 80px auto;
    }
    .footer-copy p {
      font-size: 18px;
      text-align: center;
      line-height: 2.4;
      letter-spacing: 0.3em;
    }
    .footer-image {
      width: 100%;
      position: relative;
    }

    .footer-image img {
      width: 100%;
    }

    .comming-days {
      width: 400px;
      text-align: center;
      margin: 50px auto 0;
    }

    .comming-copy {
      width: 100%;
      margin: 0 0 50px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.35em;
      color: #A9D06B;
    }
    .comming-copy span {
      color:#A0D8EF ;
    }

}


/* SP ================================================== */
@media all and (max-width:559px){
  /* body {
    width: 100%;
    background: linear-gradient(#E2EFF4, #F1F7E7);
  } */
    .archives::before {
      content:'';
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      background: url(../image/bg/winter-BGI.png);
      background-size: cover;
      
    }


  /* アーカイブインデックスページ */
  .archive-index-main {
    width: 80%;
    margin: 160px auto 0;
  }
  .archive-index-ttl {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
  }
  .archive-index-subttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  .archives-lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .archive-item {
    width: 100%;
    border: 1px solid #000000;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .archive-item img {
    transform: scale(1);
    transition: all 0.6s;
  }
  .archive-item:hover img {
    transform: scale(1.08);
    transition: all 0.6s;
  }



  /* ヘッダー */
  .title-header {
    opacity: 1;
  }
  .nav--area {
    opacity: 1;
  }
.top-ttl{width: 88%; margin: 60px auto 0;}

.ttl-image {
  width: 80%;
  margin-bottom:40px;
}
.ttl-image img {
  width: 100%;
}
    .ttl {
      font-size: 26px;
      text-align: left;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 25px;
    }
    .txt {
      font-size: 12px;
      text-align: left;
      margin-bottom: 80px
    }
    .txt span {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 15px;
      display: block;
    }

  .archive-area {
    width: 80%;
    margin: 0 auto;
  }
  .archive-ttl-box h1 {
    font-size: 18px;
    font-weight: 600;
  }
  .archive-ttl-box p {
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.8;
  }
  .archive-movie-area {
    width: 100%;
    margin: 53px 0 0;
    background-color: #dedede;

  }

  .archive-movie-area video {
    width: 100%;
    height: 100%;
  }

  .archive-pdf-area {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 10px 0px;
    /* background-color: #fff; */
  }
  .archive-pdf-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .pdf-container {
    width: calc(100% / 2 - 10px);
    margin-bottom: 30px;
  }
  .pdf-container:first-child {
    margin-left: 0;
  }
  
  .pdf-container img {
    width: 100%;
    border: 1px solid #f4f4f4;
  }
  .pdf-container p {
    margin-top: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.075em;
    color: #221815;
  }
  .pdf-container p::after {
    content:'→';
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
  }
  .summer span {
    color: #00A0CA;
  }
  .spring span {
    color: #A9D06B;
  }

  footer{
    margin-top: 50px;
    position: relative;
  }
  .footer-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .footer-inner img {
    width: 100%;
  }
  .copy-right {
    max-width: 350px;
    width: 100%;
    margin: 40px auto;
    font-size: 10px;
    letter-spacing: 0.075em;  }
  .copy-right small {
    font-size: 10px;

  }
    #page-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      font-size: 14px;
          width: 50px;
    }
    #page-top a {
        width: auto;
        border-radius: 5px;
    }
    #page-top a img{
          width: 100%;
    }

    .left-logo {
      display: inline-block;
      width: 100%;
      height: 100%;
      max-width: 350px;
      margin: 0 auto;
      padding: 20px 0;
      display: flex;
      position: relative;
      text-align: justify;
      text-justify: distribute;
  }
    .green-spring-logo {
      max-width: 20%;
      width: 100%;
      z-index: 2;
      padding-top: 3%;
      padding-left: 10px;
  }
  .loppis-web {
    width: 180px;
    height: 180px;
    margin: 40px auto 100px;
    border-radius: 100%;
    background-color: #C30D23;
    transition: all 0.3s;
    text-align: left;
  }
  .loppis-web:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
  .loppis-web a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
        .loppis-web a img{
	      width: 70%;
	    }

  .header-prev-btn {
    width: 100px;
    position: absolute;
    right: 0;
  }
  .header-prev-btn p {
    font-size: 12px;
    font-weight: 600;

  }
  .header-prev-btn a {
    color: #191919;
  }

  .footer-prev-btn {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .footer-prev-btn p {
    font-size: 10px;
    font-weight: 600;
  }
  .footer-prev-btn a {
    color: #191919;
  }

  .footer-copy {
    width: 100%;
    margin: 0px auto 110px;
    text-align: center;
  }
  .footer-copy p {
    font-size: 14px;
    text-align: center;
    line-height: 2.4;
    letter-spacing: 0.15em;
  }
  .footer-image {
    width: 100%;
    position: relative;
  }

  .footer-image img {
    width: 100%;
  }

  .comming-days {
    width: 250px;
    text-align: center;
    margin: 30px auto 0;
  }

  .comming-copy {
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.35em;
    color: #A9D06B;
  }
  .comming-copy span {
    color:#A0D8EF ;
  }

}