@charset "UTF-8";

:root {
	--font-bold: "HondaGlobalFontJP-Bold", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

header,
nav,
section,
aside,
footer {
	display: block;
}

table {
	border-spacing: 0;
}

fieldset,
img,
a img,
abbr,
acronym {
	border: 0;
}

li img,
dt img {
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
strong {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

hr {
	display: none;
}

a {
	outline: none;
}

* {
	box-sizing: border-box;
}

/* form */
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.btn {
	cursor: pointer;
}

#honda-magazine .anim {
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#honda-magazine .flexBlock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#honda-magazine .rel {
	position: relative;
	display: block;
}

#honda-magazine .abs {
	position: absolute;
	display: block;
}

body {
	overflow-x: hidden;
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	font-weight: normal;
	font-feature-settings: "palt";
}


.magContents {
	/* padding-top: 60px; */
	line-height: 1.8;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.bgMagContents {
	max-width: inherit;
	background: rgba(204, 197, 165, 0.18);
}

.bgMagContents .listArea {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

/* .magContents h2{
	width: 420px; height: auto;
	margin: 0 auto 30px;
} */
.magContents h2 img {
	width: 100%;
	display: block;
}

.magContents .subText {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	color: #000000;
	margin-bottom: 50px;
}

.magContents .scrollx {
	margin: 60px auto 30px;
}

.magContents .cateUl {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}

.magContents .cateUl li {
	width: calc(25% - 9px);
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-family: var(--font-bold);
	font-weight: bold;
	position: relative;
	transition: 0.2s ease-in-out;
}

.magContents .cateUl li a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}

.magContents .cateUl li:nth-child(1) {
	background: #E7496E;
	border: 0 solid #E7496E;
}

.magContents .cateUl li:nth-child(2) {
	background: #2FA438;
	border: 0 solid #2FA438;
}

.magContents .cateUl li:nth-child(3) {
	background: #00A5D6;
	border: 0 solid #00A5D6;
}

.magContents .cateUl li:nth-child(4) {
	background: #B72F8C;
	border: 0 solid #B72F8C;
}

.is-pc .magContents .cateUl li:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}

#honda-magazine .pagination-outer h3,
#honda-magazine .magContents h3 {
	font-size: 20px;
	font-weight: 800;
	background: #041D41;
	line-height: 40px;
	padding: 0 20px 0 30px;
	color: #FFFFFF;
}

#honda-magazine .magContents h3.wh3 {
	background: none;
	color: #041D41;
	border-bottom: 2px solid #041D41;
	margin-bottom: 30px;
}

#honda-magazine .magContents h3 a.flexBlock {
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 18px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	font-weight: normal;
	transition: 0.4s ease-out;
}

#honda-magazine .magContents h3 a.flexBlock img {
	margin-left: 7px;
	width: 18px;
}

#honda-magazine .magContents .boottomParts .editorialSlider {
	max-width: 780px;
	margin: 30px auto 40px;
}

#honda-magazine .magContents .boottomParts .editorialSlider .btn {
	margin-right: 10px;
}

#honda-magazine .magContents .boottomParts .editorialSlider .btn:last-child {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	#honda-magazine .magContents .boottomParts .editorialSlider {
		flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;
		justify-content: flex-start;
	}

	#honda-magazine .magContents .boottomParts .editorialSlider .btn {
		width: calc(33% - 6px);
	}

	#honda-magazine .magContents .boottomParts .editorialSlider .btn:nth-child(3n) {
		margin-right: 0;
	}
}

#honda-magazine .magContents .boottomParts .editorialSlider .img {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 12px;
}

.is-pc .magContents h3 a.flexBlock:hover {
	opacity: 0.7;
}

.pagination-outer h3:before,
.magContents h3:before {
	width: 22px;
	height: 12px;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #FFFFFF;
}

.pagination-outer h3:before {
	background: #FF9300;
}

.magContents h3.mag:before,
.magContents #magazine h3:before {
	background: #E7496E;
}

.magContents h3.edit:before,
.magContents #editorial h3:before {
	background: #2FA438;
}

.magContents #ranking h3:before {
	background: #00A5D6;
}

.magContents #rankingTop h3:before {
	background: #FF9300;
}

.magContents .recommend h3:before,
.magContents #recommend h3:before {
	background: #B72F8C;
}

.magContents #movieList h3:before {
	background: #FF9300;
}

.magContents #pickupMovie h3:before {
	background: #000000;
}

.magContents .listArea .newsList {
	padding: 30px 120px 40px;
}

.magContents .listArea .newsList>.rel {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #707070;
}

.magContents .listArea .newsList>a.rel {
	text-decoration: underline;
}

.magContents .listArea p.sub {
	font-size: 14px;
	padding: 20px 20px 0;
}

.magContents .btn {
	cursor: pointer;
}

.magContents .swiper-container {
	/* max-width: 780px; margin: 30px auto 40px; */
}

.magContents #magazine .new:after {
	background: url("../../img/new_magazine.png") no-repeat;
}

#editorial .listViewers.magList>a.new:after {
	background: url("../../img/new_article.png") no-repeat;
}

#editorial .listViewers.magList>a.new:after,
.magContents #magazine .new:after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 20px;
	background-size: cover !important;
	left: 12px;
	top: 0px;
}

.magContents .swiper-container .swiper-slide {
	/* padding: 20px 12px; */
}

.magContents .swiper-container .img {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 12px;
}

.magContents .listInner .swiper-button-next:before,
.magContents .listInner .swiper-button-next:after,
.magContents .listInner .swiper-button-prev:before,
.magContents .listInner .swiper-button-prev:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.magContents .listInner .swiper-button-next:before,
.magContents .listInner .swiper-button-prev:before {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	overflow: hidden;
}

