@charset "UTF-8";

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

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

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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
}

html {
    font-size: 62.5%
}

body {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    background-color: #fff
}

a {
    color: #111;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    opacity: .8
}

img {
    max-width: 100%;
    vertical-align: bottom
}

.sp-view {
    display: none !important
}

@media (max-width:768px) {
    body {
        font-size: 1.4rem
    }

    .pc-view {
        display: none !important
    }

    .sp-view {
        display: block !important
    }
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden
}

.clearfix {
    min-height: 1px
}

* html .clearfix {
    height: 1px
}

#halloween {
    width: 100%;
    background-color: #7f1084
}

#halloween .max1400 {
    max-width: 1400px;
    margin: 0 auto
}

#halloween .max1400.bg {
    background-image: url(../images/halloween_bg.png);
    background-repeat: repeat;
    background-size: 100%;
    background-position: center top;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 10rem
}

@media (max-width:768px) {
    #halloween .max1400.bg {
        padding-top: 3rem;
        padding-bottom: 5rem
    }
}

#halloween .max1400.ttl,
#halloween .max1400.ttl img {
    width: 100%
}

#halloween .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    padding: 0 2rem;
    margin: 0 auto;
    width: 68%;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#halloween .flex .item {
    background-color: #fff;
    width: 43%;
    padding: 2rem 2rem 4rem;
    margin-bottom: 6rem
}

@media (max-width:768px) {
    #halloween .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #halloween .flex .item {
        width: 100%;
        margin-bottom: 3rem;
        padding: 2rem 1.5rem
    }
}

#halloween .flex .item div {
    text-align: center
}

#halloween .flex .item div img {
    width: 90%
}

@media (max-width:768px) {
    #halloween .flex .item div img {
        max-width: 300px;
        width: 100%;
        margin-bottom: 1rem
    }
}

#halloween .flex .item a.name {
    color: #278a16;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

#halloween .flex .item a.name::after,
#halloween .flex .item a.name::before {
    content: '';
    display: block;
    background-image: url(../images/hallloween_icon-pumpkin.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 16px
}

@media (max-width:768px) {
    #halloween .flex .item a.name {
        font-size: 1.4rem
    }
}

#halloween .flex .item a.name::before {
    background-position: left top;
    padding-right: 1rem
}

#halloween .flex .item a.name::after {
    background-position: right top;
    padding-left: 1rem
}