@charset "utf-8";
/* CSS Document */

/*#campaign_memory*/

/* ==============================
リセット
============================== */
#campaign_memory a,
a:link,
a:visited{
	text-decoration: none;
}
#campaign_memory a:hover{
    opacity: 0.8;
    transition: 0.2s;
}
#campaign_memory img {
    width: 100%;
    height: auto;
}

/* ==============================
共通
============================== */
#cirque {
    background-color: #000;
}
#campaign_memory {
    background-color: #fff;
    max-width: 1260px;
    color: #41322b;
	font-size: 16px;
    font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    padding-bottom: 88px;
}
#campaign_memory .container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
}
#campaign_memory section{
    margin-top: 88px;
}
#campaign_memory .kv {
    text-align: center;
    padding-top: 72px;
    margin-bottom: 32px;
}
#campaign_memory .kv img {
    width: 640px;
    height: auto;
}
#campaign_memory h3 {
    text-align: center;
    background-color: #2d9ca7;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 2.5em;
    letter-spacing: 0.2em;
    vertical-align: middle;
    margin: 88px auto 48px;
}
#campaign_memory .note {
    font-weight: 100;
}
#campaign_memory .categry {
    background: linear-gradient( 90deg, #b39360 0%,#d9bc7a 45%,#fee9a0 70%,#dfd798 85%,#ab925a 100%);
	color: #41322b;
	font-size: 24px;
	font-weight: 500;
	padding: 24px 0;
    margin-top: 48px;
	text-align: center;
}
#campaign_memory .cp_01_nav_wrapper {
    background-color: #000;
    padding: 32px 0;
}
#campaign_memory .cp_01_nav {
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*width: 90%;*/
    margin: 0 auto;
}
#campaign_memory .cp_01_nav li {
    display: block;
    border-left: 1px solid #fff;
    /*width: 25%;*/
    text-align: center;
    margin: 0;
    padding: 0 1.5em;
}
#campaign_memory .cp_01_nav li a {
    display: block;
    color: #fff;
    cursor: pointer;
}
#campaign_memory .cp_01_nav li:first-child {
    border-left: none;
}
#campaign_memory .cp_01_nav .current {
    color: #decd88;
}


/*共通フッター-----------------*/

#cirque .cirque_footBox_rcm {
    line-height: 1.5em;
}
#cirque .cirque_footBox_rcm {
    line-height: 1.5em;
}
#cirque .cirque_footBox_rcmtxt{
    line-height: 1.5em;
}


@media screen and (max-width: 1048px) {

    #campaign_memory .cp_01_nav {
        font-size: 18px;
        flex-direction: column;
    }
    #campaign_memory .cp_01_nav li {
        width: 100%;
        border-left: none;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 768px) {
    #cirque .cirque_Navi nav ul.nav li:nth-child(odd){
        width: 38%;
    }
    #cirque .cirque_Navi nav ul.nav li:nth-child(even){
        width: 48%;
    }
    #campaign_memory {
        font-size: 13px;
        min-width: 350px;
        padding-bottom: 48px;
    }
    #campaign_memory .container {
        width: 100%;
    }
    #campaign_memory .kv {
        padding: 48px 16px 0;
        margin-bottom: 24px;
    }
    #campaign_memory .kv img {
        width: 100%;
        height: auto;
    }
    #campaign_memory .categry {
        margin-top: 24px;
    }
    #campaign_memory section{
        margin-top: 64px;
    }
    #campaign_memory h3 {
        font-size: 18px;
        margin: 96px auto 32px;
    }
    #campaign_memory .application_period h3 {
        margin: 64px auto 32px;
    }
    #campaign_memory .cp_01_nav {
        font-size: 14px;
    }
    #campaign_memory .cp_01_nav li {
        margin-bottom: 18px;
    }
    #campaign_memory .cp_01_nav li:last-child {
        margin-bottom: 0;
    }
}

/* ==============================
キャンペーン概要
============================== */

/*概要-----------------*/

#campaign_memory .about {
    background: linear-gradient( -52deg, #21757c 0%, #2d9ca7 100%);
    max-width: 1260px;
    margin: 0 auto;
    padding: 88px 0;
}
#campaign_memory .about h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 56px;
    line-height: 2em;
}
#campaign_memory .about span {
    color: #ecdb97;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
