@charset "UTF-8";
/* 定義 animation */
/* contents */
@media (max-width: 750px) {
  html {
    height: -webkit-fill-available;
  }
}

@media (max-width: 750px) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

@media (min-width: 751px) {
  header {
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  header.shrink {
    transform: translateY(0);
  }
}

/* #top-main */
#top-main {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 750px) {
  #top-main {
    padding-bottom: 8vh;
    height: 80vh;
    min-height: 80vh;
  }
}
#top-main .top-main-bg-color {
  position: relative;
  z-index: 1;
}
#top-main .top-main-bg-color li {
  width: 100%;
  height: 100vh;
  position: relative;
}
#top-main .top-main-bg-color li img {
  max-width: none;
  width: 100%;
  height: 100vh;
}
#top-main .top-main-bg-color li:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  left: 0;
}
#top-main .top-main-bg-wood {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
}
#top-main .top-main-bg-wood li {
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
#top-main .top-main-bg-wood li:nth-child(1) {
  left: 0;
  text-align: left;
}
#top-main .top-main-bg-wood li:nth-child(1) img {
  left: 0;
}
@media (max-width: 750px) {
  #top-main .top-main-bg-wood li:nth-child(1) img {
    transform: translate(-50%, 0);
  }
}
#top-main .top-main-bg-wood li:nth-child(2) {
  right: 0;
  text-align: right;
}
#top-main .top-main-bg-wood li:nth-child(2) img {
  right: 0;
}
@media (max-width: 750px) {
  #top-main .top-main-bg-wood li:nth-child(2) img {
    transform: translate(50%, 0);
  }
}
#top-main .top-main-bg-wood li img {
  max-width: none;
  width: auto;
  height: 100vh;
  position: absolute;
  top: 0;
}
#top-main .top-main-text {
  display: inline-block;
  position: absolute;
  bottom: 37vh;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media screen and (orientation: portrait) {
  #top-main .top-main-text {
    width: 36%;
  }
}
@media (max-width: 750px) {
  #top-main .top-main-text {
    bottom: 37vh;
  }
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #top-main .top-main-text {
    width: 84.8%;
    max-width: 300px;
  }
}
#top-main .top-main-text li {
  display: block;
  text-align: center;
}
#top-main .top-main-text li:nth-child(1) {
  margin-bottom: 4vh;
}
@media screen and (orientation: portrait) {
  #top-main .top-main-text li:nth-child(1) .top-main-text-copy {
    width: 100%;
  }
}
@media screen and (orientation: landscape) {
  #top-main .top-main-text li:nth-child(1) .top-main-text-copy {
    height: 20vh;
  }
}
@media screen and (orientation: portrait) {
  #top-main .top-main-text li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (orientation: landscape) {
  #top-main .top-main-text li:nth-child(2) {
    height: 3.5vh;
  }
}
@media screen and (orientation: landscape) {
  #top-main .top-main-text li img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
#top-main .top-main-bg-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
#top-main .top-main-bg-curve li {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#top-main .top-main-bg-curve li img[src$=".svg"] {
  width: 100%;
}
#top-main .top-main-bg-human {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20vh;
  width: 100%;
  z-index: 5;
  opacity: 0;
}
#top-main .top-main-bg-human li {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0, -50%);
}
#top-main .top-main-bg-human li img {
  height: 100%;
  width: auto;
  max-width: none;
}
#top-main .top-main-bg-build {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35vh;
  width: 100%;
  z-index: 2;
}
#top-main .top-main-bg-build li {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#top-main .top-main-bg-build li img {
  height: 100%;
  width: auto;
  max-width: none;
}
#top-main .top-main-logo {
  position: relative;
  width: 100%;
  z-index: 10;
}
#top-main .top-main-logo li.top-main-bg-circle {
  content: "";
  background: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -80vh);
  width: 94vh;
  height: 94vh;
}
@media (max-width: 750px) {
  #top-main .top-main-logo li.top-main-bg-circle {
    transform: translate(-50%, -67vh);
    width: 78vh;
    height: 78vh;
  }
}
#top-main .top-main-logo li.top-main-bg-circle .top-main-logo-title {
  position: absolute;
  bottom: 4vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 8.33vh;
}
@media (max-width: 750px) {
  #top-main .top-main-logo li.top-main-bg-circle .top-main-logo-title {
    bottom: 4vh;
    height: 6vh;
  }
}
#top-main .top-main-logo li.top-main-bg-circle .top-main-logo-title img {
  width: auto;
  max-width: none;
  height: 100%;
}

