@charset "UTF-8";
body.show-grid .iw_viewport-wrapper:after,
body.show-grid .iw_viewport-wrapper:before {
	content: none;
}

/* ==========================================================
!HTML5 elements
========================================================== */
nav,
main,
section,
aside,
article {
	display: block;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
::before,
::after {
	border-width: 0;
	border-style: solid;
}

html {
	font-size: 100%;
}

.breadcrumb ul li::before {
/*	display: none !important; */
}

#magazine {
	position: relative;
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Noto Sans JP, sans-serif !important;
	font-size: 16px;
	/* font-size: 1.6em; */
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.01rem;
	line-height: 1.75;
	-webkit-text-size-adjust: none;
	   -moz-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	        text-size-adjust: none;
	background: #ffffff none;

	overflow-scrolling: touch;
}

#magazine * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Noto Sans JP, sans-serif !important;
}

#magazine main {
	margin: 0 auto;
}

#magazine .inner01,
#magazine .inner02 {
	position: relative;
	margin: 0 auto;
}

#magazine .inner01 {
	max-width: 1660px;
	padding: 0 30px;
}

#magazine .inner02 {
	max-width: 1740px;
	padding: 0 70px;
}

#magazine .pc {
	display: block;
}

#magazine .sp {
	display: none;
}

#magazine .tab {
	display: block;
}

#magazine .ff-en {
	font-family: "LG Smart","Segoe UI","Microsoft Sans Serif",sans-serif !important;
}

#magazine .pb00 {
	padding-bottom: 0 !important;
}

#magazine .mt00 {
	margin-top: 0 !important;
}

#magazine .mb00 {
	margin-bottom: 0 !important;
}

#magazine .mb15 {
	margin-bottom: 15px !important;
}

#magazine .mb30 {
	margin-bottom: 30px !important;
}

#magazine .mb50 {
	margin-bottom: 50px !important;
}

#magazine .mb70 {
	margin-bottom: 70px !important;
}

#magazine .fw-normal {
	font-weight: normal !important;
}

#magazine .w90 {
	width: 90%;
}

/* 991px以下 */
@media (max-width: 991px) {
	#magazine .tab {
		display: none;
	}
}

/* 768px以下 */
@media (max-width: 767px) {
	#magazine .inner01 {
		padding: 0 6.25vw;
	}
	#magazine .inner02 {
		padding: 0 8vw;
	}
	#magazine .pc {
		display: none;
	}
	#magazine .sp {
		display: block;
	}
	#magazine .mb15 {
		margin-bottom: 1.5% !important;
	}
	#magazine .mb30 {
		margin-bottom: 3% !important;
	}
	#magazine .mb50 {
		margin-bottom: 5% !important;
	}
	#magazine .mb70 {
		margin-bottom: 7% !important;
	}
	#magazine .w90 {
		width: 100%;
	}
}

@media print {
	html,
	html #magazine {
		*zoom: 0.65;
	}
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: "";
}

a,
input {
	/* outline: none; */
}

abbr,
acronym {
	border: 0;
}

b {
	font-weight: bold;
}

/* Firefox */
@-moz-document url-prefix() {
	/* ここに書く */
	#magazine {
		font-family: "游ゴシック体",YuGothic,"游ゴシック Bold","Yu Gothic Bold","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN",Noto Sans JP,sans-serif !important;
	}
	#magazine * {
		font-family: "游ゴシック体",YuGothic,"游ゴシック Bold","Yu Gothic Bold","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN",Noto Sans JP,sans-serif !important;
	}
}

/* デフォルト値 */
.fade-in {
	opacity: 0;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

/* テキストアニメーションを行う都合で大枠を監視対象にしたためcssで「フェードイン」を打ち消しておく */
.mv_copy.fade-in,
.detail #official .inner01.fade-in {
	opacity: 1;
	-webkit-animation-name: unset !important;
	        animation-name: unset !important;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
		        transform: translate3d(-30px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
		        transform: translate3d(-30px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
		        transform: translate3d(30px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
		        transform: translate3d(30px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		        transform: translate3d(0, 30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		        transform: translate3d(0, 30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		        transform: translate3d(0, -10px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		        transform: translate3d(0, -10px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 0;
		-webkit-transform: scale(1.08, 1.08);
		        transform: scale(1.08, 1.08);
	}
	50% {
		opacity: 0.5;
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}

@keyframes zoomOut {
	from {
		opacity: 0;
		-webkit-transform: scale(1.08, 1.08);
		        transform: scale(1.08, 1.08);
	}
	50% {
		opacity: 0.5;
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}

@-webkit-keyframes bg-anime {
	from {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	to {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}

@keyframes bg-anime {
	from {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	to {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}

@-webkit-keyframes animalMovePc {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(0, 44px);
		        transform: translate(0, 44px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes animalMovePc {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(0, 44px);
		        transform: translate(0, 44px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@-webkit-keyframes animalMoveSp {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(0, 38px);
		        transform: translate(0, 38px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes animalMoveSp {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(0, 38px);
		        transform: translate(0, 38px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

/* コピー */
.mv_copy h1 {
	text-align: right;
}

.mv_copy h1 > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	width: 100%;
	font-weight: bold;
}

.mv_copy h1 > span > img {
	position: relative;
	top: -30px;
	left: 40px;
	z-index: 4;
	max-width: 65px;
	margin: 0;
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}

.mv_copy h1 > span.addColor > span > span {
	-webkit-animation-name: fadeInLeft;
	        animation-name: fadeInLeft;
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}

.mv_copy h1 > span > span {
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 5px 10px;
	background-color: #333333;
	-webkit-animation-name: bg-anime;
	        animation-name: bg-anime;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);

	-webkit-transform-origin: left top;

	    -ms-transform-origin: left top;

	        transform-origin: left top;
}

.mv_copy h1 > span > span::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-animation-name: bg-anime;
	        animation-name: bg-anime;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);

	-webkit-transform-origin: left top;

	    -ms-transform-origin: left top;

	        transform-origin: left top;
}

.mv_copy h1 > span > span::after {
	z-index: 1;
	background-color: #ffffff;
}

.mv_copy h1 > span > span > span {
	display: inline-block;
	opacity: 0;
	position: relative;
	z-index: 2;
	color: #000000;
	-webkit-animation-duration: 1.2s;
	        animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-transform: translate3d(-20px, 0, 0);
	        transform: translate3d(-20px, 0, 0);
}

.mv_copy h1 > span:nth-of-type(1) > span {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.mv_copy h1 > span:nth-of-type(1) > span:after {
	-webkit-animation-delay: 0.9s;
	        animation-delay: 0.9s;
}

.mv_copy h1 > span:nth-of-type(2) > span {
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}

.mv_copy h1 > span:nth-of-type(2) > span:after {
	-webkit-animation-delay: 1.1s;
	        animation-delay: 1.1s;
}

.mv_copy h1 > span:nth-of-type(3) > span {
	-webkit-animation-delay: 0.7s;
	        animation-delay: 0.7s;
}

.mv_copy h1 > span:nth-of-type(3) > span:after {
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}

.mv_copy h1 > span:nth-of-type(4) > span {
	-webkit-animation-delay: 0.9s;
	        animation-delay: 0.9s;
}

.mv_copy h1 > span:nth-of-type(4) > span:after {
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}

.mv_copy.is-white h1 > span > span {
	background-color: #ffffff !important;
}

.mv_copy.is-white h1 > span > span::after {
	background-color: #ffffff !important;
}

.mv_copy.is-white h1 > span > span > span {
	color: #333333 !important;
}

/* 767px以下 */
@media (max-width: 767px) {
	.mv_copy h1 > span > img {
		top: auto;
		bottom: 18px;
		left: 30px;
		width: 10vw;
	}
	.mv_copy h1 > span > span {
		padding: 3px 10px;
	}
}

/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	.mv_copy h1 > span:nth-of-type(1) > span {
		padding: 15px 10px 5px 10px;
	}
}

/* フローティング */
#magazine .mv .mv_scroll a:before {
	-webkit-animation-name: animalMovePc;
	        animation-name: animalMovePc;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .mv .mv_scroll a:before {
		-webkit-animation-name: animalMoveSp;
		        animation-name: animalMoveSp;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
	-webkit-animation-duration: 1.8s;
	        animation-duration: 1.8s;
}

.fadeIn.left {
	-webkit-animation-name: fadeInLeft;
	        animation-name: fadeInLeft;
}

.fadeIn.right {
	-webkit-animation-name: fadeInRight;
	        animation-name: fadeInRight;
}

.fadeIn.up {
	-webkit-animation-name: fadeInUp;
	        animation-name: fadeInUp;
}

.fadeIn.down {
	-webkit-animation-name: fadeInDown;
	        animation-name: fadeInDown;
}

.fadeIn.zoomOut {
	-webkit-animation-name: zoomOut;
	        animation-name: zoomOut;
}

#magazine {
	/* 記事詳細ページ */
}

#magazine article,
#magazine .article {
	padding: 70px 0 75px 0;
}

#magazine #art-detail {
	background-color: #eeeeee;
}

#magazine.detail article.bg-black01,
#magazine.detail .article.bg-black01 {
	background-color: #000000;
}

#magazine.detail article.bg-gray01,
#magazine.detail .article.bg-gray01 {
	background-color: #f5f5f5;
}

#magazine.detail article.bg-gray01 + .bg-gray01,
#magazine.detail .article.bg-gray01 + .bg-gray01 {
	padding-top: 0;
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine article,
	#magazine .article {
		padding: 10% 0 12% 0;
	}
}

#magazine .box_detail > section:not(:first-of-type) {
	margin-top: 90px;
}

#magazine .box_detail > section > section {
	margin-top: 70px;
}

#magazine .box_detail > section > section > section > h2,
#magazine .box_detail > section > section > section > h3,
#magazine .box_detail > section > section > section > h4,
#magazine .box_detail > section > section > section > h5 {
	margin-top: 70px;
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .box_detail > section:not(:first-of-type) {
		margin-top: 16%;
	}
	#magazine .box_detail > section > section {
		margin-top: 12%;
	}
	#magazine .box_detail > section > section > section > h2,
	#magazine .box_detail > section > section > section > h3,
	#magazine .box_detail > section > section > section > h4,
	#magazine .box_detail > section > section > section > h5 {
		margin-top: 12%;
	}
}

#magazine .title_basic01 {
	margin-bottom: 45px;
	color: #a50034;
	font-size: 1.755vw;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
}

#magazine .title_basic01.c-white {
	color: #ffffff;
}

#magazine .title_basic02 {
	margin-bottom: 30px;
	color: #a50034;
	font-size: 3.12vw;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
}

#magazine .title_basic02 > span + span {
	display: block;
	color: #333333;
	font-size: 1.025vw;
}

#magazine .title_detail_basic01 {
	margin-right: -100px;
	margin-bottom: 45px;
	margin-left: -100px;
	padding: 15px 1.5rem;
	border-bottom: 4px solid #a50034;
	color: #ffffff;
	font-size: 2.3875vw;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	background-color: #333333;
}

#magazine .title_detail_basic02 {
	position: relative;
	margin-bottom: 40px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	font-size: 1.785vw;
	font-weight: bold;
	line-height: 1.45;
}

#magazine .title_detail_basic02 span {
	display: inline-block;
	position: relative;
	padding: 15px 0 15px 1.5rem;
}

#magazine .title_detail_basic02 span:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: calc(100% - -1.5rem);
	height: 2px;
	content: "";
	background: #a50034;
}

#magazine .title_detail_basic02 i {
	color: #a50034;
	font-style: inherit;
}

#magazine .title_detail_basic03 {
	margin-bottom: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 1.45;
}

#magazine .title_detail_basic03.center {
	text-align: center;
}

#magazine .title_detail_basic03 h2,
#magazine .title_detail_basic03 h3,
#magazine .title_detail_basic03 h4,
#magazine .title_detail_basic03 h5 {
	font-size: 1.475vw;
	font-weight: bold;
}

#magazine .title_detail_basic03 h2 + p,
#magazine .title_detail_basic03 h3 + p,
#magazine .title_detail_basic03 h4 + p,
#magazine .title_detail_basic03 h5 + p {
	margin-top: 20px;
}

#magazine .title_detail_basic04 {
	margin-bottom: 40px;
	padding: 10px 1.5rem;
	color: #a50034;
	font-size: 1.475vw;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	background-color: #faefef;
}

#magazine .title_interview01 {
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 4px solid #e4e4e4;
	color: #000000;
	font-size: 2.95vw;
}

#magazine .title_interview01 h2,
#magazine .title_interview01 h3,
#magazine .title_interview01 h4,
#magazine .title_interview01 h5 {
	font-weight: bold;
	line-height: 1.5;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine .title_basic01 {
		font-size: 1.75rem;
	}
	#magazine .title_basic02 {
		font-size: 3.125rem;
	}
	#magazine .title_basic02 > span + span {
		font-size: 1rem;
	}
	#magazine .title_detail_basic01 {
		font-size: 2.375rem;
	}
	#magazine .title_detail_basic02 {
		font-size: 1.75rem;
	}
	#magazine .title_detail_basic03 h2,
	#magazine .title_detail_basic03 h3,
	#magazine .title_detail_basic03 h4,
	#magazine .title_detail_basic03 h5 {
		font-size: 1.475rem;
	}
	#magazine .title_detail_basic04 {
		font-size: 1.475rem;
	}
	#magazine .title_interview01 {
		font-size: 2.95rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine .title_basic01 {
		font-size: 1.5rem;
	}
	#magazine .title_basic02 {
		font-size: 2.625rem;
	}
	#magazine .title_basic02 > span + span {
		font-size: 0.875rem;
	}
	#magazine .title_detail_basic01 {
		font-size: 2rem;
	}
	#magazine .title_detail_basic02 {
		font-size: 1.5rem;
	}
	#magazine .title_detail_basic03 h2,
	#magazine .title_detail_basic03 h3,
	#magazine .title_detail_basic03 h4,
	#magazine .title_detail_basic03 h5 {
		font-size: 1.25rem;
	}
	#magazine .title_detail_basic04 {
		font-size: 1.25rem;
	}
	#magazine .title_interview01 {
		font-size: 2.5rem;
	}
}

