@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:#ffffff; margin:-20px auto 0; padding: 12px 20px; line-height: 1.2em; font-size: 12px; width: 100%; box-sizing: border-box; background:#A67E02; }
.pcm_NS_breadcrumbs li { display:inline-block}
.pcm_NS_breadcrumbs li::after {content: ">"; color:#ffffff;}
.pcm_NS_breadcrumbs li:last-child::after {content:none}
.pcm_NS_breadcrumbs a { color:#ffffff; 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: 12px 20px;
    line-height: 1.2em;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box; background:#A67E02;
	white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    display: flex;
    padding-left: 2vw;
}
.pcm_NS_breadcrumbs li { display:inline-block; color: #ffffff; margin-right: -9px;}
.pcm_NS_breadcrumbs li::after {content: ">"}
.pcm_NS_breadcrumbs li:last-child::after {content:none}
.pcm_NS_breadcrumbs a { color:#ffffff; 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;	
}
.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/240320takagi3/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 screen and (min-width:641px){
    .pcm_sp_br {
        display: none;
    }
    .pcm_h1_style{
        margin-bottom: 0;
        padding: 20px 0;
        font-size: 24px;
        line-height: 1.3;
        border-bottom: none;
		position: relative;
		z-index: 2;
    }
    .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_o_text img{
		max-width: 1336px;
		margin: -87px auto 0;
	}
	.pcm_o_text2{
		padding-bottom: 30px;
	}
	.pcm_o_text2 img{
		max-width: 1336px;
		margin: 0 auto -87px;
	}
	.pcm_goods_area{
		padding-bottom: 50px;
	}
	
	.pcm_loop_area_box{
		padding: 298px 0 160px;
		overflow: hidden;
	}
	.pcm_mv{
		background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/251031tsukiuta/pcm_bg.jpg);
    	background-size: 1336px;
    	background-repeat: repeat;
    	background-position: center top;
	}

	.pcm_h1_style {
		width: 1000px;
		margin: 0 auto;
	}

	.pcm_text_01{
		width: 1000px;
    	margin: 0 auto 0;
		padding-bottom: 60px;
	}
	.pcm_text_01 p{
		margin: 0;
		background: #ffffff url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/251031tsukiuta/pcm_decoration_2.png);
    	background-size: 220px;
    	background-repeat: no-repeat;
    	background-position: center left 20px;
		text-align: center;
		display: block;
		width: 100%;
		height: 100px;
		padding-top: 22px;
		font-size: 30px;
		box-sizing: border-box;
		font-weight: bold;
		border-radius: 8px;
		position: relative;
        font-family: "Hind", sans-serif;
        font-weight: 600;
        font-style: normal;
	}
	.pcm_text_01 p::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/251031tsukiuta/pcm_decoration_1.png);
    	background-size: 220px;
    	background-repeat: no-repeat;
    	background-position: center right 20px;
	}
	.pcm_text_01 p .pcm_fs22{
		font-size: 22px;
	}
    .pcm_text_01 p .pcm_fs36{
		font-size: 40px;
	}
	.pcm_text_01 p .pcm_ls1{
		letter-spacing: 3px;
	}
    .pcm_text_01 p .pcm_ls2{
		letter-spacing: 5px;
	}
	

/*column3*/

