@charset "UTF-8";
.r-gradation {
  background: #ca0f2c;
  background: -webkit-gradient(linear, left top, right top, from(#ca0f2c), to(#df7a62));
  background: linear-gradient(to right, #ca0f2c 0%, #df7a62 100%);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  letter-spacing: .1rem;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

p {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    line-height: 1.7;
  }
}

p:last-child {
  margin-bottom: 0;
}

h3,
h4,
h5 {
  line-height: 1.5;
}

.h2 {
  font-size: 5rem;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 3.2rem;
  }
}

.h2 .pt {
  color: #bbb;
  font-size: 75%;
}

.subhead-border {
  padding: .75em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 2.8rem;
  max-width: 530px;
  text-align: center;
  margin: 0 auto 50px;
  font-weight: bold;
}

.p24 {
  font-size: 2.4rem;
}

.p20 {
  font-size: 2rem;
}

aside {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2rem;
}

.box-shadow {
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
}

.big {
  font-size: 120%;
  line-height: 1.8;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big {
    font-size: 115%;
  }
}

.big2 {
  font-size: 150%;
  line-height: 1.8;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big2 {
    font-size: 130%;
  }
}

.big3 {
  font-size: 180%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big3 {
    font-size: 170%;
  }
}

.big4 {
  font-size: 250%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big4 {
    font-size: 200%;
  }
}

.big5 {
  font-size: 400%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big5 {
    font-size: 400%;
  }
}

.bold {
  font-weight: 700;
}

.light {
  font-size: 90%;
}

.small {
  font-size: 70%;
}

.small85 {
  font-size: 85%;
}

.under {
  text-decoration: underline;
}

.red {
  color: #c90424f2;
}

.black {
  color: #424242;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.marker-gradient {
  background: #99d9ff;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#99d9ff), to(#a3ece0));
  background: linear-gradient(to right, #99d9ff, #a3ece0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: 700;
  font-size: 110%;
}

.shadow-w {
  text-shadow: 0px 0px 2px #ffffff;
}

.curning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.ma {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff283));
  background: linear-gradient(transparent 60%, #fff283 60%);
  font-weight: bold;
}

.yugothic {
  font-family: forma-djr-display, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* スマホのときは改行なし */
.br-pc {
  display: none;
}

@media (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}

/* スマホのときは改行あり */
.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  background: #df4e07;
  font-size: 2.2rem;
  border-radius: 50px;
  width: 600px;
  text-align: center;
}

@media (max-width: 767px) {
  .btn {
    padding: 20px 0;
  }
}

@media (min-width: 767px) {
  .sp {
    display: none;
  }
}

.embedvideo {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.embedvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.content__title__inner {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

.ul1 {
  max-width: 700px;
}

.ul1 li {
  border-bottom: 1px dotted #ababab;
  list-style: none;
}

.ul1 li:before {
  content: '\f046';
  /* アイコンのunicode */
  color: #d32d00;
  font-size: 2.2rem;
}

.box1 .ul1 li:last-child {
  border-bottom: none;
}

.ul2 li {
  border-bottom: 1px dotted #3a3a3a;
  list-style: none;
}

.ul2 li:before {
  font-size: 1.4em;
  content: url(../img/arrow.png);
  /* アイコンのunicode  */
}

.ul3 li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
}

.ul3 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul3 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: '\f140';
  /* アイコンのunicode  */
  margin-right: 10px;
  color: #333;
}

.ul4 {
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .ul4 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.ul4 li {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 10px 3px;
  list-style: none;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .ul4 li {
    font-size: 1.15em;
  }
}

.ul4 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul4 li:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  content: '\f058';
  /* アイコンのunicode*/
  margin-right: 10px;
  color: #c90424f2;
}

.ul4-02 li {
  font-size: 1.7rem;
  padding-left: 50px !important;
  border-bottom: 1px dotted #ddd;
}

@media (max-width: 767px) {
  .ul4-02 li {
    font-size: 1.5rem;
    padding-left: 40px !important;
  }
}

.ul4-02 li:before {
  font-size: 1.5em;
  font-family: FontAwesome;
  content: '\f27b';
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
  color: #df4e07;
}

@media (max-width: 767px) {
  .ul4-02 li:before {
    font-size: 1.7em !important;
  }
}

.ul4-03 {
  margin: 0;
  padding: 20px 30px 30px;
  border: 1px solid #d2d2d2;
}

@media (max-width: 767px) {
  .ul4-03 {
    padding: 11px 20px 12px;
  }
}

.ul4-04 li:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  content: '\f27b';
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
  color: #08a3bb;
}

.ul5 {
  max-width: 1000px !important;
}

.ul5 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 0 10px 7px;
  list-style: none;
  line-height: 1.5;
}

