@charset "UTF-8";
/* ==========================================================================
   Foundation
** ========================================================================== */
/* Base
** ----------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  font-feature-settings: "palt" 1;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Fonts
** ----------------------------------------------------------------- */
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* ==========================================================================
   Layout
** ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  font-size: 10px;
}

@media screen and (min-width: 375px) {
  html {
    font-size: calc(10px + 14 * (100vw - 375px) / 525);
  }
}

@media screen and (min-width: 900px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 767px) {
  html {
    font-size: 10px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  font-size: 1.1rem;
  line-height: 1.5;
}

@media (min-width: 767px) {
  p {
    font-size: 1.6rem;
  }
}

.for-screen-reader {
  display: none;
}

.pc-only-ib {
  display: none;
}

@media (min-width: 767px) {
  .pc-only-ib {
    display: inline-block;
  }
}

.pc-only {
  display: none;
}

@media (min-width: 767px) {
  .pc-only {
    display: block;
  }
}

@media (min-width: 767px) {
  .sp-only {
    display: none;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  height: 60px;
  background: #E79E52;
  z-index: 30;
}

@media (min-width: 1290px) {
  .site-header {
    height: 80px;
  }
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 4%;
  max-width: 1500px;
}

@media (min-width: 1290px) {
  .site-header__inner {
    justify-content: flex-start;
    padding: 0 333px 0 37px;
  }
}

.site-header .site-title {
  margin: 0;
  padding-top: 3px;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

@media (min-width: 1290px) {
  .site-header .site-title {
    padding-top: 20px;
    font-size: 38px;
    line-height: 1;
  }
}

.site-header .global-nav {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/bg-triangle-dark.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 31;
  overflow-y: auto;
}

@media (min-width: 1290px) {
  .site-header .global-nav {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 50px;
    width: auto;
    height: auto;
    background-color: transparent;
    background-image: none;
  }
}

.site-header .global-nav ul {
  list-style: none;
  margin: 0;
  padding: 20px 14.666% 30px;
  width: 100%;
}

@media (min-width: 1290px) {
  .site-header .global-nav ul {
    display: flex;
    justify-content: flex-start;
    padding: 3px 0 0;
  }
}

.site-header .global-nav ul li a {
  position: relative;
  display: block;
  border: 1px solid transparent;
  padding: 20px 0 20px 50px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
}

@media (min-width: 1290px) {
  .site-header .global-nav ul li a {
    padding: 30px 17px;
    font-size: 16px;
    line-height: 1.1;
    border: 0 none;
  }
}

.site-header .global-nav ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #f6ff00;
  transform: translateY(-50%);
}

@media (min-width: 1290px) {
  .site-header .global-nav ul li a:before {
    display: none;
    top: auto;
    bottom: 0;
    left: 50%;
    border-width: 0 9px 15.6px 9px;
    border-color: transparent transparent #f6ff00 transparent;
    transform: translateX(-50%);
  }
}

.site-header .global-nav ul li a:hover {
  color: #f6ff00;
}

.site-header .global-nav ul li a:hover:before {
  display: block;
}

.site-header .global-nav ul li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1290px) {
  .site-header .global-nav ul li.link-university {
    display: none;
  }
}

.site-header .global-nav ul li.link-university a {
  border-color: #fff;
}

@media (min-width: 1290px) {
  .site-header .global-nav ul li.link-university a {
    border: 1px solid #fff;
  }
}

@media (min-width: 1290px) {
  .site-header .global-nav ul li.link-university a:hover:before {
    display: none;
  }
}

.site-header .right-buttons {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1290px) {
  .site-header .right-buttons {
    position: absolute;
    top: 50%;
    right: 37px;
    transform: translateY(-50%);
  }
}

.site-header .right-buttons .pc-link-university {
  display: none;
}

@media (min-width: 1290px) {
  .site-header .right-buttons .pc-link-university {
    display: block;
    margin-right: 30px;
    padding-top: 3px;
  }
}

@media (min-width: 1290px) {
  .site-header .right-buttons .pc-link-university a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 6px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.1;
    text-decoration: none;
  }
}

.site-header .right-buttons .youtube-box {
  margin-right: 28px;
  padding-top: 3px;
  width: 34px;
}

.site-header .right-buttons .instagram-box {
  margin-right: 30px;
  padding-top: 5px;
  width: 28px;
}

