@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ TABLET
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
 @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

 /**
  * イージングプロパティ
  * https://github.com/dmnsgn/sass-easing
  */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

#l1212-light {
  --base-font: var(--font-default);
  --lacoste-font: var(--font-heading);
  --lacoste-font-bold: var(--font-heading);
  --lacoste-font-black: var(--font-heading);
  --color-green: #06532A;
  background: #ffffff;
  color: #082415;
  font-family: var(--font-default);
  line-height: 1;
  overflow: hidden;
}

#l1212-light div, #l1212-light span, #l1212-light applet, #l1212-light object, #l1212-light iframe,
#l1212-light h1, #l1212-light h2, #l1212-light h3, #l1212-light h4, #l1212-light h5, #l1212-light h6, #l1212-light p, #l1212-light blockquote, #l1212-light pre,
#l1212-light a, #l1212-light abbr, #l1212-light acronym, #l1212-light address, #l1212-light big, #l1212-light cite, #l1212-light code,
#l1212-light del, #l1212-light dfn, #l1212-light em, #l1212-light img, #l1212-light ins, #l1212-light kbd, #l1212-light q, #l1212-light s, #l1212-light samp,
#l1212-light small, #l1212-light strike, #l1212-light strong, #l1212-light sub, #l1212-light sup, #l1212-light tt, #l1212-light var,
#l1212-light b, #l1212-light u, #l1212-light i, #l1212-light center,
#l1212-light dl, #l1212-light dt, #l1212-light dd, #l1212-light ol, #l1212-light ul, #l1212-light li,
#l1212-light fieldset, #l1212-light form, #l1212-light label, #l1212-light legend,
#l1212-light table, #l1212-light caption, #l1212-light tbody, #l1212-light tfoot, #l1212-light thead, #l1212-light tr, #l1212-light th, #l1212-light td,
#l1212-light article, #l1212-light aside, #l1212-light canvas, #l1212-light details, #l1212-light embed,
#l1212-light figure, #l1212-light figcaption, #l1212-light footer, #l1212-light header, #l1212-light hgroup,
#l1212-light menu, #l1212-light nav, #l1212-light output, #l1212-light ruby, #l1212-light section, #l1212-light summary,
#l1212-light time, #l1212-light mark, #l1212-light audio, #l1212-light video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0.03em;
}

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

#l1212-light ol, #l1212-light ul {
  list-style: none;
}

#l1212-light blockquote, #l1212-light q {
  quotes: none;
}

#l1212-light blockquote:before, #l1212-light blockquote:after,
#l1212-light q:before, #l1212-light q:after {
  content: '';
  content: none;
}

#l1212-light table {
  border-collapse: collapse;
  border-spacing: 0;
}

#l1212-light * {
  box-sizing: border-box;
}

#l1212-light a {
  color: inherit;
  text-decoration: none;
}

#l1212-light img,
#l1212-light video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#l1212-light picture {
  display: block;
}

@media screen and (max-width: 767px) {
  #l1212-light .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .sp {
    display: none !important;
  }
}

#l1212-light .lacoste-font {
  font-family: var(--font-heading);
}

#l1212-light .lacoste-font-bold {
  font-family: var(--font-default);
  font-weight: normal;
}

#l1212-light .lacoste-font-black {
  font-family: var(--font-heading);
  font-weight: normal;
}

#l1212-light .hiragino {
  font-family: var(--font-default);
  font-weight: bold;
  text-shadow: 0 0 0.5px currentColor !important;
}

@media screen and (min-width: 768px) {
  #l1212-light .hiragino {
    font-size: calc(clamp(0px, calc(42 / 1100 * 100vw), calc(42 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .hiragino {
    font-size: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
  }
}

#l1212-light .keyvisual {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #l1212-light .keyvisual {
    overflow: hidden;
    max-height: 650px;
  }
}

#l1212-light .keyvisual .player {
  position: relative;
}

@media screen and (min-width: 768px) {
  #l1212-light .keyvisual .player {
    max-height: 650px;
  }
}

#l1212-light .keyvisual .player video {
  position: relative;
}

@media screen and (min-width: 768px) {
  #l1212-light .keyvisual .player video {
    max-height: 100%;
  }
}

