@charset "utf-8";
/* CSS Document */

#wrap section .conts {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
}

#plan h2,
#payment h2,
#q_a h2 {
  background-color: #000;
  color: #fff;
  padding: 15px;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}

/*----- header -----*/
header {
  background-color: #000;
}

.header-inn {
  max-width: 1080px;
  margin: 0 auto;
  padding: 15px 20px;
}

header img {
  height: 18px;
}

.header-logo {
  display: flex;
}

.discaslogo,
.ttvlogo {
  display: inline;
}

.discaslogo img {
  margin-right: 20px;
}

/*----- main -----*/
#main {
  background: #000 url("https://movie.tsutaya-adult.com/library/dis/cms/img/entrance/adultlp_bw/main_bg.jpg") top center / auto auto repeat;
  padding: 35px 30px 30px;
  text-align: center;
}
.main-visual-img {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#main .btnArea p.other {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
#main .btnArea p.other img {
  width: 8px;
  vertical-align: baseline;
}
#main .btnArea p.other a {
  border-bottom: solid #fff 1px;
}
#main .btnArea p.other a:hover {
  border-bottom: solid transparent 1px;
  text-decoration: none;
}

#main .btnArea ul.notes {
  max-width: 752px;
}
#main .btnArea ul.notes li {
  margin-bottom: 5px;
}

/*----- intro -----*/
#intro {
  padding: 25px 30px;
  letter-spacing: 4px;
  line-height: 1.2;
}
#intro p {
  display: inline;
  vertical-align: baseline;
  font-size: 30px;
  font-weight: 900;
}
#intro p span.big {
  font-size: 42px;
}
#intro p span.bigger {
  font-size: 54px;
}
#intro p span.small {
  font-size: 18px;
}
#intro p span.text-normal {
  letter-spacing: 1.5px;
  margin-top: 10px;
  display: block;
}

/*----- planning -----*/
#planning {
  color: #333333;
  padding: 85px 30px;
}
section#planning .conts {
  max-width: 1000px;
}

#planning h2 {
  font-size: 28px;
}

#planning h2.h2_border_bottom {
  border-bottom: 2px solid #333333;
  padding-bottom: 32px;
  margin-bottom: 32px;
  display: block;
}

#planning h3 {
  font-size: 20px;
  line-height: 1.5;
}

#planning h4 {
  font-size: 18px;
}

#planning h4.h4_margin_bottom {
  margin-bottom: 40px;
}

#planning p {
  font-size: 18px;
  line-height: 1.6;
}

#planning .area_box {
  margin: 0 -6.25px;
  margin-top: 40px;
}

#planning .area_box .item {
  margin: 0 6.25px;
  background-color: #f2f6f9;
  color: #011a57;
  padding: 20px 20px 30px;
}
#planning .area_box .item:not(.p-0) {
  padding: 45px 20px 30px;
  margin-bottom: 15px;
}
#planning .area_box .item img {
  width: 60%;
}

/*----- lineup -----*/
#lineup {
  padding: 60px 30px 50px;
}
#lineup .conts h2 img {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
}

#lineup h3 {
  background: #000;
  font-size: 30px;
  padding: 15px;
  margin: 40px auto;
}

#lineup ul.list {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto 60px;
}
#lineup ul.list li {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 5px;
}
#lineup ul.list li .rank {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 5px;
}
#lineup ul.list li .rank img {
  max-width: 28px;
  vertical-align: baseline;
  margin-right: 5px;
}
#lineup ul.list li .jkt img {
  width: 100%;
  max-width: 160px;
}
#lineup ul.list li .ttl {
  max-width: 160px;
  font-size: 15px;
  margin: 15px auto 0;

  /*文末省略*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  /*IE対策*/
  line-height: 1.5em;
  max-height: 3em;
}

/*2022年10月3日追加*/
#lineup .btnArea ul.notes {
  max-width: 752px;
}

#lineup .btnArea ul.notes li {
  margin-bottom: 5px;
}

#lineup .btnArea p.other {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}

#lineup ul.notes.text-left {
  color: #000;
}

#lineup ul.list li .ttl

/*----- qa -----*/
#qa {
  text-align: center;
  padding: 60px 30px 80px;
}
#qa h2.qa-title {
  background-color: #000;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 5px;
  margin: 0 auto 30px;
  padding: 12px 15px 10px;
}
#qa h2.qa-title span {
  font-size: 28px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.qa-item-img img {
  max-width: 598px;
}
.qa-item-content {
  border: 5px solid #eb2f71;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  max-width: 788px;
  padding: 15px 90px 30px;
  margin: 0 auto 30px;
}
.qa-item-content h3 {
  color: #eb2f71;
  font-size: 32px;
  font-weight: 900;
  background-color: transparent;
  margin: 0 auto;
  padding: 15px;
}
.qa-item-content p {
  font-size: 22px;
  font-weight: bold;
}

/*2022年10月3日追加*/
#q_a .btnArea ul.notes {
  max-width: 752px;
}

#q_a .btnArea ul.notes li {
  margin-bottom: 5px;
}

#q_a .btnArea p.other {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}

