@charset "utf-8";

/*===cariier===cariier===cariier===
...................................

-------------------------- SP ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (max-width: 599px) {

	.pc_only,
	.pctb_only,
	.sp_none,
	.tb_only {
		display: none !important;
	}
	html {
		font-size: 2.66vw;
	}
	.inner {
		width: 100%;
		padding: 0 5.3vw;
	}
	.mtll {
		margin-top: 15vw !important;
	}
	.mbll {
		margin-bottom: 15vw !important;
	}
	.ptll {
		padding-top: 15vw !important;
	}
	.pbll {
		padding-bottom: 15vw !important;
	}
	.mtl {
		margin-top: 13vw !important;
	}
	.mbl {
		margin-bottom: 13vw !important;
	}
	.ptl {
		padding-top: 13vw !important;
	}
	.pbl {
		padding-bottom: 13vw !important;
	}
	.mtml {
		margin-top: 10vw !important;
	}
	.mbml {
		margin-bottom: 10vw !important;
	}
	.ptml {
		padding-top: 10vw !important;
	}
	.pbml {
		padding-bottom: 10vw !important;
	}
	.mtm {
		margin-top: 8vw !important;
	}
	.mbm {
		margin-bottom: 8vw !important;
	}
	.ptm {
		padding-top: 8vw !important;
	}
	.pbm {
		padding-bottom: 8vw !important;
	}
	.mtms {
		margin-top: 5vw !important;
	}
	.mbms {
		margin-bottom: 5vw !important;
	}
	.ptms {
		padding-top: 5vw !important;
	}
	.pbms {
		padding-bottom: 5vw !important;
	}
	.mts {
		margin-top: 3vw !important;
	}
	.mbs {
		margin-bottom: 3vw !important;
	}
	.pts {
		padding-top: 3vw !important;
	}
	.pbs {
		padding-bottom: 3vw !important;
	}
	.mtss {
		margin-top: 2vw !important;
	}
	.mbss {
		margin-bottom: 2vw !important;
	}
	.ptss {
		padding-top: 2vw !important;
	}
	.pbss {
		padding-bottom: 2vw !important;
	}

	.m_issue_links_col01 {
		justify-content: center;
	}

	/*++++++++++++++++++++++++++++
	m_profile
	++++++++++++++++++++++++++++*/
	.m_profile_simple {
		padding-top: 1.5vw;
	}
	
	/*++++++++++++++++++++++++++++
	l_articles01_full_sp
	++++++++++++++++++++++++++++*/
	.l_articles01_full_sp .m_article01 {
		display: block;
		border-bottom: 0;
		padding-bottom: 2.6vw;
	}

	.l_articles01_full_sp .m_article01 .m_article01_head {
		width: 100%;
		margin-right: 0%;
	}

	.l_articles01_full_sp .m_article01 .m_article01_body {
		margin-top: 3vw;
	}

	.m_ttl01_link {
		display: none !important;
	}
}

/*===cariier===cariier===cariier===
...................................

-------------------------- PC ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (min-width: 1280px), print {
	.pc_none,
	.pctb_none,
	.sp_only,
	.tb_only {
		display: none !important;
	}
	.inner {
		width: 100%;
		max-width: 1320px;
		padding: 0 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.l_header_search_btn {
		margin-left: 5px;
	}

	.l_header_links {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		overflow-y: auto;
		height: auto;
		display: flex !important;
		flex: 1 1 0%;
	}

	.l_header_links_inner {
		padding: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.l_header_link {
		border-bottom: 0;
		padding-bottom: 0;
		display: flex;
	}

	.l_header_link + .l_header_link {
		margin-top: 0;
	}

	.l_header_link li {
		margin-right: 25px;
	}

	.l_header_link .l_header_link_brackets {
		margin-right: 15px;
	}

	.l_header_link li + li {
		margin-top: 0;
	}

	.l_header_link li a {
		font-size: 1.4rem;
	}

	.l_header_sns {
		display: none;
	}

	.l_header_btn {
		display: none;
	}
}

@media screen and (min-width: 600px) and (max-width: 1440px) {
	.m_equip_slider {
		padding: 0 60px;
	}

	.m_equip_slider .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.m_equip_slider .slick-next {
		right: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.m_equip_slider .slick-prev {
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

/*===cariier===cariier===cariier===
...................................

-------------------------- tb01より大きい

...................................
===cariier===cariier===cariier===*/
@media screen and (min-width: 1000px) {
	a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.tbsp01_only {
		display: none !important;
	}

	.m_ttl01 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-end;
		border-bottom: 2px solid #e70618;
	}

	.m_ttl01_main {
		order: 1;
	}

	.m_ttl01_link {
		order: 99;
		margin-left: auto;
	}

	.m_ttl01_catch {
		border-top: 0;
		width: auto;
		flex: 1 1 0%;
		order: 2;
		padding: 0 15px 3px 0;
	}
}

