/*	article top line
============================== */
@media all and (min-width: 768px) {
  .bg_pink, .bg_blue, .bg_pink2 {
    /* padding-top: 13px; */
  }

  .bg_pink>.inner {
    /* border-top: solid hsla(348, 78%, 80%, 0.7) 20px; */
  }

  .bg_pink2>.inner {
    border-top: solid hsla(0, 0%, 100%, 0.6) 20px;
    padding: 1em;
  }

  .bg_blue>.inner {
    border-top: solid hsla(0, 0%, 100%, 0.6) 20px;
    z-index: 1;
    position: relative;
  }
}

/*	countdown
============================== */
.countdown {
  /* background: white; */
}

/*	poster slide
============================== */
@media all and (min-width: 768px) {
  .poster_bg {
    width: 1080px;
    margin: 0 auto 1em;
  }

  .poster_slide {
    width: 980px;
    margin: 0 auto;
    /* padding: 20px 0 ! important; */
  }

  .btn {
    width: 540px;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides span {
  display: block;
  height: 480px;
}

.rslides span,
.rslides span img {
  display: block;
  /* height: auto; */
  float: left;
  border: 0;
}

.rslides span {
  width: 980px;
  height: 693px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

.rslides,
.rslides li,
.rslides span,
.rslides span img {
  width: 100%;
}

.rslides span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 0;
  padding-top: calc((687 / 980)*100%);
  /* margin-bottom: 1.5vw; */
}

.rslides span img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media all and (max-width: 767px) {

  .rslides,
  .rslides li,
  .rslides span,
  .rslides span img {
    width: 100%;
  }

  .rslides span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: calc((687 / 980)*100%);
    /* margin-bottom: 1.5vw; */
  }

  .rslides span img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	top story & topics & wnew & sns
============================== */
.t_story {
  /* background-image: url(../img/bg_beige.jpg); */
  /* background-size: 7%; */
  /* padding-bottom: 1em; */
  background: rgba(0, 0, 0, 1);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 56, 102, 1) 60%, rgba(0, 56, 102, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(60%, rgba(0, 56, 102, 1)), color-stop(100%, rgba(0, 56, 102, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 56, 102, 1) 60%, rgba(0, 56, 102, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 56, 102, 1) 60%, rgba(0, 56, 102, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 56, 102, 1) 60%, rgba(0, 56, 102, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 56, 102, 1) 60%, rgba(0, 56, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#003866', GradientType=0);
}
.t_story_inner {
  background-image: url(../img/story_bg.png);
  background-position: center 25%;
  background-size: 170%;
  background-repeat: no-repeat;
  /* height: 675px; */
  padding-bottom: 90px;
}

@media all and (min-width: 768px) {

  .s_left {
    /* width: 510px; */
    /* padding: 4em 0 2em; */
  }
}

.t_topics {
  /* background-image: url(../img/bg_pink.png); */
  /* background-position: center; */
  /* background-size: 100%; */
  padding-top: 10px;
}

.t_minogashi {
  background-color: hsl(0deg 0% 100% / 75%);
}

.bg_white {
  background-image: repeating-linear-gradient(90deg, #cccccc, #cccccc 4px, transparent 4px, transparent 200px), repeating-linear-gradient(0deg, #cccccc, #cccccc 4px, #fff 4px, #FFF 200px);
  background-size: 200px 200px;
  background-position: 50% 50%;
}

.footer {
  /* background-color: #ededed; */
  /* background-image: url(../img/bg_pic.jpg); */
  /* background-size: 100%; */
  /* background-position: bottom; */
  /* background-repeat: no-repeat; */
}

.t_story .txt {
  /* margin: 0 auto; */
  color: #fff;
  /* font-weight: bold; */
}

.t_story hr {
  margin: 0;
}

.t_story .oadate {
  font-size: 40px;
  font-family: urw-din, sans-serif;
  font-weight: 100 ! important;
  font-style: normal;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
}

.t_wnew .txt {
  letter-spacing: 0.1em;
  color: #fff;
}

.t_wnew {
  background-image: url(../img/wnew_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.t_topics h2 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.t_topics h2 span::after {
  content: "";
  display: block;
  width: 218px;
  height: 265px;
  background-image: url(../img/topics_h2_after.png);
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
  right: -833px;
  top: 25px;
}
.t_wnew::before,
.t_wnew::after {
  content: "";
  display: block;
  background-image: url(../img/break.png);
  background-size: contain;
  width: 100%;
  height: 90px;
  position: absolute;
  background-position: center;
}

.t_wnew::before {
  top: -60px;
}

.t_wnew::after {
  transform: rotateX(180deg);
  bottom: -55px;
}

@media all and (min-width: 768px) {
  .t_story_inner {
    background-image: url(../img/story_bg.png);
    background-position: center 50%;
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 675px; */
    padding-bottom: 90px;
  }

  .t_story h2 {
    background-image: url(../img/story.png?10);
  }

  .t_topics h2 {
    background-image: url(../img/topics.png);
  }

  .t_wnew h2 {
    background-image: url(../img/wnew.png);
  }


  .footer h2 {
    background-image: url(../img/sns.png);
  }

  .t_story2 .txt {
    width: 505px;
    padding: 65px 25px 0;
    font-size: 22.5px;
    letter-spacing: 0.1em;
    color: #000;
  }

  .t_story2 .btn {
    width: 350px;
    height: 70px;
  }

  .t_story2 .btn a span {
    font-size: normal;
    font-size: 23px;
    letter-spacing: 0.2em;
  }

  .t_wnew {
    /* margin-top: -1em; */
    padding-bottom: 3em;
    position: relative;
  }

  .t_story h2 {
    /* width: 830px; */
    background-position: center;
    height: 180px;
    margin: 0 auto;
    position: relative;
  }

  .t_topics h2 {
    width: 830px;
    background-position: center;
    height: 180px;
    margin: 0 auto;
    position: relative;
    overflow: revert;
  }

  .t_wnew h2 {
    width: 830px;
    background-position: center;
    height: 180px;
    margin: 0 auto;
  }

  .footer h2 {
    width: 830px;
    background-position: center;
    height: 180px;
    margin: 0 auto;
  }

  .t_story .txt {
    width: 780px;
    /* font-size: 22px; */
    letter-spacing: 0.05em;
    /* background-color: #fff; */
    /* padding: 1em 2.7em 1em 1em; */
    box-sizing: border-box;
    margin: 0 auto;
  }

  .t_story .more a {
    width: 450px;
    height: 70px;
    margin: 0 auto;
    /* position: absolute; */
    /* left: 410px; */
    /* top: 535px; */
  }

  .t_story .more a span {
    line-height: 70px;
    letter-spacing: 0.2em;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 400;
  }
}

@media all and (max-width: 767px) {

  /*	top story & topics & wnew & sns
  ============================== */
  .t_story_inner {
    padding-bottom: 25px;
  }

  .t_wnew::before,
  .t_wnew::after {
    content: "";
    display: block;
    background-image: url(../img/break.png);
    background-size: 110%;
    width: 100%;
    background-repeat: no-repeat;
    height: 90px;
    position: absolute;
    background-position: center;
  }
  .t_wnew::before {
    top: -50px;
  }

  .t_wnew::after {
    transform: rotateX(180deg);
    bottom: -50px;
  }

  .bg_white {
    background-size: 20vw 20vw;
    background-image: repeating-linear-gradient(90deg, #cccccc, #cccccc 2px, transparent 2px, transparent 200px), repeating-linear-gradient(0deg, #cccccc, #cccccc 2px, #fff 2px, #FFF 200px);
    background-position: center;
  }

  .t_story hr {
    margin: 0 0 2vw;
  }

  .t_story .ellipsis_topstory {
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }

  .t_story .oadate {
    font-size: 7.5vw;
    /* font-family: urw-din, sans-serif; */
    /* font-weight: 100 ! important; */
    /* font-style: normal; */
    /* text-align: center; */
    /* display: block; */
    /* letter-spacing: 0.05em; */
  }

  .t_story h2 {
    background-image: url(../img/story.png?10);
  }

  .t_topics h2 {
    background-image: url(../img/topics.png);
  }

  .t_wnew h2 {
    background-image: url(../img/wnew.png);
  }

  .footer h2 {
    background-image: url(../img/sns_s.png);
  }

  .t_story2 {
    margin-top: -13vw;
    padding-top: 9vw;
    padding-bottom: 1.5em;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }

  .t_story2 .txt {
    padding: 1em 1em 0.5em;
  }

  .t_story {
    padding-bottom: 1em;
  }

  .t_topics {
    /* padding: 0.5em 0em 2em; */
  }

  .t_wnew {
    padding: 0 0 1em;
    background-size: cover;
    position: relative;
  }

  .t_story h2 {
    padding-top: calc((200 / 751)*100%);
  }

  .t_topics h2, .t_wnew h2, .footer h2 {
    padding-top: calc((200 / 751)*100%);
  }

  .t_story h2, .t_topics h2, .t_wnew h2, .footer h2 {
    position: relative;
    height: 0;
    background-position: center;
    background-size: 140%;
  }

  .t_story h2 span,
  .t_topics h2 span,
  .t_wnew h2 span,
  .footer h2 span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  .t_story .txt {
    /* padding: 3vw 4vw; */
    /* background-color: hsla(0, 0%, 100%, 0.2); */
    /* box-sizing: border-box; */
    margin: 0 4vw 4vw;
    /* background-image: url(../img/triangle.png); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
  }

  .t_story .more a {
    height: auto;
    width: 70%;
    margin: 0 auto;
    overflow: inherit;
  }

  .t_story .more a>span {
    padding: 0.4em 0;
    font-size: 110%;
    letter-spacing: 0.15em;
    line-height: normal;
    font-weight: 400;
  }
}

/*	sns
============================== */
#sns {
  /* background-color: hsla(0, 0%, 100%, 0.35); */
}

.tw-inner {
  background-color: #fff;
}

#sns h2 {
  background-image: url(../img/sns.png);
  background-position: center;
}

@media all and (min-width: 768px) {
  #sns {
    width: 350px;
    height: 400px;
    margin: 0 20px 0 0;
    float: left;
  }

  #sns h2 {
    width: 105px;
    height: 50px;
    /* margin: 0 auto; */
  }

  .tw-inner {
    /* margin: 0 10px 15px; */
    height: 340px;
  }
}

@media all and (max-width: 767px) {
  #sns {
    padding: 0 4%;
    margin: 0 4% 4%;
  }

  #sns h2 {
    width: 40%;
    position: relative;
    height: 0;
    padding-top: 15.286624203821656%;
    margin: 2% auto 1%;
  }

  #sns h2 span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	sns_btn
============================== */
#sns_btn h2 {
  margin: 0px auto 15px;
}

#sns_btn ul.sns_btn {
  /* display: flex; */
  /* justify-content: center; */
}

#sns_btn ul.sns_btn li.tw {
  background-image: url(../img/sns_btn_tw.png);
}

#sns_btn li.ig {
  background-image: url(../img/sns_btn_ig.png);
  /* background-size: 80%; */
  background-position: center;
}

#sns_btn li.tt {
  background-image: url(../img/sns_btn_tt.png?2);
  /* background-size: 80%; */
  background-position: center;
}

