@charset "UTF-8";
.sp-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sp-only {
    display: inline-block;
  }
}

html {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

html, body, h1, h2, h3, h4, h5, h6, figure,
blockquote, p, ul, ol, dl, dt, dd, form {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #999999;
  line-height: 1.5;
}

main {
  display: block;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
  font-size: 0;
  line-height: 0;
  width: 100%;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  border-style: none;
  color: #999999;
}

a:visited {
  color: #999999;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .u-pcOnly {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .u-spOnly {
    display: none;
  }
}
/* ==========================================================================
   components
   ========================================================================== */
/* header---------------------------------------------------------------------------------------*/
.c-header {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  z-index: 100;
}

.c-header.-under {
  border-bottom: 1px solid #f6f5f5;
}

.c-header-inner {
  width: 85.71%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5% 0;
  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 only screen and (max-width: 1024px) {
  .c-header-inner {
    width: 94.67%;
    padding: 2.66667vw 0;
  }
}
.c-header-logo {
  width: 6.25%;
  max-width: 73px;
}

@media only screen and (max-width: 1024px) {
  .c-header-logo {
    width: 10.56%;
    max-width: auto;
  }
}
.c-header-ttl {
  width: 22.75%;
  max-width: 271px;
}

@media only screen and (min-width: 1025px) {
  .c-header-ttl {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }

  .c-header-ttl:hover {
    opacity: 0.76;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header-ttl {
    width: 38.45%;
    max-width: auto;
  }
}
.c-header-search {
  width: 4.83%;
  max-width: 57px;
}

@media only screen and (min-width: 1025px) {
  .c-header-search {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }

  .c-header-search:hover {
    opacity: 0.76;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header-search {
    width: 7.6%;
    max-width: auto;
  }
}
/* main---------------------------------------------------------------------------------------*/
.c-main {
  overflow: hidden;
  display: block;
}

.c-main-returnBtn {
  width: 85.71%;
  max-width: 1200px;
  margin: 25px auto 0;
}

@media only screen and (max-width: 1024px) {
  .c-main-returnBtn {
    width: 94.67%;
    font-size: 2.53333vw;
  }
}
.c-main-attention {
  width: 1000px;
  margin: 15px auto 85px;
}

@media only screen and (max-width: 1024px) {
  .c-main-attention {
    width: 94.66667vw;
    margin: 2.66667vw auto 0;
    padding-bottom: 14vw;
  }
}
/* headContainer---------------------------------------------------------------------------------------*/
.c-headContainer {
  max-width: 1200px;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 1024px) {
  .c-headContainer {
    width: 94.67%;
    margin-bottom: 10.66667vw;
  }
}
.c-headContainer-lead {
  font-size: 4.6rem;
  text-align: center;
  line-height: 1;
  margin-top: 45px;
}

@media only screen and (max-width: 1024px) {
  .c-headContainer-lead {
    font-size: 6.93333vw;
    margin-top: 9.33333vw;
  }
}
.c-headContainer-overview {
  margin-top: 45px;
}

@media only screen and (max-width: 1024px) {
  .c-headContainer-overview {
    margin-top: 6.4vw;
  }
}
/* navContainer---------------------------------------------------------------------------------------*/
.c-navContainer {
  width: 83.33%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1024px) {
  .c-navContainer {
    width: 84vw;
    margin: 10.66667vw auto 0;
    padding-bottom: 16vw;
  }
}
.c-navContainer-btn {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .c-navContainer-btn {
    margin-top: 10.66667vw;
  }
}
/* footer---------------------------------------------------------------------------------------*/
.c-footer {
  width: 100%;
  background-color: #999999;
}

.c-footer-inner {
  width: 85.71%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.8571428571vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-footer-linkWrap {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-footer-hairColorWrap {
  margin-bottom: 2.1428571429vw;
}
@media only screen and (max-width: 1024px) {
  .c-footer-hairColorWrap {
    margin-bottom: 6.6666666667vw;
  }
}

.p-btn.-hairColor {
  display: block;
  color: #fff;
  font-size: 1vw;
  border: 1px solid #fff;
  max-width: 29.6428571429vw;
  padding: 1.6428571429vw 3.7857142857vw 1.6428571429vw 2.1428571429vw;
  background: url(/brand/promaster-applie/images/btn-window.png) no-repeat;
  background-position: 95% center;
  background-size: 11px;
}
@media only screen and (max-width: 1024px) {
  .p-btn.-hairColor {
    max-width: none;
    padding: 3.4666666667vw 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 3.2vw;
    background-position: 98% center;
    background-size: 4% auto;
  }
}

.c-footerListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .c-footerListWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-footerListWrap > li:not(:last-child) {
  border-right: 1px solid #fff;
  margin-right: 0.7142857143vw;
}
@media only screen and (max-width: 1024px) {
  .c-footerListWrap > li:not(:last-child) {
    margin-right: 4.4vw;
  }
}

a.p-footerList {
  color: #fff;
}

.p-footerList {
  display: block;
  font-size: 1.4rem;
  padding-right: 1.9285714286vw;
  position: relative;
  -webkit-transition: 0.14s;
  transition: 0.14s;
}
@media screen and (min-width: 1025px) {
  .p-footerList:hover {
    opacity: 0.76;
  }
}
@media only screen and (max-width: 1024px) {
  .p-footerList {
    font-size: 3.2vw;
    padding-right: 8vw;
  }
}
.p-footerList::after {
  content: "";
  display: block;
  background: url(/brand/promaster-applie/images/btn-window.png) no-repeat;
  width: 11px;
  height: 11px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .p-footerList::after {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    top: 23%;
    right: 34px;
  }
}
@media screen and (max-width: 650px) {
  .p-footerList::after {
    right: 15px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    top: 5%;
  }
}
@media screen and (max-width: 320px) {
  .p-footerList::after {
    right: 5px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .c-footer-inner {
    display: block;
    text-align: center;
    padding: 5.33333vw 0 5.2vw;
  }
}
.c-footer-logoWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media only screen and (max-width: 1024px) {
  .c-footer-logoWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6.6666666667vw;
  }
}

.c-footer-logo {
  display: block;
  max-width: 96px;
  padding-bottom: 1.8571428571vw;
}
@media only screen and (max-width: 1024px) {
  .c-footer-logo {
    max-width: none;
    padding-bottom: 7.4666666667vw;
  }
}

@media only screen and (max-width: 1024px) {
  .c-footer-logo > img {
    max-width: 22.9333333333vw;
  }
}

.c-footer-copy {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 1024px) {
  .c-footer-copy {
    display: block;
    font-size: 2.8vw;
    letter-spacing: 0.1rem;
  }
}
/* contentsWrap---------------------------------------------------------------------------------------*/
.c-contentsWrap {
  width: 85.71%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .c-contentsWrap {
    width: 94.67%;
  }
}
/* variationContainer---------------------------------------------------------------------------------------*/
.c-variationContainer {
  width: 91.17%;
  max-width: 1094px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .c-variationContainer {
    width: 100%;
  }
}
/* ==========================================================================
   modules
   ========================================================================== */
/* overviewBox---------------------------------------------------------------------------------------*/
.m-overviewBox {
  position: relative;
  background-color: #f6f5f5;
  height: 410px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 54px;
}

@media only screen and (max-width: 1024px) {
  .m-overviewBox {
    height: auto;
    padding-left: 0;
  }
}
.m-overviewBox-ttl {
  position: relative;
  z-index: 1;
  width: 645px;
  padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .m-overviewBox-ttl {
    padding-top: 8.53333vw;
    width: 86vw;
    margin: 0 auto;
  }
}
.m-overviewBox-block {
  margin-top: 70px;
}

@media only screen and (max-width: 1024px) {
  .m-overviewBox-block {
    margin-top: 6.93333vw;
  }
}
.m-overviewBox-blockTtl {
  position: relative;
  z-index: 1;
  font-size: 3.6rem;
}

@media only screen and (max-width: 1024px) {
  .m-overviewBox-blockTtl {
    font-size: 5.6vw;
    padding-left: 4.13333vw;
    line-height: 1;
  }
}
.m-overviewBox-txt {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  font-size: 1.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .m-overviewBox-txt {
    font-size: 2.93333vw;
    margin-top: 5.33333vw;
    padding-left: 4vw;
  }
}
.m-overviewBox-img {
  position: absolute;
  top: 0;
  left: 510px;
  width: 690px;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .m-overviewBox-img {
    margin-top: 7.73333vw;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
/* pageList---------------------------------------------------------------------------------------*/
.m-pageList {
  overflow: hidden;
}

.m-pageList-item {
  width: 49%;
  max-width: 480px;
  float: left;
}

@media only screen and (min-width: 1025px) {
  .m-pageList-item {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }

  .m-pageList-item:hover {
    opacity: 0.76;
  }
}
.m-pageList-item:nth-of-type(2n) {
  float: right;
}

@media only screen and (max-width: 1024px) {
  .m-pageList-item {
    width: 100%;
    max-width: none;
    float: none;
    margin-bottom: 2.66667vw;
  }

  .m-pageList-item:last-of-type {
    margin-bottom: 0;
  }
}
/* attentionBox---------------------------------------------------------------------------------------*/
.m-attentionBox {
  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;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

.m-attentionBox-ttl {
  position: relative;
  font-size: 1.7rem;
  width: 110px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
}

@media only screen and (max-width: 1024px) {
  .m-attentionBox-ttl {
    width: 26.66667vw;
    height: 28.66667vw;
    font-size: 2.8vw;
    letter-spacing: -0.5rem;
  }
}
.m-attentionBox-txt {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: -0.05rem;
}

.m-attentionBox-dl {
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .m-attentionBox-dl {
    padding-left: 4.66667vw;
  }
}
.m-attentionBox-dt {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .m-attentionBox-dt {
    font-size: 2.8vw;
  }
}
.m-attentionBox-dd {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .m-attentionBox-dd {
    font-size: 2.8vw;
  }
}
/* modelList---------------------------------------------------------------------------------------*/
.m-modelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .m-modelList {
    display: block;
    padding-bottom: 10.4vw;
    padding-top: 10.66667vw;
  }
}
.m-modelList-item.-left {
  width: 53.33%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .m-modelList-item.-left {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .m-modelList-img {
    margin-bottom: 2.66667vw;
  }
}
.m-modelList-img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .m-modelList-img:last-child {
    position: relative;
  }
}
.m-modelList-item.-right {
  width: 45%;
}

@media only screen and (max-width: 1024px) {
  .m-modelList-item.-right {
    width: 100%;
  }
}
/* variationBox---------------------------------------------------------------------------------------*/
.m-variationBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
  .m-variationBox {
    display: block;
  }
}
.m-variationBox:nth-of-type(n+2) {
  margin-top: 5px;
}

@media only screen and (max-width: 1024px) {
  .m-variationBox:nth-of-type(n+2) {
    margin-top: 2.66667vw;
  }
}
.m-variationBox-img {
  overflow: hidden;
  position: relative;
  width: 54.02%;
  border-right: 1px solid #ffffff;
}

@media only screen and (max-width: 1024px) {
  .m-variationBox-img {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.m-variationBox-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  max-height: 294px;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .m-variationBox-img img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.m-variationBox-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45.98%;
  padding: 75px 55px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .m-variationBox-info {
    width: 100%;
    padding: 7.33333vw 5.33333vw;
  }
}
.m-variationBox-ttl {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  .m-variationBox-ttl {
    font-size: 3.46667vw;
  }
}
.m-variationBox-txt {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media only screen and (max-width: 1024px) {
  .m-variationBox-txt {
    font-size: 2.93333vw;
    overflow-wrap: break-word;
  }
}
/* ==========================================================================
   parts
   ========================================================================== */
.p-lead {
  font-size: 3.2rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
  letter-spacing: 5px;
}

@media only screen and (max-width: 1024px) {
  .p-lead {
    font-size: 5.06667vw;
    padding-bottom: 3.46667vw;
    margin-bottom: 8.26667vw;
    letter-spacing: 0.04em;
  }
}
.p-lead:before {
  content: "";
  position: absolute;
  width: 30px;
  border-top: 1px solid #999999;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .p-lead:before {
    width: 5.07%;
  }
}
.p-returnBtn {
  cursor: pointer;
  font-size: 1.2rem;
  padding-left: 27px;
  background: transparent url("/brand/promaster-applie/common/images/icon-totop.png") left center no-repeat;
  background-size: 21px auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .p-returnBtn {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }

  .p-returnBtn:hover {
    opacity: 0.76;
  }
}
@media only screen and (max-width: 1024px) {
  .p-returnBtn {
    padding-left: 4.66667vw;
    background-size: 2.8vw auto;
  }
}
.p-btn {
  display: inline-block;
  border: 1px solid #999999;
}

@media only screen and (min-width: 1025px) {
  .p-btn {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }

  .p-btn:hover {
    opacity: 0.76;
  }
}
.p-btn.-arrow {
  background: url(/brand/promaster-applie/images/btn-arw.png) #ffffff no-repeat;
  background-position: 3.8% center;
  background-size: 5% auto;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-arrow {
    background-size: 5.06% auto;
  }
}
.p-btn.-site {
  width: 66.92%;
  max-width: 803px;
  text-align: center;
  padding: 25px 0 20px;
  background-color: #fcf1fa;
}

.p-btn.-site img {
  width: 56.66%;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-site {
    width: 88.77%;
    padding: 3.33333vw 0;
  }

  .p-btn.-site img {
    width: 78.25%;
  }
}
.p-btn.-light {
  border: 1px solid #dcdcdc;
}

.p-btn.-color {
  width: 75%;
  text-align: center;
  padding: 18px 0;
  font-size: 1.5rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-color {
    width: 61.54%;
    padding: 4.53333vw 0;
    font-size: 3.33333vw;
  }
}
.p-btn.-insta {
  background: url(/brand/promaster-applie/images/btn-arw.png), url(/brand/promaster-applie/images/ico-insta.png), #ffffff;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 3.8% center, 93% center;
  background-size: 5% auto, 7% auto;
  width: 18.5%;
  text-align: center;
  padding: 18px 0;
  font-size: 1.5rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-insta {
    width: 56%;
    padding: 4vw 0;
    font-size: 3.33333vw;
  }
}
.p-btn.-item {
  width: 100%;
  text-align: center;
  padding: 18px 0;
  font-size: 1.5rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-item {
    background-position: 8% center;
    background-size: 8% auto;
    width: 100%;
    padding: 4vw 0;
    font-size: 3.33333vw;
  }
}
.p-btn.-footer {
  width: 260px;
  padding: 18px 0;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-footer {
    width: 58.13%;
    padding: 4.13333vw 0;
    margin-bottom: 4.53333vw;
    font-size: 3.33333vw;
  }
}
.p-btn.-returnTop {
  width: 260px;
  text-align: center;
  padding: 15px 0;
  font-size: 1.5rem;
  border: 1px solid #ababab;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-returnTop {
    background-position: 3.8% center;
    width: 58vw;
    padding: 4vw 0;
    font-size: 3.33333vw;
  }
}
.p-btn.-detail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  padding: 12px 81px 12px 84px;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-detail {
    padding-top: 2.4vw;
    padding-bottom: 2vw;
    padding: 2.4vw 9.33333vw 2vw 11.33333vw;
    font-size: 2.4vw;
  }
}
.p-btn.-detail span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-detail span {
    font-size: 1.86667vw;
  }
}
.p-btn.-detail.-glow {
  width: 470px;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-detail.-glow {
    width: 76vw;
  }
}
@media only screen and (max-width: 1024px) {
  .p-btn.-detail.-applie {
    width: 70.66667vw;
  }
}
.p-btn.-detail.-applie img {
  width: 210px;
}

@media only screen and (max-width: 1024px) {
  .p-btn.-detail.-applie img {
    width: 37.33333vw;
  }
}