@charset "UTF-8";
@media screen and (min-width: 769px), print {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  .row {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
  .inner {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
  .footer {
    text-align: center;
    padding: 27px 0 81px;
  }
  .footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer ul li {
    font-size: 27px;
    color: #000;
  }
  .footer ul li:not(:last-child) {
    position: relative;
  }
  .footer ul li:not(:last-child)::after {
    content: "｜";
    position: absolute;
    top: 50%;
    right: -19.8px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer ul li a {
    color: #000;
  }
  .footer ul li:not(:last-child) {
    margin-right: 13.5px;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv .text_top {
    background-color: #0164b0;
    color: #fff;
    font-size: 23.4px;
    font-weight: bold;
    text-align: center;
    padding: 4.5px;
  }
  .p_top .mv .countDownWrap {
    font-weight: bold;
    background-color: #fffc98;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13.5px;
  }
  .p_top .mv .countDownWrap span {
    display: block;
    font-size: 27.9px;
    line-height: 1.16129;
    font-weight: bold;
    margin-right: 7.2px;
  }
  .p_top .mv .countDownWrap p {
    font-size: 36px;
    color: #ff647c;
  }
  .p_top .mv .countDownWrap p i {
    font-style: normal;
    font-size: 66.6px;
    line-height: 1;
    display: inline-block;
  }
  .p_top .mv .form {
    width: 100%;
    position: absolute;
    bottom: 30.6px;
    left: 0;
  }
  .p_top .sec img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .p_top .form .f_txtError {
    font-size: 25.2px;
    margin-bottom: 3.6px;
    color: #f00;
  }
  .p_top .form .f_btn {
    width: 693.9px;
    border: 0;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_top .form .f_txt {
    font-weight: normal;
    font-size: 27px;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.5px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 32.4px;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 41.4px;
    color: #000;
  }
  .p_top .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    border-width: 0.9px;
    border-color: #959595;
    border-style: solid;
    -moz-border-radius: 4.5px;
         border-radius: 4.5px;
    background-color: white;
    width: 30.6px;
    height: 30.6px;
  }
  .p_top .form .checkboxWr label span::after {
    left: 10.8px;
    top: 12.6px;
    width: 9px;
    height: 18px;
    border: solid #000;
    border-width: 0 3.6px 3.6px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .btn .btn_off {
    -webkit-animation-name: UpDown;
       -moz-animation-name: UpDown;
            animation-name: UpDown;
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
       -moz-animation-direction: alternate;
            animation-direction: alternate;
    display: block;
  }
  .btn .btn_on {
    display: none;
  }
  .btn.on .btn_on {
    display: block;
    -webkit-animation-name: UpDown;
       -moz-animation-name: UpDown;
            animation-name: UpDown;
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
       -moz-animation-direction: alternate;
            animation-direction: alternate;
  }
  .btn.on .btn_off {
    display: none;
  }
  .p_child {
    height: 100%;
  }
  .p_child .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
  }
  .p_child .container main {
    width: 100%;
  }
  .p_child .container .privacy {
    width: 337.5px;
    margin: 13.5px auto;
    background: #fff;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 27px 0px 36px;
  }
  .p_child .container .privacy h2 {
    text-align: center;
    font-size: 23.4px;
    line-height: 1.39286;
    font-weight: 900;
    color: #000;
  }
  .p_child .container .privacy .con {
    margin-top: 36px;
  }
  .p_child .container .privacy .con .txt {
    font-size: 12.6px;
    line-height: 21.6px;
    color: #000;
    margin-bottom: 27px;
    font-weight: 500;
  }
  .p_child .container .privacy .con dl + dl {
    margin-top: 22.5px;
  }
  .p_child .container .privacy .con dl dt {
    font-size: 12.6px;
    line-height: 21.6px;
    font-weight: 500;
    color: #000;
  }
  .p_child .container .privacy .con dl dd {
    font-size: 12.6px;
    line-height: 21.6px;
    font-weight: 500;
    color: #000;
  }
  .p_child .container .privacy .con dl dd a {
    color: #000;
  }
  .p_child .container .footer {
    width: 100%;
    margin-top: auto;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 100vw;
    margin: 0 auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 1.81159vw;
    padding-right: 1.81159vw;
  }
  .inner {
    padding-left: 1.81159vw;
    padding-right: 1.81159vw;
  }
  .footer {
    text-align: center;
    padding: 3.62319vw 0 10.86957vw;
  }
  .footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer ul li {
    font-size: 3.62319vw;
    color: #000;
  }
  .footer ul li:not(:last-child) {
    position: relative;
  }
  .footer ul li:not(:last-child)::after {
    content: "｜";
    position: absolute;
    top: 50%;
    right: -2.657vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer ul li a {
    color: #000;
  }
  .footer ul li:not(:last-child) {
    margin-right: 1.81159vw;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv .text_top {
    background-color: #0164b0;
    color: #fff;
    font-size: 3.1401vw;
    font-weight: bold;
    text-align: center;
    padding: 0.60386vw;
  }
  .p_top .mv .countDownWrap {
    font-weight: bold;
    background-color: #fffc98;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.81159vw;
  }
  .p_top .mv .countDownWrap span {
    display: block;
    font-size: 3.74396vw;
    line-height: 1.16129;
    font-weight: bold;
    margin-right: 0.96618vw;
  }
  .p_top .mv .countDownWrap p {
    font-size: 4.83092vw;
    color: #ff647c;
  }
  .p_top .mv .countDownWrap p i {
    font-style: normal;
    font-size: 8.9372vw;
    line-height: 1;
    display: inline-block;
  }
  .p_top .mv .form {
    width: 100%;
    position: absolute;
    bottom: 4.10628vw;
    left: 0;
  }
  .p_top .sec img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .p_top .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.48309vw;
    color: #f00;
  }
  .p_top .form .f_btn {
    width: 93.11594vw;
    border: 0;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_top .form .f_txt {
    font-weight: normal;
    font-size: 3.62319vw;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.60386vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 4.34783vw;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.55556vw;
    color: #000;
  }
  .p_top .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    border-width: 0.12077vw;
    border-color: #959595;
    border-style: solid;
    -moz-border-radius: 0.60386vw;
         border-radius: 0.60386vw;
    background-color: white;
    width: 4.10628vw;
    height: 4.10628vw;
  }
  .p_top .form .checkboxWr label span::after {
    left: 1.44928vw;
    top: 1.69082vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .btn .btn_off {
    display: block;
    -webkit-animation-name: UpDown;
       -moz-animation-name: UpDown;
            animation-name: UpDown;
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
       -moz-animation-direction: alternate;
            animation-direction: alternate;
  }
  .btn .btn_on {
    display: none;
  }
  .btn.on .btn_on {
    display: block;
    -webkit-animation-name: UpDown;
       -moz-animation-name: UpDown;
            animation-name: UpDown;
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
       -moz-animation-direction: alternate;
            animation-direction: alternate;
  }
  .btn.on .btn_off {
    display: none;
  }
  .p_child {
    height: 100%;
  }
  .p_child .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
  }
  .p_child .container main {
    width: 100%;
  }
  .p_child .container .privacy {
    width: 45.28986vw;
    margin: 1.81159vw auto;
    background: #fff;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    padding: 3.62319vw 0vw 4.83092vw;
  }
  .p_child .container .privacy h2 {
    text-align: center;
    font-size: 3.1401vw;
    line-height: 1.39286;
    font-weight: 900;
    color: #000;
  }
  .p_child .container .privacy .con {
    margin-top: 4.83092vw;
  }
  .p_child .container .privacy .con .txt {
    font-size: 1.69082vw;
    line-height: 2.89855vw;
    color: #000;
    margin-bottom: 3.62319vw;
    font-weight: 500;
  }
  .p_child .container .privacy .con dl + dl {
    margin-top: 3.01932vw;
  }
  .p_child .container .privacy .con dl dt {
    color: #000;
    font-weight: 500;
  }
  .p_child .container .privacy .con dl dd {
    font-size: 1.69082vw;
    line-height: 2.89855vw;
    font-weight: 500;
    color: #000;
  }
  .p_child .container .privacy .con dl dd a {
    color: #000;
  }
  .p_child .container .footer {
    width: 100%;
    margin-top: auto;
  }
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -moz-transform: translateY(-15px);
         transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
         transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
       -moz-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes dokidoki {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  40% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  60% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
