@charset "UTF-8";

/*=============================================================
 02_base
=============================================================*/


/*!  02_base
================================================ */

@font-face {
  font-family: 'icomoon';
  src: url("/kiflmovie/cms/wp-content/themes/kgg/css/fonts/icomoon.eot?xr42io");
  src: url("/kiflmovie/cms/wp-content/themes/kgg/css//kiflmovie/cms/wp-content/themes/kgg/css/fonts/icomoon.eot?xr42io") format("embedded-opentype"), url("/kiflmovie/cms/wp-content/themes/kgg/css/fonts/icomoon.ttf?xr42io") format("truetype"), url("/kiflmovie/cms/wp-content/themes/kgg/css/fonts/icomoon.woff?xr42io") format("woff"), url("/kiflmovie/cms/wp-content/themes/kgg/css/fonts/icomoon.svg?xr42io") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-line:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

html, body {
  height: 100%;
  word-break: break-all;
}

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-width: 320px;
}

@media (min-width: 769px) {
  html {
	overflow: auto;
  }
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ÓÎ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "ÓÎ¥´¥·¥Ã¥¯Ìå", YuGothic, "¥á¥¤¥ê¥ª", sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

@media (max-width: 768px) {
  body {
	overflow-x: hidden;
  }
}

@media (min-width: 769px) {
  body {
	font-size: 1.6rem;
  }
}

#home #wrapper {
  display: none;
}


/* for IE */

main {
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .icon:before {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
  }
}


/* end for IE */

.cf:after {
  content: " ";
  display: block;
  clear: both;
}


/*! breakpoint
-------------------------------------------------
600px¤ÇÇÐ¤êÌæ¤¨
-------------------------------------------------
*/

@media (max-width: 768px) {
  .viewSp {
	display: block;
  }
  .viewPc {
	display: none;
  }
}

@media (min-width: 769px) {
  .viewSp {
	display: none;
  }
  .viewPc {
	display: block;
  }
}


/* box-sizing
-------------------------------------------------
-------------------------------------------------
*/

html, body, header, footer, h1, h2, h3, h4, h5, section, article, div, dl, dt, dd, ol, ul, li, p, a, span {
  box-sizing: border-box;
}


/* img
-------------------------------------------------
-------------------------------------------------
*/

img {
  max-width: 100%;
  vertical-align: top;
}


/* weight
-------------------------------------------------
-------------------------------------------------
*/

span, em {
  font-weight: inherit;
}

a {
  text-decoration: none;
}

a img {
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}


/*=============================================================
 03_layout
=============================================================*/


/*!  #gHeader
================================================ */

#gHeader {
  position: relative;
  z-index: 13;
}

#gHeader .btnMenu {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  cursor: pointer;
}

#gHeader .btnMenu .menu-trigger, #gHeader .btnMenu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

#gHeader .btnMenu .menu-trigger {
  position: relative;
  width: 21px;
  height: 16px;
  margin: 20px 20px;
}

@media (min-width: 769px) {
  #gHeader .btnMenu .menu-trigger {
	width: 30px;
	height: 22px;
	margin: 44px 40px;
  }
}

#gHeader .btnMenu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

#gHeader .btnMenu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

#gHeader .btnMenu .menu-trigger span:nth-of-type(2) {
  top: 7px;
}

@media (min-width: 769px) {
  #gHeader .btnMenu .menu-trigger span:nth-of-type(2) {
	top: 10px;
  }
}

#gHeader .btnMenu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#gHeader .btnMenu.open {
  background: #f0f0f2;
}

#gHeader .btnMenu.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

#gHeader .btnMenu.open .menu-trigger span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

#gHeader .btnMenu.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

@media (min-width: 769px) {
  #gHeader .btnMenu.open .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
  }
  #gHeader .btnMenu.open .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	-ms-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar02 {
  100% {
	height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
	height: 0;
  }
}


/*!  #gNav
================================================ */

#gNav {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 769px) {
  #gNav {
	right: 0;
	max-width: 1000px;
  }
}

#gNav .listWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}

@media (min-width: 769px) {
  #gNav .listWrap {
	width: 103%;
  }
}

#gNav .listIn {
  margin: 0 15px;
  padding: 0 0 50px;
}

@media (min-width: 769px) {
  #gNav .listIn {
	width: 690px;
	margin: 0 auto;
	padding: 107px 0 100px;
  }
}

#gNav .headTxt {
  padding: 14px 17px 6% 2px;
}

#gNav .headTxt a {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}

#gNav .listTit {
  margin: 5px 0 0;
  color: #1f328c;
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  #gNav .listTit {
	margin: 0 0 26px;
	font-size: 6rem;
	letter-spacing: .06em;
	line-height: 1.5;
  }
}

