/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}

  body {
		background: rgb(179,193,136);
		background: linear-gradient(29deg, rgba(179,193,136,1) 0%, rgba(118,207,198,1) 41%, rgba(0,212,255,1) 100%);
    /*animation: gradationTest 10s infinite;*/
    /* overflow-x: hidden; */
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}
main {
    display: block;
    overflow-x: hidden;
}
.fv_wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 180px auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}

video{
	position: fixed;
    height: 100vh;
}

#logo {
    position: relative;
    z-index: 2;
    width: 100%;
    /*margin-top: 112px;*/
    margin-top: 40px;
}

#logomotion, video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    text-align: center;
    z-index: -3;
}

#logomotion {
    z-index: -1;
    transform: translate(-50%, -80.8%);
}

#snapsvg-demo2{
  width: 1000px;
  height: 280px;
  margin-top: -5px;
  transition: .3s;
  opacity: 1;
}

.tku_home_logo img{
	width: 100%;
}

main#sectionPage:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(125,194,220,0.5886729691876751) 19%, rgba(255,255,255,1) 100%);
    z-index: 0;
}

#container2,
#container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#container p{height: 300px}

header {
    position: fixed;
    top: 0;
    z-index: 9999;
    /* width: 100%; */
}

.header_inner_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 180px;
    padding: 18px 20px;
}

.catch_01 {
    font-size: 45px;
    font-weight: 600;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
}

.catch_02 {
  font-size: 45px;
  font-weight: 600;
  margin-top: 16px;
  display: block;
  margin-bottom: 28px;
  letter-spacing: -0.03em;
}

.fv_content_02 {
    display: flex;
    align-items: center;
}

.consept_Elm {
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
    display: inline-block;
	text-align: left;
	line-height: 0.9em;
	transition:all 0.3s ease;
    z-index: 10;
    position: relative;
    overflow: hidden;
    width: 450px;
    height: 120px;
    background: linear-gradient(100deg, rgba(0, 68, 191, 0.9) 0% , rgba(242,232,0,0.80) 50%,rgba(242,232,0,0.80) 60% ,rgba(60, 171, 234, 0.9) 100%);
    background-size: 600% 600%;
    -webkit-animation: AtokecomSeminarBtn 60s ease infinite;
    -moz-animation: tokecomSeminarBtn 60s ease infinite;
    animation: tokecomSeminarBtn 60s ease infinite;
    border-radius:10px;
}
.consept_under{
    width: 450px;
    margin-top:30px
}
.consept_Elm div{
    position: absolute;
    top: 53.5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.consept_Elm:hover{
    transform:scale(1.5);
    border-radius: 50%;
    height: 450px;
}

.consept_Elm div span{
	font-size:17px;
}

@keyframes tokecomSeminarBtn {
    0%{background-position:0% 2%}
    50%{background-position:100% 99%}
    100%{background-position:0% 2%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 2%}
    50%{background-position:100% 99%}
    100%{background-position:0% 2%}
}
@keyframes AnimationName {
    0%{background-position:0% 2%}
    50%{background-position:100% 99%}
    100%{background-position:0% 2%}
}


.scroll_sec {
  display: inline-block;
  color: #F2E800;
  font-weight: 600;
  font-size: 16px;
  background-color: #000000;
  transform: rotate(90deg);
  padding: 10px 12px;
  height: 40px;
  position: relative;
  width:120px
}

.scroll_sec:before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow-intro.svg);
    width: 56px;
    height: 112px;
    transform: rotate(-90deg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
    top: -4px;
    bottom: 0;
    margin: auto;
}


.content_catch_wrap {
  font-size: 36px;
      font-weight: 600;
      margin: 0vh 0px;
      position: relative;
      height: 20vh;
      min-height: 460px;
}

span.vertical {
    background-color: #ffffff;
    padding: 14px 14px;
    writing-mode: vertical-lr;
}

span.horizontal {
    background-color: #ffffff;
    padding: 14px 14px;
}

.sentence_01 {
    position: relative;
    right: -130px;
    top: -123px;
    white-space: nowrap;
}

.sentence_02 {
    position: relative;
    right: -142px;
    top: 90px;
    background-color: transparent!important;
    white-space: nowrap;
}

