/* CSS Document */


/* リセット
--------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	vertical-align: bottom;
}


/*  ベーススタイル
------------------------------------------------- */
body {
	line-height: 1.6;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}
#header, #headernavi, #footer {
	letter-spacing: normal;
}
a {
	color: #333;
	text-decoration: none !important;
}
@media screen and (min-width: 769px) {
	.sp_view_ {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
	}
	img {
		width: 100%;
	}
	#header ,
	#header_menu_block ,
	#footer {
		font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: normal;
	}
	#footer #footer_btm #footernav li {
		font-size: 14px;
	}
	#header img,
	#headernavi img,
	#footer img {
		width: auto;
	}
	.pc_view_ {
		display: none;
	}
}


/*  スタイル
------------------------------------------------- */
#ygtfcorn div.info_ {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

/* mv */
#ygtfcorn #visual {
	display: block;
	background: url(https://stg-mall.premium-water.net/img/freepage/ygtfcorn2020/mv_bg.jpg) no-repeat center top;
	text-align: center;
	position: relative;
}

/* menu - anchor */
#ygtfcorn .menu_inner {
	text-align: center;
	width: 1180px;
	margin: 40px auto;
}
#ygtfcorn .menu_inner a {
	    border-radius: 10px;
    background-color: rgb(0, 153, 68);
    width: 800px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-family: "source-han-serif-japanese", serif;
	font-size: 40px;
	color: #ffffff;
}
#ygtfcorn .menu_inner a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	#ygtfcorn .menu_inner {
		text-align: center;
		width: 100%;
		margin: 20px auto;
	}
	#ygtfcorn .menu_inner a {
		border-radius: 5px;
		background-color: rgb(0, 153, 68);
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		height: 40px;
		font-size: 20px;
		color: #ffffff;
	}
}

#ygtfcorn #footer {
	padding: 35px 0;
	background: #e9f7ff;
}
#ygtfcorn #footer .inner_ {
	width: 1180px;
	text-align: center;
	margin: 0 auto;
}
#ygtfcorn #footer .inner_ ul {
	margin-bottom: 25px;
}
#ygtfcorn #footer .inner_ ul li {
	display: inline-block;
	margin: 0 15px;
	font-size: 12px;
}
#ygtfcorn #footer .inner_ ul li a {
	padding-left: 10px;
	position: relative;
}
#ygtfcorn #footer .inner_ ul li a::before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #244a61;
	position: absolute;
	top: 50%;
	left: 0;
}
#ygtfcorn #footer .inner_ ul li a:hover {
	text-decoration: underline;
}
#ygtfcorn #footer .inner_ p {
	font-size: 10px;
}

@media screen and (max-width: 768px) {
	#ygtfcorn #footer {
		margin-top: 30px;
		padding: 25px 15px 20px;
	}
	#ygtfcorn #footer .inner_ {
		width: auto;
	}
	#ygtfcorn #footer .inner_ ul {
		margin-bottom: 20px;
		border-top: 1px solid #bcccd5;
	}
	#ygtfcorn #footer .inner_ ul li {
		display: block;
		margin: 0;
		text-align: left;
	}
	#ygtfcorn #footer .inner_ ul li a {
		display: block;
		padding: 12px 10px 12px 20px;
		border-bottom: 1px solid #bcccd5;
	}
	#ygtfcorn #footer .inner_ ul li a::before {
		left: 10px;
	}
	#ygtfcorn #footer .inner_ ul li a:hover {
		text-decoration: none;
	}
	#ygtfcorn #footer .inner_ p {
		letter-spacing: 0;
	}
}

#ygtfcorn .br_pc_ {
	display: block;
}
#ygtfcorn .br_sp_ {
	display: none;
}
.clear{
	clear: both;
}
@media screen and (max-width: 768px) {
	#ygtfcorn .br_pc_ {
	display: none;
	}
	#ygtfcorn .br_sp_ {
	display: block;
	}
	.clear{
	clear: both;
	}
}