#gNav .listLink {
  margin: 0 0 20px;
}

@media (min-width: 769px) {
  #gNav .listLink {
	margin: 0 0 56px;
  }
}

#gNav .listLink .nolink {
  color: #ccc;
  text-decoration: none;
  pointer-events: none;
}

#gNav .listLink .item.nolink p:before,
#gNav .listLink .item.nolink p:after {
  display: none;
}

#gNav .listLink .nolink .js-toggle-tit {
  color: #ccc;
}

#gNav .listLink .item>a, #gNav .listLink .item>p {
  display: block;
  position: relative;
  padding: 15px 0 15px 0;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57;
  cursor: pointer;
}

@media (min-width: 769px) {
  #gNav .listLink .item>a, #gNav .listLink .item>p {
	display: inline-block;
	padding: 15px 105px 15px 0;
	font-size: 1.8rem;
	line-height: 2.22;
  }
}

#gNav .listLink .item>a em, #gNav .listLink .item>p em {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.16;
}

@media (min-width: 769px) {
  #gNav .listLink .item>a em, #gNav .listLink .item>p em {
	font-size: 2.5rem;
	line-height: 1.6;
  }
}

@media (min-width: 769px) {
  #gNav .listLink .item>a:hover, #gNav .listLink .item>p:hover {
	color: #1f328c;
  }
}

#gNav .listLink .item p:before, #gNav .listLink .item p:after {
  content: "";
  display: block;
  position: absolute;
}

#gNav .listLink .item p:before {
  right: 5px;
  top: 25px;
  width: 18px;
  height: 1px;
  background: #333;
}

@media (min-width: 769px) {
  #gNav .listLink .item p:before {
	top: 33px;
	right: 0;
	width: 26px;
  }
}

#gNav .listLink .item p:after {
  right: 13px;
  top: 16px;
  width: 1px;
  height: 18px;
  background: #333;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (min-width: 769px) {
  #gNav .listLink .item p:after {
	top: 20px;
	height: 26px;
  }
}

#gNav .listLink .item .on {
  color: #1f328c;
}

#gNav .listLink .item .on:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#gNav .listLink .subLink {
  display: none;
}

#gNav .listLink .subLink a {
  display: inline-block;
  padding: 5px 0 15px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  #gNav .listLink .subLink a:hover {
	color: #1f328c;
  }
}

.hdCv .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto 15px;
}

@media (min-width: 769px) {
  .hdCv .list {
	width: 690px;
	margin: 0 auto 20px;
  }
}

.hdCv .list a {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.hdCv .list a:hover {
  opacity: .8;
}

.hdCv .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 49.5%;
  width: -webkit-calc(50% - 3px);
  width: calc(50% - 3px);
}

@media (min-width: 769px) {
  .hdCv .item {
	width: 49%;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
  }
}

.hdCv .btn {
  margin: 0 auto 35px;
}

@media (min-width: 769px) {
  .hdCv .btn {
	margin: 0 auto;
  }
}

.hdCv .btn a {
  position: relative;
  display: block;
  padding: 11px 0;
  border: 1px solid #c8c8c8;
  text-align: center;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media (min-width: 769px) {
  .hdCv .btn a {
	padding: 23px 0;
  }
}

.hdCv .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 14px;
  height: 15px;
  background: url(/kiflmovie/cms/wp-content/themes/kgg/img/common/ico_btn01.svg);
  background-size: 100%;
}

.hdCv .btn a:hover {
  opacity: .8;
}

.hdCv .btn a img {
  width: 95px;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .hdCv .btn a img {
	width: auto;
	height: 32px;
  }
}


/*!  loading
================================================ */

#loader {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1f328c;
  z-index: 20;
}


/*!  .spOverlay * only SP
================================================ */

.spOverlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}


/*!  #mainimg
================================================ */

#mainimg .headTxt {
	border: 2px solid #fff;
	position: relative;
  padding: 14px 17px 6%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  z-index: 2;
}

@media (min-width: 769px) {
  #mainimg .headTxt {
	padding: 30px;
	font-size: 2rem;
  }
}

body.single #mainimg{
	overflow: hidden;
	position: relative;
}
body.single #mainimg::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,.45); */
	z-index: 1;
}
body.single #mainimg .pageTit{
	position: relative;
	z-index: 2;
}
@media (min-width: 769px) {
	body.single #mainimg::before{
		min-height: 330px;
	}
	/*body.single #breadcrumb{
		padding-top: 20px;
	}*/
}


#mainimg .headTxt a {
  color: #fff;
}

#home #mainimg {
  position: relative;
}