.sentence_02:before {
  position: absolute;
      width: 100%;
      height: 86%;
      content: "";
      background-color: #ffffff;
      z-index: -1;
      left: 0;
      margin: auto;
      top: 0;
}

.sentence_03 {
    position: relative;
    top: -8px;
    right: 170px;
    z-index: 1;
    padding-bottom: 0px!important;
    padding-left: 10px!important;
    white-space: nowrap;
}

.sentence_04 {
    position: absolute;
    top: 150px;
    margin: auto;
    right: 400px;
    white-space: nowrap;
}

.sentence_05 {
    position: absolute;
    left: 390px;
    margin: auto;
    white-space: nowrap;
}

.sentence_06 {
    position: absolute;
    top: 55px;
    left: 390px;
    background-color: transparent!important;
    white-space: nowrap;
}

.sentence_06:before {
  content: "";
  position: absolute;
  width: 83%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
}

.sentence_07 {
    position: absolute;
    left: 320px;
    white-space: nowrap;
}

.sentence_08 {
    left: -14px;
    position: relative;
    background-color: transparent!important;
    white-space: nowrap;
}

.sentence_08:before {
  position: absolute;
      content: "";
      background-color: #ffffff;
      width: 100%;
      height: 92%;
      z-index: -1;
      top: 0;
      left: 0;
}

.sentence_09 {
    position: relative;
    top: 108px;
    right: -14px;
    white-space: nowrap;
}

