@charset "UTF-8";
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
  a:hover {
    opacity: 0.6;
  }
}

body {
  color: #3a3837;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium",
 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN",
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
 "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif,
 "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main {
  /*▽campaign2▽*/
}

@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 0;
  }
}

.main .ff-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝",
 "MS PMincho", serif;
}

.main .ff-meirio {
  font-family: verdana, "メイリオ", "Meiryo", "Hiragino Maru Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic",
 Sans-Serif;
}

.main .ff-roboto {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M",
 "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3",
 HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue",
 HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

.main .text-wh {
  color: #fff !important;
}

.main .text-red {
  color: #9d2e35 !important;
}

.main .text-yel {
  color: #f3da07 !important;
}

.main .bg-bl {
  background: #000;
}

.main .border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.main .border-tb-red {
  border-bottom: 1px solid #c00;
  border-top: 1px solid #c00;
}

.main .border-b {
  border-bottom: 1px dotted #d2d2d2;
}

@media screen and (max-width: 767px) {
  .main .floating-bnr {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .main .floating-bnr {
    position: fixed;
    right: 0;
    z-index: 1;
  }
  .main .floating-bnr__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin-left: inherit;
  }
  .main #page-top {
    position: fixed;
    right: 5px;
    bottom: 50px;
  }
  .main #page-top {
    font-size: 77%;
    z-index: 10;
    text-align: center;
  }
  .main #page-top a {
    width: 80px;
    height: 80px;
    border: 2px solid #313131;
    border-radius: 50%;
    line-height: 80px;
    display: block;
    color: #333;
    font-size: 20px;
    font-family: "Crimson Text", serif;
    background: #fff;
    opacity: 0.8;
    margin: 15px auto;
  }
  .main #page-top a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin: auto;
    font-size: 12px;
  }
  .main .floating-bnr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .main .floating-bnr {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1;
  }
  .main .floating-bnr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 85%;
    margin-left: auto;
  }
  .main #page-top {
    font-size: 77%;
    z-index: 10;
    text-align: center;
  }
  .main #page-top a {
    width: 80px;
    height: 80px;
    border: 2px solid #313131;
    border-radius: 50%;
    line-height: 80px;
    display: block;
    color: #333;
    font-size: 20px;
    font-family: "Crimson Text", serif;
    background: #fff;
    opacity: 0.8;
    margin: 15px auto;
  }
}

@media screen and (min-width: 768px) {
  .main .top-intro__box:nth-child(n+4) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .main .top-intro__box:nth-child(n+3) {
    margin-top: 30px;
  }
}

.main .top-intro__head {
  line-height: 1;
  padding: 13px 0;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main .top-intro__head {
    padding: 8px 0;
  }
}

.main .top-intro__head:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
/*# sourceMappingURL=campaign2.css.map */