<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/css?family=Quicksand:400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;amp;display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  color: #575757;
}

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

a {
  text-decoration: none;
  color: #575757;
}

a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

.page {
  overflow: hidden;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #333;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  background-position: bottom right;
}

.header .logo_tfm {
  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;
  width: 140px;
  height: 80px;
}

.header .logo_tfm &gt; img {
  width: 100%;
  height: auto;
}

.header .freq {
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
}

@media (min-width: 481px) and (max-width: 900px) {
  .header {
    height: 70px;
  }
  .header_container {
    background: none;
  }
  .header .logo_tfm {
    width: 105px;
    height: 70px;
  }
  .header .freq {
    display: none;
  }
}

@media (max-width: 899px) {
  .header {
    height: 70px;
  }
  .header .logo_tfm {
    width: 105px;
    height: 70px;
  }
  .header .freq {
    display: none;
  }
}

.ham {
  display: none;
}

.ham_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 70px;
  cursor: pointer;
}

.ham_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  z-index: 2;
}

.ham_menu .hideIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
  cursor: pointer;
}

.ham_contents {
  margin-top: 100px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

.ham_contents &gt; li {
  margin-bottom: 30px;
}

.ham_sns {
  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;
  margin-top: 50px;
}

.ham_sns &gt; li {
  margin: 0 20px;
}

.ham_sns &gt; li &gt; a &gt; img {
  width: 30px;
  height: auto;
}

@media (max-width: 899px) {
  .ham {
    display: block;
  }
}

#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.main {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background: url(../../img/bg.png) repeat;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container_bot {
  position: absolute;
  bottom: 0;
}

.mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  height: 70px;
  font-family: "Quicksand", sans-serif;
  word-break: keep-all;
}

.mainNav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", sans-serif;
}

.mainNav_menu &gt; li {
  padding-right: 30px;
}

.mainNav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainNav_sns &gt; li {
  margin-left: 15px;
}

.mainNav_sns &gt; li &gt; a &gt; img {
  width: 25px;
  height: 25px;
}

@media (max-width: 899px) {
  .mainNav {
    display: none;
  }
}