.magContents .listInner .swiper-button-next {
	right: 20px;
}

.magContents .listInner .swiper-button-prev {
	left: 20px;
}

.magContents .listInner a {
	text-decoration: none;
}

.magContents .listInner .swiper-button-next,
.magContents .listInner .swiper-button-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	background: none;
	top: 35%;
}

.magContents .listInner .swiper-button-next:after {
	background: url("../../img/btn_next.svg") no-repeat;
}

.magContents .listInner .swiper-button-prev:after {
	background: url("../../img/btn_prev.svg") no-repeat;
}

.magContents .swiper-button-disabled {
	display: none !important;
}

.listViewers.magList .cate,
.magContents .listInner .cate {
	margin-bottom: 12px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background: #041D41;
	line-height: 18px;
	display: inline !important;
	padding: 5px 7px;
}

.listViewers.magList .date,
.magContents .listInner .date {
	color: #7B7B7B;
	font-size: 10px;
	font-family: var(--font-bold);
	font-weight: bold;
	margin: 0 auto 7px;
}

.listViewers.magList .title,
.magContents .listInner .title {
	font-size: 12px;
	color: #000000;
	line-height: 1.6;
	font-family: var(--font-bold);
	font-weight: bold;
}

.magContents .listInner .rank {
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	margin-bottom: 10px;
	background: #646464;
	text-align: center;
	font-weight: 800;
}

.magContents .listInner .rank1 {
	background: #CCBB67;
}

.magContents .listInner .rank2 {
	background: #B1B1B1;
}

.magContents .listInner .rank3 {
	background: #B78B62;
}

.magContents #ranking .tabs {
	background: #6E6E6E;
	width: 100%;
	height: 40px;
	justify-content: flex-start;
}

#ranking .tabs>.rel {
	color: #ffffff;
	line-height: 40px;
	padding: 0 25px;
	transition: 0.2s ease-in-out;
	background: #6E6E6E;
	cursor: pointer;
}

#ranking .tabs>.rel:after,
#ranking .tabs>.rel:before {
	content: '';
	position: absolute;
	display: block;
}

#ranking .tabs>.rel:after {
	width: 1px;
	height: 24px;
	background: #FFFFFF;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -0.5px;
}

#ranking .tabs>.rel:last-child:after {
	display: none;
}

#ranking .tabs>.rel:before {
	transition: 0.2s ease-in-out;
	opacity: 0;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	pointer-events: none;
}

.is-pc #ranking .tabs>.rel:nth-child(1):hover:before,
#ranking .tabs>.rel.active:nth-child(1):before {
	border-top: 10px solid #E7496E;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	opacity: 1;
	bottom: -20px;
}

.is-pc #ranking .tabs>.rel:nth-child(2):hover:before,
#ranking .tabs>.rel.active:nth-child(2):before {
	border-top: 10px solid #2FA438;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	opacity: 1;
	bottom: -20px;
}

#ranking .tabs>.rel.active:nth-child(1),
.is-pc #ranking .tabs>.rel:hover:nth-child(1) {
	background: #E7496E;
}

#ranking .tabs>.rel.active:nth-child(2),
.is-pc #ranking .tabs>.rel:hover:nth-child(2) {
	background: #2FA438;
}

.recommend p.subText,
#recommend p.subText {
	color: #000000;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	margin: 20px auto 20px;
	;
}

.recommend .r_info,
#recommend .r_info {
	width: 100%;
	text-align: left;
	margin: 0 auto 50px;
}

.recommend .r_info a,
#recommend .r_info a {
	text-decoration: none;
}

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

	.boottomParts .recommend .r_info>a,
	.boottomParts #recommend .r_info>a {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
}

#honda-magazine .magContents.subMagContents .btn-area .mag-btn {
	max-width: 280px;
	background: #041D41;
	border-radius: 2px;
	position: relative;
	border: 2px solid #041D41;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	color: #ffffff;
}

.is-pc #honda-magazine .magContents.subMagContents .btn-area .mag-btn:hover {
	color: #041D41;
	background: #FFFFFF;
}

#honda-magazine .magContents.subMagContents .btn-area {
	padding-bottom: 100px;
}

#honda-magazine .mailmagArea {
	background: #36353b;
	text-align: center;
	padding: 30px 10px;
	font-size: 20px;
	color: #ffffff;
}

#honda-magazine .mailmagArea .title {
	font-size: 40px;
	font-family: var(--font-bold);
	font-weight: bold;
	margin-bottom: 5px;
}

#honda-magazine .mailmagArea a.rel {
	width: 100%;
	max-width: 790px;
	margin: 20px auto 0;
	height: 60px;
	line-height: 50px;
	text-decoration: none;
	font-size: 20px;
	background: #cc0300;
	color: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	border: 2px solid #cc0300;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#honda-magazine .mailmagArea a.rel span.rel {
	z-index: 1;
	font-family: var(--font-bold);
	font-weight: bold;
}

.is-pc #honda-magazine .mailmagArea a.rel:hover {
	color: #cc0300;
}


#honda-magazine .bottomArea {
	background: #041D41;
	padding: 50px 15px;
	;
}

#honda-magazine .bottomArea .inner {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

#honda-magazine .bottomArea .inner>div {
	width: calc(50% - 20px);
}

#honda-magazine .bottomArea .inner>div.left {
	justify-content: flex-start;
}

#honda-magazine .bottomArea .inner.center {
	justify-content: center;
}

