@charset "UTF-8";
/* urashimasatatasen site CSS (main.css) */
/* ================= contents =================
[0] reset
[1] base
[2] headerArea
[3] contentsArea
[4] footerArea
============================================ */
/* ============================================
0. reset
============================================ */
/* --------------------------------------------------------------------------------
margin padding
-------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* font-family */
body {
  font-family: Tahoma, helvetica, clean, sans-serif;
}

/* line-height */
body {
  line-height: 1.45;
}

*:first-child + html * {
  letter-spacing: 0;
}

/* --------------------------------------------------------------------------------
other
-------------------------------------------------------------------------------- */
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

img, iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

address {
  font-style: normal;
  font-weight: normal;
}

/* --------------------------------------------------------------------------------
table form
-------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
}

fieldset {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* --------------------------------------------------------------------------------
block
-------------------------------------------------------------------------------- */
body {
  text-align: left;
}

div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre {
  text-align: left;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* --------------------------------------------------------------------------------
clearfix
-------------------------------------------------------------------------------- */
.cf_og:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================
 1.base
============================================ */
html, body {
  position: relative;
  width: 100%;
  color: #333;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-out;
  opacity: 1;
  color: #cc9c3b;
}
a:hover {
  opacity: 0.7;
}

.menu {
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-out;
  opacity: 1;
}

.menu.active {
  opacity: 0.6;
}

/* ----------- no-js ----------- */
html#no-js #countdown_time {
  display: none;
}

#noscriptBlock {
  width: 520px;
  position: absolute;
  top: 27px;
  left: 27px;
  padding: 10px;
  background: #FFFFFF;
}

#noscriptBlock p {
  font-size: 14px;
  background: #FDF3F2;
  color: #D72400;
  border: 1px dotted #F4C3BE;
  padding: 6px 10px;
  line-height: 1.4;
}

#container {
  z-index: 100;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ============================================
 2.headerArea
============================================ */
header {
  background: #fff;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
}
header .logo {
  margin: 0 auto;
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: center;
  max-width: 70px;
  width: 70px;
}
header .official {
  display: flex;
}
header .official a {
  display: inline-block;
  margin: 0 5px;
}
header .bnr_onlilne {
  position: absolute;
  left: 2%;
  bottom: -20%;
  width: 100px;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  display: inline-block;
  transition: all 0.4s;
}

.menu_button {
  position: fixed;
  top: 10px;
  margin: 14px 0 0;
  width: 35px;
  height: 23px;
  right: 5%;
  z-index: 1000000;
}

.menu_button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.menu_button span:nth-of-type(1) {
  top: 0;
}

.menu_button span:nth-of-type(2) {
  top: 10px;
}

.menu_button span:nth-of-type(3) {
  bottom: 0;
}

/*-----------  active  ------------*/
.menu_button.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.menu_button.active span {
  background: #fff;
}

.menu_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu_button.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu_button.active span:nth-of-type(3) {
  opacity: 0;
}

.nav_top {
  display: none;
}

#menu_sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200000;
  padding: 110px 20px;
  display: none;
  height: 100%;
}
#menu_sp div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
}
#menu_sp ul {
  position: relative;
}
#menu_sp ul li {
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.5rem;
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu_sp ul li:first-child {
  border-top: none;
}
#menu_sp ul li span {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 18px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 55px;
}
#menu_sp ul li a {
  color: #fff;
  letter-spacing: 2.5px;
  width: 8.5rem;
  padding: 0;
  border-bottom: solid 1px #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.5rem;
  text-align: center;
}
#menu_sp ul li.official {
  display: flex;
  margin-top: 30px;
}
#menu_sp ul li.official a {
  line-height: 30px;
  width: auto;
  border-bottom: none;
  margin: 0 8px;
}
#menu_sp ul li.official a i {
  font-size: 22px;
  font-size: 1.8333333333rem;
}

/* ============================================
3.contentsArea
============================================ */
.main_img {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 90px;
  left: 0;
  width: 100%;
}
.main_img img {
  max-width: none;
  width: 100%;
}

.main_img_dammy {
  position: relative;
}
.main_img_dammy .content_wave {
  position: absolute;
  bottom: -2%;
  left: 0;
  width: 100%;
}

