@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
	font-display: swap;
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
	font-display: swap;
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
	font-display: swap;
 }*/
html {
  height: 100%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.8;
  height: 100%;
  /*overflow: hidden;*/
  background-color: #fff;
}

@media screen\0 {
  body {
    font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.wrapper {
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

main {
  background-color: #fff;
  display: block;
  overflow: hidden;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: inherit;
  }
}

/*--- link ---*/
a {
  color: #fff;
}

a:link, a:hover, a:active, a:focus {
  color: #fff;
  border: none;
  text-decoration: none;
}

/*--- btn ---*/
/*---------------------------
		pageTop
----------------------------*/
#pageTop {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: url(../images/pagetop.png) no-repeat center center #fff;
  transition: 0.3s all;
  position: absolute;
  top: -68px;
  left: 50%;
  margin-left: 445px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#pageTop:hover {
  background-position: center 44%;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #pageTop {
    margin-left: 0px;
    left: auto;
    right: 5%;
  }
}

/*---------------------------
		header
----------------------------*/
header {
  margin: 20px auto;
  width: 1120px;
  overflow: hidden;
}

header h1 {
  float: left;
  position: relative;
  z-index: 3;
}

header h1 img {
  width: 100px;
}

header .fr {
  float: right;
  margin-right: 20px;
  position: relative;
  z-index: 3;
  margin-top: -7px;
}

header .fr h2 {
  padding-bottom: 10px;
}

header .header-sns {
  float: right;
  margin-right: 20px;
  position: relative;
  z-index: 3;
}

header .header-sns li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 26px;
}

header .header-sns li img {
  vertical-align: top;
  width: 26px;
}

header .header-sns:hover:after {
  left: 0;
}

header .sns-tw {
  margin: 0 10px 0 10px;
}

@media screen and (max-width: 768px) {
  header {
    margin: 20px auto;
    width: 100% !important;
    padding: 0 5%;
    box-sizing: border-box;
  }
  header h1 {
    float: left;
  }
  header h1 img {
    width: 100px;
  }
  header .fr {
    float: right;
    margin-right: 0;
    position: relative;
    z-index: 3;
  }
  header .fr h2 {
    padding-bottom: 15px;
    margin-top: -7px;
    width: 180px;
  }
  header .fr h2 img {
    width: 100%;
    height: auto;
  }
  header .header-sns {
    float: right;
    margin-right: 0;
    margin-top: -5px;
  }
  header .header-sns li {
    float: left;
    overflow: hidden;
    position: relative;
    width: 30px;
  }
  header .header-sns li img {
    vertical-align: top;
    width: 30px;
  }
}

/*---------------------------
		footer
----------------------------*/
footer {
  clear: both;
  border-top: 1px solid #928e8d;
  margin: 0px auto 0;
  padding: 20px 20px;
  text-align: center;
  position: relative;
  z-index: 20;
}

footer p.copy {
  /*float:right;*/
  text-align: center;
  font-size: 13px;
  font-size: 0.92857rem;
}

footer .innerCont {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}

footer h2 {
  display: none;
}

footer li {
  display: inline-block;
  border-left: 1px solid #333;
  line-height: 1.2;
  padding: 0 10px;
  margin-bottom: 20px;
}

footer li:first-child {
  border: none;
}

footer li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 12px;
}

footer li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #333;
  transition: .3s;
}

footer li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 5% 20px;
    box-sizing: border-box;
    text-align: center;
  }
  footer h2 {
    float: none;
    margin-bottom: 15px;
    display: block;
  }
  footer h2 img {
    width: 100px;
  }
  footer p.copy {
    clear: both;
    float: none;
    font-size: 12px;
    text-align: center !important;
    padding-top: 15px;
  }
  footer li {
    margin-bottom: 5px;
    padding: 0 5px 0 5px;
    line-height: 1;
  }
  footer li a {
    font-size: 10px;
    transition: none !important;
  }
  footer li a:hover::after {
    width: 0 !important;
  }
}

/*---------------------------
		mv
----------------------------*/
#mv {
  position: relative;
  height: 546px;
  margin-bottom: 60px;
  overflow: hidden;
}

#mv .inner {
  position: relative;
}

#mv .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 4px;
  z-index: 100;
}

#mv .line img {
  position: relative;
  vertical-align: top;
  z-index: 2;
}

#mv .line:before {
  content: '';
  width: 50%;
  height: 4px;
  background-color: #fabe00;
  position: absolute;
  top: 0;
  left: 0;
}

#mv .line:after {
  content: '';
  width: 50%;
  height: 4px;
  background-color: #20aee5;
  position: absolute;
  top: 0;
  right: 0;
}

#mv .scroll {
  font-size: 10px;
  font-size: 0.71429rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin-left: -20px;
  width: 55px;
  height: 57px;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 0.1em;
}

#mv .scroll span {
  animation: rotate 5s ease-in-out 0s infinite normal;
}

#mv .scroll:before {
  content: '';
  background-color: #fff;
  height: 37px;
  width: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

#mv .scroll i {
  height: 37px;
  width: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  display: block;
  overflow: hidden;
}

#mv .scroll i:after {
  content: '';
  background-color: #e72420;
  height: 37px;
  width: 2px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -1px;
  animation: act 3s ease-in-out 0s infinite normal;
}

@keyframes act {
  0% {
    bottom: 37px;
  }
  100% {
    bottom: -500px;
  }
}

@keyframes rotate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@media screen and (max-width: 768px) {
  #mv {
    position: relative;
    height: 575px;
    margin-bottom: 60px;
    overflow: hidden;
  }
  #mv .inner {
    position: relative;
  }
  #mv h2 {
    transform: scale(1) !important;
  }
  #mv .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 4px;
    z-index: 100;
    background: url(../images/sp/mv_line.gif) no-repeat center center;
    background-size: cover;
  }
  #mv .line img {
    display: none;
  }
  #mv .line:before {
    display: none;
  }
  #mv .line:after {
    display: none;
  }
  #mv .scroll {
    height: 42px;
    margin-left: -27px;
  }
  #mv .scroll:before {
    height: 20px;
  }
  #mv .scroll i {
    height: 20px;
  }
  #mv .scroll i:after {
    height: 20px;
  }
}

/*---------------------------
		contents
----------------------------*/
#contents {
  position: relative;
  z-index: 11;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #contents {
    padding-bottom: 40px;
  }
}

/*---------------------------
		nav
----------------------------*/
nav {
  position: absolute;
  right: 0;
  top: 99px;
  z-index: 2;
}

nav.fixed {
  position: fixed;
  top: 0px;
}

nav .navWrap {
  overflow: hidden;
  position: relative;
  z-index: 100;
  width: 0px;
  height: 100vh;
  transition: 0.7s all;
  opacity: 0;
}

nav .navWrap ul {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
  width: 800px;
  transition: 0.7s all;
  box-sizing: border-box;
  padding: 40px;
}

nav .navWrap ul:after {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

nav .navWrap ul li {
  white-space: nowrap;
  margin-bottom: 23px;
}

nav .navWrap ul li a {
  color: #333;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.07143rem;
  position: relative;
}

nav .navWrap ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e72420;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}

nav .navWrap ul li a:hover:after {
  transform: scaleX(1);
}

nav .navWrap ul li a.active:after {
  transform: scaleX(1);
}

nav .navWrap.open {
  width: 800px;
  opacity: 1;
}

nav .navWrap.open ul {
  right: 0 !important;
}

.menu {
  display: block;
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 1001;
  cursor: pointer;
}

.menu:after {
  content: '';
  background-color: #fff;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27.5px 0 0 -24px;
  z-index: -1;
}

.menu .menu-trigger,
.menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu .menu-trigger {
  position: relative;
  width: 24px;
  height: 20px;
}

.menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e72420;
}

.menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu .menu-trigger span:nth-of-type(2) {
  top: 8.5px;
}

.menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}

.menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  nav {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 2;
  }
  nav.fixed {
    position: fixed;
    top: 0px;
  }
  nav .navWrap {
    overflow: hidden;
    position: relative;
    z-index: 100;
    width: 0px;
    height: 100vh;
    transition: 0.7s all;
    opacity: 0;
  }
  nav .navWrap ul {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1;
    width: 310px !important;
    transition: 0.7s all;
    box-sizing: border-box;
    padding: 40px;
  }
  nav .navWrap ul:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  nav .navWrap ul li {
    white-space: nowrap;
    margin-bottom: 20px;
  }
  nav .navWrap ul li a {
    color: #333;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.92857rem;
    position: relative;
    display: block;
  }
  nav .navWrap ul li a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e72420;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s all ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
  }
  nav .navWrap ul li a:hover:after {
    transform: scaleX(1);
  }
  nav .navWrap ul li:nth-child(1) a {
    display: inline-block;
  }
  nav .navWrap.open {
    width: 310px !important;
    opacity: 1;
  }
  nav .navWrap.open ul {
    right: 0 !important;
  }
  .menu {
    top: 25px;
    right: 25px;
    z-index: 1001;
  }
}

/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
}

/*-----------------------
		anime
------------------------*/
main .btn {
  display: inline-block;
}

main .btn a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border-bottom-right-radius: 52px;
  transition: 0.5s all;
}

main .btn a img {
  transition: 2s all ease-out;
}

main .btn a:hover {
  border-radius: 10px;
}

main .btn a:hover img.bg {
  transform: scale(1.1);
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  main .btn a {
    border-bottom-right-radius: 30px;
  }
}

/*--------------------------------
  loading
---------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  overflow: hidden;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ea2628;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*-------------------------
    top
--------------------------*/
#top #mv {
  background: url(../images/top/mv.jpg) no-repeat center center;
  background-size: cover;
}

#top #mv:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/top/mv.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
  opacity: 0;
  transition: 0.7s all;
}

#top #mv .txt {
  position: absolute;
  top: 110px;
  left: 55px;
  z-index: 1;
}

#top #mv .txt .txt1 {
  display: block;
  height: 100%;
  width: 0;
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
  opacity: 0;
  transition: 1s all;
}

