/* ---------------------------------------------------------
#opening
----------------------------------------------------------*/
#opening {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 120px);
  background: url(/img/usr/freepage/event/our_story/top/bg_01.jpg) no-repeat center;
  background-size: cover;
  z-index: 3;
}
#opening header {
  flex-grow: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

#opening .logo-80 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 10%;
  margin: -6.7vw 0 0 -5%;

  display: none;
}

#opening .logo-celeb {
  width: 408px;
}
#opening .logo-columbia {
  width: 151px;
  margin-bottom: 19px;
}
#opening .txt-80 {
  width: 252px;
  line-height: 1;
  padding-top: 15px;
}

#opening .txt-80 img {
  width: 100%;
  height: auto;
}

#opening nav {
  width: 1200px;
  margin: 0 auto 46px;
}
#opening nav ul {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  padding: 40px 80px 0;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}
#opening nav li a {
  display: flex;
  align-items: center;
}
#opening nav li a:hover {
  text-decoration: none;
  opacity: .7;
}
#opening nav li a img {
  width: 75px;
}
#opening nav li a::after {
  content: '＞';
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
}
#opening nav li:nth-child(2) a img {
  width: 80px;
}
#opening nav li:nth-child(3) a img,
#opening nav li:nth-child(4) a img {
  width: 138px;
}
#opening .icon-arrow {
  position: absolute;
  width: 20px;
  left: 50%;
  bottom: 42px;
  margin-left: 591px;
  display: none;
}
@media screen and (max-width:1200px) {
  #opening .icon-arrow {
    left: auto;
    right: 10px;
  }
}

/* ---------------------------------------------------------
#history  #main
----------------------------------------------------------*/
#history {
  position: relative;
  background: url(/img/usr/freepage/event/our_story/top/bg_07.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#page-head {
  visibility: hidden;
  animation-duration: .3s;
  animation-name: fade-out;
}
#page-head.is-active {
  visibility: visible;
  animation-duration: .3s;
  animation-name: fade-in;
}

/*  fade anime
-----------------------------------------------------------*/
@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  50% {
    visibility: visible;
    opacity: .5;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: .5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

#main {
  position: relative;
  display: flex;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  box-sizing: border-box;
  z-index: 2;
}
#main .txt-box {
  position: relative;
  text-align: center;
}
#main .txt-box .txt-en {
  width: 84px;
  line-height: 1;
  margin: 0 auto 30px;
}
#main .txt-box h1 {
  width: 470px;
  line-height: 1;
  margin: 0 auto 31px;
}
#main .txt-box .txt-en img {
  width: 100%;
  height: auto;
}
#main .txt-box p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.3;
}
#main .icon-arrow {
  position: absolute;
  width: 20px;
  left: 50%;
  bottom: 40px;
  margin-left: -10px;
}

/* ---------------------------------------------------------
.sec
----------------------------------------------------------*/
.sec {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 160px 0;
  box-sizing: border-box;
}
.bg-history {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/img/usr/freepage/event/our_story/top/bg_02.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s;
/*  animation-duration: 1s;
  animation-name: fade-out;*/
}
.bg-history.is-active {
  opacity: 1;
/*  animation-duration: 1s;
  animation-name: fade-in;
*/
}
.bg1 {
  position: absolute;
  opacity: 1;
}
.bg1.fixed {
  position: fixed;
}
.bg2 {
  background: url(/img/usr/freepage/event/our_story/top/bg_03.jpg) no-repeat center;
  background-size: cover;
}
.bg3 {
  background: url(/img/usr/freepage/event/our_story/top/bg_04.jpg) no-repeat center;
  background-size: cover;
}
.bg4 {
  background: url(/img/usr/freepage/event/our_story/top/bg_05.jpg) no-repeat center;
  background-size: cover;
}
.bg5 {
  background: url(/img/usr/freepage/event/our_story/top/bg_06.jpg) no-repeat center;
  background-size: cover;
}
.bg6 {
  background: url(/img/usr/freepage/event/our_story/top/bg_07.jpg) no-repeat center;
  background-size: cover;
}
.sec .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/img/usr/freepage/event/our_story/top/bg_03.jpg) no-repeat center;
  background-size: cover;
}
.sec h2 {
  position: absolute;
  top: 50vh;
  left: 50%;
  width: 950px;
  margin: -28px 0 0 -475px;
}
.sec h2.fixed {
  position: fixed;
}
.sec h2.abs {
  position: absolute;
  top: inherit;
  bottom: 50vh;
  margin-bottom: -28px;
}
#sec_01 h2 img {
  width: 400px;
}
.sec .txt-box {
  position: relative;
  width: 950px;
  color: #fff;
  padding-left: 570px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec .txt-box h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  margin-bottom: 40px;
}
.sec .txt-box p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  line-height: 2.2;
  text-indent: 1.4rem;
}