.site-header .right-buttons .twiiter-box {
  margin-right: 25px;
  padding-top: 5px;
  width: 28px;
}

@media (min-width: 1290px) {
  .site-header .right-buttons .twiiter-box {
    margin-right: 0;
  }
}

@media (min-width: 1290px) {
  .site-header .right-buttons .burger-area {
    display: none;
  }
}

.site-header .right-buttons .burger-area .burger {
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 50% 50%;
  background-color: #fff;
  cursor: pointer;
}

.site-header .right-buttons .burger-area .burger span {
  position: absolute;
  left: 50%;
  width: 44%;
  height: 2px;
  border-radius: 2px 2px;
  background-color: #111023;
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}

.site-header .right-buttons .burger-area .burger span:nth-of-type(1) {
  top: calc( 50% - 16%);
}

.site-header .right-buttons .burger-area .burger span:nth-of-type(2) {
  top: calc( 50% - 1px);
}

.site-header .right-buttons .burger-area .burger span:nth-of-type(3) {
  top: calc( 50% + 16%);
}

.site-header .right-buttons .burger-area .burger.is-open span:nth-of-type(1) {
  top: calc( 50% - 1px);
  transform: translate(-50%, 0) rotate(45deg);
}

.site-header .right-buttons .burger-area .burger.is-open span:nth-of-type(2) {
  left: 100%;
  opacity: 0;
}

.site-header .right-buttons .burger-area .burger.is-open span:nth-of-type(3) {
  top: calc( 50% - 1px);
  transform: translate(-50%, 0) rotate(-45deg);
}

.site-footer {
  padding: 40px 14.666%;
  color: #fff;
  background-color: #111023;
}

@media (min-width: 767px) {
  .site-footer__inner {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
  }
}

.site-footer .footer-logo {
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
}

@media (min-width: 767px) {
  .site-footer .footer-logo {
    padding-top: 3px;
    width: 34.285%;
  }
}

.site-footer .footer-logo a {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

@media (min-width: 767px) {
  .site-footer .footer-logo a {
    font-size: 36px;
  }
}

.site-footer .footer-logo a:hover {
  border-color: transparent;
}

@media (min-width: 767px) {
  .site-footer .info-area {
    width: 62.285%;
  }
}

.site-footer .info-area .address-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
}

@media (min-width: 767px) {
  .site-footer .info-area .address-box p {
    font-size: 15px;
  }
}

.site-footer .info-area .address-box .tel-fax-mail:after {
  content: "";
  display: block;
  clear: both;
}

.site-footer .info-area .address-box .tel-fax-mail .tel-fax {
  float: left;
}

.site-footer .info-area .address-box .tel-fax-mail .mail {
  float: left;
  margin-left: 16px;
}

.copyright {
  text-align: center;
}

@media (min-width: 767px) {
  .fixed-width, .site-content .main .about__inner, .site-content .main .event__inner, .site-content .main .schedule__inner, .site-content .main .division__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1200px;
  }
}

@media (min-width: 1290px) {
  .fixed-width, .site-content .main .about__inner, .site-content .main .event__inner, .site-content .main .schedule__inner, .site-content .main .division__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.sp-inner, .site-content .main .about__inner, .site-content .main .event__inner, .site-content .main .schedule__inner, .site-content .main .division__inner {
  padding: 52px 6%;
}

@media (min-width: 767px) {
  .flex-box {
    display: flex;
    justify-content: space-between;
  }
}

.bg-gray {
  background-color: #d3d4dd;
}

.bg-triangle {
  position: relative;
  background-color: transparent;
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/bg-triangle.jpg");
  background-position: 0 0;
  background-repeat: repeat;
}

.bg-triangle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), transparent);
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
}

.bg-triangle > [class*="__inner"] {
  position: relative;
  z-index: 2;
}