#top #mv .txt.anime .txt1 {
  width: 100%;
  opacity: 1;
}

#top #mv .bnr {
  position: absolute;
  top: 400px;
  right: 0;
  width: 300px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}

#top #mv .bnr:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: url(../images/arrow1.png) no-repeat center center #e72420;
  height: 100%;
  width: 30px;
}

#top #mv .bnr:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #e72420;
  height: 100%;
  width: 0;
  transition: 0.5s all;
}

#top #mv .bnr:hover:before {
  width: 100%;
}

#top #mv .bnr:hover a {
  color: #fff;
}

#top #mv .bnr a {
  display: block;
  border: 3px solid #e72420;
  width: 300px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  color: #e72420;
  font-size: 18px;
  font-size: 1.28571rem;
  color: #333;
  line-height: 1.4;
  padding: 19px 0 0px 25px;
  transition: 0.5s all;
}

#top #mv .bnr a span {
  display: inline-block;
  font-weight: 700;
}

#top #mv.menuOpen .bnr {
  z-index: 1;
}

#top #mv.menuOpen:before {
  opacity: 1;
}

#top #mv.menuOpen .txt {
  filter: blur(3px);
}

#top #contents .anchorNav {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

#top #contents .anchorNav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

#top #contents .anchorNav ul li {
  position: relative;
  white-space: nowrap;
  text-align: center;
}

#top #contents .anchorNav ul li a {
  color: #333;
  font-size: 14px;
  font-size: 1rem;
  display: block;
  padding-bottom: 15px;
}

#top #contents .anchorNav ul li a span {
  display: inline-block;
  padding-right: 25px;
  background: url(../images/arrow2.png) no-repeat right center;
}

#top #contents .anchorNav .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 205px;
  height: 2px;
  background-color: #e72420;
  transition: 0.3s all ease-in-out;
}

#top #contents .anchorNav_sp {
  display: none;
}

#top #contents ul.thumList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -40px -39px;
}

#top #contents ul.thumList li {
  position: relative;
  margin: 0 0 40px 39px;
  color: #fff;
  opacity: 0;
  transform: scale(0.97);
  transition: 2s all ease-in-out;
  transition-delay: 0.1s;
}

#top #contents ul.thumList li p {
  position: absolute;
  z-index: 10;
  font-size: 31px;
  font-size: 2.21429rem;
  font-weight: 700;
}

#top #contents ul.thumList li p.txt {
  bottom: 40px;
  left: 40px;
  line-height: 1.3;
}

#top #contents ul.thumList li p.txt small {
  display: block;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1.4;
}

#top #contents ul.thumList li p.txt small img {
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}

#top #contents ul.thumList li p.num {
  bottom: 50px;
  right: 50px;
}

#top #contents ul.thumList li.thum1 p {
  font-size: 31px;
  font-size: 2.21429rem;
}

#top #contents ul.thumList li.thum1 p.txt {
  left: 30px;
}

#top #contents ul.thumList li.thum1 p.txt small {
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  font-weight: normal;
}

#top #contents ul.thumList li.thum2 p {
  font-size: 31px;
  font-size: 2.21429rem;
}

#top #contents ul.thumList li.thum5 p {
  font-size: 30px;
  font-size: 2.14286rem;
  text-align: right;
}

#top #contents ul.thumList li.thum5 p.txt {
  left: auto;
  right: 45px;
  bottom: auto;
  top: 40px;
}

#top #contents ul.thumList li.thum8 p {
  font-size: 30px;
  font-size: 2.14286rem;
}

#top #contents ul.thumList li.thum8 p.txt {
  bottom: 150px;
}

#top #contents ul.thumList li.iv {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  #top #mv {
    background: url(../images/top/sp/mv.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 0px;
    height: 520px;
  }
  #top #mv:before {
    background: url(../images/top/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #top #mv .txt {
    position: absolute;
    top: 160px;
    left: 50%;
    z-index: 1;
    transition: 0.7s all;
    width: 240px;
    margin-left: -120px;
  }
  #top #mv .txt .txt1 {
    width: 100%;
  }
  #top #mv .bnr {
    position: absolute;
    top: 390px;
    right: auto;
    left: 50%;
    margin-left: -130px;
    width: 260px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10;
    background-color: #fff;
  }
  #top #mv .bnr:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: url(../images/arrow1.png) no-repeat center center #e72420;
    height: 100%;
    width: 30px;
  }
  #top #mv .bnr a {
    display: block;
    border: 1px solid #e72420;
    width: 260px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    color: #e72420;
    font-size: 14px;
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
    padding: 8px 0 0px 15px;
  }
  #top #mv .bnr a span {
    display: inline-block;
    font-weight: 700;
  }
  #top #contents .anchorNav {
    display: none;
  }
  #top #contents .anchorNav_sp {
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-color: #efefef;
    padding: 20px 0;
  }
  #top #contents .anchorNav_sp li {
    text-align: center;
  }
  #top #contents .anchorNav_sp li a {
    color: #333;
  }
  #top #contents ul.thumList {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  #top #contents ul.thumList li {
    position: relative;
    margin: 0 0 10px 0px;
    color: #fff;
    opacity: 0;
    transition: 2s all ease-in-out;
    transition-delay: 0.1s;
  }
  #top #contents ul.thumList li p {
    position: absolute;
    z-index: 10;
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 700;
  }
  #top #contents ul.thumList li p.txt {
    bottom: 30px;
    left: 20px;
    line-height: 1.3;
  }
  #top #contents ul.thumList li p.txt small {
    display: block;
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 1.2;
  }
  #top #contents ul.thumList li p.txt small img {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
    width: auto;
  }
  #top #contents ul.thumList li p.num {
    bottom: 35px;
    right: 20px;
  }
  #top #contents ul.thumList li p.num img {
    width: 80px;
  }
  #top #contents ul.thumList li.thum1 {
    display: table;
  }
  #top #contents ul.thumList li.thum1 p {
    font-size: 26px;
    font-size: 1.85714rem;
  }
  #top #contents ul.thumList li.thum1 p.txt {
    left: 30px;
    top: 50%;
    padding-top: 5%;
    bottom: auto;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    margin-top: -75px;
  }
  #top #contents ul.thumList li.thum1 p.txt small {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
    font-weight: normal;
  }
  #top #contents ul.thumList li.thum2 p {
    font-size: 24px;
    font-size: 1.71429rem;
  }
  #top #contents ul.thumList li.thum5 p {
    font-size: 24px;
    font-size: 1.71429rem;
    text-align: left;
  }
  #top #contents ul.thumList li.thum5 p.txt {
    top: auto;
    bottom: 30px;
    left: 30px;
  }
  #top #contents ul.thumList li.thum6 p {
    font-size: 20px;
    font-size: 1.42857rem;
    text-align: right;
  }
  #top #contents ul.thumList li.thum6 p.txt {
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
  }
  #top #contents ul.thumList li.thum8 p {
    font-size: 24px;
    font-size: 1.71429rem;
  }
  #top #contents ul.thumList li.thum8 p.txt {
    bottom: 30%;
  }
  #top #contents ul.thumList li.iv {
    opacity: 1;
  }
}

/*---------------------------
		recommend
----------------------------*/
#recommend {
  background-color: #efefef;
  padding: 80px 0 150px;
}

#recommend .inner {
  position: relative;
}

#recommend h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}

#recommend h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #e72420;
  margin-left: -20px;
}

#recommend ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -40px -39px;
}

#recommend ul li {
  position: relative;
  margin: 0 0 40px 39px;
  width: 470px;
}

#recommend ul li .btn a {
  border-radius: 10px;
}

#recommend ul li .btn a img {
  transition: 1.5s all ease-out;
}

#recommend ul li .btn a:hover {
  border-radius: 10px;
}

#recommend ul li .btn a:hover img.bg {
  transform: scale(1.05);
  opacity: 0.7;
}

#recommend ul li p {
  font-size: 14px;
  font-size: 1rem;
  margin-top: 15px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #recommend {
    background-color: #efefef;
    padding: 40px 5% 80px;
  }
  #recommend h3 {
    text-align: center;
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
  }
  #recommend h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #e72420;
    margin-left: -20px;
  }
  #recommend ul {
    display: block;
    flex-wrap: wrap;
    margin: 0 0 -20px 0px;
  }
  #recommend ul li {
    position: relative;
    margin: 0 0 20px 0px;
    width: 100%;
  }
  #recommend ul li .btn a {
    border-radius: 10px;
  }
  #recommend ul li .btn a img {
    transition: 1.5s all ease-out;
  }
  #recommend ul li .btn a:hover {
    border-radius: 10px;
  }
  #recommend ul li .btn a:hover img.bg {
    transform: scale(1.05);
    opacity: 0.7;
  }
  #recommend ul li p {
    font-size: 12px;
    font-size: 0.85714rem;
    margin-top: 0px !important;
    font-weight: 600;
    line-height: 1.6;
  }
}

/*-------------------------
    top
--------------------------*/
#about #mv {
  background: url(../images/about/mv.jpg) no-repeat center center;
  background-size: cover;
}

#about #mv h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 215px;
  font-size: 48px;
  font-size: 3.42857rem;
  line-height: 1.6;
  transition: 0.7s all;
  opacity: 0;
  transform: scale(0.98);
}

#about #mv h2 small {
  display: block;
  font-size: 20px;
  font-size: 1.42857rem;
}

#about #mv .txt.anime {
  opacity: 1;
  transform: scale(1);
}

#about #mv:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/about/mv.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
  opacity: 0;
  transition: 0.7s all;
}

#about #mv.menuOpen .bnr {
  z-index: 1;
}

#about #mv.menuOpen:before {
  opacity: 1;
}

#about #mv.menuOpen .txt {
  filter: blur(3px);
}

#about #contents {
  padding-top: 20px;
}

#about #contents p {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 2.2;
  font-weight: 600;
}

#about #contents #map {
  text-align: center;
  background-color: #efefef;
  padding: 80px 0 150px;
  margin-bottom: -80px;
}

