@charset "UTF-8";

html, body  {
    font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#wrap_page .content *,
.float_btn_area,
.float_btn_area *,
.fix_area,
.fix_area * {
    box-sizing: border-box;
}

#wrap_page {
    position: relative;
}

#wrap_page, header {
    max-width: 390px;
}

#wrap_page main {
    position: relative;
    z-index: 4;
}

#wrap_page figure {
    margin: 0;
}

#wrap_page figure img {
    width: 100%;
}

#wrap_page .inner {
    padding: 0 5%;
}



/* --------------------------------------------------------------
パーツ
--------------------------------------------------------------- */
#wrap_page h2.h2_title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

#wrap_page .entry_btn {
    position: relative;
}

#wrap_page .entry_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -57.5%);
    line-height: 1.2;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
}

#wrap_page .link_btn {
    display: flex;
    margin: 18px auto 0;
    padding: 0.5em 2em;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 400px) {
    #wrap_page h2.h2_title {
        font-size: 8vw;
    }

    #wrap_page .entry_btn span {
        font-size: 4.4vw;
    }

    #wrap_page .link_btn {
        margin-top: 4vw;
        font-size: 4.4vw;
    }
}

/* goods_list */
#wrap_page .goods_list {
    margin-top: 10px;
}

#wrap_page .goods_list figure {
    position: relative;
    filter: drop-shadow(rgb(136, 136, 136) 3px 3px 3px);
}

#wrap_page .goods_list figure::before {
    content: '';
    display: block;
    position: absolute;
    top: -8%;
    left: -3%;
    width: 27.5%;
}

#wrap_page .goods_list figure.num01::before {
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/goods_icon_01.png) no-repeat left bottom / contain;
}

#wrap_page .goods_list figure.num02::before {
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/goods_icon_02.png) no-repeat left bottom / contain;
}

#wrap_page .goods_list figure.num03::before {
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/goods_icon_03.png) no-repeat left bottom / contain;
}

#wrap_page .goods_list figure img {
    border-radius: 10px;
}

#wrap_page .goods_list .desc {
    /* margin-top: 0.75em; */
    font-weight: 700;
}

#wrap_page .goods_list .desc span {
    display: block;
    font-size: 0.75em;
}

@media screen and (max-width: 400px) {
    #wrap_page .goods_list {
        margin-top: 2vw;
    }
}



/* --------------------------------------------------------------
kv
--------------------------------------------------------------- */
#kv img {
    width: 100%;
}


/* --------------------------------------------------------------
about
--------------------------------------------------------------- */
#about .lead {
    position: relative;
}

#about .lead .text p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

    color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}

#about .caption {
    position: relative;
}

#about .caption .text p {
    position: absolute;
    top: 0.25em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);

    color: #FFFFFF;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}

@media screen and (max-width: 400px) {
    #about .lead .text p {
        font-size: 4vw;
    }

    #about .caption .text p {
        font-size: 3vw;
    }
}



/* --------------------------------------------------------------
lineup
--------------------------------------------------------------- */
#lineup > .inner {
    padding-top: 30px;
    padding-bottom: 80px;
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/lineup_bg.jpg) repeat-y center top / 100% auto;
}


/* lead
-------------------------------------*/
#lineup .lead {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

#lineup .lead span.data {
    display: block;
    margin: 0.75em 0;
    font-size: 0.86em;
    font-weight: 500;
}

@media screen and (max-width: 400px) {
    #lineup .lead {
        font-size: 3.9vw;
    }
}


/* goods
-------------------------------------*/
#lineup .goods {
    position: relative;
    margin-top: 30px;
    line-height: 1.3;
}

#lineup .goods_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85.96%;
    text-align: center;
    transform: translate(-50%, -50%);
}

#lineup .goods_inner .title {
    font-size: 20px;
    font-weight: 700;
}

/* goods_list */
#lineup .goods_list > li + li {
    margin-top: 25px;
}

#lineup .goods_list figure::before {
    height: 66px;
}

#lineup .goods_list .desc {
    font-size: 15px;
}

