/* main */
main {
  margin: auto;
  max-width: 1920px;
  width: 100%;
}
main section {
  /* margin-top: 2.5em; */
  overflow: hidden;
}
@media screen and (min-width:1920px) {
  main section {
    /* margin-top: 5.5em; */
  }
}
main #anime .anime-wrap {
  background: #101741;
  position: relative;
}
main #anime .anime-left {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, rgba(255, 255, 255, 0)), color-stop(98%, #101741)), url(../../assets/img/top/anime_main_bg.jpg);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 85%, #101741 98%), url(../../assets/img/top/anime_main_bg.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 130% auto;
  height: 620px;
  width: 100%;
}
@media screen and (min-width:769px) {
  main #anime .anime-left {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(86%, #101741)), url(../../assets/img/top/anime_main_bg.jpg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #101741 86%), url(../../assets/img/top/anime_main_bg.jpg);
    background-position: 50% 80%;
    background-size: 115% auto;
    height: auto;
    width: 57%;
  }
}
main #anime .anime-right {
  bottom: 0;
  color: #fff;
  margin-left: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width:769px) {
  main #anime .anime-right {
    width: 43%;
  }
}
@media screen and (min-width:769px) {
  main #anime .anime-right::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(80%, #101741), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #101741 80%, rgba(255, 255, 255, 0));
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20%;
  }
}
main #anime .anime-right-wrap {
  padding: 0 20px 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #anime .anime-right-wrap {
    margin-top: -40px;
  }
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap {
    padding: 4.323vw 4.063vw 6.458vw 0;
  }
}
@media screen and (min-width:1920px) {
  main #anime .anime-right-wrap {
    padding: 83px 78px 124px 0;
  }
}
main #anime .anime-right-wrap .anime-sub-txt {
  font-size: 4vw;
  margin-top: 6vw;
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .anime-sub-txt {
    font-size: 1.302vw;
    margin-top: 3.229vw;
  }
}
@media screen and (min-width:1920px) {
  main #anime .anime-right-wrap .anime-sub-txt {
    font-size: 25px;
    margin-top: 62px;
  }
}
main #anime .anime-right-wrap .anime-ttl {
  color: #e9e28f;
  font-family: "source-han-serif-japanese", serif;
  font-size: 4.167vw;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main #anime .anime-right-wrap .anime-ttl {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .anime-ttl {
    font-size: 1.823vw;
    margin-top: 2.083vw;
  }
}
@media screen and (min-width:1920px) {
  main #anime .anime-right-wrap .anime-ttl {
    font-size: 35px;
    margin-top: 40px;
  }
}
main #anime .anime-right-wrap .story-num {
  margin-top: 25px;
  position: relative;
  top: 20px;
  z-index: 1;
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .story-num {
    margin-top: 1.302vw;
    top: 1.042vw;
  }
}
@media screen and (min-width:1920px) {
  main #anime .anime-right-wrap .story-num {
    margin-top: 25px;
    top: 20px;
  }
}
main #anime .anime-right-wrap .story-num p {
  background: #e0c823;
  border-radius: 22px;
  color: #000;
  display: inline-block;
  font-size: 4vw;
  padding: 10px 30px;
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .story-num p {
    font-size: 0.99vw;
    padding: 0.521vw 1.563vw;
  }
}
@media screen and (min-width:1920px) {
  main #anime .anime-right-wrap .story-num p {
    font-size: 19px;
    padding: 10px 30px;
  }
}
main #anime .anime-right-wrap .anime-movie-frame a {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .anime-movie-frame a {
    width: 30.677vw;
  }
  main #anime .anime-right-wrap .anime-movie-frame a :hover {
    -webkit-filter: brightness(107%);
    filter: brightness(107%);
  }
}
main #anime .anime-right-wrap .anime-movie-frame a::before {
  -webkit-transform: translate(-50%, -50%);
  background-image: url("../../assets/img/common/icon_arrow-l.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 13.427vw;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13.427vw;
  z-index: 1;
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .anime-movie-frame a::before {
    height: 4.427vw;
    width: 4.427vw;
  }
}
@media screen and (min-width:1920px) {
  main #anime .anime-right-wrap .anime-movie-frame a::before {
    height: 85px;
    width: 85px;
  }
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .anime-movie-frame a {
    width: 30.677vw;
  }
}
@media screen and (min-width:1920px) {
  main #anime .anime-right-wrap .anime-movie-frame a {
    width: 589px;
  }
}
main #anime .anime-right-wrap .link-btn a {
  padding: 1em 1.6em;
}
main #anime .anime-right-wrap .anime-lead {
  font-size: 2.667vw;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  main #anime .anime-right-wrap .anime-lead {
    line-height: 1.7;
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .anime-lead {
    font-size: 1.042vw;
    line-height: 1.7;
    margin-top: 3vw;
  }
}
@media screen and (min-width:1920px) {
  main #anime .anime-right-wrap .anime-lead {
    font-size: 20px;
    margin-top: 5em;
  }
}
main #anime .anime-right-wrap .anime-lead p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width:769px) {
  main #anime .anime-right-wrap .anime-lead p:not(:first-child) {
    margin-top: 1.5vw;
  }
}
main #category .category-block {
  margin-top: 2.5em;
  padding-bottom: 10%;
  position: relative;
}
@media screen and (min-width:769px) {
  main #category .category-block {
    background-size: cover;
    height: calc(200px + ((640 - 200) * (100vw - 375px) / (1920 - 375)));
    padding-bottom: 0;
  }
}
@media screen and (min-width:1920px) {
  main #category .category-block {
    height: 640px;
    margin-top: 5.5em;
  }
}
main #category .category-block.no-top-space {
  margin-top: 0;
}
main #category .category-block.event {
  background-image: url("../../assets/img/top/event_main_sp_bg.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
}
@media screen and (min-width:769px) {
  main #category .category-block.event {
    background-image: url("../../assets/img/top/event_main_bg.jpg");
    background-position: 80% 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
main #category .category-block.event .category-block-img {
  height: auto;
}
@media screen and (min-width:769px) {
  main #category .category-block.event .category-block-img {
    background-image: url("../../assets/img/top/event_main-full.jpg");
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: 115%;
  }
}
@media screen and (max-width: 768px) {
  main #category .category-block.event .category-block-img::before {
    background-image: url("../../assets/img/top/event_main_sp.png");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 74.533vw;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
main #category .category-block.goods-vol1 {
  background-image: url("../../assets/img/top/goods-vol1_main_sp_bg.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
}
@media screen and (min-width:769px) {
  main #category .category-block.goods-vol1 {
    background-image: url("../../assets/img/top/goods-vol1_main_bg.jpg");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
main #category .category-block.goods-vol1 .category-block-img {
  height: auto;
}
@media screen and (min-width:769px) {
  main #category .category-block.goods-vol1 .category-block-img {
    background-image: url("../../assets/img/top/goods-vol1_main-full.jpg");
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  main #category .category-block.goods-vol1 .category-block-img::before {
    background-image: url("../../assets/img/top/goods-vol1_main_sp.png");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 74.533vw;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
main #category .category-block.goods-vol2 {
  background-image: url("../../assets/img/top/goods-vol2_main_sp_bg.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
}
@media screen and (min-width:769px) {
  main #category .category-block.goods-vol2 {
    background-image: url("../../assets/img/top/goods-vol2_main_bg.jpg");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
main #category .category-block.goods-vol2 .category-block-img {
  height: auto;
}
@media screen and (min-width:769px) {
  main #category .category-block.goods-vol2 .category-block-img {
    background: #ebddc4;
    background-image: url("../../assets/img/top/goods-vol2_main-full.jpg");
    background-position: 0% 15%;
    background-repeat: no-repeat;
    background-size: 96%;
  }
}
@media screen and (max-width: 768px) {
  main #category .category-block.goods-vol2 .category-block-img::before {
    background-image: url("../../assets/img/top/goods-vol2_main_sp.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 74.533vw;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
main #category .category-block.goods-vol3 {
  background-image: url("../../assets/img/top/goods-vol3_main_sp_bg.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
}
@media screen and (min-width:769px) {
  main #category .category-block.goods-vol3 {
    background-image: url("../../assets/img/top/goods-vol3_main_bg.jpg");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
main #category .category-block.goods-vol3 .category-block-img {
  height: auto;
}
@media screen and (min-width:769px) {
  main #category .category-block.goods-vol3 .category-block-img {
    background: #ebddc4;
    background-image: url("../../assets/img/top/goods-vol3_main-full.jpg");
    background-position: 15% 19%;
    background-repeat: no-repeat;
    background-size: 109%;
  }
}
@media screen and (max-width: 768px) {
  main #category .category-block.goods-vol3 .category-block-img::before {
    background-image: url("../../assets/img/top/goods-vol3_main_sp.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 74.533vw;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
main #category .category-block.event-okekon {
  background-image: url("../../assets/img/top/event-okekon_main_sp_bg.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
}
@media screen and (min-width:769px) {
  main #category .category-block.event-okekon {
    background-image: url("../../assets/img/top/event-okekon_main_bg.jpg");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
main #category .category-block.event-okekon .category-block-img {
  height: auto;
}
@media screen and (min-width:769px) {
  main #category .category-block.event-okekon .category-block-img {
    background: #ebddc4;
    background-image: url("../../assets/img/top/event-okekon_main-full.jpg");
    background-position: 95% 79%;
    background-repeat: no-repeat;
    background-size: 105%;
  }
}
@media screen and (max-width: 768px) {
  main #category .category-block.event-okekon .category-block-img::before {
    background-image: url("../../assets/img/top/event-okekon_main_sp.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 74.533vw;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
main #category .category-block .category-block-img {
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width:769px) {
  main #category .category-block .category-block-img {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0 100%);
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0 100%);
    width: 55%;
  }
}
main #category .category-block .category-block-img + div {
  -ms-flex-item-align: end;
  align-self: end;
  margin-top: 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width:769px) {
  main #category .category-block .category-block-img + div {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
main #category .category-block .category-block-img + div.category-block-img {
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width:769px) {
  main #category .category-block .category-block-img + div.category-block-img {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0 100%);
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0 100%);
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  main #category .category-block ._align-center {
    padding-top: 75%;
  }
}
@media screen and (min-width:769px) {
  main #category .category-block ._align-center {
    width: 40.5%;
  }
}
@media screen and (min-width: 961px) {
  main #category .category-block ._align-center {
    margin-right: auto;
    padding: 5em 0;
    width: 34.5%;
  }
}
@media screen and (min-width:769px) {
  main #category .category-block.height-max {
    height: calc(200px + ((850 - 200) * (100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (min-width:1920px) {
  main #category .category-block.height-max {
    height: 850px;
  }
}
@media screen and (min-width:769px) {
  main #category .category-block.height-max .margin-top-reduce {
    margin-top: -1vw;
  }
}
@media screen and (min-width:1920px) {
  main #category .category-block.height-max .margin-top-reduce {
    margin-top: -19px;
  }
}
@media screen and (min-width:769px) {
  main #category .category-block.height-max .margin-top-reduce .link-btn {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width:1920px) {
  main #category .category-block.height-max .margin-top-reduce .link-btn {
    margin-top: 2.5em;
  }
}
@media screen and (min-width:769px) {
  main #category .category-block.height-max .margin-top-reduce .cat-txt:nth-of-type(2) {
    margin-top: 3em;
  }
}
main #category > div:nth-child(even) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width:769px) {
  main #category > div:nth-child(even) ._align-center {
    margin-left: auto;
    margin-right: initial;
  }
}
@media screen and (min-width:769px) {
  main #category > div:nth-child(even) .category-block-img {
    -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
main #topics {
  padding-top: 2em;
}
@media screen and (min-width:769px) {
  main #topics {
    padding-top: 7em;
  }
}
@media screen and (min-width:1920px) {
  main #topics {
    padding-top: 31px;
  }
}
main #topics .topics-wrap {
  position: relative;
}
main #topics .topics-wrap ._slick-slider-prev-arrow {
  left: 7%;
}
main #topics .topics-wrap ._slick-slider-prev-arrow::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
main #topics .topics-wrap ._slick-slider-next-arrow {
  right: 7%;
}
main #topics .topics-wrap .slider-dots,
main #topics .topics-wrap .auto-slider-dots {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #topics .topics-wrap .slider-dots,
main #topics .topics-wrap .auto-slider-dots {
    padding-top: 0;
  }
}
main #topics .topics-wrap .slider-dots button,
main #topics .topics-wrap .auto-slider-dots button {
  -webkit-transform: rotate(45deg);
  background: none;
  border: none;
  cursor: pointer;
  height: 1.3em;
  margin: 1em 1em 0;
  position: relative;
  transform: rotate(45deg);
  width: 1.3em;
}
main #topics .topics-wrap .slider-dots button::before,
main #topics .topics-wrap .auto-slider-dots button::before {
  -webkit-transform: translate(-50%, -50%);
  background: #6e5103;
  content: "";
  display: inline-block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
