@charset "UTF-8";
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, 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;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

figure {
  margin: 1em 40px;
}

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

pre, textarea {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  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;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  line-height: 1.818181818;
  color: #333;
  font-size: 140%;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h4, h5, h6 {
  font-weight: normal;
}

p {
  margin: 1em 0;
}

/**
 * Year navigation
 */
#year-nav {
  margin-bottom: -20px;
  position: fixed;
  top: 52%;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

@media only screen and (min-width: 768px) {
  #year-nav {
    right: 45px;
  }
}

#year-nav a {
  display: block;
  position: relative;
  height: 30px;
  color: #f291aa;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #year-nav a {
    height: 68px;
  }
}

#year-nav a .label {
  padding-right: 18px;
  display: block;
  line-height: 30px;
  font-size: 50%;
  text-align: right;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
  #year-nav a .label {
    padding-right: 40px;
    line-height: 68px;
    font-size: 100%;
  }
}

#year-nav a .dot {
  border: 1px solid #f291aa;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 0;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
  #year-nav a .dot {
    border-width: 2px;
    top: 28px;
    width: 13px;
    height: 13px;
  }
}

#year-nav a .dot:before {
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  height: 0;
  content: "";
  background: #f291aa;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
  #year-nav a .dot:before {
    top: 4px;
    left: 4px;
  }
}

#year-nav a:after {
  border-right: 0.99px dotted #f291aa;
  position: absolute;
  top: 20px;
  right: 3px;
  height: 21px;
  content: "";
}

@media only screen and (min-width: 768px) {
  #year-nav a:after {
    top: 42px;
    right: 6px;
    height: 53px;
  }
}

#year-nav a.current .label {
  font-weight: bold;
  font-size: 114.285714286%;
}

@media only screen and (min-width: 768px) {
  #year-nav a.current .label {
    font-size: 171.428571429%;
  }
}

#year-nav a.current .dot {
  top: 10px;
  right: -2px;
  width: 11px;
  height: 11px;
}

@media only screen and (min-width: 768px) {
  #year-nav a.current .dot {
    top: 23px;
    right: -4px;
    width: 21px;
    height: 21px;
  }
}

#year-nav a.current .dot:before {
  top: 1px;
  left: 1px;
  height: 7px;
  width: 7px;
}

@media only screen and (min-width: 768px) {
  #year-nav a.current .dot:before {
    top: 1px;
    left: 1px;
    height: 15px;
    width: 15px;
  }
}

#year-nav a:last-child:after {
  content: none;
}

#year-nav.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/**
 * Model
 */
#model {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  text-align: center;
}

#model .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

#model .outer-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}

#model .outer-wrap .inner-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 283px auto;
  background-position: bottom center;
}

@media only screen and (min-width: 768px) {
  #model .outer-wrap .inner-wrap {
    background-size: 410px auto;
  }
}

#model .outer-wrap .inner-wrap img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  display: block;
  width: 283px;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  #model .outer-wrap .inner-wrap img {
    width: 410px;
  }
}

#model .outer-wrap.top-side {
  top: 0;
  bottom: auto;
}

#model .outer-wrap.top-side .inner-wrap {
  top: 0;
  bottom: auto;
}

#model #bg2010 {
  background-image: url(../img/bg2010.png);
  background-position: 40% 16px;
  background-size: 360px auto;
}

@media only screen and (min-width: 768px) {
  #model #bg2010 {
    background-size: 640px auto;
  }
}

#model #bg2000 {
  background-image: url(../img/bg2000.png);
  background-position: 50% 40px;
  background-size: 447px auto;
}

@media only screen and (min-width: 768px) {
  #model #bg2000 {
    background-size: 623px auto;
  }
}

#model #bg1990 {
  background-image: url(../img/bg1990.png);
  background-position: 91% -46px;
  background-size: 484px auto;
}

@media only screen and (min-width: 768px) {
  #model #bg1990 {
    background-position: 36% -122px;
    background-size: 699px auto;
  }
}

