@charset "UTF-8";
/********************************
*
* SP/PCの共通CSS
* PCのみのCSSは「style_pc.css」で対応
* 相対値は770px（または390px）を基準
*
*********************************/
/* common
------------------------------*/
html, body {
  position: relative;
  height: unset; /* common.cssの打ち消し */
  scroll-padding-top: min(15.3846vw, 72px);
  scroll-behavior: smooth;
}
body {
  background: #fe8d1d;
  color: #333;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5!important;
  text-align: left;
}
ul, li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 1;
}
.bgWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fe8d1d;
}
.bgWrapper * {
  box-sizing: border-box;
}
.bgWrapper img {
  width: 100%;
  max-width: 770px;
  height: auto;
  vertical-align: bottom;
  object-fit: contain;
}
.bgWrapper a {
  backface-visibility: hidden;
  transition: all .2s;
}
.bgWrapper a:hover {
  opacity: .7;
}
.bgWrapper .underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.bgWrapper .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.bgWrapper .small {
  font-size: 12px;
}
.bgWrapper .bold {
  font-weight: bold;
}
.bgWrapper .center {
  text-align: center;
}
.bgWrapper .left {
  text-align: left;
}
.bgWrapper .red {
  color: #d00;
}
.bgWrapper .pc_hidden {
  display: none;
}
.bgWrapper .sp_hidden {
  display: none;
}
/* layout
------------------------------*/
.centerWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: min(15.3846vw, 72px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fe8d1d;
  color: #333;
  font-size: 15px;
}
.container {
  width: 100%;
  max-width: 770px;
  margin: min(calc(48 / 770 * 100%), 28px) auto 0;
}
/* 横スクロール区切り線
------------------------------*/
.slash_line {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.slash_line .is-animate-slash {
  display: flex;
  animation: scroll-x 15s linear infinite;
}
.slash_line .is-animate-slash img {
  width: 50vw;
  max-width: 385px;
}
@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* header
------------------------------*/
#header_common {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 15.3846vw;
  max-height: 72px;
  background: #fff;
}
.header_area {
  position: relative;
}
.header_area .logo_bktk {
  flex: 1;
  min-width: 0;
  padding: 8px 0;
}
.header_area .logo_bktk a {
  display: block;
  height: 100%;
  text-align: left;
}
.header_area .logo_bktk img {
  width: auto;
  height: 100%;
}
.header_area .cmoatop {
  flex: 1;
  min-width: 0;
  padding: min(calc(12 / 390 * 100%), 12px);
}
.header_area .cmoatop a {
  display: block;
  height: 100%;
  text-align: right;
}
.header_area .cmoatop img {
  width: auto;
  height: 100%;
}
.menu_toggle {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: 15.3846vw;
  max-width: 60px;
  height: 15.3846vw;
  max-height: 72px;
  cursor: pointer;
}
.menu_toggle span {
  display: block;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 3px;
  transform: translate(-50%, -1px);
  transition: 0.3s ease-in-out;
  border-radius: 20px;
  background: #e85504;
}
.menu_toggle span:first-child {
  top: 36%;
}
.menu_toggle span:nth-child(2) {
  top: 50%;
}
.menu_toggle span:nth-child(3) {
  top: 64%;
}
.hiddenServiceMenu .menu_toggle span:first-child {
  top: 50%;
  transform: translate(-50%, -1px) rotate(40deg);
}
.hiddenServiceMenu .menu_toggle span:nth-child(2),
.hiddenServiceMenu .menu_toggle span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -1px) rotate(-40deg);
}
.hiddenServiceMenu .menu_block {
  display: block!important;
}
/* サービスメニュー用 */
.sideMenu2402 {
  position: fixed;
  z-index: 10000;
  top: min(15.3846vw, 72px);
  left: 0;
  width: 100%;
}
.otherMenu .menuServiceSubtitle.sns a img {
  width: auto;
  height: 25px;
}
.menu_block .sideLeftMenu {
  max-width: 480px;
}
/* アニメーション（fadein）
--------------------------------*/
.is-fadein {
  opacity: 0;
}
.is-fadein.animate_kv_inner,
.is-fadein.bktk1,
.is-fadein.is-shown,
.is-fadein.is-animate {
  animation: fadeIn .3s ease-in forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* アニメーション（fluffy）
--------------------------------*/
.is-shown .is-fluffy,
.is-animate .is-fluffy {
  animation: fluffy 1.5s infinite;
}
.bktk2.is-animate .is-fluffy {
  animation: fluffy-bktk2 1.5s infinite;
}
.bktk3.is-animate .is-fluffy {
  animation: fluffy-bktk3 1.5s infinite;
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8%);
  }
}
@keyframes fluffy-bktk2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6%);
  }
}
@keyframes fluffy-bktk3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4%);
  }
}
/* kv
--------------------------------*/
.kv_wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  overflow: hidden;
}
.kv_inner {
  filter: drop-shadow(0 10px 10px rgb(202 55 10 / 40%));
}
.animate_kv {
  position: relative;
  height: 88vh;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - min(180 / 770 * 100vw, 180px)),
    50% 100%,
    0 calc(100% - min(180 / 770 * 100vw, 180px))
  );
  background: #fe8d1d;
}
.animate_kv_inner {
  position: relative;
  width: 100%;
  max-width: 770px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 376px) {
  .animate_kv {
    height: 82vh;
  }
}
@media screen and (min-width: 481px) {
  .animate_kv {
    height: auto;
    aspect-ratio: 1 / 1.379;
  }
}
@media screen and (min-width: 771px) {
  .animate_kv {
    height: 1100px;
    aspect-ratio: unset;
  }
}
/* KVロゴ */
.animate_kv .kv_logo_wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(576 / 770 * 100%);
  max-width: 576px;
  max-height: 445px;
  padding-top: calc(445 / 770 * 100%);
  transform: translate(15.104%, 37.3033%);
}
.animate_kv .kv_logo_wrap_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animate_kv .kv_logo {
  position: absolute;
}
.animate_kv .kv_logo_1 {
  z-index: 2;
  top: 0;
  right: 0;
  width: calc(259 / 576 * 100%);
  max-width: 259px;
  transform: translate(0, 6.708%);
  transform-origin: bottom;
  animation: kv-logo1 .4s ease-out forwards;
}
.animate_kv .kv_logo_3 {
  z-index: 1;
  top: 0;
  right: 0;
  width: calc(210 / 576 * 100%);
  max-width: 210px;
  transform: translate(-11.4296%,147.1317%);
  animation: kv-logo3 .4s ease-out .1s forwards;
}
.animate_kv .kv_logo_2 {
  z-index: 3;
  bottom: 0;
  left: 0;
  width: calc(466 / 576 * 100%);
  max-width: 466px;
  transform: translate(18.4557%, 0);
  animation: kv-logo2 .4s ease-out .2s forwards;
}
.animate_kv .kv_logo_4 {
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(367 / 576 * 100%);
  max-width: 367px;
  transform: translate(0, 0);
  transform-origin: right;
  animation: kv-logo4 .46s ease-out .3s forwards;
}
/* アニメーション（KVロゴ） */
@keyframes kv-logo1 {
  0%, 100% {
    scale: 1;
  }
  60% {
    scale: 1.2;
  }
}
@keyframes kv-logo3 {
  0%, 100% {
    scale: 1;
  }
  60% {
    scale: 1.1;
  }
}
@keyframes kv-logo2 {
  0%, 100% {
    scale: 1;
  }
  60% {
    scale: 1.1;
  }
}
@keyframes kv-logo4 {
  0%, 100% {
    scale: 1;
  }
  60% {
    scale: 1.2;
  }
}
/* KVその他 */
.animate_kv .kv_parts {
  position: absolute;
}
.animate_kv .kv_parts img {
  max-width: inherit;
}
.animate_kv .kv_parts-bg {
  z-index: 0;
  top: 0;
  left: -50%;
  width: 100%;
  width: calc(1547 / 770 * 100%);
  max-width: 1547px;
  transform: translate(0, -23.8596%);
  animation: kv-bg .4s ease-in-out forwards;
}
.animate_kv .kv_parts-talent {
  position: relative;
  z-index: 3;
  top: 0;
  left: 50%;
  width: calc(908 / 770 * 100%);
  max-width: 908px;
  transform: translate(-50%, 80.471%);
  transition: all .4s;
  animation: kv-talent .5s ease-in .5s forwards;
  opacity: 0;
}
.animate_kv .kv_parts-talent::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -90%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fe8d1d 90%, transparent);
}
.animate_kv .kv_parts-text {
  z-index: 2;
  top: 0;
  left: 50%;
  width: calc(680 / 770 * 100%);
  max-width: 680px;
  transform: translate(-50%, 117.4603%);
}
.animate_kv .kv_parts-text img {
  width: calc(680 / 770 * 100vw);
  max-width: 680px;
}
.animate_kv .kv_text_wrap {
  width: 100%;
  overflow: hidden;
  animation: kv-textWrap .8s ease-out forwards;
}
@keyframes kv-bg {
  0% {
    scale: 0.8;
  }
  80% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}
