
@import url("https://fonts.googleapis.com/css?family=Heebo%7CPoppins");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");

@charset "UTF-8";
/*
* SONY_OTONA
* common.css
*
*/
/* ------------------------
  SONY base settings Overwrite
------------------------ */
.s5-container {
	padding: 0; 
	max-width: none;
}

@media screen and (min-width: 640px) {
	.s5-breadcrumbs {
		margin: 10px auto;
	}
}

.pc_parts{
	display: block;
}

.sp_parts{
	display: none;
}

@media screen and (max-width: 639px){
	.pc_parts{
		display: none;
	}

	.sp_parts{
		display: block;
	}
}

/* ------------------------
  cmn-Wrapper settings
------------------------ */
.cmn-Wrapper {
	background-color: #fff;
	word-wrap: break-word;
	color: #333;
	font-family:  'Noto Sans JP',Meiryo, "ﾆ陳�辰ﾆ椎�ﾆ棚",  "Hiragino Kaku Gothic ProN", YuGothic, "ﾆ智ﾆ停ｰﾆ樽ﾆ知ﾅ�pﾆ担 ProN W3", "Lucida Grande", Verdana, "窶嗟窶嗷 窶嗤ﾆ担ﾆ歎ﾆ鍛ﾆ誰", sans-serif;
	font-size: 16px; 
	line-height: 1.6875;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
.cmn-Wrapper * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}
.cmn-Wrapper *:before,
.cmn-Wrapper *:after {
	box-sizing: border-box;
}
.cmn-Wrapper pre,
.cmn-Wrapper textarea {
	overflow: auto;
}
.cmn-Wrapper [hidden],
.cmn-Wrapper audio:not([controls]),
.cmn-Wrapper template {
	display: none;
}
.cmn-Wrapper details,
.cmn-Wrapper main,
.cmn-Wrapper summary {
	display: block;
}
.cmn-Wrapper input[type=number] {
	width: auto;
}
.cmn-Wrapper input[type=search] {
	-webkit-appearance: textfield;
}
.cmn-Wrapper input[type=search]::-webkit-search-cancel-button,
.cmn-Wrapper input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.cmn-Wrapper progress {
	display: inline-block;
}
.cmn-Wrapper small {
	font-size: 75%;
}
.cmn-Wrapper sub,
.cmn-Wrapper sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}
.cmn-Wrapper sup {
	top: -0.5em;
}
.cmn-Wrapper sub {
	bottom: -0.25em;
}
.cmn-Wrapper textarea {
	resize: vertical;
}
.cmn-Wrapper audio,
.cmn-Wrapper canvas,
.cmn-Wrapper iframe,
.cmn-Wrapper img,
.cmn-Wrapper svg,
.cmn-Wrapper video {
	vertical-align: middle;
}
.cmn-Wrapper img {
	border: 0;
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}
.cmn-Wrapper button,
.cmn-Wrapper input,
.cmn-Wrapper select,
.cmn-Wrapper textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}
.cmn-Wrapper button {
	overflow: visible;
}
.cmn-Wrapper button,
.cmn-Wrapper select {
	text-transform: none;
}
.cmn-Wrapper button,
.cmn-Wrapper html input[type="button"],
.cmn-Wrapper input[type="reset"],
.cmn-Wrapper input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}
.cmn-Wrapper button[disabled],
.cmn-Wrapper html input[disabled] {
	cursor: default;
}
.cmn-Wrapper button::-moz-focus-inner,
.cmn-Wrapper input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}
.cmn-Wrapper input {
	line-height: normal;
}
.cmn-Wrapper code,
.cmn-Wrapper kbd,
.cmn-Wrapper pre,
.cmn-Wrapper samp {
	font-family: monospace,monospace;
}
.cmn-Wrapper ol,
.cmn-Wrapper ul {
	list-style: none;
}
.cmn-Wrapper select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}
.cmn-Wrapper table {
	border-spacing: 0;
	border-collapse: collapse;
}
.cmn-Wrapper fieldset {
	border: 0;
}
.cmn-Wrapper a {
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); 
	text-decoration: none;
	color: #000;
}
@media screen and (min-width: 1200px) {
	.cmn-Wrapper a:hover {
		opacity: 0.6;
	}
}
.cmn-Wrapper a:hover {
	text-decoration: none;
}
.cmn-Wrapper a:active {
	text-decoration: none;
}
.cmn-Wrapper a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}

.c5-container{
	padding-top: 0 !important
}

.cmn-Wrapper{
	padding-top: 5vw
}

/* ------------------------
	utilities Classes
------------------------ */
.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	margin: -1px;
	padding: 0;
	border: 0;
	width: 1px; 
	height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	overflow: visible;
	clip: auto;
	position: static;
	margin: 0;
	width: auto; 
	height: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ------------------------
	窶脳窶昶� 窶卍ｲﾂ青ｮ窶廃class
------------------------ */
.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

/* ------------------------
	text-align 窶卍ｲﾂ青ｮ窶廃class
------------------------ */
.align-center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}


/* ------------------------
	content
------------------------ */

.new_area,
.index .main_title{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.new_area{
	padding-bottom: 70px;
}

.index .main_title{
	margin-top: 10px
}

.ugc_page .main_title,
.person_page .main_title{
	background-color: #00a4f7;
	width: 100%;
	display: flex;
	flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 20px;
    z-index: 9;
    box-shadow: 0 20px 30px rgb(0 0 0 / 10%)
}

.sub_title{
	display: flex;
	width: 100%;
	color: #4e4e4e;
	font-weight: 500;
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
	/*background-color: #6bc8ff*/
	justify-content: center;
	align-items: center;
	position: relative;
}

.sub_title:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -20px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
}

.sub_title h2{
	width: 260px;
	margin-right: 20px
}

.sub_title h2 img{
	width: 100%;
	height: auto;
}

.sub_title a,
.person_page .profile dl dt a,
.person_page .recommend .txt a{
	color: #209be9;
	position: relative;
	font-weight: 900;
	text-decoration: underline;
}

