@charset "UTF-8";
/*------------------------------------- */
/* 共通 */
/*------------------------------------- */
/* 背景
--------------------------------------- */
.subarea {
  padding: 10px 0 100px;
  background: linear-gradient(90deg, #F6F4EF 0%, #F6F4EF 50%, #EBE6DA 50%, #EBE6DA 100%); }

/* 枠
--------------------------------------- */
.subwaku01 {
  padding: 20px;
  border: solid 1px #222;
  background: #FFF; }

@media screen and (max-width: 768px) {
  .subwaku01 {
    width: 90%;
    margin: 0 auto; } }
.subwaku02 {
  width: 350px;
  margin: 0px 20px 20px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .subwaku02 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: none; } }
.subwaku03 {
  width: 400px;
  margin: 0px 20px 50px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .subwaku03 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: none; } }
/* 画像
--------------------------------------- */
.eventimg01 {
  width: 100%;
  height: auto;
  object-fit: cover; }

@media screen and (max-width: 570px) {
  .eventimg01 {
    max-height: 400px; } }
.articleimg01 {
  max-width: 100%;
  max-height: 500px;
  height: auto;
  object-fit: cover; }

@media screen and (max-width: 768px) {
  .articleimg01 {
    max-height: 300px; } }
@media screen and (max-width: 570px) {
  .articleimg01 {
    max-height: 280px; } }
.subimg02 {
  width: 100%;
  height: 110px;
  object-fit: cover; }

@media screen and (max-width: 992px) {
  .subimg02 {
    width: 100%; } }
.subimg03 {
  width: 100%;
  height: 150px;
  object-fit: cover; }

@media screen and (max-width: 992px) {
  .subimg03 {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 768px) {
  .subimg03 {
    width: 100%;
    height: 300px;
    object-fit: cover; } }
.icon-width01 {
  width: 50px; }

/* 地図
--------------------------------------- */
.submap01 {
  width: 100%;
  height: 450px; }

@media screen and (max-width: 768px) {
  .submap01 {
    height: 300px; } }
/* テキスト
--------------------------------------- */
.place01 {
  font-size: 13px; }

@media screen and (max-width: 768px) {
  .place01 {
    font-size: 12px; } }
.date01 {
  font-size: 13px;
  color: #999; }

@media screen and (max-width: 768px) {
  .date01 {
    font-size: 12px; } }
.date02 {
  font-size: 13px;
  color: #0AABBA; }

@media screen and (max-width: 768px) {
  .date02 {
    font-size: 12px; } }
.date03 {
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .date03 {
    font-size: 13px; } }
.side-cap01 {
  font-size: 13px;
  color: #FFF;
  font-weight: bold; }

.side-cap02 {
  font-size: 12px;
  color: #FFF; }

/* ページタイトル
--------------------------------------- */
.pagetitle01 {
  font-size: 28px;
  color: #FFF;
  position: absolute;
  bottom: 20px;
  right: 140px; }

@media screen and (max-width: 992px) {
  .pagetitle01 {
    font-size: 24px;
    bottom: 0px; } }
@media screen and (max-width: 768px) {
  .pagetitle01 {
    font-size: 18px;
    margin: -10px 0;
    right: 100px;
    bottom: 20px; } }
@media screen and (max-width: 570px) {
  .pagetitle01 {
    font-size: 13px;
    right: 30px; } }
/* リスト
--------------------------------------- */
ul.sublist01 {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.sublist01 li {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0.5em 0; }
    ul.sublist01 li::before {
      position: absolute;
      left: 0;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f0a9'; }

/* パンくず
--------------------------------------- */
.breadcrumb01 {
  color: #222;
  background: transparent !important;
  border-radius: 0;
  padding: 0;
  font-size: 13px; }

/* サイドメニュー
--------------------------------------- */
.sidemenu-bg01 {
  width: 100%;
  color: #fff;
  background: #222;
  padding: 20px;
  border-radius: 5px; }

@media screen and (max-width: 767px) {
  .sidemenu-bg01 {
    margin-top: 50px; } }
.sidemenu-title01 {
  color: #fff;
  font-size: 16px;
  font-weight: normal; }

@media screen and (max-width: 768px) {
  .sidemenu-title01 {
    font-size: 14px; } }
.sidemenu-text01 {
  color: #fff;
  font-size: 13px;
  line-height: 140%; }

.sidemenu-img01 {
  border-radius: 3px;
  width: 100%;
  height: 120px;
  object-fit: cover; }

@media screen and (max-width: 570px) {
  .sidemenu-img01 {
    height: 200px; } }
.sidemenu-img02 {
  border-radius: 3px;
  width: 100%;
  height: 140px;
  object-fit: cover; }

@media screen and (max-width: 570px) {
  .sidemenu-img02 {
    height: 200px; } }
/* ページネーション
--------------------------------------- */
.pager {
  padding-left: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline;
  margin: 3px;
  border-radius: 3px; }

.pager li.selected {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  background-color: #999;
  color: #FFF; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 3px 10px;
  background: #222;
  border-radius: 3px;
  border: none;
  color: #FFF; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #666; }

.pager .next > a, .pager .next > span {
  float: right;
  background: transparent !important;
  color: #222; }

.pager .previous > a, .pager .previous > span {
  float: left;
  background: transparent !important;
  color: #222; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* 3分割
--------------------------------------- */
.col3 {
  display: flex; }

.col3 li {
  width: calc(100% / 3); }

.col3,
.col3 li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

/* 一覧
--------------------------------------- */
.sub-listimg01 {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative; }

.sub-listimg02 {
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: relative; }

@media screen and (max-width: 768px) {
  .sub-listimg02 {
    height: 180px; } }
.sub-listicon01 {
  position: absolute;
  top: 150px;
  right: 5px;
  width: 40px; }

/* 詳細
--------------------------------------- */
.hidden_box {
  margin: 2em 0;
  /*前後の余白*/
  padding: 0; }

/*ボタン装飾*/
.hidden_box label {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #222;
  padding: 16px 200px;
  display: inline-block;
  transition: .3s;
  border-radius: 50px;
  cursor: pointer; }

@media screen and (max-width: 1050px) {
  .hidden_box label {
    padding: 10px 100px; } }
@media screen and (max-width: 570px) {
  .hidden_box label {
    font-size: 16px;
    max-width: 90%;
    min-width: 90%; } }
/*ボタンホバー時*/
.hidden_box label:hover {
  transform: scale(1.1); }

/*チェックは見えなくする*/
.hidden_box input {
  display: none; }

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s; }

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1; }

/*more*/
.moreread {
  padding: 10px;
  background: #222;
  color: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: .3s;
  cursor: pointer;
  border: none; }

/* 終了イベント
--------------------------------------- */
.finished {
  display: inline-block; }

.finished img, .finished p, .finished h3 {
  opacity: 0.3 !important;
  display: block; }

/* タブ切り替え
--------------------------------------- */
.tab_wrap {
  width: 100%; }

input[type="radio"] {
  display: none; }

.tab_area {
  font-size: 0;
  margin: 0; }

.tab_area label {
  width: 25%;
  display: inline-block;
  padding: 10px;
  color: #666;
  background: #ddd;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-right: 1px solid #fff; }

@media screen and (max-width: 1200px) {
  .tab_area label {
    width: 33%;
    font-size: 13px; } }
@media screen and (max-width: 1000px) {
  .tab_area label {
    width: 50%; } }
@media screen and (max-width: 400px) {
  .tab_area label {
    font-size: 12px; } }
.tab_area label:hover {
  opacity: 0.5; }

.tab_panel {
  width: 100%;
  display: none; }

#tab1:checked ~ .tab_area .tab1_label {
  background: #222;
  color: #fff; }

#tab1:checked ~ .panel_area #panel1 {
  display: block; }

#tab2:checked ~ .tab_area .tab2_label {
  background: #222;
  color: #fff; }

#tab2:checked ~ .panel_area #panel2 {
  display: block; }

#tab3:checked ~ .tab_area .tab3_label {
  background: #222;
  color: #fff; }

#tab3:checked ~ .panel_area #panel3 {
  display: block; }

#tab4:checked ~ .tab_area .tab4_label {
  background: #222;
  color: #fff; }

#tab4:checked ~ .panel_area #panel4 {
  display: block; }

#tab5:checked ~ .tab_area .tab5_label {
  background: #222;
  color: #fff; }

#tab5:checked ~ .panel_area #panel5 {
  display: block; }

#tab6:checked ~ .tab_area .tab6_label {
  background: #222;
  color: #fff; }

#tab6:checked ~ .panel_area #panel6 {
  display: block; }

#tab7:checked ~ .tab_area .tab7_label {
  background: #222;
  color: #fff; }

#tab7:checked ~ .panel_area #panel7 {
  display: block; }

#tab8:checked ~ .tab_area .tab8_label {
  background: #222;
  color: #fff; }

#tab8:checked ~ .panel_area #panel8 {
  display: block; }

#tab9:checked ~ .tab_area .tab9_label {
  background: #222;
  color: #fff; }

#tab9:checked ~ .panel_area #panel9 {
  display: block; }

