@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap);
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

body {
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.01em;
  height: 100%;
  background-color: #000;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 2.09895vw;
    line-height: 1.8;
  }
  .inner, .inner-s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
  img {
    width: 100%;
  }
  main {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  body {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/*--- link ---*/
a {
  color: #333;
}

a:link, a:hover, a:active, a:focus {
  border: none;
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

header nav {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 9998;
  text-align: center;
  background-color: #99958e;
  display: none;
}

header nav.open {
  opacity: 1;
}

header nav ul li {
  border: 2px solid #fff;
  border-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px !important;
}

header nav ul li a {
  color: #fff;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  display: block;
  padding: 0 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 500;
}

header nav ul li a:hover {
  background-color: #fff;
  color: #000;
}

header nav ul li:last-child {
  border-bottom: 2px solid #fff;
}

header .menu {
  display: inline-block;
  position: fixed;
  top: 32px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  width: 60px;
  height: 60px;
  /*.menu-trigger.active span {
			background-color: #000;
		}*/
}

header .menu:after {
  content: '';
  background-color: #99958e;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
}

header .menu .menu-trigger,
header .menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

header .menu .menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}

header .menu .menu-trigger span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  overflow: hidden;
}

header .menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

header .menu .menu-trigger span:nth-of-type(2) {
  top: 13px;
}

header .menu .menu-trigger span:nth-of-type(3) {
  top: 25px;
}

header .menu .menu-trigger span:nth-of-type(4) {
  bottom: 0;
}

header .menu .menu-trigger.active {
  top: 7px;
}

header .menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

header .menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

header .menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

header .menu .menu-trigger.active span:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

header .menu.open .menu-trigger span {
  background-color: #000;
}

header .tw {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
}

header .tw a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

header .tw a:hover {
  opacity: 0.7;
}

header .toysicon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 90px;
}

header .toysicon a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

header .toysicon a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  header nav {
    top: 10px;
    right: 7px;
  }
  header nav ul li a {
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  header nav ul li a:hover {
    background: none;
    color: #fff;
  }
  header nav ul li:last-child {
    border-bottom: 2px solid #fff;
  }
  header .menu {
    display: inline-block;
    position: fixed;
    top: 18px;
    right: 6px;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /*.menu-trigger.active span {
				background-color: #000;
			}*/
  }
  header .menu:after {
    content: '';
    background-color: #99958e;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
  }
  header .menu .menu-trigger,
  header .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  header .menu .menu-trigger {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
  }
  header .menu .menu-trigger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    overflow: hidden;
  }
  header .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .menu .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  header .menu .menu-trigger span:nth-of-type(3) {
    top: 19px;
  }
  header .menu .menu-trigger span:nth-of-type(4) {
    bottom: 0;
  }
  header .menu .menu-trigger.active {
    top: 7px;
  }
  header .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  header .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  header .menu .menu-trigger.active span:nth-of-type(4) {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  header .menu.open .menu-trigger span {
    background-color: #000;
  }
  header .tw {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 10px;
  }

  header .toysicon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 60px;
  }}

footer {
  text-align: center;
  padding: 15px 0;
}

footer ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 14px;
}

footer ul a {
  color: #fff;
}

footer ul a:hover {
  text-decoration: underline;
}

footer ul li {
  line-height: 1.4;
}

footer ul li:first-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 10px 0;
  }
  footer ul {
    font-size: 14px;
    font-size: 2.09895vw;
  }
  footer ul li:first-child {
    padding: 0 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  footer ul {
    font-size: 14px;
    font-size: 2.5vw;
  }
}

/*-----------------------------
		btn
-----------------------------*/
.btn a {
  background-color: #b6b2b1;
  color: #333;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
  border: 1px solid #333;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 100px;
  font-weight: 600;
}

.btn a:hover {
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 768px) {
  .btn a {
    font-size: 14px;
    -webkit-transition: 0s all;
    transition: 0s all;
  }
  .btn a:hover {
    background-color: #333;
    color: #fff;
  }
}

