@charset "utf-8";
/* CSS Document */
/* ============================

inview.js設定

=============================*/
/* 単一効果 */
.fadein_single{
	opacity: 0;
}
.effect_single {
  animation-name: effect_anime;
  opacity: 1;
  transition: 0.5s;
}



/* ============================

mainvisual

=============================*/
.mainvisual {
    position: relative;
    background: url("../img/mv_202407.jpg") center top no-repeat;
    width: 100%;
    height: 100%;
	padding-top: 38%;
    margin: 0 auto;	
    background-size: cover;
}
/*.mainvisual::before {
    content: "";
    display: block;
    padding-top: 30%;
}
.mainvisual .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 389px;
    width: 25%;
}
.mainvisual .logo img {
    max-width: 100%;
    display: block;
    height: auto;
}
.mainvisual .onair {
    display: flex;
    width: 80%;
    position: absolute;
    bottom: 60px;
    left: 30px;
}
.mainvisual .onair img {
    height: 80px;
	margin: 0 20px 0 0;
}
.mainvisual .wrap_catch {
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 30px;
}
.mainvisual .wrap_catch img {
    height: 29px;
    margin: 0 20px 0 0;
}*/



/* ============================

サイト内nav

=============================*/
.wrap_nav{
	background: #4DAFA0;
}
.wrap_nav .inner{
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap_nav ul li a {
    display: block;
    padding: 0 13px;
    font-weight: bold;
	position: relative;
	transition: 0.3s all;
}
.wrap_nav ul  {
    align-items: center;
}
.wrap_nav ul li a i {
    margin: 0 7px -4px 0;
}
.wrap_nav ul li a::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 10%;
    height: 2px;
    width: 80%;
    background: #ffffff;
    display: block;
	transition: 0.3s all;
	transform: scale(0,0);
}
.wrap_nav ul li a:hover::after {
	transform: scale(1,1);
}
.wrap_nav .wrap_logo img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
    height: auto;
}
.wrap_nav .wrap_logo .onair {
    background: #ffffff;
    padding: 10px;
    color: #4DAFA0;
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    position: relative;
	margin: 0 0 0 20px;
	vertical-align: middle;
}
.wrap_nav .wrap_logo .onair::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 22px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 40%;
    left: -20px;
    z-index: 0;
}
.wrap_nav ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.wrap_nav ul li{
	list-style: none;
}
.wrap_nav ul li a{
	color: #ffffff;
}



/* ============================

付箋ナビ

=============================*/
.wrap_nav.ittoko{
	background: url(../img/back_tree.jpg) center top;
	padding: 0;
	position: relative;
}
.wrap_nav.ittoko::before {
    content: "";
    background: url(../img/deco_nav01.png) left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    max-width: 250px;
    height: 100%;
    background-size: contain;
}
.wrap_nav.ittoko::after {
    content: "";
    background: url(../img/deco_nav02.png) right top no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    max-width: 250px;
    height: 100%;
    background-size: contain;
}
.wrap_nav.ittoko ul {
    margin: 0 auto;
    padding: 50px;
    justify-content: center;
    max-width: 1000px;
    background: url(../img/deco_nav03.png) -20px top no-repeat;
    background-size: 97%;
}
.wrap_nav.ittoko ul li {
    padding: 0 30px;
	border: none;
}
.wrap_nav.ittoko ul li.title_small {
    font-family: 'Caveat', cursive;
    font-size: 220%;
}
.wrap_nav.ittoko ul li:nth-of-type(2n+1) a {
    margin-top: 30px;
}
.wrap_nav.ittoko ul li a {
    color: #000000;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    font-weight: normal;
    width: 130px;
    text-align: center;
	transition: 0.3s all;
}
.wrap_nav.ittoko ul li a:hover{
	filter: brightness(90%);
}
.wrap_nav.ittoko ul li a::after{
    content: none;
}
.wrap_nav.ittoko ul li a::before {
    width: 32px;
    height: 33px;
    display: block;
    content: "";
    transform: rotate(45deg);
    left: calc(100% - 17px);
    top: calc(50% - 16px);
    position: absolute;
    background: inherit;
    z-index: -1;
}