/* box */
#ygtfcorn .d_flex {
	display: flex;
	justify-content: space-between;
	
}
#ygtfcorn .box {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
#ygtfcorn .box_item_left,
#ygtfcorn .box_item_right {
	width: 560px;
}
#ygtfcorn .box_item_left {
	order: 10;
}
#ygtfcorn .box_item_right {
	order: 20;
}
#ygtfcorn .box p {
	font-size: 17px;
	line-height: 2;
	color: #6b3d02;
	margin-top: 10px;
	text-align: justify;
	font-family: "source-han-serif-japanese", serif;
	
}
#ygtfcorn .box p .txt {
	background: #ffc333;
}
#ygtfcorn .box_item {
	margin-bottom: 40px;
}
#ygtfcorn .box_item h3 {
	text-align: center;
	background: url("https://stg-mall.premium-water.net/img/freepage/ygtfcorn2020/con_02_bg.jpg");
	padding: 35px 0 30px;
	font-family: "source-han-serif-japanese", serif;
	font-size: 60px;
	color: #6b3d02;
	line-height: 1;
}
#ygtfcorn .box_item.box_item05 h3 {
	font-size: 42px;
}
#ygtfcorn .mt0 {
	margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
	#ygtfcorn .box {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	#ygtfcorn .d_flex {
		display: inline-block;
		width: 100%;
	}
	#ygtfcorn .box_item_left,
	#ygtfcorn .box_item_right {
		width: 100%;
		margin-top: 10px;
	}
	#ygtfcorn .box p {
		font-size: 15px;
	}
	#ygtfcorn .box_item h3 {
		padding: 20px 0;
		font-size: 6vw;
		line-height: calc(80/60);
	}
	#ygtfcorn .box_item.box_item05 h3 {
		font-size: 6vw;
	}
	#ygtfcorn .box_item {
		margin-bottom: 20px;
	}
	#ygtfcorn .box_item.box_item05,
	#ygtfcorn .box_item.box_item04,
	#ygtfcorn .box_item.box_item02 {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* con_02_ */
#ygtfcorn .con_02_ {
	padding: 10px 0;
	background: url("https://stg-mall.premium-water.net/img/freepage/ygtfcorn2020/con_02_bg.jpg");
}
#ygtfcorn .con_02_ h2 {
	margin: 10px 0 20px;
	text-align: center;
	font-family: "source-han-serif-japanese", serif;
	font-size: 48px;
}
#ygtfcorn .con_02_ ul {
	width: 1180px;
	margin: 0 auto;
}
#ygtfcorn .con_02_ ul li {
	margin-bottom: 40px;
	background: #fff;
	position: relative;
}
#ygtfcorn .con_02_ ul li h3 {
	position: absolute;
	top: 36px;
	left: 40px;
}
#ygtfcorn .con_02_ ul li .item_ {
	padding: 36px 40px;
	overflow: hidden;
}
#ygtfcorn .con_02_ ul li .item_ > img {
	float: right; 
}
#ygtfcorn .con_02_ ul li .item_ .info_ {
	width: 560px;
	padding-top: 90px;
}
#ygtfcorn .con_02_ ul li .item_ .info_ p {
	margin-bottom: 18px;
	line-height: 1.4;
	font-family: "source-han-serif-japanese", serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
#ygtfcorn .con_02_ ul li .item_ .info_ p + p {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 50px;
	font-size: 15px;
	text-align: left;
}

