@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover > img:only-child, a:focus > img:only-child, a:active > img:only-child {
  opacity: 1;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  color: #303030;
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

body.rwd .lp {
  overflow: hidden;
  margin-top: 80px;
  position: relative;
  background: url("img/lp_background.jpg") repeat-y;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  body.rwd .lp {
    max-width: 100%;
    margin-top: 53px;
  }
}
body.rwd .lp-wrap {
  padding: 1.39% 5.56% 0;
}
@media screen and (max-width: 767px) {
  body.rwd .lp-wrap {
    padding: 0;
  }
}
body.rwd .lp p {
  margin-bottom: unset;
}
body.rwd .lp__hamburger-list {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  overflow: hidden;
}
body.rwd .lp__hamburger-list.active {
  visibility: visible;
}
body.rwd .lp__mv {
  background: url("img/lp_background_01.png") no-repeat;
  background-size: 100% 100%;
  padding: 4% 0 10%;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__mv {
    padding: 5% 8% 10%;
  }
}
body.rwd .lp__mv-content {
  max-width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__mv-content {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.rwd .lp__mv-title {
  width: 45%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__mv-title {
    width: 50%;
  }
}
body.rwd .lp__mv-textballoon {
  width: 55%;
  margin-left: -45px;
  margin-top: 0;
  isolation: isolate;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__mv-textballoon {
    width: 60%;
    height: 45vw;
    margin-left: -7%;
    margin-top: 20px;
  }
}
body.rwd .lp__button-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 10%;
  position: relative;
  z-index: 1;
}
body.rwd .lp__button-container--mv {
  width: 50%;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
body.rwd .lp__button-container--mv .lp__button-text {
  font-size: 2vw;
}
body.rwd .lp__button-container--mv .lp__button-text--03 {
  font-size: 1.65vw;
}
body.rwd .lp__button-container--mv .lp__button-text--03 .num {
  font-size: 2vw;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__button-container--padding {
    padding: 0 7.17949vw 0 7.69231vw;
  }
}
body.rwd .lp__button-wrap {
  margin-top: 1.62866%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
body.rwd .lp__button {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.rwd .lp__button:hover {
  opacity: 0.8;
}
body.rwd .lp__button--02 {
  width: 55.45%;
}
body.rwd .lp__button--03 {
  width: 42.76%;
}
body.rwd .lp__button-text {
  font-size: 38px;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__button-text {
    font-size: 5.4vw;
  }
}
body.rwd .lp__button-text--02 {
  line-height: 1em;
}
body.rwd .lp__button-text--03 {
  font-size: 25.4px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__button-text--03 {
    font-size: 3.5vw;
  }
}
body.rwd .lp__button-text--03 .num {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__button-text--03 .num {
    font-size: 5vw;
  }
}
body.rwd .lp__button-arrow {
  width: 25px;
  height: 25px;
}
@media not all and (min-resolution: 0.001dpcm) {
  body.rwd .lp__button-arrow {
    margin-left: 5%;
  }
}
body.rwd .lp__video-container {
  max-width: 805px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-container {
    padding: 0 7.17949vw 0 7.69231vw;
    margin: 50px auto;
  }
}
body.rwd .lp__video-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-title-wrap {
    gap: 5%;
    margin-bottom: 20px;
  }
}
body.rwd .lp__video-title-img {
  width: 150px;
  height: 122px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-title-img {
    width: 34%;
    height: auto;
  }
}
body.rwd .lp__video-title {
  font-size: 56px;
  font-weight: bold;
  line-height: 2em;
  color: #4173c8;
}
@media not all and (min-resolution: 0.001dpcm) {
  body.rwd .lp__video-title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-title {
    font-size: 6vw;
    letter-spacing: 0.1em;
    line-height: 1.25em;
  }
}
body.rwd .lp__video-title .small {
  font-size: 80%;
}
body.rwd .lp__video-wrap {
  width: 100%;
  height: 100%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-wrap {
    max-width: 100%;
  }
}
body.rwd .lp__video-wrap::after {
  background-color: #CBDFF4;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 0;
}
body.rwd .lp__video-description {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-description {
    margin-top: 5%;
  }
}
body.rwd .lp__video-description img {
  width: 5%;
  height: auto;
}
body.rwd .lp__video-description-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-description-title {
    font-size: 3.8vw;
    width: 100%;
  }
}
body.rwd .lp__video-description-lists {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-description-lists {
    padding-left: 0;
  }
}
body.rwd .lp__video-description-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
body.rwd .lp__video-description-list p {
  font-size: 42px;
  font-weight: 600;
  line-height: 2em;
}
@media not all and (min-resolution: 0.001dpcm) {
  body.rwd .lp__video-description-list p {
    padding-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  body.rwd .lp__video-description-list p {
    letter-spacing: 0.12em;
    font-size: 3.8vw;
  }
}
body.rwd .lp__feature {
  padding: 0 7.17949vw 0 7.69231vw;
  background-color: #cbdff4;
  position: relative;
  margin: 10% auto 15%;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__feature {
    margin-top: 13%;
  }
}
body.rwd .lp__feature::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #CBDFF4;
  width: 120%;
  height: 250px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 45%);
          transform: translate(-50%, 45%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__feature::after {
    height: 20.51282vw;
  }
}
body.rwd .lp__feature-container {
  max-width: 805px;
  margin: 0 auto;
  position: relative;
}
body.rwd .lp__feature-banner {
  position: absolute;
  width: 100%;
  top: -3%;
  left: 0;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__feature-banner {
    width: 92%;
    left: 4%;
  }
}
body.rwd .lp__feature-content {
  padding-top: 35%;
}
body.rwd .lp__feature-item {
  background-color: #fff;
  margin-left: 10%;
  margin-bottom: 5%;
  padding: 5% 9% 5% 13%;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__feature-item {
    border-radius: 5%;
  }
}
body.rwd .lp__feature-item-number {
  position: absolute;
  left: -10%;
  width: 20%;
  height: auto;
}
body.rwd .lp__feature-item-header {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__feature-item-header {
    font-size: 5.41vw;
  }
}
body.rwd .lp__feature-item-header .small {
  font-size: 80%;
}
body.rwd .lp__feature-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.rwd .lp__feature-item-details p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 33px;
  margin-right: 5%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__feature-item-details p {
    font-size: 3.2vw;
  }
}
body.rwd .lp__feature-item-details img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__feature-item-details img {
    width: 25%;
  }
}
body.rwd .lp__case {
  max-width: 805px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__case {
    padding: 0 7.17949vw 0 7.69231vw;
  }
}
body.rwd .lp__case-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 20% auto 3%;
  font-size: 56px;
  font-weight: bold;
  color: #4173C8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__case-title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 391px) {
  body.rwd .lp__case-title {
    font-size: 6.4vw;
  }
}
body.rwd .lp__case-title::before, body.rwd .lp__case-title::after {
  background-color: #4173C8;
  content: "";
  display: block;
  width: 5px;
  height: 102%;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
body.rwd .lp__case-title::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
body.rwd .lp__case-title::after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
body.rwd .lp__case-box {
  background-color: #fff;
  border: 6px solid #4173C8;
  border-radius: 90px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__case-box {
    border-radius: 7.69231vw;
    border: 3px solid #4173C8;
  }
}
body.rwd .lp__case-question {
  background-color: #ffff95;
  border-top-right-radius: 85px;
  border-top-left-radius: 85px;
  padding: 40px 55px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__case-question {
    border-top-right-radius: 7.49231vw;
    border-top-left-radius: 7.49231vw;
    padding: 30px;
  }
}
body.rwd .lp__case-question span {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__case-question span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 391px) {
  body.rwd .lp__case-question span {
    font-size: 6.4vw;
  }
}
body.rwd .lp__case-answers {
  padding: 40px 60px 55px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__case-answers {
    padding: 30px;
  }
}
body.rwd .lp__case-answer {
  font-size: 28px;
  text-indent: -1.3em;
  padding-left: 1em;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__case-answer {
    font-size: 4.61538vw;
  }
}
@media screen and (max-width: 391px) {
  body.rwd .lp__case-answer {
    font-size: 4.2vw;
  }
}
body.rwd .lp__case-answer .ls60 {
  letter-spacing: 0.06em;
}
body.rwd .lp__case-text {
  margin: 5% auto 8%;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.7em;
  text-align: center;
  color: #4173C8;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__case-text {
    font-size: 4.4vw;
  }
}
body.rwd .lp__faq {
  padding: 0 7.18%;
  background-color: #cbdff4;
  position: relative;
  margin: 8% auto 13%;
}
body.rwd .lp__faq::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #CBDFF4;
  width: 120%;
  height: 20.51282vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 45%);
          transform: translate(-50%, 45%);
  z-index: 0;
  isolation: isolate;
}
body.rwd .lp__faq-container {
  max-width: 805px;
  margin: 0 auto;
}
body.rwd .lp__faq-title {
  position: relative;
  padding: 10% 0 80px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4173C8;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__faq-title {
    font-size: 7.2vw;
  }
}
body.rwd .lp__faq-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4vw;
  left: 0;
  bottom: 0;
  background: url("img/lp_img_underline.svg") no-repeat;
}
body.rwd .lp__faq-box {
  background-color: #fff;
  border-radius: 90px;
  margin-bottom: 8%;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__faq-box {
    border-radius: 7.69231vw;
  }
}
body.rwd .lp__faq-question {
  padding: 5%;
  font-size: 45px;
  line-height: 1.4em;
  position: relative;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__faq-question {
    font-size: 6.4vw;
  }
}
body.rwd .lp__faq-question img {
  width: 90px;
  height: 115px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__faq-question img {
    width: 13%;
    height: 12vw;
  }
}
body.rwd .lp__faq-question .small {
  font-size: 80%;
}
@media not all and (min-resolution: 0.001dpcm) {
  body.rwd .lp__faq-question p {
    width: calc(100% - 110px);
  }
}
body.rwd .lp__faq-answer {
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  background-color: #ffff95;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  padding: 2% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__faq-answer {
    font-size: 4.5vw;
    border-bottom-right-radius: 7.69231vw;
    border-bottom-left-radius: 7.69231vw;
  }
}
body.rwd .lp__faq-answer img {
  width: 90px;
  height: 115px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__faq-answer img {
    width: 13%;
    height: 12vw;
  }
}
body.rwd .lp__faq-answer p {
  padding: 20px 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  body.rwd .lp__faq-answer p {
    width: calc(100% - 110px);
  }
}
body.rwd .lp__faq-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.rwd .lp__faq-link {
  position: relative;
  font-size: 33px;
  padding-right: 5%;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__faq-link {
    font-size: 4.61vw;
  }
}
body.rwd .lp__faq-link::after {
  content: "";
  position: absolute;
  width: 13%;
  height: 100%;
  right: 0;
  top: 0;
  background: url("img/lp_icon_arrow.svg") no-repeat;
}
body.rwd .lp__note {
  max-width: 805px;
  margin: 0 auto;
  padding: 5% 0;
  font-size: 24px;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  body.rwd .lp__note {
    font-size: 4.61538vw;
    padding: 5% 8%;
  }
}
@media screen and (max-width: 391px) {
  body.rwd .lp__video-title {
    font-size: 6.9vw;
    letter-spacing: 0.01em;
  }
  body.rwd .lp__case-title {
    font-size: 6.4vw;
  }
  body.rwd .lp__case-answer {
    font-size: 4.2vw;
  }
  body.rwd .lp__case-question span {
    font-size: 6.4vw;
  }
}
body.rwd .header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
body.rwd .header .headerContent {
  padding: 0 15px;
  border-bottom: solid 1px #c4c4c4;
}
body.rwd .header .headerContent #navGlobal .btnTy01 {
  color: transparent;
}
body.rwd .header .headerContent #navGlobal .btnTy01 > button::before,
body.rwd .header .headerContent #navGlobal .btnTy01 > button::after {
  background-color: #03c5f7;
}
body.rwd .header .headerContent #navGlobal .btnTy01 > button > span::before {
  background-color: #fff;
}
body.rwd .header .headerContent > .inner {
  position: relative;
  max-width: 980px;
  padding: 1.25em 0 2.3rem;
  margin: 0 auto;
}
body.rwd .header .headerContent .logo {
  margin-bottom: 0;
}
body.rwd .header .headerContent .logo img {
  height: 36px;
}
body.rwd .header .headerContent .btnTy01 {
  position: absolute;
  top: 1.25em;
  right: 0;
  width: 48px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0074cc;
  text-align: center;
}
body.rwd .header .headerContent .btnTy01.myPage {
  right: 72px;
  width: 61px;
}
body.rwd .header .headerContent .btnTy01.myPage :hover {
  opacity: 0.7;
}
body.rwd .header .headerContent .btnTy01.myPage > a {
  display: block;
  text-decoration: none;
}
body.rwd .header .headerContent .btnTy01.myPage > a > img {
  max-width: 30px;
  display: block;
  margin: 0 auto 4px;
}
body.rwd .header .headerContent .btnTy01 > button {
  width: 100%;
  padding-top: 34px;
}
body.rwd .header .headerContent .btnTy01 > button::before,
body.rwd .header .headerContent .btnTy01 > button::after {
  position: absolute;
  left: calc(50% - 16px);
  width: 32px;
  height: 4px;
  content: "";
  background-color: #0074cc;
  border-radius: 2px;
}
body.rwd .header .headerContent .btnTy01 > button::before {
  top: 1px;
}
body.rwd .header .headerContent .btnTy01 > button::after {
  top: 20px;
}
body.rwd .header .headerContent .btnTy01 > button.isView {
  position: relative;
  top: 5px;
  right: 15px;
}
body.rwd .header .headerContent .btnTy01 > button.isView::before,
body.rwd .header .headerContent .btnTy01 > button.isView::after {
  width: 100%;
  height: 6px;
}
body.rwd .header .headerContent .btnTy01 > button.isView::before {
  top: 20px;
  left: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.rwd .header .headerContent .btnTy01 > button.isView::after {
  top: 20px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.rwd .header .headerContent .btnTy01 > button.isView > span::before {
  content: none;
}
body.rwd .header .headerContent .btnTy01 > button > span::before {
  position: absolute;
  top: 10px;
  left: calc(50% - 16px);
  width: 32px;
  height: 4px;
  content: "";
  background-color: #0074cc;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  body.rwd .header .headerContent {
    padding: 0 11px;
  }
  body.rwd .header .headerContent > .inner {
    padding: 8px 0;
  }
  body.rwd .header .headerContent .logo img {
    height: 36px;
  }
  body.rwd .header .headerContent .btnTy01 {
    width: 42px;
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    top: 1.57em;
  }
  body.rwd .header .headerContent .btnTy01.myPage {
    right: 39px;
  }
  body.rwd .header .headerContent .btnTy01.myPage > a > img {
    max-width: 17px;
  }
  body.rwd .header .headerContent .btnTy01 > button {
    padding-top: 21px;
  }
  body.rwd .header .headerContent .btnTy01 > button::before,
  body.rwd .header .headerContent .btnTy01 > button::after {
    left: calc(50% - 8px);
    width: 18px;
    height: 2px;
  }
  body.rwd .header .headerContent .btnTy01 > button::before {
    top: 4px;
  }
  body.rwd .header .headerContent .btnTy01 > button::after {
    top: 14px;
  }
  body.rwd .header .headerContent .btnTy01 > button.isView::before,
  body.rwd .header .headerContent .btnTy01 > button.isView::after {
    top: 15px;
  }
  body.rwd .header .headerContent .btnTy01 > button > span::before {
    top: 9px;
    left: calc(50% - 8px);
    width: 18px;
    height: 2px;
  }
}
body.rwd .header .close {
  cursor: pointer;
  height: 30px;
}
body.rwd .header .close img {
  height: 50px;
  position: absolute;
  right: 10px;
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.overflow {
  overflow: hidden;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mx1366 {
  display: none;
}
@media screen and (max-width: 1366px) {
  .mx1366 {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc-1366 {
  display: block;
}
@media screen and (max-width: 1366px) {
  .pc-1366 {
    display: none;
  }
}

.decor {
  position: relative;
  isolation: isolate;
}
.decor::after {
  content: "";
  position: absolute;
  width: 102%;
  border: 12px solid #ffff95;
  border-radius: 30px;
  left: -1%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .decor::after {
    border: 6px solid #ffff95;
  }
}

.decor2 {
  position: relative;
  isolation: isolate;
  display: inline-block;
}
.decor2::after {
  content: "";
  position: absolute;
  width: 102%;
  border: 12px solid #ffff95;
  border-radius: 30px;
  left: -1%;
  bottom: 3px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .decor2::after {
    border: 6px solid #ffff95;
  }
}

.small {
  font-size: 80%;
}

/*# sourceMappingURL=/main.css.map */