/*
buildOutputFile: 'sanso-cruise';
*/
@media (min-width: 1025px) {
  .sanso-wrapper {
    padding: 0 0 0 45.5rem;
  }
}

.sanso-mv {
  padding-top: 10rem;
  margin-bottom: 7rem;
}
@media (min-width: 1025px) {
  .sanso-mv {
    padding-top: 21.5rem;
    margin-left: -15.5rem;
  }
}
.sanso-mv__inner {
  position: relative;
}
.sanso-mv__logo {
  position: absolute;
  top: -9.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 76.92307692%;
}
.sanso-mv__logo > img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .sanso-mv__logo {
    width: 83rem;
    left: 30.8rem;
  }
}
.sanso-mv__img {
  width: 100%;
}
@media (min-width: 1025px) {
  .sanso-mv__img {
    width: 100%;
    max-width: 145.5rem;
  }
  .sanso-mv__img > img {
    width: 100%;
    height: auto;
  }
}
.sanso-mv__logotype {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 2.3rem;
  color: #fff;
  font-weight: normal;
  display: block;
}
@media (min-width: 1025px) {
  .sanso-mv__logotype {
    font-size: 5.5rem;
    color: #000;
    left: -8.5rem;
    top: 13.5rem;
    writing-mode: vertical-rl;
  }
}

.sanso-contents {
  padding: 0 4.5rem;
  margin-bottom: 10rem;
}
.sanso-contents__h1 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .sanso-contents__h1 {
    font-size: 7rem;
    margin-bottom: 7.5rem;
    max-width: 82%;
  }
}
.sanso-contents__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media (min-width: 1025px) {
  .sanso-contents__text {
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom: 7.5rem;
    width: 100rem;
    padding-left: 15rem;
  }
}

.sanso-blog-body {
  padding: 0 4.5rem;
}
@media (min-width: 1025px) {
  .sanso-blog-body {
    width: 75rem;
    margin-left: 25rem;
    margin-bottom: 12rem;
  }
}

