@media only screen and (max-width:749px) {
	body {
		min-width: initial;
		margin: 0;
		font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
		font-weight: 500;
	}
	.smart_off {
		display: none !important;
	}
	h1,
	h2,
	h3,
	p {
		margin: 0;
	}
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	img {
		width: 100%;
		display: block;
		margin: 0;
	}
	a {
		text-decoration: none;
		color: #333333;
	}
	.fadein_l {
		opacity: 0;
		transition: 1.5s;
		transform: translate(-50px, 0);
	}
	.fadein_r {
		opacity: 0;
		transition: 1.5s;
		transform: translate(50px, 0);
	}
	.fadein {
		opacity: 0;
		transition: 1.5s;
		transform: translate(0, 50px);
	}
	.fadein_l.fade_in_l,
	.fadein_r.fade_in_r,
	.fadein.fade_in {
		opacity: 1;
		transform: translate(0px, 0);
	}
	.scalein {
		opacity: 0;
		transition: 0.8s;
		transform: scale(0);
	}
	.scalein.scale_in {
		opacity: 1;
		transform: scale(1);
	}
	.top_wrap {
		width: 100%;
		overflow: hidden;
	}
	/* common */
	.ub {
		font-family: 'Ubuntu', sans-serif;
		font-weight: bold;
	}
	.t_tl_h2 {
		font-family: 'Ubuntu', sans-serif;
		font-size: 5vw;
		line-height: 4vh;
		letter-spacing: 0.05em;
	}
	.t_tl_h2::first-letter {
		color: #ff47d6;
	}
	.t_btn_more {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 160px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 12px 10px 12px 0;
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0.4px;
		border-radius: 3px;
		position: relative;
	}
	.t_btn_more:before {
		content: "";
		width: 24px;
		height: 24px;
		border-radius: 50%;
		margin: auto;
		position: absolute;
		right: 8px;
		top: 0;
		bottom: 0;
		transition: transform .3s;
	}
	.t_btn_more:after {
		content: "";
		width: 4px;
		height: 4px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: auto;
		position: absolute;
		right: 18px;
		top: 0;
		bottom: 0;
		transition: transform .3s;
	}
	/* footer */
	footer {
		width: 100%;
		margin: 100px 0 0 0;
		padding: 3px 0 0 0;
		border-top: 3px solid #0000ff;
	}
	.f_inner {
		padding: 5% 0 5% 0;
		border-top: 1px solid #0000ff;
	}
	.f_inner_l {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 3% 0;
		padding: 0 2%;
	}
	.f_inner_l div {
		width: 44%;
		text-align: right;
	}
	.f_4ctive {
		font-size: 3vw;
		line-height: 2vh;
		font-weight: bold;
	}
	.f_contact {
		width: 50%;
		padding: 1% 0;
		background: #0000ff;
		border-radius: 3px;
		font-size: 3vw;
		line-height: 3vh;
		color: #fff;
		text-align: center;
		letter-spacing: 0.05em;
	}
	.f_inner_btm {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.f_sns {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 10px;
		margin: 0 0 0 0;
	}
	.f_sns li a {
		display: flex;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		transition: all 0.3s;
	}
	.f_sns li a svg {
		fill: #fff;
		transition: all 0.3s;
	}
	.f_sns li:nth-child(1) a {
		border: 2px solid #1ed760;
		background: #1ed760;
	}
	.f_sns li:nth-child(2) a {
		border: 2px solid #5865f2;
		background: #5865f2;
	}
	.f_sns li:nth-child(3) a {
		border: 2px solid #1d9bf0;
		background: #1d9bf0;
	}
	.f_sns li:nth-child(4) a {
		border: 2px solid #ff0000;
		background: #ff0000;
	}
	.f_sns li:nth-child(5) a {
		border: none;
		background: #FFF;
		position: relative;
	}
	.f_sns li:nth-child(5) a:hover {
		background: #1da0c3;
	}
	.f_sns li:nth-child(5) a svg {
		fill: #1da0c3;
	}
	.f_sns li:nth-child(5) a:after {
		content: "";
		width: 36px;
		height: 36px;
		box-sizing: border-box;
		border: 2px solid #1da0c3;
		border-radius: 50%;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		left: 0;
	}
	.f_inner_btm .f_tr a {
		display: block;
		width: 80px;
		padding: 4px 0;
		background: #000;
		border-radius: 2px;
		font-size: 10px;
		line-height: 14px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		transition: all 0.2s;
	}
	.f_copy {
		padding: 1% 0;
		background: #0000ff;
		font-size: 3vw;
		line-height: 3vh;
		color: #fff;
		text-align: center;
	}
	/* 開閉メニュー */
	#nav-drawer {
		position: relative;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display: none;
	}
	/*アイコンのスペース*/
	#nav-open {
		display: inline-block;
		box-sizing: border-box;
		width: 52px;
		height: 52px;
		vertical-align: middle;
		z-index: 9999;
		position: inherit;
		cursor: pointer;
	}
	#nav-open span,
	#nav-open span:before,
	#nav-open span:after {
		position: absolute;
		height: 4px;
		/*線の太さ*/
		width: 28px;
		border: 1px solid #fff;
		/*長さ*/
		border-radius: 3px;
		background: #0000ff;
		display: block;
		content: '';
		cursor: pointer;
		transition: 0.2s;
	}
	#nav-open span {
		left: 0;
		right: 0;
		top: 10px;
		margin: auto;
	}
	#nav-open span:before {
		bottom: -10px;
		left: -1px;
		transition: 0.2s;
	}
	#nav-open span:after {
		bottom: -20px;
		left: -1px;
		transition: 0.2s;
	}
	/*メニューの中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9998;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: .3s ease-in-out;
		display: none;
		transform: scale(0.5);
		transition: 0.2s;
	}
	/*チェックがついたら表示させる*/
	#nav-input:checked~#nav-close {
		display: block;
		opacity: .5;
	}
	#nav-input:checked~#nav-content {
		box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
		display: block;
		transform: scale(1);
		transition: 0.2s;
	}
	/*チェックがついたらボタンに変形*/
	#nav-input:checked~#nav-open {}
	#nav-input:checked~#nav-open span {
		height: 0px;
		/*線の太さ*/
	}
	#nav-input:checked~#nav-open span:before {
		transform: rotate(-45deg);
		bottom: -11px;
	}
	#nav-input:checked~#nav-open span:after {
		transform: rotate(45deg);
		bottom: -11px;
	}
	.header-logo-menu {
		display: flex;
		display: -moz-flex;
		display: -o-flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-direction: row;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		position: fixed;
		right: 0;
		top: 10px;
		z-index: 9999;
	}
	.nav_content_inner {
		width: 90%;
		margin: auto;
		padding: 18% 0 0 0;
		text-align: center;
	}
	.nav-content_logo {
		display: block;
		width: 55%;
		margin: 0 auto 45px auto;
		position: relative;
	}
	.nav-content_logo:after {
		content: "";
		width: 20%;
		height: 2px;
		background: #0000ff;
		position: absolute;
		bottom: -15px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#nav-content .nav_content_inner .f_contact {
		width: 65%;
		margin: 0 auto 10% auto;
	}
	.nav_content_inner nav ul li {
		margin: 0 0 10% 0;
	}
	.nav_content_inner nav ul li a {
		font-size: 4vw;
		line-height: 3vh;
	}
	/*.nav_content_inner nav ul li:last-child a {
		color: #fc4d50;
	}*/
	.nav_content_inner div p {
		width: 30%;
		padding: 1% 0;
		background: #ff47d6;
		border-radius: 5px 5px 0 0;
		font-size: 4vw;
		line-height: 3vh;
		color: #fff;
	}
	.nav_content_inner div ul {
		padding: 5% 0;
		border: 2px solid #ff47d6;
		border-radius: 0px 0px 5px 5px;
	}
}