#tab10:checked ~ .tab_area .tab10_label {
  background: #222;
  color: #fff; }

#tab10:checked ~ .panel_area #panel10 {
  display: block; }

/* テーブル
--------------------------------------- */
.tbl-r01 {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px; }

.tbl-r01 th {
  background: #555;
  color: #fff;
  padding: 10px;
  font-weight: normal; }

.tbl-r01 td {
  padding: 10px;
  background: #fff; }

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%; }

  .tbl-r01 {
    width: 100%;
    table-layout: fixed; }

  .tbl-r01 th,
  .tbl-r01 td {
    　　border-bottom: none;
    display: block;
    width: 100%; } }
.tbl-size01 {
  width: 20%; }

@media screen and (max-width: 640px) {
  .tbl-size01 {
    width: 100%; } }
/* ランキング
--------------------------------------- */
.ranking-img {
  width: 40%;
  height: 220px;
  object-fit: cover;
  position: relative;
  margin: 0 20px 50px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .ranking-img {
    height: 180px;
    margin: 0 0 10px 0;
    width: 100%;
    float: none; } }
.ranking-icon {
  width: 74px;
  position: absolute;
  display: block; }

@media screen and (max-width: 768px) {
  .ranking-icon {
    top: none;
    margin: -200px 0 0 0; } }
.ranking-icon-text {
  background: #0AABBA;
  padding: 5px 20px;
  color: #FFF;
  text-align: center;
  position: absolute;
  display: block; }

@media screen and (max-width: 768px) {
  .ranking-icon-text {
    top: none;
    margin: -180px 0 0 0; } }
