/**
 * othersページ用 css
**/

body.others {
	background-color: #ffffff !important;
	margin: 0 auto;
}

body.others footer {
	background-color: #A6B7B3 !important;
	padding: 60px 0px !important;
	clear: both;
}


/* ==========================================================================
Others メイン
========================================================================== */

/**
 * others タイトル
**/
.makoto-others-header-title {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 25px 0 25px 0;
	height: auto;
}

.others-title-font {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
 	font-family: "Gotham SSm A", "Gotham SSm B", 'League Spartan', 'メイリオ', "Source Sans Pro", sans-serif;
 	letter-spacing: 0px;
 	line-height: 1.42857143;
 	margin: 10px;
 	color: #000000;
 }


.makoto-others-main {
	display: table;
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.makoto-others-main-upper {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 1920px;
	height: auto;
	padding : 0 10% 50px 10%;
}

.makoto-others-main-lower {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 1920px;
	height: auto;
	padding : 0 10% 50px 10%;
}

/**
 * Other 左上側
 * (写真 + 説明)
**/
.writer {
	width: 50%;
	max-width: 960px;
	height: auto;
}

/* Other 左上側 - 位置調整用 */
.writer div {
	padding: 0;
	margin: 0 auto;
}

/**
 * Other 左上側
 * (写真)
**/
.writer-image {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	text-align: center;
}

.writer-image img {
	width: 90%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
}

.writer-image img:hover{
	transform:scale(1.05);
	transition:0.3s;
}

.writer-title p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}

.writer-text p {
	width: calc(100% - 10px) !important;
	line-height: 1.0rem;
	font-size: 1.1rem;
	color: rgba(45, 50, 60, 0.5);
	letter-spacing: 0.0em;
	text-align: left;
	font-family: "Gotham SSm A", "Gotham SSm B", 'メイリオ', "Source Sans Pro", sans-serif;
}

/**
 * Other 右上側
**/
.programmer {
	width: 50%;
	max-width: 960px;
	height: auto;
}

/* 右上側 - 位置調整用 */
.programmer div {
	padding: 0;
	margin: 0 auto;
}

.programmer-image {
	width: 100%;
	text-align: center;
}

.programmer-image video {
	width: 90%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
}

.programmer-image video:hover{
	transform:scale(1.05);
	transition:0.3s;
}

.programmer-title p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}

.programmer-text p {
	width: calc(100% - 10px) !important;
	line-height: 1.0rem;
	font-size: 1.1rem;
	color: rgba(45, 50, 60, 0.5);
	letter-spacing: 0.0em;
	text-align: left;
	font-family: "Gotham SSm A", "Gotham SSm B", 'メイリオ', "Source Sans Pro", sans-serif;
}

.programmer-text span {
	line-height: 0.9rem;
	font-size: 0.9rem;
	color: rgba(45, 50, 60, 0.5);
	letter-spacing: 0.0em;
	text-align: left;
	font-family: "Gotham SSm A", "Gotham SSm B", 'メイリオ', "Source Sans Pro", sans-serif;
}


/**
 * Other 線
 *
**/
.othres-line-div {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.others-line {
	border: 1px solid #000000;
	margin: 0;
	display: inline-block;
	width: 0;
}

.animate-line {
	animation: lineGrow 1s ease-in-out forwards;
}

@keyframes lineGrow {
	from {
		width: 0;
	}
	to {
		width: 75%;
	}
}

/**
 * Other 左下側
 * (写真 + 説明)
**/
.youtube {
	width: 50%;
	max-width: 960px;
	height: auto;
}

/* Other 左下側 - 位置調整用 */
.youtube div {
	padding: 0;
	margin: 0 auto;
}

.youtube-image {
	display: inline-block;
	width: 100%;
	overflow:hidden;
	background-color: #fff;
	text-align: center;
	margin-right : 10%;
}

.youtube-image img {
	width: 90%;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
}

.youtube-image img:hover{
	transform:scale(1.05);
	transition:0.3s;
}

.youtube-title p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}

/**
 * Other 左下側
 * (説明)
**/
.youtube-text p {
	width: calc(100% - 10px) !important;
	line-height: 1.0rem;
	font-size: 1.1rem;
	color: rgba(45, 50, 60, 0.5);
	letter-spacing: 0.0em;
	text-align: left;
	font-family: "Gotham SSm A", "Gotham SSm B", 'メイリオ', "Source Sans Pro", sans-serif;
}


/**
 * Other 右下側
**/
.etc {
	width: 50%;
	max-width: 960px;
	height: auto;
}

/* 右下側 - 位置調整用 */
.etc div {
	padding: 0;
	text-align: center;
}

.etc-image a {
	overflow: hidden;
}

.etc-image img {
	width: 90%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
}

.etc-image img:hover{
	transform:scale(1.05);
	transition:0.3s;
}

.etc-title p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}

.etc-text p {
	width: calc(100% - 10px) !important;
	line-height: 1.0rem;
	font-size: 1.1rem;
	color: rgba(45, 50, 60, 0.5);
	letter-spacing: 0.0em;
	text-align: left;
	font-family: "Gotham SSm A", "Gotham SSm B", 'メイリオ', "Source Sans Pro", sans-serif;
}