#model #bg1980 {
  background-image: url(../img/bg1980.png);
  background-position: 50% 75px;
  background-size: 655px auto;
}

@media only screen and (min-width: 768px) {
  #model #bg1980 {
    background-size: 965px auto;
  }
}

#model #bg1970 {
  background-image: url(../img/bg1970.png);
  background-position: -52% 15px;
  background-size: 247px auto;
}

@media only screen and (min-width: 768px) {
  #model #bg1970 {
    background-position: 15% 15px;
    background-size: 296px auto;
  }
}

#model #bg1960 {
  background-image: url(../img/bg1960.png);
  background-position: 40% 52px;
  background-size: 523px auto;
}

@media only screen and (min-width: 768px) {
  #model #bg1960 {
    background-size: 659px auto;
  }
}

#model #bg1950 {
  background-image: url(../img/bg1950.png);
  background-position: 50% 40px;
  background-size: 388px auto;
}

@media only screen and (min-width: 768px) {
  #model #bg1950 {
    background-size: 601px auto;
  }
}

#model #figure-brank {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #model #figure-bra1950_2 .inner-wrap {
    display: none;
  }
}

#model #figure-bra1950_2 .inner-wrap img {
  top: 50%;
  bottom: auto;
  width: 208px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**
 * Header
 */
#header .nav-handle {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  #header .nav-handle {
    width: 90px;
    height: 90px;
  }
}

#header .nav-handle span {
  display: block;
  position: absolute;
  top: 25px;
  left: 17.5px;
  width: 16px;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
  #header .nav-handle span {
    top: 43px;
    left: 30px;
    width: 30px;
    height: 4px;
  }
}

#header .nav-handle span:before, #header .nav-handle span:after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: #333;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
  #header .nav-handle span:before, #header .nav-handle span:after {
    height: 4px;
  }
}

#header .nav-handle span:before {
  top: -6px;
}

@media only screen and (min-width: 768px) {
  #header .nav-handle span:before {
    top: -12px;
  }
}

#header .nav-handle span:after {
  bottom: -6px;
}

@media only screen and (min-width: 768px) {
  #header .nav-handle span:after {
    bottom: -12px;
  }
}

#header .nav {
  padding-top: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f291aa;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 0.5s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s 0s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 0.5s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
  #header .nav {
    padding-top: 90px;
  }
}

#header .nav .nav-inner {
  padding: 10px 20px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
  #header .nav .nav-inner {
    padding-right: 57px;
    padding-left: 57px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

#header .nav .nav-inner a {
  padding: 10px 0;
  border-bottom: .99px solid #fff;
  display: block;
  line-height: 1.35;
  color: #fff;
  font-size: 128.571428571%;
  text-decoration: none;
}

#header .nav .nav-inner a:after {
  display: table;
  clear: both;
  content: "";
}

@media only screen and (min-width: 768px) {
  #header .nav .nav-inner a {
    padding: 15px 0;
    border: 0;
    font-size: 171.428571429%;
    letter-spacing: 2px;
  }
  #header .nav .nav-inner a br {
    display: none;
  }
}

#header .nav .nav-inner a:last-child {
  border: 0;
}

#header .nav .nav-inner a i {
  display: block;
  position: relative;
  top: 4px;
  float: left;
}

#header .nav .nav-inner a i.icon-bra2010 {
  background-image: url(../img/bra-icon-sprite.png);
  background-position: 0px -110px;
  width: 45px;
  height: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .nav .nav-inner a i.icon-bra2010 {
    background-image: url(../img/bra-icon-sprite.2x.png);
    background-size: 155px 155px;
  }
}

#header .nav .nav-inner a i.icon-bra2000 {
  background-image: url(../img/bra-icon-sprite.png);
  background-position: -110px -55px;
  width: 45px;
  height: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .nav .nav-inner a i.icon-bra2000 {
    background-image: url(../img/bra-icon-sprite.2x.png);
    background-size: 155px 155px;
  }
}

