@charset "utf-8";

  @media screen, print {
  /* header */
  header {
    height: 12rem; /* override */
    height: auto; /* override */
    position: sticky; /* override */
  }

  header.shadow {
    box-shadow: 0 1px 1px 1px var(--chsh-red);
  }

  #headerArea {
    display: grid; /* override */
    gap: 1.5rem 1rem;
    grid-template-columns: 3rem 1fr 1fr 3rem;
    grid-template-rows: 4rem 4rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  #h1logo {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    justify-self: center;
  }

  .logo-img {
    height: 4rem;
    width: auto;
  }

  .header-linkAction {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    justify-content: center;
  }

  #gnav {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    justify-self: end;
  }

  #gnav-body {
    border-top-color: var(--chsh-red);
    height: calc(100vh - 6rem); /* override */
    margin-top: 5.5rem;
    padding-top: 2rem; /* override */
    top: 6rem; /* override */

    overflow-y: scroll;
    padding-bottom: 8rem;
  }

  .gnav-list {
    margin-bottom: 3rem /* override */;
    padding: 0; /* override */
    width: min(94vw, 300px);
  }

  .gnav-item + .gnav-item {
    margin-top: 2.5rem; /* override */
  }

  .gnav-link {
    background-color: var(--chsh-red);
    border-radius: .5rem;
    color: #fff;
    display: block;
    padding: .5rem 0;
    /* width: 280px; */
  }

  .header-linkArea {
    display: grid; /* override */
    grid-gap: 2rem 2rem;
    grid-template-columns: 1fr 1fr;
    width: min(94vw, 300px); /* override */
  }

  a[class^="header-link-"] {
    align-items: center;
    border-radius: 1rem;
    display: flex;
    height: 6rem;
    /* margin-bottom: 2rem; */
    padding: 1rem 0;
    width: 100%;
    z-index: 1;
  }

  a.header-link-book {
    background-color: #fff;
    border-radius: 1rem;
    border: var(--chsh-red) solid .3rem;
    color: var(--chsh-red);
    font-weight: 600;
    height: 4rem;
    justify-content: center;
    justify-self: end;
    width: 14rem; /* override */
  }

  a.header-link-book::before {
    content: "\e56c";
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    font-size: 2rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    line-height: 1;
    margin-right: .2rem;
    text-indent: 0;
    vertical-align: text-bottom;
  }

  a.header-link-donate {
    background-color: #fff;
    border-radius: 1rem;
    border: #ef7c00 solid .3rem;
    color: #ef7c00;
    font-family: 'Material Symbols Outlined'; /* reset */
    font-weight: 600;
    height: 4rem;
    justify-content: center;
    justify-self: start;
    width: 14rem; /* override */
  }

  a.header-link-donate::before {
    content: "\ea70";
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    font-size: 2rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    line-height: 1;
    margin-right: .4rem;
    text-indent: 0;
    vertical-align: text-bottom;
  }

  .book-para {
    font-size: 1.6rem;
  }

  .header-clubArea {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .link-club {
    height: auto; /* overwrite */
  }

  a.header-link-note {
    background-color: #41c9b4;
    border-radius: 1rem;
    color: #fff;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    justify-content: center;
  }

  .header-link-note:hover {
    color: #fff;
  }

  .note-para {
    line-height: 1;
    letter-spacing: 2px;
  }

  .note-img {
    aspect-ratio: 133/150;
    height: auto;
    margin-right: 1rem;
    width: 3rem;
    width: 2rem;
  }

  a.header-link-line {
    background-color: #06c7551A;
    /* padding-left: 3.5rem; */

    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-content: center;
  }

  .header-contactArea {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .header-webform {
    margin-bottom: 1rem;
  }

  .line-para {
    line-height: 1.2;
  }

  .line-img {
    margin-right: .5rem;
    margin-right: 1.5rem;
    width: 4rem;
    width: 3rem;
  }

  /* header */

  #cont-chshTop {
    padding-top: 0;
  }

  #cont-kv {
    margin-left: auto;
    margin-right: auto;
    width: 94vw;
    padding-top: 1rem;
    position: relative;
  }

  .kv-img {
    margin-left: auto;
    margin-right: auto;
  }

  .kv-bnr-vlntr {
    align-items: center;
    background-color: #60c31d;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem auto 0;
    padding: 1.5rem 3rem;
    position: relative;
    width: fit-content;

    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: 3vh;
    left: 3vw;
    padding: .5rem;
    position: fixed;
    /* right: 5px; */
  }

  .kv-bnr-vlntr::before {
    border: #fff solid 2px;
    border-radius: .8rem;
    content: '';
    height: calc(100% - .8rem);
    position: absolute;
    width: calc(100% - .8rem);

    border-radius: 50%;
  }

  .kv-bnr-vlntr:hover {
    opacity: .7;
  }
  .vlntr-para {
    color: #fff;
    /* font-family: 'Kiwi Maru', serif; */
    font-size: 1.4rem;
    font-size: 1.6rem;
    font-weight: 100;
    letter-spacing: .05rem;
    line-height: 1.4;
    text-align: center;
  }

  .main-block {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 94vw;
  }

  .main-block + .main-block {
    margin-top: 7rem;
  }

  #blockAnnounce + #blockLead {
    margin-top: 3rem;
  }

  .block-heading {
    color: var(--cm-grey);
    font-family: 'Kiwi Maru', serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 3.5rem;
    text-align: center;
  }

  .block-subheading {
    color: var(--cm-grey);
    font-family: 'Kiwi Maru', serif;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .lead-block + .lead-block {
    margin-top: 5rem;
  }

  .lead-figure {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .lead-img {
    border-radius: 50%;
    width: 32%;
  }

  .lead-para-note {
    line-height: 1.4;
    padding-left: 2rem;
    text-indent: -1rem;
  }

  .lead-para-note::before {
    display: inline-block;
    content: '\203B';
    margin-right: 2px;
  }

  .lead-para-note + .lead-para-note {
    margin-top: 1rem;
  }

  #blockRecruit {
    
  }

  .recruit-img {
    /* aspect-ratio: ;     */
  }

  .voice-item + .voice-item {
    margin-top: 3rem;
  }

  .voice-figure {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  img[class^="voice-img"] {
    height: auto;
    margin-bottom: 5px;
  }

  .voice-img01 {
    width: 150px
  }

  .voice-figcap {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .voice-para {
    margin: auto;
    text-align: justify;
    width: min(100%, 20em);
  }

  .schedule-img {
    height: auto;
  }

  .next-block + .next-block {
    margin-top: 5rem;
  }

  .next-para {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }

  .next-menu {
    aspect-ratio: 22/13;
    border-radius: 2rem;
    width: 100%;
  }

  .date-bg .para-note::before {
    padding-left: 0; /* reset */
    text-indent: 0; /* reset */
  }

  .next-para-note {
    text-align: center;
  }

  .next-para-note.para-note {
    margin-top: 1rem;
  }

  .next-para.para-note {
    color: var(--chsh-red);
    font-size: 1.8rem;
    text-align: left;
  }

  .next-para-note + .next-para-note {
    margin-top: 1rem;
  }

  .next-ftsm {
    font-size: 80%;
    line-height: 1.2;
  }
 
  .next-bg {
    display: flex;
    flex-direction: column;
    /* height: min(80vw, 320px); */
    justify-content: center;
    margin: 0 auto;
    padding: 5rem 0;
    width: min(80vw, 320px);
    width: auto;
  }

  #next-date a,
  #next-date a:hover {
    color: #fff;
  }

  #next-date .next-para-note a,
  #next-date .next-para-note a:hover {
    color: #595757;
  }

  .date-bg {
    background-color: #ffe55fB3;
    background-color: var(--cm-yellow);
    border-radius: 2rem;
    font-size: 1.8rem;
    padding: 3rem 3vw;
  }

  .date-para {
    line-height: 1.4;
  }

  .date-para + .date-para {
    margin-top: 2rem;
  }

  .where-bg {
    /* background: url(../img/chsh-top/next-bg-where.svg) no-repeat;
    background-size: contain; */
    background-color: #f08000B3;
    background-color: var(--cm-red);
    background-color: #f08000;
    border-radius: 50%;
    border-radius: 2rem;
    margin-bottom: 1rem;
  }

  .where-para rb {
    font-size: 3rem;
  }

  .where-para rt {
    margin-bottom: 2px;
  }

  .where-para-name {
    margin-bottom: 10px;
  }

  .where-para-address {
    line-height: 1.3;
  }

  .who-bg {
    /* background: url(../img/chsh-top/next-bg-who.svg) no-repeat;
    background-size: contain; */
    background-color: var(--cm-green);
    background-color: #02ac5d;
    border-radius: 50%;
    border-radius: 2rem;
  }

  .who-para-note {
    font-size: 2.2rem;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 1rem;
  }

  .price-bg {
    /* background: url(../img/chsh-top/next-bg-price.svg) no-repeat;
    background-size: contain; */
    background-color: var(--cm-blue);
    background-color: #387db5;
    border-radius: 50%;
    border-radius: 2rem;
  }

  .how-block + .how-block {
    margin-top: 4rem;
  }

  .how-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .bento-bg {
    background: url(../img/chsh-top/how-bg-l.svg) no-repeat left bottom -.1rem;
    /* background-color: #d8e7fd; */
    background-color: #f3d3c8;
    background-size: 30% auto;
    border-radius: 2rem;
    color: #595757;
  }

  .next-para-note-bento {
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .haifu-bg {
    background: url(../img/chsh-top/how-bg-r.svg) no-repeat right bottom -2px;
    background-color: #f1e9c8;
    background-size: 30% auto;
    border-radius: 2rem;
    color: #595757;
  }

  .how-bg {
/* 
    background-color: var(--chsh-red);
    background-image: 
      url(../img/chsh-top/how-bg-l.svg),
      url(../img/chsh-top/how-bg-r.svg);
    background-position: left bottom -1px, right bottom -2px;  
    background-repeat: no-repeat;
    background-size: 25% auto, 25% auto;
    border-radius: 1rem;
    margin: 0 auto 1rem;
    padding: 2rem 0 7rem;
     */
  }

  .how-link {
/* 
    align-items: center;
    display: flex;
    height: 15rem;
    justify-content: center;
 */
  }

  .how-para {
    font-size: 2rem;
    line-height: 1.2;
  }

  .how-bg-line {
    background-color: #06c7551A;
    background-color: #07b53b;
    background-color: #02c755;
    background-color: #00B900;
    /* background-size: auto 7rem; */
    border-radius: 1rem;
  }

  .how-link-line-cont {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .how-link-line-img {
    margin-right: 3rem; /* GUIDELINE 50% of width */
    width: 6rem;
  }

  a[class^="how-link-"] {
    align-items: center;
    border: #fff solid .3rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    height: 8rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .how-para {
    color: #595757;
  }

  #news-heading::before {
    background: url(../img/chsh-top/news-heading.svg) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 34px;
    margin: 0 auto 5px;
    width: 35px;
  }

  .news-list + .news-list {
    margin-top: 1.5rem;
  }

  .report-block + .report-block {
    margin-top: 5rem;
  }
  
  .announce-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .announce-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  .announce-figcap {
    margin-top: .5rem;
    text-align: center;
  }

  .announce-item:hover .announce-figcap {
    text-decoration: none;
  }

  .announce-img {
    margin: 0 auto;
    width: min(100%, 40rem);
  }

  .announce-img.img-vertical {
    width: min(100%, 30rem);
  }

  .announce-item-1col {
    width: 100%; /* override */
  }

  .announce-img-5anniv {
    border: #ccc solid .1rem;
    width: 100%;
  }


  #blockSupport {
    /* background-size: 50px 50px;
    background-color: #fff;
    background-image: linear-gradient(-45deg, #ffe33b80 25%, transparent 25%, transparent 50%, #ffe33b80 50%, #ffe33b80 75%, transparent 75%, transparent);
    padding: 2.5rem 3vw 3rem; */
  }

  #support-heading::before {
    background: url(../img/chsh-top/support-heading.svg) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 34px;
    margin: 0 auto 5px;
    width: 35px;
  }

  .support-para {
    margin-bottom: 2rem;
    text-align: center;
  }

  .support-item {
    background-color: #ebbf4b33;
    border-radius: 15px;
    padding: 2rem 3vw;
  }

  #support-item-bank {
    background-color: #d376714d;
  }

  .support-item + .support-item {
    margin-top: 2rem;
  }

  .support-item-heading {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .support-item-para + .support-item-para {
    margin-top: 1rem;
  }

  .support-dlist {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .support-dlist-bank dt,
  .support-dlist-bank dd {
    font-weight: 600;
  }

  .support-desc {
    line-height: 1.8;
  }

  .support-desc + .support-desc {
    margin-top: 1.5rem;
  }

  .support-present {
    align-items: center;
    border: var(--cm-red) dashed .2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 3vw;

    .support-present-fig {
      align-items: center;
      display: flex;
      flex-direction: row;
      gap: 2rem;
      justify-content: center;
    }

    .support-present-img {
      width: 12rem;
    }

    .support-present-para {
      line-height: 1.8;
    }
  }

  #about-heading::before {
    background: url(../img/chsh-top/about-heading.svg) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 34px;
    margin: 0 auto 5px;
    width: 35px;
  }

  .about-list {
    border-bottom: 1px solid #666;
    padding: 2rem .5rem;
  }

  .about-list:first-of-type {
    border-top: 1px solid #666;
  }

  .about-term {
    margin-bottom: .5rem;
  }

  #totop {
    background-image: url(../common/img/pagetop-arrow-red.svg);
    background-size: 24px 24px;
    box-shadow: 0 5px 8px 0 #ccc; /* override */
  }

  .board-ic {
    align-items: center;
    background-color: var(--cm-blue);
    background-color: var(--cm-green);
    background-color: var(--cm-purple);
    background-color: var(--cm-yellow);
    background-color: var(--cm-red);
    border-radius: 1rem;
    bottom: 3vh;
    bottom: 17.5rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: 'Kiwi Maru', serif;
    font-size: 2rem;
    font-weight: 100;
    height: 6rem;
    justify-content: center;
    left: 3vw;
    opacity: .9;
    position: fixed;
    text-align: center;
    width: 6rem;
  }

  .board-ic:hover {
    opacity: .8;
  }

  .board-ic::before {
    border: #fff solid 2px;
    border-radius: .8rem;
    content: '';
    height: 90%;
    position: absolute;
    width: 90%;
  }

  .board-ic::after {
    /* content: "\e85d"; */
    display: block;
    font-family: 'Material Symbols Outlined';
    font-size: 2rem;  
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;  
    line-height: 1;
    text-indent: 0;
    vertical-align: text-bottom;
  }

  .modal-window {
    display: none;
  }

  .modal-cont {
    align-items: center;
    background-color: rgba(255,255,255,.8);
    color: #fff;
    /* display: none; */
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }

  .modal-board {
    background-color: var(--cm-blue);
    background-color: var(--cm-green);
    background-color: var(--cm-purple);
    background-color: var(--cm-yellow);
    background-color: var(--cm-red);
    border-radius: 1rem;
    margin: auto;
    opacity: .9;
    padding: 3rem 6vw;
    position: relative;
    width: 90vw;
  }

  .modal-board::before {
    border: #fff solid 2px;
    border-radius: .8rem;
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    height: calc(100% - 8px);
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 8px);;
  }

  .modal-board-heading {
    font-family: 'Kiwi Maru', serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 3.5rem;
    text-align: center;
  }

  .modal-board-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 3.5rem;
    text-align: center;
  }

  .modal-board-para {
   line-height: 1.5;
  }

  .modal-board-para + .modal-board-para {
    margin-top: 3rem;
  }

  .modal-board-item {
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -10px;
  }

  .modal-board-item +  .modal-board-item {
    margin-top: .5rem;
  }

  .modal-board-item::before {
    content: '\30FB';
    display: inline-block;
    margin-right: .2rem;
  }

  .modal-board-link {
    color: #fff;
    cursor: pointer;
    position: relative; /* to link activate */
  }

  .modal-board-link:hover {
    color: #fff;
    opacity: .8;
  }

  .modal-board-date {
    margin-bottom: 3rem;
    text-align: right;
  }

  .modal-close {
    cursor: pointer;
    display: block;
    height: 30px;
    margin: auto;
    position: relative;
    width: 30px;
  }

  .modal-close:hover {
    opacity: .8;
  }

  .modal-close::before,
  .modal-close::after {
    background: #fff;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2px;
  }
   
  .modal-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
   
  .modal-close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  
  #footer {
    background-color: var(--chsh-red);
    box-shadow: none; /* reset */
    color: #fff;
  }
}


