@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=Shippori+Mincho:wght@400;500;600;700&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
#lotte_cc div, #lotte_cc span, #lotte_cc object, #lotte_cc iframe,
#lotte_cc h1, #lotte_cc h2, #lotte_cc h3, #lotte_cc h4, #lotte_cc h5, #lotte_cc h6, #lotte_cc p, #lotte_cc blockquote, #lotte_cc pre,
#lotte_cc abbr, #lotte_cc address, #lotte_cc cite, #lotte_cc code,
#lotte_cc del, #lotte_cc dfn, #lotte_cc em, #lotte_cc img, #lotte_cc ins, #lotte_cc kbd, #lotte_cc q, #lotte_cc samp,
#lotte_cc small, #lotte_cc strong, #lotte_cc sub, #lotte_cc sup, #lotte_cc var,
#lotte_cc b, #lotte_cc i,
#lotte_cc dl, #lotte_cc dt, #lotte_cc dd, #lotte_cc ol, #lotte_cc ul, #lotte_cc li,
#lotte_cc fieldset, #lotte_cc form, #lotte_cc label, #lotte_cc legend,
#lotte_cc table, #lotte_cc caption, #lotte_cc tbody, #lotte_cc tfoot, #lotte_cc thead, #lotte_cc tr, #lotte_cc th, #lotte_cc td,
#lotte_cc article, #lotte_cc aside, #lotte_cc canvas, #lotte_cc details, #lotte_cc figcaption, #lotte_cc figure,
#lotte_cc footer, #lotte_cc header, #lotte_cc hgroup, #lotte_cc menu, #lotte_cc nav, #lotte_cc section, #lotte_cc summary,
#lotte_cc time, #lotte_cc mark, #lotte_cc audio, #lotte_cc video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#lotte_cc {
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#lotte_cc * {
  -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_cc .tbpc-only {
    display: none !important;
  }
}

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

.common_Include_Footer {
  background: #fff;
}

#lotte_cc {
  background: #fff;
  position: relative;
  z-index: 1;
  color: #333;
  line-height: 1.93;
  letter-spacing: 0.05em;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: calc(var(--vw) * 16 / 1600 * 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_cc {
    min-width: 0;
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc {
    font-size: calc(var(--vw) * 28 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc {
    width: 100%;
    min-width: inherit;
  }
}
#lotte_cc.hidden {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

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

#lotte_cc textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

#lotte_cc .fadeObj {
  opacity: 0;
  transition: 0.6s;
}
#lotte_cc .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;
  }
}

#movTopBt {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#movTopBt.is-visible {
  opacity: 1;
  pointer-events: auto;
}

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

html {
  background: #000;
}