@media screen and (min-width:769px) {
  main #topics .topics-wrap .slider-dots button::before,
main #topics .topics-wrap .auto-slider-dots button::before {
    height: 100%;
    width: 100%;
  }
}
main #topics .topics-wrap .slider-dots button.current::before,
main #topics .topics-wrap .auto-slider-dots button.current::before {
  background: #c8a444;
}
main #topics .carousel-wrap {
  margin: 2em auto 6em;
}
@media screen and (min-width:769px) {
  main #topics .carousel-wrap {
    margin: 4em auto 10em;
  }
}
main #topics .carousel-wrap .carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0.3em;
  width: 49%;
}
@media screen and (min-width:769px) {
  main #topics .carousel-wrap .carousel-item {
    padding: 1em 1em;
    width: 25%;
  }
}
main #topics .carousel-wrap .carousel-item a {
  background: #e9e9e9;
  padding: 0.8em 0.8em;
}
@media screen and (min-width:769px) {
  main #topics .carousel-wrap .carousel-item a {
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    padding: 1em 1em;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  }
}
main #topics .carousel-wrap .carousel-item .carousel-img img {
  width: 100%;
}
main #topics .carousel-wrap .carousel-item .carousel-txt {
  font-size: 12px;
  line-height: 1.8;
  padding: 0 4px 10px;
}
@media screen and (min-width:769px) {
  main #topics .carousel-wrap .carousel-item .carousel-txt {
    font-size: calc(12px + ((16 - 12) * (100vw - 375px) / (1920 - 375)));
    padding: 10px 5px 20px;
  }
}
@media screen and (min-width:1920px) {
  main #topics .carousel-wrap .carousel-item .carousel-txt {
    font-size: 16px;
  }
}
main #topics .carousel-wrap ._slick-slider-prev-arrow {
  left: -15px;
  z-index: 1;
}
@media screen and (min-width:769px) {
  main #topics .carousel-wrap ._slick-slider-prev-arrow {
    left: -3.125vw;
  }
}
main #topics .carousel-wrap ._slick-slider-next-arrow {
  right: -15px;
}
@media screen and (min-width:769px) {
  main #topics .carousel-wrap ._slick-slider-next-arrow {
    right: -3.125vw;
  }
}
main #title-lineup {
  padding-top: 2em;
}
@media screen and (min-width:769px) {
  main #title-lineup {
    padding-top: 7em;
  }
}
@media screen and (min-width:1920px) {
  main #title-lineup {
    padding-top: 31px;
  }
}
main #title-lineup img {
  border: 1px solid #6e5103;
}
main #title-lineup .cat-txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #title-lineup .fixed-bnr {
    width: 82%;
  }
}
@media screen and (min-width:769px) {
  main #title-lineup .fixed-bnr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  main #title-lineup .fixed-bnr > p:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (min-width:769px) {
  main #title-lineup .fixed-bnr > p {
    width: 49.5%;
  }
}
main #title-lineup .slider-auto {
  margin: 4.933vw auto;
  position: relative;
}
@media screen and (min-width:769px) {
  main #title-lineup .slider-auto {
    margin-top: 2.933vw;
  }
  main #title-lineup .slider-auto::before, main #title-lineup .slider-auto::after {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 11.5%;
    z-index: 1;
  }
  main #title-lineup .slider-auto::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 80%, rgba(255, 255, 255, 0));
    left: 0;
  }
  main #title-lineup .slider-auto::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(80%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #fff 80%, rgba(255, 255, 255, 0));
    right: 0;
  }
}
main #title-lineup .slider-auto .slick-slide {
  padding: 0 2vw;
}
@media screen and (min-width:769px) {
  main #title-lineup .slider-auto .slick-slide {
    padding: 0 0.5vw;
  }
}
main #title-lineup .slider-auto .slick-slide img {
  width: 100%;
}
main #title-lineup ._slick-slider-prev-arrow {
  left: 68px;
  z-index: 1;
}
@media screen and (min-width:769px) {
  main #title-lineup ._slick-slider-prev-arrow {
    left: 7%;
  }
}
main #title-lineup ._slick-slider-next-arrow {
  right: 68px;
  z-index: 2;
}
@media screen and (min-width:769px) {
  main #title-lineup ._slick-slider-next-arrow {
    right: 7%;
  }
}
main #title-lineup a {
  display: block;
  position: relative;
}
main #title-lineup a.sale::before {
  background-image: url("../../assets/img/top/sale-ribbon.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.594vw;
  left: -1.615vw;
  position: absolute;
  top: -1.615vw;
  width: 14.115vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main #title-lineup a.sale::before {
    height: 7.333vw;
    left: -2.615vw;
    top: -2.615vw;
    width: 28.933vw;
  }
}
@media screen and (min-width:1920px) {
  main #title-lineup a.sale::before {
    height: 69px;
    left: -31px;
    top: -31px;
    width: 271px;
  }
}
main #ad-area {
  background: #e9e9e9;
  padding: 5em 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width:769px) {
  main #ad-area {
    padding: 6em;
  }
}
@media screen and (min-width: 1921px) {
  main #ad-area {
    margin-left: -100%;
    margin-right: -100%;
  }
}
main #ad-area ._inner {
  margin-top: 0;
}
main #ad-area .sns .sns-txt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 16px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 1.3em;
  padding: 0.5vw 0.5vw 0.5vw 0;
  position: relative;
}
@media screen and (min-width: 375px) {
  main #ad-area .sns .sns-txt {
    font-size: calc(16px + ((24 - 16) * (100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (min-width:1920px) {
  main #ad-area .sns .sns-txt {
    font-size: 24px;
  }
}
main #ad-area .sns .sns-txt::before {
  background-image: url("../../assets/img/common/icon_tw.png");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main #ad-area .sns .sns-txt span {
  display: inline-block;
  padding-left: 2em;
}
@media screen and (min-width:769px) {
  main #ad-area .sns .sns-txt span {
    padding-left: 2.5em;
  }
}
main #ad-area .sns.tw a {
  display: inline-block;
}
main #ad-area .series-site {
  margin: 5vw auto 0;
  width: 75vw;
}
@media screen and (min-width:769px) {
  main #ad-area .series-site {
    margin: 2vw auto 0;
    width: 25vw;
  }
}