/**
 * レスポンシブ対応
**/
@media only screen and (max-width:960px) {
	.makoto-others-main {
		display: table;
		width: 100%;
		max-width: 960px;
		height: auto;
		margin-top: 0;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.makoto-others-main-upper {
		display: flex;
		justify-content: space-around;
		width: 100%;
		max-width: 960px;
		height: auto;
		padding : 0 10% 40px 10%;
	}

	.makoto-others-main-lower {
		display: flex;
		justify-content: space-around;
		width: 100%;
		max-width: 960px;
		height: auto;
		padding : 0 10% 40px 10%;
	}
}

@media only screen and (max-width:768px) {
	.makoto-others-main {
		display: table;
		width: 100%;
		max-width: 768px;
		height: auto;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.makoto-others-main-upper {
		display: flex;
		justify-content: space-around;
		width: 100%;
		max-width: 768px;
		height: auto;
		padding : 0 10% 30px 10%;
	}

	.makoto-others-main-lower {
		display: flex;
		justify-content: space-around;
		width: 100%;
		max-width: 768px;
		height: auto;
		padding : 0 10% 30px 10%;
	}

	.writer {
		width: 100%;
		max-width: 768px;
		height: auto;
	}

	.programmer {
		width: 100%;
		max-width: 768px;
		height: auto;
	}

	.youtube {
		width: 100%;
		max-width: 768px;
		height: auto;
	}

	.etc {
		width: 100%;
		max-width: 768px;
		height: auto;
	}

}


@media only screen and (max-width:651px) {
	.makoto-others-main {
		display: table;
		width: 100%;
		max-width: 651px;
		height: auto;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.makoto-others-main-upper {
		display: flex;
		flex-direction: column; /* 縦並びに変更 */
		justify-content: space-around;
		width: 100%;
		max-width: 651px;
		height: auto;
		padding : 0 10% 30px 10%;
	}

	.makoto-others-main-lower {
		display: flex;
		flex-direction: column; /* 縦並びに変更 */
		justify-content: space-around;
		width: 100%;
		max-width: 651px;
		height: auto;
		padding : 0 10% 30px 10%;
	}

	.writer {
		width: 100%;
		max-width: 651px;
		height: auto;
	}

	.programmer {
		width: 100%;
		max-width: 651px;
		height: auto;
	}

	.youtube {
		width: 100%;
		max-width: 651px;
		height: auto;
	}

	.etc {
		width: 100%;
		max-width: 651px;
		height: auto;
	}
}


@media only screen and (max-width:425px) {
	.makoto-others-main {
		display: table;
		width: 100%;
		max-width: 425px;
		height: auto;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.makoto-others-main-upper {
		display: flex;
		flex-direction: column; /* 縦並びに変更 */
		justify-content: space-around;
		width: 100%;
		max-width: 425px;
		height: auto;
		padding : 0 10% 20px 10%;
	}

	.makoto-others-main-lower {
		display: flex;
		flex-direction: column; /* 縦並びに変更 */
		justify-content: space-around;
		width: 100%;
		max-width: 425px;
		height: auto;
		padding : 0 10% 20px 10%;
	}

	.writer {
		width: 100%;
		max-width: 425px;
		height: auto;
	}

	.programmer {
		width: 100%;
		max-width: 425px;
		height: auto;
	}

	.youtube {
		width: 100%;
		max-width: 425px;
		height: auto;
	}

	.etc {
		width: 100%;
		max-width: 425px;
		height: auto;
	}
}


@media only screen and (max-width:375px) {
	.makoto-others-main {
		display: table;
		width: 100%;
		max-width: 375px;
		height: auto;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.makoto-others-main-upper {
		display: flex;
		flex-direction: column; /* 縦並びに変更 */
		justify-content: space-around;
		width: 100%;
		max-width: 375px;
		height: auto;
		padding : 0 10% 10px 10%;
	}

	.makoto-others-main-lower {
		display: flex;
		flex-direction: column; /* 縦並びに変更 */
		justify-content: space-around;
		width: 100%;
		max-width: 375px;
		height: auto;
		padding : 0 10% 10px 10%;
	}

	.writer {
		width: 100%;
		max-width: 375px;
		height: auto;
	}

	.programmer {
		width: 100%;
		max-width: 375px;
		height: auto;
	}

	.youtube {
		width: 100%;
		max-width: 375px;
		height: auto;
	}

	.etc {
		width: 100%;
		max-width: 375px;
		height: auto;
	}
}

/** 320px (iPhone) **/
@media only screen and (max-width:320px) {
	.makoto-others-main {
		display: table;
		width: 100%;
		max-width: 320px;
		height: auto;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.makoto-others-main-upper {
		display: flex;
		flex-direction: column; /* 縦並びに変更 */
		justify-content: space-around;
		width: 100%;
		max-width: 320px;
		height: auto;
		padding : 0 10% 10px 10%;
	}

	.makoto-others-main-lower {
		display: flex;
		flex-direction: column; /* 縦並びに変更 */
		justify-content: space-around;
		width: 100%;
		max-width: 320px;
		height: auto;
		padding : 0 10% 10px 10%;
	}

	.writer {
		width: 100%;
		max-width: 375px;
		height: auto;
	}

	.programmer {
		width: 100%;
		max-width: 320px;
		height: auto;
	}

	.youtube {
		width: 100%;
		max-width: 320px;
		height: auto;
	}

	.etc {
		width: 100%;
		max-width: 320px;
		height: auto;
	}
}