#campaign_memory .about p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    width: 80%;
    line-height: 2em;
}
#campaign_memory .about #about_emphasis {
    margin-top: 1.5em;
}
#campaign_memory #about_em {
    font-weight: 900;
}
#campaign_memory #about_note {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
}
#campaign_memory .ex_box {
    border: 1px solid #decd88;
    margin: 56px auto 0;
    padding: 24px;
    width: 428px;
}
#campaign_memory .ex_box dl{
    color: #decd88;
    display: block;
    line-height: 1.5em;
    width: 100%;
}
#campaign_memory .ex_box dl dt {
    margin-bottom: 1em;
    text-align: center;
    font-weight: 700;
}
#campaign_memory .ex_box dl dd::before {
    font-family: "Material Icons";
    content: "\e5df";
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    #campaign_memory .about {
        padding: 64px 0;
    }
    #campaign_memory #about_h2_4th {
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        padding: 0.25em 0.25em 0.25em 0.75em;
        line-height: 3em;
    }
    #campaign_memory .about h2 {
        font-size: 18px;
        line-height: 1.5em;
        width: 96%;
        margin-bottom: 48px;
    }
    #campaign_memory .about h2 span {
        font-size: 18px;
        line-height: 1.5em;
    }
    #campaign_memory .about p {
        font-size: 13px;
    }
    #campaign_memory .ex_box {
        width: 330px;
        padding: 20px;
        margin-top: 48px;
    }
}

/*キャンペーン期間・プレゼント-----------------*/

#campaign_memory .application_period p,
#campaign_memory .present {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
}
#campaign_memory .present .note_box{
    width: 72%;
    margin: 0 auto;
}
#campaign_memory .present .note {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5em;
    margin-top: 24px;
}
#campaign_memory .present .goodsImgWrap p {
    margin: 40px auto 24px;
    font-size: 20px;
    color: #4c745d;
    display: flex;
    justify-content: center;
    align-items: center;
}
#campaign_memory .present .goodsImgWrap p::before,
#campaign_memory .present .goodsImgWrap p::after {
    content: '';
    width: 8%;
    height: 2px;
    background-color: #4c745d;
}
#campaign_memory .present .goodsImgWrap p::before {
    margin-right: 24px;
}
#campaign_memory .present .goodsImgWrap p::after {
    margin-left: 24px;
}
#campaign_memory .present .goodsImgWrap dl {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#campaign_memory .present .goodsImgWrap .goodsImgWrap_item {
    width: 48%;
}
#campaign_memory .present .goodsImgWrap dt {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}
#campaign_memory .present .goodsImgWrap img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
#campaign_memory .present .goodsImgWrap .note {
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
    #campaign_memory .application_area {
        padding: 0 16px;
    }
    #campaign_memory .application_period p,
    #campaign_memory .present {
    font-size: 18px;
    line-height: 1.5em;
    }
    #campaign_memory .present .note_box{
        width: 100%;
    }
    #campaign_memory .present .note {
        font-size: 13px;
    }
    #campaign_memory .present .goodsImgWrap p {
        font-size: 16px;
    }
    #campaign_memory .present .goodsImgWrap dt {
        font-size: 13px;
        margin-bottom: 16px;
    }
    #campaign_memory .present .goodsImgWrap .goodsImg {
        width: 90%;
        max-width: 440px;
    }
}

@media screen and (max-width: 479px) {
    #campaign_memory .present .goodsImgWrap p::before {
        margin-right: 14px;
    }
    #campaign_memory .present .goodsImgWrap p::after {
        margin-left: 14px;
    }
}


/*応募方法-----------------*/

#campaign_memory #contribution p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 40px;
}

#campaign_memory .how_to_h4 {
    position: relative;
    display: block;
    margin: 0 auto 40px;
    padding: 16px 0;
    width: 72%;
    min-width: 392px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #4c745d;
    text-align: center;
}

#campaign_memory .how_to_h4:after {
    position: absolute;
    content: '';
    top: 100%;
	left: 47%;
    border: 12px solid transparent;
    border-top: 15px solid #4c745d;
    width: 0;
    height: 0;}

