@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=BIZ+UDPMincho:wght@400;700&family=Manrope:wght@200..800&display=swap");
ul, li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

:root {
  --vw: 1vw;
}

@media only screen and (max-width: 767.98px) {
  .tbpc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

html {
  background: #fff;
}

body {
  position: relative;
  z-index: 1;
  color: #000;
  line-height: 1.714;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-size: calc(var(--vw) * 16 / 1200 * 100);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  body {
    min-width: 0;
  }
}
body.open {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: calc(var(--vw) * 14 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    width: 100%;
    line-height: 1.8;
    min-width: inherit;
  }
}
body.hidden {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

input,
select, button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  appearance: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  display: none;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

a, button {
  text-decoration: none;
  color: var(--color-black);
}
a.underline, button.underline {
  text-decoration: underline;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a.fade,
div.fade,
input.fade {
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
a.fade:hover,
div.fade:hover,
input.fade:hover {
  opacity: 0.6;
}

#wrapper {
  position: relative;
}

.fadeObj {
  opacity: 0;
  transition: 0.6s;
}
.fadeObj.is-active {
  opacity: 1;
  transition: 0.6s;
}

#float_nav {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1001;
  bottom: calc(var(--vw) * 20 / 1200 * 100);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  #float_nav {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav {
    bottom: calc(var(--vw) * 20 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav {
    bottom: calc(var(--vw) * 20 / 750 * 100);
  }
}
body.open #float_nav {
  transition: 0.4s;
  opacity: 1 !important;
  visibility: visible !important;
}
#float_nav.active {
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
#float_nav .wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  border-radius: calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100);
  padding: calc(var(--vw) * 9 / 1200 * 100) calc(var(--vw) * 50 / 1200 * 100) calc(var(--vw) * 9 / 1200 * 100) calc(var(--vw) * 50 / 1200 * 100);
  width: calc(var(--vw) * 600 / 1200 * 100);
  max-width: 600px;
}
@media screen and (min-width: 1200px) {
  #float_nav .wrap {
    border-radius: 600px 600px 600px 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .wrap {
    border-radius: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  #float_nav .wrap {
    padding: 9px 50px 9px 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .wrap {
    padding: calc(var(--vw) * 9 / 750 * 100) calc(var(--vw) * 26 / 750 * 100) calc(var(--vw) * 9 / 750 * 100) calc(var(--vw) * 12 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .wrap {
    width: calc(var(--vw) * 307 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .wrap {
    left: 0;
    transform: translateX(0);
  }
}
#float_nav .float_nav_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#float_nav .float_nav_list li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#float_nav .float_nav_list li a .icon {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(var(--vw) * 32 / 1200 * 100);
  max-width: 32px;
  height: calc(var(--vw) * 32 / 1200 * 100);
}
@media only screen and (max-width: 767.98px) {
  #float_nav .float_nav_list li a .icon {
    width: calc(var(--vw) * 30.4 / 750 * 100);
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  #float_nav .float_nav_list li a .icon {
    height: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .float_nav_list li a .icon {
    height: calc(var(--vw) * 32 / 750 * 100);
  }
}
#float_nav .float_nav_list li a .icon img {
  display: block;
}
#float_nav .float_nav_list li a .icon .cart-count {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #D791AF;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  font-size: calc(var(--vw) * 6 / 1200 * 100);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  #float_nav .float_nav_list li a .icon .cart-count {
    font-size: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .float_nav_list li a .icon .cart-count {
    font-size: calc(var(--vw) * 6 / 750 * 100);
  }
}
#float_nav .float_nav_list li a .txt {
  font-weight: 700;
  font-size: calc(var(--vw) * 8 / 1200 * 100);
  margin-top: 0.7em;
}
@media screen and (min-width: 1200px) {
  #float_nav .float_nav_list li a .txt {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .float_nav_list li a .txt {
    font-size: calc(var(--vw) * 8 / 750 * 100);
  }
}
#float_nav .chat_wrap {
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.8);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100);
  padding: calc(var(--vw) * 9 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 9 / 1200 * 100) calc(var(--vw) * 18 / 1200 * 100);
  width: calc(var(--vw) * 100 / 1200 * 100);
  max-width: 100px;
}
@media screen and (min-width: 1200px) {
  #float_nav .chat_wrap {
    border-radius: 600px 0px 0px 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .chat_wrap {
    border-radius: calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 600 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  #float_nav .chat_wrap {
    padding: 9px 0px 9px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .chat_wrap {
    padding: calc(var(--vw) * 9 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 9 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .chat_wrap {
    width: calc(var(--vw) * 60 / 750 * 100);
    max-width: none;
  }
}
#float_nav .chat_wrap .chat_trigger {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  #float_nav .chat_wrap .chat_trigger {
    left: calc(var(--vw) * 6 / 750 * 100);
  }
}
#float_nav .chat_wrap .icon {
  display: inline-block;
  width: calc(var(--vw) * 32 / 1200 * 100);
  max-width: 32px;
}
@media only screen and (max-width: 767.98px) {
  #float_nav .chat_wrap .icon {
    width: calc(var(--vw) * 32 / 750 * 100);
    max-width: none;
  }
}
#float_nav .chat_wrap .txt {
  color: #fff;
  font-weight: 700;
  font-size: calc(var(--vw) * 8 / 1200 * 100);
  margin-top: 0.7em;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1200px) {
  #float_nav .chat_wrap .txt {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  #float_nav .chat_wrap .txt {
    font-size: calc(var(--vw) * 8 / 750 * 100);
  }
}

