#container .inner {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 480px) {
  #container .inner {
    width: 90%;
  }
}

.kiwi {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

.m1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

header {
  background: #fff;
  width: calc(100% - 40px);
  padding: 20px;
  background: #fff;
  border-bottom: solid 4px #4696ff;
}

header h1 img {
  height: 40px;
}

@media screen and (max-width: 480px) {
  header {
    padding: 3vw;
    width: calc(100% - 6vw);
    border-width: 1.5vw;
  }
  header h1 img {
    height: 6vw;
  }
}

main {
  position: relative;
}

main #oc-side-banner {
  position: fixed;
  right: calc(50% - 550px);
  top: 165px;
}

main #oc-side-banner a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

main #oc-side-banner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  main #oc-side-banner {
    display: none;
  }
}

.banners {
  text-align: center;
}

.banners a {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  display: inline-block;
  margin: 0 4px;
}

.banners a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#intro {
  background: #1f2751;
  padding-top: 80px;
}

#intro #intro-wrapper {
  background: #4696ff;
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  #intro {
    padding-top: 10vw;
  }
  #intro #intro-wrapper {
    width: 90%;
  }
}

#kv {
  background: url(../images/kv-bg.png) center bottom/100% 100% no-repeat;
}

#kv .kv {
  width: 100%;
  margin: auto;
  position: relative;
}

#kv .kv .fukidashi {
  position: absolute;
  left: 0;
  top: -30px;
}

#kv .kv .char img {
  position: absolute;
  bottom: -60px;
  z-index: 2;
}

#kv .kv .char img.girl {
  left: 0;
  width: 35%;
}

#kv .kv .char img.boy {
  right: 0;
  width: 43%;
}

@media screen and (max-width: 480px) {
  #kv {
    background: none;
  }
  #kv .kv {
    width: 100%;
  }
  #kv .kv .fukidashi {
    width: 50%;
    top: -5vw;
  }
  #kv .kv .char img {
    bottom: -11vw;
    width: auto !important;
    height: 45vw;
  }
  #kv .kv .char img.girl {
    left: 3vw;
  }
  #kv .kv .char img.boy {
    right: 2vw;
  }
}

#reason {
  margin-bottom: 30px;
}

#reason h3 {
  text-align: center;
  padding: 20px 0;
}

#reason h3 img {
  width: 90%;
}

#reason figure.reasons {
  text-align: center;
}

#reason figure.reasons img {
  width: 92%;
}

@media screen and (max-width: 480px) {
  #reason {
    margin-bottom: 5vw;
  }
  #reason h3 {
    padding: 5vw 0;
  }
  #reason h3 img {
    width: 90%;
  }
  #reason figure.reasons img {
    width: 92%;
  }
}

#heigan {
  width: 90%;
  background: #fff;
  border-radius: 15px;
  margin: auto;
  padding-bottom: 30px;
  position: relative;
}

#heigan .catch {
  text-align: center;
}

#heigan .catch img {
  width: 40%;
}

#heigan .fukidashi {
  position: absolute;
  left: -30px;
  top: 20px;
  width: 40%;
}

#heigan .fukidashi img {
  width: 100%;
}

#heigan h3 {
  text-align: center;
  margin-bottom: 20px;
}

#heigan h3 img {
  width: 90%;
}

#heigan .text {
  padding: 0 20px;
}

#heigan .text figure {
  width: 120px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

#heigan .text p {
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
  line-height: 1.8em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#heigan .text p > img {
  float: left;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 480px) {
  #heigan {
    width: 90%;
    border-radius: 5vw;
  }
  #heigan .catch {
    margin-bottom: 2vw;
  }
  #heigan .catch img {
    width: 40%;
  }
  #heigan .fukidashi {
    top: 3vw;
    left: -8vw;
    width: auto;
  }
  #heigan .fukidashi img {
    width: 39vw;
  }
  #heigan h3 {
    margin-bottom: 2vw;
  }
  #heigan h3 img {
    width: 90%;
  }
  #heigan .text {
    padding: 0 3vw;
  }
  #heigan .text figure {
    width: 20vw;
    margin-right: 5vw;
    margin-bottom: 3vw;
  }
  #heigan .text p {
    font-size: 3.5vw;
  }
  #heigan .text p > img {
    width: 11vw;
  }
}

