@charset 'utf-8';

/* ==========================================================
 背景色変更
========================================================== */
body{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.hero-program-01 {
    background-color: #fff;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}
.bg {
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}
.inner {
    background-color: #fff;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.container {
    background-color: #fff;
}
/* 背景色を指定 */
/*
.contents {
	background: #F8E7EF;
}
*/

/* 背景黒の時は要素間の罫線消した方が良いかも */
/*
		.sec-cmn-01 + .sec-cmn-01 {
			border-top: none;
		}

		.area-brd {
			border-top: none;
			border-bottom: none;
		}
		*/

/* コンテンツ背景色変更（コンテンツ全面の場合）
------------------------------------------------ */
/*
.contents-main .container {
	background: #F8E7EF;
}

.s-bg-gray .container {
  background-color: #ededed;
}

.container.bnr-footer-wrap,
.container.sec-related-programs,
.container.related-info-wrap {
  background-color: #F8E7EF;
}

.container.bnr-footer-wrap .ttl-cmn-01,
.container.sec-related-programs .ttl-cmn-01,
.container.related-info-wrap .ttl-cmn-01 {
	color: #000;
}

.list-cmn-btn-01 {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 767px) {

}
*/

/* コンテンツ背景色変更（コンテンツ白・縁カラーの場合）
------------------------------------------------ */
/*
.contents-main .container {
	padding-right: 30px;
	padding-left: 30px;
	background: #FFF;
}

.s-bg-gray .container {
  background-color: #ededed;
}

.container.bnr-footer-wrap,
.container.sec-related-programs,
.container.related-info-wrap {
  background-color: #F8E7EF;
}

.container.bnr-footer-wrap .ttl-cmn-01,
.container.sec-related-programs .ttl-cmn-01,
.container.related-info-wrap .ttl-cmn-01 {
	color: #000;
}

.s-bg-gray {
	max-width: 1024px;
	margin: 0 auto;
}

.list-cmn-btn-01 {
	max-width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.container.are-sns-share-wrap {
		width: 95%;
		margin: 0 auto;
	}
	.contents-main .container {
		width: 95%;
		padding-right: 15px;
		padding-left: 15px;
		background: #fff;
	}
	.s-bg-gray .container {
		background-color: #ededed;
	}
	.s-bg-gray + .container {
		width: 95%;
		margin: 0 auto;
	}
	.contents-main .container-sp-no {
		padding-right: 0;
		padding-left: 0;
  }
	.s-bg-gray {
		width: 95%;
		margin: 0 auto;
	}
	.list-cmn-btn-01 {
		width: 95%;
		margin: 0 auto;
	}
}
*/

/* news.htmlインクルード部分（背景色変える場合）
----------------------------------------------- */
/*
.sec-cmn-news-01 .container {
  background-color: #333;
}

.sec-cmn-01 {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.sec-cmn-news-01 .container {
		background-color: #333;
	}

	.sec-cmn-01 {
		margin-left: auto;
		margin-right: auto;
	}
}
*/

/* ==========================================================
 hero-cmn
========================================================== */
.hero-cmn-subpage
{
	background : #003576;
}

.smallFont {
	font-size: .7rem;

}

.guestBox {
	display: flex;
	width: 90%;
	margin: 0 auto;
	flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.photo_left{
	justify-content: flex-start;
}

.item {
	width: 50%;
}
.item02 {
	width: 25%;
}
.item03 {
	width: 30%;
}
.item img {
	width: 100%;
}
.guestBox figcaption {
	text-align: center;
}
	.bnrArea {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 800px;
		margin-top: 30px;
	}

	.bnrArea img {
		width: 100%;
/*		border-radius: 10px;
		border: 2px solid #000;
*/	}

	.bnrSpinBox {
		width: 500px;
		margin: 40px auto;
	}
	.bnrSpinBox img {
		width: 100%;
	}

	.catchTxt {
		font-size: 1.5rem;
		color: #cc0000;
	}

.ttl-cmn-03 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
	font-size: 2rem;
}

.ttl-cmn-03:before {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #f00;
}

.ttl-cmn-04  {
	max-width: 600px;
    position: relative;
    padding:0.25em 1em;
	display:block;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 1.5rem;
}
.ttl-cmn-04:before,.ttl-cmn-04:after{
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.ttl-cmn-04:before{
    border-left: solid 1px #444444;
    border-top: solid 1px #444444;
    top:0;
    left: 0;
}
.ttl-cmn-04:after{
    border-right: solid 1px #444444;
    border-bottom: solid 1px #444444;
    bottom:0;
    right: 0;
}
.ttl-cmn-04 h3 {
    margin: 0;
    padding: 0;
}

.txt-areafull{
	width: 80%;
  padding:2.5em;
	background: url("../img/bg.png") no-repeat;
	background-size: 100% 100%;
	line-height: 2.8em;
  overflow: hidden;

}
.txt-areafull p{
	display: inline;
	border-bottom: 1px dashed #333333;
}
.center{
	text-align: center;
}
 .ttl-cmn-01{
	 display: inline-block;
  position: relative;
  padding: 6px;
background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.ttl-cmn-01 span {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
}
.ttl-cmn-01:before {
   display: none;
}
 .ttl-cmn-02{
	 position: relative;
padding: 1rem 1rem;
  color: #333;
	 border-left: 5px solid #f00;

}
 .ttl-cmn-05{
	 position: relative;
padding: 1rem 1rem;
  color: #333;
	 border-left: 5px solid #9370DB;
	 font-size: 1.2rem;
	 margin-bottom: 50px;

}
.text-catch{
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.red{
	color: #f00;
	font-weight: bold;
}
.purple{
	color: #9370DB;
	font-weight: bold;
	font-size: 1.2rem;
}
.airtime{
	color: #f00;
	font-weight: bold;
	font-size: 1.2rem;
}

.sns_tw{
	text-align: center;
	width: 80%;
	height:auto;
	margin: 4% auto 30px;
	border: solid #9370DB 6px;
}
a:hover {
  opacity: 0.8;
}
.pc { display: block !important; }
.sp { display: none !important; }


/*recipe*/

.recipe_box {
    width:80%;
    border:3px solid #A28C63;
    outline: 1px solid #A28C63; /* 線幅、線のスタイル、カラー */
outline-offset: -10px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
padding:2%;
	margin: 0 auto 30px;
}


.recipe_inner{
  background: #fff;
	padding: 10px 40px;
}


.recipe_title {
  position: relative;
  padding: 1.5rem 1rem;
	font-size: 1.8rem;

}

.recipe_title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #f00, #f00 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #f00, #f00 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.read{
	color: #F5C3C2;

}
.bk_ingredients{
	color: #333;
	padding: 10px 20px;
	background-color: #F5C3C2;
	border-radius: 30px;
		font-weight: bold;

}
.ayan_bnr{
	width: 80%;
	margin: 0 auto;
}
.ayan_bnr li{
	margin: 30px auto;
}

.recipe_photo{
display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}


/*プレゼント応募方法*/
.present_application{
	width: 80%;
	margin: 0 auto;
}
.present_application dt{
	font-weight: bold;
	padding: 10px;
	font-size: 1.2rem;
}
.present_application dd{
padding-bottom: 30px;}

.fl_box{
display: flex;
	align-items: center;
	padding-top: 30px;
}
.present_item{
	width: 200px;
}

.application_box{
	background: #F00;
	color: #Fff;
	padding:2px 10px;
}

.nextoa{
font-size: 1.5rem;
margin-bottom: 10px;
	color: #f00;
}

.present_ramen{
	width: 600px;
	margin: 0 auto 20px;
}

.present_ramen img {
	width: 100%;
}

.form_img {
	max-width: 60%;
	text-align: center;
}


/*バックナンバー*/

.backnumber_box{
	margin-bottom: 50px;
	border-bottom: 1px dashed #ECECEC;
	padding:2%;

}
.backnumber_box h3{
	color: #f00;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.backnumber_box h3:before{
	content: "◆";
	margin-right: 0.5em;
}

.backnumber_box a{
	color: #9370DB ;
	text-decoration: underline;
}
@media screen and (max-width: 767px)
{
	.hero-cmn-subpage
	{
		background : #003576;
	}


.guestBox {
	display: block;
	width: 90%;
}

.item {
/*	margin: 1rem;
	width: calc(100% / 2 - 40px );
*/}
.item {
	width: 100%;
}
.item02 {
	width: 100%;
}
.item03 {
	width: 100%;
}
.item img {
	width: 100%;
}
		.bnrArea {
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		margin: 20px auto 0;
	}

	.bnrArea li {
		margin: .5rem auto;
	}

	.bnrArea img {
		width: 100%;
/*		border-radius: 10px;
*/	}
		.bnrSpinBox {
		width: 80%;
	}
	.smallFont {
font-size: .7rem;
		    letter-spacing: -0.1em;

}
 .ttl-cmn-05{
	 position: relative;
padding: 1rem 1rem;
  color: #333;
	 border-left: 5px solid #9370DB;
	 font-size: 1.2rem;
	 margin-bottom: 50px;

}
.sns_tw{

	width: 100%;
}

	.txt-areafull {
    width:100%;
    padding: 2.5rem;
    margin: 0 auto;
}
	.ttl-cmn-04,.ttl-cmn-05 {

    font-size: 1.1rem;
}
	.airtime {
    font-size: 1.1rem;
}
	.purple {
    font-size: 1.1rem !important;
}
	.ttl-cmn-02 {
    font-size: 1.4rem!important;
}
	.pc { display: none !important; }
    .sp { display: block !important; }

	.recipe_box {
    width:100%!important;
}
	.recipe_inner {
    padding: 10px;
}
	.ttl-cmn-03 {
    padding: 1rem;
    text-align: center;
    font-size: 1.5rem;
		line-height: 1.5;
}

	.recipe_title {
    position: relative;
    padding: 1rem 0.5rem;
    font-size: 1.2rem;

	}
	.fl_box{
		display: block;
	}

	.present_application {
    width: 100%;
}
	.ayan_bnr {
    width: 100%;
}

	.backnumber_box h3{
	font-size: 1rem;
}

.present_ramen{
	width: 90%;
	margin: 0 auto 20px;
}

}







/* ==========================================================
 contents
========================================================== */
.ttl-cmn-section
{
	margin-bottom : 5px;
}

.ttl-cmn-02
{
	padding-top : 1em;
	font-size: 1.4rem;
}
.ttl-cmn-02
{
	font-size: 1.6rem;
}

.box-staff-01
{
	margin: 10px;
/*	display : inline-flex;
	flex-direction : row;
	flex-wrap : wrap;
	font-size : 1.1rem;
*/}

.castName li
{
	font-weight : bold;
	padding : 0 1rem;
	text-align: left;
}

.txt-areafull
{
    padding: 1.5rem;
    margin: 0 auto;
}

.photoArea2col
{
	width : 100%;
	display : inline-flex;
	flex-direction : row;
}

.photoSize
{
	width : 500px;
	padding : 5px;
}


/* ==========================================================
 ボタンリンク
========================================================== */
.btnB
{
	display : inline-block;
	padding : 0.25em 0.5em;
	text-decoration : none;
	font-size : 1.2rem;
	color : #ffffff;
	background : #e3052f;/*背景色*/
	border-bottom : solid 2px #cf062c;/*少し濃い目の色に*/
	border-radius : 4px;/*角の丸み*/
	box-shadow : inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight : bold;
	text-align : center;
	display : block;
	margin : 0 auto;
}
.btnsquare
{
	display : inline-block;
	padding : 0.25em 0.5em;
	text-decoration : none;
	font-size : 2rem;
	color : #ffffff;
	background : #e3052f;/*背景色*/
	border-bottom : solid 2px #cf062c;/*少し濃い目の色に*/
	border-radius : 4px;/*角の丸み*/
	box-shadow : inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight : bold;
	width : 500px;
	text-align : center;
	display : block;
	margin : 0 auto 20px;
}

.btnsquare:active
{
	border-bottom : solid 2px #e3052f;
	box-shadow : 0 0 2px rgba(0, 0, 0, 0.30);
}
	.movieArea {
		width: 640px;
		margin: 0 auto 20px;
	}

.youtubeMovie {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

.youtubeMovie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	.spOnly
	{
		display : none;
	}
	.pcOnly
	{
		display : block;
	}
.fontB {
	font-size: 1.2rem;
	text-align: center;
	font-weight: 700;
}
.teljtb {
		font-size: 1.4rem;
	font-weight: 700;
}
	img {
    width: 100%;
}

.box-staff-01 .name-01 {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 0.8rem;
}

.box-staff-01 .name-02 {
	font-size: 14px;
	color: #e71621;
	line-height: 1.5;
	width: 100%;
	display: block;
}

.box-staff-01 .name-03 {
	font-size: 14px;
	color: #162c55;
	line-height: 1.5;
	width: 100%;
	display: block;
}

.txt-para-01 a {
	color: #e71621;
	text-decoration: underline;
}

/* アコーディオン */

.acd-check{
    display: none;
}
.acd-label{
    background: #231815;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
		position: relative;
}
.acd-label:after{
background: #333;
    box-sizing: border-box;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
		height: 48
		px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.backNumberBox {
	padding: 1rem;
}

.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/* info */
.info{
	background-color: #f6f0c4;
	background-image: linear-gradient(315deg, #f6f0c4 0%, #d99ec9 74%);
	padding: 3%;
	margin-top: 30px;

}
.info_inner{
	background-size: auto auto;
		background-color: rgba(248, 217, 217, 1);
		background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(248, 234, 234, 1) 10px, rgba(248, 234, 234, 1) 20px );
	padding: 2%;
	
}
.btn-copy {
	display: inline-block;
	font-family:sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	padding:1%;
		background-color: #fff;
		color: #ff43b4;
		box-shadow: 5px 5px 0px -2px #777;
  }

  .info_textbox{
	font-family:sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.5;
	margin-top: 30px;
  }
  .textdecoration {
	position: relative;
	padding: 0.2rem 0.2rem calc(0.2rem + 3px);
	margin: 0.5rem;
  }
  
  .-pink{
	background: #f8d8f0;
	color: #ce3ca7;
	box-shadow: 5px 5px 0px -2px #ce3ca7;
  }
.-green{
	background: #d8f8ed;
	color: #4ec26b;
	box-shadow: 5px 5px 0px -2px #4ec26b;
}
.-purple{
	background: #f1dcef;
	color: #943cce;
	box-shadow: 5px 5px 0px -2px #943cce;
}
.btn_box{
	display: inline-block;
	font-family:sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #fff;
color: #f00;
padding: 1%;
margin-top: 30px;
box-shadow: 5px 5px 0px -2px #777;
}
.font_serif {
	display: inline-block;
	font-family:sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 30px;
}
@media screen and (max-width: 767px)
{
	.photoArea2col
	{
		display : block;
	}

	.photoSize
	{
		width : 100%;
	}

	.btopsInfo dt
	{
		width : 100%;
	}

	.btopsInfo dd
	{
		width : 100%;
		color : #cc0000;
		font-weight : bold;
	}

	.txt-para-01:not(:last-child)
	{
		margin-top : 15px;
	}

	.btnsquare
	{
		width : 94%;
		font-size : 1.2rem;
	}

	.spOnly
	{
		display : block;
	}
	.pcOnly
	{
		display : none;
	}
.acd-label:after{

    height: 40px;

}
.movieArea {
	width: 90%;
	margin: 20px auto;
}

	.form_img {
	max-width: 95%;
	text-align: center;
	margin: 0 auto;
}

.btn-copy {
	font-size: 1.4rem;
  }
  .info_textbox{
	font-size: 1.2rem;

  }
  .btn_box{
	font-size: 1.4rem;
}
.font_serif {
	font-size: 1.4rem;
}
}


/* 画像ガード */
.s-cmn-protect {
	position: relative;
	display: inline-block;
	pointer-events: auto;
}

.s-cmn-protect::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	position: absolute;

	top: 0;
	left: 0;
}



@media print {
	.s-cmn-protect {
		display: none;
	}

}