/* #top-main animation */
#top-main .top-main-bg-color li {
  transition: opacity 2s;
}
#top-main .top-main-bg-color li:nth-child(1) {
  z-index: 5;
  transition-delay: 2s;
}
#top-main .top-main-bg-color li:nth-child(2) {
  z-index: 4;
  transition-delay: 4s;
}
#top-main .top-main-bg-color li:nth-child(3) {
  z-index: 3;
  transition-delay: 6s;
}
#top-main .top-main-bg-color li:nth-child(4) {
  z-index: 2;
  transition-delay: 8s;
}
#top-main .top-main-bg-color li:nth-child(5) {
  z-index: 1;
}
#top-main .top-main-bg-wood li {
  transition: opacity 2s, transform 2s;
}
#top-main .top-main-bg-wood li:nth-child(1) {
  opacity: 0;
  transform: translateX(-100px);
}
#top-main .top-main-bg-wood li:nth-child(2) {
  opacity: 0;
  transform: translateX(100px);
}
#top-main .top-main-text li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s, transform 2s;
  transition-delay: 1.5s;
}
#top-main .top-main-bg-curve li {
  transition: opacity 2s, transform 2s;
  transition-delay: 4s;
}
#top-main .top-main-bg-curve li:nth-child(1) {
  transform: translateY(60%);
}
#top-main .top-main-bg-curve li:nth-child(2) {
  transform: translateY(100%);
}
#top-main .top-main-bg-build li:nth-child(1) {
  transform: translate(-50%, 100%);
  transition: opacity 2s, transform 2s;
  transition-delay: 6s;
}
#top-main.js-active .top-main-bg-color li:not(:nth-child(5)) {
  opacity: 0;
}
#top-main.js-active .top-main-bg-wood li {
  opacity: 1;
  transform: translateX(0);
}
#top-main.js-active .top-main-bg-wood li {
  -webkit-animation: anime-top-main-bg-wood 6s ease 0s;
  -moz-animation: anime-top-main-bg-wood 6s ease 0s;
  animation: anime-top-main-bg-wood 6s ease 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes anime-top-main-bg-wood {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}
@-moz-keyframes anime-top-main-bg-wood {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}
@keyframes anime-top-main-bg-wood {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}
#top-main.js-active .top-main-text li {
  opacity: 1;
  transform: translateY(0);
}
#top-main.js-active .top-main-bg-curve li:nth-child(1) {
  transform: translateY(100%);
}
#top-main.js-active .top-main-bg-curve li:nth-child(2) {
  transform: translateY(40%);
}
#top-main.js-active .top-main-bg-human {
  opacity: 1;
}
#top-main.js-active .top-main-bg-human li:nth-child(1) {
  -webkit-animation: anime-top-main-bg-human 6s ease 1s;
  -moz-animation: anime-top-main-bg-human 6s ease 1s;
  animation: anime-top-main-bg-human 6s ease 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes anime-top-main-bg-human {
  0% {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 0);
  }
  70% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(-50%, 0);
  }
}
@-moz-keyframes anime-top-main-bg-human {
  0% {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 0);
  }
  70% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(-50%, 0);
  }
}
@keyframes anime-top-main-bg-human {
  0% {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 0);
  }
  70% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(-50%, 0);
  }
}
#top-main.js-active .top-main-bg-build li:nth-child(1) {
  transform: translate(-50%, 0);
}

/* #top-navi */
main .pt0 {
  padding-top: 0;
}

.floating {
  transform: translateX(100%);
  transition: transform 0.5s;
}

.floating.js-scrolled {
  transform: translateX(0);
}

#wrapper {
  overflow-x: hidden;
}
#wrapper .sp_logo {
  display: none;
}

.top-scroll {
  position: absolute;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  margin-bottom: 5%;
  transition: opacity 1s, margin-bottom 1.5s;
  transition-delay: 0.2s;
}
@media (min-width: 751px) {
  .top-scroll {
    right: 0;
    margin-right: 6em;
  }
}
@media (max-width: 750px) {
  .top-scroll {
    width: 100%;
    text-align: center;
  }
}
.top-scroll.js-active {
  opacity: 1;
  margin-bottom: 10%;
}
@media (max-width: 750px) {
  .top-scroll.js-active {
    margin-bottom: 0;
  }
}
.top-scroll #js-top_scroll {
  cursor: pointer;
  display: block;
}
@media (min-width: 751px) {
  .top-scroll #js-top_scroll {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 16px;
    transition: transform 0.5s;
  }
}
@media (max-width: 750px) {
  .top-scroll #js-top_scroll {
    display: inline-block;
    width: auto;
    height: 6vh;
  }
  .top-scroll #js-top_scroll img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 750px) {
  .top-scroll #js-top_scroll:hover {
    transform: rotateY(360deg);
  }
}

