@charset "UTF-8";
/*
* top.css
* Copyright © ULM Co.,Ltd. - http://www.ulm-design.com
* v3.4
* Last update 180211
*/

/*----------------------------

@

-----------------------------*/
html,
body {
}

/*----------------------------

@block

-----------------------------*/
#wrapper {
  /* background-color: #000; */
}

/*----------------------------

@header

-----------------------------*/
header {
  width: 1024px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}

header h1 {
}
header h1 img {
  width: 100%;
}
/*----------------------------

@contents

-----------------------------*/
#contents {
  padding: 0 0 30px;
  width: 1024px;
  margin: 0 auto;
  background: #fff;
}

#main-ttl {
  padding: 0 0 40px;
  margin: 0 auto;
  width: 100%;
}
#main-ttl img {
  width: 100%;
}

#cp-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  padding: 20px 4% 0;
  color: #333333;
}
#cp-ttl span {
  font-size: 28px;
}

h3 {
  font-size: 15px;
  padding: 0 0 15px;
  text-align: center;
  margin: 0 auto;
  color: #424242;
  line-height: 1;
}

h3 span {
  color: #ea5342;
  font-size: 66px;
  letter-spacing: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#reach-count {
  padding: 0 3px 0 0;
}
#reach-count-txt {
  font-size: 20px;
  vertical-align: initial;
  color: #444;
}

#cp-end-txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  padding: 40px 0 20px;
}

#top-post-btn {
  /*
	margin:20px auto 15px;
	font-size:18px;
	*/
}

#top-review-btn {
  margin: 0px auto 10px;
}

#top-btn-container {
  width: 750px;
  margin: 50px auto;
  text-align: center;
}
#top-btn-container li {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 240px;
}
#top-btn-container li:last-child {
  margin: 0;
}
#top-btn-container li a {
  display: block;
  width: 100%;
}
.btn-1 {
  /*topのボタンだけ少し小さく*/
  width: 220px;
}

/*------------------

@movie

-------------------*/
#movie-container {
  margin: 0 auto 50px;
}

/*------------------

@movie-btn （default)

-------------------*/
#movie-btn-container {
  width: 720px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  border-left: 1px solid #c3c3c3;
}
#movie-btn-container li {
  width: 33%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
#movie-btn-container li:nth-child(3n) {
  width: 34%;
}

#movie-btn-container li span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#movie-btn-container li span.selected,
#movie-btn-container li span:hover {
  color: #000;
  background-color: #d4d4d4;
}
#movie-btn-container li span.selected {
  cursor: default;
}

/*------------------

@present

-------------------*/
#present-container {
  margin: 0;
}

#speed-present {
  display: block;
  margin: 15px auto 25px;
  display: none;
  width: 874px;
}
#speed-present img {
  width: 874px;
}

#present {
  display: block;
  margin: 15px auto 35px;
  display: none;
  width: 874px;
}
#present img {
  width: 874px;
}

#flipsnap-control {
  display: none;
}

/*----------------------------

@navi

-----------------------------*/
#navi {
  padding: 5px 0 0;
  text-align: center;
}

#navi ul {
  padding: 10px 0 10px;
}

#navi-desc {
  margin: 0 auto 10px;
  display: block;
  font-size: 13px;
  padding: 0 0 5px;
}

#navi-info {
  width: 92%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 25px 0 0;
}

/*
ボタン
*/
#all-post-btn-wrapper {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

#user-btn-wrapper {
  display: inline-block;
  width: 49%;
  box-sizing: content-box;
  margin: 20px 1% 0 0;
  padding: 30px 0 10px 0;
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  vertical-align: top;
}

#user-btn-wrapper-ttl,
#post-btn-wrapper-ttl {
  text-align: center;
  font-size: 18px;
  padding: 0 0 20px;
  font-weight: 600;
}
#user-btn-wrapper-txt {
  text-align: center;
}

#user-btn-container {
  margin: 20px auto 0;
  text-align: center;
}