@media (min-width: 769px) {
  #home #mainimg .headTxt {
	padding: 25px 30px 30px;
  margin: auto;
  }
}

#home #mainimg .headTxt:before {
  width: 38px;
  height: 27px;
  margin-right: 14px;
  background-size: 100%;
  vertical-align: -7px;
}

#home #mainimg .mainTxt {
  color: #fff;
}

@media (min-width: 769px) {
  #home #mainimg .mainTxt {
	text-align: center;
  width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}
#home #mainimg .mainTxtIn {
  position: relative;
  margin-top: 95px;
}
@media (min-width: 769px) {
  #home #mainimg .mainTxtIn {
    margin-top: 80px;
  }
}
#home #mainimg .mainTxtIn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: "";
  display: block;
  width: 292px;
  height: 342px;
  background: url('/kiflmovie/cms/wp-content/themes/kgg/img/home/mainimg05_01_sp.png') no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
@media (min-width: 769px) {
  #home #mainimg .mainTxtIn::before {
    width: 408px;
    height: 478px;
    margin-top: -6%;
    background-image: url('/kiflmovie/cms/wp-content/themes/kgg/img/home/mainimg05_01_pc.png');
  }
}
#home #mainimg .mainTxtIn em {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-size: 6.5rem;
	line-height: 0.985;
	padding:0 0 7px 14%;
}

@media (min-width: 769px) {
	#home #mainimg .mainTxtIn em {
		font-size: 13rem;
		line-height: 1.2;
		padding: 0;
	}
}

#home #mainimg .mainTxtIn span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .25em;
	padding: 0 0 0 6.5%;
}

@media (min-width: 769px) {
  #home #mainimg .mainTxtIn span {
	margin: 0;
	font-size: 3.6rem;
	letter-spacing: 0.35em;
	padding: 0 0 0 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  #home #mainimg .mainTxtIn em {
	letter-spacing: 0;
  }
}

#mainimg .en.category{
  text-transform: uppercase;
}

#mainimg .indonesian .en.category,
#mainimg .vietnamese .en.category,
#mainimg .thai .en.category {
  text-transform: none;
}

/*  .anchor  */
#home .mainTxt .anchor {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 53px;
}

@media (min-width: 769px) {
  #home .mainTxt .anchor {
    max-width: 1030px;
    margin: 10% auto 0;
  }
}

#home .mainTxt .anchor .item{
  float: left;
  width: 48%;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 10px 0 10px 8.5%;
  line-height: 1.36;
  letter-spacing: 0.06em;
}

@media (min-width: 769px) {
  #home .mainTxt .anchor .item{
    font-size: 2.5rem;
    padding: 0 0 20px 40px;
    letter-spacing: 0.05em;
  }
  #home .mainTxt .anchor .item:nth-child(3n+1){
    width: 334px;
  }
  #home .mainTxt .anchor .item:nth-child(3n+2){
    width: 485px;
  }
  #home .mainTxt .anchor .item:nth-child(3n+3){
    width: 211px;
  }
}

#home .mainTxt .anchor .item::before{
  position: absolute;
  top: 25px;
  left: 0px;
  height: 0;
  width: 20px;
  border-bottom: 1px solid #fff;
  content: "";
}

@media (min-width: 769px) {
  #home .mainTxt .anchor .item::before{
    position: absolute;
    top: 21px;
    left: 0px;
    height: 0;
    width: 20px;
    border-bottom: 1px solid #fff;
    content: "";
  }
}

#home .mainTxt .anchor .item::after{
  position: absolute;
  top: 20px;
  left: 8px;
  height: 10px;
  width: 10px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  content: "";
}

@media (min-width: 769px) {
  #home .mainTxt .anchor .item::after{
    position: absolute;
    top: 15px;
    left: 8px;
    height: 10px;
    width: 10px;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    content: "";
  }
}

#home .mainTxt .anchor .item a{
  color: #fff;
}

#home #mainimg .ico {
  margin: 25px auto 0;
  text-align: center;
}

@media (min-width: 769px) {
  #home #mainimg .ico {
    position: absolute;
	left: calc(50% - 13px);
	bottom: 30px;
	margin: 0;
  }
}

#home #mainimg .ico a {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 4px;
}

@media (min-width: 769px) {
  #home #mainimg .ico a {
	width: 25px;
	height: 33px;
	padding: 5px;
	border: 2px solid #fff;
	border-radius: 8px;
  }
}

#home #mainimg .ico a:after {
  content: "";
  background-color: #fff;
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -webkit-calc(50% - 1px);
  left: calc(50%);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 1.2s infinite;
}

@media (min-width: 769px) {
  #home #mainimg .ico a:after {
	top: -13px;
	width: 2px;
	height: 20px;
	-webkit-animation: sdb2 2s infinite;
	animation: sdb2 1.2s infinite;
  }
}