.sub_title a:after,
.person_page .profile dl dt a:after,
.person_page .recommend .txt a:after{
    content: "";
    display: inline-block;
    background-image: url(/feature/myfavorite/asset/img/common/blank_icon_bl.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    margin-left: 2px;
    margin-top: 4px;
}

.main_title h1 a{
	display: flex;
	position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index .main_title img{
	width: 420px;
	height: auto;
}

.ugc_page .main_title img,
.person_page .main_title img{
	width: 280px;
	height: auto;
}

.main_title p{
	font-size: 42px;
	font-weight: 900;
	color: #209be9;
	position: relative;
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -10px;
    letter-spacing: -1px
}

.ugc_page .main_title p,
.person_page .main_title p{
	font-size: 32px;
	font-weight: 900;
	color: #fff;
    margin-top: -2px;
}

.main_title p:before{
	content: "";
	display: block;
	background-image: url(/feature/myfavorite/asset/img/common/tw_logo-blue.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 42px;
	height: 35px;
	margin-top: 2px;
	margin-right: 10px
}

.ugc_page .main_title p:before,
.person_page .main_title p:before{
	background-image: url(/feature/myfavorite/asset/img/common/tw_logo-white.svg);
	width: 30px;
	height: 25px;
}

.new_box{
	background-color: #00a4f7;
	border-radius: 20px;
	max-width: 1180px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 50px;
	box-sizing: border-box;
	position: relative;
	height: 470px;
	z-index: 1
}

/*.new_box:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
    bottom: -60px;
	left: 48%;
    border-width: 0px 50px 70px 0px;
    border-color: transparent #00a4f7 transparent transparent;
    border-style: solid;
    transform: rotate(-10deg);
}*/

/*.new_box:before{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
    top: -20px;
    border-style: solid;
    border-width: 0px 20px 20px 20px;
    border-color: transparent transparent #00a4f7 transparent;
}

.new_box{
	margin-top: 20px
}*/

.new_box a{
	display: flex;
	flex-direction: row;
    align-items: stretch;
    width: 100%;
}

.new_box .img_box{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	width: 100%;
	max-width: 680px;
	height: auto;
	position: relative;
	z-index: 3
}

.new_box .info_box{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -30px;
	max-width: 430px;
	width: 100%;
}

.new_box .info_box .inner{
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 2;
	padding: 0 34px 0 60px;
	box-sizing: border-box;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #209be9;
}

.new_box .info_box .inner h2{
	font-size: 30px;
	line-height: 1;
	padding: 16px 10px 12px;
    width: 100%;
	border-top: 1px solid #209be9;
	border-bottom: 1px solid #209be9;
	text-align: center;
   	font-weight: 900;
}

.new_box .info_box .inner .cap_box{
   	margin-top: 20px;
   	margin-bottom: 20px;
   	text-align: center;
}

.new_box .info_box .inner .cap_box .cap_tit{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.new_box .info_box .inner .cap_box h3{
	/*font-size: 24px;*/
	font-size: 22px;
	line-height: 32px;
   	font-weight: 900;
   	width: auto;
   	color: #3c3c3c;
   	text-align: left;
   	padding-left: 10px;
   	white-space: nowrap;
}

.new_box.minify{
	max-width: 1000px;
	padding: 20px 40px;
	height: 380px
}

.new_box.minify a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.new_box.minify .info_box .inner{
	padding: 20px 34px 20px 60px;
	max-width: 500px
}

.new_box.minify .img_box{
	max-width: 520px
}

.new_box.minify .img_box img{
	max-width: 105%
}

.slash{
	padding: 0 10px;
	font-size: 30px
}

.new_box .info_box .inner img.cap{
	/*width: 40%*/
	width: auto;
	height: 80px
}

.new_box .info_box .inner img.vol{
	/*width: 20%;*/
	width: auto;
	height: 20px;
}

.new_box .info_box .inner .ribon{
	width: calc(100% + 40px);
	margin-left: -40px;
	height: 60px;
	background-color: #f5683a;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
    position: relative;
}

.new_box .info_box .inner .ribon:before{
	content: "";
	display: block;
	background-image: url(/feature/myfavorite/asset/img/common/ico_bubble.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	margin-left: 30px
}

.new_box .info_box .inner .ribon:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
    top: -8px;
    right: -6px;
    border-width: 38px 26px 38px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

.ugc_area,
.person_area{
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-top: 10px
}

.person_area{
	margin-top: 40px;
	background-color: #fffaf6;
	padding-bottom: 80px;
    /*margin-bottom: -50px;*/
}

.person_area:before{
	content: "";
	display: block;
	height: 10px;
	width: 100%;
    margin-bottom: 40px;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.6);
    background-color: #fff
}


.ugc_area h2,
.person_area h2{
	text-align: center;
}

.ugc_area h2 img,
.person_area h2 img{
	width: 260px;
	height: auto;
	margin-bottom: 4px
}

.ugc_area h2 p,
.person_area h2 p{
	font-size: 30px;
	font-weight: 900;
	color: #209be9;
	position: relative;
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -10px;
    letter-spacing: -1px
}

.ugc_area h2 p:before,
.person_area h2 p:before{
	content: "";
	display: block;
	background-image: url(/feature/myfavorite/asset/img/common/tw_logo-blue.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 34px;
	height: 30px;
	margin-top: 2px;
	margin-right: 10px
}

.ugc_area .txt_box,
.person_area .txt_box{
	text-align: center;
	line-height: 34px;
	margin-bottom: 40px
}

.ugc_area .txt_box.case2,
.person_area .txt_box.case2{
	display: flex;
	text-align: left;
	align-items: center;
    flex-direction: row;
}

.ugc_area .txt_box.case2 h2,
.person_area .txt_box.case2 h2{
	margin-right: 20px
}

.ugc_area .txt_box.case2 p,
.person_area .txt_box.case2 p{
	width: 680px
}

.ugc_area .txt_box a,
.person_area .txt_box a,
.ugc_page .txt_box>li.page_intro a{
	text-decoration: underline;
	color: #209be9;
	font-weight: 900;
	position: relative;
	display: inline-flex;
	flex-direction: row;
    align-items: center;
}

.ugc_area .txt_box a:after,
.person_area .txt_box a:after,
.ugc_page .txt_box>li.page_intro a:after{
	content: "";
	display: inline-block;
	background-image: url(/feature/myfavorite/asset/img/common/blank_icon_bl.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
	margin-left: 2px;
	margin-top: 4px
}

.ugc_area .list_box{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    /*max-width: 1240px;*/
    max-width: 940px;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-around;
}

.ugc_area .list_box li{
	border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    width: 270px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

/*.ugc_area .list_box li+li{
	margin-left: 30px
}*/

.ugc_area .list_box a{
	width: 100%;
	height: 100%;
}

.ugc_area .list_box li h3{
	background-color: rgba(32,155,233,0.6);
	height: 66px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
    justify-content: space-between;
	font-size: 16px;
	line-height: 28px;
   	font-weight: 900;
   	padding: 0 12px;
   	color: #fff;
   	letter-spacing: -0.6px
}

.ugc_area .list_box li h3 img{
	height: 18px;
	margin-right: 10px;
}

.ugc_area .list_box li .user_box{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	padding: 160px 20px 20px;
	box-sizing: border-box;
	z-index: 2;
	background: linear-gradient(rgba(162,162,162,0),60%,rgba(85,85,85,0.9));
	background:-ms-linear-gradient(rgba(162,162,162,0),rgba(85,85,85,0.9));
	display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.ugc_area .list_box li .user_box span{
	font-size: 10px;
	margin-left: 6px
}

.ugc_area .list_box li .user_box img{
	border: 2px solid #fff;
	width: 50px;
	box-sizing: border-box;
	border-radius: 50px;
	margin-right: 10px
}

.ugc_area .list_box li img.base{
	position: relative;
	z-index: 1
}

.ugc_area .list_box li.notice.two img.next_user{
	width: 52%;
	left: 24%
}

.ugc_area .list_box li.notice img.next_user{
	position: absolute;
	bottom: -2px;
	width: 60%;
	left: 20%
}

.ugc_area .list_box li.notice{
	background-color: #ededed;
	color: #4e4e4e
}

.ugc_area .list_box li.notice a{
	display: flex;
	flex-direction: column;
    justify-content: center;
    position: relative;
}

.ugc_area .list_box li.notice h3{
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	line-height: 22px
}

.ugc_area .list_box li.notice h3 p{
	width: 100%
}

.ugc_area .list_box li.notice h3 span{
	font-size: 12px;
	font-weight: 500;
	display: block;
}

.ugc_area .list_box li.notice .next_day{
	font-size: 18px;
	line-height: 26px;
	width: 100%;
	text-align: center;
	top: 30%;
	/*margin-top: -52%;*/
	position: absolute;
	padding: 0 14px;
	box-sizing: border-box;
}


.ugc_area .list_box li.notice .next_day span{
	display: block;
	font-weight: 900
}

.ugc_area .list_box li.notice .next_day img{
	position: absolute;
	width: 80%;
	left: 10%;
	top: -22px
}

.ugc_area .list_box li.notice .base{
	opacity: 0
}

.line{
	line-height: 1;
	font-size: 24px;
	font-weight: 900;
	color: #4e4e4e;
	width: 100%;;
	max-width: 1182px;
	border-bottom: 2px solid #e1e9ec;
	/*padding-bottom: 30px;*/
	text-align: center;
	position: relative;
	margin-bottom: 40px
}

.line:before{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #e1e9ec transparent transparent transparent;
}

.line:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    left: 50%;
    bottom: -17px;
    margin-left: -20px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #ffffff transparent transparent transparent;
}

.line2{
	line-height: 1;
	font-weight: 900;
	color: #4e4e4e;
	width: 100%;;
	max-width: 1182px;
	border-bottom: 2px solid #e1e9ec;
	/*padding-bottom: 30px;*/
	text-align: center;
	position: relative;
	margin-top: 40px
}

.btn_box{
	display: flex;
	flex-direction: row;
    justify-content: center;
}

.btn_box li{
	width: 420px;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 50px;
	overflow: hidden;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
    color: #fff
}

.btn_box li+li{
	margin-left: 20px
}

.btn_box li.timeline{
	background-color: #33c6d2
}

.btn_box li.hash{
	background-color: #e769bc
}

.btn_box li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
    align-items: center;
}

.btn_box li a:after{
	content: "";
	display: inline-block;
	background-image: url(/feature/myfavorite/asset/img/common/blank_icon_wh.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 22px;
	height: 18px;
	margin-left: 20px;
}

.btn_box li .icon{
	background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-right: 16px
}

.btn_box li.timeline .icon{
	padding: 20px 10px
}

.btn_box li.hash .icon{
	padding: 10px 20px
}

.btn_box .btn_caption{
	display: flex;
	flex-direction: column;
    justify-content: center;
    margin-top: 4px
}

.btn_box li .title{
	background-color: #fff;
	height: 24px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 4px
}

.btn_box li .title span{
	margin-top: -2px
}

.btn_box li.timeline .title{
	color: #33c6d2
}

.btn_box li.hash .title{
	color: #e769bc
}

.btn_box li .action{
	font-size: 18px;
	font-weight: 900;
	color: #fff
}

.ugc_page .main_area,
.person_page .main_area{
	margin-bottom: 60px;
}

.ugc_page .main_area{
	background: linear-gradient(rgba(0,152,235,0.2),50%,rgba(0,152,235,0));
	background:-ms-linear-gradient(rgba(0,152,235,0.2),rgba(0,152,235,0));
}

.person_page .main_area{
	margin-bottom: 30px;
	background-position: center center;
	background-size: contain;
}

.person_page #person01 .main_area{
	background-image: url(/feature/myfavorite/asset/img/common/bg.jpg);
	background-repeat: repeat-x;
}

.person_page #person02 .main_area{
	background-image: url(/feature/myfavorite/asset/img/person/02/bg.jpg);
	background-size: cover;
}

.person_page #person03 .main_area{
	background-image: url(/feature/myfavorite/asset/img/person/03/bg.jpg);
	background-size: cover;
}

.person_page #person04 .main_area{
	background-image: url(/feature/myfavorite/asset/img/person/04/bg.jpg);
	background-size: cover;
}

.person_page #person05 .main_area{
	background-image: url(/feature/myfavorite/asset/img/person/05/bg.jpg);
	background-size: cover;
}

.person_page #person06 .main_area{
	background-image: url(/feature/myfavorite/asset/img/person/06/bg.jpg);
	background-size: cover;
}

.main_area .inner{
	display: flex;
	align-items: center;
	min-height: 520px;
	width: 1200px;
	margin: 0 auto;
	/*padding: 20px;*/
	padding: 40px 20px;
	box-sizing: border-box;
	position: relative;
}

.person_page .main_area .inner{
	flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    min-height: auto;
	height: 400px;
    overflow: hidden;
    padding: 40px 20px 0;
    position: relative;
}

.person_page .main_area .inner>img{
	position: absolute;
	left: 20px;
	top: -30px
}

.person_page #person02 .main_area .inner>img{
	top: -20px
}