#campaign_memory #how_to_h4_twitter {
    margin-top: 132px;
}
#campaign_memory #how_to_tw_em {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
}
#campaign_memory .how_to {
    width: 72%;
    margin: 0 auto;
}
#campaign_memory .how_to li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 2px solid #203b32;
    padding: 40px 24px;
}
#campaign_memory .how_to li::before {
    content: attr(data-number);
    font-size: 48px;
    display: block;
    text-align: center;
    width: 15%;
}
#campaign_memory .how_to dl {
    display: block;
    margin: 0 auto;
    width: 80%;
}
#campaign_memory .how_to dl dt {
    display: none;
}
.how_to dl dd {
    line-height: 1.5em;
}
#campaign_memory .how_to_box::after{
    display: flex;
    justify-content: center;
    align-items: center;
    content: url(../img/01/icon_allow_next.svg);
    margin: 16px auto;
    width: 100%;
}


@media screen and (max-width: 768px) {

    #campaign_memory #contribution p {
        font-size: 18px;
        line-height: 1.5em;
    }
    #campaign_memory .how_to_h4 {
        margin: 0 auto 40px;
        padding: 16px 0;
        width: 100%;
        min-width: 318px;
        font-size: 16px;
    }
    #campaign_memory #how_to_h4_twitter {
        margin-top: 56px;
    }
    #campaign_memory #how_to_tw_em {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5em;
    }
    #campaign_memory .how_to {
        width: 100%;
    }
    #campaign_memory .how_to li{
        flex-direction: column;
        padding: 32px;
    }
    #campaign_memory .how_to dl{
        width: 100%;
    }
    #campaign_memory .how_to dl dd {
        font-weight: 700;
        margin-top: 32px;
    }
}

/*当選発表-----------------*/

#campaign_memory .announcement {
    width: 72%;
    margin: 0 auto;
}
#campaign_memory .announcement_h4 {
    padding: 6px 0;
    margin-bottom: 6px;
    font-weight: 700;
    border-bottom: 1px solid #41322b;
}
#campaign_memory .announcement p {
    line-height: 1.5em;
}
#campaign_memory .announcement p + h4,
#campaign_memory .announcement p + p {
    margin-top: 2em;
}


/*応募するボタン-----------------*/

#campaign_memory .btn_application_wrapper{
    width: 72%;
    margin: 80px auto 32px;
}
#campaign_memory .btn_application {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 25px 50px 25px 32%;
    min-height: 86px;
    color: #41322b;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    /*background-color: #ccc;*/
    background: linear-gradient( 90deg, rgb(179,147,96) 0%, rgb(217,188,122) 45%, rgb(254,233,160) 70%, rgb(223,215,152) 85%, rgb(197,181,121) 100%);
    border-radius: 50px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
#campaign_memory .btn_application a {
    color: #41322b;
    display: block;
    width: 72%;
}
#campaign_memory .btn_application::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
}
#campaign_memory .btn_application::after{
    content: '';
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: 3px solid #41322b;
    border-right: 3px solid #41322b;
}

@media screen and (max-width: 768px) {
    #campaign_memory .announcement {
        width: 100%;
    }
    #campaign_memory .btn_application_wrapper{
        width: 328px;
        margin: 48px auto 24px;
        padding-bottom: 16px;
    }
    #campaign_memory .btn_application {
        font-size: 17px;
        letter-spacing: 0;
        min-height: 64px;
        padding: 20px 30px 20px 20%;
        border-radius: 34px;
    }
    #campaign_memory .btn_application::before {
        border-radius: 18px;
        right: 16px;
        width: 36px;
        height: 36px;
    }
    #campaign_memory .btn_application::after{
        width: 12px;
        height: 12px;
    }
}


/*====================================
注意事項
=====================================*/

/*テキスト文中-----------------*/

#campaign_memory #attended {
    margin-top: 1.5em;
}

/*Moreボタン-----------------*/

#campaign_memory .moreBtn {
    display: block;
    color: #fff;
    font-weight: 400;
    max-width: 90%;
    text-align: center;
    padding: 12px 8px;
    background-color: #000;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