/* 1199px以下 */
@media (max-width: 1199px) {
	#magazine .title_detail_basic01 {
		margin-right: -60px;
		margin-left: -60px;
		font-size: 1.5rem;
	}
	#magazine .title_detail_basic02 {
		font-size: 1.25rem;
	}
	#magazine .title_interview01 {
		font-size: 1.625rem;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .title_basic01 {
		margin-bottom: 8%;
		font-size: 5.75vw;
	}
	#magazine .title_basic01.text-small {
		font-size: 3.8vw;
	}
	#magazine .title_basic02 {
		margin-bottom: 8%;
		font-size: 6.565vw;
	}
	#magazine .title_basic02 > span + span {
		font-size: 2.875vw;
	}
	#magazine .title_detail_basic01 {
		margin-right: -8vw;
		margin-bottom: 8%;
		margin-left: -8vw;
		padding: 15px 1rem;
		font-size: 5.5vw;
	}
	#magazine .title_detail_basic02 {
		margin-bottom: 8%;
		font-size: 4.75vw;
	}
	#magazine .title_detail_basic02 span {
		padding: 5% 0 5% 1rem;
	}
	#magazine .title_detail_basic02 span:before {
		width: calc(100% - -1rem);
	}
	#magazine .title_detail_basic03 {
		margin-bottom: 8%;
	}
	#magazine .title_detail_basic03 h2,
	#magazine .title_detail_basic03 h3,
	#magazine .title_detail_basic03 h4,
	#magazine .title_detail_basic03 h5 {
		font-size: 4vw;
	}
	#magazine .title_detail_basic03 h2 + p,
	#magazine .title_detail_basic03 h3 + p,
	#magazine .title_detail_basic03 h4 + p,
	#magazine .title_detail_basic03 h5 + p {
		margin-top: 2%;
	}
	#magazine .title_detail_basic04 {
		margin-bottom: 8%;
		padding: 10px 1rem;
		font-size: 4vw;
	}
	#magazine .title_interview01 {
		margin-bottom: 6%;
		padding-bottom: 6%;
		border-bottom: 2px solid #e4e4e4;
		font-size: 6vw;
	}
}

/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	#magazine .title_detail_basic01 {
		padding: 15px 1.5rem 5px 1.5rem;
	}
}

/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop span,
	#magazine .title_detail_basic02 span {
		padding: 15px 0 10px 1.5rem;
	}
}

#magazine .mv {
	position: relative;
}

#magazine .mv .mv_scroll {
	position: absolute;
	bottom: 40px;
	left: 0;
}

#magazine .mv .mv_scroll a {
	display: block;
	position: relative;
	right: -35px;
	width: 15px;
}

#magazine .mv .mv_scroll a:after {
	display: block;
	position: relative;
	top: -3px;
	left: 65%;
	width: 1px;
	height: 50px;
	content: "";
	background-color: #cccccc;
}

#magazine .mv .mv_scroll a:before {
	display: block;
	position: relative;
	top: 67px;
	left: 6px;
	z-index: 2;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #333333;
}

#magazine .mv .mv_scroll a span {
	font-size: 0.75rem;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

#magazine .mv.detail {
	overflow: hidden;
	background-color: #ffffff;
}

#magazine .mv.detail .mv_layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	text-align: center;
}

#magazine .mv.detail .mv_layer .mv_layer01 {
	padding: 0 4.25vw 0 4.25vw;
}

#magazine .mv.detail .mv_layer .mv_layer01 .logo {
	padding: 20px 25px 25px 25px;
	border-bottom: 1px solid #cccccc;
}

#magazine .mv.detail .mv_layer .mv_layer01 .logo a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .mv.detail .mv_layer .mv_layer01 .logo a:hover {
	opacity: 0.5;
}

#magazine .mv.detail .mv_layer .mv_layer01 .logo img {
	width: 13.5vw;
}

#magazine .mv.detail .mv_layer .mv_layer01 .date {
	padding: 20px 0  25px 0;
	border-bottom: 1px solid #cccccc;
}

#magazine .mv.detail .mv_layer .mv_layer01 .date time span {
	display: block;
	color: #333333;
	font-weight: bold;
	line-height: 0.9;
	text-align: center;
}

#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(1) {
	font-size: 3.1vw;
}

#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(2) {
	font-size: 5.245vw;
	white-space: nowrap;
}

#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(3) {
	font-size: 2.375vw;
}

#magazine .mv.detail .mv_layer .mv_layer01 .share {
	padding: 20px 25px 0 25px;
}

#magazine .mv.detail .mv_layer .mv_layer01 .share span {
	display: block;
	color: #000000;
	font-size: 1.0185vw;
	font-weight: bold;
	text-align: center;
}

#magazine .mv.detail .mv_layer .mv_layer01 .share ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#magazine .mv.detail .mv_layer .mv_layer01 .share ul li:nth-of-type(1) a img {
	width: 1.7vw;
}

#magazine .mv.detail .mv_layer .mv_layer01 .share ul li:nth-of-type(2) a img {
	width: 0.875vw;
}

#magazine .mv.detail .mv_layer .mv_layer01 .share ul li a {
	display: block;
	padding: 0 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .mv.detail .mv_layer .mv_layer01 .share ul li a:hover {
	opacity: 0.5;
}

#magazine .mv.detail .mv_layer .mv_layer02 {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#magazine .mv.detail .mv_layer .mv_layer02 > p {
	overflow: hidden;
	min-height: calc(100vh - 140px);
	max-height: 100vh;
}

#magazine .mv.detail .mv_layer .mv_layer02 > p img {
	width: 100%;
	height: calc(100vh - 140px);
	min-height: 600px;
	font-family: "object-fit: cover;";
	/*IE対策*/

	-o-object-fit: cover;

	   object-fit: cover;
}

#magazine .mv.detail .mv_layer .mv_layer02 .mv_copy {
	position: absolute;
	right: 0;
	bottom: 150px;
	font-size: 3.5vw;
}

#magazine .mv.detail .mv_layer .mv_layer02 .box_youtube01 {
	margin-bottom: 0;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine .mv.detail .mv_layer .mv_layer01 .logo img {
		width: 159px;
		max-width: 160px;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(1) {
		font-size: 3.125rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(2) {
		font-size: 5.25rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(3) {
		font-size: 2.375rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share span {
		font-size: 1rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share ul li:nth-of-type(1) a img {
		width: 100%;
		max-width: 27px;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share ul li:nth-of-type(2) a img {
		width: 100%;
		max-width: 14px;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 .mv_copy {
		font-size: 3.5rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine .mv.detail .mv_layer .mv_layer01 {
		padding: 0 5vw 0 5vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .logo {
		padding: 20px 20px 25px 20px;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .logo img {
		width: 9vw;
		max-width: 120px;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(1) {
		font-size: 2.625rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(2) {
		font-size: 4.5rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(3) {
		font-size: 2.25rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share {
		padding: 20px 20px 0 20px;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share span {
		font-size: 0.875rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share ul li:nth-of-type(1) a img {
		width: 100%;
		max-width: 22px;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share ul li:nth-of-type(2) a img {
		width: 100%;
		max-width: 12px;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 .mv_copy {
		font-size: 3rem;
	}
}

/* 1199px以下 */
@media (max-width: 1199px) {
	#magazine .mv.detail .mv_layer .mv_layer01 {
		min-width: auto;
		padding: 0 4% 0 4%;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .logo {
		padding: 20px 35px 25px 35px;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .logo span {
		font-size: 0.875rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date {
		padding: 20px 0  25px 0;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(1) {
		font-size: 1.625rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(2) {
		font-size: 3.5rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(3) {
		font-size: 1.25rem;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share {
		padding: 20px 35px  0 35px;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share span {
		font-size: 0.75rem;
		text-align: center;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 .mv_copy {
		font-size: 2rem;
	}
}

/* 1024px以下 */
@media (max-width: 1024px) {
	#magazine .mv.detail .mv_layer .mv_layer02 > p {
		min-height: calc(65vh - 140px);
	}
	#magazine .mv.detail .mv_layer .mv_layer02 > p img {
		height: calc(65vh - 140px);
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .mv .mv_scroll {
		top: 0;
		bottom: auto;
	}
	#magazine .mv .mv_scroll a {
		right: -10px;
	}
	#magazine .mv .mv_scroll a:after {
		left: 60%;
		height: 40px;
	}
	#magazine .mv .mv_scroll a:before {
		top: 56px;
		left: 7px;
		width: 6px;
		height: 6px;
	}
	#magazine .mv .mv_scroll a span {
		font-size: 0.5625rem;
	}
	#magazine .mv.top .mv_scroll {
		top: 12%;
	}
	#magazine .mv.detail .mv_scroll {
		top: 2%;
	}
	#magazine .mv.detail .mv_layer {
		display: block;
		min-height: auto;
		max-height: auto;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: nowrap;
		    flex-flow: nowrap;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		max-width: 100%;
		padding: 6% 6% 6% 0;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .logo {
		padding: 0 8% 0 0;
		border-bottom: none;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .logo img {
		width: 20vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .logo span {
		font-size: 3vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date {
		padding: 0 10% 0 8%;
		border-bottom: none;
		border-left: 1px solid #cccccc;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(1) {
		font-size: 6.8vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(2) {
		font-size: 11.55vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .date time span:nth-of-type(3) {
		font-size: 6.25vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share {
		padding: 0;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share span {
		font-size: 3vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share ul {
		display: block;
	}
	#magazine .mv.detail .mv_layer .mv_layer01 .share ul li {
		line-height: 1.25;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 > p {
		min-height: auto;
		max-height: auto;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 > p img {
		height: 94.25vw;
		min-height: auto;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 .mv_copy {
		bottom: 70px;
		font-size: 7vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 .mv_copy.text-small-sp {
		font-size: 5.5vw;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 .mv_copy span {
		white-space: nowrap;
	}
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	#magazine .mv.detail .mv_layer .mv_layer01 .logo img {
		width: 100%;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 > p {
		min-height: auto;
		max-height: 100%;
	}
	#magazine .mv.detail .mv_layer .mv_layer02 > p img {
		height: auto;
		min-height: auto;
	}
}

#magazine .box_sns01 {
	margin: 70px auto 30px auto;
}

#magazine .box_sns01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: nowrap;
	    flex-flow: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#magazine .box_sns01 ul li {
	position: relative;
	text-align: center;
}

#magazine .box_sns01 ul li:nth-of-type(1) a {
	padding: 30px 70px 30px 0;
}

#magazine .box_sns01 ul li:nth-of-type(2) a {
	padding: 30px 0 30px 70px;
}

#magazine .box_sns01 ul li:nth-of-type(2):after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: "";
	background-color: #eeeeee;
}

#magazine .box_sns01 ul li a {
	display: block;
	padding: 30px 0;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .box_sns01 ul li a:hover {
	opacity: 0.75;
}

#magazine .box_sns01 ul li a img {
	width: 4.5vw;
	max-width: 100%;
	margin-bottom: 15px;
}

#magazine .box_sns01 ul li a p {
	font-size: 1.1725vw;
	font-weight: bold;
}

#magazine .box_sns01 ul li a p span {
	display: inline-block;
	position: relative;
}

#magazine .box_sns01 ul li a p span:after {
	position: absolute;
	top: 25%;
	right: -20px;
	width: 1vw;
	height: 1vw;
	content: "";
	background-image: url(/jp/lg-magazine/assets/img/ico_blank.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

#magazine .box_detail {
	padding: 0 100px 85px 100px;
}

#magazine .box_detail .box_detail_img img {
	width: 100%;
}

#magazine .box_detail.white {
	background-color: #ffffff;
}

#magazine .box_detail.interview > section .title_interview01 .box_detail_img {
	margin-bottom: 4vw;
}

#magazine .box_detail.interview > section:nth-of-type(odd) .title_interview01 .box_detail_img {
	margin-right: -100px;
}

#magazine .box_detail.interview > section:nth-of-type(odd) .title_interview01 .box_detail_img img {
	margin: 0 0 0 auto;
}

#magazine .box_detail.interview > section:nth-of-type(even) .title_interview01 .box_detail_img {
	margin-left: -100px;
}

#magazine .box_detail.interview > section:nth-of-type(even) .title_interview01 .box_detail_img img {
	margin: 0 auto 0 0;
}

#magazine .box_detail .btn_detail02 + .box_detail_inner01 {
	margin-top: 70px;
}

#magazine .box_detail .box_detail_inner01 {
	padding: 0 100px;
}

#magazine .box_detail .box_detail_inner01 + .text_lead03 {
	margin-top: 50px;
}

#magazine .box_text_column ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#magazine .box_text_column ul li {
	width: 48%;
}

#magazine .box_text_column ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	padding: 25px;
	border: 1px solid #a50034;
	color: #a50034;
	font-size: 1.325vw;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .box_text_column ul li a:hover {
	border: 1px solid #a50034;
	color: #ffffff;
	background-color: #a50034;
}

#magazine .box_text_column ul li a.c-white {
	color: #ffffff;
}

#magazine .box_img01 {
	text-align: center;
}

#magazine .box_img01 + .box_img01,
#magazine .box_img01 + .box_youtube01 {
	margin-top: 55px;
}

#magazine .box_gray {
	margin: 45px auto 50px auto;
}

#magazine .box_gray .box_gray_lead01 {
	margin-bottom: 30px;
	color: #333333;
	font-size: 1.325vw;
	font-weight: bold;
	text-align: center;
}

#magazine .box_gray .box_gray_container01 {
	padding: 50px 60px;
	background-color: #f6f6f6;
}

#magazine .box_gray .box_gray_container01 .text_title01 {
	margin-bottom: 20px;
	color: #a50034;
	font-size: 1.7525vw;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
}

#magazine .box_gray .box_gray_container01 .text_title01.left {
	text-align: left;
}

#magazine .box_gray .box_gray_container01 .text_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 35px;
}

#magazine .box_gray .box_gray_container01 .text_column p {
	margin: 0 1%;
}

