#page {
  display: flex;
}
#menu {
  width: 240px;
  background-color: #000;
}
#menu .inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 240px;
}
#menu h1 {
  display: table-cell;
  width: 240px;
  height: 240px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
#menu ul li:nth-child(1) a {
  background-image: url(/content/images/common/menu_icon1.jpg);
}
#menu ul li:nth-child(1) a:hover {
  color: #FF865E;
}
#menu ul li:nth-child(2) a {
  background-image: url(/content/images/common/menu_icon2.jpg);
}
#menu ul li:nth-child(2) a:hover {
  color: #196ABA;
}
#menu ul li:nth-child(3) a {
  background-image: url(/content/images/common/menu_icon3.jpg);
}
#menu ul li:nth-child(3) a:hover {
  color: #41C29B;
}
#menu ul li:nth-child(4) a {
  background-image: url(/content/images/common/menu_icon4.jpg);
}
#menu ul li:nth-child(4) a:hover {
  color: #F2CB01;
}
#menu ul li:nth-child(5) a {
  background-image: url(/content/images/common/menu_icon5.jpg);
}
#menu ul li:nth-child(5) a:hover {
  color: #6ABD4A;
}
#menu ul li:nth-child(6) a {
  background-image: url(/content/images/common/menu_icon6.jpg);
}
#menu ul li:nth-child(6) a:hover {
  color: #FF6B6B;
}
#menu ul li:nth-child(7) a {
  background-image: url(/content/images/common/menu_icon7.jpg);
}
#menu ul li:nth-child(7) a:hover {
  color: #33B3FF;
}
#menu ul li:nth-child(8) a {
  background-image: url(/content/images/common/menu_icon8.jpg);
}
#menu ul li:nth-child(8) a:hover {
  color: #c9312d;
}

#menu ul li a {
  display: table-cell;
  width: 240px;
  height: 86px;
  padding-left: 75px;
  border-bottom: 1px solid #333;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 3px;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all .3s ease;
}
#menu ul li a:hover {
  text-decoration: none;
}
#menu .icons {
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}
#menu .icons a {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
#menu .icons a:first-child {
  margin-left: 0;
}
#contents {
  width: calc(100% - 240px);
}
#latest {
  display: flex;
}
#latest .swiper-container {
  overflow: visible;
}
#latest .swiper-slide:first-child {
  display: none;
}
#mainvisual {
  position: relative;
  width: calc(100% - 250px);
  height: 430px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