#about {
  background: url(../images/about-bg.png) center bottom/100% 100% no-repeat;
  padding: 40px 0 60px;
}

#about .banners {
  margin-bottom: 30px;
}

#about h3 {
  text-align: center;
  margin-bottom: 10px;
}

#about p {
  color: #4696ff;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  padding-bottom: 2em;
}

@media screen and (max-width: 480px) {
  #about {
    padding: 5vw 0 8vw;
  }
  #about .banners {
    margin-bottom: 5vw;
  }
  #about h3 img {
    width: 77%;
  }
  #about p {
    font-size: 4vw;
    line-height: 1.4em;
    padding-bottom: 3em;
  }
}

#senbatsu {
  background: #4696ff;
  padding: 40px 0;
}

#senbatsu .senbatsu {
  width: 480px;
  margin: auto;
}

#senbatsu .fukidashi {
  text-align: center;
  margin-bottom: 20px;
}

#senbatsu .tab {
  width: 480px;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#senbatsu .tab a {
  display: block;
  margin: 0 10px;
}

#senbatsu .tab a img {
  vertical-align: top;
}

#senbatsu .tab a .on {
  display: none;
}

#senbatsu .tab a .off {
  display: block;
}

#senbatsu .tab a.active .on {
  display: block;
}

#senbatsu .tab a.active .off {
  display: none;
}

#senbatsu section {
  border-radius: 10px;
  max-width: 760px;
  margin: auto;
  padding: 5px;
  display: none;
}

#senbatsu section.active {
  display: block;
}

#senbatsu section .senbatsu-inner {
  border-radius: 10px;
  border: solid 3px #4696ff;
  padding: 20px 0;
}

#senbatsu section .senbatsu-inner article {
  margin-bottom: 50px;
}

#senbatsu section .senbatsu-inner h3 {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

#senbatsu section .senbatsu-inner h3 img {
  vertical-align: top;
  height: 80px;
}

#senbatsu section .senbatsu-inner .point ul li {
  padding-left: 5%;
  margin-bottom: 10px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

#senbatsu section .senbatsu-inner .point ul li img {
  max-width: 125%;
  width: 125%;
}

#senbatsu section .senbatsu-inner .slider h3 {
  position: relative;
}

#senbatsu section .senbatsu-inner .slider h3:after, #senbatsu section .senbatsu-inner .slider h3:before {
  content: "";
  width: 2em;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 2em;
  top: calc(50% - 1px);
  -webkit-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#senbatsu section .senbatsu-inner .slider h3:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#senbatsu section .senbatsu-inner .slider.open h3:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#senbatsu section .senbatsu-inner .slider.open h3:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#senbatsu section .senbatsu-inner .senkou {
  width: 90%;
  margin: auto;
}

#senbatsu section .senbatsu-inner .senkou .senkou-block {
  margin-bottom: 40px;
}

#senbatsu section .senbatsu-inner .senkou .recommend {
  margin-bottom: 40px;
}

#senbatsu section .senbatsu-inner .senkou .recommend img {
  width: 100%;
}

#senbatsu section .senbatsu-inner .senkou h4 {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 0.5em;
}

#senbatsu section .senbatsu-inner .senkou p {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  line-height: 1.5em;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

#senbatsu section .senbatsu-inner .senkou p sup {
  font-size: 14px;
}

#senbatsu section .senbatsu-inner .senkou p small {
  font-family: inherit;
}

#senbatsu section .senbatsu-inner .price {
  width: 94%;
  margin: auto;
}

#senbatsu section .senbatsu-inner .price h4 {
  margin-bottom: 30px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#senbatsu section .senbatsu-inner .price h4 img {
  height: 48px;
}

