@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap");
#lotte_the div, #lotte_the span, #lotte_the object, #lotte_the iframe,
#lotte_the h1, #lotte_the h2, #lotte_the h3, #lotte_the h4, #lotte_the h5, #lotte_the h6, #lotte_the p, #lotte_the blockquote, #lotte_the pre,
#lotte_the abbr, #lotte_the address, #lotte_the cite, #lotte_the code,
#lotte_the del, #lotte_the dfn, #lotte_the em, #lotte_the img, #lotte_the ins, #lotte_the kbd, #lotte_the q, #lotte_the samp,
#lotte_the small, #lotte_the strong, #lotte_the sub, #lotte_the sup, #lotte_the var,
#lotte_the b, #lotte_the i,
#lotte_the dl, #lotte_the dt, #lotte_the dd, #lotte_the ol, #lotte_the ul, #lotte_the li,
#lotte_the fieldset, #lotte_the form, #lotte_the label, #lotte_the legend,
#lotte_the table, #lotte_the caption, #lotte_the tbody, #lotte_the tfoot, #lotte_the thead, #lotte_the tr, #lotte_the th, #lotte_the td,
#lotte_the article, #lotte_the aside, #lotte_the canvas, #lotte_the details, #lotte_the figcaption, #lotte_the figure,
#lotte_the footer, #lotte_the header, #lotte_the hgroup, #lotte_the menu, #lotte_the nav, #lotte_the section, #lotte_the summary,
#lotte_the time, #lotte_the mark, #lotte_the audio, #lotte_the video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#lotte_the {
  line-height: 1;
}

#lotte_the article, #lotte_the aside, #lotte_the details, #lotte_the figcaption, #lotte_the figure, #lotte_the footer, #lotte_the header, #lotte_the hgroup, #lotte_the menu, #lotte_the nav, #lotte_the section {
  display: block;
}

#lotte_the nav ul {
  list-style: none;
}

#lotte_the blockquote, #lotte_the q {
  quotes: none;
}

#lotte_the blockquote:before, #lotte_the blockquote:after,
#lotte_the q:before, #lotte_the q:after {
  content: "";
  content: none;
}

#lotte_the a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
#lotte_the ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
#lotte_the mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

#lotte_the del {
  text-decoration: line-through;
}

#lotte_the abbr[title], #lotte_the dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

#lotte_the table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
#lotte_the hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

#lotte_the input, #lotte_the select {
  vertical-align: middle;
}

#lotte_the ul, #lotte_the li {
  list-style: none;
}

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

:root {
  --vw: 1vw;
}

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

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