@-webkit-keyframes sdb {
  0% {
	-webkit-transform: translate(0, 0);
	opacity: 0;
  }
  40% {
	opacity: 1;
  }
  80% {
	-webkit-transform: translate(0, 23px);
	opacity: 0;
  }
  100% {
	opacity: 0;
  }
}

@keyframes sdb {
  0% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 0;
  }
  40% {
	opacity: 1;
  }
  80% {
	-webkit-transform: translate(0, 23px);
	transform: translate(0, 23px);
	opacity: 0;
  }
  100% {
	opacity: 0;
  }
}

@-webkit-keyframes sdb2 {
  0% {
	-webkit-transform: translate(0, 0);
	opacity: 0;
  }
  40% {
	opacity: 1;
  }
  80% {
	opacity: 0;
	-webkit-transform: translate(0, 33px);
  }
  100% {
	opacity: 0;
  }
}

@keyframes sdb2 {
  0% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 0;
  }
  40% {
	opacity: 1;
  }
  80% {
	opacity: 0;
	-webkit-transform: translate(0, 33px);
	transform: translate(0, 33px);
  }
  100% {
	opacity: 0;
  }
}


/*!  #mainImg ÏÂŒÓ¥Ú©`¥¸
================================================ */

.branch#mainimg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  /*height: 0;*/
  /*padding-bottom: 48%;*/
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .branch#mainimg {
	min-height: 338px;
	padding-bottom: 0;
	margin-bottom: 0;
  }
}

.branch#mainimg .pageTit {
  color: #fff;
  text-align: center;
}

@media (min-width: 769px) {
  .branch#mainimg .pageTit {
	text-align: left;
	width: 1200px;
	margin: 0 auto;
	padding: 57px 0 0;
	text-align: center;
  }
}

.branch#mainimg .pageTit .ja {
	display: block;
	position: relative;
  margin-bottom: -3px;
  font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.27;
  letter-spacing: 0.2em;
	margin: 0 0 12px;
  padding: 0 8px;
}

@media (min-width: 769px) {
  .branch#mainimg .pageTit .ja {
	font-size: 2.4rem;
	margin-bottom: 16px;
	line-height: 1.75;
	padding: 0 20px;
  }
}

.branch#mainimg .pageTit .en {
	position: relative;
	display: inline-block;
  font-family: 'Overpass', sans-serif;
  font-size: 3.2rem;
	font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.025em;
	padding: 0 25px;
	max-width: 300px;
}

.branch#mainimg .pageTit.grossmont-college .en {
  white-space: nowrap;
  max-width: none;
}

.branch#mainimg .pageTit .en .small {
  display: none;
}

@media (max-width: 460px) {
  .branch#mainimg .pageTit.grossmont-college .en .small {
    display: block;
  }
}


@media (max-width: 340px) {
	.branch#mainimg .pageTit .en {
		max-width: 270px;
  }
}

@media (min-width: 769px) {
  .branch#mainimg .pageTit .en {
		/*font-size: 6.4rem;*/
    font-size: 4rem;
		line-height: 1.09;
		max-width: none;
  }
}

.branch#mainimg .pageTit .en::before{
	position: absolute;
	top: 5px;
	left: -12px;
	width: 25px;
	height: 30px;
	content: "";
	background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/ico_en_sp.png);
	background-size: 100%;
}
@media (min-width: 769px) {
	.branch#mainimg .pageTit .en::before{
    top: 50%;
		left: -60px;
		width: 45px;
		height: 53px;
    margin-top: -30px;
		background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/ico_en_pc.png);
	}
}

.branch#mainimg .pageTit .en.txt01 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 769px) {
  .branch#mainimg .pageTit .en.txt01 {
	font-size: 4rem;
	line-height: 1.09;
  }
  .branch#mainimg .pageTit .en.txt01::before{
    margin-top: -28px;
  }
}


/*!  #breadcrumb
================================================ */

#breadcrumb ol {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 18px 0 26px;
}

#breadcrumb ol li {
  float: left;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #979797;
}

#breadcrumb ol li+li {
  padding-left: 10px;
}

#breadcrumb ol li+li:before {
  content: "";
  display: inline-block;
  border-top: 1px solid #1f328c;
  border-right: 1px solid #1f328c;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg) translateY(-2px);
  -ms-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px);
  margin: 0 18px 0 1px;
}

#breadcrumb ol li a {
  display: inline-block;
  text-decoration: none;
  color: #1f328c;
}

#breadcrumb ol li a:hover {
  text-decoration: underline;
}


/*!  #sidebar
================================================ */


