<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------å…±é€š--------- */

/*
original
*/

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
}
#sml {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
#sml p {
    font-size: 1.5rem;
    letter-spacing: 0;
}
ul {
    list-style: none;
}
img{
    max-width:100%;
    vertical-align:bottom;
}
p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.05em;
}
.pc_none {
    display: none;
}

/* pcã®é›»è©±ç•ªå·ç™ºä¿¡å¯¾å¿œ */

a {
  -webkit-transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  word-wrap: break-word;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* --------LP--------- */

#header-lp {
    position: relative;
}
.lp_logo_box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    width: 10%;
}

.element {
  /* æœ€åˆã¯éžè¡¨ç¤º */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.element_2 {
  /* æœ€åˆã¯éžè¡¨ç¤º */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
  transition-delay: 500ms;
}
.element_3 {
  /* æœ€åˆã¯éžè¡¨ç¤º */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
  transition-delay: 1000ms;
}
.element_4 {
    display: none;
}
.element_5 {
    display: none;
}

/* ãƒ•ã‚§ãƒ¼ãƒ‰ã‚¤ãƒ³æ™‚ã«å…¥ã‚‹ã‚¯ãƒ©ã‚¹ */
.fade_in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒœã‚¿ãƒ³ã®ãƒ‡ã‚¶ã‚¤ãƒ³ */
.drawer__button {
    position: fixed;
    width: 8rem;
    height: 8rem;
    background-color: #fff;
    border: none;
    cursor: pointer;
    z-index: 999;
    border-radius: 10px;
    top: 10px;
    right: 20px;
}
/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒœã‚¿ãƒ³å†…ã®ç·š */
.drawer__button &gt; span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 2.5px;
  border-radius: 5px;
  background-color: #EA6F00;
  transform: translateX(-50%);
}
.drawer__button &gt; span:first-child {
  transform: translate(-50%, calc(-50% - 1.2rem));
  transition: transform 0.3s ease;
}
.drawer__button &gt; span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button &gt; span:last-child {
  transform: translate(-50%, calc(-50% + 1.2rem));
  transition: transform 0.3s ease;
}
/* å±•é–‹æ™‚ã®ãƒ‡ã‚¶ã‚¤ãƒ³ */
.drawer__button.active &gt; span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active &gt; span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active &gt; span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®ãƒ‡ã‚¶ã‚¤ãƒ³ */
.drawer__nav {
  position: fixed; /* è¿½å¾“ãƒ˜ãƒƒãƒ€ãƒ¼ãªã©ã§ã‚‚è¡¨ç¤ºã§ãã‚‹ã‚ˆã†è¨­å®šã—ã¦ãŠã */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color:#f9a72b;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.drawer__nav__inner {
  position: relative;
    width: 95%;
    height: 100%;
    background-color: #f9a72b;
    padding:5rem 1.5rem 1rem;
    margin: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
  display: block;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px #fff;
  font-size: 1.8rem;
    color: #fff;
}

/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼å±•é–‹æ™‚ã€èƒŒæ™¯ã‚’å›ºå®š */
#sml.active {
  height: 100%;
  overflow: hidden;
}

.lp_logo {
    display: block;
    text-align: center;
    margin:0 auto 5rem;
    width: 100%;
    max-width: 20rem;
}

.lp_logo img{
    width: 100%;
    height: auto;
    aspect-ratio: 151 / 55;
    object-fit: cover;
}

.lp_c_btn a {
    display: block;
    width: 300px;
    margin: auto;
    margin-top: 5rem;
    text-align: center;
    font-size: 1.8rem;
    background-color: #fff;
    color: #f9a72b;
    padding: 2rem 0;
    border-radius: 1rem;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999999999999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.modal-content {
  display: none;
  box-sizing: border-box;
  background: #fff;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal{
  display: none;
}
iframe.youtube{
  vertical-align: top;
}


.modal-open {
    display: table;
    margin: auto;
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .modal-content {
    box-sizing: border-box;
    width: 100%;
  }
  .youtube-box{
    position: relative;
    width: 100%;
    padding-top: 56.05%;
  }
  .youtube{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
}

/* --------ã‚¹ãƒžãƒ›å¯¾å¿œ--------- */
@media screen and (max-width: 960px) {

/* --------ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸--------- */

.pc_none {
    display: block;
}

/* --------LP--------- */

.sp_none {
    display: none;
}

.element_2 {
    transition-delay:unset;
}
.element_3 {
    transition-delay:unset;
}
.element_sp {
    opacity: 1!important;
    visibility: unset!important;
    transform:unset!important;
    transition:unset!important;
}
.drawer__button {
    position: fixed;
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    border: none;
    cursor: pointer;
    z-index: 999;
    border-radius: 0;
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 10px;
}
.drawer__nav__inner {
    position: relative;
    width: 90%;
    margin: auto;
    height: 100%;
    background-color: #f9a72b;
    padding:5rem 0 0 0;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.drawer__nav__link {
    font-size: 1.6rem;
}
.drawer__button &gt; span {
    width: 2.5rem;
    height: 2px;
    border-radius: 5px;
    background-color: #EA6F00;
    transform: translateX(-50%);
  }
  .drawer__button &gt; span:first-child {
    transform: translate(-50%, calc(-50% - 1rem));
  }
  .drawer__button &gt; span:last-child {
    transform: translate(-50%, calc(-50% + 1rem));
  }

.lp_c_btn a {
    display: block;
    width: 250px;
    margin: auto;
    margin-top: 5rem;
    text-align: center;
    font-size: 1.6rem;
    background-color: #fff;
    color: #f9a72b;
    padding: 2rem 0;
    border-radius: 1rem;
}

.lp_message_tube iframe {
    width: 100%;
    height: 180px;
}
}</pre></body></html>