@charset "utf-8";
/* - smatphone.css - */
/* 
 スマートフォン対応について
----------------------------------------------------------- */
.smatphone_section {
	padding:5rem 0;
	width:100%;
	position:relative;
	overflow:hidden;
}
.smatphone_box {
	width:1200px;
	max-width:95%;
	margin:0 auto;
}
#smatphone01 {
}
.smatphone_section .smatphone_box {
	width:1024px;
	max-width:95%;
	margin:0 auto;
}
.smatphone_section .smatphone_box .phobox {
	margin:0 auto;
	text-align:center;
}
.smatphone_section .smatphone_box .textbox {
}
.smatphone_section .smatphone_box .smatphone_midh2 {
	margin:2rem auto;
	text-align:center;
}
.smatphone_section .smatphone_box .smatphone_midh2 .smatphone_midh2_entext {
	display:inline-block;
	font-size:1.0rem;
	font-weight:normal;
	font-family: 'Karla', sans-serif;
	background: linear-gradient(90deg, #e971a4, #8683d0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0.0);
	color: #8683d0;
}
@media all and (-ms-high-contrast: none){
.smatphone_section .smatphone_box .smatphone_midh2 .smatphone_midh2_entext {
	background:none;
}
}
.smatphone_section .smatphone_box .smatphone_midh2 .smatphone_midh2_entext strong {
	font-size:1.3rem;
	font-weight:normal;
}
.smatphone_section .smatphone_box .smatphone_midh2 .smatphone_midh2_jptext {
	display:block;
	font-size:1.4rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
.smatphone_section .smatphone_box .textbox .inbox {
}
.smatphone_section .smatphone_box .smatphone_videobox {
	width:400px;
	max-width:95%;
	margin:2rem auto 0;
}
.smatphone_section .smatphone_box .smatphone_videobox video {
	width:100%;
}
#smatphone04 .smatphone_box .textbox .inbox {
}
#smatphone04 .smatphone_box .textbox .inbox p:first-child {
	margin-bottom:1rem;
}
#smatphone04 .smatphone_box .textbox .inbox p:last-child {
	margin-top:1rem;
}
#smatphone04 .smatphone_box .textbox .inbox p span {
	font-weight:bold;
}
#smatphone04 .smatphone_box .textbox .inbox a {
	color:#111111;
	border-bottom:1px solid #000;
}
.smatphoneNav {
	font-feature-settings: "palt";
	font-size: 15px;
	font-weight: normal;
	margin: 6rem auto;
	max-width: 95%;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.smatphoneNav > li {
	margin: 0 0 1.5em;
	width: calc(25% - 1em);
	font-size: .9em;
}
.smatphoneNav > li a {
	display: block;
	color: #000;
	border: 1px solid #000;
	padding: .5em .75em .5em 0;
	position: relative;
	text-align: center;
}
.smatphoneNav > li a::before {
	background: center/68% no-repeat url(./../img/icon/arrow_right_001.png);
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	bottom: .5em;
	right: .5em;
}
@media screen and (max-width: 1200px) {
/* 
 スマートフォン対応について
----------------------------------------------------------- */
}
@media screen and (max-width: 1024px) {
/* 
 スマートフォン対応について
----------------------------------------------------------- */
.smatphoneNav > li {
	width: calc(50% - 1em);
}
}
@media screen and (max-width: 800px) {
/* 
 スマートフォン対応について
----------------------------------------------------------- */
.smatphone_section {
    padding: 4rem 0;
}
}
@media screen and (max-width: 640px) {
/* 
 スマートフォン対応について
----------------------------------------------------------- */
.smatphone_section {
    padding: 3rem 0;
}
#smatphone01.smatphone_section .smatphone_box .phobox img {
	width:300px;
	max-width:100%;
	margin:0 auto;
}
#smatphone05.smatphone_section .smatphone_box .phobox img {
	width:280px;
	max-width:100%;
	margin:0 auto;
}
.smatphone_section .smatphone_box .smatphone_midh2 .smatphone_midh2_jptext {
    font-size: 1.2rem;
}
.smatphoneNav > li {
	width: calc(100% - 1em);
}
}























#ithojyo {
	width:590px;
	text-align:center;
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	display:flex;
	flex-wrap:wrap;
	border-top: 0px solid #333;
	border-left: 0px solid #333;
}
#ithojyo a {
	color:#fff;
	font-weight:600;
	transition:all ease .3s;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
 	padding:.5rem;
	display:block;
}
#ithojyo a:hover {
	background: none;
	color:#fff;
}
#ithojyo li:nth-of-type(1) {
	width:100%;
	border-bottom:1px solid #CCC;
	color:#fff;
	font-weight:bold;
	/*padding:1rem;*/
 font-size:1.05rem;
}
#ithojyo li {
	width:33.333%
}
#ithojyo li:nth-of-type(1) a {
	background-color: #c7068d;
}
#ithojyo li:nth-of-type(2) a{
	background:#06c755;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(3) a{
	background:#4e99ff;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(4) a{
	background:#FFA500;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(2),
#ithojyo li:nth-of-type(3) {
	border-right:1px solid #CCC;
}
#ithojyo li:nth-of-type(3) i {
	transform:rotate(0deg)
}
#ithojyo li:nth-of-type(4) i {
	transform:rotate(90deg)
}
.sp-lineBreak {
	display: none;
}
.foot_lineLink {
	margin-top: 20px;
	width: 116px;
}
.foot_lineLink a {
	width: 100%;
}
.foot_lineLink img {
	width: 100%;
}
@media screen and (max-width:1300px) {
	#copy {
		margin-bottom: 125px;
	}
}
@media screen and (max-width:1080px) {
	#ithojyo {
		width:600px
	}
	#ithojyo li:nth-of-type(1) {
		/*padding:.5rem;*/
	  font-size:1rem
	}
	#ithojyo li:nth-of-type(2 + n) {
		font-size: 0.9rem;
	}
}
@media screen and (max-width:980px) {
	#copy {
		margin-bottom: 80px;
	}
}
@media screen and (max-width:640px) {
	#ithojyo {
		width:100%;
		border-left:0 solid #FFF
	}
	#ithojyo li a {
	 padding:.5rem;
		font-size:0.9rem;
		font-weight:bold;
		line-height: 1.5em;
	}
	.sp-lineBreak {
		display: block;
	}
	.foot_lineLink  {
		margin: 20px auto 0;
	}

	/* #ithojyo li:nth-of-type(1) a {
		background: none;
		background-color: #06c755;
	}
	#ithojyo li:nth-of-type(2) a {
		background: none;
		background-color: #4e99ff;
	}
	#ithojyo li:nth-of-type(3) a {
		background: none;
		background-color: #FFA500;
	} */
}