html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  background: #fff;
  font-size: 0.068vw;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.266vw;
    font-size: clamp(0.1px, 0.266vw, 1.5px);
  }
}
html.fixed {
  height: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #011a42;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
b {
  font-weight: bold;
}
.bluegreen {
  color: #4ba5ab !important;
}
a {
  color: inherit;
  appearance: none;
  text-decoration: none;
  transition: 0.3s ease;
}
button {
  appearance: none;
  outline: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.pc-oi {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .pc-oi {
    display: none !important;
  }
}
.sp-oi {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-oi {
    display: inline !important;
  }
}
.pc-ob {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-ob {
    display: none !important;
  }
}
.sp-ob {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ob {
    display: block !important;
  }
}
.img-box {
  font-size: 0;
  width: 100%;
}
.img-box img {
  width: 100%;
}
.wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    max-width: 560px;
  }
}
.wrap-out {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-out {
    max-width: 560px;
  }
}
.link-out {
  pointer-events: none;
}
section {
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.txt-link {
  color: color-rd;
  text-decoration: underline;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .txt-link:hover {
    opacity: 0.7;
  }
}
.txt-indent {
  display: flex;
}
.txt-indent > *:nth-of-type(1) {
  flex-shrink: 0;
}
.txt-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.txt-flex.left {
  justify-content: flex-start;
}
.txt-ib > * {
  display: inline-block;
}
.fixed-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed-bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bg-black {
  background: rgba(0,7,19,0.7);
}
.bg-blue {
  background: rgba(0,239,255,0.4);
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .bg-blue {
    padding-bottom: 70px;
  }
}
.tit-box-main .en {
  display: inline-block;
  background: radial-gradient(50% 50% at 50% 50%, #4ba5ab 0%, #a5d2d5 27.09%, #fff 100%);
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 100px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .tit-box-main .en {
    font-size: 60px;
  }
}
.tit-box-main .jp {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #d0eef5;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.tit-box-main .txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  width: 80%;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .tit-box-main .txt {
    width: 100%;
  }
}
.modal-sw {
  cursor: pointer;
}
header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  header {
    min-width: auto;
  }
}
.head-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .head-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .head-r {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    transition: 0.3s ease;
  }
  .head-r.on {
    left: 0;
  }
  .head-r nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background: rgba(1,26,66,0.7);
    height: 100svh;
    padding: 80px 50px;
  }
}
@media screen and (min-width: 768px) {
  .head-r ul {
    display: flex;
    align-items: center;
    gap: 38px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .head-r li + li {
    position: relative;
  }
  .head-r li + li:before {
    position: absolute;
    content: "";
    width: 6px;
    min-width: 0;
    aspect-ratio: 1/1;
    background: #00efff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: -22px;
    margin: auto 0;
  }
}
@media screen and (max-width: 767px) {
  .head-r li + li {
    margin: 40px 0 0;
  }
}
.head-r a {
  display: block;
}
@media screen and (min-width: 768px) {
  .head-r a:hover span {
    color: #011a42;
  }
}
.head-r span {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.06em;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .head-r span {
    font-size: 24px;
  }
}
.head-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .head-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 0 0 0 10px;
  }
  .head-btn.on .head-btn-in:before {
    top: 5px;
    transform: rotate(225deg);
  }
  .head-btn.on .head-btn-in:after {
    bottom: 5px;
    transform: rotate(-225deg);
  }
  .head-btn .head-btn-in {
    position: relative;
    display: block;
    width: 24px;
    height: 13px;
  }
  .head-btn .head-btn-in:before,
  .head-btn .head-btn-in:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #4ba5ab;
    left: 0;
    border-radius: 999px;
    transition: 0.3s ease;
  }
  .head-btn .head-btn-in:before {
    top: 0;
  }
  .head-btn .head-btn-in:after {
    bottom: 0;
  }
}
.sec-main {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
}
.sec-main .wrap-out {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 680px;
  max-height: 1060px;
}
@media screen and (max-width: 767px) {
  .sec-main .wrap-out {
    height: 100svh;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .sec-main .main-box {
    max-width: 560px;
    padding-bottom: 10vw;
  }
}
.sec-main .logo-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec-main .logo-box {
    gap: 5%;
  }
}
.sec-main .logo-box img {
  width: 100%;
  height: auto;
}
.sec-main .logo-fb {
  width: 142px;
}
@media screen and (max-width: 767px) {
  .sec-main .logo-fb {
    width: 23.6%;
  }
}
.sec-main .logo-oc {
  width: 163px;
}
@media screen and (max-width: 767px) {
  .sec-main .logo-oc {
    width: 22.38%;
  }
}
.sec-main .logo-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-main .logo-ico {
    width: 6%;
  }
}
.sec-main .logo-ico:before,
.sec-main .logo-ico:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #4ba5ab;
}
@media screen and (max-width: 767px) {
  .sec-main .logo-ico:before,
  .sec-main .logo-ico:after {
    height: 2px;
    background: #011a42;
  }
}
.sec-main .logo-ico:before {
  transform: rotate(45deg);
}
.sec-main .logo-ico:after {
  transform: rotate(-45deg);
}
.sec-main .tit-box {
  width: 856px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .tit-box {
    width: 100%;
    margin: 8% 0 0;
  }
}
.sec-main .tit-box img {
  width: 100%;
  height: auto;
}
.sec-main .scroll-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 20vh;
  max-height: 200px;
  min-height: 100px;
  background: #fff;
}
.sec-main .scroll-box .ico {
  position: absolute;
  width: 15px;
  min-width: 0;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  background: #4ba5ab;
  border-radius: 50%;
  top: 0;
  left: -7px;
  animation-name: scroll;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .sec-main .scroll-box .ico {
    width: 9px;
    left: -4px;
  }
}
@-moz-keyframes scroll {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes scroll {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.sec-main .news-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box {
    right: 20px;
    bottom: 40px;
  }
}
.sec-main .news-box article {
  display: block;
  width: 512px;
  border: 1px solid #4ba5ab;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box article {
    width: calc((100vw - 40px) * 0.81);
    min-width: 270px;
    max-width: 360px;
  }
}
.sec-main .news-box .news-head {
  padding: 15px 30px;
  background: rgba(20,90,150,0.6);
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .news-head {
    padding: 15px 5px 15px 20px;
  }
}
.sec-main .news-box .tit {
  display: flex;
  align-items: center;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .tit {
    flex-wrap: wrap;
  }
}
.sec-main .news-box .tit .mid {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #d0eef5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .tit .mid {
    font-size: 14px;
  }
}
.sec-main .news-box .tit .ico {
  width: 1px;
  height: 28px;
  background: #bfbfbf;
  margin: 0 21px;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .tit .ico {
    height: 18px;
    margin: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .tit .big {
    line-height: 1.6;
  }
}
.sec-main .news-box .tit .num {
  font-size: 40px;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .tit .num {
    font-size: 33px;
  }
}
.sec-main .news-box .tit .sml {
  font-size: 20px;
  letter-spacing: -0.06em;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .tit .sml {
    font-size: 14px;
  }
}
.sec-main .news-box .tit .ico-ex {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #bfbfbf;
  margin: 0 12px 10px;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .tit .ico-ex {
    margin: 0 5px 10px;
  }
}
.sec-main .news-box .txt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-main .news-box .txt {
    font-size: 14px;
    line-height: 1.28;
    text-align: left;
  }
}
.sec-main .news-box .news-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  height: 32px;
  background: rgba(0,116,181,0.95);
  padding: 0 25px;
}
.sec-main .news-box .news-foot:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d0eef5;
}
.sec-main .news-box .news-foot .txt {
  flex-shrink: 0;
  font-size: 14px;
}
.sec-about {
  padding-top: 85px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.sec-about .wrap-out {
  container-type: inline-size;
}
.about-box {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .about-box {
    padding: 0;
  }
}
.about-box .txt-box {
  margin: 44px 0 0;
}
@media screen and (max-width: 767px) {
  .about-box .txt-box {
    margin: 38px 0 0;
  }
}
.about-box .txt-box .txt {
  font-size: 20px;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-box .txt-box .txt {
    font-size: 16px;
    line-height: 1.875;
  }
}
.about-box .txt-box .txt+ .txt {
  margin: 2em 0 0;
}
.about-card-wrap {
  position: relative;
  margin: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .about-card-wrap {
    margin: 50px 0 0;
  }
}
.about-card-wrap .ico {
  position: absolute;
  width: 100cqw;
  height: 2px;
  background: #4ba5ab;
  top: 0;
  bottom: 0;
  left: calc(50% - 50cqw);
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .about-card-wrap .ico {
    display: none;
  }
}
.about-card-wrap .ico:before,
.about-card-wrap .ico:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 30px;
  background: #4ba5ab;
  top: -14px;
}
.about-card-wrap .ico:before {
  left: 0;
}
.about-card-wrap .ico:after {
  right: 0;
}
.about-card {
  position: relative;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about-card {
    display: grid;
    gap: 20px;
  }
}
.about-card aside {
  width: 100%;
  padding: 30px 40px;
  border-radius: 10px;
  background: #011a42;
}
@media screen and (max-width: 767px) {
  .about-card aside {
    padding: 30px;
  }
}
.about-card .txt {
  font-size: 16px;
  color: #d0eef5;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-card .txt {
    line-height: 1.75;
  }
}
.about-card .name {
  font-size: 16px;
  font-weight: 700;
  color: #d0eef5;
  letter-spacing: 0.04em;
  text-align: right;
  margin: 38px 0 0;
}
@media screen and (max-width: 767px) {
  .about-card .name {
    margin: 20px 0 0;
  }
}
.sec-winner {
  padding: 60px 0 150px;
}
@media screen and (max-width: 767px) {
  .sec-winner {
    padding: 60px 0;
  }
}
.sec-winner .tit-box-main {
  text-align: center;
}
.sec-winner .tit-box-main .en {
  font-size: 150px;
  background: linear-gradient(90deg, #344e5c 0%, #006ca7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec-winner .tit-box-main .en {
    font-size: 100px;
    padding: 0 20px;
  }
}
.sec-winner .tit-box-main .jp {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .sec-winner .tit-box-main .jp {
    font-size: 22px;
    padding: 0 10px;
  }
}
.winner-slide-wrap {
  position: relative;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .winner-slide-wrap {
    margin: 30px 0 0;
  }
}
.winner-slide-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #4ba5ab;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.winner-slide-wrap .slick-arrow {
  position: absolute;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .winner-slide-wrap .slick-arrow:hover {
    background: #011a42;
  }
  .winner-slide-wrap .slick-arrow:hover:before {
    border-color: #fff;
  }
}
.winner-slide-wrap .slick-arrow:before {
  position: absolute;
  content: "";
  width: 22px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-bottom: 7px solid #011a42;
  border-left: 7px solid #011a42;
  transform: rotate(45deg);
  margin-left: 4px;
  transition: 0.3s ease;
}
.winner-slide-wrap .slick-arrow.slick-prev {
  left: calc(50% - 438px);
}
.winner-slide-wrap .slick-arrow.slick-next {
  right: calc(50% - 438px);
  transform: rotate(180deg);
}
.winner-slide-wrap .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 20px;
  margin: 35px 0 0;
}
.winner-slide-wrap .slick-dots li {
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  transition: 0.3s ease;
}
.winner-slide-wrap .slick-dots .slick-active {
  width: 20px;
  background: #00efff;
  pointer-events: none;
}
.winner-indicator {
  display: none;
}
@media screen and (max-width: 767px) {
  .winner-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 0;
  }
}
.winner-indicator .slick-arrow {
  position: static;
  width: 52px;
}
.winner-indicator .slick-arrow:before {
  width: 14px;
  border-width: 5px;
}
.winner-indicator .slick-prev {
  order: 0;
}
.winner-indicator .slick-dots {
  order: 1;
  margin: 0;
}
.winner-indicator .slick-next {
  order: 2;
}
.winner-slide .slick-track {
  display: flex;
  align-items: center;
}
.winner-slide .slick-slide {
  display: flex !important;
  align-items: center !important;
  height: 100%;
}
.winner-slide .slick-slide > div {
  height: 100%;
  padding: 0 70px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .winner-slide .slick-slide > div {
    padding: 0 20px;
  }
}
.winner-slide .slick-slide .winner-in {
  pointer-events: all;
  cursor: pointer;
}
.winner-slide .slick-slide:not(.slick-current) > div {
  height: 400px;
}
.winner-slide .slick-slide:not(.slick-current) .winner-in {
  height: 400px;
  pointer-events: none;
}
.winner-slide .slick-slide:not(.slick-current) .winner-in .bg {
  opacity: 0;
}
.winner-slide .slick-slide:not(.slick-current) .winner-in .img-box:after {
  opacity: 1;
}
.winner-slide .slick-slide:not(.slick-current) .winner-in .v-box {
  opacity: 0;
}
.winner-slide .slick-slide:not(.slick-current) .winner-in .txt-box {
  opacity: 0;
  visibility: hidden;
}
.winner-in {
  position: relative;
  display: block;
  width: 460px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .winner-in:hover img {
    transform: scale(1.1);
  }
  .winner-in:hover .ico {
    background: #011a42;
  }
  .winner-in:hover .ico .svg-fill {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .winner-in {
    width: 100vw;
    max-width: 460px;
    padding: 0 20px 0 20px;
  }
}
.winner-in > * {
  position: relative;
}
.winner-in .bg {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 20px);
  border-radius: 0 0 10px 0;
  background: url("../img/winner-bg.webp") bottom center/cover no-repeat;
  bottom: 0;
  left: 50px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .winner-in .bg {
    width: calc(100% - 40px);
    left: auto;
    right: 0;
  }
}
.winner-in .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px 0 0 0;
  background: #fff;
  padding: 40px;
}
.winner-in .img-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(1,26,66,0.8);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.winner-in .img-box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.winner-in .v-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  height: 100%;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .winner-in .v-box {
    left: 10px;
  }
}
.winner-in .v-box:after {
  content: "";
  width: 6px;
  height: 100%;
  background: #00efff;
}
.winner-in .v-box .en {
  flex-shrink: 0;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .winner-in .v-box .en {
    font-size: 40px;
  }
}
.winner-in .txt-box {
  padding: 20px 50px 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .winner-in .txt-box {
    padding: 20px 20px 20px 40px;
  }
}
.winner-in .award {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.winner-in .name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .winner-in .name {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .winner-in .name {
    font-size: 24px;
  }
}
.winner-in .sta {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin: 15px 0 0;
}
.winner-in .ico {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 6px;
  bottom: 20px;
  right: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .winner-in .ico {
    right: 0;
    bottom: 0;
  }
}
.winner-in .ico.ico-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .winner-in .ico.ico-pc {
    display: none;
  }
}
.winner-in .ico.ico-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .winner-in .ico.ico-sp {
    display: flex;
  }
}
.winner-in .ico .svg {
  width: 20px;
}
.winner-in .ico .svg svg {
  width: 100%;
  height: auto;
}
.winner-in .ico .svg-fill {
  fill: #011a42;
  transition: 0.3s ease;
}
.sec-advisory {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec-advisory .tit-box-main {
  text-align: center;
}
.sec-advisory .tit-box-main .en {
  display: block;
  background: linear-gradient(90deg, #344e5c 0%, #006ca7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}
.advisory-box {
  display: flex;
  flex-wrap: wrap;
  gap: 53px;
  margin: 50px 0 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .advisory-box {
    gap: 20px;
  }
}
.advisory-box article {
  width: calc((100% - 53px * 3) / 4);
}
@media screen and (max-width: 767px) {
  .advisory-box article {
    width: calc(50% - 10px);
  }
}
.advisory-box .modal-sw {
  position: relative;
  padding-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .advisory-box .modal-sw:hover img {
    transform: scale(1.1);
  }
  .advisory-box .modal-sw:hover .ico {
    background: #4ba5ab;
  }
  .advisory-box .modal-sw:hover .ico .svg-fill {
    fill: #fff;
  }
}
.advisory-box .img-box {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.advisory-box .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.advisory-box .txt-box {
  margin: 13px 0 0;
}
@media screen and (max-width: 767px) {
  .advisory-box .txt-box {
    padding: 0 0 5px;
  }
}
.advisory-box .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}
.advisory-box .sta {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  margin: 6px 0 0;
}
.advisory-box .ico {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #4ba5ab;
  border-radius: 6px;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}
.advisory-box .ico .svg {
  width: 28px;
}
.advisory-box .ico .svg svg {
  width: 100%;
  height: auto;
}
.advisory-box .ico .svg-fill {
  fill: #4ba5ab;
  transition: 0.3s ease;
}
.sec-howto {
  padding-top: 110px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sec-howto {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .sec-howto .tit-box-main .en {
    font-size: 50px;
  }
}
.sec-howto .tit-box-main .en {
  padding-left: 0;
}
.howto-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .howto-box {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.howto-box article {
  position: relative;
  width: 230px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .howto-box article {
    width: 100%;
  }
}
.howto-box .howto-box-in {
  position: relative;
  border: 1px solid #00efff;
  border-radius: 10px;
  padding: 0 20px 40px;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 35px);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .howto-box .howto-box-in {
    height: 100%;
  }
}
.howto-box .howto-box-in-in {
  padding: 0 20px 40px;
}
.howto-box .num-wrap {
  position: absolute;
  top: -30px;
  left: -10px;
}
.howto-box .num {
  width: 70px;
  background: linear-gradient(201.6deg, #00efff 4.31%, #fff 52.18%, #00efff 100.05%);
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.howto-box .tit-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .howto-box .tit-box {
    height: 110px;
  }
}
.howto-box .tit-box:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 100%;
  background: #012054;
}
@media screen and (max-width: 767px) {
  .howto-box .tit-box:before {
    width: 34%;
  }
}
.howto-box .tit {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #00efff;
  line-height: 1.75;
  text-align: center;
}
.howto-box .txt-box {
  margin: 24px 0 0;
}
.howto-box .txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.sec-event {
  overflow: visible;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .sec-event {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .event-sticky {
    display: flex;
    justify-content: flex-end;
  }
  .event-sticky .sticky-l {
    position: relative;
    width: 356px;
    padding-bottom: 120px;
  }
  .event-sticky .tit-box-main {
    position: sticky;
    top: calc(50vh - 60px);
    left: 0;
  }
  .event-sticky .tit-box-main .en {
    padding-left: 0;
  }
  .event-sticky .sticky-r {
    flex-shrink: 0;
    padding-top: 20px;
  }
}
.event-head {
  border-left: 4px solid #fff;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .event-head {
    margin: 30px 0 0;
  }
}
.event-head .txt {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .event-head .txt {
    font-size: 24px;
  }
}
.event-head .txt .mid {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .event-head .txt .mid {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin: 10px 0 0;
  }
}
.event-head .txt .sml {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .event-head .txt .sml {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    margin: 10px 0 0;
  }
}
.event-box-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .event-box-wrap {
    margin: 40px 0 0;
  }
}
.event-box {
  width: 720px;
  padding-top: 20px;
  padding-bottom: 130px;
  border-left: 2px solid #4ba5ab;
}
@media screen and (max-width: 767px) {
  .event-box {
    width: 100%;
    padding: 20px 0 60px;
  }
}
.event-box article {
  padding-left: 30px;
  position: relative;
}
.event-box article:before,
.event-box article:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.event-box article:before {
  width: 30px;
  height: 2px;
  background: #4ba5ab;
  left: 0;
}
.event-box article:after {
  width: 16px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #00efff;
  border-radius: 50%;
  left: -9px;
}
.event-box article+ article {
  margin: 60px 0 0;
}
.event-box .event-in {
  background: linear-gradient(90deg, #a7d6da 0%, #a5d2d5 27.09%, #fff 100%);
  border-radius: 10px 0;
  padding: 24px 100px 24px 24px;
  filter: drop-shadow(10px 10px 0 #00efff);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .event-box .event-in {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .event-box .event-in:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .event-box .event-in {
    display: block;
    padding: 20px;
  }
}
.event-box .img-box {
  flex-shrink: 0;
  width: 240px;
  aspect-ratio: 24/16;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .event-box .img-box {
    width: 100%;
    max-width: 360px;
  }
}
.event-box .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-box .txt-box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .event-box .txt-box {
    margin: 20px 0 0;
  }
}
.event-box .data {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  color: #012054;
}
.event-box .data .big {
  font-size: 60px;
}
.event-box .data .sml {
  font-size: 30px;
  padding-left: 10px;
}
.event-box .tit {
  font-size: 23px;
  font-weight: 500;
  color: #011a42;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .event-box .tit {
    font-size: 18px;
    line-height: 1.66;
  }
}
.sec-contents {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-contents {
    padding: 60px 0 10px;
  }
}
.sec-contents .tit-box-main {
  text-align: center;
}
.sec-contents .tit-box-main .en {
  background: linear-gradient(90deg, #344e5c 0%, #006ca7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .sec-contents .tit-box-main .en {
    padding: 0 10px;
  }
}
.contents-slide-wrap {
  margin: 32px 0 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contents-slide-wrap {
    padding: 0;
  }
}
.contents-slide-wrap .slick-arrow {
  position: absolute;
  z-index: 20;
  width: 42px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contents-slide-wrap .slick-arrow:hover {
    border-color: #011a42;
  }
}
.contents-slide-wrap .slick-arrow.slick-prev {
  transform: rotate(45deg);
  left: calc(50% - 350px);
}
.contents-slide-wrap .slick-arrow.slick-next {
  transform: rotate(-135deg);
  right: calc(50% - 350px);
}
.contents-slide-wrap .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 20px;
  bottom: -60px;
}
.contents-slide-wrap .slick-dots li {
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  transition: 0.3s ease;
}
.contents-slide-wrap .slick-dots .slick-active {
  width: 20px;
  background: #00efff;
  pointer-events: none;
}
.contents-indicator {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0 0;
  }
}
.contents-indicator .slick-arrow {
  position: static;
  width: 30px;
}
.contents-indicator .slick-prev {
  order: 0;
}
.contents-indicator .slick-dots {
  order: 1;
  position: static;
  width: auto;
}
.contents-indicator .slick-next {
  order: 2;
}
.contents-slide {
  font-size: 0;
}
.contents-slide .slick-slide a {
  pointer-events: none;
}
.contents-slide .slick-slide .img-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #011a42;
  border-radius: 10px 0 0 0;
  top: 0;
  left: 0;
  opacity: 0.8;
  transition: 0.3s ease;
}
.contents-slide .slick-slide.slick-current a {
  pointer-events: all;
}
.contents-slide .slick-slide.slick-current .img-box:after {
  opacity: 0;
}
.contents-slide-in {
  display: block;
  width: 530px;
  margin: 0 90px;
}
@media screen and (min-width: 768px) {
  .contents-slide-in:hover .img img {
    transform: scale(1.1);
  }
  .contents-slide-in:hover .ico {
    background: #011a42;
  }
  .contents-slide-in:hover .ico:before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .contents-slide-in {
    width: 100vw;
    max-width: 530px;
    padding: 0 20px;
    margin: 0 20px;
  }
}
.contents-slide-in .img-box {
  position: relative;
}
.contents-slide-in .img-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #011a42;
  border-radius: 0 0 10px 0;
  top: 10px;
  left: 10px;
}
.contents-slide-in .logo {
  position: absolute;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 50px;
  border-radius: 10px 0 0 0;
  background: #fff;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contents-slide-in .logo {
    width: 100px;
    height: 40px;
  }
}
.contents-slide-in .logo img {
  width: 77px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contents-slide-in .logo img {
    width: 60px;
  }
}
.contents-slide-in .img {
  position: relative;
  aspect-ratio: 52/35;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.contents-slide-in .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.contents-slide-in .txt-box {
  position: relative;
  margin: 24px 0 0;
  padding: 0 10px;
}
.contents-slide-in .data {
  font-size: 14px;
  font-weight: 700;
  color: #011a42;
}
.contents-slide-in .tit {
  font-size: 16px;
  font-weight: 700;
  color: #011a42;
  line-height: 1.375;
  margin: 5px 0 0;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .contents-slide-in .tit {
    padding-right: 30px;
  }
}
.contents-slide-in .ico {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-slide-in .ico {
    width: 30px;
  }
}
.contents-slide-in .ico:before {
  position: absolute;
  content: "";
  width: 12px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-top: 4px solid #011a42;
  border-right: 4px solid #011a42;
  transform: rotate(45deg);
  margin-right: 2px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-slide-in .ico:before {
    width: 10px;
    border-width: 3px;
  }
}
.sec-sponsor {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .sec-sponsor {
    margin-top: 60px;
    padding: 0;
  }
}
.sec-sponsor .wrap-out {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec-sponsor .wrap-out {
    padding: 60px 20px;
  }
}
.sec-sponsor .tit-box-main {
  text-align: center;
}
.sec-sponsor .tit-box-main .en {
  background: linear-gradient(90deg, #344e5c 0%, #006ca7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .sec-sponsor .tit-box-main .en {
    padding: 0 10px;
  }
}
.sponsor-box {
  font-size: 0;
  margin: 35px 0 0;
}
.sponsor-box > * {
  margin-left: auto;
  margin-right: auto;
}
.sponsor-box > *+ * {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .sponsor-box > *+ * {
    margin-top: 40px;
  }
}
.sponsor-box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sponsor-box .sponsor {
  display: flex;
  justify-content: center;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .sponsor-box .sponsor {
    width: 100%;
    max-width: 360px;
  }
}
.sponsor-box .sponsor.ex {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .sponsor-box .sponsor.ex {
    width: 72%;
    max-width: 260px;
  }
}
.sponsor-test {
  width: 680px;
}
@media screen and (max-width: 767px) {
  .sponsor-test {
    width: 100%;
  }
}
.yt-box {
  width: 756px;
  aspect-ratio: 16/9;
  margin: 65px auto 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .yt-box {
    width: 100%;
    margin-top: 40px;
  }
}
.yt-box lite-youtube {
  width: 100%;
  height: 100%;
}
.yt-box .lty-playbtn {
  transition: 0.3s ease;
}
footer {
  background: #000;
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 60px 0;
  }
}
footer .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 96px;
}
@media screen and (max-width: 767px) {
  footer .logo-box {
    gap: 30px;
  }
}
footer .logo-box img {
  width: 100%;
  height: auto;
}
footer .logo-fb {
  width: 177px;
}
@media screen and (max-width: 767px) {
  footer .logo-fb {
    width: 120px;
  }
}
footer .logo-oc {
  width: 168px;
}
@media screen and (max-width: 767px) {
  footer .logo-oc {
    width: 118px;
  }
}
footer .copy {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 12px;
    padding: 0 20px;
    margin: 40px 0 0;
  }
}
.modal-wrap {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.modal-wrap.on {
  opacity: 1;
  visibility: visible;
}
.modal-close {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #011a42;
  opacity: 0.7;
}
.modal-box {
  position: relative;
  display: none;
  max-width: 1160px;
  width: 90%;
  background: #fff;
  padding: 45px 80px;
}
@media screen and (max-width: 767px) {
  .modal-box {
    padding: 40px 30px;
  }
}
.modal-box.on {
  display: block;
}
.modal-close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 0;
  aspect-ratio: 1/1;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-close-btn {
    width: 30px;
    top: 8px;
    right: 8px;
  }
}
.modal-close-btn:before,
.modal-close-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #4ba5ab;
}
.modal-close-btn:before {
  transform: rotate(45deg);
}
.modal-close-btn:after {
  transform: rotate(-45deg);
}
.modal-box-in {
  position: relative;
  max-height: calc(80vh - 90px);
  padding: 45px 10px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .modal-box-in {
    max-height: calc(90svh - 80px);
    padding: 10px 10px;
  }
}
.modal-box-in .en {
  position: absolute;
  display: block;
  top: -10px;
  right: 0;
  background: linear-gradient(90deg, #344e5c 0%, #006ca7 100%);
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: -0.08em;
  text-align: right;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .modal-box-in .en {
    display: none;
  }
}
.modal-box-in .en.win {
  font-size: 200px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.modal-box-in .en.ad {
  font-size: 120px;
  padding-right: 10px;
}
.modal-box-in .award {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .modal-box-in .award {
    font-size: 18px;
  }
}
.modal-box-in .name {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .modal-box-in .name {
    font-size: 32px;
  }
}
.modal-box-in .sta {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.modal-box-in .txt-box {
  margin: 40px 0 0;
  border-top: 4px solid #00efff;
  padding: 34px 0 0;
}
.modal-box-in .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .modal-box-in .txt {
    font-size: 16px;
    line-height: 1.875;
  }
}
.modal-box-in .big {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .modal-box-in .big {
    font-size: 18px;
  }
}
.modal-box-in .big .sml {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .modal-box-in .big .sml {
    font-size: 16px;
  }
}
.modal-box-in .txt-indent {
  margin: 1em 0 0;
}
.fade.fade-top {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}
.fade.fade-top.on {
  opacity: 1;
  transform: translateY(0);
}
body header {
  opacity: 0;
  transition: 1s ease;
}
body .sec-main {
  opacity: 0;
  transition: 1s ease;
}
body.on header {
  opacity: 1;
}
body.on .sec-main {
  opacity: 1;
}