/*---------------------------
		clearfix
----------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  main img {
    width: 100%;
    height: auto;
  }
}

/*.anime{
	opacity: 0;
	transition: 1s;
	&.active2{
		opacity: 1;
	}
}*/
#mv {
  padding: 120px 0 120px;
}

#mv h1 {
  margin: 0 auto;
  text-align: center;
}

#mv h1 img {
  width: 389px;
}

#mv .mv__toys {
  text-align: center;
  margin-top: 40px;
}

#mv .mv__toys img {
  width: 320px;
}


.area {
  position: relative;
  z-index: 1;
}

.area .ttl {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.area .ttl.anime, .area .ttl.s-anime {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.area .ttl.anime.active, .area .ttl.s-anime.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.area h2.anime, .area h2.s-anime {
  opacity: 0;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

.area h2.anime.active, .area h2.s-anime.active {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.area .anime2, .area .s-anime2 {
  opacity: 0;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.area .anime2.active, .area .s-anime2.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#lead {
  text-align: center;
  background: url(../images/about_bg.png) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 130px 0 180px;
}

#lead h2 {
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 100px;
  font-weight: 600;
}

#lead p {
  font-size: 18px;
}

#lead .ttl {
  width: 135px;
}

#creater {
  color: #fff;
  padding: 100px 0 0;
  text-align: center;
  background: url(../images/creater_bg.png) no-repeat 50% 50%;
  background-size: cover;
}

#creater h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
}

#creater .ttl {
  width: 135px;
}


#creater .slider1 ul {
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 50px 30px;
  justify-content: space-between;
  padding:50px;
}


#creater .slider1 li h3 {
  font-size: 42px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 600;
}

#creater .slider1 li h3 span {
  display: inline-block;
}

#creater .slider1 li h3 small {
  display: block;
  font-size: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding-top: 5px;
  margin-top: 5px;
}

#creater .slider1 li figure {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}

#creater .slider1 li figure img {
  display: inline;
  width: 100%;
}

#creater .slider1 li p {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

#creater .slider1 li dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

#creater .slider1 li dl dd.tw {
  width: 50px;
  margin-right: 25px;
}

#creater .slider1 li dl dd.youtube {
  width: 64px;
}

#creater .slider1 li dl dd.cart {
  width: 64px;
  margin-left: 25px;
}

.past-creators {
  border-top:1px solid #fff;
  margin-top: 50px;
  padding: 2em 0 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.past-creators p {
  font-size: 24px;
}

.past-creators a, .past-creators a:visited {
  font-size: 36px;
  color: #d0c17b;
  display: inline-block;
  border-bottom: 2px solid #d0c17b;
  line-height: 1.5;
  margin-left: 1em;
}

#works {
  color: #fff;
  padding: 100px 0 60px;
  text-align: center;
  background: url(../images/works_bg.png) no-repeat 50% 50%;
  background-size: cover;
}

#works h2 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 50px;
  font-weight: 600;
}

#works .ttl {
  width: 135px;
}

#works .slider2 .slick-next, #works .slider2 .slick-prev {
  /* margin-top: -16%; */
}

#works .slider2 li h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0 2em;
}

#works .slider2 li h3 span {
  display: inline-block;
}

#works .slider2 li h3 small {
  display: block;
  font-size: 26px;
}

#works .slider2 li .img {
  width: 75%;
  margin: 0 auto 25px;
}

#works .slider2 li .img img {
  max-width: 100%;
}

#works .slider2 li .movie {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 4 / 3;
  width: 75%;
  margin: 0 auto 25px;
}

#works .slider2 li .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#works .slider2 li .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#works .slider2 li p {
  font-size: 16px;
  line-height: 1.5;
}

#works .btn {
  margin-top: 50px;
}

#works .btn a {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  width: 250px;
}

.works__name {
  font-size: 60px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 600;
}