#post-btn-wrapper {
  display: inline-block;
  box-sizing: border-box;
  width: 48%;
  margin: 20px 0 0 1%;
  padding: 30px 10px 0;
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#post-btn-wrapper2 {
  width: 100%;
  margin: 30px auto 0;
}

#post-btn-container {
  margin: 0 auto;
  text-align: center;
}
#post-btn-container2 {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}

#user-btn-container li,
#post-btn-container li,
#post-btn-container2 li {
  display: inline-block;
  width: 260px;
  margin: 0 5px 5px;
  color: #fff;
}

#user-btn-container li a,
#post-btn-container li a,
#post-btn-container2 li a {
  width: 100%;
}

/*-----------------------------
@SNS post-btn
-----------------------------*/
#post-fb-btn {
  background: #46629e;
}
#post-fb-btn:hover {
  background: #2e4982;
}

#post-tw-btn {
  background: #55acee;
  color: #fff;
}
#post-tw-btn:hover {
  background: #419ee4;
}

#post-insta-btn {
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

#post-insta-btn:hover {
  background: -webkit-linear-gradient(135deg, #306ff7 0%, #d01e58 70%) no-repeat;
  background: linear-gradient(135deg, #306ff7 0%, #d01e58 70%) no-repeat;
}
#post-insta-btn span {
  display: inline-block;
  position: relative;
}

#oubo {
  margin: 5px 0 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
}

#mvtk-intro {
  padding: 15px 0 0;
  text-decoration: underline;
}

/*
#post-btn-container{
	width:820px;
	margin:0 auto;
	text-align:center;
}

#post-btn-container li{
	display:inline-block;
	width:260px;
	margin:0 5px 5px;
	color:#FFF;
}
#post-btn-container li a{
	width:100%;
}*/

/*-----------------------------
@SNS post-btn
-----------------------------*/
#post-fb-btn {
  background: #46629e;
}
#post-fb-btn:hover {
  background: #2e4982;
}

#post-tw-btn {
  background: #55acee;
}
#post-tw-btn:hover {
  background: #419ee4;
}

#post-insta-btn {
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
/*
#post-insta-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}*/
#post-insta-btn:hover {
  background: -webkit-linear-gradient(135deg, #306ff7 0%, #d01e58 70%) no-repeat;
  background: linear-gradient(135deg, #306ff7 0%, #d01e58 70%) no-repeat;
}
#post-insta-btn span {
  display: inline-block;
  position: relative;
}

#oubo {
  margin: 5px 0 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
}

/*----------------------------

@assets

-----------------------------*/
.ttl {
  width: 90%;
  margin: 0 auto;
  padding: 17px 5px 17px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f5f5f5;
  position: relative;
  /*
	width: 90%;
    margin: 0 auto;
	 padding: 10px 5px;
	 position: relative;
	 */
  /* border-bottom: solid 2px #ff4a81;
    /* border-radius: 5px;
    /* background: #eee;
    /* border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #fff, #eee);
    -webkit-border-radius: 5px; 
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); 
    -pie-background: linear-gradient(top, #fff, #eee);
    behavior: url(PIE.htc);
	*/
}

.ttl span {
  border-left: 4px #3164c6 solid;
  padding: 1px 0 1px 8px;
  margin: 0;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.03em;
  font-size: 18px;
}

.txt-block {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
}

.ttl-1 {
  padding: 15px 10px 3px 0px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

#notes-container {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: scroll;
  width: 90%;
  height: 300px;
  background: #ffffff;
  border: 2px solid #f5f5f5;
  margin: 10px auto 0;
  padding: 10px 3px 30px 13px;
}

#banner-container {
  width: 640px;
  margin: 0px auto 25px;
  text-align: center;
}

.link-btn {
  margin: 20px 10px 15px;
  font-size: 18px;
  float: left;
}

.txt-block li {
  text-indent: -1em;
  padding-left: 1em;
}
/*----------------------------------------------

decoration

-----------------------------------------------*/
.line-through {
  text-decoration: line-through;
}

