@charset "UTF-8";

/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#contentArea {
    background: white;
    width: 1000px;
    margin: 0 auto;
}

#contentArea #contentAreaInner {
    padding: 0;
    margin: 0;
    width: 735px;
    float: left;
}

#contentArea #contentRight {
    width: 235px;
    float: right;
    padding: 0;
    margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
    .l-contents-button {
        text-align: center;
        margin-bottom: 20px;
    }

    .l-contents-button.typeA {
        margin-bottom: 20px;
    }

    .l-contents-button__caution {
        text-align: center;
        color: #ef0012;
        font-size: 18px;
    }

    .l-contents-button__caution.typeA {
        font-size: 28px;
    }

    .l-contents-button__hover :hover {
        opacity: .6;
    }

    .l-contents-btn__list {
        text-align: center;
        letter-spacing: -.4em;
    }

    .l-contents-btn__item {
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 10px;
    }

    .l-contents-btn__item:last-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 799px) {
    .l-contents-button {
        text-align: center;
        margin-bottom: 4%;
    }

    .l-contents-button.typeA {
        margin-bottom: 5%;
    }

    .l-contents-button__caution {
        text-align: center;
        color: #ef0012;
        font-size: 90%;
    }

    .l-contents-button__caution.typeA {
        font-size: 120%;
    }

    .l-contents-btn__list {
        text-align: center;
        margin-bottom: 2%;
    }

    .l-contents-btn__item {
        display: inline-block;
        margin-bottom: 2%;
    }

    .l-contents-btn__item:last-of-type {
        margin-bottom: 0;
    }
}

/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media-typeA {
    padding-top: 65px;
}

.media-typeB {
    padding-top: 85px;
}

.media__list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.media__item {
    display: table-cell;
    padding: 0 20px 20px;
}

.media__text {
    font-size: 14px;
    margin-top: 10px;
}

.media__text-blue {
    color: #22477e;
}

.media__note {
    line-height: 1.8;
    color: #955e4b;
    font-size: 12px;
    text-align: left;
}

.media__note li {
    text-indent: -1em;
    padding-left: 1em;
}

.media__note02 {
    line-height: 1.8;
    color: #955e4b;
    font-size: 12px;
    text-align: left;
    margin: 0 25px;
}

.media__note02 li {
    text-indent: -1em;
    padding-left: 1em;
}

.media__note03 {
    line-height: 1.8;
    color: #955e4b;
    font-size: 12px;
    text-align: left;
    margin: 0 12px;
}

.media__note03 li {
    text-indent: -1em;
    padding-left: 1em;
}

.media__note04 {
    line-height: 1.8;
    color: #955e4b;
    font-size: 12px;
    text-align: left;
    margin: -10px 105px 0;
}

.media__note04 li {
    text-indent: -1em;
    padding-left: 1em;
}

.media__image {
    padding: 25px 0;
}

.list-typeA {
    margin-bottom: 65px;
}

.media-entry {
    padding-top: 30px;
}

.media-entry__list {
    display: table;
    table-layout: fixed;
    width: 90%;
}

.media-entry__item {
    display: table-cell;
    padding-right: 20px;
}

.media-entry__label-title {
    margin-bottom: 20px;
}

.media-entry__label-button {
    vertical-align: bottom;
}

.media-pop {
    margin: 0 auto;
}

.media-pop__image {
    padding: 25px 0 10px;
}

.media-pop__note {
    line-height: 1.8;
    color: #955e4b;
    font-size: 12px;
    text-align: right;
}

.pop-typeA {
    width: 300px;
}