#magazine .box_gray .box_gray_container01 .text_note01 {
	margin-top: 20px;
}

#magazine .box_gray .box_gray_container01 .box_img01 + .btn_detail02 {
	margin-top: 50px;
}

#magazine .box_gray .box_gray_container01 .box_img01.custom01 img {
	width: 80%;
	margin-left: 8%;
}

#magazine .box_gray .box_gray_container01.ranking dl {
	text-align: center;
}

#magazine .box_gray .box_gray_container01.ranking dl dt {
	color: #a50034;
	font-size: 2.35vw;
	font-weight: bold;
	line-height: 1.45;
}

#magazine .box_gray .box_gray_container01.ranking dl dd p {
	margin: 40px auto;
	font-size: 1.175vw;
	font-weight: bold;
	line-height: 1.65;
}

#magazine .box_gray .box_gray_container01.ranking dl dd p + img {
	width: 32vw;
	max-width: 678px;
}

#magazine .box_gray .box_gray_container01 .box_gray_text01 {
	color: #333333;
	font-size: 1.48vw;
	font-weight: bold;
	line-height: 2.25;
	text-align: center;
}

#magazine .box_gray .box_gray_container01 .box_gray_text01 mark {
	color: #a50034;
	background-color: transparent;
}

#magazine .box_gray .box_gray_container01 .text_reference {
	font-size: 1.025vw;
	font-weight: normal;
}

#magazine .box_gray .box_gray_container01 .text_reference.right {
	text-align: right;
}

#magazine .box_gray .box_gray_container01 .list_sound {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 30px;
}

#magazine .box_gray .box_gray_container01 .list_sound li {
	width: 50%;
	margin-bottom: 30px;
	font-size: 1.175vw;
	font-weight: bold;
}

#magazine .box_gray .box_gray_container01 .list_sound li span {
	display: inline-block;
	width: 20%;
	margin-right: 15px;
	padding: 8px 10px;
	color: #ffffff;
	font-size: 1.025vw;
	text-align: center;
}

#magazine .box_gray .box_gray_container01 .list_sound li.c-purple span {
	background-color: #a5008c;
}

#magazine .box_gray .box_gray_container01 .list_sound li.c-green span {
	background-color: #00a51f;
}

#magazine .box_gray .box_gray_container01 .list_sound li.c-brown span {
	background-color: #a56500;
}

#magazine .box_gray .box_gray_step {
	position: relative;
	margin-bottom: 30px;
	padding: 35px;
	background-color: #f6f6f6;
}

#magazine .box_gray .box_gray_step:before {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-width: 30px 25px 0 25px;
	border-style: solid;
	border-color: #f6f6f6 transparent transparent transparent;
	content: "";
}

#magazine .box_gray .box_gray_step:last-of-type:before {
	content: none;
}

#magazine .box_gray .box_gray_step > img {
	position: absolute;
	top: -15px;
	left: -15px;
}

#magazine .box_gray .box_gray_step .rellax {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

#magazine .box_gray .box_gray_step .rellax dl {
	width: 60%;
	margin-right: 30px;
}

#magazine .box_gray .box_gray_step .rellax dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 30px;
	color: #a50034;
	font-size: 1.675vw;
}

#magazine .box_gray .box_gray_step .rellax dl dt span {
	display: inline-block;
	margin-right: 30px;
	padding: 10px 15px;
	color: #ffffff;
	font-size: 1.025vw;
	background-color: #a50034;
}

#magazine .box_gray .box_gray_step .rellax dl dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

#magazine .box_gray .box_gray_step .rellax dl dd ul li {
	margin-right: 10px;
	padding: 5px 20px;
	font-size: 1.025vw;
	font-weight: bold;
	background-color: #ffffff;
}

#magazine .box_gray .box_gray_step .rellax dl dd ul li:last-of-type {
	margin-right: 0;
}

#magazine .box_gray .box_gray_step .rellax img {
	width: 35%;
}

#magazine .box_end {
	margin-top: 50px;
}

#magazine .box_end .text_lead03 {
	margin-bottom: 10px;
}

#magazine .box_end .box_end_img01 {
	padding-top: 40px;
	text-align: center;
}

#magazine .box_end .box_end_img01 img {
	width: 34vw;
	max-width: 545px;
}

#magazine .box_youtube01 {
	position: relative;
	width: 100%;
	margin-bottom: 55px;
	padding-top: 56.25%;
}

#magazine .box_youtube01 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#magazine .box_gray_container02 {
	margin-bottom: 50px;
	text-align: center;
}

#magazine .box_gray_container02.reverse ul li dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#magazine .box_gray_container02.reverse ul li dl dt {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-bottom: 0;
}

#magazine .box_gray_container02.reverse ul li dl dt:after {
	content: none;
}

#magazine .box_gray_container02.reverse ul li dl dd {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-bottom: 35px;
}

#magazine .box_gray_container02.reverse ul li dl dd:after {
	position: absolute;
	right: 0;
	bottom: -28px;
	left: 45%;
	z-index: 1;
	width: 0;
	height: 0;
	border-width: 18px 12px 0 12px;
	border-style: solid;
	border-color: #a50034 transparent transparent transparent;
	content: "";
}

#magazine .box_gray_container02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: nowrap;
	    flex-flow: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

#magazine .box_gray_container02 ul li {
	width: 45%;
	padding: 30px 4% 35px 4%;
	background-color: #f6f6f6;
}

#magazine .box_gray_container02 ul li dl dt {
	position: relative;
	margin-bottom: 35px;
	font-size: 1.325vw;
	font-weight: normal;
}

#magazine .box_gray_container02 ul li dl dt:after {
	position: absolute;
	right: 0;
	bottom: -28px;
	left: 45%;
	z-index: 1;
	width: 0;
	height: 0;
	border-width: 18px 12px 0 12px;
	border-style: solid;
	border-color: #a50034 transparent transparent transparent;
	content: "";
}

#magazine .box_gray_container02 ul li dl dd {
	position: relative;
	color: #a50034;
	font-size: 2.05vw;
	font-weight: bold;
	line-height: 1.5;
}

#magazine .box_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: nowrap;
	    flex-flow: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

#magazine .box_column.center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#magazine .box_column.center .box_column_img {
	margin: 0 20px;
}

#magazine .box_column + .text {
	margin-top: 35px;
}

#magazine .box_column.is-gray {
	background-color: #f6f6f6;
}

#magazine .box_column.is-gray .is-gray_container {
	padding: 30px;
	background-color: #f6f6f6;
}

#magazine .box_column .w80 {
	width: 78%;
}

#magazine .box_column .w70 {
	width: 68%;
}

#magazine .box_column .w60 {
	width: 58%;
}

#magazine .box_column .w50 {
	width: 48.5%;
}

#magazine .box_column .w40 {
	width: 38%;
}

#magazine .box_column .w30 {
	width: 28%;
}

#magazine .box_column .w20 {
	width: 18%;
}

#magazine .box_column .is-center {
	text-align: center;
}

#magazine .box_introduction01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	margin: 20px auto 90px auto;
}

#magazine .box_introduction01 .box_introduction_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 50%;
}

#magazine .box_introduction01 .box_introduction_img img {
	max-width: 650px;
}

#magazine .box_introduction01 dl {
	width: 50%;
}

#magazine .box_introduction01 dl dt {
	margin-bottom: 45px;
	font-size: 2.225vw;
}

#magazine .box_introduction01 dl dt .text-gradient {
	display: inline-block;
	color: transparent;
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f4185d), color-stop(75%, #ba049e));
	background: -webkit-linear-gradient(left, #f4185d 25%, #ba049e 75%);
	background: -o-linear-gradient(left, #f4185d 25%, #ba049e 75%);
	background: linear-gradient(to right, #f4185d 25%, #ba049e 75%);

	-webkit-background-clip: text;
}

#magazine .box_introduction01 dl dd {
	color: #ffffff;
	font-size: 1.325vw;
	line-height: 2;
}

#magazine .box_movie01 {
	margin-bottom: 75px;
	text-align: center;
	background-color: #ffffff;
}

#magazine .box_movie01 a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .box_movie01 a:hover {
	opacity: 0.75;
}

#magazine .box_movie01 a img {
	width: 100vw;
}

#magazine .box_profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	margin-bottom: 120px;
	padding: 55px 60px 40px 60px;
	background-color: #191919;
}

#magazine .box_profile > p {
	width: calc(25% - 22px);
	text-align: center;
}

#magazine .box_profile > p img {
	width: 15vw;
	max-width: 240px;
}

#magazine .box_profile > dl {
	width: calc(75% - 22px);
}

#magazine .box_profile > dl dt {
	color: #ffffff;
	font-size: 1.755vw;
}

#magazine .box_profile > dl dd.box_column_sns {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #2a2a2a;
}

#magazine .box_profile > dl dd.box_column_sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#magazine .box_profile > dl dd.box_column_sns ul li:not(:last-of-type) {
	margin-right: 15px;
}

#magazine .box_profile > dl dd.box_column_sns ul li a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .box_profile > dl dd.box_column_sns ul li a:hover {
	opacity: 0.75;
}

#magazine .box_profile > dl dd.box_column_sns ul li a img {
	width: 2vw;
	max-width: 32px;
}

#magazine .box_profile > dl dd.box_column_text {
	color: #cccccc;
}

#magazine .box_profile > dl dd.box_column_text p {
	margin-bottom: 20px;
	font-size: 1.025vw;
	line-height: 2;
}

#magazine .box_profile > dl dd.box_column_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#magazine .box_profile > dl dd.box_column_link ul li {
	margin-bottom: 15px;
}

#magazine .box_profile > dl dd.box_column_link ul li:not(:last-of-type) {
	margin-right: 15px;
}

#magazine .box_profile > dl dd.box_column_link ul li a {
	width: auto;
	padding: 5px 35px;
	font-size: 0.875vw;
	font-weight: normal;
	text-transform: none;
}

#magazine .box_gray_container03 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 30px;
}

#magazine .box_gray_container03 ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: calc(50% - 20px);
	height: 115px;
	margin-bottom: 30px;
	padding: 20px 0;
	color: #a50034;
	font-size: 1.465vw;
	font-weight: bold;
	text-align: center;
	background-color: #f6f6f6;
}

#magazine .box_function_container01,
#magazine .box_function_container02 {
	margin-bottom: 25px;
}

#magazine .box_function_container01,
#magazine .box_function_container02,
#magazine .box_function_container03 {
	padding: 30px 30px 30px 0;
	background-color: #f6f6f6;
}

#magazine .box_function_container01 > dl,
#magazine .box_function_container02 > dl,
#magazine .box_function_container03 > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
}

#magazine .box_function_container01 > dl > dt,
#magazine .box_function_container02 > dl > dt,
#magazine .box_function_container03 > dl > dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 20%;
	font-size: 1.4375vw;
	text-align: center;
}

#magazine .box_function_container01 > dl > dd,
#magazine .box_function_container02 > dl > dd,
#magazine .box_function_container03 > dl > dd {
	width: 80%;
	padding: 30px;
	text-align: center;
}

#magazine .box_function_container01 > dl > dd ul,
#magazine .box_function_container02 > dl > dd ul,
#magazine .box_function_container03 > dl > dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#magazine .box_function_container01 > dl > dd ul li,
#magazine .box_function_container02 > dl > dd ul li,
#magazine .box_function_container03 > dl > dd ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 1.025vw;
	font-weight: bold;
	line-height: 1.45;
}

#magazine .box_function_container01 > dl > dd ul li:nth-of-type(even),
#magazine .box_function_container02 > dl > dd ul li:nth-of-type(even),
#magazine .box_function_container03 > dl > dd ul li:nth-of-type(even) {
	margin-left: 5px;
}

#magazine .box_function_container01 > dl > dd ul li:nth-of-type(odd),
#magazine .box_function_container02 > dl > dd ul li:nth-of-type(odd),
#magazine .box_function_container03 > dl > dd ul li:nth-of-type(odd) {
	margin-right: 5px;
}

#magazine .box_function_container01 > dl > dd ul li span,
#magazine .box_function_container02 > dl > dd ul li span,
#magazine .box_function_container03 > dl > dd ul li span {
	display: block;
	margin-bottom: 5px;
	font-size: 0.875vw;
	font-weight: normal;
}

#magazine .box_function_container01 > dl > dd ul.panel_clumn2 li,
#magazine .box_function_container02 > dl > dd ul.panel_clumn2 li,
#magazine .box_function_container03 > dl > dd ul.panel_clumn2 li {
	width: calc(50% - 5px);
}

