/* PC ================================================== */
@media all and (min-width: 720px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: url("../img/bg.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "halt" 1;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
    text-align: justify;
  }
  .loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 10004;
  }
  .loader {
    /*
            position: fixed;
            top: 50%;
            left: 50%;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-left: -20px;
            text-align: center;
            z-index: 10005;
    */
  }
  #logo35 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 243px;
    height: 271px;
    margin-top: -160px;
    margin-left: -120px;
    text-align: center;
    z-index: 10005;
  }
  .sp {
    display: none;
  }
  #logo-small {
    width: 160px;
    position: fixed;
    top: 32px;
    left: 32px;
  }
  #pctitle {
    width: 20vw;
    position: fixed;
    top: 50%;
    left: 8.5%;
    transform: translateY(-50%);
  }
  #navi {
    width: 264px;
    position: fixed;
    top: 50%;
    right: 10%;
    margin-top: -232px;
  }
  #navi ul {
    margin-bottom: 24px;
  }
  #navi li {
    text-align: center;
    line-height: 42px;
    font-size: 14px;
  }
  #navi li:not(:last-child) {
    margin-bottom: 16px;
  }
  #navi li a {
    display: block;
    color: #2B7FFF;
    background: #fff;
    font-weight: bold;
    height: 42px;
    border-radius: 4px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.6));
  }
  #navi li a:hover {
    color: #FFF700;
    background: #2B7FFF;
  }
  /*
  	#navi li a.pink {
  		background: #E53CFF;
  		color: #FFF;
  	}
  */
  #wrap {
    width: 380px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  }
  header {
    width: 380px;
    padding: 16px 28px 20px;
    box-sizing: border-box;
    background: #fff;
    /*
    		position: absolute;
    		top: 0;
    		left: 50%;
    		z-index: 10000;
    		margin-left: -190px;
    */
  }
  header p {
    width: 128px;
    margin: 0 auto;
  }
  #menu {
    display: none;
  }
  #fv {
    background: #55C2F2;
  }
  #fv img {
    transform: translateY(24px);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #fv.show img {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #btn-area {
    position: relative;
    background: #55C2F2;
    padding-bottom: 20px;
  }
  #btn-area img {
    transform: translateY(24px);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #btn-area.show img {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #btn-coupon {
    width: 90%;
    margin: 0 auto 12px;
    cursor: pointer;
  }
  #btn-coupon:hover {
    filter: brightness(1.2);
  }
  #btn-shop {
    width: 74%;
    margin: 0 auto 16px;
  }
  #btn-shop a img {
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9) !important;
  }
  #btn-coupon:hover, #btn-shop a:hover {
    filter: brightness(1.2);
  }
  #btn-contents {
    width: 90%;
    margin: 12px auto 0;
  }
  #btn-contents a img {
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9) !important;
  }
  #btn-contents a:hover {
    filter: brightness(1.2);
  }
  #coupon {
    background: url(../img/coupon_bg.jpg) no-repeat top;
    background-size: cover;
    padding: 40px 0 10px;
    position: relative;
  }
  #coupon20 {
    width: 90%;
    margin: 0 auto 24px;
  }
  #sl {
    width: 100%;
    height: 141px;
    overflow: hidden;
    display: flex;
    background: #fff;
    padding: 6px 0;
  }
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .support_slides {
    animation: scroll-left 60s infinite linear 0.5s both;
    display: flex;
  }
  .support_slides li {
    width: 140px;
    margin-right: 6px;
  }
  #mieru {
    background: url("../img/support_2.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 102px;
  }
  #mieru .slick-slide {
    margin: 0 4px;
  }
  #contents {
    position: relative;
  }
  #othercp {
    background: #fff;
    padding: 30px 0 24px;
  }
  #othercp h2 {
    margin: 0 auto 16px;
    width: 90%;
  }
  #othercp ul {
    width: 90%;
    margin: 0 auto;
  }
  #othercp ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  #bn1 {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    transform: translateX(16px);
  }
  #bn2 {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    transform: translateX(-16px);
  }
  #bn3 {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    transform: translateX(16px);
  }
  #bn1.show, #bn2.show, #bn3.show {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 1;
    transform: translateX(0);
  }
  a:hover {
    filter: brightness(1.1);
  }
  .toggle {
    display: none;
  }
  .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1s;
  }
  .toggle:checked + .title::after {
    transform: rotate(180deg) !important;
  }
  .toggle:checked + .title {
    border-radius: 2px 2px 0 0;
  }
  #shop {
    padding: 32px 5% 48px;
    background: #fff;
  }
  #shop h2 {
    text-align: center;
    font-size: 19px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 16px;
  }
  #shop h3 {
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    padding: 8px 0;
    margin-bottom: 24px;
  }
  #shop h3:before {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #shop h3:after {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #shop > ul > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .option2 {
    position: relative;
    background: #fff;
  }
  .title2 {
    background: #FFF100;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    cursor: pointer;
    color: #231815;
  }
  .content2 {
    background: #FFF;
    color: #201C3F;
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .content2 a:hover {
    background: #FFF7B6;
  }
  .content2 li {
    text-align: center;
    font-size: 15px;
    line-height: 1em;
    width: 100%;
    margin-bottom: 2px;
  }
  .content2 li a {
    font-weight: bold;
    display: block;
    padding: 14px 0;
    width: 100%;
    background: #EAE5E3;
    color: #000000;
  }
  .content2 li:nth-child(1) {
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  }
  ul.lr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.lr li {
    width: 49.7%;
  }
  ul.lr li.max {
    width: 100%;
  }
  #top {
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 8px;
    right: 8px;
  }
  footer {
    background: #fff;
  }
  .modal__wrapper, .modal__wrapper2, .modal__wrapper3, .modal__wrapper4, .modal__wrapper5 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .modal__layer, .modal__layer2, .modal__layer3, .modal__layer4, .modal__layer5 {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .modal__container, .modal__container2, .modal__container3, .modal__container4, .modal__container5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    width: 30vw;
  }
  .modal__inner, .modal__inner2, .modal__inner3, .modal__inner4, .modal__inner5 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .modal__close, .modal__close2, .modal__close3, .modal__close4, .modal__close5 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -48px;
    right: -20px;
    width: 28px;
    height: 28px;
    color: #fff;
    cursor: pointer;
  }
  .modal__close:hover, .modal__close2:hover, .modal__close3:hover, .modal__close4:hover, .modal__close2:hover {
    opacity: 0.6;
  }
}
/* mobile ================================================== */
@media all and (max-width: 719px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "halt" 1;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
    text-align: justify;
    background: #fff;
  }
  .loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 10004;
  }
  #logo35 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 135px;
    margin-top: -60px;
    margin-left: -60px;
    text-align: center;
    z-index: 10005;
  }
  .pc {
    display: none;
  }
  header {
    width: 100%;
    padding: 16px 28px 20px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
  }
  header p {
    width: 128px;
    margin: 0 auto;
  }
  #fv {
    padding-top: 59px;
    background: #55C2F2;
  }
  #fv img {
    transform: translateY(24px);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #fv.show img {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #btn-area {
    position: relative;
    background: #55C2F2;
    padding-bottom: 20px;
  }
  #btn-area img {
    transform: translateY(24px);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #btn-area.show img {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #btn-coupon {
    width: 90%;
    margin: 0 auto 12px;
  }
  #btn-shop {
    width: 74%;
    margin: 0 auto 24px;
  }
  #btn-shop a img {
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9) !important;
  }
  #btn-contents {
    width: 90%;
    margin: 12px auto 0;
  }
  #btn-contents a img {
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9) !important;
  }
  #coupon {
    background: url(../img/coupon_bg.jpg) no-repeat top;
    background-size: cover;
    padding: 40px 0 10px;
    position: relative;
  }
  #coupon20 {
    width: 90%;
    margin: 0 auto 24px;
  }
  #sl {
    width: 100%;
    height: 141px;
    overflow: hidden;
    display: flex;
    background: #fff;
    padding: 6px 0;
  }
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .support_slides {
    animation: scroll-left 60s infinite linear 0.5s both;
    display: flex;
  }
  .support_slides li {
    width: 140px;
    margin-right: 6px;
  }
  #mieru {
    background: url(../img/support_2.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 102px;
  }
  #mieru .slick-slide {
    margin: 0 4px;
  }
  #contents {
    position: relative;
  }
  #btn-registration {
    width: 90%;
    position: absolute;
    bottom: calc(30px + 10 * (100vw - 320px) / 399);
    left: 50%;
    transform: translateX(-50%);
  }
  #btn-registration a:hover {
    filter: brightness(1.2);
  }
  #othercp ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  #bn1 {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    transform: translateX(16px);
  }
  #bn2 {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    transform: translateX(-16px);
  }
  #bn3 {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    transform: translateX(16px);
  }
  #bn1.show, #bn2.show, #bn3.show {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 1;
    transform: translateX(0);
  }
  #othercp {
    background: #fff;
    padding-top: 16px;
    padding-bottom: 24px;
  }
  #othercp h2 {
    margin: 0 auto 16px;
    width: 90%;
  }
  #othercp ul {
    width: 90%;
    margin: 0 auto;
  }
  #flow {
    background: #EEEBE9;
  }
  #flow ul {
    width: 87%;
    margin: 16px auto 0;
  }
  #flow ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  #f1, #f2, #f3, #f4, #f5 {
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    transform: scale(0.5);
  }
  #f1.show, #f2.show, #f3.show, #f4.show, #f5.show {
    opacity: 1;
    transition: 0.4s cubic-bezier(0.88, -1.28, 0.1, 2.05);
    transform: scale(1);
  }
  #fe {
    transform: translateY(24px);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #fe.show {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #merit {
    background: #D8EFFC;
  }
  #merit ul {
    margin-bottom: 20px;
  }
  #merit ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  #m1, #m2, #m3, #m4 {
    transform: translateY(24px);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #m1.show, #m2.show, #m3.show, #m4.show {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
  }
  #btn-shop2 {
    width: 60%;
    margin: 0 auto;
  }
  #qa {
    background: #D8EFFC;
    padding-bottom: 12px;
  }
  #qa h2 {
    margin-bottom: 12px;
  }
  #acd {
    width: 90%;
    margin: 0 auto;
  }
  .toggle {
    display: none;
  }
  .option {
    position: relative;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 4px;
  }
  .option:before {
    content: "";
    background: url("../img/q.svg") no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 20px;
    top: 24px;
    width: 30px;
    height: 26px;
    z-index: 9999;
  }
  .title, .content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .title {
    background: #2B7FFF;
    padding: 12px 16px 12px 64px;
    width: 100%;
    min-height: 72px;
    box-sizing: border-box;
    height: 60px;
    display: table;
    border-radius: 2px;
  }
  .title span {
    display: table-cell;
    vertical-align: middle;
  }
  .title span h3 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
  }
  .title::after, .title::before {
    content: "";
    position: absolute;
    right: 32px;
    top: 30px;
    width: 20px;
    height: 3px;
    background-color: #D1D0D0;
    transition: all 0.3s;
  }
  .title::after {
    transform: rotate(90deg);
  }
  .content {
    max-height: 0;
    overflow: hidden;
    background: #FFF;
    color: #201C3F;
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .content p {
    padding: 24px 48px 24px 64px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;
    position: relative;
    color: #201C3F;
  }
  .content p:before {
    content: "";
    background: url("../img/a.svg") no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 30px;
    height: 26px;
    z-index: 9999;
  }
  .content p a {
    font-weight: 500;
    color: #2B7FFF;
  }
  .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1s;
  }
  .toggle:checked + .title::after {
    transform: rotate(180deg) !important;
  }
  .toggle:checked + .title {
    border-radius: 2px 2px 0 0;
  }
  #shop {
    padding: 32px 5% 80px;
    background: #fff;
  }
  #shop h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 16px;
  }
  #shop h3 {
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    padding: 8px 0;
    margin-bottom: 24px;
  }
  #shop h3:before {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #shop h3:after {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #shop > ul > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .option2 {
    position: relative;
    background: #fff;
  }
  .title2 {
    background: #FFF100;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    cursor: pointer;
    color: #231815;
  }
  .content2 {
    background: #FFF;
    color: #201C3F;
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .content2 li {
    text-align: center;
    font-size: 15px;
    line-height: 1em;
    width: 100%;
    margin-bottom: 2px;
  }
  .content2 li a {
    font-weight: bold;
    display: block;
    padding: 14px 0;
    width: 100%;
    background: #EAE5E3;
    color: #000000;
  }
  .content2 li:nth-child(1) {
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  }
  ul.lr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.lr li {
    width: 49.7%;
  }
  ul.lr li.max {
    width: 100%;
  }
  #top {
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 8px;
    right: 8px;
  }
  .modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    width: 100%;
    height: 100%;
  }
  .modal__layer {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .modal__wrapper2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
  }
  .modal__layer2 {
    height: 100%;
    background: url("../img/bg_menu.jpg") no-repeat center;
    background-size: cover;
    cursor: pointer;
  }
  .modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 74%;
  }
  .modal__container2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .modal__inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .modal__inner2 {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .modal__close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -32px;
    right: -20px;
    width: 20px;
    height: 20px;
    color: #fff;
    cursor: pointer;
  }
  .modal__close2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -62px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .modal__close:hover {
    opacity: 0.6;
  }
  #btn {
    display: flex;
    justify-content: space-between;
    width: 32px;
    height: 20px;
    cursor: pointer;
    position: fixed;
    top: 21px;
    right: 6%;
    z-index: 100001;
    transition: 0.2s;
  }
  #btn div {
    display: block;
    position: relative;
    width: 32px;
    height: 21px;
  }
  #btn span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
  }
  #btn span:nth-child(1) {
    position: absolute;
    width: 32px;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: 0.1s;
  }
  #btn span:nth-child(2) {
    position: absolute;
    width: 32px;
    top: 8px;
    left: 0;
    z-index: 10000;
    transition: 0.1s;
  }
  #btn span:nth-child(3) {
    position: absolute;
    width: 32px;
    top: 16px;
    left: 0;
    z-index: 10000;
    transition: 0.1s;
  }
  #btn p {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 17px;
    left: 0;
    line-height: 1em;
  }
  #menu-local-trigger {
    width: 100%;
    height: 100%;
    background: url("../img/bg_menu.jpg") no-repeat center;
    background-size: cover;
    padding-top: 30%;
    box-sizing: border-box;
    position: fixed;
    top: 59px;
    right: 0;
    z-index: 100001;
    display: none;
  }
  #nav-local {
    width: 70%;
    margin: 0 auto;
    position: relative;
  }
  #nav-local ul li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 52px;
    margin-bottom: 26px;
    text-align: center;
  }
  #nav-local ul li a {
    display: block;
    color: #2B7FFF;
    background: #fff;
    font-weight: bold;
    height: 52px;
    border-radius: 4px;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  }
  #close {
    width: 40px;
    position: absolute;
    top: -72px;
    right: 0;
  }
}
#checklist {
  background: url("../img/checklist_bg.jpg") no-repeat top;
  background-size: 100%;
}

