/* CSS Document */
.back-orange {
  background: #FFDCB4;
  padding-bottom: 230px; }
  @media screen and (max-width: 1199px) {
    .back-orange {
      padding-bottom: 170px; } }
  @media screen and (max-width: 767px) {
    .back-orange {
      padding-bottom: 130px; } }

#topslide {
  padding-top: 125px; }
  @media screen and (max-width: 1399px) {
    #topslide {
      padding-top: 110px; } }
  @media screen and (max-width: 1199px) {
    #topslide {
      padding-top: 100px; } }
  @media screen and (max-width: 991px) {
    #topslide {
      padding-top: 105px; } }
  @media screen and (max-width: 767px) {
    #topslide {
      padding-top: 100px; } }
  @media screen and (max-width: 575px) {
    #topslide {
      padding-top: 60px; } }
  #topslide .slider-title h2 {
    font-family: "Kiwi Maru", serif;
    font-size: 40px;
    font-size: 4rem;
    color: #1E2D6C;
    position: absolute;
    z-index: 2;
    bottom: 10%;
    right: 5%; }
    @media screen and (max-width: 1199px) {
      #topslide .slider-title h2 {
        bottom: 15%;
        font-size: 35px;
        font-size: 3.5rem; } }
    @media screen and (max-width: 767px) {
      #topslide .slider-title h2 {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media screen and (max-width: 575px) {
      #topslide .slider-title h2 {
        bottom: 10%;
        font-size: 20px;
        font-size: 2rem; } }
    #topslide .slider-title h2 span {
      display: inline-block;
      background-color: #fff;
      padding: 1rem; }
      @media screen and (max-width: 1199px) {
        #topslide .slider-title h2 span {
          padding: 0.5rem; } }
      @media screen and (max-width: 575px) {
        #topslide .slider-title h2 span {
          padding: 0.3rem 0 0.3rem 0.3rem; } }
      #topslide .slider-title h2 span span.orange-font {
        color: #E88406;
        margin-bottom: 0; }
      #topslide .slider-title h2 span span.pink-font {
        color: #FF7B80;
        margin-bottom: 0; }
      #topslide .slider-title h2 span + br + span {
        margin-top: 3rem;
        margin-left: 10rem; }
        @media screen and (max-width: 1199px) {
          #topslide .slider-title h2 span + br + span {
            margin-top: 1.5rem;
            margin-left: 5rem; } }
        @media screen and (max-width: 991px) {
          #topslide .slider-title h2 span + br + span {
            margin-top: 1rem;
            margin-left: 3rem; } }
  #topslide .swiper-wrapper {
    margin-left: 10rem; }
    @media screen and (max-width: 767px) {
      #topslide .swiper-wrapper {
        margin-left: 5rem; } }
    @media screen and (max-width: 575px) {
      #topslide .swiper-wrapper {
        margin-left: 0; } }
    #topslide .swiper-wrapper .swiper-slide {
      background-image: url("../img/header-img-01.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 830px; }
      @media screen and (max-width: 1399px) {
        #topslide .swiper-wrapper .swiper-slide {
          height: 710px; } }
      @media screen and (max-width: 1199px) {
        #topslide .swiper-wrapper .swiper-slide {
          height: 585px; } }
      @media screen and (max-width: 991px) {
        #topslide .swiper-wrapper .swiper-slide {
          height: 455px; } }
      @media screen and (max-width: 767px) {
        #topslide .swiper-wrapper .swiper-slide {
          height: 340px; } }
    #topslide .swiper-wrapper .swiper-slide.slide1 {
      background-image: url("../img/header-img-01.png"); }
      @media screen and (max-width: 575px) {
        #topslide .swiper-wrapper .swiper-slide.slide1 {
          background-image: url("../img/header-img-xs-01.png"); } }
    #topslide .swiper-wrapper .swiper-slide.slide2 {
      background-image: url("../img/header-img-02.png"); }
      @media screen and (max-width: 575px) {
        #topslide .swiper-wrapper .swiper-slide.slide2 {
          background-image: url("../img/header-img-xs-02.png"); } }
    #topslide .swiper-wrapper .swiper-slide.slide3 {
      background-image: url("../img/header-img-03.png"); }
      @media screen and (max-width: 575px) {
        #topslide .swiper-wrapper .swiper-slide.slide3 {
          background-image: url("../img/header-img-xs-03.png"); } }
    #topslide .swiper-wrapper .swiper-slide.slide4 {
      background-image: url("../img/header-img-04.png"); }
      @media screen and (max-width: 575px) {
        #topslide .swiper-wrapper .swiper-slide.slide4 {
          background-image: url("../img/header-img-xs-04.png"); } }