.pop-typeB {
    width: 450px;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mr10 {
    margin-right: 10px;
}

.u-ml10 {
    margin-left: 10px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mr20 {
    margin-right: 20px;
}

.u-ml20 {
    margin-left: 20px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mr30 {
    margin-right: 30px;
}

.u-ml30 {
    margin-left: 30px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mr40 {
    margin-right: 40px;
}

.u-ml40 {
    margin-left: 40px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mr50 {
    margin-right: 50px;
}

.u-ml50 {
    margin-left: 50px;
}

.u-mt60 {
    margin-top: 60px;
}

.u-mb60 {
    margin-bottom: 60px;
}

.u-mr60 {
    margin-right: 60px;
}

.u-ml60 {
    margin-left: 60px;
}

.u-mt70 {
    margin-top: 70px;
}

.u-mb70 {
    margin-bottom: 70px;
}

.u-mr70 {
    margin-right: 70px;
}

.u-ml70 {
    margin-left: 70px;
}

.u-mt80 {
    margin-top: 80px;
}

.u-mb80 {
    margin-bottom: 80px;
}

.u-mr80 {
    margin-right: 80px;
}

.u-ml80 {
    margin-left: 80px;
}

.u-mt90 {
    margin-top: 90px;
}

.u-mb90 {
    margin-bottom: 90px;
}

.u-mr90 {
    margin-right: 90px;
}

.u-ml90 {
    margin-left: 90px;
}

.u-mt100 {
    margin-top: 100px;
}

.u-mb100 {
    margin-bottom: 100px;
}

.u-mr100 {
    margin-right: 100px;
}

.u-ml100 {
    margin-left: 100px;
}

.u-pt10 {
    padding-top: 10px;
}

.u-pb10 {
    padding-bottom: 10px;
}

.u-pr10 {
    padding-right: 10px;
}

.u-pl10 {
    padding-left: 10px;
}

.u-pt20 {
    padding-top: 20px;
}

.u-pb20 {
    padding-bottom: 20px;
}

.u-pr20 {
    padding-right: 20px;
}

.u-pl20 {
    padding-left: 20px;
}

.u-pt30 {
    padding-top: 30px;
}

.u-pb30 {
    padding-bottom: 30px;
}

.u-pr30 {
    padding-right: 30px;
}

.u-pl30 {
    padding-left: 30px;
}

.u-pt40 {
    padding-top: 40px;
}

.u-pb40 {
    padding-bottom: 40px;
}

.u-pr40 {
    padding-right: 40px;
}

.u-pl40 {
    padding-left: 40px;
}

.u-pt50 {
    padding-top: 50px;
}

.u-pb50 {
    padding-bottom: 50px;
}

.u-pr50 {
    padding-right: 50px;
}

.u-pl50 {
    padding-left: 50px;
}

.u-pt60 {
    padding-top: 60px;
}

.u-pb60 {
    padding-bottom: 60px;
}

.u-pr60 {
    padding-right: 60px;
}

.u-pl60 {
    padding-left: 60px;
}

.u-pt70 {
    padding-top: 70px;
}

.u-pb70 {
    padding-bottom: 70px;
}

.u-pr70 {
    padding-right: 70px;
}

.u-pl70 {
    padding-left: 70px;
}

.u-pt80 {
    padding-top: 80px;
}

.u-pb80 {
    padding-bottom: 80px;
}

.u-pr80 {
    padding-right: 80px;
}

.u-pl80 {
    padding-left: 80px;
}

.u-pt90 {
    padding-top: 90px;
}

.u-pb90 {
    padding-bottom: 90px;
}

.u-pr90 {
    padding-right: 90px;
}

.u-pl90 {
    padding-left: 90px;
}

.u-pt100 {
    padding-top: 100px;
}

.u-pb100 {
    padding-bottom: 100px;
}

.u-pr100 {
    padding-right: 100px;
}

.u-pl100 {
    padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
    font-family: TBUDGothic Std, "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 800px) {
    #wrapper2 {
        max-width: none;
    }

    #alm-gundam_article {
        width: 800px;
        margin: auto;
    }

    #alm-gundam_article img {
        vertical-align: top;
    }

    .l-article__head {
        background: url(../img/contents_outer_head.png) no-repeat center top;
        padding-top: 51px;
    }

    .l-article__body {
        background: url(../img/contents_outer_body01.png) repeat-y center top;
    }

    .l-article__foot {
        background: url(../img/contents_outer_foot01.png) no-repeat center bottom;
        padding-bottom: 39px;
    }

    .l-contents__title {
        line-height: 1;
        text-align: center;
        margin-bottom: -12px;
    }

    .l-contents__body {
        padding: 40px 30px 38px;
        background: #ffffff;
    }

    .l-contents__inner {
        padding: 0 30px;
    }

    .l-contents-read {
        margin-top: -19px;
        text-align: center;
        font-weight: 900;
        font-style: normal;
        font-size: 26px;
        color: #000000;
        line-height: 50px;
        margin: 5px 0 -20px;
        letter-spacing: -.05em;
    }

    .l-contents-length {
        margin-bottom: 30px;
    }

    .l-contents-length:last-of-type {
        margin-bottom: 60px;
    }

    .l-contents-block {
        position: relative;
        margin-bottom: 60px;
    }

    .l-contents-block.typeA {
        margin-bottom: 30px;
        background: #000D23;
        border: 3px solid #000000;
    }

    .l-contents-block:last-of-type {
        margin-bottom: 0;
    }

    .l-contents-block__head {
        background: url(../img/contents_inner_head01.png) no-repeat center top;
        padding-top: 47px;
    }

    .l-contents-block__body {
        background: url(../img/contents_inner_body.png) repeat-y center top;
    }

    .l-contents-block__body.typeA {
        background: url(../img/contents_inner_body02.png) repeat-y center top;
    }

    .l-contents-block__body.typeB {
        margin-bottom: 30px;
        padding: 30px;
        background: #E0E0E0;
    }

    .l-contents-block__foot {
        background: url(../img/contents_inner_foot.png) no-repeat center bottom;
        padding-bottom: 28px;
    }

    .l-contents-block__foot.typeA {
        background: url(../img/contents_inner_foot02.png) no-repeat center bottom;
        padding-bottom: 25px;
    }

    .l-contents-block__title {
        position: relative;
    }

    .l-contents-block__title .imgA {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 30px;
        margin: auto;
        z-index: +1;
    }

    .l-contents-block__title .imgB {
        position: absolute;
        top: 0;
        right: 158px;
        padding-top: 32px;
        z-index: +1;
    }

    .l-contents-block__title .imgC {
        position: absolute;
        top: 0;
        right: 217px;
        padding-top: 32px;
    }

    .l-contents-block__badge {
        position: absolute;
        left: 0;
        top: 1px;
    }

    .l-contents-block__inner {
        padding: 118px 32px 57px;
    }

    .l-contents-block__inner.typeA {
        padding: 30px 22px 6px;
    }

    .l-contents-block__img {
        text-align: center;
        margin-bottom: 0;
    }

    .l-contents-block__img.typeB {
        margin-top: 5px;
    }

    .l-contents-block__img.typeC {
        margin-top: 50px;
    }

    .l-contents-block__list {
        text-align: left;
    }

    .l-contents-block__item {
        font-size: 10px;
        color: #ffffff;
    }

    .l-contents-block__item.typeB {
        color: #231815;
    }

    .l-contents-block__item.typeC {
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        margin-top: 8px;
    }

    .l-contents-block__table {
        width: 100%;
        /*margin-bottom: 30px;*/
    }

    .l-contents-block__table tr {
        border-bottom: 1px solid #ffffff;
    }

    .l-contents-block__table tr:nth-child(even) {
        background: #F0F0F0;
    }

    .l-contents-block__table tr:nth-child(odd) {
        background: #ffffff;
    }

    .l-contents-block__table tr:last-of-type {
        border-bottom: none;
    }

    .l-contents-block__table th {
        font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
        text-align: center;
        font-size: 14px;
        color: #333333;
        font-weight: normal;
        padding: 10px 5px 10px 15px;
    }

    .l-contents-block__table tr:nth-child(1) th {
        font-weight: bold;
        font-size: 16px;
    }

    .l-contents-block__table th:nth-child(2) {
        width: 50%;
    }

    .l-contents-block__table th:last-of-type {
        text-align: center;
    }

    .l-contents-block__table td {
        font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
        padding: 10px 0;
        font-size: 14px;
        819 color: #333333;
    }

    .l-contents-block__table td:first-of-type {
        text-align: center;
    }

    .l-contents-block__table td:nth-child(2) {
        text-align: left;
        width: 50%;
    }

    .l-contents-block__table td:nth-child(3) {
        text-align: center;
    }

    .l-contents-block__table td:last-of-type {
        text-align: right;
        padding-right: 18px;
    }

    .l-contents-point__area {
        background: #FFF100;
        padding: 20px 25px 25px;
    }

    .l-contents-point__list {
        text-align: center;
    }

    .l-contents-point__list.typeA {
        margin-bottom: 20px;
    }

    .l-contents-point__item {
        font-size: 14px;
        color: #231815;
    }

    .l-contents-point__item.typeA {
        font-size: 14px;
        color: #B1240A;
    }

    .l-contents-point__item.typeB {
        font-size: 18px;
    }

    .l-contents-point__link {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .l-contents-point__link:last-of-type {
        margin-bottom: 30px;
    }

    .l-contents-point__link a {
        text-decoration: underline;
        color: #e60012;
    }

    .l-contents-point__border {
        border: 3px solid #B1240A;
        padding: 15px 36px;
    }

    .l-contents-caution__block {
        margin-bottom: 20px;
    }

    .l-contents-caution__block:last-of-type {
        margin-bottom: 0;
    }

    .l-contents-caution__block.typeA {
        border: 1px solid #e60012;
        padding: 10px;
    }

    .l-contents-caution__title {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        text-align: left;
    }

    .l-contents-caution__list {
        text-align: left;
    }

    .l-contents-caution__item {
        color: #333333;
        font-size: 14px;
    }

    .l-contents-caution__item a {
        color: #007eff;
        text-decoration: underline;
    }

    .l-contents-caution__link {
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }

    .l-contents-caution__link a {
        color: #e60012;
        text-decoration: underline;
    }

    .l-contents-caution__link:last-of-type {
        margin-bottom: 0;
    }

    .gotop {
        text-align: center;
        margin: 30px 0;
    }

    div .visible-xs {
        display: none !important;
    }

    .fs-38 {
        font-size: 38px;
    }

    .fs-44 {
        font-size: 44px;
    }

    .contents-btn__list {
        letter-spacing: -.4em;
    }

    .contents-btn__item {
        display: inline-block;
        letter-spacing: normal;
        margin-right: 20px;
    }

    .contents-btn__item:last-of-type {
        margin-right: 0;
    }

    .entry_caution01,
    .entry_caution02 {
        width: 498px;
        height: 40px;
        display: block;
        content: '';
        margin: 0 auto;
    }

    .entry_caution01 {
        background-image: url(../img/btn_entry_caution01-off.png);
    }

    .entry_caution01:hover {
        background-image: url(../img/btn_entry_caution01-on.png);
    }

    .entry_caution02 {
        background-image: url(../img/btn_entry_caution02-off.png);
    }

    .entry_caution02:hover {
        background-image: url(../img/btn_entry_caution02-on.png);
    }

    .example_top {
        font-size: 28px;
        font-weight: 900;
        letter-spacing: -0.05em;
        color: #ffffff;
        text-align: center;
        background: #231815;
        padding: 20px 26px;
        margin: 60px 0 30px;
    }

    .example_top span.yellow {
        color: #FFEC35;
    }

    .example_top span.red {
        color: #E60012;
    }

    .example_bottom {
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.05em;
        color: #E60012;
        text-align: center;
        margin: 47px 0 0;
    }

    .example_bottom span {
        color: #231815;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: normal;
        margin-top: 10px;
        display: block;
    }

    .tbl_entry {
        width: 100%;
        min-width: 680px;
        margin: 0 auto;
    }

}

/* SP用
-------------------------------------------- */
@media screen and (max-width: 799px) {
    div#wrapper-content {
        /* background-image: url(../img/main-image.png);*/
    }

    div#wrapper-content img {
        vertical-align: top;
    }

    .hidden-xs {
        display: none !important;
    }

    #alm-gundam_article {
        margin: auto;
    }

    #alm-gundam_article img {
        vertical-align: top;
    }

    #alm-gundam_contents {
        background-color: #ffffff;
        background: url(../img/common_outer_bg.png);
        background-repeat: repeat;
    }

    .l-article__head {
        background: url(../img/contents_outer_head.png) no-repeat center top;
        background-size: 100%;
        padding-top: 5%;
    }

    .l-article__body {
        background: url(../img/contents_outer_body01.png) repeat-y center top;
        background-size: 100%;
    }

    .l-article__foot {
        background: url(../img/contents_outer_foot01.png) no-repeat center bottom;
        background-size: 100%;
        padding-bottom: 5%;
    }

    .l-contents {
        /*margin: 5% 3% 0;*/
    }

    .l-contents__title {
        line-height: 1;
        text-align: center;
        margin-bottom: -2%;
    }

    .l-contents__title img {
        width: 100%;
    }

    .l-contents__body {
        padding: 7% 3% 2%;
        background: #ffffff;
    }

    .l-contents__inner {
        padding: 0 3%;
    }

    .l-contents-read {
        text-align: center;
        font-weight: 900;
        font-style: normal;
        font-size: 16px;
        color: #000000;
        line-height: 32px;
    }

    .l-contents-length {
        margin-bottom: 5%;
        text-align: center;
    }

    .l-contents-length:last-of-type {
        margin-bottom: 0;
    }

    .l-contents-block {
        position: relative;
        margin-bottom: 10%;
    }

    .l-contents-block.typeA {
        margin-bottom: 6%;
        background: #000D23;
        border: 3px solid #000000;
    }

    .l-contents-block:last-of-type {
        margin-bottom: 0;
    }

    .l-contents-block__head {
        background: url(../img/contents_inner_head01.png) no-repeat center top;
        background-size: 100%;
        padding-top: 6%;
    }

    .l-contents-block__body {
        background: url(../img/contents_inner_body.png) repeat-y center top;
        background-size: 100%;
    }

    .l-contents-block__body.typeA {
        background: url(../img/contents_inner_body02.png) repeat-y center top;
        background-size: 100%;
    }

    .l-contents-block__foot {
        background: url(../img/contents_inner_foot.png) no-repeat center bottom;
        background-size: 100%;
        padding-bottom: 4%;
    }

    .l-contents-block__foot.typeA {
        background: url(../img/contents_inner_foot02.png) no-repeat center bottom;
        background-size: 100%;
        padding-bottom: 3%;
    }

    .l-contents-block__title .imgA {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 32px;
        margin: auto;
    }

    .l-contents-block__title .imgB {
        position: absolute;
        top: 0;
        right: 32px;
        padding-top: 32px;
    }

    .l-contents-block__title .imgC {
        position: absolute;
        top: 0;
        right: 36px;
        padding-top: 32px;
    }

    .l-contents-block__title .imgA {
        width: 65%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 6%;
        margin-right: 5%;
    }

    .l-contents-block__title .imgB {
        position: absolute;
        top: 0;
        right: 13%;
        padding-top: 6%;
        width: 46%;
    }

    .l-contents-block__title .imgC {
        position: absolute;
        top: 0;
        right: 9%;
        padding-top: 6%;
        width: 52%;
    }

    .l-contents-block__badge {
        width: 34%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .l-contents-block__body {
        padding: 15% 0 0;
        position: relative;
    }

    .l-contents-block__body.typeA {
        padding: 5% 5% 2%;
    }

    .l-contents-block__read {
        text-align: center;
        color: #0081cc;
        font-size: 15px;
        font-weight: 900;
        font-style: normal;
        line-height: 24px;
        margin-bottom: 5%;
    }

    .l-contents-block__img {
        text-align: center;
        margin-bottom: 6%;
    }

    .l-contents-block__img.typeB {
        width: 80%;
        margin: 9% auto 0;
    }

    .l-contents-block__img.typeC {
        width: 105%;
        margin: 9% auto 6%;
    }

    .l-contents-block__list {
        text-align: left;
    }

    .l-contents-block__list.typeA {
        text-align: center;
    }

    .l-contents-block__item {
        font-size: 70%;
        color: #ffffff;
    }

    .l-contents-block__item.typeC {
        font-size: 100%;
        text-align: center;
    }

    .l-contents-block__item.typeA {
        color: #333333;
    }

    .l-contents-block__table {
        width: 100%;
        margin-bottom: 5%;
    }

    .l-contents-block__table tr {
        border-bottom: 1px solid #ffffff;
    }

    .l-contents-block__table tr:nth-child(even) {
        background: #F0F0F0;
    }

    .l-contents-block__table tr:nth-child(odd) {
        background: #ffffff;
    }

    .l-contents-block__table tr:last-of-type {
        border-bottom: none;
    }

    .l-contents-block__table th {
        font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
        text-align: center;
        font-size: 80%;
        color: #231815;
        font-weight: normal;
        padding: 2% 0;
    }

    .l-contents-block__table tr:nth-child(1) th {
        font-size: 90%;
        font-weight: bold;
    }

    .l-contents-block__table th:first-of-type {
        width: 18%;
        vertical-align: middle;
    }

    .l-contents-block__table th:nth-child(2) {
        /*width: 50%;*/
        vertical-align: middle;
    }

    .l-contents-block__table th:nth-child(3) {
        width: 10%;
        vertical-align: middle;
    }

    .l-contents-block__table th:last-of-type {
        width: 22%;
        min-width: 8em;
        vertical-align: middle;
    }

    .l-contents-block__table td {
        padding: 1% 0;
        font-size: 75%;
        color: #333333;
        vertical-align: middle;
        font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    }

    .l-contents-block__table td:first-of-type {
        text-align: center;
    }

    .l-contents-block__table td:nth-child(2) {
        text-align: left;
    }

    .l-contents-block__table td:nth-child(3) {
        text-align: center;
    }

    .l-contents-block__table td:last-of-type {
        text-align: center;
    }

    .l-contents-point__area {
        background: #fff23f;
        /*border-radius: 20px;*/
        padding: 5% 3%;
    }

    .l-contents-point__list {
        text-align: center;
    }

    .l-contents-point__list.typeA {
        margin-bottom: 3%;
    }

    .l-contents-point__item {
        /*font-weight: bold;*/
        font-size: 70%;
        /*color: #B1240A;*/
    }

    .l-contents-point__item.typeA {
        font-size: 80%;
    }

    .l-contents-point__item.typeB {
        font-size: 85%;
    }

    .l-contents-point__link {
        font-size: 95%;
        font-weight: bold;
        margin-bottom: 4%;
    }

    .l-contents-point__link:last-of-type {
        margin-bottom: 5%;
    }

    .l-contents-point__link a {
        text-decoration: underline;
        color: #e60012;
    }

    .l-contents-point__border {
        border: 3px solid #B1240A;
        padding: 2%;
    }

    .l-contents-point__border ul li.l-contents-point__item.typeA {
        color: #B1240A !important;
    }

    .l-contents-caution__block {
        margin-bottom: 5%;
    }

    .l-contents-caution__block:last-of-type {
        margin-bottom: 0;
    }

    .l-contents-caution__block.typeA {
        border: 1px solid #e60012;
        padding: 2%;
    }

    .l-contents-caution__title {
        font-size: 90%;
        color: #333333;
        font-weight: bold;
        text-align: left;
    }

    .l-contents-caution__list {
        text-align: left;
    }

    .l-contents-caution__item {
        color: #333333;
        font-size: 90%;
    }

    .l-contents-caution__item a {
        color: #007eff;
        text-decoration: underline;
    }

    .l-contents-caution__link {
        font-size: 90%;
        text-align: left;
        margin-bottom: 3%;
    }

    .l-contents-caution__link a {
        color: #e60012;
        text-decoration: underline;
    }

    .l-contents-caution__link:last-of-type {
        margin-bottom: 0;
    }

    .fs-38 {
        font-size: 23px;
    }

    .fs-44 {
        font-size: 25px;
    }

    .l-contents-block__body.typeB {
        margin-bottom: 30px;
        padding: 5%;
        background: #E0E0E0;
        text-align: center;
    }

    .l-contents-block__item.typeB {
        color: #231815;
        font-size: 14px;
    }

    .entry_caution01 {
        margin-top: 8%;
        display: block;
        text-align: center;
    }

    .entry_caution02 {
        margin-bottom: 9%;
        display: block;
        text-align: center;
    }

    .example_top {
        font-size: 23px;
        font-weight: 900;
        letter-spacing: -0.05em;
        color: #ffffff;
        text-align: center;
        background: #231815;
        padding: 3%;
        margin: 60px 0 30px;
    }

    .example_top span.yellow {
        color: #FFEC35;
    }

    .example_top span.red {
        color: #E60012;
    }

    .example_bottom {
        font-size: 25px;
        font-weight: 900;
        letter-spacing: -0.05em;
        color: #E60012;
        text-align: center;
        margin: 47px 0 0;
    }

    .example_bottom span {
        color: #231815;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: normal;
        margin-top: 10px;
        display: block;
    }

    .tbl_entry {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

}

/* Common
------------------------------------------------------------- */
.wf-hannari {
    font-family: "Hannari";
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.color-red {
    color: #e60012;
}

.color-red02 {
    color: #B1240A;
}

.color-green {
    color: #009944;
}

.color-blue {
    color: #0081cc;
}

.color-pink {
    color: #e95471;
}

.tl-center {
    text-align: center;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
    background: #e60012;
    text-align: center;
}

@media screen and (min-width: 800px) {
    .coming {
        padding: 8px 0 6px;
    }

    .main__visual {
        /*padding-top: 30px;*/
        text-align: center;
    }
}

@media screen and (max-width: 799px) {
    div#wrapper-content .coming {
        padding: 2%;
    }

    div#wrapper-content .coming img {
        width: 15%;
        max-width: 59px;
    }

    .main__visual {
        text-align: right;
        /*padding: 5% 4% 0;*/
    }

    .main__visual img {
        width: 100%;
    }
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
    .l-contact {
        text-align: center;
        margin-bottom: -11px;
    }

    .snslist {
        text-align: center;
        letter-spacing: -.4em;
        padding: 60px 0;
    }

    .snslist__item {
        vertical-align: top;
        display: inline-block;
        letter-spacing: normal;
        margin: 0 3px;
    }

    .l-bnr {
        text-align: center;
        margin: 40px 0;
    }

    .l-bnr__item {
        line-height: 0;
    }

    .l-bnr__item a:hover {
        opacity: 0.6;
    }

    .l-copy {
        font-size: 12px;
        padding: 5px 0 3px;
        background: url(../img/bar.png);
        background-size: contain;
        color: #ffffff;
        text-align: center;
        line-height: 1;
    }
}

