@charset "utf-8";


/* 共通 */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,a,table,th,td,span,figure {
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-weight: normal;
    font-size: 100%;
    vertical-align:baseline;
}
ul {
    list-style:none;
}
a {
    text-decoration:none;
    color:inherit;
}
img {
    border:none;
    vertical-align:bottom;
    max-width:100%;
    max-height:100%;
}


.hide {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
.flex_box {
    display:flex;
}
.halloween_page {
    width:100%;
    max-width:750px;
    margin:auto;
}
/* .top */
.top {
    width:100%;
    max-width:750px;
    height:0;
    padding-bottom:46.66%;
    background:url(../img/top.jpg) no-repeat center/contain;
}
@media screen and (min-width:750px) {
    .top {
        width:750px;
        height:350px;
        padding:0;
    }
}

/* .body */
.con_area {
    padding:40px 16px 10px;
}
.con_area h3 {
    height:62px;
    margin:auto;
    text-align:center;
    color:#fff;
    background:url(../img/title_bg.png) no-repeat center/contain;
    line-height:47px;
    margin-bottom:16px;
    font-size:16px;
    font-weight:bold;
}
.con_area .youtube a {
    position:relative;
    display:block;
}
.con_area .youtube img.sam {
    display:block;
    margin:0 auto 32px;
}
.con_area .youtube img.arr {
    position:absolute;
    width:128px;
    height:128px;
    margin:auto;
    top:0;bottom:0;right:0;left:0;
}
.youtube a:hover {
    opacity:0.8;
}

.wrap {
    border:1px solid #e1963b;
    border-radius:10px;
    position:relative;
    padding:20px;
}
.wrap h4 {
    position:absolute;
    top:-0.5em;bottom:auto;right:0;left:0;
    margin:auto;
    color:#e1963b;
    text-align:center;
    width:200px;
    height:1em;
    background:#fff;
}

.item_wrap {
    align-items:top;
    padding-top:20px;
    box-sizing:border-box;
}
.item_wrap figure {
    width:34%;
}
.item_wrap figure img {
    display:block;
    width:152px;
    margin:auto;
}
.item_wrap .right {
    width:66%;
    
}
.item_wrap .item_sub {
    font-size:10px;
    margin-bottom:1em;
}
.item_wrap .item_title {
    font-weight:bold;
}
.item_wrap .item_text {
    font-size:12px;
    margin:25px 0 16px;
    line-height:1.7;
}
.item_wrap .item_kounyu a,.kounyu a {
    display:block;
    text-align:center;
    color:#fff;
    font-size:14px;
    line-height:40px;
    width:150px;
    height:40px;
    background:url(../img/kounyu_bg.png) no-repeat center/contain;
}
.item_wrap .item_kounyu a {
    margin-left:auto;margin-right:0;
}
.kounyu a {
    margin:auto;
}


.osusume_wrap {
    margin-top:32px;
    padding:40px 0 25px;
}
.osusume_top {
    justify-content:center;
    margin-bottom:30px;
}
.osusume_top .left {
    padding-left:50px;
    box-sizing:border-box;
}
.osusume_top .osusume_sub {
    font-size:10px;
    margin-bottom:1em;
    margin-top:4px;
}
.osusume_top .osusume_title {
    font-size:20px;
    font-weight:bold;
    display:block;
    margin:auto;
}
.osusume_top .right {
    width:50%;
    padding:0 25px;
    font-size:12px;
    line-height:1.7;
}
.osusume_bottom li {
    padding:10px;
    width:25%;
}
.osusume_bottom li>p {
    font-weight:bold;
    margin:15px 0 10px;
    height:2em;
    line-height:1.4;
    text-align:center;
    font-size:13px;
}

.con_02 .osusume_bottom {
    justify-content:center;
}
.con_03>figure {
    margin:0 auto 40px;
    width:100%;
    max-width:640px;
}

.seisaku_wrap {
    margin-top:32px;
    padding:25px 0;
}
.seisaku_wrap li {
    width:25%;
    padding-left:10px;
    font-size:12px;
}
.seisaku_wrap li:last-child {
    padding-right:10px;
}
.seisaku_wrap li>p:nth-of-type(1) {
    background:#000;
    color:#fff;
    width:1.5em;
    height:1.5em;
    line-height:1.5em;
    text-align:center;
    margin:0.5em 0;
}
.seisaku_wrap li>p:nth-of-type(2) {
    line-height:1.7;
}

.kotirade_wrap .price {
    text-align:right;
    font-size:18px;
    padding:0 20px 20px 0;
    color:#727272;
}
.kotirade_wrap .price_main {
    font-size:18px;
    color:#727272;
}
.kotirade_wrap .price_tax {
    font-size:12px;
}
.osusume_wrap .price{
    display:flex;
    justify-content:center;
    align-items:center;
    color:#727272;
}
.osusume_wrap .price_left {
    font-size:13px;
    text-align:right;
}
.osusume_wrap .price_arrow {
    font-size:15px;
}
.osusume_wrap .price_right {
    font-size:18px;
    color:#727272;
    text-align:right;
}
.osusume_wrap .price_tax {
    font-size:12px;
    color:#727272;
}
/* footer */
footer {
    text-align: center;
    padding-bottom: 20px;
}

footer ul {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

footer a {
    display: block;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    border-radius: 3px;
    transition: 0.3s;
}

footer a:hover {
    opacity: 0.3;
}

footer .link_fb {
    background: url(../img/icon_fb.png) no-repeat center/contain;
}

footer .link_ig {
    margin-right: 30px;
    background: url(../img/icon_ig.png) no-repeat center/contain;
}

footer .link_yt {
    background: url(../img/icon_yt.png) no-repeat center/contain;
    margin-right: 30px;
}

footer .foo_text {
    font-size: 12px;
    margin-bottom: 10px;
    color: #727171;
}

footer .last_text {
    font-size: 10px;
    color: #727171;
}

footer .nho_t {
    font-size: 12px;
    margin: 30px 0 10px;
    color: #727171;
}

footer .nho_link a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 34px;
    max-width: 300px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

footer .pw_link a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 58px;
    max-width: 240px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

@media screen and (max-width:750px) {
    .osusume_bottom,.seisaku_wrap .flex_box {
        flex-wrap:wrap;
    }
    .osusume_bottom li {
        width:50%;
    box-sizing: border-box;
    }
    .seisaku_wrap li {
        width:50%;
    box-sizing: border-box;
    padding: 10px;
    }
}
@media screen and (max-width:420px) {
    .flex_box {
        display:inherit;
    }
    .osusume_bottom li,.seisaku_wrap li,.item_wrap figure,.item_wrap .right,.osusume_top .right {
        width:100%;
    box-sizing: border-box;
    }
    .con_area h3 {
        background:#000;
    height: auto;
    }
}