#philosophy {
  padding-top: 3rem;
  position: relative; }
  @media screen and (max-width: 575px) {
    #philosophy {
      padding-top: 5rem; } }
  @media screen and (max-width: 575px) {
    #philosophy::before {
      content: '';
      display: block;
      height: 210px;
      width: 100%;
      background-image: url("../img/event-wave.svg");
      background-repeat: repeat-x;
      background-size: auto;
      background-position: center;
      position: absolute;
      top: -100px;
      z-index: 2; } }
  #philosophy .illust-1 {
    display: block;
    height: 230px;
    width: 230px;
    position: absolute;
    top: -5%;
    left: 10%; }
    @media screen and (max-width: 1199px) {
      #philosophy .illust-1 {
        height: auto;
        width: 170px;
        top: 0; } }
    @media screen and (max-width: 767px) {
      #philosophy .illust-1 {
        width: 150px;
        top: -1%;
        left: 5%; } }
    @media screen and (max-width: 575px) {
      #philosophy .illust-1 {
        width: 100px;
        top: 0%;
        left: 0%;
        z-index: 3; } }
  #philosophy .d-flex {
    margin-top: 10rem; }
    @media screen and (max-width: 1199px) {
      #philosophy .d-flex {
        margin-top: 6rem; } }
    @media screen and (max-width: 991px) {
      #philosophy .d-flex {
        margin-top: 4rem; } }
    @media screen and (max-width: 767px) {
      #philosophy .d-flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 575px) {
      #philosophy .d-flex {
        margin-top: 2rem; } }
    #philosophy .d-flex .philosophy-text {
      margin-right: 5rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-flow: column;
      text-align: justify; }
      @media screen and (max-width: 1199px) {
        #philosophy .d-flex .philosophy-text {
          width: 50%; } }
      @media screen and (max-width: 991px) {
        #philosophy .d-flex .philosophy-text {
          margin-right: 3rem; } }
      @media screen and (max-width: 767px) {
        #philosophy .d-flex .philosophy-text {
          order: 2;
          width: 100%;
          margin-right: auto;
          margin-top: 3rem; } }
      @media screen and (max-width: 575px) {
        #philosophy .d-flex .philosophy-text p + p {
          margin-top: 2rem;
          margin-bottom: 2rem; } }
    #philosophy .d-flex .philosophy-img {
      margin-right: calc(50% - 50vw); }
      @media screen and (max-width: 767px) {
        #philosophy .d-flex .philosophy-img {
          order: 1; } }
      #philosophy .d-flex .philosophy-img img {
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem; }
        @media screen and (max-width: 1199px) {
          #philosophy .d-flex .philosophy-img img {
            width: 100%; } }
  #philosophy ol li {
    background-color: #fff;
    border-radius: 2rem;
    margin-right: calc(67% - 50vw);
    margin-left: calc(67% - 50vw);
    height: 375px;
    padding: 5rem 5rem 0;
    align-items: center; }
    @media screen and (max-width: 1399px) {
      #philosophy ol li {
        margin-right: auto;
        margin-left: auto;
        height: 330px;
        padding: 6rem 5rem 0; } }
    @media screen and (max-width: 1199px) {
      #philosophy ol li {
        height: 360px;
        padding: 6rem 4rem 0; } }
    @media screen and (max-width: 991px) {
      #philosophy ol li {
        height: 320px;
        padding: 6rem 4rem 0; } }
    @media screen and (max-width: 767px) {
      #philosophy ol li {
        height: auto;
        padding: 10rem 4rem 4rem; } }
    @media screen and (max-width: 575px) {
      #philosophy ol li {
        padding: 9rem 2rem 2rem; } }
    #philosophy ol li div {
      width: 50%;
      position: relative;
      display: flex;
      justify-content: center;
      height: 100%; }
      @media screen and (max-width: 767px) {
        #philosophy ol li div {
          width: 100%;
          order: 2;
          margin-top: 2rem; } }
      @media screen and (max-width: 575px) {
        #philosophy ol li div {
          margin-top: 2rem;
          margin-bottom: -5rem; } }
      #philosophy ol li div img {
        position: absolute;
        top: -30%;
        width: fit-content;
        height: 380px;
        border-radius: 2rem; }
        @media screen and (max-width: 1399px) {
          #philosophy ol li div img {
            width: 100%;
            height: auto; } }
        @media screen and (max-width: 1199px) {
          #philosophy ol li div img {
            top: -5%; } }
        @media screen and (max-width: 767px) {
          #philosophy ol li div img {
            position: relative;
            top: 0; } }
    #philosophy ol li section {
      width: 50%;
      padding-left: 4rem; }
      @media screen and (max-width: 767px) {
        #philosophy ol li section {
          width: 100%;
          order: 1;
          padding-left: 0; } }
      #philosophy ol li section h3 {
        font-size: 26px;
        font-size: 2.6rem;
        color: #E88406;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1em;
        position: relative; }
        @media screen and (max-width: 1399px) {
          #philosophy ol li section h3 {
            margin-bottom: 0.5em; } }
        @media screen and (max-width: 575px) {
          #philosophy ol li section h3 {
            font-size: 20px;
            font-size: 2rem;
            margin-bottom: 2.5rem; } }
        #philosophy ol li section h3::before {
          content: '01';
          position: absolute;
          top: -80px;
          right: 0;
          left: 0;
          font-family: "Kiwi Maru", serif;
          font-size: 40px;
          font-size: 4rem;
          font-weight: bold;
          color: #fff;
          margin: auto;
          background: #E5420D;
          background: linear-gradient(90deg, #e5420d 0%, #e79d44 100%);
          width: 68px;
          height: 68px;
          padding-top: 0.6rem;
          border-radius: 50%; }
          @media screen and (max-width: 1199px) {
            #philosophy ol li section h3::before {
              font-size: 30px;
              font-size: 3rem;
              width: 55px;
              height: 55px;
              top: -65px; } }
          @media screen and (max-width: 991px) {
            #philosophy ol li section h3::before {
              padding-top: 1.1rem; } }
          @media screen and (max-width: 575px) {
            #philosophy ol li section h3::before {
              padding-top: 0.9rem; } }
      #philosophy ol li section p {
        margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      #philosophy ol li:last-child {
        margin-top: 8rem; } }
    #philosophy ol li:last-child div {
      order: 2; }
    #philosophy ol li:last-child section {
      padding-left: 0;
      padding-right: 4rem;
      order: 1; }
      @media screen and (max-width: 767px) {
        #philosophy ol li:last-child section {
          padding-right: 0; } }
      #philosophy ol li:last-child section h3::before {
        content: '02';
        position: absolute;
        top: -80px;
        right: 0;
        left: 0;
        font-family: "Kiwi Maru", serif;
        font-size: 40px;
        font-size: 4rem;
        font-weight: bold;
        color: #fff;
        margin: auto;
        background: #E5420D;
        background: linear-gradient(90deg, #e5420d 0%, #e79d44 100%);
        width: 68px;
        height: 68px;
        padding-top: 0.6rem;
        border-radius: 50%; }
        @media screen and (max-width: 1199px) {
          #philosophy ol li:last-child section h3::before {
            font-size: 30px;
            font-size: 3rem;
            width: 55px;
            height: 55px;
            top: -65px; } }
        @media screen and (max-width: 991px) {
          #philosophy ol li:last-child section h3::before {
            padding-top: 1.1rem; } }
  #philosophy ol + p {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 1399px) {
      #philosophy ol + p {
        margin-top: 6rem; } }
    @media screen and (max-width: 1199px) {
      #philosophy ol + p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 5rem; } }
    @media screen and (max-width: 575px) {
      #philosophy ol + p {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: justify; } }
  #philosophy .illust-2 {
    display: block;
    height: 230px;
    position: absolute;
    bottom: -10%;
    left: 5%; }
    @media screen and (max-width: 1399px) {
      #philosophy .illust-2 {
        left: 0%; } }
    @media screen and (max-width: 1199px) {
      #philosophy .illust-2 {
        height: 170px;
        bottom: -8%; } }
    @media screen and (max-width: 991px) {
      #philosophy .illust-2 {
        bottom: -11%; } }
    @media screen and (max-width: 767px) {
      #philosophy .illust-2 {
        height: 150px;
        bottom: -5%; } }
    @media screen and (max-width: 575px) {
      #philosophy .illust-2 {
        height: 100px;
        bottom: -5%;
        right: 0;
        left: auto; } }

