@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

ul, li, div, span, section, h2, a, table, th, td, p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li, div, span, section, article, input, textarea, table, tr, th, td, a, h1, header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ytp-chrome-top {
  display: none !important;
}

.ytp-embed:not(.ad-showing) .ytp-gradient-top {
  display: none !important;
}

body {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 3px;
}

.savoye {
  font-family: "savoye-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* リセットCSS */
body, ul, li {
  padding: 0;
  margin: 0;
}

/* スリックスライダー */
#popup {
  display: none;
  /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer;
  /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none;
  /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 80vw;
  max-width: 600px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

.slick-slider div {
  min-width: 980px;
}
.slick-slider div img {
  width: 100%;
}

.pc {
  display: block;
}

.inline {
  display: inline-block;
}

.sp {
  display: none;
}

.ecd649 {
  color: #ecd649;
}

.e3007f {
  color: #e3007f;
}

.ft18 {
  font-size: 18px;
}

.ft22 {
  font-size: 22px;
}

.ft36 {
  font-size: 36px;
}

.int {
  margin: 0 0 0 -10px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pl120 {
  padding-left: 120px;
}

.mt20 {
  margin-top: 40px !important;
}

.f5f2ee {
  color: #f5f2ee !important;
}

p.line_bt {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}

header {
  width: 100%;
  height: 55px;
  min-width: 980px;
  padding: 10px;
  overflow: hidden;
  background: #212121;
}
header h1 {
  width: 255px;
  height: 55px;
  float: left;
}
header h1 a {
  width: 250px;
  height: 46px;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/logo.svg) no-repeat left center;
  background-size: 250px 40px;
  margin: -6px 0 0 -20px;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
}
header nav ul li {
  display: inline-flex;
  margin: 0 30px 0 0;
  vertical-align: middle;
  text-align: center;
}
header nav ul li a {
  width: 100%;
  line-height: 35px;
  display: block;
  color: #fff !important;
  font-size: 24px;
  font-family: "savoye-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header nav ul li.sp {
  display: none;
}

section {
  width: 100%;
  min-width: 980px;
}
section h2 {
  width: 150px;
  display: block;
  margin: 0 auto 50px;
}
section.concept, section.profile, section .tarot {
  padding: 50px 0;
  position: relative;
}
section.concept div.box, section.profile div.box, section .tarot div.box {
  margin: 100px 50px 50px;
  width: 45%;
  min-width: 400px;
  padding: 50px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: #fff;
  float: right;
}
section.concept div.box h3, section.profile div.box h3, section .tarot div.box h3 {
  margin-bottom: 20px;
}
section.concept table, section.profile table, section .tarot table {
  clear: both;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
section.concept table th, section.concept table td, section.profile table th, section.profile table td, section .tarot table th, section .tarot table td {
  text-align: left;
}
section.concept table th p, section.profile table th p, section .tarot table th p {
  padding-left: 120px;
  margin-bottom: 15px;
}
section.concept table th p label, section.profile table th p label, section .tarot table th p label {
  background-image: radial-gradient(circle, #6a5c6b 2px, rgba(0, 0, 0, 0) 2px);
  background-position: bottom;
  background-size: 16px 4px;
  background-repeat: repeat-x;
  padding: 0 0 10px 0px;
}
section.concept table td img, section.profile table td img, section .tarot table td img {
  width: 100%;
}
section.concept {
  background: #272c49 center 100px no-repeat;
  background-image: url(../img/concept_bg.png);
  background-size: 100%;
}
section.concept:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background-image: url("../img/border.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -5px;
  z-index: 10;
}
section.concept table th {
  width: 55%;
}
section.profile {
  background: #392835;
}
section.profile table {
  line-height: 200%;
}
section.profile table th {
  width: 65%;
  padding-left: 120px;
  padding-top: 20px;
  vertical-align: top;
}
section.profile table th label {
  font-size: 30px;
  display: inline-block;
  margin-top: 15px;
  background-image: radial-gradient(circle, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding: 0 0 15px 0px;
}
section.profile table td {
  width: 35%;
  text-align: right;
}
section.profile table td img {
  width: 420px;
}
section.profile div.info {
  background: #504047;
  width: 90%;
  margin: 100px 0 50px;
  padding: 120px 120px 90px 120px;
  color: #fff;
  line-height: 200%;
}
section.profile div.info p {
  margin-bottom: 20px;
}
section.profile div.info span {
  background: #f1e38b;
  border-radius: 20px;
  color: #2d2019;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 5px;
}
section.topic {
  padding: 50px 0;
  position: relative;
  background: url(../img/topic_bg.gif) no-repeat center center;
  background-size: 100%;
}
section.topic:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background: no-repeat;
  background-image: url("../img/topic_line.svg");
  background-position: center;
  background-size: 80%;
  position: absolute;
  bottom: 30px;
  z-index: 10;
}
section.topic:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background: no-repeat;
  background-image: url("../img/topic_line.svg");
  background-position: center;
  background-size: 80%;
  position: absolute;
  top: 30px;
  z-index: 10;
}
section.topic h2 {
  padding: 50px 0 0;
}
section.topic ul {
  width: 60%;
  margin: 0 auto 50px;
  line-height: 200%;
}
section.topic ul li {
  list-style-type: none;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 15px;
  padding-left: 24px;
}
section.school {
  background: #1e1811;
  color: #fff;
  position: relative;
}
section.school:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background: no-repeat;
  background-image: url("../img/border.svg");
  background-position: center;
  background-size: 90%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
  z-index: 10;
}
section.school h2 {
  width: 100%;
}
section.school h2 img {
  width: 100%;
}
section.school table {
  width: 100%;
}
section.school table th, section.school table td {
  width: 50%;
}
section.school table th img, section.school table td img {
  width: 90%;
}
section.school table th {
  vertical-align: top;
  text-align: left;
}
section.school table td {
  text-align: right;
  vertical-align: bottom;
  padding-top: 50px;
}
section.school div {
  width: 100%;
  margin-top: 60px;
}
section.school div h3 {
  width: 50%;
}
section.school div div {
  padding: 0 120px 150px;
}
section.school div section {
  line-height: 200%;
  position: relative;
  margin-bottom: 150px;
}
section.school div section h4 {
  margin-bottom: 20px;
  color: #fcecae;
  font-size: 20px;
}
section.school div section p, section.school div section h4 {
  padding: 20px 120px;
}
section.school div section span {
  background: #f1e38b;
  border-radius: 20px;
  color: #2d2019;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
}
section.school div section:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  margin-top: 15px;
  background-image: radial-gradient(circle, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
  background-position: left center;
  position: absolute;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding: 0 0 15px 0px;
  top: -100px;
}
section.school div section:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  margin-top: 15px;
  background-image: radial-gradient(circle, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
  background-position: left center;
  position: absolute;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding: 0 0 15px 0px;
  bottom: -100px;
}
section.school div p.group {
  width: 100%;
  text-align: center;
}
section.school div p.group img {
  width: 80%;
  margin: 0 auto 50px;
}
section.school section.voice {
  background: #3a2b1a;
  padding: 50px 0;
  position: relative;
}
section.school section h2 {
  width: 150px;
  display: block;
  margin: 0 auto 50px;
}
section.school section p.item {
  margin: 0 120px;
  font-size: 24px;
}
section.school section div {
  margin-top: 20px;
  color: #3a2231;
  position: relative;
}
section.school section div.box {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
  zoom: 0.9;
  padding: 0px 20px;
  position: relative;
}
section.school section div.box div {
  width: 322px;
  margin: 15px;
  flex-shrink: 0;
  background: #fff;
  padding: 20px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
section.school section div.box div h3 {
  font-size: 14px;
  float: left;
  line-height: 200%;
  padding: 80px 0px 70px;
  font-weight: bold;
}
section.school section div.box div img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 82px 0px 0 40px;
  opacity: 0.5;
}
section.school section div.box div label {
  font-family: "savoye-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(200, 187, 155, 0.5);
  font-size: 120px;
  position: absolute;
  height: 100px;
  top: 34px;
  right: -8px;
  background: url(../img/butterfly.svg) no-repeat;
  background-position: 5px 50px;
  background-size: 50px;
}
section.school section div.box div label span {
  display: block;
  text-align: right;
  font-size: 100px;
  margin-top: 30px;
  margin-right: 10px;
}
section.school section div.box div p {
  clear: both;
  border-top: #360818 2px dotted;
  font-size: 12px;
  padding-top: 25px;
  margin-top: 20px;
}
section.school section div.box div p span {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
section.tarot {
  background: #272c49 center 100px no-repeat;
  padding-bottom: 50px;
  position: relative;
}
section.tarot h2 {
  width: 100%;
}
section.tarot h2 img {
  width: 100%;
}
section.tarot table {
  width: 100%;
  color: #fff;
  margin-bottom: 200px;
  position: relative;
}
section.tarot table:after {
  content: "";
  display: inline-block;
  width: 83%;
  height: 10px;
  margin-top: 15px;
  background-image: radial-gradient(circle, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
  background-position: left center;
  position: absolute;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding: 0 0 15px 0px;
  bottom: -108px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
section.tarot table th {
  text-align: left;
  padding-left: 120px;
}
section.tarot table td img {
  width: 500px;
}
section.tarot p.item {
  margin: 0 120px;
  color: #fff;
  line-height: 140%;
}
section.tarot div {
  margin-top: 20px;
  color: #3a2231;
}
section.tarot div.box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  zoom: 0.9;
  padding: 0px 10px;
}
@media screen and (min-width: 1100px) {
  section.tarot div.box {
    padding: 0px 80px;
    width: 1220px;
    margin: 0 AUTO;
  }
}
section.tarot div.box div {
  width: 322px;
  margin: 15px;
  flex-shrink: 0;
  background: #fff;
  padding: 20px 20px 5px 20px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
section.tarot div.box div h3 {
  font-size: 15px;
  background: url(../img/tarot_title_bg.svg) no-repeat -4px 0;
  background-size: 110%;
  font-weight: bold;
  width: 73%;
  height: 60px;
  padding: 13px 0 0 27%;
}
section.tarot div.box div img {
  width: 150px;
  float: right;
  margin: 0 0 18px 0;
}
section.tarot div.box div label {
  float: left;
  padding: 70px 0 60px 0;
  letter-spacing: 0;
}
section.tarot div.box div p {
  clear: both;
  background: url(../img/dot.svg) no-repeat;
  background-size: 100%;
  font-size: 12px;
  padding-top: 20px;
  margin-top: 18px;
}
section.tarot div.box div p span {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
section.tarot div.box div b, section.tarot div.box div a {
  display: block;
  text-align: center;
}
section.tarot div.box div b {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 2px;
}
section.tarot div.box div a img {
  width: 100%;
}
section.message {
  background: #ffffee;
  padding: 50px 0;
  position: relative;
}
section.message:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background: no-repeat;
  background-image: url("../img/topic_line.svg");
  background-position: center;
  background-size: 90%;
  position: absolute;
  top: 20px;
  z-index: 10;
}
section.message:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background: no-repeat;
  background-image: url("../img/topic_line.svg");
  background-position: center;
  background-size: 90%;
  position: absolute;
  bottom: 20px;
  z-index: 10;
}
section.message p.item {
  margin: 0 120px;
  font-size: 24px;
}
section.message div {
  background: url(../img/message_bg.jpg) no-repeat;
  background-size: cover;
  margin: 20px 120px;
  padding: 50px;
  color: #3d281b;
  overflow: hidden;
}
section.message div img.saki {
  position: absolute;
  top: 100px;
  right: 0;
  width: 350px;
}
section.message div img.btf {
  width: 150px;
  position: absolute;
  bottom: 200px;
  right: 30px;
}
section.message div img.sign {
  float: right;
  margin-top: -20px;
}
section.message div p {
  position: relative;
  z-index: 10;
}
section.pc_box {
  display: block;
}
section.sp_box {
  display: none;
}

footer {
  width: 100%;
  min-width: 980px;
  background: #212121;
  overflow: hidden;
  position: relative;
  padding: 0;
}
footer h2 {
  width: 250px;
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
footer ul {
  float: left;
  padding: 50px 0 50px 50px;
}
footer ul li {
  color: #c8bb9b !important;
  list-style-type: none;
  background-image: url(../img/star2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 24px;
}
footer ul li a {
  color: #c8bb9b !important;
}
footer div {
  position: absolute;
  bottom: 94px;
  right: 50px;
}
footer div a {
  margin-left: 10px;
}
footer div a img {
  width: 40px;
}
footer p {
  background: url(../img/footer_bg.svg) no-repeat;
  background-size: 100%;
  clear: both;
  text-align: center;
  padding: 7px 0px;
}

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

  .sp {
    display: block;
  }

  .inline {
    display: none;
  }

  p.line_bt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
  }

  .ft36 {
    font-size: 18px;
    line-height: 150%;
  }

  .ft22 {
    font-size: 18px;
    line-height: 150%;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .slick-slider div {
    min-width: inherit;
  }
  .slick-slider div img {
    width: 100%;
  }

  header {
    min-width: 100%;
  }
  header nav ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    padding-top: 50px;
  }
  header nav ul li {
    display: block;
    padding: 10px 0;
    border-bottom: #c8bb9b solid 1px;
    margin: 0;
  }
  header nav ul li a {
    color: #666 !important;
  }
  header nav p {
    display: none;
    background: rgba(222, 222, 222, 0.9);
    padding: 60px 0 0 0;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header nav p a {
    display: block;
    border-bottom: 1px solid #aaa;
  }
  header nav .spmenu_btn {
    -webkit-tap-highlight-color: transparent;
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 30px;
    height: 12px;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 10px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  header nav .spmenu_btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #c8bb9b;
    top: -10px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header nav .spmenu_btn:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #c8bb9b;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header nav .spmenu_btn.active {
    top: 15px;
    height: 22px;
    border-top: 10px solid transparent;
    z-index: 20;
  }
  header nav .spmenu_btn.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0;
  }
  header nav .spmenu_btn.active:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }

  section {
    min-width: 100%;
  }
  section h2 {
    margin: 0 auto;
  }
  section.concept div.box, section.profile div.box, section .tarot div.box {
    margin: 160px 0 0 0;
    width: 100%;
    min-width: 100%;
    padding: 20px;
    float: none;
  }
  section.concept table, section.profile table, section .tarot table {
    margin-top: 0;
  }
  section.concept table th, section.concept table td, section.profile table th, section.profile table td, section .tarot table th, section .tarot table td {
    display: block;
  }
  section.concept table th p, section.profile table th p, section .tarot table th p {
    padding-left: 20px;
  }
  section.concept table td img, section.profile table td img, section .tarot table td img {
    width: 70%;
  }
  section.concept table {
    margin-top: 20px;
  }
  section.concept table th {
    width: 100%;
    padding: 0 20px;
  }
  section.concept table th p {
    padding: 0;
  }
  section.concept table th p.sp_edit {
    display: inline;
    line-height: 250%;
  }
  section.concept table th p label {
    padding: 0 0 14px 0px;
  }
  section.concept table td {
    text-align: center;
    padding-top: 30px;
  }
  section.profile {
    background: #392835;
  }
  section.profile table th {
    width: 100%;
    padding: 0 20px;
    padding-top: 20px;
  }
  section.profile table td {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  section.profile table td img {
    width: 90%;
  }
  section.profile div.info {
    background: #504047;
    width: 95%;
    margin: 20px 0 0;
    padding: 20px 14px 20px 20px;
  }
  section.topic {
    padding: 20px 0;
  }
  section.topic:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 12px;
    background: no-repeat;
    background-image: url("../img/topic_line.svg");
    background-position: center;
    background-size: 95%;
    position: absolute;
    bottom: 30px;
    z-index: 10;
  }
  section.topic:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 12px;
    background: no-repeat;
    background-image: url("../img/topic_line.svg");
    background-position: center;
    background-size: 95%;
    position: absolute;
    top: 30px;
    z-index: 10;
  }
  section.topic ul {
    width: 90%;
    margin: 20px auto 50px;
  }
  section.topic ul li {
    background-position: left 8px;
  }
  section.school:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 12px;
    background: no-repeat;
    background-image: url("../img/border.svg");
    background-position: center;
    background-size: 95%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 10px;
    z-index: 10;
  }
  section.school table {
    width: 100%;
    margin-top: 20px;
  }
  section.school table th, section.school table td {
    width: 50%;
  }
  section.school table th img, section.school table td img {
    width: 95%;
  }
  section.school table td {
    padding-top: 50px;
  }
  section.school div {
    width: 100%;
    margin-top: 20px;
  }
  section.school div h3 {
    width: 100%;
  }
  section.school div div {
    padding: 0 20px 20px;
  }
  section.school div section {
    line-height: 200%;
    position: relative;
    margin-bottom: 90px;
  }
  section.school div section h4 {
    margin-bottom: 0;
    color: #fcecae;
    font-size: 20px;
  }
  section.school div section p, section.school div section h4 {
    padding: 20px 30px 0;
  }
  section.school div section span {
    padding: 5px 10px;
    line-height: 120%;
  }
  section.school div section:after {
    content: "";
    display: inline-block;
    width: 90%;
    height: 10px;
    background-image: radial-gradient(circle, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
    background-position: left center;
    position: absolute;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    padding: 0 0 15px 0px;
    margin: 15px auto;
    text-align: center;
    left: 0;
    right: 0;
    top: -45px;
  }
  section.school div section:before {
    content: "";
    display: inline-block;
    width: 90%;
    height: 10px;
    background-image: radial-gradient(circle, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
    background-position: left center;
    position: absolute;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    padding: 0 0 15px 0px;
    margin: 15px auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -70px;
  }
  section.school div p.group {
    width: 100%;
    text-align: center;
  }
  section.school div p.group img {
    width: 90%;
    margin-bottom: 50px;
  }
  section.school section {
    position: relative;
  }
  section.school section h2 {
    margin: 0 auto 20px;
  }
  section.school section p.item {
    margin: 0 20px;
  }
  section.school section div {
    margin-top: 20px;
  }
  section.school section div.box {
    display: block;
    width: 100%;
    zoom: normal;
    padding: 0 10px;
  }
  section.school section div.box div {
    width: 90%;
    padding: 20px;
    min-width: 96%;
    margin: 5% 2%;
  }
  section.school section div.box div h3 {
    padding: 80px 0px 90px;
    width: 50%;
  }
  section.school section div.box div img {
    margin: 80px 0px 0 40px;
  }
  section.tarot h2 {
    width: 100%;
  }
  section.tarot h2 img {
    width: 100%;
  }
  section.tarot table {
    width: 100%;
    color: #fff;
    margin-bottom: 73px;
    position: relative;
  }
  section.tarot table:after {
    content: "";
    display: inline-block;
    width: 90%;
    height: 10px;
    margin-top: 15px;
    background-image: radial-gradient(circle, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
    background-position: left center;
    position: absolute;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    padding: 0 0 15px 0px;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  section.tarot table th {
    width: 100%;
    text-align: left;
    padding: 20px;
    display: block;
  }
  section.tarot table td {
    display: block;
    text-align: center;
  }
  section.tarot table td img {
    width: 80%;
  }
  section.tarot p.item {
    margin: 0 30px;
    color: #fff;
  }
  section.tarot div {
    margin-top: 20px;
    color: #3a2231;
  }
  section.tarot div.box {
    display: block;
    flex-wrap: nowrap;
    width: 100%;
    zoom: normal;
    padding: 0 10px;
  }
  section.tarot div.box div {
    width: 90%;
    padding: 20px;
    min-width: 96%;
    margin: 5% 2%;
  }
  section.message p.item {
    margin: 0 20px;
    font-size: 16px;
  }
  section.message p.line_bt {
    padding: 50px 0 0px;
  }
  section.message h2 {
    margin-bottom: 20px;
  }
  section.message div {
    background: url(../img/message_bg.jpg) no-repeat;
    background-size: cover;
    margin: 20px 20px;
    padding: 20px;
    color: #3d281b;
    overflow: hidden;
  }
  section.message div img.saki {
    position: relative;
    top: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  section.message div img.btf {
    width: 150px;
    position: absolute;
    bottom: 200px;
    right: 20px;
  }
  section.message div img.sign {
    width: 150px;
    float: right;
    margin-top: -20px;
  }
  section.message div p {
    position: relative;
    z-index: 10;
    font-size: 12px;
  }

  footer {
    min-width: 100%;
  }
  footer ul {
    padding: 280px 0 85px 20px;
  }
  footer ul li {
    background-position: left 5px;
  }
  footer div {
    position: absolute;
    bottom: 64px;
    right: 20px;
  }
  footer div a {
    margin-left: 10px;
  }
  footer div a img {
    width: 40px;
  }
  footer p {
    background-size: cover;
    font-size: 10px;
    letter-spacing: normal;
  }
}
