
/*	.header
============================== */
div.header {
  position: relative;
  background: rgba(255, 255, 255, 0.7) url(bg.jpg) center / cover no-repeat;
  background-blend-mode: lighten;
}
div.header header {
  position: relative;
}
div.header header p.logo {
  text-align: left;
}
div.header header p.logo a, div.header header p.logo a span {
  display: block;
}
div.header header p.logo a {
  position: relative;
  height: 0;
  padding-top: -webkit-calc(519 / 1600 * 100%);
  padding-top: calc(519 / 1600 * 100%);
  background-size: cover;
}
div.header header p.logo a.lazy-done {
  -webkit-animation: fadeIn 800ms;
  animation: fadeIn 800ms;
}
div.header header p.logo a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  div.header {}
  div.header header {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
  div.header header p.logo {
    width: 900px;
    margin: 0 auto 20px;
  }
}
@media all and (max-width: 767px) {
  div.header {
    padding: 0px 0 15px;
  }
  div.header header p.logo {
    width: 90%;
    margin: 0 auto 10px;
    padding-top: 10px;
    position: relative;
    left: 5px;
  }
}
/*	info
============================== */
div.info {
  /*	max-width:1080px;*/
  width: 100%;
  margin: 0 auto;
}
div.info img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 991.98px) {
  div.info img {
    width: 90%;
  }
}
/*	main
============================== */
@media all and (min-width: 768px) {
  main {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  main {
    padding-bottom: 20px;
  }
}
/*	main > article
============================== */
main > article {
  text-align: left;
  position: relative;
  background: rgba(255, 255, 255, 0.7) url(bg.jpg) center / cover no-repeat;
  background-blend-mode: lighten;
  padding-bottom: 200px;
}
main > article:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 280px;
  background: url(../img/bg_paper_01.png) no-repeat center / contain;
  pointer-events: none;
  z-index: 0;
  background-size: 100% auto;
}
main > article > header {
  text-align: center;
}
main > article > header h1 {
  line-height: 1.5;
}
main > article > header h1:before {
  display: inline-block;
  line-height: 1.2;
  -webkit-background-clip: text;
  /*	-webkit-text-fill-color: transparent;*/
  padding-bottom: -0.2em;
  background-color: #322A27;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.9), 0px 0px 16px rgba(255, 255, 255, 0.9), 0px 0px 30px rgba(255, 255, 255, 0.9);
}
.about main > article > header h1:before {
  content: "ABOUT";
}
.story main > article > header h1:before {
  content: "STORY";
}
.caststaff main > article > header h1:before {
  content: "CAST & STAFF";
}
.character main > article > header h1:before {
  content: "CHARACTER";
}
.news main > article > header h1:before {
  content: "NEWS";
}
.onair main > article > header h1:before {
  content: "ONAIR";
}
.diary main > article > header h1:before {
  content: "DIARY";
}
.original main > article > header h1:before {
  content: "ORIGINAL";
}
.original main > article > header:nth-of-type(2) h1:before {
  content: "COMIC";
}
main > article > header h1 span {
  display: block;
  font-weight: normal;
  -webkit-background-clip: text;
  /*	-webkit-text-fill-color: transparent;*/
  line-height: 1.5;
  padding: 0 0.5em;
  letter-spacing: 0.05em;
  text-indent: 0.2em;
  background-color: #322A27;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.9), 0px 0px 16px rgba(255, 255, 255, 0.9), 0px 0px 30px rgba(255, 255, 255, 0.9);
}
main > article > div.outer > div.inner, main > article > div.unit > article {
  position: relative;
  background-color: hsla(0, 100%, 100%, .7);
  box-shadow: 14px 14px 30px rgb(209 174 148 / 65%);
}
@media all and (min-width: 768px) {
  main > article > header {
    max-width: 980px;
    margin: 0 auto;
  }
  main > article > div.outer, main > article > div.unit > article > div.outer, main > article > div.outer > div.inner, main > article > div.unit > article {
    margin: 0 auto;
  }
  main > article > div.outer:not(:last-child), main > article > div.unit:not(:last-child) {
    margin-bottom: 40px;
  }
  main > article > header {
    padding: 30px 0;
  }
  main > article > header h1:before {
    font-size: 450%;
  }
  main > article > header h1 span {
    font-size: 200%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  main > article > div.outer, main > article > div.unit > article > div.outer {
    max-width: 1400px;
  }
  main > article > div.outer, main > article > div.unit > article > div.outer {}
  main > article > div.outer > div.inner, main > article > div.unit > article {
    max-width: 980px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 50px 0px 50px;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  main > article {
    padding-bottom: 140px;
  }
  main > article:after {
    height: 170px;
  }
}
@media all and (min-width: 913px) and (max-width: 1279px) {
  main > article {
    padding-bottom: 180px;
  }
  main > article:after {
    height: 220px;
  }
}
@media all and (min-width: 1900px) {
  main > article {
    padding-bottom: 240px;
  }
  main > article:after {
    height: 400px;
  }
}
@media all and (min-width: 2000px) {
  main > article:after {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  main > article {
    padding-bottom: 80px;
  }
  main > article > div.outer:not(:last-child), main > article > div.unit:not(:last-child) {
    margin-bottom: 20px;
  }
  main > article > header {
    padding: 20px 0;
  }
  main > article > header h1:before {
    font-size: 10vw;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4), 0px 0px 8px rgba(255, 255, 255, 0.4), 0px 0px 15px rgba(255, 255, 255, 0.4);
  }
  main > article > header h1 span {
    font-size: 5vw;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9), 0px 0px 8px rgba(255, 255, 255, 0.9), 0px 0px 15px rgba(255, 255, 255, 0.9);
  }
  main > article > div.outer, main > article > div.unit > article > div.outer {}
  main > article > div.outer > div.inner, main > article > div.unit > article {
    margin: 0 12px;
    padding: 16px;
    border-radius: 0 30px 0 30px;
  }
  main > article:after {
    height: 80px;
  }
}
/*	News & Cast/Staff
============================== */
main > article > div.unit {
  position: relative;
}
main > article > div.unit > article > h2 {
  text-align: center;
  line-height: 1.5;
  color: #FFC927;
  padding: 0.25em 1em;
  margin-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media all and (min-width: 768px) {
  main > article > div.unit > article > h2 {
    font-size: 250%;
  }
}
@media all and (max-width: 767px) {
  main > article > div.unit > article > h2 {
    font-size: 6.2vw;
  }
}
/*	figure
============================== */
div.ph-two figure > span, div.ph-two figure span img, div.ph-large figure > span, div.ph-large figure span img, div.photoArea figure > span, div.photoArea figure span img, div.ph-comics figure > span, div.ph-comics figure span img {
  display: block;
}
div.ph-two figure > span, div.ph-large figure > span, div.photoArea figure > span, div.ph-comics figure > span {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
}
div.ph-two figure span.lazy-done, div.ph-large figure span.lazy-done, div.photoArea figure span.lazy-done, div.ph-comics figure span.lazy-done {
  -webkit-animation: fadeIn 800ms;
  animation: fadeIn 800ms;
}
div.ph-two figure span img, div.ph-large figure span img, div.photoArea figure span img, div.ph-comics figure span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div.ph-two figure > span {
  padding-top: -webkit-calc(800 / 600 * 100%);
  padding-top: calc(800 / 600 * 100%);
}
.about div.ph-large figure > span {
  padding-top: -webkit-calc(1277 / 1000 * 100%);
  padding-top: calc(1277 / 1000 * 100%);
}
.original div.ph-large figure > span {
  padding-top: -webkit-calc(1200 / 762 * 100%);
  padding-top: calc(1200 / 762 * 100%);
}
.original div.ph-comics figure > span.comics_01 {
  padding-top: -webkit-calc(1200 / 826 * 100%);
  padding-top: calc(1200 / 826 * 100%);
}
.original div.ph-comics figure > span.comics_02 {
  padding-top: -webkit-calc(1200 / 844 * 100%);
  padding-top: calc(1200 / 844 * 100%);
}
.about div.about2 figure > span {
  padding-top: -webkit-calc(900 / 1200 * 100%);
  padding-top: calc(900 / 1200 * 100%);
}
.story div.photoArea figure > span {
  padding-top: -webkit-calc(720 / 1080 * 100%);
  padding-top: calc(720 / 1080 * 100%);
}
.story figure > span {
  padding-top: -webkit-calc(1080 / 720 * 100%);
  padding-top: calc(1080 / 720 * 100%);
}
.news div.news250909_2.ph-large figure > span {
  padding-top: -webkit-calc(668 / 1000 * 100%);
  padding-top: calc(668 / 1000 * 100%);
}
.news div.news250704.ph-large figure > span {
  padding-top: -webkit-calc(316 / 1050 * 100%);
  padding-top: calc(316 / 1000 * 100%);
}
.news section.news-illust div.ph-large {
  margin-bottom: 0;
}
.news div.ph-popupposter figure > span {
  padding-top: -webkit-calc(905 / 640 * 100%);
  padding-top: calc(905 / 640 * 100%);
}
.news div.goods0917.ph-large figure > span {
  padding-top: 100%;
}
.diary div.ph-large figure > span {
  padding-top: -webkit-calc(720 / 1080 * 100%);
  padding-top: calc(720 / 1080 * 100%);
}
div.ph-large figure figcaption {
  text-align: center;
  line-height: 1.5;
  margin-top: 0.5em;
}
div.ph-two, div.photoArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.ph-comics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
div#news-goods figure > span {
  padding-top: 72.727272727272727%;
}
div#news-goods02 figure > span {
  padding-top: 45.4545454545455%;
}
div#news20221221 figure > span {
  padding-top: 28.4375%;
}
div.about-shot figure > span {
  padding-top: -webkit-calc(800 / 600 * 100%);
  padding-top: calc(800 / 600 * 100%);
}
@media all and (min-width: 768px) {
  .caststaff div.ph-large, .onair div.ph-large, .news div.ph-large {
    max-width: 980px;
    margin: 0 auto 40px;
  }
  .about div.ph-large {
    width: 70%;
    margin: 0 auto 40px;
  }
  .about div.ph-large, .about div.ph-two, .news div.ph-large, div.news-goods, div.news-goods02 {
    margin-bottom: 40px;
  }
  .diary div.ph-large {
    max-width: 80%;
    margin: 0 auto 40px;
  }
  div.ph-two {
    gap: 40px;
  }
  div.ph-two figure {
    width: calc((100% - 40px)/2);
  }
  div.photoArea {
    margin-bottom: 20px;
    gap: 20px;
  }
  div.photoArea figure {
    width: calc((100% - 20px)/2);
  }
  div.ph-comics {
    width: 100%;
    margin: 0 auto 50px;
    gap: 10px;
  }
  div.ph-comics figure {
    width: 400px;
  }
  .story div.ph-large {
    max-width: 980px;
    margin: 0 auto;
  }
  div.about-shot {
    width: 50%;
    margin: 0 auto 40px;
  }
  div.ph-novel {
    width: 440px;
    margin: 0 auto 30px;
  }
  .news div.news250909_1, .news div.news250909_2 {
    width: 640px;
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 767px) {
  .caststaff div.ph-large, .onair div.ph-large, .news div.ph-large, .diary div.ph-large {
    margin-bottom: 20px;
  }
  .about div.ph-large {
    width: 80%;
    margin: 0 auto 20px;
  }
  .about div.ph-large, .about div.ph-two, .news div.ph-large, div.news-goods, div.news-goods02, div.photoArea {
    margin-bottom: 20px;
  }
  .story div.ph-large {
    margin: 0 12px;
  }
  div.ph-large figure figcaption {
    font-size: 83%;
  }
  div.ph-two {
    gap: 14px;
  }
  div.ph-two figure {
    width: calc((100% - 14px)/2);
  }
  div.photoArea figure {
    width: 100%;
    margin-bottom: 20px;
  }
  div.ph-comics {
    margin-bottom: 40px;
    gap: 10px;
  }
  div.ph-comics figure {
    width: 230px;
  }
  div.about-shot {
    width: 60%;
    margin: 0 auto 20px;
  }
  div.ph-novel {
    width: 75%;
    margin: 0 auto 20px;
  }
  .news div.ph-popupposter {
    width: 70%;
    margin: 0 auto 20px;
  }
  .news div.ph-goods0927 {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media print {
  div.ph-large figure {
    display: none;
  }
}
/*	Goods
============================== */
div.ph-goods3a figure span {
  padding-top: 67.755102048163%;
}
div.ph-goods3b figure span {
  padding-top: 53.4653465346535%;
}
@media all and (min-width: 768px) {
  div.ph-goods3a, div.ph-goods3b {
    max-width: 720px;
  }
  div.ph-goods3a, div.ph-goods3b {
    margin: 0 auto 40px;
  }
}
@media all and (max-width: 767px) {
  div.ph-goods3a {
    width: 100%;
  }
  div.ph-goods3b {
    width: 80%;
  }
  div.ph-goods3a, div.ph-goods3b {
    margin: 0 auto 20px;
  }
}
div.items table {
  width: 100%;
}
div.items table tr th, div.items table tr td {
  padding: 0.75em 1.5em;
  line-height: 1.25;
}
div.items table tr th {
  text-align: center;
  background-color: #006c8f;
  color: #badc6e;
}
div.items table tr td {
  text-align: left;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  div.items:not(:last-child) {
    margin-bottom: 40px;
  }
  div.items table:not(:last-child) {
    margin-bottom: 20px;
  }
  div.items table tr th, div.items table tr td {
    font-size: 112.5%;
  }
  div.items table tr:not(:last-child) {
    border-bottom: #ccc solid 1px;
  }
}
@media all and (max-width: 767px) {
  div.items:not(:last-child) {
    margin-bottom: 20px;
  }
  div.items table:not(:last-child) {
    margin-bottom: 10px;
  }
  div.items table tr th, div.items table tr td {
    display: block;
    font-size: 87.5%;
  }
  div.items table tr th {
    text-align: left;
  }
}
div.btn-shopping {
  text-align: center;
}
div.btn-shopping a {
  background-color: hsla(66, 88%, 54%, 1);
  color: #d4227b;
  display: inline-block;
  padding: 1em 3em;
  text-decoration: none;
  line-height: 1.25;
  -webkit-box-shadow: 5px 5px 0 0 hsla(0, 0%, 100%, .5);
  box-shadow: 5px 5px 0 0 hsla(0, 0%, 100%, .5);
}
div.btn-shopping a span {
  display: block;
  text-align: center;
  line-height: 1.5;
}
div.btn-shopping a span:first-child {
  margin-bottom: 0.5em;
}
div.btn-shopping a span:last-child {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  padding: 0 1em;
}
@media all and (min-width: 768px) {
  div.btn-shopping:not(:last-child) {
    margin-bottom: 40px;
  }
  div.btn-shopping a span:first-child {
    font-size: 112.5%;
  }
  div.btn-shopping a span:last-child {
    font-size: 150%;
  }
}
@media all and (max-width: 767px) {
  div.btn-shopping:not(:last-child) {
    margin-bottom: 20px;
  }
  div.btn-shopping a span:first-child {
    font-size: 100%;
  }
  div.btn-shopping a span:last-child {
    font-size: 112.5%;
  }
}
/*	section.unit
============================== */
section.unit {
  background-color: hsla(0, 100%, 100%, .5);
}
section.unit > h2, section.unit > h3 {
  position: relative;
  color: hsla(17, 100%, 51%, 1);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  z-index: 1;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9), 0px 0px 16px rgba(255, 255, 255, 0.9), 0px 0px 30px rgba(255, 255, 255, 0.9);
}
section.unit > h2::before, section.unit > h3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg.jpg?0) center center / cover no-repeat;
  opacity: 0.8;
  z-index: -1;
}
section.unit > h2 > span, section.unit > h3 > span {
  display: block;
}
section.unit > div.inner {
  background-color: rgba(255, 247, 218, 0.6);
}
section.unit > div.inner > h3, section.unit > div.inner > h4, div.items > h3 {
  color: #FFC927;
  line-height: 1.5;
  padding: 0 0.75em;
  border-color: #FFC927;
  border-style: solid;
  margin-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9), 0px 0px 16px rgba(255, 255, 255, 0.9), 0px 0px 30px rgba(255, 255, 255, 0.9);
}
section.unit > h2 > span {
  color: #FF4D07;
}
section.unit > h3 > span > span.relay {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  background-color: #b235ff;
  color: #ffccf8;
  text-shadow: none;
  margin-left: .5em;
}
@media all and (min-width: 768px) {
  section.unit:not(:last-child) {
    margin-bottom: 40px;
  }
  section.unit > h2, section.unit > h3 {
    font-size: 150%;
    padding: 12px 30px;
  }
  section.unit > div.inner {
    padding: 30px;
  }
  section.unit > div.inner > h3, section.unit > div.inner > h4, div.items > h3 {
    font-size: 130%;
    border-left-width: 30px;
    margin-left: -30px;
  }
  div.items > h3 {
    margin-left: 0;
  }
  section.unit > h3 > span > span.relay {
    font-size: 83%;
    line-height: 24px;
    height: 24px;
    padding: 0 12px;
    border-radius: 12px;
  }
}
@media all and (max-width: 767px) {
  section.unit:not(:last-child) {
    margin-bottom: 20px;
  }
  section.unit > h2, section.unit > h3 {
    font-size: 112.5%;
    padding: 15px 15px;
    background-size: 75%;
  }
  section.unit > div.inner {
    padding: 15px;
  }
  section.unit > div.inner > h3, section.unit > div.inner > h4, div.items > h3 {
    font-size: 110%;
    border-left-width: 15px;
    margin-left: -15px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9), 0px 0px 8px rgba(255, 255, 255, 0.9), 0px 0px 15px rgba(255, 255, 255, 0.9);
  }
  div.items > h3 {
    margin-left: 0;
  }
  section.unit > h3 > span > span.relay {
    font-size: 75%;
    line-height: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 0 9px;
  }
}
/*	section.unit-4
============================== */
section.unit-h4 {
  background-color: hsla(0, 0%, 100%, 0.6);
}
section.unit-h4 > h4 {
  color: hsla(190, 89%, 30%, 1);
  line-height: 1.5;
  margin-bottom: 1.25em;
}
@media all and (min-width: 768px) {
  section.unit-h4 {
    padding: 30px;
  }
  section.unit-h4:not(:last-child) {
    margin-bottom: 40px;
  }
  section.unit-h4 > h4 {
    font-size: 125%;
  }
}
@media all and (max-width: 767px) {
  section.unit-h4 {
    padding: 12px;
  }
  section.unit-h4:not(:last-child) {
    margin-bottom: 20px;
  }
  section.unit-h4 > h4 {
    font-size: 100%;
  }
}
ul.kome li {
  line-height: 1.25;
}
ul.kome li:not(:last-child) {
  margin-bottom: 0.2em;
}
ul.kome li:before {
  content: "※";
  font-family: serif;
  display: block;
  float: left;
}
ul.kome li span {
  display: block;
  padding-left: 1.25em;
  word-break: break-all;
}
@media all and (min-width: 768px) {
  ul.kome li {
    font-size: 100%;
  }
}
@media all and (max-width: 767px) {
  ul.kome li {
    font-size: 83%;
  }
}
div.inner p.copy, div.inner p.copy-s {
  text-align: center;
  margin-bottom: 1.5em;
}
div.inner p.copy {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.original div.inner p.copy-s {
  margin-bottom: 0.5em;
}
div.inner p.copy-s {
  line-height: 1.4;
}
div.inner p.copy b {}
.about div.inner p.copy b span, .original div.inner p.copy b span {}
.f140 {
  font-size: 140%;
}
.c_yel {
  color: #FFC927;
}
.c_ore {
  color: #FF4D07;
}
.story div.inner p.copy-s, .about div.inner p.copy-s {
  color: #FFC927;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.news div.inner p.copy-s {
  color: #322A27;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.original div.inner p.copy-s {
  color: hsla(17, 100%, 51%, 1);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.original .cr {
  text-align: center;
  width: 100%;
}
.original .release {
  text-align: center;
  width: 100%;
  font-size: 120%;
	padding-top: 1em
}
@media all and (min-width: 768px) {
  div.inner p.copy {
    font-size: 200%;
  }
  .original div.inner p.copy {
    font-size: 200%;
  }
  div.inner p.copy-s {
    font-size: 200%;
  }
}
@media all and (max-width: 767px) {
  div.inner p.copy {
    font-size: 5vw;
  }
  .original div.inner p.copy {
    font-size: 6vw;
  }
  div.inner p.copy-s {
    font-size: 6.2vw;
  }
  .original .cr {
    font-size: 80%;
  }
  .original .release {
    font-size: 100%;
  }
  .f140 {
    font-size: 115%;
  }
}
/*	story
============================== */
h2.h2-story {
  text-align: center;
}
h2.h2-story > span {
  display: block;
  text-align: center;
  line-height: 1.5;
}
h2.h2-story > span.ep {
  text-shadow: 2px 3px 3px hsla(0, 0%, 100%, 0.3);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h2.h2-story > span.ep > span {
  font-weight: bold;
  display: inline-block;
}
h2.h2-story > span.title {
  color: #FFC927;
  margin-bottom: 0.2em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h2.h2-story > span.title > span {
  /*	background-image: -webkit-gradient(linear, center left, center right, from(#c00), color-stop(0.5, #600), to(#c00));
	background-image: linear-gradient(to right, #c00, #600 50%, #c00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
  /*	letter-spacing:0.1em;
	text-indent:0.1em; */
}
h2.h2-story > span.oa {
  display: inline-block;
  color: #ffffff;
  font-weight: bold !important;
  padding: 0 0.5em;
  background-image: url(../img/bg.jpg);
  background-size: 125%;
  background-position: center center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media all and (min-width: 768px) {
  h2.h2-story {
    margin-bottom: 40px;
  }
  h2.h2-story > span.ep, h2.h2-story > span.title {}
  h2.h2-story > span.ep {
    font-size: 250%;
  }
  h2.h2-story > span.title {
    font-size: 175%;
  }
  h2.h2-story > span.oa {
    font-size: 175%;
  }
  .story article.plylist .yt-player, .story article .mov-outer {
    margin-bottom: 2em;
  }
  .diary h2.h2-story > span.ep {
    font-size: 140%;
  }
}
@media all and (max-width: 767px) {
  h2.h2-story {
    margin-bottom: 20px;
  }
  h2.h2-story > span.ep, h2.h2-story > span.title {}
  h2.h2-story > span.ep {
    font-size: 175%;
  }
  h2.h2-story > span.title {
    font-size: 112.5%;
  }
  h2.h2-story > span.oa {
    font-size: 112.5%;
  }
  .story article.plylist .yt-player, .story article .mov-outer {
    margin-bottom: 1.5em;
  }
  .diary h2.h2-story > span.ep {
    font-size: 130%;
  }
}
section.story-bn ul li {
  width: 33.333333333333333%;
  float: left;
}
section.story-bn ul li a, section.story-bn ul li span {
  display: block;
}
section.story-bn ul li span a {
  position: relative;
  height: 0;
  padding-top: 65.7142857142857%;
  background-size: cover;
}
section.story-bn ul li span a.lazy-done {
  -webkit-animation: fadeInUp 800ms;
  animation: fadeInUp 800ms;
}
section.story-bn ul li span a.lazy-done:before {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  background-image: url(../img/bg.jpg);
}
section.story-bn ul li.ep12 span a.lazy-done:before {
  content: "#12";
}
section.story-bn ul li.ep11 span a.lazy-done:before {
  content: "#11";
}
section.story-bn ul li.ep10 span a.lazy-done:before {
  content: "#10";
}
section.story-bn ul li.ep9 span a.lazy-done:before {
  content: "#9";
}
section.story-bn ul li.ep8 span a.lazy-done:before {
  content: "#8";
}
section.story-bn ul li.ep7 span a.lazy-done:before {
  content: "#7";
}
section.story-bn ul li.ep6 span a.lazy-done:before {
  content: "#6";
}
section.story-bn ul li.ep5 span a.lazy-done:before {
  content: "#5";
}
section.story-bn ul li.ep4 span a.lazy-done:before {
  content: "#4";
}
section.story-bn ul li.ep3 span a.lazy-done:before {
  content: "#3";
}
section.story-bn ul li.ep2 span a.lazy-done:before {
  content: "#2";
}
section.story-bn ul li.ep1 span a.lazy-done:before {
  content: "#1";
}
section.story-bn ul li span a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
section.story-bn ul li:nth-child(3n-2) {
  clear: both;
}
section.story-bn ul li:nth-child(3n-2) > span {
  clear: both;
}
@media all and (min-width: 768px) {
  section.story-bn ul li {
    margin-bottom: 18px;
  }
  section.story-bn ul li:nth-child(3n-2) > span {
    margin-right: 12px;
  }
  section.story-bn ul li:nth-child(3n-1) > span {
    margin-left: 6px;
    margin-right: 6px;
  }
  section.story-bn ul li:nth-child(3n) > span {
    margin-left: 12px;
  }
  section.story-bn ul li span a.lazy-done:before {
    font-size: 200%;
    padding: 0.1em 0.25em;
  }
}
@media all and (max-width: 767px) {
  section.story-bn ul li {
    margin-bottom: 12px;
  }
  section.story-bn ul li:nth-child(3n-2) > span {
    margin-right: 8px;
  }
  section.story-bn ul li:nth-child(3n-1) > span {
    margin-left: 4px;
    margin-right: 4px;
  }
  section.story-bn ul li:nth-child(3n) > span {
    margin-left: 8px;
  }
  section.story-bn ul li span a.lazy-done:before {
    font-size: 100%;
    padding: 0.1em 0.2em;
  }
}
@media print {
  section.story-bn {
    display: none;
  }
}
/*	.btn
============================== */
div.btn {
  text-align: center;
}
div.btn a {
  position: relative;
  /*background-color:hsla(343, 77%, 57%, 1);*/
  background-image: -webkit-gradient(linear, left top, right bottom, from(hsla(280, 56%, 59%, 1)), to(hsla(336, 75%, 62%, 1)));
  background-image: linear-gradient(135deg, hsla(280, 56%, 59%, 1), hsla(336, 75%, 62%, 1));
  text-decoration: none;
  /**/
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /**/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /**/
}
div.btn a > span {
  display: inline-block;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: hsla(0, 0%, 100%, 1.00);
  margin-right: 0.5em;
  /*	vertical-align: middle;
	margin-top:-0.25em;*/
}
div.btn a:hover {}
div.btn a:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
}
@media all and (min-width: 768px) {
  div.btn:not(:last-child) {
    margin-bottom: 30px;
  }
  div.btn a {
    border-radius: 30px;
    height: 60px;
    width: 300px;
  }
  div.btn a > span {
    font-size: 175%;
  }
  div.btn a:after {
    width: 12px;
    height: 12px;
    border-right: 3px solid hsla(0, 0%, 100%, 1);
    border-top: 3px solid hsla(0, 0%, 100%, 1);
  }
}
@media all and (max-width: 767px) {
  div.btn:not(:last-child) {
    margin-bottom: 15px;
  }
  div.btn a {
    border-radius: 20px;
    height: 40px;
    width: 60%;
  }
  div.btn a > span {
    font-size: 112.5%;
  }
  div.btn a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fffadc;
    border-top: 2px solid #fffadc;
  }
}
/*	.sold-out
============================== */
div.sold-out {
  position: relative;
  padding: 12px;
}
div.sold-out p.p-so {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #d4587d;
}
div.sold-out div.btn-shopping, ul.kome {
  opacity: 0.6;
}
div.sold-out:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: hsla(97, 40%, 47%, 0.3);
}
@media all and (min-width: 768px) {
  div.sold-out p.p-so {
    font-size: 400%;
  }
}
@media all and (max-width: 767px) {
  div.sold-out p.p-so {
    font-size: 12vw;
  }
}
/*	.div.lines 
============================== */
div.lines li.no1, div.lines li.no2 {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
div.lines li.note {
  text-indent: -1em;
  padding-left: 1em;
}
div.lines li.no1:before {
  content: "１）";
  display: contents;
  float: left;
}
div.lines li.no2:before {
  content: "２）";
  display: contents;
  float: left;
}
div.lines li.note:before {
  content: "※";
  font-family: serif;
  display: contents;
  float: left;
}
div.lines li.disc {
  list-style: disc;
  margin-left: 16px
}
.note-small {
  font-size: 16px
}
@media all and (max-width: 767px) {
  .note-small {
    font-size: 13px
  }
}
.red {
  color: hsla(343, 77%, 57%, 1.00)
}
.small {
  font-size: 16px
}
@media all and (max-width: 767px) {
  .small {
    font-size: 10px
  }
}
.br_sp {
  display: none;
}
@media (max-width: 767px) {
  .br_sp {
    display: block;
  }
}
@media(min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
