@charset "UTF-8";
/* Scss Document */
/*色*/
/*v2024*/
/*font*/
/*==================================*/
/*spCampus*/
/*==================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.spCampus_jp {
  font-family: "Noto Serif JP", serif;
}

body.body_spCampus #chatbot-toggle_button {
  display: none !important;
}

.spCampus {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

.spCampus_mv {
  display: flex;
  height: calc(100vh - 160px);
  padding: 40px 40px 0 40px;
}
@media print, screen and (min-width: 768px) {
  .spCampus_mv {
    min-height: 55vw;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_mv {
    padding: 10px 10px 0 10px;
    flex-wrap: wrap;
    height: auto;
  }
}
.spCampus_mv__photo {
  width: 42%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spCampus_mv__photo {
    width: 49.5%;
    height: 65vh;
    order: 1;
  }
}
.spCampus_mv__photo.-set1 {
  margin-right: 1%;
}
.spCampus_mv__photo__slide {
  height: 100%;
}
.spCampus_mv__photo__slide li {
  height: 100%;
}
.spCampus_mv__photo__slide .slick-list {
  height: 100%;
}
.spCampus_mv__photo__slide .slick-track {
  height: 100%;
}
.spCampus_mv__photo__item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.spCampus_mv__photo__item__imgWrap {
  width: 60vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .spCampus_mv__photo__item__imgWrap {
    width: 60vw;
  }
}
.spCampus_mv__photo__item.-set1 {
  clip-path: inset(0% 0% 26% 0% round 10px);
  animation: clipAnime1 15s infinite;
}
.spCampus_mv__photo__item.-set1 img.-is_active {
  animation: mv_img1 15s both;
}
.spCampus_mv__photo__item.-set1-2 {
  clip-path: inset(75% 0% 0% 0% round 10px);
  animation: clipAnime1-2 15s infinite;
}
.spCampus_mv__photo__item.-set1-2 img.-is_active {
  animation: mv_img1 15s both;
}
.spCampus_mv__photo__item.-set2 {
  clip-path: inset(0% 0% 75% 0% round 10px);
  animation: clipAnime2 15s infinite;
}
.spCampus_mv__photo__item.-set2 img {
  transform: translate(-20%, 0);
}
.spCampus_mv__photo__item.-set2 img.-is_active {
  animation: mv_img2 15s both;
}
.spCampus_mv__photo__item.-set2-2 {
  clip-path: inset(26% 0% 0% 0% round 10px);
  animation: clipAnime2-2 15s infinite;
}
.spCampus_mv__photo__item.-set2-2 img {
  transform: translate(-20%, 0);
}
.spCampus_mv__photo__item.-set2-2 img.-is_active {
  animation: mv_img2 15s both;
}
.spCampus_mv__photo__item.-set3 {
  clip-path: inset(0 26% 0% 0% round 10px);
  animation: clipAnime3 15s infinite;
}
.spCampus_mv__photo__item.-set3 img {
  transform: translate(0, -20%);
}
.spCampus_mv__photo__item.-set3 img.-is_active {
  animation: mv_img3 15s both;
}
.spCampus_mv__photo__item.-set3-2 {
  clip-path: inset(0 0 0% 75% round 10px);
  animation: clipAnime3-2 15s infinite;
}
.spCampus_mv__photo__item.-set3-2 img {
  transform: translate(0, -20%);
}
.spCampus_mv__photo__item.-set3-2 img.-is_active {
  animation: mv_img3 15s both;
}
.spCampus_mv__photo__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
  transform: translate(0, 0);
}
@media print, screen and (min-width: 768px) {
  .spCampus_mv__head {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_mv__head {
    display: flex;
    align-items: center;
    order: 0;
    width: 60vw;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
}
.spCampus_mv__head__ttl {
  height: 100%;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .spCampus_mv__head__ttl {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_mv__head__ttl {
    justify-content: center;
  }
}
.spCampus_mv__head__ttl > div {
  opacity: 0;
}
.spCampus_mv__head__ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.spCampus_mv__head__ttl--type2 {
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  align-items: flex-start;
  margin-top: -4vw;
  margin-bottom: 2vw;
}
.spCampus_mv__head__ttl--type2 > div {
  padding: 0 1vw;
}
.spCampus_mv__head__ttl--type2 > div:nth-of-type(1) img {
  position: relative;
}
.spCampus_mv__head__ttl--type2 > div:nth-of-type(2) img {
  position: relative;
}
.spCampus_mv__head__ttl--type2 > div:nth-of-type(3) img {
  position: relative;
}
.spCampus_mv__headSp {
  position: absolute;
  top: 90px;
  left: 5px;
  width: 13%;
}

@keyframes clipAnime1 {
  0% {
    clip-path: inset(0% 0 26% 0% round 10px);
  }
  50% {
    clip-path: inset(0% 0 75% 0% round 10px);
  }
  100% {
    clip-path: inset(0% 0 26% 0% round 10px);
  }
}
@keyframes clipAnime1-2 {
  0% {
    clip-path: inset(75% 0 0% 0% round 10px);
  }
  50% {
    clip-path: inset(26% 0 0% 0% round 10px);
  }
  100% {
    clip-path: inset(75% 0 0% 0% round 10px);
  }
}
@keyframes clipAnime2 {
  0% {
    clip-path: inset(0% 0 75% 0% round 10px);
  }
  50% {
    clip-path: inset(0% 0 26% 0% round 10px);
  }
  100% {
    clip-path: inset(0% 0 75% 0% round 10px);
  }
}
@keyframes clipAnime2-2 {
  0% {
    clip-path: inset(26% 0 0% 0% round 10px);
  }
  50% {
    clip-path: inset(75% 0 0% 0% round 10px);
  }
  100% {
    clip-path: inset(26% 0 0% 0% round 10px);
  }
}
@keyframes clipAnime3 {
  0% {
    clip-path: inset(0% 26% 0 0% round 10px);
  }
  50% {
    clip-path: inset(0% 75% 0 0% round 10px);
  }
  100% {
    clip-path: inset(0% 26% 0 0% round 10px);
  }
}
@keyframes clipAnime3-2 {
  0% {
    clip-path: inset(0 0 0 75% round 10px);
  }
  50% {
    clip-path: inset(0 0 0 26% round 10px);
  }
  100% {
    clip-path: inset(0 0 0 75% round 10px);
  }
}
@keyframes mv_img1 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-20%, 0);
  }
}
@keyframes mv_img2 {
  from {
    transform: translate(-20%, 0);
  }
  to {
    transform: translate(0%, 0);
  }
}
@keyframes mv_img3 {
  from {
    transform: translate(0, -20%);
  }
  to {
    transform: translate(0%, 0);
  }
}
.spCampus_mv__photo__slide {
  pointer-events: none;
  /*最初の表示のため*/
  opacity: 0;
  transition: opacity .3s linear;
}
.spCampus_mv__photo__slide.slick-initialized {
  opacity: 1;
}