#greeting {
  position: relative;
  padding-bottom: 10rem; }
  @media screen and (max-width: 575px) {
    #greeting {
      padding-bottom: 5rem;
      padding-top: 7rem; } }
  #greeting::before {
    content: '';
    display: block;
    height: 210px;
    width: 100%;
    background-image: url("../img/greeting-wave.svg");
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center;
    position: absolute;
    top: -160px; }
    @media screen and (max-width: 1199px) {
      #greeting::before {
        top: -125px; } }
  #greeting h2 {
    position: relative; }
  #greeting .illust-3 {
    display: block;
    height: 230px;
    position: absolute;
    top: -13%;
    right: 4%; }
    @media screen and (max-width: 1199px) {
      #greeting .illust-3 {
        height: 200px;
        top: -8%; } }
    @media screen and (max-width: 767px) {
      #greeting .illust-3 {
        height: 150px;
        top: -12%; } }
    @media screen and (max-width: 575px) {
      #greeting .illust-3 {
        height: 100px;
        top: -2%;
        right: auto;
        left: 5%; } }
  @media screen and (max-width: 1199px) {
    #greeting .d-flex {
      flex-wrap: wrap;
      justify-content: center; } }
  #greeting .d-flex .greeting-img {
    width: 50%;
    margin-top: 3rem; }
    @media screen and (max-width: 1199px) {
      #greeting .d-flex .greeting-img {
        width: 60%; } }
    @media screen and (max-width: 575px) {
      #greeting .d-flex .greeting-img {
        width: 80%;
        margin-top: 2rem; } }
    #greeting .d-flex .greeting-img img {
      width: 100%; }
  #greeting .d-flex .greeting-text {
    text-align: justify;
    margin-left: 4%;
    width: 46%; }
    @media screen and (max-width: 1199px) {
      #greeting .d-flex .greeting-text {
        margin: 5rem 0 0;
        width: 100%; } }
    @media screen and (max-width: 575px) {
      #greeting .d-flex .greeting-text {
        margin: 3rem 0 0;
        text-align: justify; } }
    #greeting .d-flex .greeting-text span {
      text-align: right;
      display: block; }
      #greeting .d-flex .greeting-text span span {
        display: inline;
        font-size: 22px;
        font-size: 2.2rem; }
        @media screen and (max-width: 575px) {
          #greeting .d-flex .greeting-text span span {
            line-height: 5rem; } }

