/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: 'KosugiMaru';
  src: url('../fonts/KosugiMaru-Regular.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
}

html, body {
  font-family: "KosugiMaru", serif !important;
}

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

img {
  max-width: 100%;
}

body {
  color: #1f2024;
  font-size: 16px;
  line-height: 1.3;
}

.justify-between {
  justify-content: space-between;
}

.d-hide {
  display: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner .container {
  position: relative;
}

.section-banner .line {
  position: absolute;
  top: -175px;
  right: 35px;
  z-index: -1;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-self: center;
  text-align: center;
  height: 70px;
}

.section-banner {
  margin-top: 28px;
}

.section-banner .title {
  font-size: 45px;
  font-weight: 700;
  color: #00aaeb;
  margin-top: 30px;
}

.section-banner .content-1 {
  margin-top: 16px;
  line-height: 1.6;
  padding-right: 5px;
}

.section-banner .content-2 {
  margin-top: 26px;
  line-height: 1.6;
  padding-right: 5px;
}

.section-banner .download {
  margin-top: 30px;
}

.section-banner .download a {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.section-banner .image {
  position: relative;
  z-index: 2;
}

.section-calendar {
  background-color: #f1f5f9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-calendar .info .title {
  font-size: 32px;
  font-weight: 800;
}

.section-calendar .info .content {
  margin-top: 32px;
  line-height: 1.6;
  font-size: 20px;
}

.section-your-calendar {
  background-color: #f1f5f9;
}

.section-your-calendar .info .title {
  font-size: 32px;
  font-weight: 800;
}

.section-your-calendar .info .content {
  margin-top: 32px;
  line-height: 1.6;
  font-size: 20px;
}

.section-event {
  background-color: #f1f5f9;
  padding-top: 30px;
}

.section-event .info .title {
  font-size: 32px;
  font-weight: 800;
}

.section-event .info .content {
  margin-top: 32px;
  line-height: 1.6;
  font-size: 20px;
}

.section-event .info .content-small {
  font-size: 14px;
  margin-top: 24px;
}

.section-event .image {
  position: relative;
  z-index: 2;
}

.section-follow {
  background-color: #f1f5f9;
  padding-top: 30px;
}

.section-follow .info .title {
  font-size: 32px;
  font-weight: 800;
}

.section-follow .info .content {
  margin-top: 32px;
  line-height: 1.6;
  font-size: 20px;
}

.section-follow .info .content-small {
  font-size: 14px;
  margin-top: 24px;
}

.section-follow .image {
  position: relative;
  z-index: 2;
}

.section-follow .info .content {
  padding-bottom: 30px;
}

.image {
  text-align: center;
}

.main {
  position: relative;
  overflow: hidden;
}

.line {
  position: absolute;
  width: 4px;
  height: 60%;
  background-color: transparent;
}

.line.blue {
  left: calc(50% - 40px);
  top: 433px;
  border-top-left-radius: 50px;
  width: calc(100% - 50px);
  border: 24px solid rgba(0, 150, 255, 1);
  border-bottom: 0;
  height: 262px;
}

.line.green {
  left: calc(50% - -7px);
  top: 360px;
  border-top-left-radius: 50px;
  width: calc(100% - 50px);
  border: 24px solid rgba(31, 197, 158, 1);
  border-bottom: 0;
  height: 335px;
  z-index: 1;
}

.line.pink {
  left: calc(50% - -56px);
  top: 295px;
  border-top-left-radius: 50px;
  width: calc(100% - 50px);
  border: 24px solid rgba(244, 44, 119, 1);
  border-bottom: 0;
  height: 400px;
}

.line.pink-under {
  right: calc(50% - 80px);
  bottom: 335px;
  border-bottom-right-radius: 50px;
  width: calc(100% - 50px);
  border: 24px solid rgba(244, 44, 119, 0.2);
  border-top: 0;
  height: calc(74% - 70px);
}

.line.green-under {
  right: calc(50% + -31px);
  bottom: 268px;
  border-bottom-right-radius: 50px;
  width: calc(100% - 50px);
  border: 24px solid rgba(31, 197, 158, 0.2);
  border-top: 0;
  height: calc(80% - 140px);
}

.line.blue-under {
  right: calc(50% + 16px);
  bottom: 191px;
  border-bottom-right-radius: 50px;
  width: calc(100% - 50px);
  border: 24px solid rgba(0, 150, 255, 0.2);
  border-top: 0;
  height: calc(80% - 160px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1219px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .section-banner .image {
    left: -10px;
  }
  .section-banner .download a {
    margin-top: 0;
  }
  .section-banner .download a:nth-child(2) {
    margin-left: 20px;
  }
  .section-calendar .info .title {
    font-size: 56px;
    margin-top: 273px;
  }
  .section-your-calendar .info {
    padding-left: 140px;
  }
  .section-your-calendar .info .title {
    font-size: 56px;
    margin-top: 176px;
  }
  .section-event {
    padding-top: 60px;
  }
  .section-event .info .title {
    margin-top: 60px;
    font-size: 56px;
  }
  .section-follow .info {
    margin-top: 360px;
  }
  .section-follow .info .title {
    font-size: 56px;
  }
}