/*++++++++++++++++++++++++++++
header用01
++++++++++++++++++++++++++++*/
@media screen and (min-width: 1000px) and (max-width: 1240px) {
	/* .l_header_link li {
		margin-right: 16px;
	}
	.l_header_link .l_header_link_brackets {
		margin-right: 10px;
	}
	.l_header_link li a {
		font-size: 1.3rem;
	}
	.l_header_inner {
		padding: 0 25px 0 25px;
	}
	.l_header_logo {
		width: 130px;
		margin-right: 30px;
	} */
}

/*++++++++++++++++++++++++++++
header用02
++++++++++++++++++++++++++++*/
@media screen and (min-width: 1000px) and (max-width: 1100px) {
	/* .l_header_link li {
		margin-right: 12px;
	}
	.l_header_link .l_header_link_brackets {
		margin-right: 6px;
	}
	.l_header_link li a {
		font-size: 1.2rem;
	} */
}

/*++++++++++++++++++++++++++++
single広告あり用01
++++++++++++++++++++++++++++*/
@media screen and (min-width: 1000px) and (max-width: 1140px) {
	.m_single_has_ad .m_single_body {
		flex-wrap: wrap;
	}
	.m_single_body_inner {
	}
	.m_single_has_ad .m_single_sns {
		margin: 0 25px 0 0;
		/* display: flex;
		width: 100%;
		justify-content: flex-start; */
	}
	.m_single_has_ad .m_single_sns_item {
		width: 35px;
		margin: 0 17px 17px 0;
	}
	.m_single_has_ad .m_single_content {
		max-width: 600px;
	}
}

