@charset "UTF-8";

/* **************************************************************** *
 * @desc@ G11
 * @edit@ 2021/08/23
 * **************************************************************** */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.1em;
  font-family: a-otf-ud-shin-go-pr6n, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
  font-weight: 300;
  text-align: justify;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  /*font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;*/
  overflow-x: hidden;
}

a {
  outline: none;
  color: #c000ff;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: inherit;
  margin: 0;
  padding: 0;
}

img {
  outline: none;
  max-width: 100%;
  font-size: 1px !important;
  line-height: 0 !important;
  vertical-align: middle;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

rt {
  position: absolute;
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

[data-ruby] {
  display: inline-block;
  position: relative;
}

[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.5em;
  left: -100%;
  z-index: 1;
  width: 300%;
  font-size: 0.5em;
  line-height: 1em;
  letter-spacing: -0.1em;
  text-align: center !important;
  white-space: nowrap;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

[data-ruby] rt {
  display: none;
}

.emColor01 {
  color: #f00;
}

.offColor {
  color: #7f7f7f;
}

.fsL {
  font-size: 1.1em;
  line-height: 1.6em;
}

.fsS {
  font-size: 0.8em;
  line-height: 1.8em;
}

.bold {
  font-weight: bold;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.iblock {
  display: inline-block;
  vertical-align: baseline;
}

.wbreak {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

.emLine01 {
  display: inline-block;
  padding: 0.1em 0.3em;
  background: rgba(255, 255, 0, 0.4);
  line-height: 1.2em;
  vertical-align: baseline;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

ul.def {
  text-align: left;
}

ul.def > li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.def > li > * {
  text-indent: 0;
}

table.def {
  border-collapse: separate;
  border-spacing: 0 10px;
}

table.def tr.dis th,
table.def tr.dis td {
  opacity: 0.5;
}

table.def th,
table.def td {
  font-weight: normal;
  text-align: left;
}

table.def th {
  padding: 20px 5px 20px 35px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

table.def td {
  padding: 20px 15px 20px 0;
  line-height: 1.6em;
  text-align: left;
}

table.def.center {
  margin: 0 auto;
}

table.def.full {
  width: 100%;
}

.ctrlAllow {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

body.modal {
  overflow: hidden;
}

body.modal header,
body.modal #Wrap {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

#Popup {
  display: none;
}

#Modal {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: ceter;
  -ms-flex-pack: ceter;
  justify-content: ceter;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 58000;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background: rgba(192, 0, 255, 0.9);
  height: 100vh;
}

#Modal > div {
  opacity: 0;
  /*overflow:auto;*/
  position: relative;
  z-index: 10;
  width: 100%;
  /*padding:100px 0 0;*/
  max-height: calc(100% - 100px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
}

#Modal > div.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#Modal .close {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  background-size: contain;
  cursor: pointer;
  position: fixed;
  right: calc(50% - 285px);
  top: -29px;
  position: fixed;
}

#Modal .close::before,
#Modal .close::after {
  content: '';
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  z-index: 10;
  width: 4px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#Modal > div.show .close::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#Modal > div.show .close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#Modal .cardBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  width: calc(100% - 80px);
  max-width: 400px;
  /*padding-top: 92px;*/
}

#Modal .inlineBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  /*margin:0 auto;*/
  margin: 50px auto 0;
  max-width: 800px;
}

#Modal .inlineBox p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 400px;
}

#Modal .inlineBox a {
  background: #c000ff;
  color: #fff;
  max-width: 350px;
  width: 350px;
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 40px;
  margin: 20px auto 0;
  text-decoration: none;
}

#Modal .inlineBox a:hover {
  opacity: 0.8;
}

#Modal .inlineBox .icon {
  max-width: 18px;
  width: 100%;
  margin: 0px 5px 3px 0;
}

#Cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
}

#Cover > div {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Cover > div img {
  max-width: 400px;
}

#Cover > div.show {
  opacity: 1;
}

#Cover.show {
  z-index: 60000;
  opacity: 1;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*　横からスライドイン ※汎用　*/

