@charset "UTF-8";

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,600,700,900|Work+Sans:100,200,300,400,500,600,700,800,900&display=swap&subset=japanese,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom !important;
}

select, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.smpMenuArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .smpMenuArea {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #fff;
    overflow-y: auto;
  }
}
.smpMenuArea.show {
  opacity: 1;
  visibility: visible;
}
.smpMenuArea .smpMenuBlock {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock {
    width: 100%;
    padding: 14px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.smpMenuArea .logoBlock {
  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;
}
@media screen and (max-width: 768px) {
  .smpMenuArea .logoBlock {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smpMenuArea .logoBlock .img {
  width: 243px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .smpMenuArea .logoBlock .img {
    width: 168px;
  }
}
.smpMenuArea .logoBlock .text {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .smpMenuArea .logoBlock .text {
    -webkit-transform: translateX(-43px) scale(0.65);
        -ms-transform: translateX(-43px) scale(0.65);
            transform: translateX(-43px) scale(0.65);
    margin-top: 2px;
  }
}
.smpMenuArea .smpMenuBlock_wrapper {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .smpMenuArea .smpMenuBlock_wrapper nav {
    padding-right: 128px;
  }
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .smpMenuArea .smpMenuBlock_wrapper li {
    margin-top: 53px;
  }
  .smpMenuArea .smpMenuBlock_wrapper li:first-child {
    margin-top: 0;
  }
  .smpMenuArea .smpMenuBlock_wrapper li:nth-child(5) {
    border-top: 1px solid #F45581;
    margin-top: 51px;
    padding-top: 51px;
  }
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li {
    width: 100%;
    margin-top: 16px;
  }
  .smpMenuArea .smpMenuBlock_wrapper li:nth-child(1) {
    margin-top: 0;
  }
  .smpMenuArea .smpMenuBlock_wrapper li:not(:first-child) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.smpMenuArea .smpMenuBlock_wrapper li 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;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #F45581;
  position: relative;
  padding-left: 35px;
}
@media screen and (min-width: 769px) {
  .smpMenuArea .smpMenuBlock_wrapper li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 230px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    padding-left: 24px;
  }
}
.smpMenuArea .smpMenuBlock_wrapper li a:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li a:before {
    -webkit-transform: translateY(calc(-50% + 1px));
        -ms-transform: translateY(calc(-50% + 1px));
            transform: translateY(calc(-50% + 1px));
  }
}
.smpMenuArea .smpMenuBlock_wrapper li:nth-child(1) a:before {
  width: 22px;
  height: 22px;
  background-image: url("../images/common/icon_session.svg");
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li:nth-child(1) a:before {
    width: 15px;
    height: 15px;
  }
}
.smpMenuArea .smpMenuBlock_wrapper li:nth-child(2) a:before {
  width: 20px;
  height: 24px;
  background-image: url("../images/common/icon_report.svg");
  top: calc(50% + 1px);
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li:nth-child(2) a:before {
    width: 15px;
    height: 18px;
  }
}
.smpMenuArea .smpMenuBlock_wrapper li:nth-child(3) a:before {
  width: 24px;
  height: 18px;
  background-image: url("../images/common/icon_studio.svg");
  top: calc(50% + 1px);
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li:nth-child(3) a:before {
    width: 18px;
    height: 13px;
  }
}
.smpMenuArea .smpMenuBlock_wrapper li:nth-child(4) a:before {
  width: 17px;
  height: 22px;
  background-image: url("../img/studioreport/ico_report.svg");
  top: 18px;
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li:nth-child(4) a:before {
    width: 15px;
    height: 18px;
    top: 14px;
  }
}
.smpMenuArea .smpMenuBlock_wrapper li:nth-child(5) a:before {
  width: 23px;
  height: 23px;
  background-image: url("../images/common/icon_about.svg");
  top: calc(50% + 2px);
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li:nth-child(5) a:before {
    width: 18px;
    height: 18px;
  }
}
.smpMenuArea .smpMenuBlock_wrapper li:nth-child(6) a:before {
  width: 23px;
  height: 23px;
  background-image: url("../images/common/icon_faq.svg");
  top: calc(50% + 1px);
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper li:nth-child(6) a:before {
    width: 18px;
    height: 18px;
  }
}
.smpMenuArea .smpMenuBlock_wrapper figure {
  width: 467px;
}
@media screen and (min-width: 769px) {
  .smpMenuArea .smpMenuBlock_wrapper figure .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .smpMenuArea .smpMenuBlock_wrapper figure {
    width: 100%;
    margin-top: 27px;
  }
  .smpMenuArea .smpMenuBlock_wrapper figure .pc {
    display: none;
  }
}
.smpMenuArea .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.smpMenuArea .subMenuArea {
  border-top: 1px solid #504c4d;
  position: relative;
}
@media screen and (min-width: 769px) {
  .smpMenuArea .subMenuArea {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .smpMenuArea .subMenuArea {
    margin-top: 37px;
    padding-top: 10px;
  }
}
.smpMenuArea .subMenuArea::before {
  display: block;
  content: "";
  width: 1246px;
  height: 1px;
  background-color: #504c4d;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .smpMenuArea .subMenuArea::before {
    display: none;
  }
}
.smpMenuArea .subMenuArea 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;
}
@media screen and (max-width: 768px) {
  .smpMenuArea .subMenuArea ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .smpMenuArea .subMenuArea ul li {
    margin-right: 74px;
  }
  .smpMenuArea .subMenuArea ul li:last-child {
    margin-right: 0;
  }
}
.smpMenuArea .subMenuArea ul a {
  display: block;
  font-size: 14px;
  color: inherit;
}
@media screen and (min-width: 769px) {
  .smpMenuArea .subMenuArea ul a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .smpMenuArea .subMenuArea ul a {
    font-size: 10px;
  }
}
.smpMenuArea .subMenuArea .copy {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .smpMenuArea .subMenuArea .copy {
    font-size: 12px;
    margin-top: 13px;
  }
}

/*
** Footer
*/
.footer {
  background-color: #eaeaea;
  padding-top: 52px;
}
@media screen and (max-width: 834px) {
  .footer {
    padding-top: 53px;
  }
}
.footer .fllowArea {
  max-width: 860px;
  margin: 0 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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .footer .fllowArea {
    margin-left: 17px;
    margin-right: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .fllowArea header h2 {
  font-family: "Roboto";
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .footer .fllowArea header h2 {
    font-size: 27px;
    line-height: 1;
    text-align: center;
  }
}
.footer .fllowArea header p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 13px;
}
@media screen and (max-width: 834px) {
  .footer .fllowArea header p {
    line-height: 25px;
    text-align: center;
    margin-top: 5px;
  }
}
.footer .fllowArea .sectionBody 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;
}
@media screen and (min-width: 769px) {
  .footer .fllowArea .sectionBody ul {
    margin-right: 31px;
  }
}
@media screen and (max-width: 834px) {
  .footer .fllowArea .sectionBody ul {
    margin-top: 18px;
  }
}
.footer .fllowArea .sectionBody li {
  margin-left: 20px;
}
@media screen and (max-width: 834px) {
  .footer .fllowArea .sectionBody li {
    margin-left: 20px;
  }
}
.footer .fllowArea .sectionBody li.sns_facebook a {
  padding: 10px;
}
.footer .fllowArea .sectionBody li a {
  width: 66px;
  height: 66px;
  background-color: #fff;
  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;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 834px) {
  .footer .fllowArea .sectionBody li a {
    width: 61px;
    height: 61px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.footer .fllowArea .sectionBody li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .footer .fllowArea .sectionBody li a:hover {
    opacity: 0.6;
  }
}
.footer .footerArea {
  background-image: url("../img/bg_footer.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 93px;
  padding-bottom: 26px;
  margin-top: 47px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .footer .footerArea {
    background-image: url("../img/bg_footer_sp.svg");
    background-size: 2099px;
    margin-top: 51px;
    padding-top: 40px;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerArea {
    background-size: 745px;
  }
}
.footer .footerArea::after {
  display: block;
  width: 100%;
  height: 55%;
  background-color: #F45581;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 834px) {
  .footer .footerArea::after {
    content: "";
  }
}
.footerInner {
  width: 896px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .footerInner {
    width: calc(100% - 35px);
  }
}
.footer .menuArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .footer .menuArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .menuArea .logoBlock {
  width: 193px;
  margin-right: 61px;
}
@media screen and (max-width: 834px) {
  .footer .menuArea .logoBlock {
    width: 100%;
    margin-right: 0;
  }
  .footer .menuArea .logoBlock .img {
    width: 169px;
    margin: 0 auto;
  }
}
.footer .menuArea .logoBlock .text {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  margin-top: 17px;
}
@media screen and (max-width: 834px) {
  .footer .menuArea .logoBlock .text {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    margin-top: 3px;
  }
}
.footer .menuArea .menuBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media screen and (max-width: 834px) {
  .footer .menuArea .menuBlock {
    margin-top: 20px;
  }
}
.footer .menuArea .menuBlock dl {
  border-left: 1px solid #fff;
  padding-left: 18px;
  padding-top: 8px;
}
@media screen and (min-width: 769px) {
  .footer .menuArea .menuBlock dl:first-child {
    border-left: none;
    padding-left: 0;
    width: 143px;
    margin-right: 14px;
  }
  .footer .menuArea .menuBlock dl:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .menuArea .menuBlock dl:last-child ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .menuArea .menuBlock dl:last-child li {
    margin-right: 27px;
  }
  .footer .menuArea .menuBlock dl:last-child li:nth-child(1), .footer .menuArea .menuBlock dl:last-child li:nth-child(4) {
    width: 117px;
  }
}
@media screen and (max-width: 834px) {
  .footer .menuArea .menuBlock dl {
    width: 50%;
    padding-left: 18px;
  }
  .footer .menuArea .menuBlock dl:first-child {
    padding-left: 0;
    padding-right: 8px;
    border-left: none;
  }
}
.footer .menuArea .menuBlock dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .footer .menuArea .menuBlock dt {
    font-size: 14px;
    line-height: 15px;
  }
}
.footer .menuArea .menuBlock dd {
  margin-top: 18px;
}
@media screen and (max-width: 834px) {
  .footer .menuArea .menuBlock dd {
    margin-top: 14px;
  }
}
.footer .menuArea .menuBlock a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer .menuArea .menuBlock a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 834px) {
  .footer .menuArea .menuBlock a {
    font-size: 12px;
    line-height: 25px;
  }
}
.footer .subMenuArea {
  border-top: 1px solid #fff;
  margin-top: 46px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .footer .subMenuArea {
    margin-top: 6px;
    padding-top: 15px;
  }
}
.footer .subMenuArea::before {
  display: block;
  content: "";
  width: 1246px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .footer .subMenuArea::before {
    display: none;
  }
}
.footer .subMenuArea 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;
}
@media screen and (max-width: 834px) {
  .footer .subMenuArea ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .subMenuArea ul a {
  display: block;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .footer .subMenuArea ul a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 834px) {
  .footer .subMenuArea ul a {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }
}
.footer .subMenuArea .copy {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .footer .subMenuArea .copy {
    font-size: 12px;
    margin-top: 18px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?97594702");
  src: url("../font/icomoon.eot?97594702#iefix") format("embedded-opentype"), url("../font/icomoon.woff?97594702") format("woff"), url("../font/icomoon.ttf?97594702") format("truetype"), url("../font/icomoon.svg?97594702#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
** Base
*/
html,
body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  color: #504c4d;
}

a:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  br.is--pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  br.is--sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img.is--pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  img.is--sp {
    display: none !important;
  }
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.locationBlock {
  border: 1px solid #d3d3d3;
  background-color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.locationBlock:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/bg_location.png");
  width: 266px;
  height: 429px;
  position: absolute;
  bottom: -21px;
  right: -14px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .locationBlock:after {
    width: 224px;
    bottom: -84px;
    right: -12px;
  }
}
.locationBlock.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (min-width: 769px) {
  .locationBlock {
    width: calc((100% - 50px) / 3);
  }
  .locationBlock:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .locationBlock {
    width: calc(100% - 58px);
    margin-bottom: 69px;
    margin-left: auto;
    margin-right: auto;
  }
  .locationBlock:first-child {
    margin-bottom: 0;
  }
}
.locationBlock a {
  display: block;
  padding: 12px 14px 24px;
  position: relative;
  color: inherit;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .locationBlock a:hover {
    background-color: #fdf5f8;
  }
  .locationBlock a:hover figure img {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.locationBlock a .label {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 60px);
  padding: 8px;
  font-size: 14px;
  color: #504C4D;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
      -ms-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .locationBlock a .label {
    width: calc(100% - 30px);
  }
}
.locationBlock .icon {
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.locationBlock figure {
  height: 158px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .locationBlock figure {
    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;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.locationBlock figure img {
  width: 100%;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.locationBlock .priceBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .locationBlock .priceBox {
    margin-top: 15px;
  }
}
.locationBlock .priceBox small {
  font-size: 14px;
  font-weight: bold;
}
.locationBlock .priceBox .price {
  font-family: "Roboto";
  font-size: 30px;
  font-weight: bold;
  color: #F45581;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  letter-spacing: -1px;
  margin-right: 6px;
}
.locationBlock .priceBox .num {
  position: relative;
  font-size: 14px;
  padding-left: 13px;
  margin-left: 4px;
}
.locationBlock .priceBox .num:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon_slash.svg");
  width: 12px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.locationBlock ul {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
  .locationBlock ul {
    margin-top: 11px;
    padding-top: 22px;
  }
}
.locationBlock li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  text-align: left;
  word-break: break-all;
}
.locationBlock li:first-child {
  margin-top: 0;
}
.locationBlock li:before {
  display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: 4px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .locationBlock li:before {
    font-size: 21px;
    margin-right: 5px;
  }
}
.locationBlock li.location:before {
  content: "\e904";
}
.locationBlock li.studio:before {
  content: "\e902";
}
.locationBlock li.age:before {
  content: "\e901";
}
.locationBlock li.date:before {
  content: "\e903";
}

.studioBlock {
  width: calc((100% - 50px) / 3);
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .studioBlock {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .studioBlock:not(:first-child) {
    margin-top: 25px;
  }
}
.studioBlock a {
  display: block;
  color: #504c4d;
}
.studioBlock a figure {
  position: relative;
  height: 177px;
  overflow: hidden;
}
.studioBlock a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.studioBlock a .data {
  padding: 15px 15px 18px;
}
@media screen and (max-width: 768px) {
  .studioBlock a .data {
    padding: 15px 15px 20px;
  }
}
.studioBlock a .data .studioname {
  min-height: 42px;
  margin-top: 5px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .studioBlock a .data .studioname {
    margin-top: 0;
    font-size: 20px;
  }
}
.studioBlock a .data .location {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  border-top: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
  .studioBlock a .data .location {
    margin-top: 20px;
    padding-top: 5px;
    font-size: 14px;
  }
}
.studioBlock a .data .location:before {
  content: "\e904";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: 4px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .studioBlock a .data .location:before {
    font-size: 21px;
    margin-right: 5px;
  }
}

.locstudio .section-inner {
  padding: 0;
}
.locstudio .section-body {
  min-height: auto !important;
}
@media screen and (max-width: 768px) {
  .locstudio .section-body {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock.studiopage {
    width: calc((100% - 15px) / 2);
    margin: 55px auto 0;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock.studiopage a ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock:nth-child(n+3) {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock a .icon {
    width: 148px;
  }
}
.locstudio .section-body .locationBlock a .priceBox {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock a .priceBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock ul li::before {
    font-size: 15px;
    margin-right: 5px;
  }
}

.studioreport {
  padding: 70px 0 84px !important;
  background-color: #fcefdf;
}
@media screen and (max-width: 768px) {
  .studioreport {
    padding-top: 49px !important;
    padding-bottom: 51px !important;
  }
}
.studioreport .locationBlock:after {
  height: calc(100% + 21px);
  right: -74px;
  bottom: -11px;
}
@media screen and (max-width: 768px) {
  .studioreport .locationBlock:after {
    width: 160px;
    bottom: -22px;
    right: -8px;
  }
}

.button {
  display: inline-block;
  border-radius: 100px;
  background-color: #5FBEF0;
  border: 2px solid #5FBEF0;
  padding: 13px;
  min-width: 267px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .button {
    min-width: 100%;
  }
}
.button span {
  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;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button:after {
  display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "\e900";
  color: #fff;
  position: absolute;
  top: calc(50% + 1px);
  bottom: 0;
  right: 18px;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .button:after {
    font-size: 12px;
    right: 19px;
  }
}
@media screen and (min-width: 769px) {
  .button:hover {
    background-color: #fff;
  }
  .button:hover span, .button:hover:after {
    color: #5FBEF0;
  }
}
.button.is-anker:after {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}

.planBlock {
  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;
  margin-top: 40px;
  gap: 15px 30px;
}
@media screen and (max-width: 768px) {
  .planBlock {
    -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;
  }
}

.planBox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 30px) / 2);
  max-width: 382px;
}
@media screen and (max-width: 768px) {
  .planBox {
    width: 100%;
    margin-top: 25px;
  }
  .planBox:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .planBox:hover a.planBox--inner {
    border-color: #5FBEF0 !important;
    -webkit-box-shadow: 0 0 10px rgb(95, 190, 240);
            box-shadow: 0 0 10px rgb(95, 190, 240);
  }
}
.planBox.toppage .planBox--info {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .planBox.toppage .planBox--info {
    padding-bottom: 0;
  }
}
.planBox.toppage .column {
  height: 100%;
  border-bottom: none;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) {
  .planBox.toppage .column {
    height: auto;
  }
}
.planBox.toppage h3 .plan-name {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .planBox.toppage h3 .plan-name {
    font-size: 18px;
  }
}
.planBox.toppage .sub-name {
  display: block;
  padding: 18px 32px 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.planBox.toppage .detail {
  padding: 15px 38px;
}
.planBox .planBox--inner {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #504C4D;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  border-radius: 10px;
  overflow: hidden;
}
.planBox .planBox--info {
  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;
  height: 100%;
  padding-bottom: 77px;
  overflow: hidden;
}
.planBox h3 {
  background-color: #504C4D;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  line-height: 1.6;
  color: #fff;
  padding: 19px 17px;
}
.planBox h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.planBox h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.planBox h3 span.sub-name {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .planBox h3 span.sub-name {
    font-size: 12px;
  }
}
.planBox h3 span.sub-name br {
  display: none;
}
.planBox h3 span.plan-name {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .planBox h3 span.plan-name {
    font-size: 18px;
  }
}
.planBox .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  border-bottom: 1px solid;
  border-color: #504C4D;
}
.planBox .column .priceBox {
  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;
  width: 263px;
}
@media screen and (max-width: 768px) {
  .planBox .column .priceBox {
    width: 277px;
  }
}
.planBox .column .dataBox {
  position: relative;
  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-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;
  width: 119px;
  border-left: 1px solid;
  border-color: #504C4D;
  padding: 11px 0;
}
@media screen and (max-width: 768px) {
  .planBox .column .dataBox {
    width: 105px;
  }
}
.planBox .column .dataBox span {
  color: #504C4D;
}
.planBox .column .dataBox span.dataHead {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .planBox .column .dataBox span.dataHead {
    font-size: 14px;
  }
}
.planBox .column .dataBox span.dataCnt {
  display: block;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .planBox .column .dataBox span.dataCnt {
    font-size: 14px;
  }
}
.planBox .column .dataBox span.dataCnt .large {
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .planBox .column .dataBox span.dataCnt .large {
    font-size: 22px;
  }
}
.planBox .price {
  font-size: 16px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  color: #504C4D;
  text-align: center;
}
.planBox .price::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.planBox .price::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .planBox .price {
    font-size: 15px;
  }
}
.planBox .price span {
  font-family: "Roboto";
  font-size: 45px;
  font-weight: bold;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .planBox .price span {
    font-size: 33px;
  }
}
.planBox .planDetail {
  margin-top: 12px;
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.planBox .planDetail--title {
  background-color: #504C4D;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4285714286;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.planBox .planDetail--title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.planBox .planDetail--title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .planBox .planDetail--title {
    font-size: 13px;
  }
  .planBox .planDetail--title br {
    display: none;
  }
}
.planBox .planDetail--inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 35px 0 40px;
  min-height: 64px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .planBox .planDetail--inner {
    padding: 20px 0;
  }
}
.planBox .planDetail--inner dl {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .planBox .planDetail--inner dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.planBox .planDetail--inner dl:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .planBox .planDetail--inner dd {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .planBox .planDetail--inner dd {
    margin-top: 8px;
  }
}
.planBox .planDetail--inner .data,
.planBox .planDetail--inner .product {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.planBox .planDetail--inner .data::before,
.planBox .planDetail--inner .product::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.planBox .planDetail--inner .data::after,
.planBox .planDetail--inner .product::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .planBox .planDetail--inner .data,
  .planBox .planDetail--inner .product {
    font-size: 15px;
  }
}
.planBox .planDetail--inner .data span,
.planBox .planDetail--inner .product span {
  font-weight: 500;
}
.planBox .planDetail--inner .data span {
  font-family: "Roboto";
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .planBox .planDetail--inner .data span {
    font-size: 35px;
  }
}
.planBox .planDetail--inner .product span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .planBox .planDetail--inner .product span {
    font-size: 27px;
  }
}
.planBox .planDetail--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 769px) {
  .planBox .planDetail--box {
    margin-top: 8px;
  }
  .planBox .planDetail--box:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .planBox .planDetail--box {
    margin-left: 13px;
    margin-right: 13px;
    -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;
  }
}
.planBox .detail {
  font-size: 14px;
  color: #504C4D;
  line-height: 1.8571428571;
  padding: 15px 16px;
  min-height: 132px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.planBox .detail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8571428571) * 0.5em);
  content: "";
}
.planBox .detail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8571428571) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .planBox .detail {
    min-height: 0;
    line-height: 1.7857142857;
  }
  .planBox .detail::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7857142857) * 0.5em);
    content: "";
  }
  .planBox .detail::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7857142857) * 0.5em);
    content: "";
  }
}
.planBox .butotn-area {
  position: absolute;
  bottom: 31px;
  left: 50%;
  margin-top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .planBox .butotn-area {
    bottom: 23px;
    width: calc(100% - 46px);
    margin: 0 auto;
  }
}
.planBox .butotn-area .button {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .planBox .butotn-area .button:hover {
    color: #5FBEF0;
  }
}
.planBox .plan-selected {
  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;
  background-color: #504C4D;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
}
.planBox .plan-selected p {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
}
.planBox .plan-selected p::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.planBox .plan-selected p:after {
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #504c4d;
  border-bottom: 2px solid #504c4d;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .planBox.recommend {
    margin-top: 50px;
  }
}
.planBox.recommend.toppage .sub-name {
  color: #f45581;
}
.planBox.recommend:before {
  display: block;
  content: "";
  width: 122px;
  height: 46px;
  background-image: url("../img/plan/ico_recommend.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
.planBox.recommend h3 {
  background-color: #f45581;
  color: #fff;
}
.planBox.recommend .column {
  border-color: #f45581;
}
.planBox.recommend .column .dataBox {
  border-color: #f45581;
}
.planBox.recommend .column .dataBox span {
  color: #f45581;
}
.planBox.recommend .planBox--inner {
  border-color: #f45581;
}
.planBox.recommend .planBox--inner .price {
  color: #f45581;
}
.planBox.recommend .planDetail--title {
  background-color: #f45581;
  color: #fff;
}
.planBox.recommend .detail {
  border-color: #f45581;
  color: #f45581;
}
.planBox.recommend .plan-selected {
  background-color: #f45581;
}
.planBox.recommend .plan-selected p {
  color: #fff;
}
.planBox.recommend .plan-selected p:after {
  border-color: #f45581;
}
.planBox.expectation::before {
  display: block;
  content: "";
  width: 97.1%;
  height: 98%;
  mix-blend-mode: multiply;
  background-color: #a29191;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .planBox.expectation::before {
    border-radius: 12px;
    width: 97.7%;
    height: 97.7%;
  }
}
.planBox.expectation:after {
  display: block;
  content: "Coming soon";
  font-family: "Roboto";
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.planBox input[type=radio] {
  display: none;
}
.planBox input[type=radio]:checked + label .plan-selected p:after {
  opacity: 1;
}
.planBox input[type=radio]:checked + .planBox--inner {
  border-color: #5FBEF0;
}
.planBox input[type=radio]:checked + .planBox--inner h3 {
  background-color: #5FBEF0;
}
.planBox input[type=radio]:checked + .planBox--inner .price {
  color: #5FBEF0;
}
.planBox input[type=radio]:checked + .planBox--inner .price span {
  color: #5FBEF0;
}
.planBox input[type=radio]:checked + .planBox--inner .planDetail--title {
  background-color: #5FBEF0;
  color: #fff;
}
.planBox input[type=radio]:checked + .planBox--inner .detail {
  border-color: #5FBEF0;
}
.planBox input[type=radio]:checked + .planBox--inner .plan-selected {
  background-color: #5FBEF0;
}
.planBox input[type=radio]:checked + .planBox--inner .plan-selected p {
  color: #fff;
}
.planBox input[type=radio]:checked + .planBox--inner .plan-selected p:after {
  border-color: #5FBEF0;
}

.photobase__privacyPolicy.inline-frame {
  padding: 0 0 0 20px !important;
  overflow: hidden !important;
}
.photobase__privacyPolicy.inline-frame iframe {
  width: 100%;
  height: 100%;
}

/* ローディング */
.loaderArea {
  position: relative;
  min-height: 255px;
  margin-top: 53px;
}

.loader {
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
          animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #f45581, 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.5), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7);
            box-shadow: 0em -2.6em 0em 0em #f45581, 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.5), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.7), 1.8em -1.8em 0 0em #f45581, 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.7), 1.8em -1.8em 0 0em #f45581, 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.5), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7), 2.5em 0em 0 0em #f45581, 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.5), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7), 2.5em 0em 0 0em #f45581, 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5), 2.5em 0em 0 0em rgba(244, 85, 129, 0.7), 1.75em 1.75em 0 0em #f45581, 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5), 2.5em 0em 0 0em rgba(244, 85, 129, 0.7), 1.75em 1.75em 0 0em #f45581, 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.5), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.7), 0em 2.5em 0 0em #f45581, -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.5), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.7), 0em 2.5em 0 0em #f45581, -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.5), 0em 2.5em 0 0em rgba(244, 85, 129, 0.7), -1.8em 1.8em 0 0em #f45581, -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.5), 0em 2.5em 0 0em rgba(244, 85, 129, 0.7), -1.8em 1.8em 0 0em #f45581, -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.5), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.7), -2.6em 0em 0 0em #f45581, -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.5), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.7), -2.6em 0em 0 0em #f45581, -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.5), -2.6em 0em 0 0em rgba(244, 85, 129, 0.7), -1.8em -1.8em 0 0em #f45581;
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.5), -2.6em 0em 0 0em rgba(244, 85, 129, 0.7), -1.8em -1.8em 0 0em #f45581;
  }
}

