@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: auto;
}

h1, h2, h3, h4, h5, h6, h7, th, td, dt, dd,
em, label, address {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

img, input, select, textarea {
  vertical-align: bottom;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

main,
header,
footer,
aside,
article,
session,
section,
footer {
  display: block;
}

figure {
  position: relative;
  overflow: hidden;
  width: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  z-index: 0;
}

figure img {
  position: relative;
  z-index: 1;
}

figcaption {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  transition: 1s;
  -webkit-transition: 1s;
  overflow: hidden;
  z-index: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #30210b;
  background-color: #d7e6f1;
  background-repeat: repeat;
  overflow-x: hidden;
}

.text_sa {
  font-family: "Sawarabi Mincho" !important;
}

.text_fm {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
}

.text_fg {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}

/*------------------------------------------------------------------------
common
------------------------------------------------------------------------*/
session:after,
section:after,
div#body:after,
article:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

article {
  position: relative;
}

/*------------------------------------------------------------------------
header
------------------------------------------------------------------------*/
header {
  position: relative;
}

/*------------------------------------------------------------------------
footer
------------------------------------------------------------------------*/
footer {
  position: relative;
}

p#copyright {
  width: 100%;
  text-align: center;
}

.fixed,
.fixmenu {
  overflow: hidden !important;
  height: 100% !important;
  position: relative;
}

.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  background-color: transparent;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*
  	background: url(images/bx_loader.gif) center center no-repeat #fff;
  */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #30210b;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 25px 10px 0;
  outline: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  behavior: url("/files/css/PIE.htc");
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #29a6dd;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  /*
  	background: url(images/controls.png) no-repeat 0 -32px;
  */
}

.bx-wrapper .bx-next {
  right: 10px;
  /*
  	background: url(images/controls.png) no-repeat -43px -32px;
  */
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  /*
  	background: url(images/controls.png) -86px -11px no-repeat;
  */
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  /*
  	background: url(images/controls.png) -86px -44px no-repeat;
  */
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

body {
  font-size: 16px;
  line-height: 160%;
}

/*.btn a{
	display: block;
}
.btn a:hover,
#age_modal  div.yes:hover,
#age_modal  div.no:hover{
	background-color: #fff;
	border-radius: 10px;
}
.btn .ng a:hover,
.btn a.ng:hover{
	background: none;
	opacity: 0.6;
}
.btn a:hover img,
#thumbnail .btn li:hover img,
#age_modal  div.yes img:hover,
#age_modal  div.no img:hover{
	opacity: 0.6;
}
.btn .ng a:hover img,
.btn a.ng:hover img{
	opacity: 1 !important;
}*/
session,
div#body {
  width: 920px;
  margin: auto;
}

session:not([class="index"]),
div#body:not([class="index"]) {
  position: relative;
}
session:not([class="index"]) > h2,
div#body:not([class="index"]) > h2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: -35px;
  width: 200px;
}
session:not([class="index"]) #bread,
div#body:not([class="index"]) #bread {
  margin: 7px 0 15px;
}

main {
  width: 700px;
  float: right;
}

aside {
  width: 200px;
  float: left;
  position: relative;
}

aside ul li + li {
  margin-top: 20px;
}

.fixed {
  overflow: hidden;
}

.pk {
  color: #ff6694 !important;
  font-weight: bold;
}

.bl {
  color: #29a6dd !important;
  font-weight: bold;
}

.pkb {
  font-weight: bold;
  border-bottom: 2px solid #ff6694;
}

.bod {
  padding-bottom: 5px;
  border-bottom: 1px solid #30210b;
}

