@charset "shift_jis";
/* Updated 2026/03/06.T */
/*-----------------------
font
------------------------*/
@font-face {
  font-family: "noto-sans-black";
  src: url("/kojin/special/fonts/NotoSansJP-Black.woff") format("woff");
}
/*-----------------------
general
------------------------*/
/* btn */
.btn-type01.-orange01 {
  background-color: #ff5f04;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
/*-----------------------
animation
------------------------*/
.anm-fadeUp01 {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0px);
}
.js-inview01.-anm-type01 {
  transition-delay: 0ms;
  transition-timing-function: unset;
  transition-duration: 800ms;
}
.js-inview01.-anm-type01:not(.anm-fadeUp01) {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(15px);
}
@keyframes cmn-bg01 {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  22%, 100% {
    opacity: 1;
  }
}
/*-----------------------
Layout
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 3;
}
.cpEndTxt {
  z-index: 3;
}
#footer-area {
  position: relative;
  z-index: 1;
}
#footer-content {
  margin-top: 0;
}
.footer-logo {
  padding-bottom: 70px;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}
.section-main {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
@media screen and (max-width: 500px) {
  .section-main {
    box-shadow: none;
  }
}
.section-mainInr {
  overflow: hidden;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_04.png") center 0 repeat;
  background-size: 16px auto;
}
@media screen and (max-width: 499px) {
  .section-mainInr {
    background-size: 3.2vw auto;
  }
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  display: flex;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_01.png") center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 499px) {
  .layout-bg01 {
    background: none;
  }
}
.layout-bg02 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.layout-bg02Item01 {
  width: 100%;
  height: 55px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_03.png") repeat-x;
  background-position: 0 center;
  background-size: 275px auto;
  animation: bg02_left 15s linear infinite;
  will-change: background-position;
}
@keyframes bg02_left {
  from {
    background-position: 275px center;
  }
  to {
    background-position: -275px center;
  }
}
/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.kv-area01 .wrap01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 27px 49px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_02.png") 0 0 no-repeat;
  background-color: #d1f1f4;
  background-size: 100% auto;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .kv-area01 .wrap01 {
    padding: 5.33333vw 9.86667vw;
  }
}
.kv-area01 .ttl01 {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  margin: 0 0 11px 0;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 499px) {
  .kv-area01 .ttl01 {
    margin: 0 0 2.13333vw 0;
    font-size: 3.73333vw;
  }
}
.kv-area01 .ttl01:before {
  display: block;
  margin: 0 5px 0 0;
  width: 17px;
  height: 24px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_15.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area01 .ttl01:before {
    margin: 0 1.06667vw 0 0;
    width: 3.46667vw;
    height: 4.8vw;
  }
}
.kv-area01 .ttl01:after {
  display: block;
  margin: 0 0 0 5px;
  width: 17px;
  height: 24px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_15.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  transform: scaleX(-1);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area01 .ttl01:after {
    margin: 0 0 0 1.06667vw;
    width: 3.46667vw;
    height: 4.8vw;
  }
}
.kv-area01 .ttl01.-type01 {
  margin: 13px 0 11px 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area01 .ttl01.-type01 {
    margin: 2.66667vw 0 2.13333vw 0;
  }
}
.kv-area01 .ttl01.-type01:before {
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_16.svg");
}
.kv-area01 .ttl01.-type01:after {
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_16.svg");
}
.kv-area01 .btn-type01 {
  width: 100%;
  box-shadow: none;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 {
    font-size: 4.8vw;
  }
}
.kv-area01 .btn-type01 > .inner {
  min-height: 59px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 11.73333vw;
  }
}
/*-----------------------
intro-area01
------------------------*/
.intro-area01 {
  position: relative;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 499px) {
  .intro-area01 {
    margin: 4.8vw 0 0 0;
  }
}
.intro-area01 .ttl01 {
  position: absolute;
  top: 47px;
  left: 0;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 13px 0;
}
@media screen and (max-width: 499px) {
  .intro-area01 .ttl01 {
    top: 9.33333vw;
    gap: 2.66667vw 0;
  }
}
.intro-area01 .ttl01.anm-ttl01 .ttl01Txt01:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafcc7;
  content: "";
  opacity: 0;
  transform: scaleX(0) translateX(-5%);
  transform-origin: left center;
  animation: cmn-bg01 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.4s;
}
.intro-area01 .ttl01Txt01 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 15px 15px 9px 15px;
}
@media screen and (max-width: 499px) {
  .intro-area01 .ttl01Txt01 {
    padding: 2.93333vw 2.93333vw 1.86667vw 2.93333vw;
  }
}
.intro-area01 .ttl01Txt01 img {
  width: 286px;
}
@media screen and (max-width: 499px) {
  .intro-area01 .ttl01Txt01 img {
    width: 57.33333vw;
  }
}
.intro-area01 .ttl01Txt01.-type01 img {
  width: 363px;
}
@media screen and (max-width: 499px) {
  .intro-area01 .ttl01Txt01.-type01 img {
    width: 72.8vw;
  }
}
.intro-area01 .ttl01 img {
  position: relative;
  z-index: 1;
}
/*-----------------------
intro-area02
------------------------*/
.intro-area02 {
  overflow: hidden;
  margin: 23px 27px 0 27px;
  border-radius: 10px;
}
@media screen and (max-width: 499px) {
  .intro-area02 {
    margin: 4.53333vw 5.33333vw 0 5.33333vw;
  }
}
.intro-area02 .head01 {
  position: relative;
  padding: 8px 0;
  background: rgba(0, 193, 212, 0.2);
  color: #141d1d;
  text-align: center;
  letter-spacing: 6%;
  font-size: 2.7rem;
  font-family: "noto-sans-black";
}
@media screen and (max-width: 499px) {
  .intro-area02 .head01 {
    padding: 1.6vw 0;
    font-size: 5.33333vw;
  }
}
.intro-area02 .head01:before {
  position: absolute;
  bottom: -11px;
  left: 50%;
  display: block;
  width: 27px;
  height: 12px;
  background-color: #b3edf3;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, 0);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 499px) {
  .intro-area02 .head01:before {
    bottom: -2.13333vw;
    width: 5.33333vw;
    height: 2.4vw;
  }
}
.intro-area02 .body01 {
  padding: 17px 27px 29px 27px;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .intro-area02 .body01 {
    padding: 3.46667vw 5.33333vw 5.86667vw 5.33333vw;
  }
}
.intro-area02 .txt01 {
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .intro-area02 .txt01 {
    font-size: 4.26667vw;
  }
}
.intro-area02 .btn01 {
  display: inline-flex;
  align-items: center;
  margin: 15px 0 0 0;
  padding: 0;
  min-width: 306px;
  min-height: 68px;
  border: 3px solid #00c1d4;
  background-color: #fafcc7;
  box-shadow: none;
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .intro-area02 .btn01 {
    margin: 2.93333vw 0 0 0;
    min-width: 61.33333vw;
    min-height: 13.6vw;
    font-size: 4.26667vw;
  }
}
.intro-area02 .btn01 > .inner {
  padding: 0;
  min-height: 100%;
  height: 100%;
  color: #5c068c;
}
.intro-area02 .btn01 > .inner:after {
  display: block;
  margin: 0 0 0 13px;
  width: 20px;
  height: 16px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_02.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .intro-area02 .btn01 > .inner:after {
    margin: 0 0 0 2.66667vw;
    width: 4vw;
    height: 3.2vw;
  }
}
/*-----------------------
intro-area03
------------------------*/
.intro-area03 {
  position: relative;
  margin: 67px 0 0 0;
  padding: 0 27px;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .intro-area03 {
    margin: 13.33333vw 0 0 0;
    padding: 0 5.33333vw;
  }
}
.intro-area03:before {
  position: absolute;
  top: -51px;
  left: 0;
  display: block;
  width: 101px;
  height: 101px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_img_16.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .intro-area03:before {
    top: -10.13333vw;
    width: 20.26667vw;
    height: 20.26667vw;
  }
}
.intro-area03:after {
  position: absolute;
  top: -27px;
  left: 0;
  display: block;
  width: 100%;
  height: 227px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_11.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .intro-area03:after {
    top: -5.33333vw;
    height: 45.6vw;
  }
}
.intro-area03 .frame01 {
  padding: 43px 0 43px 0;
  border-radius: 10px;
  background-color: #5c068c;
}
@media screen and (max-width: 499px) {
  .intro-area03 .frame01 {
    padding: 8.53333vw 0 8.53333vw 0;
  }
}
.intro-area03 .frame01:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  display: block;
  width: 100%;
  height: 372px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_12.png") calc(50% + 10px) 0 no-repeat;
  background-size: 469px auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .intro-area03 .frame01:after {
    bottom: -2.66667vw;
    height: 74.66667vw;
    background-position: calc(50% - 1.4vw);
    background-size: 94.13333vw auto;
  }
}
.intro-area03 .wrap01 {
  margin: 0 43px 0 43px;
  padding: 0 0 25px 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 499px) {
  .intro-area03 .wrap01 {
    margin: 0 8.53333vw 0 8.53333vw;
    padding: 0 0 5.06667vw 0;
  }
}
.intro-area03 .wrap02 {
  margin: 0 27px;
  padding: 13px 0;
  background-color: #fafcc7;
  color: #5c068c;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 499px) {
  .intro-area03 .wrap02 {
    margin: 0 5.33333vw;
    padding: 2.66667vw 0;
    font-size: 3.73333vw;
  }
}
.intro-area03 .ttl01 {
  position: relative;
  z-index: 1;
  padding: 27px 0 13px 0;
}
@media screen and (max-width: 499px) {
  .intro-area03 .ttl01 {
    padding: 5.33333vw 0 2.66667vw 0;
  }
}
.intro-area03 .ttl01 img {
  width: 319px;
}
@media screen and (max-width: 499px) {
  .intro-area03 .ttl01 img {
    width: 64vw;
  }
}
.intro-area03 .ttl02 {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #5c068c;
  letter-spacing: 0;
  font-size: 2.7rem;
  font-family: "noto-sans-black";
  line-height: 1.4;
}
@media screen and (max-width: 499px) {
  .intro-area03 .ttl02 {
    font-size: 5.33333vw;
  }
}
.intro-area03 .txt01 {
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .intro-area03 .txt01 {
    font-size: 4.8vw;
  }
}
.intro-area03 .img01 {
  padding: 20px 0 0 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .intro-area03 .img01 {
    padding: 4vw 0 0 0;
  }
}
.intro-area03 .img01 img {
  width: 201px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .intro-area03 .img01 img {
    width: 40.26667vw;
  }
}
.intro-area03 .list-notice01 {
  margin-top: 1.6vw !important;
  color: #56635f;
  font-size: 1.6rem;
}
@media screen and (max-width: 499px) {
  .intro-area03 .list-notice01 {
    margin-top: 1.6vw !important;
    font-size: 3.2vw;
  }
}
/*-----------------------
flow-area01
------------------------*/
.flow-area01 {
  position: relative;
  margin: 67px 0 0 0;
  padding: 0 27px 67px 27px;
}
@media screen and (max-width: 499px) {
  .flow-area01 {
    margin: 13.33333vw 0 0 0;
    padding: 0 5.33333vw 13.33333vw 5.33333vw;
  }
}
.flow-area01.anm-fadeUp01 .head01:before {
  animation-name: flow_img01;
}
@media screen and (max-width: 499px) {
  .flow-area01.anm-fadeUp01 .head01:before {
    animation-name: flow_img01_sp;
  }
}
.flow-area01 .head01 {
  position: relative;
  min-height: 170px;
  background-color: #00c1d4;
}
@media screen and (max-width: 499px) {
  .flow-area01 .head01 {
    min-height: 34.13333vw;
  }
}
.flow-area01 .head01:before {
  position: absolute;
  top: -52px;
  right: 13px;
  display: block;
  width: 121px;
  height: 158px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_img_17.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 1150ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .flow-area01 .head01:before {
    top: -10.4vw;
    right: 2.66667vw;
    width: 24.26667vw;
    height: 31.73333vw;
  }
}
.flow-area01 .head01 img {
  position: absolute;
  top: 8px;
  left: 188px;
  width: 108px;
}
@media screen and (max-width: 499px) {
  .flow-area01 .head01 img {
    top: 1.6vw;
    left: 37.6vw;
    width: 21.6vw;
  }
}
.flow-area01 .head02 {
  display: flex;
  align-items: center;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .head02 {
    margin: 0 0 4.8vw 0;
  }
}
.flow-area01 .head02Wrap01 {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  padding: 0 0 0 21px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .flow-area01 .head02Wrap01 {
    padding: 0 0 0 4.26667vw;
  }
}
.flow-area01 .head02Txt01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background-color: #5c068c;
}
@media screen and (max-width: 499px) {
  .flow-area01 .head02Txt01 {
    width: 17.06667vw;
    height: 17.06667vw;
  }
}
.flow-area01 .head02Txt02 {
  flex: 1;
  color: #5c068c;
  letter-spacing: 0;
  font-size: 2.7rem;
  font-family: "noto-sans-black";
  line-height: 1.3;
}
@media screen and (max-width: 499px) {
  .flow-area01 .head02Txt02 {
    font-size: 5.33333vw;
  }
}
.flow-area01 .head02Txt03 {
  margin: 0 0 5px 0;
  padding: 4px 7px;
  border-radius: 2px;
  background-color: #fafcc7;
  color: #5c068c;
  letter-spacing: 0;
  font-size: 1.9rem;
  font-family: "noto-sans-black";
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .flow-area01 .head02Txt03 {
    margin: 0 0 1.06667vw 0;
    padding: 0.8vw 1.33333vw;
    font-size: 3.73333vw;
  }
}
.flow-area01 .head02Txt03.-type01 {
  background-color: #d1f1f4;
}
.flow-area01 .frame01 {
  position: relative;
  margin: 0 0 85px 0;
  padding: 29px 27px 37px 24px;
  border: 3px solid #00c1d4;
  background-color: #ffffff;
}
@media screen and (max-width: 499px) {
  .flow-area01 .frame01 {
    margin: 0 0 17.06667vw 0;
    padding: 5.86667vw 5.33333vw 7.46667vw 4.8vw;
  }
}
.flow-area01 .frame01.-type01 {
  margin: 85px 0 0 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .frame01.-type01 {
    margin: 17.06667vw 0 0 0;
  }
}
.flow-area01 .frame01.-type01:before {
  top: -93px;
  bottom: auto;
}
@media screen and (max-width: 499px) {
  .flow-area01 .frame01.-type01:before {
    top: -18.66667vw;
  }
}
.flow-area01 .frame01:before {
  position: absolute;
  bottom: -85px;
  left: 0;
  display: block;
  width: 100%;
  height: 85px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_09.svg") center calc(50% + 4px) no-repeat;
  background-size: 104px auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .flow-area01 .frame01:before {
    bottom: -17.06667vw;
    height: 17.06667vw;
    background-size: 20.8vw auto;
  }
}
.flow-area01 .frame02 {
  position: relative;
  margin: 85px 0 0 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .frame02 {
    margin: 17.06667vw 0 0 0;
  }
}
.flow-area01 .frame02:before {
  position: absolute;
  top: -93px;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 85px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_09.svg") center calc(50% + 4px) no-repeat;
  background-size: 104px auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .flow-area01 .frame02:before {
    top: -18.66667vw;
    height: 17.06667vw;
    background-size: 20.8vw auto;
  }
}
.flow-area01 .block20 {
  position: relative;
  margin: 31px 0 27px 0;
  padding: 20px 16px;
  background-color: #ffebeb;
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .block20 {
    margin: 6.13333vw 0 5.33333vw 0;
    padding: 4vw 3.2vw;
    font-size: 4.26667vw;
  }
}
.flow-area01 .block20:before {
  position: absolute;
  top: -21px;
  left: -8px;
  display: block;
  width: 128px;
  height: 43px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_10.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .flow-area01 .block20:before {
    top: -4.26667vw;
    left: -1.6vw;
    width: 25.6vw;
    height: 8.53333vw;
  }
}
.flow-area01 .block30 {
  margin: 0 0 27px 0;
  border: 3px solid #dce5fd;
  border-radius: 8px;
  background: #ffffff;
}
@media screen and (max-width: 499px) {
  .flow-area01 .block30 {
    margin: 0 0 5.33333vw 0;
  }
}
.flow-area01 .block30Head01 {
  position: relative;
  padding: 19px 39px 19px 0;
  width: 100%;
  outline: none;
  border: 0;
  background: #dce5fd;
  font-weight: bold;
  font-size: 2.7rem;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  .flow-area01 .block30Head01 {
    padding: 3.73333vw 7.73333vw 3.73333vw 0;
    font-size: 5.33333vw;
  }
}
.flow-area01 .block30Head01:before {
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 24px;
  height: 4px;
  background-color: #5c068c;
  content: "";
  transform: translate(0, -50%);
}
@media screen and (max-width: 499px) {
  .flow-area01 .block30Head01:before {
    right: 3.73333vw;
    width: 4.8vw;
    height: 0.8vw;
  }
}
.flow-area01 .block30Head01:after {
  position: absolute;
  top: 50%;
  right: 29px;
  display: block;
  width: 4px;
  height: 24px;
  background-color: #5c068c;
  content: "";
  transform: translate(0, -50%);
}
@media screen and (max-width: 499px) {
  .flow-area01 .block30Head01:after {
    right: 5.86667vw;
    width: 0.8vw;
    height: 4.8vw;
  }
}
.flow-area01 .block30Head01.is-open:after {
  display: none;
}
.flow-area01 .block30Body01 {
  background: #ffffff;
  text-align: center;
}
.flow-area01 .block31 {
  position: relative;
}
.flow-area01 .block31.-type01 {
  margin: 24px 0 24px 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31.-type01 {
    margin: 4.8vw 0 4.8vw 0;
  }
}
.flow-area01 .block31.-type01:before {
  position: absolute;
  top: -37px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 45px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_11.svg") center 0 no-repeat;
  background-size: 45px auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31.-type01:before {
    top: -7.46667vw;
    height: 9.06667vw;
    background-size: 9.06667vw auto;
  }
}
.flow-area01 .block31Inr01 {
  position: relative;
  padding: 37px 0 25px 0;
  border-radius: 10px;
  background: linear-gradient(275.19deg, rgba(91, 74, 232, 0.4) 0.76%, rgba(29, 188, 232, 0.4) 100.04%), #ffffff;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31Inr01 {
    padding: 7.46667vw 0 5.06667vw 0;
  }
}
.flow-area01 .block31Inr01:before {
  position: absolute;
  top: -11px;
  left: -19px;
  display: block;
  width: 460px;
  height: 76px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_13.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31Inr01:before {
    top: -2.13333vw;
    left: -3.73333vw;
    width: 92.26667vw;
    height: 15.2vw;
  }
}
.flow-area01 .block31Inr01:after {
  position: absolute;
  bottom: -1px;
  left: -11px;
  display: block;
  width: 25px;
  height: 17px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_14.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31Inr01:after {
    bottom: -0.26667vw;
    left: -2.13333vw;
    width: 5.06667vw;
    height: 3.46667vw;
  }
}
.flow-area01 .block31Inr01.-type01:before {
  top: 27px;
  left: -9px;
  width: 463px;
  height: 84px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_19.png");
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31Inr01.-type01:before {
    top: 5.33333vw;
    left: -1.86667vw;
    width: 92.8vw;
    height: 16.8vw;
  }
}
.flow-area01 .block31Inr01.-type01:after {
  bottom: -19px;
  left: -32px;
  width: 489px;
  height: 72px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_20.png");
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31Inr01.-type01:after {
    bottom: -3.73333vw;
    left: -6.4vw;
    width: 98.13333vw;
    height: 14.4vw;
  }
}
.flow-area01 .block31Txt01 {
  -webkit-text-stroke: 2px #3d6a8b;
  text-stroke: 2px #3d6a8b;
  paint-order: stroke;
  color: #fafcc7;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-family: "noto-sans-black";
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31Txt01 {
    font-size: 4.8vw;
  }
}
.flow-area01 .block31Icon01 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 36px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_17.svg") 0 0 no-repeat;
  background-size: 100% auto;
  color: #5c068c;
  font-size: 1.6rem;
  font-family: "noto-sans-black";
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31Icon01 {
    width: 16.53333vw;
    height: 7.2vw;
    font-size: 3.2vw;
  }
}
.flow-area01 .block31Icon01.-type01 {
  width: 141px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_18.svg");
}
@media screen and (max-width: 499px) {
  .flow-area01 .block31Icon01.-type01 {
    width: 28.26667vw;
  }
}
.flow-area01 .ttl01 {
  position: absolute;
  top: -19px;
  left: 0;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .ttl01 {
    top: -3.73333vw;
    gap: 2.4vw 0;
  }
}
.flow-area01 .ttl01.anm-ttl01 .ttl01Txt01:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafcc7;
  content: "";
  opacity: 0;
  transform: scaleX(0) translateX(-5%);
  transform-origin: left center;
  animation: cmn-bg01 3.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.4s;
}
.flow-area01 .ttl01Txt01 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 15px 13px 9px 15px;
}
@media screen and (max-width: 499px) {
  .flow-area01 .ttl01Txt01 {
    padding: 2.93333vw 2.66667vw 1.86667vw 2.93333vw;
  }
}
.flow-area01 .ttl01Txt01 img {
  width: 141px;
}
@media screen and (max-width: 499px) {
  .flow-area01 .ttl01Txt01 img {
    width: 28.26667vw;
  }
}
.flow-area01 .ttl01Txt01.-type01 {
  padding: 11px 16px 13px 19px;
}
@media screen and (max-width: 499px) {
  .flow-area01 .ttl01Txt01.-type01 {
    padding: 2.13333vw 3.2vw 2.66667vw 3.73333vw;
  }
}
.flow-area01 .ttl01Txt01.-type01 img {
  width: 423px;
}
@media screen and (max-width: 499px) {
  .flow-area01 .ttl01Txt01.-type01 img {
    width: 84.8vw;
  }
}
.flow-area01 .ttl01 img {
  position: relative;
  z-index: 1;
}
.flow-area01 .txt10 {
  padding: 0 0 17px 0;
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .txt10 {
    padding: 0 0 3.46667vw 0;
    font-size: 4.26667vw;
  }
}
.flow-area01 .txt20 {
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .txt20 {
    font-size: 4.8vw;
  }
}
.flow-area01 .txt21 {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .txt21 {
    font-size: 4.26667vw;
  }
}
.flow-area01 .txt22 {
  margin: 0 0 11px 0;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .txt22 {
    margin: 0 0 2.13333vw 0;
    font-size: 4.8vw;
  }
}
.flow-area01 .txt24 {
  margin: 11px 0 0 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .txt24 {
    margin: 2.13333vw 0 0 0;
  }
}
.flow-area01 .num20 {
  display: inline-block;
  margin: 0 8px 0 4px;
  padding: 11px 13px;
  background-color: #fb4848;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .flow-area01 .num20 {
    margin: 0 1.6vw 0 0.8vw;
    padding: 2.13333vw 2.66667vw;
    font-size: 5.33333vw;
  }
}
.flow-area01 .line20 {
  margin: 11px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 499px) {
  .flow-area01 .line20 {
    margin: 2.13333vw 0;
  }
}
.flow-area01 .btn-type01 {
  width: 100%;
  height: 67px;
  letter-spacing: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .btn-type01 {
    height: 13.33333vw;
    font-size: 4.8vw;
  }
}
.flow-area01 .btn10 {
  margin: 27px 0 0 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .btn10 {
    margin: 5.33333vw 0 0 0;
  }
}
.flow-area01 .list-notice01 {
  color: #56635f;
  font-size: 1.6rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .list-notice01 {
    font-size: 3.2vw;
  }
}
.flow-area01 .list-notice01 > .item {
  margin-top: 5px;
}
@media screen and (max-width: 499px) {
  .flow-area01 .list-notice01 > .item {
    margin-top: 1.06667vw;
  }
}
.flow-area01 .list01 {
  margin-top: 24px !important;
}
@media screen and (max-width: 499px) {
  .flow-area01 .list01 {
    margin-top: 4.8vw !important;
  }
}
.flow-area01 .btn20 {
  text-align: center;
}
.flow-area01 .btn20 .btn-type01 {
  box-shadow: none;
}
.flow-area01 .btn20Txt01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .btn20Txt01 {
    margin: 0 0 1.06667vw 0;
    font-size: 3.73333vw;
  }
}
.flow-area01 .btn20Txt01:before {
  display: block;
  margin: 0 5px 0 0;
  width: 17px;
  height: 24px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_15.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .flow-area01 .btn20Txt01:before {
    margin: 0 1.06667vw 0 0;
    width: 3.46667vw;
    height: 4.8vw;
  }
}
.flow-area01 .btn20Txt01:after {
  display: block;
  margin: 0 0 0 5px;
  width: 17px;
  height: 24px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_15.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  transform: scaleX(-1);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .flow-area01 .btn20Txt01:after {
    margin: 0 0 0 1.06667vw;
    width: 3.46667vw;
    height: 4.8vw;
  }
}
.flow-area01 .btn20Txt01 sup {
  font-size: 1.3rem;
  line-height: 1;
  transform: translate(0, 2px);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .flow-area01 .btn20Txt01 sup {
    font-size: 2.66667vw;
  }
}
.flow-area01 .btn20Txt02 {
  margin: 3px 0 0 0;
  color: #56635f;
  font-size: 1.6rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .flow-area01 .btn20Txt02 {
    margin: 0.53333vw 0 0 0;
    font-size: 3.2vw;
  }
}
.flow-area01 .tab-block01 > .list {
  border-bottom: 0;
}
.flow-area01 .tab-block01 > .list > .item {
  width: calc(50% - 4px);
  font-weight: normal;
}
.flow-area01 .tab-block01 > .list > .item > .switch {
  outline: none;
  border-radius: 8px 8px 0 0;
}
.flow-area01 .tab-block01 > .list > .item > .switch[aria-selected=true] {
  position: relative;
  border: 3px solid #00c1d4;
  border-bottom: 0;
  background-color: #ffffff;
}
.flow-area01 .tab-block01 > .list > .item > .switch[aria-selected=true]:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  content: "";
}
@media screen and (max-width: 499px) {
  .flow-area01 .tab-block01 > .list > .item > .switch[aria-selected=true]:after {
    bottom: -1.06667vw;
    height: 1.33333vw;
  }
}
.flow-area01 .tab-block01 > .list > .item > .switch[aria-selected=true] > .inner {
  color: #5c068c;
  font-weight: bold;
}
.flow-area01 .tab-block01 > .list > .item > .switch > .inner {
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 0;
  min-height: 100px;
  color: #788883;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .tab-block01 > .list > .item > .switch > .inner {
    min-height: 20vw;
    font-size: 3.73333vw;
  }
}
.flow-area01 .tab-block01 > .wrap > .panel > .inner {
  padding: 29px 27px;
  border: 3px solid #00c1d4;
  background-color: #ffffff;
}
@media screen and (max-width: 499px) {
  .flow-area01 .tab-block01 > .wrap > .panel > .inner {
    padding: 5.86667vw 5.33333vw;
  }
}
.flow-area01 .slide01 {
  opacity: 1;
}
.flow-area01 .slide01Item01 {
  padding: 24px 0 29px 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01Item01 {
    padding: 4.8vw 0 5.86667vw 0;
  }
}
.flow-area01 .slide01Wrap01 {
  padding: 21px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01Wrap01 {
    padding: 4.26667vw 0 0 0;
  }
}
.flow-area01 .slide01Wrap01 img {
  margin: 0 auto;
}
.flow-area01 .slide01Txt01 {
  font-size: 1.9rem;
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01Txt01 {
    font-size: 3.73333vw;
  }
}
.flow-area01 .slide01 .slick-arrow {
  top: 50%;
  z-index: 1;
  margin: auto 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #c4d700;
  box-shadow: 0 9px 16px 0 rgba(212, 232, 4, 0.63);
  transform: translate(0, -50%);
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01 .slick-arrow {
    width: 10.4vw;
    height: 10.4vw;
  }
}
.flow-area01 .slide01 .slick-arrow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 1.375em;
  height: 1.375em;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) 0 0/cover no-repeat;
  content: "";
}
.flow-area01 .slide01 .slick-arrow.slick-disabled {
  display: none !important;
}
.flow-area01 .slide01 .slick-arrow.slick-disabled:before {
  content: none;
}
.flow-area01 .slide01 .slick-prev {
  left: -31px;
  z-index: 2;
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01 .slick-prev {
    left: -6.13333vw;
  }
}
.flow-area01 .slide01 .slick-prev:before {
  transform: rotate(180deg);
}
.flow-area01 .slide01 .slick-next {
  right: -31px;
  z-index: 2;
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01 .slick-next {
    right: -6.13333vw;
  }
}
.flow-area01 .slide01 .slick-dots {
  position: relative;
  margin: 0;
  padding: 0 0 27px 0;
  font-size: 0;
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01 .slick-dots {
    padding: 0 0 5.33333vw 0;
  }
}
.flow-area01 .slide01 .slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d5dedb;
  transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01 .slick-dots li button {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}
