@charset "utf-8";
/*-- page --*/

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    width: 100%;
}
a {
    color: #4866b0;
    text-decoration: underline !important;
}
.body_wrap {
    position: relative;
}

.page_wrap {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 20.2868%;
}


@media only screen and (min-width:769px) {
    .page_wrap {
        padding-top: 0;
    }
}

/*-- common --*/
.pc_none {
    display: block !important;
}

.sp_none {
    display: none !important;
}

.hide {
    display: none !important;
}
h1 img {height: auto;}

.contents_ttl {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.contents_ttl span {
    background:linear-gradient(transparent 70%, #fffdd7 70%);
}
.contents_txt {
    font-size: 18px;
    margin-bottom: 2em;
}
.txt_c {
    text-align: center;
}

.price_img {
    max-width: 220px;
    text-align: center;
    width: 80%;
    margin: 0 auto 8%;
}
.price_img img {
    height: auto;
}
.price_txt {
    font-size: 24px;
    font-weight: bold;
    color: #ff7777;
    margin-bottom: 0.1em;
    text-align: center;
}
.br {
    margin-bottom: 1.0em;
}
.dblock {
    display: block;
}

.fadeIn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.subsc_btn {
    max-width: 688px;
    margin: 0 auto 3%;
}
.subsc_btn img {
    height: auto;
}
.contents_caution,.contents_caution2,.contents_caution3 {
    font-size: 12px;
}

.contents_caution li {
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.contents_caution li::before {
    content: "※";
}
.contents_caution2 {
    counter-reset: number 0;
}
.contents_caution2 li {
    padding-left: 1.9em;
    text-indent: -1.9em;    
}
.contents_caution2 li::before {
    counter-increment: number 1;
    content:  "※" counter(number);
    padding-right: 0.5em;
}

.contents_caution3 {
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.contents_caution3::before {
    content: "※";
}

.cp_bnr_ttl {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 0 1.825% 1.825%;
}

.cp_bnr {
    max-width: 676px;
    margin: 0 auto;
    padding: 0 1.825% 1.825%;
    margin-bottom: 2em;
}
.cp_bnr a {
    display: block;
}

.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb30_sp {
    margin-bottom: 30px !important;
}
.mb60_sp {
    margin-bottom: 60px !important;
}

@media only screen and (min-width:769px) {
    .pc_none {
        display: none !important;
    }
    
    .sp_none {
        display: block !important;
    }
    .contents_ttl {
        font-size: 36px;
    }
    .contents_txt {
        font-size: 21px;
    }
        
    .price_img {
        max-width: 242px;
        text-align: center;
        margin: 0 auto 3em;
    }
    .price_txt {
        font-size: 36px;
    }
    .subsc_btn {
        max-width: 460px;
    }
    .contents_caution,.contents_caution2 {
        font-size: 14px;
        text-align: center;
    }
    .mt0_pc {
        margin-top: 0 !important;
    }
    .mb25_pc {
        margin-bottom: 25px !important;
    }
    
    .mb30_sp {
        margin-bottom: 0 !important;
    }
    .mb60_sp {
        margin-bottom: 0 !important;
    }

    .fsS_pc {
        font-size: 14px !important;
    }
}

/*-- header --*/
header {
    background-color: #ffffff;
    position: fixed;
    display: block;
    z-index: 10;
    width: 100%;
}
header a {
    color: #333333;
}
.header_wrap {
    display: flex;
    padding: 2.214% 2.344% 1.564%;
    justify-content: space-between;
    align-items: center;
}
.header_img {
    display: block;
    max-width: 127px;
}
.header_img img {
    height: auto;
}

.header_txt {
    color: #cc0033;
    margin-right: 13%;
    padding-left: 1.0em;
    width: 50%;
    font-weight: bold;
    font-size: min(4.3vw,18px);
}

@media only screen and (min-width:769px) {
    header {
        position: relative;
    }
    .header_wrap {
        display: flex;
        padding: 17px 18px 18px;
        justify-content: space-between;
    }
    .header_img {
        display: block;
        max-width: 127px;
        margin-right: 0;
    }
    .header_txt {
        font-size: min(1.3vw,16px);
        margin-right: auto;
        width: auto;
    }
}

/*-- menu --*/
@media only screen and (max-width:768px) {
.menu_btn {
    cursor: pointer;
}
.menu_btn img {
    height: auto;
}

.menu_btn_close {
    cursor: pointer;
    position: relative;
    margin-left: 77%;
    margin-right: 2%;
}
.menu_btn_close img {
    height: auto;
}
.menu_btn_close::before,.menu_btn_close::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 9.4vw;
    background-color: #949494;
    transition: all .4s ease-out;
    top: 19%;
    left: 48%;
}
.menu_btn_close::before  {
    transform: rotate(45deg);
}
.menu_btn_close::after {
    transform: rotate(135deg);
}
.header_menu_wrap {
    padding: 2.214% 0 0;
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 15;
    top: 0;
    background-color: #ffffff;
    right: -100%;
    transition: all 0.6s;
}

.header_menu_area.open .header_menu_wrap {
    right: 0;
}

.header_menu_area.open {
    position: absolute;
    width: 1920px;
    height: 1920px;
    background-color: rgba(0,0,0,0.5);
    z-index: 14;
    top: 0;
    left: 0;
}

.header_menu_link {
    position: relative;
    padding-top: 5%;
    margin-top: 2%;
    background-color: #dedede;
    padding-bottom: 300%;
}
.header_menu_link li {
    font-size: 18px;
    position: relative;
}
.header_menu_link li:not(:first-child) {
    border-top: 2px solid #949494;
}
.header_menu_link li a {
    padding: 5% 50px 5% 5%;
    display: block;
    text-decoration: none !important;
}
.header_menu_link li a::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 39%;
    right: 30px;
    margin: 0 10px;
    border-bottom: 3px solid #949494;
    border-right: 3px solid #949494;
    -webkit-transform: translate(55%, 0) rotate(-45deg);
    -ms-transform: translate(55%, 0) rotate(-45deg);
    transform: translate(55%, 0) rotate(-45deg);
}


.header_btn {
    margin: 5%;
}
.header_btn a {
    display: block;
}
}


@media only screen and (min-width:769px) {
    .header_menu_link {
        display: flex;
        align-items: center;
    }
    .header_menu_link li {
        margin: 0 1.0em;
        font-size: min(1.3vw,16px);
    }
    
    .header_menu_link a {
        display: flex;
        font-weight: 700;
        text-decoration: none !important;
    }
}

/*-- footer --*/
footer {
    background-color: #cc0033;
    color: #ffffff
}
.footer_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 1.825%;
}
.footer_link {
    display: flex;
    flex-wrap: wrap;
}
.footer_link li {
    margin: 0 0.5em 1em;
    font-size: 16px;
    width: 41%;
}
.footer_link li p {
    padding-left: 2.0em;
    text-indent: -2.0em;
}
.footer_link li p::before {
    content: "■";
    padding-right: 1.0em;
}
.footer_link a {
    color: #ffffff;
    text-decoration: none !important;
}

.copylight {
    text-align: center;
}

@media only screen and (min-width:769px) {
    .footer_link {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_link li {
        width: auto;
    }
}

/* float_bnr */
.float_bnr {
    position: fixed;
    bottom: 30px;
    right: 0;
    padding: 0 3.83%;
}

@media only screen and (min-width:769px) {
    .float_bnr {
        display: none;
        max-width: 240px;
        padding: 0;
    }
}