<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #515151;
  line-height: 2;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1300px !important;
    max-width: 100% !important;
    font-size: 16px;
  }
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .u-lp60-sp {
    display: none;
  }
}

.u-lp60-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-lp60-pc {
    display: block;
  }
}

.u-lp60-ptb-m {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .u-lp60-ptb-m {
    padding: 80px 0;
  }
}

.u-lp60-ptb-l {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .u-lp60-ptb-l {
    padding: 100px 0;
  }
}

.u-lp60-wrap-s, .u-lp60-wrap, .u-lp60-wrap-l {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .u-lp60-wrap-s {
    width: 760px;
  }
}

@media screen and (min-width: 768px) {
  .u-lp60-wrap {
    width: 1080px;
  }
}

@media screen and (min-width: 768px) {
  .u-lp60-wrap-l {
    width: 1200px;
  }
}

.lp60-footer {
  color: #fff;
  background-color: #6b87b0;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .lp60-footer {
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .lp60-footer .u-lp60-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.lp60-footer__nav {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lp60-footer__nav {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .lp60-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.lp60-footer__nav-item {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp60-footer__nav-item {
    text-align: left;
    margin: 0 30px 0 0;
  }
  .lp60-footer__nav-item:last-child {
    margin: 0;
  }
}

.lp60-footer__nav-link {
  font-size: 12px;
  -webkit-text-decoration: underline rgba(255, 255, 255, 0.6);
  text-decoration: underline rgba(255, 255, 255, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
}

.lp60-footer__nav-link:hover {
  opacity: .8;
}

@media screen and (min-width: 768px) {
  .lp60-footer__nav-link {
    font-size: 14px;
  }
}

.lp60-footer__copyright {
  font-size: 10px;
  text-align: center;
  display: block;
}

.lp60-header {
  height: 70px;
  position: relative;
}

.lp60-header__logo {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .lp60-header__logo {
    width: 200px;
    left: 30px;
    z-index: 6;
  }
}

.lp60-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .lp60-header__logo a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .lp60-header__logo a:hover {
    opacity: .8;
  }
}

.lp60-header__sns {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .lp60-header__sns {
    width: 240px;
    right: 30px;
  }
}

.lp60-header__sns-txt {
  color: #6c4313;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .lp60-header__sns-txt {
    font-size: 14px;
  }
}

.lp60-header__sns-link {
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .lp60-header__sns-link {
    width: 68px;
    width: 74px;
  }
}

.lp60-header__sns-link-item {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .lp60-header__sns-link-item {
    width: 32px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .lp60-header__sns-link-item:hover {
    opacity: .8;
  }
}

@-webkit-keyframes lp60KvSlider {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes lp60KvSlider {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes lp60KvSlider2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes lp60KvSlider2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.lp60-kv {
  height: 375px;
  background: url(../img/kv.png) no-repeat center/cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp60-kv {
    background: none;
    height: 650px;
    overflow: hidden;
  }
}

.lp60-kv__ttl {
  width: 80%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .lp60-kv__ttl {
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .lp60-kv__slider {
    width: 100%;
    width: 11454px;
    min-width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lp60-kv__slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5727px;
}

.lp60-kv__slider-wrap img {
  width: auto;
  height: 100%;
  display: block;
}

.lp60-limited {
  position: relative;
  padding: 40px 0 100px;
}

@media screen and (min-width: 768px) {
  .lp60-limited {
    padding: 60px 0 100px;
  }
}

.lp60-limited::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: 0;
  background: url(../img/limited_bg.png) no-repeat center/cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .lp60-limited::after {
    height: calc(100% - 100px);
    top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .lp60-limited .u-lp60-wrap {
    width: 100%;
  }
}

.lp60-limited__contetns {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .lp60-limited__contetns {
    width: 680px;
    margin: 0 auto 80px;
  }
}

.lp60-limited__contetns-ttl {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-limited__contetns-ttl {
    margin-bottom: 0 auto 40px;
  }
}

.lp60-limited__contetns-img-60th {
  width: 60px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
  .lp60-limited__contetns-img-60th {
    width: 80px;
  }
}

.lp60-limited__contetns-img-ttl {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lp60-limited__contetns-img-ttl {
    max-width: 600px;
  }
}

.lp60-limited__contetns-textarea {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lp60-limited__contetns-textarea {
    max-width: 100%;
  }
}

.lp60-limited__contetns-txt {
  color: #b58f52;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 30px;
}

.lp60-limited__contetns-txt:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 375px) {
  .lp60-limited__contetns-txt:nth-child(1) {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .lp60-limited__contetns-txt {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.04em;
  }
  .lp60-limited__contetns-txt:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    line-height: 2.4;
  }
}

.lp60-limited__contetns-note {
  color: #b58f52;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp60-limited__contetns-note {
    font-size: 12px;
  }
}

.lp60-limited__thema {
  color: #b58f52;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-limited__thema {
    font-size: 30px;
  }
}

.lp60-limited__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .lp60-limited__gallery {
    width: 96%;
    margin: 0 auto;
  }
}

.lp60-limited__gallery-item {
  width: 31%;
  margin: 10px 3.5% 0 0;
}

.lp60-limited__gallery-item:nth-child(1) {
  margin: 0 3.5% 0 10px;
}

.lp60-limited__gallery-item:nth-child(2) {
  margin: 0 10px 0 0;
}

.lp60-limited__gallery-item:nth-child(2), .lp60-limited__gallery-item:nth-child(5) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .lp60-limited__gallery-item {
    width: 19%;
    margin: 0 1.25% 0 0;
  }
  .lp60-limited__gallery-item:nth-child(1), .lp60-limited__gallery-item:nth-child(2), .lp60-limited__gallery-item:nth-child(5) {
    margin: 0 1.25% 0 0;
  }
  .lp60-limited__gallery-item:nth-child(5) {
    margin: 0;
  }
}

.lp60-limited__gallery-img {
  margin-bottom: 4px;
}

.lp60-limited__gallery-name {
  color: #b58f52;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp60-limited__gallery-name {
    font-size: 14px;
  }
}

.lp60-limited__illust-01 {
  width: 60px;
  position: absolute;
  top: 0;
  right: 10%;
}

@media screen and (min-width: 768px) {
  .lp60-limited__illust-01 {
    width: 80px;
    right: 20%;
  }
}

.lp60-limited__illust-02 {
  width: 60px;
  position: absolute;
  bottom: 20px;
  left: 10%;
}

@media screen and (min-width: 768px) {
  .lp60-limited__illust-02 {
    width: 100px;
    bottom: 740px;
    left: 14%;
  }
}

.lp60-limited__illust-03 {
  width: 30px;
  position: absolute;
  bottom: 300px;
  right: 5%;
}

@media screen and (min-width: 768px) {
  .lp60-limited__illust-03 {
    width: 40px;
    bottom: 600px;
    right: 20%;
  }
}

.lp60-apply {
  background-color: #e9c5a6;
  padding: 80px 0 100px;
}

@media screen and (min-width: 768px) {
  .lp60-apply {
    padding: 100px 0;
  }
}

.lp60-apply .u-lp60-wrap-l {
  position: relative;
}

.lp60-apply__ttl {
  width: 160px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__ttl {
    width: 220px;
    margin: 0 auto 60px;
  }
}

.lp60-apply__note {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__note {
    margin-bottom: 60px;
  }
}

.lp60-apply__note-txt {
  color: #c37f46;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__note-txt {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.lp60-apply__note-tags {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__note-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.lp60-apply__note-tag {
  color: #555;
  background-color: #fff;
  width: 90%;
  max-width: 220px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  display: block;
  padding: 4px 0;
  margin: 0 auto;
}

.lp60-apply__note-tag:first-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__note-tag {
    max-width: 260px;
    font-size: 20px;
    padding: 8px 0;
    margin: 0;
  }
  .lp60-apply__note-tag:first-child {
    margin: 0 30px 0 0;
  }
}

