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

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: none;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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 {
	letter-spacing: 0.01em;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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 {
	cursor: pointer;
}

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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

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

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.is-sp {
	display: none;
}

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

body {
	line-height: 1.6875;
}

img {
	width: 100%;
}

a {
	color: #1c273e;
}

.p-inner {
	margin: 0 auto;
	max-width: 1080px;
	max-width: 67.5rem;
	padding: 0 20px;
	width: 100%;
}

.bold {
	font-weight: 500;
}

.blue {
	color: #1c273e;
	font-weight: 500;
}

.c-section-title {
	color: #1c273e;
	font-family: Roboto, sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

.p-header {
	background: rgba(255, 255, 255, .5);
	font-family: "Montserrat", sans-serif;
	height: 70px;
	height: 4.375rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo {
	height: inherit;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Dancing Script", cursive;
	font-size: 24px;
	height: inherit;
}

.p-header__nav {
	margin-left: auto;
}

.p-header__nav ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-header__nav-item-link {
	display: block;
	font-family: Roboto, sans-serif;
	height: 70px;
	letter-spacing: 0.1em;
	line-height: 70px;
	position: relative;
}

.p-header__nav-item-link::after {
	background: #1c273e;
	bottom: 15px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.6s cubic-bezier(0, 0.42, 0.25, 0.98);
	transition: width 0.6s cubic-bezier(0, 0.42, 0.25, 0.98);
	width: 0;
}

.p-header__nav-item-link.is-active::after {
	width: 20px;
}

.p-drawer-icon {
	display: none;
	position: fixed;
	right: 16px;
	top: 20px;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	z-index: 101;
}

.p-drawer-icon.is-active2 {
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}

.p-drawer-icon.is-active2 .p-drawer-icon__bar1 {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-drawer-icon.is-active2 .p-drawer-icon__bar2 {
	display: none;
}

.p-drawer-icon.is-active2 .p-drawer-icon__bar3 {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-drawer-icon__bars {
	display: block;
	height: 20px;
	height: 1.25rem;
	position: relative;
	width: 22px;
	width: 1.375rem;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar2,
.p-drawer-icon__bar3 {
	background: #1c273e;
	border-radius: 0.25rem;
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
	width: 1.375rem;
}

.p-drawer-icon__bar1 {
	top: 0;
}

.p-drawer-icon__bar2 {
	top: 8px;
}

.p-drawer-icon__bar3 {
	top: 16px;
}

.p-drawer-content {
	background: #fff;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	width: 200px;
	z-index: 100;
}

.p-drawer-content.is-active2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-drawer-content__item {
	border-bottom: 1px solid #1c273e;
}

.p-drawer-content__item a {
	color: #1c273e;
	display: block;
	font-family: Roboto, sans-serif;
	letter-spacing: 0.1em;
	padding: 18px 20px;
}

.p-drawer-background {
	background: rgba(28, 39, 62, .8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.p-drawer-background.is-active2 {
	display: block;
}

.p-fv {
	height: 100vh;
	position: relative;
}

.p-fv__message-wrapper {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-fv__message {
	font-family: Roboto, sans-serif;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.03em;
}

.p-fv__message-en {
	font-family: "Dancing Script", cursive;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
}

.contact-btn {
	background-color: #1c273e;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 12px 35px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.contact-btn:hover {
	background-color: transparent;
	color: #1c273e;
}

.fv__scroll-down {
	bottom: 20px;
	bottom: 1.25rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
}

.fv__scroll-down-text {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

.fv__scroll-down-bar {
	margin-inline: auto;
	-webkit-animation: bar 1.2s infinite ease-in-out;
	animation: bar 1.2s infinite ease-in-out;
	background-color: #fff;
	height: 30px;
	height: 1.875rem;
	width: 2px;
	width: 0.125rem;
}

.p-about {
	padding: 80px 0;
	padding: 5rem 0;
}

.p-about__contents {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 31.25rem 31rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.about-main-top {
	line-height: 1.8;
}

.p-about__top .ja {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
}

.p-about__top .en {
	color: #1c273e;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.p-about__content {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-about__content p:not(:first-child) {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-about__biography {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-about__biography-lists {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
}

.p-about__biography-lists::after {
	background: #c2c2c2;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: -40px;
	top: -2.5rem;
	width: 100%;
}

.p-about__biography__list {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 3.125rem 1fr;
}

.p-about__biography__list time {
	font-weight: 500;
}

.p-strength {
	background-color: #f6f8f8;
	padding: 80px 0;
	padding: 5rem 0;
}

.p-strength__lists {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-strength__list {
	border-top: 1px solid #e5e5e5;
	border-top: 0.0625rem solid #e5e5e5;
	display: grid;
	grid-template-columns: 28.25rem 1fr;
	padding: 30px 0;
	padding: 1.875rem 0;
	position: relative;
}

.p-strength__list:last-child {
	border-bottom: 1px solid #e5e5e5;
	border-bottom: 0.0625rem solid #e5e5e5;
}

.p-strength__list-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.p-strength__list-text {
	font-size: 14px;
	font-size: 0.875rem;
}

.p-strength__list-text p:not(:first-child) {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-products {
	padding: 80px 0;
	padding: 5rem 0;
}

.p-products-items {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-products-item-link {
	border-top: 1px solid #c2c2c2;
	border-top: 0.0625rem solid #c2c2c2;
	display: block;
	padding: 30px 0;
	padding: 1.875rem 0;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.p-products-item:last-child .p-products-item-link {
	border-bottom: 1px solid #c2c2c2;
	border-bottom: 0.0625rem solid #c2c2c2;
}

.p-products-item-link::after {
	background: linear-gradient(130deg, #243a63 0%, #6b8fc4 70%, #ffffff 100%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-products-item-link:hover::after {
	opacity: 1;
}

.p-products-item-wrap {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 31.25rem 1fr;
	margin: 0 auto;
	max-width: 1080px;
	max-width: 67.5rem;
	padding: 0 20px;
	width: 100%;
}

.p-products-item__title {
	font-size: 18px;
	font-size: 1.125rem;
}

.p-products__date {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-products__text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 1em;
	text-indent: -1em;
}

.p-products__text:not(:nth-of-type(2)) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.fab-wrap {
	text-align: center;
}

.fab {
	font-size: 40px;
}

.fa-html5 {
	color: #e34f26;
}

.fa-css3-alt {
	color: #0277bd;
}

.fa-js {
	color: #e7a42b;
}

.fa-wordpress {
	color: #21759b;
}

.fa-sass {
	color: #f06292;
}

.skill-title {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.skill-details {
	font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin-top: 20px;
}

.products {
	padding-bottom: 70px;
}

.products-item {
	color: #1c273e;
	font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.products-item-link {
	border-top: 1px solid #c2c2c2;
	border-top: 0.0625rem solid #c2c2c2;
	display: block;
}

.now-making {
	position: relative;
}

.now-making::after {
	border-bottom: 90px solid transparent;
	border-left: 90px solid red;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.now-making::before {
	color: #fff;
	content: "作成中";
	font-size: 16px;
	font-weight: bold;
	left: 10px;
	position: absolute;
	top: 17px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
}

.products-title {
	border-bottom: 1px solid #1c273e;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
}

.products-detail {
	margin-top: 10px;
}

.products-point-title {
	font-weight: bold;
	margin-top: 15px;
}

.products-item-row-reverse {
	margin: 60px 0;
}

.products-item-row-reverse .products-main {
	margin-right: 40px;
}

.products-attention {
	font-size: 14px;
	margin-top: 20px;
}

.basic-authentication {
	color: #e2234f;
}

.p-contact {
	background-color: #1c273e;
	color: #fff;
	padding: 80px 0;
	padding: 5rem 0;
}

.p-contact .c-section-title {
	color: #fff;
}

.p-contact input[type=text],
.p-contact input[type=email],
.p-contact textarea {
	background: #fff;
	border: 0;
	border-radius: 2px;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0.2em 0.5em;
	width: 100%;
}

.p-contact input[type=text]:focus,
.p-contact input[type=email]:focus,
.p-contact textarea:focus {
	border: 2px solid #c2c2c2;
	outline: none;
}

.p-contact input[type=text],
.p-contact input[type=email] {
	height: 40px;
	height: 2.5rem;
}

.p-contact textarea {
	font-size: 14px;
	font-size: 0.875rem;
	min-height: 200px;
	min-height: 12.5rem;
	resize: vertical;
}

.p-contact__top {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact__list {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	width: min(100%, 800px);
	width: min(100%, 50rem);
}

.p-contact__item + .p-contact__item {
	margin-top: 32px;
}

.p-contact__item-title {
	width: 40%;
}

.p-contact__item--inline {
	color: #e7728e;
	font-size: 12px;
	line-height: 1;
	vertical-align: super;
}

.p-contact__item-input {
	width: 60%;
}

.p-contact__footer-button {
	background-color: #fff;
	border-radius: 2px;
	color: #1c273e;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 12px 80px;
	-webkit-transition: background-color 0.4s, color 0.4s;
	transition: background-color 0.4s, color 0.4s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-contact__footer-button.-active {
	background: #e2234f;
}

.p-contact__footer-button:hover {
	opacity: 0.7;
}

.p-contact__footer-submit {
	margin-top: 20px;
	text-align: center;
}

.contact-message {
	color: #fff;
	display: none;
	margin-top: 60px;
	text-align: center;
}

.contact-message.-error {
	color: #f00;
}

.p-footer {
	background-color: #efeeea;
	color: #1c273e;
	font-family: "Montserrat", sans-serif;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.p-footer__nav {
	display: none;
}

.p-footer__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__nav-item-link {
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	position: relative;
}

.p-footer__nav-item-link::after {
	background: #1c273e;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.5s cubic-bezier(0, 0.42, 0.25, 0.98);
	transition: width 0.5s cubic-bezier(0, 0.42, 0.25, 0.98);
	width: 0;
}

.p-footer__nav-item-link.is-active::after {
	width: 5px;
	width: 0.3125rem;
}

.p-footer__copyright {
	font-family: "Dancing Script", cursive;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: right;
}

.c-copyright {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: right;
}

.c-copyright__main {
	font-family: "Dancing Script", cursive;
}

#targetEl {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#targetEl.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 768px) {

.p-header__nav-item + .p-header__nav-item {
	margin-left: 48px;
}

.p-fv {
	background: url(../images/common/bg-pc.jpg) no-repeat center center/cover;
}

.products-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products-item-link {
	margin-right: 5%;
	width: 45%;
}

.products-item-link:hover .products-image > img {
	opacity: 0.8;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.products-item-row-reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-contact__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media screen and (max-width: 1024px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

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

}

@media screen and (max-width: 767px) {

html {
	font-size: 16px;
}

}

@media (max-width: 767px) {

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.p-inner {
	padding: 0 15px;
}

.p-header {
	height: 3.75rem;
}

.p-header__logo a {
	font-size: 18px;
}

.p-header__nav {
	display: none;
}

.p-drawer-icon {
	display: block;
}

.p-fv {
	background: url(../images/common/bg-pc.jpg) no-repeat 70% center/cover;
}

.p-fv__message-wrapper {
	width: 100%;
}

.p-fv__message {
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
}

.fv__scroll-down-text {
	font-size: 0.625rem;
}

.fv__scroll-down-bar {
	width: 0.0625rem;
}

.p-about__contents {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	grid-template-areas: "b" "a";
	grid-template-columns: 1fr;
}

.p-about__main {
	grid-area: a;
}

.p-about__picture {
	grid-area: b;
}

.p-about__biography-lists {
	gap: 0;
	grid-template-columns: 1fr;
}

.p-about__biography__list {
	gap: 0.5625rem;
}

.p-strength__list {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	padding: 1.25rem 0;
}

.p-strength__list-title {
	font-size: 1.0625rem;
}

.p-products-item-wrap {
	gap: 1.25rem;
	grid-template-areas: "b" "a";
	grid-template-columns: 1fr;
}

.p-products-item-wrap > .p-about__main {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.p-products-item-wrap > .p-about__picture {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-products-texts {
	grid-area: a;
}

.p-products-item__title {
	font-size: 1.0625rem;
}

.p-products__image {
	grid-area: b;
}

.p-about__main {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.p-about__picture {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-products-texts {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.p-products-item-wrap > .p-products-texts {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.p-products__image {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-products-item-wrap > .p-products__image {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-products__date {
	margin-top: 0.9375rem;
}

.p-products__text {
	margin-top: 0.9375rem;
}

.products-item-link {
	width: 100%;
}

.products-title {
	margin-top: 20px;
}

.products-point-title {
	margin-top: 20px;
}

.products-attention {
	font-size: 12px;
}

.p-contact__top {
	font-size: 0.875rem;
	text-align: left;
}

.p-contact__list {
	margin-top: 1.875rem;
}

.p-contact__item + .p-contact__item {
	margin-top: 20px;
}

.p-contact__item--inline {
	font-size: 10px;
}

.p-contact__item-input {
	width: 100%;
}

.p-footer {
	padding: 1.875rem 0;
}

.p-footer__nav {
	display: block;
}

.p-footer__nav-item + .p-footer__nav-item {
	margin-left: 12px;
}

.p-footer__copyright {
	margin-top: 0.9375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes bar {

0% {
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
}

50% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

100% {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

}

@keyframes bar {

0% {
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
}

50% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

100% {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

}


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