@media screen and (max-width: 768px) {
  #about #mv {
    background: url(../images/about/mv.jpg) no-repeat center center;
    background-size: cover;
    height: 520px;
  }
  #about #mv h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 200px;
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.4;
  }
  #about #mv h2 small {
    display: block;
    font-size: 15px;
    font-size: 1.07143rem;
    margin-bottom: 20px;
    font-weight: 600;
  }
  #about #mv:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/about/mv.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(3px);
    opacity: 0;
    transition: 0.7s all;
  }
  #about #mv.menuOpen .bnr {
    z-index: 1;
  }
  #about #mv.menuOpen:before {
    opacity: 1;
  }
  #about #mv.menuOpen .txt {
    filter: blur(3px);
  }
  #about #contents {
    padding: 0px;
  }
  #about #contents p {
    text-align: center;
    margin-bottom: 60px;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 2;
    font-weight: 600;
    padding: 0 5%;
  }
  #about #contents #map {
    text-align: center;
    background-color: #efefef;
    padding: 60px 5% 150px;
    margin-bottom: -40px;
  }
}

/*-------------------------
    top
--------------------------*/
#introduction #mv {
  background: url(../images/introduction/mv.jpg) no-repeat center center;
  background-size: cover;
}

#introduction #mv h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 150px;
  font-size: 46px;
  font-size: 3.28571rem;
  line-height: 1.4;
  transition: 0.7s all;
  opacity: 0;
  transform: scale(0.98);
}

#introduction #mv h2 small {
  display: block;
  font-size: 20px;
  font-size: 1.42857rem;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

#introduction #mv h2 small:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

#introduction #mv .txt.anime {
  opacity: 1;
  transform: scale(1);
}

#introduction #mv:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/introduction/mv.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
  opacity: 0;
  transition: 0.7s all;
}

#introduction #mv.menuOpen .bnr {
  z-index: 1;
}

#introduction #mv.menuOpen:before {
  opacity: 1;
}

#introduction #mv.menuOpen .txt {
  filter: blur(3px);
}

#introduction #contents {
  padding-top: 20px;
}

#introduction #contents p {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 2.2;
  font-weight: 600;
}

#introduction #contents .intro {
  background-color: #efefef;
  padding: 65px 0 65px;
  margin-bottom: -80px;
}

#introduction #contents .intro .inner {
  width: 550px;
  position: relative;
}

#introduction #contents .intro .inner .pic {
  position: absolute;
  bottom: -70px;
  left: 0;
}

#introduction #contents .intro .inner dl {
  margin-left: 275px;
}

#introduction #contents .intro .inner dl dt {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.71429rem;
  margin-bottom: 20px;
}

#introduction #contents .intro .inner dl dd {
  font-size: 15px;
  font-size: 1.07143rem;
}

@media screen and (max-width: 768px) {
  #introduction #mv {
    background: url(../images/introduction/sp/mv.jpg) no-repeat center center;
    background-size: cover;
    height: 520px;
  }
  #introduction #mv h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 180px;
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.4;
  }
  #introduction #mv h2 small {
    display: block;
    font-size: 20px;
    font-size: 1.42857rem;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  #introduction #mv h2 small img {
    width: 120px;
  }
  #introduction #mv h2 small:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
  #introduction #mv:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/introduction/sp/mv.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(3px);
    opacity: 0;
    transition: 0.7s all;
  }
  #introduction #mv.menuOpen .bnr {
    z-index: 1;
  }
  #introduction #mv.menuOpen:before {
    opacity: 1;
  }
  #introduction #mv.menuOpen .txt {
    filter: blur(3px);
  }
  #introduction #contents {
    padding-top: 0px;
  }
  #introduction #contents p {
    text-align: center;
    margin-bottom: 60px;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 2;
    font-weight: 600;
    padding: 0 5%;
  }
  #introduction #contents .intro {
    background-color: #efefef;
    padding: 65px 0 105px;
    margin-bottom: -80px;
  }
  #introduction #contents .intro .inner {
    width: 100%;
    position: relative;
  }
  #introduction #contents .intro .inner .pic {
    position: absolute;
    bottom: -70px;
    left: -70px;
    z-index: 1;
  }
  #introduction #contents .intro .inner dl {
    margin-left: 120px;
    position: relative;
    z-index: 2;
    padding-right: 3%;
    text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
  }
  #introduction #contents .intro .inner dl dt {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.71429rem;
    margin-bottom: 20px;
  }
  #introduction #contents .intro .inner dl dd {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}

/*-------------------------
    top
--------------------------*/
#interview #mv {
  background: url(../images/interview/vol1/mv.jpg) no-repeat center center;
  background-size: cover;
}

#interview #mv h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 100px;
  font-size: 48px;
  font-size: 3.42857rem;
  line-height: 1.3;
  transition: 0.7s all;
  opacity: 0;
  transform: scale(0.98);
  text-shadow: 0 0 1px #000,0 0 1px #000;
}

#interview #mv h2 small {
  display: block;
  font-size: 22px;
  font-size: 1.57143rem;
}

#interview #mv h2 small i {
  display: inline-block;
  line-height: 0;
  padding: 20px 40px;
  margin: 15px 0 20px;
  position: relative;
}

#interview #mv h2 small i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px #333,0 0 1px #333;
}

#interview #mv h2 small i:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 1px #333,0 0 1px #333;
}

#interview #mv h2 span {
  display: block;
  line-height: 0;
  margin-top: 20px;
}

#interview #mv .txt.anime {
  opacity: 1;
  transform: scale(1);
}

#interview #mv:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/interview/vol1/mv.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
  opacity: 0;
  transition: 0.7s all;
}

#interview #mv.menuOpen .bnr {
  z-index: 1;
}

#interview #mv.menuOpen:before {
  opacity: 1;
}

#interview #mv.menuOpen .txt {
  filter: blur(3px);
}

#interview #mv.vol2 {
  background: url(../images/interview/vol2/mv.jpg) no-repeat center center;
  background-size: cover;
}

#interview #mv.vol2:before {
  background: url(../images/interview/vol2/mv.jpg) no-repeat center center;
  background-size: cover;
}

#interview #mv.vol3 {
  background: url(../images/interview/vol3/mv.jpg) no-repeat center center;
  background-size: cover;
}

#interview #mv.vol3:before {
  background: url(../images/interview/vol3/mv.jpg) no-repeat center center;
  background-size: cover;
}

#interview #mv.vol4 {
  background: url(../images/interview/vol4/mv.jpg) no-repeat center center;
  background-size: cover;
}

#interview #mv.vol4:before {
  background: url(../images/interview/vol4/mv.jpg) no-repeat center center;
  background-size: cover;
}

#interview #mv .data {
  color: #fff;
  font-size: 10px;
  font-size: 0.71429rem;
  position: absolute;
  top: 510px;
  right: 0;
}

#interview #mv ruby {
  position: relative;
  display: inline-block;
}

#interview #mv .data2 {
  color: #fff;
  font-size: 10px;
  font-size: 0.71429rem;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 3em;
  left: 0;
  white-space: nowrap;
  text-align: left;
  font-weight: 400;
}

#interview #contents {
  padding-top: 40px;
}

#interview #contents p.lead {
  font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
  font-weight: 600;
  font-size: 32px;
  font-size: 2.28571rem;
  float: right;
  line-height: 1.4;
  padding-bottom: 100px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 200px;
  opacity: 0;
  transition: 1s all ease-in-out;
  transition-delay: 0.5s;
}

#interview #contents p.lead:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#interview #contents p.lead i {
  display: block;
  height: 1px;
  width: 500%;
  background-color: #000;
  position: absolute;
  top: 2em;
  right: 0;
  z-index: -1;
  opacity: 0;
  transform: scaleX(0);
  transition: 1s all ease-in-out;
}

#interview #contents p.lead.iv {
  padding-left: 20px;
  opacity: 1;
}

#interview #contents p.lead.iv i {
  opacity: 1;
  transform: scaleX(1);
}

#interview #contents h3 {
  font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.85714rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  line-height: 1.6;
  transition: 1s all ease-in-out;
  margin-top: -50px;
  opacity: 0;
}

#interview #contents h3 span {
  display: inline-block;
  padding: 0px;
  position: relative;
  z-index: 1;
}

#interview #contents h3 span:before {
  content: '';
  background-color: #fff;
  width: 74%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 13%;
  z-index: -1;
}

#interview #contents h3.iv {
  margin-top: 0;
  opacity: 1;
}

#interview #contents .block {
  clear: both;
  position: relative;
  padding-bottom: 100px;
  width: 980px;
  margin: 0 auto;
}

#interview #contents .block .pic {
  position: relative;
}

#interview #contents .block .pic:before {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 1.3s all ease-in-out;
  transform-origin: left;
}

#interview #contents .block .pic.iv:before {
  transform: scaleX(0);
}

#interview #contents .block .pic_r {
  position: relative;
}

#interview #contents .block .pic_r:before {
  content: '';
  background-color: #fff;
  width: 130%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 1.3s all ease-in-out;
  transform-origin: left;
}

#interview #contents .block .pic_r.iv:before {
  transform: scaleX(0);
}

#interview #contents .block dl {
  margin-top: 40px;
  line-height: 2.4;
  font-size: 14px;
  font-size: 1rem;
  transition: 1s all;
  opacity: 0;
  /*+ img{
        }*/
}

#interview #contents .block dl dt {
  clear: both;
  float: left;
  width: 75px;
  font-weight: 700;
  text-align: right;
  box-sizing: border-box;
  padding-right: 1.5em;
  white-space: nowrap;
}

#interview #contents .block dl dd {
  overflow: hidden;
  zoom: 1;
}

#interview #contents .block dl.iv {
  opacity: 1;
}

#interview #contents .block .col2 {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
}

#interview #contents .block .col2 dl {
  width: 450px;
  margin-top: 0px;
}

#interview #contents .block .col2 .right {
  padding-left: 40px;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #ccc;
}

#interview #contents .block .col2 .right img {
  /*position: absolute;
            bottom: 0;*/
  margin-top: 100px;
}

#interview #contents .gray {
  background-color: #efefef;
  padding-top: 100px;
}