/* ============================================
 slider
============================================ */
#main_slick {
  padding-bottom: 0;
}
#main_slick .wrapper {
  width: 100%;
  padding: 0;
}
#main_slick .illust {
  font-size: 12px;
  font-size: 1rem;
  text-align: right;
  padding-right: 5px;
}

.slick_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  max-height: 666.66px;
  overflow: hidden;
}

#slick_next, #slick_preview {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#slick_next {
  right: 0;
}

#slick_preview {
  left: 0;
}

.slick-dots {
  bottom: -30px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.middle_banner {
  margin-top: 3%;
}
.middle_banner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -3%;
  justify-content: center;
}
.middle_banner ul li {
  width: 47%;
  margin: 0 0 0 3%;
}

#contentArea {
  padding-top: 90px;
  z-index: 10;
  position: relative;
  top: 0;
  width: 100%;
}

.contentAreaInner {
  position: relative;
  top: 0;
  width: 100%;
  padding-top: 40px;
  background: #fff;
  overflow-y: hidden;
}

.content {
  padding: 40px 0 60px;
  border-bottom: 2px solid #000;
}
.content h2 {
  font-size: 20px;
  font-size: 1.6666666667rem;
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px;
}

.wrapper {
  width: 92%;
  margin: 0 auto;
}

/*---------------- NEWS ---------------*/
.news_wrap {
  padding: 0;
}
.news_wrap ul li {
  font-weight: 300;
  letter-spacing: 2px;
  border-bottom: 1px dashed #000;
  padding: 25px 10px 20px;
}
.news_wrap ul li a {
  z-index: 1;
  pointer-events: auto;
  display: block;
  color: #000;
  position: relative;
}
.news_wrap ul li:last-child {
  border-bottom: none;
}
.news_wrap ul li .news_head {
  display: flex;
}
.news_wrap ul li .tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-size: 0.8333333333rem;
}
.news_wrap ul li .tag span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 5px;
  color: #fff;
  min-width: 6.5rem;
  text-align: center;
}
.news_wrap ul li .tag span.uratanuki {
  background: #54ab1c;
}
.news_wrap ul li .tag span.shima {
  background: #7c5fb4;
}
.news_wrap ul li .tag span.sakata {
  background: #c34e01;
}
.news_wrap ul li .tag span.senra {
  background: #ffb700;
}
.news_wrap ul li .tag span.urashimasakatasen {
  background: #9a8320;
}
.news_wrap ul li .date {
  font-size: 13px;
  font-size: 1.0833333333rem;
  font-weight: 300;
  margin-right: 10px;
  display: inline-block;
  color: #cc9c3b;
}
.news_wrap ul li .tit {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  font-size: 1.1666666667rem;
  padding: 15px 15px 10px 0;
  position: relative;
}
.news_wrap ul li .fa-caret-right {
  font-size: 16px;
  font-size: 1.3333333333rem;
  position: absolute;
  top: 0;
  padding-top: 5px;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_wrap ul li .url {
  font-weight: 300;
  color: #cc9c3b;
}

/*---------------- LIVE ---------------*/
.live_wrap {
  padding: 0;
}
.live_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 -3% -3%;
}
.live_wrap ul li {
  width: 47%;
  margin: 0 0 3% 3%;
}
.live_wrap ul li img {
  border: solid 2px #000;
}
.live_wrap ul li a {
  display: block;
}

#channel_slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1050px;
}
#channel_slick .slick-slide {
  padding: 0 5px;
  /* ガター */
}
#channel_slick .slick-slide img {
  border: solid 2px #000;
}

.channel_slide {
  margin: 0 10px;
}

#channel_slick_next, #channel_slick_preview {
  position: absolute;
  display: block;
  height: 20px;
  width: 15px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 49%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#channel_slick_next {
  right: -30px;
}

#channel_slick_preview {
  left: -30px;
}

/*---------------- GOODS ---------------*/
.goods_wrap {
  padding: 0;
}
.goods_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 -3% -3%;
}
.goods_wrap ul li {
  width: 22%;
  margin: 0 0 3% 3%;
}
.goods_wrap ul li img {
  border: solid 2px #000;
}
.goods_wrap ul li a {
  display: block;
}
.goods_wrap .btn_shop {
  margin-top: 40px;
}
.goods_wrap .btn_shop a {
  letter-spacing: 3px;
  display: block;
  text-align: center;
  border: solid 2px #000;
  padding: 15px 20px;
  color: #000;
  font-weight: bold;
}

