/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
body#top #key-slide {
  display: block;
}
body#top #key-sp-slide {
  display: none;
}
body#top #headlead-txt {
  padding: 50px;
}
body#top #headlead-txt .sec-inner {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}
body#top #headlead-txt #headlead-txt-detail h2 {
  font-size: 2.2rem;
  margin: 0;
}
body#top #headlead-txt #headlead-txt-pra {
  width: 600px;
}
body#top #headlead-txt #headlead-txt-pra p {
  font-size: 1.8rem;
}
@media only screen and (max-width:768px) {
  body#top #headlead-txt {
    padding: 80px 10px;
  }
  body#top #headlead-txt .sec-inner {
    display: block;
  }
  body#top #headlead-txt #headlead-txt-detail h2 {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 30px;
  }
  body#top #headlead-txt #headlead-txt-pra {
    width: auto;
  }
  body#top #headlead-txt #headlead-txt-pra p {
    text-align: center;
    font-size: 1.6rem;
  }
}
body#top .bg-img-block {
  position: relative;
  height: 300px;
  width: 100%;
}
body#top .bg-img-block .bg-img-block-clip {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  height: 100%;
}
body#top .bg-img-block .bg-img-block-clip img {
  position: fixed;
  min-width: 100%;
  min-height: 100vh;
  height: auto;
  width: auto;
  max-width: inherit;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  body#top .bg-img-block {
    height: 250px;
  }
  body#top .bg-img-block .bg-img-block-clip {
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
    height: 100%;
  }
  body#top .bg-img-block .bg-img-block-clip img {
    height: 100vh;
  }
}
@media only screen and (max-width:768px) {
  body#top .bg-img-block {
    height: 60vh;
    width: 100%;
  }
}
body#top #nayami {
  background: #F7F7F7;
  padding: 80px 0;
}
body#top #nayami ul {
  list-style: none;
  width: 620px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
body#top #nayami ul li {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 0 50px;
  margin-bottom: 30px;
}
body#top #nayami ul li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
}
@media only screen and (max-width:768px) {
  body#top #nayami {
    padding: 100px 0;
  }
  body#top #nayami ul {
    width: auto;
    padding: 60px 0 0 0;
  }
  body#top #nayami ul li {
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 0 0 0 40px;
    margin-bottom: 30px;
  }
  body#top #nayami ul li span {
    width: 25px;
    height: 25px;
  }
}
body#top #sugisakitv,
body#top #movie {
  padding: 80px 0 80px 0;
}
body#top #sugisakitv .ttl-nomal-str,
body#top #movie .ttl-nomal-str {
  display: block;
  padding-top: 30px;
}
body#top #sugisakitv .youtube iframe,
body#top #movie .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:768px) {
  body#top #sugisakitv,
body#top #movie {
    padding: 80px 0 100px 0;
  }
  body#top #sugisakitv .ttl-nomal,
body#top #movie .ttl-nomal {
    padding: 0 0 20px 0;
  }
  body#top #sugisakitv .youtube,
body#top #movie .youtube {
    margin: 0 -10px;
  }
  body#top #sugisakitv .youtube iframe,
body#top #movie .youtube iframe {
    margin: 0 auto;
    display: block;
  }
}
body#top #sugisakitv .youtube {
  padding-top: 30px;
}
body#top .separate-block {
  padding: 0 0 80px 0;
}
body#top .separate-block .sec-inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
body#top .separate-block .separate-block-content {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 100px 0 0 0;
}
body#top .separate-block .separate-block-content h3 {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  font-size: 3.7rem;
  font-weight: 400;
}
body#top .separate-block .separate-block-content h3 span {
  display: block;
}
body#top .separate-block .separate-block-content h3 span:first-child {
  margin-top: -100px;
}
body#top .separate-block .separate-block-content .separate-block-main-txt {
  position: absolute;
  top: -90px;
  left: 11vw;
}
body#top .separate-block .separate-block-content .separate-block-img {
  max-width: 1164px;
  width: 55vw;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#top .separate-block .separate-block-content .separate-block-detail {
  position: relative;
  width: 45vw;
  padding: 0 0 0 70px;
  padding: 0 14.28571vw 0 40px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
