img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

#content {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  position: relative;
}

.noto_serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.mv {
  background-image: url('../images/mv_bg.jpg');
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
}

.mv_img {
  position: relative;
}

.mv_link {
  content: '';
  position: absolute;
  transition: 0.2s;
}

.mv_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.mv_link01 {
  inset: 37px auto auto 11%;
  height: 54px;
  width: 80px;
}

.mv_link02 {
  inset: 37px auto auto 21%;
  height: 55px;
  width: 18%;
}
.pc-bg {
  background-image: url(../images/pc-bg.png);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.period {
}

.period_inner {
  padding: 5% 0;
}

.period_head {
  margin: 0 0 4%;
}

.period_btn {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: transform 0.2s;
  width: 30%;
}
.period_btn img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out;
}

.period_btn:hover img {
  opacity: 0.8;
  transform: translateY(3px);
}

.period_btn:active img {
  transform: translateY(5px);
}
.main {
}

.main_bg {
  background-size: 1920px;
  background-position: center top;
  background-repeat: no-repeat;
}
.prize {
  background: none;
  width: 100%;
}

.howto_inner,
.prize_inner,
.products_inner,
.target_inner {
  box-sizing: border-box;
  margin: 0 auto 20%;
  padding: 8% 6% 4%;
  position: relative;
  width: 75%;
  max-width: 1000px;
  background-color: rgba(20, 186, 195, 0.15);
  border-radius: 12px;
}
.prize_inner {
  padding-top: 3%;
}
.prize_inner,
.howto_inner {
  margin-bottom: 4%;
}
.prize_img {
  margin: 0 auto 0;
  position: relative;
}

.prize_text {
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  margin-bottom: 12px;
  width: 86%;
}

.prize_text li::marker {
  content: '＊';
}

.prize_caption {
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  width: 86%;
}
.prize_caption li::marker {
  content: '※';
}

.prize_caption span {
  box-shadow: inset 0 -32px 0 0 #fff21b;
  padding: 0 1px 0;
}

.products_head span {
  box-shadow: inset 0 -38px 0 0 #fff21b;
  padding: 0 1px 0;
}

.howto_inner {
  margin: 0 0 4%;
  padding: 3% 6% 4%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.howto_title,
.products_title,
.target_title {
  margin: 0 auto 2%;
  width: 27%;
  inset: unset;
}

.howto_head {
  color: #4d4d4d;
  font-size: 35px;
  line-height: 1.8em;
  margin: 0 0 4%;
  text-align: center;
}

.howto_lists {
  margin: 0 auto;
  width: 100%;
}

.howto_lists > div:not(:last-of-type) {
  margin: 0 0 4%;
}

.products_inner {
  padding: 3% 6% 3%;
  position: relative;
  margin-bottom: 4%;
}

.products_title {
  margin: auto;
  text-align: center;
  margin-bottom: 3%;
}

.products_head {
  color: #4d4d4d;
  font-size: 32px;
  line-height: 1.8em;
  margin: 0 0 0.4%;
  text-align: center;
}

.products_text {
  width: fit-content;
  margin: 0 auto;
  color: #4d4d4d;
  font-size: 18.75px;
  line-height: 1.8em;
  text-align: left;
}
.products_text span {
  padding-left: 18px;
}

.products .slick-slider {
  margin: 4% auto 0;
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 2%;
}
.product_slider_img picture {
  display: block;
  width: 55%;
  margin: 0 auto;
}
.products .slick-slider .slick-slide {
  padding-bottom: 2%;
  padding-top: 1%;
}
.products .slick-slider .slick-slide img {
  height: auto;
  width: 100%;
}

.products .slick-prev,
.products .slick-next {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 48px;
  border-radius: 1000000px;
  transition: opacity 0.2s ease-out;
}
.products .slick-prev {
  background-image: url(../images/prev-btn.png);
}
.products .slick-next {
  background-image: url(../images/next-btn.png);
}

.products .slick-prev {
  position: absolute;
  left: -3%;
}

.products .slick-next {
  right: -3%;
}

.products .slick-prev:before,
.products .slick-next:before {
  content: unset;
}

.products .slick-dots li {
  border-radius: 50px;
  margin: 0 14px;
  height: 8px;
  width: 8px;
}

.products .slick-dots li button {
  border-radius: inherit;
  background: #aaa;
  padding: 4px;
  height: inherit;
  width: inherit;
}

.products .slick-dots li.slick-active button {
  background: #000;
}

.products .slick-dots li button:before {
  content: unset;
}

.products .slick-dots {
  bottom: 10%;
}

.target {
  margin: 0;
  padding: 0 0 4%;
}

.target_inner {
  margin: 0 auto 0%;
  padding: 4% 3% 5%;
  position: relative;
}

.target_title {
  text-align: center;
}

.target_head {
  color: #4d4d4d;
  font-size: 22.5px;
  line-height: 1.8em;
  margin: 0 auto 4%;
  text-align: center;
  width: 94%;
}

.target_items {
  background-color: #fff;
  border-radius: 2%;
  padding: 8% 4%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.target_img {
  width: 38%;
}

.target_item {
  width: 62%;
}

.target_buttons {
  display: flex;
  gap: 3%;
  margin: 0 0 2%;
}

.target_btn {
  display: block;
  transition: 0.2s;
  width: 48.5%;
}

.target_btn:hover {
  opacity: 0.8;
}

.target_caption {
  color: #000000;
  font-size: 18.75px;
  line-height: 1.8em;
  margin: 0 auto;
  text-align: justify;
  width: 100%;
  font-feature-settings: 'palt';
}
.slick-prev:hover,
.slick-prev:focus {
  background-color: transparent !important;
  background: url(../images/prev-btn.png) !important;
  color: unset !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  opacity: 0.8 !important;
}

.slick-next:hover,
.slick-next:focus {
  background-color: transparent !important;
  background: url(../images/next-btn.png) !important;
  color: unset !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  opacity: 0.8 !important;
}

#c_terms {
  padding: 100px 0;
  background: #f2f2f2;
}

#c_terms .c_section {
  margin: 0 auto 70px;
  max-width: 1000px;
  background: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  border-radius: 0;
  margin-bottom: 0;
  width: 92%;
}