/* ============================

次回放送

=============================*/

.wrap_video{
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
}
.wrap_video .wrap_text{
	padding: 20px;
	align-self: center;
    max-width: calc(100% - 780px);
    min-width: 30%;
}
.wrap_video .wrap_text .title_middle {
    font-size: 16px;
    margin: 10px 0 10px 0;
}
.wrap_video .wrap_text .wrap_onair p {
    font-size: 90%;
    line-height: 1.5;
    padding: 0 0 0 10px;
}



/* YouTube */
#yt-wrap {
  max-width: 780px;
  width: 70%;
  align-self: center;
}
#yt-block {
  margin: 0;
  position: relative;
}

.videoWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper.pv::after {
  display: none;
}
#play,
.paly{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}
#play:hover::after,
.play:hover::after{
	 background-color: #424141;
}
#play::after,
.play::after{
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 80px;
    height: 80px;
    background-color: #000000;
    border-radius: 50%;
    cursor: pointer;
    opacity: .95;
	transition: 0.3s all;
}

#play::before,
.play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 8px);
    transform: translate(-50%,-50%);
    width: 0px;
    height: 0px;
    border: 12px solid transparent;
    border-left: 20px solid #fff;
    box-sizing: border-box;
    z-index: 2;
}


/* ============================

トピックス

=============================*/
.topics{
	background: url(../img/back_tree.jpg) center top;
	padding: 0;
	position: relative;
}
.topics::before {
    content: "";
    background: url(../img/deco_multiple01.png) left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    max-width: 250px;
    height: 100%;
    background-size: contain;
}
.topics::after {
    content: "";
    background: url(../img/deco_multiple02.png) right top no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    max-width: 250px;
    height: 100%;
    background-size: contain;
}



.topics .inner {
    position: relative;
    z-index: 1;
}
.topics .inner .cat {
    position: absolute;
    right: -80px;
    bottom: 20px;
    width: 100px;
}
a.view_all.fashion {
    display: block;
    text-align: right;
    margin: -100px 0 0 0;
    font-size: 90%;
    align-items: center;
}
a.view_all {
    display: block;
    text-align: right;
    margin: -60px 0 0 0;
    font-size: 90%;
}
a.view_all::after {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    display: inline-block;
    transform: rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 0 1px 5px;
}
.topics .title_middle{
	position: relative;
}
ul.topics_slick {
    margin: 15px 0px;
    padding: 0;
}
ul.topics_slick li {
    list-style: none;
}
.topics .column2{
	margin: 0 -1% 0 -1%;
}
.topics .column2 .item{
	width: 23%;
}
.topics .item .wrap_text {
    padding-bottom: 30px;
}
.topics .item .wrap_text .title_small.text_left {
    font-size: 110%;
}
.topics .item a:hover{
    color: #000000;
}
.wrap_info {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.wrap_info time {
    font-size: 90%;
    padding: 0 5% 0 0;
}
.wrap_info i {
    margin: 0;
    padding: 6px;
    position: relative;
	z-index: 2;
}
.wrap_info i::before {
    width: 18px;
    height: 18px;
    display: block;
    content: "";
    transform: rotate(45deg);
    left: calc(100% - 10px);
    top: calc(50% - 9px);
    position: absolute;
    background: inherit;
    z-index: -1;
}


.category .topics .btn::after{
	content: "";
	border-right: 2px solid #4DAFA0;
    border-bottom: 2px solid #4DAFA0;
    height: 10px;
    width: 10px;
    margin: 0 0 3px 10px;
    transform: rotate(45deg);
    display: inline-block;
}
.category .topics .btn.open::after{
    margin: 0 0 0 10px;
    transform: rotate(-135deg);
}



/* ============================

sns

=============================*/
.wrap_sns {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.wrap_sns figure {
    width: 80px;
    align-self: end;
}
.wrap_sns p {
    margin: 0 20px;
}
.wrap_sns .wrap_icom a {
    width: 40px;
    display: inline-block;
    margin: 0 10px;
}
.wrap_sns .wrap_icom a i {
    vertical-align: middle;
}

/* ============================

出演者

=============================*/
.performer_slide {
    padding: 0;
}
.performer_slide li {
    padding: 6px;
}
.performer_slide li .item {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 9px -5px #000000;
    margin: 15px;
	position: relative;
}
.performer_slide li .item::before{
	content: "";
	padding-top: 100%;
	display: block;
}
.performer_slide li .item img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-size: 110%;
}
.performer_slide li .item a:hover img {
	transform: translate(-50%,-50%) scale(1.05,1.05)!important;
	transition: all .3s;
}

.performer_slide li a.item.title {
    background: #4DAFA0;
    padding: 0;
    color: #ffffff;
	text-align: center;
	position: relative;
	display: block;

}
.performer_slide li a.item.title:hover{
	background: #813921;
}
.performer_slide li .item.title .wrap_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    font-size: 150%;
}
.performer_slide li .item.title .text_small::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    display: inline-block;
    content: "";
    margin: 0 2px 0 0;
}