#magazine .box_function_container01 > dl > dd ul.panel_clumn4 li,
#magazine .box_function_container02 > dl > dd ul.panel_clumn4 li,
#magazine .box_function_container03 > dl > dd ul.panel_clumn4 li {
	width: calc(25% - 5px);
}

#magazine .box_function_container01 > dl > dd ul.panel_clumn4 li:nth-of-type(2),
#magazine .box_function_container02 > dl > dd ul.panel_clumn4 li:nth-of-type(2),
#magazine .box_function_container03 > dl > dd ul.panel_clumn4 li:nth-of-type(2) {
	margin-right: 5px;
}

#magazine .box_function_container01 > dl > dd ul.panel_clumn4 li:nth-of-type(3),
#magazine .box_function_container02 > dl > dd ul.panel_clumn4 li:nth-of-type(3),
#magazine .box_function_container03 > dl > dd ul.panel_clumn4 li:nth-of-type(3) {
	margin-left: 5px;
}

#magazine .box_function_container01 > dl > dd ul.panel_clumn4.vertical,
#magazine .box_function_container02 > dl > dd ul.panel_clumn4.vertical,
#magazine .box_function_container03 > dl > dd ul.panel_clumn4.vertical {
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}

#magazine .box_function_container01 > dl > dd ul.panel_clumn4.vertical li,
#magazine .box_function_container02 > dl > dd ul.panel_clumn4.vertical li,
#magazine .box_function_container03 > dl > dd ul.panel_clumn4.vertical li {
	width: calc(50% - 5px);
}

#magazine .box_function_container01 > dl > dd ul.panel_clumn4.vertical li:nth-of-type(2),
#magazine .box_function_container02 > dl > dd ul.panel_clumn4.vertical li:nth-of-type(2),
#magazine .box_function_container03 > dl > dd ul.panel_clumn4.vertical li:nth-of-type(2) {
	margin-right: 0;
}

#magazine .box_function_container01 > dl > dd ul.panel_clumn4.vertical li:nth-of-type(3),
#magazine .box_function_container02 > dl > dd ul.panel_clumn4.vertical li:nth-of-type(3),
#magazine .box_function_container03 > dl > dd ul.panel_clumn4.vertical li:nth-of-type(3) {
	margin-left: 0;
}

#magazine .box_function_container01 > dl > dd:nth-of-type(1) {
	width: 40%;
	margin-right: 10%;
}

#magazine .box_function_container01 > dl > dd:nth-of-type(2) {
	position: relative;
	width: 30%;
}

#magazine .box_function_container01 > dl > dd:nth-of-type(2):before,
#magazine .box_function_container01 > dl > dd:nth-of-type(2):after {
	display: block;
	position: absolute;
	top: 48%;
	left: -21%;
	width: 28px;
	height: 5px;
	content: "";
	background: #000000;
}

#magazine .box_function_container01 > dl > dd:nth-of-type(2):after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#magazine .box_function_container02 > dl > dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#magazine .box_function_container02 > dl > dd ul {
	width: calc(50% - 5px);
}

#magazine .box_function .panel_title {
	font-weight: bold;
}

#magazine .box_function .panel_green {
	background-color: #ddf9e2;
}

#magazine .box_function .panel_green .panel_title {
	margin-bottom: 15px;
	color: #1a7e2b;
	font-size: 1.175vw;
}

#magazine .box_function .panel_green ul li {
	background-color: #a1e8ad;
}

#magazine .box_function .panel_pink {
	background-color: #f6dce4;
}

#magazine .box_function .panel_pink .panel_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	color: #a50034;
	font-size: 1.325vw;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine .box_detail.interview > section .title_interview01 .box_detail_img {
		margin-bottom: 80px;
	}
	#magazine .box_sns01 ul li a img {
		width: 100%;
		max-width: 72px;
	}
	#magazine .box_sns01 ul li a p {
		font-size: 1.16875rem;
	}
	#magazine .box_sns01 ul li a p span:after {
		width: 16px;
		height: 16px;
	}
	#magazine .box_gray .box_gray_lead01 {
		font-size: 1.3125rem;
	}
	#magazine .box_gray .box_gray_container01 .text_title01 {
		font-size: 1.75rem;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dt {
		font-size: 2.34375rem;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dd p {
		font-size: 1.1875rem;
	}
	#magazine .box_gray .box_gray_container01 .box_gray_text01 {
		font-size: 1.46875rem;
	}
	#magazine .box_gray .box_gray_container01 .text_reference {
		font-size: 1rem;
	}
	#magazine .box_gray .box_gray_container01 .list_sound li {
		font-size: 1.1875rem;
	}
	#magazine .box_gray .box_gray_container01 .list_sound li span {
		font-size: 1rem;
	}
	#magazine .box_gray .box_gray_step .rellax dl dt {
		font-size: 1.675rem;
	}
	#magazine .box_gray .box_gray_step .rellax dl dt span {
		font-size: 1rem;
	}
	#magazine .box_gray .box_gray_step .rellax dl dd ul li {
		font-size: 1rem;
	}
	#magazine .box_text_column ul li a {
		font-size: 1.3125rem;
	}
	#magazine .box_end img {
		max-width: 512px;
	}
	#magazine .box_gray_container02 ul li dl dt {
		font-size: 1.3125rem;
	}
	#magazine .box_gray_container02 ul li dl dd {
		font-size: 2.0625rem;
	}
	#magazine .box_introduction01 dl dt {
		font-size: 2.212875rem;
	}
	#magazine .box_introduction01 dl dd {
		font-size: 1.3125rem;
	}
	#magazine .box_profile > dl dt {
		font-size: 1.75rem;
	}
	#magazine .box_profile > dl dd.box_column_text p {
		font-size: 1rem;
	}
	#magazine .box_profile > dl dd.box_column_link ul li a {
		font-size: 0.875rem;
	}
	#magazine .box_gray_container03 ul li {
		font-size: 1.465rem;
	}
	#magazine .box_function_container01 > dl > dt,
	#magazine .box_function_container02 > dl > dt,
	#magazine .box_function_container03 > dl > dt {
		font-size: 1.4375rem;
	}
	#magazine .box_function_container01 > dl > dd ul li,
	#magazine .box_function_container02 > dl > dd ul li,
	#magazine .box_function_container03 > dl > dd ul li {
		font-size: 1.125rem;
	}
	#magazine .box_function_container01 > dl > dd ul li span,
	#magazine .box_function_container02 > dl > dd ul li span,
	#magazine .box_function_container03 > dl > dd ul li span {
		font-size: 0.875rem;
	}
	#magazine .box_function_container01 > dl > dd:nth-of-type(2):before,
	#magazine .box_function_container01 > dl > dd:nth-of-type(2):after {
		left: -82px;
	}
	#magazine .box_function .panel_green .panel_title {
		font-size: 1.1875rem;
	}
	#magazine .box_function .panel_pink .panel_title {
		font-size: 1.3125rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine .box_detail.interview > section .title_interview01 .box_detail_img {
		margin-bottom: 65px;
	}
	#magazine .box_sns01 ul li a img {
		width: 100%;
		max-width: 60px;
	}
	#magazine .box_sns01 ul li a p {
		font-size: 1rem;
	}
	#magazine .box_sns01 ul li a p span:after {
		width: 14px;
		height: 14px;
	}
	#magazine .box_gray .box_gray_lead01 {
		font-size: 1.125rem;
	}
	#magazine .box_gray .box_gray_container01 .text_title01 {
		font-size: 1.5rem;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dt {
		font-size: 2rem;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dd p {
		font-size: 1rem;
	}
	#magazine .box_gray .box_gray_container01 .box_gray_text01 {
		font-size: 1.25rem;
	}
	#magazine .box_gray .box_gray_container01 .text_reference {
		font-size: 0.875rem;
	}
	#magazine .box_gray .box_gray_container01 .list_sound li {
		font-size: 1rem;
	}
	#magazine .box_gray .box_gray_container01 .list_sound li span {
		width: 30%;
		font-size: 0.875rem;
	}
	#magazine .box_gray .box_gray_step .rellax dl dt {
		font-size: 1.375rem;
	}
	#magazine .box_gray .box_gray_step .rellax dl dt span {
		font-size: 0.875rem;
	}
	#magazine .box_gray .box_gray_step .rellax dl dd ul li {
		font-size: 0.875rem;
	}
	#magazine .box_text_column ul li a {
		font-size: 1.125rem;
	}
	#magazine .box_gray_container02 ul li dl dt {
		font-size: 1.125rem;
	}
	#magazine .box_gray_container02 ul li dl dd {
		font-size: 1.75rem;
	}
	#magazine .box_introduction01 dl dt {
		font-size: 1.875rem;
	}
	#magazine .box_introduction01 dl dd {
		font-size: 1.125rem;
	}
	#magazine .box_profile > dl dt {
		font-size: 1.5rem;
	}
	#magazine .box_profile > dl dd.box_column_text p {
		font-size: 0.875rem;
	}
	#magazine .box_profile > dl dd.box_column_link ul li a {
		font-size: 0.75rem;
	}
	#magazine .box_gray_container03 ul li {
		font-size: 1.25rem;
	}
	#magazine .box_function_container01 > dl > dt,
	#magazine .box_function_container02 > dl > dt,
	#magazine .box_function_container03 > dl > dt {
		font-size: 1.25rem;
	}
	#magazine .box_function_container01 > dl > dd ul li,
	#magazine .box_function_container02 > dl > dd ul li,
	#magazine .box_function_container03 > dl > dd ul li {
		font-size: 0.875rem;
	}
	#magazine .box_function_container01 > dl > dd ul li span,
	#magazine .box_function_container02 > dl > dd ul li span,
	#magazine .box_function_container03 > dl > dd ul li span {
		font-size: 0.75rem;
	}
	#magazine .box_function .panel_green .panel_title {
		font-size: 1rem;
	}
	#magazine .box_function .panel_pink .panel_title {
		font-size: 1.125rem;
	}
}

