/* ==========================================================================
 *
 * Mobile Devices
 *
 * -------------------------------------------------------------------------- */
body {
  -webkit-font-feature-settings: 'palt';
  background-color: white;
  color: #333;
  font-feature-settings: 'palt';
  font-size: 14px;
  line-height: 1.5rem;
}

a {
  color: #e4007f;
  text-decoration: none;
}

a.btn {
  -webkit-transition: all .6s ease-in-out;
  background-color: white;
  border: 1px solid #333;
  border-radius: 1.125rem;
  color: #333;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .05em;
  padding: .3125rem 1.0625rem;
  text-align: center;
  text-decoration: none;
  transition: all .6s ease-in-out;
  white-space: nowrap;
}

hr {
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  margin: 1.5rem 0;
}

.bold {
  font-weight: bold;
}

.pc {
  display: none;
}

.mt {
  margin-top: 1.5rem;
}

.mb {
  margin-bottom: 1.5rem;
}

.ml {
  margin-left: 5%;
}

.mr {
  margin-right: 5%;
}

::-moz-selection {
  background-color: rgba(228, 0, 127, 0.2);
  color: #333;
}

::selection {
  background-color: rgba(228, 0, 127, 0.2);
  color: #333;
}

::-moz-selection {
  background-color: rgba(228, 0, 127, 0.2);
  color: #333;
}

/* Header - Mobile -
   ========================================================================== */
#header {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all .6s ease-in-out;
  align-items: center;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  position: fixed;
  text-align: center;
  transition: all .6s ease-in-out;
  width: 100%;
  z-index: 4;
}

#header a {
  display: block;
  position: relative;
}

#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#header .logo2 {
  -webkit-transition: all .6s ease-in-out;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .6s ease-in-out;
  width: 3rem;
}

#header > .list-sns {
  display: none;
}

#header .nav-trigger {
  position: absolute;
}

#logo {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 3rem;
}

#home #logo {
  display: none;
}

#header.active #logo {
  display: inherit;
}

#nav {
  -webkit-transform: translateX(100%);
  -webkit-transition: all .6s ease-in-out;
  background-color: #000;
  height: 100vh;
  padding-top: 4.5rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all .6s ease-in-out;
  width: 100%;
}

#nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#nav .list-sns a {
  color: #e4007f;
}

.nav li {
  letter-spacing: .2em;
  padding: .75rem 0;
}

.nav-trigger {
  -webkit-transition: all .6s ease-in-out;
  height: 1.5rem;
  position: absolute;
  right: 5%;
  top: 1.5rem;
  transition: all .6s ease-in-out;
  width: 2.25rem;
}

.nav-trigger span {
  -webkit-transition: all .6s ease-in-out;
  background-color: #333;
  border-radius: 1px;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .6s ease-in-out;
  width: 100%;
}

.nav-trigger span:nth-of-type(1) {
  top: 0;
}

.nav-trigger span:nth-of-type(2) {
  top: 11px;
}

.nav-trigger span:nth-of-type(3) {
  bottom: 0;
  left: .75rem;
  width: 1.5rem;
}

.nav-trigger.active span {
  background-color: white;
}

.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

.nav-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  top: 0;
  transform: translateY(11px) rotate(-45deg);
}

.nav-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

#home .nav-trigger span {
  background-color: white;
}

#home #header {
  background-color: transparent;
}

#home #header.active {
  background-color: white;
}

#home #header.active .logo2 {
  opacity: 1;
}

#home #header.active #logo {
  opacity: 0;
}

#home #header.active .nav-trigger span {
  background-color: #333;
}

/* Contents - Mobile -
   ========================================================================== */
.content {
  background-color: #fff;
  margin: 0 auto;
  padding: 1.5rem 5%;
  text-align: center;
}

.list-sns {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  justify-content: center;
  padding: 1.5rem 0;
}

.list-sns li {
  padding: 0 .75rem;
}

.list-sns a {
  color: #333;
}

.title h2 .character {
  height: 24px;
  vertical-align: initial;
}

#home .character {
  height: 16px;
}

/* home */
#cover {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #e4007f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

#cover img {
  display: block;
  width: 6rem;
}

#cover.hide {
  display: none;
}

#bg-movie {
  background: url(https://img.youtube.com/vi/4Esf6BvqU50/maxresdefault.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  padding-top: 69.0625%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

#bg-movie:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#bg-movie .player-wrapper {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#home-contents {
  background: url(../images/bg-top2.png) center 14rem no-repeat;
  background-size: 1200px auto;
  padding-top: 14rem;
  position: relative;
  z-index: 3;
}