.performer_slide li .item.title .text_small {
    display: block;
    font-size: 15px;
    font-weight: normal;
}


/* ============================

過去の放送

=============================*/

.wrap_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid_template-rows: auto auto;
	margin: 0 -0.85%;
}
.wrap_grid > div {
    background: #ffffff;
    box-shadow: 0px 0px 9px -5px #000000;
	margin: 10px;
}
.wrap_grid .item1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}
.wrap_grid .item1 .item .wrap_img.wide::before {
    padding-top: 56.77%;
}
.wrap_grid .item2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
.wrap_grid .item3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
.wrap_grid .item4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
.wrap_grid .item5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
}
.wrap_grid .wrap_text {
    padding: 10px 20px 20px 20px;
}
.wrap_grid .wrap_text .title_small.text_left {
    margin: 0;
    font-size: 108%;
    font-weight: bold;
}
.wrap_grid .item1 .wrap_text .title_small.text_left {
    font-size: 210%;
    font-weight: bold;
    margin-top: 10px;
}
.wrap_grid .wrap_text .wrap_info{
	position: static;
	margin: 10px 0;
}
.wrap_grid .wrap_text .wrap_detail {
    display: none;
}

/* modal */
.modal .modalInner .wrap_info {
    position: static;
}


.item .play::after {
	background: rgba(0,0,0,0.85);
    width: 60px;
    height: 60px;
    z-index: 0;
}
.item .play::before {
    z-index: 2;
    border: 11px solid transparent;
    border-left: 17px solid #fff;
    left: calc(50% + 8px);
}


/* ============================

今週の衣装

=============================*/
.costume{
	background: url(../img/back_tree.jpg) center top;
	padding: 0;
	position: relative;
}
.costume::before {
    content: "";
    background: url(../img/deco_coffee.png) 0 bottom no-repeat;
    position: absolute;
    bottom: 10%;
    left: 2%;
    width: 9%;
    max-width: 250px;
    height: 100%;
    background-size: contain;
}
.costume::after {
    content: "";
    background: url(../img/deco_cake.png) 0 bottom no-repeat;
    position: absolute;
    bottom: 30%;
    right: 2%;
    width: 9%;
    max-width: 250px;
    height: 100%;
    background-size: contain;
}
.costume .inner {
    padding: 40px 0 80px 0;
	position: relative;
}
.costume .inner .cat {
    position: absolute;
    right: 24%;
    bottom: 0;
    width: 65px;
}
.costume .wrap_item.column4.fashion {
    margin-top: 40px;
}
.costume .title_middle{
	background: url(../img/deco_title.png) center center no-repeat;
}
.costume .title_middle {
    background: url(../img/deco_title.png) left center no-repeat;
    background-size: contain;
    padding: 20px 50px 20px 50px;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}