#header .nav .nav-inner a i.icon-bra1990 {
  background-image: url(../img/bra-icon-sprite.png);
  background-position: -110px 0px;
  width: 45px;
  height: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .nav .nav-inner a i.icon-bra1990 {
    background-image: url(../img/bra-icon-sprite.2x.png);
    background-size: 155px 155px;
  }
}

#header .nav .nav-inner a i.icon-bra1980 {
  background-image: url(../img/bra-icon-sprite.png);
  background-position: -55px -55px;
  width: 45px;
  height: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .nav .nav-inner a i.icon-bra1980 {
    background-image: url(../img/bra-icon-sprite.2x.png);
    background-size: 155px 155px;
  }
}

#header .nav .nav-inner a i.icon-bra1970 {
  background-image: url(../img/bra-icon-sprite.png);
  background-position: 0px -55px;
  width: 45px;
  height: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .nav .nav-inner a i.icon-bra1970 {
    background-image: url(../img/bra-icon-sprite.2x.png);
    background-size: 155px 155px;
  }
}

#header .nav .nav-inner a i.icon-bra1960 {
  background-image: url(../img/bra-icon-sprite.png);
  background-position: -55px 0px;
  width: 45px;
  height: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .nav .nav-inner a i.icon-bra1960 {
    background-image: url(../img/bra-icon-sprite.2x.png);
    background-size: 155px 155px;
  }
}

#header .nav .nav-inner a i.icon-bra1950 {
  background-image: url(../img/bra-icon-sprite.png);
  background-position: 0px 0px;
  width: 45px;
  height: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .nav .nav-inner a i.icon-bra1950 {
    background-image: url(../img/bra-icon-sprite.2x.png);
    background-size: 155px 155px;
  }
}

@media only screen and (min-width: 768px) {
  #header .nav .nav-inner a i {
    -webkit-transform: scale(1.333333333);
            transform: scale(1.333333333);
  }
}

#header .nav .nav-inner a span {
  padding-left: 63px;
  display: block;
}

@media only screen and (min-width: 768px) {
  #header .nav .nav-inner a span {
    padding-left: 88px;
  }
}

#header .nav .nav-inner a span small {
  display: block;
  font-size: 50%;
}

@media only screen and (min-width: 768px) {
  #header .nav .nav-inner a span small {
    font-size: 66.666666667%;
    letter-spacing: 0;
  }
}

#header .sns-handle {
  padding: 17px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9997;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  #header .sns-handle {
    padding: 30px;
    width: 90px;
    height: 90px;
  }
}

#header .sns-handle img {
  width: 16px;
  height: 16px;
}

@media only screen and (min-width: 768px) {
  #header .sns-handle img {
    width: 30px;
    height: 30px;
  }
}

#header .sns {
  position: fixed;
  top: 10px;
  right: 40px;
  left: 100%;
  z-index: 9997;
  height: 30px;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 768px) {
  #header .sns {
    top: 25px;
    right: 90px;
    height: 40px;
  }
}

#header .sns .sns-inner {
  margin-left: auto;
  padding-right: 14px;
  position: relative;
  width: 104px;
}

#header .sns .sns-inner:after {
  display: table;
  clear: both;
  content: "";
}

@media only screen and (min-width: 768px) {
  #header .sns .sns-inner {
    padding-right: 10px;
    width: 138px;
  }
}

#header .sns .sns-inner:before {
  border-right: .99px solid #ccc;
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 5px;
  content: "";
}

@media only screen and (min-width: 768px) {
  #header .sns .sns-inner:before {
    border-right-width: 1px;
    top: -2.5px;
    right: 0;
    bottom: -2.5px;
  }
}

#header .sns .sns-inner a {
  padding-top: 1px;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  #header .sns .sns-inner a {
    margin-left: 14px;
    padding-top: 3px;
    width: 50px;
    height: 50px;
  }
  #header .sns .sns-inner a:last-child {
    display: none;
  }
}

#header .sns .sns-inner a img {
  margin: 7px;
  width: 16px;
  height: 16px;
}

