@import url("https://fonts.googleapis.com/css?family=Prata&display=swap");

/*
header#header .nav ul > li a {
  font-size: 15px;
}

header#header.isMin .nav ul > li a {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .pageShareBtns { padding: 0; }
}

.pageBackto {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.pageBackto a span {
  background-position: left 2px;
}
-------------------------------------*/

img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .is-pc { display: block; }
  .is-sp { display: none; }
}
@media screen and (max-width: 767px) {
  .is-pc { display: none; }
  .is-sp { display: block; }
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
}

/* Animation */

[data-display-state="hidden"] {
  display: none;
}

[data-animation-state] {
  transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

[data-animation-state="transparent"] {
  opacity: 0;
  transform: translateY(20px);
}

[data-animation-state="active"] {
  opacity: 1;
  transform: translateY(0);
}

.special-201020-maxmara-coats {
  background-color: #c5cbd2;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

.special-201020-maxmara-coats * {
  box-sizing: border-box;
}

.special-201020-maxmara-coats img {
  max-width: 100%;
}

.special-201020-maxmara-coats .article-footer {
  background-color: #fff;
}

.special-201020-maxmara-coats .slick-prev:before,
.special-201020-maxmara-coats .slick-next:before {
  content: "";
}

.section-media-shadow {
  display: inline-block;
  background-color: #fff;
}

.section-media-shadow > img {
  opacity: .2!important;
}

.special-201020-maxmara-coats .section-photo {
  overflow: hidden;
}

.special-201020-maxmara-coats .section-photo > li {
  float: left;
  width: 110px;
}

@media screen and (min-width: 768px) {
  .sd-only {
    display: none;
  }

  .special-201020-maxmara-coats-top,
  .special-201020-maxmara-coats-topics ,
  .special-201020-maxmara-coats-bottom {
    position: relative;
  }

  .special-201020-maxmara-coats-top-inner,
  .special-201020-maxmara-coats-topics-inner,
  .special-201020-maxmara-coats-bottom-inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1020px;
  }

  .special-201020-maxmara-coats-top {
    padding-bottom: 200px;
  }

  .special-201020-maxmara-coats-top::after,
  .special-201020-maxmara-coats-topics::after,
  .special-201020-maxmara-coats-bottom::after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    display: block;
    content: "";
    transform: translate(-50%, 0);
    animation: blink 2s ease-in-out infinite alternate;
  }

  .special-201020-maxmara-coats-top::after {
    width: 2000px;
    height: 100%;
    background-image: url(../img/pc/background_top.jpg);
    background-size: cover;
  }

  .special-201020-maxmara-coats-topics::after {
    width: 2000px;
    height: 810px;
    background-image: url(../img/pc/background_topics.jpg);
    background-size: cover;
  }

  .special-201020-maxmara-coats-bottom::after {
    height: 100%;
    width: 2000px;
    background-image: url(../img/pc/background_bottom.jpg);
    background-size: cover;
  }

  /* ヘッダー */

  .special-201020-maxmara-coats-head {
    padding: 85px 0 75px;
    text-align: center;
  }

  .special-201020-logo,
  .special-201020-title {
    display: block;
    margin: 0 auto;
    transition: all 4s cubic-bezier(.4, 0, .2, 1);
  }
  .special-201020-logo {
    max-width: 406px !important;
  }

  .special-201020-title {
    display: block;
    margin: 30px auto 20px;
  }

  .special-201020-title {
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 18px;
  }

  .special-201020-title > span {
    letter-spacing: .1em;
    font-size: 20px;
    font-family: "Prata", serif;
  }

  .special-201020-title + p {
    font-size: 16px;
    line-height: 1.7;
  }

  .main-section {
    display: flex;
  }

  .main-section + .main-section {
    margin-top: 160px;
  }

  .main-section:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .main-section .section-media {
    position: relative;
    min-width: 580px;
  }

  .main-section .section-media-main {
    position: relative;
    z-index: 1;
  }

  .main-section .section-media-shadow {
    position: absolute;
    top: 80px;
    min-width: 580px;
  }

  .main-section .section-body {
    position: relative;
    z-index: 1;
    line-height: 1.7;
  }

  .main-section:nth-child(even) .section-body {
    padding: 150px 0 0 60px;
  }

  .main-section:nth-child(even) .section-media-shadow {
    left: 200px;
  }

  .main-section:nth-child(odd) .section-body {
    padding: 150px 60px 0 0;
  }
  #section1 .section-body { padding-top: 100px; } /* item 2段対応 */
  #section3 .section-body { padding-top: 60px; }  /* item 2段対応 */

  .main-section:nth-child(odd) .section-media-shadow {
    right: 200px;
  }

  .section-body .section-title {
    letter-spacing: .05em;
    font-weight: bold;
    /*font-size: 26px;*/
    font-size: 22px;
    line-height: 1.5;
  }

  .section-body .section-lead {
    margin: 20px 0;
    font-size: 16px;
  }

  .section-body .section-credit {
    font-size: 14px;
  }

  .section-photo {
    position: absolute;
    bottom: 90px;
  }
  .section-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .section-photo li + li {
    margin-left: 20px;
  }
  .section-photo li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .section-photo li:nth-of-type(n + 4) {
    margin-top: 20px;
  }

  .special-201020-maxmara-coats .section-photo-media {
    position: relative;
  }

  .special-201020-maxmara-coats .section-photo-media::before,
  .special-201020-maxmara-coats .section-photo-media::after,
  .special-201020-maxmara-coats .section-photo-media-inner::before,
  .special-201020-maxmara-coats .section-photo-media-inner::after {
    position: absolute;
    z-index: 1;
    background: #c5cbd2;
    content: "";
    transition: .1s linear;
  }

  .special-201020-maxmara-coats .section-photo-media::before,
  .special-201020-maxmara-coats .section-photo-media::after {
    width: 0;
    height: 4px;
  }

  .special-201020-maxmara-coats .section-photo-media-inner::before,
  .special-201020-maxmara-coats .section-photo-media-inner::after {
    width: 4px;
    height: 0;
  }

  .special-201020-maxmara-coats .section-photo-media::before {
    top: 0;
    left: 0;
    transition: .1s linear .3s;
  }

  .special-201020-maxmara-coats .section-photo-media-inner::before {
    top: 0;
    right: 0;
    transition: .1s linear .2s;
  }

  .special-201020-maxmara-coats .section-photo-media::after {
    right: 0;
    bottom: 0;
    transition: .1s linear .1s;
  }

  .special-201020-maxmara-coats .section-photo-media-inner::after {
    bottom: 0;
    left: 0;
    transition: .1s linear;
  }

  .special-201020-maxmara-coats a:hover .section-photo-media:hover::before,
  .special-201020-maxmara-coats a:hover .section-photo-media:hover::after {
    width: 110px;
  }

  .special-201020-maxmara-coats a:hover .section-photo-media-inner::before,
  .special-201020-maxmara-coats a:hover .section-photo-media-inner::after {
    height: 110px;
  }

  .special-201020-maxmara-coats a:hover .section-photo-media::before {
    transition: .1s linear;
  }

  .special-201020-maxmara-coats a:hover .section-photo-media-inner::before {
    transition: .1s linear .1s;
  }

  .special-201020-maxmara-coats a:hover .section-photo-media::after {
    transition: .1s linear .2s;
  }

  .special-201020-maxmara-coats a:hover .section-photo-media-inner::after {
    transition: .1s linear .3s;
  }

  .special-201020-maxmara-coats-bottom {
    line-height: 1.7;
  }

  .special-201020-maxmara-coats-bottom-inner {
    padding-top: 80px;
  }


  .special-201020-maxmara-coats-bottom h2 {
    margin-bottom: 70px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
  }

  .special-201020-maxmara-coats-bottom-section {
    position: relative;
  }

  .special-201020-maxmara-coats-bottom-lead {
    margin-top: 50px;
    font-size: 16px;
    width: 100%;
  }

  .special-201020-maxmara-coats-bottom-lead p + p {
    margin-top: 1em;
  }

  .special-201020-maxmara-coats-bottom-section {
    margin: 0 auto;
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .special-201020-maxmara-coats-bottom-block {
    position: relative;
    overflow: hidden;
    width: 48%;
  }

  .special-201020-maxmara-coats-bottom-block .section-other-photo {
    margin-bottom: 30px;
  }
  .special-201020-maxmara-coats-bottom-block .section-other-photo img {
    width: 100%;
  }
  .special-201020-maxmara-coats-bottom-block .section-photo-copy {
    font-size: 14px;
    margin-top: 12px;
    text-align: right;
  }

  .special-201020-maxmara-coats-bottom-block .section-photo-caption {
    font-size: 14px;
  }

  /*
  .special-201020-maxmara-coats-bottom-section + .special-201020-maxmara-coats-bottom-section {
    padding: 90px 0 75px;
  }
  */
  [data-section="bottom1"].special-201020-maxmara-coats-bottom-section {
    padding: 0 0 100px;
    align-items: center;
  }
  [data-section="bottom2"].special-201020-maxmara-coats-bottom-section {
    padding: 0 0 60px;
  }
  [data-section="bottom3"].special-201020-maxmara-coats-bottom-section {
    padding: 0 0 80px;
  }
  [data-section="bottom3"].special-201020-maxmara-coats-bottom-section > div:nth-of-type(2) {
    padding-top: 150px;
  }

  [data-section="bottom2"] .special-201020-maxmara-coats-bottom-block {
    margin: 0 auto;
  }

  /* フッター */
  .article-footer {
    padding: 100px 0 100px;
    color: rgb(27, 27, 27);
    text-align: center;
    font-size: 14px;
    line-height: 1.571;
  }

  .article-footer a:link,
  .article-footer a:visited,
  .article-footer a:hover,
  .article-footer a:active {
    outline: none;
    color: inherit;
    text-decoration: none;
  }

  .article-footer h2 {
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(27, 27, 27, 1);
    letter-spacing: .04em;
    font-size: 15px;
  }

  .article-footer h3 {
    font-weight: normal;
    font-size: 16px;
  }

  .article-footer h3 + p {
    font-size: 16px;
    line-height: 1.5;
  }

  .article-footer [src*="icon_freedial.png"] {
    width: 22px;
    height: 13px;
    vertical-align: middle;
    transform: translate(0, -2px);
  }

  .article-footer-credit {
    margin-bottom: 100px;
  }

  .article-contact-list {
    margin-bottom: 100px;
  }

  .article-contact-list li > p {
    margin-top: 20px;
  }

  .article-contact-list li:not(:first-child) {
    margin-top: 20px;
  }

  .article-contact-list2 {
    margin-bottom: 100px;
  }

  .article-contact-list2 li {
    margin-bottom: 25px;
  }
  .article-contact-list2 h3 {
    font-size: 14px;
  }
  .article-contact-list2 li > p {
    margin-top: 20px;
    font-size: 14px;
  }

  .article-footer a[href^="tel"] {
    pointer-events: none;
  }

  .article-footer a[href="#top"] {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(27, 27, 27, 1);
  }

  [data-modal-section] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 3;
    padding: 40px 60px;
    width: 700px;
    height: 660px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  [data-modal-section] h3 {
    margin: 40px 34px 25px;
    font-size: 16px;
    line-height: 1.5;
  }

  [data-modal-section] p {
    font-size: 14px;
    line-height: 1;
  }

  .modal-window-close {
    position: absolute;
    top: calc(-38px - 20px);
    right: 0;
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/common/icon_close.png);
    background-size: 100%;
    cursor: pointer;
  }

  .modal-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }

  [data-modal-section] img {
    display: block;
    margin: 0 auto;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 33px;
    border: 0;
    background-size: 100%;
    color: transparent;
    text-shadow: none;
    font: 0/0 a;
    cursor: pointer;
    transition: opacity .1s cubic-bezier(0, 0, .2, 1);
    transform: translateY(-50%);
  }

  .slick-prev {
    left: 40px;
    background: url(../img/common/arrow_left.png)!important;
  }

  .slick-next {
    right: 40px;
    background: url(../img/common/arrow_right.png)!important;
  }

  .slick-prev:hover,
  .slick-next:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  .ld-only {
    display: none;
  }

  .special-201020-maxmara-coats-top,
  .special-201020-maxmara-coats-topics,
  .special-201020-maxmara-coats-bottom {
    position: relative;
  }

  .special-201020-maxmara-coats-top-inner,
  .special-201020-maxmara-coats-topics-inner,
  .special-201020-maxmara-coats-bottom-inner {
    position: relative;
    z-index: 1;
    margin: 0 20px;
    padding-bottom: 40px;
  }

  .special-201020-maxmara-coats-top::after,
  .special-201020-maxmara-coats-topics::after,
  .special-201020-maxmara-coats-bottom::after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    display: block;
    width: 100%;
    content: "";
    transform: translate(-50%, 0);
    animation: blink 2s ease-in-out infinite alternate;
  }

  .special-201020-maxmara-coats-top::after {
    height: 100%;
    background-image: url(../img/mobile/background_top.jpg);
    background-size: cover;
  }

  .special-201020-maxmara-coats-topics::after {
    height: 100%;
    background-image: url(../img/mobile/background_topics.jpg);
    background-size: cover;
  }

  .special-201020-maxmara-coats-bottom::after {
    height: 100%;
    background-image: url(../img/mobile/background_bottom.jpg);
    background-size: cover;
  }

  /* ヘッダー */

  .special-201020-maxmara-coats-head {
    padding: 45px 0 35px;
    text-align: center;
  }

  .special-201020-logo,
  .special-201020-title {
    display: block;
    margin: 0 auto;
    transition: all 4s cubic-bezier(.4, 0, .2, 1);
  }

  .special-201020-logo {
    width: 55%;
  }


  .special-201020-title {
    display: block;
    margin: 30px auto 20px;
  }

  .special-201020-title {
    letter-spacing: .05em;
    font-weight: bold;
    font-size: calc(32px / 2);
  }

  .special-201020-title > span {
    display: block;
    margin-top: 10px;
    letter-spacing: .1em;
    font-size: calc(34px / 2);
    font-family: "Prata", serif;
  }

  .special-201020-title + p {
    font-size: 11px;
    line-height: 1.7;
  }

  .main-section + .main-section {
    margin-top: 50px;
  }

  .main-section .section-media {
    position: relative;
  }

  .main-section .section-media-main {
    position: relative;
    z-index: 1;
  }

  .main-section .section-media-shadow {
    position: absolute;
    top: calc(680px / 2)!important;
    width: 100%;
    height: 100%;
  }

  .main-section:nth-child(even) .section-media-shadow {
    left: calc(130px / 2);
  }

  .main-section:nth-child(odd) .section-media-shadow {
    right: calc(130px / 2);
  }

  .main-section .section-body {
    position: relative;
    z-index: 1;
    line-height: 1.7;
  }

  .section-body .section-title {
    margin-top: 35px;
    letter-spacing: .05em;
    font-weight: bold;
    /*font-size: calc(35px / 2);*/
    font-size: 1.5;
  }

  .section-body .section-lead {
    margin: 20px 0;
    font-size: calc(26px / 2);
  }

  .section-body .section-credit {
    font-size: calc(22px / 2);
  }

  .special-201020-maxmara-coats .section-photo {
    margin-top: 20px;
    /* text-align: center; */
    font-size: 0;
  }

  .special-201020-maxmara-coats .section-photo > li {
    display: inline-block;
    float: none;
    width: calc((100% - (15px * 2)) / 3);
    height: calc((100% - (15px * 2)) / 3);
    max-width: 100px;
    max-height: 100px;
  }

  .special-201020-maxmara-coats .section-photo li + li {
    margin-left: 15px;
  }
  .special-201020-maxmara-coats .section-photo li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .special-201020-maxmara-coats .section-photo li:nth-of-type(n + 4) {
    margin-top: 15px;
  }

  .special-201020-maxmara-coats-bottom {
    line-height: 1.7;
  }

  .special-201020-maxmara-coats-bottom-inner {
    padding-top: 40px;
  }

  .special-201020-maxmara-coats-bottom h2 {
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: calc(32px / 2);
    line-height: 1.5;
  }

  .special-201020-maxmara-coats-bottom-section {
    position: relative;
  }

  .special-201020-maxmara-coats-bottom-lead {
    font-size: 13px;
  }

  .special-201020-maxmara-coats-bottom-lead p + p {
    margin-top: 1em;
  }

  .special-201020-maxmara-coats-bottom-block {
    position: relative;
    overflow: hidden;
    padding: 0 8%;
  }

  .special-201020-maxmara-coats-bottom-block .section-photo-caption {
    margin: 10px 0 30px;
    font-size: calc(22px / 2);
  }

  .special-201020-maxmara-coats-bottom-block .section-photo-copy {
    font-size: 11px;
    margin-top: 6px;
    text-align: right;
  }

  .special-201020-maxmara-coats-bottom-section + .special-201020-maxmara-coats-bottom-section {
    padding: 45px 0 40px;
  }
  [data-section="bottom2"].special-201020-maxmara-coats-bottom-section {
    padding-bottom: 0;
  }
  [data-section="bottom3"].special-201020-maxmara-coats-bottom-section {
    padding-top: 0;
  }

  /* フッター */
  .article-footer {
    z-index: 1;
    padding: 50px 0;
    color: rgba(27, 27, 27, 1);
    text-align: center;
    line-height: 1;
  }

  .article-footer a:link,
  .article-footer a:visited,
  .article-footer a:hover,
  .article-footer a:active {
    outline: none;
    color: inherit;
    text-decoration: none;
  }

  .article-footer h2 {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(27, 27, 27, 1);
    letter-spacing: .04em;
    font-size: 12px;
  }

  .article-footer [src*="icon_freedial.png"] {
    width: calc(36px/2);
    height: calc(23px/2);
    vertical-align: top;
  }

  .article-contact-list {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 1.542;
  }

  .article-footer h3,
  .article-footer h3 + p,
  .article-footer h3 + p + p {
    margin-top: 10px;
  }

  .article-contact-list2,
  .article-footer-credit {
    margin-bottom: 50px;
    font-size: 11px;
    line-height: 21px;
  }

  .article-contact-list2 p {
    margin-bottom: 12px;
  }

  .article-footer a[href="#top"] {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(27, 27, 27, 1);
    font-size: 13px;
  }

  .article-footer-credit {
    margin-bottom: 50px;
    font-size: 11px;
    line-height: 21px;
  }

  .article-footer a[href="#top"] {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(27, 27, 27, 1);
    font-size: 13px;
  }

  /* Modal */

  [data-modal-section] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    padding: calc(20px/2) calc(40px/2) calc(40px/2);
    width: calc(100% - 40px);
    background: #fff;
    transform: translate(-50%, -50%);
  }

  [data-modal-section] h3 {
    margin: calc(25px / 2) 0;
    font-size: calc(22px / 2);
    line-height: calc(34 / 22);
  }

  .modal-window-close {
    position: absolute;
    top: calc(-38px/2 - 20px/2);
    right: 0;
    display: block;
    width: calc(38px/2);
    height: calc(38px/2);
    background: url(../img/common/icon_close.png);
    background-size: 100%;
    cursor: pointer;
  }

  .modal-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }

  .modal-window img {
    display: block;
    margin: 0 auto;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 40%;
    /* top: 50%; */
    width: calc(20px/2);
    height: calc(33px/2);
    border: 0;
    color: transparent;
    text-shadow: none;
    font: 0/0 a;
    cursor: pointer;
    transition: opacity .1s cubic-bezier(0, 0, .2, 1);
    /* transform: translateY(-50%); */
    z-index: 10;
  }

  .slick-prev {
    left: calc(15px/2);
    background: url(../img/common/arrow_left.png);
    background-size: 100%;
  }

  .slick-next {
    right: calc(15px/2);
    background: url(../img/common/arrow_right.png);
    background-size: 100%;
  }

  .slick-prev:hover,
  .slick-next:hover {
    opacity: .5;
  }
}