#interview #contents .gray .pic:before {
  background-color: #efefef;
}

#interview #contents.vol1 .block h3 {
  left: 20px;
}

#interview #contents.vol1 .block .pic_r {
  margin-left: 150px;
  padding-top: 40px;
}

#interview #contents.vol1 .block dl {
  margin-left: 150px;
}

#interview #contents.vol1 .block.block2 h3 {
  left: auto;
  right: 0;
  top: -145px;
}

#interview #contents.vol1 .block.block2 dl {
  margin-left: 0px;
  padding-right: 40px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

#interview #contents.vol1 .block.block2 dl dd {
  white-space: normal;
}

#interview #contents.vol1 .block.block2 .pic {
  margin-left: -230px;
}

#interview #contents.vol1 .block.block3 {
  padding-top: 100px;
}

#interview #contents.vol1 .block.block3 h3 {
  top: -40px;
}

#interview #contents.vol1 .block.block3 dl {
  margin-left: 90px;
  width: 670px;
}

#interview #contents.vol1 .block.block3 dl dd {
  white-space: normal;
}

#interview #contents.vol1 .block.block3 .pic {
  margin-left: 90px;
}

#interview #contents.vol2 .block h3 {
  left: 30px;
}

#interview #contents.vol2 .block .pic_r {
  margin-left: 150px;
  padding-top: 40px;
}

#interview #contents.vol2 .block dl {
  margin-left: 150px;
}

#interview #contents.vol2 .block.block2 h3 {
  left: auto;
  right: 0;
  top: -145px;
}

#interview #contents.vol2 .block.block2 dl {
  margin-left: 0px;
  padding-right: 40px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

#interview #contents.vol2 .block.block2 dl dd {
  white-space: normal;
}

#interview #contents.vol2 .block.block2 .pic {
  margin-left: 0px;
}

#interview #contents.vol2 .block.block3 {
  padding-top: 100px;
}

#interview #contents.vol2 .block.block3 h3 {
  top: -40px;
}

#interview #contents.vol2 .block.block3 dl {
  margin-left: 90px;
  width: 670px;
}

#interview #contents.vol2 .block.block3 dl dd {
  white-space: normal;
}

#interview #contents.vol2 .block.block3 .pic {
  margin-left: 90px;
}

#interview #contents.vol3 .block h3 {
  left: 30px;
}

#interview #contents.vol3 .block .pic_r {
  margin-left: 150px;
  padding-top: 40px;
}

#interview #contents.vol3 .block dl {
  margin-left: 150px;
}

#interview #contents.vol3 .block.block2 h3 {
  left: auto;
  right: 0;
  top: -145px;
}

#interview #contents.vol3 .block.block2 dl {
  margin-left: 0px;
  padding-right: 40px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

#interview #contents.vol3 .block.block2 dl dd {
  white-space: normal;
}

#interview #contents.vol3 .block.block2 .pic {
  margin-left: 0px;
}

#interview #contents.vol3 .block.block3 {
  padding-top: 100px;
}

#interview #contents.vol3 .block.block3 h3 {
  top: -40px;
}

#interview #contents.vol3 .block.block3 dl {
  margin-left: 90px;
  width: 670px;
}

#interview #contents.vol3 .block.block3 dl dd {
  white-space: normal;
}

#interview #contents.vol3 .block.block3 .pic {
  margin-left: 90px;
}

#interview #contents.vol4 .block h3 {
  left: 30px;
}

#interview #contents.vol4 .block .pic_r {
  margin-left: 150px;
  padding-top: 40px;
}

#interview #contents.vol4 .block dl {
  margin-left: 150px;
}

#interview #contents.vol4 .block.block1 dl {
  width: 680px;
}

#interview #contents.vol4 .block.block2 h3 {
  left: auto;
  right: 82px;
  top: -145px;
}

#interview #contents.vol4 .block.block2 dl {
  margin-left: 0px;
  padding-right: 40px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

#interview #contents.vol4 .block.block2 dl dd {
  white-space: normal;
}

#interview #contents.vol4 .block.block2 .pic {
  margin-left: 0px;
}

#interview #contents.vol4 .block.block3 {
  padding-top: 100px;
}

#interview #contents.vol4 .block.block3 h3 {
  top: -40px;
}

#interview #contents.vol4 .block.block3 dl {
  margin-left: 150px;
  width: 670px;
}

#interview #contents.vol4 .block.block3 dl dd {
  white-space: normal;
}

#interview #contents.vol4 .block.block3 .pic {
  margin-left: 150px;
}

#interview #contents.vol4 .block.block3 .pic:before {
  width: 200%;
}

#interview #contents .pager {
  width: 980px;
  margin: 0 auto 40px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 40px 0;
  overflow: hidden;
}

#interview #contents .pager a {
  color: #333;
  font-size: 16px;
  font-size: 1.14286rem;
  transition: 0.7s all;
}

#interview #contents .pager a span {
  display: inline-block;
  background: url("../images/arrow_r.png") no-repeat 98% 7px;
  padding-right: 25px;
  line-height: 1.6;
  transition: 0.3s all;
}

#interview #contents .pager a:hover {
  opacity: 0.7;
}

#interview #contents .pager a:hover span {
  background-position: 100% 7px;
}

#interview #contents .pager .next {
  float: right;
  position: relative;
  padding-top: 20px;
}

#interview #contents .pager .next:before {
  content: 'NEXT';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  font-size: 0.71429rem;
  font-family: Arial, Helvetica, sans-serif;
}

#interview #contents .pager .prev {
  float: left;
  position: relative;
  padding-top: 20px;
}

#interview #contents .pager .prev:before {
  content: 'PREV';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-size: 0.71429rem;
  font-family: Arial, Helvetica, sans-serif;
}

#interview #contents .pager .prev a span {
  background: url("../images/arrow_l.png") no-repeat 2% 7px;
  padding-right: 0px;
  padding-left: 25px;
}

#interview #contents .pager .prev a:hover {
  opacity: 0.7;
}

#interview #contents .pager .prev a:hover span {
  background-position: 0% 7px;
}

#interview #contents .btnList {
  width: 980px;
  margin: 0 auto 60px;
}

#interview #contents .btnList ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#interview #contents .btnList ul li {
  position: relative;
}

#interview #contents .btnList ul li p {
  position: absolute;
  z-index: 10;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: 700;
}

#interview #contents .btnList ul li p.txt {
  bottom: 25px;
  left: 25px;
  line-height: 1.3;
}

#interview #contents .btnList ul li p.txt small {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4;
}

#interview #contents .btnList ul li p.txt small img {
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

#interview #contents .btnList ul li p.num {
  bottom: 29px;
  right: 25px;
}

