@charset "UTF-8";
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;
  font-family:"Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

body {
  line-height: 1.8;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face {
  font-family: 'GerTTmedium';
  src: url("./font/GerTT Medium.otf");
}
.gett {
  font-family: GerTTmedium;
  letter-spacing: 2px;
}

p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color:#fff;
}

img {
  max-width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

*{
  box-sizing: border-box;
}

/*-------------------------------------------------------
マージン/パディング調整用
--------------------------------------------------------*/

.mgt50{
  margin-top: 50px;
}

.mgt20{
  margin-top: 20px;
}

.pd100{
  padding: 100px 0;
}

/*========================================================
▼ヘッダー
========================================================*/

header {
  width:100%;
  height: 45px;
  position: relative;
  display: flex;
  align-items: center; 
  background-color:#0e0e0e;
}

@media only screen and (min-width: 769px) {
  header {
    width: 100%;
    height: 90px;
    margin: 0 auto;
  }
}

.header_inner{
    width:100%;
    position: relative;
    height: 45px;
  }


@media only screen and (min-width: 769px) {
  .header_inner {
    width: 990px;
    margin: 0 auto;
    position: relative;
  }
}

/*-------------------------------------------------------
corp logo
--------------------------------------------------------*/

.logo {
  width: 140px;
  padding: 0 20px;
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
 }

@media only screen and (min-width: 769px) {
  .logo {
    width: 200px;
  }

  .logo:hover {
    opacity: 0.8;
  }
}

/*-------------------------------------------------------
SNSボタン
--------------------------------------------------------*/

header .sns {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: flex;
}

header .sns a {
  display: block;
  width: 15px;
  margin-left: 19px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  header .sns a {
    width: 50px; 
  }

  header .sns a:hover {
    opacity: 0.8;
  }

  .sns .fa{
    font-size:2rem;
  }
}



/*========================================================
▼コンテンツエリア
========================================================*/

  article{
  width:100%;
  padding: 0 5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  }

.contents{
  width:100%;
  margin: 0 auto;
  }

@media only screen and (min-width: 769px) {
article{
  width:100%;
  max-width: 1400px;
  margin: 0 auto;
  }
}

/*-------------------------------------------
Movie(画像部分)
--------------------------------------------*/

.movie{
  background:linear-gradient(#73bdd4,#a8d8d7);
  background-size: cover;
  height:50vh;
  position: relative;
  padding-top: 8vh;
  }

@media only screen and (min-width: 769px) {
  .movie{
    height:518px;
    min-width: 990px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape){
  .movie{
    height: auto;
    padding-top:40px;
    padding-bottom: 80px;
  }
}


.mv{
  width:90%;
  margin: 0 auto;
  position: relative;
}


@media only screen and (min-width: 769px) {
.mv{
  width:690px;
  height:360px;
  position: relative;
  top:50px;
  }
}

.playBtn{
  color:#fff;
  font-size: 2vw;
  letter-spacing: 1px;
  position: absolute;
  bottom:0.5em;
  left:0;
  padding-left:1.4em;
}

.fa-play{
  font-size:1.8em;
  margin-right: 0.3em;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
.playBtn{
  color:#fff;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
  bottom:15px;
  left:0;
}

.playBtn:hover{
  opacity: 0.75;
}

.fa-play{
  font-size:17px;
  margin-right: 0.3em;
  vertical-align: baseline;
  }
}


/*-------------------------------------------
scroll
--------------------------------------------*/

.angle_down a{
  position: absolute;
  bottom:10px;
  left:45%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  font-size: 2vw;
  letter-spacing:2px;
}

.angle_down a span{
  position: absolute;
  bottom: 50px;
  left: 55%;
  width: 15px;
  height: 15px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;}
  @-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@media only screen and (min-width: 769px) {
.angle_down a{
  position: absolute;
  bottom:10px;
  left:48%;
  font-size: 14px;
}

.angle_down a span{
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 20px;
  height: 20px;
  }
}


/*-------------------------------------------
Top-title
--------------------------------------------*/
.top_ttl{
  width:100%;
  font-size: 9.4vw;
  margin-top: 30px; 
  }

.sub_ttl{
  font-size: 4vw;
 }


@media only screen and (min-width: 769px) {
  .top_ttl{
    width: 660px;
    margin:0 auto;
    font-size: 85px;
    padding-top: 50px;
  }

  .sub_ttl{
    font-size: 30px;
  }
}


/*-------------------------------------------
リード文
--------------------------------------------*/

  .text{
    font-size: 4vw;
    line-height: 1.7;
    text-align: left;
    text-align: justify;
    word-break: break-all;
 }

 @media only screen and (min-width: 769px) {
   .text{
    width:660px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
   }
}



/*-------------------------------------------
COORDINATE,ARTIST title
--------------------------------------------*/

.ttl{
    font-size: 6vw;
    position:relative;
    top:30px;
    left: 0;
    display: inline-block;
    margin-bottom: 30px;
  }

.ttl:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;/*線の上下位置*/
    display: inline-block;
    width: 65px;/*線の長さ*/
    height: 2px;/*線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: black;/*線の色*/
    border-radius: 2px;/*線の丸み*/
  }

@media only screen and (min-width: 769px) {
  .ttl{
    font-size: 30px;
    position:relative;
    left: 0;
    padding: 50px 0 15px;
  }
}


/*-------------------------------------------
COORDINATE img
--------------------------------------------*/

.itemsL,.itemsR,.detail{
  margin:30px 0;
}

.itemsL{
  float: none;
}

.detail{
  position: relative;
}

@media only screen and (min-width: 769px) {
.coordInner{
  width:100%;
  margin:30px 0 50px;
}

.itemsL, .itemsR,.detail{
  margin:50px 0;
  }

.itemsL, .itemsR{
  width:50%;
  background-size: cover;
}  

.itemsL{
  float: left;
}

.itemsR{
  float: right;
}

.detail{
  clear:both;
  position: relative;
  }
}


/*-------------------------------------------
タグ ボタン
--------------------------------------------*/
.itemNameGr{
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.itemNameR, .itemNameL{
  display: inline-block;
  border-radius: 10px;
  min-width: 8em;
  max-width: 13em;
  color: #fff;
  font-size: 3vw;
  background: #0e0e0e;
  padding:0.8em 0.5em 0.5em;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -0.3px;
}

.itemNameR a, .itemNameL a{
  display: block;
  cursor: default;
  pointer-events: none;
}

.itemNameR:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 15px solid #0e0e0e;
}

.itemNameL:before{
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 15px solid #0e0e0e;
}

.view{
  opacity: 0.7;
}

.view .itemNameR a, .view .itemNameL a{
  cursor: pointer;
  pointer-events: auto;
}

.itemname:hover{
  opacity: 1;
}

/*content01 items*/
.group01 .item01{
  position: absolute;
  right: 14%;
  top: 10%;
}

.group01 .item02{
  position: absolute;
  right: 6%;
  top: 37%;
}

.group01 .item03{
  position: absolute;
  left: 10%;
  top: 33%;
}

.group01 .item04{
  position: absolute;
  right: 2%;
  bottom: 7%;
}

/*content02 items*/
.group02 .item01{
  position: absolute;
  right: 10%;
  top: 23%;
}

.group02 .item02{
  position: absolute;
  left: 6%;
  top: 35%;
}

.group02 .item03{
  position: absolute;
  right: 12%;
  top: 40%;
}

.group02 .item04{
  position: absolute;
  left: 8%;
  bottom: 8%;
}

/*content03 items*/
.group03 .item01{
  position: absolute;
  left: 24%;
  top: 15%;
}

.group03 .item02{
  position: absolute;
  right: 6%;
  top: 40%;
}

/*content04 items*/
.group04 .item01{
  position: absolute;
  right: 9%;
  top: 30%;
}


@media only screen and (min-width: 769px) {
.itemNameR, .itemNameL{
  font-size: 14px;
  padding: 1em 1.6em 0.8em;
  line-height: 1.4;
  text-align: center;
  min-width: 120px;
  max-width: 100%;
}

.itemNameR a, .itemNameL a{
  text-decoration: underline;
}

.itemNameR a:hover, .itemNameL a:hover{
  text-decoration: none;
}

.itemNameR:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -7px;
  border-right: 10px solid #0e0e0e;
}

.itemNameL:before{
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -7px;
  border-left: 10px solid #0e0e0e;
}

/*content01 items*/
.group01 .item01{
  position: absolute;
  right: 320px;
  top: 170px;
}

.group01 .item02{
  position: absolute;
  right: 220px;
  top: 300px;
}

.group01 .item03{
  position: absolute;
  left: 370px;
  top: 400px;
}

.group01 .item04{
  position: absolute;
  right: 220px;
  bottom: 100px;
}

/*content02 items*/
.group02 .item01{
  position: absolute;
  right: 374px;
  top: 250px;
}

.group02 .item02{
  position: absolute;
  left: 200px;
  top: 380px;
}

.group02 .item03{
  position: absolute;
  right: 300px;
  top: 480px;
}

.group02 .item04{
  position: absolute;
  left: 375px;
  bottom: 100px;
}

/*content03 items*/
.group03 .item01{
  position: absolute;
  left: 526px;
  top: 160px;
}

.group03 .item02{
  position: absolute;
  right: 225px;
  top: 420px;
}

/*content04 items*/
.group04 .item01{
  position: absolute;
  right: 270px;
  top: 340px;
}
}

/*-------------------------------------------
Detail ボタン
--------------------------------------------*/

.tap{
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  border-radius: 10px;
  padding: 17px 5px;
  min-width: 40px;
  max-width: 100%;
  color: #fff;
  font-size: 2vw;
  background: #0e0e0e;
  opacity: 0;
  cursor: pointer;
  transform: translate(-40px, 0);
  -webkit-transform: translate(-40px, 0);
  transition: 0.6s;
}

/*スクロールエフェクト*/
.slideIn{
  transform: translate(0, 0)!important;
  -webkit-transform: translate(0, 0)!important;
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
.tap{
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 20px 5px;
  font-size: 14px;
}

.tap:hover{
  opacity: 1;
  }
}


/*-------------------------------------------
Artist
--------------------------------------------*/
.artist{
  width:100%;
  margin: 0 auto;
}

.artist_inner{
  width:100%;
  margin: 0 auto;
  background:linear-gradient(#a8d8d7,#73bdd4);
  position: relative;
  text-align: center;
}

.artist img{
  padding: 30px 0;
  width:60%;
  margin:0 auto;
}

.about{ 
  width:90%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.about dt{
  text-align: left;
  font-size: 6vw;
}

.about dd,dt.sns_ttl{
  text-align: left;
  font-size: 4vw;
}



@media only screen and (min-width: 769px) {
.artist{
  background-size:100%;
  min-width: 990px;
}

.artist_inner{
  width:750px;
  margin: 0 auto;
  position: relative;
  top:50px;
}

.artist img{
  padding-top: 50px;
  width:330px;
  margin:0 auto;
}

.about{
  width:630px;
  margin:0 auto; 
}

.about dt{
  font-size: 35px;
}

.about dd,dt.sns_ttl{
  font-size: 16px;
  }
}


/*-------------------------------------------
columbia logo
--------------------------------------------*/
.logo_below{
  width:60%;
  margin: 0 auto;
  text-align: center;
}


@media only screen and (min-width: 769px) {
  .logo_below{
  width:250px;
  margin: 0 auto;
  text-align: center;
  padding-top: 150px;
  }

  .logo_below:hover{
  opacity: 0.75;
  }
}


/*========================================================
▼フッター
========================================================*/

footer {
  text-align: center; 
}

footer small {
  width:100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  display: block;
}

@media only screen and (max-width: 768px) {
  footer small {
    font-size: 2.6vw;
    line-height: 1.2;
    padding: 10px 0;
  }
}


/*========================================================
▼モーダル
========================================================*/

.modal-overlay {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#0e0e0e;
}

a.modal-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width:10%;
}

.modal_logo{
  width:100%;
  margin: 0 auto;
  text-align: center;
}

.modal_logo img{
  display: inline-block;
}


@media only screen and (min-width: 769px) {
a.modal-close {
    width: 50px;
}

a.modal-close:hover {
    cursor: pointer;
    opacity: 0.75;
}

.modal_logo{
  width:100%;
  }
}


/*モーダル動画部分
-------------------------------------------------------*/
@media only screen and (max-width: 768px) {
.modal_content {
  width:100%;
  margin: 0 auto;
  position: fixed !important;
  top: 140px !important;
  left:0 !important;
  display: none;
  z-index: 99999;
}

.modal_movie{
  width:100%;
  padding: 0 5%;
  height:50vh;
  }
}

@media only screen and (min-width: 769px) {
.modal_content {
    width:750px;
    margin: 0 auto;
    position: fixed;
    display: none;
    z-index: 99999;
}

.modal_movie{
  width:100%;
  height: 421px;
  margin: 0 auto;
  }
}