@media screen and (max-width: 400px) {
    #lineup .goods_inner {
        width: 81.96%;
    }
    
    #lineup .goods_inner .title {
        font-size: 5vw;
    }

    #lineup .goods_list > li + li {
        margin-top: 4vw;
    }

    #lineup .goods_list figure::before {
        height: clamp(30px, 16vw, 66px);
    }

    #lineup .goods_list .desc {
        font-size: 4.2vw;
    }
}



/* --------------------------------------------------------------
entry
--------------------------------------------------------------- */
#entry {
    padding: 35px 0 50px;
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/entry_bg.jpg) repeat-y center top / 100% auto;
    color: #FFFFFF;
    text-align: center;
}

#entry .lead {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}

#entry .lead span {
    display: block;
    margin: 0.5em 0;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: underline;
}

@media screen and (max-width: 400px) {
    #entry .lead {
        font-size: 3.4vw;
    }
}


/* entry_box
-------------------------------------*/
#entry .entry_box {
    position: relative;
    margin-top: 40px;
}

#entry .entry_box_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

#entry .entry_box_inner p {
    color: #FFFFFF;
    font-weight: 500;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}

#entry .entry_box_inner p.small {
    font-size: 10px;
}

#entry .entry_box_inner p.medium {
    font-size: 13px;
}

#entry .entry_box_inner p.large {
    font-size: 18px;
    font-weight: 900;
}

#entry .entry_box_inner figure.logo {
    width: 77.19%;
    margin: 15px auto;
}

#entry .entry_box_inner .entry_btn {
    width: 78%;
    margin-top: 30px;
}

@media screen and (max-width: 400px) {
    #entry .entry_box_inner p.small {
        font-size: 2.4vw;
    }

    #entry .entry_box_inner p.medium {
        font-size: 3.1vw;
    }

    #entry .entry_box_inner p.large {
        font-size: 5vw;
    }

    #entry .entry_box_inner .entry_btn {
        margin-top: 3vw;
    }
}



/* --------------------------------------------------------------
howto
--------------------------------------------------------------- */
#howto > .inner {
    padding-top: 30px;
    padding-bottom: 60px;
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/howto_bg.jpg) repeat-y center top / 100% auto;
    text-align: center;
}

#howto .entry_btn.large {
    margin-top: 40px;
}


/* howto_box
-------------------------------------*/
#howto .howto_box {
    padding: 20px 0 40px;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.97) url(/kisekae/collabo_2/gundam_kaisen2510/img/box_bg.png);
    clip-path: polygon(0 0,
        calc(100% - 20px) 0,
        100% 20px,
        100% 100%,
        20px 100%,
        0 calc(100% - 20px));
}

#howto .howto_box .title {
    color: #0071BC;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 400px) {
    #howto .howto_box .title {
        font-size: 7.5vw;
    }
}


/* howto_box：step_list
-------------------------------------*/
#howto .howto_box .step_list {
    margin-top: 25px;
}

#howto .howto_box .step {
    background: #0071bc;
}

#howto .howto_box .step_list>li:first-of-type .step {
    clip-path: polygon(
        calc(0% + 20px) 0,
        100% 0,
        100% 100%,
        0 100%,
        0 calc(0% + 20px)
    );
}

#howto .howto_box .step p {
    padding: 0.9em 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    font-family: "Roboto", "Noto Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
    line-height: 1;
}

#howto .howto_box .step_detail {
    padding: 30px 0;
    background: #e5f1f8 url(/kisekae/collabo_2/gundam_kaisen2510/img/howto_step_arrow.png) no-repeat center top / 5%;
    border: 2px solid #0071bc;
}

#howto .howto_box .step_list > li:last-of-type .step_detail {
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
}

#howto .howto_box .step_list > li:last-of-type .step_detail::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -1px;
    bottom: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 20px solid #0071bc;
    border-left: 0;
    z-index: 2;
}

#howto .howto_box .step_detail p {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

#howto .howto_box .step_detail .phone {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
}

#howto .howto_box .step_detail .phone > figure {
    width: 51.7%;
}

#howto .howto_box .step_detail .caption {
    margin-top: 10px;
}

#howto .howto_box .step_detail .caption a {
    color: #000000;
    text-decoration: underline;
}

#howto .howto_box .step_detail .tal {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    text-indent: 1em;
    font-weight: 700;
}

#howto .howto_box .step_detail .tal span.tac {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 500;
    text-align: center;
}