#chibi-sports {
  background-color: #AEDFE3;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 1199px) {
    #chibi-sports {
      padding-bottom: 5rem; } }
  @media screen and (max-width: 767px) {
    #chibi-sports {
      padding-top: 5rem;
      padding-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    #chibi-sports {
      padding-top: 3rem; } }
  #chibi-sports::before {
    content: '';
    display: block;
    height: 33px;
    width: 100%;
    background-image: url("../img/chibi-sports-wave.svg");
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center;
    position: absolute;
    top: -30px; }
    @media screen and (max-width: 1399px) {
      #chibi-sports::before {
        top: -29px; } }
    @media screen and (max-width: 1199px) {
      #chibi-sports::before {
        top: -28px; } }
    @media screen and (max-width: 991px) {
      #chibi-sports::before {
        top: -25px; } }
    @media screen and (max-width: 767px) {
      #chibi-sports::before {
        top: -22px; } }
    @media screen and (max-width: 575px) {
      #chibi-sports::before {
        top: -20px; } }
  #chibi-sports::after {
    content: '';
    display: block;
    height: 33px;
    width: 100%;
    background-image: url("../img/chibi-sports-wave2.svg");
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center;
    position: absolute;
    bottom: -30px; }
    @media screen and (max-width: 1399px) {
      #chibi-sports::after {
        bottom: -29px; } }
    @media screen and (max-width: 1199px) {
      #chibi-sports::after {
        bottom: -28px; } }
    @media screen and (max-width: 991px) {
      #chibi-sports::after {
        bottom: -25px; } }
    @media screen and (max-width: 767px) {
      #chibi-sports::after {
        bottom: -22px; } }
    @media screen and (max-width: 575px) {
      #chibi-sports::after {
        bottom: -20px; } }
  #chibi-sports .cloud-right {
    display: block;
    width: 145px;
    position: absolute;
    top: 8%;
    right: 4%; }
    @media screen and (max-width: 1199px) {
      #chibi-sports .cloud-right {
        width: 135px; } }
    @media screen and (max-width: 991px) {
      #chibi-sports .cloud-right {
        width: 125px; } }
    @media screen and (max-width: 767px) {
      #chibi-sports .cloud-right {
        width: 90px;
        top: 9%; } }
    @media screen and (max-width: 575px) {
      #chibi-sports .cloud-right {
        width: 60px;
        top: 10%; } }
  #chibi-sports .cloud-left {
    display: block;
    width: 350px;
    position: absolute;
    top: 8%;
    left: 4%; }
    @media screen and (max-width: 1199px) {
      #chibi-sports .cloud-left {
        width: 230px; } }
    @media screen and (max-width: 991px) {
      #chibi-sports .cloud-left {
        width: 200px; } }
    @media screen and (max-width: 767px) {
      #chibi-sports .cloud-left {
        width: 150px;
        top: 9%; } }
    @media screen and (max-width: 575px) {
      #chibi-sports .cloud-left {
        width: 120px;
        top: 10%; } }
  @media screen and (max-width: 767px) {
    #chibi-sports ul {
      margin-top: 13rem; } }
  @media screen and (max-width: 575px) {
    #chibi-sports ul {
      margin-top: 9rem; } }
  @media screen and (max-width: 767px) {
    #chibi-sports ul li:first-child {
      margin-bottom: 5rem; } }
  #chibi-sports ul li:first-child .d-flex {
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #chibi-sports ul li:first-child .d-flex {
        flex-wrap: wrap; } }
    #chibi-sports ul li:first-child .d-flex p {
      width: 45%;
      margin-right: 3%;
      margin-left: calc(60% - 50vw);
      text-align: justify; }
      @media screen and (max-width: 991px) {
        #chibi-sports ul li:first-child .d-flex p {
          margin-left: auto; } }
      @media screen and (max-width: 767px) {
        #chibi-sports ul li:first-child .d-flex p {
          width: 100%;
          margin-bottom: 3rem;
          margin-right: auto; } }
    #chibi-sports ul li:first-child .d-flex div {
      margin-right: calc(50% - 50vw);
      width: 65%; }
      @media screen and (max-width: 1199px) {
        #chibi-sports ul li:first-child .d-flex div {
          width: 60%; } }
      @media screen and (max-width: 991px) {
        #chibi-sports ul li:first-child .d-flex div {
          margin-right: auto; } }
      @media screen and (max-width: 767px) {
        #chibi-sports ul li:first-child .d-flex div {
          width: 100%; } }
      #chibi-sports ul li:first-child .d-flex div img {
        width: 100%; }
  #chibi-sports ul li:last-child .d-flex {
    margin-top: -4rem;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1199px) {
      #chibi-sports ul li:last-child .d-flex {
        margin-top: 0rem; } }
    @media screen and (max-width: 991px) {
      #chibi-sports ul li:last-child .d-flex {
        margin-top: 3rem; } }
    @media screen and (max-width: 767px) {
      #chibi-sports ul li:last-child .d-flex {
        flex-wrap: wrap; } }
    #chibi-sports ul li:last-child .d-flex p {
      width: 45%;
      margin-left: 3%;
      margin-right: calc(60% - 50vw); }
      @media screen and (max-width: 991px) {
        #chibi-sports ul li:last-child .d-flex p {
          margin-right: auto; } }
      @media screen and (max-width: 767px) {
        #chibi-sports ul li:last-child .d-flex p {
          width: 100%;
          margin-bottom: 3rem;
          margin-left: auto;
          order: 1;
          text-align: justify; } }
    #chibi-sports ul li:last-child .d-flex div {
      margin-left: calc(50% - 50vw);
      width: 65%; }
      @media screen and (max-width: 1199px) {
        #chibi-sports ul li:last-child .d-flex div {
          width: 60%; } }
      @media screen and (max-width: 991px) {
        #chibi-sports ul li:last-child .d-flex div {
          margin-left: auto; } }
      @media screen and (max-width: 767px) {
        #chibi-sports ul li:last-child .d-flex div {
          width: 100%;
          order: 2; } }
      #chibi-sports ul li:last-child .d-flex div img {
        width: 100%; }
  #chibi-sports .illust-4 {
    display: block;
    height: 290px;
    position: absolute;
    bottom: -13%;
    right: 4%;
    z-index: 3; }
    @media screen and (max-width: 1199px) {
      #chibi-sports .illust-4 {
        height: 190px;
        bottom: -10%;
        right: 5%; } }
    @media screen and (max-width: 767px) {
      #chibi-sports .illust-4 {
        bottom: -6%; } }
    @media screen and (max-width: 575px) {
      #chibi-sports .illust-4 {
        bottom: 0%;
        height: 120px;
        right: 5%; } }

