@charset "UTF-8";
/* ====================
Layout
 ==================== */
.p-special {
  padding-bottom: 30px;
}

@media screen and (min-width: 961px) {
  .p-special__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-special__list-item {
  position: relative;
  background: #000;
}

@media screen and (max-width: 960px) {
  .p-special__list-item + .p-special__list-item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 961px) {
  .p-special__list-item {
    width: calc(50% - 10px);
    overflow: hidden;
  }
  .p-special__list-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

[data-ua="pc"] .p-special__list-item:hover .p-special__list-img::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0s linear;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0s linear;
  width: 100%;
}

.p-special__list-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 961px) {
  .p-special__list-img {
    position: relative;
  }
  .p-special__list-img::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skew(-40deg);
        -ms-transform: translate(-50%, -50%) skew(-40deg);
            transform: translate(-50%, -50%) skew(-40deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: 10;
    z-index: 1;
    -webkit-transition: width 0s linear 0.4s, opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: width 0s linear 0.4s, opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    border-right: 2px solid #86e2c6;
    border-left: 2px solid #86e2c6;
    background: linear-gradient(45deg, #35c7f4 0%, #86e2c6 70%);
    width: 0;
    height: 100%;
    content: "";
  }
}

.p-special__list-cap {
  padding: 5px 8px 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

@media screen and (min-width: 961px) {
  .p-special__list-cap {
    padding: 3px 6px;
    font-size: 13px;
  }
}

.p-special__cap {
  font-family: stenciletta-solid, source-han-sans-japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 961px) {
  .p-special__cap {
    font-size: 20px;
  }
}

.p-special__head {
  background: #000;
  padding: 18px;
  color: #fff;
  font-size: 17px;
}

@media screen and (min-width: 961px) {
  .p-special__head {
    padding: 40px;
    font-size: 21px;
    text-align: center;
  }
}

.p-special__head h3 {
  font-weight: 400;
}

.p-special__block {
  margin-top: 6px;
  background: #000;
  padding: 30px 18px;
  color: #fff;
  font-size: 15px;
}

@media screen and (min-width: 961px) {
  .p-special__block {
    padding: 40px;
    font-size: 14px;
    text-align: center;
  }
}

.p-special__lead {
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (min-width: 961px) {
  .p-special__lead {
    margin-bottom: 35px;
    font-size: 17px;
  }
}

.p-special__lead a {
  color: #fff;
  text-decoration: underline;
}

.p-special__lead a:hover {
  text-decoration: none;
}

.p-special__txt {
  font-size: 14px;
}

.p-special__btn {
  position: relative;
  margin: 0 auto 20px;
  background: linear-gradient(45deg, #35c7f4 0%, #86e2c6 70%);
  padding: 24px 0;
  width: 96%;
  color: #000;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .p-special__btn {
    cursor: pointer;
    margin-bottom: 35px;
    padding: 30px 0;
    width: 410px;
    font-size: 20px;
  }
  .p-special__btn::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.55s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.55s cubic-bezier(0.5, 1, 0.89, 1);
    background: #dadada;
    width: 100%;
    height: 100%;
    content: "";
  }
  .p-special__btn:hover::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

.p-special__btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
  background: url(../img/common/icon_arrow-b.png) center no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 100%;
  content: "";
}

@media screen and (min-width: 961px) {
  .p-special__btn::after {
    right: 20px;
    width: 8px;
  }
}

.p-special__btn p {
  position: relative;
  z-index: 10;
}

.p-special__btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.p-special__btn .ico_tw {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  margin-left: -5.5em;
  background: url(../img/common/share-black/btn_share-twitter.png) center no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 100%;
}

@media screen and (min-width: 961px) {
  .p-special__btn .ico_tw {
    margin-left: -5.1em;
    width: 28px;
  }
}

.p-special__btn .ico_tw.follower {
  margin-left: -7em;
}

@media screen and (min-width: 961px) {
  .p-special__btn .ico_tw.follower {
    margin-left: -6.6em;
  }
}

.p-special__att {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-special__att {
    margin-left: 1em;
    text-indent: -1em;
  }
}

.p-special__att:not(:last-child) {
  margin-bottom: 20px;
}

.p-special__att + .p-special__att {
  margin-top: -15px;
}

.p-special__att a {
  color: #fff;
  text-decoration: underline;
}

.p-special__att a:hover {
  text-decoration: none;
}

.p-special__att-list {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.9;
  text-align: left;
}

@media screen and (min-width: 961px) {
  .p-special__att-list {
    line-height: 2;
  }
}

.p-special__att-list + .p-special__att-list {
  margin-top: 30px;
}

.p-special__att-list dt {
  font-size: 14px;
  font-weight: 600;
}

.p-special__att-list dd {
  margin-top: 8px;
}

@media screen and (min-width: 961px) {
  .p-special__att-list dd {
    margin-top: 15px;
  }
}

.p-special__att-list li {
  margin-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}

.p-special__att-list a {
  color: #fff;
  text-decoration: underline;
}

.p-special__att-list a:hover {
  text-decoration: none;
}

.p-special__footer {
  margin-top: 10px;
}

@media screen and (min-width: 961px) {
  .p-special__footer {
    margin-top: 20px;
  }
}

/* ====================
Project
 ==================== */
.p-preview__list {
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-align: left;
}

@media screen and (min-width: 961px) {
  .p-preview__list {
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-preview__list dt {
  font-size: 12px;
}

@media screen and (min-width: 961px) {
  .p-preview__list dt {
    width: 7em;
    font-size: 16px;
  }
}

.p-preview__list dd {
  margin-top: 5px;
  line-height: 1.6;
}

@media screen and (min-width: 961px) {
  .p-preview__list dd {
    margin-top: 0;
    width: calc(100% - 8em);
    font-size: 16px;
  }
}

.p-preview__list .p-special__att {
  margin-top: 0;
}

.p-form {
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (min-width: 961px) {
  .p-form {
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form dt {
  font-size: 12px;
}

@media screen and (min-width: 961px) {
  .p-form dt {
    width: 8em;
  }
}

.p-form dd {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (min-width: 961px) {
  .p-form dd {
    width: calc(100% - 9em);
  }
}

.p-form input, .p-form select, .p-form textarea {
  outline: none;
  border: none;
  background: #fff;
  padding: 10px;
}

.p-form input, .p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-form input {
  width: 100%;
}

.p-form input.name {
  width: 34%;
}

.p-form input.zipcode {
  width: 30%;
}

.p-form__submit {
  margin-top: 35px;
}

.p-form__submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.p-present + .p-present {
  margin-top: 70px;
}

@media screen and (max-width: 960px) {
  .p-present + .p-present {
    margin-top: 50px;
  }
}

.p-present__cap {
  margin-bottom: 15px;
  font-size: 16px;
}

.p-present__thumb {
  margin: 0 auto;
}

.p-present__thumb.wp_sp {
  width: 50%;
  max-width: 250px;
}

.p-present__thumb.wp_pc {
  width: 90%;
}

@media screen and (min-width: 961px) {
  .p-present__thumb.wp_pc {
    width: 75%;
  }
}

.p-present__btn {
  margin: 10px auto 0;
  padding: 25px 0;
  width: 300px;
}

@media screen and (max-width: 960px) {
  .p-present__btn {
    margin-top: 6px;
    padding: 15px 0;
    width: 90%;
  }
}

/* ====================
COMPONENT
 ==================== */
/*# sourceMappingURL=back-arrow.in.special.css.map */