/*** SP BP ***/
@media screen and (min-width: 375px) {
}


/*** SP BP ***/
@media screen and (min-width: 480px) {
  a.header-link-book, 
  a.header-link-donate {
    /* margin-right: 2rem; */
    width: 100%;
  }

  .lead-para-note {
    text-align: center;
  }

  .next-para.para-note {
    text-align: center;
  }
}

/*** TB ***/
@media screen and (min-width: 640px) {
  header {
  }

  #headerArea {
    gap: 2rem;
    grid-template-columns: 17.5rem 17.5rem 17.5rem 1fr; 
    grid-template-rows: 5rem; 
  }

  #h1logo {
    grid-column: 1 / 2;
    justify-self: start;
    position: relative; /* reset */
  }

  .logo-img {
    height: 5rem;
  }

  #gnav-head {
    display: block; /* override */
  }

  #gnav-body {
    background-color: #fff;
    border-top: var(--chsh-red) solid .2rem;
    display: none;
    height: calc(100vh - 6.5rem);
    left: 0;
    margin-top: 1rem;
    padding-top: 4rem;
    position: absolute;
    top: 6.5rem;
    top: 6rem;
    width: 100vw;
    width: calc(100vw - calc(100vw - 100%));
  }

  .gnav-list {
    align-content: stretch;
    display: grid;
    gap: 2rem 3rem;
    grid-template-columns: repeat(3, 17.5rem); 
    justify-content: center;
    width: 100%; /* reset */
  }

  .gnav-item {
    height: 5rem;
    width: 100%;
  }

  .gnav-item + .gnav-item {
    margin-top: 0;
  }

  .gnav-link {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    width: 100%;
  }

  .gnav-link:hover {
    background-color: #efceba;
    color: var(--chsh-red);
  }

  .header-linkArea {
    grid-gap: 2rem;
    height: auto; /* reset */
    margin: auto;
    width: fit-content;
  }

  .header-linkAction {
    gap: 1.5rem;
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }

  a[class^="header-link-"] {
    cursor: pointer;
    height: 5rem;
  }

  a.header-link-book {
    height: 5rem;
  }

  a.header-link-donate {
    height: 5rem;
  }

  .book-para {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }

  .header-clubArea {
    justify-self: center;
  }

  .link-club {
    display: block; /* override */
    height: 8rem;
  }
  
  .link-club-sm {
    display: none; /* override */
  }

  a.header-link-club {
    height: 10rem;
  }

  a.header-link-note {
    width: 17.5rem;
  }

  .note-img {
    height: 1.5rem;
    margin-right: .5rem;
    width: auto;
  }

  .note-para {
    font-size: 1.3rem;
    letter-spacing: -1px;
    line-height: 1.2;
  }

  a.header-link-line {
    width: 17.5rem;
  }

  .line-img {
    height: 3rem;
    margin-right: .8rem;
    width: auto;
  }

  .line-para {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .header-contactArea {
    margin-left: auto;
    margin-right: auto;
    width: 17.5rem;
  }

  .header-webform {
    font-size: 1.4rem;
    line-height: 5rem;
    margin-bottom: .5rem;
  }

  .header-tel {
    font-size: 1.3rem;
  }

  .header-webform:hover {
    background: var(--chsh-red);
    border-color: var(--chsh-red);
    color: #fff;
    opacity: 1;
  }

  #cont-chshTop {
    padding-top: 0; /* header height overwrite */
  }

  #cont-kv {
    padding-top: 2rem;
    width: min(90%, 70rem);
  }

  .main-block + .main-block {
    margin-top: 5rem;
  }

  .lead-figure {
    margin-bottom: 2rem;
  }

  .voice-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .voice-item {
    width: 30%;
  }

  .voice-item + .voice-item {
    margin-left: 2rem;
    margin-top: 0; /* reset */
  }

  .voice-para {
    line-height: 1.8;
  }

  .voice-figure {
    height: 200px;
    justify-content: flex-end;
  }

  .main-block {
    width: min(90%, 700px);
  }

  .lead-para {
    text-align: center;
  }

  .next-contArea {
    column-gap: 1rem;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-template-rows: auto auto auto;
    padding: 0; /* reset */
  }

  .next-bg {
    aspect-ratio: 1/1;
    height: calc(25.2vw + 23px);
    width: auto;
  }

  .next-para {
    font-size: 2rem;
  }

  .next-para.para-note {
  }

  .next-para-note {
    line-height: 1.4;
  }

  #next-date {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
  }

  .date-bg {
    padding: 4rem 0;
  }

  .date-para {
  }

  #next-where {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }

  .where-para-name {
    margin-bottom: 0; /* reset */
  }

  .where-para rb {
    font-size: 2.2rem;
  }

  .where-para-address {
    font-size: 1.8rem;
  }

  #next-who {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }

  .who-para-note {
    font-size: 1.8rem;
    font-size: 1.6rem;
  }

  #next-price {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
  }

  #next-how {
    grid-row: 3 / 4;
    grid-column: 1 / 4;
  }

  .how-list {
    flex-direction: row;
    gap: 1.5rem;
  }

  .how-item {
    width: 50%;
  }

  .next-bg.bento-bg,
  .next-bg.haifu-bg {
    height: 15rem;
    width: 100%;
  }

  .how-bg {
    background-size: 18% auto, 18% auto;
    width: auto; /* reset */
  }

  .next-para-note-bento {
    text-align: start;
  }

  .how-bg-line {
    /* background-position-x: calc(46.9vw - 20rem); */
  }

  .how-bg:hover,
  .how-bg-line:hover {
    opacity: .7;
  }

  .announce-list {
    gap: 3rem 1rem;
    grid-template-columns: repeat(3, 1fr);
  } 

  .announce-item-1col {
    grid-column: 1 / 4;
    
    .announce-img {
      width: 100%;
    }

    .announce-img.img-vertical {
      width: min(100%, 30rem);
      width: 50%;
    }
  }
  
  .support-item {
    padding: 2.5rem 3vw;
  }

  .support-dlist {
    margin-bottom: 3rem;
  }

  .support-desc + .support-desc {
    margin-top: 2rem;
  }

  .support-present {
    align-items: start;
    flex-direction: row-reverse;
    gap: 2rem;
    padding: 2rem;

    .support-present-img {
      width: 10rem;
    }

    .support-present-para {
      flex: 1;
    }
  }

  #blockAbout {
    width: min(100%, 600px);
  }

  .about-list {
    padding: 2.5rem 0.5rem;
  }

  .about-term {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 0;
    vertical-align: top;
    width: 4em;
  }

  .about-desc {
    display: inline-block;
    line-height: 1.5;
    padding-left: 1.5em;
    vertical-align: top;
    width: calc(100% - 5.5em);
  }

  .board-ic {
    bottom: 3vh;
    left: 17.5rem;
  }

  .modal-board {
    padding: 3rem;
  }
}

