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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*
* {
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
* {
 -webkit-user-drag: none;
 user-drag: none;
}
* {
 pointer-events: none;
}
*/





body{
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
overflow-x: hidden;

}

/*全体調整*/
/*コンテンツの余白を消す*/
.content {
margin: 0px;
padding: 0px;
}
.footer {
margin: 0px;
}

/*画面設定*/
.wrap {
   width: auto;
}
.main {
	margin: 0px auto ;
	padding: 0px;
	border:solid 0px;
}

/*スマホ画面用トップページへ戻るボタン*/
.Ralana-name{
  display: none;
}

/*フォント*/
body, h3 ,h2{
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*見出し２*/
h2{
  font-weight: 100;
  font-size: 60px;
  color: #FFDE59;
}

/*リスト*/
ul.list01{
  padding: 0;
  list-style: none;
}
ul.list01 li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color: #0CC0DF;
  font-weight: bold;
  border-bottom: 1px solid #0CC0DF;
}
ul.list01 li:after,
ul.list01 li:before{
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.list01 li:before{
  top: 1.1em;
  left: 0.5em;
  width: 14px;
  height: 14px;
  background: #dddddd;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
ul.list01 li:after{
  top: 0.9em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border:1px solid #0CC0DF;
}


/*本文*/
/*トップ画像*/
.TOP-Movie span{
	display: inline-block;
}
.TOP-Movie-img img{
	width:100vw;
  overflow-x: hidden;
}
.TOP-Movie-main{
	font-size:45px;
	line-height:50px;
	background-color:#ffffff;
	font-style: normal;
	color: #ffffff;
	text-shadow: 0 0 20px #ffffff,0 0 15px #fff;
}
.TOP-Movie-img {
  background-color:#ffffff;
  overflow-x: hidden;
}

.TOP-M-01{
	position:absolute;
	top:60px;
	left:100px;
}
.TOP-M-02{
	position:absolute;
	top:140px;
	left:60px;
}
.TOP-M-03{
	position:absolute;
	top:280px;
	left:20px;
}
.TOP-M-04{
	position:absolute;
	top:360px;
	left:180px;
}
.TOP-M-05{
	position:absolute;
	top:700px;
	left:50px;
	color: #ffffff;
	text-shadow: 0 0 20px #ffffff,0 0 15px #fff;
	font-size:30px;
	text-align:left;
	line-height:50px;
}
.TOP-M-05-2{
	margin-top:20px;
}
.TOP-M-06{
	position:absolute;
	top:1400px;
	left:20px;
	font-size:45px;
	line-height:50px;
	color: #ffffff;
	text-shadow: 0 0 20px #ffffff,0 0 15px #fff;
}
/*アニメーション*/
.fadein {
    opacity: 0;
    animation: fadein 3s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}

/*遅延の指定*/
.TOP-M-01 {animation-delay: 0.5s;}
.TOP-M-02 {animation-delay: 2s;}
.TOP-M-03 {animation-delay: 3.5s;}
.TOP-M-04 {animation-delay: 5s;}
.TOP-M-05{
	animation-delay: 7s;
}
.TOP-M-06{
	animation-delay: 9s;
}


/*トップ画像下メッセージ*/
.TOP-Sub{
  background-color:#ffffff;
}
.TOP-Sub-main{
  position: static;
  margin: auto;
  padding: 15px 20px 30px 20px;
  text-align: center;
  font-size: 25px;
}

.TOP-Sub-main p{
 color: #aaaaaa;
 padding-top: 10px;
}
.TOP-Sub-main span{
  display: inline-block;
}

.TOP-Sub-ex{
  padding-bottom: 30px;
}

.BLOG-ALL{
  text-align: center;
}
.BLOG-ALL img{
  max-width: 700px;
}

div.TOP-Sub-ex2 > ul {
  color: #1e366a;
  border-top: solid #000080 1px;
  border-bottom: solid #000080 1px;
  padding: 0.5em 0 0.5em 1.5em;
}

div.TOP-Sub-ex2 > li {
  line-height: 1.5;
  padding: 0.5em 0;
	font-size:16px;
}

.TOP-Sub-ex2{
	padding:30px 0 80px 0;
	max-width:900px;
	margin:auto;
	text-align: left;
}
div.TOP-Sub-ex2 > h3{
	font-size:20px;
	color: #ff6d00;
}




.p-msg-1{
  padding-top:23px;
}
.p-size-1{
  font-size: 24px;
}
.p-size-2{
  font-size: 29px;
}
.p-color-1{
  color: #ECCF24;
  color: #ff6d00;
}
.p-color-2{
  color: #ff6d00;
}
.p-color-3{
  color: #C42B34;
}
.p-color-4{
  color: #FFDE59;
  font-size: 18px;
}

.kirakira01-1{
  text-align: center;
}
.kirakira02-1{
  text-align: left;
}
.kirakira01-2 {
  height: 100px;
  width: auto;
  position: relative;
	top:0px;
  right: 0px;
  margin-bottom: 0px;
  animation: flash 4s linear infinite;
}
.kirakira02-2 {
  height: 200px;
  width: auto;
  position: relative;
	top:-100px;
  left: 100px;
  margin-bottom: -200px;
  animation: flash 3s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*BOX*/

.flexbox01 {
  display: flex;
}

.box01{
    width: 33%;
    margin: 20px 10px;
}
.box02{
  width: 100%;
  height: auto;
  margin: auto 0;
  overflow-x: hidden;
  cursor: pointer;
}
.box02 img{
  transition-duration: 0.5s;
  margin: auto;
  width: 100%;
  height: auto;
}
.box02:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.box03 {
   text-align:right;
}
.box03 img{
	width:200px;
	padding-right:20px;
  transition-duration: 0.5s;
}
.box03:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.box04{
  padding-bottom: 50px;
  color: #888888;
}

/*投稿一覧*/
.Top-kiji{
  max-width:800px;
  margin:0 auto 80px auto;
  padding:0;
}
.toukou-top{
  margin: 24px;
}


.toukou-top > .item{
	color:#666;
	margin:6px 0;
	padding:3px;
	max-height:150px;
}

.toukou-wrap1 > .time{

}

.toukou-wrap2 > .category{
  font-size:15px;
	border: 1px solid #ccc;
	margin:2px;
	padding:1.2px 10px;
	display:inline-block;
	background:#aaaaaa;

}

.toukou-wrap2 > .category a {
	color:#fff;
  text-decoration: none;
}
.toukou-wrap2 > .category:hover a {
	color:#ddd;
}
.toukou-wrap2 > .category:hover{
  background:#ffffff;
}

.toukou-wrap2 > .title a {
	color:#777;
  padding-top: 20px;
  text-decoration: none;
}
.toukou-wrap2 > .title:hover a {
  color:#0CC0DF;
}

.toukou-wrap1{
	width:35%;
	height:120px;
	float:left;
	display:block;
	margin:0;
	padding:0;

	box-sizing:border-box;
}

.toukou-wrap2{
	float:right;
	width:65%;
	height:120px;
	padding:1px 4px 1px 10px;
	font-size:15px;
	display:block;
	box-sizing:border-box;
}








/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1023px){
  .logo-header{
    display:none;
  }
}

/*1170px以下（通常1023px以下）*/
@media screen and (max-width: 1170px){
    /*トップ画像*/
    .main{
      overflow-x: hidden;
    }
    .TOP-M-01{
    	top:60px;
    	left:100px;
    }
    .TOP-M-02{
    	top:140px;
    	left:60px;
    }
    .TOP-M-03{
    	top:280px;
    	left:20px;
    }
    .TOP-M-04{
    	top:360px;
    	left:180px;
    }
    .TOP-M-05{
    	top:500px;
    	left:20px;
    }
    .TOP-M-05-2{
    	margin-top:20px;
    }
    .TOP-M-06{
    	top:1000px;
    	left:20px;
    }

}


/*834px以下*/
@media screen and (max-width: 834px){
    /*全体設定　834px以下*/
    .main{
      overflow-x: hidden;
    	border-radius: 0;
    }
    .TOP-all{
    	margin: -33px -24px 0px -24px ;
    }
    h2{
      font-size: 50px;
    }

    /*トップ画像　834px以下*/
    .TOP-Movie-img img{
    	width:105vw;
      overflow-x: hidden;
    }
    .TOP-Movie-main{
    	font-size:28px;
    	line-height:36px;
    }
    .TOP-M-01{
    	top:20px;
    	left:40px;
    }
    .TOP-M-02{
    	top:70px;
    	left:20px;
    }
    .TOP-M-03{
    	top:120px;
    	left:20px;
    }
    .TOP-M-04{
    	top:170px;
    	left:50px;
    }
    .TOP-M-05{
    	top:250px;
    	left:20px;
    	font-size:24px;
    	line-height:40px;
    }
    .TOP-M-05-2{
    	margin-top:20px;
    }
    .TOP-M-06{
    	top:600px;
    	left:20px;
    	font-size:26px;
    	line-height:40px;
    }

    /*キラキライメージ　834px以下*/
    .kirakira01-2 {
      height: 100px;
      width: auto;
      position: relative;
    	top:-100px;
      right: 10px;
      margin-bottom: -130px;
      transform: rotate( -180deg );
    }
    .kirakira02-2 {
      height: 130px;
      width: auto;
      position: relative;
    	top:-30px;
      left: 10px;
      margin-bottom: -130px;
      transform: rotate( -180deg );
    }



    /*コンセプト　834px以下*/
    .flexbox01 {
        display: block;
    }
    .box01 {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .box01 h3{
      padding-left: 25px;
    }
    .box02{
      width: 100%;
      margin: auto 0px;
    }
    .box03{
      margin: auto 5px;
      padding: 0px;
    }
    .box04{
      margin: auto 25px;
    }


}


/*480px以下*/
@media screen and (max-width: 480px){
    /*トップ画像　480px以下*/
    .TOP-Movie-main{
    	font-size:22px;
    	line-height:30px;
    }
    .TOP-M-01{
    	top:10px;
    	left:30px;
    }
    .TOP-M-02{
    	top:50px;
    	left:20px;
    }
    .TOP-M-03{
    	top:100px;
    	left:10px;
    }
    .TOP-M-04{
    	top:140px;
    	left:30px;
    }
    .TOP-M-05{
    	top:200px;
    	left:10px;
    	font-size:18px;
    	line-height:22px;
    }
    .TOP-M-05-2{
    	margin-top:20px;
    }
    .TOP-M-06{
    	top:420px;
    	left:10px;
    	font-size:22px;
    	line-height:30px;
    }

}



/*360px以下*/
@media screen and (max-width: 360px){
    /*トップ画像　360px以下*/
    .TOP-Movie-main{
    	font-size:18px;
    	line-height:23px;
    }
    .TOP-M-01{
    	top:10px;
    	left:30px;
    }
    .TOP-M-02{
    	top:30px;
    	left:20px;
    }
    .TOP-M-03{
    	top:60px;
    	left:5px;
    }
    .TOP-M-04{
    	top:80px;
    	left:30px;
    }
    .TOP-M-05{
    	top:130px;
    	left:10px;
    	font-size:15px;
    	line-height:18px;
    }
    .TOP-M-05-2{
    	margin-top:20px;
    }
    .TOP-M-06{
    	top:330px;
    	left:10px;
    	font-size:18px;
    	line-height:22px;
    }

}


/************************************
** 投稿内容
************************************/
/**
.under-entry-content{
	max-width:900px;
	width:95%;
	margin: 2em auto;
}
**/

.main > .format-standard{
	/**
	max-width:800px;
	width:95%;
	**/
	margin: 2em auto 5em auto;
	padding:2em;
	border-radius:30px;
	background-color:#FFFAE7;

}

.wp-post-image{
	max-height:200px;
	width:auto;
	display:block;
	margin:0 auto;
}

.eye-catch-wrap{
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
}

.entry-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.entry-title::before,
.entry-title::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #C42B34;
}

.entry-title::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.entry-title::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.rect-entry-card{
	margin: 3em auto;
	 padding: 1em;
	 border: 1px solid #ccc;
	 background-color: #fff;
	 box-shadow: 1px 1px 2px #ccc;
}

.prev-post {
	background-color:#f7e9e8;
}
.next-post {
	background-color:#f7e9e8;
}

/*投稿ページ設定*/
.entry-card-title{
  color: #555555;
}

/*投稿ページコメント一覧非表示*/
#block-4 {
	display:none;
}

/******************************************************************/
/******************************************************************/
/*全体共通設定*/
/*お申込みボタン*/
.btn_toi-area{
  margin: 20px;
}
a.btn_toi {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #C42B34;
	color: #C42B34;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_toi::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #C42B34;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_toi:hover::before {
	transform: translateX(0);
}
a.btn_toi:hover {
	color: #fff;
}

/* リストの設定Blue01 */
.List-Blue01 li{
	list-style: none;
  position: relative;
  padding-left: 18px;
  margin-top: 8px;
	margin-bottom: 2px;
	font-size: 16px;
}

.List-Blue01 li:before {
  content: "";
  position: absolute;
  top: .1em;
  left: -3px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 50%;
  background-color: #0CC0DF;
  line-height: additive
}

.List-Blue01 li:after {
  content: "";
  position: absolute;
  top: .5em;
  left: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* リストの設定Blue02 */
  ul.List-Blue02 {
  	padding:0.5em;
  	list-style-type:none;
  }
  ul.List-Blue02 li {
  	position:relative;
  	padding: 0em 0.3em 0.3em 1.3em;
    font-size: 14px;
  }
  ul.List-Blue02 li:before {
  	position:absolute;
  	content:'';
  	top: 0.5em;
  	left: 0.2em;
  	height:0;
  	width:0;
  	border-style: solid;
  	border-width: 6px 0 6px 9px;
  	border-color: transparent transparent transparent #0CC0DF;
  }

  /* リストの設定yellow02 */
    ul.List-yellow02 {
    	padding:0.5em;
    	list-style-type:none;
    }
    ul.List-yellow02 li {
    	position:relative;
    	padding: 0em 0.3em 0.3em 1.3em;
      font-size: 14px;
    }
    ul.List-yellow02 li:before {
    	position:absolute;
    	content:'';
    	top: 0.5em;
    	left: 0.2em;
    	height:0;
    	width:0;
    	border-style: solid;
    	border-width: 6px 0 6px 9px;
    	border-color: transparent transparent transparent #fffacd;
    }

/* フレームピンク01 */
  .flame_pink01{
  margin: 20px 10px 0 5px;
  padding: 5px;
  width: 100%;
  background-color: #ffc0cb;
  color: #606060;
  box-shadow: 0 0 5px 1px #b2b2b2;
  border-left:10px solid #fffacd;
  border-radius: 0 50px 0 50px;
  }
  .flame_pink01 p {
  padding: 5px 5px;
  margin: 0;
  color: #fffacd;
  font-size: 16px;
  }

/* フレームピンク02 */
  .flame_pink02{
    margin: 20px 15px 0 2px;
    padding: 5px;
    background: #FDDFE0;
    -webkit-box-shadow: 0 0 50px #f98289 inset, 5px 5px 0 #cecece;
    -moz-box-shadow: 0 0 50px #f98289 inset, 5px 5px 0 #cecece;
    box-shadow: 0 0 50px #f98289 inset, 5px 5px 0 #cecece;
  }
  .flame_pink02 p {
  padding: 5px 5px;
  margin: 0;
  color: #009E9E;
  font-size: 16px;
  }


/*テープ枠*/
.kakomi-tape4 {
 position:relative;
 padding: 35px 20px 20px;
 margin: 2.5em auto;
 width: 90%;
 color: #555555;
 background-color: #88dde8;
 box-shadow: 0 2px 5px #999;
}
.title-tape4 {
 position: absolute;
 top: -15px;
 left: 30px;
 padding: 4px 20px;
 color: #555555;
 font-weight: bold;
 background-color: rgba(255,255,255,.1);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2);
 transform: rotate(-3deg);
}

.box11{
    padding: 1em 1.5em;
    margin: 2em 1em;
    background: #FFFDED;
    border-top: solid 1px #dddddd;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}








/*色設定*/
.color-blue01{
  color: #0CC0DF;
}

.color-orange01{
  color: #ff7f50;
}

.color-pink01{
  color: #ffb6c1;
}



/*アニメーション*/
.updown {
animation-name:updown1;   /* アニメーション名の指定 */
animation-delay:0s;   /* アニメーションの開始時間指定 */
animation-duration: 3s;   /* アニメーション動作時間の指定 */
animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
animation-iteration-count: infinite;
}
@keyframes updown1 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
100% {
transform: translateY(0);
}
}

/*装飾画像*/
.Img-Saturn01{
  text-align: right;
}

.Img-Saturn01-1{
  width: 250px;
  transform: rotate( -30deg );
  margin-top: -100px;
  margin-bottom: -100px;
  padding-right: 60px;
}
.Img-star01{
  text-align: right;
}

.Img-star01-1{
  width: 200px;
  padding-right: 60px;
}
.Img-rocket01{
  text-align: left;
}

.Img-rocket01-1{
  width: 500px;
  padding-left: 60px;
}

/*834px以下*/
@media screen and (max-width: 834px){
  .Img-Saturn01-1{
    width: 100px;
    margin-top: -200px;
    margin-bottom: 0px;
    padding-right: 30px;
  }

  .Img-star01-1{
    width: 130px;
    padding-right: 30px;
  }

  .Img-rocket01-1{
    width: 300px;
    padding-left: 30px;
    padding-top: 30px;
  }

}


/************************************
** モバイル版グローバルメニュー
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){



.fa-star{
	display:none;
}

.navi-menu-button{
	border-right: 0.5px solid #FFD700;
}

.mobile-menu-buttons .menu-caption{
	font-size:12px;
	margin:auto;
	padding-top:10px;
  padding-bottom: 10px;
	color:#C42B34;
}

.mobile-menu-buttons {
	background-color:#FFF6D1;
}


.slicknav_btn{
  background-color:#FFDE59;
}

.go-to-top-button-image{
  width: 50px;
  margin-bottom: 20px;
  margin-right: 0px;
}

.slicknav_menu{
  background-color:#FFDE59;
  ackground-color:#aaa;
  position: sticky;
  top: 0;
  z-index: 100;
}

/*スマホ画面用トップページへ戻る画像*/
.logo-header > .site-name{
	position:absolute;
	top:3px;
	display:none;
	text-align:left;
	margin-top:-30px;
	width:300px;
	z-index:9999;
}
.logo-header img{
	margin-top:3px;
	width:120px;
	position:fixed;
	top:5px;
}


}