.checklist {
  padding: 40px 0;
}
@media all and (max-width: 719px) {
  .checklist {
    padding: 45px 0;
  }
}
.checklist__item {
  padding: 0 20px;
}
.checklist__text {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  width: 75%;
}
@media all and (max-width: 719px) {
  .checklist__text {
    font-size: calc(11px + 13 * (100vw - 320px) / 400);
  }
}
.checklist__text span {
  background-color: #ffe323;
  font-weight: 500;
}
.checklist__text small {
  display: block;
  margin-top: 0.25rem;
  font-size: 80%;
}
.checklist #cl1, .checklist #cl2, .checklist #cl3, .checklist #cl4, .checklist #cl5, .checklist #cl6 {
  transform: translateY(24px);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
}
.checklist #cl1.show, .checklist #cl2.show, .checklist #cl3.show, .checklist #cl4.show, .checklist #cl5.show, .checklist #cl6.show {
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s cubic-bezier(0.64, 0.1, 0.43, 0.9);
}
.checklist #cl1 {
  padding: 0;
}
.checklist #cl2 {
  margin-top: 15px;
}
.checklist #cl3 {
  margin-top: -60px;
}
@media all and (max-width: 719px) {
  .checklist #cl3 {
    margin-top: calc((45px + 65 * (100vw - 320px) / 400) * -1);
  }
}
.checklist #cl4 {
  margin-top: -50px;
}
@media all and (max-width: 719px) {
  .checklist #cl4 {
    margin-top: calc((35px + 55 * (100vw - 320px) / 400) * -1);
  }
}
.checklist #cl5 {
  margin-top: -46px;
  position: relative;
}
@media all and (max-width: 719px) {
  .checklist #cl5 {
    margin-top: calc((30px + 40 * (100vw - 320px) / 400) * -1);
  }
}
.checklist #cl6 {
  margin-top: 10px;
  position: relative;
}
@media all and (max-width: 719px) {
  .checklist #cl6 {
    margin-top: calc(10px + 20 * (100vw - 320px) / 400);
  }
}

.registration {
  background-color: #fff;
  text-align: center;
}
.registration__notes {
  margin-top: -15px;
  font-size: 12px;
}
.registration__text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  margin: 20px 0;
}
.registration__btn {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.registration__btn a:hover {
  filter: brightness(1.2);
}/*# sourceMappingURL=style.css.map */