@charset "UTF-8";
/*!  02_base
================================================ */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-width: 320px;
  color: #32333c;
  font-weight: 400;
  font-size: 24px;
  font-size: 3.75vw;
  line-height: 1.3333333333;
  font-family: "Helvetica Neue", Arial, "A1 Gothic M JIS2004", "A1 Gothic B JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
}
body a {
  color: #4b4f6e;
  text-decoration: none;
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.viewPc {
  display: none !important;
}

.fade {
  transform: translate(0, 60px);
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.on.fadein, .on.fade {
  transform: translate(0, 0);
  opacity: 1;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.italic {
  font-style: italic;
}

.clr-cyan {
  color: #ff8c55;
}

/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 02_layout
=============================================================*/
/*!  main
================================================ */
/* container
-------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
}

/* main-image
-------------------------------------------------*/
.main-image {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 112.6666666667vw;
}
.main-image .logo {
  position: fixed;
  top: 1.3333333333vw;
  left: 1.8666666667vw;
  width: 19.2%;
}
.main-image .sleeve {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112.6666666667vw;
}
.main-image .txt {
  display: none;
}

/* content
-------------------------------------------------*/
.content {
  position: relative;
}

/* intro
-------------------------------------------------*/
.intro {
  position: relative;
}
.intro .introduction {
  padding: 1.3333333333vw 2.6666666667vw 1.0666666667vw;
  background: rgb(240,178,197);
  background: linear-gradient(48deg, rgba(240,178,197,1) 0%, rgba(253,189,114,1) 18%, rgba(251,247,150,1) 38%, rgba(181,252,152,1) 58%, rgba(141,188,213,1) 79%, rgba(205,194,216,1) 100%);
}
.intro h1 {
  font-feature-settings: "palt";
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  font-size: 7.8125vw;
  line-height: 1.36;
  text-shadow: 1px 2px 5px #636291;
}
.intro p {
  font-feature-settings: "palt";
  color: #fff;
  line-height: 1.4;
  text-shadow: 1px 2px 5px #636291;
}
.intro p.release {
  margin: -0.5333333333vw 0 3.2vw;
  font-weight: bold;
  font-size: 50px;
  font-size: 7.8125vw;
  line-height: 1.1;
}
.intro .page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 4vw;
}
.intro .page-nav li {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  font-size: 5.625vw;
}
.intro .page-nav li a {
  padding-left: 0.5rem;
  color: #060e747a;
}
.intro .page-nav li:not(:last-of-type)::after {
  content: "|";
}
.intro .page-nav li:not(:last-of-type) a {
  padding-right: 0.5rem;
}
.intro .related-links {
  display: flex;
  background-color: #fff;
}
.intro .sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 26.2666666667%;
  background: #f2ffd2;	
}
.intro .sns li {
  margin: 0 3.2vw;
}
.intro .sns li:nth-of-type(1) {
  width: 20.3045685279%;
  margin-left: 5.3333333333vw;
}
.intro .sns li:nth-of-type(2) {
  width: 20.3045685279%;
}
.intro .bnner {
  display: flex;
  width: 73.7333333333%;
}
.intro .bnner li {
  width: 50%;
}
/* news
-------------------------------------------------*/
.news {
  position: relative;
  padding: 2.4vw 2.4vw 2.6666666667vw;
  background-color: #746a63;
  color: #FFF;
}
.news p {
  font-size: 20px;
  font-size: 3.125vw;
  line-height: 1.2;
}
.news p time {
  display: block;
}

/* products
-------------------------------------------------*/
.products {
  position: relative;
  padding: 6.4vw 0 4.5333333333vw;
  background-color: #fff;
}
.products .product {
  margin-bottom: 7.4666666667vw;
}
.products .slider-outer {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 93.0666666667%;
  margin: 0 0 1.8666666667vw 4vw;
}
.products .slider-outer .slider {
  width: 73.6389684814%;
  overflow: hidden;
}
.products .slider-outer .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.products .slider-outer .slide-item img {
  width: 100%;
  height: 100%;
}
.products .slider-outer .thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 23.4957020057%;
  height: auto;
}
.products .slider-outer .thumbnail-item {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.products .slider-outer .thumbnail-item::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  opacity: 1;
  transition: 0.3s opacity linear;
}
.products .slider-outer .thumbnail-item.thumbnail-current::after {
  content: "";
  opacity: 0;
}
.products .slider-outer .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.products .cover {
  width: 68.5333333333%;
  margin: 0 auto 1.8666666667vw;
}
.products .details {
  width: 91.3333333333%;
  margin: 0 auto;
}
.products .details .item {
  font-weight: bold;
  margin-bottom: 2%;
  color: #d51c7a;	
}
.products .details .artist {
  display: flex;
  flex-wrap: wrap;
}
.products .details .artist dt::after {
  content: "：";
}
.products .details .detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1vw;
}
.song_title{
  padding: 2%;
  background-color: #efefef;
  margin: 1% 3%;
  color: #746a63;
}
.products .details .other-detail {
  display: flex;
  flex-wrap: wrap;
}
.products .details .other-detail:not(:last-of-type) {
  margin-right: 4.5333333333vw;
}
.products .details .other-detail dt::after {
  content: "：";
}
.products .details .other-detail dd:not(:last-of-type) {
  margin-right: 4.5333333333vw;
}
.products .details .benefits {
  margin-bottom: 3.7333333333vw;
}
.products .details .benefits p {
  font-weight: bold;
}
.products .details .benefits .note {
  margin-top: 3.3333333333vw;
}
.products .details .benefits .note::before {
  content: "※";
}
.products .details .btn-buy {
  display: flex;
  justify-content: center;
  width: 100%;
}
.products .details .btn-buy li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48.7591240876%;
  font-weight: bold;
  font-size: 24px;
  font-size: 3.75vw;
  text-align: center;
}
.products .details .btn-buy li:nth-of-type(2) {
  width: 46.6571834993%;
  margin-left: 1.5333333333vw;
}
.products .details .btn-buy li span.fs {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 3.125vw;
}
.products .details .btn-buy li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.9333333333vw 0 2.6666666667vw;
  background-color: #f1316a;
  color: #fff;
}
.ma-bot{margin-bottom: 2%}


