@charset "utf-8";
header {
    position: sticky;
    top: 0;
    z-index: 500;
}


/*--------------------------*/
img{
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}

.backtotop {
    width: 15%;
    bottom: 20px;
}

.backtotop a {
    background-color: unset;
}

/*--------------------------*/

.pageWrap {
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    color: #595857;
    line-height: 1.6;
}
.pageWrap img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    height: auto;
}
.pageWrap *,
.pageWrap *::before,
.pageWrap *::after {
    box-sizing: border-box;
}
.pageWrap a {
    color: inherit;
}
.taC {
    text-align: center;
}
.fontB {
    font-weight: bold;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mtS {
    margin-top: 10px;
}
.mtM {
    margin-top: 15px;
}
.mtL {
    margin-top: 40px;
}
.tdUnderline {
    text-decoration: underline;
}
.iBlock {
    display: inline-block;
}
.linkTraget {
    margin-top: -28vw;
    padding-top: 28vw;
}
.pageHd {
    background-color: #B60081;
    text-align: center;
    padding: 0 25px;
    position: sticky;
    left: 0;
    top: 14.06vw;
    z-index: 500;
}
.pageMenu__btn {
    padding: 0;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 8vw;
    height: 7vw;
    display: block;
    background-color: unset;
    border: none;
    z-index: 700;
}
.pageMenu__btn span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #122a89;
    transition: 0.3s;
}
.pageMenu__btn span:first-child {
    top: 0;
}
.pageMenu__btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.pageMenu__btn span:last-child {
    bottom: 0;
}
.pageMenu__btn.s_open span:first-child {
    top: 50%;
    transform: rotate(45deg);
}
.pageMenu__btn.s_open span:nth-child(2) {
    display: none;
}
.pageMenu__btn.s_open span:last-child {
    top: 50%;
    transform: rotate(-45deg);
}
.pageMenu__content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 600;
}
.pageMenu__content ul {
    position: absolute;
    top: 17.33%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pageMenu__content ul li + li {
    margin-top: 35px;
}
.pageMenu__content ul li a img {
    width: auto;
    max-width: unset;
    height: 30px;
}
.pageMenu__content ul li:last-child a img {
    height: 45px;
}
/* .js_ancTarget {
    margin-top: -30vw;
    padding-top: 30vw;
} */
.kv {
    text-align: center;
}
.kv_inner {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    /* padding: 25px 0 60px; */
}
/* .kv_ancNavWrap {
    padding: 20px 0;
} */
.kv_ancNav {
    width: 100%;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    z-index: 500;
    background-color: #7f1200;
}
.kv_ancNav li a {
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kv_ancNav li:last-child a {
    height: 16px;
}
.kv_ancNav li:last-child {
    transform: translateY(2px);
}
.kv_ancNav li img {
    width: auto;
    height: 100%;
}
.kv_ancNav.s_fixed {
    position: fixed;
    left: 0;
    top: 27.928vw;
}
.kv_btnWrap {
    width: 53.4%;
    margin: 10px auto 30px;
    background-color: #fff;
}
.js_tglBtn {
    display: inline-block;;
    cursor: pointer;;
    width: 69.6%;
}
.btn01 {
    width: 69.6%;
    display: block;;
    margin-left: auto;
    margin-right: auto;
}

.s_close .js_tglContents {
    display: none;;
}

.contentsW {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.contentsW02 {
    width: 100%;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.list01 .p_list01-item + .p_list01-item {
    margin-top: 3px;
}
.list01.s_itemMtM .p_list01-item + .p_list01-item {
    margin-top: 10px;
}
.list01 .p_list01-item-head {
    float: left;
    margin-right: 3px;
}
.list01.s_headW01 .p_list01-item-head {
    width: 4em;
}
.list01.s_headBold .p_list01-item-head {
    font-weight: bold;
}
.list01 .p_list01-item-contents {
    overflow: hidden;
    display: block;
}

.fontSS {
    font-size: 84.45%;/* 10px */
}
.fontL {
    font-size: 118.24%;/* 14px */
}
.fontLL {
    /* font-size: 141.84%; *//* 16px */
    font-size: 126.68%;/* 15px */
}
.fontXL {
    font-size: 141.84%; /* 16px */
}
.fontXXL {
    font-size: 202.7%;/* 24px */
}
.sectionText {
    font-size: 118.24%;/* 14px */
}
.color01 {
    color: #E60012;
}
.lineHM {
    line-height: 1.5;
}

.title01 {
    width: 86.933%;
    margin: 0 auto;
}
.title02 {
    font-weight: bold;
    font-size: 168.91%;/* 20px */
    margin-top: 15px;
    margin-bottom: 3px;
}
.title03 {
    font-size: 143.58%;/* 17px */
    text-align: center;
    line-height: 1.25;
    color: #B60081;
    margin-top: 30px;
    border-top: 3px solid #B60081;
    padding: 20px 20px;
}
.title04 {
    font-weight: bold;
    font-size: 152.02%;/* 18px */
    margin-top: 12px;
    margin-bottom: 3px;
}

.bg01 {
    background-color: #B60081;
    color: #fff;
    padding: 20px 0;
}


.qaItem {
    margin-top: 25px;
}
.qText,
.aText {
    position: relative;
    padding-left: 34px;
}
.qText-head,
.aText-head {
    width: 28px;
    position: absolute;
    left: 0;
    top: 0;
}
.qText-body {
   font-size: 141.84%;/* 16px */
    color: #ed1c16;
    line-height: 1.4545;
    padding-top: 1px;
    font-weight: bold;
}
.aText-head {
    width: 22px;
    left: 5px;
}
.aText {
    margin-top: 10px;
}
.aText-body {
    padding-top: 0;
    font-size: 118.24%;/* 14px */
}

.bottomArea-title01 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottomArea-title01-text {
    font-size: 143.58%;/* 17px */
    margin-left: 10px;
}
.pageWrap .bottomArea-title01-icon {
    width: 27px;
}
/*.bottomArea-btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.bottomArea-btn-area-title {
    font-size: 253.37%;/* 30px */
    text-align: center;
}
.bottomArea-btn-area-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.bottomArea-btn-area-btn {
    margin-left: 16px;
    margin-right: 16px;
}
.bottomArea-bottom {
/*    border-top: 2px solid #fff;
    padding: 20px 0 0;*/
    margin-top: 20px;
    /*margin-left: 20px;
    margin-right: 20px;*/
}

.bottomArea-bottom-contents {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.bottomArea-bottom-contents-text {
   /* font-size: 141.84%;*//* 16px */
    margin-right: 10px;
    line-height: 1.2;
}
.bottomArea-bottom-contents-img {
    width: 120px;
}

.finish {
    position: relative;
}
.finish img {
    max-width: 100%;
}
.finish::before {
    content: "キャンペーンは終了しました。\Aたくさんのご参加ありがとうございました。";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    white-space: pre;
}
.inquiry {
    text-align: center;
    margin-top: 35px;
    line-height: 1.4166;
}
.inquiry-text02 {
    font-size: 152.02%;/* 18px */
    margin-top: 7px;
}

/* アンカーリンク設置 =============== */
.kv {
  position: relative;
}
.kv_anc {
  position: absolute;
  top: 31.2%;
  left: 6%;
}
.kv_anc a {
  display: block;
  height: calc(100vw / 15.2);
  width: calc(100vw / 2.4);
}

/* section01
----------------------------------------- */
.section01_accordion__btn {
    width: 53.6%;
    padding: 0;
    margin: 0 auto;
    display: block;
    background-color: unset;
    border: none;
    position: relative;
}
.section01_accordion__btn::before,
.section01_accordion__btn::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 2px;
    background-color: #122a89;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
.section01_accordion__btn::after {
    transform: translateY(-50%) rotate(90deg);
}
.section01_accordion__btn.s_open::after {
    display: none;
}
.section01_accordion__content {
    display: none;
}

/* section02
----------------------------------------- */
.section02_img01 {
    position: relative;
}
.section02_img01__link {
    width: 53.6%;
    position: absolute;
    top: 80.5%;
    left: 50%;
    transform: translateX(-50%);
}

/* section03
----------------------------------------- */
.section03-btnWrap {
    position: relative;
}
.section03-btnWrap-link {
    width: 12.8%;
    height: 23%;
    position: absolute;
    bottom: 14%;
    right: 9%;
    display: block;
}