#q_a ul.notes.text-left {
  color: #000;
}

/*----- recommend -----*/
#recommend {
  padding: 60px 30px 80px;
}
#recommend h2 {
  padding: 0 15px 25px;
  font-weight: bold;
  font-size: 36px;
}
.recommend-item {
  background-color: #fff;
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 40px 100px;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.recommend-item-title {
  font-size: 40px;
  margin: 20px auto 15px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 4px;
}
.recommend-item-text {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.recommend-item-note {
  font-size: 12px;
  line-height: 1.6;
}

.recommend-item-small {
  max-width: 760px;
  min-height: 150px;
  border: solid 3px #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.recommend-item-small-img {
  width: 184px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.recommend-item-small-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recommend-item-small-img .mac {
  width: 50%;
}
.recommend-item-small-img .lock {
  width: 40%;
}

.recommend-item-small-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}
.recommend-item-small-title {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 3px;
}
.recommend-item-small-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

/*----- plan -----*/
#plan {
  padding: 80px 30px 30px;
}
#plan h3 {
  position: relative;
  color: #eb2f71;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}
.plan-item-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 40px;
}
.plan-item-content .text-framed {
  display: block;
  color: #fff;
  font-size: 28px;
  background-color: #eb2f71;
  padding: 10px 10px 7px;
  margin-bottom: 10px;
}

.plan-item-content .price {
  font-size: 54px;
}
.plan-item-content .tax {
  font-size: 24px;
}

#plan h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

#plan p {
  font-size: 14px;
  line-height: 1.5;
}

.plan-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 20px;
  padding: 40px 0;
}
.plan-item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.plan-item-img img {
  margin: auto;
  max-width: 65%;
}

/*----- payment -----*/
#payment {
  padding: 80px 30px;
  text-align: center;
}
#payment p {
  margin-top: 40px;
  font-size: 18px;
}

#payment .payment-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
}
#payment #carriers,
#payment #credit {
  border: 1px solid #999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
#payment #carriers img,
#payment #credit img {
  width: 100%;
  max-width: 445px;
}
#carriers {
  margin-right: 20px;
}

#payment #carriers h4,
#payment #credit h4 {
  position: relative;
  font-size: 24px;
  line-height: 60px;
  font-weight: 400;
}
#payment #carriers h4:after,
#payment #credit h4:after {
  content: "";
  background-color: #999;
  position: absolute;
  height: 1px;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
}

#payment #carriers ul,
#payment #credit ul {
  list-style-type: none;
  white-space: nowrap;
  font-size: 0;
  text-indent: -9999px;
}

/*----- q_a -----*/
#q_a {
  padding: 0 30px;
}
#q_a p {
  font-size: 16px;
}

#q_a .accordion {
  max-width: 900px;
  margin: 20px auto 60px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #fff;
}

#q_a .accordion p {
  text-align: left;
  border-top: 1px solid #999;
}
#q_a .accordion p.top-none {
  border-top: 1px solid #fff;
}
p.question span {
  position: relative;
  display: inline-block;
  padding: 35px 60px;
  width: 100%;
}
p.question span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 30%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 23px;
  height: 23px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
p.question .open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42%;
}

#q_a .accordion p.question {
  cursor: pointer;
  background-image: url("https://movie.tsutaya-adult.com/library/dis/cms/img/entrance/adultlp_bw/q_a_01.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 34px 72px;
}
#q_a .accordion p.question + p {
  display: none;
  border-top: 1px dashed #d6d6d6;
  background-image: url("https://movie.tsutaya-adult.com/library/dis/cms/img/entrance/adultlp_bw/q_a_02.png");
  background-size: 34px 72px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 27px 30px 27px 60px;
}

/*----- footer -----*/
footer {
  padding: 20px;
  text-align: center;
  background: #000;
  margin-top: 50px;
}
footer .foot_inner {
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
footer ul.foot_link {
  letter-spacing: -0.4em;
  overflow: hidden;
  margin: 0;
}
footer ul.foot_link li {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-top: 5px;
  padding: 0 9px;
  font-size: 13px;
  border-left: 1px solid #fff;
}
footer ul.foot_link li:first-child {
  border-left: none;
}
footer ul.foot_link:not(:first-child) li:first-child {
  border-left: 1px solid #fff;
}

footer a,
footer .company {
  color: #fff;
}
footer ul.foot_link li a {
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0.85px;
}
footer .company {
  font-size: 11px;
  margin-top: 30px;
}

/*----- page-top -----*/
#page-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  font-weight: 700;
}
#page-top a {
  background-color: #eb2f71;
  text-decoration: none;
  color: #fff;
  width: 120px;
  padding: 12px 0;
  text-align: center;
  display: block;
  border-radius: 10px 10px 0 0;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 40%);
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#page-top a::after {
  content: "";
  display: inline-block;
  background-image: url("https://movie.tsutaya-adult.com/library/dis/cms/img/entrance/adultlp_bw/pagetop.png");
  width: 11px;
  height: 7px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

.item-flex {
  display: flex;
}

#planning .area_box .item.p-0 {
  width: 50%;
}
h5 {
  color: #eb2f71;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
