@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background-color: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    background-color: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

ins {
    text-decoration: none;
}

mark {
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: 0;
    border-top: 1px solid #000000;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    font-size: 0;
    line-height: 0;
    vertical-align: top;
}

* {
    box-sizing: border-box !important;
    font-size: 1.4rem;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    background-image: url('../images/bg.png');
    background-repeat: repeat;
    background-size: 50%;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: 'palt'1;
    font-size: 1.0rem;
    font-style: normal;
    letter-spacing: 0.08em;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    body {
        background-size: 100%;
    }
}


@font-face {
    body {
        font-family: "Yu Gothic M";
        src: local("Yu Gothic Medium");
    }
}

@font-face {
    body {
        font-family: "Yu Gothic M";
        font-weight: bold;
        src: local("Yu Gothic Bold");
    }
}

a {
    -webkit-transition: 0.3s;
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    a:hover {
        opacity: 1;
    }
}

::-moz-selection {
    background-color: #000000;
    color: #fff;
}

::selection {
    background-color: #000000;
    color: #fff;
}

input[type="submit"],
input[type="button"] {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}

.is-pc {
    display: inline-block;
}

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

.is-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .is-sp {
        display: inline-block;
    }
}

/* IE11 */
_:lang(x)::-ms-backdrop,
body {
    font-feature-settings: normal;
}

/* Edge */
_:-ms-lang(x)::backdrop,
body {
    font-feature-settings: normal;
}

