@charset "UTF-8";

/*MT確認用*/
iframe.sidebar {
	width: 220px;
}
@media only screen and (max-width: 768px) {
	iframe.sidebar {
		display: none;
	}
	#main {
		width: auto;
		float: none;
	}
}
/**/

#container .headline {
	font-size: 30px;
}

#container .headline small {
	font-size: 12px;
	line-height: 1.0;
	display: block;
	margin: 0 0 5px;
}

#container .headline .bar {
	font-size: 29px;
	position: relative;
	display: inline-block;
	padding: 0 40px;
}

#container .headline .bar::before,
#container .headline .bar::after {
	position: absolute;
	top: -10px;
	bottom: 0;
	display: block;
	width: 34px;
	height: 20px;
	margin: auto;
	content: '';
	background: url(../images/icon_bar_l.png) no-repeat center center;
	background-size: 34px auto;
}

#container .headline .bar::before {
	left: 0;
}

#container .headline .bar::after {
	right: 0;
	height: 10px;
	background-image: url(../images/icon_bar_r.png);
}

#container .headline.icon {
	text-align: center;
	color: #eda33d;
}

#container .headline .headlineIcon {
	margin: 0 9px 0 0;
}

.hoverTxt {
	border-bottom: solid 1px transparent;
}

.hoverImg {
	overflow: hidden;
}

.hoverImg .hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: auto;
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	opacity: 0;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .6);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hoverImg .hoverIcon {
	position: relative;
	padding: 0 0 0 50px;
}

.hoverImg .hoverIcon::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	content: '';
	border: solid 1px #fff;
	border-radius: 50%;
	background: url(../images/icon_more.png) no-repeat center center;
}

.newtab {
	position: relative;
	display: inline;
}

.newtab::before {
	position: absolute;
	right: -12px;
	bottom: 0;
	display: block;
	width: 10px;
	height: 8px;
	content: '';
	-webkit-transition: background .3s;
	transition: background .3s;
	background: url(../images/icon_blank.png) no-repeat center center;
	background-size: 10px 8px;
}

#container .tag {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container .tag li {
	font-size: 12px;
	color: #eda33d;
}

#container .tag li + li {
	margin: 0 0 0 4px;
}

#container .tag li::before {
	line-height: 1.0;
	content: ' > ';
	text-align: center;
	color: #333;
}

#container .tag li:nth-child(1)::before {
	display: none;
}

#container .tag li span {
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
}

#container .tag li span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	content: '';
	background: url(../images/icon_tag.png) no-repeat center center;
	background-size: 12px auto;
}

#container .tagtxt {
	font-size: 11px;
	color: #b88951;
}

#container .new {
	position: relative;
}

#container .new::before {
	font-family: 'Josefin Sans', serif;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	content: 'NEW';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#container .new::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	content: '';
	border-radius: 5px 0 0 0;
	background: url(../images/bg_new.png) no-repeat center center;
	background-size: 50px auto;
}

#container .date {
	font-family: 'Josefin Sans', serif;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #999;
}

#container .en {
	font-family: 'Josefin Sans', serif;
}

#container .pannel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container .headline + .pannel {
	margin-top: 30px;
}

#container .pannelItem {
	width: 350px;
	margin: 0 0 20px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

#container .pannelItem .imgArea a {
	line-height: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 112px;
	border-radius: 5px 5px 0 0;
	background: #ccc;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#container .pannelItem .imgArea a img {
	width: 100%;
}

#container .pannelItem .txtArea {
	padding: 17px 20px 14px;
}

#container .pannelItem .tagtxt {
	overflow: hidden;
	height: auto;
	margin: 12px 0 0;
}

#container .pannelItem .date {
	margin: 4px 0 0;
}

#container .pannelItem.col1 {
	width: 100%;
}

#container .pannelItem.col1 .imgArea a {
	height: 231px;
}

#container .pannelItem.col1 .title {
	font-size: 20px;
	line-height: 1.4;
	height: 30px;
}

#container .pannelItem.col1 .tagtxt {
	height: 16.5px;
}

#container .pannelItem .title {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	height: 48px;
	margin: 9px 0 0;
}

#container .pannelItem .title a {
	text-decoration: none;
}

#container .pagenation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#container .pagenation li {
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

#container .pagenation li a {
	font-family: 'Josefin Sans', serif;
	font-size: 20px;
	line-height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding-top: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	border: solid 1px #ccc;
	border-radius: 5px;
	background: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#container .pagenation li.active a {
	color: #fff;
	border-color: #ea5b7a;
	background: #ea5b7a;
}

#container .pagenation li.prev,
#container .pagenation li.next {
	width: auto;
}

#container .pagenation li.prev a,
#container .pagenation li.next a {
	font-size: 19px;
	position: relative;
	height: auto;
	color: #ea5b7a;
	border: none;
	background: none;
}

#container .pagenation li.prev a::before,
#container .pagenation li.next a::before {
	position: absolute;
	top: -5px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #ea5b7a;
}

#container .pagenation li.prev a {
	padding: 0 0 0 13px;
}

#container .pagenation li.prev a::before {
	left: 0;
	border-width: 4px 8px 4px 0;
	border-color: transparent #ea5b7a transparent transparent;
}

#container .pagenation li.next a {
	padding: 0 13px 0 0;
}

#container .pagenation li.next a::before {
	right: 0;
}

#container .pannelCol2 .pannelItemCol2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 0 17px;
}

#container .pannelCol2 .pannelItemCol2 + .pannelItemCol2 {
	border-top: solid 1px #ccc;
}

#container .pannelCol2 .pannelItemCol2 .imgArea {
	width: 35.820895522%;
	margin: 0 4.47761194% 0 0;
}

#container .pannelCol2 .pannelItemCol2 .imgArea a {
	position: relative;
	display: block;
	padding-top: 32.0833333%;
	border-radius: 5px;
	background: #ccc;
}

#container .pannelCol2 .pannelItemCol2 .imgArea a img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	
}


#container .pannelCol2 .pannelItemCol2 .imgArea_top {
	width: 25%;
	margin: 0 4.47761194% 0 5%;
}

#container .pannelCol2 .pannelItemCol2 .imgArea_top a {
	position: relative;
	padding-top: 32.0833333%;
	border-radius: 5px;
}

#container .pannelCol2 .pannelItemCol2 .imgArea_top a img {
	top: 0;
	bottom: 0;
	margin: auto;
}


#container .pannelCol2 .pannelItemCol2 .txtArea {
	width: 59.701492537%;
}

#container .pannelCol2 .pannelItemCol2 .txtArea .title {
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	margin: 10px 0 0;
}

#container .pannelCol2 .pannelItemCol2 .txtArea .title a {
	display: block;
	text-decoration: none;
}

#container .pannelCol2 .pannelItemCol2 .txtArea .date {
	margin: 2px 0 0;
}

#container .others {
	padding: 58px 0 100px;
	border-top: solid 5px #ea5b7a;
	background: #fff;
}

#container .others .section + .section {
	margin: 53px 0 0;
}

#container .others .headline {
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
	color: #ea5b7a !important;
}

#container .others .pannel {
	margin: 25px -15.5px -25px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#container .others .pannelItem {
	width: 306px;
	margin: 0 15.5px 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#container .others .pannelItem .imgArea a {
	height: 98px;
	border-radius: 5px;
}

#container .others .pannelItem .txtArea {
	margin: 17px 0 0;
	padding: 0;
}

#container .others .title {
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	margin: 7px 0 0;
}

#container .others .date {
	margin: 0;
}

#container .others .igfeed ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 25px -2.5px -5px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container .others .igfeed ul li {
	overflow: hidden;
	width: 192px;
	height: 192px;
	margin: 0 2.5px 5px;
	border-radius: 5px;
}

#container .menu {
	padding: 60px 0;
}

#container .menu .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#container .menu .sns {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 460px;
	padding: 16px 20px 14px;
	border: solid 5px #ba4666;
	border-radius: 10px;
	background: #fff;
}

#container .menu .sns .txt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#container .menu .sns .snsGif {
	position: absolute;
	top: -45px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

#container .menu .sns .snsGif02 {
	position: absolute;
	bottom: 20px;
	left: -45px;
}

#container .menu .sns .snsList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 11px 0 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#container .menu .sns .snsList li {
	margin: 0 5px;
}