.Orn_01 {
    position: absolute;
    display: block;
    width: 180vw;
    height: 101px;
    transform: translateX(-640px) translateY(740px) rotate(-225deg);
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(242,232,0,1) 0%, rgba(242,232,0,1) 77%, rgba(242,232,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(242,232,0,1) 0%,rgba(242,232,0,1) 77%,rgba(242,232,0,0) 100%);
    background: linear-gradient(to right, rgba(242,232,0,1) 0%,rgba(242,232,0,1) 77%,rgba(242,232,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e800', endColorstr='#00f2e800',GradientType=1 );
    transition: .3s cubic-bezier(0.33, 1, 0.68, 1);
    animation: anm01 2s cubic-bezier(0.33, 1, 0.68, 1) 1.0s 1 alternate forwards running;
    opacity: 0;
}

@keyframes anm01 {
  0% {
    /* background: -moz-linear-gradient(left, rgba(242,232,0,1) 0%, rgba(242,232,0,1) 0%, rgba(242,232,0,0) 0%);
    background: -webkit-linear-gradient(left, rgba(242,232,0,1) 0%,rgba(242,232,0,1) 0%,rgba(242,232,0,0) 0%);
    background: linear-gradient(to right, rgba(242,232,0,1) 0%,rgba(242,232,0,1) 0%,rgba(242,232,0,0) 0%); */
    /* transform: translateX(1000px) translateY(-1800px) rotate(-225deg); */
    opacity: 0;
  }

  100% {
    /* background: -moz-linear-gradient(left, rgba(242,232,0,1) 0%, rgba(242,232,0,1) 77%, rgba(242,232,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(242,232,0,1) 0%,rgba(242,232,0,1) 77%,rgba(242,232,0,0) 100%);
    background: linear-gradient(to right, rgba(242,232,0,1) 0%,rgba(242,232,0,1) 77%,rgba(242,232,0,0) 100%); */
    /* transform: translateX(-500px) translateY(-300px) rotate(-225deg); */
    opacity: 1;
  }
}

.Orn_02 {
    position: absolute;
    display: block;
    width: 160vw;
    height: 101px;
    transform: translateX(-830px) translateY(1830px) rotate(-315deg);
    z-index: -1;
    background: -moz-linear-gradient(left, rgba(0,68,191,1) 0%, rgba(0,68,191,1) 77%, rgba(0,68,191,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,68,191,1) 0%,rgba(0,68,191,1) 77%,rgba(0,68,191,0) 100%);
    background: linear-gradient(to right, rgba(0,68,191,1) 0%,rgba(0,68,191,1) 77%,rgba(0,68,191,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0044bf', endColorstr='#000044bf',GradientType=1 );
    transition: .3s cubic-bezier(0.33, 1, 0.68, 1);
    animation: anm02 3s cubic-bezier(0.33, 1, 0.68, 1) 2.0s 1 alternate forwards running;
    opacity: 0;
}

@keyframes anm02 {
  0% {
    /* transform: translateX(-2800px) translateY(-1900px) rotate(-315deg); */
    opacity: 0;
  }

  100% {
    /* transform: translateX(-700px) translateY(200px) rotate(-315deg); */
    opacity: 1;
  }
}

#loader img {
    margin-top: 50px;
    transform: scale(1.1);
    /* animation: anm03 1.0s cubic-bezier(0.33, 1, 0.68, 1) 1.0s infinite alternate forwards running; */
}

@keyframes anm03 {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}

.full_height {
    height: 640px;
}

.white_bg {
    position: relative;
    z-index: 2;
    /* background-color: #ffffff; */
    margin-top: 160px;
    padding: 120px 0px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

img.tokecom_on_the_move_img {
    display: block;
    margin: 0 auto;
}

h3.tokecom_catch:before {
    content: "";
    position: absolute;
    width: 93%;
    height: 40px;
    background-color: #F4EC2E;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

h3.tokecom_catch {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: -0.06em;
    position: relative;
    display: block;
    margin: 0 auto;
}

span.new_system:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 127px;
    background-color: #F4EC2E;
    top: -142px;
    right: 0;
    left: 0;
    margin: auto;
}

span.new_system {
    font-size: 34px;
    font-weight: 600;
    writing-mode: vertical-rl;
    position: relative;
    margin-top: 200px;
    letter-spacing: 0.3em;
    white-space: nowrap;
}

.systems_row {
    display: flex;
    justify-content: space-between;
}

h4.sys_head {
    font-size: 24px;
    font-weight: 600;
}


span.sys_head_en {
    font-size: 16px;
    display: block;
    margin: 14px 0 18px 0;
}

span.sys_content {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 18px;
    line-height: 1.7em;
}

span.sys_content_en {
    line-height: 1.4em;
    display: block;
    padding: 0 80px;
}


.under_planning_row {
    margin: 148px 0;
}

.btn_list_row {
    display: flex;
    justify-content: space-around;
}

a.cmn_Btn:hover,
button.cmn_Btn:hover,
a.cmn_02_Btn:hover,
button.cmn_02_Btn:hover{
    background-color: #0044bf;
    color: #fff;
}

a.cmn_Btn,
button.cmn_Btn,
a.cmn_02_Btn,
button.cmn_02_Btn {
  width: 280px;
  background-color: #fff;
  color: #0044bf;
  font-size: 16px;
  padding: 12px 10px;
  border-radius: 50px;
  border: solid 2px #0044bf;
  transition: .3s;
  display: inline-block;
}

.follow_row {
    margin-top: 120px;
}

h4.follow_head {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 80px;
}


footer {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.footer_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.footer_wrap .footer_inner {
    padding: 90px 0;
}

.footer_btm_wrap {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    padding: 18px 0;
}

.footer_top_row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer_top_col.col2 {
    padding-left: 16px;
}

.footer_top_col.col1 {
    padding-right: 16px;
}

ul.footer_link_list li a:hover {
    background-color: #F4EC2E;
}

ul.footer_link_list li a {
    font-size: 15px;
    margin: 4px 0;
    display: inline-block;
    font-weight: 600;
    transition: .3s;
    padding: 2px 2px;
}

.footer_btm_row {
    display: flex;
    justify-content: space-between;
}

.systems_col {
    position: relative;
    width: 50%;
}

.systems_col.col2:before {
    content: "";
    width: 2px;
    height: 350px;
    background-color: #2E66CB;
    position: absolute;
    top: -330px;
    transform: rotate(-45deg);
    left: 123px;
    margin: auto;
}

.systems_col.col1:before {
    content: "";
    width: 2px;
    height: 350px;
    background-color: #F4EC2E;
    position: absolute;
    top: -330px;
    transform: rotate(45deg);
    right: 123px;
    margin: auto;
}

.systems_col {
    position: relative;
    margin-top: 300px;
}

.systems_col.col1 {
    padding-right: 40px;
}

.systems_col.col2 {
    padding-left: 40px;
}

.Orn_wrap {
  position: fixed;
      top: 0;
      z-index: 0;
      /* transition: 1s cubic-bezier(0,.12,.26,.99); */
      transform: translate3d(0px, 0px, 0px);
}

.fv_content {
    position: relative;
    z-index: 2;
}

.fv_content_02 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sound_Tgl_Btn_wrapper {
  position: fixed;
  right: -24px;
  top: 50%;
  z-index: 9999;
}

/*bace・off*/
button.sound_Tgl_Btn .sound_Btn_tex {
    width: 100px;
    border: solid 2px #798698;
    display: flex;
    color: #798698;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    justify-content: left;
	cursor: pointer;
}

#sound_Tgl_icon {
    width: 40px;
    margin: 0 0 6px 25px;
}
button.sound_Tgl_Btn .sound_Btn_tex .on_inner{
	background: none;
	padding: 6px ;
	border-radius: 5px 0 0 5px;
}
button.sound_Tgl_Btn .sound_Btn_tex .off_inner{
	background: #798698;
	color: #D5D5D5;
	padding: 6px 20px 6px 6px;
}

/*on*/
button.sound_Tgl_Btn.is-on .sound_Btn_tex {
    color: #003A8E;
    border: solid 2px #003A8E;
}
button.sound_Tgl_Btn.is-on .sound_Btn_tex .on_inner{
	background: #003A8E;
	color: #fff;
}
button.sound_Tgl_Btn.is-on .sound_Btn_tex .off_inner{
	background:none;
	color: #003A8E;
}

button.sound_Tgl_Btn .sound_Btn_tex,button.sound_Tgl_Btn .sound_Btn_tex * {
    transition: 0.3s;
}

a.tokecom_home_logo {
    margin-top: 5px;
}

.sentence_inner {
    display: inline;
}

#loader-bg {
  /* display: none; */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(179,193,136);
  background: linear-gradient(29deg, rgba(179,193,136,1) 0%, rgba(118,207,198,1) 41%, rgba(0,212,255,1) 100%);
  background-size: 200% 200%;
  z-index: 99999;
  animation: 3.0s ease 0s infinite alternate none running anm04;
  overflow: hidden;
}

@keyframes anm04 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

#loader {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.pc {display:block;}
.sp {display:none;}


/*modal*/
.modal.js-modal {
	 height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
	 z-index: 100;
}

.modal__bg {
    background: rgba(244,236,46,1);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.systems_col.col2 .modal__bg{
	background: rgba(0,68,191,1);
}

.modal__content {
	 background: rgb(244,236,46);
    position: absolute;
    left: 50%;
    top: 50%;
    padding:50px;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    max-width: 1080px;
	 width: 90%;
	 /*height: 90%;*/
	 z-index: 100;
	color: #000;
	box-shadow: 0px 0px 100px -25px rgb(0 0 0 / 16%);
}
.systems_col.col2 .modal__content{
	background: rgb(0,68,191);
	color: #fff;
	box-shadow: 0px 0px 100px -25px rgb(244 244 244 / 16%);
}

.modal__content_wrap {
	  height: 100%;
	  text-align: left;
	  overflow-y: scroll;
}

.modal__content h5{
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
    font-size: 1.2em;
}

.modal__content p {
	line-height: 1.66;
	font-size: 15px;
}

span.close_button {
    margin: 50px 0 0;
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
	 transition: 0.3s ease all;
}
.systems_col.col2 span.close_button{
	color: #fff;
}
span.close_button:hover{
	opacity: 0.5;
	cursor: pointer;
}

.modal__content_wrap::-webkit-scrollbar {
	display: none;
}

/*button*/
.btn{
	margin: 40px auto 0;
	max-width: 370px;
	z-index: 1;
    display: flex;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
	cursor:pointer;
}

.btn .btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 59px;
    padding: 0 66px;
	color: #fff;
}

.btn::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #0044bf;
	transition: 0.2s ease;
}

.systems_col.col1 .btn .btn__inner{
	color: #000;
}

.systems_col.col1 .btn::before{
	background: rgb(244,236,46);
}

@media (max-height: 1000px) {
    .modal__content{
        height: 90%;
    }
 }

@media only screen and (min-width: 1025px)  {.btn:hover::before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	opacity: 1;
	}}


@media screen and (max-width:2200px) {
  .Orn_01 {
      transform: translateX(-640px) translateY(1000px) rotate(-225deg);
  }
  .Orn_02 {
      transform: translateX(-830px) translateY(1170px) rotate(-315deg);
  }
}

@media screen and (min-width:1700px) {
  /* .Orn_02 {
      margin: auto;
      left: -20%;
  }
  .Orn_01 {
      margin: auto;
      left: -20%;
  } */
}

@media screen and (max-width:1500px) {
  .Orn_01 {
      transform: translateX(-640px) translateY(1220px) rotate(-225deg);
  }
  .Orn_02 {
      transform: translateX(-830px) translateY(1070px) rotate(-315deg);
  }
  /* .Orn_01 {
      margin: auto;
      left: 50%;
  }
  .Orn_02 {
      margin: auto;
      left: 20%;
  } */
}

@media screen and (max-width:1200px) {
  .Orn_01 {
      transform: translateX(-300px) translateY(950px) rotate(-225deg);
  }
  .Orn_02 {
      transform: translateX(-640px) translateY(1090px) rotate(-315deg);
  }
  /* .Orn_01 {
      margin: auto;
      left: 30%;
      top: 100px;
  }
  .Orn_02 {
      margin: auto;
      left: 40%;
      top: -250px;
  } */
}

@media screen and (max-width:1000px) {
  .Orn_01 {
      transform: translateX(-300px) translateY(950px) rotate(-225deg);
  }
  .Orn_02 {
      transform: translateX(-640px) translateY(910px) rotate(-315deg);
  }
  /* .Orn_01 {
      margin: auto;
      left: 40%;
      top: 100px;
  }
  .Orn_02 {
      margin: auto;
      left: 40%;
      top: -250px;
  } */
}

@media screen and (max-width:940px) {
  span.sys_content br {
      display: none;
  }
  .systems_col {
      padding: 0 32px;
  }
  span.sys_content_en {
      padding: 0 0px;
  }
}

@media screen and (max-width:810px) {
  .systems_col {
      padding: 0 10px!important;
  }
}

@media screen and (max-width:768px) {
    .scroll_sec{
        width: 110px;
    }
    .consept_Elm{
        height: 110px;
    }
    .consept_Elm:hover{
        transform:scale(1);
        border-radius:0;
        height: 110px;;
    }
	.header_inner_content{
		width:160px;
		padding:13px;
	}

  .Orn_01 {
      transform: translateX(-300px) translateY(950px) rotate(-225deg);
  }
  .Orn_02 {
      transform: translateX(-340px) translateY(1060px) rotate(-315deg);
  }
  /* .Orn_01 {
      margin: auto;
      left: 60%;
      top: -50px;
  }
  .Orn_02 {
      margin: auto;
      left: 40%;
      top: -350px;
  } */

	.modal__content{
		width: 90%;
		height: 90%;
	}
}

@media screen and (max-width:600px) {


  .Orn_01 {
    /* margin: auto; */
    /* left: 110%;
    top: -20px; */
    transform: translateX(-120px) translateY(450px) rotate(-225deg);
    height: 40px;
  }
  .Orn_02 {
        transform: translateX(-130px) translateY(560px) rotate(-315deg);
    /* margin: auto; */
    /* left: 120%;
    top: -300px; */
    height: 40px;
  }
  #logo {
      margin-top: 42px;
  }
}