.yeb {
  padding-bottom: 5px;
  background: linear-gradient(transparent 40%, #ffff00 40%);
  -pie-background: linear-gradient(#d7e6f1 40%, #ffff00 40%);
  behavior: url("/files/css/PIE.htc");
}

header {
  z-index: 10;
  background-position: center 40px;
  background-image: url("../img/pc/common/header_bg.png");
  height: 284px;
}
header h1 {
  background-color: #30210b;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
header div.content {
  width: 920px;
  margin: auto;
  letter-spacing: -10px;
}
header div.content p {
  letter-spacing: normal;
  display: inline-block;
}
header div.content p.logo {
  margin: 10px 0 0 20px;
}
header div.content p.logo span {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  font-weight: 900;
}
header div.content p.tel {
  margin: 20px 15px 0 130px;
}
header nav {
  position: relative;
  width: 920px;
  margin: 15px auto 0;
}
header nav ul {
  letter-spacing: -10px;
}
header nav ul li {
  letter-spacing: normal;
  display: inline-block;
  width: 115px;
  height: 61px;
  background-position: center center;
  overflow: hidden;
  vertical-align: top;
}
header nav ul li a {
  display: block;
  padding-top: 61px;
}
header nav ul li.index {
  margin-top: 36px;
  background-image: url("../img/pc/common/header_nav_1_off.png");
}
header nav ul li.index:hover, header nav ul li.index.cur {
  background-image: url("../img/pc/common/header_nav_1_on.png");
}
header nav ul li.concept {
  margin-top: 18px;
  background-image: url("../img/pc/common/header_nav_2_off.png");
}
header nav ul li.concept:hover, header nav ul li.concept.cur {
  background-image: url("../img/pc/common/header_nav_2_on.png");
}
header nav ul li.worklist {
  margin-top: 6px;
  background-image: url("../img/pc/common/header_nav_3_off.png");
}
header nav ul li.worklist:hover, header nav ul li.worklist.cur {
  background-image: url("../img/pc/common/header_nav_3_on.png");
}
header nav ul li.enrolled {
  background-image: url("../img/pc/common/header_nav_4_off.png");
}
header nav ul li.enrolled:hover, header nav ul li.enrolled.cur {
  background-image: url("../img/pc/common/header_nav_4_on.png");
}
header nav ul li.system {
  background-image: url("../img/pc/common/header_nav_5_off.png");
}
header nav ul li.system:hover, header nav ul li.system.cur {
  background-image: url("../img/pc/common/header_nav_5_on.png");
}
header nav ul li.access {
  margin-top: 6px;
  margin-top: 18px;
  background-image: url("../img/pc/common/header_nav_6_off.png");
}
header nav ul li.access:hover, header nav ul li.access.cur {
  background-image: url("../img/pc/common/header_nav_6_on.png");
}
header nav ul li.event {
  margin-top: 18px;
  margin-top: 36px;
  background-image: url("../img/pc/common/header_nav_7_off.png");
}
header nav ul li.event:hover, header nav ul li.event.cur {
  background-image: url("../img/pc/common/header_nav_7_on.png");
}
header nav ul li.contact {
  margin-top: 36px;
  background-image: url("../img/pc/common/header_nav_8_off.png");
}
header nav ul li.contact:hover, header nav ul li.contact.cur {
  background-image: url("../img/pc/common/header_nav_8_on.png");
}
header nav ul li.play {
  margin-top: 6px;
  background-image: url("../img/pc/common/header_nav_9_off.png");
}
header nav ul li.play:hover, header nav ul li.play.cur {
  background-image: url("../img/pc/common/header_nav_9_on.png");
}

footer {
  margin-top: 80px;
}
footer div.content {
  letter-spacing: -10px;
  position: relative;
  padding: 30px 0 40px;
  background-color: #fff;
  text-align: center;
}
footer div.content p {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
footer div.content p.logo {
  margin-right: 20px;
}
footer div.content p.logo span {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: -8px;
}
footer div.content p.pagetop {
  width: 131px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
footer div.content p.pagetop:hover {
  cursor: pointer;
}
footer nav {
  width: 920px;
  margin: auto;
  text-align: center;
  padding: 35px 0;
}
footer nav ul {
  letter-spacing: -10px;
}
footer nav ul li {
  letter-spacing: normal;
  display: inline-block;
}
footer nav ul li + li:before {
  content: "・";
}
footer p#copyright {
  height: 40px;
  line-height: 40px;
  background-color: #30210b;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.pcnone {
  display: none !important;
}

.spnone {
  display: block;
}

div#body.index article.main {
  width: 912px;
  margin: -60px auto 30px;
  position: relative;
  clear: both;
}
div#body.index article.main ul.slide li {
  position: relative;
}
div#body.index article.main ul.slide li a {
  display: block;
  width: 196px;
  height: 196px;
  position: absolute;
  right: 0;
  bottom: 0;
  /*-webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
  -webkit-transform-origin: top right;
  transform-origin: right top 0px;
  -ms-transform-origin: top right;
  transform-origin: top right;*/
}
div#body.index article.main ul.slide li.slide1 a {
  background-image: url("../img/pc/index/slide_1_btn_off.png");
}
div#body.index article.main ul.slide li.slide1 a:hover {
  background-image: url("../img/pc/index/slide_1_btn_on.png");
}
div#body.index article.main ul.slide li.slide2 a {
  background-image: url("../img/pc/index/slide_2_btn_off.png");
}
div#body.index article.main ul.slide li.slide2 a:hover {
  background-image: url("../img/pc/index/slide_2_btn_on.png");
}
div#body.index article.main ul.slide li.slide3 a {
  background-image: url("../img/pc/index/slide_3_btn_off.png");
}
div#body.index article.main ul.slide li.slide3 a:hover {
  background-image: url("../img/pc/index/slide_3_btn_on.png");
}
div#body.index article.main ul.slide li.slide4 a {
  background-image: url("../img/pc/index/slide_4_btn_off.png");
}
div#body.index article.main ul.slide li.slide4 a:hover {
  background-image: url("../img/pc/index/slide_4_btn_on.png");
}
div#body.index article.main ul.ctl {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 86px;
  width: 100%;
}
div#body.index article.main ul.ctl li {
  width: 86px;
  height: 86px;
  position: absolute;
}
div#body.index article.main ul.ctl li#slider-prev {
  left: -20px;
}
div#body.index article.main ul.ctl li#slider-next {
  right: -20px;
}
div#body.index article.main ul.ctl li a {
  display: block;
}
div#body.index main.index h2 {
  text-align: center;
}
div#body.index main.index ul.topics {
  width: 100%;
  padding: 25px 0;
  margin-top: 10px;
  margin-bottom: 15px;
  background-image: url("../img/pc/index/line.png"), url("../img/pc/index/line.png");
  background-position: left top, left bottom;
  letter-spacing: -10px;
}
div#body.index main.index ul.topics li {
  letter-spacing: normal;
  display: inline-block;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  width: 220px;
  vertical-align: bottom;
  position: relative;
}
div#body.index main.index ul.topics li a {
  display: block;
  background-image: url("../img/pc/index/click_off_2.png");
  width: 74px;
  height: 74px;
  position: absolute;
  bottom: 0;
  right: 0;
}
div#body.index main.index ul.topics li a:hover {
  background-image: url("../img/pc/index/click_on_2.png");
}
div#body.index main.index ul.topics li:nth-of-type(1) {
  padding: 20px;
  width: 460px;
  height: 300px;
  position: relative;
}
div#body.index main.index ul.topics li:nth-of-type(1) a {
  background-image: url("../img/pc/index/click_off_1.png");
  width: 109px;
  height: 109px;
}
div#body.index main.index ul.topics li:nth-of-type(1) a:hover {
  background-image: url("../img/pc/index/click_on_1.png");
}
div#body.index main.index ul.topics li:nth-of-type(1) h3 {
  position: relative;
  left: -20px;
  margin-bottom: -40px;
  top: -25px;
}
div#body.index main.index ul.topics li:nth-of-type(1) p.img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 165px;
}
div#body.index main.index ul.topics li:nth-of-type(1) p.img img {
  width: 100%;
}
div#body.index main.index ul.topics li:nth-of-type(1) div {
  width: 234px;
}
div#body.index main.index ul.topics li:nth-of-type(1) div p.catch {
  font-size: 17px;
  margin: 0 0 12px 25px;
}
div#body.index main.index ul.topics li:nth-of-type(1) div p {
  font-size: 13px;
  line-height: 140%;
  text-align: justify;
  letter-spacing: -1px;
}
div#body.index main.index ul.topics li:nth-of-type(1) div p.name {
  text-align: right;
  margin-top: 10px;
}
div#body.index main.index ul.topics li:nth-of-type(2) {
  margin-left: 20px;
  height: 300px;
}
div#body.index main.index ul.topics li:nth-of-type(2) img {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
div#body.index main.index ul.topics li:nth-of-type(n+4) {
  margin-left: 20px;
}
div#body.index main.index ul.topics li:nth-of-type(n+3) {
  margin-top: 20px;
}
div#body.index main.index ul.topics li:nth-of-type(5) a {
  background-image: url("../img/pc/index/click_off_3.png");
}
div#body.index main.index ul.topics li:nth-of-type(5) a:hover {
  background-image: url("../img/pc/index/click_on_3.png");
}
div#body.index main.index ul.topics li:nth-of-type(6) {
  margin-left: 0;
  width: 700px;
}
div#body.index main.index a#worklist {
  display: block;
}
div#body.index main.index div#list h3 {
  text-align: center;
  margin-bottom: 20px;
}
div#body.index main.index div#list ul li {
  width: 160px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
