@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Rochester');
@font-face {
  font-family: 'UniqloPro';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/UniqloProRegular-webfont.eot");
  src: url("../fonts/UniqloProRegular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/UniqloProRegular-webfont.woff") format("woff"), url("../fonts/UniqloProRegular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'UniqloPro';
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/UniqloProLight-webfont.eot");
  src: url("../fonts/UniqloProLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/UniqloProLight-webfont.woff") format("woff"), url("../fonts/UniqloProLight-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'UniqloPro';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/UniqloProBold-webfont.eot");
  /* IE9以上用 */
  src: url("../fonts/UniqloProBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/UniqloProBold-webfont.woff") format("woff"), url("../fonts/UniqloProBold-webfont.otf") format("opentype");
}

/*__________________________________________________
リセットcss
__________________________________________________*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*__________________________________________________
レイアウト全体
__________________________________________________*/
.pc,
.sp{
  display: none;
}
.PC,
.PC body{
  min-width: 960px;
  height: 100%;
}
body{
  background-color: #f4f4f4;
}
.transition{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contents{
  font-family: "UniqloPro", sans-serif;
  color: #fff;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}
img{
  vertical-align: bottom;
}
a{
  color: #fff;
  display: inline-block;
}
/*__________________________________________________
フォント
__________________________________________________*/
.Rochester{
  font-family: 'Rochester', cursive;
  font-weight: normal;
}
.gothic{
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","MS PGothic",Verdana,Helvetica,sans-serif;
  font-weight: bold;
}
/*__________________________________________________
ヘッダー
__________________________________________________*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-width: 960px;
  height: 90px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}
.header img {
  width: 50px;
}
/*__________________________________________________
ローディング
__________________________________________________*/
.loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loading p{
  position: fixed;
  top: 48%;
  left: 0;
  width: 100%;
  font-size: 36px;
  text-align: center;
  color: #000;
}
.loading p span{
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: loading;
}
.loading p span:nth-child(1) {
  animation-delay: 0s;
}
.loading p span:nth-child(2) {
  animation-delay: 0.3s;
}
.loading p span:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*__________________________________________________
PC モーダル 動画
__________________________________________________*/
.PC .modalWrap,
.tablet .modalWrap{
  position: relative;
  padding-bottom: 56.25%;
}
.PC .mfp-container,
.tablet .mfp-container{
  right: 0;
  width: 68.5%;
  margin: auto;
}
.PC .modalWrap iframe,
.tablet .modalWrap iframe{
  position: absolute;
  top: 0;
  left: 0;
}

/*__________________________________________________
左ナビ
__________________________________________________*/
#fp-nav{
  font-family: "UniqloPro", sans-serif;
  position: absolute;
  opacity: 0;
}
#fp-nav.left{
  left:0;
 -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav.left.is-hide{
  z-index: 1;
  left: -100px;
}

#fp-nav ul li .fp-tooltip.left{
  overflow: visible;
  top: 7px;
  left: 30px;
  font-size: 14px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#fp-nav ul li a span{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip{
  left: 70px;
}
#fp-nav ul li, .fp-slidesNav ul li{
  width: 100px;
  height: auto;
  margin: 0;
}
#fp-nav ul li a, .fp-slidesNav ul li a{
  padding: 15px 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span{
  position: relative;
  display: block;
  width: 20px;
  top: 0;
  left: 0;
  opacity: 0.5;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
  border-radius: 0;
  height: 2px;
  background: #fff;
  margin: 0;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
  width: 50px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
  border-radius: 0;
  width: 60px;
  height: 2px;
  margin: 0;
  opacity: 1;
}
#fp-nav li:last-child{
  display: none;
}

/*__________________________________________________
背景動画
__________________________________________________*/
.pc .box_frame{
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border-width: 10px;
  border-style: solid;
  border-color: #fff;
}
.pc .movieBox {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pc .movieBox.js-scale{
  transform: scale(1.4,1.4);
}
#movie01 {
  top: 0;
  transition: top 0.5s;
}
#movie01.is-hide{
  top: -100%;
  transition: top 0.5s 0.2s;
}