.works__box {
  border-top: 1px solid #fff;
  padding:45px 0 50px;
}

.works__box .img img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
}


.works__box p a, .works__box p a:visited {
  color: #fff;
  text-decoration: underline;
}

#news {
  padding: 100px 0 120px;
  text-align: center;
  background: url(../images/news_bg.png) no-repeat 50% 50%;
  background-size: cover;
}

#news h2 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 100px;
  font-weight: 600;
}

#news .ttl {
  width: 135px;
}

#news ul {
  width: 70%;
  margin: 0 auto;
}

#news ul li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 35px;
}

#news ul li:last-child {
  margin-bottom: 0px;
}

#news ul li dl {
  display:grid;
  gap: 20px;
  grid-template-columns: 100px 160px 1fr;
}

#news ul li dl.noimage {
  display:grid;
  gap: 20px;
  grid-template-columns: 100px 1fr;
}

#news ul li dl dd h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 5px;
}

#news ul li dl dd a {
  color: #ad9456;
}

#news ul li dl dd a:hover {
  text-decoration: underline;
}

.news__img img {
  max-width: 100%;
  border: 1px solid #000;
}

.news__more {
  text-align: center;
  margin-top: 30px;
}

.news__more a, .news__more a:visited {
  font-size: 30px;
  color: #cfc07a;
  font-weight: 700;
}


#contact {
  padding: 90px 0 80px;
  text-align: center;
  background: url(../images/contact_bg.png) no-repeat 50% bottom;
  background-size: cover;
}

#contact h2 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 100px;
  color: #fff;
  font-weight: 600;
}

#contact .ttl {
  width: 135px;
}

#contact table {
  width: 80%;
  margin: 0 auto;
}

#contact table th {
  vertical-align: top;
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  clear: both;
  float: left;
}

#contact table th.required span {
  display: inline-block;
  position: relative;
  padding-right: 3em;
}

#contact table th.required span:after {
  content: '※必須';
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 70%;
  color: #fff;
  font-weight: 500;
}

#contact table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}

#contact table td label {
  display: block;
}

#contact table td label.error {
  color: #f00;
}

#contact table td input {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#contact table td textarea {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 200px;
}

#contact table td .select {
  background: #fff;
  height: 60px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 30px;
}

#contact table td .select:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  z-index: -1;
}

#contact table td .select select {
  background: none;
  border: none;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  z-index: 10;
  width: calc(100% + 30px);
}

#contact .btn-list {
  text-align: center;
  margin: 40px auto 0;
  position: relative;
  width: 80%;
}

#contact .btn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact .btn-list ul li {
  width: 50%;
  max-width: 300px;
}

#contact .btn-list ul button, #contact .btn-list ul a {
  display: block;
  width: 100%;
  max-width: 240px;
  background-color: #b6b2b1;
  color: #333;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  line-height: 54px;
  height: 54px;
  border: 1px solid #333;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
}

#contact .btn-list ul button:hover, #contact .btn-list ul a:hover {
  background-color: #fff;
  color: #333;
}

#contact .btn-list .link {
  position: absolute;
  bottom: 10px;
  right: 0;
}

#contact .btn-list .link a {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
}

