/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* l-page__main
-----------------------------------------------------------------*/
.l-page__main {
	padding-top: 0;
}

@media only screen and (max-width: 767px) {
	.l-page__main {
		padding-top: 0;
	}
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.l-page__main {
	background-color: #fffeee;
}

.l-page__main a {
	transition: .3s;
}

.mode-pc .l-page__main a:hover {
	opacity: .8;
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* mv
-----------------------------------------------------------------*/
.sec-mv {
	width: 100%;
}

.sec-mv .swiper-container {
	overflow: visible;
}

.sec-mv .swiper-container .swiper-slide figure {
	position: relative;
}

.sec-mv .swiper-container .swiper-slide figure img {
	width: 100%;
	height: auto;
}

.sec-mv .swiper-container .swiper-slide figure figcaption {
	position: absolute;
	width: 100%;
}

.sec-mv .swiper-container .swiper-slide figure figcaption .figcaption1 {
	display: block;
	font-size: 3.2vw;
	letter-spacing: .08em;
}

@media only screen and (max-width: 1080px) {
	.sec-mv .swiper-container .swiper-slide figure figcaption .figcaption1 {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide figure figcaption .figcaption1 {
		font-size: 7.6vw;
	}
}

.sec-mv .swiper-container .swiper-slide figure figcaption .figcaption2 {
	display: block;
	font-family: 'Questrial', sans-serif;
	font-size: 1.8vw;
}

@media only screen and (max-width: 1080px) {
	.sec-mv .swiper-container .swiper-slide figure figcaption .figcaption2 {
		font-size: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide figure figcaption .figcaption2 {
		font-size: 4.4vw;
	}
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide figure figcaption span.br {
		font-size: 4.4vw;
	}
}

.sec-mv .swiper-container .swiper-slide--living figure figcaption {
	top: calc(1.85% + 80px);
	left: 50%;
	color: #fff;
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--living figure figcaption {
		/* top: calc(8.5% + 60px); */
		top: calc(8.5% + 20px);
	}
}

.sec-mv .swiper-container .swiper-slide--living figure figcaption .figcaption1 {
	text-align: center;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--living figure figcaption .figcaption1 {
		line-height: 1.8;
	}
}

.sec-mv .swiper-container .swiper-slide--living figure figcaption .figcaption2 {
	margin-top: -15px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--living figure figcaption .figcaption2 {
		margin-top: 10px;
	}
}

.sec-mv .swiper-container .swiper-slide--smart figure figcaption .figcaption1 {
	text-align: center;
	line-height: 1.5;
}

.sec-mv .swiper-container .swiper-slide--smart figure figcaption .figcaption2 {
	margin-top: 10px;
	font-size: 1.2vw !important;
}
@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--smart figure figcaption .figcaption2 {
		margin-top: 10vw;
    font-size: 3vw !important;
    text-align: left;
    padding-right: 32vw;
    padding-left: 6vw;
	}
}

.sec-mv .swiper-container .swiper-slide--basic figure figcaption {
	top: calc(5.5% + 80px);
	left: 10%;
	color: #d0839f;
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--basic figure figcaption {
		/* top: calc(8.5% + 60px); */
		top: calc(8.5% + 20px);
		left: 0;
	}
}

.sec-mv .swiper-container .swiper-slide--basic figure figcaption .figcaption1 {
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--basic figure figcaption .figcaption1 {
		text-align: center;
		line-height: 1.8;
	}
}

.sec-mv .swiper-container .swiper-slide--basic figure figcaption .figcaption2 {
	margin-top: 15px;
	text-indent: 5px;
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--basic figure figcaption .figcaption2 {
		margin-top: 10px;
		text-align: center;
		text-indent: 0;
	}
}

.sec-mv .swiper-container .swiper-pagination {
	bottom: -38px;
	padding-top: 20px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-pagination {
		bottom: -30px;
		padding-top: 15px;
	}
}

.sec-mv .swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 1px solid #888;
	border-radius: 10px;
}

.sec-mv .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: #888;
}

.sec-mv .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #888;
}

/* figcaption anim */
.sec-mv .swiper-slide figcaption .figcaption1 {
	transition: opacity 1s ease-in-out, transform 3s ease-in-out;
	transform: translateY(15px);
	opacity: 0;
}

.sec-mv .swiper-slide figcaption .figcaption2 {
	transition: opacity 1s ease-in-out, transform 3s ease-in-out;
	transform: translateY(15px);
	opacity: 0;
}

.sec-mv .swiper-slide.swiper-slide-active figcaption .figcaption1 {
	transition: opacity 1s ease-in-out, transform .6s ease-in-out;
	transition-delay: 1s;
	transform: translateY(0);
	opacity: 1;
}