@media only screen and (min-width: 768px) {
  #header .sns .sns-inner a img {
    margin: 0;
    width: 35px;
    height: 35px;
  }
}

html.nav-active #header .nav-handle span {
  background: #f291aa;
}

html.nav-active #header .nav-handle span:before, html.nav-active #header .nav-handle span:after {
  top: 0;
  background: #fff;
}

html.nav-active #header .nav-handle span:before {
  -webkit-transform: rotateZ(-225deg);
          transform: rotateZ(-225deg);
}

html.nav-active #header .nav-handle span:after {
  -webkit-transform: rotateZ(225deg);
          transform: rotateZ(225deg);
}

html.nav-active #header .nav {
  z-index: 9997;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 0s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s 0s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 0s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

html.nav-active #header .nav .nav-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  html.nav-active #header .nav .nav-inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

html.sns-active #header .sns {
  left: 0;
}

@media only screen and (min-width: 1000px) {
  #pc-footer {
    display: block;
  }
  #mb-footer {
    display: none;
  }
}

@media only screen and (max-width: 999px) {
  #pc-footer {
    display: none;
  }
  #mb-footer {
    display: block;
  }
}

/**
 * Structures
 */
#global-wrapper {
  position: relative;
  z-index: 1;
}

.viewport {
  height: 100vh;
  overflow: hidden;
}

.viewport .viewport-inner {
  position: relative;
  height: 100%;
}

.viewport .viewport-inner .fashion, .viewport .viewport-inner .bra {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  display: block;
  width: auto;
  height: 70.422535211%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content {
  position: relative;
  color: #fff;
  background: #f291aa;
}

.content .content-inner {
  margin: 0 auto;
  padding: 24px 20px 25px;
  max-width: 560px;
}

@media only screen and (min-width: 768px) {
  .content .content-inner {
    padding-top: 115px;
    padding-bottom: 145px;
  }
  .content .content-inner .content-inner {
    padding-bottom: 0;
  }
}

.content h2 {
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 142.857142857%;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 2px;
}

@media only screen and (min-width: 768px) {
  .content h2 {
    font-size: 257.142857143%;
  }
}

.content h2 small {
  margin-top: 21px;
  margin-bottom: 0.4em;
  display: block;
  font-size: 83.333333333%;
}

@media only screen and (min-width: 768px) {
  .content h2 small {
    margin-top: 36px;
    margin-bottom: 0.6em;
    font-size: 77.777777778%;
    text-indent: 9px;
    letter-spacing: 9px;
  }
}

.content h2 .sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .content h2 .sp {
    display: inline;
  }
  .content h2 .sp:after {
    content: "　";
  }
  .content h2 .sp:last-child:after {
    content: none;
  }
}