@media only screen and (max-width:768px) {
  body#top .separate-block {
    padding: 0 0 100px 0;
  }
  body#top .separate-block .sec-inner .ttl-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  body#top .separate-block .separate-block-content {
    display: block;
    padding: 100px 0 0 0;
  }
  body#top .separate-block .separate-block-content h3 {
    font-size: 2.8rem;
  }
  body#top .separate-block .separate-block-content h3 span:first-child {
    margin-top: -100px;
  }
  body#top .separate-block .separate-block-content .separate-block-main-txt {
    writing-mode: vertical-rl;
    margin: 0 auto;
    position: static;
    padding: 140px 20px 40px 20px;
  }
  body#top .separate-block .separate-block-content .separate-block-img {
    height: 30vh;
    max-width: auto;
    width: 100%;
    min-height: 0;
  }
  body#top .separate-block .separate-block-content .separate-block-detail {
    position: relative;
    width: auto;
    display: block;
    padding: 0 20px;
  }
}
body#top #hinkon {
  padding-top: 100px;
}
body#top #hinkon .separate-block-content .separate-block-img {
  background-image: url(../img/separate-img01.jpg);
}
body#top #healing .separate-block-content {
  flex-direction: row-reverse;
}
body#top #healing .separate-block-content .separate-block-img {
  background-image: url(../img/separate-img02.jpg);
}
body#top #healing .separate-block-content .separate-block-main-txt {
  right: 15vw;
  left: auto;
}
body#top #healing .separate-block-content .separate-block-detail {
  position: relative;
  width: 45vw;
  padding: 0 40px 0 4.28571vw;
}
body#top #merit .separate-block-content {
  flex-direction: row-reverse;
}
body#top #merit .separate-block-content .separate-block-img {
  background-image: url(../img/separate-img03.jpg);
}
body#top #merit .separate-block-content .separate-block-main-txt {
  right: 15vw;
  left: auto;
}
body#top #merit .separate-block-content .separate-block-detail {
  position: relative;
  width: 45vw;
  padding: 0 40px 0 4.28571vw;
}
body#top #merit #unverse-mov {
  margin: 50px 0 0 0;
}
body#top #merit #unverse-mov .youtube {
  position: relative;
  padding: 0 10px;
}
body#top #merit #unverse-mov .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  display: block;
}
body#top #merit #unverse-mov .slick-prev:before, body#top #merit #unverse-mov .slick-next:before {
  color: #121212;
}
body#top #merit #unverse-mov .youtube:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
body#top #merit #unverse-mov .youtube.slick-current:before {
  display: none;
}
/* まず比率を固定（16:9）して、どの端末でも崩れにくくする */
#unverse-mov .youtube {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px; /* 好みで */
}

/* サムネ背景（非再生時に見える） */
#unverse-mov .yt-slot,
#unverse-mov .yt-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#unverse-mov .yt-thumb {
  background-size: cover;
  background-position: center;
}

/* “再生ボタン”っぽいオーバーレイ（スクショの雰囲気） */
#unverse-mov .yt-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
#unverse-mov .yt-play::before{
  content:"";
  width: 84px;
  height: 54px;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.9);
}
#unverse-mov .yt-play::after{
  content:"";
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
}

/* slick の “中央が濃い／左右が薄い” */
#unverse-mov .slick-slide {
  transition: transform .25s ease, opacity .25s ease, filter .25s ease;
  opacity: .35;
  transform: scale(.92);
  filter: grayscale(20%);
}
#unverse-mov .slick-center {
  opacity: 1;
  transform: scale(1);
  filter: none;
}

