@charset "utf-8";

/*
	共通
-----------------------------------------------------------------------------------------------*/
@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:400;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Regular'),
		local('NotoSansJP-Regular'),
		url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:700;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Bold'),
		local('NotoSansJP-Bold'),
		url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}

main{
	font-family:'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight:400;
	-moz-background-origin: 330;
}

main p{
	font-size:14px;
	line-height: 160%;
}
main img{
	width:100%;
}
main .txt_s{
	font-size:12px;
}

/* 表示切替 */
.switch{
	visibility:hidden;
}
.sp{
	display:none;
}
@media screen and (max-width:668px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	br.sp{
		display:inline-block;
	}
}

/* コンテンツ */
#sc_character{
	padding: 26px 0 0;
}
.ctsArea{
	margin: 0 auto;
	padding: 40px 0;
}
.ctsArea.topBorder{
	border-top: 2px dotted #362a24;
}
.ctsBox{
	padding: 30px;
	border-radius: 20px;
	position: relative;
}
@media screen and (max-width:668px){
	#sc_character{
		padding: 20px 0 0;
	}
	.ctsArea{
		padding: 25px 0;
	}
	.ctsBox{
		padding: 15px;
	}
}

/* カテゴリータイトル */
.titCategoryArea{
	text-align: center;
	margin: 0 0 20px;
}
#profile .titCategoryArea,
#history .titCategoryArea{
	margin: -65px 0 20px;
}
.titCategoryArea .en{
	margin: 6px 0 0;
	font-family: 'Montserrat', sans-serif;
	color: #37261c;
	font-size: 13px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 4px;
}
@media all and (-ms-high-contrast: none){
	.titCategoryArea .en{
		margin: 10px 0 0;
	}
}
.titCategoryArea .txt{
	margin: 25px 0 0;
	font-size: 16px;
	font-weight: bold;
}
.titRibbon {
	display: inline-block;
	height: 45px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.titRibbon:before {/*左側のリボン端*/
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	left: -35px;
	z-index: -2;
}
@media all and (-ms-high-contrast: none){
	.titRibbon:before {/*左側のリボン端*/
		bottom: -15px;
	}
}
.titRibbon:after {/*右側のリボン端*/
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	right: -35px;
	z-index: -2;
}
@media all and (-ms-high-contrast: none){
	.titRibbon:after {/*右側のリボン端*/
		bottom: -15px;
	}
}
.titRibbon span {
	display: inline-block;
	position: relative;
	width: 280px;
	line-height: 45px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
}
@media all and (-ms-high-contrast: none){
	.titRibbon span {
		padding: 5px 0 0;
	}
}
.titRibbon span:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
}
.titRibbon span:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
}
@media screen and (max-width:668px){
	#profile .titCategoryArea,
	#history .titCategoryArea{
		margin: -41px 0 15px;
	}
	.titCategoryArea .en{
		font-size: 10px;
		letter-spacing: 3px;
	}
	.titCategoryArea .txt{
		margin: 15px 0 0;
		font-size: 14px;
		text-align: left;
	}
	.titRibbon {
		height: 32px;
	}
	.titRibbon:before {/*左側のリボン端*/
		left: -28px;
	}
	.titRibbon:after {/*右側のリボン端*/
		right: -28px;
	}
	.titRibbon span {
		width: 240px;
		line-height: 32px;
		font-size: 17px;
	}
}



/*
	トップ
-----------------------------------------------------------------------------------------------*/
/* ナビゲーション */
#charaGnavOut{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#titFukidashi{
	width:325px;
	height:102px;
	margin: 0 0 0 55px;
	background:url(../images/tit_fukidashi.svg) center top no-repeat;
	text-indent:100%;
	white-space:nowrap;
	line-height:100%;
	overflow:hidden;
}
#listCharaGnav{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px 0 0;
}
#listCharaGnav li{
	margin: 0 30px 0 0;
	padding: 40px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}