@media screen and (max-width:1100px) {
  .sentence_03 {
      position: absolute;
      top: -8px;
      right: auto;
      z-index: 1;
      padding-bottom: 0px!important;
      padding-left: 10px!important;
      left: 30%;
  }
  .sentence_04 {
      position: absolute;
      top: 150px;
      margin: auto;
      right: auto;
      left: 30%;
  }
  #logomotion {
          z-index: 0;
      position: absolute;
      top: 50%;
      bottom: 100px;
      right: 0;
      left: 50%;
      width: 100%;
      margin: auto;
      padding: 0 30px;
      box-sizing: border-box;
  }
  #snapsvg-demo2 {
      width: 100%;
      height: auto;
      margin-top: 0;
  }
  .catch_01 {
      font-size: 34px;
  }
  .catch_02 {
      font-size: 34px;
  }
  .consept_Elm div {
      font-size: 32px;
  }
  img.tokecom_on_the_move_img {
      width: 100%;
      padding: 0 58px;
  }
  h3.tokecom_catch {
      font-size: 42px;
      margin: 18px auto;
  }
  h3.tokecom_catch:before {
      bottom: -10px;
  }
  h4.follow_head {
      font-size: 20px;
  }
  .scroll_sec {
      font-size: 14px;
      padding: 10px 12px;
  }
}