@keyframes kv-talent {
  0% {
    top: 8%;
    opacity: 0;
  }
  60% {
    top: -2%;
    opacity: 100%;
  }
  100% {
    top: 0;
    opacity: 100%;
  }
}
@keyframes kv-textWrap {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes kv-logo {
  0%, 100% {
    scale: 1;
  }
  60% {
    scale: 1.2;
  }
}
/* bktk_area 共通
--------------------------------*/
.bktk_area {
  position: relative;
}
.bktk_area .bktk_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.is-animate .bktk_bg {
  animation: bktk-bg .5s ease-in-out forwards;
}
@keyframes bktk-bg {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 160%;
  }
}
/* bktk1_area
--------------------------------*/
.bktk_area.bktk1 {
  margin-top: calc(min(180 / 770 * 100vw + 20px, 200px) * -1);
  overflow: hidden;
}
.bktk_area.bktk1 .bktk_bg {
  background: #ffbc3b url("/auto/images/fix/bakutokusale/bktk1/bktk1_bg.png") no-repeat center center;
  background-size: 160%;
}
.bktk1_wrapper {
  position: relative;
  max-width: 770px;
  height: 100%;
  margin: 2vw auto 0;
}
.bktk1_title_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1.564;
}
.bktk1_chara {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bktk1_chara .bktk1_chara_parts.muzzle_bang {
  position: absolute;
  z-index: 1;
  top: 41.5%;
  left: 46.5%;
  width: calc(100 / 780 * 100%);
  max-width: 100px;
  opacity: 0;
}
.bktk1_chara .bktk1_chara_parts.aim {
  position: absolute;
  z-index: 0;
  top: 29%;
  left: 60%;
  width: calc(123 / 780 * 100%);
  max-width: 123px;
}
.bktk1_chara .bktk1_chara_parts.chara {
  position: absolute;
  z-index: 0;
  bottom: -1%;
  left: 6%;
  width: calc(696 / 780 * 100%);
  max-width: 696px;
}
.bktk1_books {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bktk1_books .bktk1_books_parts.book {
  position: absolute;
  z-index: 1;
  top: 0;
  width: calc(151 / 780 * 100%);
  max-width: 151px;
  opacity: 0;
}
.bktk1_books .bktk1_books_parts.bang {
  position: absolute;
  z-index: 0;
  top: 0;
  width: calc(154 / 780 * 100%);
  max-width: 154px;
  opacity: 0;
}
.bktk1_books .bktk1_books_parts.book1 {
  top: 31%;
  left: 4%;
}
.bktk1_books .bktk1_books_parts.bang1 {
  top: 40.5%;
  left: -2%;
}
.bktk1_books .bktk1_books_parts.book2 {
  top: 28%;
  right: 5%;
}
.bktk1_books .bktk1_books_parts.bang2 {
  top: 38%;
  right: -2%;
}
.bktk1_books .bktk1_books_parts.book3 {
  top: 55%;
  left: 5%;
}
.bktk1_books .bktk1_books_parts.bang3 {
  top: 64.5%;
  left: -1%;
}
.bktk1_books .bktk1_books_parts.book4 {
  top: 54%;
  right: 7%;
}
.bktk1_books .bktk1_books_parts.bang4 {
  top: 64%;
  right: 4%;
}
.bktk1_books .bktk1_books_parts.book5 {
  top: 57%;
  left: 40%;
}
.bktk1_books .bktk1_books_parts.bang5 {
  top: 52%;
  left: 34%;
}
.bktk1_title {
  position: absolute;
  z-index: 2;
  top: 7%;
  left: 0;
  width: 100%;
  height: 100%;
}
.bktk1_title .bktk1_title_parts.title {
  position: absolute;
  top: 0;
  left: 2%;
  width: calc(171 / 770 * 100%);
  max-width: 171px;
}
.bktk1_title .bktk1_title_parts.date {
  position: absolute;
  top: 0;
  right: 2%;
  width: calc(138 / 780 * 110%);
  max-width: 138px;
}
.bktk1_title .bktk1_title_parts.logo {
  position: absolute;
  left: 50%;
  width: calc(459 / 780 * 100%);
  max-width: 459px;
  transform: translate(-50%, 99%);
}
.bktk1_title .bktk1_title_parts.aim {
  position: absolute;
  z-index: 0;
  top: 22%;
  left: 60%;
  width: calc(123 / 780 * 100%);
  max-width: 123px;
}
.bktk1_text {
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 6%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 3%;
}
.bktk1_text .bktk1_text_parts.free {
  width: calc(509 / 780 * 100%);
  max-width: 509px;
}
.bktk1_text .bktk1_text_parts.off {
  width: calc(206 / 780 * 100%);
  max-width: 206px;
}
.bktk1_bottom {
  display: flex;
  position: absolute;
  z-index: 4;
  bottom: 1.6%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 3%;
}
.bktk1_bottom .copyright {
  color: #000;
  font-size: 10px;
}
.bktk1_bottom .btn_check {
  width: calc(470 / 770 * 40%);
  max-width: 470px;
}
.bktk1_bottom .btn_check img {
  vertical-align: middle;
}
.is-shown .bktk1_chara .bktk1_chara_parts {
  animation: bktk1-chara .3s ease-in-out forwards;
}
.is-shown .bktk1_chara .bktk1_chara_parts.muzzle_bang {
  animation: bktk1-muzzle_bang .3s linear .3s 5;
}
.is-shown .bktk1_books .bktk1_books_parts.book1,
.is-shown .bktk1_books .bktk1_books_parts.bang1 {
  animation: bktk1-books .3s ease-in-out .3s forwards;
}
.is-shown .bktk1_books .bktk1_books_parts.book2,
.is-shown .bktk1_books .bktk1_books_parts.bang2 {
  animation: bktk1-books .3s ease-in-out .6s forwards;
}
.is-shown .bktk1_books .bktk1_books_parts.book3,
.is-shown .bktk1_books .bktk1_books_parts.bang3 {
  animation: bktk1-books .3s ease-in-out .9s forwards;
}
.is-shown .bktk1_books .bktk1_books_parts.book4,
.is-shown .bktk1_books .bktk1_books_parts.bang4 {
  animation: bktk1-books .3s ease-in-out 1.2s forwards;
}
.is-shown .bktk1_books .bktk1_books_parts.book5,
.is-shown .bktk1_books .bktk1_books_parts.bang5 {
  animation: bktk1-books .3s ease-in-out 1.5s forwards;
}
.is-shown .bktk1_text_parts.free,
.is-shown .bktk1_text_parts.off,
.is-shown .bktk1_bottom {
  transform: translateY(12px);
  animation: bktk1-fadeIn .3s ease-in-out .3s forwards;
  opacity: 0;
}
@keyframes bktk1-chara {
  0% {
    scale: 0.7;
  }
  100% {
    scale: 1;
  }
}
@keyframes bktk1-muzzle_bang {
  0% {
    scale: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes bktk1-books {
  0% {
    scale: 0;
  }
  80% {
    opacity: 1;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes bktk1-fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* bktk2_area
--------------------------------*/
.bktk_area.bktk2 {
  position: relative;
  padding: min(calc(40 / 770 * 100%), 40px) 0 min(calc(48 / 770 * 100%), 48px);
  overflow: hidden;
}
.bktk_area.bktk2 .bktk_bg {
  background: #fe8d1d url("/auto/images/fix/bakutokusale/bktk2/bktk2_bg.png") no-repeat center center;
}
.bktk2_wrapper {
  display: block;
  position: relative;
  max-width: 770px;
  height: 100%;
  margin: 0 auto;
}
.bktk2_heading_wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.bktk2_heading_wrap a {
  display: block;
}
.bktk2_heading_wrap .heading_parts {
  position: relative;
}
.bktk2_heading_wrap .heading_parts-title {
  width: calc(193 / 770 * 100%);
  max-width: 193px;
}
.bktk2_heading_wrap .heading_parts-text {
  width: calc(528 / 770 * 100%);
  max-width: 528px;
}
.bktk2_title_wrap a {
  display: block;
  position: relative;
  margin: calc(20 / 770 * 100%) auto 0;
}
.bktk2_title_wrap .bktk2_title .title_date {
  position: absolute;
  top: calc(32 / 770 * 100%);
  right: 0;
}
.bktk_area.bktk2 .bktk2_title.title1 {
  transform: translateX(100%);
}
.bktk_area.bktk2 .bktk2_title.title2 {
  transform: translateX(-100%);
}
.bktk_area.bktk2.is-animate .bktk2_title.title1 {
  animation: bktk2-title-slidein-right .75s ease-out forwards;
}
.bktk_area.bktk2.is-animate .bktk2_title.title2 {
  animation: bktk2-title-slidein-left .75s ease-out .75s forwards;
}
.bktk_area.bktk2 .title_bottom {
  display: flex;
  justify-content: space-between;
  margin: 4px 4% 0;
}
.bktk_area.bktk2 .copyright {
  max-width: 60%;
  color: #000;
  font-size: 10px;
  line-height: 1;
  word-break: break-all;
}
.bktk_area.bktk2 .btn_check {
  width: calc(470 / 770 * 40%);
  max-width: 470px;
}
.bktk_area.bktk2 .btn_check img {
  display: block;
  vertical-align: top;
}
.bktk_area.bktk2 .bktk2_btn_free {
  display: block;
  width: calc(519 / 770 * 100%);
  max-width: 519px;
  margin: calc(48 / 770 * 100%) auto 0;
}
.bktk_area.bktk2.is-animate .title_bottom,
.bktk_area.bktk2.is-animate .bktk2_btn_free img {
  transform: translateY(12px);
  animation: bktk2-title-fadeIn .3s ease-out 1.5s forwards;
  opacity: 0;
}
.bktk_area.bktk2.is-animate .bktk2_btn_free {
  animation: bktk2-zoomInout 1.8s infinite;
}
@keyframes bktk2-title-slidein-right {
  100% {
    transform: translateX(0);
  }
}
@keyframes bktk2-title-slidein-left {
  100% {
    transform: translateX(0);
  }
}
@keyframes bktk2-title-fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bktk2-zoomInout {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.06;
  }
}
/* bktk3_area
--------------------------------*/
.bktk_area.bktk3 {
  position: relative;
  padding: 0 0 min(calc(144 / 770 * 100%), 144px);
  overflow: hidden;
}
.bktk_area.bktk3 .bktk_bg {
  background: #ffbc3b url("/auto/images/fix/bakutokusale/bktk1/bktk1_bg.png") no-repeat center center;
}
.bktk_area.bktk3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: min(calc(100 / 770 * 120%), 100px);
  background: linear-gradient(to top, #fe8d1d, transparent);
}
.bktk3_wrapper {
  max-width: 770px;
  height: 100%;
  margin: 0 auto;
}
.bktk3_wrapper .bktk3_inner {
  display: block;
  position: relative;
  padding: calc(64 / 770 * 100%) 0 calc(16 / 770 * 100%);
}
.bktk3_wrapper .bktk_parts {
  display: inline-block;
  position: relative;
}
.bktk3_wrapper .heading_parts-title {
  z-index: 1;
  width: calc(193 / 770 * 100%);
  max-width: 193px;
  transform: translate(10.7526%, 0);
}
.bktk3_wrapper .heading_parts-text {
  z-index: 2;
  left: 50%;
  width: calc(681 / 770 * 100%);
  max-width: 681px;
  transform: translate(-50%, -21.526%);
}
.bktk3_wrapper .bktk3_parts-50off {
  z-index: 4;
  left: 50%;
  width: calc(685 / 770 * 100%);
  max-width: 685px;
  transform: translate(-50%, 0);
}
.bktk3_wrapper .bktk3_parts-date {
  z-index: 3;
  left: 50%;
  margin-top: 3%;
  transform: translate(-50%, 0);
}
.bktk3_wrapper .btn_check {
  position: relative;
  width: calc(470 / 770 * 40%);
  max-width: 470px;
  margin: calc(12 / 770 * 100%) 4% 0 auto;
}
/* bnr_area
--------------------------------*/
.bnr_area {
  position: relative;
  max-width: 770px;
  margin: calc(76 / 770 * -100%) auto 0;
}
.bnr_area_wrapper {
  position: relative;
  z-index: 0;
  padding-top: calc(300 / 770 * 100%);
}
.bnr_area_talent {
  position: absolute;
  z-index: -1;
  top: 0;
}
.bnr_area_talent img {
  width: calc(779 / 770 * 100%);
  max-width: 779px;
}
.bnr_area_inner {
  margin: 0 calc(28 / 770 * 100%) 0;
  padding: min(calc(32 / 770 * 100vw), 32px) min(calc(24 / 770 * 100vw), 24px) min(calc(48 / 770 * 100vw), 48px);
  border: 2px solid #ea5505;
  border-radius: min(calc(40 / 770 * 100vw), 40px);
  background: #ffdb9d;
  box-shadow: 4px 6px #ea5505;
  text-align: center;
}
.bnr_area_inner .bnr_links > li {
  padding-top: min(calc(8 / 320 * 100vw), 16px);
}
.bnr_area_inner .bnr_links > li a {
  display: block;
}
.bnr_area_inner .bnr_links > li a img {
  box-shadow: 0 0 6px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .06);
}
.btn_poikatsu {
  display: block;
  margin: calc(40 / 770 * 100%) calc(28 / 770 * 100%) 0;
  text-align: center;
}
.btn_poikatsu img {
  max-width: 600px;
}
/* アニメーション */
.is-animate .bnr_area_talent {
  animation: bnr-talent .3s ease-in-out forwards
}
@keyframes bnr-talent {
  0% {
    top: min(calc(40 / 770 * 100vw), 40px);
  }
  100% {
    top: 0;
  }
}
/* 終了後 */
.bnr_area_wrapper.end_flg {
  padding-top: calc(100 / 770 * 100%);
}
/* term_area
--------------------------------*/
.term_text {
  margin: 0 calc(28 / 770 * 100%) 0;
  padding: 8px;
  background: #fff;
  font-size: 14px;
}
/* Youtube
--------------------------------*/
.cm_wrapper {
  display: block;
  margin: calc(28 / 770 * 100%);
  border: solid #ddd 1px;
}
/* footer
--------------------------------*/
.footer_area {
  position: relative;
  width: 100vw;
  margin: min(calc(88 / 770 * 100%), 88px) auto 0;
  padding-bottom: calc(48 / 770 * 100%);
  background: #feaf61;
  text-align: center;
}
.footer_area.no_login::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: min(calc(72 / 320 * 100vw), 72px);
  background: #feaf61;
}
.footer_wrapper {
  background: url("/auto/images/fix/bakutokusale/common/footer_bg.png") repeat-x center bottom / auto 100%;
}
.footer_inner {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 calc(28 / 770 * 100%);
}
.footer_area .copyright {
  display: block;
  margin: 2em auto 0;
  font-size: 12px;
}
.footer_logo {
  display: block;
  width: calc(268 / 770 * 100%);
  max-width: 268px;
  margin: auto;
  cursor: pointer;
}
.footer_area .br_crumb {
  margin: 2em auto 0;
  font-size: 12px;
  text-align: left;
}
.footer_area .br_crumb a {
  text-decoration: underline;
}
.footer_area .br_crumb span:not(:last-child)::after {
  content: ">";
  display: inline-block;
  padding: 0 0 0 4px;
}
/* 追従ボタン
------------------------------*/
.btn_more_cp {
  position: fixed;
  z-index: 999;
  top: 80vh;
  right: 2%;
  width: calc(100 / 390 * 100%);
  max-width: 218px;
  transform: translateY(-50%);
  transition: all .5s;
  opacity: 1;
  cursor: pointer;
}
.btn_more_cp a {
  display: block;
}
.btn_more_cp.is-hidden {
  visibility: hidden;
  opacity: 0;
}
/* 非会員追従バナー
------------------------------*/
.floatingRegistBnr {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 -1px 10px -4px rgb(153 153 153 / 60%);
}
.floatingRegistBtn {
  max-width: 480px;
  margin: auto;
  padding: 0 8px 8px;
  text-align: center;
}
.floatingRegistBtn a {
  display: block;
  margin-top: -3.333%;
}
.floatingRegistBtn img {
  width: 100%;
  max-width: 358px;
  height: auto;
}