#top-navi {
  padding-top: 80px;
}
#top-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 0;
  margin-bottom: 95px;
}
#top-navi ul li.box_circle {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eaf1fa;
}
#top-navi ul li a {
  color: #004190;
  font-size: 1.9rem;
}

/* #top-copy */
#top-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #top-copy {
    flex-direction: column;
    margin-bottom: 25%;
    padding-top: 8vh;
  }
}
#top-copy .wrap_txt {
  width: 100%;
}
@media (min-width: 751px) {
  #top-copy .wrap_txt {
    max-width: calc(100% - 360px - 40px);
  }
}
@media (max-width: 750px) {
  #top-copy .wrap_txt {
    order: 2;
  }
}
#top-copy .wrap_txt .box_tit {
  color: #808080;
  font-size: 4.2rem;
  line-height: 170%;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #top-copy .wrap_txt .box_tit {
    font-size: 2.7rem;
    margin-bottom: 12.5%;
  }
}
#top-copy .wrap_txt .box_mid {
  font-size: 2.2rem;
  line-height: 127%;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #top-copy .wrap_txt .box_mid {
    font-size: 2rem;
    line-height: 195%;
  }
}
#top-copy .wrap_txt .box_txt {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  #top-copy .wrap_txt .box_txt {
    line-height: 200%;
  }
}
@media (max-width: 750px) {
  #top-copy .wrap_txt .box_txt br {
    display: none;
  }
}
#top-copy .wrap_img {
  width: 100%;
  opacity: 0;
  transition: transform 1s, opacity 2s;
  transform: rotate(-45deg) scale(80%);
}
@media (min-width: 751px) {
  #top-copy .wrap_img {
    max-width: 360px;
  }
}
@media (max-width: 750px) {
  #top-copy .wrap_img {
    order: 1;
    padding: 17.1875% 14.0625% 9.375%;
  }
}
#top-copy .wrap_img.js-active {
  opacity: 1;
  transform: rotate(0) scale(100%);
}

