@charset "utf-8";

/* ----------------------------------------------- common */
body {
  color: #000000;
  background: #fff url(../img/bg_01_pc.png) center 45% no-repeat;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.7;
  font-family: Arial, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: 'palt' 1;
  font-kerning: normal;
  position: relative;
}

body:after {
  content: "";
  background: url(../img/bg_02_pc.png) no-repeat;
  background-position: bottom -400px center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

p {
  font-size: 16px;
}

a {
  color: #724bb2;
  text-decoration: none;
}

a:hover {
  color: #6000fd;
  text-decoration: none;
  opacity: 0.8;
}

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

.btn.focus,
.btn:focus,
.btn:hover {
  color: inherit;
  text-decoration: none;
}

textarea {
  border: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.icon {
  vertical-align: middle;
  margin-right: 10px;
}

.bold {
  font-weight: bold;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.col-right {
  float: right;
}

.vCenter {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media (min-width:320px) {
  .visible-xxs {
    display: none;
  }
}

@media (max-width:320px) {
  .visible-xxs {
    display: block;
  }
}

@media screen and (max-width:767px) {
  body {
    background: #fff url(../img/bg_01_sp.png) center 25% no-repeat;
    background-size: contain;
  }

  body:after {
    content: "";
    background: url(../img/bg_02_sp.png) center bottom no-repeat;
    background-position: bottom 500px center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  header,
  section,
  footer {
    padding: 0px;
    position: relative;
  }

  .col-xs-centered {
    float: none;
    margin: 0 auto;
  }
}

@media (min-width:768px) {

  header,
  section,
  footer {
    padding: 0 0px;
    position: relative;
  }
}

@media (min-width:768px) and (max-width:992px) {}

@media (min-width:992px) and (max-width:1024px) {}

@media (min-width:1024px) and (max-width:1280px) {}

@media(min-width:1280px) {}

/* ----------------------------------------------- container */
.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width:768px) {
  .container {}

  .container .row,
  footer .row {
    padding: 0;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .container {
    width: auto;
  }

  .container .row,
  footer .row {
    padding: 0 20px;
  }
}

@media (min-width:992px) and (max-width:1024px) {
  .container {
    width: auto;
  }

  .container .row,
  footer .row {
    padding: 0 30px;
  }
}

@media (min-width:1024px) and (max-width:1280px) {
  .container {
    width: auto;
  }

  .container .row,
  footer .row {
    padding: 0 30px;
  }
}

@media (min-width:1280px) {
  .container {
    width: 1280px;
  }

  .container .row,
  footer .row {
    padding: 0 53px;
  }
}

/* ----------------------------------------------- img */
@media (min-width:768px) {
  img {
    width: 100%;
  }
}

@media (min-width:992px) {
  img {
    width: 100%;
  }
}

@media (min-width:1280px) {
  img {
    width: 100%;
  }
}

/* ----------------------------------------------- btn common */
.container div[id*="btn_"] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  white-space: normal;
}

.btn:hover {
  color: #fff;
}

.btn_link {
  margin-bottom: 20px;
  text-align: center;
}

.btn_link img {
  width: auto;
}

@media (max-width:767px) {
  .btn {
    font-size: 18px;
    padding: 10px 50px;
  }

  .btn_link {
    margin: 0px 50px 10px 50px;
  }

  .btn_link img {
    width: 100%;
  }
}

/* ----------------------------------------------- area_ common */
section[id*="area_"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

section[id*="area_"] .container {}

@media (max-width:767px) {
  section[id*="area_"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  section[id*="area_"] .container {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width:768px) and (max-width:1080px) {}

@media (min-width:1080px) {}

/* ----------------------------------------------- header */
header {
  /*  background: url(../img/bg_header_01.png) center top no-repeat;
  background-size: cover;*/
}

header .container {
  width: auto;
}

header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 0;
}

@media (max-width:768px) {
  header h1 img {
    width: 100%;
    margin-left: 0px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  header h1 img {
    width: 100%;
  }
}

@media (min-width:992px) and (max-width:1280px) {
  header h1 img {
    width: auto;
  }
}

@media (min-width:1280px) {
  header .container {
    max-width: 1280px;
  }

  header h1 img {
    width: auto;
  }
}

@media (min-width:1400px) {
  header .container {
    width: 1400px;
  }
}

/* ----------------------------------------------- area_headerimg */
#area_headerimg {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
}

#area_headerimg .container {
  position: relative;
  width: 110%;
  margin: 0 -5%;
}

#area_headerimg .row {
  position: relative;
  padding: 0;
}

#area_headerimg .mainimage {
  text-align: center;
  overflow: hidden;
}

#area_headerimg .logo {
  position: absolute;
  top: 4%;
  left: 17%;
  width: auto;
  height: auto;
}

@media (max-width:767px) {
  #area_headerimg {
    padding: 0px;
  }

  #area_headerimg .container {
    width: 100%;
    margin: 0 auto;
  }

  #area_headerimg .logo {
    position: absolute;
    top: 2%;
    left: 7%;
  }
}