.costume .item.photo02::after{
	content: "";
	background: url(../img/deco_heart_green.png) 0 0 no-repeat;
	background-size: contain;
	width: 70px;
	height: 54px;
	position: absolute;
	top: -80px;
	left: 0;
}
.costume .item.photo04::after{
	content: "";
	background: url(../img/deco_heart_yellow.png) 0 0 no-repeat;
	background-size: contain;
	width: 70px;
	height: 54px;
	position: absolute;
	top: -80px;
	left: 0;
}

.costume .item figure {
    width: 74%;
    position: relative;
}
.costume .item figure img {
    position: relative;
    max-width: 100%;
    display: block;
    height: auto;
}
.costume .item figure::before {
    content: "";
    background-image: url(../img/deco_frame01.png);
	background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -19px;
    bottom: -17px;
}
.costume .item.photo01 figure::before {
    background-image: url(../img/deco_frame01.png);
}
.costume .item.photo02 figure::before {
    background-image: url(../img/deco_frame02.png);
}
.costume .item.photo03 figure::before {
    background-image: url(../img/deco_frame03.png);
}
.costume .item.photo04 figure::before {
    background-image: url(../img/deco_frame04.png);
}
.costume .item figure::after {
    content: "";
    background-image: url(../img/deco_tape01.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 95px;
    height: 60px;
    position: absolute;
    left: -45px;
    top: -27px;
}
.costume .item:nth-of-type(2n) figure::after{
    left: inherit;
    top: -27px;
	right: -45px;
}
.costume .item.photo01 figure::after {
	background-image: url(../img/deco_tape01.png);
}
.costume .item.photo02 figure::after {
	background-image: url(../img/deco_tape02.png);
}
.costume .item.photo03 figure::after {
	background-image: url(../img/deco_tape03.png);
}
.costume .item.photo04 figure::after {
	background-image: url(../img/deco_tape04.png);
}




/* ============================

公式ツイッター、バナー

=============================*/
.icon_sns{
	width: 30px;
	margin: 0 5px -2px 0;
}
.contact .item.twitter {
    overflow-y: auto;
	height: 440px;
}
.contact .item.netflix{
	background: #3F2F2F;
}
.contact .item.netflix img {
    max-width: 100%;
    display: block;
    height: auto;
}
.contact .item.netflix a{
	color: #ffffff;
}
.contact .item.netflix .wrap_text {
    position: relative;
}
.contact .item.netflix p{
	padding: 10px 0 0 0;
}
.contact .item.netflix p::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 20px 0 0;
}
.bnr.wrap_item.column3 .item {
    margin-bottom: 20px;
}
.bnr.wrap_item.column3 .item img {
    height: auto;
}


