@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700");
@font-face {
font-family: "Helvetica Neue";
src: local("Helvetica Neue Regular");
font-weight: 100;
}
@font-face {
font-family: "Helvetica Neue";
src: local("Helvetica Neue Regular");
font-weight: 200;
}
/********* COLORS *********/
.kairos{
    color: #262626;
    }
    .d_kairos{
    color: #262626;
    }
    h1,h2,h3,h4,h5{
    --pw:#ffffff;
    --w:#f4f4f4;/*kairos white*/
    --lw:rgba(244, 244, 244,.8);/*kairos white80*/
    --k:#262626;/*kairos black*/
    --g:#585a5c;/*kairos gray*/
    --g80:rgba(88, 90, 92,.8);/*kairos gray80*/
    --g30:rgba(88, 90, 92, 0.3);/*kairos gray30*/
    --g10:rgba(88, 90, 92, 0.1);/*kairosgray10*/
    --b:#002c76;/*kairos blue*/
    --mb:#32A2EA;/*marketing blue*/
    --mbd1:#2284D4;/*primary01_d_marketing blue*/
    --mbd2:#0059B8;/*primary2_d_marketing blue*/
    --mbl1:#75D3FF;/*primary01_l_marketing blue*/
    --mbl2:#C1E3F9;/*primary2_l_marketing blue*/
    --mkfr: #fff000;/*makefri yellow*/
  }
  .primary_blue{ color:#32A2EA; }
  .primary_l_blue{ color:#75D3FF; }
  .primary_d_blue{ color:#0059B8; }
  .secondary_red{color:#e91e63;}
  .secondary_l_red{color:#ff6090;}
  .secondary_d_red{color:#b0003a;}
  .secondary_purple{color:#8e24aa;}
  .secondary_l_purple{color:#716175;}
  .secondary_d_purple{color:#5c007a;}
  .orange{color:#ff761a;}
  .yellow{color:#ffad18;}
  .c_black{color: #262626;}
  .c_d_gray{color:#585a5c;}
  .c_white{color:#f4f4f4;}
  .header_shadow{color:#DCDFE1}
  .c_liner_gray{color:#EBECEC}
  body,
  .btn{
    --pw:#ffffff;/*white*/
    --w:#f4f4f4;/*kairos white*/
    --k:#262626;/*kairos black*/
    --g:#585a5c;/*kairos gray*/
    --g80:rgba(88, 90, 92,.8);/*kairos gray80*/
    --g30:rgba(88, 90, 92,.3);/*kairos gray30*/
    --g10:rgba(88, 90, 92,.1);/*kairosgray10*/
    --b:#002c76;/*kairos blue*/
    --mb:#32A2EA;/*marketing blue*/
    --mbd1:#2284D4;/*primary01_d_marketing blue*/
    --mbd2:#0059B8;/*primary2_d_marketing blue*/
    --mbl1:#75D3FF;/*primary01_l_marketing blue*/
    --mbl2:#C1E3F9;/*primary2_l_marketing blue*/
    --sg:#77C24F;/*sales green*/
    --sgd1:#34911F;/*primary01_d_sales green*/
    --sgb2:#026200;/*primary2_d_sales green*/
    --sgb1:#BBF57D;/*primary01_l_sales green*/
    --sgb2:#EFFFCC;/*primary2_l_sales green*/
    --to:#EA7A32;/*timing orange*/
    --tob1:#D46322;/*primary01_d_timing orange*/
    --tob2:#A13800;/*primary2_d_timing orange*/
    --tob1:#FFA061;/*primary01_l_timing orange*/
    --tob2:#FFDC8F;/*primary2_l_timing orange*/
    --sk: rgba(88, 90, 92,.1);
    --sw: rgba(245, 245, 245,.3);
    --primary_blue:#32A2EA;
    --primary_l_blue:#75D3FF;
    --primary_d_blue:#0059B8;
    --secondary_red:#e91e63;
    --secondary_l_red:#ff6090;
    --secondary_d_red:#b0003a;
    --secondary_purple:#8e24aa;
    --secondary_l_purple:#716175;
    --secondary_d_purple:#5c007a;
    --success:#0059B8;/*color success*/
    --warning:#8e24aa;/*color warning*/
    --danger:#b0003a;/*color danger*/
    --orange:#ff761a;/*orange*/
    --yellow:#ffad18;/*yellow*/
    --mkfr: #fff000;/*makefri yellow*/
  }
/*********** FONT STYLES *********/
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
  html,
  body {
    font-display: swap;
    font-family: "YakuHanJP","Noto Sans JP","Helvetica Neue", "Helvetica", Arial,"Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, Roboto, sans-serif;
  }
  @media all and (-ms-high-contrast: none)  {
    html {
      font-family: Verdana, Meiryo, sans-serif;
    }
  }
  @media all and (-ms-high-contrast: active) {
    html {
      font-family: Verdana, Meiryo, sans-serif;
    }
  }
  .font-size {
    font-size: .75rem;   /* 12px */
    font-size: .8125rem; /* 13px */
    font-size: .875rem;  /* 14px */
    font-size: 1rem;     /* 16px */
    font-size: 1.25rem;  /* 20px */
    font-size: 1.75rem;  /* 28px */
    font-size: 2rem;  /* 32px */
    font-size: 2.25rem;  /* 36px */
    font-size:2.75rem; /* 44px */
    font-size: 3rem; /* 48px */

}  
/********* COMMON SETTING *********/

body{
  overflow-x:hidden;
  }

html,body {
    color: #262626;
    line-height:1.6;
    font-weight: 300;
    word-wrap:break-word;
    overflow-wrap : break-word;
    position: relative;
    box-sizing: border-box;
    width:100%;
    min-width:320px;
    margin: 0;
  }
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*:before,
*:after {
box-sizing: inherit;
}
::before , ::after {
	box-sizing: inherit;
}
:root {
  --root-font-size: 16;
}
p {
  font-size: calc( 13 / var(--root-font-size) * 1rem );
}
body {
font-size: .875rem; 
font-size: 14px;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  }
button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
  h1,h2,h3,h4,h5,h6,th,dt{
    font-family: fot-tsukuardgothic-std,sans-serif;
    line-height: inherit;
    font-feature-settings: "palt" 1;
  }
.title_Box h1,
.title_Box h2{
  font-weight: 700 !important;
  font-feature-settings: "palt" 1;
}
  dd,li,p,pre,span{
    line-height: inherit;
    }
  h1{
    font-size:2.75rem;
    font-size: 44px;
    line-height:3.2;
  }
  h2{
    font-size:2.25rem;
    font-size: 36px;
    line-height:2.6;
  }
  h2 i{
  padding:0 1rem;}
  h3{
    font-size:2rem;
    font-size: 32px;
    line-height:2.4;
  }
  h4,h5,h6{
    font-size:1.75rem;
    font-size: 28px;
    line-height:1.8;
  }
  dt,dd,li,p,pre{
    font-size:.875rem;
    font-size: 14px;
    line-height:2;
  }
  dt{
    color: var(--k);
  }
  dd,li,p,pre{
  color: var(--k);
  }
  iframe{
    border:none;
    margin:16px 0;
  }
  iframe p{
  line-height:0;
  padding: 0;
}
  /* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
  text-decoration:none;
}
a:hover,
a:hover img,
a:hover svg{
opacity: .8;
transition: opacity 0.6s ease-out;
  }
  a{
    transition: opacity 0.3s ease-out;
    color:#262626;
    text-decoration: none;
    }
    a:link,
    a:visited{
        text-decoration: none;
    }
    a:hover{
      color: var(--mbd1);
      text-decoration:none;
    }
    a:active{
      color: var(--mbd1);
      text-decoration: none;
    }
    .hover--under {
      color: var(--mbd1);
      padding-bottom: .02rem;
      background: linear-gradient(#2284D4, #2284D4) 100% 100%/100% .82px no-repeat;
      }
      .hover--under:hover {
      background: linear-gradient(#2284D4, #2284D4) 0 100%/0 .82px no-repeat;
      transition: background .3s;
      text-decoration: none;
      }
  ul,ol,dl{
    padding: 0;
    margin:0;
  }
  p,li,dt,dd{
    padding: 0;
    margin:0;
    line-height: 1.6;
    font-feature-settings : "palt" 1;
  }
  p{
    display: block;
      -webkit-margin-before:0px;
      -webkit-margin-after:0px !important;
      -webkit-margin-start:0px;
      -webkit-margin-end:0px;
  }
p span.block{
  display: block;
}
  .clear:after {
    content: '';
    clear: both;
    display: block;
}
.text-center{
    text-align: center;
    }
    .text-left{
    text-align: left;
    }
    .text-right{
    text-align: right;
    }
.strong{
    font-weight: 600;
    }
.em{
    font-size: 125%;
    font-weight: 900;
}
.fs_en {
    display: inline !important;
    font-family: "YakuHanJP", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.fs_l{
font-size: 150%;
}
.fs_s{
    font-size: 75%;
}
h2,
h3,
h4{
  margin:24px 0 0 0;
  padding:4px 0;
  line-height:1.6;
  font-feature-settings : "palt";
}
h3,
h4{
font-weight: 900;
color: var(--g);
}
ul,
ol,
dl{margin:16px 0;padding: 0;}
li{
list-style-position: inside;
}
span.btn{
  background: var(--g);
  width: 100%;
  color: var(--w);
  font-size: 14px;
  font-weight: 900;
  padding: 12px 24px;
  border-radius: 24px;
  display: inline-block;
  text-align: center;
}
  span.btn:hover{
  background: var(--k);
  transition: .6s;
  transform: scale(1.2,1.2);
  animation-timing-function:ease-in;
}

/* LAYOUT */
.container-fluid{
    width: 100%;
    min-width: 300px;
    position: relative;
    padding: 0 ;
    border-radius: 0 ;
  }
  .container{
    position: relative;
    width: 1280px;
    min-width: 300px;
    margin: 0 auto;
    padding: 72px 0;
  }
  #header{
	position: fixed;
	height: 72px;
	width:100%;
  z-index: 999;
}
#header.UpMove{
	animation: UpAnime 0.6s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}
#header.DownMove{
	animation: DownAnime 0.6s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}  
.header {
  background: var(--pw);
  color: var(--k);
  text-align: center;
  transition: 1s;
  transform: translateZ(0);
  box-shadow: 0 0 15px var(--g80);
  }
  .header .header_inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px;
    width: 100%;
    height: 72px;
    top: 0;
  }
  .header h1.logo {
    text-align: left;
    position: absolute;
    left: 24px;
    top: 0px;
  }
  .header h1.logo a {
    display: block;
    width: 120px;
    line-height: 1;
  }
  .header p.catchphrase {
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-size: .625rem;
    padding: 24px 0 0 12px;
  }
#contents_Area{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.inner_Box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.itemList_Box{
    position: relative;
    margin: 0 auto;
}

.itemList_Box h3{
  position:relative;
  font-weight: 900;
  width: 100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto !important;
  padding: 72px 0 12px;
  margin-block-start: 0;
  margin-block-end: 0;
}
.itemList_Box h3:after{
   content:"";
   display:block;
   width: 240px;
   height:3px;
   background-color: var(--k);
   position:relative;
   bottom: 0px;
}
.title_Box{
width: 100%;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.title_Box h2{
    font-size: 3rem;
    font-size: 48px;
    font-weight: 900;
}
.title_Box p{
    font-size: 1rem;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}
.section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
  footer {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 72px;
    background: var(--k);
  }
  .copy{
    font-size: 12px;
    font-weight: 700;
    color: var(--w);
  }   
/* ITEM LIST AREA */
ul.list{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-evenly;
    padding: 36px 0;
  }
  
  ul.list li{
    display: flex;
    margin: 0;
    flex-basis: 30%;
  }
  ul.list li table{
    width: 100%;
    margin: 0 0 144px;
  }

  ul.list li table tr td{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
ul.list li table tr th,
ul.list li table tr th p{
    font-size: 20px;
    line-height: 1.2;
    text-align:center;
  }
  .img_Box{
   margin: 4px 0 12px;
  box-shadow: 0 0 4px var(--g10);
  overflow: hidden;
  width: 100%;
  height: 248px;
  }

  .img_Box img{
   display: block;
  object-fit: cover;
  height: auto;
  }
  .img_Box:hover{
    box-shadow: 0 0 10px var(--g30);
    transition: .6s;
    animation-timing-function:ease-in;
  }

  ul.list li span.btn{
    width: 240px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    background: #262626;
    padding: 12px 24px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
  }
  ul.list li span.btn:hover{
    background: var(--mb);
    transition: .6s;
    transform: scale(1.2,1.2);
    animation-timing-function:ease-in;
  }
/* Movie Box Layout */  
.mv_box_card{
  width: 960px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin: 24px auto 0;
  padding: 0px 0 42.5%;
  height: 0;
  overflow: hidden;
  z-index: 10;
  }
  .mv_box_card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  }
  .section p{
    text-align: left;
    font-size: 14px;
  }
  .cta_box{
    visibility: visible;
    padding: 24px 0;
  }
  .cta_box span.btn{
    background: var(--k);
    width: 480px;
    color: var(--w);
    font-size: 14px;
    font-weight: 900;
    padding: 12px 24px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
  }
    .cta_box span.btn:hover{
      background: var(--mb);
      transition: .6s;
      transform: scale(1.2,1.2);
      animation-timing-function:ease-in;
    }
/* Footer LAYOUT */
#page_arrow {
    position: absolute;
    bottom: 120px;
    right: 10px;
    width: 72px;
    height: 72px;
    } 
#page_arrow :before {
  content: "";
  position: absolute;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--k);
}
#page_arrow :hover:before {
background: var(--pw);
box-shadow: 0 0 10px 0 var(--g30);
transition: .6s;
animation-timing-function:ease-in;
}
#page_arrow :after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 18px;
  left: 24px;
  width: 24px;
  height: 24px;
  border-top: 3px solid var(--w);
  border-left: 3px solid var(--w);
  transform:rotate(45deg);
}
#page_arrow :hover:after {
  border-top: 3px solid var(--g);
  border-left: 3px solid var(--g);
}

/* RESPONSIV */  
@media screen and (min-width: 769px) {
  .hambuger {
    display: none;
  }
  .menu {
    display: flex;
    flex-direction: row;
    top: 0;
    width: 100%;
    margin: 0;
  }
  .menu li{
    list-style: none;
    width: 120px;
  }
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
  .container {
    width: 960px;
  }
  ul.list li table tr th,
  ul.list li table tr th p{
    font-size: 18px;
  }
  .img_Box{
  height: 186px;
  }
}
@media screen and (max-width: 1024px) {
  .mv_box_card{
    width: 720px;
  }  
}
@media screen and (max-width: 960px) {
  .container {
    width: 85%;
  }
  ul.list {
    justify-content: space-between;
  }
  ul.list li {
    flex-basis: 47.5%;

}
  ul.list li table tr th,
  ul.list li table tr th p{
    font-size: 16px;
    text-align: left;
  }
    .img_Box{
  height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header p.catchphrase{
    display: none;
  }
  .hambuger {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 36px;
    height: 36px;
  }
  .hambuger-line {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--g);
    transition: .4s;
  }
    .hambuger-line::before , .hambuger-line::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: var(--g);
      transition: .8s;
      right: 0;
    }
      .hambuger-line::before {
        transform: translateY(-16px);
      }
      .hambuger-line::after {
        transform: translateY(16px);
      }
  .hambuger-line.open {
    background-color: transparent;
  }
    .hambuger-line.open::before , .hambuger-line.open::after {
      content: "";
      background-color: var(--w);
      transition: .4s;
    }
      .hambuger-line.open::before {
        transform: rotate(45deg);
      }
      .hambuger-line.open::after {
        transform: rotate(-45deg);
      }
  .menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: -20px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color:var(--g80);
    transition: .3s;
  }
    .menu li{
      list-style: none;
      margin: 24px 0 0 12px
    }
    .menu-list {
      display: flex;
      align-items: center;
      justify-content:flex-start ;
      width: 100%;
      height: 100%;
      color: var(--w);
      font-weight: 700;
    }
      .menu-list:hover {
        color: var(--w);
        cursor: pointer;
        transition: .3s;
        text-decoration: underline;
      }
    .menu.open {
      position: absolute;
      right: 0;
    }
  ul.list {
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 36px 0;
  }
    ul.list li table{
      width: 100%;
      margin: 0 0 72px;
    }
      ul.list li table tr th,
      ul.list li table tr th p{
        font-size: 18px;
        text-align: center;
      }
    .img_Box{
  height: auto;
  }
  
  .title_Box p {
      font-size: 14px;
  }
  .mv_box_card {
      width: 100%;
      height: 360px;
  }
}
@media screen and (max-width: 560px) {
  h3 {
    font-size: 24px;
    line-height: inherit;
}
  .title_Box h2 {
    line-height: 1.2;
    font-size: 36px;
    text-align: center;
  }
  .title_Box p br {
    display: none;
  }

  .mv_box_card {
    height: 240px;
  }
  .cta_box span.btn{
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
}