@charset "utf-8";
/* line 46, style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
  text-decoration: none;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
/* line 58, style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 61, style.scss */
body {
  line-height: 1;
}

/* line 64, style.scss */
ol, ul {
  list-style: none;
}

/* line 67, style.scss */
blockquote, q {
  quotes: none;
}

/* line 71, style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 75, style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 79, style.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* line 84, style.scss */
button:hover,
a:hover {
  opacity: .7;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 89, style.scss */
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  /* line 94, style.scss */
  .sp {
    display: none !important;
  }
}
/* line 99, style.scss */
html {
  font-size: 62.5%;
}

/* line 102, style.scss */
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

/* line 106, style.scss */
main {
  background: #f4f4f2;
}

/* line 109, style.scss */
.content {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1330px) {
  /* line 109, style.scss */
  .content {
    max-width: 100%;
    padding-left: 100px;
  }
}

/* line 117, style.scss */
.flex-wrap {
  display: flex;
  justify-content: space-between;
}

/* line 121, style.scss */
.prev-area {
  background: #fff;
  padding: 38px 0;
}

/* line 125, style.scss */
.prev-btn {
  color: #012878;
  font-weight: 500;
  font-size: 1.3rem;
  text-decoration: underline;
  padding-left: 18px;
  position: relative;
}
/* line 132, style.scss */
.prev-btn:before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(-40deg, 0) rotate(90deg);
  left: 0;
  top: 7px;
  position: absolute;
}
/* line 143, style.scss */
.prev-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(40deg, 0) rotate(90deg);
  left: 0;
  top: 13px;
  position: absolute;
}