.lp60-apply__note-bottom-txt {
  color: #d14646;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.lp60-apply__flow {
  background-color: #ffdfc1;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 10px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__flow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.lp60-apply__flow-item {
  width: 48%;
  max-width: 280px;
}

.lp60-apply__flow-item:nth-child(odd) {
  margin-right: 4%;
}

.lp60-apply__flow-item:nth-last-child(-n + 2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__flow-item {
    width: 19%;
    max-width: 100%;
  }
  .lp60-apply__flow-item:nth-child(odd) {
    margin-right: 0;
  }
  .lp60-apply__flow-item:nth-last-child(-n + 2) {
    margin-top: 0;
  }
  .lp60-apply__flow-item:nth-child(-n + 3) {
    margin-right: 30px;
  }
  .lp60-apply__flow-item:nth-child(-n + 3) .lp60-apply__flow-item-img {
    position: relative;
  }
  .lp60-apply__flow-item:nth-child(-n + 3) .lp60-apply__flow-item-img::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/apply_flow_arrow.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: -42px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.lp60-apply__flow-item-txt {
  color: #c37f46;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .lp60-apply__flow-item-txt {
    height: 42px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 4px;
  }
}

.lp60-apply__rule {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lp60-apply__rule {
    max-width: 100%;
    margin: 0;
  }
}