/*!  .pagetop
================================================ */

.pagetop {
  text-align: center;
}

@media (min-width: 769px) {
  .pagetop {
	min-width: 1200px;
	margin: 0 0 20px;
  }
}

.pagetop .btn {
  display: block;
  padding: 0 10px 13px;
}

@media (min-width: 769px) {
  .pagetop .btn {
	padding: 10px;
  }
}

.pagetop img {
  display: block;
  margin: auto;
  border: none;
}

@media (max-width: 768px) {
  .pagetop img {
	width: 35px;
  }
}

@media (min-width: 769px) {
  .pagetop img {
	width: 50px;
  }
}

.pagetop a {
  text-decoration: none;
  border: none;
}


/*!  .ftCv
================================================ */

.ftCv {
  background: #fff;
}

@media (min-width: 769px) {
  .ftCv {
	min-width: 1200px;
  }
}

@media (min-width: 769px) {
  .ftCv .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
  }
}

.ftCv .item {
  position: relative;
  overflow: hidden;
}

@media (min-width: 769px) {
  .ftCv .item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .ftCv .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
}

.ftCv .item a {
  display: block;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.ftCv .item a:hover {
  opacity: .8;
}

.ftCv .item img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ftCv .item .txt {
  display: inline-block;
  position: absolute;
  bottom: 9.56522%;
  right: 6.13333%;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .ftCv .item .txt {
	right: 4.79167%;
  }
}

.ftCv .item .txt:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 8px;
  height: 2px;
  background: #566ee3;
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}

.ftCv .item01 a {
  color: #566ee3;
  border: 4px solid #566ee3;
}

.ftCv .item01 .txt {
  right: 5.33333%;
  padding: 0 10px 3px 0;
  border-bottom: 2px solid #566ee3;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .ftCv .item01 .txt {
	padding: 0 23px 5px 0;
	font-size: 1.4rem;
  }
}

.ftCv .item02 a {
  background: #1f328c;
  color: #fff;
}

.ftCv .item02 .txt {
  padding: 0 11px 4px 0;
  border-bottom: 2px solid #fff;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .ftCv .item02 .txt {
	bottom: 11.75%;
  }
}

@media (min-width: 769px) {
  .ftCv .item02 .txt {
	padding: 0 27px 5px 0;
	font-size: 1.4rem;
  }
}

.ftCv .item02 .txt:after {
  background: #fff;
}

.ftCv .btnArea {
  padding: 25px;
  background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/common/footer/cv_btn_bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  .ftCv .btnArea {
	padding: 50px 0 50px;
	background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/common/footer/cv_btn_bg_pc.png);
	background-size: auto 100%;
  }
}

.ftCv .btnArea .btn {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .ftCv .btnArea .btn {
	width: 600px;
  }
}

.ftCv .btnArea .btn a {
  position: relative;
  display: block;
  padding: 12px 0;
  background: #fff;
  text-align: center;
}

@media (min-width: 769px) {
  .ftCv .btnArea .btn a {
	padding: 34px 0;
  }
}

.ftCv .btnArea .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
  background: url(/kiflmovie/cms/wp-content/themes/kgg/img/common/ico_btn01.svg);
  background-size: 100%;
}

@media (min-width: 769px) {
  .ftCv .btnArea .btn a:after {
	right: 30px;
  }
}

.ftCv .btnArea .btn a svg {
  width: 95px;
  height: 16px;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .ftCv .btnArea .btn a svg {
	width: auto;
	height: 32px;
  }
}

.ftCv .btnArea .btn a:hover svg {
  opacity: .8;
}


/*!  #gFooter
================================================ */

#gFooter {
  background: #fff;
}

@media (min-width: 769px) {
  #gFooter .l-kgg .l-kgg__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 26px 0 24px;
  }
}

#gFooter .l-kgg .l-logo--footer-group {
  width: 100%;
  border-bottom: 1px solid #e6e4e4;
  text-align: center;
}

@media (min-width: 769px) {
  #gFooter .l-kgg .l-logo--footer-group {
	width: 216px;
	min-width: 216px;
	border: 0;
	text-align: left;
  }
}

#gFooter .l-kgg .l-logo--footer-group a {
  display: block;
  padding: 10px 0 11px;
}

@media (min-width: 769px) {
  #gFooter .l-kgg .l-logo--footer-group a {
	padding: 0;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
  }
  #gFooter .l-kgg .l-logo--footer-group a:hover {
	opacity: .8;
  }
}

#gFooter .l-kgg .l-logo--footer-group svg {
  width: 108px;
  height: 18px;
  vertical-align: middle;
}

@media (min-width: 769px) {
  #gFooter .l-kgg .l-logo--footer-group svg {
	width: 216px;
	height: auto;
	margin: 0;
  }
}

