@charset "UTF-8";
/*================================================

base

================================================*/
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ol, ul, li {
  list-style: none;
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button:hover {
  outline: none;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

label {
  cursor: pointer;
}

:placeholder-shown {
  font: inherit;
  line-height: 1;
}

::-webkit-input-placeholder {
  font: inherit;
  line-height: 1.5;
}

:-moz-placeholder {
  font: inherit;
  line-height: 1.6;
}

::-moz-placeholder {
  font: inherit;
  line-height: 1.6;
}

:-ms-input-placeholder {
  font: inherit;
  line-height: 1;
}

::ms-clear {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*================================================
 * base */
body {
  -webkit-font-smoothing: antialiased;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  min-width: 1100px;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: inherit;
}

/*================================================

plugin

================================================*/
/*================================================

* layout

================================================*/
.inner {
  width: 980px;
  padding-left: 20px;
  margin: 0 auto;
}

/*================================================

* module

================================================*/
/*================================================
 * utility */
.clr:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.none {
  display: none;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  width: 960px;
  padding-top: 14px;
  z-index: 999;
}

.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -19px;
}

.header__contents__logo {
  position: relative;
  top: -5px;
  display: block;
  text-indent: -9999px;
  width: 181px;
  height: 71px;
}

.header__contents__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo.png) no-repeat 0 0/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__contents__logo:hover::after {
  background: url(../img/common/logo_hover.png) no-repeat 0 0/contain;
}

/* menu */
.menu > li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.menu > li:not(:last-child) {
  margin-right: 22px;
}

.menu > li:first-child {
  margin-right: 33px;
}

.menu > li:not(:first-child) {
  text-indent: -9999px;
}

.menu > li a {
  display: block;
}

.menu__blank a {
  border: 1px solid #fff;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__blank a img {
  padding: 5px 23px 0 23px;
}

.menu__blank a:hover {
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.5);
}