.content .year {
  margin-bottom: 0;
  line-height: 2.25;
  font-weight: bold;
  font-size: 321.428571429%;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

@media only screen and (min-width: 768px) {
  .content .year {
    margin-top: -75px;
    font-size: 571.428571429%;
  }
}

.content .year small {
  margin-top: -1.3em;
  margin-bottom: 1.6em;
  display: block;
  font-size: 33.333333333%;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

@media only screen and (min-width: 768px) {
  .content .year small {
    margin-top: -1.9em;
    margin-bottom: 0.7em;
    font-size: 35%;
  }
}

.content .ornament-top:before {
  margin: 0 auto;
  padding-top: 22px;
  display: block;
  width: 49px;
  height: 18px;
  line-height: 0;
  content: url(../img/ornament.svg);
  text-indent: 0;
}

@media only screen and (min-width: 768px) {
  .content .ornament-top:before {
    padding-top: 7px;
    width: 68px;
    height: 25px;
  }
}

.content .ornament-bottom:after {
  margin: 8px auto 0.39em;
  border-top: .99px solid #ffd2d2;
  display: block;
  width: 25px;
  content: "";
  text-indent: 0;
}

@media only screen and (min-width: 768px) {
  .content .ornament-bottom:after {
    margin-top: 0;
    margin-bottom: 0.45em;
    border-top-width: 2px;
    width: 50px;
  }
}

.content h3 {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 128.571428571%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .content h3 {
    margin-bottom: 0;
    line-height: 1.666666667;
    font-size: 214.285714286%;
  }
}

.content p {
  font-size: 92.857142857%;
}

@media only screen and (min-width: 768px) {
  .content p {
    line-height: 1.571428571;
    font-size: 100%;
  }
}

.content p + h3 {
  margin-top: 2em;
}

.content .modal-handle {
  margin: 32px auto 0;
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  color: #f291aa;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .content .modal-handle {
    display: none;
  }
}

.content .modal-handle .border:before {
  border: 3px solid #f2d0d7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: modalHandleOuter 3s 0.6s infinite ease-out;
          animation: modalHandleOuter 3s 0.6s infinite ease-out;
}

.content .modal-handle .border:after {
  border: 3px solid #f2d0d7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: modalHandleOuter 3s 0.8s infinite ease-out;
          animation: modalHandleOuter 3s 0.8s infinite ease-out;
}

.content .modal-handle .label {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 48px;
  font-weight: bold;
  font-size: 78.571428571%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.content .modal-handle:before {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  content: "";
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: modalHandleInner 3s 0.6s infinite ease-out;
          animation: modalHandleInner 3s 0.6s infinite ease-out;
}

@-webkit-keyframes modalHandleInner {
  0% {
    width: 44px;
    height: 44px;
    opacity: 1;
  }
  10% {
    width: 48px;
    height: 48px;
    opacity: 0.3;
  }
  10.1% {
    width: 44px;
    height: 44px;
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
}

@keyframes modalHandleInner {
  0% {
    width: 44px;
    height: 44px;
    opacity: 1;
  }
  10% {
    width: 48px;
    height: 48px;
    opacity: 0.3;
  }
  10.1% {
    width: 44px;
    height: 44px;
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
}

@-webkit-keyframes modalHandleOuter {
  0% {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  10% {
    width: 58px;
    height: 58px;
    opacity: 0;
  }
  10.1% {
    width: 48px;
    height: 48px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes modalHandleOuter {
  0% {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  10% {
    width: 58px;
    height: 58px;
    opacity: 0;
  }
  10.1% {
    width: 48px;
    height: 48px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.detail {
  color: #f291aa;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .detail .content-inner {
    padding-top: 65px;
    padding-bottom: 0;
    max-width: 940px;
  }
}

.detail h2 {
  margin-bottom: 20px;
}

.detail h2 small {
  font-size: 47.619047619%;
}

@media only screen and (min-width: 768px) {
  .detail h2 small {
    margin-top: 0;
    font-size: 55.555555556%;
  }
}

.detail h3 {
  line-height: 2.083333333;
  color: #333;
  font-weight: normal;
  font-size: 114.285714286%;
}

@media only screen and (min-width: 768px) {
  .detail h3 {
    margin-bottom: 40px;
    line-height: 2;
    font-size: 142.857142857%;
  }
}

.detail .modal-handle {
  margin-top: 10px;
  color: #fff;
}

.detail .modal-handle:before {
  background: #f291aa;
}

@media only screen and (min-width: 768px) {
  .detail .modal {
    margin-top: 0;
  }
  .detail .modal .modal-inner {
    max-width: 900px;
  }
  .detail .modal .poster {
    margin: 0 auto 55px;
    display: block;
    width: 238px;
    max-width: none;
  }
  .detail .modal .bra {
    margin-top: 15px;
    margin-right: -196px;
    margin-left: 63px;
    float: left;
    width: 196px;
  }
  .detail .modal p {
    padding-left: 330px;
    color: #333;
  }
}

.spacer.vh100 {
  height: 100vh;
}

.spacer.vh150 {
  height: 150vh;
}

.spacer.vh200 {
  height: 200vh;
}

/**
 * Content backdrop
 */
#backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, visibility 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, visibility 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

html.modal-active #backdrop {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/**
 * Modal window
 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  color: #333;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

@media only screen and (min-width: 768px) {
  .modal {
    margin-top: -110px;
    position: static;
    height: auto;
    color: #fff;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.modal .modal-inner {
  padding: 75px 20px 20px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  .modal .modal-inner {
    margin: 0 auto;
    padding: 0 0 100px;
    max-width: 560px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: none;
  }
}

.modal h4 {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 142.857142857%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .modal h4 {
    display: none;
  }
}

.modal h4:after {
  margin: 8px auto 0.5em;
  border-top: .99px solid #222;
  display: block;
  width: 25px;
  content: "";
}

.modal h4 .sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .modal h4 .sp {
    display: inline;
  }
  .modal h4 .sp:after {
    content: "　";
  }
  .modal h4 .sp:last-child:after {
    content: none;
  }
}

.modal h5 {
  margin: 0 0 20px;
  line-height: 1.666666667;
  font-size: 107.142857143%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .modal h5 {
    display: none;
  }
}

.modal h6 {
  font-weight: bold;
  font-size: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .modal h6 {
    font-size: 200%;
  }
}

.modal p {
  line-height: 1.692307692;
  font-size: 92.857142857%;
}

@media only screen and (min-width: 768px) {
  .modal p {
    line-height: 1.571428571;
    font-size: 100%;
  }
  .modal p:first-of-type {
    margin-top: 0;
  }
}

.modal img {
  margin: 0 auto 30px;
  display: block;
  width: 50%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

@media only screen and (min-width: 768px) {
  .modal img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.modal .modal-close {
  border: 0.99px solid #f291aa;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #f291aa;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .modal .modal-close {
    display: none;
  }
}

.modal .modal-close span {
  margin-top: 0;
  margin-left: -7px;
  border-top: 0.99px solid #f291aa;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.modal .modal-close span:before {
  position: absolute;
  top: -1px;
  left: 0;
  border-top: 0.99px solid #f291aa;
  display: block;
  position: relative;
  height: 0;
  content: "";
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.modal.active {
  z-index: 9999;
  height: 100vh;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.modal.active img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.modal.active img:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.modal.active img:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/**
 * Sections
 */
#intro {
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
}

#intro .viewport-inner {
  padding-bottom: 20px;
  display: table-cell;
  position: static;
  vertical-align: middle;
}

#intro .box {
  margin: 0 auto 33px;
  padding: 45px 0 19px;
  width: 268px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #intro .box {
    margin-bottom: 15px;
    padding-top: 50px;
    padding-bottom: 32px;
    width: 340px;
  }
}

#intro h1 {
  margin: 0 auto;
  width: 210px;
  height: 156px;
  background: url(../img/intro-title.png) no-repeat 0 0;
  background-size: 100%;
  overflow: hidden;
  text-indent: 150%;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #intro h1 {
    width: 332px;
    height: 244px;
  }
}

#intro .box + p {
  margin-top: 0.9em;
  margin-left: 0.5em;
  margin-bottom: 0;
  line-height: 1.923076923;
  font-size: 78.571428571%;
  letter-spacing: 0.25em;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  #intro .box + p {
    margin-top: 0.6em;
    margin-bottom: 3em;
    line-height: 2.375;
    font-size: 114.285714286%;
  }
}

#intro .scroll {
  margin: 0 auto;
  border: 2px solid #f291aa;
  border-radius: 15px;
  position: absolute;
  bottom: 73px;
  left: 50%;
  display: block;
  width: 28px;
  height: 49px;
  text-decoration: none;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  #intro .scroll {
    border-width: 3px;
    border-radius: 25px;
    width: 40px;
    height: 70px;
  }
}

#intro .scroll .arrow {
  margin-left: -3px;
  position: absolute;
  top: 13px;
  left: 50%;
  border-top: 2px solid #f291aa;
  border-right: 2px solid #f291aa;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
  -webkit-animation: introScroll 2s infinite linear;
          animation: introScroll 2s infinite linear;
}

@media only screen and (min-width: 768px) {
  #intro .scroll .arrow {
    margin-left: -6px;
    border-top-width: 3px;
    border-right-width: 3px;
    width: 12px;
    height: 12px;
    -webkit-animation-name: introScrollPC;
            animation-name: introScrollPC;
  }
}