#campaign_memory .moreBtn::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-family: "Material Icons";
    content: "\e5cf";
    font-size: 48px;
}
#campaign_memory .moreBtn.active::before {
    content: "閉じる";
}
#campaign_memory .moreBtn.active::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    font-family: "Material Icons";
    content: "\e5cf";
    font-size: 48px;
}
#campaign_memory .closeArea {
    display: none;
}

/*注意事項-----------------*/

#campaign_memory .cautionsBox {
	border: solid 2px #2d9ca7;
	color: #41322b;
    margin-top: 48px;
}
#campaign_memory .cautionsBox:first-child{
    margin-top: 0;
}
#campaign_memory .cautionsBox .openArea {
	margin-bottom: 16px;
	padding: 16px 16px 0;
}
#campaign_memory .cautionsBox .closeArea {
	display: none;
	padding: 16px 16px 32px;
    line-height: 1.5em;
}
#campaign_memory .cautionsBox .openArea p:last-child,
#campaign_memory .cautionsBox .closeArea p:last-child {
	margin-bottom: 0;
}
#campaign_memory .cautionsBox .moreBtn {
	background: #2d9ca7;
	padding: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	cursor: pointer;
	border-radius: unset;
	max-width: 100%;
}
#campaign_memory .cautionsBox .moreBtn::before {
	content: "詳細はこちら";
	font-size: 22px;
    font-weight: 400;
}
#campaign_memory .cautionsBox .moreBtn.active::before {
	content: "閉じる";
	font-size: 22px;
}
#campaign_memory .cautionsBox .list {
	margin-bottom: 16px;
}
#campaign_memory .cautionsBox .list li {
	margin:0 0 0.25em 1.5em;
}
#campaign_memory .cautionsBox .list li {
	list-style: disc;
}
#campaign_memory .closeArea_inner_box {
    margin-top: 1.5em;
}
#campaign_memory .cautionsBox h4 {
	color: #2d9ca7;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #campaign_memory .moreBtn::after {
        font-size: 36px;
    }
    #campaign_memory .moreBtn.active::after {
        font-size: 36px;
    }
    #campaign_memory .cautionsBox h4 {
        font-size: 18px;
    }
    #campaign_memory .cautionsBox .moreBtn::before {
        font-size: 18px;
    }
    #campaign_memory .cautionsBox .moreBtn.active::before {
        font-size: 18px;
    }
}

/*====================================
終了対応
=====================================*/

#close_01 {
    color: #f44335;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-top: 16px;
}
#close_02 {
    color: #41322b;
    font-size: 20px;
    margin: 0 auto;
    width: 65%;
    line-height: 1.5em;
}
#close_03 {
    color: #f44335;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
}
#close_04 {
    color: #f44335;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 80px;
}
#close_05{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 54px
}
#close_06{
    color: #f44335;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    #close_02,
    #close_03,
    #close_04,
    #close_06 {
        font-size: 16px;
    }
    #close_01 {
        font-size: 18px;
    }

    #close_02 {
        width: 80%;
    }
    #close_03 {
        margin-top: 16px;
    }
    #close_04 {
        margin-bottom: 32px;
    }
    #close_05 {
        font-size: 18px;
    }

}

/*応募するボタン-----------------*/

#campaign_memory .btn_application_close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 25px 50px 25px 39%;
    color: #666;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
    background-color: #ccc;
    border-radius: 50px;
}
#campaign_memory .btn_application_close a {
    color: #41322b;
    display: block;
    width: 72%;
}
#campaign_memory .btn_application_close::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
}
#campaign_memory .btn_application_close::after{
    content: '';
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: 3px solid #41322b;
    border-right: 3px solid #41322b;
}

@media screen and (max-width: 768px) {
    #campaign_memory .btn_application_close {
        font-size: 18px;
        padding: 20px 30px 20px 30%;
        border-radius: 34px;
    }
    #campaign_memory .btn_application_close::before {
        border-radius: 18px;
        right: 16px;
        width: 36px;
        height: 36px;
    }
    #campaign_memory .btn_application_close::after{
        width: 12px;
        height: 12px;
    }
}