@charset "UTF-8";
/*
Theme Name: XeoryBase
Theme URI: http://xeory.jp/
Description: Xeory ベーステーマ
Author: バズ部
Author URI: https://bazubu.com/
Version: 0.2.3
*/
/* all display
-------------------------------------------------- */

.wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 7%;
  *zoom: 1;
}

@media (min-width: 992px) {
  .wrap {
    width: 992px;
  }
}

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

.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}

/* ----------------------------------------
* all
---------------------------------------- */

html {
  overflow-x: hidden;
}

body {
  color: #2f2f2f;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


/* ----------------------------------------
* header
---------------------------------------- */

.m-header-logo {
  z-index: 4700;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg,#232369,#3636a2 40%,#333397 98%);
  width: 90px;
  height: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
.m-header-logo {
  width: 130px;
  height: 180px;
}
}

#logo {
  margin: 0;
}

.m-header-logo_logo img {
    width: 4.6rem;
}

@media (min-width: 992px) {
.m-header-logo_logo img {
    width: 6rem;
  }
}

.o-kv.simple {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  z-index: 1;
}

.o-kv:before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: radial-gradient(circle, rgba(35, 35, 105, .4), rgba(54, 54, 162, .4) 40%, rgba(51, 51, 151, .4) 98%);
    background-size: 200% 200%;
    z-index: 1;
}

.o-kv.simple .o-kv_image:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: 20%;
}

.o-kv.simple .o-kv_image_inner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 70%;
}

.o-kv.simple .o-kv_image_inner.default {
  background-size: 38%;
  background-repeat: repeat;
}

@media (min-width: 992px) {
.o-kv.simple .o-kv_image_inner.default {
    background-size: 15%;
  }
}

.o-simple-page-header {
    padding-top: 56px;
    position: relative;
}

@media (min-width: 992px) {
.o-simple-page-header {
    /*padding-top: calc(9.16667vh - 1px);*/
  }
}

@media (min-width: 1200px) {
.o-simple-page-header {
    /*padding-top: 110px;*/
  }
}

.o-simple-page-header_inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 13.5vh 8vw;
  max-width: calc(1200px + 16vw);
  z-index: 2;
}

.o-simple-page-header_inner:after, .o-simple-page-header_inner:before {
  content: " ";
  display: table;
}

.o-simple-page-header_inner:after {
  clear: both;
}

.a-page-subtitle {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .06em;
}

@media (min-width: 992px) {
.a-page-subtitle {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .06em;
  }
}

.post-title {
  margin: 0 0 36px;
  font-size: 2rem;
  clear: both;
  font-weight: 400;
}

@media (min-width: 992px) {
  .post-title {
    font-size: 2.4rem;
  }  
}

body.page .post-title {
  margin-bottom: 0;
  text-shadow: 0 0 12px rgba(35, 35, 105, .8);
}

.o-simple-page-header_title {
    margin-top: 16px;
}

@media (min-width: 992px) {
.o-simple-page-header_title {
    margin-top: 2vh;
  }
}

.a-page-title {
    color: #fff;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(35, 35, 105, .8);
}

@media (min-width: 992px) {
.a-page-title {
    line-height: 1;
    font-size: 100px;
    font-size: 5.55556vw;
  }
}

.o-simple-page-header_body {
    margin-top: 32px;
    color: #fff !important;
    font-size: .8rem;
    line-height: 2.16667;
    letter-spacing: .05em;
}

@media (min-width: 992px) {
.o-simple-page-header_body {
    margin-top: 3.33333vh;
    max-width: 685px;
    font-size: 1.2rem;
    line-height: 2.16667;
    letter-spacing: .05em;
  }
}

.breadcrumb {
  margin: 0 0 15px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
}

.breadcrumb li {
  float: left;
  margin-left: 10px;
  text-shadow: 0 0 12px rgba(35, 35, 105, .8);
}

.breadcrumb li:first-child {
  margin-left: 0;
}

.breadcrumb li a {
  text-decoration: none;
}

.o-simple-page-header_body a {
  color: #ffffff !important;
}
/* ----------------------------------------
* main
---------------------------------------- */

/* ----------------------------------------
* form
---------------------------------------- */

form input[type="submit"],
form button {
  color: #ffffff;
}

form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* butann
---------------------------------------- */

#btn.submit {
  cursor: pointer;
  display: flex;
  padding: 1.2rem 2.4rem;
  width: 300px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .2rem;
  color: #ffffff;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50vw;
  background: #e52224;
  background: -o-linear-gradient(left, #e52224 0%, #ff4140 50%);
  background: -webkit-gradient(linear, left top, right top, from(#e52224), to(#ff4140));
  background: linear-gradient(to right, #e52224 0%, #ff4140 50%);
}

/* ----------------------------------------
* footer
---------------------------------------- */

.footer-02 {
  background: rgba(51, 51, 151, 1);
}

p.footer-copy {
  font-size: .2rem;
  margin: 0;
  padding: 1.2rem 0;
  color: #ffffff;
  text-align: center;
}

.home footer {
  display: none;
}