/* ============================

一覧

=============================*/
/* mv slick */
ul.category_slide{
	margin: 0;
	padding: 0;
}
ul.category_slide li{
	list-style: none;
}
ul.category_slide a:hover{
	color: #000000;
}
.category_mv{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
ul.category_slide .slick-arrow{
	width: 60px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: calc(50% - 10px);
	height: 60px;
	z-index: 1;
}

ul.category_slide .slick-arrow.slick-next{
	right: 10px;
}
ul.category_slide .slick-arrow.slick-prev{
	left: 10px;
}
ul.category_slide .slick-arrow::after{
	width: 20px;
	height: 20px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
}
ul.category_slide .slick-arrow.slick-prev::after{
	transform: rotate(-135deg);
	left: 25px;
}
ul.category_slide .slick-arrow.slick-next::after{
	transform: rotate(45deg);
	right: 25px;
}

/* mv */
.category_mv .wrap_img{
	width: 65%;
	position: relative;
}
.category_mv .wrap_img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.category_mv .wrap_img.kitchen::before {
    padding-top: 0;
}


.category_mv .wrap_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.category_mv.list:hover {
    opacity: 0.8 ;
	transition: all .3s;
}
.category_mv .wrap_text {
    width: 35%;
    padding: 50px 70px 50px 40px;
	display: flex;
}
.category_mv .wrap_text .vertical {
    align-self: center;
}
.category_mv .wrap_text i.back_white {
    color: #000000;
    padding: 16px 20px;
    position: relative;
    z-index: 1;
    font-weight: normal;
    width: 130px;
    text-align: center;
    background: #ffffff;
    margin: 0 30px 25px 0;
    display: block;
}
.category_mv .wrap_text i.back_white::before {
    width: 32px;
    height: 32px;
    display: block;
    content: "";
    transform: rotate(45deg);
    left: calc(100% - 17px);
    top: calc(50% - 16px);
    position: absolute;
    background: inherit;
    z-index: -1;
}
.category_mv .wrap_text time {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 85%;
}
.category_mv .wrap_text i.tag {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 0 10px 5px 0;
    display: inline-block;
}
.category_mv .wrap_text .title_middle.text_left {
    font-size: 190%;
}

/* キッチンカテゴリ一覧 */
.category .kitchen_list {
	background: url(../img/back_tree.jpg) center top;
	padding: 0;
	position: relative;
}
.category .kitchen_list::before {
    content: "";
    background: url(../img/deco_multiple01.png) left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    max-width: 250px;
    height: 100%;
    background-size: contain;
}
.category .kitchen_list::after {
    content: "";
    background: url(../img/deco_multiple02.png) right top no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    max-width: 250px;
    height: 100%;
    background-size: contain;
}
.category .kitchen_list .inner {
    padding: 15px 0;
}
.category .kitchen_list .title_small {
    font-family: 'Caveat', cursive;
    font-size: 350%;
    margin: 15px 0px;
}


/* ============================

color

=============================*/
.purple .detail .list_ul li:before,
.purple .slick-dots li.slick-active button:before,
.purple .category_mv .wrap_text,
.purple .category_slide{
	background: #B6AEDB;
}
.purple .title_middle.line.text_left{
	border-bottom: 3px solid #FEF675;
}
.green .detail .list_ul li:before,
.green .slick-dots li.slick-active button:before,
.green .category_mv .wrap_text,
.green .category_slide{
	background: #9ED9D0;
}
.green .title_middle.line.text_left{
	border-bottom: 3px solid #FEF675;
}
.pink .detail .list_ul li:before,
.pink .slick-dots li.slick-active button:before,
.pink .category_mv .wrap_text,
.pink .category_slide{
	background: #F4CBD7;
}
.pink .title_middle.line.text_left{
	border-bottom: 3px solid #FEF675;
}
.yellow .detail .list_ul li:before,
.yellow .slick-dots li.slick-active button:before,
.yellow .category_mv .wrap_text,
.yellow .category_slide{
	background: #FEF675;
}
.yellow .title_middle.line.text_left{
	border-bottom: 3px solid #FEF675;
}



/* list */
.category .topics {
    background: #F8F8F8;
}
.category .topics::before,
.category .topics::after{
	content: none;
}

/* ============================

詳細

=============================*/
.detail{}
.detail .back_white {
    margin-bottom: 80px;
}
.detail .back_white:last-of-type {
    margin-bottom: 0;
}
.detail .back_white .w80_block{
	padding: 60px 0 20px 0;
	margin: auto;
}
.detail .back_white .w80_block.kitchen{
	padding: 60px 0;
	margin: auto;
}
.detail .list_dl a {
    color: #0093FF;
    word-break: break-all;
}
.detail .list_dl a:hover{
	text-decoration: underline;
}
.detail .item .wrap_img iframe {
    position: absolute;
    left: 0;
    top: 0;
	transform: translate(0,0);
    width: 100%;
    height: 100%;
	object-fit: none;
    font-family: 'Noto Sans JP';
}
.detail .list_dl dt,
.detail .list_dl dd{
	border-bottom: 1px solid #CCCCCC;
    padding: 20px 0;
	margin-bottom: 0;
}
ul.detail_slide {
    margin: 10px 0 0 0;
    padding: 0;
}
ul.detail_slide li {
    margin: 10px 10px 0 10px;
}
ul.detail_slide img{
    object-fit: cover;
    margin-bottom: 30px;
}
.sasaru {
    display: block;
    width: 30%;
    min-width: 280px;
    margin: 0 auto;
    padding: 5px 0 20px 0;
}


/* キッチン */
.wrap_recipe {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.wrap_recipe .cooking {
    width: 25%;
    font-weight: bold;
}
.wrap_recipe .cooking + .material {
    width: 75%;
}
.wrap_recipe .material.wrap_item {
    margin: 0px auto;
    
}
.wrap_recipe .material .item {
    width: 46%;
    margin: 0 2%;
}
.wrap_recipe .material dt {
    width: 70%;
    padding: 10px 0;
    font-weight: normal;
}
.wrap_recipe .material dd {
    width: 30%;
    padding: 10px 0;
    text-align: right;
}
.wrap_recipe .material dt::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #FEF675;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px -1px 0;
}
.detail .list_ul {
    counter-reset: number 0;
    margin: 0 0 50px 30px;
}
.detail .list_ul li{
	list-style: none;
}
.detail .list_ul li:before {
    counter-increment: number 1;
    content: counter(number);
    color: #000000;
    padding: 5px 0;
    margin: 0 10px 0 -45px;
    font-weight: bold;
    display: inline-block;
    width: 35px;
    text-align: center;
}

/* 詳細ページタイトル */
.detail .title_large {
    padding: 0;
    font-weight: bold;
}
.title_middle.line.text_left {
    padding-bottom: 10px;
}
a.btn_out {
    display: inline-block;
    margin: 50px 0 0 0;
    
}
.btn_out img {
    display: inline-block;
}

/* キッチンカテゴリ一覧 */
.kitchen_list .inner .back_white .w80_block {
    width: 95%;
    padding: 40px 0px;
}
.kitchen_list .title_middle.text_canter {
    font-size: 150%;
}
.wrap_category {
    display: flex;
    flex-wrap: wrap;
    padding: 1%;
    justify-content: space-between;
}
.wrap_category a{
    display: block;
    width: 23%;
    border-bottom: 2px solid #FEF675;
    margin: 5px 3px;
    padding: 5px 0px;
    position:relative;
    /*font-size: 85%;*/
}
.wrap_category a::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px grey;
    border-right: solid 2px grey;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
}