#mainvisual .image {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#mainvisual .banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  width: 89.62025316%;
  max-width: 708px;
  margin: auto;
  background-color: #fff;
}
#mainvisual .release {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 57.46835443%;
  max-width: 454px;
  margin: auto;
}
#mainvisual .anniversary {
  position: absolute;
  left: -40%;
  right: 0;
  bottom: 40%;
  width: 54.05063291%;
  max-width: 427px;
  margin: auto;
}
#detail {
  position: relative;
  width: 250px;
  height: 430px;
  padding: 25px 0;
  background-color: #9ed2ff;
  text-align: center;
  box-sizing: border-box;
}
#detail .image {
  margin-bottom: 10px;
}
#detail p {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
#detail p span {
  font-size: 3rem;
}
#detail .btns {
  font-size: 0;
  text-align: center;
}
#detail .btns a {
  display: inline-block;
  width: 96px;
  height: 36px;
  margin-left: 10px;
  border: 1px solid #000;
  border-radius: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
}
#detail .btns a:first-child {
  margin-left: 0;
}
#detail .btns a:hover {
  background-color: #000;
  color: #FF8000;
  text-decoration: none;
}
#detail:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  left: -27px;
  width: 33px;
  height: 88px;
  margin: auto;
  content: url(/content/images/top/arrow1.png);
}
#topWrap {
  display: flex;
}
#news {
  width: 67.26190476%;
  padding-top: 36px;
  background-image: url(/content/images/top/border1.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
  text-align: center;
  box-sizing: border-box;
}
#news h2 {
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 44px;
  background-image: url(/content/images/top/icon_news.jpg);
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
}
#news ul li {
  border-top: 1px solid #fff;
}
#news ul li:first-child {
  border-top: none;
}
#news ul li:nth-child(odd) {
  background-color: #EEEDE3;
}
#news ul li p {
  float: left;
  height: 50px;
}
#news ul li.info .category {
  background-color: #E467A3;
}
#news ul li.info a:hover .text {
  color: #E467A3;
}
#news ul li.blog .category {
  background-color: #45A318;
}
#news ul li.blog a:hover .text {
  color: #45A318;
}
#news ul li.blog a[target="_blank"]:hover .text span:after {
  background-image: url(/content/images/top/icon_blank_on1.png);
}
#news ul li a {
  overflow: hidden;
  display: block;
}
#news ul li a:hover {
  text-decoration: none;
}
#news ul li a[target="_blank"] .text span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url(/content/images/top/icon_blank.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all .3s ease;
  content: "";
}
#news .category span {
  display: table-cell;
  width: 80px;
  height: 50px;
  color: #fff;
  font-size: 1.4rem;
  vertical-align: middle;
}
#news .date {
  width: 140px;
  color: #888888;
  font-size: 1.6rem;
  line-height: 50px;
}
#news .text {
  width: calc(100% - 80px - 140px);
  font-size: 0;
  text-align: left;
  transition: all .3s ease;
}
#news .text span {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding-right: 40px;
  font-size: 1.6rem;
  line-height: 50px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#twitter {
  width: 64.88095238%;
  padding: 20px;
  background-color: #33B3FF;
  font-size: 0;
  box-sizing: border-box;
}
#video {
  position: relative;
  width: 35.11904762%;
  background-image: url(/content/images/top/pv_bg.jpg);
  background-position: 0 0;
  background-repeat: repeat;
}
#video .videoInner {
  width: 100%;
  height: 100%;
  background-image: url(/content/images/top/pv_img.png);
  background-position: 0 0;
  background-repeat: repeat;
}
#video .pv_image {
  position: absolute;
  top: 50%;
  left: 3.38983051%;
  transform: translateY(-50%);
}
#video .pv_movie {
  width: 74.91525424%;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 3.38983051%;
  transform: translateY(-50%);
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#new,
#next {
  padding: 48px 0 38px;
  background-position: 0 0;
  background-repeat: repeat-x;
  text-align: center;
}
#new h2,
#next h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 55px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 2.4rem;
  font-weight: bold;
}
#new .wrap,
#next .wrap {
  position: relative;
}
#new .image,
#next .image {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}
#new .image img,
#next .image img {
  position: relative;
  z-index: 5;
  background-color: #fff;
  transition: all .3s ease;
}
#new .image:after,
#next .image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  transition: all .3s ease;
  content: "";
}
#new .title,
#next .title {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  transition: all .3s ease;
}
#new .author,
#next .author {
  color: #717171;
  font-size: 1.5rem;
  text-align: left;
}
#new .swiper-container,
#next .swiper-container {
  position: relative;
  width: 87.5%;
  margin: 0 auto;
}
#new .swiper-container > ul,
#next .swiper-container > ul {
  margin: 0 -4% -40px 0;
  font-size: 0;
}
#new .swiper-container > ul > li,
#next .swiper-container > ul > li {
  display: inline-block;
  width: 16%;
  margin: 0 4% 40px 0;
}
#new .swiper-button-prev:not(.swiper-button-disabled):hover,
#next .swiper-button-prev:not(.swiper-button-disabled):hover,
#new .swiper-button-next:not(.swiper-button-disabled):hover,
#next .swiper-button-next:not(.swiper-button-disabled):hover {
  opacity: .7;
}
#new .swiper-button-prev,
#next .swiper-button-prev {
  left: 0;
  width: 44px;
  height: 75px;
  background-image: url(/content/images/top/btn_prev.jpg);
  background-size: auto;
  transition: opacity .2s ease;
}
#new .swiper-button-next,
#next .swiper-button-next {
  right: 0;
  width: 44px;
  height: 75px;
  background-image: url(/content/images/top/btn_next.jpg);
  background-size: auto;
  transition: opacity .2s ease;
}
#new .scrollbar,
#next .scrollbar {
  width: 550px;
  margin: 30px auto 0;
  padding: 3px;
  border: 1px solid #9A9A9A;
  border-radius: 8px;
}
#new .swiper-scrollbar,
#next .swiper-scrollbar {
  background: none;
}
#new .swiper-scrollbar-drag,
#next .swiper-scrollbar-drag {
  height: 8px;
  border-radius: 4px;
  background-color: #999;
}
#new {
  background-image: url(/content/images/top/border2.jpg);
}
#new h2 {
  background-image: url(/content/images/top/icon_new1.jpg);
}
#new .swiper-slide a {
  display: block;
}
#new .swiper-slide a:hover {
  text-decoration: none;
}
#new .swiper-slide a:hover .image img {
  opacity: .8;
}
#new .swiper-slide a:hover .image:after {
  background-color: #095FB5;
  transform: scale(1);
}
#new .swiper-slide a:hover .title {
  color: #095FB5;
}
#next {
  background-color: #E3E3E3;
  background-image: url(/content/images/top/border3.jpg);
}
#next h2 {
  background-image: url(/content/images/top/icon_new2.jpg);
}
#next .swiper-slide a {
  display: block;
}
#next .swiper-slide a:hover {
  text-decoration: none;
}
#next .swiper-slide a:hover .image img {
  opacity: .8;
}
#next .swiper-slide a:hover .image:after {
  background-color: #41C29B;
  transform: scale(1);
}
#next .swiper-slide a:hover .title {
  color: #41C29B;
}
#list {
  padding: 55px 0 65px;
  background-image: url(/content/images/top/border4.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
  text-align: center;
}
#list h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 60px;
  background-image: url(/content/images/top/icon_list.jpg);
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 2.4rem;
  font-weight: bold;
}
#list .wrap {
  width: 87.5%;
  margin: 0 auto;
}
#list .tab {
  margin-bottom: 25px;
}
#list .tab[data-current="#list1"] {
  border-bottom: 4px solid #F2CB01;
}
#list .tab[data-current="#list1"] .swiper-slide a.current {
  background-color: #F2CB01;
}
#list .tab[data-current="#list1"] .swiper-slide a.current:after {
  background-color: #F2CB01;
}
#list .tab[data-current="#list2"] {
  border-bottom: 4px solid #74CDA9;
}
#list .tab[data-current="#list2"] .swiper-slide a.current {
  background-color: #74CDA9;
}
#list .tab[data-current="#list2"] .swiper-slide a.current:after {
  background-color: #74CDA9;
}
#list .tab[data-current="#list3"] {
  border-bottom: 4px solid #78CAED;
}
#list .tab[data-current="#list3"] .swiper-slide a.current {
  background-color: #78CAED;
}
#list .tab[data-current="#list3"] .swiper-slide a.current:after {
  background-color: #78CAED;
}
#list .tab[data-current="#list4"] {
  border-bottom: 4px solid #F59ABA;
}
#list .tab[data-current="#list4"] .swiper-slide a.current {
  background-color: #F59ABA;
}
#list .tab[data-current="#list4"] .swiper-slide a.current:after {
  background-color: #F59ABA;
}
#list .tab[data-current="#list5"] {
  border-bottom: 4px solid #ACE3B0;
}
#list .tab[data-current="#list5"] .swiper-slide a.current {
  background-color: #ACE3B0;
}
#list .tab[data-current="#list5"] .swiper-slide a.current:after {
  background-color: #ACE3B0;
}
#list .tab[data-current="#list6"] {
  border-bottom: 4px solid #B19CFC;
}
#list .tab[data-current="#list6"] .swiper-slide a.current {
  background-color: #B19CFC;
}
#list .tab[data-current="#list6"] .swiper-slide a.current:after {
  background-color: #B19CFC;
}
#list .tab .swiper-container {
  overflow: visible;
}
#list .tab .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
#list .tab .swiper-slide {
  flex-grow: 1;
  width: auto;
  height: auto;
  margin-left: .5%;
  padding-bottom: 3px;
}
#list .tab .swiper-slide:first-child {
  margin-left: 0;
}
#list .tab .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 10px 8px;
  border: 1px solid #ccc;
  color: #8C8C8C;
  font-size: 1.8rem;
  font-weight: bold;
  box-sizing: border-box;
}
#list .tab .swiper-slide a:hover {
  text-decoration: none;
}
#list .tab .swiper-slide a.current {
  position: relative;
  padding: 13px 11px 9px;
  border: none;
  color: #000;
}
#list .tab .swiper-slide a.current:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}
#list .tab .swiper-button-prev,
#list .tab .swiper-button-next {
  display: none;
}
#list .contents {
  height: 696px;
}
#list .contents .swiper-container {
  width: 100%;
  height: 100%;
}
#list .contents .swiper-slide {
  height: auto;
}
#list .contents .scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  height: 100%;
  width: 16px;
  padding: 3px;
  border: 1px solid #CACACA;
  border-radius: 8px;
  box-sizing: border-box;
}
#list .contents .swiper-scrollbar {
  width: 8px;
  height: 100%;
  min-height: 100%;
  background: none;
}
#list .contents .swiper-scrollbar-drag {
  border-radius: 4px;
  background-color: #BEBEBE;
}
#list .contents .content {
  display: none;
  padding-right: 45px;
}
#list .contents ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.33% -40px 0;
}
#list .contents ul li {
  width: 30%;
  margin: 0 3.33% 40px 0;
  text-align: left;
}
#list .contents ul li a {
  display: block;
  max-width: 453px;
  margin: 0 auto;
}
#list .contents ul li a:hover {
  text-decoration: none;
}
#list .contents ul li a:hover .image img {
  opacity: .8;
}
#list .contents ul li a:hover .image:after {
  background-color: #F2CB01;
  transform: scale(1);
}
#list .contents ul li a:hover .title {
  color: #F2CB01;
}
#list .contents .image {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#list .contents .image img {
  position: relative;
  background-color: #fff;
  z-index: 5;
  transition: all .3s ease;
}
#list .contents .image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  transition: all .3s ease;
  content: "";
}
#list .contents .tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  font-size: 1.2rem;
}
#list .contents .tag.original {
  background-color: #FBCD53;
  color: #fff;
}
#list .contents .tag.pickup {
  background-color: #FF865F;
  color: #fff;
}
#list .contents .tag.reprinting {
  background-color: #75C86E;
  color: #fff;
}
#list .contents .tag.past {
  background-color: #FEA65E;
  color: #fff;
}
#list .contents .tag.other {
  background-color: #AA89BE;
  color: #fff;
}
#list .contents .title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  transition: all .3s ease;
}
#list .contents .author {
  color: #666;
  font-size: 1.4rem;
}
#award {
  padding: 60px 0 80px;
  background-image: url(/content/images/top/border5.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
}
#award ul {
  display: flex;
  justify-content: space-between;
  width: 87.5%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
