@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.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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



/*
全体の設定
---------------------------------------------------------------------------------------------------------------------------------*/
.sp-none {
	display: block;
}
.pc-none {
	display: none;
}
@media screen and (max-width: 768px) {
.sp-none {
	display: none;
}
.pc-none {
	display: block;
}
}
/*
全体の設定 END
---------------------------------------------------------------------------------------------------------------------------------*/



/*
デフォルトCSSの変更
---------------------------------------------------------------------------------------------------------------------------------*/
/* .entry-card .admin-pv {
    display: none;
} */
.tagline {
    display: none;
}
.logo-text {
    padding: 20px 0;
}
li.cat-item.cat-item-1 {
    display: none;
}
.under-entry-content {
    display: none;
}
.entry-card-meta.card-meta.e-card-meta {
    display: none;
}
.date-tags {
    display: none;
}
/*
デフォルトCSSの変更 END
---------------------------------------------------------------------------------------------------------------------------------*/



/*
Navi
---------------------------------------------------------------------------------------------------------------------------------*/
.navi {
    background-color: #585858;
}
.item-label {
    border-left: solid 1px #6f6f6f;
}
.item-label {
    border-right: solid 1px #3d3d3d;
    color: #fff;
}
.item-label:hover {
    color: #585858;
}
.apdt-pc-only {
    display: none;
}
.site-name-text {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
#header .site-name-text {
    font-size: 13px;
}
img.site-logo-image.header-site-logo-image {
    width: 70%;
    margin-top: 5px;
}
}
/*
Navi END
---------------------------------------------------------------------------------------------------------------------------------*/



/*
FV 
---------------------------------------------------------------------------------------------------------------------------------*/
.header {
    color: rgb(49, 49, 49);
    font-size: 14px;
    word-break: break-all;
    background: url(https://g-live.info/movie/img/background.jpg) left top repeat scroll rgba(0, 0, 0, 0);
}
/*
FV END
---------------------------------------------------------------------------------------------------------------------------------*/


/*
FV 
---------------------------------------------------------------------------------------------------------------------------------*/
.slider_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-top: -30px;
}
.slider_text_inner {
	color: #fff;
}
.slider_text_top {
	color: #fff;
	margin-bottom: 5px;
}
#top-page #mainimage{
	text-align:center;
	height: 500px;
	background:url(https://ks2020.xsrv.jp/challenge5-1/img/test.jpg) no-repeat center #ddd;
}

[role="presentation"] {
  position: relative;
  overflow: hidden;
  background-image: url(../images/new_lp_logo.png);
  -webkit-animation: wood linear 80s infinite;
  animation: wood linear 80s infinite;
  background-position: 1243px 500px;
}

@-webkit-keyframes frames {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  75%,
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes frames {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  75%,
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes wood {
  100% {
    background-position: 0 0;
  }
}

@keyframes wood {
  100% {
    background-position: 0 0;
  }
}
/*
FV END
---------------------------------------------------------------------------------------------------------------------------------*/




/*
Footer
---------------------------------------------------------------------------------------------------------------------------------*/
.footer {
    color: rgb(49, 49, 49);
    font-size: 14px;
    word-break: break-all;
    background: url(https://g-live.info/movie/img/background.jpg) left top repeat scroll rgba(0, 0, 0, 0);
}


@media screen and (max-width: 768px) {
.copyright {
    margin-top: 50px;
}
}
/*
Footer END
---------------------------------------------------------------------------------------------------------------------------------*/



/*
追加 
---------------------------------------------------------------------------------------------------------------------------------*/
#wpmem_login legend, #wpmem_reg legend {
  background: #585858;
  padding: 10px;
  color: #fff;
  border-left: 3px solid #fff;
  font-size: 18px !important;
  margin-bottom: 25px !important;
}
#wpmem_login legend:before {
  content: '';
  border-left: 3px solid  #64bcb8;
  padding-right: 10px;
}
#wpmem_login {
    width: 100% !important;
}
#wpmem_login .button_div {
    text-align: left !important;
}
p.login_status {
    text-align: center !important;
}
p.login_status {
    margin: 10px auto 50px;
    /*background: #f5f6f7;
    padding: 20px;*/
}
p.login_status a {
    background: #585858;
    padding: 10px 30px;
    line-height: 2.5;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}
#wpmem_login .link-text {
    display: none;
}
#wpmem_login fieldset {
    margin: 10px 0 50px !important;
}
#index-tab-1:checked ~ .tab-cont.tb1, #index-tab-2:checked ~ .tab-cont.tb2, #index-tab-3:checked ~ .tab-cont.tb3, #index-tab-4:checked ~ .tab-cont.tb4, #index-tab-5:checked ~ .tab-cont.tb5, #index-tab-6:checked ~ .tab-cont.tb6 {
    display: block;
    animation: tab-index-show .3s ease-in;
}
#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-1"], #index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-2"], #index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-3"], #index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-4"], #index-tab-5:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-5"], #index-tab-6:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-6"] {
    background: none #404453;
    border: 1px solid #404453;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
	.index-tab-buttons .index-tab-button {
    width: calc(98% / 3.1);
}
	.index-tab-buttons .index-tab-button {
    padding: 7px 16px;
}
}
/*
追加 END
---------------------------------------------------------------------------------------------------------------------------------*/