/*__________________________________________________
pc 共通
__________________________________________________*/
.pc section{
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  min-width: 960px;
  height: 100%;
}
.slideWrap{
.pc   position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.pc .filter{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.pc .filter img{
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}
/*__________________________________________________
スライドコンテンツ
__________________________________________________*/
.pc{
  width: 100%;
  min-width: 960px;
  height: 100%;
  text-align: center;
}
.pc .box_frameContents h2{
  padding-top: 72px;
  font-size: 120px;
  line-height: 1;
  text-align: center;
  opacity: 0;
}

.pc .box_frameContents{
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#box03,
#box04,
#box05,
#box06,
#box07{
  z-index: 70;
}
/*アイコン*/
#box03 h2{
  background: url('../images/170905-icon_q01.png') center top no-repeat;
}
#box04 h2{
  background: url('../images/170905-icon_q02.png') center top no-repeat;
}
#box05 h2{
  background: url('../images/170905-icon_q03.png') center top no-repeat;
}
#box06 h2{
  background: url('../images/170905-icon_q04.png') center top no-repeat;
}
#box07 h2{
  background: url('../images/170905-icon_q05.png') center top no-repeat;
}
/*フォーカスボタン*/
.pc .btn_focus{
  position: absolute;
  bottom: 65px;
  left: 50%;
  display: table;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 0;
}
.pc .btn_focus img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.pc .btn_focus span{
  display: table-cell;
  vertical-align: middle;
}
.pc .q_copy{
  margin-top: 145px;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.6px;
  opacity: 0;
}
.pc .btn_next{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  min-width: 960px;
  height: 80px;
  padding-top: 14px;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.pc .btn_next img{
  margin-top: 30px;
}

/*左上の数字*/
.pc .num{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  width: 82px;
  padding: 28px 30px;
  font-size: 24px;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
/*右上のアイコン類*/
.pc .btnWrap{
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 300;
  padding-left: 60px;
}
.pc #box01 .btnWrap{
  position: absolute;
  z-index: 50;
}
.pc .playWrap{
  position: absolute;
  top: 16px;
  right: 127px;
  z-index: 300;
  vertical-align: top;
  cursor: pointer;
}
.pc .snsWrap{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 300;
  font-size: 0;
  vertical-align: top;
}
.pc #box01 .snsWrap{
  position: fixed;
  top: 110px;
  right: 30px;
  z-index: 60;
  display: none;
}
.pc .btn_play,
.pc .btn_tw,
.pc .btn_fb{
  border: 4px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: top;
}
.pc .playWrap img{
  vertical-align: top;
  margin-top: 2px;
}
.pc .btn_play{
  display: inline-block;
  background: url('../images/170905-icon_play.png') center center no-repeat;
  background-size: 12px 16px;
  width: 50px;
  height: 50px;
  margin-right: 4px;
}
.pc .btn_tw{
  background: url('../images/170905-icon_tw.png') center center no-repeat;
  background-size: 20px 17px;
  margin-left: 10px;
  cursor: pointer;
}
.pc .btn_fb{
  background: url('../images/170905-icon_fb.png') center center no-repeat;
  background-size: 12px 20px;
  cursor: pointer;
}
.pc .btn_tw,
.pc .btn_fb{
  width: 40px;
  height: 40px;
  color: transparent;
}
.pc .playWrap:hover .btn_play{
  width: 60px;
  height: 60px;
  margin-top: -4px;
}
.pc .btn_tw:hover,
.pc .btn_fb:hover{
  width: 50px;
  height: 50px;
  margin-top: -4px;
}
.pc .btnWrap img{
  vertical-align: middle;
}
/*__________________________________________________
スライド
__________________________________________________*/
.pc .horizontal{
  position: absolute;
  top: 0;
  left: 200%;
  width: 100%;
  height: 100%;
  display: none;
}
#box03 .horizontal{
  background-color: #169da2;
}
#box04 .horizontal{
  background-color: #ab1f46;
}
#box05 .horizontal{
  background-color: #e48600;
}
#box06 .horizontal{
  background-color: #803789;
}
#box07 .horizontal{
  background-color: #005e15;
}
.pc .titleBox{
  display: table;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 100;
  width: 100%;
  height: 100%;
}
#box03 .titleBox{
  background-color: #169da2;
  background-image: url('../images/170905-bg_answer01.png');
  background-position: center center;
  background-repeat: no-repeat;
}
#box04 .titleBox{
  background-color: #ab1f46;
  background-image: url('../images/170905-bg_answer02.png');
  background-position: center center;
  background-repeat: no-repeat;
}
#box05 .titleBox{
  background-color: #e48600;
  background-image: url('../images/170905-bg_answer03.png');
  background-position: center center;
  background-repeat: no-repeat;
}
#box06 .titleBox{
  background-color: #803789;
  background-image: url('../images/170905-bg_answer04.png');
  background-position: center center;
  background-repeat: no-repeat;
}
#box07 .titleBox{
  background-color: #005e15;
  background-image: url('../images/170905-bg_answer05.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.pc .horizontal:before{
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: -60px;
  width: 140px;
  height: 180%;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
#box03 .horizontal:before{
  background-color: #169da2;
}
#box04 .horizontal:before{
  background-color: #ab1f46;
}
#box05 .horizontal:before{
  background-color: #e48600;
}
#box06 .horizontal:before{
  background-color: #803789;
}
#box07 .horizontal:before{
  background-color: #005e15;
}
/*__________________________________________________
答え
__________________________________________________*/
.pc .answerWrap{
  display: table-cell;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.pc .answer{
  font-size: 60px;
  line-height: 0.5;
}
.pc .answer_jp{
  margin-top: 34px;
  font-size: 60px;
  font-weight: bold;
}
.pc .answer_small{
  margin-top: 17px;
  font-size: 30px;
}
/*__________________________________________________
詳細画面
__________________________________________________*/
.pc .detailBox{
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 201;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  box-sizing: border-box;
}

.pc .detailBox_inner{
  width: 100%;
  height: 100%;
}
#box03 .detailBox_inner{
  background: url('../images/170905-detail_img01.jpg') left center no-repeat;
  background-size: cover;
}
#box04 .detailBox_inner{
  background: url('../images/170905-detail_img02.jpg') left center no-repeat;
  background-size: cover;
}
#box05 .detailBox_inner{
  background: url('../images/170905-detail_img03.jpg') center center no-repeat;
  background-size: cover;
}
#box06 .detailBox_inner{
  background: url('../images/170905-detail_img04.jpg') left center no-repeat;
  background-size: cover;
}
#box07 .detailBox_inner{
  background: url('../images/170905-detail_img05.jpg') left center no-repeat;
  background-size: cover;
}
.pc .slanting{
  position: absolute;
  font-size: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
#box04 .slanting,
#box05 .slanting{
  color: #000;
}
.pc .detailBox .slanting.active{
  opacity: 1;
}
#box03 .slanting01{
  top: 15.5%;
  left: 9.6%;
  -webkit-transform: rotate(-12deg) scale(1.4);
  -ms-transform: rotate(-12deg) scale(1.4);
  transform: rotate(-12deg) scale(1.4);
}
#box03 .slanting01.active{
  -webkit-transform: rotate(-12deg) scale(1);
  -ms-transform: rotate(-12deg) scale(1);
  transform: rotate(-12deg) scale(1);
}
#box04 .slanting01{
  top: 8%;
  left: 12.7%;
  -webkit-transform: rotate(-2deg) scale(1.4);
  -ms-transform: rotate(-2deg) scale(1.4);
  transform: rotate(-2deg) scale(1.4);
}
#box04 .slanting01.active{
  -webkit-transform: rotate(-2deg) scale(1);
  -ms-transform: rotate(-2deg) scale(1);
  transform: rotate(-2deg) scale(1);
}
#box04 .slanting02{
  top: 12%;
  left: 28.2%;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