div#body.index main.index div#list ul li:nth-of-type(4n) {
  margin-right: 0px;
}
div#body.index main.index div#list ul li:nth-of-type(n+5) {
  margin-top: 20px;
}
div#body.index main.index div#list ul li p.img {
  padding: 6px;
  background-color: #fff;
  height: 204px;
  overflow: hidden;
}
div#body.index main.index div#list ul li p.img img {
  width: 100%;
}
div#body.index main.index div#list ul li p.shop {
  font: 12px;
}
div#body.index main.index div#list ul li p.name {
  margin: 5px auto;
  font-size: 14px;
}
div#body.index main.index div#list ul li p.name span {
  color: #ff6694;
}
div#body.index main.index div#list ul li p.time {
  font: 14px;
  padding: 5px 0;
  border-top: 1px solid #30210b;
  border-bottom: 1px solid #30210b;
}

/*------------------------------------------------------------------------
モーダルメニュー
------------------------------------------------------------------------*/
#age_modal {
  display: none;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  background-color: #29a6dd;
  background-color: rgba(41, 166, 221, 0.75);
  overflow-y: scroll;
  z-index: 999999;
}
#age_modal div.modal_bg {
  display: none;
  background-repeat: no-repeat;
  height: 100vh;
  background-size: 100% 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
