@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;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

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

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

html {
  overflow-x: hidden;
}

body {
  color: #2f2f2f;
}

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

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

.m-header-logo {
  z-index: 4700;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(-45deg, #fed878 0%, #fa505e 100%);
  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 {
  margin-bottom: 1.2rem;
}

.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: linear-gradient(135deg, #FA6D50 0%, #fa505e 100%);
    background: -webkit-linear-gradient(-45deg, #FA6D50 0%, #fa505e 100%);
    opacity: .2;
    background-size: 200% 200%;
    animation: bg-gra-ani 20s ease infinite;
    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 {
  text-align: left;
  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 {
  font-family: "Oswald", sans-serif;
    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
---------------------------------------- */

h2 {
  font-size: 4.52vw;
}

@media screen and (min-width: 1024px) {
  h2 {
      font-size: 2.8rem;
  }
}



/* ----------------------------------------
* btn
---------------------------------------- */

.btn, form input[type="submit"], form button {
  cursor: pointer;
  position: relative;
  display: flex;
  padding: 2rem 2.4rem;
  font-weight: 600;
  text-decoration: none;
  max-width: 400px;
  color: #ffffff;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50vw;
  background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(-45deg, #fed878 0%, #fa505e 100%);
  border-bottom: 6px solid #c25324;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  color: #ffffff;
  padding: 2rem 0;
  background: #0c409d;
}

#footer p {
  font-size: .8rem;
  text-align: center;
  margin: 0;
}

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

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

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