@charset "UTF-8";
@font-face {
    font-family: "Kurobara";
    src: url(../font/kurobara-gothic-bold.ttf);
}
/* フッター出し消し指定 260行目*/
/*
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;
}

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;
}

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

html {
    font-size: 62.5%;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #4a3821;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.7;
}

body::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: repeat;
    background-position: left top;
    background-image: url(../img/common/BG.png);
    background-size: auto;
}

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

a {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

ul {
    list-style: none;
}

td > table {
    display: inline-table;
}

[hidden] {
    display: none !important;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#deqwas-collection-k {
    display: none;
}

#roEntryFooter {
    z-index: 999999;
}
    /* フッター出し消し指定 */
 /*.entryBoxFooter li:nth-child(2) {
    display: none;
}*/

#content {
    background: none;
    padding: 0;
    background-image: url(../img/common/bg_content.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 150px;
}

/* .o-header #headers .eventLogo {
    padding: 0 16.95%;
    left: 16%;
    top: 30%;
}

.o-header #headers .itemCard {
    padding-left: 75%;
}

.o-header #headers .event-info {
    max-width: 418px;
    bottom: 18%;
    margin: 0 29.1%;
} */

.o-nav {
    width: 100%;
    margin-top: -76px;
}

@media only screen and (max-width: 599px) {
    .o-nav {
        margin-top: 0;
    }
}

.o-nav nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    z-index: 999;
    background-color: rgba(17, 30, 4, 0.6);
}

.o-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 12px;
}

.o-nav__item {
    width: calc(100% / 7.5);
    max-width: 164px;
    height: 56px;
    
}

.o-nav__item--01 a {
    background-image: url(../img/header/nav01.png);
}

.o-nav__item--01 a:hover {
    background-image: url(../img/header/nav01_on.png);
}

.o-nav__item--02 a {
    background-image: url(../img/header/nav02.png);
}

.o-nav__item--02 a:hover {
    background-image: url(../img/header/nav02_on.png);
}

.o-nav__item--03 a {
    background-image: url(../img/header/nav03.png);
}

.o-nav__item--03 a:hover {
    background-image: url(../img/header/nav03_on.png);
}

.o-nav__item--04 a {
    background-image: url(../img/header/nav04.png);
}

.o-nav__item--04 a:hover {
    background-image: url(../img/header/nav04_on.png);
}

.o-nav__item--05 a {
    background-image: url(../img/header/nav05.png);
}

.o-nav__item--05 a:hover {
    background-image: url(../img/header/nav05_on.png);
}

.o-nav__item--06 a {
    background-image: url(../img/header/nav06.png);
}

.o-nav__item--06 a:hover {
    background-image: url(../img/header/nav06_on.png);
}

.o-nav__item--07 a {
    background-image: url(../img/header/nav07.png);
}

.o-nav__item--07 a:hover {
    background-image: url(../img/header/nav07_on.png);
}