#contact .btn-list .link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #mv {
    padding: 115px 0 75px;
  }
  #mv h1 img {
    width: 46%;
  }

  #mv .mv__toys {
    text-align: center;
    margin-top: 20px;
  }

  #mv .mv__toys img {
    width: 35%;
  }

  #lead {
    padding: 75px 0 90px;
  }
  #lead h2 {
    font-size: 30px;
    font-size: 4.49775vw;
    margin-bottom: 50px;
  }
  #lead p {
    font-size: 15px;
    font-size: 2.24888vw;
  }
  #lead .ttl {
    width: 100px;
  }
  #creater {
    padding: 50px 0 0;
  }
  #creater h2 {
    font-size: 26px;
    font-size: 3.89805vw;
    margin-bottom: 30px;
  }
  #creater .ttl {
    width: 100px;
  }
  #creater .slider1 ul {
    grid-template-columns:100%;
    gap: 60px 0;
    padding: 0;
  }

  .past-creators {
    margin-top: 50px;
    padding: 1em 0 2em;
    display: block;
  }

  .past-creators p {
    font-size: 5vw;
  }
  
  .past-creators a, .past-creators a:visited {
    font-size: 5.86667vw;
    margin-left: 0;
  }


  #creater .slider1 li h3 {
    font-size: 22px;
    font-size: 3.29835vw;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #creater .slider1 li h3 small {
    font-size: 18px;
    font-size: 2.69865vw;
  }
  #creater .slider1 li figure {
    text-align: center;
    display: block;
    margin: auto;
    width: 60%;
  }
  #creater .slider1 li figure img {
    display: inline;
  }
  #creater .slider1 li p {
    font-size: 14px;
    font-size: 2.09895vw;
    text-align: left;
  }
  #creater .slider1 li dl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
  #creater .slider1 li dl dd.tw {
    width: 40px;
    margin-right: 30px;
  }
  #creater .slider1 li dl dd.youtube {
    width: 50px;
  }

  #creater .slider1 li dl dd.cart {
    width: 50px;
    margin-left: 30px;
  }
  
  #works {
    padding: 50px 0 25px;
  }
  #works h2 {
    font-size: 26px;
    font-size: 3.89805vw;
    margin-bottom: 20px;
  }
  #works .ttl {
    width: 100px;
  }
  #works .slider2 .slick-next, #works .slider2 .slick-prev {
    /* margin-top: 0;
    -webkit-transform: translateY(10vw);
            transform: translateY(10vw); */
  }
  #works .slider2 .slick-next {
    right: 0px;
  }
  #works .slider2 .slick-prev {
    left: 0px;
  }
  #works .slider2 li h3 {
    font-size: 22px;
    font-size: 3.29835vw;
    margin-bottom: 10px;
  }
  #works .slider2 li h3 small {
    font-size: 18px;
    font-size: 2.69865vw;
  }
  #works .slider2 li .movie {
    width: 76%;
    margin: 0 auto 30px;
  }
  #works .slider2 li p {
    font-size: 14px;
    font-size: 2.09895vw;
    text-align: left;
    padding: 0 1em;
  }
  #works .btn {
    margin-top: 40px;
  }
  #works .btn a {
    font-size: 16px;
    font-size: 2.3988vw;
  }
  #news {
    padding: 50px 0 60px;
  }
  #news h2 {
    font-size: 26px;
    font-size: 3.89805vw;
    margin-bottom: 50px;
  }
  #news .ttl {
    width: 100px;
  }
  #news .ttl img {
    opacity: 0.5;
  }
  #news ul {
    width: 90%;
    margin: 0 auto;
  }
  #news ul li {
    font-size: 18px;
    font-size: 2.69865vw;
    margin-bottom: 25px;
  }
  #news ul li:last-child {
    margin-bottom: 0px;
  }
  #news ul li dl {
    line-height: 1.6;
  }
  #news ul li dl dt {
    font-size: 16px;
    font-size: 2.3988vw;
  }

  #news ul li dl dd h3 {
    font-size: 18px;
    font-size: 2.69865vw;
    line-height: 1.4;
  }

  #news ul li dl {
    gap: 10px 15px; 
    grid-template-rows: auto 1fr;
   grid-template-columns: 20% 1fr;
  }

  #news ul li dl.noimage {
    gap: 5px 0;
    grid-template-rows: auto 1fr;
   grid-template-columns: 1fr;
  }

  .news__date {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }

  .news__img {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }

 .news__txt {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
 }

 .news__more {
  margin-top: 15px;
}

