<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;display=swap");
.pc_ {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc_ {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pc_ {
    display: block;
  }
}

.sp_ {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp_ {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .sp_ {
    display: none;
  }
}

:root {
  --default-color: #fff;
  --primary_color: #333;
}

.contents_stj {
  max-width: 100%;
  margin: 0 auto;
  color: var(--default-color);
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: justify;
}
.contents_stj li {
  list-style: none;
}
.contents_stj a {
  text-decoration: none;
}
.contents_stj a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.contents_stj img {
  width: 100%;
  vertical-align: top;
}
.contents_stj .background_ {
  background-color: #f0bec4;
}

#contents_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
#contents_wrapper #first_view {
  max-width: 1000px;
}

#main_contents {
  --ribbon: #c5d6e0;
  --ribbon_: #b4cad6;
  --ribbon_text: #4b85ad;
  --flower: #d6ccdf;
  --flower_: #b9adc7;
  --flower_text: #ae97c2;
  --belt: #e6ccd3;
  --belt_: #d9b4be;
  --belt_text: #cc7e95;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents {
    max-width: 100vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #main_contents {
    max-width: 100vw;
    margin: 0 auto;
  }
}
#main_contents #check_sec {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  position: relative;
  max-width: 700px;
  margin: 60px auto 40px;
}
@media screen and (max-width: 599px) {
  #main_contents #check_sec {
    max-width: 90vw;
    margin: 50px auto 30px;
  }
}
#main_contents #check_sec img {
  position: absolute;
  width: 170px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #main_contents #check_sec img {
    width: 150px;
  }
}
#main_contents #check_sec .check_text {
  color: #333;
  text-align: center;
  padding: 45px 0 20px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #main_contents #check_sec .check_text {
    padding: 36px 12px 15px;
  }
}
#main_contents #luckyday_ {
  background-color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #main_contents #luckyday_ {
    margin-bottom: 30px;
  }
}
#main_contents #luckyday_ img {
  display: block;
  width: 700px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  #main_contents #luckyday_ img {
    padding: 20px 8px;
  }
}
#main_contents #ribbon_ {
  margin-bottom: 20px;
}
#main_contents #ribbon_ .ribbon_bg {
  background-color: var(--ribbon);
}
#main_contents #ribbon_ .motif_main {
  display: flex;
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .motif_main {
    flex-direction: column;
    width: 100vw;
  }
}
#main_contents #ribbon_ .motif_main .main_img {
  width: 390px;
  border: solid 2px #fff;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .motif_main .main_img {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #ribbon_ .motif_main .motif_sub {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .motif_main .motif_sub {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #ribbon_ .motif_main .motif_sub .detail_ {
  width: 200px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .motif_main .motif_sub .detail_ {
    width: 160px;
    border: solid 2px #fff;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
#main_contents #ribbon_ .motif_main .motif_sub .text_ {
  color: #5b5b5b;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .motif_main .motif_sub .text_ {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #ribbon_ .motif_main .motif_sub .text_ .motif_name {
  font-size: 40px;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .motif_main .motif_sub .text_ .motif_name {
    font-size: 36px;
  }
}
#main_contents #ribbon_ .motif_main .motif_sub .text_ .motif_name::after {
  content: "";
  display: block;
  width: inherit;
  height: 0.7px;
  background-color: #5b5b5b;
  margin: -10px auto 12px;
}
#main_contents #ribbon_ .motif_main .motif_sub .text_ .ex_ {
  width: 390px;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .motif_main .motif_sub .text_ .ex_ {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #ribbon_ .motif_main .motif_sub .text_ .ex_ span {
  font-weight: 700;
  color: var(--ribbon_text);
}
#main_contents #ribbon_ .ribbon_btn {
  display: flex;
  background-color: var(--ribbon_);
  gap: 30px;
  padding: 20px 0;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .ribbon_btn {
    gap: 15px;
    padding: 20px 10px;
  }
}
#main_contents #ribbon_ .ribbon_btn .btn_ {
  width: 200px;
}
#main_contents #ribbon_ .other_btn {
  text-align: center;
}
#main_contents #ribbon_ .other_btn a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}
#main_contents #ribbon_ .other_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #main_contents #ribbon_ .other_btn a::after {
    font-size: 14px;
  }
}
#main_contents #flower_ {
  margin-bottom: 20px;
}
#main_contents #flower_ .flower_bg {
  background-color: var(--flower);
}
#main_contents #flower_ .motif_main {
  display: flex;
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .motif_main {
    flex-direction: column;
    width: 100vw;
  }
}
#main_contents #flower_ .motif_main .main_img {
  width: 390px;
  border: solid 2px #fff;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .motif_main .main_img {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #flower_ .motif_main .motif_sub {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .motif_main .motif_sub {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #flower_ .motif_main .motif_sub .detail_ {
  width: 200px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .motif_main .motif_sub .detail_ {
    width: 160px;
    border: solid 2px #fff;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
#main_contents #flower_ .motif_main .motif_sub .text_ {
  color: #5b5b5b;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .motif_main .motif_sub .text_ {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #flower_ .motif_main .motif_sub .text_ .motif_name {
  font-size: 40px;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .motif_main .motif_sub .text_ .motif_name {
    font-size: 36px;
  }
}
#main_contents #flower_ .motif_main .motif_sub .text_ .motif_name::after {
  content: "";
  display: block;
  width: inherit;
  height: 0.7px;
  background-color: #5b5b5b;
  margin: -10px auto 12px;
}
#main_contents #flower_ .motif_main .motif_sub .text_ .ex_ {
  width: 390px;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .motif_main .motif_sub .text_ .ex_ {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #flower_ .motif_main .motif_sub .text_ .ex_ span {
  font-weight: 700;
  color: var(--flower_text);
}
#main_contents #flower_ .flower_btn {
  display: flex;
  background-color: var(--flower_);
  gap: 30px;
  padding: 20px 0;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .flower_btn {
    gap: 15px;
    padding: 20px 10px;
  }
}
#main_contents #flower_ .flower_btn .btn_ {
  width: 200px;
}
#main_contents #flower_ .other_btn {
  text-align: center;
}
#main_contents #flower_ .other_btn a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}
#main_contents #flower_ .other_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #main_contents #flower_ .other_btn a::after {
    font-size: 14px;
  }
}
#main_contents #belt_ {
  margin-bottom: 20px;
}
#main_contents #belt_ .belt_bg {
  background-color: var(--belt);
}
#main_contents #belt_ .motif_main {
  display: flex;
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .motif_main {
    flex-direction: column;
    width: 100vw;
  }
}
#main_contents #belt_ .motif_main .main_img {
  width: 390px;
  border: solid 2px #fff;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .motif_main .main_img {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #belt_ .motif_main .motif_sub {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .motif_main .motif_sub {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #belt_ .motif_main .motif_sub .detail_ {
  width: 200px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .motif_main .motif_sub .detail_ {
    width: 160px;
    border: solid 2px #fff;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
#main_contents #belt_ .motif_main .motif_sub .text_ {
  color: #5b5b5b;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .motif_main .motif_sub .text_ {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #belt_ .motif_main .motif_sub .text_ .motif_name {
  font-size: 40px;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .motif_main .motif_sub .text_ .motif_name {
    font-size: 36px;
  }
}
#main_contents #belt_ .motif_main .motif_sub .text_ .motif_name::after {
  content: "";
  display: block;
  width: inherit;
  height: 0.7px;
  background-color: #5b5b5b;
  margin: -10px auto 12px;
}
#main_contents #belt_ .motif_main .motif_sub .text_ .ex_ {
  width: 390px;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .motif_main .motif_sub .text_ .ex_ {
    width: 92vw;
    margin: 0 auto;
  }
}
#main_contents #belt_ .motif_main .motif_sub .text_ .ex_ span {
  font-weight: 700;
  color: var(--belt_text);
}
#main_contents #belt_ .belt_btn {
  display: flex;
  background-color: var(--belt_);
  gap: 30px;
  padding: 20px 0;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .belt_btn {
    gap: 15px;
    padding: 20px 10px;
  }
}
#main_contents #belt_ .belt_btn .btn_ {
  width: 200px;
}
#main_contents #belt_ .other_btn {
  text-align: center;
}
#main_contents #belt_ .other_btn a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}
#main_contents #belt_ .other_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #main_contents #belt_ .other_btn a::after {
    font-size: 14px;
  }
}

#footer_ {
  margin-top: 35px;
}
#footer_ .feature_ {
  border: solid 1px var(--primary_color);
  background-color: var(--background_color);
  padding: 10px 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #footer_ .feature_ {
    width: 90vw;
  }
}
#footer_ .feature_ a {
  display: block;
  color: var(--primary_color);
  text-decoration: none;
}
#footer_ ul.sns_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 70px;
}
#footer_ ul.sns_btn_container li.sns_btn {
  width: 35px;
}
#footer_ ul.sns_btn_container li.sns_btn a {
  text-decoration: none;
}
#footer_ ul.sns_btn_container li.sns_btn a img {
  width: 100%;
  vertical-align: top;
}/*# sourceMappingURL=2307pc_luckymotif.css.map */</pre></body></html>