#gFooter .l-kgg .l-kgg__lists {
  display: block;
}

@media (min-width: 769px) {
  #gFooter .l-kgg .l-kgg__lists {
	margin-left: 40px;
  }
}

#gFooter .l-kgg .l-kgg__lists-inner {
  overflow: hidden;
  line-height: 1;
}

@media (min-width: 769px) {
  #gFooter .l-kgg .l-kgg__lists-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 650px;
  }
}

#gFooter .l-kgg .l-kgg__lists-inner>li {
  width: 50%;
}

@media (max-width: 768px) {
  #gFooter .l-kgg .l-kgg__lists-inner>li {
	position: relative;
	float: left;
	height: 52px;
	border-bottom: 1px solid #e6e4e4;
  }
  #gFooter .l-kgg .l-kgg__lists-inner>li:nth-child(2n-1) {
	border-right: 1px solid #e6e4e4;
  }
}

@media (min-width: 769px) {
  #gFooter .l-kgg .l-kgg__lists-inner>li {
	width: auto;
	margin-right: 20px;
  }
}

#gFooter .l-kgg .l-kgg__lists-inner .l-kgg__item {
  display: block;
  font-size: 1.2rem;
  line-height: 1.83;
  color: #111;
}

@media (max-width: 768px) {
  #gFooter .l-kgg .l-kgg__lists-inner .l-kgg__item {
	position: relative;
	display: table;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	line-height: 1.42;
  }
  #gFooter .l-kgg .l-kgg__lists-inner .l-kgg__item span {
	display: table-cell;
	vertical-align: middle;
  }
}

#gFooter .copyright {
  margin: -1px 0 0;
  padding: 15px 0;
  border-top: 1px solid #e6e4e4;
  color: #7e7e7e;
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
}

@media (min-width: 769px) {
  #gFooter .copyright {
	margin: 0;
	font-size: 1.2rem;
	line-height: 2.5;
	letter-spacing: .06em;
  }
}


/*=============================================================
 05_helper
=============================================================*/


/*!  .js-anim
================================================ */

.js-anim, .js-anim-oneway {
  position: relative;
}

.js-anim:before, .js-anim-oneway:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: #1f328c;
  z-index: 5;
}

.js-anim:after, .js-anim iframe, .js-anim-oneway:after, .js-anim-oneway iframe {
  opacity: 0;
}

.js-anim img, .js-anim-oneway img {
  opacity: 0;
}

.js-anim.initial:before, .js-anim-oneway.initial:before {
  -webkit-animation: js-anim 0.8s ease-in 0.3s forwards;
  animation: js-anim 0.8s ease-in 0.3s forwards;
}

.js-anim.initial:after, .js-anim.initial iframe, .js-anim-oneway.initial:after, .js-anim-oneway.initial iframe {
  -webkit-animation: js-anim-img 0.8s ease-in 0.3s forwards;
  animation: js-anim-img 0.8s ease-in 0.3s forwards;
}

.js-anim.initial img, .js-anim-oneway.initial img {
  -webkit-animation: js-anim-img 0.8s ease-in 0.3s forwards;
  animation: js-anim-img 0.8s ease-in 0.3s forwards;
}

@-webkit-keyframes js-anim {
  0% {
	left: -102%;
	width: 100%;
  }
  30% {
	left: 0;
	width: 100%;
  }
  70% {
	left: 0;
	width: 100%;
  }
  99% {
	left: 102%;
	width: 100%;
  }
  100% {
	left: 102%;
	width: 100%;
	display: none;
  }
}

@keyframes js-anim {
  0% {
	left: -102%;
	width: 100%;
  }
  30% {
	left: 0;
	width: 100%;
  }
  70% {
	left: 0;
	width: 100%;
  }
  99% {
	left: 102%;
	width: 100%;
  }
  100% {
	left: 102%;
	width: 100%;
	display: none;
  }
}

@-webkit-keyframes js-anim-img {
  0% {
	opacity: 0;
  }
  49% {
	opacity: 0;
  }
  50% {
	opacity: 1;
  }
  100% {
	opacity: 1;
  }
}

@keyframes js-anim-img {
  0% {
	opacity: 0;
  }
  49% {
	opacity: 0;
  }
  50% {
	opacity: 1;
  }
  100% {
	opacity: 1;
  }
}


/*!  #loader
================================================ */

#loader.initial {
  -webkit-animation: loader 3s ease-in 1s both;
  animation: loader 3s ease-in 1s both;
}

.mainTxt span, .mainTxt em {
  position: relative;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
}

.mainTxt span:after, .mainTxt em:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #1f328c;
}