#oshirase {
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 10px;
  color: #666;
}

#qa {
  text-align: center;
  padding: 3px 0 30px;
}

#qa a {
  color: #444;
  text-decoration: underline;
}
#qa a:hover {
  text-decoration: none;
}
#qa img {
  vertical-align: text-bottom;
  padding: 0 5px;
}
#sns-warning {
  display: block;
  padding: 5px 0 0px;
  font-size: 11px;
  color: #666;
}
#step-container {
  width: 100%;
  margin: 0 auto;
}
#step-img {
  width: 772px;
  margin: 30px auto 40px;
}
#step-img img {
  width: 100%;
}
#review-container {
  padding: 0 0 20px;
}
#review-contents {
  width: 940px;
  margin: 20px 0 0 53px;
}
.review-user-comment-container:nth-child {
  margin: 0 15px 15px 0;
}
.review-user-comment-container:nth-child(3n) {
  /*margin:0 0 20px;*/
}
#chance {
  text-align: center;
  margin: 30px auto 10px;
  color: #e60012;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  letter-spacing: 0;
}

.netabare {
  display: block;
  padding: 0 0 10px;
  margin: 10px 10px 0;
  font-size: 14px;
  color: #dcc973;
  cursor: pointer;
  text-decoration: underline;
}

.netabare:hover {
  text-decoration: none;
}

.review-user-comment-container {
  border: 1px solid #eee !important;
}

.artist-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 80%; */
	max-width: 380px;
	margin: 0 auto;
  height: 60px;
  position: relative;
  background: #3264c8;
  border: 1px solid #3264c8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
