@charset "UTF-8";

/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q::before,q::after {content:'';}
abbr {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {*font-size:100%;}
legend {color:#000;}
select,input,button,textarea {font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp {font-family:monospace;*font-size:108%;line-height:100%;}
figure {padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {outline-offset: -2px;}


/* base ---------------------------------------*/

* {
	box-sizing:border-box;
	min-height: 0vw;
}

html,body {height:100%;}

body {
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
}

a {
	text-decoration: none;
	color:#000;
	transition: all .25s ease;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height: auto;
}


/* layout ---------------------------------------*/

.wrapper {
	min-height: calc(100vh - 178px);
}

.inner {
	max-width:1080px;
	margin:0 auto;
}

.section {
	margin-bottom: 50px;
}

.overlay {display: none;}


/* header ---------------------------------------*/

header {
	position:relative;
}

.header-glico {
	padding: 19px 5px 8px;
}

.header-glico-logo {
	padding-left: 16px;
	display: inline-block;
}

.header-glico-logo img {
	width: 85px;
}

.header-giantcorn {
	background: #da0000;
}

.header-inner {
	height:55px;
	margin:0 auto;
	position:relative;
}

.header-logo {
	position: absolute;
	left:14px;
	top:5px;
}

.header-submenu {
	width:200px;
	position: absolute;
	right:0px;
	top:17px;
}

.header-submenu-list {
	font-size: 0px;
	border-left:1px solid #ccc;
}

.header-submenu-list > li {
	font-size: 13px;
	display: inline-block;
	line-height: 1.0;
}

.header-submenu-list > li a {
	display: block;
	border-right:1px solid #ccc;
	padding:0 15px;
	color:#000;
}


/* gnav ---------------------------------------*/

.gnav {
	border:none;
	background: #da0000;
	overflow:auto;
	z-index:100;
	position: fixed;
	right:0px;
	top:0px;
	width:50%;
	min-width: 500px;
	height: 100vh;
	transition: all .25s ease;
	transform:translate3d(100%,0,0);
}

.gnav.is-active {
	transform:translate3d(0,0,0);
	opacity:1;
}

.gnav-list {
	font-size:0px;
	flex: 1;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 12vh 30px 30px 9.2vw;
	order: 1;
}

.gnav-list-item a {
	display: block;
	margin-bottom: 51px;
	color: #fff;
	line-height: 2;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.02em;
	position: relative;
	padding-left: 53px;
}

.gnav-list-item a::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	content: '';
}

.gnav-list-item-top a::before {
	width: 33px;
	height: 33px;
	background: url('../img/common/icon_top.svg') no-repeat center center;
	background-size: 33px;
}

.gnav-list-item-store a::before {
	width: 34px;
	height: 34px;
	background: url('../img/common/icon_store.svg') no-repeat center center;
	background-size: 34px;
}

.gnav-list-item-prefecture a::before {
	left: -4px;
	width: 41px;
	height: 42px;
	background: url('../img/common/icon_prefecture.svg') no-repeat center center;
	background-size: 41px;
}

#openmenu {
	display:block;
	width:40px;
	height:40px;
	text-indent: -99em;
	overflow: hidden;
	position:absolute;
	right:32px;
	top:15px;
	z-index: 101;
	cursor: pointer;
}

#openmenu.is-open {
	top: -3.4vw;
	right: 26px;
}

#openmenu span {
	content:'';
	display: block;
	width:40px;
	height:2px;
	background: #fff;
	position: absolute;
	left:0px;
	transition: all .25s ease;
}

#openmenu span:nth-child(1) {top:2px;}
#openmenu span:nth-child(2) {top:11px;}
#openmenu span:nth-child(3) {top:20px;}

#openmenu.is-open span:nth-child(1) {
	transform: rotate(45deg);
	top:18px;
	left:0px;
}

#openmenu.is-open span:nth-child(2) {
	opacity:0;
	left:-25px;
}

#openmenu.is-open span:nth-child(3) {
	transform: rotate(-45deg);
	top:18px;
	left:0px;
}

.bodyfixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.overlay {
	content:'';
	display: block;
	position:fixed;
	width:100%;
	height:100vh;
	left:0;
	top:0;
	z-index:6;
	background: rgba(218,0,0,0.2);
}


/* footer ---------------------------------------*/

footer {
	padding:18px 0;
}

footer.bg-yellow {
	background: #f6f5e5;
}

.footer-inner {
	max-width:1080px;
	margin:0 auto;
	position:relative;
}