#c_terms .terms_product {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.3em;
}

#c_terms .terms_product dt {
  width: 9em;
}

#c_terms .terms_product dd {
  width: calc(100% - 9em);
}

#c_terms .accordion {
  padding: 0 6%;
}

#c_terms .toggle {
  display: none;
}

#c_terms .Label {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 650px;
  max-width: 100%;
  padding: 20px 60px 20px 20px;
  color: #fff;
  font-weight: bold;
  background: #4d4d4d;
  border-radius: 60px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#c_terms .Label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
}

#c_terms .Label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 52px;
  width: 20px;
  height: 3px;
  background: #4d4d4d;
  transform: translate(calc(21px - 50%), -50%);
}

#c_terms .Label span.plus-line {
  position: absolute;
  top: 50%;
  right: 69px;
  width: 3px;
  height: 20px;
  background: #4d4d4d;
  transform: translate(calc(21px - 50%), -50%);
  border-radius: 1px;
  pointer-events: none;
}

#c_terms .Label,
#c_terms .terms_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.terms_content h2,
.terms_content h3 {
  font-feature-settings: 'palt';
}

#c_terms .terms_content {
  line-height: 1.8em;
  font-size: 16px;
  height: 0;
  overflow: hidden;
  color: #4d4d4d;
}

#c_terms .toggle:checked + .Label + .terms_content {
  height: auto;
  padding-top: 50px;
  transition: all 0.3s;
}

#c_terms .toggle:checked + .Label span.plus-line {
  transform: translate(calc(21px - 50%), -50%) scaleY(0);
  opacity: 0;
}

#c_terms .marker_y {
  box-shadow: inset 0 -32px 0 0 #fff21b;
  display: inline;
  padding: 0 1px 0;
}

#c_terms a.link {
  color: #52b4c8;
  transition: 0.2s;
}

#c_terms a.link:hover {
  opacity: 0.8;
}

#footer {
  padding: 100px 0 130px;
  background: #fff;
}

#footer .footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#footer .footer_logo a {
  opacity: 1;
  transition: 0.2s;
}

#footer .footer_logo a:hover {
  opacity: 0.8;
}

#footer .footer_logo .footer_logo_loft {
  width: 130px;
  margin: 0 25px;
}

#footer .footer_logo .footer_logo_yunth {
  width: 208px;
  margin: 0 25px;
}

#footer .copy {
  color: #000 !important;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}

.is_pc {
  display: block;
}

.is_sp {
  display: none;
}

.fade-in {
  opacity: 0;
}

.fade-in-up {
  transform: translate(0, 80px);
}

