@charset "UTF-8";
.topinner {
  /* コンテンツは1200pxに */
  margin: 0 auto;
  max-width: 96%;
  width: 1200px; }

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none; }

/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto; }

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 14px;
  text-indent: -9px;
  z-index: 1; }

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7; }

button.slick-prev {
  /* 矢印（前へ）ボタン */
  left: 18%;
  margin-left: -14px; }

button.slick-next {
  /* 矢印（次へ）ボタン */
  right: 18%;
  margin-right: -14px; }

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%; }
  button.slick-next {
    right: 13.7%; } }

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%; }
  button.slick-next {
    right: 8%; } }

@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    filter: alpha(opacity=40); } }

.slick-dots {
  display: flex;
  justify-content: center; }

.slick-dots li:not(:first-child) {
  margin-left: 1em; }

.slick-dots button {
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc; }

.slick-dots .slick-active button {
  background: #0f0f0f; }

/* slider-pro */
.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  transform-origin: left bottom !important; }

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  color: #fff;
  background: #0f0f0f;
  border-radius: 0;
  max-width: 100%;
  width: 280px;
  padding: 1.2em 20px 1.2em 0.5em;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative; }

.btn-style.btn2 a {
  background: #0f0f0f;
  color: #fff; }

.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  transition: 200ms; }

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer; }

.btn-style a:hover:after {
  right: 7px; }

.add_arrow {
  display: block;
  position: relative; }

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s; }

.add_arrow:hover {
  opacity: 0.8; }

.add_arrow:hover:after {
  right: 7%; }

.add_arrow02 {
  display: block;
  position: relative; }

.add_arrow02:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s; }

.add_arrow02:hover {
  opacity: 0.8; }

.add_arrow02:hover:after {
  right: 7%; }

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto; }

.more a {
  display: block;
  letter-spacing: normal;
  border-bottom: 2px solid #0f0f0f;
  color: #0f0f0f;
  background: transparent;
  padding: 0.8em 0;
  margin-bottom: 1px;
  text-decoration: none;
  transition: 0.3s;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  transition: all 0.3s; }
  .more a:hover {
    background: rgba(15, 15, 15, 0.2); }

.more a:after {
  content: none;
  border-color: #fff; }

.more02 {
  display: block;
  overflow: hidden;
  margin: auto; }

.more02 a {
  display: block;
  letter-spacing: normal;
  border-bottom: 1px solid #0f0f0f;
  color: #fff;
  background: #0f0f0f;
  padding: 0.4em 0;
  margin-bottom: 1px;
  text-decoration: none;
  transition: 0.3s;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px; }

.more02 a:after {
  border-color: #0f0f0f; }

/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
  z-index: 1; }

/*----------------------*/
.top .mainblock a {
  text-decoration: none; }

.sec_news {
  padding: 80px 0;
  padding-bottom: 0; }

.sec_news .news {
  position: relative;
  box-sizing: border-box; }

.news dl {
  margin-bottom: 4%; }
  @media screen and (min-width: 768px) {
    .news dl {
      margin-bottom: 0; } }

.news dd a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 30px; }

.news dd a:hover:after {
  right: 0; }

.sec_news .news dt {
  padding: 0.7em 1em 0;
  font-weight: bold;
  display: table;
  margin-top: 15px;
  padding-left: 100px;
  background: transparent;
  position: relative;
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    .sec_news .news dt {
      width: 85%; } }
  @media screen and (max-width: 767px) {
    .sec_news .news dt {
      max-width: 80%; } }
  .sec_news .news dt:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 1px;
    background: #0f0f0f; }
    @media screen and (max-width: 767px) {
      .sec_news .news dt:after {
        content: none; } }

.sec_news .news dt .sub {
  padding: 0.1em 1em;
  background: #0f0f0f;
  color: #fff;
  margin-left: 0.7em;
  vertical-align: middle; }

.sec_news .news dd {
  padding: 0 1em 0.7em;
  padding-left: 100px; }
  @media screen and (min-width: 768px) {
    .sec_news .news dd {
      width: 85%; } }

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7; }

.sec_news .news .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg); }

.mb0 {
  margin-bottom: 0 !important; }

