@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* ==========================================================================
   Commons styles
   ========================================================================== */
.wrap_960{
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 4	
}
.wrap_ireg{
	width: 1010px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 4	
}

.sec_pad_1{
	padding: 50px 0
}
.sec_pad_1_b{
	padding-bottom: 50px
}
.sec_pad_1_t{
	padding-top: 50px;
}
.flex_wrapper{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-wrap_par{
	flex-wrap: wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;	
	display: flex;		
}
.hover:hover,
.aad_category .cat-item:hover{
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.hover_0{
	transition-property: all;
  	transition: 0.15s linear;
}
.hover_0:hover{
	opacity: 0.5;
}
.pcz{display: block}
.spz{display: none!important}
.h_type_1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 13px;
}
.h_type_1 span {
    font-size: 15px;
    font-weight: normal;
}
.h_type_2{
    margin: 0 0 28px;
    font-size: 22px;
	font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.bod {
    margin-top: -45px;
    padding-bottom: 5px;
}
.bod {
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 14px;
    position: relative;
    text-align: center;
}
.bod span {
    display: block;
    padding: 1px 0 2.2px;
    position: relative;
}
.bod span:after {
    height: 1px;
    width: 60%;
}
.bod span:after {
    background: url(images/bod.svg) repeat 0 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
    height: 1px;
    width: 100%;
}
.btn_type_1 {
    width: 80%;
    border: solid 1px #f8b500;
    display: block;
    font-size: 16px;
	font-weight: bold;
    text-align: center;	
}
.btn_type_1 a {
	display: block;
    padding: 10px 10px;
	color: #f8b500;
	line-height: 1;
	text-decoration: none;
}
.btn_type_1 a span {
	position: relative
}
.btn_type_1 a span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: -14px;
	width: 8px;
	height: 12px;
	margin: auto;
	background-image: url("images/add_arrow.png");
}
.bg_type_1{background-color: #ffffff}
.glad_1 {
    background: linear-gradient(transparent 60%, #f8b500 60%);
}



.logos{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #FFF;
	z-index: 999
}
.logos h1{
	font-size: 34px;
	line-height: 1
}
.logos p{
	font-size: 20px;
	margin: 0;
}
.page-template-new_top_template #header,
.page-template-new_top_template #sidebar{
	display: none
}
.page-template-new_top_template .content {
    margin-top: 0;
}
.page-template-new_top_template .wrap {
    width: 100%;
    margin: 0 auto;
}
.page-template-new_top_template .main {
    width: 100%;
	padding: 0;
	box-shadow: unset;
	border: none;
    border-radius: 0;
	background-color: transparent
}
.page-template-new_top_template .vidz{
	width: 100%;
	height: 550px;
	overflow: hidden
}
.pick_up {
	padding: 50px auto 70px
}
.pick_up .vxz,
.interview .vxz,
.recommend .vxz{
	justify-content: space-between
}
.pick_up .vxz .vx {
	width: 48.5%;
	padding-bottom: 50px;
	position: relative;
}
.pick_up .vxz .vx figure,
.recommend .vxz .vx figure{
	height: 320px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #B7B7B7;
	overflow: hidden;
}
.pick_up .vxz .vx figure img,
.interview .vxz .vx figure img,
.recommend .vxz .vx figure img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.pick_up .vxz .vx p,
.interview .vxz .vx p{
    margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold
}
.pick_up .vxz .vx p a,
.interview .vxz .vx p a,
.recommend .vxz .vx p a{
    color: inherit;
	text-decoration: none
}
.pick_up .vxz .vx p span,
.interview .vxz .vx p span,
.recommend .vxz .vx p span{
	display: block;
    color: #f8b500;
    font-size: 14px;
	font-weight: bold;
    margin-bottom: 0px;
	margin-top: 12px
}
.pick_up .vxz .vx .btn_type_1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.interview .vxz .vx{
	padding-bottom: 50px
}
.interview .vxz .vx figure{
	height: 528px;
	background-color: #FFF;
	overflow: hidden
}
.interview .vxz .vx figure img{
	width: auto;
	height: 100%;
	object-fit: cover;
	object-position: top;
  	font-family: 'object-fit: cover;';
}
.interview .vxz .vx a{
	text-decoration: none;
	color: inherit
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.swiper-pagination-bullet-active {
    background: #f8b500!important;
}
.recommend .vxz .vx{
	width: 31.33333333%;
}
.recommend .vxz .vx:first-child{
	width: 88%;
	margin: 0 auto 20px
}
.recommend .vxz .vx:first-child figure{
	height: auto
}
.recommend .vxz .vx figure{
	border-bottom: none;
	overflow: hidden;
	background-color: #fbfaf5
}
.recommend .vxz .vx p span a{
	padding: 0 6px
}
.recommend .vxz .vx p span {
	line-height: 1;
    margin-top: 4px;
}
.topics .vxz {
	justify-content: space-between
}
.topics .vxz .vx{
	width: 30.3333333333%;
	padding-bottom: 6px;
	margin: 0 0 16px;
	border-bottom: dotted 1px #ddd;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	
}
.topics .vxz .vx a{
	text-decoration: none;
	color: inherit
}
.topics .vxz .vx .px{
	width: 35%
}
.topics .vxz .vx .px img{
	width: 100%;
	height: 60px;
	object-fit: cover;
	object-position: center;
  	font-family: 'object-fit: cover;';
}
.topics .vxz .vx .tx{
	width: 65%;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
}
.topics .vxz .vx .tx span{
	display: block;
    color: #f8b500;
	font-weight: bold;
}
.aad_category .cat-item a::before {
    display: none
}
.aad_category .cat-item {
    list-style: none
}
.aad_category ul {
	width: 100%;
    padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.aad_category ul li {
    width: 24%;
	margin-bottom: 2%;
	margin:0 0.5% 1%
}
.aad_category ul li:nth-child(4),
.aad_category ul li:last-child{
}
.aad_category ul li a {
	display: flex;
	width: 100%;
	height: 60px;
	border: solid 1px #ccc;
	font-size: 15px;
	color: inherit;
    text-align: center;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	background-image: url("images/add_arrow_glay.png");
	background-repeat: no-repeat;
	background-position: 90% center
}
.home #carousel{display: none!important}




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

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

/*768px以下*/
@media screen and (max-width: 768px){
/* ==========================================================================
   Commons styles
   ========================================================================== */
.flex_wrapper, .flex-wrap_par{
    display: block;
}
.flex_sp{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
}	
.pcz{display: none!important}
.spz{display: block!important}	
.wrap_960, .wrap_ireg {
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 0 0.8rem
}
.sec_pad_1 {
    padding: 40px 0;
}
.interview.sec_pad_1,
.recommend .sec_pad_1,
.topics.sec_pad_1{
	padding: 40px 0.8rem!important
}
.pick_up .sec_pad_1{
	padding: 30px 0.8rem 40px!important
}
.interview .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}	
.page-template-new_top_template .main {
    padding: 0;
    margin: 0;
}
.page-template-new_top_template .vidz {
    height: auto;
	background-color: #ffffff
}	
.pick_up .vxz .vx {
    width: 100%;
    margin-bottom: 40px
}	
.pick_up .vxz .vx:last-child {
    margin-bottom: 0
}	
.pick_up .vxz .vx:last-child {
    margin-bottom: 0
}
.pick_up .vxz .vx figure {
    height: auto;
}	
.recommend .vxz .vx {
    width: 100%;
	padding-bottom: 14px;
	border-bottom: dotted 1px #ccc;	
	margin-bottom: 40px
}	
.recommend .vxz .vx:first-child {
	width: 100%;
}	
.recommend .vxz .vx:first-child p {
	margin: 6px 0 0
}	
.recommend .vxz .vx:last-child {
	margin-bottom: 0
}	
.recommend .vxz .vx:not(:first-child) {
	display: flex
}	
.recommend .vxz .vx:not(:first-child) figure {
    background-color: transparent;
	width: 58%;
	height: auto
}	
.recommend .vxz .vx:not(:first-child) p {
    margin: 0;
	width: 42%;
	font-size: 14px;
	padding: 0 10px
}	
.recommend .vxz .vx p span {
    line-height: 1;
    margin-top: 10px;
}	
.topics .vxz .vx {
    width: 100%;
    padding-bottom: 6px;
    margin: 0 0 16px;
}	
.aad_category ul li {
    width: 49%;
    margin-bottom: 1%;
}	
.interview .vxz .vx figure {
    height: 71vw;
}	
	
	
	
	
	
	
	
	
	
	
}

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