@media screen and (max-width:840px) {
  .catch_01 {
      font-size: 28px;
  }
  .catch_02 {
      font-size: 28px;
  }
  .consept_Elm div {
    font-size: 24px;
  }
  .consept_Elm div span{
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .scroll_sec {
      font-size: 14px;
  }
  .sentence_07 {
      left: 170px;
  }
  h3.tokecom_catch {
      font-size: 32px;
  }
  span.new_system {
      font-size: 26px;
  }
  .systems_row {
      padding: 0 20px;
  }
  .btn_list_row {
      flex-direction: column;
  }
  a.cmn_Btn,
  button.cmn_Btn {
      margin-bottom: 28px;
  }
  .footer_btm_row {
      padding: 0 20px;
  }
  .footer_btm_row span {
      font-size: 12px;
  }
  .sound_Tgl_Btn_wrapper {
      top: 20px;
  }

  a.tokecom_home_logo, a.tku_exam {
      margin-top: 3px!important;
  }
  button.sound_Tgl_Btn .sound_Btn_tex {
      font-size: 14px;
  }
  button.sound_Tgl_Btn .sound_Btn_tex .on_inner{
	padding: 4px 8px;
  }
  button.sound_Tgl_Btn .sound_Btn_tex .off_inner{
	padding: 4px 20px 4px 8px;
  }
  #sound_Tgl_icon {
      width: 32px;
      margin: 0 0 6px 24px;
  }
  .sentence_02 {
      min-height: 200px;
  }
/*
  header {
      position: absolute;
  }
*/
  #logomotion {
      opacity: 0.8;
  }
}