.fadeIn_left {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn_left.is-show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn_right.is-show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

/*--固定背景01--*/

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/gacha_11/bg_pattern.png");
}

/*--固定背景02--*/

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/gacha_11/point01_bg_pc.png");
}

/*--固定背景03--*/

.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/gacha_11/point02_bg_pc.png");
}

/*--固定背景04--*/

.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/gacha_11/point03_bg_pc.png");
}

/*--固定背景05--*/

.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/gacha_11/point04_bg_pc.png");
}

.wantPlay.box_h2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.wantPlay.box_h2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
}

.box_h2.isPlay:before {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/*ハンバーガーメニュー*/

.menu {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 10;
  background-color: #000;
  width: 80px;
  height: 80px;
  border: none;
}

.menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 18px;
  width: 45px;
  height: 4px;
  background-color: #c000ff;
  z-index: 10;
  /*border-radius: 10px;*/
}

.menu span:nth-of-type(1) {
  top: 26px;
}

.menu span:nth-of-type(2) {
  top: 38px;
}

.menu span:nth-of-type(3) {
  bottom: 25px;
}

.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.menu.active span:nth-of-type(2) {
  opacity: 0;
}

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  bottom: 29px;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  /*&.activeの時のスタイルはあらかじめこっちに記述をいれないと閉じる瞬間おかしくなる*/
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  /*visibility: visible;*/
  background: rgba(192, 0, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nav.active {
  opacity: 1;
  visibility: visible;
}

#nav .nav_ul {
  padding: 50px 0 0px;
}

#nav .nav_ul li {
  list-style-type: none;
  text-align: center;
  padding-bottom: 90px;
  /*キラッと光る用*/
  /*キラッと光る用*/
}

#nav .nav_ul li a {
  /*display: inline-block;*/
  /* padding: 20px 0;*/
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 100px;
  letter-spacing: 0.15em;
  font-family: kings-caslon, sans-serif;
  font-weight: bold;
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
}

#nav .nav_ul li a:hover {
  color: #fff;
}

#nav .nav_ul li .btnshine {
  background-image: linear-gradient(70deg, #000 45%, #fff 50%, #000 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: shine 4s infinite;
  animation: shine 4s infinite;
}

@-webkit-keyframes shine {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#nav .share {
  text-align: center;
}

#nav .share dt {
  color: #000;
  font-size: 26px;
  padding-bottom: 15px;
  font-family: kings-caslon, sans-serif;
}

#nav .share dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
}

#nav .share dd ul li {
  width: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav .share dd ul li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*------------------------------*/

#fv {
  /*background: url("../img/gacha_11/mainvisual_pc.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 62.5%;*/
  position: relative;
}

#fv h1 {
  display: none;
}

#fv .logo {
  max-width: 190px;
  padding: 10px 0 0 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#fv .fv_img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#About .about_h2_wrap {
  padding: 100px 0;
  text-align: center;
}

#About .point01 {
  padding: 0 30px;
}

#About .point02 {
  padding: 0 30px;
}

#About .point03 {
  padding: 0 30px;
}

#About .point04 {
  padding: 0 30px;
}

#About .point00 .cont_wrap {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#About .point00 .cont_wrap .side_txt {
  width: 44%;
  padding-bottom: 30px;
}

#About .point00 .cont_wrap .side_txt .tit01 {
  width: 120px;
}

#About .point00 .cont_wrap .side_txt .tit02 {
  padding: 10px 0;
}

#About .point00 .cont_wrap .side_img {
  width: 56%;
}

/*　文字　下からにゅるっと　*/

/*　PC　画像　ズームイン　*/

.side_img {
  opacity: 0;
}

.side_img.isPlay_low {
  opacity: 1;
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#Card {
  padding: 150px 30px 60px;
}

#Card h2 {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}

#Card > section {
  opacity: 0;
  margin: 0 auto;
  max-width: 860px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
}

#Card > section > h1 {
  margin: 0 0 20px;
  color: #c000ff;
  font-size: 3.0rem;
  line-height: 1.3em;
  font-weight: bold;
}