.o-nav__item a {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

.o-nav__item:hover a {
    opacity: 1;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

.sticky.sticky-fixed.is-sticky {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
    margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
    margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
    position: absolute;
}

.o-event-info__list {
    list-style: none;
    width: 284px;
    height: 48px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../img/header/info.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.o-event-info__item {
    width: 14.28571%;
}

.o-event-info__item:hover {
    cursor: pointer;
}

.tooltip {
    /*ツールチップの対象要素*/
    position: relative;
    text-shadow: none;
    line-height: 1.3;
}

.tooltip .tooltiptext {
    /*ツールチップ本体*/
    visibility: hidden;
    width: 150px;
    color: #000;
    background-color: #fff;
    border: 3px solid #5e48b8;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    bottom: -40px;
    left: -110px;
    font-size: 1rem;
    z-index: 10;
    padding: 5px;
}

.tooltip .tooltiptext--wide {
    width: 200px;
    left: -150px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    /*吹き出しのアロー部分*/
    content: " ";
    position: absolute;
    right: 10px;
    top: -18px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #5e48b8 transparent;
}

.tooltip .tooltiptext {
    /*表示させる際のアニメーションエフェクト。透明にしておく*/
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    /*マウスホバーでアニメーションしながら表示*/
    opacity: 1;
}

.o-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.o-contents + .o-contents {
    margin-top: 50px;
}

.o-contents__sec_title {
    text-align: center;
    position: relative;
    top: -70px;
    margin-bottom: -50px;
}

.o-contents__title {
    margin-bottom: 30px;
}

.o-contents__sp-title {
    display: none;
}

.o-contents__min-title {
    border-bottom: solid 2px #006600;
    border-left: solid 2px #006600;
    margin: 3rem 3rem 2rem;
    padding: 0 10px;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #006600;
    border-end-start-radius: 3px;
    font-weight: bold;
}

.o-contents__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.o-contents__inner + .o-contents__inner {
    margin-top: 50px;
}

.o-section {
    margin-bottom: 150px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0 40px 40px;
    max-width:1000px;
    margin:0 auto;
    margin-bottom: 150px;
}

.o-section:first-child {
    padding-top: 60px;
}

.o-nav-sp {
    display: none;
    background-image: url(../img/common/bg-nav-sp.png);
    background-repeat: repeat;
    background-position: left top;
    padding: 20% 0;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.o-nav-sp.is_active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.o-nav-sp__warpper {
    position: relative;
}

.o-nav-sp__logo {
    text-align: center;
    padding-bottom: 3em;
}

.o-nav-sp__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.o-nav-sp__item {
    width: 48%;
    text-align: center;
    margin-bottom: 40px;
}

.o-hamburger {
    display: none;
}

.o-modal {
    display: none;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
}

.o-modal__contents {
    position: absolute;
    z-index: 10;
    top: 5%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    overflow-y: scroll;
    padding: 30px;
    width: 75%;
}

.o-modal__close-button {
    position: absolute;
    top: 0;
    right: 0;
}

.o-modal__close-button:hover {
    cursor: pointer;
}

.o-modal__close-button span {
    display: inline-block;
    vertical-align: middle;
    color: #ce59ff;
    line-height: 1;
    width: 30px;
    height: 3px;
    background-color: #ce59ff;
    border-radius: 0.1em;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.o-modal__close-button span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ce59ff;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.o-modal__table table {
    width: 100%;
    margin-top: 20px;
}

.o-modal__table table th {
    width: 30%;
    text-align: left;
    font-weight: normal;
    padding: 0.5em;
    background-color: #3affd4;
    border: 1px solid #bf44f2;
    vertical-align: middle;
}

.o-modal__table table th.title {
    background-color: #ffdc51;
}

.o-modal__table table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1em;
    border: 1px solid #bf44f2;
    background-color: #fff;
}

.o-modal-bg {
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
}

.js-modal-open {
    cursor: pointer;
    background-color: #ce58ff;
    width: 220px;
    height: 45px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    font-weight: bold;
    margin-top: 20px;
}

.js-modal-open::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 7px;
    height: 12px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.o-loading {
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-image: url(../img/common/bg_loading.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.o-loading__loaded {
    opacity: 0;
    visibility: hidden;
}

.o-loading__bar-bg {
    background-color: #ce58ff;
    width: 300px;
    margin: 50px auto 0;
    height: 20px;
}

.o-loading__bar {
    width: 100%;
    height: 100%;
    background: #3affd4;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-animation: loading_bar 2s linear 0s;
    animation: loading_bar 2s linear 0s;
}

@-webkit-keyframes loading_bar {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes loading_bar {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.c-attention .o-contents__sec_title {
    margin-top: 101px;
}

.c-attention__image-center {
    text-align: center;
}

.c-attention__image-flex {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-attention__image-flex--01 .left {
    text-align: center;
    width: 50%;
}

.c-attention__image-flex--01 .right {
    text-align: center;
    width: 50%;
    position: relative;
    top: 70px;
}

.c-attention__image-flex--02 .left {
    text-align: center;
    width: 62%;
}

.c-attention__image-flex--02 .right {
    text-align: center;
    width: 40%;
}

.c-attention__image-flex--02 .right .box {
    background-color: #ffcc66;
    margin-top: 15px;
    padding: 10px 30px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-attention__image-flex--02 .right .box p {
    padding-left: 10px;
    width: 65%;
    text-align: left;
}

.c-attention__contents-title {
    margin-top: 30px;
}

.c-attention__sp-contents-title {
    margin-top: 30px;
}

.c-howto__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-howto__flex--01 .left {
    width: 48%;
    line-height: 1.7;
}
.c-howto__flex--01 .lef p.note {
    font-size: 1.2rem;
}
.c-howto__flex--01 .lef p.note span {
    color: #cc3300;
}
.c-howto__flex--01 .left .button {
    text-align: center;
}
.c-howto__flex--01 .right {
    width: 48%;
}

.c-howto__flex--02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 99;
}

.c-howto__flex--02 img {
    margin-bottom: 30px;
}

.c-howto__flex--02 .dammy {
    width: 260px;
}

.c-howto__flex--02 .character {
    position: absolute;
    margin: 0;
    right: 0;
    top: 100px;
    z-index: -1;
}

.c-howto__flex--03 .left {
    width: 48%;
    line-height: 1.7;
}

.c-howto__flex--03 .left .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.c-howto__flex--03 .left .labels .label {
    background-color: #f0d700;
    color: #dc0000;
    width: 104px;
    height: 35px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.273;
}

.c-howto__flex--03 .left .labels .label + .label {
    margin-left: 10px;
}

.c-howto__flex--03 .right {
    width: 41%;
    line-height: 1.7;
}

.c-howto__image-center {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.c-howto__box .w440 {
    max-width: 460px;
}

.c-howto__box .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.labels--sp .label {
    font-size: 1.1rem !important;
}

.c-howto__box .labels .label {
    background-color: #f0d700;
    width: 104px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #dc0000;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1;
}

.c-howto__box .labels .label + .label {
    margin-left: 10px;
}

.c-howto__box .text {
    line-height: 1.7;
}

.benefit {
    border-radius: 3px;
    margin-top: 20px;
    background-color: #d4ffa1;
    padding: 10px  20px;
}

.benefit h5 {
    text-align: center;
}

.benefit p {
    font-size: 1.1rem;
    margin-top: 4px;
}

.c-howto__pb {
    padding-bottom: 50px;
}

.c-howto .picupBox {
    position: relative;
    background-image: none;
    padding: 20px 250px 20px 20px;
}

.c-howto .picupBox::after {
    content: "";
    display: block;
    width: 293px;
    height: 252px;
    background-image: url(../img/howto/character01.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -56px;
    bottom: -7px;
}
#howto02 .picupBox h5 {
    margin: 0;
}
#howto02 .picupBox p {
    margin-bottom: 0;
}
#howto02 .picupBox::after {
    width: 224px;
    height: 192px;
    background-image: url(../img/howto/character02.png);
    position: absolute;
    right: 0px;
    bottom: 0;
}
#howto03 .picupBox h5 {
    margin: 0;
}
#howto03 .picupBox p {
    margin-bottom: 0;
}
#howto03 .picupBox::after {
    width: 299px;
    height: 226px;
    background-image: url(../img/howto/character03.png);
    position: absolute;
    right: -40px;
    bottom: 0;
}
#howto04 .picupBox {
    margin-top: 50px;
}
#howto04 .picupBox h5 {
    margin: 0;
}
#howto04 .picupBox p {
    margin-bottom: 0;
    padding-bottom: 1em;
}
#howto04 .picupBox::after {
    content: none;
}
#howto05 .picupBox h5 {
    margin: 0;
}
#howto05 .picupBox p {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
#howto05 .picupBox p span {
    color: #ff6600;
    font-weight: bold;
}
#howto05 .picupBox::after {
    width: 227px;
    height: 245px;
    background-image: url(../img/howto/character04.png);
    position: absolute;
    right: 0px;
    bottom: 0;
}
.c-howto .picupBox h5 {
    margin: 2rem 0 1rem;
}