/* songs
-------------------------------------------------*/
.song-contents {
  position: relative;
  padding: 2.9333333333vw 0 9.6vw;
  background-color: #1C008E;
}
.song-contents h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 2vw;
  margin-bottom: 6.1333333333vw;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
  font-size: 7.8125vw;
  text-align: left;
}
.song-contents h2::before {
  width: 58.4vw;
  border-top: solid 3px #fff;
  content: "";
}
.song-contents h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32.6666666667vw;
  margin: 0 0 4.5333333333vw auto;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
  font-size: 7.8125vw;
}
.song-contents h3::after {
  width: 5.3333333333vw;
  border-top: solid 3px #fff;
  content: "";
}
.song-contents .recorded-songs {
  margin-bottom: 11.7333333333vw;
}
.song-contents .recorded-songs:last-of-type {
  margin-bottom: 0;
}
.song-contents .tracklist {
  margin-bottom: 1.8666666667vw;
  color: #fff;
}
.song-contents .tracklist .single{
	text-align: center;
}
.song-contents .tracklist > dt {
  margin-bottom: 1.8666666667vw;
  font-weight: bold;
  font-size: 30px;
  font-size: 4.6875vw;
  text-align: center;
}
.song-contents .composing {
  display: flex;
  flex-wrap: wrap;
}
.song-contents .composing > dt {
  width: calc(47% - 1em);
  padding-right: 1em;
  text-align: right;
}
.song-contents .composing > dd {
  width: 53%;
}
.song-contents .movie {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.song-contents .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* album
-------------------------------------------------*/
.album {
  position: relative;
  background-color: #fff;
}
.album .txt {
  font-feature-settings: "palt";
  z-index: 1;
  position: absolute;
  top: 2.4vw;
  left: 2.1333333333vw;
}
.album .txt p {
  color: #85abbd;
  font-weight: bold;
  font-size: 28px;
  font-size: 4.375vw;
}
/* benefits
-------------------------------------------------*/
.purchase-benefits {
  position: relative;
  padding: 11.7333333333vw 0 10.1333333333vw;
  background-color: #fff;
}
.purchase-benefits h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 2vw;
  margin-bottom: 3.2vw;
  color: #1E1E1E;
  font-weight: bold;
  font-size: 50px;
  font-size: 7.8125vw;
  text-align: left;
}
.purchase-benefits h2::before {
  width: 50vw;
  border-top: solid 3px #1E1E1E;
  content: "";
}
.purchase-benefits .benefits {
  width: 92.9333333333%;
  margin: 0 auto 5.8666666667vw;
}
.purchase-benefits .benefits:nth-of-type(1) {
  margin-bottom: 8vw;
}
.purchase-benefits h3 {
  margin-bottom: 0.5333333333vw;
  color: #1E1E1E;
  font-weight: normal;
  font-size: 30px;
  font-size: 4.6875vw;
}
.purchase-benefits .strong {
  font-feature-settings: "palt";
  margin-bottom: 2.1333333333vw;
  background-color: #FFE920;
  color: #1E1E1E;
  font-weight: bold;
  font-size: 40px;
  font-size: 6.25vw;
}
.purchase-benefits .strong span {
  display: inline-block;
  padding: 0 2.4vw;
  font-weight: bold;
}
.purchase-benefits .table {
  margin-bottom: 3.7333333333vw;
  color: #1E1E1E;
  font-size: 20px;
  font-size: 3.125vw;
}
.purchase-benefits .table dt {
  float: left;
  clear: both;
}
.purchase-benefits .table dt::after {
  content: "：";
}
.purchase-benefits .notice {
  margin-bottom: 7.2vw;
}
.purchase-benefits .notice li {
  padding-left: 1em;
  color: #1E1E1E;
  font-size: 20px;
  font-size: 3.125vw;
  text-indent: -1em;
}
.purchase-benefits .notice li::before {
  display: inline-block;
  width: 1em;
  padding-left: 0;
  content: "※";
  text-indent: 0;
}