#ygtfcorn .con_02_ ul li .btnbox_ {
	padding: 20px 36px;
	background: #fbefbe;
	font-family: "source-han-serif-japanese", serif;
	overflow: hidden;
}
#ygtfcorn .con_02_ ul li .btnbox_ .text_ {
	width: 650px;
	padding-top: 10px;
	float: left;
	overflow: hidden;
}
#ygtfcorn .con_02_ ul li .btnbox_ .text_ p {
	font-weight: bold;
}
#ygtfcorn .con_02_ ul li .btnbox_ .text_ p:first-child {
	font-size: 30px;
	float: left;
}
#ygtfcorn .con_02_ ul li .btnbox_ .text_ p + p {
	line-height: 1.1;
	font-size: 40px;
	float: right;
}
#ygtfcorn .con_02_ ul li .btnbox_ .text_ p + p.text02 {	
	color: #801313;
}
#ygtfcorn .con_02_ ul li .btnbox_ .text_ p + p span {
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
}
#ygtfcorn .con_02_ ul li .btnbox_ .text_ p + p span.txt01 {
	display: block;
    font-size: 20px;
    padding-bottom: 10px;
}
#ygtfcorn .con_02_ ul li .btnbox_ .btn_ {
	width: 410px;
	float: right;
}
#ygtfcorn .con_02_ ul li .btnbox_ .btn_ a {
	display: block;
	padding: 10px 0;
	border-radius: 5px;
	background: #801313;
	text-align: center;
	font-size: 30px;
	color: #fff;
	position: relative;
	transition: .3s;
}
#ygtfcorn .con_02_ ul li .btnbox_ .btn_ a::after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
#ygtfcorn .con_02_ ul li .btnbox_ .btn_ a:hover {
	opacity: .7;
}
#ygtfcorn .con_02_ ul + p {
	width: 1180px;
	margin: 0 auto;
	font-size: 14px;
}
#ygtfcorn .con_02_ .warning {
	width: 1180px;
	margin: 20px auto 20px;
	font-size: 14px;
	text-align: center;
	font-family: "source-han-serif-japanese", serif;
}

@media screen and (max-width: 768px) {
	#ygtfcorn .con_02_ {
		padding: 20px 10px 30px;
		background-size: 249px;
	}
	#ygtfcorn .con_02_ h2 {
		margin-bottom: 30px;
		padding-top: 8%;
		background-size: 5%;
		font-size: 7.5vw;
	}
	#ygtfcorn .con_02_ ul {
		width: auto;
	}
	#ygtfcorn .con_02_ ul li {
		margin-bottom: 20px;
		padding: 15px;
		position: static;
	}
	#ygtfcorn .con_02_ ul li h3 {
		margin-bottom: 15px;
		position: static;
	}
	#ygtfcorn .con_02_ ul li .item_ {
		padding: 0 0 15px;
		overflow: visible;
	}
	#ygtfcorn .con_02_ ul li .item_ > img {
		float: none;
	}
	#ygtfcorn .con_02_ ul li .item_ .info_ {
		width: auto;
		padding-top: 15px;
	}
	#ygtfcorn .con_02_ ul li .item_ .info_ p {
		margin-bottom: 15px;
		font-size: 20px;
		text-align: center;
	}
	#ygtfcorn .con_02_ ul li .item_ .info_ p + p {
		margin: 15px 0px;
		font-size: 12px;
		text-align: center;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ {
		padding: 10px;
		text-align: center;
		overflow: visible;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .text_ {
		width: auto;
		padding-top: 0;
		float: none;
		overflow: visible;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .text_ p:first-child {
		font-size: 6vw;
		float: none;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .text_ p + p {
		margin-bottom: 3vw;
		line-height: 1.4;
		font-size: 8vw;
		float: none;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .text_ p + p span {
		margin-left: 1.8vw;
		font-size: 3.5vw;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .text_ p + p span.txt01 {
		font-size: 3.5vw;
		padding-bottom: 0;
		padding-top: 10px;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .btn_ {
		width: auto;
		float: none;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .btn_ a {
		font-size: 5vw;
		transition: 0s;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .btn_ a::after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
	#ygtfcorn .con_02_ ul li .btnbox_ .btn_ a:hover {
		opacity: 1;
	}
	#ygtfcorn .con_02_ ul + p {
		width: auto;
		font-size: 12px;
	}
	#ygtfcorn .con_02_ .warning {
	width: auto;
	margin: 0px auto 0px;
	font-size: 3.5vw;
	text-align: center;
	padding: 0px 0px 20px;
	}
}