@charset "utf-8";
/* CSS Document */
#sub section .text {
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 0 15px;
}

header h3 {
    background-image: url("../img/season_ibarakimelon/main_bg.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    color: #333;
    margin-top: -86px;
    position: relative;
    text-align: center;
    font-size: 170%;
    line-height: 100%;
    letter-spacing: 5px;
    padding: 15px 0;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
}

header h3 .text {
    font-size: 110%;
    line-height: 120%;
}

header h3 .color {
    color: #68AC1F;
    font-size: 200%;
    line-height: 150%;
}

section{
	margin-bottom: 50px;
}

.titleSet {
    border: solid 1px #e6e6e6;
    margin-top: 30px;
    letter-spacing: 5px;
    padding: 0 0 0 40px;
}
.titleSet h4 {
    text-align: center;
    font-size: 250%;
    line-height: 100%;
    letter-spacing: 3px;
    margin-top: -20px;
    margin-left: -40px;
    padding: 18px 10px 10px 10px;
}
.titleSet h4 span {
    background-color: #FFF;
    background-image: url("../img/season_ibarakimelon/icon_illust.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #D46F00;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
    padding: 20px 5px 0 55px;
    text-align: center;
    vertical-align: middle;
}

#type p img{
	margin: 0 auto 50px;
	width: 70%;
}
#type dl {
    display: flex;
    justify-content: space-between;
	line-height: 180%;
    letter-spacing: 1px;
    font-size: 16px;
	padding: 20px 15px;
	color: #68AC1F;
}
#type dl dt {
    width: 380px;
}
#type dl dt img{
	border-radius: 30px;
	width: 380px;
	box-shadow: 7px 7px 0px 0 #c2ed93;
}

#type dl dd {
    width: 550px;
    margin: 40px 0 0;
}
#type dl dd h6 {
    font-weight: bold;
    font-size: 135%;
    line-height: 100%;
    letter-spacing: 4px;
    color: #68AC1F;
    background: linear-gradient(transparent 75%, #FEDE18 75%);
    padding-top: 10px;
	display: initial;
}

#type dl dd .note{
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
}

#history .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#history .flex .img {
    position: relative;
	padding: 15px;
	width: 120%;
}

#shop .button li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 40px auto;
	padding: 1.5em 2em;
	width: 400px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	background-color: #d8e8c5;
	transition: 0.3s;
}
#shop .button li a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #68AC1F;
	transition: 0.2s;
}
#shop .button li a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}
#shop .button li a:hover::before {
	top: 0;
	left: 0;
}
#shop .button li a:hover {
	text-decoration: none;
	background-color: #e6f7d2;
}

#trivia .bordertext {
    background: url(../img/season_ibarakimelon/title_border.gif) repeat-x bottom;
    color: #333;
    font-size: 170%;
    line-height: 120%;
    letter-spacing: 4px;
    margin: 40px 15px 30px;
    text-align: center;
    padding-bottom: 15px;
}
#trivia .img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
	padding: 0 15px;
}
#trivia .img li {
    margin: 5px 0;
    width: 49%;
}
#trivia .img li img{
    width: 100%;
	border-radius: 5%;
}
#trivia .list li {
	position: relative;
	line-height: 180%;
    letter-spacing: 1px;
    font-size: 18px;
	padding: 5px 0 5px 26px;
}
#trivia .list li::after {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #68AC1F;
	border-bottom: 2px solid #68AC1F;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#trivia .list li span {
    border-bottom: solid #FEDE18;
	font-weight: bold;
	color: #68AC1F;
	font-size: 120%;
}
#trivia .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
#trivia .flex .img {
    position: relative;
	padding: 0 15px;
}
#trivia .flex .img img{
	border-radius: 63% 37% 54% 46% / 42% 59% 41% 58%;
}
#trivia .flex .text{
	width: 37%;
	padding: 0;
}