#box04 .slanting02.active{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#box04 .slanting03{
  top: 16.4%;
  left: 40.4%;
  -webkit-transform: rotate(-10deg) scale(1.4);
  -ms-transform: rotate(-10deg) scale(1.4);
  transform: rotate(-10deg) scale(1.4);
}
#box04 .slanting03.active{
  -webkit-transform: rotate(-10deg) scale(1);
  -ms-transform: rotate(-10deg) scale(1);
  transform: rotate(-10deg) scale(1);
}
#box04 .slanting04{
  top: 23.6%;
  left: 57.2%;
  -webkit-transform: rotate(7deg) scale(1.4);
  -ms-transform: rotate(7deg) scale(1.4);
  transform: rotate(7deg) scale(1.4);
}
#box04 .slanting04.active{
  -webkit-transform: rotate(7deg) scale(1);
  -ms-transform: rotate(7deg) scale(1);
  transform: rotate(7deg) scale(1);
}
#box05 .slanting01{
  top: 13.5%;
  left: 27.6%;
  -webkit-transform: rotate(-9deg) scale(1.4);
  -ms-transform: rotate(-9deg) scale(1.4);
  transform: rotate(-9deg) scale(1.4);
}
#box05 .slanting01.active{
  -webkit-transform: rotate(-9deg) scale(1);
  -ms-transform: rotate(-9deg) scale(1);
  transform: rotate(-9deg) scale(1);
}
#box05 .slanting02{
  top: 5.7%;
  left: 47.1%;
  -webkit-transform: rotate(7deg) scale(1.4);
  -ms-transform: rotate(7deg) scale(1.4);
  transform: rotate(7deg) scale(1.4);
}
#box05 .slanting02.active{
  -webkit-transform: rotate(7deg) scale(1);
  -ms-transform: rotate(7deg) scale(1);
  transform: rotate(7deg) scale(1);
}
#box06 .slanting01{
  top: 42.1%;
  left: 18.5%;
  -webkit-transform: rotate(-9deg) scale(1.4);
  -ms-transform: rotate(-9deg) scale(1.4);
  transform: rotate(-9deg) scale(1.4);
}
#box06 .slanting01.active{
  -webkit-transform: rotate(-9deg) scale(1);
  -ms-transform: rotate(-9deg) scale(1);
  transform: rotate(-9deg) scale(1);
}
#box07 .slanting01{
  top: 38.3%;
  left: 46.2%;
  -webkit-transform: rotate(9deg) scale(1.4);
  -ms-transform: rotate(9deg) scale(1.4);
  transform: rotate(9deg) scale(1.4);
}
#box07 .slanting01.active{
  -webkit-transform: rotate(9deg) scale(1);
  -ms-transform: rotate(9deg) scale(1);
  transform: rotate(9deg) scale(1);
}
.pc .detail_txt{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 45px 22px 103px 30px;
  text-align: left;
  box-sizing: border-box;
  opacity: 0;
}
#box03 .detail_txt{
  background-color: rgba(22,157,162,0.5);
}
#box04 .detail_txt{
  background-color: rgba(171,31,70,0.5);
}
#box05 .detail_txt{
  background-color: rgba(228,134,0,0.5);
}
#box06 .detail_txt{
  background-color: rgba(128,55,137,0.5);
}
#box07 .detail_txt{
  background-color: rgba(0,94,21,0.5);
  padding-bottom: 30px;
}
.pc .detail_txt h3{
  font-size: 28px;
  line-height: 1.2;
}
.pc .detail_title{
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","MS PGothic",Verdana,Helvetica,sans-serif;
  display: inline-block;
  margin-top: 20px;
  font-size: 36px;
  border-bottom: 2px solid #fff;
}
.pc .detail_txt p{
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0.3px;
}
.pc .saleDate{
  margin-top: 20px;
  font-size: 13px;
  line-height: 2;
}
.pc .linkTag{
  position: absolute;
  right: 20px;
  bottom: 60px;
  z-index: 500;
  min-width: 204px;
  padding: 20px 0 20px 30px;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}
