@charset "UTF-8";
/*!
 * ress.css â€¢ v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #333333;
  text-align: justify;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

li {
  list-style: none;
}

video,
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input {
  border: none;
  outline: none;
}

.main {
  margin: 50px 0;
}

.main-inner {
  margin: auto;
  text-align: center;
}

.topvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../img/visuBG.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.topvisual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.topvisual-logo {
  position: absolute;
  top: 7.5%;
  right: 8%;
  width: 7vw;
}

.topvisual-con {
  position: relative;
  top: 8%;
  margin: auto;
  max-width: 750px;
}

.ttlbox {
  margin-bottom: 30px;
}

.ttlbox .ttl {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
}

.ttlbox .ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  max-width: 265px;
  border-top: 2px solid #333333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttlbox .ttl-bd_white::after {
  border-color: #ffffff;
}

.ttlbox .ttl-bd_blue::after {
  border-color: #006cff;
}

.ttlbox-topvisual .ttl {
  font-size: 4.0rem;
  font-size: calc(40 / 1920 * 100vw);
  color: #ffffff;
}

@media (min-width: 1921px) {
  .ttlbox-topvisual .ttl {
    font-size: 40px;
  }
}

.ttlbox-topvisual .ttl::after {
  border-color: #ffffff;
}

.readbox {
  margin-bottom: 30px;
}

.readbox .read {
  font-size: 2.4rem;
}

.readbox-topvisual .read {
  font-size: 1.9rem;
  font-size: calc(19 / 1920 * 100vw);
  color: #ffffff;
}

@media (min-width: 1921px) {
  .readbox-topvisual .read {
    font-size: 19px;
  }
}

.videobox {
  margin: auto;
  margin-bottom: 30px;
  max-width: 750px;
  width: 50vw;
}

.videobox .videocon {
  position: relative;
  overflow: hidden;
}

.videobox .videocon .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.videobox .videocon .thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  padding-top: 15%;
  background-image: url(../img/icon_play.svg);
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.75;
}

.videobox .videocon .thumb:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.scrollnav {
  position: relative;
  height: 10vh;
}

.scrollnav::before {
  content: '';
  position: absolute;
  top: 0;
  width: 2px;
  background-color: #ffffff;
  -webkit-animation: scrollnav 1.75s ease-out infinite;
          animation: scrollnav 1.75s ease-out infinite;
}

@-webkit-keyframes scrollnav {
  0% {
    top: 0;
    height: 0;
  }
  30% {
    top: 0;
    height: 100%;
  }
  40% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  70% {
    top: auto;
    bottom: 0;
    height: 0%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0%;
  }
}

@keyframes scrollnav {
  0% {
    top: 0;
    height: 0;
  }
  30% {
    top: 0;
    height: 100%;
  }
  40% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  70% {
    top: auto;
    bottom: 0;
    height: 0%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0%;
  }
}

.footer {
  text-align: center;
  padding-bottom: 10px;
}

.footer-logo {
  max-width: 170px;
  margin: auto;
  margin-bottom: 20px;
}

.footer-copy {
  font-size: 1rem;
}

.loadwrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #015eac;
  z-index: 2000;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.loadwrapper-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 150px;
  height: 150px;
  -webkit-animation: loading 2.95s linear 0s both;
          animation: loading 2.95s linear 0s both;
  background-image: url(../img/yaesu60th_logo.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loadwrapper.hide {
  opacity: 0;
  pointer-events: none;
}

.loadwrapper.hide .loadwrapper-icon {
  opacity: 0;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

a.textlink {
  position: relative;
  color: #015eac;
}

a.textlink::after {
  content: '';
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #015eac;
}

a.textlink:hover::after {
  display: none;
}

.sp-d {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-d {
    display: block !important;
  }
  .pc-d {
    display: none !important;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .mb-5-sp {
    margin-bottom: 5px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .mb-10-sp {
    margin-bottom: 10px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .mb-15-sp {
    margin-bottom: 15px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mb-20-sp {
    margin-bottom: 20px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .mb-25-sp {
    margin-bottom: 25px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mb-30-sp {
    margin-bottom: 30px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .mb-35-sp {
    margin-bottom: 35px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .mb-40-sp {
    margin-bottom: 40px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .mb-45-sp {
    margin-bottom: 45px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .mb-50-sp {
    margin-bottom: 50px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .mb-55-sp {
    margin-bottom: 55px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .mb-60-sp {
    margin-bottom: 60px;
  }
}

.mb-65 {
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  .mb-65-sp {
    margin-bottom: 65px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .mb-70-sp {
    margin-bottom: 70px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .mb-75-sp {
    margin-bottom: 75px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .mb-80-sp {
    margin-bottom: 80px;
  }
}

.mb-85 {
  margin-bottom: 85px;
}

@media (max-width: 768px) {
  .mb-85-sp {
    margin-bottom: 85px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .mb-90-sp {
    margin-bottom: 90px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}

@media (max-width: 768px) {
  .mb-95-sp {
    margin-bottom: 95px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .mb-100-sp {
    margin-bottom: 100px;
  }
}

.mb-105 {
  margin-bottom: 105px;
}

@media (max-width: 768px) {
  .mb-105-sp {
    margin-bottom: 105px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}

@media (max-width: 768px) {
  .mb-110-sp {
    margin-bottom: 110px;
  }
}

.mb-115 {
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .mb-115-sp {
    margin-bottom: 115px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .mb-120-sp {
    margin-bottom: 120px;
  }
}

.mb-125 {
  margin-bottom: 125px;
}

@media (max-width: 768px) {
  .mb-125-sp {
    margin-bottom: 125px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}

@media (max-width: 768px) {
  .mb-130-sp {
    margin-bottom: 130px;
  }
}

.mb-135 {
  margin-bottom: 135px;
}

@media (max-width: 768px) {
  .mb-135-sp {
    margin-bottom: 135px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}

@media (max-width: 768px) {
  .mb-140-sp {
    margin-bottom: 140px;
  }
}

.mb-145 {
  margin-bottom: 145px;
}

@media (max-width: 768px) {
  .mb-145-sp {
    margin-bottom: 145px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .mb-150-sp {
    margin-bottom: 150px;
  }
}

.fz-10 {
  font-size: 10px;
}

@media (max-width: 768px) {
  .fz-10-sp {
    font-size: 10px !important;
  }
}

.fz-11 {
  font-size: 11px;
}

@media (max-width: 768px) {
  .fz-11-sp {
    font-size: 11px !important;
  }
}

.fz-12 {
  font-size: 12px;
}

@media (max-width: 768px) {
  .fz-12-sp {
    font-size: 12px !important;
  }
}

.fz-13 {
  font-size: 13px;
}

@media (max-width: 768px) {
  .fz-13-sp {
    font-size: 13px !important;
  }
}

.fz-14 {
  font-size: 14px;
}

@media (max-width: 768px) {
  .fz-14-sp {
    font-size: 14px !important;
  }
}

.fz-15 {
  font-size: 15px;
}

@media (max-width: 768px) {
  .fz-15-sp {
    font-size: 15px !important;
  }
}

.fz-16 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .fz-16-sp {
    font-size: 16px !important;
  }
}

.fz-17 {
  font-size: 17px;
}

@media (max-width: 768px) {
  .fz-17-sp {
    font-size: 17px !important;
  }
}

.fz-18 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .fz-18-sp {
    font-size: 18px !important;
  }
}

.fz-19 {
  font-size: 19px;
}

@media (max-width: 768px) {
  .fz-19-sp {
    font-size: 19px !important;
  }
}

.fz-20 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .fz-20-sp {
    font-size: 20px !important;
  }
}

.fz-21 {
  font-size: 21px;
}

@media (max-width: 768px) {
  .fz-21-sp {
    font-size: 21px !important;
  }
}

.fz-22 {
  font-size: 22px;
}

@media (max-width: 768px) {
  .fz-22-sp {
    font-size: 22px !important;
  }
}

.fz-23 {
  font-size: 23px;
}

@media (max-width: 768px) {
  .fz-23-sp {
    font-size: 23px !important;
  }
}

.fz-24 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .fz-24-sp {
    font-size: 24px !important;
  }
}

.fz-25 {
  font-size: 25px;
}

@media (max-width: 768px) {
  .fz-25-sp {
    font-size: 25px !important;
  }
}

.fz-26 {
  font-size: 26px;
}

@media (max-width: 768px) {
  .fz-26-sp {
    font-size: 26px !important;
  }
}

.fz-27 {
  font-size: 27px;
}

@media (max-width: 768px) {
  .fz-27-sp {
    font-size: 27px !important;
  }
}

.fz-28 {
  font-size: 28px;
}

@media (max-width: 768px) {
  .fz-28-sp {
    font-size: 28px !important;
  }
}

.fz-29 {
  font-size: 29px;
}

@media (max-width: 768px) {
  .fz-29-sp {
    font-size: 29px !important;
  }
}

.fz-30 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .fz-30-sp {
    font-size: 30px !important;
  }
}

.fz-31 {
  font-size: 31px;
}

@media (max-width: 768px) {
  .fz-31-sp {
    font-size: 31px !important;
  }
}

.fz-32 {
  font-size: 32px;
}

@media (max-width: 768px) {
  .fz-32-sp {
    font-size: 32px !important;
  }
}

.fz-33 {
  font-size: 33px;
}

@media (max-width: 768px) {
  .fz-33-sp {
    font-size: 33px !important;
  }
}

.fz-34 {
  font-size: 34px;
}

@media (max-width: 768px) {
  .fz-34-sp {
    font-size: 34px !important;
  }
}

.fz-35 {
  font-size: 35px;
}

@media (max-width: 768px) {
  .fz-35-sp {
    font-size: 35px !important;
  }
}

.fz-36 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .fz-36-sp {
    font-size: 36px !important;
  }
}

.fz-37 {
  font-size: 37px;
}

@media (max-width: 768px) {
  .fz-37-sp {
    font-size: 37px !important;
  }
}

.fz-38 {
  font-size: 38px;
}

@media (max-width: 768px) {
  .fz-38-sp {
    font-size: 38px !important;
  }
}

.fz-39 {
  font-size: 39px;
}

@media (max-width: 768px) {
  .fz-39-sp {
    font-size: 39px !important;
  }
}

.fz-40 {
  font-size: 40px;
}

@media (max-width: 768px) {
  .fz-40-sp {
    font-size: 40px !important;
  }
}

.fz-41 {
  font-size: 41px;
}

@media (max-width: 768px) {
  .fz-41-sp {
    font-size: 41px !important;
  }
}

.fz-42 {
  font-size: 42px;
}

@media (max-width: 768px) {
  .fz-42-sp {
    font-size: 42px !important;
  }
}

.fz-43 {
  font-size: 43px;
}

@media (max-width: 768px) {
  .fz-43-sp {
    font-size: 43px !important;
  }
}

.fz-44 {
  font-size: 44px;
}

@media (max-width: 768px) {
  .fz-44-sp {
    font-size: 44px !important;
  }
}

.fz-45 {
  font-size: 45px;
}

@media (max-width: 768px) {
  .fz-45-sp {
    font-size: 45px !important;
  }
}

.fz-46 {
  font-size: 46px;
}

@media (max-width: 768px) {
  .fz-46-sp {
    font-size: 46px !important;
  }
}

.fz-47 {
  font-size: 47px;
}

@media (max-width: 768px) {
  .fz-47-sp {
    font-size: 47px !important;
  }
}

.fz-48 {
  font-size: 48px;
}

@media (max-width: 768px) {
  .fz-48-sp {
    font-size: 48px !important;
  }
}

.fz-49 {
  font-size: 49px;
}

@media (max-width: 768px) {
  .fz-49-sp {
    font-size: 49px !important;
  }
}

.fz-50 {
  font-size: 50px;
}

@media (max-width: 768px) {
  .fz-50-sp {
    font-size: 50px !important;
  }
}

.fz-51 {
  font-size: 51px;
}

@media (max-width: 768px) {
  .fz-51-sp {
    font-size: 51px !important;
  }
}

.fz-52 {
  font-size: 52px;
}

@media (max-width: 768px) {
  .fz-52-sp {
    font-size: 52px !important;
  }
}

.fz-53 {
  font-size: 53px;
}

@media (max-width: 768px) {
  .fz-53-sp {
    font-size: 53px !important;
  }
}

.fz-54 {
  font-size: 54px;
}

@media (max-width: 768px) {
  .fz-54-sp {
    font-size: 54px !important;
  }
}

.fz-55 {
  font-size: 55px;
}

@media (max-width: 768px) {
  .fz-55-sp {
    font-size: 55px !important;
  }
}

.fz-56 {
  font-size: 56px;
}

@media (max-width: 768px) {
  .fz-56-sp {
    font-size: 56px !important;
  }
}

.fz-57 {
  font-size: 57px;
}

@media (max-width: 768px) {
  .fz-57-sp {
    font-size: 57px !important;
  }
}

.fz-58 {
  font-size: 58px;
}

@media (max-width: 768px) {
  .fz-58-sp {
    font-size: 58px !important;
  }
}

.fz-59 {
  font-size: 59px;
}

@media (max-width: 768px) {
  .fz-59-sp {
    font-size: 59px !important;
  }
}

.fz-60 {
  font-size: 60px;
}

@media (max-width: 768px) {
  .fz-60-sp {
    font-size: 60px !important;
  }
}

.fz-61 {
  font-size: 61px;
}

@media (max-width: 768px) {
  .fz-61-sp {
    font-size: 61px !important;
  }
}

.fz-62 {
  font-size: 62px;
}

@media (max-width: 768px) {
  .fz-62-sp {
    font-size: 62px !important;
  }
}

.fz-63 {
  font-size: 63px;
}

@media (max-width: 768px) {
  .fz-63-sp {
    font-size: 63px !important;
  }
}

.fz-64 {
  font-size: 64px;
}

@media (max-width: 768px) {
  .fz-64-sp {
    font-size: 64px !important;
  }
}

.fz-65 {
  font-size: 65px;
}

@media (max-width: 768px) {
  .fz-65-sp {
    font-size: 65px !important;
  }
}

.fz-66 {
  font-size: 66px;
}

@media (max-width: 768px) {
  .fz-66-sp {
    font-size: 66px !important;
  }
}

.fz-67 {
  font-size: 67px;
}

@media (max-width: 768px) {
  .fz-67-sp {
    font-size: 67px !important;
  }
}

.fz-68 {
  font-size: 68px;
}

@media (max-width: 768px) {
  .fz-68-sp {
    font-size: 68px !important;
  }
}

.fz-69 {
  font-size: 69px;
}

@media (max-width: 768px) {
  .fz-69-sp {
    font-size: 69px !important;
  }
}

.fz-70 {
  font-size: 70px;
}

@media (max-width: 768px) {
  .fz-70-sp {
    font-size: 70px !important;
  }
}

.fz-71 {
  font-size: 71px;
}

@media (max-width: 768px) {
  .fz-71-sp {
    font-size: 71px !important;
  }
}

.fz-72 {
  font-size: 72px;
}

@media (max-width: 768px) {
  .fz-72-sp {
    font-size: 72px !important;
  }
}

.fz-73 {
  font-size: 73px;
}

@media (max-width: 768px) {
  .fz-73-sp {
    font-size: 73px !important;
  }
}

.fz-74 {
  font-size: 74px;
}

@media (max-width: 768px) {
  .fz-74-sp {
    font-size: 74px !important;
  }
}

.fz-75 {
  font-size: 75px;
}

@media (max-width: 768px) {
  .fz-75-sp {
    font-size: 75px !important;
  }
}

.fz-76 {
  font-size: 76px;
}

@media (max-width: 768px) {
  .fz-76-sp {
    font-size: 76px !important;
  }
}

.fz-77 {
  font-size: 77px;
}

@media (max-width: 768px) {
  .fz-77-sp {
    font-size: 77px !important;
  }
}

.fz-78 {
  font-size: 78px;
}

@media (max-width: 768px) {
  .fz-78-sp {
    font-size: 78px !important;
  }
}

.fz-79 {
  font-size: 79px;
}

@media (max-width: 768px) {
  .fz-79-sp {
    font-size: 79px !important;
  }
}

.fz-80 {
  font-size: 80px;
}

@media (max-width: 768px) {
  .fz-80-sp {
    font-size: 80px !important;
  }
}

.fz-81 {
  font-size: 81px;
}

@media (max-width: 768px) {
  .fz-81-sp {
    font-size: 81px !important;
  }
}

.fz-82 {
  font-size: 82px;
}

@media (max-width: 768px) {
  .fz-82-sp {
    font-size: 82px !important;
  }
}

.fz-83 {
  font-size: 83px;
}

@media (max-width: 768px) {
  .fz-83-sp {
    font-size: 83px !important;
  }
}

.fz-84 {
  font-size: 84px;
}

@media (max-width: 768px) {
  .fz-84-sp {
    font-size: 84px !important;
  }
}

.fz-85 {
  font-size: 85px;
}

@media (max-width: 768px) {
  .fz-85-sp {
    font-size: 85px !important;
  }
}

.fz-86 {
  font-size: 86px;
}

@media (max-width: 768px) {
  .fz-86-sp {
    font-size: 86px !important;
  }
}

.fz-87 {
  font-size: 87px;
}

@media (max-width: 768px) {
  .fz-87-sp {
    font-size: 87px !important;
  }
}

.fz-88 {
  font-size: 88px;
}

@media (max-width: 768px) {
  .fz-88-sp {
    font-size: 88px !important;
  }
}

.fz-89 {
  font-size: 89px;
}

@media (max-width: 768px) {
  .fz-89-sp {
    font-size: 89px !important;
  }
}

.fz-90 {
  font-size: 90px;
}

@media (max-width: 768px) {
  .fz-90-sp {
    font-size: 90px !important;
  }
}

.fz-91 {
  font-size: 91px;
}

@media (max-width: 768px) {
  .fz-91-sp {
    font-size: 91px !important;
  }
}

.fz-92 {
  font-size: 92px;
}

@media (max-width: 768px) {
  .fz-92-sp {
    font-size: 92px !important;
  }
}

.fz-93 {
  font-size: 93px;
}

@media (max-width: 768px) {
  .fz-93-sp {
    font-size: 93px !important;
  }
}

.fz-94 {
  font-size: 94px;
}

@media (max-width: 768px) {
  .fz-94-sp {
    font-size: 94px !important;
  }
}

.fz-95 {
  font-size: 95px;
}

@media (max-width: 768px) {
  .fz-95-sp {
    font-size: 95px !important;
  }
}

.fz-96 {
  font-size: 96px;
}

@media (max-width: 768px) {
  .fz-96-sp {
    font-size: 96px !important;
  }
}

.fz-97 {
  font-size: 97px;
}

@media (max-width: 768px) {
  .fz-97-sp {
    font-size: 97px !important;
  }
}

.fz-98 {
  font-size: 98px;
}

@media (max-width: 768px) {
  .fz-98-sp {
    font-size: 98px !important;
  }
}

.fz-99 {
  font-size: 99px;
}

@media (max-width: 768px) {
  .fz-99-sp {
    font-size: 99px !important;
  }
}

.fz-100 {
  font-size: 100px;
}

@media (max-width: 768px) {
  .fz-100-sp {
    font-size: 100px !important;
  }
}

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.ff-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.ff-lato {
  font-family: 'Lato', sans-serif;
}

.c-black {
  color: #000000;
}

.c-grey {
  color: #9e9e9e;
}

.c-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.indent_1 {
  padding-left: 1em;
  text-indent: -1em;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .main-inner {
    padding: 0 5%;
  }
  .topvisual {
    height: 700px;
  }
  .topvisual-logo {
    position: absolute;
    top: 5.0%;
    right: 50%;
    width: 70px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .topvisual-con {
    position: relative;
    top: 18%;
    margin: auto;
    max-width: 500px;
    padding: 0 5%;
  }
  .ttlbox {
    margin-bottom: 20px;
  }
  .ttlbox .ttl {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  .ttlbox-topvisual .ttl {
    font-size: 2.8rem;
  }
  .readbox {
    margin-bottom: 20px;
  }
  .readbox .read {
    font-size: 1.8rem;
  }
  .readbox-topvisual .read {
    font-size: 1.4rem;
  }
  .videobox {
    width: 100%;
    max-width: 420px;
  }
  .scrollnav {
    position: relative;
    height: 65px;
  }
}
/*# sourceMappingURL=styles.css.map */