@charset "UTF-8";

/*
**************************************************************************
*	gyunnyu style.css
**************************************************************************/


/* --------------------------------------------------
		override
-------------------------------------------------- */
.l-main {
	/* background-image: url(../img/bg_01.jpg);
	background-position: center top;
	background-size: 100% auto;
	filter:blur(0); */
}

.l-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_01.jpg);
  background-repeat: repeat;
  background-size: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.c-cts {
	padding: 80px 0;
}
.c-h2__title {
	text-align: center;
	margin: 0 auto 30px;
}
.c-lead__text {
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 80px;
}
.c-lead__text p + p {
	margin-top: 1.0em;
}
.p-note {
	position: fixed;
	z-index: 100;
	bottom: 30px;
	left: 30px;
	width: 104px;
	line-height: 1;
}
.p-note.is-bottom {
	position: absolute;
}
.c-fadeIn--up {
	position: relative;
	opacity: 0;
}
.p-link {
	display: flex;
	flex-direction: column;
	max-width: 150px;
    margin: auto;
}
.p-link a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	margin-bottom: 0;
	font-weight: 800;
	transition: 0.5s;
	position: relative;
}
.p-link a:hover {
	color: #d20000;
	transition: 0.5s;
}
.p-link a span {
	display: block;
}

.p-link a::before {
	display: block;
	content: '';
	position: absolute;
	right: 16px;
	width: .65em;
	height: .65em;
	border-top: 2px solid #3e3a39;
	border-left: 2px solid #3e3a39;
	transform: rotate(135deg);
	transition: 0.5s;
}
.p-link a::after {
	display: block;
    content: '';
    right: 0;
    width: .65em;
    height: .65em;
    border-top: 2px solid #3e3a39;
    border-left: 2px solid #3e3a39;
    transform: rotate(135deg);
    transition: 0.5s;
}
.p-link a:hover::before,
.p-link a:hover::after {
	transition: 0.5s;
	border-top: 2px solid #d20000;
	border-left: 2px solid #d20000;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.c-cts {
		padding: 40px 0;
	}
	.c-h2__title {
		margin-bottom: 15px;
	}
	.c-lead__text {
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	.p-note {
		bottom: 10px;
		left: 10px !important;
		width: 52px;
	}
	
	.p-link {
		margin: 0;
		display: block;
		font-size: 12px;
		max-width: 100%;
	}
	.p-link a {
		gap: 5px;
	}
	.p-link a::before,
	.p-link a::after {
		transition: 0.5s;
		border-top: 1.5px solid #3e3a39;
		border-left: 1.5px solid #3e3a39;
	}
	.p-link a:hover::before,
	.p-link a:hover::after {
		transition: 0.5s;
		border-top: 1.5px solid #d20000;
		border-left: 1.5px solid #d20000;
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual .l-cts__inner {
	max-width: none;
	padding: 0 0;
}
.visual-slider {
	position: relative;
}
.visual-slider .item {
	text-align: center;
}
.visual-slider .item img {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
}
.visual-slider .item .button {
	display: inline-block;
}
.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: #af0000;
}
.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;
	}
}


/* --------------------------------------------------
		promotion
-------------------------------------------------- */
.promotion:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1500px 100px;
}
.promotion__inner {
	padding: 160px 0 210px;
}
.promotion__title {
	max-width: 754px;
	margin: 0 auto 60px;
}
.promotion__text {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.promotion:after {
		bottom: -25px;
		height: 50px;
		background-size: 500px 50px;
	}
	.promotion__inner {
		padding: 80px 0 105px;
	}
	.promotion__title {
		width: 92.23880597014925%;
		margin-bottom: 30px;
	}
}