/** SP BP **/
@media screen and (min-width: 768px) {
  .header-linkArea {
    gap: 3rem;
  }

  a.header-link-book {
  }

  .book-para {
    font-size: 1.5rem;
  }

  a.header-link-book::before {
    margin-right: .5rem;
  }

  .note-img {
    height: 2rem;
  }

  .note-para {
    font-size: 1.5rem;
  }

  .line-img {
    height: 3rem;
    height: 2.5rem;
    margin-right: 1.25rem; /* 50% of width */
  }

  .bento-bg + .next-para-note {
    margin-top: 1rem;
  }

  .how-block + .how-block {
  }

  .how-bg {
    background-size: 25% auto, 25% auto;
    /* grid-column: 1 / 2; */
  }

  .how-bg-line {
    /* background-position-x: 2rem; */
    grid-column: 2 / 3;
  }

  .how-link {
    height: 15rem;
    padding: 5rem 0;
  }

  .announce-list {
    gap: 4rem 2rem;
  }

  .announce-item-1col {
    .announce-img {
      width: min(100%, 60rem);
    }  
  }

  .support-present {
    gap: 3rem;
  }

  .board-ic {
    height: 7rem;
    width: 7rem;
  }

  .modal-board {
    padding: 4rem 4.5rem 3rem;
    width: min(85vw, 80rem);
  }

  .modal-board::before {
    border-width: 3px;
    border-radius: 0.9rem;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
  }

  .modal-board-date {
    margin-bottom: 2rem;
  }
}

