@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");

a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
  color: #4a4a4a;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 18px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Utility */
.u-none {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}
@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}
.u-table {
  display: table;
}
@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}
@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .u-md-none {
    display: none !important;
  }
}

/* PageDesign */
.p-main h2 {
  margin: 0;
}
.p-main h2 img {
  width: 100%;
}
.p-main h3 {
  text-align: center;
  font-family: baskerville-urw, serif;
  font-size: 3.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
}
.p-main h3 span {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.25em;
  font-weight: normal;
}
.p-main .cashwool_series h4 {
  font-weight: bold;
}
.p-main .lead_text {
  margin: 7% auto 4%;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  color: #645279;
}
.p-main .lead_text.lead_s {
  margin: 5% auto 5%;
  text-align: left;
  font-weight: normal;
  font-size: 1em;
}
.coord h3 {
  margin-bottom: 7%;
}
.coord h3 img {
  width: 90%;
  max-width: 531px;
}
.p-main h4 {
  margin: 0 0 0;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8em;
}
.p-main h5 {
  font-weight: bold;
  margin: 3% 0 0;
  font-size: 1.05em;
  line-height: 1.8em;
}
@media screen and (min-width: 980px) {
  .p-main h3 {
    font-size: 5.5em;
  }
  .p-main h4 {
    margin: 0 0 4%;
    font-size: 1.4em;
  }
  .p-main .lead_text {
    font-size: 1.3em;
  }
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 18px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}
.contents_wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 20%;
  font-size: 1.2em;
  line-height: 1.8em;
  letter-spacing: 0.01em;
  color: #4a4a4a;
}
.contents_wrap a,
.contents_wrap a:hover {
  color: #4a4a4a;
}
@media screen and (min-width: 980px) {
  .contents_wrap {
    margin: 0 auto 12%;
  }
}
.contents_wrap p {
  margin: 3% 0 3%;
}
.contents_wrap .intro {
  width: 80%;
  max-width: 610px;
  margin: 0 auto;
}
.p-main .cashwool_series {
  margin: 15% 0 0;
}
.contents_wrap .item_link {
  width: 95%;
  max-width: 465px;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
.contents_wrap .item_link .item_img {
  width: 30%;
  max-width: 120px;
}
.contents_wrap .item_link .item_text {
  width: 65%;
  margin-left: 5%;
  font-size: 0.85em;
  letter-spacing: 0;
  line-height: 1.5em;
}
.contents_wrap .item_link .link_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.contents_wrap .item_link .link_btn a {
  width: 49%;
  background: #4a4a4a;
  margin-top: 3%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 2.8em;
}
.contents_wrap .item_link .link_btn a:hover {
  background: #645279;
  text-decoration: none;
}
.contents_wrap .item_link.series_link {
  width: 100%;
  max-width: 610px;
}
.contents_wrap .item_link.series_link a {
  width: 100%;
  padding: 0.82% 0;
  background: #000000;
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .contents_wrap .item_link .item_text {
    letter-spacing: 0.13em;
    line-height: 1.8em;
  }
}
.item_detail {
  position: relative;
  width: 90%;
  max-width: 1050px;
  margin: 5% auto 11%;
  padding-top: 3%;
}
.item_detail_text {
  position: relative;
  z-index:2;
  width: 100%;
  max-width: 550px;
  margin-bottom: 6%;
}
@media screen and (min-width: 980px) {
  .item_detail_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
     -ms-flex-align: baseline;
        align-items: baseline;
    padding-bottom: 1%;
  }
  .item_detail_text {
    margin-bottom: 6%
  }
  .item_detail_img a:first-child {
    position: relative;
    z-index: 1;
    width: 60%;
    max-width: 510px;
  }
  .item_detail_img a:last-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 60%;
    max-width: 590px;
  }
}
.bnr_area {
  width: 100%;
  max-width: 1170px;
  padding-top: 5%;
  border-top: solid 1px #d4d4d4;
  text-align: center;
}
.bnr_area h3 {
  margin-bottom: 5%;
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
.bnr_area img {
  width: 90%;
  max-width: 610px;
}
@media screen and (min-width: 980px) {
  .bnr_area h3 {
    margin-bottom: 3%;
    font-size: 3.1em;
  }
}