@media all and (-ms-high-contrast: none) {
  #interview #mv .txt {
    transform: scale(1) !important;
  }
  #interview h3 span:before {
    left: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  #interview #mv {
    background: url(../images/interview/vol1/sp/mv.jpg) no-repeat center center;
    background-size: cover;
    height: 520px;
  }
  #interview #mv h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 145px;
    font-size: 32px;
    font-size: 2.28571rem;
    line-height: 1.3;
  }
  #interview #mv h2 small {
    display: block;
    font-size: 17px;
    font-size: 1.21429rem;
  }
  #interview #mv h2 small i {
    display: inline-block;
    line-height: 0;
    padding: 10px 30px;
    margin: 10px 0 15px;
  }
  #interview #mv h2 small i img {
    width: 150px;
  }
  #interview #mv h2 small i:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 1px #333,0 0 1px #333;
  }
  #interview #mv h2 small i:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 1px #333,0 0 1px #333;
  }
  #interview #mv h2 span {
    display: block;
    line-height: 0;
    margin-top: 20px;
  }
  #interview #mv h2 span img {
    width: 100px;
  }
  #interview #mv:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/interview/vol1/sp/mv.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(3px);
    opacity: 0;
    transition: 0.7s all;
  }
  #interview #mv.menuOpen .bnr {
    z-index: 1;
  }
  #interview #mv.menuOpen:before {
    opacity: 1;
  }
  #interview #mv.menuOpen .txt {
    filter: blur(3px);
  }
  #interview #mv.vol2 {
    background: url(../images/interview/vol2/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #interview #mv.vol2:before {
    background: url(../images/interview/vol2/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #interview #mv.vol3 {
    background: url(../images/interview/vol3/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #interview #mv.vol3:before {
    background: url(../images/interview/vol3/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #interview #mv.vol4 {
    background: url(../images/interview/vol4/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #interview #mv.vol4:before {
    background: url(../images/interview/vol4/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #interview #mv .data {
    color: #fff;
    font-size: 9px;
    font-size: 0.64286rem;
    position: absolute;
    top: 490px;
    right: 3%;
  }
  #interview #mv .data2 {
    color: #fff;
    font-size: 9px;
    font-size: 0.64286rem;
    position: absolute;
    bottom: 2.5em;
    left: 0;
    white-space: nowrap;
    text-align: left;
    font-weight: 400;
  }
  #interview #contents {
    padding-top: 0px;
  }
  #interview #contents p.lead {
    font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.28571rem;
    float: right;
    line-height: 1.4;
    padding-bottom: 50px;
    background-color: #fff;
    position: relative;
    padding-left: 20px;
  }
  #interview #contents p.lead i {
    display: block;
    height: 1px;
    width: 500%;
    background-color: #000;
    position: absolute;
    top: 2em;
    right: 0;
    z-index: -1;
  }
  #interview #contents h3 {
    font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.28571rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.6;
  }
  #interview #contents h3 span {
    display: inline-block;
    padding: 0px;
    position: relative;
    z-index: 1;
  }
  #interview #contents h3 span:before {
    content: '';
    background-color: #fff;
    width: 74%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 13%;
    z-index: -1;
  }
  #interview #contents .gray {
    background-color: #efefef;
    padding-top: 60px;
  }
  #interview #contents .block {
    clear: both;
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    margin: 0 auto;
  }
  #interview #contents .block dl {
    margin-top: 40px;
    line-height: 2.2;
    font-size: 11px;
    font-size: 0.78571rem;
    overflow: hidden;
    margin-bottom: -10px;
  }
  #interview #contents .block dl dt {
    clear: both;
    float: left;
    width: 50px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #interview #contents .block dl dd {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
  }
  #interview #contents .block .col2 {
    overflow: hidden;
    display: block;
    margin-top: 40px;
    padding: 0 5%;
  }
  #interview #contents .block .col2 dl {
    width: 100%;
    margin-top: 0px;
  }
  #interview #contents .block .col2 .right {
    padding-left: 0;
    overflow: hidden;
    position: relative;
    border-left: 0px solid #ccc;
  }
  #interview #contents .block .col2 .right img {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  #interview #contents.vol1 .block h3 {
    left: 20px;
  }
  #interview #contents.vol1 .block .pic_r {
    margin-left: 0;
    padding-top: 40px;
  }
  #interview #contents.vol1 .block.block1 dl {
    margin-left: 3%;
    padding-right: 3%;
  }
  #interview #contents.vol1 .block.block1 dl dt:nth-of-type(1) {
    margin-left: 90px;
  }
  #interview #contents.vol1 .block.block2 h3 {
    left: auto;
    right: 0;
    top: -85px;
  }
  #interview #contents.vol1 .block.block2 dl {
    margin-left: 0px;
    padding-right: 0px;
    border-right: 0px solid #eee;
    box-sizing: border-box;
  }
  #interview #contents.vol1 .block.block2 dl dd {
    white-space: normal;
  }
  #interview #contents.vol1 .block.block2 dl dd:nth-of-type(1) {
    padding-right: 80px;
  }
  #interview #contents.vol1 .block.block2 .pic {
    margin-left: 0px;
  }
  #interview #contents.vol1 .block.block3 {
    padding-top: 60px;
  }
  #interview #contents.vol1 .block.block3 h3 {
    top: -40px;
  }
  #interview #contents.vol1 .block.block3 dl {
    margin-left: 0px;
    padding: 0 3%;
    box-sizing: border-box;
    width: 100%;
  }
  #interview #contents.vol1 .block.block3 dl dd {
    white-space: normal;
  }
  #interview #contents.vol1 .block.block3 .pic {
    margin-left: 0px;
  }
  #interview #contents.vol2 .block h3 {
    left: 30px;
  }
  #interview #contents.vol2 .block .pic_r {
    margin-left: 0px;
    padding-top: 40px;
  }
  #interview #contents.vol2 .block dl {
    margin-left: 0px;
  }
  #interview #contents.vol2 .block.block1 dl {
    margin-left: 3%;
    padding-right: 3%;
  }
  #interview #contents.vol2 .block.block1 dl dt:nth-of-type(1) {
    margin-left: 100px;
  }
  #interview #contents.vol2 .block.block2 h3 {
    left: auto;
    right: 0;
    top: -85px;
  }
  #interview #contents.vol2 .block.block2 dl {
    margin-left: 0px;
    padding-right: 0px;
    border-right: 0px solid #eee;
    box-sizing: border-box;
  }
  #interview #contents.vol2 .block.block2 dl dd {
    white-space: normal;
  }
  #interview #contents.vol2 .block.block2 .pic {
    margin-left: 0px;
  }
  #interview #contents.vol2 .block.block3 {
    padding-top: 60px;
  }
  #interview #contents.vol2 .block.block3 h3 {
    top: -20px;
  }
  #interview #contents.vol2 .block.block3 dl {
    margin-left: 3%;
    width: 94%;
  }
  #interview #contents.vol2 .block.block3 dl dd {
    white-space: normal;
  }
  #interview #contents.vol2 .block.block3 .pic {
    margin-left: 0px;
  }
  #interview #contents.vol3 .block h3 {
    left: 30px;
  }
  #interview #contents.vol3 .block .pic_r {
    margin-left: 100px;
    padding-top: 40px;
  }
  #interview #contents.vol3 .block dl {
    margin-left: 150px;
  }
  #interview #contents.vol3 .block.block1 dl {
    width: 94%;
    margin-left: 3%;
  }
  #interview #contents.vol3 .block.block1 dl dt:nth-of-type(1) {
    margin-left: 60px;
  }
  #interview #contents.vol3 .block.block2 h3 {
    left: auto;
    right: 0;
    top: -6%;
  }
  #interview #contents.vol3 .block.block2 dl {
    margin-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
  }
  #interview #contents.vol3 .block.block2 dl dd {
    white-space: normal;
  }
  #interview #contents.vol3 .block.block2 dl dd:nth-of-type(1) {
    margin-right: 80px;
  }
  #interview #contents.vol3 .block.block2 .pic {
    margin-left: 0px;
    margin-right: 60px;
  }
  #interview #contents.vol3 .block.block3 {
    padding-top: 60px;
  }
  #interview #contents.vol3 .block.block3 h3 {
    top: -20px;
  }
  #interview #contents.vol3 .block.block3 dl {
    margin-left: 3%;
    width: 94%;
  }
  #interview #contents.vol3 .block.block3 dl dt:nth-of-type(1) {
    margin-left: 60px;
  }
  #interview #contents.vol3 .block.block3 dl dd {
    white-space: normal;
  }
  #interview #contents.vol3 .block.block3 dl dd:nth-of-type(1) {
    margin-left: 60px;
  }
  #interview #contents.vol3 .block.block3 .pic {
    margin-left: 0px;
  }
  #interview #contents.vol4 .block h3 {
    left: 30px;
  }
  #interview #contents.vol4 .block .pic_r {
    margin-left: 80px;
    padding-top: 40px;
  }
  #interview #contents.vol4 .block dl {
    margin-left: 150px;
  }
  #interview #contents.vol4 .block.block1 dl {
    width: 94%;
    margin-left: 3%;
  }
  #interview #contents.vol4 .block.block1 dl dt:nth-of-type(1) {
    margin-left: 60px;
  }
  #interview #contents.vol4 .block.block2 h3 {
    left: auto;
    right: 3%;
    top: -8%;
  }
  #interview #contents.vol4 .block.block2 dl {
    margin-left: 0px;
    padding-right: 0px;
    border-right: 0px solid #eee;
    box-sizing: border-box;
  }
  #interview #contents.vol4 .block.block2 dl dd {
    white-space: normal;
  }
  #interview #contents.vol4 .block.block2 .pic {
    margin-left: 0px;
  }
  #interview #contents.vol4 .block.block3 {
    padding-top: 60px;
  }
  #interview #contents.vol4 .block.block3 h3 {
    top: -20px;
  }
  #interview #contents.vol4 .block.block3 dl {
    margin-left: 3%;
    width: 94%;
  }
  #interview #contents.vol4 .block.block3 dl dd {
    white-space: normal;
  }
  #interview #contents.vol4 .block.block3 .pic {
    margin-left: 60px;
  }
  #interview #contents .pager {
    width: 96%;
    margin: 0 auto 40px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
    overflow: hidden;
  }
  #interview #contents .pager a {
    color: #333;
    font-size: 12px;
    font-size: 0.85714rem;
    transition: 0.7s all;
  }
  #interview #contents .pager a span {
    display: inline-block;
    background: url("../images/arrow_r.png") no-repeat 98% 50%;
    padding-right: 25px;
    line-height: 1.6;
    transition: 0.3s all;
  }
  #interview #contents .pager a:hover {
    opacity: 0.7;
  }
  #interview #contents .pager a:hover span {
    background-position: 100% 50%;
  }
  #interview #contents .pager .next {
    float: right;
    position: relative;
    padding-top: 20px;
  }
  #interview #contents .pager .next:before {
    content: 'NEXT';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-size: 0.71429rem;
    font-family: Arial, Helvetica, sans-serif;
  }
  #interview #contents .pager .prev {
    float: left;
    position: relative;
    padding-top: 20px;
  }
  #interview #contents .pager .prev:before {
    content: 'PREV';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    font-size: 0.71429rem;
    font-family: Arial, Helvetica, sans-serif;
  }
  #interview #contents .pager .prev a span {
    background: url("../images/arrow_l.png") no-repeat 2% 50%;
    padding-right: 0px;
    padding-left: 25px;
  }
  #interview #contents .pager .prev a:hover {
    opacity: 0.7;
  }
  #interview #contents .pager .prev a:hover span {
    background-position: 0% 50%;
  }
  #interview #contents .btnList {
    width: 90%;
    margin: 0 auto 60px;
  }
  #interview #contents .btnList ul {
    display: block;
  }
  #interview #contents .btnList ul li {
    position: relative;
  }
  #interview #contents .btnList ul li .btn {
    width: 100%;
  }
  #interview #contents .btnList ul li .btn a {
    height: 170px;
  }
  #interview #contents .btnList ul li p {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 700;
  }
  #interview #contents .btnList ul li p.txt {
    bottom: 15px;
    left: 15px;
    line-height: 1.3;
  }
  #interview #contents .btnList ul li p.txt small {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.4;
  }
  #interview #contents .btnList ul li p.txt small img {
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 90px;
  }
  #interview #contents .btnList ul li p.num {
    bottom: 25px;
    right: 15px;
  }
  #interview #contents .btnList ul li p.num img {
    width: 60px;
  }
}

/*-------------------------
    top
--------------------------*/
#question #mv {
  background: url(../images/question/q1/mv.jpg) no-repeat center center;
  background-size: cover;
}

#question #mv h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 150px;
  font-size: 46px;
  font-size: 3.28571rem;
  line-height: 1.4;
  transition: 0.7s all;
  opacity: 0;
  transform: scale(0.98);
}

#question #mv h2 small {
  display: block;
  font-size: 20px;
  font-size: 1.42857rem;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

#question #mv h2 small:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

#question #mv .txt.anime {
  opacity: 1;
  transform: scale(1);
}

#question #mv:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/question/q1/mv.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
  opacity: 0;
  transition: 0.7s all;
}

#question #mv.menuOpen .bnr {
  z-index: 1;
}

#question #mv.menuOpen:before {
  opacity: 1;
}

#question #mv.menuOpen .txt {
  filter: blur(3px);
}

#question #contents .anchorNav {
  width: 980px;
  margin: 0 auto 80px;
  position: relative;
  clear: both;
}

