/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    }
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
    width: 100%;
    height: 100%;
}
body{
    margin: auto;
    width: 100%;
    max-width: 750px;
    height: 100%;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    line-height: 1.6;
    font-size: 14px;
}
.primary-heading{
    margin: 24px 0;
    padding: 0 16px;
    width: 100%;
    display: block;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.primary-heading .heading-inner{
    display: flex;
    justify-content: space-between;
    background: #0099cc;
    position: relative;
}
.primary-heading .heading-inner::before,
.primary-heading .heading-inner::after,
.primary-heading .heading-inner .sub::before,
.primary-heading .heading-inner .sub::after{
    width: 16px;
    height: 100%;
    top: 0;
}
.primary-heading .heading-inner::before{
    background: linear-gradient(to bottom right, transparent 50% , #0099cc 51%) no-repeat top left / 100% 51%, linear-gradient(to top right,transparent 50%, #0099cc 51%) no-repeat bottom left/100% 51%;
    left: -1rem;
}
.primary-heading .heading-inner::after{
    background: linear-gradient(to bottom left, transparent 50% , #0099cc 51%) no-repeat top left / 100% 51%, linear-gradient(to top left,transparent 50%, #0099cc 51%) no-repeat bottom left/100% 51%;
    right: -1rem;
}
.primary-heading .heading-inner .main,
.primary-heading .heading-inner .sub{
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary-heading .heading-inner .main{
    padding: 8px 0;
    flex: 1;
    text-align: center;
}
.primary-heading .heading-inner .sub{
    margin: 0 28px 0 6px;
    padding: 8px 0;
    width: 88px;
    background: white;
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #0099cc;
}
.primary-heading .heading-inner .sub::before{
    background: linear-gradient(to bottom right, transparent 50% , #fff 51%) no-repeat top left / 100% 51%, linear-gradient(to top right,transparent 50%, #fff 51%) no-repeat bottom left/100% 51%;
    left: -1rem;
}
.primary-heading .heading-inner .sub::after{
    background: linear-gradient(to bottom left, transparent 50% , #fff 51%) no-repeat top left / 100% 51%, linear-gradient(to top left,transparent 50%, #fff 51%) no-repeat bottom left/100% 51%;
    right: -1rem;
    z-index: 2;
}
.primary-heading .heading-inner .sub-bg1,
.primary-heading .heading-inner .sub-bg2{
    width: 6px;
    height: 100%;
    display: block;
    background: #0099cc;
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
}
.primary-heading .heading-inner .sub-bg2{
    background: #fff;
    right: -12px;
}
.primary-heading .heading-inner .sub-bg1::after,
.primary-heading .heading-inner .sub-bg2::after{
    width: 16px;
    height: 100%;
}
.primary-heading .heading-inner .sub-bg1::after{
    background: linear-gradient(to bottom left, transparent 50% , #0099cc 51%) no-repeat top left / 100% 51%, linear-gradient(to top left,transparent 50%, #0099cc 51%) no-repeat bottom left/100% 51%;
    right: -16px;
    z-index: 1;
}
.primary-heading .heading-inner .sub-bg2::after{
    background: linear-gradient(to bottom left, transparent 50% , #fff 51%) no-repeat top left / 100% 51%, linear-gradient(to top left,transparent 50%, #fff 51%) no-repeat bottom left/100% 51%;
    right: -16px;
    z-index: 0;
}
.secondary-heading,
.content-body h3,
.form-label{
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: normal;
    color: #0099cc;
}
.btn-area{
    padding: 0 16px 16px;
}
.btn-area.fix{
    margin: auto;
    max-width: 750px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.regist-btn{
    padding: 0 48px 0 16px;
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/btn-light.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(255,26,0,1) 0%,rgba(205,0,0,1) 100%);
    background: url(../images/btn-light.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(255,26,0,1) 0%,rgba(205,0,0,1) 100%);
    border-radius: 8px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.regist-btn::before,
.regist-btn::after{
    top: 0;
    right: 16px;
    bottom: 0;
}
.regist-btn::before{
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 4px #dadada inset,0 0 4px #dadada inset;
}
.regist-btn::after{
    height: 1px;
    border: solid 8px transparent;
    border-left: solid 14px #0099cc;
    right: 14px;
}
.primary-heading .heading-inner::before,
.primary-heading .heading-inner::after,
.primary-heading .heading-inner .sub::before,
.primary-heading .heading-inner .sub::after,
.primary-heading .heading-inner .sub-bg1::after,
.primary-heading .heading-inner .sub-bg2::after,
.regist-btn::before,
.regist-btn::after,
.btn-area.close::after{
    margin: auto;
    content: "";
    position: absolute;
}
.mbr{
    display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    max-width: 750px;
    background: url(../images/header-bg.webp) no-repeat top center / cover;
}
.header.fix{
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}
.header .inner{
    height: 60px;
    display: block;
    position: relative;
    z-index: 9999;
}
.header .inner .logo{
    width: 100%;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: 197px,126px;
    background-position: center left 8px, center right 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-indent: -300%;
}
.logo-1ban{
    background-image: url(../images/logo.webp), url(../images/logo-1ban.webp);
}
.logo-2ban{
    background-image: url(../images/logo.webp), url(../images/logo-2ban.webp);
}

/*--------------------------------
Pagination
--------------------------------*/
.pagination{
    margin: auto;
    padding: 10px 0;
    width: 100%;
    max-width: 750px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 50%;
    text-align: center;
    z-index: 3;
}
.pagination .btn-next{
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url("../images/arrow.webp")no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.pagination .swiper-button-disabled{
    opacity: 0;
}

/*--------------------------------
Contents
--------------------------------*/
.swiper-container{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide,
.swiper-span{
    width: 100%;
    background-repeat: no-repeat;
    background-position: top 60px center;
    background-size: auto 50%;
}
@keyframes anime{
    0% {opacity: 0;}
    45%{opacity: 0;}
    50%{opacity: 1;}
    95%{opacity: 1;}
    100%{opacity: 0;}
}
.swiper-span{
    height: 100%;
    display: block;
    -webkit-animation: anime 10s infinite;
    animation: anime 10s infinite;
}
.img1{
    background-image: url(../images/bg1.webp);
}
.img2{
    background-image: url(../images/bg2.webp);
}
.img3{
    background-image: url(../images/bg3.webp);
}
.img4{
    background-image: url(../images/bg4.webp);
}
.img5{
    background-image: url(../images/bg5.webp);
}
.img6{
    background-image: url(../images/bg6.webp);
}
.img7{
    background-image: url(../images/bg7.webp);
}
.content .inner{
    margin: auto;
    padding: 16px 16px 77px;
    width: 100%;
    max-width: 750px;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: url(../images/bg.webp) no-repeat bottom center / cover, white;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}
.action .inner{
    opacity: 1;
    z-index: 2;
}
.content .primary-heading{
    margin: 0;
}
.content .text{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content .text p{
    margin: 6px 0;
}
.content-body{
    padding: 0 16px;
}
.content-body p{
    margin-bottom: 24px;
}
.disc li{
    margin: 16px 0;
    padding-left: 6px;
    line-height: 1.6;
    border-left: 4px solid #ff9900;
}
.disc li:last-child{
    margin-bottom: 16px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.general .ex:last-child{
    margin-bottom: 4%;
}
.general h4{
    font-weight: normal;
    color: #ff9900;
}
.general-parts .note{
    margin-bottom: 24px;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
    margin-bottom: 32px;
    padding: 0 16px;
}
.form-box{
    margin-bottom: 24px;
}
.form-label{
    margin-bottom: 8px;
    padding: 0;
    display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
    padding: 8px;
    width: 100%;
    height: 60px;
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
    color: inherit;
    vertical-align: bottom;
    border-radius: 0;
    position: relative;
    color: #000;
}
textarea{
    height: inherit;
    resize: vertical;
}
select{
    padding: 8px 40px 8px 8px;
    height: 60px;
    background: url(../images/icon-select.webp) no-repeat right center / 40px, #fff;
    border: 1px solid #ddd;
    color: #000;
}
select:focus{
    background: url(../images/icon-select.webp) no-repeat right center / 40px, #ffffe5;
}
.radio-box{
    padding: 4px 0 0 0;
    display: flex;
}
.regular-radio{
    display: none;
}
.radio-label{
    width: 50%;
    line-height: 58px;
}
.radio-label-text{
    background: #fff;
    display: block;
    transition: .3s;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.radio-label:nth-of-type(1) .radio-label-text{
    border-radius: 4px 0 0 4px;
    border-right: 0;
}
.radio-label:nth-of-type(2) .radio-label-text{
    border-radius: 0 4px 4px 0;
}
.regular-radio:checked + .radio-label-text{
    background: #eb739f;
    color: #fff;
}
.regular-checkbox{
    margin-bottom: 5px;
    padding: 5px;
    display: block;
    background: #eee;
    font-size: 18px;
    border: 1px solid #eb739f;
}
.regular-checkbox input:checked + .check-label{
    color: #eb739f;
}
.form-msg,
.alert-msg{
    font-size: 14px;
}
.form-box .form-msg{
    padding: 4px 0 0 0;
    line-height: 1.3;
    text-align: center;
}
.error{
    margin: 7px 0 0;
    padding: 4px;
    line-height: 1.2;
    background: #ff6d6d;
    color: #fff;
    text-align: center;
}
.form-item{
    position: relative;
}
.form-border{
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center;
}
input[type=text]:focus + .form-border::after,
input[type=tel]:focus + .form-border::after,
input[type=password]:focus + .form-border::after,
textarea:focus + .form-border::after{
    margin: 0 auto;
    width: 0%;
    height: 2px;
    content: "";
    background: #eb739f;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform-origin: center;
    animation: fade-border .3s ease .1s forwards;
}
@keyframes fade-border{
    0%{width: 0%;opacity: 0;}
    100%{width: 100%;opacity: 1;}
}
.ymd-box,
.area-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ymd-box select{
    width: 32%;
    flex-shrink: 0;
}
.area-box select,
.area-box .sub-area{
    width: 49%;
    flex-shrink: 0;
}
.area-box .sub-area select{
    width: 100%;
    flex-shrink: 0;
}
.entry-btn{
    margin-bottom: 32px;
}
.entry-btn .btn-area{
    margin: 24px 0 32px;
    padding: 0;
}
.entry-btn .regist-btn,
.close .regist-btn{
    font-size: 22px;
}
.close .regist-btn{
    cursor: pointer;
}
.close .regist-btn::after,
.btn-area.close::after{
    width: 22px;
    height: 6px;
    background: #0099cc;
    border: none;
    right: 20px;
    transform: rotate(45deg);
}
.btn-area.close{
    position: fixed;
}
.btn-area.close::after{
    top: 0;
    right: 36px;
    bottom: 16px;
    transform: rotate(-45deg);
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{
    border: 0;
    font-size: 1.4rem;
    color:#333;
    text-indent: 0;
    padding: 10px 0 10px 20px;
}
.campaign h5{
    font-weight: normal;
    font-size: 1.2rem;
    color:#333;
    padding: 10px 0 10px 20px;
}
.campaign p{
    padding: 0 10px 0 20px;
}
.cam_msg{
    font-size: 1.1rem;
    color:#aaa;
    padding: 0;
}
.campaign strong{
    font-weight: bold;
    color:#f00;
}
.camMenu{
    margin-bottom: 10px;
    padding-left: 20px;
}
.camMenu dt{
    font-weight: bold;
    font-size: 1.6rem;
    margin: 5px 0;
}
.camMenu dt:before{
    content:"";
    color:#714769;
}
.camMenu dd{
    margin-bottom: 10px;
}
.camMenu table{
    border-collapse: collapse;
    width: 270px;
    color:#000;
}
.camMenu table th{
    text-align: center;
    background:#ccc;
    width: 90px;
    border: 1px solid #aaa;
}
.camMenu table td{
    text-align: right;
    width: 90px;
    background:#fff;
    border: 1px solid #aaa;
    padding-right: 10px;
    box-sizing: border-box;
}
.camMenu table tr td:last-child{
    background:#ff0;
}
#campaign_btn,
#campaign_btn_entry{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a{
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/cam_btn.png) no-repeat 0 0;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    background-size: contain;
}
.lpprtitle{
    background-color: #323232!important;
    color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
    background: #323232;
    text-align: center;
}
.nav-list{
    border-bottom: 1px solid #000;
}
.nav-link{
    padding: 12px;
    display: block;
    color: #fff;
}
.copy{
    padding: 16px 16px 92px;
    display: block;
    color: #fff;
}
.nm .copy{
    padding: 16px;
}
.copy small{
    padding: 20px 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

/*--------------------------------
iphone se
--------------------------------*/
@media screen and (max-width:359px){
    .mbr{
        display: block;
    }
    .primary-heading{
        line-height: 1.2;
    }
    .primary-heading .heading-inner .main,
    .primary-heading .heading-inner .sub{
        min-height: 46px;
    }
    .regist-btn{
        padding: 0 48px 0 8px;
    }
    .content .inner{
        height: 60%;
    }
    .pagination{
        bottom: 60%;
    }
}

/*--------------------------------
tablet high
--------------------------------*/
@media screen and (min-width: 750px){
    body{
        font-size: 28px;
    }
    .pagination .btn-next{
        width: 44px;
        height: 44px;
    }
    .primary-heading{
        margin: 48px 0;
        padding: 0 32px;
        font-size: 32px;
    }
    .primary-heading .heading-inner .main{
        padding: 8px 0;
    }
    .primary-heading .heading-inner::before,
    .primary-heading .heading-inner::after,
    .primary-heading .heading-inner .sub::before,
    .primary-heading .heading-inner .sub::after{
        width: 32px;
    }
    .primary-heading .heading-inner::before{
        left: -2rem;
    }
    .primary-heading .heading-inner::after{
        right: -2rem;
    }
    .primary-heading .heading-inner .sub{
        margin: 0 56px 0 12px;
        padding: 8px 0;
        width: 210px;
        font-size: 32px;
    }
    .primary-heading .heading-inner .sub::before{
        left: -2rem;
    }
    .primary-heading .heading-inner .sub::after{
        right: -2rem;
    }
    .primary-heading .heading-inner .sub-bg1,
    .primary-heading .heading-inner .sub-bg2{
        width: 14px;
        right: -24px;
    }
    .primary-heading .heading-inner .sub-bg2{
        width: 12px;
        right: -24px;
    }
    .primary-heading .heading-inner .sub-bg1::after,
    .primary-heading .heading-inner .sub-bg2::after{
        width: 32px;
        right: -32px;
    }
    .primary-heading .heading-inner .sub-bg1::after{
        right: -20px;
    }
    .secondary-heading,
    .content-body h3,
    .form-label{
        margin: 0 0 16px;
        font-size: 28px;
    }
    .header .inner{
        height: 110px;
    }
    .header .inner .logo{
        height: 110px;
        background-size: 355px,233px;
        background-position: center left 24px, center right 24px;
    }
    .swiper-slide,
    .swiper-span{
        background-position: top 110px center;
        background-size: contain;
    }
    .content .inner{
        padding: 32px 32px 102px;
    }
    .content .text p{
        margin: 14px 0;
    }
    .btn-area{
        padding: 0 64px 32px;
    }
    .regist-btn{
        padding: 0 64px 0 24px;
        min-height: 70px;
        font-size: 32px;
    }
    .regist-btn::before,
    .regist-btn::after{
        right: 24px;
    }
    .regist-btn::before{
        width: 40px;
        height: 40px;
        box-shadow: 0 0 4px #dadada inset,0 0 4px #dadada inset;
    }
    .regist-btn::after{
        border: solid 12px transparent;
        border-left: solid 20px #0099cc;
        right: 20px;
    }
    .content-body{
        padding: 0 32px;
    }
    .content-body p{
        margin-bottom: 48px;
    }
    .form-wrapper{
        margin-bottom: 64px;
        padding: 0 32px;
    }
    .form-box{
        margin-bottom: 48px;
    }
    input[type=text],
    input[type=tel],
    input[type=password],
    select,
    textarea{
        padding: 16px;
        height: 70px;
        font-size: 28px;
    }
    textarea{
        height: inherit;
    }
    .form-box .form-msg{
        padding: 8px 0 0 0;
    }
    .form-msg,
    .alert-msg{
        font-size: 20px;
    }
    .entry-btn .btn-area{
        margin: 48px 32px 64px;
    }
    .entry-btn .regist-btn,
    .close .regist-btn{
        font-size: 32px;
    }
    .close .regist-btn::after,
    .btn-area.close::after{
        width: 30px;
        height: 8px;
        right: 29px;
    }
    .btn-area.close::after{
        right: 93px;
        bottom: 32px;
    }
    .general-parts .note{
        margin-bottom: 48px;
    }
    .footer{
        font-size: 20px;
    }
    .copy{
        padding: 16px 16px 118px;
    }
}

/*--------------------------------
tablet low
--------------------------------*/
@media screen and (min-width:750px) and (max-height: 886px){
    .content .inner{
        height: 70%;
    }
    .pagination{
        bottom: 70%;
    }
}

/*--------------------------------
phone landscape
--------------------------------*/
@media screen and (max-height: 500px){
    .header .inner .logo{
        background-size: 40%,28%;
    }
    .content .inner{
        height: calc(100% - 60px);
    }
    .pagination,
    .img1,
    .img2,
    .img3,
    .img4,
    .img5,
    .img6,
    .img7{
        display: none;
    }
}

/*--------------------------------
tablet low2
--------------------------------*/
@media screen and (min-width:750px) and (max-height: 637px){
    .content .inner{
        height: calc(100% - 110px);
    }
    .pagination{
        display: none;
    }
}