@media (min-width:768px) and (max-width:992px) {}

@media (min-width:992px) and (max-width:1024px) {
  #area_headerimg img {
    width: 100%;
  }
}

@media (min-width:1024px) {
  #area_headerimg img {
    width: 100%;
  }
}

@media (min-width:1280px) and (max-width:1400px) {
  #area_headerimg .container {
    width: 1280px;
    margin: 0 auto;
  }
}

@media (min-width:1400px) {
  #area_headerimg .container {
    width: 1400px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------- area_message */
#area_message {
  padding-top: 0px;
  padding-bottom: 0px;
}

#area_message .container .row {
  padding: 0px;
  position: relative;
  margin: 0 auto;
}

#area_message h2 {
  padding: 0px;
  margin: 0;
}

#area_message .newstitle {
  padding: 0px;
}

#area_message .newstitle {
  text-align: center;
}

#area_message .newstitle img {
  width: auto;
}

@media (max-width:767px) {
  #area_message {
    background-size: contain;
    padding-top: 0px;
    margin-bottom: 0px;
  }

  #area_message .container {
    padding: 0px;
    margin: 0;
  }

  #area_message .newstitle img {
    width: 100%;
  }
}

@media (min-width:768px) and (max-width:992px) {
  #area_message {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #area_message .container {
    padding: 0 30px;
  }

  #area_message .newstitle img {
    width: 100%;
  }
}

@media (min-width:992px) and (max-width:1024px) {
  #area_message .container {
    padding: 0 30px;
  }

  #area_message .container .row {
    width: 890px;
  }
}

@media (min-width:1024px) {
  #area_message .container {
    padding: 0 30px;
  }

  #area_message .container .row {
    width: 890px;
  }
}

/* ----------------------------------------------- area_special */
#area_special {
  padding-top: 30px;
  padding-bottom: 0;
}

#area_special .container {
  padding: 0 30px;
}

#area_special .container .row {
  width: 890px;
  padding: 0px;
  margin: 0 auto;
}

#area_special .btnset {
  padding: 0 0 0 0;
  position: relative;
  margin-top: 0px;
}

#area_special a {
  color: #fff;
}

#area_special a:hover.btn_popup {
  cursor: pointer;
}

@media (max-width:767px) {
  #area_special {
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
  }

  #area_special .container {
    padding: 0px;
    margin: 0 0 0 0;
  }

  #area_special .container .row {
    width: 100%;
    padding: 0;
  }

  #area_special .container .row .message {
    padding: 0;
  }

  #area_special .btnset {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width:767px) and (max-width:768px) {
  #area_special .container .row {
    width: 100%;
    padding: 0 0px 0px 0px;
  }
}

@media (min-width:769px) and (max-width:992px) {
  #area_special .container .row {
    width: 100%;
  }
}

@media (min-width:992px) and (max-width:1280px) {}

@media (min-width:1280px) and (max-width:1342px) {}

@media (min-width:1342px) {}