/* 1199px以下 */
@media (max-width: 1199px) {
	#magazine .box_detail {
		padding: 0 60px 85px 60px;
	}
	#magazine .box_detail.interview > section:nth-of-type(odd) .title_interview01 .box_detail_img {
		margin-right: -60px;
	}
	#magazine .box_detail.interview > section:nth-of-type(even) .title_interview01 .box_detail_img {
		margin-left: -60px;
	}
	#magazine .box_detail .box_detail_inner01 {
		padding: 0 60px;
	}
	#magazine .box_text_column ul li a {
		padding: 15px;
		font-size: 0.875rem;
	}
	#magazine .box_gray .box_gray_container01 {
		padding: 6%;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dt {
		font-size: 1.65rem;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dd img {
		width: 64%;
	}
	#magazine .box_gray .box_gray_container01 .list_sound li {
		width: 100%;
	}
	#magazine .box_gray .box_gray_container01 .list_sound li span {
		width: 100px;
	}
	#magazine .box_gray .box_gray_container01 .box_gray_text01 {
		font-size: 1rem;
	}
	#magazine .box_gray .box_gray_step .rellax dl dt span {
		width: 100px;
		text-align: center;
	}
	#magazine .box_gray .box_gray_step .rellax dl dd ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#magazine .box_gray .box_gray_step .rellax dl dd ul li {
		margin-bottom: 10px;
	}
	#magazine .box_gray_container02 ul li dl dt {
		font-size: 1rem;
	}
	#magazine .box_gray_container02 ul li dl dd {
		font-size: 1.5rem;
	}
	#magazine .box_gray_container03 ul li {
		font-size: 1.465vw;
	}
	#magazine .box_function_container01,
	#magazine .box_function_container02,
	#magazine .box_function_container03 {
		padding: 30px;
	}
	#magazine .box_function_container01 > dl,
	#magazine .box_function_container02 > dl,
	#magazine .box_function_container03 > dl {
		display: block;
	}
	#magazine .box_function_container01 > dl > dt,
	#magazine .box_function_container02 > dl > dt,
	#magazine .box_function_container03 > dl > dt {
		width: 100%;
		margin-bottom: 10px;
	}
	#magazine .box_function_container01 > dl > dd,
	#magazine .box_function_container02 > dl > dd,
	#magazine .box_function_container03 > dl > dd {
		width: 100%;
	}
	#magazine .box_function_container01 > dl > dd:nth-of-type(1) {
		width: 100%;
		margin-bottom: 60px;
	}
	#magazine .box_function_container01 > dl > dd:nth-of-type(2) {
		width: 100%;
	}
	#magazine .box_function_container01 > dl > dd:nth-of-type(2):before,
	#magazine .box_function_container01 > dl > dd:nth-of-type(2):after {
		top: -30px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .box_sns01 {
		margin: 12% auto 3% auto;
	}
	#magazine .box_sns01 ul {
		width: 90%;
		margin: 0 auto;
	}
	#magazine .box_sns01 ul li {
		width: 45%;
	}
	#magazine .box_sns01 ul li:nth-of-type(1) a {
		padding: 6% 18% 6% 0;
	}
	#magazine .box_sns01 ul li:nth-of-type(2) a {
		padding: 6% 0 6% 18%;
	}
	#magazine .box_sns01 ul li a {
		padding: 6% 0;
	}
	#magazine .box_sns01 ul li a img {
		width: 30%;
		max-width: 100%;
	}
	#magazine .box_sns01 ul li a p {
		font-size: 2.875vw;
	}
	#magazine .box_sns01 ul li a p span {
		padding-right: 4vw;
	}
	#magazine .box_sns01 ul li a p span:after {
		top: 15%;
		right: 0;
		width: 3vw;
		height: 3vw;
		background-size: 100%;
	}
	#magazine .box_detail {
		margin-right: -8vw;
		margin-left: -8vw;
		padding: 0 8vw 12% 8vw;
	}
	#magazine .box_detail.interview > section .title_interview01 .box_detail_img {
		margin-bottom: 8%;
	}
	#magazine .box_detail.interview > section:nth-of-type(odd) .title_interview01 .box_detail_img {
		margin-right: -8vw;
	}
	#magazine .box_detail.interview > section:nth-of-type(even) .title_interview01 .box_detail_img {
		margin-left: -8vw;
	}
	#magazine .box_detail .btn_detail02 + .box_detail_inner01 {
		margin-top: 8%;
	}
	#magazine .box_detail .box_detail_inner01 {
		padding: 0;
	}
	#magazine .box_detail .box_detail_inner01 + .text_lead03 {
		margin-top: 8%;
	}
	#magazine .box_text_column ul {
		display: block;
	}
	#magazine .box_text_column ul li {
		width: 100%;
		margin-bottom: 6%;
	}
	#magazine .box_text_column ul li:last-of-type {
		margin-bottom: 0;
	}
	#magazine .box_text_column ul li a {
		padding: 4%;
		font-size: 3.875vw;
	}
	#magazine .box_img01 + .box_img01,
	#magazine .box_img01 + .box_youtube01 {
		margin-top: 8%;
	}
	#magazine .box_gray {
		margin-top: 12%;
		margin-bottom: 8%;
	}
	#magazine .box_gray .box_gray_lead01 {
		margin-bottom: 8%;
		font-size: 3.75vw;
	}
	#magazine .box_gray .box_gray_container01 {
		padding: 8% 6%;
	}
	#magazine .box_gray .box_gray_container01 .box_gray_lead01 {
		margin-bottom: 2%;
	}
	#magazine .box_gray .box_gray_container01 .text_note01 {
		margin-top: 4%;
	}
	#magazine .box_gray .box_gray_container01 .text_title01 {
		margin-bottom: 6%;
		font-size: 4.75vw;
	}
	#magazine .box_gray .box_gray_container01 .text_column {
		display: block;
		margin-bottom: 4%;
	}
	#magazine .box_gray .box_gray_container01 .text_column .text-small {
		font-size: 3vw;
	}
	#magazine .box_gray .box_gray_container01 .box_img01 + .btn_detail02 {
		margin-top: 6%;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dt {
		font-size: 5vw;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dd p {
		margin: 6% auto;
		font-size: 3vw;
	}
	#magazine .box_gray .box_gray_container01.ranking dl dd p + img {
		width: 64vw;
	}
	#magazine .box_gray .box_gray_container01 .box_gray_text01 {
		font-size: 3.5vw;
	}
	#magazine .box_gray .box_gray_container01 .text_reference {
		font-size: 3vw;
	}
	#magazine .box_gray .box_gray_container01 .list_sound {
		margin-top: 0;
		margin-bottom: 4%;
	}
	#magazine .box_gray .box_gray_container01 .list_sound li {
		margin-bottom: 4%;
		font-size: 3.5vw;
	}
	#magazine .box_gray .box_gray_container01 .list_sound li span {
		width: 20vw;
		font-size: 3vw;
	}
	#magazine .box_gray .box_gray_step {
		padding: 8% 6%;
	}
	#magazine .box_gray .box_gray_step > img {
		top: -5px;
		left: -5px;
		width: 10vw;
	}
	#magazine .box_gray .box_gray_step .rellax {
		display: block;
	}
	#magazine .box_gray .box_gray_step .rellax dl {
		width: 100%;
	}
	#magazine .box_gray .box_gray_step .rellax dl dt {
		margin-bottom: 6%;
		font-size: 4.5vw;
		line-height: 1.25;
	}
	#magazine .box_gray .box_gray_step .rellax dl dt span {
		width: auto;
		margin-right: 20px;
		font-size: 3vw;
		white-space: nowrap;
	}
	#magazine .box_gray .box_gray_step .rellax dl dd ul {
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		margin-bottom: 8%;
	}
	#magazine .box_gray .box_gray_step .rellax dl dd ul li {
		margin-bottom: 10px;
		font-size: 3vw;
	}
	#magazine .box_gray .box_gray_step .rellax img {
		width: 100%;
	}
	#magazine .box_end {
		margin-top: 8%;
	}
	#magazine .box_end .text_lead02.center {
		text-align: center;
	}
	#magazine .box_end .box_end_img01 {
		padding-top: 8%;
	}
	#magazine .box_end .box_end_img01 img {
		width: 90%;
		max-width: 100%;
	}
	#magazine .box_youtube01 {
		margin-bottom: 8%;
	}
	#magazine .box_gray_container02 {
		margin-bottom: 8%;
	}
	#magazine .box_gray_container02.reverse ul li dl dd {
		margin-bottom: 14%;
	}
	#magazine .box_gray_container02.reverse ul li dl dd:after {
		bottom: -7vw;
		border-width: 3vw 2vw 0 2vw;
		content: "";
	}
	#magazine .box_gray_container02 ul {
		display: block;
		width: 100%;
	}
	#magazine .box_gray_container02 ul li {
		width: 100%;
		margin-bottom: 8%;
		padding: 8%;
	}
	#magazine .box_gray_container02 ul li:last-of-type {
		margin-bottom: 0;
	}
	#magazine .box_gray_container02 ul li dl dt {
		margin-bottom: 14%;
		font-size: 3.75vw;
	}
	#magazine .box_gray_container02 ul li dl dt:after {
		bottom: -7vw;
		border-width: 3vw 2vw 0 2vw;
	}
	#magazine .box_gray_container02 ul li dl dd {
		font-size: 4.75vw;
	}
	#magazine .box_column {
		display: block;
	}
	#magazine .box_column .w80,
	#magazine .box_column .w70,
	#magazine .box_column .w60,
	#magazine .box_column .w50,
	#magazine .box_column .w40,
	#magazine .box_column .w30 {
		width: 100%;
	}
	#magazine .box_column.center .box_column_img {
		margin: 0 auto 4% auto;
	}
	#magazine .box_column.center .box_column_img.w40 {
		width: 80%;
	}
	#magazine .box_column.center .box_column_img + .box_column_img {
		margin: 0 auto;
	}
	#magazine .box_column + .text {
		margin-top: 6%;
	}
	#magazine .box_column.is-gray .is-gray_container {
		padding: 6%;
	}
	#magazine .box_column.is-spRev {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	#magazine .box_column .box_column_img + .box_column_text {
		margin-top: 8%;
	}
	#magazine .box_column .box_column_img + .box_column_text.is-gray_container {
		margin-top: 0;
	}
	#magazine .box_column .box_column_img.is-center {
		margin: 0 auto;
	}
	#magazine .box_column .box_column_img.is-center + .box_column_img {
		margin-top: 8%;
	}
	#magazine .box_column .box_column_text .text:last-of-type + .btn_detail01,
	#magazine .box_column .box_column_text .text:last-of-type + .btn_detail02 {
		margin-bottom: 8%;
	}
	#magazine .box_introduction01 {
		display: block;
		margin: 4% auto 16% auto;
	}
	#magazine .box_introduction01 .box_introduction_img {
		display: block;
		width: 100%;
		text-align: center;
	}
	#magazine .box_introduction01 .box_introduction_img img {
		max-width: 100%;
	}
	#magazine .box_introduction01 dl {
		width: 100%;
	}
	#magazine .box_introduction01 dl dt {
		margin-top: 8%;
		margin-bottom: 6%;
		font-size: 4.25vw;
		text-align: center;
	}
	#magazine .box_introduction01 dl dd {
		font-size: 3vw;
		text-align: center;
	}
	#magazine .box_movie01 {
		margin-bottom: 14%;
	}
	#magazine .box_profile {
		display: block;
		margin-bottom: 16%;
		padding: 12% 10% 6% 10%;
	}
	#magazine .box_profile > p {
		width: 100%;
	}
	#magazine .box_profile > p img {
		width: 40%;
		max-width: 100%;
	}
	#magazine .box_profile > dl {
		width: 100%;
	}
	#magazine .box_profile > dl dt {
		margin-top: 6%;
		font-size: 3.8vw;
		text-align: center;
	}
	#magazine .box_profile > dl dd.box_column_sns {
		margin-bottom: 5%;
		padding: 2.5% 0 5% 0;
	}
	#magazine .box_profile > dl dd.box_column_sns ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#magazine .box_profile > dl dd.box_column_sns ul li a img {
		width: 6vw;
		max-width: 100%;
	}
	#magazine .box_profile > dl dd.box_column_text {
		margin-bottom: 8%;
	}
	#magazine .box_profile > dl dd.box_column_text p {
		margin-bottom: 4%;
		font-size: 3vw;
	}
	#magazine .box_profile > dl dd.box_column_link ul li {
		margin-bottom: 5%;
	}
	#magazine .box_profile > dl dd.box_column_link ul li a {
		padding: 3px 20px;
		font-size: 2.6vw;
	}
	#magazine .box_gray_container03 ul {
		margin-bottom: 6%;
	}
	#magazine .box_gray_container03 ul li {
		width: 48%;
		height: auto;
		margin-bottom: 4%;
		padding: 8% 2%;
		font-size: 3vw;
	}
	#magazine .box_function_container01,
	#magazine .box_function_container02,
	#magazine .box_function_container03 {
		padding: 6%;
	}
	#magazine .box_function_container01 > dl > dt,
	#magazine .box_function_container02 > dl > dt,
	#magazine .box_function_container03 > dl > dt {
		font-size: 4vw;
		line-height: 1.4;
	}
	#magazine .box_function_container01 > dl > dd,
	#magazine .box_function_container02 > dl > dd,
	#magazine .box_function_container03 > dl > dd {
		padding: 10px;
	}
	#magazine .box_function_container01 > dl > dd ul li,
	#magazine .box_function_container02 > dl > dd ul li,
	#magazine .box_function_container03 > dl > dd ul li {
		font-size: 3.25vw;
	}
	#magazine .box_function_container01 > dl > dd ul li span,
	#magazine .box_function_container02 > dl > dd ul li span,
	#magazine .box_function_container03 > dl > dd ul li span {
		font-size: 3vw;
	}
	#magazine .box_function_container01 > dl > dd ul.panel_clumn4,
	#magazine .box_function_container02 > dl > dd ul.panel_clumn4,
	#magazine .box_function_container03 > dl > dd ul.panel_clumn4 {
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
	}
	#magazine .box_function_container01 > dl > dd ul.panel_clumn4 li,
	#magazine .box_function_container02 > dl > dd ul.panel_clumn4 li,
	#magazine .box_function_container03 > dl > dd ul.panel_clumn4 li {
		width: calc(50% - 5px);
	}
	#magazine .box_function_container01 > dl > dd ul.panel_clumn4 li:nth-of-type(2),
	#magazine .box_function_container02 > dl > dd ul.panel_clumn4 li:nth-of-type(2),
	#magazine .box_function_container03 > dl > dd ul.panel_clumn4 li:nth-of-type(2) {
		margin-right: 0;
	}
	#magazine .box_function_container01 > dl > dd ul.panel_clumn4 li:nth-of-type(3),
	#magazine .box_function_container02 > dl > dd ul.panel_clumn4 li:nth-of-type(3),
	#magazine .box_function_container03 > dl > dd ul.panel_clumn4 li:nth-of-type(3) {
		margin-left: 0;
	}
	#magazine .box_function_container01 > dl > dd:nth-of-type(2):before,
	#magazine .box_function_container01 > dl > dd:nth-of-type(2):after {
		width: 20px;
		height: 3px;
	}
	#magazine .box_function_container02 > dl > dd {
		display: block;
	}
	#magazine .box_function_container02 > dl > dd ul {
		width: 100%;
	}
	#magazine .box_function .panel_green .panel_title {
		font-size: 3.25vw;
	}
	#magazine .box_function .panel_pink .panel_title {
		font-size: 3.5vw;
	}
}

/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	#magazine .box_introduction01 dl dt .text-gradient {
		color: #f4185d;
		background: none;
	}
}

#magazine.detail #art-detail .card_detail ul li {
	margin-bottom: 0;
}

#magazine .card_detail ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-right: -1.66667%;
	margin-left: -1.66667%;
}

#magazine .card_detail ul li {
	position: relative;
	width: 30%;
	height: 100%;
	margin: 0 1.66667% 60px 1.66667%;
}

#magazine .card_detail ul li .new {
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	max-width: 65px;
}

#magazine .card_detail ul li a {
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .card_detail ul li a:before,
#magazine .card_detail ul li a:after {
	position: absolute;
	z-index: -2;
	content: "";
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

#magazine .card_detail ul li a:hover img {
	opacity: 0.75;
}

#magazine .card_detail ul li a img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .card_detail ul li a dl {
	position: relative;
	padding: 0 10% 8% 10%;
	text-align: justify;
	background-color: #ffffff;
}

#magazine .card_detail ul li a dl:before {
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 0;
	width: 14vw;
	height: 60px;
	content: "";
	background-color: #ffffff;
}

#magazine .card_detail ul li a dl dt {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.45;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .card_detail ul li a dl dt time {
	display: block;
	position: relative;
	z-index: 1;
	color: #a50034;
	font-size: 1.2rem;
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

#magazine .card_detail ul li a dl dd {
	font-size: 1rem;
	line-height: 2;
}

#magazine .card_detail .btn_all {
	cursor: pointer;
}

#magazine .card_detail .btn_all p {
	display: block;
	width: 26vw;
	min-width: 310px;
	max-width: 420px;
	margin: 0 auto;
	padding: 7px;
	border: 1px solid #a50034;
	color: #a50034;
	font-size: 1.175vw;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .card_detail .btn_all p:hover {
	border: 1px solid #a50034;
	color: #ffffff;
	background-color: #a50034;
}

