@charset "UTF-8";
a img, body, dd, dl, dt, h1, h2, h3, h4, h5, hr, html {
  margin: 0;
  padding: 0
}

body, input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
}

.content__ui {
  height: 100%;
  width: 100%
}

.content__ui.is-hide, .moments.is-hide, .scene.is-hide, .sound-ipd {
  visibility: hidden
}

.content, .content__ui, .contents, table {
  width: 100%
}

em, strong {
  font-style: normal
}

h1, h2, h3, h4, h5, strong, table th {
  font-weight: 400
}

figure, p {
  margin: 0
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  color: #333
}

h1, h2 {
  font-size: 24px
}

ol, ul {
  margin: 0;
  padding-left: 0
}

ol li, ul li {
  margin-left: 0;
  list-style-type: none
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(250, 250, 250, .6)
}

a img, hr {
  border: none
}

img {
  line-height: 1;
  -ms-interpolation-mode: bicubic
}

button {
  line-height: inherit
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent
}

.header {
  margin-bottom: 128px
}

.footer {
  padding-bottom: 100px
}

body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width:375px) {
  body {
    font-size: 3.7333vw;
  }
}

body.is-static {
  overflow: visible
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body>img {
  left: -10px
}

.content {
  overflow: hidden
}

.contents__main {
  position: relative;
  padding-left: 14px;
  padding-right: 14px
}

.contents__main img {
  display: block
}

.contents {
  position: relative;
  min-width: 1100px
}

.content__ui {
  position: fixed;
  top: 0;
  left: 0
}

.content__ui.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  height: 100px;
  z-index: 100
}

.content__ui .logo {
  position: absolute;
  top: 45px;
  left: 25px
}

.ui__contents-link {
  position: absolute;
  top: 45px;
  left: 196px;
  font-size: 0;
  letter-spacing: 0
}

.contents-link__items {
  display: inline-block;
  margin-right: 50px
}

.contents-link__items img, .ui__link-top img {
  display: block
}

.ui__link-top {
  position: absolute;
  top: 0;
  left: 25px;
  padding-top: 6px;
  padding-left: 10px;
  border-left: solid 1px #adaca8
}

.ui__global-link {
  position: absolute;
  top: 45px;
  right: 0;
  font-size: 0;
  letter-spacing: 0
}

.global-link__items {
  position: relative;
  display: inline-block;
  padding: 0 30px
}

.global-link__items:not(:first-child)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 1px;
  height: 12px;
  border-right: solid 1px #adaca8
}

.global-link__items img {
  display: block
}

@media only screen and (max-width:768px) {
  .contents {
    min-width: 0;
  }
  .content__ui.is-fixed {
    min-width: 0;
  }
  .ui__link-top {
    left: 5%;
    padding-left: 2%;
  }
  .ui__link-top img {
    width: 70px;
  }
  .content__ui .logo {
    top: 30px;
    left: 5%
  }
  .content__ui .logo img {
    width: 80px;
    height: auto;
  }
  .ui__contents-link {
    top: 15px;
    left: auto;
    right: 5%;
  }
  .contents-link__items {
    margin-right: 30px
  }
  .contents-link__items:last-child {
    margin-right: 0
  }
  .ui__global-link {
    top: 45px;
    right: 5%;
  }
  .global-link__items {
    padding: 0 15px
  }
  .global-link__items:last-child {
    padding-right: 0;
  }
}

.contents-link__items a, .global-link__items a, .ui__link-top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.contents-link__items a::after, .contents-link__items a::before, .global-link__items a::after, .global-link__items a::before, .ui__link-top a::after, .ui__link-top a::before {
  content: '';
  position: absolute;
  bottom: -4px;
  display: block;
  width: 0;
  height: 1px;
  opacity: 0;
  background: #333;
  transition: all .3s ease-in
}

.contents-link__items a::before, .global-link__items a::before, .ui__link-top a::before {
  left: 50%
}

.contents-link__items a::after, .global-link__items a::after, .ui__link-top a::after {
  right: 50%
}

.contents-link__items a:hover::after, .contents-link__items a:hover::before, .global-link__items a:hover::after, .global-link__items a:hover::before, .ui__link-top a:hover::after, .ui__link-top a:hover::before {
  width: 50%;
  opacity: 1
}

.contents-link__items a.is-special::after, .contents-link__items a.is-special::before, .global-link__items a.is-special::after, .global-link__items a.is-special::before, .ui__link-top a.is-special::after, .ui__link-top a.is-special::before {
  background: #a98225
}

.ui__timeline {
  position: absolute;
  top: 54%;
  left: 25px;
  transform: translateY(-50%)
}

.timeline__items--nameplate {
  position: relative;
  width: 120px;
  height: 26px;
  margin-bottom: 15px;
  background: url(../images/stage/icn-moment.png) left center no-repeat;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  padding-left: 22px
}

.timeline__items--nameplate p {
  height: 26px
}

.timeline__items--nameplate img {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: opacity .4s ease-in;
  transform: translateY(-50%)
}

.timeline__items--nameplate .is-cur img, .timeline__items--nameplate:hover img {
  opacity: 1
}

