@charset "utf-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}



/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: 'Roboto','Noto Sans JP', Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

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

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
   body {
    font-size: 1.2rem;
  } 
}


/*****************
common
*****************/
.l_container {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}

@media (max-width: 768px) {
  .l_container {
    width: 100%;
    padding: 0 3.7vw;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
  
   .wrapper img{
    width: 100%;
  }
}


/*****************
header
*****************/
.header {
  background: #000;
}
.header_inner{
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 9px 21px 14px;
}
.logo{
  padding-left: 4px;
}
.logo > li:first-child{
  width: 100%;
  max-width: 272px;
}

@media (max-width: 768px) {
  .header_inner{
    max-width: 100%;
    padding: 1.06vw 0 2.666vw 2.666vw;
  }
  .logo{
    padding-left: 0;
  }
  .logo > li:first-child{
    width: 46.26vw;
    max-width: auto;
  }
}



/*****************
ttl
*****************/
.el_ttl{
  margin-bottom: 14px;
  padding: 2px 0 1px 9px;
  border-left: 8px solid #ffcc00;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;  
  line-height: 1;
}
.el_sttl{
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;  
}
.el_sttl span{
  padding-right: 8px;
}
.el_sttl.el_dvd span{
  color: #f99;
}
.el_sttl.el_cd span{
  color: #9cf;
}
.l_jkt + .el_ttl{
    margin-top: 38px;
}
.l_jkt img{
  width: min(15.8vw,158px);
  height: min(25.2vw,252px);
}
.l_jkt img{
  object-fit: cover;
}  

@media (max-width: 768px) {
  .el_ttl{
    margin-bottom: 2vw;
    padding: 2px 0 1px 1.33vw;
    border-left: 5px solid #ffcc00;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0em;  
  }
  .el_sttl{
    margin-top: 5.33vw;
    margin-bottom: 3.33vw;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333;
  }
  .l_jkt + .el_ttl{
    margin-top: 6vw;
  }
  .el_sttl span{
    padding-right: 1.33vw;
  }
.l_jkt img{
  width: 28.3vw;
  height: 45.2vw;
}
.l_jkt img{
  object-fit: cover;
} 
}


/*****************
main
*****************/
.main{
  background: url(../img/common/bg_main.png) no-repeat bottom;
  background-size: auto;
  width: 100%;
  height: 578px;
}
.main h1{
  margin-inline: auto;
  padding-top: 32px;
  img{
    width: min(80%,961px);
    margin-inline: auto;
    transform: translateX(-16px);
  }
}
@media (min-width: 1280px) {
  .main{
    background-size: 100%;
  }
}
@media (max-width: 768px) {
.main{
    background: none;
  width: 100%;
  height: auto;
}
  .main h1{
    padding-top: 0;
    img{
      width: 100vw;
      transform: translateX(0);
    }
  }
}

/*****************
l_contents
*****************/
.l_contents{
  margin-top: 50px;
  margin-bottom: 70px;
}
.l_contents:first-child{
  margin-top: 40px;
}
.l_contents p{
  line-height: 1.55;
}

@media (max-width: 768px) {
  .l_contents{
    margin-top: 9.3vw;
    margin-bottom: 10vw;
  }
  .l_contents:first-child{
    margin-top: 8.6vw;
  }
  .l_contents p{
    line-height: 1.5;
  }

}

/*****************
l_contents2
*****************/
.l_contents2{
  margin-bottom: 40px;
}
.l_contents2 p{
  line-height: 1.8;
}
.l_contents2.l_campaign{
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .l_contents2{
    margin-top: 4.6vw;
    margin-bottom: 10.66vw;
  }
  .l_contents2 p{
    line-height: 1.7;
  }
  .l_contents2.l_campaign{
    margin-bottom: 6.66vw;
  }
}

/*****************
l_desc
*****************/
.l_desc {
}
.l_desc li {
  line-height: 1.8;
  margin-left: 1em;
  text-indent: -1.2em;
}

.l_desc a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .l_desc li {
    line-height: 1.8;
  }
}

