@charset "UTF-8";
.modal-footer a {
	text-align: center;
	margin: 0;
}
/* ボタン全体 */
.flowbtn10 {
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  transition: .5s;
  color: #444;
}
/* インスタ・pocket・ラインだけ少し大きく */
.flowbtn10 .fa-instagram, .flowbtn10 .fa-get-pocket, .flowbtn10 .fa-get-pocket, .flowbtn10 .fa-line {
  font-size: 20px;
}
/* Instagramマウスホバー時 */
.flowbtn10 .fa-instagram:hover {
  color: #c6529a;
}
/* Facebookマウスホバー時 */
.flowbtn10 .fa-facebook-f:hover {
  color: #3b5998;
}
/* メールアイコンマウスホバー時 */
.flowbtn10 .fa-envelope:hover {
  color: #f3981d;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti {
  padding: 0 !important;
}
/* アイコン全体の位置 */
.snsbtniti {
  width: 150px;
  margin: 0 auto;
}
/* アイコン同士の余白 */
.snsbtniti li {
  float: left;
  width: 50px;
  text-align: center;
}
#sns {
  width: 100%;
}
.btncontact {
  background: #DFDFDF;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  display: block;
  border: 1px solid #111;
  max-width: 310px;
  padding: 6px 60px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.btncontact:after {
  content: "";
  width: 85px;
  height: 5px;
  background: url(img/btnArrow.svg) no-repeat center center;
  position: absolute;
  right: -49px;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: arrow 2.5s ease 0s infinite normal;
}
.col {
  overflow: hidden;
}
#note h2 {
  margin-bottom: 30px;
  color: #070707 !important;
  -webkit-text-fill-color: unset;
}
#note .col {
  width: 33.333333%;
  height: 300px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
#note a {
  background: none;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 1px -2px rgba(0, 0, 0, 0.12), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}