#loading-img, .logo--onetime {
  transform: translate(-50%, -50%);
  left: 50%
}

.timeline__items--nameplate.m-01 .nameplates {
  background: url(../images/stage/lbl-moment_01.png) left center no-repeat;
  -webkit-background-size: 29px 15px;
  background-size: 29px 15px
}

.timeline__items--nameplate.m-02 .nameplates {
  background: url(../images/stage/lbl-moment_02.png) left center no-repeat;
  -webkit-background-size: 54px 12px;
  background-size: 54px 12px
}

.timeline__items--nameplate.m-03 .nameplates {
  background: url(../images/stage/lbl-moment_03.png) left center no-repeat;
  -webkit-background-size: 50px 15px;
  background-size: 50px 15px
}

.timeline__items--nameplate.m-04 .nameplates {
  background: url(../images/stage/lbl-moment_04.png) left center no-repeat;
  -webkit-background-size: 61px 15px;
  background-size: 61px 15px
}

.timeline__items--nameplate.m-01 .is-cur .nameplates {
  background: url(../images/stage/lbl-moment_01_on.png) left center no-repeat;
  -webkit-background-size: 44px 22px;
  background-size: 44px 22px
}

.timeline__items--nameplate.m-02 .is-cur .nameplates {
  background: url(../images/stage/lbl-moment_02_on.png) left center no-repeat;
  -webkit-background-size: 83px 20px;
  background-size: 83px 20px
}

.timeline__items--nameplate.m-03 .is-cur .nameplates {
  background: url(../images/stage/lbl-moment_03_on.png) left center no-repeat;
  -webkit-background-size: 77px 24px;
  background-size: 77px 24px
}

.timeline__items--nameplate.m-04 .is-cur .nameplates {
  background: url(../images/stage/lbl-moment_04_on.png) left center no-repeat;
  -webkit-background-size: 95px 24px;
  background-size: 95px 24px
}

.timeline__items--section {
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  background: url(../images/stage/icn-section.png) no-repeat;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px
}

#loading-img, .logo--onetime, .logo--onetime div, .ui__music, .ui__reload, .ui__scroll {
  position: absolute
}

.timeline__items--section img {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity .4s ease-in
}

.timeline__items--section.is-cur img {
  opacity: 1
}
@media only screen and (max-width:768px) {
  .ui__timeline {
    top: auto;
    bottom: 20px;
    transform: none;
    left: 3%;
  }
  .timeline__items--nameplate {
    padding-left: 15px;
    margin-bottom: 5px;
    height: 20px;
  }
  .timeline__items--nameplate p {
    height: 20px;
  }
  .timeline__items--section {
    margin-bottom: 5px;
  }
  .timeline__items--nameplate.m-02 .nameplates {
    background-size: auto 9px;
  }
  .timeline__items--nameplate.m-01 .nameplates,
  .timeline__items--nameplate.m-03 .nameplates,
  .timeline__items--nameplate.m-04 .nameplates {
    background-size: auto 11.5px;
  }
  .timeline__items--nameplate.m-01 .is-cur .nameplates,
  .timeline__items--nameplate.m-03 .is-cur .nameplates,
  .timeline__items--nameplate.m-04 .is-cur .nameplates {
    background-size: auto 15px;
  }
  .timeline__items--nameplate.m-02 .is-cur .nameplates {
    background-size: auto 13.6px;
  }
}

.logo--onetime {
  top: 32%;
  width: 450px;
  height: 70px;
  opacity: 1
}
.logo--onetime img {
  display: inline-block !important;
}

.logo--onetime div {
  top: 100%;
  right: -84px;
  width: 100%;
  height: 100%;
  text-align: right
}

#loading-img {
  display: block;
  top: 50%;
  width: 67px;
  height: 67px
}

#loading-img img {
  display: block;
  -webkit-animation: loading-img 4s linear infinite;
  animation: loading-img 4s linear infinite;
  transform-origin: center center
}

@-webkit-keyframes loading-img {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes loading-img {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

.ui__scroll {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%)
}

.ui__scroll img {
  display: block
}

.ui__scroll:hover {
  opacity: .6
}

.ui__reload {
  bottom: 20px;
  right: 84px
}

.ui__reload img {
  display: block
}

.ui__reload .is-off img {
  opacity: .2
}

.ui__music:hover, .ui__reload:hover {
  opacity: .6
}

.ui__music {
  bottom: 20px;
  right: 30px;
  width: 34px;
  height: 34px;
  background: url(../images/stage/icn-circle.png) center no-repeat;
  -webkit-background-size: 34px 34px;
  background-size: 34px 34px
}

.icon-equalizer, .icon-equalizer .eq__gauge {
  height: 10px;
  margin: 0;
  padding: 0;
  position: absolute
}

.ui__music .is-off .icon-equalizer .eq__gauge .eq__bar {
  animation: none
}

.icon-equalizer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px
}

.icon-equalizer .eq__gauge {
  top: 0;
  display: block;
  width: 1px;
  background: rgba(0, 0, 0, .15);
  font-size: 0;
  letter-spacing: 0
}

.icon-equalizer .eq__gauge:nth-child(1) {
  left: 0
}

