@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #f69;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: underline;
  }
}

ul,
ol,
li {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/*
@include m.m('pc') {}
@include m.m('sp') {}

PCのとき
f.vw(966,1366)

SPのとき
f.vw(300,375)

%にしたいとき
p.vw(x,y) //x=モノのサイズ、y=基準値
*/
/*----------------------------------------
** super-sentai-friends.com
** donbrothers
----------------------------------------*/
main {
  padding: 78px 0;
}
@media screen and (max-width: 768px) {
  main {
    padding: 63px 0;
  }
}

.page-donbrothers {
  background-color: #b70101;
  background-image: url(../img/donbrothers/bg_kumo_pc.png), url(../img/donbrothers/donboro_bg.png);
  background-position: center top, left top;
  background-repeat: repeat-y, repeat;
  background-size: 100% auto, 750px auto;
}
@media screen and (max-width: 768px) {
  .page-donbrothers {
    background-image: url(../img/donbrothers/bg_kumo_sp.png), url(../img/donbrothers/donboro_bg.png);
  }
}

.donbrothers-wrap {
  width: 1000px;
  margin: 70px auto 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .donbrothers-wrap {
    width: 88%;
    margin: 12% auto 0 auto;
  }
}
.donbrothers-wrap .donbrothers-page-ttl {
  text-align: center;
  margin: 0 0 85px 0;
}
@media screen and (max-width: 768px) {
  .donbrothers-wrap .donbrothers-page-ttl {
    text-align: center;
    margin: 0 0 8.8% 0;
  }
}
.donbrothers-wrap .donbrothers-page-ttl img {
  max-width: inherit;
  width: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .donbrothers-wrap .donbrothers-page-ttl img {
    max-width: inherit;
    width: auto;
    height: 35px;
  }
}

.don-container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 77px 0;
  padding: 0 0 110px 0;
}
@media screen and (max-width: 768px) {
  .don-container {
    margin: 0 0 38px 0;
    padding: 0 0 55px 0;
  }
}
.don-container .don-logo {
  width: 670px;
  margin: -112px auto 55px auto;
}
@media screen and (max-width: 768px) {
  .don-container .don-logo {
    width: 80vw;
    margin: -9% auto 5% auto;
  }
}
.don-container .don-info {
  width: 800px;
  margin: 0 auto 70px auto;
  padding: 48px 30px 30px 30px;
  border: 5px solid #000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .don-container .don-info {
    width: 80vw;
    padding: 5.8666666667vw 3.4666666667vw 5.8666666667vw 3.4666666667vw;
  }
}
.don-container .don-info .don-info-item.don-onair {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
}
.don-container .don-info .don-info-item.don-onair .don-onair_tx {
  width: 392px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  .don-container .don-info .don-info-item.don-onair .don-onair_tx {
    width: 100%;
  }
}
.don-container .don-info .don-info-item .don-stream-tx {
  width: 173px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .don-container .don-info .don-info-item .don-stream-tx {
    width: 31.4666666667vw;
  }
}
.don-container .don-info .don-info-item .stream-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .don-container .don-info .don-info-item .stream-list {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.don-container .don-info .don-info-item .stream-list .stream-item {
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .don-container .don-info .don-info-item .stream-list .stream-item {
    padding: 0;
    margin-bottom: 5.6vw;
  }
  .don-container .don-info .don-info-item .stream-list .stream-item:last-of-type {
    margin-bottom: 0;
  }
}
.don-container .don-info .don-info-item .stream-list .stream-item .stream-link {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px 0 28px;
  background-image: url(../img/donbrothers/ic-don-link.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #df040b;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .don-container .don-info .don-info-item .stream-list .stream-item .stream-link:hover {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .don-container .don-info .don-info-item .stream-list .stream-item .stream-link {
    width: 100%;
    padding: 0 0 0 28px;
    margin: 0 0 6% 0;
    font-size: 5.3333333333vw;
    padding: 0 5px 0 9.4333333333vw;
  }
  .don-container .don-info .don-info-item .stream-list .stream-item .stream-link:active {
    color: #000;
  }
}
.don-container .don-info .don-info-txt {
  font-size: 1.0980966325vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .don-container .don-info .don-info-txt {
    font-size: 4vw;
    text-align: left;
    line-height: 1.5;
  }
}
.don-container .don-next {
  width: 800px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  .don-container .don-next {
    width: 80vw;
  }
}
.don-container .don-next .don-next-ttl {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .don-container .don-next .don-next-ttl {
    margin-bottom: 4.5333333333vw;
  }
}
.don-container .don-next .don-next-pic {
  width: 700px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  .don-container .don-next .don-next-pic {
    width: 80vw;
  }
}
.don-container .donbrothers-gear {
  width: 800px;
  margin: 85px auto 0 auto;
  padding-top: 85px;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .don-container .donbrothers-gear {
    width: 80vw;
    margin-top: 11.2vw;
    padding-top: 11.2vw;
  }
}
.don-container .donbrothers-gear .don-gear-intro {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .don-container .donbrothers-gear .don-gear-intro {
    margin-bottom: 6.1333333333vw;
  }
}
.don-container .donbrothers-gear .don-gear-lead {
  font-size: 1.1713030747vw;
  line-height: 2.5;
  margin-bottom: 58px;
  padding-bottom: 58px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .don-container .donbrothers-gear .don-gear-lead {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-bottom: 10.6666666667vw;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.don-container .donbrothers-gear .don-link-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .don-container .donbrothers-gear .don-link-list {
    display: block;
  }
}
.don-container .donbrothers-gear .don-link-list .don-link-item {
  padding: 0 1em 0 0;
}
@media screen and (max-width: 768px) {
  .don-container .donbrothers-gear .don-link-list .don-link-item {
    padding: 0;
    margin-bottom: 6.4vw;
  }
  .don-container .donbrothers-gear .don-link-list .don-link-item:last-of-type {
    margin-bottom: 0;
  }
}
.don-container .donbrothers-gear .don-link-list .don-link-item:last-of-type {
  padding-right: 0;
}
.don-container .donbrothers-gear .don-link-list .don-link-item .don-link-bt {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px 0 28px;
  background-image: url(../img/donbrothers/ic-don-link.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #df040b;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .don-container .donbrothers-gear .don-link-list .don-link-item .don-link-bt:hover {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .don-container .donbrothers-gear .don-link-list .don-link-item .don-link-bt {
    font-size: 4.2666666667vw;
    width: 100%;
    padding: 0 0 0 7.4666666667vw;
  }
  .don-container .donbrothers-gear .don-link-list .don-link-item .don-link-bt:active {
    color: #000;
  }
}

/* ギア一覧 */
.don-gear-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .don-gear-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
}
.don-gear-list .don-gear-item {
  width: 20%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .don-gear-list .don-gear-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.don-gear-list .don-gear-item .don-gear-link {
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .don-gear-list .don-gear-item .don-gear-link:hover {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  }
}
@media screen and (max-width: 768px) {
  .don-gear-list .don-gear-item .don-gear-link:active {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  }
}

.don-gear-wrap {
  width: 800px;
  margin: 70px auto 0 auto;
  padding-top: 70px;
  border-top: 1px solid #C3C3C3;
}
@media screen and (max-width: 768px) {
  .don-gear-wrap {
    width: 80vw;
    margin-top: 11.2vw;
    padding-top: 11.2vw;
  }
}

.don-article {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin: 0 0 77px 0;
  padding: 0 0 110px 0;
}
@media screen and (max-width: 768px) {
  .don-article {
    margin: 0 0 38px 0;
    padding: 0 0 55px 0;
  }
}
.don-article .don-article-ttl {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 13px 33px;
  margin: 0 0 77px 0;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-ttl {
    font-size: 20px;
    padding: 13px 6%;
    margin: 0 0 42px 0;
  }
}
.don-article .don-article-ttl img {
  width: 20.6442166911vw;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-ttl img {
    width: 57.0666666667vw;
  }
}
.don-article .don-article-body .don-current-gear {
  width: 800px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-current-gear {
    width: 80vw;
    margin-bottom: 6.9333333333vw;
    padding-bottom: 6.9333333333vw;
  }
}
.don-article .don-article-body .don-current-gear .don-gear-pic {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-current-gear .don-gear-pic {
    margin-bottom: 4.5333333333vw;
  }
}
.don-article .don-article-body .don-current-gear .don-gear-cat {
  display: flex;
  align-items: center;
  font-size: 1.0980966325vw;
  margin-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-current-gear .don-gear-cat {
    font-size: 3.4666666667vw;
    margin-bottom: 10.1333333333vw;
  }
}
.don-article .don-article-body .don-current-gear .don-gear-cat .gear-cat-type {
  font-weight: 700;
}
.don-article .don-article-body .don-current-gear .don-gear-cat .gear-cat-name {
  font-weight: 700;
  display: inline-block;
  padding: 0.5856515373vw 3.2210834553vw 0.439238653vw 3.2210834553vw;
  margin-left: 10px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-current-gear .don-gear-cat .gear-cat-name {
    padding: 2.1333333333vw 10.4vw 1.6vw 10.4vw;
  }
}
.don-article .don-article-body .don-current-gear .don-gear-txt {
  font-size: 1.1713030747vw;
  line-height: 2.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-current-gear .don-gear-txt {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.don-article .don-article-body .don-gear-commentary {
  width: 800px;
  margin: 0 auto 0 auto;
  margin: 57px auto 0 auto;
  padding-top: 57px;
  border-top: 1px solid #C3C3C3;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-gear-commentary {
    width: 80vw;
  }
}
.don-article .don-article-body .don-gear-commentary .gear-commentary-pic {
  width: 600px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-gear-commentary .gear-commentary-pic {
    width: 100%;
  }
}
.don-article .don-article-body .don-gear-commentary .gear-commentary-ttl {
  font-size: 2.5622254758vw;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-gear-commentary .gear-commentary-ttl {
    font-size: 6.6666666667vw;
  }
}
.don-article .don-article-body .don-gear-commentary .gear-commentary-txt {
  font-size: 1.1713030747vw;
  line-height: 2.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-gear-commentary .gear-commentary-txt {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.don-article .don-article-body .don-gear-irregular {
  width: 800px;
  margin: 77px auto 0 auto;
  padding-top: 77px;
  border-top: 1px solid #C3C3C3;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-gear-irregular {
    width: 80vw;
    margin-top: 10.1333333333vw;
    padding-top: 10.1333333333vw;
  }
}
.don-article .don-article-body .don-gear-irregular .gear-irregular-pic {
  width: 700px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-gear-irregular .gear-irregular-pic {
    width: 100%;
    margin-bottom: 5.8666666667vw;
  }
}
.don-article .don-article-body .don-gear-irregular .gear-irregular-txt {
  font-size: 1.1713030747vw;
  line-height: 2.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .don-article .don-article-body .don-gear-irregular .gear-irregular-txt {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}

.gear-via-txt {
  font-size: 1.1713030747vw;
  line-height: 2.5;
  font-weight: 600;
  color: #a5a5a5;
}
@media screen and (max-width: 768px) {
  .gear-via-txt {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}

.gear-cat-name.-abataro {
  background-color: #C30101;
  color: #fff;
}

.gear-cat-name.-alter {
  background-color: #2996c8;
  color: #fff;
}

.gear-cat-name.-roborou {
  background-color: #FFA500;
  color: #fff;
}

.gear-commentary-ttl.-red {
  color: #FF0000;
}

.gear-commentary-ttl.-yellow {
  color: #FFA500;
}

.gear-commentary-ttl.-blue {
  color: #0068e5;
}

.gear-commentary-ttl.-pink {
  color: #FF68C6;
}

.gear-commentary-ttl.-black {
  color: #000;
}

.gear-commentary-ttl.-purple {
  color: #4322a2;
}

.gear-commentary-ttl.-gold {
  color: #c4a03f;
}

.gear-commentary-ttl.-silver {
  color: #95a0b6;
}

.__bt {
  display: block;
  width: 300px;
  margin: 0 auto 0 auto;
  padding: 15px 10px 15px 10px;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 1.06rem;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .__bt {
    display: block;
    width: 240px;
    border-radius: 60px;
    transition: 0.3s;
    font-size: 0.93rem;
  }
}
.__bt:hover {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .__bt:hover {
    width: 260px;
  }
}
.__bt img {
  width: auto;
  height: 18px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .__bt img {
    width: auto;
    height: 16px;
  }
}