@charset "utf-8";
/* CSS Document */

/*pc*/
@media screen and (min-width:641px){
.NS_breadcrumbs {
    color:#fff;
    margin:-20px auto 0;
    padding: 12px 20px;
    line-height: 1.2em;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    background:#530000;
}
.NS_breadcrumbs li { display:inline-block}
.NS_breadcrumbs li::after {content: ">"; color:#fff;}
.NS_breadcrumbs li:last-child::after {content:none}
.NS_breadcrumbs a { color:#fff; transition: .3s }
.NS_breadcrumbs a:hover { opacity: .7 }
.NS_breadcrumbs span { margin-right:0.3em }


.pcm_pc_display{
	display: block;
}
.pcm_sp_display{
	display: none;
}

.pcm_contents_area{
    margin-right: -10px;
    margin-left: -10px;
}

/*kv*/
.pcm_contents_area .pcm_kvimg_wrap{
    background: #f8c300;
    text-align: center;
}
.pcm_contents_area .pcm_kvimg_wrap>img{
    margin:auto
}
.pcm_contents_area .pcm_page_discription{
    background: #ffcc00;
    color: #530000;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    font-weight: 900;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 28px;
}
.pcm_contents_area .pcm_page_discription p.pcm_discri{
    font-size: 30px;
    line-height: 1.25;
}
.pcm_contents_area .pcm_page_discription p span{
    color: #f60053;
}

.pcm_content_wrap{
    width: 900px;
    margin: 0 auto;
}

/*condition*/
.pcm_condition_block{
    background: #ffcc00;
    width: 1000px;
    margin: 30px auto;
    padding: 30px 0;
}
.pcm_condition_block .pcm_condition_title{
    margin: 0;
    padding: 0;
}
.pcm_condition_block .pcm_condition_title h2{
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #530000
}
.pcm_condition_content{
    display: flex;
    padding: 0 15px;
    margin-top: 40px;
}
.pcm_condition_unit{
    width: calc( 100% / 3 );
    background-color: #fff;
    margin: 15px;
    text-align: center;
    border-radius: 25px;
    padding-bottom: 15px;

    display: flex;
    flex-direction: column;

    position: relative;
}

.pcm_condition_unit::before{
    content: '';
    display: block;
    position: absolute;
    width: 72px;
    height: 72px;
    top: -36px;
    right: calc( 50% - 36px );
    background-repeat: no-repeat;
}
.pcm_condition_unit.pcm_condition01::before{
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/231006megami/icon_condition01.png);
}
.pcm_condition_unit.pcm_condition02::before{
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/231006megami/icon_condition02.png);
}
.pcm_condition_unit.pcm_condition03::before{
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/231006megami/icon_condition03.png);
}
.pcm_condition_unit .pcm_condition_text{
    margin-top: auto;
    font-size: 16px;
    line-height: 1.25;
}
.pcm_condition_unit .pcm_condition_text span{
    color: #df1f60;
}

/*btn*/
.pcm_content_wrap a{
    color:#df1f60;
    transition: 0.7s;
    -webkit-transition: 0.7s; /* Chrome、Safari用 */
    -moz-transition: 0.7s; /* Firefox用 */
    -o-transition: 0.7s; /* Opera用 */
}
.pcm_content_wrap a:hover{
    text-decoration: none;
}


.pcm_btn{
    margin-top: 30px;
}
.pcm_btn a{
    background: #df1f60;
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    border-radius: 50px;
    margin: 0 auto;
    width: 610px;
    display: block;
    box-shadow: 0px 7px #530000;

    transition: 0.7s;
    -webkit-transition: 0.7s; /* Chrome、Safari用 */
    -moz-transition: 0.7s; /* Firefox用 */
    -o-transition: 0.7s; /* Opera用 */

    position: relative;
}
.pcm_btn a:hover{
    opacity: 0.7;
    box-shadow: 0px 2px #530000;
    transform: translateY(5px);
}

.pcm_btn a::after{
    content: '';
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/231006megami/icon_btn.png);
    display: block;
    width: 18px;
    height: 21px;
    position: absolute;
    top: calc( 50% - 10px );
    right: 40px;
}


