@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
img {
	image-rendering: -webkit-optimize-contrast;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* color: #575757; */
	color: #262626;
	font-size: 16px;
	/* line-height: 1.6em; */
	background-color: #FFFFFF;
	word-break: break-all;
}
@media screen and (max-width: 750px) {
	#ktsCont {
		font-size: 3.73831vw;
	}
}
#ktsCont * {
	box-sizing: border-box;
}
/**/
/**/
/* ==================================================
base
================================================== */
#contents .flex_area {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 768px){
#contents .flex_area {
	display: block;
}
}
#contents .inner {
	width: 90%;
	margin: 0 auto;
}
/**/
/**/
/* ==================================================
sttl
================================================== */
#contents .sttl01 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0;
	display: inline-block;
	margin-bottom: 25px;
}
#contents .sttl01 span {
	font-size: 36px;
	letter-spacing: 0.03em;
	margin-left: 5px;
}
#contents .sttl01 a {
	position: relative;
	padding-right: 3.5em;
	display: flex!important;
	align-items: center;
	line-height: 1.4;
}
#contents .sttl01 a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4B4B4B;
}
#contents .sttl01 a::after {
	content: '';
	position: absolute;
	bottom: 9px;
	right: 0;
	width: 40px;
	height: 1px;
	background: #4B4B4B;
	transform: rotate(25deg);
}
@media only screen and (max-width: 768px){
#contents .sttl01 {
	font-size: 11.9px;
	margin-bottom: 20px;
}
#contents .sttl01 span {
	font-size: 25.2px;
}
#contents .sttl01 a {
	padding-right: 3.5em;
}
#contents .sttl01 a::before {
	bottom: 0;
	left: 0;
}
#contents .sttl01 a::after {
	bottom: 6px;
	width: 28px;
}
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
#ktsCont .kv {
	position: relative;
	margin-bottom: 50px;
}
#ktsCont .kv .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 51.99%;
	max-width: 717.5581px;
}
@media only screen and (max-width: 768px){
#ktsCont .kv {
	margin-bottom: 40px;
}
}


