@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*size*/
/*============================
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%);
  }
}

@media screen and (min-width: 768px) {
  /*debug
  body{
  	background: url(../img/_guide.png) no-repeat top center;
  	background-size: 1440px auto;
  	background-position: 50% 0;
  	// background-position: 50% -1323px;
  	#header{
  		@include opacity(0.6);
  		width: 1440px !important;
  	}
  	#wrapper{
  		width: 1440px !important;
  		@include opacity(0.6);
  		float: none !important;
  		margin: 0 auto;
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 27, ../../../../src/page/digest/css/_pc.scss */
  #contents_container .bg_num {
    position: fixed;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-weight: 300;
    font-size: 240px;
    color: #adccd8;
    bottom: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.2;
    transform: translate(108px, 0px);
    height: 216px;
  }
  /* line 40, ../../../../src/page/digest/css/_pc.scss */
  #contents_container .container {
    position: relative;
    z-index: 10;
  }
  /* line 44, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top {
    padding-top: 30px;
  }
  /* line 46, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top h1 {
    text-align: center;
    margin-bottom: 17px;
  }
  /* line 49, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top h1 img {
    width: 400px;
  }
  /* line 54, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .txt .t1 {
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.14em;
    margin-bottom: 4px;
  }
  /* line 61, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .txt .t2 {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.14em;
    margin-bottom: 15px;
  }
  /* line 68, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .txt .t3 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.14em;
    margin-bottom: 31px;
  }
  /* line 76, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .movie_area {
    margin-bottom: 25px;
  }
  /* line 81, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .detail .btn_area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  /* line 87, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .detail .btn_txt {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 43px 5px 14px;
    letter-spacing: 0.18em;
    font-size: 16px;
    line-height: 26px;
    -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 97, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .detail .btn_txt.open {
    opacity: 1;
  }
  /* line 101, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .detail .btn_txt:hover:before {
    transform: translateX(5px);
  }
  /* line 104, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .detail .btn_txt: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 108, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .detail .btn_txt:after {
    content: "";
    display: block;
    background: #a0aab4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  /* line 118, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .detail .btn_txt:before {
    content: "";
    display: block;
    background: url(../../../cmn/img/arr.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    right: 8px;
    -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 132, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .btn_back {
    margin: 100px 0 82px 0;
  }
  /* line 134, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .btn_back .btn {
    font-size: 16px;
    width: 400px;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #a0aab4;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    -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);
    letter-spacing: 0.13em;
  }
  /* line 148, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .btn_back .btn:hover {
    background: #1e2846;
    color: white;
  }
  /* line 151, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .btn_back .btn:hover:after {
    opacity: 1;
  }
  /* line 155, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .btn_back .btn:after {
    content: "";
    display: block;
    background: url(../../../cmn/img/arr_w.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%) rotate(180deg);
    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);
    z-index: 3;
  }
  /* line 170, ../../../../src/page/digest/css/_pc.scss */
  #contents_container #top .btn_back .btn:before {
    content: "";
    display: block;
    background: url(../../../cmn/img/arr.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%) rotate(180deg);
  }
}
/*color*/
/*anim*/
/*size*/
/*size*/
/*============================
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%);
  }
}

@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(../img/_guide.png) no-repeat top center;
  	// background: url(../../../images/page/top/_opsp.png) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px -10px;
  	header{
  		@include opacity(0.6);
  	}
  	#opening{
  		opacity: 0.6;
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }*/
  /* line 28, ../../../../src/page/digest/css/_sp.scss */
  #contents_container .bg_num {
    position: fixed;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-weight: 300;
    font-size: 34.13333vw;
    color: #adccd8;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.2;
    height: 31vw;
  }
  /* line 40, ../../../../src/page/digest/css/_sp.scss */
  #contents_container .container {
    position: relative;
    z-index: 10;
  }
  /* line 44, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top {
    padding-top: 8.8vw;
    padding-bottom: 9.6vw;
  }
  /* line 47, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top h1 {
    text-align: center;
    margin-bottom: 5.6vw;
  }
  /* line 50, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top h1 img {
    width: 86.13333vw;
  }
  /* line 55, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .txt .t1 {
    text-align: center;
    font-size: 4.26667vw;
    line-height: 6.93333vw;
    letter-spacing: 0.14em;
    margin-bottom: 1.33333vw;
  }
  /* line 62, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .txt .t2 {
    text-align: center;
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.14em;
    margin-bottom: 0.53333vw;
  }
  /* line 69, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .txt .t3 {
    text-align: center;
    font-size: 4.26667vw;
    line-height: 9.06667vw;
    letter-spacing: 0.14em;
    margin-bottom: 5.86667vw;
  }
  /* line 77, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .movie_area {
    margin-bottom: 8vw;
  }
  /* line 82, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .detail .btn_area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  /* line 88, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .detail .btn_txt {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 11.46667vw 1.33333vw 4vw;
    letter-spacing: 0.08em;
    letter-spacing: 0.18em;
    font-size: 3.73333vw;
    line-height: 1.857;
  }
  /* line 99, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .detail .btn_txt:after {
    content: "";
    display: block;
    background: #a0aab4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  /* line 109, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .detail .btn_txt:before {
    content: "";
    display: block;
    background: url(../../../cmn/img/arr.svg);
    background-size: cover;
    width: 3.73333vw;
    height: 3.73333vw;
    position: absolute;
    top: 1.33333vw;
    right: 2.13333vw;
  }
  /* line 122, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .btn_back {
    margin: 26.66667vw 0 16vw 0;
  }
  /* line 124, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .btn_back .btn {
    font-size: 4.26667vw;
    width: 100%;
    height: 14.4vw;
    box-sizing: border-box;
    border: 1px solid #a0aab4;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.15em;
  }
  /* line 137, ../../../../src/page/digest/css/_sp.scss */
  #contents_container #top .btn_back .btn:before {
    content: "";
    display: block;
    background: url(../../../cmn/img/arr.svg);
    background-size: cover;
    width: 3.73333vw;
    height: 3.73333vw;
    position: absolute;
    top: 50%;
    left: 5.33333vw;
    transform: translate(0, -50%) rotate(180deg);
  }
}