#intro .scroll .label {
  position: absolute;
  bottom: -20px;
  left: 50%;
  color: #f291aa;
  font-weight: bold;
  font-size: 57.142857143%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  #intro .scroll .label {
    bottom: -27px;
    font-size: 78.571428571%;
  }
}

@-webkit-keyframes introScroll {
  0% {
    top: 13px;
  }
  20% {
    top: 23px;
  }
  20.1% {
    top: 23px;
  }
  20.2% {
    top: 13px;
  }
  40% {
    top: 23px;
  }
  40.1% {
    top: 23px;
  }
  40.2% {
    top: 13px;
  }
  100% {
    top: 13px;
  }
}

@keyframes introScroll {
  0% {
    top: 13px;
  }
  20% {
    top: 23px;
  }
  20.1% {
    top: 23px;
  }
  20.2% {
    top: 13px;
  }
  40% {
    top: 23px;
  }
  40.1% {
    top: 23px;
  }
  40.2% {
    top: 13px;
  }
  100% {
    top: 13px;
  }
}

@-webkit-keyframes introScrollPC {
  0% {
    top: 13px;
  }
  20% {
    top: 36px;
  }
  20.1% {
    top: 36px;
  }
  20.2% {
    top: 13px;
  }
  40% {
    top: 36px;
  }
  40.1% {
    top: 36px;
  }
  40.2% {
    top: 13px;
  }
  100% {
    top: 13px;
  }
}