@media screen and (max-width:600px) {
  .catch_01 {
      font-size: 18px;
      letter-spacing: -0.05em;
      line-height: 1.4em;
  }
  .catch_02 {
      font-size: 16px;
      letter-spacing: -0.08em;
      margin-top: 0px;
      line-height: 1.4em;
  }
  .fv_wrap {
      padding: 0 20px;
  }
  .sound_Tgl_Btn_wrapper {
      top: 20px;
  }
  .fv_content_02 {
      flex-direction: column;
  }
  .consept_Elm{
    width: 70vw;
    height: 70px;
}
.consept_Elm:hover{
    height: 70px;
}
.consept_Elm div{
    top: 50%;
    font-size: 18px;
    line-height: 1.1em;
    left: auto;
    transform: translateY(-50%) translateX(0%);
    padding: 0 5vw;
}
.consept_Elm div span{
    font-size:11px;
}
  span.scroll_sec {
      margin-top: 58px;
	  order: 3;
  }

  .content_catch_wrap {
      font-size: 24px;
      min-height: 500px;
  }
  .sentence_02 {
  right: -22px;
  top: 30px;
  min-height: 180px;
  }
  .sentence_01 {
      right: -14px;
  }
  .sentence_03 {
      left: 17%;
  }
  .sentence_04 {
      top: 90px;
      left: 17%;
  }
  .sentence_05 {
      left: 30px;
  }
  .sentence_06 {
      left: 30px;
  }
  .sentence_07 {
      left: 19px;
  }
  .sentence_09 {
      top: 72px;
      right: 3px;
  }
  img.tokecom_on_the_move_img {
      padding: 0 20px;
  }
  h3.tokecom_catch {
      font-size: 18px;
  }
  span.new_system:before {
      height: 78px;
      top: -89px;
  }
  span.new_system {
  font-size: 26px;
  letter-spacing: -0.02em;
  margin: 90px 0px 0 0px;
  padding: 0 20px;
  height: -webkit-fill-available;
  height: max-content;
  }
  .systems_row {
      flex-direction: column;
      margin-top: 220px;
  }
  .systems_col {
      width: 100%;
      text-align: left;
      margin-top: 80px;
  }
  .systems_col.col1:before,
  .systems_col.col2:before {
    display: none;
  }
  span.sys_content_en {
      padding: 0;
  }
  .systems_col.col2 {
      padding-left: 0;
  }
  h4.follow_head {
      padding: 0 50px;
  }
  .footer_top_row {
      display: flex;
      justify-content: left;
      align-items: end;
      flex-direction: column;
  }
  .footer_btm_row {
      flex-direction: column;
  }
  #snapsvg-demo2 {
    left: -10px;
  }
  /* #topGra {
    z-index: -1;
  } */
  span.tb-sub_Elm:before, span.tb-sub_Elm:after {
      position: absolute;
      height: 500px;
      width: 2px;
      display: block;
      content: "";
      bottom: -426px;
      margin: auto;
      left: 0;
      right: 0;
  }
  span.tb-sub_Elm:after {
      background-color: #2E66CB;
      transform: rotate(-45deg);
      left: 352px;
  }

  span.tb-sub_Elm:before {
      background-color: #F4EC2E;
      transform: rotate(45deg);
      right: 352px;
  }
  h4.sys_head {
      font-size: 18px;
      text-align: center;
  }

  span.sys_head_en {
      font-size: 14px;
      text-align: center;
  }
  .systems_col.col1 {
      padding-right: 0;
  }
  .systems_col.col1 h4.sys_head {
      position: relative;
  }
  .systems_col.col1 h4.sys_head:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 2px;
      background-color: #F4EC2E;
      left: -450px;
      top: 0.5em;
      margin: auto;
      right: 0;
  }
  .systems_col.col2 h4.sys_head {
      position: relative;
  }
  .systems_col.col2 h4.sys_head:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 2px;
      background-color: #2E66CB;
      right: -540px;
      top: 0.5em;
      margin: auto;
      left: 0;
  }
  .pc {display:none;}
  .sp {display:block;}

	.modal__content{
		padding: 20px;
	}
	.modal__content h5{
		margin-top: 50px;
	}
	span.close_button{
		margin-bottom:80px;
	}
}