.news__more a, .news__more a:visited {
  font-size: 26px;
  font-size: 3.89805vw;
}

  #contact {
    padding: 45px 0 40px;
  }
  #contact h2 {
    font-size: 26px;
    font-size: 3.89805vw;
    margin-bottom: 50px;
  }
  #contact .ttl {
    width: 100px;
  }
  #contact table {
    width: 90%;
    margin: 0 auto;
  }
  #contact table th {
    font-size: 16px;
    font-size: 2.3988vw;
  }
  #contact table th.required span:after {
    top: 9px;
  }
  #contact table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
  }
  #contact table td input {
    font-size: 16px;
    padding: 10px;
  }
  #contact table td textarea {
    font-size: 16px;
    padding: 10px;
  }
  #contact table td .select {
    height: 50px;
  }
  #contact table td .select select {
    font-size: 16px;
    padding: 0 10px;
  }
  #contact .btn-list {
    text-align: center;
    margin-top: 20px;
  }
  #contact .btn-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact .btn-list ul li {
    width: 50%;
    max-width: 300px;
  }
  #contact .btn-list ul button, #contact .btn-list ul a {
    display: block;
    width: 100%;
    max-width: 240px;
    background-color: #b6b2b1;
    color: #333;
    font-size: 16px;
    font-size: 2.3988vw;
    text-align: center;
    display: inline-block;
    line-height: 54px;
    height: 54px;
    border: 1px solid #333;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
  }
  #contact .btn-list ul button:hover, #contact .btn-list ul a:hover {
    background-color: #fff;
    color: #333;
  }
  #contact .btn-list .link {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
  #contact .btn-list .link a {
    font-size: 14px;
    font-size: 2.09895vw;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  #lead h2 {
    font-size: 30px;
    font-size: 8vw;
  }
  #lead p {
    font-size: 15px;
    font-size: 4vw;
  }
  #creater h2 {
    font-size: 26px;
    font-size: 6.93333vw;
  }

  #creater .slider1 li h3 {
    font-size: 22px;
    font-size: 5.86667vw;
  }
  #creater .slider1 li h3 small {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #creater .slider1 li p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  #works h2 {
    font-size: 26px;
    font-size: 6.93333vw;
  }
  #works .slider2 li h3 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #works .slider2 li h3 small {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #works .slider2 li p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  #works .btn a {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .works__name {
    font-size: 28px;
    font-size: 7.4666vw;
    margin-bottom: 15px;
  }

  .works__box {
    padding:25px 0
  }

  #news h2 {
    font-size: 26px;
    font-size: 6.93333vw;
  }
  #news ul li {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  #news ul li dl dt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  #news ul li dl dd h3 {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  #contact h2 {
    font-size: 26px;
    font-size: 6.93333vw;
  }
  #contact table th {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  #contact .btn-list ul button, #contact .btn-list ul a {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  #contact .btn-list .link a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

#intro {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 9999;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  top: 0;
  left: 0;


  /*あ*/
  /* display: none;  */
}

#intro .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

#intro.close {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

#intro.close .logo {
  -webkit-transform: translate(-50%, -500px);
          transform: translate(-50%, -500px);
}

#intro .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

#intro .logo img {
  width: 400px;
}

#intro .logo_pre {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #intro .logo img {
    width: 280px;
  }
}

#list {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 100px 0 180px;
  background: url(../images/list/bg.png) no-repeat 50% bottom;
  background-size: cover;
  background-attachment: fixed;
}

#list .ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 157px;
}

#list .ttl.anime {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

#list .ttl.anime.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#list h2 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 100px;
  text-align: center;
}

#list h2.anime {
  opacity: 0;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

#list h2.anime.active {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

#list .anime2 {
  opacity: 0;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#list .anime2.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8%;
  margin-bottom: -120px;
}

#list ul li {
  width: 42%;
  margin-left: 8%;
  margin-bottom: 120px;
}

#list ul li:nth-child(even) .anime2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#list ul li figure {
  margin-bottom: 20px;
}

#list ul li figure img {
  width: 100%;
}

