@charset "UTF-8";
/*基本CSS
-----------------------------------------*/
body {
  background: url(../img/bg.jpg) no-repeat center 0/cover fixed;
}

.linkimg:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

.textbase_01 {
  font-size: 15px;
  color: #FFF;
}

.textbass_02 {
  font-size: 12px;
  color: #7d7d7d;
}

.textbass_03 {
  font-size: 13px;
  color: #7d7d7d;
}

.textbass_04 {
  font-size: 15px;
  color: #7d7d7d;
}

.textbass_05 {
  font-size: 12px;
  color: #e60012;
}

.textbass_07 {
  font-size: 17px;
  color: #e60012;
}

.textbass_08 {
  font-size: 12px;
  color: #FFF;
}

.textbass_09 {
  font-size: 20px;
  color: #f42785;
}

.textbass_10 {
  font-size: 12px;
  color: #ff81ae;
}

.textbass_11 {
  font-size: 12px;
  color: #ff6f49;
}

.textbass_12 {
  font-size: 12px;
  color: #28cfff;
}

.textbass_13 {
  font-size: 13px;
  color: #f42785;
}

.textbass_14 {
  font-size: 15px;
  color: #f42785;
}

.textbass_15 {
  font-size: 12px;
  color: #f42785;
}

ul.maker_list {
  margin: 0;
  padding: 0;
}

ul.maker_list li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 260px;
  height: 150px;
}

ul, li, img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.rireki_area {
  width: 800px;
  height: 400px;
  overflow: hidden;
}

.rireki {
  width: 460px;
  height: 380px;
  float: left;
}

.twitter {
  width: calc(800px - 460px);
  height: 400px;
  float: left;
}

#twitter-widget-0 {
  width: 100% !important;
}

.rireki p {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 0 2px;
  background: #7d7d7d;
  margin: 0;
  text-align: center;
}

.rireki .rireki-data {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 20px;
  height: 90%;
}

.rireki dl {
  width: 440px;
  font-size: 13px;
  color: #7d7d7d;
  border-bottom: 1px dotted #A64D4E;
  margin-bottom: 20px;
  line-height: 1.4;
  overflow: hidden;
}

.rireki dt {
  width: 60px;
  float: left;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

.rireki dd {
  width: 330px;
  float: right;
  padding-bottom: 5px;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.enquete2 {
  background: url(../abalonekiss/img/enquete2.jpg) left top no-repeat;
  width: 800px;
  height: 1688px;
  margin: 0 auto;
  position: relative;
}

.button {
  position: absolute;
  top: 1400px;
  left: 50px;
}

.ouen_banner {
  background: url(../abalonekiss/img/ouen_banner.jpg) left top no-repeat;
  width: 800px;
  height: 741px;
  margin: 0 auto;
  position: relative;
}

/*全体設定
-----------------------------------------*/
#page-top {
  position: fixed;
  right: .5rem;
  bottom: 1rem;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  text-align: center;
}

#page-top a {
  text-decoration: none;
  display: block;
  color: black;
  font-weight: bold;
  padding: calc((80px - 50px) / 2) 0;
}

tr.package {
  display: block;
  margin-bottom: 1.5rem;
}

/*パッケージページ設定
-----------------------------------------*/
body#package {
  /*------------Font-size------------*/
  /*-------RESET設定ここまで-------*/
}

body#package .container h1, body#package .container header ul li p + p a, body#package .container main h2, body#package .container main h3, body#package .container main .release-title li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body#package html, body#package body, body#package h1, body#package h2, body#package h3, body#package h4, body#package h5, body#package p, body#package ul, body#package li, body#package dl, body#package dt, body#package dd, body#package ol {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-family: "Hiragino kaku Gothic ProN",Meiryo,sans-serif;
}

body#package header, body#package nav, body#package main, body#package footer, body#package article, body#package section, body#package aside {
  display: block;
}

body#package img {
  vertical-align: bottom;
  max-width: 100%;
}

body#package a {
  text-decoration: none;
}

body#package ul, body#package ol {
  list-style: none;
}

body#package html {
  font-size: 62.5%;
}

body#package body {
  font-size: 16px;
}

body#package h1 {
  font-size: 32px;
}

body#package h2 {
  font-size: 28px;
}

