@charset "UTF-8";

/*
**************************************************************************
*	gyunyu common.css
**************************************************************************/


/* --------------------------------------------------
		foundation
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
html {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 62.5%;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	height: 100%;
}
body {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #3e3a39;
	letter-spacing: 0.1em;
	min-width: 1080px;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
		min-width: 0;
	}
	img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		layout
-------------------------------------------------- */
.l-cts {
	position: relative;
}
.l-cts__inner {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1080px;
}
.l-header {
	position: fixed;
	z-index: 100;
	width: 100%;
	min-width: 1080px;
	height: 80px;
	background-color: #ffffff;
	letter-spacing: 0;
}
.l-header__wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.l-header .l-cts__inner {
	position: static;
}
.l-header__logo {
	position: absolute;
	width: 145px;
	top: 22px;
	left: 20px;
}
.l-nav__list {
	display: flex;
	justify-content: flex-end;
	line-height: 1;
	padding: 31px 0;
}
.l-nav__list li + li {
	padding-left: 4.326923076923077%;
}
.l-nav__list li a {
	position: relative;
	display: block;
}
.l-nav__list li a span {
	position: relative;
	display: inline-block;
}
.l-nav__list li a span:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #d20000;
	pointer-events: none;
	opacity: 0;
}
.l-nav__list li a span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-color: #ffffff;
	opacity: 0;
}
.l-nav__list li a span img {
	width: auto;
	height: 18px;
}
.l-nav__list li:nth-child(1) a span:after {
	background-image: url(../img/menu_01_ov.png);
}
.l-nav__list li:nth-child(2) a span:after {
	background-image: url(../img/menu_02_ov.png);
}
.l-nav__list li:nth-child(3) a span:after {
	background-image: url(../img/menu_03_ov.png);
}
.l-nav__list li:nth-child(4) a span:after {
	background-image: url(../img/menu_04_ov.png);
}
.l-nav__list li:nth-child(5) a span:after {
	background-image: url(../img/menu_05_ov.png);
}
.l-nav__list li:nth-child(6) a span:after {
	background-image: url(../img/menu_06_ov.png);
}
.l-main {
	position: relative;
	overflow: hidden;
	padding-top: 80px;
	font-family: "Sawarabi Gothic", sans-serif;
}
.l-footer {
	padding-bottom: 20px;
	letter-spacing: 0;
}
.l-footer__links {
	border-top: 1px solid #dadada;
	padding: 10px 0 5px 15px;
	font-size: 1.0rem;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
}
.l-footer__links li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #c1c1c1;
}
.l-footer__links li a {
	color: #0068b7;
	padding-left: 14px;
}
.l-footer__links li a[target="_blank"] {
	background-image: url(../img/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.l-footer__copyright {
	font-size: 1.0rem;
	line-height: 1.5;
	color: #595959;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.l-nav__list li a span:before {
		transition: opacity .3s ease;
	}
	.l-nav__list li a:hover span:before {
		opacity: 1;
	}
	.l-nav__list li a span:after {
		transition: opacity .3s ease;
	}
	.l-nav__list li a:hover span:after {
		opacity: 1;
	}
	.l-footer__links li a:hover {
		color: #0096ff;
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	.l-cts__inner {
		max-width: none;
		padding: 0 20px;
	}
	.l-header {
		height: 65px;
		min-width: 0;
	}
	.l-header__logo {
		top: 14px;
		left: 12px;
	}
	.l-header__nav-toggleOpen {
		position: absolute;
		z-index: 3;
		width: 30px;
		height: 30px;
		top: 16px;
		right: 20px;
	}
	.l-header__nav-toggleOpen:before {
		content: "";
		position: absolute;
		top: 21px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #d20000;
		transition: top .3s cubic-bezier(0.165, 0.84, 0.44, 1),
						transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.l-header__nav-toggleOpen:after {
		content: "";
		position: absolute;
		top: 7px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #d20000;
		transition: top .3s cubic-bezier(0.165, 0.84, 0.44, 1),
						transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.l-header__nav-toggleOpen span {
		position: absolute;
		top: 14px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #d20000;
		transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.l-header__nav-toggleOpen.is-active:before {
		top: 14px;
		transform: rotate(45deg);
	}
	.l-header__nav-toggleOpen.is-active:after {
		top: 14px;
		transform: rotate(-45deg);
	}
	.l-header__nav-toggleOpen.is-active span {
		opacity: 0;
	}
	.l-nav {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		transform: translateX(100%);
		background-color: #ffffff;
		transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.l-nav.is-active {
		transform: translateX(0);
	}
	.l-nav__list {
		display: block;
		padding: 65px 20px 30px;
	}
	.l-nav__list li + li {
		padding: 30px 0 0;
	}
	.l-nav__list li a {
		text-align: center;
	}
	.l-nav__list li a span:before {
		content: none;
	}
	.l-nav__list li a span:after {
		content: none;
	}
	.l-nav__bg {
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100vw;
		height: 120vh;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
	}
	.l-main {
		padding-top: 65px;
	}
	.l-footer {
		border-top: 1px solid #dadada;
		padding: 20px 0 10px;
	}
	.l-footer__links {
		border-top: none;
		display: block;
		padding: 0 0 20px;
		font-size: 1.1rem;
	}
	.l-footer__links li {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		text-align: right;
	}
	.l-footer__links li + li {
		margin-top: 4px;
	}
	.l-footer__links li a {
		position: relative;
		color: #595959;
		font-weight: bold;
	}
	.l-footer__links li a[target="_blank"] {
		background-image: none;
	}
	.l-footer__links li a:after {
		content: "";
		display: inline-block;
		border-right: 1px solid #0039a6;
		border-bottom: 1px solid #0039a6;
		width: 7px;
		height: 7px;
		transform: rotate(-45deg);
		margin-left: 2px;
	}
	.l-footer__copyright {
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------
		component
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		project
-------------------------------------------------- */
.p-milk-series {
	padding: 50px 0 100px;
	line-height: 1;
}
.p-milk-series__title {
	width: 351px;
	margin: 0 auto 30px;
}
.p-milk-series__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -12px -6px 0;
}
.p-milk-series__list li {
	margin: 12px 6px 0;
}
.p-milk-series__list li a {
	display: block;
	width: 170px;
}
@media screen and (min-width: 768px) {
	.p-milk-series__list li a {
		transition: opacity .3s ease;
	}
	.p-milk-series__list li a:hover {
		opacity: 0.75;
	}
}
@media screen and (max-width: 767px) {
	.p-milk-series {
		padding: 40px 0;
	}
	.p-milk-series__title {
		width: 284px;
		margin-bottom: 15px;
	}
	.p-milk-series__list {
		margin: -10px -5px 0;
	}
	.p-milk-series__list li {
		margin: 10px 5px 0;
	}
	.p-milk-series__list li a {
		width: 140px;
}
}


/* --------------------------------------------------
		utility
-------------------------------------------------- */
.u-font--default {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.u-font--sawarabi {
	font-family: "Sawarabi Gothic", sans-serif;
}
.u-cfx:after {
	content: '';
	display: table;
	clear: both;
}
.u-bold {
	font-weight: bold;
}
.u-center {
	text-align: center;
}
.u-left {
	text-align: left;
}
.u-right {
	text-align: right;
}
.u-color--default {
	color: #3e3a39;
}
.u-color--white {
	color: #ffffff;
}
.u-color--red {
	color: #d20000;
}
.u-ancher {
	padding-top: 80px;
	margin-top: -80px;
}
.u-mt00 { margin-top: 0 }
.u-mt05 { margin-top: 5px }
.u-mt10 { margin-top: 10 }
.u-mt15 { margin-top: 15px }
.u-mt20 { margin-top: 20 }
.u-mt25 { margin-top: 25px }
.u-mt30 { margin-top: 30 }
.u-mt35 { margin-top: 35px }
.u-mt40 { margin-top: 40 }
.u-mt45 { margin-top: 45px }
.u-mt50 { margin-top: 50 }
.u-mt55 { margin-top: 55px }
.u-mt60 { margin-top: 60 }
.u-mt65 { margin-top: 65px }
.u-mt70 { margin-top: 70 }
.u-mt75 { margin-top: 75px }
.u-mt80 { margin-top: 80 }
.u-mt85 { margin-top: 85px }
.u-mt90 { margin-top: 90 }
.u-mt95 { margin-top: 95px }
.u-mt100 { margin-top: 100px }
.u-mt110 { margin-top: 110px }
.u-mt120 {
	margin-top: 120px
}
.u-mb00 { margin-bottom: 0 }
.u-mb05 { margin-bottom: 5px }
.u-mb10 { margin-bottom: 10 }
.u-mb15 { margin-bottom: 15px }
.u-mb20 { margin-bottom: 20 }
.u-mb25 { margin-bottom: 25px }
.u-mb30 { margin-bottom: 30 }
.u-mb35 { margin-bottom: 35px }
.u-mb40 { margin-bottom: 40 }
.u-mb45 { margin-bottom: 45px }
.u-mb50 { margin-bottom: 50 }
.u-mb55 { margin-bottom: 55px }
.u-mb60 { margin-bottom: 60 }
.u-mb65 { margin-bottom: 65px }
.u-mb70 { margin-bottom: 70 }
.u-mb75 { margin-bottom: 75px }
.u-mb80 { margin-bottom: 80 }
.u-mb85 { margin-bottom: 85px }
.u-mb90 { margin-bottom: 90 }
.u-mb95 { margin-bottom: 95px }
.u-mb100 { margin-bottom: 100px }
.u-mb110 { margin-bottom: 110px }
.u-mb120 {
	margin-bottom: 120px
}
@media screen and (min-width: 768px) {
	.u-pc {
		display: block !important;
	}
	.u-sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.u-pc {
		display: none !important;
	}
	.u-sp {
		display: block !important;
	}
	.u-ancher {
		padding-top: 65px;
		margin-top: -65px;
	}
	.u-mt00-sp { margin-top: 0 }
	.u-mt05-sp { margin-top: 5px }
	.u-mt10-sp { margin-top: 10 }
	.u-mt15-sp { margin-top: 15px }
	.u-mt20-sp { margin-top: 20 }
	.u-mt25-sp { margin-top: 25px }
	.u-mt30-sp { margin-top: 30 }
	.u-mt35-sp { margin-top: 35px }
	.u-mt40-sp { margin-top: 40 }
	.u-mt45-sp { margin-top: 45px }
	.u-mt50-sp { margin-top: 50 }
	.u-mt55-sp { margin-top: 55px }
	.u-mt60-sp { margin-top: 60 }
	.u-mt65-sp { margin-top: 65px }
	.u-mt70-sp { margin-top: 70 }
	.u-mt75-sp { margin-top: 75px }
	.u-mt80-sp { margin-top: 80 }
	.u-mt85-sp { margin-top: 85px }
	.u-mt90-sp { margin-top: 90 }
	.u-mt95-sp { margin-top: 95px }
	.u-mt100-sp { margin-top: 100px }
	.u-mt110-sp { margin-top: 110px }
	.u-mt120-sp {
		margin-top: 120px
	}
	.u-mb00-sp { margin-bottom: 0 }
	.u-mb05-sp { margin-bottom: 5px }
	.u-mb10-sp { margin-bottom: 10 }
	.u-mb15-sp { margin-bottom: 15px }
	.u-mb20-sp { margin-bottom: 20 }
	.u-mb25-sp { margin-bottom: 25px }
	.u-mb30-sp { margin-bottom: 30 }
	.u-mb35-sp { margin-bottom: 35px }
	.u-mb40-sp { margin-bottom: 40 }
	.u-mb45-sp { margin-bottom: 45px }
	.u-mb50-sp { margin-bottom: 50 }
	.u-mb55-sp { margin-bottom: 55px }
	.u-mb60-sp { margin-bottom: 60 }
	.u-mb65-sp { margin-bottom: 65px }
	.u-mb70-sp { margin-bottom: 70 }
	.u-mb75-sp { margin-bottom: 75px }
	.u-mb80-sp { margin-bottom: 80 }
	.u-mb85-sp { margin-bottom: 85px }
	.u-mb90-sp { margin-bottom: 90 }
	.u-mb95-sp { margin-bottom: 95px }
	.u-mb100-sp { margin-bottom: 100px }
	.u-mb110-sp { margin-bottom: 110px }
	.u-mb120-sp {
		margin-bottom: 120px
	}
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