#Card.show > section {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#Card .cardlist {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #c000ff;
  width: 100%;
}

#Card .cardlist caption {
  background: #c000ff;
  padding: 11px 0;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 18px;
}

#Card .cardlist td,
#Card .cardlist .row {
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #c000ff;
  padding: 10px 20px;
  line-height: 1.2em;
}

#Card .cardlist th {
  padding: 11px 20px;
  line-height: 1.2em;
}

#Card .cardlist thead > tr {
  background: #4d0066;
  color: #fff;
}

#Card .cardlist thead > tr th,
#Card .cardlist thead > tr td {
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #c000ff;
  padding: 11px 0;
  font-size: 18px;
  text-align: center;
}

#Card .cardlist thead > tr th:last-child,
#Card .cardlist thead > tr td:last-child {
  border-right-color: #c000ff;
  /*border-radius: 0px 10px 0 0;*/
}

#Card .cardlist thead > tr th:nth-of-type(1) {
  /*@include ft(en);*/
  /*font-family: 'Fredoka One', cursive;*/
  /*border-radius: 10px 0 0 0;
        border-style: hidden;*/
}

#Card .cardlist tbody > tr {
  color: #c000ff;
  font-weight: bold;
}

#Card .cardlist tbody > tr:nth-of-type(odd) {
  background: #1a1a1a;
}

#Card .cardlist tbody > tr:nth-of-type(even) {
  background: #000;
}

#Card .cardlist tbody > tr th {
  width: 70px;
  white-space: nowrap;
}

#Card .cardlist tbody > tr th,
#Card .cardlist tbody > tr .rarity,
#Card .cardlist tbody > tr .count {
  /*@include ft(enb);*/
  border: 2px solid #c000ff;
  color: #fff;
  /*font-family: 'Fredoka One', cursive;*/
  /*font-weight: normal;*/
}

#Card .cardlist tbody > tr .rarity,
#Card .cardlist tbody > tr .count {
  width: 30px;
}

#Card .cardlist tbody > tr .count {
  /*font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo;*/
  font-weight: normal;
}

#Card .cardlist tbody > tr .name,
#Card .cardlist tbody > tr .note {
  text-align: left;
}

#Card .cardlist tbody > tr .name {
  width: 400px;
}

#Card .cardlist tbody > tr .note .iblock {
  color: #fff;
}

#Card .cardlist a {
  color: #fff;
}

#Product {
  padding: 150px 30px 150px;
  /* ▼ボタン　*/
}

#Product h2 {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}

#Product dl {
  border-bottom: 1px solid #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  font-weight: bold;
  background: #000;
}

#Product dl:first-of-type {
  border-top: 1px solid #4d4d4d;
}

#Product dl dt {
  color: #c000ff;
  font-weight: bold;
  width: 16%;
  text-align: left;
  margin-right: 10px;
}

#Product dl dd {
  width: 84%;
  text-align: left;
}

#Product .cv_btn {
  max-width: 390px;
  width: 100%;
  margin: 80px auto 0;
  font-size: 20px;
}

#Product .cv_btn a {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #c000ff;
  padding: 15px 30px;
  text-align: center;
  outline: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  /* ▲ボタン　*/
  /*アイコン*/
  /*アイコン*/
}

#Product .cv_btn a .buy_txt {
  position: relative;
  z-index: 2;
  color: #c000ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

#Product .cv_btn a:hover .buy_txt {
  color: #fff;
}

#Product .cv_btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #c000ff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

#Product .cv_btn a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#Product .cv_btn a img {
  width: 20px;
  margin: 0 10px 5px 0;
}

#Product .cv_btn a .img-buy-box {
  position: relative;
  z-index: 2;
}

#Product .cv_btn a .img-buy-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#Product .cv_btn a:hover .active {
  opacity: 1;
}

footer {
  padding-top: 110px;
  background: #1a1a1a;
}

footer .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

footer .related > li {
  margin: 0 12px;
}

footer .related > li a {
  display: block;
}

footer .related > li a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  background: #c000ff;
}

