@charset "utf-8";
/* CSS Document */
#mainBlock h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    font-size: 250%;
    line-height: 140%;
    letter-spacing: 2px;
    color: #603813;
    margin: 100px 0 60px;
    text-align: center;
}
#mainBlock h2 span {
    border-bottom: 1px solid #603813;
    padding: 5px;
}
#mainBlock .text {
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
}
#mainBlock .fvTitleSet h2{
	margin: 0;
}
#about ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#about ul li {
    margin: 5px 0;
    width: 49%;
}
#about ul li img{
    width: 100%;	
}
#history ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#history ul li {
    margin: 5px 0;
    width: 49%;
}
#history ul li img{
    width: 100%;	
}

#abroad .abroadimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
#abroad .abroadimg li {
    margin: 5px 0;
    width: 49%;
}
#abroad .abroadimg li img{
    width: 100%;	
}
#abroad .comment{
	position:relative;
	background:#f7ebcb;
	border-radius:10px;
	padding:20px;
	font-size: 17px;
}
#abroad .comment span {
	display: block;
	border-top:1px solid #ae7d01;
	padding-top:10px;
	text-align: right;
	color: #ae7d01;
	font-size: 18px;
}
#abroad .balloon li{
    position: relative;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #ae7d01;
    background-color: #fff;
    color: #333;
	margin: 0 10px 20px 10px;
    display: inline-block;
	font-size: 18px;
}
#abroad .balloon li:before {
    position: absolute;
    top: 100%;
    left: 50px;
    transform: skew(-25deg);
    height: 13px;
    width: 12px;
    border-right: 3px solid #ae7d01;
    background-color: #fff;
    content: "";
}
#abroad .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#producer .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#producer .flex .img img{
    width: 93%;
    border-radius: 10%;
}
#producer .flex .text {
	width: 105%;
}
#producer .comment{
	position: relative;
    border-top: 2px solid #ae7d01;
    border-bottom: 2px solid #ae7d01;
    padding: 20px;
    margin: 30px 0;
	font-weight: 500;
	color: #212529;
}
#producer .comment:before{
    position:absolute;
    background-color:#FFFFFF;
    color:#ae7d01;
    content:'“';
    line-height:1;
    text-align:center;
    top:-11px;
    left:-10px;
    font-size:50px;
}
#producer .comment:after{
    position:absolute;
    right:-10px;
    bottom:-27px;
    background-color:#FFFFFF;
    color:#ae7d01;
    content:'”';
    line-height:1;
    text-align:center;
    font-size:50px;
}
#producer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#producer ul li {
    margin: 5px 0;
    width: 49%;
}
#producer ul li img{
    width: 100%;	
}

#how .flow {
  border-top: 1px solid #ddd;
  width: 100%;
}
#how .flow:nth-of-type(1) {
  border-top: 0;
}
#how .content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
#how .content.one {
  padding-top: 0;
}
#how .number {
  position: relative;
    margin-right: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ae7d01;
    color: #fff;
    font-size: 20px;
}
#how dl {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}
#how dl dt{
	width: 110px;
    margin-right: 20px;
}
#how dl dt img{
	width: 100%;
	border-radius: 10%;
}
#how dl dd h3 {
	margin-right: 48px;
	flex-basis: 298px;
	color: #ae7d01;
	font-size: 24px;
}
#how dl dd {
	line-height: 1.5;
	font-size: 18px;
}

#better h3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    font-size: 180%;
    line-height: 100%;
    letter-spacing: 2px;
    color: #603813;
    margin: 20px 0px 10px;
    border-bottom: 1px dotted #948643;
    padding: 5px;
}
#better .button{
	text-align: right;
	margin:-30px 0 30px 20px;
}
#better .button a {
	line-height: 1.6em;
    background: #ae7d01;
    color: #fff;
    border-radius: 20px;
    padding: 3px 17px;
	font-size: 18px;
}
#better p img{
	margin: 0 auto;
	display: block;
}

#parts p img{
	margin: 0 auto;
}
#parts table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
}
#parts table th, #parts table td {
    padding: 15px;
}
#parts table th {
    text-align: left;
    width: 18%;
    overflow: visible;
    position: relative;
    font-weight: bold;
    font-size: 120%;
}
#parts table th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
#parts table th::after {
	float: right;
	padding: 0;
	left: 30px;
	top: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border: 10px solid transparent;
	border-left: #295890 10px solid;
	margin-top: -10px;
}
}
#parts table td {
    background: #f8f8f8;
    padding-left: 25px;
}
#parts #parts1{
	background-color: #CFCEED;
}

#parts #parts1:after{
	border-left-color: #CFCEED;
}

#parts #parts2{
	background-color: #C3E7FE;
}

#parts #parts2:after{
	border-left-color: #C3E7FE;
}

#parts #parts3{
	background-color: #FF9AAF;
}

#parts #parts3:after{
	border-left-color: #FF9AAF;
}