#magazine .card_detail .card_detail_hidden {
	display: none;
}

#magazine .card_detail .card_detail_hidden.js-filter-display {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#magazine .box_detail .card_product > ul > li > a .card_product_wrap,
#magazine .box_detail .card_product > ul > li > .card_product_outer .card_product_wrap {
	padding: 0;
}

#magazine .box_detail .card_product > ul > li > a + .btn_detail01,
#magazine .box_detail .card_product > ul > li > .card_product_outer + .btn_detail01 {
	margin-top: 30px;
}

#magazine .card_product {
	margin-bottom: 30px;
}

#magazine .card_product > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: nowrap;
	    flex-flow: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-right: -2%;
	margin-left: -2%;
}

#magazine .card_product > ul > li {
	width: 48%;
	margin: 0 2%;
}

#magazine .card_product > ul > li.card_product_bnr a {
	display: block;
	background-color: #ffffff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#magazine .card_product > ul > li.card_product_bnr a:not(:last-of-type) {
	margin-bottom: 30px;
}

#magazine .card_product > ul > li.card_product_bnr a img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .card_product > ul > li > .card_product_outer:hover img {
	opacity: 1 !important;
}

#magazine .card_product > ul > li > a,
#magazine .card_product > ul > li > .card_product_outer {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .card_product > ul > li > a:hover img,
#magazine .card_product > ul > li > .card_product_outer:hover img {
	opacity: 0.75;
}

#magazine .card_product > ul > li > a .card_product_wrap,
#magazine .card_product > ul > li > .card_product_outer .card_product_wrap {
	padding: 8% 20% 6% 20%;
	line-height: 1.25;
	text-align: center;
	background-color: #ffffff;
}

#magazine .card_product > ul > li > a .card_product_wrap .card_product_thumb,
#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_thumb {
	margin-bottom: 8%;
	text-align: center;
	background-color: #ffffff;
}

#magazine .card_product > ul > li > a .card_product_wrap .card_product_thumb img,
#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_thumb img {
	width: 28.25vw;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .card_product > ul > li > a .card_product_wrap .card_product_title,
#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title {
	margin-bottom: 20px;
	color: #333333;
	font-size: 1.025vw;
	font-weight: bold;
}

#magazine .card_product > ul > li > a .card_product_wrap .card_product_title span,
#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title span {
	display: block;
	font-size: 2.8vw;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine .card_detail ul li a dl:before {
		width: 215px;
	}
	#magazine .card_detail .btn_all p {
		font-size: 1.175rem;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_thumb img,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_thumb img {
		max-width: 452px;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_title,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title {
		font-size: 1rem;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_title span,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title span {
		font-size: 2.8125rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine .card_detail ul li a dl:before {
		width: 180px;
	}
	#magazine .card_detail .btn_all p {
		font-size: 1rem;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_title,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title {
		font-size: 0.875rem;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_title span,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title span {
		font-size: 2.375rem;
	}
}

/* 1199px以下 */
@media (max-width: 1199px) {
	#magazine .card_detail ul li a dl {
		padding: 6% 10% 6% 10%;
	}
	#magazine .card_detail ul li a dl:before {
		width: 170px;
	}
	#magazine .card_detail ul li a dl dt time {
		-webkit-transform: translateY(-15px);
		    -ms-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
	#magazine .card_product > ul > li > a .card_product_wrap,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap {
		padding: 8% 4% 8% 4%;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_title,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title {
		font-size: 0.75rem;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_title span,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title span {
		font-size: 1.875rem;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine.detail #art-detail .card_detail ul li {
		margin-bottom: 8%;
	}
	#magazine.detail #art-detail .card_detail ul li:last-of-type {
		margin-bottom: 0;
	}
	#magazine .card_detail ul {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	#magazine .card_detail ul li {
		width: 100%;
		margin: 0 auto 8% auto;
	}
	#magazine .card_detail ul li .new {
		top: -10px;
		left: -10px;
		width: 12vw;
	}
	#magazine .card_detail ul li a dl {
		padding: 0 10% 8% 10%;
	}
	#magazine .card_detail ul li a dl:before {
		top: -25px;
		width: 45vw;
		min-width: auto;
		height: 44px;
	}
	#magazine .card_detail ul li a dl dt {
		margin-bottom: 2%;
		font-size: 5vw;
	}
	#magazine .card_detail ul li a dl dt time {
		font-size: 4.375vw;
		-webkit-transform: translateY(-7px);
		    -ms-transform: translateY(-7px);
		        transform: translateY(-7px);
	}
	#magazine .card_detail ul li a dl dd {
		font-size: 3.435vw;
	}
	#magazine .card_detail .btn_all {
		margin-top: 12%;
	}
	#magazine .card_detail .btn_all p {
		width: 100%;
		min-width: auto;
		max-width: 80%;
		font-size: 3.75vw;
		line-height: 1.45;
	}
	#magazine .card_product > ul {
		display: block;
	}
	#magazine .card_product > ul > li {
		width: 100%;
		margin-bottom: 8%;
	}
	#magazine .card_product > ul > li:last-of-type {
		margin-bottom: 0;
	}
	#magazine .card_product > ul > li.card_product_bnr a:not(:last-of-type) {
		margin-bottom: 4%;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_thumb img,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_thumb img {
		width: 50%;
		max-width: 100%;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_title,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title {
		margin-bottom: 10px;
		font-size: 3vw;
	}
	#magazine .card_product > ul > li > a .card_product_wrap .card_product_title span,
	#magazine .card_product > ul > li > .card_product_outer .card_product_wrap .card_product_title span {
		font-size: 7.45vw;
	}
}

#magazine .anchor_detail01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: nowrap;
	    flex-flow: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	margin-bottom: 80px;
}

#magazine .anchor_detail01 li {
	width: auto;
	border-right: 1px solid #cccccc;
}

#magazine .anchor_detail01 li:first-of-type {
	border-left: 1px solid #cccccc;
}

#magazine .anchor_detail01 li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	margin: 20px 0 35px 0;
	padding: 0 30px;
	color: #a50034;
	font-size: 1.325vw;
	font-weight: bold;
	line-height: 1.45;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .anchor_detail01 li a:hover {
	opacity: 0.75;
}

#magazine .anchor_detail01 li a:hover:after {
	bottom: -28px;
}

#magazine .anchor_detail01 li a:after {
	position: absolute;
	bottom: -25px;
	left: 46%;
	width: 0.65vw;
	height: 0.65vw;
	border: 2px solid #a50034;
	border-width: 2px 2px 0 0;
	content: "";
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine .anchor_detail01 li a {
		font-size: 1.3125rem;
	}
	#magazine .anchor_detail01 li a:after {
		width: 14.7px;
		height: 14.7px;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine .anchor_detail01 li a {
		font-size: 1.125rem;
	}
	#magazine .anchor_detail01 li a:after {
		width: 0.5em;
		height: 0.5em;
	}
}

/* 1199px以下 */
@media (max-width: 1199px) {
	#magazine .anchor_detail01 li a {
		padding: 0 20px;
		font-size: 1.4vw;
	}
}

/* 991px以下 */
@media (max-width: 991px) {
	#magazine .anchor_detail01 {
		display: block;
	}
	#magazine .anchor_detail01 li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #cccccc;
	}
	#magazine .anchor_detail01 li:first-of-type {
		border-top: 1px solid #cccccc;
		border-left: none;
	}
	#magazine .anchor_detail01 li a {
		display: block;
		height: auto !important;
		margin: 0;
		padding: 15px 0 15px 2rem;
		font-size: 1rem;
		text-align: left;
	}
	#magazine .anchor_detail01 li a:after {
		top: 42%;
		right: 20px;
		bottom: auto;
		left: auto;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .anchor_detail01 {
		margin-bottom: 16%;
	}
	#magazine .anchor_detail01 li a {
		padding: 4% 3rem 4% 1rem;
		font-size: 3.5vw;
	}
	#magazine .anchor_detail01 li a:after {
		top: 35%;
		width: 3vw;
		height: 3vw;
	}
}

#magazine .text_lead_custom01 {
	margin-bottom: 80px;
}

#magazine .text_lead_custom01 p {
	margin-bottom: 20px;
}

#magazine .text_lead01 {
	margin-bottom: 30px;
	color: #333333;
	font-size: 1.1725vw;
}

#magazine .text_lead01.center {
	text-align: center;
}

#magazine .text_lead02 {
	margin-bottom: 60px;
	color: #333333;
	font-size: 1.325vw;
	font-weight: bold;
}

#magazine .text_lead02.center {
	text-align: center;
}

#magazine .text_lead03 {
	margin-bottom: 40px;
	color: #333333;
	font-size: 1.325vw;
	font-weight: bold;
}

#magazine .text_lead03.center {
	text-align: center;
}

#magazine .text_lead04 {
	margin-bottom: 40px;
	color: #333333;
	font-size: 1.65vw;
	font-weight: bold;
}

#magazine .text_lead04.center {
	text-align: center;
}

#magazine .box_detail .text {
	margin-bottom: 35px;
	color: #333333;
	font-size: 1.175vw;
	text-align: left;
}

#magazine .box_detail .text.center {
	text-align: center;
}

#magazine .text_link01 {
	display: inline-block;
	position: relative;
	padding-right: 1.25rem;
	color: #a50034;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#magazine .text_link01:hover {
	opacity: 0.75;
	text-decoration: none;
}

#magazine .text_link01[target="_blank"]:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url(/jp/lg-magazine/assets/img/ico_blank.png);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 100%;
}

#magazine .box_gray + .text_note01 {
	margin-top: -30px;
}

#magazine .text_note01 {
	margin-top: 40px;
	padding-left: 1rem;
	color: #666666;
	font-size: 1.025vw;
	text-indent: -1rem;
}

#magazine .text_note01.center {
	text-align: center;
}

#magazine .text_note01.right {
	text-align: right;
}

#magazine .text_note02 {
	display: table;
	width: 100%;
	margin: 0;
	padding-left: 0;
}

#magazine .text_note02 > li {
	color: #333333;
	font-size: 1.175vw;
	text-align: left;
	list-style: none;
}

#magazine .text_note02 > li .notes_head {
	display: table-cell;
	padding-right: 0.5em;
	vertical-align: top;
	white-space: nowrap;
}

#magazine .text_note02 > li .notes_body {
	display: table-cell;
	vertical-align: top;
}

#magazine .text-strong01 {
	font-weight: bold;
}

#magazine .text_copy {
	margin-bottom: 60px;
	color: #a50034;
	font-size: 2.2125vw;
	font-weight: bold;
	line-height: 1.65;
}

#magazine .text_copy.center {
	text-align: center;
}

#magazine .text_end {
	display: block;
	margin: 30px;
	color: #a50034;
	font-size: 2.675vw;
	font-weight: bold;
}

#magazine .text_interview01 {
	margin-bottom: 50px;
}

#magazine .text_interview01 .text_interview_question {
	position: relative;
	margin-bottom: 20px;
	padding-left: 2rem;
	color: #a60236;
	font-size: 1.325vw;
}

#magazine .text_interview01 .text_interview_question:before {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 1rem;
	height: 1px;
	content: "";
	background-color: #a60236;
}

#magazine .text_interview01 .text_interview_answer {
	color: #000000;
	font-size: 1.175vw;
}

#magazine .text_interview01 .text_interview_answer > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	line-height: 2;
}

#magazine .text_interview01 .text_interview_answer > dl > dt {
	width: 6%;
}

#magazine .text_interview01 .text_interview_answer > dl > dd {
	width: 92%;
}

#magazine .text_interview01 .text_interview_answer > dl > dd .text_answer {
	margin-bottom: 20px;
}

#magazine .text_interview01 .text_interview_answer > dl > dd .text_answer:last-of-type {
	margin-bottom: 0;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine .text_lead01 {
		font-size: 1.16875rem;
	}
	#magazine .text_lead02 {
		font-size: 1.3125rem;
	}
	#magazine .text_lead03 {
		font-size: 1.3125rem;
	}
	#magazine .text_lead04 {
		font-size: 1.6rem;
	}
	#magazine .box_detail .text {
		font-size: 1.1875rem;
	}
	#magazine .text_note01 {
		font-size: 1rem;
	}
	#magazine .text_note02 > li {
		font-size: 1.1875rem;
	}
	#magazine .text_copy {
		font-size: 2.21875rem;
	}
	#magazine .text_end {
		font-size: 2.675rem;
	}
	#magazine .text_interview01 .text_interview_question {
		font-size: 1.3125rem;
	}
	#magazine .text_interview01 .text_interview_answer {
		font-size: 1.325rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine .text_lead01 {
		font-size: 1rem;
	}
	#magazine .text_lead02 {
		font-size: 1.125rem;
	}
	#magazine .text_lead03 {
		font-size: 1.125rem;
	}
	#magazine .text_lead04 {
		font-size: 1.375rem;
	}
	#magazine .box_detail .text {
		font-size: 1rem;
	}
	#magazine .text_note01 {
		font-size: 0.875rem;
	}
	#magazine .text_note02 > li {
		font-size: 1rem;
	}
	#magazine .text_copy {
		font-size: 1.875rem;
	}
	#magazine .text_end {
		font-size: 2.25rem;
	}
	#magazine .text_interview01 .text_interview_question {
		font-size: 1.125rem;
	}
	#magazine .text_interview01 .text_interview_answer {
		font-size: 1rem;
	}
}

