@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
a {
    text-decoration: none;
}
/*
#navi {
  display: none;
}
*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*デフォルト*/

/* サイトタイトル非表示 */
span.site-name-text{
 display:none;
}

/* vegas style */
.header-cover {
    margin: 0 auto;
    width: 100%;
    background: #000;
}

.slider_mobile {
    width: 100%;
    height: 600px;/* 画像の高さ */
    background-position:center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_ios {
    width: 100%;
    height: 100vh;/* 画像の高さ */
    background-position:center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
/* 調整 */

#header-container {
    position: absolute;
    width: 100%;
    top: 0;
    background: transparent;
}

.header-container-in.hlt-top-menu .navi {
    background: transparent;
}

.site-name-text-link,
.navi-in a {
    color: #fff;
}

.vegas-slide-inner {
   background-attachment: fixed!important;
   content:"";
   display:block;
   position:fixed;
   top:0;
   left:0;
   z-index:-1;
   width:100%;
   height:100vh;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
}

.slider {
    width: 100%;
    height: 600px;/* 画像の高さ */
    background-position:center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#site-title, #site-description {
display: none;
}

/*480px以上*/
@media screen and (min-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*834px以上*/
@media screen and (min-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*1024px以上*/
@media screen and (min-width: 1023px){
.header-cover {
    width: 60%;
}
	
#header-container {
    width: 60%;
}
.vegas-slide-inner {
   width:60%;
   height:60%;
}
}