#list ul li .movie {
  width: 100%;
  margin: 0 auto 20px;
}

#list ul li .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 1;
}

#list ul li .movie .youtube .control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#list ul li .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#list ul li .data {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4;
}

#list ul li h3 {
  line-height: 1.4;
  font-size: 26px;
  margin-bottom: 20px;
}

#list ul li h3 small {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

#list ul li p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #list {
    padding: 60px 0 90px;
  }
  #list .ttl {
    width: 100px;
  }
  #list h2 {
    font-size: 26px;
    font-size: 3.89805vw;
    margin-bottom: 50px;
  }
  #list ul {
    display: block;
    width: 90%;
    margin: 0 auto -60px;
  }
  #list ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
  }
  #list ul li:nth-child(even) .anime2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #list ul li figure {
    margin-bottom: 20px;
  }
  #list ul li figure img {
    width: 100%;
  }
  #list ul li .data {
    font-size: 18px;
    font-size: 2.69865vw;
  }
  #list ul li h3 {
    font-size: 22px;
    font-size: 3.29835vw;
  }
  #list ul li h3 small {
    font-size: 16px;
    font-size: 2.3988vw;
  }
  #list ul li p {
    font-size: 14px;
    font-size: 2.09895vw;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  #list h2 {
    font-size: 26px;
    font-size: 6.93333vw;
  }
  #list ul li .data {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #list ul li h3 {
    font-size: 22px;
    font-size: 5.86667vw;
  }
  #list ul li h3 small {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  #list ul li p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

#contact_php {
  padding: 120px 0 180px;
  text-align: center;
  background: url(../images/contact_bg2.png) no-repeat 50% bottom;
  background-size: cover;
}

#contact_php.area {
  position: relative;
  z-index: 1;
}

#contact_php.area .ttl {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

#contact_php.area .ttl.anime {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

#contact_php.area .ttl.anime.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#contact_php.area h2.anime {
  opacity: 0;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

#contact_php.area h2.anime.active {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

#contact_php.area .anime2 {
  opacity: 0;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#contact_php.area .anime2.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#contact_php h2 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 100px;
  font-weight: 600;
}

#contact_php .ttl {
  width: 135px;
}

#contact_php.confirm table {
  width: 80%;
  margin: 0 auto;
}

#contact_php.confirm table th {
  vertical-align: top;
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  clear: both;
  float: left;
}

#contact_php.confirm table th.required span {
  display: inline-block;
  position: relative;
  padding-right: 3em;
}

#contact_php.confirm table th.required span:after {
  display: none;
}

#contact_php.confirm table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}

#contact_php.confirm table td .select {
  background: #fff;
  height: auto;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 30px;
  padding-top: 3em;
}

#contact_php.confirm table td .select:after {
  display: none;
}

#contact_php.confirm table td .select:before {
  content: 'ご用件';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
}

#contact_php.confirm .btn-list {
  text-align: center;
  margin: 60px auto 0;
  position: relative;
  width: 80%;
}

#contact_php.confirm .btn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact_php.confirm .btn-list ul li {
  width: 50%;
  max-width: 300px;
}

#contact_php.confirm .btn-list ul button, #contact_php.confirm .btn-list ul a {
  display: block;
  width: 100%;
  max-width: 240px;
  background-color: #b6b2b1;
  color: #333;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 54px;
  height: 54px;
  border: 1px solid #333;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 100px;
  font-weight: 600;
  font-style: inherit;
  cursor: pointer;
}

#contact_php.confirm .btn-list ul button:hover, #contact_php.confirm .btn-list ul a:hover {
  background-color: #fff;
  color: #333;
}

#contact_php.thanks .txt {
  font-size: 18px;
  padding: 80px 0 280px;
}

