@-moz-keyframes arrowTop {
  0% {
    background-position: center top 40px
  }

  100% {
    background-position: center top 0
  }
}

@-webkit-keyframes arrowTop {
  0% {
    background-position: center top 40px
  }

  100% {
    background-position: center top 0
  }
}

@-o-keyframes arrowTop {
  0% {
    background-position: center top 40px
  }

  100% {
    background-position: center top 0
  }
}

@keyframes arrowTop {
  0% {
    background-position: center top 40px
  }

  100% {
    background-position: center top 0
  }
}

@-moz-keyframes arrowBottom {
  0% {
    background-position: center bottom 40px
  }

  100% {
    background-position: center bottom 0
  }
}

@-webkit-keyframes arrowBottom {
  0% {
    background-position: center bottom 40px
  }

  100% {
    background-position: center bottom 0
  }
}

@-o-keyframes arrowBottom {
  0% {
    background-position: center bottom 40px
  }

  100% {
    background-position: center bottom 0
  }
}

@keyframes arrowBottom {
  0% {
    background-position: center bottom 40px
  }

  100% {
    background-position: center bottom 0
  }
}

@-moz-keyframes moveArrowRight {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@-webkit-keyframes moveArrowRight {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@-o-keyframes moveArrowRight {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@keyframes moveArrowRight {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@-moz-keyframes moveArrowRight2 {
  0% {
    background-position: right 700px center
  }

  100% {
    background-position: right 20px center
  }
}

@-webkit-keyframes moveArrowRight2 {
  0% {
    background-position: right 700px center
  }

  100% {
    background-position: right 20px center
  }
}

@-o-keyframes moveArrowRight2 {
  0% {
    background-position: right 700px center
  }

  100% {
    background-position: right 20px center
  }
}

@keyframes moveArrowRight2 {
  0% {
    background-position: right 700px center
  }

  100% {
    background-position: right 20px center
  }
}

@media screen and (max-width:1023px) {
  .pc {
    display: none !important
  }

  main .breadcrumb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
  }

  main .sceneContent,
  main .sceneEnd,
  main .selectBtns {
    display: none
  }

  main>.wrap {
    max-width: 1600px;
    margin: auto;
  }

  main>.wrap .areaContentsHead>.wrap {
    padding: 20px 20px 10px
  }

  main>.wrap .areaContents {
    padding-bottom: 35px;
  }

  main>.wrap .areaContents .btnWrap {
    overflow: hidden;
  }

  main>.wrap .areaContents .btnWrap ul {
    margin: -3px;
    font-size: 0;
    letter-spacing: 0;
  }

  main>.wrap .areaContents .btnWrap ul>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 3px
  }

  main>.wrap .areaContents .btnWrap .selectBtn {
    display: table;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }

  main>.wrap .areaContents .btnWrap .selectBtn>.wrap {
    display: table-cell;
    vertical-align: middle
  }

  main>.wrap .areaContents .btnWrap .selectBtn.default {
    padding: 5px;
    height: 65px;
  }

  main>.wrap .areaContents .btnWrap .selectBtn.default p {
    display: table;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #040000;
    font-size: 13px;
    line-height: 1.2;
    padding: 5px 20px 5px 0;
    position: relative;
  }

  main>.wrap .areaContents .btnWrap .selectBtn.default p:after {
    position: absolute;
    top: 50%;
    right: 6px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  main>.wrap .areaContents .btnWrap .selectBtn.default p span {
    display: table-cell;
    vertical-align: middle
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men,
  main>.wrap .areaContents .btnWrap .selectBtn.women {
    padding: 15px 25px;
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men p,
  main>.wrap .areaContents .btnWrap .selectBtn.women p,
  main>.wrap .areaContents .btnWrap .selectBtn.men .moreDetail,
  main>.wrap .areaContents .btnWrap .selectBtn.women .moreDetail {
    white-space: nowrap;
    line-height: 1
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men p,
  main>.wrap .areaContents .btnWrap .selectBtn.women p {
    font-size: 13px;
    text-align: left
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men .moreDetail,
  main>.wrap .areaContents .btnWrap .selectBtn.women .moreDetail {
    padding-top: 5px;
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men .moreDetail .wrap,
  main>.wrap .areaContents .btnWrap .selectBtn.women .moreDetail .wrap {
    font-family: 'AvenirNextLTW01-Regular';
    font-size: 8px;
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men .moreDetail .wrap:first-child,
  main>.wrap .areaContents .btnWrap .selectBtn.women .moreDetail .wrap:first-child {
    padding-right: 7px
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men .moreDetail .wrap .arrow,
  main>.wrap .areaContents .btnWrap .selectBtn.women .moreDetail .wrap .arrow {
    width: 100%
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men p {
    color: #4f81bd
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men .moreDetail>.wrap {
    color: #4f81bd
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men .moreDetail .arrow:before {
    background-color: #4f81bd
  }

  main>.wrap .areaContents .btnWrap .selectBtn.men .moreDetail .arrow:after {
    border-color: #4f81bd
  }

  main>.wrap .areaContents .btnWrap .selectBtn.women p {
    color: #c0504d
  }

  main>.wrap .areaContents .btnWrap .selectBtn.women .moreDetail>.wrap {
    color: #c0504d
  }

  main>.wrap .areaContents .btnWrap .selectBtn.women .moreDetail .arrow:before {
    background-color: #c0504d
  }

  main>.wrap .areaContents .btnWrap .selectBtn.women .moreDetail .arrow:after {
    border-color: #c0504d
  }

  main>.wrap .areaContents>.wrap {
    background-color: #f4f4f4
  }

  main>.wrap .areaContents .scene {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
  }

  main>.wrap .areaContents .scene.sceneStart {
    background-image: url("https://www.kai-group.com/contents_file/products/kamisori/select/personal/images/bg1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 110% auto;
    -moz-background-size: 110% auto;
    background-size: 110% auto;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap h2 {
    text-align: center;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap h2 .sub {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 9px
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap h2 .main {
    display: block;
    font-size: 20px;
    line-height: 1
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap {
    padding-top: 18px;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul {
    text-align: center;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li {
    width: 49.99%;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li .selectBtn>.wrap {
    padding: 13px 30px
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li .selectBtn p {
    color: #040000;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .1em;
    padding: 0 0 7px
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li .selectBtn .moreDetail {
    line-height: 1;
    width: 81px;
    margin: auto;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li .selectBtn .moreDetail .wrap {
    color: #959595;
    font-family: 'AvenirNextLTW01-Regular';
    font-size: 8px;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li .selectBtn .moreDetail .wrap:first-child {
    padding-right: 14px
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li .selectBtn .moreDetail .wrap .arrow {
    width: 100%;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li .selectBtn .moreDetail .wrap .arrow:before {
    background-color: #959595
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap ul li .selectBtn .moreDetail .wrap .arrow:after {
    border-color: #959595
  }

  main>.wrap .areaContents .scene.sceneContent .title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 15px;
  }

  main>.wrap .areaContents .scene.sceneContent .title.question:before {
    content: 'Q.';
    font-size: 20px;
    font-weight: bold
  }

  main>.wrap .areaContents .scene.sceneContent .btnWrap ul {
    text-align: left;
  }

  main>.wrap .areaContents .scene.sceneContent .btnWrap ul li {
    width: 49.99%
  }

  main>.wrap .areaContents .scene.sceneEnd {
    padding: 30px 20px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap {
    width: auto;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap>.title {
    color: #040000;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .05em
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles {
    padding-top: 22px;
  }

    main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2 + .listProductArticle2{
      padding-top: 20px;
    }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap>.mainArea .priceArea .priceWrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 13px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap>.mainArea .priceArea .priceWrap br {
    display: none
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap>.mainArea .priceArea .priceWrap span {
    display: table-cell;
    vertical-align: middle;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap>.mainArea .priceArea .priceWrap span.en {
    width: 3em
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap>.mainArea .priceArea .priceWrap span.price {
    text-align: right
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap>.mainArea .priceArea .priceWrap span.offset {
    width: 3.2em;
    text-align: right
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap>.mainArea .priceArea .btnWrap {
    display: block;
    width: 100%
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap .infoArea {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap .infoArea .info {
    padding-bottom: 15px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap .infoArea .info .infoTitle {
    position: relative;
    top: inherit;
    left: inherit;
    padding-bottom: 8px
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap .infoArea .info ul {
    padding: 0;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap .infoArea .info ul li {
    min-width: 72px
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap .infoArea .textWrap {
    padding-top: 9px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2>.wrap .infoArea .textWrap:after {
    top: 12px
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap {
    text-align: center;
    padding-top: 30px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap .retryBtn {
    display: block;
    background-color: #e8e8e8;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #222;
    font-size: 16px;
    line-height: 1;
    padding: 11px 45px 11px 30px;
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    position: relative;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap .retryBtn:after {
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    transition-duration: 200ms;
    font-size: 14px
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap .retryBtn:hover {
    background-color: #e8e8e8;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap .retryBtn:hover:after {
    right: 20px
  }

  main>.wrap .areaContents .animIn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  main>.wrap .areaContents .animIn.animated {
    opacity: 1;
    -ms-filter: none;
    filter: none
  }

  main>.wrap .areaContents .animIn.setAnim {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s
  }

  main>.wrap .areaContents .animOut {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  main>.wrap .areaContents .animOut.animated {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
  }

  main>.wrap .areaContents .animOut.setAnim {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s
  }
}

@media print,
screen and (min-width:1024px) {
  .sp {
    display: none !important
  }

  main .breadcrumb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
  }

  main .sceneContent,
  main .sceneEnd,
  main .selectBtns {
    display: none
  }

  main>.wrap {
    max-width: 1600px;
    margin: auto;
    padding-bottom: 87px;
  }

  main>.wrap .areaContentsHead>.wrap {
    width: 100%;
    max-width: 950px;
    margin: auto;
    padding: 40px 0 10px
  }

  main>.wrap .areaContents>.wrap {
    overflow: hidden
  }

  main>.wrap .areaContents .btnWrap {
    overflow: hidden;
  }

  main>.wrap .areaContents .btnWrap ul {
    margin: -5px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }

  main>.wrap .areaContents .btnWrap ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    padding: 5px;
    vertical-align: top;
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn {
    text-align: center;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn>.wrap {
    display: table-cell;
    vertical-align: middle
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.default {
    width: 200px;
    height: 93px;
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.default p {
    padding: 20px 30px 20px 20px;
    display: table;
    width: 100%;
    height: 100%;
    color: #040000;
    font-size: 16px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.default p:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.default p:hover:after {
    right: 7px
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.default p span {
    display: table-cell;
    vertical-align: middle
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women {
    padding: 20px 57px;
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men p,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women p,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.men .moreDetail,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women .moreDetail {
    width: 97px;
    white-space: nowrap;
    margin: 0 auto
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men p,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women p {
    font-size: 24px;
    padding: 5px 0 10px
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men .moreDetail,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women .moreDetail {
    height: auto;
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men .moreDetail .wrap,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women .moreDetail .wrap {
    font-family: 'AvenirNextLTW01-Regular';
    font-size: 9px;
    height: auto;
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men .moreDetail .wrap:first-child,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women .moreDetail .wrap:first-child {
    padding-right: 14px
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men .moreDetail .wrap .arrow,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women .moreDetail .wrap .arrow {
    width: 100%
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men:hover .moreDetail .wrap .arrow,
  main>.wrap .areaContents .btnWrap ul li .selectBtn.women:hover .moreDetail .wrap .arrow {
    -webkit-animation: moveArrowRight .3s;
    -moz-animation: moveArrowRight .3s;
    -o-animation: moveArrowRight .3s;
    -ms-animation: moveArrowRight .3s;
    animation: moveArrowRight .3s
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men p {
    color: #4f81bd
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men .moreDetail>.wrap {
    color: #4f81bd
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men .moreDetail .arrow:before {
    background-color: #4f81bd
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.men .moreDetail .arrow:after {
    border-color: #4f81bd
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.women p {
    color: #c0504d
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.women .moreDetail>.wrap {
    color: #c0504d
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.women .moreDetail .arrow:before {
    background-color: #c0504d
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn.women .moreDetail .arrow:after {
    border-color: #c0504d
  }

  main>.wrap .areaContents .btnWrap ul li .selectBtn:hover {
    background-color: #e8e8e8
  }

  main>.wrap .areaContents>.wrap {
    background-color: #f4f4f4;
    background-image: url("https://www.kai-group.com/contents_file/products/kamisori/select/personal/images/bg1.jpg");
    background-position: center 3px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    -webkit-transition: background 0.8s;
    -moz-transition: background 0.8s;
    -o-transition: background 0.8s;
    -ms-transition: background 0.8s;
    transition: background 0.8s;
  }

  main>.wrap .areaContents>.wrap.backgroundHide {
    background-position: center 1000px
  }

  main>.wrap .areaContents .scene {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 78px;
    min-height: 387px;
  }

  main>.wrap .areaContents .scene>.wrap {
    width: 620px;
    margin: 0 auto
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap h2 {
    text-align: center;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap h2 .sub {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 18px
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap h2 .main {
    display: block;
    font-size: 34px;
    line-height: 1
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap {
    padding-top: 55px;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn {
    padding: 20px 20px;
    width: 320px;
    height: 102px;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn p,
  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn .moreDetail {
    width: 158px;
    white-space: nowrap;
    margin: 0 auto
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn p {
    color: #040000;
    font-size: 26px;
    letter-spacing: .1em;
    padding: 0 0 15px
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn .moreDetail {
    height: auto;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn .moreDetail .wrap {
    color: #959595;
    font-family: 'AvenirNextLTW01-Regular';
    font-size: 9px;
    height: auto;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn .moreDetail .wrap:first-child {
    padding-right: 14px
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn .moreDetail .wrap .arrow {
    width: 100%;
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn .moreDetail .wrap .arrow:before {
    background-color: #959595
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn .moreDetail .wrap .arrow:after {
    border-color: #959595
  }

  main>.wrap .areaContents .scene.sceneStart>.wrap .btnWrap .selectBtn:hover .moreDetail .wrap .arrow {
    -webkit-animation: moveArrowRight .3s;
    -moz-animation: moveArrowRight .3s;
    -o-animation: moveArrowRight .3s;
    -ms-animation: moveArrowRight .3s;
    animation: moveArrowRight .3s
  }

  main>.wrap .areaContents .scene.sceneContent .title {
    font-size: 34px;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 23px;
  }

  main>.wrap .areaContents .scene.sceneContent .title.question:before {
    content: 'Q.';
    font-size: 36px;
    font-weight: bold
  }

  main>.wrap .areaContents .scene.sceneContent .btnWrap {
    padding: 23px 0
  }

  main>.wrap .areaContents .scene.sceneEnd {
    padding: 37px;
    background-position: left top, right top, right bottom, left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    background-size: 35px 35px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iNGRjN2NlNmMtZTk3ZS00YTdkLWE0NGUtZWFmNWIzMTk2Y2JkIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNSAzNiI+PHRpdGxlPuOCouODvOODiOODnOODvOODiSAxPC90aXRsZT48cG9seWdvbiBwb2ludHM9IjAgMCAwIDEgMCAzNiAxIDM2IDEgMSAzNSAxIDM1IDAgMCAwIiBzdHlsZT0iZmlsbDojMjIyIi8+PC9zdmc+"), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzUgMzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1IDM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBzdHlsZT0iZmlsbDojMjIyMjIyOyIgcG9pbnRzPSIwLDAgMCwxIDM0LDEgMzQsMzYgMzUsMzYgMzUsMSAzNSwwICIvPg0KPC9zdmc+DQo="), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzUgMzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1IDM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBzdHlsZT0iZmlsbDojMjIyMjIyOyIgcG9pbnRzPSIzNCwwIDM0LDM1IDAsMzUgMCwzNiAzNSwzNiAzNSwzNSAzNSwwICIvPg0KPC9zdmc+DQo="), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzUgMzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1IDM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBzdHlsZT0iZmlsbDojMjIyMjIyOyIgcG9pbnRzPSIxLDM1IDEsMCAwLDAgMCwzNSAwLDM2IDM1LDM2IDM1LDM1ICIvPg0KPC9zdmc+DQo=");
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap {
    width: auto;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap>.title {
    color: #040000;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    letter-spacing: .05em
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles {
    padding-top: 38px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2 + .listProductArticle2{
    padding-top: 20px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .articles .listProductArticle2 .infoArea {
    background-color: #f9f9f9
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap {
    text-align: center;
    padding-top: 30px;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap .retryBtn {
    display: inline-block;
    border: 1px solid #e4e4e4;
    color: #222;
    font-size: 16px;
    line-height: 1;
    padding: 11px 45px 11px 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    position: relative;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap .retryBtn:after {
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    transition-duration: 200ms;
    font-size: 14px
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap .retryBtn:hover {
    background-color: #e8e8e8;
  }

  main>.wrap .areaContents .scene.sceneEnd>.wrap .retryBtnWrap .retryBtn:hover:after {
    right: 20px
  }

  main>.wrap .areaContents .animIn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  main>.wrap .areaContents .animIn.animated {
    opacity: 1;
    -ms-filter: none;
    filter: none
  }

  main>.wrap .areaContents .animIn.setAnim {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s
  }

  main>.wrap .areaContents .animOut {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  main>.wrap .areaContents .animOut.animated {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
  }

  main>.wrap .areaContents .animOut.setAnim {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s
  }

  #footer {
    border-top: 1px solid rgba(0, 0, 0, 0.15)
  }
}

.listProductArticle2 > .wrap > .mainArea .textArea h3 .main small {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .listProductArticle2 > .wrap > .mainArea .textArea h3 .main small {
    font-size: 14px;
  }
}

.listProductArticle2.men.genderfree-none > .wrap .mainArea .textArea .gender {
  display: none !important;
}