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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, address, em, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, article, figcaption, figure,
footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?vp4nuq");
  src: url("fonts/icomoon.eot?vp4nuq#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vp4nuq") format("truetype"), url("fonts/icomoon.woff?vp4nuq") format("woff"), url("fonts/icomoon.svg?vp4nuq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-film:before {
  content: "\e913";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-file-pdf:before {
  content: "\eadf";
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

body {
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: normal;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 4;
}
header h1 {
  text-align: center;
  font-weight: normal;
  color: rgb(190, 124, 98);
}
header h1 img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
header h1 span {
  display: block;
}
header nav {
  width: 100%;
  background: #fff;
}
header nav ul {
  width: 100%;
}
header nav ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.4rem;
}

.navchild {
  background: #fff;
}
.navchild li {
  border-bottom: 1px solid rgb(190, 124, 98);
}
.navchild li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: rgb(190, 124, 98);
}

main {
  position: relative;
  width: 100%;
}

.content {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 2;
}
.content .works ul {
  list-style-type: none;
  border-top: 1px dotted #ccc;
}
.content .works ul li {
  border-bottom: 1px dotted #ccc;
}
.content .works ul li a {
  color: #333;
  width: 100%;
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.content .works ul li a .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.content .works ul li a .num span {
  display: block;
}
.content .works ul li a .info .client span:nth-of-type(1), .content .works ul li a .info .title span:nth-of-type(1), .content .works ul li a .info .series span:nth-of-type(1), .content .works ul li a .info .voted span:nth-of-type(1), .content .works ul li a .info .company span:nth-of-type(1), .content .works ul li a .info .winner span:nth-of-type(1) {
  text-align: center;
  background: #ebebeb;
  color: #333;
}

body:not(.mobile) {
  font-size: 1.3rem;
}
body:not(.mobile) header {
  width: 200px;
  min-height: 100vh;
  padding: 30px 0 0 0;
  overflow-y: auto;
  border-right: 1px solid rgb(190, 124, 98);
  display: flex;
  flex-direction: column;
}
body:not(.mobile) header::-webkit-scrollbar {
  display: none;
}
body:not(.mobile) header h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 80px auto;
}
body:not(.mobile) header h1 a {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 131px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 160px 131px;
}
body:not(.mobile) header h1 span {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
body:not(.mobile) header nav {
  border-top: 1px solid rgb(190, 124, 98);
  margin-bottom: auto;
}
body:not(.mobile) header nav li {
  border-bottom: 1px solid rgb(190, 124, 98);
  line-height: 1.4;
}
body:not(.mobile) header nav li a {
  color: rgb(190, 124, 98);
  padding: 15px 0px 15px 10px;
  transition: background 0.25s ease-out, color 0.25s;
  overflow: hidden;
}
body:not(.mobile) header nav li a:hover, body:not(.mobile) header nav li a:active, body:not(.mobile) header nav li a.current {
  background: rgb(190, 124, 98);
  color: #fff;
}
body:not(.mobile) .navchild {
  width: 270px;
  height: 100vh;
  padding-top: 50px;
  overflow-y: auto;
  z-index: 3;
  position: fixed;
  top: 0px;
  left: -100px;
  border-right: 1px solid rgb(190, 124, 98);
  border-left: 4px solid rgb(190, 124, 98);
}
body:not(.mobile) .navchild h2 {
  margin-bottom: 10px;
  padding: 0 10px;
  color: rgb(190, 124, 98);
  font-size: 1.5rem;
}
body:not(.mobile) .navchild ul {
  position: relative;
  border-top: 1px solid rgb(190, 124, 98);
  margin-bottom: 40px;
  line-height: 1.4;
}
body:not(.mobile) .navchild ul li a {
  padding: 15px 0px 15px 10px;
  transition: background 0.25s ease-out, color 0.25s;
  overflow: hidden;
  position: relative;
}
body:not(.mobile) .navchild ul li a:hover, body:not(.mobile) .navchild ul li a:active, body:not(.mobile) .navchild ul li a.current {
  background: rgb(190, 124, 98);
  color: #fff;
}
body:not(.mobile) .content {
  z-index: 2;
  padding-left: 200px;
}
body:not(.mobile) .content a.sp {
  display: none;
}
body:not(.mobile) .content .works {
  padding: 50px 50px 50px 320px;
}
body:not(.mobile) .content .works.grandprix, body:not(.mobile) .content .works.newcreator, body:not(.mobile) .content .works.specialawards {
  padding-left: 50px;
}
body:not(.mobile) .content .works h2 {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  padding: 20px 0;
  background: rgba(190, 124, 98, 0.1);
  margin-bottom: 20px;
  color: rgb(190, 124, 98);
}
body:not(.mobile) .content .works ul li a {
  padding: 20px 10px;
  transition: background-color 0.25s ease-out;
}
body:not(.mobile) .content .works ul li a:hover, body:not(.mobile) .content .works ul li a:active {
  background: rgb(190, 124, 98);
}
body:not(.mobile) .content .works ul li a:hover .num, body:not(.mobile) .content .works ul li a:active .num {
  color: #fff;
  border-color: #fff;
}
body:not(.mobile) .content .works ul li a:hover .prise.spaw, body:not(.mobile) .content .works ul li a:active .prise.spaw {
  background: #fff;
  color: rgb(190, 124, 98);
}
body:not(.mobile) .content .works ul li a:hover .info .client span:nth-of-type(1), body:not(.mobile) .content .works ul li a:hover .info .title span:nth-of-type(1), body:not(.mobile) .content .works ul li a:hover .info .series span:nth-of-type(1), body:not(.mobile) .content .works ul li a:hover .info .voted span:nth-of-type(1), body:not(.mobile) .content .works ul li a:hover .info .winner span:nth-of-type(1), body:not(.mobile) .content .works ul li a:hover .info .company span:nth-of-type(1), body:not(.mobile) .content .works ul li a:active .info .client span:nth-of-type(1), body:not(.mobile) .content .works ul li a:active .info .title span:nth-of-type(1), body:not(.mobile) .content .works ul li a:active .info .series span:nth-of-type(1), body:not(.mobile) .content .works ul li a:active .info .voted span:nth-of-type(1), body:not(.mobile) .content .works ul li a:active .info .winner span:nth-of-type(1), body:not(.mobile) .content .works ul li a:active .info .company span:nth-of-type(1) {
  background: #fff;
}
body:not(.mobile) .content .works ul li a:hover .info .client span:nth-of-type(2), body:not(.mobile) .content .works ul li a:hover .info .title span:nth-of-type(2), body:not(.mobile) .content .works ul li a:hover .info .series span:nth-of-type(2), body:not(.mobile) .content .works ul li a:hover .info .voted span:nth-of-type(2), body:not(.mobile) .content .works ul li a:hover .info .winner span:nth-of-type(2), body:not(.mobile) .content .works ul li a:hover .info .company span:nth-of-type(2), body:not(.mobile) .content .works ul li a:active .info .client span:nth-of-type(2), body:not(.mobile) .content .works ul li a:active .info .title span:nth-of-type(2), body:not(.mobile) .content .works ul li a:active .info .series span:nth-of-type(2), body:not(.mobile) .content .works ul li a:active .info .voted span:nth-of-type(2), body:not(.mobile) .content .works ul li a:active .info .winner span:nth-of-type(2), body:not(.mobile) .content .works ul li a:active .info .company span:nth-of-type(2) {
  color: #fff;
}
body:not(.mobile) .content .works ul li a:hover .pdf, body:not(.mobile) .content .works ul li a:active .pdf {
  color: #fff;
}
body:not(.mobile) .content .works ul li a .num {
  width: 150px;
  flex: 0 0 150px;
  margin-right: 20px;
  align-self: stretch;
  border: 3px solid rgb(190, 124, 98);
  color: rgb(190, 124, 98);
}
body:not(.mobile) .content .works ul li a .num span:nth-of-type(1) {
  margin-bottom: 8px;
  font-size: 2rem;
}
body:not(.mobile) .content .works ul li a .num span:nth-of-type(2) {
  font-family: "Oswald";
  font-size: 4rem;
}
body:not(.mobile) .content .works ul li a .prise {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
body:not(.mobile) .content .works ul li a .prise span {
  font-family: "Oswald";
  font-size: 2rem;
}
body:not(.mobile) .content .works ul li a .prise.GOLD {
  background: #f7c71a;
}
body:not(.mobile) .content .works ul li a .prise.SILVER {
  background: #9E9E9E;
}
body:not(.mobile) .content .works ul li a .prise.BRONZE {
  background: #b35c0a;
}
body:not(.mobile) .content .works ul li a .prise.spaw {
  background: rgb(190, 124, 98);
}
body:not(.mobile) .content .works ul li a .info {
  padding: 5px 0;
}
body:not(.mobile) .content .works ul li a .info .client, body:not(.mobile) .content .works ul li a .info .title, body:not(.mobile) .content .works ul li a .info .winner, body:not(.mobile) .content .works ul li a .info .company {
  margin-bottom: 10px;
}
body:not(.mobile) .content .works ul li a .info .client, body:not(.mobile) .content .works ul li a .info .title, body:not(.mobile) .content .works ul li a .info .winner, body:not(.mobile) .content .works ul li a .info .company, body:not(.mobile) .content .works ul li a .info .series, body:not(.mobile) .content .works ul li a .info .voted {
  line-height: 1.4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body:not(.mobile) .content .works ul li a .info .client span:nth-of-type(1), body:not(.mobile) .content .works ul li a .info .title span:nth-of-type(1), body:not(.mobile) .content .works ul li a .info .winner span:nth-of-type(1), body:not(.mobile) .content .works ul li a .info .company span:nth-of-type(1), body:not(.mobile) .content .works ul li a .info .series span:nth-of-type(1), body:not(.mobile) .content .works ul li a .info .voted span:nth-of-type(1) {
  width: 120px;
  padding: 8px;
  margin-right: 10px;
  font-size: 1.3rem;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.mobile) .content .works ul li a .info .client span:nth-of-type(2), body:not(.mobile) .content .works ul li a .info .title span:nth-of-type(2), body:not(.mobile) .content .works ul li a .info .winner span:nth-of-type(2), body:not(.mobile) .content .works ul li a .info .company span:nth-of-type(2), body:not(.mobile) .content .works ul li a .info .series span:nth-of-type(2), body:not(.mobile) .content .works ul li a .info .voted span:nth-of-type(2) {
  font-size: 1.6rem;
  width: calc(100% - 130px);
}
body:not(.mobile) .content .works ul li a .info .title span:nth-of-type(2) {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
body:not(.mobile) .content .works ul li a .pdf {
  flex: 0 0 2;
  font-size: 5rem;
  margin-left: auto;
}
body:not(.mobile) .content .works.grandprix h2, body:not(.mobile) .content .works.newcreator h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald";
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  background: #f7c71a;
  z-index: 3;
  width: calc(100% - 300px);
  height: 70px;
  position: fixed;
}
body:not(.mobile) .content .works.grandprix .modal, body:not(.mobile) .content .works.newcreator .modal {
  z-index: 3;
  width: 300px;
  margin-top: 100px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  padding: 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body:not(.mobile) .content .works.grandprix .modal::-webkit-scrollbar, body:not(.mobile) .content .works.newcreator .modal::-webkit-scrollbar {
  display: none;
}
body:not(.mobile) .content .works.grandprix .modal .info, body:not(.mobile) .content .works.newcreator .modal .info {
  width: 100%;
  position: relative;
  margin-bottom: auto;
  line-height: 1.4;
  font-size: 1.3rem;
}
body:not(.mobile) .content .works.grandprix .modal .info .client, body:not(.mobile) .content .works.grandprix .modal .info .title, body:not(.mobile) .content .works.grandprix .modal .info .count, body:not(.mobile) .content .works.grandprix .modal .info .winner, body:not(.mobile) .content .works.grandprix .modal .info .company, body:not(.mobile) .content .works.newcreator .modal .info .client, body:not(.mobile) .content .works.newcreator .modal .info .title, body:not(.mobile) .content .works.newcreator .modal .info .count, body:not(.mobile) .content .works.newcreator .modal .info .winner, body:not(.mobile) .content .works.newcreator .modal .info .company {
  width: 100%;
  margin-bottom: 30px;
}
body:not(.mobile) .content .works.grandprix .modal .info .client span, body:not(.mobile) .content .works.grandprix .modal .info .title span, body:not(.mobile) .content .works.grandprix .modal .info .count span, body:not(.mobile) .content .works.grandprix .modal .info .winner span, body:not(.mobile) .content .works.grandprix .modal .info .company span, body:not(.mobile) .content .works.newcreator .modal .info .client span, body:not(.mobile) .content .works.newcreator .modal .info .title span, body:not(.mobile) .content .works.newcreator .modal .info .count span, body:not(.mobile) .content .works.newcreator .modal .info .winner span, body:not(.mobile) .content .works.newcreator .modal .info .company span {
  display: block;
}
body:not(.mobile) .content .works.grandprix .modal .info .client span:nth-of-type(1), body:not(.mobile) .content .works.grandprix .modal .info .title span:nth-of-type(1), body:not(.mobile) .content .works.grandprix .modal .info .count span:nth-of-type(1), body:not(.mobile) .content .works.grandprix .modal .info .winner span:nth-of-type(1), body:not(.mobile) .content .works.grandprix .modal .info .company span:nth-of-type(1), body:not(.mobile) .content .works.newcreator .modal .info .client span:nth-of-type(1), body:not(.mobile) .content .works.newcreator .modal .info .title span:nth-of-type(1), body:not(.mobile) .content .works.newcreator .modal .info .count span:nth-of-type(1), body:not(.mobile) .content .works.newcreator .modal .info .winner span:nth-of-type(1), body:not(.mobile) .content .works.newcreator .modal .info .company span:nth-of-type(1) {
  text-align: center;
  background: #f1f1f1;
  padding: 10px 0;
  margin-bottom: 10px;
}
body:not(.mobile) .content .works.grandprix .modal .info .title span:nth-of-type(2), body:not(.mobile) .content .works.newcreator .modal .info .title span:nth-of-type(2) {
  font-size: 2rem;
  font-weight: bold;
}
body:not(.mobile) .content .works.grandprix .work, body:not(.mobile) .content .works.newcreator .work {
  z-index: 1;
  padding: 100px 0px 0px 320px;
  position: relative;
  width: 100%;
}
body:not(.mobile) .content .works.grandprix .work div, body:not(.mobile) .content .works.newcreator .work div {
  margin-top: 100px;
}
body:not(.mobile) .content .works.grandprix .work div video, body:not(.mobile) .content .works.newcreator .work div video {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
body:not(.mobile) .content .works.grandprix .work div:nth-of-type(1), body:not(.mobile) .content .works.newcreator .work div:nth-of-type(1) {
  margin-top: 0px;
}
body:not(.mobile) .content .works.grandprix .work div .count, body:not(.mobile) .content .works.newcreator .work div .count {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
body:not(.mobile) .content .works.grandprix .work.pdf, body:not(.mobile) .content .works.newcreator .work.pdf {
  width: 100%;
  padding: 150px 0px 0px 350px;
}
body:not(.mobile) .content .works.grandprix .work.pdf div, body:not(.mobile) .content .works.newcreator .work.pdf div {
  margin-top: auto;
}
body:not(.mobile) .content .works.grandprix .work.pdf a, body:not(.mobile) .content .works.newcreator .work.pdf a {
  background: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.4rem;
  color: #333;
  border: 5px solid #333;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.25s ease-out, color 0.25s ease-out;
}
body:not(.mobile) .content .works.grandprix .work.pdf a .icon-file-pdf, body:not(.mobile) .content .works.newcreator .work.pdf a .icon-file-pdf {
  font-size: 8rem;
  margin-right: 20px;
}
body:not(.mobile) .content .works.grandprix .work.pdf a .txt, body:not(.mobile) .content .works.newcreator .work.pdf a .txt {
  text-align: left;
}
body:not(.mobile) .content .works.grandprix .work.pdf a:hover, body:not(.mobile) .content .works.grandprix .work.pdf a:active, body:not(.mobile) .content .works.newcreator .work.pdf a:hover, body:not(.mobile) .content .works.newcreator .work.pdf a:active {
  border-color: rgb(190, 124, 98);
  color: rgb(190, 124, 98);
}
body:not(.mobile) .content .works.newcreator h2 {
  background: rgb(190, 124, 98);
}
body:not(.mobile) .content .works.specialawards h2 {
  font-family: "Oswald";
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  width: 100%;
  height: 70px;
}
body:not(.mobile) .kv {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/kv.jpg") no-repeat 80px center #fdfef0;
  background-size: cover;
}
body:not(.mobile) .kv .logo {
  width: 100%;
  background: #fff;
  padding: 40px 40px 40px 230px;
  position: absolute;
  top: 0px;
  right: 0px;
}
body:not(.mobile) .kv .lead {
  width: 30%;
  position: absolute;
  bottom: 30px;
  left: 230px;
}
body:not(.mobile) .content .works {
  display: none;
  opacity: 0;
}
body:not(.mobile) main {
  min-height: 100vh;
}
body:not(.mobile) footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 200px;
  z-index: 4;
  padding: 10px;
}
body:not(.mobile) footer .copyright {
  font-size: 1.2rem;
  width: 100%;
  position: relative;
  color: rgb(190, 124, 98);
  line-height: 1.5;
}
body:not(.mobile) .sp, body:not(.mobile) .cover {
  display: none;
}

body.mobile {
  font-size: 1.3rem;
}
body.mobile nav, body.mobile .kv, body.mobile .navchild {
  display: none;
}
body.mobile header {
  padding-left: 10px;
  width: 100vw;
  height: 70px;
  border-right: none;
  border-bottom: 1px solid rgb(190, 124, 98);
  display: flex;
  justify-content: center;
  align-items: center;
}
body.mobile header h1 {
  font-size: 1.2rem;
  width: 239.6px;
}
body.mobile header h1 a {
  display: block;
  width: 239.6px;
  height: 26.8px;
  background: url("../images/logo-sp.png") no-repeat center;
  background-size: 239.6px 26.8px;
}
body.mobile header h1 span {
  padding-top: 9px;
}
body.mobile header h1 span br {
  display: none;
}
body.mobile main {
  min-height: 100svh;
}
body.mobile .cover {
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
}
body.mobile .cover .kv1 {
  position: relative;
  width: 100%;
  height: 100%;
}
body.mobile .cover .kv2, body.mobile .cover .kv3 {
  position: relative;
  width: 100%;
  height: 100%;
}
body.mobile .cover .title {
  width: 100%;
  height: 100px;
  background: url("../images/kv-logo-sp.svg") no-repeat center #fff;
  background-size: 295.2px 65.7px;
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 2;
}
body.mobile .cover .lead {
  z-index: 3;
  position: absolute;
  top: 190px;
  left: 20px;
  width: 65%;
  height: 50px;
  background: url("../images/kv-lead.svg") no-repeat top left;
  background-size: contain;
}
@media screen and (orientation: landscape) {
  body.mobile .cover .kv1 {
    background: url("../images/kv.jpg") no-repeat center 30%;
    background-size: cover;
  }
}
@media screen and (orientation: portrait) {
  body.mobile .cover .kv1 {
    background: url("../images/kvsp1.jpg") no-repeat center top;
    background-size: cover;
    opacity: 1;
  }
  body.mobile .cover .kv2 {
    background: url("../images/kvsp2.jpg") no-repeat center top;
    background-size: cover;
    opacity: 0;
    display: none;
  }
  body.mobile .cover .kv3 {
    background: url("../images/kvsp3.jpg") no-repeat center top;
    background-size: cover;
    opacity: 0;
    display: none;
  }
}
body.mobile .content {
  display: block;
  opacity: 1;
}
body.mobile .content ul.sp {
  width: 80%;
  margin: 20px auto 0px auto;
  list-style-type: none;
}
body.mobile .content ul.sp li {
  margin-bottom: 10px;
  height: 40px;
}
body.mobile .content ul.sp a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: rgb(190, 124, 98);
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
}
body.mobile .content ul.sp a:before, body.mobile .content ul.sp a:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  transform-origin: center right;
  position: absolute;
  top: 50%;
  right: 20px;
}
body.mobile .content ul.sp a:before {
  transform: rotate(-45deg);
}
body.mobile .content ul.sp a:after {
  transform: rotate(45deg);
}
body.mobile .content .works {
  display: none;
}
body.mobile footer {
  background: #fff;
  width: 100%;
  z-index: 4;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.mobile footer .copyright {
  text-align: center;
  font-size: 1rem;
  width: 100%;
  position: relative;
  color: rgb(190, 124, 98);
  line-height: 1.5;
}
body.mobile footer .copyright br {
  display: none;
}