.mainTxt span {
  -webkit-animation: copyTxt 1.5s ease-out 1.5s forwards;
  animation: copyTxt 1.5s ease-out 1.5s forwards;
}

.mainTxt span:after {
  -webkit-animation: copyTxtCover 1.5s ease-out 1.5s forwards;
  animation: copyTxtCover 1.5s ease-out 1.5s forwards;
}

.mainTxt em {
  -webkit-animation: mainTxt 1.5s ease-out 1.5s forwards;
  animation: mainTxt 1.5s ease-out 1.5s forwards;
}

.mainTxt em:after {
  -webkit-animation: mainTxtCover 1.5s ease-out 1.5s forwards;
  animation: mainTxtCover 1.5s ease-out 1.5s forwards;
}

@-webkit-keyframes loader {
  0% {
	right: 0;
	width: 100%;
  }
  1% {
	right: 0;
	width: 98%;
  }
  8% {
	right: 0;
	width: 10%;
  }
  9% {
	right: 0;
	width: 2%;
  }
  10% {
	right: 0;
	width: 0;
  }
  100% {
	right: 0;
	width: 0;
  }
}

@keyframes loader {
  0% {
	right: 0;
	width: 100%;
  }
  1% {
	right: 0;
	width: 98%;
  }
  8% {
	right: 0;
	width: 10%;
  }
  9% {
	right: 0;
	width: 2%;
  }
  10% {
	right: 0;
	width: 0;
  }
  100% {
	right: 0;
	width: 0;
  }
}

@-webkit-keyframes copyTxtCover {
  0% {
	left: -102%;
	width: 100%;
	display: block;
  }
  20% {
	left: -102%;
	width: 100%;
	display: block;
  }
  40% {
	left: 0;
	width: 100%;
	display: block;
  }
  60% {
	left: 0;
	width: 100%;
	display: block;
  }
  99% {
	left: 102%;
	width: 100%;
	display: block;
  }
  100% {
	left: 102%;
	width: 0;
	display: none;
  }
}

@keyframes copyTxtCover {
  0% {
	left: -102%;
	width: 100%;
	display: block;
  }
  20% {
	left: -102%;
	width: 100%;
	display: block;
  }
  40% {
	left: 0;
	width: 100%;
	display: block;
  }
  60% {
	left: 0;
	width: 100%;
	display: block;
  }
  99% {
	left: 102%;
	width: 100%;
	display: block;
  }
  100% {
	left: 102%;
	width: 0;
	display: none;
  }
}

@-webkit-keyframes mainTxtCover {
  0% {
	left: -102%;
	width: 100%;
	display: block;
  }
  60% {
	left: -102%;
	width: 100%;
	display: block;
  }
  80% {
	left: 0;
	width: 100%;
	display: block;
  }
  99% {
	left: 102%;
	width: 100%;
	display: block;
  }
  100% {
	left: 102%;
	width: 0;
	display: none;
  }
}

@keyframes mainTxtCover {
  0% {
	left: -102%;
	width: 100%;
	display: block;
  }
  60% {
	left: -102%;
	width: 100%;
	display: block;
  }
  80% {
	left: 0;
	width: 100%;
	display: block;
  }
  99% {
	left: 102%;
	width: 100%;
	display: block;
  }
  100% {
	left: 102%;
	width: 0;
	display: none;
  }
}

@-webkit-keyframes copyTxt {
  0% {
	color: rgba(255, 255, 255, 0);
  }
  40% {
	color: rgba(255, 255, 255, 0);
  }
  41% {
	color: #fff;
  }
  100% {
	color: #fff;
  }
}

@keyframes copyTxt {
  0% {
	color: rgba(255, 255, 255, 0);
  }
  40% {
	color: rgba(255, 255, 255, 0);
  }
  41% {
	color: #fff;
  }
  100% {
	color: #fff;
  }
}

@-webkit-keyframes mainTxt {
  0% {
	color: rgba(255, 255, 255, 0);
  }
  80% {
	color: rgba(255, 255, 255, 0);
  }
  81% {
	color: #fff;
  }
  100% {
	color: #fff;
  }
}

@keyframes mainTxt {
  0% {
	color: rgba(255, 255, 255, 0);
  }
  80% {
	color: rgba(255, 255, 255, 0);
  }
  81% {
	color: #fff;
  }
  100% {
	color: #fff;
  }
}


/*=============================================================
 06_lib
=============================================================*/


/* Slider */

.slick-loading .slick-list {
  background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat;
}


/* Icons */