#senbatsu section .senbatsu-inner .price h4 img.scroll-message {
  height: 38px;
}

#senbatsu section .senbatsu-inner .price p {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5em;
}

#senbatsu section .senbatsu-inner .price .price-tabel {
  overflow-x: scroll;
  padding-bottom: 2vw;
}

#senbatsu section .senbatsu-inner .price .price-tabel figure {
  width: 120%;
}

#senbatsu section#sougou {
  background: #c3e1cd;
}

#senbatsu section#sougou h3 {
  background: #00968c;
}

#senbatsu section#suisen {
  background: #ebb43c;
}

#senbatsu section#suisen h3 {
  background: #f05a23;
}

#senbatsu .section-extend {
  color: #fff;
  max-width: 760px;
  margin: auto;
  margin-bottom: 60px;
  padding-top: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.4em;
}

@media screen and (max-width: 480px) {
  #senbatsu {
    padding: 7vw 0;
  }
  #senbatsu .senbatsu {
    width: 100%;
  }
  #senbatsu .fukidashi {
    margin-bottom: 1vw;
  }
  #senbatsu .fukidashi img {
    width: 80%;
  }
  #senbatsu .tab {
    width: 86%;
    margin-left: 10%;
    padding: 0 1% 0 3%;
  }
  #senbatsu .tab a {
    margin: 0 1vw;
  }
  #senbatsu section {
    width: calc(90% - 1vw);
    border-radius: 2vw 0 0 2vw;
    padding: 1vw 0 1vw 1vw;
    margin-left: 10%;
  }
  #senbatsu section .senbatsu-inner {
    padding: 5vw 0;
    border-right: 0;
    border-radius: 2vw 0 0 2vw;
  }
  #senbatsu section .senbatsu-inner h3 {
    text-align: left;
    padding-left: 5vw;
    margin-bottom: 2vw;
  }
  #senbatsu section .senbatsu-inner h3 img {
    height: 14vw;
  }
  #senbatsu section .senbatsu-inner .slider {
    position: relative;
  }
  #senbatsu section .senbatsu-inner .slider .slider-note {
    position: absolute;
    right: 2vw;
    top: -2vw;
    width: 15vw;
    z-index: 2;
  }
  #senbatsu section .senbatsu-inner .slider h3 {
    padding-left: 20vw;
  }
  #senbatsu section .senbatsu-inner .slider h3:after, #senbatsu section .senbatsu-inner .slider h3:before {
    width: 6vw;
    right: 3vw;
  }
  #senbatsu section .senbatsu-inner article {
    margin-bottom: 5vw;
  }
  #senbatsu section .senbatsu-inner .point ul {
    padding-left: 5vw;
  }
  #senbatsu section .senbatsu-inner .point ul li {
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #senbatsu section .senbatsu-inner .point ul li img {
    max-width: initial;
    width: 125%;
  }
  #senbatsu section .senbatsu-inner .senkou {
    width: 90%;
  }
  #senbatsu section .senbatsu-inner .senkou .recommend {
    margin-bottom: 5vw;
  }
  #senbatsu section .senbatsu-inner .senkou .recommend img {
    width: 95%;
  }
  #senbatsu section .senbatsu-inner .senkou .senkou-block h4 {
    font-size: 4.5vw;
  }
  #senbatsu section .senbatsu-inner .senkou .senkou-block figure img {
    width: 90%;
  }
  #senbatsu section .senbatsu-inner .senkou .senkou-block p {
    font-size: 3.5vw;
  }
  #senbatsu section .senbatsu-inner .price h4 {
    margin-bottom: 5vw;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #senbatsu section .senbatsu-inner .price h4 img:first-child {
    height: 9vw;
  }
  #senbatsu section .senbatsu-inner .price h4 img.scroll-message {
    display: block;
    height: 7vw;
  }
  #senbatsu section .senbatsu-inner .price p {
    font-size: 3.3vw;
    margin-bottom: 1em;
  }
  #senbatsu section .senbatsu-inner .price .price-tabel {
    overflow-x: scroll;
    padding-bottom: 2vw;
  }
  #senbatsu section .senbatsu-inner .price .price-tabel figure {
    width: 130%;
  }
  #senbatsu .section-extend {
    font-size: 3.5vw;
    padding-left: 10%;
    margin-bottom: 5vw;
  }
}

