@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "Apple Chancery";
  src: url("../font/apple-chancery.ttf") format(truetype);
}
@font-face {
  font-family: "planet";
  src: url("../font/donut_font.otf") format(opentype);
}
.main {
  margin: 0 auto;
}
.pc_only {
  display: none;
}

/*--------main_visual---------*/
/*
.main_visual {
  position: relative; 
  height: 100vh; /
  background-image: url("../images/shadow2.png"), url("../images/earth_donut@2x.jpg");
  background-size: 100%, 280%;
  background-repeat: no-repeat,no-repeat;
  background-position: 50% 100%, 50% 0%;
}*/

.main_visual {
  position: relative;
  height: 100vh;
}
.main_visual_image {
  position: absolute;
  width: 100%;
  /*height: 100vh;*/
}

.main_visual_image img {
  width: 250%;
  /*transform:  translateX(50%);*/
}

.main_visual .shadow {
  bottom: 0;
}

.main_visual_container {
  position: absolute; 
  width: 87.2%;
  max-width: 1140px;
  margin: auto;
  right: 0;
  left: 0;
}

.main_visual_text {
  font-family: "planet";
  font-size: 1.8rem;
  padding-bottom: 47px;
  padding-top: 300px;
  text-align: center;
  text-shadow: 1px 1px 2px #333;
}

.main_visual .title {
  width: 100%;
  top: 60vh;
}

.cls-1 {
  fill: #fff;
}

.cls-2 {
  mix-blend-mode: multiply;
}

.cls-3 {
  isolation: isolate;
}

@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }

  .main_visual_image img {
    width: 100%;
    transform: initial;
  }
  
  .main_visual_text {
    font-size: 3.6rem;
    padding: 30vh 0 25vh 0;
    text-align: left;
    line-height: 1.66;
  }
}

@media screen and (min-width: 1920px) {
  .main_visual_text {
	padding: 40vh 0 20vh 0;
  }
  
}
/*------------prologue--------------*/
.prologue {
  position: relative;
  background-image: url("../images/shadow3.png"), url("../images/shadow2.png"), url("../images/prologue_bg@2x.jpg");
  background-size: 100%, 110%, cover; /*310*/
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 50% 0%, 50% 100%, center;
  padding-top: 10vh; 
  overflow: hidden;
  height: 100vh;
}


.prologue_box {
  position: relative;
  width: 87.2%;
  max-width: 1140px;
  margin: 0 auto;
}
.prologue h3 {
  font-size: 2.4rem;
  font-family: "Kaisei Decol",'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  margin-bottom: 65px;
  font-weight: 300;
  text-shadow: 1px 1px 2px #333;
}
.prologue_text_1 {
  font-size: 1.4rem;
  font-family: "Kaisei Decol",'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-style: normal;
  line-height: 3.3;
  text-shadow: 1px 1px 2px #333;
  font-weight: 200;
}
.prologue_pc_only {
  display: none;
}
.prologue_text_2 {
  font-size: 1.6rem;
  font-family: "Apple Chancery";
  margin-top: 53px;
}
.prologue_donut_img {
  width: 150px;
  /*height: 100px;*/
  position: absolute;
  right: 15px;
}
.prologue_donut_img img {
  width: 100%;
  transform: rotate(-10deg);
}

@media screen and (min-width: 960px) {
  .prologue {
    background-size: 100%, 100%, cover; /*110*/
  }

  .prologue h3 {
    font-size: 4.8rem;
	  margin: 5vh 0 6vh 0;  
  }
  .prologue_sp_only {
    display: none;
  }
  .prologue_pc_only {
    display: block;
  }
  .prologue_text_1 {
    font-size: 1.8rem;
    line-height: 4.0;
  }
  .prologue_text_2 {
    font-size: 2.4rem;
    margin: 7vh 0 0 25vw;
  }
  .prologue_box {
    display: flex;
  }
  .prologue_donut_img {
    width: 40%;
    max-width: 550px;
    right: 0;
    padding-top: 30vh;
  }
}

