@charset "UTF-8";
body {
  opacity: 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #000;
}
body.is-load {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: url(../img/bg_w_sp.jpg) repeat-y;
  background-size: 100% auto;
}
@media only screen and (min-width:769px) {
  .p-wrapper {
    margin: auto;
    background: url(../img/bg_w_pc.jpg) repeat-y;
    background-size: 100% auto;
  }
}
.p-wrapper .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  background: url(../img/bg_w_sp.jpg) repeat-y;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
@media only screen and (min-width:769px) {
  .p-wrapper .bg {
    background: url(../img/bg_w_pc.jpg) repeat-y;
    background-size: 100% auto;
  }
}

.p-cont {
  position: relative;
  z-index: 2;
}

.p-top {
  position: relative;
}
@media only screen and (min-width:769px) {
  .p-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top > div {
    position: relative;
    width: 50%;
    height: auto;
  }
}
.p-top__kv {
  position: relative;
}
.p-top__kv > p {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 30px;
  font-size: 8vw;
  color: #fff;
  vertical-align: top;
  z-index: 1;
}
@media only screen and (max-width:768px) {
  .p-top__kv > p {
    top: -0.16em;
  }
}
@media only screen and (min-width:769px) {
  .p-top__kv > p {
    top: 0;
    left: -0.16em;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    font-size: 4vw;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
    width: auto;
    text-align: center;
    height: 100%;
  }
}
.p-top__kv > figure {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 89.3vw;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width:769px) {
  .p-top__kv > figure {
    padding-top: 52.2vw;
  }
}
.p-top__kv > figure img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top__txtarea {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 89.3vw;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width:769px) {
  .p-top__txtarea {
    padding-top: 52.2vw;
  }
}
@media only screen and (min-width:769px) {
  .p-top__txtarea {
    margin: auto;
  }
}
.p-top__txtarea .bg02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  background: url(../img/bg_w_sp.jpg) repeat-y;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.p-top__txtarea-in {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 8vw;
}
@media only screen and (min-width:769px) {
  .p-top__txtarea-in {
    padding-bottom: 0;
  }
}
.p-top__txtarea .logo {
  width: 73.6%;
  margin: 0 auto 8vw;
}
@media only screen and (min-width:769px) {
  .p-top__txtarea .logo {
    width: 67.1%;
    margin: 0 auto 8.5%;
  }
}
.p-top__txtarea h1 {
  width: 81.3%;
  margin: 8vw auto 0;
}
@media only screen and (min-width:769px) {
  .p-top__txtarea h1 {
    width: 72.8%;
    margin: 8.5% auto 0;
  }
}
.p-top__txtarea > p {
  display: block;
  position: absolute;
  bottom: -0.16em;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 30px;
  font-size: 8vw;
  color: #e60138;
  vertical-align: top;
  z-index: 1;
}
@media only screen and (min-width:769px) {
  .p-top__txtarea > p {
    top: 0;
    left: auto;
    right: -0.16em;
    font-size: 4vw;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
    width: auto;
    text-align: center;
    height: 100%;
  }
}