#delicious .button a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 40px auto;
	padding: 1.5em 2em;
	width: 400px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	background-color: #d8e8c5;
	transition: 0.3s;
}
#delicious .button a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #68AC1F;
	transition: 0.2s;
}
#delicious .button a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}
#delicious .button a:hover::before {
	top: 0;
	left: 0;
}
#delicious .button a:hover {
	text-decoration: none;
	background-color: #e6f7d2;
}
#delicious .movieArea {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0 15px;
	justify-content: center;
}
#delicious .movieArea .movieBox {
    box-sizing: border-box;
    width: 24.3%;
    margin: 0 3px;
}
#delicious .movieArea .movieBox dl {
	background: #fff;
}
#delicious .movieArea .movieBox dl dt {
    position: relative;
}
#delicious .movieArea .movieBox dl dt img {
    width: 100%;
    height: auto;
}
#delicious .movieArea .movieBox dl dt a:after {
    content: url("../../movie/img/movie_btn.png");
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}
#delicious .movieArea .movieBox dl dd {
    padding: 7px 0;
    height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: 0;
	text-align: center;
}
#formal ul{
	display: flex;
    justify-content: space-between;	
}


#formal ul li {
    margin: 15px;
}

#formal ul li dl {
    display: flex;
    justify-content: space-between;
}
#formal ul li dl dt img {
    border-radius: 10px;
    box-shadow: 7px 7px 0px 0 #c2ed93;
}
#formal ul li dl dd {
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
    padding-left: 15px;
}
#formal ul li dl dd span {
    border-bottom: solid #FEDE18;
    font-weight: bold;
    color: #68AC1F;
    font-size: 120%;
}
#made .flowblock {
    display: block;
    position: relative;
    padding: 0 15px 20px;
}
#made .flowinner {
    max-width: 1100px;
    width: 100%;
    margin: 50px auto 0;
}
#made .flowchart ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
#made .flowchart ul li {
    width: 33%;
    background: #ddd;
    filter: drop-shadow(0px 1px 12px #ddd);
}
#made .flowchart ul li {
    width: 33%;
    background: #daf5bc;
    filter: drop-shadow(3px 0px 5px #ddd);
    display: flex;
    flex-flow: column;
    padding: 20px 8px;
    position: relative;
}
#made .flowchart ul li:first-child {
    z-index: 5;
}

#made .flowchart ul li:nth-child(2) {
    z-index: 4;
	background: #FFF;
}
#made .flowchart ul li:nth-child(3) {
    z-index: 3;
}

#made .flowchart ul li:nth-child(4) {
    z-index: 2;
	background: #FFF;
}
#made .flowchart ul li h3 {
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.18rem;
    font-weight: 500;
    margin: 20px 0 30px;
    padding: 0;
}
#made .flowchart ul li .liimg {
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
	text-align: center;
}
#made .flowchart ul li .liimg img{
    margin: 0 auto;
    border-radius: 5px;
}
#made .flowchart ul li .liimg.bgcolor:after {
    background: #e8f5ff;
}
#made .flowchart ul li p {
    font-size: 18px;
    letter-spacing: 0.02rem;
    line-height: 1.8rem;
	text-align: center;
}
#made .flowchart ul li:nth-child(odd):after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #daf5bc;
    top: 80px;
    position: absolute;
    right: -30px;
}
#made .flowchart ul li:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFF;
    top: 80px;
    position: absolute;
    right: -30px;
}