@media (min-width:507px) and (max-width:529px) {}

/* ----------------------------------------------- area_registration */
#area_registration {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

#area_registration .btn_bottom {
  background: #ccc;
  padding: 80px 40px 40px 40px;
  margin: -40px 20px 20px 20px;
  border-radius: 10px;
}

#area_registration .title img {
  width: auto;
}

#area_registration .btn_bottom img {
  width: auto;
}

#area_registration .btn_regi {
  background: #d0b3f2;
  background: -moz-linear-gradient(top, #d0b3f2 0%, #f7f3c6 100%);
  background: -webkit-linear-gradient(top, #d0b3f2 0%, #f7f3c6 100%);
  background: linear-gradient(to bottom, #d0b3f2 0%, #f7f3c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0b3f2', endColorstr='#f7f3c6', GradientType=0);
}

#area_registration .btn_mypage {
  background: #f2bdc1;
  background: -moz-linear-gradient(top, #f2bdc1 0%, #f7f2c6 100%);
  background: -webkit-linear-gradient(top, #f2bdc1 0%, #f7f2c6 100%);
  background: linear-gradient(to bottom, #f2bdc1 0%, #f7f2c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bdc1', endColorstr='#f7f2c6', GradientType=0);
}

@media (max-width:767px) {
  #area_registration {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  #area_registration .container div[class*="col-"] {
    margin: 0;
    padding: 0 5px;
  }

  #area_registration .title {
    padding: 0 20px;
  }

  #area_registration .title img {
    width: 100%;
  }

  #area_registration .btn_bottom img {
    width: 93%;
  }

  #area_registration .btn_bottom {
    padding: 50px 20px 20px 20px;
    margin: -30px 0px 20px 0px;
  }
}

@media (min-width:767px) and (max-width:768px) {
  #area_registration .title img {
    width: 100%;
  }

  #area_registration .btn_bottom img {
    width: 100%;
  }
}

@media (min-width:769px) and (max-width:992px) {
  #area_registration .btn_bottom {
    padding: 80px 5% 40px 5%;
    margin: -40px 0px 20px 0px;
  }

  #area_registration .title {
    width: 80%;
    margin: 0 auto;
  }

  #area_registration .title img {
    width: 100%;
  }

  #area_registration .btn_bottom img {
    width: 100%;
  }
}

@media (min-width:992px) and (max-width:1024px) {
  #area_registration .btn_bottom {
    padding: 80px 5% 40px 5%;
    margin: -40px 0px 20px 0px;
  }

  #area_registration .title img {
    width: auto;
  }

  #area_registration .btn_bottom img {
    width: 100%;
  }
}

@media (min-width:1024px) and (max-width:1200px) {
  #area_registration .btn_bottom {
    margin: -40px 0px 20px 0px;
  }

  #area_registration .title img {
    width: auto;
  }

  #area_registration .btn_bottom img {
    width: 100%;
  }
}

@media (min-width:1200px) {}

/* ----------------------------------------------- area_bnr */
#area_bnr {
  padding-top: 0px;
  padding-bottom: 40px;
  text-align: center;
}

#area_bnr .container div[class*="col-"] {
  margin: 0;
  padding: 0;
}

#special_bnr {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  #area_bnr {
    padding: 0 0 10px 0;
  }

  #area_bnr .container div[class*="col-"] {
    margin: 0;
    padding: 0;
  }

  #area_bnr .bnr img {
    width: 110%;
    margin: 0 -10%;
  }
}

#special_bnr {
  width: 97.5% !important;
}

@media (min-width:767px) and (max-width:768px) {}

@media (min-width:768px) and (max-width:992px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1114px) {
  #area_bnr .container .row {
    padding: 0 128px;
    position: relative;
    margin: 0 auto;
  }

  /*  #area_bnr .container{width: 1114px;}*/
}

/* ----------------------------------------------- area_contact */
#area_contact {
  padding-top: 0px;
  padding-bottom: 40px;
  text-align: center;
}

#area_contact img {
  width: 100%;
}