.pcm_btn_text {
    margin-top: 40px;
}
.pcm_btn_text p.pcm_caption{
    font-size: 21px;
    color: #df1f60;
    font-weight: bold;
    text-align: center;
}
.pcm_btn_text p.pcm_caption span{
    position: relative;
}
.pcm_btn_text p.pcm_caption span::before,
.pcm_btn_text p.pcm_caption span::after{
    content: '';
    width: 2px;
    height: 25px;
    background-color: #df1f60;
    position: absolute;
    display: block;
    border-radius: 5px;
    top: -2px;
}
.pcm_btn_text p.pcm_caption span::before{
    left: -15px;
    transform: rotate(-20deg);
}
.pcm_btn_text p.pcm_caption span::after{
    right: -15px;
    transform: rotate(20deg);
}
.pcm_btn_icon{
    width: 58px;
    margin-right: 10px;
    
}

/*title*/
.pcm_content_wrap .pcm_midashi_wrap h1{
    margin-top: 90px;
    color: #ffcc00;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 3px;
    margin-bottom: 0;
    border-bottom: none;

    text-shadow:
    3px 3px 0px #530000,
    -2px -2px 0px #530000,
    -2px 2px 0px #530000,
    2px -2px 0px #530000,
    2px 0px 0px #530000,
    -2px 0px 0px #530000,
    0px 2px 0px #530000,
    0px -2px 0px #530000;
}
.pcm_contents_area h2{
    font-size: 21px;
    color: #530000;
    font-weight: bold;
    border-bottom: 2px solid #ffcc00;
    padding: 0 5px;
    position: relative;
}
.pcm_contents_area h2::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #530000;
    display: block;
    position: absolute;
    bottom: -3px;
    right: 0;
}

/*content エリア*/
.pcm_contents_area p{
margin: 0 5px;
font-size: 19px;
line-height: 1.65;
}
.pcm_contents_area ul.pcm_list_normal{
    margin: 10px 5px;
    margin: 10px 5px 10px 24px;
}
.pcm_contents_area ul.pcm_list_normal li{
    position: relative;
    font-size: 19px;
    margin-bottom: 11px;
    line-height: 1.65;
}
.pcm_contents_area ul.pcm_list_normal li::before{
    content: '・';
    position: absolute;
    width:10px;
    height: 10px;
    left: -1.25rem
}
.pcm_contents_area ul.pcm_list_notice{
    margin: 10px 5px;
    margin: 10px 5px 10px 24px;
}
.pcm_contents_area ul.pcm_list_notice li{
    position: relative;
    font-size: 19px;
    margin-bottom: 11px;
    line-height: 1.65;
}
.pcm_contents_area ul.pcm_list_notice li::before{
    content: '※';
    position: absolute;
    width:10px;
    height: 10px;
    left: -1.25rem
}

.pcm_banner_area{
margin: 25px 0;
text-align: center;
}