.ul5 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul5 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: '\f0eb';
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}

.ul6 {
  max-width: 960px !important;
}

.ul6 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px 0 10px 3px;
  list-style: none;
  line-height: 1.5;
}

.ul6 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul6 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: '\f091';
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}

.ul7 li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
}

.ul7 li:before {
  font-size: 1.4em;
  content: url(../img/voice.png);
  /* アイコンのunicode  */
}

.ul_disc_b {
  padding-left: 40px !important;
}

.ul_disc_b li {
  list-style-type: disc;
  border-bottom: 1px dashed #ddd;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  padding: 13px 0 10px 3px;
}

.ul_disc {
  padding-left: 80px !important;
}

.ul_disc li {
  list-style-type: disc;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 0 0px 3px;
  line-height: 1.5;
}

.ul_disc i {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .ul1 li {
    padding: 7px 0 5px 3px;
  }
  .ul2 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }
  .ul3 li:before {
    font-size: 1.3em;
    margin-right: 5px;
  }
  .ul4 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }
  .ul5 li:before {
    font-size: 1.3em;
    margin-right: 10px;
  }
  .ul6 li:before {
    font-size: 1.3em;
    margin-right: 5px;
  }
  .ul7 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }
  .ul_disc_b {
    padding-left: 5px;
  }
  .ul_disc_b li {
    border-bottom: 1px dashed #ddd;
    padding: 13px 0 10px 0px;
  }
  .ul_disc li {
    font-size: 1em;
  }
}

.ul1 li,
.ul2 li,
.ul3 li,
.ul4 li,
.ul5 li,
.ul6 li,
.ul7 li {
  position: relative;
  padding-right: 5px;
}

.ul1 li:before,
.ul2 li:before,
.ul3 li:before,
.ul4 li:before,
.ul5 li:before,
.ul6 li:before,
.ul7 li:before {
  position: absolute;
  top: 50%;
  left: 0px;
}

.ul1 li {
  padding-left: 32px;
}

.ul1 li:before {
  margin-top: -17px;
}

.ul2 li {
  padding-left: 45px;
}

.ul2 li:before {
  margin-top: -22px;
}

.ul3 li {
  padding-left: 35px;
}

.ul3 li:before {
  margin-top: -19px;
}

.ul4 li {
  padding-left: 35px;
}

.ul4 li:before {
  margin-top: -19px;
}

.ul5 li {
  padding-left: 45px;
}

.ul5 li:before {
  margin-top: -19px;
}

.ul6 li {
  padding-left: 45px;
}

.ul6 li:before {
  margin-top: -23px;
}

.ul7 li {
  padding-left: 49px;
}

.ul7 li:before {
  margin-top: -17px;
}

@media (max-width: 768px) {
  .ul1 li {
    line-height: 1.5;
    padding: 10px 0 10px 3px;
    padding-left: 30px;
  }
  .ul1 li:before {
    margin-top: -14px;
  }
  .ul2 li {
    padding-left: 33px;
  }
  .ul2 li:before {
    margin-top: -15px;
  }
  .ul3 li {
    padding-left: 35px;
  }
  .ul3 li:before {
    margin-top: -16px;
  }
  .ul4 li {
    padding-left: 33px;
  }
  .ul4 li:before {
    margin-top: -18px;
  }
  .ul5 li {
    padding-left: 33px;
  }
  .ul5 li:before {
    margin-top: -18px;
  }
  .ul6 li {
    padding-left: 40px;
  }
  .ul6 li:before {
    margin-top: -21px;
  }
  .ul7 li {
    padding-left: 44px;
  }
  .ul7 li:before {
    margin-top: -18px;
  }
}

.ol_nolist {
  margin-bottom: 1.6em;
}

.ol_nolist li {
  display: table;
  font-size: 1.4em;
  width: 100%;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  margin: 0 0 6px 0;
  /*position: relative;*/
}

.ol_nolist li span.no {
  width: 55px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background-color: #000b56;
}

@media (max-width: 480px) {
  .ol_nolist li span.no {
    width: 40px;
  }
}

.ol_nolist li span.text {
  color: #333;
  width: auto;
  padding: 15px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background: #eee;
  /* fallback for old browsers */
  font-weight: bold;
}

