@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px), print {
  /*debug
  body{
  	background: url(../img/_guide.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 27, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single header {
    float: left;
    width: 100%;
    padding: 5vw 0 0 0;
    margin: 0 0 3vw 0;
  }
  /* line 31, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single header h1 {
    font-size: 2.6vw;
    line-height: 1.6;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 1.1vw 0;
  }
  /* line 37, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single header .en {
    float: left;
    width: 100%;
    color: #17d8fc;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.54vw;
  }
  /* line 44, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article {
    float: left;
    width: 100%;
    margin: 0 0 1.8vw 0;
    overflow: hidden;
    position: relative;
  }
  /* line 49, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .img {
    float: right;
    width: 32vw;
    position: relative;
    overflow: hidden;
  }
  /* line 54, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .img .item {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 58, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .img .slick-arrow, body #wrapper #news.single article .img .slick-dots {
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 62, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  /* line 66, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .img.open .item {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 69, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .img.open .slick-arrow, body #wrapper #news.single article .img.open .slick-dots {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 72, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .img.open:after {
    height: 0%;
  }
  /* line 77, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .txts {
    float: left;
    width: 38.5vw;
  }
  /* line 80, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .txts .txt {
    float: left;
    width: 100%;
    margin: -0.6vw 0 5.2vw 0;
  }
  /* line 83, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .txts .txt p {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.85;
    margin: 0 0 2.3vw 0;
  }
  /* line 89, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news.single article .txts .txt em {
    color: #FF6200;
  }
  /* line 97, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news .content h2 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.6vw;
    margin: 0 0 2.6vw 0;
  }
  /* line 102, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news .content .sub {
    float: left;
    width: 100%;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.86vw;
    line-height: 1.68;
    padding: 0 0 3vw 0;
    margin: 0 0 2vw 0;
    position: relative;
  }
  /* line 110, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news .content .sub:after {
    content: "";
    display: block;
    background: #f0f3f5;
    width: 3.6vw;
    height: 0.16vw;
    position: absolute;
    bottom: -0.2vw;
    left: 0;
  }
  /* line 121, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news .content .txt {
    float: left;
    width: 100%;
  }
  /* line 123, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news .content .txt h3 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.3vw;
    line-height: 1.62;
    margin: 0 0 1.7vw 0;
    color: #707f89;
  }
  /* line 130, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news .content .txt p {
    float: left;
    width: 100%;
    font-size: 1.54vw;
    line-height: 1.92;
    text-indent: 1em;
    margin: 0 0 8.3vw 0;
  }
  /* line 138, ../../../../src/page/news/css/_pc.scss */
  body #wrapper #news .content .copy {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1vw solid #f0f3f5;
    font-size: 1.46vw;
    line-height: 2.03;
    text-indent: 1em;
    margin: 0 0 1.7vw 0;
    padding: 2.2vw 4.5vw 3vw 4.5vw;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(../img/_guide_sp.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	
  	#wrapper #news.single header h1{
  		height: 26px;
  	}
  	
  	#wrapper #news.single header .en{
  	    height: 52px;
  	}
  	
  	#wrapper #news.single article .img{
  	    height: 69vw;
  	}
  }
  */
  /* line 37, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news {
    padding: 0 0 9vw 0;
  }
  /* line 40, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single header {
    float: left;
    width: 100%;
    padding: 3vw 0 0 0;
    margin: 0 0 6vw 0;
  }
  /* line 44, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single header h1 {
    font-size: 5.8vw;
    line-height: 1.1;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 5.4vw 0;
  }
  /* line 50, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single header .en {
    float: left;
    width: 100%;
    color: #17d8fc;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 4.75vw;
  }
  /* line 57, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article {
    float: left;
    width: 100%;
    margin: 0 0 8vw 0;
    overflow: hidden;
    position: relative;
  }
  /* line 62, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .img {
    float: left;
    width: 120%;
    margin: 0 0 6vw -10%;
    position: relative;
    overflow: hidden;
  }
  /* line 68, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .img .item {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 72, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .img .slick-arrow, body #wrapper #news.single article .img .slick-dots {
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 76, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  /* line 80, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .img.open .item {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 83, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .img.open .slick-arrow, body #wrapper #news.single article .img.open .slick-dots {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 86, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .img.open:after {
    height: 0%;
  }
  /* line 91, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .txts {
    float: left;
    width: 100%;
  }
  /* line 94, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .txts .txt {
    float: left;
    width: 100%;
  }
  /* line 96, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .txts .txt p {
    float: left;
    width: 100%;
    font-size: 3.55vw;
    line-height: 1.9;
    margin: 0 0 7vw 0;
  }
  /* line 102, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news.single article .txts .txt em {
    color: #FF6200;
  }
  /* line 110, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news .content h2 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 4.75vw;
    margin: 0 0 2.6vw 0;
  }
  /* line 115, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news .content .sub {
    float: left;
    width: 100%;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 3.3vw;
    line-height: 1.68;
    padding: 0 0 3vw 0;
    margin: 0 0 2vw 0;
    position: relative;
  }
  /* line 123, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news .content .sub:after {
    content: "";
    display: block;
    background: #f0f3f5;
    width: 3.6vw;
    height: 1px;
    position: absolute;
    bottom: -0.2vw;
    left: 0;
  }
  /* line 134, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news .content .txt {
    float: left;
    width: 100%;
  }
  /* line 136, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news .content .txt h3 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.1em;
    line-height: 1.62;
    margin: 0 0 1.7vw 0;
    color: #707f89;
  }
  /* line 143, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news .content .txt p {
    float: left;
    width: 100%;
    font-size: 2.7vw;
    line-height: 1.92;
    text-indent: 1em;
    margin: 0 0 8.3vw 0;
  }
  /* line 151, ../../../../src/page/news/css/_sp.scss */
  body #wrapper #news .content .copy {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1vw solid #f0f3f5;
    font-size: 2.6vw;
    line-height: 2.03;
    text-indent: 1em;
    margin: 0 0 1.7vw 0;
    padding: 2.2vw 4.5vw 3vw 4.5vw;
  }
}