@media (max-width:767px) {
  #area_contact {
    padding-bottom: 20px;
  }

  #area_contact img {
    width: 100%;
  }
}

@media (min-width:767px) and (max-width:768px) {
  #area_contact img {
    width: 100%;
  }
}

@media (min-width:769px) and (max-width:992px) {
  #area_contact img {
    width: 100%;
  }
}

@media (min-width:992px) and (max-width:1024px) {
  #area_contact img {
    width: 100%;
  }
}

@media (min-width:1024px) and (max-width:1200px) {
  #area_contact img {
    width: auto;
  }
}

@media (min-width:1200px) {
  #area_contact img {
    width: auto;
  }
}

/* ------------------------------------------------- totop */
.pagetop {
  display: none;
  position: fixed;
  z-index: 99;
}

.pagetop a {
  display: block;
  width: auto;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 10%;
  }
}

@media (min-width:767px) and (max-width:768px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 6%;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 6%;
  }
}

@media screen and (min-width: 992px) {
  .pagetop {
    bottom: 30px;
    left: 90%;
    right: 0;
    margin: auto;
    width: 48px;
  }
}

/* ------------------------------------------------- stickybnr */
.stickybnr {
  display: none;
  position: fixed;
  z-index: 99;
}

.stickybnr a {
  display: block;
  width: auto;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .stickybnr {
    bottom: 0px;
    right: 15%;
    width: 50%;
  }

  .stickybnr img {
    width: 100%;
  }
}

@media (min-width:767px) and (max-width:768px) {
  .stickybnr {
    bottom: 0px;
    right: 9%;
    width: 270px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .stickybnr {
    bottom: 0px;
    right: 9%;
    width: 270px;
  }
}

@media screen and (min-width: 992px) {
  .stickybnr {
    bottom: 30px;
    left: 63%;
    right: 30px;
    margin: auto;
    width: 270px;
  }
}

/* ------------------------------------------------- popup */
.popup {
  background: none;
}

.popup:after {
  background: none;
}

.popup .btn_close {
  text-align: center;
  margin: 30px 0 30px 0;
}

.popup_close {
  display: block;
  width: 10em;
  margin: 0 auto;
  padding: 10px 30px;
  border: 2px solid #724bb2;
  border-radius: 5px;
}

.popup_close:hover {
  cursor: pointer;
  border: 2px solid #6000fd;
}

.popup_box .title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 1em;
}

.popup_box .subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1em;
  color: #b70a4f;
}

.popup_box p,
.popup_box li {
  font-size: 15px;
  margin-bottom: 1em;
}

.popup_box p.mini {
  font-size: 13px;
  color: #666;
}

.popup_box .image {
  margin-bottom: 1em;
}

.popup_box ul {
  padding-left: 1.5em;
}

.popup_box ul li {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 769px) {
  .popup .itemset {
    padding: 0;
  }

  .popup_box {
    width: 100%;
    padding: 0;
  }

  .popup_box .inner {
    padding: 0px 5vw 20px;
  }

  .popup .btn_close {
    text-align: center;
    margin: 20px 0 10px 0;
  }

  .popup_close {
    font-size: 18px;
  }

  .popup_box .title {
    font-size: 20px;
    margin-top: 1em;
  }

  .popup_box .subtitle {
    font-size: 16px;
  }

  .popup_box p,
  .modal_box li {
    font-size: 14px;
  }
}

/* ----------------------------------------------- footer */
footer {
  background: #ec7980;
  color: #fff;
  padding: 40px 15px 40px 15px;
  margin-top: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 1px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .copyright {
  display: inline-block;
  margin-left: 10px;
}

footer .copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: "Droid Sans";
}

@media (max-width:767px) {
  footer {
    min-height: 80px;
    padding: 20px 10px 20px 10px;
  }

  footer .copyright {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width:768px) {
  footer img {
    width: auto;
  }
}

@media (min-width:768px) {
  footer img {
    width: auto;
  }
}

@media (min-width:992px) {
  footer img {
    width: auto;
  }
}