/*****************
l_jkt
*****************/
.l_jkt {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.l_jkt li {
  width: 15.38%;
  margin-right: 1.544%;
  margin-bottom: 20px;
}
.l_jkt li:nth-of-type(6n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .l_jkt {
    margin-bottom: 1.33vw;
  }
  .l_jkt li {
    width: 31.34%;
    margin-right: 2.98%;
    margin-bottom: 2.98%;
  }
  .l_jkt li:nth-of-type(3n) {
    margin-right: 0;
  }
}

ul.l_jkt img{
  width: 100%;
}

/*****************
l_tagBnrL
*****************/
.l_tagBnrL{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.l_tagBnrL li{
  position: relative;
  width:49.3%;
  margin-right: 1.544%;
  /* margin-bottom:1.544%; */
}
.l_tagBnrL li a{
  display: block;
  padding: 13px 0 11px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.l_tagBnrL li:last-child{
  margin-right: 0;
}
.l_tagBnrL li::after{
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  content: "";
  background: url("/library/dis/cms/img/dcp/feature/dvdcdcp/common/2022/icon_arrow.png") no-repeat;
  background-size: 100%;
}
.l_tagBnrL li:hover::after{
  opacity: 0.7;
}

@media (max-width: 768px) {
  .l_tagBnrL{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l_tagBnrL li{
    position: relative;
    width: 82.6vw;
    margin:3vw auto 3vw auto;
  }
  .l_tagBnrL li a{
    display: block;
    padding: 0 ;
    text-align: center;
  }
  .l_tagBnrL li:last-child{
    position: relative;
     width: 82.6vw;
    margin:0 auto;
  }
  .l_tagBnrL li::after{
    position: absolute;
    top: 50%;
    right: 3.43%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    content: "";
    background: url("/library/dis/cms/img/dcp/feature/dvdcdcp/common/2022/icon_arrow.png") no-repeat;
    background-size: 100%;
  }
}

/*****************
l_tagBnrL2
*****************/
.l_tagBnrL2{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.l_tagBnrL2 li{
  position: relative;
  width:49.3%;
  margin-right: 1.544%;
  margin-bottom:1.544%;
}
.l_tagBnrL2 li a{
  display: block;
  padding: 13px 0 11px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.l_tagBnrL2 li:last-child{
  margin-right: 0;
}
.l_tagBnrL2 li::after{
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  content: "";
  background: url("/library/dis/cms/img/dcp/feature/dvdcdcp/common/2022/icon_arrow.png") no-repeat;
  background-size: 100%;
}
.l_tagBnrL2 li:hover::after{
  opacity: 0.7;
}

@media (max-width: 768px) {
  .l_tagBnrL2{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3vw;
  }
  .l_tagBnrL2 li{
    position: relative;
    width: 82.6vw;
    margin:0 auto 3vw auto;
  }
  .l_tagBnrL2 li a{
    display: block;
    padding: 0 ;
    text-align: center;
  }
  .l_tagBnrL2 li:last-child{
    position: relative;
    width: 82.6vw;
    margin:0 auto;
  }
  .l_tagBnrL2 li::after{
    position: absolute;
    top: 50%;
    right: 3.43%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    content: "";
    background: url("/library/dis/cms/img/dcp/feature/dvdcdcp/common/2022/icon_arrow.png") no-repeat;
    background-size: 100%;
  }
}



/*****************
footer
*****************/
.footer{
  background: #000;
}
.footer_inner{
  max-width: 1080px;
  margin: auto;
  padding: 11px 20px 16px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}

@media (max-width: 768px) {
  .footer_inner{
    max-width: 100%;
  }
  .el_footerLogo{
    width: 40%;
  }
  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}

/*****************
l_register（流用）
*****************/
.l_register{
  padding: 50px 18px 45px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.l_register .el_ttl{
  border-left: 8px solid #031a57;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .l_register{
    padding: 6.6vw 1.8vw;
  }
  .l_register .el_ttl{
    border-left: 5px solid #031a57;
    margin-bottom: 5.3vw;
  }
}

/* .l_list_number */
.l_list_number{
  margin-top: 10px;
}
.l_list_number li:not(:last-child){
  margin-bottom: 15px;
}
.l_list_number .el_blue{
  color: #3399ff;
  font-size: 14px;
  padding-right: 5px;
}
.l_list_number .el_red{
  color: #cc0000;
  strong{
    font-size: 24px;
    font-weight: 400;
  }
  i{
    font-size: 12px;
    font-style: normal;
  }
}
.l_attention p:not(:last-child){
  padding-bottom: 30px;
}
.l_attention a{
  color: #004098;
  text-decoration: underline;
}
.l_attention a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .l_list_number{
    margin-top: 5.3vw;
  }
  .l_list_number li:not(:last-child){
    margin-bottom: 6.6vw;
  }
  .l_list_number .el_blue{
    font-size: 3.4vw;
  }
  .l_list_number .el_red{
    strong{
      font-size: 4.8vw;
      font-weight: 700;
    }
    i{
      font-size: 2.9vw;
    }
  }
  .l_attention p:not(:last-child){
    padding-bottom: 6vw;
  }
}


/* .l_rentalbtn */
.l_rentalbtn{
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .l_rentalbtn{
    margin-bottom: 9.6vw;
  }
}

/* .l_txtArea */
@media (max-width: 768px) {
  .l_txtArea{
    padding-inline: 1.3vw;
  }
}