.lity-close {
    background-image: url("../js/lity/icon_close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    right: 25px;
    top: 25px;
    width: 30px;
}

@media screen and (max-width: 1080px) {
    .lity-close {
        height: 2.77778vw;
        right: 2.31481vw;
        top: 2.31481vw;
        width: 2.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .lity-close {
        height: 4vw;
        right: 3.33333vw;
        top: 3.33333vw;
        width: 4vw;
    }
}

.lity-close:hover {
    background-image: url(../js/lity/icon_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.lity-close:active {
    background-image: url(../js/lity/icon_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 25px;
}

@media screen and (max-width: 1080px) {
    .lity-close:active {
        top: 2.31481vw;
    }
}

@media screen and (max-width: 750px) {
    .lity-close:active {
        top: 3.33333vw;
    }
}

.l-container {
    margin: 0 auto;
    padding: 0 20px;
    width: 1080px;
}

@media screen and (max-width: 1080px) {
    .l-container {
        padding: 0 1.85185vw;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .l-container {
        padding: 0 2.66667vw;
    }
}

.p-section1 {
    background-image: url(../images/section_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 0 auto;
    padding-top: 1475px;
    top: -60px;
    position: relative;
    width: 1080px;
}

@media screen and (max-width: 1080px) {
    .p-section1 {
        padding-top: 138%;
        background-size: cover;
        width: 100vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section1 {
        background-image: url('../images/section_01_sp.png');
        background-size: cover;
        padding-top: 254%;
        top: 0;
        width: 100%;
    }
}

.p-section1__date {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-image: url(../images/bg_date.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 1400px;
    display: -webkit-box;
    display: flex;
    height: 100px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 908px;
    z-index: 0;
}

@media screen and (max-width: 1080px) {
    .p-section1__date {
        top: 240vw;
        height: 19.25926vw;
        width: 84.07407vw;
    }
}

.p-section1__date__text {
    color: #ffffff;
    font-size: 4.8rem;
    font-weight: bold;
}

@media screen and (max-width: 1080px) {
    .p-section1__date__text {
        font-size: 4.44444vw;
    }
}

.p-section1__date__text span {
    font-size: 3.5rem;
}

@media screen and (max-width: 1080px) {
    .p-section1__date__text span {
        font-size: 3.24074vw;
    }
}

.p-section2 {
    background-image: url('../images/section_02.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 0 auto;
    position: relative;
    padding-top: 1850px;
    width: 1080px;
}

@media screen and (max-width: 1080px) {
    .p-section2 {
        padding-top: 171.42593%;
        width: 100vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section2 {
        background-image: url('../images/section_02_sp.png');
        height: 47.6vw;
        padding-top: 270.06667vw;
        width: 100%;
    }
}

.p-section2__movie {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    top: 340px;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.p-section2__youtube {
  position: relative;
  width: 80%;
}

.p-section2__youtube:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.p-section2__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1080px) {

    .p-section2__youtube {
        width: 60%;
    }

    .p-section2__movie {
        top: 340px;
    }
}

@media screen and (max-width: 750px) {
    .p-section2__youtube {
        width: 95%;
    }

    .p-section2__movie {
        top: 140px;
    }
}

.p-section3 {
    background-image: url('../images/section_03.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 50px auto 0;
    padding-top: 581px;
    width: 1000px;
}

@media screen and (max-width: 1080px) {
    .p-section3 {
        background-image: url('../images/section_03_sp.png');
        margin-top: 4.62963vw;
        padding-top: 58.1%;
        width: 92.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section3 {
        background-image: url('../images/section_03_sp.png');
        height: 55.86667vw;
        margin-top: 2.8vw;
        padding-top: 0;
        width: 96.26667vw;
    }
}

.p-section4 {
    background-image: url('../images/section_04.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 0 auto;
    padding-top: 1669px;
    width: 1080px;
}

@media screen and (max-width: 1080px) {
    .p-section4 {
        background-image: url('../images/section_04_sp.png');
        padding-top: 154.53704%;
        width: 100vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section4 {
        background-image: url('../images/section_04_sp.png');
        height: 154.53333vw;
        padding-top: 0;
        width: 100%;
    }
}

.p-section5 {
    background-image: url('../images/section_05.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 30px auto 0;
    padding-top: 371px;
    width: 1021px;
}

@media screen and (max-width: 1080px) {
    .p-section5 {
        margin-top: 2.77778vw;
        padding-top: 34.35185%;
        width: 94.53704vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section5 {
        background-image: url('../images/section_05_sp.png');
        height: 35.46667vw;
        margin-top: 2.53333vw;
        padding-top: 0;
        width: 98.13333vw;
    }
}

.p-section6 {
    background-image: url('../images/section_06.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 32px auto 0;
    padding-top: 1430px;
    position: relative;
    width: 1000px;
}

@media screen and (max-width: 1080px) {
    .p-section6 {
        margin-top: 2.96296vw;
        padding-top: 134.01852%;
        width: 92.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section6 {
        background-image: url('../images/section_06_sp.png');
        height: 105.86667vw;
        margin-top: 3.06667vw;
        padding-top: 298vw;
        width: 96.26667vw;
    }
}

.p-section6__topics {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    bottom: 700px;
    display: -webkit-box;
    display: flex;
    left: -50px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.p-section6__topics img {
    width: 30%;
}

@media screen and (max-width: 1080px) {
    .p-section6__topics {
        bottom: 66.1vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section6__topics {
        bottom: 158.8vw;
        left: -15px;
    }
}

.p-section7 {
    background-image: url('../images/section_07.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 50px auto 0;
    padding-top: 800px;
    position: relative;
    width: 1000px;
}

@media screen and (max-width: 1080px) {
    .p-section7 {
        margin-top: 3.75926vw;
        padding-top: 73.90741%;
        width: 92.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section7 {
        background-image: url('../images/section_07_sp.png');
        height: 115.73333vw;
        margin-top: 3.46667vw;
        padding-top: 123vw;
        width: 96.26667vw;
    }
}

.p-section7__date {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    bottom: 100px;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 1080px) {
    .p-section7__date {
        bottom: 9.1vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section7__date {
        bottom: 8.8vw;
    }
}

.p-section7__date__text {
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .p-section7__date__text {
        font-size: 4.44444vw;
    }
}

.p-section7__date__text span {
    font-size: 3.5rem;
}

@media screen and (max-width: 1080px) {
    .p-section7__date__text span {
        font-size: 3.24074vw;
    }
}

.p-section8 {
    background-image: url('../images/section_08.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 50px auto 0;
    padding-top: 700px;
    position: relative;
    width: 1000px;
}
.p-section11 {
    background-image: url('../images/section_11.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 50px auto 0;
    padding-top: 700px;
    position: relative;
    width: 1000px;
}

@media screen and (max-width: 1080px) {
    .p-section8 {
        margin-top: 3.31481vw;
        padding-top: 63.88889%;
        width: 92.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section8 {
        background-image: url('../images/section_08_sp.png');
        height: 130.93333vw;
        margin-top: 3vw;
        padding-top: 0;
        width: 96.26667vw;
    }
    .p-section11 {
        background-image: url('../images/section_11_sp.png');
        height: 200.93333vw;
        margin-top: 3vw;
        padding-top: 0;
        width: 96.26667vw;
    }
}

.p-form__formBox {
    left: 0;
    margin: 30px auto 0;
    padding: 140px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 720px;
}

@media screen and (max-width: 1080px) {
    .p-form__formBox {
        margin: 2.77778% auto 0;
        padding: 13.44444vw 0 0;
        width: 66.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .p-form__formBox {
        margin: 0 auto;
        padding: 15vw 0 0;
        width: 73.33333vw;
    }
}

.p-form__formBox form input,
.p-form__formBox form select,
.p-form__formBox form textarea {
    -webkit-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 16px;
    outline: none;
    padding: 7px 5px;
    width: 100%;
}

.p-form__formBox form textarea {
    height: calc(1.3em * 5);
    line-height: 1.3;
}

@media screen and (max-width: 1080px) {

    .p-form__formBox form input,
    .p-form__formBox form select,
    .p-form__formBox form textarea {
        font-size: 1.48148vw;
        padding: 0.64815vw 0.46296vw;
    }
}

@media screen and (max-width: 750px) {

    .p-form__formBox form input,
    .p-form__formBox form select,
    .p-form__formBox form textarea {
        font-size: 4.26667vw;
        padding: 1.86667vw 1.33333vw;
    }
}

.p-form__formBox form button {
    -webkit-transition-duration: 0.3s;
    background: #808026;
    border: 2px solid #808026;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inherit;
    font-size: 14px;
    margin: 30px auto 0;
    outline: none;
    padding: 10px 0;
    transition-duration: 0.3s;
    width: 515px;
}

@media screen and (max-width: 1080px) {
    .p-form__formBox form button {
        border-radius: 1.14815vw;
        font-size: 1.2963vw;
        margin: 2.77778vw auto 0;
        padding: 0.92593vw 0;
        width: 47.68519vw;
    }
}

@media screen and (max-width: 750px) {
    .p-form__formBox form button {
        border-radius: 3.33333vw;
        font-size: 3.73333vw;
        margin: 5.33333vw auto 0;
        padding: 1.86667vw 0;
        width: 100%;
    }
}

.p-form__formBox form button:hover {
    background: #fff;
    color: #808026;
}

.p-form__formBox form dl {
    -webkit-box-pack: justify;
    /*  border-bottom: 1px dashed #7d7d7d;*/
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

@media screen and (max-width: 1080px) {
    .p-form__formBox form dl {
        padding: 1.85185vw 0;
    }
}

@media screen and (max-width: 750px) {
    .p-form__formBox form dl {
        display: block;
        padding: 1.66667vw 0;
    }
}

.p-form__formBox form dl dd,
.p-form__formBox form dl dt {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
}

.p-form__formBox form dl dt {
    font-size: 1.6rem;
    width: 185px;
}

@media screen and (max-width: 1080px) {
    .p-form__formBox form dl dt {
        font-size: 1.48148vw;
        width: 17.12963vw;
    }
}

@media screen and (max-width: 750px) {
    .p-form__formBox form dl dt {
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        font-size: 3.2vw;
        justify-content: space-between;
        width: auto;
    }
}

.p-form__formBox form dl dt label {
    font-weight: bold;
}

.p-form__formBox form dl dd {
    width: 500px;
}

@media screen and (max-width: 1080px) {
    .p-form__formBox form dl dd {
        width: 46.2963vw;
    }
}

@media screen and (max-width: 750px) {
    .p-form__formBox form dl dd {
        margin-top: 1.33333vw;
        width: auto;
    }
}

.p-form__formBox form dl .icon-required {
    background: #CC0000;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 50px;
}

@media screen and (max-width: 1080px) {
    .p-form__formBox form dl .icon-required {
        border-radius: 0.92593vw;
        font-size: 1.2963vw;
        height: 1.85185vw;
        line-height: 1.85185vw;
        width: 4.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .p-form__formBox form dl .icon-required {
        border-radius: 2.66667vw;
        font-size: 2.66667vw;
        height: 4.26667vw;
        line-height: 4.26667vw;
        width: 8vw;
    }
}

.p-form__formBox form dl .name-wrap {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.p-form__formBox form dl .name-wrap .name-box {
    margin: 0 0 0 5px;
    width: 50%;
}

@media screen and (max-width: 1080px) {
    .p-form__formBox form dl .name-wrap .name-box {
        margin: 0 0 0 0.92593vw;
    }
}

.p-form__formBox form dl .name-wrap .name-box input {
    width: 70%;
}

.p-form__formBox form dl .name-wrap .name-box:first-child {
    margin: 0;
}

.p-form__formBox form dl .select-wrap {
    height: 33px;
    width: 100%;
}

@media screen and (max-width: 1080px) {
    .p-form__formBox form dl .select-wrap {
        height: 3.05556vw;
    }
}

.p-form__formBox form dl .select-wrap select {
    background-color: #fff;
    height: 100%;
}

.p-form__formBox form dl:first-child {
    /*  border-top: 1px dashed #7d7d7d;*/
}

.formError {
    opacity: 1 !important;
}

.formError .formErrorContent {
    border: 0;
    box-shadow: none;
    font-size: 12px;
}

@media screen and (max-width: 1080px) {
    .formError .formErrorContent {
        font-size: 1.11111vw;
    }
}

.formError .formErrorArrow div {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}

.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
    width: 0;
}

.formError .formErrorArrow .line3 {
    border: 0;
}

.p-section9 {
    background-image: url('../images/section_09.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 50px auto 0;
    padding-top: 1000px;
    width: 1000px;
}

@media screen and (max-width: 1080px) {
    .p-section9 {
        margin-top: 3.03704vw;
        padding-top: 92.98148%;
        width: 92.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section9 {
        background-image: url('../images/section_09_sp.png');
        height: 110.93333vw;
        margin-top: 3.13333vw;
        padding-top: 117vw;
        width: 96.26667vw;
    }
}

.p-section10 {
    background-image: url('../images/section_10.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin: 50px auto 0;
    padding-bottom: 100px;
    padding-top: 1160px;
    width: 1000px;
}

@media screen and (max-width: 1080px) {
    .p-section10 {
        margin-top: 3.94444vw;
        padding-bottom: 9.25926vw;
        padding-top: 105.37037%;
        width: 92.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section10 {
        background-image: url('../images/section_10_sp.png');
        height: 119.73333vw;
        margin-bottom: 20.33333vw;
        margin-top: 3.86667vw;
        padding-bottom: 3.7037vw;
        padding-top: 0;
        width: 96.26667vw;
    }
}

.p-section10__inner {
    height: 100%;
    position: relative;
}

.p-section10__contact {
    bottom: 200px;
    font-size: 2.5rem;
    font-weight: bold;
    left: 0;
    line-height: 1.5;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.p-section10__contact__link {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 1080px) {
    .p-section10__contact {
        bottom: 16.25926vw;
        font-size: 2.31481vw;
    }
}

@media screen and (max-width: 750px) {
    .p-section10__contact {
        bottom: 3.33333vw;
        font-size: 2.4vw;
    }
}

.p-section10__contact__link a {
    color: #0062FF;
    text-decoration: underline;
}

.p-section10__contact__title {
    text-align: center;
    margin-top: 47px;
    font-weight: normal;
}

@media screen and (max-width: 1080px) {
    .p-section10__contact__title {
        margin-top: 32px;
    }
}

@media screen and (max-width: 750px) {
    .p-section10__contact__title {
        margin-top: 20px;
    }
}

.p-sticky {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 999;
}

.p-sticky__inner {
    padding: 15px 0;
}

@media screen and (max-width: 1080px) {
    .p-sticky__inner {
        padding: 1.38889vw 0;
    }
}

@media screen and (max-width: 750px) {
    .p-sticky__inner {
        padding: 2.66667vw 0;
    }
}

.p-sticky__button {
    font-size: 22px;
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .p-sticky__button {
        font-size: 2.03704vw;
    }
}

@media screen and (max-width: 750px) {
    .p-sticky__button {
        font-size: 3.73333vw;
    }
}

.p-sticky__button a {
    background: #01a214;
    border: 2px solid #01a214;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    width: 500px;
}

@media screen and (max-width: 1080px) {
    .p-sticky__button a {
        border-radius: 3.7037vw;
        padding: 1.38889vw 0;
        width: 46.2963vw;
    }
}

@media screen and (max-width: 750px) {
    .p-sticky__button a {
        border-radius: 5.33333vw;
        padding: 2vw 0;
        width: 66.66667vw;
    }
}