/* 中央で再生中はサムネ＆再生ボタンを隠す（JSでクラス付与） */
#unverse-mov .is-playing .yt-thumb,
#unverse-mov .is-playing .yt-play {
  display: none;
}

/* iframe（プレイヤー）をフルに */
#unverse-mov iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
body#top #work .separate-block-content .separate-block-img {
  background-image: url(../img/separate-img04.jpg);
}
@media only screen and (max-width:768px) {
  body#top #hinkon {
    padding-top: 100px;
  }
  body#top #healing .separate-block-content .separate-block-detail {
    position: relative;
    width: auto;
    display: block;
    padding: 0 20px;
  }
  body#top #merit .separate-block-content .separate-block-detail {
    position: relative;
    width: auto;
    display: block;
    padding: 0 20px;
  }
}
body#top #prifile {
  padding: 80px 0 130px 0;
}
body#top #prifile #prof-block {
  border: 1px solid #121212;
  padding: 60px;
  margin: 150px 0 0 0;
}
body#top #prifile #prof-block #prof-nama {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
body#top #prifile #prof-block #prof-nama #prof-img {
  width: 400px;
  height: auto;
  margin: -150px 0 0 0;
}
body#top #prifile #prof-block #prof-nama #prof-txt {
  padding: 0 0 0 40px;
}
body#top #prifile #prof-block #prof-nama #prof-txt h3 {
  margin: 0;
  font-size: 2.8rem;
}
body#top #prifile #prof-block #prof-nama #prof-txt h3 span {
  font-size: 1.6rem;
  font-weight: 400;
}
body#top #prifile #prof-block #prof-nama #prof-txt p {
  margin: 0;
}
body#top #prifile #prof-block .prof-bodytxt {
  padding: 40px 0 0 0;
}
body#top #prifile #prof-block .prof-bodytxt p {
  margin: 0;
  line-height: 1.9;
}
@media only screen and (max-width:768px) {
  body#top #prifile {
    padding: 80px 0 100px 0;
  }
  body#top #prifile #prof-block {
    padding: 20px;
  }
  body#top #prifile #prof-block #prof-nama {
    display: block;
  }
  body#top #prifile #prof-block #prof-nama #prof-img {
    width: auto;
    height: auto;
    margin: -120px 0 0 0;
  }
  body#top #prifile #prof-block #prof-nama #prof-txt {
    padding: 0;
  }
  body#top #prifile #prof-block #prof-nama #prof-txt p {
    margin: 0;
  }
}
body#top #newpubli {
  padding: 50px 0 30px 0;
}
body#top #newpubli #newpubli-block {
  border: 1px solid #121212;
  padding: 60px;
  margin: 150px 0 0 0;
}
body#top #newpubli #newpubli-block #newpubli-nama {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
body#top #newpubli #newpubli-block #newpubli-nama #newpubli-img {
  width: 350px;
  height: auto;
  margin: -150px 0 0 0;
}
body#top #newpubli #newpubli-block #newpubli-nama #newpubli-txt {
  padding: 0 0 0 40px;
}
body#top #newpubli #newpubli-block #newpubli-nama #newpubli-txt h3 {
  margin: 0;
  font-size: 2.8rem;
}
body#top #newpubli #newpubli-block #newpubli-nama #newpubli-txt h3 span {
  font-size: 1.6rem;
  font-weight: 400;
}
body#top #newpubli #newpubli-block #newpubli-nama #newpubli-txt p {
  margin: 0;
}
body#top #newpubli #newpubli-block .newpubli-bodytxt {
  padding: 40px 0 0 0;
}
body#top #newpubli #newpubli-block .newpubli-bodytxt p {
  margin: 0;
  line-height: 1.9;
}
@media only screen and (max-width:768px) {
  body#top #newpubli {
    padding: 80px 0 100px 0;
  }
  body#top #newpubli #newpubli-block {
    padding: 20px;
  }
  body#top #newpubli #newpubli-block #newpubli-nama {
    display: block;
  }
  body#top #newpubli #newpubli-block #newpubli-nama #newpubli-img {
    width: auto;
    height: auto;
    margin: -120px 0 0 0;
  }
  body#top #newpubli #newpubli-block #newpubli-nama #newpubli-txt {
    padding: 0;
  }
  body#top #newpubli #newpubli-block #newpubli-nama #newpubli-txt p {
    margin: 0;
  }
}
body#top #awards {
  background: #F7F7F7;
  position: relative;
  padding: 50px 0 50px 0;
}
body#top #awards #awards-block {
  padding: 60px 0 0 0;
  position: relative;
}
body#top #awards #awards-block .awrds-img {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
body#top #awards #awards-block .awrds-img h3 {
  font-size: 2.8rem;
}
body#top #awards:before {
  content: "";
  display: block;
  width: 80vw;
  height: 1px;
  background: #121212;
  position: absolute;
  left: 0;
  bottom: 300px;
}
@media only screen and (max-width:768px) {
  body#top #awards {
    position: relative;
    margin: 0 0 100px 0;
  }
  body#top #awards #awards-block .awrds-img {
    width: auto;
  }
  body#top #awards #awards-block .awrds-img img {
    width: 100%;
  }
}
body#top #publish {
  padding: 80px 0 130px 0;
  position: relative;
}
body#top #publish #slide {
  padding: 60px 0 0 0;
}
body#top #publish #slide .slick-slide {
  margin: 0 25px;
}
body#top #publish #slide .slick-prev:before, body#top #publish #slide .slick-next:before {
  color: #121212;
}
body#top #publish #slide strong {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 20px 0 0 0;
}
body#top #publish #slide a,
body#top #publish #slide a:link,
body#top #publish #slide a:visited,
body#top #publish #slide a:active {
  text-decoration: none;
  color: #121212;
}
body#top #publish:before {
  content: "";
  display: block;
  width: 80vw;
  height: 1px;
  background: #121212;
  position: absolute;
  right: 0;
  bottom: 250px;
}
@media only screen and (max-width:768px) {
  body#top #publish {
    padding: 0 0 100px 0;
    position: relative;
  }
  body#top #publish #slide .slick-prev {
    left: 5px;
  }
  body#top #publish #slide .slick-next {
    right: 5px;
  }
}
body#top #main-content {
  padding: 130px 0 0 0;
}
body#top #main-content #main-content-block {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 60px 0 0 0;
  margin: 0 -30px;
}
body#top #main-content #main-content-block .main-content-list {
  border: 1px solid #121212;
  width: 490px;
  padding: 20px;
  margin: 30px;
}
body#top #main-content #main-content-block .main-content-list .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:768px) {
  body#top #main-content {
    padding: 100px 0 0 0;
  }
  body#top #main-content #main-content-block {
    padding: 30px 0 0 0;
    display: block;
    margin: 0;
  }
  body#top #main-content #main-content-block .main-content-list {
    width: auto;
    padding: 20px;
    margin: 30px 0 0px 0;
  }
}
body#top #step {
  padding: 80px 0 0 0;
}
body#top #step .step-list-block {
  padding-top: 50px;
}
body#top #step .step-list {
  border: 1px solid #121212;
  padding: 30px;
  position: relative;
  margin-bottom: 50px;
}
body#top #step .step-list span {
  padding: 10px 20px;
  background: #fff;
  line-height: 1;
  border: 1px solid #121212;
  position: absolute;
  left: 30px;
  top: -23px;
  font-size: 2.4rem;
  font-weight: 800;
}
body#top #step .step-list p {
  margin: 0;
}
@media only screen and (max-width:768px) {
  body#top #step {
    padding: 0 0 0 0;
  }
  body#top #step .step-list-block {
    padding-top: 50px;
  }
}
body#top #voice {
  padding: 80px 0 0 0;
}
body#top #voice .voice-list-block {
  padding: 60px 0 0 0;
}
body#top #voice .voice-list-block .voice-block {
  border: 1px solid #121212;
  padding: 30px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 60px;
}
body#top #voice .voice-list-block .voice-block .voice-img {
  width: 375px;
  height: auto;
}
body#top #voice .voice-list-block .voice-block .voice-txt {
  padding: 0 0 0 30px;
  width: calc(100% - 375px);
  line-height: 2;
}
body#top #voice .voice-list-block .voice-block .voice-txt h3 {
  font-size: 2.4rem;
  margin: 0;
}
@media only screen and (max-width:768px) {
  body#top #voice {
    padding: 70px 0 0 0;
  }
  body#top #voice .voice-list-block .voice-block {
    display: block;
    margin: 0;
    padding: 20px;
    margin-bottom: 30px;
  }
  body#top #voice .voice-list-block .voice-block .voice-img {
    width: 100%;
  }
  body#top #voice .voice-list-block .voice-block .voice-txt {
    padding: 0;
    width: auto;
  }
}
body#top #price {
  padding: 80px 0 0 0;
}
body#top #price .price-list-block {
  border: 1px solid #121212;
  padding: 60px 30px;
  margin: 60px 0 0 0;
}
body#top #price .price-list-block .price-list-block-inner {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 0 30px 0;
}
body#top #price .price-list-block #price-block-month,
body#top #price .price-list-block #price-block-year {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}
body#top #price .price-list-block #price-block-month strong,
body#top #price .price-list-block #price-block-year strong {
  font-size: 3.8rem;
  padding: 0 0 0 20px;
}
body#top #price .price-list-block #price-block-month strong p,
body#top #price .price-list-block #price-block-year strong p {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  display: inline;
}
body#top #price .price-list-block #price-block-month span,
body#top #price .price-list-block #price-block-year span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  letter-spacing: 6px;
  border: 1px solid #121212;
  padding: 7px;
  line-height: 1;
}
body#top #price .price-list-block #price-block-year {
  padding: 0 0 0 50px;
}
body#top #price .howpay {
  text-align: center;
}
body#top #price a,
body#top #price a:link,
body#top #price a:visited,
body#top #price a:active {
  margin-top: 60px;
  display: block;
  background: #121212;
  max-width: 690px;
  margin: 0 auto;
  text-decoration: none;
  padding: 30px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  font-size: 2.2rem;
}
body#top #price a span,
body#top #price a:link span,
body#top #price a:visited span,
body#top #price a:active span {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body#top #price a span img,
body#top #price a:link span img,
body#top #price a:visited span img,
body#top #price a:active span img {
  width: 35px;
  height: auto;
}
@media only screen and (max-width:768px) {
  body#top #price {
    padding: 100px 0 0 0;
  }
  body#top #price .price-list-block {
    padding: 30px;
  }
  body#top #price .price-list-block .price-list-block-inner {
    display: block;
  }
  body#top #price .price-list-block #price-block-month,