#contact_php.thanks .txt strong {
  display: block;
  font-size: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #contact_php {
    padding: 60px 0 90px;
  }
  #contact_php h2 {
    font-size: 26px;
    font-size: 3.89805vw;
    margin-bottom: 50px;
  }
  #contact_php .ttl {
    width: 100px;
  }
  #contact_php .ttl img {
    opacity: 0.5;
  }
  #contact_php.confirm table {
    width: 90%;
    margin: 0 auto;
  }
  #contact_php.confirm table th {
    font-size: 16px;
    font-size: 2.3988vw;
  }
  #contact_php.confirm table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
  }
  #contact_php.confirm table td .select {
    padding-top: 2em;
    background: none;
  }
  #contact_php.confirm table td .select:before {
    font-size: 16px;
    font-size: 2.3988vw;
  }
  #contact_php.confirm .btn-list {
    text-align: center;
    margin: 60px auto 0;
    position: relative;
    width: 100%;
  }
  #contact_php.confirm .btn-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact_php.confirm .btn-list ul li {
    width: 46%;
    max-width: 300px;
    margin-left: 4%;
  }
  #contact_php.confirm .btn-list ul li:first-child {
    margin-left: 0px;
  }
  #contact_php.confirm .btn-list ul button, #contact_php.confirm .btn-list ul a {
    display: block;
    width: 100%;
    max-width: 240px;
    background-color: #b6b2b1;
    color: #333;
    font-size: 16px;
    font-size: 2.3988vw;
    text-align: center;
    display: inline-block;
    line-height: 54px;
    height: 54px;
    border: 1px solid #333;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 100px;
    font-weight: 600;
    font-style: inherit;
    cursor: pointer;
  }
  #contact_php.confirm .btn-list ul button:hover, #contact_php.confirm .btn-list ul a:hover {
    background-color: #fff;
    color: #333;
  }
  #contact_php.thanks .txt {
    font-size: 16px;
    font-size: 2.3988vw;
    padding: 40px 0 150px;
  }
  #contact_php.thanks .txt strong {
    font-size: 20px;
    font-size: 2.9985vw;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  #contact_php h2 {
    font-size: 26px;
    font-size: 6.93333vw;
  }
  #contact_php.confirm table th {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  #contact_php.confirm table td .select:before {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  #contact_php.confirm .btn-list ul button, #contact_php.confirm .btn-list ul a {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  #contact_php.thanks .txt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  #contact_php.thanks .txt strong {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.php {
  display: none !important;
}

#privacy {
  position: relative;
  z-index: 1;
  padding: 100px 0 80px;
  background-color: #fff;
}

#privacy .ttl {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 135px;
}

#privacy .ttl.anime {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

#privacy .ttl.anime.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#privacy h2 {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 100px;
  text-align: center;
}

#privacy h2 small {
  display: block;
  font-size: 60%;
  margin-top: 5px;
}

#privacy h2.anime {
  opacity: 0;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

#privacy h2.anime.active {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

#privacy .anime2 {
  opacity: 0;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#privacy .anime2.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#privacy dl {
  font-size: 16px;
}

#privacy dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}

#privacy dl dt a {
  text-decoration: underline;
}

#privacy dl dt a:hover {
  text-decoration: none;
}

#privacy dl dt.mb {
  margin-bottom: 50px;
}

#privacy dl dd {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #privacy {
    padding: 60px 0 60px;
  }
  #privacy .ttl {
    width: 100px;
  }
  #privacy .ttl img {
    opacity: 0.5;
  }
  #privacy h2 {
    font-size: 26px;
    font-size: 3.89805vw;
    margin-bottom: 50px;
  }
  #privacy dl {
    font-size: 14px;
    font-size: 2.09895vw;
  }
  #privacy dl dt {
    font-weight: 700;
    margin-bottom: 5px;
  }
  #privacy dl dt.mb {
    margin-bottom: 30px;
  }
  #privacy dl dd {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  #privacy h2 {
    font-size: 26px;
    font-size: 6.93333vw;
  }
  #privacy dl {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
/*# sourceMappingURL=style.css.map */