@media screen and (max-width: 799px) {
    .gotop {
        /*width: 50%;*/
        text-align: center;
        margin: 6% auto 1%;
    }

    .gotop__list {
        letter-spacing: -.4em;
    }

    .gotop__item {
        display: inline-block;
        width: 48%;
        margin-right: 3%;
    }

    .gotop__item:last-of-type {
        margin-right: 0;
    }

    .l-contact {
        padding: 5% 3%;
        text-align: center;
    }

    .l-contact img {
        margin: auto;
    }

    .snslist {
        text-align: center;
        letter-spacing: -.4em;
        padding: 10% 0;
    }

    .snslist__item {
        vertical-align: top;
        display: inline-block;
        letter-spacing: normal;
        margin: 0 3px;
    }

    .l-bnr {
        padding: 5% 3%;
    }

    .l-bnr-list__item:not(:last-child) {
        margin-bottom: 5%;
    }

    .l-copy {
        font-size: 80%;
        padding: 1.3% 0 2%;
        background: url(../img/bar.png);
        color: #ffffff;
        text-align: center;
        line-height: 1;
        background-size: contain;
    }
}

.icon {
    display: inline;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
    .l-nav__list {
        margin: 30px 0;
        text-align: center;
    }

    .l-nav__list.typeA {
        margin: 30px 0;
    }

    .l-nav__item {
        margin-bottom: 30px;
    }

    .l-nav__item:last-child {
        margin-bottom: 0;
    }

    .l-nav-block {
        border: 3px solid #0081cc;
        border-radius: 20px;
        background: #ffffff;
        padding-top: 22px;
    }

    .l-nav-block__inner {
        letter-spacing: -.4em;
        margin: 35px 0 30px;
        text-align: center;
    }

    .l-nav-block__btn {
        display: inline-block;
        letter-spacing: normal;
        margin-right: 6px;
    }

    .l-nav-block__btn:last-child {
        margin-right: 0;
    }

    .l-nav-block__date {
        background: #0081cc;
        border-radius: 0 0 10px 10px;
        line-height: 1;
        padding: 8px 0 9px;
    }

    .btn-present,
    .btn-lottery,
    .btn-target,
    .btn-entry {
        width: 362px;
        height: 87px;
        display: block;
        content: '';
    }

    .btn-present {
        background-image: url(../img/btn_present-off.png);
        background-position: -6px -10px;
    }

    .btn-present:hover {
        background-image: url(../img/btn_present-on.png);
        background-position: -6px -7px;
    }

    .btn-lottery {
        background-image: url(../img/btn_lottery-off.png);
        background-position: -6px -10px;
    }

    .btn-lottery:hover {
        background-image: url(../img/btn_lottery-on.png);
        background-position: -6px -7px;
    }

    .btn-target {
        background-image: url(../img/btn_target-off.png);
        background-position: -6px -6px;
    }

    .btn-target:hover {
        background-image: url(../img/btn_target-on.png);
    }

    .btn-entry {
        background-image: url(../img/btn_entry-off.png);
        background-position: -6px -6px;
    }

    .btn-entry:hover {
        background-image: url(../img/btn_entry-on.png);
    }

    .btn-presentpage {
        width: 688px;
        height: 108px;
        display: block;
        content: '';
        margin-top: 60px;
    }

    .btn-presentpage {
        background-image: url(../img/btn_present_entry-off.png);
        background-position: -6px -6px;
    }

    .btn-presentpage:hover {
        background-image: url(../img/btn_present_entry-on.png);
        background-position: -3px -3px;
    }

    .btn-presentpage.cs {
        background-image: url(../img/btn_present_entry-cs.png);
        background-position: -6px -6px;
    }

    .btn-presentpage.cs:hover {
        background-image: url(../img/btn_present_entry-cs.png);
        background-position: -6px -6px;
        cursor: default;
    }

    .btn-lotterypage {
        width: 688px;
        height: 108px;
        display: block;
        content: '';
        margin-top: 60px;
    }

    .btn-lotterypage {
        background-image: url(../img/btn_lottery_entry-off.png);
        background-position: -6px -6px;
    }

    .btn-lotterypage:hover {
        background-image: url(../img/btn_lottery_entry-on.png);
        background-position: -3px -3px;
    }

    .btn-lotterypage.cs {
        background-image: url(../img/btn_lottery_entry-cs.png);
        background-position: -6px -6px;
    }

    .btn-lotterypage.cs:hover {
        background-image: url(../img/btn_lottery_entry-cs.png);
        background-position: -6px -6px;
        cursor: default;
    }

    .btn-caution {
        width: 363px;
        height: 88px;
        display: block;
        content: '';
        margin: 50px auto 0;
    }

    .btn-caution {
        background-image: url(../img/btn_caution-off.png);
        background-position: -6px -6px;
    }

    .btn-caution:hover {
        background-image: url(../img/btn_caution-on.png);
        background-position: -3px -3px;
    }

    .btn-pagetop {
        width: 364px;
        height: 90px;
        display: block;
        content: '';
        margin: 0 auto;
    }

    .btn-pagetop {
        background-image: url(../img/btn_top-off.png);
        background-position: -6px -4px;
    }

    .btn-pagetop:hover {
        background-image: url(../img/btn_top-on.png);
        background-position: -6px -1px;
    }
}

