/***************************************************************************
	normalize
***************************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, table, tr, th, td, hr, input, textarea, select, option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

.is-super {
  vertical-align: super;
  font-size: 10px;
  font-size: 1rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

ul, li {
  list-style: none;
}

/***************************************************************************
	BASE
***************************************************************************/
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 1024px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.00em;
  word-wrap: break-word;
  outline: none;
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #FFF;
  background-color: black;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

* {
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.p-fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  background-image: url(../img/top/fv_pattern.png);
  background-size: 4px 4px;
}

.p-contents-title {
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-play-btn {
    transition-duration: 0.6s;
  }
  .p-play-btn:hover {
    transition-duration: 0.3s;
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.p-loading-bar {
  position: relative;
  display: block;
  width: 1px;
  height: 100px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-loading-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  content: "";
  animation-name: loading-animation;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes loading-animation {
  0% {
    top: 0px;
    height: 100%;
  }
  49% {
    top: 0px;
    height: 0%;
  }
  50% {
    top: 100px;
    height: 0%;
  }
  51% {
    top: 100px;
    height: 100%;
  }
  100% {
    top: 0px;
    height: 100%;
  }
}

/***************************************************************************
	COPYRIGHT
***************************************************************************/

.en-l {
  font-family: ivymode, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en-l-italic {
  font-family: ivymode, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.en-r {
  font-family: ivymode, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en-r-italic {
  font-family: ivymode, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.en-b {
  font-family: ivymode, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en-b-italic {
  font-family: ivymode, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.jp-l {
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.jp-m {
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.jp-b {
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/***************************************************************************
	FOOTER
***************************************************************************/
.footer {
  position: relative;
  width: 100%;
  height: 150px;
  padding-top: 43px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 42px;
    height: 125px;
  }
}
.footer__logo {
  width: 206px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 148px;
    margin-bottom: 40px;
  }
}
.footer__logo > img {
  width: 100%;
  height: auto;
}
.footer__caution {
  padding-left: 5px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer__caution {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 9px;
    line-height: 0.9rem;
    letter-spacing: 0.05em;
  }
}
.footer__ui {
  width: 410px;
  height: 20px;
  position: fixed;
  bottom: 220px;
  right: -225px;
  z-index: 10;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition-duration: 0.3s;
  transition-property: right;
}
@media screen and (max-width: 768px) {
  .footer__ui {
    width: 400px;
    right: -220px;
    bottom: 220px;
  }
}
.footer__ui.show {
  right: -185px;
}
@media screen and (max-width: 768px) {
  .footer__ui.show {
    right: -180px;
  }
}
.footer__ui--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer__ui--wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 410px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__ui--wrapper > div {
    width: 400px;
    justify-content: flex-start;
  }
}
.footer__ui--copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  letter-spacing: 0.06em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .footer__ui--copyright {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 8px;
    line-height: 0.8rem;
    letter-spacing: 0.06em;
    padding-right: 15px;
  }
}
.footer__ui--black .footer__ui--copyright {
  color: #000;
}
.footer__ui--pagetop {
  position: relative;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #FFF;
  padding-right: 82px;
}
@media screen and (max-width: 768px) {
  .footer__ui--pagetop {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 11px;
    line-height: 1.1rem;
    letter-spacing: 0.1em;
  }
}
.footer__ui--pagetop:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 78px;
  height: 7px;
  margin-top: -6px;
  content: "";
  background-image: url(../img/common/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  transition-duration: 0.6s;
}
.footer__ui--black .footer__ui--pagetop {
  color: #000;
}
.footer__ui--black .footer__ui--pagetop:after {
  background-image: url(../img/common/btn_arrow_black.png);
}

/***************************************************************************
	Photo Modal
***************************************************************************/
.photo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
  display: none;
  opacity: 0;
}
.photo-modal .p-loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
}
.photo-modal__container {
  position: relative;
}
.photo-modal__closebtn {
  position: absolute;
  top: -36px;
  right: 0;
  display: block;
  width: 48px;
  height: 32px;
}
.photo-modal__closebtn:before, .photo-modal__closebtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 1px;
  background-color: #FFF;
  content: "";
}
.photo-modal__closebtn:before {
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}
.photo-modal__closebtn:after {
  -moz-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
@media screen and (max-width: 768px) {
  .photo-modal__closebtn {
    top: -30px;
    right: 18px;
    width: 32px;
    height: 24px;
  }
  .photo-modal__closebtn:before, .photo-modal__closebtn:after {
    margin-left: -16px;
    width: 32px;
  }
}
.photo-modal__img {
  background-color: #000;
}
.photo-modal__img > img {
  width: 100%;
  height: auto;
}

/***************************************************************************
	GALLERY-COMMON
***************************************************************************/
body#gallery {
  padding-top: 165px;
}
@media screen and (max-width: 768px) {
  body#gallery {
    padding-top: 106px;
  }
}

.gallery-contents {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .gallery-contents {
    margin-bottom: 108px;
  }
}

/***************************************************************************
	GALLERY-TITLE
***************************************************************************/
.gallery-title {
  width: 264px;
  height: 54px;
  background-image: url(../img/gallery/title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .gallery-title {
    width: 178px;
    height: 36px;
    background-image: url(../img/gallery/title_sp.png);
    margin-bottom: 73px;
  }
}

/***************************************************************************
	GALLERY-LIST
***************************************************************************/
.gallery-list {
  pointer-events: none;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gallery-list__item {
  position: relative;
  width: 50%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .gallery-list__item {
    width: 100vw;
    height: 100vw;
  }
}
.gallery-list__item:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  z-index: 2;
}
.gallery-list__item > a {
  pointer-events: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.gallery-list__item--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-list__item--img > span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 769px) {
  .gallery-list__item--img > span {
    transition-duration: 0.6s;
  }
  a:hover .gallery-list__item--img > span {
    transition-duration: 0.3s;
    opacity: 1;
  }
}
.gallery-list__item--brand .gallery-list__item--img > span {
  background-image: url(../img/gallery/img_brand.jpg);
  background-position: center bottom;
}
.gallery-list__item--taipei .gallery-list__item--img > span {
  background-image: url(../img/gallery/img_taipei.jpg);
  background-position: right bottom;
}
@media screen and (max-width: 768px) {
  .gallery-list__item--brand .gallery-list__item--img > span {
    background-image: url(../img/gallery/img_brand_sp.jpg);
  }
  .gallery-list__item--taipei .gallery-list__item--img > span {
    background-image: url(../img/gallery/img_taipei_sp.jpg);
  }
}
.gallery-list__item--title {
  display: inline-block;
  position: relative;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -50px;
  white-space: nowrap;
  height: 120px;
  opacity: 0;
  transform: translate(-50px);
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.12em;
  color: #FFF;
  text-decoration: none;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .gallery-list__item--title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.12em;
    margin-top: -46px;
    margin-left: -30px;
    height: 80px;
  }
}
.gallery-list__item--title:before {
  position: absolute;
  top: 104px;
  left: 88px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
  font-family: ivymode, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #FFF;
  content: "Back";
  opacity: 0;
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .gallery-list__item--title:before {
    top: 67px;
    left: 89px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 11px;
    line-height: 1.1rem;
    letter-spacing: 0.1em;
    font-style: normal;
  }
}
.gallery-list__item--title:after {
  pointer-events: none;
  position: absolute;
  top: 104px;
  left: 0;
  width: 78px;
  height: 7px;
  content: "";
  background-image: url(../img/common/btn_arrow.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition-property: background-position transform;
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .gallery-list__item--title:after {
    top: 67px;
  }
}
@media screen and (min-width: 769px) {
  .gallery-list__item--title:after {
    background-position: -10px 0;
  }
  a:hover .gallery-list__item--title:after {
    transition-duration: 0.3s;
    background-position: 0 0;
  }
}
.gallery-list__item--title.back-btn-mode {
  left: 100%;
  margin-left: -40px;
}
.gallery-list__item--title.back-btn-mode:before {
  opacity: 1;
}
.gallery-list__item--title.back-btn-mode:after {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gallery-list__item.show:after {
  width: 0%;
  transition-duration: 0.6s;
  transition-property: width;
}
.gallery-list__item.show .gallery-list__item--img > span {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 0.6s;
}
.gallery-list__item.show .gallery-list__item--title {
  opacity: 1;
  transform: translateX(0px);
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  transition-property: transform opacity;
}

/***************************************************************************
	GALLERY-DETAIL
***************************************************************************/
.gallery-detail {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
}
.gallery-detail::-webkit-scrollbar {
  display: none;
}
.gallery-detail__wrapper {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-left: 190px;
}
@media screen and (max-width: 768px) {
  .gallery-detail__wrapper {
    width: 100%;
    padding-left: 70px;
  }
}
.gallery-detail__list-container {
  position: relative;
  height: 100%;
}
.gallery-detail__list-container .p-loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
}
.gallery-detail__list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-detail__list--item {
  position: relative;
  width: 500px;
  margin-bottom: 150px;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gallery-detail__list--item {
    width: 225px;
    margin-bottom: 60px;
  }
}
.gallery-detail__list--item:last-child {
  margin-bottom: 0;
}
.gallery-detail__list--item > a {
  display: block;
  pointer-events: none;
}
.gallery-detail__list--item > a > img {
  width: 100%;
  height: auto;
  opacity: 0.3;
  transition-duration: 0.6s;
}
@media screen and (min-width: 769px) {
  .gallery-detail__list--item > a {
    transition-duration: 0.6s;
  }
  .gallery-detail__list--item > a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    transition-duration: 0.3s;
  }
}
.gallery-detail__list--item.isCenter > a > img {
  opacity: 1.0;
}
.gallery-detail__page {
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0px;
  width: 60px;
  height: 26px;
  margin-top: -13px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.1em;
  font-family: ivymode, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.gallery-detail__page > span {
  display: inline-block;
}
.gallery-detail__page > span.current {
  padding-right: 8px;
}
.gallery-detail__page > span.total {
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .gallery-detail__page {
    width: 50px;
    right: -4px;
    margin-right: 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
  }
}

/***************************************************************************
	PAGES
***************************************************************************/
@media screen and (min-width: 769px) {
  .brand .gallery-detail__list {
    padding-top: calc(50vh - 176px);
    padding-bottom: calc(50vh - 200px);
  }
}
@media screen and (max-width: 768px) {
  .brand .gallery-detail__list {
    padding-top: calc(50vh - 52px);
    padding-bottom: calc(50vh - 94px);
  }
}
@media screen and (min-width: 769px) {
  .brand .gallery-detail__list--item:nth-child(2) {
    width: 280px;
  }
  .brand .gallery-detail__list--item:nth-child(9) {
    width: 282px;
  }
  .brand .gallery-detail__list--item:nth-child(10), .brand .gallery-detail__list--item:nth-child(11), .brand .gallery-detail__list--item:nth-child(12), .brand .gallery-detail__list--item:nth-child(13), .brand .gallery-detail__list--item:nth-child(14), .brand .gallery-detail__list--item:nth-child(15), .brand .gallery-detail__list--item:nth-child(16) {
    width: 400px;
  }
  .brand .gallery-detail__list--item:nth-child(16) {
    width: 267px;
  }
}
@media screen and (max-width: 768px) {
  .brand .gallery-detail__list--item:nth-child(2) {
    width: 125px;
  }
  .brand .gallery-detail__list--item:nth-child(9) {
    width: 125px;
  }
  .brand .gallery-detail__list--item:nth-child(10), .brand .gallery-detail__list--item:nth-child(11), .brand .gallery-detail__list--item:nth-child(12), .brand .gallery-detail__list--item:nth-child(13), .brand .gallery-detail__list--item:nth-child(14), .brand .gallery-detail__list--item:nth-child(15), .brand .gallery-detail__list--item:nth-child(16) {
    width: 177px;
  }
  .brand .gallery-detail__list--item:nth-child(16) {
    width: 125px;
  }
}

@media screen and (min-width: 769px) {
  .taipei .gallery-detail__list {
    padding-top: calc(50vh - 116px);
    padding-bottom: calc(50vh - 116px);
  }
}
@media screen and (max-width: 768px) {
  .taipei .gallery-detail__list {
    padding-top: calc(50vh - 52px);
    padding-bottom: calc(50vh - 52px);
  }
}
.taipei .gallery-detail__list--item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.taipei .gallery-detail__list--item.isCenter img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media screen and (min-width: 769px) {
  .taipei .gallery-detail__list--item:nth-child(6) {
    width: 650px;
  }
  .taipei .gallery-detail__list--item:nth-child(7) {
    width: 267px;
  }
}
@media screen and (max-width: 768px) {
  .taipei .gallery-detail__list--item:nth-child(7) {
    width: 125px;
  }
}

/***************************************************************************
	HEADER
***************************************************************************/
.header {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  min-width: 1080px;
  height: 70px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    min-width: 0;
    height: 52px;
    top: -52px;
    padding-left: 15px;
    padding-right: 0px;
    justify-content: flex-start;
  }
}
.header.show {
  transition-duration: 0.6s;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header.show {
    top: 0;
  }
}
.header__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background-color: #000;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__base {
    height: 45px;
  }
}
.header__base.hide {
  top: -63px;
}
@media screen and (max-width: 768px) {
  .header__base.hide {
    height: -45px;
  }
}
.header__logo {
  position: relative;
  z-index: 1;
  width: 206px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 148px;
  }
}
.header__logo > svg {
  width: 100%;
  height: auto;
}
.header__logo--path {
  fill: #FFFFFF;
}
.header__nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    position: absolute;
    top: 0;
    right: -240px;
    flex-direction: column;
    width: 240px;
    height: 100vh;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 115px;
    transition-duration: 0.3s;
  }
  .header__nav.open {
    right: 0;
    transition-property: right;
  }
}
.header__nav--main {
  display: flex;
  margin-right: 46px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .header__nav--main {
    flex-direction: column;
    margin: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav--main > li {
    transform: translateX(40px);
    opacity: 0;
    transition-duration: 0.3s;
  }
  .open .header__nav--main > li {
    transform: translateX(0px);
    opacity: 1.0;
  }
}
.header__nav--main > li:nth-child(1) {
  margin-right: 72px;
}
@media screen and (max-width: 768px) {
  .header__nav--main > li:nth-child(1) {
    margin-right: 0;
  }
  .open .header__nav--main > li:nth-child(1) {
    transition-delay: 0.3s;
  }
}
.header__nav--main > li:nth-child(2) {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .header__nav--main > li:nth-child(2) {
    margin-right: 0;
  }
  .open .header__nav--main > li:nth-child(2) {
    transition-delay: 0.4s;
  }
}
.header__nav--main > li:nth-child(3) {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .header__nav--main > li:nth-child(3) {
    margin-right: 0;
  }
  .open .header__nav--main > li:nth-child(3) {
    transition-delay: 0.5s;
  }
}
.header__nav--main > li:nth-child(4) {
  margin-right: 55px;
}
@media screen and (max-width: 768px) {
  .header__nav--main > li:nth-child(4) {
    margin-right: 0;
  }
  .open .header__nav--main > li:nth-child(4) {
    transition-delay: 0.6s;
  }
}
.header__nav--main > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .header__nav--main > li:last-child {
    margin-right: 0;
  }
  .open .header__nav--main > li:last-child {
    transition-delay: 0.7s;
  }
}
.header__nav--main > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .header__nav--main > li > a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 60px;
    line-height: 6rem;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 769px) {
  .header__nav--main > li > a:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0px;
    height: 1px;
    background-color: #FFF;
    transform: translateX(-50%);
    content: "";
    transition-duration: 0.3s;
  }
  .header__nav--main > li > a:hover:after {
    width: 20px;
    transition-duration: 0.1s;
  }
}
@media screen and (min-width: 769px) {
  .header__nav--main > li.is-current > a:after {
    width: 20px;
  }
}
.header__nav--sns {
  position: relative;
  z-index: 1;
  display: flex;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .header__nav--sns {
    padding-bottom: 0px;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .open .header__nav--sns {
    opacity: 1.0;
    transition-delay: 0.7s;
  }
}
.header__nav--sns > li {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .header__nav--sns > li {
    width: 60px;
    height: 60px;
  }
}
.header__nav--sns > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header__nav--sns > li > a {
    transition-duration: 0.6s;
  }
  .header__nav--sns > li > a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
  }
}
.header__nav--fb {
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .header__nav--fb {
    margin-right: 16px;
  }
}
.header__nav--fb svg {
  width: 9px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__nav--fb svg {
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav--tw {
    margin-right: 14px;
  }
}
.header__nav--tw svg {
  width: 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__nav--tw svg {
    width: 23px;
  }
}
.header__nav--path {
  fill: #FFFFFF;
}
.header__menu {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 102;
  width: 30px;
  height: 30px;
}
.header__menu > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.header__menu > a:before, .header__menu > a:after {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  content: "";
  margin-left: -15px;
  transition-duration: 0.1s;
}
.header__menu > a:after {
  top: 14px;
}
.header__menu > a > span {
  position: absolute;
  top: 21px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #FFF;
  transition-duration: 0.1s;
}
.header__menu.close > a:before, .header__menu.close > a:after {
  top: 14px;
  width: 34px;
  margin-left: -17px;
}
.header__menu.close > a:before {
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}
.header__menu.close > a:after {
  -moz-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
.header__menu.close > a > span {
  opacity: 0;
}

/***************************************************************************
	LOADING
***************************************************************************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  background-image: url(../img/top/fv_pattern.png);
  background-size: 4px 4px;
}
.loading__bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .loading__bar {
    margin-top: 0px;
  }
}
.loading__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .loading__wrapper {
    padding-top: 4px;
    padding-bottom: 0px;
  }
}
.loading__wrapper--logo {
  width: 73px;
  margin-bottom: 110px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .loading__wrapper--logo {
    margin-bottom: 116px;
  }
}
.loading__wrapper--logo > img {
  width: 100%;
  height: auto;
}
.loading__wrapper--copy {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  opacity: 0;
}
.loading__wrapper--body {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  opacity: 0;
}
.loading__wrapper--body > span {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
}

/***************************************************************************
	MOVIE-COMMON
***************************************************************************/
body#movie {
  padding-top: 165px;
}
@media screen and (max-width: 768px) {
  body#movie {
    padding-top: 106px;
  }
}