.person_page #person04 .main_area .inner>img{
	top: -100px
}

.person_page #person01 .main_area .inner:before{
	content: "";
	position: absolute;
	height: 100%;
	background-image: url(/feature/myfavorite/asset/img/common/bg2.png);
	width: 80px;
	display: block;
	left: 480px;
	top: 0;
	z-index: 8
}

.main_area ul.txt_box{
	width: calc(50% - 80px);
	box-sizing: border-box;
}

.person_page .main_area ul.txt_box{
	/*width: calc(50% - 80px);*/
	width: auto;
	margin-right: -20px;
	position: relative;
	z-index: 9
}

.main_area div.img_box{
	width: calc(50% + 40px);
	box-sizing: border-box;
	position: relative;
	min-height: 440px;
	display: flex;
	align-items: center;
}

.person_area {
	width: 100%;
	overflow: hidden;
}

.person_area .outer{
	margin: 0 auto 40px;
	position: relative;
	height: 360px;
	width: 100vw;
	background-color: #ece5e1;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%) inset;
	border-radius: 20px;
	overflow: hidden;
	left: calc(50vw - 600px);
}

.person_area .list_box{
	display: flex;
	align-items: center;
    flex-direction: row;
    position: absolute;
    height: 360px;
    width: calc(100% - 50vw + 600px);
    bottom: 0px;
	box-sizing: border-box;
	padding: 30px;
	overflow-x: auto;
}

.person_area .list_box li{
	height: auto;
	width: 480px;
	overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
    flex-shrink: 0;
}

.person_area .list_box li+li{
	margin-left: 30px
}




/*test*/
.person_area .outer-test{
	margin: 0 auto 40px;
}

.person_area .outer-test .list_box{
	position: relative;
	width: 100%;
	max-width: 1520px;
	padding: 10px;
	flex-wrap: wrap;
	height: auto;
	justify-content: center;
}

.person_area .outer-test .list_box li,
.person_area .outer-test .list_box li+li{
	margin: 10px 10px 20px
}

/*test*/




.person_area .list_box li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.person_area .list_box li dl.soon{
	position: absolute;
	width: 100%;
	height: 50%;
	color: #fff;
	padding: 16px;
	box-sizing: border-box;
	background: linear-gradient(rgba(162,162,162,0),70%,rgba(85,85,85,0.9));
	background:-ms-linear-gradient(rgba(162,162,162,0),rgba(85,85,85,0.9));
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    bottom: 0
}

.person_area .list_box li dl.soon dd{
	display: flex;
	align-items: center;
    flex-direction: row;
}

.person_area .list_box li dl.soon img{
	width: 100px
}

.person_area .list_box li dl.soon h5{
	font-size: 16px;
	font-weight: 700;
	margin-left: 20px
}

.person_area .list_box li dl.soon h5 span{
	font-size: 12px;
	display: block;
	margin-bottom: -8px
}

.person_area .list_box li dl.soon dt{
	font-size: 20px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
}

.person_area .list_box li dl.link{
	position: absolute;
	background: linear-gradient(rgba(162,162,162,0),60%,rgba(85,85,85,0.9));
	background:-ms-linear-gradient(rgba(162,162,162,0),rgba(85,85,85,0.9));
	bottom: 0;
	right: 0;
	height: 70%;
	display: flex;
	padding: 16px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.person_area .list_box li.person5 dl.link{
	height: 100%;
	background: linear-gradient(rgba(162,162,162,0),50%,rgba(85,85,85,0.8));
    background: -ms-linear-gradient(rgba(162,162,162,0),rgba(85,85,85,0.8));
}

.person_area .list_box li dl.link dd{
	display: flex;
	align-items: flex-end;
    flex-direction: row;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff
}

.person_area .list_box li dl.link dd img{
	width: 80px;
	height: auto;
	margin-right: 20px
}

.person_area .list_box li dl.link dd div{
	display: flex;
	width: 100%;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #fff
}

.person_area .list_box li dl.link dd h5{
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	position: relative;
}

.person_area .list_box li.person6 dl.link dd h5{
	font-size: 17px;
	letter-spacing: -1px
}

.person_area .list_box li dl.link dd h5 span{
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 4px;
	position: absolute;
	top: -18px
}

.person_area .list_box li dl.link dd .closs{
	margin-left: 10px;
	font-weight: 700;
	margin-bottom: -4px
}

.person_area .list_box li dl.link dd p{
	line-height: 20px;
	font-size: 18px;
	font-weight: 700
}

.person_area .list_box li.person5.off dl.link dd p{
	font-size: 14px;
	letter-spacing: -1px
}

.person_area .list_box li.person6 dl.link dd p{
	font-size: 16px;
	letter-spacing: -1px
}

.person_area .list_box li dl.link dt{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.2px;
}

.person_area .list_box li img.bg{
	width: 100%
}

.person_page .txt_box .page_title{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	justify-content: space-between;
	min-height: 160px
}

.person_page .txt_box>li{
	min-width: 640px;
	width: auto;
}

.person_page .txt_box>li.page_description .desc_box{
	font-size: 14px;
	line-height: 26px
}

.person_page .txt_box .page_title h3{
	font-size: 30px;
    font-weight: 900;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
}

.person_page #person02 .txt_box .page_title h3{
	font-size: 26px
}

.person_page #person05 .txt_box .page_title h3{
	font-size: 26px;
	letter-spacing: -1px;
}

.person_page #person06 .txt_box .page_title h3{
	font-size: 26px;
	letter-spacing: -1px;
}

.person_page #person05 .txt_box .page_title h3 span{
	font-size: 14px;
	letter-spacing: -0.8px
}

.person_page .txt_box .page_title span.closs{
	border-radius: 50%;
	display: flex;
	justify-content: center;
    align-items: center;
    font-size: 40px;
	color: #ece5e1;
	font-weight: 900;
	margin-left: 10px;
	margin-right: 10px
}

.person_page .item_box,
.person_page .item_box li{
	display: flex;
}

.person_page .item_box{
	flex-direction: column;
}

.person_page .item_box li{
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.person_page .item_box li p{
	width: 140px;
	margin-left: 10px
}

.person_page #person02 .item_box li p{
	width: 100px
}