#honda-magazine .bottomArea .inner>div.left>div:nth-child(1) {
	max-width: 146px;
	margin-right: 12px;
}

#honda-magazine .bottomArea .inner>div.left>div:nth-child(2) {
	flex-direction: column;
	position: relative;
	justify-content: center;
	width: calc(100% - 158px);
}

#honda-magazine .bottomArea .inner>div.left .text {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	/*margin-bottom: auto;*/
	color: #FFFFFF;
}

#honda-magazine .bottomArea .inner>div.left .btn {
	margin-top: 15px;
	line-height: 1.4;
	min-height: 42px;
	padding: 5px 20px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF9300;
	font-weight: 800;
	font-size: 12px;
	border: 2px solid #FF9300;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#honda-magazine .mailmagArea a.rel:after,
#honda-magazine .bottomArea .inner>div.right>.rel a:after,
#honda-magazine .bottomArea .inner>div.left .btn:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 100%;
	right: 7px;
	background: url("../../img/btn_arrow.svg") no-repeat center center;
	background-size: 100% auto;
	top: 0;
}

.is-pc #honda-magazine .bottomArea .inner>div.left .btn:hover {
	background: #ffffff;
	border: 2px solid #FF9300;
	color: #FF9300;
}

#honda-magazine .bottomArea .inner>div.right {
	background: #ffffff;
}

#honda-magazine .bottomArea .inner>div.right .header {
	background: #0E4DA8;
	font-size: 20px;
	justify-content: center;
	height: 46px;
	align-items: center;
	font-weight: 800;
	color: #ffffff;
	position: relative;
}

#honda-magazine .bottomArea .inner>div.right .header:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #0E4DA8;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

#honda-magazine .bottomArea .inner>div.right .text {
	font-size: 18px;
	font-weight: 800;
	color: #0E4DA8;
}

#honda-magazine .bottomArea .inner>div.right>.rel {
	width: 100%;
	padding: 35px 20px 20px;
	text-align: center;
}

#honda-magazine .bottomArea .inner>div.right>.rel a {
	height: 60px;
	width: 100%;
	background: #CC0500;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.is-pc #honda-magazine .mailmagArea a.rel:hover,
.is-pc #honda-magazine .bottomArea .inner>div.right>.rel a:hover {
	background: #ffffff;
	border: 2px solid #CC0500;
	color: #CC0500;
}

.bottomArea h4 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 800;
	margin-bottom: 20px;
}

.bottomArea .rankingArea dl {
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.bottomArea .rankingArea dl dt {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.bottomArea .rankingArea dl dd {
	width: calc(100% - 40px);
	margin-bottom: 20px;
}

.bottomArea .rankingArea dl dd>div,
.bottomArea .rankingArea dl dd>a {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
}

.bottomArea .rankingArea dl dd br {
	display: none !important;
}

.bottomArea .rankingArea dl dd br.s {
	display: inline-block !important;
}

.bottomArea .rankingArea dl dt.rank {
	background: #646464;
}

.bottomArea .rankingArea dl dt.rank1 {
	background: #CCBB67;
}

.bottomArea .rankingArea dl dt.rank2 {
	background: #B1B1B1;
}

.bottomArea .rankingArea dl dt.rank3 {
	background: #B78B62;
}

.tagArea {
	max-width: 940px;
	margin: 20px auto 0;
	width: 100%;
}

.tagArea .tag {
	font-size: 12px;
	color: #000000;
	padding: 5px 12px;
	display: inline-block;
	background: #ffffff;
	font-weight: 600;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tagArea .tag:last-child {
	margin-right: 0;
}

#honda-magazine .tagArea .taglist {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.subMenuArea {
	width: 100%;
	max-width: 980px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	position: absolute;
	display: block;
	z-index: 9;
	padding-top: 15px;
	pointer-events: none;
}

.subMenu {
	pointer-events: all;
	position: absolute !important;
	display: block;
	width: 50px;
	height: 50px;
	background: #041D41;
	cursor: pointer;
	top: 8px;
	right: 0;
	border: 2px solid #ffffff;
}

@media screen and (max-width: 768px) {
	.subMenu {
		top: 8px;
		right: 12px;
	}
}

.subMenu>span {
	position: absolute;
	display: block;
	width: 26px;
	height: 4px;
	background: #ffffff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

.subMenu>span:nth-child(1) {
	transform: rotate(90deg);
}

.subMenu>span:nth-child(2) {
	transform: rotate(0deg);
}

.subMenu>span:nth-child(3) {
	transform: rotate(90deg);
}

.open .subMenu>span:nth-child(1) {
	transform: rotate(135deg);
}

.open .subMenu>span:nth-child(2) {
	transform: rotate(-135deg);
}

.open .subMenu>span:nth-child(3) {
	transform: rotate(495deg);
}

.fixed {
	position: fixed !important;
}

.subNav {
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-100vh);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	background: rgba(4, 29, 65, 0.6);
	pointer-events: none;
	opacity: 0;
}

.open .subNav {
	transform: translateY(0vh);
	pointer-events: all;
	opacity: 1;
}


.subNav .inner {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding-top: 175px;
	padding-bottom: 50px;
	background: #ffffff;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.subNav.scrolled .inner {
	padding-top: 85px;
}

.subNav .inner ul {
	max-width: 320px;
	width: 96%;
	margin: 0 auto;
}

.subNav .inner ul.link li a {
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 0;
	line-height: 1.6;
	border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.subNav .inner .snslist {
	max-width: 160px;
	margin-top: 30px;
}

#honda-magazine .subMagContents .h2Area {
	padding-left: 120px;
	justify-content: flex-start;
	margin-bottom: 40px;
}

#honda-magazine .subMagContents .h2Area h2 {
	width: 210px;
	margin: 0 30px 0 0;
}

#honda-magazine .subMagContents .h2Area .subText {
	text-align: left;
	line-height: 1.4;
}