@media screen and (max-width: 1199px) {
/*
============================ TB CSS ============================

TB専用CSS ipadpro 1200px

================================================================
*/

/* ============================

次回放送 1200px

=============================*/
#yt-wrap {
    width: 60%;
}
.wrap_video .wrap_text {
    width: 40%;
	max-width: inherit;
}





}/* end 1200px */

@media screen and (max-width: 1023px) {
/*
============================ TB CSS ============================

TB専用CSS ipadpro 1024px

================================================================
*/


/* ============================

mainvisual 1024px

=============================*/
.mainvisual .onair {
    bottom: 100px;
}
.mainvisual .onair img {
    height: 60px;
}
.mainvisual .wrap_catch {
    display: block;
    bottom: 12px;
    left: 30px;
}
.mainvisual .wrap_catch img {
    height: 30px;
    margin: 0 20px 10px 0;
    display: block;
}




/* ============================

サイト内nav 1024px

=============================*/

.wrap_nav .inner {
    justify-content: center;
}
.wrap_nav .wrap_logo {
    width: 100%;
    text-align: center;
}

/* ============================

付箋ナビ　1024px

=============================*/
.wrap_nav.ittoko ul li {
    padding: 0 40px 0 0;
}
.wrap_nav.ittoko ul li a {
    width: auto;
}

/* ============================

公式ツイッター、バナー　1024px

=============================*/
.contact .item.twitter {
    overflow-y: auto;
    height: 350px;
}

/* ============================

キッチン　詳細　1024px

=============================*/
.category_mv .wrap_img {
    width: 100%;
}
.category_mv .wrap_text {
    width: 100%;
}

/* 縮尺崩れる対策 */
ul.detail_slide img { 
    height: 32vw;
}

}/* end 1024px */

