@import url("animate.css");
@import url("set.css");
@import url("playlist.css");
@import url("https://use.typekit.net/bya3yod.css");

.font01 {
  font-family: "rufina-stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media print {
  .noprint {
    display: none;
  }
}

.notes {
  margin: 1em;
  display: flex;
  justify-content: center;
}

html {
  overflow-x: hidden;
}

div#bn_super {
  border-bottom: 1px solid #c0c4ce;
}

div.tbs-gheader {
  z-index: 999;
}

.light {
  color: #00ffff;
}

.ep {
  font-size: 90%;
}

.ffs {
  font-feature-settings: "jp83";
}

@media all and (max-width: 767px) {
  .narrowsmp {
    letter-spacing: -0.07em;
    transform: scale(0.9, 1);
  }
}

.banner {
  padding: 3em 0;
}

/*	loop
============================== */
body {
  line-height: 1;
}

.loop03 {
  font-style: italic;
  /* padding-top: 30px; */
  /* padding-bottom: 30px; */
  overflow: hidden;
}

.loop03__box {
  display: flex;
  width: 100vw;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #9d68c8;
}

.loop03__box2 {
  background-color: #1fb8ad;
}

.loop03__item {
  flex: 0 0 auto;
  font-size: 40px;
  white-space: nowrap;
  padding-right: 0.5em;
  padding-left: 0;
  color: #fff;
}

.loop03__item:nth-child(odd) {
  animation: loop 8s -4s linear infinite;
}

.loop03__item:nth-child(even) {
  animation: loop2 8s linear infinite;
}

@media all and (max-width: 767px) {
  .loop03__item {
    font-size: 4vw;
  }

  .loop03__box {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/* .btn
============================== */
.btn a, .btn a>span {
  display: block;
}

.btn a {
  /* position: relative; */
  margin: 0 auto;
  /* overflow: hidden; */
  /* text-decoration: none; */
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
  color: #fff;
  background-color: #00728c;
  background-size: 500px 500px;
  /* box-shadow: 8px 8px 15px 0px rgb(0 0 0 / 20%); */
  /* margin: 1px; */
  /* border: solid 2px #0c3a6c; */
  border-radius: 100px;
  font-weight: bold;
}

.btn-off a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-style: solid;
  border-color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
  background-color: #ccc;
}

.btn a>span {
  text-align: center;
  /* border: solid 2px #f0ccff; */
  /* height: fit-content; */
  border-radius: 0.7em;
}

.btn a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-image: url(../img/arrow40.svg);
  background-repeat: no-repeat;
  background-color: #fff;
}

.btn_down a span:before {
  transform: rotate(90deg);
}

@media all and (min-width: 768px) {
  .btn {
    margin: 0 auto;
    box-sizing: border-box;
  }

  .btn:not(:last-child) {
    margin-bottom: 30px;
    padding: 0 1em;
  }

  .btn a {
    transition: all .3s;
  }

  .btn a>span:first-child {
    font-size: 142.5%;
    /* line-height: 49px; */
    letter-spacing: 0.1em;
    padding: 1em;
  }

  .btn a>span:nth-child(2) {
    padding-bottom: 1em;
  }

  .btn a:hover {
    color: #fff;
    /* opacity: 0.9; */
    background: #008cab;
  }

  .btn-off a:hover {
    color: #888;
    background-color: #ccc;
    background-image: none;
    cursor: default;
  }

  .btn a:hover span {
    text-shadow: 0 2px 2px hsla(0, 0%, 0%, .2);
  }

  .btn-off a:hover span {
    text-shadow: none;
  }
}

@media all and (max-width: 767px) {
  .btn:not(:last-child) {
    margin-bottom: 0;
  }

  .btn a {
    /* margin: 0 auto 1em; */
  }

  .btn a>span:first-child {
    font-size: 4.5vw;
    /* line-height: 7vw; */
    padding: 0.6em 0;
    letter-spacing: 0.1em;
    font-size: 5vw;
    line-height: 7vw;
    padding: 0.6em 0;
    letter-spacing: 0.1em;
  }

  .btn-linestamp a>span:first-child {
    /* font-size: 4vw; */
    /* line-height: 7vw; */
    /* padding: 0.6em 0 0; */
    letter-spacing: 0;
  }

  .btn-linestamp a>span:last-child {
    /* padding-bottom: 1em; */
  }
}