#box03 .linkTag{
  background-color: #169da2;
}
#box04 .linkTag{
  background-color: #ab1f46;
}
#box05 .linkTag{
  background-color: #e48600;
}
#box06 .linkTag{
  background-color: #803789;
}
#box07 .linkTag{
  background-color: #005e15;
}
.linkTag img{
  position: absolute;
  right: 20px;
}
.pc .point{
  position: absolute;
  left: 26px;
  bottom: 20px;
  font-size: 14px;
  text-align: right;
  line-height: 1.1;
  letter-spacing: 0.2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.pc .closeBtn{
  position: absolute;
  top: 50%;
  left: 18px;
  height: 70px;
  margin-top: -20px;
  font-size: 14px;
  cursor: pointer;
  display: none;
}
.pc .icon_close{
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  -webkit-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.pc .closeBtn:hover .icon_close{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.pc .icon_close:after,
.pc .icon_close:before{
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  left: 20px;
  width: 2px;
  height: 60px;
  margin-top: -2px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pc .icon_close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*__________________________________________________
top intro
__________________________________________________*/
#box01 .logo_ULD{
  position: fixed;
  top: 110px;
  left: 30px;
  z-index: 60;
  display: none;
}
#box01 h1{
  opacity: 0;
}
.pc .btn_play-large{
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 50%;
  background: url('../images/170905-icon_play.png') center center no-repeat;
  letter-spacing: 1px;
  cursor: pointer;
  display: none;
}
.pc .btn_play-large:hover{
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
#box01 .txt_play{
  margin-top: 9px;
  display: none;
}
#box01 .titleWrap{
  position: absolute;
  bottom: 21%;
  left: 0;
  z-index: 50;
  width: 100%;
  min-height: 350px;
}
#box01 .en_copy{
  margin: 23px 0 30px;
  font-size: 48px;
  font-weight: normal;
  display: none;
}
#box02 h2{
  margin-bottom: 50px;
  padding: 0;
  color: #00eaff;
  font-size: 48px;
  opacity: 0;
}
#box02 .txt{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.2px;
  opacity: 0;
}
#box02 .copy{
  margin-top: 35px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  opacity: 0;
}