/* TOPICS */
.special-201020-maxmara-coats-topics {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .special-201020-maxmara-coats-topics {
    position: relative;
    padding: 100px 0;
    height: 810px;
  }
  .special-201020-maxmara-coats-topics-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .special-201020-maxmara-coats-topics-title  { margin-bottom: 40px; }
  .special-201020-maxmara-coats-topics-img    { position: absolute; top: 0; right: 0; width: 47%; }
  .special-201020-maxmara-coats-topics-text   { width: 42%; margin: 20px 0; }
  .special-201020-maxmara-coats-topics-credit { width: 42%; font-size: 14px; }
}
@media screen and (max-width: 767px) {
  .special-201020-maxmara-coats-topics        { padding: 40px 0; font-size: calc(26px / 2); }
  .special-201020-maxmara-coats-topics-inner  { padding-bottom: 0; }
  .special-201020-maxmara-coats-topics-title  { margin-bottom: 30px; text-align: center; }
  .special-201020-maxmara-coats-topics-title img { width: 35%; }
  .special-201020-maxmara-coats-topics-img    { margin-bottom: 30px; padding: 0 10%; }
  .special-201020-maxmara-coats-topics-text   { margin: 20px 0; }
  .special-201020-maxmara-coats-topics-credit { font-size: 11px; }
}

