@charset "UTF-8";
/* line 17, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/**/
/* line 4, ../../../src/cmn/css/cmn.scss */
html, body, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 12, ../../../src/cmn/css/cmn.scss */
header .ph-logo {
  margin-top: 20px;
}

/* line 36, ../../../src/cmn/css/cmn.scss */
#contents_container html {
  line-height: 1;
}
/* line 39, ../../../src/cmn/css/cmn.scss */
#contents_container ol, #contents_container ul {
  list-style: none;
}
/* line 42, ../../../src/cmn/css/cmn.scss */
#contents_container table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 46, ../../../src/cmn/css/cmn.scss */
#contents_container caption, #contents_container th, #contents_container td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
/* line 51, ../../../src/cmn/css/cmn.scss */
#contents_container q, #contents_container blockquote {
  quotes: none;
}
/* line 54, ../../../src/cmn/css/cmn.scss */
#contents_container q:before, #contents_container q:after, #contents_container blockquote:before, #contents_container blockquote:after {
  content: "";
  content: none;
}
/* line 58, ../../../src/cmn/css/cmn.scss */
#contents_container a img {
  border: none;
}
/* line 61, ../../../src/cmn/css/cmn.scss */
#contents_container article, #contents_container aside, #contents_container details, #contents_container figcaption, #contents_container figure, #contents_container footer, #contents_container header, #contents_container hgroup, #contents_container menu, #contents_container nav, #contents_container section, #contents_container summary {
  display: block;
}

/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@keyframes img-move {
  /* line 212, ../../../src/cmn/css/_mixin.scss */
  to {
    transform: translateX(-100%);
  }
}

/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@keyframes img-move {
  /* line 212, ../../../src/cmn/css/_mixin.scss */
  to {
    transform: translateX(-100%);
  }
}

/*
@include animation(rotate 10s linear infinite);
*/
@-webkit-keyframes loading {
  /* line 9, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 12, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading {
  /* line 9, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 12, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  /* line 9, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 12, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bar {
  /* line 17, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(1, 1);
  }

  /* line 21, ../../../src/cmn/css/_anim.scss */
  40% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(0, 1);
  }

  /* line 25, ../../../src/cmn/css/_anim.scss */
  49% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(0, 1);
  }

  /* line 29, ../../../src/cmn/css/_anim.scss */
  50% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: scale(0, 1);
  }

  /* line 33, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: scale(1, 1);
  }
}

@-moz-keyframes bar {
  /* line 17, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(1, 1);
  }

  /* line 21, ../../../src/cmn/css/_anim.scss */
  40% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(0, 1);
  }

  /* line 25, ../../../src/cmn/css/_anim.scss */
  49% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(0, 1);
  }

  /* line 29, ../../../src/cmn/css/_anim.scss */
  50% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: scale(0, 1);
  }

  /* line 33, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: scale(1, 1);
  }
}

@keyframes bar {
  /* line 17, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(1, 1);
  }

  /* line 21, ../../../src/cmn/css/_anim.scss */
  40% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(0, 1);
  }

  /* line 25, ../../../src/cmn/css/_anim.scss */
  49% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    transform: scale(0, 1);
  }

  /* line 29, ../../../src/cmn/css/_anim.scss */
  50% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: scale(0, 1);
  }

  /* line 33, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: scale(1, 1);
  }
}

/*color*/
/*anim*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@keyframes img-move {
  /* line 212, ../../../src/cmn/css/_mixin.scss */
  to {
    transform: translateX(-100%);
  }
}