/*	bg
============================== */
#page-top {
  background-color: #eef0ef;
  /* background-image: url(../img/bg_yl.png); */
  position: relative;
  background-size: 3%;
  overflow-x: hidden;
}

.bg_green {
  background-image: url(../img/menu_bg.jpg);
  background-size: contain;
  background-color: #00718b;
  border-top: 3px #000 solid;
  border-bottom: 3px #000 solid;
}

.bg_pink {
  /* background-color: #de7cad; */
  /* background-image: url(../img/bg_pink.png); */
  background-size: 13px;
}

.bg_purple {
  /* background-color: #9d68c8; */
  /* background-image: url(../img/bg_purple.jpg); */
  background-size: 4px;
}

@keyframes bg {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -9574px;
  }
}

/*	sns
============================== */
.t_sns_up {
  background-position: center;
  background-repeat: no-repeat;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-sizing: border-box;
}

.t_sns_up ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t_sns_up li a {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999%;
  box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 5%);
}

.t_sns_up li.tt a {}

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

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

@media all and (min-width: 768px) {
  .t_sns_up li a {
    width: 75px;
    height: 75px;
  }

  .t_sns_up {
    background-size: 980px;
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 5%);
  }

  .t_sns_up ul {
    width: 285px;
    margin: 0 0 0 360px;
    height: 120px;
  }
}

@media all and (max-width: 767px) {
  .t_sns_up li a {
    width: 75px;
    height: 75px;
  }

  .t_sns_up ul {
    width: 70%;
    margin: 15vw auto 4vw;
  }

  .t_sns_up {
    background-size: 100%;
    box-shadow: 0 10px 0px 0px rgb(0 0 0 / 5%);
    background-position: center 2.5vw;
    margin-bottom: 10px;
  }
}

hr {
  border: none;
  height: 20px;
  width: 75%;
  height: 0;
  border-bottom: 5px solid rgb(255 255 255);
  /* position: absolute; */
  margin-block-end: 0;
  margin-block-end: 0;
}

@media all and (max-width: 767px) {
  hr {
    border-bottom: 0.2em solid rgb(255 255 255);
    width: 54%;
  }
}

/*	menu
============================== */
.menu {
  background-size: cover;
  background-image: url(../img/menu_s2.jpg?20250119);
}

.menu_outer {
  width: 100%;
}

.menu li a {
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.menu li a.nolink {
  /* background-color: hsl(0deg 0% 100%); */
}

@media all and (min-width: 768px) {
  .menu_outer {
    background-image: url(../img/menu_bg.jpg?20250119);
    /* background-position: 0 50px; */
    background-size: contain;
    background-color: #00718b;
    border-top: 3px #000 solid;
    border-bottom: 3px #000 solid;
  }

  .menu {
    background-image: url(../img/menu2.png?20250119);
    /* display: flex; */
    position: relative;
    display: flex;
    height: 111px;
    background-position: center;
    padding: 0;
    background-repeat: no-repeat;
  }

  .menu li {
    position: relative;
  }

  .menu li.m_about {
    width: 131.5px;
  }

  .menu li.m_story {
    width: 122.5px;
  }

  .menu li.m_news {
    width: 126px;
  }

  .menu li.m_topics {
    width: 126px;
  }

  .menu li.m_chart {
    width: 107.5px;
  }

  .menu li.m_staff {
    width: 201.5px;
  }

  .menu li.m_stream {
    width: 107px;
  }

  .menu li:not(:last-child) {
    position: relative;
    margin: 0 26.5px 0px 0;
  }

  .menu li a {
    position: relative;
    height: 100%;
  }

  .menu li a:hover,
  #news .menu li.m_news a,
  #about .menu li.m_about a,
  #story .menu li.m_story a,
  #chart .menu li.m_chart a,
  #staff .menu li.m_staff a {
    /* background-color: hsl(0deg 0% 100% / 30%); */
    /* mix-blend-mode: darken; */
  }

  .menu li {
    width: 152px;
  }
}

