<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
  color: #493b42;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #493b42;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:visited {
  color: #493b42;
}
a:hover {
  color: #493b42;
  text-decoration: none;
}
a:active {
  color: #493b42;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

.anchor {
  position: absolute;
  top: 0px;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
}
header.scroll {
  background: #fff;
}
header .header_inner {
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header_inner .logo {
  width: 360px;
}
header .header_inner nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_inner nav ul .phone {
  text-align: right;
}
header .header_inner nav ul .phone .tel {
  font-size: 26px;
  color: #ff4963;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-left: 29px;
  position: relative;
}
header .header_inner nav ul .phone .tel::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/common/tel.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 9px;
}
header .header_inner nav ul .phone span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.115em;
  color: #2c2c2c;
}
header .header_inner nav ul .contact {
  margin-left: 32px;
}
header .header_inner nav ul .contact a {
  width: 210px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff4963;
  color: #ffffff;
  border-radius: 26px;
  letter-spacing: 0.1em;
  overflow: hidden;
  z-index: 10;
  position: relative;
  border: #ff4963 1px solid;
}
header .header_inner nav ul .contact a span {
  padding-left: 26px;
  background: url(../images/common/mail.svg) no-repeat left center;
  background-size: 18px 15px;
  z-index: 20;
}
header .header_inner nav ul .contact a::before {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
header .header_inner nav ul .contact a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .header_inner nav ul .contact a:hover span {
  color: #ff4963;
  background: url(../images/common/mail_h.svg) no-repeat left center;
  background-size: 18px 15px;
}

@media (max-width: 1000px) {
  .header_inner .logo {
    width: 240px !important;
  }
  nav ul .phone a {
    font-size: 22px !important;
  }
  nav ul .phone a span {
    font-size: 16px !important;
  }
}
/* footer
==================================*/
footer .contact {
  text-align: center;
  margin-bottom: 120px;
}
footer .contact .phone {
  margin-bottom: 18px;
}
footer .contact .phone .tel {
  font-size: 38px;
  color: #ff4963;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-left: 41px;
  position: relative;
}
footer .contact .phone .tel::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/common/tel.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 12px;
}
footer .contact .phone span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.115em;
  color: #2c2c2c;
}
footer .contact .mail a {
  width: 310px;
  height: 52px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff4963;
  color: #ffffff;
  border-radius: 26px;
  letter-spacing: 0.1em;
}
footer .contact .mail a span {
  padding-left: 26px;
  background: url(../images/common/mail.svg) no-repeat left center;
  background-size: 18px 15px;
}
footer .contact .logo {
  width: 401px;
  margin: 32px auto 0;
}
footer .copy {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fef5f6;
}
footer .copy small {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ff4963;
  letter-spacing: 0.1em;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-anim-down {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row .col.col_4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li &gt; a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_ul .news_li &gt; a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li &gt; a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 900px) {
  .news_ul .news_li &gt; a .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/0 1px no-repeat;
    background: -webkit-linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  .news_ul .news_li &gt; a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 899px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li &gt; a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li &gt; a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_ul .news_li &gt; a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li &gt; a .date,
.news_ul .news_li &gt; a .title {
    display: block;
  }
  .news_ul .news_li &gt; a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li &gt; a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 899px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi &gt; .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi &gt; .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi &gt; .page:not(.current):hover,
.page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation .wp-pagenavi &gt; .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back &gt; a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back &gt; a &gt; .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back &gt; a &gt; .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation &gt; ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 50px;
}
.page_navigation &gt; ul .link_page,
.page_navigation &gt; ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation &gt; ul .link_page:not(.current_page),
.page_navigation &gt; ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 900px) {
  .page_navigation &gt; ul .link_page:not(.current_page):hover,
.page_navigation &gt; ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation &gt; ul .link_page.current_page,
.page_navigation &gt; ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==================================
  Top
==================================*/
#Top main img {
  width: 100%;
}
#Top main p {
  color: #493b42;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.1em;
}
#Top main .pink {
  color: #ff4963;
}
#Top main h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  position: relative;
}
#Top main h2 .jp {
  color: #ff4963;
  font-weight: 500;
  font-size: 40px;
}
#Top main h2 .en {
  font-size: 15px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Top main h2 .en::before, #Top main h2 .en::after {
  content: "";
  width: 68px;
  height: 19px;
  background-image: url("/promo/tyouritsu/images/top/tit.png");
  background-size: cover;
  display: inline-block;
  margin-right: 20px;
}
#Top main h2 .en::after {
  margin-right: 0px;
  margin-left: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#Top main .link {
  max-width: 740px;
  margin: auto;
  padding-bottom: 80px;
}
#Top main .link ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#Top main .link ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("/promo/tyouritsu/images/top/line.svg");
  background-repeat: repeat-x;
  background-position-y: 40px;
  background-size: 300px 1px;
  padding-bottom: 50px;
  margin-right: 48px;
  background-position-x: 3px;
}
#Top main .link ul li a {
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 30px;
  letter-spacing: 0.1em;
}
#Top main .link ul li a::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #ff4963;
  display: inline-block;
  border-radius: 50%;
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Top main .link ul li a::after {
  position: relative;
  display: inline-block;
  content: "";
  right: -22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ff4963;
  border-right: 2px solid #ff4963;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 10;
  top: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  #Top main .link ul li a:hover {
    color: #ff4963;
  }
  #Top main .link ul li a:hover::before {
    background-color: #ff4963;
  }
  #Top main .link ul li a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
