@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */

@media print {
	.image {
		display: none;
	}

	.gard img {
		display: none;
	}
}
/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
    background: url(../images/bg.png) repeat center;
	background-size: contain;
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before {
	background-color: #d90007;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #ff6fac;
}

.wrapper section:not(:last-child) {
    border-bottom: 1px solid #fff;
}
/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP)
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
	justify-content: space-around;
}

/*メニューの文字色*/
.nav a {
	color: #fff;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #ffe553;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #ff9800;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-color: #bce2ff;
}

/*コンテンツ背景*/
.contents {
	background-color: #fff;
}

/*スライダーの矢印ボタン：ホバー*/
.slick-arrow:hover {
	background-color: #000;
}

.catch{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #3e220d;
	margin-bottom: 3rem;
}
.comment_box{
	color: #3e220d;
	background-color: #09cbb141;
	padding: 1em;
}
.comment_ttl{
	font-weight: bold;
}
.comment_text{
	font-style: italic;
}
.captxt {
 font-size:120%!important;
 font-weight: 700;
 color: #ff6fac!important;
}
.scaptxt {
 font-size:90%!important;
 font-weight: 700;
 color: #ff6fac!important;
}

.catch-txt {
	font-size: 2.4rem;
	text-align: left;
	font-weight: 700;
	line-height:3.6rem;
	margin: 1rem;
	color: #fd3802;
}

.cast_btn_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cast_btn_3 li {
    width: calc(310 / 650 * 100%);
    margin-top: calc(40 / 650 * 100%);
}
#recipe h6 {
	margin-top: 2rem;
	font-size:2.4rem;
	line-height:3rem;
	padding:.5rem;
	font-weight:700;
}
.recipe-txt {
	background-color: #fff7e8;
	border-radius: 2rem;
	padding:2rem;
	border:1px dotted #ff6fac;
}

.recipe-txt li {
	font-size:2rem;
	line-height:3rem;
	border-bottom: 1px dotted #ababab;
}
.back-btn {
	width: 70%;
	margin: 30px auto;
	border-radius: 5rem;
	background-color: #ffdd01;
}
.back-btn a {
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 1rem;
}
.back-btn:hover {
background-color: #ff6fac;
}

.item {
	width: 100%;
}
.item02 {
	width: 25%;
}
.item img {
	width: 100%;
}
.box-staff-01 {
    margin: 10px;
}
.staff_list1 dl, .staff_list2 dl{
	display: block;
}

.staff_list1 dd, .staff_list2 dd{
color: #000;
}


.ttl_h2 {
	color: #1922ad;
}

.intro {
	line-height: 1.8;
	font-size: 1.2em;
}
.intro span {
	background-color: #ffe553;
	color: #1922ad;
	padding: 0 0.5em;
	margin: 0 0.5em;
	font-weight: bold;
}
.intro strong {
	color: #d90007;
	font-weight: bold;
	font-size: 1.2em;
}
.intro_catch {
	padding-top: 1em;
	font-size: 1.6em;
	color: #d90007;
	font-weight: bold;
}

.sp { display: block; }
.pc { display: none; }

@media screen and (min-width: 768px) {
	.sp { display: none; }
	.pc { display: block; }
}

.cast {
	padding-top: 1em;
	font-size: 1.2em;
}
.cast strong {
	color: #1922ad;
}

/* ==========================================================
	archives
========================================================== */

.archives h3 {
	background-image: url(../images/bg.jpg);
	color: #1922ad;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}
.archives p {
	padding: 1em 0 4em;
}
.archives p span {
	display: block;
	color: #d90007;
	padding-top: 1em;
}

.archives img {
	border-bottom: #d90007 2px solid;
	border-right: #d90007 2px solid;
	border-top: #1922ad 2px solid;
	border-left: #1922ad 2px solid;
}

.backnumber li h3 {
	font-size: 1em;
	display: flex;
	align-items: center; 
	justify-content: center;
	text-align: center;
	height: 4.5em;
	line-height: 1.5;
	margin: 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
  }

ul.backnumber {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
  }
  
  ul.backnumber li {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
  }
  
  @media (max-width: 768px) {
	ul.backnumber {
	  grid-template-columns: repeat(2, 1fr);
	}
  }

/* ==========================================================
	popup
========================================================== */

.popup_area {
	display: flex;
}

.popup_inner {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: auto;
	padding: 0;
}

.popup_close {
	top: inherit;
	bottom: calc(100% + 1.5rem);
	margin: 0;
	border-color: #1922ad;
	background-color: #1922ad;
}

.popup_close::before,
.popup_close::after {
	width: 2px;
	background-color: #ffffff;
}

.popup_close:hover {
	border-color: #d90007;
	background-color: #d90007;
}

.popup_close:hover::before,
.popup_close:hover::after {
	background-color: #ffffff;
}

.popup_movie_embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.popup_movie_embed * {
	line-height: inherit;
}

.popup_movie_embed iframe {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.popup_movie_embed .video-js {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

/* ==========================================================
	special
========================================================== */

.special {
	border-bottom: #d90007 2px solid;
	border-right: #d90007 2px solid;
	border-top: #1922ad 2px solid;
	border-left: #1922ad 2px solid;
	text-align: center;
	padding: auto;
}

.special_block {
	margin: 1em 1em 0;
}
.special_block img {
	box-shadow:5px 5px 10px #b2b2b2;
}
.special_block h3  {
	font-size: 1.4em;
	color: #1922ad;
	font-weight: bold;
}
.special_block h3 span {
	display: block;
	background-color: #d90007;
	color: #fff;
	padding: 0.2em;
	border-radius: 50px;
	margin-bottom: 1em;
	font-size: 0.7em;
}
.special_block p  {
	color: #d90007;
	font-weight: bold;
	font-size: 1.4em;
	padding: 1em 0;
}
.special h4 {
	color: #1922ad;
	font-size: 1em;
	font-weight: bold;
	font-size: 1.2em;
	padding: 1em 0;
}
.special h4::before {
	content: "━　";
}
.special h4::after {
	content: "　━";
}
.special a.dl_btn {
	width: 18em;
	font-size: 1.2em;
	background-color: #1922ad;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	box-shadow:5px 5px 10px #b2b2b2;
	margin: 2em auto 0;
	padding: 1em 0; 
}