.scroll-in {
  animation: fadeIn 0.8s ease;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 1920px) {
  .mv,
  .period,
  .main_bg {
    background-size: cover;
  }
}

@media screen and (max-width: 1087px) {
  .container {
  }

  .mv {
    background-size: 176.632935vw;
  }

  .mv_link01 {
    inset: 3.519779vw auto auto 11.367985vw;
    height: 4.967801vw;
    width: 7.359706vw;
  }

  .mv_link02 {
    inset: 3.519779vw auto auto 21.935603vw;
    height: 4.967801vw;
    width: 17.199632vw;
  }

  .period {
    background-size: 176.632935vw;
  }

  .period_btn {
    font-size: 2.483901vw;
    letter-spacing: 0.367985vw;
  }

  .pc-bg {
    background-size: cover;
  }

  .prize_title {
    font-size: 8.279669vw;
  }

  .prize_text {
    font-size: 1.839926vw;
    width: unset;
  }

  .prize_caption {
    font-size: 1.839926vw;
    width: unset;
  }

  .prize_caption span {
    padding: 0 0.091996vw 0;
  }

  .howto {
    padding: 0 0 0.091996vw;
  }

  .howto_title {
    width: 28%;
  }

  .howto_head {
    font-size: 2.943882vw;
  }

  .products_head {
    font-size: 2.943882vw;
  }

  .products_text {
    font-size: 1.724931vw;
  }
  .products_text span {
    padding-left: unset;
  }
  .products .slick-prev,
  .products .slick-next {
    height: 7.679853vw;
    width: 7.679853vw;
  }

  .products .slick-dots {
    bottom: -8.279669vw;
  }

  .products .slick-dots {
    bottom: 10%;
  }

  .target {
    margin: 0 0 0;
    padding: 0 0 5%;
  }

  .target_title {
  }

  .target_head {
    font-size: 2.069917vw;
  }

  .target_caption {
    font-size: 1.724931vw;
  }
  .prize_inner,
  .howto_inner,
  .products_inner,
  .target_inner {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .prize_inner,
  .howto_inner {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none;
  }

  .is_sp {
    display: block;
  }

  .container {
  }

  .mv {
    background-image: none;
    background-size: unset;
  }

  .mv .container {
    max-width: 100%;
    width: 100%;
  }

  .mv_link01 {
    inset: 0 auto auto 12.367985%;
    height: 15.7vw;
    width: 16.359706%;
  }

  .mv_link02 {
    inset: 0 auto auto 38.367985%;
    height: 15.7vw;
    width: 50.359706%;
  }

  .mv_img {
    padding: 0;
  }

  .period {
    background-image: none;
    background-size: unset;
  }

  .period .container {
    max-width: 100%;
    width: 100%;
  }

  .period_inner {
    padding: 0;
    position: relative;
  }

  .period_img {
    position: relative;
  }

  .period_head {
    position: absolute;
    inset: 5% 0 auto 0;
    margin: 0 auto;
    width: 82.8%;
  }

  .period_btn {
    font-size: 4.133333vw;
    letter-spacing: 0.367985vw;
    position: absolute;
    inset: auto 0 15% 0;
    margin: auto;
    width: 93.33333333%;
  }

  .main_bg {
    background-size: 100%;
  }
  .prize {
    background-image: url(../images/prize-bg-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .prize_inner,
  .howto_inner,
  .products_inner,
  .target_inner {
    margin: 0;
    padding: 14% 2%;
    position: relative;
    background-color: unset;
    width: auto;
    border-radius: unset;
    max-width: unset;
  }
  .pc-bg {
    background: none;
  }

  .prize_title {
    font-size: 12vw;
    inset: -5.7% 0 auto 0;
  }

  .prize_img {
    margin: 0 auto 0;
    width: 97.302%;
  }

  .prize_img picture {
    position: relative;
  }

  .prize_text {
    font-size: 3.533333vw;
    font-feature-settings: 'palt';
    margin: 0 6% 3%;
  }

  .prize_caption {
    font-size: 3.53vw;
    text-align: justify;
    margin: 0 6%;
    font-feature-settings: 'palt';
  }

  .howto,
  .target {
    background: linear-gradient(to bottom, #a8e5e9 0%, #d0f1f3 20%, #d0f1f3 80%, #a8e5e9 100%) !important;
  }
  .howto_inner {
    margin: 0 0 5%;
    padding: 10% 3% 9%;
  }

  .howto_title {
    font-size: 12vw;
    width: 45%;
    margin-bottom: 4%;
  }

  .howto_head {
    font-size: 5.2vw;
    font-feature-settings: 'palt';
    text-align: center;
  }

  .howto_lists {
    width: 100%;
  }

  .products {
    background: url(../images/product-bg-sp.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .products_inner {
    padding: 12% 3% 18%;
  }

  .products_title,
  .target_title {
    margin-bottom: 5%;
    width: 45%;
  }

  .products_head {
    font-size: 5vw;
    margin: 0 0 2%;
    text-align: center;
  }

  .products_text {
    font-size: 3.666667vw;
    text-align: left;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
  .products_text span {
    padding-left: unset;
  }
  .products .slick-slider {
    margin-bottom: 0 !important;
    margin-top: 9%;
    width: 100%;
  }

  .products .slick-prev,
  .products .slick-next {
    height: 8.6vw;
    width: 8.6vw;
  }

  .products .slick-prev {
    left: -1%;
  }
  .products .slick-next {
    right: -1%;
  }

  .products .slick-dots li {
    border-radius: 6.666667vw;
    margin: 0 3.266667vw;
    height: 1.333333vw;
    width: 0.666667vw;
  }

  .products .slick-dots li button {
    padding: 0.666667vw;
  }
  .products .slick-slider .slick-slide {
    padding-bottom: 3%;
    padding-top: 1%;
  }
  .products .slick-dots {
    bottom: 9%;
  }
  .target {
    padding-bottom: 0;
  }
  .target_inner {
    margin: 0;
    padding: 12% 3% 14%;
  }

  .target_head {
    font-feature-settings: 'palt';
    font-size: 4vw;
    margin: 0 auto 8%;
    width: 90%;
    text-align: center;
  }

  .target_items {
    flex-direction: column;
    align-items: center;
  }

  .target_img {
    margin: 0 0 9%;
    width: 77%;
  }

  .target_item {
    width: 100%;
  }

  .target_buttons {
    gap: 4%;
  }

  .target_btn {
    width: 48%;
  }

  .target_caption {
    font-feature-settings: 'palt';
    font-size: 3.333333vw;
  }

  .target_title {
    width: 45%;
    margin-bottom: 5%;
  }
  .prize_caption span {
    box-shadow: inset 0 -18px 0 0 #fff21b;
    padding: 0 1px 0;
  }

  .products_head span {
    box-shadow: inset 0 -24px 0 0 #fff21b;
    padding: 0 1px 0;
  }
  #c_terms {
    background-color: #fff;
    box-sizing: border-box;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 4vw 3.333vw;
  }

  #c_terms .accordion {
    padding: 0;
  }

  #c_terms .c_section {
    box-sizing: border-box;
    margin: 0 auto 4vw;
    background: #fff;
    border-radius: 0;
    padding: 4vw;
    margin-bottom: 0;
    width: 100%;
  }

  #c_terms .terms_product {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.3em;
    padding-left: 8px;
  }
  #c_terms .terms_product h3 {
    /* padding-left:; */
  }

  #c_terms .terms_product dt {
    width: 9em;
  }

  #c_terms .terms_product dd {
    width: calc(100% - 9em);
  }

  #c_terms .toggle {
    display: none;
  }

  #c_terms .Label {
    display: block;
    padding: 3.2vw 7.2vw 3.2vw 3.2vw;
    color: #fff;
    font-weight: bold;
    background: #4d4d4d;
    border-radius: 60px;
    font-size: 4.3vw;
    line-height: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
  }

  #c_terms .Label::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    width: 5.6vw;
    height: 5.6vw;
    background: #fff;
    border-radius: 50%;
  }

  #c_terms .Label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 9.9vw;
    width: 3.4vw;
    height: 0.4vw;
    background: #4d4d4d;
    transform: translate(calc(5.6vw - 50%), -50%);
  }

  #c_terms .Label span.plus-line {
    position: absolute;
    top: 50%;
    right: 12.9vw;
    width: 0.4vw;
    height: 3.4vw;
    background: #4d4d4d;
    transform: translate(calc(5.6vw - 50%), -50%);
    border-radius: 1px;
    pointer-events: none;
  }

  #c_terms .Label,
  #c_terms .terms_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }

  #c_terms .terms_content {
    height: 0;
    overflow: hidden;
    font-size: 3.3vw;
  }

  #c_terms .toggle:checked + .Label + .terms_content {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
    transition: all 0.3s;
  }

  #c_terms .toggle:checked + .Label span.plus-line {
    transform: translate(calc(21px - 50%), -50%) scaleY(0);
    opacity: 0;
  }

  #footer {
    padding: 12vw 0;
    border-top: 1px solid rgb(77, 77, 77);
  }

  #footer .footer_logo {
    margin: 0 auto 4vw;
  }

  #footer .footer_logo .footer_logo_loft {
    width: 17.6vw;
    margin: 0 4vw;
  }

  #footer .footer_logo .footer_logo_yunth {
    width: 24.933vw;
    margin: 0 4vw;
  }

  #footer .copy {
    font-size: 2.8vw;
    letter-spacing: 0;
  }
}