/* 1199px以下 */
@media (max-width: 1199px) {
	#magazine .text_lead01 {
		font-size: 0.875rem;
	}
	#magazine .text_lead02 {
		font-size: 1rem;
	}
	#magazine .text_lead03 {
		font-size: 1rem;
	}
	#magazine .text_lead04 {
		font-size: 1.125rem;
	}
	#magazine .box_detail .text {
		font-size: 0.875rem;
	}
	#magazine .text_note01 {
		font-size: 0.75rem;
	}
	#magazine .text_note02 > li {
		font-size: 0.875rem;
	}
	#magazine .text_copy {
		font-size: 1.45rem;
	}
	#magazine .text_end {
		font-size: 2rem;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .text_lead_custom01 {
		margin-bottom: 8%;
	}
	#magazine .text_lead_custom01 p {
		margin-bottom: 6%;
		text-align: left;
	}
	#magazine .text_lead_custom01 p.center {
		text-align: left;
	}
	#magazine .text_lead01 {
		margin-bottom: 8%;
		font-size: 3.75vw;
	}
	#magazine .text_lead02 {
		margin-bottom: 8%;
		font-size: 3.75vw;
		text-align: justify;
	}
	#magazine .text_lead02.center {
		text-align: justify;
	}
	#magazine .text_lead03 {
		margin-bottom: 6%;
		font-size: 3.75vw;
		text-align: justify;
	}
	#magazine .text_lead03.center {
		text-align: center;
	}
	#magazine .text_lead04 {
		margin-bottom: 6%;
		font-size: 4vw;
	}
	#magazine .box_detail .text {
		margin-bottom: 8%;
		font-size: 3.5vw;
		text-align: justify;
	}
	#magazine .box_gray + .text_note01 {
		margin-top: -4%;
	}
	#magazine .text_note01 {
		margin-top: 10%;
		padding-left: 1rem;
		font-size: 3vw;
		text-indent: -1rem;
	}
	#magazine .text_note01.center {
		text-align: left;
	}
	#magazine .text_note02 > li {
		font-size: 3.5vw;
	}
	#magazine .text_link01 {
		padding-right: 4vw;
	}
	#magazine .text_link01[target="_blank"]:after {
		width: 3vw;
		height: 3vw;
	}
	#magazine .text_copy {
		margin-bottom: 8%;
		font-size: 4.8vw;
	}
	#magazine .text_end {
		font-size: 7vw;
	}
	#magazine .text_interview01 {
		margin-bottom: 10%;
	}
	#magazine .text_interview01 .text_interview_question {
		margin-bottom: 4%;
		padding-left: 1.25rem;
		font-size: 3.85vw;
	}
	#magazine .text_interview01 .text_interview_question:before {
		top: 3.2vw;
		width: 0.75rem;
	}
	#magazine .text_interview01 .text_interview_answer {
		font-size: 3.5vw;
	}
	#magazine .text_interview01 .text_interview_answer > dl > dt {
		width: 15%;
	}
	#magazine .text_interview01 .text_interview_answer > dl > dd {
		width: 84%;
	}
}

#magazine th.center,
#magazine td.center {
	text-align: center !important;
}

#magazine .table_comparison table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}

#magazine .table_comparison table thead tr th {
	width: 33%;
	padding: 10px;
	font-size: 1.325vw;
	font-weight: bold;
	text-align: center;
}

#magazine .table_comparison table thead tr th:nth-of-type(1) {
	background-color: transparent;
}

#magazine .table_comparison table thead tr th:nth-of-type(2) {
	color: #1a7e2b;
	background-color: #a1e8ad;
}

#magazine .table_comparison table thead tr th:nth-of-type(3) {
	color: #a50034;
	background-color: #f8c1d2;
}

#magazine .table_comparison table tbody tr:nth-of-type(2) th,
#magazine .table_comparison table tbody tr:nth-of-type(6) th,
#magazine .table_comparison table tbody tr:nth-of-type(10) th {
	background-color: #dddddd;
}

#magazine .table_comparison table tbody tr:nth-of-type(2) td:nth-of-type(1),
#magazine .table_comparison table tbody tr:nth-of-type(6) td:nth-of-type(1),
#magazine .table_comparison table tbody tr:nth-of-type(10) td:nth-of-type(1) {
	background-color: #c7f5cf;
}

#magazine .table_comparison table tbody tr:nth-of-type(2) td:nth-of-type(2),
#magazine .table_comparison table tbody tr:nth-of-type(6) td:nth-of-type(2),
#magazine .table_comparison table tbody tr:nth-of-type(10) td:nth-of-type(2) {
	background-color: #f1d1db;
}

#magazine .table_comparison table tbody tr:nth-of-type(4) th,
#magazine .table_comparison table tbody tr:nth-of-type(8) th,
#magazine .table_comparison table tbody tr:nth-of-type(12) th {
	background-color: #eeeeee;
}

#magazine .table_comparison table tbody tr:nth-of-type(4) td:nth-of-type(1),
#magazine .table_comparison table tbody tr:nth-of-type(8) td:nth-of-type(1),
#magazine .table_comparison table tbody tr:nth-of-type(12) td:nth-of-type(1) {
	background-color: #ddf9e2;
}

#magazine .table_comparison table tbody tr:nth-of-type(4) td:nth-of-type(2),
#magazine .table_comparison table tbody tr:nth-of-type(8) td:nth-of-type(2),
#magazine .table_comparison table tbody tr:nth-of-type(12) td:nth-of-type(2) {
	background-color: #f6dce4;
}

#magazine .table_comparison table tbody tr th {
	padding: 10px;
	color: #333333;
	font-size: 1.175vw;
	font-weight: bold;
	text-align: center;
}

#magazine .table_comparison table tbody tr th span {
	font-size: 1.025vw;
}

#magazine .table_comparison table tbody tr td {
	padding: 10px;
	color: #333333;
	font-size: 1.175vw;
	text-align: center;
}

#magazine .table_two_column01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: nowrap;
	    flex-flow: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin-bottom: 50px;
}

#magazine .table_two_column01 table {
	width: 49%;
	border-collapse: separate;
	border-spacing: 3px;
}

#magazine .table_two_column01 table.c-green tr th {
	color: #1a7e2b;
}

#magazine .table_two_column01 table.c-green tr:nth-of-type(1) th {
	background-color: #ddf9e2;
}

#magazine .table_two_column01 table.c-green tr:nth-of-type(2) th {
	background-color: #c7f5cf;
}

#magazine .table_two_column01 table.c-pink tr th {
	color: #a50034;
}

#magazine .table_two_column01 table.c-pink tr:nth-of-type(1) th {
	background-color: #f6dce4;
}

#magazine .table_two_column01 table.c-pink tr:nth-of-type(2) th {
	background-color: #f1d1db;
}

#magazine .table_two_column01 table tbody tr th {
	width: 40%;
	padding: 15px 15px 15px 35px;
	font-size: 1.175vw;
	font-weight: bold;
}

#magazine .table_two_column01 table tbody tr td {
	width: 60%;
	padding: 15px 15px 15px 35px;
	color: #333333;
	font-size: 1.175vw;
	background-color: #f6f6f6;
}

#magazine .table_basic01 table {
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}

#magazine .table_basic01 table thead tr th,
#magazine .table_basic01 table thead tr td,
#magazine .table_basic01 table tbody tr th,
#magazine .table_basic01 table tbody tr td {
	font-size: 1.175vw;
}

#magazine .table_basic01 table thead tr th {
	padding: 10px 15px;
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
}

#magazine .table_basic01 table thead tr th:nth-of-type(1) {
	width: 20%;
	background-color: #dddddd;
}

#magazine .table_basic01 table thead tr th:nth-of-type(2) {
	width: 20%;
}

#magazine .table_basic01 table thead tr th:nth-of-type(3) {
	width: 60%;
}

#magazine .table_basic01 table tbody tr:nth-of-type(1) th,
#magazine .table_basic01 table tbody tr:nth-of-type(2) th {
	color: #1a7e2b;
	background-color: #a1e8ad;
}

#magazine .table_basic01 table tbody tr:nth-of-type(1) td,
#magazine .table_basic01 table tbody tr:nth-of-type(2) td {
	background-color: #c7f5cf;
}

#magazine .table_basic01 table tbody tr:nth-of-type(3) th {
	color: #a50034;
	background-color: #f1d1db;
}

#magazine .table_basic01 table tbody tr:nth-of-type(3) td {
	background-color: #f6dce4;
}

#magazine .table_basic01 table tbody tr th {
	padding: 10px 15px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

#magazine .table_basic01 table tbody tr td {
	padding: 10px 15px;
	color: #333333;
	text-align: left;
}

#magazine .table_basic02 + p {
	margin-top: 35px;
}

#magazine .table_basic02 table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}

#magazine .table_basic02 table thead tr th {
	padding: 10px;
	font-size: 1.325vw;
	font-weight: bold;
	text-align: center;
}

#magazine .table_basic02 table thead tr th:nth-of-type(1) {
	color: #1a7e2b;
	background-color: #a1e8ad;
}

#magazine .table_basic02 table thead tr th:nth-of-type(2) {
	color: #a50034;
	background-color: #f8c1d2;
}

#magazine .table_basic02 table tbody tr:nth-of-type(odd) td:nth-of-type(1) {
	background-color: #c7f5cf;
}

#magazine .table_basic02 table tbody tr:nth-of-type(odd) td:nth-of-type(2) {
	background-color: #f1d1db;
}

#magazine .table_basic02 table tbody tr:nth-of-type(even) td:nth-of-type(1) {
	background-color: #ddf9e2;
}

#magazine .table_basic02 table tbody tr:nth-of-type(even) td:nth-of-type(2) {
	background-color: #f6dce4;
}

#magazine .table_basic02 table tbody tr td {
	padding: 10px;
	color: #333333;
	font-size: 1.175vw;
	text-align: center;
}

#magazine .table_advantage {
	width: 380px;
}

#magazine .table_advantage th,
#magazine .table_advantage td {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#magazine .table_advantage th {
	padding: 10px 1.5rem;
	font-size: 0.875rem;
}

#magazine .table_advantage td {
	padding: 30px 0 0;
	font-size: 1rem;
}

#magazine .table_advantage td strong {
	font-weight: bold;
	line-height: 1.5;
}

#magazine .table_advantage tr:nth-child(1) th {
	background-color: #a50034;
}

#magazine .table_advantage tr:nth-child(2) td {
	padding-bottom: 30px;
	color: #a50034;
}

#magazine .table_advantage tr:nth-child(3) th {
	background-color: #666666;
}

#magazine .table_advantage tr:nth-child(4) td {
	color: #333333;
}

#magazine .table_advantage.is-large th {
	font-size: 1.15rem;
}

#magazine .table_advantage.is-large td {
	font-size: 1.15rem;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine .table_comparison table thead tr th {
		font-size: 1.3125rem;
	}
	#magazine .table_comparison table tbody tr th span {
		font-size: 1rem;
	}
	#magazine .table_comparison table tbody tr td {
		font-size: 1.1875rem;
	}
	#magazine .table_two_column01 table tbody tr th {
		font-size: 1.1875rem;
	}
	#magazine .table_two_column01 table tbody tr td {
		font-size: 1.1875rem;
	}
	#magazine .table_basic01 table thead tr th,
	#magazine .table_basic01 table thead tr td,
	#magazine .table_basic01 table tbody tr th,
	#magazine .table_basic01 table tbody tr td {
		font-size: 1.175rem;
	}
	#magazine .table_basic02 table thead tr th {
		font-size: 1.3125rem;
	}
	#magazine .table_basic02 table tbody tr td {
		font-size: 1.1875rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine .table_comparison table thead tr th {
		font-size: 1.125rem;
	}
	#magazine .table_comparison table tbody tr th {
		font-size: 1rem;
	}
	#magazine .table_comparison table tbody tr th span {
		font-size: 0.875rem;
	}
	#magazine .table_comparison table tbody tr td {
		font-size: 1rem;
	}
	#magazine .table_two_column01 table tbody tr th {
		font-size: 1rem;
	}
	#magazine .table_two_column01 table tbody tr td {
		font-size: 1rem;
	}
	#magazine .table_basic01 table thead tr th,
	#magazine .table_basic01 table thead tr td,
	#magazine .table_basic01 table tbody tr th,
	#magazine .table_basic01 table tbody tr td {
		font-size: 1rem;
	}
	#magazine .table_basic02 table thead tr th {
		font-size: 1.125rem;
	}
	#magazine .table_basic02 table tbody tr td {
		font-size: 1rem;
	}
}