@media screen and (max-width: 767px) {
/*
============================ sp CSS ============================

SP専用CSS 横スマホ　ipad 768px

================================================================
*/
/* ============================

mainvisual 768px

=============================*/
.mainvisual {
    position: relative;
    background: url("../img/mv_202407sp.jpg") no-repeat top center;
    width: 100%;
    height: 100%;
    padding-top: 150%;
    margin: 0 auto;
    background-size: cover;
}

/*.mainvisual::before{
	content: "";
	display: block;
	padding-top: 105%;
}*/
/*
.mainvisual .logo img {
    height: auto;
}
*/
/*.mainvisual .onair {
    bottom: 30%;
	display: block;
	left: 10px;
}
.mainvisual .onair img {
    max-height: 60px;
    display: block;
    margin: 0;
	height: auto;
}
.mainvisual .wrap_catch {
    display: block;
    bottom: calc(30% - 60px);
    left: 10px;
}
.mainvisual .wrap_catch img {
    height: 23px;
    margin: 0 20px 0 0;
    display: block;
}*/

/* ============================

ヘッダー余白 768px

=============================*/
	.header_space{
		height: 30px;
		width: 100%;
		background: #fff;
		z-index: 1; 
	}

/* ============================

サイト内nav 768px

=============================*/
.wrap_nav .inner {
    width: 100%;
	padding: 10px 0 0 0;
}
.wrap_nav .wrap_logo img {
    display: block;
    margin: 0 auto 10px auto;
}
.wrap_nav .wrap_logo img:first-of-type {
    margin: 10px auto 0;
	position: relative;
}
.wrap_nav .wrap_logo .onair::before {
    content: none;
}
.wrap_nav .wrap_logo .onair {
    margin: 0;
    padding: 10px 40px;
    font-size: 100%;
}
.wrap_nav .wrap_logo .onair br {
    display: none;
}
.wrap_nav ul {
    width: 100%;
	margin-bottom: 0;
}
.wrap_nav ul li {
    width: 50%;
    border-top: 1px solid #ffffff;
}
.wrap_nav ul li a {
    text-align: center;
    padding: 20px;
}
.wrap_nav ul li:nth-of-type(2n) {
    border-left: 1px solid #ffffff;
}
.wrap_nav ul li a::after{
    content: none;
}
.wrap_nav ul.pageLink {
    margin-top: 16px;
}

/* ============================

付箋ナビ　768px

=============================*/
.wrap_nav.ittoko::before,
.wrap_nav.ittoko::after{
    width: 30%;
}
.wrap_nav.ittoko ul {
    padding: 20px;
    background: url(../img/deco_nav03_sp.png) center top no-repeat;
    background-size: contain;
}
.wrap_nav.ittoko ul li:first-of-type {
    width: 100%;
}
.wrap_nav.ittoko ul li:nth-of-type(2n+1) a {
    margin: 10px 0;
}

.wrap_nav.ittoko ul li a {
    margin: 10px 0;
}
.wrap_nav.ittoko ul li a::before {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
}




/* ============================

次回放送 768px

=============================*/
#yt-wrap {
    width: 100%;
}
.wrap_video .wrap_text {
    width: 100%;
}

.wrap_video .wrap_text .wrap_onair p {
	font-size: 100%;
}


/* ============================

トピックス 768px

=============================*/
.topics::after,
.topics::before{
    width: 40%;
}
.topics .inner .cat {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 76px;
}
.topics .slick-list{
	/*overflow: visible;*/
}
.topics .column2{
	margin: 0;
}
.topics .column2 .item {
    width: 46%;
    margin: 0 2% 40px 2%;
}
.item .title_small.text_left {
    font-size: 110%;
}
.wrap_info time {
    font-size: 70%;
    padding: 0 2% 0 0;
}
.wrap_info i {
    font-size: 65%;
}
.wrap_info i::before {
    width: 16px;
    height: 16px;
	top: calc(50% - 8px);
	left: calc(100% - 8px);
}


/* ============================

sns 768px

=============================*/

.wrap_sns {
    padding-top: 20px;
}
.wrap_sns p {
    order: 1;
}
.wrap_sns .wrap_icom {
    order: 2;
	margin: 15px 0;
}
.wrap_sns figure {
    order: 3;
}