#container .menu .shop {
	width: 460px;
}

#container .menu .shop .title {
	font-size: 15px;
	line-height: 1.0;
	margin: 0 0 13px;
	padding: 0 0 10px;
	letter-spacing: .05em;
	color: #ea5b7a;
	border-bottom: solid 1px #ea5b7a;
}

#container .menu .shop .nav {
	width: 230px;
}

#container .menu .shop .nav li {
	font-size: 14px;
	line-height: 1.0;
	position: relative;
	padding: 8px 0 7px 22px;
}

#container .menu .shop .nav li .shopIcon {
	position: absolute;
	left: -3px;
	width: 20px;
	text-align: center;
}

#container .menu .shop .nav li a {
	text-decoration: none;
}

#container .categoryTag {
	margin: 10px 0 30px;
	padding: 7px 20px;
	border-radius: 20px;
	background: #fff;
}

#container .categoryTag.malti-l {
	border-radius: 5px;
}

#container .categoryTag a {
	font-size: 14px;
	line-height: 1.8;
	display: inline-block;
	padding: 0 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

#container .categoryTag a.active {
	font-weight: bold;
	color: #eda33d;
}

#container .categoryTag ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container .categoryTag ul li {
	line-height: 1.0;
}

#container .categoryTag ul li::after {
	font-size: 14px;
	content: '/';
	color: #ccc;
}

#container .categoryTag ul li:last-of-type::after {
	display: none;
}

#container .categoryTag.backnumber {
	padding: 20px;
	border-radius: 5px;
}

#container .categoryTag.backnumber dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#container .categoryTag.backnumber dl > {
	display: block;
}

#container .categoryTag.backnumber dl dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 10px 0 0;
}

#container .categoryTag.backnumber dl dd ul {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#container .categoryTag.backnumber dl dd ul li a {
	font-size: 12px;
	padding: 0 10px;
}

#container .categoryTag.backnumber dl + dl {
	margin: 10px 0 0;
}

body {
	-webkit-font-smoothing: antialiased;
}

#container {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	min-width: 980px;
	padding: 0;
	/*background: #fbeeee;*/
	background: #f5f5f5;
}

#breadcrumbs {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;
}

#contents {
	margin: 0 auto;
	padding: 0 0 100px;
}

.contentsInner {
	width: 980px;
	margin: 0 auto;
}

#container .inner {
	width: 980px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

#sidebar .inner {
	width: auto;
}

#sidebarTop {
	width: 980px;
	margin: 0 auto;
}

#main.no-sidebar {
	margin: 0 auto;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#breadcrumbs a {
	color: #999;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 15px;
	width: 190px;
}

#header .logo a {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 120px 0 0 0;
	background: url(../images/header_title.png) no-repeat;
}
#sidebar .search.widget {
	display: none;
}
#sidebarTop .widget {
	position: relative;
	z-index: 100;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	border-top: #eda33d 5px solid;
	border-bottom: #eda33d 5px solid;
	border-radius: 5px;
	background: #fff;
}

#sidebarTop .inner {
	width: auto;
	padding: 0 20px;
	border: #dbdce0 1px solid;
}

#sidebarTop .nav li + li {
	border-top: solid 1px #e5e5e5;
}

#sidebarTop .nav li a {
	font-size: 14px;
	line-height: 1.3;
	position: relative;
	display: block;
	padding: 16px 0 16px 28px;
	-webkit-transition: color .3s , font-weight .3s;
	transition: color .3s , font-weight .3s;
	text-decoration: none;
}

#sidebarTop .nav li a.active {
	font-weight: bold;
	color: #eda33d;
}

#sidebarTop .nav li a.active::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	content: '';
	border-radius: 50%;
	background: #eda33d;
}

#sidebarTop .nav li .navIcon {
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	margin: auto;
}

#sidebarTop .nav li.other {
	padding: 6px 0;
}

#sidebarTop .nav li.other ul li a {
	padding: 5px 0 5px 13px;
}

#sidebarTop .nav li.other ul li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #eda33d;
}

#sidebarTop .nav li.other ul li + li {
	border-top: none;
}

#sidebarTop .title {
	font-family: 'Josefin Sans', serif;
	line-height: 30px;
	height: 30px;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	background: #eda33d;
}

#sidebarTop.no-sidebar {
	width: 100%;
	border-top: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	background: #fff;
}

#sidebarTop.no-sidebar .widget {
	float: none;
	width: 980px;
	margin: 0 auto;
	border: none;
}

#sidebarTop.no-sidebar .inner {
	padding: 0;
	border: none;
}

#sidebarTop.no-sidebar .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-right: solid 1px #e5e5e5;
}

#sidebarTop.no-sidebar .nav li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: solid 1px #e5e5e5;
}

#sidebarTop.no-sidebar .nav li + li {
	border-top: none;
}

#sidebarTop.no-sidebar .nav li a {
	line-height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	padding: 0 0 0 48px;
}

#sidebarTop.no-sidebar .nav li a.active {
	font-weight: bold;
	color: #eda33d;
}

#sidebarTop.no-sidebar .nav li a.active::before {
	position: absolute;
	top: inherit;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #eda33d;
	border: none;
}

#sidebarTop.no-sidebar .nav li a.active::after {
	top: inherit;
	bottom: -5px;
	left: 0;
}

#sidebarTop.no-sidebar .nav li .navIcon {
	line-height: 0;
	top: 0;
	bottom: 0;
	left: 20px;
	height: 20px;
	margin: auto;
}

#sidebarTop.no-sidebar .nav li.other {
	padding: 0;
	border-left: none;
}

#sidebarTop.no-sidebar .nav li.other ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#sidebarTop.no-sidebar .nav li.other ul li a {
	padding: 0 0 0 32px;
}

#sidebarTop.no-sidebar .nav li.other ul li a::before {
	left: 20px;
}

#sidebarTop.no-sidebar .nav li.other ul li a.active::before {
	left: 0;
}

#sidebarTop.no-sidebar .nav li.newatcl {
	width: 123px;
}

#sidebarTop.no-sidebar .nav li.campaign {
	width: 153px;
}

#sidebarTop.no-sidebar .nav li.feature {
	width: 98px;
}

#sidebarTop.no-sidebar .nav li.column {
	width: 111px;
}

#sidebarTop.no-sidebar .nav li.blog {
	width: 168px;
}

#sidebarTop.no-sidebar .nav li.other li.info {
	width: 178px;
}

#sidebarTop.no-sidebar .nav li.other li.backnumber {
	width: 148px;
}

#articleDetail {
	margin: 0 auto;
	margin-top: 40px;
}

#articleDetail .articlebody {
	padding: 35px 40px 100px;
	background: #fff;
}

#articleDetail .img img {
	width: initial;
	margin: 0;
}

#articleDetail p {
	font-size: 16px;
	line-height: 2.0;
}

#articleDetail p + p {
	margin: 16px 0 0;
}

#articleDetail div + p {
	margin: 30px 0 0;
}


#articleDetail .section + p {
	margin-top: 0;
}
#articleDetail a {
	-webkit-transition: color .3s .3s;
	transition: color .3s .3s;
	word-break: break-word;
	color: #b88951;
}

#articleDetail a:hover {
	-webkit-transition: color .3s 0s;
	transition: color .3s 0s;
	text-decoration: underline;
	color: #333;
}

#articleDetail h2 {
	font-size: 24px;
	line-height: 1.5;
	position: relative;
	margin: 60px 0 40px;
	padding: 18px 0;
	text-align: center;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
}

#articleDetail p + h2,
#articleDetail div + h2 {
	margin-top: 60px;
}

#articleDetail h3 {
	font-size: 20px;
	line-height: 1.5;
	margin: 40px 0 18px;
}

#articleDetail .checkTxt {
	line-height: 0;
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#articleDetail .checkTxt span {
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	display: inline-block;
	height: 26px;
	padding: 0 8px;
	letter-spacing: .05em;
	color: #fff;
	border-radius: 26px;
	background: #333;
}

#articleDetail .checkTxt2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	display: inline-block;
	height: 25px;
	margin: -5px 11px 0 0;
	padding: 0 10px;
	vertical-align: middle;
	letter-spacing: .05em;
	color: #fff;
	border-radius: 25px;
	background: #333;
}

#articleDetail .subtitle {
	font-weight: bold;
}