#age_modal div.bg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -20%;
  margin-top: -40vh;
  text-align: center;
  background-color: #fff;
  width: 700px;
  border-radius: 10px;
  padding: 130px 100px 100px;
  height: 588px;
}
#age_modal div.yes, #age_modal div.no {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#age_modal div.yes {
  top: 430px;
  text-align: center;
}
#age_modal div.no {
  top: 550px;
  text-align: center;
}
#age_modal div.no a {
  color: #E378C4;
}
#age_modal div.no p {
  display: table;
  vertical-align: middle;
  margin: auto;
}
#age_modal div.no p img {
  vertical-align: middle;
}

.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

#confirm_modal {
  width: 100% !important;
}

.fixmenu {
  overflow: hidden !important;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-y: scroll;
}

#age_modal div.bg {
  background-color: #fff;
  width: 700px;
  border-radius: 10px;
  padding: 130px 100px 100px;
  height: 588px;
}
#age_modal .app {
  position: absolute;
  top: 300px;
  left: 30px;
  right: 0;
  text-align: left;
  margin: auto;
  width: 400px;
}
#age_modal .app:before {
  display: block;
  content: "";
  background-image: url("../img/pc/index/modal_18.png");
  width: 46px;
  height: 45px;
  position: absolute;
  left: -50px;
}
#age_modal div.yes {
  top: 380px;
}
#age_modal div.no {
  top: 500px;
}
#age_modal div.no a {
  color: #30210b;
}
#age_modal div.no a span {
  color: #29a6dd;
}

#remove_cookie {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  font-size: 8px;
  line-height: 1.4;
  color: #fff;
}

div#body.concept main.concept section.concept_1 p.text1 {
  font-size: 44px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background-color: #ff6694;
  border-top: 1px solid #30210b;
  border-bottom: 1px solid #30210b;
}
div#body.concept main.concept section.concept_2 {
  padding: 25px 20px 0 220px;
  height: 366px;
  background-image: url("../img/pc/concept/img_bg_1.png");
  background-position: left -10px;
}
div#body.concept main.concept section.concept_2 p.text1 {
  font-size: 18px;
  font-weight: bold;
}
div#body.concept main.concept section.concept_2 ul {
  padding: 20px;
  border: 3px solid #30210b;
  position: relative;
  background-color: #fff;
  margin: 3px 0 10px;
}
div#body.concept main.concept section.concept_2 ul:before {
  content: "";
  display: block;
  position: absolute;
  width: 96%;
  height: 86%;
  background-color: transparent;
  border: 1px solid #30210b;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
div#body.concept main.concept section.concept_2 ul li {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
div#body.concept main.concept section.concept_2 p + p {
  margin-top: 6px;
}
div#body.concept main.concept section.concept_2 p.text2 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1px;
}
div#body.concept main.concept section.concept_2 p.text4 {
  font-size: 22px;
  font-weight: bold;
}
div#body.concept main.concept section.concept_2 p.text5 span {
  font-size: 22px;
}
div#body.concept main.concept section.concept_3 h3 {
  background-image: url("../img/pc/concept/ttl_bg_1.png");
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 22px;
  padding-left: 56px;
  font-weight: bold;
}
div#body.concept main.concept section.concept_3 p.text1 {
  padding: 20px;
  line-height: 180%;
}
div#body.concept main.concept section.concept_4 {
  background-image: url("../img/pc/concept/img_bg_2.png");
  background-position: right 60px;
}
div#body.concept main.concept section.concept_4 h3 {
  background-image: url("../img/pc/concept/ttl_bg_2.png");
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 22px;
  padding-left: 56px;
  font-weight: bold;
}
div#body.concept main.concept section.concept_4 p.text1 {
  padding: 20px;
  width: 500px;
  line-height: 180%;
}
div#body.concept main.concept section.concept_4 p.text1 span {
  font-size: 19px;
}
div#body.concept main.concept section.concept_5 {
  background-image: url("../img/pc/concept/img_bg_3.png");
  background-position: left 90px;
}
div#body.concept main.concept section.concept_5 h3 {
  background-image: url("../img/pc/concept/ttl_bg_1.png");
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 22px;
  padding-left: 56px;
  font-weight: bold;
}
div#body.concept main.concept section.concept_5 p.text1 {
  padding: 20px 20px 0px 272px;
  line-height: 180%;
}
div#body.concept main.concept section.concept_5 p.text1 span {
  font-size: 19px;
}
div#body.concept main.concept section.concept_6 p.text1 {
  padding: 20px;
  line-height: 180%;
}
div#body.concept main.concept section.concept_6 p.text1 span {
  font-size: 19px;
}
div#body.concept main.concept section.concept_7 {
  width: 718px;
  background-color: #fff;
  position: relative;
  padding: 20px;
}
div#body.concept main.concept section.concept_7 h3 {
  margin: -20px 0 0 -20px;
}
div#body.concept main.concept section.concept_7 p.text1 {
  line-height: 180%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-shadow: 1px 1px 2px #fff;
}
div#body.concept main.concept section.concept_7 p.text1 span {
  font-size: 18px;
  letter-spacing: -1px;
}
div#body.concept main.concept section.concept_7 p.text2 {
  font-size: 25px;
  line-height: 130%;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