#sutan {
  background-color: #FFDCB4;
  padding: 12rem 0 30rem; }
  @media screen and (max-width: 1199px) {
    #sutan {
      padding: 9rem 0 20rem; } }
  @media screen and (max-width: 767px) {
    #sutan {
      padding: 9rem 0 35rem; } }
  @media screen and (max-width: 575px) {
    #sutan {
      padding: 5rem 0 25rem; } }
  #sutan .inner {
    position: relative; }
    #sutan .inner div {
      width: 75%;
      background-color: #fff;
      border-radius: 2rem;
      padding: 3rem 0 8rem;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (max-width: 1199px) {
        #sutan .inner div {
          padding: 3rem 0 5rem; } }
      @media screen and (max-width: 991px) {
        #sutan .inner div {
          width: 80%; } }
      @media screen and (max-width: 767px) {
        #sutan .inner div {
          width: 100%;
          padding: 3rem 0 4rem; } }
      @media screen and (max-width: 575px) {
        #sutan .inner div {
          background-color: inherit;
          padding: 0; } }
      #sutan .inner div h2 {
        margin-bottom: 3rem; }
      #sutan .inner div p {
        margin: auto; }
        @media screen and (max-width: 575px) {
          #sutan .inner div p {
            background-color: #fff;
            border-radius: 2rem;
            padding: 2rem; } }
    #sutan .inner .illust-5 {
      display: block;
      width: 290px;
      position: absolute;
      bottom: -30%;
      left: -3%;
      z-index: 3; }
      @media screen and (max-width: 1199px) {
        #sutan .inner .illust-5 {
          width: 220px;
          bottom: -20%;
          left: -2%; } }
      @media screen and (max-width: 991px) {
        #sutan .inner .illust-5 {
          width: 200px;
          left: -6%; } }
      @media screen and (max-width: 767px) {
        #sutan .inner .illust-5 {
          width: 180px;
          left: 15%;
          bottom: -80%; } }
      @media screen and (max-width: 575px) {
        #sutan .inner .illust-5 {
          width: 150px;
          left: 10%;
          bottom: -55%; } }
    #sutan .inner .illust-6 {
      display: block;
      width: 290px;
      position: absolute;
      bottom: -30%;
      right: -3%;
      z-index: 3; }
      @media screen and (max-width: 1199px) {
        #sutan .inner .illust-6 {
          width: 220px;
          bottom: -20%;
          right: -2%; } }
      @media screen and (max-width: 991px) {
        #sutan .inner .illust-6 {
          width: 200px;
          right: -6%; } }
      @media screen and (max-width: 767px) {
        #sutan .inner .illust-6 {
          width: 180px;
          right: 15%;
          bottom: -80%; } }
      @media screen and (max-width: 575px) {
        #sutan .inner .illust-6 {
          width: 150px;
          right: 10%;
          bottom: -55%; } }