@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #f45581, 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.5), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7);
            box-shadow: 0em -2.6em 0em 0em #f45581, 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.5), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.7), 1.8em -1.8em 0 0em #f45581, 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.7), 1.8em -1.8em 0 0em #f45581, 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.5), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7), 2.5em 0em 0 0em #f45581, 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.5), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7), 2.5em 0em 0 0em #f45581, 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5), 2.5em 0em 0 0em rgba(244, 85, 129, 0.7), 1.75em 1.75em 0 0em #f45581, 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5), 2.5em 0em 0 0em rgba(244, 85, 129, 0.7), 1.75em 1.75em 0 0em #f45581, 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.5), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.7), 0em 2.5em 0 0em #f45581, -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.5), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.7), 0em 2.5em 0 0em #f45581, -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.5), 0em 2.5em 0 0em rgba(244, 85, 129, 0.7), -1.8em 1.8em 0 0em #f45581, -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.5), 0em 2.5em 0 0em rgba(244, 85, 129, 0.7), -1.8em 1.8em 0 0em #f45581, -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.5), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.7), -2.6em 0em 0 0em #f45581, -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.5), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.7), -2.6em 0em 0 0em #f45581, -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.5), -2.6em 0em 0 0em rgba(244, 85, 129, 0.7), -1.8em -1.8em 0 0em #f45581;
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.5), -2.6em 0em 0 0em rgba(244, 85, 129, 0.7), -1.8em -1.8em 0 0em #f45581;
  }
}
.grecaptcha-badge {
  display: none;
}

.footBanner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footBanner {
    padding: 54px 0 60px;
  }
}
.footBanner .section-inner {
  width: calc(100% - 35px);
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footBanner .section-inner {
    padding: 0;
  }
}
.footBanner h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  .footBanner h2 {
    font-size: 23px;
    line-height: 35px;
  }
}
.footBanner_content {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .footBanner_content {
    margin-top: 14px;
  }
}