/* .wrap_3point */
.wrap_3point {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
@media (min-width: 751px) {
  .wrap_3point {
    max-width: 1300px;
    transform: translateX(150px);
  }
}
@media (max-width: 750px) {
  .wrap_3point {
    flex-direction: column;
    position: relative;
    padding: 0;
    padding-top: 18%;
  }
}
@media (max-width: 750px) {
  .wrap_3point + .wrap_3point {
    margin-top: 6vh;
  }
}
.wrap_3point .wrap_txt {
  width: 100%;
}
@media (min-width: 751px) {
  .wrap_3point .wrap_txt {
    max-width: 360px;
    margin-right: 25px;
  }
}
@media (max-width: 750px) {
  .wrap_3point .wrap_txt {
    order: 2;
    max-width: 85.6%;
    margin: 0 auto;
    padding-top: 5%;
  }
}
.wrap_3point .wrap_txt > .box_tit {
  color: #808080;
  font-size: 8.1rem;
  line-height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  margin-bottom: 65px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .wrap_3point .wrap_txt > .box_tit {
    font-size: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 85.6%;
    margin-bottom: 0;
    margin-left: 7.2%;
  }
}
.wrap_3point .wrap_txt > .box_mid {
  color: #2bb8be;
  font-size: 3rem;
  margin-bottom: 15px;
  line-height: 120%;
}
@media (max-width: 750px) {
  .wrap_3point .wrap_txt > .box_mid {
    margin-bottom: 3%;
    font-size: 2.6rem;
  }
}
.wrap_3point .wrap_txt > .box_txt {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .wrap_3point .wrap_txt > .box_txt {
    margin-bottom: 5%;
  }
}
.wrap_3point .wrap_txt .wrap_btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .wrap_3point .wrap_txt .wrap_btn {
    margin-bottom: 12%;
  }
}
.wrap_3point .wrap_txt .wrap_btn > li {
  width: 100%;
  background: #dff4f5;
  border-radius: 10px;
  /*
          display: flex;
          flex-direction: column;
          align-items: center;
          */
  display: block;
  text-align: center;
  padding: 15px 0;
  /*
          .box_link{
              text-align: center;
              width: 100%;
              a{
                  position:relative;
                  font-size:1.1rem;
                  padding-right:20px;
                  display: inline-block;

                  .click_icon{
                      content: "";
                      display: block;
                      width: 15px;
                      height: 15px;
                      border-radius: 50%;
                      background: #FFFFFF;
                      position: absolute;
                      top: 50%;
                      right: 0;
                      transform: translateY(-55%);
                      z-index: 1;
                      &::after{
                          content: "";
                          display: block;
                          box-sizing: border-box;
                          width: 5px;
                          height: 3px;
                          border: 3px solid transparent;
                          border-left: 5px solid #2BB8BE;
                          position: absolute;
                          top: 50%;
                          left: 50%;
                          transform: translate(-30%,-50%);
                          z-index: 1;
                      }
                  }
              }
          }
          */
}
@media (min-width: 751px) {
  .wrap_3point .wrap_txt .wrap_btn > li {
    max-width: 170px;
  }
}
@media (max-width: 750px) {
  .wrap_3point .wrap_txt .wrap_btn > li {
    width: 47.5%;
    width: calc(50% - 10px);
  }
}
.wrap_3point .wrap_txt .wrap_btn > li.box_btn_full {
  width: 100%;
  max-width: none;
  padding: 0;
}
.wrap_3point .wrap_txt .wrap_btn > li.box_btn_full a {
  padding: 15px;
  font-weight: bold;
  color: #f08300;
  border-radius: 10px;
}
.wrap_3point .wrap_txt .wrap_btn > li a {
  display: block;
}
.wrap_3point .wrap_txt .wrap_btn > li .box_icon {
  width: 100%;
  max-width: 76px;
  color: #2bb8be;
  margin: 0 auto;
}
.wrap_3point .wrap_txt .wrap_btn > li .box_tit {
  font-weight: bold;
}
.wrap_3point .wrap_img {
  position: relative;
}
@media (min-width: 751px) {
  .wrap_3point .wrap_img {
    max-width: 900px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .wrap_3point .wrap_img {
    order: 1;
  }
}
.wrap_3point .wrap_img .box_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 750px) {
  .wrap_3point .wrap_img .box_img {
    width: 122%;
    transform: translate(-40%, -46%);
  }
}
.wrap_3point .wrap_img .box_img::after {
  content: "";
  display: block;
  width: 77%;
  height: 77%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.wrap_3point .wrap_img .box_txt {
  width: 100%;
}
.wrap_3point .wrap_img .box_effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background: #cae9fa;
  mix-blend-mode: multiply;
}
.wrap_3point .wrap_img.js-inview .box_img img {
  opacity: 0;
  transition: transform 1s, opacity 2s;
  transition-delay: 1s;
  transform: rotate(0) scale(80%);
}
.wrap_3point .wrap_img.js-inview .box_txt img {
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 2s;
}
.wrap_3point .wrap_img.js-inview.js-active .box_img img {
  opacity: 1;
  transform: rotate(0) scale(100%);
}
.wrap_3point .wrap_img.js-inview.js-active .box_txt img {
  opacity: 1;
}
@media (min-width: 751px) {
  .wrap_3point#top-safe {
    padding-top: 120px;
  }
}
.wrap_3point#top-safe .wrap_txt .wrap_btn > li > .box_tit {
  color: #2bb8be;
}
.wrap_3point#top-safe .wrap_img .box_effect.box_effect01 {
  width: 50px;
  height: 50px;
  background: #d5f1f2;
  transform: translate(350%, -940%);
}
@media (max-width: 750px) {
  .wrap_3point#top-safe .wrap_img .box_effect.box_effect01 {
    width: 5vw;
    height: 5vw;
    transform: translate(700%, -1300%);
  }
}
.wrap_3point#top-safe .wrap_img .box_effect.box_effect02 {
  width: 162px;
  height: 162px;
  background: #cae9fa;
  transform: translate(-215%, 170%);
}
@media (max-width: 750px) {
  .wrap_3point#top-safe .wrap_img .box_effect.box_effect02 {
    width: 22vw;
    height: 22vw;
    transform: translate(-170%, 150%);
  }
}
@media (min-width: 751px) {
  .wrap_3point#top-fureai {
    flex-direction: row-reverse;
    transform: translateX(-150px);
  }
}
@media (min-width: 751px) {
  .wrap_3point#top-fureai .wrap_txt {
    margin-right: 0;
    margin-left: 25px;
  }
}
.wrap_3point#top-fureai .wrap_txt > .box_mid,
.wrap_3point#top-fureai .wrap_txt .wrap_btn > li > .box_tit {
  color: #f08300;
}
.wrap_3point#top-fureai .wrap_txt .wrap_btn > li {
  background: #fef3e7;
}
.wrap_3point#top-fureai .wrap_txt .wrap_btn > li > .box_link a .click_icon::after {
  border-left-color: #f08300;
}
@media (max-width: 750px) {
  .wrap_3point#top-fureai .wrap_img .box_img {
    transform: translate(-58%, -46%);
  }
}
.wrap_3point#top-fureai .wrap_img .box_effect.box_effect01 {
  width: 175px;
  height: 175px;
  background: #fef3e7;
  transform: translate(42%, 185%);
}
@media (max-width: 750px) {
  .wrap_3point#top-fureai .wrap_img .box_effect.box_effect01 {
    width: 24vw;
    height: 24vw;
    transform: translate(70%, 150%);
  }
}
.wrap_3point#top-fureai .wrap_img .box_effect.box_effect02 {
  width: 56px;
  height: 56px;
  background: #dff4f5;
  transform: translate(592%, 785%);
}
@media (max-width: 750px) {
  .wrap_3point#top-fureai .wrap_img .box_effect.box_effect02 {
    width: 8vw;
    height: 8vw;
    background: #fef3e7;
    transform: translate(280%, -850%);
  }
}
.wrap_3point#top-healthy .wrap_txt > .box_mid,
.wrap_3point#top-healthy .wrap_txt .wrap_btn > li > .box_tit {
  color: #3285de;
}
.wrap_3point#top-healthy .wrap_txt .wrap_btn > li {
  background: #ddf1fc;
}
.wrap_3point#top-healthy .wrap_txt .wrap_btn > li > .box_link a .click_icon::after {
  border-left-color: #3285de;
}

