@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul,
nav li {
  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; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

/*--------------------------------------------------------------
add
--------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
  outline: none; }

ul, ol {
  list-style: none; }

/*--------------------------------------------------------------
color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
font-size
--------------------------------------------------------------*/
/*--------------------------------------------------------------
opacity transition
--------------------------------------------------------------*/
/*--------------------------------------------------------------
font-family
--------------------------------------------------------------*/
/*--------------------------------------------------------------
etc
--------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.83;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size-adjust: 100%;
  text-justify: none; }

header {
  width: 100%; }

p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph; }

img {
  vertical-align: middle; }

img {
  max-width: 100%; }

/*--------------------------------------------------------------
print
--------------------------------------------------------------*/
@media print {
  .no-print {
    display: none; } }

/*--------------------------------------------------------------
tell link sponly
--------------------------------------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/*--------------------------------------------------------------
width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
mq
--------------------------------------------------------------*/
/*--------------------------------------------------------------
px - vw
--------------------------------------------------------------*/
/*--------------------------------------------------------------
inner
--------------------------------------------------------------*/
.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 1080px) {
  .inner {
    max-width: 98vw; } }

@media screen and (max-width: 768px) {
  .inner {
    max-width: 90vw; } }

@media screen and (max-width: 600px) {
  .inner {
    max-width: 95vw; } }

/*--------------------------------------------------------------
font-size
--------------------------------------------------------------*/
body {
  font-size: 1.6rem; }

p,
li {
  font-size: 1.9rem; }

@media screen and (max-width: 1080px) {
  body {
    font-size: 1.6rem; }
  p,
  li {
    font-size: 1.9rem; } }

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem; }
  p,
  li {
    font-size: 1.6rem; } }

@media screen and (max-width: 600px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5; }
  p,
  li {
    font-size: 1.6rem;
    line-height: 2.3; } }

/*--------------------------------------------------------------
only
--------------------------------------------------------------*/
.forpc {
  display: block; }
  @media screen and (max-width: 1920px) {
    .forpc {
      display: block; } }
  @media screen and (max-width: 1080px) {
    .forpc {
      display: block; } }
  @media screen and (max-width: 768px) {
    .forpc {
      display: block; } }
  @media screen and (max-width: 600px) {
    .forpc {
      display: none; } }

.forsp {
  display: none; }
  @media screen and (max-width: 1920px) {
    .forsp {
      display: none; } }
  @media screen and (max-width: 1080px) {
    .forsp {
      display: none; } }
  @media screen and (max-width: 768px) {
    .forsp {
      display: none; } }
  @media screen and (max-width: 600px) {
    .forsp {
      display: block; } }

/*--------------------------------------------------------------
hover
--------------------------------------------------------------*/
.alpha {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .alpha:hover {
    opacity: 0.5; }

/*--------------------------------------------------------------
scroll
--------------------------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.5; }
  @media screen and (max-width: 600px) {
    #page_top {
      bottom: 5px; } }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

body {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #001247; }
  @media screen and (max-width: 768px) {
    body {
      background-size: contain;
      background-image: url(../images/bg-sp_2x.jpg); } }
  @media screen and (max-width: 600px) {
    body {
      background-size: contain;
      background-image: url(../images/bg-sp_2x.jpg); } }

h1 {
  text-align: center;
  padding-top: 20px; }

@media screen and (max-width: 768px) {
  .ttllogo {
    display: none; } }

@media screen and (max-width: 600px) {
  .ttllogo {
    display: none; } }

.ttllogo_box {
  margin-bottom: 500px; }
  @media screen and (max-width: 768px) {
    .ttllogo_box {
      margin-bottom: 65.10417vw; } }
  @media screen and (max-width: 600px) {
    .ttllogo_box {
      margin-bottom: 83.33333vw; } }

.content {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #ffff;
  border-radius: 15px;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .content {
      width: 100%;
      border-radius: 1.95312vw; } }
  @media screen and (max-width: 600px) {
    .content {
      width: 100%;
      border-radius: 2.5vw; } }

.movie_box {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .movie_box {
      width: 95%;
      padding: 5.20833vw 0; } }
  @media screen and (max-width: 600px) {
    .movie_box {
      width: 95%;
      padding: 6.66667vw 0; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.time_box {
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .time_box {
      width: 95%;
      margin: 0 auto; } }
  @media screen and (max-width: 600px) {
    .time_box {
      width: 95%;
      margin: 0 auto; } }

.main-ttl {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .main-ttl {
      margin-bottom: 3.90625vw; } }
  @media screen and (max-width: 600px) {
    .main-ttl {
      margin-bottom: 5vw; } }

.time_box p {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .time_box p {
      margin-bottom: 3.90625vw; } }
  @media screen and (max-width: 600px) {
    .time_box p {
      margin-bottom: 5vw; } }

.note_box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .note_box {
      margin-bottom: 3.90625vw; } }
  @media screen and (max-width: 600px) {
    .note_box {
      margin-bottom: 5vw; } }

.note_box p {
  text-indent: -1em;
  padding-left: 1em; }

.note_ttl {
  font-weight: bold; }

.detail_box {
  width: 90%;
  margin: 0 auto; }

.ttlbar {
  background: -moz-linear-gradient(left, #222a6a, #b3477d);
  background: -webkit-linear-gradient(left, #222a6a, #b3477d);
  background: linear-gradient(to right, #222a6a, #b3477d);
  padding: 5px 0;
  color: #ffff;
  border-radius: 10px;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .ttlbar {
      font-size: 1.6rem;
      margin-bottom: 2.60417vw; } }
  @media screen and (max-width: 600px) {
    .ttlbar {
      font-size: 1.6rem;
      margin-bottom: 2.60417vw; } }

.program {
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .program {
      margin-bottom: 9.11458vw; } }
  @media screen and (max-width: 600px) {
    .program {
      margin-bottom: 11.66667vw; } }

.program_ttl {
  font-weight: bold;
  font-size: 2rem; }
  @media screen and (max-width: 768px) {
    .program_ttl {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .program_ttl {
      font-size: 1.6rem; } }

.program_detail,
.introduce_detail {
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .program_detail,
    .introduce_detail {
      padding: 0; } }
  @media screen and (max-width: 600px) {
    .program_detail,
    .introduce_detail {
      padding: 0; } }

.program_txt {
  padding: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .program_txt {
      padding: 0; } }
  @media screen and (max-width: 600px) {
    .program_txt {
      padding: 0; } }

.dl_btn {
  text-align: center; }

.dl_btn a {
  color: #ffff;
  font-weight: bold; }

.dl_btn p {
  font-size: 2.2rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .dl_btn p {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .dl_btn p {
      font-size: 1.6rem; } }

.introduce_detail p {
  margin-bottom: 20px; }

.sns {
  margin-bottom: 50px;
  display: flex;
  justify-content: center; }
  .sns .icon {
    margin: 0 20px; }
    .sns .icon img {
      width: 65px; }

footer {
  background-color: #0094b7;
  padding: 10px 0;
  text-align: center;
  color: #ffff; }

.copy {
  font-size: 1.3rem;
  text-align: center; }