.p-about {
  position: relative;
  background: url(../img/bg_b.jpg) repeat;
  background-size: 30px auto;
  color: #fff;
}
@media only screen and (min-width:769px) {
  .p-about {
    background-size: auto;
  }
}
.p-about__in {
  padding: 14.9vw 5.3vw;
}
@media only screen and (min-width:769px) {
  .p-about__in {
    padding: 72px 0;
  }
}
.p-about__in .lead {
  padding-bottom: 26px;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:769px) {
  .p-about__in .lead {
    padding-bottom: 34px;
    font-size: 18px;
  }
}
.p-about__in .shohin {
  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;
}
@media only screen and (min-width:769px) {
  .p-about__in .shohin {
    max-width: 802px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-about__in .shohin > li {
  width: 48.3%;
  padding: 5.3vw 0;
  color: #000;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .p-about__in .shohin > li {
    margin-bottom: 5.3vw;
  }
  .p-about__in .shohin > li:nth-child(even) {
    margin-left: 3.4%;
  }
}
@media only screen and (min-width:769px) {
  .p-about__in .shohin > li {
    width: 31.4%;
    padding: 20px 0;
  }
}
.p-about__in .shohin > li figure {
  margin: auto;
}
.p-about__in .shohin > li figure img {
  height: 70px;
  width: auto;
  margin: auto;
}
@media only screen and (min-width:769px) {
  .p-about__in .shohin > li figure img {
    height: 100px;
  }
}
.p-about__in .shohin > li .red {
  padding: 10px 0 6px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #e60138;
}
@media only screen and (min-width:769px) {
  .p-about__in .shohin > li .red {
    padding: 14px 0 6px;
    font-size: 20px;
  }
}
.p-about__in .shohin > li .goods {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.2;
}
@media only screen and (min-width:769px) {
  .p-about__in .shohin > li .goods {
    font-size: 16px;
  }
}
.p-about__in .shohin > li .goods span {
  font-size: 80%;
}
.p-about__in .limit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 5.4vw;
  padding: 28px 0;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  letter-spacing: 0.08em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (min-width:769px) {
  .p-about__in .limit {
    max-width: 802px;
    margin: 50px auto 0;
    font-size: 18px;
  }
}
.p-about__in .limit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width:769px) {
  .p-about__in .limit::before {
    width: 300px;
  }
}
.p-about__in .limit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width:769px) {
  .p-about__in .limit::after {
    width: 300px;
  }
}
.p-about__in .limit dt {
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 100%;
}
.p-about__in .limit dd {
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width:769px) {
  .p-about__in .limit dd {
    font-size: 22px;
  }
}

.p-topform {
  padding: 16vw 5.3vw 14.6vw;
}
@media only screen and (min-width:769px) {
  .p-topform {
    padding: 74px 0;
  }
}
.p-topform__in {
  text-align: center;
}
.p-topform__in .cap {
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:769px) {
  .p-topform__in .cap {
    font-size: 20px;
  }
}
.p-topform__in .att {
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:769px) {
  .p-topform__in .att {
    font-size: 12px;
  }
}
.p-topform__in .att.att_01 {
  padding-bottom: 17px;
}
.p-topform__in .att.att_02 {
  margin-top: 1em;
  color: #e60138;
}
.p-topform__in form input,
.p-topform__in form select {
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  width: auto;
  margin: 0;
  padding: 9px 0.5em 11px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  color: #000;
}
.p-topform__in form input::-webkit-input-placeholder, .p-topform__in form select::-webkit-input-placeholder {
  color: #e0e0e0;
}
.p-topform__in form input::-moz-placeholder, .p-topform__in form select::-moz-placeholder {
  color: #e0e0e0;
}
.p-topform__in form input:-ms-input-placeholder, .p-topform__in form select:-ms-input-placeholder {
  color: #e0e0e0;
}
.p-topform__in form input::-ms-input-placeholder, .p-topform__in form select::-ms-input-placeholder {
  color: #e0e0e0;
}
.p-topform__in form input::placeholder,
.p-topform__in form select::placeholder {
  color: #e0e0e0;
}
.p-topform__in form input:focus,
.p-topform__in form select:focus {
  border: 1px solid #000;
}
.p-topform__in form input[name=serial] {
  width: calc(100% - 1em - 4px);
  max-width: 802px;
}
.p-topform__in form input[class=elem_address] {
  width: calc(100% - 1em - 4px);
}
.p-topform__in form select {
  width: 100%;
}
.p-topform__in .btn_submit {
  position: relative;
  width: 500px;
  margin: 26px auto 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width:768px) {
  .p-topform__in .btn_submit {
    width: 68%;
    margin: 26px auto 74px;
  }
}
.p-topform__in .btn_submit input[type=submit] {
  position: relative;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  display: block;
  line-height: 48px;
  width: 100%;
  margin: auto;
  padding: 5px;
  border: 0;
  background: #e60138;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 0;
}
@media only screen and (min-width:769px) {
  .p-topform__in .btn_submit input[type=submit]:hover {
    background: #000;
  }
}
.p-topform__in .att_list {
  text-align: left;
}
@media only screen and (min-width:769px) {
  .p-topform__in .att_list {
    max-width: 802px;
    margin: 0 auto;
  }
}
.p-topform__in .att_list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media only screen and (min-width:769px) {
  .p-topform__in .att_list > li {
    font-size: 12px;
  }
}
.p-topform__in .att_list > li + li {
  margin-top: 6px;
}
.p-topform__in .att_list > li a {
  color: #e60138;
  text-decoration: underline;
}
@media only screen and (min-width:769px) {
  .p-topform__in .att_list > li a:hover {
    text-decoration: none;
  }
}