@media (max-width: 768px) {
  .ol_nolist {
    padding: 0;
    margin-bottom: 1.3em;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .ol_nolist li {
    font-size: 1.1em;
    line-height: 1.5;
  }
}

.qaBox {
  width: 100%;
  margin: 0 auto 40px;
  background-color: #fff;
}

.qaBox .qaBox-inner {
  width: 100%;
  border: 1px solid #000000;
}

.qaBox .qaBox-inner h3 {
  width: 100%;
  margin: 0 auto;
  background-color: #2d2d2d;
  display: table;
  padding: 20px 28px 20px 10px;
}

.qaBox .qaBox-inner h3 span.icon {
  width: 80px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.qaBox .qaBox-inner h3 span.text {
  width: auto;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 480px) {
  .qaBox .qaBox-inner h3 span.text {
    font-size: 16px;
  }
}

.qaBox .qaBox-inner .qaText {
  width: 100%;
  padding: 30px 30px;
  font-size: 16px;
  line-height: 1.6;
}

.qaBox .qaBox-inner .qaText p,
.qaBox .qaBox-inner .qaText ul {
  padding: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .qaBox {
    padding: 0;
    margin: 0 auto 30px;
  }
  .qaBox .qaBox-inner {
    width: 100%;
    border: 1px solid #000000;
  }
  .qaBox .qaBox-inner h3 {
    padding: 20px 10px 20px 0;
  }
  .qaBox .qaBox-inner h3 span.icon {
    width: 60px;
  }
  .qaBox .qaBox-inner h3 span.icon img {
    width: 40px;
  }
  .qaBox .qaBox-inner .qaText {
    width: 100%;
    padding: 20px 10px 15px;
  }
  .qaBox .qaBox-inner .qaText p,
  .qaBox .qaBox-inner .qaText ul {
    padding: 0;
  }
}

.p-fr {
  border: solid 1px #ccc;
  padding: 4px;
}

.marker-y {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  z-index: 10;
}

.marker-y:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: #ffe14f;
  z-index: -1;
}

.entry .form-group label {
  width: 640px;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  padding-left: 10px;
  color: #333;
}

@media (max-width: 767px) {
  .entry .form-group label {
    width: 100%;
    font-size: 1.5rem;
  }
}

.entry .form-group input {
  -webkit-appearance: none;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 640px;
  padding: 10px;
  border: 2px solid #aaaaaa;
  background: #fff;
  height: 6rem;
  font-size: 2rem;
  margin-bottom: 30px;
  border-radius: 0;
  font-weight: 500;
  color: #333;
}

.entry .form-group input::-webkit-input-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input:-ms-input-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input::-ms-input-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input::placeholder {
  color: #aaa !important;
  font-weight: 500;
}

@media (max-width: 767px) {
  .entry .form-group input {
    width: 100%;
    height: 2.7em !important;
    font-size: 1.1em;
    margin-bottom: 22px;
  }
}

.entry .submit {
  margin-top: 20px;
}

.entry .submit :hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 767px) {
  .entry #semail {
    padding-left: 20px;
  }
}

@media (min-width: 767px) {
  .entry #sename {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .entry #sename {
    margin-bottom: 10px !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.profileBox {
  width: 880px;
  margin: 0 auto;
  background: #fff;
}

.profileBox .profileInner {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
}

.profileBox .profileInner h3 {
  width: 100%;
  padding: 3% 0% 3% 3%;
  background-size: 8%;
  background-position: 8px 4px;
  background-color: #384454;
  color: #fff;
  font-size: 2rem;
}

.profileBox .profile_img {
  float: right;
  margin-left: 10px;
}

.profileBox .profileDetail {
  padding: 50px 45px;
}

.profileBox p {
  padding: 0;
}

.profileBox h3 {
  font-weight: bold;
}

.profileBox h4 {
  border-left: 5px solid #000;
  padding: 5px 0px 5px 15px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .profileBox h4 {
    padding: 2px 0px 0px 15px;
  }
}

.profileBox h4 .yomi {
  font-size: 20px;
}

.profileBox h5 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .profileBox {
    width: 100%;
    margin: 0 auto;
  }
  .profileBox .profileInner {
    width: 100%;
    border: 1px solid #dcdcdc;
  }
  .profileBox .profileInner h3 {
    width: 100%;
    padding: 3.5% 0% 3.5% 3%;
    background-size: 8%;
    background-position: 8px 4px;
    color: #fff;
    font-size: 1.8rem;
  }
  .profileBox .profile_img {
    float: right;
  }
  .profileBox .profileDetail {
    padding: 30px 20px;
  }
  .profileBox p {
    padding: 0;
  }
  .profileBox h4 {
    font-size: 28px;
    font-weight: bold;
  }
  .profileBox h4 .yomi {
    font-size: 18px;
  }
  .profileBox h5 {
    font-weight: bold;
  }
}

.gr-img {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 70%;
  display: block;
}

@media (max-width: 767px) {
  .gr-img {
    width: 100%;
  }
}

.caption {
  font-size: 90%;
  text-align: center;
  opacity: .7;
  line-height: 1.6;
  max-width: 650px;
  margin: -15px auto 30px;
}

.sign {
  width: 170px;
  text-align: right;
  margin-top: 55px;
}

.sign img {
  width: 100%;
}

