@charset "UTF-8";
/* ==========================================================
  Section
=====*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=PT+Sans+Narrow:wght@700&family=Poppins:wght@300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap');
.sec-ttl {
  display: block;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1;
}

.sec-ttl-en {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .sec-ttl-en {
    font-size: 2.0vw;
  }
}

@media (min-width: 1200px) {
  .sec-ttl-en {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .sec-ttl-en {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec-ttl-jp {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .sec-ttl-jp {
    margin-top: 2.5vw;
    font-size: 3.67vw;
  }
}

@media (min-width: 1200px) {
  .sec-ttl-jp {
    margin-top: 30px;
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .sec-ttl-jp {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
  }
}

.bg-en {
  position: absolute;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: #738494;
  letter-spacing: 0.04em;
  line-height: 1;
  opacity: 0.1;
  white-space: nowrap;
  overflow: hidden;
  z-index: -1;
}

@media (min-width: 768px) {
  .bg-en {
    font-size: 10.53vw;
  }
}

@media (min-width: 1520px) {
  .bg-en {
    font-size: 160px;
  }
}

@media (max-width: 767px) {
  .bg-en {
    font-size: calc(160 / 750 * 100vw);
  }
}

/* ==========================================================
  about
=====*/
.about {
  display: block;
  margin: auto;
  background-color: #f5f7f7;
}

@media (min-width: 768px) {
  .about {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .about {
    position: relative;
    padding: calc(80 / 750 * 100vw) 0;
  }
}

@media (min-width: 768px) {
  .about .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: auto;
    max-width: 1520px;
    width: 100%;
    padding: 0 3.29vw;
  }
}

.about-ttl {
  display: block;
}