#listCharaGnav li:last-of-type{
	margin: 0 0 0 0;
}
#listCharaGnav li a{
	display: block;
}
#listCharaGnav li a span{
	background-color: rgba(255,220,0,0.5);
	transition:background-color 0.3s;
}
#listCharaGnav li a::before{
	content:' ';
	display:block;
	width:33px;
	height:33px;
	background:url(../images/ico_profile.svg) center center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#listCharaGnav li:nth-of-type(2) a::before{
	background:url(../images/ico_history.svg) center center no-repeat;
}
#listCharaGnav li:nth-of-type(3) a::before{
	width:36px;
	height:30px;
	background:url(../images/ico_diary.svg) center center no-repeat;
}
#listCharaGnav li:nth-of-type(4) a::before{
	width:38px;
	height:30px;
	background:url(../images/ico_goods.svg) center center no-repeat;
}
#listCharaGnav li a:hover{
	opacity: 1;
}
#listCharaGnav li a:hover span{
	background-color: rgba(255,220,0,0);
}
@media screen and (max-width:668px){
	#titFukidashi{
		width:calc(100% - 213px);
		height:47px;
		margin: 0 0 0 0;
	}
	#listCharaGnav{
		margin: 0 0 0;
	}
	#listCharaGnav li{
		margin: 0 8px 0 0;
		padding: 30px 0 0;
		font-size: 10px;
	}
	#listCharaGnav li a::before{
		width:25px;
		height:25px;
	}
	#listCharaGnav li:nth-of-type(3) a::before{
		width:28px;
		height:24px;
	}
	#listCharaGnav li:nth-of-type(4) a::before{
		width:30px;
		height:24px;
	}
}

/* メインタイトル */
#topArea{
	text-align: center;
}
#topArea #titMain{
	width:650px;
	height:111px;
	margin: 10px auto 20px;
	background:url(../images/tit_main.svg) center top no-repeat;
	text-indent:100%;
	white-space:nowrap;
	line-height:100%;
	overflow:hidden;
}
#topArea .txt{
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:668px){
	#topArea #titMain{
		width:300px;
		height:52px;
		margin: 8px auto 10px;
	}
	#topArea .txt{
		font-size: 15px;
		text-align: left;
	}
}


/*
	プロフィール
-----------------------------------------------------------------------------------------------*/
/* コンテンツ */
#profile .ctsBox{
	background-color: #fff1f0;
}

.tbl2colArea{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* owl carousel */
#owl-demo .owl-item img{
	display: block;
	width: auto;
	height: 350px;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
@media screen and (max-width:668px){
	#owl-demo .owl-item img{
		height: 200px;
	}
}
@media screen and (max-width:320px){
	#owl-demo .owl-item img{
		height: 180px;
	}
}


/* カテゴリータイトル */
#profile .titRibbon:before {/*左側のリボン端*/
	border: 20px solid #fb7269;
	border-left-color: transparent;/*山形に切り抜き*/
}
#profile .titRibbon:after {/*右側のリボン端*/
	border: 20px solid #fb7269;
	border-right-color: transparent;/*山形に切り抜き*/
}
#profile .titRibbon span {
	background: #ff5747;/*真ん中の背景色*/
}
#profile .titRibbon span:before {
	border-bottom: solid 10px transparent;
	border-right: solid 15px #ae4f49;/*左の折り返し部分*/
}
#profile .titRibbon span:after {
	border-bottom: solid 10px transparent;
	border-left: solid 15px #ae4f49;/*右の折り返し部分*/
}
@media screen and (max-width:668px){
	#profile .titRibbon:before {/*左側のリボン端*/
		border: 16px solid #fb7269;
		border-left-color: transparent;/*山形に切り抜き*/
	}
	#profile .titRibbon:after {/*右側のリボン端*/
		border: 16px solid #fb7269;
		border-right-color: transparent;/*山形に切り抜き*/
	}
}