#howto .howto_box .step_detail .tal span.nor {
    display: block;
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
}

#howto .howto_box .step_detail .link_btn {
    width: 93.2%;
    background: #0071BC url(/kisekae/collabo_2/gundam_kaisen2510/img/link_btn_arrow.png) no-repeat 95% center / 0.67em;
}

#howto .howto_box .step_detail .small {
    font-size: 12px;
    font-weight: 500;
}

#howto .howto_box .step_detail .link_btn + .small {
    margin-top: 0.5em;
}

#howto .howto_box .step_detail p + .small {
    margin-top: 1.5em;
    line-height: 2;
}

#howto .howto_box .btn {
    position: absolute;
    bottom: -1.5%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 2;
}

#howto .howto_box .btn .entry_btn {
    width: 95%;
}

@media screen and (max-width: 400px) {
    #howto .howto_box .step p {
        font-size: 5vw;
    }

    #howto .howto_box .step_detail {
        padding: 7.75vw 0;
    }

    #howto .howto_box .step_detail p {
        font-size: 3vw;
    }

    #howto .howto_box .step_detail .small {
        font-size: 2.5vw;
    }
}



/* --------------------------------------------------------------
plan
--------------------------------------------------------------- */
#plan > .inner {
    padding-top: 30px;
    padding-bottom: 60px;
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/plan_bg.jpg) repeat-y center top / 100% auto;
    text-align: center;
}


/* plan_box
-------------------------------------*/
#plan .plan_box {
    padding-bottom: 40px;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.97) url(/kisekae/collabo_2/gundam_kaisen2510/img/box_bg.png);
    clip-path: polygon(20px 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            0 100%,
            0 20px);
}

#plan .plan_box .small {
    margin-top: 20px;
    font-size: 8px;
    font-weight: 500;
}

#plan .link_btn {
    width: 80.12%;
    background: #d00f31 url(/kisekae/collabo_2/gundam_kaisen2510/img/link_btn_arrow.png) no-repeat 95% center / 0.67em;
}

@media screen and (max-width: 400px) {
    #plan .plan_box .small {
        font-size: 2.25vw;
    }
}


/* キャンペーン詳細とご注意事項
-------------------------------------*/
#plan .notes_wrap {
    margin: 24px auto 0;
}

#plan .notes_btn {
    position: relative;
    background-color: #d00f31;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

#plan .notes_icon_wrap {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 9999px;
    transform: translateY(-50%);
}

#plan .notes_icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 4px;
    left: -1px;
}

#plan .notes_icon.is-open::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 70%;
    background-color: #CF0F31;
    transform: rotate(90deg);
}

#plan .notes_icon.plus::before,
#plan .notes_icon.plus::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 70%;
    background-color: #CF0F31;
    transition: all .4s ease-out;
}

#plan .notes_icon.plus::after {
    transform: rotate(90deg);
}

#plan .notes_btn button {
    width: 100%;
    padding: 2% 40px;
}

#plan .notes_btn button .fsS {
    display: block;
    margin-top: 0.5em;
    font-size: 12px;
}

#plan .notes_body {
    display: none;
    font-size: 12px;
    border: 2px solid #CF0F31;
    border-top: none;
    padding: 1.5em 1.0em;
    font-weight: 500;
    text-align: left;
}

#plan .notes_body a {
    text-decoration: underline;
}

#plan .table-container {
    max-width: 800px;
    margin: 20px auto;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}

#plan .table-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    color: #333;
}

#plan .table-container th,
#plan .table-container td {
    border: 1px solid #999;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}

#plan .table-container thead th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

#plan .table-container tbody td:first-child {
    font-weight: bold;
    background-color: #fefefe;
}

#plan .cp_code {
    margin-top: 1em;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

@media screen and (max-width: 400px) {
    #plan .notes_btn {
        font-size: 6vw;
    }

    #plan .notes_btn button .fsS {
        font-size: 3.25vw;
    }

    #plan .notes_body {
        font-size: 3.25vw;
    }

    #plan .cp_code {
        font-size: 3.25vw;
    }
}



/* --------------------------------------------------------------
faq
--------------------------------------------------------------- */
#faq {
    padding-top: 30px;
    padding-bottom: 60px;
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/faq_bg.jpg) repeat-y center top / 100% auto;
    text-align: center;
}