.person_page #person04 .item_box li p{
	width: 80px;
	margin-left: 10px
}

.person_page #person05 .item_box li p{
	width: 140px;
}

.person_page .item_box li p img{
	width: 100%;
	height: auto;
}

.person_page .item_box li+li{
	margin-top: 10px
}

.person_page .profile{
    max-width: 1140px;
    margin: 0 auto 50px;
    position: relative;
}

.person_page .profile dl{
	display: flex;
	align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 50px 40px 20px;
    border: 2px solid #e1e9ec;
    box-sizing: border-box;
    border-radius: 10px
}

.person_page .profile dl dd{
	width: 90px
}

.person_page .profile dl dd img{
	border-radius: 100%;
	border:1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}

.person_page .profile dl dt{
	width: 100%;
}

.person_page .profile dl dt h3{
	font-weight: 900
}

.person_page .profile dl dt h3 span{
	font-weight: 500
}

.person_page .profile dl dt h3 span+span{
	margin-left: 20px
}

@media all and (-ms-high-contrast: none) {
  .main_area div.img_box {
    height: 400px
  }
}

.txt_box{
	display: flex;
	flex-direction: column;
    align-items: flex-end;
}

.txt_box>li{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	width: 520px;
	padding: 20px;
	box-sizing: border-box;
}

.txt_box>li+li{
	margin-top: 20px
}

.txt_box>li.page_intro{
	font-size: 16px;
	color: #000
}

.txt_box .page_title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.txt_box .page_title img.cap{
	height: 80px
}

.txt_box .page_title .slash{
	padding: 0 8px 0 4px;
	color: #209be9;
}

.txt_box .page_title div{
	line-height: 1;
	margin-left: 20px
}

.txt_box .page_title img.vol{
	height: 30px;
	margin-right: 20px
}

.txt_box .page_title h2{
	font-size: 32px;
	font-weight: 900;
	white-space: nowrap;
}

.txt_box .page_title h2 span{
	font-size: 16px;
	display: block;
	margin-bottom: -8px
}

.person_page #person05 .txt_box .page_title h2 span{
	letter-spacing: -2px;
	font-size: 14px
}

.person_page #person06 .txt_box .page_title h2{
	letter-spacing: -2px;
	font-size: 26px
}

.txt_box>li.page_description .desc_box{
	text-align: justify;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	font-weight: 500
}

.txt_box>li.page_description .update{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 4px solid #eee;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.txt_box>li.page_description .update .user_set{
	display: flex;
    align-items: center;
}

.txt_box>li.page_description .update img{
	height: 40px;
	border-radius: 40px
}

.txt_box>li.page_description .update .user_set .name{
	margin-left: 10px;
	font-size: 20px;
	font-weight: 500px
}

.txt_box>li.page_description .update .user_set .name span{
	font-size: 14px;
	padding-left: 4px
}

.txt_box>li.page_user{
	display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1;
    font-weight: 500
}

.txt_box>li.page_user .user_set{
	display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.txt_box>li.page_user img{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin-right: 20px
}

.txt_box>li.page_user .name{
	font-size: 24px
}

.txt_box>li.page_user .name span{
	font-size: 14px;
	padding-left: 4px
}

.txt_box>li.page_user .slash{
	font-size: 18px;
	padding: 0 4px
}

.txt_box>li.page_user .id{
	font-size: 16px
}

.ugc_page .img_box img{
	border-radius: 20px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.4);
	position: relative;
}

.ugc_page .img_box img.main.side{
	width: 480px;
	height: 330px;
	left: 110px;
	z-index: 9
}

.ugc_page #ugc2109 .img_box img.main.side,
.ugc_page .img_box.only-one img.main.side{
	width: 610px;
	height: 420px;
	left: 90px;
}

.top_img_cap{
    position: absolute;
    right: -90px;
    bottom: -30px;
    font-size: 14px;
    font-weight: 700;
}

.ugc_page .img_box img.main.vertical{
	width: 330px;
	height: 480px
}

.ugc_page .img_box img.sub{
	z-index: 1;
	position: absolute;
}

.ugc_page .img_box img.sub.num2{
	top: -20px;
    right: -80px;
}

.ugc_page .img_box img.sub.num3{
	bottom: -30px;
    left: 30px;
}

.ugc_page .img_box img.sub.num4{
	right: -100px;
    bottom: -40px;
}

.ugc_page .img_box img.sub.side{
	width: 220px;
	height: 150px;
}

.ugc_page .img_box img.sub.vertical{
	width: 150px;
	height: 220px
}

.content_area{
	display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    overflow: hidden;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 9;
}

.anker{
	margin-top: 60px;
	margin-bottom: 60px
}

.last .content_area{
    box-shadow: none;
    padding-bottom: 60px
}

.content_area .inner{
	width: 1200px
}

.ugc_page .content_area .section{
	display: flex;
	min-height: 560px;
	position: relative;
	flex-direction: column;
}

.ugc_page .content_area .center_sec{
	min-height: 380px
}

.ugc_page .content_area .section+.section{
	margin-top: 80px
}

.ugc_page .content_area .left_sec{
	align-items: flex-end;
}

.ugc_page .content_area .right_sec{
	align-items: flex-start;
}

.ugc_page .content_area .center_sec{
	align-items: center;
}

.ugc_page .content_area .section:after{
	content: "";
	background-color: #e1e9ec;
	display: block;
	position: absolute;
	height: 330px;
	border-radius: 20px;
	width: 100vw;
	bottom: 0px
}

.ugc_page .content_area .left_sec:after{
	right: calc(-100vw + 950px);
}

.ugc_page .content_area .right_sec:after{
	left: calc(-100vw + 950px);
}

.ugc_page .content_area .plus_right:after{
	right: calc(-100vw + 870px);
	height: 280px;
}

.ugc_page .content_area .plus_left:after{
	left: calc(-100vw + 870px);
	height: 280px;
}

.ugc_page .content_area .section h3{
	display: flex;
	font-size: 30px;
	font-weight: 900;
	align-items: center;
	padding-top: 20px;
	margin-bottom: 40px;
	line-height: 38px;
	letter-spacing: -0.2px
}

.ugc_page .content_area .section h3.short{
	letter-spacing: -1.4px;
	font-size: 28px
}

.ugc_page .content_area .section h3 img{
	height: 68px;
	margin-right: 30px;
}

.ugc_page .content_area .section .sec_img{
	width: 650px;
	height: 480px;
	border-radius: 20px;
	box-shadow: 4px 6px 10px rgba(0,0,0,0.1);
	position: absolute;
	z-index: 8;
	top: 0;
	overflow: hidden;
}

.ugc_page .content_area .section .sec_img .img_cap{
	position: absolute;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	color: #000;
	font-weight: 500;
	font-size: 16px;
	left: 0;
	bottom: 0;
	border-radius: 0 20px 0 0
}

.ugc_page .content_area .left_sec .sec_img{
	left: 0;
}

.ugc_page .content_area .right_sec .sec_img{
	right: 0;
}

.ugc_page .content_area .section .bubble_set{
	display: flex;
	flex-direction: column;
}

.ugc_page .content_area .center_sec .bubble_set{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.ugc_page .content_area .section .block{
	width: 520px;
	z-index: 9
}

.ugc_page .content_area .section .block p.long{
	letter-spacing: -0.8px
}

.ugc_page .content_area .center_sec .comment.block{
	width: 840px;
	z-index: 9
}

.ugc_page .content_area .center_sec h3.block{
	width: 100%;
	z-index: 9;
	justify-content: center;
}

.ugc_page .content_area .section .comment{
	border-radius: 20px;
	border:6px solid #00a4f7;
	padding: 30px;
	box-sizing: border-box;
	text-align: justify;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	box-shadow: 4px 6px 10px rgba(0,0,0,0.1);
	position: relative;
	background: #fff
}

.ugc_page #ugc211129 .content_area .section .comment{
	letter-spacing: -0.1px;
}

.ugc_page #ugc211129 .content_area .section .comment.last{
	letter-spacing: 0;
}

.ugc_page .content_area .section .comment.short{
	letter-spacing: -0.2px
}