/* テーブル */
.tblBasic{
	width:calc((100% - 15px)/2);
	border-collapse:collapse;
}
.tblBasic th,
.tblBasic td{
	padding:10px;
	font-size:16px;
	font-weight:bold;
	line-height:160%;
	border-bottom:1px solid #fff;
	background-color:#fff;
}
@media all and (-ms-high-contrast: none){
	.tblBasic th,
	.tblBasic td{
		padding:14px 10px 10px;
	}
}
.tblBasic td{
	border-bottom:1px solid #BEC6C6;
}
.tblBasic tr:last-of-type th,
.tblBasic tr:last-of-type td{
	border-bottom:none;
}
.tblBasic th{
	width:125px;
	color: #fff;
	text-align: center;
	background-color:#fe8d87;
}
@media screen and (max-width:668px){
	.tblBasic{
		width: 50%;
	}
	.tblBasic tr,
	.tblBasic th,
	.tblBasic td{
		display:block;
		font-size: 14px;
		line-height: 130%;
	}
	.tblBasic th{
		min-width:100%;
		padding:5px;
		border-bottom:none;
	}
	.tblBasic td{
		padding:5px 0 10px 0;
		border-bottom:none;
		text-align: center;
	}
	.tblBasic td.osaka{
		border-top:1px dotted #BEC6C6;
	}
}

#titName{
	margin: 60px 0 25px;
	text-align: center;
}
#titName span{
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	padding: 15px 25px;
	font-size: 22px;
	font-weight: bold;
	background-color: #466fd3;
	border-radius: 22px;
}
@media screen and (max-width:668px){
	#titName{
		margin: 20px 0 15px;
	}
	#titName span{
		padding: 10px 20px;
		font-size: 17px;
		border-radius: 17px;
	}
}


/*
	共通
-----------------------------------------------------------------------------------------------*/
/* ボタン */
.btnArea{
	display: -ms-flex;
	display: flex;
	-ms-justify-content: center;
	justify-content: center;
	padding: 30px 0 0;
}
.btnArea.right{
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.btnArea a{
	display: inline-block;
	width: 220px;
	margin: 0 10px 0 0;
	padding: 15px 10px 12px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-color: #3c3228;border-radius: 24px;
}
.btnArea a:last-of-type{
	margin: 0;
}
@media all and (-ms-high-contrast: none){
	.btnArea a{
		padding: 15px 10px 10px;
	}
}
.btnArea a::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:15px;
	margin:-2px 0 0 0;
	transition: right 0.3s;
}
.btnArea a:hover::after{
	right: 10px;
}
/* 別窓リンク */
.btnArea a span.window::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 17px;
	margin: 0 0 0 5px;
	background-image:url(../images/ico_window_wh.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	transition: ackground-image 0.3s;
}
@media screen and (max-width:668px){
	.btnArea{
		display: block;
		padding: 15px 0 0;
	}
	.btnArea a{
		width: 100%;
		margin: 0 0 10px 0;
	}
}


/*
	ヒストリー
-----------------------------------------------------------------------------------------------*/
/* コンテンツ */
#history .ctsBox{
	background-color: #fff4e6;
}

/* カテゴリータイトル */
#history .titRibbon:before {/*左側のリボン端*/
	border: 20px solid #ffad3d;
	border-left-color: transparent;/*山形に切り抜き*/
}
#history .titRibbon:after {/*右側のリボン端*/
	border: 20px solid #ffad3d;
	border-right-color: transparent;/*山形に切り抜き*/
}
#history .titRibbon span {
	background: #ff9400;/*真ん中の背景色*/
}
#history .titRibbon span:before {
	border-bottom: solid 10px transparent;
	border-right: solid 15px #bf7828;/*左の折り返し部分*/
}
#history .titRibbon span:after {
	border-bottom: solid 10px transparent;
	border-left: solid 15px #bf7828;/*右の折り返し部分*/
}
@media screen and (max-width:668px){
	#history .titRibbon:before {/*左側のリボン端*/
		border: 16px solid #ffad3d;
		border-left-color: transparent;/*山形に切り抜き*/
	}
	#history .titRibbon:after {/*右側のリボン端*/
		border: 16px solid #ffad3d;
		border-right-color: transparent;/*山形に切り抜き*/
	}
}