/* .main_inner_full */
.main_inner_full {
  width: 100%;
  overflow-x: hidden;
}

.wrap_gray {
  background: #f0f4f8;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .wrap_gray {
    padding: 12% 0;
  }
}

/* #top-topics */
#top-topics .top-topics_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#top-topics .top-topics_inner .wrap_list {
  border-top: 1px solid #b3b3b3;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #top-topics .top-topics_inner .wrap_list {
    width: 85.6%;
    margin: 0 auto 10%;
  }
}
#top-topics .top-topics_inner .wrap_list > li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #b3b3b3;
  padding: 20px 0;
}
@media (max-width: 750px) {
  #top-topics .top-topics_inner .wrap_list > li {
    flex-direction: column;
    padding: 3% 0;
  }
}
@media (min-width: 751px) {
  #top-topics .top-topics_inner .wrap_list > li .box_data {
    width: 10em;
    padding: 0 1em;
  }
}
@media (max-width: 750px) {
  #top-topics .top-topics_inner .wrap_list > li .box_data {
    width: 100%;
  }
}
#top-topics .top-topics_inner .wrap_list > li .box_mid {
  width: calc(100% - 10em);
}
@media (max-width: 750px) {
  #top-topics .top-topics_inner .wrap_list > li .box_mid {
    width: 100%;
  }
}
#top-topics .top-topics_inner .wrap_list > li .box_mid a:hover {
  color: #004190;
}

/* #top-report */
#top-report {
  padding: 100px 0;
}
@media (max-width: 750px) {
  #top-report {
    padding: 12% 0;
  }
}
#top-report .wrap_list .box_list a {
  display: block;
}
@media (max-width: 750px) {
  #top-report .wrap_list .box_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#top-report .wrap_list .box_list a .box_left {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  #top-report .wrap_list .box_list a .box_left {
    width: 38%;
  }
}
#top-report .wrap_list .box_list a .box_left .box_img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 751px) {
  #top-report .wrap_list .box_list a .box_left .box_img {
    margin-bottom: 10px;
    height: 340px;
  }
}
@media (max-width: 750px) {
  #top-report .wrap_list .box_list a .box_left .box_img {
    height: 140px;
  }
}
#top-report .wrap_list .box_list a .box_left .box_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  #top-report .wrap_list .box_list a .box_left .box_img img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
@media (max-width: 750px) {
  #top-report .wrap_list .box_list a .box_left .box_img img {
    width: 100%;
    height: auto;
  }
}
#top-report .wrap_list .box_list a .box_right {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  #top-report .wrap_list .box_list a .box_right {
    width: 62%;
  }
}
#top-report .wrap_list .box_list a .box_right .box_mid {
  display: block;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