.listViewer {
	margin: 40px auto 50px;
}

.listViewers .btn .img,
.listViewer .btn .img {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 12px;
}

.listViewer .btn {
	max-width: 270px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	position: relative;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	display: block;
	color: #444;
}

.is-pc .listViewer .btn:hover {
	opacity: 0.7;
}

.listViewer .btn.new:after {
	content: '';
	position: absolute;
	display: block;
	background: url("../../img/new_magazine_b.png") no-repeat;
	width: 120px;
	height: 30px;
	background-size: cover;
	left: 0px;
	top: -30px;
}


.listViewers {
	max-width: 780px;
	padding: 0 15px;
	margin: 0 auto 50px;
}

.listViewers .btn {
	position: relative;
	width: calc(20% - 8px);
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

#honda-magazine.viewers .listViewers {
	flex-wrap: wrap;
	justify-content: flex-start;
}

#honda-magazine.viewers .listViewers .btn {
	margin-bottom: 15px;
	margin-right: 10px;
}

#honda-magazine.viewers .listViewers .btn:nth-child(5n) {
	margin-right: 0;
}

.subMagContents {
	padding-top: 20px
}

#honda-magazine .bottomCommonBtns {
	justify-content: center !important;
	padding-bottom: 100px;
}

#honda-magazine .bottomCommonBtns>.btn {
	width: 220px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	overflow: hidden;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	border: 2px solid #041D41;
	cursor: pointer;
}

#honda-magazine .bottomCommonBtns>.btn:nth-child(2) {
	margin-left: 20px;
}

#honda-magazine .bottomCommonBtns>.btn.btnTop {
	background: #041D41;
	border-color: #041D41;
}

.is-pc #honda-magazine .bottomCommonBtns>.btn.btnTop:hover {
	color: #041D41;
	background: #ffffff;
}

#honda-magazine .magContents.subMagContents .btn-area .mag-btn:before,
#honda-magazine .bottomCommonBtns>.btn.btnTop:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 10px;
	height: 100%;
	width: 10px;
	background: url("../../img/btn_arrow_top.svg") no-repeat center center;
	background-size: 100% auto;
}

#honda-magazine .bottomCommonBtns>.btn.btnMore {
	background: #D20100;
	border-color: #D20100;
}

.is-pc #honda-magazine .bottomCommonBtns>.btn.btnMore:hover {
	color: #D20100;
	background: #ffffff;
}

#honda-magazine .bottomCommonBtns>.btn.btnMore:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 10px;
	height: 100%;
	width: 18px;
	background: url("../../img/btn_arrow_bottom.svg") no-repeat center center;
	background-size: 100% auto;
}


#honda-magazine .listViewers.magList {
	max-width: 800px;
	padding-top: 30px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.listViewers.magList>a {
	width: calc(20% - 4px);
	margin-right: 5px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 20px;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.listViewers.magList>a:nth-child(5n) {
	margin-right: 0;
}

.listViewers.magList>.after {
	height: 0;
	opacity: 0;
	pointer-events: none;
}

#editorial .listViewers.magList>a {
	padding: 20px 12px;
}

#editorial .listViewers.magList>a .img {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.is-pc .listViewer>.btn:hover,
.is-pc .listViewers>.btn:hover,
.is-pc .listViewers>a:hover {
	opacity: 0.7;
}

#honda-magazine #magviewerFrame iframe {
	border: none;
	outline: none;
}

#honda-magazine #magviewerFrame {
	position: fixed;
	transform: translate(0, -150%);
	opacity: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10001;
	left: 0;
	top: 0;
	background: #ffffff;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	height: -webkit-fill-available;
}

body.view {
	overflow: hidden;
}

.view #honda-magazine #magviewerFrame {
	transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}

#honda-magazine #magviewerFrame .back-btn span {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 11px;
	width: 100%;
	font-family: var(--font-bold);
	font-weight: bold;
}

#honda-magazine #magviewerFrame .back-btn {
	display: block;
	width: 70px;
	height: 67px;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 11;
}

#honda-magazine #magviewerFrame .back-btn:before,
#honda-magazine #magviewerFrame .back-btn:after {
	content: '';
	width: 65%;
	height: 2px;
	background: #333333;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#honda-magazine #magviewerFrame .back-btn:after {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#honda-magazine #magviewerFrame .back-btn:hover:before {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#honda-magazine #magviewerFrame .back-btn:hover:after {
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


@media screen and (max-width:768px) {
	#honda-magazine #magviewerFrame .back-btn img {
		bottom: 7px;
		height: 8px;
		width: auto;
	}

	#honda-magazine #magviewerFrame .back-btn {
		width: 50px;
		height: 47px;
	}
}


@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.sp-in {
	display: none !important;
}

.pc-in {
	display: inline-block !important;
}

.subNav .abs.logo {
	display: none !important;
}

#magviewerFrame {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 99999;
}

.topArea {
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
}

.topArea h2 {
	width: 40%;
	margin: 20px auto 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	pointer-events: none;
}

.topArea h2 a {
	pointer-events: all;
	width: 210px;
	position: relative;
	display: block;
}

.topArea h2 a>img {
	width: 100%;
	filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
}

.topArea .subText {
	line-height: 1.6;
}

#topSlide .swiper-container,
#magazine .swiper-container {
	opacity: 0;
	height: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.show #topSlide .swiper-container,