#promo {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 90%;
}

#promo > a img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#banner {
  position: relative;
}

#banner .swiper-slide {
  width: auto;
}

#banner li {
  padding: 0 .75rem;
}

#banner img {
  height: 4.5rem;
  max-width: none;
}

#banner a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

h1,
h2 {
  font-size: 12px;
  letter-spacing: .2em;
  padding: 1.5rem 0;
  text-align: center;
}

h1 span,
h2 span {
  display: block;
  font-size: 36px;
  line-height: 2.25rem;
  padding: .375rem 0;
}

h1.multiple span,
h2.multiple span {
  padding: 0;
}

.list-news {
  padding-bottom: 2.25rem;
  text-align: left;
}

.list-news li {
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding-left: 4.5rem;
  position: relative;
}

.list-news li:last-child {
  margin-bottom: 0;
}

.list-news span {
  font-size: 12px;
  letter-spacing: .1em;
  margin-right: .75rem;
}

.list-news .new {
  background-color: #e4007f;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  height: 3rem;
  left: 0;
  line-height: 3rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3rem;
}

.list-news a,
.list-news .txt {
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  color: #333;
  display: block;
  overflow: hidden;
  padding-bottom: 1.4375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home .list-live figure {
  background: #000;
}

.list-live figure {
  border: 1px solid rgba(230, 230, 230, 0.5);
  border-radius: 8px;
  padding: 1.4375rem 0;
}

.list-live figure img {
  max-height: 7.5rem;
  max-width: none;
}

.list-live dl {
  padding: 1.5rem 0 2.25rem;
  text-align: left;
}

.list-live dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.list-live dd {
  font-size: 14px !important;
}

.list-live dd span {
  font-size: 14px !important;
}

.list-video {
  background-color: #fff;
  padding: 3rem 5% 1.5rem;
}

.list-video li {
  border-radius: 8px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.list-video iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

#home .release .price {
  margin-bottom: 1.5rem;
}

#home .release .wrap {
  margin-bottom: 1.5rem;
}

#home .list-buy {
  margin-bottom: 1.5rem;
}

.link {
  color: #333;
  line-height: 3rem;
}

.link .fa-chevron-right {
  margin-left: .375rem;
}

/* 2nd */
#page-contents {
  padding-top: 4.5rem;
  position: relative;
}

#nav-sub,
#nav-page {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  width: 90%;
}

#nav-sub li,
#nav-page li {
  letter-spacing: .05em;
  padding: 0 .75rem;
}

#nav-sub a,
#nav-page a {
  color: #333;
}

#nav-sub .on,
#nav-page .on {
  color: #e4007f;
}

.list-media li {
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  padding: .75rem 0;
}

.list-media span {
  color: #e4007f;
  font-size: 12px;
  letter-spacing: .1em;
  margin-right: .75rem;
}

.list-media a {
  color: #333;
  display: block;
}

/* detail */
.detail {
  text-align: left;
}

.detail a {
  text-decoration: underline;
}

.thumbnail {
  text-align: center;
}

.title {
  margin-bottom: 3rem;
  text-align: left;
}

.title h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.875rem;
  padding: 0;
  text-align: left;
}

.title .date {
  font-size: 12px;
  letter-spacing: .05em;
  margin-top: 1.5rem;
}

.title .text {
  margin-top: 1.5rem;
}

.back {
  color: #333;
  display: block;
  line-height: 3rem;
  margin-top: 3rem;
}

.back .fa-chevron-left {
  margin-right: .375rem;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll table {
  border-collapse: collapse;
  font-size: 12px;
  margin: 1.5rem 0;
  width: 100%;
}

th {
  background-color: #f2f2f2;
}

th,
td {
  border: 1px solid rgba(230, 230, 230, 0.5);
  padding: .375rem;
}

.release .main {
  padding-top: 1.5rem;
  text-align: left;
}

.release h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.25rem;
  padding: .375rem 0;
}

.release p.cap {
  font-weight: bold;
  /*font-size: 12px;*/
  padding: .75rem 0 0 0;
}