.sec-mv .swiper-slide.swiper-slide-active figcaption .figcaption2 {
	transition: opacity 1s ease-in-out, transform .6s ease-in-out;
	transition-delay: 1.5s;
	transform: translateY(0);
	opacity: 1;
}

/*--------------------------------------------------------------------------
   #sec-lineup
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-lineup {
	padding-top: 70px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup {
		padding-top: 55px;
	}
}

.sec-lineup .select-series__hdg {
	margin-bottom: 15px;
	text-align: center;
	font-family: 'Questrial', sans-serif;
	font-size: 24px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__hdg {
		font-size: 17px;
	}
}

.sec-lineup .select-series__list {
	margin-bottom: 13px;

	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__list {
		display: block;
		margin-bottom: 30px;
	}
}

.sec-lineup .select-series__item {
	/*width: 340px;  /* 3列の場合 */
	width: 254px; /* 4列対応 */
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__item {
		width: 100%;
	}
}

.sec-lineup .select-series__item:first-child {
	background-color: #ea6174;
}

.sec-lineup .select-series__item:nth-child(2) {
	background-color: #d0839f;
}

.sec-lineup .select-series__item:nth-child(3) {
	background-color: #E5006A;
}

.sec-lineup .select-series__item:nth-child(4) {
	background-color: #ce7063;
}


@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__item + .select-series__item {
		margin-top: 10px;
	}
}

.sec-lineup .select-series__item a {
	display: block;
	position: relative;
	padding: 20px 0 20px;
}

.sec-lineup .select-series__item a::before {
	right: 20px;
}

.sec-lineup .select-series__item a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px dotted #f00;
	content: '';
	transition: .2s opacity;
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__item a::after {
		border: 3px dotted #f00;
	}
}

.mode-pc .sec-lineup .select-series__item a:hover {
	opacity: 1;
}

.mode-pc .sec-lineup .select-series__item a:hover::after {
	opacity: .6;
}

.sec-lineup .select-series__item a.is-selected::after {
	opacity: .6;
}

.sec-lineup .select-series__item .item-series {
	margin-bottom: 18px;
	font-family: 'Questrial', sans-serif;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.09em;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__item .item-series {
		font-size: 16px;
	}
}

.sec-lineup .select-series__item .item-img {
	margin-bottom: 16px;
	padding: 0 35px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__item .item-img {
		margin-bottom: 4px;
		padding: 0;
	}
}

.sec-lineup .select-series__item .item-img img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__item .item-img img {
		width: 54.4%;
	}
}

.sec-lineup .select-series__item .item-name {
	/* font-size: 25px; */
	line-height: 1.3;
	/* padding: 0 30px; */
	font-size: 19px;
	padding: 0 20px;
}

@media only screen and (min-width: 768px) {
	.sec-lineup .select-series__item .item-name {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 3.9em;
	}
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-series__item .item-name {
		font-size: 17px;
		padding: 0;
	}
}

.sec-lineup .select-size {
	margin-bottom: 10px;
}

.sec-lineup .select-size__hdg {
	margin-bottom: 9px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-size__hdg {
		font-size: 15px;
	}
}

.sec-lineup .select-recommend {
	margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-recommend {
		margin-bottom: 45px;
	}
}

.sec-lineup .select-recommend__list {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec-lineup .select-recommend__item {
/* 	width: 391px; */
	width: 305px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-recommend__item {
		width: 32%;
	}
}

.sec-lineup .select-recommend__item:first-child {
/* 	width: 250px; */
	width: 305px;
}

.sec-lineup .select-recommend__item:first-child a {
	border: 2px solid #cf7063;
	color: #cf7063;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-recommend__item:first-child {
		width: 32%;
	}
}

.sec-lineup .select-recommend__item:last-child {
/* 	width: 379px; */
	width: 410px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-recommend__item:last-child {
		width: 32%;
	}
}

.sec-lineup .select-recommend__item a {
	display: block;
	box-sizing: border-box;
	padding: 13px 0;
	border: 2px solid #d0839f;
	text-align: center;
	color: #d0839f;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .select-recommend__item a {
		font-size: 12px;
		line-height: 1.2;
	}
}

.mode-pc .sec-lineup .select-recommend__item a:hover {
	border: 2px dotted #f00;
	opacity: 1;
}

.sec-lineup .select-recommend__item a.is-selected {
	border: 2px dotted #f00;
}

