@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 */
@media screen and (max-width: 980px){
.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{
  overflow: hidden;
}
.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;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}
.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;
  }
  .item__body {
    max-width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;

  }
  .item__body_2 {
    max-width: 877px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
     margin-left: 16.5%;
     padding-top: 8%;
  }
  .style1_section{
     margin-top: 36%;
  }
  .item__body_3 {
    max-width: 877px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
     margin-left: 16.5%;
     margin-bottom: 6%;

  }
  .item__body_4 {
    max-width: 877px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
     margin-left: 16.5%;
     padding-top: 8%;

  }
  .item__body_5{
    max-width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
    padding-top: 90px;
    margin-bottom: 13%;
  }

  .item_text_space{
    margin-right: 8%;
  }

  .item__body .item__body__child {
    width: auto;
    max-width: 500px;
  }
  .item-link a{
  display: block;
    width: 51%;
    /* margin: 1% auto 0; */
    padding: 1% 0 1%;
    background-color: #464646;
    color: #fff;
    text-align: center;
    /* font-size: 16px; */
    text-decoration: none;
    transition-duration: 0.3s;
}
  .content_wrap * {
  box-sizing: border-box;
}
.item__body .item__content--right {
  font-size: 14px;
  margin: 18% 100px 0 0;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  }
  .item__body_5 .item__content--right {
  font-size: 14px;
  margin: 18% 100px 0 0;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  }
  .item__body .item__content--left-narrow {
    text-align: left;
    /* margin-right: 45px; */
  }
  .item__body .item__img {
  position: relative;
  width: 85%
  max-width: 416px;
}
}
.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;
}

.item_name_text{
  font-size: 1.5em;
  font-weight: bold;
}

.item_price_text{
  font-weight: bold;
}

.item_style{
  font-size:14px;
  letter-spacing:0.05em;
  margin-top: 28%;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 14px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}
.contents_wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 20%;
  font-size: 1em;
  line-height: 1.8em;
}
.contents_wrap a,
.contents_wrap a:hover {
  color: #4a4a4a;
}
@media screen and (min-width: 980px) {
  .contents_wrap {
    margin: 12% auto 8% auto;
  }
}
.style3_body{
    margin: 0% auto 8% auto;
  }
.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: 100%;
  max-width: 960px;
  margin: 5% auto 19%;
}
.item_detail_2 {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.item_detail_3 {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: -6% auto 38%;
}
.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_text_2 {
    padding-top: 3%;
  }

  .item_detail_text_3 {
    padding-top: 23%;
  }
  .item_detail_img a:first-child {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 552px;
  }
  .item_detail_img a:last-child {
    position: absolute;
    top: 56%;
    left: 48%;
    right: 0;
    z-index: 0;
    width: 100%;
    max-width: 590px;
  }
  .item_detail_img_2 a:first-child {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 552px;
  }
  .item_detail_img_2 a:last-child {
    position: absolute;
    top: 46%;
    left: 51%;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 590px;
  }
  .item_detail_img_3 a {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 9%;
  }
  .item_detail_img_4 a {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 40%;
    left: 11%;
  }
  .item_detail_img_ttl {
    position: absolute;
    top: 8%;
    right: 0;
    left: 51%;
    width: 100%;
  }
  .item_detail_img_ttl_2 {
    position: absolute;
    top: 9%;
    right: 0;
    left: 46%;
    width: 100%;
  }
  .item_detail_img_ttl_3 {
    position: absolute;
    top: -50%;
    right: 0;
    width: 100%;
    z-index: 2;
  }
  .item_detail_img_ttl_4 {
    position: absolute;
    top: 52%;
    right: 0;
    width: 100%;
    z-index: 1;
  }
}
.item_text{
  font-size: 14px;
  line-height: 1.9em;
}
.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;
}
.line_top{border-top: solid 1px #464646;
}
@media screen and (min-width: 980px) {
  .bnr_area h3 {
    margin-bottom: 3%;
    font-size: 3.1em;
  }
}

@media screen and (max-width: 1024px) {

.item__body_2{

}

}
@media screen and (max-width: 980px) {
.item_text{
  font-size: 10px;
  line-height: 1.9em;
}
.item__img{
  width: 70%;
  margin: 10% auto;
}
.txt_magin{
  text-align: center;
}
.txt_magin p{
  text-align: center;
  display: inline-block;
}

.item-link a{
  display: block;
    width: 51%;
    /* margin: 1% auto 0; */
    padding: 1% 0 1%;
    background-color: #464646;
    color: #fff;
    text-align: center;
    /* font-size: 16px; */
    text-decoration: none;
    transition-duration: 0.3s;
    margin: 0 auto;
}
.item_detail {
    margin: 15% auto 11%;
}
.item__body_2{
  margin-top: 0;
}
.item__body_3{
  margin-top: 0;
}
.item__body_4{
  margin-top: 0;
  margin-bottom: 20%;
}
.item_style {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-top: -7%;
}
.smp_none{
  display: none;
}
.item_detail_3 {
  margin: -6% auto 0;
}
    .sub_section{
    font-size: 20px;
    text-align: center;
    margin-bottom: 4%;
    margin-top: 10%;
  }
  .
}
@media screen and (min-width: 650px){
.pc_none{
  display: none;
}
}



    .item-block {
      margin-bottom: 3.5%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .item-block .item-block__inner {
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      -webkit-flex: 0 0 calc(50% - 5px);
      -ms-flex: 0 0 calc(50% - 5px);
      flex: 0 0 calc(50% - 5px);
      text-align: center;
    }
    @media screen and (min-width: 690px) {
      .item-block .item-block__inner {
        -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        -webkit-flex: 0 0 calc(25% - 10px);
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
      }
    }
    @media screen and (min-width: 980px) {
      .item-block .item-block__inner {
        -webkit-flex: 0 0 calc(25% - 12px);
        -ms-flex: 0 0 calc(25% - 12px);
        flex: 0 0 calc(25% - 12px);
        max-width: 280px;
      }
    }
    .item-block .item-block__inner dl {
      margin: 0 0;
    }
    .item-block .item-block__inner dt {
      margin-bottom: 7%;
    }
    .item-block .item-block__inner dd {
      margin: 0 0 2%;
    }
    .item-block .item-block__inner dd.item-block__brand {
      font-weight: bold;
    }
    .sub_section{
    font-size: 2.1em;
    text-align: center;
    margin-bottom: 4%;
  }

.item_link_3{
    position: absolute;
    display: block;
}


