@charset "UTF-8";

/*
**************************************************************************
*	gyunnyu style.css
**************************************************************************/


/* --------------------------------------------------
		override
-------------------------------------------------- */
.l-main .l-cts__inner {
	padding: 0 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.c-cts {
	max-width: 920px;
	padding: 90px 0;
	margin: 0 auto;
	border-top: 15px solid #d20000;
}
.c-fadeIn--up {
	position: relative;
	opacity: 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.c-cts {
		padding: 60px 0;
		margin: 0 38px;
		border-top-width: 8px;
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual .l-cts__inner {
	/* max-width: none;
	padding: 0 0; */
	max-width: 1200px;
	margin: auto;
}
.visual-slider {
	position: relative;
}
.visual-slider .item {
	text-align: center;
}
.visual-slider .item img {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
}
.visual-slider .slick-dots {
	position: absolute;
	z-index: 10;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 0;
}
.visual-slider .slick-dots li {
	display: inline-block;
	margin: 0 10px;
}
.visual-slider .slick-dots li button {
	width: 20px;
	height: 20px;
	border: none;
	background-color: #afafaf;
	font-size: 0;
	cursor: pointer;
	padding: 0 0;
	border-radius: 50% 50%;
}
.visual-slider .slick-dots li.slick-active button {
	background-color: #d20000;
}
.visual-slider .slick-arrow {
	position: absolute;
	z-index: 10;
	font-size: 0;
	top: calc(50% - 22px);
	width: 25px;
	height: 44px;
	border: none;
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.visual-slider .slick-arrow.slick-prev {
	left: 40px;
	background-image: url(../img/icon_arrow_01.png);
}
.visual-slider .slick-arrow.slick-next {
	right: 40px;
	background-image: url(../img/icon_arrow_02.png);
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.visual-slider .slick-dots li {
		margin: 0 6px;
	}
	.visual-slider .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.visual-slider .slick-arrow {
		display: none !important;
	}
}


/* --------------------------------------------------
		recipe
-------------------------------------------------- */
.recipe__inner {
	border-top: none;
	padding: 150px 0;
}
.recipe__title {
	width: 646px;
	margin: 0 auto 50px;
}
.recipe__lead {
	text-align: center;
	margin-bottom: 80px;
}
.recipe__lead span {
	display: inline-block;
	border-top: 3px solid #d20000;
	border-bottom: 3px solid #d20000;
	line-height: 1.5;
	padding: 15px 0;
}
.recipe__list {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -13px 0;
}
.recipe__list li {
	width: 50%;
	padding: 0 13px;
	margin-top: 40px;
}
.recipe__list li .button {
	position: relative;
	display: block;
	border: 3px solid #d20000;
}
.recipe__list li .button:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: -3px;
	width: 10px;
	height: 10px;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}
.recipe__list li .button:after {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
.recipe__list li .button .unit {
	background-color: #ffe7e1;
	padding: 25px 25px;
}
.recipe__list li .button .image {
	margin-bottom: 30px;
}
.recipe__list li .button .body {
	text-align: center;
}
.recipe__list li .button .title {
	max-width: 338px;
	margin: 0 auto 15px;
}
.recipe__list li .button .text {
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.recipe__list li .button .image {
		transition: opacity .3s ease;
	}
	.recipe__list li .button:hover .image {
		opacity: 0.75;
	}
}
@media screen and (max-width: 767px) {
	.recipe__inner {
		padding: 80px 0;
	}
	.recipe__title {
		width: 98.32775919732441%;
		margin-bottom: 40px;
	}
	.recipe__lead {
		margin-bottom: 40px;
	}
	.recipe__lead span {
		display: block;
		border-width: 2px;
	}
	.recipe__list {
		display: block;
		flex-wrap: wrap;
		margin: 0 0;
	}
	.recipe__list li {
		width: 100%;
		padding: 0 0;
	}
	.recipe__list li + li {
		margin-top: 20px;
	}
	.recipe__list li .button .unit {
		padding: 17px 17px;
	}
	.recipe__list li .button .image {
		margin-bottom: 20px;
	}
	.recipe__list li .button .title {
		width: 65.25096525096525%;
		margin-bottom: 10px;
	}
	.recipe__list li .button .text {
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------
		essay
-------------------------------------------------- */
.essay-box {
	display: flex;
	margin: 0 20px 80px;
}
.essay-box__body {
	flex: 1;
	margin-right: 40px;
}
.essay-box__title {
	max-width: 510px;
	margin-bottom: 30px;
}
.essay-box__image {
	width: 300px;
}
.profile {
	display: flex;
	margin: 0 20px;
	padding: 40px 40px;
	background-color: #ffe7e1;
}
.profile__image {
	width: 260px;
}
.profile__body {
	flex: 1;
	margin-left: 40px;
	font-size: 1.4rem;
}
.profile__name {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #d20000;
}
.profile__name span {
	display: inline-block;
	width: 145px;
}
.profile__button {
	margin-top: 1.0em;
}
.profile__button a {
	position: relative;
	color: #d20000;
	padding-left: 20px;
}
.profile__button a:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #d20000;
	border-left: 1px solid #d20000;
	transform: rotate(135deg);
}
.profile__button a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: calc(100% - 20px);
	height: 2px;
	background-color: #d20000;
	opacity: 0;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.profile__button a:hover:after {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.essay-box {
		display: block;
		margin: 0 20px 40px;
	}
	.essay-box__body {
		margin: 0 0 30px;
	}
	.essay-box__title {
		width: 70.27027027027027%;
		margin-bottom: 25px;
	}
	.essay-box__text {
		font-size: 1.2rem;
	}
	.essay-box__image {
		width: 100%;
	}
	.profile {
		display: block;
		margin: 0 20px;
		padding: 20px 20px;
	}
	.profile__image {
		width: 100%;
		margin-bottom: 20px;
	}
	.profile__body {
		margin-left: 0;
		font-size: 1.0rem;
	}
	.profile__name {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom-width: 2px;
		text-align: center;
	}
	.profile__name span {
		width: 54.5662100456621%;
	}
	.profile__button a {
		padding-left: 15px;
	}
	.profile__button a:before {
		top: 5px;
		width: 5px;
		height: 5px;
	}
}


/* --------------------------------------------------
		backtop
-------------------------------------------------- */
.backtop__button {
	text-align: center;
}
.backtop__button a {
	display: inline-block;
	border-top: 3px solid #d20000;
	border-bottom: 3px solid #d20000;
	line-height: 1.5;
	padding: 15px 0;
}
@media screen and (min-width: 768px) {
	.backtop__button a {
		transition: color .3s ease;
	}
	.backtop__button a:hover {
		color: #d20000;
	}
}
@media screen and (max-width: 767px) {
	.backtop__button a {
		display: block;
		border-width: 2px;
	}
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
