.pc{display: block;}
.sp{display: none;}
#jtg-840 .modula-items .figc p.description {
  color: #000000!important;
  text-align: center;
  font-size: 30px!important;
  bottom: 0px;
  width: 100%;
  margin: auto;
  left: 0;
  border-radius: 0;
}
/* main{
    margin-top: 100px;
  } */
  .sub-mv-wrap{
    margin-bottom: 50px;
  }
  .g-wrap{
        max-width: 1200px;
        margin: 50px auto;
        width: 100%;
  }
  .g-wrap h2{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
    letter-spacing: 2px;
  }
  .title {
    padding: .5em 3.5em;
    border: 2px solid #000000;
    box-shadow: 5px 5px #000000;
    color: #000000;
    width: fit-content;
    width: 100px;
    text-align: center;
}

  .g-mv{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
  }
  #gallery-page p{
    font-size: 1.3rem;
    line-height: 35px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 30px auto 50px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .g-mv img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
  .g-mv .reverse{
    flex-direction: row-reverse;
  }
  
  .g-mv .column{
    width: 48%;
  }
  
  /*右側へ要素を広げる（2カラム）*/
  .column-outside-right{
      flex: 1;
      margin-right: calc(50% - 50vw);
      margin-left: 4%;
  }
  
  
  /*右側へ要素を広げる（1カラム）*/
  .g-mv .outside-right{
    margin-right: calc(50% - 50vw);
    width: 100vw;
    position: relative;
    opacity: 1;
  }
  .g-mv .outside-right::before{
    content: "";
    position: absolute;
    background-image: url(../img/collina.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    width: 300px;
    height: 300px;
    left: -150px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffffab;
    border-radius: 210px;
  }
  
  /*左側へ要素を広げる（1カラム）*/
  .g-mv .outside-left{
    margin-left: calc(50% - 50vw);
    width: 100vw;
    position: relative;
    opacity: 1;
  }
  .g-mv .outside-left::before{
    content: "";
    position: absolute;
    background-image: url(../img/taiyo.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    width: 300px;
    height: 300px;
    right: -150px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffffab;
    border-radius: 210px;
  }
  .g-mv.active .outside-right{
    animation: clipPath 2.5s cubic-bezier(0, 1.55, 1, 1) 0s 1 forwards;
  }
  .g-mv.active .outside-left{
    animation: clipPath2 2.5s cubic-bezier(0, 1.55, 1, 1) 0s 1 forwards;
  }
  .caption-r{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    display: inline-table;
  }
  .caption-r li{
    background-color: #ffffffe8;
    padding: 20px 50px;
    line-height: 30px;
    margin: 20px 0 20px auto;
    width: max-content;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .caption-l{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    display: inline-table;
  }
  .caption-l li{
    background-color: #ffffffe8;
    padding: 20px 50px;
    line-height: 30px;
    margin: 20px auto 20px 0;
    width: max-content;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  @keyframes clipPath {
    0% {
      opacity: 0;
      clip-path: circle(0 at right -50%); /* 右上に円の中心点を配置 */
    }
    100% {
      opacity: 1;
      clip-path: circle(80% at center center); /* 右上に円の中心点を配置 */
    }
  }
  @keyframes clipPath2 {
    0% {
      opacity: 0;
      clip-path: circle(0 at left -50%);
    }
    100% {
      opacity: 1;
      clip-path: circle(80% at center center);
    }
  }
  .space-icon{
    display: inline-block;
    padding-left: 16px;
    position: relative;
  }
  .space-icon:before{
    content: "※";
    position: absolute;
    left: 0;
  }
  .space{
    display: inline-block;
    padding-left: 16px;
  }
  @media screen and (max-width:1150px) {
    .pc{display: none;}
    .sp{display: block;}
    .g-wrap{
      width: 95%;
    }
    .g-mv .outside-right::before{
        left: 10px;
        width: 110px;
        height: 110px;
      }
    .g-mv .outside-left::before{
        right: 10px;
        width: 110px;
        height: 110px;
      }
      #gallery-page p {
        font-size: 1.1rem;
        line-height: 30px;
      }
      .caption-r,
      .caption-l{
        margin-bottom: 0;
      }
      .caption-r li,
      .caption-l li{
        margin: 0;
        padding: 15px;
        font-size: 0.8rem;
      }
  }

  #gallery-page .about_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    margin-top: 18px;
    padding: 13px 32px;
    border: 1px solid #9b927c;
    color: #6f6858;
    background: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-decoration: none;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

#gallery-page .about_btn::after {
    content: "→";
    margin-left: 14px;
    font-size: 15px;
    transition: transform 0.3s ease;
}

#gallery-page .about_btn:hover {
    color: #fff;
    background: #9b927c;
    transform: translateY(-2px);
}

#gallery-page .about_btn:hover::after {
    transform: translateX(4px);
}

@media screen and (max-width: 767px) {
    #gallery-page .about_btn {
        min-width: 160px;
        margin-top: 14px;
        padding: 12px 24px;
        font-size: 13px;
    }
}