@font-face {
  font-family: "DINPro Medium";
  src: url("/fonts/DIN/DINPro-Medium-tr.woff2") format("woff2"), url("/fonts/DIN/DINPro-Medium-tr.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.font-dinpro-medium {
  font-family: "DINPro Medium", sans-serif;
}

.section-granspa mark {
  background: linear-gradient(#ceeaf0, #ceeaf0) no-repeat center bottom 4px/100% 17px;
}
.section-granspa .granspa-head {
  background: no-repeat center/cover;
  text-align: center;
}
.section-granspa .granspa-title {
  margin: 0 auto;
}
.section-granspa .granspa-title img {
  width: 100%;
  display: block;
}
.section-granspa .granspa-description {
  font-weight: 700;
  letter-spacing: 0.14em;
}
.section-granspa .granspa-content {
  background: #ceeaf0;
}
.section-granspa .granspa-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
}
.section-granspa .granspa-tab li:last-child a {
  border-left: unset;
}
.section-granspa .granspa-tab a {
  border: 1px solid #c9caca;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: ease 0.3s;
}

.section-granspa .granspa-tab a:hover a {
  color: #34a9bb;
}
.section-granspa .granspa-tab a:first-child {
  margin-right: -1px;
}
.section-granspa .granspa-tab a {
  text-decoration: none;
  color: #1a1a1a;
  width: 100%;
  height: 100%;
}
.section-granspa .granspa-tab .is-active {
  color: #34a9bb;
}
.section-granspa .block-banner {
  text-align: center;
}
.section-granspa .granspa-info {
  counter-reset: number;
}
.section-granspa .granspa-info li {
  position: relative;
}
.section-granspa .info-item:nth-child(1) .info-head {
  background-image: url(/img/product/system_bath/p_sb267_01.jpg);
}
.section-granspa .info-item:nth-child(2) .info-head {
  background-image: url(/img/product/system_bath/p_sb257_01.jpg);
}
.section-granspa .info-item:nth-child(3) .info-head {
  background-image: url(/img/product/system_bath/p_sb252_02.jpg);
}
.section-granspa .info-item:nth-child(4) .info-head {
  background-image: url(/img/product/system_bath/p_sb233_01.jpg);
}
.section-granspa .info-item:nth-child(5) .info-head {
  background-image: url(/img/product/system_bath/p_sb170_01.jpg);
}
.section-granspa .info-item .close {
  opacity: 0;
}
.section-granspa .info-item.is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.section-granspa .is-active .info-button:after {
  transform: rotate(90deg);
}
.section-granspa .info-head {
  color: #fff;
  background: no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.section-granspa .info-title {
  font-weight: bold;
  position: relative;
}
.section-granspa .info-title.is-shadow {
  text-shadow: 0 0 5px rgba(0,0,0,.4);
}
.section-granspa .info-title::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  font-weight: 500;
  position: absolute;
  line-height: 1;
  font-family: "DINPro Medium", sans-serif;
}
.section-granspa .info-title::after {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
}
.section-granspa .info-title span {
  display: block;
}
.section-granspa .info-tag {
  margin-top: auto;
  font-weight: bold;
  background: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.section-granspa .info-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1;
}
.section-granspa .info-button::before, .section-granspa .info-button::after {
  content: "";
  position: absolute;
  transition: 0.3s ease;
  top: 50%;
  left: 50%;
}
.section-granspa .info-button::before {
  width: 16px;
  border-bottom: 2px solid #fff;
}
.section-granspa .info-button::after {
  height: 16px;
  border-left: 2px solid #fff;
}
.section-granspa .info-button.is-active::after {
  transform: rotate(90deg);
}
.section-granspa .info-content {
  background: #fff;
  display: none;
  position: relative;
}
.section-granspa .relax-text {
  letter-spacing: 0.06em;
  line-height: 1.973125;
  font-weight: 500;
}
.section-granspa .relax-title {
  font-weight: bold;
  letter-spacing: 0.32em;
}
.section-granspa .info-link {
  text-decoration: none;
  color: #1a1a1a;
  border: 1px solid #c9caca;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
}
.section-granspa .info-link::after {
  position: absolute;
  top: 50%;
  border-top: 1px solid #34a9bb;
  border-right: 1px solid #34a9bb;
  transform: rotate(45deg);
  content: "";
}
.section-granspa .info-row {
  position: relative;
}
.section-granspa .info-row::after {
  position: absolute;
  border-bottom: 1px solid #1a1a1a;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-granspa .info-image img {
  width: 100%;
  display: block;
}
.section-granspa .water-title {
  font-weight: bold;
  letter-spacing: 0;
}
.section-granspa .water-content {
  line-height: 1.875;
  letter-spacing: 0.04em;
}
.section-granspa .water-button {
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.section-granspa .water-button span {
  position: relative;
}
.section-granspa .water-button span::after {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: "";
}
.section-granspa .water-video {
  width: 340px;
  height: 190px;
  overflow: hidden;
}
.section-granspa .water-video video {
  width: 100%;
  height: 100%;
}
.section-granspa .granspa-button {
  text-decoration: none;
  color: #333;
  border: solid 1px #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.section-granspa .granspa-button:hover {
  background-color: #3db4d0;
  color: #fff;
}
.section-granspa .granspa-button:hover span:before {
  border-color: #fff;
}
.section-granspa .granspa-button span {
  position: relative;
}
.section-granspa .granspa-button span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-granspa mark {
    padding: 0 13px 9px;
    letter-spacing: .085em;
  }
  .block-banner .banner-image {
    box-shadow: 0 5px 9px rgba(0,0,0,.15);
  }
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-granspa .granspa-head {
    padding: 32px 0 20px;
    min-height: 200px;
    background-image: url(/img/product/system_bath/granspa/plan/head_background.jpg);
  }
  .section-granspa .granspa-head .granspa-title {
    width: 412px;
    margin-bottom: 8px;
  }
  .section-granspa .granspa-description {
    font-size: 2.8rem;
  }
  .section-granspa .granspa-info {
    margin-bottom: 69px;
  }
  .section-granspa .granspa-info .info-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa mark {
    background: linear-gradient(#ceeaf0, #ceeaf0) no-repeat center bottom 1px/100% 10px;
  }
  .section-granspa .granspa-head {
    padding: 20px 0 14px;
    min-height: 130px;
    background-image: url(/img/product/system_bath/granspa/plan/head_background_sp.jpg);
  }
  .section-granspa .granspa-head .granspa-title {
    width: 210px;
    margin-bottom: 12px;
  }
  .section-granspa .granspa-description {
    margin: 0 -20px;
    font-size: 2.2rem;
  }
  .section-granspa .granspa-description mark {
    letter-spacing: 0.07em;
    padding-bottom: 3px;
    background: linear-gradient(#ceeaf0, #ceeaf0) no-repeat center bottom 0/100% 17px;
  }
  .section-granspa .granspa-info {
    margin-bottom: 49px;
  }
  .section-granspa .granspa-info .info-item {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-granspa .granspa-info .info-item:not(:last-child) {
    margin-bottom: 6px;
  }

  .only-pc {
    display: none !important;
  }
  .block-banner .banner-image {
    box-shadow: 0 8px 9px rgba(0,0,0,.15);
  }
  .is-iphone .section-granspa .granspa-description mark {
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 374px) {
  .section-granspa .granspa-description {
    font-size: 1.9rem;
  }
  .section-granspa .block-banner img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-granspa .granspa-content {
    padding: 50px 0 63px;
  }
  .section-granspa .granspa-tab {
    margin-bottom: 50px;
  }
  .section-granspa .granspa-tab li:first-child a {
    border-radius: 5px 0 0 5px;
  }
  .section-granspa .granspa-tab li:last-child a {
    border-radius: 0 5px 5px 0;
  }
  .section-granspa .granspa-tab a {
    width: 200px;
    min-height: 64px;
    padding: 10px;
  }
  .section-granspa .info-head {
    min-height: 220px;
    padding: 17px 64px 11px 8px;
  }
  .section-granspa .info-title {
    padding-left: 113px;
    font-size: 2.3rem;
  }
  .section-granspa .info-title span {
    font-size: 3.4rem;
    margin-top: -6px;
  }
  .section-granspa .info-title::before {
    top: -6px;
    left: 10px;
    font-size: 7.4rem;
  }
  .section-granspa .info-title::after {
    top: -18px;
    left: 96px;
    bottom: 13px;
  }
  .section-granspa .info-tag {
    margin-left: 14px;
    padding: 5px 7px 3px;
    font-size: 1.2rem;
    line-height: calc(16 / 12);
    letter-spacing: -0.09em;
  }
  .section-granspa .info-button {
    width: 64px;
    height: 64px;
  }
  .section-granspa .info-button::before {
    margin-left: -7px;
  }
  .section-granspa .info-button::after {
    margin-top: -7px;
  }
  .section-granspa .info-content {
    padding: 60px 60px 150px;
  }
  .section-granspa .info-relax {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .section-granspa .relax-image {
    width: 400px;
    height: 400px;
  }
  .section-granspa .relax-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-granspa .relax-text {
    padding-left: 60px;
    flex: 1;
    margin-top: 63px;
  }
  .section-granspa .relax-text p {
    line-height: 2;
    letter-spacing: .06em;
    margin-right: -10px;
  }
  .section-granspa .relax-title {
    margin-bottom: 22px;
    font-size: 3.245rem;
  }
  .section-granspa .info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-granspa .info-list > li {
    width: 350px;
    margin: 0 30px 20px;
  }
  .section-granspa .info-link {
    min-height: 60px;
    padding: 11px 20px 7px;
    border-radius: 10px;
  }
  .section-granspa .info-link::after {
    width: 8px;
    height: 8px;
    right: 20px;
    margin-top: -4px;
  }
  .section-granspa .info-link .m-icon-blank {
    margin-bottom: 3px;
  }
  .section-granspa .info-row {
    padding-bottom: 79px;
    margin-bottom: 100px;
  }
  .section-granspa .info-row::after {
    width: 140px;
  }
  .section-granspa .info-image {
    margin-bottom: 30px;
  }
  .section-granspa .info-water {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .section-granspa .water-video {
    width: 340px;
    overflow: hidden;
  }
  .section-granspa .water-video-wrapper {
    margin: 0 -2px;
  }
  .section-granspa .water-content {
    flex: 1;
    padding-left: 33px;
    margin-top: -7px;
  }
  .section-granspa .water-title {
    margin-bottom: 14px;
    font-size: 3.4rem;
    line-height: 1.4705882353;
  }
  .section-granspa .water-button {
    min-height: 53px;
    width: 270px;
    padding: 10px 10px 8px;
  }
  .section-granspa .water-button.full-width {
    width: 333px;
    letter-spacing: 0;
  }
  .section-granspa .water-button span {
    padding-left: 15px;
    font-feature-settings: "palt";
  }
  .section-granspa .water-button span::after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    left: -5px;
  }
  .section-granspa .granspa-button {
    width: 240px;
    min-height: 64px;
    margin: 0 auto;
  }
  .section-granspa .granspa-button span {
    padding-left: 19px;
  }
  .section-granspa .granspa-button span:before {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    left: -3px;
  }
  .section-granspa .granspa-tab a:hover,
  .section-granspa .granspa-tab a.is-active {
    border-color: #34a9bb;
    background: #d3d3d3;
    color: #34a9bb;
  }
  .section-granspa .granspa-tab a:hover {
    background: #d3d3d3;
    border-color: #34a9bb;
  }
  .is-mac .section-granspa .water-button {
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .is-mac .section-granspa .info-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .granspa-content {
    padding: 26px 0 50px;
  }
  .section-granspa .granspa-tab {
    margin-bottom: 52px;
  }
  .section-granspa .granspa-tab li:first-child a {
    border-radius: 5px 0 0 5px;
  }
  .section-granspa .granspa-tab li:last-child a {
    border-radius: 0 5px 5px 0;
  }
  .section-granspa .granspa-tab a {
    width: 150px;
    min-height: 48px;
    padding: 10px;
    font-size: 1.4rem;
  }
  .section-granspa .granspa-tab a.is-active {
    border-color: #34a9bb;
    background: #d3d3d3;
    color: #34a9bb;
  }
  .block-common-navigation .menu-active .text-open:after {
    transform: rotate(180deg)
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .section-granspa .granspa-tab a {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-head {
    min-height: 170px;
    padding: 6px 44px 5px 0;
    background-image: url(/img/product/system_bath/granspa/plan/info_background_01_sp.jpg);
  }
  .section-granspa .info-item:nth-child(1) .info-head {
    background-image: url(/img/product/system_bath/p_sb267_01_sp.jpg);
  }
  .section-granspa .info-item:nth-child(2) .info-head {
    background-image: url(/img/product/system_bath/p_sb257_01_sp.jpg);
  }
  .section-granspa .info-item:nth-child(4) .info-head {
    background-image: url(/img/product/system_bath/p_sb233_01_sp.jpg);
  }
  .section-granspa .info-item:nth-child(5) .info-head {
    background-image: url(/img/product/system_bath/p_sb170_01_sp.jpg);
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .section-granspa .info-head {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-title {
    padding-left: 60px;
    font-size: 1.3rem;
  }
  .section-granspa .info-title span {
    font-size: 22px;
    line-height: 1.2727272727;
    margin-top: -3px;
  }
  .section-granspa .info-title::before {
    top: 0;
    left: 10px;
    font-size: 3.7rem;
  }
  .section-granspa .info-title::after {
    top: 0;
    left: 54px;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-tag {
    margin-left: 10px;
    padding: 3px 4px;
    font-size: .8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-button {
    width: 44px;
    height: 44px;
  }
  .section-granspa .info-button::before {
    width: 12px;
    margin-left: -5px;
  }
  .section-granspa .info-button::after {
    height: 12px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-content {
    padding: 30px 20px 93px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-relax {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .relax-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 18px;
  }
  .section-granspa .relax-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .relax-text {
    letter-spacing: 0.022em;
    line-height: 1.8125;
  }
  .section-granspa .relax-text p {
    line-height: 1.8125;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .relax-title {
    margin-bottom: 17px;
    font-size: 1.9rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-list > li {
    width: 91.9%;
    margin: 0 auto;
  }
  .section-granspa .info-list > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-link {
    min-height: 60px;
    padding: 10px 20px 8px;
    border-radius: 5px;
  }
  .section-granspa .info-link::after {
    width: 8px;
    height: 8px;
    right: 21px;
    margin-top: -4px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-row {
    padding-bottom: 51px;
    max-width: 305px;
    margin: 0 auto 50px;
  }
  .section-granspa .info-row::after {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-image {
    margin: 0 -20px 18px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .section-granspa .info-image {
    width: 100%;
    margin: 0 auto 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .info-water {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 305px;
    margin: 0 auto 25px
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .water-content {
    margin-bottom: 27px;
    line-height: 2.6086956522;
    letter-spacing: 0.05em;
  }
  .section-granspa .water-content p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .water-video {
    width: 280px;
    height: 157px;
    margin: 0 auto;
  }
  .section-granspa .water-video-wrapper {
    margin: -2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .section-granspa .water-video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .water-title {
    margin-bottom: 10px;
    font-size: 1.9rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .section-granspa .water-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .water-button {
    min-height: 49px;
    width: 200px;
    padding: 9px 10px;
  }
  .section-granspa .water-button.is-small {
    font-size: 1.4rem;
  }
  .section-granspa .water-button.full-width {
    width: 320px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .section-granspa .water-button.full-width {
    width: 268px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .section-granspa .water-button {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .water-button span {
    padding-left: 15px;
  }
  .section-granspa .water-button span::after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .section-granspa .granspa-button {
    width: 180px;
    height: 50px;
    font-size: 1.5rem;
    margin: 0 auto;
  }
  .section-granspa .granspa-button span {
    padding-left: 15px;
  }
  .section-granspa .granspa-button span:before {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    left: -8px;
  }
}

@media screen and (max-width: 374px) {
  .section-granspa .info-link .m-icon-blank{
    margin-bottom: 3px;
  }
}