@media (min-width: 768px) {
  .about-ttl {
    width: 36.18vw;
    margin-left: 6.58vw;
    padding-top: 2.63vw;
    text-align: justify;
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media (min-width: 1520px) {
  .about-ttl {
    width: 550px;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-ttl {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.about-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fff;
}

@media (min-width: 768px) {
  .about-figure {
    width: 49.34vw;
    height: 38.16vw;
    padding: 5.26vw 1.97vw 5.26vw 5.26vw;
    grid-area: 1 / 1 / 4 / 2;
  }
}

@media (min-width: 1520px) {
  .about-figure {
    width: 750px;
    height: 580px;
    padding: 80px 30px 80px 80px;
  }
}

@media (max-width: 767px) {
  .about-figure {
    width: 100%;
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.about-figure picture {
  display: block;
}

@media (min-width: 768px) {
  .about-figure picture {
    width: 15.46vw;
    height: 27.63vw;
  }
}

@media (min-width: 1520px) {
  .about-figure picture {
    width: 235px;
    height: 420px;
  }
}

@media (max-width: 767px) {
  .about-figure picture {
    width: calc(224 / 750 * 100vw);
    height: calc(400 / 750 * 100vw);
  }
}

.about-figure-txt {
  flex-shrink: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .about-figure-txt {
    width: 25vw;
  }
}

@media (min-width: 1520px) {
  .about-figure-txt {
    width: 380px;
  }
}

@media (max-width: 767px) {
  .about-figure-txt {
    width: calc(390 / 750 * 100vw);
  }
}

.about-figure-head {
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .about-figure-head {
    font-size: 1.05vw;
  }
}

@media (min-width: 1520px) {
  .about-figure-head {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-figure-head {
    font-size: calc(20 / 750 * 100vw);
  }
}

.about-figure-balloon {
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/about_figure_balloon.png);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .about-figure-balloon {
    width: 20.86vw;
    height: 4.12vw;
    padding-top: 0.33vw;
    font-size: 1.32vw;
  }
}

@media (min-width: 1520px) {
  .about-figure-balloon {
    width: 317px;
    height: 62.69px;
    padding: 5px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .about-figure-balloon {
    width: calc(370 / 750 * 100vw);
    height: calc(73 / 750 * 100vw);
    padding-top: calc(7 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .about-figure p {
    font-size: 1.58vw;
  }
}

@media (min-width: 1520px) {
  .about-figure p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .about-figure p {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
  }
}

.about-figure p > span {
  margin-right: 0.1rem;
  font-weight: 700;
  color: #738494;
}

.about-figure p > i {
  font-weight: 700;
  color: #738494;
}

.about-body {
  display: block;
}

@media (min-width: 768px) {
  .about-body {
    width: 36.18vw;
    margin-left: 6.58vw;
    padding-top: 1.97vw;
    grid-area: 2 / 2 / 4 / 3;
  }
}

@media (min-width: 1520px) {
  .about-body {
    width: 550px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .about-body {
    width: 100%;
    margin-top: calc(40 / 750 * 100vw);
  }
}

.about-body p {
  margin-bottom: 1rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .about-body p {
    font-size: 1.32vw;
  }
}

@media (min-width: 1520px) {
  .about-body p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .about-body p {
    font-size: calc(28 / 750 * 100vw);
    text-align: justify;
  }
}

.about-body p a {
  text-decoration: underline;
}

.about .bg-en {
  right: 0;
  top: 0;
  margin: auto;
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .about .bg-en {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .about .bg-en {
    top: calc(160 / 750 * 100vw);
    right: calc(-240 / 750 * 100vw);
  }
}

/* ==========================================================
  present
=====*/
.present {
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .present {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .present {
    padding: calc(70 / 750 * 100vw) 0;
  }
}

.present-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: auto;
}

@media (min-width: 768px) {
  .present-list {
    width: 100%;
    margin-top: 6.67vw;
  }
}

@media (min-width: 1200px) {
  .present-list {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .present-list {
    width: 80%;
    margin-top: calc(40 / 750 * 100vw);
  }
}

.present-list li {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .present-list li {
    width: 30vw;
  }
}

@media (min-width: 1200px) {
  .present-list li {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .present-list li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .present-list li:not(:last-child) {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.present-list li picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .present-list li picture {
    width: 28.33vw;
  }
}

@media (min-width: 1200px) {
  .present-list li picture {
    width: 340px;
  }
}

@media (max-width: 767px) {
  .present-list li picture {
    width: calc(340 / 750 * 100vw);
  }
}

.present-list li p {
  text-align: center;
  letter-spacing: 0.18em;
}

@media (min-width: 768px) {
  .present-list li p {
    font-size: 1.33vw;
  }
}

@media (min-width: 1200px) {
  .present-list li p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .present-list li p {
    font-size: calc(24 / 750 * 100vw);
  }
}

.present-badge {
  position: absolute;
  margin: auto;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .present-badge {
    left: -3.33vw;
    top: -3.33vw;
    width: 11.67vw;
    height: 11.67vw;
    padding: 3.33vw 0;
    font-size: 1.67vw;
  }
}

@media (min-width: 1200px) {
  .present-badge {
    left: -40px;
    top: -40px;
    width: 140px;
    height: 140px;
    padding: 40px 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .present-badge {
    left: calc(0 / 750 * 100vw);
    top: calc(10 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
  }
}

.present-badge-name {
  font-weight: 700;
}

@media (min-width: 768px) {
  .present-badge-name {
    font-size: 1.83vw;
  }
}

@media (min-width: 1200px) {
  .present-badge-name {
    font-size: 22px;
  }
}

.present-badge-num {
  font-family: 'Poppins', sans-serif;
}

@media (min-width: 768px) {
  .present-badge-num {
    font-size: 2.17vw;
  }
}

@media (min-width: 1200px) {
  .present-badge-num {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .present-badge-num {
    font-size: calc(30 / 750 * 100vw);
  }
}

.present .bg-en {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .present .bg-en {
    top: 5vw;
  }
}

@media (min-width: 1200px) {
  .present .bg-en {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .present .bg-en {
    top: calc(60 / 750 * 100vw);
  }
}

/* ==========================================================
  sample
=====*/
.sample {
  display: block;
  margin: auto;
  background-color: #f5f7f7;
}

@media (min-width: 768px) {
  .sample {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .sample {
    padding: calc(70 / 750 * 100vw) 0;
  }
}

.sample-ttl {
  display: block;
  line-height: 1.5;
}

.sample-note {
  text-align: center;
  color: #738494;
  font-weight: 700;
}

@media (min-width: 768px) {
  .sample-note {
    font-size: 2.17vw;
  }
}

@media (min-width: 1200px) {
  .sample-note {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .sample-note {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sample-list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  /*&:hover {
      ol {
        animation-play-state: paused;
      }
    }*/
}

@media (min-width: 768px) {
  .sample-list {
    margin-top: 4.17vw;
  }
}

@media (min-width: 1200px) {
  .sample-list {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .sample-list {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.sample-list ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: row nowrap;
  -ms-flex-wrap: row nowrap;
  flex-wrap: row nowrap;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  animation: belt 30s 0s linear infinite;
}

.sample-list ol li {
  display: inline-block;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .sample-list ol li {
    min-width: 30vw;
    width: 360px;
    margin-right: 5vw;
    padding: 3.33vw;
  }
}

@media (min-width: 1200px) {
  .sample-list ol li {
    min-width: 360px;
    margin-right: 60px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .sample-list ol li {
    width: calc(480 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}

.sample-list ol li picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .sample-list ol li picture {
    min-width: 23.33vw;
    width: 280px;
  }
}

@media (min-width: 1200px) {
  .sample-list ol li picture {
    min-width: 280px;
  }
}

@media (max-width: 767px) {
  .sample-list ol li picture {
    width: calc(320 / 750 * 100vw);
  }
}

.sample-name {
  display: block;
  margin-bottom: .3em;
  color: #738494;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .sample-name {
    font-size: 1.33vw;
  }
}

@media (min-width: 1200px) {
  .sample-name {
    font-size: 16px;
  }
}

.sample-comment {
  position: relative;
  margin-top: .8em;
}

@media (max-width: 767px) {
  .sample-comment {
    width: calc(320 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.sample-comment::before {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/sample_comment_mark.png);
}

@media (min-width: 768px) {
  .sample-comment::before {
    min-width: 23.33vw;
    height: 1.5vw;
    margin-bottom: .4em;
  }
}

@media (min-width: 1200px) {
  .sample-comment::before {
    min-width: 280px;
    min-height: 18px;
  }
}

@media (max-width: 767px) {
  .sample-comment::before {
    width: calc(320 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    margin: auto;
  }
}

.sample-comment-head {
  font-family: 'Ubuntu', sans-serif;
  color: #bfc6cf;
  font-weight: 400;
}

@media (min-width: 768px) {
  .sample-comment-head {
    font-size: 1.33vw;
  }
}

@media (min-width: 1200px) {
  .sample-comment-head {
    font-size: 16px;
  }
}

.sample-comment-txt {
  text-align: justify;
  white-space: break-spaces;
}

@media (min-width: 768px) {
  .sample-comment-txt {
    font-size: 1.33vw;
  }
}

@media (min-width: 1200px) {
  .sample-comment-txt {
    font-size: 16px;
  }
}

@keyframes belt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ==========================================================
  apply
=====*/
.apply {
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .apply {
    padding: 120px 0 90px;
  }
}

@media (max-width: 767px) {
  .apply {
    padding: calc(70 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}

.apply-list {
  margin: auto;
}

@media (min-width: 768px) {
  .apply-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-top: 6.67vw;
  }
}

@media (min-width: 1200px) {
  .apply-list {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .apply-list {
    margin-top: calc(50 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .apply-list .slick-initialized {
    display: block;
  }
}

.apply-list .slide-arrow {
  transition: all  0.5s;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 10;
}

.apply-list .prev-arrow:before,
.apply-list .next-arrow:before {
  position: absolute;
  font-family: Font Awesome\ 6 Free;
  font-weight: 700;
  font-size: calc(120 / 750 * 100vw);
  line-height: 1;
  opacity: .75;
  color: #333;
}

@media (max-width: 767px) {
  .apply-list .prev-arrow:before {
    content: "\f104";
    left: calc(20 / 750 * 100vw);
  }
}

.apply-list .next-arrow {
  right: calc(20 / 750 * 100vw);
}

@media (max-width: 767px) {
  .apply-list .next-arrow:before {
    content: '\f105';
    right: 0;
  }
}

.apply-list-item {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .apply-list-item {
    width: 20vw;
  }
}

@media (min-width: 1200px) {
  .apply-list-item {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .apply-list-item {
    width: calc(420 / 750 * 100vw);
  }
}

.apply-list-item picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .apply-list-item picture {
    width: 19.58vw;
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .apply-list-item picture {
    width: 235px;
  }
}

@media (max-width: 767px) {
  .apply-list-item picture {
    width: calc(353 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}

.apply-list-item p {
  text-align: center;
  line-height: 1.62;
}

@media (min-width: 768px) {
  .apply-list-item p {
    margin-top: 2rem;
    font-size: 1.33vw;
  }
}

@media (min-width: 1200px) {
  .apply-list-item p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .apply-list-item p {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.apply-list-item p span {
  display: inline;
  color: #d80c25;
  font-weight: 700;
}

.apply-num {
  margin: auto;
  border: 2px solid #333;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .apply-num {
    width: 7.67vw;
    height: 7.67vw;
    padding: 1.5vw 0;
    font-size: 1.67vw;
  }
}

@media (min-width: 1200px) {
  .apply-num {
    width: 92px;
    height: 92px;
    padding: 18px 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .apply-num {
    width: calc(110 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
  }
}

.apply-num > span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .apply-num > span {
    font-size: 2.67vw;
  }
}

@media (min-width: 1200px) {
  .apply-num > span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .apply-num > span {
    font-size: calc(30 / 750 * 100vw);
  }
}

.apply-cond {
  margin: auto;
  background-color: #f2f4f5;
}

@media (min-width: 768px) {
  .apply-cond {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 81.67vw;
    margin-top: 4.17vw;
    padding: 2.5vw 4.17vw;
  }
}

@media (min-width: 1200px) {
  .apply-cond {
    width: 980px;
    margin-top: 50px;
    padding: 30px 50px;
  }
}

@media (max-width: 767px) {
  .apply-cond {
    width: 100%;
    margin-top: calc(30 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
  }
}

.apply-cond-head {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .apply-cond-head {
    flex-shrink: 0;
    width: 11.25vw;
  }
}

@media (min-width: 1200px) {
  .apply-cond-head {
    width: 135px;
  }
}

@media (max-width: 767px) {
  .apply-cond-head {
    width: 100%;
    padding-bottom: calc(10 / 750 * 100vw);
    border-bottom: 1px solid #333;
  }
}

.apply-cond-head picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .apply-cond-head picture {
    flex-shrink: 0;
    width: 3.42vw;
  }
}

@media (min-width: 1200px) {
  .apply-cond-head picture {
    width: 41px;
  }
}

@media (max-width: 767px) {
  .apply-cond-head picture {
    width: calc(41 / 750 * 100vw);
  }
}

.apply-cond-head p {
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .apply-cond-head p {
    margin-top: 0.3rem;
    font-size: 1.67vw;
  }
}

@media (min-width: 1200px) {
  .apply-cond-head p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .apply-cond-head p {
    font-size: calc(30 / 750 * 100vw);
  }
}

.apply-cond-body {
  display: block;
}

@media (min-width: 768px) {
  .apply-cond-body {
    flex-shrink: 0;
    width: 56.67vw;
    padding-left: 5.83vw;
    border-left: 1px solid #333;
  }
}

@media (min-width: 1200px) {
  .apply-cond-body {
    width: 680px;
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .apply-cond-body {
    width: 100%;
    padding-top: calc(10 / 750 * 100vw);
  }
}

.apply-cond-list {
  list-style: '・';
}

.apply-cond-list li {
  margin-bottom: .5em;
  word-break: break-all;
}

.apply-cond-note {
  display: block;
  margin-top: 1em;
  text-align: justify;
  font-size: 70%;
  line-height: 1.4;
}

.apply-copy {
  position: relative;
  margin: auto;
}

@media (min-width: 768px) {
  .apply-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 74.17vw;
    margin-top: 4.17vw;
    padding-bottom: 4em;
  }
}

@media (min-width: 1200px) {
  .apply-copy {
    width: 890px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .apply-copy {
    display: block;
    margin-top: calc(30 / 750 * 100vw);
    padding-bottom: 3em;
    text-align: center;
  }
}

.apply-copy-ttl {
  flex-shrink: 0;
  display: block;
  width: 100%;
  font-weight: 700;
}

@media (min-width: 768px) {
  .apply-copy-ttl {
    margin-bottom: 3.33vw;
    text-align: center;
    font-size: 2vw;
  }
}

@media (min-width: 1200px) {
  .apply-copy-ttl {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .apply-copy-ttl {
    margin-bottom: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.apply-copy input#copyTarget {
  display: block;
  border: solid 1px #929292;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .apply-copy input#copyTarget {
    width: 34.17vw;
    height: 6.83vw;
    padding: 1.67vw;
    font-size: 1.5vw;
  }
}

@media (min-width: 1200px) {
  .apply-copy input#copyTarget {
    width: 410px;
    height: 82px;
    padding: 20px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .apply-copy input#copyTarget {
    width: 100%;
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.apply-copy button {
  position: relative;
  display: block;
  flex-shrink: 0;
  background-color: #738494;
  border: none;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .apply-copy button {
    width: 36vw;
    height: 6.83vw;
    font-size: 1.67vw;
    cursor: pointer;
    transition: .3s;
  }
}

@media (min-width: 1200px) {
  .apply-copy button {
    width: 432px;
    height: 82px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .apply-copy button {
    width: 100%;
    margin-top: calc(30 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.apply-copy button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/apply_copy_icon.png);
}

@media (min-width: 768px) {
  .apply-copy button::after {
    right: 1.67vw;
    width: 2.58vw;
    height: 3vw;
  }
}

@media (min-width: 1200px) {
  .apply-copy button::after {
    right: 20px;
    width: 31px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .apply-copy button::after {
    right: calc(50 / 750 * 100vw);
    width: calc(36 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .apply-copy button:hover {
    background-color: #546678;
  }
}

@media (min-width: 768px) {
  .apply-copy button .u-pc {
    display: inline;
  }
}

@media (max-width: 767px) {
  .apply-copy button .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .apply-copy button .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .apply-copy button .u-sp {
    display: inline;
  }
}

.apply-copy .success-msg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2em;
  margin: auto;
  background-color: #45b75e;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: none;
}

@media (min-width: 768px) {
  .apply-copy .success-msg {
    width: 36vw;
    font-size: 1.67vw;
  }
}

@media (min-width: 1200px) {
  .apply-copy .success-msg {
    width: 432px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .apply-copy .success-msg {
    left: 0;
    width: 100%;
    font-size: calc(28 / 750 * 100vw);
  }
}

.apply .bg-en {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .apply .bg-en {
    top: 5vw;
  }
}

@media (min-width: 1200px) {
  .apply .bg-en {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .apply .bg-en {
    top: calc(30 / 750 * 100vw);
  }
}

/* ==========================================================
  link
=====*/
.link {
  display: block;
  margin: auto;
}

.link-top {
  display: block;
  margin: auto;
  background-color: #eaedef;
  text-align: center;
}

@media (min-width: 768px) {
  .link-top {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .link-top {
    padding: calc(70 / 750 * 100vw) 0;
  }
}

.link-ttl {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .link-ttl {
    margin-bottom: 1.67vw;
    font-size: 2vw;
  }
}

@media (min-width: 1200px) {
  .link-ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .link-ttl {
    margin-bottom: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.link-btn {
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient(180deg, #76008d 0%, #e00052 70%) no-repeat;
  background: linear-gradient(180deg, #76008d 0%, #e00052 70%) no-repeat;
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 768px) {
  .link-btn {
    width: 53.83vw;
    padding: 1rem 0;
  }
}

@media (min-width: 1200px) {
  .link-btn {
    width: 646px;
  }
}

@media (max-width: 767px) {
  .link-btn {
    width: 90%;
    padding: calc(20 / 750 * 100vw);
  }
}

.link-btn::before, .link-btn::after {
  content: '';
  position: absolute;
  top: 0;
}

.link-btn::before {
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(10deg, #ffdb2c, #f9764c 20%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(10deg, #ffdb2c, #f9764c 20%, rgba(255, 77, 64, 0) 50%) no-repeat;
  z-index: 1;
}

.link-btn::after {
  content: '\f105';
  font-family: Font Awesome\ 6 Free;
  font-weight: 600;
  bottom: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1;
}

@media (min-width: 768px) {
  .link-btn::after {
    right: 1.67vw;
    font-size: 1.67vw;
  }
}

@media (min-width: 1200px) {
  .link-btn::after {
    right: 20px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .link-btn::after {
    right: calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.link-btn .fa-instagram {
  position: relative;
  display: inline-block;
  z-index: 2;
}

@media (min-width: 768px) {
  .link-btn .fa-instagram {
    top: 0vw;
    margin-right: 1rem;
    font-size: 2.33vw;
  }
}

@media (min-width: 1200px) {
  .link-btn .fa-instagram {
    top: 0px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .link-btn .fa-instagram {
    top: 0;
    margin-right: 1rem;
    font-size: calc(40 / 750 * 100vw);
  }
}

.link-btn p {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 2;
}

@media (min-width: 768px) {
  .link-btn p {
    font-size: 2vw;
  }
}

@media (min-width: 1200px) {
  .link-btn p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .link-btn p {
    font-size: calc(34 / 750 * 100vw);
  }
}

.link-btn p span {
  font-family: 'PT Sans Narrow';
}

@media (min-width: 768px) {
  .link-qr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 250px;
    height: 100px;
    margin: 30px auto 0;
  }
}

.link-qr-lft {
  flex-shrink: 0;
  display: block;
  width: 150px;
  height: 100px;
  padding: 20px 0;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.42;
}

.link-qr picture {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: 100px;
}

.link-bottom {
  display: block;
  margin: auto;
  background-color: #f5f7f7;
}

@media (min-width: 768px) {
  .link-bottom {
    padding: 5.83vw 0;
  }
}

@media (min-width: 1200px) {
  .link-bottom {
    padding: 70px 0;
  }
}

.link-bottom-box {
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 768px) {
  .link-bottom-box {
    width: 83.33vw;
    height: 33.33vw;
    padding: 9.17vw 0;
    background-image: url(../img/link_bottom_bg.png);
  }
}

@media (min-width: 1200px) {
  .link-bottom-box {
    width: 1000px;
    height: 400px;
    padding: 110px 0;
  }
}

@media (max-width: 767px) {
  .link-bottom-box {
    width: 100%;
    height: calc(400 / 750 * 100vw);
    padding: calc(90 / 750 * 100vw) 0;
    background-image: url(../img/link_bottom_bg@sp.png);
  }
}

.link-bottom-box picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .link-bottom-box picture {
    width: 6vw;
    height: 6vw;
  }
}

@media (min-width: 1200px) {
  .link-bottom-box picture {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 767px) {
  .link-bottom-box picture {
    width: calc(72 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
  }
}

.link-bottom-box p {
  text-align: center;
}

@media (min-width: 768px) {
  .link-bottom-box p {
    font-size: 2vw;
  }
}

@media (min-width: 1200px) {
  .link-bottom-box p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .link-bottom-box p {
    font-size: calc(30 / 750 * 100vw);
  }
}

.link-bottom-box a {
  position: relative;
  display: block;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 9999px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .link-bottom-box a {
    width: 31.5vw;
    margin-top: 0.83vw;
    padding: 0.83vw 0;
    font-size: 1.67vw;
    cursor: pointer;
  }
}

@media (min-width: 1200px) {
  .link-bottom-box a {
    width: 378px;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .link-bottom-box a {
    width: 60%;
    margin-top: calc(20 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
    font-size: calc(34 / 750 * 100vw);
  }
}

.link-bottom-box a::after {
  content: '\f105';
  font-family: Font Awesome\ 6 Free;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
}

@media (min-width: 768px) {
  .link-bottom-box a::after {
    right: 2.5vw;
  }
}

@media (min-width: 1200px) {
  .link-bottom-box a::after {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .link-bottom-box a::after {
    right: calc(30 / 750 * 100vw);
  }
}

/* ==========================================================
  terms
=====*/
.terms {
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .terms {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .terms {
    padding: calc(70 / 750 * 100vw) 0;
  }
}

.terms-table {
  display: block;
  margin: auto;
  background-color: #fff;
  border: 1px solid #3d2b19;
}

@media (min-width: 768px) {
  .terms-table {
    width: 66.67vw;
    margin-top: 4.17vw;
  }
}

@media (min-width: 1200px) {
  .terms-table {
    width: 800px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .terms-table {
    width: 100%;
    margin-top: calc(50 / 750 * 100vw);
  }
}

.terms-table tr:not(:last-child) {
  border-bottom: 1px solid #3d2b19;
}

.terms-table th {
  background-color: #bfc6cf;
  border-right: 1px solid #3d2b19;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .terms-table th {
    width: 16.67vw;
    padding: 1.67vw;
  }
}

@media (min-width: 1200px) {
  .terms-table th {
    width: 200px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .terms-table th {
    width: 28%;
    padding: calc(10 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.terms-table td {
  text-align: justify;
  word-break: break-all;
  line-height: 1.98;
}

@media (min-width: 768px) {
  .terms-table td {
    width: 50vw;
    padding: 1.67vw;
  }
}

@media (min-width: 1200px) {
  .terms-table td {
    width: 600px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .terms-table td {
    width: 72%;
    padding: calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: 0.01em;
  }
}

.terms-table td .dot-list {
  list-style: disc;
  padding-left: 1rem;
}

.terms-table td .num-list li {
  text-indent: -1rem;
  padding-left: 1rem;
}

.terms-table td .note {
  display: block;
  margin-top: 1em;
  font-size: 80%;
}

.terms .bg-en {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 0.001em;
}

@media (min-width: 768px) {
  .terms .bg-en {
    top: 5vw;
  }
}

@media (min-width: 1200px) {
  .terms .bg-en {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .terms .bg-en {
    top: calc(660 / 750 * 100vw);
    right: calc(-660 / 750 * 100vw);
    transform: rotate(90deg);
  }
}

/* ==========================================================
  contact
=====*/
.contact {
  position: relative;
  display: block;
  margin: auto;
  background-color: #eaedef;
  text-align: center;
}

@media (min-width: 768px) {
  .contact {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: calc(50 / 750 * 100vw) 0;
  }
}

.contact-name {
  display: block;
}

@media (min-width: 768px) {
  .contact-name {
    margin-top: 2.5vw;
    font-size: 1.67vw;
  }
}

@media (min-width: 1200px) {
  .contact-name {
    margin-top: 30px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact-name {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.contact-about {
  display: block;
}

@media (min-width: 768px) {
  .contact-about {
    margin-top: 0.83vw;
  }
}

@media (min-width: 1200px) {
  .contact-about {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .contact-about {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.contact .note {
  display: block;
  font-size: 80%;
}

@media (min-width: 768px) {
  .contact .note {
    margin-top: 0.83vw;
  }
}

@media (min-width: 1200px) {
  .contact .note {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .contact .note {
    margin-top: calc(30 / 750 * 100vw);
    text-align: justify;
  }
}

.contact .bg-en {
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  z-index: 0;
}

@media (min-width: 768px) {
  .contact .bg-en {
    top: 2.5vw;
  }
}

@media (min-width: 1200px) {
  .contact .bg-en {
    top: 30px;
  }
}

@media (max-width: 767px) {
  .contact .bg-en {
    top: calc(30 / 750 * 100vw);
  }
}

/* ==========================================================
  footer
=====*/
.footer {
  display: block;
  margin: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: calc(50 / 750 * 100vw);
  }
}

.footer-logo {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .footer-logo {
    width: 170px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    width: calc(170 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .footer-logo svg {
    width: 170px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .footer-logo svg {
    width: calc(170 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
}

.footer-copyright {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-copyright {
    padding: 30px 0;
    font-size: 0.83vw;
  }
}

@media (min-width: 1440px) {
  .footer-copyright {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    padding: calc(30 / 750 * 100vw) 0;
    font-size: calc(20 / 750 * 100vw);
  }
}


.comingsoon-area{
  width: 100%;
  height: 50px;
  background: #738494;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media (max-width: 767px) {
  .comingsoon-area{
    height: calc(92 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}

.comingsoon-txt-head{
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  padding-right: 36px;
}

@media (max-width: 767px) {
  .comingsoon-txt-head{
    font-size: calc(22 / 750 * 100vw);
    padding-right: calc(19 / 750 * 100vw);
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}

.comingsoon-txt-head span{
  padding: 0 8px;
}

@media (max-width: 767px) {
  .comingsoon-txt-head span{
    padding: 0 calc(8 / 750 * 100vw);
  }
  .comingsoon-txt-head .crown{
    width: calc(19 / 750 * 100vw);
  }
}



.comingsoon-schedule{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .comingsoon-schedule{
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.06em;
    align-items: baseline;
    font-weight: 600;
  }
}
.comingsoon-schedule .data{
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .comingsoon-schedule .data{
    font-size: calc(30 / 750 * 100vw);
    font-weight: 600;
  }
}
.comingsoon-schedule .data .day{
  line-height: 1;
  display: inline-block;
  margin-bottom: 1px;
}
.comingsoon-schedule .data .small{
  font-size: 70%;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  bottom: 0.15rem;
}
@media (max-width: 767px) {
  .comingsoon-schedule .data{
    display: block;
    
  }
  .comingsoon-schedule .data .small{
    font-weight: 600;
    margin-bottom: 0;
    bottom: calc(2 / 750 * 100vw);
  }
}

.nav{
  margin-top: 4px;
  padding: 20px 0 60px;
}
@media (min-width: 768px) {
  .mv-inner{
    justify-content: space-between!important;
  }
}

.mv-date{
  letter-spacing: 0.14em;
  font-family:'Noto Sans JP',sans-serif;
}

@media (min-width: 768px){
  .mv-date{
    margin-right: 20px;
    margin-left: inherit;
  }
  
}

.mv-date .num{
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  position: relative;
  bottom: -1px;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .nav{
    margin-top:calc(-6 / 750 * 100vw);
  }
  .mv-date{
    letter-spacing: 0.1em;
  }
}

.mv-date-now-txt{
  display: inline-block;
  background: linear-gradient(45deg,#ffd514 0%,#e91640 42%,#80018e 100%);
  background: -webkit-linear-gradient(36deg,#ffd514 0%,#e91640 42%,#80018e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px !important;
  text-align: center;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .mv-date-now-txt{
  font-size: calc(22/ 750 * 100vw) !important;
}
}
.mv-date-now-stxt{
  background-color: #333;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mv-date-all{
  text-align: left !important;
  }
  }
@media (max-width: 767px) {
  .mv-date-all{
  text-align: center !important;
  }
  }


.end-txt{
  font-size: 18px;
  color: #fff;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .end-txt{
  font-size: calc(28/ 750 * 100vw);
  padding: 9px 48px;
}
}

.bnr-award-wrap{
  position: relative;
  width: 999px;
  margin: 40px auto;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .bnr-award-wrap{
    width: 760px;
  }
.mv-date-now-txt{
  display: inline-block;
  background: linear-gradient(45deg,#ffd514 0%,#e91640 42%,#80018e 100%);
  background: -webkit-linear-gradient(36deg,#ffd514 0%,#e91640 42%,#80018e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv-date-now-stxt{
  background-color: #000;
  text-align: center;
  margin-top: 10px;
}
}
.bnr-award{
  width: 999px;
  margin: 40px auto;
  display: block;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .bnr-award-wrap{
    width: calc(692 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto calc(24 / 750 * 100vw);
  }
}

.bnr-award-photo{
  width: 200px;
  position: absolute;
  top: 60%;
  left: -80px;
  transform: translate(0%, -50%);
}
@media (max-width: 1020px) and (min-width: 768px) {
  .bnr-award-photo {
    width: 130px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0%, -50%);
}
}

@media (max-width: 767px) {
  .bnr-award-photo{
    width: calc(159 / 750 * 100vw);
    left: calc(-30 / 750 * 100vw);
  }
}



.shine span.mask{
  position: relative;/*キラッの基点となる位置を定義*/
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.shine span.mask::before {
  position: absolute;
  content:"";
  width: 50%;/*キラッの横幅*/
  height: 100%;/*キラッの縦幅*/
  top: 0;/*.shine span.maskのトップ0を基点*/
  left: -50%;/*画面の見えていない左から右へ移動するスタート地点*/
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);/*背景白透過を斜めに*/
}

.shine span.mask:hover::before {/*hoverした時の変化*/
  animation: shine 1.6s;/*アニメーションの名前と速度を定義*/
}

@keyframes shine {
  100% {
    left: 125%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

.bg-white{
  background: #fff;
}