@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "Zen Antique Soft", "ヒラギノ明朝 Pro W3",
 "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
 "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 0;
}

.cmn-section .mask {
  padding-top: 90px;
}

.cmn-title {
  font-size: 4rem;
  text-align: center;
}

.front-page-main {
  position: relative;
}

.section-mask-wrapper {
  background-image: url(../image/pexels-clement-percheron-5243591.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.section-mask-wrapper .mask-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#010101), color-stop(rgba(1, 1, 1, 0.8)), color-stop(rgba(1, 1, 1, 0.6)), color-stop(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #010101, rgba(1, 1, 1, 0.8), rgba(1, 1, 1, 0.6), rgba(1, 1, 1, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.click-nav {
  z-index: 50;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 400px;
  width: 100%;
  background-color: rgba(26, 18, 71, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.click-nav .list .item {
  margin-bottom: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.click-nav .list .item:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.click-nav .list .item:last-of-type {
  margin-bottom: 0;
}

.click-nav .list .item .link {
  color: white;
}

.click-nav.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.breadcrumbs-wrapper.h-bg {
  background-color: #273346;
}

.breadcrumbs-archive-single-wrapper {
  background-color: #273346;
}

.breadcrumbs {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 20px;
  color: #fff;
}

.breadcrumbs span {
  color: white;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.header .header-wrapper.h-bg {
  background-color: #1c2533;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .header-wrapper .header-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 20px;
}

.header .header-archive-single-wrapper {
  background-color: #1c2533;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .header-archive-single-wrapper .header-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 20px;
}

.header .header-logo-wrapper .header-logo-link {
  color: #fff;
  font-size: 4rem;
  text-shadow: 1px 1px 3px #f2ffb6, -1px 1px 3px white, 1px -1px 3px #c4c4c4, -1px -1px 3px #f2ffb6;
}

@media print, screen and (max-width: 559px) {
  .header .header-logo-wrapper .header-logo-link {
    font-size: 3rem;
  }
}

.header #js-buttonHamburger {
  display: none;
}

@media print, screen and (max-width: 959px) {
  .header #js-buttonHamburger {
    display: block;
  }
}

.header .c-button {
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.header .p-hamburger {
  position: absolute;
  top: 17px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

@media print, screen and (max-width: 559px) {
  .header .p-hamburger {
    top: 10px;
  }
}

.header .p-hamburger:hover,
.header .p-hamburger:focus {
  -webkit-box-shadow: 0 0 2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2rem rgba(255, 255, 255, 0.5);
}

.header .p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: inherit;
  transition: inherit;
}

.header .p-hamburger__line::before,
.header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.header .p-hamburger__line::before {
  top: -5px;
}

.header .p-hamburger__line::after {
  top: 5px;
}

.header .p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #ffffff;
}

.header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 959px) {
  .header .header-nav {
    display: none;
  }
}

.header .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-nav .nav-list .item .link {
  padding: 15px;
  color: #fff;
}

.slide-section .inner {
  position: relative;
}

#container {
  position: absolute;
  height: 100%;
  width: 100%;
}

#container canvas {
  height: 100% !important;
  width: 100% !important;
}

.slide-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 30px 90px;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  z-index: 49;
}

.slide-list .item {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 10px rgba(244, 255, 193, 0.5);
          box-shadow: 0 0 10px rgba(244, 255, 193, 0.5);
}

.slide-list .link {
  display: block;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-prev {
  position: absolute;
  display: block;
  overflow: hidden;
  border: none;
  left: 40px;
  top: 53%;
  width: 32px;
  height: 64px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  text-indent: -1000px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 90;
  background-color: #fff !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  opacity: 0.7;
}

.slick-prev:hover {
  background: #fff;
}

.slick-prev::before {
  position: absolute;
  content: "\f053";
  display: inline-block;
  left: 3px;
  top: 20px;
  color: #0095da;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  text-indent: 0;
}

.slick-next {
  position: absolute;
  display: block;
  overflow: hidden;
  border: none;
  right: 40px;
  top: 53%;
  width: 32px;
  height: 64px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  text-indent: -1000px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 90;
  background-color: #fff !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  opacity: 0.7;
}

.slick-next:hover {
  background: #fff;
}

.slick-next::before {
  position: absolute;
  content: "\f054";
  display: inline-block;
  right: 3px;
  top: 20px;
  color: #0095da;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  text-indent: 0;
}

.slick-dots li.slick-active button:before {
  color: #0095da;
}

.slick-dots li button:before {
  color: #0095da;
}

.slick-dots {
  bottom: 105px;
  margin-left: -30px;
}

.recommend-text {
  padding-top: 30px;
  position: relative;
}

.recommend-text .recommend-text-bg {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 160px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  z-index: 1;
}

.recommend-text .recommend-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 15px;
  font-size: 3rem;
  color: white;
}

@media print, screen and (max-width: 959px) {
  .recommend-text .recommend-title {
    font-size: 2.2rem;
  }
}

.recommend-text .recommend-list {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  padding: 0 20px;
  margin: 30px auto 0;
}

@media print, screen and (max-width: 959px) {
  .recommend-text .recommend-list {
    display: block;
  }
}

.recommend-text .recommend-list .item {
  background-color: #fff;
  -webkit-box-shadow: 0 1.5px 2.4px #585858;
          box-shadow: 0 1.5px 2.4px #585858;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 30%;
}

.recommend-text .recommend-list .item:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 8px 8px 18px 2px #585858;
          box-shadow: 8px 8px 18px 2px #585858;
}

@media print, screen and (max-width: 959px) {
  .recommend-text .recommend-list .item {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .recommend-text .recommend-list .item:last-of-type {
    margin-bottom: 0;
  }
}

.recommend-text .recommend-list .link {
  padding: 15px;
  display: block;
}

.recommend-text .recommend-list .ofh {
  overflow: hidden;
  position: relative;
}

.recommend-text .recommend-list .ofh .category-name {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7.5px 10px;
  width: 25%;
  background-color: #ff7c7c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.recommend-text .recommend-list .img-wrapper {
  position: relative;
}

.recommend-text .recommend-list .img-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(198, 145, 180, 0.5);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.5rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.recommend-text .recommend-list .img-wrapper:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recommend-text .recommend-list .img-wrapper:hover::after {
  content: "READ MORE";
  opacity: 1;
  z-index: 1;
}

.recommend-text .recommend-list .img-wrapper .img {
  width: 100%;
}

.recommend-text .recommend-list .text {
  padding-top: 10px;
}

.recommend-text .recommend-list .text .date {
  display: block;
  margin-bottom: 5px;
}

.recommend-text .recommend-list .desc {
  font-size: 1.8rem;
  font-weight: bold;
}

.new-blog-section .mask {
  padding-top: 50px;
}

.new-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.new-title {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: white;
  font-size: 2.5rem;
}

@media print, screen and (max-width: 959px) {
  .new-title {
    font-size: 1.8rem;
  }
}

.new-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(106, 106, 116, 0.3);
}

.new-con .new-tag {
  margin-right: 15px;
  color: red;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.new-con .new-list-wrapper {
  width: 100%;
}

.new-con .new-list-wrapper .new-link {
  color: white;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #75767b;
}

.new-con .new-list-wrapper .new-link:first-of-type {
  padding-top: 0;
}

.new-con .new-list-wrapper .new-link:last-of-type {
  margin-bottom: 0;
}

.new-con .new-list-wrapper .new-link:hover {
  text-decoration: underline;
}

.new-con .new-list-wrapper .new-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 559px) {
  .new-con .new-list-wrapper .new-list {
    display: block;
  }
}

