* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  line-height: 180%;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
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=checkbox],
input[type=radio] {
  display: none;
}

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

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

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: 0 auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 1100px) {
  .adlp-wrapper .wrap500 {
    padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0;
  }
}
.adlp-wrapper .wrap600 {
  margin: 0 auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 1100px) {
  .adlp-wrapper .wrap600 {
    padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0;
  }
}
.adlp-wrapper .wrap700 {
  margin: 0 auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 1100px) {
  .adlp-wrapper .wrap700 {
    padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0;
  }
}
.adlp-wrapper .wrap800 {
  margin: 0 auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 1100px) {
  .adlp-wrapper .wrap800 {
    padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0;
  }
}
.adlp-wrapper .wrap900 {
  margin: 0 auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 1100px) {
  .adlp-wrapper .wrap900 {
    padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0;
  }
}
.adlp-wrapper .wrap920 {
  margin: 0 auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 1100px) {
  .adlp-wrapper .wrap920 {
    padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0;
  }
}
.adlp-wrapper .wrap1000 {
  margin: 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 1100px) {
  .adlp-wrapper .wrap1000 {
    padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0;
  }
}
.adlp-wrapper .wrap1080 {
  margin: 0 auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 1100px) {
  .adlp-wrapper .wrap1080 {
    padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0;
  }
}