.icon-equalizer .eq__gauge:nth-child(1) .eq__bar {
  animation: eq-bar01 1.1s .1s forwards infinite
}

.icon-equalizer .eq__gauge:nth-child(2) {
  left: 2px
}

.icon-equalizer .eq__gauge:nth-child(2) .eq__bar {
  animation: eq-bar02 1.2s 1s forwards infinite
}

.icon-equalizer .eq__gauge:nth-child(3) {
  left: 4px
}

.icon-equalizer .eq__gauge:nth-child(3) .eq__bar {
  animation: eq-bar01 1.5s .6s forwards infinite
}

.icon-equalizer .eq__gauge:nth-child(4) {
  left: 6px
}

.icon-equalizer .eq__gauge:nth-child(4) .eq__bar {
  animation: eq-bar01 1.6s .2s ease-out infinite
}

.icon-equalizer .eq__gauge:nth-child(5) {
  left: 8px
}

.icon-equalizer .eq__gauge:nth-child(5) .eq__bar {
  animation: eq-bar02 1s .4s ease-in infinite
}

.icon-equalizer .eq__gauge:nth-child(6) {
  left: 10px
}

.icon-equalizer .eq__gauge:nth-child(6) .eq__bar {
  animation: eq-bar01 1.6s forwards infinite
}

.icon-equalizer .eq__bar {
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1px;
  background: #111
}

@keyframes eq-bar01 {
  0%, 100% {
    height: 3px
  }
  20% {
    height: 6px
  }
  40% {
    height: 4px
  }
  60% {
    height: 7px
  }
  80% {
    height: 5px
  }
}

@keyframes eq-bar02 {
  0%, 100% {
    height: 5px
  }
  25% {
    height: 3px
  }
  50% {
    height: 7px
  }
  75% {
    height: 4px
  }
}

.circle-btn a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 34px;
  height: 34px;
  margin: -18px;
  transform: scale(1);
  transform-origin: center center;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all .1s;
  opacity: 0
}

#bar-long, #bar-short {
  top: 47%;
  width: 2px;
  margin-left: -1px;
  transform-origin: 1px 3px;
  left: 50%
}

.circle-btn a.is-click::after {
  -webkit-animation: circle .8s;
  animation: circle .8s
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(.9);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0
  }
}

@keyframes circle {
  0% {
    -webkit-transform: scale(.9);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0
  }
}

.moments .intro-text, .moments .poem {
  position: absolute;
  display: block;
}

#bar-long {
  position: absolute;
  display: block;
  height: 24px;
  background: rgba(0, 0, 0, .3);
  -webkit-animation: bar-long 2s linear infinite;
  animation: bar-long 2s linear infinite
}

