@charset "UTF-8";
/*=============================================================

	Date: 2019-6-4
	CSS Document ： like you

=============================================================*/

#header_fsp,#footer_fsp,#side_fsp,#modal_fsp,.emergency_fsp {
	display: none;
}

body #wrapper_fsp {
	-webkit-box-shadow: none;
	box-shadow: none;
}

div#container_cn {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

div#wrap_cn {
	text-align: left;
	width: 920px;
	margin: 0 auto;
	position: relative;
}


@media (max-width: 919px) {
html {
	-webkit-overflow-scrolling: touch;
}

#header_fsp,#footer_fsp,#side_fsp,#modal_fsp,.emergency_fsp {
	display: block;
}
}

#wrapper {
	padding-top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%
}

img {
	width: auto;
	height: auto;
	border: none;
	vertical-align: bottom;
}

a:hover {
	text-decoration: underline;
}

@media (max-width: 919px) {
a:hover {
	text-decoration: none;
}
}

@media (max-width: 919px) {
div#container_cn {
	width: 100%;
}

div#wrap_cn {
	width: 100%;
	padding: 0;
}
}

#viewport_fsp {
	position: relative;
}

#modal_fsp {
	display: none;
}

em {
	font-style: normal;
}






/* ---------------------------------

	FOOTER
	
--------------------------------- */

div#footer_cn {
	border-top: 1px solid #CDCDCD;
	font-size: 83.4%;
	text-align: center;
	padding: 25px 0 0 0;
}

div#footer_cn .logo_cn {
	margin: 16px 426px;
}

div#footer_cn .logo_cn a {
	background: url("/common/images/allm_common.png") no-repeat 0 -50px;
	display: block;
	height: 23px;
	width: 68px;
	overflow: hidden;
	text-indent: 100%;
}

div#footer_cn p {
	font-family: "Arial";
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

@media (max-width: 919px) {
#header-container_cn, #Footer_fca,.pankuzu_fca,.sns-count_cn {
	display: none;
}

#wrapper_fsp .emergency_fsp {
	display: block;
}

body #wrapper_fsp {
	height: auto;
}

body {
	-webkit-text-size-adjust: none;
}
}

/*------------------------------------

MAIN

------------------------------------*/

div#content_cn {
	margin: 0 0 45px;
}

div#like_you_cn {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	width: 920px;
	overflow: hidden;
}

div#like_you_cn img {
	height: auto;
	max-width: 100%;
}

div#like_you_cn h2 {
	margin: 0 0 20px;
}

div.main_read_cn {
	margin: 0 0 70px;
	position: relative;
}

div.main_read_cn p:last-child {
	position: absolute;
	bottom: 33px;
	right: 44px;
}

div.event_list_cn {
	width: 78.3%;
	margin: auto;
}

div.event_list_cn h3 {
	text-align: center;
	margin: 0 0 25px;
}

div.event_read_cn {
	margin: 0 0 54px;
}

div.event_read_cn p {
	font-size: 130%;
	line-height: 2.0;
	text-align: center;
}

div.event_item_cn {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0 0 40px;
}

/*div.event_item_cn:nth-child(2),
div.event_item_cn:nth-child(5) {
	margin: 0 3.3% 40px;
}*/

div.event_item_cn {
	padding: 20px 0 10px;
}

div.event_item_cn h3 {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 12px 0;
}

div.event_item_cn dl {
	font-size: 110%;
}

div.event_item_cn dt {
	border-bottom: 1px solid #69bdd7;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

div.event_item_cn dd {
	color: #535353;
	font-weight: 600;
	line-height: 1.0;
	text-align: right;
	padding: 0 15px 0 0;
	position: relative;
}

div.event_item_cn dd::before,
div.event_item_cn dd::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

div.event_item_cn dd::before{
    width: 6px;
    height: 6px;
    border-top: 2px solid #535353;
    border-right: 2px solid #535353;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

div.label_item_cn {
	width: 81.9%;
	margin: auto;
}

div.more_btn_cn {
	letter-spacing: 0.15em;
	text-align: center;
	width: 41.7%;
	margin: auto;
	position: relative;
}

div.more_btn_cn a {
	border-radius: 20px;
	background: #ff5094;
	color: #FFF;
	font-size: 160%;
	line-height: 1.0;
	padding: 10px 0;
}

div.more_btn_cn::before,
div.more_btn_cn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

div.more_btn_cn::before{
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

div#like_you_cn a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 130ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 130ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 130ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

div#like_you_cn a:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}

.sp {
	display: none;
}

@media (max-width: 919px) {
div#like_you_cn {
	width: 100%;
	margin: auto;
}

div#like_you_cn img {
	height: auto;
	width: 100%;
}

div#like_you_cn h2 {
	margin: 0 0 30px;
}

div.main_read_cn {
	margin: 0 0 50px;
}

div.main_read_cn p:last-child {
	position: static;
}

div.event_list_cn {
	width: 100%;
}

div.event_list_cn h3 {
	margin: 0 0 30px;
}

div.event_read_cn {
	margin: 0 0 54px;
}

div.event_read_cn p {
	font-size: 23px;
}

div.event_item_cn {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*div.event_item_cn:nth-child(2),
div.event_item_cn:nth-child(5) {
	margin: 0 auto 50px;
}*/

div.event_item_cn a {
	padding: 0;
}

div.event_item_cn h3 {
	font-size: 0.8125rem;
	margin: 30px 0 15px;
}

div.event_item_cn dl {
	font-size: 21px;
}

div.event_item_cn dt {
	margin: 0 0 15px;
	padding: 0 0 15px;
}

div.event_item_cn dd {
	font-size: 26px;
	padding: 0 28px 0 0;
}

div.event_item_cn dd::before{
    width: 12px;
    height: 12px;
}

div.label_item_cn {
	width: 92%;
}

div#like_you_cn a:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	text-decoration: none;
}

.pc {
	display: none;
}

.sp {
	display: block;
}
}