.sec-lineup .selected {
	padding: 52px 0 118px;
	background-image: url(../../img/common/bg_lineup.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected {
		padding: 5px 0 58px;
		background-image: url(../../img/common/bg_lineup_sp.png);
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: 100% auto;
	}
}

.sec-lineup .selected__head {
	font-size: 26px;
	text-align: center;
	color: #FFFFFF;	
	letter-spacing: 0.09em;
	background: #CF7063;
	padding: 7px 0;
	margin: 30px auto 20px;
}

.sec-lineup .selected__head.selected__head--basic {
	background: #CF829E;
}
.sec-lineup .selected__head.selected__head--smart {
	background: #E5006A;
}
.sec-lineup .selected__head.selected__head--smarttv {
	background: #EA6174;
}
.sec-lineup .selected__head.selected__head--gl-series {
	background: #B72F8C;
}
.sec-lineup .selected__head.selected__head--pdg-series {
	background: #ce7063;
}


@media only screen and (max-width: 767px) {
	.sec-lineup .selected__head {
		font-size: 20px;
    margin: 30px 25px 20px;
	}
}

/*
.sec-lineup .selected__list + .selected__head {
	margin-top: 70px;
}
@media only screen and (max-width: 767px) {
	.sec-lineup .selected__list + .selected__head {
		margin-top: 40px;
	}
}
*/

.sec-lineup .selected__list {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__list {
		display: block;
	}
}

.sec-lineup .selected__item {
	width: 510px;
	margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.sec-lineup .selected__item .item-img {
	box-sizing: border-box;
	padding: 7px 13px 15px;
	background-color: #fff;
}

.sec-lineup .selected__item .item-img img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-img {
		height: auto;
	}
	.sec-lineup .selected__item.selected__item--smart .item-img img, .sec-lineup .selected__item.selected__item--smarttv .item-img img, .sec-lineup .selected__item.selected__item--gl-series .item-img img, .sec-lineup .selected__item.selected__item--pdg-series .item-img img {
		width: 100%;
		height: auto;
	}	
}

.sec-lineup .selected__item .item-img__head {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 18px;
	padding-right: 11px;

	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.sec-lineup .selected__item .item-img__model {
	text-align: center;
	font-size: 26px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-img__model {
		font-size: 17px;
	}
}

.sec-lineup .selected__item .item-img__model .num {
	font-size: 52px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-img__model .num {
		font-size: 35px;
	}
}

.sec-lineup .selected__item .item-img__model .wide {
	display: block;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-img__model .wide {
		font-size: 11px;
	}
}

.sec-lineup .selected__item .item-img__series {
	font-family: 'Questrial', sans-serif;
	font-size: 30px;
	letter-spacing: 0.09em;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-img__series {
		font-size: 20px;
		letter-spacing: 0;
	}
}

.sec-lineup .selected__item .item-img__img {
	margin-bottom: 10px;
	padding: 0 77px;
	text-align: center;
}
.sec-lineup .selected__item.selected__item--smart .item-img__img, .sec-lineup .selected__item.selected__item--smarttv .item-img__img, .sec-lineup .selected__item.selected__item--gl-series .item-img__img, .sec-lineup .selected__item.selected__item--pdg-series .item-img__img {
    padding: 0 13px;
}
@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item.selected__item--smart .item-img__img, .sec-lineup .selected__item.selected__item--smarttv .item-img__img, .sec-lineup .selected__item.selected__item--gl-series .item-img__img, .sec-lineup .selected__item.selected__item--pdg-series .item-img__img {
    padding: 0;
	}
	.sec-lineup .selected__item .item-img__img {
		padding: 0;
	}
}

.sec-lineup .selected__item .item-img__catch {
	text-align: center;
	font-size: 20px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-img__catch {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-img img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
	.sec-lineup .selected__item .item-img img {
		width: 64.6%;
		height: auto;
	}
}

.sec-lineup .selected__item .item-txt {
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-txt {
		display: block;
	}
}

.sec-lineup .selected__item .item-txt__list {
	width: calc(100% - 150px);
	padding: 5px 10px;
	background-color: #f3f1ea;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-txt__list {
		width: 100%;
	}
}

.sec-lineup .selected__item .item-txt__item {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-txt__item {
		text-align: center;
		font-size: 12px;
	}
}

.sec-lineup .selected__item .item-txt__item + .item-txt__item {
	border-top: 1px solid;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-txt__btn {
		text-align: center;
	}
}

.sec-lineup .selected__item .item-txt__btn a {
	display: block;
	width: 150px;
	height: 100%;
	padding: 30px 0 0 20px;
	color: #fff;
	font-family: 'Questrial', sans-serif;
	font-size: 21px;
	line-height: 1.2;
}
.sec-lineup .selected__item .item-txt__btn a.--line3 {
	padding-top: 20px;
}


@media only screen and (max-width: 767px) {
	.sec-lineup .selected__item .item-txt__btn a {
		width: 100%;
		padding: 15px 0;
		font-size: 17px;
	}
	.sec-lineup .selected__item .item-txt__btn a.--line3 {
		padding-top: 15px;
	}
}

.sec-lineup .selected__item .item-txt__btn a::before {
	right: 20px;
}

.sec-lineup .selected__item--living .item-img {
	color: #cf7063;
}

.sec-lineup .selected__item--living .item-txt__item + .item-txt__item {
	border-color: #cf7063;
}

.sec-lineup .selected__item--living .item-txt__btn a {
	background-color: #cf7063;
}

.sec-lineup .selected__item--basic .item-img {
	color: #d0839f;
}

.sec-lineup .selected__item--basic .item-img__head {
	margin-bottom: 15px;
}

.sec-lineup .selected__item--basic .item-txt__item + .item-txt__item {
	border-color: #d0839f;
}

.sec-lineup .selected__item--basic .item-txt__btn a {
	background-color: #d0839f;
}

.sec-lineup .selected__item--smart .item-img {
	color: #E5006A;
}

.sec-lineup .selected__item--smart .item-img__head {
	margin-bottom: 15px;
}

.sec-lineup .selected__item--smart .item-txt__item + .item-txt__item {
	border-color: #E5006A;
}

.sec-lineup .selected__item--smart .item-txt__btn a {
	background-color: #E5006A;
}

.sec-lineup .selected__item--smarttv .item-img {
	color: #EA6174;
}

.sec-lineup .selected__item--smarttv .item-img__head {
	margin-bottom: 15px;
}

.sec-lineup .selected__item--smarttv .item-txt__item + .item-txt__item {
	border-color: #EA6174;
}

.sec-lineup .selected__item--smarttv .item-txt__btn a {
	background-color: #EA6174;
}

.sec-lineup .m-model-size__item.--large {
	width: 340px;
}
@media only screen and (max-width: 767px) {
	.sec-lineup .m-model-size__item.--large {
		width: 100%;
		margin-right: 0;
	}
}

.sec-lineup .m-model-size__item a {
	position: relative;
}
.sec-lineup .m-model-size__item a {
/* 	padding: 23px 0 28px; */
	padding: 15px 0 20px;
}
.sec-lineup .m-model-size__item a {
	/* 	padding: 23px 0 28px; */
		padding: 13px 0 18px;
}
	
	
@media only screen and (max-width: 767px) {
	.sec-lineup .m-model-size__item a {
		padding: 16px 0 20px;
	}
}
.m-model-size__item .num {
	display: inline-block;
	padding: 0 0.1em;
}

.sec-lineup .m-model-size__item a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px dotted #f00;
	content: '';
	transition: .2s opacity;
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .m-model-size__item a::after {
		border: 3px dotted #f00;
	}
}