@media all and (max-width: 767px) {
  .menu_outer {
    background-size: 1vw;
    /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 1%); */
    /* z-index: 1; */
    /* position: relative; */
    /* padding: 0 0 0.5vw; */
    /* background-color: #9d68c8; */
    /* background-image: url(../img/bg_blue2.jpg); */
    border-top: solid #000 2px;
    border-bottom: solid #000 2px;
  }

  .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
  }

  .menu li {
    width: calc((44 / 400)*100%);
    margin: 0 calc((5 / 400)*100%);
  }

  .menu li.m_chart {
    /* margin-right: 1%; */
  }

  .menu li.m_topics {
    width: calc((308 / 1500)*100%);
  }

  .menu li.m_about {
    width: calc((305 / 1500)* 100%);
    margin: 0 calc((20px / 1500)* 100%);
  }

  .menu li.m_story {
    width: calc((297 / 1500)* 100%);
  }

  .menu li.m_news {
    width: calc((307 / 1500)* 100%);
  }

  .menu li.m_chart {
    width: calc((264 / 1500)* 100%);
  }

  .menu li.m_staff {
    width: calc((487 / 1500)* 100%);
  }

  .menu li.m_stream {
    width: calc((247 / 1500)* 100%);
  }

  .menu li.m_topics a {
    padding-top: calc((215 / 308)* 100%);
  }

  .menu li.m_about a {
    padding-top: calc((215 / 305)* 100%);
  }

  .menu li.m_story a {
    padding-top: calc((215 / 297)* 100%);
  }

  .menu li.m_news a {
    padding-top: calc((215 / 307)* 100%);
  }

  .menu li.m_chart a {
    padding-top: calc((215 / 264)* 100%);
  }

  .menu li.m_staff a {
    padding-top: calc((215 / 487)* 100%);
  }

  .menu li.m_stream a {
    padding-top: calc((215 / 247)* 100%);
  }

  .menu li a {
    position: relative;
    height: 0;
    padding-top: calc((266 / 480)*100%);
    margin: calc((15 / 1500)*100%);
    /* background-color: #ff00002e; */
  }

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

@media all and (max-width: 767px) {
  #newep {
    width: 100%;
    margin: 0 auto;
  }

  #newep #storyline_pc {
    display: none;
  }

  #storyline_sp label,
  #storyline_sp a.more {
    display: block;
    width: 70%;
    position: relative;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 16.429752066115702%;
  }

  #storyline_sp label {
    margin: 0 auto 4%;
  }

  #storyline_sp a.more {
    margin: 0 auto;
  }

  #storyline_sp label span,
  #storyline_sp a.more span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  #storyline_sp .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }

  #storyline_sp input:checked~.hidden_show {
    padding: 4% 0;
    height: auto;
    opacity: 1;
    background-color: #fff1f0;
  }

  #storyline_sp label {
    cursor: pointer;
  }

  #storyline_sp input {
    display: none;
  }

  #storyline_sp {
    position: relative;
    z-index: 2;
  }

  #newep p.txt {
    font-size: 4vw;
    padding: 0 4% 4%;
  }
}

/*	share
============================== */
#share {
  text-align: center;
  margin: 5vw auto;
  vertical-align: middle;
  /* color: #fff; */
}

#share span {
  position: relative;
}

#share span:before {
  /* content: ""; */
  width: 35%;
  height: 1px;
  background-color: #2b2b2b;
  position: absolute;
  left: -45%;
  top: 50%;
  z-index: 1;
}

#top #share {
  margin: 1.2em auto 0;
  width: 100%;
  color: #000;
  padding: 0 0 1em;
  font-weight: bold;
}

#top #share h4 {
  font-size: 120%;
  padding: 1.6em 0 .8em;
  position: relative;
  /* color: #fff; */
}

#top #share h4:before {
  content: "";
  width: 1px;
  height: 0;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 5%;
  z-index: 1;
}

#share ul {
  display: inline-block;
  margin: 0 0 0 .5em;
  vertical-align: middle;
}

#share ul li {
  display: inline-block;
  border-radius: 50%;
  margin: 0 0.5vw 0;
}

#share ul li a {
  display: block;
}

