@charset "UTF-8";
/* Fonts
----------------------------------------*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff") format('woff'),
       url("../fonts/NotoSansCJKjp-Medium.otf")  format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format('woff'),
       url("../fonts/NotoSansCJKjp-Regular.otf")  format('opentype');
}

/* Sprites
----------------------------------------*/
.icon-sprite {
  background: url('../img/common/sprites/icon-s175b172556.png');
}

.bullet-sprite {
  background: url('../img/common/sprites/bullet-s54505d4c7b.png');
}

.nav-sprite {
  background: url('../img/common/sprites/nav-s0269c269e6.png');
}

.sns-sprite {
  background: url('../img/common/sprites/sns-sd2ab99ad0d.png');
}

.icon-link, .icon-movie {
  margin-right: 8px;
  position: relative;
  top: 3px;
  width: 21px;
  height: 15px;
  display: inline-block;
  background-position: 0 -53px;
}

.icon-link {
  background-position: 0 0;
}

.icon-arrow, .btn-more:after, .btn-play:after, .btn-buy:after, .btn-back:after {
  background-position: 0 -68px !important;
}

.icon-arrow-l, .btn-buy:after, .btn-back:after {
  background-position: 0 -15px !important;
}

.icon-list, .btn-back:after {
  background-position: 0 -77px !important;
}

.icon-next {
  background-position: 0 -40px !important;
}

.icon-prev {
  background-position: 0 -27px !important;
}

.bullet-news {
  background-position: 0 -12px !important;
}

.bullet-link, .gnav__bunner-head:before {
  background-position: 0 -24px !important;
}

.gotop, .smart-nav__b2top:after {
  background-position: 0 -25px !important;
}

.hamburger, .smart-nav__btn:after {
  background-position: 0 -50px !important;
}

.smart-nav__btn.isOpen:after {
  background-position: 0 0 !important;
}

.sns-fb {
  background-position: 0 -101px;
}

.sns-fb-l {
  background-position: 0 -78px;
}

.sns-hb {
  background-position: 0 -46px;
}

.sns-hb-l {
  background-position: 0 -23px;
}

.sns-tw {
  background-position: 0 -62px;
}

.sns-tw-b {
  background-position: 0 0;
}

/* Base
----------------------------------------*/
body {
  line-height: 1.6;
  font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .03em;
  color: #333333;
  background: url(../img/common/bg.png) repeat left top;
  font-weight: 400;
}

img {
  vertical-align: top;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #ff6699;
}

a img {
  border:none;
  outline:none;
}

a:focus {outline:none;}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
span.pink {
  color: #FF80AA;
}

/* Layout
----------------------------------------*/
#wrap {
  min-height: 1300px;
  min-width: 960px;
}

#main {
  position: relative;
  float: left;
  min-width: 770px;
  overflow: hidden;
}

#content {
  min-height: 100%;
  position: relative;
  margin: 40px auto;
  padding: 0 50px;
  max-width: 880px;
}

.content__head {
  padding-left: 24px;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  background: url(../img/top/news_ttl_bullet.png) no-repeat left center;
  color: #ff6699;
}
.content__head h2 {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 40px;
  padding-top: 22px\9
  /* Less to IE10 */
  /* IE11 */
}
.content__head h2 *::-ms-backdrop, .content__head h2 {
  padding-top: 22px;
}

#side {
  width: 190px;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(7, 0, 2, 0.15);
  position: relative;
  z-index: 5000;
}

.sideInner {
/*
  top: 0\9 !important;
  bottom: auto\9 !important;
  position: absolute\9 !important;
*/
} 

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

/* Common
----------------------------------------*/
#logo {
  margin: 0;
  text-align: center;
  height: 127px;
  box-sizing: border-box;
}
header p{
  margin:0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;}
header p:hover{
   opacity:0.7;
}

/* Global Navigation */


.gnav__item {
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  border-bottom: solid 1px #f2f2f2;
  letter-spacing: .04em;
}
.gnav__item:first-child {
  border-top: solid 1px #f2f2f2;
}
.gnav__item a {
  color: #4c4c4c;
  text-decoration: none;
  display: block;
  padding: 8px 27px;
  transition: all .3s ease;
  padding: 12px 27px 4px\9
  /* Less to IE10 */
  /* IE11 */
}
.gnav__item a *::-ms-backdrop, .gnav__item a {
  padding: 12px 27px 4px;
}
.gnav__item a:hover {
  background-color: #f2f2f2;
}
.gnav__item a.active {
  position: relative;
  background-color: #ffb2cc;
  color: #fff;
}
#gnav li.new a {
  background-image: url(/assets/img/common/new.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.gnav__item a.active:before {
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  content: '';
  border: solid 0 transparent;
  border-width: 22px 7px;
  border-left-color: #ffb2cc;
}

.gnav__bunner, .footer__sns, .footer__links, .footer__copyright {
  margin-top: 20px;
  padding: 0 13px;
}

.gnav__bunner-head {
  color: #4c4c4c;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  position: relative;
  margin-right: 10px;
  padding-left: 13px;
  color: #B3B3B3;
  letter-spacing: 0.05em;
  font-size: 13px
  /* IE11 */
}
.gnav__bunner-head:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  margin-right: 5px;
  background: url('../img/common/sprites/bullet-s54505d4c7b.png');
  width: 6px;
  height: 10px;
  margin-top: -5px;
  margin-top: -9px\9
  /* Less to IE10 */
}
.gnav__bunner-head *::-ms-backdrop, .gnav__bunner-head:before {
  margin-top: -9px;
}

.gnav__bunner-item {
  margin-top: 6px;
  transition: opacity .7s ease;
}
.gnav__bunner-item:hover {
  opacity: 0.7;
}