div#body.concept main.concept section.concept_7 p.img {
  position: absolute;
  right: 38px;
  top: 120px;
  z-index: 0;
}
div#body.concept main.concept section.concept_8 {
  margin: -20px 0 -80px;
  position: relative;
  padding: 60px 0px 40px 200px;
}
div#body.concept main.concept section.concept_8 p.img {
  position: absolute;
  top: 0;
  left: 20px;
}
div#body.concept main.concept section.concept_8 p.text1 span {
  font-weight: bold;
  letter-spacing: -0.1em;
  background-color: #d7e6f1;
  display: inline-block;
}

div#body.enrolled main.enrolled #worklist li {
  width: 160px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
div#body.enrolled main.enrolled #worklist li:nth-of-type(4n) {
  margin-right: 0px;
}
div#body.enrolled main.enrolled #worklist li:nth-of-type(n+5) {
  margin-top: 20px;
}
div#body.enrolled main.enrolled #worklist li p.img {
  padding: 6px;
  background-color: #fff;
  height: 204px;
  overflow: hidden;
}
div#body.enrolled main.enrolled #worklist li p.img img {
  width: 100%;
}
div#body.enrolled main.enrolled #worklist li p.shop {
  font: 12px;
}
div#body.enrolled main.enrolled #worklist li p.name {
  margin: 5px auto;
}
div#body.enrolled main.enrolled #worklist li p.name span {
  color: #ff6694;
}
div#body.enrolled main.enrolled #worklist li p.time {
  font: 14px;
  padding: 5px 0;
  border-top: 1px solid #30210b;
  border-bottom: 1px solid #30210b;
}
div#body.enrolled main.enrolled #worklist li p.time.holi {
  background-color: #30210b;
  color: #fff;
  border-radius: 40px;
  border-color: transparent;
}

div#body.profile main.profile {
  min-height: 700px;
}
div#body.profile main.profile #thumbnail {
  overflow: hidden;
  float: right;
  width: 330px;
}
div#body.profile main.profile #thumbnail img {
  width: 100%;
}
div#body.profile main.profile #thumbnail p.img {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin-bottom: 10px;
}
div#body.profile main.profile #thumbnail ul li {
  width: 105px;
  height: 140px;
  overflow: hidden;
  float: left;
}
div#body.profile main.profile #thumbnail ul li + li {
  margin-left: 7px;
}
div#body.profile main.profile #thumbnail ul li:hover {
  cursor: pointer;
}
div#body.profile main.profile #detail {
  float: left;
  width: 330px;
  position: relative;
  padding-top: 65px;
  margin-left: 20px;
}
div#body.profile main.profile #detail p.icon {
  position: absolute;
  top: 0;
  left: -20px;
}
div#body.profile main.profile #detail p.name {
  font-size: 22px;
}
div#body.profile main.profile #detail p.name span {
  font-size: 42px;
  color: #ff6694;
}
div#body.profile main.profile #detail p.time {
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #29a6dd;
  color: #fff;
  margin: 10px 0;
}
div#body.profile main.profile #detail p.time span {
  position: relative;
  width: 110px;
  margin-right: 16px;
  display: inline-block;
}
div#body.profile main.profile #detail p.time span:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 120%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
div#body.profile main.profile #detail p.time.holi {
  background-color: #948175;
}
div#body.profile main.profile #detail p.t, div#body.profile main.profile #detail p.size {
  margin: 10px;
}
div#body.profile main.profile #detail p.t span, div#body.profile main.profile #detail p.size span {
  display: inline-block;
  width: 110px;
  margin-right: 16px;
}
div#body.profile main.profile #detail h3 {
  background-image: url("../img/pc/profile/ttl_bg.png");
  height: 41px;
  line-height: 41px;
  padding-left: 43px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