#parts #parts4{
	background-color: #CDE1C4;
}

#parts #parts4:after{
	border-left-color: #CDE1C4;
}

#parts #parts5{
	background-color: #F2D091;
}

#parts #parts5:after{
	border-left-color: #F2D091;
}
#parts #parts6{
	background-color: #F5CFE8;
}

#parts #parts6:after{
	border-left-color: #F5CFE8;
}

#day .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
#day .flex .img {
    position: relative;
}
#day .flex .text {
    width: 70%;
    margin-top: 20px;
}
#day .flex .text span {
    font-weight: bold;
    font-size: 135%;
    line-height: 100%;
    letter-spacing: 4px;
    background: linear-gradient(transparent 60%, #FDEE61 60%);
    padding-top: 10px;
    display: initial;
	color: #212529;
}
#day .button{
	text-align: right;
	margin:0 0 30px 20px;
}
#day .button a {
	line-height: 1.6em;
    background: #ae7d01;
    color: #fff;
    border-radius: 20px;
    padding: 3px 17px;
	font-size: 18px;
}

#recipe p{
	text-align: center;
}
#recipe .btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
  background: #212529;
}
#recipe .btn span {
  position: relative;
}

#recipe .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #ae7d01;
}

#recipe .btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#shop p{
	text-align: center;
}
#shop .btn {
  font-size: 18px;

  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
  background: #212529;
}
#shop .btn span {
  position: relative;
}

#shop .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #ae7d01;
}

#shop .btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}
@media screen and (max-width:640px){
	img {
    	width: 100%;
	}
	#about ul li {
    	width: 100%;
	}
	
	#history ul li {
		width: 100%;
	}
	
	#abroad .abroadimg li {
		width: 100%;
	}
	#abroad .img li {
		width: 100%;
	}
	#abroad .balloon li {
		margin: 0 0 15px 0;
		padding: 10px 20px;
		font-size: 18px;
		font-weight: 500;
	}
	#abroad .flex {
		display: block;
	}
	#abroad .flex .balloon {
		width: 100%;
		margin: 20px 0;
	}
	#abroad .flex .img img{
		width: 100%;		
	}
	
	#producer .flex {
		display: block;
	}
	#producer .flex .text {
		width: 100%;
		margin: 20px 0;
	}
	#producer .flex .img img{
		width: 100%;		
	}
	#producer ul li {
		width: 100%;
	}
	#producer iframe{
		width: 100%;
		height: 260px;
	}
	
	#how .content {
		padding-top: 10px;
		padding-bottom: 15px;
		flex-wrap: wrap;
		display: block;
	}
	#how .number {
		margin: 0 auto;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	#how dl{
		padding: 5px;
		display: block;
	}
	#how dl dd h3 {
		font-size: 18px;
		margin-left: 0;
		margin-top: 0;
	}
	#how dl dt  {
		margin: 0 auto;
	}
	#how dl dd  {
		margin-left: 0;
	}
	
	#parts table {
		padding-right: 10px;
		line-height: 140%;
	}
	#parts table th {
		text-align: center;
	}
	#parts table th, #parts table td {
		padding: 5px;
		display: block;
		width: 100%;
	}
	#parts table th::after {
		position:unset;
	}
	#parts table th::after {
		position:unset;
	}

	#parts #parts1:after{
		border-left-color: transparent;
	}
	#parts #parts2:after{
		border-left-color: transparent;
	}
	#parts #parts3:after{
		border-left-color: transparent;
	}
	#parts #parts4:after{
		border-left-color: transparent;
	}
	#parts #parts5:after{
		border-left-color: transparent;
	}
	#parts #parts6:after{
		border-left-color: transparent;
	}
	
	#day .flex {
		display: block;
	}
	#day .flex .text {
		width: 100%;
		margin: 20px 0;
	}
	#day .flex .img img{
		width: auto;
		margin: 0 auto;		
	}
	
	#recipe .btn {
		font-size: 18px;
		padding: 1rem;
	}
	
	#shop .btn {
		font-size: 18px;
		padding: 1rem;
	}
}

/*******video*******/

.html5-video-player {
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  z-index:0;
  outline:0;
  font-family:"YouTube Noto",
  Roboto,
  Arial,
  Helvetica,
  sans-serif;
  color:#eee;
  text-align:left;
  direction:ltr;
  font-size:11px;
  line-height:1.3;
  -webkit-font-smoothing:antialiased;
  -webkit-tap-highlight-color:rgba(0,
  0,
  0,
  0);
  touch-action:manipulation
}
.html5-video-player,
.ytp-contextmenu {
  -ms-high-contrast-adjust:none;
  forced-color-adjust:none
}
.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode {
  background-color:#000
}

/* ADD CSS 2024.10.23 */
/*-----------------------------------------------
   iframe
------------------------------------------------*/
.page-season #producer iframe{
	height: 576px;
}
@media screen and (max-width: 640px) {
    .page-season #producer iframe {
        height: 260px;
    }
}