/* line 156, style.scss */
.tag li {
  color: #fff;
  background: #8093bb;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  padding: 6px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
/* line 166, style.scss */
.tag li a {
  color: #fff;
}

/* line 173, style.scss */
header {
  background: #fff;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  -webkit-box-shadow: 3px 0px 3px -1px #cfcfcf;
  -moz-box-shadow: 3px 0px 3px -1px #cfcfcf;
  box-shadow: 3px 0px 3px -1px #cfcfcf;
  padding-top: 40px;
  width: 100px;
  transition: 0.2s all ease-in-out;
}
/* line 184, style.scss */
header .logo {
  margin-bottom: 156px;
}
/* line 186, style.scss */
header .logo a {
  display: block;
  width: 64px;
  margin: 0 auto;
}
/* line 192, style.scss */
header .menu {
  display: none;
}
/* line 195, style.scss */
header .menu-trigger {
  width: 50px;
  height: 60px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  color: #012878;
  position: relative;
  text-align: center;
  cursor: pointer;
}
/* line 204, style.scss */
header .menu-trigger span {
  display: block;
  width: 50px;
  height: 3px;
  background: #0556ff;
  position: absolute;
  top: 25px;
}
/* line 211, style.scss */
header .menu-trigger span:nth-of-type(2) {
  top: 40px;
}
/* line 214, style.scss */
header .menu-trigger span:nth-of-type(3) {
  top: 55px;
}
/* line 219, style.scss */
header .close-button {
  display: none;
}

/* line 225, style.scss */
header.open,
.home header {
  width: 240px;
  padding-top: 48px;
}
/* line 228, style.scss */
header.open .logo,
.home header .logo {
  margin-bottom: 30px;
}
/* line 230, style.scss */
header.open .logo a,
.home header .logo a {
  width: 91px;
}
/* line 234, style.scss */
header.open .menu,
.home header .menu {
  display: block;
  max-height: calc(100vh - 175px);
  overflow: scroll;
}
/* line 238, style.scss */
header.open .menu .user,
.home header .menu .user {
  text-align: center;
  color: #383838;
  font-weight: 500;
  line-height: 2.3rem;
  margin-bottom: 25px;
}
/* line 245, style.scss */
header.open .menu nav,
.home header .menu nav {
  margin-bottom: 20px;
}
/* line 248, style.scss */
header.open .menu nav .nav-menu,
.home header .menu nav .nav-menu {
  border-bottom: solid 2px #f4f4f2;
}
/* line 250, style.scss */
header.open .menu nav .nav-menu li,
.home header .menu nav .nav-menu li {
  border-top: solid 2px #f4f4f2;
  background: #fff;
  position: relative;
}
/* line 256, style.scss */
header.open .menu nav .nav-menu li.active > a,
.home header .menu nav .nav-menu li.active > a {
  color: #fff;
  background: #012878;
  opacity: 1;
}
/* line 261, style.scss */
header.open .menu nav .nav-menu li.active > a.search-btn:before,
.home header .menu nav .nav-menu li.active > a.search-btn:before {
  background: #fff;
  transform: skew(-45deg, 0) rotate(-45deg);
  top: 52%;
}
/* line 266, style.scss */
header.open .menu nav .nav-menu li.active > a.search-btn:after,
.home header .menu nav .nav-menu li.active > a.search-btn:after {
  background: #fff;
  transform: skew(45deg, 0) rotate(45deg);
  top: 52%;
}
/* line 274, style.scss */
header.open .menu nav .nav-menu li .sub-menu,
.home header .menu nav .nav-menu li .sub-menu {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #E6E9F1;
}
/* line 279, style.scss */
header.open .menu nav .nav-menu li .sub-menu li,
.home header .menu nav .nav-menu li .sub-menu li {
  border: none;
}
/* line 282, style.scss */
header.open .menu nav .nav-menu li .sub-menu a,
.home header .menu nav .nav-menu li .sub-menu a {
  background: #E6E9F1;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  padding-left: 44px;
}
/* line 291, style.scss */
header.open .menu nav .nav-menu li a,
.home header .menu nav .nav-menu li a {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
  padding: 18px 0 14px 30px;
}
/* line 297, style.scss */
header.open .menu nav .nav-menu li a.search-btn,
.home header .menu nav .nav-menu li a.search-btn {
  position: relative;
}
/* line 299, style.scss */
header.open .menu nav .nav-menu li a.search-btn:before,
.home header .menu nav .nav-menu li a.search-btn:before {
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  background: #012878;
  transform: skew(45deg, 0) rotate(45deg);
  right: 20px;
  top: 54%;
  position: absolute;
}
/* line 310, style.scss */
header.open .menu nav .nav-menu li a.search-btn:after,
.home header .menu nav .nav-menu li a.search-btn:after {
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  background: #012878;
  transform: skew(-45deg, 0) rotate(-45deg);
  right: 15px;
  top: 54%;
  position: absolute;
}
/* line 325, style.scss */
header.open .menu nav .nav-menu li.current > a, header.open .menu nav .nav-menu li:hover > a,
.home header .menu nav .nav-menu li.current > a,
.home header .menu nav .nav-menu li:hover > a {
  color: #fff;
  background: #012878;
  opacity: 1;
}
/* line 331, style.scss */
header.open .menu nav .nav-menu li.current > a.search-btn:before, header.open .menu nav .nav-menu li.current > a.search-btn:after, header.open .menu nav .nav-menu li:hover > a.search-btn:before, header.open .menu nav .nav-menu li:hover > a.search-btn:after,
.home header .menu nav .nav-menu li.current > a.search-btn:before,
.home header .menu nav .nav-menu li.current > a.search-btn:after,
.home header .menu nav .nav-menu li:hover > a.search-btn:before,
.home header .menu nav .nav-menu li:hover > a.search-btn:after {
  background: #fff;
}
/* line 342, style.scss */
header.open .menu address,
.home header .menu address {
  padding-left: 30px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-family: "Kosugi", sans-serif;
}
/* line 349, style.scss */
header.open .menu-trigger,
.home header .menu-trigger {
  display: none;
}

/* line 355, style.scss */
header.open:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 240px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
/* line 365, style.scss */
header.open .close-button {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 54px;
  right: -78px;
}
/* line 371, style.scss */
header.open .close-button span {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
/* line 376, style.scss */
header.open .close-button span:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 44px;
  height: 1px;
  transform: rotate(45deg);
  top: 50%;
  left: 0;
}
/* line 387, style.scss */
header.open .close-button span:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 44px;
  height: 1px;
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
}

/* line 403, style.scss */
footer {
  text-align: right;
  background: #3b3d3d;
  color: #fff;
}
/* line 407, style.scss */
footer p {
  padding: 8px 0;
}
/* line 409, style.scss */
footer p small {
  font-size: 1rem;
  margin-right: 16px;
  vertical-align: baseline;
}

/* line 416, style.scss */
.home footer {
  padding-left: 240px;
}
/* line 418, style.scss */
.home footer .content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 426, style.scss */
.login {
  text-align: center;
  background: #E3ECFF;
}
/* line 429, style.scss */
.login .login-bg {
  height: 100vh;
}
/* line 432, style.scss */
.login .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  width: 280px;
  border-radius: 9px;
  padding: 30px 0;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
/* line 443, style.scss */
.login .wrap .logo {
  margin-bottom: 22px;
}
/* line 446, style.scss */
.login .wrap form {
  font-family: "Lato", sans-serif;
  width: 220px;
  margin: 0 auto;
}
/* line 450, style.scss */
.login .wrap form dl {
  width: 100%;
  text-align: left;
  margin-bottom: 28px;
}
/* line 454, style.scss */
.login .wrap form dl dt {
  margin-bottom: 10px;
  padding-left: 2px;
}
/* line 458, style.scss */
.login .wrap form dl dd {
  margin-bottom: 22px;
}
/* line 460, style.scss */
.login .wrap form dl dd input {
  border: solid 1px #cccccc;
  width: 100%;
  height: 42px;
  line-height: 4.2rem;
  border-radius: 21px;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}