.show #latestNews .swiper-container,
.show #magazine .swiper-container {
	height: auto;
	opacity: 1;
}


.swiper-container {
	display: block;
}

#topSlide .swiper-slide .title {
	height: 30%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	font-size: 1.65vw;
	padding: 3% 7%;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-family: var(--font-bold);
	font-weight: bold;
	text-align: left;
	position: absolute;
	line-height: 1.6;
}

#topSlide .swiper-slide .title.flexBlock {
	align-items: flex-start;
}

#topSlide .swiper-slide .title .cate {
	background: #E60021;
	padding: 5px 7px;
	font-size: 1.2vw;
	text-align: center;
	margin-right: 15px;
	width: calc(19% - 15px);
}

#topSlide .swiper-slide .title .rel:nth-last-child(1) {
	width: 82%;
}

.pickinfo>div>.flexBlock,
#magazine .btn,
#editorial .btn>span,
#topSlide .btn,
.recommend .r_info .btn,
#recommend .r_info .btn,
.listViewers.magList>a>span,
.listViewers .btn {
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	cursor: pointer;
}

.pickinfo>div>.flexBlock:hover,
#magazine .btn:hover,
#editorial .btn:hover>span,
#topSlide .btn:hover,
.recommend .r_info .btn:hover,
#recommend .r_info .btn:hover,
.listViewers.magList>a>span:hover {
	opacity: 0.8;
}

#pickup {
	width: 100%;
	padding: 0 15px;
	z-index: 9;
	opacity: 0;
	background: #fff;
}

.show #pickup {
	opacity: 1;
}

#pickup .inner {
	width: 100%;
	max-width: 960px;
	position: relative;
	display: block;
	margin: 0px auto;
	padding-bottom: 17px;
}

#pickup .pickinfo {
	max-width: 760px;
	width: 100%;
	margin: 0px auto;
}

#pickup .pickinfo>div {
	display: none;
}

#pickup .pickinfo>div.active {
	display: block;
}

#pickup .pickinfo>div.active .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

#pickup .pickinfo>div.active .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.pickinfo__naviBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 315px;
	width: 100%;
	margin: 0 auto;
}

#pickup .swiper-button-next,
#pickup .swiper-button-prev {
	position: relative;
	margin: 0;
	width: 30px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
	background-image: none;
}

#pickup .swiper-button-next::after,
#pickup .swiper-button-prev::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 4px;
	background: url("../../img/icon_arrow_wide_gray_large.svg") center/contain no-repeat;
}

#pickup .swiper-button-next {
	right: 0;
	transform: scale(-1, 1);
}

#pickup .swiper-button-prev {
	left: 0;
}

#pickup .pickinfo .img {
	position: absolute;
	top: -85px;
	right: 0;
	margin-top: -40px;
	min-width: 100px;
	max-width: 100px;
	max-height: 156px;
	margin-right: 50px;
	margin-top: -40px;
	margin-right: 50px;
}

#pickup .pickinfo .img img {
	box-shadow: 0 15px 15px rgba(0, 0, 0, .16);
}

#pickup .pickinfo .info {
	text-align: left;
	padding-top: 10px;
	color: #000000;
	line-height: 1.6;
}

#pickup .pickinfo a {
	text-decoration: none;
}

#pickup .pickinfo .info .top {
	background: #D20100;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: var(--font-bold);
	font-weight: bold;
	letter-spacing: 0.1em;
	width: auto;
	margin-bottom: 19px;
	display: inline-block;
	padding: 1px 12px 1px 30px;
}

#pickup .pickinfo .info .haspdfBtn {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

#pickup .pickinfo .info .haspdfBtn .top {
	margin-bottom: 0;
}

#pickup .pickinfo .info .haspdfBtn .btnDownload {
	width: 160px;
	border-radius: 4px;
	margin-left: 15px;
	font-size: 13px;
	color: #FFFFFF;
	background: #FF8900;
	justify-content: center;
	align-items: center;
	height: 35px;
	line-height: 1.2;
	text-align: left;
}

#pickup .pickinfo .info .haspdfBtn .btnDownload small {
	font-size: 9px;
}

#pickup .pickinfo .info .haspdfBtn .btnDownload img {
	margin-left: 5px;
}

.mfp-wrap {
	right: 0;
	left: 0;
	top: 74px !important;
	bottom: 0;
	margin: auto;
	cursor: default;
}

.vol45 .mfp-wrap::before {
	left: auto;
	right: 20px;
	top: 74px;
}

.vol45 .mfp-image-holder .mfp-close {
	display: none;
}

@media screen and (max-width:768px) {
	#recommend .r_info .btn {
		text-align: center;
	}

	#pickup .pickinfo .info .haspdfBtn {
		flex-wrap: wrap;
		width: 140px;
	}

	#pickup .pickinfo .info .haspdfBtn .btnDownload {
		margin-left: 0;
		margin-top: 10px;
		font-size: 10px;
	}

	.mfp-wrap {
		top: 0 !important;
	}
}


#pickup .pickinfo .info .date {
	font-family: var(--en);
	font-size: 14px;
	font-weight: 300;
	color: #707070;
	margin-bottom: 5px;
	padding-left: 30px;
}

#pickup .pickinfo .info .title {
	font-size: 20px;
	font-family: var(--font-bold);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 7px;
	padding-left: 30px;
}

#pickup .pickupText {
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	line-height: 1.8;
}

#pickup .swiper-pagination {
	position: static;
	width: auto;
	margin: 0 auto;
	z-index: 9;
	display: flex;
	justify-content: flex-end;
	font-family: var(--en);
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.1em;
	gap: 16px;
	color: var(--dark-black);
}