body#package h3 {
  font-size: 24px;
}

body#package h4 {
  font-size: 22px;
}

body#package h5 {
  font-size: 18px;
}

body#package p {
  font-size: 16px;
}

@media screen and (max-width: 375px) {
  body#package html {
    font-size: 10px;
  }
  body#package body {
    font-size: 1.4rem;
  }
  body#package h1 {
    font-size: 2.8rem;
  }
  body#package h2 {
    font-size: 2.4rem;
  }
  body#package h3 {
    font-size: 2.2rem;
  }
  body#package h4 {
    font-size: 2.0rem;
  }
  body#package h5 {
    font-size: 1.6rem;
  }
  body#package p {
    font-size: 1.4rem;
  }
}

body#package {
  background: #000000;
  margin: 0;
  padding: 0;
}

html body#package {
  margin: 0;
  padding: 0;
}

body#package nav {
  width: 800px;
  margin: auto;
}

body#package .container {
  width: 800px;
  margin: auto;
  background: #450e48;
  padding: .5rem 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body#package .container h1 {
  width: 282px;
  height: 149px;
  background: url(../img/pac-image01_2.png) no-repeat 0 0;
  margin: 2rem auto;
}

body#package .container h1 + p {
  text-align: center;
  margin-bottom: 2rem;
}

body#package .container header {
  margin-bottom: 5rem;
}

body#package .container header img {
  -webkit-transition: .2s;
  transition: .2s;
}

body#package .container header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}

body#package .container header ul li {
  width: 200px;
  -webkit-transition: .2s;
  transition: .2s;
}

body#package .container header ul li p {
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}

body#package .container header ul li p + p {
  height: 40px;
}

body#package .container header ul li p + p a {
  display: block;
  background: url(../img/bn-tora.png) no-repeat 0 0;
  line-height: 40px;
}

body#package .container header ul li:nth-child(2) a {
  background: url(../img/bn-getchu.png) no-repeat 0 0;
}

body#package .container header ul li:nth-child(3) a {
  background: url(../img/bn-melon.png) no-repeat 0 0;
}

body#package .container header ul li:hover {
  -webkit-filter: drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff);
          filter: drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff);
}

body#package .container main {
  width: 762px;
  margin: auto;
  background: url(../img/package-border.png) no-repeat 0 22px/contain;
}

body#package .container main h2 {
  width: 501px;
  height: 46px;
  background: url(../img/pac-title.png) no-repeat 0 0;
  margin: -21px auto 1rem;
}

body#package .container main h3 {
  width: 244px;
  height: 23px;
  margin: 0 auto 1rem;
  background: url(../img/pac-title2.png) no-repeat 0 0;
}

body#package .container main .release-title {
  padding: 0 .5rem;
  overflow: hidden;
}

body#package .container main .release-title .soft-pac {
  width: 362px;
  float: left;
  margin-right: 22px;
}

body#package .container main .release-title .soft-pac:nth-child(even) {
  margin-right: 0;
}

body#package .container main .release-title p {
  margin-bottom: .5rem;
}

body#package .container main .release-title img {
  -webkit-transition: .1s;
  transition: .1s;
}

body#package .container main .release-title ul {
  margin-bottom: 1.5rem;
}

body#package .container main .release-title li {
  width: 200px;
  line-height: 40px;
  margin: 0 auto 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

body#package .container main .release-title li a {
  display: block;
}

body#package .container main .release-title li:nth-child(1) {
  background: url(../img/bn-tora.png) no-repeat 0 0;
}

body#package .container main .release-title li:nth-child(2) {
  background: url(../img/bn-melon.png) no-repeat 0 0;
}

body#package .container main .release-title li:nth-child(3) {
  background: url(../img/bn-getchu.png) no-repeat 0 0;
}

body#package .container main .release-title li:hover {
  -webkit-filter: drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff);
          filter: drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff);
}

body#package .container footer {
  padding: 1rem 0 10rem;
  color: white;
  font-weight: bold;
  text-align: center;
}

body#package .container footer p {
  margin-bottom: 1rem;
}

body#package .container footer a {
  font-weight: bold;
  color: white;
}

body#package .container footer a:hover {
  -webkit-filter: drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff);
          filter: drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff);
}