.adlp-header {
  width: 100%;
  z-index: 100;
  height: min(calc(78 / 1080 * 100vw), 78px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-header {
    height: calc(102 / 750 * 100vw);
  }
}
.adlp-header h1 {
  line-height: 0;
}
.adlp-header__inner {
  height: 100%;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adlp-header__logo {
  width: min(calc(270 / 1080 * 100vw), 270px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(355 / 750 * 100vw);
  }
}
.adlp-header__switch {
  width: calc(59 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  margin-right: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .adlp-header__switch {
    display: none;
  }
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #666;
  position: absolute;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 43%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .adlp-header__tgl {
    margin: 0 auto 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: calc(102 / 750 * 100vw);
    width: 100%;
    height: calc(100svh - calc(102 / 750 * 100vw));
    background: #31B5E7;
    padding: calc(36 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
.adlp-header__tgl button {
  display: none;
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl button {
    color: #fff;
    font-size: calc(32 / 750 * 100vw);
    font-weight: 700;
    line-height: 110%;
    letter-spacing: calc(0.64 / 750 * 100vw);
    display: flex;
    align-items: center;
    gap: calc(24 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
  .adlp-header__tgl button::before {
    display: inline-block;
    width: min(calc(24 / 1080 * 100vw), 24px);
    height: min(calc(24 / 1080 * 100vw), 24px);
    background: url("../img/common/toggle-close.svg") center/contain no-repeat;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    display: block;
    border-bottom: 1px solid #fff;
  }
}
.adlp-header__menu__wrapper {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
.adlp-header__menu a {
  color: #0856A0;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: min(calc(0.56 / 1080 * 100vw), 0.56px);
}
@media screen and (max-width: 767px) {
  .adlp-header__menu a {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(1.2 / 750 * 100vw);
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: calc(40 / 750 * 100vw) 0;
    position: relative;
  }
  .adlp-header__menu a::after {
    display: inline-block;
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    background: url("../img/common/toggle-arrow.svg") center/contain no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  z-index: 90;
  height: min(calc(89 / 1080 * 100vw), 89px);
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
.adlp-floating__inner {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    height: calc(118 / 750 * 100vw);
  }
}
.adlp-btn {
  display: inline-block;
  background: linear-gradient(180deg, #EC6293 0%, #E73A77 100%);
  border-radius: min(calc(55 / 1080 * 100vw), 55px);
  border: min(calc(5 / 1080 * 100vw), 5px) solid #fff;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px) 0 rgba(0, 0, 0, 0.15);
  height: min(calc(110 / 1080 * 100vw), 110px);
  width: min(calc(570 / 1080 * 100vw), 570px);
  position: relative;
  transition: filter 0.3s;
}
.adlp-btn:hover {
  filter: brightness(120%);
}
.adlp-btn::after {
  display: inline-block;
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  background: url("../img/common/btn-arrow.svg") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(40 / 1080 * 100vw), 40px);
  transform: translateY(-50%);
}
.adlp-btn__free {
  border-radius: 50%;
  width: min(calc(90 / 1080 * 100vw), 90px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: min(calc(10 / 1080 * 100vw), 10px);
  transform: translateY(-50%);
}
.adlp-btn__free > span {
  color: #E73E79;
  text-align: center;
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  font-weight: 700;
  width: 100%;
  line-height: 120%;
  letter-spacing: min(calc(1.62 / 1080 * 100vw), 1.62px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adlp-btn__text {
  color: #FFF;
  text-align: center;
  text-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(3 / 1080 * 100vw), 3px) rgba(0, 0, 0, 0.25);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  position: absolute;
  top: 50%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.adlp-btn.is-float {
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(76 / 1080 * 100vw), 76px);
  border: 3px solid #fff;
}
.adlp-btn.is-float::after {
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  right: min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-btn.is-float .adlp-btn__free {
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
.adlp-btn.is-float .adlp-btn__free > span {
  color: #E73E79;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 120%;
  letter-spacing: min(calc(1.32 / 1080 * 100vw), 1.32px);
}

@media screen and (max-width: 767px) {
  .adlp-btn {
    border: calc(5 / 750 * 100vw) solid #fff;
    border-radius: calc(80 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.15);
    height: calc(160 / 750 * 100vw);
    width: calc(640 / 750 * 100vw);
  }
  .adlp-btn::after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
  .adlp-btn__free {
    width: calc(119 / 750 * 100vw);
    height: calc(119 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
  }
  .adlp-btn__free > span {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.16 / 750 * 100vw);
  }
  .adlp-btn__text {
    text-shadow: 0 calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) rgba(0, 0, 0, 0.25);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
    left: 55%;
  }
  .adlp-btn.is-float {
    width: calc(580 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
  }
  .adlp-btn.is-float::after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
  .adlp-btn.is-float .adlp-btn__free {
    width: calc(84 / 750 * 100vw);
    height: calc(84 / 750 * 100vw);
    left: calc(5 / 750 * 100vw);
  }
  .adlp-btn.is-float .adlp-btn__free > span {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(1.8 / 750 * 100vw);
  }
}
.adlp-btn-2 {
  border-radius: min(calc(23 / 1080 * 100vw), 23px);
  border: 5px solid #FFF;
  background: linear-gradient(180deg, #EC6293 0%, #E73A77 100%);
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px) 0 rgba(0, 0, 0, 0.25);
  display: flex;
  height: min(calc(185 / 1080 * 100vw), 185px);
  width: min(calc(570 / 1080 * 100vw), 570px);
  position: relative;
  transition: filter 0.3s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin: 0 auto;
}
.adlp-btn-2:hover {
  filter: brightness(120%);
}
.adlp-btn-2::after {
  display: inline-block;
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  background: url("../img/common/btn-arrow.svg") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(40 / 1080 * 100vw), 40px);
  transform: translateY(-50%);
}
.adlp-btn-2 .row-1 {
  color: #FFF;
  text-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(3 / 1080 * 100vw), 3px) rgba(0, 0, 0, 0.25);
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
}
.adlp-btn-2 .row-2 {
  color: #FFF;
  text-align: center;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.68 / 1080 * 100vw), 1.68px);
}
.adlp-btn-2 .row-3 {
  background-color: #FFFA9A;
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(40 / 1080 * 100vw), 40px);
  color: #595656;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}

@media screen and (max-width: 767px) {
  .adlp-btn-2 {
    border-radius: calc(30 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    height: calc(246 / 750 * 100vw);
    width: calc(640 / 750 * 100vw);
    gap: calc(12 / 750 * 100vw);
  }
  .adlp-btn-2::after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    right: calc(50 / 750 * 100vw);
  }
  .adlp-btn-2 .row-1 {
    text-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.25);
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
  .adlp-btn-2 .row-2 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .adlp-btn-2 .row-3 {
    padding: calc(1 / 750 * 100vw) calc(40 / 750 * 100vw) calc(3 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
  width: 100%;
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  height: auto;
  position: relative;
  overflow: hidden;
  height: auto;
}
.adlp-swiper .swiper-slide-inner {
  height: 100%;
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(12 / 1080 * 100vw), 12px);
  background-color: #DDDDDD;
  opacity: 1;
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #00A5E3;
}

@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
    width: 100%;
  }
  .adlp-swiper .swiper-slide {
    padding: 0;
  }
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(10 / 750 * 100vw);
  }
  .adlp-swiper .swiper-pagination-bullet {
    height: calc(16 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
  }
}
.fv {
  height: min(calc(623 / 1080 * 100vw), 623px);
  width: 100%;
  position: relative;
  z-index: 30;
}
.fv__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
.fv__slider {
  width: min(calc(563 / 1080 * 100vw), 563px);
  position: absolute;
  top: 0;
  left: 0;
}
.fv__content {
  position: absolute;
  z-index: 10;
  width: min(calc(700 / 1080 * 100vw), 700px);
  bottom: min(calc(31 / 1080 * 100vw), 31px);
  right: max(calc(-103 / 1080 * 100vw), -103px);
}
.fv__label {
  width: min(calc(299 / 1080 * 100vw), 299px);
  position: relative;
  bottom: max(calc(-27 / 1080 * 100vw), -27px);
}
.fv__head {
  top: min(calc(40 / 1080 * 100vw), 40px);
}
.fv__head .row-1 {
  display: flex;
  align-items: baseline;
  margin-bottom: min(calc(7 / 1080 * 100vw), 7px);
}
.fv__head .row-1 .blue {
  paint-order: stroke fill;
  color: #0856A0;
  text-align: right;
  -webkit-text-stroke-width: min(calc(10 / 1080 * 100vw), 10px);
  -webkit-text-stroke-color: #FFF;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.fv__head .row-2 {
  display: block;
  width: fit-content;
  padding-left: min(calc(14 / 1080 * 100vw), 14px);
  color: #0856A0;
  font-size: min(calc(70 / 1080 * 100vw), 70px);
  font-weight: 900;
  line-height: 116%;
  letter-spacing: max(calc(-1.4 / 1080 * 100vw), -1.4px);
  paint-order: stroke fill;
  -webkit-text-stroke-width: min(calc(12 / 1080 * 100vw), 12px);
  -webkit-text-stroke-color: #FFF;
}
.fv__head .row-2 .order-made {
  display: block;
  text-align: center;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: max(calc(-0.88 / 1080 * 100vw), -0.88px);
  paint-order: stroke fill;
  -webkit-text-stroke-width: min(calc(12 / 1080 * 100vw), 12px);
  -webkit-text-stroke-color: #FFF;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
.fv__head .row-2 .order-made .red {
  color: #D64C7C;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: max(calc(-0.88 / 1080 * 100vw), -0.88px);
}
.fv__head .row-2 .order-made .blue {
  color: #0856A0;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: max(calc(-0.88 / 1080 * 100vw), -0.88px);
}
.fv__head .row-2 .red {
  paint-order: stroke fill;
  color: #D64C7C;
  text-align: center;
  -webkit-text-stroke-width: min(calc(12 / 1080 * 100vw), 12px);
  -webkit-text-stroke-color: #FFF;
  font-size: min(calc(76 / 1080 * 100vw), 76px);
  font-weight: 900;
  line-height: 116%;
  letter-spacing: max(calc(-1.52 / 1080 * 100vw), -1.52px);
}
.fv__head .row-3 {
  width: min(calc(575 / 1080 * 100vw), 575px);
  margin-top: min(calc(23 / 1080 * 100vw), 23px);
  color: #0856A0;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
.fv__head .row-3::before, .fv__head .row-3::after {
  content: "";
  display: inline-block;
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #0856A0;
}
.fv__medals {
  display: flex;
  align-items: center;
  position: relative;
  right: max(calc(-15 / 1080 * 100vw), -15px);
  top: min(calc(20 / 1080 * 100vw), 20px);
}
.fv__medal {
  width: min(calc(254 / 1080 * 100vw), 254px);
  height: min(calc(254 / 1080 * 100vw), 254px);
  position: relative;
}
.fv__medal::before {
  display: inline-block;
  width: min(calc(254 / 1080 * 100vw), 254px);
  height: min(calc(254 / 1080 * 100vw), 254px);
  content: "";
}
.fv__medal.--1st, .fv__medal.--2nd, .fv__medal.--3rd {
  margin-left: max(calc(-58 / 1080 * 100vw), -58px);
}
.fv__medal.--1st .fv__medal-inner, .fv__medal.--2nd .fv__medal-inner, .fv__medal.--3rd .fv__medal-inner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fv__medal.--1st {
  background: url("../img/common/fv-medal-star.webp") center/contain no-repeat;
}
.fv__medal.--2nd, .fv__medal.--3rd {
  background: url("../img/common/fv-medal.webp") center/contain no-repeat;
}
.fv__medal.--1st .fv__medal-inner {
  top: 55%;
}
.fv__medal.--1st .row-1 {
  color: #595656;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.fv__medal.--1st .row-2 {
  display: inline;
  padding: 0;
  color: #D64C7C;
  text-align: center;
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: max(calc(-2.72 / 1080 * 100vw), -2.72px);
  line-height: 1;
}
.fv__medal.--1st .row-2 .unit {
  color: #D64C7C;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 900;
  line-height: 1;
  margin-left: min(calc(4 / 1080 * 100vw), 4px);
}
.fv__medal.--1st .row-3 {
  margin-top: max(calc(-10 / 1080 * 100vw), -10px);
  display: flex;
  align-items: center;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  justify-content: center;
}
.fv__medal.--1st .row-3 .red {
  color: #D64C7C;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.fv__medal.--1st .row-3 .blk {
  color: #595656;
  text-align: right;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}
.fv__medal.--2nd .fv__medal-inner {
  top: 52.5%;
}
.fv__medal.--2nd .row-1 {
  color: #E73A77;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-bottom: max(calc(-5 / 1080 * 100vw), -5px);
}
.fv__medal.--2nd .row-2 {
  color: #595656;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: max(calc(-0.72 / 1080 * 100vw), -0.72px);
  text-align: left;
  width: min(calc(125 / 1080 * 100vw), 125px);
  position: relative;
  left: min(calc(9 / 1080 * 100vw), 9px);
}
.fv__medal.--2nd .row-2 .small {
  color: #595656;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.fv__medal.--2nd .row-3 {
  color: #595656;
  text-align: right;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  text-align: center;
  line-height: 1;
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
.fv__medal.--3rd .fv__medal-inner {
  top: 50%;
}
.fv__medal.--3rd .row-1,
.fv__medal.--3rd .row-3 {
  color: #595656;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: min(calc(0.72 / 1080 * 100vw), 0.72px);
}
.fv__medal.--3rd .row-2 {
  color: #595656;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  margin: min(calc(7 / 1080 * 100vw), 7px) 0;
}
.fv__note {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: #FFF;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}

@media screen and (max-width: 767px) {
  .fv {
    height: calc(1196 / 750 * 100vw);
    width: 100%;
  }
  .fv__inner {
    width: 100%;
  }
  .fv__slider {
    width: 100%;
  }
  .fv__content {
    width: 100%;
    bottom: calc(14 / 750 * 100vw);
    right: 0;
  }
  .fv__label {
    width: calc(368 / 750 * 100vw);
    bottom: calc(-45 / 750 * 100vw);
    position: relative;
  }
  .fv__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: calc(10 / 750 * 100vw);
  }
  .fv__head .row-1 {
    margin-bottom: 0;
  }
  .fv__head .row-1 .blue {
    -webkit-text-stroke-width: calc(10 / 750 * 100vw);
    font-size: calc(58 / 750 * 100vw);
    letter-spacing: calc(5.8 / 750 * 100vw);
  }
  .fv__head .row-2 {
    margin-top: calc(25 / 750 * 100vw);
    padding: 0;
    font-size: calc(90 / 750 * 100vw);
    letter-spacing: calc(-1.8 / 750 * 100vw);
    -webkit-text-stroke-width: calc(12 / 750 * 100vw);
  }
  .fv__head .row-2 .order-made {
    display: block;
    text-align: center;
    font-size: calc(58 / 750 * 100vw);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: calc(-1.16 / 750 * 100vw);
    paint-order: stroke fill;
    -webkit-text-stroke-width: calc(12 / 750 * 100vw);
    -webkit-text-stroke-color: #FFF;
    margin-bottom: 0;
  }
  .fv__head .row-2 .order-made .red {
    color: #D64C7C;
    font-size: calc(58 / 750 * 100vw);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: calc(-1.16 / 750 * 100vw);
  }
  .fv__head .row-2 .order-made .blue {
    color: #0856A0;
    font-size: calc(58 / 750 * 100vw);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: calc(-1.16 / 750 * 100vw);
  }
  .fv__head .row-2 .red {
    -webkit-text-stroke-width: calc(12 / 750 * 100vw);
    font-size: calc(98 / 750 * 100vw);
    letter-spacing: calc(-1.96 / 750 * 100vw);
  }
  .fv__head .row-3 {
    width: 100%;
    margin-top: calc(26 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(3.6 / 750 * 100vw);
    gap: calc(12 / 750 * 100vw);
  }
  .fv__head .row-3::before, .fv__head .row-3::after {
    width: calc(60 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
  .fv__medals {
    justify-content: center;
    position: relative;
    right: calc(-35 / 750 * 100vw);
    bottom: calc(-25 / 750 * 100vw);
  }
  .fv__medal {
    width: calc(300 / 750 * 100vw);
    height: calc(300 / 750 * 100vw);
  }
  .fv__medal::before {
    width: calc(300 / 750 * 100vw);
    height: calc(300 / 750 * 100vw);
  }
  .fv__medal.--1st, .fv__medal.--2nd, .fv__medal.--3rd {
    margin-left: calc(-70 / 750 * 100vw);
  }
  .fv__medal.--1st .row-1 {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
  }
  .fv__medal.--1st .row-2 {
    font-size: calc(84 / 750 * 100vw);
    letter-spacing: calc(-1.68 / 750 * 100vw);
    margin-top: calc(-5 / 750 * 100vw);
  }
  .fv__medal.--1st .row-2 .unit {
    font-size: calc(52 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
  }
  .fv__medal.--1st .row-3 {
    margin-top: calc(-15 / 750 * 100vw);
    gap: calc(1 / 750 * 100vw);
  }
  .fv__medal.--1st .row-3 .red {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
  }
  .fv__medal.--1st .row-3 .blk {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .fv__medal.--2nd .row-1 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    margin-bottom: calc(-5 / 750 * 100vw);
  }
  .fv__medal.--2nd .row-2 {
    font-size: calc(44 / 750 * 100vw);
    letter-spacing: calc(-0.88 / 750 * 100vw);
    width: calc(152 / 750 * 100vw);
    left: calc(9 / 750 * 100vw);
  }
  .fv__medal.--2nd .row-2 .small {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(2.72 / 750 * 100vw);
  }
  .fv__medal.--2nd .row-3 {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    margin-top: calc(6 / 750 * 100vw);
  }
  .fv__medal.--3rd .row-1,
  .fv__medal.--3rd .row-3 {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
  }
  .fv__medal.--3rd .row-2 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    margin: calc(7 / 750 * 100vw) 0;
  }
  .fv__note {
    margin-top: calc(13 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    margin: 0 calc(30 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */


.line__description {
  color: #fff;
  padding-top: 8px;
}
.line__description__footer {
  color: #fff;
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
.line__description {
  font-size: 13px !important;
  padding-left: 24px;
}
.line__description__footer {
  font-size: 11px !important;
  padding-top: 0px;
}
}

/*CTA改善*/
.colorLINE {
  color: #06C755 !important;
  font-size: 22px;
  font-weight: 600;
}
.lesson-cv__caption {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
.lesson-cv__caption {
  font-size: 16px;
  text-align: center;
}
}
@media screen and (min-width: 767px) {
.lesson-cv__caption br {
  display: none;
}
}

.lesson-cv__unit {
  height: 200px;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
.lesson-cv__unit {
  height: 240px;
}
}
.lineSchool {
  background-color: #fff !important;
  border: solid 2px #00A5E3 !important;
  background: linear-gradient(180deg, #fff 0%, #fff 100%) !important;
  display: inline-block;
  border-radius: min(calc(55 / 1080 * 100vw), 55px);
  position: relative;
  transition: filter 0.3s;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px) 0 rgba(0, 0, 0, 0.15);
  width: 48%;
  height: 70px;
  float: left;
  margin: 0.5%;
}
@media screen and (max-width: 767px) {
  .lineSchool {
    float: none;
    width: 98%;
    height: 60px;
    margin: 0.3%;
  }
}
.lineSchool:hover {
  background-color: #06C755 !important;
  background: #06C755 !important;
  color: #fff !important;
  border: solid 2px #06C755 !important;
}
.lineSchool:hover .adlp-btn__text {
  color: #fff !important;
}

.lineSchool .adlp-btn__text {
  color: #00A5E3 !important;
  text-shadow: none !important;
}
.adlp-btn__text {
  right: 0 !important;
}
@media screen and (max-width: 767px) {
  .lineSchool .adlp-btn__text {
    left: 50% !important;
  }
}

.CTA-LINE {
  background: linear-gradient(180deg, #06C755 0%, #06C755 100%);
}

.CTA-LINE .adlp-btn__free > span {
  color: #06C755 !important;
}