@keyframes introScrollPC {
  0% {
    top: 13px;
  }
  20% {
    top: 36px;
  }
  20.1% {
    top: 36px;
  }
  20.2% {
    top: 13px;
  }
  40% {
    top: 36px;
  }
  40.1% {
    top: 36px;
  }
  40.2% {
    top: 13px;
  }
  100% {
    top: 13px;
  }
}

#outro {
  padding-top: 150px;
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
}

#outro .viewport-inner {
  padding-bottom: 20px;
  display: table-cell;
  position: static;
  vertical-align: middle;
}

#outro h2 {
  margin: 0 auto 50px;
  width: 233px;
  height: 32px;
  background: url(../img/outro-title.png) no-repeat 0 0;
  background-size: 100%;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  overflow: hidden;
  text-indent: 150%;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #outro h2 {
    width: 493px;
    height: 64px;
  }
}

#outro h2 + p {
  margin-top: 0.9em;
  margin-left: 0.5em;
  margin-bottom: 1em;
  line-height: 1.923076923;
  font-size: 78.571428571%;
  letter-spacing: 0.25em;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  #outro h2 + p {
    line-height: 2.5;
    font-size: 114.285714286%;
  }
}

#outro a {
  margin: 0 auto;
  display: block;
  width: 91px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  #outro a {
    width: 150px;
  }
}

#outro a img {
  width: 100%;
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #f291aa;
}

#loader .viewport {
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
}

#loader .viewport-inner {
  padding-bottom: 20px;
  display: table-cell;
  position: static;
  vertical-align: middle;
}

#loader .box {
  margin: 0 auto 33px;
  padding: 45px 0 19px;
  width: 268px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #loader .box {
    margin-bottom: 15px;
    padding-top: 50px;
    padding-bottom: 32px;
    width: 340px;
  }
}

#loader .box p {
  margin: 0 auto 3em;
  width: 210px;
  height: 156px;
  background: url(../img/loader.png) no-repeat 0 0;
  background-size: 100%;
  overflow: hidden;
  text-indent: 150%;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #loader .box p {
    margin-bottom: 8.9em;
    width: 332px;
    height: 244px;
  }
}

html.isLoading {
  height: 100%;
  overflow-y: scroll;
}

html.isLoading body {
  height: 100%;
  overflow: hidden;
}