#faq h2.h2_title {
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}


/* faq
-------------------------------------*/
.qa_wrap {
    margin-top: 30px;
}
.qa>li:not(:last-child) {
    padding-bottom: 20px;
}
.qa_accordion_q {
    font-weight: 700;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.qa_accordion_q button {
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
    text-align: left;
	color: #ffffff;
}
.acc_icon_wrap {
    position: absolute;
    top: 35%;
    right: 5%;
}
.acc_icon {
    display: block;
    position: relative;
    transition: all .4s ease-out;
}
.acc_icon.is-open {
    position: relative;
    transform: rotate(180deg) translate(6px, -12px);
}
.acc_icon.plus::before,.acc_icon.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 13px;
    background-color: #ffffff;
    transition: all .4s ease-out;
    transform: rotate(-45deg) translate(-6px, -6px);
}
.acc_icon.plus::after {
    transform: rotate(45deg) translate(0, 0);
}
.fa_q {
	position: relative;
    padding: 1em 0.5em;
    border-right: 1px solid #ffffff;
    display: flex;
    align-items: baseline;
}
.fa_q::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    top: 0;
    left: 0;
	border-style: solid;
    border-top: 0px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ffffff;
	border-right: 0;
    z-index: 2;
}
.fa_q::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    top: -4px;
    left: -4px;
    border-style: solid;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #000012;
	border-right: 0;
    z-index: 3;
}
.fa_q_txt {
    display: flex;
    align-items: center;
    padding: 0.5em 3em 0.5em 1em;
    width: 100%;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}
.qa_accordion_a {
    display: none;
}
.qa_accordion_a>div {
    display: flex;
    position: relative;
    padding: 0.5em 3em 0.5em 0.5em;
	border: 1px solid #ffffff;
}
.qa_accordion_a.smallPd >div {
    padding: 0.5em;
}
.qa_accordion_a>div .contents_caution3 {
    display: block;
}

.qa_accordion_a>div::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    bottom: 0;
    right: 0;
	border-style: solid;
    border-top: 15px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 15px solid #ffffff;
	border-left: 0;
    z-index: 2;
}
.qa_accordion_a>div::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    bottom: -4px;
    right: -4px;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 20px solid #000012;
	border-left: 0;
    z-index: 3;
}
.qa_accordion_a>div p{
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}
.fa_a {
    display: block;
    padding-right: 20px;
}
.fa_q img,
.fa_a img {
    width: 18px;
}
.faq_ttl{
    max-width: 314px;
    margin: 0 auto;
    width: 90%;
}

@media screen and (max-width: 400px) {
    .qa_accordion_q button {
        font-size: 3.6vw;
    }

    .qa_accordion_a>div p {
        font-size: 2.9vw;
    }

    .fa_q_txt {
        padding: 0.5em 3em 0.5em 0.5em;
    }

    .fa_a {
        padding-right: 16px;
    }

    .fa_q img,
    .fa_a img {
        width: 5vw;
    }
}



/* --------------------------------------------------------------
watch
--------------------------------------------------------------- */
#watch {
    position: relative;
}

#watch ul {
    position: absolute;
    display: flex;
    top: 55%;
    left: 50%;
    gap: 13.61%;
    width: 75.38%;
    transform: translate(-50%, -50%);
}

#watch ul a img {
    width: 80%;
}

#watch .top_btn {
    position: absolute;
    top: -6%;
    right: 2%;
    width: 32.56%;
}

#watch .top_btn img {
    width: 100%;
}


/* float_btn
-------------------------------------*/
.float_btn_area {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    padding: 18px 0;
    width: 100%;
    max-width: 390px;
    background: #000021 url(/kisekae/collabo_2/gundam_kaisen2510/img/pattern.png) repeat center top / contain;
    transform: translateX(-50%);
    z-index: 5;
}

.float_btn {
    display: flex;
    justify-content: center;
    gap: 3.51%;
    width: 100%;
    margin: 0 auto;
    max-width: 342px;
}

.float_btn li img {
    width: 100%;
}

@media screen and (max-width: 400px) {
    .float_btn_area {
        padding: 18px 5%;
    }
}