/** TB tblg **/
@media screen and (min-width: 800px) {
  header {
  }

  #headerArea {
    gap: 3rem;
  }
  
  .gnav-link {
    letter-spacing: -1px;
    line-height: 1.8;
  }

  /* .header-linkArea {
    grid-gap: 0 1.5rem;
  }

  a.header-link-book {
  }

  a.header-link-note {
    width: 9.5rem;
    width: 11rem;
    width: calc(9.38vw + 2rem);
  }

  .note-img {
    height: 2rem;
    height: 3.5rem;
    height: calc(9.38vw - 5.5rem);
    margin-right: .5rem;
  }

  .note-para {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }

  a.header-link-line {
    width: 11rem;
    width: 12rem;
    width: calc(6.25vw + 6rem);
  } */

  .line-img {
    height: 3rem;
    height: 4rem;
    height: calc(6.25vw - 2rem);
    margin-right: .5rem;
  }

  .line-para {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .next-bg {
    height: 22rem;
  }

  .header-contactArea {
  }

  .header-webform {
    font-size: 1.6rem;
  }

  .header-tel {
    font-size: 1.3rem;
    font-size: 1.6rem;
    font-size: calc(1.88vw - .2rem);
  }

  #cont-chshTop {
  }

  .board-ic {
    transition: transform .5s ease;
    transform-origin: bottom left;
  }

  .board-ic:hover {
    transform: scale(1.4);
  }
}

