@media all and (min-width: 768px) {
  #tshd {
    margin: 30px 0;
  }
}

@media all and (max-width: 767px) {
  #tshd {
    margin: 1em 0;
  }
}

/*	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;
  }

  .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%;
  }
}

/*	.t_story
============================== */
.t_story .note {
  background-color: rgb(255 255 255 / 40%);
  z-index: 100;
  position: relative;
}

.t_story {
  background-color: #eea4b3;
  background-image: url(../img/bg_ptn_pink.jpg);
  position: relative;
}

.t_story .wrap {
  background-color: #fff;
  position: relative;
}

@media all and (min-width: 768px) {
  .t_story h2 {
    background-image: url(../img/top_h2_story.png?ep10);
    width: 785px;
    background-position: center;
    height: 183px;
    margin: 0 auto 10px;
    position: relative;
    margin-top: -61px;
  }

  .t_story {
    padding: 98px 0 80px;
    background-size: 200px;
  }

  .t_story .wrap {
    width: 935px;
    border: solid #fed100 6px;
    border-radius: 45px;
    height: 815px;
  }

  .t_story .txt {
    width: 780px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .t_story .more a {
    width: 427px;
    height: 73px;
    margin: 40px auto 0;
  }

  .t_story .more a span {
    line-height: 65px;
    margin: 0 auto;
    font-size: 100%;
    letter-spacing: inherit;
  }
}

@media all and (max-width: 767px) {
  .t_story {
    padding-bottom: 1em;
    background-size: 130px;
    padding: 18% 0 0;
  }

  .t_story .ellipsis_topstory {
    letter-spacing: 0.3vw;
    text-align: left;
    height: fit-content;
    padding-bottom: 0.7em;
  }

  .t_story .oadate {
    font-size: 7.5vw;
  }

  .t_story h2 {
    background-image: url(../img/top_h2_story_smp.png?ep10);
    padding-top: calc((185 / 751)*100%);
    margin-top: -11%;
    background-size: 100% !important;
  }

  .t_story_inner {
    padding-bottom: 1em;
  }

  .t_story .wrap {
    width: 100%;
    display: inline-block;
    border-bottom: solid #f2d02a 1vw;
    margin: 0 auto 3em;
  }

  .t_story .txt {
    margin: 2vw 4vw;
  }

  .t_story .more a {
    width: 58%;
    margin: 0px auto -1.5em;
    overflow: inherit;
    border: solid 0.4vw #6a9752;
    z-index: 100;
    position: relative;
  }

  .t_story .more a>span {
    font-size: 1.03em;
    letter-spacing: 0.15em;
    line-height: 1em;
    font-weight: bold;
    border: solid 0.4vw #fff;
    height: 1em;
  }
}

/*	.t_topics
============================== */
.t_topics {
  background: #ffb422;
  background-image: url(../img/bg_orange.jpg);
}

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

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

@media all and (min-width: 768px) {
  .t_topics {
    padding: 55px 0 0;
  }

  .t_topics h2 {
    width: 1080px;
    background-position: left;
    height: 67px;
    margin: 0 auto 2em;
    position: relative;
    background-size: 1080px 67.5px;
    overflow: revert;
  }
}

@media all and (max-width: 767px) {
  .t_topics h2 {
    padding-top: calc((47 / 500)*100%);
    margin-bottom: 1em;
    background-size: 150%;
  }

  .t_topics {
    padding: 1em;
  }
}

/*	.t_wnew
============================== */
.t_wnew .txt {
  color: #633600;
}

.t_wnew {
  background-color: #ebd6f0;
  background-image: url(../img/bg_ptn_purple.jpg);
  position: relative;
}

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

@media all and (min-width: 768px) {
  .t_wnew {
    background-size: 200px;
  }

  .t_wnew h2 {
    width: 700px;
    background-position: left top;
    background-size: 150%;
    height: 45px;
    padding-bottom: 30px;
    border-bottom: solid 4px #633600;
    background-size: 1080px 67.5px;
  }

  .t_wnew .inner {
    width: 700px;
    padding: 60px 0;
    float: right;
  }
}

@media all and (max-width: 767px) {
  .t_wnew {
    background-size: 200px;
    padding: 1em 1em 2em;
    background-size: 25vw;
  }

  .t_wnew h2 {
    padding-top: calc((47 / 500)*100%);
    padding-bottom: 0.5em;
    background-size: 150%;
    border-bottom: solid 2px #633600;
  }
}

/*	.t_stream
============================== */
.t_stream {
  background: #eae0b8;
  background-image: url(../img/bg_ptn_beige.jpg);
  background-size: 200px;
  position: relative;
}

.t_stream h2 {
  background-image: url(../img/top_h2_stream.png);
  background-position: left top;
}

.t_stream h2 span {
  position: absolute;
  /* display: block; */
  width: 100%;
  height: 100%;
}

.t_stream .inner {
  border: solid 2px rgb(159, 132, 59);
  background-color: rgba(255, 255, 255, 0.302);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.t_stream .caution {
  text-align: right;
}

.t_stream .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.t_stream a {
  background-color: #fff;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.t_stream .box .txt {
  margin: 0.5em auto 0;
}

a.realtime {
  background-image: url(../img/icon_stream_realtime.png);
}

a.tver {
  background-image: url(../img/icon_stream_tver.png);
}

a.tbsfree {
  background-image: url(../img/icon_stream_tbsfree.png);
}

a.paravi {
  background-image: url(/um/img/paravi.svg);
}

a.netflix {
  background-image: url(../img/icon_stream_netflix.png);
}

@media all and (min-width: 768px) {
  .t_stream {
    padding: 40px 0;
  }

  .t_stream h2 {
    width: 1080px;
    height: 67px;
    margin: 0 auto 0.5em;
    background-size: 1080px 67.5px;
  }

  .t_stream .caution {
    margin: -2.5em 0 1.2em;
  }

  .box_realtime {
    width: 207px;
    margin: 0 auto;
  }

  .box_tver {
    width: 385px;
  }

  .box_paravi {
    width: 365px;
  }

  .t_stream .inner {
    padding: 33px 35px;
  }

  a.realtime {
    width: 207px;
    border-radius: 25px;
  }

  a.tver, a.tbsfree, a.paravi, a.netflix {
    width: 190px;
  }

  a.tver, a.paravi {
    border-radius: 25px 0 0 25px;
  }

  a.tbsfree, a.netflix {
    border-radius: 0 25px 25px 0;
  }

  a.paravi {
    width: 315px;
    border-radius: 25px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .t_stream {
    padding: 1em 1em 3em;
    position: relative;
  }

  .t_stream h2 {
    padding-top: calc((47 / 500)*100%);
    padding-bottom: 0.5em;
    background-size: 150%;
  }

  .t_stream .caution {
    position: absolute;
    bottom: 2em;
    right: 1.5em;
    font-size: 75%;
  }

  .box_realtime {
    width: 70%;
    margin: 0 auto 1.5em;
  }

  .box_tver {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .box_paravi {
    width: 100%;
  }

  .t_stream .inner {
    padding: 1em;
  }

  .t_stream a {
    height: 14vw;
    background-size: 42vw;
  }

  a.realtime {
    width: 100%;
    border-radius: 1em;
    height: 14vw;
  }

  a.tver, a.tbsfree, a.paravi, a.netflix {
    width: 49.5%;
  }

  a.tver, a.paravi {
    border-radius: 1em 0 0 1em;
  }

  a.tbsfree, a.netflix {
    border-radius: 0 1em 1em 0;
  }

  a.paravi {
    width: 70%;
    border-radius: 1em;
    margin: 0 auto;
  }
}

/*	.footer
============================== */
@media all and (min-width: 768px) {
  .footer h2 {
    width: 830px;
    background-position: center;
    height: 180px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .footer h2 {
    padding-top: calc((47 / 500)*100%);
  }

  .footer h2 {
  }
}

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

  /*	top story & topics & wnew & sns
  ============================== */
  .t_stream h2, .t_story h2, .t_topics h2, .t_wnew h2, .footer h2 {
    position: relative;
    height: 0;
    background-position: center;
    background-position: left top;
  }

  .t_stream h2 span,
  .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%;
  }
}

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

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

#sns h2 {
  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;
  }

  .tw-inner {
    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 {
}

#sns_btn li.ig {
  background-position: center;
}

#sns_btn li.tt {
  background-position: center;
}

#sns_btn li.ig2 {}

#sns_btn li.ig_rakuten {}

@media all and (min-width: 768px) {
  .t_sns .wrap {
    width: 980px;
  }

  #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%;
  }

  .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%;
}