div#body.profile main.profile #detail p.comment {
  line-height: 180%;
}

div#body.system main.system article.system {
  padding: 20px 0;
  background-image: url("../img/pc/system/img_bg_1.png");
  background-position: 350px 0px;
}
div#body.system main.system article.system p {
  margin-left: 20px;
  width: 394px;
  text-align: justify;
  line-height: 180%;
}
div#body.system main.system article.system_1 {
  padding-bottom: 45px;
  margin-bottom: 35px;
  background-position: left bottom;
  background-image: url("../img/pc/index/line.png");
}
div#body.system main.system article.system_1 h3 {
  background-image: url("../img/pc/system/ttl_bg.png");
  height: 52px;
  line-height: 52px;
  padding-left: 56px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
div#body.system main.system article.system_1 section {
  margin-left: 20px;
}
div#body.system main.system article.system_1 section[class^="course"] {
  padding-bottom: 45px;
}
div#body.system main.system article.system_1 section[class^="course"] p.ttl {
  padding-left: 115px;
  font-size: 24px;
  font-weight: bold;
  background-position: left top;
  line-height: 41px;
  height: 41px;
  margin-bottom: 222px;
}
div#body.system main.system article.system_1 section[class^="course"] p.ttl span {
  font-size: 16px;
  margin-left: 20px;
  vertical-align: top;
}
div#body.system main.system article.system_1 section[class^="course"] p.catch {
  background-image: url("../img/pc/system/text_bg.png");
  height: 47px;
  line-height: 47px;
  color: #fff;
  padding-left: 10px;
  font-size: 24px;
  margin-bottom: 10px;
}
div#body.system main.system article.system_1 section[class^="course"] p.text {
  width: 390px;
  text-align: justify;
}
div#body.system main.system article.system_1 section.course1 {
  background-image: url("../img/pc/system/img_bg_2.png");
  background-position: 10px 20px;
  margin-bottom: 45px;
  position: relative;
}
div#body.system main.system article.system_1 section.course1:before {
  content: "";
  display: block;
  position: absolute;
  width: 660px;
  height: 2px;
  background-color: #30210b;
  bottom: 0;
}
div#body.system main.system article.system_1 section.course1 p.ttl {
  background-image: url("../img/pc/system/ttl_sub_1.png");
}
div#body.system main.system article.system_1 section.course2 {
  background-image: url("../img/pc/system/img_bg_3.png");
  background-position: 10px 10px;
}
div#body.system main.system article.system_1 section.course2 p.ttl {
  background-image: url("../img/pc/system/ttl_sub_2.png");
}
div#body.system main.system article.system_1 section.spcourse3 {
  background-image: url("../img/pc/system/img_bg_4.png");
  background-position: 10px 35px;
  width: 660px;
  padding: 10px;
  color: #fff;
  background-color: #ff6694;
  position: relative;
  /*box-shadow: inset 0 0 0 10px $pk,inset 0 0 0 11px #fff;
  -webkit-box-shadow: inset 0 0 0 10px $pk,inset 0 0 0 11px #fff;
  -moz-box-shadow: inset 0 0 0 10px $pk,inset 0 0 0 11px #fff;
  -ms-box-shadow: inset 0 0 0 10px $pk,inset 0 0 0 11px #fff;
  -pie-box-shadow: inset 0 0 0 10px $pk,inset 0 0 0 11px #fff;
  behavior: url("/files/css/PIE.htc");*/
}
div#body.system main.system article.system_1 section.spcourse3 div {
  padding: 15px;
  border: 1px solid #fff;
}
div#body.system main.system article.system_1 section.spcourse3 p.ttl {
  background-image: url("../img/pc/system/ttl_sub_3.png");
  padding-left: 115px;
  font-size: 24px;
  font-weight: bold;
  background-position: left top;
  line-height: 140%;
  height: 65px;
  margin-bottom: 222px;
}
div#body.system main.system article.system_1 section.spcourse3 p.catch {
  background-image: url("../img/pc/system/text_bg_2.png");
  height: 47px;
  line-height: 47px;
  color: #ff6694;
  padding-left: 10px;
  font-size: 24px;
  margin-bottom: 10px;
}
div#body.system main.system article.system_1 section.spcourse3 p.text {
  width: 390px;
  text-align: justify;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