#articleDetail .subtitle + p {
	margin: 0;
}

#articleDetail .img {
	line-height: 1.0;
	text-align: center;
}

#articleDetail .caption {
	font-size: 12px;
	line-height: 1.5;
	margin: 12px 0 0;
}

#articleDetail .btn {
	width: 420px;
	margin: 32px auto 0;
}

#articleDetail .btn a {
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	position: relative;
	display: block;
	height: 48px;
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: solid 1px #ea5b7a;
	border-radius: 5px;
	background: #fff;
}

#articleDetail .btn a::before {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #ea5b7a;
}

#articleDetail .btn + .itemBox {
	margin: 60px 0 40px;
}

#articleDetail .boldtxt,
#articleDetail .boldtxt p {
	font-size: 14px;
	font-weight: bold;
}

#articleDetail .boldtxt {
	margin-top: 16px;
}

#articleDetail .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#articleDetail .head > {
	display: block;
}

#articleDetail .head .date {
	position: relative;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#articleDetail .head .date::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 1px;
	height: 10px;
	margin: auto;
	content: '';
	background: #333;
}

#articleDetail .head .headline {
	font-weight: bold;
	line-height: 1.3;
	width: 100%;
	margin: 13px 0 0;
}

#articleDetail .headImg {
	line-height: 0;
	margin: 36px 20px 30px;
}

#articleDetail .toc {
	position: relative;
	margin: 40px 0 0;
	padding: 4px;
	border: solid 1px #fbeeee;
	border-radius: 0 5px 0 5px;
}

#articleDetail .toc::before,
#articleDetail .toc::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 0;
	border-style: solid;
	border-color: #ea5b7a transparent transparent transparent;
}

#articleDetail .toc::before {
	top: 0;
	left: 0;
}

#articleDetail .toc::after {
	right: 0;
	bottom: 0;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ea5b7a transparent;
}

#articleDetail .toc .tocInner {
	padding: 21px 30px 22px;
	border-radius: 5px;
	background: #fbeeee;
}

#articleDetail .toc .title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin: 0 0 2px;
	text-align: center;
}

#articleDetail .toc .title span {
	position: relative;
	padding: 0 10px;
	background: #fbeeee;
}

#articleDetail .toc .title::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	margin: auto;
	content: '';
	background: #333;
}

#articleDetail .toc .tocList li {
	overflow: hidden;
}

#articleDetail .toc .tocList li + li {
	margin: 9px 0 0;
}

#articleDetail .toc .tocList li a {
	-webkit-transition: border-bottom-color .3s;
	transition: border-bottom-color .3s;
	text-decoration: none;
}

#articleDetail .toc .tocList li .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	float: left;
	height: 100%;
	margin: 0 5px 0 0;
	padding: 0 0 0 13px;
	color: #333;
}

#articleDetail .toc .tocList li .title::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #161f35;
	background: none;
}

#articleDetail .toc .tocList li .title::after {
	content: ' …';
}

#articleDetail .toc .tocList li .lead {
	font-size: 12px;
	line-height: 2.0;
	border-bottom: none;
	color: #333;
	display: inline;
	font-weight: normal;
	margin: 0;
}

#articleDetail .toc .tocList li .lead .tocDate {
	color: #999;
}

#articleDetail .nav {
	margin: 30px 0 50px;
}

#articleDetail .nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -4.5px -9px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#articleDetail .nav li {
	width: 32.343234323%;
	margin: 0 4.5px 9px;
}


#articleDetail .nav li a {
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#articleDetail .nav li a::before {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-width: 8px 4px 0 4px;
	border-style: solid;
	border-color: #ea5b7a transparent transparent transparent;
}

#articleDetail .imgArea {
	width: 300px;
	margin: 0 0 17px;
}

#articleDetail .imgArea .img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 300px;
	background: #ccc;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#articleDetail .imgArea .caption {
	margin: 6px 0 0;
	text-align: left;
}

#articleDetail .txtArea {
	margin: -9px 0 0;
}

#articleDetail .frBox {
	overflow: hidden;
}

#articleDetail .frBox .imgArea {
	float: right;
	margin-left: 30px;
}

#articleDetail .flBox {
	overflow: hidden;
}

#articleDetail .flBox .imgArea {
	float: left;
	margin-right: 30px;
}

#articleDetail .gridBox {
	margin: 30px 0 60px;
	padding: 22px 30px;
	border: solid 5px #fbeeee;
	border-radius: 5px;
}

#articleDetail .gridBox .title {
	font-size: 14px;
	font-weight: bold;
}

#articleDetail .gridBox p {
	font-size: 12px;
}

#articleDetail .gridBox p + p {
	margin: 2px 0 0;
}

#articleDetail .note {
	position: relative;
	margin: 30px 0;
	padding: 17px 0 0;
}

#articleDetail .note::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: url(../images/bg_dot.png) repeat left top;
}

#articleDetail .note p {
	font-size: 12px;
	line-height: 1.5;
}

#articleDetail .note p + p {
	margin: 0;
}

#articleDetail .itemBox {
	margin: 40px 0;
	padding: 25px 30px 30px;
	border-radius: 5px;
	background: #fbeeee;
}

#articleDetail .itemBox h3 {
	margin: 0 0 25px;
}

#articleDetail .itemBox .imgArea {
	width: 300px;
	margin: 0;
}

#articleDetail .itemBox .txtArea {
	width: 510px;
	margin: -5px 0 0;
}

#articleDetail .itemBox .txtArea p {
	font-size: 14px;
}

#articleDetail .itemBox .txtArea .subtitle {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px;
}

#articleDetail .itemBox .txtArea .btn {
	margin: 22px auto 0;
}

#articleDetail .itemList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#articleDetail .itemList a .txt {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	margin: 6px 0 0;
	padding: 0 0 17px;
}

#articleDetail .itemList .small {
	display: block;
	font-size: 11px;
	line-height: 1.5;
  margin: 10px 0 0;
}

#articleDetail .itemList a .img {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background: #fff;
}

#articleDetail .itemList a .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#articleDetail .itemList a .img .hoverIcon {
	display: block;
	padding: 0;
}

#articleDetail .itemList a .img .hoverIcon::before {
	position: relative;
	margin: 0 auto 10px;
}

#articleDetail .itemList.item3 {
	margin: 0 -15px -30px;
}

#articleDetail .itemList.item3 li {
	width: 260px;
	margin: 0 15px 30px;
}

#articleDetail .itemList.item3 li .img {
	height: 312px;
}

#articleDetail .itemList.item4 {
	margin: 0 -10px -20px;
}

#articleDetail .itemList.item4 li {
	width: 195px;
	margin: 0 10px 20px;
}

#articleDetail .itemList.item4 li .img {
	height: 234px;
}

#articleDetail .itemList .btn {
	width: 100%;
	margin: 0 auto;
}

#articleDetail .itemList .btn a {
	font-size: 14px;
	line-height: 38px;
	height: 38px;
}

#articleDetail .movie {
	line-height: 0;
}

#articleDetail .movie iframe {
	width: 100%;
	height: 505px;
}

#articleDetail .talk {
	position: relative;
	margin: 63px 0 40px;
	padding: 30px;
}

#articleDetail .talk .title {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

#articleDetail .talk dl {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#articleDetail .talk dl + dl {
	margin: 30px 0 0;
}

#articleDetail .talk dl:nth-of-type(even) {
	margin-left: 110px;
}

#articleDetail .talk dl:nth-of-type(even) dt {
	margin: 0 0 0 30px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

#articleDetail .talk dl:nth-of-type(even) dd::before {
	right: -10px;
	left: inherit;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
}

#articleDetail .talk dl dt {
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin: 0 30px 0 0;
	border-radius: 100%;
}

#articleDetail .talk dl dd {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 620px;
	padding: 15px 20px;
	border-radius: 5px;
	background: #fff;
}

#articleDetail .talk dl dd::before {
	position: absolute;
	top: 30px;
	left: -10px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 10px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

#articleDetail .talk dl dd .name {
	font-size: 16px;
	font-weight: bold;
}

#articleDetail .talk dl dd p {
	font-size: 14px;
	line-height: 1.5;
}

#articleDetail .talk dl dd p + p {
	margin: 0;
}

/* 2022.09～スマホTOPページにて使用 */