#share ul li a img {
  transition: .5s;
}

#share ul li a:hover img {
  transform: scale(1.2);
}

@media all and (min-width: 768px) {
  #share ul li img {
    width: 63px;
  }
}

@media all and (max-width: 767px) {
  #share ul li img {
    width: 10vw;
  }
}

/*	movieBox
============================== */
.mov-outer {
  width: 100%;
}

.movieBox {
  position: relative;
}

.movieBox span.thum {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  margin: 0 0 0 0;
  position: relative;
}

.movieBox span.thum img {
  width: 100%;
  height: 100px;
}

.movieBox:hover {
  /* background-color: #f9f7f3; */
}

.movieBox a:hover .thumbnail {
  filter: brightness(1.10);
}

.movieBox a .btn {
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -40px;
  opacity: 0.85;
}

.movieBox a:hover .btn {
  opacity: 1.0;
}

@media all and (min-width: 768px) {
  .movieBox {
    width: 440px;
    margin: 0 auto;
    border: solid 10px #00728c;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4); */
    z-index: 999;
    background-color: #fff;
  }

  .movieBox .thumbnail {
    width: 440px;
  }
}

@media all and (max-width: 767px) {
  .movieBox {
    /* border: solid 1.5vw #fff; */
    box-sizing: border-box;
    z-index: 1;
    background-color: #fff;
  }

  .movieBlock .movieBox .thumbnail {
    width: 100%;
  }

  .movieBox a .btn {
    background-repeat: no-repeat;
    background-position: center center;
    width: 10vw;
    height: 7vw;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25% 0 0 21%;
    opacity: 0.85;
    background-size: cover;
  }
}

/*	streambnr
============================== */
ul.bnr, ul.streambnr {
  display: flex;
  flex-flow: row wrap;
  width: 980px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

ul.bnr li {
  width: 475px;
  height: 133px;
  margin: 0 0 2em;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 10px 10px 20px rgba(182, 176, 162, 0.5);
}

ul.bnr li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
  border-radius: 12px;
}

ul.bnr li.bn_stmp, ul.bnr li.bn_porg {
  height: 186px;
}

ul.bnr li.bn_comic img {
  width: 21%;
  position: absolute;
  right: 8%;
  top: -5%;
  transform: rotate(5deg);
}

ul.streambnr {
  margin: 0 auto;
}

ul.streambnr li {
  width: 300px;
  height: 120px;
  margin: 1.5% 0;
  text-align: center;
  width: -webkit-calc(100% / 3 - 2%);
  width: calc(100% / 3 - 2%);
}

ul.streambnr li.tbsfree {
  margin: 1.5% 2.5%;
}

ul.streambnr li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(182, 176, 162, 0.5);
}

ul.streambnr li a span.stream {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  line-height: 210%;
}

ul.streambnr li.unext a {
  background-size: 62%;
  background-position: center 25%;
}

ul.streambnr li.unext a span.stream {
  background-color: rgba(0, 79, 153, 0.9);
}

ul.streambnr li.tbsfree a {
  background-size: 65%;
  background-position: center 31%;
}

ul.streambnr li.tbsfree a span.stream {
  background-color: rgba(0, 80, 255, 0.9);
}

ul.streambnr li.tver a {
  background-size: 32%;
  background-position: center 26%;
}

ul.streambnr li.tver a span.stream {
  background-color: rgba(0, 174, 217, 0.9);
}

@media all and (min-width: 768px) {
  ul.streambnr {
    padding: 2em 0;
  }
}

@media all and (max-width: 767px) {
  ul.streambnr {
    width: 65%;
    align-items: center;
    padding-bottom: 0.7em;
    padding: 1em 0 2em;
  }

  ul.streambnr li {
    width: 100%;
    height: auto;
    margin: 5% 0 0;
  }

  ul.streambnr li.tbsfree {
    margin: 5% 0 0;
  }

  ul.streambnr li a {
    height: 0;
    padding: 32% 0 0;
  }

  ul.streambnr li a span.stream {
    line-height: 140%;
    font-size: 3vw;
    padding: 2% 0;
  }

  ul.streambnr li.unext a {
    background-size: 52%;
    background-position: center 23%;
  }

  ul.streambnr li.tbsfree a {
    background-size: 52%;
    background-position: center 30%;
  }

  ul.streambnr li.tver a {
    background-size: 26%;
    background-position: center 26%;
  }
}