.pc .firstMovie{
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.pc .firstFrameButtom{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 10px;
  background-color: #fff;
}
.pc .firstFrameButtom.is-hide{
  display: none;
}
#box01 .box_frame,
#box02 .box_frame{
  border-top: none;
  border-bottom: none;
}
#box01 .btn_next{
  position: fixed;
  bottom: 10px;
  display: none;
}
.PC #box01 .filter{
  top: 90px;
  background-color: rgba(0,0,0,0.2);
  box-shadow: 0px -240px 200px -110px rgba(28,33,135,0.4) inset
}
.PC #box02 .filter{
  top: 90px;
  background-color: rgba(28,33,135,0.8);
  box-shadow: 0px -240px 200px -110px rgba(28,33,135,0.4) inset
}
.pc .movieFilter{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: transparent;
}
/*ブラウザ高さ700px以下 intro*/
#box02 .H_700 h2{
  margin-bottom: 30px;
}
#box02 .H_700 .txt{
  margin-bottom: 15px;
  line-height: 1.5;
}
#box02 .H_700 .copy{
  margin-top: 20px;
  line-height: 1.4;
}
/*__________________________________________________
last
__________________________________________________*/
#box08{
  position: relative;
  z-index: 70;
}
#box08 .inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 153px;
  box-sizing: border-box;
  overflow: hidden;
}
#box08 .bg{
  width: 120%;
  height: 120%;
  margin-top: -5%;
  margin-left: -10%;
  box-sizing: border-box;
  background: url('../images/170905-bg_end.jpg') center top no-repeat;
  background-size: cover;
}
#box08 h2{
  width: 880px;
  margin: 0 auto 46px;
  white-space: nowrap;
  font-size: 100px;
  text-align: left;
  text-shadow: 0 0 8px rgba(0,0,0,0.3);
  opacity: 1;
}
#box08 h2 span{
  display: block;
  width: 0;
  padding: 40px 10px;
  overflow-x: hidden;
  opacity: 0;
}
#box08 .titleWrap{
  position: absolute;
  left: 0;
  bottom: 31.6%;
  width: 100%;
}
#box08 .btn{
  cursor: pointer;
  display: none;
}
/*__________________________________________________
footer
__________________________________________________*/
.pc footer{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 153px;
  background-color: #fff;
}
.pc footer .copyright{
  padding: 34px 0 15px;
  font-size: 12px;
  color: #000;
}
.pc footer .linkStore{
  position: relative;
  min-width: 356px;
  margin-top: 35px;
  padding: 20px 0 20px 30px;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  background-color: #000;
  cursor: pointer;
}
.pc footer .linkStore img{
  position: absolute;
  right: 20px;
}
/*__________________________________________________
ブラウザ幅960px以下
__________________________________________________*/
@media screen and (max-width:960px) {
  html.fp-enabled, .fp-enabled body{
    overflow-y: hidden;
  }
  .pc .firstMovie{
    width: 960px;
  }
  #box01 h1 img{
    width: 700px;
    height: auto;
  }
  #box02 h2{
    font-size: 42px;
  }
  .pc .box_frameContents h2{
    font-size: 100px;
  }
  .pc .btn_next{
    width: 960px;
  }
  .pc .point{
    display: none;
  }
  #box04 .titleBox{
    background-size: contain;
  }
  .pc .detailBox_inner .slanting{
    display: none;
  }
  .pc .detail_txt{
    bottom: 50%;
    text-align: center;
    padding: 45px 30px;
    margin-bottom: -140px;
  }
  #box07 .detail_txt{
    padding-bottom: 45px;
    margin-bottom: -220px;
  }
  .pc .detail_txt p{
    margin-top: 40px;
    font-size: 16px;
  }
  #box03 .playWrap,
  #box04 .playWrap,
  #box05 .playWrap,
  #box06 .playWrap,
  #box07 .playWrap{
    right: 20px;
  }
  #box03 .snsWrap,
  #box04 .snsWrap,
  #box05 .snsWrap,
  #box06 .snsWrap,
  #box07 .snsWrap{
    top: auto;
    bottom: 20px;
    left: 20px;
    right: auto;
  }
  #box03 .snsWrap a,
  #box04 .snsWrap a,
  #box05 .snsWrap a,
  #box06 .snsWrap a,
  #box07 .snsWrap a{
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  #box03 .is-960hide,
  #box04 .is-960hide,
  #box05 .is-960hide,
  #box06 .is-960hide,
  #box07 .is-960hide{
    display: none;
  }
  #box03 .is-960slide,
  #box04 .is-960slide,
  #box05 .is-960slide,
  #box06 .is-960slide,
  #box07 .is-960slide{
    display: block;
  }
}
/*__________________________________________________tablet__________________________________________________*/
.pc .firstMovie{
  height: 100%;
  background: url('../images/170905-bg_tab01.jpg') center top no-repeat;
  background-size: cover;
}
.tablet #box03 .box_frame{
  background: url('../images/170905-bg_tab02.jpg') center top no-repeat;
  background-size: cover;
}
.tablet #box04 .box_frame{
  background: url('../images/170905-bg_tab03.jpg') center top no-repeat;
  background-size: cover;
}
.tablet #box05 .box_frame{
  background: url('../images/170905-bg_tab04.jpg') center top no-repeat;
  background-size: cover;
}
.tablet #box06 .box_frame{
  background: url('../images/170905-bg_tab05.jpg') center top no-repeat;
  background-size: cover;
}
.tablet #box07 .box_frame{
  background: url('../images/170905-bg_tab06.jpg') center top no-repeat;
  background-size: cover;
}
/*__________________________________________________SP__________________________________________________*/
.sp section img{
  width: 100%;
}
/*__________________________________________________
sns
__________________________________________________*/
.sp .snsWrap{
  width: 100%;
  text-align: center;
  font-size: 0;
}
.sp .snsWrap a{
  width: 30px;
  margin: 0 2.5px;
}
/*__________________________________________________
top
__________________________________________________*/
#sp_top,
#sp_intro{
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
#sp_top .inner{
  position: relative;
  height: 100%;
  background: url('../sp/images/170905-bg_top.jpg') center center no-repeat;
  background-size: cover;
}
#sp_top .txt{
  position: absolute;
  bottom: 26%;
  width: 100%;
  min-height: 190px;
}
.sp .logo_ULD{
  position: absolute;
  top: 25px;
  left: 25px;
  width: 74px;
  z-index: 10;
}
#sp_top .logo_ULD{
  display: none;
}
#sp_top .snsWrap{
  position: absolute;
  top: 31px;
  right: 23px;
  text-align: right;
  z-index: 10;
}
#sp_top .snsWrap{
  display: none;
}
.sp .btn_next{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  border-top: 2px solid #fff;
}
.sp .btn_next img{
  width: 22px;
  margin: auto;
  margin-top: 18px;
}
#sp_top .btn_next{
  display: none;
}
/* top */
#sp_top h1{
  width: 300px;
  margin: 0 auto 10px;
  opacity: 0;
}
#sp_top .en_copy{
  font-size: 20px;
  margin-bottom: 20px;
  display: none;
}
#sp_top .btn_play-large{
  width: 80px;
  margin: 0 auto;
  font-size: 10px;
  display: none;
}
#sp_top .btn_play-large img{
  margin-bottom: 10px;
}
/* intro */
#sp_intro{
  margin: -15px 0;
}
#sp_intro .inner{
  position: relative;
  height: 100%;
  background: url('../sp/images/170905-bg_intro.jpg') center top no-repeat;
  background-size: cover;
}
#sp_intro .txtWrap{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 10px;
}
#sp_intro h2{
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  color: #00eaff;
  opacity: 0;
}
#sp_intro .txt{
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.6;
  opacity: 0;
}
#sp_intro .q_copy{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0;
}
/*__________________________________________________
コンテンツ
__________________________________________________*/
.sp .box{
  position: relative;
  padding: 15px 15px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.sp .QA{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 0;
  box-sizing: border-box;
}
.sp .box .QA_inner{
  position: relative;
  overflow: hidden;
}
.sp .box .filter{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.sp .box .num{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 42px;
  height: 40px;
  padding: 12px 12px 0;
  font-size: 18px;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
.sp .playWrap{
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 30;
  text-align: right;
  font-size: 0;
}
.sp .playWrap .icon_play{
  width: 25px;
}
.sp .playWrap .logo{
  margin-left: 5px;
  width: 47px;
  vertical-align: top;
}
.sp .box h2{
  font-size: 40px;
}
.sp .box .question{
  position: absolute;
  top: 26%;
  left: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
}
.sp .box .btn_focus{
  position: relative;
  display: table;
  width: 80px;
  height: 80px;
  margin: 13px auto 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  letter-spacing: 1px;
  cursor: pointer;
}
.sp .box .btn_focus img{
  width: 100%;
  height: auto;
}
.sp .box .btn_focus span{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp .box .q_copy{
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
/* 答え */
.sp .answer{
  position: absolute;
  top: 150%;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sp .answer:before{
  content: '';
  display: block;
  position: absolute;
  top: -6%;
  left: -50%;
  width: 200%;
  height: 50%;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.sp .answer_inner{
  position: relative;
  margin-top: 36%;
}
.sp .answer .en{
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 0.47;
}
.sp .answer .jp{
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.3;
}
.sp .answer .en_small{
  font-size: 15px;
  line-height: 1;
}
/* 詳細 */
.sp .detail{
  position: relative;
  z-index: 200;
  width: 100%;
  padding-bottom: 40px;;
  text-align: center;
  box-sizing: border-box;
  display: none;
  background-color: #fff;
}
.sp .detail_inner{
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.sp .detail h3{
  margin-top: 18px;
}
.sp .detail h3 .en{
  font-size: 15px;
}
#sp_box01 .detail h3 .en{
  color: #169da2;
}
#sp_box02 .detail h3 .en{
  color: #ab1f46;
}
#sp_box03 .detail h3 .en{
  color: #e48600;
}
#sp_box04 .detail h3 .en{
  color: #803789;
}
#sp_box05 .detail h3 .en{
  color: #005e15;
}
.sp .detail h3 .jp{
  display: inline-block;
  margin-top: 14px;
  padding-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
}
.sp .detail .txt{
  margin: 25px 0 48px;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  color: #000;
}
.sp #sp_box05  .detail .txt{
  margin-bottom: 15px;
}
.sp .saleDate{
  margin-bottom: 48px;
  color: #000;
  font-size: 10px;
  line-height: 2;
}
.sp .detail .linkTag{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 180px;
  margin: 0 auto;
  padding: 18px 0 18px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: none;
}
.sp .detail .linkTag img{
  position: absolute;
  right: 20px;
  width: 30px;
}
#sp_box01 .answer,
#sp_box01 .answer:before,
#sp_box01 .linkTag,
#sp_box01 .snsWrap{
  background-color: #169da2;
}
#sp_box02 .answer,
#sp_box02 .answer:before,
#sp_box02 .linkTag,
#sp_box02 .snsWrap{
  background-color: #ab1f46;
}
#sp_box03 .answer,
#sp_box03 .answer:before,
#sp_box03 .linkTag,
#sp_box03 .snsWrap{
  background-color: #e48600;
}
#sp_box04 .answer,
#sp_box04 .answer:before,
#sp_box04 .linkTag,
#sp_box04 .snsWrap{
  background-color: #803789;
}
#sp_box05 .answer,
#sp_box05 .answer:before,
#sp_box05 .linkTag,
#sp_box05 .snsWrap{
  background-color: #005e15;
}
/* 詳細 閉じるボタン*/
.sp .detail .closeBtn{
  position: absolute;
  top: 10px;
  right: 13px;
  width: 26px;
  height: 26px;
  display: none;
}
.sp .detail .closeBtn:after,
.sp .detail .closeBtn:before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  width: 2px;
  height: 26px;
  margin-top: -2px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sp .detail .closeBtn:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 詳細 sns*/