.ugc_page .content_area .section .comment:after{
	position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ugc_page .content_area .left_sec .comment:after{
    right: 80px;
    bottom: -52px;
    border-width: 0px 40px 50px 0px;
    border-color: transparent #00a4f7 transparent transparent;
    border-style: solid;
    transform: rotate(-4deg);
}

.ugc_page .content_area .right_sec .comment:after{
    left: 80px;
    bottom: -52px;
	border-width: 50px 40px 0 0;
	border-color: #00a4f7 transparent transparent transparent;
    border-style: solid;
    transform: rotate(4deg);
}

.ugc_page .content_area .plus_left .comment:after{
    right: auto;
    left: -50px;
    top: 50%;
    bottom: auto;
	border-width: 0px 50px 25px 0;
    border-color: transparent #00a4f7 transparent transparent;
    border-style: solid;
    transform: rotate(0deg);
}

.ugc_page .content_area .plus_right .comment:after{
    right: -50px;
    left: auto;
    top: 50%;
    bottom: auto;
	border-width: 0px 0px 25px 50px;
    border-color: transparent transparent transparent #00a4f7;
    border-style: solid;
    transform: rotate(0deg);
}

.ugc_page .content_area .section .user{
	display: flex;
    flex-direction: row;
    align-items: center;
    color: #00a4f7;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9
}

.ugc_page .content_area .center_sec .user{
	flex-direction: column;
	position: absolute;
}

.ugc_page .content_area .center_sec.plus_left .user{
	left: 20px;
}

.ugc_page .content_area .center_sec.plus_right .user{
	right: 20px;
}

.ugc_page .content_area .left_sec .user{
	flex-flow: row-reverse;
	text-align: right;
}

.ugc_page .content_area .section .user img{
	width: 90px;
	height: 90px;
}

.ugc_page .content_area .left_sec .user img{
	margin-left: 10px
}

.ugc_page .content_area .right_sec .user img{
	margin-right: 10px
}

.ugc_page .content_area .center_sec .user img{
	margin-bottom: 10px
}

.ugc_page .content_area .section .user .id{
	font-size: 14px
}

.ugc_page .content_area .user .name span{
	font-size: 60%
}

.ugc_page .content_area .outro{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	/*width: 840px;*/
	margin: 50px auto
}

.person_page .content_area .inner{
	display: flex;
	flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
}

.person_page .content_area .inner li{
	max-width: 550px;
	width: 50%;
	text-align: center;
	position: relative;
}

.person_page .content_area .inner li .oc{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2
}

.person_page .content_area .inner li+li{
	margin-left: 40px
}

.person_page p.tag{
	background-color: #000;
	color: white;
	font-size: 14px;
	padding: 4px 10px;
	text-align: center;
	width: 120px;
	border-radius: 4px;
	font-weight: 700
}

.person_page .profile dl dd p.tag,
.person_page .recommend p.tag{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px 0 4px 0;
}

.person_page .content_area .inner li .twitter-tweet{
	visibility: hidden;
}

.person_page .comingsoon{
	max-width: 860px;
	overflow: hidden;
	position: relative;
	margin: 10px 20px 40px;
	border-radius: 14px
}

.person_page .comingsoon dl{
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	background: linear-gradient(rgba(162,162,162,0),80%,rgba(85,85,85,0.8));
	background:-ms-linear-gradient(rgba(162,162,162,0),rgba(85,85,85,0.8));
	display: flex;
	align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.person_page #person02 .comingsoon dl{
	background: linear-gradient(rgba(162,162,162,0),80%,rgba(85,85,85,0.8));
	background:-ms-linear-gradient(rgba(162,162,162,0),rgba(85,85,85,0.8));
}

.person_page .comingsoon dl dd{
	display: flex;
	align-items: flex-end;
    flex-direction: row;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #fff
}

.person_page .comingsoon dl img{
	width: 80px;
	margin-bottom: 2px
}

.person_page #person02 .comingsoon .item_box li p{
	width: 220px;
	right: 4%;
    top: 40px;
}

.person_page .comingsoon dl h5{
	font-size: 20px;
	font-weight: 700;
	margin-left: 20px;
	position: relative;
	margin-bottom: -4px
}

.person_page .comingsoon dl h5 span{
	font-size: 12px;
	display: block;
	margin-bottom: -4px;
	line-height: 1;
	position: absolute;
	top: -10px;
	display: block;
	white-space: nowrap;
}

.person_page .comingsoon dl .closs{
	margin: 0 8px -2px;
}

.person_page .comingsoon .item_box{
	margin-bottom: -2px
}

.person_page .comingsoon dl p{
	font-size: 18px;
	font-weight: 700
}

.person_page .comingsoon dl dt{
	font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.person_page .comingsoon .item_box li{
	align-items: flex-end;
}

.person_page .comingsoon .item_box h3{
	font-size: 16px;
	font-weight: 700
}

.person_page .comingsoon .item_box p{
	width: 110px;
	position: absolute;
	right: 17%;
	top: 8px
}

.person_page #person03 .comingsoon .item_box li p{
    width: 130px;
    position: absolute;
    right: 64%;
    top: 30px;
}

.person_page #person04 .comingsoon .item_box li p{
	width: 240px;
	right: 18%;
	top: 40px
}

.person_page #person05 .comingsoon .item_box li p{
	width: 220px;
    right: 20%;
    top: 40px;
}

.person_page .recommend{
	max-width: 1060px;
	display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 40px 20px;
    border: 2px solid #e1e9ec;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    background-color: #00a4f7;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.4)
}

.person_page .recommend .inner{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
    color: #fff
}

.person_page .recommend .inner h4{
	width: 260px;
	margin-right: 20px
}

.person_page .recommend .inner h4 img{
	width: 100%
}

.person_page .recommend .inner div{
	width: calc(100% - 280px)
}

.person_page .recommend .inner div a{
	color: #fff
}

.person_page .recommend .inner div a:after{
	background-image: url(/feature/myfavorite/asset/img/common/blank_icon_wh.svg);
}

.person_page .recommend .inner div .btn{
	display: block;
	padding: 6px 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 30px;
	color: #00a4f7;
	border: 1px solid #e1e9ec;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 16px;
	font-weight: 900
}

.column-enquete a{
	color: #fff;
	display: block;
	background-color: #000;
	position: relative;
    padding: 20px;
    text-align: left;
    max-width: 860px;
    margin: 30px 20px 0;
    border-radius: 14px;
}

.person_page .column-enquete a{
    max-width: 870px;
}


.column-enquete a span{
	padding-left: 10px
}

.column-enquete .enquete-tit{
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    font-size: 16px;
    font-weight: 900
}

.column-enquete .enquete-tit br{
	display: none;
}

.column-enquete .enquete-txt {
    padding: 0 178px 0 0;
    line-height: 1.42857;
}

.column-enquete .enquete-btn {
    bottom: 22px;
    position: absolute;
    right: 20px;
    margin: 0;
    width: 157px;
}

.column-enquete .enquete-btn span {
    padding-left: 10px;
    display: block;
    padding: 10px 0;
    height: auto;
    text-align: center;
    font-size: 16px;
    position: relative;
    border: solid 2px #fff;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 1;
}