.l-footer {
  position: relative;
  background: url(../img/bg_b.jpg) repeat;
  background-size: 30px auto;
  color: #fff;
  padding: 38px 0;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .l-footer {
    padding: 60px 100px;
  }
}
@media only screen and (min-width:769px) {
  .l-footer__inner {
    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;
  }
  .l-footer__inner > div {
    width: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-footer__inner > div:last-child {
    width: calc(100% - 400px);
    padding-left: 30px;
  }
}
.l-footer__official {
  width: 67.2%;
  margin: auto;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .l-footer__official {
    width: 100%;
  }
  .l-footer__official:hover {
    opacity: 0.6;
  }
}
.l-footer__share {
  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 only screen and (min-width:769px) {
  .l-footer__share {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-footer__share-list {
  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;
  width: 100%;
  margin: 0 auto 30px;
}
@media only screen and (min-width:769px) {
  .l-footer__share-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-footer__share-list > li {
  margin: 0 2.6%;
}
@media only screen and (min-width:769px) {
  .l-footer__share-list > li {
    margin: 0 15px;
  }
  .l-footer__share-list > li:last-child {
    margin-right: 0;
  }
}
.l-footer__share-list > li.-cap {
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width:769px) {
  .l-footer__share-list > li.-cap {
    display: inline-block;
    font-size: 11px;
    text-align: right;
    margin: 6px 15px 0 0;
  }
}
.l-footer__share-list > li a {
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .l-footer__share-list > li a:hover {
    opacity: 0.6;
  }
}
.l-footer__share-list > li a img {
  height: 20px;
  width: auto;
}
@media only screen and (min-width:769px) {
  .l-footer__share-list > li a img {
    height: 24px;
    width: auto;
  }
}
.l-footer__nav {
  margin: 30px auto;
  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 only screen and (min-width:769px) {
  .l-footer__nav {
    margin: 22px 0 0;
  }
}
.l-footer__nav > li {
  position: relative;
}
@media only screen and (min-width:769px) {
  .l-footer__nav > li {
    font-size: 12px;
  }
}
.l-footer__nav > li:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (min-width:769px) {
  .l-footer__nav > li:not(:first-child) {
    margin-left: 50px;
  }
}
.l-footer__nav > li:not(:first-child)::before {
  content: "｜";
  position: absolute;
  top: 0;
  left: -15px;
}
@media only screen and (min-width:769px) {
  .l-footer__nav > li:not(:first-child)::before {
    left: -30px;
  }
}
.l-footer__nav > li a {
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .l-footer__nav > li a:hover {
    opacity: 0.6;
  }
}
.l-footer__legal, .l-footer__copy {
  font-size: 7px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media only screen and (min-width:769px) {
  .l-footer__legal, .l-footer__copy {
    text-align: right;
  }
}
.l-footer__copy {
  margin-top: 4px;
}

/**********************
result
**********************/
.p-head {
  padding: 9vw 0 10.4vw;
}
@media only screen and (min-width:769px) {
  .p-head {
    padding: 60px 0 58px;
  }
}
.p-head .logo {
  width: 74.6%;
  margin: 0 auto 1.6vw;
}
@media only screen and (min-width:769px) {
  .p-head .logo {
    max-width: 465px;
    margin: 0 auto 20px;
  }
}
.p-head h1 {
  width: 81.3%;
  margin: auto;
}
@media only screen and (min-width:769px) {
  .p-head h1 {
    max-width: 510px;
  }
}

.p-result {
  padding: 0 5.3vw 16vw;
}
@media only screen and (min-width:769px) {
  .p-result {
    max-width: 802px;
    margin: auto;
  }
}
.p-result__main {
  position: relative;
  margin-top: 6.4vw;
  padding: 4.8vw 0;
  border: 2px solid #e60138;
  background: #fff;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width:769px) {
  .p-result__main {
    margin-top: 40px;
    padding: 38px 0;
    border: 5px solid #e60138;
  }
}
.p-result__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8vw;
  width: 34px;
  height: 100%;
  background: url(../img/illust_flower.png) center no-repeat;
  background-size: contain;
}
@media only screen and (min-width:769px) {
  .p-result__main::before {
    left: 80px;
    width: 60px;
  }
}
.p-result__main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8vw;
  width: 34px;
  height: 100%;
  background: url(../img/illust_flower_r.png) center no-repeat;
  background-size: contain;
}
@media only screen and (min-width:769px) {
  .p-result__main::after {
    right: 80px;
    width: 60px;
  }
}
.p-result__main .img img {
  height: 50px;
  width: auto;
}
@media only screen and (min-width:769px) {
  .p-result__main .img img {
    height: 110px;
  }
}
.p-result__main .txtarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding-left: 4.8vw;
}
@media only screen and (min-width:769px) {
  .p-result__main .txtarea {
    padding-left: 30px;
  }
}
.p-result__main .txtarea .red {
  padding-bottom: 2.6vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #e60138;
}
@media only screen and (min-width:769px) {
  .p-result__main .txtarea .red {
    padding-bottom: 10px;
    font-size: 32px;
  }
}
.p-result__main .txtarea .goods {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.2;
}
@media only screen and (min-width:769px) {
  .p-result__main .txtarea .goods {
    font-size: 25px;
  }
}
.p-result__main .txtarea .goods span {
  font-size: 80%;
}

.p-form {
  position: relative;
  padding: 16vw 5.3vw;
  background: url(../img/bg_b.jpg) repeat;
  background-size: 30px auto;
  color: #fff;
}
@media only screen and (min-width:769px) {
  .p-form {
    padding: 80px 5.3vw;
    background-size: auto;
  }
}
@media only screen and (min-width:769px) {
  .p-form__in {
    max-width: 802px;
    margin: auto;
  }
}
.p-form__in .lead {
  padding-bottom: 26px;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:769px) {
  .p-form__in .lead {
    padding-bottom: 34px;
    font-size: 18px;
  }
}
.p-form__main {
  padding: 5.3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border: 1px solid #fff;
}
@media only screen and (min-width:769px) {
  .p-form__main {
    padding: 50px;
  }
}
@media only screen and (min-width:769px) {
  .p-form__main > dl {
    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;
  }
}
.p-form__main > dl + dl {
  margin-top: 20px;
}
@media only screen and (min-width:769px) {
  .p-form__main > dl + dl {
    margin-top: 40px;
  }
}
.p-form__main > dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 4px;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:769px) {
  .p-form__main > dl dt {
    width: 174px;
    padding: 3px 1em 0 0;
    font-size: 18px;
  }
}
@media only screen and (min-width:769px) {
  .p-form__main > dl dd {
    width: calc(100% - 174px);
    font-size: 14px;
  }
}
.p-form form input,
.p-form form select {
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  width: auto;
  margin: 0;
  padding: 4px 0.5em 5px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  color: #000;
}
@media only screen and (min-width:769px) {
  .p-form form input,
.p-form form select {
    padding: 9px 0.5em 10px;
  }
}
.p-form form input::-webkit-input-placeholder, .p-form form select::-webkit-input-placeholder {
  color: #e0e0e0;
}
.p-form form input::-moz-placeholder, .p-form form select::-moz-placeholder {
  color: #e0e0e0;
}
.p-form form input:-ms-input-placeholder, .p-form form select:-ms-input-placeholder {
  color: #e0e0e0;
}
.p-form form input::-ms-input-placeholder, .p-form form select::-ms-input-placeholder {
  color: #e0e0e0;
}
.p-form form input::placeholder,
.p-form form select::placeholder {
  color: #e0e0e0;
}
.p-form form input:focus,
.p-form form select:focus {
  border: 1px solid #000;
}
.p-form form input[name=serial] {
  width: calc(100% - 1em - 4px);
  max-width: 802px;
}
.p-form form input[class=elem_address] {
  width: calc(100% - 1em - 4px);
}
.p-form form input[class=elem_fullname],
.p-form form input[class=elem_zipcode_2] {
  width: calc(40% - 1em - 4px);
}
.p-form form input[class=elem_zipcode_1] {
  width: calc(30% - 1em - 4px);
}
.p-form form input[class=form_serial] {
  margin-top: 2px;
  color: #fff;
  border: 0;
  background: unset;
}
.p-form form select {
  width: 100%;
}
.p-form .btn_submit {
  position: relative;
  width: 500px;
  margin: 26px auto 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width:768px) {
  .p-form .btn_submit {
    width: 68%;
  }
}
@media only screen and (min-width:769px) {
  .p-form .btn_submit {
    margin-top: 38px;
  }
}
.p-form .btn_submit input[type=submit] {
  position: relative;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  display: block;
  line-height: 48px;
  width: 100%;
  margin: auto;
  padding: 5px;
  border: 0;
  background: #e60138;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 0;
}
@media only screen and (min-width:769px) {
  .p-form .btn_submit input[type=submit]:hover {
    background: #e0e0e0;
  }
}

/**********************
WP
**********************/
.p-wp {
  position: relative;
  padding: 16vw 5.3vw;
  background: url(../img/bg_b.jpg) repeat;
  background-size: 30px auto;
  color: #fff;
}
@media only screen and (min-width:769px) {
  .p-wp {
    padding: 80px 5.3vw;
    background-size: auto;
  }
}
@media only screen and (min-width:769px) {
  .p-wp__in {
    max-width: 802px;
    margin: auto;
  }
}
.p-wp__in-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 28px 5.3vw;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  letter-spacing: 0.08em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item {
    max-width: 802px;
    margin: 50px auto 0;
    font-size: 18px;
  }
}
.p-wp__in-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item::before {
    width: 250px;
  }
}
.p-wp__in-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item::after {
    width: 250px;
  }
}
@media only screen and (min-width:769px) {
  .p-wp__in-item {
    padding: 50px;
  }
}
.p-wp__in-item + .p-wp__in-item {
  margin-top: 9.6vw;
}
.p-wp__in-item .cap {
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 20px;
  color: #fff;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item .cap {
    font-size: 30px;
  }
}
@media only screen and (min-width:769px) {
  .p-wp__in-item .item.-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-wp__in-item .item.-wp > li {
    width: 340px;
  }
}
@media only screen and (max-width:768px) {
  .p-wp__in-item .item > li + li {
    margin-top: 28px;
  }
}
.p-wp__in-item .item > li figure {
  margin: auto;
}
.p-wp__in-item .item > li figure.-sp {
  width: 48%;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item .item > li figure.-sp {
    width: 31.6%;
  }
}
@media only screen and (min-width:769px) {
  .p-wp__in-item .item > li figure.-icon {
    width: 215px;
  }
}
.p-wp__in-item .item > li .btn {
  margin-top: 6px;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item .item > li .btn {
    margin-top: 20px;
  }
}
.p-wp__in-item .item > li .btn a {
  position: relative;
  display: block;
  width: 48%;
  margin: auto;
  padding: 14px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  color: #fff;
  background: #e60138;
  text-decoration: none;
  font-size: 12px;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item .item > li .btn a {
    padding: 20px 0;
    font-size: 15px;
    width: 340px;
  }
  .p-wp__in-item .item > li .btn a:hover {
    background: #e0e0e0;
  }
}
.p-wp__in-item .item > li .btn a span {
  vertical-align: baseline;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item .item > li .btn a.-icon {
    width: 215px;
  }
}
.p-wp__in-item .item > li .btn a::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 10px;
  height: 100%;
  background: url(../img/icon_dl.png) center no-repeat;
  background-size: contain;
}
@media only screen and (min-width:769px) {
  .p-wp__in-item .item > li .btn a::after {
    right: 30px;
    width: 16px;
  }
}