div#body.system main.system article.system_1 section.spcourse3 p.caution {
  padding: 10px;
  border: 1px solid #fff;
  text-align: justify;
  font-size: 12px;
}
div#body.system main.system article.system_1 section.bana {
  margin: 30px auto 40px;
}
div#body.system main.system article.system_1 section.bana p {
  margin: auto;
  width: 620px;
  position: relative;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
div#body.system main.system article.system_1 section.bana p a {
  background-image: url("../img/pc/system/click_off.png");
  width: 74px;
  height: 74px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
div#body.system main.system article.system_1 section.bana p a:hover {
  background-image: url("../img/pc/system/click_on.png");
}
div#body.system main.system article.system_1 section.option {
  width: 660px;
  padding: 25px 0 35px;
  background-image: url("../img/pc/system/img_bg_5.png");
  background-position: right 0;
}
div#body.system main.system article.system_1 section.option p.ttl {
  padding-left: 115px;
  font-size: 24px;
  font-weight: bold;
  background-position: left top;
  line-height: 36px;
  height: 41px;
  background-image: url("../img/pc/system/ttl_sub_4.png");
  margin-bottom: 5px;
}
div#body.system main.system article.system_1 section.option p.text {
  width: 400px;
  text-align: justify;
  margin-bottom: 20px;
}
div#body.system main.system article.system_1 section.option table, div#body.system main.system article.system_1 section.option th, div#body.system main.system article.system_1 section.option td {
  border-collapse: collapse;
  border: 1px solid #30210b;
}
div#body.system main.system article.system_1 section.option table th {
  background-color: #29a6dd;
  color: #fff;
  padding: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  width: 154px;
  height: 80px;
}
div#body.system main.system article.system_1 section.option table td {
  padding: 20px;
  background-color: #fff;
  font-size: 15px;
  letter-spacing: -10px;
}
div#body.system main.system article.system_1 section.option table td span {
  display: inline;
  letter-spacing: -1px;
}
div#body.system main.system article.system_1 section.option table td span:nth-of-type(n+2):before {
  content: "/";
  margin: 0 6px;
}
div#body.system main.system article.system_1 section.option table tr:nth-of-type(1) td span:nth-of-type(6):before {
  margin: 0;
  content: "\A";
  white-space: pre;
}
div#body.system main.system article.system_1 section.option table tr:nth-of-type(2) td span {
  letter-spacing: -1.8px;
}
div#body.system main.system article.system_1 section.option table tr:nth-of-type(2) td span:nth-of-type(7):before {
  margin: 0;
  content: "\A";
  white-space: pre;
}
div#body.system main.system article.system_1 section.option table tr:nth-of-type(3) td span:nth-of-type(6):before {
  margin: 0;
  content: "\A";
  white-space: pre;
}
div#body.system main.system article.system_1 section.option table tr:nth-of-type(4) td span:nth-of-type(5):before {
  margin: 0;
  content: "\A";
  white-space: pre;
}
div#body.system main.system article.system_1 section.option table tr:nth-of-type(5) td span:nth-of-type(3):before {
  margin: 0;
  content: "\A";
  white-space: pre;
}
div#body.system main.system article.system_1 p.pagetop {
  text-align: center;
}
div#body.system main.system article.system_1 p.pagetop:hover {
  cursor: pointer;
}
div#body.system main.system article.access {
  background-position: 470px 65px;
  background-image: url("../img/pc/system/access_bg.png");
}
div#body.system main.system article.access h3 {
  text-align: center;
  margin-bottom: 30px;
}
div#body.system main.system article.access p.text {
  width: 430px;
  letter-spacing: -0.5px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: -11px;
}
div#body.system main.system article.access ul li h4 {
  background-image: url("../img/pc/system/ttl_bg.png");
  height: 52px;
  line-height: 52px;
  padding-left: 56px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
div#body.system main.system article.access ul li > div {
  width: 660px;
  height: 300px;
  margin-left: 20px;
}
div#body.system main.system article.access ul li > div iframe {
  width: 100%;
  height: 100%;
}
div#body.system main.system article.access ul li p.access {
  margin-top: 20px;
  margin-left: 20px;
}
div#body.system main.system article.access ul li + li {
  margin-top: 30px;
}

div#body.event main.event article.event {
  padding: 20px 0 20px;
  background-image: url("../img/pc/event/img_bg_1.png");
  background-position: right 15px;
}
div#body.event main.event article.event p {
  margin-left: 20px;
}
div#body.event main.event article.event p.text1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
div#body.event main.event article.event p.text2 {
  width: 350px;
  text-align: justify;
  letter-spacing: -1px;
}
div#body.event main.event article[class^="event_"] {
  margin-bottom: 20px;
}
div#body.event main.event article[class^="event_"] h3 {
  background-image: url("../img/pc/system/ttl_bg.png");
  height: 52px;
  line-height: 52px;
  padding-left: 56px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