body#top #price .price-list-block #price-block-year {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body#top #price .price-list-block #price-block-month {
    padding-bottom: 30px;
  }
  body#top #price .price-list-block #price-block-year {
    padding: 0;
  }
  body#top #price .howpay {
    text-align: center;
  }
}
body#top #faq {
  padding: 130px 0 0 0;
}
body#top #faq .faq-content-base {
  margin: 60px 0 0 0;
}
body#top #faq .faq-content-base .faq-list {
  overflow: hidden;
  margin: 0 0 40px 0;
  border: 1px solid #121212;
  position: relative;
}
body#top #faq .faq-content-base .faq-list dd {
  margin: 0;
  background: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  padding: 20px 70px 20px 70px;
  cursor: pointer;
  position: relative;
}
body#top #faq .faq-content-base .faq-list dd svg {
  position: absolute;
  top: 50%;
  right: 40px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
body#top #faq .faq-content-base .faq-list dd:before {
  content: "Q.";
  display: block;
  font-size: 3.6rem;
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 300;
}
body#top #faq .faq-content-base .faq-list dt {
  display: none;
  background: #fff;
  font-size: 1.6rem;
  padding: 20px 70px 20px 70px;
  position: relative;
}
body#top #faq .faq-content-base .faq-list dt:before {
  content: "A.";
  display: block;
  font-size: 3.6rem;
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 300;
}
body#top #faq .faq-content-base .faq-list:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #121212;
  z-index: 10;
}
body#top #faq .faq-content-base .faq-list:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 34px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #121212;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #faq .faq-content-base .faq-list.active:after {
  height: 0;
}
body#top #lows {
  padding: 30px 10px 80px 10px;
  max-width: 1120px;
  margin: 0 auto;
}
body#top #lows #lows-block {
  border: 1px solid #121212;
  padding: 60px;
  height: 460px;
  overflow: scroll;
}
@media only screen and (max-width:768px) {
  body#top #lows {
    padding-bottom: 100px;
  }
  body#top #lows #lows-block {
    padding: 30px;
    height: 400px;
  }
}