/*	sns btn
============================== */
#officialSns {
  text-align: center;
}

#officialSns h2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  width: 191px;
  height: 24px;
  margin: 0 auto;
  display: block;
  display: inline-block;
  vertical-align: middle;
}

#officialSns .sns {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -.4em;
}

#officialSns .sns li {
  display: inline-block;
  margin: 0 5px
}

#officialSns .sns a {
  display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  position: relative;
  margin: 0;
  border-radius: 50%;
  transition: 0.5s;
  vertical-align: middle;
}

#officialSns .sns .twitter a {
  background: #1b9eef;
}

#officialSns .sns .instagram a {
  background: #da2f75;
}

#officialSns .sns a:hover {
  opacity: 0.8;
}

.sns img, #snsarea #sns img, #container #sns img {
  position: absolute;
  width: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.sns img.ic_line, #snsarea #sns img.ic_line, #container #sns img.ic_line {
  width: 60% !important;
}

@media all and (min-width: 768px) {
  #officialSns {
    width: auto;
    margin: 10px 0 40px;
  }

  #storyArea #officialSns {
    width: auto;
    margin: 0px 0 40px;
  }

  #officialSns h2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  #officialSns .sns {
    margin-top: 0px;
    vertical-align: middle;
  }

  #officialSns .sns li {
    display: inline-block;
    margin: 0 7px;
  }
}

@media all and (max-width: 767px) {
  #officialSns {
    width: auto;
    margin: 0 0 35px;
  }

  #officialSns h2 {
    width: 153px;
    height: 19px;
    margin-right: 10px;
  }

  #officialSns .sns a {
    width: 60px;
    height: 60px;
  }
}

@media all and (max-width: 321px) {
  #officialSns .sns li {
    display: inline-block;
    margin: 0 3px
  }
}

/*--sns-share--*/
div.sns-share {
  text-align: center;
}

.idx div.sns-share {}

div.sns-share section {
  padding: 10px;
  display: table;
}

div.sns-share section h2 {
  text-align: center;
  font-style: normal;
  font-weight: 500;
}

div.sns-share section h2, div.sns-share section h3, div.sns-share section div.sns-rig {
  padding: 5px 0 8px;
  letter-spacing: 0em;
  color: #fff;
}

div.sns-share section ul {
  letter-spacing: -.4em;
}

div.sns-share section ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0em;
}

div.sns-share section ul li a {
  display: block;
}

@media all and (min-width: 768px) {
  div.sns-share {
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
  }

  div.sns-share section {
    width: 40%;
    margin: 0 auto;
  }

  div.sns-share section ul li {
    width: 50px;
  }

  div.sns-share section ul li:not(:last-child) {
    margin-right: 10px;
  }

  div.sns-share section ul li a {
    height: 50px;
  }

  div.sns-share section ul li a img {
    width: 50px;
    height: 50px;
  }
}

@media all and (max-width: 767px) {
  div.sns-share section {
    width: 100%;
    padding: 10px 0px;
    margin: 0 auto;
  }

  .idx div.sns-share section {
    width: 90%;
  }

  .topics div.sns-share section h3 {
    width: 55%;
  }

  .topics div.sns-share section div.sns-rig {
    width: 45%;
  }

  div.sns-share section h2, div.sns-share section h3 {
    font-size: 75%;
    padding-right: 0px !important;
  }

  div.sns-share section ul li {
    width: 40px;
  }

  div.sns-share section ul li:not(:last-child) {
    margin-right: 6px;
  }

  div.sns-share section ul li a {
    height: 40px;
  }

  div.sns-share section ul li a img {
    width: 40px;
    height: 40px;
  }
}