.movie-contents {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .movie-contents {
    margin-bottom: 108px;
  }
}

/***************************************************************************
	MOVIE-TITLE
***************************************************************************/
.movie-title {
  width: 222px;
  height: 54px;
  background-image: url(../img/movie/title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .movie-title {
    width: 149px;
    height: 36px;
    background-image: url(../img/movie/title_sp.png);
    margin-bottom: 74px;
  }
}

/***************************************************************************
	MOVIE-LIST
***************************************************************************/
.movie-list {
  width: 100%;
}
.movie-list__item {
  position: relative;
  box-sizing: content-box;
  border-top: 1px solid #FFF;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .movie-list__item {
    height: 160px;
  }
}
.movie-list__item:last-child {
  border-bottom: 1px solid #FFF;
}
.movie-list__item--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.movie-list__item--everyone .movie-list__item--img {
  background-image: url(../img/movie/mov_img_everyone.jpg);
}
.movie-list__item--chorus .movie-list__item--img {
  background-image: url(../img/movie/mov_img_chorus.jpg);
}
.movie-list__item--app .movie-list__item--img {
  background-image: url(../img/movie/mov_img_app.jpg);
}
@media screen and (max-width: 768px) {
  .movie-list__item--everyone .movie-list__item--img {
    background-image: url(../img/movie/mov_img_everyone_sp.jpg);
  }
  .movie-list__item--chorus .movie-list__item--img {
    background-image: url(../img/movie/mov_img_chorus_sp.jpg);
  }
  .movie-list__item--app .movie-list__item--img {
    background-image: url(../img/movie/mov_img_app_sp.jpg);
  }
}
.movie-list__item--title {
  position: relative;
  z-index: 1;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 65px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .movie-list__item--title {
    margin-top: 34px;
    margin-bottom: 2px;
  }
}
.movie-list__item--everyone .movie-list__item--title {
  width: 206px;
  height: 30px;
  background-image: url(../img/movie/mov_title_everyone.png);
}
@media screen and (max-width: 768px) {
  .movie-list__item--everyone .movie-list__item--title {
    width: 144px;
    height: 20px;
    background-image: url(../img/movie/mov_title_everyone_sp.png);
  }
}
.movie-list__item--chorus .movie-list__item--title {
  width: 233px;
  height: 30px;
  background-image: url(../img/movie/mov_title_chorus.png);
}
@media screen and (max-width: 768px) {
  .movie-list__item--chorus .movie-list__item--title {
    width: 164px;
    height: 20px;
    background-image: url(../img/movie/mov_title_chorus_sp.png);
  }
}
.movie-list__item--app .movie-list__item--title {
  width: 283px;
  height: 30px;
  background-image: url(../img/movie/mov_title_app.png);
}
@media screen and (max-width: 768px) {
  .movie-list__item--app .movie-list__item--title {
    width: 198px;
    height: 20px;
    background-image: url(../img/movie/mov_title_app_sp.png);
  }
}
.movie-list__item--playbtn {
  display: block;
  position: relative;
  z-index: 1;
  width: 84px;
}
.movie-list__item--playbtn > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .movie-list__item--playbtn {
    width: 59px;
  }
}