/* --------------------------------------------------
		products
-------------------------------------------------- */
.products:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url(../img/bg_03.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1500px 100px;
}
.products__inner {
	padding: 160px 0;
	background-color: #f2ecdf;
	background-image: url(../img/products_bg.jpg);
	background-position: center center;
	background-size: cover;
}
.products__title {
	width: 182px;
}
.products__list {
	max-width: 840px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 0 90px;
}
.products__list li {
	margin: 0;
	text-align: center;
	opacity: 0;
}
.products__list li:nth-child(1) {
	width: 244px;
}
.products__list li:nth-child(2) {
	width: 294px;
}
.products__list li:nth-child(3) {
	width: 301px;
}
.products__list li:nth-child(4) {
	width: 303px;
}
.products__list li > a {
	display: block;
}
.products__list li .item {
	position: relative;
	display: flex;
	min-height: 504px;
}
.products__list li .item img {
	margin-top: auto;
}
.products__list li .ml {
	margin: 30px auto 0;
	line-height: 1;
	width: 112px;
}
.products__list li .icon--new {
	position: absolute;
	z-index: -1;
	top: -80px;
	left: -40px;
	width: 106px;
}
.products .p-link {
    margin: 30px 0 0 90px;
    letter-spacing: 0;
    max-width: initial;
    display: inline-block;
}

.products .p-link a {
	padding: 0 20px 0 0;
}
.products .p-link a span {
	display: inline-block;
}
.products .p-link a::before {
	width: .5em;
    height: .5em;
    right: 8px;
}
.products .p-link a::after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	width: .5em;
	height: .5em;
	border-top: 2px solid #3e3a39;
	border-left: 2px solid #3e3a39;
	transform: rotate(135deg);
	transition: 0.5s;
}

.products .p-link a:hover::after {
	border-top: 2px solid #d20000;
	border-left: 2px solid #d20000;
}