@media (max-width: 767px) {
  .sign {
    width: 145px;
    margin: 0 0 0 auto;
  }
}

.line01 h4 {
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 50px;
  color: #072335;
}

@media (max-width: 767px) {
  .line01 h4 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding: 30px 5% 50px;
  }
}

.line01 p {
  line-height: 36px;
  background: url(../img/bg-note01.png) bottom;
  margin: 0;
  padding: 0;
}

.programlabel {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 5px 1px;
  font-size: 0.9em;
  margin-bottom: 2px;
}

.programlabel.programlabel-red {
  color: #ffffff;
  background-color: #C40B13;
  padding: 0px 5px;
}

.programlabel.programlabel-red2 {
  color: #C40B13;
  background-color: #ffffff;
  border: #C40B13 3px solid;
  line-height: 1.2;
}

.programlabel.programlabel-red3 {
  color: #ffffff;
  background-color: #9e7a26;
}

.programlabel.programlabel-red4 {
  color: #9e7a26;
  background-color: #ffffff;
  border: #9e7a26 3px solid;
  line-height: 1.2;
}

.programlabel.programlabel-blue {
  color: #fff;
  background-color: #04a5d8;
  padding: 0px 5px;
}

/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 40;
}

/*▲▲ ここまで追加する ▲▲*/
.more {
  color: #221f2c;
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 20px 4px;
  border: 1px solid #221f2c;
  cursor: pointer;
  margin: 10px auto;
  font-weight: 700;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.more:hover {
  background: #221f2c;
  color: #fff;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(1turn);
            transform: rotateZ(1turn);
  }
}

.green-audio-player {
  width: 265px;
  height: 45px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

@media (max-width: 767px) {
  .green-audio-player {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .green-audio-player {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.green-audio-player.player-accessible .play-pause-btn:hover,
.green-audio-player.player-accessible .controls:hover,
.green-audio-player.player-accessible .volume__button:hover,
.green-audio-player.player-accessible .volume__controls:hover,
.green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}

.green-audio-player svg,
.green-audio-player img {
  display: block;
}

.green-audio-player .holder {
  position: relative;
}

.green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-animation: spin 0.4s linear infinite;
          animation: spin 0.4s linear infinite;
}

.green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
}

.green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}

.green-audio-player .slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
}

.green-audio-player .slider .gap-progress {
  background-color: #44bfa3;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}

.green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #44bfa3;
  position: absolute;
  pointer-events: all;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}

.green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}

.green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #55606e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}

@media (max-width: 767px) {
  .green-audio-player .controls {
    font-size: 13px;
  }
}

.green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}

.green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}

.green-audio-player .controls span {
  cursor: default;
}

.green-audio-player .controls:focus {
  outline: none;
}

.green-audio-player .volume {
  position: relative;
}

.green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
}

.green-audio-player .volume .volume__button:focus {
  outline: none;
}

.green-audio-player .volume .volume__button.open path {
  fill: #44bfa3;
}

.green-audio-player .volume .volume__controls {
  width: 30px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  outline: none;
}

.green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}

.green-audio-player .volume .volume__controls:focus {
  outline: none;
}

.green-audio-player .volume .volume__controls.hidden {
  display: none;
}

.green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}

.green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}

.green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}

.green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
}

.green-audio-player .download:focus {
  outline: none;
}

.green-audio-player:focus {
  outline: none;
}

.message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000;
  z-index: 20;
  border-radius: 100px;
}

@media (max-width: 767px) {
  #page_top {
    opacity: 0;
  }
}

/* Font Awesome */
#page_top::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  width: 30px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.menu {
  width: 100%;
  background-color: #c90424f2;
  display: block;
  -webkit-transition: .8s;
  transition: .8s;
}

.menu ul {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  min-width: 1000px;
}