.spCampus_mv3 {
  padding: 20px 40px 60px 40px;
}
@media only screen and (max-width: 767px) {
  .spCampus_mv3 {
    padding: 5px 10px 30px 10px;
  }
}
.spCampus_mv3 .spCampus_mv__photo__slide {
  height: 40vw;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .spCampus_mv3 .spCampus_mv__photo__slide {
    height: 70vw;
  }
}
.spCampus_mv3 .spCampus_mv__photo__item__imgWrap {
  width: auto;
  height: 50vw;
}
@media only screen and (max-width: 767px) {
  .spCampus_mv3 .spCampus_mv__photo__item__imgWrap {
    height: 88vw;
  }
}
.spCampus_mv3 .spCampus_mv__photo__item__imgWrap img {
  object-fit: cover;
  object-position: center bottom;
  height: 100%;
  width: 100%;
}

.spCampus_mv2 {
  padding: 20px 40px 60px 40px;
}
@media only screen and (max-width: 767px) {
  .spCampus_mv2 {
    padding: 30px 10px 30px 10px;
  }
}
.spCampus_mv2__msg {
  text-align: center;
  padding: 90px 0;
}
.spCampus_mv2__msg p {
  font-size: 2.2rem;
  line-height: 3;
  margin: 0 0 6rem 0;
}
@media only screen and (max-width: 767px) {
  .spCampus_mv2__msg p {
    font-size: 1.8rem;
  }
}
.spCampus_mv2__photo {
  border-radius: 10px;
  overflow: hidden;
}
.spCampus_mv2__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.spCampus_mv2__photo.scrollin.__action img {
  animation: spCampus_mv2_anime 5s both;
}

@keyframes spCampus_mv2_anime {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.spCampus_menu__ac {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .spCampus_menu__ac {
    display: none;
  }
}

.spCampus_menu {
  padding: 0 40px;
  position: sticky;
  left: 0;
  top: 110px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .spCampus_menu {
    display: none;
  }
}
.spCampus_menu ul {
  display: flex;
  justify-content: space-around;
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 10px;
}
.spCampus_menu ul > * + * {
  border-left: 1px solid #ccc;
}
.spCampus_menu ul li {
  flex: 1;
  display: flex;
}
.spCampus_menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.2;
}
.spCampus_menu.-fixd ul {
  border: 1px solid #ccc;
}
.spCampus_menu.-fixd ul li a {
  padding: 0 5px;
}

.spCampus_mov {
  position: relative;
}
.spCampus_mov__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spCampus_mov__item {
    width: 100%;
    height: 180vw;
  }
}
.spCampus_mov video {
  background-color: #f2f2f2;
  width: 100%;
}
.spCampus_mov__btns {
  margin-top: 20px;
  text-align: center;
}
.spCampus_mov__btns--fix {
  position: absolute;
  bottom: 2vw;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .spCampus_mov__btns--fix {
    bottom: 8vw;
  }
}

.spCampus_ttl {
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spCampus_ttl {
    margin-bottom: 5px;
    font-size: 6vw;
  }
}
.spCampus_ttl__sub {
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.spCampus_ttl.-type_tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-feature-settings: initial;
}
.spCampus_ttl.-type_tate .spCampus_ttl__sub {
  margin-left: 5px;
}
.spCampus_ttl.-type_tate small {
  font-size: 50%;
}
.spCampus_ttl.-type_tate .combine {
  text-combine-upright: all;
}
@media print, screen and (min-width: 768px) {
  .spCampus_ttl.-type_tate_pc {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-feature-settings: initial;
  }
  .spCampus_ttl.-type_tate_pc .spCampus_ttl__sub {
    margin-left: 5px;
  }
  .spCampus_ttl.-type_tate_pc small {
    font-size: 50%;
  }
  .spCampus_ttl.-type_tate_pc .combine {
    text-combine-upright: all;
  }
}

.lp_maiMov__btnMute {
  z-index: 30;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp_maiMov__btnMute {
    right: 10px;
  }
}
.lp_maiMov__btnMute button {
  min-width: 200px;
  background: none;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: url("/assets/images/special/sp_campus/btn_sound_on.svg") no-repeat left 5px center #fff;
  background-size: 30px;
  padding: 10px 10px 10px 40px;
  margin: 0;
  margin-left: 10px;
  border: 2px solid #CCC;
  border-radius: 50vw;
  line-height: 1.2;
  text-align: left;
  color: #6a1414;
}
@media only screen and (max-width: 767px) {
  .lp_maiMov__btnMute button {
    min-width: 160px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px 5px 5px 30px;
    background-size: 20px;
  }
}
.lp_maiMov__btnMute button.js_soundplay {
  background-image: url("/assets/images/special/sp_campus/btn_sound_off.svg");
  background-color: #e3e3e3;
  background-size: 30px;
}
@media print, screen and (min-width: 768px) {
  .lp_maiMov__btnMute button:hover {
    opacity: 0.5;
  }
}
.lp_maiMov__btnMute #link_btn {
  background-image: url("/assets/images/special/sp_campus/btn_play.svg");
}

.spCampus_pu {
  display: flex;
  position: relative;
}
.spCampus_pu__head {
  width: 200px;
  height: 100%;
  padding: 0 60px;
  background-color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .spCampus_pu__head {
    width: 22vw;
    padding: 0 5px 0 10px;
  }
}
.spCampus_pu__main {
  flex: 1;
}
.spCampus_pu__photoSst {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .spCampus_pu__photoSst {
    height: 70vw;
    max-height: calc(100vh - 220px);
  }
}
.spCampus_pu__photo {
  display: grid;
  gap: 40px;
  margin-right: 40px;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-template-rows: 30% 30% 28%;
  width: calc(100vw - 200px);
}
@media print, screen and (min-width: 768px) {
  .spCampus_pu__photo {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_pu__photo {
    width: calc(140vw - 15px);
    grid-template-columns: 1fr 1fr 1.5fr;
    grid-template-rows: 45vw 45vw 45vw;
    gap: 10px;
    margin-right: 10px;
  }
}
.spCampus_pu__photo__item {
  overflow: hidden;
  border-radius: 10px;
}
.spCampus_pu__photo__item img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.spCampus_pu__photo__item.-type1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.spCampus_pu__photo__item.-type2 {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
}
.spCampus_pu__photo img {
  vertical-align: bottom;
}

.spCampus_pu2 {
  display: flex;
  position: relative;
}
.spCampus_pu2__head {
  width: 200px;
  height: 100%;
  padding: 0 60px;
  background-color: #fff;
  z-index: 10;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .spCampus_pu2__head {
    width: 22vw;
    padding: 0 5px 0 10px;
  }
}
.spCampus_pu2__main {
  flex: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.spCampus_pu2__photoSst {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .spCampus_pu2__photoSst {
    width: 230vw;
  }
}
@media print, screen and (min-width: 768px) {
  .spCampus_pu2__photoSst {
    height: 70vw;
    max-height: calc(100vh - 220px);
  }
}
.spCampus_pu2__photo {
  display: grid;
  gap: 40px;
  margin-right: 40px;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-template-rows: 30% 30% 28%;
  width: calc(100vw - 200px);
}
@media print, screen and (min-width: 768px) {
  .spCampus_pu2__photo {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_pu2__photo {
    width: calc(140vw - 15px);
    grid-template-columns: 1fr 1fr 1.5fr;
    grid-template-rows: 45vw 45vw 45vw;
    gap: 10px;
    margin-right: 10px;
    min-width: 200vw;
  }
}
.spCampus_pu2__photo__item {
  overflow: hidden;
  border-radius: 10px;
}
.spCampus_pu2__photo__item img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.spCampus_pu2__photo__item.-type1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.spCampus_pu2__photo__item.-type2 {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
}
.spCampus_pu2__photo img {
  vertical-align: bottom;
}

.spCampus_area {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 768px) {
  .spCampus_area:nth-of-type(odd) {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_area {
    flex-direction: column;
  }
}
.spCampus_area__head {
  width: 35%;
  padding: 30px 60px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .spCampus_area__head {
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .spCampus_area__head > * {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_area__head .spCampus_ttl {
    text-align: left;
    padding: 0 5px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_area__head .spCampus_ttl__sub {
    margin-bottom: 5px;
  }
}
.spCampus_area__main {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .spCampus_area__main {
    width: 100%;
  }
}
.spCampus_area__menu {
  max-width: 300px;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .spCampus_area__menu {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
  }
}
.spCampus_area__menu li {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .spCampus_area__menu li {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
.spCampus_area__menu li:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .spCampus_area__menu li:nth-last-of-type(2) {
    border-bottom: 1px solid #ccc;
  }
}
.spCampus_area__menu li a {
  display: block;
  color: #818181;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .spCampus_area__menu li a {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.spCampus_area__menu li a.is_active {
  color: #6a1414;
}
.spCampus_area__menu li a.-nolink {
  pointer-events: none;
}

.spCampus_areaSlide {
  width: 100%;
}
.spCampus_areaSlide li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .spCampus_areaSlide li {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_areaSlide li img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}
.spCampus_areaSlide__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 90%);
  color: #fff;
  padding: 40px 5vw 30px 5vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .spCampus_areaSlide__info {
    padding: 12vw 5vw 5vw 5vw;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 90%);
  }
}
.spCampus_areaSlide__info h3 {
  font-size: 2.2rem;
  margin-bottom: 5px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .spCampus_areaSlide__info p {
    font-size: 1.3rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  }
}

/*------------------------------*/
/* this site*/
/*------------------------------*/
.spCampus {
  /* Dots */
  /*1コの場合、非表示*/
}
.spCampus .slick-dotted.slick-slider {
  padding-bottom: 0;
}
.spCampus .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.spCampus .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 90px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .spCampus .slick-dots li {
    margin: 0 4px;
    width: 10vw;
  }
}
.spCampus .slick-dots li.slick-active {
  background-color: #6a1414;
}
.spCampus .slick-dots li button {
  display: none;
  border: none;
  width: 100%;
  height: 100%;
  line-height: 1;
  border: 1px;
}
.spCampus .slick-dots > li:first-child:last-child {
  display: none;
}

/*==================================*/
/*tab*/
/*==================================*/
.spCampus_area__tab {
  display: none;
}

.spCampus_area__tab.is_show {
  display: block;
  animation: tabAnim2 ease 0.6s forwards;
}

@keyframes tabAnim2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================*/
/*spCampus_spot*/
/*==================================*/
.spCampus_spot__main {
  position: relative;
  display: flex;
  justify-content: center;
}
.spCampus_spot__head {
  padding: 10px 20px 10px 20px;
  width: 150px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .spCampus_spot__head {
    width: 25vw;
  }
}
.spCampus_spot__head .spCampus_ttl {
  margin: 0 auto;
  white-space: nowrap;
}
.spCampus_spot__head__line {
  width: 1px;
  background-color: #000;
  margin: 0 auto;
  flex: 1;
}
.spCampus_spot__head__line.-type2 {
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .spCampus_spot__head__line.-type2 {
    min-height: 80vw;
  }
}
.spCampus_spot__photoSet {
  flex: 1;
  text-align: center;
}
.spCampus_spot__item {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .spCampus_spot__item.-set01 {
    margin: 120px 0 0 0;
  }
  .spCampus_spot__item.-set02 {
    margin: 40px 0 0 0;
  }
  .spCampus_spot__item.-set03 {
    left: 20%;
  }
  .spCampus_spot__item.-set04 {
    right: -20%;
  }
  .spCampus_spot__item.-set05 {
    left: -5%;
    margin: 100px 0 0 0;
  }
  .spCampus_spot__item.-set06 {
    right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .spCampus_spot__item.-set01 {
    left: -15%;
    width: 110%;
  }
  .spCampus_spot__item.-set02 {
    right: -10%;
    width: 110%;
  }
  .spCampus_spot__item.-set03 {
    width: 80%;
    right: -15%;
    margin-top: -18vw;
  }
  .spCampus_spot__item.-set04 {
    width: 80%;
    left: -30%;
  }
  .spCampus_spot__item.-set05 {
    width: 100%;
    left: -5%;
  }
  .spCampus_spot__item.-set06 {
    width: 100%;
  }
}
.spCampus_spot__last {
  background: url("/assets/images/special/sp_campus/last.jpg") no-repeat bottom center #a9d6ff;
  background-size: cover;
  min-height: 100vw;
}
@media only screen and (max-width: 767px) {
  .spCampus_spot__last {
    padding-top: 100vw;
    min-height: 120vw;
  }
}
.spCampus_spot__last__mov {
  position: relative;
  z-index: 1;
  width: 750px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 0 auto;
  top: -90px;
}
@media only screen and (max-width: 767px) {
  .spCampus_spot__last__mov {
    width: 80%;
    padding: 5px;
    top: -120vw;
  }
}
.spCampus_spot__last__mov__inner {
  height: 400px;
  border-radius: 10px;
  text-align: center;
  background-color: #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .spCampus_spot__last__mov__inner {
    height: 110vw;
    padding: 10px;
  }
}
.spCampus_spot__last__mov p {
  font-size: 1.6rem;
  text-align: center;
}

.spCampus_pu2__main {
  padding-bottom: 20px;
}

/* スクロールバー全体を対象にする */
.spCampus_pu2__main::-webkit-scrollbar {
  width: 10px;
  /* スクロールバーの幅 */
  height: 5px;
  /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.spCampus_pu2__main::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* スクロールバーの背景色 */
  border-radius: 5px;
  /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.spCampus_pu2__main::-webkit-scrollbar-thumb {
  background: #888;
  /* スクロールバーの操作部分の背景色 */
  border-radius: 5px;
  /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.spCampus_pu2__main::-webkit-scrollbar-thumb:hover {
  spCampus_pu2: #555;
  /* ホバー時のスクロールバーの操作部分の背景色 */
}

/*# sourceMappingURL=style.css.map */