@-webkit-keyframes bar-long {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes bar-long {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

#bar-short {
  position: absolute;
  display: block;
  height: 16px;
  background: rgba(0, 0, 0, .2);
  -webkit-animation: bar-short 6s linear infinite;
  animation: bar-short 6s linear infinite
}

@-webkit-keyframes bar-short {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes bar-short {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

#prog {
  position: absolute;
  bottom: -30px;
  left: 50%;
  font-size: 10px;
  font-family: Georgia, serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  transform: translateX(-50%)
}

.moments .intro-text, .moments .moments__title, .moments .poem {
  transform: translate(-50%, -50%)
}

#prog-num {
  font-size: 11px;
  margin-right: 2px
}

.moments {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.moments .intro-text {
  top: 32%;
  left: 50%;
  margin-top: 150px;
}

.moments .poem {
  top: 50%;
  left: 50%;
  font-family: serif;
  text-align: center;
  font-size: 17px;
  width: 680px;
}

.copyright, .gallery__present .present__link a {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

.moments .poem img {
  display: inline-block;
  zoom: .5
}

.moments .poem .poem__oneline {
  margin-bottom: 15px
}

.moments .poem .poem__title {
  position: relative;
  margin-bottom: 30px
}

.moments .poem .poem__hr {
  display: inline-block;
  background: #333;
  width: 60px;
  height: 1px;
  margin-bottom: 30px
}

.moments .moments__title {
  position: absolute;
  top: 32%;
  left: 50%
}

.moments img {
  display: block;
  transform: translate3d(0, 0, 0);
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.scene {
    position: relative;
}
.scene .scene__bg {
  position: relative;
  width: 100%;
  height: auto
}

.sc-03 {
  height: 100%;
  padding: 60px 0;
}

.sc-03 .s3__wrap {
  position: relative;
  width: 1080px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(40px)
}

.sc-03 .s3__img {
  width: 492px;
  height: 740px;
}

.sc-03 .s3__img.i_1 {
  top: 140px;
  left: 20px
}

.sc-03 .s3__img.i_2 {
  margin: -355px 0 -355px auto;
}

.sc-03 .s3__img.i_3 {
  margin: 0 0 0 70px;
}

.sc-03 .s3-btn {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 18px;
  right: 160px;
  display: block;
  width: 155px;
  height: 40px;
  background: url(../images/stage/btn-gallery.png) center no-repeat;
  -webkit-background-size: 155px 40px;
  background-size: 155px 40px;
  z-index: 1000
}

.sc-03 .s3-btn:hover {
  opacity: .6
}

@media only screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width:768px) {
  .logo--onetime {
    width: 60%;
    top: 30%;
  }
  .logo--onetime div {
    right: auto;
  }
  .logo--onetime img:first-child {
    width: 12.2222%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  .logo--onetime img:last-child {
    width: 54%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  .scene {
    height: auto;
    min-height: 100vh;
  }
  .scene .scene__bg {
    min-height: 100vh;
    object-fit: cover;
  }
  #moment-01 .moments__title {
    width: 60% !important;
    height: auto !important;
  }
  #moment-02 .moments__title {
    width: 70.4% !important;
    height: auto !important;
    top: 35%;
  }
  #moment-03 .moments__title {
    width: 64.77% !important;
    height: auto !important;
    top: 35%;
  }
  #moment-04 .moments__title {
    width: 71.88% !important;
    height: auto !important;
    top: 35%;
  }
  #moment-01 .intro-text,
  #moment-02 .intro-text,
  #moment-03 .intro-text,
  #moment-04 .intro-text {
    top: 32%;
    width: 77.0666%;
    height: auto;
    text-align: center;
    font-family: 'FOT-TsukuMin Pro', serif;
    line-height: 1.8;
    margin-top: 30vw;
  }
  .moments .poem {
    width: 90.6666%;
  }
  .poem__title img {
    height: 33px;
    width: auto;
  }
  .moments .poem .poem__title {
    margin-bottom: 10px
  }
  .moments .poem .poem__oneline {
    margin-bottom: 6px;
  }
  .moments .poem .poem__oneline img {
    height: 25px;
    width: auto;
  }
  .scene.sc-03 {
    height: auto;
  }
  .sc-03 .s3__wrap {
    width: 60%;
    height: auto;
    transform: none;
  }
  .sc-03 .s3__img {
    width: 100%;
    height: auto;
  }
  .sc-03 .s3__img.i_1 {
    top: auto;
    left: auto
  }
  .sc-03 .s3__img.i_2 {
    margin: 20px 0 0;
  }
  .sc-03 .s3__img.i_3 {
    margin: 20px 0 0;
  }
  .sc-03 .s3-btn {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 30px auto 0;
  }
  .sc-03 .s3-btn:hover {
    opacity: 1
  }
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width:375px) {
  .poem__title img {
    height: 8.5333vw;
  }
  .moments .poem .poem__oneline img {
    height: 6.6666vw;
  }
  .moments .poem {
    font-size: 4.5333vw;
  }
  .moments .poem .poem__hr {
    margin-bottom: 8vw;
  }
  .moments .poem .poem__title {
    margin-bottom: 2.6666vw;
  }
  .moments .poem .poem__oneline {
    margin-bottom: 1.6vw;
  }
  .sc-03 .s3__img.i_2 {
    margin: 5.3333vw 0 0;
  }
  .sc-03 .s3__img.i_3 {
    margin: 5.3333vw 0 0;
  }
}

#overlay, #playmusic_ipd, .overlay--img {
  position: absolute;
  top: 0;
  left: 0
}

#alert-orientation, #overlay, .overlay--img {
  width: 100%;
  height: 100%;
  background: #fff
}

#overlay {
  opacity: 1;
  overflow: hidden;
  z-index: 1000
}

.overlay--img {
  opacity: .3
}

#alert-orientation {
    position: relative;
}

#alert-orientation img {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)
}

#playmusic_ipd {
  display: block;
  width: 1px;
  height: 1px;
  opacity: 1
}

#alert-ie, .sound-ipd {
  top: 50%;
  left: 50%;
  position: absolute
}

#alert-ie {
  display: none;
  margin-left: -297px;
  margin-top: -180px
}

.sound-ipd {
  width: 294px;
  height: 166px;
  transform: translate(-50%, -50%);
  background: url(../images/stage/bg-sound.png) center no-repeat;
  -webkit-background-size: 294px 166px;
  background-size: 294px 166px
}

.sound-ipd a {
  position: absolute;
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%
}

.sound-ipd #playsound_ipd {
  top: 54px;
  left: 35px
}

.sound-ipd #pausesound_ipd {
  top: 54px;
  right: 43px
}

.sound-ipd.is-show {
  visibility: visible
}

.gallery {
  width: 1000px;
  margin: 0 auto;
  padding-top: 172px;
  padding-left: 102px
}

.gallery__picture {
  color: rgba(255, 225, 255, 0);
  outline: 0;
  display: block
}

.gallery__section {
  position: relative;
  width: 100%
}

.gallery__section .section__items {
  position: absolute;
  opacity: 0
}

.gallery__section .section__items img {
  display: block
}

.scroll-target {
  display: block;
  width: 100%;
  height: 1px
}

.gallery__section.sec-01 {
  height: 1474px;
  margin-bottom: 160px
}

.gallery__section.sec-01 .section__items.pic-01 {
  top: 0;
  left: 102px
}

.gallery__section.sec-01 .section__items.pic-02 {
  top: 454px;
  right: 0
}

