@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ul, li {
    text-decoration: none;
    list-style: none;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    /*background-color:#ff9;*/
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
/*#########################################################

要素関連

#########################################################*/
html {
    width: 100%;
}
body {
    width: 100%;
    font-family: 'td', 'ng', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #242424;
}
a:link, a:hover, a:visited {
    color: #006cff;
    text-decoration: underline;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
p {
    margin: 1rem auto;
    line-height: 1.5;
}
a {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
a:hover {
    opacity: .8;
}
/*#########################################################

共通パーツ

#########################################################*/
main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
div.box-inner {
    width: 950px;
    margin: 0 auto;
}
@media screen and (max-width: 950px) {
    .box-inner {
        margin: 0 2%;
        width: 96%;
    }
}
/*#########################################################

ヘッダー

#########################################################*/
header {
    height: 65px;
    width: 100%;
    background: #ffffff;
}
.logo {
    width: 950px;
    margin: 0 auto;
}
.logo a {
    width: 220px;
    display: block;
    line-height: 60px;
}
.logo a img {
    width: 100%;
    vertical-align: middle;
}
header h1 a {
    font-weight: bold;
    display: block;
    font-size: 30px;
    text-decoration: none;
    color: #e37b00;
}
@media screen and (max-width: 768px) {
    header {
        height: 45px;
    }
    .logo a {
        width: 150px;
        line-height: 45px;
    }
}
@media screen and (max-width: 950px) {
    header div.logo {
        width: 100%;
    }
    .logo a {
        padding-left: 2%;
    }
}
/*#########################################################

フッター

#########################################################*/
footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    width: 100%;
    background: #2f2014;
    position: absolute;
}
#footer-box {
    width: 950px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 10px;
}
.logo-sub {
    width: 135px;
}
.logo-sub img {
    width: 100%;
}
.link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9375rem;
}
.link-list li {
    padding: 0 20px;
}
.link-list li a {
    color: #ffffff;
    text-decoration: none;
}
.footer_copy {
    text-align: center;
    font-size: 0.8125rem;
}
@media screen and (max-width: 640px) {
    .logo-sub {
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    .logo-sub {
        width: 15%;
    }
    .link-list {
        margin: 25px 0;
    }
    .footer_copy {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 950px) {
    #footer-box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .link-list {
        margin: 30px 0;
    }
}
/*#########################################################

TOP to

#########################################################*/
#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 87px;
    z-index: 100;
}
@media screen and (max-width: 768px) {
    #page-top {
        right: 2%;
        width: 50px;
    }
}
#page-top a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
}
#page-top a img {
    width: 100%;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 1;
}
/* buruburu hoverアニメ */
a.buruburu {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
}
.buruburu:hover {
    -webkit-animation-name: buruburu;
    animation-name: buruburu;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* buruburu アニメ */
@-webkit-keyframes buruburu {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@keyframes buruburu {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
/*#########################################################

ダウンロードボックス

#########################################################*/
#download-box {
    background: url("../img/bg_series02.png") left top repeat;
    box-sizing: border-box;
    padding: 60px 0;
    background-color: #4d3420;
}
#download-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    max-width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 1.5% 20px;
    background-color: #ffd659;
    border: 2px solid #000000;
    background-image: -webkit-linear-gradient(110deg, #ffc000 50%, #ffd659 50%);
    background-image: -o-linear-gradient(110deg, #ffc000 50%, #ffd659 50%);
    background-image: linear-gradient(-20deg, #ffc000 50%, #ffd659 50%);
    border-radius: 8px;
    position: relative;
}
.download-box-ttl {
    position: absolute;
    top: -23%;
}
.download-box-ttl img {
    width: 63%;
}
#download-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%;
    width: 22%;
}
.datelist01 {
    width: 16%;
}
.datelist01 img {
    width: 100%;
}
.datelist02 {
    width: 60%;
}
.apps-details-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.apps-details {
    ustify-content: space-between;
    width: 33%;
}
.apps-details-top {
    margin-bottom: 20px;
}
.apps-details dt {
    padding-bottom: 7px;
    margin-bottom: 8px;
    font-weight: bold;
    position: relative;
    font-size: 0.875rem;
}
.details-line {
    display: block;
    position: absolute;
    background: #ff9600;
    width: 15px;
    height: 3px;
    bottom: 0;
    left: 0;
}
.apps-details dd {
    font-size: 0.875rem;
}
#apps-shop li img {
    width: 100%;
    margin: 0 0 8px;
}
@media screen and (max-width: 640px) {
    .download-box-ttl {
        top: -10%;
        text-align: center;
    }
    .download-box-ttl img {
        width: 80%;
    }
    #download-date {
        display: block;
    }
    .datelist01 {
        text-align: center;
        margin: 0 auto 15px;
    }
    .datelist02 {
        width: 100%;
    }
    .apps-details dd {
        font-size: 0.8125rem;
    }
}
@media screen and (max-width: 768px) {
    #download-info {
        background-image: -webkit-linear-gradient(135deg, #ffc000 50%, #ffd659 50%);
        background-image: -o-linear-gradient(135deg, #ffc000 50%, #ffd659 50%);
        background-image: linear-gradient(-45deg, #ffc000 50%, #ffd659 50%);
        padding: 8% 1.5% 20px;
    }
    #download-box {
        padding-top: 0;
        margin-top: 0;
        background-image: none;
        margin: 10% auto 0;
        background-size: 60%;
        padding: 30px 0 0;
    }
    #download-info {
        margin: 50px auto 0 auto;
    }
    .download-box-ttl {
        top: -15%;
        text-align: center;
    }
    .download-box-ttl img {
        width: 74%;
    }
    #download-date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .datelist01 {
        width: 20%;
    }
    .datelist02 {
        padding-left: 5%;
        width: 80%;
    }
    .datelist03 {
        width: 100%;
        margin: 0 auto;
    }
    .datelist03 li {
        width: 50%;
        padding-top: 10px;
    }
    .datelist03 li:first-child {
        padding-right: 5%;
    }
    #apps-shop li:first-child {
        margin-bottom: 10px;
        width: 41%;
    }
    #apps-shop {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #apps-shop li:first-child {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 950px) {
    #download-info {
        width: 98%;
    }
}
/*#########################################################
キャンペーン
#########################################################*/
#main_area {
    text-align: center;
    width: 96%;
    margin: 0 auto 30px;
    max-width: 1100px;
    text-align: left;
    position: relative;
}
.content {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    margin: 0 auto 7% auto;
    line-height: 1.8;
    background: #fcfcf7;
    border: 6px solid #9e7328;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0px 80px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}
.contaner {
    background: url("../img/bg_series.png") repeat top left;
}
#main-img {
    max-width: 1200px;
    width: 96%;
    padding: 30px 0 0;
    margin: 0 auto 30px;
}
.event_info_wrap {
    border-top: solid 3px #C3A87B;
    border-left: solid 3px #C3A87B;
    border-right: solid 3px #C3A87B;
    border-bottom: solid 3px #C3A87B;
    width: 90%;
    margin: 0 auto 30px;
    box-sizing: border-box;
    border-radius: 6px;
}
.event_info {
    width: 100%;
}
.event_info th {
    border-right: solid 1px #C3A87B;
    border-bottom: solid 1px #C3A87B;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #77623F;
    background: #F4EBDB;
}
.event_info td {
    padding: 10px;
    border-bottom: solid 1px #C3A87B;
}
.event_info tr:last-child th, .event_info tr:last-child td {
    border-bottom: 0px;
}
.bnr {
    text-align: center;
    margin: 0 0 60px;
}
.font-big {
    font-size: 1.3em;
    font-weight: bold;
}
.red {
    color: #E03C3F;
}
.offcial_bnr {
    max-width: 800px;
    width: 90%;
    margin: 0 auto 50px;
}
.info_erea {
    background: url("../img/bg_series02.png") repeat top left;
    padding: 30px 10px;
}
.info_dl {
    margin: 0 0 10px;
}
.info_dl dt {
    font-weight: bold;
    font-size: 1.1em;
}
.sns_wrap {
    max-width: 1100px;
    width: 94%;
    margin: 0 auto;
}
.sns {
    max-width: 850px;
    margin: 50px auto;
}
.sns-ttl {
    text-align: center;
    max-width: 800px;
    width: 85%;
    margin: 0 auto 30px;
}
.sns-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sns-list li {
    width: 48%;
    margin: 0 1% 20px;
}
.detail-ttl {
    text-align: center;
}
.conts {
    max-width: 850px;
    width: 90%;
    margin: 0 auto 30px;
}
.guidelines {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
    height: 450px;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.conts p {
    line-height: 1.8;
}
.notes_ttl {
    margin: 0 0 20px;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
}
.notes_list li {
    margin: 0 0 0.7em;
    font-size: 0.9em;
    line-height: 1.4em;
}
.notes_list ol {
    margin: 2em 0;
}
.map {
    max-width: 800px;
    width: 90%;
    padding: 20px 0 0;
}
@media screen and (max-width: 640px) {
    #main-img {
        width: 100%;
        padding: 0;
    }
    .content {
        padding: 40px 20px;
    }
    .event_info_wrap {
        width: 100%;
        margin: 0 auto 30px;
        box-sizing: border-box;
        border-radius: 6px;
    }
    .event_info th {
        padding: 2px;
    }
    .notes_ttl {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .map {
        margin: 0 auto;
    }
    .sns {
        margin: 0 auto 70px;
    }
    .sns-ttl {
        margin: 0 auto 1em;
    }
    .offcial_bnr {
        margin: 0 auto 1em;
    }
    .sns-list li {
        width: 100%;
    }
    .bnr {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 950px) {
    div#main-img img {
        width: 100%;
    }
    .offcial_bnr {
        max-width: 90%;
    }
    .sns-ttl {
        max-width: 90%;
    }
    .sns-list {
        display: block;
        width: 90%;
        margin: 0 auto 20px;
    }
    .sns-list li {
        margin: 0 0 20px;
        text-align: center;
    }
}