.sp .detail .snsWrap{
  height: 30px;
  padding: 5px 0;
}
.sp .detail .snsWrap a{
  display: none;
}
/*__________________________________________________
end
__________________________________________________*/
#sp_end{
  position: relative;
  margin-top: 15px;
}
#sp_end h2{
  font-size: 50px;
  text-align: center;
  opacity: 0;
}
#sp_end .end_inner{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
#sp_end .backTop{
  display: block;
  width: 80px;
  margin: 20px auto 0;
}

/*__________________________________________________
SP footer
__________________________________________________*/
.sp footer{
  color: #000;
  text-align: center;
}
.sp footer .linkStore{
  position: relative;
  margin: 30px auto 15px;
  padding: 18px 70px 18px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  background-color: #000;
}
.sp footer .linkStore img {
  position: absolute;
  right: 20px;
  width: 30px;
}

.sp footer .copyright {
  padding: 10px 15px;
  font-size: 10px;
  background-color: #eef0ef;
}

/*__________________________________________________
SP モーダル
__________________________________________________*/
.SP .modalWrap{
  position: relative;
  padding-bottom: 56.25%;
}
.SP .modalWrap iframe{
  position: absolute;
  top: 0;
  left: 0;
}
.SP .mfp-container{
  position: fixed;
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  padding: 0;
}
.SP .mfp-close{
  top: -38px;
  right: 15px;
  width: 22px;
  height: 22px;
}
.SP .mfp-close:after,
.SP .mfp-close:before{
  top: -4px;
  left: 10px;
  height: 30px;
}