#pickup .swiper-pagination .swiper-pagination-bullet {
	margin-left: 15px;
	border: 1px solid #FFFFFF;
	background: none;
	width: 10px;
	height: 10px;
}

#pickup .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.recommend .btnBottom,
#recommend .btnBottom,
#editorial .btnMore {
	width: 200px;
	height: 40px;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border: 2px solid #0C1D3F;
	text-decoration: none;
	margin: 0 auto 90px;
	color: #041D41;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.recommend .btnBottom,
#recommend .btnBottom {
	margin-top: 40px;
}

.recommend .btnBottom img,
#recommend .btnBottom img {
	width: 18px;
}

.recommend .btnBottom img,
#recommend .btnBottom img,
#editorial .btnMore img {
	margin-left: 7px;
}

.recommend .btnBottom:hover #recommend .btnBottom:hover,
#editorial .btnMore:hover {
	background: #0C1D3F;
	color: #FFFFFF;
}

#rankingTop {
	padding-bottom: 70px;
}

#rankingTop .rankingList>.flexBlock.btn {
	background: rgba(204, 197, 165, 0.15);
	align-items: center;
	text-decoration: none;
	margin-bottom: 10px;
	color: #000000;
	line-height: 1.6;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#rankingTop .rankingList>.flexBlock.btn:hover {
	opacity: 0.8;
}

#rankingTop .rankingList .img {
	width: 280px;
}

#rankingTop .rankingList .img img {
	width: 100%;
}

#rankingTop .rankingList .info {
	padding: 20px 40px;
}

#rankingTop .rankingList .info .nmb {
	margin-bottom: 15px;
	width: 55px;
}

#rankingTop .rankingList .nmb>img {
	width: 100%;
}

#rankingTop .rankingList .date {
	font-size: 11px;
	margin-bottom: 5px;
}

#rankingTop .rankingList .title {
	font-size: 20px;
	font-weight: 800;
}


#pickupMovie {
	margin-bottom: 60px;
}

#pickupMovie .thumbMovie {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	cursor: pointer;
}

#pickupMovie .thumbMovie .pickup-movie {
	pointer-events: none;
}

.modalMovie .modal-movie,
#pickupMovie .pickup-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

#pickupMovie .pickup-movie:after {
	content: '';
	position: absolute;
	display: block;
	background: url("../../img/btnPlay.png") no-repeat;
	background-size: 100% auto;
	width: 120px;
	height: 120px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.modalMovie .modal-movie iframe,
#pickupMovie .pickup-movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

#honda-magazine #movieList h3 {
	margin-bottom: 0;
}

#honda-magazine .topMovieList {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-bottom: 50px;
	margin-top: 30px;
}

#honda-magazine .topMovieList:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.topMovieList>div {
	width: calc(33% - 16px);
	cursor: pointer;
	padding-bottom: 30px;
	text-align: left;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.topMovieList>div:hover {
	opacity: 0.7;
}

.topMovieList>div .img {
	margin-bottom: 15px;
}

.topMovieList>div .img img {
	width: 100%;
}

.topMovieList>div .img:after {
	content: '';
	position: absolute;
	display: block;
	background: url("../../img/btnPlay.png") no-repeat;
	width: 60px;
	height: 60px;
	background-size: 100% auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.topMovieList>div .date {
	font-size: 10px;
	color: #7B7B7B;
}

.topMovieList>div .text {
	font-size: 12px;
	color: #000000;
	font-weight: 600;
}

.modalArea {
	position: fixed;
	display: none;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalArea .modalMovie {
	max-width: 900px;
	width: 96%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modalArea .modalMovie .closeBtn {
	top: -23px;
	right: 0;
}

#backnumber {
	background: #000000;
	padding: 12px 0 50px;
}

#backnumber .c-slider a>span {
	color: #FFFFFF !important;
	text-decoration: none;
}

#backnumber .c-slider .c-slider__wrap {
	display: flex;
	transition-timing-function: linear;
}

.p-backnumber__slideBox {
	margin-top: 18px;
}

#backnumber .c-slider .c-slider__wrap .swiper-slide {
	flex: 0 0 calc((100% / 5));
	max-width: calc((100% / 5));
	padding-top: 22px;
}

#backnumber .c-slider .c-slider__wrap .swiper-slide.new:before {
	content: '';
	width: 74px;
	height: 22px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: url("../../img/new_backnumber.png") no-repeat;
	background-size: cover;
}

#backnumber .c-slider .c-slider__wrap .swiper-slide img {
	width: 100%;
}