/*** PC ***/
@media screen and (min-width: 960px) {
  header {
    /* height: 15rem; */
  }

  #headerArea {
    display: block; /* reset */
  }

  #h1logo {
    position: absolute;
  }

  .logo-img {
    height: 6rem;
  }

  #gnav {
    justify-self: auto; /* reset */
  }

  #gnav-head {
    display: none;
  }

  #gnav-body {
    background-color: transparent;
    border-top: none; /* reset */
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    margin-top: 0; /* reset */
    overflow-y: visible; /* reset */
    padding-bottom: 0; /* reset */
    padding-top: 0; /* reset */
    position: static;
    width: auto;

    left: auto; /* reset */
    position: relative;
    right: auto; /* reset */
    top: 0; /* reset */
  }
  
  .gnav-list {
    gap: 1rem;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    margin-bottom: 0; /* reset */
    width: 100%;
  }

  .gnav-item {
    height: auto;
  }

  .gnav-link {
    letter-spacing: -.2rem;
    font-size: 1.6rem;
  }

  .header-linkAction {
    gap: .8rem;
    left: 250px;
    left: 270px;
    left: calc(6.25vw + 19rem);
    position: absolute;
  }

  a[class^="header-link-"] {
    height: 100%;
  }

  a.header-link-book,
  a.header-link-donate {
    height: 6rem;
    width: 120px;
    width: 200px;
    width: calc(25vw - 12rem);
  }

  a.header-link-book::before {
    margin-right: 0; /* reset */
  }

  a.header-link-donate {
  }

  .book-para {
    font-size: 1.6rem;
    /* letter-spacing: .5px; */
  }

  .header-linkArea {
    gap: .8rem;
    grid-template-columns: auto;
    grid-template-rows: 6rem;
    height: auto; /* override */
    margin-bottom: 1.5rem;
    margin-right: 0;
    width: auto;
  }

  .header-clubArea {
    grid-column: 1 / 2;
  }

  .link-club {
    display: none;
  }

  .link-club-sm {
    display: block;
    height: 6rem;
    padding: 0; /* reset */
  }

  a.header-link-note {
    flex-direction: column;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 9rem;
    width: 14rem;
    width: calc(15.6vw - 6rem);
    width: 6rem;
  }

  .note-img {
    height: 2.5rem;
    margin-bottom: .8rem;
    margin-right: .8rem;
    margin-right: 0;
  }

  .note-para {
    font-size: 1.3rem;
    letter-spacing: 0; /* reset */
    line-height: 1.2;
  }

  a.header-link-line {
    flex-direction: column;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    width: 11.5rem;
    width: 17rem;
    width: calc(17.2rem - 5rem);
    width: 6rem;

  }

  .line-img {
    height: 4rem;
    height: 3.2rem;
    height: 2.5rem;
    margin-bottom: .3rem;
    margin-right: 1rem;
    margin-right: 1.6rem;
    margin-right: 0;
  }

  .line-para {
    font-size: 1.5rem;
    font-size: 1.2rem;
    font-size: 1.1rem;
    letter-spacing: 0; /* override */
    line-height: 1.2;
    text-align: center;
  }

  .header-contactArea {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    width: 13rem;
    width: 160px;
  }
  
  .header-webform {
    line-height: 1.5;
    margin-bottom: 0;
  }

  .header-tel {
    font-size: 1.5rem;
    letter-spacing: -.05rem;
    line-height: 1.4;
  }

  .main-block {
    width: min(90%, 1000px);
  }

  .main-block + .main-block {
    margin-top: 8rem;
  }

  #cont-chshTop {
    padding-bottom: 12rem; /* overwrite */
  }

  #cont-kv {
    padding-top: 3rem;
    width: min(90%, 700px);
  }

  .block-heading {
    font-size: 3rem;
    letter-spacing: 1px;
    margin-bottom: 4rem;
  }

  .block-subheading {
    font-size: 2.6rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
  }

  .block-para {
    font-size: 2rem;
  }

  .lead-block + .lead-block {
    margin-top: 8rem;
  }

  .lead-figure {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .voice-item + .voice-item {
    margin-left: 0; /* reset */
  }

  .voice-para {
    font-size: 1.8rem;
  }

  .next-contArea {
    column-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .next-bg {
    height: calc(14.1vw + 133px);
  }

  .next-para {
    font-size: 2.8rem;
  }

  .next-para.para-note {
    font-size: 2.5rem;
  }

  .date-bg {
    border-radius: 3rem;
    padding: 7rem 0;
  }

  .where-para rb {
    font-size: 3rem;
  }
  
  .next-para-note {
    font-size: 1.8rem;
  }

  .where-para-name {
    margin-bottom: 5px;
  }

  .where-para-address {
    font-size: 2.5rem;
  }

  .who-para-note {
    font-size: 2.4rem;
    font-size: 2rem;
  }

  #next-how {
    grid-gap: 0; /* reset */
  }

  .next-bg.bento-bg,
  .next-bg.haifu-bg {
    height: 20rem;
  }

  .bento-bg,
  .haifu-bg {
    background-size: 11rem auto;
  }

  .next-para-note-bento {
    margin-top: .5rem;
  }

  .how-link {
    /* height: 20rem; */
  }

  .how-para {
    /* font-size: 3rem; */
  }

  .how-bg {
    /* background-size: 20rem auto, 20rem auto; */
  }

  .how-bg-line {
    /* background-position-x: calc(9.38vw - 7rem);  */
  }

  .news-list {
    font-size: 2rem;
  }

  .news-list + .news-list {
    margin-top: 3rem;
  }

  .report-block + .report-block {
    margin-top: 6rem;
  }

  .announce-list {
    gap: 4rem 3rem;
  }

  .announce-item-1col {
    .announce-img {
      width: min(100%, 70rem);
    }  
    .announce-img.img-vertical {
      width: 35rem;
    }

  }
  
  #blockSupport {
    padding: 4rem 2rem 5rem;
  }

  .support-para {
    margin-bottom: 5rem;
  }

  .support-item {
    font-size: 2rem;
  }

  .support-item + .support-item {
    margin-top: 5rem;
  }

  .support-item-heading {
    font-size: 2rem;
  }

  .support-present {
    .support-present-img {
        width: 12rem;
    }
  }

  #blockAbout {
    width: min(80%, 900px);
  }

  .about-list {
    font-size: 2rem;    
  }

  .about-term {
    width: 7em;
  }

  .about-desc {
    width: calc(100% - 7.5em);
  }

  .about-desc .link-pdf-af::after {
    height: 2rem;
    width: 2rem;
  }

  .board-ic {
    left: calc(3vw + 15rem);
  }

  .modal-board {
    padding: 5rem 5rem 4rem;
  }

  .modal-board-heading {
    font-size: 3rem;
  }

  .modal-board-title {
    font-size: 2.5rem;
  }

  .modal-board-para {
    font-size: 2rem;
    line-height: 1.8;
  }

  .modal-board-date {
    font-size: 2rem;
  }
}