.btn_arrow {
  display: table;
  position: relative;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  background-color: transparent;
  border: 1px solid var(--color-black);
  border-radius: calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100);
  padding: calc(var(--vw) * 10 / 1200 * 100) calc(var(--vw) * 28 / 1200 * 100) calc(var(--vw) * 10 / 1200 * 100) calc(var(--vw) * 12 / 1200 * 100);
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .btn_arrow {
    border-radius: 600px 600px 600px 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_arrow {
    border-radius: calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .btn_arrow {
    padding: 10px 28px 10px 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_arrow {
    padding: calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 28 / 750 * 100) calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 24 / 750 * 100);
  }
}
.btn_arrow:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
.btn_arrow:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 1.5em;
  width: calc(var(--vw) * 6 / 1200 * 100);
  max-width: 6px;
  height: calc(var(--vw) * 6 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .btn_arrow:after {
    height: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_arrow:after {
    width: calc(var(--vw) * 8 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_arrow:after {
    height: calc(var(--vw) * 8 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_arrow:after {
    border-width: calc(var(--vw) * 2 / 750 * 100) calc(var(--vw) * 2 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
.btn_grad {
  display: table;
  color: #fff;
  position: relative;
  background: #A86A88;
  overflow: hidden;
  line-height: 1;
  letter-spacing: 0.07em;
  border-radius: calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100);
  font-size: calc(var(--vw) * 18 / 1200 * 100);
  padding: calc(var(--vw) * 20 / 1200 * 100) calc(var(--vw) * 50 / 1200 * 100) calc(var(--vw) * 20 / 1200 * 100) calc(var(--vw) * 24 / 1200 * 100);
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .btn_grad {
    border-radius: 600px 600px 600px 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_grad {
    border-radius: calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .btn_grad {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_grad {
    font-size: calc(var(--vw) * 18 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .btn_grad {
    padding: 20px 50px 20px 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_grad {
    padding: calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 50 / 750 * 100) calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 24 / 750 * 100);
  }
}
.btn_grad:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
.btn_grad span {
  position: relative;
  z-index: 1;
}
.btn_grad:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: calc(var(--vw) * 20 / 1200 * 100);
  width: calc(var(--vw) * 8 / 1200 * 100);
  max-width: 8px;
  height: calc(var(--vw) * 8 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .btn_grad:before {
    right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_grad:before {
    right: calc(var(--vw) * 20 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_grad:before {
    right: calc(var(--vw) * 25 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .btn_grad:before {
    height: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_grad:before {
    width: calc(var(--vw) * 8 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_grad:before {
    height: calc(var(--vw) * 8 / 750 * 100);
  }
}
.btn_grad:after {
  content: "";
  display: inline-block;
  width: calc(var(--vw) * 115 / 1200 * 100);
  max-width: 115px;
  height: 100%;
  background-image: linear-gradient(135deg, #A86A88 0% 38%, #B67694 38% 42%, #C683A1 42% 47%, #D791AF 47% 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .btn_grad:after {
    width: calc(var(--vw) * 126 / 750 * 100);
    max-width: none;
  }
}

.btn_line {
  display: table;
  color: #fff;
  position: relative;
  background: #06C755;
  overflow: hidden;
  line-height: 1;
  letter-spacing: 0.07em;
  border-radius: calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100) calc(var(--vw) * 600 / 1200 * 100);
  font-size: calc(var(--vw) * 18 / 1200 * 100);
  padding: calc(var(--vw) * 20 / 1200 * 100) calc(var(--vw) * 50 / 1200 * 100) calc(var(--vw) * 20 / 1200 * 100) calc(var(--vw) * 60 / 1200 * 100);
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .btn_line {
    border-radius: 600px 600px 600px 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line {
    border-radius: calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100) calc(var(--vw) * 600 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .btn_line {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line {
    font-size: calc(var(--vw) * 18 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .btn_line {
    padding: 20px 50px 20px 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line {
    padding: calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 50 / 750 * 100) calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 70 / 750 * 100);
  }
}
.btn_line:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
.btn_line span {
  position: relative;
  z-index: 1;
}
.btn_line:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: calc(var(--vw) * 20 / 1200 * 100);
  width: calc(var(--vw) * 8 / 1200 * 100);
  max-width: 8px;
  height: calc(var(--vw) * 8 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .btn_line:before {
    right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line:before {
    right: calc(var(--vw) * 20 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line:before {
    right: calc(var(--vw) * 25 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .btn_line:before {
    height: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line:before {
    width: calc(var(--vw) * 8 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line:before {
    height: calc(var(--vw) * 8 / 750 * 100);
  }
}
.btn_line:after {
  content: "";
  display: inline-block;
  width: calc(var(--vw) * 32 / 1200 * 100);
  max-width: 32px;
  height: calc(var(--vw) * 32 / 1200 * 100);
  background: url(../img/sns_ln.png) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: calc(var(--vw) * 20 / 1200 * 100);
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .btn_line:after {
    height: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line:after {
    width: calc(var(--vw) * 32 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line:after {
    height: calc(var(--vw) * 32 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .btn_line:after {
    left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line:after {
    left: calc(var(--vw) * 20 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .btn_line:after {
    left: calc(var(--vw) * 26 / 750 * 100);
  }
}

.bg_gray {
  background: #EDEEF0;
}

.bold {
  font-weight: 700;
}

.p01 {
  font-size: calc(var(--vw) * 18 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .p01 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p01 {
    font-size: calc(var(--vw) * 18 / 750 * 100);
  }
}

.p02 {
  font-size: calc(var(--vw) * 14 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .p02 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p02 {
    font-size: calc(var(--vw) * 14 / 750 * 100);
  }
}

.p03 {
  font-size: calc(var(--vw) * 24 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .p03 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p03 {
    font-size: calc(var(--vw) * 24 / 750 * 100);
  }
}

.p04 {
  font-size: calc(var(--vw) * 12 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .p04 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p04 {
    font-size: calc(var(--vw) * 12 / 750 * 100);
  }
}

.p05 {
  font-size: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .p05 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p05 {
    font-size: calc(var(--vw) * 20 / 750 * 100);
  }
}

.red {
  color: #D24B50;
}

.ttl01 {
  font-weight: 700;
  border-left: 5px solid var(--color-black);
  padding-left: 0.5em;
  letter-spacing: 0.1em;
  font-size: calc(var(--vw) * 18 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ttl01 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ttl01 {
    font-size: calc(var(--vw) * 18 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .ttl01 {
    border-width: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 5 / 750 * 100);
  }
}

.ttl02 {
  position: relative;
  font-weight: 700;
  background: #CDD2D7;
  padding: 0.3em 0.6em 1em 1.5em;
  padding-bottom: calc(var(--vw) * 18 / 1200 * 100);
  letter-spacing: 0.1em;
  font-size: calc(var(--vw) * 18 / 1200 * 100);
  margin-bottom: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ttl02 {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ttl02 {
    padding-bottom: calc(var(--vw) * 18 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .ttl02 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ttl02 {
    font-size: calc(var(--vw) * 18 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .ttl02 {
    border-width: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 5 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .ttl02 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ttl02 {
    margin-bottom: calc(var(--vw) * 40 / 750 * 100);
  }
}
.ttl02:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(var(--vw) * 12 / 1200 * 100);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#D5D9DD 0% 33%, #DDE0E3 33% 66%, #E5E7EA 66% 100%);
}
@media screen and (min-width: 1200px) {
  .ttl02:before {
    height: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ttl02:before {
    height: calc(var(--vw) * 12 / 750 * 100);
  }
}

.disc_list {
  padding-left: 1.9em;
}
@media only screen and (max-width: 767.98px) {
  .disc_list {
    padding-left: 1.4em;
  }
}
.disc_list li {
  list-style: disc;
  margin-top: 0.5em;
}
.disc_list li:first-child {
  margin-top: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  padding: calc(var(--vw) * 20 / 1200 * 100) calc(var(--vw) * 20 / 1200 * 100) calc(var(--vw) * 16 / 1200 * 100) calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  header {
    padding: 20px 20px 16px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: calc(var(--vw) * 16 / 750 * 100) calc(var(--vw) * 25 / 750 * 100) calc(var(--vw) * 16 / 750 * 100) calc(var(--vw) * 25 / 750 * 100);
  }
}
header .in {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #header_logo {
  width: calc(var(--vw) * 160 / 1200 * 100);
  max-width: 160px;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 767.98px) {
  header #header_logo {
    width: calc(var(--vw) * 160 / 750 * 100);
    max-width: none;
  }
}
header #header_logo img {
  transition: 0.4s;
}
header #header_logo.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  header #header_logo.active img {
    transition: 0.4s;
    filter: invert(100%) sepia(16%) saturate(3090%) hue-rotate(200deg) brightness(116%) contrast(96%);
  }
}
header .bg_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
header .bg_overlay.active {
  display: block;
}
header .nav {
  z-index: 5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  width: calc(var(--vw) * 360 / 1200 * 100);
  max-width: 360px;
  gap: calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 30 / 1200 * 100);
  padding: calc(var(--vw) * 35 / 1200 * 100) calc(var(--vw) * 50 / 1200 * 100) calc(var(--vw) * 30 / 1200 * 100) calc(var(--vw) * 40 / 1200 * 100);
  visibility: hidden;
  position: fixed;
  top: 0;
  right: calc(var(--vw) * -360 / 1200 * 100);
  height: 100dvh;
  background: #003d86;
  color: #fff;
  transition: 0.6s;
}
@media only screen and (max-width: 767.98px) {
  header .nav {
    width: calc(var(--vw) * 480 / 750 * 100);
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  header .nav {
    gap: 0px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav {
    gap: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 30 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  header .nav {
    padding: 35px 50px 30px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav {
    padding: calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 50 / 750 * 100) calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 40 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  header .nav {
    right: -360px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav {
    right: calc(var(--vw) * -360 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav {
    right: calc(var(--vw) * -480 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav {
    max-width: none;
  }
}
header .nav.active {
  visibility: visible;
  transition: 0.6s;
  right: 0;
}
header .nav_t01 {
  font-weight: 600;
  font-size: 18px;
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
  header .nav_t01 {
    font-size: calc(var(--vw) * 24 / 750 * 100);
  }
}
header .nav_t01:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
header .nav_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  header .nav_list {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav_list {
    margin-top: calc(var(--vw) * 50 / 750 * 100);
  }
}
header .nav_list li {
  margin-top: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  header .nav_list li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav_list li {
    margin-top: calc(var(--vw) * 20 / 750 * 100);
  }
}
header .nav_list li:first-child {
  margin-top: 0;
}
header .nav_list li a {
  transition: 0.4s;
  display: block;
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
header .nav_list li a:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
header .nav_list li a img {
  transition: 0.4s;
}
header .nav_btn_wrap {
  margin-top: calc(var(--vw) * 32 / 1200 * 100);
  padding: 0 1em;
}
@media screen and (min-width: 1200px) {
  header .nav_btn_wrap {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav_btn_wrap {
    margin-top: calc(var(--vw) * 32 / 750 * 100);
  }
}
header .nav_btn_wrap .nav_btn {
  background: #005cca;
  border-radius: 4px;
  display: block;
  color: #fff;
  transition: 0.4s;
  text-align: center;
  font-weight: 600;
  font-size: calc(var(--vw) * 18 / 1200 * 100);
  padding: calc(var(--vw) * 15 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 15 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  header .nav_btn_wrap .nav_btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav_btn_wrap .nav_btn {
    font-size: calc(var(--vw) * 24 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  header .nav_btn_wrap .nav_btn {
    padding: 15px 0px 15px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav_btn_wrap .nav_btn {
    padding: calc(var(--vw) * 15 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 15 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
header .nav_btn_wrap .nav_btn:hover {
  transition: 0.4s;
  background: #fff;
  color: #005cca;
}
@media only screen and (max-width: 767.98px) {
  header .nav .btn {
    margin-top: 3em;
  }
}

.nav_wrap {
  outline: 2px solid #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-radius: calc(var(--vw) * 10 / 1200 * 100) calc(var(--vw) * 10 / 1200 * 100) calc(var(--vw) * 10 / 1200 * 100) calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .nav_wrap {
    border-radius: 10px 10px 10px 10px;
  }
}

.contact {
  color: #fff;
  background: #005cca;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #fff;
  border-radius: calc(var(--vw) * 10 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 10 / 1200 * 100);
  padding: calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 37 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 37 / 1200 * 100);
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .contact {
    border-radius: 10px 0px 0px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact {
    border-radius: calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 10 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .contact {
    padding: 0px 37px 0px 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact {
    padding: calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 37 / 750 * 100) calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 37 / 750 * 100);
  }
}
.contact:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
@media only screen and (max-width: 767.98px) {
  .contact {
    font-size: 2.6vw;
  }
}

.hamburger {
  position: relative;
  background: #003d86;
  border-left: 0;
  border-radius: calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 10 / 1200 * 100) calc(var(--vw) * 10 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100);
  width: calc(var(--vw) * 60 / 1200 * 100);
  max-width: 60px;
  height: calc(var(--vw) * 60 / 1200 * 100);
  z-index: 100;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .hamburger {
    border-radius: 0px 10px 10px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hamburger {
    border-radius: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .hamburger {
    height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hamburger {
    width: calc(var(--vw) * 70 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .hamburger {
    height: calc(var(--vw) * 70 / 750 * 100);
  }
}
.hamburger.active {
  border: 2px solid #003d86;
}
.hamburger.active span {
  background-color: #fff;
}
.hamburger.active span:first-of-type { /* ハンバーガーメニューの1番目の線 */
  top: 50%;
  left: 30%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
  opacity: 0; /* 透明にする */
}
.hamburger.active span:last-of-type { /* ハンバーガーメニューの3番目の線 */
  top: 50%;
  left: 30%;
  transform: rotate(-45deg);
  bottom: auto;
}
.hamburger span {
  position: absolute;
  width: calc(var(--vw) * 22 / 1200 * 100);
  max-width: 22px;
  height: calc(var(--vw) * 1 / 1200 * 100);
  background-color: #fff;
  transition: 0.3s; /* 追記 */
}
@media only screen and (max-width: 767.98px) {
  .hamburger span {
    width: calc(var(--vw) * 26 / 750 * 100);
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .hamburger span {
    height: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hamburger span {
    height: calc(var(--vw) * 1 / 750 * 100);
  }
}
.hamburger span:first-of-type { /* ハンバーガーメニューの1番目の線 */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--vw) * 21 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .hamburger span:first-of-type {
    top: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hamburger span:first-of-type {
    top: calc(var(--vw) * 21 / 750 * 100);
  }
}
.hamburger span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger span:last-of-type { /* ハンバーガーメニューの3番目の線 */
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(var(--vw) * 21 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .hamburger span:last-of-type {
    bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hamburger span:last-of-type {
    bottom: calc(var(--vw) * 21 / 750 * 100);
  }
}

footer .top_area {
  background: #fff;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767.98px) {
  footer .top_area {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
footer .top_area .footer_ttl {
  width: 369px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  footer .top_area .footer_ttl {
    width: 60vw;
  }
}
footer .bottom_area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #005cca;
  padding: 25px 34px;
}
footer .bottom_area .copy {
  color: #fff;
  font-size: 12px;
}
footer .bottom_area .footer_logo {
  width: 191px;
}
footer .in {
  padding: calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 40 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  footer .in {
    padding: 0px 40px 0px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .in {
    padding: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 30 / 750 * 100);
  }
}

.overlay {
  z-index: 10000;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}
.overlay.active {
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.fade_up {
  animation: kasaneru01 0.8s forwards;
}

@keyframes kasaneru01 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fade_in {
  opacity: 0;
  transition: 0.6s;
}
.fade_in.is-active {
  opacity: 1;
  transition: 0.6s;
}

section .in {
  max-width: 1080px;
  padding: calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 40 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 40 / 1200 * 100);
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  section .in {
    padding: 0px 40px 0px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  section .in {
    padding: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 30 / 750 * 100);
  }
}

:root {
  --blue: #0a67ff;
  --dot: rgba(255,255,255,.15);
  /* ロード時アニメの尺（JS側と合わせる） */
  --dur-deco: 1000ms;
  --dur-logo: 1000ms;
  --gap: 1000ms;
  /* ステップ間の“間” */
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1300px;
  }
}

body.is-scrolllock {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

/* ======= 固定ステージ（sticky） ======= */
.stage {
  height: 450vh;
  position: relative;
}
.stage #header_logo {
  transition: opacity 0.35s ease;
  position: absolute;
  top: calc(var(--vw) * 26 / 1200 * 100);
  left: calc(var(--vw) * 20 / 1200 * 100);
  z-index: 1990;
  width: calc(var(--vw) * 160 / 1200 * 100);
  max-width: 160px;
}
@media screen and (min-width: 1200px) {
  .stage #header_logo {
    top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .stage #header_logo {
    top: calc(var(--vw) * 26 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .stage #header_logo {
    left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .stage #header_logo {
    left: calc(var(--vw) * 20 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .stage #header_logo {
    top: calc(var(--vw) * 26 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .stage #header_logo {
    left: calc(var(--vw) * 25 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .stage #header_logo {
    width: calc(var(--vw) * 160 / 750 * 100);
    max-width: none;
  }
}
.stage #header_logo img {
  transition: 0.4s;
}
.stage #header_logo.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .stage #header_logo.active img {
    transition: 0.4s;
    filter: invert(100%) sepia(16%) saturate(3090%) hue-rotate(200deg) brightness(116%) contrast(96%);
  }
}

.stage__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
}

/* 背景（ロードアニメ対象） */
.bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url(../img/kv_bg.png) 0 0/cover no-repeat;
  opacity: 1;
  transform: scale(1.02);
  transition: none;
  will-change: opacity, transform;
}
.bg.is-in {
  opacity: 1;
  transform: scale(1.02);
}

/* 飾り（ロードアニメ対象） */
.decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity var(--dur-deco) ease, transform var(--dur-deco) ease;
  background: url(../img/denki.png) center/cover no-repeat;
  will-change: opacity, transform;
}
@media only screen and (max-width: 767.98px) {
  .decor {
    background: url(../img/denki_sp.png) center/cover no-repeat;
  }
}
.decor .is-in {
  opacity: 1;
  transform: scale(1);
}

.decor.is-in {
  opacity: 1;
  transform: none;
}

/* ロゴ（ロードアニメ対象 + スクロールでフェードアウト） */
.logo {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity var(--dur-logo) ease, transform var(--dur-logo) ease;
  will-change: opacity, transform;
  width: 100%;
}
.logo img {
  width: calc(var(--vw) * 517 / 1200 * 100);
  max-width: 517px;
}
@media only screen and (max-width: 767.98px) {
  .logo img {
    width: calc(var(--vw) * 517 / 750 * 100);
    max-width: none;
  }
}

.logo.is-in {
  opacity: 1;
  transition: opacity var(--dur-logo) ease;
  transform: none;
}

/* ステートメント（スクロールで入→出） */
.statement {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  opacity: 0;
  will-change: opacity, transform;
}
.statement .statement__inner {
  width: calc(var(--vw) * 693 / 1200 * 100);
  max-width: 693px;
}
@media only screen and (max-width: 767.98px) {
  .statement .statement__inner {
    width: calc(var(--vw) * 693 / 750 * 100);
    max-width: none;
  }
}
.statement .statement_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(var(--vw) * 4 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .statement .statement_list {
    gap: 4px 0px;
  }
}
.statement .statement_list li {
  transition: none;
  opacity: 1 !important;
  width: 100%;
  line-height: 1;
  padding: 0.6em 0;
  font-weight: 600;
  font-size: calc(var(--vw) * 40 / 1200 * 100);
  background: rgba(0, 61, 134, 0.8);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .statement .statement_list li {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .statement .statement_list li {
    font-size: calc(var(--vw) * 40 / 750 * 100);
  }
}

/* 青ベタ + 半調（スクロールでフェードイン） */
.blue-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  background: rgba(0, 61, 134, 0.8);
}

/* 6枚グリッド（スクロールでフェードイン） */
.grid6 {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}
.grid6.is-in {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.grid6__wrap {
  width: min(1100px, 92vw);
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767.98px) {
  .grid6__wrap {
    gap: calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 20 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .grid6__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(var(--vw) * 351 / 1200 * 100);
  max-width: 351px;
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
  .card {
    width: calc(var(--vw) * 315 / 750 * 100);
    max-width: none;
  }
}
.card:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
/* ===== ステージ以降の通常コンテンツ ===== */
.content .block.cat01 {
  background: #003d86;
}
.content .block.cat01 .cat_section {
  background: url(../img/cat01_bg.png) center/2000px auto no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat01 .cat_section {
    background: url(../img/cat01_bg_sp.png) center/cover no-repeat;
  }
}
.content .block.cat01 .cat_section .cat_ttl {
  width: calc(var(--vw) * 585 / 1200 * 100);
  max-width: 585px;
  width: 585px;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat01 .cat_section .cat_ttl {
    width: calc(var(--vw) * 585 / 750 * 100);
    max-width: none;
  }
}
.content .block.cat01 .block_bottom .wrap .box .box_ttl {
  background: #d8f4f8;
}
.content .block.cat02 {
  background: #003d86;
}
.content .block.cat02 .cat_section {
  background: url(../img/cat02_bg.png) center/2000px auto no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat02 .cat_section {
    background: url(../img/cat02_bg_sp.png) center/cover no-repeat;
  }
}
.content .block.cat02 .cat_section .cat_ttl {
  width: calc(var(--vw) * 547 / 1200 * 100);
  max-width: 547px;
  width: 547px;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat02 .cat_section .cat_ttl {
    width: calc(var(--vw) * 547 / 750 * 100);
    max-width: none;
  }
}
.content .block.cat02 .block_bottom .wrap .box .box_ttl {
  background: #d0d2da;
}
.content .block.cat03 {
  background: #003d86;
}
.content .block.cat03 .cat_section {
  background: url(../img/cat03_bg.png) center/2000px auto no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat03 .cat_section {
    background: url(../img/cat03_bg_sp.png) center/cover no-repeat;
  }
}
.content .block.cat03 .cat_section .cat_ttl {
  width: calc(var(--vw) * 585 / 1200 * 100);
  max-width: 585px;
  width: 585px;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat03 .cat_section .cat_ttl {
    width: calc(var(--vw) * 585 / 750 * 100);
    max-width: none;
  }
}
.content .block.cat03 .block_bottom .wrap .box .box_ttl {
  background: #fff7e2;
}
.content .block.cat04 {
  background: #003d86;
}
.content .block.cat04 .cat_section {
  background: url(../img/cat04_bg.png) center/2000px auto no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat04 .cat_section {
    background: url(../img/cat04_bg_sp.png) center/cover no-repeat;
  }
}
.content .block.cat04 .cat_section .cat_ttl {
  width: calc(var(--vw) * 705 / 1200 * 100);
  max-width: 705px;
  width: 705px;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat04 .cat_section .cat_ttl {
    width: calc(var(--vw) * 705 / 750 * 100);
    max-width: none;
  }
}
.content .block.cat04 .block_bottom .wrap .box .box_ttl {
  background: #f0e8f2;
}
.content .block.cat05 {
  background: #003d86;
}
.content .block.cat05 .cat_section {
  background: url(../img/cat05_bg.png) center/2000px auto no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat05 .cat_section {
    background: url(../img/cat05_bg_sp.png) center/cover no-repeat;
  }
}
.content .block.cat05 .cat_section .cat_ttl {
  width: calc(var(--vw) * 705 / 1200 * 100);
  max-width: 705px;
  width: 705px;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat05 .cat_section .cat_ttl {
    width: calc(var(--vw) * 705 / 750 * 100);
    max-width: none;
  }
}
.content .block.cat05 .block_bottom .wrap .box .box_ttl {
  background: #d3e4d7;
}
.content .block.cat06 {
  background: #003d86;
}
.content .block.cat06 .cat_section {
  background: url(../img/cat06_bg.png) center/2000px auto no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat06 .cat_section {
    background: url(../img/cat06_bg_sp.png) center/cover no-repeat;
  }
}
.content .block.cat06 .cat_section .cat_ttl {
  width: calc(var(--vw) * 607 / 1200 * 100);
  max-width: 607px;
  width: 607px;
}
@media only screen and (max-width: 767.98px) {
  .content .block.cat06 .cat_section .cat_ttl {
    width: calc(var(--vw) * 607 / 750 * 100);
    max-width: none;
  }
}
.content .block.cat06 .block_bottom .wrap .box .box_ttl {
  background: #fbe7d5;
}
.content .cat_section {
  position: relative;
  height: 840px;
}
@media only screen and (max-width: 767.98px) {
  .content .cat_section {
    height: calc(var(--vw) * 1000 / 750 * 100);
  }
}
.content .cat_section .cat_ttl {
  position: absolute;
  top: 50px;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .content .cat_section .cat_ttl {
    top: calc(var(--vw) * 0 / 750 * 100);
  }
}
.content .cat_section .cat_txt {
  position: absolute;
  bottom: 50px;
  right: 0;
  background: rgba(0, 61, 134, 0.9);
  color: #fff;
  padding: 1em;
  width: calc(var(--vw) * 460 / 1200 * 100);
  max-width: 460px;
  width: 460px;
  font-size: calc(var(--vw) * 24 / 1200 * 100);
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  .content .cat_section .cat_txt {
    bottom: calc(var(--vw) * 0 / 750 * 100);
  }
}
@media screen and (min-width: 1200px) {
  .content .cat_section .cat_txt {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content .cat_section .cat_txt {
    font-size: calc(var(--vw) * 30 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .content .cat_section .cat_txt {
    padding: 0.8em;
    width: 100%;
    line-height: 1.6;
    max-width: none;
  }
}
.content .block_bottom {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom {
    padding-top: calc(var(--vw) * 70 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom {
    padding-bottom: calc(var(--vw) * 90 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom {
    padding: calc(var(--vw) * 70 / 750 * 100) calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 160 / 750 * 100) calc(var(--vw) * 30 / 750 * 100);
  }
}
.content .block_bottom .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 20px 20px;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap {
    gap: calc(var(--vw) * 50 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap {
    flex-direction: column;
  }
}
.content .block_bottom .wrap .box {
  display: block;
  width: 590px;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box {
    width: 100%;
  }
}
.content .block_bottom .wrap .box .qp {
  background: #fff;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box .qp {
    padding-bottom: calc(var(--vw) * 20 / 750 * 100);
  }
}
.content .block_bottom .wrap .box:hover .link_txt {
  transition: 0.4s;
  background: #fff;
  color: #003d86;
  border: 1px solid #003d86;
}
.content .block_bottom .wrap .box .box_ttl {
  text-align: left;
  color: #003d86;
  padding: 15px 26px;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box .box_ttl {
    padding: calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 30 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box .box_ttl {
    font-size: calc(var(--vw) * 28 / 750 * 100);
  }
}
.content .block_bottom .wrap .box .txt_img {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box .txt_img {
    padding: calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 30 / 750 * 100);
  }
}
.content .block_bottom .wrap .box .txt_img .txt {
  background: #fff;
  width: 70%;
  color: #003d86;
  padding: 20px 26px;
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box .txt_img .txt {
    font-size: calc(var(--vw) * 24 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box .txt_img .txt {
    padding: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
.content .block_bottom .wrap .box .txt_img .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 表示したい行数に */
  overflow: hidden;
}
.content .block_bottom .wrap .box .txt_img .img {
  margin-right: 15px;
  width: 30%;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box .txt_img .img {
    margin-right: 0;
  }
}
.content .block_bottom .wrap .box .txt_img .img img {
  width: 100%;
  object-fit: cover;
}
.content .block_bottom .wrap .box .link_txt {
  display: table;
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  padding: 0.3em 1.2em 0.2em;
  color: #fff;
  background: #003d86;
  transition: 0.4s;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .wrap .box .link_txt {
    font-size: calc(var(--vw) * 20 / 750 * 100);
  }
}
.content .block_bottom .btn {
  display: table;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  background: #005cca;
  color: #fff;
  border: 2px solid #fff;
  padding: 22px 0;
  width: 460px;
  border-radius: 6px;
  margin: 0 auto;
  transition: 0.4s;
  margin-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .btn {
    font-size: calc(var(--vw) * 30 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .btn {
    width: calc(var(--vw) * 500 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .btn {
    margin-top: calc(var(--vw) * 70 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .content .block_bottom .btn {
    padding: 1em 0;
  }
}
.content .block_bottom .btn:hover {
  transition: 0.4s;
  color: #005cca;
  background: #fff;
  border: 2px solid #005cca;
}

.fancybox-navigation .fancybox-button--arrow_left {
  background: transparent;
}
.fancybox-navigation .fancybox-button--arrow_left div {
  background: url(../img/prev.svg) 0 0/cover no-repeat;
}
.fancybox-navigation .fancybox-button--arrow_left div svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
  background: transparent;
}
.fancybox-navigation .fancybox-button--arrow_right div {
  background: url(../img/next.svg) 0 0/cover no-repeat;
}
.fancybox-navigation .fancybox-button--arrow_right div svg {
  display: none;
}

.fancybox-content {
  overflow: visible;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0px;
  right: -10px;
  top: -42px;
}

.fancybox-container.cat01ov .fancybox-bg {
  background: #3ec5da;
}
.fancybox-container.cat01ov .modal .modal_ttl {
  background: #d8f4f8;
}
.fancybox-container.cat02ov .fancybox-bg {
  background: #131e48;
}
.fancybox-container.cat02ov .modal .modal_ttl {
  background: #d0d2da;
}
.fancybox-container.cat03ov .fancybox-bg {
  background: #ffd870;
}
.fancybox-container.cat03ov .modal .modal_ttl {
  background: #fff7e2;
}
.fancybox-container.cat04ov .fancybox-bg {
  background: #b68cbe;
}
.fancybox-container.cat04ov .modal .modal_ttl {
  background: #f0e8f2;
}
.fancybox-container.cat05ov .fancybox-bg {
  background: #21763a;
}
.fancybox-container.cat05ov .modal .modal_ttl {
  background: #d3e4d7;
}
.fancybox-container.cat06ov .fancybox-bg {
  background: #ed852f;
}
.fancybox-container.cat06ov .modal .modal_ttl {
  background: #fbe7d5;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.75;
}

.modal {
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .modal {
    max-width: 90%;
  }
}
.modal .in_modal {
  max-width: 1200px;
  background: #fff;
}
.modal .modal_ttl {
  text-align: center;
  color: #003d86;
  background: #d8f4f8;
  padding: 15px 26px;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  .modal .modal_ttl {
    padding: calc(var(--vw) * 25 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 25 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .modal_ttl {
    font-size: calc(var(--vw) * 36 / 750 * 100);
  }
}
.modal .txt_img {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  padding: 40px 30px;
}
@media only screen and (max-width: 767.98px) {
  .modal .txt_img {
    padding: calc(var(--vw) * 25 / 750 * 100) calc(var(--vw) * 40 / 750 * 100) calc(var(--vw) * 40 / 750 * 100) calc(var(--vw) * 40 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .txt_img {
    flex-direction: column;
  }
}
.modal .txt_img .txt {
  color: #003d86;
  font-size: 18px;
  width: 540px;
}
@media only screen and (max-width: 767.98px) {
  .modal .txt_img .txt {
    font-size: calc(var(--vw) * 24 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .txt_img .txt {
    width: 100%;
  }
}
.modal .txt_img .img {
  width: 540px;
}
@media only screen and (max-width: 767.98px) {
  .modal .txt_img .img {
    margin-top: calc(var(--vw) * 20 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .txt_img .img {
    width: 100%;
  }
}
.modal .btn_area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .modal .btn_area {
    gap: calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .btn_area {
    padding-bottom: calc(var(--vw) * 40 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .btn_area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.modal .in_modal_btn {
  display: table;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  background: #005cca;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 0;
  width: 260px;
  border-radius: 6px;
  transition: 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
  .modal .in_modal_btn {
    font-size: calc(var(--vw) * 27 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .in_modal_btn {
    padding: calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 10 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
.modal .in_modal_btn:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
@media only screen and (max-width: 767.98px) {
  .modal .in_modal_btn {
    width: calc(var(--vw) * 390 / 750 * 100);
    max-width: none;
  }
}
.modal .in_modal_btn.btn01 {
  color: #005cca;
  background: #fff;
  border: 2px solid #005cca;
}
.modal .in_modal_btn.btn02 {
  color: #fff;
  background: #005cca;
  border: 2px solid #005cca;
}

.disc {
  padding-left: 1.2em;
}
.disc li {
  list-style: disc;
  margin-top: 0.3em;
}
.disc li:first-child {
  margin-top: 0;
}

.decimal {
  padding-left: 1.2em;
}
.decimal li {
  list-style: decimal;
  margin-top: 0.3em;
}
.decimal li:first-child {
  margin-top: 0;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.tdeco_under {
  text-decoration: underline;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_left {
  text-align: left !important;
  text-align: justify !important;
}

.align_left_noj {
  text-align: left !important;
}

@media only screen and (max-width: 767.98px) {
  .sp_align_center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}

.dblock {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

@media only screen and (max-width: 767.98px) {
  .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sptable {
    display: table !important;
  }
}

.relative {
  position: relative;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.fz10 {
  font-size: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz10 {
    font-size: 10px;
  }
}

.fz11 {
  font-size: calc(var(--vw) * 11 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz11 {
    font-size: 11px;
  }
}

.fz12 {
  font-size: calc(var(--vw) * 12 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz12 {
    font-size: 12px;
  }
}

.fz13 {
  font-size: calc(var(--vw) * 13 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz13 {
    font-size: 13px;
  }
}

.fz14 {
  font-size: calc(var(--vw) * 14 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz14 {
    font-size: 14px;
  }
}

.fz15 {
  font-size: calc(var(--vw) * 15 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz15 {
    font-size: 15px;
  }
}

.fz16 {
  font-size: calc(var(--vw) * 16 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz16 {
    font-size: 16px;
  }
}

.fz17 {
  font-size: calc(var(--vw) * 17 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz17 {
    font-size: 17px;
  }
}

.fz18 {
  font-size: calc(var(--vw) * 18 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz18 {
    font-size: 18px;
  }
}

.fz19 {
  font-size: calc(var(--vw) * 19 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz19 {
    font-size: 19px;
  }
}

.fz20 {
  font-size: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz20 {
    font-size: 20px;
  }
}

.fz21 {
  font-size: calc(var(--vw) * 21 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz21 {
    font-size: 21px;
  }
}

.fz22 {
  font-size: calc(var(--vw) * 22 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz22 {
    font-size: 22px;
  }
}

.fz23 {
  font-size: calc(var(--vw) * 23 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz23 {
    font-size: 23px;
  }
}

.fz24 {
  font-size: calc(var(--vw) * 24 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz24 {
    font-size: 24px;
  }
}

.fz25 {
  font-size: calc(var(--vw) * 25 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz25 {
    font-size: 25px;
  }
}

.fz26 {
  font-size: calc(var(--vw) * 26 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz26 {
    font-size: 26px;
  }
}

.fz27 {
  font-size: calc(var(--vw) * 27 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz27 {
    font-size: 27px;
  }
}

.fz28 {
  font-size: calc(var(--vw) * 28 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz28 {
    font-size: 28px;
  }
}

.fz29 {
  font-size: calc(var(--vw) * 29 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz29 {
    font-size: 29px;
  }
}

.fz30 {
  font-size: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz30 {
    font-size: 30px;
  }
}

.fz31 {
  font-size: calc(var(--vw) * 31 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz31 {
    font-size: 31px;
  }
}

.fz32 {
  font-size: calc(var(--vw) * 32 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz32 {
    font-size: 32px;
  }
}

.fz33 {
  font-size: calc(var(--vw) * 33 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz33 {
    font-size: 33px;
  }
}

.fz34 {
  font-size: calc(var(--vw) * 34 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz34 {
    font-size: 34px;
  }
}

.fz35 {
  font-size: calc(var(--vw) * 35 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz35 {
    font-size: 35px;
  }
}

.fz36 {
  font-size: calc(var(--vw) * 36 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz36 {
    font-size: 36px;
  }
}

.fz37 {
  font-size: calc(var(--vw) * 37 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz37 {
    font-size: 37px;
  }
}

.fz38 {
  font-size: calc(var(--vw) * 38 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz38 {
    font-size: 38px;
  }
}

.fz39 {
  font-size: calc(var(--vw) * 39 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz39 {
    font-size: 39px;
  }
}

.fz40 {
  font-size: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz40 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz10 {
    font-size: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz11 {
    font-size: calc(var(--vw) * 11 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz12 {
    font-size: calc(var(--vw) * 12 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz13 {
    font-size: calc(var(--vw) * 13 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz14 {
    font-size: calc(var(--vw) * 14 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz15 {
    font-size: calc(var(--vw) * 15 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz16 {
    font-size: calc(var(--vw) * 16 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz17 {
    font-size: calc(var(--vw) * 17 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz18 {
    font-size: calc(var(--vw) * 18 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz19 {
    font-size: calc(var(--vw) * 19 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz20 {
    font-size: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz21 {
    font-size: calc(var(--vw) * 21 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz22 {
    font-size: calc(var(--vw) * 22 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz23 {
    font-size: calc(var(--vw) * 23 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz24 {
    font-size: calc(var(--vw) * 24 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz25 {
    font-size: calc(var(--vw) * 25 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz26 {
    font-size: calc(var(--vw) * 26 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz27 {
    font-size: calc(var(--vw) * 27 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz28 {
    font-size: calc(var(--vw) * 28 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz29 {
    font-size: calc(var(--vw) * 29 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz30 {
    font-size: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz31 {
    font-size: calc(var(--vw) * 31 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz32 {
    font-size: calc(var(--vw) * 32 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz33 {
    font-size: calc(var(--vw) * 33 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz34 {
    font-size: calc(var(--vw) * 34 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz35 {
    font-size: calc(var(--vw) * 35 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz36 {
    font-size: calc(var(--vw) * 36 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz37 {
    font-size: calc(var(--vw) * 37 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz38 {
    font-size: calc(var(--vw) * 38 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz39 {
    font-size: calc(var(--vw) * 39 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz40 {
    font-size: calc(var(--vw) * 40 / 750 * 100);
  }
}

.mt0 {
  margin-top: calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt10 {
  margin-top: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mt20 {
  margin-top: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt28 {
  margin-top: calc(var(--vw) * 28 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt28 {
    margin-top: 28px;
  }
}

.mt30 {
  margin-top: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  margin-top: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mt50 {
  margin-top: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mt60 {
  margin-top: calc(var(--vw) * 60 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mt70 {
  margin-top: calc(var(--vw) * 70 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mt80 {
  margin-top: calc(var(--vw) * 80 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mt90 {
  margin-top: calc(var(--vw) * 90 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mt100 {
  margin-top: calc(var(--vw) * 100 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mt110 {
  margin-top: calc(var(--vw) * 110 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt110 {
    margin-top: 110px;
  }
}

.mt120 {
  margin-top: calc(var(--vw) * 120 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt120 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt0 {
    margin-top: calc(var(--vw) * 0 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt10 {
    margin-top: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt20 {
    margin-top: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt28 {
    margin-top: calc(var(--vw) * 28 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt30 {
    margin-top: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt40 {
    margin-top: calc(var(--vw) * 40 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt50 {
    margin-top: calc(var(--vw) * 50 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt60 {
    margin-top: calc(var(--vw) * 60 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt70 {
    margin-top: calc(var(--vw) * 70 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt80 {
    margin-top: calc(var(--vw) * 80 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt90 {
    margin-top: calc(var(--vw) * 90 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt100 {
    margin-top: calc(var(--vw) * 100 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt110 {
    margin-top: calc(var(--vw) * 110 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt120 {
    margin-top: calc(var(--vw) * 120 / 750 * 100);
  }
}

.mb0 {
  margin-bottom: calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mb10 {
  margin-bottom: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb30 {
  margin-bottom: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb40 {
  margin-bottom: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb50 {
  margin-bottom: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb60 {
  margin-bottom: calc(var(--vw) * 60 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb70 {
  margin-bottom: calc(var(--vw) * 70 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mb80 {
  margin-bottom: calc(var(--vw) * 80 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb90 {
  margin-bottom: calc(var(--vw) * 90 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mb100 {
  margin-bottom: calc(var(--vw) * 100 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mb110 {
  margin-bottom: calc(var(--vw) * 110 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb110 {
    margin-bottom: 110px;
  }
}

.mb120 {
  margin-bottom: calc(var(--vw) * 120 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb0 {
    margin-bottom: calc(var(--vw) * 0 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb10 {
    margin-bottom: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb20 {
    margin-bottom: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb30 {
    margin-bottom: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb40 {
    margin-bottom: calc(var(--vw) * 40 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb50 {
    margin-bottom: calc(var(--vw) * 50 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb60 {
    margin-bottom: calc(var(--vw) * 60 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb70 {
    margin-bottom: calc(var(--vw) * 70 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb80 {
    margin-bottom: calc(var(--vw) * 80 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb90 {
    margin-bottom: calc(var(--vw) * 90 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb100 {
    margin-bottom: calc(var(--vw) * 100 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb110 {
    margin-bottom: calc(var(--vw) * 110 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb120 {
    margin-bottom: calc(var(--vw) * 120 / 750 * 100);
  }
}

.ml0 {
  margin-left: calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml0 {
    margin-left: 0px;
  }
}

.ml10 {
  margin-left: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml10 {
    margin-left: 10px;
  }
}

.ml20 {
  margin-left: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml20 {
    margin-left: 20px;
  }
}

.ml30 {
  margin-left: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml30 {
    margin-left: 30px;
  }
}

.ml40 {
  margin-left: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml40 {
    margin-left: 40px;
  }
}

.ml50 {
  margin-left: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml50 {
    margin-left: 50px;
  }
}

.ml60 {
  margin-left: calc(var(--vw) * 60 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml60 {
    margin-left: 60px;
  }
}

.ml70 {
  margin-left: calc(var(--vw) * 70 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml70 {
    margin-left: 70px;
  }
}

.ml80 {
  margin-left: calc(var(--vw) * 80 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml80 {
    margin-left: 80px;
  }
}

.ml90 {
  margin-left: calc(var(--vw) * 90 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml90 {
    margin-left: 90px;
  }
}

.ml100 {
  margin-left: calc(var(--vw) * 100 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml100 {
    margin-left: 100px;
  }
}

.ml110 {
  margin-left: calc(var(--vw) * 110 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml110 {
    margin-left: 110px;
  }
}

.ml120 {
  margin-left: calc(var(--vw) * 120 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml120 {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spml0 {
    margin-left: calc(var(--vw) * 0 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml10 {
    margin-left: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml20 {
    margin-left: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml30 {
    margin-left: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml40 {
    margin-left: calc(var(--vw) * 40 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml50 {
    margin-left: calc(var(--vw) * 50 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml60 {
    margin-left: calc(var(--vw) * 60 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml70 {
    margin-left: calc(var(--vw) * 70 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml80 {
    margin-left: calc(var(--vw) * 80 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml90 {
    margin-left: calc(var(--vw) * 90 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml100 {
    margin-left: calc(var(--vw) * 100 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml110 {
    margin-left: calc(var(--vw) * 110 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml120 {
    margin-left: calc(var(--vw) * 120 / 750 * 100);
  }
}

.mr0 {
  margin-right: calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr0 {
    margin-right: 0px;
  }
}

.mr10 {
  margin-right: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr10 {
    margin-right: 10px;
  }
}

.mr20 {
  margin-right: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr20 {
    margin-right: 20px;
  }
}

.mr30 {
  margin-right: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr30 {
    margin-right: 30px;
  }
}

.mr40 {
  margin-right: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr40 {
    margin-right: 40px;
  }
}

.mr50 {
  margin-right: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr50 {
    margin-right: 50px;
  }
}

.mr60 {
  margin-right: calc(var(--vw) * 60 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr60 {
    margin-right: 60px;
  }
}

.mr70 {
  margin-right: calc(var(--vw) * 70 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr70 {
    margin-right: 70px;
  }
}

.mr80 {
  margin-right: calc(var(--vw) * 80 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr80 {
    margin-right: 80px;
  }
}

.mr90 {
  margin-right: calc(var(--vw) * 90 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr90 {
    margin-right: 90px;
  }
}

.mr100 {
  margin-right: calc(var(--vw) * 100 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr100 {
    margin-right: 100px;
  }
}

.mr110 {
  margin-right: calc(var(--vw) * 110 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr110 {
    margin-right: 110px;
  }
}

.mr120 {
  margin-right: calc(var(--vw) * 120 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr120 {
    margin-right: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr0 {
    margin-right: calc(var(--vw) * 0 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr10 {
    margin-right: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr20 {
    margin-right: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr30 {
    margin-right: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr40 {
    margin-right: calc(var(--vw) * 40 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr50 {
    margin-right: calc(var(--vw) * 50 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr60 {
    margin-right: calc(var(--vw) * 60 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr70 {
    margin-right: calc(var(--vw) * 70 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr80 {
    margin-right: calc(var(--vw) * 80 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr90 {
    margin-right: calc(var(--vw) * 90 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr100 {
    margin-right: calc(var(--vw) * 100 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr110 {
    margin-right: calc(var(--vw) * 110 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr120 {
    margin-right: calc(var(--vw) * 120 / 750 * 100);
  }
}