.bn_l,
.bn_s {
  position: relative;
  background-color: #b079bd;
  background-image: url(../img/bg_purple.jpg);
}

@media all and (min-width: 768px) {
  .bn_l ul.goods {
    margin-bottom: 2em;
  }

  .bn_l,
  .bn_s {
    padding: 60px 0;
  }

  .bn_l ul,
  .bn_s ul {
    justify-content: space-around;
    padding: 0px;
    display: flex;
  }

  .bn_l li a span {
    width: 500px;
    height: 150px;
    /* margin: 0 15px 30px; */
    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 ul.goods {
    margin-bottom: -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: calc(150 / 500*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%;
  }
}

/*	bn_special
============================== */
.bn_special {
  position: relative;
  background-color: #fff;
  background-image: url(../img/bg_white.jpg);
}

.bn_special ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bn_special li a span {
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.bn_special li a span {
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  background-color: #f1a2b1;
}

@media all and (min-width: 768px) {
  .bn_special {
    padding: 30px 0;
  }

  .bn_special ul {
    justify-content: space-around;
    padding: 0;
    display: flex;
  }

  .bn_special li a span {
    width: 500px;
    height: 80px;
    border: solid 3px rgb(255 255 255 / 50%);
    border-radius: 21px;
  }

  .bn_special li a span img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .bn_special ul {
    padding: 4vw;
  }

  .bn_special li {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    margin: 0;
    border-radius: 1vw;
    margin-bottom: 4vw;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
    padding-top: calc((240 / 1500)*100%);
    border-radius: 1em;
  }

  .bn_special li a {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 1em;
  }

  .bn_special li a span {
    border: solid 3px rgb(255 255 255 / 50%);
    border-radius: 1em;
    width: auto;
  }
}

/*	bn_collection
============================== */
.bn_collection {
  position: relative;
  background: none;
}

.bn_collection ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bn_collection li a span {
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.bn_collection li a span {
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  background-color: #f1a2b1;
}

@media all and (min-width: 768px) {
  .bn_collection {
    padding: 30px 0;
  }

  .bn_collection ul {
    justify-content: center;
    padding: 0;
    display: flex;
  }

  .bn_collection li a span {
    width: 640px;
    height: 100px;
  }

  .bn_collection li a span img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .bn_collection ul {
    padding: 4vw;
    width: 320px;
    height: 50px;
    margin: 0 auto;
  }

  .bn_collection li {
    display: block;
    position: relative;
    margin: 0;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
    padding-top: calc((50 / 320)*100%);
  }

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

  .bn_collection li a span {
    width: auto;
  }
}

/*	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: 422.5px;
    width: 750px;
    border: solid #593000 10px;
    margin: 0 auto 20px;
    z-index: 100;
  }
}

@media all and (max-width: 767px) {
  .trailer_outer {
    margin: 0 3vw 1vw;
    border: solid #593000 1.5vw;
    background-color: #593000;
  }

  .trailer {
    width: 100%;
  }

  .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: 750px;
    height: 422.5px;
    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%;
  }
}

/*	stream bg padding
============================== */
.t_stream 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 {
  }

  .bn_top li.youtube a span {
n_top_tver_smp.jpg  }
}

@media all and (max-width: 767px) {
  .bn_top li.tver a span {
  }

  .bn_top li.youtube a span {
  }

  .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 {
  background: #b079bd;
  background-image: url(../img/bg_purple.jpg);
}

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

#whitesns_sp dt {
  flex-basis: 35%;
  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: 50%;
}

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

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

#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 dd ul li a .snsicos {
    width: 45px;
    margin: 0;
  }

  #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: 20%;
  }

  #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(100 / 100 * 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 dd ul li a .snsicos {
    width: 60%;
  }

  #whitesns_sp {
    /* margin: 1.1em auto 0; */
  }

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