/** PC pclg **/
@media screen and (min-width: 1280px) {
  .logo-img {
    height: 7rem;
  }

  .gnav-list {
    gap: 0; /* reset */
    grid-template-columns: repeat(5, 22.5rem);
    width: 120rem;
  }

  .gnav-link {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    letter-spacing: 0;
  }

  .header-linkAction {
    left: 30rem;
    gap: min(.7vw, 1.5rem);
  }

  a.header-link-book,
  a.header-link-donate {
    height: 7rem;
    width: 20rem;
  }

  .book-para {
    font-size: 2.2rem;
    letter-spacing: .5px;
  }

  a.header-link-donate::before,
  a.header-link-book::before {
    font-size: 2.5rem;
  }

  .header-linkArea {
    gap: min(.7vw, 1.5rem);
    grid-template-rows: 7rem;
  }

  .link-club {
    display: block;
    height: 7rem;
  }

  .link-club-sm {
    display: none;
  }

  a.header-link-note {
    /* width: 14rem; */
  }

  .note-img {
    height: 3rem;
  }

  .note-para {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }

  a.header-link-line {
    /* width: 17rem; */
  }

  .line-img {
    height: 3rem;
    /* margin-right: 2rem; */
    /* 50% of width */
  }

  .line-para {
    font-size: 1.5rem;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .header-webform {
    line-height: 2;
  }

  #cont-kv {
    padding-top: 5rem;
    width: 1000px;
  }

  .main-block {
    width: 1000px;
  }

  .lead-img {
    width: 300px;
  }

  .voice-para {
    width: 300px;
  }

  .next-contArea {
    column-gap: 5rem;
    grid-template-columns: 300px 300px 300px;
  }

  .next-bg {
    height: 300px;
  }

  .bento-bg,
  .haifu-bg {
    background-size: 13rem auto;
  }

  .next-para {
    font-size: 3rem;
  }

  .next-para.para-note {
    font-size: 2.7rem;
  }

  .who-para-note {
    font-size: 2.6rem;
    font-size: 2rem;
  }


  .how-bg-line {
    /* background-position-x: 5rem; */
  }
   

  #blockSupport {
    padding: 4rem 8rem 5rem;
  }

  #blockAbout {
    width: 840px;
  }
}

/*****************/
/***   Print   ***/
/*****************/
@media print {


}