@media screen and (max-width: 799px) {
    .l-nav__list {
        margin: 5% 4% 0;
        text-align: center;
    }

    .l-nav__list.typeA {
        margin: 5% 4%;
    }

    .l-nav__item {
        margin-bottom: 5%;
    }

    .l-nav__item:last-child {
        margin-bottom: 0;
    }

    .l-nav-block {
        border: 3px solid #0081cc;
        border-radius: 20px;
        background: #ffffff;
        padding-top: 5%;
    }

    .l-nav-block img {
        width: 95%;
        margin: 0 auto;
    }

    .l-nav-block__inner {
        margin: 5% 3%;
        text-align: center;
    }

    .l-nav-block__btn {
        display: inline-block;
        letter-spacing: normal;
        margin-bottom: 4%;
    }

    .l-nav-block__btn:last-child {
        margin-bottom: 0;
    }

    .l-nav-block__date {
        background: #0081cc;
        border-radius: 0 0 10px 10px;
        line-height: 1;
        padding: 2% 0;
    }

    .l-nav-block__date img {
        width: 50%;
        margin: 0 auto;
    }

    .btn-presentpage,
    .btn-caution,
    .btn-lotterypage {
        margin: 8% auto 0;
    }

    a.btn-presentpage,
    a.btn-caution,
    a.btn-lotterypage {
        display:block;
        margin: 7% auto 0;
    }

    .l-contents-button {
        text-align: center;
    }

    .l-contents-block__inner {
        padding: 8% 5% 6%;
    }
}

.hr {
    height: 3px;
    margin: 0;
    padding: 0;
}

.hr img {
    width: 100%;
    height: 3px;
}

#wrapper-content {
    background: url(../img/common_outer_bg.png);
    background-repeat: repeat;
    background-position: top center;
}

#alm-gundam_contents {
    background: url(../img/highlight.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

a:hover {
    opacity: 1;
}