/* ページレイアウト */
/* .all__warp {
	max-width: 1600px;
	width: 100%;
	padding: 0 0 0 250px;
	margin: 0px auto;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.all__warp {
		padding: 0;
		margin: 100px auto 50px;
	}
} */

.all__itemBlock {
	max-width: 1400px;
	width: 100%;
	padding: 0 calc(100vw - 1400) 0 0;
}

/* ヒーローイメージ */

.Heroimg__Warp {
	max-width: 1400px;
	width: 100%;
	margin: 0 0 0 auto;
	font-feature-settings: "palt";
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Heroimg__Warp {
		margin: 80px auto 0 0;
	}
}

.Heroimg {
	/* height: calc(100vh - 35px); */
	position: relative;
	display: block;
}

@media only screen and (max-width: 640px) {
	.Heroimg {
		/* height: calc(60vh + 200px); */
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Heroimg {
		/* height: calc(50vh + 250px); */
		position: relative;
	}
}

.Heroimg__bkimg {
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* height: calc(100vh - 40px); */
    /* position: relative; */
    /* display: none; */
	background-image: none;
}

@media only screen and (max-width: 640px) {
	.Heroimg__bkimg {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		/* height: 60vh; */
		position: relative;
		background-image: none;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Heroimg__bkimg {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		/* height: 50vh; */
		position: relative;
		background-image: none;
	}
}

.Heroimg__maintitle {
	width: 100%;
	height: auto;
	background-color: var(--wh);
	border-left: 5px solid var(--mdbk);
	padding: 35px 50px;
	/* position: absolute; */
	bottom: 0;
}

@media only screen and (max-width: 640px) {
	.Heroimg__maintitle {
		padding: 20px 15px 50px;
		height: auto;
		line-height: 2em;
		top: 60vh;
		bottom: auto;
		height: 200px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Heroimg__maintitle {
		padding: 30px 30px 50px;
		height: 250px;
		line-height: 2em;
		top: 50vh;
		bottom: auto;
	}
}

.Heroimg__brand {
	font-size: 24px;
	padding: 0 0 0.8em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

@media only screen and (max-width: 640px) {
	.Heroimg__brand {
		font-size: 14px;
		letter-spacing: 0.05em;
	}
}

.Heroimg__brand span {
	padding: 0 0.5em;
	vertical-align: text-top;
}

@media only screen and (max-width: 640px) {
	.Heroimg__brand span {
		vertical-align: text-bottom;
	}
}



.Heroimg__title {
	font-size: 36px;
	padding: 0 0 1.5em;
	font-weight: 700;
	letter-spacing: 0.05em;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media only screen and (max-width: 640px) {
	.Heroimg__title {
		font-size: 18px;
		line-height: 1.3em;
		letter-spacing: -0.01em;
		padding: 0 1em 1.5em 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Heroimg__title {
		line-height: 1.2em;
		padding: 0 0 1.5em;
	}
}

.Heroimg__item {
	font-size: 16px;
    padding: 0 0 10px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 640px) {
	.Heroimg__item {
		font-size: 10px;
		padding: 0;
	}
}

.Heroimg__number {
	color: var(--bk);
	font-size: 64px;
	text-align: right;
	padding: 20px;
	font-weight: bold;
	letter-spacing: .03em;
}

@media only screen and (max-width: 640px) {
	.Heroimg__number {
		font-size: 24px;
		padding: 10px;
	}
}

.Heroimg__number span {
	font-size: 34px;
}

@media only screen and (max-width: 640px) {
	.Heroimg__number span {
		font-size: 16px;
	}
}

.Itemdetail__warp {
	max-width: 1400px;
	width: 100%;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 640px) {
	.Itemdetail__warp {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Itemdetail__warp {
		display: block;
		padding: 0 35px;
	}
}

.Itemdetail__article {
	max-width: 994px;
	width: 75%;
	padding: 0 50px;
}

@media only screen and (max-width: 640px) {
	.Itemdetail__article {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Itemdetail__article {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Itemdetail__article {
		width: 100%;
	}
}

.Itemdetail__time {
	max-width: 1400px;
	width: 100%;
	margin: 0 0 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: var(--mdbk);
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 160px 0 20px;
}

@media only screen and (max-width: 640px) {
	.Itemdetail__time {
		padding: 50px 20px 5px;
		margin: 0 0 0 auto;
		font-size: 10px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Itemdetail__time {
		padding: 100px 35px 10px;
		margin: 0 0 0 auto;
		font-size: 16px;
	}
}

.Itemdetail__head {
	text-align: center;
	padding: 15px 0 50px;
	font-weight: bold;
	line-height: 3em;
}

@media only screen and (max-width: 640px) {
	.Itemdetail__head {
		padding: 20px 20px 50px;
		line-height: 2em;
	}
}

.Itemdetail__brand {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
	.Itemdetail__brand {
		font-size: 10px;
	}
}

.Itemdetail__name {
	font-size: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
	.Itemdetail__name {
		font-size: 16px;
	}
}

.Itemdetail__name span {
	font-weight: 700;
	padding: 0 0.25em 0 0;
}


.Itemdetail__price {
	font-size: 16px;
	font-weight: 500;
	color: var(--mdbk);
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
	.Itemdetail__price {
		font-size: 16px;
		font-weight: 500;
		color: var(--mdbk);
		padding: 10px 0 0;
	}
}

.Itemdetail__link {
	font-size: 16px;
	margin: 20px auto;
	font-weight: 500;
	max-width: 350px;
}

.Itemdetail__text {
	padding: 0 20px 50px;
	font-size: 16px;
	margin: 20px auto 0;
	font-weight: 400;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing: 0.06em;
	max-width: 50em;
}

@media only screen and (max-width: 640px) {
	.Itemdetail__text {
		margin: 0 auto 50px;
		font-size: 12px;
		padding: 0 20px 20px;
		font-weight: 400;
		width: 100%;
		letter-spacing: 0.08em;
		line-height: 2;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Itemdetail__text {
		margin: 0 auto 20px;
		font-size: 16px;
		padding: 0 20px 20px;
		font-weight: 100;
		width: 100%;
	}
}

.Itemdetail__article img {
	margin: 20px auto;
}


/* button */

.Itemdetail__link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	background: var(--bk);
	border: 1px solid var(--bk);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px;
	color: var(--wh);
	letter-spacing: 0.2em;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 14px;
	font-weight: 300;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Itemdetail__link a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		position: relative;
		background: var(--bk);
		border: 1px solid var(--bk);
		border-radius: 30px;
		box-sizing: border-box;
		padding: 0 45px;
		color: var(--wh);
		letter-spacing: 0.2em;
		line-height: 1.3em;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
		font-size: 16px;

	}
}

.Itemdetail__link a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	right: 25px;
	margin-top: -6px;
}

.Itemdetail__link a:hover {
	background: var(--wh);
	color: var(--bk);
}

.Itemdetail__link a:hover:before {
	border-top: 2px solid var(--bk);
	border-right: 2px solid var(--bk);
}

.Itemdetailitem_block {
	width: 25%;
	margin: 0 auto;
}

.Itemdetailitem {
	/* max-width: 388px; */
	max-width: 350px;
	margin: 0 auto;
	padding: 20px;
	/* border-top: 5px solid var(--mdbk);
	  border-bottom: 5px solid var(--mdbk); */
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}

@media only screen and (max-width: 640px) {
	.Itemdetailitem {
		display: none;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Itemdetailitem {
		display: none;
	}
}

.Itemdetailitem__icon {
	font-size: 16px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Itemdetailitem__iconblock li {
	padding: 20px 10px 40px;
	border-bottom: 2px solid var(--mdwh);
}

.Itemdetailitem__iconblock figure {
	width: 80%;
	margin: 0 auto;
}

.Itemdetailitem__info {
	text-align: center;
	font-weight: 500;
	margin: 30px auto 0;
	line-height: 1em;

}

.Itemdetailitem__brand {
	font-size: 12px;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Itemdetailitem__name {
	padding: 5px 0 10px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 600;
}


.Itemdetailitem__name span {
	padding: 5px 0 10px 0.5em;
	font-size: 16px;
	line-height: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Itemdetailitem__price {
	font-size: 12px;
	color: var(--mdbk);
	padding: 5px 0 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}

.Itemdetailitem__link {
	font-size: 12px;
	line-height: 1.5rem;
	width: 80%;
	margin: 0 auto;
}


/* button */

.Itemdetailitem__link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	position: relative;
	background: var(--bk);
	border: 1px solid var(--bk);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px;
	color: var(--wh);
	letter-spacing: 0.2em;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 14px;
	font-weight: 200;
}

.Itemdetailitem__link a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	right: 25px;
	margin-top: -6px;
}

.Itemdetailitem__link a:hover {
	background: var(--wh);
	color: var(--bk);
}

.Itemdetailitem__link a:hover:before {
	border-top: 2px solid var(--bk);
	border-right: 2px solid var(--bk);
}

.Itemdetailitem__sns {
	font-size: 16px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 50px 0 0;
	border-top: 3px solid var(--mdwh);
}

.Itemdetailitem__sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 10px 0;
	font-size: 40px;
}

.Itemdetailitem__sns ul li {
	width: 25px;
}

.Brand {
	max-width: 1400px;
	width: 100%;
	margin: 0 0 0 auto;
	font-feature-settings: "palt";
}

.Brand__maintitle {
	width: 100%;
	border-left: 5px solid var(--mdbk);
	margin: 150px auto 50px;
	padding: 35px 50px;
	/* word-break: keep-all; */
	/* line-break: strict; */
	/* word-wrap: break-word;
	  overflow-wrap: break-word; */
}

@media only screen and (max-width: 640px) {
	.Brand__maintitle {
		border-left: 5px solid var(--mdbk);
		margin: 50px 0px;
		padding: 30px 20px 50px;
		line-height: 2em;
	}
}

.Brand__brand {
	font-size: 16px;
	padding: 0 0 0.5em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
	.Brand__brand {
		font-size: 14px;
		padding: 0 0 0.3em;
	}
}

.Brand__title {
	font-size: 36px;
	padding: 0 0 0.5em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
	.Brand__title {
		font-size: 24px;
		padding: 0 0 0.5em;
	}
}

.Brand__title span {
	font-size: 16px;
	color: var(--mdbk);
	padding: 0 .5em;
}

.Brand__item {
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: 0.08em;
	width: 50em;
	text-align: justify;
}

@media only screen and (max-width: 640px) {
	.Brand__item {
		font-size: 10px;
		padding: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Brand__item {
		width: 50em;
		font-size: 16px;
		padding: 0;
		width: 100%;
	}
}

.Brand__item-sub {
	padding: 0 0 1em;
    line-height: 1;
}


/* button */

.Brand__item a {
	margin: 20px 0 0;
	font-size: 12px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
	height: 45px;
	position: relative;
	background: var(--bk);
	border: 1px solid var(--bk);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px;
	color: var(--wh);
	letter-spacing: 0.2em;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

@media only screen and (max-width: 640px) {
	.Brand__item a {
		width: 100%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Brand__item a {
		width: 100%;
		font-size: 16px;
	}
}

.Brand__item a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	right: 25px;
	margin-top: -6px;
}

.Brand__item a:hover {
	background: var(--wh);
	color: var(--bk);
}

.Brand__item a:hover:before {
	border-top: 2px solid var(--bk);
	border-right: 2px solid var(--bk);
}

.Brand__itemBlock {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	padding: 50px 50px 200px;
	border-bottom: 1px solid var(--mdwh);
}

@media only screen and (max-width: 640px) {
	.Brand__itemBlock {
		display: block;
		padding: 0 0 80px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Brand__itemBlock {
		display: block;
		padding: 0 20px 100px;
	}
}

.Brand__itemBlock li {
	width: 33%;
	padding: 20px;
	border-bottom: 0;
}

@media only screen and (max-width: 1400px) {
	.Brand__itemBlock li {
		width: 48%;
		/* padding: 0 0 20px; */
	}
}

@media only screen and (max-width: 640px) {
	.Brand__itemBlock li {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.Brand__itemBlock figure {
		padding: 0 50px;
	}
}

.Brand__itemText {
	padding: 20px 5px 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.Brand__itemText {
		width: 100%;
		font-size: 14px;
	}
}

.Brand__itemText span {
	display: block;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: var(--mdbk);
	font-size: 80%;
	padding: 0 0 0.5em;
}

@media only screen and (max-width: 640px) {
	.Brand__itemText span {
		width: 20%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Brand__itemText span {
		width: 20%;
	}
}


/* button */

.Brand__itemText a {
	margin: 25px 0 0;
	font-size: 12px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	position: relative;
	background: var(--bk);
	border: 1px solid var(--bk);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px;
	color: var(--wh);
	letter-spacing: 0.2em;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

.Brand__itemText a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	right: 25px;
	margin-top: -6px;
}

.Brand__itemText a:hover {
	background: var(--wh);
	color: var(--bk);
}

.Brand__itemText a:hover:before {
	border-top: 2px solid var(--bk);
	border-right: 2px solid var(--bk);
}


.Brand__itemBrand {
	padding: 0 0 1em;
	line-height: 1;
}

@media only screen and (max-width: 640px) {
	.Brand__itemBrand {
		border-bottom: 1px solid var(--mdwh);
	}
}

.Brand__itemName {
	padding: 0 0 1em; line-height: 1;
}

@media only screen and (max-width: 640px) {
	.Brand__itemName {
		border-bottom: 1px solid var(--mdwh);
	}
}

.Brand__itemPrice {
	padding: 0 0 1em; line-height: 1;
}

@media only screen and (max-width: 640px) {
	.Brand__itemPrice {
		border-bottom: 1px solid var(--mdwh);
	}
}

.Others {
	max-width: 1400px;
	width: 100%;
	margin: 0 0 0 auto;
}

.Others_videoBlock {
	border-bottom: 1px solid var(--mdwh);
	padding: 50px 50px 160px;
}

@media only screen and (max-width: 640px) {
	.Others_videoBlock {
		padding: 100px 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Others_videoBlock {
		padding: 100px 20px;
	}
}

.Others_videoBlock h5 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.08em;
	padding: 50px 0 80px;
}

@media only screen and (max-width: 640px) {
	.Others_videoBlock h5 {
		padding: 0 15px 20px;
		font-size: 24px;
	}
}

.Others_videoBlock h5::after {
	content: '/ YouTube';
	font-size: 60%;
	color: var(--mdbk);
	padding: 0 0.5em;
	font-weight: 500;

	letter-spacing: 0.05em;
}

.Others_video li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1400px;
	padding: 50px 0;
	margin: 0px auto;
	height: auto;
	color: var(--bk);
	text-decoration: none;
	border-bottom: 1px solid var(--mdwh);
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Others_video li {
		justify-content: flex-start;
	}
}

.Others_video li:last-child {
	border-bottom: 0px solid var(--mdwh);
}

.Others_video li figure {
	height: auto;
	padding: 0 20px;
}

@media only screen and (max-width: 640px) {
	.Others_video li figure {
		width: 100%;
		padding: 25px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Others_video li figure {
		width: 100%;
		margin: 0;
		padding: 20px;
	}
}

.Others_video li figure img {
	width: 100%;
	height: 100%;
	transition: .8s;
}

.Others_video-left {
	width: 410px;
}

@media only screen and (max-width: 640px) {
	.Others_video-left {
		width: 100%;
	}
}

/* @media only screen and (min-width: 640px) and (max-width: 1400px) {
	.Others_video-left {
		width: 48%;
	}
} */

.Others_video li .right p {
	margin: 0;
	padding: 10px 20px;
}

.Others_video li .upper {
	font-size: 110%;
}

.Others_video-right {
	width: 840px;
	padding: 20px;
	font-size: 16px;
	line-height: 2rem;
}

@media only screen and (max-width: 640px) {
	.Others_video-right {
		width: 100%;
		font-size: 14px;
		line-height: 1.5em;
		padding: 15px 20px;
	}
}

/* @media only screen and (min-width: 640px) and (max-width: 1400px) {
	.Others_video-right {
		width: 48%;
		padding: 20px;
	}
} */



/* button */

.Others_video-right a {
	margin: 25px 0 0;
	font-size: 12px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	position: relative;
	background: var(--wh);
	border: 1px solid var(--mdbk);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px;
	color: var(--bk);
	letter-spacing: 0.2em;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	width: 50%;
}

.Others_video-right a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid var(--bk);
	border-right: 2px solid var(--bk);
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	right: 25px;
	margin-top: -6px;
}

.Others_video-right a:hover {
	background: var(--bk);
	color: var(--wh);
}

.Others_video-right a:hover:before {
	border-top: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
}


@media only screen and (max-width: 640px) {
.Others_video-right a {
		width: 100%;
	}
}



.Others_video-upper {
	color: var(--mdbk);
}

@media only screen and (max-width: 640px) {
	.Others_video-upper {
		font-size: 10px;
	}
}

.Others_video-lower {
	font-weight: 500;
	line-height: 1;
	padding: 10px 0;
}

@media only screen and (max-width: 640px) {
	.Others_video-lower {
		font-weight: 500;
		line-height: 1.5;
		padding: 10px 0;
	}
}

.Others_video-lowerSub{
	display: inline-block;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 10px 0 0;
}

.Others_infoBlock {
	padding: 50px 50px 160px;
}

@media only screen and (max-width: 640px) {
	.Others_infoBlock {
		padding: 100px 0px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Others_infoBlock {
		padding: 50px 20px 100px;
	}
}

.Others_infoBlock h5 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.08em;
	padding: 50px 0 80px;
}

@media only screen and (max-width: 640px) {
	.Others_infoBlock h5 {
		font-size: 24px;
		padding: 0 15px 20px;
	}
}


.Others_infoBlock h5::after {
	content: '/\a0\53D6\6271\5E97\8217';
	font-size: 60%;
	color: var(--mdbk);
	padding: 0 0.5em;
	font-weight: 500;
}


.Others_info {
	font-size: 16px;
	line-height: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Others_info dl {
	width: 410px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
	}

@media only screen and (max-width: 640px) {
	.Others_info dl {
		width: 100%;
		padding: 0 20px 40px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Others_info dl {
		width: 50%;
		margin: 0;
		padding: 20px 15px;
	}
}

.Others_info dt {
	letter-spacing: 0.05em;
    vertical-align: middle;
    padding: 1em 0;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--mdwh);
}

@media only screen and (max-width: 640px) {
	.Others_info dt {
	letter-spacing: 0.05em;
    vertical-align: middle;
    padding: 2em 0 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid var(--mdwh);
	text-align: center;
	}
}


.Others_info dt span {
	font-size: 24px;
	letter-spacing: 0.5em;
}

@media only screen and (max-width: 640px) {
	.Others_info dt span {
		font-size: 16px;
	}
}
		
.Others_info dd a {
	display: block;
	width: 100%;
	position: relative;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 20px;
	padding: 16px 32px;
	background-color: var(--mdwh);
	border-radius: 3px;
}

@media only screen and (max-width: 640px) {
	.Others_info dd a {
		margin: 10px auto;
		padding: 16px 20px;
	}
}





.Others_info dd a span {
	font-size: 12px;
    padding: 6px 0 0;
    width: 100%;
    display: inline-block;
    font-weight: normal;
    color: var(--mdbk);
    line-height: 1;
}

@media only screen and (max-width: 640px) {
	.Others_info dd a span {
		font-size: 10px;
		padding: 8px 0 0 0;
	}
}




.Others_info dd a:before {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: 1px solid var(--bk);
	border-right: 1px solid var(--bk);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}

@media only screen and (max-width: 640px) {
	.Others_info dd a:before {
		width: 5px;
		height: 5px;
		right: 20px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Others_info dd a:before {
		width: 5px;
		height: 5px;
		right: 35px;
	}
}

.Others_info dd a:hover {
	opacity: 0.5;
	transition: .8s;
	color: var(--bk);
}

.Others_info dd a:hover:before {
	border-top: 2px solid var(--bk);
	border-right: 2px solid var(--bk);
}


.Breadcrumb {
	font-size: 16px;
}

@media only screen and (max-width: 640px) {
	.Breadcrumb {
		padding: 1em 15px;
		font-size: 10px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Breadcrumb {
		padding: 1em;
		font-size: 16px;
	}
}


.all__warp {
	margin: 0px auto;
    max-width: 1600px;
    width: 100%;
}

@media only screen and (max-width: 640px) {
	.all__warp {
		padding: 0;
		margin: 85px auto 50px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.all__warp {
		padding: 0;
		margin: 130px auto 50px;
	}
}