@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 6, scss/_reset.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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 23, scss/_reset.scss */
body {
  line-height: 1;
}

/* line 26, scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 29, scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 32, scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
/* line 39, scss/_reset.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 44, scss/_reset.scss */
ins {
  text-decoration: none;
}

/* line 47, scss/_reset.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 52, scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 使い方
.headline {
  font-size: get-vw(72px);
} */
/* 使用例
.foo {
  color: blue;
  @include mq() { // 引数を省略（初期値はtbの768px）
    color: yellow;
  }
  @include mq(tb) { // 引数を個別に指定
    color: red;
  }
}
コンパイル結果
.foo {
  color: blue;
}
@media screen and (min-width: 768px) { /* `mq()` 
  .foo {
    color: yellow;
  }
}
@media screen and (min-width: 1000px) { /* `mq(tb)` 
  .foo {
    color: red;
  }
}
*/
/* line 58, scss/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 60, scss/_base.scss */
html, body {
  width: 100%;
}

/* line 63, scss/_base.scss */
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* line 67, scss/_base.scss */
.container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* line 74, scss/_base.scss */
.tx-l {
  text-align: left;
}

/* line 76, scss/_base.scss */
.tx-r {
  text-align: right;
}

/* line 78, scss/_base.scss */
.tx-c {
  text-align: center;
}

/* line 80, scss/_base.scss */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

/* line 83, scss/_base.scss */
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

/* line 86, scss/_base.scss */
.clearfix {
  clear: both;
}

/* line 88, scss/_base.scss */
.link-bl, .link-bl a {
  color: #333;
  text-decoration: none;
}

/* line 91, scss/_base.scss */
.link-u a {
  text-decoration: underline;
}

/* line 93, scss/_base.scss */
.flex {
  display: flex;
}

/* line 95, scss/_base.scss */
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 100, scss/_base.scss */
.r {
  font-weight: bold;
  color: #b61a0c;
}

/* line 101, scss/_base.scss */
.u {
  font-weight: bold;
  text-decoration: underline;
}

/* line 102, scss/_base.scss */
.b {
  font-weight: bold;
}

/* line 103, scss/_base.scss */
.y {
  font-weight: bold;
  background: #FFD700;
}

/* line 105, scss/_base.scss */
article img {
  width: 100%;
  max-width: 100%;
}

/* 例:幅640px高さ360pxの画像の場合 */
/* line 110, scss/_base.scss */
#targetElm {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 56.25%;
  background: url("bg.png") 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 480px) {
  /* line 118, scss/_base.scss */
  .container {
    width: 100%;
  }
}
/* line 14, scss/style.scss */
.y {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff00 60%);
}