/* Footer */
.footer__sns-item {
  max-height: 20px;
  margin-top: 8px;
}
.footer__sns-item:first-child {
  margin-top: 0;
}
.footer__sns-item .fb_iframe_widget span {
  position: relative;
  top: -5px;
}
.footer__links {
  font-size: 10px;
}
.footer__links-item {
  font-size: 10px;
  display: inline-block;
  position: relative;
  margin-right: 3px;
  transition: opacity .7s ease;
}
.footer__links-item:hover {
  opacity: 0.7;
}
.footer__links-item:not(:first-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  height: 11px;
  background: url(../img/common/footer/ft_slash.png) no-repeat left top;
}

.footer__attention {
  font-size: 10px;
  padding: 0 10px;
  margin-top: 8px;
}
.footer__attention p {
  margin: 0;
}

.footer__copyright {
  font-size: 10px;
  margin-top: 20px;
}

/* Component
----------------------------------------*/
.date {
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
}

/* Button */
.btn-more, .btn-play, .btn-buy, .btn-back {
  display: block;
  width: 58px;
  height: 22px;
  background-color: #E0E0E0;
  color: #fff;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 10px;
  transition: all .3s ease;
  position: relative;
  padding-left: 12px;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .07em;
  padding-top: 2px\9
  /* Less to IE10 */
  /* IE11 */
}
.btn-more *::-ms-backdrop, .btn-play *::-ms-backdrop, .btn-buy *::-ms-backdrop, .btn-back *::-ms-backdrop, .btn-more, .btn-play, .btn-buy, .btn-back {
  padding-top: 2px;
}
.btn-more:hover, .btn-play:hover, .btn-buy:hover, .btn-back:hover {
  background-color: #ffb2cc;
}
.btn-more:after, .btn-play:after, .btn-buy:after, .btn-back:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url('../img/common/sprites/icon-s175b172556.png');
}

.btn-buy, .btn-back {
  width: 174px;
  height: 46px;
  text-align: right;
  font-size: 16px;
  line-height: 46px;
  padding-right: 66px;
  background-color: #bfbfbf;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 2px\9;
  /* Less to IE10 */
  height: 44px\9
  /* Less to IE10 */
  /* IE11 */
}
.btn-buy *::-ms-backdrop, .btn-back *::-ms-backdrop, .btn-buy, .btn-back {
  padding-top: 2px;
  height: 44px;
}
.btn-buy:after, .btn-back:after {
  content: '';
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
}

.btn-back {
  padding-right: 0;
  padding-left: 60px;
  text-align: left;
}
.btn-back:after {
  width: 20px;
  height: 18px;
  right: auto;
  left: 30px;
}

/* Smart Navigation */
#smart-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
}
#smart-nav.enabled {
  visibility: visible;
  opacity: 1;
}

.smart-nav__list {
  position: fixed;
  bottom: 14px;
  right: 14px;
  border-radius: 5px;
  background-color: #fff;
  width: 140px;
  height: 470px;
  font-size: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: none;
  z-index: 5000;
}
.smart-nav__list ul {
  margin: 18px 24px 60px;
}

.smart-nav__btn {
  position: fixed;
  bottom: 14px;
  right: 14px;
  background-color: #ff80aa;
  border-radius: 5px;
  background-color: #ff80aa;
  width: 53px;
  height: 56px;
  cursor: pointer;
  z-index: 6000;
  transition: opacity .7s ease;
}
.smart-nav__btn:hover {
  opacity: 0.7;
}
.smart-nav__btn:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 26px;
  height: 25px;
  background: url('../img/common/sprites/nav-s0269c269e6.png');
}

.smart-nav__b2top {
  position: fixed;
  bottom: 14px;
  right: 78px;
  background-color: #ff80aa;
  border-radius: 5px;
  background-color: #ff80aa;
  width: 53px;
  height: 56px;
  cursor: pointer;
  z-index: 6000;
  transition: opacity .7s ease;
}
.smart-nav__b2top:hover {
  opacity: 0.7;
}
.smart-nav__b2top:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 26px;
  height: 25px;
  background: url('../img/common/sprites/nav-s0269c269e6.png');
}

.smart-nav__item {
  border-top: solid 1px #cccccc;
}
.smart-nav__item:first-child {
  border-top: 0;
}
.smart-nav__item a {
  display: block;
  color: #333333;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  padding: 4px 0;
  width: 100px;
}
.smart-nav__item a.active, .smart-nav__item a:hover {
  color: #ff6699;
}

/* Loader */
#loader {
  position: absolute;
  width: 98%;
  height: 100%;
  background-color: #fff;
  opacity: .7;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  margin: 0 auto;
}
#loader.enabled {
  display: block;
}
#loader .sppiner {
  opacity: 0;
  visibility: hidden;
}
#loader.enabled .spinner {
  opacity: 1;
  visibility: visible;
}

.spinner {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3000;
}
.spinner.top {
  top: 0;
  bottom: auto;
}
.spinner.bottom {
  top: auto;
  bottom: 0;
}

.spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle {
  width: 8px;
  height: 8px;
  background-color: #ff80aa;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
          animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  bottom: 0;
  right: 0;
}

.circle4 {
  bottom: 0;
  left: 0;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.container3 {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #fff;
  opacity: 0.7;
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  display: none !important;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxCurrent { display: none; }

#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  bottom: -40px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #ABABAB;
  transition: opacity .7s ease;
}

#cboxPrevious,
#cboxNext { font-size: 28px; }

#cboxPrevious { right: 100%; }
#cboxNext { left: 100%; }

#cboxClose {
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84px;
  text-align: center;
}

#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  opacity: 0.4;
}

.navLock{
  position:relative !important;
  bottom:auto !important;
}

/* Google Code */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}