.articleDetail_top {
	width: 980px;
	margin: 0 auto;
	margin-top: 40px;
}

.articleDetail_top .articlebody {
	padding: 35px 40px 100px;
	background: #fff;
}

.articleDetail_top .img img {
	width: initial;
	margin: 0;
}

.articleDetail_top p {
	font-size: 16px;
	line-height: 2.0;
}

.articleDetail_top p + p {
	margin: 16px 0 0;
}

.articleDetail_top div + p {
	margin: 30px 0 0;
}


.articleDetail_top .section + p {
	margin-top: 0;
}
.articleDetail_top a {
	-webkit-transition: color .3s .3s;
	transition: color .3s .3s;
	word-break: break-word;
	color: #b88951;
}

.articleDetail_top a:hover {
	-webkit-transition: color .3s 0s;
	transition: color .3s 0s;
	text-decoration: underline;
	color: #333;
}

.articleDetail_top h2 {
	font-size: 24px;
	line-height: 1.5;
	position: relative;
	margin: 60px 0 40px;
	padding: 18px 0;
	text-align: center;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
}

.articleDetail_top p + h2,
.articleDetail_top div + h2 {
	margin-top: 60px;
}

.articleDetail_top h3 {
	font-size: 20px;
	line-height: 1.5;
	margin: 40px 0 18px;
}

.articleDetail_top .checkTxt {
	line-height: 0;
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.articleDetail_top .checkTxt span {
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	display: inline-block;
	height: 26px;
	padding: 0 8px;
	letter-spacing: .05em;
	color: #fff;
	border-radius: 26px;
	background: #333;
}

.articleDetail_top .checkTxt2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	display: inline-block;
	height: 25px;
	margin: -5px 11px 0 0;
	padding: 0 10px;
	vertical-align: middle;
	letter-spacing: .05em;
	color: #fff;
	border-radius: 25px;
	background: #333;
}

.articleDetail_top .subtitle {
	font-weight: bold;
}

.articleDetail_top .subtitle + p {
	margin: 0;
}

.articleDetail_top .img {
	line-height: 1.0;
	text-align: center;
}

.articleDetail_top .caption {
	font-size: 12px;
	line-height: 1.5;
	margin: 12px 0 0;
}

.articleDetail_top .btn {
	width: 420px;
	margin: 32px auto 0;
}

.articleDetail_top .btn a {
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	position: relative;
	display: block;
	height: 48px;
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: solid 1px #ea5b7a;
	border-radius: 5px;
	background: #fff;
}

.articleDetail_top .btn a::before {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #ea5b7a;
}

.articleDetail_top .btn + .itemBox {
	margin: 60px 0 40px;
}

.articleDetail_top .boldtxt,
.articleDetail_top .boldtxt p {
	font-size: 14px;
	font-weight: bold;
}

.articleDetail_top .boldtxt {
	margin-top: 16px;
}

.articleDetail_top .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articleDetail_top .head > {
	display: block;
}

.articleDetail_top .head .date {
	position: relative;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.articleDetail_top .head .date::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 1px;
	height: 10px;
	margin: auto;
	content: '';
	background: #333;
}

.articleDetail_top .head .headline {
	font-weight: bold;
	line-height: 1.3;
	width: 100%;
	margin: 13px 0 0;
}

.articleDetail_top .headImg {
	line-height: 0;
	margin: 36px 20px 30px;
}

.articleDetail_top .toc {
	position: relative;
	margin: 40px 0 0;
	padding: 4px;
	border: solid 1px #fbeeee;
	border-radius: 0 5px 0 5px;
}

.articleDetail_top .toc::before,
.articleDetail_top .toc::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 0;
	border-style: solid;
	border-color: #ea5b7a transparent transparent transparent;
}

.articleDetail_top .toc::before {
	top: 0;
	left: 0;
}

.articleDetail_top .toc::after {
	right: 0;
	bottom: 0;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ea5b7a transparent;
}

.articleDetail_top .toc .tocInner {
	padding: 21px 30px 22px;
	border-radius: 5px;
	background: #fbeeee;
}

.articleDetail_top .toc .title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin: 0 0 2px;
	text-align: center;
}

.articleDetail_top .toc .title span {
	position: relative;
	padding: 0 10px;
	background: #fbeeee;
}

.articleDetail_top .toc .title::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	margin: auto;
	content: '';
	background: #333;
}

.articleDetail_top .toc .tocList li {
	overflow: hidden;
}

.articleDetail_top .toc .tocList li + li {
	margin: 9px 0 0;
}

.articleDetail_top .toc .tocList li a {
	-webkit-transition: border-bottom-color .3s;
	transition: border-bottom-color .3s;
	text-decoration: none;
}

.articleDetail_top .toc .tocList li .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	float: left;
	height: 100%;
	margin: 0 5px 0 0;
	padding: 0 0 0 13px;
	color: #333;
}

.articleDetail_top .toc .tocList li .title::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #161f35;
	background: none;
}

.articleDetail_top .toc .tocList li .title::after {
	content: ' …';
}

.articleDetail_top .toc .tocList li .lead {
	font-size: 12px;
	line-height: 2.0;
	border-bottom: none;
	color: #333;
	display: inline;
	font-weight: normal;
	margin: 0;
}

.articleDetail_top .toc .tocList li .lead .tocDate {
	color: #999;
}

.articleDetail_top .nav {
	margin: 30px 0 50px;
}

.articleDetail_top .nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -4.5px -9px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articleDetail_top .nav li {
	width: 32.343234323%;
	margin: 0 4.5px 9px;
}


.articleDetail_top .nav li a {
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.articleDetail_top .nav li a::before {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-width: 8px 4px 0 4px;
	border-style: solid;
	border-color: #ea5b7a transparent transparent transparent;
}

.articleDetail_top .imgArea {
	width: 300px;
	margin: 0 0 17px;
}

.articleDetail_top .imgArea .img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 300px;
	background: #ccc;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.articleDetail_top .imgArea .caption {
	margin: 6px 0 0;
	text-align: left;
}

.articleDetail_top .txtArea {
	margin: -9px 0 0;
}

.articleDetail_top .frBox {
	overflow: hidden;
}

.articleDetail_top .frBox .imgArea {
	float: right;
	margin-left: 30px;
}

.articleDetail_top .flBox {
	overflow: hidden;
}

.articleDetail_top .flBox .imgArea {
	float: left;
	margin-right: 30px;
}

.articleDetail_top .gridBox {
	margin: 30px 0 60px;
	padding: 22px 30px;
	border: solid 5px #fbeeee;
	border-radius: 5px;
}

.articleDetail_top .gridBox .title {
	font-size: 14px;
	font-weight: bold;
}

.articleDetail_top .gridBox p {
	font-size: 12px;
}

.articleDetail_top .gridBox p + p {
	margin: 2px 0 0;
}

.articleDetail_top .note {
	position: relative;
	margin: 30px 0;
	padding: 17px 0 0;
}

.articleDetail_top .note::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: url(../images/bg_dot.png) repeat left top;
}

.articleDetail_top .note p {
	font-size: 12px;
	line-height: 1.5;
}

.articleDetail_top .note p + p {
	margin: 0;
}

.articleDetail_top .itemBox {
	margin: 40px 0;
	padding: 25px 30px 30px;
	border-radius: 5px;
	background: #fbeeee;
}

.articleDetail_top .itemBox h3 {
	margin: 0 0 25px;
}

.articleDetail_top .itemBox .imgArea {
	width: 300px;
	margin: 0;
}

.articleDetail_top .itemBox .txtArea {
	width: 510px;
	margin: -5px 0 0;
}

.articleDetail_top .itemBox .txtArea p {
	font-size: 14px;
}

.articleDetail_top .itemBox .txtArea .subtitle {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px;
}

.articleDetail_top .itemBox .txtArea .btn {
	margin: 22px auto 0;
}

.articleDetail_top .itemList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articleDetail_top .itemList a .txt {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	margin: 6px 0 0;
	padding: 0 0 17px;
}

.articleDetail_top .itemList .small {
	display: block;
	font-size: 11px;
	line-height: 1.5;
  margin: 10px 0 0;
}

.articleDetail_top .itemList a .img {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background: #fff;
}

.articleDetail_top .itemList a .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.articleDetail_top .itemList a .img .hoverIcon {
	display: block;
	padding: 0;
}