.historyBox{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.historyBox .ageArea{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.historyBox .ageArea::before{
	content: '';
	width: 3px;
	height: 100%;
	background-color: #552c0c;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}
.historyBox .ageArea .age{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background-color: #552c0c;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
}
.historyBox .ageArea .age .txt{
	margin: 3px 0 0 3px;
	font-size: 12px;
	color: #fff;
	line-height: 140%;
}
@media all and (-ms-high-contrast: none){
	.historyBox .ageArea .age .txt{
		margin: 8px 0 0 3px;
	}
}
.historyBox .ageArea .age .txt span{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.historyArea{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: calc(100% - 90px);
	padding: 0 0 30px;
}
.historyBox:last-of-type .historyArea{
	padding: 0 0 0;
}
.historyBox:nth-of-type(2n) .historyArea{
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.historyArea .txtArea{
	width: 290px;
}
@media screen and (max-width:1024px){
	.historyArea .txtArea{
		width: calc(100% - 310px);
	}
}
.historyArea .txtArea .tit{
	padding:0 0 0 16px;
	margin:0 0 15px 0;
	font-size:20px;
	font-weight: bold;
	color: #37261c;
	line-height: 120%;
	position:relative;
}
.historyArea .txtArea .tit::before{
	content:' ';
	display:block;
	width:5px;
	height:100%;
	background:linear-gradient(to bottom, #bfa398 50%,#ff9400 50%);
	position:absolute;
	top:0;
	left:0;
}
.historyArea figure{
	width: 290px;
}
.historyArea figure img{
	width: 100%;
}
@media screen and (max-width:668px){
	.historyBox{
		display: block;
	}
	.historyBox .ageArea{
		display: inline-block;
		margin: 0 0 5px;
	}
	.historyBox .ageArea::before{
		display: none;
	}
	.historyBox .ageArea .age{
		width: 100%;
		height: auto;
		padding: 5px 8px;
		border-radius: 0;
	}
	.historyBox .ageArea .age .txt{
		margin: 0;
		font-size: 10px;
	}
	.historyBox .ageArea .age .txt span{
		display: inline-block;
		font-size: 12px;
	}

	.historyArea{
		display: block;
		width: 100%;
		padding: 0 0 10px;
	}
	.historyArea .txtArea{
		width: 100%;
	}
	.historyArea .txtArea .tit{
		padding:0 0 0 12px;
		margin:0 0 8px 0;
		font-size:17px;
	}
	.historyArea figure{
		width: 100%;
		margin: 10px 0 0;
	}
	@media screen and (orientation:landscape){
		.historyArea{
			display: -ms-flex;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-justify-content: space-between;
			justify-content: space-between;
			width: 100%;
		}
		.historyArea .txtArea{
			width: calc(100% - 265px);
		}
		.historyArea figure{
			width: 250px;
		}
	}
}


/*
	写真日記
-----------------------------------------------------------------------------------------------*/
/* カテゴリータイトル */
#diary .titRibbon:before {/*左側のリボン端*/
	border: 20px solid #498ad0;
	border-left-color: transparent;/*山形に切り抜き*/
}
#diary .titRibbon:after {/*右側のリボン端*/
	border: 20px solid #498ad0;
	border-right-color: transparent;/*山形に切り抜き*/
}
#diary .titRibbon span {
	background: #006bd1;/*真ん中の背景色*/
}
#diary .titRibbon span:before {
	border-bottom: solid 10px transparent;
	border-right: solid 15px #346092;/*左の折り返し部分*/
}
#diary .titRibbon span:after {
	border-bottom: solid 10px transparent;
	border-left: solid 15px #346092;/*右の折り返し部分*/
}
@media screen and (max-width:668px){
	#diary .titRibbon:before {/*左側のリボン端*/
		border: 16px solid #498ad0;
		border-left-color: transparent;/*山形に切り抜き*/
	}
	#diary .titRibbon:after {/*右側のリボン端*/
		border: 16px solid #498ad0;
		border-right-color: transparent;/*山形に切り抜き*/
	}
}