#question #contents .anchorNav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ccc;
}

#question #contents .anchorNav ul li {
  width: calc(100%/4);
}

#question #contents .anchorNav ul li a {
  padding: 20px 0;
  display: block;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-size: 1.14286rem;
}

#question #contents .anchorNav ul li a span {
  display: inline-block;
  background: url(../images/arrow2.png) no-repeat right 50%;
  padding-right: 30px;
}

#question #contents .anchorNav .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: calc(100%/4);
  background-color: #e72420;
  transition: 0.3s all ease-in-out;
}

#question #contents .map {
  text-align: center;
  width: 980px;
  padding-bottom: 60px;
  margin: 0 auto 25px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

#question #contents .map li {
  position: absolute;
  height: 20px;
  width: 100px;
  cursor: pointer;
}

#question #contents .map li:after {
  content: '';
  background-color: #e72420;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  right: 0;
  transition: 0.3s all;
  transform: scaleX(0);
  transform-origin: left;
}

#question #contents .map li:hover:after {
  transform: scaleX(1);
}

#question #contents .map li:nth-child(1) {
  top: 630px;
  left: 135px;
  width: 100px;
}

#question #contents .map li:nth-child(1):after {
  background-color: #4fbdf0;
}

#question #contents .map li:nth-child(2) {
  top: 538px;
  left: 680px;
  width: 180px;
}

#question #contents .map li:nth-child(2):after {
  background-color: #4fbdf0;
}

#question #contents .map li:nth-child(3) {
  top: 630px;
  left: 360px;
  width: 105px;
}

#question #contents .map li:nth-child(3):after {
  background-color: #4fbdf0;
}

#question #contents .map li:nth-child(4) {
  top: 240px;
  left: 180px;
  width: 195px;
}

#question #contents .map li:nth-child(4):after {
  background-color: #f39800;
}

#question #contents .map li:nth-child(5) {
  top: 95px;
  left: 320px;
  width: 105px;
}

#question #contents .map li:nth-child(5):after {
  background-color: #f39800;
}

#question #contents .map li:nth-child(6) {
  top: 95px;
  left: 620px;
  width: 240px;
}

#question #contents .map li:nth-child(6):after {
  background-color: #f39800;
}

#question #contents .map li:nth-child(7) {
  top: 630px;
  left: 525px;
  width: 250px;
}

#question #contents .map li:nth-child(7):after {
  background-color: #e6065e;
}

#question #contents .map li:nth-child(8) {
  top: 95px;
  left: 450px;
  width: 160px;
}

#question #contents .map li:nth-child(8):after {
  background-color: #e6065e;
}

#question #contents .map li:nth-child(9) {
  top: 180px;
  left: 755px;
  width: 105px;
}

#question #contents .map li:nth-child(9):after {
  background-color: #e6065e;
}

#question #contents .map li:nth-child(10) {
  top: 95px;
  left: 115px;
  width: 190px;
}

#question #contents .map li:nth-child(10):after {
  background-color: #e6065e;
}

#question #contents .qa {
  width: 980px;
  margin: 0 auto 80px;
}

#question #contents .qa ul {
  margin: 0 auto;
}

#question #contents .qa ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

#question #contents .qa ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0;
}

#question #contents .qa ul li:nth-child(2) dl {
  flex-direction: row-reverse;
}

#question #contents .qa ul li:nth-child(2) dl dt {
  margin-right: 0px;
  margin-left: 10px;
}

#question #contents .qa ul dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 70px;
}

#question #contents .qa ul dl dt {
  margin-right: 50px;
}

#question #contents .qa ul dl dd {
  font-size: 16px;
  font-size: 1.14286rem;
  width: 460px;
}

#question #contents .area {
  position: relative;
  background-color: #fff;
  margin: 0;
  height: auto;
  padding: 80px 0;
}

#question #contents .area .inner {
  overflow: hidden;
}

#question #contents .area h3 {
  text-align: center;
  font-size: 26px;
  font-size: 1.85714rem;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

#question #contents .area h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #e72420;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

#question #contents .area .picList {
  float: right;
  margin-left: 45px;
}

#question #contents .area .picList li {
  margin-bottom: 20px;
}

#question #contents .area .picList li small {
  display: block;
  font-size: 13px;
  font-size: 0.92857rem;
  margin-top: 5px;
}

#question #contents .area p {
  overflow: hidden;
  zoom: 1;
  font-size: 16px;
  font-size: 1.14286rem;
}

#question #contents .area .img {
  width: 980px;
  margin-left: -490px;
  z-index: 1111;
  text-align: center;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 30px;
  position: absolute;
  bottom: -270px;
  left: 50%;
}

#question #contents .area .note {
  font-size: 12px;
  font-size: 0.85714rem;
  margin-top: 30px;
}

#question #contents #area1 {
  background-color: #eef4f7;
}

#question #contents #area2 {
  clear: both;
  background-color: #f8f6e7;
}

#question #contents #area3 {
  background-color: #fdeeed;
}

#question #contents #area4 {
  clear: both;
  background-color: #eef3ef;
  margin-bottom: 80px;
}

#question.q2 #mv {
  background: url(../images/question/q2/mv.jpg) no-repeat center center;
  background-size: cover;
}

#question.q2 #mv:before {
  background: url(../images/question/q2/mv.jpg) no-repeat center center;
  background-size: cover;
}

#question.q2 #contents .pop {
  width: 680px;
  height: 150px;
  border: 3px solid #000;
  border-radius: 20px;
  margin: 0 auto 90px;
  background: url(../images/question/q2/pic1.jpg) no-repeat 94% bottom #fff;
  box-sizing: border-box;
  padding: 37px 0 0 60px;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

#question.q2 #contents .pop::after {
  content: '';
  background: url(../images/question/q2/pop.jpg) no-repeat 0 0;
  width: 25px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -17.5px;
}

#question.q2 #contents li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 110px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

#question.q2 #contents li.right {
  flex-direction: row;
}

#question.q2 #contents li.right .textArea {
  left: -50px;
}

#question.q2 #contents li:last-child {
  border-bottom: 0px solid #ddd;
  padding-bottom: 110px;
  margin-bottom: -50px;
}

#question.q2 #contents li .textArea {
  width: 480px;
  position: relative;
  left: 50px;
  opacity: 0;
  transition: 1.5s all;
}

#question.q2 #contents li .textArea h3 {
  font-size: 26px;
  font-size: 1.85714rem;
  margin-bottom: 35px;
  line-height: 1.4;
}

#question.q2 #contents li .textArea h3 small {
  font-size: 15px;
  font-size: 1.07143rem;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

#question.q2 #contents li .textArea p {
  font-size: 16px;
  font-size: 1.14286rem;
}

#question.q2 #contents li small.note {
  display: block;
  font-size: 11px;
  font-size: 0.78571rem;
  text-align: right;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

#question.q2 #contents li .img {
  width: 490px;
  text-align: center;
}

#question.q2 #contents li .img img {
  transform: scale(0.95);
  opacity: 0;
  transition: 1.5s all ease-in-out;
}

#question.q2 #contents li.iv .textArea {
  left: 0;
  opacity: 1;
}

#question.q2 #contents li.iv .img img {
  transform: scale(1);
  opacity: 1;
}

#question.q2 .comment {
  margin: 90px 0 -80px;
  background-color: #efefef;
}

#question.q2 .comment .inner {
  padding: 110px 0 80px;
  box-sizing: border-box;
  background: url(../images/question/q2/pic2.jpg) no-repeat right bottom;
  height: 426px;
  width: 720px;
  position: relative;
}

#question.q2 .comment .inner p {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.21429rem;
}

#question.q2 .comment .inner p span {
  color: #e72420;
}

#question.q2 .comment .inner p strong {
  display: block;
  margin-top: 25px;
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.4;
}

