@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : disc.css
Description : ブルーレイ＆DVD情報
===================================================================== */
@keyframes btnPlayAnime {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* ========================================================
    disc
======================================================== */
.disc {
  position: relative;
  width: 100%;
  padding: 20rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .disc {
    padding: 15rem 0 12rem 0;
  }
}
.disc .inner {
  max-width: 1080px;
}
.disc_column {
  position: relative;
  width: 100%;
}
.disc_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.disc_ttl > h2 {
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .disc_ttl > h2 {
    padding-top: 0;
  }
}
.disc_ttl > h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 18.6rem;
  aspect-ratio: 186/47;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .disc_ttl > h2::before {
    content: "";
    position: absolute;
    left: -12.8rem;
    top: 1.6rem;
    display: block;
    width: 11.6rem;
    aspect-ratio: 182/63;
    background-image: url(../images/common/common_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: scale(1, 1);
    z-index: -1;
  }
}
.disc_ttl > h2::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .disc_ttl > h2::after {
    content: "";
    position: absolute;
    right: -12.8rem;
    top: 1.6rem;
    display: block;
    width: 11.6rem;
    aspect-ratio: 182/63;
    background-image: url(../images/common/common_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: scale(-1, 1);
    z-index: -1;
  }
}
.disc_ttl > h2 > em {
  position: relative;
  display: inline-block;
  color: transparent;
  font-family: "Cinzel Decorative", serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .disc_ttl > h2 > em {
    font-size: 7.2rem;
  }
}
.disc_ttl > h2 > em::before {
  content: "";
  position: absolute;
  left: -8rem;
  top: -10rem;
  display: block;
  width: 13.7rem;
  aspect-ratio: 137/209;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  mix-blend-mode: color-dodge;
  z-index: -1;
}
.disc_ttl > h2 > span {
  position: relative;
  display: block;
  margin-top: 0.4em;
  color: #1393d0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .disc_ttl > h2 > span {
    font-size: 2rem;
  }
}
.disc_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .disc_wrap {
    margin-top: 6rem;
  }
}
.disc_tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 102.9850746269%;
  margin: 0 -1.4925373134% 5.6rem -1.4925373134%;
}
@media screen and (min-width: 768px) {
  .disc_tab {
    width: 102%;
    margin: 0 -1% 4.2rem -1%;
  }
}
.disc_tab > li {
  width: 47.1014492754%;
  aspect-ratio: 325/88;
  margin: 0 1.4492753623% 2.4rem 1.4492753623%;
  padding: 2px;
  border: 2px solid;
  border-color: #917954;
  -o-border-image: none;
     border-image: none;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .disc_tab > li {
    width: 31.3725490196% !important;
    aspect-ratio: 320/60 !important;
    margin: 0 0.9803921569% 1.8rem 0.9803921569%;
  }
}
.disc_tab > li.wide {
  width: 97.1014492754%;
  aspect-ratio: 670/88;
}
@media screen and (min-width: 768px) {
  .disc_tab > li:hover {
    border-color: none;
    -o-border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
       border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
  }
}
@media screen and (min-width: 768px) {
  .disc_tab > li:hover .disc_tab_btn {
    background: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .disc_tab > li:hover .disc_tab_btn::before {
    background-image: url(../images/common/arrow_bg01_h.png);
  }
}
@media screen and (min-width: 768px) {
  .disc_tab > li:hover .disc_tab_btn > span {
    color: #ffffff;
  }
}
.disc_tab_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.disc_tab_btn::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  display: block;
  width: 0.6rem;
  aspect-ratio: 6/34;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .disc_tab_btn::before {
    width: 0.45rem;
  }
}
.disc_tab_btn > span {
  display: block;
  color: #917954;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateY(-0.05em);
}
@media screen and (min-width: 768px) {
  .disc_tab_btn > span {
    font-size: 2rem;
  }
}
.disc_tab_btn > span > small {
  font-size: 75%;
  line-height: 1;
}
.disc_list {
  position: relative;
  width: 100%;
}
.disc_list > li {
  position: relative;
  width: 100%;
  margin-top: 10rem;
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .disc_list > li {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
  }
}
.disc_list > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.disc_list > li:first-child::before {
  content: none;
}
.disc_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
.disc_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.disc_item_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  line-height: 1;
}
.disc_item_ttl > em {
  position: relative;
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .disc_item_ttl > em {
    font-size: 4rem;
  }
}
.disc_item_ttl > em::before {
  content: "";
  position: absolute;
  left: -1.1em;
  top: 50%;
  display: block;
  height: 0.72em;
  aspect-ratio: 43/36;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
  z-index: -1;
}
.disc_item_ttl > em::after {
  content: "";
  position: absolute;
  right: -1.1em;
  top: 50%;
  display: block;
  height: 0.72em;
  aspect-ratio: 43/36;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
  z-index: -1;
}
.disc_item_ttl > em > span {
  display: inline-block;
  color: transparent;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.disc_item_ttl > small {
  position: relative;
  display: inline-block;
  margin-top: 0.3em;
  color: transparent;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .disc_item_ttl > small {
    font-size: 2.7rem;
  }
}
.disc_item_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 6rem 0 -6.4rem 0;
}
@media screen and (min-width: 768px) {
  .disc_item_list {
    margin: 4.5rem 0 -4.8rem 0;
  }
}
.disc_item_list > li {
  width: 47.7611940299%;
  margin: 0 0 6.4rem 4.4776119403%;
}
@media screen and (min-width: 768px) {
  .disc_item_list > li {
    width: 30.4%;
    margin: 0 0 4.8rem 4.4% !important;
  }
}
.disc_item_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .disc_item_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.disc_item_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .disc_item_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .disc_item_list > li > a:hover .disc_item_item > figure > img {
    transform: scale(1.04);
  }
}
.disc_item_list > li > a.diabled {
  pointer-events: none;
}
.disc_item_item {
  position: relative;
  width: 100%;
}
.disc_item_item > figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.disc_item_item > figure > img {
  transition: 0.3s ease;
}
.disc_item_item > h3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .disc_item_item > h3 {
    margin-top: 1.5rem;
  }
}
.disc_item_item > h3 > em {
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.4em 0.8em 0.5em 0.8em;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 1em;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
}
@media screen and (min-width: 768px) {
  .disc_item_item > h3 > em {
    font-size: 1.6rem;
  }
}
.disc_item_item > h3 > strong {
  display: inline-block;
  color: transparent;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .disc_item_item > h3 > strong {
    font-size: 1.8rem;
  }
}
.disc_item_item > h3 > span {
  display: block;
  color: #004089;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .disc_item_item > h3 > span {
    font-size: 2.2rem;
  }
}
.disc_item_item > p {
  position: relative;
  width: 100%;
  margin-top: 0.2em;
}
.disc_item_item > p > span {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .disc_item_item > p > span {
    font-size: 1.8rem;
  }
}
.disc_item_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 320/88;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .disc_item_btn {
    aspect-ratio: 304/56;
    margin-top: 1.8rem;
  }
}
.disc_item_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .disc_item_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .disc_item_btn > a:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .disc_item_btn > a:hover > span {
    transform: translateY(-0.05em) scale(1.04);
  }
}
.disc_item_btn > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid;
  -o-border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
     border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.disc_item_btn > a > span {
  display: block;
  color: #1393d0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.05em);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .disc_item_btn > a > span {
    font-size: 1.8rem;
  }
}
.disc_article {
  position: relative;
  width: 100%;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .disc_article {
    padding-bottom: 7.5rem;
  }
}
.disc_article::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
.disc_article_item {
  position: relative;
  width: 100%;
}
.disc_article_item_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .disc_article_item_ttl {
    width: 58%;
    margin: 0 0 0 auto;
  }
}
.disc_article_item_ttl > em {
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.4em 0.8em 0.5em 0.8em;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 1em;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
}
@media screen and (min-width: 768px) {
  .disc_article_item_ttl > em {
    font-size: 1.6rem;
  }
}
.disc_article_item_ttl > strong {
  display: inline-block;
  margin-left: 0.8em;
  color: transparent;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .disc_article_item_ttl > strong {
    font-size: 1.8rem;
  }
}
.disc_article_item_ttl > span {
  display: block;
  color: #004089;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .disc_article_item_ttl > span {
    font-size: 2.2rem;
  }
}
.disc_article_item_img {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .disc_article_item_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 36%;
    margin: 0;
  }
}
.disc_article_item_img > li {
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .disc_article_item_img > li {
    margin-top: 2.4rem;
  }
}
.disc_article_item_img > li:first-child {
  margin-top: 0;
}
.disc_article_item_detail {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .disc_article_item_detail {
    width: 58%;
    margin: 3rem 0 0 auto;
  }
}
.disc_article_item_detail > :first-child {
  margin-top: 0 !important;
}
.disc_article_item_detail_content {
  position: relative;
  width: 100%;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .disc_article_item_detail_content {
    margin-top: 2.7rem;
  }
}
.disc_article_item_detail_content > dt {
  width: 100%;
}
.disc_article_item_detail_content > dt > span {
  position: relative;
  display: block;
  padding-left: 0.8em;
  color: #004089;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .disc_article_item_detail_content > dt > span {
    font-size: 2rem;
  }
}
.disc_article_item_detail_content > dt > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
}
.disc_article_item_detail_content > dd {
  width: 100%;
  margin-top: 0.14em;
}
.disc_article_item_detail_content > dd > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 600;
}
.disc_article_item_detail_content > dd > p:first-child {
  margin-top: 0;
}
.disc_article_item_detail_content > dd > p a {
  position: relative;
  padding-right: 1.3em;
  color: #1393d0;
  text-decoration: underline;
}
.disc_article_item_detail_content > dd > p a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1.2em;
  aspect-ratio: 34/6;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.disc_article_item_detail_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .disc_article_item_detail_text {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.disc_article_item_detail_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
.disc_article_item_detail_text > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 600;
}
.disc_article_item_detail_text > p:first-child {
  margin-top: 0;
}
.disc_article_cast {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .disc_article_cast {
    margin-top: 4.5rem;
    padding: 4.5rem 8rem;
  }
}
.disc_article_cast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4279b8;
  mix-blend-mode: color-burn;
  opacity: 0.2;
  z-index: -3;
}
.disc_article_cast_ttl {
  position: relative;
  width: 100%;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .disc_article_cast_ttl {
    padding-bottom: 1.8rem;
  }
}
.disc_article_cast_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
.disc_article_cast_ttl > span {
  display: block;
  color: transparent;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(0deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .disc_article_cast_ttl > span {
    font-size: 3rem;
    letter-spacing: inherit;
  }
}
.disc_article_cast_ttl > small {
  display: block;
  margin-top: 0.2em;
  color: #004089;
  font-size: 100%;
  font-weight: 700;
}
.disc_article_cast_column {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .disc_article_cast_column {
    display: flex;
    justify-content: space-between;
    margin-top: 4.5rem;
  }
  .disc_article_cast_column figure {
    flex-shrink: 0;
    width: 35%;
    margin-right: 7%;
  }
  .disc_article_cast_column .disc_article_cast_content {
    margin: 0;
  }
}
.disc_article_cast_content {
  position: relative;
  width: 100%;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .disc_article_cast_content {
    margin-top: 2.7rem;
  }
}
.disc_article_cast_content > dt {
  width: 100%;
}
.disc_article_cast_content > dt > span {
  position: relative;
  display: block;
  padding-left: 0.8em;
  color: #004089;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .disc_article_cast_content > dt > span {
    font-size: 2rem;
  }
}
.disc_article_cast_content > dt > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
}
.disc_article_cast_content > dd {
  width: 100%;
  margin-top: 0.14em;
}
.disc_article_cast_content > dd > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 600;
}
.disc_article_cast_content > dd > p:first-child {
  margin-top: 0;
}
.disc_article_cast_content > dd .disc_article_btn {
  margin: 0;
}
.disc_article_cast_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .disc_article_cast_text {
    margin-top: 3rem;
  }
}
.disc_article_cast_text > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 600;
}
.disc_article_cast_text > p:first-child {
  margin-top: 0;
}
.disc_article_cast .disc_article_btn {
  width: 59rem;
  aspect-ratio: 590/88;
}
.disc_article_btn {
  position: relative;
  width: 89.552238806%;
  aspect-ratio: 600/88;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .disc_article_btn {
    width: 30rem !important;
    aspect-ratio: 300/56 !important;
    margin: 4.5rem auto 0 auto;
  }
}
.disc_article_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .disc_article_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .disc_article_btn > a:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .disc_article_btn > a:hover > span {
    transform: translateY(-0.05em) scale(1.04);
  }
}
.disc_article_btn > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid;
  -o-border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
     border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.disc_article_btn > a > span {
  display: block;
  color: #1393d0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.05em);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .disc_article_btn > a > span {
    font-size: 1.8rem;
  }
}
.disc_btn {
  position: relative;
  width: 89.552238806%;
  aspect-ratio: 600/128;
  margin: 10rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .disc_btn {
    width: 30rem;
    aspect-ratio: 300/72;
    margin: 7.5rem auto 0 auto;
  }
}
.disc_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 10rem 0 6rem;
  border-radius: 6.4rem;
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
@media screen and (min-width: 768px) {
  .disc_btn > a {
    padding: 0 7rem 0 4rem;
    border-radius: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .disc_btn > a:hover {
    background: linear-gradient(90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .disc_btn > a:hover::before {
    transform: translateY(-50%) scale(1.2);
  }
}
.disc_btn > a::before {
  content: "";
  position: absolute;
  right: 6rem;
  top: 50%;
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .disc_btn > a::before {
    right: 4rem;
    width: 1.5rem;
  }
}
.disc_btn > a > span {
  display: block;
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.05em);
}
@media screen and (min-width: 768px) {
  .disc_btn > a > span {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=disc.css.map */