.c-howto .picupBox .bottomBox {
    margin: 2rem 0 1rem;
}

.c-howto__battle-step {
    margin-bottom: 40px;
}

.c-item__title--01 {
    padding-left: 2em;
}

.c-item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-item__flex--01 {
    margin-top: 20px;
}

.c-item__flex--01 .left {
    width: 55%;
    padding-left: 2em;
    line-height: 1.7;
}

.c-item__flex--01 .left span {
    font-size: 1.2rem;
    display: block;
    margin-top: 0.5em;
    color: #a0522d;
}

.c-item__flex--01 .right {
    width: 40%;
}

.c-item__flex--02 {
    margin-top: 40px;
}

.c-item__flex--02 .left {
    width: 40%;
}

.c-item__flex--02 .right {
    width: 55%;
    line-height: 1.7;
}

.c-item__flex--02 .right p {
    margin-top: 20px;
}

.c-item__flex--02 .right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 36px;
    background-color: #cc3300;
    border-radius: 18px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(115, 0, 0, 0.75);
    box-shadow: 0px 3px 0px 0px rgba(115, 0, 0, 0.75);
}

.c-item table {
    width: 100%;
    margin: 10px auto 10px;
    border-collapse: separate;
    border-top: 1px solid #800000;
    border-right: 1px solid #800000;
}