/* line 3, ../../../src/cmn/css/_all.scss */
body {
  -webkit-text-size-adjust: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* line 7, ../../../src/cmn/css/_all.scss */
#contents_container {
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  color: #1e2846;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  /***********************************
  * debug
  ************************************/
}
/* line 12, ../../../src/cmn/css/_all.scss */
#contents_container ::selection {
  background: #a0aab4;
}
/* line 13, ../../../src/cmn/css/_all.scss */
#contents_container ::-moz-selection {
  background: #a0aab4;
}
/* line 14, ../../../src/cmn/css/_all.scss */
#contents_container img::selection {
  background: none;
}
/* line 15, ../../../src/cmn/css/_all.scss */
#contents_container img::-moz-selection {
  background: none;
}
/* line 18, ../../../src/cmn/css/_all.scss */
#contents_container #loader {
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 5000;
  text-align: center;
  background: white;
}
/* line 28, ../../../src/cmn/css/_all.scss */
#contents_container #wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
/* line 34, ../../../src/cmn/css/_all.scss */
#contents_container #wrapper #main {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 40, ../../../src/cmn/css/_all.scss */
#contents_container #wrapper #main section {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 48, ../../../src/cmn/css/_all.scss */
#contents_container #wrapper #footer {
  width: 100%;
  float: left;
  text-align: center;
  background: #1e2846;
}
/* line 58, ../../../src/cmn/css/_all.scss */
#contents_container a {
  text-decoration: none;
}
/* line 62, ../../../src/cmn/css/_all.scss */
#contents_container .hide {
  display: none !important;
}
/* line 66, ../../../src/cmn/css/_all.scss */
#contents_container .banish {
  visibility: hidden !important;
}
/* line 70, ../../../src/cmn/css/_all.scss */
#contents_container .show {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
/* line 74, ../../../src/cmn/css/_all.scss */
#contents_container .area {
  position: relative;
}
/* line 78, ../../../src/cmn/css/_all.scss */
#contents_container .box {
  width: 100%;
  position: relative;
}
/* line 87, ../../../src/cmn/css/_all.scss */
#contents_container .iScrollIndicator {
  border: none !important;
}
/* line 88, ../../../src/cmn/css/_all.scss */
#contents_container .iScrollVerticalScrollbar {
  width: 2px !important;
}
/* line 89, ../../../src/cmn/css/_all.scss */
#contents_container .iScrollHorizontalScrollbar {
  height: 2px !important;
}
/* line 90, ../../../src/cmn/css/_all.scss */
#contents_container .iScrollIndicator {
  background: #1e2846 !important;
}
/* line 95, ../../../src/cmn/css/_all.scss */
#contents_container #stats {
  z-index: 5000;
}
/* line 98, ../../../src/cmn/css/_all.scss */
#contents_container .slick-slide {
  outline: none;
}
/* line 100, ../../../src/cmn/css/_all.scss */
#contents_container .slick-slide a {
  outline: none;
}
/* line 106, ../../../src/cmn/css/_all.scss */
#contents_container .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
}
/* line 120, ../../../src/cmn/css/_all.scss */
#contents_container .num .t {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 125, ../../../src/cmn/css/_all.scss */
#contents_container .num .t.open {
  opacity: 1;
}

/* line 133, ../../../src/cmn/css/_all.scss */
footer {
  position: relative;
  z-index: 100;
}