#close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#close .close_inner {
  box-sizing: border-box;
  width: 1000px;
  max-width: 92%;
  padding: 40px 50px 50px;
  background: #fff;
  border: 8px solid #000;
}

#close .close_ttl {
  font-size: 3.667rem;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}

#close .close_lead {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#close .close_date {
  margin-bottom: 30px;
  font-size: 2.444rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#close .close_note {
  margin-bottom: 20px;
}

#close .close_note li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8em;
}

#close .close_contact_ttl {
  font-weight: bold;
}

#close .close_contact p a {
  color: #52b4c8;
  text-decoration: none;
}

@media (max-width: 1060px) {
  #close .close_ttl {
    font-size: 5vw;
  }

  #close .close_lead {
    font-size: 2.4vw;
  }

  #close .close_date {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }

  #close .close_inner {
    width: 92%;
    padding: 5vw;
    background: #fff;
    border: 4px solid #000;
  }

  #close .close_ttl {
    font-size: 8.8vw;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5vw;
  }

  #close .close_lead {
    margin-bottom: 4vw;
    font-size: 4.4vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }

  #close .close_date {
    margin-bottom: 4vw;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }

  #close .close_note {
    margin-bottom: 20px;
  }

  #close .close_note li {
    font-size: 2.666667vw;
    line-height: 1.6em;
    text-indent: -1em;
    padding-left: 1em;
  }

  #close .close_contact_ttl {
    font-size: 2.666667vw;
    font-weight: bold;
    line-height: 1.4em;
  }

  #close .close_contact p {
    font-size: 2.666667vw;
    line-height: 1.8em;
    margin: 1.2vw 0 0;
  }
  .product_slider_img picture {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .mv_link01 {
    inset: 47px auto auto 12%;
    height: 54px;
    width: 80px;
  }
  .mv_link02 {
    inset: 48px auto auto 21%;
    height: 54px;
    width: 18%;
  }
}