@media all and (max-width: 374px) {
  div.sns-share section h3 {
    font-size: 62.5%;
  }

  div.sns-share section ul li:not(:last-child) {
    margin-right: 3px;
  }

  div.sns-share section h2 {
    width: 55%;
  }

  div.sns-share section div.sns-rig {
    width: 45%;
  }

  div.sns-share section h2, div.sns-share section h3, div.sns-share section div.sns-rig {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.backtotop {
  /* display: none; */
}

.cmn_banner {
  margin: 0 auto 3em;
  text-align: center;
}

/*	oadate
============================== */
.oadate {}

.oadate {
  margin-bottom: 0.5em;
  text-align: center;
  font-style: normal;
  display: block;
  letter-spacing: 0.08em;
  font-family: "heisei-mincho-std", serif;
  font-weight: 900;
}

@media all and (min-width: 768px) {
  #top .oadate {
    font-size: 45px;
    /* float: right; */
    /* padding-top: 2px; */
  }

  #top .oadate::after {}
}

@media all and (max-width: 767px) {
  .oadate {
    font-size: 5.5vw;
    margin: 0;
    /* border-bottom: 1px solid #fff; */
    /* padding: 0 0 3vw; */
    text-align: center;
    letter-spacing: 0.1em;
  }

  .oadate {
    margin-bottom: 0.5em;
  }
}


/*	back to top
============================== */
p.backtotop {
  z-index: 1;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

p.backtotop a, p.backtotop span {
  display: block;
}

p.btot-on, p.btot-off {
  position: fixed;
}

@media all and (min-width: 768px) {
  p.backtotop {
    transition-property: bottom;
  }

  p.btot-on {
    right: 60px;
    bottom: 30px;
  }

  p.btot-off {
    right: 60px;
    bottom: -212px;
  }

  p.backtotop a {
    background-image: url(../img/btt.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100px;
    height: 156px;
    background-size: 100%;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media all and (max-width: 767px) {
  p.backtotop {
    /* min-width: 320px; */
    transition-property: bottom;
  }

  p.btot-on, p.btot-off {
    /* width: 100%; */
    bottom: 80px;
    right: 20px;
  }

  p.btot-on {
    bottom: 20px;
    right: 20px;
    z-index: 9;
  }

  p.btot-off {
    bottom: -200px;
  }

  p.backtotop a {
    line-height: 1;
    position: relative;
    background-image: url(../img/btt.png);
    background-size: contain;
    z-index: 999999;
    background-repeat: no-repeat;
    background-position: center;
    /* position: relative; */
    /* text-decoration: none; */
    /* color: #fff; */
    height: 94px;
    width: 70px;
    /* letter-spacing: 0; */
    /* font-family: urw-din, sans-serif; */
    /* font-size: 6vw; */
    overflow: hidden;
    white-space: nowrap;
    text-indent: 999%;
  }

  p.backtotop a span {
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* margin-top: -0.5em; */
    /* margin-left: -2em; */
    /* font-weight: bold; */
    /* z-index: 21 !important; */
  }

  p.backtotop a span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -4.5em;
    display: block;
    /* content: ""; */
    /* background-image: url(../img/arrow16.svg); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px 150px;
    w width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
  }
}

/*	bn_l
============================== */
.bn_s {
  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 .inner {
    padding: 1em 1em 0;
  }

  .bn_l_top {
    padding: 30px 0 !important;
  }

  .bn_l,
  .bn_s {
    padding: 3em 0 2em;
  }

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

  .bn_l li {
    margin-bottom: 1em;
  }

  .bn_l li a span {
    width: 500px;
    height: 150px;
    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 .inner {
    padding: 2em 2em 1em;
  }

  .bn_l_top ul {
    padding: 9vw 4vw 4vw;
  }

  .bn_l_top ul li {
    margin: 0px 0 0;
  }

  .bn_l ul.goods {
    margin-bottom: -4vw;
  }

  .bn_l ul {}

  .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;
    border-radius: 1vw;
    margin-bottom: 1em;
    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_top {
  background-image: unset;
  background-color: unset;
  padding: 0;
}

@media all and (max-width: 767px) {
  .bn_top .inner {
    padding: 4vw 4vw 0;
  }
}

/*	bn_special
============================== */
.bn_special {
  position: relative;
  background-color: #fff;
}

.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 {
  margin: 0;
}

.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: #ffffff;
}

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

  .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: 100%;
    box-sizing: border-box;
    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;
  }
}