.gallery__section.sec-01 .section__items.pic-03 {
  top: 580px;
  left: 204px
}

.gallery__section.sec-01 .section__items.pic-04 {
  top: 580px;
  left: 0
}

.gallery__section.sec-01 .section__items.pic-05 {
  top: 732px;
  right: 204px
}

.gallery__section.sec-01 .section__items.pic-06 {
  bottom: 0;
  right: 0
}

.gallery__section.sec-01 .ttl {
  top: 108px;
  right: 88px
}

.gallery__section.sec-01 .txt {
  top: 224px;
  right: 41px
}

.gallery__section.sec-02 {
  height: 1000px;
  margin-bottom: 142px
}

.gallery__section.sec-02 .section__items.pic-01 {
  top: 0;
  left: 102px
}

.gallery__section.sec-02 .section__items.pic-02 {
  top: 454px;
  right: 102px
}

.gallery__section.sec-02 .section__items.pic-03 {
  top: 580px;
  left: 204px
}

.gallery__section.sec-02 .ttl {
  top: 86px;
  right: 160px
}

.gallery__section.sec-02 .txt {
  top: 231px;
  right: 15px
}

.gallery__section.sec-03 {
  height: 1210px;
  margin-bottom: 140px
}

.gallery__section.sec-03 .section__items.pic-01 {
  top: 0;
  right: 0
}

.gallery__section.sec-03 .section__items.pic-02 {
  top: 423px;
  left: 102px
}

.gallery__section.sec-03 .section__items.pic-03 {
  top: 700px;
  left: 0
}

.gallery__section.sec-03 .section__items.pic-04 {
  top: 700px;
  left: 204px
}

.gallery__section.sec-03 .section__items.pic-05 {
  top: 580px;
  right: 0
}

.gallery__section.sec-03 .ttl {
  top: 85px;
  left: 102px
}

.gallery__section.sec-03 .txt {
  top: 192px;
  left: 102px
}

.gallery__section.sec-04 {
  height: 1520px;
  margin-bottom: 114px
}

.gallery__section.sec-04 .section__items.pic-01 {
  top: 0;
  left: 0
}

.gallery__section.sec-04 .section__items.pic-02 {
  top: 354px;
  left: 0
}

.gallery__section.sec-04 .section__items.pic-03 {
  top: 354px;
  left: 306px
}

.gallery__section.sec-04 .section__items.pic-04 {
  top: 523px;
  left: 306px
}

.gallery__section.sec-04 .section__items.pic-05 {
  bottom: 270px;
  left: 102px
}

.gallery__section.sec-04 .section__items.pic-06 {
  bottom: 0;
  left: 306px
}

.gallery__section.sec-04 .ttl {
  top: 107px;
  right: 132px
}

.gallery__section.sec-04 .txt {
  top: 264px;
  right: 0
}

.gallery__section.sec-05 {
  height: 1450px;
  margin-bottom: 140px
}

.gallery__section.sec-05 .section__items.pic-01 {
  top: 0;
  left: 102px
}

.gallery__section.sec-05 .section__items.pic-02 {
  top: 610px;
  left: 0
}

.gallery__section.sec-05 .section__items.pic-03 {
  top: 610px;
  left: 205px
}

.gallery__section.sec-05 .section__items.pic-04 {
  top: 434px;
  left: 510px
}

.gallery__section.sec-05 .section__items.pic-05 {
  top: 732px;
  left: 510px
}

.gallery__section.sec-05 .section__items.pic-06 {
  bottom: 0;
  left: 205px
}

.gallery__section.sec-05 .ttl {
  top: 107px;
  right: 132px
}

.gallery__section.sec-05 .txt {
  top: 264px;
  right: 63px
}

.gallery .gallery__nav {
  position: fixed;
  top: 175px;
  left: 25px
}

.gallery .gallery__nav li {
  margin-bottom: 28px
}

.gallery .gallery__nav li a {
  display: block;
  opacity: .3;
  transition: all .2s linear;
  padding: 6px 0
}

.gallery .gallery__nav li a img {
  display: block
}

.gallery .gallery__nav li a.is-cur {
  opacity: 1
}

.gallery .gallery__nav li a:hover {
  transform: translateX(4px)
}

.gallery__present {
  border-top: solid 1px #dfdfdf;
  padding-top: 48px;
  padding-bottom: 140px
}

.gallery__present .present__link {
  position: relative;
  width: 592px;
  height: 213px;
  margin: 0 auto;
  background: url(../images/gallery/bg-present.png) center no-repeat
}

.gallery__present .present__link a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 230px;
  height: 40px;
  background: #fff;
  opacity: 0
}

.gallery .section_03 div p a:hover img, .gallery__present .present__link a:hover {
  opacity: .5
}

.gallery .section_03 {
  padding-top: 0;
  padding-bottom: 90px;
  margin-left: -102px
}

.gallery .section_03 div {
  position: relative;
  margin: 0 auto;
  width: 796px;
  height: 260px
}

.gallery .section_03 div p {
  position: absolute
}

.gallery .section_03 div .text {
  top: 94px;
  left: 102px
}

.gallery .section_03 div .btn {
  top: 196px;
  left: 102px
}