.column-enquete .enquete-btn span:after {
    content: "";
    display: inline-block;
    background-image: url(/feature/myfavorite/asset/img/common/blank_icon_wh.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
    position: absolute;
    right: 4px;
    top: 4px
}

.s5-returnToTop{
	display: none;
}

#cmn-top,
.infinitContent{
	padding-top: 55px;
	margin-top: -55px;
}

b.san{
	font-size: 70%;
	font-weight: 500
}

.top_img_cap_sp{
	display: none;
}

.ie_notice{
	font-size: 18px;
	font-weight: 900;
}

.ie_img,
.ie_notice{
	display: none;
}

@media all and (-ms-high-contrast:none){

  *::-ms-backdrop,.person_page .content_area .inner{min-height: 0%}

  *::-ms-backdrop,.person_page .content_area .inner .inner_wrap{display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 10px}

  *::-ms-backdrop,
  .twitter-tweet { display: none;} /* IE11 */

  *::-ms-backdrop,
  .ie_img { display: block; height: auto; width: 100%; } /* IE11 */

  *::-ms-backdrop,
  .ie_notice { display: flex; } /* IE11 */
}


@media screen and (min-width: 768px){
.sp-enquete {
    display: none !important;
}
}

@media screen and (max-width: 1023px){

	.ugc_area .list_box{
		max-width: 70%;
		justify-content: center;
	}

	.ugc_area .list_box li,
	.ugc_area .list_box li+li{
		margin: 10px;
	}

	.person_area .outer{
		left: calc(50vw - 480px);
	}

	.person_area .list_box{
		width: calc(100% - 50vw + 480px);
	}
}

@media screen and (max-width: 768px){

	.cmn-Wrapper{
		padding-top: 50px
	}

	#cmn-top,
	.infinitContent{
		padding-top: 50px;
    	margin-top: -50px;
	}

	.anker{
		margin-bottom: 50px;
		margin-top: 0
	}

	.new_area{
		padding-bottom: 30px
	}

	.index .main_title img{
		width: 60%
	}

	.index .main_title p{
		font-size: 24px;
		margin-top: -2px
	}

	.main_title p:before{
	    width: 30px;
	    height: 24px;
	    margin-top: -2px;
	    margin-right: 6px;
	}

	.new_box,
	.new_box.minify{
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px;
		border-radius: 10px;
		height: auto;
	}

	.new_box a,
	.new_box.minify a{
	    flex-direction: column;
	    align-items: center;
	}

	.new_box .img_box{
		border-radius: 10px
	}

	.new_box .info_box{
		padding-top: 0;
		margin-left: 0;
		padding-bottom: 0
	}

	.new_box .info_box .inner,
	.new_box.minify .info_box .inner{
		border-radius: 10px;
		padding: 0 10px;
		flex-direction: row;
		margin-top: -20px;
		overflow: hidden;
		padding-top: 30px;
		padding-bottom: 40px;
		height: auto;
	}

	.new_box .info_box .inner h2{
		display: none;
	}

	.new_box .info_box .inner .cap_box{
		margin-top: 0;
		margin-bottom: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.new_box .info_box .inner .cap_box .cap_tit{
		flex-direction: column;
		align-items: flex-start;
		margin-left: 10px
	}

	.new_box .info_box .inner .cap_box h3{
		font-size: 16px;
		padding-left: 0
	}

	.new_box .info_box .inner img.cap{
		width: 30%;
		height: auto;
	}

	.slash{
		font-size: 20px
	}

	.new_box .info_box .inner img.vol{
		height: 16px;
		width: auto;
	}

	.new_box .info_box .inner .ribon{
		position: absolute;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		border:1px solid #fff;
		margin-left: 0px;
		height: 28px;
		border-radius: 0 0 10px 10px;
		font-size: 16px;
	}

	.new_box .info_box .inner .ribon:before{
		margin-left: 0;
		width: 18px;
    	height: 18px;
	}

	.new_box .info_box .inner .ribon:after{
		display: none;
	}

/*	.new_box:after {
	    bottom: -20px;
	    left: 45%;
	    border-width: 0px 30px 30px 0px;
	    border-color: transparent #00a4f7 transparent transparent;
	    border-style: solid;
	    transform: rotate(0deg);
	}*/

	.ugc_area h2 img,
	.person_area h2 img{
		width: 140px;
		margin-bottom: 6px
	}

	.ugc_area .txt_box.case2 h2 img,
	.person_area .txt_box.case2 h2 img{
		margin-bottom: 0px;
		width: 100%;
	}

	.ugc_area h2 p{
		font-size: 20px
	}

	.ugc_area h2 p:before {
	    width: 24px;
	    height: 20px;
	    margin-top: -4px;
	    margin-right: 4px;
	}

	.ugc_area .txt_box,
	.person_area .txt_box{
		padding: 0 20px;
	    font-size: 14px;
    	line-height: 24px;
		text-align: justify;
		margin-bottom: 30px
	}

	.ugc_area .txt_box.case2,
	.person_area .txt_box.case2{
		/*flex-direction: column;*/
		align-items: flex-start;
	}

	.ugc_area .txt_box.case2 h2,
	.person_area .txt_box.case2 h2{
		margin-right: 0;
		position: absolute;
		width: 38vw
	}


	.ugc_area .txt_box.case2 p,
	.person_area .txt_box.case2 p{
		width: 100%;
		text-align: justify;
	}

	.ugc_area .txt_box.case2 p span,
	.person_area .txt_box.case2 p span{
		width: 100%;
		padding-left: calc(38vw + 6px);
		display: block;
		box-sizing: border-box;
		min-height: 18vw;
		letter-spacing: -0.8px;
	}

	.ugc_area .txt_box.case2 p span{
		line-height: 30px
	}

	.ugc_area .txt_box br,
	.person_area .txt_box br{
		display: none;
	}

	.ugc_area .list_box{
		padding: 0 5px;
		margin-bottom: 20px;
		max-width: 100%
	}

	.ugc_area .list_box li{
		width: calc(50% - 10px);
		margin: 0 5px 10px 5px;
		border-radius: 10px
	}

	.ugc_area .list_box li+li{
		margin-left: auto;
		margin: 0 5px 10px 5px;
	}

	.ugc_area .list_box li h3{
		padding: 4px 10px;
		min-height: 40px;
		height: auto;
		font-size: 12px;
		background-color: rgba(32,155,233,0.6);
		line-height: 16px;
		justify-content: flex-start;
		letter-spacing: -0.4px
	}

	.ugc_area .list_box li h3 img{
		height: auto;
		width: 18%;
		margin-right: 8px;
	}

	.ugc_area .list_box li.notice{
		justify-content: normal
	}

	.ugc_area .list_box li.notice h3{
		font-size: 12px;
		line-height: 16px;
		padding: 4px;
		letter-spacing: -0.6px
	}

	.ugc_area .list_box li.notice h3 span{
		font-size: 10px
	}

	.ugc_area .list_box li .user_box{
		padding: 100px 10px 10px;
		font-size: 12px;
		line-height: 14px
	}

	.ugc_area .list_box li .user_box img{
		width: 30px;
		border:1px solid #fff;
		margin-right: 8px;
	}

	.ugc_area .list_box li.notice .next_day{
		font-size: 14px;
		line-height: 18px;
		margin-top: auto;
		top: 28%
	}

	.ugc_area .list_box li.notice .next_day img{
		top: -18px;
	    width: 160px;
	    left: 50%;
	    margin-left: -80px;
	}

	.ugc_area h5{
		font-size: 16px;
		padding-bottom: 20px
	}


	.btn_box{
		flex-direction: column;
		padding: 0 10px
	}

	.btn_box li{
		width: 100%;
		height: 70px;
		border-radius: 35px;
		padding: 6px 20px 6px 6px;
	}

	.btn_box li a:after{
		width: 18px;
		height: 14px;
		margin-left: 10px;
	}

	.btn_box li+li{
		margin-left: auto;
		margin-top: 20px
	}

	.btn_box li .icon{
		width: 58px;
		height: 58px;
		border-radius: 29px;
		margin-right: 10px
	}

	.btn_box li .title{
		height: 18px;
		font-size: 12px
	}

	.btn_box li .action{
		font-size: 14px
	}

	.ugc_page .main_title,
	.person_page .main_title{
		padding-top: 0
	}

	.person_area .outer{
		height: auto;
		left: 20px;
	}

	.person_area .list_box{
		position: relative;
		height: auto;
		width: 100vw;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		display: block;
		padding: 20px 40px 20px 20px;

		white-space: normal;
	}

	.person_area .list_box li{
		height: 174px;
		width: 280px;
		display: inline-block;

		white-space: nowrap;
		width: calc(100% - 20px);
		margin-bottom: 10px !important
	}

	.person_area .list_box li+li{
		margin-left: 10px
	}

	.person_area .list_box li dl.link dd{
		width: 100%;
		margin-right: 10px
	}

	.person_area .list_box li dl.link dd img{
		width: 40px;
		margin-right: 10px
	}

	.person_area .list_box li dl.link dd h5{
		font-size: 16px
	}

	.person_area .list_box li.person6 dl.link dd h5{
		font-size: 14px
	}

	.person_area .list_box li dl.link dd h5 span{
		font-size: 12px;
		top: -14px
	}

	.person_area .list_box li dl.link dd h5 span.long{
		font-size: 10px
	}

	.person_area .list_box li dl.link dd .closs{
		margin-left: 6px;
		font-size: 10px;
		font-weight: 900
	}

	.person_area .list_box li dl.link dd p{
		letter-spacing: 0.6px;
		font-size: 11px;
	    bottom: -2px;
    	position: relative;
		line-height: 15px
	}

	.person_area .list_box li.person5.off dl.link dd p{
		font-size: 11px
	}

	.person_area .list_box li.person6 dl.link dd p{
		font-size: 11px;
		letter-spacing: -0.2px;
		margin-top: -2px
	}

	.person_area .list_box li dl.link dd p span{
		margin-left: 0;
		margin-top: -6px;
		display: block;
		letter-spacing: 0.8px;
	}

	.person_area .list_box li dl.link dt{
		width: calc(100% - 66px);
		font-size: 10px
	}

	.person_area .list_box li dl.link dt h5{
		font-size: 12px;
		padding-bottom: 4px;
		margin-bottom: 4px
	}

	.person_area .list_box li dl.soon{
		align-items: flex-end;
	    justify-content: flex-end;
	    flex-direction: column;
	}

	.person_area .list_box li dl.soon dd {
	    align-items: flex-start;
	    flex-direction: column;
	    margin-bottom: 6px
	}

	.person_area .list_box li dl.soon img{
		width: 80px;
		margin-bottom: 6px
	}

	.person_area .list_box li dl.soon h5{
		font-size: 12px;
		margin-left: 0px
	}

	.person_area .list_box li dl.soon h5 span{
		font-size: 10px;
		margin-bottom: -4px
	}

	.person_area .list_box li dl.soon dt{
		font-size: 14px
	}

	.person_area .list_box li dl.link,
	.person_area .list_box li dl.soon{
		padding: 10px;
		height: 80%
	}

	.sub_title{
		margin-top: 0;
		padding: 12px 10px;
		font-size: 12px;
		line-height: 18px;
		font-weight: 600
	}

	.sub_title:after{
		border-width: 14px 14px 0 14px;
		bottom: -14px
	}

	.sub_title h2{
		width: 40%;
		margin-right: 10px;
	}

	.sub_title div{
		width: calc(60% - 10px);
		text-align: justify;
		letter-spacing: -0.8px
	}

	.sub_title br{
		display: none;
	}

	.ugc_page .main_title h1 a,
	.person_page .main_title h1 a{
		height: auto;
		padding: 10px 0;
		z-index: 9
	}

	.ugc_page .main_title h1 img,
	.person_page .main_title h1 img{
		width: 40%
	}

	.ugc_page .main_title p,
	.person_page .main_title p{
		font-size: 16px;
		margin-top: 0px
	}

	.ugc_page .main_title p:before,
	.person_page .main_title p:before {
	    width: 22px;
	    height: 18px;
	}

	.ugc_page .main_title h1 a:after,
	.person_page .main_title h1 a:after {
	    bottom: -10px;
	    border-width: 10px 10px 0 10px;
	}

	.ugc_page .main_area .inner{
		width: 100%;
		flex-direction: column;
		padding: 20px 10px 10px;
		min-height: auto
	}

	.person_page .main_area{
		background-position: center 0;
    	background-size: 100%
	}

	.person_page #person01 .main_area {
    	background-position: 0% -20px;
    	background-size: 130%;
	}

	.person_page .main_area .inner{
		display: block;
		min-height: auto;
		width: 100%;
		padding: 0 10px 40px;
		height: auto;
	}

	.person_page .main_area .inner>img{
		position: relative;
		left: auto;
	}

	.person_page .main_area ul.txt_box{
		width: calc(100% - 20px);
		margin-right: auto;
		position: absolute;
		bottom: 10px;
		left: 10px
	}

	.person_page .main_area ul.txt_box>li{
		width: 100%;
		min-width: 100%;
		padding: 20px 10px 10px
	}

	.ugc_page .main_area div.img_box{
		display: none;
	}

	.ugc_page .main_area ul.txt_box,
	.ugc_page .txt_box>li{
		width: 100%
	}

	.txt_box>li{
		border-radius: 10px;
		padding: 10px
	}

	.ugc_page .txt_box>li+li{
		margin-top: 10px
	}

	.ugc_page .txt_box>li.page_intro{
		font-size: 14px;
		line-height: 22px
	}

	.ugc_page .txt_box>li.page_intro br{
		display: none;
	}

	.txt_box .page_title{
		min-height: auto;
		margin-bottom: 10px;
		padding-bottom: 10px;
		/*justify-content: flex-start;*/
	}

	.person_page .txt_box .page_title{
		justify-content: flex-start;
		min-height: 90px
	}

	.ugc_page .txt_box .page_title img.cap {
	    height: 60px;
	}

	.txt_box .page_title img.vol{
		height: 24px;
		margin-right: 16px
	}

	.person_page .txt_box .page_title img.vol{
		height: 18px;
		position: absolute;
		left: 10px;
		top: 10px
	}

	.txt_box .page_title h2{
		font-size: 20px
	}

	.person_page .txt_box .page_title h2{
		font-size: 18px;
		position: relative;
	}

	.person_page .txt_box .page_title h2 span.long{
		font-size: 12px;
		top: -14px;
		position: absolute;
	}

	.person_page #person05 .txt_box .page_title h2 span.long{
		position: relative;
		margin-bottom: -2px;
		line-height: 14px;
		top: 0;
		letter-spacing: -1px
	}

	.person_page #person06 .txt_box .page_title h2{
		font-size: 14px
	}

	.person_page #person06 .txt_box .page_title h3{
		font-size: 15px
	}

	.person_page .txt_box .page_title span.closs{
		font-size: 30px
	}

	.person_page #person05 .txt_box .page_title span.closs,
	.person_page #person06 .txt_box .page_title span.closs{
		font-size: 20px;
    	margin: 0 4px;
	}

	.person_page .txt_box .page_title h3{
		font-size: 18px
	}

	.person_page #person02 .txt_box .page_title h3,
	.person_page #person05 .txt_box .page_title h3{
		font-size: 16px
	}

	.person_page #person05 .txt_box .page_title h3 span{
		font-size: 10px;
		letter-spacing: -2px
	}

	.person_page .item_box li p{
		width: 70px
	}

	.person_page #person02 .item_box li p{
		width: 60px
	}

	.person_page #person04 .item_box li p{
		width: 50px
	}

	.person_page #person05 .item_box li p{
		width: 70px
	}

	.person_page #person06 .item_box li p{
		width: 50px
	}

	.person_page #person04 .comingsoon .item_box li p {
		width: 80px;
		right: 18px;
		top: 18px;
		position: absolute;
	}

	.ugc_page .txt_box .page_title div{
		margin-left: 10px
	}

	.ugc_page .txt_box>li.page_description .main{
		border-radius: 10px;
		overflow: hidden;
		height: 180px;
		margin-bottom: 10px
	}

	.top_img_cap_sp{
		font-size: 12px;
		margin-top: -5px;
		margin-bottom: 10px;
		text-align: right;
		display: block;
	}

	.ugc_page .txt_box>li.page_description .main img{
		position: relative;
		top: -20px
	}

	.txt_box>li.page_description .desc_box{
		font-size: 14px;
		line-height: 22px
	}

	.ugc_page .txt_box>li.page_description .update{
		margin-top: 12px;
		padding-top: 12px;
		font-size: 12px
	}

	.ugc_page .txt_box>li.page_description .update img{
		height: 30px;
		border-radius: 30px
	}

	.ugc_page .txt_box>li.page_user img {
	    width: 30px;
	    height: 30px;
	    margin-right: 10px;
	}

	.ugc_page .txt_box>li.page_user .name{
		font-size: 18px
	}

	.ugc_page .txt_box>li.page_user .name span{
		font-size: 14px
	}

	.content_area .inner{
		padding: 0 10px;
		width: 100%
	}

	.ugc_page .content_area .left_sec{
		align-items: flex-start;
	}

	.ugc_page .content_area .right_sec{
		align-items: flex-end;
	}

	.ugc_page .content_area .section+.section{
		margin-top: 40px
	}

	.ugc_page .content_area .section h3,
	.ugc_page .content_area .section h3.short{
		font-size: 18px;
		margin-bottom: 20px;
		padding-top: 0;
		line-height: 28px;
		letter-spacing: -0.2px
	}

	.ugc_page .content_area .section h3 img{
		height: 38px;
		margin-right: 10px
	}

	.ugc_page .content_area .section .sec_img{
		position: relative;
		width: calc(100% - 20px);
		height: auto;
	}

	.ugc_page .content_area .section .sec_img .img_cap{
		padding: 6px 8px;
		font-size: 11px;
		left: 0;
		bottom: auto;
		top: 0;
		border-radius: 0 0 20px 0px;
		letter-spacing: -0.4px
	}

	.ugc_page .content_area .section .block{
		width: 100%
	}

	.ugc_page .content_area .left_sec .bubble_set{
		align-items: flex-end;
	}

	.ugc_page .content_area .section .comment{
		border: 4px solid #00a4f7;
		padding: 14px;
		font-size: 14px;
		line-height: 24px;
		width: calc(100% - 60px);
		margin-top: -20px;
	}

	.ugc_page .content_area .section .user img{
		width: 50px;
		height: 50px;
		border-radius: 50px
	}

	.ugc_page .content_area .section .user{
		margin-top: 20px
	}

	.ugc_page .content_area .section:after{
		width: 100%;
		border-radius: 10px
	}

	.ugc_page .content_area .left_sec:after,
	.ugc_page .content_area .right_sec:after{
		height: 460px
	}

	.ugc_page .content_area .center_sec:after{
		height: 200px
	}

	.ugc_page .content_area .left_sec:after,
	.ugc_page .content_area .plus_right:after{
		right: -20px;
	}

	.ugc_page .content_area .right_sec:after,
	.ugc_page .content_area .plus_left:after{
		left: -20px
	}

	.ugc_page .content_area .center_sec.plus_left,
	.ugc_page .content_area .center_sec.plus_left .bubble_set{
		align-items: flex-start;
		justify-content: normal
	}

	.ugc_page .content_area .center_sec.plus_right,
	.ugc_page .content_area .center_sec.plus_right .bubble_set{
		align-items: flex-end;
		justify-content: normal
	}

	.ugc_page .content_area .center_sec .comment.block{
		width: calc(100% - 40px);
		margin-top: 0
	}

	.ugc_page .content_area .center_sec .bubble_set{
		flex-direction: column;
	}

	.ugc_page .content_area .center_sec .user{
		position: relative;
		flex-flow: row;
	}

	.ugc_page .content_area .center_sec.plus_left .user{
		left: 0
	}

	.ugc_page .content_area .center_sec .user img{
		margin-bottom: 0
	}

	.ugc_page .content_area .center_sec.plus_left img{
		margin-right: 10px
	}

	.ugc_page .content_area .right_sec .comment:after,
	.ugc_page .content_area .plus_left .comment:after {
	    left: 40px;
	    bottom: -27px;
		border-width: 25px 20px 0 0;
    	border-color: #00a4f7 transparent transparent transparent;
	    border-style: solid;
	    transform: rotate(4deg);
	    top: auto;
	}

	.ugc_page .content_area .left_sec .comment:after,
	.ugc_page .content_area .plus_right .comment:after {
	    right: 40px;
	    bottom: -27px;
    	border-width: 0px 20px 25px 0px;
	    border-color: transparent #00a4f7 transparent transparent;
	    border-style: solid;
	    transform: rotate(-4deg);
	    top: auto;
	}

	.ugc_page .content_area .center_sec.plus_right .user {
	    flex-flow: row-reverse;
	    text-align: right;
	    right: 0;
	}

	.ugc_page .content_area .center_sec.plus_right .user img{
		margin-left: 10px
	}

	.ugc_page .content_area .outro{
		width: 100%;
		padding: 0 10px;
		margin: 30px 0;
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 1px
	}

	.person_page .profile{
		margin: 0 10px 30px
	}

	.person_page .profile dl{
		padding: 30px 10px 10px
	}

	.person_page .profile dl dd{
		width: 50px;
	}

	.person_page .profile dl dt{
		font-size: 12px;
		margin-left: 15px;
		width: 100%;
		line-height: 18px
	}

	.person_page .profile dl dt h3 span+span{
		margin-left: 0;
		display: block;
	}

	.person_page .content_area .inner{
		flex-direction: column;
    	justify-content: flex-start;
	}

	.person_page .content_area .inner li{
		width: 100%
	}

	.person_page .content_area .inner li+li{
		margin-left: 0;
		margin-top: 30px
	}

	.person_page p.tag{
		font-size: 10px;
		width: 70px
	}

	.person_page .comingsoon{
		margin: 0px 10px 40px
	}

	.person_page .comingsoon dl{
		padding: 10px;
		background: linear-gradient(rgba(162,162,162,0),60%,rgba(85,85,85,0.8));
    	background: -ms-linear-gradient(rgba(162,162,162,0),rgba(85,85,85,0.8));
	}

	.person_page .comingsoon dl img{
		width: 70px;
		margin-bottom: 0
	}

	.person_page #person05 .comingsoon dl img{
		width: 40px
	}

	.person_page .comingsoon .item_box{
		margin-bottom: -4px
	}

	.person_page .comingsoon .item_box p,
	.person_page #person02 .comingsoon .item_box li p,
	.person_page #person03 .comingsoon .item_box li p{
		position: relative;
		top: auto;
		right: auto;
	}

	.person_page .comingsoon .item_box p{
		width: 40px
	}

	.person_page #person02 .comingsoon .item_box li p{
		width: 70px
	}

	.person_page #person03 .comingsoon .item_box li p{
		width: 40px
	}

	.person_page #person05 .comingsoon .item_box li p{
		width: 70px;
		position: absolute;
		right: 30%;
		top: 14px;
	}

	.person_page #person05 .comingsoon .item_box li p img{
		width: 100%
	}

	.person_page .comingsoon .item_box h3{
		font-size: 14px
	}

	.person_page .comingsoon dl h5{
		margin-left: 10px;
		font-size: 14px;
		margin-bottom: -4px
	}

	.person_page #person04 .comingsoon dl h5,
	.person_page #person04 .comingsoon .item_box h3{
		font-size: 12px
	}

	.person_page .comingsoon dl .closs{
		margin-bottom: -6px
	}

	.person_page .comingsoon dl h5 span{
		font-size: 10px;
		top: -10px
	}

	.person_page .comingsoon dl dt{
		font-size: 12px
	}

	.person_page #person05 .comingsoon dl h5,
	.person_page #person05 .comingsoon .item_box h3{
		font-size: 12px;
	}

	.person_page .recommend{
		margin: 0 20px;
		padding: 40px 20px 20px
	}

	.person_page .recommend .inner h4{
		width: 140px;
		margin-right: 0;
		margin-bottom: 10px
	}

	.person_page .recommend .inner div{
		width: 100%;
	}

	.person_page .recommend .inner div .txt{
		text-align: justify;
		font-size: 14px
	}

	.person_page .recommend .inner div br{
		display: none;
	}

	.person_page .recommend p.tag{
		width: 90px
	}

	.column-enquete .enquete-tit{
		text-align: center;
	}

	.column-enquete .enquete-tit br{
		display: block;
	}

	.column-enquete .enquete-txt{
		padding: 0;
		text-align: center;
	}

	.column-enquete .enquete-btn{
		position: relative;
		right: 0;
		bottom: auto;
		margin-top: 20px;
		width: 100%
	}

	.sp-enquete{
	    position: fixed;
	    display: none;
	    bottom: 0;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    background-color: #2a2a2a;
	    width: 100%;
	    z-index: 19;
	}

	.sp-enquete a{
		display: block;
		color: #fff;
		font-size: 12px;
	}

	.sp-enquete a:after {
	    content: "";
	    display: inline-block;
	    background-image: url(/feature/myfavorite/asset/img/common/blank_icon_wh.svg);
	    background-size: 100%;
	    background-repeat: no-repeat;
		width: 18px;
		height: 14px;
		position: absolute;
		right: 6px;
		top: 6px;
	}



	.s5-returnToTop__inner1{
		bottom: 30px;
	}
}