/* slider */
#slider1 figcaption{
	padding: 5px 10px 0 0;
	font-size: 12px;
}
@media screen and (max-width:668px){
	#slider1 figcaption{
		display: none;
	}
}


/*
	グッズ・LINEスタンプ
-----------------------------------------------------------------------------------------------*/
/* カテゴリータイトル */
#goods .titRibbon:before {/*左側のリボン端*/
	border: 20px solid #5fae70;
	border-left-color: transparent;/*山形に切り抜き*/
}
#goods .titRibbon:after {/*右側のリボン端*/
	border: 20px solid #5fae70;
	border-right-color: transparent;/*山形に切り抜き*/
}
#goods .titRibbon span {
	background: #009c3b;/*真ん中の背景色*/
}
#goods .titRibbon span:before {
	border-bottom: solid 10px transparent;
	border-right: solid 15px #437a4e;/*左の折り返し部分*/
}
#goods .titRibbon span:after {
	border-bottom: solid 10px transparent;
	border-left: solid 15px #437a4e;/*右の折り返し部分*/
}
@media screen and (max-width:668px){
	#goods .titRibbon:before {/*左側のリボン端*/
		border: 16px solid #5fae70;
		border-left-color: transparent;/*山形に切り抜き*/
	}
	#goods .titRibbon:after {/*右側のリボン端*/
		border: 16px solid #5fae70;
		border-right-color: transparent;/*山形に切り抜き*/
	}
}

/* LINEスタンプ */
#lineStampArea.ctsBox{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px;
	border: 5px solid #009c38;
}
#lineStampArea figure{
	width: 220px;
	margin: 0 30px 0 0;
}
#lineStampArea .titArea{
	width: calc(100% - 250px);
}
#lineStampArea .titArea .tit{
	color: #009c38;
}
#lineStampArea .titArea .tit span{
	display:inline-block;
	font-size: 26px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff3a 65%);
	line-height: 100%;
}
#lineStampArea .titArea .subTit{
	font-size: 20px;
	font-weight: bold;
}
#lineStampArea .titArea .txt{
	margin: 8px 0 0;
}
@media screen and (max-width:668px){
	#lineStampArea.ctsBox{
		display: block;
		margin: 0 0 15px;
	}
	#lineStampArea figure{
		width: 200px;
		margin: 0 auto 15px;
	}
	#lineStampArea .titArea{
		width: 100%;
	}
	#lineStampArea .titArea .tit span{
		font-size: 22px;
	}
	#lineStampArea .titArea .subTit{
		font-size: 15px;
	}
	#lineStampArea .titArea .txt{
		margin: 5px 0 0;
	}
	@media screen and (orientation:landscape){
		#lineStampArea.ctsBox{
			display: -ms-flex;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		#lineStampArea figure{
			margin: 0 15px 0 0;
		}
		#lineStampArea .titArea{
			width: calc(100% - 215px);
		}
	}
}

/* バナー */
#listBnr{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#listBnr li{
	width: calc((100% - 30px)/2);
}
@media screen and (max-width:668px){
	#listBnr li{
		width: 100%;
		margin: 0 0 15px;
	}
	#listBnr li:last-of-type{
		margin: 0 0 0;
	}
	@media screen and (orientation:landscape){
		#listBnr li{
			width: calc((100% - 15px)/2);
		}
	}
}