@charset "UTF-8";
/*reset用の記述*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del { text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*---------------------------------------------------------
　　基本スタイル
---------------------------------------------------------*/
html {height: 100%;}
body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------------------
　　フォント
---------------------------------------------------------*/
body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #333;
	font-size: 16px;
  line-height:1.9;
	letter-spacing: .05em;
    text-align: center;
    position: relative;
}

.title_font{
font-family: coquette, sans-serif;
font-weight: 400;
font-style: normal;
}
.maru_font{
    font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 800;
font-style: normal;
}

/*---------------------------------------------------------
　　共通
---------------------------------------------------------*/
.wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}

.flex_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.a_left {text-align: left!important;}
.a_center {text-align: center!important;}


.bk1{background: linear-gradient(180deg,#36778c 0%,#004a66 100%);}
.bk2{
/*
min-height: 100vh;
width: 100%;
display: block;
*/
    background: linear-gradient(180deg,#004a66 0%,#003459 100%);
}

.bk3{background: linear-gradient(180deg,#003459 0%,#00213e 100%);}
.bk4{background: linear-gradient(180deg,#00213e 0%,#001633 100%);}
.bk5{background: #001633;}

.bk1,
.bk2,
.bk3,
.bk4,
.bk5{
    justify-content: center;
align-items: center;
}

.bold{font-weight: bold;}

.fixed {
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    height: 100%;
}
body.hidden{
    height: 100%;
    overflow: hidden;
}
.relative{position: relative;}
a{
    text-decoration: none;
    cursor: pointer;
}
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
    cursor: none;
}
.pc550,
.pc_on{display: inline-block;}
.sp550,
.sp_on{display: none;}

@media print, screen and (max-width: 750px) { 
.pc_on{display: none;}
.sp_on{display: inline-block;}
}
@media print, screen and (max-width: 550px) { 
.sp550{display: inline-block;}
.pc550{display: none;}
}
/*-----------------------------------------------------------------
	header
-----------------------------------------------------------------*/
.header{
background: #f4ffff;
overflow: hidden;
}
.content_outline_sec,
.content_outline{
width: 100%;
display: block;
position: relative;
}
.content_outline{
min-height: 400vh;
}
.content_sec,
.content{
min-height: 100vh;
width: 100%;
display: block;
}
.content{
position: sticky;
top: 0;
justify-content: center;
align-items: center;
}

.wave {
    width: 100%;
    height: 5.5vw;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    transform: rotate(360deg);
    z-index: 2;
}
.wave svg {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

.gry_text{color:#707070;}
.yellow_text{ color: #ffcc3a;}

.after_text .yellow_text{color: #d69f01;}
.after_text .gry_text{color:#545454;}

.blue_text{
    color:#fff;
    text-shadow: rgba(255,255,255,0.7) 0 0 10px;
}
.badge{
    width: 15vw;
    font-size: 1.3vw;
    background: #000;
    color: #fff;
    border-radius: 1vw;
    display: inline-block;
    padding: 1vw;
}
/*
.badge,
.badge img{
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    width: 15vw;
}
*/
.main_text h1{
    font-size: 8vw;
    line-height: 1.3;
    margin: 0 auto 30px;
}
.main_text h1::after{
    content:"β";
}
.main_text h1 span{
/*
    font-size: 30%;
    display: block;
    margin: 1vw 0 -4vw;
    font-weight: bold; 
*/
    display: block;
    margin: 1vw auto -4vw;
    font-weight: bold;
    width: 100%;
    max-width: 10vw;
    line-height: 0px;
}

.main_text p{
    font-size: 1.5vw;
    margin: 0 0 -20px;
}

.main_text{
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px 0px 50px;
    z-index: 999;
}

.after_text{padding:15px 0 0!important;}

@media print, screen and (max-width: 1280px) {
.wave {height: 8vw;}
.main_text {padding: 0px;}
.main_text h1{
    font-size: 560%;
    line-height: 0.5;
    margin: 0 0 55px;
}
.main_text h1 span {
/*    font-size:35%;*/ 
    margin: 8px auto -5px;
    max-width: 110px;
}
.main_text p{
    font-size:135%;
    margin:0;
}
/*
.badge,
.badge img{
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;
    border-bottom-left-radius: 5%;
    width: 100%;
    max-width: 220px;
}
*/
.badge{
    width: 100%;
    max-width: 220px;
    font-size: 125%;
    border-radius: 10px;
    padding: 15px;
}
}
@media print, screen and (max-width: 999px) {.wave {height: 9vw;}}
@media print, screen and (max-width: 750px) {.wave {height: 13vw;}}
@media print, screen and (max-width: 550px) {
/*.badge, .badge img { max-width: 200px;}*/
    
.badge{
/*     font-size: 117%; */
font-size: 100%; 
/* padding:10px; */
padding:8px;
}
.wave {
/*    height: 15vw;*/
    height: 19.5vw;
    }
.main_text {padding: 0 0 50px;}
.main_text h1{
/* font-size: 490%; */
font-size: 450%;
}
.main_text h1 span {max-width: 95px;}
.main_text p{
/* font-size:113%; */
font-size:107%;
}
.after_text{padding:5vw 0 0!important;}
}

/*-----------------------------------------------------------------
　 svg・内容
-----------------------------------------------------------------*/

.page_top a,
.tyotin a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    bottom: 0;
    z-index: 4;
}
.iphone_box{
    justify-content: space-between;
    align-items: center;
}

.iphone{
    width: 35%;
    justify-content: center;
    align-items: center;
}
.iphone svg{
    max-width: 400px;
    display: inline-block;
    
}
.textbox{width:65%;}
.textbox h2{
    font-size: 2.5vw;
    margin: 0 0 3vw;
}
.textbox p{font-size: 1.3vw;}

.part{
    width: 100%;
/*    max-width: 1800px;*/
    margin: 0 auto;
/*    padding: 1vw 0;*/
    height: 100vh;
}
.iphone_box,.part2{
    width: 80%;
    margin: 0 auto;
}

/*.part{height: 100vh;}*/
.kumo_left{
    width: 27vw;
    position: absolute;
    top: 0;
    left: 0;
}
.kumo_right{
    width: 27vw;
    position: absolute;
    top: 0;
    right: 0;
}
.fune{
    width: 37vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.tyotin{
    width: 22vw;
    position: absolute;
    bottom: 0;
    left: 3vw;
    z-index: 1;
}

.page_top:hover {opacity: 0.8;}
.page_top{
width: 9vw;
position: fixed;
right: 0;
bottom: -2vw;
z-index: 1001;
}
@media print, screen and (max-width: 999px) {
.kumo_left{width: 37vw;}
.kumo_right{width: 37vw;}
.fune{
    width: 46vw;
    right: -5%;
    }
.tyotin{width: 29vw;}
.textbox h2{font-size: 3.5vw;}
.textbox p{font-size: 2vw;}
}

@media print, screen and (max-width: 750px) { 
.part{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1vw 0;
}
.iphone_box{
    -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
    padding: 100px 0;
    }
.textbox,  
.iphone{
    width: 90%;
    margin: 0 auto;
    }
.iphone svg{max-width: 330px;}
    
.textbox{padding: 15px 0;}
.textbox h2{
    font-size: 150%;
    margin: 0;
    padding: 20px 0;
}
.textbox p{font-size: 100%;}
    
.page_top{
    width: 15vw;
    bottom: -4vw;
    }
.fune {
    width: 64vw;
    right: -9%;
}
.tyotin{
    width: 38vw;
    left: 1vw;
}
.kumo_left{
    width: 50vw;
    left: -14%;
    }
.kumo_right{
    width: 50vw;
    right: -14%;
    }
}
@media print, screen and (max-width: 550px) { 
.kumo_left{
    width: 60vw;
    left: -20%;
    }
.kumo_right{
    width: 60vw;
    top:10%;
    right: -20%;
    }
.fune {
    width: 61vw;
    right: -9%;
    bottom: -2.5%;
    }
.tyotin {
    width: 47vw;
    left: -1%;
    }
.textbox{width: 100%;}
.textbox p{
    font-size: 90%;
    text-align: left;
    }
.textbox h2{
    font-size: 135%;
}
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　footer
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.footer{
    background: #000;
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 88%;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  load
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.load{
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: 10000;
}

.load_anime{
    width: 20%;
    height: auto;
    display: inline-block;
}
.load_anime p{font-size: 6vw;}
.load_anime ul{
    justify-content: space-between;
    list-style: none;
}
.load_anime ul li{
    width: 30%;
    display: inline-block;
}

.load_anime p,
.load_anime ul{width: 100%;}

.anime_one {
  -webkit-animation: anime_one 3s infinite linear;
  animation: anime_one 3s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.anime_two {
  -webkit-animation: anime_two 3s infinite linear;
  animation: anime_two 3s infinite linear;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.anime_three{
  -webkit-animation:anime_three 3s infinite linear;
  animation:anime_three 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay:1s;
}
@-webkit-keyframes anime_one{
  0% {opacity: 0;}
  25%,
  50%,
  75% {opacity: 1;}
  100% {opacity: 0;}
}
@-webkit-keyframes anime_two{
  0% {opacity: 0;}
  25%,
  50%,
  75% {opacity: 1;}
  100% {opacity: 0;}
}
@-webkit-keyframes anime_three {
  0% {opacity: 0;}
  25%,
  50%,
  75% {opacity: 1;}
  100% {opacity: 0;}
}
@media print, screen and (max-width: 750px) { 
.load_anime p{font-size: 10vw;}
.load_anime{width: 35%;}
}