.articleDetail_top .itemList a .img .hoverIcon::before {
	position: relative;
	margin: 0 auto 10px;
}

.articleDetail_top .itemList.item3 {
	margin: 0 -15px -30px;
}

.articleDetail_top .itemList.item3 li {
	width: 260px;
	margin: 0 15px 30px;
}

.articleDetail_top .itemList.item3 li .img {
	height: 312px;
}

.articleDetail_top .itemList.item4 {
	margin: 0 -10px -20px;
}

.articleDetail_top .itemList.item4 li {
	width: 195px;
	margin: 0 10px 20px;
}

.articleDetail_top .itemList.item4 li .img {
	height: 234px;
}

.articleDetail_top .itemList .btn {
	width: 100%;
	margin: 0 auto;
}

.articleDetail_top .itemList .btn a {
	font-size: 14px;
	line-height: 38px;
	height: 38px;
}

.articleDetail_top .movie {
	line-height: 0;
}

.articleDetail_top .movie iframe {
	width: 100%;
	height: 505px;
}

.articleDetail_top .talk {
	position: relative;
	margin: 63px 0 40px;
	padding: 30px;
}

.articleDetail_top .talk .title {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

.articleDetail_top .talk dl {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.articleDetail_top .talk dl + dl {
	margin: 30px 0 0;
}

.articleDetail_top .talk dl:nth-of-type(even) {
	margin-left: 110px;
}

.articleDetail_top .talk dl:nth-of-type(even) dt {
	margin: 0 0 0 30px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.articleDetail_top .talk dl:nth-of-type(even) dd::before {
	right: -10px;
	left: inherit;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
}

.articleDetail_top .talk dl dt {
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin: 0 30px 0 0;
	border-radius: 100%;
}

.articleDetail_top .talk dl dd {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 620px;
	padding: 15px 20px;
	border-radius: 5px;
	background: #fff;
}

.articleDetail_top .talk dl dd::before {
	position: absolute;
	top: 30px;
	left: -10px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 10px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

.articleDetail_top .talk dl dd .name {
	font-size: 16px;
	font-weight: bold;
}

.articleDetail_top .talk dl dd p {
	font-size: 14px;
	line-height: 1.5;
}

.articleDetail_top .talk dl dd p + p {
	margin: 0;
}
#container .tagArea {
	position: relative;
	margin: 60px 0 0;
	padding: 30px 100px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#container .tagArea .title {
	font-size: 20px;
	line-height: 1.2;
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

#container .tagArea .title span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background: rgb(245, 245, 245);
}

#container .tagList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px -10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container .tagList li {
	margin: 0 5px 10px;
}

#container .tagList li a {
	font-size: 11px;
	line-height: 24px;
	display: block;
	height: 24px;
	padding: 0 9px;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-decoration: none;
	color: #b88951;
	border: solid 1px #b88951;
	border-radius: 24px;
	background: #fff;
}

#container .share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 5px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#container .share > {
	display: block;
}

#container .share .title {
	line-height: 1.0;
	margin: 5px 20px 0 0;
}

#container .share ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -2.5px;
}

#container .share ul li {
	width: 80px;
	margin: 0 2.5px;
}

#container .share ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 26px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	border-radius: 5px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#container .share ul li a > {
	display: block;
}

#container .share ul li.fb a {
	background: #315096;
	-webkit-box-shadow: 0 4px 0 0 #1a3572;
	box-shadow: 0 4px 0 0 #1a3572;
}

#container .share ul li.tw a {
	background: #55acee;
	-webkit-box-shadow: 0 4px 0 0 #2f84c5;
	box-shadow: 0 4px 0 0 #2f84c5;
}

#container .share ul li.line a {
	background: #00b900;
	-webkit-box-shadow: 0 4px 0 0 #008c00;
	box-shadow: 0 4px 0 0 #008c00;
}

#container .share ul li.hatena a {
	background: #00a4de;
	-webkit-box-shadow: 0 4px 0 0 #0085b4;
	box-shadow: 0 4px 0 0 #0085b4;
}

@media only screen and (min-width: 768px) {

.hoverTxt {
	-webkit-transition: border-color .3s .2s;
	transition: border-color .3s .2s;
}

.hoverTxt:hover {
	-webkit-transition: border-color .3s 0s;
	transition: border-color .3s 0s;
	border-color: #333;
}

.hoverImg img {
	-webkit-transition: -webkit-transform .3s .2s;
	transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s;
	transition: transform .3s .2s, -webkit-transform .3s .2s;
}

.hoverImg:hover img {
	-webkit-transition: -webkit-transform .3s 0s;
	transition: -webkit-transform .3s 0s;
	transition: transform .3s 0s;
	transition: transform .3s 0s, -webkit-transform .3s 0s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.hoverImg:hover .hover {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	opacity: 1;
}

.newtab:hover::before {
	background-image: url(../images/icon_blank_b.png);
}

#container .pannelItem .imgArea a.on .hover {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	opacity: 1;
}

#container .pannelItem .imgArea a.on img {
	-webkit-transition: -webkit-transform .3s 0s;
	transition: -webkit-transform .3s 0s;
	transition: transform .3s 0s;
	transition: transform .3s 0s, -webkit-transform .3s 0s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#container .pannelItem .txtArea a.on {
	-webkit-transition: border-color .3s 0s;
	transition: border-color .3s 0s;
	border-color: #333;
}

#container .pagenation li a:hover {
	color: #fff;
	border-color: #ea5b7a;
	background: #ea5b7a;
}

#container .pagenation li.prev a:hover,
#container .pagenation li.next a:hover {
	opacity: .5;
	color: #ea5b7a;
	border: none;
	background: none;
}

#container .menu .sns .snsList li a {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#container .menu .sns .snsList li a:hover {
	opacity: .5;
}

#container .categoryTag a:hover {
	font-weight: bold;
	color: #ea5b7a;
}

#sidebarTop .nav li a:hover {
	font-weight: bold;
	color: #eda33d;
}

#articleDetail .btn a:hover {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	color: #fff;
	background: #ea5b7a;
}

#articleDetail .btn a:hover::before {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	border-left-color: #fff;
}

#articleDetail .btn.on a {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	color: #fff;
	background: #ea5b7a;
}

#articleDetail .btn.on a::before {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	border-left-color: #fff;
}

#articleDetail .nav li a:hover::before {
	border-top-color: #fff;
	border-left-color: transparent;
}

#articleDetail .itemList a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#articleDetail .itemList a:hover .hover {
	opacity: 1;
}

#articleDetail .itemList a:hover .txt {
	text-decoration: underline;
	color: #333;
}

#articleDetail .itemList a.on .hoverImg img {
	-webkit-transition: -webkit-transform .3s 0s;
	transition: -webkit-transform .3s 0s;
	transition: transform .3s 0s;
	transition: transform .3s 0s, -webkit-transform .3s 0s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#articleDetail .itemList a.on .hover {
	-webkit-transition: opacity .3s 0s;
	transition: opacity .3s 0s;
	opacity: 1;
}

#articleDetail .itemList a.on .txt {
	-webkit-transition: color .3s 0s;
	transition: color .3s 0s;
	text-decoration: underline;
	color: #333;
}

#container .tagList li a:hover {
	color: #fff;
	border-color: #ea5b7a;
	background: #ea5b7a;
}

#container .share ul li a:hover {
	-webkit-transform: translate3d(0px, 4px, 1px);
	transform: translate3d(0px, 4px, 1px);
	opacity: .5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

}

@media only screen and (max-width: 768px) {

.section {
	margin: 0;
}

#container .headline {
	padding: 0;
	background: none !important;
}

#container .headline small {
	margin: 0 0 3px;
}

.hoverTxt {
	border-bottom: none;
}

#container .tagtxt {
	font-size: 10px;
}

#container .new::before {
	font-size: 11px;
	top: 11px;
	left: 3px;
}

#container .pannel {
	display: block;
}

#container .headline + .pannel {
	margin-top: 0;
}

#container .pannelItem {
	width: auto;
	margin: 0 20px 20px;
}

#container .pannelItem .imgArea a {
	height: auto;
	padding-top: 31.940298507%;
}

#container .pannelItem .imgArea a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#container .pannelItem .txtArea {
	padding: 13px 15px;
}