.footer-cookie {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

.footer-cookie a {
	text-decoration: underline;
}

.footer-cookie a:hover {
	text-decoration: none;
}

.copyright {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #676767;
}


/* btn ---------------------------------------*/

.btn {
	display: inline-block;
	min-width: 300px;
	padding: 15px 24px;
	border:1px solid #000;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	transition: all .25s ease;
}

.btn:hover {
	opacity: 0.7;
}

/* margin ---------------------------------------*/

.mt-0 {margin-top:0px !important;}
.mt-5 {margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px !important;}
.mt-25 {margin-top:25px !important;}
.mt-30 {margin-top:30px !important;}
.mt-35 {margin-top:35px !important;}
.mt-40 {margin-top:40px !important;}
.mt-45 {margin-top:45px !important;}
.mt-50 {margin-top:50px !important;}
.mt-55 {margin-top:55px !important;}
.mt-60 {margin-top:60px !important;}
.mt-65 {margin-top:65px !important;}
.mt-70 {margin-top:70px !important;}
.mt-75 {margin-top:75px !important;}
.mt-80 {margin-top:80px !important;}
.mt-85 {margin-top:85px !important;}
.mt-90 {margin-top:90px !important;}
.mt-95 {margin-top:95px !important;}
.mt-100 {margin-top:100px !important;}

.mb-0 {margin-bottom:0px !important;}
.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-25 {margin-bottom:25px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-35 {margin-bottom:35px !important;}
.mb-40 {margin-bottom:40px !important;}
.mb-45 {margin-bottom:45px !important;}
.mb-50 {margin-bottom:50px !important;}
.mb-55 {margin-bottom:55px !important;}
.mb-60 {margin-bottom:60px !important;}
.mb-65 {margin-bottom:65px !important;}
.mb-70 {margin-bottom:70px !important;}
.mb-75 {margin-bottom:75px !important;}
.mb-80 {margin-bottom:80px !important;}
.mb-85 {margin-bottom:85px !important;}
.mb-90 {margin-bottom:90px !important;}
.mb-95 {margin-bottom:95px !important;}
.mb-100 {margin-bottom:100px !important;}
.mb-110 {margin-bottom:110px !important;}
.mb-120 {margin-bottom:120px !important;}
.mb-130 {margin-bottom:130px !important;}
.mb-140 {margin-bottom:140px !important;}


/* form ---------------------------------------*/

.form-text,
.form-date {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 10px;
	border: 1px solid #999;
	width: 100%;
	border-radius: 0;
	line-height: 1;
	height: 38px;
}

::placeholder {color:#ccc;}

.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 10px;
	border: 1px solid #999;
	width: 100%;
	background: url('../img/common/select.svg') no-repeat right 0 top 50%;
	background-size: 24px 24px;
	border-radius: 0;
	line-height: 1;
	height: 60px;
	cursor: pointer;
}

.form-select.is-notselected {
	color: #ccc;
}

select::-ms-expand {
	display: none;
}

.form-textarea {
	-webkit-appearance: none;
	outline: none;
	padding: 13px 10px;
	border: 1px solid #999;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	border-radius: 0;
}

.form-radio {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-radio label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.form-radio input[type="radio"] {position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-radio label::before {
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:50%;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:checked + label::after {
	display:block;
	content:'';
	background: #2A619B;
	border-radius:50%;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:disabled + label {opacity: 0.7;}

.form-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 30px;
	position: relative;
	vertical-align: top;
}

.form-checkbox input[type="checkbox"] {position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-checkbox label::before {
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:2px;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:checked + label::after {
	display:block;
	content:'';
	background: #2A619B;
	border-radius:1px;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:disabled + label {opacity: 0.7;}

.toggle-switch {
	position: relative;
	width: 60px;
	height: 30px;
	margin: auto;
	display: inline-block;
}

.toggle-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle-switch label {
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.1s;
	box-sizing: border-box;
}

.toggle-switch label::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	background: #FFF;
	content: '';
	transition: .1s;
}

.toggle-input:checked + label {background-color: #4BD865;}
.toggle-input:checked + label::after {left: 30px;}

.submit {
	text-align: center;
}

.must {color:#aa0000;}


/* share ---------------------------------------*/

.share {
	padding: 77px 20px 40px;
	position: relative;
	z-index: 1;
}

.share-inner {
	max-width: 1080px;
	margin: 0 auto;
}

.share-text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	color: #DA0000;
}

.share-list {
	text-align: center;
}

.share-list-item {
	display: inline-block;
	margin: 0 10px;
}

.share-list-item a {
	transition: opacity 0.3s ease;
}

.share-list-item a:hover {
	opacity: 0.7;
}


/* animation ---------------------------------------*/

.animation{
	transition: all .75s ease;
	transform:translate(0,20px);
	opacity:0;
}

.animation.on{
	transform:translate(0,0px);
	opacity:1;
}

/* pc only */
@media screen and (min-width: 768px) {
	.sp {display: none !important;}
	.spbr {display: none;}
}


/* sp only */
@media screen and (max-width: 767px) {

	/* common item ---------------------------------------*/

	.pc {display: none !important;}
	.pcbr {display: none;}


	/* layout ---------------------------------------*/

	.header-inner,
	.footer-inner,
	.inner,
	.wrapper {
		min-width: 0;
		width: 100%;
	}

	.wrapper {
		min-height: calc(100vh - 163px);
	}

	/* header ---------------------------------------*/

	.header-glico {
		text-align: center;
		padding: 5px;
	}

	.header-glico-logo {
		padding-left: 0;
	}

	.header-glico-logo img {
		width: 55px;
	}

	.header-inner {
		height: 54px;
	}

	.header-logo {
		left: 0;
		top: 0;
	}

	.header-logo img {
		width: 90px;
	}


	/* gnav ---------------------------------------*/

	
.gnav {
	width:100%;
	min-width: unset;
	height: auto;
}

.gnav-list {
	font-size:0px;
	flex: 1;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 100px 30px 40px;
	order: 1;
}

.gnav-list-item a {
	font-size: 24px;
	padding-left: 50px;
	letter-spacing: 0.13em;
	mb42
}

/* .gnav-list-item-top a::before {
	width: 33px;
	height: 33px;
	background: url('../img/common/icon_top.svg') no-repeat center center;
	background-size: 33px;
}

.gnav-list-item-store a::before {
	width: 34px;
	height: 34px;
	background: url('../img/common/icon_store.svg') no-repeat center center;
	background-size: 34px;
}

.gnav-list-item-prefecture a::before {
	left: -4px;
	width: 41px;
	height: 42px;
	background: url('../img/common/icon_prefecture.svg') no-repeat center center;
	background-size: 41px;
} */

#openmenu {
	display:block;
	width:54px;
	height:54px;
	text-indent: -99em;
	overflow: hidden;
	position:absolute;
	right:0px;
	top:0px;
	z-index: 101;
}

#openmenu.is-open {
	right: 32px;
	top: -13px;
}

#openmenu::before {
	display: block;
	content: '';
	background: #fff; 
	width: 2px;
	height:  100%;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
}

#openmenu.is-open::before {
	display: none;
}

#openmenu span {
	content:'';
	display: block;
	width:25px;
	height:2px;
	background: #fff;
	position: absolute;
	left:15px;
	transition: all .25s ease;
}

#openmenu.is-open span {
	width: 40px;
}

#openmenu span:nth-child(1) {top:18px;}
#openmenu span:nth-child(2) {top:26px;}
#openmenu span:nth-child(3) {top:34px;}

#openmenu.is-open span:nth-child(1) {
	top:18px;
	left:15px;
}

#openmenu.is-open span:nth-child(2) {
	opacity:0;
	left:-25px;
}

#openmenu.is-open span:nth-child(3) {
	top:18px;
	left:15px;
}

	/* footer ---------------------------------------*/

	footer {
		padding: 13px 0 18px;
	}

	.copyright {
		line-height: 1.6;
	}

	/* margin ---------------------------------------*/

	.mt-sp-0 {margin-top:0px !important;}
	.mt-sp-5 {margin-top:5px !important;}
	.mt-sp-10 {margin-top:10px !important;}
	.mt-sp-15 {margin-top:15px !important;}
	.mt-sp-20 {margin-top:20px !important;}
	.mt-sp-25 {margin-top:25px !important;}
	.mt-sp-30 {margin-top:30px !important;}
	.mt-sp-35 {margin-top:35px !important;}
	.mt-sp-40 {margin-top:40px !important;}
	.mt-sp-45 {margin-top:45px !important;}
	.mt-sp-50 {margin-top:50px !important;}
	.mt-sp-55 {margin-top:55px !important;}
	.mt-sp-60 {margin-top:60px !important;}
	.mt-sp-65 {margin-top:65px !important;}
	.mt-sp-70 {margin-top:70px !important;}
	.mt-sp-75 {margin-top:75px !important;}
	.mt-sp-80 {margin-top:80px !important;}
	.mt-sp-85 {margin-top:85px !important;}
	.mt-sp-90 {margin-top:90px !important;}
	.mt-sp-95 {margin-top:95px !important;}
	.mt-sp-100 {margin-top:100px !important;}

	.mb-sp-0 {margin-bottom:0px !important;}
	.mb-sp-5 {margin-bottom:5px !important;}
	.mb-sp-10 {margin-bottom:10px !important;}
	.mb-sp-15 {margin-bottom:15px !important;}
	.mb-sp-20 {margin-bottom:20px !important;}
	.mb-sp-25 {margin-bottom:25px !important;}
	.mb-sp-30 {margin-bottom:30px !important;}
	.mb-sp-35 {margin-bottom:35px !important;}
	.mb-sp-40 {margin-bottom:40px !important;}
	.mb-sp-45 {margin-bottom:45px !important;}
	.mb-sp-50 {margin-bottom:50px !important;}
	.mb-sp-55 {margin-bottom:55px !important;}
	.mb-sp-60 {margin-bottom:60px !important;}
	.mb-sp-65 {margin-bottom:65px !important;}
	.mb-sp-70 {margin-bottom:70px !important;}
	.mb-sp-75 {margin-bottom:75px !important;}
	.mb-sp-80 {margin-bottom:80px !important;}
	.mb-sp-85 {margin-bottom:85px !important;}
	.mb-sp-90 {margin-bottom:90px !important;}
	.mb-sp-95 {margin-bottom:95px !important;}
	.mb-sp-100 {margin-bottom:100px !important;}

	/* form ---------------------------------------*/

	.form-select {
		height: 46px;
	}


/* share ---------------------------------------*/

.share {
	padding: 69px 20px 40px;
}


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {}