<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.campuslife-2025 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #292929;
}
.campuslife-2025 * {
  position: relative;
  box-sizing: border-box;
}




p {
  margin: 0; padding: 0;
  line-height: 1.8;
}

/* リンク */
a {
	color: #2C2C2C;
	text-decoration: none;
	transition: all 0.2s ease;
}
a img {
	zoom: 1;
	opacity: 1; filter: alpha(opacity=100);
	transition: opacity .2s ease-in-out;
	transform: translateX(0); -webkit-transform: translateX(0);
	filter: blur(0); -webkit-filter: blur(0);
	-webkit-backface-visibility: hidden;
}

/* ホバーできる端末のみ */
@media (hover: hover) {
	a:hover img { opacity: 0.8; filter: alpha(opacity=80); }
}



/* レイアウト */
.cl-container {
  width: 97%;
  max-width: 600px;
  margin: auto;
  position: relative;
}
.cl-container.slim {
  max-width: 1080px;
}
@media (min-width: 991px) {
  .cl-container {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cl-container {
    max-width: 1200px;
  }
}



/* MV */
.cl-mv {
  line-height: 0;
}
.cl-mv img {
  width: 100%;
}

/* チェキ */
.sect-gallery {
  padding: 2rem 0;
  background: url("../images/2025/campuslife/bg-grid.png") center;
  background-size: 28px;
}
.cheki-container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.cheki-block {
  display: flex;
  justify-content: center;
  transition: .2s;
  opacity: 0;
}
.cheki-block.visible {
  opacity: 1;
}
.cheki-block div {
  position: relative;
  z-index: 10;
}

@media (max-width: 1000px) {
  .cheki-container {
    max-width: 600px;
  }
  .sect-gallery {
    padding: 0 0 2rem;
  }
  .cheki-block {
    flex-wrap: wrap;
  }
  .cheki-block div {
    flex: 1 1 50%;
  }
  .cheki-image {
    z-index: 1;
    transform: scale(1.4);
    max-width: 100%;
  }
  .cheki-block div:nth-of-type(1),
  .cheki-block div:nth-of-type(3) {
    margin: 0 -5% 0 0;
  }
  .cheki-block div:nth-of-type(2),
  .cheki-block div:nth-of-type(4) {
    margin: 0 0 0 -5%;
  }
}
@media (min-width: 1001px) {
  .cheki-block div:nth-child(4) {
    display: none;
    flex: 0 0 0;
  }
}
@media (min-width: 1001px) and (max-width:1400px) {
  .cheki-block {
    transform: scale(.9);
  }
  .cheki-container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .cheki-container {
    width: 100%;
    max-width: 1200px;
  }
}


/* チェキのアニメーション */
@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(-10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.cheki-block.visible div {
  opacity: 0;
	animation-name: fadein;
	animation-fill-mode: both;
	animation-duration: 350ms;
	animation-timing-function: ease-out;
}
.cheki-block.visible div:nth-child(2) {
  animation-delay: .1s;
}
.cheki-block.visible div:nth-child(3) {
  animation-delay: .2s;
}
.cheki-block.block-02.visible div:nth-child(1),
.cheki-block.block-06.visible div:nth-child(1) {
  animation-delay: .3s;
}
.cheki-block.block-02.visible div:nth-child(2),
.cheki-block.block-06.visible div:nth-child(2) {
  animation-delay: .4s;
}
.cheki-block.block-02.visible div:nth-child(3),
.cheki-block.block-06.visible div:nth-child(3) {
  animation-delay: .2s;
}


/* 吹き出し */
.cheki-block {
  position: relative;
  z-index: 1;
}
.cheki-bubble {
  position: absolute;
  z-index: 100;
}
@keyframes bubble {
	0% {
		opacity: 0;
		transform: scale(.7);
    transform-origin: bottom center ;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.visible .cheki-bubble {
  opacity: 0;
	animation-name: bubble;
  animation-delay: .4s;
	animation-fill-mode: both;
	animation-duration: .2s;
	animation-timing-function: ease-out;
}
.cheki-block.visible div:nth-child(2) .cheki-bubble {
  animation-delay: .5s;
}
.cheki-block.visible div:nth-child(3) .cheki-bubble {
  animation-delay: .6s;
}

@media (max-width: 1000px) {
  .hide-sp {
    display: none;
  }
}
@media (min-width: 1001px) {
  .hide-pc {
    display: none;
  }
}


/* チェキセクション　背景 */
.cheki-block::after,
.cheki-block::before {
  content: ""; display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1000px) {
  .cheki-block::after,
  .cheki-block::before {
    width: 35%; height: 100%;
    background-position: center;
  }
}


/* チェキセクション　１ */
@media (max-width: 1000px) {

  .cheki-block.block-01 { z-index: 6; }
  .cheki-block.block-02 { z-index: 5; }
  .cheki-block.block-03 { z-index: 4; }
  .cheki-block.block-04 { z-index: 3; }
  .cheki-block.block-05 { z-index: 2; }
  .cheki-block.block-06 { z-index: 1; }

  .cheki-block.block-01 {
    padding: 6% 0 10%;
    background-position: top 10px right 24%;
    background-image: url("../images/2025/campuslife/bg-ribbon_sp.png");
    background-size: 40%;
    background-repeat: no-repeat;
  }
  .cheki-block.block-01::before {
    height: 100%;
    top: 0;
    right: 2%;
    background-position: bottom right;
    background-image: url("../images/2025/campuslife/bg-mirror_sp.png");
  }
  .cheki-block.block-01-sp::before {
    height: 102%;
    top: 0;
    left: 23%;
    background-position: bottom left;
    background-image: url("../images/2025/campuslife/bg-sneakers_sp.png");
  }
  .cheki-block.block-01 div:nth-of-type(1) {
    z-index: 20;
    padding: 12% 0 0;
  }
  .cheki-block.block-01 div:nth-of-type(2) {
    z-index: 20;
    padding: 15% 0 0;
    margin: 0 -10% 0 -5%;
  }
  .cheki-block.block-01 div:nth-of-type(2) .cheki-bubble {
    left: -80%;
    top: 0;
  }
  .cheki-block.block-01-sp {
    padding: 0 0 12%;
  }
  .cheki-block.block-01-sp div:nth-of-type(1) {
    padding: 10% 0 5%;
    margin: 0 -3% 0 -8%;
    z-index: 6;
  }
  .cheki-block.block-01-sp div:nth-of-type(1) .cheki-bubble {
    left: 15%;
    bottom: 0;
  }
  .cheki-block.block-01-sp div:nth-of-type(2) {
    margin: -2% -7% 0 0;
    padding: 2% 0 0;
    z-index: 5;
  }
  .cheki-block.block-01-sp div:nth-of-type(2) .cheki-bubble {
    top: -10px;
    left: 0;
  }
}
@media (max-width: 700px) {
  .cheki-block.block-01 div:nth-of-type(1) {
    padding: 18% 0 0;
  }
  .cheki-block.block-01-sp div:nth-of-type(1) {
    padding: 10% 0 11%;
  }
  .cheki-block.block-01-sp div:nth-of-type(2) {
    padding: 10% 0 0;
  }
}
@media (min-width: 1001px) {
  .cheki-block.block-01 div:nth-of-type(1) {
    padding: 3rem 0 0;
  }
  .cheki-block.block-01 div:nth-of-type(1) .cheki-bubble {
    top: 0;
    left: 10%;
  }  
  .cheki-block.block-01 div:nth-of-type(2) {
    margin: 0 0 0 -10%;
  }
  .cheki-block.block-01 div:nth-of-type(3) {
    padding: 50px;
  }  
  .cheki-block.block-01 div:nth-of-type(3) .cheki-bubble {
    right: 20%;
    top: -10px;
  }  
  .cheki-block.block-01::before {
    width: 15%; height: 50%;
    bottom: 0px; right: 34%;
    background-position: bottom 10% right;
    background-image: url("../images/2025/campuslife/bg-ribbon.png");
  }
}


/* チェキセクション　２ */
@media (max-width: 1000px) {
  .cheki-block.block-02 {
    margin: -10% 0 0 ;
    padding: 0 0 18%;
  }
  .cheki-block.block-02::before {
    top: 0px; left: 0;
    height: 97%;
    background-position: left bottom;
    background-image: url("../images/2025/campuslife/bg-juice_sp.png");
  }
  .cheki-block.block-02-sp {
    padding: 0 0 20%;
  }
  .cheki-block.block-02-sp::before {
    height: 103%;
    top: 0; right: 5%;
    background-position: bottom right;
    background-image: url("../images/2025/campuslife/bg-earrings_sp.png");
  }
  .cheki-block.block-02 div:nth-of-type(1) {
    padding: 15% 0 0;
  }
  .cheki-block.block-02 div:nth-of-type(2) {
    padding: 15% 0 10%;
  }
  .cheki-block.block-02 div:nth-of-type(2) .cheki-bubble {
    top: -20px; right: 10%;
  }
  .cheki-block.block-02-sp div:nth-of-type(1) {
    padding: 1% 0 0;
    margin: 0 0 0 -4%;
  }
  .cheki-block.block-02-sp div:nth-of-type(1) .cheki-bubble {
    top: -25px;
    right: -4%;
  }
  .cheki-block.block-02-sp div:nth-of-type(2) {
    margin: 0 -10% 0 0;
    padding: 0 0 3%;
  }
  .cheki-block.block-02-sp div:nth-of-type(2) .cheki-bubble {
    bottom: -10px; right: 15%;
  }
}
@media (max-width: 700px) {
  .cheki-block.block-02-sp div:nth-of-type(1) {
    padding: 6% 0 0;
  }
  .cheki-block.block-02-sp div:nth-of-type(2) {
    margin: 0 -5% 0 0;
    padding: 0 0 11%;
  }
  .cheki-block.block-02::after {
    height: 91%;
  }
}
@media (min-width: 1001px) {
  .cheki-block.block-02 {
    align-items: center;
    margin: -40px 0 40px;
  }
  .cheki-block.block-02 div:nth-of-type(1) {
    padding: 2rem 0 0;
  }
  .cheki-block.block-02 div:nth-of-type(2) {
    margin: 0 0 0 -10%;
  }
  .cheki-block.block-02 div:nth-of-type(2) .cheki-bubble {
    top: -20px;
    right: 15%;
  }
  .cheki-block.block-02 div:nth-of-type(3) .cheki-bubble {
    top: -20px;
    right: 10%;
  }
}


/* チェキセクション　３ */
@media (max-width: 1000px) {
  .cheki-block.block-03 {
    padding: 0 0 13%;
  }
  .cheki-block.block-03::before {
    bottom: 0;
    left: 30%;
    background-image: url("../images/2025/campuslife/bg-party_sp.png");
    background-position: bottom center;
  }
  .cheki-block.block-03 div:nth-of-type(1) {
    padding: 13% 0 0;
    margin: -12% 0 0;
  }
  .cheki-block.block-03 div:nth-of-type(1) .cheki-bubble {
    top: -10px;
    left: 10%;
  }
  .cheki-block.block-03 div:nth-of-type(2) {
    padding: 10% 0 0;
    margin: 0 -5% 0 0;
  }
}
@media (max-width: 700px) {
  .cheki-block.block-03 div:nth-of-type(1) {
    padding: 20% 0 0;
  }
}
@media (min-width: 1001px) {
  .cheki-block.block-03 {
    margin: -2rem 0 0;
  }
  .cheki-block.block-03 div:nth-of-type(1) .cheki-bubble {
    top: -30px;
  }
  .cheki-block.block-03 div:nth-of-type(2) .cheki-bubble {
    top: -40px;
    left: -10%;
  }  
  .cheki-block.block-03::before {
    width: 11%; height: 50%;
    top: 60px; left: 0;
    background-image: url("../images/2025/campuslife/bg-juice.png");
  }
  .cheki-block.block-03::after {
    width: 12%; height: 50%;
    bottom: 70px; right: 0;
    background-image: url("../images/2025/campuslife/bg-earrings.png");
  }
}


/* チェキセクション　４ PCのみ　*/
@media (max-width: 1000px) {
  .cheki-block.block-04 {
    height: 0;
  }
}
@media (min-width: 1001px) {
  .cheki-block.block-04 {
    align-items: center;
  }  
  .cheki-block.block-04 div:nth-of-type(1) .cheki-bubble {
    top: -60px;
    left: 5%;
  }
  .cheki-block.block-04 div:nth-of-type(3) {
    margin: 60px 0 0 -10%;
  }
  .cheki-block.block-04 div:nth-of-type(3) .cheki-bubble {
    right: 10%;
    top: -60px;
  }  
}


/* チェキセクション　５  節分 */
.cheki-block.block-05 {
 align-items: center;
}
@media (max-width: 1000px) {
  .cheki-block.block-05 {
    padding: 5% 5% 14% 0;
  }
  .cheki-block.block-05::before {
    bottom: 0;
    left: 5%;
    background-image: url("../images/2025/campuslife/bg-setsubun_sp.png");
    background-position: bottom left;
  }
  .cheki-block.block-05 div:nth-of-type(1) {
    margin: -5% 0 0 -10%;
  }
  .cheki-block.block-05 div:nth-of-type(2) {
    margin: -5% 0 0 -10%;
    padding: 5% 0 0;
  }
  .cheki-block.block-05 div:nth-of-type(2) .cheki-bubble {
    top: -30px;
    right: 0%;
  }  
}
@media (max-width: 700px) {
  .cheki-block.block-05 div:nth-of-type(2) {
    padding: 10% 0 0;
  }
}
@media (min-width: 1001px) {
  .cheki-block.block-05 div:nth-of-type(2) {
    margin: 30px 0 0 -4%;
  }
  .cheki-block.block-05 div:nth-of-type(2) .cheki-bubble {
    top: -60px;
    left: 5%;
  }  
  .cheki-block.block-05::before {
    width: 13%; height: 50%;
    bottom: 40px; left: 0;
    background-image: url("../images/2025/campuslife/bg-setsubun.png");
  }
  .cheki-block.block-05::after {
    width: 11%; height: 50%;
    top: 40px; right: 0;
    background-image: url("../images/2025/campuslife/bg-ehoumaki.png");
  }
}


/* チェキセクション　６ */
@media (max-width: 1000px) {
  .cheki-block.block-06 {
    align-items: center;
    padding: 0 0 8%;
  }
  .cheki-block.block-06::before {
    bottom: 0;
    right: 0;
    height: 85%;
    background-position: bottom right;
    background-image: url("../images/2025/campuslife/bg-backpack_sp.png");
  }
  .cheki-block.block-06 div:nth-of-type(1) {
    padding: 12% 0 0;
  }
  .cheki-block.block-06 div:nth-of-type(1) .cheki-bubble {
    top: -15px;
    left: 25%;
  }
  .cheki-block.block-06 div:nth-of-type(2) {
    padding: 0 0 10%;
  }
  .cheki-block.block-06-sp div:nth-of-type(1) {
    padding: 5% 0 12%;
    margin: 0 0 0 -1%;
  }
  .cheki-block.block-06-sp div:nth-of-type(1) .cheki-bubble {
    bottom: 0;
    left: 5%;
  }
  .cheki-block.block-06-sp div:nth-of-type(2) {
    padding: 6% 0 0;
    margin: 0 -2% 0 -5%;
  }
  .cheki-block.block-06-sp div:nth-of-type(2) .cheki-bubble {
    top: -15px;
    left: 2%;
  }
}
@media (max-width: 700px) {
  .cheki-block.block-06-sp div:nth-of-type(1) {
    padding: 5% 0 18%;
  }
  .cheki-block.block-06-sp div:nth-of-type(2) {
    padding: 10% 0 0;
  }
}
@media (min-width: 1001px) {
  .cheki-block.block-06 div:nth-of-type(2) {
    margin: 0 0 0 -10%;
  }
  .cheki-block.block-06 div:nth-of-type(1) .cheki-bubble {
    left: 5%; top: -30px;
  }
  .cheki-block.block-06 div:nth-of-type(3) .cheki-bubble {
    right: 0; top: -80px;
  }  
  .cheki-block.block-06::before {
    width: 14%; height: 50%;
    bottom: 0; right: 28%;
    background-image: url("../images/2025/campuslife/bg-backpack.png");
  }
}


/* 他にもいろんなことが経験できるよ！ */
.sect-slider-h {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  padding: .5rem 1rem;
  border-radius: 99px;
  width: 15em;
  line-height: 1.4;
  max-width: 100%;
  margin: auto;
  border: 3px solid #fff;
  position: relative;
  background: #d75487;
  background: linear-gradient(130deg, #e28d43 0%, #d75487 50%);
  transform: translateY(-50%);
}
.sect-slider-h::before,
.sect-slider-h::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  margin: auto;
}
.sect-slider-h::before {
  bottom: -18px;
  border: 18px solid transparent;
  border-bottom: none;
  border-top-color: #fff;
}
.sect-slider-h::after {
  bottom: -14px;
  border: 15px solid transparent;
  border-bottom: none;
  border-top-color: #d75487;
}
@media (min-width: 1001px) {
  .sect-slider-h {
    width: 30rem;
    line-height: 1;
    padding: 1rem;
  }
}


/* スライダー */
.sect-slider {
  padding: 0 0 2rem 0;
  margin: 5rem 0 3rem;
  position: relative;
}
.sect-slider::before {
  content: ""; display: block;
  max-width: 95%;
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  background: linear-gradient(130deg, #F7E2CF 0%, #F4D3E0 50%);
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.photo-slider img {
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.photo-slider .swiper-slide {
  padding: 0 .5rem 1rem;
  line-height: 0;
}
@media (min-width: 1001px) {
  .sect-slider {
    margin: 5rem 0;
  }
  .photo-slider .swiper-slide {
    padding: 0 1rem 1rem;
  }  
}


/* インスタグラム・ブログ */
.sect-blog {
  padding: 60px 0;
  background-image: url(../images/2025/top/bg-dots.png), linear-gradient(130deg, #e6d1f0 50%, #ced5f1 100%);
  background-repeat: repeat-x;
  background-position: bottom 10px center, center;
  background-size: 16px, 100%;
}
.sect-blog_blog {
  margin-top: 2rem;
}
@media (min-width:1001px) {
  .sect-blog {
    background-position: bottom -220px center, center;
    background-size: 35px, 100%;
  }
}


/* 見出し */
.sect-blog-h {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  margin: 20px auto;
  z-index: 20;
  padding: 0 10px 10px;
  margin: 0 auto;
  width: 100%;
}
.sect-blog-h strong {
  font-size: 1.4em;
  color: #D75487;
}
@media (min-width:991px) {
  .sect-blog-h {
    width: 26em;
    padding: 0 50px;
    font-size: 26px;
    margin: 20px auto;
  }
}
.sect-blog-h::after,
.sect-blog-h::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
}
.sect-blog-h::before {
  left: 5px;
}
.sect-blog-h::before {
  background-image: url("../images/2025/course/beauty/shine-01.png");
}
.sect-blog-h::after {
  right: 5px;
}
.sect-blog-h::after {
  background-image: url("../images/2025/course/beauty/shine-02.png");
}
@media (min-width:701px) {
  .sect-blog-h::after,
  .sect-blog-h::before {
    width: 70px;
  }
  .sect-blog-h::before {
    left: 0;
  }
  .sect-blog-h::after {
    right: 0;
  }  
}

.top25-blog {
  margin: 60px 0 0 0;
}






/* インスタグラムフォローボタン */
#sb_instagram .sbi_follow_btn a {
  border-radius: 50px!important;
  background: linear-gradient(130deg, #d75487 10%, #A14AC5 100%)!important;
  transition: .2s ease-in-out!important;
}
#sb_instagram .sbi_follow_btn a:hover {
  border-radius: 50px!important;
  background: linear-gradient(130deg, #d75487 10%, #A14AC5 100%)!important;
  transform: scale(1.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)!important;
  opacity: 1;
}


/* 改行 */
.br { display: inline-block; }

</pre></body></html>