.modal {
  width: 80%;
  max-height: 80%;
}
table {
  width: 90%;
  margin: 20px auto;
}
@keyframes bgAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#anime_test {
  display: block; /* ブロック要素にする */
  margin: 0 auto; /* 要素中央揃え */
  position: relative; /* 位置指定 */
  animation: anime1 1s ease; /* アニメーション指定 */
}
@keyframes anime1 {
  0% {
    opacity: 0; /* 透明度指定 */
    top: 100%; /* 位置指定 */
  }
  100% {
    opacity: 1; /* 透明度指定 */
    top: 50%; /* 位置指定 */
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
  display: block;
}
body {
  font-family: 'Poppins', "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  color: rgba(0, 0, 0, .95);
  word-wrap: break-word;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  width: 100%;
}
/*GoogleFont*/
.g-font {
  font-family: 'Poppins', sans-serif;
}
.bolder {
  font-weight: 600;
}
.gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*color*/
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
::selection {
  background: #fff;
  color: #0f5b92;
}
::-moz-selection {
  background: #fff;
  color: #0f5b92;
}
.color {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*基本文字組み*/
/*日本語最適化*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.2;
  color: inherit
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 22px;
  margin-bottom: 11px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 11px;
  margin-bottom: 11px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%
}
.h1, h1 {
  font-size: 32px
}
.h2, h2 {
  font-size: 28px
}
.h3, h3 {
  font-size: 24px
}
.h4, h4 {
  font-size: 19px
}
.h5, h5 {
  font-size: 16px
}
.h6, h6 {
  font-size: 12px
}
p {
  margin: 0 0 11px
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4
}
.on-small-only .lead {
  font-size: 24px
}
.small, small {
  font-size: 75%
}
p.large-lead {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 300;
}
p.larger-lead {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 300;
}
p .btn {
  margin-right: 20px;
}
hr {
  margin: 60px 0;
}
/*文字オプション*/
.small-text {
  font-size: 12px;
}
.smaller-text {
  font-size: 9px;
}
.big-text {
  font-size: 16px;
}
.bigger-text {
  font-size: 21px;
  line-height: 1.6;
}
.none-text {
  text-transform: none;
}
.strong-text {
  font-weight: bold;
}
.lighter {
  font-weight: 300;
}
.bolder {
  font-weight: 600;
}
.letter-spacing {
  letter-spacing: 1px;
}
.letter-spacing.big {
  letter-spacing: 2px;
}
.letter-spacing.bigger {
  letter-spacing: 3px;
}
.line-height-big {
  line-height: 1.8;
}
/*画面*/
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.wrap {
  padding: 0.6em 1.2em;
}
.position-relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
/*clearfix*/
.clear {
  clear: both;
}
.clear hr {
  display: none;
}
/*デフォルトホバー*/
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}
/*マージン*/
.row.m0 {
  margin: 0;
}
.row.p0 .col {
  padding: 0;
}
.mb30 {
  margin-bottom: 30px;
}
.row.no-padding .col {
  padding: 0;
}
.container2 {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width:601px) {
  .container2 {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container2 {
    width: 70%;
  }
}
.container3 {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width:601px) {
  .container3 {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container3 {
    width: 85%;
  }
}
/*clearfix追加*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*btn-opacity ホバーでフェードアウト透過*/
.btn-opacity {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn-opacity:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*マージン*/
.m0 {
  margin: 0;
}
.m60 {
  margin: 0 60px;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.pl100 {
  padding-left: 80px;
}
.pr100 {
  padding-right: 80px;
}
#MV {
  position: relative;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
#MV .logo {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 123px;
  height: 145px;
  margin: 0;
  z-index: 5;
}
.on-small-only #MV .logo {
  top: 20px;
  left: 20px;
  width: 123px;
  height: 145px;
}
#MV .logoArea {
  width: 641px;
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
}
.on-small-only #MV .logoArea {
  width: 90%;
  margin: auto;
  bottom: 3em;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#MV .logoArea p.catch {
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-left: -5px;
}
#MV .logoArea h1 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 6px;
  margin: 30px 0 40px;
}
#MV .logoArea h1 + p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
}
.on-small-only #MV .logoArea p.catch {
  font-size: 56px;
}
.notify-btn {
  margin: 20px 0 50px;
  padding: 13px 35px;
  border-radius: 50px;
  border: 2px solid #F84982;
  background: #F84982;
}
.notify-btn a {
  transition: all .3s;
  color: #fff;
  line-height: 1;
}
.notify-btn a:hover {
  transition: all .3s;
  color: #fff;
  line-height: 1;
}
b {
  font-weight: 500;
  color: #fff !important;
}
@media only screen and (max-width:601px) {
  #MV .logoMarkWide {
    display: none;
  }
  #note .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .modal {
    width: 95%;
  }
  #note {
    margin: 30px auto 50px !important;
    width: 100% !important;
  }
  .modal .modal-content {
    padding: 10px;
  }
  table {
    font-size: 11px;
    line-height: 1.5;
  }
  #note .col {
    height: auto;
  }
}
#MV .videoArea {
  height: 100%; // 高さを画面いっぱいに指定する。(vhが効かない場合の対策)
  height: 100vh; // 高さを画面いっぱいに指定する。
  position: relative; //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
  width: 100%; // 横幅もいっぱいに。
}
#MV .slider {
  z-index: 1;
  position: relative;
}
#MV, #MV .slider, #MV .slider .slides {
  height: 100vh !important;
}
#MV .slider .indicators {
  display: none;
}
#MV .slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 2;
}
.on-small-only main {
  width: 100%;
  margin: 0 auto;
}
#note {
  margin: 100px auto 50px;
  width: 90%;
}
#note a {
  width: 100%;
  height: auto;
}
img {
  display: block;
  width: 100%;
}
#news {
  margin: auto;
  margin-top: 40px;
  max-width: 400px;
}
#news figure {
  border: 1px solid #eee;
  padding: 21px;
  margin: auto;
  max-width: 210px;
  text-align: center;
}
#news figure img {
  text-align: center;
}
footer {
  padding: 50px 0 38px;
  text-align: center;
}
footer {
  padding: 74px 0 38px;
  text-align: center;
}
.on-small-only footer {
  padding: 40px 0 40px;
}
footer small {
  font-size: 9px;
  letter-spacing: 0;
}