#award ul li {
  margin: 1.36054422% 1.36054422% 0 0;
}
#award ul li:last-child {
  margin-right: 0;
}
#award ul li a {
  display: inline-block;
  transition: all .3s ease;
}
#award ul li a img {
  background-color: #fff;
  transition: all .3s ease;
}
#award ul li a:hover {
  background-color: #6ABD4A;
}
#award ul li a:hover img {
  opacity: .9;
}
#assistant {
  padding: 0 0 65px;
}
#assistant ul {
  width: 87.5%;
  max-width: 850px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
#assistant ul li {
  margin-top: 20px;
}
#assistant ul li:first-child {
  margin-top: 0;
}
#assistant ul li a {
  display: inline-block;
  transition: all .3s ease;
}
#assistant ul li a img {
  background-color: #fff;
  transition: all .3s ease;
}
#assistant ul li a:hover {
  background-color: #FD6263;
}
#assistant ul li a:hover img {
  opacity: .9;
}
@media (max-width: 1919px) {
  #list .contents ul {
    margin: 0 -2% -40px 0;
  }
  #list .contents ul li {
    width: 48%;
    margin: 0 2% 40px 0;
  }
}
@media (max-width: 1024px) {
  #news {
    width: 100%;
  }
  #twitter {
    display: none;
  }
  #video {
    width: 100%;
    min-height: 380px;
  }
  #video .pv_image {
    width: 15.59322034%;
  }
}
@media (max-width: 768px) {
  #page {
    display: block;
    padding-top: 50px;
  }
  #menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background-color: #fff;
  }
  #menu .inner {
    position: relative;
    z-index: 50;
    width: auto;
    height: 50px;
  }
  #menu .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  #menu .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #000;
  }
  #menu .btn span {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    background-color: #fff;
  }
  #menu .btn span:before,
  #menu .btn span:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: all .3s ease;
    content: "";
  }
  #menu .btn span:before {
    margin-top: -9px;
  }
  #menu .btn span:after {
    margin-top: 9px;
  }
  #menu .btn.open span {
    background-color: transparent;
  }
  #menu .btn.open span:before,
  #menu .btn.open span:after {
    margin-top: 0;
  }
  #menu .btn.open span:before {
    transform: rotate(45deg);
  }
  #menu .btn.open span:after {
    transform: rotate(135deg);
  }
  #menu h1 {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 87.50px;
    height: 50px;
    margin: 0 auto;
  }
  #menu ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #000;
  }
  #menu ul li:nth-child(1) a {
    background-image: url(/content/images/common/menu_icon1_sp.jpg);
  }
  #menu ul li:nth-child(2) a {
    background-image: url(/content/images/common/menu_icon2_sp.jpg);
  }
  #menu ul li:nth-child(3) a {
    background-image: url(/content/images/common/menu_icon3_sp.jpg);
  }
  #menu ul li:nth-child(4) a {
    background-image: url(/content/images/common/menu_icon4_sp.jpg);
  }
  #menu ul li:nth-child(5) a {
    background-image: url(/content/images/common/menu_icon5_sp.jpg);
  }
  #menu ul li:nth-child(6) a {
    background-image: url(/content/images/common/menu_icon6_sp.jpg);
  }
  #menu ul li:nth-child(7) a {
    background-image: url(/content/images/common/menu_icon7_sp.jpg);
  }
  #menu ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    padding-left: 55px;
    border-bottom: 1px solid #333;
    background-size: 30px auto;
    font-size: 1.6rem;
  }
  #menu .icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
  }
  #menu .icon a {
    display: inline-block;
    width: 22px;
  }
  #contents {
    width: auto;
  }
  #latest {
    display: block;
    position: relative;
  }
  #latest .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #latest .swiper-slide:first-child {
    display: block;
  }
  #latest .swiper-slide:first-child a {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  #latest .openBtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 15px;
    height: 100%;
    background-color: #9ed2ff;
  }
  #latest .openBtn:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    left: -13.5px;
    width: 16.5px;
    height: 44px;
    margin: auto;
    background-image: url(/content/images/top/arrow1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16.5px auto;
    content: "";
  }
  #mainvisual {
    width: auto;
    height: 195px;
  }
  #mainvisual .image {
    background-size: auto 100%;
  }
  #mainvisual .banner {
    bottom: 6px;
    width: 94.4%;
  }
  #detail {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 215px;
    padding: 0 23px 0 47px;
    background-color: rgba(158, 210, 255, .8);
  }
  #detail .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 305px;
    margin: 0 auto;
  }
  #detail .image {
    max-width: 106px;
    margin-bottom: 0;
  }
  #detail .wrap {
    width: calc(100% - 106px - 23px);
  }
  #detail p {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #detail p span {
    font-size: 2rem;
  }
  #detail .btns {
    margin: 0 -6px -6px 0;
  }
  #detail .btns a {
    width: 84px;
    height: 32px;
    margin: 0 6px 6px 0;
    border-radius: 16px;
    font-size: 1.4rem;
    line-height: 32px;
  }
  #detail:after {
    display: none;
  }
  #detail .closeBtn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 25.5px;
    height: 100%;
    background-color: #9ed2ff;
    background-image: url(/content/images/top/arrow2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px auto;
  }
  #topWrap {
    display: block;
  }
  #news {
    width: auto;
    padding-top: 23px;
    background-image: url(/content/images/top/border1_sp.jpg);
    background-size: auto 6px;
  }
  #news h2 {
    margin-bottom: 20px;
    padding-left: 35px;
    background-image: url(/content/images/top/icon_news_sp.jpg);
    background-size: 21.5px auto;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  #news ul li:nth-child(n+4) {
    display: none;
  }
  #news ul li p {
    float: none;
    height: auto;
  }
  #news ul li.blog a[target="_blank"]:hover .text span:after {
    background-image: url(/content/images/top/icon_blank_sp.png);
  }
  #news ul li a {
    position: relative;
    height: 60px;
    padding: 10px 0 0 60px;
    box-sizing: border-box;
  }
  #news ul li a[target="_blank"] .text span:after {
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(/content/images/top/icon_blank_sp.png);
    background-size: 100% auto;
    content: "";
  }
  #news .category {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
  }
  #news .category span {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
  #news .date {
    width: auto;
    padding: 0 15px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }
  #news .text {
    width: auto;
    padding: 0 15px;
  }
  #news .text span {
    padding-right: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #news .btn {
    width: 97.33333333%;
    margin: 10px auto;
  }
  #news .btn a {
    display: block;
    height: 34px;
    border: 1px solid #bbb;
    border-radius: 17px;
    color: #E467A3;
    font-size: 1.4rem;
    text-align: center;
    box-sizing: border-box;
  }
  #news .btn span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    line-height: 32px;
  }
  #news .btn span:after {
    display: block;
    position: absolute;
    top: 8px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    transform: rotate(45deg);
    content: "";
  }
  #twitter {
    display: none;
  }
  #video {
    min-height: 226px;
  }
  #video .pv_movie {
    width: 70%;
    height: 65%;
  }
  #video iframe {
    height: auto;
  }
  #new,
  #next {
    padding: 27.5px 0 20px;
    background-size: auto 6px;
  }
  #new h2,
  #next h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 35px;
    background-size: 20.5px auto;
    font-size: 1.7rem;
  }
  #new .image,
  #next .image {
    margin-bottom: 10px;
  }
  #new .image:after,
  #next .image:after {
    display: none;
  }
  #new .title,
  #next .title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #new .author,
  #next .author {
    font-size: 1.2rem;
  }
  #new .swiper-container,
  #next .swiper-container {
    width: 92%;
  }
  #new .swiper-button-prev,
  #next .swiper-button-prev {
    display: none;
  }
  #new .swiper-button-next,
  #next .swiper-button-next {
    display: none;
  }
  #new .scrollbar,
  #next .scrollbar {
    width: 92%;
    margin: 20px auto 0;
    padding: 2px;
    border-radius: 6px;
  }
  #new .swiper-scrollbar-drag,
  #next .swiper-scrollbar-drag {
    height: 6px;
    border-radius: 3px;
  }
  #new {
    background-image: url(/content/images/top/border2_sp.jpg);
  }
  #new h2 {
    background-image: url(/content/images/top/icon_new1_sp.jpg);
  }
  #new .swiper-slide a:hover {
    text-decoration: none;
  }
  #new .swiper-slide a:hover .image img {
    opacity: 1;
  }
  #next {
    background-image: url(/content/images/top/border3_sp.jpg);
  }
  #next h2 {
    background-image: url(/content/images/top/icon_new2_sp.jpg);
  }
  #next .swiper-slide a:hover {
    text-decoration: none;
  }
  #next .swiper-slide a:hover .image img {
    opacity: 1;
  }
  #list {
    padding: 25px 0 20px;
    background-image: url(/content/images/top/border4.jpg);
    background-size: auto 6px;
  }
  #list h2 {
    margin-bottom: 20px;
    padding-left: 38px;
    background-image: url(/content/images/top/icon_list_sp.jpg);
    background-size: 20.5px auto;
    font-size: 1.7rem;
  }
  #list .wrap {
    width: auto;
  }
  #list .tab {
    position: relative;
    margin-bottom: 8px;
    padding: 0 18px 0 0;
    border-bottom: 2px solid #F2CB01;
  }
  #list .tab .swiper-container {
    overflow: hidden;
  }
  #list .tab .swiper-wrapper {
    justify-content: flex-start;
  }
  #list .tab .swiper-slide {
    padding-bottom: 2px;
    margin-left: 0;
  }
  #list .tab .swiper-slide a {
    padding: 8px 5px;
    font-size: 1.2rem;
  }
  #list .tab .swiper-slide a.current {
    padding: 9px 6px;
  }
  #list .tab .swiper-slide a.current:after {
    bottom: -2px;
    width: 100%;
    height: 2px;
  }
  #list .tab .swiper-button-prev {
    display: none;
  }
  #list .tab .swiper-button-next {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: calc(100% - 2px);
    margin-top: 0;
    background-image: url(/content/images/top/arrow3_r.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #list .contents {
    width: 97.33333333%;
    height: 370px;
    margin: 0 auto;
  }
  #list .contents .scrollbar {
    width: 12px;
    padding: 2px;
    border-radius: 6px;
  }
  #list .contents .swiper-scrollbar {
    width: 6px;
  }
  #list .contents .swiper-scrollbar-drag {
    border-radius: 3px;
  }
  #list .contents .content {
    padding-right: 20px;
  }
  #list .contents ul {
    margin: 0 -3% -20px 0;
  }
  #list .contents ul li {
    width: 47%;
    margin: 0 3% 20px 0;
  }
  #list .contents ul li a:hover .image img {
    opacity: 1;
  }
  #list .contents ul li a:hover .title {
    color: #F2CB01;
  }
  #list .contents .image {
    margin-bottom: 10px;
  }
  #list .contents .image:after {
    display: none;
  }
  #list .contents .tag {
    padding: 1px 5px;
    font-size: 1rem;
  }
  #list .contents .title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #list .contents .author {
    font-size: 1.2rem;
  }
  #award {
    padding: 30px 0 16px;
    background-image: url(/content/images/top/border5_sp.jpg);
    background-size: auto 6px;
  }
  #award ul {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  #award ul li {
    margin: 10px 0 0;
  }
  #award ul li a:hover {
    background-color: transparent;
  }
  #award ul li a:hover img {
    opacity: 1;
  }
  #assistant {
    padding: 15px 0;
  }
  #assistant ul {
    width: 92%;
    margin: 0 auto;
  }
  #assistant ul li {
    margin-top: 10px;
  }
  #assistant ul li a:hover {
    background-color: transparent;
  }
  #assistant ul li a:hover img {
    opacity: 1;
  }
}