/* -- btn-clickmore -- */
.btn-clickmore {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
.btn-clickmore:before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url(../img/common/arrow_right2.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  z-index: 1;
  transition: .6s;
}
.btn-clickmore:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #a0a5b0;
  content: '';
  z-index: 0;
  transition: .6s;
}
.btn-clickmore:hover::before {
  background: url(../img/common/arrow_right2b.png) 0 0 no-repeat;
  background-size: 100% auto;
  transition: .6s;
  transition-delay: .4s;
}
.btn-clickmore:hover::after {
  width: 100%;
  transition: .6s;
}

.btn-clickmore span {
  position: relative;
  z-index: 2;
}
[data-modal-section] .btn-clickmore {
  position: relative;
  z-index: 15;
}

@media screen and (min-width: 768px) {
  .btn-clickmore {
    padding: 12px;
    font-size: 18px;
    border: 4px solid #a0a5b0;
  }
  .btn-clickmore:before {
    width: 14px;
    height: 21px;
  }
  .section-body .btn-clickmore {
    width: calc(100% - 68px);
  }
  [data-modal-section] .btn-clickmore {
    margin: 0 auto;
    width: calc(100% - 68px);
  }
}
@media screen and (max-width: 767px) {
  .btn-clickmore {
    margin-top: 20px;
    padding: 6px;
    font-size: 12px;
    border: 2px solid #a0a5b0;
  }
  .btn-clickmore:before {
    width: 6px;
    height: 10px;
  }
  [data-modal-section] .btn-clickmore {
    margin: 0 auto;
    width: 98%;
  }
}