#Top main .link ul li:nth-of-type(3) {
  margin-right: 0px;
}
#Top main .mv_sec {
  height: 864px;
  position: relative;
}
#Top main .mv_sec .mainimage {
  background: url("/promo/tyouritsu/images/top/sp/main4.jpg") no-repeat center/cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#Top main .mv_sec .mainimage .img1, #Top main .mv_sec .mainimage .img3, #Top main .mv_sec .mainimage .piano1, #Top main .mv_sec .mainimage .piano2, #Top main .mv_sec .mainimage .piano3 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0px;
  position: absolute;
  z-index: 2;
}
#Top main .mv_sec .mainimage .img1 {
  background-image: url(/promo/tyouritsu/images/top/main11.png);
  background-position: bottom center;
  background-size: cover;
}
#Top main .mv_sec .mainimage .piano1, #Top main .mv_sec .mainimage .piano2, #Top main .mv_sec .mainimage .piano3 {
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-position: center center;
  -webkit-animation: bounceIn 1.3s ease-out forwards;
  animation: bounceIn 1.3s ease-out forwards;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#Top main .mv_sec .mainimage .piano1.loaded, #Top main .mv_sec .mainimage .piano2.loaded, #Top main .mv_sec .mainimage .piano3.loaded {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#Top main .mv_sec .mainimage .piano1 {
  background-image: url("/promo/tyouritsu/images/top/mask1.png");
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#Top main .mv_sec .mainimage .piano2 {
  background-image: url("/promo/tyouritsu/images/top/mask2.png");
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#Top main .mv_sec .mainimage .piano3 {
  background-image: url("/promo/tyouritsu/images/top/mask3.png");
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#Top main .mv_sec .mainimage .img3 {
  background-image: url(/promo/tyouritsu/images/top/main13.png);
  -webkit-animation: upanime 1s;
          animation: upanime 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#Top main .mv_sec .mainimage .img3.loaded {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media (min-width: 1530px) {
  #Top main .mv_sec .mainimage .img3 {
    max-width: 1529px;
    margin: auto;
    left: 0px;
    right: 0px;
  }
  #Top main .mv_sec .mainimage .piano1, #Top main .mv_sec .mainimage .piano2, #Top main .mv_sec .mainimage .piano3 {
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 1529px;
  }
}
#Top main .mv_sec .mountain {
  position: relative;
  bottom: 134px;
}
#Top main .mv_sec .mountain .redmountain {
  -webkit-animation: waveAnime 30s linear 0s both;
          animation: waveAnime 30s linear 0s both;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-image: url(/promo/tyouritsu/images/top/redwave.png);
  background-repeat: repeat-x;
  height: 134px;
  width: 100%;
  background-size: 1400px 134px;
}
#Top main .mv_sec .mountain .img1 {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
#Top main .mv_sec .mountain .img1 img {
  height: 135px;
}
#Top main .firstimg {
  background-image: url("/promo/tyouritsu/images/top/sec1back.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
#Top main .lastimg {
  background-image: url("/promo/tyouritsu/images/top/sec5back.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
#Top main .sec1 {
  position: relative;
  padding-bottom: 120px;
}
#Top main .sec1 .maintelist {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 50px;
}
#Top main .sec1 .maintelist .img_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 187px;
  min-height: 187px;
  background-image: url("/promo/tyouritsu/images/top/mainteback.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#Top main .sec1 .maintelist .img_wrap .num {
  position: absolute;
  left: 0px;
  font-size: 30px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  color: #fdb406;
  font-style: italic;
  top: 0px;
}
#Top main .sec1 .maintelist .img_wrap .name {
  font-size: 20px;
  font-weight: 500;
  bottom: 0px;
  position: absolute;
}
#Top main .sec1 .maintelist .img_wrap .img5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 88px;
  position: relative;
  width: 100%;
}
#Top main .sec1 .maintelist .img_wrap:nth-of-type(1) figure {
  max-width: 74px;
  width: 100%;
}
#Top main .sec1 .maintelist .img_wrap:nth-of-type(2) figure {
  max-width: 66px;
  width: 100%;
}
#Top main .sec1 .maintelist .img_wrap:nth-of-type(3) figure {
  max-width: 77px;
  width: 100%;
}
#Top main .sec1 .maintelist .img_wrap:nth-of-type(4) figure {
  max-width: 70px;
  width: 100%;
}
#Top main .sec1 .maintelist .img_wrap:nth-of-type(5) figure {
  width: 100%;
  max-width: 44px;
}
#Top main .sec1 .maintelist .img_wrap:nth-of-type(5) figure img {
  max-width: 44px;
}
#Top main .sec1 .maintelist .img_wrap:nth-of-type(5) figure:nth-of-type(1) img {
  left: 5px;
  position: relative;
}
#Top main .sec1 .maintelist .img_wrap:nth-of-type(5) figure:nth-of-type(2) img {
  right: 5px;
  position: relative;
}
@media (max-width: 952px) {
  #Top main .sec1 .maintelist .img_wrap {
    min-width: 167px;
    min-height: 167px;
  }
}
#Top main .sec2 {
  position: relative;
  padding-bottom: 120px;
}
#Top main .sec2 p .pink {
  font-weight: 500;
}
#Top main .sec2 .pointlist {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}
#Top main .sec2 .pointlist figure {
  width: 50%;
  max-width: 260px;
}
#Top main .sec2 .pointlist .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 75px);
  background-color: #fdf8ed;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px;
  position: relative;
}
#Top main .sec2 .pointlist .point .text {
  padding-left: 30px;
  width: calc(50% - 30px);
  max-width: 260px;
}
#Top main .sec2 .pointlist .point dl dt {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
#Top main .sec2 .pointlist .point dl dd {
  letter-spacing: 0.1em;
  line-height: 2;
}
#Top main .sec2 .pointlist .point figure img {
  border-radius: 10px;
}
#Top main .sec2 .pointlist .point .num {
  position: absolute;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  background-image: url("/promo/tyouritsu/images/top/ribbon2.svg");
  background-size: cover;
  width: 115px;
  height: 55px;
  top: -10px;
  right: -10px;
  line-height: 2.75;
}
@media (max-width: 1000px) {
  #Top main .sec2 .pointlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Top main .sec2 .pointlist .point {
    width: calc(100% - 60px);
  }
  #Top main .sec2 .pointlist .point:first-of-type {
    margin-bottom: 40px;
  }
}
#Top main .sec3 {
  position: relative;
  background-image: url("/promo/tyouritsu/images/top/sec2back.jpg");
  background-size: cover;
  padding: 100px 0px;
}
#Top main .sec3 .container {
  background-color: #fff;
  border-radius: 20px;
  padding: 95px 0px 80px;
}
#Top main .sec3 .container .sec3img {
  max-width: 884px;
  margin: auto;
  display: block;
  padding: 30px 30px 40px;
}
#Top main .sec3 .container .lead {
  font-size: 24px;
  font-weight: 500;
}
#Top main .sec4 {
  position: relative;
  padding: 120px 0px 110px;
}
#Top main .sec4 .flowlist {
  width: 100%;
  background-color: #fdf8ed;
  margin-top: 50px;
}
#Top main .sec4 .flowlist .flow {
  width: 20%;
  padding: 15px 0px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Top main .sec4 .flowlist .flow:not(:last-of-type)::after {
  background-image: url(/promo/tyouritsu/images/top/arow.png);
  background-size: 100% 100%;
  right: -18px;
  position: absolute;
  display: inline-block;
  content: "";
  height: 100%;
  width: 36px;
  top: 0px;
  background-repeat: no-repeat;
}
#Top main .sec4 .flowlist .flow .num {
  color: #fdb406;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.15em;
  position: relative;
  white-space: nowrap;
}
#Top main .sec4 .flowlist .flow .num::after {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  position: relative;
  bottom: 0px;
  background-color: #fdb406;
  left: calc(50% - 25px);
}
#Top main .sec4 .flowlist .flow figure {
  text-align: center;
  margin: 20px 0px;
}
#Top main .sec4 .flowlist .flow .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
#Top main .sec4 .flowlist .flow:nth-of-type(1) img {
  max-width: 59px;
}
#Top main .sec4 .flowlist .flow:nth-of-type(2) img {
  max-width: 66px;
}
#Top main .sec4 .flowlist .flow:nth-of-type(3) img {
  max-width: 43px;
}
#Top main .sec4 .flowlist .flow:nth-of-type(4) img {
  max-width: 71px;
}
#Top main .sec4 .flowlist .flow:nth-of-type(5) img {
  max-width: 65px;
}
@media (max-width: 1050px) {
  #Top main .sec4 .flowlist .flow .text {
    font-size: 16px;
  }
  #Top main .sec4 .flowlist .flow:nth-of-type(1) img {
    max-width: 39px;
  }
  #Top main .sec4 .flowlist .flow:nth-of-type(2) img {
    max-width: 46px;
  }
  #Top main .sec4 .flowlist .flow:nth-of-type(3) img {
    max-width: 30px;
  }
  #Top main .sec4 .flowlist .flow:nth-of-type(4) img {
    max-width: 51px;
  }
  #Top main .sec4 .flowlist .flow:nth-of-type(5) img {
    max-width: 45px;
  }
}
#Top main .sec4 .quotation {
  width: calc(60% - 25px);
  position: relative;
  top: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Top main .sec4 .quotation::before, #Top main .sec4 .quotation::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 7px 4.5px 0;
  border-color: transparent #fdb306 transparent transparent;
}
#Top main .sec4 .quotation::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#Top main .sec4 .quotation p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: calc(100% + 0px);
  height: 1px;
  display: inline-block;
  background-color: #fdb406;
  z-index: 1;
  border-width: 0px 0px;
}
#Top main .sec4 .quotation p span {
  background-color: #fdb406;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 12px;
  padding: 0px 40px;
  z-index: 2;
  margin: auto;
  position: relative;
  line-height: 1.7;
}
#Top main .sec5 {
  position: relative;
  padding-bottom: 100px;
}
#Top main .sec5 .pricelist {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 50px;
}
#Top main .sec5 .pricelist .price {
  width: calc(25% - 23px);
  text-align: center;
  border: 1px solid #fdb406;
  border-radius: 10px;
  overflow: hidden;
}
#Top main .sec5 .pricelist .price dl .title {
  background-color: #fdb406;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 9px 9px 0px 0px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Top main .sec5 .pricelist .price dl .box {
  padding: 40px 24px;
  background: #fff;
}
#Top main .sec5 .pricelist .price dl .box dl .name {
  padding-bottom: 15px;
  letter-spacing: 0.1em;
}
#Top main .sec5 .pricelist .price dl .box dl .name dd {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 44px;
  color: #fdb406;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 1160px) {
  #Top main .sec5 .pricelist .price dl .box dl .name dd {
    font-size: 34px;
  }
}
@media (max-width: 1000px) {
  #Top main .sec5 .pricelist .price dl .box dl .name dd {
    font-size: 27px;
  }
}
#Top main .sec5 .pricelist .price dl .box dl .detail {
  border-top: #fdb406 1px solid;
  padding-top: 15px;
  letter-spacing: 0.1em;
}
#Top main .sec5 .pricelist .price dl .box dl .detail dt {
  color: #2c2c2c;
  padding-bottom: 20px;
  font-size: 15px;
}
#Top main .sec5 .pricelist .price dl .box dl .detail dt span {
  font-family: "Alata", sans-serif;
  font-weight: 400;
}
#Top main .sec5 .pricelist .price dl .box dl .detail dd {
  font-size: 14px;
}
#Top main .sec5 .repletion {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 130px;
  max-width: 400px;
  margin: auto;
}
#Top main .sec5 .repletion p {
  font-size: 15px;
  letter-spacing: 0.125em;
}
#Top main .sec5 .repletion p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fdb406;
  border-radius: 50%;
  display: inline-block;
  top: -2px;
  position: relative;
  right: 4px;
}
#Top main .sec5 .repletion p span {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 20px;
}
#Top main .sec5 .memberspoint {
  background-color: #fef5f6;
  margin-bottom: 20px;
}
#Top main .sec5 .memberspoint figure {
  width: 421px;
  margin: 0px auto 15px;
  top: -28px;
  position: relative;
}
#Top main .sec5 .memberspoint .privelegelest {
  max-width: 760px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0px 50px;
}
#Top main .sec5 .memberspoint .privelegelest .privelege {
  position: relative;
  border: 1px solid #ff4963;
  border-radius: 50%;
  background-color: #fff;
  width: 30%;
  max-width: 230px;
  max-height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 230px;
}
#Top main .sec5 .memberspoint .privelegelest .privelege .num {
  position: absolute;
  left: 12px;
  top: -20px;
  background-color: #ff4963;
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 18px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.1em;
}
#Top main .sec5 .memberspoint .privelegelest .privelege .num span {
  font-family: "Alata", sans-serif;
  font-weight: 400;
}
#Top main .sec5 .memberspoint .privelegelest .privelege dl dd {
  font-size: 26px;
  font-weight: 500;
}
#Top main .sec5 .memberspoint .privelegelest .privelege dl dd span {
  font-size: 16px;
  color: #493b42;
  line-height: 1;
  position: relative;
  bottom: 5px;
  font-weight: 400;
}
#Top main .sec5 .memberspoint .privelegelest .privelege .sub {
  position: absolute;
  bottom: 12px;
  font-size: 12px;
}
#Top main .sec6 .contact {
  text-align: center;
  margin-bottom: 120px;
}
#Top main .sec6 .contact .phone {
  line-height: 1;
}
#Top main .sec6 .contact .phone .tel {
  font-size: 38px;
  color: #ff4963;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-left: 41px;
  position: relative;
}
#Top main .sec6 .contact .phone .tel::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/common/tel.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 12px;
}
#Top main .sec6 .contact .phone span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.115em;
  color: #2c2c2c;
}
#Top main .sec6 .contact .reception {
  margin-bottom: 20px;
  margin-top: 5px;
}
#Top main .sec6 .contact .mail a {
  width: 310px;
  height: 52px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff4963;
  color: #ffffff;
  border-radius: 26px;
  letter-spacing: 0.1em;
  position: relative;
  border: #ff4963 1px solid;
  background-clip: border-box;
  z-index: 10;
  overflow: hidden;
}
#Top main .sec6 .contact .mail a span {
  padding-left: 26px;
  background: url(../images/common/mail.svg) no-repeat left center;
  background-size: 18px 15px;
  z-index: 20;
}
#Top main .sec6 .contact .mail a::before {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
#Top main .sec6 .contact .mail a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#Top main .sec6 .contact .mail a:hover span {
  color: #ff4963;
  background: url(../images/common/mail_h.svg) no-repeat left center;
  background-size: 18px 15px;
}
#Top main .sec6 .contact .logo {
  width: 401px;
  margin: 32px auto 0;
}

@-webkit-keyframes waveAnime {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 2800px;
  }
}

@keyframes waveAnime {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 2800px;
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}
@-webkit-keyframes upanime {
  0% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
@keyframes upanime {
  0% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
/*==========================================
  Common
==========================================*/
/*==========================================
  Layout
==========================================*/</pre></body></html>