/*===cariier===cariier===cariier===
...................................

-------------------------- TB ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (min-width: 600px) and (max-width: 1279px) {
	.pc_only,
	.pctb_none,
	.sp_only,
	.tb_none {
		display: none !important;
	}
	.l_mv_slider {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		padding: 0;
	}
	.inner {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.l_header_btn {
		width: 26px;
		margin-right: 22px;
	}
	.l_header_btn:before {
		top: 19px;
	}
	.l_header_btn:after {
		bottom: 19px;
	}
	.l_header_inner {
		padding: 0 20px 0 15px;
	}
	.l_header_links_inner {
		padding: 40px;
	}
	.l_header_link li + li {
		margin-top: 20px;
	}
	.l_header_link {
		padding-bottom: 40px;
		text-align: center;
	}
	.l_header_link + .l_header_link {
		margin-top: 40px;
	}
	.l_header_sns {
		margin-top: 50px;
	}
	.l_header_sns li {
		width: 40px;
		margin: 0 10px;
	}
	.l_header_links {
		height: calc(100vh - 60px);
		height: calc(var(--vh, 1vh) * 100 - 60px);
		overflow-y: auto;
	}

	.m_ttl01_link {
		font-size: 1.3rem;
	}

	.m_ttl01_main {
		margin-right: 20px;
	}

	.m_ttl01_catch {
		font-size: 1.2rem;
	}

	.m_ttl01_main span {
		font-size: 4rem;
	}
	.m_ttl01_equip .m_ttl01_main span {
		font-size: 3.6rem;
	}

	.m_ttl01_want img {
		width: 277px;
	}
	.m_ttl01_fire img {
		width: 218px;
	}
	.m_ttl01_info img {
		width: 248px;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
l_articles01
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.l_articles01_col02 {
		margin: 0 -30px -26px 0;
	}

	.l_articles01_col03 {
		margin: 0 -20px -26px 0;
	}

	.l_articles01_col04 {
		margin: 0 -20px -26px 0;
		width: calc(100% + 20px);
	}

	.l_articles01_col05 {
		margin: 0 -18px -15px 0;
	}

	.l_articles01_col02 .l_articles01_item {
		width: calc(50% - 30px);
		margin: 0 30px 26px 0;
	}

	.l_articles01_col03 .l_articles01_item {
		width: calc(33.333333% - 20px);
		margin: 0 20px 26px 0;
	}

	.l_articles01_col04 .l_articles01_item {
		width: calc(25% - 20px);
		margin: 0 20px 26px 0;
	}

	.l_articles01_col05 .l_articles01_item {
		width: calc(20% - 18px);
		margin: 0 18px 15px 0;
	}

	.l_articles01.l_articles01_col03 .l_archive_ad {
		width: 100%;
	}

	.m_article01_ttl {
		font-size: 1.3rem;
	}
	.m_article01_tag {
		margin-bottom: 5px;
	}
	.m_article01_name {
		font-size: 1.3rem;
		margin-top: 5px;
	}

	.l_masonry {
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 -25px -25px 0;
	}

	.l_masonry_item {
		width: calc(33.3333% - 25px);
		margin: 0 25px 25px 0;
	}

	.l_archive_head {
		padding-top: 40px;
	}
	.l_page_head {
		padding-top: 40px;
	}
	.l_single_body {
		padding-top: 40px;
	}
	.m_single_body_inner {
		max-width: calc(90% - 300px);
	}
	.m_single_no_ad .m_single_body_inner {
		max-width: none;
	}
	.l_single_body .l_archive_ad_c {
		margin: 8vw 0;
	}

}

/*===cariier===cariier===cariier===
...................................

----------------------- tb01(999pxまで) only

...................................
===cariier===cariier===cariier===*/
@media screen and (min-width: 600px) and (max-width: 999px) {
	.l_footer_head {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.l_footer_bottom {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.l_footer_logo {
		margin-bottom: 20px;
	}

	.l_footer_head_link {
		justify-content: center;
	}

	.l_footer_head_link a {
		font-size: 1.2rem;
	}

	.l_footer_sns {
		margin-bottom: 20px;
	}
	.l_footer_bottom_link {
		justify-content: center;
	}

	.l_footer_bottom_link li {
		margin: 0 10px 0 0;
		padding-right: 10px;
	}
	.l_footer_bottom_link li,
	.l_footer_bottom_link a {
		font-size: 1.1rem;
	}

	small {
		text-align: center;
	}

	.m_ttl01_equip .m_ttl01_main span {
		font-size: 2.7rem;
	}

	.m_ttl01_equip .m_ttl01_main em {
		font-size: 1.1rem;
	}

	.m_mv_ttl {
		font-size: 1.1rem;
	}

	.m_mv_tag_item {
		font-size: 1.1rem;
	}

	.m_mv_tag {
		margin-bottom: 4px;
	}

	.l_mv_slider > .l_mv_slider_item {
		width: 58%;
	}

	.l_mv_slider_right {
		width: 38%;
	}

	/*++++++++++++++++++++++++++++
	single
	++++++++++++++++++++++++++++*/
	.m_single_body {
		position: relative;
	}
	.m_single_body {
		flex-wrap: wrap;
	}
	.m_single_sns {
		display: flex;
		margin: 0 auto 30px;
		width: 100%;
		justify-content: flex-start;
		max-width: 650px;
	}
	.m_single_no_ad .m_single_sns {
		position: relative;
	}
	.m_single_body_inner {
		flex-direction: column;
		max-width: 100%;
	}
	.m_single_sns_item {
		width: 35px;
		margin: 0 17px 0 0;
	}

	.m_single_body {
		flex-direction: column;
		align-items: center;
	}

	.m_side {
		margin: 50px 0 0 0;
	}

	.m_head_name_main {
		font-size: 3.8rem;
	}
	.m_head_name_sub {
		margin-left: 20px;
		margin-top: 0;
	}
	.m_head_name_sub em {
		font-size: 1.3rem;
	}

	.l_archive_body {
		flex-direction: column;
		align-items: center;
	}

	.l_archive_list {
		width: 100%;
	}

	.l_archive .l_side {
		margin-top: 50px;
	}

	.l_archive_pickup {
		margin-bottom: 30px;
	}

}

@media screen and (min-width: 600px) and (max-width: 850px) {
	.m_equip {
		display: block;
	}
	.m_equip_head {
		width: 100%;
		max-width: none;
	}
	.m_equip_body {
		width: 100%;
	}
	.m_issue_slider {
		width: 68%;
	}
	.m_issue_slider .slick-prev {
		left: -9%;
	}
	.m_issue_slider .slick-next {
		right: -9%;
	}
}

/*===cariier===cariier===cariier===
...................................

----------------------- tbsp01

...................................
===cariier===cariier===cariier===*/

@media screen and (max-width: 999px) {
	.tbsp01_none {
		display: none !important;
	}

	.l_top .l_side {
		display: none;
	}
}


/*===cariier===cariier===cariier===
...................................

----------------------- front-page

...................................
===cariier===cariier===cariier===*/
@media screen and (max-width: 999px) {
	body.frontpage .l_content { display: block; }
	body.frontpage .l_top .l_side { display: block; text-align: center; margin-bottom: 2em; overflow: hidden; }
}