@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

@media screen and (min-width:641px){
.pcm_NS_breadcrumbs {color:#000000; margin:-20px auto 0; padding: 12px 20px 20px; line-height: 2.1; font-size: 12px; width: 100%; box-sizing: border-box; font-weight: 700;background-color: transparent; }
.pcm_NS_breadcrumbs li { display:inline-block;font-family: "Zen Maru Gothic", sans-serif;}
.pcm_NS_breadcrumbs li::after {content: ">"; color:#000000;}
.pcm_NS_breadcrumbs li:last-child::after {content:none}
.pcm_NS_breadcrumbs a { color:#000000; text-decoration: none; transition: .3s; }
.pcm_NS_breadcrumbs a:hover { opacity: .7 }
.pcm_NS_breadcrumbs span { margin-right:0.3em }
}

@media screen and (max-width:640px){
.pcm_NS_breadcrumbs { margin:-20px auto 0;
    padding: 4px 20px 0;
    line-height: 2.1;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: flex;
    padding-left: 2vw;
    font-weight: 700;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.pcm_NS_breadcrumbs::-webkit-scrollbar {
    display: none;
}
.pcm_NS_breadcrumbs li { display:inline-block; color: #000000; margin-right: -9px;font-family: "Zen Maru Gothic", sans-serif;}
.pcm_NS_breadcrumbs li::after {content: ">"}
.pcm_NS_breadcrumbs li:last-child::after {content:none}
.pcm_NS_breadcrumbs a { color:#000000; text-decoration: none; transition: .3s; margin-right: -9px; }
.pcm_NS_breadcrumbs a:hover { opacity: .7 }
.pcm_NS_breadcrumbs span { margin-right:0.3em }
}

#mainContent{
    padding: 0;
	margin-bottom: 0;
}
.pcm_wrapper img{
    width: 100%;
}
/*common_start*/
img {
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
/*accordion_start*/
.invisible.pcm_acoBt__txt,
.pcm_acoBt__txt {
    display: none;
    padding-bottom: 60px;
}
.pcm_acoBt_parent {
    position: relative;
}
.pcm_acoBt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transition: 0.3s;
}
.on.pcm_acoBt {
    bottom: -15px;
    transition: 0.3s;
}
.pcm_acoBt:before,
.pcm_acoBt:after {
    position: absolute;
    display: block;
    content: "";
}
.pcm_acoBt:before {
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background:
    linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgb(20 16 40) 50%,
        rgb(20 16 40) 100%);
}
.pcm_acoBt:after {
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 50%;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg) translate(0, 50%);
    transition: 0.3s;
    border-color: #fff;
}
.on.pcm_acoBt:before {
    display: none;
}
.on.pcm_acoBt:after {
    transform: rotate(-45deg) translate(0, -50%);
    transition: 0.3s;
    bottom: 25px;
}
.pcm_container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.pcm_column1btn{
	max-width: 480px;
	margin: 0 auto 60px;
}
.pcm_column1btn a{
	background-color: #fca4ca;
    color: #fff;
    border: 4px solid transparent;
	width: 100%;
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: 1s;
    position: relative;
}
.pcm_column1btn a:hover {
    color: #fca4ca;
    border: 4px solid #fca4ca;
}
.pcm_column1btn a:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260312osalove/rinku_arrow_white.svg) no-repeat;
    background-position: top center;
    background-size: 16px auto;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.pcm_column1btn a .pcm_img_box {
    width: 60px;
    flex-basis: 60px;
}
.pcm_column1btn a .pcm_text_box {
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
    padding-left: 20px;
}

.pcm_last_banner_area{
	max-width: 750px;
	margin: 0 auto 0;
}
.pcm_last_banner_area a{
	display: block;
	transition: all ease .3s;
}
.pcm_last_banner_area a:hover{
	opacity: 0.6;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .pcm_mv_img::before,
    .pcm_mv_img::after{
        display: none;
    }
}
@media screen and (min-width:641px){
    .pcm_sp_br {
        display: none;
    }
    .pcm_mv .pcm_h1_style{
        border-bottom: none;
    }
    .pcm_mv .pcm_mv_img{
        position: relative;
        margin-bottom: 45px;
    }
    .pcm_mv_img::before{
        position: absolute;
        content: "";
        background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260312osalove/left_sakura.png);
        background-size: 70px;
        background-repeat: no-repeat;
        background-position: center;
        width: 70px;
        height: 151px;
        display: block;
        top: 0;
        left: -90px;
    }
     .pcm_mv_img::after{
        position: absolute;
        content: "";
        background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260312osalove/right_sakura.png);
        background-size: 70px;
        background-repeat: no-repeat;
        background-position: center;
        width: 70px;
        height: 151px;
        display: block;
        bottom: 0;
        right: -90px;
    }
    .pcm_h2_style{
        margin: 0;
        padding-bottom: 40px;
        color: #696768;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
        border: 0;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    .pcm_h3_style{
        margin: 0;
        padding: 0 0 20px;
        color: #696768;
        text-align: center;
        font-size: 25px;
        font-weight: 500;
        background: 0;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    .pcm_pc_display{
        display: block;
    }
    .pcm_sp_display{
        display: none;
    }
	.pcm_loop_area_box{
		padding: 298px 0 160px;
		overflow: hidden;
	}
	.pcm_z_index2{
		z-index: 3;
	}
	.pcm_ob_item1{
		position: absolute;
		bottom: -75px;
		right: 0;
		width: 154px;
	}
	.pcm_ob_item2{
		position: absolute;
		bottom: -75px;
		right: -13px;
		width: 154px;
	}
	.pcm_ob_item3{
		position: absolute;
		bottom: -136px;
    	left: -14px;
		width: 154px;
		z-index: 3;
	}
	.pcm_ob_item4{
		position: absolute;
		bottom: -95px;
    	left: -34px;
		width: 154px;
	}
	.pcm_ob_item5{
		position: absolute;
		bottom: -76px;
    	right: -29px;
		width: 154px;
		z-index: 3;
	}
	.pcm_ob_item6{
		position: absolute;
		bottom: -76px;
    	right: -29px;
		width: 154px;
		z-index: 3;
	}
	.pcm_cs_text{
		color: #EB6C1A;
		font-size: 16px;
	}
	.pcm_h2_span{
		display: flex;
    	align-items: center;
	}
	
	.pcm_relative{
		position: relative;
	}
	.pcm_text_column{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 640px;
	}
	
	.pcm_text_column .pcm_text_column_box{
		width: 317px;
	}
	.pcm_wrapper{
		position: relative;
	}
    .pcm_bg{
        background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260312osalove/bg1_pc_1920×560.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 15px;
    }
    .pcm_bg2{
        background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260312osalove/yellow.png);
        background-size: 35% auto;
        background-repeat: no-repeat;
        background-position: top left;
        padding-bottom: 120px;
        padding-top: 10px;
        position: relative;
    }
    .pcm_bg2::after{
        position: absolute;
        content: "";
        background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260312osalove/purple.png);
        background-size: 37% auto;
        background-repeat: no-repeat;
        background-position: top -46px right 138px;
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1;
    }
    #footer{
        background-color: #fff;
    }
    .pcm_mv{
        padding: 20px 0 0;
        overflow: hidden;
    }
    .pcm_mv .pcm_mv_text_box{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 12px;
    }
    .pcm_mv .pcm_mv_text_box .pcm_mv_text_b_box p{
        font-size: 32px;
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #FF6E96;
        margin: 0;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .pcm_mv .pcm_mv_text2{
         font-size: 40px;
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #FF6E96;
        text-align: center;
        line-height: 1.4;
    }
    .pcm_mv_text3{
         font-size: 28px;
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #323433;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .pcm_mv_btn{
        border-radius: 16px;
        background-image: linear-gradient(90deg, rgba(255, 110, 150, 1), rgba(255, 177, 165, 1));
        width: 100%;
        height: 186px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pcm_mv_btn p{
        font-size: 52px;
        font-weight: 700;
        margin: 0;
        line-height: 1.2;
        text-align: center;
        color: #fff;
        font-family: "Zen Maru Gothic", sans-serif; 
    }
    .pcm_mv_btn p .pcm_mv_text4{
        font-size: 44px;
    }
    .pcm_mv_btn p .pcm_mv_text4._02{
        margin: 0 3px;
    }
    .pcm_mv_btn p .pcm_mv_text5{
        font-size: 42px;
    }
    .pcm_mv_btn p .pcm_mv_text6{
        font-size: 38px;
    }
	.pcm_img_w336{
		width: 336px !important;
		margin: 0 auto;
	}
    .pcm_navi{
        width: 100%;
        padding: 0 0 20px;
        box-sizing: border-box;
    }
    .pcm_navi ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
		position: relative;
		z-index: 2;
    }
    .pcm_navi ul li{
        width: calc((100% - (20px * 2)) / 2);
        list-style-type: none;
    }
    .pcm_navi ul li a{
        width: 100%;
        height: 120px;
        background-color: #FF5091;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        box-sizing: border-box;
        padding: 20px;
        font-family: "Noto Sans JP", serif;
        font-weight: 800;
        text-align: center;
        text-decoration: none;
        border-radius: 120px;
        transition: 1s;
        color: #fff;
        box-shadow: 0px 0px 10px rgba(255, 80, 145, 0.8);
        position: relative;
		transform: scale(1);
    }
    
    .pcm_navi ul li a:hover{
        text-decoration: none;
        opacity: 1;
        transform: scale(1.1);
    }
	.pcm_navi ul li a:hover img{
        opacity: 1;
    }
    .pcm_navi .pcm_img_box {
        width: 60px;
        flex-basis: 60px;
    }
    .pcm_navi .pcm_text_box {
        flex-basis: calc(100% - 60px);
        max-width: calc(100% - 60px);
        color: #fff;
        font-size: 1.25rem;
		text-align: center;
		padding-left: 20px;
		line-height: 26px;
    }

    .pcm_copyright {
        background-color: #F2F2F2;
    }
    .pcm_copyright .pcm_copyright_text {
        color: #333333;
        padding: 38px 0;
        font-family: "Zen Maru Gothic", sans-serif;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .06em;
    }
	.pcm_cp_area{
		max-width: 750px;
		margin: 0 auto;
	}

	
	.pcm_img_w237{
		width: 237px !important;
		margin: 0 auto;
	}
	.pcm_img_w100{
		width: 100% !important;
		max-width: auto;
		margin: 0 auto;
		opacity: 1 !important;
	}
	
	.pcm_a_img_box{
		display: table !important;
		margin: 0 auto;
		transition: all ease .3s;
	}
	.pcm_a_img_box:hover{
		transform: translate(10px, 0px);
	}
	
	
}