.bg-triangle--dark {
  background-color: #111023;
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/bg-triangle-dark.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-triangle--black {
  background-color: #000;
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/bg-triangle-black.jpg");
  background-position: 0 0;
  background-repeat: repeat-x;
}

.block-svg {
  display: none;
  height: 0;
}

/* ==========================================================================
   Object
** ========================================================================== */
/* Library
** ----------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

@media (min-width: 767px) {
  .slick-slide {
    width: 380px;
  }
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  width: 33px;
  height: 33px;
  border-radius: 50% 50%;
  border: 0 none;
  color: transparent;
  font-size: 0;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  z-index: 10;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 45%;
    width: 36px;
    height: 36px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 33px;
  background: transparent url("/campus/life/gakuseibu/kashiifes/images/common/icon-arrow-right.svg") center center no-repeat;
  background-size: 12px 5px;
  transform: translate(-50%, -50%);
}

@media (min-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    width: 36px;
    height: 36px;
  }
}

.slick-prev {
  left: 0;
}

@media (min-width: 767px) {
  .slick-prev {
    left: auto;
    right: calc( 50% + 186px);
  }
}

.slick-prev:before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.slick-next {
  right: 0;
}

@media (min-width: 767px) {
  .slick-next {
    left: calc( 50% + 186px);
    right: auto;
  }
}

/* Dots */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* Component
** ----------------------------------------------------------------- */
.heading--lv2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  z-index: 2;
  font-family: sans-serif,HGS創英角ﾎﾟｯﾌﾟ体,HGP創英角ゴシックUB;
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/yazirushi-bg.png");
  /* background-color:rgba(255, 255, 255, 0.1); */
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 767px) {
  .heading--lv2 {
    margin-bottom: 24px;
    padding-top: 18px;
    padding-bottom: 38px;
    font-size: 50px;
    font-family: sans-serif,HGS創英角ﾎﾟｯﾌﾟ体,HGP創英角ゴシックUB;
    background-image: url("/campus/life/gakuseibu/kashiifes/images/common/yazirushi-bg.png");
    /* background-color:rgba(255, 255, 255, 0.1); */
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.heading--lv2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  z-index: -1;
}

.heading--lv2.style02 {
  color: #fff;
}

.heading--lv2.style02:before {
  border-color: #fe1c81 transparent transparent transparent;
}

.list-event {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-event__item {
  position: relative;
  margin-bottom: 35px;
}

.list-event__item .thumb img {
  display: block;
}

.list-event__item .title {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 2;
}

.list-event__item .title span {
  display: block;
  padding: 12px 17px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  transform: translate(-11px, -35px);
}

@media (min-width: 767px) {
  .list-event__item .title span {
    font-size: 19px;
  }
}

.list-event__item .info-area {
  background-color: #fff;
}

.list-event__item .info-area__inner {
  padding: 20px 3.939% 15px;
}

@media (min-width: 767px) {
  .list-event__item .info-area__inner {
    padding: 20px 20px;
  }
}

.list-event__item .info-area.style02 .info-area__inner {
  padding-top: 50px;
}

.list-event__item .info-area .note-area p {
  font-size: 15px;
  font-weight: 500;
}

.list--arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list--arrow li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.list--arrow li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
}

.list-division {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-division__item {
  margin-bottom: 40px;
}

.list-division__item .name {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name {
    font-size: 19px;
  }
}

.list-division__item .name:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #E79E52 transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name-crimson {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name-crimson {
    font-size: 19px;
  }
}

.list-division__item .name-crimson:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #dc143c transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name-crimson span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name-crimson {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name-crimson {
    font-size: 19px;
  }
}

.list-division__item .name-crimson:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #dc143c transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name-crimson span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name-yellow {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name-yellow {
    font-size: 19px;
  }
}

.list-division__item .name-yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #ffff00 transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name-yellow span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name-lightgreen {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name-lightgreen {
    font-size: 19px;
  }
}

.list-division__item .name-lightgreen:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #90ee90 transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name-lightgreen span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name-orange {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name-orange {
    font-size: 19px;
  }
}

.list-division__item .name-orange:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #ff4500 transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name-orange span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name_pink {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name_pink {
    font-size: 19px;
  }
}

.list-division__item .name_pink:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #ff69b4 transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name_pink span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name_green {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name_green {
    font-size: 19px;
  }
}

.list-division__item .name_green:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #008000 transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name_green span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name_blue {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name_blue {
    font-size: 19px;
  }
}

.list-division__item .name_blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #00bfff transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name_blue span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .name_violet {
  position: relative;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .list-division__item .name_violet {
    font-size: 19px;
  }
}

.list-division__item .name_violet:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #9400d3 transparent transparent transparent;
  z-index: 1;
}

.list-division__item .name_violet span {
  position: relative;
  display: block;
  z-index: 2;
}