/*---------------- nav ---------------*/
#nav {
  margin: 70px auto;
}
#nav .nav_wrap {
  max-width: 1100px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 70px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.8);
}
#nav .nav_wrap ul {
  display: flex;
  justify-content: space-between;
}
#nav .nav_wrap ul li a {
  font-size: 22px;
  font-size: 1.8333333333rem;
  font-weight: 700;
}

.teacher_window {
  max-width: 600px;
  flex-wrap: wrap;
  padding: 40px;
  margin: 40px 20px !important;
  background: #fff;
  border-radius: 10px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.teacher_window .window_teacher_img {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.teacher_window .window_teacher_img img {
  border-radius: 30px;
  border: solid 2px #000;
}
.teacher_window h3 {
  color: #5b5b5b;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 15px;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.teacher_window h4 {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 22px;
  font-size: 1.8333333333rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 25px auto;
  text-align: center;
}
.teacher_window .tag_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
}
.teacher_window .tag_list ul li {
  color: #fff;
}
.teacher_window .tag_list ul li a {
  color: #fff;
  border-radius: 10px;
  background: #ada29c;
  display: inline-block;
  font-size: 10px;
  font-size: 0.8333333333rem;
  width: auto;
  margin: 0 5px 5px 5px;
  text-align: center;
  padding: 3px 10px;
}
.teacher_window .tag_list ul li .link_fancy {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out;
  opacity: 1;
  display: block;
  background: transparent;
  margin: 0;
  padding: 0;
}
.teacher_window .tag_list ul li .link_fancy:hover {
  opacity: 0.7;
}
.teacher_window .movie {
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  max-width: 400px;
  height: 0;
  overflow: hidden;
}
.teacher_window .movie a {
  font-size: 20px;
  font-size: 1.6666666667rem;
  color: #bf1313;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teacher_window .movie a i {
  margin-left: 0.2em;
  display: inline-block;
  font-size: 40px;
  font-size: 3.3333333333rem;
}
.teacher_window .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teacher_window p {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 2;
  margin: 40px auto;
  font-size: 16px;
  font-size: 1.3333333333rem;
}
.teacher_window p span {
  color: #bf1313;
  font-weight: bold;
}
.teacher_window p a {
  color: #cc9c3b;
}
.teacher_window .close {
  padding: 10px;
  margin: 20px auto 0;
  width: 50%;
  border-radius: 30px;
  background: #9a9a9a;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.1666666667rem;
}

.lity {
  background: rgba(0, 0, 0, 0.6) !important;
}

/* ============================================
 4.footerArea
============================================ */
footer {
  background: #fff;
  position: relative;
  z-index: 100000;
}
footer .img_loop_wrap {
  padding: 70px 0 10px;
  width: 100vw;
  overflow: hidden;
}
footer .img_loop_wrap img {
  width: auto;
  max-width: 150px;
  margin: 0 2px;
}

#loop_area {
  display: flex;
  width: 100vw;
  align-items: flex-start;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.page_top {
  text-align: center;
  width: 100%;
}
.page_top a {
  padding: 10px 0;
  border-radius: 20px 20px 0 0/20px 20px 0 0;
  background: #fff;
  display: block;
}
.page_top i {
  font-size: 20px;
  font-size: 1.6666666667rem;
  color: #000;
}

.copyrights {
  position: relative;
  width: 100%;
  margin: 20px auto;
  bottom: auto;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 2px;
  color: #000;
}

.popup_caution {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000000;
}
.popup_caution .popup_bg {
  background: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup_caution .popup_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.popup_caution .popup_container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  max-width: 770px;
  height: auto;
  margin: 0 auto;
  padding: 10% 0;
}
.popup_caution .url0308 {
  position: absolute;
  top: 23.2%;
  left: 7%;
  width: 82%;
}

.no_pc {
  display: inline-block;
}

.no_sp {
  display: none;
}

@media screen and (min-width: 900px) {
  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline-block;
  }

  /* ============================================
   2.headerArea
  ============================================ */
  header {
    background: #fff;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
  }
  header .logo {
    position: absolute;
    margin: 0;
    display: block;
    top: 15px;
    left: 50%;
    margin-left: -50px;
    height: 100px;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100px;
  }
  header .official {
    display: flex;
  }
  header .official a {
    display: inline-block;
    margin: 0 5px;
  }
  header .bnr_onlilne {
    position: absolute;
    left: auto;
    bottom: -150%;
    width: 180px;
    right: 2%;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button {
    display: none;
  }

  .nav_top {
    margin-top: 50px;
    display: block;
  }
  .nav_top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav_top ul li {
    width: 19.5%;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 2px #000;
  }
  .nav_top ul li.center {
    width: 22%;
  }
  .nav_top ul li:last-child {
    border-right: none;
  }
  .nav_top ul li a {
    color: #000;
    letter-spacing: 3px;
    font-size: 15px;
    font-size: 1.25rem;
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    display: block;
    width: auto;
    text-align: center;
  }
  .nav_top ul li.official a i {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }

  #menu_sp {
    display: none;
  }

  /* ============================================
  3.contentsArea
  ============================================ */
  #container {
    z-index: 100;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
  }

  .main_img {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 130px;
    left: 0;
    width: 100%;
    padding: 0 100px;
  }
  .main_img img {
    width: 100%;
    max-width: 1000px;
  }

  .main_img_dammy {
    position: relative;
    text-align: center;
    /* max-width: 1000px; */
    padding: 0 100px;
    margin: 0 auto;
  }
  .main_img_dammy img:first-child {
    width: 100%;
    max-width: 1000px;
  }
  .main_img_dammy .content_wave {
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
  }

  .middle_banner {
    margin-top: 3%;
  }
  .middle_banner .wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
  }
  .middle_banner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -3%;
  }
  .middle_banner ul li {
    width: 47%;
    margin: 0 0 0 3%;
  }

  #contentArea {
    padding-top: 130px;
    z-index: 10;
    position: relative;
    top: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .contentAreaInner {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 65px;
    background: #fff;
    overflow-y: hidden;
    max-width: 1050px;
    margin: 0 auto;
  }

  .content {
    padding: 70px 0 100px;
    border-bottom: 2px solid #000;
  }
  .content h2 {
    font-size: 28px;
    font-size: 2.3333333333rem;
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 6.5px;
    text-align: center;
    margin-bottom: 70px;
  }

  .wrapper {
    width: 900px;
    margin: 0 auto;
  }

  .lity {
    background: rgba(0, 0, 0, 0.6) !important;
  }

  /*---------------- NEWS ---------------*/
  .news_wrap {
    padding: 0 70px;
  }
  .news_wrap ul li {
    font-weight: 300;
    letter-spacing: 2px;
    border-bottom: 1px dashed #000;
    padding: 40px 30px 30px;
  }
  .news_wrap ul li a {
    display: block;
    color: #000;
  }
  .news_wrap ul li:last-child {
    border-bottom: none;
  }
  .news_wrap ul li .news_head {
    display: flex;
    align-items: center;
  }
  .news_wrap ul li .tag {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .news_wrap ul li .tag span {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 10px;
    color: #fff;
  }
  .news_wrap ul li .tag span.uratanuki {
    background: #54ab1c;
  }
  .news_wrap ul li .tag span.shima {
    background: #7c5fb4;
  }
  .news_wrap ul li .tag span.sakata {
    background: #c34e01;
  }
  .news_wrap ul li .tag span.senra {
    background: #ffb700;
  }
  .news_wrap ul li .tag span.urashimasakatasen {
    background: #9a8320;
  }
  .news_wrap ul li .date {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: 300;
    margin-right: 20px;
    display: inline-block;
    color: #cc9c3b;
  }
  .news_wrap ul li .tit {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    font-size: 1.5rem;
    padding: 25px 20px 20px 0;
    position: relative;
  }
  .news_wrap ul li .fa-caret-right {
    font-size: 22px;
    font-size: 1.8333333333rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_wrap ul li .url {
    font-weight: 300;
    color: #cc9c3b;
  }

  /*---------------- LIVE ---------------*/
  .live_wrap {
    padding: 0;
  }
  .live_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 -3% -3%;
  }
  .live_wrap ul li {
    width: 47%;
    margin: 0 0 3% 3%;
  }
  .live_wrap ul li img {
    border: solid 2px #000;
  }
  .live_wrap ul li a {
    display: block;
  }

  #channel_slick {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1050px;
  }
  #channel_slick .slick-slide {
    padding: 0 10px;
    /* ガター */
  }
  #channel_slick .slick-slide img {
    border: solid 2px #000;
  }

  #channel_slick_next, #channel_slick_preview {
    position: absolute;
    display: block;
    height: 40px;
    width: 32px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 48%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }

  #channel_slick_next {
    right: -50px;
  }

  #channel_slick_preview {
    left: -50px;
  }

  /*---------------- GOODS ---------------*/
  .goods_wrap {
    padding: 0;
  }
  .goods_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 -3% -3%;
  }
  .goods_wrap ul li {
    width: 22%;
    margin: 0 0 3% 3%;
  }
  .goods_wrap ul li img {
    border: solid 2px #000;
  }
  .goods_wrap ul li a {
    display: block;
  }
  .goods_wrap .btn_shop {
    margin-top: 80px;
    text-align: center;
  }
  .goods_wrap .btn_shop a {
    letter-spacing: 3px;
    display: inline-block;
    width: 80%;
    font-size: 14px;
    font-size: 1.1666666667rem;
    text-align: center;
    border: solid 2px #000;
    padding: 15px 20px;
    color: #000;
    font-weight: bold;
  }

  /* ============================================
   4.footerArea
  ============================================ */
  footer {
    position: relative;
    z-index: 100000;
  }
  footer .img_loop_wrap {
    padding: 80px 0 40px;
    width: 100vw;
    overflow: hidden;
  }
  footer .img_loop_wrap img {
    width: auto;
    max-width: 400px;
    margin: 0 5px;
  }

  #loop_area {
    display: flex;
    width: 100vw;
  }

  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .page_top {
    text-align: center;
    width: 100%;
  }
  .page_top a {
    padding: 10px 0;
    border-radius: 20px 20px 0 0/20px 20px 0 0;
    background: #fff;
    display: block;
  }
  .page_top a:hover {
    background: #eeeeee;
  }
  .page_top i {
    font-size: 30px;
    font-size: 2.5rem;
    color: #000;
  }

  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline;
  }

  .popup_caution {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000000;
  }
  .popup_caution .popup_bg {
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .popup_caution .popup_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .popup_caution .popup_container {
    position: relative;
    top: 0;
    left: 0;
    width: 770px;
    max-width: 770px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .popup_caution .url0308 {
    position: absolute;
    top: 38.8%;
    left: 7%;
    width: 82%;
  }

  .teacher_window {
    max-width: 600px;
    flex-wrap: wrap;
    padding: 30px;
    margin: 40px 20px !important;
    background: #fff;
    border-radius: 10px;
  }
  .teacher_window .window_teacher_img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .teacher_window .window_teacher_img img {
    border-radius: 30px;
    border: solid 2px #000;
  }
  .teacher_window h3 {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    margin: 0 auto 15px;
    text-align: center;
  }
  .teacher_window h4 {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
  }
  .teacher_window .tag_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px 0;
  }
  .teacher_window .tag_list ul li {
    color: #fff;
  }
  .teacher_window .tag_list ul li a {
    color: #fff;
    border-radius: 10px;
    background: #ada29c;
    display: inline-block;
    font-size: 10px;
    font-size: 0.8333333333rem;
    width: auto;
    margin: 0 5px 5px 5px;
    text-align: center;
    padding: 3px 10px;
  }
  .teacher_window .tag_list ul li .link_fancy {
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-out;
    opacity: 1;
    display: block;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .teacher_window .tag_list ul li .link_fancy:hover {
    opacity: 0.7;
  }
  .teacher_window p {
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .teacher_window p span {
    color: #bf1313;
    font-weight: bold;
  }
  .teacher_window p a {
    color: #cc9c3b;
  }
  .teacher_window .close {
    padding: 10px;
    margin: 20px auto 0;
    width: 50%;
    border-radius: 30px;
    background: #9a9a9a;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
}

/*# sourceMappingURL=main.css.map */
