<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=Dancing+Script:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&amp;display=swap");
/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  vertical-align: middle;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  word-break: break-all;
  text-decoration: none;
  color: #e76673;
}
@media screen and (min-width: 769px) {
  a:not(.btn):hover {
    text-decoration: underline;
  }
}

.coution {
  padding-left: 1em;
  text-indent: -1em;
}
.coution::before {
  content: "※";
}

main {
  display: block;
  position: relative;
  z-index: 50;
  max-width: 100%;
  overflow: hidden;
}
main a {
  transition: color 0.3s ease;
}
main a:not(.btn):hover {
  color: #e76673;
}

/*------------------------------------------------------------
	layout	レイアウト
------------------------------------------------------------*/
section {
  position: relative;
  z-index: 50;
  padding: 140px 0;
}
section:nth-of-type(odd) {
  background-color: #e0e9e9;
}
section:nth-of-type(odd) .sec_ttl .ttl_inr {
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  section {
    padding: 80px 0;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.inner + .inner {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .inner {
    padding: 0;
    width: 92%;
    margin: 0 auto;
  }
}

h2, h3 {
  text-align: center;
}

h4 {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  h4 {
    font-size: 1.4rem;
  }
}

.disp {
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .disp {
    font-size: 1.4rem;
  }
}

.sec_ttl {
  position: relative;
  max-width: 830px;
  height: 220px;
  padding: 16px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 60px;
  line-height: 1;
}
.sec_ttl .ttl_inr {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_ttl h3 {
  font-weight: normal;
  letter-spacing: 0.08em;
}
.sec_ttl::before, .sec_ttl::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 100%;
  background: url(../img/ttl_img.png) top/100% auto no-repeat;
}
.sec_ttl::before {
  top: 0;
  left: 0;
}
.sec_ttl::after {
  bottom: 0;
  right: 0;
  transform: scale(-1);
}
.sec_ttl .sub_ttl {
  position: absolute;
  top: 0;
  left: 112px;
  transform: translateY(-25%);
  font-size: 3.2rem;
  opacity: 0.8;
  font-family: "Dancing Script", cursive;
  color: #e76673;
}
.sec_ttl .ttl_sm {
  font-size: 3.2rem;
}
.sec_ttl .ttl_maker {
  color: #e76673;
}
.sec_ttl .ttl_point {
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .sec_ttl {
    width: 92%;
    height: auto;
    padding: 8px;
    margin-bottom: 30px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .sec_ttl::before, .sec_ttl::after {
    width: 45px;
  }
  .sec_ttl .ttl_inr {
    padding: 32px 12px;
  }
  .sec_ttl .sub_ttl {
    left: 66px;
    font-size: 2.2rem;
  }
  .sec_ttl .ttl_sm {
    font-size: 1.8rem;
  }
}

.cont_ttl {
  margin-top: 80px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.6rem;
  position: relative;
  padding: 0 120px 40px;
}
.cont_ttl::before, .cont_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 52px;
  height: 100%;
  background: url(../img/ft_other_ttl.png) center bottom/100% auto no-repeat;
}
.cont_ttl::before {
  left: 0;
}
.cont_ttl::after {
  right: 0;
  transform: scaleX(-1);
}
.cont_ttl .ttl_bd {
  font-weight: bold;
}
.cont_ttl .ttl_parachute {
  color: #1c3b5e;
}
.cont_ttl .ttl_st {
  font-size: 4.2rem;
}
.cont_ttl .ttl_point {
  color: #e76673;
}
.cont_ttl img {
  position: absolute;
  top: 30px;
  left: 0;
  right: -520px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .cont_ttl {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    padding: 0 22px 20px;
  }
  .cont_ttl::before, .cont_ttl::after {
    width: 26px;
  }
  .cont_ttl .ttl_st {
    font-size: 2rem;
  }
}

.btn {
  background-color: #fff;
  border: 2px solid #000;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 769px) {
  .btn {
    border-width: 1px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.07);
  }
}

@media screen and (min-width: 769px) {
  .box_inr {
    display: flex;
    align-items: center;
  }
  .box_inr .img_box {
    flex: 1 1 auto;
  }
  .box_inr .txt_box {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 0 50px;
  }
  .box_inr:nth-of-type(even) .img_box {
    order: 2;
  }
  .box_inr:nth-of-type(even) .txt_box {
    order: 1;
  }
}
.box_inr .img_box img {
  width: 100%;
  height: auto;
}
.box_inr + .box_inr {
  margin-top: 70px;
}
.box_inr .txt_box {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .box_inr + .box_inr {
    margin-top: 40px;
  }
  .box_inr .txt_box,
.box_inr .img_box {
    margin-top: 12px;
  }
}

.slider {
  margin-top: 40px;
  font-family: "Dancing Script", cursive;
  padding: 0 50px 30px;
  position: relative;
  margin-bottom: 20px;
}
.slider h3 {
  margin-bottom: 0;
}
.slider_box {
  text-align: center;
}
.slider_box img {
  margin: 0 auto;
}
.slider_box .slick-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  padding-top: 10px;
  transform: translateY(100%);
  font-size: 1.6rem;
}
.slider_box .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 8px;
  border-bottom: 1px solid #000;
  transition: transform 0.3s ease;
}
.slider_box .slick-arrow.slick-prev {
  padding-left: 30px;
  left: 0;
}
.slider_box .slick-arrow.slick-prev::before {
  left: -30px;
  border-left: 1px solid #000;
  transform: skewX(-58deg);
}
.slider_box .slick-arrow.slick-next {
  right: 0;
  padding-right: 30px;
}
.slider_box .slick-arrow.slick-next::before {
  right: -30px;
  border-right: 1px solid #000;
  transform: skewX(58deg);
}
@media screen and (min-width: 769px) {
  .slider_box .slick-arrow.slick-prev:hover::before {
    transform: skewX(-58deg) translateX(-12%);
  }
  .slider_box .slick-arrow.slick-next:hover::before {
    transform: skewX(58deg) translateX(12%);
  }
}
.slider .sd_pager {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .slider {
    margin-top: 20px;
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .slider_box .slick-slide {
    padding: 0 5px;
  }
  .slider_box .slick-arrow {
    bottom: -5px;
    padding-top: 5px;
    font-size: 1.3rem;
  }
  .slider_box .slick-arrow::before {
    width: 60px;
    height: 4px;
  }
  .slider_box .slick-arrow.slick-prev {
    padding-left: 46px;
  }
  .slider_box .slick-arrow.slick-prev::before {
    left: 0;
  }
  .slider_box .slick-arrow.slick-next {
    padding-right: 46px;
  }
  .slider_box .slick-arrow.slick-next::before {
    right: 0;
  }
  .slider .sd_pager {
    bottom: -12px;
  }
}

.sp_ib_show,
.sp_show {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .pc_show {
    display: none !important;
  }

  .sp_ib_show {
    display: inline-block !important;
  }

  .sp_show {
    display: block !important;
  }
}
.cv {
  background-color: rgba(0, 0, 0, 0.1);
}
.cv .cv_ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  font-size: 3rem;
}
.cv .btn_area {
  padding: 70px 50px 60px;
  display: flex;
}
.cv .btn_area .btn {
  position: relative;
  width: 100%;
  padding: 44px 0 12px;
  text-align: center;
}
.cv .btn_area .btn .btn_ttl {
  line-height: 38px;
  height: 38px;
  padding: 0 20px;
  position: absolute;
  top: -44px;
  left: 50%;
  background-color: #62a39b;
  transform: translate(-50%, 20%);
}
.cv .btn_area .btn .btn_ttl::before, .cv .btn_area .btn .btn_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 19px 10px;
}
.cv .btn_area .btn .btn_ttl::before {
  left: 0;
  transform: translateX(-100%);
  border-color: #62a39b #62a39b #62a39b transparent;
}
.cv .btn_area .btn .btn_ttl::after {
  right: 0;
  transform: translateX(100%);
  border-color: #62a39b transparent #62a39b #62a39b;
}
.cv .btn_area .btn span {
  margin-top: 14px;
  display: block;
  color: #000;
  font-size: 1.4rem;
}
.cv .btn_area .btn + .btn {
  margin-left: 50px;
}
@media screen and (max-width: 769px) {
  .cv .cv_ttl {
    font-size: 2rem;
    padding: 2px 0;
  }
  .cv .btn_area {
    padding: 40px 0 24px;
  }
  .cv .btn_area .btn {
    padding: 24px 10px 12px;
  }
  .cv .btn_area .btn .btn_ttl {
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0;
    top: 0;
    left: 15px;
    right: 15px;
    transform: translate(0, -80%);
  }
  .cv .btn_area .btn .btn_ttl::before, .cv .btn_area .btn .btn_ttl::after {
    border-width: 20px 6px;
  }
  .cv .btn_area .btn .btn_ttl img {
    height: 32px;
    width: auto;
  }
  .cv .btn_area .btn span {
    line-height: 1.2;
    text-align: left;
    margin-top: 7px;
    font-size: 1.1rem;
  }
  .cv .btn_area .btn + .btn {
    margin-left: 10px;
  }
}

