@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*============================================================================
               header
============================================================================ */
.ly_header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ff3d8b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: 0.2s ease-in-out;
}
.ly_header.__active {
  background: #fff;
}
.ly_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 40px;
  height: 105px;
}
@media screen and (max-width: 744px) {
  .ly_header_inner {
    margin-right: 20px;
    margin-right: 5.3333333333vw;
    margin-left: 20px;
    margin-left: 5.3333333333vw;
    height: 80px;
  }
}
.ly_header_logo img {
  width: auto;
  height: 57px;
}
@media screen and (max-width: 744px) {
  .ly_header_logo img {
    height: 46px;
  }
}

html.js_scroll_prevent {
  width: 100%;
  height: 100%;
  position: fixed;
}

.ly_footer {
  background: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 744px) {
  .ly_footer {
    padding-top: 80px;
    padding-top: 21.3333333333vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
}
.ly_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .ly_footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 744px) {
  .ly_footer_logo {
    width: 226px;
    width: 60.2666666667vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    margin-left: -0.5em;
  }
}
.ly_footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 744px) {
  .ly_footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: unset;
  }
}
.ly_footer_nav li:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 744px) {
  .ly_footer_nav li:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }
}

.ly_footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  background: #ff3d8b;
  height: 22px;
}
@media screen and (max-width: 744px) {
  .ly_footer_copyright {
    font-size: 11px;
    font-size: 2.9333333333vw;
    height: 28px;
    height: 7.4666666667vw;
  }
}

.ly_header_hamBtn {
  display: none;
  right: 0;
  top: 0;
  text-decoration: none;
  appearance: none;
  border: none;
  background: none;
  width: 40px;
  height: 28px;
  outline: none;
  transition: 0.4s ease;
  position: relative;
}
@media screen and (max-width: 744px) {
  .ly_header_hamBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ly_header_hamBtn::before, .ly_header_hamBtn::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #ff3d8b;
  transition: 0.2s ease-in-out;
}
.ly_header_hamBtn::before {
  top: 0;
}
.ly_header_hamBtn::after {
  top: 24px;
}
.ly_header_hamBtn .__line {
  display: block;
  width: 100%;
  height: 4px;
  background: #ff3d8b;
}
.ly_header_hamBtn .__hidden {
  display: none;
}

.ly_header_hamBtn[aria-expanded=true]::before {
  transform: rotate(45deg);
  top: 12px;
}
.ly_header_hamBtn[aria-expanded=true]::after {
  transform: rotate(-45deg);
  top: 12px;
}
.ly_header_hamBtn[aria-expanded=true] .__line {
  display: none;
}

.ly_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 744px) {
  .ly_header_nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 80px;
    background: #fff;
    width: 100%;
    padding-top: 60px;
    padding-top: 16vw;
    padding-bottom: 100px;
    padding-bottom: 26.6666666667vw;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
    overflow-y: auto;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
}
.ly_header_nav li {
  font-weight: 500;
}
.ly_header_nav li:not(:first-child) {
  margin-left: 40px;
}
@media screen and (min-width: 1281px) {
  .ly_header_nav li:not(:first-child) {
    margin-left: 64px;
  }
}
@media screen and (max-width: 744px) {
  .ly_header_nav li {
    margin-left: 0 !important;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .ly_header_nav li.hp_activeSmp {
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: 400;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
  }
}
.ly_header_navReq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
  background: #ff3d8b;
  border-radius: 4px;
  height: 42px;
  padding: 0 16px;
}
@media screen and (max-width: 744px) {
  .ly_header_navReq {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    height: 46px;
    height: 12.2666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.ly_header_nav.__active {
  visibility: visible;
  opacity: 1;
}

body {
  width: 100%;
}
body > div {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

main {
  position: relative;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 115px;
  overflow: clip;
}
@media screen and (max-width: 744px) {
  main {
    padding-top: 160px;
    padding-top: 42.6666666667vw;
  }
}

.ly_wrapBase {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .ly_wrapBase {
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}

.ly_wrapWide {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .ly_wrapWide {
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}

.ly_contents_block {
  background: #fff;
  border-radius: 20px;
  padding: 90px;
  box-shadow: 4px 4px 52px rgba(255, 61, 139, 0.1);
}
@media screen and (max-width: 744px) {
  .ly_contents_block {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 15px;
    padding: 4vw;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
    border-radius: 0;
  }
}

#ez-toc-container {
  background: #fff5f9 !important;
  border: 1px solid #ff3d8b !important;
  border-radius: 8px !important;
  width: 100% !important;
  margin-top: 1em !important;
  padding: 16px 20px !important;
}
#ez-toc-container .ez-toc-js-icon-con {
  border-color: #ff3d8b !important;
}
#ez-toc-container .ez-toc-js-icon-con svg {
  fill: #ff3d8b !important;
  color: #ff3d8b !important;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li {
  margin: 5px 0 !important;
}