/***************************************************************************
	PRODUCT-COMMON
***************************************************************************/
body#product {
  padding-top: 165px;
}
@media screen and (max-width: 768px) {
  body#product {
    padding-top: 106px;
  }
}

.product-contents {
  width: 100%;
  overflow: hidden;
  margin-bottom: 183px;
}
@media screen and (max-width: 768px) {
  .product-contents {
    margin-bottom: 112px;
  }
}

/***************************************************************************
	product-contents-TITLE
***************************************************************************/
.product-title {
  width: 319px;
  height: 54px;
  background-image: url(../img/product/title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .product-title {
    width: 214px;
    height: 36px;
    background-image: url(../img/product/title_sp.png);
    margin-bottom: 74px;
  }
}

/***************************************************************************
	PROJECT-HEADER
***************************************************************************/
.product-header {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-header {
    margin-bottom: 56px;
  }
}
.product-header__img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.product-header__img > span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/product/kv.jpg);
}
@media screen and (max-width: 768px) {
  .product-header__img > span {
    background-image: url(../img/product/kv_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .product-header__img {
    height: 160px;
  }
}
.product-header__title {
  position: relative;
  z-index: 1;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
  margin-top: -137px;
  margin-bottom: -21px;
  width: 325px;
  height: 317px;
  background-image: url(../img/product/h3.png);
}
@media screen and (max-width: 768px) {
  .product-header__title {
    margin-top: -96px;
    margin-bottom: -29px;
    width: 216px;
    height: 214px;
    background-image: url(../img/product/h3_sp.png);
  }
}
.product-header__lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-header__lead {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.06em;
  }
}

/***************************************************************************
	PRODUCT-BLOCK
***************************************************************************/
.product-blocks {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .product-blocks {
    height: 2681px;
  }
}
@media screen and (max-width: 768px) {
  .product-blocks {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 83px;
  }
}

.product-caution {
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .product-caution {
    position: absolute;
    bottom: 100px;
    left: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .product-caution {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 15px;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  .product-block {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-block {
    position: relative;
    width: 100%;
    margin-bottom: 76px;
  }
  .product-block:last-child {
    margin-bottom: 0px;
  }
}
.product-block:before, .product-block:after {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
  content: "";
  background-image: url(../img/project/shadow_pattern.png);
  background-size: 4px 4px;
  background-position: 0 0;
  display: none;
}
.product-block.show:before, .product-block.show:after {
  opacity: 1;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
.product-block__copy {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  opacity: 0;
}
.product-block__copy > span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.1em;
}
.show .product-block__copy {
  opacity: 1;
  transition-duration: 0.8s;
}
@media screen and (max-width: 768px) {
  .product-block__copy {
    position: relative;
    z-index: 1;
    width: calc(100% + 16px);
    margin-left: -8px;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
    margin-top: 48px;
    margin-bottom: 14px;
  }
  .product-block__copy > span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
  }
}
.product-block__img {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-40px);
}
.show .product-block__img {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.8s;
}
@media screen and (max-width: 768px) {
  .product-block__img {
    margin-bottom: 10px;
  }
}
.product-block__img picture {
  width: 100%;
}
.product-block__img picture > img {
  width: 100%;
  height: auto;
}
.product-block__img:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
}
.show .product-block__img:after {
  width: 0;
  transition-duration: 0.8s;
}
.product-block__bodycontainer {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .product-block__bodycontainer {
    display: flex;
    justify-content: space-between;
  }
  .product-block__bodycontainer > div:first-child {
    width: 430px;
  }
  .product-block__bodycontainer > div:last-child {
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  .product-block__bodycontainer > div:first-child {
    margin-bottom: 14px;
  }
}
.product-block__body {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-40px);
}
.show .product-block__body {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.8s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}
.product-block__body h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.15em;
  font-weight: 300;
  font-feature-settings: "palt";
}
.product-block__body h4 > span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .product-block__body h4 {
    margin-bottom: 2px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
  .product-block__body h4 > span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
}
.product-block__body p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 300;
  text-align: justify;
}
.product-block__body p > span.caution {
  padding-top: 5px;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-block__body p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
  }
  .product-block__body p > span.caution {
    padding-top: 4px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 15px;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  .product-block01 {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .product-block01 {
    margin-bottom: 107px;
  }
  .product-block01:before {
    top: 28px;
    left: 60px;
    display: block;
  }
  .product-block01.show:before {
    width: 400px;
    height: 205px;
  }
  .product-block01 .product-block__img {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .product-block02 {
    top: 724px;
    right: 195px;
    width: 301px;
  }
  .product-block02:before {
    top: -51px;
    left: 133px;
    display: block;
  }
  .product-block02.show:before {
    width: 200px;
    height: 150px;
  }
  .product-block02 .product-block__body {
    position: absolute;
    top: -13px;
    left: 317px;
    width: 189px;
  }
}
@media screen and (max-width: 768px) {
  .product-block02 {
    margin-bottom: 81px;
  }
  .product-block02:before {
    top: -43px;
    left: 242px;
    display: block;
  }
  .product-block02.show:before {
    width: 400px;
    height: 150px;
  }
}

@media screen and (min-width: 769px) {
  .product-block03 {
    top: 904px;
    left: 74px;
    width: 301px;
  }
  .product-block03:before {
    top: -20px;
    right: -27px;
    display: block;
  }
  .product-block03.show:before {
    width: 280px;
    height: 80px;
  }
  .product-block03 .product-block__body {
    position: absolute;
    top: 93px;
    left: 317px;
    width: 248px;
  }
}
@media screen and (max-width: 768px) {
  .product-block03 {
    margin-bottom: 62px;
  }
  .product-block03:before {
    top: -13px;
    left: -21px;
    display: block;
  }
  .product-block03.show:before {
    width: 300px;
    height: 150px;
  }
}

@media screen and (min-width: 769px) {
  .product-block04 {
    top: 1210px;
    left: 1px;
    width: 556px;
  }
  .product-block04:before {
    top: 138px;
    left: 100px;
    display: block;
  }
  .product-block04.show:before {
    width: 505px;
    height: 251px;
  }
  .product-block04 .product-block__body {
    position: absolute;
    top: -14px;
    left: 573px;
    width: 307px;
  }
}
@media screen and (max-width: 768px) {
  .product-block04 {
    margin-bottom: 62px;
  }
  .product-block04:before {
    top: 72px;
    left: 204px;
    display: block;
  }
  .product-block04.show:before {
    width: 165px;
    height: 150px;
  }
}

@media screen and (min-width: 769px) {
  .product-block05 {
    top: 1475px;
    left: 705px;
    width: 235px;
  }
  .product-block05:before {
    top: -10px;
    right: -34px;
    display: block;
  }
  .product-block05.show:before {
    width: 100px;
    height: 100px;
  }
  .product-block05 .product-block__body {
    position: absolute;
    top: 166px;
    left: -62px;
    width: 136px;
  }
}
@media screen and (max-width: 768px) {
  .product-block05 {
    margin-bottom: 104px;
  }
  .product-block05:before {
    top: 35px;
    left: -25px;
    display: block;
  }
  .product-block05.show:before {
    width: 235px;
    height: 205px;
  }
}

@media screen and (min-width: 769px) {
  .product-block06 {
    top: 1769px;
    left: 140px;
    width: 350px;
  }
  .product-block06:before {
    bottom: -50px;
    left: -69px;
    display: block;
  }
  .product-block06.show:before {
    width: 255px;
    height: 100px;
  }
  .product-block06 .product-block__body {
    position: absolute;
    top: 63px;
    left: 323px;
    width: 246px;
  }
  .product-block06 .product-block__body > h4 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .product-block06 {
    margin-bottom: 69px;
  }
  .product-block06:before {
    top: -42px;
    left: 22px;
    display: block;
  }
  .product-block06.show:before {
    width: 320px;
    height: 120px;
  }
}

@media screen and (min-width: 769px) {
  .product-block07 {
    top: 2093px;
    left: 541px;
    width: 270px;
  }
  .product-block07:before {
    top: -17px;
    left: -38px;
    display: block;
  }
  .product-block07.show:before {
    width: 230px;
    height: 100px;
  }
  .product-block07 .product-block__body {
    position: absolute;
    top: 68px;
    left: 235px;
    width: 224px;
  }
  .product-block07 .product-block__body > h4 {
    line-height: 27px;
    line-height: 2.7rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .product-block07 {
    margin-bottom: 108px;
  }
  .product-block07:before {
    top: -10px;
    left: 120px;
    display: block;
  }
  .product-block07.show:before {
    width: 250px;
    height: 180px;
  }
}

@media screen and (min-width: 769px) {
  .product-block08 {
    top: 2283px;
    left: 48px;
    width: 259px;
  }
  .product-block08:before {
    bottom: -11px;
    left: -40px;
    display: block;
  }
  .product-block08.show:before {
    width: 200px;
    height: 120px;
  }
  .product-block08 .product-block__body {
    position: absolute;
    top: -12px;
    left: 273px;
    width: 147px;
  }
}
@media screen and (max-width: 768px) {
  .product-block08:before {
    top: -44px;
    left: -22px;
    display: block;
  }
  .product-block08.show:before {
    width: 300px;
    height: 150px;
  }
}

/***************************************************************************
	PRODUCT-FOOTER
***************************************************************************/
@media screen and (max-width: 768px) {
  .product-footer {
    padding-right: 90px;
  }
}
.product-footer__backbtn {
  position: relative;
  display: block;
  padding: 10px 0;
  width: 119px;
  margin: 0 auto;
  text-align: right;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
  font-family: ivymode, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .product-footer__backbtn {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 11px;
    line-height: 1.1rem;
    letter-spacing: 0.1em;
    font-style: normal;
  }
}
.product-footer__backbtn:after {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 78px;
  height: 7px;
  content: "";
  background-image: url(../img/common/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: -10px 0;
  background-size: 100% auto;
  transition-duration: 0.6s;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .product-footer__backbtn:after {
    background-position: 0 0;
  }
}
.product-footer__backbtn:hover:after {
  background-position: 0 0;
  transition-duration: 0.3s;
}

/***************************************************************************
	PROJECT-COMMON
***************************************************************************/
body#project {
  padding-top: 165px;
}
@media screen and (max-width: 768px) {
  body#project {
    padding-top: 106px;
  }
}

.project-contents {
  width: 100%;
  overflow: hidden;
  margin-bottom: 97px;
}
@media screen and (max-width: 768px) {
  .project-contents {
    margin-bottom: 208px;
  }
}

.project-detail-contents {
  width: 100%;
  overflow: hidden;
  margin-bottom: 167px;
}
@media screen and (max-width: 768px) {
  .project-detail-contents {
    margin-bottom: 96px;
  }
}

/***************************************************************************
	PROJECT-TITLE
***************************************************************************/
.project-title {
  width: 274px;
  height: 71px;
  background-image: url(../img/project/title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 113px;
}
@media screen and (max-width: 768px) {
  .project-title {
    width: 184px;
    height: 47px;
    background-image: url(../img/project/title_sp.png);
    margin-bottom: 62px;
  }
}

/***************************************************************************
	PROJECT-LIST
***************************************************************************/
.project-list {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .project-list {
    width: 100%;
  }
}
.project-list__item {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .project-list__item {
    margin-bottom: 50px;
  }
  .project-list__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .project-list__item:nth-child(1) {
    height: 426px;
  }
  .project-list__item:nth-child(2) {
    height: 448px;
  }
  .project-list__item:nth-child(3) {
    height: 431px;
  }
  .project-list__item:nth-child(4) {
    height: 359px;
  }
  .project-list__item:nth-child(5) {
    height: 400px;
  }
}
.project-list__item--img {
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .project-list__item--img {
    width: 100%;
    height: 160px;
    left: 0;
  }
}
.project-list__item--img.plus-flow {
  background-image: url(../img/project/img_plus_flow.jpg);
}
@media screen and (max-width: 768px) {
  .project-list__item--img.plus-flow {
    background-image: url(../img/project/img_plus_flow_sp.jpg);
  }
}
.project-list__item--img.starchorus {
  background-image: url(../img/project/img_starchorus.jpg);
}
@media screen and (max-width: 768px) {
  .project-list__item--img.starchorus {
    background-image: url(../img/project/img_starchorus_sp.jpg);
  }
}
.project-list__item--img.tullys {
  background-image: url(../img/project/img_tullys.jpg);
}
@media screen and (max-width: 768px) {
  .project-list__item--img.tullys {
    background-image: url(../img/project/img_tullys_sp.jpg);
  }
}
.project-list__item--img.blackfes {
  background-image: url(../img/project/img_blackfes.jpg);
}
@media screen and (max-width: 768px) {
  .project-list__item--img.blackfes {
    background-image: url(../img/project/img_blackfes_sp.jpg);
  }
}
.project-list__item--img.salon {
  background-image: url(../img/project/img_salon.jpg);
}
@media screen and (max-width: 768px) {
  .project-list__item--img.salon {
    background-image: url(../img/project/img_salon_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item:nth-child(1) .project-list__item--img {
    left: -88px;
    width: 800px;
    height: 300px;
  }
  .project-list__item:nth-child(2) .project-list__item--img {
    right: -88px;
    width: 800px;
    height: 300px;
  }
  .project-list__item:nth-child(3) .project-list__item--img {
    left: 173px;
    width: 560px;
    height: 330px;
  }
  .project-list__item:nth-child(4) .project-list__item--img {
    left: 329px;
    width: 500px;
    height: 255px;
  }
  .project-list__item:nth-child(5) .project-list__item--img {
    left: 153px;
    width: 425px;
    height: 217px;
  }
}
.project-list__item--info {
  display: inline-block;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .project-list__item--info {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .project-list__item--info {
    transition-duration: 0.6s;
    transition-property: background-color;
  }
  .project-list__item--info:hover {
    transition-duration: 0.3s;
    background-color: rgba(51, 51, 51, 0.9);
  }
}
.project-list__item--info > a {
  position: relative;
  display: block;
  padding: 22px 30px 58px;
  text-decoration: none;
}
.project-list__item--info > a > span {
  display: block;
  font-feature-settings: "palt";
  color: #FFF;
  text-align: left;
}
.project-list__item--info > a > span.title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
}
.project-list__item--info > a > span.date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  font-family: ivymode, sans-serif;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .project-list__item--info > a {
    padding: 18px 22px 46px;
  }
  .project-list__item--info > a > span.title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
  }
  .project-list__item--info > a > span.date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.project-list__item--info > a:before {
  position: absolute;
  bottom: 25px;
  right: 45px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.12em;
  font-family: ivymode, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #FFF;
  content: "More Info";
}
@media screen and (max-width: 768px) {
  .project-list__item--info > a:before {
    bottom: 20px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    letter-spacing: 0.12em;
  }
}
.project-list__item--info > a:after {
  position: absolute;
  bottom: 29px;
  right: -40px;
  width: 78px;
  height: 7px;
  content: "";
  background-image: url(../img/common/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: -10px 0;
  background-size: 100% auto;
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .project-list__item--info > a:after {
    background-position: 0 0;
    bottom: 23px;
  }
}
@media screen and (min-width: 769px) {
  .project-list__item--info > a:hover:after {
    background-position: 0 0;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 769px) {
  .project-list__item:nth-child(1) .project-list__item--info {
    bottom: 90px;
    right: 130px;
    min-width: 295px;
  }
  .project-list__item:nth-child(2) .project-list__item--info {
    bottom: 94px;
    left: 34px;
    min-width: 380px;
  }
  .project-list__item:nth-child(2) .project-list__item--info > a {
    padding: 22px 30px 50px;
  }
  .project-list__item:nth-child(3) .project-list__item--info {
    bottom: 64px;
    right: 127px;
    min-width: 230px;
  }
  .project-list__item:nth-child(3) .project-list__item--info > a {
    padding: 17px 20px 40px;
  }
  .project-list__item:nth-child(3) .project-list__item--info > a:before {
    bottom: 20px;
  }
  .project-list__item:nth-child(3) .project-list__item--info > a:after {
    bottom: 24px;
  }
  .project-list__item:nth-child(4) .project-list__item--info {
    bottom: 52px;
    right: 54px;
    min-width: 200px;
  }
  .project-list__item:nth-child(4) .project-list__item--info > a {
    padding: 20px 30px 38px;
  }
  .project-list__item:nth-child(4) .project-list__item--info > a:before {
    bottom: 17px;
  }
  .project-list__item:nth-child(4) .project-list__item--info > a:after {
    bottom: 21px;
  }
  .project-list__item:nth-child(5) .project-list__item--info {
    bottom: 37px;
    left: 72px;
    min-width: 260px;
  }
  .project-list__item:nth-child(5) .project-list__item--info > a {
    padding: 22px 30px 40px;
  }
  .project-list__item:nth-child(5) .project-list__item--info > a:before {
    bottom: 18px;
  }
  .project-list__item:nth-child(5) .project-list__item--info > a:after {
    bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item:nth-child(1) {
    text-align: right;
    padding-top: 125px;
    padding-right: 40px;
  }
  .project-list__item:nth-child(1) .project-list__item--info {
    min-width: 236px;
  }
  .project-list__item:nth-child(2) {
    padding-top: 140px;
  }
  .project-list__item:nth-child(2) .project-list__item--info {
    min-width: 304px;
  }
  .project-list__item:nth-child(3) {
    text-align: right;
    padding-top: 130px;
    padding-right: 60px;
  }
  .project-list__item:nth-child(3) .project-list__item--info {
    min-width: 184px;
  }
  .project-list__item:nth-child(4) {
    padding-top: 128px;
    padding-left: 20px;
  }
  .project-list__item:nth-child(4) .project-list__item--info {
    min-width: 184px;
  }
  .project-list__item:nth-child(5) {
    text-align: right;
    padding-top: 82px;
    padding-right: 40px;
  }
  .project-list__item:nth-child(5) .project-list__item--info {
    min-width: 208px;
  }
}

/***************************************************************************
	PROJECT-HEADER
***************************************************************************/
.project-header {
  position: relative;
  width: 100%;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .project-header {
    margin-bottom: 91px;
  }
}
.project-header__img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.project-header__img > span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .project-header__img {
    height: 160px;
  }
}
.project-header__title {
  position: relative;
  z-index: 1;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
  margin-top: -59px;
  margin-bottom: -15px;
}
@media screen and (max-width: 768px) {
  .project-header__title {
    margin-top: -55px;
    margin-bottom: -17px;
  }
}
.project-header__lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .project-header__lead {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.06em;
  }
}

/***************************************************************************
	PROJECT-BLOCK
***************************************************************************/
.project-blocks {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .project-blocks {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 93px;
  }
}

@media screen and (min-width: 769px) {
  .project-block {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .project-block {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
  }
  .project-block:last-child {
    margin-bottom: 0px;
  }
}
.project-block:before, .project-block:after {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
  content: "";
  background-image: url(../img/project/shadow_pattern.png);
  background-size: 4px 4px;
  background-position: 0 0;
  display: none;
}
.project-block.show:before, .project-block.show:after {
  opacity: 1;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
.project-block__img {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-40px);
}
.show .project-block__img {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.8s;
}
@media screen and (max-width: 768px) {
  .project-block__img {
    margin-bottom: 20px;
  }
}
.project-block__img picture {
  width: 100%;
}
.project-block__img picture > img {
  width: 100%;
  height: auto;
}
.project-block__img:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
}
.show .project-block__img:after {
  width: 0;
  transition-duration: 0.8s;
}
.project-block__body {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-40px);
}
.show .project-block__body {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
.project-block__body h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .project-block__body h4 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
  }
}
.project-block__body p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 300;
}
.project-block__body p > span.caution {
  padding-top: 5px;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .project-block__body p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
  }
  .project-block__body p > span.caution {
    padding-top: 4px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 15px;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
  }
}

/***************************************************************************
	PROJECT-FOOTER
***************************************************************************/
.project-footer {
  position: relative;
  width: 1000px;
  height: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .project-footer {
    width: 220px;
    height: auto;
  }
}
.project-footer__detailbtn.p-sq-button {
  width: 350px;
  height: 65px;
  margin: 0 auto;
}
.project-footer__detailbtn.p-sq-button > span {
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .project-footer__detailbtn.p-sq-button {
    width: 220px;
    height: 60px;
    margin-bottom: 90px;
  }
  .project-footer__detailbtn.p-sq-button > span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
}
.project-footer__backbtn {
  display: block;
  padding: 10px 0;
  width: 119px;
  text-align: right;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
  font-family: ivymode, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .project-footer__backbtn {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -17px;
  }
}
@media screen and (max-width: 768px) {
  .project-footer__backbtn {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .project-footer__backbtn {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 11px;
    line-height: 1.1rem;
    letter-spacing: 0.1em;
    font-style: normal;
  }
}
.project-footer__backbtn:after {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 78px;
  height: 7px;
  content: "";
  background-image: url(../img/common/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: -10px 0;
  background-size: 100% auto;
  transition-duration: 0.6s;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .project-footer__backbtn:after {
    background-position: 0 0;
  }
}
.project-footer__backbtn:hover:after {
  background-position: 0 0;
  transition-duration: 0.3s;
}

/***************************************************************************
	PAGES
***************************************************************************/
@media screen and (min-width: 769px) {
  .project-plus-flow .project-blocks {
    height: 1091px;
  }
}
.project-plus-flow .project-header__img > span {
  background-image: url(../img/project/plus_flow/kv.jpg);
}
@media screen and (max-width: 768px) {
  .project-plus-flow .project-header__img > span {
    background-image: url(../img/project/plus_flow/kv_sp.jpg);
  }
}
.project-plus-flow .project-header__title {
  width: 366px;
  height: 163px;
  background-image: url(../img/project/plus_flow/title.png);
}
@media screen and (max-width: 768px) {
  .project-plus-flow .project-header__title {
    width: 292px;
    height: 146px;
    background-image: url(../img/project/plus_flow/title_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .project-plus-flow .project-block01 {
    top: 0;
    left: 155px;
    width: 340px;
  }
  .project-plus-flow .project-block01 .project-block__img {
    width: 243px;
  }
  .project-plus-flow .project-block01:before {
    top: 68px;
    left: -63px;
    display: block;
  }
  .project-plus-flow .project-block01.show:before {
    width: 198px;
    height: 374px;
  }
}
@media screen and (max-width: 768px) {
  .project-plus-flow .project-block01:before {
    top: 28px;
    left: 160px;
    display: block;
  }
  .project-plus-flow .project-block01.show:before {
    width: 400px;
    height: 205px;
  }
}
@media screen and (min-width: 769px) {
  .project-plus-flow .project-block02 {
    top: 313px;
    right: 15px;
    width: 420px;
  }
  .project-plus-flow .project-block02 .project-block__img {
    width: 335px;
  }
  .project-plus-flow .project-block02:before {
    top: -67px;
    left: 122px;
    display: block;
  }
  .project-plus-flow .project-block02.show:before {
    width: 270px;
    height: 430px;
  }
}
@media screen and (max-width: 768px) {
  .project-plus-flow .project-block02:before {
    top: -28px;
    right: 100px;
    display: block;
  }
  .project-plus-flow .project-block02.show:before {
    width: 400px;
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .project-starchorus .project-header {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 769px) {
  .project-starchorus .project-blocks {
    height: 1347px;
  }
}
.project-starchorus .project-header__img > span {
  background-image: url(../img/project/starchorus/kv.jpg);
}
@media screen and (max-width: 768px) {
  .project-starchorus .project-header__img > span {
    background-image: url(../img/project/starchorus/kv_sp.jpg);
  }
}
.project-starchorus .project-header__title {
  width: 684px;
  height: 73px;
  margin-top: -14px;
  margin-bottom: 30px;
  background-image: url(../img/project/starchorus/title.png);
}
@media screen and (max-width: 768px) {
  .project-starchorus .project-header__title {
    width: 350px;
    height: 93px;
    margin-top: -10px;
    margin-bottom: 28px;
    background-image: url(../img/project/starchorus/title_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .project-starchorus .project-block01 {
    top: 31px;
    left: 41px;
    width: 425px;
  }
  .project-starchorus .project-block01 .project-block__img {
    width: 425px;
  }
  .project-starchorus .project-block01 .project-block__body {
    margin-top: -20px;
    padding-left: 23px;
  }
  .project-starchorus .project-block01:before {
    top: 0px;
    left: -78px;
    display: block;
  }
  .project-starchorus .project-block01.show:before {
    width: 300px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .project-starchorus .project-block01 {
    margin-bottom: 64px;
  }
  .project-starchorus .project-block01 .project-block__body {
    margin-top: -20px;
  }
  .project-starchorus .project-block01:before {
    top: 15px;
    left: -138px;
    display: block;
  }
  .project-starchorus .project-block01.show:before {
    width: 300px;
    height: 75px;
  }
}
@media screen and (min-width: 769px) {
  .project-starchorus .project-block02 {
    top: 220px;
    right: 55px;
    width: 400px;
  }
  .project-starchorus .project-block02 .project-block__img {
    width: 400px;
  }
  .project-starchorus .project-block02:before {
    top: 60px;
    left: 95px;
    display: block;
  }
  .project-starchorus .project-block02.show:before {
    width: 400px;
    height: 205px;
  }
}
@media screen and (max-width: 768px) {
  .project-starchorus .project-block02 {
    margin-bottom: 97px;
  }
  .project-starchorus .project-block02:before {
    top: 28px;
    left: 60px;
    display: block;
  }
  .project-starchorus .project-block02.show:before {
    width: 400px;
    height: 205px;
  }
}
@media screen and (min-width: 769px) {
  .project-starchorus .project-block03 {
    top: 714px;
    left: 204px;
    width: 600px;
  }
  .project-starchorus .project-block03 .project-block__img {
    width: 530px;
  }
  .project-starchorus .project-block03:before {
    top: -33px;
    left: -83px;
    display: block;
  }
  .project-starchorus .project-block03.show:before {
    width: 530px;
    height: 295px;
  }
}
@media screen and (max-width: 768px) {
  .project-starchorus .project-block03:before {
    top: -39px;
    left: -230px;
    display: block;
  }
  .project-starchorus .project-block03.show:before {
    width: 530px;
    height: 190px;
  }
}

@media screen and (min-width: 769px) {
  .project-tullys .project-header {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .project-tullys .project-header {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .project-tullys .project-blocks {
    height: 1365px;
  }
}
@media screen and (max-width: 768px) {
  .project-tullys .project-blocks {
    margin-bottom: 115px;
  }
}
.project-tullys .project-header__img > span {
  background-image: url(../img/project/tullys/kv.jpg);
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .project-tullys .project-header__img > span {
    background-image: url(../img/project/tullys/kv_sp.jpg);
  }
}
.project-tullys .project-header__title {
  width: 579px;
  height: 163px;
  background-image: url(../img/project/tullys/title.png);
}
@media screen and (max-width: 768px) {
  .project-tullys .project-header__title {
    width: 375px;
    height: 147px;
    background-image: url(../img/project/tullys/title_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .project-tullys .project-block01 {
    top: 0;
    left: 67px;
    width: 480px;
  }
  .project-tullys .project-block01:before {
    top: -30px;
    left: -86px;
    display: block;
  }
  .project-tullys .project-block01.show:before {
    width: 460px;
    height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .project-tullys .project-block01:before {
    top: 18px;
    left: 60px;
    display: block;
  }
  .project-tullys .project-block01.show:before {
    width: 400px;
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .project-tullys .project-block02 {
    top: 211px;
    right: 75px;
    width: 245px;
  }
  .project-tullys .project-block02:before {
    top: -43px;
    right: -27px;
    display: block;
  }
  .project-tullys .project-block02.show:before {
    width: 150px;
    height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .project-tullys .project-block02 {
    margin-bottom: 100px;
  }
  .project-tullys .project-block02:before {
    top: -28px;
    right: 100px;
    display: block;
  }
  .project-tullys .project-block02.show:before {
    width: 400px;
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .project-tullys .project-block03 {
    top: 624px;
    left: 240px;
    width: 292px;
  }
  .project-tullys .project-block03:before {
    top: -98px;
    right: -35px;
    display: block;
  }
  .project-tullys .project-block03.show:before {
    width: 50px;
    height: 150px;
  }
  .project-tullys .project-block03:after {
    top: 63px;
    left: -47px;
    display: block;
  }
  .project-tullys .project-block03.show:after {
    width: 215px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .project-tullys .project-block03 {
    margin-bottom: 70px;
  }
  .project-tullys .project-block03:before {
    top: -28px;
    left: 143px;
    display: block;
  }
  .project-tullys .project-block03.show:before {
    width: 400px;
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .project-tullys .project-block04 {
    top: 918px;
    right: 196px;
    width: 365px;
  }
  .project-tullys .project-block04:before {
    bottom: -41px;
    right: -62px;
    display: block;
  }
  .project-tullys .project-block04.show:before {
    width: 300px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .project-tullys .project-block04:before {
    top: 53px;
    right: 148px;
    display: block;
  }
  .project-tullys .project-block04.show:before {
    width: 400px;
    height: 200px;
  }
}

@media screen and (min-width: 769px) {
  .project-blackfes .project-header {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-header {
    margin-bottom: 119px;
  }
}
@media screen and (min-width: 769px) {
  .project-blackfes .project-blocks {
    height: 871px;
  }
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-blocks {
    margin-bottom: 100px;
  }
}
.project-blackfes .project-header__img > span {
  background-image: url(../img/project/blackfes/kv.jpg);
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-header__img > span {
    background-image: url(../img/project/blackfes/kv_sp.jpg);
  }
}
.project-blackfes .project-header__title {
  width: 225px;
  height: 117px;
  background-image: url(../img/project/blackfes/title.png);
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-header__title {
    width: 189px;
    height: 110px;
    background-image: url(../img/project/blackfes/title_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .project-blackfes .project-block01 {
    top: 0;
    left: 57px;
    width: 516px;
  }
  .project-blackfes .project-block01 .project-block__img {
    margin-bottom: 22px;
  }
  .project-blackfes .project-block01:before {
    top: -23px;
    left: -60px;
    display: block;
  }
  .project-blackfes .project-block01.show:before {
    width: 400px;
    height: 175px;
  }
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-block01 {
    margin-bottom: 140px;
  }
  .project-blackfes .project-block01:before {
    top: 20px;
    left: 60px;
    display: block;
  }
  .project-blackfes .project-block01.show:before {
    width: 400px;
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .project-blackfes .project-block02 {
    top: 228px;
    right: 40px;
    width: 300px;
  }
  .project-blackfes .project-block02 .project-block__img {
    width: 280px;
  }
  .project-blackfes .project-block02:before {
    top: -20px;
    right: -40px;
    display: block;
  }
  .project-blackfes .project-block02.show:before {
    width: 230px;
    height: 165px;
  }
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-block02 {
    margin-bottom: 100px;
  }
  .project-blackfes .project-block02:before {
    top: -28px;
    right: 100px;
    display: block;
  }
  .project-blackfes .project-block02.show:before {
    width: 400px;
    height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .project-blackfes .project-block03 {
    top: 539px;
    left: 62px;
    width: 260px;
  }
  .project-blackfes .project-block03:before {
    top: 20px;
    left: 20px;
    display: block;
  }
  .project-blackfes .project-block03.show:before {
    width: 260px;
    height: 166px;
  }
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-block03 {
    margin-bottom: 75px;
  }
  .project-blackfes .project-block03:before {
    top: -25px;
    left: 66px;
    display: block;
  }
  .project-blackfes .project-block03.show:before {
    width: 400px;
    height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .project-blackfes .project-block04 {
    top: 539px;
    left: 372px;
    width: 260px;
  }
  .project-blackfes .project-block04:before {
    top: 20px;
    left: 20px;
    display: block;
  }
  .project-blackfes .project-block04.show:before {
    width: 260px;
    height: 166px;
  }
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-block04 {
    margin-bottom: 75px;
  }
  .project-blackfes .project-block04:before {
    top: 32px;
    right: 30px;
    display: block;
  }
  .project-blackfes .project-block04.show:before {
    width: 400px;
    height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .project-blackfes .project-block05 {
    top: 539px;
    left: 682px;
    width: 260px;
  }
  .project-blackfes .project-block05:before {
    top: 20px;
    left: 20px;
    display: block;
  }
  .project-blackfes .project-block05.show:before {
    width: 260px;
    height: 166px;
  }
}
@media screen and (max-width: 768px) {
  .project-blackfes .project-block05:before {
    top: 55px;
    left: 110px;
    display: block;
  }
  .project-blackfes .project-block05.show:before {
    width: 400px;
    height: 200px;
  }
}

@media screen and (min-width: 769px) {
  .project-salon .project-header {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .project-salon .project-blocks {
    height: 797px;
  }
}
.project-salon .project-header__img > span {
  background-image: url(../img/project/salon/kv.jpg);
}
@media screen and (max-width: 768px) {
  .project-salon .project-header__img > span {
    background-image: url(../img/project/salon/kv_sp.jpg);
  }
}
.project-salon .project-header__title {
  width: 467px;
  height: 114px;
  background-image: url(../img/project/salon/title.png);
}
@media screen and (max-width: 768px) {
  .project-salon .project-header__title {
    width: 366px;
    height: 108px;
    background-image: url(../img/project/salon/title_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .project-salon .project-block01 {
    top: 0;
    left: 82px;
    width: 447px;
  }
  .project-salon .project-block01:before {
    top: 68px;
    left: -60px;
    display: block;
  }
  .project-salon .project-block01.show:before {
    width: 395px;
    height: 285px;
  }
}
@media screen and (max-width: 768px) {
  .project-salon .project-block01 {
    margin-bottom: 107px;
  }
  .project-salon .project-block01:before {
    top: 54px;
    right: 45px;
    display: block;
  }
  .project-salon .project-block01.show:before {
    width: 400px;
    height: 210px;
  }
}
@media screen and (min-width: 769px) {
  .project-salon .project-block02 {
    top: 305px;
    right: 74px;
    width: 307px;
  }
  .project-salon .project-block02:before {
    top: -52px;
    right: -75px;
    display: block;
  }
  .project-salon .project-block02.show:before {
    width: 230px;
    height: 165px;
  }
}
@media screen and (max-width: 768px) {
  .project-salon .project-block02:before {
    top: -42px;
    left: 216px;
    display: block;
  }
  .project-salon .project-block02.show:before {
    width: 288px;
    height: 144px;
  }
}

/***************************************************************************
	SQ-BUTTON
***************************************************************************/
.p-sq-button {
  position: relative;
  width: 250px;
  height: 50px;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-sq-button {
    width: 220px;
    height: 45px;
  }
}
.p-sq-button > span {
  pointer-events: none;
  display: block;
  font-family: ivymode, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-sq-button > span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    letter-spacing: 0.1em;
  }
}
.p-sq-button:before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFF;
  opacity: 0.0;
  transition-duration: 0.6s;
}
.p-sq-button:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 78px;
  height: 7px;
  margin-top: -5px;
  content: "";
  background-image: url(../img/common/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: -10px 0;
  background-size: 100% auto;
  transition-duration: 0.6s;
}
@media screen and (min-width: 769px) {
  .p-sq-button:hover:before {
    opacity: 0.1;
    transition-duration: 0.3s;
  }
  .p-sq-button:hover:after {
    background-position: 0 0;
    transition-duration: 0.3s;
  }
}
.p-sq-button--black {
  border-color: #000;
}
.p-sq-button--black > span {
  color: #000;
}
.p-sq-button--black:before {
  background-color: #000;
}
.p-sq-button--black:after {
  background-image: url(../img/common/btn_arrow_black.png);
}

/***************************************************************************
	TOP-COMMON
***************************************************************************/
/***************************************************************************
	TOP-FV
***************************************************************************/
.top-fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-fv__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/top/fv_pattern.png);
  background-size: 4px 4px;
}
.top-fv__bg--slide {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-fv__bg--slide {
    background-image: url(../img/top/fv_img01_sp.jpg);
    background-size: cover;
  }
}
.top-fv__slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-fv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-fv__slide > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
.top-fv__slide > li:nth-child(1) {
  background-image: url(../img/top/slide_img01.jpg);
}
@media screen and (max-width: 768px) {
  .top-fv__slide > li:nth-child(1) {
    background-image: url(../img/top/slide_img01_sp.jpg);
  }
}
.top-fv__slide > li:nth-child(2) {
  background-image: url(../img/top/slide_img02.jpg);
}
@media screen and (max-width: 768px) {
  .top-fv__slide > li:nth-child(2) {
    background-image: url(../img/top/slide_img02_sp.jpg);
  }
}
.top-fv__slide > li:nth-child(3) {
  background-image: url(../img/top/slide_img03.jpg);
}
@media screen and (max-width: 768px) {
  .top-fv__slide > li:nth-child(3) {
    background-image: url(../img/top/slide_img03_sp.jpg);
  }
}
.top-fv__slide > li:nth-child(4) {
  background-image: url(../img/top/slide_img04.jpg);
}
@media screen and (max-width: 768px) {
  .top-fv__slide > li:nth-child(4) {
    background-image: url(../img/top/slide_img04_sp.jpg);
  }
}
.top-fv__slide > li:nth-child(5) {
  background-image: url(../img/top/slide_img05.jpg);
}
@media screen and (max-width: 768px) {
  .top-fv__slide > li:nth-child(5) {
    background-image: url(../img/top/slide_img05_sp.jpg);
  }
}
.top-fv__iframe-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-fv__iframe-container > iframe {
  width: 100%;
  height: 100%;
}
.top-fv__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-fv__contents--txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.5em;
  margin-bottom: 21px;
}
.top-fv__contents--playbtn {
  width: 84.5px;
}
@media screen and (max-width: 768px) {
  .top-fv__contents--playbtn {
    margin-bottom: 60px;
  }
}
.top-fv__contents--playbtn a > img {
  width: 100%;
  height: auto;
}
.top-fv:after {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 78px;
  height: 7px;
  margin-left: -36px;
  content: "";
  background-image: url(../img/common/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: 100% auto;
  animation-name: arrow;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .top-fv:after {
    margin-left: -34px;
  }
}

@keyframes arrow {
  0% {
    background-position: -20px 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: -20px 0;
  }
}
/***************************************************************************
	CONCEPT
***************************************************************************/
.top-concept {
  position: relative;
  padding-top: 193px;
  padding-bottom: 210px;
}
@media screen and (max-width: 768px) {
  .top-concept {
    padding-top: 62px;
    padding-bottom: 82px;
  }
}
.top-concept__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-concept__bg > div {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 1500px;
  background-image: url(../img/top/concept_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-concept__bg > div {
    bottom: 0px;
    background-image: url(../img/top/concept_bg_sp.jpg);
    height: 1100px;
  }
}
.top-concept__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-concept__wrapper--txt {
  padding-left: 107px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .top-concept__wrapper--txt {
    padding-left: 15px;
    margin-bottom: 70px;
  }
}
.top-concept__wrapper--txt > p {
  margin-bottom: 50px;
}
.top-concept__wrapper--txt > p:last-child {
  margin-bottom: 0;
}
.top-concept__wrapper--txt > p > span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-concept__wrapper--txt > p {
    margin-bottom: 40px;
  }
  .top-concept__wrapper--txt > p > span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.1em;
  }
}
.top-concept__wrapper--logo {
  width: 144px;
  margin-bottom: 140px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-concept__wrapper--logo {
    width: 122px;
    margin-bottom: 70px;
  }
}
.top-concept__wrapper--logo > img {
  width: 100%;
  height: auto;
}
.top-concept__wrapper--mc > p {
  text-align: center;
  font-feature-settings: "palt";
}
.top-concept__wrapper--mc--copy {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 45px;
  line-height: 4.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .top-concept__wrapper--mc--copy {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 45px;
    line-height: 4.5rem;
    letter-spacing: 0.1em;
    margin-bottom: -5px;
  }
}
.top-concept__wrapper--mc--body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-concept__wrapper--mc--body {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 21px;
    line-height: 2.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
}
.top-concept__wrapper--mc--link > a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .top-concept__wrapper--mc--link > a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
  }
}

/***************************************************************************
	CONTENTS
***************************************************************************/
.top-contents__list {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-contents__list {
    flex-direction: column;
    height: 1125px;
  }
}
.top-contents__item {
  position: relative;
  flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.top-contents__item--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.top-contents__item--product .top-contents__item--img {
  background-image: url(../img/top/concept_product_img.jpg);
}
@media screen and (max-width: 768px) {
  .top-contents__item--product .top-contents__item--img {
    background-image: url(../img/top/concept_product_img_sp.jpg);
  }
}
.top-contents__item--movie .top-contents__item--img {
  background-image: url(../img/top/concept_movie_img.jpg);
}
@media screen and (max-width: 768px) {
  .top-contents__item--movie .top-contents__item--img {
    background-image: url(../img/top/concept_movie_img_sp.jpg);
  }
}
.top-contents__item--project .top-contents__item--img {
  background-image: url(../img/top/concept_project_img.jpg);
}
@media screen and (max-width: 768px) {
  .top-contents__item--project .top-contents__item--img {
    background-image: url(../img/top/concept_project_img_sp.jpg);
  }
}
.top-contents__item--gallery .top-contents__item--img {
  background-image: url(../img/top/concept_gallery_img.jpg);
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .top-contents__item--gallery .top-contents__item--img {
    background-image: url(../img/top/concept_gallery_img_sp.jpg);
    background-position: center;
  }
}
.top-contents__item:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
}
.top-contents__item.show .top-contents__item--img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 0.6s;
}
.top-contents__item.show:after {
  width: 0%;
  transition-duration: 0.6s;
}
@media screen and (min-width: 769px) {
  .top-contents__item.over .top-contents__item--img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    transition-duration: 0.3s;
  }
}
.top-contents__item--label {
  position: relative;
  z-index: 1;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: translateX(-50px);
}
.top-contents__item.show .top-contents__item--label {
  opacity: 1;
  transform: translateX(0px);
  transition-duration: 0.6s;
  transition-delay: 0.6s;
}
.top-contents__item--more {
  pointer-events: none;
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-contents__item--more {
    bottom: 18px;
  }
}
.top-contents__item.show .top-contents__item--more {
  opacity: 1;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
}
.top-contents__item--product .top-contents__item--label {
  width: 214px;
  height: 36px;
  background-image: url(../img/top/concept_product.png);
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .top-contents__item--product .top-contents__item--label {
    margin-bottom: 38px;
  }
}
.top-contents__item--movie .top-contents__item--label {
  width: 149px;
  height: 36px;
  background-image: url(../img/top/concept_movie.png);
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .top-contents__item--movie .top-contents__item--label {
    margin-bottom: 38px;
  }
}
.top-contents__item--project .top-contents__item--label {
  width: 184px;
  height: 47px;
  background-image: url(../img/top/concept_project.png);
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .top-contents__item--project .top-contents__item--label {
    margin-bottom: 28px;
  }
}
.top-contents__item--gallery .top-contents__item--label {
  width: 178px;
  height: 36px;
  background-image: url(../img/top/concept_gallery.png);
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .top-contents__item--gallery .top-contents__item--label {
    margin-bottom: 38px;
  }
}
.top-contents__iframe-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-contents__iframe-container > iframe {
  width: 100%;
  height: 100%;
}
.top-contents__iframe-container:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  content: "";
}
@media screen and (max-width: 768px) {
  .top-contents__iframe-container {
    display: none;
  }
}

/***************************************************************************
	RESERVE
***************************************************************************/
.top-reserve {
  position: relative;
  width: 100%;
  height: 1100px;
  padding-top: 130px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-reserve {
    padding-top: 74px;
    height: 678px;
  }
}
.top-reserve__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1500px;
  background-image: url(../img/top/reserve_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 768px) {
  .top-reserve__bg {
    background-image: url(../img/top/reserve_bg_sp.jpg);
    height: 800px;
  }
}
.top-reserve__label {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.12em;
  color: #000;
  font-feature-settings: "palt";
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .top-reserve__label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.12em;
    margin-bottom: 22px;
  }
}
.top-reserve__btn {
  position: relative;
  z-index: 1;
  width: 350px;
  height: 65px;
  margin: 0 auto;
}
.top-reserve__btn > span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-reserve__btn > span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 768px) {
  .top-reserve__btn {
    width: 270px;
    height: 60px;
  }
}

/***************************************************************************
	YouTube Modal
***************************************************************************/
.youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
  opacity: 0;
}
.youtube-modal__container {
  position: relative;
  width: 800px;
  height: 456px;
}
@media screen and (max-width: 768px) {
  .youtube-modal__container {
    width: 100%;
    height: 191px;
    padding: 0 20px;
  }
}
.youtube-modal__container--closebtn {
  position: absolute;
  top: -36px;
  right: 0;
  display: block;
  width: 48px;
  height: 32px;
}
.youtube-modal__container--closebtn:before, .youtube-modal__container--closebtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 1px;
  background-color: #FFF;
  content: "";
}
.youtube-modal__container--closebtn:before {
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}
.youtube-modal__container--closebtn:after {
  -moz-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
@media screen and (max-width: 768px) {
  .youtube-modal__container--closebtn {
    top: -30px;
    right: 18px;
    width: 32px;
    height: 24px;
  }
  .youtube-modal__container--closebtn:before, .youtube-modal__container--closebtn:after {
    margin-left: -16px;
    width: 32px;
  }
}
.youtube-modal__container--player {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.youtube-modal__container--player > iframe {
  width: 100%;
  height: 100%;
}