#l1212-light .keyvisual .controller .sound {
  position: absolute;
  background: url(../images/keyvisual-movie-sound-on.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  #l1212-light .keyvisual .controller .sound {
    top: calc(clamp(0px, calc(30 / 1100 * 100vw), calc(30 / 1100 * 1100 * 1px)) * 1);
    right: calc(clamp(0px, calc(30 / 1100 * 100vw), calc(30 / 1100 * 1100 * 1px)) * 1);
    width: calc(clamp(0px, calc(37 / 1100 * 100vw), calc(37 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(37 / 1100 * 100vw), calc(37 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .keyvisual .controller .sound {
    top: calc(clamp(0px, calc(35 / 750 * 100vw), calc(35 / 750 * 100vw)) * 1);
    right: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    width: calc(clamp(0px, calc(90 / 750 * 100vw), calc(90 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(90 / 750 * 100vw), calc(90 / 750 * 100vw)) * 1);
  }
}

#l1212-light .keyvisual .controller .sound.off {
  background: url(../images/keyvisual-movie-sound-off.svg) no-repeat center/contain;
}

#l1212-light .l1212-light-title-box {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #l1212-light .l1212-light-title-box {
    padding-top: calc(clamp(0px, calc(80 / 1100 * 100vw), calc(80 / 1100 * 1100 * 1px)) * 1);
    padding-bottom: calc(clamp(0px, calc(60 / 1100 * 100vw), calc(60 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .l1212-light-title-box {
    padding-top: calc(clamp(0px, calc(75 / 750 * 100vw), calc(75 / 750 * 100vw)) * 1);
    padding-bottom: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
  }
}

#l1212-light .l1212-light-title-box .l1212-light-title {
  text-shadow: 0 0 0.5px currentColor;
}

@media screen and (min-width: 768px) {
  #l1212-light .l1212-light-title-box .l1212-light-title {
    font-size: calc(clamp(0px, calc(32 / 1100 * 100vw), calc(32 / 1100 * 1100 * 1px)) * 1);
    line-height: calc(clamp(0px, calc(56 / 1100 * 100vw), calc(56 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .l1212-light-title-box .l1212-light-title {
    font-size: calc(clamp(0px, calc(44 / 750 * 100vw), calc(44 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
  }
}

#l1212-light .l1212-light-title-box .l1212-light-title.huge {
  text-shadow: unset;
}

@media screen and (min-width: 768px) {
  #l1212-light .l1212-light-title-box .l1212-light-title.huge {
    font-size: calc(clamp(0px, calc(50 / 1100 * 100vw), calc(50 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .l1212-light-title-box .l1212-light-title.huge {
    font-size: calc(clamp(0px, calc(70 / 750 * 100vw), calc(70 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(80 / 750 * 100vw), calc(80 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .l1212-light-title-box .l1212-light-title-text {
    margin-top: calc(clamp(0px, calc(32 / 1100 * 100vw), calc(32 / 1100 * 1100 * 1px)) * 1);
    font-size: calc(clamp(0px, calc(18 / 1100 * 100vw), calc(18 / 1100 * 1100 * 1px)) * 1);
    line-height: calc(clamp(0px, calc(32 / 1100 * 100vw), calc(32 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .l1212-light-title-box .l1212-light-title-text {
    margin-top: calc(clamp(0px, calc(42 / 750 * 100vw), calc(42 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(54 / 750 * 100vw), calc(54 / 750 * 100vw)) * 1);
    width: calc(clamp(0px, calc(690 / 750 * 100vw), calc(690 / 750 * 100vw)) * 1);
    margin-left: auto;
    margin-right: auto;
  }
}

#l1212-light .first-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #l1212-light .first-list {
    gap: calc(clamp(0px, calc(10 / 1100 * 100vw), calc(10 / 1100 * 1100 * 1px)) * 1);
    padding-left: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    padding-right: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .first-list {
    flex-wrap: wrap;
    gap: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1) calc(clamp(0px, calc(10 / 750 * 100vw), calc(10 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .first-list .first-list-item {
    width: calc(clamp(0px, calc(410 / 1366 * 100vw), calc(410 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .first-list .first-list-item {
    width: calc(clamp(0px, calc(350 / 750 * 100vw), calc(350 / 750 * 100vw)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .first-list-detail {
    margin-top: calc(clamp(0px, calc(20 / 750 * 100vw), calc(20 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .first-list-detail .first-list-detail-title {
    font-size: calc(clamp(0px, calc(15 / 1100 * 100vw), calc(15 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .first-list-detail .first-list-detail-title {
    font-size: calc(clamp(0px, calc(24 / 750 * 100vw), calc(24 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .first-list-detail .first-list-detail-price {
    font-size: calc(clamp(0px, calc(13 / 1100 * 100vw), calc(13 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(15 / 1100 * 100vw), calc(15 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .first-list-detail .first-list-detail-price {
    font-size: calc(clamp(0px, calc(20 / 750 * 100vw), calc(20 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(10 / 750 * 100vw), calc(10 / 750 * 100vw)) * 1);
  }
}

#l1212-light .first-list-detail.flex {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #l1212-light .first-list-detail.flex {
    gap: calc(clamp(0px, calc(30 / 1100 * 100vw), calc(30 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .first-list-detail.flex {
    -moz-column-gap: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    column-gap: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

#l1212-light .first-list-detail.flex .first-list-detail-price {
  margin-top: calc(clamp(0px, calc(0 / 1100 * 100vw), calc(0 / 1100 * 1100 * 1px)) * 1);
}

@media screen and (min-width: 768px) {
  #l1212-light .first-list-detail {
    margin-top: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

#l1212-light .first-list-detail .price {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #l1212-light .first-list-detail .price {
    font-size: calc(clamp(0px, calc(15 / 1100 * 100vw), calc(15 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .first-list-detail .price {
    font-size: calc(clamp(0px, calc(24 / 750 * 100vw), calc(24 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
  }
}

#l1212-light .section-wrapper.l1212-light-first-wrapper {
  background-color: #EAE9E3;
}

#l1212-light .section-wrapper.l1212-light-second-wrapper {
  background-color: #EAE9E3;
}

#l1212-light .section-wrapper.l1212-light-third-wrapper {
  background-color: #EAE9E3;
}

#l1212-light .section-wrapper.l1212-light-fourth-wrapper {
  background-color: #47A1B6;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper.l1212-light-fourth-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    padding-right: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    padding-top: calc(clamp(0px, calc(40 / 1100 * 100vw), calc(40 / 1100 * 1100 * 1px)) * 1);
    padding-bottom: calc(clamp(0px, calc(40 / 1100 * 100vw), calc(40 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper.l1212-light-fourth-wrapper {
    padding-bottom: calc(clamp(0px, calc(100 / 750 * 100vw), calc(100 / 750 * 100vw)) * 1);
    padding-top: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-first-inner .l1212-light-first-img {
    margin-top: calc(clamp(0px, calc(100 / 1100 * 100vw), calc(100 / 1100 * 1100 * 1px)) * 1);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-first-inner .l1212-light-first-img {
    margin-top: calc(clamp(0px, calc(100 / 750 * 100vw), calc(100 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-second-inner {
    padding-bottom: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-second-inner {
    padding-bottom: calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-second-inner {
    width: calc(clamp(0px, calc(710 / 750 * 100vw), calc(710 / 750 * 100vw)) * 1);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-second-inner .l1212-light-second-img-wrapper {
    width: calc(clamp(0px, calc(900 / 1100 * 100vw), calc(900 / 1100 * 1100 * 1px)) * 1);
    margin-bottom: calc(clamp(0px, calc(60 / 1100 * 100vw), calc(60 / 1100 * 1100 * 1px)) * 1);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-second-inner .l1212-light-second-img-wrapper {
    margin-bottom: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
  }
}

#l1212-light .section-wrapper .section-inner.l1212-light-second-inner .l1212-light-second-img-wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner {
    padding-bottom: calc(clamp(0px, calc(100 / 1100 * 100vw), calc(100 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner {
    padding-bottom: calc(clamp(0px, calc(100 / 750 * 100vw), calc(100 / 750 * 100vw)) * 1);
  }
}

#l1212-light .section-wrapper .section-inner.l1212-light-third-inner .second-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner .second-list {
    gap: calc(clamp(0px, calc(68 / 1100 * 100vw), calc(68 / 1100 * 1100 * 1px)) * 1) calc(clamp(0px, calc(100 / 1100 * 100vw), calc(100 / 1100 * 1100 * 1px)) * 1);
    width: calc(clamp(0px, calc(900 / 1100 * 100vw), calc(900 / 1100 * 1100 * 1px)) * 1);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner .second-list {
    row-gap: calc(clamp(0px, calc(120 / 1100 * 100vw), calc(120 / 1100 * 1100 * 1px)) * 1);
    width: calc(clamp(0px, calc(710 / 750 * 100vw), calc(710 / 750 * 100vw)) * 1);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner .second-list-item {
    width: calc(clamp(0px, calc(400 / 1100 * 100vw), calc(400 / 1100 * 1100 * 1px)) * 1);
  }
}

#l1212-light .section-wrapper .section-inner.l1212-light-third-inner .icons {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner .icons {
    width: calc(clamp(0px, calc(50 / 1100 * 100vw), calc(50 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner .icons {
    width: calc(clamp(0px, calc(90 / 750 * 100vw), calc(90 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

#l1212-light .section-wrapper .section-inner.l1212-light-third-inner .second-list-text {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner .second-list-text {
    font-size: calc(clamp(0px, calc(16 / 1100 * 100vw), calc(16 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    line-height: calc(clamp(0px, calc(28 / 1100 * 100vw), calc(28 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-third-inner .second-list-text {
    font-size: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(48 / 750 * 100vw), calc(48 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(clamp(0px, calc(80 / 1100 * 100vw), calc(80 / 1100 * 1100 * 1px)) * 1);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-img {
    width: calc(clamp(0px, calc(575 / 1100 * 100vw), calc(575 / 1100 * 1100 * 1px)) * 1);
  }
}

#l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-detail {
  color: white;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-title {
    white-space: nowrap;
    font-size: calc(clamp(0px, calc(38 / 1100 * 100vw), calc(38 / 1100 * 1100 * 1px)) * 1);
    line-height: calc(clamp(0px, calc(42 / 1100 * 100vw), calc(42 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-title {
    font-size: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
  }
}

#l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-text {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-text {
    font-size: calc(clamp(0px, calc(18 / 1100 * 100vw), calc(18 / 1100 * 1100 * 1px)) * 1);
    line-height: calc(clamp(0px, calc(32 / 1100 * 100vw), calc(32 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(20 / 750 * 100vw), calc(20 / 750 * 100vw)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-text {
    font-size: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(54 / 750 * 100vw), calc(54 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(67 / 750 * 100vw), calc(67 / 750 * 100vw)) * 1);
  }
}

#l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-btn {
  background-color: white;
  transition: background-color ease .3s;
}

#l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-btn:hover {
  background-color: #105A33;
}

#l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-btn:hover a {
  transition: color ease .3s;
  color: white;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-btn {
    width: calc(clamp(0px, calc(200 / 1100 * 100vw), calc(200 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(60 / 1100 * 100vw), calc(60 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(43 / 1100 * 100vw), calc(43 / 1100 * 1100 * 1px)) * 1);
    border-radius: calc(clamp(0px, calc(50 / 1100 * 100vw), calc(50 / 1100 * 1100 * 1px)) * 1);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-btn {
    width: calc(clamp(0px, calc(350 / 750 * 100vw), calc(350 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(100 / 750 * 100vw), calc(100 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
    border-radius: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
    margin-left: auto;
    margin-right: auto;
  }
}

#l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: black;
}

@media screen and (min-width: 768px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-btn a {
    font-weight: bold;
    font-size: calc(clamp(0px, calc(18 / 1100 * 100vw), calc(18 / 1100 * 1100 * 1px)) * 1);
    line-height: calc(clamp(0px, calc(32 / 1100 * 100vw), calc(32 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #l1212-light .section-wrapper .section-inner.l1212-light-fourth-inner .bottom-btn a {
    font-weight: bold;
    font-size: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    line-height: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
  }
}
/*# sourceMappingURL=common.css.map */