#mv {
  padding: 0;
  position: relative;
}
#mv h1, #mv h2 {
  position: absolute;
}
#mv img {
  position: relative;
  width: 100%;
}

#campaign .sec_ttl img {
  position: absolute;
  top: -40px;
  right: -590px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #campaign .sec_ttl img {
    left: auto;
    right: 0;
  }
}

#campaign .bnr_luckybag{
  text-align: center;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 769px) {
  #campaign .bnr_luckybag{
    text-align: center;
    margin: 0 4% 70px 4%;
  }
}

#campaign .bnr_luckybag a{
  display: block;
  transition: opacity 0.3s;
}

#campaign .bnr_luckybag a:hover{
  opacity: 0.7;
}

#feature {
  counter-reset: number 0;
}
#feature .sec_ttl .ttl_maker {
  font-size: 8rem;
}
@media screen and (max-width: 769px) {
  #feature .sec_ttl {
    line-height: 1;
  }
  #feature .sec_ttl .ttl_maker {
    font-size: 4rem;
  }
}

.ft_box {
  margin-top: 60px;
  counter-increment: number 1;
}
.ft_box h4 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.ft_box h4 .unit {
  margin-right: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
  position: relative;
  font-weight: normal;
  font-family: "Dancing Script", cursive;
  font-size: 2.3rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
}
.ft_box h4 .unit::after {
  content: "0" counter(number) ".";
  font-size: 4.8rem;
  color: #000;
  margin-left: 12px;
}
.ft_box h4 .unit::before {
  content: "";
  position: absolute;
  left: -66px;
  right: 0;
  top: 20px;
  bottom: 0;
  box-shadow: 1px 1px 0 1px #000, 2px 2px 0 2px #e0e9e9, 4px 4px 0 1px #000;
}
.ft_box .photo {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .ft_box:nth-of-type(odd) .img_box {
    order: 1;
    position: relative;
    z-index: 2;
  }
  .ft_box:nth-of-type(odd) .txt_box {
    order: 2;
  }
  .ft_box.ft03 h4 {
    justify-content: center;
  }
  .ft_box.ft03 .ft03_box {
    display: flex;
    justify-content: space-between;
  }
  .ft_box.ft03 .ft03_box .txt_box {
    flex: 1 0 35%;
    height: auto;
    padding: 0 50px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ft_box.ft03 .ft03_box .txt_box img {
    width: 100%;
  }
  .ft_box.ft03 .ft03_box .img_box {
    flex: 1 0 65%;
  }
  .ft_box.ft03 .ft03_box .img_box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .ft_box {
    margin-top: 42px;
  }
  .ft_box h4 {
    margin-bottom: 15px;
  }
  .ft_box h4 .unit {
    margin-right: 20px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 30px;
    font-size: 1.2rem;
  }
  .ft_box h4 .unit::after {
    font-size: 2.8rem;
    margin-left: 12px;
  }
  .ft_box h4 .unit::before {
    left: -66px;
    top: 20px;
  }
  .ft_box .txt_box {
    width: 92%;
    margin: 10px auto 0;
  }
  .ft_box.ft03 .img_box {
    margin-top: 12px;
  }
}

.ft_other {
  text-align: center;
}
.ft_other .box_inr {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .ft_other .box_inr {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ft_other .box_inr .other_box {
    flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .ft_other .box_inr .other_box .txt_box {
    margin-top: 10px;
    padding: 0;
  }
  .ft_other .box_inr .other_box:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
.ft_other .box_inr img {
  width: 100%;
  height: auto;
}
.ft_other h4 {
  position: relative;
  text-align: center;
  padding: 0 10px;
  margin: 20px 0 10px;
  width: 100%;
}
.ft_other h4::before, .ft_other h4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  border: 4px solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.ft_other h4::before {
  border-right: 0;
  left: 0;
}
.ft_other h4::after {
  border-left: 0;
  right: 0;
}
@media screen and (max-width: 769px) {
  .ft_other {
    margin-top: 40px;
  }
  .ft_other h4 {
    padding: 0 5px;
    margin: 10px 0 5px;
  }
  .ft_other h4::before, .ft_other h4::after {
    width: 4px;
  }
  .ft_other h4::before {
    border-left-width: 2px;
  }
  .ft_other h4::after {
    border-right-width: 2px;
  }
  .ft_other .other_box + .other_box {
    margin-top: 30px;
  }
}

#setplan {
  text-align: center;
}
#setplan img {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #setplan img {
    margin-top: 15px;
  }
}

#sp_movie .video {
  width: 830px;
  height: 466px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
#sp_movie .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  #sp_movie .video {
    width: 100%;
    height: auto;
    padding-top: 56.2%;
  }
}