footer .share dt {
  text-align: center;
  font-family: kings-caslon, sans-serif;
  font-size: 20px;
  color: #c000ff;
  padding: 60px 0 10px;
}

footer .share dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}

footer .share dd ul li {
  width: 40px;
}

footer .share dd ul li a {
  display: block;
}

footer .share dd ul li a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

footer .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0 100px;
}

footer .banners > li {
  max-width: 300px;
  width: 100%;
  height: 80px;
}

footer .banners > li a {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #c000ff;
  padding: 15px 30px;
  text-align: center;
  outline: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

footer .banners > li a .buy_txt {
  position: relative;
  z-index: 2;
  color: #c000ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

footer .banners > li a:hover .buy_txt {
  color: #fff;
}

footer .banners > li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #c000ff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

footer .banners > li a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

footer .banners > li a img {
  max-width: 120px;
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer .totop {
  margin: 0 auto;
  width: 120px;
  cursor: pointer;
}

footer > .inner {
  padding: 25px;
  background: #c000ff;
  color: #000;
  font-size: 10px;
  line-height: 1.6em;
  text-align: center;
  font-weight: bold;
}

footer .copy {
  padding: 15px 0 0;
}

footer .copy > span {
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
}

@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 2.6rem;
  }

  .pc {
    display: none !important;
  }

  table.def {
    display: block;
  }

  table.def tbody,
  table.def tr,
  table.def th,
  table.def td {
    display: block;
  }

  table.def tr {
    margin: 10px 0;
  }

  table.def th {
    padding: 25px 35px 0;
    font-weight: bold;
  }

  table.def td {
    padding: 10px 35px 25px;
  }

  #Modal > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #Modal .close {
    margin: 0;
    width: 100px;
    height: 100px;
    right: 30px;
    top: -60px;
  }

  #Modal .close::before,
  #Modal .close::after {
    left: calc(50% - 3px);
    width: 6px;
  }

  #Modal .cardBox {
    width: calc(100% - 80px);
    max-width: inherit;
    padding: 50px 40px 0;
  }

  #Modal .inlineBox {
    margin: 80px auto 0;
    padding: 0 50px;
  }

  #Modal .inlineBox p {
    max-width: inherit;
  }

  #Modal .inlineBox a {
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
    margin: 40px auto 0;
    text-decoration: none;
    width: calc(100% - 40px);
    font-size: 30px;
    max-width: inherit;
  }

  #Modal .inlineBox .icon {
    max-width: 30px;
    width: 100%;
    margin: 0px 8px 4px 0;
  }

  .fadeIn_left {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .fadeIn_left.is-show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  .fadeIn_right {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .fadeIn_right.is-show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  .cd-fixed-bg {
    background-size: cover;
    background-attachment: scroll;
  }

  /*--固定背景01　カード、PRODUCT--*/

  .cd-fixed-bg.cd-bg-1.card_bg {
    background-image: url(../img/gacha_11/bg_pattern.png);
    background-size: contain;
    background-repeat: repeat-y;
  }

  /*--固定背景02--*/

  .cd-fixed-bg.cd-bg-2 {
    background-image: url("../img/gacha_11/point01_bg_sp.jpg");
  }

  /*--固定背景03--*/

  .cd-fixed-bg.cd-bg-3 {
    background-image: url("../img/gacha_11/point02_bg_sp.jpg");
  }

  /*--固定背景04--*/

  .cd-fixed-bg.cd-bg-4 {
    background-image: url("../img/gacha_11/point03_bg_sp.jpg");
  }

  /*--固定背景05--*/

  .cd-fixed-bg.cd-bg-5 {
    background-image: url("../img/gacha_11/point04_bg_sp.jpg");
  }

  .menu {
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
  }

  .menu span {
    left: 27.5px;
    width: 45px;
    height: 4px;
  }

  .menu span:nth-of-type(1) {
    top: 30px;
  }

  .menu span:nth-of-type(2) {
    top: 45px;
  }

  .menu span:nth-of-type(3) {
    bottom: 35px;
  }

  .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(17px) rotate(45deg);
    transform: translateY(17px) rotate(45deg);
  }

  .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13.5px) rotate(-45deg);
    transform: translateY(-13.5px) rotate(-45deg);
    bottom: 35px;
  }

  #nav .nav_ul {
    padding: 0px 0 50px;
  }

  #nav .nav_ul li a {
    font-size: 90px;
  }

  #nav .share dt {
    font-size: 38px;
    padding-bottom: 25px;
  }

  #nav .share dd ul {
    max-width: 270px;
  }

  #nav .share dd ul li {
    width: 70px;
  }

  #fv {
    background: url("../img/gacha_11/mainvisual_sp.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: inherit;
  }

  #About .point00 {
    padding: 140px 0 120px;
  }

  #About .point00 .cont_wrap .side_txt {
    width: 100%;
  }

  #About .point00 .cont_wrap .side_txt .tit01 {
    width: 200px;
    margin: 0 auto 40px;
  }

  #About .point00 .cont_wrap .side_txt .tit01 img {
    width: 100%;
  }

  #About .point00 .cont_wrap .side_txt .tit02 {
    padding: 10px 0;
    padding: 0 40px;
  }

  #About .point00 .cont_wrap .side_txt .tit02 img {
    width: 100%;
  }

  #About .point00 .cont_wrap .side_txt .txt {
    padding: 0 35px;
  }

  #About .point00 .cont_wrap .side_img {
    width: 50%;
  }

  #About .point00 .cont_wrap .spimg {
    padding: 25px 0;
  }

  #Card > section {
    /*padding:0 40px;*/
  }

  #Card .cardlist {
    font-size: 2.5rem;
    line-height: 1.75;
  }

  #Card .cardlist caption {
    padding: 20px 0;
    font-size: 24px;
  }

  #Card .cardlist thead > tr th,
  #Card .cardlist thead > tr td {
    line-height: 1.1em;
  }

  #Card .cardlist tbody > tr {
    font-size: 0.9em;
    line-height: 1.4em;
  }

  #Card .cardlist tbody > tr th {
    width: 60px;
    font-size: 0.8em;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-align: left;
    padding-left: 15px;
    padding-right: 12px;
  }

  #Card .cardlist tbody > tr .rarity,
  #Card .cardlist tbody > tr .count {
    padding: 10px 5px;
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }

  #Card .cardlist tbody > tr .name {
    width: 357px;
    letter-spacing: -0.08em;
    text-align: justify;
    font-size: 21px;
  }

  #Card .cardlist tbody > tr .note {
    font-size: 0.8em;
    line-height: 1.2em;
    letter-spacing: -0.08em;
    padding-left: 15px;
    padding-right: 12px;
  }

  #Product dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.5rem;
    line-height: 1.75;
    padding: 15px 0;
  }

  #Product dl dt {
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
  }

  #Product dl dd {
    width: 100%;
  }

  #Product .cv_btn {
    max-width: inherit;
    padding: 0 10px;
  }

  #Product .cv_btn a {
    line-height: 1.75;
    padding: 20px;
    max-width: inherit;
    padding: 25px 10px;
    font-size: 30px;
  }

  #Product .cv_btn a img {
    width: 29px;
    margin: 0 10px 6px 0;
  }

  footer {
    padding-top: 100px;
  }

  footer .related {
    display: block;
  }

  footer .related > li {
    margin: 0 0 50px;
    text-align: center;
  }

  footer .related > li a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  footer .share {
    margin: 0px 0 0;
  }

  footer .share dt {
    font-size: 40px;
  }

  footer .share dd ul {
    max-width: 270px;
  }

  footer .share dd ul li {
    width: 70px;
  }

  footer .banners {
    padding: 80px 40px 200px;
  }

  footer .banners > li {
    margin: 0;
    text-align: center;
    line-height: 70px;
    max-width: inherit;
  }

  footer .banners > li .button {
    min-height: 140px;
  }

  footer .banners > li a img {
    max-width: 220px;
  }

  footer .totop {
    width: auto;
    text-align: center;
  }

  footer > .inner {
    padding: 35px;
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }
}
/*# sourceMappingURL=../map/gacha_11.css.map */