.mode-pc .sec-lineup .m-model-size__item a:hover {
	opacity: 1;
}

.mode-pc .sec-lineup .m-model-size__item a:hover::after {
	opacity: .6;
}

.sec-lineup .m-model-size__item a.is-selected::after {
	opacity: .6;
}

/* animation */
.sec-lineup .select-series__list.is-animate .select-series__item {
	transform: scale(0);
	transform-origin: left top;
	opacity: 0;
}

.sec-lineup .select-series__list.is-animated .select-series__item {
	transition: .4s opacity ease-in-out,.6s transform ease-in-out;
	transform: scale(1);
	opacity: 1;
}

.sec-lineup .m-model-size.is-animate .m-model-size__item {
	transform: scale(0);
	transform-origin: left top;
	opacity: 0;
}

.sec-lineup .m-model-size.is-animated .m-model-size__item {
	transition: .4s opacity ease-in-out,.6s transform ease-in-out;
	transform: scale(1);
	opacity: 1;
}

.sec-lineup .select-recommend.is-animate .select-recommend__item {
	transform: scale(0);
	transform-origin: left top;
	opacity: 0;
}

.sec-lineup .select-recommend.is-animated .select-recommend__item {
	transition: .4s opacity ease-in-out,.6s transform ease-in-out;
	transform: scale(1);
	opacity: 1;
}

.sec-lineup .selected__item, .sec-lineup .selected__head {
	transition: .4s opacity ease-in-out,.4s transform ease-in-out;
	transform: scale(1);
	transform-origin: left top;
	opacity: 1;
}