#sns_btn li.ig2 {}

#sns_btn li.ig_rakuten {}

@media all and (min-width: 768px) {
  .t_sns .wrap {
    width: 980px;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
  }

  #sns_btn {
    width: 270px;
  }

  #sns_btn h2 {
    width: 208px;
    height: 28px;
  }

  #sns_btn ul.sns_btn {
    margin: 0 auto;
  }

  #sns_btn ul.sns_btn li {
    width: 225px;
    height: 43.5px;
    margin: 0 auto 16px;
  }

  #sns_btn ul.sns_banner li {
    width: 300px;
    height: 50px;
    margin: 0 auto 0.5em;
  }

  #sns_btn li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer {
    margin-bottom: -1em;
  }
}

@media all and (max-width: 767px) {
  #sns_btn {
    padding: 0;
  }

  #sns_btn h2 {
    width: 50%;
    position: relative;
    height: 0;
    padding-top: 6.730769230769231%;
    margin: 2% auto 1%;
  }

  #sns_btn h2 span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  #sns_btn ul.sns_btn li {
    width: 60%;
    position: relative;
    height: 0;
    padding-top: calc((87 / 450)*60%);
    margin: 0 auto 1em;
  }

  #sns_btn ul.sns_banner {
    padding: 0 2% 2%;
  }

  #sns_btn ul.sns_banner li {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 16.666666666666667%;
    margin-bottom: 2%;
  }

  #sns_btn ul li a {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  .footer {
    /* background-size: 340vw; */
    /* margin-bottom: 57px; */
    /* background-position: -50vw 130vw; */
    /* margin-top: -1em; */
  }

  .links {
    /* color: #fff; */
  }
}