.ranking-text01 {
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  color: #222; }

@media screen and (max-width: 768px) {
  .ranking-text01 {
    font-size: 15px; } }
.ranking-text02 {
  line-height: 140%;
  color: #222; }

.ranking-text03 {
  font-size: 14px;
  margin: 0;
  color: #999; }

@media screen and (max-width: 768px) {
  .ranking-text01 {
    font-size: 14px; }

  .ranking-text02 {
    font-size: 13px; }

  .ranking-text03 {
    font-size: 12px; } }
/* レポート
--------------------------------------- */
.report h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  color: #222;
  letter-spacing: 2px;
  display: flex; }

@media screen and (max-width: 768px) {
  .report h2 {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 10px 0; } }
.report h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  color: #222;
  letter-spacing: 2px;
  display: flex; }

@media screen and (max-width: 768px) {
  .report h3 {
    font-size: 16px;
    letter-spacing: 0px;
    margin: 10px 0; } }
.report img {
  margin: 10px 0; }

.report #articlebody img {
  max-width: 100%;
  object-fit: cover; }
@charset "UTF-8";
/*------------------------------------- */
/*　メイン */
/*------------------------------------- */
/* メイン画像
--------------------------------------- */
.slider02 {
  height: 500px; }

@media screen and (max-width: 768px) {
  .slider02 {
    height: 400px; } }
.slider02 .slick-slide:not(.slick-center) {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  transition: 0.2s linear; }

@media screen and (max-width: 1024px) {
  .slider02 .slick-slide:not(.slick-center) {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    transition: 0.2s linear; } }
.slider02-waku01 {
  width: 100%;
  height: 530px;
  position: relative; }

@media screen and (max-width: 768px) {
  .slider02-waku01 {
    height: 430px; } }
.slider02-waku02 {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(5%);
  bottom: 10%;
  width: 90%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  padding: 20px; }

@media screen and (max-width: 768px) {
  .slider02-waku02 {
    width: 98%;
    padding: 10px; } }
.slider02-img {
  width: 100%;
  height: 500px;
  object-fit: cover; }

@media screen and (max-width: 768px) {
  .slider02-img {
    height: 400px; } }
.slider02-icon {
  width: 24px; }

.slider02-text01 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  color: #fff; }

.slider02-text02 {
  font-size: 14px;
  margin: 0;
  color: #fff; }

.slider02-text03 {
  font-size: 13px;
  margin: 0;
  color: #fff; }

@media screen and (max-width: 768px) {
  .slider02-text01 {
    font-size: 14px; }

  .slider02-text02 {
    font-size: 13px; }

  .slider02-text03 {
    font-size: 12px; } }
/* Recommended events
--------------------------------------- */
.recommended {
  padding: 80px 0; }

@media screen and (max-width: 570px) {
  .recommended {
    padding: 50px 0; } }
.recommended-waku01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer; }

.recommended-img01 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  opacity: 0.7; }
  .recommended-img01:hover {
    opacity: 0.1; }