/* --------------------------------------------------------------
fix_area
--------------------------------------------------------------- */
.fix_area {
    position: fixed;
    top: 0;
    width: calc( 50% - (390px/2) );
    height: 100vh;
    box-sizing: border-box;
    z-index: 1;
}

.fix_area#fixBlue {
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/pc_bg_blue.jpg) repeat center top / contain;
    left: 0;
}

.fix_area#fixGreen {
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/pc_bg_green.jpg) repeat center top / contain;
    right: 0;
}

.fix_area .layout {
    display: flex;
    position: relative;
    padding-top: 15px;
    height: 100vh;
}

.fix_area#fixBlue .layout {
    justify-content: flex-end;
}

.fix_area#fixGreen .layout {
    justify-content: flex-start;
}

.fix_area .layout .layout_inner {
    position: relative;
    width: fit-content;
    width: 424px;
    height: 1003px;
    height: 100%;
}

.fix_area#fixBlue .layout .layout_inner {
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/pc_layout_blue.png) no-repeat right top / auto clamp(750px, 96vh, 1000px);
}

.fix_area#fixGreen .layout .layout_inner {
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/pc_layout_green.png) no-repeat left top / auto clamp(750px, 96vh, 1000px);
}

.fix_area .goods {
    position: absolute;
    top: clamp(320px, 41vh, 428px);
    width: clamp(192px, 25vh, 242px);
    max-width: 242px;
    transform: translateY(-50%);
}

.fix_area#fixBlue .goods {
    right: clamp(64px, 8.5vh, 95px);
    line-height: 1.2;
}

.fix_area#fixGreen .goods {
    left: clamp(64px, 8.1vh, 95px);
    line-height: 1.2;

}

.fix_area .goods p.title {
    font-size: clamp(13px, 1.5vh, 15px);
    text-align: center;
    font-weight: 700;
}

.fix_area .goods_list {
    padding: 0 10px;
}

.fix_area .goods_list > li + li {
    margin-top: 15px;
}

.fix_area .goods_list .desc {
    font-size: 12px;
    text-align: center;
}

.fix_area .goods_list figure::before {
    height: 45px;
}

@media screen and (max-width: 400px) {
    .fix_area {
        display: none;
    }
}


ruby {
  ruby-position: under;
}

#howto .howto_box .step_detail .link_btn.lightblue {
    width: 93.2%;
    background: #BDD7EE url(/kisekae/collabo_2/gundam_kaisen2510/img/link_btn_arrow02.png) no-repeat 95% center / 0.67em;
    color: #000000;
}
#plan .link_btn.pink {
    width: 80.12%;
    background: #EEBEC6 url(/kisekae/collabo_2/gundam_kaisen2510/img/link_btn_arrow02.png) no-repeat 95% center / 0.67em;
    color: #000000;
}

#plan .plan_box .small {
    font-size: 12px;
    font-weight: 500;
}

#plan .plan_box .link_btn + .small {
    margin-top: 0.5em;
}

#plan .plan_box p + .small {
    margin-top: 1.5em;
    line-height: 2;
}
@media screen and (max-width: 400px) {
    #plan .plan_box .small {
        font-size: 2.5vw;
    }
}
.howto_goods_box{
    background: url(/kisekae/collabo_2/gundam_kaisen2510/img/howto_goods_bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    line-height: 1.9;
}
.howto_goods_box .ttl{
    font-size: 0.95em;
    font-weight: bold;
    line-height: 2;
    color: #000000;
    padding: 2% 0 3%;
}
.howto_goods_box_inner{
    padding: 2% 2% 3%;
    box-sizing: border-box;
}
.howto_goods_box a{
    font-size: 0.75em;
    text-decoration: underline;
    color: #ffffff;
    word-break: break-all;

}
.howto_goods_box .txtB {
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFF00;
}

@media screen and (max-width: 400px) {
    .howto_goods_box{
        line-height: 1.65;
        font-size: 0.88em;
    }
    .howto_goods_box .ttl{
        font-size: 0.8em;
    }
    .howto_goods_box_inner {
        padding: 6% 3% 6%;
        box-sizing: border-box;
    }
    .howto_goods_box .txtB {
        font-size: 1em;
    }
}