div#body.event main.event article[class^="event_"] p {
  margin-left: 20px;
}
div#body.event main.event article[class^="event_"] p[class^="img"] {
  margin-bottom: 20px;
}

div#body.play main.play article.play {
  padding: 20px 0 40px 20px;
}
div#body.play main.play article.play p.text {
  margin-top: -90px;
  text-align: left;
  line-height: 200%;
  font-size: 15px;
  letter-spacing: -0.2px;
  word-break: keep-all;
}
div#body.play main.play article.play p.text span.bo {
  font-size: 22px;
  font-weight: bold;
}
div#body.play main.play article.play p.name {
  margin-top: 20px;
  text-align: right;
  line-height: 1;
}
div#body.play main.play article.play_1 {
  padding: 0 0 0 20px;
}
div#body.play main.play article.play_1 p.bana {
  margin-left: -20px;
  margin-bottom: 20px;
}
div#body.play main.play article.play_1 p.img_text {
  margin-bottom: 23px;
}
div#body.play main.play article.play_1 p.text {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 200%;
  margin-bottom: 34px;
}
div#body.play main.play article.play_1 p.text span.bo {
  font-weight: bold;
  font-size: 22px;
}
div#body.play main.play article.play_1 p.text span.bod {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 2px solid #ff6694;
}
div#body.play main.play article.play_1 section[class^="posture"] {
  padding-bottom: 67px;
  background-repeat: no-repeat;
  background-position: right 80px;
}
div#body.play main.play article.play_1 section[class^="posture"] h4.ttl {
  background-image: url("../img/pc/system/ttl_bg.png");
  height: 52px;
  line-height: 52px;
  padding-left: 56px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 35px;
}
div#body.play main.play article.play_1 section[class^="posture"] h4.ttl span {
  font-size: 28px;
  color: #ffff00;
}
div#body.play main.play article.play_1 section[class^="posture"] ul {
  padding-left: 20px;
  width: 400px;
}
div#body.play main.play article.play_1 section[class^="posture"] ul li {
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: -0.5px;
  font-size: 15px;
}
div#body.play main.play article.play_1 section[class^="posture"] ul li + li {
  margin-top: 6px;
}
div#body.play main.play article.play_1 section[class^="posture"] ul li:before {
  content: "・";
}
div#body.play main.play article.play_1 section[class^="posture"] div.seme_uke {
  letter-spacing: -10px;
  margin-left: 25px;
  text-align: center;
  width: 380px;
}
div#body.play main.play article.play_1 section[class^="posture"] div.seme_uke p {
  letter-spacing: normal;
  display: inline-block;
  width: 380px;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
div#body.play main.play article.play_1 section[class^="posture"] div.seme_uke p.half {
  width: 180px;
}
div#body.play main.play article.play_1 section[class^="posture"] div.seme_uke p + p {
  margin-left: 20px;
}
div#body.play main.play article.play_1 section[class^="posture"] div.seme_uke p.seme {
  background-color: #29a6dd;
}
div#body.play main.play article.play_1 section[class^="posture"] div.seme_uke p.uke {
  background-color: #ff6694;
}
div#body.play main.play article.play_1 section[class^="posture"] p.osusume {
  margin: 25px 0 17px 25px;
  border: 1px solid #000;
  width: 380px;
  line-height: 31px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
div#body.play main.play article.play_1 section.posture_1 {
  background-image: url("../img/pc/play/bg_1.png");
}
div#body.play main.play article.play_1 section.posture_2 {
  background-image: url("../img/pc/play/bg_2.png");
}
div#body.play main.play article.play_1 section.posture_3 {
  background-image: url("../img/pc/play/bg_3.png");
}
div#body.play main.play article.play_1 section.posture_4 {
  background-image: url("../img/pc/play/bg_4.png");
}
div#body.play main.play article.play_1 section.posture_5 {
  background-image: url("../img/pc/play/bg_5.png");
}
div#body.play main.play article.play_1 section.posture_6 {
  background-image: url("../img/pc/play/bg_6.png");
}
div#body.play main.play article.play_1 section.posture_7 {
  background-image: url("../img/pc/play/bg_7.png");
}
div#body.play main.play article.play_1 section.posture_8 {
  background-image: url("../img/pc/play/bg_8.png");
}



/*------------- yanneko ------------- */
div.yanneko {
    margin:0 auto;
    text-align: center;
}
div.yanneko img {
    /*width:468px;
    height:60px;*/
    padding:15px 0 0;
}




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