@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  padding: 200px 0 220px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 120px 0 100px 0;
  }
}
#section01 h1 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 60px;
  margin-bottom: 3em;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 9vw;
    margin-bottom: 1em;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}
#section01 ul.categolist {
  width: 90%;
  margin: 0 auto 90px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section01 ul.categolist {
    width: 100%;
    margin: 0 auto 40px auto;
    justify-content: center;
  }
}
@media screen and (max-width:800px) {
  #section01 ul.categolist li {
    font-size: 3vw;
    display: inline-block;
    text-align: center;
    display: block;
    margin-right: 1em;
    margin-left: 1em;
  }
}
#section01 ul.categolist li a {
  display: flex;
  height: 30px;
  padding: 0 1.5em;
  color: #464a4c;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section01 ul.categolist li a {
    padding: 0.2em 0em;
    display: block;
    width: 100%;
    height: auto;
  }
}
#section01 ul.categolist li a span {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 100%;
  display: block;
}
@media screen and (max-width:800px) {
  #section01 ul.categolist li a span {
    padding: 0 0em;
    display: inline-block;
    width: auto;
  }
}
#section01 ul.categolist li a span::before {
  content: "";
  background-color: #464a4c;
  bottom: -5px;
  display: block;
  height: 1px;
  opacity: 1;
  position: absolute;
  right: 1px;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
#section01 ul.categolist li a span.active::before {
  transform: scaleX(1);
  transform-origin: left center;
}
#section01 ul.categolist li a:hover span::before {
  transform: scaleX(1);
  transform-origin: left center;
}
@media screen and (max-width:800px) {
  #section01 ul.categolist li a:hover span::before {
    transform: scaleX(0);
  }
}
#section01 ul.list_contents {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01 ul.list_contents li {
  width: 47.3%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section01 ul.list_contents li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:800px) {
  #section01 ul.list_contents li {
    width: 100%;
    margin-bottom: 0.9em;
  }
}
#section01 ul.list_contents li a {
  display: block;
  position: relative;
}
#section01 ul.list_contents li a:hover .mask {
  opacity: 1;
}
@media screen and (max-width:1100px) {
  #section01 ul.list_contents li a:hover .mask {
    opacity: 0;
  }
}
#section01 ul.list_contents li a:hover h3 {
  opacity: 1;
}
#section01 ul.list_contents li a figure {
  position: relative;
}
#section01 ul.list_contents li a figure .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease-out 0.01s;
  z-index: 20;
}
#section01 ul.list_contents li a h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-out 0.01s;
  z-index: 30;
}
@media screen and (max-width:1100px) {
  #section01 ul.list_contents li a h3 {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    color: #000;
    text-align: left;
    opacity: 1;
    padding-top: 0.5em;
  }
}
#section01 ul.list_contents li a h3 .years {
  line-height: 140%;
  padding-top: 0.5em;
}
@media screen and (max-width:1100px) {
  #section01 ul.list_contents li a h3 .years {
    padding-top: 0em;
  }
}
#section01 ul.list_contents li a h3 .text {
  line-height: 140%;
}
#section01 .more_botan {
  text-align: right;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width:800px) {
  #section01 .more_botan {
    text-align: center;
  }
}
#section01 .more_botan a {
  color: #000;
  display: inline-block;
  padding-bottom: 5px;
}
#section01 .more_botan a span::after {
  content: "";
  background-color: #000;
  bottom: -5px;
  display: block;
  height: 1px;
  opacity: 1;
  position: absolute;
  right: 1px;
  width: 100%;
  opacity: 0.2;
}
#section01 .pages {
  text-align: center;
}

/**********************/
.pagination {
  width: 100%;
  margin: 0px auto 0px auto;
  text-align: center;
}
@media screen and (max-width:800px) {
  .pagination {
    width: 110%;
    margin: 0px auto 0px -5%;
  }
}