.sec-lineup .selected__item.is-hide, .sec-lineup .selected__head.is-hide {
	transition: .2s opacity ease-in-out,.2s transform ease-in-out;
	transform: scale(0);
	transform-origin: left top;
	opacity: 0;
}

/*--------------------------------------------------------------------------
   #sec-news
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-news {
	padding: 94px 0 54px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.sec-news {
		padding: 43px 25px 37px;
	}
}

.sec-news__inner {
	width: 920px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.sec-news__inner {
		width: 100%;
	}
}

.sec-news__unit {
	width: 100%;
	border-top: 1px solid #ccc;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.sec-news__unit {
		display: block;
		width: 100%;
	}
}

.sec-news__unit .c-arrow {
	width: 100%;
}

.sec-news__unit .c-arrow::before {
	right: 20px;
	border-color: #d0839f #d0839f transparent transparent;
}

@media only screen and (max-width: 767px) {
	.sec-news__unit .c-arrow::before {
		right: 5px;
	}
}

.mode-pc .sec-news__unit .c-arrow:hover {
	opacity: 1;
}

.mode-pc .sec-news__unit .c-arrow:hover .sec-news__txt {
	text-decoration: underline;
}

.sec-news__unit:last-of-type {
	border-bottom: 1px solid #ccc;
}

.sec-news__date {
	width: 200px;
	padding: 23px 0;
}

@media only screen and (max-width: 767px) {
	.sec-news__date {
		width: 100%;
		padding: 16px 0 5px;
	}
}

.sec-news__date .cate {
	margin-left: 13px;
	padding: 0 17px 2px;
	border-radius: 20px;
	background-color: #d0839f;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-news__date .cate {
		font-size: 10px;
	}
}

.sec-news__txt {
	width: calc(100% - 200px);
	padding: 23px 95px 23px 0;
}

@media only screen and (max-width: 767px) {
	.sec-news__txt {
		width: 100%;
		padding: 0 26px 16px 0;
		border: 0;
	}
}

.sec-news__more {
	width: 1040px;
	margin: 28px auto 0;
}

@media only screen and (max-width: 767px) {
	.sec-news__more {
		width: 100%;
		margin-top: 15px;
		padding: 0;
	}
}

.sec-news__more a {
	position: relative;
	color: #d0839f;
	font-family: 'Questrial', sans-serif;
	font-size: 21px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-news__more a {
		font-size: 13px;
	}
}

.sec-news__more a::before {
	right: -20px;
	border-color: #d0839f #d0839f transparent transparent;
}

.mode-pc .sec-news__more a:hover {
	text-decoration: underline;
	opacity: 1;
}

/*
	202306追記
*/
.sec-lineup__archive-button {
	max-width: 600px;
	margin: 54px auto 0;
}
@media only screen and (max-width: 767px) {
	.sec-lineup__archive-button {
		margin: 50px 25px 0;
	}
}

.sec-lineup__archive-button a {
	display: block;
	background: #d0839f;
	color: #ffffff;
	text-align: center;
	border-radius: 9999px;
	font-size: 22px;
	padding: 10px 0;
}
@media only screen and (max-width: 767px) {
	.sec-lineup__archive-button a {
		font-size: 16px;
	}
}

/*
	202404追記
*/
.sec-lineup .selected__item--gl-series .item-img__series, .sec-lineup .selected__item--smart .item-img__series, .sec-lineup .selected__item--pdg-series .item-img__series, .item-img__series--line2 {
	text-align: right;
  line-height: 1.1;
}
/*
.sec-lineup .selected__item--gl-series .item-img__series .right {
  display: block;
  text-align: right;
}
*/

.sec-lineup .selected__item--gl-series .item-img {
	color: #B72F8C;
}
.sec-lineup .selected__item--gl-series .item-txt__btn a {
	background-color: #B72F8C;
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--smart-gl figure figcaption .figcaption1 {
		line-height: 1.5;
	}
}

/*
	PDGシリーズ追加 20241209
*/
.sec-mv .swiper-container .swiper-slide--smart-portable figure figcaption {
	color: #ce7063;
}
.sec-mv .swiper-container .swiper-slide--smart-portable figure figcaption .figcaption2 {
	margin-top: 1px;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	.sec-mv .swiper-container .swiper-slide--smart-portable figure figcaption .figcaption1 {
		line-height: 1.5;
	}
	.sec-mv .swiper-container .swiper-slide--smart-portable figure figcaption .figcaption2 {
		margin-top: 10px;
		line-height: 1.5;
	}
}

.sec-lineup .selected__item--pdg-series .item-img {
	color: #ce7063;
}
.sec-lineup .selected__item--pdg-series .item-txt__btn a {
	background-color: #ce7063;
}