/*	recta
============================== */
.recta {
  width: 300px;
  margin: 0 auto;
}

/*	bn_l
============================== */
.bn_s {
  background-color: beige;
  background-size: 7%;
}

.bn_l ul,
.bn_s ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bn_l li a span,
.bn_s li a span {
  background-size: 100%;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {

  .bn_l,
  .bn_s {
    padding: 40px 0 10px;
    position: relative;
  }

  .hakusyo_btn {
    padding: 10px 0;
    position: relative;
  }

  .bn_l ul,
  .bn_s ul {
    justify-content: center;
    padding: 0;
  }

  .bn_l li a span {
    width: 465px;
    height: 150px;
    margin: 0 15px 30px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_l li.hakusyo a span {
    width: 475px;
    height: 85px;
    margin: 0 7px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_s li a span {
    width: 306px;
    height: 120px;
    margin: 0 10px 20px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_l li a span img,
  .bn_s li a span img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {

  .bn_l,
  .bn_s {
    /* padding-top: 4vw; */
  }

  .bn_l ul {
    padding: 4vw 4vw 0;
  }

  .bn_s ul {
    padding: 1.5%;
  }

  .bn_l li a,
  .bn_s li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .bn_l li,
  .bn_s li {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    margin: 0 0 2%;
    border-radius: 1vw;
    margin-bottom: 4vw;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_l li {
    padding-top: 32.258064516129032%;
  }

  .bn_l li.hakusyo {
    padding-top: calc((85 / 475)*100%);
  }

  .bn_s li {
    padding-top: 38.215686%;
  }

  .bn_l li a,
  .bn_s li a {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	dvd link
============================== */
.dvd_link {
  cursor: pointer;
}

.dvd_link a {
  display: block;
  background-size: cover;
  margin: 0 auto;
}

.dvd_link a:hover {
  color: #fff;
  opacity: 0.9;
}

@media all and (min-width: 768px) {
  .dvd_link a {
    width: 980px;
    height: 70px;
    margin-bottom: 2em;
  }
}

@media all and (max-width: 767px) {
  .dvd_link a {
    position: relative;
    height: 0;
    padding-top: calc((140 / 730)*100%);
  }

  .dvd_link a span {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	trailer
============================== */
.trailer {
  margin: 0 auto;
  position: relative;
}

@media all and (min-width: 768px) {
  .trailer {
    height: 440px;
    width: 780px;
    /* box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 0.05); */
    /* position: absolute; */
    /* right: 0; */
    /* top: 145px; */
    border: solid #fff 2px;
  }
}

@media all and (max-width: 767px) {
  .trailer {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-indent: 110%; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* position: relative; */
    /* height: 0; */
    /* padding-top: 52.88888888888vw; */
    /* border: 3vw solid hsla(314, 75%, 93%, 0.4); */
    /* margin-top: -3.3vw; */
    /* padding: 56.25% 0 0 0; */
    margin: 0 4vw;
  }

  .trailer iframe, .trailer span {
    background-size: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .trailer iframe, .trailer span {
    width: 780px;
    height: 440px;
    background-size: 100%;
  }
}

/*	ep pic
============================== */
@media all and (min-width: 768px) {
  .ep_pic {
    border: none;
    float: right;
    margin: 0 0;
  }

  .ep_pic, .ep_pic span {
    width: 470px;
    height: 315px;
    background: none;
    box-shadow: none;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 1.5em;
  }
}

@media all and (max-width: 767px) {
  .ep_pic {
    margin: 3vw auto;
    width: 90%;
    box-shadow: none;
    background-color: unset;
  }

  .ep_pic span {
    padding-top: 66%;
  }
}

/*	minogashi bg padding
============================== */
.t_minogashi aside {
  padding: 2em 0;
}

/*	bn
============================== */
@media all and (min-width: 768px) {
  li.paravi {
    /* padding: 2em 0 0; */
  }

  li.goods {
    padding: 0;
  }
}

/*	hr
============================== */
.bg_white hr {
  border-bottom: 2px solid #335c6f;
  border-top: 7px solid hsla(0, 0%, 100%, 0.0);
  margin: 0;
}

/*	bn_top
============================== */
.bn_top li {
  width: 480px;
}

.bn_top li a span {
  display: block;
  position: relative;
  height: 0;
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  padding-top: calc((59 / 480)*100%);
  background-size: cover;
  background-repeat: no-repeat;
}

.bn_top li a span img {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.bn_top .wrap {
  display: flex;
  justify-content: space-between;
}

@media all and (min-width: 768px) {
  .bn_top .wrap {
    margin: 0 auto 20px;
    width: 1000px;
  }

  .bn_top li.tver a span {
    background-image: url(../img/bn_top_tver.jpg);
  }

  .bn_top li.youtube a span {
    background-image: url(../img/bn_top_youtube.jpg);
  }
}

@media all and (max-width: 767px) {
  .bn_top li.tver a span {
    background-image: url(../img/bn_top_tver_smp.jpg);
  }

  .bn_top li.youtube a span {
    background-image: url(../img/bn_top_youtube_smp.jpg);
  }

  .bn_top li a span {
    padding-top: calc((115 / 480)*100%);
  }

  .bn_top .wrap {
    padding: 1%;
  }

  .bn_top li {
    width: 49.5%;
  }
}

/*	white_sns
============================== */
#whitesns_sp {
  /* width: 90%; */
  /* max-width: 480px; */
  margin: 1.1em auto 0;
  background: rgba(6, 21, 24, 1);
  background: -moz-linear-gradient(top, rgba(6, 21, 24, 1) 0%, rgba(37, 121, 142, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6, 21, 24, 1)), color-stop(100%, rgba(37, 121, 142, 1)));
  background: -webkit-linear-gradient(top, rgba(6, 21, 24, 1) 0%, rgba(37, 121, 142, 1) 100%);
  background: -o-linear-gradient(top, rgba(6, 21, 24, 1) 0%, rgba(37, 121, 142, 1) 100%);
  background: -ms-linear-gradient(top, rgba(6, 21, 24, 1) 0%, rgba(37, 121, 142, 1) 100%);
  background: linear-gradient(to bottom, rgba(6, 21, 24, 1) 0%, rgba(37, 121, 142, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#061518', endColorstr='#25798e', GradientType=0);
}

#whitesns_sp dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

#whitesns_sp dt {
  flex-basis: 25%;
  padding: 2%;
}

#whitesns_sp dd {
  flex-basis: 25%;
}

#whitesns_sp dt #whitesns_title {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 11%;
  padding-top: -webkit-calc(22 / 200 * 100%);
  padding-top: calc(22 / 200 * 100%);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#whitesns_sp dd ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

#whitesns_sp dd ul li {
  flex-basis: 40%;
}

#whitesns_sp dd ul li a {
  display: block;
}

#whitesns_sp dd ul li a .snsicos {
  display: block;
  width: 100%;
}

#whitesns_sp dd ul li a .sns_icon {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#whitesns_sp dd ul li a:hover .sns_icon {
  opacity: .75;
}

.ws_t {
  display: none;
}

/*for_W768-*/
@media all and (min-width: 768px) {
  #whitesns_sp dl {
    max-width: 980px;
    margin: 0 auto;
  }

  #whitesns_sp {
    /* max-width: 900px; */
    padding: 1em;
  }

  #whitesns_sp dt {
    flex-basis: 16%;
    padding: 1%;
  }

  #whitesns_sp dd {
    flex-basis: 35%;
  }

  #whitesns_sp dd ul li {
    /* border: 1px solid rgba(255, 255, 255, 1); */
    /* padding: .2em; */
    /* border-radius: 40px; */
    /* position: relative; */
  }

  #whitesns_sp dd ul li a:before, #whitesns_sp dd ul li a:after {
    content: "";
    content: none;
    display: table;
  }

  #whitesns_sp dd ul li a:after {
    clear: both;
  }

  #whitesns_sp dd ul li a::after {
    content: "";
    display: block;
    clear: both;
  }

  #whitesns_sp dd ul li a .sns_icon {
    width: 100%;
    padding-top: 33.774834437086093%;
    padding-top: -webkit-calc(102 / 302 * 100%);
    padding-top: calc(102 / 302 * 100%);
  }

  #whitesns_sp dd ul li:hover {
    opacity: .75;
    /* border: 1px solid rgba(255, 255, 255, .75); */
  }
}

@media all and (max-width: 767px) {
  #whitesns_sp {
    margin: 1.1em auto 0;
  }

  #whitesns_sp dl {
    padding: 0 0 0.7em 0;
  }
}
