*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
body{
  position: relative;
  height: 100%;
  background: #f4f4f4;
}
.wrapper{
  position: absolute;
  bottom:0;
  width: 100%;
  height: 100%;
}
header,section,footer{
  background: #fff;
}
/* header・・・・・・・・・・・・・・・・・ */
header{
  position: relative;
  padding: 4vw;
  height: 10vh;
  border-bottom: 1px solid #f4f4f4;
}
header .logo_area p{
  width: 6.5vw;
}
header .logo_area img{
  width: 100%;
}
header .logo_area h1{
}
header .logo_area h1 img{
  width: 50vw;
  margin: auto;
  max-width: 640px;
}
/* main-area・・・・・・・・・・・・・・・・・ */
section{
  margin: auto 0;
  padding: 54px 0 12vw 0;
}
section img{
  width: 60vw;
  max-width: 400px;
  min-width: 240px;
  height: auto;
  margin: 0 auto 54px;
}
section h1{
  max-width: 400px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto 20px;
}
section p{
  max-width: 400px;
  text-align: center;
  color: #1b1b1b;
  font-size: .9rem;
  font-family: 'Hiragino Sans','system-ui',-apple-system,sans-serif;
  line-height: 1.8;
  font-weight: 300;
  margin: 0 auto 20px;
}
/* list・・・・・・・・・・・・・・・・・・・ */
section .photo_area{
  width: 90vw;
  margin: 0 auto 3vh;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
section .photo_area img{
  width: 100%;
  min-width: inherit;
  margin-bottom: 0;
}
section .photo_area p{
  margin-top: 0.3rem;
  letter-spacing: 0.08rem;
  font-weight: 300;
  font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
section .photo_area span{
  margin-left: 1rem;
}
/* footer・・・・・・・・・・・・・・・・・・ */
footer{
  height: calc( 95.797px + 12vw );
  padding: 8vw 0 4vw 0;
  text-align: center;
  font-size: .8125rem;
  background: #f4f4f4;
}
footer .share{
  margin-bottom: 2vh;
  font-size: 12px;
  font-weight: bold;
  font-family: '游ゴシック', "Yu Gothic", '游ゴシック体', 'YuGothic', "Hiragino Kaku Gothic ProN", 'メイリオ', 'Meiryo', sans-serif;
}
footer .sns{
  display: flex;
  justify-content: center;
  margin-bottom: 5vh;
}
footer .sns a img{
  width: 40px;
  margin: 0 3vw;
}
footer .copyright{
  padding-bottom: 2vh;
  font-size: .8125rem;
  font-family: 'Hiragino Sans',system-ui,-apple-system,sans-serif;
  font-weight: 300;
}
/* pagenation・・・・・・・・・・・・・・ */
.pagination-container{
  max-width: 700px;
  margin: 20px auto 0;
  overflow: hidden;
}
.pagination-container .pagination{
  padding: 0;
  text-align: center;
}
.pagination-container ul{
  list-style: none;
}
.pagination-container li{
  display: inline-block;
  margin: 0 10px;
  margin: 0 2vw 7vw;
  margin: 20px 2vw 0;
}
.pagination-container li:last-child{
  margin-bottom: 0;
}
.pagination-container a{
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  background: #f4f4f4;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  font-family: '游ゴシック', "Yu Gothic", '游ゴシック体', 'YuGothic', "Hiragino Kaku Gothic ProN", 'メイリオ', 'Meiryo', sans-serif;
  text-decoration: none;
}
.pagination-container .navi-active a{
  background: #000;
  color: #fff;
}

@media screen and (min-width:1000px){
  body, .wrapper{
    height: 100vh;
  }
  header{
    padding: 20px;

  }
  header .logo_area{
    max-width: 1000px;
    margin: auto;
  }
  header .logo_area p{
    width: 40px;
  }
  header .logo_area img{
    max-width: 640px;
    margin-right: 0;
  }
  section{
    padding-bottom: 40px;
    padding: 10vh 0 12vw 0;
    padding: 10vh 0 10vh 0;
  }
  section p{
    font-size: 13px;
  }
  section .photo_area{
    width: 70%;
    grid-template-columns: repeat(4,1fr);
  }
  section .photo_area a:hover{
    opacity: 0.7;
    transition: 0.6s;
  }
  footer{
    height: auto;
    padding: 40px 0 20px 0;
  }
  footer .sns a img{
    margin: 0 1vw;
  }
  /* pagenation・・・・・・・・・・・・・・ */
  .pagination-container{
    margin: 0 auto;
  }
  .pagination-container li{
    margin: 20px 10px 0;
  }
  .pagination-container a:hover{
    opacity: 0.5;
    transition: 0.6s;
  }
}