.sec01 {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .sec01 {
      padding: 60px 0; } }
  .sec01 h2 {
    font-weight: normal !important;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #0f0f0f;
    text-align: center;
    position: relative;
    color: #0f0f0f;
    line-height: 1.3;
    position: relative;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .sec01 h2 {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .sec01 h2 {
        margin-bottom: 20px;
        font-size: 16px; } }
    .sec01 h2:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      margin: auto;
      width: 20px;
      height: 1px;
      background: #0f0f0f; }
    .sec01 h2 span {
      display: block;
      margin-top: 15px;
      color: #0f0f0f;
      letter-spacing: 2px;
      font-weight: bold;
      color: #0f0f0f; }
      @media screen and (min-width: 768px) {
        .sec01 h2 span {
          font-size: 36px; } }
      @media screen and (max-width: 767px) {
        .sec01 h2 span {
          font-size: 24px; } }

.sec02 {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .sec02 {
      padding: 60px 0; } }
  .sec02 h2 {
    font-weight: normal !important;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #0f0f0f;
    text-align: center;
    position: relative;
    color: #0f0f0f;
    line-height: 1.3;
    position: relative;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .sec02 h2 {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .sec02 h2 {
        margin-bottom: 20px;
        font-size: 16px; } }
    .sec02 h2:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      margin: auto;
      width: 20px;
      height: 1px;
      background: #0f0f0f; }
    .sec02 h2 span {
      display: block;
      margin-top: 15px;
      color: #0f0f0f;
      letter-spacing: 2px;
      font-weight: bold;
      color: #0f0f0f; }
      @media screen and (min-width: 768px) {
        .sec02 h2 span {
          font-size: 36px; } }
      @media screen and (max-width: 767px) {
        .sec02 h2 span {
          font-size: 24px; } }

.sec03 {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .sec03 {
      padding: 60px 0; } }
  .sec03 h2 {
    font-weight: normal !important;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #0f0f0f;
    text-align: center;
    position: relative;
    color: #0f0f0f;
    line-height: 1.3;
    position: relative;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .sec03 h2 {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .sec03 h2 {
        margin-bottom: 20px;
        font-size: 16px; } }
    .sec03 h2:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      margin: auto;
      width: 20px;
      height: 1px;
      background: #0f0f0f; }
    .sec03 h2 span {
      display: block;
      margin-top: 15px;
      color: #0f0f0f;
      letter-spacing: 2px;
      font-weight: bold;
      color: #0f0f0f; }
      @media screen and (min-width: 768px) {
        .sec03 h2 span {
          font-size: 36px; } }
      @media screen and (max-width: 767px) {
        .sec03 h2 span {
          font-size: 24px; } }

.sec04 {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .sec04 {
      padding: 60px 0; } }
  .sec04 h2 {
    font-weight: normal !important;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #0f0f0f;
    text-align: center;
    position: relative;
    color: #0f0f0f;
    line-height: 1.3;
    position: relative;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .sec04 h2 {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .sec04 h2 {
        margin-bottom: 20px;
        font-size: 16px; } }
    .sec04 h2:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      margin: auto;
      width: 20px;
      height: 1px;
      background: #0f0f0f; }
    .sec04 h2 span {
      display: block;
      margin-top: 15px;
      color: #0f0f0f;
      letter-spacing: 2px;
      font-weight: bold;
      color: #0f0f0f; }
      @media screen and (min-width: 768px) {
        .sec04 h2 span {
          font-size: 36px; } }
      @media screen and (max-width: 767px) {
        .sec04 h2 span {
          font-size: 24px; } }

@media screen and (min-width: 768px) {
  .sec01 {
    background: url("http://relest1.sakura.ne.jp/okura-group.co.jp/wp-content/themes/my-template/img/top_bg_image001.jpg") no-repeat center/cover;
    padding: 200px 0; } }

@media screen and (max-width: 767px) {
  .sec01 {
    background: url("http://relest1.sakura.ne.jp/okura-group.co.jp/wp-content/themes/my-template/img/sp_top_bg_image001.jpg") no-repeat bottom left/cover; } }

.sec01 .maintitle {
  text-align: left;
  font-size: 24px;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    .sec01 .maintitle {
      font-size: 52px; } }

.sec01 h2 {
  text-align: left; }

.sec01 .main_contents01 .textarea {
  text-align: left;
  line-height: 2;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .sec01 .main_contents01 .textarea {
      margin-bottom: 40px; } }

@media screen and (min-width: 768px) {
  .sec02 {
    background: url("http://relest1.sakura.ne.jp/okura-group.co.jp/wp-content/themes/my-template/img/top_bg_image002.jpg") no-repeat center/cover; } }

@media screen and (max-width: 767px) {
  .sec02 {
    background: url("http://relest1.sakura.ne.jp/okura-group.co.jp/wp-content/themes/my-template/img/sp_top_bg_image002.jpg") no-repeat bottom left/cover; } }

.sec02 h2 {
  text-align: right; }
  .sec02 h2:after {
    left: auto;
    right: 0; }

.sec02 .row {
  justify-content: space-between !important; }
  @media screen and (min-width: 768px) {
    .sec02 .row .span_3 {
      width: 24% !important; } }
  @media screen and (max-width: 767px) {
    .sec02 .row .span_3 {
      margin-bottom: 4%; } }

.sec02 .main_contents02 {
  margin: 4% 0; }

.sec02 .main_contents03.row {
  justify-content: flex-start !important; }
  @media screen and (min-width: 768px) {
    .sec02 .main_contents03.row .span_3 {
      width: 24%; }
      .sec02 .main_contents03.row .span_3:nth-child(2) {
        margin: 0 1.35%; } }
  @media screen and (max-width: 767px) {
    .sec02 .main_contents03.row .span_3 {
      margin-bottom: 4%; } }

.sec02 .main_contents04 {
  margin-top: 5%; }
  .sec02 .main_contents04 .more a {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .sec02 .main_contents04 .more a {
        margin: 0 auto;
        margin-top: 5%; } }

@media screen and (min-width: 768px) {
  .sec03 {
    background: url("http://relest1.sakura.ne.jp/okura-group.co.jp/wp-content/themes/my-template/img/top_bg_image003.jpg") no-repeat center/cover; } }

@media screen and (max-width: 767px) {
  .sec03 {
    background: url("http://relest1.sakura.ne.jp/okura-group.co.jp/wp-content/themes/my-template/img/sp_top_bg_image003.jpg") no-repeat bottom right/cover; } }

.sec03 h2 {
  text-align: left; }

@media screen and (max-width: 767px) {
  .sec03 .span_6 {
    margin-bottom: 4%; } }

@media screen and (min-width: 768px) {
  .sec03 .main_contents01 {
    margin-bottom: 4%; } }

.sec03 .main_contents03 {
  margin-top: 5%; }
  .sec03 .main_contents03 .more a {
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .sec03 .main_contents03 .more a {
        margin: 0 auto;
        margin-top: 5%; } }

.sec04 h2 {
  text-align: left; }
  .sec04 h2:after {
    content: none; }

.sec04 .main_contents01 .textarea {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sec04 .main_contents01 .textarea {
      text-align: left; } }

.main_visual_copy .animate__animated {
  animation-duration: 1.5s;
  /* アニメーションの時間 */
  animation-delay: 0.5s;
  /* アニメーション開始時間 */ }

.main_visual_btn li:nth-child(1).animate__animated {
  animation-duration: 1.5s;
  /* アニメーションの時間 */
  animation-delay: 0.8s;
  /* アニメーション開始時間 */ }

@media screen and (min-width: 768px) {
  .left.btn-style a {
    margin-left: 0; }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0; }
  .columns {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .column {
    box-sizing: border-box; }
  .columns.wrap {
    flex-wrap: wrap; }
  .columns:not(:last-child) {
    margin-bottom: 2%; }
  .columns:not(.reverse)
.column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child) {
    margin-left: 2%; }
  .columns.reverse > .column:not(:last-child) {
    margin-left: 2%; }
  .columns.reverse > .column:last-child {
    margin-left: 0; }
  .columns.reverse {
    flex-direction: row-reverse; }
  .column.break + .column {
    margin-left: 0 !important; }
  .col_2 {
    width: 49%; }
  .col_3 {
    width: 32%; }
  .col_4 {
    width: 23.5%; }
  .col_5 {
    width: 18.4%; }
  .col_2:not(:nth-child(2n + 1)),
  .col_3:not(:nth-child(3n + 1)),
  .col_4:not(:nth-child(4n + 1)),
  .col_5:not(:nth-child(5n + 1)) {
    margin-left: 2%; }
  .con_l,
  .con_r {
    width: 49%; }
  .con_r {
    margin-left: 2%; } }

/********************************
Responsive
*********************************/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */ }

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 16px !important; }
  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px; }
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box; }
  .scroll {
    overflow: auto; }
  .scroll > table {
    width: 750px; }
  .scroll + p {
    text-align: center;
    font-size: 12px; }
  /*==========================
  mainimage
  ==========================*/
  .mainimage,
  .slider {
    margin-bottom: 0; }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%; }
  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative; }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0; }
  .sec_news {
    padding: 40px 0; }
  .sec_news .news dt {
    width: 100%; }
  #main .news dt {
    padding: 10px 0 0; }
  #main .news dd {
    padding: 0 0 10px; }
  #main .news .btn a {
    font-size: 12px; }
  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px; }
  .loopSlider ul {
    height: 90px; }
  .loopSlider ul li {
    width: 125px;
    height: 90px; }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns,
  .column:not(:last-child) {
    margin-bottom: 4%; }
  .columns.wrap {
    flex-wrap: wrap; }
  .columns.sp_col2 {
    display: flex;
    justify-content: space-between; }
  .columns.sp_col2 .column {
    width: 49%; }
  .columns.sp_col2 .column:not(:nth-child(2n + 1)) {
    margin-left: 2%; }
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/ }