.kv {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.kv_logo {
  margin: auto;
  width: 50%;
  max-width: 870px;
  position: absolute;
  padding-left: 3%;
  top: 2%;
  left: 0;
  right: 0;
}

.kv_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.kv_entry {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: block;
  cursor: pointer;
}

@media (max-width: 899px) {
  .kv {
    margin: 0 auto;
  }
  .kv_logo {
    width: 90%;
    max-width: 870px;
  }
  .kv_entry {
    bottom: 8%;
  }
  .kv_entry img {
    width: 20%;
    max-width: 135px;
  }
}

.lead {
  margin: 0 auto 70px;
  padding-top: 30px;
}

.lead_inner {
  width: 930px;
  margin: 0 auto;
  background: url(../../img/lead_illust.png) no-repeat 0 top;
}

.lead_ttl {
  margin: 0 auto 20px;
  font-size: 3.0rem;
  color: #ffffff;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.6;
  font-weight: bold;
}

.lead_ttl &gt; span {
  background-color: #71b2e0;
}

.lead_catch {
  margin: 0 auto 30px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.6;
  color: #671d37;
  border: 2px solid #671d37;
  padding: 5px 6px;
  border-radius: 45px;
  max-width: 230px;
}

.lead_txt {
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: #671d37;
  text-align: center;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.lead_txt2 {
  margin: 0 auto 20px;
  font-size: 2.0rem;
  color: #671d37;
  text-align: center;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.lead_txt2 &gt; span {
  color: #ffffff;
  background-color: #71b2e0;
}

.lead_txt2 &gt; small {
  padding: 20px 0;
  font-size: 1.4rem;
  display: block;
}

/*
@include media(pb) {
  .lead {
    &amp;_inner {
      width:930px;
      margin: 0 auto;
      background: url(../../img/lead_illust.png) no-repeat 0 top;
    }
  }
}
*/
@media (max-width: 899px) {
  .lead {
    margin: 0 auto 50px;
    padding-top: 10px;
  }
  .lead_inner {
    width: 100%;
    margin: 0 auto;
    background: none;
  }
  .lead_ttl {
    margin: 0 auto 20px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .lead_catch {
    font-size: 2.0rem;
    line-height: 1.6;
    max-width: 180px;
  }
  .lead_bg {
    position: relative;
  }
  .lead_wrap {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
    text-align: center;
  }
  .lead_txt {
    font-size: 1.6rem;
  }
  .lead_txt2 {
    font-size: 1.6rem;
  }
}

.present {
  margin: 0 auto 10px;
  width: 930px;
  text-align: center;
  position: relative;
}

.present_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.present_inner {
  width: 800px;
  margin: 0 auto;
  border-radius: 45px;
  background-color: #ffffff;
  padding: 40px 0 60px 0;
}

.present_ttl {
  font-size: 3.6rem;
  color: #71b2e0;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.3;
  font-weight: bold;
  width: 760px;
  margin: 0 auto 5px;
}

.present_txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  color: #671d37;
  width: 760px;
  margin: 0 auto 90px;
}

.present_ph {
  margin: 0 auto;
  max-width: 690px;
  text-align: center;
  position: relative;
}

.present_ph p {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}

.present_bot {
  position: relative;
}

@media (max-width: 899px) {
  .present {
    width: 97%;
    margin: 0 auto 70px;
    text-align: center;
  }
  .present_wrap {
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
  }
  .present_inner {
    width: 100%;
    margin: 0 auto;
    border-radius: 35px;
    background-color: #ffffff;
    padding: 13% 0 15% 0;
  }
  .present_ttl {
    font-size: 1.8rem;
    width: 95%;
    margin-bottom: 10px;
  }
  .present_txt {
    font-size: 1.4rem;
    width: 95%;
  }
  .present_ph {
    margin: 0 auto;
    width: 95%;
    text-align: center;
    position: relative;
  }
  .present_ph p {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .present_ph p img {
    max-width: 174px;
    width: 35%;
  }
  .present_illust {
    position: absolute;
    bottom: -40%;
    right: 0;
  }
  .present_illust img {
    width: 100%;
  }
}

.oa {
  background-color: #671d37;
}

.oa_ttl {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.oa_txt {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.75;
}

.oa_txt &gt; a {
  text-decoration: underline;
}

.oa_container {
  padding: 70px 0 50px;
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}

.oa_program {
  width: 375px;
  margin-bottom: 30px;
}

.oa_program a {
  color: #ffffff;
}

.oa_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.oa_name {
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}

.oa_txt {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.oa_day {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.oa_s_day {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 899px) {
  .oa_ttl {
    margin-bottom: 30px;
    width: 50%;
    max-width: 313px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .oa_box {
    padding-top: 5px;
  }
  .oa_name {
    font-size: 1.9rem;
  }
  .oa_txt {
    margin-bottom: 30px;
  }
  .oa_container {
    padding: 40px 20px 20px 20px;
    max-width: 100%;
    margin: 0 auto;
    display: inherit;
  }
  .oa_program {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .oa_program img {
    margin-bottom: 10px;
  }
}

.oa_program:nth-child(2) {
  margin-top: 60px;
}

@media (max-width: 899px) {
  .oa_program:nth-child(2) {
    margin-top: 0;
  }
}

.sns {
  max-width: 600px;
  margin: 0 auto 70px;
}

@media (max-width: 899px) {
  .sns {
    margin: 0 auto 50px;
  }
}

.tw {
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.tw h2 {
  text-align: center;
  font-weight: normal;
  color: #671d37;
  font-size: 3.0rem;
  margin-bottom: 40px;
}

.tw h2 span {
  font-size: 3.0rem;
  margin-bottom: 20px;
}

.tw h3 {
  text-align: center;
  font-weight: normal;
  color: #671d37;
  font-size: 3.0rem;
  margin-bottom: 40px;
}

.tw h3 span {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.tw_illust {
  margin-bottom: 80px;
}

.tw_box {
  width: 800px;
  margin: 0 auto 70px;
}

.tw_box h2 {
  margin: 0 auto 50px;
  font-size: 3.0rem;
  color: #ffffff;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.6;
  font-weight: bold;
}

.tw_box h2 &gt; span {
  background-color: #71b2e0;
}

.tw_box h3 {
  font-size: 3.0rem;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-weight: bold;
}

.tw_box h3 span {
  margin: 15px auto;
  font-size: 2.0rem;
  display: block;
  border-top: 2px dashed #671d37;
  border-bottom: 2px dashed #671d37;
  padding: 15px 6px;
}

.tw_box ul {
  list-style: none;
  margin-bottom: 60px;
}

.tw_box ul li {
  margin-bottom: 25px;
}

.tw_box p {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  color: #671d37;
  margin-bottom: 30px;
}

.tw_hash {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.tw_hash ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tw_hash ul li {
  list-style: none;
  margin: 0 20px 0 0;
  width: calc(33.3333333% - 15px);
}

.tw_hash ul li:nth-of-type(3n) {
  margin-right: 0;
}

.tw_hash ul li:nth-of-type(4) {
  margin-top: -290px;
}

.tw_hash ul li:nth-of-type(6) {
  margin-top: -348px;
}

.tw_hash ul li:nth-of-type(7) {
  margin-top: -85px;
}

.tw_hash ul li:nth-of-type(9) {
  margin-top: -440px;
}

@media (max-width: 899px) {
  .tw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 0 10px;
  }
  .tw h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .tw h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .tw_illust {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .tw_box {
    width: 90%;
    margin: 10px auto 0;
  }
  .tw_box h2 {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
  .tw_box h2 span {
    font-size: 2.6rem;
  }
  .tw_box h3 span {
    font-size: 1.6rem;
    display: block;
    border-top: 2px dashed #671d37;
    border-bottom: 2px dashed #671d37;
  }
  .tw_box p {
    font-size: 1.6rem;
  }
  .tw_hash {
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  .tw_hash ul {
    display: inherit;
  }
  .tw_hash ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .tw_hash ul li:nth-of-type(3n) {
    margin-right: auto;
  }
  .tw_hash ul li:nth-of-type(4) {
    margin-top: 0;
  }
  .tw_hash ul li:nth-of-type(6) {
    margin-top: 0;
  }
  .tw_hash ul li:nth-of-type(7) {
    margin-top: 0;
  }
  .tw_hash ul li:nth-of-type(9) {
    margin-top: 0;
  }
}

.morelink {
  display: block;
  margin: 20px auto;
  padding: 15px 30px;
  width: 280px;
  background: #671d37;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 45px;
  cursor: pointer;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: bold;
}

@media (max-width: 899px) {
  .morelink {
    margin: 30px auto 0;
    padding: 10px 15px;
    width: 50%;
    font-size: 1.6rem;
    max-width: 280px;
  }
}

.copyright {
  margin-top: -20px;
  padding: 0 5% 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 899px) {
  .copyright {
    margin-top: 20px;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  z-index: 100;
}

.pagetop &gt; img {
  width: 30px;
  min-height: 0;
}

.pagetop &gt; p {
  margin-top: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

@media (max-width: 899px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>