@charset "UTF-8";

/*----------------------------------------------------------
ページ個別の設定
---------------------------------------------------------- */
.page_content {
    background: #834495;
}

/* MV */
.top_mv {
    position: relative;
    display: block;
    background: url(../img/mv_bg.jpg);
    background-size: cover;
}

.mv_title_img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    max-width: 544px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

/* MVしたコンテンツ */
h2.top_content_h2 {
    height: auto;
    margin: 0;
    padding: 20x 0;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    background: #231815;
    line-height: 1.2;
}

.top_content_wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.top_content_list {
    margin: 60px auto;
}

.top_content_box {
    display: flex;
    justify-content: center;
    gap: 0 50px;
}

.top_content_box:nth-child(1) {
    margin-bottom: 40px;
}

.top_content_box:nth-child(1) .top_content_box_img {
    order: 2;
}

.top_content_box_img {
    width: 50%;
    max-width: 250px;
}

.top_content_box_text {
    max-width: 70%;
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
}

h3.top_content_h3 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    border-left: none;
    background: none;
}

.top_content_box_p {
    font-size: 22px;
}

.top_content_box_p span {
    font-size: 14px;
}

.top_content_text_box {
    width: 800px;
    margin: 0 auto;
}

.top_content_text {
    position: relative;
    font-size: 26px;
    line-height: 1.7;
    color: #fff;
}

.top_content_text:nth-child(2) {
    padding-left: 40px;
    margin-bottom: 60px;
}

.top_content_bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 2px;
    background: #fff;
}

/* 先行キャンペーン */
.campaign_box,
.campaign_box_02 {
    position: relative;
    background: #FFF7B3;
    text-align: center;
}

.campaign_box_02 {
    padding: 20px 0;
}

.campaign_box_02 img {
    position: relative;
    max-width: 980px;
    z-index: 2;
}

.campaign_box_img {
    max-width: 980px;
}

.campaign_box .campaign_box_img {
    margin: 20px 0;
}

.campaign_box_02 .campaign_box_img {}

.campaign_btn {
    max-width: 600px;
    margin: 20px auto 60px;
}

.campaign_box_02::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/campaign_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 top;
    z-index: 1;
}

/* コンテンツ */
.content {
    padding-bottom: 30px;
    background: #FFEA00;
}

.content_title {
    text-align: center;
    background: #834495;
}

.content_title img {
    max-width: 980px;
}

.contennt_wrap {
    max-width: 980px;
    margin: 0 auto 0;
    padding: 40px 2% 30px;
    background: #FFFBD6;
    box-sizing: border-box;
}

h4.content_h4 {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #834495;
}

.content_col {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin: 0 auto 40px;
    list-style: none;
}

.content_box {
    margin: 40px auto;
}

.content_box_title {
    padding: 6px 0;
    font-size: 30px;
    color: #834495;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background: #FFEA00;
}

.content_text {
    font-size: 24px;
    line-height: 1.7;
}


/* コンテンツ02 */
.conten_02 .content_title {
    padding-top: 20px;
}

.conten_02 .contennt_wrap img:last-child {
    margin-top: 40px;
}

/* コンテンツ03 */
.conten_03 .content_title {
    padding: 20px 0;
}

.conten_03_top_img {
    display: block;
    max-width: 980px;
    margin: 0 auto;
}

p.mini_wrap {
    max-width: 800px;
    margin: 0 auto;
}

.mini_wrap+img {
    margin: 40px 0;
}

/* 三角表示板との比較表 */
.comparison {
    background: #fff;
}

.comparison .contennt_wrap {
    padding: 60px 0;
    text-align: center;
    background: #fff;
}

h3.comparison_title {
    display: inline-block;
    margin: 0 0 40px;
    padding: 0 0 10px;
    color: #000;
    font-size: 40px;
    line-height: 1;
    border-bottom: 4px solid #834495;
    border-left: none;
    background: none;
}

.comparison table th {
    padding: 10px 0;
    background: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #000;
}

.comparison table th span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
}

.comparison table td {
    width: calc(100% / 4);
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    border: 1px solid #000;
}

.comparison table tr:nth-child(3) td,
.comparison table tr:nth-child(4) td,
.comparison table tr:nth-child(5) td {
    font-size: 30px;
}

.comparison table td span {
    font-size: 12px;
}

.comparison table tr:nth-child(1) td {
    color: #fff;
}

.comparison table tr:nth-child(1) td:nth-child(2) {
    background: #D90001;
}

.comparison table tr:nth-child(1) td:nth-child(3),
.comparison table tr:nth-child(1) td:nth-child(4) {
    background: #834495;
}

.comparison table tr:nth-child(2) td:nth-child(3),
.comparison table tr:nth-child(3) td:nth-child(3),
.comparison table tr:nth-child(4) td:nth-child(3),
.comparison table tr:nth-child(5) td:nth-child(3) {
    background: #EEE4F0;
}

/* コンテンツ04 */
.conten_04,
.conten_04 .contennt_wrap {
    background: #834495;
}

.conten_04 .contennt_wrap {
    padding: 40px 0 0;
}

.conten_04 .content_tit {
    margin-top:10px;
}

.content_col1 {
    display: flex;
    justify-content: center;
    gap: 0 100px;
    margin: 0 auto 40px;
    list-style: none;
}

.conten_04 .content_col1 {
    margin-top: 60px;
}

.conten_04 .content_col1 .content_text {
    margin-top: 40px;
    color: #fff;
    font-size: 26px;
}

.conten_04 .content_lineup {
    margin:20px auto 80px;
}
.conten_04 .content_btn {
    margin: 20px auto;
    text-align: center;
}


/*-
.conten_04 .content_col:nth-child(1) {
    margin-top: 60px;
}

.conten_04 .content_col:nth-child(1) .content_text {
    margin-top: 40px;
    color: #fff;
    font-size: 26px;
}
 */



/* プレゼント */
.present {
    padding-bottom: 60px;
    background: #FFEA00;
}

.howto_line {
    margin: 40px auto;
    text-align: center;
}

.howto_title {
    position: relative;
}

.howto_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 23px;
    background: #834495;
}

.howto_title img {
    position: relative;
    max-width: 263px;
    z-index: 1;
}

.present_title {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 40px;
}

.present_wrap {
    max-width: 980px;
    margin: 0 auto;
}

.present_wrap img {
    margin-bottom: 40px;
}

.present_title img {
    margin: 0;
}

.sarani {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 1;
    text-align: center;
}

.present_text {
    font-size: 30px;
    line-height: 1;
    text-align: center;
}