.lp60-apply__rule-txt {
  color: #c37f46;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
}

.lp60-apply__rule-txt:nth-child(3) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__rule-txt {
    font-size: 14px;
  }
  .lp60-apply__rule-txt:nth-child(3) {
    margin-bottom: 26px;
  }
}

.lp60-apply__rule-txt a {
  color: #d14646;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .lp60-apply__rule-txt a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .lp60-apply__rule-txt a:hover {
    opacity: .8;
  }
}

.lp60-apply__rule-txt span {
  color: #d14646;
  font-weight: bold;
}

.lp60-apply__rule-install {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .lp60-apply__rule-install {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
  }
}

.lp60-apply__rule-install-link {
  width: 180px;
  display: block;
  margin: 0 auto;
}

.lp60-apply__rule-install-link:nth-child(1) {
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .lp60-apply__rule-install-link {
    width: 200px;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .lp60-apply__rule-install-link:hover {
    opacity: .8;
  }
  .lp60-apply__rule-install-link:nth-child(1) {
    margin: 0 30px 0 0;
  }
}

.lp60-apply__illust-01 {
  width: 50px;
  position: absolute;
  top: -60px;
  right: 5%;
}

@media screen and (min-width: 768px) {
  .lp60-apply__illust-01 {
    width: 60px;
    top: 40px;
    right: 100px;
  }
}

.lp60-apply__illust-02 {
  width: 40px;
  position: absolute;
  top: 50px;
  left: 5%;
}

@media screen and (min-width: 768px) {
  .lp60-apply__illust-02 {
    width: 60px;
    top: 110px;
    left: 120px;
  }
}

@media screen and (min-width: 768px) {
  .lp60-apply__illust-03 {
    width: 100px;
    position: absolute;
    bottom: 340px;
    right: 20px;
  }
}

.lp60-apply__illust-04 {
  width: 140px;
  position: absolute;
  bottom: -50px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .lp60-apply__illust-04 {
    width: 180px;
    bottom: -40px;
  }
}

.lp60-privilege {
  background: url(../img/privilege_bg.png) no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .lp60-privilege {
    padding: 100px 0;
  }
}

.lp60-privilege .u-lp60-wrap-l {
  position: relative;
}

.lp60-privilege__ttl {
  width: 160px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__ttl {
    width: 220px;
    margin: 0 auto 60px;
  }
}

.lp60-privilege__cm {
  background-color: #ffefe1;
  position: relative;
  padding: 50px 30px;
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 50px;
  }
}