#container .pannelItem .tagtxt {
	height: 15px;
	margin: 15px 0 0;
}

#container .pannelItem.col1 {
	margin: 0 0 20px;
	border-radius: 0;
}

#container .pannelItem.col1 .txtArea {
	padding: 13px 20px;
}

#container .pannelItem.col1 .imgArea a {
	height: auto;
	padding-top: 32%;
	border-radius: 0;
}

#container .pannelItem.col1 .title {
	font-size: 18px;
	line-height: 1.5;
	height: 54px;
	margin: 9px 0 0;
}

#container .pannelItem.col1 .tagtxt {
	height: 15px;
	margin: 12px 0 0;
}

#container .pannelItem.col1.new::after {
	border-radius: 0;
}

#container .pannelItem .title {
	font-size: 14px;
	line-height: 1.5;
	height: auto;
	margin: 9px 0 0;
}

#container .pannelItem .title a {
	display: block;
}

#container .pagenation {
	margin: 30px 20px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#container .pagenation li {
	width: 8.95522388%;
	min-width: 25px;
	height: auto;
	margin: 0 1.492537313%;
}

#container .pagenation li a {
	font-size: 18px;
	line-height: inherit;
	height: auto;
	padding-top: 0;
}

#container .pagenation li a::before {
	display: block;
	padding-top: 100%;
	content: '';
}

#container .pagenation li.prev a,
#container .pagenation li.next a {
	font-size: 17px;
}

#container .pagenation li.prev a::before,
#container .pagenation li.next a::before {
	padding: 0;
}

#container .pagenation li.prev {
	margin: 0 8.656716417% 0 0;
}

#container .pagenation li.next {
	margin: 0 0 0 7.761194029%;
}

#container .tabArea .tabWrap {
	overflow-x: auto;
	white-space: nowrap;
	background: #eda33d;
	-webkit-overflow-scrolling: touch;
}

#container .tabArea .tab {
	position: relative;
	display: table;
	width: 100%;
	padding: 5px 5px 0;
	background: #eda33d;
	box-sizing: border-box;
}

#container .tabArea .tab li {
	font-size: 14px;
	line-height: 40px;
	display: table-cell;
	height: 45px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
}

#container .tabArea .tab li.active {
	font-weight: bold;
	color: #eda33d;
	background: #f3ebeb;
}

#container .tabArea .tab li.active span {
	padding: 0 0 5px;
	border-bottom: solid 2px #eda33d;
}

#container .tabArea .tabConts {
	display: none;
	padding: 0 20px;
	background: #f3ebeb;
}

#container .tabArea .tabConts.active {
	display: block;
}

#container .others {
	padding: 30px 0;
}

#container .others .section {
	margin: 0;
}

#container .others .section + .section {
	margin: 0;
	padding-top: 30px;
	border-top: solid 1px #ccc;
}

#container .others .pannel {
	margin: 15px 0 0;
}

#container .others .pannelItem {
	width: auto;
	margin: 0 20px 23px;
}

#container .others .pannelItem .imgArea a {
	height: auto;
	padding-top: 31.940298507%;
}

#container .others .pannelItem .txtArea {
	margin: 14px 0 0;
}

#container .others .date {
	margin: 3px 0 0;
}

#container .others .igfeed {
	padding: 0 20px;
}

#container .others .igfeed ul {
	margin: 15px -.149253731% -1px;
}

#container .others .igfeed ul li {
	width: 33.035714285%;
	height: auto;
	margin: 0 .148809523% 1px;
}

#container .others .igfeed ul li::before {
	display: block;
	padding-top: 100%;
	content: '';
}

#container .others .igfeed ul li:nth-child(10) {
	display: none;
}

#container .menu {
	padding: 60px 0 0;
}

#container .menu .inner {
	display: block;
}

#container .menu .sns {
	width: auto;
	margin: 0 20px;
	padding: 16px 20px;
}

#container .menu .sns .txt {
	font-size: 14px;
	margin: 0;
}

#container .menu .sns .snsGif02 {
	bottom: -38px;
	left: 8px;
	width: 55px;
}

#container .menu .sns .snsGif02 img {
	width: 100%;
}

#container .menu .sns .snsList {
	margin: 16px -.877192982% 0;
}

#container .menu .sns .snsList li {
	width: 17.24137931%;
	margin: 0 .862068965%;
	text-align: center;
}

#container .menu .shop {
	width: auto;
	margin: 50px 0 0;
}

#container .menu .shop .title {
	font-size: 15px;
	line-height: 54px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #ea5b7a;
}

#container .menu .shop .row {
	display: block;
}

#container .menu .shop .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: #fff;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container .menu .shop .nav:nth-child(2) {
	border-bottom: solid 1px #ccc;
}

#container .menu .shop .nav:nth-child(2) li:last-child {
	border-right: solid 1px #ccc;
	border-bottom: none;
}

#container .menu .shop .nav li {
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 0;
	border-bottom: solid 1px #ccc;
}

#container .menu .shop .nav li:nth-child(odd) {
	border-right: solid 1px #ccc;
}

#container .menu .shop .nav li:nth-child(odd) a {
	padding-right: 15px;
}

#container .menu .shop .nav li:nth-child(even) .shopIcon {
	left: 14px;
}

#container .menu .shop .nav li:nth-child(even) a {
	padding-left: 39.5px;
}

#container .menu .shop .nav li .shopIcon {
	top: 0;
	bottom: 0;
	left: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#container .menu .shop .nav li a {
	line-height: 1.3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	padding: 0 20px 0 39.5px;
	background: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#container .categoryTag {
	margin: 0;
	padding: 25px 20px 30px;
	border-radius: 0;
	background: none;
}

#container .categoryTag.malti-l {
	border-radius: 0;
}

#container .categoryTag .title {
	font-size: 14px;
	margin: 0 0 12px;
	text-align: center;
	letter-spacing: .1em;
}

#container .categoryTag a {
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: solid 1px #ccc;
	border-radius: 40px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#container .categoryTag a > {
	display: block;
}

#container .categoryTag a.active {
	color: #fff;
	border-color: #eda33d;
	background: #eda33d;
}

#container .categoryTag ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -.820895522% -10px;
}

#container .categoryTag ul li {
	width: auto;
	max-width: 100%;
	margin: 0 .807635829% 10px;
}


#container .categoryTag ul li::after {
	display: none;
}


#container .categoryTag.backnumber {
	margin: 20px;
	padding: 15px 20px 15px;
	border-radius: 5px;
	background: #fff;
}

#container .categoryTag.backnumber dl dt {
	line-height: 2.5;
}

#container .categoryTag.backnumber dl dd ul {
	margin: 0;
}

#container .categoryTag.backnumber dl dd ul li {
	width: auto;
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

#container .categoryTag.backnumber dl dd ul li a {
	line-height: 2.5;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	border: none;
	background: none;
}

#container .categoryTag.backnumber dl dd ul li::after {
	display: inline-block;
}

#container {
	min-width: inherit;
}

#contents {
	padding: 0 0 30px;
}

#contents.article {
	padding: 0 0 34px;
}

.contentsInner {
	width: auto;
}

#container .inner {
	width: auto;
}

#sidebar {
	display: none;
}

#sidebarTop {
	width: auto;
}

#header .logo {
	left: 10px;
	width: 107px;
}

#header .logo a {
	height: 81px;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/header_title_sp.png) center no-repeat;
	background-size: 107px 81px;
}

#header h1 {
	height: 81px;
	padding: 0;
	background: url(../images/header_title_sp.png) center no-repeat;
	background-size: 107px 81px;
}

#sidebarTop .widget {
	float: none;
	width: 100%;
	margin: 0;
	border-top: none;
	border-bottom: solid 1px #eda33d;
	border-radius: 0;
}

#sidebarTop .inner {
	padding: 0;
	border: none;
}

#sidebarTop .slidebox {
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
	position: relative;
	height: 50px;
	padding: 0 20px 0 47px;
	color: #eda33d;
}

#sidebarTop .slidebox .navIcon {
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	height: 20px;
	margin: auto;
}

#sidebarTop .slidebox::before {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: block;
	width: 20px;
	height: 12px;
	margin: auto;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background: url(../images/arw_b.png) no-repeat center center;
	background-size: 20px 12px;
}