/* line 473, style.scss */
.login .wrap form button {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #012878;
  width: 100%;
  height: 42px;
  line-height: 4.2rem;
  border-radius: 21px;
  border: none;
  margin-bottom: 46px;
}
/* line 487, style.scss */
.login .wrap a {
  color: #012878;
  text-decoration: underline;
  font-weight: 500;
  line-height: 150%;
}
/* line 494, style.scss */
.login .logout_lead {
  font-weight: bold;
  color: #BE1E1E;
  font-size: 16px;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 30px;
}
/* line 501, style.scss */
.login .logout_lead + a {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #012878;
  width: 100%;
  height: 42px;
  line-height: 4.2rem;
  border-radius: 21px;
  border: none;
  margin-bottom: 16px;
  width: 220px;
  line-height: 43px;
  text-decoration: none;
  display: inline-block;
}

/* line 523, style.scss */
.home-main {
  padding-left: 240px;
  padding-bottom: 80px;
}
/* line 526, style.scss */
.home-main .content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
/* line 532, style.scss */
.home-main .mv {
  background: url(../img/promotion_bg.jpg) center center/cover no-repeat;
  padding-bottom: 41.4%;
  position: relative;
}
/* line 536, style.scss */
.home-main .mv span {
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
}
/* line 541, style.scss */
.home-main .mv span a {
  color: #012878;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: underline;
  padding: 14px 91px 16px 20px;
  display: inline-block;
}
/* line 548, style.scss */
.home-main .mv span a:before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(40deg, 0) rotate(90deg);
  right: 60px;
  top: 16px;
  position: absolute;
}
/* line 559, style.scss */
.home-main .mv span a:after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(-40deg, 0) rotate(90deg);
  right: 60px;
  top: 22px;
  position: absolute;
}
/* line 573, style.scss */
.home-main .search-area {
  background: #012878 url(../img/search_bg.svg) -23px top/auto 100% no-repeat;
  padding: 28px 0;
}
/* line 576, style.scss */
.home-main .search-area .ttl {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 581, style.scss */
.home-main .search-area .inner {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 585, style.scss */
.home-main .search-area .inner .radio-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 84px;
}
/* line 590, style.scss */
.home-main .search-area .inner .radio-list li {
  margin-bottom: 23px;
  color: #fff;
  margin-right: 21px;
}
/* line 594, style.scss */
.home-main .search-area .inner .radio-list li:first-of-type {
  font-size: 1.2rem;
  margin-left: -84px;
}
/* line 598, style.scss */
.home-main .search-area .inner .radio-list li:last-of-type {
  margin-right: 0;
}
/* line 601, style.scss */
.home-main .search-area .inner .radio-list li label {
  cursor: pointer;
}
/* line 603, style.scss */
.home-main .search-area .inner .radio-list li label input[type="radio"] {
  display: none;
}
/* line 606, style.scss */
.home-main .search-area .inner .radio-list li label span {
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
/* line 612, style.scss */
.home-main .search-area .inner .radio-list li label span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #f2f2f2;
  border-radius: 50%;
}
/* line 625, style.scss */
.home-main .search-area .inner .radio-list li label input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #0556ff;
}
/* line 640, style.scss */
.home-main .search-area .inner div {
  margin-bottom: 26px;
}
/* line 642, style.scss */
.home-main .search-area .inner div input {
  border: none;
  width: 670px;
  height: 42px;
  line-height: 4.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 21px;
  padding-left: 28px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 654, style.scss */
.home-main .search-area .inner div input::placeholder {
  font-weight: 500;
  color: #b3b3b3;
}
/* line 659, style.scss */
.home-main .search-area .inner div button {
  margin-left: 22px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  width: 130px;
  height: 42px;
  line-height: 4.2rem;
  border-radius: 21px;
  box-sizing: border-box;
  background: #0556ff;
  border: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 674, style.scss */
.home-main .search-area .inner .rec-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 679, style.scss */
.home-main .search-area .inner .rec-tag li {
  color: #b3b3b3;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 33px;
}
/* line 684, style.scss */
.home-main .search-area .inner .rec-tag li:last-of-type {
  margin-right: 0;
}
/* line 687, style.scss */
.home-main .search-area .inner .rec-tag li a {
  color: #b3b3b3;
  font-size: 1.3rem;
  text-decoration: underline;
}
/* line 696, style.scss */
.home-main .topic {
  background: #fff;
  padding: 19px 0;
  margin-bottom: 30px;
}
/* line 700, style.scss */
.home-main .topic .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 704, style.scss */
.home-main .topic .content > a {
  width: 109px;
  text-align: right;
}
/* line 708, style.scss */
.home-main .topic .content div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 712, style.scss */
.home-main .topic .content div h3 {
  font-size: 1.6rem;
  font-weight: 500;
  border-right: solid 1px #000;
  padding: 6px 23px 7px 0;
  margin-right: 27px;
  width: 10em;
}
/* line 720, style.scss */
.home-main .topic .content div time {
  font-weight: 500;
  font-size: 1.2rem;
  margin-right: 23px;
}
/* line 725, style.scss */
.home-main .topic .content div span {
  color: #fff;
  background: #8093bb;
  font-size: 1.2rem;
  padding: 5px 5px;
  width: 12em;
  max-width: 6em;
  text-align: center;
  margin-right: 20px;
}
/* line 735, style.scss */
.home-main .topic .content div a {
  font-weight: 500;
  color: #000;
  line-height: 1.5em;
}
/* line 741, style.scss */
.home-main .topic .content > a {
  text-decoration: underline;
  color: #000;
  margin-right: 10px;
}
/* line 750, style.scss */
.home-main .today {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 48px;
}
/* line 756, style.scss */
.home-main .today:after {
  content: "";
  display: block;
  clear: both;
}
/* line 763, style.scss */
.home-main .today h3 {
  float: left;
  color: #fff;
  background: #012878;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
  width: 63px;
  height: 63px;
  margin-right: 26px;
  padding-top: 16px;
}
/* line 779, style.scss */
.home-main .today dl {
  float: right;
  width: calc(100% - 89px);
}
/* line 782, style.scss */
.home-main .today dl dt {
  color: #012878;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 4px;
}
/* line 789, style.scss */
.home-main .today dl dd {
  line-height: 2.4rem;
}
/* line 794, style.scss */
.home-main .recommend {
  margin-bottom: 20px;
}
/* line 796, style.scss */
.home-main .recommend > h3 {
  color: #012878;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 16px;
}
/* line 802, style.scss */
.home-main .recommend .recommend-list {
  display: flex;
  flex-wrap: wrap;
}
/* line 805, style.scss */
.home-main .recommend .recommend-list .box {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 58px;
}
/* line 809, style.scss */
.home-main .recommend .recommend-list .box:nth-of-type(5n) {
  margin-right: 0;
}
/* line 812, style.scss */
.home-main .recommend .recommend-list .box a {
  position: relative;
  width: 100%;
  display: block;
}
/* line 816, style.scss */
.home-main .recommend .recommend-list .box a .new {
  background: #0556ff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 6px;
  text-align: center;
}
/* line 824, style.scss */
.home-main .recommend .recommend-list .box a .img-wrap {
  width: 100%;
  height: 212px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 833, style.scss */
.home-main .recommend .recommend-list .box a .img-wrap img {
  max-height: 100%;
}
/* line 837, style.scss */
.home-main .recommend .recommend-list .box a .text-wrap {
  padding: 0 2px;
  color: #383838;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 842, style.scss */
.home-main .recommend .recommend-list .box a .text-wrap time {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 9px;
}
/* line 847, style.scss */
.home-main .recommend .recommend-list .box a .text-wrap p {
  margin-bottom: 6px;
  font-size: 1.2rem;
}
/* line 851, style.scss */
.home-main .recommend .recommend-list .box a .text-wrap h3 {
  line-height: 2.3rem;
}
/* line 859, style.scss */
.home-main .search-nav {
  display: flex;
  justify-content: space-between;
}
/* line 862, style.scss */
.home-main .search-nav li {
  background: #fff;
  width: 13%;
  height: 130px;
}
/* line 866, style.scss */
.home-main .search-nav li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #012878;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 0 35px;
}

/* line 885, style.scss */
.search .ttl {
  align-items: center;
  padding: 48px 0;
}
@media (max-width: 1330px) {
  /* line 885, style.scss */
  .search .ttl {
    max-width: 100%;
    padding-left: 100px;
  }
}
/* line 892, style.scss */
.search .ttl h2 {
  font-size: 2rem;
  font-weight: 500;
}
/* line 897, style.scss */
.search .ttl div input {
  border: none;
  width: 256px;
  height: 42px;
  line-height: 4.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 21px;
  padding-left: 28px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 909, style.scss */
.search .ttl div input::placeholder {
  font-weight: 500;
  color: #b3b3b3;
}
/* line 914, style.scss */
.search .ttl div button {
  margin-left: 22px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  width: 130px;
  height: 42px;
  line-height: 4.2rem;
  border-radius: 21px;
  box-sizing: border-box;
  background: #0556ff;
  border: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 930, style.scss */
.search .prev-area {
  padding: 38px 0;
  margin-bottom: 45px;
}
/* line 934, style.scss */
.search .prev-area .content .radio-list {
  width: 840px;
  margin: 0 auto 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 166px;
}
/* line 942, style.scss */
.search .prev-area .content .radio-list li {
  margin-bottom: 23px;
  margin-right: 21px;
}
/* line 946, style.scss */
.search .prev-area .content .radio-list li:first-child {
  margin-left: -166px;
}
/* line 949, style.scss */
.search .prev-area .content .radio-list li label {
  cursor: pointer;
}
/* line 951, style.scss */
.search .prev-area .content .radio-list li label input[type="radio"] {
  display: none;
}
/* line 954, style.scss */
.search .prev-area .content .radio-list li label span {
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
/* line 960, style.scss */
.search .prev-area .content .radio-list li label span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #f2f2f2;
  border-radius: 50%;
}
/* line 973, style.scss */
.search .prev-area .content .radio-list li label input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #0556ff;
}
/* line 989, style.scss */
.search .prev-area div {
  width: 826px;
  margin: 0 auto 26px;
}
/* line 992, style.scss */
.search .prev-area div input {
  border: none;
  width: 670px;
  height: 42px;
  line-height: 4.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 21px;
  padding-left: 28px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 1004, style.scss */
.search .prev-area div input::placeholder {
  font-weight: 500;
  color: #b3b3b3;
}
/* line 1009, style.scss */
.search .prev-area div button {
  margin-left: 22px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  width: 130px;
  height: 42px;
  line-height: 4.2rem;
  border-radius: 21px;
  box-sizing: border-box;
  background: #0556ff;
  border: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 1026, style.scss */
.search .content .search-list {
  display: flex;
  flex-wrap: wrap;
}
/* line 1029, style.scss */
.search .content .search-list .box {
  width: 16.2%;
  margin-right: 4.75%;
  margin-bottom: 58px;
}
/* line 1033, style.scss */
.search .content .search-list .box:nth-of-type(5n) {
  margin-right: 0;
}
/* line 1036, style.scss */
.search .content .search-list .box a {
  position: relative;
  width: 100%;
  display: block;
}
/* line 1040, style.scss */
.search .content .search-list .box a .new {
  background: #0556ff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 6px;
  text-align: center;
}
/* line 1048, style.scss */
.search .content .search-list .box a .img-wrap {
  width: 100%;
  height: 212px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1057, style.scss */
.search .content .search-list .box a .img-wrap img {
  max-height: 100%;
}
/* line 1061, style.scss */
.search .content .search-list .box a .text-wrap {
  padding: 0 2px;
  color: #383838;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 1066, style.scss */
.search .content .search-list .box a .text-wrap time {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 14px;
}
/* line 1071, style.scss */
.search .content .search-list .box a .text-wrap p {
  margin-bottom: 6px;
}
/* line 1074, style.scss */
.search .content .search-list .box a .text-wrap h3 {
  line-height: 2.3rem;
}
/* line 1082, style.scss */
.search .bg-wh {
  background: #fff;
  padding: 30px 0 50px;
}
/* line 1085, style.scss */
.search .bg-wh .pagination {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/* line 1090, style.scss */
.search .bg-wh .pagination li {
  font-size: 1.8rem;
  color: #0556ff;
  font-family: Abel Regular, sans-serif;
  padding-bottom: 10px;
  width: 32px;
  text-align: center;
  margin-right: 13px;
}
/* line 1098, style.scss */
.search .bg-wh .pagination li:first-of-type {
  margin-right: 36px;
}
/* line 1100, style.scss */
.search .bg-wh .pagination li:first-of-type a {
  position: relative;
}
/* line 1102, style.scss */
.search .bg-wh .pagination li:first-of-type a:before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(-40deg, 0) rotate(90deg);
  left: 0;
  top: 2px;
  position: absolute;
}
/* line 1113, style.scss */
.search .bg-wh .pagination li:first-of-type a:after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(40deg, 0) rotate(90deg);
  left: 0;
  top: 7px;
  position: absolute;
}
/* line 1126, style.scss */
.search .bg-wh .pagination li:last-of-type {
  margin-left: 7px;
  margin-right: 0;
}
/* line 1129, style.scss */
.search .bg-wh .pagination li:last-of-type a {
  position: relative;
}
/* line 1131, style.scss */
.search .bg-wh .pagination li:last-of-type a:before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(40deg, 0) rotate(90deg);
  right: 0;
  top: 2px;
  position: absolute;
}
/* line 1142, style.scss */
.search .bg-wh .pagination li:last-of-type a:after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(-40deg, 0) rotate(90deg);
  right: 0;
  top: 7px;
  position: absolute;
}
/* line 1155, style.scss */
.search .bg-wh .pagination li.current {
  border-bottom: solid 3px #0556ff;
}
/* line 1158, style.scss */
.search .bg-wh .pagination li a {
  color: #000;
  display: block;
  width: 100%;
}

/* line 1170, style.scss */
.detail .btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 5px;
}
/* line 1175, style.scss */
.detail .btn-wrap a {
  font-weight: 500;
  display: block;
  width: 176px;
  line-height: 4.2rem;
  text-align: center;
  border-radius: 21px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 1184, style.scss */
.detail .btn-wrap .preview {
  background: #fff;
  color: #012878;
  font-size: 1.5rem;
}
/* line 1189, style.scss */
.detail .btn-wrap div {
  margin-left: 15px;
}
/* line 1191, style.scss */
.detail .btn-wrap div .download {
  background: #0556ff;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
/* line 1197, style.scss */
.detail .btn-wrap div p {
  text-align: center;
  font-weight: 500;
}
/* line 1203, style.scss */
.detail .ttl {
  padding: 30px 0;
}
@media (max-width: 1330px) {
  /* line 1203, style.scss */
  .detail .ttl {
    max-width: 100%;
    padding-left: 100px;
  }
}
/* line 1209, style.scss */
.detail .ttl .left {
  color: #383838;
  font-weight: 500;
  align-items: center;
}
/* line 1213, style.scss */
.detail .ttl .left p {
  margin-bottom: 15px;
}
/* line 1216, style.scss */
.detail .ttl .left h2 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
/* line 1220, style.scss */
.detail .ttl .left time {
  font-size: 1.2rem;
}
/* line 1224, style.scss */
.detail .ttl .btn-wrap {
  padding-top: 20px;
}
/* line 1228, style.scss */
.detail .prev-area {
  padding: 38px 0;
}
/* line 1231, style.scss */
.detail .flex-wrap {
  max-width: 100%;
}
@media (max-width: 1330px) {
  /* line 1231, style.scss */
  .detail .flex-wrap {
    padding-left: 100px;
  }
}
/* line 1236, style.scss */
.detail .flex-wrap .text-wrap {
  background: #fff;
  max-width: 43%;
  width: 48%;
  padding-left: calc((100% - 1100px)/2);
  padding-right: 46px;
  line-height: 200%;
}
@media (max-width: 1330px) {
  /* line 1236, style.scss */
  .detail .flex-wrap .text-wrap {
    padding-left: calc((100% - 1000px)/2);
  }
}
/* line 1246, style.scss */
.detail .flex-wrap .text-wrap .tag {
  margin: 4px 0 10px;
}
/* line 1248, style.scss */
.detail .flex-wrap .text-wrap .tag li {
  margin-right: 15px;
  line-height: 140%;
}
/* line 1253, style.scss */
.detail .flex-wrap .text-wrap p {
  line-height: 3.2rem;
}
/* line 1257, style.scss */
.detail .flex-wrap .img-wrap {
  max-width: 40%;
  width: 40%;
  text-align: right;
  padding: 124px 0 24px;
  margin-right: calc((100% - 1100px)/2);
}
@media (max-width: 1330px) {
  /* line 1257, style.scss */
  .detail .flex-wrap .img-wrap {
    max-width: 50%;
    margin-right: 0;
    padding-right: calc((100% - 1000px)/2);
  }
}
/* line 1268, style.scss */
.detail .flex-wrap .img-wrap img, .detail .flex-wrap .img-wrap video, .detail .flex-wrap .img-wrap iframe {
  margin-bottom: 34px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
/* line 1274, style.scss */
.detail .flex-wrap .img-wrap .btn-wrap div .download {
  margin-bottom: 26px;
}
/* line 1281, style.scss */
.detail .bg-wh {
  background: #fff;
  padding: 52px 0 60px;
}
/* line 1285, style.scss */
.detail .bg-wh .content .link-area {
  padding-left: 6px;
  padding-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: solid 1px #f4f4f2;
  margin-bottom: 40px;
}
/* line 1293, style.scss */
.detail .bg-wh .content .link-area a {
  color: #012878;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 18px;
}
/* line 1299, style.scss */
.detail .bg-wh .content .link-area a[target="_blank"] {
  background: url(../img/blank.png) right center no-repeat;
  padding-right: 20px;
}

/* line 1309, style.scss */
.movie {
  padding-bottom: 150px;
}
/* line 1311, style.scss */
.movie h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 58px 0;
  color: #383838;
}
/* line 1317, style.scss */
.movie .prev-area {
  margin-bottom: 38px;
}
/* line 1321, style.scss */
.movie .content .video-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
/* line 1325, style.scss */
.movie .content .video-list .box {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 67px;
}
/* line 1329, style.scss */
.movie .content .video-list .box:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1332, style.scss */
.movie .content .video-list .box .video-wrap {
  margin-bottom: 10px;
  position: relative;
}

.movie .content .video-list .box .video-wrap iframe {
  width: 340px;
  height: 190px;
}

/* line 1338, style.scss */
.movie .content .video-list .box .video-wrap a {
  /* lityを動かすためにirameを覆う */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1347, style.scss */
.movie .content .video-list .box h3 {
  margin-bottom: 8px;
  color: #012878;
  font-weight: 500;
  line-height: 2.3rem;
}
/* line 1352, style.scss */
.movie .content .video-list .box h3:hover {
  text-decoration: underline;
}

/* line 1362, style.scss */
.about {
  padding-bottom: 100px;
}
/* line 1364, style.scss */
.about h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 58px 0;
  color: #383838;
}
/* line 1370, style.scss */
.about .prev-area {
  margin-bottom: 53px;
}
/* line 1374, style.scss */
.about .content .flex-wrap {
  margin-bottom: 60px;
}
/* line 1376, style.scss */
.about .content .flex-wrap .text-wrap {
  width: 66%;
}
/* line 1378, style.scss */
.about .content .flex-wrap .text-wrap p {
  line-height: 3.2rem;
}
/* line 1382, style.scss */
.about .content .flex-wrap .img-wrap {
  width: 31%;
  margin-top: 17px;
}
/* line 1387, style.scss */
.about .content h3 {
  font-size: 1.8rem;
  color: #012878;
  font-weight: 500;
  margin-bottom: 26px;
}
/* line 1392, style.scss */
.about .content h3 span {
  font-size: 70%;
  color: #000;
}
/* line 1398, style.scss */
.about .content .kanji {
  border-top: 1px solid #CCCCCC;
  width: 100%;
  font-size: 16px;
  margin-bottom: 80px;
}
/* line 1404, style.scss */
.about .content .kanji td {
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
  width: 33.333%;
}
/* line 1408, style.scss */
.about .content .kanji td:first-child {
  width: 35%;
}
/* line 1411, style.scss */
.about .content .kanji td:nth-child(2) {
  font-size: 14px;
}
/* line 1417, style.scss */
.about .content .reward {
  margin-bottom: 80px;
}
/* line 1419, style.scss */
.about .content .reward p {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 30px;
}
/* line 1424, style.scss */
.about .content .reward table {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 1430, style.scss */
.about .content .reward table th {
  background: #012878;
  color: #fff;
  vertical-align: middle;
  padding: 9px 0;
  border: 1px solid #ccc;
}
/* line 1439, style.scss */
.about .content .reward table .min_ttl th {
  background: #27488C;
}
/* line 1444, style.scss */
.about .content .reward table td {
  border: 1px solid #ccc;
  padding: 12px 0;
  width: 33.333%;
  text-align: right;
}
/* line 1450, style.scss */
.about .content .reward table td:first-child {
  text-align: left;
  padding-left: 12%;
  border-left: none;
}
/* line 1455, style.scss */
.about .content .reward table td:nth-child(2) {
  padding-right: 14%;
}
/* line 1458, style.scss */
.about .content .reward table td:last-child {
  border-right: none;
  padding-right: 4%;
}
/* line 1469, style.scss */
.about .content .reward_history table {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 1475, style.scss */
.about .content .reward_history table th {
  background: #012878;
  color: #fff;
  vertical-align: middle;
  padding: 9px 0;
  border: 1px solid #ccc;
}
/* line 1484, style.scss */
.about .content .reward_history table .min_ttl th {
  background: #27488C;
}
/* line 1489, style.scss */
.about .content .reward_history table td {
  border: 1px solid #ccc;
  padding: 12px 0;
  width: 44%;
  text-align: left;
  padding-left: 15px;
}
/* line 1495, style.scss */
.about .content .reward_history table td:first-child {
  border-left: none;
  width: 25%;
  padding-left: 10px;
}
/* line 1500, style.scss */
.about .content .reward_history table td:last-child {
  width: 8%;
  border-right: none;
}
/* line 1511, style.scss */
.about .content .member-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
/* line 1515, style.scss */
.about .content .member-list ul {
  width: 49%;
  margin-right: 1%;
}
/* line 1519, style.scss */
.about .content .member-list li {
  line-height: 3.2rem;
}
/* line 1524, style.scss */
.about .content .link_table {
  border-top: 1px solid #CCCCCC;
  width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
}
/* line 1534, style.scss */
.about .content .link_table td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  width: 35%;
  text-align: left;
}
/* line 1540, style.scss */
.about .content .link_table td:first-child {
  width: 65%;
}
/* line 1545, style.scss */
.about .content .link_table td a {
  font-size: 12px;
  color: #012878;
  text-decoration: underline;
}

/* line 1562, style.scss */
.news h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 58px 0;
  color: #383838;
}
/* line 1568, style.scss */
.news .prev-area {
  padding: 38px 0;
}
/* line 1571, style.scss */
.news .news_list {
  margin: 40px 0 60px;
  border-top: 1px solid #CCCCCC;
}
/* line 1574, style.scss */
.news .news_list li {
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
  font-size: 12px;
}
/* line 1578, style.scss */
.news .news_list li span {
  vertical-align: middle;
}
/* line 1583, style.scss */
.news .news_list li .cat {
  font-size: 12px;
  background: #788CB4;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  vertical-align: middle;
  margin: 0 30px 0 27px;
}
/* line 1594, style.scss */
.news .news_list li a {
  vertical-align: middle;
  font-size: 14px;
  color: #012878;
}
/* line 1603, style.scss */
.news .news_detail {
  width: 700px;
  margin: 0 auto;
  padding: 50px 0 140px;
}
/* line 1607, style.scss */
.news .news_detail .news_info {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
/* line 1611, style.scss */
.news .news_detail .news_info .day {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
/* line 1616, style.scss */
.news .news_detail .news_info .cat {
  font-size: 12px;
  background: #788CB4;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  vertical-align: middle;
}
/* line 1627, style.scss */
.news .news_detail .news_info h3 {
  margin-top: 25px;
  font-size: 18px;
  padding-bottom: 24px;
}
/* line 1635, style.scss */
.news .news_detail .news_article {
  font-size: 14px;
  line-height: 230%;
}
/* line 1636, style.scss */
.news .news_detail .news_article .thumb {
  text-align: center;
  margin-bottom: 55px;
}
/* line 1639, style.scss */
.news .news_detail .news_article .thumb img {
  max-width: 100%;
}
/* line 1645, style.scss */
.news .news_detail .news_article a {
  color: #012878;
  text-decoration: underline;
}

/*ページネーション*/
/* line 1655, style.scss */
.holder {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}
/* line 1661, style.scss */
.holder a, .holder span {
  margin: 0 5px;
  font-size: 18px;
  padding: 5px 12px 10px;
}
/* line 1667, style.scss */
.holder .jp-current {
  border-bottom: 2px solid #0556FF;
  color: #0556FF;
}
/* line 1672, style.scss */
.holder .jp-previous {
  position: relative;
}
/* line 1674, style.scss */
.holder .jp-previous:before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(-40deg, 0) rotate(90deg);
  left: 0;
  top: 12px;
  position: absolute;
}
/* line 1685, style.scss */
.holder .jp-previous:after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(40deg, 0) rotate(90deg);
  left: 0;
  top: 17px;
  position: absolute;
}
/* line 1697, style.scss */
.holder .jp-next {
  position: relative;
}
/* line 1699, style.scss */
.holder .jp-next:before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(40deg, 0) rotate(90deg);
  right: 0;
  top: 12px;
  position: absolute;
}
/* line 1710, style.scss */
.holder .jp-next:after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: #012878;
  transform: skew(-40deg, 0) rotate(90deg);
  right: 0;
  top: 17px;
  position: absolute;
}

/* line 1725, style.scss */
.movie_nav {
  margin-bottom: 70px;
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  background: #fff;
}
/* line 1732, style.scss */
.movie_nav ul {
  display: flex;
}
/* line 1734, style.scss */
.movie_nav ul li {
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}
/* line 1738, style.scss */
.movie_nav ul li:last-child {
  border: none;
}
/* line 1743, style.scss */
.movie_nav ul li a {
  width: 100%;
  display: block;
  padding: 12px 20px;
  padding-left: 33px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #012878;
  line-height: 140%;
 /*
&:after{
	content: "";
	display: block;
	width: 4px;
	height: 3px;
	background: #012878;
	transform: skew(-45deg, 0) rotate(-45deg);
	left: 20px;
	top: 54%;
	position: absolute;
}*/
}
/* line 1754, style.scss */
.movie_nav ul li a:before {
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  transform: rotate(-45deg) skew(0deg);
  left: 20px;
  top: 41%;
  position: absolute;
  border-right: 2px solid #012878;
  border-bottom: 2px solid #012878;
}
/* line 1778, style.scss */
.movie_nav ul li.current {
  background: #012878;
}
/* line 1780, style.scss */
.movie_nav ul li.current a {
  background: #012878;
  color: #fff;
}
/* line 1784, style.scss */
.movie_nav ul li.current a:before {
  border-color: #fff;
  transform: rotate(45deg) skew(0deg);
  top: 35%;
}