.pcm_content_wrap .pcm_midashi_wrap p{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #6a7e74;
    padding-top: 3px;
}
.pcm_content_wrap .pcm_item_area{
    background-color: #fff;
    padding: 15px;
    display: flex;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit{
    width: 50%;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 15px;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit:nth-child(2n){
    margin-left: 15px;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit:nth-child(2n+1){
    margin-right: 15px;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit img{
    width: 100%;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit p.pcm_item_name{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit .pcm_item_link{
    background-color: #e60000;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: calc( 50% - 40% );
    padding: 10px 0;
    transition: 1s;
}
.pcm_content_wrap .pcm_item_link_wrap{
    width: 100%;
}
.pcm_content_wrap .pcm_item_link_wrap .pcm_item_link{
    background-color: #e60000;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 80%;
    padding: 10px 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.pcm_content_wrap .pcm_item_area.col-1{
    justify-content: center;
    padding-top: 0;
    margin-top: 0;
}
.pcm_content_wrap .pcm_item_area.col-1 .pcm_item_unit{
    padding-top: 0;
    margin-top: 0;
}
.pcm_item_center{
    margin-left: auto !important;
    margin-right: auto !important;
}
.pcm_item_area.col-1 .pcm_item_unit{
    margin-left: auto !important;
    margin-right: auto !important;
}
.pcm_copyright{
    background: #697d73;
    text-align: center;
    padding: 8px 0 13px;
}

/*もっとみる*/
/*高さを制限しているボックスの要素*/
.pcm_seemore_container{
  position: relative;
  height: 200px;
  overflow: hidden;
  transition: .4s;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.pcm_seemore_wrap{
    margin-bottom: 30px;
}
/*グラデーションで隠す擬似要素*/
.pcm_seemore_container:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    /* background: rgb(0,0,0); */
    background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    transition: .4s;
    z-index: 9;
}
/*クラス付与時のスタイル*/
.pcm_seemore_container.active:before{
  opacity: 0;
  visibility: hidden;
}
/*ボタンのスタイル*/
button.pcm_seemore_btn{
    position: absolute;
    right: calc( 50% - 50px );
    bottom: 0;
    width: 100px;
    height: 50px;
    cursor: pointer;
    color: #000;
    border: none;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 30px;
}
button.pcm_seemore_btn::before,
button.pcm_seemore_btn::after{
    content: '';
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    background-color: #000;
}
button.pcm_seemore_btn::before{
    left: calc( 50% - 13px );
    transform: rotate(-60deg);
    bottom: 0;
}
button.pcm_seemore_btn::after{
    right: calc( 50% - 13px );
    transform: rotate(60deg);
    bottom: 0;
}

button.pcm_seemore_btn.close{
    padding-top: 30px;
}
button.pcm_seemore_btn.close::before{
    left: calc( 50% - 13px );
    transform: rotate(60deg);
    top: 0;
}
button.pcm_seemore_btn.close::after{
    right: calc( 50% - 13px );
    transform: rotate(-60deg);
    top: 0;
}

}


/* sp */
@media screen and (max-width:640px){
.NS_breadcrumbs { margin:-20px auto 0; padding: 12px 20px; line-height: 1.2em; font-size: 12px; width: 100%; box-sizing: border-box; background:#530000; }
.NS_breadcrumbs li { display:inline-block; color: #fff !important;}
.NS_breadcrumbs li::after {content: ">"}
.NS_breadcrumbs li:last-child::after {content:none}
.NS_breadcrumbs a { color:#fff; transition: .3s }
.NS_breadcrumbs a:hover { opacity: .7 }
.NS_breadcrumbs span { margin-right:0.3em }

.pcm_pc_display{
	display: none;
}
.pcm_sp_display{
	display: block;
}

.pcm_contents_area .pcm_page_discription{
    background: #ffcc00;
    color: #530000;
    text-align: center;
    font-weight: 900;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 4.25vw;
    padding: 4vw 0;
}
.pcm_contents_area .pcm_page_discription p.pcm_discri{
    font-size: 4.25vw !important;
}
.pcm_contents_area .pcm_page_discription p span {
    color: #f60053;
}

/*condition*/
.pcm_condition_block{
    background: #ffcc00;
    width: calc( 100% - 2rem );
    margin: 30px 1rem;
    padding: 30px 0;
}
.pcm_condition_block .pcm_condition_title{
    margin: 0;
    padding: 0;
}
.pcm_condition_block .pcm_condition_title h2{
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 4.25vw;
    font-weight: bold;
    color: #530000
}
.pcm_condition_content{
    display: flex;
    padding: 0 5px;
    margin-top: 30px;
}
.pcm_condition_unit{
    width: calc( 100% / 3 );
    background-color: #fff;
    margin: 5px;
    text-align: center;
    border-radius: 0.5rem;
    padding-bottom: 15px;

    display: flex;
    flex-direction: column;

    position: relative;
}

.pcm_condition_unit::before{
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: calc( 50% - 20px );
    background-repeat: no-repeat;
    background-size: contain;
}
.pcm_condition_unit.pcm_condition01::before{
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/231006megami/icon_condition01.png);
}
.pcm_condition_unit.pcm_condition02::before{
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/231006megami/icon_condition02.png);
}
.pcm_condition_unit.pcm_condition03::before{
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/231006megami/icon_condition03.png);
}
.pcm_condition_unit .pcm_condition_icon{
    padding: 5vw 1vw 0;
}
.pcm_condition_unit .pcm_condition_icon img{
    width: 100%;
    
}
.pcm_condition_unit .pcm_condition_text{
    margin-top: auto;
    font-size: 10px;
    line-height: 1.25;
}
.pcm_condition_unit .pcm_condition_text span{
    color: #df1f60;
}


/*btn*/
.pcm_content_wrap a{
    color:#df1f60;
    transition: 0.7s;
    -webkit-transition: 0.7s; /* Chrome、Safari用 */
    -moz-transition: 0.7s; /* Firefox用 */
    -o-transition: 0.7s; /* Opera用 */
}
.pcm_content_wrap a:hover{
    text-decoration: none !important;
}


.pcm_btn{
    margin-top: 20px;
}
.pcm_btn a{
    background: #df1f60;
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    font-size: 5vw;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin: 0 auto;
    width: 100%;
    display: block;
    box-shadow: 0px 7px #530000;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    position: relative;
    box-sizing: border-box;
}
.pcm_btn a:hover{
    opacity: 0.7;
    box-shadow: 0px 2px #530000;
    transform: translateY(5px);
    
    text-decoration: none !important;
}
.pcm_btn a:active,
.pcm_btn a:focus{
    text-decoration: none !important;
}

.pcm_btn a::after{
    content: '';
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/231006megami/icon_btn.png);
    display: block;
    width: 13px;
    height: 16px;
    position: absolute;
    top: calc( 50% - 8px );
    right: 20px;
    background-size: cover;
}

.pcm_sp_w100{
    width: 100% !important;
}
.pcm_sp_w90{
    width: 90% !important;
}
.pcm_sp_w80{
    width: 80% !important;
}


.pcm_btn_text {
    margin-top: 40px;
}
.pcm_btn_text p.pcm_caption{
    font-size: 4vw;
    color: #df1f60;
    font-weight: bold;
    text-align: center;
}
.pcm_btn_text p.pcm_caption span{
    position: relative;
}
.pcm_btn_text p.pcm_caption span::before,
.pcm_btn_text p.pcm_caption span::after{
    content: '';
    width: 1px;
    height: 5vw;
    background-color: #df1f60;
    position: absolute;
    display: block;
    border-radius: 5px;
    top: -2px;
}
.pcm_btn_text p.pcm_caption span::before{
    left: -15px;
    transform: rotate(-20deg);
}
.pcm_btn_text p.pcm_caption span::after{
    right: -15px;
    transform: rotate(20deg);
}
.pcm_btn_text a span{
    position: relative;
}
.pcm_btn_icon{
    width: 8vw;
    margin-right: 10px;
    padding-top: 3px;
    position: absolute;
    left: -10vw;
    top: -2vw;
}
.pcm_sp_w100{
    width: 100% !important;
}


/*title*/
.pcm_content_wrap .pcm_midashi_wrap h1{
    margin-top: 40px;
    color: #ffcc00;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
    padding-bottom: 3px;
    margin-bottom: 0;
    border-bottom: none;
    text-shadow: 2px 2px 0px #530000, -1px -2px 0px #530000, -1px 1px 0px #530000, 1px -1px 0px #530000, 1px 0px 0px #530000, -1px 0px 0px #530000, 0px 1px 0px #530000, 0px -1px 0px #530000;
}
.pcm_contents_area h2{
    font-size: 4.25vw;
    color: #530000;
    font-weight: bold;
    border-bottom: 2px solid #ffcc00;
    padding: 0 5px;
    position: relative;
    margin-top: 20px;
}
.pcm_contents_area h2::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #530000;
    display: block;
    position: absolute;
    bottom: -3px;
    right: 0;
}

/*content エリア*/
.pcm_contents_area p{
    margin: 0 5px;
    font-size: 3.85vw;
    line-height: 1.65;
    }
    .pcm_contents_area ul.pcm_list_normal{
        margin: 10px 5px;
        margin: 10px 5px 10px 24px;
    }
    .pcm_contents_area ul.pcm_list_normal li{
        position: relative;
        font-size: 3.85vw;
        margin-bottom: 5px;
        line-height: 1.35;
    }
    .pcm_contents_area ul.pcm_list_normal li::before{
        content: '・';
        position: absolute;
        width:10px;
        height: 10px;
        left: -1.25rem
    }
    .pcm_contents_area ul.pcm_list_notice{
        margin: 10px 5px;
        margin: 10px 5px 10px 24px;
    }
    .pcm_contents_area ul.pcm_list_notice li{
        position: relative;
        font-size: 3.85vw;
        margin-bottom: 5px;
        line-height: 1.35;
    }
    .pcm_contents_area ul.pcm_list_notice li::before{
        content: '※';
        position: absolute;
        width:10px;
        height: 10px;
        left: -1.25rem
    }
    
    .pcm_banner_area{
    margin: 25px 0;
    text-align: center;
    }
    
    .pcm_banner_area img{
        width: 100%
    }
    
    .pcm_content_wrap .pcm_midashi_wrap p{
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #6a7e74;
        padding-top: 3px;
    }
    .pcm_content_wrap .pcm_item_area{
        background-color: #fff;
        padding: 15px;
        display: flex;
    }
    .pcm_content_wrap .pcm_item_area .pcm_item_unit{
        width: 50%;
        position: relative;
        padding-bottom: 60px;
        margin-bottom: 15px;
    }
    .pcm_content_wrap .pcm_item_area .pcm_item_unit:nth-child(2n){
        margin-left: 15px;
    }
    .pcm_content_wrap .pcm_item_area .pcm_item_unit:nth-child(2n+1){
        margin-right: 15px;
    }
    .pcm_content_wrap .pcm_item_area .pcm_item_unit img{
        width: 100%;
    }
    .pcm_content_wrap .pcm_item_area .pcm_item_unit p.pcm_item_name{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        margin-top: 10px;
    }
    .pcm_content_wrap .pcm_item_area .pcm_item_unit .pcm_item_link{
        background-color: #e60000;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        width: 80%;
        left: calc( 50% - 40% );
        padding: 10px 0;
        transition: 1s;
    }
    .pcm_content_wrap .pcm_item_link_wrap{
        width: 100%;
    }
    .pcm_content_wrap .pcm_item_link_wrap .pcm_item_link{
        background-color: #e60000;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        width: 80%;
        padding: 10px 0;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .pcm_content_wrap .pcm_item_area.col-1{
        justify-content: center;
        padding-top: 0;
        margin-top: 0;
    }
    .pcm_content_wrap .pcm_item_area.col-1 .pcm_item_unit{
        padding-top: 0;
        margin-top: 0;
    }
    .pcm_item_center{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .pcm_item_area.col-1 .pcm_item_unit{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .pcm_copyright{
        background: #697d73;
        text-align: center;
        padding: 8px 0 13px;
    }
    
.pcm_contents_area{
    width: 100%;
    margin: 0;
}

.pcm_contents_area .pcm_kvimg_wrap>img{
    width: 100%;
}


.pcm_content_wrap{
    width: calc( 100% - 3rem );
    margin: 0 auto;
}
.pcm_content_wrap .pcm_midashi_wrap p{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #6a7e74;
    padding-top: 3px;
}
.pcm_content_wrap .pcm_item_area{
    background-color: #fff;
    padding: 15px;
    display: flex;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit{
    width: 50%;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 15px;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit:nth-child(2n){
    margin-left: 10px;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit:nth-child(2n+1){
    margin-right: 10px;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit img{
    width: 100%;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit p.pcm_item_name{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
}
.pcm_content_wrap .pcm_item_area .pcm_item_unit .pcm_item_link{
    background-color: #e60000;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: calc( 50% - 40% );
    padding: 10px 0;
    transition: 1s;
}
.pcm_content_wrap .pcm_item_link_wrap{
    width: 100%;
}
.pcm_content_wrap .pcm_item_link_wrap .pcm_item_link{
    background-color: #e60000;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    width: 80%;
    padding: 10px 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.pcm_content_wrap .pcm_item_area.col-1{
    justify-content: center;
    padding-top: 0;
    margin-top: 0;
}
.pcm_content_wrap .pcm_item_area.col-1 .pcm_item_unit{
    padding-top: 0;
    margin-top: 0;
    width: 100%;
}
.pcm_content_wrap .pcm_item_area.col-1 .pcm_item_unit a{
    width: 92%;
    left: 5%;
    margin-top: 0;
}
.pcm_item_center{
    margin-left: auto !important;
    margin-right: auto !important;
}
.pcm_item_area.col-1 .pcm_item_unit{
    margin-left: auto !important;
    margin-right: auto !important;
}
.pcm_copyright{
background: #697d73;
text-align: center;
padding: 8px 0 13px;
}
.pcm_img_wrap img{
    width: 100%;
}


/*もっとみる*/
/*高さを制限しているボックスの要素*/
.pcm_seemore_container{
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .pcm_seemore_wrap{
      margin-bottom: 30px;
  }
  /*グラデーションで隠す擬似要素*/
  .pcm_seemore_container:before{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 120px;
      /* background: rgb(0,0,0); */
      background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
      transition: .4s;
      z-index: 9;
  }
  /*クラス付与時のスタイル*/
  .pcm_seemore_container.active:before{
    opacity: 0;
    visibility: hidden;
  }
  /*ボタンのスタイル*/
  button.pcm_seemore_btn{
      position: absolute;
      right: calc( 50% - 50px );
      bottom: 0;
      width: 100px;
      height: 50px;
      cursor: pointer;
      color: #000;
      border: none;
      z-index: 10;
      background-color: #fff;
      padding-bottom: 30px;
  }
  button.pcm_seemore_btn::before,
  button.pcm_seemore_btn::after{
      content: '';
      width: 1px;
      height: 30px;
      display: block;
      position: absolute;
      background-color: #000;
  }
  button.pcm_seemore_btn::before{
      left: calc( 50% - 13px );
      transform: rotate(-60deg);
      bottom: 0;
  }
  button.pcm_seemore_btn::after{
      right: calc( 50% - 13px );
      transform: rotate(60deg);
      bottom: 0;
  }
  
  button.pcm_seemore_btn.close{
      padding-top: 30px;
  }
  button.pcm_seemore_btn.close::before{
      left: calc( 50% - 13px );
      transform: rotate(60deg);
      top: 0;
  }
  button.pcm_seemore_btn.close::after{
      right: calc( 50% - 13px );
      transform: rotate(-60deg);
      top: 0;
  }

}
.pcm_2wrap{
    display: flex;
    margin-top: 1rem;
}
.pcm_2wrap .pcm_2wrap_unit{
    width: 50%;
    margin:1rem;
}
.pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner{
}
.pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description{
    background-color: #ffcc00;
    padding: 2rem 1rem;
}
.pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description p{
    text-align: center;
    color: #530000;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 1em;
}
.pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description p span{
    color: #df1f60;
    font-size: 27px;
    font-weight: 900;
}
.pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description .pcm_tw_campaign{
    border: 2px solid #fff;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 20px;
}
.pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description .pcm_tw_campaign dt{
    background: #df1f60;
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 26px;
    border-radius: 20px 20px 0 0;
    padding: 0.25rem;
}
.pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description .pcm_tw_campaign dd{
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 0 0 20px 20px;
    font-size: 25px;
    padding: 1rem 0;
    font-weight: 600;
    line-height: 1;
}
.pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description .pcm_tw_campaign dd span{
    font-size: 15px;
    font-weight: 600;
}
.pcm_unchor_block .pcm_2wrap .pcm_2wrap_unit{
    width: 50%;
}
.pcm_unchor_block .pcm_2wrap .pcm_2wrap_inner{
    width: 100%;
}
.pcm_unchor_block .pcm_2wrap .pcm_btn{
    margin-top: 5px;
}
.pcm_unchor_block .pcm_2wrap .pcm_btn a{
    width: 90%;
    font-size: 18px;
    line-height: 1.3;
    padding: 15px;
    border-radius: 100px;
    padding-right: 20px;
}
.pcm_unchor_block .pcm_2wrap .pcm_btn a::after{
    right: 20px;
    transform:rotate(90deg);
}
.pcm_2wrap_inner .twitter-tweet.twitter-tweet-rendered{
    overflow-y:scroll;
    height: 390px;
}
.pcm_2wrap_inner .twitter-tweet.twitter-tweet-rendered iframe{
    width: 100% !important;
}

@media screen and (max-width:640px){
    .pcm_2wrap{
        display: block;
        margin-top: 1rem;
    }
    .pcm_2wrap .pcm_2wrap_unit{
        width: 100%;
        margin:0rem;
        margin-bottom: 1rem;
    }
    .pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description{
        padding: 1rem;
    }
    .pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description p{
        font-size: 4vw;
        margin: 0;
        margin-bottom: 1rem;
    }
    .pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description p span{
        font-size: 5.25vw;
    }
    .pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description .pcm_tw_campaign dt{
        font-size: 4vw;
    }
    .pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description .pcm_tw_campaign dd{
        font-size: 4vw;
    }
    .pcm_2wrap .pcm_2wrap_unit .pcm_2wrap_inner.pcm_tw_description .pcm_tw_campaign dd span{
        font-size: 2.8vw;
    }

    .pcm_unchor_wrap{
        width: 100% !important;
    }
    .pcm_unchor_block .pcm_2wrap{
        display: flex;
    }
    .pcm_unchor_block .pcm_2wrap .pcm_2wrap_inner{
        width: 100%;
    }
    .pcm_unchor_block .pcm_2wrap .pcm_btn a{
        font-size: 2.75vw;
        padding: 1.5vw 0;
        width: 98% !important;
        border-radius: 10px !important;
    }
    .pcm_unchor_block .pcm_2wrap .pcm_btn a::after{
        width: 6px;
        height: 8px;
        position: absolute;
        top: calc( 50% - 4px );
        right: 5px;
    }

   
}