@font-face {
  font-family: "slick";
  src: url("/kiflmovie/cms/wp-content/themes/kgg/lib/slick/fonts/slick.eot");
  src: url("/kiflmovie/cms/wp-content/themes/kgg/lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/kiflmovie/cms/wp-content/themes/kgg/lib/slick/fonts/slick.woff") format("woff"), url("/kiflmovie/cms/wp-content/themes/kgg/lib/slick/fonts/slick.ttf") format("truetype"), url("/kiflmovie/cms/wp-content/themes/kgg/lib/slick/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  bottom: -5px;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .slick-prev, .slick-next {
	bottom: -35px;
	height: 40px;
	width: 40px;
  }
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:hover:after, .slick-prev:focus:before, .slick-prev:focus:after, .slick-next:hover:before, .slick-next:hover:after, .slick-next:focus:before, .slick-next:focus:after {
  opacity: 0.75;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.slick-prev:before, .slick-next:before {
  width: 30px;
  height: 30px;
  border: 1px solid #ed1a3a;
  /* border: 2px solid #1f328c; */
  border-radius: 50%;
}

@media (min-width: 769px) {
  .slick-prev:before, .slick-next:before {
	width: 40px;
	height: 40px;
  }
}

.slick-prev:after, .slick-next:after {
  width: 10px;
  height: 10px;
  top: 50%;
}

@media (min-width: 769px) {
  .slick-prev:after, .slick-next:after {
	width: 12px;
	height: 12px;
  }
}

.slick-prev {
  left: 50%;
  margin-left: -173px;
}
@media (max-width: 340px) {
	.slick-prev {
	margin-left: -160px;
  }
}
@media (min-width: 769px) {
  .slick-prev {
	margin-left: -235px;
  }
}

.slick-prev:after {
  border-top: 2px solid #ed1a3a;
  border-left: 2px solid #ed1a3a;
  /* border-top: 2px solid #1f328c;
  border-left: 2px solid #1f328c; */
  -webkit-transform: translate(12px, -50%) rotate(-45deg);
  -ms-transform: translate(12px, -50%) rotate(-45deg);
  transform: translate(12px, -50%) rotate(-45deg);
}

@media (min-width: 769px) {
  .slick-prev:after {
	-webkit-transform: translate(16px, -50%) rotate(-45deg);
	-ms-transform: translate(16px, -50%) rotate(-45deg);
	transform: translate(16px, -50%) rotate(-45deg);
  }
}

.slick-next {
  right: 50%;
  margin-right: -173px;
}

@media (max-width: 340px) {
	.slick-next {
		margin-right: -158px;
  }
}

@media (min-width: 769px) {
  .slick-next {
	margin-right: -235px;
  }
}

.slick-next:after {
  border-top: 2px solid #ed1a3a;
  border-right: 2px solid #ed1a3a;
  /* border-top: 2px solid #1f328c;
  border-right: 2px solid #1f328c; */
  -webkit-transform: translate(8px, -50%) rotate(45deg);
  -ms-transform: translate(8px, -50%) rotate(45deg);
  transform: translate(8px, -50%) rotate(45deg);
}

@media (min-width: 769px) {
  .slick-next:after {
	-webkit-transform: translate(12px, -50%) rotate(45deg);
	-ms-transform: translate(12px, -50%) rotate(45deg);
	transform: translate(12px, -50%) rotate(45deg);
  }
}


/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 9px;
  left: 50%;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -129px;
	width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background: #e6e4e4;
  text-align: center;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.2) inset;
	/* margin: 0 0 0 -112px; */
	/* width: 225px; */
}

@media (min-width: 769px) {
  .slick-dots {
	bottom: -18px;
	width: 350px;
	margin: 0 0 0 -175px;
  }
}

.slick-dots li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 4px;
  width: 100%;
}

@media (min-width: 769px) {
  .slick-dots li {
	height: 6px;
  }
}

.slick-dots li button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  height: 4px;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

@media (min-width: 769px) {
  .slick-dots li button {
	height: 6px;
  }
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #1f328c;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  left: -webkit-calc(0 -1px);
  left: calc(0 -1px);
  content: "";
  width: 100%;
  width: -webkit-calc( 100% + 2px);
  width: calc( 100% + 2px);
  height: 100%;
  border-radius: 3px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ed1a3a;
  /* background-color: #1f328c; */
}


#archive .box.noEntry {
  text-align: center;
  border: 2px solid #ed1a3a;
}
#archive .box.noEntry .txt {
  color: #ed1a3a;
  font-size: 2.6rem;
  font-weight: bold;;
  letter-spacing: 0.075em;
  padding: 37px 0;
  background: #fff;
}
@media (min-width: 769px) {
  #archive .box.noEntry {
    margin-top: -150px;
  }
  #archive .box.noEntry .txt {
    font-size: 4.2rem;
    padding: 45px 0;
  }
}