.menu__movie {
  width: 51px;
  height: 14px;
  background: url(../img/text/text_movie_ja.png) no-repeat 0 0/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__movie:hover {
  background: url(../img/text/text_movie_en.png) no-repeat 0 0/contain;
}

.menu__tec {
  width: 97px;
  height: 15px;
  background: url(../img/text/text_tec_ja.png) no-repeat 0 0/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__tec:hover {
  background: url(../img/text/text_tec_en.png) no-repeat 0 0/contain;
}

.menu__product {
  width: 75px;
  height: 14px;
  background: url(../img/text/text_product_ja.png) no-repeat 0 0/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__product:hover {
  background: url(../img/text/text_product_en.png) no-repeat 0 0/contain;
}

/* mv */
.mv {
  position: relative;
  background: url(../img/bg/bg_mv.jpg) no-repeat 0 0;
  background-size: cover;
  height: 0;
  padding-top: 836px;
}

.mv__contents {
  position: relative;
}

.mv__contents__text {
  position: absolute;
  /*top: 30%;*/
  top: 65%;
  z-index: 7;
}

.mv__contents__text2 {
  position: absolute;
  top: 160%;
  z-index: 9;
}

.mv__contents__text__flasher {
  margin: -8px 0 0 -10px;
  -webkit-animation: flasher 0.4s 0.6s 1 forwards;
          animation: flasher 0.4s 0.6s 1 forwards;
}

.mv__contents__racket {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  top: 0;
  left: 0;
}

.mv__contents__racket--01 {
  z-index: 6;
}

.mv__contents__racket--01--anime {
  top: 12%;
  left: 50%;
  margin-left: -129px;
  opacity: 1;
}

.mv__contents__racket--02 {
  z-index: 6;
}

.mv__contents__racket--02--anime {
  top: 9%;
  left: 50%;
  margin-left: 78px;
  opacity: 1;
}

@-webkit-keyframes flasher {
  0% {
    opacity: 0;
    -webkit-transform: skewX(89deg) rotateX(70deg);
    transform: skewX(89deg) rotateX(70deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}

@keyframes flasher {
  0% {
    opacity: 0;
    -webkit-transform: skewX(89deg) rotateX(70deg);
    transform: skewX(89deg) rotateX(70deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}

.mv__contents__text__debut {
  position: relative;
  margin-top: -400px;
  z-index: 4;
  margin-left: -490px;
}

.mv__contents__text__debut::before {
  content: "";
  display: block;
  float: left;
  width: calc((100% - 480px) / 2 - 220px);
  height: 120px;
  background: url(../img/common/pattern_debut.jpg) repeat-x;
}

/* footer */
.footer {
  background: url(../img/bg/bg_footer.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.footer__text {
  font-size: 16px;
  letter-spacing: 0.04em;
}

/* section-bg */
.section-bg {
  position: relative;
}

.section-bg--movie {
  z-index: 5;
  margin-top: -16%;
  padding: 16% 0 15%;
  background: url(../img/bg/bg_movie.png) no-repeat 0 0;
  background-size: cover;
}

@media only screen and (min-width: 1940px) {
  .section-bg--movie {
    padding: 15% 0 28%;
  }
}

@media only screen and (max-width: 1024px) {
  .section-bg--movie {
    padding: 17% 0 29%;
    margin-top: -16%;
  }
}

.section-bg--technology {
  margin-top: -29%;
  padding: 31% 0 12%;
  z-index: 4;
  background: url(../img/bg/bg_technology.jpg) no-repeat 0 0;
  background-size: cover;
}

@media only screen and (max-width: 1450px) {
  .section-bg--technology {
    margin-top: -31%;
    padding-top: 36%;
  }
}

.section-bg--product {
  margin-top: -15%;
  padding-top: 12%;
  padding-bottom: 5%;
  z-index: 5;
  background: url(../img/bg/bg_product.png) no-repeat 0 0;
  background-size: cover;
}

/* section-tec */
.section-tec {
  position: relative;
}

/* section-ttl */
.section-ttl {
  margin-bottom: 30px;
}

.section-ttl--left {
  margin-left: -45px;
}

.section-ttl--product {
  margin-bottom: 45px;
}

.section-ttl--right {
  text-align: right;
  margin-bottom: 0;
  position: relative;
  top: 9px;
}

/* technology-detail */
.technology-detail {
  margin-bottom: 54px;
}

.technology-detail__head {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.technology-detail__head__main {
  margin: 0 0 12px -55px;
}

.technology-detail__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.technology-detail__layout__left {
  width: 394px;
}

.technology-detail__layout__right {
  width: 546px;
}

.technology-detail__fs > li:first-child {
  margin-bottom: 25px;
}

.technology-detail__fs__head {
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
}

.technology-detail__fs__head__main {
  margin-bottom: 9px;
}

.technology-detail__hr__01 {
  margin-bottom: 20px;
  position: relative;
}

.technology-detail__hr__01__desc {
  position: absolute;
  top: 26px;
  left: 210px;
}

.technology-detail__hr__02 {
  margin-bottom: 12px;
}

.technology-detail__vc__01 {
  margin-bottom: 20px;
  position: relative;
}

.technology-detail__vc__02 {
  margin-bottom: 12px;
}




/* sns-link */
.sns-list {
  text-align: right;
}

.sns-list > li {
  display: inline-block;
  vertical-align: middle;
}

.sns-list > li:not(:last-child) {
  margin-right: -17px;
}

.sns-list > li:nth-child(1) {
  margin-right: -14px;
}

.sns-list > li:nth-child(2) {
  margin-right: -22px;
}

.sns-list > li:last-child {
  margin-right: -10px;
}

.sns-list > li a {
  display: block;
  text-indent: -9999px;
  text-align: left;
}

.sns-list__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.sns-list__logo--tw {
  width: 45px;
  height: 45px;
  position: relative;
  top: 3px;
  background: url(../img/icon/icon_tw_pc.png) no-repeat 0 0/contain;
}

.sns-list__logo--tw:hover {
  background: url(../img/icon/icon_tw_pc_hover.png) no-repeat 0 0/contain;
}

.sns-list__logo--fb {
  width: 41px;
  height: 41px;
  background: url(../img/icon/icon_fb_pc.png) no-repeat 0 0/contain;
}

.sns-list__logo--fb:hover {
  background: url(../img/icon/icon_fb_pc_hover.png) no-repeat 0 0/contain;
}

.sns-list__logo--insta {
  width: 40px;
  height: 40px;
  background: url(../img/icon/icon_insta_pc.png) no-repeat 0 0/contain;
}

.sns-list__logo--insta:hover {
  background: url(../img/icon/icon_insta_pc_hover.png) no-repeat 0 0/contain;
}

.sns-list__logo--line {
  position: relative;
  top: 1px;
  width: 44px;
  height: 44px;
  background: url(../img/icon/icon_line_pc.png) no-repeat 0 0/contain;
}

.sns-list__logo--line:hover {
  background: url(../img/icon/icon_line_pc_hover.png) no-repeat 0 0/contain;
}

/* wide-ttl */
.wide-ttl {
  margin-bottom: 25px;
  position: relative;
  padding-left: calc((100% - 960px) / 2);
}

.wide-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: calc((100% - 960px) / 2);
  height: 103px;
}

.wide-ttl--fs::before {
  background: url(../img/common/pattern_fs.jpg) repeat-x 0 0;
}

.wide-ttl--hr::before {
  background: url(../img/common/pattern_hr.jpg) repeat-x 0 0;
}

/* note */
.note {
  color: #fff;
  font-size: 13px;
  text-align: right;
  display: block;
  letter-spacing: -0.06em;
  margin-right: 11px;
}

.note::before {
  content: "※";
}

/* product */
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -30px;
}

.product.is-visible > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.product.is-visible > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.product > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  min-width: 560px;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product > li:nth-child(2) {
  position: relative;
  left: -70px;
}

.product__image {
  width: 240px;
}

.product__detail {
  padding-top: 194px;
  width: 320px;
  position: relative;
  left: -30px;
}

.product__detail__ttl {
  margin-bottom: 8px;
}

.product__detail__ttl__primary {
  margin-bottom: 11px;
}

.product__detail__ttl__second {
  font-size: 18px;
  letter-spacing: -0.03em;
  color:#fff;
}

.product__size {
  width: 103px;
  height: 103px;
  padding: 23px 22px 23px 24px;
  /*border: 1px solid #111111;*/
  border: 1px solid #6f190e;
  border-radius: 50%;
  margin: 0 0 64px 25px;
}

.product__link {
  width: 245px;
  padding: 8px 0;
  margin-bottom: 15px;
  display: block;
  /*background-color: #a40000;*/
  background-color: #111111;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product__link::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 11px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 9px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product__link::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 7px;
  display: block;
  width: 100%;
  height: 46px;
  /*border: 1px solid #a40000;*/
  border: 1px solid #111111;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product__link:hover {
  top: -7px;
  left: 34px;
}

.product__link:hover::after {
  top: 7px;
  left: -7px;
  opacity: 0;
}

/* made-japan */
.made-japan {
  text-align: right;
  margin-right: 58px;
}

.made-japan img {
  width: 50px;
}

/* movie */
.movie {
  position: relative;
  z-index: 1;
}

.movie::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 849px;
  height: 568px;
  background: url(../img/bg/bg_movie_outline.png) no-repeat 0 0;
  background-size: contain;
  z-index: -1;
}

/* img-border */
.img-border {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.note-icon::after {
  content: "※";
  display: inline-block;
  position: relative;
  top: -2px;
  left: -6px;
  font-size: 14px;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}

.load::after {
  content: "";
  display: block;
  position: fixed;
  top: calc((100% - 160px) / 2);
  left: calc((100% - 50px) / 2);
  width: 100px;
  height: 100px;
  background: url(../img/common/loading.gif) no-repeat 0 0/contain;
}

#__bs_notify__ {
  opacity: 0.1;
  pointer-events: none;
}