.flow-area01 .slide01 .slick-dots > .slick-active button {
  background: #5c068c;
}
.flow-area01 .slide01 .slick-dots > :not(:first-child) {
  margin-left: 11px;
}
@media screen and (max-width: 499px) {
  .flow-area01 .slide01 .slick-dots > :not(:first-child) {
    margin-left: 2.13333vw;
  }
}
@keyframes flow_img01 {
  from {
    opacity: 0;
    transform: translate(0, 40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes flow_img01_sp {
  from {
    opacity: 0;
    transform: translate(0, 8vw);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*-----------------------
kouza-area01
------------------------*/
.kouza-area01 {
  position: relative;
  padding: 109px 0 0 0;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_05.png") center 0 repeat;
  background-size: 16px auto;
}
@media screen and (max-width: 499px) {
  .kouza-area01 {
    padding: 21.86667vw 0 0 0;
    background-size: 3.2vw auto;
  }
}
.kouza-area01 .frame01 {
  position: relative;
  margin: 0 27px;
  padding: 125px 0 43px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 499px) {
  .kouza-area01 .frame01 {
    margin: 0 5.33333vw;
    padding: 25.06667vw 0 8.53333vw 0;
  }
}
.kouza-area01 .frame01:before {
  position: absolute;
  top: -110px;
  right: -27px;
  display: block;
  width: 273px;
  height: 253px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_img_06.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .kouza-area01 .frame01:before {
    top: -22.13333vw;
    right: -5.33333vw;
    width: 54.66667vw;
    height: 50.66667vw;
  }
}
.kouza-area01 .frame02 {
  position: relative;
  margin: 53px auto 0 auto;
  width: 475px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .frame02 {
    margin-top: 10.66667vw;
    width: 95.2vw;
  }
}
.kouza-area01 .frame02 img {
  max-width: initial;
  width: 100%;
  height: auto;
}
.kouza-area01 .ttl01 {
  position: absolute;
  top: -51px;
  left: -27px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 17px 0;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .ttl01 {
    top: -10.13333vw;
    left: -5.33333vw;
    gap: 3.46667vw 0;
  }
}
.kouza-area01 .ttl01.anm-ttl01 .ttl01Txt01:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2efbc;
  content: "";
  opacity: 0;
  transform: scaleX(0) translateX(-5%);
  transform-origin: left center;
  animation: cmn-bg01 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.4s;
}
.kouza-area01 .ttl01Txt01 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 13px 15px 12px 15px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .ttl01Txt01 {
    padding: 2.66667vw 2.93333vw 2.4vw 2.93333vw;
  }
}
.kouza-area01 .ttl01Txt01 img {
  width: 201px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .ttl01Txt01 img {
    width: 40.26667vw;
  }
}
.kouza-area01 .ttl01Txt01.-type01 {
  padding: 9px 28px 11px 19px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .ttl01Txt01.-type01 {
    padding: 1.86667vw 5.6vw 2.13333vw 3.73333vw;
  }
}
.kouza-area01 .ttl01Txt01.-type01 img {
  width: 233px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .ttl01Txt01.-type01 img {
    width: 46.66667vw;
  }
}
.kouza-area01 .ttl01 img {
  position: relative;
  z-index: 1;
}
.kouza-area01 .list01 {
  display: flex;
  margin: 51px 0 0 0;
  gap: 5px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .list01 {
    margin: 10.13333vw 0 0 0;
    gap: 1.06667vw;
  }
}
.kouza-area01 .item01 {
  position: relative;
  min-height: 169px;
  width: 33.3333333333%;
  border-radius: 6px;
  background-position: 0 0;
  background-size: 13px auto;
  background-repeat: repeat;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 1.9rem;
  font-family: "noto-sans-black";
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item01 {
    min-height: 33.86667vw;
    background-size: 2.66667vw auto;
    font-size: 3.73333vw;
  }
}
.kouza-area01 .item01:before {
  position: absolute;
  top: -21px;
  left: 0;
  display: block;
  width: 100%;
  height: 49px;
  background-position: center 0;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item01:before {
    top: -4.26667vw;
    height: 9.86667vw;
  }
}
.kouza-area01 .item01.-type01 {
  border-radius: 0 6px 6px 0;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_06.png");
}
.kouza-area01 .item01.-type01:before {
  top: -19px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_03.svg");
  background-size: 48px auto;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item01.-type01:before {
    top: -3.73333vw;
    background-size: 9.6vw auto;
  }
}
.kouza-area01 .item01.-type02 {
  border-radius: 6px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_07.png");
}
.kouza-area01 .item01.-type02:before {
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_04.svg");
  background-size: 37px auto;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item01.-type02:before {
    background-size: 7.46667vw auto;
  }
}
.kouza-area01 .item01.-type03 {
  border-radius: 6px 0 0 6px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_08.png");
}
.kouza-area01 .item01.-type03:before {
  top: -24px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_05.png");
  background-size: 49px auto;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item01.-type03:before {
    top: -4.8vw;
    background-size: 9.86667vw auto;
  }
}
.kouza-area01 .item02 {
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item02 {
    font-size: 3.46667vw;
  }
}
.kouza-area01 .item02.-type01 {
  top: 156px;
  left: 36px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item02.-type01 {
    top: 31.2vw;
    left: 7.2vw;
  }
}
.kouza-area01 .item02.-type02 {
  top: 145px;
  left: 286px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item02.-type02 {
    top: 29.06667vw;
    left: 57.33333vw;
  }
}
.kouza-area01 .item02.-type03 {
  top: 556px;
  left: 37px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item02.-type03 {
    top: 111.46667vw;
    left: 7.46667vw;
  }
}
.kouza-area01 .item02.-type04 {
  top: 555px;
  left: 273px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item02.-type04 {
    top: 111.2vw;
    left: 54.66667vw;
  }
}
.kouza-area01 .item02Txt01 {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 4px 4px;
  background-color: #ffdf63;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .item02Txt01 {
    margin: 0 0.53333vw 0 0;
    padding: 0.8vw 0.8vw;
  }
}
.kouza-area01 .txt01 {
  padding: 0 27px 0 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt01 {
    padding: 0 5.33333vw 0 0;
  }
}
.kouza-area01 .txt01 img {
  width: 334px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt01 img {
    width: 66.93333vw;
  }
}
.kouza-area01 .txt10 {
  display: block;
  padding: 44px 0 7px 0;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt10 {
    padding: 8.8vw 0 1.33333vw 0;
  }
}
.kouza-area01 .txt11 {
  display: block;
  color: #004831;
  letter-spacing: 0.06em;
  font-size: 2.7rem;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt11 {
    font-size: 5.33333vw;
  }
}
.kouza-area01 .txt12 {
  display: block;
  padding: 8px 0 0 0;
  color: #004831;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt12 {
    padding: 1.6vw 0 0 0;
  }
}
.kouza-area01 .txt13 {
  display: block;
  padding: 44px 0 8px 0;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt13 {
    padding: 8.8vw 0 1.6vw 0;
  }
}
.kouza-area01 .txt14 {
  display: inline-block;
  color: #004831;
  font-size: 2.7rem;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt14 {
    font-size: 5.33333vw;
  }
}
.kouza-area01 .txt15 {
  display: inline-block;
  color: #004831;
  line-height: 1;
  transform: translate(-2px, 0);
}
.kouza-area01 .txt16 {
  display: block;
  padding: 8px 0 0 0;
  color: #004831;
  font-size: 2.7rem;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt16 {
    padding: 1.6vw 0 0 0;
    font-size: 5.33333vw;
  }
}
.kouza-area01 .txt17 {
  display: block;
  padding: 33px 0 4px 0;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt17 {
    padding: 6.66667vw 0 0.8vw 0;
  }
}
.kouza-area01 .txt18 {
  color: #fb4848;
  font-size: 2.7rem;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt18 {
    font-size: 5.33333vw;
  }
}
.kouza-area01 .txt19 {
  display: block;
  padding: 5px 0 0 0;
  color: #fb4848;
  font-size: 4.7rem;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt19 {
    padding: 1.06667vw 0 0 0;
    font-size: 9.33333vw;
  }
}
.kouza-area01 .txt30 {
  padding: 29px 0 0 0;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt30 {
    padding: 5.86667vw 0 0 0;
  }
}
.kouza-area01 .txt30 img {
  max-width: initial;
  width: 455px;
  transform: translate(-1px, 0);
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt30 img {
    width: 91.2vw;
  }
}
.kouza-area01 .txt31 {
  margin: -5px 0 0 0;
  color: #56635f;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt31 {
    margin: -1.06667vw 0 0 0;
    font-size: 3.2vw;
  }
}
.kouza-area01 .txt32 {
  margin: 13px 0 13px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .txt32 {
    margin: 2.66667vw 0 2.66667vw 0;
    font-size: 4.8vw;
  }
}
.kouza-area01 .img01 {
  text-align: center;
}
.kouza-area01 .img01 img {
  width: 403px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .img01 img {
    width: 80.8vw;
  }
}
.kouza-area01 .img01 {
  position: relative;
  z-index: 0;
}
.kouza-area01 .img01 img {
  width: 403px;
}
@media screen and (max-width: 499px) {
  .kouza-area01 .img01 img {
    width: 80.8vw;
  }
}
/*-----------------------
tokucho-area01
------------------------*/
.tokucho-area01 {
  position: relative;
  padding: 104px 0 67px 0;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_09.png") center 0 repeat;
  background-size: 16px auto;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 {
    padding: 20.8vw 0 13.33333vw 0;
    background-size: 3.2vw auto;
  }
}
.tokucho-area01 .frame01 {
  margin: 0 27px;
  padding: 152px 36px 43px 36px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .frame01 {
    margin: 0 5.33333vw;
    padding: 30.4vw 7.2vw 8.53333vw 7.2vw;
  }
}
.tokucho-area01 .head01 {
  margin: 53px 0 0 0;
  padding: 19px 0 19px 77px;
  background-color: #faeebe;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_06.png");
  background-position: 9px center;
  background-size: 59px auto;
  background-repeat: no-repeat;
  letter-spacing: 0;
  font-size: 4rem;
  font-family: "noto-sans-black";
  line-height: 1.3;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .head01 {
    margin: 10.66667vw 0 0 0;
    padding: 3.73333vw 0 3.73333vw 15.46667vw;
    background-position: 1.86667vw center;
    background-size: 11.73333vw auto;
    font-size: 8vw;
  }
}
.tokucho-area01 .head01.-type02 {
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_07.png");
}
.tokucho-area01 .head01.-type03 {
  padding: 13px 0 15px 77px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_ico_08.png");
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .head01.-type03 {
    padding: 2.66667vw 0 2.93333vw 15.46667vw;
  }
}
.tokucho-area01 .head01Txt01 {
  display: inline-block;
  margin-left: -7px;
  letter-spacing: -0.2em;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .head01Txt01 {
    margin-left: -1.33333vw;
  }
}
.tokucho-area01 .head01Txt02 {
  display: inline-block;
  margin-left: -3px;
  letter-spacing: -0.3em;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .head01Txt02 {
    margin-left: -0.53333vw;
  }
}
.tokucho-area01 .head01Txt03 {
  display: inline-block;
  margin-left: 0;
  letter-spacing: -0.3em;
}
.tokucho-area01 .body01 {
  background-color: #feffe6;
}
.tokucho-area01 .body01.-type01 {
  padding-bottom: 21px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .body01.-type01 {
    padding-bottom: 4.26667vw;
  }
}
.tokucho-area01 .item01 {
  position: relative;
  padding: 21px 0 19px 20px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .item01 {
    padding: 4.26667vw 0 3.73333vw 4vw;
  }
}
.tokucho-area01 .item01:before {
  position: absolute;
  display: block;
  background-size: 100% auto;
  content: "";
}
.tokucho-area01 .item01.-type01:before {
  right: 4px;
  bottom: 0;
  width: 101px;
  height: 130px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_img_10.png");
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .item01.-type01:before {
    right: 0.8vw;
    width: 20.26667vw;
    height: 26.13333vw;
  }
}
.tokucho-area01 .item01.-type02 {
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_bg_10.png");
  background-position: 0 0;
  background-size: 266px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .item01.-type02 {
    background-size: 53.33333vw auto;
  }
}
.tokucho-area01 .item01.-type02:before {
  right: 13px;
  bottom: 0;
  width: 82px;
  height: 126px;
  background-image: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_img_11.png");
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .item01.-type02:before {
    right: 2.66667vw;
    width: 16.53333vw;
    height: 25.33333vw;
  }
}
.tokucho-area01 .item01 + .item01 {
  border-top: 2px solid #ffedb3;
}
.tokucho-area01 .item02 {
  position: relative;
  padding: 31px 24px 19px 24px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .item02 {
    padding: 6.13333vw 4.8vw 3.73333vw 4.8vw;
  }
}
.tokucho-area01 .item02 .list-notice01 {
  padding-right: 0;
  padding-left: 0;
}
.tokucho-area01 .item02 + .item02 {
  border-top: 2px solid #ffedb3;
}
.tokucho-area01 .ttl01 {
  position: absolute;
  top: 68px;
  left: 0;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .ttl01 {
    top: 13.6vw;
    gap: 2.93333vw 0;
  }
}
.tokucho-area01 .ttl01.anm-ttl01 .ttl01Txt01:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faeebe;
  content: "";
  opacity: 0;
  transform: scaleX(0) translateX(-5%);
  transform-origin: left center;
  animation: cmn-bg01 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.4s;
}
.tokucho-area01 .ttl01Txt01 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 11px 20px 11px 16px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .ttl01Txt01 {
    padding: 2.13333vw 4vw 2.13333vw 3.2vw;
  }
}
.tokucho-area01 .ttl01Txt01 img {
  width: 418px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .ttl01Txt01 img {
    width: 83.73333vw;
  }
}
.tokucho-area01 .ttl01Txt01.-type01 {
  padding: 13px 23px 11px 16px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .ttl01Txt01.-type01 {
    padding: 2.66667vw 4.53333vw 2.13333vw 3.2vw;
  }
}
.tokucho-area01 .ttl01Txt01.-type01 img {
  width: 239px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .ttl01Txt01.-type01 img {
    width: 48vw;
  }
}
.tokucho-area01 .ttl01 img {
  position: relative;
  z-index: 1;
}
.tokucho-area01 .txt10 {
  letter-spacing: 0.06em;
  font-size: 2.7rem;
  font-family: "noto-sans-black";
  line-height: 1.2;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt10 {
    font-size: 5.33333vw;
  }
}
.tokucho-area01 .txt11 {
  padding: 11px 0 0 0;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt11 {
    padding: 2.13333vw 0 0 0;
    font-size: 3.73333vw;
  }
}
.tokucho-area01 .txt12 {
  padding: 13px 0 0 0;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt12 {
    padding: 2.66667vw 0 0 0;
    font-size: 3.73333vw;
  }
}
.tokucho-area01 .txt20 {
  letter-spacing: 0.06em;
  font-size: 2.7rem;
  font-family: "noto-sans-black";
  line-height: 1.2;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt20 {
    font-size: 5.33333vw;
  }
}
.tokucho-area01 .txt21 {
  margin-top: -8px;
  letter-spacing: 0.06em;
  font-size: 2.7rem;
  font-family: "noto-sans-black";
  line-height: 1.1;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt21 {
    margin-top: -1.6vw;
    font-size: 5.33333vw;
  }
}
.tokucho-area01 .txt21 sup {
  font-size: 1.6rem;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt21 sup {
    font-size: 3.2vw;
  }
}
.tokucho-area01 .txt22 {
  letter-spacing: 0.06em;
  font-size: 4.1rem;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt22 {
    font-size: 8.26667vw;
  }
}
.tokucho-area01 .txt23 {
  margin-top: -9px;
  font-size: 2.7rem;
  font-family: "noto-sans-black";
  line-height: 1.4;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt23 {
    font-size: 5.33333vw;
  }
}
.tokucho-area01 .txt24 {
  color: #e95501;
}
.tokucho-area01 .txt30 {
  padding: 17px 0 0 0;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 2.7rem;
  font-family: "noto-sans-black";
  line-height: 1.5;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt30 {
    padding: 3.46667vw 0 0 0;
    font-size: 5.33333vw;
  }
}
.tokucho-area01 .txt31 {
  display: inline-block;
  margin: 0 4px;
  padding: 4px 4px;
  background-color: #e95501;
  color: white;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt31 {
    margin: 0 0.8vw;
    padding: 0.8vw 0.8vw;
  }
}
.tokucho-area01 .txt32 {
  position: relative;
  min-height: 106px;
  font-size: 2.9rem;
  font-family: "noto-sans-black";
  line-height: 1.2;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt32 {
    min-height: 21.33333vw;
    font-size: 5.86667vw;
  }
}
.tokucho-area01 .txt33 {
  position: absolute;
  top: 19px;
  left: 21px;
  line-height: 1.1;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt33 {
    top: 3.73333vw;
    left: 4.26667vw;
  }
}
.tokucho-area01 .txt34 {
  position: absolute;
  top: 7px;
  left: 59px;
  color: #e95501;
  font-size: 13.3rem;
  line-height: 0.8;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt34 {
    top: 1.33333vw;
    left: 11.73333vw;
    font-size: 26.66667vw;
  }
}
.tokucho-area01 .txt35 {
  position: absolute;
  top: 61px;
  left: 137px;
  color: #e95501;
  font-size: 5.3rem;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt35 {
    top: 12.26667vw;
    left: 27.46667vw;
    font-size: 10.66667vw;
  }
}
.tokucho-area01 .txt36 {
  position: absolute;
  top: 28px;
  left: 201px;
  letter-spacing: -0.03em;
  font-size: 4rem;
  line-height: 1.1;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt36 {
    top: 5.6vw;
    left: 40.26667vw;
    font-size: 8vw;
  }
}
.tokucho-area01 .txt37 {
  font-size: 1.9rem;
  font-family: "noto-sans-black";
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .txt37 {
    font-size: 3.73333vw;
  }
}
.tokucho-area01 .num20 {
  position: absolute;
  top: 7px;
  right: 24px;
  display: flex;
  align-items: baseline;
  letter-spacing: -0.05em;
  font-family: "noto-sans-black";
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .num20 {
    top: 1.33333vw;
    right: 4.8vw;
  }
}
.tokucho-area01 .num20.-type03 {
  top: 31px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .num20.-type03 {
    top: 6.13333vw;
  }
}
.tokucho-area01 .num20Txt01 {
  display: inline-block;
  color: #e95501;
  font-size: 12rem;
  line-height: 0.8;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .num20Txt01 {
    font-size: 24vw;
  }
}
.tokucho-area01 .num20Txt02 {
  display: inline-block;
  font-size: 2.7rem;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .num20Txt02 {
    font-size: 5.33333vw;
  }
}
.tokucho-area01 .img20 {
  padding: 29px 0 8px 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .img20 {
    padding: 5.86667vw 0 1.6vw 0;
  }
}
.tokucho-area01 .img20 img {
  width: 219px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .img20 img {
    width: 44vw;
  }
}
.tokucho-area01 .img21 {
  padding: 29px 0 12px 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .img21 {
    padding: 5.86667vw 0 2.4vw 0;
  }
}
.tokucho-area01 .img21 img {
  width: 203px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .img21 img {
    width: 40.8vw;
  }
}
.tokucho-area01 .img22 {
  padding: 32px 0 19px 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .img22 {
    padding: 6.4vw 0 3.73333vw 0;
  }
}
.tokucho-area01 .img22 img {
  width: 257px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .img22 img {
    width: 51.46667vw;
  }
}
.tokucho-area01 .img30 {
  margin: 0 19px;
  padding: 13px 0;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .img30 {
    margin: 0 3.73333vw;
    padding: 2.66667vw 0;
  }
}
.tokucho-area01 .img30 img {
  width: 281px;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .img30 img {
    width: 56.26667vw;
  }
}
.tokucho-area01 .link01 {
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .link01 {
    font-size: 4.26667vw;
  }
}
.tokucho-area01 .link01 a.icon-link01 {
  display: inline-block;
  margin-right: 23px;
  text-align: left;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .link01 a.icon-link01 {
    margin-right: 4.53333vw;
  }
}
.tokucho-area01 .link01 a.icon-link01 > .inner {
  position: relative;
  display: inline-block !important;
}
.tokucho-area01 .link01 a.icon-link01 > .inner:after {
  position: absolute;
  top: 50%;
  right: -33px;
  left: auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .link01 a.icon-link01 > .inner:after {
    right: -6.66667vw;
  }
}
.tokucho-area01 .list-notice01 {
  padding: 19px 21px;
  color: #56635f;
  font-size: 1.6rem;
}
@media screen and (max-width: 499px) {
  .tokucho-area01 .list-notice01 {
    padding: 3.73333vw 4.26667vw;
    font-size: 3.2vw;
  }
}
.tokucho-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 0;
}
/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  padding: 67px 24px 67px 24px;
}
@media screen and (max-width: 499px) {
  .detail-area01 {
    padding: 13.33333vw 4.8vw 13.33333vw 4.8vw;
  }
}
.detail-area01 .ttl01 {
  margin: 0 8px;
  padding: 19px 0;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .detail-area01 .ttl01 {
    margin: 0 1.6vw;
    padding: 3.73333vw 0;
  }
}
.detail-area01 .ttl01 img {
  width: 305px;
}
@media screen and (max-width: 499px) {
  .detail-area01 .ttl01 img {
    width: 61.06667vw;
  }
}
.detail-area01 .wrap01 {
  overflow: hidden;
  margin-top: 55px;
  border-radius: 24px;
  box-shadow: 0 0 4px rgba(20, 29, 29, 0.05), 0 6px 8px rgba(20, 29, 29, 0.08);
}
@media screen and (max-width: 499px) {
  .detail-area01 .wrap01 {
    margin-top: 10.93333vw;
  }
}
.detail-area01 .table01 {
  font-size: 1.4rem;
}
.detail-area01 .table01 th {
  padding: 15px 10px 15px 16px;
  width: 30%;
  border-bottom: 1px solid #d5dedb;
  background-color: #004831;
  color: #ffffff;
  font-weight: bold;
}
.detail-area01 .table01 td {
  padding: 15px 16px;
  border-bottom: 1px solid #d5dedb;
  background-color: #ffffff;
  vertical-align: middle;
}
.detail-area01 .icon01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px 0 0;
  padding-bottom: 2px;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #afdef5;
  font-size: 1rem;
  line-height: 1;
  transform: translate(0, -1px);
}
.detail-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 2px;
}
.detail-area01 .list-num02 > .item {
  padding-left: 20px;
}
.detail-area01 .list-num02 > .item > .mark {
  width: 15px;
  height: 15px;
  background-color: #afdef5;
  font-size: 1rem;
  line-height: 1;
}
.detail-area01 .card-normal01 {
  margin-top: 30px;
  border: 0;
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 19px 19px;
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 35px;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 28px;
  height: 28px;
}
.detail-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
  top: calc(50% - 16px) !important;
  right: 5px !important;
  background-position: center center;
  background-size: 26px auto;
}
.detail-area01 .card-normal01 > .inner > .body {
  padding: 25px 18px 16px 18px;
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
.detail-area01 .card-normal01 .list-circle01 {
  margin: 8px 0 8px 0;
  padding: 0 0 0 9px;
}
.detail-area01 .card-normal01 .list-circle01:not(:first-child) {
  margin-top: 13px;
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  top: 0.56em;
  width: 5px;
  height: 5px;
  background: #56635f;
}
/*-----------------------
fixed-area
------------------------*/
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  width: 100%;
  height: 64px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 4px rgba(20, 29, 29, 0.05), 0 -10px 12px rgba(20, 29, 29, 0.08);
  gap: 16px;
}
@media screen and (max-width: 499px) {
  .fixed-area01 .wrap01 {
    justify-content: space-between;
    padding: 0 16px;
    height: 62px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    padding: 0 4.26667vw;
    gap: 4.26667vw;
  }
}
.fixed-area01 .btn-type01 {
  max-width: 360px;
  width: 50%;
  height: 48px;
  font-size: 1.6rem;
}
@media screen and (max-width: 499px) {
  .fixed-area01 .btn-type01 {
    font-size: 1.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.73333vw;
  }
}
.fixed-area01 .btn-type01 > .inner {
  min-height: 100%;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
.fixed-area02 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(50% - 250px);
  height: 100%;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 499px) {
  .fixed-area02 {
    display: none !important;
  }
}
.fixed-area02 > .inr01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 24px 1px 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .fixed-area02 {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .fixed-area02 {
    top: calc(50% - 42vh);
    height: 80vh;
  }
  .fixed-area02 img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-height: 400px) {
  .fixed-area02 {
    display: none !important;
  }
}
.fixed-area03 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: calc(50% - 250px);
  height: 100%;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 499px) {
  .fixed-area03 {
    display: none !important;
  }
}
.fixed-area03 > .inr01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 24px 1px 24px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .fixed-area03 {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .fixed-area03 {
    height: 80vh;
  }
}
@media screen and (max-height: 400px) {
  .fixed-area03 {
    display: none !important;
  }
}
/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  box-sizing: border-box;
  max-width: 352px;
  width: 100%;
  border-radius: 40px;
  background-color: #ffffff;
  transition: all 0.25s ease-out;
}
.menu-area01 .ttl01 {
  position: relative;
  padding: 38px 0 25px 0;
  border-radius: 40px 40px 0 0;
  background: linear-gradient(273.22deg, #5b4ae8 -36.18%, #1dbce8 112.15%);
  text-align: center;
}
.menu-area01 .ttl01:before {
  position: absolute;
  top: -59px;
  right: -72px;
  display: block;
  width: 145px;
  height: 232px;
  background: url("/kojin/olive/special/campaign/collab/tsukubauniv_202603/imgs/index_img_01.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
.menu-area01 .list01 {
  padding: 26px 0 41px 0;
}
.menu-area01 li:not(:first-child) {
  margin-top: 12px;
}
.menu-area01 a {
  position: relative;
  display: block;
  padding: 7px 0 7px 68px;
  color: #56635f;
  text-decoration: none;
  letter-spacing: 0em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-area01 a:before {
  position: absolute;
  top: 50%;
  left: 45px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: linear-gradient(90deg, #5b4ae8 0%, #1dbce8 100%);
  content: "";
  opacity: 0;
  transform: translate(0, -50%);
}
.menu-area01 a.is-current {
  color: #141d1d;
}
.menu-area01 a.is-current:before {
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  .menu-area01 a {
    padding-left: 40px;
    font-size: 1.6rem;
  }
  .menu-area01 a:before {
    left: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .menu-area01 .ttl01:before {
    top: -28px;
    right: -51px;
    width: 100px;
    height: 168px;
  }
  .menu-area01 a {
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .menu-area01 a:before {
    left: 12px;
  }
}
@media screen and (max-width: 1010px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 540px) {
  .menu-area01 {
    display: none !important;
  }
}