#question.q2 .comment .inner p.data {
  font-size: 10px;
  font-size: 0.71429rem;
  font-weight: 300;
  position: absolute;
  bottom: 20px;
  right: 260px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #question #mv {
    background: url(../images/question/q1/mv.jpg) no-repeat center center;
    background-size: cover;
    height: 520px;
  }
  #question #mv h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 150px;
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.4;
  }
  #question #mv h2 small {
    display: block;
    font-size: 20px;
    font-size: 1.42857rem;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  #question #mv h2 small img {
    width: 80px;
  }
  #question #mv h2 small:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
  #question #mv:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/question/q1/mv.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(3px);
    opacity: 0;
    transition: 0.7s all;
  }
  #question #mv.menuOpen .bnr {
    z-index: 1;
  }
  #question #mv.menuOpen:before {
    opacity: 1;
  }
  #question #mv.menuOpen .txt {
    filter: blur(3px);
  }
  #question #contents .anchorNav {
    width: 100%;
    margin: 0 auto 60px;
    position: relative;
    clear: both;
  }
  #question #contents .anchorNav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #question #contents .anchorNav ul li {
    width: calc(100%/2);
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    box-sizing: border-box;
  }
  #question #contents .anchorNav ul li a {
    padding: 20px 3%;
    display: block;
    text-align: center;
    color: #333;
    line-height: 1.4;
    font-size: 14px;
    font-size: 1rem;
    background-color: #fefefe;
  }
  #question #contents .anchorNav ul li a span {
    display: block;
    background: url(../images/arrow2.png) no-repeat 96% 50%;
    padding-right: 30px;
  }
  #question #contents .anchorNav .line {
    display: none;
  }
  #question #contents .anchorNav.anchorNav2 .line {
    left: 50%;
  }
  #question #contents .map {
    text-align: center;
    width: 100%;
    margin: 0 auto 85px;
    border-bottom: 0px solid #ddd;
    padding: 0 5% 0;
    box-sizing: border-box;
    position: relative;
  }
  #question #contents .map:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    bottom: -60px;
    left: 0px;
  }
  #question #contents .map li {
    position: absolute;
    height: 5%;
  }
  #question #contents .map li:after {
    display: none;
  }
  #question #contents .map li:nth-child(1) {
    top: 96%;
    left: 5%;
    width: 15%;
  }
  #question #contents .map li:nth-child(2) {
    top: 82%;
    left: 73%;
    width: 23%;
  }
  #question #contents .map li:nth-child(3) {
    top: 96%;
    left: 33%;
    width: 14%;
  }
  #question #contents .map li:nth-child(4) {
    top: 38%;
    left: 12%;
    width: 23%;
  }
  #question #contents .map li:nth-child(5) {
    top: 16%;
    left: 30%;
    width: 13%;
  }
  #question #contents .map li:nth-child(6) {
    top: 16%;
    left: 66.5%;
    width: 29%;
  }
  #question #contents .map li:nth-child(7) {
    top: 96%;
    left: 55%;
    width: 30%;
  }
  #question #contents .map li:nth-child(8) {
    top: 16%;
    left: 46%;
    width: 19%;
  }
  #question #contents .map li:nth-child(9) {
    top: 28.5%;
    left: 83%;
    width: 13%;
  }
  #question #contents .map li:nth-child(10) {
    top: 16%;
    left: 5%;
    width: 23%;
  }
  #question #contents .qa {
    width: 90%;
    margin: 0 auto 60px;
  }
  #question #contents .qa ul {
    width: 90%;
    margin: 0 auto;
  }
  #question #contents .qa ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  #question #contents .qa ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0;
  }
  #question #contents .qa ul dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0px;
  }
  #question #contents .qa ul dl dt {
    margin-right: 15px;
  }
  #question #contents .qa ul dl dt img {
    width: 120px;
  }
  #question #contents .qa ul dl dd {
    font-size: 12px;
    font-size: 0.85714rem;
    width: auto;
  }
  #question #contents .area {
    position: relative;
    background-color: #fff;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 60px 5%;
  }
  #question #contents .area .inner {
    overflow: hidden;
  }
  #question #contents .area h3 {
    text-align: center;
    font-size: 20px;
    font-size: 1.42857rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #question #contents .area h3:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
  }
  #question #contents .area .picList {
    float: right;
    margin-left: 5%;
    width: 40%;
  }
  #question #contents .area .picList li {
    margin-bottom: 20px;
  }
  #question #contents .area .picList li small {
    display: block;
    font-size: 10px;
    font-size: 0.71429rem;
    margin-top: 5px;
  }
  #question #contents .area p {
    overflow: visible;
    zoom: 1;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  #question #contents .area .img {
    width: 86%;
    margin-left: 7%;
    z-index: 1111;
    text-align: center;
    background-color: #fff;
    padding: 40px 0;
    border-radius: 30px;
    position: absolute;
    bottom: -180px;
    left: 0;
  }
  #question #contents .area .img img {
    width: 260px;
  }
  #question.q2 #mv {
    background: url(../images/question/q2/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #question.q2 #mv:before {
    background: url(../images/question/q2/sp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #question.q2 #contents .pop {
    width: 86%;
    height: auto;
    border: 3px solid #000;
    border-radius: 20px;
    margin: 0 auto 60px;
    background: url(../images/question/q2/pic1.jpg) no-repeat 94% bottom #fff;
    background-size: 120px;
    box-sizing: border-box;
    padding: 25px 110px 25px 20px;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
  }
  #question.q2 #contents .pop::after {
    content: '';
    background: url(../images/question/q2/pop.jpg) no-repeat 0 0;
    width: 25px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -17.5px;
  }
  #question.q2 #contents ul {
    width: 90%;
    margin: 0 auto;
  }
  #question.q2 #contents li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: block;
  }
  #question.q2 #contents li.right {
    flex-direction: row;
  }
  #question.q2 #contents li.right .textArea {
    left: 0px;
  }
  #question.q2 #contents li:nth-child(4) .img {
    width: 50%;
    margin-left: 25%;
  }
  #question.q2 #contents li:nth-child(5) .img {
    width: 50%;
    margin-left: 25%;
  }
  #question.q2 #contents li:last-child {
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #question.q2 #contents li .textArea {
    width: 100%;
    position: relative;
    left: 0px;
    opacity: 0;
    transition: 1.5s all;
  }
  #question.q2 #contents li .textArea h3 {
    font-size: 20px;
    font-size: 1.42857rem;
    margin-bottom: 35px;
    text-align: center;
    line-height: 1.4;
  }
  #question.q2 #contents li .textArea h3 small {
    font-size: 13px;
    font-size: 0.92857rem;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }
  #question.q2 #contents li .textArea p {
    font-size: 14px;
    font-size: 1rem;
  }
  #question.q2 #contents li small.note {
    display: block;
    font-size: 11px;
    font-size: 0.78571rem;
    text-align: left;
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
    padding-top: 30px;
    line-height: 1.2;
  }
  #question.q2 #contents li .img {
    width: 80%;
    text-align: center;
    margin: 0 auto 40px;
    margin-left: 10%;
  }
  #question.q2 #contents li .img img {
    transform: scale(0.95);
    opacity: 0;
    transition: 1.5s all ease-in-out;
  }
  #question.q2 #contents li.iv .textArea {
    left: 0;
    opacity: 1;
  }
  #question.q2 #contents li.iv .img img {
    transform: scale(1);
    opacity: 1;
  }
  #question.q2 .comment {
    margin: 60px 0 -80px;
    background-color: #efefef;
  }
  #question.q2 .comment .inner {
    padding: 40px 5% 120px;
    box-sizing: border-box;
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  #question.q2 .comment .inner:after {
    content: '';
    background: url(../images/question/q2/pic2.jpg) no-repeat -20% bottom;
    background-size: 180px;
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 200px;
    height: 400px;
    z-index: 1;
  }
  #question.q2 .comment .inner p {
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    padding-left: 80px;
    position: relative;
    z-index: 2;
    text-shadow: 0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff;
  }
  #question.q2 .comment .inner p span {
    color: #e72420;
  }
  #question.q2 .comment .inner p strong {
    display: block;
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.4;
  }
  #question.q2 .comment .inner p.data {
    font-size: 10px;
    font-size: 0.71429rem;
    font-weight: 500;
    position: absolute;
    bottom: 50px;
    right: auto;
    left: -15%;
    text-align: center;
    line-height: 1.4;
  }
}

/*-------------------------
    top
--------------------------*/
#hall #mv {
  background: url(../images/hall/mv.jpg) no-repeat center center;
  background-size: cover;
}

#hall #mv h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 150px;
  font-size: 46px;
  font-size: 3.28571rem;
  line-height: 1.4;
  transition: 0.7s all;
  opacity: 0;
  transform: scale(0.98);
}

#hall #mv h2 small {
  display: block;
  font-size: 20px;
  font-size: 1.42857rem;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

#hall #mv h2 small:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

#hall #mv .txt.anime {
  opacity: 1;
  transform: scale(1);
}

#hall #mv:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/hall/mv.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
  opacity: 0;
  transition: 0.7s all;
}

#hall #mv.menuOpen .bnr {
  z-index: 1;
}

#hall #mv.menuOpen:before {
  opacity: 1;
}

#hall #mv.menuOpen .txt {
  filter: blur(3px);
}

#hall #contents .qa {
  width: 980px;
  margin: 0 auto 80px;
}

#hall #contents .qa ul {
  margin: 0 auto;
}

#hall #contents .qa ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

#hall #contents .qa ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0;
}

#hall #contents .qa ul li:nth-child(2) dl {
  flex-direction: row-reverse;
}

#hall #contents .qa ul li:nth-child(2) dl dt {
  margin-right: 0px;
  margin-left: 50px;
}

#hall #contents .qa ul dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 70px;
}

#hall #contents .qa ul dl dt {
  margin-right: 50px;
}

#hall #contents .qa ul dl dd {
  font-size: 16px;
  font-size: 1.14286rem;
}

#hall #contents .anchorNav {
  text-align: center;
  background-color: #efefef;
  padding: 80px 0;
  margin-bottom: 80px;
}

#hall #contents .anchorNav h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

#hall #contents .anchorNav h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #333;
  margin-left: -15px;
}

#hall #contents .anchorNav .point_pc {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

#hall #contents .anchorNav .point_pc li {
  position: absolute;
  cursor: pointer;
}

#hall #contents .anchorNav .point_pc li img {
  position: relative;
  top: 30px;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.5s;
}

#hall #contents .anchorNav .point_pc li:after {
  content: "";
  width: 201px;
  height: 120px;
  display: block;
  margin-top: -28px;
}

#hall #contents .anchorNav .point_pc li:nth-child(1) {
  top: -23px;
  left: 490px;
}

#hall #contents .anchorNav .point_pc li:nth-child(2) {
  top: 97px;
  left: 490px;
}

#hall #contents .anchorNav .point_pc li:nth-child(3) {
  top: 120px;
  left: 692px;
}

#hall #contents .anchorNav .point_pc li:nth-child(3):after {
  width: 200px;
  height: 120px;
}

#hall #contents .anchorNav .point_pc li:nth-child(4) {
  top: 397px;
  left: 570px;
  z-index: 3;
}

#hall #contents .anchorNav .point_pc li:nth-child(4):after {
  height: 72px;
}

#hall #contents .anchorNav .point_pc li:nth-child(5) {
  top: 360px;
  left: 692px;
  z-index: 2;
}

#hall #contents .anchorNav .point_pc li:nth-child(5):after {
  width: 200px;
  height: 110px;
}

#hall #contents .anchorNav .point_pc li:nth-child(6) {
  top: 327px;
  left: 28px;
}

#hall #contents .anchorNav .point_pc li:nth-child(6):after {
  width: 280px;
  height: 132px;
}

#hall #contents .anchorNav .point_pc.iv li img {
  position: relative;
  top: 0px;
  transform: scale(1);
  opacity: 1;
  transition: 0.3s all;
  transition-delay: 0;
}

#hall #contents .anchorNav .point_pc.iv li:hover img {
  transform: scale(1.1);
  margin-top: -10px;
}

#hall #contents .anchorNav .point_sp {
  display: none;
}

#hall #contents .hallList {
  width: 980px;
  margin: -40px auto 0;
  padding-bottom: 40px;
  text-align: center;
}