/* company-benefits
-------------------------------------------------*/
.company-purchase-benefits {
  position: relative;
  padding: 7.2vw 0 27.7333333333vw;
  background-color: #52555E;
}
.company-purchase-benefits h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 2vw;
  margin-bottom: 9.6vw;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  font-size: 7.8125vw;
  text-align: left;
}
.company-purchase-benefits h2::before {
  width: 48vw;
  border-top: solid 3px #fff;
  content: "";
}
.company-purchase-benefits h3 {
  margin-bottom: 2.1333333333vw;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  font-size: 5.625vw;
  text-align: center;
}
.company-purchase-benefits .benefits {
  width: 93.7333333333%;
  margin: 0 auto 9.6vw;
}
.company-purchase-benefits .item-box {
  margin-bottom: 4vw;
  padding: 12.8vw 0 9.3333333333vw;
  background-color: #fff;
}
.company-purchase-benefits .item-box .item-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 96.7283072546%;
  margin: 0 auto;
}
.company-purchase-benefits .item-box .item-lists li {
  box-sizing: border-box;
  width: 32.3529411765%;
  margin-right: 1.3333333333vw;
  border: solid 1px #969696;
}
.company-purchase-benefits .item-box .item-lists li:nth-of-type(3n) {
  margin-right: 0;
}
.company-purchase-benefits .item-box .item-lists li:nth-last-of-type(n+3) {
  margin-bottom: 1.3333333333vw;
}
.company-purchase-benefits .benefit {
  margin-bottom: 2.6666666667vw;
  color: #fff;
  line-height: 1.2;
}
.company-purchase-benefits .btn-buy {
  display: flex;
  justify-content: center;
  width: 100%;
}
.company-purchase-benefits .btn-buy li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47.5106685633%;
  margin: 0 1.1333333333vw;
  font-weight: bold;
  font-size: 24px;
  font-size: 3.75vw;
  text-align: center;
}
.company-purchase-benefits .btn-buy li:nth-of-type(2) {
  width: 46.6571834993%;
  margin-left: 1.5333333333vw;
}
.company-purchase-benefits .btn-buy li span.fs {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 3.125vw;
}
.company-purchase-benefits .btn-buy li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.9333333333vw 0 2.6666666667vw;
  background-color: #0010EB;
  color: #fff;
}
.item-box-img{
	margin: 2% auto;
}
.line_mark{
	border: 2px #878787 solid;
    padding: 1%;
}
/* footer
-------------------------------------------------*/
/* footer
-------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  body {
    width: 100%;
    font-size: 1.8rem;
  }
  body a[href^="tel:"] {
    pointer-events: none;
  }
  body a:hover {
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
    opacity: 0.8;
  }
  .viewSp {
    display: none !important;
  }
  .viewPc {
    display: block !important;
  }
  .container {
    display: flex;
    width: 100%;
  }
  .main-image {
    width: 50%;
    height: 100vh;
    background-color: rgba(14, 67, 143, 0.5);
  }
  .main-image .content-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main-image .logo {
    top: 10px;
    left: 10px;
    width: 119px;
  }
  .main-image .sleeve {
    position: relative;
    width: 50%;
    height: 100vh;
  }
  .main-image .sleeve img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
  .main-image .txt {
    font-feature-settings: "palt";
    display: block;
    position: fixed;
    top: 90px;
    left: 20px;
    padding-right: calc(50% + 40px);
    opacity: 0;
    transition: all 0.3s ease;
  }
  .main-image .txt p {
    color: #85abbd;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .main-image .txt.fixed-content {
    opacity: 1;
    transition: all 0.3s ease;
  }
  .content {
	opacity: 0;
    width: 50%;
    background-color: rgba(50, 51, 60, 0.3);
  }
  .intro {
    display: flex;
    flex-wrap: wrap;
  }
  .intro .introduction {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 8px;
  }
  .intro h1 {
    font-size: 5rem;
  }
  .intro p.release {
    margin: -5px 0 12px;
    font-size: 5rem;
  }
  .intro .page-nav {
    margin-top: 5px;
  }
  .intro .page-nav li {
    font-size: 2.4rem;
  }
  .intro .related-links {
    width: 100%;
  }
  .intro .sns {
    justify-content: center;
    width: 33.3333333333%;
  }
  .intro .sns li {
    margin: 0 20px;
  }
  .intro .sns li:nth-of-type(1) {
    width: 32px;
    margin-left: 20px;
  }
  .intro .sns li:nth-of-type(2) {
    width: 32px;
  }
  .intro .bnner {
    width: 66.6666666667%;
    max-width: 640px;
    margin: 0 0 0 auto;
  }
  .intro .bnner li {
    width: 50%;
  }
  .news {
    padding: 16px 22px 17px;
  }
  .news p {
    font-size: 1.5rem;
  }
  .news p time {
    margin-bottom: 4px;
  }
  .products {
    padding: 32px 0 150px;
  }
  .products .product {
    margin-bottom: 76px;
  }
  .products .slider-outer {
    width: 88.0208333333%;
    margin: 0 0 12px 60px;
  }
  .products .slider-outer .slider {
    width: 73.9644970414%;
  }
  .products .slider-outer .thumb {
    width: 24.2603550296%;
  }
  .products .slider-outer .thumbnail-item:hover::after {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.5s opacity linear;
  }
  .products .cover {
    width: 64.5833333333%;
    margin-bottom: 12px;
  }
  .products .details {
    width: 83.3333333333%;
  }
  .products .details .detail {
    margin-bottom: 10px;
  }
  .products .details .other-detail:not(:last-of-type) {
    margin-right: 34px;
  }
  .products .details .other-detail dd:not(:last-of-type) {
    margin-right: 34px;
  }
  .products .details .benefits {
    margin-bottom: 24px;
  }
  .products .details .benefits .note {
    margin-top: 24px;
  }
  .products .details .btn-buy {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .products .details .btn-buy li {
    width: 49.0598290598%;
    min-width: 200px;
    max-width: 287px;
    margin: 10px 5.5px 0;
    font-size: 1.4rem;
  }
  .products .details .btn-buy li:nth-of-type(2) {
    width: 48.3760683761%;
    max-width: 283px;
    margin-left: 7.5px;
  }
  .products .details .btn-buy li span.fs {
    margin-top: 1px;
    font-size: 1.1rem;
  }
  .products .details .btn-buy li a {
    padding: 10px 0 9px;
    transition: all 0.3s ease 0s;
  }
  .products .details .btn-buy li a:hover {
    background-color: #4AB7FF;
    -webkit-animation: btn 0s;
            animation: btn 0s;
    opacity: 1;
    transition: all 0.3s ease 0s;
  }
  .song-contents {
    padding: 23px 0 72px;
  }
  .song-contents h2 {
    width: 85.9375%;
    margin-right: 0;
    margin-bottom: 46px;
    font-style: normal;
    font-size: 5rem;
  }
  .song-contents h2::before {
    width: 37.5757575758%;
    border-top: solid 6px #fff;
  }
  .song-contents h3 {
    width: 255px;
    margin-bottom: 33px;
    font-size: 5rem;
  }
  .song-contents h3::after {
    width: 78px;
    border-top: solid 6px #fff;
  }
  .song-contents .recorded-songs {
    margin-bottom: 87px;
  }
  .song-contents .tracklist {
    margin-bottom: 14px;
  }
  .song-contents .tracklist > dt {
    margin-bottom: 14px;
    font-size: 3rem;
  }
  .song-contents .composing {
    line-height: 1.5;
  }
  .song-contents .movie {
    width: 70.8333333333%;
    min-width: 438px;
  }
  .album {
    display: none;
  }
  .album .txt p {
    font-size: 2.8rem;
  }
  .purchase-benefits {
    padding: 47px 0 90px;
  }
  .purchase-benefits h2 {
    width: 85.9375%;
    margin: 0 0 50px 7px;
    font-size: 5rem;
  }
  .purchase-benefits h2::before {
    width: 37.5757575758%;
    border-top: solid 6px #1E1E1E;
  }
  .purchase-benefits .benefits {
    width: 86.4583333333%;
    margin-bottom: 45px;
  }
  .purchase-benefits .benefits:nth-of-type(1) {
    margin-bottom: 45px;
  }
  .purchase-benefits h3 {
    margin-bottom: 7px;
    font-size: 2rem;
  }
  .purchase-benefits .strong {
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 2rem;
  }
  .purchase-benefits .strong span {
    padding: 0 35px;
  }
  .purchase-benefits .table {
    margin-bottom: 18px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .purchase-benefits .notice {
    margin-bottom: 44px;
  }
  .purchase-benefits .notice li {
    font-size: 1.4rem;
  }
  .purchase-benefits .figure {
    text-align: center;
  }
  .company-purchase-benefits {
    padding: 55px 0 150px;
  }
  .company-purchase-benefits h2 {
    width: 96.1458333333%;
    margin: 0 0 82px 0;
    font-size: 5rem;
  }
  .company-purchase-benefits h2::before {
    width: 18.4182015168%;
    border-top: solid 6px #fff;
  }
  .company-purchase-benefits h3 {
    margin-bottom: 14px;
    font-size: 3rem;
  }
  .company-purchase-benefits .benefits {
    width: 88.5416666667%;
    margin-bottom: 65px;
  }
  .company-purchase-benefits .item-box {
    margin-bottom: 15px;
    padding: 117px 0 81px;
  }
  .company-purchase-benefits .item-box .item-lists {
    width: 97.0588235294%;
  }
  .company-purchase-benefits .item-box .item-lists li {
    width: calc((100% - 30px) / 3);
    max-width: 265px;
    margin-right: 15px;
  }
  .company-purchase-benefits .item-box .item-lists li:nth-last-of-type(n+3) {
    margin-bottom: 15px;
  }
  .company-purchase-benefits .benefit {
    margin-bottom: 25px;
    line-height: 1.35;
  }
  .company-purchase-benefits .btn-buy {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .company-purchase-benefits .btn-buy li {
    width: 49.0598290598%;
    min-width: 200px;
    max-width: 287px;
    margin: 10px 5.5px 0;
    font-size: 1.4rem;
  }
  .company-purchase-benefits .btn-buy li:nth-of-type(2) {
    width: 48.3760683761%;
    max-width: 283px;
    margin-left: 7.5px;
  }
  .company-purchase-benefits .btn-buy li span.fs {
    margin-top: 1px;
    font-size: 1.1rem;
  }
  .company-purchase-benefits .btn-buy li a {
    min-height: 33px;
    padding: 10px 0 9px;
    transition: all 0.3s ease 0s;
  }
  .company-purchase-benefits .btn-buy li a:hover {
    background-color: #4AB7FF;
    -webkit-animation: btn 0s;
            animation: btn 0s;
    opacity: 1;
    transition: all 0.3s ease 0s;
  }
}
@media print, screen and (min-width: 1920px) {
  .intro .introduction {
    width: calc(100% - 218px);
  }
  .intro .related-links {
    flex-direction: column;
    width: 218px;
  }
  .intro .sns {
    width: 100%;
    padding: 55px 0;
  }
  .intro .bnner {
    flex-direction: column;
    width: 100%;
    margin: auto 0 0;
  }
  .intro .bnner li {
    width: 100%;
  }
  .song-contents h2 {
    width: 93.2291666667%;
  }
  .song-contents h2::before {
    width: 73.0769230769%;
  }
  .purchase-benefits h2::before {
    width: 68%;
  }
  .company-purchase-benefits h2::before {
    width: 65.9804983749%;
  }
}