@media screen and (max-width:500px) {
  .systems_col.col1 h4.sys_head:before {
      left: -390px;
  }
  .systems_col.col2 h4.sys_head:before {
      right: -490px;
  }
}




@media screen and (max-width:420px) {
  .systems_col.col1 h4.sys_head:before {
      left: -350px;
  }
  .systems_col.col2 h4.sys_head:before {
      right: -440px;
  }
}

@media screen and (max-width:320px) {
  .systems_col.col1 h4.sys_head:before {
      left: -310px;
  }
  .systems_col.col2 h4.sys_head:before {
      right: -400px;
  }
}

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
	height: auto;
    top: 50%;

  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
	width: auto;
    left: 50%;

  }
}


/*210623 youtube*/
.youtube {
    position: relative;
    width: 80%;
	margin: 100px auto 50px;
}
.youtube:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.youtube > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie_title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 100px;
	position: relative;
}

.movie_title::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #0043bf transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: auto;
}


/*210803 学生動画*/
.student_movie{
	display: flex;
	justify-content: space-between;
}

.student_movie .youtube{
	width: 30%;
    margin-top: 10px;
}
/*220603 3列×2*/
.three_3{
	display: flex;
	justify-content: space-between;
}

.three_3 .youtube{
	width: 30%;
    margin: 100px auto 30px;
}
.three_3 .youtube span,.main_movie .youtube span{
	display: block;
    position: absolute;
    top: 0;
    color: #0043bf;
    background: #F4EC2E;
    width: auto;
    border-radius: 6px 6px 0 0;
    padding: 10px 20px;
    height: auto;
    margin-top: -32px;
    margin-left: 0;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
}
/*20220628 2*2列*/
.main_movie2021 .youtube{
    margin-top: 0;

}


/*211124*/
a.tku_exam {
    color: #0043bf;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #F4EC2E;
    margin-top: 5px;
    border-left: 5px solid;
	 font-size: 0.85em;
    letter-spacing: 0.1em;
}

.main_movie,.main_movie2021{
	display: flex;
}

.main_movie .youtube,.main_movie2021 .youtube{
	width: 47%;
}


@media screen and (max-width:600px) {
    .three_3,.student_movie,
	.main_movie,.main_movie2021{
      display: block;
    }
    .three_3 .youtube,.student_movie .youtube,
	.main_movie .youtube,.main_movie2021 .youtube{
      display: block;
	   width: 80%;
    }
	.main_movie .youtube:not(:first-of-type){
		margin-top: 10px;
	}
    .three_3 .youtube:not(:first-of-type){
        margin: 0 auto 50px;
    }
    .three_3 .youtube:first-of-type{
        margin: 100px auto 50px;
    }    
}