@media only screen and (max-width: 779px) {
  .lity-wrap {
    padding: 0 5.135vw;
  }
}

.lity-close.customize {
  position: absolute;
  top: -40px;
  right: 0px;
  background: url(/assets/img/top/movie_popupclose.png);
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 779px) {
  .lity-close.customize {
    width: 7.445vw;
    height: 7.445vw;
    top: -9.243vw;
  }
}

.top .anim {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top .anim.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top .mv {
  height: min(56.944vw, 820px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 779px) {
  .top .mv {
    display: block;
    height: 141.207vw;
  }
}
.top .mv:before {
  content: "";
  display: block;
  width: min(4.167vw, 60px);
}
@media only screen and (max-width: 779px) {
  .top .mv:before {
    display: none;
  }
}
.top .mv:after {
  content: "";
  display: block;
  background: url(../img/top/mv.jpg) no-repeat center top;
  background-size: cover;
  width: calc(100% - min(4.167vw, 60px));
  border-radius: 20px 0 0 20px;
}
@media only screen and (max-width: 779px) {
  .top .mv:after {
    background: url(../img/top/mv_sp.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}
.top .mv h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
  max-width: calc(100% - min(35.417vw, 510px));
  width: min(35.417vw, 510px);
}
@media only screen and (max-width: 779px) {
  .top .mv h1 {
    max-width: none;
    width: 48vw;
  }
	.top .mv h1 {
	  position: absolute;
	  left: 0;
	  top: 0;
	  line-height: 0;
	  max-width: calc(100% - min(35.417vw, 510px));
	  width: min(35.417vw, 510px);
	}
}
.top .mv h2 {
  position: absolute;
  top: min(16vw, 250px);
  left: min(14.583vw, 210px);
  width: min(36.514vw, 550px);
  height: min(17.778vw, 256px);
}
@media only screen and (max-width: 779px) {
  .top .mv h2 {
    top: 64vh;
    left: 10.8vw;
    width: 80vw;
    height: 100px;
    z-index: 2;
  }
}
.top .mv p {
  position: absolute;
  bottom: min(2.778vw, 40px);
  right: min(2.778vw, 40px);
  width: min(14.306vw, 206px);
  height: min(14.306vw, 206px);
}
@media only screen and (max-width: 779px) {
  .top .mv p {
    bottom: 26vw;
    right: 2.567vw;
    width: 26.444vw;
    height: 26.444vw;
    z-index: 1;
  }
}
.top .docs {
  padding: min(10.069vw, 145px) 0 0;
}
@media only screen and (max-width: 779px) {
  .top .docs {
    padding-top: 9.628vw;
  }
}
.top .docs .inner {
  max-width: min(66.667vw, 960px);
}
@media only screen and (max-width: 779px) {
  .top .docs .inner {
    max-width: none;
    width: 100%;
  }
}
.top .docs .inner .flex {
  border: 1px solid #dde8f3;
  padding: min(2.778vw, 40px) 0 min(2.778vw, 40px) min(3.472vw, 50px);
}
@media only screen and (max-width: 779px) {
  .top .docs .inner .flex {
    padding: 7.702vw;
    display: block;
  }
}
.top .docs .inner .flex .left {
  width: min(20.833vw, 300px);
}
@media only screen and (max-width: 779px) {
  .top .docs .inner .flex .left {
    width: 100%;
  }
}
.top .docs .inner .flex .right {
  width: calc(100% - min(20.833vw, 300px));
  padding-left: min(3.333vw, 48px);
}
@media only screen and (max-width: 779px) {
  .top .docs .inner .flex .right {
    width: 100%;
    padding-left: 0;
  }
}
.top .docs .inner .flex .right h2 {
  color: #095ca8;
  font-weight: 600;
  font-size: min(1.806vw, 26px);
  margin-bottom: 0.6em;
  padding-top: 0.5em;
}
@media only screen and (max-width: 779px) {
  .top .docs .inner .flex .right h2 {
    font-size: 4.878vw;
    padding-top: 1.2em;
    margin-bottom: 0.8em;
  }
}
.top .docs .inner .flex .right .txt {
  line-height: 1.8;
  margin-bottom: 0.85em;
  font-size: min(1.25vw, 18px);
}
@media only screen and (max-width: 779px) {
  .top .docs .inner .flex .right .txt {
    font-size: 3.594vw;
    margin-bottom: 1.2em;
  }
}
.top .docs .inner .flex .right .btn {
  text-align: left;
}
@media only screen and (max-width: 779px) {
  .top .docs .inner .flex .right .btn {
    text-align: center;
  }
}
.top .docs .inner .flex .right .btn a {
  background: #095ca8;
  padding: 0;
  width: min(15.833vw, 228px);
  height: min(4.167vw, 60px);
}
@media only screen and (max-width: 779px) {
  .top .docs .inner .flex .right .btn a {
    width: 59.05vw;
    height: 14.891vw;
  }
}
.top .movie {
  text-align: center;
  max-width: min(73.611vw, 1060px);
  width: 100%;
  margin: 0 auto;
  padding: min(10.069vw, 145px) 0 0;
}
@media only screen and (max-width: 779px) {
  .top .movie {
    max-width: none;
    width: 100%;
    padding: 19.255vw 5.135vw 0;
  }
}
.top .movie h2 {
  font-size: min(4.167vw, 60px);
  color: #095ca8;
  font-weight: 500;
  margin-bottom: 0.35em;
}
@media only screen and (max-width: 779px) {
  .top .movie h2 {
    font-size: 10.27vw;
  }
}
.top .movie h3 {
  font-size: min(1.667vw, 24px);
  margin-bottom: 2em;
}
@media only screen and (max-width: 779px) {
  .top .movie h3 {
    font-size: 4.878vw;
    margin-bottom: 1.5em;
  }
}
.top .movie ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 779px) {
  .top .movie ul {
    margin-bottom: 5.135vw;
  }
}
.top .movie ul li {
  width: 49%;
  max-width: min(34.306vw, 494px);
  margin-bottom: min(3.125vw, 45px);
}
@media only screen and (max-width: 779px) {
  .top .movie ul li {
    max-width: none;
    width: 100%;
    margin-bottom: 5.777vw;
  }
}
.top .movie ul li a {
  display: block;
  position: relative;
}
.top .movie ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: min(6.389vw, 92px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(6.667vw, 96px);
  height: min(6.667vw, 96px);
  background: url(/assets/img/top/movieplay.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}
@media only screen and (max-width: 779px) {
  .top .movie ul li a:before {
    width: 18.614vw;
    height: 18.614vw;
    top: 14.891vw;
  }
}
@media print, screen and (min-width: 780px) {
  .top .movie ul li a:hover:before {
    -webkit-transform: translateX(-50%) scale(1.02);
            transform: translateX(-50%) scale(1.02);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  }
}
.top .movie ul li a p {
  font-size: min(1.25vw, 18px);
  padding-top: 1.2em;
  line-height: 1.8;
}
@media only screen and (max-width: 779px) {
  .top .movie ul li a p {
    font-size: 3.081vw;
    padding-top: 1em;
  }
}
.top .movie .forSP {
  margin-bottom: 5.135vw;
}
.top .movie .forSP .btn a {
  width: 79.589vw;
  position: relative;
}
.top .movie .forSP .btn a:after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 12.837vw;
  background: url(/assets/img/top/ico_plus.png?v06) no-repeat;
  background-size: contain;
}
.top .movie .forSP .btn.close a {
  background: #333333;
}
.top .movie .forSP .btn.close a:after {
  background: url(/assets/img/top/ico_close.png?v06) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 779px) {
  .top .movie .btn__yt a {
    width: 79.589vw;
  }
}
.top .sec01 {
  padding: min(8.333vw, 120px) 0 min(9.722vw, 140px);
}
@media only screen and (max-width: 779px) {
  .top .sec01 {
    padding: 26.958vw 0 19.255vw;
  }
}
.top .sec01 .inner {
  max-width: 820px;
  position: relative;
}
@media only screen and (max-width: 779px) {
  .top .sec01 .inner {
    padding: 0 10.27vw;
  }
}
.top .sec01 .inner .vertical {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: min(6.806vw, 98px);
  opacity: 0.6;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media only screen and (max-width: 779px) {
  .top .sec01 .inner .vertical {
    font-size: 19.897vw;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    width: 100%;
    text-align: center;
    top: -12.837vw;
  }
}
.top .sec01 .inner h2, .top .sec01 .inner h3, .top .sec01 .inner h4 {
  padding-left: min(11.667vw, 168px);
}
@media only screen and (max-width: 779px) {
  .top .sec01 .inner h2, .top .sec01 .inner h3, .top .sec01 .inner h4 {
    padding-left: 0;
  }
}
.top .sec01 .inner h2 {
  font-size: min(3.75vw, 54px);
  letter-spacing: 0.8em;
  line-height: 1.8;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 779px) {
  .top .sec01 .inner h2 {
    font-size: 9.499vw;
    text-align: center;
    margin-bottom: 0.2em;
  }
}
.top .sec01 .inner h2 span {
  letter-spacing: 0.6em;
}
.top .sec01 .inner h3 {
  font-size: min(2.083vw, 30px);
  letter-spacing: 0.6em;
  margin-bottom: 1.5em;
  white-space: nowrap;
  line-height: 1.8;
}
@media only screen and (max-width: 779px) {
  .top .sec01 .inner h3 {
    font-size: 5.392vw;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 0.4em;
  }
}
.top .sec01 .inner h4 {
  line-height: 2.1;
  font-weight: 400;
  font-size: min(1.389vw, 20px);
  margin-bottom: min(5vw, 72px);
  white-space: nowrap;
}
@media only screen and (max-width: 779px) {
  .top .sec01 .inner h4 {
    font-size: 3.787vw;
    white-space: wrap;
    margin-bottom: 8.986vw;
    letter-spacing: 0;
  }
}
.top .sec01 .inner h4 strong {
  font-weight: bold;
}
.top .sec01 .inner .img {
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 779px) {
  .top .sec01 .inner .img {
    margin-bottom: 7.06vw;
  }
}
.top .sec02 .inner {
  max-width: min(83.333vw, 1200px);
  padding: 0 min(6.25vw, 90px) min(6.25vw, 90px);
}
@media only screen and (max-width: 779px) {
  .top .sec02 .inner {
    padding: 0;
    width: calc(100% - 10.27vw);
    margin: 0 auto;
    background: #fff;
    position: relative;
    max-width: none;
  }
}
.top .sec02 .inner h2 {
  font-size: min(6.528vw, 94px);
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 779px) {
  .top .sec02 .inner h2 {
    font-size: 12.837vw;
    padding: 0 5.135vw;
  }
}
.top .sec02 .inner h2 span {
  font-size: min(2.083vw, 30px);
  font-weight: 400;
  padding-left: 1.2em;
}
@media only screen and (max-width: 779px) {
  .top .sec02 .inner h2 span {
    font-size: 5.392vw;
    display: block;
    padding-left: 0;
    padding-top: 1em;
  }
}
.top .sec02 .inner ul.flex {
  background-color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 779px) {
  .top .sec02 .inner ul.flex {
    display: block;
    padding: 0 5.135vw 9.628vw;
  }
}
.top .sec02 .inner ul.flex li {
  width: min(22.222vw, 320px);
}
@media only screen and (max-width: 779px) {
  .top .sec02 .inner ul.flex li {
    width: 100%;
    margin-bottom: 8.986vw;
  }
}
@media only screen and (max-width: 779px) {
  .top .sec02 .inner ul.flex li:last-child {
    margin-bottom: 0;
  }
}
.top .sec02 .inner ul.flex li figure figcaption {
  line-height: 1.5;
}
.top .sec02 .inner ul.flex li figure figcaption h3 {
  font-size: min(1.806vw, 26px);
  text-align: center;
  padding: 0.8em 0;
}
@media only screen and (max-width: 779px) {
  .top .sec02 .inner ul.flex li figure figcaption h3 {
    font-size: 4.878vw;
    padding: 1em 0 0.8em;
  }
}
.top .sec02 .inner ul.flex li figure figcaption p {
  font-size: min(1.25vw, 18px);
  line-height: 1.8;
}
@media only screen and (max-width: 779px) {
  .top .sec02 .inner ul.flex li figure figcaption p {
    font-size: 3.594vw;
  }
}
.top .sec02 .photo {
  background: url(../img/top/img05.jpg) no-repeat center center;
  background-size: cover;
  height: min(46.528vw, 670px);
}
@media only screen and (max-width: 779px) {
  .top .sec02 .photo {
    margin-top: -12.195vw;
    height: 86.008vw;
    background: url(../img/top/img05_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.top .sec02 .txt {
  overflow: hidden;
  margin-top: min(-2.639vw, -38px);
}
@media only screen and (max-width: 779px) {
  .top .sec02 .txt {
    position: relative;
    top: 5.135vw;
  }
}
.top .sec02 .txt .loop_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.top .sec02 .txt .loop_wrap div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: min(9.306vw, 134px);
  overflow: hidden;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 779px) {
  .top .sec02 .txt .loop_wrap div {
    font-size: 12.837vw;
  }
}
.top .sec02 .txt .loop_wrap div:nth-child(odd) {
  -webkit-animation: loop3 50s -25s linear infinite;
          animation: loop3 50s -25s linear infinite;
}
.top .sec02 .txt .loop_wrap div:nth-child(even) {
  -webkit-animation: loop4 50s linear infinite;
          animation: loop4 50s linear infinite;
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.top .sec03 {
  padding-top: min(8.333vw, 120px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 {
    padding-top: 17.972vw;
  }
}
.top .sec03 h2 {
  font-size: min(6.528vw, 94px);
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 779px) {
  .top .sec03 h2 {
    font-size: 12.837vw;
    margin-bottom: 0.6em;
  }
}
.top .sec03 h2 span {
  display: block;
  font-size: min(2.083vw, 30px);
  padding-top: 1em;
}
@media only screen and (max-width: 779px) {
  .top .sec03 h2 span {
    font-size: 5.392vw;
  }
}
.top .sec03 .person, .top .sec03 .person .left, .top .sec03 .person .right {
  position: relative;
}
.top .sec03 .person:before, .top .sec03 .person .left:before, .top .sec03 .person .right:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: min(11.806vw, 170px);
  width: 100%;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person:before, .top .sec03 .person .left:before, .top .sec03 .person .right:before {
    height: 9vw;
  }
}
.top .sec03 .person *, .top .sec03 .person .left *, .top .sec03 .person .right * {
  position: relative;
  z-index: 2;
}
.top .sec03 .person {
  background: -webkit-gradient(linear, left top, right top, from(#ddf0f8), color-stop(50%, #ddf0f8), color-stop(50%, transparent), to(transparent));
  background: -webkit-linear-gradient(left, #ddf0f8 0%, #ddf0f8 50%, transparent 50%, transparent 100%);
  background: linear-gradient(90deg, #ddf0f8 0%, #ddf0f8 50%, transparent 50%, transparent 100%);
  position: relative;
  overflow: hidden;
}
.top .sec03 .person__inner {
  max-width: 1200px;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 5.135vw;
  }
}
.top .sec03 .person__inner .left, .top .sec03 .person__inner .right {
  width: 50%;
  position: relative;
  background-color: #ddf0f8;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner .left, .top .sec03 .person__inner .right {
    width: 100%;
  }
}
.top .sec03 .person__inner .left {
  z-index: 3;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner .left {
    height: 104.621vw;
    background: #ddf0f8;
  }
}
.top .sec03 .person__inner .left picture {
  position: absolute;
  bottom: 0;
  left: 40px;
  max-width: none;
  width: min(45.972vw, 662px);
  line-height: 0;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner .left picture {
    width: 92.041vw;
    left: 0;
  }
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner .left:before {
    background-color: #ddf0f8;
  }
}
.top .sec03 .person__inner .right {
  padding-top: min(7.639vw, 110px);
  padding-left: min(10.417vw, 150px);
  padding-bottom: min(13.194vw, 190px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner .right {
    padding: 0;
  }
}
.top .sec03 .person__inner .right h3 {
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner .right h3 {
    width: 62.259vw;
    margin: 0 auto 5.135vw;
  }
}
.top .sec03 .person__inner .right h3 span {
  display: block;
  font-size: min(1.944vw, 28px);
  padding-top: 0.6em;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner .right h3 span {
    font-size: 6.033vw;
  }
}
.top .sec03 .person__inner .right .txt {
  font-size: min(1.389vw, 20px);
  line-height: 1.8;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person__inner .right .txt {
    font-size: 4.108vw;
    width: 62.259vw;
    margin: 0 auto;
    line-height: 2;
  }
}
.top .sec03 .person .btn {
  position: absolute;
  bottom: min(3.472vw, 50px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .person .btn {
    width: 79.589vw;
    margin: 0 auto;
    bottom: 4.493vw;
  }
}
.top .sec03 .manifest {
  margin-top: min(-21.528vw, -310px);
  padding-top: min(37.5vw, 540px);
  padding-bottom: min(10.417vw, 150px);
  background-color: #edf5f8;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .manifest {
    margin-top: 0;
    padding-bottom: 15.404vw;
    padding-top: 15.404vw;
  }
}
.top .sec03 .manifest .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .manifest .inner {
    padding: 0 5.135vw;
    display: block;
  }
}
.top .sec03 .manifest .inner .left, .top .sec03 .manifest .inner .right {
  width: 50%;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .manifest .inner .left, .top .sec03 .manifest .inner .right {
    width: 100%;
  }
}
.top .sec03 .manifest .inner .left h2 {
  margin-bottom: 0.4em;
}
.top .sec03 .manifest .inner .left .txt {
  line-height: 1.8;
  margin-bottom: min(2.778vw, 40px);
  font-size: min(1.389vw, 20px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .manifest .inner .left .txt {
    font-size: 4.108vw;
    margin-bottom: 6.418vw;
  }
}
.top .sec03 .manifest .inner .left .btn {
  text-align: left;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .manifest .inner .right {
    padding: 0 5.135vw;
  }
}
@media only screen and (max-width: 779px) {
  .top .sec03 .manifest .inner .right img {
    margin-bottom: 6.418vw;
  }
}
.top .sec03 .fb {
  background-color: #edf5f8;
  padding-bottom: min(10.417vw, 150px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb .inner {
    padding: 0 5.135vw;
  }
}
.top .sec03 .fb__block {
  background-color: #fff;
  padding: min(5.556vw, 80px) min(4.167vw, 60px);
  text-align: center;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb__block {
    padding: 12.837vw 5.135vw;
  }
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb__block h3 {
    padding: 0 2.567vw;
  }
}
.top .sec03 .fb__block h4 {
  font-size: min(1.667vw, 24px);
  padding-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb__block h4 {
    font-size: 4.878vw;
  }
}
.top .sec03 .fb__block p {
  font-size: min(1.389vw, 20px);
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb__block p {
    font-size: 4.108vw;
    line-height: 2;
    margin-bottom: 1em;
  }
}
.top .sec03 .fb__block .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb__block .flex {
    display: block;
  }
}
.top .sec03 .fb__block .flex .left, .top .sec03 .fb__block .flex .right {
  width: min(29.861vw, 430px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb__block .flex .left, .top .sec03 .fb__block .flex .right {
    width: 100%;
  }
}
.top .sec03 .fb__block .flex .left img, .top .sec03 .fb__block .flex .right img {
  display: block;
  margin-bottom: min(2.431vw, 35px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb__block .flex .left img, .top .sec03 .fb__block .flex .right img {
    margin-bottom: 5.777vw;
  }
}
.top .sec03 .fb__block .flex .left .btn, .top .sec03 .fb__block .flex .right .btn {
  margin-bottom: 0;
}
.top .sec03 .fb__block .flex .left .btn a, .top .sec03 .fb__block .flex .right .btn a {
  line-height: 1;
}
.top .sec03 .fb__block .flex .left {
  margin-right: min(2.778vw, 40px);
}
@media only screen and (max-width: 779px) {
  .top .sec03 .fb__block .flex .left {
    margin-right: 0;
    margin-bottom: 7.702vw;
  }
}
.top .sec04 {
  background-color: #0055A1;
  color: #fff;
  text-align: center;
  padding: min(7.639vw, 110px) 0 0;
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner {
    padding: 0 5.135vw;
  }
}
.top .sec04 .inner h2 {
  font-size: min(6.528vw, 94px);
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner h2 {
    font-size: 12.837vw;
  }
}
.top .sec04 .inner h2 span {
  display: block;
  font-size: min(2.083vw, 30px);
  padding-top: 1.5em;
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner h2 span {
    font-size: 5.392vw;
  }
}
.top .sec04 .inner .txt {
  line-height: 2.1;
  margin-bottom: 2em;
  font-size: min(1.389vw, 20px);
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .txt {
    font-size: 4.108vw;
    margin-bottom: 1em;
  }
}
.top .sec04 .inner .txt + p.btn {
  margin-bottom: min(5.556vw, 80px);
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .txt + p.btn {
    padding: 0 5.135vw;
    margin-bottom: 10.27vw;
  }
}
.top .sec04 .inner .donation {
  background-color: #fff;
  color: #333;
  padding: min(5.556vw, 80px) min(2.083vw, 30px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .donation {
    padding: 9.243vw 5.135vw;
  }
}
.top .sec04 .inner .donation h3 {
  font-size: min(2.083vw, 30px);
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .donation h3 {
    font-size: 5.392vw;
  }
}
.top .sec04 .inner .donation h3 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.top .sec04 .inner .donation h3:before {
  content: "";
  width: min(41.667vw, 600px);
  height: 1px;
  background-color: #095ca8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top .sec04 .inner .donation h3 + p {
  line-height: 2;
  margin-bottom: 2.5em;
  font-size: min(1.389vw, 20px);
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .donation h3 + p {
    font-size: 4.108vw;
    margin-bottom: 1.8em;
  }
}
.top .sec04 .inner .donation h3 + p span {
  display: block;
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .donation h3 + p span {
    font-size: 3.081vw;
  }
}
.top .sec04 .inner .donation ul.flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: min(51.389vw, 740px);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .donation ul.flex {
    display: block;
    max-width: none;
  }
}
.top .sec04 .inner .donation ul.flex li {
  width: 100%;
  max-width: min(24.306vw, 350px);
  margin-bottom: min(2.431vw, 35px);
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .donation ul.flex li {
    max-width: none;
    margin-bottom: 7.06vw;
  }
}
.top .sec04 .inner .donation ul.flex li:first-child {
  margin-right: min(2.083vw, 30px);
}
.top .sec04 .inner .donation ul.flex li:last-child {
  margin-bottom: 0;
}
.top .sec04 .inner .donation ul.flex li span {
  display: block;
  font-size: min(1.111vw, 16px);
  line-height: 1.6;
  padding-top: 0.5em;
  white-space: nowrap;
}
@media only screen and (max-width: 779px) {
  .top .sec04 .inner .donation ul.flex li span {
    font-size: 3.081vw;
  }
}