/*	deco
============================== */
/*	common */
.deco {
  display: inline;
  position: absolute;
  left: 50%;
  z-index: 99;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .deco {
    position: absolute;
    width: 100%;
    height: 0;
  }

  .deco span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

/*	individual */
.deco_bird_blue {
  background-image: url(../img/deco_bird_blue.png);
}

.deco_bird_orange {
  background-image: url(../img/deco_bird_orange.png);
}

.deco_coin {
  background-image: url(../img/deco_coin.png);
}

.deco_coin2 {
  background-image: url(../img/deco_coin2.png);
}

.deco_flower_purple {
  background-image: url(../img/deco_flower_purple.png);
}

.deco_flower_yellow {
  background-image: url(../img/deco_flower_yellow.png);
}

.deco_rose {
  background-image: url(../img/deco_rose.png);
}

.deco_tiara {
  background-image: url(../img/deco_tiara.png);
}

@media all and (min-width: 768px) {
  .deco_bird_blue {
    width: 370px;
    height: 199px;
    margin-left: -161px;
    top: -30px;
  }

  .deco_bird_orange {
    width: 406px;
    height: 319px;
    margin-left: -590px;
    top: 40px;
  }

  .deco_coin {
    width: 446px;
    height: 199px;
    margin-left: -710px;
    top: -30px;
  }

  .deco_coin2 {
    width: 780px;
    height: 664px;
    margin-left: 90px;
    bottom: -218px;
  }

  .deco_flower_purple {
    width: 487px;
    height: 512px;
    margin-left: 270px;
    top: -30px;
  }

  .deco_flower_yellow {
    width: 280px;
    height: 306px;
    margin-left: -490px;
    bottom: 0;
  }

  .deco_rose {
    width: 286px;
    height: 229px;
    margin-left: 140px;
    bottom: -150px;
  }

  .deco_tiara {
    width: 256px;
    height: 239px;
    margin-left: -395px;
    top: -30px;
  }
}

@media all and (max-width: 767px) {
  .deco_bird_blue {
    width: 50%;
    padding-top: calc((219 / 446)*50%);
    margin-left: 0vw;
    top: -4vw;
  }

  .deco_bird_orange {
    width: 45%;
    padding-top: calc((339 / 446)*45%);
    margin-left: -13vw;
    top: -8vw;
  }

  .deco_coin {
    width: 60%;
    padding-top: calc((199 / 446)*70%);
    margin-left: -79vw;
    top: -4vw;
  }

  .deco_coin2 {
    width: 100%;
    padding-top: calc((365 / 446)*100%);
    margin-left: -15vw;
    bottom: -26vw;
  }

  .deco_flower_purple {
    /* width: 70%; */
    /* padding-top: calc((199 / 446)*70%); */
    /* margin-left: -80vw; */
    /* top: -7vw; */
    display: none;
  }

  .deco_flower_yellow {
    width: 20%;
    padding-top: calc((459 / 446)*20%);
    margin-left: -47vw;
    bottom: 0vw;
  }

  .deco_rose {
    width: 35%;
    padding-top: calc((369 / 446)*35%);
    margin-left: 20vw;
    bottom: -19vw;
  }

  .deco_tiara {
    width: 29%;
    padding-top: calc((199 / 446)*70%);
    margin-left: -51vw;
    top: -1vw;
  }
}

/*	animate
============================== */
.animate__wobble {
  --animate-duration: 4s;
}
