@charset "utf-8";

#top .second_header {
  opacity: 0;
}

#top header {
  height: 1008px;
}
#top header h1 {
  padding: 20px 0 0 20px;
}
#top header .package_bg {
  position: relative;
  width: 100%;
  height: 608px;
  overflow: hidden;
}
#top header .package_bg img {
  position: absolute;
  top: 0;
  left: -48%; right: -50%;
  margin: 0 auto;
}
#top header .package_bg img.layer1 {
  -webkit-filter: contrast(1.5);
  filter: contrast(1.5);
  -webkit-transition: all 2s ease-out 2.4s;
  -o-transition: all 2s ease-out 2.4s;
  transition: all 2s ease-out 2.4s;
  z-index: 1;
}
#top.loaded header .package_bg img.layer1 {
  -webkit-filter: contrast(1);
  filter: contrast(1);
}
#top header .package_bg img.layer2 {
  z-index: 5;
  -webkit-transition: all 1.2s linear 1.2s, opacity 2s linear 2.4s;
  -o-transition: all 1.2s linear 1.2s, opacity 2s linear 2.4s;
  transition: all 1.2s linear 1.2s, opacity 2s linear 2.4s;
}
#top.loaded header .package_bg img.layer2 {
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.android #top.loaded header .package_bg img.layer2 {
  -webkit-filter: brightness(3) blur(4px);
  filter: brightness(3) blur(4px);
}
#top header .catchcopy {
  top: 382px;
  right: -webkit-calc(50% + 166px);
  right: calc(50% + 166px);
  z-index: 10;
}
header .catchcopy img.msg1,
header .catchcopy img.msg2 {
  display: none;
}
#top .news_bg {
  position: relative;
  padding: 40px 4px 0 1em;
  height: 592px;
  background: url(../img/sp/bg_news.png) 0 0 repeat-x;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
#top .news_bg .news {
}
#top .news_bg h2 {
  text-align: center;
}
#top .news_bg h2 img {
  width: 349px;
  height: 58px;
  background: url(../img/sp/cap_news.png) 0 0 no-repeat;
}
#top .news_bg #newsWrap {
  position: relative;
  height: 446px;
}
#top .news_bg #newsWrap:after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250,242,227,1)),color-stop(5%, rgba(250,242,227,0)),color-stop(95%, rgba(250,242,227,0)),to(rgba(250,242,227,1)));
  background: -webkit-linear-gradient(top, rgba(250,242,227,1) 0%,rgba(250,242,227,0) 5%,rgba(250,242,227,0) 95%,rgba(250,242,227,1) 100%);
  background: -o-linear-gradient(top, rgba(250,242,227,1) 0%,rgba(250,242,227,0) 5%,rgba(250,242,227,0) 95%,rgba(250,242,227,1) 100%);
  background: linear-gradient(to bottom, rgba(250,242,227,1) 0%,rgba(250,242,227,0) 5%,rgba(250,242,227,0) 95%,rgba(250,242,227,1) 100%);
  pointer-events: none;
}
#top .news_bg #newsList {
  padding: 20px 0;
}
#top #newsList li {
  margin: 0 0 1.2em;
  line-height: 1.2;
}
#top .news_bg .date {
  display: block;
  margin: 0 0 0.3em;
}
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background: #2f1b13;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#newsArrow {
  display: none;
}
#top .banner_bg {
  position: relative;
  z-index: 10;
}
#top .banner {
  width: 730px;
  padding: 22px 0 0;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#top .banner li {
  position: relative;
  margin: 0 3px 12px;
}
#top .banner li.wide {
  width: 100%;
}
#top .banner li a {
  display: block;
  width: 359px;
  height: 126px;
}
#top .banner li a img {
  width: 359px;
  height: 126px;
}
#top .banner li a.info {
  width: 710px;
  height: 90px;
  padding: 27px 0 0;
  margin: 0 8px 4px;
  font-size: 34rem;
}
#top .banner li a.info br {
  display: none;
}

#top #topBg img {
  display: none;
}
#top #topBg img.sp {
  display: block;
  background: url(../img/bg.jpg) 50% 0 / cover no-repeat;
}
.android #top #topBg img.sp {
  -webkit-transition: all 2.4s ease-out 2.6s;
  -o-transition: all 2.4s ease-out 2.6s;
  transition: all 2.4s ease-out 2.6s;
  -webkit-filter: sepia(1) contrast(0.7) brightness(0.7);
  filter: sepia(1) contrast(0.7) brightness(0.7);
}
.android #top.loaded #topBg img.sp {
  -webkit-filter: sepia(0) contrast(1) brightness(1);
  filter: sepia(0) contrast(1) brightness(1);
}

@media screen and (max-width: 750px) {
}
@media screen and (min-width: 751px) {
}