@media only screen and (max-width:768px) {
  body#top #key-slide {
    display: none;
  }
  body#top #key-sp-slide {
    display: block;
  }
}
.middle-cta {
  background: #F7F7F7;
  padding: 60px 10px;
}
.middle-cta h2 {
  text-align: center;
  font-size: 3rem;
  margin: 0;
  padding: 0 0 70px 0;
}
.middle-cta h2 br {
  display: none;
}
.middle-cta a,
.middle-cta a:link,
.middle-cta a:visited,
.middle-cta a:active {
  display: block;
  background: #121212;
  max-width: 690px;
  margin: 0 auto;
  text-decoration: none;
  padding: 30px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  font-size: 2.2rem;
}
.middle-cta a span,
.middle-cta a:link span,
.middle-cta a:visited span,
.middle-cta a:active span {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.middle-cta a span img,
.middle-cta a:link span img,
.middle-cta a:visited span img,
.middle-cta a:active span img {
  width: 35px;
  height: auto;
}
@media only screen and (max-width:768px) {
  .middle-cta {
    padding: 80px 10px;
  }
  .middle-cta h2 {
    font-size: 2.8rem;
    padding: 0 0 30px 0;
  }
  .middle-cta h2 br {
    display: block;
  }
  .middle-cta a,
.middle-cta a:link,
.middle-cta a:visited,
.middle-cta a:active {
    max-width: 100%;
  }
  .middle-cta a span img,
.middle-cta a:link span img,
.middle-cta a:visited span img,
.middle-cta a:active span img {
    width: 35px;
    height: auto;
  }
}
#menber {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #bdbdbd;
  padding: 20px 0;
  z-index: 100;
}
#menber #menber-wrap a,
#menber #menber-wrap a:link,
#menber #menber-wrap a:visited,
#menber #menber-wrap a:active {
  display: block;
  background: #121212;
  max-width: 500px;
  margin: 0 auto;
  text-decoration: none;
  padding: 20px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
}
#menber #menber-wrap a span,
#menber #menber-wrap a:link span,
#menber #menber-wrap a:visited span,
#menber #menber-wrap a:active span {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#menber #menber-wrap a span img,
#menber #menber-wrap a:link span img,
#menber #menber-wrap a:visited span img,
#menber #menber-wrap a:active span img {
  width: 23px;
  height: auto;
}
#menber #menber-wrap.one-banner {
  width: 550px;
  margin: 0 auto;
}
#menber #menber-wrap.one-banner img {
  width: 550px;
  height: auto;
}
#menber #menber-wrap.one-banner a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menber #menber-wrap.one-banner a:first-child {
  margin-right: 0;
}
#menber #menber-wrap.one-banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}