#movTopBt {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#movTopBt.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#lotte_cc .opening_overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#lotte_cc .opening_overlay video {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay video {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
}
#lotte_cc .opening_overlay .tbpc-only {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .tbpc-only {
    display: none;
  }
}
#lotte_cc .opening_overlay .sp-only {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .sp-only {
    display: block;
  }
}
#lotte_cc .opening_overlay .skip_button {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  transition: 0.4s;
  width: calc(var(--vw) * 74 / 1600 * 100);
  max-width: 74px;
  height: calc(var(--vw) * 74 / 1600 * 100);
  top: calc(var(--vw) * 30 / 1600 * 100);
  right: calc(var(--vw) * 60 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .opening_overlay .skip_button {
    height: 74px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .skip_button {
    width: calc(var(--vw) * 74 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .skip_button {
    height: calc(var(--vw) * 74 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc .opening_overlay .skip_button {
    top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .skip_button {
    top: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc .opening_overlay .skip_button {
    right: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .skip_button {
    right: calc(var(--vw) * 60 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .skip_button {
    top: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .skip_button {
    right: calc(var(--vw) * 40 / 760 * 100);
  }
}
#lotte_cc .opening_overlay .skip_button:hover:after {
  transition: 0.2s;
  transform: rotate(135deg);
}
#lotte_cc .opening_overlay .skip_button.is-active span.menu_txt {
  transition: 0.2s;
  opacity: 0;
}
#lotte_cc .opening_overlay .skip_button.is-active span.batsu {
  transition: 0.2s;
  opacity: 1;
}
#lotte_cc .opening_overlay .skip_button:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: calc(var(--vw) * 8 / 1600 * 100) calc(var(--vw) * 8 / 1600 * 100) calc(var(--vw) * 8 / 1600 * 100) calc(var(--vw) * 8 / 1600 * 100);
  transition: 0.2s;
  transform: rotate(45deg);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .opening_overlay .skip_button:after {
    border-radius: 8px 8px 8px 8px;
  }
}
#lotte_cc .opening_overlay .skip_button span.menu_txt {
  transition: 0.2s;
  font-weight: 900;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #5d0000;
  font-size: calc(var(--vw) * 21 / 1600 * 100);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .opening_overlay .skip_button span.menu_txt {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .skip_button span.menu_txt {
    font-size: calc(var(--vw) * 21 / 760 * 100);
  }
}
#lotte_cc .opening_overlay .sound_button {
  position: absolute;
  bottom: calc(var(--vw) * 3.625);
  right: calc(var(--vw) * 4.375);
  width: 40px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: 0.3s;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .sound_button {
    bottom: calc(var(--vw) * 70 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .sound_button {
    right: calc(var(--vw) * 58 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .opening_overlay .sound_button {
    width: 6vw;
    height: 4.5vw;
    bottom: auto;
    right: auto;
    top: 6.5vw;
    left: calc(var(--vw) * 4.375);
  }
}
#lotte_cc .opening_overlay .sound_button img {
  width: 100%;
  height: auto;
  display: block;
}
#lotte_cc .cc_nav_btn {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  transition: 0.4s;
  width: calc(var(--vw) * 74 / 1600 * 100);
  max-width: 74px;
  height: calc(var(--vw) * 74 / 1600 * 100);
  top: calc(var(--vw) * 30 / 1600 * 100);
  right: calc(var(--vw) * 60 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .cc_nav_btn {
    height: 74px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn {
    width: calc(var(--vw) * 74 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn {
    height: calc(var(--vw) * 74 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc .cc_nav_btn {
    top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn {
    top: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc .cc_nav_btn {
    right: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn {
    right: calc(var(--vw) * 60 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn {
    top: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn {
    right: calc(var(--vw) * 40 / 760 * 100);
  }
}
#lotte_cc .cc_nav_btn:hover:after {
  transition: 0.2s;
  transform: rotate(135deg);
}
#lotte_cc .cc_nav_btn.is-active span.menu_txt {
  transition: 0.2s;
  opacity: 0;
}
#lotte_cc .cc_nav_btn.is-active span.batsu {
  transition: 0.2s;
  opacity: 1;
}
#lotte_cc .cc_nav_btn:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: calc(var(--vw) * 8 / 1600 * 100) calc(var(--vw) * 8 / 1600 * 100) calc(var(--vw) * 8 / 1600 * 100) calc(var(--vw) * 8 / 1600 * 100);
  transition: 0.2s;
  transform: rotate(45deg);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .cc_nav_btn:after {
    border-radius: 8px 8px 8px 8px;
  }
}
#lotte_cc .cc_nav_btn span.menu_txt {
  transition: 0.2s;
  font-weight: 900;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #5d0000;
  font-size: calc(var(--vw) * 21 / 1600 * 100);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .cc_nav_btn span.menu_txt {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn span.menu_txt {
    font-size: calc(var(--vw) * 21 / 760 * 100);
  }
}
#lotte_cc .cc_nav_btn span.batsu {
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(var(--vw) * 50 / 1600 * 100);
  max-width: 50px;
  height: calc(var(--vw) * 50 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .cc_nav_btn span.batsu {
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn span.batsu {
    width: calc(var(--vw) * 50 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn span.batsu {
    height: calc(var(--vw) * 50 / 760 * 100);
  }
}
#lotte_cc .cc_nav_btn span.batsu:before, #lotte_cc .cc_nav_btn span.batsu:after {
  content: "";
  display: inline-block;
  width: calc(var(--vw) * 4 / 1600 * 100);
  max-width: 4px;
  height: calc(var(--vw) * 30 / 1600 * 100);
  background: #5d0000;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .cc_nav_btn span.batsu:before, #lotte_cc .cc_nav_btn span.batsu:after {
    height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn span.batsu:before, #lotte_cc .cc_nav_btn span.batsu:after {
    width: calc(var(--vw) * 4 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .cc_nav_btn span.batsu:before, #lotte_cc .cc_nav_btn span.batsu:after {
    height: calc(var(--vw) * 30 / 760 * 100);
  }
}
#lotte_cc .cc_nav_btn span.batsu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#lotte_cc .cc_nav_btn span.batsu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#lotte_cc .nav_modal_overlay {
  display: none;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: url(../img/nav_bg.webp) 0 0 repeat;
}
#lotte_cc .nav_modal_overlay .nav_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#lotte_cc .nav_modal_overlay .nav_modal_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: calc(var(--vw) * 60 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .nav_modal_overlay .nav_modal_list {
    gap: 60px 0px;
  }
}
#lotte_cc .nav_modal_overlay .nav_modal_list li {
  width: calc(var(--vw) * 1130 / 1600 * 100);
  max-width: 1130px;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .nav_modal_overlay .nav_modal_list li {
    width: calc(var(--vw) * 644 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc .nav_modal_overlay .nav_modal_list li a {
  transition: 0.4s;
}
#lotte_cc .nav_modal_overlay .nav_modal_list li a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#lotte_cc main.lotte_cc_main {
  background: #000;
  /* 初期：下にズレ＆少し縮小＆透明 */
  /* 画面に入ったら：元に戻して表示 */
}
#lotte_cc main.lotte_cc_main .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#lotte_cc main.lotte_cc_main .wrap {
  width: calc(var(--vw) * 1260 / 1600 * 100);
  max-width: 1260px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .wrap {
    width: 100%;
  }
}
#lotte_cc main.lotte_cc_main .cc_nav {
  display: none;
}
#lotte_cc main.lotte_cc_main section {
  position: relative;
}
#lotte_cc main.lotte_cc_main .v_ttl {
  writing-mode: vertical-rl;
  font-size: calc(var(--vw) * 40 / 1600 * 100);
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: absolute;
  top: calc(var(--vw) * 110 / 1600 * 100);
  left: calc(var(--vw) * 80 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .v_ttl {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .v_ttl {
    font-size: calc(var(--vw) * 60 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .v_ttl {
    top: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .v_ttl {
    top: calc(var(--vw) * 110 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .v_ttl {
    left: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .v_ttl {
    left: calc(var(--vw) * 80 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .v_ttl {
    top: calc(var(--vw) * 190 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .v_ttl {
    left: calc(var(--vw) * 30 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main #kv {
  position: relative;
  height: calc(var(--vw) * 900 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv {
    height: 900px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv {
    height: calc(var(--vw) * 1200 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main #kv .logo {
  position: absolute;
  z-index: 10;
  top: calc(var(--vw) * 35 / 1600 * 100);
  left: calc(var(--vw) * 50 / 1600 * 100);
  width: calc(var(--vw) * 158 / 1600 * 100);
  max-width: 158px;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .logo {
    top: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .logo {
    top: calc(var(--vw) * 35 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .logo {
    left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .logo {
    left: calc(var(--vw) * 50 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .logo {
    top: calc(var(--vw) * 35 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .logo {
    left: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .logo {
    width: calc(var(--vw) * 211 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main #kv .logo a {
  display: block;
}
#lotte_cc main.lotte_cc_main #kv .wrap {
  height: 100%;
  max-width: none;
}
#lotte_cc main.lotte_cc_main #kv .kv_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#lotte_cc main.lotte_cc_main #kv .cc_logo {
  position: absolute;
  top: calc(var(--vw) * 168 / 1600 * 100);
  left: calc(var(--vw) * -107 / 1600 * 100);
  z-index: 1;
  width: calc(var(--vw) * 490 / 1600 * 100);
  max-width: 490px;
  max-width: none;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .cc_logo {
    top: 168px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .cc_logo {
    top: calc(var(--vw) * 168 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .cc_logo {
    left: -107px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .cc_logo {
    left: calc(var(--vw) * -107 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .cc_logo {
    top: calc(var(--vw) * 282 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .cc_logo {
    left: calc(var(--vw) * 37 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .cc_logo {
    width: calc(var(--vw) * 343 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main #kv .hero_lead {
  position: absolute;
  top: calc(var(--vw) * 130 / 1600 * 100);
  right: calc(var(--vw) * 19 / 1600 * 100);
  z-index: 1;
  width: calc(var(--vw) * 318 / 1600 * 100);
  max-width: 318px;
  max-width: none;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead {
    top: 130px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead {
    top: calc(var(--vw) * 130 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead {
    right: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead {
    right: calc(var(--vw) * 19 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead {
    top: calc(var(--vw) * 200 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead {
    right: calc(var(--vw) * 12 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead {
    width: calc(var(--vw) * 291 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main #kv .hero_lead_solo {
  position: absolute;
  top: calc(var(--vw) * 130 / 1600 * 100);
  right: calc(var(--vw) * 19 / 1600 * 100);
  z-index: 1;
  width: calc(var(--vw) * 318 / 1600 * 100);
  max-width: 318px;
  max-width: none;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo {
    top: 130px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo {
    top: calc(var(--vw) * 130 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo {
    right: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo {
    right: calc(var(--vw) * 19 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo {
    top: calc(var(--vw) * 200 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo {
    right: calc(var(--vw) * 34 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo {
    width: calc(var(--vw) * 291 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_torori {
  position: absolute;
  top: calc(var(--vw) * 0 / 1600 * 100);
  right: calc(var(--vw) * 0 / 1600 * 100);
  width: calc(var(--vw) * 122 / 1600 * 100);
  max-width: 122px;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_torori {
    top: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_torori {
    top: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_torori {
    right: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_torori {
    right: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_torori {
    width: calc(var(--vw) * 112 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_hanjuku {
  position: absolute;
  top: calc(var(--vw) * 0 / 1600 * 100);
  right: calc(var(--vw) * 0 / 1600 * 100);
  width: calc(var(--vw) * 318 / 1600 * 100);
  max-width: 318px;
  filter: drop-shadow(0.3vw 0.3vw 8px rgba(122, 89, 4, 0.8));
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_hanjuku {
    top: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_hanjuku {
    top: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_hanjuku {
    right: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_hanjuku {
    right: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main #kv .hero_lead_solo .hero_lead_hanjuku {
    width: calc(var(--vw) * 291 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main .txt {
  line-height: 1.8;
  font-size: calc(var(--vw) * 25 / 1600 * 100);
  display: table;
  margin-left: auto;
  margin-right: 0;
  letter-spacing: -0.03em;
  margin-right: -1em;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .txt {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .txt {
    font-size: calc(var(--vw) * 36 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .txt .kome {
  font-style: normal;
  font-size: 0.55em;
  vertical-align: baseline;
  position: relative;
  top: -0.8em;
  line-height: 1;
  padding: 0 0.03em;
}
#lotte_cc main.lotte_cc_main .txt .txt_yellow {
  color: #fcd475;
  font-size: calc(var(--vw) * 18 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .txt .txt_yellow {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .txt .txt_yellow {
    font-size: calc(var(--vw) * 20 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .date {
  pointer-events: none;
  width: calc(var(--vw) * 152 / 1600 * 100);
  max-width: 152px;
  height: calc(var(--vw) * 152 / 1600 * 100);
  position: absolute;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .date {
    height: 152px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .date {
    width: calc(var(--vw) * 168 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .date {
    height: calc(var(--vw) * 168 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .date:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/date.svg) 0 0/cover no-repeat;
}
#lotte_cc main.lotte_cc_main .date p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #fcd475;
  text-align: center;
  font-weight: 900;
  margin-right: -50%;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
#lotte_cc main.lotte_cc_main .date p .s01 {
  font-size: calc(var(--vw) * 28 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .date p .s01 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .date p .s01 {
    font-size: calc(var(--vw) * 28 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .date p .s02 {
  font-size: calc(var(--vw) * 20 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .date p .s02 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .date p .s02 {
    font-size: calc(var(--vw) * 20 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .date p .s03 {
  font-size: calc(var(--vw) * 42 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .date p .s03 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .date p .s03 {
    font-size: calc(var(--vw) * 42 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01 {
  background: #5d0000;
  color: #fff;
  padding-bottom: calc(var(--vw) * 150 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 {
    padding-bottom: calc(var(--vw) * 130 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01:before {
  content: "";
  width: 100%;
  height: calc(var(--vw) * 40 / 1600 * 100);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01:before {
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01:before {
    height: calc(var(--vw) * 50 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01:after {
  content: "";
  width: calc(var(--vw) * 532 / 1600 * 100);
  max-width: 532px;
  height: calc(var(--vw) * 570 / 1600 * 100);
  max-width: none;
  max-height: none;
  background: url(../img/c01_bg.svg) 0vw -26vw/52vw no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01:after {
    height: 570px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01:after {
    width: calc(var(--vw) * 472 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01:after {
    height: calc(var(--vw) * 480 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01:after {
    background: url(../img/c01_bg.svg) -7vw -32vw/90vw no-repeat;
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01:after {
    height: calc(var(--vw) * 570 / 1600 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01 .txt {
  padding-top: calc(var(--vw) * 210 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .txt {
    padding-top: 210px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .txt {
    padding-top: calc(var(--vw) * 316 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .txt {
    width: calc(var(--vw) * 520 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .txt {
    margin-right: calc(var(--vw) * 50 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .txt br {
    display: none;
  }
  #lotte_cc main.lotte_cc_main .c01 .txt span {
    display: block;
    margin-top: 0.5em;
  }
}
#lotte_cc main.lotte_cc_main .c01 .c01_items {
  display: flex;
  justify-content: space-between;
  margin-top: calc(var(--vw) * 160 / 1600 * 100);
  padding: calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 30 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 30 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items {
    margin-top: calc(var(--vw) * 170 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items {
    padding: 0px 30px 0px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items {
    padding: calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 40 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 60 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items {
    gap: calc(var(--vw) * 150 / 760 * 100) calc(var(--vw) * 0 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
  pointer-events: none;
  writing-mode: vertical-rl;
  font-size: calc(var(--vw) * 40 / 1600 * 100);
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fcd475;
  position: absolute;
  top: calc(var(--vw) * -15 / 1600 * 100);
  left: calc(var(--vw) * -50 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
    font-size: calc(var(--vw) * 44 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
    top: -15px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
    top: calc(var(--vw) * -15 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
    left: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
    left: calc(var(--vw) * -50 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
    top: calc(var(--vw) * -15 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item_v_ttl {
    left: calc(var(--vw) * -32 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .date {
  top: calc(var(--vw) * -65 / 1600 * 100);
  right: calc(var(--vw) * 20 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .date {
    top: -65px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .date {
    top: calc(var(--vw) * -65 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .date {
    right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .date {
    right: calc(var(--vw) * 20 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item {
  display: block;
  position: relative;
  width: calc(var(--vw) * 544 / 1600 * 100);
  max-width: 544px;
  height: calc(var(--vw) * 539 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item {
    height: 539px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item {
    width: calc(var(--vw) * 652 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item {
    height: calc(var(--vw) * 647 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item:hover .item_img {
  transition: 0.4s;
  transform: scale(1.05);
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
  position: absolute;
  font-size: calc(var(--vw) * 20 / 1600 * 100);
  top: calc(var(--vw) * 50 / 1600 * 100);
  left: calc(var(--vw) * 100 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
    top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
    top: calc(var(--vw) * 50 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
    left: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
    left: calc(var(--vw) * 100 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
    font-size: calc(var(--vw) * 26 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
    top: calc(var(--vw) * 70 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_txt {
    left: calc(var(--vw) * 110 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img {
  position: absolute;
  top: calc(var(--vw) * 144 / 1600 * 100);
  left: calc(var(--vw) * 40 / 1600 * 100);
  width: calc(var(--vw) * 479 / 1600 * 100);
  max-width: 479px;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img {
    top: 144px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img {
    top: calc(var(--vw) * 144 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img {
    left: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img {
    left: calc(var(--vw) * 40 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img {
    top: calc(var(--vw) * 194 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img {
    left: calc(var(--vw) * 80 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img {
    width: calc(var(--vw) * 527 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item .item_img img {
  filter: drop-shadow(0 0 20px rgba(255, 165, 0, 0.6));
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item01:before {
  background: url(../img/c02_product01.webp) 0 0/cover no-repeat;
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item01 .item_txt {
  color: #fff;
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item01 .item_img img {
  filter: drop-shadow(0 0px 20px rgb(104, 6, 1));
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item01 .item_link {
  color: #fff;
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item02:before {
  background: url(../img/c02_product02.webp) 0 0/cover no-repeat;
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item02 .item_v_ttl {
  text-shadow: 0px 0px 1px #5d0000, 0px 0px 1px #5d0000, 0px 0px 1px #5d0000, 0px 0px 1px #5d0000;
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item02 .item_txt {
  color: #5d0000;
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item02 .item_img img {
  filter: drop-shadow(0 0px 20px rgba(233, 176, 32, 0.6));
}
#lotte_cc main.lotte_cc_main .c01 .c01_items .item.item02 .item_link {
  color: #5d0000;
}
#lotte_cc main.lotte_cc_main .c02 {
  background: #000;
  color: #fff;
  padding-bottom: calc(var(--vw) * 440 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 {
    padding-bottom: 440px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 {
    padding-bottom: calc(var(--vw) * 0 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c02 .wrap:before {
  content: "";
  width: calc(var(--vw) * 535 / 1600 * 100);
  max-width: 535px;
  height: calc(var(--vw) * 586 / 1600 * 100);
  display: block;
  background: url(../img/c02_hanjuku.svg) 0 0/cover no-repeat;
  position: absolute;
  top: calc(var(--vw) * 50 / 1600 * 100);
  right: calc(var(--vw) * -80 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    height: 586px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    width: calc(var(--vw) * 535 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    height: calc(var(--vw) * 586 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    top: calc(var(--vw) * 50 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    right: -80px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    right: calc(var(--vw) * -80 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    top: calc(var(--vw) * 60 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap:before {
    right: calc(var(--vw) * 28 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c02 .wrap .v_ttl {
  top: calc(var(--vw) * 150 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap .v_ttl {
    top: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .wrap .v_ttl {
    top: calc(var(--vw) * 150 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c02 .txt {
  padding-top: calc(var(--vw) * 230 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .txt {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .txt {
    padding-top: calc(var(--vw) * 260 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .txt {
    width: calc(var(--vw) * 520 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .txt {
    margin-right: calc(var(--vw) * 50 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .txt br {
    display: none;
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap {
  position: relative;
  margin-top: calc(var(--vw) * 80 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap {
    margin-top: calc(var(--vw) * 80 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .yt {
  display: block;
  width: calc(var(--vw) * 600 / 1600 * 100);
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .yt {
    width: calc(var(--vw) * 600 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .yt {
    margin: 0 auto;
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .yt img {
  transition: opacity 0.4s;
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .yt:hover img {
  transition: opacity 0.4s;
  opacity: 0.6;
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake {
  pointer-events: none;
  position: absolute;
  top: calc(var(--vw) * 236 / 1600 * 100);
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake {
    top: 236px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake {
    top: calc(var(--vw) * 236 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake {
    padding: calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 45 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 45 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake {
    margin-top: calc(var(--vw) * 80 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake {
    gap: calc(var(--vw) * 22 / 760 * 100) calc(var(--vw) * 0 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake {
    position: static;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt {
  position: absolute;
  font-size: calc(var(--vw) * 20 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt {
    font-size: calc(var(--vw) * 26 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt {
    position: relative;
    left: auto;
    transform: none;
    z-index: 1;
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt:after {
  content: "";
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01 {
  top: calc(var(--vw) * 0 / 1600 * 100);
  left: calc(var(--vw) * -327 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01 {
    top: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01 {
    top: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01 {
    left: -327px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01 {
    left: calc(var(--vw) * -327 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01 {
    top: auto;
    left: auto;
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01:after {
  mix-blend-mode: multiply;
  top: calc(100% + 1em);
  left: calc(var(--vw) * 110 / 1600 * 100);
  width: calc(var(--vw) * 359 / 1600 * 100);
  max-width: 359px;
  height: calc(var(--vw) * 109 / 1600 * 100);
  background: url(../img/c02_line01_pc.svg) 0 0/contain no-repeat;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01:after {
    left: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01:after {
    left: calc(var(--vw) * 110 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01:after {
    height: 109px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01:after {
    top: auto;
    bottom: calc(100% - 1.8em);
    background: url(../img/c02_line01_sp.webp) 0 0/contain no-repeat;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01:after {
    left: calc(var(--vw) * -50 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01:after {
    width: calc(var(--vw) * 31 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt01:after {
    height: calc(var(--vw) * 164 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02 {
  top: calc(var(--vw) * 220 / 1600 * 100);
  right: calc(var(--vw) * -394 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02 {
    top: 220px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02 {
    top: calc(var(--vw) * 220 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02 {
    right: -394px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02 {
    right: calc(var(--vw) * -394 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02 {
    top: auto;
    right: auto;
    order: 0;
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
  bottom: 100%;
  left: calc(var(--vw) * -70 / 1600 * 100);
  width: calc(var(--vw) * 179 / 1600 * 100);
  max-width: 179px;
  height: calc(var(--vw) * 37 / 1600 * 100);
  background: url(../img/c02_line02_pc.svg) 0 0/contain no-repeat;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
    left: -70px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
    left: calc(var(--vw) * -70 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
    height: 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
    bottom: auto;
    left: auto;
    background: url(../img/c02_line02_sp.webp) 0 0/contain no-repeat;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
    top: calc(var(--vw) * 27 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
    right: calc(var(--vw) * -30 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
    width: calc(var(--vw) * 16 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt.cake_txt02:after {
    height: calc(var(--vw) * 239 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt span {
  font-weight: 600;
  color: #fcd475;
  font-size: calc(var(--vw) * 26 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt span {
    font-size: calc(var(--vw) * 32 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_txt span {
    letter-spacing: -0.07em;
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_img {
  width: calc(var(--vw) * 560 / 1600 * 100);
  max-width: 560px;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_img {
    width: calc(var(--vw) * 560 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_img {
    order: 1;
    margin: 0 auto;
  }
}
#lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_desc {
  margin-top: 0.5em;
  font-size: calc(var(--vw) * 26 / 1600 * 100);
  position: relative;
  left: -0.5em;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_desc {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_desc {
    font-size: calc(var(--vw) * 36 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_desc {
    left: 0;
    order: 3;
    width: 92%;
    margin: 0 auto;
    margin-top: 1.5em;
  }
  #lotte_cc main.lotte_cc_main .c02 .cake_wrap .cake .cake_desc br {
    display: none;
  }
}
#lotte_cc main.lotte_cc_main .c03,
#lotte_cc main.lotte_cc_main .c04 {
  background: #000;
  color: #fff;
  height: calc(var(--vw) * 900 / 1600 * 100);
  margin-top: calc(var(--vw) * 200 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c03,
  #lotte_cc main.lotte_cc_main .c04 {
    height: 900px;
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c03,
  #lotte_cc main.lotte_cc_main .c04 {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03,
  #lotte_cc main.lotte_cc_main .c04 {
    margin-top: calc(var(--vw) * 300 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03,
  #lotte_cc main.lotte_cc_main .c04 {
    height: auto;
  }
}
#lotte_cc main.lotte_cc_main .c03 .v_ttl,
#lotte_cc main.lotte_cc_main .c04 .v_ttl {
  top: calc(var(--vw) * -106 / 1600 * 100);
  left: calc(var(--vw) * 0 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c03 .v_ttl,
  #lotte_cc main.lotte_cc_main .c04 .v_ttl {
    top: -106px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .v_ttl,
  #lotte_cc main.lotte_cc_main .c04 .v_ttl {
    top: calc(var(--vw) * -106 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c03 .v_ttl,
  #lotte_cc main.lotte_cc_main .c04 .v_ttl {
    left: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .v_ttl,
  #lotte_cc main.lotte_cc_main .c04 .v_ttl {
    left: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .v_ttl,
  #lotte_cc main.lotte_cc_main .c04 .v_ttl {
    top: calc(var(--vw) * -146 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .v_ttl,
  #lotte_cc main.lotte_cc_main .c04 .v_ttl {
    left: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .v_ttl,
  #lotte_cc main.lotte_cc_main .c04 .v_ttl {
    font-size: calc(var(--vw) * 50 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .video_wrap,
  #lotte_cc main.lotte_cc_main .c04 .video_wrap {
    height: calc(var(--vw) * 900 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .video_wrap,
  #lotte_cc main.lotte_cc_main .c04 .video_wrap {
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .wrap,
  #lotte_cc main.lotte_cc_main .c04 .wrap {
    position: static;
  }
}
#lotte_cc main.lotte_cc_main .c03 .caption,
#lotte_cc main.lotte_cc_main .c04 .caption {
  position: absolute;
  bottom: calc(var(--vw) * 100 / 1600 * 100);
  right: calc(var(--vw) * 0 / 1600 * 100);
  font-size: calc(var(--vw) * 20 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c03 .caption,
  #lotte_cc main.lotte_cc_main .c04 .caption {
    bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .caption,
  #lotte_cc main.lotte_cc_main .c04 .caption {
    bottom: calc(var(--vw) * 100 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c03 .caption,
  #lotte_cc main.lotte_cc_main .c04 .caption {
    right: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .caption,
  #lotte_cc main.lotte_cc_main .c04 .caption {
    right: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c03 .caption,
  #lotte_cc main.lotte_cc_main .c04 .caption {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .caption,
  #lotte_cc main.lotte_cc_main .c04 .caption {
    font-size: calc(var(--vw) * 23 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .caption,
  #lotte_cc main.lotte_cc_main .c04 .caption {
    padding: calc(var(--vw) * 50 / 760 * 100) calc(var(--vw) * 50 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 50 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c03 .caption,
  #lotte_cc main.lotte_cc_main .c04 .caption {
    position: static;
  }
}
#lotte_cc main.lotte_cc_main .c05 {
  background: #000;
  color: #fff;
  /* ▼ 商品紹介で静止させ、上に .c06 を被せる */
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  /* ▼ 追加：静止している長さ */
  margin-bottom: 50vh;
  margin-bottom: 50dvh;
}
#lotte_cc main.lotte_cc_main .c05 .wrap {
  height: auto;
  padding-top: calc(var(--vw) * 100 / 1600 * 100);
  padding-bottom: calc(var(--vw) * 100 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .wrap {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .wrap {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .wrap {
    padding-top: calc(var(--vw) * 190 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .wrap {
    padding-bottom: calc(var(--vw) * 160 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c05 .wrap .v_ttl {
  top: calc(var(--vw) * 150 / 1600 * 100);
  z-index: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .wrap .v_ttl {
    top: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .wrap .v_ttl {
    top: calc(var(--vw) * 150 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .wrap .v_ttl {
    top: calc(var(--vw) * 100 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c05 .item {
  display: block;
  position: relative;
  width: calc(var(--vw) * 758 / 1600 * 100);
  max-width: 758px;
  height: calc(var(--vw) * 757 / 1600 * 100);
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .item {
    height: 757px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .item {
    height: calc(var(--vw) * 1060 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .item {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }
}
#lotte_cc main.lotte_cc_main .c05 .item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/c05_shape01.svg) 0 0/cover no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .item:before {
    background-size: auto 100%;
    background-position: center 0;
  }
}
#lotte_cc main.lotte_cc_main .c05 .date {
  position: absolute;
  top: calc(var(--vw) * 0 / 1600 * 100);
  right: calc(var(--vw) * 0 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .date {
    top: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .date {
    top: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .date {
    right: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .date {
    right: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .date {
    top: calc(var(--vw) * 40 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .date {
    right: calc(var(--vw) * 40 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c05 .product {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: -50%;
}
#lotte_cc main.lotte_cc_main .c05 .product .product_txt {
  margin-top: calc(var(--vw) * 20 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .product .product_txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product .product_txt {
    margin-top: calc(var(--vw) * 50 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c05 .product .product_txt .t01 {
  font-weight: 700;
  color: #fcd475;
  font-size: calc(var(--vw) * 30 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .product .product_txt .t01 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product .product_txt .t01 {
    font-size: calc(var(--vw) * 38 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c05 .product .product_txt .t02 {
  font-size: calc(var(--vw) * 20 / 1600 * 100);
  line-height: 1.8;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .product .product_txt .t02 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product .product_txt .t02 {
    font-size: calc(var(--vw) * 24 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c05 .product .product_img {
  width: calc(var(--vw) * 516 / 1600 * 100);
  max-width: 516px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product .product_img {
    width: calc(var(--vw) * 516 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main .c05 .product_link {
  font-weight: 700;
  font-size: calc(var(--vw) * 15 / 1600 * 100);
  color: #fff;
  position: absolute;
  bottom: calc(var(--vw) * 35 / 1600 * 100);
  right: calc(var(--vw) * 0 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link {
    font-size: calc(var(--vw) * 20 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link {
    bottom: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link {
    bottom: calc(var(--vw) * 35 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link {
    right: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link {
    right: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link {
    bottom: calc(var(--vw) * 100 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c05 .product_link span {
  font-size: calc(var(--vw) * 20 / 1600 * 100);
  text-decoration: underline;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c05 .product_link span {
    font-size: calc(var(--vw) * 26 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main [data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  transform: translateY(6rem) scale(0.93);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#lotte_cc main.lotte_cc_main [data-scroll=in] {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#lotte_cc main.lotte_cc_main .c06 {
  font-family: "Zen Maru Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  background: #f5ce66;
  padding-bottom: calc(var(--vw) * 160 / 1600 * 100);
  /* ▼ .c05 の上に重ねる */
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 a:not(.sprAct) {
    transition: opacity 0.3s;
  }
  #lotte_cc main.lotte_cc_main .c06 a:not(.sprAct):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pc_bc {
    display: block;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pc_bc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pc_bc {
    display: none;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_tb_bc {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_tb_bc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_tb_bc {
    display: none;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sp_bc {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sp_bc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sp_bc {
    display: block;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pctb_bc {
    display: block;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pctb_bc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pctb_bc {
    display: none;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pcsp_bc {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pcsp_bc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pcsp_bc {
    display: block;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sptb_bc {
    display: block;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sptb_bc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sptb_bc {
    display: block;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pc_in {
    display: inline;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pc_in {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pc_in {
    display: none;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_tb_in {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_tb_in {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_tb_in {
    display: none;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sp_in {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sp_in {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sp_in {
    display: inline;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pctb_in {
    display: inline;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pctb_in {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pctb_in {
    display: none;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pcsp_in {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pcsp_in {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_pcsp_in {
    display: inline;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sptb_in {
    display: inline;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sptb_in {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .only_sptb_in {
    display: inline;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section {
  width: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-top: calc(var(--vw) * 100 / 1600 * 100);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 18px 20px rgba(204, 157, 39, 0.7);
  max-width: 1200px;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section {
    margin-top: calc(var(--vw) * 100 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .ccn01 {
  margin-top: calc(var(--vw) * 70 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 {
    margin-top: calc(var(--vw) * 70 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_ttl {
  color: #590602;
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  font-size: calc(var(--vw) * 34 / 1600 * 100);
  margin-bottom: calc(var(--vw) * 20 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_ttl {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_ttl {
    font-size: calc(var(--vw) * 44 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_ttl {
    margin-bottom: 20px;
  }
}
#lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_txt {
  padding: calc(var(--vw) * 20 / 1600 * 100) calc(var(--vw) * 30 / 1600 * 100) calc(var(--vw) * 20 / 1600 * 100) calc(var(--vw) * 30 / 1600 * 100);
  font-weight: 600;
  line-height: 1.7;
  font-size: calc(var(--vw) * 20 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_txt {
    padding: 20px 30px 20px 30px;
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_txt {
    font-size: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_txt br {
    display: none;
  }
}
#lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_bottom {
  position: relative;
  background: #fbe1c0;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_bottom {
    padding: calc(var(--vw) * 225 / 760 * 100) calc(var(--vw) * 10 / 760 * 100) calc(var(--vw) * 10 / 760 * 100) calc(var(--vw) * 10 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_bottom {
    margin-top: calc(var(--vw) * 335 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_txt02 {
  color: #5d0000;
}
#lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
  position: absolute;
  width: calc(var(--vw) * 441 / 1600 * 100);
  max-width: 441px;
  bottom: calc(var(--vw) * 0 / 1600 * 100);
  right: calc(var(--vw) * 25 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
    bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
    bottom: calc(var(--vw) * 0 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
    right: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
    right: calc(var(--vw) * 25 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
    width: calc(var(--vw) * 617 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
    bottom: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
    top: calc(var(--vw) * -320 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .ccn01 .ccn01_txt_wrap .ccn01_img {
    right: calc(var(--vw) * -20 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .hedTitle {
  background-color: #590602;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: calc(var(--vw) * 34 / 1600 * 100);
  font-weight: 500;
  padding: calc(var(--vw) * 25 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 25 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .hedTitle {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .hedTitle {
    font-size: calc(var(--vw) * 44 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .hedTitle {
    padding: 25px 0px 25px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .hedTitle {
    padding: calc(var(--vw) * 25 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 25 / 760 * 100) calc(var(--vw) * 0 / 760 * 100);
  }
}
@media screen and (min-width: 768px) and (max-width: 1239.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .hedTitle {
    font-size: 2.5vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner {
  padding: calc(var(--vw) * 50 / 1600 * 100) calc(var(--vw) * 45 / 1600 * 100) calc(var(--vw) * 40 / 1600 * 100) calc(var(--vw) * 45 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner {
    padding: 50px 45px 40px 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner {
    padding: calc(var(--vw) * 50 / 760 * 100) calc(var(--vw) * 45 / 760 * 100) calc(var(--vw) * 40 / 760 * 100) calc(var(--vw) * 45 / 760 * 100);
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner {
    padding: 8vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner h2 {
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .separate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .separate {
    display: block;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .separate p {
  font-size: calc(var(--vw) * 22 / 1600 * 100);
  line-height: 1.8em;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .separate p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .separate p {
    font-size: 4.5vw;
    text-align: center;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products {
    display: block;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li {
  width: 48%;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li {
    width: 100%;
    margin-top: 10vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li:nth-child(2) {
    margin-top: 10vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .triangle {
  display: block;
  width: 100%;
  height: calc(var(--vw) * 300 / 1600 * 100);
  opacity: 0.3;
  position: absolute;
  z-index: 0;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f19b0d 50.5%) no-repeat top right/100% 100%;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .triangle {
    height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .triangle {
    height: calc(var(--vw) * 300 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner {
  position: relative;
  z-index: 1;
  padding: calc(var(--vw) * 30 / 1600 * 100) calc(var(--vw) * 35 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 35 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner {
    padding: 30px 35px 0px 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner {
    padding: calc(var(--vw) * 30 / 760 * 100) calc(var(--vw) * 35 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 35 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName {
  height: calc(var(--vw) * 60 / 1600 * 100);
  margin-bottom: calc(var(--vw) * 10 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName {
    height: 60px;
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName {
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName {
    margin-bottom: calc(var(--vw) * 30 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName .shizMin {
  width: 25%;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName h1 {
  font-size: calc(var(--vw) * 24 / 1600 * 100);
  line-height: 1.2em;
  font-weight: 700;
  color: #590602;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .pName h1 {
    font-size: calc(var(--vw) * 26 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .image {
  width: calc(var(--vw) * 368 / 1600 * 100);
  max-width: 368px;
  aspect-ratio: 368/266;
  margin: auto;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .image {
    width: calc(var(--vw) * 479 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .image {
    aspect-ratio: unset;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .prdInner .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 10 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body {
    gap: 0px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body {
    gap: calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 30 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body {
    margin-top: calc(var(--vw) * 30 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body p {
  width: 80%;
  font-weight: 500;
  font-size: calc(var(--vw) * 18 / 1600 * 100);
  line-height: 1.5em;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body p {
    font-size: calc(var(--vw) * 28 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body p {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body p {
    width: 65%;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body p .cap {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body p .cap {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body p .cap {
    font-size: 3vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 20%;
  aspect-ratio: 1/1;
  font-size: 17px;
  font-size: calc(var(--vw) * 17 / 1600 * 100);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 100%;
  position: relative;
  background-color: rgb(241, 155, 13);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a {
    font-size: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a {
    width: 35%;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a::after {
  content: "";
  display: block;
  width: calc(var(--vw) * 10 / 1600 * 100);
  max-width: 10px;
  height: calc(var(--vw) * 10 / 1600 * 100);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: calc(var(--vw) * 12 / 1600 * 100);
  top: 50%;
  margin: auto 0;
  margin-top: -2px;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a::after {
    height: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a::after {
    width: calc(var(--vw) * 15 / 760 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a::after {
    height: calc(var(--vw) * 15 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a::after {
    right: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a::after {
    right: calc(var(--vw) * 12 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a::after {
    right: calc(var(--vw) * 22 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner ul.products li .body a::after {
    margin-top: calc(var(--vw) * -2 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner {
    margin-bottom: 2vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner a {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 30px;
  width: 367px;
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner a {
    bottom: 1.5vw;
    right: 2.1vw;
    width: 28vw;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner a {
    width: 52.5vw;
    right: 2vw;
    bottom: 2.5vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner a p {
  width: 32px;
  height: 32px;
  background-color: #590602;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner a p {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner a p {
    display: none;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeBunner a p img {
  width: 65%;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul {
    justify-content: space-between;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li {
    margin-bottom: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li:nth-child(4n) {
  margin-right: 0;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a {
  display: block;
  position: relative;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a .image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a .shutter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a .shutter::before,
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a .shutter::after {
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(89, 6, 2, 0.4);
  position: absolute;
  transition: height 0.5s;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a .shutter::before {
  top: 0;
  left: 0;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a .shutter::after {
  bottom: 0;
  left: 0;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a .shutter p {
  width: 95%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.5s;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a p.spear {
  width: 32px;
  height: 32px;
  background-color: #590602;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a p.spear img {
  width: 65%;
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a:hover .shutter::before,
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a:hover .shutter::after {
    height: 100%;
  }
  #lotte_cc main.lotte_cc_main .c06 .section .inner .recipeLinks ul li a:hover .shutter p {
    opacity: 1;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .bt {
  width: 100%;
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #590602;
  width: 600px;
  margin: 50px auto 30px;
  height: 80px;
  font-size: 20px;
  font-size: calc(var(--vw) * 20 / 1600 * 100);
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  border-radius: 40px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .bt a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .bt a {
    width: 70%;
    margin: 5vw auto 3vw;
    height: 8vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .bt a {
    width: 100%;
    height: 15vw;
    font-size: 4.5vw;
  }
}
#lotte_cc main.lotte_cc_main .c06 .section .inner .bt a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 50px;
  top: 50%;
  margin: auto 0;
}
@media screen and (max-width: 1220px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .bt a::after {
    right: 5vw;
    width: 1.5vw;
    height: 1.5vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #lotte_cc main.lotte_cc_main .c06 .section .inner .bt a::after {
    right: 7vw;
    width: 3vw;
    height: 3vw;
    border-top: 0.6vw solid #fff;
    border-right: 0.6vw solid #fff;
  }
}
@media screen and (min-width: 1221px) {
  #lotte_cc main.lotte_cc_main .c06 a.sprAct:hover p.spear img {
    animation: spearAnime 0.5s ease 0s infinite normal;
  }
}
@keyframes spearAnime {
  0% {
    transform: translateX(17%);
  }
  100% {
    transform: translateX(-17%);
  }
}
#lotte_cc main.lotte_cc_main .bottom_banner {
  background: #fbe1c0;
  padding: calc(var(--vw) * 70 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 70 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .bottom_banner {
    padding: 70px 0px 70px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .bottom_banner {
    padding: calc(var(--vw) * 45 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 45 / 760 * 100) calc(var(--vw) * 0 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .bottom_banner .banner_list {
  display: flex;
  justify-content: center;
  gap: calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 60 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc main.lotte_cc_main .bottom_banner .banner_list {
    gap: 0px 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .bottom_banner .banner_list {
    gap: calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 20 / 760 * 100);
  }
}
#lotte_cc main.lotte_cc_main .bottom_banner .banner_list li {
  width: calc(var(--vw) * 331 / 1600 * 100);
  max-width: 331px;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc main.lotte_cc_main .bottom_banner .banner_list li {
    width: calc(var(--vw) * 331 / 760 * 100);
    max-width: none;
  }
}
#lotte_cc main.lotte_cc_main .bottom_banner .banner_list li a {
  transition: 0.4s;
}
#lotte_cc main.lotte_cc_main .bottom_banner .banner_list li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

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

.fancybox-bg {
  background: #fff;
}

.fancybox-content .fancybox-button--close {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: rgb(0, 0, 0);
  border-radius: 4px;
  padding: 0.3em 2em 0.2em;
  color: #fff;
  border: none;
  cursor: pointer;
  display: block;
  width: auto;
  height: auto;
  font-weight: 600;
  font-size: calc(var(--vw) * 12 / 1600 * 100);
  border-radius: calc(var(--vw) * 10 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  .fancybox-content .fancybox-button--close {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fancybox-content .fancybox-button--close {
    font-size: calc(var(--vw) * 28 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  .fancybox-content .fancybox-button--close {
    border-radius: 10px 0px 0px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fancybox-content .fancybox-button--close {
    border-radius: calc(var(--vw) * 20 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 0 / 760 * 100);
  }
}
.fancybox-caption {
  display: block !important;
  background: transparent;
  font-weight: 600;
  bottom: 15vh;
  font-size: calc(var(--vw) * 16 / 1600 * 100);
  color: #333;
}
@media screen and (min-width: 1600px) {
  .fancybox-caption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fancybox-caption {
    font-size: calc(var(--vw) * 26 / 760 * 100);
  }
}

.lightboxOverlay {
  background: #fff;
}

.lb-outerContainer {
  background: transparent;
  max-width: 600px;
  width: auto !important;
  height: auto !important;
}
.lb-outerContainer .lb-image {
  border: 0;
}

.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  height: auto !important;
  width: 100% !important;
  border-radius: 0;
  border: 0;
}

.lb-dataContainer {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.lb-nav {
  width: 120%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.98px) {
  .lb-nav {
    width: 96%;
  }
}

.lb-nav a.lb-prev {
  width: 25%;
  left: 0;
  float: left;
  background: url(../img/left.webp) left 48% no-repeat;
  background-size: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media only screen and (max-width: 767.98px) {
  .lb-nav a.lb-prev {
    background-size: 8vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .lb-container {
    padding: calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 120 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 120 / 760 * 100);
  }
}

.lb-nav a.lb-next {
  width: 25%;
  right: 0;
  float: right;
  background: url(../img/right.webp) right 48% no-repeat;
  background-size: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media only screen and (max-width: 767.98px) {
  .lb-nav a.lb-next {
    background-size: 8vw;
  }
}

.lb-data {
  margin-top: 1em;
}
.lb-data .lb-details {
  width: 100%;
  text-align: center;
}
.lb-data .lb-details .lb-caption {
  font-size: calc(var(--vw) * 16 / 1600 * 100);
  color: #333;
  line-height: 1.5;
}
@media screen and (min-width: 1600px) {
  .lb-data .lb-details .lb-caption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lb-data .lb-details .lb-caption {
    font-size: calc(var(--vw) * 26 / 760 * 100);
  }
}
.lb-data .lb-details .lb-number {
  display: none !important;
}

.lb-close {
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.4em 2em;
  font-weight: 600;
  border-radius: calc(var(--vw) * 10 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100) calc(var(--vw) * 0 / 1600 * 100);
  z-index: 1000;
}
@media only screen and (max-width: 767.98px) {
  .lb-close {
    right: calc(var(--vw) * 120 / 760 * 100);
  }
}
@media screen and (min-width: 1600px) {
  .lb-close {
    border-radius: 10px 0px 0px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lb-close {
    border-radius: calc(var(--vw) * 20 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 0 / 760 * 100) calc(var(--vw) * 0 / 760 * 100);
  }
}
.lb-close:before {
  line-height: 1;
  display: inline-block;
  content: "CLOSE";
  color: #fff;
}

#lotte_cc .disc {
  padding-left: 1.2em;
}
#lotte_cc .disc li {
  list-style: disc;
  margin-top: 0.3em;
}
#lotte_cc .disc li:first-child {
  margin-top: 0;
}
#lotte_cc .decimal {
  padding-left: 1.2em;
}
#lotte_cc .decimal li {
  list-style: decimal;
  margin-top: 0.3em;
}
#lotte_cc .decimal li:first-child {
  margin-top: 0;
}
#lotte_cc .regular {
  font-weight: 400;
}
#lotte_cc .bold {
  font-weight: 600;
}
#lotte_cc .tdeco_under {
  text-decoration: underline;
}
#lotte_cc .center {
  margin-left: auto !important;
  margin-right: auto !important;
}
#lotte_cc .align_center {
  text-align: center !important;
}
#lotte_cc .align_right {
  text-align: right !important;
}
#lotte_cc .align_left {
  text-align: left !important;
  text-align: justify !important;
}
#lotte_cc .align_left_noj {
  text-align: left !important;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .sp_align_center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .sp_align_right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}
#lotte_cc .dblock {
  display: block !important;
}
#lotte_cc .dib {
  display: inline-block !important;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .sptable {
    display: table !important;
  }
}
#lotte_cc .relative {
  position: relative;
}
#lotte_cc .w10 {
  width: 10%;
}
#lotte_cc .w20 {
  width: 20%;
}
#lotte_cc .w30 {
  width: 30%;
}
#lotte_cc .w40 {
  width: 40%;
}
#lotte_cc .w50 {
  width: 50%;
}
#lotte_cc .w60 {
  width: 60%;
}
#lotte_cc .w70 {
  width: 70%;
}
#lotte_cc .w80 {
  width: 80%;
}
#lotte_cc .w90 {
  width: 90%;
}
#lotte_cc .w100 {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw10 {
    width: 10%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw20 {
    width: 20%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw30 {
    width: 30%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw40 {
    width: 40%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw50 {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw60 {
    width: 60%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw70 {
    width: 70%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw80 {
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw90 {
    width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spw100 {
    width: 100%;
  }
}
#lotte_cc .fz10 {
  font-size: calc(var(--vw) * 10 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz10 {
    font-size: 10px;
  }
}
#lotte_cc .fz11 {
  font-size: calc(var(--vw) * 11 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz11 {
    font-size: 11px;
  }
}
#lotte_cc .fz12 {
  font-size: calc(var(--vw) * 12 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz12 {
    font-size: 12px;
  }
}
#lotte_cc .fz13 {
  font-size: calc(var(--vw) * 13 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz13 {
    font-size: 13px;
  }
}
#lotte_cc .fz14 {
  font-size: calc(var(--vw) * 14 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz14 {
    font-size: 14px;
  }
}
#lotte_cc .fz15 {
  font-size: calc(var(--vw) * 15 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz15 {
    font-size: 15px;
  }
}
#lotte_cc .fz16 {
  font-size: calc(var(--vw) * 16 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz16 {
    font-size: 16px;
  }
}
#lotte_cc .fz17 {
  font-size: calc(var(--vw) * 17 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz17 {
    font-size: 17px;
  }
}
#lotte_cc .fz18 {
  font-size: calc(var(--vw) * 18 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz18 {
    font-size: 18px;
  }
}
#lotte_cc .fz19 {
  font-size: calc(var(--vw) * 19 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz19 {
    font-size: 19px;
  }
}
#lotte_cc .fz20 {
  font-size: calc(var(--vw) * 20 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz20 {
    font-size: 20px;
  }
}
#lotte_cc .fz21 {
  font-size: calc(var(--vw) * 21 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz21 {
    font-size: 21px;
  }
}
#lotte_cc .fz22 {
  font-size: calc(var(--vw) * 22 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz22 {
    font-size: 22px;
  }
}
#lotte_cc .fz23 {
  font-size: calc(var(--vw) * 23 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz23 {
    font-size: 23px;
  }
}
#lotte_cc .fz24 {
  font-size: calc(var(--vw) * 24 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz24 {
    font-size: 24px;
  }
}
#lotte_cc .fz25 {
  font-size: calc(var(--vw) * 25 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz25 {
    font-size: 25px;
  }
}
#lotte_cc .fz26 {
  font-size: calc(var(--vw) * 26 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz26 {
    font-size: 26px;
  }
}
#lotte_cc .fz27 {
  font-size: calc(var(--vw) * 27 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz27 {
    font-size: 27px;
  }
}
#lotte_cc .fz28 {
  font-size: calc(var(--vw) * 28 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz28 {
    font-size: 28px;
  }
}
#lotte_cc .fz29 {
  font-size: calc(var(--vw) * 29 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz29 {
    font-size: 29px;
  }
}
#lotte_cc .fz30 {
  font-size: calc(var(--vw) * 30 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz30 {
    font-size: 30px;
  }
}
#lotte_cc .fz31 {
  font-size: calc(var(--vw) * 31 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz31 {
    font-size: 31px;
  }
}
#lotte_cc .fz32 {
  font-size: calc(var(--vw) * 32 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz32 {
    font-size: 32px;
  }
}
#lotte_cc .fz33 {
  font-size: calc(var(--vw) * 33 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz33 {
    font-size: 33px;
  }
}
#lotte_cc .fz34 {
  font-size: calc(var(--vw) * 34 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz34 {
    font-size: 34px;
  }
}
#lotte_cc .fz35 {
  font-size: calc(var(--vw) * 35 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz35 {
    font-size: 35px;
  }
}
#lotte_cc .fz36 {
  font-size: calc(var(--vw) * 36 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz36 {
    font-size: 36px;
  }
}
#lotte_cc .fz37 {
  font-size: calc(var(--vw) * 37 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz37 {
    font-size: 37px;
  }
}
#lotte_cc .fz38 {
  font-size: calc(var(--vw) * 38 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz38 {
    font-size: 38px;
  }
}
#lotte_cc .fz39 {
  font-size: calc(var(--vw) * 39 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz39 {
    font-size: 39px;
  }
}
#lotte_cc .fz40 {
  font-size: calc(var(--vw) * 40 / 1600 * 100);
}
@media screen and (min-width: 1600px) {
  #lotte_cc .fz40 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz10 {
    font-size: calc(var(--vw) * 10 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz11 {
    font-size: calc(var(--vw) * 11 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz12 {
    font-size: calc(var(--vw) * 12 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz13 {
    font-size: calc(var(--vw) * 13 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz14 {
    font-size: calc(var(--vw) * 14 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz15 {
    font-size: calc(var(--vw) * 15 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz16 {
    font-size: calc(var(--vw) * 16 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz17 {
    font-size: calc(var(--vw) * 17 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz18 {
    font-size: calc(var(--vw) * 18 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz19 {
    font-size: calc(var(--vw) * 19 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz20 {
    font-size: calc(var(--vw) * 20 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz21 {
    font-size: calc(var(--vw) * 21 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz22 {
    font-size: calc(var(--vw) * 22 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz23 {
    font-size: calc(var(--vw) * 23 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz24 {
    font-size: calc(var(--vw) * 24 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz25 {
    font-size: calc(var(--vw) * 25 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz26 {
    font-size: calc(var(--vw) * 26 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz27 {
    font-size: calc(var(--vw) * 27 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz28 {
    font-size: calc(var(--vw) * 28 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz29 {
    font-size: calc(var(--vw) * 29 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz30 {
    font-size: calc(var(--vw) * 30 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz31 {
    font-size: calc(var(--vw) * 31 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz32 {
    font-size: calc(var(--vw) * 32 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz33 {
    font-size: calc(var(--vw) * 33 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz34 {
    font-size: calc(var(--vw) * 34 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz35 {
    font-size: calc(var(--vw) * 35 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz36 {
    font-size: calc(var(--vw) * 36 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz37 {
    font-size: calc(var(--vw) * 37 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz38 {
    font-size: calc(var(--vw) * 38 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz39 {
    font-size: calc(var(--vw) * 39 / 760 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spfz40 {
    font-size: calc(var(--vw) * 40 / 760 * 100);
  }
}
#lotte_cc .mt0 {
  margin-top: calc(var(--vw) * 0 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt0 {
    margin-top: 0px !important;
  }
}
#lotte_cc .mt10 {
  margin-top: calc(var(--vw) * 10 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt10 {
    margin-top: 10px !important;
  }
}
#lotte_cc .mt20 {
  margin-top: calc(var(--vw) * 20 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt20 {
    margin-top: 20px !important;
  }
}
#lotte_cc .mt30 {
  margin-top: calc(var(--vw) * 30 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt30 {
    margin-top: 30px !important;
  }
}
#lotte_cc .mt40 {
  margin-top: calc(var(--vw) * 40 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt40 {
    margin-top: 40px !important;
  }
}
#lotte_cc .mt50 {
  margin-top: calc(var(--vw) * 50 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt50 {
    margin-top: 50px !important;
  }
}
#lotte_cc .mt60 {
  margin-top: calc(var(--vw) * 60 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt60 {
    margin-top: 60px !important;
  }
}
#lotte_cc .mt70 {
  margin-top: calc(var(--vw) * 70 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt70 {
    margin-top: 70px !important;
  }
}
#lotte_cc .mt80 {
  margin-top: calc(var(--vw) * 80 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt80 {
    margin-top: 80px !important;
  }
}
#lotte_cc .mt90 {
  margin-top: calc(var(--vw) * 90 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt90 {
    margin-top: 90px !important;
  }
}
#lotte_cc .mt100 {
  margin-top: calc(var(--vw) * 100 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt100 {
    margin-top: 100px !important;
  }
}
#lotte_cc .mt110 {
  margin-top: calc(var(--vw) * 110 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt110 {
    margin-top: 110px !important;
  }
}
#lotte_cc .mt120 {
  margin-top: calc(var(--vw) * 120 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mt120 {
    margin-top: 120px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt0 {
    margin-top: calc(var(--vw) * 0 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt10 {
    margin-top: calc(var(--vw) * 10 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt20 {
    margin-top: calc(var(--vw) * 20 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt30 {
    margin-top: calc(var(--vw) * 30 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt40 {
    margin-top: calc(var(--vw) * 40 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt50 {
    margin-top: calc(var(--vw) * 50 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt60 {
    margin-top: calc(var(--vw) * 60 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt70 {
    margin-top: calc(var(--vw) * 70 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt80 {
    margin-top: calc(var(--vw) * 80 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt90 {
    margin-top: calc(var(--vw) * 90 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt100 {
    margin-top: calc(var(--vw) * 100 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt110 {
    margin-top: calc(var(--vw) * 110 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmt120 {
    margin-top: calc(var(--vw) * 120 / 760 * 100) !important;
  }
}
#lotte_cc .mb0 {
  margin-bottom: calc(var(--vw) * 0 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb0 {
    margin-bottom: 0px !important;
  }
}
#lotte_cc .mb10 {
  margin-bottom: calc(var(--vw) * 10 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb10 {
    margin-bottom: 10px !important;
  }
}
#lotte_cc .mb20 {
  margin-bottom: calc(var(--vw) * 20 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb20 {
    margin-bottom: 20px !important;
  }
}
#lotte_cc .mb30 {
  margin-bottom: calc(var(--vw) * 30 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb30 {
    margin-bottom: 30px !important;
  }
}
#lotte_cc .mb40 {
  margin-bottom: calc(var(--vw) * 40 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb40 {
    margin-bottom: 40px !important;
  }
}
#lotte_cc .mb50 {
  margin-bottom: calc(var(--vw) * 50 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb50 {
    margin-bottom: 50px !important;
  }
}
#lotte_cc .mb60 {
  margin-bottom: calc(var(--vw) * 60 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb60 {
    margin-bottom: 60px !important;
  }
}
#lotte_cc .mb70 {
  margin-bottom: calc(var(--vw) * 70 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb70 {
    margin-bottom: 70px !important;
  }
}
#lotte_cc .mb80 {
  margin-bottom: calc(var(--vw) * 80 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb80 {
    margin-bottom: 80px !important;
  }
}
#lotte_cc .mb90 {
  margin-bottom: calc(var(--vw) * 90 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb90 {
    margin-bottom: 90px !important;
  }
}
#lotte_cc .mb100 {
  margin-bottom: calc(var(--vw) * 100 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb100 {
    margin-bottom: 100px !important;
  }
}
#lotte_cc .mb110 {
  margin-bottom: calc(var(--vw) * 110 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb110 {
    margin-bottom: 110px !important;
  }
}
#lotte_cc .mb120 {
  margin-bottom: calc(var(--vw) * 120 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mb120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb0 {
    margin-bottom: calc(var(--vw) * 0 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb10 {
    margin-bottom: calc(var(--vw) * 10 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb20 {
    margin-bottom: calc(var(--vw) * 20 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb30 {
    margin-bottom: calc(var(--vw) * 30 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb40 {
    margin-bottom: calc(var(--vw) * 40 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb50 {
    margin-bottom: calc(var(--vw) * 50 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb60 {
    margin-bottom: calc(var(--vw) * 60 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb70 {
    margin-bottom: calc(var(--vw) * 70 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb80 {
    margin-bottom: calc(var(--vw) * 80 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb90 {
    margin-bottom: calc(var(--vw) * 90 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb100 {
    margin-bottom: calc(var(--vw) * 100 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb110 {
    margin-bottom: calc(var(--vw) * 110 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmb120 {
    margin-bottom: calc(var(--vw) * 120 / 760 * 100) !important;
  }
}
#lotte_cc .ml0 {
  margin-left: calc(var(--vw) * 0 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml0 {
    margin-left: 0px !important;
  }
}
#lotte_cc .ml10 {
  margin-left: calc(var(--vw) * 10 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml10 {
    margin-left: 10px !important;
  }
}
#lotte_cc .ml20 {
  margin-left: calc(var(--vw) * 20 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml20 {
    margin-left: 20px !important;
  }
}
#lotte_cc .ml30 {
  margin-left: calc(var(--vw) * 30 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml30 {
    margin-left: 30px !important;
  }
}
#lotte_cc .ml40 {
  margin-left: calc(var(--vw) * 40 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml40 {
    margin-left: 40px !important;
  }
}
#lotte_cc .ml50 {
  margin-left: calc(var(--vw) * 50 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml50 {
    margin-left: 50px !important;
  }
}
#lotte_cc .ml60 {
  margin-left: calc(var(--vw) * 60 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml60 {
    margin-left: 60px !important;
  }
}
#lotte_cc .ml70 {
  margin-left: calc(var(--vw) * 70 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml70 {
    margin-left: 70px !important;
  }
}
#lotte_cc .ml80 {
  margin-left: calc(var(--vw) * 80 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml80 {
    margin-left: 80px !important;
  }
}
#lotte_cc .ml90 {
  margin-left: calc(var(--vw) * 90 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml90 {
    margin-left: 90px !important;
  }
}
#lotte_cc .ml100 {
  margin-left: calc(var(--vw) * 100 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml100 {
    margin-left: 100px !important;
  }
}
#lotte_cc .ml110 {
  margin-left: calc(var(--vw) * 110 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml110 {
    margin-left: 110px !important;
  }
}
#lotte_cc .ml120 {
  margin-left: calc(var(--vw) * 120 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .ml120 {
    margin-left: 120px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml0 {
    margin-left: calc(var(--vw) * 0 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml10 {
    margin-left: calc(var(--vw) * 10 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml20 {
    margin-left: calc(var(--vw) * 20 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml30 {
    margin-left: calc(var(--vw) * 30 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml40 {
    margin-left: calc(var(--vw) * 40 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml50 {
    margin-left: calc(var(--vw) * 50 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml60 {
    margin-left: calc(var(--vw) * 60 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml70 {
    margin-left: calc(var(--vw) * 70 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml80 {
    margin-left: calc(var(--vw) * 80 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml90 {
    margin-left: calc(var(--vw) * 90 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml100 {
    margin-left: calc(var(--vw) * 100 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml110 {
    margin-left: calc(var(--vw) * 110 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spml120 {
    margin-left: calc(var(--vw) * 120 / 760 * 100) !important;
  }
}
#lotte_cc .mr0 {
  margin-right: calc(var(--vw) * 0 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr0 {
    margin-right: 0px !important;
  }
}
#lotte_cc .mr10 {
  margin-right: calc(var(--vw) * 10 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr10 {
    margin-right: 10px !important;
  }
}
#lotte_cc .mr20 {
  margin-right: calc(var(--vw) * 20 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr20 {
    margin-right: 20px !important;
  }
}
#lotte_cc .mr30 {
  margin-right: calc(var(--vw) * 30 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr30 {
    margin-right: 30px !important;
  }
}
#lotte_cc .mr40 {
  margin-right: calc(var(--vw) * 40 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr40 {
    margin-right: 40px !important;
  }
}
#lotte_cc .mr50 {
  margin-right: calc(var(--vw) * 50 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr50 {
    margin-right: 50px !important;
  }
}
#lotte_cc .mr60 {
  margin-right: calc(var(--vw) * 60 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr60 {
    margin-right: 60px !important;
  }
}
#lotte_cc .mr70 {
  margin-right: calc(var(--vw) * 70 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr70 {
    margin-right: 70px !important;
  }
}
#lotte_cc .mr80 {
  margin-right: calc(var(--vw) * 80 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr80 {
    margin-right: 80px !important;
  }
}
#lotte_cc .mr90 {
  margin-right: calc(var(--vw) * 90 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr90 {
    margin-right: 90px !important;
  }
}
#lotte_cc .mr100 {
  margin-right: calc(var(--vw) * 100 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr100 {
    margin-right: 100px !important;
  }
}
#lotte_cc .mr110 {
  margin-right: calc(var(--vw) * 110 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr110 {
    margin-right: 110px !important;
  }
}
#lotte_cc .mr120 {
  margin-right: calc(var(--vw) * 120 / 1600 * 100) !important;
}
@media screen and (min-width: 1600px) {
  #lotte_cc .mr120 {
    margin-right: 120px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr0 {
    margin-right: calc(var(--vw) * 0 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr10 {
    margin-right: calc(var(--vw) * 10 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr20 {
    margin-right: calc(var(--vw) * 20 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr30 {
    margin-right: calc(var(--vw) * 30 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr40 {
    margin-right: calc(var(--vw) * 40 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr50 {
    margin-right: calc(var(--vw) * 50 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr60 {
    margin-right: calc(var(--vw) * 60 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr70 {
    margin-right: calc(var(--vw) * 70 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr80 {
    margin-right: calc(var(--vw) * 80 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr90 {
    margin-right: calc(var(--vw) * 90 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr100 {
    margin-right: calc(var(--vw) * 100 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr110 {
    margin-right: calc(var(--vw) * 110 / 760 * 100) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #lotte_cc .spmr120 {
    margin-right: calc(var(--vw) * 120 / 760 * 100) !important;
  }
}