@media screen and (max-width: 320px) {
  /* スマホ320px */ }

/* ======== 下層 */
.page-about .border-table th {
  width: 25%; }

.chosho_list figure {
  width: 32%; }

@media screen and (min-width: 768px) {
  .page-about .youtube {
    padding-bottom: 60%; } }

.wpcf7 dl dd .your-sei input,
.wpcf7 dl dd .your-mei input,
.wpcf7 dl dd .your-sei-kana input,
.wpcf7 dl dd .your-mei-kana input {
  width: 100px; }

@media (min-width: 768px) {
  .container .row {
    display: flex;
    justify-content: center; }
  .container .row > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none; }
  .container .row .span_1:nth-child(12n + 1) {
    margin-left: 0; }
  .container .row .span_2:nth-child(6n + 1) {
    margin-left: 0; }
  .container .row .span_3:nth-child(4n + 1) {
    margin-left: 0; }
  .container .row .span_4:nth-child(3n + 1) {
    margin-left: 0; }
  .container .row .span_5:nth-child(2n + 1) {
    margin-left: 0; }
  .container .row .span_6:nth-child(2n + 1) {
    margin-left: 0; }
  .container .row .span_3 {
    width: 22%; 
margin: 5px;}
  .container .row .span_4 {
    width: 30.66666666%; }
  .container .row .span_5 {
    width: 40.5%; }
  .container .row .span_6 {
    width: 48%;
    margin-left: 2%; }
  .container .row .span_7 {
    width: 57.5%; }
  .container .row .span_8 {
    width: 66%; }
  .container .row .span_9 {
    width: 74.5%; }
  .container .row .span_10 {
    width: 83%; }
  .container .row .span_11 {
    width: 91.5%; }
  .container .row .span_12 {
    width: 100%; }
  .container .col:not(:last-child) {
    margin-bottom: 0; }
  .container .reverse > .col:last-child,
  .container :not(.reverse) > .col:first-child {
    margin-left: 0; }
  .container .col.offset_1 {
    margin-left: 8.33333333333%; }
  .container .gutters .col.offset_1 {
    margin-left: 10.5%; }
  .container .gutters .col.offset_1:first-child {
    margin-left: 8.5%; }
  .container .col.offset_2 {
    margin-left: 16.6666666667%; }
  .container .gutters .col.offset_2 {
    margin-left: 19%; }
  .container .gutters .col.offset_2:first-child {
    margin-left: 17%; }
  .container .col.offset_3 {
    margin-left: 25%; }
  .container .gutters .col.offset_3 {
    margin-left: 27.5%; }
  .container .gutters .col.offset_3:first-child {
    margin-left: 25.5%; }
  .container .col.offset_4 {
    margin-left: 33.3333333333%; }
  .container .gutters .col.offset_4 {
    margin-left: 36%; }
  .container .gutters .col.offset_4:first-child {
    margin-left: 34%; }
  .container .col.offset_5 {
    margin-left: 41.6666666667%; }
  .container .gutters .col.offset_5 {
    margin-left: 44.5%; }
  .container .gutters .col.offset_5:first-child {
    margin-left: 42.5%; }
  .container .col.offset_6 {
    margin-left: 50%; }
  .container .gutters .col.offset_6 {
    margin-left: 53%; }
  .container .gutters .col.offset_6:first-child {
    margin-left: 51%; }
  .container .col.offset_7 {
    margin-left: 58.3333333333%; }
  .container .gutters .col.offset_7 {
    margin-left: 61.5%; }
  .container .gutters .col.offset_7:first-child {
    margin-left: 59.5%; }
  .container .col.offset_8 {
    margin-left: 66.6666666667%; }
  .container .gutters .col.offset_8 {
    margin-left: 70%; }
  .container .gutters .col.offset_8:first-child {
    margin-left: 68%; }
  .container .col.offset_9 {
    margin-left: 75%; }
  .container .gutters .col.offset_9 {
    margin-left: 78.5%; }
  .container .gutters .col.offset_9:first-child {
    margin-left: 76.5%; }
  .container .col.offset_10 {
    margin-left: 83.3333333333%; }
  .container .gutters .col.offset_10 {
    margin-left: 87%; }
  .container .gutters .col.offset_10:first-child {
    margin-left: 85%; }
  .container .col.offset_11 {
    margin-left: 91.6666666667%; }
  .container .gutters .col.offset_11 {
    margin-left: 95.5%; }
  .container .gutters .col.offset_11:first-child {
    margin-left: 93.5%; }
  .container .col.offset_12 {
    margin-left: 100%; }
  .container :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0; }
  .container .reverse > .col.break {
    margin-left: 0; }
  .container .reverse > .col.break + .col {
    clear: right;
    margin-right: 0; }
  .container .col.break ~ .col {
    margin-top: 2%; } }

.animate01,
.animate02,
.animate03,
.animate04 {
  opacity: 0; }