.pagination {
  /*
  .dots{
    background-color:transparent !important;
    vertical-align: 4px;
    padding: 8px 0px 6px 0px !important;
       color:$color01 !important;
    &:hover{
  	color:$color01 !important;
    }
  }
     */
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 8px 12px 8px 12px;
  margin: 0 5px;
  line-height: 100%;
  transition: all 0.4s ease-out;
  text-decoration: none !important;
  color: #464a4c;
  font-size: 20px;
}
@media screen and (max-width:800px) {
  .pagination a, .pagination span {
    padding: 8px 10px 6px 10px;
    font-size: 3vw;
    margin: 0 4px;
  }
}
.pagination a.current, .pagination span.current {
  color: #85bab7;
}
.pagination a.current:hover, .pagination span.current:hover {
  opacity: 1;
}
.pagination a:hover, .pagination span:hover {
  opacity: 0.6;
}
.pagination .prev {
  background-color: transparent !important;
  border: 0px solid #000;
  color: #85bab7 !important;
}
.pagination .prev:hover {
  color: #85bab7 !important;
}
.pagination .next {
  background-color: transparent !important;
  border: 0px solid #000;
  color: #85bab7 !important;
}
.pagination .next:hover {
  color: #85bab7 !important;
}

#section01_page {
  width: 100%;
  padding: 380px 0 150px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01_page {
    padding: 150px 0 70px 0;
  }
}
#section01_page .section_main {
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
}
#section01_page .section_main h1 {
  /*font-weight: 500;*/
  width: 100%;
  text-align: right;
}
#section01_page .section_main .days {
  font-family: "Barlow", sans-serif;
  width: 100%;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section01_page .section_main .days {
    margin-bottom: 30px;
  }
}
#section01_page .section_main figure {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section01_page .section_main figure {
    margin-bottom: 50px;
  }
}
#section01_page .section_main .prevnextbox {
  width: 100%;
  border-top: 1px solid #464a4c;
  padding-top: 24px;
}
@media screen and (max-width:800px) {
  #section01_page .section_main .prevnextbox {
    padding-top: 15px;
  }
}
#section01_page .section_main .prevnextbox a, #section01_page .section_main .prevnextbox span {
  display: inline-block;
}

#section02_page {
  width: 100%;
  padding: 0px 0 150px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02_page {
    padding: 0px 0 70px 0;
  }
}
#section02_page #wysiwyg {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 160%;
  font-size: 16px;
}
#section02_page #wysiwyg .imgboxtype01 {
  width: 75%;
  max-width: 860px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg .imgboxtype01 {
    width: 75%;
    margin: 0 auto 50px auto;
  }
}
#section02_page #wysiwyg .imgboxtype02 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg .imgboxtype02 {
    margin: 0 auto 50px auto;
  }
}
#section02_page #wysiwyg .imgtate01 {
  width: 75%;
  max-width: 860px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg .imgtate01 {
    width: 75%;
    margin: 0 auto 50px auto;
  }
}
#section02_page #wysiwyg .imgwide01 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg .imgwide01 {
    margin: 0 auto 50px auto;
  }
}
#section02_page #wysiwyg img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#section02_page #wysiwyg h1 {
  font-size: 30px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg h1 {
    font-size: 4.8vw;
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
#section02_page #wysiwyg h2 {
  font-size: 26px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg h2 {
    font-size: 4vw;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
}
#section02_page #wysiwyg h3 {
  font-size: 22px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg h3 {
    font-size: 3.8vw;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
}
#section02_page #wysiwyg h4 {
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg h4 {
    font-size: 3.6vw;
    line-height: 160%;
  }
}
#section02_page #wysiwyg h5 {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg h5 {
    font-size: 3.4vw;
    line-height: 160%;
  }
}
#section02_page #wysiwyg h6 {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02_page #wysiwyg h6 {
    font-size: 3.4vw;
    line-height: 160%;
  }
}/*# sourceMappingURL=works.css.map */