.recommended .caption {
  text-align: left;
  position: absolute;
  top: 140px;
  left: 0px;
  color: #FFF;
  padding: 10px;
  text-shadow: 2px 2px 3px #222; }

.cap-p03 {
  font-size: 13px;
  color: #ddd; }

.cap-p04 {
  font-size: 13px; }

/* New arrival
--------------------------------------- */
.newarrival {
  padding: 80px 0;
  background: linear-gradient(90deg, #F6F4EF 0%, #F6F4EF 50%, #EBE6DA 50%, #EBE6DA 100%); }

@media screen and (max-width: 570px) {
  .newarrival {
    padding: 50px 0; } }
.slider03-waku01 {
  width: 100%;
  height: 460px;
  position: relative;
  padding: 0 15px; }

.slider03-img {
  width: 100%;
  height: 460px;
  object-fit: cover; }

@media screen and (max-width: 570px) {
  .slider03-img {
    height: 350px; } }
.slider03-text01 {
  font-size: 14px;
  color: #222; }

.slider03-icon {
  position: absolute;
  right: 0px;
  bottom: -15px;
  width: 60px; }

.slider03 {
  height: 510px; }

@media screen and (max-width: 570px) {
  .slider03 {
    height: 400px; } }
/* NEW PHOTO
--------------------------------------- */
.newphoto {
  padding: 80px 0; }

@media screen and (max-width: 570px) {
  .newphoto {
    padding: 50px 0; } }
.photo-waku01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .photo-waku01 img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
  .photo-waku01 .caption {
    text-align: center;
    color: #FFF; }
  .photo-waku01 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 20px; }
  .photo-waku01:hover .mask {
    opacity: 1; }

.cap-p01 {
  font-size: 16px;
  font-weight: bold; }

.cap-p02, .cource-p03 {
  font-size: 14px; }

/* RANKING
--------------------------------------- */
.ranking {
  padding: 80px 0;
  background: linear-gradient(90deg, #F6F4EF 0%, #F6F4EF 50%, #EBE6DA 50%, #EBE6DA 100%); }

@media screen and (max-width: 570px) {
  .ranking {
    padding: 50px 0; } }
.slider04 {
  height: 400px; }

@media screen and (max-width: 1200px) {
  .slider04 {
    height: 410px; } }
@media screen and (max-width: 991px) {
  .slider04 {
    height: 260px; } }
@media screen and (max-width: 768px) {
  .slider04 {
    height: 370px; } }
@media screen and (max-width: 440px) {
  .slider04 {
    height: 400px; } }
.slider04-waku01 {
  width: 100%;
  padding: 0 10px; }

.slider04-waku02 {
  width: 100%;
  min-height: 380px;
  padding: 20px;
  background: #FFF;
  border: #222 solid 1px; }

@media screen and (max-width: 1200px) {
  .slider04-waku02 {
    min-height: 400px; } }
@media screen and (max-width: 991px) {
  .slider04-waku02 {
    min-height: 250px; } }
.slider04-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  position: relative; }

.slider04-icon {
  width: 70px;
  position: absolute;
  top: 105px;
  left: 5px;
  z-index: 100; }

.slider04-text01 {
  font-size: 15px;
  line-height: 140%;
  font-weight: bold;
  color: #222; }

@media screen and (max-width: 768px) {
  .slider04-text01 {
    margin: 35px 0 0 0; } }
.slider04-text02 {
  font-size: 14px;
  line-height: 140%;
  color: #222; }

.slider04-text03 {
  font-size: 13px;
  margin: 0;
  color: #999; }

@media screen and (max-width: 768px) {
  .slider04-text01 {
    font-size: 14px; }

  .slider04-text02 {
    font-size: 13px; }

  .slider04-text03 {
    font-size: 12px; } }
/* FOLLOW US
--------------------------------------- */
.followus {
  padding: 80px 0;
  color: #FFF; }

@media screen and (max-width: 570px) {
  .followus {
    padding: 50px 0; } }
@charset "UTF-8";
body {
  background-color: #2B2A2A;
  font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 100%;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

p {
  line-height: 160%;
  margin-top: 5px;
  margin-bottom: 5px; }

.centered {
  text-align: center; }

a {
  color: #222;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover, a:focus {
    color: #222;
    opacity: 0.8;
    outline: 0;
    text-decoration: none;
    cursor: pointer; }
  a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -ms-filter: "alpha( opacity=0.8 )"; }

/*------------------------------------- */
/* ヘッダ */
/*------------------------------------- */
header {
  position: relative; }

/* ロゴ
--------------------------------------- */
.logoarea {
  margin: 20px 0 30px 20px; }

@media screen and (max-width: 768px) {
  .logoarea {
    margin: 10px 0 10px 10px; } }
@media screen and (max-width: 570px) {
  .logoarea {
    margin: 10px 0 10px 10px; } }
.logo {
  width: 160px;
  margin: 0 auto 20px;
  cursor: pointer; }

@media screen and (max-width: 1100px) {
  .logo {
    width: 120px; } }
@media screen and (max-width: 992px) {
  .logo {
    width: 90px; } }
@media screen and (max-width: 768px) {
  .logo {
    margin: 0; } }
@media screen and (max-width: 570px) {
  .logo {
    width: 80px; } }
/* h1
--------------------------------------- */
h1 {
  font-size: 12px;
  color: #FFF; }

@media screen and (max-width: 768px) {
  h1 {
    display: none; } }
/* 検索窓
--------------------------------------- */
.headersearch {
  position: absolute;
  top: 20px;
  right: 140px; }

@media screen and (max-width: 768px) {
  .headersearch {
    display: none; } }
.headersearch02 {
  position: absolute;
  top: 50px;
  right: 140px; }

@media screen and (max-width: 768px) {
  .headersearch02 {
    display: none; } }
.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 260px;
  overflow: hidden;
  background: #FFF; }

.search_container input[type="text"] {
  border: none;
  height: 2.0em; }

.search_container input[type="text"]:focus {
  outline: 0; }

.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #222;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline: none; }

/*------------------------------------- */
/*フッター 
/*------------------------------------- */
.footer {
  padding: 50px;
  background: #222222; }

@media screen and (max-width: 768px) {
  .footer {
    padding: 10px 0; } }
.menu {
  width: 100%; }

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center; }
  .dropmenu:before {
    content: "";
    display: table; }
  .dropmenu:after {
    content: "";
    display: table;
    clear: both; }
  .dropmenu li {
    letter-spacing: 1px;
    position: relative;
    list-style-type: none;
    float: left;
    padding: 0 5px;
    text-align: center;
    margin-left: 20px; }
    .dropmenu li a {
      display: block;
      margin: 0;
      text-decoration: none;
      padding: 10px 0;
      color: #fff; }

@media screen and (max-width: 1010px) {
  .dropmenu {
    display: block;
    margin: 0 auto;
    text-align: center; } }
@media screen and (max-width: 992px) {
  .dropmenu li {
    font-size: 13px;
    margin-left: 10px; } }
@media screen and (max-width: 570px) {
  .dropmenu li {
    margin-left: 0px; } }
@media screen and (max-width: 570px) {
  .dropmenu li a {
    padding: 0px 0; } }
.copy {
  font-size: 13px;
  text-align: center;
  color: #FFF; }

.footer .footer-logo {
  width: 100px;
  margin-right: 20px; }
.footer .footer-logo01 {
  width: 130px; }
.footer .footer-logo02 {
  width: 60px; }
.footer .footer-bannerarea {
  text-align: center; }

@media screen and (max-width: 570px) {
  .footer .footer-logo01 {
    width: 90px; } }
@media screen and (max-width: 570px) {
  .footer .footer-logo02 {
    width: 40px; } }
/*------------------------------------- */
/* ボタン */
/*------------------------------------- */
.btn01 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #222;
  padding: 16px 200px;
  display: inline-block;
  transition: .3s;
  border-radius: 50px; }
  .btn01 a {
    color: #fff; }
  .btn01:hover {
    transform: scale(1.1); }

.btn02 {
  color: #fff;
  font-size: 16px;
  background: #222;
  padding: 5px;
  transition: .3s;
  border-radius: 10px; }
  .btn02 a {
    color: #fff; }
  .btn02:hover {
    transform: scale(1.1); }

@media screen and (max-width: 1050px) {
  .btn01 {
    padding: 10px 100px; } }
@media screen and (max-width: 570px) {
  .btn01 {
    font-size: 16px;
    max-width: 90%;
    min-width: 90%; } }
.morebtn01 {
  color: #fff;
  display: inline-block; }

.morebtn02 {
  color: #222;
  display: inline-block; }
  .morebtn02 a {
    color: #222; }
    .morebtn02 a:hover, .morebtn02 a:focus {
      color: #222; }

/*------------------------------------- */
/* タイトル */
/*------------------------------------- */
.title01 {
  font-size: 36px;
  letter-spacing: 3px;
  color: #FFF; }

@media screen and (max-width: 900px) {
  .title01 {
    font-size: 24px; } }
@media screen and (max-width: 570px) {
  .title01 {
    font-size: 18px;
    letter-spacing: 0px; } }
.title02 {
  font-size: 36px;
  letter-spacing: 3px;
  color: #222; }

@media screen and (max-width: 900px) {
  .title02 {
    font-size: 24px; } }
@media screen and (max-width: 570px) {
  .title02 {
    font-size: 18px;
    letter-spacing: 0px; } }
.title03 {
  display: inline-block;
  position: relative;
  color: #0AABBA;
  font-size: 18px;
  letter-spacing: 2px; }

@media screen and (max-width: 900px) {
  .title03 {
    font-size: 14px;
    letter-spacing: 0px; } }
.title04 {
  padding: 5px 10px;
  font-size: 22px;
  line-height: 140%;
  color: #222;
  letter-spacing: 2px; }

@media screen and (max-width: 768px) {
  .title04 {
    font-size: 18px; } }
@media screen and (max-width: 570px) {
  .title04 {
    font-size: 18px;
    letter-spacing: 0px; } }
.title05 {
  font-size: 20px;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 2em;
  position: relative;
  border-bottom: solid 3px #222;
  color: #222;
  letter-spacing: 2px;
  width: 100%; }

@media screen and (max-width: 768px) {
  .title05 {
    font-size: 18px; } }
@media screen and (max-width: 570px) {
  .title05 {
    font-size: 16px;
    letter-spacing: 0px; } }
.title06 {
  font-size: 24px;
  font-weight: bold;
  padding-left: .5em;
  padding-top: .3em;
  padding-bottom: .3em;
  margin-bottom: 2em;
  border-left: 5px solid #222;
  color: #222;
  letter-spacing: 2px;
  display: flex; }

@media screen and (max-width: 768px) {
  .title06 {
    font-size: 18px;
    letter-spacing: 0px; } }
.title07 {
  font-size: 16px;
  color: #222;
  line-height: 140%;
  font-weight: bold;
  letter-spacing: 1px; }

@media screen and (max-width: 570px) {
  .title07 {
    letter-spacing: 0px; } }
.title08 {
  font-size: 26px;
  line-height: 140%;
  color: #222;
  letter-spacing: 2px;
  font-weight: bold; }

@media screen and (max-width: 900px) {
  .title08 {
    font-size: 18px; } }
.title09 {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 11px;
  color: #0AABBA; }

.title09:before,
.title09:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #0AABBA;
  width: 2.5px;
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle; }

.title09:before {
  transform: rotate(-35deg); }

.title09:after {
  transform: rotate(35deg); }

.title10 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2em;
  color: #222;
  letter-spacing: 2px;
  display: flex; }

@media screen and (max-width: 768px) {
  .title10 {
    font-size: 18px;
    letter-spacing: 0px; } }
@media screen and (max-width: 570px) {
  .title10 {
    font-size: 16px; } }
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s; }
  .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

.fadein-text01 {
  animation-name: fadein;
  animation-duration: 2s; }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.title-itutemita {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-aruku-b.png) no-repeat left center; }

.title-itutemita-w {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-aruku-w.png) no-repeat left center; }

.title-interview {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-miku-b.png) no-repeat left center; }

.title-interview-w {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-miku-w.png) no-repeat left center; }

.title-column {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-pen-b.png) no-repeat left center; }

.title-column-w {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-pen-w.png) no-repeat left center; }

.title-news {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-news-b.png) no-repeat left center; }

.title-news-w {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-news-w.png) no-repeat left center; }

.title-new {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-new.png) no-repeat left center; }

.title-kaigai {
  padding: 20px 0 20px 65px;
  background: url(/asset/img/icon-kaigai.png) no-repeat left center; }

.title-calender {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-calender02.png") no-repeat left center; }

.title-point-b {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-point-b.png") no-repeat left center; }

.title-view-b {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-view-b.png") no-repeat left center; }

.title-kaigai {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-kaigai-b.png") no-repeat left center; }

.title-cool {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-cool-b.png") no-repeat left center; }

.title-mysterious {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-mysterious-b.png") no-repeat left center; }

.title-kandou {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-kandou-b.png") no-repeat left center; }

.title-maniac {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-maniac-b.png") no-repeat left center; }

.title-zanshin {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-zanshin-b.png") no-repeat left center; }

.title-dekai {
  padding: 20px 0 20px 65px;
  background: url("/asset/img/icon-dekai-b.png") no-repeat left center; }

@media screen and (max-width: 570px) {
  .title-itutemita {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-itutemita-w {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-interview {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-interview-w {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-column {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-column-w {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-news {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-news-w {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-new {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-kaigai {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-calender {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-point-b {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-view-b {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-kaigai {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-cool {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-mysterious {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-kandou {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-maniac {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-zanshin {
    padding: 10px 0 10px 50px;
    background-size: 40px; }

  .title-dekai {
    padding: 10px 0 10px 50px;
    background-size: 40px; } }
/*------------------------------------- */
/* テーブル */
/*------------------------------------- */
/*------------------------------------- */
/* スマホ・ipad調整 */
/*------------------------------------- */
html, body {
  overflow-x: hidden; }

/* スマホで非表示
-------------------------------------------------- */
@media screen and (max-width: 780px) {
  .spnone {
    display: none !important; } }
@media screen and (max-width: 570px) {
  .spnone02 {
    display: none !important; } }
/* スマホだけで表示
-------------------------------------------------- */
@media screen and (min-width: 781px) {
  .sponly {
    display: none !important; } }
@media screen and (min-width: 570px) {
  .sponly02 {
    display: none !important; } }
/* ipadで非表示
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .ipadnone {
    display: none !important; } }
/* ipadだけで表示
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .ipadonly {
    display: none !important; } }
@media screen and (min-width: 993px) {
  .ipadonly02 {
    display: none !important; } }
/* Pagetop
-------------------------------------------------- */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  background: #222;
  border-radius: 50%;
  z-index: 10000; }
  #page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 50px;
    text-decoration: none; }
    #page_top a::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f062';
      font-size: 40px;
      color: #fff;
      position: absolute;
      width: 40px;
      height: 50px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }

@media screen and (max-width: 570px) {
  #page_top {
    bottom: 120px; } }
nav.NavMenu {
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  background: #111;
  color: #FFF;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
  padding: 20px;
  min-height: 420px; }
  nav.NavMenu ul {
    background: #111;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    nav.NavMenu ul li {
      font-size: 14px;
      list-style-type: none;
      padding: 0;
      width: 100%; }
      nav.NavMenu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      nav.NavMenu ul li a {
        display: block;
        color: #fff;
        text-align: left; }
        nav.NavMenu ul li a:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          padding-right: 20px; }
  nav.NavMenu.active {
    transform: translateY(0%); }
nav.NavMenu02 {
  position: fixed;
  z-index: 14;
  top: 0;
  right: 0;
  background: #222;
  color: #FFF;
  width: 40%;
  transform: translateY(-100%);
  transition: all 0.6s;
  padding: 30px;
  height: 420px; }
  nav.NavMenu02.active {
    transform: translateY(0%); }
nav.NavMenu03 {
  position: fixed;
  z-index: 14;
  top: 0;
  right: 0;
  background: #222;
  color: #FFF;
  width: 40%;
  transform: translateY(-100%);
  transition: all 0.6s;
  padding: 30px;
  height: 420px; }
  nav.NavMenu03.active {
    transform: translateY(0%); }

@media screen and (max-width: 768px) {
  nav.NavMenu02 {
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px; }

  nav.NavMenu03 {
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px; } }
.Toggle {
  background: #000;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 25px;
  top: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 15; }
  .Toggle span {
    display: block;
    position: absolute;
    border-bottom: solid 4px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 15px; }
    .Toggle span:nth-child(1) {
      width: 30px;
      top: 17px; }
    .Toggle span:nth-child(2) {
      width: 20px;
      top: 27px; }
    .Toggle span:nth-child(3) {
      width: 30px;
      top: 37px; }
  .Toggle.active span:nth-child(1) {
    top: 26px;
    left: 15px;
    width: 33px;
    color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    width: 32px;
    top: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

@media screen and (max-width: 768px) {
  .Toggle {
    right: 5px;
    top: 5px; } }
.Toggle02 {
  background: #000;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 25px;
  top: 90px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 15; }
  .Toggle02 p {
    display: block;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 15px; }
    .Toggle02 p:nth-child(1) {
      top: 13px; }
    .Toggle02 p:nth-child(2) {
      top: 23px; }
    .Toggle02 p:nth-child(3) {
      top: 33px; }
    .Toggle02 p:nth-child(4) {
      width: 80x;
      top: 3px;
      left: 12px;
      padding: 20px;
      background: url(/asset/img/serach-event.png) no-repeat left center; }
  .Toggle02.active p:nth-child(1) {
    top: 26px;
    left: 15px;
    width: 33px;
    color: #FFF;
    border-bottom: solid 4px #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .Toggle02.active p:nth-child(2) {
    width: 32px;
    top: 26px;
    border-bottom: solid 4px #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .Toggle02.active p:nth-child(4) {
    display: none; }

#fade {
  display: none; }

@media screen and (max-width: 768px) {
  .Toggle02 {
    right: 5px;
    top: 70px; } }
.Toggle04 {
  background: #000;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 25px;
  top: 160px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 15; }
  .Toggle04 p {
    display: block;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 15px; }
    .Toggle04 p:nth-child(1) {
      top: 13px; }
    .Toggle04 p:nth-child(2) {
      top: 23px; }
    .Toggle04 p:nth-child(3) {
      top: 33px; }
    .Toggle04 p:nth-child(4) {
      width: 80x;
      top: 3px;
      left: 12px;
      padding: 20px;
      background: url(/asset/img/serach-report.png) no-repeat left center; }
  .Toggle04.active p:nth-child(1) {
    top: 26px;
    left: 15px;
    width: 33px;
    color: #FFF;
    border-bottom: solid 4px #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .Toggle04.active p:nth-child(2) {
    width: 32px;
    top: 26px;
    border-bottom: solid 4px #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .Toggle04.active p:nth-child(4) {
    display: none; }

@media screen and (max-width: 768px) {
  .Toggle04 {
    right: 5px;
    top: 135px; } }
.Toggle03 {
  display: block;
  position: fixed;
  right: 5px;
  top: 240px;
  width: 100px;
  cursor: pointer;
  z-index: 13;
  text-align: center; }
  .Toggle03 a {
    display: inline-block;
    padding: 10px 20px; }

@media screen and (max-width: 768px) {
  .Toggle03 {
    display: none; } }
.Toggle03-sub {
  display: block;
  position: fixed;
  right: 0px;
  top: 160px;
  width: 100px;
  cursor: pointer;
  z-index: 13;
  text-align: center; }
  .Toggle03-sub a {
    display: inline-block;
    padding: 10px 20px; }

@media screen and (max-width: 768px) {
  .Toggle03-sub {
    display: none; } }
.menu {
  max-width: 90%;
  text-align: left; }

.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000; }

@media screen and (max-width: 768px) {
  .menu a {
    padding: 8px; }

  .menu {
    max-width: 85%; } }
label {
  display: block;
  margin: 0 0 4px 0;
  padding: 10px;
  line-height: 1;
  color: #fff;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  label {
    padding: 8px; } }
.input-none {
  display: none; }

.menu ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none; }

.menu li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: 30px;
  opacity: 1; }

@media screen and (max-width: 768px) {
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li {
    height: 28px; } }
.menu-title {
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border-bottom: #FFF 1px solid; }

.menu-title a {
  color: #fff; }

.menu-title02 {
  color: #0AABBA;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .menu-title02 {
    font-size: 16px; } }
@media screen and (max-width: 570px) {
  .menu-title02 {
    font-size: 14px; } }
.btn-close {
  width: 40px;
  height: 40px;
  background-image: url("http://saito.bless-e.biz/evenear/img/serach-event.png");
  background-repeat: no-repeat;
  top: 8px;
  left: 12px; }

.btn-close.change {
  background-image: url("http://saito.bless-e.biz/evenear/img/close02.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 15px; }

.btn-close02 {
  width: 40px;
  height: 40px;
  background-image: url("http://saito.bless-e.biz/evenear/img/serach-report.png");
  background-repeat: no-repeat;
  top: 8px;
  left: 12px; }

.btn-close02.change {
  background-image: url("http://saito.bless-e.biz/evenear/img/close02.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 15px; }
@charset "UTF-8";
/*------------------------------------- */
/* フォント色
/*------------------------------------- */
.white {
  color: #FFF; }
  .white a {
    color: #FFF; }

.red {
  color: #D93600; }

.pink {
  color: #EC407A; }

.blue {
  color: #0AABBA; }
  .blue a {
    color: #0AABBA; }

.gray {
  color: #999; }

.gray02 {
  color: #666; }

/* ----------------------------------------
  文字装飾
---------------------------------------- */
.strong {
  font-weight: bold; }

.italic {
  font-style: italic; }

.triangle:after {
  content: "?";
  color: #1c1c1c;
  margin-left: 10px;
  font-size: 12px; }

.indent {
  text-indent: 1em; }

.inline01 {
  display: inline-block; }

.inline02 {
  display: block; }

.inline03 {
  display: inline; }

.justify {
  text-align: justify;
  text-justify: inter-ideograph; }

.underline {
  text-decoration: underline; }

.w-break {
  word-wrap: break-word;
  width: 100%;
  padding: 5px; }

/* ----------------------------------------
  文字サイズ
---------------------------------------- */
.f50 {
  font-size: 50%; }

.f80 {
  font-size: 80%; }

.f90 {
  font-size: 90%; }

.f110 {
  font-size: 110%; }

.f120 {
  font-size: 120%; }

.f130 {
  font-size: 130%; }

.f9px {
  font-size: 9px; }

.f10px {
  font-size: 10px; }

.f11px {
  font-size: 11px; }

.f12px {
  font-size: 12px; }

.f13px {
  font-size: 13px; }

.f14px {
  font-size: 14px; }

.f15px {
  font-size: 15px; }

.f16px {
  font-size: 16px; }

.f17px {
  font-size: 17px; }

.f18px {
  font-size: 18px; }

.f19px {
  font-size: 19px; }

.f20px {
  font-size: 20px; }

.f25px {
  font-size: 25px; }

.f30px {
  font-size: 30px; }

.f40px {
  font-size: 40px; }

.f45px {
  font-size: 45px; }

.f50px {
  font-size: 50px; }

.f80px {
  font-size: 80px; }

.f18px-12px {
  font-size: 18px; }

@media screen and (max-width: 570px) {
  .f18px-12px {
    font-size: 12px; } }
/* ----------------------------------------
  行間
---------------------------------------- */
.lh0 {
  line-height: 0%; }

.lh110 {
  line-height: 110%; }

.lh120 {
  line-height: 120%; }

.lh130 {
  line-height: 130%; }

.lh140 {
  line-height: 140%; }

.lh150 {
  line-height: 150%; }

.lh160 {
  line-height: 160%; }

.lh170 {
  line-height: 170%; }

.lh180 {
  line-height: 180%; }

.lh190 {
  line-height: 190%; }

.lh200 {
  line-height: 200%; }

.ls1 {
  letter-spacing: 1px; }

.ls2 {
  letter-spacing: 2px; }

.ls3 {
  letter-spacing: 3px; }

/*------------------------------------- */
/* 位置合わせ */
/*------------------------------------- */
.fl_r {
  float: right;
  display: block; }

.fl_l {
  float: left;
  display: block; }

.clear {
  clear: both; }

.overflow01 {
  overflow: auto; }

.ta_r {
  text-align: right; }

.ta_l {
  text-align: left; }

.ta_c {
  text-align: center; }

.al_m {
  vertical-align: middle; }

.al_c {
  margin: 0 auto; }

@media screen and (max-width: 570px) {
  .spclear {
    clear: both; } }
/*------------------------------------- */
/* margin */
/*------------------------------------- */
/*all*/
.m00 {
  margin: 0; }

.m03 {
  margin: 3px; }

.m05 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.m25 {
  margin: 25px; }

.m30 {
  margin: 30px; }

.m35 {
  margin: 35px; }

.m40 {
  margin: 40px; }

/*top*/
.mt-10 {
  margin-top: -10px; }

.mt-15 {
  margin-top: -15px; }

.mt00 {
  margin-top: 0; }

.mt03 {
  margin-top: 3px; }

.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt100 {
  margin-top: 100px; }

.mt150 {
  margin-top: 150px; }

.mt200 {
  margin-top: 200px; }

/*bottom*/
.mb-30 {
  margin-bottom: -20px; }

.mb00 {
  margin-bottom: 0; }

.mb03 {
  margin-bottom: 3px; }

.mb05 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb100 {
  margin-bottom: 100px; }

/*left*/
.ml-20 {
  margin-left: -20px; }

.ml00 {
  margin-left: 0; }

.ml03 {
  margin-left: 3px; }

.ml05 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.ml105 {
  margin-left: 105px; }

.ml106 {
  margin-left: 106px; }

.ml140 {
  margin-left: 140px; }

.ml200 {
  margin-left: 200px; }

.ml250 {
  margin-left: 250px; }

.ml275 {
  margin-left: 275px; }

/*right*/
.mr00 {
  margin-right: 0; }

.mr03 {
  margin-right: 3px; }

.mr05 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr50 {
  margin-right: 50px; }

.mr60 {
  margin-right: 60px; }

.mb30-10 {
  margin-bottom: 30px; }

@media screen and (max-width: 570px) {
  .mb30-10 {
    margin-bottom: 10px; } }
.mt50-20 {
  margin-top: 50px; }

@media screen and (max-width: 570px) {
  .mt50-20 {
    margin-top: 10px; } }
.mb50-20 {
  margin-bottom: 50px; }

@media screen and (max-width: 768x) {
  .mb50-20 {
    margin-bottom: 20px; } }
.mt25-00 {
  margin-top: 25px; }

@media screen and (max-width: 768x) {
  .mt25-00 {
    margin-top: 0px; } }
.mt80-30 {
  margin-top: 80px; }

@media screen and (max-width: 768x) {
  .mt80-30 {
    margin-top: 30px; } }
.mb80-30 {
  margin-bottom: 80px; }

@media screen and (max-width: 768x) {
  .mb80-30 {
    margin-bottom: 30px; } }
/*------------------------------------- */
/* padding */
/*------------------------------------- */
/*all*/
.p00 {
  padding: 0; }

.p03 {
  padding: 3px; }

.p05 {
  padding: 5px; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px !important; }

.p25 {
  padding: 25px; }

.p30 {
  padding: 30px; }

.p35 {
  padding: 35px; }

.p40 {
  padding: 40px; }

/*top*/
.pt00 {
  padding-top: 0; }

.pt03 {
  padding-top: 3px; }

.pt05 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt70 {
  padding-top: 70px; }

/*bottom*/
.pb00 {
  padding-bottom: 0; }

.pb03 {
  padding-bottom: 3px; }

.pb05 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb70 {
  padding-bottom: 70px; }

/*left*/
.pl00 {
  padding-left: 0; }

.pl03 {
  padding-left: 3px; }

.pl05 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

/*right*/
.pr00 {
  padding-right: 0; }

.pr03 {
  padding-right: 3px; }

.pr05 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pr35 {
  padding-right: 35px; }

.pr40 {
  padding-right: 40px; }

.pr0-pl0 {
  padding-left: 0px;
  padding-right: 0px; }

@media screen and (max-width: 570px) {
  .pr0-pl0 {
    padding-left: auto;
    padding-right: auto; } }
/*------------------------------------- */
/* 角丸 */
/*------------------------------------- */
/*all*/
.br5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz--radius: 5px; }

.br10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.br20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; }

.br30 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; }

.br50 {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; }

.br100 {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }

.br-tl10 {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px; }

.br-tr10 {
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px; }

.br-bl10 {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px; }

.br-br10 {
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px; }

/*------------------------------------- */
/* 背景色 */
/*------------------------------------- */
.bg_white {
  background-color: #FFFFFF; }

.bg_black {
  background-color: #333333; }

.bg_blue {
  background-color: #0AABBA;
  border-color: #0AABBA; }
  .bg_blue:hover, .bg_blue:focus {
    background-color: #0AABBA;
    border-color: #0AABBA;
    opacity: 0.8; }

.bg_none {
  background-color: transparent !important; }

/*------------------------------------- */
/* border */
/*------------------------------------- */
.border-gray {
  border: 1px dotted #666; }

.border-black {
  border: 1px solid #111; }

.border-bottom-black {
  border-bottom: 1px solid #111; }

.border-white {
  border: 1px solid #FFF; }

.border-bottom-white {
  border-bottom: 1px solid #FFF; }

.border-none {
  border: none; }

/*------------------------------------- */
/* 高さ */
/*------------------------------------- */
.hei_auto {
  height: auto; }

.height100 {
  height: 100%; }

.height120p {
  height: 120px; }

.height230p {
  height: 230px; }

/*------------------------------------- */
/* 幅 */
/*------------------------------------- */
.w10per {
  width: 10%; }

.w15per {
  width: 15%; }

.w20per {
  width: 20%; }

.w30per {
  width: 30%; }

.w50per {
  width: 50% !important; }

.w80per {
  width: 80%; }

.w90per {
  width: 90%; }

.w100per {
  width: 100%; }

.w100 {
  width: 100px; }

.w150 {
  width: 150px; }

.w300 {
  width: 300px; }

.w80 {
  width: 80px; }

.w80per-100per {
  width: 80%; }

@media screen and (max-width: 768px) {
  .w80per-100per {
    width: 100%; } }
/*------------------------------------- */
/* ライン */
/*------------------------------------- */
.hr01 {
  border-top: solid 1px #fff;
  width: 100%; }

.hr02 {
  border-top: dotted 1px #222;
  width: 100%; }

.hr03 {
  border-top: solid 1px #222;
  width: 100%; }