/* 1199px以下 */
@media (max-width: 1199px) {
	#magazine .table_comparison table thead tr th {
		font-size: 1rem;
	}
	#magazine .table_comparison table tbody tr th {
		font-size: 0.875rem;
	}
	#magazine .table_comparison table tbody tr th span {
		display: block;
		font-size: 0.75rem;
	}
	#magazine .table_comparison table tbody tr td {
		font-size: 0.875rem;
	}
	#magazine .table_two_column01 {
		display: block;
	}
	#magazine .table_two_column01 table {
		width: 100%;
	}
	#magazine .table_two_column01 table tbody tr th {
		padding: 15px 15px 15px 25px;
		font-size: 0.875rem;
	}
	#magazine .table_two_column01 table tbody tr td {
		padding: 15px 15px 15px 25px;
		font-size: 0.875rem;
	}
	#magazine .table_basic01 table thead tr th,
	#magazine .table_basic01 table thead tr td,
	#magazine .table_basic01 table tbody tr th,
	#magazine .table_basic01 table tbody tr td {
		font-size: 0.875rem;
	}
	#magazine .table_basic02 table thead tr th {
		font-size: 1rem;
	}
	#magazine .table_basic02 table tbody tr td {
		font-size: 0.875rem;
	}
	#magazine .table_advantage {
		width: 250px;
	}
	#magazine .table_advantage th {
		font-size: 0.875rem;
	}
	#magazine .table_advantage td {
		font-size: 0.875rem;
	}
	#magazine .table_advantage.is-large th {
		font-size: 1rem;
	}
	#magazine .table_advantage.is-large td {
		font-size: 1rem;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .table_comparison table {
		border-spacing: 2px;
	}
	#magazine .table_comparison table thead tr th {
		width: 50%;
		font-size: 3.5vw;
		line-height: 1;
	}
	#magazine .table_comparison table tbody tr.sp {
		display: table-row;
	}
	#magazine .table_comparison table tbody tr.sp th {
		font-size: 3vw;
	}
	#magazine .table_comparison table tbody tr th {
		line-height: 1;
	}
	#magazine .table_comparison table tbody tr th span {
		font-size: 3vw;
	}
	#magazine .table_comparison table tbody tr td {
		font-size: 3vw;
		line-height: 1;
	}
	#magazine .table_two_column01 {
		margin-bottom: 8%;
	}
	#magazine .table_two_column01 table tbody tr th {
		width: 45%;
		padding: 3% 3% 3% 6%;
		font-size: 3.5vw;
	}
	#magazine .table_two_column01 table tbody tr td {
		width: 55%;
		padding: 3% 3% 3% 6%;
		font-size: 3.5vw;
	}
	#magazine .table_basic01 table thead tr th {
		padding: 3% 1%;
		font-size: 2.6vw;
	}
	#magazine .table_basic01 table thead tr th:nth-of-type(1) {
		width: 30%;
	}
	#magazine .table_basic01 table thead tr th:nth-of-type(2) {
		width: 20%;
	}
	#magazine .table_basic01 table thead tr th:nth-of-type(3) {
		width: 50%;
	}
	#magazine .table_basic01 table tbody tr th,
	#magazine .table_basic01 table tbody tr td {
		padding: 3% 1%;
		font-size: 2.6vw;
	}
	#magazine .table_basic02 + p {
		margin-top: 8%;
	}
	#magazine .table_basic02 table thead tr th {
		font-size: 2.6vw;
	}
	#magazine .table_basic02 table tbody tr td {
		font-size: 2.6vw;
	}
	#magazine .table_advantage {
		width: 100%;
	}
	#magazine .table_advantage th {
		padding: 3.5vw 1.5rem;
		font-size: 3.5vw;
	}
	#magazine .table_advantage td {
		padding: 3.5vw 0 0;
		font-size: 3.5vw;
	}
	#magazine .table_advantage tr:nth-child(2) td {
		padding-bottom: 3.5vw;
	}
	#magazine .table_advantage.is-large th {
		font-size: 4vw;
	}
	#magazine .table_advantage.is-large td {
		font-size: 4vw;
	}
}

#magazine .btn_detail01 + p:not(.text_note01),
#magazine .btn_detail02 + p:not(.text_note01) {
	margin-top: 70px;
}

#magazine .btn_detail01 a,
#magazine .btn_detail02 a {
	position: relative;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
	        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: #a50034;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	-webkit-transform-style: flat;

	        transform-style: flat;
}

#magazine .btn_detail01 a:before,
#magazine .btn_detail01 a:after,
#magazine .btn_detail02 a:before,
#magazine .btn_detail02 a:after {
	position: absolute;
	z-index: -2;
	content: "";
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

#magazine .btn_detail01 a:before,
#magazine .btn_detail01 a:after,
#magazine .btn_detail02 a:before,
#magazine .btn_detail02 a:after {
	bottom: 12px;
	width: 50%;
	max-width: 100px;
	height: 55%;
	max-height: 100px;
	-webkit-box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.6);
	        box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.6);
}

#magazine .btn_detail01 a:before,
#magazine .btn_detail02 a:before {
	left: 10px;
}

#magazine .btn_detail01 a:after,
#magazine .btn_detail02 a:after {
	right: 10px;
}

#magazine .btn_detail01 a:before,
#magazine .btn_detail02 a:before {
	display: none;
}

#magazine .btn_detail01 a:hover,
#magazine .btn_detail02 a:hover {
	border-radius: 0 0 40% 0 / 0 0 15% 0;
	background-color: #cc0041;
}

#magazine .btn_detail01 a:hover:before,
#magazine .btn_detail01 a:hover:after,
#magazine .btn_detail02 a:hover:before,
#magazine .btn_detail02 a:hover:after {
	-webkit-box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.8);
	        box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.8);
}

#magazine .btn_detail01 a:hover:before,
#magazine .btn_detail02 a:hover:before {
	-webkit-transform: skew(-8deg) rotate(-3deg);
	    -ms-transform: skew(-8deg) rotate(-3deg);
	        transform: skew(-8deg) rotate(-3deg);
}

#magazine .btn_detail01 a:hover:after,
#magazine .btn_detail02 a:hover:after {
	-webkit-transform: skew(8deg) rotate(3deg);
	    -ms-transform: skew(8deg) rotate(3deg);
	        transform: skew(8deg) rotate(3deg);
}

#magazine .btn_detail01 a {
	display: block;
	width: 22vw;
	padding: 10px 35px;
	font-size: 0.875vw;
}

#magazine .btn_detail02 {
	text-align: center;
}

#magazine .btn_detail02 a {
	display: inline-block;
	width: auto;
	padding: 14px 40px;
	font-size: 1.175vw;
}

#magazine a:hover .card_detail_btn {
	border-radius: 0 0 40% 0 / 0 0 15% 0;
	background-color: #cc0041;
}

#magazine a:hover .card_detail_btn:before,
#magazine a:hover .card_detail_btn:after {
	-webkit-box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.8);
	        box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.8);
}

#magazine a:hover .card_detail_btn:before {
	-webkit-transform: skew(-8deg) rotate(-3deg);
	    -ms-transform: skew(-8deg) rotate(-3deg);
	        transform: skew(-8deg) rotate(-3deg);
}

#magazine a:hover .card_detail_btn:after {
	-webkit-transform: skew(8deg) rotate(3deg);
	    -ms-transform: skew(8deg) rotate(3deg);
	        transform: skew(8deg) rotate(3deg);
}

#magazine a .card_detail_btn {
	display: block;
	position: relative;
	width: 10vw;
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 5px 35px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
	        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
	color: #ffffff;
	font-size: 0.75vw;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: #a50034;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	-webkit-transform-style: flat;

	        transform-style: flat;
}

#magazine a .card_detail_btn:before,
#magazine a .card_detail_btn:after {
	position: absolute;
	z-index: -2;
	content: "";
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

#magazine a .card_detail_btn:before,
#magazine a .card_detail_btn:after {
	bottom: 12px;
	width: 50%;
	max-width: 100px;
	height: 55%;
	max-height: 100px;
	-webkit-box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.6);
	        box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.6);
}

#magazine a .card_detail_btn:before {
	left: 10px;
}

#magazine a .card_detail_btn:after {
	right: 10px;
}

#magazine a .card_detail_btn:before {
	display: none;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine .btn_detail01 a {
		max-width: 352px;
		font-size: 0.875rem;
	}
	#magazine .btn_detail02 a {
		font-size: 1.1875rem;
	}
	#magazine a .card_detail_btn {
		width: 100%;
		max-width: 160px;
		font-size: 0.75rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine .btn_detail01 a {
		width: 100%;
		max-width: 300px;
		font-size: 0.75rem;
	}
	#magazine .btn_detail02 a {
		font-size: 1rem;
	}
	#magazine a .card_detail_btn {
		width: 100%;
		max-width: 130px;
		font-size: 0.625rem;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine .btn_detail01 + p:not(.text_note01),
	#magazine .btn_detail02 + p:not(.text_note01) {
		margin-top: 8%;
	}
	#magazine .btn_detail01 a {
		width: 70%;
		max-width: 100%;
		padding: 2% 0;
		font-size: 3vw;
	}
	#magazine .btn_detail02 a {
		padding: 2.5% 8%;
		font-size: 3.5vw;
	}
	#magazine a .card_detail_btn {
		width: 50%;
		max-width: 100%;
		padding: 2% 0;
		font-size: 3vw;
		text-align: center;
	}
}

.not-scroll {
	overflow-y: hidden;
}

#modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}

#modal-open {
	display: block;
}

#modal-content {
	display: none;
	position: relative;
	position: fixed;
	z-index: 99999;
	width: 70%;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#modal-content #modal-close {
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 400%;
	cursor: pointer;
}

#modal-content #modal-close img {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	padding: 10px;
	background-color: #ffffff;
	cursor: pointer;
}

#modal-content .inner {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#modal-content .inner #player {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* 767px以下 */
@media (max-width: 767px) {
	#modal-content {
		width: 80%;
	}
	#modal-content #modal-close {
		top: -25px;
		right: -25px;
		width: 25px;
		height: 25px;
	}
	#modal-content #modal-close img {
		width: 25px;
		height: 25px;
		padding: 5px;
	}
}

/* MV START */
#magazine.top .mv.top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: calc(100vh - 140px);
	padding: 90px 0;
	text-align: center;
}

#magazine.top .mv.top h1 {
	margin-bottom: 55px;
}

#magazine.top .mv.top h1 img {
	width: 16vw;
	height: 100%;
}

#magazine.top .mv.top .mv_lead01 {
	margin-bottom: 20px;
	font-size: 1.325vw;
	font-weight: bold;
	line-height: 2;
}

#magazine.top .mv.top .mv_lead01.red {
	color: #a50034;
	font-size: 1.625vw;
	line-height: 1.6;
}

#magazine.top .mv.top .mv_lead01:last-of-type {
	margin-bottom: 0;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine.top .mv.top h1 img {
		max-width: 256px;
	}
	#magazine.top .mv.top .mv_lead01 {
		font-size: 1.3125rem;
	}
	#magazine.top .mv.top .mv_lead01.red {
		font-size: 1.625rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine.top .mv.top .mv_lead01 {
		font-size: 1.125rem;
	}
	#magazine.top .mv.top .mv_lead01.red {
		font-size: 1.375rem;
	}
}

/* 1024px以下 */
@media (max-width: 1024px) {
	#magazine.top .mv.top {
		height: 65vh;
	}
	#magazine.top .mv.top .mv_lead01 {
		font-size: 1rem;
	}
	#magazine.top .mv.top .mv_lead01.red {
		font-size: 1.125rem;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine.top .mv.top {
		display: block;
		height: auto;
		padding: 18% 0;
	}
	#magazine.top .mv.top h1 {
		margin-bottom: 14%;
	}
	#magazine.top .mv.top h1 img {
		width: 35%;
		max-width: 100%;
	}
	#magazine.top .mv.top .mv_lead01 {
		margin-bottom: 3%;
		font-size: 3.42975vw;
	}
	#magazine.top .mv.top .mv_lead01.red {
		font-size: 4.375vw;
	}
}

/* MV END */
@media screen and (min-width: 768px) and (max-height: 600px) {
	#magazine.top .mv.top {
		height: 100% !important;
	}
}

/* MV START */
#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span:nth-of-type(1) > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 14px 14px 24px;
}

#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span:nth-of-type(1) > span:after {
	background-color: #000000;
}

#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span:nth-of-type(1) > span > span {
	color: #ffffff;
	font-size: 1.425vw;
}

#magazine.is-white .mv.detail .mv_layer {
	border-top: 1px solid #cccccc;
}

#magazine.is-white .mv.detail .mv_layer .mv_layer02 {
	border-left: 1px solid #cccccc;
}

#magazine.is-white .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span > span:after {
	background-color: #000000;
}

#magazine.is-white .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span > span > span {
	color: #ffffff;
}

#magazine.is-coverNone .mv.detail .mv_layer {
	border-top: none;
}

#magazine.is-coverNone .mv.detail .mv_layer .mv_layer02 > p img {
	height: auto;
	min-height: 0;
	font-family: auto;

	-o-object-fit: inherit;

	   object-fit: inherit;
}

/* 1601px以上 */
@media (min-width: 1601px) {
	#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span:nth-of-type(1) > span > span {
		font-size: 1.425rem;
	}
}

/* 1360px以下 */
@media (max-width: 1360px) {
	#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span:nth-of-type(1) > span > span {
		font-size: 1.25rem;
	}
}

/* 1199px以下 */
@media (max-width: 1199px) {
	#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span:nth-of-type(1) > span > span {
		font-size: 0.8125rem;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy {
		font-size: 5.75vw;
	}
	#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span:nth-of-type(1) > span {
		padding: 8px 10px 8px 16px;
	}
	#magazine.interview .mv.detail .mv_layer .mv_layer02 .mv_copy h1 > span:nth-of-type(1) > span > span {
		font-size: 3.25vw;
	}
	#magazine.is-white .mv.detail .mv_layer {
		border-top: none;
	}
	#magazine.is-white .mv.detail .mv_layer .mv_layer02 {
		border-top: 1px solid #cccccc;
		border-left: none;
	}
	#magazine.is-coverNone .mv.detail .mv_layer {
		border-top: none;
	}
	#magazine.is-coverNone .mv.detail .mv_layer .mv_layer02 > p img {
		height: 94.25vw;
		min-height: auto;
		font-family: "object-fit: cover;";

		-o-object-fit: cover;

		   object-fit: cover;
	}
}

/* MV END */

/*# sourceMappingURL=../../map/style.css.map */