.list-division__item .text-area p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.list-dot {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.list-dot li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

@media (min-width: 767px) {
  .list-dot li {
    font-size: 13px;
  }
}

.dl--access {
  margin-top: 0;
}

.dl--access dt {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .dl--access dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.dl--access dt:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
}

.dl--access dd {
  margin-left: 0;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.c-icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}

.c-icon.c-icon--arrow {
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-icon.c-icon--circle-arrow {
  background: #333;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.c-icon.c-icon--circle-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-icon.c-icon--circle-arrow.v-top:after {
  left: 5px;
  top: 6px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-icon.c-icon--circle-arrow.v-bottom:after {
  left: 5px;
  top: 4px;
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.c-icon.c-icon--circle-arrow.h-left:after {
  left: 6px;
  -moz-transform: rotate(-130deg);
  -o-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.button {
  position: relative;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  line-height: 1.1;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
}

.button--default {
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #F8B62B;
  transition: all 0.5s ease;
}

.button--default:hover {
  opacity: 0.7;
}

.button--arrow-right {
  padding: 15px 55px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  background-color: #ff5da2;
  transition: all 0.5s ease;
}

@media (min-width: 767px) {
  .button--arrow-right {
    padding: 20px 70px;
    font-size: 17px;
  }
}

.button--arrow-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 5px;
  background: transparent url("/campus/life/gakuseibu/kashiifes/images/common/icon-arrow-right.svg") center center no-repeat;
  background-size: contain;
}

.button--arrow-right:hover {
  opacity: 0.7;
}

.guest-info {
  color: #ff5da2;
}

.guest-info a {
  color: #E79E52;
  font-size: 14px;
  font-weight: 400;
}

.guest-info a span {
  display: inline-block;
  border-bottom: 1px solid #E79E52;
}

.guest-info a:hover {
  text-decoration: none;
}

.guest-info a:hover span {
  border-color: transparent;
}

.guest-info p {
  font-size: 14px;
  font-weight: 400;
}

.guest-info p a .tadai {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 10px;
}

.guest-info .sns-area {
  margin-bottom: 5px;
}

.guest-info .sns-area:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 767px) {
  .guest-info .sns-area {
    display: block;
  }
}

.guest-info .sns-area__item {
  float: left;
  margin-bottom: 5px;
  padding-left: 32px;
  height: 28px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

.guest-info .sns-area .twitter-area {
  margin-right: 19px;
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/icon-tw-orange.png");
}

.guest-info .sns-area .instagram-area {
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/icon-ig-orange.png");
}

@media (min-width: 767px) {
  .guest-info .sns-area .instagram-area {
    margin-left: 0;
  }
}

.guest-info .sns-area .youtube-area {
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/icon-yt-pink.png");
}

@media (min-width: 767px) {
  .guest-info .sns-area .youtube-area {
    margin-left: 0;
  }
}

.box-inner-frame {
  margin-bottom: 3rem;
  padding-bottom: 5px;
  overflow-x: scroll;
  overflow-y: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

@media (min-width: 767px) {
  .box-inner-frame {
    margin-bottom: 6rem;
    overflow-x: visible;
  }
}

/* スワイプ画像 */
.js-swipe {
  position: relative;
}

.js-swipe .js-swipe__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 767px) {
  .js-swipe .js-swipe__item:before {
    display: none;
  }
}

.js-swipe .js-swipe__item:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 10%;
  width: 107px;
  height: 107px;
  background: transparent url("/campus/life/gakuseibu/kashiifes/images/common/icon-swipe.svg") left top no-repeat;
  background-size: contain;
  animation: RightToLeft 2s ease infinite;
}

@media (min-width: 767px) {
  .js-swipe .js-swipe__item:after {
    display: none;
    animation: none;
  }
}

/* Utility
   ----------------------------------------------------------------- */
.animation {
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.animation:hover {
  background-color: #F00;
}

.animset {
  -webkit-animation: anim 1.5s ease-in-out infinite alternate;
  -o-animation: anim 1.5s ease-in-out infinite alternate;
  -ms-animation: anim 1.5s ease-in-out infinite alternate;
  -moz-animation: anim 1.5s ease-in-out infinite alternate;
  animation: anim 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@-moz-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/************************************************

 Single property

************************************************/
.set-nowrap {
  white-space: nowrap;
}

.set-pos-rel {
  position: relative;
}

.set-pos-abs {
  position: absolute;
}

.set-hide {
  display: none;
}

.set-disp-cell {
  display: table-cell;
}

.set-disp-ib {
  display: inline-block;
}

.set-valign-m {
  vertical-align: middle;
}

.set-float-l {
  float: left;
}

.set-float-r {
  float: right;
}

.set-valign-m {
  vertical-align: middle;
}

.set-valign-t {
  vertical-align: top;
}

.set-valign-b {
  vertical-align: bottom;
}

.set-align-c {
  text-align: center;
}

.set-align-r {
  text-align: right;
}

.set-align-l {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.set-fs-10 {
  font-size: 1rem;
}

.set-fs-11 {
  font-size: 1.1rem;
}

.set-fs-12 {
  font-size: 1.2rem;
}

.set-fs-13 {
  font-size: 1.3rem;
}

.set-fs-14 {
  font-size: 1.4rem;
}

.set-fs-15 {
  font-size: 1.5rem;
}

.set-fs-16 {
  font-size: 1.6rem;
}

.set-fs-17 {
  font-size: 1.7rem;
}

.set-fs-18 {
  font-size: 1.8rem;
}

.set-fs-19 {
  font-size: 1.9rem;
}

.set-fs-20 {
  font-size: 2rem;
}

.set-fs-21 {
  font-size: 2.1rem;
}

.set-fs-22 {
  font-size: 2.2rem;
}

.set-fs-23 {
  font-size: 2.3rem;
}

.set-fs-24 {
  font-size: 2.4rem;
}

.set-fs-25 {
  font-size: 2.5rem;
}

.set-fs-26 {
  font-size: 2.6rem;
}

.set-fs-27 {
  font-size: 2.7rem;
}

.set-fs-28 {
  font-size: 2.8rem;
}

.set-fs-29 {
  font-size: 2.9rem;
}

.set-fs-30 {
  font-size: 3rem;
}

.set-w-full {
  width: 100%;
}

.set-w-half {
  width: 50%;
}

.set-w-10 {
  width: 10%;
}

.set-w-20 {
  width: 20%;
}

.set-w-30 {
  width: 30%;
}

.set-w-40 {
  width: 40%;
}

.set-w-50 {
  width: 50%;
}

.set-w-60 {
  width: 60%;
}

.set-w-70 {
  width: 70%;
}

.set-w-80 {
  width: 80%;
}

.set-w-90 {
  width: 90%;
}

.set-w-100px {
  width: 100px;
}

.set-w-150px {
  width: 150px;
}

.set-w-200px {
  width: 200px;
}

.set-w-250px {
  width: 250px;
}

.set-w-300px {
  width: 300px;
}

.set-w-350px {
  width: 350px;
}

.set-w-400px {
  width: 400px;
}

.set-w-450px {
  width: 450px;
}

.set-w-500px {
  width: 500px;
}

.reset-mt {
  margin-top: 0;
}

.reset-mr {
  margin-right: 0;
}

.reset-mb {
  margin-bottom: 0;
}

.reset-ml {
  margin-left: 0;
}

.reset-max-w {
  max-width: none;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.anim-item {
  transform: translateY(50px);
  opacity: 0.0001;
  transition: all 0.5s ease;
}

.anim-item.is-active {
  transform: translate(0);
  opacity: 1;
}

.anim-lazy {
  transform: translateY(50px);
  opacity: 0.0001;
  transition: all 0.5s ease;
}

.anim-lazy.is-active {
  transform: translate(0);
  opacity: 1;
}

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Page
   ----------------------------------------------------------------- */
.site-content {
  padding-top: 60px;
}

@media (min-width: 1290px) {
  .site-content {
    padding-top: 80px;
  }
}

.site-content .mainvisual {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  /* background: #111023 url("/campus/life/gakuseibu/kashiifes/images/header/bg-sp.jpg") center center no-repeat;
  background-size: cover; */
}

@media (min-width: 767px) {
  .site-content .mainvisual {
    background-color: #fff;
  }
}

.site-content .mainvisual__inner {
  color: #fff;
  text-align: center;
}

.site-content .mainvisual .lead {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 100;
}

@media (min-width: 767px) {
  .site-content .mainvisual .lead {
    margin-bottom: 30px;
    font-size: 34px;
  }
}

.site-content .mainvisual .lead span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.site-content .mainvisual .lead p {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
}

.site-content .mainvisual .logo {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .site-content .mainvisual .logo {
    margin-bottom: 20px;
  }
}

.site-content .mainvisual .date {
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: normal;
}

@media (min-width: 767px) {
  .site-content .mainvisual .date {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

.site-content .mainvisual .link-box {
  /* margin-bottom: 35px; */
  margin-bottom: 20px;
}

.site-content .mainvisual .link-box p {
  font-size: 2.6em;
  color: #000;
  font-weight: 400;
}

.site-content .mainvisual .scroll-box .button-scroll {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}

.site-content .mainvisual .scroll-box .button-scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 33px;
  height: 33px;
  border: 1px solid #fff;
  border-radius: 50% 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}

.site-content .mainvisual .scroll-box .button-scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 35px;
  height: 35px;
  background: transparent url("/campus/life/gakuseibu/kashiifes/images/common/icon-arrow-down.svg") center center no-repeat;
  background-size: 6px 15px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}

.site-content .mainvisual .scroll-box .button-scroll:hover {
  color: #f6ff00;
}

.site-content .mainvisual .scroll-box .button-scroll:hover:before {
  border-color: #f6ff00;
}

.site-content .mainvisual .scroll-box .button-scroll:hover:after {
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/icon-arrow-down-yellow.svg");
}

.site-content .main .past__inner {
  padding-top: 20px;
  padding-bottom: 29px;
}

.site-content .main .past__header {
  text-align: center;
}

.site-content .main .past__header .heading {
  margin-top: 0;
  font-size: 22px;
  font-weight: 100;
}

@media (min-width: 767px) {
  .site-content .main .past__header .heading {
    font-size: 28px;
  }
}

.site-content .main .past__content .slide__item {
  padding-left: 4%;
  padding-right: 4%;
}

.site-content .main .past__content .slide > .slide__item {
  position: absolute;
}

@media (min-width: 767px) {
  .site-content .main .about__inner {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1020px;
  }
}

.site-content .main .about__content .info p {
  border: #111023 solid 1px;
  padding: 1em;
}

.site-content .main .about__content .guset-live {
  background-color: #f4f4f4;
  padding: 3em 3em;
  margin-bottom: 80px;
}

@media (min-width: 767px) {
  .site-content .main .about__content .guset-live__inner {
    height: auto;
  }
}

.site-content .main .about__content .guset-live__inner .title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.site-content .main .about__content .guset-live__inner .title--lv2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  z-index: 2;
  font-family: sans-serif, HGS創英角ﾎﾟｯﾌﾟ体, HGP創英角ゴシックUB;
  background-image: url("/campus/life/gakuseibu/kashiifes/images/common/yazirushi-bg.png");
  /* background-color:rgba(255, 255, 255, 0.1); */
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 767px) {
  .site-content .main .about__content .guset-live__inner .title--lv2 {
    margin-bottom: 24px;
    padding-top: 18px;
    padding-bottom: 38px;
    font-size: 50px;
    font-family: sans-serif, HGS創英角ﾎﾟｯﾌﾟ体, HGP創英角ゴシックUB;
    background-image: url("/campus/life/gakuseibu/kashiifes/images/common/yazirushi-bg.png");
    /* background-color:rgba(255, 255, 255, 0.1); */
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.site-content .main .about__content .guset-live__inner .title--lv2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  z-index: -1;
}

.site-content .main .about__content .guset-live__inner .pic {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .site-content .main .about__content .guset-live__inner .pic {
    float: right;
    margin-left: 20px;
    width: 50%;
  }
}

.site-content .main .about__content .guset-live__inner .text-area p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1.2em;
}

@media (min-width: 767px) {
  .site-content .main .about__content .guset-live__inner .text-area p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2em;
  }
}

.site-content .main .about__content .guset-live__inner .text-area h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
}

@media (min-width: 767px) {
  .site-content .main .about__content .guset-live__inner .text-area h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
  }
}

.site-content .main .about__content .guset-live__inner .text-area ul {
  padding-inline-start: 0px;
}

.site-content .main .about__content .guset-live__inner .text-area ul li {
  display: inline-block;
  margin: 30px 10px 0 0;
}

@media (min-width: 767px) {
  .site-content .main .about__content .guset-live__inner .text-area ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

.site-content .main .about__content .guset-live__inner .text-area ul li a {
  font-size: 15px;
  padding: 10px 30px;
  color: #fff;
  background-color: #080808;
  text-decoration: none;
}

@media (min-width: 767px) {
  .site-content .main .about__content .guset-live__inner .text-area ul li a {
    font-size: 15px;
    padding: 8px 10px;
    color: #fff;
    background-color: #080808;
    text-decoration: none;
  }
}

.site-content .main .about__content .guset-live__inner .text-area ul li a:hover {
  text-decoration: underline 1px solid;
}

.site-content .main .about__content .box01 {
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box01 {
    margin-bottom: 50px;
  }
}

.site-content .main .about__content .box01 .text-area {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box01 .text-area {
    width: 45.652%;
  }
}

.site-content .main .about__content .box01 .text-area p {
  font-size: 15px;
  line-height: 1.8;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box01 .text-area p {
    font-size: 17px;
  }
}

@media (min-width: 767px) {
  .site-content .main .about__content .box01 .pic-area {
    width: 45.652%;
  }
}

.site-content .main .about__content .box01 .pic-area .pic img {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box01 .pic-area .pic img {
    margin-bottom: 8px;
  }
}

.site-content .main .about__content .box01 .pic-area .pic figcaption {
  font-size: 12px;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box01 .pic-area .pic figcaption {
    font-size: 16px;
    text-align: right;
  }
}

.site-content .main .about__content .box02 .box-info {
  margin-bottom: 47px;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box02 .box-info {
    width: 62.5%;
  }
}

@media (min-width: 767px) {
  .site-content .main .about__content .box02 .box-sns {
    width: 31.521%;
  }
}

.site-content .main .about__content .box02 .theme-area {
  margin-bottom: 40px;
  padding: 25px 4.545%;
  background-color: #f4f4f4;
}

.site-content .main .about__content .box02 .theme-area .title {
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.site-content .main .about__content .box02 .theme-area__content .pic {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box02 .theme-area__content .pic {
    float: right;
    margin-left: 20px;
    width: 226px;
  }
}

.site-content .main .about__content .box02 .theme-area__content .text-area p {
  font-size: 15px;
  line-height: 1.8;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box02 .theme-area__content .text-area p {
    font-size: 14px;
    line-height: 2.4;
  }
}

.site-content .main .about__content .box02 .count-area {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box02 .count-area {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.site-content .main .about__content .box02 .count-area__item {
  width: 29.696%;
  text-align: center;
}

.site-content .main .about__content .box02 .count-area__item .icon {
  position: relative;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 98px;
  height: 98px;
  border-radius: 50% 50%;
  overflow: hidden;
}

.site-content .main .about__content .box02 .count-area__item .info-area .info span {
  display: block;
  line-height: 1;
}

.site-content .main .about__content .box02 .count-area__item .info-area .info span.name {
  font-size: 15px;
  font-weight: 300;
}

.site-content .main .about__content .box02 .count-area__item .info-area .info span.amount {
  margin-bottom: 5px;
  color: #fe1c81;
  font-size: 55px;
  font-weight: 300;
}

.site-content .main .about__content .box02 .count-area__item .info-area .info span.unit {
  font-size: 15px;
  font-weight: 300;
}

.site-content .main .about__content .box02 .twitter-area {
  margin-bottom: 43px;
}

.site-content .main .about__content .box02 .twitter-area .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  font-family: sans-serif,HGS創英角ﾎﾟｯﾌﾟ体,HGP創英角ゴシックUB;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box02 .twitter-area .title {
    margin-bottom: 11px;
    font-family: sans-serif,HGS創英角ﾎﾟｯﾌﾟ体,HGP創英角ゴシックUB;
  }
}

.site-content .main .about__content .box02 .twitter-area__content {
  height: 575px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box02 .twitter-area__content {
    height: 445px;
  }
}

.site-content .main .about__content .box02 .instagram-area .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  font-family: sans-serif, HGS創英角ﾎﾟｯﾌﾟ体, HGP創英角ゴシックUB;
}

@media (min-width: 767px) {
  .site-content .main .about__content .box02 .instagram-area .title {
    margin-bottom: 11px;
    font-family: sans-serif,HGS創英角ﾎﾟｯﾌﾟ体,HGP創英角ゴシックUB;
  }
}

.site-content .main .about__content .box02 .instagram-area a {
  transition: all 0.5s ease;
}

.site-content .main .about__content .box02 .instagram-area a:hover {
  opacity: 0.7;
}

@media (min-width: 767px) {
  .site-content .main .event__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.site-content .main .event__content .comment {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

@media (min-width: 767px) {
  .site-content .main .event__content .list-event {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

@media (min-width: 767px) {
  .site-content .main .event__content .list-event__item {
    width: 47%;
  }
}

@media (min-width: 900px) {
  .site-content .main .event__content .list-event__item {
    width: 30.9%;
  }
}

.site-content .main .schedule__content .box-inner-frame {
  overflow-x: auto;
}

.site-content .main .schedule__content .box-inner-frame__content .pic img {
  display: block;
  width: 1100px;
  max-width: none;
}

@media (min-width: 900px) {
  .site-content .main .schedule__content .box-inner-frame__content .pic img {
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .site-content .main .division__content .list-division {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 767px) {
  .site-content .main .division__content .list-division__item {
    width: 47%;
  }
}

@media (min-width: 900px) {
  .site-content .main .division__content .list-division__item {
    width: 30.9%;
  }
}

.site-content .main .division__content .guest-info {
  margin-top: 13px;
}

.site-content .main .division__content .title span {
  display: block;
  width: 100%;
  color: #000;
  margin: 60px 0 0 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  border-bottom: 3px solid #E79E52;
}

@media (min-width: 767px) {
  .site-content .main .division__content .title span {
    font-size: 2.2em;
  }
}

@media (min-width: 767px) {
  .site-content .main .access__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media (min-width: 767px) {
  .site-content .main .access__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.site-content .main .access .info-area {
  padding: 52px 6% 35px;
}

@media (min-width: 767px) {
  .site-content .main .access .info-area {
    width: 43.2%;
  }
}

.site-content .main .access .info-area__inner {
  max-width: 380px;
}

.site-content .main .access .info-area .dl--access {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .site-content .main .access .info-area .dl--access {
    margin-bottom: 25px;
  }
}

.site-content .main .access .info-area .dl--access:last-of-type {
  margin-bottom: 0;
}

.site-content .main .access .info-area .pc-link-area {
  display: none;
}

@media (min-width: 767px) {
  .site-content .main .access .info-area .pc-link-area {
    display: block;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.site-content .main .access .map-area {
  width: 100%;
}

@media (min-width: 767px) {
  .site-content .main .access .map-area {
    width: 56.8%;
  }
}

.site-content .main .access .map-area iframe {
  height: 367px;
}

@media (min-width: 767px) {
  .site-content .main .access .map-area iframe {
    height: 564px;
  }
}

.site-content .main .access .sp-link-area {
  padding: 30px 6%;
  text-align: center;
}

@media (min-width: 767px) {
  .site-content .main .access .sp-link-area {
    display: none;
  }
}

.site-content .main .caution__inner {
  padding: 30px 6%;
}

.site-content .main .caution__content {
  padding: 30px 7.575%;
  background-color: #fff;
}

@media (min-width: 767px) {
  .site-content .main .caution__content {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
  }
}

.site-content .main .caution__content .title {
  margin-bottom: 22px;
  color: #484848;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 767px) {
  .site-content .main .caution__content .title {
    font-size: 18px;
  }
}

.site-content .main .caution__content .note-area {
  margin-top: 25px;
}

@media (min-width: 767px) {
  .site-content .main .caution__content .note-area {
    margin-top: 10px;
  }
}

.site-content .main .caution__content .note-area p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

@media (min-width: 767px) {
  .site-content .main .caution__content .note-area p {
    font-size: 13px;
  }
}

.page-to-top {
  position: relative;
}

.page-to-top a {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 6%;
  width: 41px;
  height: 41px;
  border-radius: 50% 50%;
  border: 0 none;
  color: transparent;
  font-size: 0;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  z-index: 20;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

@media (min-width: 767px) {
  .page-to-top a {
    width: 60px;
    height: 60px;
  }
}

.page-to-top a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 41px;
  height: 41px;
  background: transparent url("/campus/life/gakuseibu/kashiifes/images/common/icon-arrow-right.svg") center center no-repeat;
  background-size: 15px 7px;
  transform: translate(-50%, -50%) rotate(90deg) scale(-1, 1);
}

@media (min-width: 767px) {
  .page-to-top a:before {
    width: 60px;
    height: 60px;
    background-size: 20px 10px;
  }
}

.page-to-top.is-footer a {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