#hall #contents .hallList li {
  margin-bottom: 40px;
  padding-top: 40px;
}

#hall #contents .hallList li h4 {
  font-size: 26px;
  font-size: 1.85714rem;
  font-weight: 700;
  padding-top: 50px;
  background: url(../images/hall/a.png) no-repeat center 0;
  background-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#hall #contents .hallList li h4 small {
  display: block;
  font-size: 22px;
  font-size: 1.57143rem;
}

#hall #contents .hallList li:nth-child(2) h4 {
  background: url(../images/hall/b.png) no-repeat center 0;
  background-size: 30px;
}

#hall #contents .hallList li:nth-child(3) h4 {
  background: url(../images/hall/c.png) no-repeat center 0;
  background-size: 30px;
}

#hall #contents .hallList li:nth-child(4) h4 {
  background: url(../images/hall/d.png) no-repeat center 0;
  background-size: 30px;
}

#hall #contents .hallList li:nth-child(5) h4 {
  background: url(../images/hall/e.png) no-repeat center 0;
  background-size: 30px;
}

#hall #contents .hallList li:nth-child(6) h4 {
  background: url(../images/hall/f.png) no-repeat center 0;
  background-size: 30px;
}

#hall #contents .hallList li p {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.14286rem;
}

#hall #contents .hallList li .pic {
  overflow: hidden;
  opacity: 0;
  border-radius: 52px;
  transition: 1.5s all;
  transition-delay: 0.5s;
}

#hall #contents .hallList li.iv .pic {
  transform: scale(1);
  border-radius: 10px;
  border-bottom-right-radius: 52px;
  opacity: 1;
}

#hall #contents .access {
  background-color: #efefef;
  text-align: center;
  padding: 80px 0 160px;
  margin-bottom: -80px;
}

#hall #contents .access li {
  margin-bottom: 60px;
}

#hall #contents .access li:last-child {
  margin-bottom: 0px;
}

#hall #contents .access h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  font-size: 26px;
  font-size: 1.85714rem;
}

#hall #contents .access h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #e72420;
  margin-left: -15px;
}

#hall #contents .access h4 {
  font-size: 18px;
  font-size: 1.28571rem;
  margin-bottom: 25px;
}

#hall #contents .access dl {
  width: 680px;
  margin: 40px auto 0;
  text-align: left;
}

#hall #contents .access dl dt {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#hall #contents .access dl dt a {
  color: #333;
  text-decoration: underline;
}

#hall #contents .access dl dt a:hover {
  text-decoration: none;
}

#hall #contents .access dl dd {
  line-height: 2;
  font-size: 16px;
  font-size: 1.14286rem;
}

@media screen and (max-width: 768px) {
  #hall #mv {
    background: url(../images/hall/sp/mv.jpg) no-repeat center center;
    background-size: cover;
    height: 520px;
  }
  #hall #mv h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 150px;
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.4;
  }
  #hall #mv h2 small {
    display: block;
    font-size: 20px;
    font-size: 1.42857rem;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  #hall #mv h2 small img {
    width: 110px;
  }
  #hall #mv h2 small:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
  #hall #mv:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/hall/sp/mv.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(3px);
    opacity: 0;
    transition: 0.7s all;
  }
  #hall #mv.menuOpen .bnr {
    z-index: 1;
  }
  #hall #mv.menuOpen:before {
    opacity: 1;
  }
  #hall #mv.menuOpen .txt {
    filter: blur(3px);
  }
  #hall #contents .qa {
    width: 90%;
    margin: 0 auto 60px;
  }
  #hall #contents .qa ul {
    width: 90%;
    margin: 0 auto;
  }
  #hall #contents .qa ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  #hall #contents .qa ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0;
  }
  #hall #contents .qa ul li:nth-child(2) dl {
    flex-direction: row-reverse;
  }
  #hall #contents .qa ul li:nth-child(2) dl dt {
    margin-right: 0px;
    margin-left: 15px;
  }
  #hall #contents .qa ul dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0px;
  }
  #hall #contents .qa ul dl dt {
    margin-right: 15px;
  }
  #hall #contents .qa ul dl dt img {
    width: 120px;
  }
  #hall #contents .qa ul dl dd {
    font-size: 12px;
    font-size: 0.85714rem;
    width: auto;
  }
  #hall #contents .anchorNav {
    text-align: center;
    background-color: #efefef;
    padding: 60px 0;
    margin-bottom: 60px;
  }
  #hall #contents .anchorNav h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
  }
  #hall #contents .anchorNav h3 img {
    width: 140px;
  }
  #hall #contents .anchorNav h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #333;
    margin-left: -15px;
  }
  #hall #contents .anchorNav .point_pc {
    display: none;
  }
  #hall #contents .anchorNav .point_sp {
    display: block;
    width: 100%;
    margin: auto;
  }
  #hall #contents .anchorNav .point_sp ul {
    width: 90%;
    margin: 0 auto 20px;
  }
  #hall #contents .anchorNav .point_sp li {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  #hall #contents .anchorNav .point_sp li a {
    color: #333;
    font-size: 11px;
    font-size: 0.78571rem;
  }
  #hall #contents .anchorNav .point_sp li a dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  #hall #contents .anchorNav .point_sp li a dl dt {
    width: 60px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.14286rem;
  }
  #hall #contents .anchorNav .point_sp li a dl dd {
    width: calc(100% - 60px);
  }
  #hall #contents .anchorNav .point_sp li a dl dd small {
    display: block;
    line-height: 1.2;
    font-size: 10px;
    font-size: 0.71429rem;
  }
  #hall #contents .anchorNav .point_sp li:nth-child(1) {
    background: url(../images/hall/a.png) no-repeat 0 40%;
    background-size: 25px;
  }
  #hall #contents .anchorNav .point_sp li:nth-child(2) {
    background: url(../images/hall/b.png) no-repeat 0 40%;
    background-size: 25px;
  }
  #hall #contents .anchorNav .point_sp li:nth-child(3) {
    background: url(../images/hall/c.png) no-repeat 0 40%;
    background-size: 25px;
  }
  #hall #contents .anchorNav .point_sp li:nth-child(4) {
    background: url(../images/hall/d.png) no-repeat 0 10%;
    background-size: 25px;
  }
  #hall #contents .anchorNav .point_sp li:nth-child(5) {
    background: url(../images/hall/e.png) no-repeat 0 40%;
    background-size: 25px;
  }
  #hall #contents .anchorNav .point_sp li:nth-child(6) {
    background: url(../images/hall/f.png) no-repeat 0 40%;
    background-size: 25px;
  }
  #hall #contents .hallList {
    width: 90%;
    margin: -40px auto 0;
    padding-bottom: 40px;
    text-align: center;
  }
  #hall #contents .hallList li {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  #hall #contents .hallList li h4 {
    font-size: 20px;
    font-size: 1.42857rem;
    font-weight: 700;
    padding-top: 50px;
    background: url(../images/hall/a.png) no-repeat center 0;
    background-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #hall #contents .hallList li h4 small {
    display: block;
    font-size: 18px;
    font-size: 1.28571rem;
  }
  #hall #contents .hallList li:nth-child(2) h4 {
    background: url(../images/hall/b.png) no-repeat center 0;
    background-size: 30px;
  }
  #hall #contents .hallList li:nth-child(3) h4 {
    background: url(../images/hall/c.png) no-repeat center 0;
    background-size: 30px;
  }
  #hall #contents .hallList li:nth-child(4) h4 {
    background: url(../images/hall/d.png) no-repeat center 0;
    background-size: 30px;
  }
  #hall #contents .hallList li:nth-child(5) h4 {
    background: url(../images/hall/e.png) no-repeat center 0;
    background-size: 30px;
  }
  #hall #contents .hallList li:nth-child(6) h4 {
    background: url(../images/hall/f.png) no-repeat center 0;
    background-size: 30px;
  }
  #hall #contents .hallList li p {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1rem;
  }
  #hall #contents .hallList li .pic {
    overflow: hidden;
    opacity: 0;
    border-radius: 30px;
    transition: 1.5s all;
    transition-delay: 0.5s;
  }
  #hall #contents .hallList li.iv .pic {
    transform: scale(1);
    border-radius: 10px;
    border-bottom-right-radius: 30px;
    opacity: 1;
  }
  #hall #contents .access {
    background-color: #efefef;
    text-align: center;
    padding: 60px 5% 160px;
    margin-bottom: -80px;
  }
  #hall #contents .access li {
    margin-bottom: 40px;
  }
  #hall #contents .access li:last-child {
    margin-bottom: 0px;
  }
  #hall #contents .access h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    font-size: 20px;
    font-size: 1.42857rem;
  }
  #hall #contents .access h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #e72420;
    margin-left: -15px;
  }
  #hall #contents .access h4 {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 10px;
  }
  #hall #contents .access dl {
    width: 100%;
    margin: 40px auto 0;
    text-align: left;
  }
  #hall #contents .access dl dt {
    font-size: 15px;
    font-size: 1.07143rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #hall #contents .access dl dd {
    line-height: 1.8;
    font-size: 12px;
    font-size: 0.85714rem;
  }
}

/*-----------------------
		scroll
------------------------*/
main .container {
  margin: 0px auto;
  width: 1000px;
}

main .stickem-container {
  position: relative;
}

main .stickit {
  margin-left: 660px;
  position: fixed;
  top: 0;
}

main .stickit-end {
  bottom: 40px;
  position: absolute;
  left: 0;
}

main .row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}

main .row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

main .content {
  float: right;
  width: 640px;
}

main .aside {
  background: #cecece;
  float: left;
  /*padding: 20px;*/
  padding: 0 20px;
  width: 260px;
  height: 500px;
}

main .stickit {
  margin-left: 0px;
  position: fixed;
  top: 0;
}

main .stickit-end {
  bottom: 40px;
  position: absolute;
  left: 0;
}

main .area {
  background-color: #eee;
  height: 400px;
  margin-bottom: 20px;
  padding: 40px;
}

main .area:last-child {
  margin-bottom: 0px;
}
