body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	position: relative;
}

html {
	scroll-padding-top: 14.0625rem;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.mv {
	background-color: #d7cb62;
}

.mv__layout {
	margin-bottom: 3.125rem;
	padding-top: 5.625rem;
}

.mv__inner {
	background-image: url(../images/common/branch.webp);
	background-position: right -1.25rem top -1.25rem;
	background-repeat: no-repeat;
	background-size: 80%;
	padding: 1.0625rem 20px 1.875rem;
}

.mv__header {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 1.875rem;
}

.mv__illust {
	width: 11.25rem;
}

.mv__copybox-sp {
	background-color: #fff;
	box-shadow: 0 0.375rem 0.5rem rgba(17, 17, 17, 0.25);
	margin-left: -5rem;
	margin-top: -3.125rem;
	padding: 0.875rem 1.25rem;
}

.mv__copybox-pc {
	background-color: #fff;
	box-shadow: 0 0.375rem 0.5rem rgba(17, 17, 17, 0.25);
	margin-bottom: 1.5625rem;
	margin-top: -0.625rem;
	padding: 1.75rem 1.875rem;
	width: 28.5625rem;
}

.mv__copy-sp {
	width: 8.875rem;
}

.mv__copy-pc {
	width: 24.5625rem;
}

.mv__text {
	font-size: 0.9375rem;
	margin-bottom: 0.625rem;
	text-align: center;
}

.mv__textarea-sp {
	margin-bottom: 1.875rem;
}

.mv__copyarea-pc {
	display: none;
}

.btn-contact {
	align-items: center;
	background-color: #111;
	border-radius: 0.25rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	justify-content: center;
	padding: 0.5rem;
	transition: all 0.3s;
}

.btn-contact.pc {
	width: 8.6875rem;
}

.btn-contact:hover {
	color: #d7cb62;
	letter-spacing: 0.1em;
}

.footer {
	background-color: #d7cb62;
}

.footer__inner {
	padding: 1.25rem 20px;
}

.footer__btn {
	margin-bottom: 0.625rem;
	width: 70%;
}

.footer__copyright {
	font-size: 0.75rem;
	font-weight: 400;
}

.footer__copy {
	display: none;
}

.footer__triangle {
	display: none;
}

.hamburger span {
	background-color: #111;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: all 0.3s ease-in-out;
	width: 1.5rem;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	margin: 0.25rem 0;
}

.hamburger span:nth-child(3) {
	top: 0;
}

.hamburger.is-open span:nth-child(1) {
	top: 0.3125rem;
	transform: rotate(30deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
	top: -0.4375rem;
	transform: rotate(-30deg);
}

.hamburger {
	width: 1.5rem;
}

.header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.header__layout {
	background: linear-gradient(-5deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
	height: 5.625rem;
}

.header__inner {
	align-items: flex-start;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 1.0625rem 20px 0;
}

.header__logo {
	margin-bottom: 0.375rem;
	width: 5.8125rem;
}

.logo__text {
	font-size: 0.875rem;
	font-weight: 400;
}

.sp-nav {
	background-color: #e1d88b;
	position: fixed;
	right: 0;
	right: -100%;
	top: 3.125rem;
	transition: all 0.5s;
	width: 100%;
	z-index: 8000;
}

.sp-nav::before {
	background-color: #e1d88b;
	content: "";
	display: block;
	height: 5rem;
	margin-top: -2.5rem;
	width: 100%;
}

.sp-nav__item {
	border-bottom: 1px solid #fff;
	display: block;
	padding: 0.625rem 1.875rem;
	text-align: right;
}

.sp-nav.is-open {
	right: 0;
}

.header__nav {
	display: none;
}

.header__navitems {
	display: flex;
	gap: 1.875rem;
}

.header__navitem {
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.header__navitem-line {
	padding-bottom: 0.3125rem;
	position: relative;
}

.header__navitem-line::after {
	background-color: #d7cb62;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: all 0.3s;
	width: 100%;
}

.header__navitem-line:hover::after {
	transform: scaleX(1);
	transform-origin: center;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.portfolio__sectionnote {
	background-color: rgba(215, 203, 98, 0.3);
	border-radius: 0.25rem;
	font-size: 0.75rem;
	line-height: 1.5em;
	padding: 0.75rem 1rem;
}

.portfolio__sectiontitle {
	font-size: 1.75rem;
	font-weight: 400;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 7000;
}

.portfolio__sectiontitle::after {
	background-color: #d7cb62;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 50%;
	margin-top: 0.4375rem;
	position: absolute;
	transform: translateX(-50%);
	width: 3rem;
}

.portfolio__sectiontitle::before {
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	aspect-ratio: 1/0.86603;
	background: #d7cb62;
	background-color: #d7cb62;
	bottom: 0;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	content: "";
	display: block;
	left: 50%;
	margin-bottom: -1.3125rem;
	position: absolute;
	transform: translateX(-50%);
	width: 0.875rem;
}

.portfolio__section {
	margin-bottom: 5rem;
}

.timeline {
	border-left: 1px solid #fa7070;
	padding-left: 1.5rem;
}

.timeline__item {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	padding: 0.625rem 0;
	position: relative;
}

.timeline__item::before {
	background-color: #fa7070;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.625rem;
	left: -1.8125rem;
	position: absolute;
	top: 1.0625rem;
	width: 0.625rem;
}

.profile__inner {
	background-image: url(../images/common/branch.webp);
	background-position: right -1.25rem top 0.625rem;
	background-repeat: no-repeat;
	background-size: 80%;
	padding: 0 20px;
}

.bg__profile {
	height: 100%;
	width: 100%;
}

.profile__title {
	margin-bottom: 3.125rem;
}

.profile__timeline {
	margin-bottom: 1.875rem;
}

.profile__extratext {
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
}

.profile__originname {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.scroll-top__link {
	bottom: 3.125rem;
	cursor: pointer;
	display: block;
	height: 5.3125rem;
	opacity: 0;
	padding: 0;
	position: fixed;
	right: 1.875rem;
	transition: opacity 0.3s ease;
	visibility: hidden;
	width: 1.5rem;
	z-index: 100;
}

.scroll-top__link.show {
	opacity: 1;
	visibility: visible;
}

.scroll-top__link:hover {
	transition: all 0.3s;
}

.skills__inner {
	padding: 0 20px;
}

.skills__title {
	margin-bottom: 3.125rem;
}

.skills__items {
	margin: 0 auto 1.875rem;
	width: 18.75rem;
}

.skills__item {
	grid-gap: 0.625rem;
	align-items: center;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 2.5rem 5rem 1fr;
	grid-template-rows: 2.1875rem;
	justify-content: center;
	margin-bottom: 0.9375rem;
	width: inherit;
	z-index: 9000;
}

.skills__logo {
	width: 1.875rem;
}

.skills__name {
	font-size: 0.8125rem;
}

.skills__scale {
	display: flex;
	gap: 0.625rem;
}

.skills__scale .on {
	background-color: #fa7070;
	border-radius: 50%;
	display: inline-block;
	height: 1.125rem;
	width: 1.125rem;
}

.skills__scale .off {
	border: 1px solid #fa7070;
	border-radius: 50%;
	display: inline-block;
	height: 1.125rem;
	width: 1.125rem;
}

.swiper {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.slide-item img {
	box-shadow: 0 0.5rem 0.625rem rgba(17, 17, 17, 0.5);
}

.u-bold {
	font-weight: 700;
}

.link-icon {
	color: #111;
	font-size: 0.75rem;
	margin-left: 0.375rem;
}

.works-card {
	background-color: #fff;
	margin: 0 auto 3.125rem;
	max-width: 28.125rem;
}

.works-card__cate {
	color: #fa7070;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.625rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
}

.works-card__cate::before {
	background-color: #fa7070;
	bottom: 20%;
	content: "";
	display: inline-block;
	height: 0.875rem;
	left: 0;
	margin-right: 0.25rem;
	position: absolute;
	width: 0.125rem;
}

.works-card__cate::after {
	background-color: #fa7070;
	bottom: 20%;
	content: "";
	display: inline-block;
	height: 0.875rem;
	position: absolute;
	right: 0;
	width: 0.125rem;
}

.works-card__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3333333333;
	margin-bottom: 0.25rem;
}

.works-card__year {
	font-size: 0.75rem;
	font-weight: 400;
	margin-bottom: 0.25rem;
}

.works-card__tools {
	font-size: 0.75rem;
	font-weight: 400;
	list-style: disc;
	padding-left: 1rem;
}

.works-card__titlewrap {
	margin-bottom: 0.625rem;
}

.works-card__img {
	margin-bottom: 1.25rem;
}

.works-card__text {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	margin-bottom: 1.25rem;
}

.works__inner {
	padding: 0 20px;
}

.works__title {
	margin-bottom: 3.125rem;
}

.works__carousel {
	background-color: rgba(215, 203, 98, 0.5);
	height: 15.625rem;
}

.works__carouseltitle {
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
	padding-top: 1.25rem;
}

@media (min-width: 480px) {

.header__layout {
	background: linear-gradient(-4.5deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
}

}

@media (min-width: 540px) {

.header__layout {
	background: linear-gradient(-4deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
}

}

@media (min-width: 600px) {

.header__layout {
	background: linear-gradient(-3.5deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
}

}

@media (min-width: 660px) {

.header__layout {
	background: linear-gradient(-3deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
}

}

@media (min-width: 767px) {

.header__layout {
	background: linear-gradient(-2.5deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5238095238vw;
}

html {
	scroll-padding-top: 13.125rem;
}

.mv__layout {
	padding-top: 11.25rem;
}

.mv__inner {
	background-image: none;
}

.mv__bg {
	background-image: url(../images/common/branch.webp);
	background-position: right -1.25rem top 0rem;
	background-repeat: no-repeat;
	background-size: 45%;
	height: 75rem;
	left: 0;
	padding: 3.4375rem 25px;
	position: absolute;
	top: 2.5rem;
	width: 100%;
}

.mv__header {
	gap: 2.5rem;
}

.mv__illust {
	width: 17.5rem;
}

.mv__copybox-sp {
	display: none;
}

.mv__text {
	font-size: 1rem;
	line-height: 2.2em;
	margin-bottom: 1.25rem;
	text-align: left;
}

.mv__textarea-sp {
	display: none;
}

.mv__copyarea-pc {
	display: block;
	z-index: 9999;
}

.btn-contact.sp {
	display: none;
}

.footer__inner {
	padding: 3.75rem 25px 1.875rem;
}

.footer__btn {
	margin: 1.875rem auto 3.125rem;
	width: 20.625rem;
}

.footer__copy {
	display: block;
	margin-bottom: 1.25rem;
	text-align: center;
}

.footer__triangle {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #111;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	height: 1rem;
	margin: 0 auto 0.625rem;
	width: 0.875rem;
}

.hamburger {
	display: none;
}

.header__layout {
	background: linear-gradient(-4deg, transparent 0%, transparent 35%, #fff 35%, #fff 100%);
	height: 13.125rem;
}

.header__inner {
	margin: 0 auto;
	max-width: 65.625rem;
	padding: 3.125rem 25px;
}

.header__logo {
	margin-bottom: 1.5625rem;
	width: 9.875rem;
}

.header__nav {
	display: block;
	margin-right: 17.5rem;
	margin-top: 0.9375rem;
}

.inner {
	max-width: 1100px;
	padding-left: 25px;
	padding-right: 25px;
}

.portfolio__sectionnote {
	font-size: 0.9375rem;
	padding: 0.5rem;
}

.profile__inner {
	background-image: none;
	margin: 0 auto;
	max-width: 65.625rem;
	padding: 0 25px;
}

.bg__profile {
	background-image: url(../images/common/branch.webp);
	background-position: right -1.25rem top -2.5rem;
	background-repeat: no-repeat;
	background-size: 35%;
}

.profile__timeline {
	margin-right: 6.25rem;
}

.scroll-top__link {
	bottom: 6.25rem;
	right: 3.125rem;
}

.scroll-top__link:hover {
	height: 6.375rem;
	width: 1.8rem;
}

.skills__inner {
	padding: 0 25px;
}

.skills__title {
	margin-bottom: 5rem;
}

.skills__items {
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
	margin: 0 auto 2.5rem;
	width: 43.75rem;
}

.skills__item {
	align-items: end;
	grid-auto-flow: column;
	grid-template-columns: none;
	grid-template-rows: 1fr 3.125rem 1.25rem;
	justify-items: center;
	place-items: end center;
	width: 4.75rem;
}

.skills__item .skills__scale {
	order: 1;
}

.skills__item img {
	order: 2;
}

.skills__item .skills__name {
	order: 3;
}

.skills__scale {
	flex-flow: column-reverse;
}

.skills__note {
	margin: 0 auto;
	text-align: center;
	width: 51.875rem;
}

.works-card {
	margin-bottom: 3.125rem;
}

.works-card__title {
	margin-bottom: 0.5rem;
}

.works-card__year {
	margin-bottom: 0.5rem;
}

.works-card__img {
	margin-bottom: 1.5rem;
	max-width: 17.5rem;
}

.works-card__pcflex {
	display: flex;
	flex-direction: row-reverse;
	gap: 1.25rem;
	max-width: 28.125rem;
}

.works__inner {
	margin: 0 auto;
	max-width: 65.625rem;
	padding: 0 25px;
}

.works__title {
	margin-bottom: 5rem;
}

.works__carousel {
	height: 18.75rem;
}

.works__items {
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

}

@media (min-width: 1050px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