/* ---------------------------------------------------------
#sec_02
----------------------------------------------------------*/
#sec_02 h2,
#sec_04 h2 {
  text-align: right;
}
#sec_02 h2,
#sec_03 h2 {
  margin-top: -21px;
}
#sec_02 h2 img {
  width: 395px;
}
#sec_02 .txt-box,
#sec_04 .txt-box {
  padding: 0 570px 0 0;
}

/* ---------------------------------------------------------
#sec_03
----------------------------------------------------------*/
#sec_03 h2 img {
  width: 398px;
}

/* ---------------------------------------------------------
#sec_04
----------------------------------------------------------*/
#sec_04 h2 img {
  width: 413px;
}

/* ---------------------------------------------------------
#sec_05
----------------------------------------------------------*/
#sec_05 h2 img {
  width: 435px;
}

/* ---------------------------------------------------------
#sec_06
----------------------------------------------------------*/
#sec_06 h2 {
  position: absolute;
  top: 180px;
  left: 50%;
  width: 950px;
  margin: 0 0 0 -475px;
}
#sec_06 h2 img {
  width: 299px;
}
#sec_06 h3 {
  letter-spacing: -0.05em;
}
#sec_06 .txt-box {
  position: relative;
  width: 950px;
  color: #fff;
  padding-left: 455px;
  margin: 0 auto 145px;
  box-sizing: border-box;
}
#sec_06 p {
  text-indent: 0;
}
.logo-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
}
.logo-box .block {
  width: 318px;
  min-height: 360px;
  background: url(/img/usr/freepage/event/our_story/top/bg_logobox.png) no-repeat;
  background-size: 318px auto;
  padding: 16px 0 0 20px;
  margin-bottom: 18px;
  box-sizing: border-box;
}
.logo-box .block h3 {
  width: 275px;
}
.logo-box .block h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0190d7;
  line-height: 1.4;
  padding: 12px 0 5px;
}
.logo-box .block p {
  width: 273px;
  font-size: 1.2rem;
  font-feature-settings: 'palt';
  font-weight: bold;
  line-height: 1.6;
}

/* ---------------------------------------------------------
.next-box
----------------------------------------------------------*/
.next-box {
  position: relative;
  background-color: #fff;
  padding: 100px 0 100px 15%;
}
.next-box .txt-next {
  width: 73px;
  margin-bottom: 40px;
}
.next-box a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 34.5% 0 0 106px;
  box-sizing: border-box;
  overflow: hidden;
}
.next-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/usr/freepage/event/our_story/top/bg_next.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1);
  transition: transform .3s;
}
.next-box a:hover .bg {
  transform: scale(1.05);
}
.next-box .link-box {
  position: absolute;
  top: 50%;
  margin-top: -43px;
}
.next-box .link-box .txt-en {
  width: 80px;
  line-height: 1;
  margin-bottom: 30px;
}
.next-box .link-box .txt-ja {
  width: 738px;
  line-height: 1;
}