/* ------------------------
	Print Styles
------------------------ */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.cmn-imgReplace {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    font-size: 0;
}

.cmn-float-navi{
	width: 30px;
	height: 253px;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 19
}

.cmn-float-navi.fixed_not{
	position: absolute;
}

.cmn-float-navi ul{
	padding: 0;
	margin: 0;
	line-height: 1
}

.cmn-float-navi li{
	width: 100%;
	background-image: url("/feature/myfavorite/asset/img/common/bg_float.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 4px
}

.cmn-float-navi li a{
	display: block;
	height: 100%
}

.cmn-float-navi .float-navi-top{
	height: 34px;
}

.cmn-float-navi .float-navi-up{
	height: 106px;
	background-position: 0 -38px
}

.cmn-float-navi .float-navi-down{
	height: 106px;
	background-position: 0 -147px;
	margin-bottom: 0
}

@media screen and (max-width: 639px){
	.cmn-float-navi{
		right: 10px;
		bottom: 50px
	}
}

#sb-container{
	display: none;
}

/*.ugc_area .list_box li:nth-child(n + 7) a{
	opacity: 1 !important
}

.person_area .list_box li:nth-child(n + 6) a{
	opacity: 1 !important
}*/


.iftest .person_area .list_box .person2 a:hover{
	opacity: 0.7 !important
}