/* line 17, scss/style.scss */
.ryo {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 22, scss/style.scss */
br.sm {
  display: none;
}
@media screen and (max-width: 769px) {
  /* line 22, scss/style.scss */
  br.sm {
    display: block;
  }
}

/* line 29, scss/style.scss */
body {
  background: #eeeeee;
  font-size: 18px;
  line-height: 2;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 30, 2019 */
@font-face {
  font-family: 'bebas_neuebold';
  src: url("bebasneue_bold-webfont.eot");
  src: url("bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("bebasneue_bold-webfont.woff2") format("woff2"), url("bebasneue_bold-webfont.woff") format("woff"), url("bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url("BebasNeueRegular.eot");
  src: url("BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("BebasNeueRegular.woff2") format("woff2"), url("BebasNeueRegular.woff") format("woff"), url("BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 62, scss/style.scss */
.bebasb {
  font-family: 'bebas_neuebold';
}

/* line 65, scss/style.scss */
.bebas {
  font-family: 'Bebas Neue';
}

/* line 70, scss/style.scss */
h2 {
  background: url(./img/h2-bk.png);
  margin: 50px 0;
  padding: 40px 0;
}
/* line 74, scss/style.scss */
h2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* line 81, scss/style.scss */
ul {
  background: #fafafa;
  border: 2px solid #d5d5d5;
  padding: 20px;
  font-weight: bold;
}
/* line 86, scss/style.scss */
ul i {
  margin-right: 5px;
  color: #b61a0c;
  font-size: 20px;
}

@media screen and (max-width: 769px) {
  /* line 93, scss/style.scss */
  header {
    margin-bottom: 50px;
  }
}
/* line 96, scss/style.scss */
header .head {
  height: 700px;
  background: url(./img/h1bk.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 769px) {
  /* line 96, scss/style.scss */
  header .head {
    height: 730px;
  }
}
/* line 105, scss/style.scss */
header .logo {
  margin-left: 19mm;
  margin-top: 7.4mm;
}
@media screen and (max-width: 769px) {
  /* line 105, scss/style.scss */
  header .logo {
    margin-left: 4mm;
  }
}
/* line 112, scss/style.scss */
header h1 {
  padding-top: 100px;
  margin-bottom: 20px;
  color: #FFF;
  text-decoration: underline;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  /* line 112, scss/style.scss */
  header h1 {
    width: 97%;
    margin: 0 auto;
  }
}
/* line 124, scss/style.scss */
header h1 img {
  max-width: 97%;
}
/* line 128, scss/style.scss */
header .ukaras {
  margin: 0 auto;
  display: block;
  padding-bottom: 150px;
}
/* line 133, scss/style.scss */
header .pvwaku {
  max-width: 800px;
  margin: -300px auto 50px;
}
@media screen and (max-width: 769px) {
  /* line 133, scss/style.scss */
  header .pvwaku {
    padding: 0 20px;
    margin-top: -430px;
    margin-bottom: 110px;
  }
}
/* line 141, scss/style.scss */
header .pvwaku .bebas {
  font-size: 36px;
  text-align: center;
  color: #284b92;
}
/* line 147, scss/style.scss */
header .pv {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
/* line 151, scss/style.scss */
header .pv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 164, scss/style.scss */
.btn {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  width: 80%;
  padding: 25px 0;
  text-align: center;
  background: #0f7812;
  box-shadow: 0px 5px 13px 0px rgba(12, 2, 5, 0.65);
  margin: 0 auto 50px;
}
@media screen and (max-width: 769px) {
  /* line 164, scss/style.scss */
  .btn {
    width: 100%;
    font-size: 28px;
  }
}
/* line 180, scss/style.scss */
.btn i {
  margin-right: 5px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
}

/* line 192, scss/style.scss */
.container {
  max-width: 920px;
  padding-top: 60px;
}
@media screen and (max-width: 769px) {
  /* line 192, scss/style.scss */
  .container {
    width: 95%;
  }
}

/* line 199, scss/style.scss */
.bak {
  background: #FFF;
  max-width: 1080px;
  margin: -200px auto 0;
  padding-top: 200px;
}
@media screen and (max-width: 769px) {
  /* line 199, scss/style.scss */
  .bak {
    margin-top: 0;
    padding-top: 0;
  }
}

/* line 210, scss/style.scss */
.series {
  background: #828282;
  padding-top: 30px;
}
/* line 213, scss/style.scss */
.series .container {
  max-width: 800px;
  color: #FFF;
}
@media screen and (max-width: 769px) {
  /* line 213, scss/style.scss */
  .series .container {
    width: 95%;
  }
}
/* line 218, scss/style.scss */
.series .waku {
  max-width: 1000px;
  width: 90%;
  background: #FFF;
  padding: 60px 100px;
  border: 10px solid #dcdcdc;
  margin: 30px auto;
}
@media screen and (max-width: 769px) {
  /* line 218, scss/style.scss */
  .series .waku {
    width: 100%;
    padding: 60px 20px;
  }
}
/* line 230, scss/style.scss */
.series .pv {
  margin-top: 30px;
}
/* line 233, scss/style.scss */
.series .fas {
  color: #FFF;
  background: #33495e;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 242, scss/style.scss */
.series .num {
  display: inline-flex;
  width: 30px;
  height: 30px;
  color: #FFF;
  background: #34485e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
}
/* line 254, scss/style.scss */
.series .title {
  font-size: 22px;
  color: #34485e;
  font-weight: bold;
}
/* line 259, scss/style.scss */
.series .loma {
  color: #34485e;
  font-family: 'Bebas Neue';
  font-size: 18px;
}
/* line 264, scss/style.scss */
.series .pvwaku {
  margin: 50px 0;
}
/* line 267, scss/style.scss */
.series h3 {
  margin: 50px 0 30px;
  text-align: center;
  font-size: 22px;
}
/* line 272, scss/style.scss */
.series ul {
  border: 10px solid #33495e;
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  /* line 272, scss/style.scss */
  .series ul {
    padding: 30px 20px;
    font-size: 20px;
  }
}
/* line 280, scss/style.scss */
.series ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
/* line 284, scss/style.scss */
.series ul li img {
  display: block;
  margin-top: 13px;
  margin-right: 10px;
}
/* line 290, scss/style.scss */
.series ul .b {
  font-size: 25px;
}
/* line 295, scss/style.scss */
.series .math .num {
  background: #067cc3;
}
/* line 298, scss/style.scss */
.series .math .title, .series .math .loma {
  color: #067cc3;
}
/* line 301, scss/style.scss */
.series .math ul {
  border: 10px solid #067cc3;
}
/* line 304, scss/style.scss */
.series .math .movie-inner .movie-thumb {
  background: url("./img/thumbM.jpg") no-repeat;
  background-size: cover;
}
/* line 308, scss/style.scss */
.series .math .fas {
  background: #067cc3;
}
/* line 312, scss/style.scss */
.series .eng {
  margin-bottom: 0;
}
/* line 314, scss/style.scss */
.series .eng .num {
  background: #D68E31;
}
/* line 317, scss/style.scss */
.series .eng .title, .series .eng .loma {
  color: #D68E31;
}
/* line 320, scss/style.scss */
.series .eng ul {
  border: 10px solid #D68E31;
}
/* line 323, scss/style.scss */
.series .eng .movie-inner .movie-thumb {
  background: url("./img/thumbK.jpg") no-repeat;
  background-size: cover;
}
/* line 327, scss/style.scss */
.series .eng .fas {
  background: #D68E31;
}

/* line 333, scss/style.scss */
.pv {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
/* line 337, scss/style.scss */
.pv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* line 342, scss/style.scss */
.kakaku {
  font-weight: bold;
}
/* line 344, scss/style.scss */
.kakaku .container {
  max-width: 800px;
}
/* line 347, scss/style.scss */
.kakaku .flex {
  width: 900px;
  margin: 50px auto;
  box-shadow: 0px 1px 6px 0px rgba(12, 2, 5, 0.29);
  padding: 25px 0;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  /* line 347, scss/style.scss */
  .kakaku .flex {
    width: 70%;
  }
}
/* line 358, scss/style.scss */
.kakaku .name {
  margin-right: 30px;
  border-right: 1px solid #33495e;
  padding-right: 30px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  /* line 358, scss/style.scss */
  .kakaku .name {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    text-align: center;
    align-items: center;
    line-height: 1.3;
  }
}
/* line 375, scss/style.scss */
.kakaku .name .title {
  font-size: 22px;
}
@media screen and (max-width: 769px) {
  /* line 375, scss/style.scss */
  .kakaku .name .title {
    font-size: 35px;
  }
}
/* line 381, scss/style.scss */
.kakaku .name .loma {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  /* line 381, scss/style.scss */
  .kakaku .name .loma {
    font-size: 20px;
  }
}
/* line 388, scss/style.scss */
.kakaku .price {
  margin-right: 30px;
  border-right: 1px solid #33495e;
  padding-right: 30px;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  /* line 388, scss/style.scss */
  .kakaku .price {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    text-align: center;
    align-items: center;
  }
}
/* line 401, scss/style.scss */
.kakaku .price .inlineFlex {
  align-items: center;
  line-height: 1;
}
/* line 405, scss/style.scss */
.kakaku .price .gaku {
  font-size: 19.27px;
  line-height: 1.5;
  margin-right: 5px;
}
/* line 410, scss/style.scss */
.kakaku .price .yen {
  font-size: 60px;
}
/* line 413, scss/style.scss */
.kakaku .price .en {
  font-size: 22.14px;
}
/* line 416, scss/style.scss */
.kakaku .price .betu {
  font-size: 16px;
}
/* line 421, scss/style.scss */
.kakaku .inlineFlex {
  display: inline-flex;
  line-height: 1;
}
/* line 425, scss/style.scss */
.kakaku .ukaras {
  padding-left: 20px;
  color: #34485e;
}
@media screen and (max-width: 769px) {
  /* line 425, scss/style.scss */
  .kakaku .ukaras {
    padding-left: 0;
  }
}
/* line 430, scss/style.scss */
.kakaku .num {
  display: inline-flex;
  width: 25px;
  height: 25px;
  color: #FFF;
  background: #34485e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  /* line 430, scss/style.scss */
  .kakaku .num {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
}
/* line 447, scss/style.scss */
.kakaku .title {
  font-size: 22px;
  color: #34485e;
  font-weight: bold;
}
/* line 452, scss/style.scss */
.kakaku .loma {
  color: #34485e;
  font-family: 'Bebas Neue';
  font-size: 18px;
}
/* line 458, scss/style.scss */
.kakaku .botan {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media screen and (max-width: 769px) {
  /* line 458, scss/style.scss */
  .kakaku .botan {
    justify-content: center;
  }
}
/* line 466, scss/style.scss */
.kakaku .btn {
  background-color: #34485e;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  padding: 10px 30px;
}
/* line 472, scss/style.scss */
.kakaku .btn .fas {
  color: #FFF;
}
@media screen and (max-width: 769px) {
  /* line 466, scss/style.scss */
  .kakaku .btn {
    font-size: 25px;
  }
}
/* line 480, scss/style.scss */
.kakaku .max {
  color: #198b19;
}
@media screen and (max-width: 769px) {
  /* line 480, scss/style.scss */
  .kakaku .max {
    padding-left: 0;
  }
}
/* line 483, scss/style.scss */
.kakaku .max .num {
  background: #198b19;
}
/* line 484, scss/style.scss */
.kakaku .max .title, .kakaku .max .loma {
  color: #198b19;
}
/* line 487, scss/style.scss */
.kakaku .max .name, .kakaku .max .price {
  border-right: 1px solid #198b19;
}
@media screen and (max-width: 769px) {
  /* line 487, scss/style.scss */
  .kakaku .max .name, .kakaku .max .price {
    border: none;
  }
}
/* line 493, scss/style.scss */
.kakaku .max .btn {
  background-color: #198b19;
}
/* line 497, scss/style.scss */
.kakaku .eng {
  padding-left: 60px;
  color: #D68E31;
}
@media screen and (max-width: 769px) {
  /* line 497, scss/style.scss */
  .kakaku .eng {
    padding-left: 0;
  }
}
/* line 502, scss/style.scss */
.kakaku .eng .num {
  background: #D68E31;
}
/* line 503, scss/style.scss */
.kakaku .eng .title, .kakaku .eng .loma {
  color: #D68E31;
}
/* line 506, scss/style.scss */
.kakaku .eng .name, .kakaku .eng .price {
  border-right: 1px solid #D68E31;
}
@media screen and (max-width: 769px) {
  /* line 506, scss/style.scss */
  .kakaku .eng .name, .kakaku .eng .price {
    border: none;
  }
}
/* line 512, scss/style.scss */
.kakaku .eng .btn {
  background-color: #D68E31;
}
/* line 516, scss/style.scss */
.kakaku .math {
  padding-left: 45px;
  color: #067cc3;
}
/* line 519, scss/style.scss */
.kakaku .math .num {
  background: #067cc3;
}
/* line 520, scss/style.scss */
.kakaku .math .title, .kakaku .math .loma {
  color: #067cc3;
}
/* line 523, scss/style.scss */
.kakaku .math .name, .kakaku .math .price {
  border-right: 1px solid #067cc3;
}
@media screen and (max-width: 769px) {
  /* line 523, scss/style.scss */
  .kakaku .math .name, .kakaku .math .price {
    border: none;
  }
}
/* line 529, scss/style.scss */
.kakaku .math .btn {
  background-color: #067cc3;
}

/* kakaku */
/* line 537, scss/style.scss */
.foot {
  background: #000;
  color: #FFF;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 769px) {
  /* line 546, scss/style.scss */
  .flex {
    flex-direction: column;
  }

  /* line 549, scss/style.scss */
  img {
    max-width: 100%;
  }
}
/* line 553, scss/style.scss */
.wrap {
  margin: 50px auto 0;
}
@media screen and (max-width: 769px) {
  /* line 553, scss/style.scss */
  .wrap {
    margin: 0 auto;
  }
}

/* line 561, scss/style.scss */
.movie-box {
  margin: 0 auto;
}

/* line 566, scss/style.scss */
.movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 572, scss/style.scss */
.movie-inner .movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("./img/thumbY.jpg") no-repeat;
  background-size: cover;
}

/* line 583, scss/style.scss */
.movie-inner .movie-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("./img/thumb_play.png") center center no-repeat;
  background-size: auto;
  transition: 0.5s;
}

/* line 598, scss/style.scss */
.movie-inner .movie-thumb:hover:after {
  transform: scale(1.1);
  background: url("./img/thumb_play.png") center center no-repeat;
  background-size: auto;
}

/* line 604, scss/style.scss */
.movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  /* line 613, scss/style.scss */
  .wrap {
    width: 100%;
  }

  /* line 616, scss/style.scss */
  .movie-box {
    width: 100%;
  }
}
/* line 621, scss/style.scss */
.movie-inner .movie-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(./img/thumb_play.png) center center no-repeat;
  background-size: auto;
  transition: 0.5s;
}

/* line 637, scss/style.scss */
.sm {
  display: none;
}
@media screen and (max-width: 769px) {
  /* line 637, scss/style.scss */
  .sm {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  /* line 641, scss/style.scss */
  .pc {
    display: none;
  }
}

/* line 645, scss/style.scss */
.h1logo {
  width: 80%;
  margin: 0 auto;
}

/* line 650, scss/style.scss */
.jitu {
  width: 70%;
  display: block;
  margin: 0 auto;
}