@media screen and (max-width:768px) {
	#backnumber .c-slider .c-slider__wrap .swiper-slide {
		flex: 0 0 calc((100% / 1.65));
		max-width: calc((100% / 1.65));
	}

	#pickupMovie .pickup-movie::after {
		width: 60px;
		height: 60px;
	}

	.topMovieList>div {
		width: calc(50% - 10px);
		padding-bottom: 20px;
	}

	.bgMagContents .topMovieList {
		padding-left: 15px;
		padding-right: 15px;
	}

	.listViewers {
		flex-wrap: wrap;
		justify-content: flex-start !important;
		max-width: 500px;
	}

	#honda-magazine.viewers .listViewers .btn,
	.listViewers .btn {
		position: relative;
		width: calc(33% - 6px);
		margin-right: 8px !important;
	}

	#honda-magazine.viewers .listViewers .btn:nth-child(3n),
	.listViewers .btn:nth-child(3n) {
		margin-right: 0 !important;
	}

	#editorial .listViewers.magList>a {
		margin-bottom: 5px;
	}

	#rankingTop {
		padding-bottom: 50px;
	}

	#rankingTop .rankingList>.flexBlock.btn {
		flex-direction: column;
	}

	#rankingTop .rankingList>.flexBlock.btn .img {
		width: 100%;
	}

	#rankingTop .rankingList>.flexBlock.btn .img img {
		width: 100%;
	}

	#rankingTop .rankingList .info {
		padding: 20px 10px 10px 10px;
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	#rankingTop .rankingList .info .nmb {
		width: 42px;
		margin-right: 15px;
	}

	#rankingTop .rankingList .info .date {
		font-size: 10px;
	}

	#rankingTop .rankingList .info .title {
		font-size: 14px;
	}

	#editorial .btnMore {
		margin-bottom: 50px;
	}

	#topSlide .swiper-slide .title {
		font-size: 3.65vw;
	}

	#topSlide .swiper-slide .title .cate {
		font-size: 3.0vw;
	}

	#pickup .swiper-pagination,
	.topArea h2 {
		width: 96%;
	}

	.topArea h2 a {
		width: 120px;
	}

	#pickup .swiper-pagination .swiper-pagination-bullet {
		margin-left: 7px;
		width: 8px;
		height: 8px;
	}

	#pickup .pickinfo .img {
		top: -66px;
		margin-top: -20px;
		width: 120px;
		min-width: inherit;
		margin-right: 0px;
	}

	#pickup .pickinfo .info {
		width: 100%;
		padding-top: 29px;
	}

	#pickup .pickinfo .info .top {
		display: inline-block;
		font-size: 16px;
		letter-spacing: 0.1em;
		width: auto;
		max-height: 22px;
		padding: 0 12px 0px 30px;
		margin-left: calc(-100vw* 0.16 / 2);
		margin-bottom: 16px;
	}

	#pickup .pickinfo .info .top>span {
		display: inline-block;
		transform: translateY(-1.5px);
	}

	#pickup .pickinfo .info .date {
		font-size: 14px;
		letter-spacing: 0.1em;
		padding-left: 0;
		margin-bottom: 3px;
	}

	#pickup .pickinfo .info .title {
		font-size: 20px;
		padding-left: 0;
	}

	#pickup .pickupText {
		font-size: 11px;
		margin-top: 10px;
		line-height: 1.8;
	}

	.pickinfo__naviBox {
		max-width: unset;
		width: 84%;
	}

	#pickup .swiper-button-next,
	#pickup .swiper-button-prev {
		width: 30px;
		height: 30px;
		top: 18%;
		margin-top: 0;
	}

	#pickup .swiper-button-next {
		right: -15px;
	}

	#pickup .swiper-button-prev {
		left: -15px;
	}

	#pickup .swiper-pagination {
		width: auto;
		top: -20px;
	}

	#pickup .inner {
		padding-bottom: 17px;
	}
}

@media screen and (max-width:500px) {
	#honda-magazine .listViewers.magList {
		justify-content: space-around;
	}

	#editorial .listViewers.magList>a {
		width: 50%;
		margin-right: 0 !important;
	}
}

#honda-magazine .bottom_enquete {
	width: 100%;
	max-width: 900px;
	height: 300px;
	background: url("../../img/banner_zr_v_campaign.jpg") no-repeat center center;
	background-size: auto 100%;
	margin: 0 auto 50px;
	padding: 30px 40px;
}

#honda-magazine .bottom_enquete p {
	font-size: 18px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.8;
}

#honda-magazine .bottom_enquete p span {
	font-size: 12px;
	font-weight: 600;
	display: block;
}

#honda-magazine .bottom_enquete .top {
	border-radius: 4px;
	background: #922527;
	padding: 5px 20px;
	display: inline-block;
	margin-bottom: 20px;
}

#honda-magazine .bottom_enquete .middle {
	margin-bottom: 30px;
}

#honda-magazine .bottom_enquete a.btn {
	height: 42px;
	width: 270px;
	background: #707070;
	border-radius: 2px;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	padding: 0 14px;
	display: flex !important;
	text-align: center;
	align-items: center;
	justify-content: center;
}

#honda-magazine .bottom_enquete a:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 100%;
	right: 7px;
	background: url("../../img/btn_arrow.svg") no-repeat center center;
	background-size: 100% auto;
	top: 0;
}

.is-pc #honda-magazine .bottom_enquete a:hover {
	background: #ffffff;
	border: 2px solid #707070;
	color: #922527;
}