/* ============================

出演者 768px

=============================*/
.performer_slide li {
    padding: 0;
}
.performer_slide li .item {
    margin: 10px;
}
.performer_slide li .item.title .wrap_text {
    font-size: 110%;
}
.performer_slide li .item.title .text_small {
    font-size: 13px;
}

/* ============================

過去の放送 768px

=============================*/
.wrap_grid {
    display: flex;
    flex-wrap: wrap;
}
.wrap_grid > div {
    margin: 10px 1.5%;
    width: 47%;
}
.wrap_grid .item1 {
    width: 100%;
}
.wrap_grid .item1 .wrap_text .title_small.text_left {
    font-size: 130%;
}
.item .play::after {
    width: 40px;
    height: 40px;
}
.item .play::before {
    border: 7px solid transparent;
    border-left: 13px solid #fff;
    left: calc(50% + 5px);
}
.wrap_grid .wrap_text {
    padding: 10px 10px 10px 10px;
}
.wrap_grid .wrap_text .title_small.text_left {
    font-size: 82%;
}



/* ============================

今週の衣装 768px

=============================*/
.costume::after {
    bottom: 20px;
    right: 60%;
    width: 18%;
    height: 100px;
    background-size: contain;
}
.costume::before {
    bottom: 4%;
    left: 4%;
    width: 16%;
    height: 200px;
}
.costume .item{
	margin: 0 auto;
}
.costume .item figure {
    width: 82%;
    position: relative;
	margin: 0 auto;
}
.costume .item:nth-of-type(2n){
	margin-top: 40px;
}
.costume .item.photo04::after {
    content: none;
}


/* ============================

公式ツイッター、バナー 768px

=============================*/

.wrap_item.column2 {
    margin: 0;
}
.wrap_item.column2.contact > .item {
    width: 100%;
}
.bnr.wrap_item.column3 .item {
    width: 100%;
}


/* ============================

一覧 768px

=============================*/
/* slick */
.category_slide .slick-dots {
    bottom: -40px;
}
ul.category_slide .slick-arrow {
    width: 40px;
    top: calc(100% + 30px);
    height: 40px;
	box-shadow: 0px 0px 12px -6px rgb(0 0 0 / 60%);
	z-index: 2;
}
ul.category_slide .slick-arrow::after {
    width: 10px;
    height: 10px;
    top: 15px;
}
ul.category_slide .slick-arrow.slick-next {
    right: 50px;
}
ul.category_slide .slick-arrow.slick-prev {
    left: 50px;
}
ul.category_slide .slick-arrow.slick-prev::after {
    left: 18px;
}
ul.category_slide .slick-arrow.slick-next::after {
    right: 18px;
}



/* mv */
.category_mv .wrap_img{
	width: 100%;
}
.category_mv .wrap_text {
    width: 100%;
    padding: 5%;
	display: block;
}
.category_mv .wrap_text i.back_white {
    margin: 0 0 10px 0;
}

/* キッチンカテゴリー一覧 */
.kitchen_list .title_middle.text_canter {
    font-size: 150%;
}
.kitchen_list .back_white .w80_block{
	padding: 30px 4% 4% 4%;
}
.kitchen_list .wrap_category a {
    width: 45%;
}


/* ============================

詳細 768px

=============================*/
.detail .title_large {
    font-size: 150%;
}
.detail .back_white .w80_block,
.detail .back_white .w80_block.kitchen {
	padding: 30px 4% 4% 4%;
}
.detail address dl.list_dl dt {
    border-bottom: none;
    padding: 20px 0 0 0;
}
.detail address dl.list_dl dd {
    padding: 5px 0 20px 0;
}
.wrap_recipe .cooking {
    width: 100%;
}
.wrap_recipe .material {
    width: 100%;
    
}
.wrap_recipe .material .item {
    width: 100%;
    margin: 0;
}
/* 縮尺崩れる対策 */
ul.detail_slide img { 
    height: 36vw;
}




}/* end 768px */





@media screen and (max-width: 479px) {
/*
============================ sp CSS ============================

SP専用CSS 縦スマホ 480px

================================================================
*/
/*  480px */


}/* end 480px */
