@charset "UTF-8";
/* CSS Document */

.main-img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.ind-sec .sec-wrap {
    width: 80% !important;
}

.mds-en {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}

h2.ind-mds {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 4.0em;
    line-height: 140%;
    color: #FFF;
    
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}

h2.mds-ctr {
    font-size: 3.0em;
    text-align: center;
}

.ind-about {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.ind-about .ia-left {
    width: 360px;
    padding: 0;
    position: relative;
}

.ind-about .ia-left .ia-flask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/index/about_planetflask.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes rotate-ryuguu
{from { transform: rotate(0deg) }
 to { transform: rotate(360deg) } /**change to a higher value for more seamless loop*/
}

.ind-about .ia-left .ia-ryuguu {
/*    width: 55%;*/
    width: 170px;
    position: absolute;
    left: 25%;
    top: 20%;
    transform: translate(-50%, -50%);
    transition: top 0.5s;
    
animation: rotate-ryuguu 20s linear infinite; /**change the value to make rotation faster or slower*/
}

@media screen and (min-width: 769px) and (max-width: 1100px) {

.ind-about .ia-left .ia-ryuguu {
    width: 160px;
    top: 15%;
}

}

.ind-about .ia-right {
    width: 65%;
}

.ia-right .ia-txt {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    line-height: 240%;
}

ul.ia-links {
    width: 60%;
    max-width: 600px;
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;    
}

ul.ia-links li {
    width: 100%;
    margin: 0;
    padding:20px 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 2px #FFF;
}

ul.ia-links li:last-child {
    border-bottom: none;
}

ul.ia-links li a {
    width: 100%;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    
    transition: all 0.3s;
}

ul.ia-links li a:hover {
    opacity: 0.5;
}

ul.ia-links li a:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("../img/common/arr-r-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

ul.ia-links li .ia-link-name .ia-link-ja {
    font-size: 2.0em;
    line-height: 120%;
    font-weight: bold;
    margin: 0 0 5px;
}

ul.ia-links li .ia-link-name .ia-link-en {
    font-size: 1.3em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}

ul.aboutgallery-list {
    width: 100%;
    margin: 100px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
ul.aboutgallery-list li {
    width: calc(100%/3);
}



/***CURRENT PROJECTS***/


ul.projects-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.projects-list li {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.projects-list li:last-child {
    margin: 0;
}

ul.projects-list li .pl-l {
    width: 25%;
}

ul.projects-list li .pl-r {
    width: 70%;
}

ul.projects-list li .pl-r .pl-more {
    width: 50%;
    margin: 30px 0 0;
    float: right;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 110%;
}

ul.projects-list li .pl-r .pl-more a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #FFF;
    text-decoration: none;
}

ul.projects-list li .pl-r .pl-more a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 30px;
    background-image: url("../img/common/arr-r-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.ind-news {
    background-color: #090021 !important;
}


.btn-more {
    width: 60%;
    max-width: 300px;
    margin: 100px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border: solid 3px #FFF;
    border-radius: 50px;
    font-size: 110%;
    font-weight: bold;
    
    transition: all 0.3s;
}

.btn-more:hover {
    background-color: #090021;
}

.btn-more a {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 10%;
    color: #120046;
    text-decoration: none;
    
    transition: all 0.3s;
}


.btn-more:hover a {
    width: 78%;
    padding: 15px 11%;
    color: #FFF;
}

.btn-more a:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 0 0 30px;
    background-image: url("../img/common/arr-r-purple.svg");
    background-size: contain;
    background-repeat: no-repeat;
    
    transition: all 0.3s;
}

.btn-more:hover  a:after {
    background-image: url("../img/common/arr-r-white.svg");
}

ul.links-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.links-list li {
    width: 30%;
    margin: 0 5% 30px 0;
    
    transition: all 0.3s;
}

ul.links-list li:nth-child(3n+3) {
    margin: 0 0 30px;
}

ul.links-list li:hover {
    opacity: 0.5;
}

ul.links-list li a {
    width: 100%;
    display: block;
}