@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%;
}

.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-200718-santoni {
  background-color: #c5cbd2;
}

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

.special-200718-santoni * {
  box-sizing: border-box;
}

.special-200718-santoni img {
  max-width: 100%;
}

.special-200718-santoni .article-footer {
  background-color: #fff;
}

.special-200718-santoni .slick-prev:before,
.special-200718-santoni .slick-next:before {
  content: "";
}

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

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

.special-200718-santoni .section-photo {
  overflow: hidden;
}

.special-200718-santoni .section-photo > li {
  float: left;
  width: 110px;
}

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

  .special-200718-santoni-top,
  .special-200718-santoni-bottom {
    position: relative;
  }

  .special-200718-santoni-top-inner,
  .special-200718-santoni-bottom-inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1020px;
  }

  .special-200718-santoni-top {
    padding-bottom: 200px;
  }

  .special-200718-santoni-top::after,
  .special-200718-santoni-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-200718-santoni-top::after {
    width: 2000px;
    height: 100%;
    background-image: url(../img/pc/background_top.jpg);
    background-size: cover;
  }

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

  /* ヘッダー */

  .special-200718-santoni-head {
    padding: 85px 0 75px;
    text-align: center;
  }

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

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

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

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

  .special-200718-title + p {
    font-size: 16px;
    line-height: calc(24/16);
  }

  .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;
  }

  .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;
  }

  .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.385;
  }

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

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

  .section-photo {
    position: absolute;
    bottom: 0;
  }
  /*
  #section2 .section-photo {
    right: 60px;
  }
  */

  .section-photo li + li {
    margin-left: 20px;
  }

  .special-200718-santoni .section-photo-media {
    position: relative;
  }

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

  .special-200718-santoni .section-photo-media::before,
  .special-200718-santoni .section-photo-media::after {
    width: 0;
    height: 4px;
  }

  .special-200718-santoni .section-photo-media-inner::before,
  .special-200718-santoni .section-photo-media-inner::after {
    width: 4px;
    height: 0;
  }

  .special-200718-santoni .section-photo-media::before {
    top: 0;
    left: 0;
    transition: .1s linear .3s;
  }

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

  .special-200718-santoni .section-photo-media::after {
    right: 0;
    bottom: 0;
    transition: .1s linear .1s;
  }

  .special-200718-santoni .section-photo-media-inner::after {
    bottom: 0;
    left: 0;
    transition: .1s linear;
  }

  .special-200718-santoni a:hover .section-photo-media:hover::before,
  .special-200718-santoni a:hover .section-photo-media:hover::after {
    width: 110px;
  }

  .special-200718-santoni a:hover .section-photo-media-inner::before,
  .special-200718-santoni a:hover .section-photo-media-inner::after {
    height: 110px;
  }

  .special-200718-santoni a:hover .section-photo-media::before {
    transition: .1s linear;
  }

  .special-200718-santoni a:hover .section-photo-media-inner::before {
    transition: .1s linear .1s;
  }

  .special-200718-santoni a:hover .section-photo-media::after {
    transition: .1s linear .2s;
  }

  .special-200718-santoni a:hover .section-photo-media-inner::after {
    transition: .1s linear .3s;
  }

  .special-200718-santoni-bottom-inner {
    padding-top: 80px;
  }


  .special-200718-santoni-bottom h2 {
    margin-bottom: 70px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.385;
  }

  .special-200718-santoni-bottom-section {
    position: relative;
  }

  .special-200718-santoni-bottom-lead {
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }

  .special-200718-santoni-bottom-lead p + p {
    margin-top: 1em;
  }

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

  .special-200718-santoni-bottom-block {
    position: relative;
    overflow: hidden;
    width: 48%;
  }

  .special-200718-santoni-bottom-block img {
    width: 100%;
    margin-bottom: 30px;
  }

  .special-200718-santoni-bottom-block .section-photo-caption {
    font-size: 14px;
    line-height: 1.571;
  }

  /*
  .special-200718-santoni-bottom-section + .special-200718-santoni-bottom-section {
    padding: 90px 0 75px;
  }
  */
  [data-section="bottom2"].special-200718-santoni-bottom-section {
    padding: 60px 0 100px;
  }
  [data-section="bottom3"].special-200718-santoni-bottom-section {
    padding: 0 0 80px;
  }

  [data-section="bottom1"] .special-200718-santoni-bottom-block {
    margin: 0 auto;
  }
  [data-section="bottom3"] .special-200718-santoni-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  [data-section="bottom3"] .special-200718-santoni-bottom-block > div {
    width: 48%;
  }
  [data-section="bottom3"] .section-other-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 60px;
  }

  /* フッター */
  .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 0 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-200718-santoni-top,
  .special-200718-santoni-bottom {
    position: relative;
  }

  .special-200718-santoni-top-inner,
  .special-200718-santoni-bottom-inner {
    position: relative;
    z-index: 1;
    margin: 0 20px;
    padding-bottom: 40px;
  }

  .special-200718-santoni-top::after,
  .special-200718-santoni-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-200718-santoni-top::after {
    height: 100%;
    background-image: url(../img/mobile/background_top.jpg);
    background-size: cover;
  }

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

  /* ヘッダー */

  .special-200718-santoni-head {
    padding: 45px 0 35px;
    text-align: center;
  }

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

  .special-200718-logo {
    /* width: calc(457px /2); */
    width: 75%;
  }


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

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

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

  .special-200718-title + p {
    font-size: 11px;
    line-height: calc(33/22);
  }

  .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;
  }

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

    line-height: 1.385;
  }

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

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

  .special-200718-santoni .section-photo {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
  }

  .special-200718-santoni .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-200718-santoni .section-photo li + li {
    margin-left: 15px;
  }

  .special-200718-santoni-bottom-inner {
    padding-top: 40px;
  }

  .special-200718-santoni-bottom h2 {
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: calc(32px / 2);
  }

  .special-200718-santoni-bottom-section {
    position: relative;
  }

  .special-200718-santoni-bottom-lead {
    font-size: 13px;
    line-height: 1.5;
  }

  .special-200718-santoni-bottom-lead p + p {
    margin-top: 1em;
  }

  .special-200718-santoni-bottom-block {
    position: relative;
    overflow: hidden;
    padding: 0 8%;
  }

  .special-200718-santoni-bottom-block .section-photo-caption {
    margin: 10px 0 30px;
    font-size: calc(22px / 2);
    line-height: calc(32 / 22);
  }

  /*
  .special-200718-santoni-bottom-section + .special-200718-santoni-bottom-section {
    padding: 45px 0 40px;
  }
  */
  [data-section="bottom3"].special-200718-santoni-bottom-section {
    padding: 45px 0 40px;
  }
  [data-section="bottom3"] .section-other-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
  }

  /* フッター */
  .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: 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%);
  }

  .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;
  }
}