#instagram {
  position: relative;
  padding-bottom: 26rem; }
  @media screen and (max-width: 1199px) {
    #instagram {
      padding-bottom: 19rem; } }
  @media screen and (max-width: 767px) {
    #instagram {
      padding-bottom: 12rem; } }
  @media screen and (max-width: 575px) {
    #instagram {
      padding-bottom: 7rem; } }
  #instagram::before {
    content: '';
    display: block;
    height: 210px;
    width: 100%;
    background-image: url("../img/greeting-wave.svg");
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center;
    position: absolute;
    top: -160px; }
    @media screen and (max-width: 1199px) {
      #instagram::before {
        top: -125px; } }
  #instagram .sbi_load_btn {
    display: inline-block;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    padding: 1.5rem 2rem !important;
    width: 290px;
    border-radius: 5rem !important;
    margin: 2rem 2rem 0 !important;
    background: #0059FF !important;
    border: 1px solid #0059FF !important;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      #instagram .sbi_load_btn {
        width: 220px;
        margin: 2rem 1rem 0 !important; } }
    @media screen and (max-width: 575px) {
      #instagram .sbi_load_btn {
        width: 100%;
        margin: 2rem auto 1rem !important; } }
    #instagram .sbi_load_btn:hover {
      color: #0059FF !important;
      background: #fff !important;
      box-shadow: none; }
  @media screen and (max-width: 575px) {
    #instagram .sbi_follow_btn.sbi_custom {
      width: 100%;
      margin: 0 !important; } }
  #instagram .sbi_follow_btn a {
    display: inline-block;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    padding: 1.5rem 2rem !important;
    width: 290px;
    border-radius: 5rem !important;
    margin: 2rem 2rem 0 !important;
    background: #0059FF !important;
    border: 1px solid #0059FF !important;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      #instagram .sbi_follow_btn a {
        width: 220px;
        margin: 2rem 1rem 0 !important; } }
    @media screen and (max-width: 575px) {
      #instagram .sbi_follow_btn a {
        width: 100%;
        margin: 1rem auto !important; } }
    #instagram .sbi_follow_btn a:hover {
      color: #0059FF !important;
      background: #fff !important;
      box-shadow: none; }
    #instagram .sbi_follow_btn a svg {
      display: none !important; }
  #instagram .event-btn {
    background: #E5420D;
    background: linear-gradient(90deg, #e5420d 0%, #e79d44 100%);
    position: relative;
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 3rem;
    margin: 10rem auto 0;
    width: 70%;
    border-radius: 2rem;
    transition: 0.3s; }
    @media screen and (max-width: 1199px) {
      #instagram .event-btn {
        font-size: 30px;
        font-size: 3rem;
        margin: 7rem auto 0; } }
    @media screen and (max-width: 767px) {
      #instagram .event-btn {
        margin: 5rem auto 0;
        width: 90%;
        font-size: 25px;
        font-size: 2.5rem; } }
    @media screen and (max-width: 575px) {
      #instagram .event-btn {
        padding: 2rem;
        margin: 4rem auto 0;
        font-size: 18px;
        font-size: 1.8rem; } }
    #instagram .event-btn:hover {
      transform: scale(1.1); }
    #instagram .event-btn::before {
      content: '';
      display: block;
      height: 140px;
      width: 90px;
      background-image: url("../img/illust-7.png");
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center;
      position: absolute;
      left: -3%; }
      @media screen and (max-width: 767px) {
        #instagram .event-btn::before {
          height: 100px;
          width: 60px;
          background-size: cover;
          left: 4%; } }
      @media screen and (max-width: 575px) {
        #instagram .event-btn::before {
          height: 80px;
          width: 50px;
          left: -4%; } }
    #instagram .event-btn::after {
      content: '';
      display: block;
      height: 260px;
      width: 270px;
      background-image: url("../img/illust-8.png");
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center;
      position: absolute;
      right: -19%; }
      @media screen and (max-width: 1199px) {
        #instagram .event-btn::after {
          height: 200px;
          width: 200px;
          background-size: cover;
          right: -14%; } }
      @media screen and (max-width: 767px) {
        #instagram .event-btn::after {
          height: 150px;
          width: 150px;
          background-size: cover;
          right: -7%; } }
      @media screen and (max-width: 575px) {
        #instagram .event-btn::after {
          height: 100px;
          width: 100px;
          right: -16%; } }

