@charset "UTF-8";
/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #F2F2F2;
}

.bg-black {
  background: #000000;
}

.bg-grayWhite {
  background: #f2f2f2;
}

.bg-navy {
  background: #032D40;
}

.bg-gold {
  background: #C8B372;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000000;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media screen and (min-width: 750px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a::before, a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

video {
  vertical-align: bottom;
}

@media screen and (min-width: 750px) {
  .l-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.05;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.05;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bnr__float {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26.6%;
  display: none;
}
@media screen and (min-width: 750px) {
  .bnr__float {
    max-width: 100px;
  }
}
@media screen and (max-width: 749px) {
  .bnr__float {
    max-width: 60px;
  }
}
.bnr__float a {
  display: block;
}

.fadeUp {
  opacity: 0.05;
}
.fadeUp.js-scroll.is-active {
  -webkit-animation: fadeUp 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeUp 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeIn {
  opacity: 0.05;
}
.fadeIn.js-scroll.is-active {
  -webkit-animation: fadeIn 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeIn 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeDown {
  opacity: 0.05;
}
.fadeDown.js-scroll.is-active {
  -webkit-animation: fadeDown 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeDown 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video::after {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.video.-movie2::after {
  padding-top: 68.7022900763%;
}
.video.-movie3::after {
  padding-top: 61.0687022901%;
}
.video.-movie4::after {
  padding-top: 63.1043256997%;
}
.video.-max::after {
  padding-top: 100%;
}

.video-inr {
  position: absolute;
  z-index: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-inr video,
.video-inr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-inr .movie02 {
  padding: 2rem;
}
.video-inr .movie03 {
  padding: 0 2rem;
}
.video-inr .movie04 {
  padding: 0.7rem 2rem 0;
}

.video_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  inset: 0;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  /*&.video-movie04 {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 393 / 308;
  }*/
}
.video-wrap .video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-wrap.video-movie02 {
  aspect-ratio: 1/1;
}
.video-wrap.video-movie03, .video-wrap.video-movie04 {
  aspect-ratio: 786/855;
}
.video-wrap.video-movie05 {
  position: absolute;
  bottom: 0;
  left: 8.4635416667%;
  width: 39.0625%;
  aspect-ratio: 300/650;
  -webkit-box-shadow: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 rgba(0, 0, 0, 0.25);
          box-shadow: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 rgba(0, 0, 0, 0.25);
}
.video-wrap.video-movie05 .video {
  border-radius: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 0;
}
.video-wrap.video-movie06 {
  position: absolute;
  bottom: 0;
  right: 7.8125%;
  width: 39.0625%;
  aspect-ratio: 300/650;
  -webkit-box-shadow: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 rgba(0, 0, 0, 0.25);
          box-shadow: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 rgba(0, 0, 0, 0.25);
}
.video-wrap.video-movie06 .video {
  border-radius: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 0;
}
.video-wrap.video-movie07 {
  aspect-ratio: 393/334;
}
.video-wrap.video-movie10 {
  aspect-ratio: 393/537;
}
.video-wrap.video-movie10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #000000 100%);
  z-index: 2;
}
.video-wrap.video-movie11 {
  aspect-ratio: 353/214;
}
.video-wrap.video-movie12 {
  width: 89.8218829517%;
  margin: 0 auto;
  aspect-ratio: 353/250;
}
.video-wrap.video-movie15 {
  aspect-ratio: 393/290;
}
.video-wrap.video-smaller {
  width: 89.8218829517%;
  margin: 0 auto;
  aspect-ratio: 353/198;
}
.video-wrap.video-daily01 {
  width: 89.8218829517%;
  margin: 0 auto;
  aspect-ratio: 353/200;
}
.video-wrap.video-daily02 {
  width: 89.8218829517%;
  margin: 0 auto;
  aspect-ratio: 353/260;
}
.video-wrap.video-daily03 {
  width: 89.8218829517%;
  margin: 0 auto;
  aspect-ratio: 353/210;
}

/* ------------------------------
- section
------------------------------ */
.header {
  position: relative;
}

.kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.kv .kv-content {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.kv.is-active .kv-content {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.kv .kv-point {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.8s 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: all 0.8s 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
@media screen and (min-width: 750px) {
  .kv .kv-point {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media screen and (max-width: 749px) {
  .kv .kv-point {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.kv.is-active .kv-point {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.kv .kv-decoration {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.8s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.kv.is-active .kv-decoration {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.kv-top {
  position: relative;
}

.cv {
  position: relative;
  overflow: hidden;
}

.cv__btn {
  position: absolute;
  z-index: inherit;
  bottom: 8.5%;
  left: 17.8%;
  width: 64.3%;
}
.cv__btn img {
  width: 100%;
  -webkit-animation: lr-s 2s infinite;
          animation: lr-s 2s infinite;
}

@-webkit-keyframes lr-s {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  70% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  90% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes lr-s {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  70% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  90% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ov-img {
  position: relative;
  display: none;
}
.ov-img.is-active {
  display: block;
}
.ov-img li img {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0.05;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.ov-img li:nth-of-type(2) img {
  margin-top: -26rem;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 749px) {
  .ov-img li:nth-of-type(2) img {
    margin-top: -12rem;
  }
}
.ov-img li:nth-of-type(3) img {
  margin-top: -33.6rem;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 749px) {
  .ov-img li:nth-of-type(3) img {
    margin-top: -16.8rem;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0.05;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0.05;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 750px) {
  .box-zorofravity {
    padding-bottom: 10.8rem;
  }
}
@media screen and (max-width: 749px) {
  .box-zorofravity {
    padding-bottom: 5.4rem;
  }
}

.zorofravity-lowercircle img, .zorofravity-lowercircle .video {
  border-radius: 0 0 clamp(1rem, 4.07vw, 3.25rem) clamp(1rem, 4.07vw, 3.25rem);
}

.box-rounder img, .box-rounder .video {
  border-radius: clamp(0.75rem, 3.05vw, 2.5rem);
}

.img-animation {
  width: 89.8218829517%;
  margin: 0 auto;
}

.img-daily01 {
  width: 79.6437659033%;
  margin: 0 auto;
}

.img-daily02 {
  width: 88.6685552408%;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .sec-feature {
    padding-bottom: 24.6rem;
  }
}
@media screen and (max-width: 749px) {
  .sec-feature {
    padding-bottom: 12.8rem;
  }
}

.box-smaller {
  position: relative;
  width: 89.8218829517%;
  margin: 0 auto;
}

.block-relative {
  position: relative;
}

.block-positon {
  position: absolute;
  top: 0;
  left: 0;
}

.block-overflow {
  overflow: hidden;
}

.gif-wrap {
  width: 87.786259542%;
  height: auto;
  margin: 0 auto;
}
.gif-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(0.375rem, -0.451rem + 3.36vw, 1.125rem);
}

.read-more-01 {
  position: relative;
}

.read-more-01 .read-more-content {
  position: relative;
  max-height: min(118.8802083333vw, 913px);
  height: min(118.8802083333vw, 913px);
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.read-more-01:has(:checked) .read-more-content {
  height: auto;
  max-height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.read-more-01 .read-more-content::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 786/323;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60.5%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFF 60.5%, rgba(255, 255, 255, 0) 100%);
}

.read-more-01:has(:checked) .read-more-content::after {
  content: none;
}

.read-more-01 label {
  position: absolute;
  top: 0;
}

.read-more-01 label:hover {
  cursor: pointer;
}

.read-more-01:has(:checked) label {
  display: none;
}

.read-more-01 input {
  display: none;
}

/* Animation Classes */
.fadeUp {
  opacity: 0.05;
}

.fadeUp.js-scroll.is-active {
  animation: fadeUp 700ms cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

.fadeIn {
  opacity: 0.05;
}

.fadeIn.js-scroll.is-active {
  animation: fadeIn 700ms cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

.fadeDown {
  opacity: 0.05;
}

.fadeDown.js-scroll.is-active {
  animation: fadeDown 700ms cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

/* Video Styles */
.video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.video::after {
  content: "";
  display: block;
  padding-top: calc(262/393*100%);
}

.video.-movie2::after {
  padding-top: calc(270/393*100%);
}

.video.-movie3::after {
  padding-top: calc(240/393*100%);
}

.video.-movie4::after {
  padding-top: calc(248/393*100%);
}

.video.-max::after {
  padding-top: 100%;
}

.video-inr {
  position: absolute;
  z-index: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-inr video,
.video-inr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-inr .movie02 {
  padding: 2rem;
}

.video-inr .movie03 {
  padding: 0 2rem;
}

.video-inr .movie04 {
  padding: 0.7rem 2rem 0;
}

.video_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  inset: 0;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.video-wrap .video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.video-wrap.video-movie02 {
  aspect-ratio: 1 / 1;
}

.video-wrap.video-movie03,
.video-wrap.video-movie04 {
  aspect-ratio: 786 / 855;
}

.video-wrap.video-movie05 {
  position: absolute;
  bottom: 0;
  left: calc(65 / 768 * 100%);
  width: calc(300 / 768 * 100%);
  aspect-ratio: 300 / 650;
  box-shadow: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 rgba(0, 0, 0, 0.25);
}

.video-wrap.video-movie05 .video {
  border-radius: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 0;
}

.video-wrap.video-movie06 {
  position: absolute;
  bottom: 0;
  right: calc(60 / 768 * 100%);
  width: calc(300 / 768 * 100%);
  aspect-ratio: 300 / 650;
  box-shadow: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 rgba(0, 0, 0, 0.25);
}

.video-wrap.video-movie06 .video {
  border-radius: clamp(0.625rem, 2.67vw, 1.25rem) clamp(0.625rem, 2.67vw, 1.25rem) 0 0;
}

.video-wrap.video-movie07 {
  aspect-ratio: 393 / 334;
}

.video-wrap.video-movie10 {
  aspect-ratio: 393 / 537;
}

.video-wrap.video-movie10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #000000 100%);
  z-index: 2;
}

.video-wrap.video-movie11 {
  aspect-ratio: 353 / 214;
}

.video-wrap.video-movie12 {
  width: calc(353 / 393 * 100%);
  margin: 0 auto;
  aspect-ratio: 353 / 250;
}

.video-wrap.video-movie15 {
  aspect-ratio: 393 / 290;
}

.video-wrap.video-smaller {
  width: calc(353 / 393 * 100%);
  margin: 0 auto;
  aspect-ratio: 353 / 198;
}

.video-wrap.video-daily01 {
  width: calc(353 / 393 * 100%);
  margin: 0 auto;
  aspect-ratio: 353 / 200;
}

.video-wrap.video-daily02 {
  width: calc(353 / 393 * 100%);
  margin: 0 auto;
  aspect-ratio: 353 / 260;
}

.video-wrap.video-daily03 {
  width: calc(353 / 393 * 100%);
  margin: 0 auto;
  aspect-ratio: 353 / 210;
}

/* Keyframe Animations */
@keyframes fadeUp {
  0% {
    opacity: 0.05;
    transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.05;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0.05;
    transform: translateY(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Float Banner */
.bnr__float {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26.6%;
  display: none;
}

@media screen and (min-width: 750px) {
  .bnr__float {
    max-width: 100px;
  }
}

@media screen and (max-width: 749px) {
  .bnr__float {
    max-width: 60px;
  }
}

.bnr__float a {
  display: block;
}

/* Layout Inner */
@media screen and (min-width: 750px) {
  .l-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}

/* CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000000;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

@media screen and (min-width: 750px) {
  a {
    transition: all 0.3s;
  }
  a::before,
  a::after {
    transition: all 0.3s;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

video {
  vertical-align: bottom;
}

/* Visibility Classes */
@media screen and (min-width: 1024px) {
  .visible-md,
  .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}

@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg,
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}

@media screen and (max-width: 749px) {
  .visible-lg,
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

/* Background Color Classes */
.bg-white {
  background: #fff;
}

.bg-gray {
  background: #F2F2F2;
}

.bg-black {
  background: #000000;
}

.bg-grayWhite {
  background: #f2f2f2;
}

.bg-navy {
  background: #032D40;
}

.bg-gold {
  background: #C8B372;
}