@media screen and (max-width:768px) {
	#honda-magazine .bottom_enquete {
		height: 400px;
		width: 100%;
		max-width: 360px;
		min-width: 320px;
		background: url("../../img/banner_zr_v_campaign_sp.jpg") no-repeat center center;
		background-size: cover;
		padding: 13px;
	}

	#honda-magazine .bottom_enquete p {
		font-size: 14px;
		width: 100%;
		text-align: center;
	}

	#honda-magazine .bottom_enquete p.top {
		margin-bottom: 10px;
		padding: 5px 0px;
	}

	#honda-magazine .bottom_enquete p span {
		font-size: 11px;
		margin-top: 7px;
	}

	#honda-magazine .bottom_enquete a.btn {
		width: 240px;
		height: 40px;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.topArea {
		height: auto;
	}

	#honda-magazine .bottomCommonBtns {
		padding-bottom: 30px;
		flex-direction: column;
		justify-content: center !important;
	}

	#honda-magazine .bottomCommonBtns>.btn:nth-child(1) {
		order: 2;
		margin: 0 auto 15px;
	}

	#honda-magazine .bottomCommonBtns>.btn:nth-child(2) {
		margin: 0 auto 15px;
		order: 1;
	}

	.listViewers.magList>a {
		width: calc(33% - 5px);
		margin-right: 7.5px;
	}

	.listViewers.magList>a:nth-child(5n) {
		margin-right: 7.5px;
	}

	.listViewers.magList>a:nth-child(3n) {
		margin-right: 0;
	}


	#honda-magazine .subMagContents .h2Area {
		display: block;
		padding-left: 0;
	}

	#honda-magazine .subMagContents .h2Area h2 {
		margin: 0 auto 15px;
		width: 120px;
	}

	#honda-magazine .subMagContents .h2Area .subText {
		text-align: center;
	}

	.listViewer .btn {
		max-width: 160px;
	}

	.listViewer .btn.new:after {
		width: 80px;
		height: 20px;
		left: 0px;
		top: -20px;
	}

	.listViewer .btn {
		font-size: 12px;
	}

	#honda-magazine .bottomCommonBtns {
		padding-bottom: 70px;
	}

	.sp-in {
		display: inline-block !important;
	}

	.pc-in {
		display: none !important;
	}

	.magContents {
		padding-top: 30px;
	}

	.magContents h2 {
		width: 120px;
	}

	.subMenuArea {
		padding: 10px 0 0 10px;
	}

	.magContents .subText {
		font-size: 12px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.magContents .cateUl {
		justify-content: flex-start !important;
	}

	.magContents .cateUl li {
		white-space: nowrap;
		display: inline;
		padding: 0 10px;
		font-size: 14px;
		width: auto;
		margin-right: 5px;
	}

	.magContents .cateUl li:last-child {
		margin-right: 0;
	}

	.magContents .scrollx {
		overflow-x: scroll;
		padding: 5px 5px 10px;
		margin: 20px auto 20px;
	}

	#honda-magazine .pagination-outer h3,
	#honda-magazine .magContents h3 {
		font-size: 18px;
	}

	#honda-magazine .magContents h3 {
		line-height: 1.6;
		padding: 10px 10px 28px 30px;
	}

	#honda-magazine .magContents h3 a.flexBlock {
		font-size: 14px;
		top: auto;
		bottom: 10px;
	}

	.magContents h3::before {
		bottom: auto;
		top: 18px;
	}

	.magContents .listArea p.sub {
		font-size: 13px;
		padding: 10px 15px 0;
	}

	.magContents .listArea .newsList>.rel {
		font-size: 14px;
	}

	.magContents .listArea .newsList {
		padding: 20px 20px 20px;
	}

	.magContents h3 a.flexBlock {
		font-size: 14px;
	}


	#honda-magazine .bottomArea {
		padding: 30px 15px 0;
	}

	#honda-magazine .bottomArea .inner {
		display: block;
	}

	#honda-magazine .bottomArea .inner>div.left {
		width: 100%;
		max-width: 456px;
		text-align: left;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	#honda-magazine .bottomArea .inner>div.right {
		width: 100vw;
		text-align: left;
		margin: 0 -15px;
	}


	#honda-magazine .bottomArea .inner>div.left .text {
		font-size: 16px;
		margin-bottom: 15px;
	}

	#honda-magazine .bottomArea .inner>div.left>div:nth-child(1) {
		max-width: 136px;
		margin-right: 10px;
	}

	#honda-magazine .bottomArea .inner>div.left>div:nth-child(2) {
		display: block;
		width: calc(100% - 146px);
	}

	#honda-magazine .bottomArea .inner>div.left .btn {
		padding: 5px 12px;
		text-align: left;
		justify-content: flex-start;
	}

	#honda-magazine .mailmagArea a.rel:after,
	#honda-magazine .bottomArea .inner>div.right>.rel a:after,
	#honda-magazine .bottomArea .inner>div.left .btn:after {
		right: 5px;
	}

	#honda-magazine .bottomArea .inner>div.right .header {
		font-size: 16px;
	}

	#honda-magazine .bottomArea .inner>div.right>.rel a {
		height: 50px;
		font-size: 16px;
	}

	#honda-magazine .mailmagArea .title {
		font-size: 26px;
	}

	#honda-magazine .mailmagArea {
		font-size: 18px;
	}

	#honda-magazine .mailmagArea a.rel {
		height: auto;
		line-height: 1.4;
		padding: 5px 20px;
		font-size: 16px;
	}

	.bottomArea h4 {
		font-size: 18px;
	}

	#honda-magazine .bottomArea .inner>div {
		width: 100%;
	}

	.open .subNav {
		transform: translateX(0vw);
	}

	.subNav {
		width: 100%;
		height: 100%;
		transform: translateX(-100vw);
	}

	.subNav .abs.logo {
		display: block !important;
		width: 120px;
		height: 46px;
		top: 125px;
		right: 25px;
		-webkit-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}

	.subNav.scrolled .abs.logo {
		top: 15px;
	}

	.subNav .inner {
		width: calc(100% - 40px);
		height: 100%;
		padding-bottom: 30px;
		background: #ffffff;
	}

	.subNav .inner ul {
		width: calc(100% - 30px);
	}

	.subNav .inner ul.link li a {
		font-size: 16px;
		padding: 10px 0;
		text-align: left;
	}

	.subNav .inner .snslist {
		margin: 20px auto 0 !important;
	}

	#honda-magazine .bottomArea .inner.rankingArea>div {
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	#honda-magazine .bottomArea .inner.rankingArea>div:last-child {
		margin-bottom: 0;
		padding-bottom: 15px;
		border-bottom: none;
	}
}



@media screen and (max-width:768px) {
	#honda-magazine br {
		display: inherit !important;
	}
}