.radar-chart {
  padding: 0 4.5rem;
  margin-bottom: 15rem;
  position: relative;
}
@media (min-width: 1025px) {
  .radar-chart {
    padding: 5rem 1rem 5rem 5rem;
    width: 80rem;
    margin-left: 20rem;
  }
  .radar-chart:before {
    display: block;
    content: "";
    height: 100%;
    width: 3rem;
    border-top: 5px solid #000;
    border-left: 5px solid #000;
    border-bottom: 5px solid #000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .radar-chart:after {
    display: block;
    content: "";
    height: 100%;
    width: 3rem;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.radar-chart__inner {
  width: 100%;
  padding-bottom: 5rem;
  border-bottom: 3px solid #000;
}
@media (min-width: 1025px) {
  .radar-chart__inner {
    display: grid;
    grid-template-areas: "header header" "dl chart";
    grid-template-columns: 30rem 1fr;
    grid-template-rows: 12rem 1fr;
    gap: 0 2rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.radar-chart__header {
  width: 100%;
  text-align: center;
  font-size: 1.65rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #000;
}
@media (min-width: 1025px) {
  .radar-chart__header {
    font-size: 3.4rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #000;
    width: fit-content;
    margin: 0 auto 5rem;
    grid-area: header;
  }
}
.radar-chart__dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding: 0 6rem;
}
@media (min-width: 1025px) {
  .radar-chart__dl {
    grid-area: dl;
    padding: 0;
  }
}
.radar-chart__dt {
  font-size: 1.65rem;
  margin-bottom: 4rem;
  width: 6.5rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1025px) {
  .radar-chart__dt {
    font-size: 3rem;
    margin-bottom: 0;
    width: 13rem;
  }
}
.radar-chart__dd {
  font-size: 1.65rem;
  margin-bottom: 4rem;
  width: calc(100% - 6.5rem);
  padding-left: 2.2rem;
}
.radar-chart__dd--bigger {
  font-size: 2.6rem;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .radar-chart__dd--bigger {
    font-size: 3.8rem;
  }
}
.radar-chart__dd--smaller {
  font-size: 1.4rem;
}
.radar-chart__dd--smaller-en {
  font-size: 1.6rem;
}
@media (min-width: 1025px) {
  .radar-chart__dd--smaller {
    font-size: 1.6rem;
  }
  .radar-chart__dd--smaller-en {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .radar-chart__dd {
    font-size: 3rem;
    width: calc(100% - 13rem);
    margin-bottom: 0;
    padding-left: 3rem;
  }
}
.radar-chart__chart {
  display: flex;
  justify-content: center;
}
.radar-chart__chart > canvas {
  max-width: 100% !important;
}
@media (min-width: 1025px) {
  .radar-chart__chart {
    grid-area: chart;
    max-width: 300px;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .sanso-route {
    padding: 0 0 0 17rem;
    width: 85%;
    margin-bottom: 20rem;
  }
}
.sanso-route__header {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .sanso-route__header {
    font-size: 3.7rem;
    margin-bottom: 7rem;
  }
}
.sanso-route__route_list {
  padding-left: 8.8rem;
}
.sanso-route__route_list__spot {
  margin-bottom: 2rem;
  padding-bottom: 7.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .sanso-route__route_list__spot {
    margin-bottom: 5rem;
    padding-bottom: 10rem;
  }
}
.sanso-route__route_list__spot:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -6rem;
  width: 6rem;
  height: 6rem;
  background: url(../img/sanso-cruise/cricle.svg) no-repeat left top;
  z-index: 1;
}
@media (min-width: 1025px) {
  .sanso-route__route_list__spot:before {
    width: 6rem;
    height: 6rem;
    background-size: contain;
  }
}
.sanso-route__route_list__spot__header {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .sanso-route__route_list__spot__header {
    font-size: 3.4rem;
    margin-bottom: 5rem;
    padding-left: 4rem;
  }
}
.sanso-route__route_list__spot__slider {
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .sanso-route__route_list__spot__slider {
    margin-bottom: 5rem;
    padding-left: 4rem;
  }
  .sanso-route__route_list__spot__slider .photoSlider-item {
    width: 100%;
  }
  .sanso-route__route_list__spot__slider .photoSlider-item img {
    width: 100%;
    height: auto;
    max-width: none;
  }
}
.sanso-route__route_list__spot__text {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-right: 4.5rem;
}
@media (min-width: 1025px) {
  .sanso-route__route_list__spot__text {
    font-size: 2.4rem;
    line-height: 2;
    width: 74rem;
    padding-left: 4rem;
  }
}
.sanso-route__route_list__spot__arrow {
  display: block;
  width: 0.4rem;
  height: 90%;
  background: #000;
  border-radius: 3px;
  position: absolute;
  top: 4rem;
  left: -4.75rem;
  z-index: 2;
}
.sanso-route__route_list__spot__arrow:before {
  display: block;
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 2.5rem;
  background: #000;
  border-radius: 3px;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  z-index: 2;
  transform: rotate(35deg);
  transform-origin: bottom left;
}
.sanso-route__route_list__spot__arrow:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 2.5rem;
  background: #000;
  border-radius: 3px;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  z-index: 2;
  transform: rotate(-35deg);
  transform-origin: bottom right;
}
@media (min-width: 1025px) {
  .sanso-route__route_list__spot__arrow {
    width: 0.6rem;
    left: -3.35rem;
    top: 8rem;
  }
  .sanso-route__route_list__spot__arrow:before {
    width: 0.6rem;
    height: 3.5rem;
    bottom: 0.3rem;
  }
  .sanso-route__route_list__spot__arrow:after {
    width: 0.6rem;
    height: 3.5rem;
    bottom: 0.3rem;
  }
}
.sanso-route__route_list__spot:last-child .sanso-route__route_list__spot__arrow:before, .sanso-route__route_list__spot:last-child .sanso-route__route_list__spot__arrow:after {
  display: none;
}