html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp {
  font-weight: normal;
  font-style: normal;
}
fieldset {
  border: none;
}
textarea {
  padding: 0;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
:focus {
  outline: 0;
}
img {
  vertical-align: top;
}
body {
  color: #4a4a4a;
  word-break: break-word;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #4a4a4a;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.c-dark {
  color: #4a4a4a !important;
}
.c-bright {
  color: #f3f3eb !important;
}
.c-middle {
  color: #8a8a8a !important;
}
.c-link {
  color: #e97050 !important;
}
.c-accent {
  color: #ac0303 !important;
}
.c-white {
  color: #fff !important;
}
.c-male {
  color: #01825f !important;
}
.c-female {
  color: #008aa8 !important;
}
.f10 {
  font-size: 1rem !important;
  letter-spacing: -0.001em;
}
.f11 {
  font-size: 1.1rem !important;
  letter-spacing: -0.001em;
}
.f12 {
  font-size: 1.2rem !important;
}
.f13 {
  font-size: 1.3rem !important;
}
.f14 {
  font-size: 1.4rem !important;
}
.f15 {
  font-size: 1.5rem !important;
}
.f16 {
  font-size: 1.6rem !important;
}
.f17 {
  font-size: 1.7rem !important;
}
.f18 {
  font-size: 1.8rem !important;
}
.f20 {
  font-size: 2rem !important;
}
.f22 {
  font-size: 2.2rem !important;
}
.f24 {
  font-size: 2.4rem !important;
}
.f26 {
  font-size: 2.6rem !important;
}
.f28 {
  font-size: 2.8rem !important;
}
.f30 {
  font-size: 3rem !important;
}
.f36 {
  font-size: 3.6rem !important;
}
.f42 {
  font-size: 4.2rem !important;
}
.f48 {
  font-size: 4.8rem !important;
}
.f54 {
  font-size: 5.4rem !important;
}
.lh10 {
  line-height: 1;
}
.lh13 {
  line-height: 1.3;
}
.lh15 {
  line-height: 1.5;
}
.lh20 {
  line-height: 2;
}
.f-bold {
  font-weight: bold;
}
.f-normal {
  font-weight: normal;
}
.bg-main {
  background-color: #e97050;
}
.bg-bright {
  background-color: #f8f7f2;
}
.bg-middle {
  background-color: #bab8ac;
}
.bg-white {
  background-color: #fff;
}
.bd-fill {
  border: solid 1px #b7b7b7;
}
.bd-top {
  border-top: solid 1px #b7b7b7;
}
.bd-right {
  border-right: solid 1px #b7b7b7;
}
.bd-bottom {
  border-bottom: solid 1px #b7b7b7;
}
.bd-left {
  border-left: solid 1px #b7b7b7;
}
.bd-none {
  border: none !important;
}
.t-center {
  text-align: center !important;
}
.t-left {
  text-align: left !important;
}
.t-right {
  text-align: right !important;
}
.va-middle {
  vertical-align: middle !important;
}
.va-top {
  vertical-align: top !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
.jf-center {
  justify-content: center !important;
}
.jf-start {
  justify-content: flex-start !important;
}
.jf-end {
  justify-content: flex-end !important;
}
.ai-center {
  align-items: center !important;
}
.ai-start {
  align-items: flex-start !important;
}
.ai-end {
  align-items: flex-end !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-ib {
  display: inline-block !important;
}
.d-table {
  display: table !important;
}
.d-tc {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.flex {
  flex: 1;
}
.o-hidden {
  overflow: hidden;
}
.pos-abs {
  position: absolute;
}
.pos-rel {
  position: relative;
}
.pos-top {
  top: 0;
}
.pos-bottom {
  bottom: 0;
}
.pos-left {
  left: 0;
}
.pos-right {
  right: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.n-mt5 {
  margin-top: -5px !important;
}
.n-mt10 {
  margin-top: -10px !important;
}
.n-mt15 {
  margin-top: -15px !important;
}
.n-mt20 {
  margin-top: -20px !important;
}
.n-mt30 {
  margin-top: -30px !important;
}
.n-mr5 {
  margin-right: -5px !important;
}
.n-mr10 {
  margin-right: -10px !important;
}
.n-mr15 {
  margin-right: -15px !important;
}
.n-mr20 {
  margin-right: -20px !important;
}
.n-mr30 {
  margin-right: -30px !important;
}
.n-mb5 {
  margin-bottom: -5px !important;
}
.n-mb10 {
  margin-bottom: -10px !important;
}
.n-mb15 {
  margin-bottom: -15px !important;
}
.n-mb20 {
  margin-bottom: -20px !important;
}
.n-mb30 {
  margin-bottom: -30px !important;
}
.n-ml5 {
  margin-left: -5px !important;
}
.n-ml10 {
  margin-left: -10px !important;
}
.n-ml15 {
  margin-left: -15px !important;
}
.n-ml20 {
  margin-left: -20px !important;
}
.n-ml30 {
  margin-left: -30px !important;
}
.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.pa0 {
  padding: 0 !important;
}
.pa5 {
  padding: 5px !important;
}
.pa8 {
  padding: 8px !important;
}
.pa10 {
  padding: 10px !important;
}
.pa15 {
  padding: 15px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa30 {
  padding: 30px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.fl-left {
  float: left !important;
}
.fl-right {
  float: right !important;
}
.fl-none {
  float: none !important;
}
.fl-clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
}
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.logo-main {
  width: 120px;
  height: 0;
  padding-top: 48px;
  margin-left: 20px;
  overflow: hidden;
  background: url("../images/svg_sprite.svg") no-repeat;
  background-position: 0 -10px;
  background-size: 120px;
  cursor: pointer;
}
.site-nav {
  height: 48px;
  display: flex;
  margin-right: 20px;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
}
.site-nav .header-menu-button {
  color: #4a4a4a;
  display: block;
  padding: 0 20px;
  line-height: 1.4;
}
.site-nav .header-menu-button button:hover .nav-en,
.site-nav .header-menu-button button:hover .nav-ja,
.site-nav .header-menu-button a:hover .nav-en,
.site-nav .header-menu-button a:hover .nav-ja {
  color: #e97050;
}
.site-nav .header-menu-button button {
  background: transparent;
  cursor: pointer;
}
.site-nav .header-menu-button a {
  display: block;
}
.site-nav .nav-ja {
  color: #8a8a8a;
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .site-header {
    margin-top: 0;
    padding: 7px 0;
    background-color: #f8f7f2;
  }
  .logo-main {
    margin-left: 10px;
    width: 50px;
    padding-top: 24px;
    background-size: 52px;
    background-position: 0 -1px;
  }
  .site-nav {
    height: 24px;
    margin-right: 5px;
  }
  .site-nav li {
    height: 24px;
  }
  .site-nav .header-menu-button {
    padding: 0 5px;
  }
  .site-nav .header-menu-button a,
  .site-nav .header-menu-button p {
    line-height: 24px;
  }
  .site-nav .nav-en {
    display: none;
  }
}
.site-footer {
  position: relative;
  width: 100%;
}
.site-footer:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: url("../images/svg_sprite.svg") repeat-x;
  background-position: 0 -160px;
  background-size: 256px;
  position: absolute;
  top: -1px;
  z-index: 10;
}
.footer-inner {
  position: relative;
  padding: 60px 0 20px;
  background-color: #fff;
  text-align: center;
}
.logo-footer {
  width: 100px;
  height: 0;
  padding-top: 48px;
  margin: 0 auto 15px;
  overflow: hidden;
  background: url("../images/svg_sprite.svg") no-repeat;
  background-size:110px;
  background-position: 0 -8px;
}
.footer-nav {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
}
.footer-nav .footer-menu-button {
  color: #4a4a4a;
  background: transparent;
  display: block;
  padding: 0 30px;
  line-height: 1.4;
}
.footer-nav .footer-menu-button button:hover,
.footer-nav .footer-menu-button a:hover {
  color: #e97050;
}
.footer-nav .footer-menu-button button {
  color: #4a4a4a;
  background: transparent;
  cursor: pointer;
}
.footer-nav li:not(:last-child) {
  border-right: solid 1px #8a8a8a;
}
.btn-top {
  width: 80px;
  height: 80px;
  padding: 25px 0 0;
  margin-left: -40px;
  background: #f8f7f2;
  display: block;
  border-radius: 40px;
  color: #8a8a8a;
  cursor: pointer;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 15;
}
.btn-top:before {
  content: "";
  width: 15px;
  height: 25px;
  display: block;
  background: url("../images/svg_sprite.svg") no-repeat;
  background-position: -40px -130px;
  background-size: 256px;
  position: absolute;
  top: 15px;
  left: 32px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 45px 0 20px;
  }
  .logo-footer {
    width: 95px;
    margin-bottom: 10px;
    padding-top: 36px;
    background-size: 80px;
    background-position: 0 -5px;
  }
  .footer-nav {
    height: 55px;
  }
  .footer-nav .footer-menu-button {
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .btn-top {
    width: 72px;
    height: 72px;
    margin-left: -36px;
    top: -36px;
    left: 50%;
    z-index: 15;
  }
  .btn-top:before {
    top: 12px;
    left: 28px;
  }
  .copyright {
    margin: 10px 10px 0 0;
    font-size: 1.2rem;
  }
}
.main-container {
  background: #fff;
}
.section-home {
  width: 100%;
  min-height: 720px;
  position: relative;
  background-color: #f8f7f2;
  user-select: none;
  overflow: hidden;
}
.section-home .catch-text {
  width: 320px;
  color: #8a8a8a;
  margin-left: -160px;
  text-align: center;
  position: absolute;
  top: 32%;
  left: 50%;
}
.section-home .logo-home {
  width: 150px;
  height: 0;
  padding-top: 72px;
  margin: 0 auto 15px;
  overflow: hidden;
  background: url("../images/svg_sprite.svg") no-repeat;
  background-size: 192px;
  background-position: 0 -20px;
}
.section-home .logo-home.on-active {
  animation: anim-logo-home 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-home .text-home {
  font-size: 1.6rem;
}
.section-home .home-footer {
  color: #fff;
  width: 100%;
  height: 150px;
  padding-top: 25px;
  background-color: #e97050;
  position: absolute;
  bottom: 0;
  text-align: center;
  animation:blink 1.3s infinite alternate;
}
@keyframes blink{
  0% { color: #ffffff }
100% { color: rgba(255, 255, 255, 0.0) }
}

.section-home .home-footer:before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  margin-left: -256px;
}
.section-home .home-footer:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  margin-right: -256px;
}
.section-home .game-container {
  width: 100%;
  height: 125px;
  position: absolute;
  bottom: 174px;
  overflow: hidden;
}
.section-home .game-container .game-canvas {
  width: 1500px;
  height: 125px;
  margin-left: 50%;
  position: absolute;
  top: 0;
  left: -750px;
  z-index: 1;
}
@keyframes anim-logo-home {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.3, 1.3);
  }
  45% {
    transform: scale(1.05, 1.05);
  }
  70% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
.section-product {
  position: relative;
  padding: 100px 0 0;
}
.section-product .product-content {
  padding: 50px 0;
}
.section-product .product-list {
  display: flex;
  flex-wrap: wrap;
}
.section-product .product-list .product-item {
  width: 310px;
  margin: 0 10px 50px;
}
.section-product .product-list .tag-wrapper {
  font-size: 0;
  margin-bottom: 5px;
}
.section-product .product-list .tag-wrapper li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 2px;
  font-size: 1.2rem;
}
.section-product .product-list .tag-wrapper li:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -10px;
  right: -12px;
  transform: rotate(50deg);
}
.section-product .product-list .tag-wrapper .tag-develop {
  background-color: #39bb97;
}
.section-product .product-list .tag-wrapper .tag-develop:after {
  background-color: #3d8f78;
}
.section-product .product-list .tag-wrapper .tag-animation {
  background-color: #e45a3c;
}
.section-product .product-list .tag-wrapper .tag-animation:after {
  background-color: #a33f29;
}
.section-product .product-list .tag-wrapper .tag-sound {
  background-color: #4bb8dd;
}
.section-product .product-list .tag-wrapper .tag-sound:after {
  background-color: #2e8aa8;
}
.section-product .product-list .tag-wrapper .tag-other {
  background-color: #e0b352;
}
.section-product .product-list .tag-wrapper .tag-other:after {
  background-color: #bd8e28;
}
.section-product .content-inner {
  width: 640px;
  margin: 0 auto;
}
.section-product .content-inner {
  margin-top: 10px;
}

.animation-description{
  text-align: center;
}

.section-product .content-inner-l {
  width: 990px;
  margin: 0 auto;
}
.section-product .content-inner-l .product-item-detail {
  margin-top: 10px;
}
.section-product .content-inner-l figure {
  width: 100%;
}
.section-product .content-inner-l figure a {
  display: block;
  transition: transform 0.2s;
}
.section-product .content-inner-l figure a:hover {
  transform: scale(1.04);
}
.section-product .content-inner-l figcaption {
  display: none;
}
.section-product .content-inner-l .product-image {
  width: 100%;
  height: auto;
}
.section-product .content-inner-l .logo-box {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-product .content-inner-l .animation-logo {
  height: 0;
  margin: 0 20px;
  display: inline-block;
  overflow: hidden;
  background: url("../images/logo_sprite.png") no-repeat;
  background-size: 256px;
}
.section-product .content-inner-l .icon-spine {
  width: 80px;
  padding-top: 29px;
  background-position: 0 0;
}
.section-product .content-inner-l .icon-live2d {
  width: 100px;
  padding-top: 26px;
  background-position: -82px 0;
}
.section-product .content-inner-l .icon-sprite-studio {
  width: 100px;
  padding-top: 24px;
  background-position: 0 -30px;
}
.section-product .btn-contact {
  width: 240px;
  height: 50px;
  margin: 25px auto 0;
  position: relative;
  display: block;
  background: #fff;
  color: #e97050;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  font-size: 1.8rem;
}
.section-product .btn-contact:before {
  content: "";
  width: 11px;
  height: 17px;
  display: block;
  background: url("../images/svg_sprite.svg") no-repeat;
  background-position: -27px -87px;
  background-size: 172px;
  position: absolute;
  top: 16px;
  right: 15px;
}
.section-product .btn-contact.on-display {
  animation: anim-btn-contact 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes anim-btn-contact {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  45% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.movie-frame {
  width: 640px;
  height: 360px;
  display: block;
  margin: 0 auto;
}
.movie-replacer {
  position: relative;
}
.movie-replacer:hover {
  opacity: 0.8;
}
.movie-replacer:before {
  content: "";
  width: 58px;
  height: 58%;
  display: block;
  margin: -29px 0 0 -29px;
  background: url("../images/svg_sprite.svg") no-repeat;
  background-position: 0 -170px;
  background-size: 256px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.movie-replacer:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-company {
  padding: 100px 0;
}
.company-box {
  width: 540px;
  margin: 60px auto 50px;
}
.company-box dt {
  width: 200px;
}
.company-box dd {
  flex: 1;
}
.company-map {
  width: 100%;
  height: 640px;
}
.route-description {
  width: 640px;
  margin: 15px auto;
}
.btn-map-wrapper {
  margin-right: 20px;
  text-align: right;
}
.section-recruit {
  padding: 100px 0 120px;
}
.section-recruit .btn-recruit {
  width: 240px;
  height: 50px;
  margin: 25px auto 0;
  position: relative;
  display: block;
  background: #e97050;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  font-size: 1.8rem;
}
.section-recruit .btn-recruit:before {
  content: "";
  width: 11px;
  height: 17px;
  display: block;
  background: url("../images/svg_sprite.svg") no-repeat;
  background-position: -13px -87px;
  background-size: 172px;
  position: absolute;
  top: 16px;
  right: 15px;
}
.recruit-box {
  width: 640px;
  margin: 50px auto;
}
.recruit-box dt {
  width: 150px;
}
.recruit-box dd {
  flex: 1;
}
.recruit-form {
  display: block;
  width: 720px;
  margin: 0 auto;
}
.heading-section {
  text-align: center;
  border-bottom: solid 1px #b7b7b7;
  margin: 0 7% 50px;
  padding-bottom: 30px;
}
.heading-section .heading-en {
  display: block;
  font-size: 2.2rem;
}
.heading-section .heading-ja {
  color: #8a8a8a;
  font-size: 1.4rem;
}
.sub-heading {
  text-align: center;
  border-bottom: solid 1px #b7b7b7;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
.icon-ios {
  background: #54c7fc;
  color: #fff;
  padding: 2px 8px 1px;
  border-radius: 10px;
  font-size: 1.2rem;
}
.icon-android {
  background: #44db5e;
  color: #fff;
  padding: 2px 8px 1px;
  border-radius: 10px;
  font-size: 1.2rem;
}
.icon-browser {
  background: #db8d44;
  color: #fff;
  padding: 2px 8px 1px;
  border-radius: 10px;
  font-size: 1.2rem;
}
.icon-youtube {
  background: #ff0000;
  color: #fff;
  padding: 2px 8px 1px;
  border-radius: 10px;
  font-size: 1.2rem;
}
.icon-xbox {
  background: #107c10;
  color: #fff;
  padding: 2px 8px 1px;
  border-radius: 10px;
  font-size: 1.2rem;
}
.section-contact {
  padding: 100px 0 120px;
}
.privacy-policy-container {
  width: 720px;
  margin: 0 auto;
}
.privacy-policy-content {
  margin-top: 30px;
}
.privacy-policy-content dt {
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 1.6rem;
}
.privacy-policy-content dd {
  margin-top: 7px;
}
.privacy-policy-content table {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2rem;
}
.privacy-policy-content table th,
.privacy-policy-content table td {
  border: 1px solid #868686;
  padding: 10px;
}
.privacy-policy-content .privacy-policy-list {
  margin-top: 5px;
  padding-left: 1rem;
}
.privacy-policy-content .privacy-policy-list li {
  margin-top: 5px;
}

.privacy-policy-content-end {
  margin-top: 30px;
}
.privacy-policy-content-end dt {
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 1.6rem;
  text-align: right;
}
.privacy-policy-content-end dd {
  margin-top: 7px;
  text-align: right;
}


.section-product-item {
  padding: 100px 0 120px;
}
.product-item-container {
  width: 640px;
  margin: 0 auto;
}
.product-item-container .text-wrapper.space {
  margin-top: 120px;
}
.product-item-container dl {
  display: flex;
  flex-wrap: wrap;
}
.product-item-container dl dt {
  width: 140px;
  margin-right: 20px;
  position: relative;
}
.product-item-container dl dt:before {
  content: ":";
  position: absolute;
  top: 0;
  right: 5px;
}
.product-item-container dl dd {
  width: 480px;
}
.product-item-container a {
  color: #e97050;
}
.product-item-container .flow-list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.product-item-container .flow-list .flow-item {
  width: 1.4rem;
  padding: 30px 25px 30px 17px;
  background: #f8f7f2;
  letter-spacing: 0.7rem;
}
.product-item-container .flow-list .flow-item span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.product-item-container .flow-list .flow-arrow {
  position: relative;
  width: 10px;
}
.product-item-container .flow-list .flow-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  border-left: solid 10px #bab8ac;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}
.product-item-container .flow-list .first-in-3item {
  margin-left: 150px;
}
.product-item-container .flow-list .last-in-3item {
  margin-right: 150px;
}
.product-item-container .flow-list .first-in-4item {
  margin-left: 100px;
}
.product-item-container .flow-list .last-in-4item {
  margin-right: 100px;
}
.fixed-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 50;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.fixed-modal.transition {
  opacity: 0;
}
.fixed-modal.hide {
  display: none;
}
.btn-close-modal {
  width: 100px;
  height: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  padding-top: 100px;
  overflow: hidden;
  cursor: pointer;
}
.btn-close-modal:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 2px;
  height: 26px;
  margin: -16px 0 0 -2px;
  background-color: #eee;
  transform: rotate(45deg);
}
.btn-close-modal:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 2px;
  height: 26px;
  margin: -16px 0 0 -2px;
  background-color: #eee;
  transform: rotate(-45deg);
}
.newyear2019 {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  background: url("../images/nenga2019.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .section-home {
    min-height: 568px;
  }
  .section-home .logo-home {
    width: 100px;
    padding-top: 48px;
    background-size: 110px;
    background-position: 0 -8px;
  }
  .section-home .text-home {
    font-size: 1.4rem;
  }
  .section-product {
    padding-top: 60px;
    font-size: 1.2rem;
  }
  .section-product .product-content {
    padding: 20px 0 0;
  }
  .section-product .content-inner {
    width: 100%;
  }
  .section-product .content-inner .animation-description {
    padding: 0 10px;
  }
  .section-product .content-inner-l {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .section-product .content-inner-l .product-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .section-product .content-inner-l .animation-logo {
    margin: 0 2px;
  }
  .movie-frame {
    width: 100%;
    height: 210px;
  }
  .section-company {
    padding: 60px 0;
    font-size: 1.2rem;
  }
  .section-company .heading-company {
    margin: 0 20px 30px;
    padding-bottom: 30px;
  }
  .route-description {
    width: auto;
    padding: 0 10px;
  }
  .btn-map-wrapper {
    margin: 0;
  }
  .btn-map {
    width: 240px;
    height: 50px;
    margin: 25px auto 0;
    position: relative;
    display: block;
    background: #f8f7f2;
    border: solid 1px #4a4a4a;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    font-size: 1.8rem;
  }
  .btn-map:before {
    content: "";
    width: 11px;
    height: 16px;
    display: block;
    background: url("../images/svg_sprite.svg") no-repeat;
    background-position: 0 -87px;
    background-size: 172px;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .company-box {
    width: auto;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
  .company-box dt {
    width: 80px;
  }
  .company-map {
    height: 230px;
  }
  .section-recruit {
    padding: 60px 0 80px;
    font-size: 1.2rem;
  }
  .recruit-box {
    width: auto;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
  .recruit-box dt {
    width: 80px;
  }
  .recruit-form {
    width: 100%;
  }
  .heading-section {
    margin: 0 10px 30px;
    padding-bottom: 15px;
  }
  .section-contact {
    padding: 60px 0 80px;
    font-size: 1.2rem;
  }
  .privacy-policy-container {
    width: auto;
  }
  .privacy-policy-description {
    padding: 0 10px;
  }
  .privacy-policy-content {
    padding: 0 10px;
  }
  .section-product-item {
    padding: 60px 0 80px;
  }
  .product-item-container {
    width: 100%;
  }
  .product-item-container .text-wrapper {
    padding: 0 10px;
  }
  .product-item-container .text-wrapper.space {
    margin-top: 60px;
  }
  .product-item-container dl {
    font-size: 1.2rem;
  }
  .product-item-container dl dt {
    width: 100px;
    margin-right: 10px;
  }
  .product-item-container dl dd {
    min-width: 190px;
    flex: 1;
  }
  .product-item-container .flow-list {
    display: block;
    margin: 20px 0;
    padding: 0 10px;
  }
  .product-item-container .flow-list .flow-item {
    width: 100%;
    height: auto;
    padding: 10px;
    letter-spacing: 0.2rem;
    box-sizing: border-box;
    text-align: center;
  }
  .product-item-container .flow-list .flow-item span {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
  .product-item-container .flow-list .flow-arrow {
    width: 100%;
    height: 10px;
    margin: 5px 0 3px;
  }
  .product-item-container .flow-list .flow-arrow:before {
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -9px;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 8px #bab8ac;
    border-bottom: none;
  }
  .product-item-container .flow-list .first-in-3item,
  .product-item-container .flow-list .first-in-4item {
    margin-left: 0;
  }
  .product-item-container .flow-list .last-in-3item,
  .product-item-container .flow-list .last-in-4item {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 939px) {
  .section-product .content-inner-l {
    width: 100%;
  }
  .section-product .product-list {
    display: block;
  }
  .section-product .product-list .product-item {
    width: 480px;
    margin: 0 auto 50px;
  }
}

/* news部分
------------------------------ */
.section-Topnews {
  padding: 20px 0px 0px 0px;
  color: #222;
  text-align: center;
}

.newshover {
	display: inline-block;
	position: relative;
	text-decoration: none;
  padding-top: 20px;
}

.newshover::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #e97050;
	transition: all 0.3s ease 0s;
}
.newshover:hover {
	cursor: pointer;
}
.newshover:hover::after {
	width: 100%;
}


.topnews-list .item{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
  margin: 30px auto 30px;
  width: 540px;
  box-sizing: border-box;
  justify-items: center;
  padding: 0px 0px 10px 0px;
}

.topnews-list .item .date{
  font-size: 1.5rem;
}

.topnews-list .item .title{
  width: 80%;
  margin: auto;
  font-size: 1.6rem;
  text-align: left;
}

.topnews-list .item a:hover{
  color: #e97050;
}


@media screen and (max-width:768px){
  
.topnews-list .item{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
  margin: 20px auto 20px;
  width: auto;
  box-sizing: border-box;
  justify-items: center;
  padding: 0px 0px 0px 15px;
}

.topnews-list .item .title{
  font-size: 0.8em;
}
.topnews-list .item .date{
  font-size: 0.8em;
}
}