#calendar {
  position: relative;
  padding-bottom: 35rem;
  background-color: #FFDCB4; }
  @media screen and (max-width: 1199px) {
    #calendar {
      padding-bottom: 28rem; } }
  @media screen and (max-width: 575px) {
    #calendar {
      padding-bottom: 27rem; } }
  #calendar::before {
    content: '';
    display: block;
    height: 210px;
    width: 100%;
    background-image: url("../img/event-wave.svg");
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center;
    position: absolute;
    top: -160px; }
    @media screen and (max-width: 1199px) {
      #calendar::before {
        height: 165px;
        top: -110px; } }
    @media screen and (max-width: 767px) {
      #calendar::before {
        height: 135px;
        top: -65px; } }
  #calendar .google-calendar iframe {
    width: 100%; }
  #calendar .google-calendar + a {
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    color: #fff;
    border-radius: 5rem;
    margin: auto;
    background: #0059FF;
    border: 1px solid #0059FF;
    transition: 0.3s;
    width: 40%;
    justify-content: center;
    margin-top: 5rem; }
    @media screen and (max-width: 1199px) {
      #calendar .google-calendar + a {
        margin-top: 3rem; } }
    @media screen and (max-width: 767px) {
      #calendar .google-calendar + a {
        width: 70%; } }
    @media screen and (max-width: 575px) {
      #calendar .google-calendar + a {
        width: 100%;
        margin-top: 10rem;
        font-weight: bold; } }
    #calendar .google-calendar + a:hover {
      color: #0059FF;
      background: #fff; }
  #calendar .illust-9 {
    display: block;
    width: 240px;
    position: absolute;
    top: -8%;
    left: 5%;
    z-index: 3; }
    @media screen and (max-width: 1199px) {
      #calendar .illust-9 {
        width: 200px;
        top: -6%; } }
    @media screen and (max-width: 991px) {
      #calendar .illust-9 {
        width: 180px;
        left: 0%; } }
    @media screen and (max-width: 767px) {
      #calendar .illust-9 {
        width: 150px;
        left: -3%;
        position: relative; } }
    @media screen and (max-width: 575px) {
      #calendar .illust-9 {
        width: 120px;
        left: -5%;
        position: relative; } }
  #calendar .illust-10 {
    display: block;
    width: 190px;
    position: absolute;
    bottom: 19%;
    right: 5%;
    z-index: 6; }
    @media screen and (max-width: 1199px) {
      #calendar .illust-10 {
        width: 150px;
        bottom: 20%; } }
    @media screen and (max-width: 991px) {
      #calendar .illust-10 {
        width: 120px;
        bottom: 20%; } }
    @media screen and (max-width: 767px) {
      #calendar .illust-10 {
        width: 100px;
        bottom: 17%;
        right: 2%; } }
    @media screen and (max-width: 575px) {
      #calendar .illust-10 {
        width: 70px;
        bottom: 26.5%;
        right: 5%; } }