@media screen and (min-width: 1920px){
  .prologue {
   background-position: 50% -50%, 50% 120%, center; 
  }
  
  .prologue h3 {
	  margin: 15vh 0 6vh 0;  
  }
  
  .prologue_text_2 {
    margin: 10vh 0 0 15vw;
  }
  
  .prologue_donut_img {
    padding-top: 25vh;
  }
}
/*----------features-------------*/
.features {
  background-image: url("../images/shadow3.png"), url("../images/shadow2.png"), url("../images/features_bg@2x.jpg");
  background-size: 100%, 100%, 100%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: 50% 0%, 50% 100%, center;
  padding-top: 10vh; /*30px*/
}
.file_1 {
  width: 327px;
  max-width: 1140px; /*864*/
  height: 800px;
  background-image: url("../images/feature_file01.png");
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding-top: 80px;
  margin: 0 auto 50px auto;
}
.file_1_img {
  width: 130px;
  height: auto;
  margin: 0 auto 25px auto;
}
.file_1_img img {
  width: 100%;
  transform: rotate(-10deg);
}
.file_2 {
  width: 327px; /*87.2%*/
  max-width: 1140px; /*1140*/
  margin: 0 auto; /*125px auto 0 auto*/
  height: 860px;
  background-image: url("../images/feature_file02.png");
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  padding-top: 60px;
}
.file_2_img {
  width: 110px;
  height: auto;
  margin: 20px auto 0 auto;
}
.file_2_img img {
  width: 100%;
}
.feature_box {
  background-image: url("../images/board.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
  width: 252px;
  height: 162px;
}
.feature_title {
  font-size: 1.6rem;
  font-family: "Kaisei Decol",'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';;
  padding: 17px 0 17px 14px;
  font-weight: 500;
}
.feature_text {
  font-size: 1.4rem;
  font-family: "Kaisei Decol",'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';;
  padding-left: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 200;
}

@media screen and (min-width: 960px) {
  .none {
    display: none;
  }
  .features {
    background-position: 50% 0%, 50% 100%, center;
	  padding-top: 5vh;
  }
  .file_1 {
    position: relative;
    width: 90vw; 
    margin: 0 auto 120px auto;
    height: 600px;
    background-image: url("../images/feature_pc_1.png");
    background-size: 100%;
  }
  .file_1_img {
    width: 150px;
    height: auto;
    margin: 150px 0 0 340px;
  }
  .file_2 {
    position: relative;
    width: 90vw; 
    margin: 5vh auto 0 auto;  
    padding-top: 80px; 
    height: 90vh; 
    background-image: url("../images/feature_pc_2.png");
    background-size: 100%;
  }
  .file_2_img {
    width: 140px;
    height: auto;
    margin: 180px 0 0 370px; 
  }
  .feature_box {
    width: 250px;
  }
  .feature_title {
    font-size: 1.6rem;
    padding: 20px 0 23px 16px;
  }
  .feature_text {
    font-size: 1.2rem;
    padding-left: 16px;
  }
  .feature_1_line {
    top: -30px;
    left: -50px;
  }
  .feature_2_line {
    top: 10px;
    left: -65px;
  }
  .feature_3_line {
    bottom: -14px;
    right: -30px;
  }
  .feature_4_line {
    top: -30px;
    left: -80px;
  }
  .feature_5_line {
    bottom: -12px;
    right: -60px;
  }
  .feature_6_line {
    bottom: -7px;
    left: -43px;
  }
  .feature_1, .feature_2, .feature_3, .feature_4, .feature_5, .feature_6, .feature_1_line, .feature_2_line, .feature_3_line, .feature_4_line, .feature_5_line, .feature_6_line {
    margin: 0;
    position: absolute;
  }
  .feature_1 {
    top: 145px;
    left: 69px;
  }
  .feature_2 {
    top: 80px;
    right: 90px;
  }
  .feature_3 {
    top: 330px;
    right: 154px;
  }
  .feature_4 {
    top: 60px;
    left: 140px;
  }
  .feature_5 {
    top: 200px;
    right: 70px;
  }
  .feature_6 {
    top: 330px;
    left: 80px;
  }
}

@media screen and (min-width: 1140px) {
  .features {
    background-position: 50% 0%, 50% 100%, center;
	  padding-top: 5vh;
  }
  .file_1 {
    position: relative;
    width: 90vw; 
    margin: 0 auto 120px auto;
    height: 685px;
    background-image: url("../images/feature_pc_1.png");
    background-size: 100%;
  }
  .file_1_img {
    width: 240px;
    height: auto;
    margin: 190px 0 0 430px;
  }
  .file_2 {
    position: relative;
    width: 90vw; 
    margin: 5vh auto 0 auto;  
    padding-top: 80px; 
    height: 90vh; 
    background-image: url("../images/feature_pc_2.png");
    background-size: 100%;
  }
  .file_2_img {
    width: 200px;
    height: auto;
    margin: 220px 0 0 460px; 
  }
  .feature_box {
    width: 299px;
    height: 194px;
  }
  .feature_title {
    font-size: 1.8rem;
    padding: 19px 0 28px 16px;
  }
  .feature_text {
    font-size: 1.4rem;
    padding-left: 16px;
  }
  .feature_1_line {
    top: 0px;
    left: 0px;
  }
  .feature_2_line {
    top: 20px;
    left: -65px;
  }
  .feature_3_line {
    bottom: 20px;
    right: 40px;
  }
  .feature_4_line {
    top: 5px;
    left: 5px;
  }
  .feature_5_line {
    bottom: -12px;
    right: -11px;
  }
  .feature_6_line {
    bottom: 5px;
    left: 6px;
  }
  .feature_1, .feature_2, .feature_3, .feature_4, .feature_5, .feature_6, .feature_1_line, .feature_2_line, .feature_3_line, .feature_4_line, .feature_5_line, .feature_6_line {
    margin: 0;
    position: absolute;
  }
  .feature_1 {
    top: 185px;
    left: 89px;
  }
  .feature_2 {
    top: 90px;
    right: 160px;
  }
  .feature_3 {
    top: 390px;
    right: 140px;
  }
  .feature_4 {
    top: 90px;
    left: 180px;
  }
  .feature_5 {
    top: 220px;
    right: 120px;
  }
  .feature_6 {
    top: 390px;
    left: 100px;
  }
  .features .line img {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .features {
    padding-top: 10vh;
  }
}
/*----------menu------------*/
.menu {
  position: relative;
  padding-top: 10vh; /*80px*/
  /*height: 100vh;*/
  margin: 0 auto;
  background-image: url("../images/shadow1.png");
  background-size: contain;
}
.menu_pc_only {
  display: none;
}

.menu_container {
  width: 87.2%;
  max-width: 1140px;
  height: 330px;
  background-image: url("../images/solar_system_new.png");
  background-size: 170%;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: auto auto auto;
  margin: 0 auto;
}

@media screen and (min-width: 1140px) {
  .menu {
	  padding-top: 10vh;  
  }
  .menu_container {
    height: 553px;
    grid-template-columns: auto auto auto auto auto;
    /*margin: 120px auto 120px auto;*/
    margin: 0 auto;
    background-size: 100%;
  }
  .menu_pc_only {
    display: block;
  }
}

@media screen and (min-width: 1920px)  {
  .menu section h2 {
    margin-bottom: 20vh;
  }
}
/*------------news------------*/
.news {
  position: relative;
  background-image: url("../images/shadow3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding-top: 10vh; /*30px*/
  /*height: 100vh;*/
}
.news_box {
  background-image: url("../images/news_board@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 30px auto;
  width: 327px;
  height: 122px;
  font-size: 1.6rem;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';;
  padding-top: 11px;
  font-weight: 200;
}
.news_content {
  display: flex;
}
.news_img {
  width: 100px;
  height: 100px;
  margin: 0 35px 0 15px;
}
.news_img img {
  width: 100%;
  height: 100%;
}
.news_text {
  margin-top: 12px;
  line-height: 2;
}
.news_pc_only {
  display: none;
}
.more_btn {
  background-image: url("../images/more_btn.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 44px;
  margin: 0 auto 100px auto;
}

/*----newsネオン-----*/
.news_neon {
  width: 327px;
  height: 122px;
  border: 0.3rem solid #fff;
  margin-top: -112px;
  animation: flicker 1.5s infinite alternate;
}

.news_neon::-moz-selection {
  background-color: var(--neon-border-color);
}

.news_neon::selection {
  background-color: var(--neon-border-color);
}

.news_neon:focus {
  outline: none;
}

/* Animate neon flicker */
@keyframes flicker {
    
    0%, 19%, 21%, 54%, 56%, 100% {  
        box-shadow:
            0 0 .25rem #fff,
            inset 0 0 .25rem #fff,
            0 0 1rem var(--neon-border-color),
            inset 0 0 1rem var(--neon-border-color),
            0 0 2rem var(--neon-border-color),
            inset 0 0 2rem var(--neon-border-color);  
    }
    
    20%, 55% {        
        box-shadow: none;
    }    
}

.more_btn {
  border: 0.3rem solid #fff;
  animation: btn_flicker 1.5s infinite alternate;     
}

.more_btn a {
  display: table-cell;
  text-decoration: none;
  font-family: "tachyon", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  width: 180px;
  height: 44px;
  text-align: center;
  /*vertical-align: middle;*/
  cursor: pointer;
  padding-top: 9px;
}

.more_btn::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.more_btn::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.more_btn:focus {
  outline: none;
}

/* Animate neon flicker */
@keyframes btn_flicker {
    
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      
        text-shadow:
            -0.2rem -0.2rem 1rem #fff,
            0.2rem 0.2rem 1rem #fff,
            0 0 2rem var(--neon-text-color),
            0 0 4rem var(--neon-text-color),
            0 0 6rem var(--neon-text-color),
            0 0 8rem var(--neon-text-color),
            0 0 10rem var(--neon-text-color);
        
        box-shadow:
            0 0 .25rem #fff,
            inset 0 0 .25rem #fff,
            0 0 1rem var(--neon-border-color),
            inset 0 0 1rem var(--neon-border-color),
            0 0 2rem var(--neon-border-color),
            inset 0 0 2rem var(--neon-border-color);         
    }
    
    20%, 24%, 55% {        
        text-shadow: none;
        box-shadow: none;
    }    
}
@media screen and (min-width: 960px) {
  .news_box {
    width: 880px;
    height: 332px;
    padding: 30px 20px 0 20px;
  }
  
  .news_neon {
    width: 878px;
    height: 324px;
    margin: -329px 0 0 -20px;
  }
  .news_pc_only {
    display: flex;
  }
  .news_container {
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-rows: 150px 150px;
  }
  .more_btn {
    margin: 0 auto 170px auto;
  }

}

/*-----------access------------*/
.access {
  position: relative;
  background-image: url("../images/shadow4.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-top: 10vh; /*30px*/
  height: 1250px;
}
.access_img {
  width: 327px;
  height: 630px;
  padding-bottom: 200px;
  margin: 50px auto 0 auto;
}
.access_img img {
  width: 100%;
  height: 100%;
  border: solid 9px #fff;
}
.access_data {
  background-image: url("../images/access_board@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 327px;
  height: 440px;
  margin: 0 auto;
  padding-left: 32px;
}

/*----accessネオン-----*/
.access_neon {
  width: 327px;
  height: 435px;
  border: 0.3rem solid #fff;
  margin: -335px 0 0 -34px;
  animation: flicker 1.5s infinite alternate;
}

.access_neon::-moz-selection {
  background-color: var(--neon-border-color);
}

.access_neon::selection {
  background-color: var(--neon-border-color);
}

.access_neon:focus {
  outline: none;
}

.access_box {
  display: grid;
  grid-template-columns: 100px auto;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';;
  font-size: 1.4rem;
  font-weight: 200;
}
.access_title {
  font-family: "DIN Condensed";
  font-size: 2.4rem;
  padding: 36px 0 36px 7px;
  letter-spacing: 0.2em;
}
.access_content {
  margin-bottom: 3.2rem;
  font-weight: 400;
}
.access_station {
  line-height: 2.4rem;
}

.access_container {
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.tel-link-none {
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .access {
    height: 100vh;
  }
  .access_container {
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
  }
  .access_img {
    margin: 0 auto 390px auto;
    padding-bottom: 0;
  }
  .access_box {
    font-size: 1.6rem;
  }
  .access_data {
    width: 350px;
    height: 470px;
  }
  
  .access_neon {
    width: 350px;
    height: 467px;
    margin: -345px 0 0 -34px;
  }
  
  .access_img {
    width: 350px;
    height: 470px;
  }
}

@media screen and (min-width: 1140px) {
	.access {
		padding-top: 10vh;
	}
}

/*----------epilogue-------------*/
.epilogue {
  position: relative;
  height: 100vh;
}

.epilogue .shadow_1 {
  position: absolute;
  width: 100%;
  top: 0;
}

.epilogue .shadow_2 {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.epilogue .donut {
  position: absolute;
  width: 100%;
  top: 10%;
}

.epilogue_image img {
  width: 250%;
  transform:  translateX(-30%);
}

.epilogue_container {
  position: absolute; 
  width: 87.2%;
  max-width: 1140px;
  padding-top: 10vh; 
  margin: auto;
  right: 0;
  left: 0;
}
.text_1, .text_2 {
  font-family: "planet",'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';;
  font-size: 1.4rem;
  line-height: 1.8;
  text-shadow: 1px 1px 2px #333;
  font-weight: 200;
}
.text_1 {
  padding-top: 70px;
}
.text_2 {
  padding-top: 53px;

}
.text_3 {
  font-family: "planet";
  text-shadow: 1px 1px 2px #333;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 53px;
}
.fin {
  font-family: "Apple Chancery";
  font-size: 1.6rem;
  padding: 50px 0 0 70vw;
}
.text_end {
  font-family: "Tachyon";
  font-size: 1.4rem;
  text-align: center;
  padding-top: 10vh; 
}
@media screen and (min-width: 960px) {
  .epilogue .shadow_2 {
    display: none;
  }
  .epilogue_image img {
    width: 100%;
    transform: initial;
  }
  .text_1, .text_2 {
    font-size: 1.6rem;
  }
  .text_1 {
    padding-top: 8vh; 
  }
  .text_2 {
    padding-top: 8vh; 
  }
  .text_3 {
    font-size: 2.4rem;
    padding-top: 8vh; 
  }
  .fin {
    font-size: 2.4rem;
    padding: 60px 0 0 70%;
  }
  .text_end {
    font-size: 2.4rem;
    text-align: center;
    padding: 10vh 0 0 0; 
  }
}

@media screen and (min-width: 1366px) {
  .text_1, .text_2 {
    font-size: 1.6rem;
  }
  .text_1 {
    padding-top: 10vh; 
  }
  .text_2 {
    padding-top: 10vh; 
  }
  .text_3 {
    padding-top: 10vh; 
  }
}

@media screen and (min-width: 1920px) {
	.text_end {
		 padding-top: 15vh;
	}
}

/*--------footer------------*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer small {
  display: block;
  font-family: "DIN Condensed";
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  
}
@media screen and (min-width: 960px) {
  .footer small {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
     bottom: 30px;
  }
}