#shop h4 {
  font-weight: bold;
}
#shop dl {
  margin-top: 20px;
  display: flex;
}
#shop dl dt {
  flex: 0 0 90px;
  text-align: center;
  position: relative;
}
#shop dl dt::before, #shop dl dt::after {
  position: absolute;
}
#shop dl dt::before {
  content: "[";
  left: 0;
}
#shop dl dt::after {
  content: "]";
  right: 0;
}
#shop dl dd {
  flex: 0 1 100%;
  margin-left: 20px;
}
#shop dl + dl {
  margin-top: 5px;
}
#shop .btn {
  margin-top: 40px;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  background-color: #000;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  #shop .btn:hover {
    background-color: #fff;
    color: #000;
  }
}
@media screen and (max-width: 769px) {
  #shop dl {
    margin-top: 15px;
  }
  #shop dl dt {
    flex: 0 0 75px;
  }
  #shop dl dd {
    margin-left: 15px;
  }
  #shop dl + dl {
    margin-top: 5px;
  }
  #shop .btn {
    margin-top: 20px;
  }
  #shop .img_box {
    margin-top: 40px;
  }
}

footer {
  background-color: #1c3b5e;
  color: #fff;
  padding: 45px 0;
  position: relative;
}
footer .page_top {
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 1;
  color: #000;
  padding: 8px 14px;
  padding-left: 40px;
  transform: translateY(-50%);
  font-family: "Dancing Script", cursive;
  z-index: 80;
}
footer .page_top::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(-45deg) translateY(25%);
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
}
footer .page_top.fixed {
  position: fixed;
  bottom: 20px;
  top: auto;
}
@media screen and (max-width: 769px) {
  footer .page_top {
    right: 15px;
  }
  footer .page_top.fixed {
    bottom: 12px;
  }
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer small {
  font-size: 1rem;
}</pre></body></html>