/*size*/
/*size*/
@media screen and (min-width: 1440px) {
  /* line 2, ../../../src/cmn/css/_pc.scss */
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  /* line 9, ../../../src/cmn/css/_pc.scss */
  #header img {
    width: 1440px;
  }

  /* line 13, ../../../src/cmn/css/_pc.scss */
  .pc_view {
    display: block !important;
  }

  /* line 14, ../../../src/cmn/css/_pc.scss */
  .sp_view {
    display: none !important;
  }

  /* line 15, ../../../src/cmn/css/_pc.scss */
  .pc_view_i {
    display: inline !important;
  }

  /* line 16, ../../../src/cmn/css/_pc.scss */
  .sp_view_i {
    display: none !important;
  }

  /* line 18, ../../../src/cmn/css/_pc.scss */
  #contents_container img {
    width: 100%;
  }
  /* line 21, ../../../src/cmn/css/_pc.scss */
  #contents_container a {
    color: #1e2846;
    cursor: pointer;
  }
  /* line 25, ../../../src/cmn/css/_pc.scss */
  #contents_container .container {
    width: 1300px;
    margin: 0 auto;
    position: relative;
  }
  /* line 30, ../../../src/cmn/css/_pc.scss */
  #contents_container .container.wide {
    width: 100%;
    max-width: 1440px;
  }
  /* line 34, ../../../src/cmn/css/_pc.scss */
  #contents_container .container.under {
    width: 760px;
  }
  /* line 38, ../../../src/cmn/css/_pc.scss */
  #contents_container #wrapper {
    float: none;
    max-width: 1440px;
    margin: 0 auto;
  }
  /* line 43, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 43px 10px 10px;
    letter-spacing: 0.08em;
    font-size: 14px;
    color: #1e2846;
  }
  /* line 53, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more:hover:before {
    transform: translateX(5px);
  }
  /* line 56, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more:hover:after {
    -webkit-animation: bar 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -moz-animation: bar 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    animation: bar 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  /* line 60, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more:after {
    content: "";
    display: block;
    background: #a0aab4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  /* line 70, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more:before {
    content: "";
    display: block;
    background: url(../img/arr.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 87, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov.open .mov_btn:before {
    opacity: 1;
  }
  /* line 93, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  /* line 99, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn:hover img {
    transform: scale(1.05);
  }
  /* line 102, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn:hover:after {
    opacity: 1;
  }
  /* line 106, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 109, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn:before {
    content: "";
    display: block;
    background: url(../img/btn_play.svg);
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 124, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn:after {
    content: "";
    display: block;
    background: url(../img/btn_play_ov.svg);
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 140, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_atn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #1E2846;
    margin-top: 3px;
  }
  /* line 147, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_atn.sp {
    display: none;
  }
  /* line 150, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_atn span {
    display: inline-block;
    width: 26px;
    font-size: 12px;
    line-height: 34px;
  }
  /* line 156, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_atn p {
    width: 980px;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.14em;
  }
  /* line 164, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    float: left;
    top: 0;
    left: 0;
    background: white;
  }
  /* line 173, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
  }
  /* line 184, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    z-index: 10;
    background: url(../img/loader.gif) no-repeat center center;
    background-size: 60px auto;
  }
  /* line 196, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .inner i {
    float: right;
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  /* line 201, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .inner .movarea {
    width: 800px;
    height: 450px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 205, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .inner .movarea.passive {
    opacity: 0;
  }
  /* line 210, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close {
    width: 85px;
    height: 85px;
    float: right;
    position: fixed;
    text-align: center;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 5003;
  }
  /* line 223, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close .bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 229, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close .bar span {
    background: #1e2846;
    width: 30px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 28px;
    content: "";
    margin: -13px 0 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -o-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  /* line 244, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close .bar:after {
    background: #1e2846;
    width: 30px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
    margin: 7px 0 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transform: rotate(-45deg) translate(6px, -8px);
    -moz-transform: rotate(-45deg) translate(6px, -8px);
    -ms-transform: rotate(-45deg) translate(6px, -8px);
    -o-transform: rotate(-45deg) translate(6px, -8px);
    transform: rotate(-45deg) translate(6px, -8px);
  }
  /* line 260, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close .t {
    display: inline-block;
    position: absolute;
    top: 57px;
    left: 25px;
  }
  /* line 267, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close:hover .bar {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}
/*size*/
/*size*/
@media screen and (min-width: 768px) and (max-width: 1439px) {
  /* line 2, ../../../src/cmn/css/_pc.scss */
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  /* line 9, ../../../src/cmn/css/_pc.scss */
  #header img {
    width: 1440px;
  }

  /* line 13, ../../../src/cmn/css/_pc.scss */
  .pc_view {
    display: block !important;
  }

  /* line 14, ../../../src/cmn/css/_pc.scss */
  .sp_view {
    display: none !important;
  }

  /* line 15, ../../../src/cmn/css/_pc.scss */
  .pc_view_i {
    display: inline !important;
  }

  /* line 16, ../../../src/cmn/css/_pc.scss */
  .sp_view_i {
    display: none !important;
  }

  /* line 18, ../../../src/cmn/css/_pc.scss */
  #contents_container img {
    width: 100%;
  }
  /* line 21, ../../../src/cmn/css/_pc.scss */
  #contents_container a {
    color: #1e2846;
    cursor: pointer;
  }
  /* line 25, ../../../src/cmn/css/_pc.scss */
  #contents_container .container {
    width: 90.2%;
    margin: 0 auto;
    position: relative;
  }
  /* line 30, ../../../src/cmn/css/_pc.scss */
  #contents_container .container.wide {
    width: 100%;
    max-width: 1440px;
  }
  /* line 34, ../../../src/cmn/css/_pc.scss */
  #contents_container .container.under {
    width: 760px;
  }
  /* line 38, ../../../src/cmn/css/_pc.scss */
  #contents_container #wrapper {
    float: none;
    max-width: 1440px;
    margin: 0 auto;
  }
  /* line 43, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 2.98611vw 0.69444vw 0.69444vw;
    letter-spacing: 0.08em;
    font-size: 0.97222vw;
    color: #1e2846;
  }
  /* line 53, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more:hover:before {
    transform: translateX(5px);
  }
  /* line 56, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more:hover:after {
    -webkit-animation: bar 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -moz-animation: bar 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    animation: bar 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  /* line 60, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more:after {
    content: "";
    display: block;
    background: #a0aab4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  /* line 70, ../../../src/cmn/css/_pc.scss */
  #contents_container .btn_more:before {
    content: "";
    display: block;
    background: url(../img/arr.svg);
    background-size: cover;
    width: 0.97222vw;
    height: 0.97222vw;
    position: absolute;
    top: 0.13889vw;
    right: 0.69444vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 87, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov.open .mov_btn:before {
    opacity: 1;
  }
  /* line 93, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  /* line 99, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn:hover img {
    transform: scale(1.05);
  }
  /* line 102, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn:hover:after {
    opacity: 1;
  }
  /* line 106, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 109, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn:before {
    content: "";
    display: block;
    background: url(../img/btn_play.svg);
    background-size: cover;
    width: 4.16667vw;
    height: 4.16667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 124, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_btn:after {
    content: "";
    display: block;
    background: url(../img/btn_play_ov.svg);
    background-size: cover;
    width: 4.16667vw;
    height: 4.16667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 140, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_atn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #1E2846;
    margin-top: 0.20833vw;
  }
  /* line 147, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_atn.sp {
    display: none;
  }
  /* line 150, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_atn span {
    display: inline-block;
    width: 1.80556vw;
    font-size: 0.83333vw;
    line-height: 2.36111vw;
  }
  /* line 156, ../../../src/cmn/css/_pc.scss */
  #contents_container .mov_atn p {
    width: 68.05556vw;
    font-size: 0.83333vw;
    line-height: 2.36111vw;
    letter-spacing: 0.14em;
  }
  /* line 164, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    float: left;
    top: 0;
    left: 0;
    background: white;
  }
  /* line 173, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
  }
  /* line 184, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    z-index: 10;
    background: url(../img/loader.gif) no-repeat center center;
    background-size: 60px auto;
  }
  /* line 196, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .inner i {
    float: right;
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  /* line 201, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .inner .movarea {
    width: 800px;
    height: 450px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 205, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .inner .movarea.passive {
    opacity: 0;
  }
  /* line 210, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close {
    width: 85px;
    height: 85px;
    float: right;
    position: fixed;
    text-align: center;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 5003;
  }
  /* line 223, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close .bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 229, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close .bar span {
    background: #1e2846;
    width: 30px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 28px;
    content: "";
    margin: -13px 0 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -o-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  /* line 244, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close .bar:after {
    background: #1e2846;
    width: 30px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
    margin: 7px 0 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transform: rotate(-45deg) translate(6px, -8px);
    -moz-transform: rotate(-45deg) translate(6px, -8px);
    -ms-transform: rotate(-45deg) translate(6px, -8px);
    -o-transform: rotate(-45deg) translate(6px, -8px);
    transform: rotate(-45deg) translate(6px, -8px);
  }
  /* line 260, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close .t {
    display: inline-block;
    position: absolute;
    top: 57px;
    left: 25px;
  }
  /* line 267, ../../../src/cmn/css/_pc.scss */
  #contents_container #reel .close:hover .bar {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  /* line 5, ../../../src/cmn/css/_mid.scss */
  #header img {
    width: 100%;
  }

  /* line 10, ../../../src/cmn/css/_mid.scss */
  #footer img {
    width: 100%;
  }
}
/*size*/
/*size*/
@media screen and (max-width: 767px) {
  /* line 4, ../../../src/cmn/css/_sp.scss */
  #header {
    line-height: 0;
  }
  /* line 6, ../../../src/cmn/css/_sp.scss */
  #header img {
    width: 100%;
  }

  /* line 10, ../../../src/cmn/css/_sp.scss */
  .pc_view {
    display: none !important;
  }

  /* line 11, ../../../src/cmn/css/_sp.scss */
  .sp_view {
    display: block !important;
  }

  /* line 12, ../../../src/cmn/css/_sp.scss */
  .pc_view_i {
    display: none !important;
  }

  /* line 13, ../../../src/cmn/css/_sp.scss */
  .sp_view_i {
    display: inline !important;
  }

  /* line 15, ../../../src/cmn/css/_sp.scss */
  #contents_container {
    font-size: 3vw;
  }
  /* line 17, ../../../src/cmn/css/_sp.scss */
  #contents_container img {
    width: 100%;
  }
  /* line 20, ../../../src/cmn/css/_sp.scss */
  #contents_container a {
    color: #1e2846;
  }
  /* line 23, ../../../src/cmn/css/_sp.scss */
  #contents_container .container {
    width: 89.3%;
    margin: 0 auto;
    position: relative;
  }
  /* line 30, ../../../src/cmn/css/_sp.scss */
  #contents_container .btn_more {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 11.46667vw 2vw 2.66667vw;
    letter-spacing: 0.08em;
    font-size: 3.2vw;
    color: #1e2846;
  }
  /* line 39, ../../../src/cmn/css/_sp.scss */
  #contents_container .btn_more:after {
    content: "";
    display: block;
    background: #a0aab4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  /* line 49, ../../../src/cmn/css/_sp.scss */
  #contents_container .btn_more:before {
    content: "";
    display: block;
    background: url(../img/arr.svg);
    background-size: cover;
    width: 3.73333vw;
    height: 3.73333vw;
    position: absolute;
    top: -0.4vw;
    right: 2.66667vw;
  }
  /* line 65, ../../../src/cmn/css/_sp.scss */
  #contents_container .mov.open .mov_btn:before {
    opacity: 1;
  }
  /* line 72, ../../../src/cmn/css/_sp.scss */
  #contents_container .mov_btn {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  /* line 77, ../../../src/cmn/css/_sp.scss */
  #contents_container .mov_btn:before {
    content: "";
    display: block;
    background: url(../img/btn_play.svg);
    background-size: cover;
    width: 13.33333vw;
    height: 13.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 93, ../../../src/cmn/css/_sp.scss */
  #contents_container .mov_atn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    color: #1E2846;
    margin-top: 0.8vw;
  }
  /* line 100, ../../../src/cmn/css/_sp.scss */
  #contents_container .mov_atn.pc {
    display: none;
  }
  /* line 103, ../../../src/cmn/css/_sp.scss */
  #contents_container .mov_atn span {
    display: inline-block;
    width: 5.33333vw;
    font-size: 3.2vw;
    line-height: 5.33333vw;
  }
  /* line 109, ../../../src/cmn/css/_sp.scss */
  #contents_container .mov_atn p {
    width: 84vw;
    font-size: 3.2vw;
    line-height: 5.33333vw;
    letter-spacing: 0.14em;
  }
  /* line 117, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    float: left;
    top: 0;
    left: 0;
    background: white;
  }
  /* line 126, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
  }
  /* line 137, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 89.33333vw;
    height: 50.13333vw;
    z-index: 10;
    background: url(../img/loader.gif) no-repeat center center;
    background-size: 13.33333vw auto;
  }
  /* line 149, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .inner i {
    float: right;
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  /* line 154, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .inner .movarea {
    width: 89.33333vw;
    height: 50.13333vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 158, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .inner .movarea.passive {
    opacity: 0;
  }
  /* line 164, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .close {
    width: 47.5px;
    height: 47.5px;
    float: right;
    position: fixed;
    text-align: center;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 5003;
  }
  /* line 176, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .close .bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 182, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .close .bar span {
    background: #1e2846;
    width: 25px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    content: "";
    margin: -12px 0 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -o-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  /* line 200, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .close .bar:after {
    background: #1e2846;
    width: 25px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    content: "";
    margin: 8px 0 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transform: rotate(-45deg) translate(6px, -8px);
    -moz-transform: rotate(-45deg) translate(6px, -8px);
    -ms-transform: rotate(-45deg) translate(6px, -8px);
    -o-transform: rotate(-45deg) translate(6px, -8px);
    transform: rotate(-45deg) translate(6px, -8px);
  }
  /* line 219, ../../../src/cmn/css/_sp.scss */
  #contents_container #reel .close .t {
    display: inline-block;
    position: absolute;
    top: 57px;
    left: 25px;
  }
}