#opencampus {
  max-width: 710px;
  margin: auto;
  margin-bottom: 80px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  padding: 20px 20px 50px;
  position: relative;
}

#opencampus h3 {
  border: solid 6px #4696ff;
  border-radius: 21px;
  background: #f0f04f;
  padding: 20px 0 20px 30px;
  position: relative;
  margin-bottom: 40px;
}

#opencampus h3 img {
  height: 80px;
}

#opencampus h3 .char img {
  position: absolute;
  right: -30px;
  top: -40px;
  height: 220px;
}

#opencampus #oc-check {
  border: solid 4px #4696ff;
  border-right: 0;
  padding: 20px 0;
  border-radius: 20px 0 0 20px;
}

#opencampus #oc-check article {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#opencampus #oc-check article:after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 4px;
  background: #4696ff;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#opencampus #oc-check article h4 {
  width: 40px;
}

#opencampus #oc-check article ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
  padding-left: 20px;
}

#opencampus #oc-check article ul li {
  font-size: 16px;
  font-family: "Kiwi Maru", serif;
  padding-left: 1.4em;
  background: url(../images/check.svg) left top 0.2em/1.1em no-repeat;
  line-height: 1.4em;
  margin-bottom: 0.6em;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

#opencampus #oc-check article:last-child:after {
  display: none;
}

#opencampus .oc-image {
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 110px;
}

@media screen and (max-width: 480px) {
  #opencampus {
    width: calc(90% - 3vw);
    border-radius: 5vw 0 0 5vw;
    padding: 3vw 0 4vw 3vw;
    margin-left: 10%;
    margin-bottom: 5vw;
  }
  #opencampus h3 {
    border-width: 1.5vw;
    padding: 3vw;
    border-radius: 3vw 0 0 3vw;
    border-right: 0;
    margin-bottom: 4vw;
  }
  #opencampus h3 img {
    height: 16vw;
  }
  #opencampus h3 .char img {
    top: -3vw;
    right: 2vw;
    height: 37vw;
  }
  #opencampus #oc-check {
    border-width: 1vw;
    padding: 5vw 0;
    border-radius: 5vw 0 0 5vw;
  }
  #opencampus #oc-check article:after {
    height: 0.6vw;
    width: calc(100% - 2vw);
    margin-left: 2vw;
  }
  #opencampus #oc-check article h4 {
    width: 9vw;
  }
  #opencampus #oc-check article ul li {
    font-size: 3.4vw;
  }
  #opencampus .oc-image {
    width: 19vw;
    right: 2vw;
    bottom: 0;
  }
}

#sns {
  padding-top: 60px;
}

#sns ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sns ul li {
  margin: 0 15px;
}

#sns ul li a img {
  width: 80px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#sns ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 480px) {
  #sns ul li {
    margin: 0 3vw;
  }
  #sns ul li a img {
    width: 13vw;
  }
}

footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

footer .slogan {
  text-align: center;
  margin-bottom: 50px;
}

footer .slogan img {
  width: 300px;
}

footer .logo {
  text-align: center;
  margin-bottom: 60px;
}

footer .logo img {
  height: 60px;
}

footer address {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  footer {
    padding: 10vw 0;
  }
  footer .slogan {
    margin-bottom: 5vw;
  }
  footer .slogan img {
    width: 40vw;
  }
  footer .logo {
    margin-bottom: 5vw;
  }
  footer .logo img {
    width: 50vw;
  }
  footer address {
    font-size: 2.5vw;
  }
}

#oc-side-banner img {
  display: block;
  width: 262px;
  height: auto;
}

#oc-side-banner img {
  display: block;
  width: 262px;
  height: auto;
}