#sidebarTop .slidebox.active::before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#sidebarTop .nav {
	position: absolute;
	display: none;
	overflow: hidden;
	width: 100%;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #eda33d;
	background: #fff;
}

#sidebarTop .nav li a {
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	padding: 0 20px 0 49px;
}

#sidebarTop .nav li a.active::after {
	display: none;
}

#sidebarTop .nav li .navIcon {
	left: 20px;
}

#sidebarTop .nav li.other {
	padding: 0;
}

#sidebarTop .nav li.other ul li a {
	padding: 0 20px 0 33px;
}

#sidebarTop .nav li.other ul li a::before {
	left: 20px;
}

#sidebarTop .nav li.other ul li + li {
	border-top: solid 1px #e5e5e5;
}

#sidebarTop.no-sidebar {
	border: none;
}

#sidebarTop.no-sidebar .widget {
	width: 100%;
	border-bottom: solid 1px #eda33d;
}

#sidebarTop.no-sidebar .nav {
	display: none;
	border: none;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #eda33d;
}

#sidebarTop.no-sidebar .nav li {
	border-left: none;
}

#sidebarTop.no-sidebar .nav li + li {
	border-top: solid 1px #e5e5e5;
}

#sidebarTop.no-sidebar .nav li a {
	line-height: 50px;
	height: 50px;
	padding: 0 20px 0 49px;
}

#sidebarTop.no-sidebar .nav li a.active::before {
	display: none;
}

#sidebarTop.no-sidebar .nav li .navIcon {
	left: 20px;
}

#sidebarTop.no-sidebar .nav li.other ul {
	display: block;
}

#sidebarTop.no-sidebar .nav li.other ul li a {
	padding: 0 20px 0 33px;
}

#sidebarTop.no-sidebar .nav li.other ul li a::before {
	left: 20px;
}

#sidebarTop.no-sidebar .nav li.newatcl {
	width: 100%;
}

#sidebarTop.no-sidebar .nav li.campaign {
	width: 100%;
}

#sidebarTop.no-sidebar .nav li.feature {
	width: 100%;
}

#sidebarTop.no-sidebar .nav li.column {
	width: 100%;
}

#sidebarTop.no-sidebar .nav li.blog {
	width: 100%;
}

#sidebarTop.no-sidebar .nav li.other li.info {
	width: 100%;
}

#sidebarTop.no-sidebar .nav li.other li.backnumber {
	width: 100%;
}

#articleDetail {
	width: auto;
	margin-top: 0;
}

#articleDetail .articlebody {
	padding: 0 0 60px;
}

#articleDetail p {
	font-size: 14px;
	margin: 0 20px;
}

#articleDetail p + p {
	margin: 16px 20px 0;
}

#articleDetail div + p {
	margin: 20px 20px 0;
}

	
#articleDetail h2 {
	font-size: 18px;
	margin-bottom: 30px;
	padding: 15px 0 12px;
	color: #333 !important;
	background: none !important;
}

#articleDetail h3 {
	font-size: 16px;
	margin: 30px 20px 15px !important;
	padding: 0;
	border-left: none;
}

#articleDetail .checkTxt {
	top: -10px;
}

#articleDetail .checkTxt span {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
}

#articleDetail .checkTxt2 {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	padding: 0 10px;
}

#articleDetail .subtitle + p {
	margin: 0 20px;
}

#articleDetail .img {
	margin-right: 20px;
	margin-left: 20px;
}

#articleDetail .caption {
	margin: 4px 0 0;
}

#articleDetail .btn {
	width: auto;
	margin: 23px 20px 0;
}

#articleDetail .btn a {
	font-size: 14px;
}

#articleDetail .btn + .itemBox {
	margin: 30px 20px;
}

#articleDetail .head {
	padding: 27px 20px 25px;
	background: #fbeeee;
}

#articleDetail .head .headline {
	font-size: 22px;
	margin: 9px 0 0;
	color: #333 !important;
}

#articleDetail .headImg {
	margin: 30px 20px;
}

#articleDetail .toc {
	margin: 30px 20px;
}

#articleDetail .toc .tocInner {
	padding: 10px 15px 13px;
}

#articleDetail .toc .title {
	font-size: 18px;
	margin: 0 0 5px;
}

#articleDetail .toc dl + dl {
	margin: 5px 0 0;
}

#articleDetail .toc dl dt {
	font-size: 14px;
}

#articleDetail .toc dl dd {
	line-height: 1.75;
	padding: 0 0 0 13px;
}

#articleDetail .nav {
	margin: 30px 0 60px;
}

#articleDetail .nav ul {
	display: block;
	margin: 0;
}

#articleDetail .nav li {
	width: 100%;
	margin: 0;
	border-top: solid 1px #ccc;
}

#articleDetail .nav li:last-child {
	border-bottom: solid 1px #ccc;
}

#articleDetail .nav li a {
	height: 50px;
	padding: 0 20px;
	border: none;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#articleDetail .nav li a::before {
	right: 20px;
}

#articleDetail .imgArea {
	width: auto;
	margin: 0 20px 19px;
}

#articleDetail .imgArea .img {
	height: auto !important;
	min-height: inherit;
	margin: 0;
	background: none;
}

#articleDetail .imgArea .caption {
	text-align: center;
}

#articleDetail .txtArea {
	margin: 0;
}

#articleDetail .frBox .imgArea {
	float: none;
	margin-left: 20px;
}

#articleDetail .flBox .imgArea {
	float: none;
	margin-right: 20px;
}

#articleDetail .gridBox {
	margin: 24px 20px 40px;
	padding: 15px;
}

#articleDetail .gridBox .title {
	margin: 0;
}

#articleDetail .note {
	margin: 20px 20px 0;
}

#articleDetail .note a {
	display: inline-block;
	padding-left: 20px;
}

#articleDetail .note a::before {
	right: -13px;
	bottom: 2px;
}

#articleDetail .note p {
	margin: 0;
}

#articleDetail .itemBox {
	margin: 30px 20px;
	padding: 26px 20px 30px;
}

#articleDetail .itemBox .row {
	display: block;
}

#articleDetail .itemBox h3 {
	margin: 0 0 15px !important;
}

#articleDetail .itemBox .imgArea {
	width: auto;
	margin: 0;
	text-align: center;
}

#articleDetail .itemBox .txtArea {
	width: 100%;
	margin: 14px 0 0;
}

#articleDetail .itemBox .txtArea p {
	font-size: 12px;
	margin-right: 0;
	margin-left: 0;
}

#articleDetail .itemBox .txtArea .subtitle {
	font-size: 14px;
	margin: 0 0 5px;
}

#articleDetail .itemBox .txtArea .btn {
	margin: 25px 0 0;
}

#articleDetail .itemList {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#articleDetail .itemList a .txt {
	margin: 9px 0 0;
	padding: 0;
}

#articleDetail .itemList a .img {
	display: block;
}

#articleDetail .itemList a .img .hover {
	display: none;
}

#articleDetail .itemList a .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#articleDetail .itemList.item3 {
	margin: 0 0 -30px;
}

#articleDetail .itemList.item3 li {
	width: 46.610169491%;
	margin: 0 0 28px;
}

#articleDetail .itemList.item3 li .img {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 119.636363636%;
}

#articleDetail .itemList.item4 {
	margin: 0 0 -30px;
}

#articleDetail .itemList.item4 li {
	width: 46.610169491%;
	margin: 0 0 28px;
}

#articleDetail .itemList.item4 li .img {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 119.636363636%;
}

#articleDetail .itemList .btn {
	margin: 15px 0 0;
}

#articleDetail .itemList .btn a {
	font-size: 12px;
}

#articleDetail .itemList .btn a::before {
	right: 8px;
}

#articleDetail .movie {
	position: relative;
	margin: 0 20px;
	padding-top: 54.533333333%;
}

#articleDetail .movie iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#articleDetail .talk {
	margin: 52px 20px 30px;
}

#articleDetail .talk dl {
	display: block;
}

#articleDetail .talk dl + dl {
	margin: 13px 0 0;
}

#articleDetail .talk dl:nth-of-type(even) {
	margin-left: 0;
}

#articleDetail .talk dl:nth-of-type(even) dt {
	margin: 2px 10px 15px 0;
}

#articleDetail .talk dl dt {
	float: left;
	width: 40px;
	height: 40px;
	margin: 2px 10px 10px 0;
}