.gallery .section_03 div .img {
  top: 33px;
  left: 429px
}

.gallery .section_03__ttl img {
  display: block;
  margin: 0 auto
}
@media only screen and (max-width:768px) {
  .gallery {
    width: auto;
    margin: 0 5%;
    padding-top: 90px;
    padding-left: 0
  }

  .gallery__section .section__items {
    width: 100%;
    position: relative;
  }
  .gallery__section .section__items img {
    width: 100%;
    height: auto;
  }

  .gallery .gallery__section {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery__section.sec-01 {
    height: auto;
    margin-bottom: 50px
  }

  .gallery__section.sec-01 .section__items.pic-01 {
    top: auto;
    margin: 0 auto 20px;
    left: auto
  }

  .gallery__section.sec-01 .section__items.pic-02 {
    top: auto;
    right: auto;
    margin: 0 auto 20px;
  }

  .gallery__section.sec-01 .section__items.pic-03 {
    top: auto;
    left: auto;
    margin: 0 0 20px;
    width: 30%;
  }

  .gallery__section.sec-01 .section__items.pic-04 {
    top: auto;
    left: auto;
    margin: 0 0 20px;
    width: 30%;
  }

  .gallery__section.sec-01 .section__items.pic-05 {
    top: auto;
    right: auto;
    margin: 0 0 20px;
    width: 30%;
  }

  .gallery__section.sec-01 .section__items.pic-06 {
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }

  .gallery__section.sec-01 .ttl {
    top: auto;
    right: auto;
    order: -2;
  }
  .gallery__section.sec-01 .ttl img {
    width: 213px;
    height: auto;
    margin: 0 auto;
  }

  .gallery__section.sec-01 .txt {
    top: auto;
    margin: 20px 0 30px;
    right: auto;
    text-align: center;
    font-family: 'FOT-TsukuMin Pro', serif;
    order: -1;
  }

  .gallery__section.sec-02 {
    height: auto;
    margin-bottom: 50px;
  }

  .gallery__section.sec-02 .section__items.pic-01 {
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }

  .gallery__section.sec-02 .section__items.pic-02 {
    top: auto;
    right: auto;
    width: 48%;
    margin-bottom: 20px;
  }

  .gallery__section.sec-02 .section__items.pic-03 {
    top: auto;
    left: auto;
    width: 48%;
  }

  .gallery__section.sec-02 .ttl {
    top: auto;
    right: auto;
    order: -2;
  }
  .gallery__section.sec-02 .ttl img {
    width: 185px;
    height: auto;
    margin: 0 auto;
  }

  .gallery__section.sec-02 .txt {
    top: auto;
    right: auto;
    margin: 20px 0 30px;
    text-align: center;
    font-family: 'FOT-TsukuMin Pro', serif;
    order: -1;
}

  .gallery__section.sec-03 {
    height: auto;
    margin-bottom: 50px
  }

  .gallery__section.sec-03 .section__items.pic-01 {
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }

  .gallery__section.sec-03 .section__items.pic-02 {
    top: auto;
    left: auto;
    margin-bottom: 20px;
}

  .gallery__section.sec-03 .section__items.pic-03 {
    width: 49.2%;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }

  .gallery__section.sec-03 .section__items.pic-04 {
    top: auto;
    left: auto;
    order: 1;
  }

  .gallery__section.sec-03 .section__items.pic-05 {
    width: 46.8%;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }

  .gallery__section.sec-03 .ttl {
    top: auto;
    left: auto;
    order: -2;
  }
  .gallery__section.sec-03 .ttl img {
    width: 219px;
    height: auto;
    margin: 0 auto;
  }

  .gallery__section.sec-03 .txt {
    top: auto;
    left: auto;
    margin: 20px 0 30px;
    text-align: center;
    font-family: 'FOT-TsukuMin Pro', serif;
    order: -1;
  }

  .gallery__section.sec-04 {
    height: auto;
    margin-bottom: 50px
  }

  .gallery__section.sec-04 .section__items.pic-01 {
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }

  .gallery__section.sec-04 .section__items.pic-02 {
    top: auto;
    left: auto;
    width: 48%;
    margin-bottom: 20px;
  }

  .gallery__section.sec-04 .section__items.pic-03 {
    top: auto;
    left: auto;
    width: 48%;
    margin-bottom: 20px;
  }

  .gallery__section.sec-04 .section__items.pic-04 {
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }

  .gallery__section.sec-04 .section__items.pic-05 {
    bottom: auto;
    left: auto;
    width: 46%;
  }

  .gallery__section.sec-04 .section__items.pic-06 {
    bottom: auto;
    left: auto;
    width: 50%;
  }

  .gallery__section.sec-04 .ttl {
    top: auto;
    right: auto;
    order: -2;
  }
  .gallery__section.sec-04 .ttl img {
    width: 184px;
    height: auto;
    margin: 0 auto;
  }

  .gallery__section.sec-04 .txt {
    top: auto;
    right: auto;
    margin: 20px 0 30px;
    text-align: center;
    font-family: 'FOT-TsukuMin Pro', serif;
    order: -1;
  }

  .gallery__section.sec-05 {
    height: auto;
    margin-bottom: 50px
  }

  .gallery__section.sec-05 .section__items.pic-01 {
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }

  .gallery__section.sec-05 .section__items.pic-02 {
    top: auto;
    left: auto;
    width: 45.2%;
    margin-bottom: 20px;
  }

  .gallery__section.sec-05 .section__items.pic-03 {
    top: auto;
    left: auto;
    width: 50.8%;
    margin-bottom: 20px;
  }

  .gallery__section.sec-05 .section__items.pic-04 {
    top: auto;
    left: auto;
    width: 47.1%;
    margin-bottom: 20px;
  }

  .gallery__section.sec-05 .section__items.pic-05 {
    top: auto;
    left: auto;
    width: 48.9%;
    margin-bottom: 20px;
  }

  .gallery__section.sec-05 .section__items.pic-06 {
    bottom: auto;
    left: auto
  }

  .gallery__section.sec-05 .ttl {
    top: auto;
    right: auto;
    order: -2;
  }
  .gallery__section.sec-05 .ttl img {
    width: 225px;
    height: auto;
    margin: 0 auto;
  }

  .gallery__section.sec-05 .txt {
    top: auto;
    right: auto;
    margin: 20px 0 30px;
    text-align: center;
    font-family: 'FOT-TsukuMin Pro', serif;
    order: -1;
  }

  .gallery .gallery__nav {
    top: auto;
    bottom: 20px;
    left: 5%;
    z-index: 100;
  }
  .gallery .gallery__nav li {
    margin-bottom: 5px;
  }
  .gallery .gallery__nav li a img {
    height: 9px;
    width: auto;
  }
  .gallery .gallery__nav li a img[height="14"] {
    height: 10px;
  }
  .gallery .gallery__nav li a img[height="15"] {
    height: 11px;
  }

  .gallery .section_03 div p a:hover img, .gallery__present .present__link a:hover {
    opacity: 1
  }
}

.copyright {
  width: 100%;
  height: 64px;
  background: url(../images/gallery/copyright.png) center no-repeat;
  -webkit-background-size: 261px auto;
  background-size: 261px auto;
  text-align: center
}

.comingsoon {
  width: 592px;
  padding-top: 34px;
  margin: 0 auto 140px;
  border-top: solid 1px #e7e7e7;
  text-align: center
}

.comingsoon a {
  display: inline-block
}

.comingsoon a img {
  display: block;
  margin: 0 auto
}
@media only screen and (max-width:768px) {
  .comingsoon {
    width: auto;
    padding-top: 34px;
    margin: 0 5% 50px;
  }
  .comingsoon p {
    text-align: center;
    font-family: 'FOT-TsukuMin Pro', serif;
  }
  .comingsoon img {
    width: 100%;
    height: auto;
  }
}

.u-t--c {
  text-align: center
}

.u-ta--r {
  text-align: right
}

.u-ta--l {
  text-align: left
}

.u-float--left {
  float: left
}

.u-float--right {
  float: right
}

.u-clearfix:after {
  content: "";
  display: table;
  clear: both
}

.u-db {
  display: block
}

.u-dib {
  display: inline-block
}

.u-vertical--middle {
  vertical-align: middle
}

.u-vertical--top {
  vertical-align: top
}

.u-vertical--bottom {
  vertical-align: bottom
}

.mt0 {
  margin-top: 0
}

.mt5 {
  margin-top: 5px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mt25 {
  margin-top: 25px
}

.mt30 {
  margin-top: 30px
}

.mt35 {
  margin-top: 35px
}

.mt40 {
  margin-top: 40px
}

.mt45 {
  margin-top: 45px
}

.mt50 {
  margin-top: 50px
}

.mt55 {
  margin-top: 55px
}

.mt60 {
  margin-top: 60px
}

.mb0 {
  margin-bottom: 0
}

.mb5 {
  margin-bottom: 5px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb25 {
  margin-bottom: 25px
}

.mb30 {
  margin-bottom: 30px
}

.mb35 {
  margin-bottom: 35px
}

.mb40 {
  margin-bottom: 40px
}

.mb45 {
  margin-bottom: 45px
}

.mb50 {
  margin-bottom: 50px
}

.mb55 {
  margin-bottom: 55px
}

.mb60 {
  margin-bottom: 60px
}

.ml0 {
  margin-left: 0
}

.ml5 {
  margin-left: 5px
}

.ml10 {
  margin-left: 10px
}

.ml15 {
  margin-left: 15px
}

.ml20 {
  margin-left: 20px
}

.ml25 {
  margin-left: 25px
}

.ml30 {
  margin-left: 30px
}

.ml35 {
  margin-left: 35px
}

.ml40 {
  margin-left: 40px
}

.ml45 {
  margin-left: 45px
}

.ml50 {
  margin-left: 50px
}

.ml55 {
  margin-left: 55px
}

.ml60 {
  margin-left: 60px
}

.mr0 {
  margin-right: 0
}

.mr5 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

.mr25 {
  margin-right: 25px
}

.mr30 {
  margin-right: 30px
}

.mr35 {
  margin-right: 35px
}

.mr40 {
  margin-right: 40px
}

.mr45 {
  margin-right: 45px
}

.mr50 {
  margin-right: 50px
}

.mr55 {
  margin-right: 55px
}

.mr60 {
  margin-right: 60px
}

.mtb0 {
  margin: 0 auto
}

.mtb5 {
  margin: 5px auto
}

.mtb10 {
  margin: 10px auto
}

.mtb15 {
  margin: 15px auto
}

.mtb20 {
  margin: 20px auto
}

.mtb25 {
  margin: 25px auto
}

.mtb30 {
  margin: 30px auto
}

.mtb35 {
  margin: 35px auto
}

.mtb40 {
  margin: 40px auto
}

.mtb45 {
  margin: 45px auto
}

.mtb50 {
  margin: 50px auto
}

.mtb55 {
  margin: 55px auto
}

.mtb60 {
  margin: 60px auto
}

.pt0 {
  padding-top: 0
}

.pt5 {
  padding-top: 5px
}

.pt10 {
  padding-top: 10px
}

.pt15 {
  padding-top: 15px
}

.pt20 {
  padding-top: 20px
}

.pt25 {
  padding-top: 25px
}

.pt30 {
  padding-top: 30px
}

.pt35 {
  padding-top: 35px
}

.pt40 {
  padding-top: 40px
}

.pt45 {
  padding-top: 45px
}

.pt50 {
  padding-top: 50px
}

.pt55 {
  padding-top: 55px
}

.pt60 {
  padding-top: 60px
}

.pb0 {
  padding-bottom: 0
}

.pb5 {
  padding-bottom: 5px
}

.pb10 {
  padding-bottom: 10px
}

.pb15 {
  padding-bottom: 15px
}

.pb20 {
  padding-bottom: 20px
}

.pb25 {
  padding-bottom: 25px
}

.pb30 {
  padding-bottom: 30px
}

.pb35 {
  padding-bottom: 35px
}

.pb40 {
  padding-bottom: 40px
}

.pb45 {
  padding-bottom: 45px
}

.pb50 {
  padding-bottom: 50px
}

.pb55 {
  padding-bottom: 55px
}

.pb60 {
  padding-bottom: 60px
}

.pl0 {
  padding-left: 0
}

.pl5 {
  padding-left: 5px
}

.pl10 {
  padding-left: 10px
}

.pl15 {
  padding-left: 15px
}

.pl20 {
  padding-left: 20px
}

.pl25 {
  padding-left: 25px
}

.pl30 {
  padding-left: 30px
}

.pl35 {
  padding-left: 35px
}

.pl40 {
  padding-left: 40px
}

.pl45 {
  padding-left: 45px
}

.pl50 {
  padding-left: 50px
}

.pl55 {
  padding-left: 55px
}

.pl60 {
  padding-left: 60px
}

.pr0 {
  padding-right: 0
}

.pr5 {
  padding-right: 5px
}

.pr10 {
  padding-right: 10px
}

.pr15 {
  padding-right: 15px
}

.pr20 {
  padding-right: 20px
}

.pr25 {
  padding-right: 25px
}

.pr30 {
  padding-right: 30px
}

.pr35 {
  padding-right: 35px
}

.pr40 {
  padding-right: 40px
}

.pr45 {
  padding-right: 45px
}

.pr50 {
  padding-right: 50px
}

.pr55 {
  padding-right: 55px
}

.pr60 {
  padding-right: 60px
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px
}

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.ptb45 {
  padding-top: 45px;
  padding-bottom: 45px
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.ptb55 {
  padding-top: 55px;
  padding-bottom: 55px
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.prl0 {
  padding-right: 0;
  padding-left: 0
}

.prl5 {
  padding-right: 5px;
  padding-left: 5px
}

.prl10 {
  padding-right: 10px;
  padding-left: 10px
}

.prl15 {
  padding-right: 15px;
  padding-left: 15px
}

.prl20 {
  padding-right: 20px;
  padding-left: 20px
}

.prl25 {
  padding-right: 25px;
  padding-left: 25px
}

.prl30 {
  padding-right: 30px;
  padding-left: 30px
}

.prl35 {
  padding-right: 35px;
  padding-left: 35px
}

.prl40 {
  padding-right: 40px;
  padding-left: 40px
}

.prl45 {
  padding-right: 45px;
  padding-left: 45px
}

.prl50 {
  padding-right: 50px;
  padding-left: 50px
}

.prl55 {
  padding-right: 55px;
  padding-left: 55px
}

.prl60 {
  padding-right: 60px;
  padding-left: 60px
}

.p0 {
  padding: 0
}

.p5 {
  padding: 5px
}

.p10 {
  padding: 10px
}

.p15 {
  padding: 15px
}

.p20 {
  padding: 20px
}

.p25 {
  padding: 25px
}

.p30 {
  padding: 30px
}

.p35 {
  padding: 35px
}

.p40 {
  padding: 40px
}

.p45 {
  padding: 45px
}

.p50 {
  padding: 50px
}

.p55 {
  padding: 55px
}

.p60 {
  padding: 60px
}

em {
  font-size: 18px
}

strong {
  font-size: 22px
}

.u-text--hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}