@charset "UTF-8";
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,
input, select, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #999999;
  line-height: 1.6;
  background: #000000;
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  min-width: 1100px;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: .8;
}

.contain {
  width: 1000px;
  margin: 0 auto;
}

.sp {
  display: none;
}

header {
  text-align: center;
  padding: 9px 0 3px;
}

header .logo {
  position: relative;
  z-index: 10;
}

#mainVisual {
  background-image: url("../img/key.png"), url("../img/bg_key.png");
  background-position: center top, center 40px;
  background-size: auto ,cover;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  min-width: 1100px;
  overflow: hidden;
  height: 740px;
  margin-top: -29px;
}

#mainVisual .logo {
  position: absolute;
  top: 40px;
  left: 0;
}

#mainVisual figure {
  margin-top: -29px;
  text-align: center;
}

#mainVisual figure img {
  width: 1440px;
  max-width: inherit;
}

.wrapper {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
}

#obo {
  background: url("../img/bg_kira.png") center top/auto repeat-x;
}

#obo .contain {
  position: relative;
}

#obo .date {
  text-align: center;
  padding-top: 30px;
  margin-bottom: -24px;
}

#obo .ttl_obo {
  z-index: 2;
  position: relative;
  text-align: center;
  top: -38px;
}

#obo .step {
  position: relative;
  margin-bottom: 52px;
}

#obo .step ul {
  background: url("../img/bg_obo.png") no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 16px;
  margin-top: -70px;
  min-height: 312px;
}

#obo .step li {
  padding-top: 15px;
}

#obo .step li:not(:last-of-type) {
  margin-right: 20px;
}

#obo .step .btn {
  margin-top: 22px;
}

#obo .chara1 {
  position: absolute;
  top: -250px;
  left: -122px;
}

#obo .shouhin {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

#obo .chara2Outer {
  min-width: 1100px;
  overflow: hidden;
}

#obo .chara2 {
  /*position: absolute;
		bottom: 0;
		right: 0;*/
  text-align: right;
  margin-top: -247px;
  margin-right: -270px;
}

#case {
  background-image: url("../img/bg_waku.png"), url("../img/bg_gunshu.png"), url("../img/bg_heven.png");
  background-position: center top, center bottom, center top;
  background-repeat: repeat-x, no-repeat, repeat;
}

.case_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 62px;
  margin-bottom: 80px;
}

.case_inner .box {
  width: 490px;
  position: relative;
  margin-bottom: 58px;
}

.case_inner .box.open {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(37, 23, 0, 0.8)), to(rgba(92, 56, 0, 0.50196)));
  background-image: linear-gradient(0deg, rgba(37, 23, 0, 0.8) 0%, rgba(92, 56, 0, 0.50196) 100%);
  border-radius: 10px;
  padding: 17px 21px 25px;
}

.case_inner #case01, .case_inner #case02, .case_inner #case03, .case_inner #case04 {
  /*background: url("../img/img_case_end.png");*/
  width: 490px;
  height: 684px;
  padding: 17px 21px 25px;
}

.case_inner #case01 {
  background: url("../img/img_case1.png");
}

.case_inner #case02 {
  background: url("../img/img_case2.png?20190424");
}

.case_inner #case03 {
  background: url("../img/img_case3.png?20190509");
}

.case_inner #case04 {
  background: url("../img/img_case4.png?20190509");
}

.case_inner .ttl_case {
  position: absolute;
  top: -35px;
  left: -13px;
}

.case_inner .youtubeOuter:hover img {
  opacity: .8;
}

.case_inner .btn {
  text-align: center;
  margin-bottom: 22px;
}

.date_case {
  text-align: center;
  margin-top: -55px;
  margin-bottom: 8px;
}

#case01 .date_case, #case02 .date_case, #case03 .date_case, #case04 .date_case {
  margin-top: -33px;
}

.twitter_frame {
  margin: 0 9px;
}

.twitter_frame ul {
  overflow-y: scroll;
  background: #fff;
  border-radius: 0 0 10px 10px;
  height: 234px;
}

.twitter_frame li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.twitter_frame li figure {
  margin-right: 10px;
}

.twitter_frame li:nth-of-type(even) {
  background: #e8f3f7;
}

.twitter_frame dl {
  width: 350px;
}

.twitter_frame dt {
  font-size: 13px;
  color: #1199ff;
  font-weight: bold;
}

.twitter_frame .twitter_auther_screenName {
  font-weight: inherit;
  color: #999999;
}

.twitter_frame dd {
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}

.twitter_frame dd .tag {
  color: #999999;
  font-size: 13px;
  font-weight: inherit;
}

.twitter_ttl {
  border-radius: 10px 10px 0 0;
  background: #3c92d6;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

.kiyaku {
  background: url("../img/bg_kiyaku.png") no-repeat;
  width: 800px;
  height: 252px;
  margin: 0 auto;
  padding: 34px 50px;
  margin-bottom: 37px;
}

.kiyaku_inner {
  height: 185px;
  overflow-y: scroll;
  scrollbar-base-color: #000000;
  -ms-overflow-style: none;
}

.kiyaku_inner::-webkit-scrollbar {
  /*width: 10px;*/
  display: none;
}

.kiyaku_inner::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.kiyaku_inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.kiyaku_ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.kiyaku p {
  font-size: 13px;
  margin: 0 0 1.6em;
}

.kiyaku a {
  color: #FFAE00;
}

.scroll-block__list {
  margin: 0 0 1.6em;
  font-size: 13px;
}

.scroll-block__list__ttl {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

footer {
  text-align: center;
}

.f_logo {
  margin-bottom: 17px;
}

.f_logo_newgin {
  margin-bottom: 23px;
}

.copy {
  font-size: 10px;
  color: #fff;
  padding-bottom: 33px;
}

.remodal-overlay {
  background: rgba(30, 30, 30, 0.9);
}

.remodal {
  background: transparent;
  padding: 0;
  max-width: 620px;
}

.remodal-close {
  top: -55px;
  left: inherit;
  right: -55px;
  width: 55px;
  height: 55px;
}

.remodal-close:before {
  font-size: 45px;
  line-height: 55px;
  width: 55px;
}

/* デフォルト：1380px以上用（PC用）の記述 */
@media screen and (max-width: 1379px) {
  /* 1379px以下用（PC用）の記述 */
}

/* 1080px以上用（PC用）の記述 */
@media screen and (max-width: 1079px) {
  /* 1079px以下用（タブレット用）の記述 */
}

/* 980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {
  /* 979px以下用（タブレット用）の記述 */
}

@media screen and (max-width: 768px) {
  /* 768px以下用（タブレット／スマートフォン用）の記述 */
}

@media screen and (max-width: 639px) {
  /* 639px以下用（タブレット／スマートフォン用）の記述 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
}