#happy p img{
	margin: 0 auto;
}
#happy .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
	margin-top: 50px;
}
#happy .flex .img {
    position: relative;
	padding: 0;
}
#happy .flex .text{
	margin-top: 20px;
}
#happy .flex .text span {
    border-bottom: solid #E2A324;
    font-weight: bold;
    color: #68AC1F;
    font-size: 120%;
}
*, ::before, ::after {
  box-sizing: content-box;
}
body{
	letter-spacing: 0;
}
@media screen and (max-width:640px){
	#sub section .text {
		padding: 0;
	}
	header h3 {
		background-image: none;
		font-size: 120%;
		padding: 35px 0 10px;
		border-bottom: 1px solid #e6e5dc;
		margin: -10px 0 20px 0;
		width: 100%;
	}

	header h3 .text {
		padding-top: 30px;
		font-size: 100%;
	}
	
	header img{
		width: 100%;
	}
	
	.titleSet {
		margin-bottom: 20px;
		margin-top: 0;
	}
	.titleSet h4 {
		margin-top: 0;
		font-size: 25px;
		letter-spacing: 1px;
		padding-top: 10px;
	}
	.titleSet h4 span {
		line-height: 100%;
		background-color: transparent;
		background-size: 36px;
		padding: 15px 5px 0 38px;
	}
	
	#type p img {
		width: 100%;
	}
	#type dl {
		display: block;
		padding: 0;
	}
	#type dl dt {
		width: 100%;
	}

	#type dl dt img {
		width: 100%; 
		box-shadow: none; 
	}

	#type dl dd {
		width: 100%;
		margin: 0 0 30px;
	}
	#type dl dd h6 {
		font-weight:normal;
	}
	#type dl dd .note{
		font-weight:normal;
	}
	
	#history .flex {
		display: block;
	}
	#history img {
/*		margin: 10px auto;*/
		width: auto;
		padding: 15px;
	}
	
	#history .img li {
		width: 100%;
	}
	
	#shop .button li a {
		width: auto;
		padding: 1em 0.7em 1em 0.2em;
	}
	#trivia .flex .img {
		padding: 0;
	}
	#trivia .flex .img img{
		width: 100%;
	}
	#trivia .flex .text {
		width: 100%;
	}
	#trivia .flex {
		display: block;
	}
	#trivia img {
		padding: 0 0 15px 0;
	}
	#trivia .img {
		margin-bottom: 0;
		padding: 0;
	}
	#trivia .img li {
		width: 100%;
	}
	#trivia .img li img {
		 border-radius: 0; 
	}
	#trivia .list li {
		padding: 5px 0 5px 13px;
	}
	#trivia .list li::after {
		left: 0px;
	}
	
	#delicious .button a {
		width: auto;
		padding: 1em 1em 1em 0.5em;
	}
	#delicious .movieArea {
		padding: 0;
	}
	#delicious .movieArea .movieBox {
		width: 100%;
	}
	
	#formal ul {
		display: block;
	}
	#formal ul li dl {
		display: block;
	}
	#formal ul li dl dt img {
		margin: 0 auto 10px;
	}
	#formal ul li dl dd {
		 padding-left: 0; 
	}
	#made .flowblock {
		padding: 0 0 20px;
	}
	#made .flowinner {
    	padding: 0;
    	margin: 0 auto;
	}
	#made .flowchart ul {
    	flex-flow: wrap;
	}
	#made .flowchart ul li {
		width: 60%;
		padding:0;
		border-radius:0;
	}
	#made .flowchart ul li h3 {
    	margin-bottom: 30px;
	}
	#made .flowchart ul li:nth-child(odd):after {
		top: 99.5%;
		position: absolute;
		right: 50%;
		left: 50%;
		margin: 0 auto;
		border-top: 15px solid #daf5bc;
		border-right: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid transparent;
		transform: translate(-50%, 0px);
	}
	#made .flowchart ul li:nth-child(even):after {
		top: 99.5%;
		position: absolute;
		right: 50%;
		left: 50%;
		margin: 0 auto;
		border-top: 15px solid #FFF;
		border-right: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid transparent;
		transform: translate(-50%, 0px);
	}
	#made .flowchart ul li .liimg {
		padding: 20px 0 0;
		margin-bottom: 0;
	}
	
	#happy p img {
		width: 100%;
	}
	#happy .flex {
		display: block;
		margin-top: 20px;
	}
	#happy .flex .img img{
		width: auto;
    	margin: 0 auto;
	}
	#happy .flex .text {
		width: 100%;
		padding: 0;
	}
	
}

/* ADD CSS 2024.10.18 */
/*---------------------------------
	header h3
---------------------------------*/
header h3 {
  margin-top: -82px;
}
@media screen and (max-width: 640px) {
  header h3 {
    margin-top: 0;
  }
	#delicious .movieArea .movieBox dl dd {
    height: auto;
}
}