.artist-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.artist-btn:hover {
  background: #fff;
  color: #3264c8;
}
.artist-btn:hover:before {
  border-top: 2px solid #3264c8;
  border-right: 2px solid #3264c8;
}
/*-----------------------------------------------------

@max-width 640px

------------------------------------------------------*/
@media screen and (max-width: 640px) {
  html,
  body {
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background: none;
  }

  header {
    padding: 51px 0 0;
  }

  header,
  header h1,
  header h1 img {
    width: 100%;
  }

  #cp-ttl {
    font-size: 16px;
    padding-top: 10px;
  }
  #cp-ttl span {
    font-size: 12px;
  }

  #main-ttl {
    width: 100%;
    padding: 0 0 20px;
  }
  #main-ttl img {
    width: 100%;
  }

  #top-btn-container {
    width: 80%;
    margin: 20px auto 0;
  }
  #top-btn-container li {
    margin: 0 auto;
    width: 100%;
  }
  #top-btn-container li:last-child {
    padding: 0;
    margin: 0;
  }

  /*------------------

@movie-container

-------------------*/
  #movie-container {
    margin: 0 auto 30px;
  }
  #movie {
    width: 100%;
  }

  /*------------------

@movie-btn 2列

-------------------*/
  #movie-btn-container {
    width: 90%;
    margin: 0 auto 20px;
  }
  #movie-btn-container li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
  }

  #movie-btn-container li:nth-child(3n) {
    width: 50%;
  }
  #movie-btn-container li span {
    padding: 10px 0;
    font-size: 13px;
  }

  #contents {
    padding: 0 0 30px;
    width: 100%;
  }

  #present-container {
    width: 100%;
    margin: 15px 0 0;
  }

  #speed-present {
    width: 90%; /*80%*/
    margin: 10px auto 25px;
  }

  #speed-present img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*border: 2px solid #676767;*/
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
  }

  #present {
    width: 90%;
    /*margin: 0px auto 15px;*/
    margin: 0px auto;
  }

  #present ul {
    overflow: hidden;
    margin: 10px auto;
    /* border: 3px solid #c53137;
    border-radius: 6px; */
    box-sizing: border-box;
  }
  #present ul li {
    /* border-bottom:3px solid #c53137; */
    margin-top: 10px; 
  }
  #present ul li:last-child {
    border-bottom: none;
  }
  #present img {
    width: 100%;
    height: auto;
  }

  #cp-end-txt {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 10px;
    font-size: 14px;
  }

  #flipsnap-control {
    /*display:block;*/
  }

  /*--------------

@navi

---------------*/
  #navi {
    width: 100%;
    margin: 0 auto;
  }

  #navi ul {
    padding: 0;
  }

  #navi-desc {
    padding: 10px 0 5px;
    font-size: 14px;
    line-height: 1.5;
  }

  #navi-info {
    width: 90%;
    padding: 10px 0 0;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5;
  }

  #oubo {
    margin: 0;
    width: 90%;
    font-size: 14px;
    font-weight: normal;
    font-family: Helvetica, HiraKakuProN-W3;
    padding: 0 0 5px 9px;
  }

  #post-btn-container {
    width: 100%;
    margin: 0 auto 10px;
  }

  #post-btn-container li {
    width: 85%;
    margin: 0 auto;
  }
  #post-btn-container li a {
  }
  #post-btn-container2 {
    width: 100%;
  }
  #post-mail-btn {
    width: 85%;
  }

  #user-btn-wrapper {
    width: 100%;
  }
  #post-btn-wrapper {
    width: 100%;
  }

  /*--------------

@assets

---------------*/
  .txt-block {
    width: 88%;
    margin: 0 auto;
    color: #444;
  }

  h3 {
    font-size: 14px;
    padding: 0;
  }

  h3 span {
    font-size: 40px;
  }
  #reach-count-txt {
    font-size: 14px;
  }

  .ttl {
    color: #222;
    width: 90%;
    padding: 15px 0 0;
    border-radius: 0;
    background: none;
    font-family: Helvetica, HiraKakuProN-W3;
  }
  .ttl span {
    font-size: 18px;
    letter-spacing: 0.02em;
  }

  #post-fb-btn,
  #post-tw-btn {
    width: 85%;
    margin: 0 auto 10px;
  }

  #banner-container {
    text-align: center;
    width: 320px;
    margin: 0px auto;
  }

  .link-btn {
    float: none;
  }

  .link-btn a img {
    margin: 0px auto 20px;
  }

  #qa img {
    vertical-align: text-bottom;
    padding: 0;
  }

  #qa a {
    line-height: 16px;
    font-size: 12px;
  }

  #notes-container {
    width: 88%;
    height: 300px;
    margin: 10px auto 0;
    padding: 0 0 30px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  #notes-container .txt-block {
    width: 88%;
  }
  .flipsnap {
    width: 90%;
    margin: 0 auto;
  }
  .present-item {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #c3c3c3;
  }

  #step-img {
    width: 90%;
    margin: 20px auto 20px;
  }

  #review-contents {
    width: 100%;
    margin: 15px auto;
  }

  #chance {
    margin: 20px auto 15px;
    width: 90%;
    background: none;
    color: #e60012;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
  }

  /*----------------------------------------------

  decoration

  -----------------------------------------------*/
  .artist-btn {
    font-size: 12px;
  }
}
/*---------------@END max-width 640px-------------*/


/* add contents */
.btn-hover{
  transition: all .4s;
  cursor: pointer;
}

.btn-hover:hover{
  opacity: 0.7;
}

.wowow-btn-wrap{
  position: relative;
  width: 80%;
  margin: 40px auto 0;
}

.wowow-btn-wrap a{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wowow-btn-wrap a:hover{
  background: rgba(0, 0, 0, 0.5);
}

.wowow-btn-wrap img{
  width: 100%;
  vertical-align: auto;
}

.pia-btn-wrap{
  position: relative;
  width: 50%;
  margin: 0 auto 50px;
}

.pia-btn-wrap a{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pia-btn-wrap a:hover{
  background: rgba(0, 0, 0, 0.5);
}

.pia-btn-wrap img{
  width: 100%;
  vertical-align: auto;
}

@media screen and (max-width: 640px) {
  .wowow-btn-wrap{
    margin: 20px auto 0;
  }
  
  .pia-btn-wrap{
    width: 80%;
    margin: 10px auto 20px;
  }
}