/*__________________________________________________
ブラウザ幅320px以下
__________________________________________________*/
@media screen and (max-width:320px) {
  #sp_top h1{
    width: 280px;
  }
  #sp_intro h2{
    margin-bottom: 12px;
  }
  #sp_intro .txt{
    margin-top: 8px;
    line-height: 1.5;
  }
  #sp_intro .q_copy{
    margin-top: 15px;
    line-height: 1.5;
  }
}
/*__________________________________________________
横画面対応
__________________________________________________*/
@media all and (orientation: landscape){
  #sp_top .txt{
    bottom: 20%;
  }
  #sp_top .inner{
    background: url('../sp/images/170905-bg_top02.jpg') center center no-repeat;
    background-size: cover;
  }
  #sp_intro .inner{
    background: url('../sp/images/170905-bg_intro02.jpg') center center no-repeat;
    background-size: cover;
  }
  #sp_intro h2{
    margin-bottom: 4px;
  }
  #sp_intro .txtWrap{
    padding-bottom: 55px;
  }
  #sp_intro .txt{
    margin-top: 7px;
    line-height: 1.5;
  }
  #sp_intro .q_copy{
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
  }
  #sp_intro .lying_br{
    display: none;
  }
  .sp .btn_next{
    height: 42px;
  }
  .sp .btn_next img{
    width: 20px;
  }
  .SP .mfp-inline-holder .mfp-content,
  .SP .mfp-ajax-holder .mfp-content{
    width: 60%;
  }
}