@media screen and (max-width:640px){
	.pcm_pc_br{
		display: none;
	}
    .pcm_sp_br {
        display: block;
    }
    .pcm_container{
        padding: 0 2.5%;
    }
    .pcm_h1_style{
        margin-bottom: 0;
        padding: 0 0;
        font-size: 24px;
        line-height: 1.3;
        border-bottom: none;	
    }
    .pcm_h2_style{
        margin: 0;
        padding-bottom: 10px;
        color: #696768;
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        border: 0;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    #pcm_ticket_area .pcm_h2_style{
        /* color: #e9cf6e !important; */
    }
    .pcm_h3_style{
        margin: 0;
        padding: 0 0 10px;
        color: #696768;
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        background: 0;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    .pcm_pc_display{
        display: none;
    }
    .pcm_sp_display{
        display: block;
    }
	.pcm_w307{
		margin: 0 auto;
	}
	.pcm_loop_area_box{
		padding: 128px 0 76px;
		overflow: hidden;
	}
	.pcm_ob_item1{
		position: absolute;
		bottom: -26px;
		right: -17px;
		width: 70px;
	}
	.pcm_ob_item2{
		position: absolute;
		bottom: -42px;
    	right: -13px;
		width: 70px;
	}
	.pcm_ob_item3{
		position: absolute;
		top: -90px;
		left: -14px;
		width: 70px;
		z-index: 3;
	}
	.pcm_ob_item4{
		position: absolute;
		bottom: 109px;
    	left: -6px;
		width: 70px;
	}
	.pcm_ob_item5{
		position: absolute;
		bottom: -51px;
    	right: -13px;
		width: 70px;
		z-index: 3;
	}
	.pcm_ob_item6{
		position: absolute;
		bottom: -41px;
		right: -29px;
		width: 80px;
		z-index: 3;
	}
	.pcm_h2_span{
		display: flex;
    	align-items: center;
	}
	.pcm_relative{
		position: relative;
	}
	
	.pcm_text_column{
		width: 100%;
	}
	.pcm_text_column .pcm_text_column_box{
		width: 100%;
	}
	.pcm_wrapper{
		position: relative;
	}
	.pcm_h1_style{
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
    .pcm_bg{
        background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/260312osalove/bg1_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .pcm_bg2{
        padding-top: 15px;
        padding-bottom: 70px;
        background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/260312osalove/yellow.png);
        background-size: 58% auto;
        background-repeat: no-repeat;
        background-position: top 30px left -100px;
        position: relative;
        z-index: 0;
    }
    .pcm_bg2::after{
        position: absolute;
        content: "";
        background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/260312osalove/purple.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom -175px center;
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .pcm_mv{
        padding: 20px 0 10px;
    }
	.pcm_mv_img{
		width: 800px;
		max-width: 100%;
		margin: 0 auto 40px;
		position: relative;
		z-index: 3;
	}
    .pcm_mv_img::before,
    .pcm_mv_img::after{
        display: none;
    }
    .pcm_mv .pcm_mv_text_box{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 8px;
    }
    .pcm_mv .pcm_mv_text_box .pcm_mv_text_b_box p{
        font-size: 23px;
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #FF6E96;
        margin: 0;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .pcm_mv .pcm_mv_text2{
         font-size: 25px;
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #FF6E96;
        text-align: center;
        line-height: 1.4;
    }
    .pcm_mv_text3{
         font-size: 25px;
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #323433;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .pcm_mv_btn{
        border-radius: 16px;
        background-image: linear-gradient(90deg, rgba(255, 110, 150, 1), rgba(255, 177, 165, 1));
        width: 100%;
        height: auto;
        padding: 20px 0 23px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pcm_mv_btn p{
        font-size: 32px;
        font-weight: 700;
        margin: 0;
        text-align: center;
        color: #fff;
        line-height: 1.4;
        font-family: "Zen Maru Gothic", sans-serif; 
    }
    .pcm_mv_btn p .pcm_mv_text4{
        font-size: 28px;
    }
    .pcm_mv_btn p .pcm_mv_text5{
        font-size: 28px;
    }
    .pcm_mv_btn p .pcm_mv_text6{
        font-size: 30px;
    }
	.pcm_sp_nopadding_container{
		padding: 0;
	}
	.pcm_img_w336{
		max-width: 336px !important;
		margin: 0 auto -43px;
	}
    .pcm_navi{
        width: 100%;
        padding: 0 0;
        box-sizing: border-box;
    }
    .pcm_navi ul{
		position: relative;
		z-index: 2;
    }
    .pcm_navi ul li{
        width: 100%;
        list-style-type: none;
		margin-bottom: 20px;
    }
    .pcm_navi ul li a{
        width: 100%;
		height: auto;
        min-height: 80px;
        background-color: #FF5091;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        box-sizing: border-box;
        padding: 10px;
        font-family: "Noto Sans JP", serif;
        font-weight: 800;
        text-align: center;
        text-decoration: none !important;
        border-radius: 20px;
        transition: 1s;
        color: #fff;
        box-shadow: 0px 0px 10px rgba(255, 80, 145, 0.8);
        position: relative;
		transform: scale(1);
    }
    .pcm_navi ul li a img{
        opacity: 1;
    }
    .pcm_navi ul li a:hover{
        text-decoration: none !important;
        opacity: 1;
        
    }
	.pcm_navi ul li a:hover img{
        opacity: 1;
    }
    .pcm_navi .pcm_img_box {
        width: 30px;
        flex-basis: 30px;
    }
    .pcm_navi .pcm_text_box {
        flex-basis: calc(100% - 60px);
        max-width: calc(100% - 60px);
        color: #fff;
        font-size: 3.9vw;
		text-align: center;
		padding-left: 30px;
		line-height: 1.4;
    }
    .pcm_copyright {
        background-color: #F2F2F2;
		
    }
    .pcm_copyright .pcm_copyright_text {
        color: #323433;
        padding: 15px 0;
        font-family: "Zen Maru Gothic", sans-serif;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .06em;
    }
	
	.pcm_column2wrap.type2 .pcm_columnbox {
        width: 100%;
		max-width: 480px;
        margin: 0 auto 30px;
		
    }
	.pcm_column2wrap.type2 .pcm_columnbox a{
		width: 100%;
		height: 84px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 26px;
		box-sizing: border-box;
		padding: 0 15px;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		border-radius: 8px;
		transition: 1s;
		position: relative;
    }
	.pcm_column2wrap.type2 .pcm_columnbox a .pcm_img_box {
		width: 50px !important;
		flex-basis: 50px !important;
		text-align: center;
		margin: 0 !important;
	}
	.pcm_column2wrap.type2 .pcm_columnbox a .pcm_text_box {
		flex-basis: calc(100% - 50px) !important;
		max-width: calc(100% - 50px) !important;
		padding-right: 16px;
		box-sizing: border-box;
		position: inherit !important;
		bottom: 0 !important;
		left: 12px !important;
		text-align: left;
		font-size: 16px !important;
		transform: none !important;
	}
	.pcm_column2wrap.type2 .pcm_columnbox .pcm_link_on:before {
		content: '';
		width: 10px;
		height: 19px;
		background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260312osalove/rinku_arrow_white.svg) no-repeat;
		background-position: center right;
		background-size: 17px auto;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		right: 12px;
		margin-top: -10px;
		transform: translateY(0%) !important;
	}
	
	.pcm_movie_wrap{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.pcm_movie_wrap iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	
	.pcm_cp_area{
		max-width: 750px;
		margin: 0 auto;
	}

	.pcm_column2wrap.type2 .pcm_columnbox {
        width: 100%;
		max-width: 480px;
        margin: 0 auto 30px;
		
    }
	.pcm_column2wrap.type2 .pcm_columnbox a{
		font-size: 24px;
    }
	.pcm_column2wrap.type2 .pcm_columnbox a .pcm_img_box {
		width: 50px !important;
		flex-basis: 50px !important;
		text-align: center;
	}
	.pcm_column2wrap.type2 .pcm_columnbox a .pcm_text_box {
		flex-basis: calc(100% - 50px) !important;
		max-width: calc(100% - 50px) !important;
		padding-right: 50px;
		box-sizing: border-box;
	}
    .pcm_column2wrap.type2 .pcm_columnbox a:hover .pcm_text_box{
		color: #f29ec2 !important;
		text-decoration: none;
    }
	
	
	.pcm_img_w237{
		width: 177px !important;
		margin: 0 auto;
	}
	.pcm_img_w100{
		width: 100% !important;
		max-width: auto;
		margin: 0 auto;
		opacity: 1 !important;
	}
	
	.pcm_a_img_box{
		width: calc(100% - 30px);
		display: table !important;
		margin: 0 auto;
		transition: all ease .3s;
	}
	
	
	
	
	
}