.new-con .new-list-wrapper .new-list .date {
  margin-right: 15px;
  font-size: 1.4rem;
}

@media print, screen and (max-width: 559px) {
  .new-con .new-list-wrapper .new-list .date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.new-btn-warpper {
  text-align: center;
  margin-top: 30px;
}

.new-btn-warpper .new-btn {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  background-color: #ff7c7c;
  border-bottom: solid 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: none;
  color: white;
}

.new-btn-warpper .new-btn:hover {
  opacity: 0.7;
}

.my-section {
  background-image: url(../image/pexels-felix-mittermeier-956999.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.my-section .mask {
  background: -webkit-gradient(linear, left top, left bottom, from(#040a0a), to(rgba(58, 76, 111, 0)));
  background: linear-gradient(to bottom, #040a0a, rgba(58, 76, 111, 0));
  padding-bottom: 90px;
}

.my-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media print, screen and (max-width: 959px) {
  .my-wrapper {
    display: block;
  }
}

.my-img-wrapper {
  width: 30%;
}

@media print, screen and (max-width: 959px) {
  .my-img-wrapper {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (max-width: 559px) {
  .my-img-wrapper {
    float: initial;
    padding: 0;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 559px) {
  .my-img-wrapper .my-img {
    border-radius: 50%;
  }
}

.my-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  color: white;
}

.my-text .title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 959px) {
  .my-text .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.my-text .desc {
  font-size: 2rem;
  line-height: 1.8;
}

@media print, screen and (max-width: 959px) {
  .my-text .desc {
    font-size: 1.6rem;
  }
}

.business-section {
  background-image: url(../image/pexels-felix-mittermeier-1205302.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.business-section .mask {
  padding-top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  padding-bottom: 90px;
}

.business-text {
  padding-top: 30px;
  position: relative;
}

.business-text .business-text-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  z-index: 1;
}

.business-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3rem;
  color: white;
  position: relative;
  z-index: 2;
}

@media print, screen and (max-width: 959px) {
  .business-title {
    font-size: 2.2rem;
  }
}

.book-wrapper {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

@media print, screen and (max-width: 959px) {
  .book-wrapper {
    max-width: 440px;
  }
}

.book-wrapper .book-con-link {
  display: block;
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0 1.5px 2.4px white;
          box-shadow: 0 1.5px 2.4px white;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.book-wrapper .book-con-link:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 8px 8px 18px 2px #f9ffe4;
          box-shadow: 8px 8px 18px 2px #f9ffe4;
}

.book-wrapper .book-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .book-wrapper .book-con {
    display: block;
  }
}

.book-wrapper .book-con .img-wrapper {
  max-width: 200px;
}

@media print, screen and (max-width: 959px) {
  .book-wrapper .book-con .img-wrapper {
    margin: 0 auto 15px;
  }
}

.book-wrapper .book-con .text {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (max-width: 959px) {
  .book-wrapper .book-con .text {
    padding-left: 0;
  }
}

.book-wrapper .book-con .text .lead {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 959px) {
  .book-wrapper .book-con .text .lead {
    font-size: 1rem;
    text-align: center;
  }
}

.book-wrapper .book-con .text .info {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
}

@media print, screen and (max-width: 959px) {
  .book-wrapper .book-con .text .info {
    text-align: center;
    padding: 0;
  }
}

.book-wrapper .book-con .text .info .title {
  font-size: 2.5rem;
}

@media print, screen and (max-width: 959px) {
  .book-wrapper .book-con .text .info .title {
    font-size: 2rem;
  }
}

.book-wrapper .book-con .text .info .author {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.book-wrapper .book-con .text .desc {
  line-height: 1.75;
  border-top: 2px solid #000;
  padding-top: 10px;
  padding-left: 25px;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 959px) {
  .book-wrapper .book-con .text .desc {
    text-align: center;
    padding-left: 0;
  }
}

.divination-wrapper {
  max-width: 800px;
  padding: 0 20px;
  margin: 30px auto 0;
}

@media print, screen and (max-width: 959px) {
  .divination-wrapper {
    max-width: 440px;
  }
}

.divination-wrapper .divition-con-link {
  display: block;
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0 1.5px 2.4px white;
          box-shadow: 0 1.5px 2.4px white;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.divination-wrapper .divition-con-link:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 8px 8px 18px 2px #f9ffe4;
          box-shadow: 8px 8px 18px 2px #f9ffe4;
}

.divination-wrapper .divination-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .divination-wrapper .divination-con {
    display: block;
  }
}

.divination-wrapper .divination-con .img-wrapper {
  max-width: 200px;
}

@media print, screen and (max-width: 959px) {
  .divination-wrapper .divination-con .img-wrapper {
    margin: 0 auto 15px;
  }
}

.divination-wrapper .divination-con .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  margin-bottom: 25px;
}

.divination-wrapper .divination-con .text .title {
  font-size: 2rem;
}

.divination-wrapper .divination-con .text .desc {
  margin-top: 20px;
}

.archive-section {
  background-image: url(../image/archive3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.archive-section .inner {
  padding-top: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.archive-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .archive-wrapper {
    display: block;
  }
}

.archive-list {
  width: 70%;
  margin-right: 40px;
}

.archive-list .none-post {
  margin-bottom: 50px;
}

@media print, screen and (max-width: 959px) {
  .archive-list .none-post {
    text-align: center;
  }
}

@media print, screen and (max-width: 959px) {
  .archive-list {
    margin: 0 auto 0px;
    max-width: 800px;
    width: 100%;
  }
}

@media print, screen and (max-width: 559px) {
  .archive-list {
    max-width: 340px;
  }
}

.archive-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px #585858;
          box-shadow: 0 3px 3px #585858;
}

@media print, screen and (max-width: 559px) {
  .archive-list .item {
    display: block;
  }
}

.archive-list .item .img-wrapper-link {
  max-width: 300px;
  overflow: hidden;
  position: relative;
  display: block;
}

@media print, screen and (max-width: 559px) {
  .archive-list .item .img-wrapper-link {
    margin: 0 auto;
  }
}

.archive-list .item .img-wrapper-link .category-name {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px;
  width: 25%;
  background-color: #ff7c7c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.archive-list .item .img-wrapper-link .img-wrapper {
  position: relative;
}

.archive-list .item .img-wrapper-link .img-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(198, 145, 180, 0.5);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.5rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.archive-list .item .img-wrapper-link .img-wrapper:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.archive-list .item .img-wrapper-link .img-wrapper:hover::after {
  content: "READ MORE";
  opacity: 1;
  z-index: 1;
}

.archive-list .item .img-wrapper-link .img-wrapper .img {
  width: 100%;
}

.archive-list .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}

@media print, screen and (max-width: 559px) {
  .archive-list .item .text {
    padding-top: 15px;
    padding-left: 0;
  }
}

.archive-list .item .text .date {
  display: block;
  margin-bottom: 5px;
}

.archive-list .item .text .title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.archive-list .item .text .title:hover {
  text-decoration: underline;
}

.archive-list .item .text .desc {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.archive-list .item .text .link-wrapper {
  text-align: right;
}

.archive-list .item .text .link-wrapper .link {
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 5px;
  color: #000000;
  border: 1px solid;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
}

.archive-list .item .text .link-wrapper .link:hover {
  background-color: rgba(255, 124, 124, 0.7);
  color: white;
}

.single-section {
  background-image: url(../image/archive3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-section .inner {
  padding-top: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.single-section .single-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .single-section .single-wrapper {
    display: block;
  }
}

.single-section .single-wrapper .text-wrapper {
  width: 70%;
  margin-right: 40px;
}

@media print, screen and (max-width: 959px) {
  .single-section .single-wrapper .text-wrapper {
    margin: 0 auto 0px;
    max-width: 800px;
    width: 100%;
  }
}

@media print, screen and (max-width: 559px) {
  .single-section .single-wrapper .text-wrapper {
    max-width: 340px;
  }
}

.single-section .single-wrapper .text-wrapper .text {
  margin-bottom: 36px;
}

.single-section .single-wrapper .text-wrapper .text img {
  width: auto;
}

.single-section .single-wrapper .text-wrapper .text h1 {
  font-size: 4rem;
}

.single-section .single-wrapper .text-wrapper .text h2 {
  font-size: 2rem;
}

.single-section .single-wrapper .text-wrapper .text h3 {
  font-size: 1.9rem;
}

.single-section .single-wrapper .text-wrapper .text h4 {
  font-size: 1.6rem;
}

.single-section .single-wrapper .text-wrapper .text h5 {
  font-size: 1.3em;
}

.sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (max-width: 959px) {
  .sidebar {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 559px) {
  .sidebar {
    max-width: 340px;
  }
}

.sidebar .category-search,
.sidebar .tag-search {
  margin-bottom: 10px;
}

.sidebar .category-search .title,
.sidebar .tag-search .title {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.sidebar .category-search .list .link,
.sidebar .tag-search .list .link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-right: 5px;
}

.sidebar .tag-search {
  margin-bottom: 30px;
}

.sidebar .search-wrapper {
  padding: 20px;
  -webkit-box-shadow: 0 1px 3px 0 #cecece;
          box-shadow: 0 1px 3px 0 #cecece;
  background-color: #fff;
}

.sidebar .ofh {
  overflow: hidden;
}

.sidebar .sidebar-business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin: 0px auto 0px;
  padding: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0 1px 3px 0 #cecece;
          box-shadow: 0 1px 3px 0 #cecece;
  background-color: #fff;
}

.sidebar .sidebar-business-list .slick-track {
  width: 1500px !important;
}

.sidebar .sidebar-business-list .item {
  -webkit-box-shadow: 0 1.5px 2.4px #585858;
          box-shadow: 0 1.5px 2.4px #585858;
}

.sidebar .sidebar-business-list .item .link {
  display: block;
}

.sidebar .sidebar-business-list .item .link .img {
  width: 100%;
}

.sidebar .cmn-sidebar-title {
  position: relative;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
  background-color: #415677;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #415677, 0 0 0 6px #415677;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #415677, 0 0 0 6px #415677;
  color: white;
}

.sidebar .cmn-sidebar-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  margin-top: -4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.sidebar .cmn-sidebar-title .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.sidebar .cmn-sidebar-title .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.sidebar .cmn-sidebar-title .i_box .one_i::before, .sidebar .cmn-sidebar-title .i_box .one_i::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.sidebar .cmn-sidebar-title .i_box .one_i::before {
  content: none;
}

.sidebar .cmn-sidebar-title.open .i_box {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.sidebar .cmn-sidebar-title.open .i_box .one_i::before {
  content: "";
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar .cmn-sidebar-title.open .i_box .one_i::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media print, screen and (max-width: 959px) {
  .sidebar .tab-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (max-width: 959px) {
  .sidebar .tab-flex .sidebar-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media print, screen and (max-width: 959px) {
  .sidebar .tab-flex .sidebar-wrapper:nth-of-type(1) {
    max-width: 340px;
    margin-right: 40px;
    margin-left: 40px;
    width: 100%;
  }
}

@media print, screen and (max-width: 559px) {
  .sidebar .tab-flex .sidebar-wrapper:nth-of-type(1) {
    margin: 0 0 30px;
  }
}

@media print, screen and (max-width: 959px) {
  .sidebar .tab-flex .sidebar-wrapper:nth-of-type(2) {
    max-width: 340px;
    width: 100%;
  }
}

.sidebar .tab-flex .sidebar-wrapper:nth-of-type(2) .sidebar-title {
  margin-bottom: 7px;
}

.sidebar .sidebar-wrapper {
  background-color: #fff;
  margin-bottom: 30px;
}

.sidebar .sidebar-wrapper:last-of-type .sidebar-list {
  margin-bottom: 0;
}

.sidebar .sidebar-list {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0 1px 3px 0 #cecece;
          box-shadow: 0 1px 3px 0 #cecece;
}

@media print, screen and (max-width: 959px) {
  .sidebar .sidebar-list {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
  }
}

.sidebar .sidebar-list .item {
  background-color: #fff;
  -webkit-box-shadow: 0 1.5px 2.4px #585858;
          box-shadow: 0 1.5px 2.4px #585858;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin-bottom: 15px;
}

@media print, screen and (max-width: 959px) {
  .sidebar .sidebar-list .item {
    max-width: 300px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.sidebar .sidebar-list .item:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 8px 8px 18px 2px #585858;
          box-shadow: 8px 8px 18px 2px #585858;
}

.sidebar .sidebar-list .link {
  display: block;
  position: relative;
  padding: 15px;
}

.sidebar .sidebar-list .ofh {
  position: relative;
  overflow: hidden;
}

.sidebar .sidebar-list .ofh .category-name {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px;
  width: 25%;
  background-color: #ff7c7c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.sidebar .sidebar-list .img-wrapper {
  position: relative;
}

.sidebar .sidebar-list .img-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(198, 145, 180, 0.5);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.5rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.sidebar .sidebar-list .img-wrapper:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar .sidebar-list .img-wrapper:hover::after {
  content: "READ MORE";
  opacity: 1;
  z-index: 1;
}

.sidebar .sidebar-list .img-wrapper .img {
  width: 100%;
}

.sidebar .sidebar-list .text {
  padding-top: 10px;
}

.sidebar .sidebar-list .text .date {
  display: block;
  margin-bottom: 5px;
}

.sidebar .sidebar-list .text .title {
  font-weight: bold;
  font-size: 1.8rem;
}

.searchform {
  margin-bottom: 10px;
}

.searchform #search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  font-size: 1.8rem;
  vertical-align: middle;
  border: 1px solid black;
  padding: 7px;
  margin-right: 10px;
}

.searchform #search::-webkit-input-placeholder {
  opacity: 0.3;
}

.searchform #search:-ms-input-placeholder {
  opacity: 0.3;
}

.searchform #search::-ms-input-placeholder {
  opacity: 0.3;
}

.searchform #search::placeholder {
  opacity: 0.3;
}

.searchform .search-submit {
  padding: 10px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid black;
}

.search-title {
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 0 20px;
}

@media print, screen and (max-width: 959px) {
  .search-title {
    text-align: center;
  }
}

.no-search {
  width: 70%;
  margin-right: 100px;
}

@media print, screen and (max-width: 959px) {
  .no-search {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

@media print, screen and (max-width: 959px) {
  .no-search .desc {
    margin-bottom: 50px;
  }
}

.wp-pagenavi {
  margin: 20px 0 40px;
  text-align: center;
}

.wp-pagenavi > a,
.wp-pagenavi span {
  display: inline-block;
  width: 32px;
  padding: 5px 0;
  background-color: white;
  border: 1px solid rgba(119, 119, 119, 0.3);
}

.wp-pagenavi .last {
  margin-right: 0;
}

.wp-pagenavi .extend {
  background-color: pink;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 50px;
}

.wp-pagenavi .current {
  background-color: #ff7c7c;
}

.footer {
  background-color: #1c2533;
  padding: 60px 0;
}

.footer .list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .list .item {
  margin: 0 10px;
}

.footer .list .item .link {
  color: white;
  display: block;
  line-height: 2;
}

.copy-right {
  padding: 30px 0;
  color: white;
  text-align: center;
  font-size: 1.4rem;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.fa-arrow-up::before {
  font-size: 3rem;
  color: #273346;
}

.divination-cmn-sub-title {
  font-size: 2.2rem;
  margin-left: 15px;
}

@media print, screen and (max-width: 959px) {
  .divination-cmn-sub-title {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}

.divination-header {
  padding: 15px 0;
  background-color: #fef5ee;
  border-bottom: 5px solid #fed326;
}

@media print, screen and (max-width: 959px) {
  .divination-header {
    margin-top: 78px;
  }
}

.divination-header .divination-header-nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media print, screen and (max-width: 1279px) {
  .divination-header .divination-header-nav .list {
    padding-right: 108px;
  }
}

@media print, screen and (max-width: 959px) {
  .divination-header .divination-header-nav .list {
    display: block;
    padding-right: 20px;
  }
}

.divination-header .divination-header-nav .list .divination-header-logo-wrapper {
  margin-right: 20px;
}

@media print, screen and (max-width: 959px) {
  .divination-header .divination-header-nav .list .divination-header-logo-wrapper {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.divination-header .divination-header-nav .list .divination-header-logo-wrapper .divination-header-logo-desc {
  padding-bottom: 5px;
  font-size: 1.4rem;
  color: #392bff;
  text-shadow: 0 0 3px #fcff5e;
}

@media print, screen and (max-width: 959px) {
  .divination-header .divination-header-nav .list .divination-header-logo-wrapper .divination-header-logo-title {
    display: inline-block;
  }
}

.divination-header .divination-header-nav .list .divination-header-logo-wrapper .divination-header-logo-title .logo-link {
  display: block;
}

.divination-header .divination-header-nav .list .divination-header-logo-wrapper .divination-header-logo-title .logo-link:hover {
  color: #ff65ab;
}

.divination-header .divination-header-nav .list .divination-header-logo-wrapper .divination-header-logo-title .logo-link .s-title {
  font-size: 2.8rem;
  margin-right: 80px;
}

@media print, screen and (max-width: 559px) {
  .divination-header .divination-header-nav .list .divination-header-logo-wrapper .divination-header-logo-title .logo-link .s-title {
    font-size: 2rem;
    margin-right: 20px;
  }
}

.divination-header .divination-header-nav .list .divination-header-logo-wrapper .divination-header-logo-title .logo-link .m-title {
  font-size: 3.6rem;
  text-shadow: 1px 1px 3px #f5ff67;
}

@media print, screen and (max-width: 559px) {
  .divination-header .divination-header-nav .list .divination-header-logo-wrapper .divination-header-logo-title .logo-link .m-title {
    font-size: 2.8rem;
  }
}

.divination-header .divination-header-nav .list .divination-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 1279px) {
  .divination-header .divination-header-nav .list .divination-item-wrapper {
    display: block;
  }
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-time-item {
  max-width: 220px;
  width: 100%;
  text-align: center;
  border: 1px solid #eaebde;
  margin-right: 20px;
  border-radius: 5px;
}

@media print, screen and (max-width: 1279px) {
  .divination-header .divination-header-nav .list .divination-item-wrapper .divination-time-item {
    margin: 0 auto 20px;
  }
}

@media print, screen and (max-width: 959px) {
  .divination-header .divination-header-nav .list .divination-item-wrapper .divination-time-item {
    max-width: 400px;
  }
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-time-item .title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 20px;
  position: relative;
  line-height: 1.5;
  background-color: #e92577;
  color: #fff;
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-time-item .title::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  pointer-events: none;
  content: "";
  border-bottom: 2px solid #e92677;
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-time-item .desc {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
  background-color: #ffedf5;
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-contact-item {
  text-align: center;
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-contact-item .title {
  line-height: 1.8;
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-contact-item .btn-wrapper {
  text-align: center;
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-contact-item .btn-wrapper .btn {
  display: inline-block;
  width: 200px;
  padding: 15px;
  background-color: #ffadd5;
  border-radius: 20px;
  position: relative;
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-contact-item .btn-wrapper .btn::after {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 10px;
  display: block;
  width: 8px;
  height: 14px;
  content: "";
  background-image: url(../image/Banner.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.divination-header .divination-header-nav .list .divination-item-wrapper .divination-contact-item .btn-wrapper .btn:hover::after {
  left: 18px;
}

@media print, screen and (max-width: 959px) {
  .divination-header .divination-header-nav .list .divination-item-wrapper .divination-contact-item .btn-wrapper .btn {
    max-width: 400px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media print, screen and (max-width: 959px) {
  .divination-header .p-hamburger-wrapper {
    position: fixed;
    top: 0;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
    background-color: #ffadd5;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 559px) {
  .divination-header .p-hamburger-wrapper {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.divination-header .p-hamburger-wrapper .title {
  display: none;
}

@media print, screen and (max-width: 959px) {
  .divination-header .p-hamburger-wrapper .title {
    display: block;
  }
}

.divination-header .c-button {
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.divination-header .p-hamburger {
  position: fixed;
  top: 34px;
  right: 30px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ff51d4;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media print, screen and (max-width: 959px) {
  .divination-header .p-hamburger {
    position: relative;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 2rem transparent;
            box-shadow: 0 0 2rem transparent;
  }
}

.divination-header .p-hamburger:hover,
.divination-header .p-hamburger:focus {
  -webkit-box-shadow: 0 0 2rem rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 2rem rgba(255, 255, 255, 0.7);
}

.divination-header .p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #ff51d4;
  -webkit-transition: inherit;
  transition: inherit;
}

@media print, screen and (max-width: 959px) {
  .divination-header .p-hamburger__line {
    background-color: #ffffff;
  }
}

.divination-header .p-hamburger__line::before,
.divination-header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.divination-header .p-hamburger__line::before {
  top: -5px;
}

.divination-header .p-hamburger__line::after {
  top: 5px;
}

.divination-header .p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.divination-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.divination-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #ff51d4;
}

@media print, screen and (max-width: 959px) {
  .divination-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
  .divination-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    background-color: #ffffff;
  }
}

.divination-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.divination-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.divination-header .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.divination-top {
  height: 90vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa7d1), to(#ffe8e8));
  background: linear-gradient(to bottom, #ffa7d1, #ffe8e8);
  position: relative;
}

@media print, screen and (max-width: 959px) {
  .divination-top {
    height: 60vh;
  }
}

@media print, screen and (max-width: 559px) {
  .divination-top {
    height: 40vh;
  }
}

.divination-top .title {
  pointer-events: none;
  line-height: 2;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 1px 1px 3px #555, -1px 1px 3px #555, 1px -1px 3px #555,
 -1px -1px 3px #555;
}

@media print, screen and (max-width: 959px) {
  .divination-top .title {
    font-size: 2.2rem;
  }
}

@media print, screen and (max-width: 559px) {
  .divination-top .title {
    font-size: 1.6rem;
  }
}

.divination-content-section {
  padding: 40px 20px;
  background-color: rgba(253, 235, 222, 0.5);
}

.divination-content-section .list {
  max-width: 1100px;
  margin: 0 auto;
}

.divination-content-section .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 959px) {
  .divination-content-section .list .item {
    display: block;
  }
}

.divination-content-section .list .item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.divination-content-section .list .item:nth-of-type(2n) .text {
  margin-right: 0;
  margin-left: 30px;
}

@media print, screen and (max-width: 959px) {
  .divination-content-section .list .item:nth-of-type(2n) .text {
    margin-right: 0;
    margin-left: 0;
  }
}

.divination-content-section .list .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

@media print, screen and (max-width: 959px) {
  .divination-content-section .list .item .text {
    margin-right: 0;
    margin-left: 0;
  }
}

.divination-content-section .list .item .text .title {
  text-align: center;
  font-size: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

@media print, screen and (max-width: 959px) {
  .divination-content-section .list .item .text .title {
    font-size: 2.2rem;
  }
}

.divination-content-section .list .item .text .title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 1px;
  background-color: #fed326;
}

@media print, screen and (max-width: 559px) {
  .divination-content-section .list .item .text .title::before {
    width: 20px;
  }
}

.divination-content-section .list .item .text .title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 1px;
  background-color: #fed326;
}

@media print, screen and (max-width: 559px) {
  .divination-content-section .list .item .text .title::after {
    width: 20px;
  }
}

.divination-content-section .list .item .text .desc {
  font-size: 2rem;
  line-height: 1.6;
}

@media print, screen and (max-width: 959px) {
  .divination-content-section .list .item .text .desc {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

.divination-content-section .list .item .img-wrapper {
  max-width: 440px;
}

@media print, screen and (max-width: 959px) {
  .divination-content-section .list .item .img-wrapper {
    margin: 0 auto;
  }
}

.divination-message-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd7ea), to(#ffffff));
  background: linear-gradient(to bottom, #ffd7ea, #ffffff);
  padding: 40px 20px;
}

.divination-message-section .inner .title {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5px 0;
  line-height: 1.25;
  text-align: center;
  font-size: 4rem;
  border-bottom: 2px solid #fed326;
}

@media print, screen and (max-width: 959px) {
  .divination-message-section .inner .title {
    font-size: 2.2rem;
  }
}

.divination-message-section .inner .desc-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

.divination-message-section .inner .desc-wrapper .desc-flex .desc {
  line-height: 2;
  font-size: 2.2rem;
}

@media print, screen and (max-width: 959px) {
  .divination-message-section .inner .desc-wrapper .desc-flex .desc {
    font-size: 1.6rem;
  }
}

.divination-message-section .inner .desc-wrapper .desc-flex .img-wrapper {
  float: right;
  max-width: 300px;
  margin: 10px;
}

@media print, screen and (max-width: 559px) {
  .divination-message-section .inner .desc-wrapper .desc-flex .img-wrapper {
    float: initial;
    margin: 0 auto 10px;
  }
}

.divination-message-section .inner .desc-wrapper .desc-flex .img-wrapper .img {
  border-radius: 10%;
}

.divination-message-section .inner .desc-wrapper .desc-co {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 2;
  font-size: 2.2rem;
}

.divination-features-section {
  padding: 40px 20px 100px;
}

.divination-features-section .title {
  font-size: 4rem;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 15px;
  line-height: 1.25;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .title {
    font-size: 2.2rem;
  }
}

.divination-features-section .title::after {
  position: absolute;
  bottom: 0;
  right: 30%;
  content: "";
  width: 100px;
  height: 5px;
  background-color: #ff9000;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .title::after {
    width: 100%;
    right: 0;
    height: 2px;
    background-color: #fed326;
  }
}

.divination-features-section .list {
  max-width: 1100px;
  margin: 40px auto 0;
}

.divination-features-section .list .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item {
    display: block;
    margin-bottom: 70px;
  }
}

.divination-features-section .list .flex-item:last-of-type {
  margin-top: 30px;
  margin-bottom: 0;
}

.divination-features-section .list .flex-item .item {
  width: 50%;
  margin-right: 70px;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item .item {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 70px;
  }
}

.divination-features-section .list .flex-item .item:last-of-type {
  margin-right: 0;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item .item:last-of-type {
    margin-bottom: 0;
  }
}

.divination-features-section .list .flex-item .item .sub-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.divination-features-section .list .flex-item .item .sub-title-wrapper .img {
  margin-right: 15px;
  display: inline-block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../image/features.png);
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item .item .sub-title-wrapper .img {
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px;
  }
}

.divination-features-section .list .flex-item .item .sub-title-wrapper .img::after {
  display: block;
  padding-top: 31px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item .item .sub-title-wrapper .img::after {
    display: block;
    width: 39px;
    padding-top: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
    content: "1";
    font-size: 16px;
  }
}

.divination-features-section .list .flex-item .item .sub-title-wrapper .img-1::after {
  content: "1";
}

.divination-features-section .list .flex-item .item .sub-title-wrapper .img-2::after {
  content: "2";
}

.divination-features-section .list .flex-item .item .sub-title-wrapper .img-3::after {
  content: "3";
}

.divination-features-section .list .flex-item .item .sub-title-wrapper .img-4::after {
  content: "4";
}

.divination-features-section .list .flex-item .item .sub-title-wrapper .sub-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.5rem;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item .item .sub-title-wrapper .sub-title {
    font-size: 2.2rem;
  }
}

@media print, screen and (max-width: 559px) {
  .divination-features-section .list .flex-item .item .sub-title-wrapper .sub-title {
    font-size: 1.6rem;
  }
}

.divination-features-section .list .flex-item .item .desc-wrapper {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item .item .desc-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.divination-features-section .list .flex-item .item .desc-wrapper .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.divination-features-section .list .flex-item .item .desc-wrapper .desc .bold {
  font-weight: bold;
  text-decoration: underline;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item .item .desc-wrapper .desc {
    margin-right: 0;
  }
}

.divination-features-section .list .flex-item .item .desc-wrapper .img-wrapper {
  max-width: 150px;
}

@media print, screen and (max-width: 959px) {
  .divination-features-section .list .flex-item .item .desc-wrapper .img-wrapper {
    margin-bottom: 20px;
  }
}

.divination-features-section .list .flex-item .item .desc-wrapper .img-wrapper .img {
  border-radius: 50%;
}

.divination-cosutomer-section {
  background-color: rgba(253, 235, 222, 0.5);
  padding: 20px 0 100px;
}

.divination-cosutomer-section .inner {
  padding: 0 20px;
}

.divination-cosutomer-section .inner .title {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 30px;
  line-height: 1.25;
}

@media print, screen and (max-width: 959px) {
  .divination-cosutomer-section .inner .title {
    font-size: 2.2rem;
  }
}

.divination-cosutomer-section .inner .title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20vw;
  height: 1px;
  background-color: #fed326;
  margin-right: 30px;
}

@media print, screen and (max-width: 559px) {
  .divination-cosutomer-section .inner .title::before {
    width: 20px;
    margin-right: 15px;
  }
}

.divination-cosutomer-section .inner .title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20vw;
  height: 1px;
  background-color: #fed326;
  margin-left: 30px;
}

@media print, screen and (max-width: 559px) {
  .divination-cosutomer-section .inner .title::after {
    width: 20px;
    margin-left: 15px;
  }
}

.divination-cosutomer-section .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.divination-cosutomer-section .inner .flex .content {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-bottom: 30px;
}

.divination-cosutomer-section .inner .flex .content .img {
  background-image: url(../image/voice.png);
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px;
  margin-right: 15px;
}

@media print, screen and (max-width: 959px) {
  .divination-cosutomer-section .inner .flex .content .img {
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin-right: 10px;
  }
}

.divination-cosutomer-section .inner .flex .content .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

.divination-cosutomer-section .inner .btn-wrapper {
  text-align: center;
}

.divination-cosutomer-section .inner .btn-wrapper .btn {
  cursor: pointer;
  display: inline-block;
  background-color: #fed326;
  width: 150px;
  padding: 15px 0;
  border-radius: 30px;
}

.divination-footer {
  padding: 40px 0;
  background-color: rgba(253, 235, 222, 0.5);
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
}

.divination-footer .btn-wrapper {
  text-align: center;
  padding: 0 20px;
}

.divination-footer .btn-wrapper .btn {
  display: inline-block;
  padding: 20px;
  max-width: 500px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fed326;
  border-radius: 30px;
}

@media print, screen and (max-width: 559px) {
  .divination-footer .btn-wrapper .btn {
    font-size: 1.4rem;
  }
}

.divination-footer-btm {
  padding: 65px 0;
  text-align: center;
  background-color: #ffedf5;
}

.divination-footer-btm .desc {
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 1.4rem;
}

.divination-footer-btm .divination-copy-right {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
}

.book-header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.book-header .c-button {
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.book-header .p-hamburger {
  position: fixed;
  top: 17px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

.book-header .p-hamburger:hover,
.book-header .p-hamburger:focus {
  -webkit-box-shadow: 0 0 2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2rem rgba(255, 255, 255, 0.5);
}

.book-header .p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: inherit;
  transition: inherit;
}

.book-header .p-hamburger__line::before,
.book-header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.book-header .p-hamburger__line::before {
  top: -5px;
}

.book-header .p-hamburger__line::after {
  top: 5px;
}

.book-header .p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.book-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.book-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #ffffff;
}

.book-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.book-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.book-header .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.book-top {
  height: calc((721 / 1200) * 100vw);
  background: url(../image/top-com.jpg) no-repeat center bottom/contain;
  border-bottom: 30vw solid black;
}

@media print, screen and (max-width: 559px) {
  .book-top {
    border-bottom: 50vw solid black;
  }
}

.book-top .mask {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  width: 100%;
  height: 100%;
}

.book-top .mask .main-title {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  font-size: 6vw;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
  position: absolute;
  top: 7vw;
  right: 4vw;
  color: #fff;
  text-shadow: 0px 0px 5px #8bdaff, 0px 0px 20px #7cd5ff,
 0px 0px 40px #add9ff, 0px 0px 60px #d8f1ff, 0px 0px 80px #37b6ff,
 0px 0px 100px #ffffff;
}

.book-top .mask .main-title .br {
  display: block;
  line-height: 0.1;
}

.book-top .mask .main-title .nbsp {
  display: inline-block;
}

@media print, screen and (max-width: 559px) {
  .book-top .mask .main-title {
    font-size: 8vw;
    top: 10vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 1.3;
  }
  .book-top .mask .main-title .br {
    display: none;
  }
  .book-top .mask .main-title .nbsp {
    display: none;
  }
}

.book-top .mask .name {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  font-size: 1.5vw;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  line-height: 2;
  position: absolute;
  top: 20vw;
  right: 28vw;
  color: #fff;
}

.book-top .mask .name .br {
  display: block;
}

@media print, screen and (max-width: 559px) {
  .book-top .mask .name {
    top: 25vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 1.3;
  }
  .book-top .mask .name .br {
    display: none;
  }
}

.book-top .mask .sub-title-first {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  font-size: 2.3vw;
  line-height: 2;
  letter-spacing: 5px;
  position: absolute;
  top: 25vw;
  left: 18vw;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  text-underline-offset: 5px;
  text-shadow: 0px 0px 5px #0077ff, 0px 0px 20px #add7da,
 0px 0px 40px #b0c9ff, 0px 0px 60px #90f8ff;
}

.book-top .mask .sub-title-first .br {
  display: none;
}

@media print, screen and (max-width: 559px) {
  .book-top .mask .sub-title-first {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    letter-spacing: 1px;
    top: 45vw;
    right: 20vw;
    line-height: 1;
    font-size: 4vw;
  }
  .book-top .mask .sub-title-first .br {
    display: block;
  }
}

.book-top .mask .sub-title-last {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  font-size: 2.3vw;
  line-height: 2;
  letter-spacing: 5px;
  position: absolute;
  top: 33vw;
  left: 16vw;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  text-underline-offset: 5px;
  text-shadow: 0px 0px 5px #ff5c5c, 0px 0px 20px #add7da,
 0px 0px 40px #b0c9ff, 0px 0px 60px #90f8ff;
}

.book-top .mask .sub-title-last .br {
  display: none;
}

@media print, screen and (max-width: 559px) {
  .book-top .mask .sub-title-last {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    letter-spacing: 1px;
    top: 45vw;
    left: 20vw;
    line-height: 1;
    font-size: 4vw;
  }
  .book-top .mask .sub-title-last .br {
    display: block;
  }
}

.book-top .mask .main-title,
.book-top .mask .name,
.book-top .mask .sub-title-first,
.book-top .mask .sub-title-last {
  opacity: 0;
  /* ここを追加 */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*これで値を保持*/
}

.book-top .mask .now-on-sale {
  font-size: 3vw;
  line-height: 2;
  letter-spacing: 5px;
  position: absolute;
  top: 60vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}

@media print, screen and (max-width: 559px) {
  .book-top .mask .now-on-sale {
    top: 80vw;
  }
}

.book-top .mask .btn-wrapper {
  position: absolute;
  top: 70vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media print, screen and (max-width: 559px) {
  .book-top .mask .btn-wrapper {
    top: 90vw;
  }
}

.book-top .mask .btn-wrapper .fa-shopping-cart {
  margin-right: 10px;
}

.book-top .mask .btn-wrapper .btn {
  width: 15vw;
  padding: 15px;
  display: inline-block;
  background-color: #fe0000;
  color: #fff;
  font-size: 2vw;
  border-radius: 5px;
}

@media print, screen and (max-width: 559px) {
  .book-top .mask .btn-wrapper .btn {
    padding: 10px;
    width: 25vw;
  }
}

.book-section-wrapper {
  background-image: url(../image/book-background2.jpg);
  background-size: cover;
  background-position: center;
}

.book-section-wrapper .mask {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#f4ecea));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #f4ecea);
}

.book-story-section {
  padding-top: 100px;
  text-align: center;
  line-height: 1.7;
}

.book-story-section .inner {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.book-story-section .inner .story-title-wrapper {
  text-align: center;
}

.book-story-section .inner .story-title-wrapper .title {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #341e70;
}

@media print, screen and (max-width: 959px) {
  .book-story-section .inner .story-title-wrapper .title {
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 559px) {
  .book-story-section .inner .story-title-wrapper .title {
    font-size: 2rem;
  }
}

.book-story-section .inner .story-title-wrapper .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 198, 151, 0.6)), color-stop(rgba(255, 198, 151, 0.4)), to(rgba(255, 198, 151, 0.2)));
  background: linear-gradient(to left, rgba(255, 198, 151, 0.6), rgba(255, 198, 151, 0.4), rgba(255, 198, 151, 0.2));
}

@media print, screen and (max-width: 559px) {
  .book-story-section .inner .story-title-wrapper .title::after {
    height: 10px;
  }
}

.book-story-section .inner .desc {
  font-size: 3rem;
}

@media print, screen and (max-width: 959px) {
  .book-story-section .inner .desc {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 559px) {
  .book-story-section .inner .desc {
    font-size: 1.6rem;
  }
}

.book-story-section .inner .desc-big {
  margin-top: 140px;
  font-size: 4rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #594e9b;
  text-decoration-color: #594e9b;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
  color: #594e9b;
  font-weight: bold;
}

@media print, screen and (max-width: 959px) {
  .book-story-section .inner .desc-big {
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 559px) {
  .book-story-section .inner .desc-big {
    font-size: 2rem;
    text-underline-offset: 5px;
  }
}

.book-recommend-section {
  padding: 100px 0;
  line-height: 1.7;
}

.book-recommend-section .inner {
  padding: 0 20px;
}

.book-recommend-section .inner .recommend-title-wrapper {
  text-align: center;
}

.book-recommend-section .inner .recommend-title-wrapper .title {
  position: relative;
  display: inline-block;
  letter-spacing: 5px;
  font-size: 4rem;
  margin-bottom: 50px;
  color: #341e70;
  font-weight: bold;
  font-family: serif;
}

@media print, screen and (max-width: 959px) {
  .book-recommend-section .inner .recommend-title-wrapper .title {
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 559px) {
  .book-recommend-section .inner .recommend-title-wrapper .title {
    font-size: 2rem;
  }
}

.book-recommend-section .inner .recommend-title-wrapper .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 198, 151, 0.6)), color-stop(rgba(255, 198, 151, 0.4)), to(rgba(255, 198, 151, 0.2)));
  background: linear-gradient(to left, rgba(255, 198, 151, 0.6), rgba(255, 198, 151, 0.4), rgba(255, 198, 151, 0.2));
}

@media print, screen and (max-width: 559px) {
  .book-recommend-section .inner .recommend-title-wrapper .title::after {
    height: 10px;
  }
}

.book-recommend-section .inner .list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 50px;
  border: 2px solid #594e9b;
  background: #fff;
}

@media print, screen and (max-width: 559px) {
  .book-recommend-section .inner .list {
    padding: 30px 20px;
  }
}

.book-recommend-section .inner .list .item {
  margin-bottom: 50px;
}

.book-recommend-section .inner .list .item:last-of-type {
  margin-bottom: 0;
}

.book-recommend-section .inner .list .item .title {
  font-size: 3rem;
  color: #594e9b;
  border-bottom: 2px solid #594e9b;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

@media print, screen and (max-width: 959px) {
  .book-recommend-section .inner .list .item .title {
    font-size: 2rem;
  }
}

.book-recommend-section .inner .list .item .desc {
  font-weight: 300;
  font-size: 2.2rem;
  margin: 0;
}

@media print, screen and (max-width: 959px) {
  .book-recommend-section .inner .list .item .desc {
    font-size: 1.6rem;
  }
}

.book-store-section {
  background-color: #f4ecea;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1.4;
}

.book-store-section .inner {
  padding: 0 20px;
}

.book-store-section .inner .book-store-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  color: #000;
  padding: 40px;
  margin: 0 auto 100px;
  background-color: #efefef;
  border: 1px solid #888;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper {
    display: block;
    padding: 20px;
  }
}

.book-store-section .inner .book-store-wrapper .img-wrapper {
  max-width: 200px;
  padding-right: 40px;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper .img-wrapper {
    padding-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.book-store-section .inner .book-store-wrapper .img-wrapper .img {
  border: 1px solid #000;
}

.book-store-section .inner .book-store-wrapper .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.book-store-section .inner .book-store-wrapper .text .lead {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper .text .lead {
    font-size: 1rem;
    text-align: center;
  }
}

.book-store-section .inner .book-store-wrapper .text .info {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper .text .info {
    text-align: center;
    padding: 0;
  }
}

.book-store-section .inner .book-store-wrapper .text .info .title {
  font-size: 2.5rem;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper .text .info .title {
    font-size: 2rem;
  }
}

.book-store-section .inner .book-store-wrapper .text .info .author {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.book-store-section .inner .book-store-wrapper .text .desc {
  line-height: 1.75;
  border-top: 2px solid #000;
  padding-top: 10px;
  padding-left: 25px;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper .text .desc {
    text-align: center;
    padding-left: 0;
  }
}

.book-store-section .inner .book-store-wrapper .text .store-buy-con {
  margin: 20px 0;
}

.book-store-section .inner .book-store-wrapper .text .store-buy-con .title {
  margin-bottom: 5px;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper .text .store-buy-con .title {
    text-align: center;
  }
}

.book-store-section .inner .book-store-wrapper .text .store-buy-con .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper .text .store-buy-con .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.book-store-section .inner .book-store-wrapper .text .store-buy-con .flex .link {
  display: block;
  margin: 0 0 10px;
  padding: 0 5px;
}

.book-store-section .inner .book-store-wrapper .text .store-buy-con .flex .link .store-img-wrapper {
  max-width: 190px;
}

.book-store-section .inner .book-store-wrapper .text .book-detail {
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold;
}

.book-store-section .inner .book-store-wrapper .text .isbn {
  font-weight: bold;
}

.book-store-section .inner .book-store-wrapper .text .store-desc {
  font-size: 2.5rem;
  margin-left: 25px;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 959px) {
  .book-store-section .inner .book-store-wrapper .text .store-desc {
    font-size: 2rem;
    margin-left: 0px;
  }
}

.book-footer {
  padding: 65px 0;
  text-align: center;
}

.book-footer .desc {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 1.4rem;
}

.book-footer .book-copy-right {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
}

.privacy-section {
  background-image: url(../image/archive3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.privacy-section .inner {
  padding-top: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.privacy-section .privacy-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .privacy-section .privacy-wrapper {
    display: block;
  }
}

.privacy-section .privacy-wrapper .text-wrapper {
  width: 70%;
  margin-right: 40px;
}

@media print, screen and (max-width: 959px) {
  .privacy-section .privacy-wrapper .text-wrapper {
    margin: 0 auto 0px;
    max-width: 800px;
    width: 100%;
  }
}

@media print, screen and (max-width: 559px) {
  .privacy-section .privacy-wrapper .text-wrapper {
    max-width: 340px;
  }
}

.privacy-section .privacy-wrapper .text-wrapper .m-title {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.privacy-section .privacy-wrapper .text-wrapper .ofh {
  overflow: hidden;
}

.privacy-section .privacy-wrapper .text-wrapper .ofh .img-wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.privacy-section .privacy-wrapper .text-wrapper .ofh .img-wrapper:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.privacy-section .privacy-wrapper .text-wrapper .text {
  margin-top: 30px;
}

.privacy-section .privacy-wrapper .text-wrapper .text:last-of-type {
  margin-bottom: 50px;
}

.privacy-section .privacy-wrapper .text-wrapper .text .s-title {
  font-weight: bold;
  font-size: 2.5rem;
  padding: 10px 0 10px 20px;
  border-left: 10px solid #f98075;
}

.privacy-section .privacy-wrapper .text-wrapper .text .desc {
  line-height: 1.8;
  margin-top: 20px;
}

.privacy-section .privacy-wrapper .text-wrapper .text .desc .ss-title {
  font-weight: bold;
  font-size: 2rem;
}

.disclaimer-section {
  background-image: url(../image/archive3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.disclaimer-section .inner {
  padding-top: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.disclaimer-section .disclaimer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .disclaimer-section .disclaimer-wrapper {
    display: block;
  }
}

.disclaimer-section .disclaimer-wrapper .text-wrapper {
  width: 70%;
  margin-right: 40px;
}

@media print, screen and (max-width: 959px) {
  .disclaimer-section .disclaimer-wrapper .text-wrapper {
    margin: 0 auto 0px;
    max-width: 800px;
    width: 100%;
  }
}

@media print, screen and (max-width: 559px) {
  .disclaimer-section .disclaimer-wrapper .text-wrapper {
    max-width: 340px;
  }
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .m-title {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .ofh {
  overflow: hidden;
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .ofh .img-wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .ofh .img-wrapper:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .text {
  margin-top: 30px;
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .text:last-of-type {
  margin-bottom: 50px;
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .text .s-title {
  font-weight: bold;
  font-size: 2.5rem;
  padding: 10px 0 10px 20px;
  border-left: 10px solid #f98075;
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .text .desc {
  line-height: 1.8;
  margin-top: 20px;
}

.disclaimer-section .disclaimer-wrapper .text-wrapper .text .desc .ss-title {
  font-weight: bold;
  font-size: 2rem;
}

.homepage_contact-section {
  background-image: url(../image/archive3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage_contact-section .inner {
  padding-top: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.homepage_contact-section .homepage_contact-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .homepage_contact-section .homepage_contact-wrapper {
    display: block;
  }
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper {
  width: 70%;
  margin-right: 40px;
}

@media print, screen and (max-width: 959px) {
  .homepage_contact-section .homepage_contact-wrapper .text-wrapper {
    margin: 0 auto 0px;
    max-width: 800px;
    width: 100%;
  }
}

@media print, screen and (max-width: 559px) {
  .homepage_contact-section .homepage_contact-wrapper .text-wrapper {
    max-width: 340px;
  }
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .m-title {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .ofh {
  overflow: hidden;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .ofh .img-wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .ofh .img-wrapper:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .desc {
  margin-top: 50px;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .form_table {
  margin: 50px auto 0;
  font-size: 1.6rem;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dl {
  margin-bottom: 30px;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dt .required {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  padding: 3px 5px;
  font-size: 1.2rem;
  background: #c1272d;
  color: #fff;
  border-radius: 5px;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd {
  margin-bottom: 0;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd input {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd input::-webkit-input-placeholder {
  opacity: 0.7;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd input:-ms-input-placeholder {
  opacity: 0.7;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd input::-ms-input-placeholder {
  opacity: 0.7;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd input::placeholder {
  opacity: 0.7;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd textarea {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd textarea::-webkit-input-placeholder {
  opacity: 0.7;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd textarea:-ms-input-placeholder {
  opacity: 0.7;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd textarea::-ms-input-placeholder {
  opacity: 0.7;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper dd textarea::placeholder {
  opacity: 0.7;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .submit {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .submit input {
  display: inline-block;
  padding: 15px 50px;
  border-radius: 5px;
  background: #ff7c7c;
  border: none;
  border-bottom: solid 3px rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
  color: white;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .submit input:hover {
  cursor: pointer;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .ajax-loader {
  display: none;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .wpcf7-spinner {
  display: none;
}

.homepage_contact-section .homepage_contact-wrapper .text-wrapper .wpcf7-response-output {
  display: none;
}

.homepage_complete-section {
  background-image: url(../image/archive3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage_complete-section .inner {
  padding-top: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.homepage_complete-section .inner .homepage_complete-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 959px) {
  .homepage_complete-section .inner .homepage_complete-wrapper {
    display: block;
  }
}

.homepage_complete-section .inner .homepage_complete-wrapper .text-wrapper {
  width: 70%;
  margin-right: 40px;
}

@media print, screen and (max-width: 959px) {
  .homepage_complete-section .inner .homepage_complete-wrapper .text-wrapper {
    margin: 0 auto 0px;
    max-width: 800px;
    width: 100%;
    text-align: center;
  }
}

@media print, screen and (max-width: 559px) {
  .homepage_complete-section .inner .homepage_complete-wrapper .text-wrapper {
    max-width: 340px;
  }
}

.homepage_complete-section .inner .homepage_complete-wrapper .text-wrapper .m-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 959px) {
  .homepage_complete-section .inner .homepage_complete-wrapper .text-wrapper .m-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.homepage_complete-section .inner .homepage_complete-wrapper .text-wrapper .desc {
  margin-bottom: 50px;
}

.divination_contact-section .inner .title {
  padding: 35px;
  text-align: center;
  background-color: #ffedf5;
  font-size: 3.2rem;
}

@media print, screen and (max-width: 959px) {
  .divination_contact-section .inner .title {
    font-size: 2.2rem;
  }
}

.divination_contact-section .inner .desc {
  text-align: center;
  padding: 20px;
}

.divination_contact-section .inner .form_table {
  max-width: 1100px;
  margin: 30px auto;
  font-size: 1.6rem;
  padding: 0 20px;
}

.divination_contact-section .inner dl {
  margin-bottom: 30px;
}

.divination_contact-section .inner dt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.divination_contact-section .inner dt .required {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  padding: 3px 5px;
  font-size: 1.2rem;
  background: #c1272d;
  color: #fff;
  border-radius: 5px;
}

.divination_contact-section .inner dd {
  margin-bottom: 0;
}

.divination_contact-section .inner dd input {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.divination_contact-section .inner dd input::-webkit-input-placeholder {
  opacity: 0.7;
}

.divination_contact-section .inner dd input:-ms-input-placeholder {
  opacity: 0.7;
}

.divination_contact-section .inner dd input::-ms-input-placeholder {
  opacity: 0.7;
}

.divination_contact-section .inner dd input::placeholder {
  opacity: 0.7;
}

.divination_contact-section .inner dd textarea {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.divination_contact-section .inner dd textarea::-webkit-input-placeholder {
  opacity: 0.7;
}

.divination_contact-section .inner dd textarea:-ms-input-placeholder {
  opacity: 0.7;
}

.divination_contact-section .inner dd textarea::-ms-input-placeholder {
  opacity: 0.7;
}

.divination_contact-section .inner dd textarea::placeholder {
  opacity: 0.7;
}

.divination_contact-section .inner .submit {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 90px;
}

.divination_contact-section .inner .submit input {
  display: inline-block;
  padding: 15px 50px;
  border-radius: 5px;
  background: #ff7c7c;
  border: none;
  border-bottom: solid 3px rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
  color: white;
}

.divination_contact-section .inner .submit input:hover {
  cursor: pointer;
}

.divination_contact-section .inner .ajax-loader {
  display: none;
}

.divination_contact-section .inner .wpcf7-spinner {
  display: none;
}

.divination_contact-section .inner .wpcf7-response-output {
  display: none;
}

.divination_complete-section .inner .title {
  padding: 35px;
  text-align: center;
  background-color: #ffedf5;
  font-size: 3.2rem;
}

@media print, screen and (max-width: 959px) {
  .divination_complete-section .inner .title {
    font-size: 2.2rem;
  }
}

.divination_complete-section .inner .desc {
  text-align: center;
  padding: 90px 0 200px;
}
/*# sourceMappingURL=style.css.map */