@media screen and (max-width: 768px) {
  #synopsis .modal-wrap {
    margin-top: -3em;
  }
}
@media screen and (min-width:769px) {
  #synopsis .modal-wrap {
    padding-top: 0;
  }
}
@media screen and (min-width:1920px) {
  #synopsis .modal-wrap {
    margin-top: -37px;
  }
}

@media screen and (max-width: 768px) {
  #greeting .modal-wrap {
    overflow-y: hidden;
  }
}
@media screen and (min-width:769px) {
  #greeting .modal-wrap {
    padding-top: 0;
  }
}
@media screen and (min-width:1920px) {
  #greeting .modal-wrap {
    padding-bottom: 22px;
  }
}

.overlay .synopsis {
  color: #fff;
}
@media screen and (min-width:769px) {
  .overlay .synopsis {
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .overlay .synopsis .cat-ttl {
    margin-top: 30vw;
  }
}
.overlay .synopsis .cat-ttl img {
  max-width: 70%;
}
@media screen and (min-width:769px) {
  .overlay .synopsis .cat-ttl img {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .overlay .synopsis img {
    margin-bottom: 0;
  }
}
.overlay .synopsis .synopsis-lead {
  line-height: 1.7;
}
.overlay .synopsis .synopsis-lead .synopsis-txt {
  font-size: 3vw;
  line-height: 1.8;
  margin: 25px auto 0;
}
@media screen and (min-width:769px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt {
    font-size: 1.286vw;
    margin: 2.604vw auto 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1400px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt {
    font-size: 18px;
  }
}
@media screen and (min-width:1920px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt {
    font-size: 18px;
    margin: 50px auto 0;
  }
}
.overlay .synopsis .synopsis-lead .synopsis-txt.btm {
  border: 1px solid #bbb;
  padding: 3.067vw 5.867vw;
}
@media screen and (max-width: 768px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt.btm {
    margin-bottom: 15vw;
  }
}
@media screen and (min-width:769px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt.btm {
    padding: 0.677vw 1.406vw 1.198vw;
    width: 60%;
  }
}
@media screen and (min-width:1920px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt.btm {
    padding: 23px 27px;
  }
}
.overlay .synopsis .synopsis-lead .synopsis-txt.btm h3 {
  padding-bottom: 1em;
}
@media screen and (min-width:769px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt.btm .btm-left {
    width: 50%;
  }
}
.overlay .synopsis .synopsis-lead .synopsis-txt.btm .btm-right {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt.btm .btm-right {
    padding: 1em 0;
  }
}
@media screen and (min-width:769px) {
  .overlay .synopsis .synopsis-lead .synopsis-txt.btm .btm-right {
    padding-left: 1em;
    width: 50%;
  }
}
.overlay .greeting._inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .overlay .greeting._inner {
    margin-top: -6em;
  }
}
.overlay .greeting .greeting-lead {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overlay .greeting .greeting-lead {
    text-align: center;
  }
}
@media screen and (min-width:769px) {
  .overlay .greeting .greeting-lead {
    font-size: calc(6px + ((20 - 6) * (100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (min-width:1920px) {
  .overlay .greeting .greeting-lead {
    font-size: 20px;
    margin-top: 4em;
  }
}
.overlay .greeting .greeting-lead .greeting-txt-center {
  text-align: center;
}
.overlay .greeting .greeting-lead .greeting-txt-left {
  margin-top: 2em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .overlay .greeting .greeting-lead .greeting-txt-left {
    padding-right: 2em;
  }
}