#lotte_the {
  background: #fff;
  position: relative;
  z-index: 1;
  color: #333;
  line-height: 1.93;
  letter-spacing: 0.05em;
  letter-spacing: 0;
  font-family: "Roboto", "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  font-size: calc(var(--vw) * 16 / 1300 * 100);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: left;
  text-align: justify;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the {
    min-width: 0;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the {
    font-size: calc(var(--vw) * 28 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the {
    width: 100%;
    min-width: inherit;
  }
}
#lotte_the.hidden {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

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

#lotte_the textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

#lotte_the a, #lotte_the button {
  text-decoration: none;
  color: #000;
}

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

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

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

.start_ov {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

@media only screen and (max-width: 767.98px) {
  body.is-active {
    overflow: hidden;
  }
}

.st-PageTop.is-active {
  z-index: 0;
}

#lotte_the main.lotte_the_main {
  background: #f7f3e5;
}
#lotte_the main.lotte_the_main #kv {
  padding: 0;
}
#lotte_the main.lotte_the_main .inner {
  margin: 0 auto;
  width: calc(var(--vw) * 1100 / 1300 * 100);
  max-width: 1100px;
  font-weight: 700;
  font-size: calc(var(--vw) * 20 / 1300 * 100);
  line-height: 1.7;
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main .inner {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main .inner {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main .inner {
    max-width: none;
    width: 100%;
  }
}
#lotte_the main.lotte_the_main section {
  padding: calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 40 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 40 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main section {
    padding: 0px 40px 0px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main section {
    padding: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main .boldTxt {
  color: #6f1612;
  font-size: calc(var(--vw) * 24 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main .boldTxt {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main .boldTxt {
    font-size: calc(var(--vw) * 28 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main .btn {
  font-size: calc(var(--vw) * 20 / 1300 * 100);
  position: relative;
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
  line-height: 1.4;
  display: table;
  padding: 0.8em 0;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main .btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main .btn {
    font-size: calc(var(--vw) * 27 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main .btn:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
#lotte_the main.lotte_the_main .btn.white {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #333;
}
#lotte_the main.lotte_the_main .btn.brown {
  color: #fff;
  background: #6f1612;
  border: 1px solid #333;
}
#lotte_the main.lotte_the_main .btn.brown:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#lotte_the main.lotte_the_main .btn.green {
  color: #fff;
  background: #007d8c;
  border: 1px solid #333;
}
#lotte_the main.lotte_the_main .btn.green:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#lotte_the main.lotte_the_main .btn.yellow {
  color: #fff;
  background: #ffc500;
  border: 1px solid #333;
}
#lotte_the main.lotte_the_main .btn.yellow:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#lotte_the main.lotte_the_main .btn:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  right: 1em;
  border-top: 2px solid #6f1612;
  border-right: 2px solid #6f1612;
  transform: rotate(45deg);
}
#lotte_the main.lotte_the_main #anchorSection {
  margin-top: calc(var(--vw) * 74 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #anchorSection {
    margin-top: 74px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #anchorSection {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #anchorSection .anchor {
  display: flex;
  gap: calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 26 / 1300 * 100);
  padding: calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 33 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 33 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #anchorSection .anchor {
    gap: 0px 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #anchorSection .anchor {
    gap: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 20 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #anchorSection .anchor {
    padding: 0px 33px 0px 33px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #anchorSection .anchor {
    padding: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #anchorSection .anchor a {
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
#lotte_the main.lotte_the_main #anchorSection .anchor a:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
#lotte_the main.lotte_the_main #product {
  margin-top: calc(var(--vw) * 55 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product {
    margin-top: calc(var(--vw) * 70 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #product .decoTtl {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 54 / 1300 * 100);
  font-size: calc(var(--vw) * 30 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .decoTtl {
    gap: 0px 54px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .decoTtl {
    gap: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .decoTtl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .decoTtl {
    font-size: calc(var(--vw) * 40 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .decoTtl {
    justify-content: space-between;
  }
}
#lotte_the main.lotte_the_main #product .decoTtl img {
  width: calc(var(--vw) * 334 / 1300 * 100);
  max-width: 334px;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .decoTtl img {
    width: calc(var(--vw) * 245 / 780 * 100);
    max-width: none;
  }
}
#lotte_the main.lotte_the_main #product .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: calc(var(--vw) * 35 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap {
    margin-top: calc(var(--vw) * 35 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap {
    gap: calc(var(--vw) * 50 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap {
    flex-direction: column;
  }
}
#lotte_the main.lotte_the_main #product .wrap .block {
  width: 48%;
  border-radius: calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100);
  padding: calc(var(--vw) * 25 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 30 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap .block {
    border-radius: 20px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block {
    border-radius: calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 20 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap .block {
    padding: 25px 0px 30px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block {
    padding: calc(var(--vw) * 40 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block {
    width: 100%;
  }
}
#lotte_the main.lotte_the_main #product .wrap .block.product01 {
  background: #017f8e;
  color: #fff;
}
#lotte_the main.lotte_the_main #product .wrap .block.product01 .ttl {
  color: #ffc601;
}
#lotte_the main.lotte_the_main #product .wrap .block.product02 {
  background: #ffc601;
  color: #333;
}
#lotte_the main.lotte_the_main #product .wrap .block.product02 .ttl {
  color: #017f8e;
}
#lotte_the main.lotte_the_main #product .wrap .block .ttl {
  line-height: 1;
  text-align: center;
  font-weight: 900;
  font-size: calc(var(--vw) * 36 / 1300 * 100);
  margin-bottom: calc(var(--vw) * 10 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap .block .ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap .block .ttl {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block .ttl {
    font-size: calc(var(--vw) * 48 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block .ttl {
    margin-bottom: calc(var(--vw) * 10 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #product .wrap .block .txtBox {
  overflow: visible;
}
#lotte_the main.lotte_the_main #product .wrap .block .txtBox:nth-child(3) {
  margin-top: calc(var(--vw) * 30 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap .block .txtBox:nth-child(3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block .txtBox:nth-child(3) {
    margin-top: calc(var(--vw) * 30 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #product .wrap .block .txtBox figure {
  aspect-ratio: 400/200;
  width: 92%;
  position: relative;
  margin: 0 auto;
  overflow: visible;
}
#lotte_the main.lotte_the_main #product .wrap .block .txtBox figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#lotte_the main.lotte_the_main #product .wrap .block .txtBox .pTtl {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 80%;
  margin: 0 auto;
  font-size: calc(var(--vw) * 30 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap .block .txtBox .pTtl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block .txtBox .pTtl {
    font-size: calc(var(--vw) * 40 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #product .wrap .block .txtBox .pTxt {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 80%;
  margin: 0 auto;
  font-size: calc(var(--vw) * 17 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap .block .txtBox .pTxt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block .txtBox .pTxt {
    font-size: calc(var(--vw) * 23 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #product .wrap .block .btn {
  width: 80%;
  margin: 0 auto;
  margin-top: calc(var(--vw) * 30 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #product .wrap .block .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #product .wrap .block .btn {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp,
#lotte_the main.lotte_the_main #mustbuy,
#lotte_the main.lotte_the_main #goldticket {
  margin-top: calc(var(--vw) * 120 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp,
  #lotte_the main.lotte_the_main #mustbuy,
  #lotte_the main.lotte_the_main #goldticket {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp,
  #lotte_the main.lotte_the_main #mustbuy,
  #lotte_the main.lotte_the_main #goldticket {
    margin-top: calc(var(--vw) * 90 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap,
#lotte_the main.lotte_the_main #mustbuy .txtWrap,
#lotte_the main.lotte_the_main #goldticket .txtWrap {
  position: relative;
}
#lotte_the main.lotte_the_main #snscp .txtWrap .badge,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .badge,
#lotte_the main.lotte_the_main #goldticket .txtWrap .badge {
  position: absolute;
  top: calc(var(--vw) * -85 / 1300 * 100);
  left: calc(var(--vw) * -85 / 1300 * 100);
  width: calc(var(--vw) * 170 / 1300 * 100);
  max-width: 170px;
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .badge,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .badge,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .badge {
    top: -85px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .badge,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .badge,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .badge {
    top: calc(var(--vw) * -85 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .badge,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .badge,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .badge {
    left: -85px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .badge,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .badge,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .badge {
    left: calc(var(--vw) * -85 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .badge,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .badge,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .badge {
    top: calc(var(--vw) * -45 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .badge,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .badge,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .badge {
    left: calc(var(--vw) * -22 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .badge,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .badge,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .badge {
    width: calc(var(--vw) * 153 / 780 * 100);
    max-width: none;
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block01,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block01,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block01 {
  background: #fff;
  padding: calc(var(--vw) * 30 / 1300 * 100) calc(var(--vw) * 60 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 60 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block01,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block01,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block01 {
    padding: 30px 60px 0px 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block01,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block01,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block01 {
    padding: calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block01 .topTxt,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block01 .topTxt,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block01 .topTxt {
  font-weight: 700;
  font-size: calc(var(--vw) * 23 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block01 .topTxt,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block01 .topTxt,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block01 .topTxt {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block01 .topTxt,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block01 .topTxt,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block01 .topTxt {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block01 .topTxt span,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block01 .topTxt span,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block01 .topTxt span {
  background: linear-gradient(transparent 60%, #ffc601 60%);
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 {
  background: #fff;
  padding: calc(var(--vw) * 30 / 1300 * 100) calc(var(--vw) * 60 / 1300 * 100) calc(var(--vw) * 60 / 1300 * 100) calc(var(--vw) * 60 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 {
    padding: 30px 60px 60px 60px;
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox {
  display: flex;
  border: 2px solid #6f1612;
  padding: calc(var(--vw) * 15 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 16 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100);
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100);
  margin-bottom: calc(var(--vw) * 40 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox {
    padding: 15px 20px 16px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox {
    padding: calc(var(--vw) * 15 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 16 / 780 * 100) calc(var(--vw) * 20 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox {
    gap: 0px 20px;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox {
    gap: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 20 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox {
    margin-bottom: calc(var(--vw) * 40 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date01,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date01,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date01 {
  margin-bottom: -0.1em;
  font-weight: 900;
  font-size: calc(var(--vw) * 30 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date01,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date01,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date01 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date01,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date01,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date01 {
    font-size: calc(var(--vw) * 29 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date02,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date02,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date02 {
  font-weight: 700;
  font-size: calc(var(--vw) * 25 / 1300 * 100);
  line-height: 1.3;
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date02,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date02,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date02 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date02,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date02,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date02 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date02,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date02,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date02 {
    flex: 1;
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date02 span,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date02 span,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date02 span {
  font-weight: 700;
  font-size: calc(var(--vw) * 36 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date02 span,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date02 span,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date02 span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date02 span,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date02 span,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date02 span {
    font-size: calc(var(--vw) * 35 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date03,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date03,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date03 {
  font-weight: 700;
  font-size: calc(var(--vw) * 20 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date03,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date03,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date03 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .dateBox .date03,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .dateBox .date03,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .dateBox .date03 {
    font-size: calc(var(--vw) * 19 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .subBox .subTtl,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .subBox .subTtl,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .subTtl {
  background: #6f3312;
  color: #fff;
  font-weight: 700;
  font-size: calc(var(--vw) * 32 / 1300 * 100);
  position: relative;
  padding: 0.1em 0 0 1.8em;
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .subBox .subTtl,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .subBox .subTtl,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .subTtl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .subBox .subTtl,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .subBox .subTtl,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .subTtl {
    font-size: calc(var(--vw) * 32 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .subBox .subTtl:before,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .subBox .subTtl:before,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .subTtl:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.8em;
  margin-top: -0.15em;
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .subBox .subBoxIn,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .subBox .subBoxIn,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .subBoxIn {
  padding: 1em;
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .subBox .applyList,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .subBox .applyList,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .applyList {
  padding-left: 1.2em;
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
  font-weight: 700;
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .subBox .applyList li,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .subBox .applyList li,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .applyList li {
  line-height: 1.5;
  text-indent: -1.2em;
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation {
  border: 1px solid #d1d1d1;
  border-radius: calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 10 / 1300 * 100);
  padding: calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100);
  margin-top: calc(var(--vw) * 20 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation {
    border-radius: 10px 10px 10px 10px;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation {
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation {
    border-radius: calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 10 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation {
    padding: calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 20 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation {
    margin-top: calc(var(--vw) * 20 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation.kiyaku,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation.kiyaku,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation.kiyaku {
  height: calc(var(--vw) * 200 / 1300 * 100);
  margin-top: calc(var(--vw) * 30 / 1300 * 100);
  overflow: auto;
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation.kiyaku,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation.kiyaku,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation.kiyaku {
    height: 200px;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation.kiyaku,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation.kiyaku,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation.kiyaku {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation.kiyaku,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation.kiyaku,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation.kiyaku {
    height: calc(var(--vw) * 200 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation.kiyaku,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation.kiyaku,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation.kiyaku {
    margin-top: calc(var(--vw) * 30 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .eTtl,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .eTtl,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .eTtl {
  font-size: calc(var(--vw) * 23 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .eTtl,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .eTtl,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .eTtl {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .eTtl,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .eTtl,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .eTtl {
    font-size: calc(var(--vw) * 23 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .t01,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .t01,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .t01 {
  line-height: 1.6;
  margin-top: 0.5em;
  font-size: calc(var(--vw) * 20 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .t01,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .t01,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .t01 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .t01,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .t01,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .t01 {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .t02,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .t02,
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .t02 {
  line-height: 1.7;
  margin-top: 1em;
  font-size: calc(var(--vw) * 16 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .t02,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .t02,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .t02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .block02 .explanation .t02,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .block02 .explanation .t02,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .explanation .t02 {
    font-size: calc(var(--vw) * 16 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .mtBox,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .mtBox,
#lotte_the main.lotte_the_main #goldticket .txtWrap .mtBox {
  margin-top: calc(var(--vw) * 15 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .mtBox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .mtBox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .mtBox {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .mtBox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .mtBox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .mtBox {
    margin-top: calc(var(--vw) * 15 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .mtBox.flexbox,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .mtBox.flexbox,
#lotte_the main.lotte_the_main #goldticket .txtWrap .mtBox.flexbox {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .mtBox.flexbox,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .mtBox.flexbox,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .mtBox.flexbox {
    flex-direction: column;
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .btn,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .btn,
#lotte_the main.lotte_the_main #goldticket .txtWrap .btn {
  width: calc(var(--vw) * 397 / 1300 * 100);
  max-width: 397px;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .btn,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .btn,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .btn {
    width: calc(var(--vw) * 440 / 780 * 100);
    max-width: none;
  }
}
#lotte_the main.lotte_the_main #snscp .txtWrap .btn,
#lotte_the main.lotte_the_main #mustbuy .txtWrap .btn,
#lotte_the main.lotte_the_main #goldticket .txtWrap .btn {
  margin: 0 auto;
  margin-top: calc(var(--vw) * 40 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .txtWrap .btn,
  #lotte_the main.lotte_the_main #mustbuy .txtWrap .btn,
  #lotte_the main.lotte_the_main #goldticket .txtWrap .btn {
    margin-top: 40px;
  }
}
#lotte_the main.lotte_the_main #snscp .ttl {
  text-align: center;
  border-radius: calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100);
  padding: calc(var(--vw) * 30 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 30 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100);
  background-image: linear-gradient(90deg, rgb(0, 125, 140) 50%, rgb(255, 197, 0) 50%);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .ttl {
    border-radius: 20px 20px 0px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .ttl {
    border-radius: calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .ttl {
    padding: 30px 0px 30px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .ttl {
    padding: calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .ttl img {
  width: calc(var(--vw) * 876 / 1300 * 100);
  max-width: 876px;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .ttl img {
    width: calc(var(--vw) * 459 / 780 * 100);
    max-width: none;
  }
}
#lotte_the main.lotte_the_main #snscp .block02 .dateBox {
  color: #6f1612;
  border-color: #6f1612;
}
#lotte_the main.lotte_the_main #snscp .subBoxWrap {
  display: flex;
  gap: 1em 2em;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap {
    flex-direction: column-reverse;
  }
}
#lotte_the main.lotte_the_main #snscp .subBoxWrap .l {
  width: 50%;
  font-size: calc(var(--vw) * 18 / 1300 * 100);
  line-height: 1.6;
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l {
    width: 100%;
  }
}
#lotte_the main.lotte_the_main #snscp .subBoxWrap .l .box01 p:last-child {
  margin-top: 0.5em;
}
#lotte_the main.lotte_the_main #snscp .subBoxWrap .l .box02 {
  margin-top: calc(var(--vw) * 20 / 1300 * 100);
  border-radius: calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 10 / 1300 * 100);
  padding: calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 10 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100);
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l .box02 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l .box02 {
    border-radius: 10px 10px 10px 10px;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l .box02 {
    padding: 10px 20px 10px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l .box02 {
    margin-top: calc(var(--vw) * 20 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l .box02 {
    border-radius: calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 10 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #snscp .subBoxWrap .l .box02 {
    padding: calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 20 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #snscp .subBoxWrap .r {
  flex: 1;
}
#lotte_the main.lotte_the_main #mustbuy .ttl {
  text-align: center;
  border-radius: calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100);
  padding: calc(var(--vw) * 30 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100) calc(var(--vw) * 30 / 1300 * 100) calc(var(--vw) * 0 / 1300 * 100);
  background-image: linear-gradient(90deg, rgb(0, 125, 140) 25%, rgb(214, 45, 88) 25% 50%, rgb(32, 32, 32) 50% 75%, rgb(255, 197, 0) 75%);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #mustbuy .ttl {
    border-radius: 20px 20px 0px 0px;
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #mustbuy .ttl {
    padding: 30px 0px 30px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #mustbuy .ttl {
    border-radius: calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #mustbuy .ttl {
    padding: calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #mustbuy .ttl img {
  width: calc(var(--vw) * 921 / 1300 * 100);
  max-width: 921px;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #mustbuy .ttl img {
    width: calc(var(--vw) * 516 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #mustbuy .ttl img {
    margin-left: calc(var(--vw) * 80 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #mustbuy .block02 .dateBox {
  color: #6f1612;
  border-color: #6f1612;
}
#lotte_the main.lotte_the_main #mustbuy .block02 .dateBox .date02 .date02_02 {
  margin-top: 0.5em;
  font-size: calc(var(--vw) * 21 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #mustbuy .block02 .dateBox .date02 .date02_02 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #mustbuy .block02 .dateBox .date02 .date02_02 {
    font-size: calc(var(--vw) * 21 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #mustbuy .block02 .dateBox .date02 .date02_02 span {
  font-size: calc(var(--vw) * 21 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #mustbuy .block02 .dateBox .date02 .date02_02 span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #mustbuy .block02 .dateBox .date02 .date02_02 span {
    font-size: calc(var(--vw) * 21 / 780 * 100);
  }
}
#lotte_the main.lotte_the_main #mustbuy .btn {
  margin: 0 auto;
  margin-top: calc(var(--vw) * 40 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #mustbuy .btn {
    margin-top: 40px;
  }
}
#lotte_the main.lotte_the_main #goldticket {
  padding-bottom: 60px;
}
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .subTtl {
  background: #231e21;
}
#lotte_the main.lotte_the_main #goldticket .txtWrap .block02 .subBox .boldTxt {
  color: #8e6b15;
}
#lotte_the main.lotte_the_main #goldticket .spwrap {
  display: contents;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #goldticket .dateBox .date01 {
    width: 20%;
  }
  #lotte_the main.lotte_the_main #goldticket .dateBox .spwrap {
    display: flex;
    flex-direction: column;
  }
  #lotte_the main.lotte_the_main #goldticket .dateBox .date03 {
    margin-top: 0.2em;
  }
}
#lotte_the main.lotte_the_main #goldticket .btnWrap {
  display: flex;
  gap: calc(var(--vw) * 60 / 1300 * 100) calc(var(--vw) * 60 / 1300 * 100);
  justify-content: center;
  margin-top: calc(var(--vw) * 40 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #goldticket .btnWrap {
    gap: 60px 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #goldticket .btnWrap {
    gap: calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 60 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  #lotte_the main.lotte_the_main #goldticket .btnWrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #goldticket .btnWrap {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the main.lotte_the_main #goldticket .btnWrap {
    flex-direction: column;
    align-items: center;
  }
}
#lotte_the .disc {
  padding-left: 1.2em;
}
#lotte_the .disc li {
  list-style: disc;
  margin-top: 0.3em;
}
#lotte_the .disc li:first-child {
  margin-top: 0;
}
#lotte_the .decimal {
  padding-left: 1.2em;
}
#lotte_the .decimal li {
  list-style: decimal;
  margin-top: 0.3em;
}
#lotte_the .decimal li:first-child {
  margin-top: 0;
}
#lotte_the .regular {
  font-weight: 400;
}
#lotte_the .bold {
  font-weight: 600;
}
#lotte_the .tdeco_under {
  text-decoration: underline;
}
#lotte_the .center {
  margin-left: auto !important;
  margin-right: auto !important;
}
#lotte_the .align_center {
  text-align: center !important;
}
#lotte_the .align_right {
  text-align: right !important;
}
#lotte_the .align_left {
  text-align: left !important;
  text-align: justify !important;
}
#lotte_the .align_left_noj {
  text-align: left !important;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .sp_align_center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .sp_align_right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}
#lotte_the .dblock {
  display: block !important;
}
#lotte_the .dib {
  display: inline-block !important;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .sptable {
    display: table !important;
  }
}
#lotte_the .relative {
  position: relative;
}
#lotte_the .w10 {
  width: 10%;
}
#lotte_the .w20 {
  width: 20%;
}
#lotte_the .w30 {
  width: 30%;
}
#lotte_the .w40 {
  width: 40%;
}
#lotte_the .w50 {
  width: 50%;
}
#lotte_the .w60 {
  width: 60%;
}
#lotte_the .w70 {
  width: 70%;
}
#lotte_the .w80 {
  width: 80%;
}
#lotte_the .w90 {
  width: 90%;
}
#lotte_the .w100 {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw10 {
    width: 10%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw20 {
    width: 20%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw30 {
    width: 30%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw40 {
    width: 40%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw50 {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw60 {
    width: 60%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw70 {
    width: 70%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw80 {
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw90 {
    width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spw100 {
    width: 100%;
  }
}
#lotte_the .fz10 {
  font-size: calc(var(--vw) * 10 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz10 {
    font-size: 10px;
  }
}
#lotte_the .fz11 {
  font-size: calc(var(--vw) * 11 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz11 {
    font-size: 11px;
  }
}
#lotte_the .fz12 {
  font-size: calc(var(--vw) * 12 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz12 {
    font-size: 12px;
  }
}
#lotte_the .fz13 {
  font-size: calc(var(--vw) * 13 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz13 {
    font-size: 13px;
  }
}
#lotte_the .fz14 {
  font-size: calc(var(--vw) * 14 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz14 {
    font-size: 14px;
  }
}
#lotte_the .fz15 {
  font-size: calc(var(--vw) * 15 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz15 {
    font-size: 15px;
  }
}
#lotte_the .fz16 {
  font-size: calc(var(--vw) * 16 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz16 {
    font-size: 16px;
  }
}
#lotte_the .fz17 {
  font-size: calc(var(--vw) * 17 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz17 {
    font-size: 17px;
  }
}
#lotte_the .fz18 {
  font-size: calc(var(--vw) * 18 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz18 {
    font-size: 18px;
  }
}
#lotte_the .fz19 {
  font-size: calc(var(--vw) * 19 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz19 {
    font-size: 19px;
  }
}
#lotte_the .fz20 {
  font-size: calc(var(--vw) * 20 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz20 {
    font-size: 20px;
  }
}
#lotte_the .fz21 {
  font-size: calc(var(--vw) * 21 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz21 {
    font-size: 21px;
  }
}
#lotte_the .fz22 {
  font-size: calc(var(--vw) * 22 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz22 {
    font-size: 22px;
  }
}
#lotte_the .fz23 {
  font-size: calc(var(--vw) * 23 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz23 {
    font-size: 23px;
  }
}
#lotte_the .fz24 {
  font-size: calc(var(--vw) * 24 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz24 {
    font-size: 24px;
  }
}
#lotte_the .fz25 {
  font-size: calc(var(--vw) * 25 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz25 {
    font-size: 25px;
  }
}
#lotte_the .fz26 {
  font-size: calc(var(--vw) * 26 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz26 {
    font-size: 26px;
  }
}
#lotte_the .fz27 {
  font-size: calc(var(--vw) * 27 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz27 {
    font-size: 27px;
  }
}
#lotte_the .fz28 {
  font-size: calc(var(--vw) * 28 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz28 {
    font-size: 28px;
  }
}
#lotte_the .fz29 {
  font-size: calc(var(--vw) * 29 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz29 {
    font-size: 29px;
  }
}
#lotte_the .fz30 {
  font-size: calc(var(--vw) * 30 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz30 {
    font-size: 30px;
  }
}
#lotte_the .fz31 {
  font-size: calc(var(--vw) * 31 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz31 {
    font-size: 31px;
  }
}
#lotte_the .fz32 {
  font-size: calc(var(--vw) * 32 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz32 {
    font-size: 32px;
  }
}
#lotte_the .fz33 {
  font-size: calc(var(--vw) * 33 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz33 {
    font-size: 33px;
  }
}
#lotte_the .fz34 {
  font-size: calc(var(--vw) * 34 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz34 {
    font-size: 34px;
  }
}
#lotte_the .fz35 {
  font-size: calc(var(--vw) * 35 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz35 {
    font-size: 35px;
  }
}
#lotte_the .fz36 {
  font-size: calc(var(--vw) * 36 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz36 {
    font-size: 36px;
  }
}
#lotte_the .fz37 {
  font-size: calc(var(--vw) * 37 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz37 {
    font-size: 37px;
  }
}
#lotte_the .fz38 {
  font-size: calc(var(--vw) * 38 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz38 {
    font-size: 38px;
  }
}
#lotte_the .fz39 {
  font-size: calc(var(--vw) * 39 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz39 {
    font-size: 39px;
  }
}
#lotte_the .fz40 {
  font-size: calc(var(--vw) * 40 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  #lotte_the .fz40 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz10 {
    font-size: calc(var(--vw) * 10 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz11 {
    font-size: calc(var(--vw) * 11 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz12 {
    font-size: calc(var(--vw) * 12 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz13 {
    font-size: calc(var(--vw) * 13 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz14 {
    font-size: calc(var(--vw) * 14 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz15 {
    font-size: calc(var(--vw) * 15 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz16 {
    font-size: calc(var(--vw) * 16 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz17 {
    font-size: calc(var(--vw) * 17 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz18 {
    font-size: calc(var(--vw) * 18 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz19 {
    font-size: calc(var(--vw) * 19 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz20 {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz21 {
    font-size: calc(var(--vw) * 21 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz22 {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz23 {
    font-size: calc(var(--vw) * 23 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz24 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz25 {
    font-size: calc(var(--vw) * 25 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz26 {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz27 {
    font-size: calc(var(--vw) * 27 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz28 {
    font-size: calc(var(--vw) * 28 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz29 {
    font-size: calc(var(--vw) * 29 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz30 {
    font-size: calc(var(--vw) * 30 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz31 {
    font-size: calc(var(--vw) * 31 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz32 {
    font-size: calc(var(--vw) * 32 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz33 {
    font-size: calc(var(--vw) * 33 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz34 {
    font-size: calc(var(--vw) * 34 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz35 {
    font-size: calc(var(--vw) * 35 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz36 {
    font-size: calc(var(--vw) * 36 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz37 {
    font-size: calc(var(--vw) * 37 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz38 {
    font-size: calc(var(--vw) * 38 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz39 {
    font-size: calc(var(--vw) * 39 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spfz40 {
    font-size: calc(var(--vw) * 40 / 780 * 100);
  }
}
#lotte_the .mt0 {
  margin-top: calc(var(--vw) * 0 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt0 {
    margin-top: 0px !important;
  }
}
#lotte_the .mt10 {
  margin-top: calc(var(--vw) * 10 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt10 {
    margin-top: 10px !important;
  }
}
#lotte_the .mt20 {
  margin-top: calc(var(--vw) * 20 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt20 {
    margin-top: 20px !important;
  }
}
#lotte_the .mt30 {
  margin-top: calc(var(--vw) * 30 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt30 {
    margin-top: 30px !important;
  }
}
#lotte_the .mt40 {
  margin-top: calc(var(--vw) * 40 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt40 {
    margin-top: 40px !important;
  }
}
#lotte_the .mt50 {
  margin-top: calc(var(--vw) * 50 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt50 {
    margin-top: 50px !important;
  }
}
#lotte_the .mt60 {
  margin-top: calc(var(--vw) * 60 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt60 {
    margin-top: 60px !important;
  }
}
#lotte_the .mt70 {
  margin-top: calc(var(--vw) * 70 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt70 {
    margin-top: 70px !important;
  }
}
#lotte_the .mt80 {
  margin-top: calc(var(--vw) * 80 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt80 {
    margin-top: 80px !important;
  }
}
#lotte_the .mt90 {
  margin-top: calc(var(--vw) * 90 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt90 {
    margin-top: 90px !important;
  }
}
#lotte_the .mt100 {
  margin-top: calc(var(--vw) * 100 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt100 {
    margin-top: 100px !important;
  }
}
#lotte_the .mt110 {
  margin-top: calc(var(--vw) * 110 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt110 {
    margin-top: 110px !important;
  }
}
#lotte_the .mt120 {
  margin-top: calc(var(--vw) * 120 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mt120 {
    margin-top: 120px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt0 {
    margin-top: calc(var(--vw) * 0 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt10 {
    margin-top: calc(var(--vw) * 10 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt20 {
    margin-top: calc(var(--vw) * 20 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt30 {
    margin-top: calc(var(--vw) * 30 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt40 {
    margin-top: calc(var(--vw) * 40 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt50 {
    margin-top: calc(var(--vw) * 50 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt60 {
    margin-top: calc(var(--vw) * 60 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt70 {
    margin-top: calc(var(--vw) * 70 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt80 {
    margin-top: calc(var(--vw) * 80 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt90 {
    margin-top: calc(var(--vw) * 90 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt100 {
    margin-top: calc(var(--vw) * 100 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt110 {
    margin-top: calc(var(--vw) * 110 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmt120 {
    margin-top: calc(var(--vw) * 120 / 780 * 100) !important;
  }
}
#lotte_the .mb0 {
  margin-bottom: calc(var(--vw) * 0 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb0 {
    margin-bottom: 0px !important;
  }
}
#lotte_the .mb10 {
  margin-bottom: calc(var(--vw) * 10 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb10 {
    margin-bottom: 10px !important;
  }
}
#lotte_the .mb20 {
  margin-bottom: calc(var(--vw) * 20 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb20 {
    margin-bottom: 20px !important;
  }
}
#lotte_the .mb30 {
  margin-bottom: calc(var(--vw) * 30 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb30 {
    margin-bottom: 30px !important;
  }
}
#lotte_the .mb40 {
  margin-bottom: calc(var(--vw) * 40 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb40 {
    margin-bottom: 40px !important;
  }
}
#lotte_the .mb50 {
  margin-bottom: calc(var(--vw) * 50 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb50 {
    margin-bottom: 50px !important;
  }
}
#lotte_the .mb60 {
  margin-bottom: calc(var(--vw) * 60 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb60 {
    margin-bottom: 60px !important;
  }
}
#lotte_the .mb70 {
  margin-bottom: calc(var(--vw) * 70 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb70 {
    margin-bottom: 70px !important;
  }
}
#lotte_the .mb80 {
  margin-bottom: calc(var(--vw) * 80 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb80 {
    margin-bottom: 80px !important;
  }
}
#lotte_the .mb90 {
  margin-bottom: calc(var(--vw) * 90 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb90 {
    margin-bottom: 90px !important;
  }
}
#lotte_the .mb100 {
  margin-bottom: calc(var(--vw) * 100 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb100 {
    margin-bottom: 100px !important;
  }
}
#lotte_the .mb110 {
  margin-bottom: calc(var(--vw) * 110 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb110 {
    margin-bottom: 110px !important;
  }
}
#lotte_the .mb120 {
  margin-bottom: calc(var(--vw) * 120 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mb120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb0 {
    margin-bottom: calc(var(--vw) * 0 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb10 {
    margin-bottom: calc(var(--vw) * 10 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb20 {
    margin-bottom: calc(var(--vw) * 20 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb30 {
    margin-bottom: calc(var(--vw) * 30 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb40 {
    margin-bottom: calc(var(--vw) * 40 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb50 {
    margin-bottom: calc(var(--vw) * 50 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb60 {
    margin-bottom: calc(var(--vw) * 60 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb70 {
    margin-bottom: calc(var(--vw) * 70 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb80 {
    margin-bottom: calc(var(--vw) * 80 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb90 {
    margin-bottom: calc(var(--vw) * 90 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb100 {
    margin-bottom: calc(var(--vw) * 100 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb110 {
    margin-bottom: calc(var(--vw) * 110 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmb120 {
    margin-bottom: calc(var(--vw) * 120 / 780 * 100) !important;
  }
}
#lotte_the .ml0 {
  margin-left: calc(var(--vw) * 0 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml0 {
    margin-left: 0px !important;
  }
}
#lotte_the .ml10 {
  margin-left: calc(var(--vw) * 10 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml10 {
    margin-left: 10px !important;
  }
}
#lotte_the .ml20 {
  margin-left: calc(var(--vw) * 20 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml20 {
    margin-left: 20px !important;
  }
}
#lotte_the .ml30 {
  margin-left: calc(var(--vw) * 30 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml30 {
    margin-left: 30px !important;
  }
}
#lotte_the .ml40 {
  margin-left: calc(var(--vw) * 40 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml40 {
    margin-left: 40px !important;
  }
}
#lotte_the .ml50 {
  margin-left: calc(var(--vw) * 50 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml50 {
    margin-left: 50px !important;
  }
}
#lotte_the .ml60 {
  margin-left: calc(var(--vw) * 60 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml60 {
    margin-left: 60px !important;
  }
}
#lotte_the .ml70 {
  margin-left: calc(var(--vw) * 70 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml70 {
    margin-left: 70px !important;
  }
}
#lotte_the .ml80 {
  margin-left: calc(var(--vw) * 80 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml80 {
    margin-left: 80px !important;
  }
}
#lotte_the .ml90 {
  margin-left: calc(var(--vw) * 90 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml90 {
    margin-left: 90px !important;
  }
}
#lotte_the .ml100 {
  margin-left: calc(var(--vw) * 100 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml100 {
    margin-left: 100px !important;
  }
}
#lotte_the .ml110 {
  margin-left: calc(var(--vw) * 110 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml110 {
    margin-left: 110px !important;
  }
}
#lotte_the .ml120 {
  margin-left: calc(var(--vw) * 120 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .ml120 {
    margin-left: 120px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml0 {
    margin-left: calc(var(--vw) * 0 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml10 {
    margin-left: calc(var(--vw) * 10 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml20 {
    margin-left: calc(var(--vw) * 20 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml30 {
    margin-left: calc(var(--vw) * 30 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml40 {
    margin-left: calc(var(--vw) * 40 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml50 {
    margin-left: calc(var(--vw) * 50 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml60 {
    margin-left: calc(var(--vw) * 60 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml70 {
    margin-left: calc(var(--vw) * 70 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml80 {
    margin-left: calc(var(--vw) * 80 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml90 {
    margin-left: calc(var(--vw) * 90 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml100 {
    margin-left: calc(var(--vw) * 100 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml110 {
    margin-left: calc(var(--vw) * 110 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spml120 {
    margin-left: calc(var(--vw) * 120 / 780 * 100) !important;
  }
}
#lotte_the .mr0 {
  margin-right: calc(var(--vw) * 0 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr0 {
    margin-right: 0px !important;
  }
}
#lotte_the .mr10 {
  margin-right: calc(var(--vw) * 10 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr10 {
    margin-right: 10px !important;
  }
}
#lotte_the .mr20 {
  margin-right: calc(var(--vw) * 20 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr20 {
    margin-right: 20px !important;
  }
}
#lotte_the .mr30 {
  margin-right: calc(var(--vw) * 30 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr30 {
    margin-right: 30px !important;
  }
}
#lotte_the .mr40 {
  margin-right: calc(var(--vw) * 40 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr40 {
    margin-right: 40px !important;
  }
}
#lotte_the .mr50 {
  margin-right: calc(var(--vw) * 50 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr50 {
    margin-right: 50px !important;
  }
}
#lotte_the .mr60 {
  margin-right: calc(var(--vw) * 60 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr60 {
    margin-right: 60px !important;
  }
}
#lotte_the .mr70 {
  margin-right: calc(var(--vw) * 70 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr70 {
    margin-right: 70px !important;
  }
}
#lotte_the .mr80 {
  margin-right: calc(var(--vw) * 80 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr80 {
    margin-right: 80px !important;
  }
}
#lotte_the .mr90 {
  margin-right: calc(var(--vw) * 90 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr90 {
    margin-right: 90px !important;
  }
}
#lotte_the .mr100 {
  margin-right: calc(var(--vw) * 100 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr100 {
    margin-right: 100px !important;
  }
}
#lotte_the .mr110 {
  margin-right: calc(var(--vw) * 110 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr110 {
    margin-right: 110px !important;
  }
}
#lotte_the .mr120 {
  margin-right: calc(var(--vw) * 120 / 1300 * 100) !important;
}
@media screen and (min-width: 1300px) {
  #lotte_the .mr120 {
    margin-right: 120px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr0 {
    margin-right: calc(var(--vw) * 0 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr10 {
    margin-right: calc(var(--vw) * 10 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr20 {
    margin-right: calc(var(--vw) * 20 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr30 {
    margin-right: calc(var(--vw) * 30 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr40 {
    margin-right: calc(var(--vw) * 40 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr50 {
    margin-right: calc(var(--vw) * 50 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr60 {
    margin-right: calc(var(--vw) * 60 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr70 {
    margin-right: calc(var(--vw) * 70 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr80 {
    margin-right: calc(var(--vw) * 80 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr90 {
    margin-right: calc(var(--vw) * 90 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr100 {
    margin-right: calc(var(--vw) * 100 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr110 {
    margin-right: calc(var(--vw) * 110 / 780 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_the .spmr120 {
    margin-right: calc(var(--vw) * 120 / 780 * 100) !important;
  }
}

.explanation.kiyaku {
  height: calc(var(--vw) * 420 / 1300 * 100);
  padding: calc(var(--vw) * 16 / 1300 * 100) calc(var(--vw) * 16 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100) calc(var(--vw) * 20 / 1300 * 100);
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.85;
  font-size: calc(var(--vw) * 15 / 1300 * 100);
  scrollbar-width: thin;
  scrollbar-color: #c9c1a9 #efebdd;
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku {
    height: 420px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku {
    height: calc(var(--vw) * 760 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku {
    padding: 16px 16px 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku {
    padding: calc(var(--vw) * 24 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 26 / 780 * 100) calc(var(--vw) * 26 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
.explanation.kiyaku::-webkit-scrollbar {
  width: 6px;
}
.explanation.kiyaku::-webkit-scrollbar-track {
  background: #efebdd;
  border-radius: 3px;
}
.explanation.kiyaku::-webkit-scrollbar-thumb {
  background: #c9c1a9;
  border-radius: 3px;
}
.explanation.kiyaku a {
  color: #6f1612;
  text-decoration: underline;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .explanation.kiyaku a {
    transition: opacity 0.4s;
    opacity: 1;
    backface-visibility: hidden;
  }
  .explanation.kiyaku a:hover {
    transition: opacity 0.4s;
    opacity: 0.7;
  }
}
.explanation.kiyaku .eTtl {
  font-weight: 700;
}
.explanation.kiyaku .kLead {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #231e21;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #e5e0d2;
  font-size: calc(var(--vw) * 17 / 1300 * 100);
  margin-top: calc(var(--vw) * 12 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kLead {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kLead {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kLead {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kLead {
    margin-top: calc(var(--vw) * 16 / 780 * 100);
  }
}
.explanation.kiyaku .kSec {
  margin-top: calc(var(--vw) * 40 / 1300 * 100);
  margin-bottom: 40px !important;
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kSec {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kSec {
    margin-top: calc(var(--vw) * 56 / 780 * 100);
  }
}
.explanation.kiyaku .kTtl {
  font-weight: 700;
  color: #8e6b15;
  line-height: 1.5;
  border-left: 3px solid #8e6b15;
  padding-left: 0.6em;
  margin-bottom: 0.4em;
  font-size: calc(var(--vw) * 17 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kTtl {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kTtl {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
.explanation.kiyaku .kSubTtl {
  font-weight: 700;
  color: #231e21;
  line-height: 1.5;
  position: relative;
  padding-left: 0.9em;
  margin-bottom: 0.2em;
  font-size: calc(var(--vw) * 15 / 1300 * 100);
  margin-top: calc(var(--vw) * 14 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kSubTtl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kSubTtl {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kSubTtl {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kSubTtl {
    margin-top: calc(var(--vw) * 20 / 780 * 100);
  }
}
.explanation.kiyaku .kSubTtl:before {
  content: none;
  width: 0.5em;
  height: 2px;
  background: #231e21;
  position: absolute;
  top: 0.9em;
  left: 0;
}
.kTtl + .explanation.kiyaku .kSubTtl {
  margin-top: 0;
}
.explanation.kiyaku .kTxt + .kTxt, .explanation.kiyaku .kTxt + .kList, .explanation.kiyaku .kTxt + .kBox {
  margin-top: 0.6em;
}
.explanation.kiyaku .kStrong {
  font-weight: 700;
  color: #8e6b15;
}
.explanation.kiyaku .kList li {
  padding-left: 1em;
}
.explanation.kiyaku .kList li + li {
  margin-top: 0.3em;
}
.explanation.kiyaku .kList + .kList, .explanation.kiyaku .kList + .kBox, .explanation.kiyaku .kList + .kTxt {
  margin-top: 0.6em;
}
.explanation.kiyaku .kNote {
  color: #555;
  font-size: calc(var(--vw) * 14 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kNote {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kNote {
    font-size: calc(var(--vw) * 21 / 780 * 100);
  }
}
.explanation.kiyaku .kBox {
  background: #fdfcf8;
  border: 1px solid #e5e0d2;
  border-radius: calc(var(--vw) * 4 / 1300 * 100) calc(var(--vw) * 4 / 1300 * 100) calc(var(--vw) * 4 / 1300 * 100) calc(var(--vw) * 4 / 1300 * 100);
  padding: calc(var(--vw) * 14 / 1300 * 100) calc(var(--vw) * 16 / 1300 * 100) calc(var(--vw) * 14 / 1300 * 100) calc(var(--vw) * 16 / 1300 * 100);
  margin-top: calc(var(--vw) * 10 / 1300 * 100);
  margin-bottom: calc(var(--vw) * 10 / 1300 * 100);
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kBox {
    border-radius: 4px 4px 4px 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kBox {
    border-radius: calc(var(--vw) * 6 / 780 * 100) calc(var(--vw) * 6 / 780 * 100) calc(var(--vw) * 6 / 780 * 100) calc(var(--vw) * 6 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kBox {
    padding: 14px 16px 14px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kBox {
    padding: calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 20 / 780 * 100) calc(var(--vw) * 20 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kBox {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kBox {
    margin-top: calc(var(--vw) * 14 / 780 * 100);
  }
}
@media screen and (min-width: 1300px) {
  .explanation.kiyaku .kBox {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .explanation.kiyaku .kBox {
    margin-bottom: calc(var(--vw) * 14 / 780 * 100);
  }
}
.explanation.kiyaku .kBox .kBoxTtl {
  font-weight: 700;
  margin-bottom: 0.3em;
}
