@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:  cocoon-master
Version:  0.0.5
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.entry-content > * {
  margin-bottom: 0;
}

.ft_r {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
}

.c_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

/* トップページ上部 */
.home header#header {
  display: none;
}
.home .date-tags {
  display: none;
}
.home .entry-content.cf {
  margin-top: 0;
}
.home div#header-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
.home #navi {
  background-color: transparent;
}
.home #navi a:hover {
  background-color: transparent;
}
.home #navi #navi-in {
  padding-right: 30px;
}
.home #navi #navi-in a {
  font-size: 12px;
}
.home #navi .navi-in > ul li {
  width: 120px;
}
.home #navi .item-label {
  font-weight: bold;
}
.home div#content {
  margin-top: 0;
}
.home header {
  position: absolute;
}
.home i {
  font-style: inherit;
}

.no-sidebar .content .main {
  padding: 0;
}

.top_main {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.top_main::before {
  content: '';
  position: absolute;
  bottom: 0;
  background: #222862;
  width: 100%;
  height: calc(50% + 20rem);
}
.top_main p {
  z-index: 11;
  font-weight: bold;
  font-size: 1.8rem;
  visibility: hidden;
}
.top_main p i {
  display: block;
  font-size: 9rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
}
.top_main p i i {
  overflow: hidden;
}
.top_main p i i i {
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1);
  transform: translateY(100%);
}
.top_main p.show {
  visibility: visible;
}
.top_main p.show i {
  transform: translate(0);
}
.top_main .scroll {
  position: absolute;
  left: 3.7rem;
}
.top_main .scroll a {
  display: block;
  position: relative;
  padding-top: 9.5rem;
  color: inherit;
}
.top_main .scroll i {
  font-size: 1.1rem;
  position: absolute;
  transform: rotate(90deg) translate(-77%, 150%);
  white-space: nowrap;
}
.top_main .slideroya {
  position: relative;
  margin-left: auto;
  width: 61%;
}
.top_main .inner {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#slide {
  width: 100%;
  height: 100%;
}
#slide li {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
#slide li .wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
}
#slide li img {
  max-width: inherit;
}

.slideroya {
  width: 100%;
  overflow: hidden;
}

.slide {
  display: none;
  width: 100%;
}

.slide.active {
  display: block;
}

/* トップページ中段 */
.top_bnr {
  background: #ebeff8;
  padding: 10rem 0;
}
.top_bnr .c_ttl {
  margin-bottom: 4rem;
}

.u_inner {
  width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100%;
}

.c_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.article h2 {
  background-color: transparent;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}
/*1030px以下*/
@media screen and (max-width: 1030px) {
  /*必要ならばここにコードを書く*/
}
/*768px以下*/
@media screen and (max-width: 768px) {
  /*必要ならばここにコードを書く*/
  /* トップページ上部 モバイル */
  html {
    font-size: calc(100vw * 10 / 461);
  }

  .top_main p {
    position: absolute;
    bottom: 20rem;
    left: 5.4%;
  }
  .top_main p i {
    font-size: 5.3rem;
  }
  .top_main p small {
    font-size: 1.35rem;
  }
  .top_main .slideroya {
    width: 81.6%;
    height: calc(100vh - 19rem);
    top: 83px;
  }
  .top_main .scroll {
    bottom: 2rem;
    left: 2.2rem;
  }
  .top_main .scroll img {
    width: 3rem;
  }

  .home .slicknav_menu {
    background: #222862;
    position: absolute;
    right: 0;
    z-index: 11;
  }
  .home .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .home .slicknav_btn {
    background-color: #222862;
    margin: 22px 14px 22px;
  }

  /* トップページ中段モバイル */
  .top_bnr {
    padding: 6rem 0;
  }

  .u_inner {
    width: auto;
    margin: 0 5.4%;
    padding: 0;
  }

  .article .c_ttl {
    font-size: 1.9rem;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
/*768px以上*/
@media screen and (min-width: 768px) {
  /*必要ならばここにコードを書く*/
  /* トップページ上部 min-768px */
  .top_main {
    min-height: 98rem;
  }
  .top_main p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -68.4rem;
    margin-top: 4rem;
    left: 50%;
  }
  .top_main .scroll {
    transition: opacity .2s ease-in;
    top: calc(100vh - 18rem);
  }
  .top_main .slideroya {
    min-height: 90.8rem;
    height: calc(100vh - 8rem);
  }
  .top_main .inner {
    margin-left: -20rem;
  }
}
/*768px以上1550px以下*/
@media screen and (min-width: 768px) and (max-width: 1550px) {
  /* トップページ上部 min-768px max-1550px */
  .top_main p {
    left: 6rem;
    margin-left: 0;
  }
  .top_main .scroll {
    left: 1rem;
  }
}

/*# sourceMappingURL=0sample.css.map */