@media screen and (min-width: 1400px) {
  .howto_inner,
  .prize_inner,
  .products_inner {
    padding-left: 3%;
    padding-right: 3%;
  }
  .mv_link01 {
    inset: 47px auto auto 12%;
    height: 82px;
    width: 103px;
  }
  .mv_link02 {
    inset: 48px auto auto 21%;
    height: 79px;
    width: 18%;
  }
}
@media screen and (min-width: 1600px) {
  .mv_link01 {
    inset: 55px auto auto 11%;
    height: 78px;
    width: 7%;
  }
  .mv_link02 {
    inset: 53px auto auto 22%;
    height: 78px;
    width: 17%;
  }
}
@media screen and (min-width: 1700px) {
  .mv_link01 {
    inset: 60px auto auto 11%;
    height: 89px;
    width: 7%;
  }
  .mv_link02 {
    inset: 64px auto auto 21%;
    height: 83px;
    width: 18%;
  }
}
@media screen and (min-width: 1900px) {
  .mv_link01 {
    inset: 72px auto auto 11%;
    height: 83px;
    width: 8%;
  }
  .mv_link02 {
    inset: 72px auto auto 21%;
    height: 78px;
    width: 18%;
  }
}
@media screen and (min-width: 2000px) {
  .mv_link01 {
    inset: 78px auto auto 12vw;
    height: 93px;
    width: 6%;
  }
  .mv_link02 {
    inset: 75px auto auto 21vw;
    height: 101px;
    width: 18%;
  }
}
@media screen and (min-width: 2400px) {
  .mv_link01 {
    inset: 92px auto auto 12vw;
    height: 110px;
    width: 6%;
  }
  .mv_link02 {
    inset: 92px auto auto 21vw;
    height: 110px;
    width: 18%;
  }
}