@media screen and (min-width: 768px) {
	.products__list li a .item > img {
		transition: transform .3s ease;
	}
	.products__list li a:hover .item > img {
		transform: scale(1.02);
	}

	.products .p-link a {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.products .c-lead__text {
		margin-bottom: 20px;
	}
	.products:after {
		bottom: -25px;
		height: 50px;
		background-size: 500px 50px;
	}
	.products__inner {
		padding: 80px 0 80px;
	}
	.products__title {
		width: 28.65671641791045%;
	}
	.products__list {
		width: auto;
		gap: 0 calc(100 / 1500 * 100%);
	}
	.products__list li:nth-child(1) {
		width: 24.533333333vw;
	}
	.products__list li:nth-child(2) {
		width: 28.266666667vw;
	}
	.products__list li:nth-child(3) {
		width: 29.066666667vw;
	}
	.products__list li:nth-child(4) {
		width: 29.066666667vw;
	}
	.products__list li .item {
		min-height: 67.2vw;
	}
	.products__list li .ml {
		margin-top: 10px;
		width: 56px;
	}
	.products__list li .icon--new {
		top: -10.66666666666667vw;
		left: -5.333333333333333vw;
		width: 14.13333333333333vw;
	}
	.products .p-link {
		margin-left: 10px;
		margin-top: 20px;
	}
	.products .p-link a {
		font-size: 10px;
		line-height: 1.4;
		padding: 0;
	}
	.products .p-link a::before {
		bottom: 4px;
		right: 5px;
	}
	.products .p-link a::after {
		transition: 0.5s;
        border-top: 1.5px solid #3e3a39;
        border-left: 1.5px solid #3e3a39;
		bottom: 4px;
	}

	.products .p-link a:hover::after {
		border-top: 1.5px solid #d20000;
		border-left: 1.5px solid #d20000;
	}
}


/* --------------------------------------------------
		skill
-------------------------------------------------- */
.skill__inner {
	padding-top: 160px;
}
.skill__title {
	width: 298px;
}
.skill-wbox {
	position: relative;
	opacity: 0;
	background-color: #ffffff;
	margin-bottom: 90px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.skill-wbox__wrap {
	position: relative;
	overflow: hidden;
	height: 760px;
}
.skill-wbox__badge {
	position: absolute;
	z-index: 2;
	top: 265px;
	left: calc(50% - 120px);
	width: 240px;
}
.skill-wbox__line {
	position: relative;
	display: flex;
	padding-top: 80px;
}
.skill-wbox__line:before {
	content: "";
	position: absolute;
	top: 80px;
	left: 50%;
	height: calc(100% - 80px);
	transform: translateX(-50%);
	border-left: 3px solid #d20000;
}
.skill-unit {
	width: 50%;
	text-align: center;
	position: relative;
	opacity: 0;
}
.skill-unit__title {
	margin: -5px auto 50px;
}
.skill-unit__image {
	width: 300px;
	margin: 0 auto 40px;
}
.skill-unit__text {
	font-size: 1.8rem;
}
.skill-unit__text p + p {
	margin-top: 1.0em;
}
.skill-unit__sec {
	margin-top: 70px;
}
.skill-unit__sec .title {
	width: 355px;
	margin: 0 auto 30px;
}
.skill-unit__sec .text {
	margin-bottom: 40px;
}
.skill--01 .skill-unit__title {
	width: 330px;
}
.skill--01 .skill-unit__sec .image--01 {
	width: 347px;
	margin: 70px auto 0;
}
.skill--02 .skill-unit__title {
	width: 430px;
}
.skill--02 .skill-unit__sec .image--01 {
	position: relative;
	width: 415px;
	margin: 0 auto;
}
.skill--02 .skill-unit__sec .image--01 span {
	display: block;
}
.skill--02 .skill-unit__sec .image--01 .g-base {
	position: relative;
	z-index: 1;
}
.skill--02 .skill-unit__sec .image--01 .g-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: height 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.skill--02 .skill-unit__sec .image--01 .g-bar img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.skill--02 .skill-unit__sec .image--01 .g-text {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.6s ease 1s;
}
.skill--02 .skill-unit__sec .image--01.is-active .g-bar {
	height: 100%;
}
.skill--02 .skill-unit__sec .image--01.is-active .g-text {
	opacity: 1;
}
.skill--02 .skill-unit__sec .image--02 {
	position: relative;
	width: 415px;
	margin: 0 auto;
}
.skill--02 .skill-unit__sec .image--02 .g-text {
	position: absolute;
	z-index: 2;
	top: -5%;
	left: 0;
	opacity: 0;
	transition: opacity 0.6s ease 1s,
				top 0.6s ease-out 1s;
}
.skill--02 .skill-unit__sec .image--02 .g-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.6s ease 1s;
}
.skill--02 .skill-unit__sec .image--02 .g-line {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.skill--02 .skill-unit__sec .image--02 .g-line img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: none;
	height: 100%;
}
.skill--02 .skill-unit__sec .image--02.is-active .g-text {
	top: 0;
	opacity: 1;
}
.skill--02 .skill-unit__sec .image--02.is-active .g-bg {
	opacity: 1;
}
.skill--02 .skill-unit__sec .image--02.is-active .g-line {
	width: 100%;
}
.skill-movie {
	position: relative;
	opacity: 0;
	padding: 80px 60px 75px;
}
.skill-movie__title {
	width: 504px;
	margin: 0 auto 40px;
}
.skill-movie__frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000000;
}
.skill-movie__frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.skill-toggle__button {
	position: relative;
}
.skill-toggle__button:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
}
.skill-toggle__button a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 25px 0;
	text-align: center;
	background: -webkit-linear-gradient(left, #b59513, #f3e291, #b59513);
	background: linear-gradient(to right, #b59513, #f3e291, #b59513);
}
.skill-toggle__button a span {
	position: relative;
	display: inline-block;
	width: 406px;
	padding-right: 50px;
}
.skill-toggle__button a span:before {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	right: 4px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #d20000;
	border-left: 2px solid #d20000;
	transform: rotate(-135deg);
}
.skill-toggle__button a.is-active span:before {
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
.skill-graph {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	padding: 75px 60px;
	opacity: 0;
}
.skill-graph__note {
	position: absolute;
	top: 75px;
	right: 60px;
	font-size: 0;
	width: 64px;
}
.skill-graph__title {
	width: 384px;
	margin: 0 auto 40px;
}
.skill-graph__text {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 50px;
}
.skill-graph__image {
	position: relative;
	margin-bottom: 50px;
}
.skill-graph__image span {
	display: block;
}
.skill-graph__image .g-base {
	position: relative;
	z-index: 2;
}
.skill-graph__image .g-bar1 {
	position: absolute;
	bottom: 183px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.skill-graph__image.is-active .g-bar1 {
	height: 135px;
}
.skill-graph__image .g-bar1 img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.skill-graph__image .g-bar2 {
	position: absolute;
	top: 147px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.skill-graph__image.is-active .g-bar2 {
	height: 28px;
}
.skill-graph__image .g-bar2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.skill-graph-box {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.skill-graph-box .note {
	font-size: 0;
	width: 226px;
}
.skill-graph-box .text {
	flex: 1;
	font-size: 0;
	text-align: center;
}
.skill-graph-box .text img {
	width: 486px;
}

.skill-curb {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	padding: 75px 0 0;
}
.skill-curb__wrap {
	position: relative;
	overflow: hidden;
	display: none;
	opacity: 0;
	padding-bottom: 60px;
	padding: 0 60px 60px 60px;
}
.skill-curb__wrap.is-active {
	opacity: 1;
}
.skill-curb__title {
	width: 646px;
	margin: 0 auto 40px;
}

.skill-curb__graph01 {
	font-size: 18px;
	padding: 0 60px 75px;
	text-align: center;
}

.skill-curb__graph01 p {
	margin-top: 60px;
}

.skill-curb p.mb_15em {
	margin-bottom: 1.5em !important;
}

.skill-curb p.skill-curb__linetx {
	background: linear-gradient(transparent 95%, #d20000 0%);
    display: inline;
	color: #d20000;
}

.skill-curb__graph02 {
	font-size: 16px;
	display: flex;
	text-align: center;
	letter-spacing: 0.04em;
}

.skill-curb__graph02 .skill-curb__graph02__item {
	opacity: 0;
	transition: 1s;
	transform: translate(0px, 50px);
}

.skill-curb__graph02 .skill-curb__graph02__item.is-fadeIn {
	opacity: 1;
	transition: 1s;
	transform: translate(0px, 0);
}


.skill-curb__graph02 .skill-curb__graph02__item:first-child {
	border-right: 3px solid #d20000;
	padding: 0 40px 0 0;
}

.skill-curb__graph02 .skill-curb__graph02__item:last-child {
	padding: 0 0 0 40px;
}

.skill-curb__graph02 img,
.skill-curb__graph02 p {
	margin-top: 1.5em;
}

.skill-curb__graph02 .skill-curb__graph02__ttl img {
	margin-top: 0;
}

.skill-curb__tx {
	max-width: 800px;
	margin: 60px auto 0;
	text-align: center;
}

.skill-curb__tx span.note {
	font-size: 12px;
}

.skill-curb__tx .p-link {
	margin: 20px 0 0 auto;
}

.skill-curb__tx .p-link a {
	justify-content: end;
}
.skill-curb__tx .p-link a::before {
	right: 6px;
}
.skill-curb-toggle__button {
	position: relative;
	cursor: pointer;
}
.skill-curb-toggle__button {
	position: relative;
	z-index: 1;
	display: block;
	padding: 25px 0;
	text-align: center;
	background: -webkit-linear-gradient(left, #b59513, #f3e291, #b59513);
	background: linear-gradient(to right, #b59513, #f3e291, #b59513);
}
.skill-curb-toggle__button span {
	position: relative;
	display: inline-block;
	width: 406px;
	padding-right: 50px;
}
.skill-curb-toggle__button span:before {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	right: 4px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #d20000;
	border-left: 2px solid #d20000;
	transform: rotate(-135deg);
}
.skill-curb-toggle__button.is-active span:before {
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
	.skill-toggle__button a span {
		transition: opacity .3s ease;
	}
	.skill-toggle__button a:hover span {
		opacity: 0.75;
	}
	.skill-curb-toggle__button span {
		transition: opacity .3s ease;
	}
	.skill-curb-toggle__button:hover span {
		opacity: 0.75;
	}
}
@media screen and (max-width: 767px) {
	.skill__inner {
		padding-top: 80px;
	}
	.skill__title {
		width: 46.34328358208955%;
	}
	.skill-wbox {
		background-color: transparent;
		margin-bottom: 40px;
		box-shadow: none;
	}
	.skill-wbox__wrap {
		height: auto;
		overflow: visible;
	}
	.skill-wbox__line {
		display: block;
		padding-top: 0;
	}
	.skill-wbox__line:before {
		content: none;
	}
	.skill-unit__box {
		display: none;
	}
	.skill-unit {
		width: 100%;
		margin: calc(6.666666666666667vw + 15px) 0 40px;
		padding: calc(6.666666666666667vw + 10px) 20px 0;
		background-color: #ffffff;
		box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
	}
	.skill-unit__badge {
		position: absolute;
		top: -6.666666666666667vw;
		left: 20px;
		width: 13.33333333333333vw;
	}
	.skill-unit__title {
		margin: 0 auto 20px;
	}
	.skill-unit__image {
		width: 50.84745762711864%;
		margin: 0 auto 20px 28%;
	}
	.skill-unit__text {
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	.skill-unit__sec {
		margin-top: 30px;
	}
	.skill-unit__sec:first-child {
		margin-top: 0;
	}
	.skill-unit__sec:last-child {
		padding-bottom: 40px;
	}
	.skill-unit__sec .title {
		width: 85.42372881355932%;
		margin-bottom: 30px;
	}
	.skill-unit__sec .text {
		margin-bottom: 20px;
	}
	.skill--01 .skill-unit__title {
		width: 61.01694915254237%;
	}
	.skill--01 .skill-unit__sec .image--01 {
		margin: 0 auto 0 24%;
		width: 58.98305084745763%;
	}
	.skill--02 .skill-unit__title {
		width: 79.83050847457627%;
	}
	.skill--02 .skill-unit__sec .image--01 {
		width: 92.88135593220339%;
		margin: 0 auto;
	}
	.skill--02 .skill-unit__sec .image--02 {
		width: 92.88135593220339%;
		margin: 0 auto;
	}
	.skill-movie {
		padding: 25px 20px;
		background-color: #ffffff;
		box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
	}
	.skill-movie__title {
		width: 90.50847457627119%;
		margin-bottom: 20px;
	}
	.skill-toggle__button {
		margin: 0 -20px;
	}
	.skill-toggle__button:before {
		content: none;
	}
	.skill-toggle__button a {
		padding: 16px 0;
	}
	.skill-toggle__button a span {
		padding-right: 30px;
		line-height: 1;
	}
	.skill-toggle__button a span:before {
		top: calc(50% - 9px);
		right: 2px;
		width: 12px;
		height: 12px;
	}
	.skill-toggle__button a.is-active span:before {
		top: calc(50% - 2px);
		transform: rotate(45deg);
	}
	.skill--01 .skill-toggle__button a span {
		width: calc(68.65671641791045% + 30px);
	}
	.skill--02 .skill-toggle__button a span {
		width: calc(80% + 30px);
	}
	.skill-graph {
		box-shadow: 0 6px 6px rgb(0 0 0 / 30%);
		padding: 40px 20px 35px;
	}
	.skill-graph__note {
		top: 20px;
		right: 20px;
		width: 32px;
	}
	.skill-graph__title {
		margin-bottom: 20px;
		width: 71.52542372881356%;
	}
	.skill-graph__text {
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	.skill-graph__image {
		margin-bottom: 15px;
	}
	.skill-graph__image .g-bar1 {
		bottom: 59.32203389830508%;
	}
	.skill-graph__image.is-active .g-bar1 {
		height: 31.77966101694915%;
	}
	.skill-graph__image .g-bar2 {
		top: 40.67796610169492%;
	}
	.skill-graph__image.is-active .g-bar2 {
		height: 7.627118644067797%;
	}
	.skill-graph-box {
		display: block;
	}
	.skill-graph-box .note {
		width: 90.16949152542373%;
		margin: 0 auto 30px;
	}
	.skill-graph-box .text {
		margin: 0 auto;
		width: 82.3728813559322%;
	}
	.skill-graph-box .text img {
		width: 100%;
	}

	.skill-curb {
		padding: 25px 0 0;
		box-shadow: none;
	}
	.skill-curb__wrap {
		height: auto;
		overflow: visible;
		padding: 0 30px 30px 30px;
	}
	.skill-curb__title {
		width: 90%;
		margin-bottom: 20px;
	}
	.skill-curb__graph01 {
		font-size: 12px;
		padding: 0 30px 45px;
	}
	.skill-curb__graph02 {
		display: block;
		font-size: 12px;
	}
	.skill-curb__graph02 .skill-curb__graph02__item {
		padding: 0;
	}
	.skill-curb__graph02 .skill-curb__graph02__item:last-child,
	.skill-curb__graph02 .skill-curb__graph02__item:first-child {
		border: none;
		padding: 0;
	}
	.skill-curb__graph02 .skill-curb__graph02__item + .skill-curb__graph02__item {
		margin-top: 45px;
	}

	.skill-curb-toggle__button {
		margin: 0;
		padding: 16px 0;
	}
	
	.skill-curb-toggle__button span {
		padding-right: 30px;
		line-height: 1;
		width: 80%;
		margin: auto;
		display: block;
	}
	.skill-curb-toggle__button span:before {
		top: calc(50% - 9px);
		right: 2px;
		width: 12px;
		height: 12px;
	}
	.skill-curb-toggle__button.is-active span:before {
		top: calc(50% - 2px);
		transform: rotate(45deg);
	}

	.skill-curb__graph01 p {
		margin-top: 20px;
	}
	
	.skill-curb__tx {
		font-size: 12px;
	}
	.skill-curb__tx span.note {
		font-size: 10px;
	}

}


/* --------------------------------------------------
		recipe
-------------------------------------------------- */
.recipe__title {
	width: 224px;
}
.recipe__list {
	max-width: 1200px;
	margin: 0 auto;
}
.recipe__list li + li {
	margin-top: 45px;
}
.recipe__list li .button {
	position: relative;
	z-index: 1;
	display: flex;
	background-color: #ffffff;
}
.recipe__list li .button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.recipe__list li .body {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.recipe__list li .title {
	width: 256px;
	margin: 0 auto;
}
.recipe__list li .image {
	width: 618px;
}
.recipe__list li:nth-child(2n) {
	margin-left: 6.666666666666667%;
}
.recipe__list li:nth-child(2n) .button {
	flex-direction: row-reverse;
}
.recipe__list li:nth-child(2n) .button:before {
	right: auto;
	left: 0;
}
.recipe__list li:nth-child(2n+1) {
	margin-right: 6.666666666666667%;
}
.recipe__list li .cooking .title {
	margin-bottom: 30px;
}
.recipe__list li .milkrecipe .title {
	margin-bottom: 20px;
}
.recipe__list li .milkrecipe .text {
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.recipe__list li a.button .image {
		transition: opacity .3s ease;
	}
	.recipe__list li a.button:hover .image {
		opacity: 0.75;
	}
}
@media screen and (max-width: 767px) {
	.recipe__title {
		width: 34.62686567164179%;
	}
	.recipe__list li + li {
		margin-top: 25px;
	}
	.recipe__list li .button {
		display: block;
	}
	.recipe__list li .button:before {
		box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
	}
	.recipe__list li .body {
		display: block;
	}
	.recipe__list li .text {
		font-size: 1.1rem !important;
	}
	.recipe__list li .image {
		width: 100%;
	}
	.recipe__list li:nth-child(2n) {
		margin-left: 40px;
	}
	.recipe__list li:nth-child(2n+1) {
		margin-right: 40px;
	}
	.recipe__list li .cooking .body {
		padding: 40px 0;
	}
	.recipe__list li .cooking .title {
		width: 50.59701492537313%;
		margin-bottom: 15px;
	}
	.recipe__list li .milkrecipe .body {
		padding: 30px 0;
	}
	.recipe__list li .milkrecipe .title {
		width: 49.25373134328358%;
		margin-bottom: 10px;
	}
}


/* --------------------------------------------------
		fun
-------------------------------------------------- */
.fun__title {
	width: 254px;
}
.fun__list {
	display: flex;
	flex-wrap: wrap;
	margin: -45px -30px 0;
}
.fun__list li {
	width: 50%;
	padding: 0 30px;
	margin-top: 45px;
}
.fun__list li .button {
	display: block;
	background-color: #ffffff;
	padding: 20px 20px;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
}
.fun__list li .body {
	padding-top: 20px;
	text-align: center;
}
.fun__list li .title {
	line-height: 1;
	width: 258px;
	margin: 0 auto;
}
.fun__list li .title span {
	position: relative;
	display: inline-block;
}
.fun__list li .title span .on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.fun__list li .text {
	margin-top: 15px;
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.fun__list li a.button {
		transition: color .3s ease;
	}
	.fun__list li a.button:hover {
		color: #d20000;
	}
	.fun__list li a.button .image {
		transition: opacity .3s ease;
	}
	.fun__list li a.button:hover .image {
		opacity: 0.75;
	}
	.fun__list li a.button .title span .on {
		transition: opacity .3s ease;
	}
	.fun__list li a.button:hover .title span .on {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.fun__title {
		width: 39.70149253731343%;
	}
	.fun__list {
		display: block;
		flex-wrap: wrap;
		margin: 0 0;
	}
	.fun__list li {
		width: 100%;
		padding: 0 0;
		margin-top: 22px;
	}
	.fun__list li:first-child {
		margin-top: 0;
	}
	.fun__list li .button {
		display: flex;
		padding: 10px 10px;
		box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.3);
	}
	.fun__list li .image {
		width: 36.50793650793651%;
	}
	.fun__list li .body {
		padding-top: 0;
		flex: 1;
		align-self: center;
	}
	.fun__list li .title {
		width: 75%;
	}
	.fun__list li .title span .on {
		display: none;
	}
	.fun__list li .text {
		font-size: 1.1rem;
	}
}


/* --------------------------------------------------
		study
-------------------------------------------------- */
.study__inner {
	padding-bottom: 160px;
}
.study__title {
	width: 238px;
}
.study__list {
	display: flex;
	flex-wrap: wrap;
	margin: -45px -30px 0;
}
.study__list li {
	width: 50%;
	padding: 0 30px;
	margin-top: 45px;
}
.study__list li .button {
	position: relative;
	display: flex;
	background-color: #ffffff;
	padding: 25px 25px;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
}
.study__list li .button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #b59513, #f3e291, #b59513);
	background: linear-gradient(to right, #b59513, #f3e291, #b59513);
	opacity: 0;
}
.study__list li .image {
	position: relative;
	z-index: 1;
	width: 22.27272727272727%;
}
.study__list li .body {
	position: relative;
	z-index: 1;
	flex: 1;
	align-self: center;
	text-align: center;
}
.study__list li .text {
	width: 266px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.study__list li a.button:before {
		transition: opacity .3s ease;
	}
	.study__list li a.button:hover:before {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.study__title {
		width: 36.71641791044776%;
	}
	.study__inner {
		padding-bottom: 80px;
	}
	.study__list {
		margin: -10px -5px 0;
	}
	.study__list li {
		padding: 0 5px;
		margin-top: 10px;
	}
	.study__list li .button {
		display: block;
		padding: 15px 15px;
		box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.3);
	}
	.study__list li .button:before {
		content: none;
	}
	.study__list li .image {
		width: 47.16981132075472%;
		margin: 0 auto 15px;
	}
	.study__list li .body {
		width: 88.30188679245283%;
		margin: 0 auto;
	}
	.study__list li .text {
		width: 100%;
	}
}


/* --------------------------------------------------
		pagetop
-------------------------------------------------- */
.pagetop {
	position: fixed;
	z-index: 100;
	top: 130px;
	right: 40px;
	width: 78px;
	display: none;
}
@media screen and (min-width: 768px) {
	.pagetop a {
		transition: opacity .3s ease;
	}
	.pagetop a:hover {
		opacity: 0.75;
	}
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		magnific-popup
-------------------------------------------------- */
.mfp-fade.mfp-bg {
	opacity: 0.5;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-gyunyu .mfp-container {
	padding: 0 20px;
}
.mfp-gyunyu button.mfp-close {
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 0;
	opacity: 1;
	padding: 0 0;
	background-color: transparent;
	background-image: url(../common/img/icon_close.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.mfp-gyunyu .mfp-container.mfp-iframe-holder {
	padding-top: 60px;
	padding-bottom: 60px;
}
.mfp-gyunyu .mfp-iframe-holder button.mfp-close {
	top: -40px;
	right: 0;
	background-image: url(../img/icon_close.png);
}
.mfp-gyunyu .mfp-iframe-scaler iframe {
	box-shadow: none;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.mfp-gyunyu .mfp-container {
		padding: 0 15px;
	}
	.mfp-gyunyu button.mfp-close {
		width: 15px;
		height: 15px;
	}
	.mfp-gyunyu .mfp-iframe-holder button.mfp-close {
		top: -25px;
	}
	.mfp-gyunyu .mfp-container.mfp-iframe-holder {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


/* --------------------------------------------------
		modal-movie
-------------------------------------------------- */
.modal-movie {
	position: relative;
	max-width: 960px;
	margin: 20px auto;
}
.modal-movie__inner {
	padding: 90px 30px 30px;
	background-color: #ffffff;
}
.modal-movie__frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.modal-movie__frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-movie button.mfp-close {
	top: 30px;
	right: 30px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.modal-movie__inner {
		padding: 40px 15px 15px;
	}
	.modal-movie button.mfp-close {
		top: 15px;
		right: 15px;
	}
}


/* --------------------------------------------------
		modal-download
-------------------------------------------------- */
.modal-download {
	position: relative;
	max-width: 980px;
	margin: 20px auto;
}
.modal-download__inner {
	padding: 90px 6.122448979591837% 30px;
	background-color: #ffffff;
}
.modal-download button.mfp-close {
	top: 70px;
	right: 7.142857142857143%;
}
.modal-download__title {
	text-align: center;
	width: 322px;
	margin: 0 auto 40px;
}
.modal-download__lead {
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 3px solid #d20000;
	font-size: 1.4rem;
}
.modal-download__list {
	display: flex;
	flex-wrap: wrap;
	margin: -25px -2.790697674418605% 0;
}
.modal-download__list li {
	width: 33.333333333333%;
	padding: 0 2.643171806167401%;
	margin-top: 25px;
}
.modal-download__list li .thumb {
	margin-bottom: 20px;
}
.modal-download__list li a {
	display: block;
	color: #ffffff;
	background-color: #9e9e9e;
	border-radius: 4px 4px;
	font-size: 0;
	width: 150px;
	margin: 0 auto;
}
.modal-download__note {
	margin: 60px auto 0;
	width: 384px;
	font-size: 0;
}
@media screen and (min-width: 768px) {
	.modal-download__list li a.u-sp {
		display: none;
	}
	.modal-download__list li a {
		transition: background-color .3s ease;
	}
	.modal-download__list li a:hover {
		background-color: #d20000;
	}
}
@media screen and (max-width: 767px) {
	.modal-download {
		max-width: 83.33333333333333%;
	}
	.modal-download__inner {
		padding: 60px 15px 30px;
	}
	.modal-download button.mfp-close {
		top: 24px;
		right: 20px;
	}
	.modal-download__title {
		width: 62.52427184466019%;
		margin-bottom: 30px;
	}
	.modal-download__lead {
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom-width: 2px;
		font-size: 1.0rem;
	}
	.modal-download__list {
		display: block;
		margin: 0 auto;
		width: 74.36893203883495%;
	}
	.modal-download__list li {
		width: 100%;
		padding: 0 0;
	}
	.modal-download__list li + li {
		margin-top: 25px;
	}
	.modal-download__list li .thumb {
		margin-bottom: 15px;
	}
	.modal-download__list li a {
		width: 60.05221932114883%;
		min-width: 115px;
		text-align: center;
	}
	.modal-download__list li a img {
		max-width: 115px;
	}
	.modal-download__note {
		margin-top: 30px;
		width: 192px;
	}
	.modal-download__list li a.u-pc {
		display: none;
	}
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