#top-report .wrap_list .box_list a .box_right .box_data {
  display: block;
  padding: 0 10px;
  font-size: 1.2rem;
}
@media (max-width: 750px) {
  #top-report .wrap_list .box_list:nth-child(2n-1) {
    background: #f0f4f8;
  }
}
#top-report .top-wrap_btn {
  margin-top: 45px;
}

/* #top-event */
#top-event {
  padding: 100px 0;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 750px) {
  #top-event {
    padding: 12% 0;
    margin-bottom: 12%;
  }
}
#top-event .box_month {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#top-event .box_month span {
  font-size: 1.9rem;
  line-height: 100%;
}
#top-event .box_month span.box_large {
  font-size: 6.1rem;
  font-weight: 100;
  padding-left: 10px;
}
#top-event .wrap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 25px auto 0;
}
@media (max-width: 750px) {
  #top-event .wrap_list {
    display: block;
    margin-top: 5%;
    width: 85.6%;
    height: 60vh;
    overflow-y: scroll;
  }
}
#top-event .wrap_list > li {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: calc((100% - 48px) / 7);
  margin-bottom: 8px;
}
@media (min-width: 751px) {
  #top-event .wrap_list > li {
    padding: 15px 15px 0;
  }
}
@media (max-width: 750px) {
  #top-event .wrap_list > li {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 5% 0;
  }
}
@media (min-width: 751px) {
  #top-event .wrap_list > li:not(:nth-of-type(7n)) {
    margin-right: 8px;
  }
}
@media (min-width: 751px) {
  #top-event .wrap_list > li .box_left {
    border-bottom: 1px solid #f2f2f2;
  }
}
@media (max-width: 750px) {
  #top-event .wrap_list > li .box_left {
    width: 25%;
    border-right: 1px solid #f2f2f2;
  }
}
#top-event .wrap_list > li .box_left .box_day {
  font-size: 4.6rem;
  line-height: 100%;
}
#top-event .wrap_list > li .box_left .box_week {
  font-size: 1.2rem;
  width: 100%;
}
@media (min-width: 751px) {
  #top-event .wrap_list > li .box_left .box_week {
    padding: 10px 0;
  }
}
@media (max-width: 750px) {
  #top-event .wrap_list > li .box_right {
    width: 75%;
    text-align: left;
    padding: 0 8%;
  }
}
#top-event .wrap_list > li .box_right .box_mid {
  font-size: 1.4rem;
  padding: 0.5em 0;
}
@media (max-width: 750px) {
  #top-event .wrap_list > li .box_right .box_mid {
    padding: 0;
  }
}
#top-event .wrap_txt {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  text-align: left;
}

/* #wrapper.category-top */
#wrapper.category-top .top-box_tit {
  display: block;
  font-size: 4rem;
  font-weight: 100;
  line-height: 120%;
  color: #004190;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  #wrapper.category-top .top-box_tit {
    font-size: 2.4rem;
    margin-bottom: 5%;
  }
}
#wrapper.category-top .top-wrap_btn a {
  width: 100%;
  max-width: 200px;
  padding: 1.5em 0;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #004190;
  border-radius: 10px;
}
@media (max-width: 750px) {
  #wrapper.category-top .top-wrap_btn a {
    padding: 5% 0;
  }
}

.inview-text_up {
  opacity: 0;
  transition: transform 1s, opacity 2s;
  transform: translateY(50px);
}
.inview-text_up.js-active {
  opacity: 1;
  transform: translateY(0);
}

/* #top-movie */
#top-movie {
  position: relative;
  padding: 0 0 100px;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 750px) {
  #top-movie {
    padding: 0 0 12%;
    margin-bottom: 12%;
  }
}
#top-movie .top-movie_inner {
  max-width: 1000px;
  margin: 25px auto 0;
}
#top-movie a[data-lity] {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  width: 85.6%;
  max-width: 820px;
  filter: brightness(1);
}
#top-movie a[data-lity]:hover {
  filter: brightness(1.2);
}
#top-movie a[data-lity]::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #2bb8be;
}
#top-movie a[data-lity]::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px 0 15px 25px;
}/*# sourceMappingURL=top.css.map */