.c-data__block + .c-data__block {
    margin-top: 40px;
}

.c-data__block--table {
    padding: 0 20px;
}

.c-data h3 {
    text-align: center;
}

.c-data__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
}

.c-data__list--single {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-data__list--double {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-data__list--double .c-data__item {
    margin: 0 20px;
}

.c-data__item {
    width: 165px;
    height: auto;
    margin-bottom: 20px;
}

.c-data__item a {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 160px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff9a2e,
        0 0 16px rgba(64, 85, 108, 0.66);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff9a2e,
        0 0 16px rgba(64, 85, 108, 0.66);
    border-radius: 3px;
}

.c-data__item h4 {
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
    letter-spacing: -0.6px;
}

.c-data__table {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.c-data__table th {
    text-align: left;
    font-weight: normal;
    padding: 0.5em;
    background-color: #3affd4;
    border: 1px solid #bf44f2;
}

.c-data__table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1em;
    border: 1px solid #bf44f2;
}

.c-data__table td:nth-child(odd) {
    background-color: #fff;
}

.c-data__table td:nth-child(even) {
    background-color: #3affd4;
}

.c-data__table td:first-child {
    background-color: #fff;
}

.c-data caption {
    font-weight: bold;
    font-size: 1.6rem;
    border-top: 2px solid #800000;
    padding: 1rem 0;
    color: #800000;
}

.c-data table {
    width: 100%;
    margin: 3rem auto;
    border-collapse: separate;
    border-top: 1px solid #3a73d2;
    border-right: 1px solid #3a73d2;
}

.c-data table th {
    vertical-align: middle;
    text-align: center;
    background-color: #5e8cd9;
    border-bottom: 1px solid #3a73d2;
    border-left: 1px solid #3a73d2;
}

.c-data table th.title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
}

.c-data table td {
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #3a73d2;
    border-bottom: 1px solid #3a73d2;
}

.c-data .card2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-data .card2 li {
    background-color: #fff;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 32%;
}

.c-data .card2 li.dummy {
    background-color: transparent;
}

.c-data .card2 li h4 {
    margin-top: 10px;
    color: #094866;
    background-color: #c0e4e7;
}

.c-join .green {
    color: #144a09;
}

.c-join__flex {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-join__flex .map {
    margin: 0 25px;
}

.c-join__flex .map img {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff9a2e,
        0 0 16px rgba(64, 85, 108, 0.66);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff9a2e,
        0 0 16px rgba(64, 85, 108, 0.66);
    border-radius: 3px;
}

.c-join__flex h4 {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: normal;
    color: #000;
}

.c-join__btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-join__btn .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    min-width: 140px;
    height: 140px;
    min-height: 140px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000;
}

.c-join__btn p {
    font-size: 1.4rem;
    margin-left: 15px;
    width: 85%;
}

.c-guide__title {
    text-align: center;
    margin-bottom: 35px;
}

.c-guide__image {
    text-align: center;
}

.c-guide__image p {
    color: #2c3360;
    margin-top: 10px;
    font-size: 1.3rem;
}

.c-guide__list {
    margin-top: 50px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-guide__list::before {
    content: "";
    display: block;
    width: 210px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.c-guide__list::after {
    content: "";
    display: block;
    width: 210px;
}

.c-guide__item {
    position: relative;
    padding: 10px;
    background-color: #327ac5;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff9a2e,
        0 0 16px rgba(64, 85, 108, 0.66);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff9a2e,
        0 0 16px rgba(64, 85, 108, 0.66);
    border-radius: 3px;
    width: 210px;
    height: 160px;
    margin-bottom: 50px;
}

.c-guide__item .icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -25px;
}

.c-guide__item h4 {
    margin-top: 15px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.c-guide__item p {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #fff;
    padding: 0 10px;
}

.c-guide__item p span {
    display: block;
    color: #ffe100;
}

.c-guide .card li h4 {
    line-height: 1.3;
    color: #e51600;
    margin: 1rem;
    background-color: #faeab2;
}

.c-wallpaper__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

.c-wallpaper__sample {
    text-align: center;
}

.c-wallpaper__buttons {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-wallpaper__button + .c-wallpaper__button {
    position: relative;
}

.c-wallpaper__button:nth-child(2) {
    top: -4px;
}

.c-wallpaper__button:nth-child(3) {
    top: -8px;
}

.c-wallpaper__comment {
    padding: 0 10px;
}

.c-caution p + p {
    margin-top: 2em;
}

.c-caution ul {
    margin-top: 10px;
}

.c-caution ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
}

/* 2022/09追加 */
.c-attention .o-contents__title {
    text-align: center;
}
.c-attention .o-contents__inner {
    margin-bottom: 60px;
}
.c-attention .o-contents__inner:last-child {
    margin-bottom: 0;
}
.c-attention__imageFlex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 29px 30px;
}

.c-attention__imageFlexContainer {
    text-align: center;
}

.c-attention__imageFlexContainer a {
    display: block;
    margin-top: 18px;
}

.c-attention__imageFlex + .c-attention__imageFlex {
    margin-top: 29px;
}

.c-item__flex--01 .left span {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    color: #000;
}
.c-item__flex--01 .left span .red {
    color: #cc3300;
}
.c-item table {
    border-top: 1px solid #3a73d2;
    border-right: 1px solid #3a73d2;
}
.c-item table th {
    background-color: #5e8cd9;
    border-bottom: 1px solid #3a73d2;
    border-left: 1px solid #3a73d2;
}
.c-item table td {
    border-left: 1px solid #3a73d2;
    border-bottom: 1px solid #3a73d2;
    background-color: #fff;
    width: 40%;
}
.c-item .inner {
    max-width: 750px;
    margin: 0 auto;
}
.c-item h5 {
    background-color: #cc3300;
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.c-item h6 {
    background-color: #f3820a;
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-item__enchantment {
    max-width: 810px;
    margin: 150px auto 0;
    position: relative;
    border: 3px solid #750000;
    border-radius: 3px;
    padding: 30px 250px 30px 30px;
}
.c-item__enchantment h5 {
    background-color: transparent;
    padding: 0;
    text-align: center;
    display: block;
    border-bottom: 3px solid #350302;
    padding-bottom: 15px;
}
.c-item__enchantment p {
    margin-top: 15px;
}
.c-item__enchantment .button {
    text-align: center;
    margin-top: 20px;
}
.c-item__enchantment .ss {
    position: absolute;
    top: -100px;
    right: -10px;
}
.o-contents__bodyTitle {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.o-contents__bodyTitle:first-child {
    margin-top: 0;
}
.c-wallpaper__block {
    display: flex;
    justify-content: space-between;
}
.c-wallpaper__block .left {
    width: 60%;
    text-align: center;
}
.c-wallpaper__block .right {
    width: 33%;
}
.c-wallpaper__block .right a {
    display: inline-block;
}
.c-wallpaper__block .right a + a {
    margin-top: 20px;
}
.c-wallpaper h3 {
    margin-top: 17px;
}
.c-wallpaper p {
    margin-top: 15px;
}
.c-wallpaper__buttonSite {
    margin-top: 14px;
}
.c-howto__flow {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}
.c-howto__flow img {
    width: 31%;
}
.w440 {
}
.w440 + .w440 {
    padding-left: 10px;
}
.adviceMinTitle {
    margin: 30px 0;
    background-color: #cc3300;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adviceList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.adviceList li {
    width: 48%;
    display: flex;
    border: 1px solid #3a73d2;
    margin-bottom: 20px;
}
.adviceList li.noteItem {
    border: none;
    font-size: 1.2rem;
}
.adviceList li.noteItem span {
    color: #cc3300;
}
.adviceList li .left {
    width: 59%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.adviceList li .right {
    width: 41%;
    border-left: 1px solid #3a73d2;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adviceList li .right img {
    /* width: 100%; */
}
.adviceList li .title {
    background-color: #5e8cd9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    line-height: 100%;
}
.adviceList li .inner {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.adviceList li p {
    font-size: 1.2rem;
}
.adviceList li p + p {
    margin-top: 0;
}
.adviceList li p.note {
    font-size: 1rem;
    padding-left: 1em;
    text-indent: -1em;
}
.adviceList li p span {
    color: #cc3300;
}
.adviceList li table {
    margin-top: auto;
}
.adviceList li table th {
    background-color: #5e8cd9;
    border: 1px solid #3a73d2;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 50%;
}
.adviceList li table td {
    background-color: #fff;
    border: 1px solid #3a73d2;
    color: #000;
    padding: 5px;
    width: 50%;
}

.c-howto .adviceBox {
    padding: 20px;
    max-width: 800px;
}
.c-howto .adviceBox .advice-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.c-howto .adviceBox .advice-flex .left {
    width: 60%;
}
.c-howto .adviceBox .advice-flex .left p {
    margin-top: 20px;
}
.c-howto .adviceBox .advice-flex .left p span {
    color: #cc3300;
    font-weight: bold;
}
.c-howto .adviceBox .advice-flex .right {
    position: relative;
    top: -175px;
    right: -27px;
    margin-bottom: -110px;
}
.c-howto .adviceBox .advice-flex .right--02 {
    top: -145px;
    right: 0px;
    margin-bottom: -145px;
}
.c-howto .adviceBox .advice-flex--03 {
    align-items: flex-end;
}
.c-howto .adviceBox .advice-flex--03 .right--03 {
    top: auto;
    right: auto;
    margin-bottom: 0;
}
.c-howto__flex .left .imageArea {
    margin-top: 23px;
    margin-left: 24px;
    width: 150%;
}

@media only screen and (max-width: 599px) {
    .c-howto__flex .left .imageArea {
        width: 90%;
    }    
}
.adviceBlock {
    margin-top: 50px;
}
.adviceBlock p {
    margin-top: 20px;
}
.adviceCourse {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.adviceCourse li {
    width: 48%;
    margin-bottom: 25px;
    font-size: 1.2rem;
    background-color: #fff;
    border: 1px solid #3a73d2;
}
.adviceCourse li .title {
    background-color: #5e8cd9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    line-height: 100%;
}
.adviceCourse li img {
    padding: 10px;
}
.adviceCourse li p {
    padding: 10px;
    padding-top: 0;
}
.adviceCourse li .block {
    border: 1px solid #3a73d2;
    background-color: #fff;
    margin: 10px;
}
.adviceCourse li .blockTitle {
    background-color: #5e8cd9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    line-height: 100%;
}
.adviceCourse li .blockText {
    padding: 10px;
    min-height: 7em;
}

@media only screen and (max-width: 1000px) {
    .c-howto__flex--02 {
        flex-direction: column;
    }
    .c-howto__flex--02 .dammy {
        display: none;
    }
    .c-howto__flex--02 .character {
        position: initial;
    }
    .c-howto .adviceBox .advice-flex .right {
        position: relative;
        top: auto;
        right: auto;
        width: 35%;
        margin-bottom: 0px;
    }
}
.adviceList li.dammyItem {
    height: 200px;
    border: none;
}
.advice-ban {
    margin-top: 20px;
}
.advice-ban table {
    margin-top: 20px;
}
.advice-ban table th {
    background-color: #5e8cd9;
    border: 1px solid #3a73d2;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 25%;
    vertical-align: middle;
}
.advice-ban table td {
    background-color: #fff;
    border: 1px solid #3a73d2;
    color: #000;
    padding: 5px;
    width: 75%;
}

@media only screen and (max-width: 599px) {
    body {
        min-width: auto;
        line-height: 1.5;
    }
    #content {
        padding: 0;
    }
    .o-nav nav {
        padding-bottom: 0;
    }
    .o-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .o-nav__item {
        width: 45%;
        margin-bottom: 10px;
    }
    .o-nav__item a {
        font-size: 1.4rem;
    }
    .o-contents__sec_title {
        margin-bottom: 10px;
        padding: 0 10px;
        top: -50px;
        margin-bottom: -30px;
    }
    .o-contents__title {
        display: none;
    }
    .o-contents__sp-title {
        display: block;
        margin-bottom: 10px;
        font-size: 2rem;
        padding-left: 5px;
        border-left: solid 5px #875f38;
        border-bottom: solid 3px #875f38;
    }
    .o-contents__min-title {
        font-size: 1.6rem;
        margin: 0 0 10px;
    }
    .o-section {
        padding: 0 20px 20px;
    }
    .o-section:first-child {
        padding-top: 40px;
    }
    .o-nav-sp {
        display: block;
    }
    .o-hamburger {
        display: block;
        position: fixed;
        z-index: 9998;
        top: 1rem;
        right: 1rem;
        width: 45px;
        height: 45px;
        background-color: #ff7592;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }
    .o-hamburger:hover {
        cursor: pointer;
    }
    .o-hamburger span {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }
    .o-hamburger span + span {
        margin-top: 5px;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }
    .o-hamburger.is_active {
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        background-color: transparent;
        border: none;
    }
    .o-hamburger.is_active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .o-hamburger.is_active span:nth-child(2) {
        display: none;
    }
    .o-hamburger.is_active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .o-hamburger.is_active span + span {
        margin-top: 0;
        top: -1px;
    }
    .o-modal__contents {
        width: 90%;
        padding: 0;
        padding-top: 30px;
    }
    .o-modal__close-button {
        top: 15px;
    }
    .js-modal-open {
        margin-top: 10px;
    }
    .o-loading {
        background-size: cover;
    }
    .c-attention__image-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .c-attention__image-flex--01 .left {
        width: 100%;
    }
    .c-attention__image-flex--01 .right {
        width: 100%;
        margin-top: 15px;
        top: 0;
    }
    .c-attention__image-flex--02 .left {
        width: 100%;
    }
    .c-attention__image-flex--02 .right {
        width: 100%;
        margin-top: 15px;
    }
    .c-attention__image-flex--02 .right .box {
        padding: 10px;
    }
    .c-howto__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .c-howto__flex--01 .left {
        line-height: 1.5;
        width: 100%;
    }
    .c-howto__flex--01 .right {
        width: 100%;
        margin-top: 15px;
    }
    .c-howto__flex--02 img {
        margin-bottom: 15px;
    }
    .c-howto__flex--03 {
        margin-bottom: 30px;
    }
    .c-howto__flex--03 .left {
        line-height: 1.5;
        width: 100%;
    }
    .c-howto__flex--03 .right {
        width: 60%;
        margin-top: 15px;
    }
    .c-howto__box .w440.sp-mt {
        margin-top: 15px;
    }
    .c-howto__box .labels--sp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-howto__box .labels--sp .label {
        width: 48% !important;
        margin-bottom: 10px;
        font-size: 1.2rem !important;
    }
    .c-howto__box .labels--sp .label + .label {
        margin-left: 0 !important;
    }
    .c-howto__box .benefit {
        margin-bottom: 15px;
    }
    .c-howto__battle-step {
        margin-bottom: 20px;
    }
    .c-item__title--01 {
        padding-left: 0;
    }
    .c-item__flex {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .c-item__flex--01 .left {
        width: 100%;
        padding-left: 0;
        line-height: 1.5;
    }
    .c-item__flex--01 .right {
        width: 100%;
        margin-top: 15px;
    }
    .c-item__flex--02 .left {
        width: 100%;
    }
    .c-item__flex--02 .right {
        width: 100%;
        margin-top: 15px;
        line-height: 1.5;
    }
    .c-data__block + .c-data__block {
        margin-top: 20px;
    }
    .c-data__block--table {
        padding: 0 10px;
    }
    .c-data__list {
        padding: 0 10px;
    }
    .c-data__list--double {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-data__list--double .c-data__item {
        margin: 0;
    }
    .c-data__item {
        width: 48%;
    }
    .c-data__item a {
        width: auto;
    }
    .c-data__item h4 {
        margin-top: 0.5em;
    }
    .c-data__item--empty {
        display: none;
    }
    .c-data .card2 li {
        width: 48%;
        margin-bottom: 10px;
    }
    .c-data .card2 li h4 {
        font-size: 1.3rem;
    }
    .c-join__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .c-join__flex .map {
        margin: 0;
    }
    .c-join__flex .map + .map {
        margin-top: 20px;
    }
    .c-join__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }
    .c-join__btn p {
        margin-left: 0;
        margin-top: 10px;
    }
    .c-guide__title {
        margin-bottom: 25px;
    }
    .c-guide__list {
        padding: 0;
    }
    .c-guide__item {
        width: 48%;
        height: 230px;
        margin-bottom: 30px;
    }
    .c-guide__item h4 {
        font-size: 1.3rem;
        letter-spacing: -1px;
    }
    .c-guide .card li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .c-guide .card li + li {
        margin-top: 5px;
    }
    .c-wallpaper__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .c-wallpaper__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-top: 10px;
    }
    .c-wallpaper__button {
        width: 32%;
    }
    .c-wallpaper__button + .c-wallpaper__button {
        margin-top: 0;
    }
    .c-wallpaper__button:nth-child(2) {
        top: 0;
    }
    .c-wallpaper__button:nth-child(3) {
        top: 0;
    }
    .c-wallpaper__comment {
        padding: 0;
        margin-top: 15px;
    }
    .c-attention__imageFlex {
        flex-direction: column;
    }
    /* 2022/09追加 */
    .c-attention .o-contents__title {
        display: block;
    }
    .c-attention__imageFlex img + img {
        margin-top: 15px;
    }
    .c-item__enchantment {
        padding: 10px;
        margin-top: 50px;
    }
    .c-item__enchantment .ss {
        position: unset;
        text-align: center;
        margin-top: 15px;
    }
    .c-wallpaper__block {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .c-wallpaper__block .left {
        width: 100%;
    }
    .c-wallpaper__block .right {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .c-wallpaper__block .right a {
        display: inline-block;
        width: 31%;
    }
    .c-wallpaper__block .right a + a {
        margin-top: 0;
    }
    .c-howto__flex--01 .right {
        width: 100%;
        text-align: center;
    }
    .c-howto .picupBox {
        padding: 20px 20px 0 20px;
    }
    .c-howto .picupBox::after {
        position: relative;
        right: auto;
    }
    #howto02 .picupBox::after {
        position: relative;
        right: auto;
    }
    #howto03 .picupBox::after {
        position: relative;
        right: auto;
    }

    #howto05 .picupBox::after {
        position: relative;
        right: auto;
    }
    .c-howto__flow {
        flex-direction: column;
        padding: 0;
        margin-top: 30px;
    }
    .c-howto__flow img {
        width: 100%;
    }
    .c-howto__flow img + img {
        margin-top: 10px;
    }
    .w440 {
        width: 100%;
    }
    .c-howto .adviceBox {
        padding-bottom: 20px;
    }
    .c-howto .adviceBox .advice-flex {
        flex-direction: column;
    }
    .c-howto .adviceBox .advice-flex .left {
        width: 100%;
    }
    .c-howto .adviceBox .advice-flex .right {
        width: 100%;
        top: auto;
        right: auto;
        margin-top: 20px;
        text-align: center;
    }
    .adviceList {
        flex-direction: column;
    }
    .adviceList li {
        width: 100%;
    }
    .adviceCourse {
        flex-direction: column;
    }
    .adviceCourse li {
        width: 100%;
    }
    .adviceCourse li .blockText {
        min-height: auto;
    }
    .adviceList li.dammyItem {
        display: none;
    }
}

.note span {
    color: #ce461d;
}

.c-banner {
    padding: 50px 0;
}

.c-banner .bannerArea {
    text-align: center;
}
.c-banner .bannerArea img {
    padding: 0 25px;
}

#roEntryFooter {
    z-index: 9999 !important;
}