/* スライド */
#ktsCont .slider-wrap {
	position: relative;
	width: 100%;
	height: 37.68vw;
	max-height: 520px;
	overflow: hidden;
}
@keyframes slider {
  0% {
	transform: translateY(0%);
  }
  100% {
	transform: translateY(-30%);
  }
}
#ktsCont .slick-animation {
  animation: slider 5s linear infinite;
}
/**/
/**/
/* ==================================================
copy/txt
================================================== */
#contents .copy {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 45px;
	letter-spacing: 0;
	line-height: 1.4;
	width: 90%;
}
@media only screen and (max-width: 768px){
#contents .copy {
	font-size: 20px;
	margin-bottom: 20px;
}
}
#contents .txt01 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.7;
}
@media only screen and (max-width: 768px){
#contents .txt01 {
	font-size: 14px;
	line-height: 1.7;
}
}
/**/
/**/
/* ==================================================
ank_Forte
================================================== */
#ank_Forte {
	margin-bottom: -9.78vw;
	/* margin-bottom: -5.5vw; */
}
#ank_Forte .inner {
	max-width: 1134.0307px;
	max-width: 1190px;
	justify-content: space-between;
}
#ank_Forte .left {
	width: 48.38%;
	/* width: 52%; */
	margin-top: 50px;
}
#ank_Forte .right {
	/* width: 50.17%; */
	width: 48%;
}
#ank_Forte .inner .txt01 {
	margin-bottom: 50px;
}
#ank_Forte .hd_txt {
	margin-bottom: 2px;
	font-size: 20px;
}
#ank_Forte .icon_area .item:nth-child(1) .icon {
	max-width: 254.9999px;
	width: 46.64%;
}
#ank_Forte .icon_area .item:nth-child(2) .icon {
	max-width: 535.2739px;
}
#ank_Forte .icon_area .item:not(:last-child) {
	margin-bottom: 15px;
}
@media only screen and (min-width: 1380px){
#ank_Forte {
	margin-bottom: -120px;
	/* margin-bottom: -80px; */
}
}
@media screen and (min-width:769px) and (max-width:1200px) {
#ank_Forte {
	margin-bottom: 0;
}
}
@media only screen and (max-width: 768px){
#ank_Forte {
	margin-bottom: 0;
}
#ank_Forte .inner {
	max-width: 1134.0307px;
	display: flex;
	flex-direction: column-reverse;
}
#ank_Forte .left {
	width: 100%;
	margin-top: 0;
}
#ank_Forte .right {
	width: 84.76%;
	margin: 0 auto;
}
#ank_Forte .inner .txt01 {
	margin-bottom: 35px;
}
#ank_Forte .hd_txt {
	margin-bottom: 0;
	font-size: 12px;
}
#ank_Forte .icon_area .item:nth-child(1) .icon {
	max-width: 153px;
	width: inherit;
}
#ank_Forte .icon_area .item:nth-child(2) .icon {
	max-width: 321.1643px;
}
#ank_Forte .icon_area .item:not(:last-child) {
	margin-bottom: 10px;
}
#ank_Forte .icon_area {
	margin-bottom: 20px;
}
}
/**/
/**/
/* ==================================================
ank_History
================================================== */
#ank_History {
	margin-bottom: -4.85%;
}
#ank_History .inner {
	max-width: 1238.8318px;
	/* margin: 0; */
	justify-content: space-between;
	/*align-items: center;*/
	width: 90%;
	position: relative;
	/* left: -138px; */
	left: -5%;
	/* left: -11.31%; */
}
#ank_History .left {
	width: 55.56%;
	max-width: 688.32px;
}
#ank_History .right {
	width: 44.2%;
	margin: 13.77vw 0 0;
	/* max-width: 547.6318px; */
}
@media only screen and (min-width: 1380px){
#ank_History {
	margin-bottom: -60px;
}
#ank_History .inner {
	left: -80px;
}
#ank_History .right {
	margin-top: 190px;
}
}
@media screen and (min-width:769px) and (max-width:1200px) {
#ank_History {
	margin-bottom: 0;
}
}
@media only screen and (max-width: 768px){
#ank_History {
	margin-bottom: 0;
}
#ank_History .inner {
	width: 90%;
	left: 0;
}
#ank_History .left {
	width: 100%;
}
#ank_History .right {
	width: 100%;
	margin: 0 auto 70px;
}
}
/**/
/**/
/* ==================================================
ank_Lineup
================================================== */
#ank_Lineup {
	margin-bottom: 100px;
}
#ank_Lineup .inner {
	max-width: 1221.12px;
}
#ank_Lineup .sttl01 {
	width: fit-content;
	/* max-width: 1147.127px; */
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	margin: 0 auto 30px;
	display: block;
}
#ank_Lineup .sttl01 span {
    margin-left: 0;
    font-size: 30px;
}
#ank_Lineup .sttl01 a {
	padding: 0 1.8em 0 1.5em;
	font-weight: bold;
	margin-top: 10px;
	/* display: inline-block; */
}
#ank_Lineup .inner.flex_area {
	max-width: 960px;
	justify-content: space-between;
}
@media only screen and (max-width: 768px){
#ank_Lineup {
	margin-bottom: 0;
}
#ank_Lineup .inner {
	width: 100%;
}
#ank_Lineup .sttl01 {
	font-size: 16.2px;
	margin-bottom: 20px;
}
#ank_Lineup .sttl01 span {
    font-size: 21px;
    line-height: 1.4;
}
#ank_Lineup .sttl01 a {
	padding: 0 2em 3px 1em;
}
#ank_Lineup .inner.flex_area {
	padding: 15px;
}
#ank_Lineup .bnr {
	margin-top: 20px;
	width: 100%;
}
}
/**/
/**/
/* ==================================================
ank_Bnr
================================================== */
#ank_Bnr {
	margin-top: 100px!important;
}
#ank_Bnr .inner {
	max-width: 808px;
	justify-content: space-between;
}
#ank_Bnr .bnr {
	width: 28.46%;
}
@media only screen and (max-width: 768px){
#ank_Bnr {
	margin: 40px 0 60px!important;
}
#ank_Bnr .bnr {
	width: 68.14%;
	margin: 0 auto;
}
#ank_Bnr .bnr:not(:last-child) {
	margin-bottom: 20px;
}
}