.release p.text {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.release .price {
  font-weight: bold;
  margin-bottom: 2.25rem;
}

.release h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.release .subTxt {
  font-weight: bold;
}

.release ol {
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.release ul {
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.release .fa-youtube {
  margin-left: .75rem;
}

.release .wrap {
  margin-bottom: 7.5rem;
}

.list-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.list-buy li {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: .75rem;
}

.list-buy li:last-child {
  margin-right: 0;
}

.note {
  background-color: #f2f2f2;
  margin-top: 1.5rem;
  padding: .75rem;
}

.profile img {
  margin-bottom: 1.5rem;
  width: 100%;
}

.profile h2 {
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 2.25rem;
  text-align: center;
}

.profile h2 span {
  display: block;
  font-size: 12px;
  letter-spacing: .6em;
}

.profile .list-sns {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  justify-content: center;
  padding: 1.5rem 0;
}

.profile .list-sns li {
  margin: 0 .75rem;
}

.profile .list-sns a {
  color: #333;
}

.profile p {
  margin-bottom: 1.5rem;
}

/* archive */
.list-image {
  margin: 0 auto;
  width: 90%;
}

.list-image li {
  padding-bottom: 1.5rem;
}

.list-image a {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-image figure {
  -ms-flex-negative: 0;
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 6rem;
  position: relative;
  width: 6rem;
}

.list-image figure img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.list-image dl {
  padding-left: 1.5rem;
}

.list-image dt {
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.list-image dd {
  font-size: 12px;
}

/*disco*/
.player {
  background-color: #000;
  border-radius: .75rem;
  display: inline-block;
  height: 16px;
  margin-left: .75rem;
  vertical-align: middle;
}

.player input {
  display: block;
}

iframe {
  max-width: 100%;
}

.discography .wrap .sub p {
  display: none;
}

.discography .content {
  margin-top: 4.5rem;
}

.discography #product_1017087,
.discography #product_1016879 {
  margin-top: -4.5rem;
  padding-top: 4.5rem;
}

/*shop,download*/
.list-shop {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow-x: visible;
}

.list-shop ul {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list-shop li {
  padding: .75rem .375rem;
  text-align: center;
}

.list-shop li .list-shop-linkfire {
  background: url(../images/btn_download.jpg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
  height: 45px;
  padding: 0;
  width: 190px;
}

.list-shop li .list-shop-linkfire:active, .list-shop li .list-shop-linkfire:hover {
  background-image: url(../images/btn_download-hover.jpg);
}

@media only screen and (min-width: 600px) {
  .list-shop li .list-shop-linkfire {
    -webkit-transition: background-image .6s;
    transition: background-image .6s;
  }
}

.venoframe {
  display: inline-block;
  max-width: 1008px;
}

/* Footer - Mobile -
   ========================================================================== */
#footer-nav {
  position: relative;
  z-index: 2;
}

#footer {
  background-color: #004cad;
  position: relative;
  text-align: center;
  z-index: 2;
}

.list-link {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  justify-content: center;
  padding: .75rem 0;
}

.list-link li {
  margin: 0 .75rem;
}

.list-link a {
  color: #fff;
}

.vbox-container {
  overflow: hidden;
}

/* ==========================================================================
 *
 * Desktops
 *
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 1030px) {
  body {
    font-size: 16px;
  }
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: .8;
    text-decoration: none;
  }
  a:hover.btn {
    border-color: #e4007f;
    color: #e4007f;
    text-decoration: none;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /* Header - Desktop -
   ========================================================================== */
  #header {
    height: 6rem;
  }
  #header > .list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 3rem;
    position: absolute;
  }
  #header > .list-sns li {
    padding: 0 1.5rem 0 0;
  }
  .nav-trigger {
    right: 3rem;
    top: 2.25rem;
  }
  /* Contents - Desktop -
   ========================================================================== */
  #contents {
    background: url(../images/bg-top.png) center top no-repeat;
    background-size: 100% auto;
    padding-top: 3rem;
  }
  .content {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 12rem;
    padding: 4.5rem 3rem 3rem;
    width: 1008px;
  }
  #home .content {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .list-sns a {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-sns a:hover {
    color: #e4007f;
  }
  /* home */
  #bg-movie {
    height: 100vh;
    padding-top: 0;
  }
  #home-contents {
    background-position: center 38rem;
    background-size: 100% auto;
    padding-top: 38rem;
  }
  #home-contents .wrap {
    margin-bottom: 0;
  }
  #home .content {
    padding-top: 1.5rem;
  }
  #promo {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1008px;
  }
  #promo > a {
    -ms-flex-negative: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
  }
  #promo > a img {
    width: 37.5rem;
  }
  #promo > a:hover img {
    opacity: 1;
  }
  #promo .list-sns {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  #promo .list-sns li {
    padding: 0 0 0 1.5rem;
  }
  #banner {
    margin: 0 auto;
    padding: 3rem 0;
    position: relative;
    width: 1008px;
  }
  #banner li {
    padding: 0 1.125rem;
  }
  #banner img {
    height: 6rem;
  }
  #banner a {
    border-radius: 4px;
  }
  h2.multiple span {
    padding: .375rem 0;
  }
  .btn-banner {
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px;
    line-height: 3rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
  }
  .btn-banner:hover {
    color: #e4007f;
  }
  .banner-prev {
    left: -4.5rem;
  }
  .banner-next {
    right: -4.5rem;
  }
  .list-news li {
    font-size: 14px;
  }
  .list-news span {
    font-size: 12px;
  }
  .list-news a:hover {
    color: #e4007f;
  }
  #home-live {
    background: url(../images/bg-top3.png) center top no-repeat;
    background-size: 100% auto;
    margin-top: 5%;
    padding-bottom: 5%;
  }
  #home-release {
    background: url(../images/bg-top.png) center 9rem no-repeat;
    background-size: 100% auto;
    margin-top: 5%;
    padding-bottom: 5%;
  }
  .list-live li {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-live figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1.8125rem 0;
    width: 27rem;
  }
  .list-live figure img {
    max-height: 11.25rem;
  }
  .list-live .txt {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 3rem;
    text-align: left;
  }
  .list-live dl {
    padding: 0 0 2.25rem;
  }
  .list-video {
    background-color: transparent;
    margin: 0 auto;
    padding: 0 0 1.5rem;
    /*width: 1008px;*/
  }
  .list-video li {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 31.5rem;
    padding: 0;
  }
  .link:hover {
    color: #e4007f;
    text-decoration: none;
  }
  .link:hover .fa-chevron-right {
    -webkit-transition: all .6s ease-in-out;
    margin-left: .6rem;
    transition: all .6s ease-in-out;
  }
  /* 2nd */
  #page-contents {
    padding-top: 6rem;
  }
  #nav-sub,
  #nav-page {
    width: 1008px;
  }
  #nav-sub a:hover,
  #nav-page a:hover {
    color: #e4007f;
    text-decoration: none;
  }
  #nav-page {
    padding-top: 1.5rem;
  }
  .list-media li {
    overflow: hidden;
    padding: 1.5rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list-media span {
    font-size: 14px;
  }
  .list-media .tag {
    background-color: #f2f2f2;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 80px;
  }
  .list-media a {
    display: inline-block;
  }
  .list-media a:hover {
    color: #e4007f;
    text-decoration: none;
  }
  .release h3 {
    padding: 0;
  }
  .release ol {
    margin-bottom: 1.5rem;
  }
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap .sub {
    margin-right: 3rem;
    width: 27rem;
  }
  .discography .wrap .sub p {
    display: inherit;
    margin-top: 2rem;
  }
  .discography .content {
    margin-top: 6rem;
  }
  .discography #product_1017087,
  .discography #product_1016879 {
    margin-top: -6rem;
    padding-top: 6rem;
  }
  .txt1 img {
    display: none;
  }
  .wrap .main {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    padding-top: 0;
  }
  .profile h2 {
    font-size: 36px;
    line-height: 3rem;
    text-align: left;
  }
  .profile h2 span {
    display: inline;
    margin-left: 1.5rem;
  }
  .profile .list-sns {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .profile .list-sns a:hover {
    color: #e4007f;
  }
  .scroll {
    overflow: auto;
    white-space: inherit;
  }
  /* detail */
  .title {
    margin-bottom: 4.5rem;
  }
  .title h2 {
    font-size: 30px;
    line-height: 3rem;
  }
  /* archive */
  .list-image {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 1008px;
  }
  .list-image li {
    width: 50%;
  }
  .list-image li:nth-child(2n+1) {
    padding-right: .75rem;
  }
  .list-image li:nth-child(2n) {
    padding-left: .75rem;
  }
  .list-image a {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
  }
  .list-image a:hover {
    color: #e4007f;
    text-decoration: none;
  }
  .list-image figure {
    height: 10.5rem;
    width: 10.5rem;
  }
  /* Footer - Desktop -
   ========================================================================== */
  #footer-nav {
    background-color: #fff;
    padding: 3.75rem 0;
  }
  #footer-nav ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  #footer-nav li {
    padding: 0 1rem;
  }
  #footer-nav a {
    color: #333;
    letter-spacing: .05em;
  }
  #home #footer-nav {
    margin-top: -1.5rem;
  }
}

/* ==========================================================================
 *
 * Print
 *
 * -------------------------------------------------------------------------- */
@media print {
  * {
    -webkit-box-shadow: none !important;
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  #nav,
  .nav-trigger,
  .nav,
  .foot-col,
  .sns,
  #pagetop {
    display: none;
  }
  #footer::after {
    content: '';
  }
}