#articleDetail .talk dl dd {
	width: auto;
	padding: 0;
	background: none;
}

#articleDetail .talk dl dd::before {
	display: none;
}

#articleDetail .talk dl dd .name {
	font-size: 14px;
	margin: 0;
}

#articleDetail .talk dl dd p {
	font-size: 12px;
}

	
	
/* 2022.09～スマホTOPページにて使用 */
.articleDetail_top {
	width: auto;
	margin-top: 0;
}

.articleDetail_top .articlebody {
	padding: 0 0 60px;
}

.articleDetail_top p {
	font-size: 14px;
	margin: 0 20px;
}

.articleDetail_top p + p {
	margin: 16px 20px 0;
}

.articleDetail_top div + p {
	margin: 20px 20px 0;
}

	
.articleDetail_top h2 {
	font-size: 18px;
	margin-bottom: 30px;
	padding: 15px 0 12px;
	color: #333 !important;
	background: none !important;
}

.articleDetail_top h3 {
	font-size: 16px;
	margin: 30px 20px 15px !important;
	padding: 0;
	border-left: none;
}

.articleDetail_top .checkTxt {
	top: -10px;
}

.articleDetail_top .checkTxt span {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
}

.articleDetail_top .checkTxt2 {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	padding: 0 10px;
}

.articleDetail_top .subtitle + p {
	margin: 0 20px;
}

.articleDetail_top .img {
	margin-right: 20px;
	margin-left: 20px;
}

.articleDetail_top .caption {
	margin: 4px 0 0;
}

.articleDetail_top .btn {
	width: auto;
	margin: 23px 20px 0;
}

.articleDetail_top .btn a {
	font-size: 14px;
}

.articleDetail_top .btn + .itemBox {
	margin: 30px 20px;
}

.articleDetail_top .head {
	padding: 27px 20px 25px;
	background: #fbeeee;
}

.articleDetail_top .head .headline {
	font-size: 22px;
	margin: 9px 0 0;
	color: #333 !important;
}

.articleDetail_top .headImg {
	margin: 30px 20px;
}

.articleDetail_top .toc {
	margin: 30px 20px;
}

.articleDetail_top .toc .tocInner {
	padding: 10px 15px 13px;
}

.articleDetail_top .toc .title {
	font-size: 18px;
	margin: 0 0 5px;
}

.articleDetail_top .toc dl + dl {
	margin: 5px 0 0;
}

.articleDetail_top .toc dl dt {
	font-size: 14px;
}

.articleDetail_top .toc dl dd {
	line-height: 1.75;
	padding: 0 0 0 13px;
}

.articleDetail_top .nav {
	margin: 30px 0 60px;
}

.articleDetail_top .nav ul {
	display: block;
	margin: 0;
}

.articleDetail_top .nav li {
	width: 100%;
	margin: 0;
	border-top: solid 1px #ccc;
}

.articleDetail_top .nav li:last-child {
	border-bottom: solid 1px #ccc;
}

.articleDetail_top .nav li a {
	height: 50px;
	padding: 0 20px;
	border: none;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.articleDetail_top .nav li a::before {
	right: 20px;
}

.articleDetail_top .imgArea {
	width: auto;
	margin: 0 20px 19px;
}

.articleDetail_top .imgArea .img {
	height: auto !important;
	min-height: inherit;
	margin: 0;
	background: none;
}

.articleDetail_top .imgArea .caption {
	text-align: center;
}

.articleDetail_top .txtArea {
	margin: 0;
}

.articleDetail_top .frBox .imgArea {
	float: none;
	margin-left: 20px;
}

.articleDetail_top .flBox .imgArea {
	float: none;
	margin-right: 20px;
}

.articleDetail_top .gridBox {
	margin: 24px 20px 40px;
	padding: 15px;
}

.articleDetail_top .gridBox .title {
	margin: 0;
}

.articleDetail_top .note {
	margin: 20px 20px 0;
}

.articleDetail_top .note a {
	display: inline-block;
	padding-left: 20px;
}

.articleDetail_top .note a::before {
	right: -13px;
	bottom: 2px;
}

.articleDetail_top .note p {
	margin: 0;
}

.articleDetail_top .itemBox {
	margin: 30px 20px;
	padding: 26px 20px 30px;
}

.articleDetail_top .itemBox .row {
	display: block;
}

.articleDetail_top .itemBox h3 {
	margin: 0 0 15px !important;
}

.articleDetail_top .itemBox .imgArea {
	width: auto;
	margin: 0;
	text-align: center;
}

.articleDetail_top .itemBox .txtArea {
	width: 100%;
	margin: 14px 0 0;
}

.articleDetail_top .itemBox .txtArea p {
	font-size: 12px;
	margin-right: 0;
	margin-left: 0;
}

.articleDetail_top .itemBox .txtArea .subtitle {
	font-size: 14px;
	margin: 0 0 5px;
}

.articleDetail_top .itemBox .txtArea .btn {
	margin: 25px 0 0;
}

.articleDetail_top .itemList {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.articleDetail_top .itemList a .txt {
	margin: 9px 0 0;
	padding: 0;
}

.articleDetail_top .itemList a .img {
	display: block;
}

.articleDetail_top .itemList a .img .hover {
	display: none;
}

.articleDetail_top .itemList a .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.articleDetail_top .itemList.item3 {
	margin: 0 0 -30px;
}

.articleDetail_top .itemList.item3 li {
	width: 46.610169491%;
	margin: 0 0 28px;
}

.articleDetail_top .itemList.item3 li .img {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 119.636363636%;
}

.articleDetail_top .itemList.item4 {
	margin: 0 0 -30px;
}

.articleDetail_top .itemList.item4 li {
	width: 46.610169491%;
	margin: 0 0 28px;
}

.articleDetail_top .itemList.item4 li .img {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 119.636363636%;
}

.articleDetail_top .itemList .btn {
	margin: 15px 0 0;
}

.articleDetail_top .itemList .btn a {
	font-size: 12px;
}

.articleDetail_top .itemList .btn a::before {
	right: 8px;
}

.articleDetail_top .movie {
	position: relative;
	margin: 0 20px;
	padding-top: 54.533333333%;
}

.articleDetail_top .movie iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.articleDetail_top .talk {
	margin: 52px 20px 30px;
}

.articleDetail_top .talk dl {
	display: block;
}

.articleDetail_top .talk dl + dl {
	margin: 13px 0 0;
}

.articleDetail_top .talk dl:nth-of-type(even) {
	margin-left: 0;
}

.articleDetail_top .talk dl:nth-of-type(even) dt {
	margin: 2px 10px 15px 0;
}

.articleDetail_top .talk dl dt {
	float: left;
	width: 40px;
	height: 40px;
	margin: 2px 10px 10px 0;
}

.articleDetail_top .talk dl dd {
	width: auto;
	padding: 0;
	background: none;
}

.articleDetail_top .talk dl dd::before {
	display: none;
}

.articleDetail_top .talk dl dd .name {
	font-size: 14px;
	margin: 0;
}

.articleDetail_top .talk dl dd p {
	font-size: 12px;
}
	
	

#container .tagArea {
	margin: 30px 20px 0;
	padding: 20px 0;
}

#container .tagArea .title {
	font-size: 16px;
	top: -10px;
}

#container .tagList {
	margin: 0 -2.5px -10px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#container .tagList li {
	margin: 0 2.5px 10px;
}

#container .tagList li a {
	font-size: 10px;
	line-height: 18px;
	height: 18px;
	padding: 0 9px;
}

#container .share {
	display: block;
	margin: 18px 20px 0;
}

#container .share .title {
	margin: 0;
	text-align: center;
}

#container .share ul {
	margin-top: 13px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#container .share ul li a {
	height: 36px;
}

}

@media only screen and (max-width: 768px) and (max-width: 360px) {

#container .menu .shop .nav li:nth-child(odd) a {
	padding-right: 5px;
}

}

@media only screen and (max-width: 360px) {

#container .pagenation li a {
	font-size: 15px;
}

#container .pagenation li.prev a,
#container .pagenation li.next a {
	font-size: 16px;
}

#container .menu .shop .nav li a {
	font-size: 12px;
	padding: 0 10px 0 43.5px;
}

}


/*# sourceMappingURL=maps/style_override.css.map */