.pcm_column3wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.pcm_column3wrap .pcm_columnbox {
    width: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 3 );
    margin-bottom: 30px;
}
.pcm_column3wrap .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_column3wrap .pcm_columnbox .pcm_link_off{
    background-color: #909090;
    color: #444;
    pointer-events: none;
}
.pcm_column3wrap .pcm_columnbox .pcm_link_off:before {
    content: '';
    width: 17px;
    height: 19px;
    background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240320takagi3/teaseer_rinku_kuro_on.svg") no-repeat;
    background-position: center right;
    background-size: 17px auto;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.pcm_column3wrap .pcm_columnbox .pcm_link_on{
    background-color: #181819;
    color: #ff73ff;
    border: 4px solid transparent;
}
.pcm_column3wrap .pcm_columnbox .pcm_link_on:hover {
    background-color: #181819;
    color: #fff;
    border: 4px solid #ff73ff;
}
.pcm_column3wrap .pcm_columnbox .pcm_link_on:hover img {
    opacity: 1;
}
.pcm_column3wrap .pcm_columnbox .pcm_link_on:before {
    content: '';
    width: 17px;
    height: 19px;
    background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240320takagi3/rinku_arrow_white.svg) no-repeat;
    background-position: center right;
    background-size: 17px auto;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.pcm_column3wrap .pcm_box1{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}



/* column 4 */

.pcm_column4wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.pcm_column4wrap .pcm_columnbox {
    width: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 4 );
    margin-bottom: 30px;
}
.pcm_column4wrap .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_column4wrap .pcm_columnbox .pcm_link_off{
    background-color: #909090;
    color: #444;
    pointer-events: none;
}
.pcm_column4wrap .pcm_columnbox .pcm_link_off:before {
    content: '';
    width: 17px;
    height: 19px;
    background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240320takagi3/teaseer_rinku_kuro_on.svg") no-repeat;
    background-position: center right;
    background-size: 17px auto;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.pcm_column4wrap .pcm_columnbox .pcm_link_on{
    background-color: #181819;
    color: #ff73ff;
    border: 4px solid transparent;
}
.pcm_column4wrap .pcm_columnbox .pcm_link_on:hover {
    background-color: #181819;
    color: #fff;
    border: 4px solid #ff73ff;
}
.pcm_column4wrap .pcm_columnbox .pcm_link_on:hover img {
    opacity: 1;
}
.pcm_column4wrap .pcm_columnbox .pcm_link_on:before {
    content: '';
    width: 17px;
    height: 19px;
    background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240320takagi3/rinku_arrow_white.svg) no-repeat;
    background-position: center right;
    background-size: 17px auto;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.pcm_column4wrap .pcm_box1{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}




    
    

    

    /*relation_start*/
    #pcm_relation_area {
        padding: 60px 0 60px;
        background-color: #ffffff;
        text-align: center;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    #pcm_relation_area a {
        text-decoration: none !important;
        position: relative;
        display: block;
    }
    #pcm_relation_area .pcm_relation_item1,
    #pcm_relation_area .pcm_relation_item2 {
        width: 100%;
        margin: 0 auto;
    }
    #pcm_relation_area .pcm_relation_item1 {
        width: 100%;
        max-width: 455px;
    }
    #pcm_relation_area .pcm_relation_item2 {
        width: 100%;
        max-width: 838px;
        margin-top: 90px;
    }
    #pcm_relation_area .pcm_relation__txt {
        margin-bottom: 30px;
        font-size: 25px;
        font-weight: bold;
        color: #181819;
    }
    a.pcm_link_goodsbtn {
        width: 100%;
        max-width: 388px;
        margin: 0 auto 15px;
        height: 84px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        box-sizing: border-box;
        padding: 2px 0;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 500;
        text-align: center;
        background-color: #181819;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        transition: 1s;
    }
    a.pcm_link_goodsbtn:before {
        content: '';
        width: 22px;
        height: 25px;
        background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240320takagi3/rinku_arrow_white.svg") no-repeat;
        background-position: center right;
        background-size: 22px auto;
        display: block;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
    }
    .pcm_copyright {
        background-color: #A67E02;
		
    }
    .pcm_copyright .pcm_copyright_text {
        color: #fff;
        padding: 11px 0;
        font-family: "Noto Sans JP", serif;
        text-align: center;
        font-size: 12px ;
        font-weight: 400;
    }
	
	
	.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: 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_o_text img{
		max-width: 1336px;
		margin: -6% auto 0;
	}
	.pcm_o_text2{
		padding-bottom: 30px;
	}
	.pcm_o_text2 img{
		max-width: 1336px;
		margin: 0 auto -7%;
		position: relative;
		z-index: 2;
	}
	.pcm_goods_area{
		padding-bottom: 46px;
    	padding-top: 20px;
	}
	.pcm_w307{
		margin: 0 auto;
	}
	
	.pcm_loop_area_box{
		padding: 128px 0 76px;
		overflow: hidden;
	}
	
	.pcm_mv{
		background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/251031tsukiuta/pcm_bg.jpg);
    	background-size: 1336px;
    	background-repeat: repeat;
    	background-position: center bottom -34px;
	}
	.pcm_h1_style {
		margin: 0 auto;
	}

	.pcm_text_01{
		width: 100%;
    	margin: 0 auto 0;
		padding-top: 20px;
		padding-bottom: 60px;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.pcm_text_01 p{
		margin: 0;
		background: #ffffff url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/251031tsukiuta/pcm_decoration_2.png);
    	background-size: 220px;
    	background-repeat: no-repeat;
    	background-position: center top 10px;
		text-align: center;
		display: block;
		width: 100%;
		height: 130px;
		padding-top: 36px;
		font-size: 20px;
		box-sizing: border-box;
		font-weight: bold;
		border-radius: 8px;
		position: relative;
		box-sizing: border-box;
        font-family: "Hind", sans-serif;
        font-weight: 600;
        font-style: normal;
	}
	.pcm_text_01 p::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/251031tsukiuta/pcm_decoration_1.png);
    	background-size: 220px;
    	background-repeat: no-repeat;
    	background-position: center bottom 10px;
	}
	.pcm_text_01 p .pcm_fs22{
		font-size: 16px;
	}
    .pcm_text_01 p .pcm_fs36{
		font-size: 25px;
	}
    .pcm_text_01 p .pcm_ls1{
		letter-spacing: 3px;
	}
    .pcm_text_01 p .pcm_ls2{
		letter-spacing: 5px;
	}
    
	/*column3*/
    
    .pcm_column3wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pcm_column3wrap .pcm_columnbox {
        width: calc( ( 100% - ( 15px * ( 2 - 1) ) ) / 2 );
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 500;
    }
	.pcm_column3wrap .pcm_columnbox a{
        display: block;
    }
    
    .pcm_column4wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pcm_column4wrap .pcm_columnbox {
        width: calc( ( 100% - ( 15px * ( 2 - 1) ) ) / 2 );
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 500;
    }

    #pcm_gentei_area .pcm_box1 .pcm_img_box {
        width: 130px;
        margin: 0px auto;
    }
    #pcm_gentei_area .pcm_box1 .pcm_img_box .pcm_gentei_img {
        width: 45px;
		margin: 0 auto;
    }
    #pcm_gentei_area .pcm_box1 .pcm_text_box {
        max-width: 100%;
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 7px;
        color: #fff;
    }
    #pcm_gentei_area .pcm_box2 .pcm_img_box {
        width: 130px;
        margin: 0px auto;
    }
    #pcm_gentei_area .pcm_box2 .pcm_text_box {
        max-width: 100%;
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 7px;
        font-size: 0.75rem;
        color: #fff;
    }
    #pcm_gentei_area .pcm_box2 .pcm_text_box br{
        display: none;
    }
    #pcm_gentei_area .pcm_box2 .pcm_img_box .pcm_gentei_img {
        width: 45px;
		margin: 0 auto;
    }

    

    
    /*relation_start*/
    #pcm_relation_area {
        padding: 30px 0 90px;
        background-color: #fff;
        text-align: center;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    #pcm_relation_area .pcm_h2_style {
        font-size: 24px;
        padding-bottom: 20px;
    }
    #pcm_relation_area a {
        text-decoration: none !important;
        position: relative;
        display: block;
    }
    #pcm_relation_area .pcm_relation__im1,
    #pcm_relation_area .pcm_relation__im2 {
        width: 100%;
        margin: 0 auto;
    }
    #pcm_relation_area .pcm_relation__im1 {
        max-width: 240px;
        width: 100%;
    }
    #pcm_relation_area .pcm_relation__im2 {
        max-width: 838px;
        width: 100%;
        margin-top: 60px;
    }
    #pcm_relation_area .pcm_relation__txt {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #181819;
    }
    #pcm_relation_area .pcm_relation_item2 {
        margin-top: 60px;
    }
    a.pcm_link_goodsbtn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        box-sizing: border-box;
        padding: 5px 0;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 500;
        text-align: center;
        background-color: #181819;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        transition: 1s;
    }
    a.pcm_link_goodsbtn:before {
        content: '';
        width: 11px;
        height: 13px;
        background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/240320takagi3/rinku_arrow_white.svg") no-repeat;
        background-position: center right;
        background-size: 11px auto;
        display: block;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25px;
    }
    .pcm_copyright {
        background-color: #A67E02;
		
    }
    .pcm_copyright .pcm_copyright_text {
        color: #fff;
        padding: 10px 0;
        font-family: "Noto Sans JP", serif;
        text-align: center;
        font-size: 12px ;
        font-weight: 400;
    }
	
	.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/240320takagi3/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;
	}
	
	
	
	
	
}