.lp60-privilege__cm-img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm-img {
    width: 40%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm-contents {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.lp60-privilege__cm-ttl {
  margin-bottom: 14px;
}

.lp60-privilege__cm-ttl span {
  color: #957543;
  display: block;
  font-weight: bold;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.lp60-privilege__cm-ttl span:nth-child(2) {
  font-size: 17px;
}

@media screen and (min-width: 375px) {
  .lp60-privilege__cm-ttl span {
    font-size: 16px;
  }
  .lp60-privilege__cm-ttl span:nth-child(2) {
    font-size: 21px;
  }
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm-ttl span {
    font-size: 24px;
  }
  .lp60-privilege__cm-ttl span:nth-child(2) {
    font-size: 32px;
  }
}

.lp60-privilege__cm-txt {
  color: #957543;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 14px;
}

.lp60-privilege__cm-txt:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.lp60-privilege__cm-corner {
  width: 13%;
  max-width: 50px;
  position: absolute;
}

.lp60-privilege__cm-corner01 {
  top: 0;
  left: 0;
}

.lp60-privilege__cm-corner02 {
  bottom: 0;
  left: 0;
}

.lp60-privilege__cm-corner03 {
  top: 0;
  right: 0;
}

.lp60-privilege__cm-corner04 {
  bottom: 0;
  right: 0;
}

.lp60-privilege__cm-line {
  display: block;
  position: absolute;
}

.lp60-privilege__cm-line::before {
  content: "";
  display: block;
  background-color: #bc8e47;
}

.lp60-privilege__cm-line::after {
  content: "";
  display: block;
  background-color: #bc8e47;
}

.lp60-privilege__cm-line01 {
  height: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm-line01 {
    height: 60%;
  }
}

.lp60-privilege__cm-line01::before {
  width: 4px;
  height: 100%;
}

.lp60-privilege__cm-line01::after {
  width: 1px;
  height: 100%;
  margin-left: 6px;
}

.lp60-privilege__cm-line02 {
  width: 68%;
  top: 2px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm-line02 {
    width: 88%;
  }
}

.lp60-privilege__cm-line02::before {
  width: 100%;
  height: 4px;
}

.lp60-privilege__cm-line02::after {
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

.lp60-privilege__cm-line03 {
  height: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm-line03 {
    height: 60%;
  }
}

.lp60-privilege__cm-line03::before {
  width: 1px;
  height: 100%;
  margin-right: 6px;
}

.lp60-privilege__cm-line03::after {
  width: 4px;
  height: 100%;
}

.lp60-privilege__cm-line04 {
  width: 68%;
  bottom: 2px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (min-width: 768px) {
  .lp60-privilege__cm-line04 {
    width: 88%;
  }
}

.lp60-privilege__cm-line04::before {
  width: 100%;
  height: 1px;
  margin-bottom: 6px;
}

.lp60-privilege__cm-line04::after {
  width: 100%;
  height: 4px;
}

.lp60-privilege__present {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__present {
    margin-bottom: 80px;
  }
}

.lp60-privilege__present-top-txt {
  color: #bc8e47;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.lp60-privilege__present-top-txt span {
  color: #da3748;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 375px) {
  .lp60-privilege__present-top-txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .lp60-privilege__present-top-txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .lp60-privilege__present-top-txt span {
    font-size: 28px;
  }
}

.lp60-privilege__present-list {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__present-list {
    padding: 60px 60px 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 500px) {
  .lp60-privilege__present-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.lp60-privilege__present-item {
  margin-bottom: 20px;
}

.lp60-privilege__present-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 500px) {
  .lp60-privilege__present-item {
    width: 49%;
  }
  .lp60-privilege__present-item:nth-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .lp60-privilege__present-item {
    width: 22%;
    margin-bottom: 0;
  }
}

.lp60-privilege__present-img {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__present-img {
    margin-bottom: 14px;
  }
}

.lp60-privilege__present-name {
  color: #bc8e47;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .lp60-privilege__present-name {
    height: 30px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .lp60-privilege__present-name {
    height: 34px;
    font-size: 12px;
  }
}

.lp60-privilege__present-num {
  color: #bc8e47;
  text-align: center;
}

.lp60-privilege__present-bottom-txt {
  max-width: 500px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}

.lp60-privilege__present-bottom-txt a {
  color: #00b3cc;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__present-bottom-txt {
    font-size: 14px;
    max-width: 100%;
  }
  .lp60-privilege__present-bottom-txt a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .lp60-privilege__present-bottom-txt a:hover {
    opacity: .8;
  }
}

.lp60-privilege__present-line01 {
  display: block;
}

.lp60-privilege__present-line01::before, .lp60-privilege__present-line01::after {
  content: "";
  width: 99%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #bc8e47, #bc8e47 10px, transparent 10px, transparent 10px);
  background-image: linear-gradient(to right, #bc8e47, #bc8e47 10px, transparent 10px, transparent 10px);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.lp60-privilege__present-line01::before {
  top: 0;
}

.lp60-privilege__present-line01::after {
  bottom: 0;
}

.lp60-privilege__present-line02 {
  display: block;
}

.lp60-privilege__present-line02::before, .lp60-privilege__present-line02::after {
  content: "";
  width: 2px;
  height: 100%;
  background-image: -webkit-linear-gradient(top, #bc8e47, #bc8e47 10px, transparent 10px, transparent 10px);
  background-image: linear-gradient(to bottom, #bc8e47, #bc8e47 10px, transparent 10px, transparent 10px);
  background-size: 2px 20px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
}

.lp60-privilege__present-line02::before {
  left: 0;
}

.lp60-privilege__present-line02::after {
  right: 0;
}

.lp60-privilege__sub-ttl {
  color: #dc394a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__sub-ttl {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

.lp60-privilege__sub-ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #dc394a;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (min-width: 768px) {
  .lp60-privilege__sub-ttl::after {
    height: 2px;
  }
}

.lp60-privilege__result {
  margin-bottom: 60px;
}

.lp60-privilege__result-txt {
  max-width: 460px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__result-txt {
    max-width: 100%;
    font-size: 14px;
  }
}

.lp60-privilege__policy-sub-ttl {
  margin-bottom: 28px;
}

.lp60-privilege__policy-textarea-wrap {
  max-width: 620px;
  height: 160px;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  overflow-y: scroll;
  margin: 0 auto;
}

.lp60-privilege__policy-textarea-wrap::-webkit-scrollbar {
  width: 6px;
}

.lp60-privilege__policy-textarea-wrap::-webkit-scrollbar-track {
  background: #fff;
}

.lp60-privilege__policy-textarea-wrap::-webkit-scrollbar-thumb {
  background: #dc394a;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__policy-textarea-wrap {
    height: 220px;
    padding: 20px 30px;
  }
}

.lp60-privilege__policy-block {
  margin-bottom: 20px;
}

.lp60-privilege__policy-block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__policy-block {
    margin-bottom: 30px;
  }
}

.lp60-privilege__policy-block-ttl {
  font-weight: bold;
}

.lp60-privilege__policy-block-txt {
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__policy-block-txt {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.lp60-privilege__policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp60-privilege__policy-item span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__policy-item span {
    font-size: 14px;
  }
}

.lp60-privilege__policy-item-num {
  width: 20px;
}

.lp60-privilege__policy-item-txt {
  width: calc(100% - 20px);
}

.lp60-privilege__illust-01 {
  width: 30px;
  position: absolute;
  right: 5%;
  top: -30px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__illust-01 {
    width: 46px;
    top: -20px;
  }
}

.lp60-privilege__illust-02 {
  width: 30px;
  position: absolute;
  left: 2%;
  top: 40px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__illust-02 {
    width: 46px;
    left: 80px;
    top: 40px;
  }
}

.lp60-privilege__illust-03 {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: -80px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__illust-03 {
    width: 180px;
    right: -30px;
    bottom: -90px;
  }
}

.lp60-privilege__illust-04 {
  width: 60px;
  position: absolute;
  left: 0;
  top: -70px;
}

@media screen and (min-width: 768px) {
  .lp60-privilege__illust-04 {
    width: 70px;
    left: -40px;
    top: -50px;
  }
}

.lp60-pickup {
  background-color: #b9c8d7;
  padding: 80px 0 60px;
}

@media screen and (min-width: 768px) {
  .lp60-pickup {
    padding: 80px 0 100px;
  }
}

.lp60-pickup .u-lp60-wrap {
  position: relative;
}

.lp60-pickup__ttl {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .lp60-pickup__ttl {
    margin-bottom: 80px;
  }
}

.lp60-pickup__ttl span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lp60-pickup__ttl span {
    font-size: 36px;
    padding-bottom: 16px;
  }
}

.lp60-pickup__soon {
  color: #fff;
  text-align: center;
}

.lp60-pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp60-pickup__item {
  width: 48%;
  position: relative;
  margin: 20px 4% 0 0;
}

.lp60-pickup__item:nth-child(2n) {
  margin-right: 0;
}

.lp60-pickup__item:nth-child(-n + 2) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .lp60-pickup__item {
    width: 31%;
    margin: 40px 3.5% 0 0;
  }
  .lp60-pickup__item:nth-child(2n) {
    margin-right: 3.5%;
  }
  .lp60-pickup__item:nth-child(3n) {
    margin-right: 0;
  }
  .lp60-pickup__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

.lp60-pickup__item-line01 {
  display: block;
}

.lp60-pickup__item-line01::before, .lp60-pickup__item-line01::after {
  content: "";
  width: 99%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #fff, #fff 10px, transparent 10px, transparent 10px);
  background-image: linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 10px);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.lp60-pickup__item-line01::before {
  top: 0;
}

.lp60-pickup__item-line01::after {
  bottom: 0;
}

.lp60-pickup__item-line02 {
  display: block;
}

.lp60-pickup__item-line02::before, .lp60-pickup__item-line02::after {
  content: "";
  width: 2px;
  height: 100%;
  background-image: -webkit-linear-gradient(top, #fff, #fff 10px, transparent 10px, transparent 10px);
  background-image: linear-gradient(to bottom, #fff, #fff 10px, transparent 10px, transparent 10px);
  background-size: 2px 20px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
}

.lp60-pickup__item-line02::before {
  left: 0;
}

.lp60-pickup__item-line02::after {
  right: 0;
}

.lp60-pickup__item-link {
  display: block;
}

@media screen and (min-width: 768px) {
  .lp60-pickup__item-link {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .lp60-pickup__item-link:hover {
    opacity: .8;
  }
}

.lp60-pickup__illust-01 {
  width: 50px;
  position: absolute;
  top: -70px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .lp60-pickup__illust-01 {
    width: 60px;
    top: 50px;
    right: -10px;
  }
}

.lp60-pickup__illust-02 {
  width: 40px;
  position: absolute;
  top: -20px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .lp60-pickup__illust-02 {
    width: 40px;
    top: 80px;
    left: 20px;
  }
}

@keyframes lp60KvSlider {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes lp60KvSlider2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.is-lp60-animation .lp60-kv__slider-wrap:nth-child(1) {
  -webkit-animation: lp60KvSlider 600s -300s linear infinite !important;
  animation: lp60KvSlider 600s -300s linear infinite !important;
}

.is-lp60-animation .lp60-kv__slider-wrap:nth-child(2) {
  -webkit-animation: lp60KvSlider2 600s linear infinite !important;
  animation: lp60KvSlider2 600s linear infinite !important;
}
</pre></body></html>