/*---------------------------------------
    page-header
----------------------------------------*/
@media (max-width: 767px) {
  .page-header {
    margin-top: 62px;
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .page-header {
    margin-top: 76px;
    padding: 6.5rem 0;
  }
}

.page-title {
  text-align: center;
  text-shadow: 3px 3px 6px #000;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .page-title {
    font-size: 3.2rem;
  }
}

/*---------------------------------------
    pagination
----------------------------------------*/
/*---------------------------------------
    Page - base style
----------------------------------------*/
.page main {
  padding-bottom: 100px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .page main {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
.page .blog-single__entry {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page .blog-single__entry {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
}

.error404 main {
  padding: 70px 0 80px;
}
@media (max-width: 767px) {
  .error404 main {
    padding: 40px 0 50px;
  }
}
.error404 main > .container {
  max-width: 800px;
}
.error404 main > .container p {
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.error404 main > .container p span {
  display: inline-block;
}

/*---------------------------------------
    Page - character
----------------------------------------*/
.character .main {
  position: relative;
}
.character .main::before {
  background: inherit;
  bottom: 0;
  content: "";
  filter: blur(5px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .character .main {
    background: url(../images/sub/bg01-sp.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .character .main {
    background: url(../images/sub/bg01.jpg) no-repeat center center/cover;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .character__wrap {
    margin-top: 23px;
  }
}
@media (min-width: 768px) {
  .character__wrap {
    margin-top: 4.3rem;
  }
}
@media (max-width: 767px) {
  .character__tab-area {
    margin: 0 calc(50% - 50vw);
    position: relative;
    width: 100vw;
  }
  .character__tab-area .swiper-button-prev,
.character__tab-area .swiper-button-next {
    height: 52px;
    width: 40px;
  }
  .character__tab-area .swiper-button-prev::after,
.character__tab-area .swiper-button-next::after {
    display: none;
  }
  .character__tab-area .swiper-button-prev:focus, .character__tab-area .swiper-button-prev:active,
.character__tab-area .swiper-button-next:focus,
.character__tab-area .swiper-button-next:active {
    border: none;
    outline: none;
  }
  .character__tab-area .swiper-button-prev {
    background: url(../images/common/arrow-left.png) no-repeat center center/contain;
    left: calc(25% - 50px);
  }
  .character__tab-area .swiper-button-next {
    background: url(../images/common/arrow-right.png) no-repeat center center/contain;
    right: calc(25% - 50px);
  }
}
@media (min-width: 768px) {
  .character__tab-area .swiper-button-prev,
.character__tab-area .swiper-button-next {
    display: none;
  }
  .character__tab-area .swiper-button-prev::after,
.character__tab-area .swiper-button-next::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .character__tab-wrap {
    display: none;
  }
  .character__tab-wrap.swiper-initialized {
    display: block;
  }
}
@media (max-width: 767px) {
  .character__tab-list {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .character__tab-list {
    display: flex;
  }
}
.character__tab-item {
  cursor: pointer;
}
@media (max-width: 767px) {
  .character__tab-item.swiper-slide-active .image-wrap {
    box-shadow: 0 0 8px 3px rgba(255, 0, 0, 0.78);
  }
}
@media (min-width: 768px) {
  .character__tab-item {
    width: calc(100% - 1.3333333333rem);
  }
  .character__tab-item.is-current .image-wrap {
    box-shadow: 0 0 8px 3px rgba(255, 0, 0, 0.78);
  }
}
@media (min-width: 980px) {
  .character__tab-item {
    width: calc(100% - 2.6666666667rem);
  }
}
.character__tab-item .image-wrap {
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 67.87%;
}
@media (max-width: 767px) {
  .character__tab-item .image-wrap {
    padding-top: 60%;
  }
}
@media (min-width: 768px) {
  .character__tab-item + .character__tab-item {
    margin-left: 1.6rem;
  }
}
@media (min-width: 1280px) {
  .character__tab-item + .character__tab-item {
    margin-left: 3.2rem;
  }
}
@media (max-width: 767px) {
  .character__content-group {
    margin-top: 58px;
  }
}
@media (min-width: 768px) {
  .character__content-group {
    margin-top: 3rem;
  }
}
.character__content {
  display: none;
}
.character__content.is-active {
  display: flex;
}
@media (max-width: 767px) {
  .character__content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .character__content {
    align-items: flex-end;
    flex-direction: row-reverse;
  }
}
@media (min-width: 980px) {
  .character__content {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .character__content-image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    max-width: 78%;
    order: 2;
  }
}
@media (min-width: 768px) {
  .character__content-image {
    transform: translateX(30px);
    width: 40%;
  }
}
@media (max-width: 767px) {
  .character__content-text {
    display: contents;
  }
}
@media (min-width: 768px) {
  .character__content-text {
    width: 60%;
  }
}
.character__content-name {
  position: relative;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.72);
}
@media (max-width: 767px) {
  .character__content-name {
    order: 1;
    padding-bottom: 15.5px;
  }
}
@media (min-width: 768px) {
  .character__content-name {
    padding-bottom: 18.5px;
  }
}
.character__content-name .jp {
  display: block;
}
@media (max-width: 767px) {
  .character__content-name .jp {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media (min-width: 768px) {
  .character__content-name .jp {
    font-size: 2.6rem;
    line-height: 1.34375;
  }
}
@media (min-width: 980px) {
  .character__content-name .jp {
    font-size: 3.2rem;
  }
}
.character__content-name .en {
  display: block;
}
@media (max-width: 767px) {
  .character__content-name .en {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
@media (min-width: 768px) {
  .character__content-name .en {
    font-size: 2rem;
    line-height: 1.35;
  }
}
.character__content-name::before {
  background-color: rgba(188, 16, 16, 0.62);
  bottom: 0;
  box-shadow: 0px 3px 6px #000;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: calc(100% - 40px);
}
.character__content-name::after {
  background: url(../images/sub/character-content-object.png) no-repeat center center/cover;
  content: "";
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .character__content-name::after {
    bottom: -20px;
    height: 87px;
    right: -10px;
    width: 87px;
  }
}
@media (min-width: 768px) {
  .character__content-name::after {
    bottom: -30px;
    height: 110px;
    right: -40px;
    width: 110px;
  }
}
.character__content-desc {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .character__content-desc {
    line-height: 2.6923076923;
    margin-top: 34px;
    order: 3;
  }
}
@media (min-width: 768px) {
  .character__content-desc {
    line-height: 2.3333333333;
    margin-top: 4rem;
    min-height: 17.5rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 980px) {
  .character__content-desc {
    padding-bottom: 0;
  }
}

/*---------------------------------------
    Page - product
----------------------------------------*/
@media (max-width: 767px) {
  .product .main {
    background: url(../images/sub/product-bg-sp.jpg) no-repeat center center/cover;
    margin-top: 62px;
    padding: 45px 0;
  }
}
@media (min-width: 768px) {
  .product .main {
    background: url(../images/sub/product-bg.jpg) no-repeat center center/cover;
    margin-top: 76px;
    padding: 5.5rem 0 14.2rem;
  }
}
@media (min-width: 768px) {
  .product__cont {
    display: flex;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .product__image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    width: 66%;
  }
}
@media (min-width: 768px) {
  .product__image {
    width: 30%;
  }
}
.product__image .image-wrap {
  padding-top: 130%;
}
@media (max-width: 767px) {
  .product__desc {
    margin-top: 32px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .product__desc {
    padding-left: 4rem;
    width: 70%;
  }
}
@media (min-width: 1280px) {
  .product__desc {
    padding-left: 8.3rem;
  }
}
@media (max-width: 767px) {
  .product__desc-item dt {
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .product__desc-item dd {
    font-size: 13px;
    line-height: 1.3846153846;
    margin-top: 24px;
    text-align: left;
  }
  .product__desc-item + .product__desc-item {
    margin-top: 42px;
  }
}
@media (min-width: 768px) {
  .product__desc-item dt {
    font-size: 2rem;
    line-height: 1.35;
  }
  .product__desc-item dd {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-top: 1.6rem;
  }
  .product__desc-item + .product__desc-item {
    margin-top: 3rem;
  }
}

/*---------------------------------------
    Page - news (archive / single)
----------------------------------------*/
.blog .main {
  padding-bottom: 84px;
}
@media (max-width: 767px) {
  .blog .main {
    padding-top: 57px;
  }
}
@media (min-width: 768px) {
  .blog .main {
    padding-top: 6.5rem;
  }
}
@media (max-width: 767px) {
  .blog .news-archive {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .blog .news-archive {
    margin-top: 6.5rem;
  }
}
.blog .news-archive__button {
  margin-top: 84px;
}

@media (max-width: 767px) {
  .single .main {
    margin-top: 62px;
    padding: 60px 0 100px;
  }
}
@media (min-width: 768px) {
  .single .main {
    margin-top: 76px;
    padding: 10.5rem 0;
  }
}
@media (max-width: 767px) {
  .single .article-container {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .single .article-container {
    max-width: 765px;
  }
}
.single .blog-single__meta {
  border-bottom: 1px solid #FFF;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .single .blog-single__meta {
    margin-bottom: 48.5px;
  }
}
@media (min-width: 768px) {
  .single .blog-single__meta {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .single .blog-single__meta h1 {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .single .blog-single__meta h1 {
    font-size: 1.8rem;
    font-size: 2.4rem;
    line-height: 1.9444444444;
    line-height: 1.8;
  }
}
.single .blog-single__meta time {
  display: block;
}
@media (max-width: 767px) {
  .single .blog-single__meta time {
    font-size: 10px;
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .single .blog-single__meta time {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
.single .blog-single__entry {
  font-size: 15px;
  line-height: 2.3333333333;
}
.single .blog-single__entry h2 {
  border-left: 3px solid #C65555;
}
@media (max-width: 767px) {
  .single .blog-single__entry h2 {
    font-size: 18px;
    line-height: 1.9;
    margin: 50px 0 20px;
    padding: 0.3rem 0 0.3rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .single .blog-single__entry h2 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin: 5rem 0 3rem;
    padding: 0.3rem 0 0.3rem 1.5rem;
  }
}
.single .blog-single__entry h3 {
  border-bottom: 2px solid rgba(119, 119, 119, 0.6);
  line-height: 2;
  padding: 0.3em 0.5em;
}
@media (max-width: 767px) {
  .single .blog-single__entry h3 {
    font-size: 16px;
    margin: 40px 0 20px;
  }
}
@media (min-width: 768px) {
  .single .blog-single__entry h3 {
    font-size: 1.8rem;
    margin: 4.5rem 0 2rem;
  }
}
.single .blog-single__entry p {
  text-align: justify;
}
.single .blog-single__entry p:not(:empty) {
  margin-bottom: 20px;
}
.single .blog-single__entry img {
  display: block;
}
.single .blog-single__entry .aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.single .blog-single__entry .aligncenter img {
  height: auto;
  max-width: 100%;
}
.single .blog-single__entry .alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
.single .blog-single__entry .alignright img {
  height: auto;
  max-width: 100%;
}
.single .blog-single__entry pre {
  white-space: pre-wrap;
}
.single .blog-single__entry ul, .single .blog-single__entry ol {
  padding: 2rem 0 1rem;
}
.single .blog-single__entry li {
  list-style-position: inside;
  list-style-type: disc;
}
.single .blog-single__entry a {
  text-decoration: underline;
}
.single .blog-single__entry table {
  margin: 2rem 0;
}
.single .blog-single__entry table th, .single .blog-single__entry table td {
  border: 1px solid #FFF;
  padding: 0.5em;
}
.single .blog-single__share {
  margin-top: 78px;
}
.single .blog-single__share-title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  font-size: 13px;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
}
.single .blog-single__share-list {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.single .blog-single__share-item {
  width: 37px;
}
.single .blog-single__share-item + .blog-single__share-item {
  margin-left: 16px;
}
.single .pagination.single {
  border-top: 1px solid #FFF;
  position: relative;
}
@media (max-width: 767px) {
  .single .pagination.single {
    margin-top: 48.5px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .single .pagination.single {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
  }
}
.single .pagination.single .nav-links {
  display: flex;
}
@media (min-width: 768px) {
  .single .pagination.single .nav-links {
    margin-left: auto;
    margin-right: auto;
    max-width: 31rem;
  }
}
.single .pagination.single .nav-links a {
  font-size: 15px;
}
.single .pagination.single .nav-next {
  margin-left: auto;
}
.single .pagination.single a.back {
  bottom: 0;
  display: inline-block;
  font-size: 15px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*---------------------------------------
    Page - system
----------------------------------------*/
.system .main {
  position: relative;
}
.system .main::before {
  background: inherit;
  bottom: 0;
  content: "";
  filter: blur(5px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .system .main {
    background: url(../images/sub/bg01-sp.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .system .main {
    background: url(../images/sub/bg01.jpg) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .system__wrap {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .system__wrap {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .system__tab-list {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .system__tab-list {
    display: flex;
    margin-bottom: 7rem;
  }
}
.system__tab {
  background: url(../images/common/button-bg.png) no-repeat top/cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  font-size: 16px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .system__tab {
    padding: 13px 10px;
  }
}
@media (min-width: 768px) {
  .system__tab {
    font-size: 1.4rem;
    padding: 1.2rem 1rem;
    width: calc(25% - 1.5rem);
  }
}
@media (min-width: 980px) {
  .system__tab {
    font-size: 1.6rem;
    width: calc(25% - 2.25rem);
  }
}
@media (min-width: 1280px) {
  .system__tab {
    width: calc(25% - 4.05rem);
  }
}
@media (max-width: 767px) {
  .system__tab + .system__tab {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .system__tab + .system__tab {
    margin-left: 2rem;
  }
}
@media (min-width: 980px) {
  .system__tab + .system__tab {
    margin-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .system__tab + .system__tab {
    margin-left: 5.4rem;
  }
}
.system__tab.is-disabled {
  pointer-events: none;
}
.system__tab.is-disabled::before {
  background-color: rgba(0, 0, 0, 0.54);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.system__content-area {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .system__content-area {
    margin: 0 calc(50% - 50vw);
    padding: 0 12px;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .system__content-area {
    margin-left: auto;
    margin-right: auto;
    max-width: 722px;
    width: 85%;
  }
}
.system__content-area.is-active {
  display: block;
}
.system__content-area .swiper {
  max-width: 722px;
  width: 100%;
}
.system__content-area .swiper-button-prev,
.system__content-area .swiper-button-next {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .system__content-area .swiper-button-prev,
.system__content-area .swiper-button-next {
    height: 52px;
    width: 40px;
  }
}
@media (min-width: 768px) {
  .system__content-area .swiper-button-prev,
.system__content-area .swiper-button-next {
    height: 65px;
    width: 50px;
  }
}
@media (min-width: 1280px) {
  .system__content-area .swiper-button-prev,
.system__content-area .swiper-button-next {
    height: 80px;
    width: 60px;
  }
}
.system__content-area .swiper-button-prev::after,
.system__content-area .swiper-button-next::after {
  display: none;
}
.system__content-area .swiper-button-prev:focus, .system__content-area .swiper-button-prev:active,
.system__content-area .swiper-button-next:focus,
.system__content-area .swiper-button-next:active {
  border: none;
  outline: none;
}
.system__content-area .swiper-button-prev {
  background: url(../images/common/arrow-left.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .system__content-area .swiper-button-prev {
    left: 12px;
  }
}
@media (min-width: 768px) {
  .system__content-area .swiper-button-prev {
    left: -60px;
  }
}
@media (min-width: 1280px) {
  .system__content-area .swiper-button-prev {
    left: -87px;
  }
}
.system__content-area .swiper-button-next {
  background: url(../images/common/arrow-right.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .system__content-area .swiper-button-next {
    right: 12px;
  }
}
@media (min-width: 768px) {
  .system__content-area .swiper-button-next {
    right: -60px;
  }
}
@media (min-width: 1280px) {
  .system__content-area .swiper-button-next {
    right: -87px;
  }
}
.system__content-title {
  text-align: center;
  text-shadow: 3px 3px 6px #000;
}
@media (max-width: 767px) {
  .system__content-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .system__content-title {
    font-size: 3.2rem;
    margin-bottom: 5.4rem;
  }
}
.system__content-image {
  padding: 0 20px;
}
.system__content-image .image-wrap {
  border-radius: 3px;
  box-shadow: 0 0 20px 3px rgba(255, 0, 0, 0.78);
  padding-top: 56%;
}
.system__content-image .image-wrap img {
  border-radius: 3px;
}
.system__content-desc {
  padding: 0 20px;
  text-align: justify;
  text-shadow: 0px 3px 6px #000;
}
@media (max-width: 767px) {
  .system__content-desc {
    font-size: 13px;
    line-height: 2.6923076923;
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .system__content-desc {
    font-size: 1.8rem;
    line-height: 1.9444444444;
    margin-top: 5.5rem;
  }
}
.system__content-desc p + p{
  margin-top: 20px;
}

/*---------------------------------------
    Page - 404
----------------------------------------*/
/*# sourceMappingURL=sourcemaps/page.css.map */