.menu ul li {
  text-align: center;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.menu ul li a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.menu ul li a span {
  opacity: .7;
  font-size: 80%;
}

.menu ul li a:hover {
  opacity: .8;
}

.menu-follow {
  position: fixed;
  top: -100px;
  right: 0;
  z-index: 9999;
}

.menu-follow ul {
  padding: 10px 0 11px;
  max-width: 1000px;
  width: 1000px;
}

.menu-follow ul li a {
  font-size: 14px;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  background: #c90424f2;
  color: #333;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  width: 100%;
  padding-top: 51px;
  padding-bottom: 40px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:first-child {
  border-top: 1px solid #fff;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 20px 0 20px 20px;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.4;
  text-align: left;
}

nav.globalMenuSp ul li a span {
  opacity: .7;
  font-size: 80%;
}

.spmenu-sns {
  margin-top: 30px;
}

.spmenu-sns i {
  font-size: 3.5rem !important;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.navToggle {
  display: none;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #c90424f2;
  cursor: pointer;
  z-index: 20;
  text-align: center;
}

@media (max-width: 767px) {
  .navToggle {
    display: block;
  }
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 2px #fff;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 10px;
}

.navToggle span:nth-child(1) {
  top: 14px;
}

.navToggle span:nth-child(2) {
  top: 23px;
}

.navToggle span:nth-child(3) {
  top: 32px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #333;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 22px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 2px #fff;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 2px #fff;
}

.container {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container0 {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.container-full {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 70px 0 55px;
  position: relative;
}

.container-full::before {
  position: absolute;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 116px;
  /*画像の幅*/
  height: 58px;
  /*画像の高さ*/
  background-image: url(../img/arrow-fullbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -22px;
  left: 45%;
  z-index: 100;
}

@media (max-width: 767px) {
  .container-full::before {
    left: 37%;
  }
}

.footer {
  font-family: serif;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #c90424;
  text-align: center;
  padding: 0px 15px 60px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    min-width: auto;
  }
}

.footer p {
  font-weight: 400 !important;
  font-size: 11px !important;
  margin: 0 auto;
  line-height: 1.6;
  opacity: .9;
}

.arrow-white::before {
  background-image: url(../img/arrow-full-white.png);
}

.container-flex {
  margin-right: 6%;
  margin-left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .row-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.photoadd {
  float: right;
  z-index: 100;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .photoadd {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: 60%;
  }
}

.photoadd2 {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .photoadd2 {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.photoadd2-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .photoadd2-left {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

@media (max-width: 767px) {
  .w100sp {
    width: 100%;
  }
  .w90sp {
    width: 90%;
    display: block;
  }
  .w80sp {
    width: 80%;
  }
  .w70sp {
    width: 70%;
  }
  .w60sp {
    width: 60%;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
  .mb50sp {
    margin-bottom: 5rem;
  }
  .mb70sp {
    margin-bottom: 7rem;
  }
}

.w90 {
  width: 90%;
}

.float-img {
  float: left;
  margin: 0 15px 15px 0;
}

.float-img-r {
  float: right;
  margin: 0 0px 5px 10px;
}

.float-width {
  width: 250px;
}

@media (max-width: 767px) {
  .float-width {
    width: 230px;
  }
}

.center-block {
  display: block;
  margin: 0 auto;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.margintop-150 {
  margin-top: -150px;
}

@media (max-width: 767px) {
  .margintop-150 {
    margin-top: 0;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 3rem;
}

.mt50 {
  margin-top: 5rem;
}

.mr10 {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .mr10 {
    margin-right: 0;
  }
}

.txt-box {
  padding: 0 50px;
}

@media (max-width: 767px) {
  .txt-box {
    padding: 0 0px;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: none !important;
}

@media (min-width: 767px) {
  .pc {
    display: block !important;
  }
}

/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
.delighter.splash {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.delighter.splash.ended {
  background: #fff;
}

.delighter.right {
  -webkit-transform: translate(-60%);
          transform: translate(-60%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(60%);
          transform: translate(60%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(300%);
          transform: translatey(300%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.fadeIn {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

.delighter.fadeIn.started {
  opacity: 1;
}

.delighter.slideUp {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.slideUp.started {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.delighter.slideR {
  -webkit-transform: translate3d(20px, 0px, 0);
  transform: translate3d(20px, 0px, 0);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.slideR.started {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.delighter.slideL {
  -webkit-transform: translate3d(-20px, 0px, 0);
  transform: translate3d(-20px, 0px, 0);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.slideL.started {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.delighter.maskToRight {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}

.delighter.maskToRight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  z-index: 2;
}

.delighter.maskToRight.started::before {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.delay_03 {
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay_06 {
  -webkit-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay_09 {
  -webkit-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay_12 {
  -webkit-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay_15 {
  -webkit-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.sample-text1 {
  font-size: 20px;
  font-weight: bold;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
          animation-name: fuwafuwa;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@media (max-width: 767px) {
  .fuwafuwa {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes zoomBg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomBg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.delighter.right {
  -webkit-transform: translate(-60%);
          transform: translate(-60%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

body {
  background: #fff;
  position: relative;
}

.bodyfade {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main {
  background-color: #fff;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  main {
    min-width: initial;
    min-width: auto;
  }
}

.h3 {
  border-bottom: 4px double #5b5b5b;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .h3 {
    margin-bottom: 30px;
  }
}

.h3-emphasis {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .h3-emphasis {
    margin-top: 50px;
  }
}

.h3-top {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .h3-top {
    margin-top: 50px;
  }
}

.kv {
  position: relative;
}

.kv:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/kv-bg.jpg) no-repeat top center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-animation: zoomBg 12s ease-out;
          animation: zoomBg 12s ease-out;
}

@media (max-width: 767px) {
  .kv:after {
    background: url(../img/kv-bg-sp.jpg) no-repeat top center;
    background-size: cover;
    -webkit-animation: zoomBg 10s ease-out;
            animation: zoomBg 10s ease-out;
  }
}

.kv-wrap {
  height: 100%;
  min-width: 1050px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .kv-wrap {
    min-width: 200px;
    max-width: none;
    padding-right: 10px;
  }
}

.kv-black {
  height: 100px;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.kv-top {
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .kv-top {
    padding: 15px 15px;
  }
}

.kv-logo {
  width: 180px;
  z-index: 1;
}

@media (max-width: 767px) {
  .kv-logo {
    width: 150px;
  }
}

@media (min-width: 767px) {
  .kv-logo {
    margin-left: 1%;
  }
}

.kv-logo img {
  width: 100%;
}

.kv-title {
  position: absolute;
  z-index: 10;
  width: 41%;
  max-width: 550px;
  top: 34%;
  left: 10%;
}

@media (max-width: 767px) {
  .kv-title {
    top: 75px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.kv-title img {
  width: 100%;
}

.kv-badge {
  position: absolute;
  z-index: 11;
  width: 180px;
  bottom: 9%;
  right: 5%;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.kv-badge:hover {
  opacity: .75;
}

@media (max-width: 767px) {
  .kv-badge {
    bottom: 5%;
    right: 3%;
    width: 130px;
  }
  .kv-badge:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 765px) {
  /* スマホとタブレット以外はこっちを適用 */
  .bg-pc {
    height: 100vh !important;
    /* !importantを使用し、jQueryを打ち消し */
  }
}

.kvmenu {
  display: block;
  -webkit-transition: .8s;
  transition: .8s;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  position: relative;
  z-index: 10;
}

.kvmenu ul {
  width: 800px;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.kvmenu ul li {
  text-align: center;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.kvmenu ul li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.kvmenu ul li a:hover {
  opacity: .8;
}

.pr {
  overflow: hidden;
  background: #000;
  padding: 170px 0px 210px;
  position: relative;
  color: #fff;
}

@media (max-width: 767px) {
  .pr {
    margin-top: -4px;
    padding-top: 140px;
    padding-bottom: 210px;
  }
}

.pr-bigtitle {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: block;
}

@media (max-width: 767px) {
  .pr-bigtitle {
    width: 59.5%;
    top: -75px;
  }
}

.pr-txt {
  width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  text-align: justify;
}

@media (max-width: 767px) {
  .pr-txt {
    width: 100%;
    margin: 0 auto;
  }
}

.pr-txt p {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .pr-txt p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.pr-namesp {
  position: relative;
  z-index: 100;
}

.pr-img01 {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .pr-img01 {
    top: 5%;
    left: 15%;
  }
}

.pr-img02 {
  position: absolute;
  top: 15%;
  right: -20%;
  z-index: 1;
  width: 200px;
}

@media (max-width: 767px) {
  .pr-img02 {
    top: 30%;
    right: 0%;
  }
}

.pr-img06 {
  position: absolute;
  top: 5%;
  left: -15%;
  z-index: 1;
  width: 400px;
}

@media (max-width: 767px) {
  .pr-img06 {
    top: 30%;
    right: 0%;
  }
}

.pr-img03 {
  position: absolute;
  bottom: -10%;
  left: -12%;
  z-index: 1;
  width: 350px;
}

@media (max-width: 767px) {
  .pr-img03 {
    width: 260px;
    bottom: 18%;
    left: 0;
    width: 200px;
  }
}

.pr-img04 {
  position: absolute;
  bottom: -16%;
  right: 0%;
  z-index: 1;
  width: 350px;
}

@media (max-width: 767px) {
  .pr-img04 {
    right: 0;
    width: 260px;
    bottom: -5%;
  }
}

.mv {
  margin-top: -2px;
  background: url(../img/mv-bg.jpg) center center;
  background-size: cover;
  padding: 120px 0 100px;
  position: relative;
}

@media (max-width: 767px) {
  .mv {
    padding: 70px 0 40px;
  }
}

.mv-wrap {
  margin: 0 auto;
  max-width: 1010px;
  padding-right: 20px;
  padding-left: 20px;
}

.mv-black {
  height: 100px;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.mv-txt {
  position: relative;
  width: 260px;
  z-index: 11;
  opacity: .9;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .mv-txt {
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
  }
}

.mv .embedvideo {
  z-index: 10;
}

.mv .video-width {
  max-width: 700px;
  margin: 0 auto;
}

.dg {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .dg {
    padding: 60px 0;
  }
}

.dg .container {
  max-width: 1010px;
}

.dg-title {
  width: 460px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .dg-title {
    width: 90%;
    max-width: 330px;
    margin-bottom: 40px;
    margin: 0 auto 30px;
    display: block;
  }
}

.dg-prd {
  width: 33%;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .dg-prd {
    width: 100%;
  }
}

.dg-pic {
  width: 100%;
}

@media (max-width: 767px) {
  .dg-pic {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}

.dg-buy {
  margin-top: -15px;
  margin-bottom: 20px;
}

.dg-buy a {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.dg-buy a:hover {
  opacity: .75;
}

.dg-buy a:last-child {
  margin-left: 2%;
}

.dg-buy img {
  display: inline-block;
  padding: 2px 36px 0;
  border-radius: 50px;
  border: 1px solid #5b5b5b;
  margin: 0 auto 5px;
  width: 131px;
}

@media (max-width: 767px) {
  .dg-buy img {
    width: 45%;
    width: 110px;
    padding: 5px 25px;
  }
}

@media (min-width: 767px) {
  .dg-buy img {
    margin-left: 10px;
  }
}

.dg-out {
  display: block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #888;
  margin: 0 auto 15px;
  width: 200px;
  color: #888;
}

.dg-txt {
  width: 62%;
}

@media (max-width: 767px) {
  .dg-txt {
    width: 100%;
  }
}

.dg-head {
  font-size: 2.2rem;
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  font-family: serif;
}

@media (max-width: 767px) {
  .dg-head {
    font-size: 2rem;
  }
}

.dg-date {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.dg-exp {
  font-size: 1.5rem;
  text-align: justify;
}

@media (max-width: 767px) {
  .dg-exp {
    font-size: 1.4rem;
  }
}

.dg-item {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .dg-item {
    margin-bottom: 50px;
  }
}

@media (min-width: 767px) {
  .dg-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.dg-audio-item {
  background: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 10px 1px 10px;
}

.dg-audio-item:nth-child(even) {
  background: #fff;
}

@media (max-width: 767px) {
  .dg-audio-item {
    padding: 5px 10px 5px 10px;
  }
}

.dg-audio-itemOnly {
  padding: 8px 10px 8px 10px;
}

@media (max-width: 767px) {
  .dg-audio-itemOnly {
    padding: 5px 10px 5px 10px;
  }
}

.dg-audio-name {
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .dg-audio-name {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .dg .aaudio {
    margin: 0 auto;
  }
}

.repeat-img {
  height: 250px;
  background: url(../img/repeat.jpg) center;
}

.st {
  position: relative;
  background: url(../img/st-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
  color: #eee;
  padding: 100px 0 50px;
}

@media (max-width: 767px) {
  .st {
    padding: 80px 0 70px;
    background: url(../img/st-bg-sp.jpg) top center no-repeat;
    background-attachment: inherit;
    background-size: contain;
    background-color: #000;
  }
}

.st .container {
  max-width: 1010px;
}

.st-width {
  max-width: 850px;
  margin: 0 auto;
}

.st-title {
  width: 660px;
  margin-bottom: 50px;
}

.st-title img {
  width: 100%;
}

@media (max-width: 767px) {
  .st-title {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 50px;
  }
}

.st-column {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .st-column {
    margin-bottom: 0;
  }
}

.st-column-wrap {
  margin: 0 auto;
}

@media (min-width: 767px) {
  .st-column-wrap {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 5.5em;
            column-gap: 5.5em;
    padding-bottom: 66px;
    border-bottom: 1px solid;
  }
}

.st-fullimg {
  height: 300px;
  width: 100%;
  background: url(../img/st-fullimg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .st-fullimg {
    background-attachment: inherit;
  }
}

.st-mid {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}

.st p {
  font-size: 1.5rem;
  margin-bottom: 2.2rem;
}

.imp {
  background: url(../img/imp-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #eee;
  padding: 100px 0;
  text-align: justify;
}

@media (max-width: 767px) {
  .imp {
    padding: 70px 0;
    background: url(../img/imp-bg-sp.jpg) top center no-repeat;
    background-attachment: inherit;
    background-size: contain;
    background-color: #000;
  }
}

.imp .container {
  max-width: 890px;
}

.imp-head {
  font-size: 3rem;
  letter-spacing: 2px;
  margin-bottom: 60px;
  text-align: center;
  font-family: serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .imp-head {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

.ms {
  background-image: url(../img/ms-bg.jpg);
  padding-bottom: 180px;
}

@media (max-width: 767px) {
  .ms {
    padding-bottom: 60px;
  }
}

.ms .line01 {
  line-height: 35px;
  background: url(../img/bg-note01.png) bottom;
  margin: 0;
  padding: 0;
}

.ms p {
  line-height: 2.4em;
}

.ms-title {
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 350px;
}

@media (min-width: 767px) {
  .ms-title {
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  .ms-title {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 200px;
  }
}

.lv {
  padding: 100px 0 70px;
}

@media (max-width: 767px) {
  .lv {
    padding: 60px 0;
  }
}

.lv-title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .lv-title {
    margin-bottom: 30px;
  }
}

.lv-title img {
  width: 140px;
}

@media (max-width: 767px) {
  .lv-title img {
    width: 100%;
    max-width: 110px;
    margin: 0 auto 5px;
    display: block;
  }
}

.equiptop {
  padding: 100px 0 70px;
  background: url(../img/imp-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.equiptop .container {
  max-width: 1010px;
}

@media (max-width: 767px) {
  .equiptop {
    padding: 60px 0;
  }
}

.equiptop-title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .equiptop-title {
    margin-bottom: 30px;
  }
}

.equiptop-title img {
  width: 390px;
}

@media (max-width: 767px) {
  .equiptop-title img {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 5px;
    display: block;
  }
}

.equip {
  background: url(../img/imp-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.equip .container {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .equip .container {
    padding-top: 50px;
  }
}

.equip-titlesub {
  font-size: 2rem;
  letter-spacing: 10px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 767px) {
  .equip-titlesub {
    float: right;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .equip-titlesub {
    font-size: 1.8rem;
    letter-spacing: 5px;
  }
}

.equip-title {
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .equip-title {
    margin-bottom: 30px;
  }
}

.equip-title img {
  width: 400px;
}

@media (max-width: 767px) {
  .equip-title img {
    width: 100%;
    max-width: 315px;
  }
}

.equip-wrap {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.equip-head {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .equip-head {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.equip-img {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .equip-img {
    width: 100%;
    max-width: 400px;
  }
}

.equip-line {
  margin-bottom: 60px;
}

.equip-desc {
  margin-bottom: 50px;
}

.equip-caution {
  padding: 25px 30px;
  background: #ffffff40;
  margin-top: 50px;
  margin-bottom: 80px !important;
}

.btn-4 {
  color: #fff;
  max-width: 300px;
  border: 1px solid #fff;
  padding: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.btn-4:hover {
  background: #fff;
  color: #000;
}

.btn-4-br {
  border: 1px solid #000;
  color: #000;
}

.btn-4-br:hover {
  background: #000;
  color: #fff;
}

#livelist {
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#livelist p {
  display: inline;
  margin-right: 0px;
}

@media (max-width: 767px) {
  #livelist p {
    display: block;
    margin-right: 0;
  }
}

#livelist li {
  padding: 25px 30px 25px 0px;
  line-height: 1.5;
  border-bottom: solid 1px #232323;
  background: url(../img/arrow.svg) no-repeat;
  background-position: center right 10px;
  background-size: 15px 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

#livelist li:hover {
  background-position: center right 5px;
}

#livelist li:first-child {
  border-top: solid 0px #232323;
}

@media (max-width: 767px) {
  #livelist li {
    padding: 20px 30px 20px 0px;
  }
}

#livelist span {
  margin-right: 30px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 767px) {
  #livelist span {
    display: block;
    margin-bottom: 10px;
  }
}

#livelist a {
  line-height: 1.5;
  color: #111;
  font-weight: 600;
}

#livelist a:hover {
  opacity: .8;
}

.cont {
  background: #c90424;
  color: #eee;
  padding: 70px 0 30px;
}

.cont .container {
  max-width: 850px;
}

@media (max-width: 767px) {
  .cont {
    padding: 70px 0 30px;
  }
}

.cont-l {
  width: 100%;
}

@media (max-width: 767px) {
  .cont-l {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .cont-l {
    padding: 0 0px;
  }
}

.cont-txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

@media (max-width: 767px) {
  .cont-txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.cont-lo {
  width: 130px;
}

.cont-sns {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .cont-sns {
    padding: 0 35px;
    max-width: 300px;
  }
}

.cont-sns i {
  font-size: 2.2rem;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media (max-width: 767px) {
  .cont-sns i {
    font-size: 3rem;
  }
}

.cont-sns i:hover {
  opacity: .75;
}

.cont-r {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cont-r {
    padding: 0 30px;
    margin-top: 60px;
  }
}

.cont-r img {
  max-width: 160px;
}

.ggmap {
  position: relative;
  padding-bottom: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line01 p {
  line-height: 36px;
  background: url(../img/bg-note01.png) bottom;
  margin: 0;
  padding: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.pr-bigtitle {
  opacity: .9;
}

.st-title {
  opacity: .9;
}

.navpage {
  margin-top: 100px;
}

.navpage :hover {
  opacity: .8;
}

.navpage-item {
  width: 47%;
  height: 100px;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #000;
          box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
}

.navpage-item:first-child {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .navpage-item {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */