#banner .bnr__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* clearfix */
/* Reset Style */
html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

@font-face {
  font-family: "Noto-jp";
  font-weight: 400;
  src: url("/comic/assets/fonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto-jp";
  font-weight: 700;
  src: url("/comic/assets/fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto-jp";
  font-weight: 900;
  src: url("/comic/assets/fonts/NotoSansJP/NotoSansJP-Black.otf") format("opentype");
}
.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

/*==============================
   global
==============================*/
html {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
}

html:first-child body, body {
  font-family: "Noto-jp", Meiryo,Hiragino Kaku Gothic Pro,MS PGothic,Osaka,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
}

* {
  box-sizing: border-box;
  font-family: "Noto-jp", Meiryo,Hiragino Kaku Gothic Pro,MS PGothic,Osaka,Arial,Helvetica,sans-serif;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

br.sp-none {
  display: inline;
}
@media screen and (max-width: 767px) {
  br.sp-none {
    display: none;
  }
}

br.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  br.pc-none {
    display: inline;
  }
}

.guard {
  pointer-events: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

img.object-fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

img.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*  parts
------------------------------------*/
/*** section ***/
section {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 60px;
  }
}

p {
  margin: 0;
}

.section__inner {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 0 auto;
}

.section__title {
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px #ddd solid;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 5.33333vw;
    padding-bottom: 10px;
  }
}

.section__wrap {
  margin-top: 40px;
}

.section__lead {
  margin-top: 40px;
  text-align: left;
  line-height: 1.8;
}
.section__lead p {
  margin-top: 10px;
}
.section__lead p:first-of-type {
  margin-top: 0;
}

.section__article {
  padding: 40px;
  background-color: #eee;
}
.section__article h4 {
  font-size: 18px;
  font-weight: bold;
  color: #b60081;
}
.section__article p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section__article {
    padding: 30px 20px;
  }
}

.section__content {
  margin-top: 60px;
  text-align: left;
}
.section__content h4 {
  font-size: 18px;
  font-weight: bold;
}
.section__content .lead {
  line-height: 1.8;
  margin-top: 20px;
}
.section__content p {
  margin-top: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section__content {
    margin-top: 40px;
  }
  .section__content h4 {
    font-size: 16px;
  }
}

/*** btn ***/
.round-btn {
  display: block;
  font-size: 14px;
  height: 50px;
  padding: 0px 40px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.round-btn:hover {
  opacity: 0.8;
}
.round-btn.black {
  background-color: #000;
}
.round-btn.purple {
  background-color: #b60081;
}
.round-btn.orange {
  background-color: #ee702c;
}
.round-btn.white {
  background-color: #fff;
  border: 1px #333 solid;
  color: #333;
}
.round-btn.small {
  font-size: 13px;
  height: auto;
  padding: 0 40px;
  line-height: 40px;
}

.arrow-btn {
  position: relative;
}
.arrow-btn:after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}
.arrow-btn.white:after {
  border-top-color: #b60081;
  border-right-color: #b60081;
}

.bold {
  font-weight: bold;
}

.caption {
  display: block;
  font-size: 13px;
  color: #777;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 3px;
}

.list_disc {
  margin-top: 20px;
  text-align: left;
  margin-left: 0.5em;
}
.list_disc li {
  list-style: disc;
  margin-left: 1em;
  line-height: 1.5;
  margin-top: 10px;
}
.list_disc li:first-of-type {
  margin-top: 0;
}

.list_number {
  margin-top: 20px;
  text-align: left;
  margin-left: 0.5em;
}
.list_number li {
  list-style: decimal;
  margin-left: 1em;
  line-height: 1.5;
  margin-top: 10px;
}
.list_number li:first-of-type {
  margin-top: 0;
}

/**  table  **/
table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  border: 1px #888 solid;
  padding: 10px;
  line-height: 1.5;
}
table thead th {
  text-align: center;
  font-weight: bold;
  background-color: #888;
  color: #fff;
}
table tbody th {
  width: 240px;
  font-weight: normal;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  table th, table td {
    padding: 10px;
    display: block;
    width: 100%;
  }
  table tbody tr:last-of-type {
    border-bottom: 1px #333 solid;
  }
  table tbody th {
    width: 100%;
    border-bottom: 0;
    text-align: center;
  }
  table tbody td {
    border-top: 0;
    border-bottom: 0;
  }
}

/*  wrapper
------------------------------------*/
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

/*  header
------------------------------------*/
header {
  width: 100%;
  background-color: #000;
}
header .header_top {
  width: 100%;
  height: 90px;
}
header .header_inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 950px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
header .logo {
  width: 400px;
  height: 48px;
  padding-top: 0px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/comic/assets/images/common/logo.png") no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
}
header .header_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
header .header_btns a {
  display: block;
  text-decoration: none;
  color: #fff;
}
header a.btn_beginner {
  margin-right: 30px;
}
header a.btn_beginner p {
  line-height: 28px;
  padding-left: 30px;
  background: url("/comic/assets/images/common/icon_beginner.png") left 2px no-repeat;
  background-size: 24px 24px;
}
header a.btn_beginner:hover {
  opacity: 0.7;
}
header .btn_regist {
  background-color: #ee702c;
}
header .globalmenu {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header_top {
    width: 100%;
    height: 50px;
  }
  header .header_inner {
    width: 100%;
  }
  header .logo {
    width: 128px;
    height: 16px;
    margin-left: 20px;
  }
  header .logo a {
    height: 100%;
    background-size: contain;
  }
  header .header_btns {
    display: none;
  }
}

/**  sp menu  **/
@media screen and (max-width: 767px) {
  header .header_nav {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 2;
  }
  header .header_nav .btn_menu, header .header_nav .btn_close_menu {
    position: absolute;
    right: 0;
    top: -50px;
  }
  header .header_nav .btn_menu a, header .header_nav .btn_close_menu a {
    display: block;
    width: 75px;
    height: 50px;
    background-color: #2f2b26;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header_nav .btn_menu a {
    background-image: url("/comic/assets/images/common/btn_menu.png");
  }
  header .header_nav .btn_close_menu {
    display: none;
  }
  header .header_nav .btn_close_menu a {
    background-image: url("/comic/assets/images/common/btn_close_menu.png");
  }
  header .header_nav.open .btn_menu {
    display: none;
  }
  header .header_nav.open .btn_close_menu {
    display: block;
  }
  header .header_nav .globalmenu {
    display: none;
    width: 100%;
    background: #222222;
  }
  header .header_nav .globalmenu a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 59px;
    color: #fff;
  }
  header .header_nav .globalmenu li {
    width: 100%;
    border-top: 1px solid #595551;
  }
}
/*  contents
------------------------------------*/
#contents {
  width: 100%;
}
#contents a {
  text-decoration: none;
}

/*  banner
------------------------------------*/
#banner {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 140px;
  overflow: visible;
}
#banner .banner__inner {
  width: 100%;
  height: 100%;
  background: url("/comic/assets/images/common/bnr_bg.jpg") center center no-repeat;
  background-size: cover;
}
#banner .banner__wrap {
  position: relative;
  width: calc(100% - 40px);
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
}
#banner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#banner a:hover .bnr__btn {
  opacity: 0.8;
}
#banner .bnr__illust {
  position: absolute;
  bottom: 0;
  left: calc(50 / 950 * 100%);
  width: 256px;
  height: auto;
}
#banner .bnr__txt {
  width: calc(450 / 950 * 100%);
  height: calc(100 / 950 * 100vw);
  max-width: 450px;
  max-height: 100px;
}
#banner .bnr__btn {
  position: absolute;
  right: calc(40 / 950 * 100%);
  top: 50%;
  margin-top: -25px;
  width: calc(200 / 950 * 100vw);
  max-width: 200px;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  #banner {
    height: 180px;
    margin-top: 100px;
  }
  #banner .banner__wrap {
    width: 100%;
    max-width: 950px;
    height: 100%;
    margin: 0 auto;
  }
  #banner .bnr__illust {
    position: absolute;
    bottom: 0;
    left: calc(10 / 750 * 100vw);
    width: 165px;
    height: auto;
  }
  #banner .bnr__txt {
    right: 25px;
    top: 20px;
    left: auto;
    bottom: auto;
    width: 210px;
    height: 78px;
    max-width: 210px;
    max-height: 78px;
  }
  #banner .bnr__btn {
    position: absolute;
    right: 25px;
    top: auto;
    bottom: 20px;
    margin-top: 0;
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    min-width: calc(100% - 50px);
  }
}

/*  pagetop
------------------------------------*/
.btn_pagetop {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  background: #999999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.btn_pagetop:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin: -4px 0 0 -4px;
}
.btn_pagetop.hide {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .btn_pagetop {
    right: 0px;
  }
  .btn_pagetop:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: -3px 0 0 -3px;
  }
}

/*  footer
------------------------------------*/
#footer_contents {
  background: #000;
  border-top: none;
}

#footer_contents .footer_section04 ul li {
  margin-right: 20px;
  padding-left: 0px;
  background: transparent;
}

#footer_contents .footer_section04 ul li:last-child {
  margin-right: 0;
}

#footer_contents .footer_section04 ul li a:link, #footer_contents .footer_section04 ul li a:visited {
  text-decoration: none !important;
}

#footer_contents .footer_section04 ul li a:hover {
  text-decoration: underline !important;
}

#footer_contents .footer_section04 address {
  color: #d4cabd;
  font-size: 10px;
  line-height: 1.4;
}

#footer_contents .footer_section04 {
  background-color: transparent;
  width: calc(100% - 40px);
  max-width: 950px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#footer_contents .footer_section04 ul {
  width: auto;
  margin: 0 auto;
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer_contents .footer_section04 ul li {
  margin-right: 15px;
}
#footer_contents .footer_section04 address {
  display: block;
  text-align: right;
  width: auto;
  float: none;
  color: #d4cabd;
  font-size: 10px;
}
#footer_contents .footer_section04 address p {
  margin-top: 10px;
}
#footer_contents .footer__logo {
  height: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer_contents .footer_section04 {
    width: 100%;
    height: auto !important;
    padding: 30px 20px 10px;
    display: block;
  }
  #footer_contents .footer_section04 ul {
    display: block;
    width: 100%;
  }
  #footer_contents .footer_section04 ul li {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
  #footer_contents .footer_section04 ul li:first-of-type {
    margin-top: 0;
  }
  #footer_contents .footer_section04 address {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #footer_contents .footer_section04 {
    display: block;
  }
  #footer_contents .footer_section04 ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #footer_contents .footer_section04 address {
    margin-top: 20px;
    text-align: center;
  }
}

/*  thumbnail
------------------------------------*/
.thumb__container {
  margin: 40px 0 0;
}
.thumb__inner {
  width: 100%;
}
.thumb__inner ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.thumb__inner li {
  width: calc((100% - 4px - (5% * 3)) / 4);
  margin-right: 5%;
  margin-top: 40px;
}
.thumb__inner li:nth-of-type(4n) {
  margin-right: 0;
}
/*
.thumb__inner li:nth-of-type(-n+4) {
  margin-top: 0;
}
*/
@media screen and (max-width: 767px) {
  .thumb__container {
    margin: 20px 0 0;
  }
  .thumb__inner ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .thumb__inner li {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
    margin-top: 40px;
  }
  .thumb__inner li:nth-of-type(2n) {
    margin-right: 0;
  }
/*  
  .thumb__inner li:nth-of-type(-n+4) {
    margin-top: 40px;
  }
  .thumb__inner li:nth-of-type(-n+2) {
    margin-top: 0;
  }
*/
}

/** thumb__box **/
.thumb__box {
  position: relative;
}
.thumb__box.new::before {
  position: absolute;
  content: "";
  background: url(/comic/assets/images/common/icon_new.png) no-repeat bottom left;
  background-size: contain;
  width: calc(70/200 * 100%);
  height: 43px;
  top: -35px;
  left: -20px;
  z-index: 2;
}
.thumb__box.update::before {
  position: absolute;
  content: "";
  background: url(/comic/assets/images/common/icon_update.png) no-repeat bottom left;
  background-size: contain;
  width: calc(104/200 * 100%);
  height: 43px;
  top: -35px;
  left: -20px;
  z-index: 2;
}
.thumb__box a {
  display: block;
  color: #333;
}
.thumb__box a:hover {
  opacity: 0.7;
}
.thumb__box img {
  pointer-events: none;
}
.thumb__box .thumb__img {
  border: 1px #ddd solid;
}
.thumb__box .thumb__title {
  color: #fff;
  line-height: 30px;
  background-color: #333;
}
.thumb__box .thumb__description {
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
}
.thumb__box .thumb__description.txt-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thumb__box.new::before,
  .thumb__box.update::before  {
    left: -15px;
  }
}

/*  title
---------------------------*/
#title {
  margin-top: 0;
  background-color: #f9f6c7;
  width: 100%;
  height: 200px;
}
#title .title__inner {
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#title h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
#title .h2__sub {
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #title {
    height: 160px;
  }
  #title .title__inner {
    max-width: 100%;
  }
  #title h2 {
    font-size: 28px;
  }
  #title .h2__sub {
    font-size: 16px;
  }
}

/*  headline
-----------------------------------------------------*/
#headline {
  margin-top: 80px;
}
#headline h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
#headline h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #headline {
    margin-top: 40px;
  }
  #headline h2 {
    font-size: 7.73333vw;
  }
  #headline h3 {
    font-size: 20px;
  }
}

/*  #mv
-----------------------------------------------------*/
#mv {
  margin-top: 0;
  width: 100%;
  height: 400px;
}
#mv .mv__inner {
  width: 100%;
  height: 100%;
  background: url("/comic/assets/images/common/bnr_bg.jpg") center center no-repeat;
  background-size: cover;
}
#mv .mv__wrap {
  position: relative;
  width: calc(100% - 40px);
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
}
#mv a {
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#mv a:hover .mv__btn {
  opacity: 0.8;
}
#mv .mv__illust1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 370px;
  height: auto;
}
#mv .mv__illust2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  height: auto;
}
#mv .mv__txt {
  width: calc(450 / 950 * 100%);
  height: calc(100 / 950 * 100vw);
  max-width: 450px;
  max-height: 100px;
}
#mv .mv__btn {
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 78.66667vw;
  }
  #mv .mv__wrap {
    width: calc(100% - 20px);
  }
  #mv a {
    display: block;
  }
  #mv .mv__illust1 {
    width: 50.66667vw;
    left: 2.66667vw;
  }
  #mv .mv__illust2 {
    width: 29.6vw;
  }
  #mv .mv__txt {
    position: absolute;
    width: 76vw;
    height: auto;
    top: 20px;
    left: 10px;
    bottom: auto;
    right: auto;
    margin: 0;
  }
  #mv .mv__btn {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: 0;
    width: calc(100% - 40px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
