@charset "UTF-8";
.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 9s ease;
  transition: -webkit-transform 9s ease;
  transition: transform 9s ease;
  transition: transform 9s ease, -webkit-transform 9s ease;
}

.swiper-slide-active .main-visual {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-slide-active .hero__title {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.swiper-slide-active .hero__btn {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.hero__title {
  position: absolute;
  top: 30%;
  left: 50%;
  color: #fff;
  text-align: center;
  width: 90vw;
  z-index: 1;
  opacity: 0;
}

.hero__title h2 {
  font-size: 40px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 2em;
}

.hero__title span {
  display: block;
}

.hero__btn {
  position: absolute;
  min-width: 350px;
  padding: 20px;
  border-radius: 20px;
  bottom: 15%;
  left: 50%;
  font-size: 16px;
  color: #fff;
  background-color: #fffafa75;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  opacity: 0;
  z-index: 1;
}

.hero__btn h3 {
  font-size: 22px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
  line-height: 2em;
  text-align: center;
}

.hero__btn span {
  display: block;
}

.slider1 .swiper-slider1-button-prev,
.slider1 .swiper-slider1-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 追加 */
  width: 50px;
  height: 50px;
  background-color: #be2c2c;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider1 .swiper-slider1-button-next {
  right: 0;
}

.slider1 .swiper-slider1-button-prev:hover,
.slider1 .swiper-slider1-button-next:hover {
  background-color: #fff;
}

.slider1 .swiper-slider1-button-prev:after,
.slider1 .swiper-slider1-button-next:after {
  content: "";
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.slider1 .swiper-slider1-button-prev:hover:after,
.slider1 .swiper-slider1-button-next:hover:after {
  border-top: solid 2px #be2c2c;
  border-right: solid 2px #be2c2c;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.slider1 .swiper-slider1-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider1 .swiper-slider1-button-next:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-section.p-section-front-page-content {
  padding: 0;
}

.wp-block-snow-monkey-blocks-alert.smb-alert.smb-alert--success {
  /* padding: 0; */
  margin: 0;
}

#anchor2 {
  padding-bottom: 0;
}

#anchor3 {
  padding-top: 20px;
  padding-bottom: 0;
}

#anchor4 {
  margin-top: 0;
}

.wp-block-buttons > .wp-block-button:last-child {
  margin: 0 auto;
  padding: 50px 0 100px;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.smb-section-break-the-grid--mobile-image {
  padding: 0;
}

header.c-entry__header {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

header.l-header.l-header--1row.l-header--sticky-sm.l-header--sticky-lg {
  background-color: rgba(255, 255, 255, 0.85);
}

.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.is-style-ghost {
  margin: 10px auto 0;
}

/* ヘッダー */
/* グローバルメニュー位置調整 */
.l-header .c-container {
  max-width: 2000px !important;
}

.l-header .c-navbar__item {
  position: relative;
}

.l-header .c-navbar__item::after {
  /* メニューアイテムの左に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid white;
}

.l-header .c-navbar__item:last-of-type::before {
  /* 最後のメニューアイテムの右に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid white;
}

.btn .smb-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 60px;
  margin-top: 60px;
}

/* 任意のタクソノミーの投稿（リッチメディア）のスタイル */
.c-entries--rich-media .c-entries__item:nth-of-type(-n + 3) {
  /* メディアの下に余白を増やす */
  margin-bottom: 80px;
}

.c-entries--rich-media .c-entries__item .c-entry-summary {
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entries--rich-media .c-entries__item .c-entry-summary__figure {
  /* border-leftを適応するためmarginを消す */
  margin-bottom: 0;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__figure img {
  /* 変化の時間 標準の装飾を除去 */
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-filter: none !important;
          filter: none !important;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-6 {
  background-color: rgba(205, 22, 44, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-25 {
  background-color: rgba(255, 177, 0, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-7 {
  background-color: rgba(233, 117, 1, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__body {
  /* 見栄えを良くするため左側に余白をつける テキスト左側の縦線 */
  padding-left: 30px;
  border-left: 5px solid #C1AF48;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__header {
  /* c-entry-summary__figureでmarginを除去したので余白を埋め合わせ */
  padding: 20px 0;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__content {
  /* テキスト部分の装飾 */
  color: #333;
  font-size: 14px;
  line-height: 2.25em;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__meta {
  /* 投稿者・日時の除去 */
  display: none;
}

.c-entries--rich-media .c-entries__item a:hover .c-entry-summary__figure img {
  /* ホバー時の画像拡大 */
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.c-entry-summary {
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entry-summary__figure {
  /* border-leftを適応するためmarginを消す */
  margin-bottom: 0;
}

.c-entry-summary__figure img {
  /* 変化の時間 標準の装飾を除去 */
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-filter: none !important;
          filter: none !important;
}

.c-entry-summary__term--category-6 {
  background-color: rgba(205, 22, 44, 0.8);
}

.c-entry-summary__term--category-25 {
  background-color: rgba(255, 177, 0, 0.8);
}

/* 最近の投稿（テキスト）のスタイル */
.c-entries--text {
  position: relative;
  background-color: #f9f9f9;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.c-entries--text .c-entries__item a {
  padding-right: 2em;
  padding-left: 2em;
}

.c-entries--text .c-entries__item .c-entry-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entries--text .c-entries__item .c-entry-summary__title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.c-entries--text .c-entries__item .c-entry-summary__figure {
  display: block;
  position: absolute;
  top: -2px;
  left: 8em;
  /* 日付の長さに合わせて調整 */
  background-color: transparent;
}

.c-entries--text .c-entries__item .c-entry-summary__figure img, .c-entries--text .c-entries__item .c-entry-summary__figure::before {
  display: none;
}

.c-entries--text .c-entries__item .c-entry-summary__figure span {
  background-color: #fff;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-25 {
  color: #333;
  border: 1px solid #333;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-20 {
  color: #cd162c;
  border: 1px solid #cd162c;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-3 {
  color: #104f96;
  border: 1px solid #104f96;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-1 {
  color: #104f96;
  border: 1px solid #104f96;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-18 {
  color: #e97501;
  border: 1px solid #e97501;
}

.c-entries--text .c-entries__item .c-entry-summary__term {
  position: relative;
  left: 0;
  white-space: nowrap;
}

.c-entries--text .c-entries__item .c-entry-summary__meta {
  margin-right: 10rem;
  /* カテゴリー名の長さにあわせて調整 */
}

.c-entries--text .c-entries__item:hover .c-entry-summary__title {
  color: blue;
}

/* フッターの上 */
.info {
  /* フッター上部にボーダー */
  border-top: 1px solid #ccc;
}

.info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  height: 140px;
}

.info__logo {
  margin-right: 30px;
}

.info__logo img {
  width: 150px;
}

.info__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

.info .social-nav {
  margin-left: 0;
}

.info .social-nav__icon {
  display: inline;
  margin: 0 10px;
  list-style: none;
}

.info .social-nav__icon a {
  color: #212121;
}

/* フッターウィジェットエリア */
.l-footer-widget-area {
  /* ウィジェットエリアの上部にボーダーを入れるため、paddingを除去 */
  border-top: 1px solid #ccc;
  padding: 0;
}

.l-footer-widget-area .c-row {
  /* 左右にボーダー */
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.l-footer-widget-area__item {
  /* paddingを除去し、詰まったのでこちらで追加 */
  padding: 40px;
}

.l-footer-widget-area__item:nth-of-type(n + 2) {
  /* 最初の一つ目を除くブロックにボーダー */
  border-left: 1px solid #ccc;
}

.l-footer-widget-area__item .c-widget__title {
  /* タイトルを左寄せ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #AA960A;
}

.l-footer-widget-area__item .c-widget__title::before, .l-footer-widget-area__item .c-widget__title::after {
  /* 左右のボーダーの除去 */
  display: none;
}

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

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.wp-block-columns.lesson_syougakusei001 {
  max-width: 700px;
}

td.column-1, td.column-2, td.column-3, td.column-4, td.column-5 {
  vertical-align: middle !important;
  text-align: center;
}

th.column-1, th.column-2, th.column-3, th.column-4, th.column-5 {
  background: cornflowerblue !important;
}

img.wp-image-4457 {
  max-width: 450px;
}

.is-style-RJE_R002LP_flow_panels:not(:root) .smb-panels__item__figure > img {
  max-height: initial !important;
}

.is-style-RJE_R002LP_merit_panels:not(:root) .smb-panels__item__figure > img {
  max-height: initial !important;
}

.features img {
  max-width: 150px;
}

.l-contents__container.c-fluid-container {
  padding-top: 160px;
}

.l-contents__inner {
  margin-top: 0 !important;
}

.class_intro .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.is-style-ghost {
  margin: 10px 0;
}

.wp-block-group.moji_font_top.is-layout-constrained {
  font-family: serif;
  font-weight: 600;
}

.l-header {
  background-color: rgba(255, 255, 255, 0.7);
}

.l-contents__container.c-container {
  padding-top: 200px;
}

.smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-l.smb-section-break-the-grid__content--horizontal-s, .smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-s.smb-section-break-the-grid__content--horizontal-s {
  background: #fcfff06b;
  padding: 10px;
}

.smb-step__item__number {
  background: #D20C0B;
}

.smb-step__body {
  padding: 30px;
}

.smb-items__banner.smb-items__banner--default:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.access_area .smb-section__body {
  text-align: center;
}

.access_area .smb-section__body figure.wp-block-table {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}

.access_area .smb-section__body figcaption {
  color: white;
}

.top_last .wp-block-snow-monkey-blocks-items--item--free.c-row__col {
  margin-left: 30px;
}

.top_last .wp-block-snow-monkey-blocks-items--item--free.c-row__col .smb-items__item__body {
  text-align: center;
}

.menu .smb-items__item__body {
  padding: 70px 20px;
  border-left: initial;
  background: #fffffff7;
  border-radius: 10px;
}

.menu .smb-items__item__body:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.menu a {
  text-decoration: none;
}

.form textarea {
  background-color: white;
}

.form input {
  background-color: white;
}

.form button.smf-button-control__control {
  background-color: red !important;
}

.loco1 h2.smb-section__title span {
  position: relative;
  /* 位置調整 */
}

.loco1 h2.smb-section__title span::before {
  content: url("https://loco-hair-beauty.com/wp-content/uploads/2021/06/スクリーンショット_2021-06-21_20.05.38-removebg-preview-1.png");
  display: inline-block;
  /*忘れずに！*/
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  position: absolute;
  /* 位置調整 */
  top: -37px;
  /* 位置調整 */
  left: -90px;
  /* 位置調整 */
}

.loco2 h2.smb-section__title span {
  position: relative;
  /* 位置調整 */
}

.loco2 h2.smb-section__title span::before {
  content: url("https://loco-hair-beauty.com/wp-content/uploads/2021/06/スクリーンショット_2021-06-21_20.05.38-removebg-preview-1.png");
  display: inline-block;
  /*忘れずに！*/
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  position: absolute;
  /* 位置調整 */
  top: -40px;
  /* 位置調整 */
  left: 230px;
  /* 位置調整 */
}

#custom_html-3 {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector {
  margin: 0 !important;
}

.post-template-default.single.single-post h1 {
  font-size: 23px;
  text-align: left;
}

.post-template-default.single.single-post .c-meta {
  text-align: left;
}

.post-template-default.single.single-post img {
  max-width: 700px;
  margin: 0 auto;
}

.post-template-default.single.single-post header.c-entry__header {
  display: block !important;
}

.post-template-default.single.single-post .c-entry__title {
  display: block !important;
}

.archive h1 {
  font-size: 23px;
  text-align: left;
}

.archive .c-meta {
  text-align: left;
}

.archive img {
  max-width: 700px;
  margin: 0 auto;
}

.archive header.c-entry__header {
  display: block !important;
}

.archive .c-entry__title {
  display: block !important;
}

.news_field h1 {
  font-size: 23px;
  text-align: left;
}

.news_field .c-meta {
  text-align: left;
}

.news_field img {
  max-width: 700px;
  margin: 0 auto;
}

.news_field header.c-entry__header {
  display: block !important;
}

.news_field .c-entry__title {
  display: block !important;
}

.info {
  border-top: 0px solid #ccc !important;
}

.sample_img .smb-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sample_img .c-container {
  text-align: center;
}

.sample_img img {
  margin: 0;
  width: 90%;
}

.sample_img figure.wp-block-image.size-large {
  margin: 0;
}

.product .wp-block-snow-monkey-blocks-panels--item.c-row__col {
  max-width: 350px !important;
}

.wp-block-table table {
  max-width: 800px;
  margin: 0 auto;
}

#access iframe {
  width: 100%;
}

.english {
  width: 20px;
}

input {
  width: 350px;
}

.wp-block-contact-form-7-contact-form-selector {
  text-align: left;
  max-width: 500px !important;
  margin: 0 auto;
}

span.wpcf7-form-control.wpcf7-radio input {
  width: 50px;
}

.wpcf7-textarea, textarea.wpcf7-text {
  height: 100px !important;
  max-width: 500px !important;
}

input.wpcf7-form-control.wpcf7-submit {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#eae6a3), color-stop(52%, #b5a029), to(#664903)) !important;
  background: linear-gradient(90deg, #eae6a3, #b5a029 52%, #664903) !important;
  margin-top: 20px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.c-navbar__subitem {
  border-bottom: solid 0.5px white;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.c-navbar__subitem :last-child {
  border-bottom: none;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children.menu-item-2538.c-navbar__item {
  border-bottom: solid 0.5px white;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children.menu-item-2538.c-navbar__item :last-child {
  border-bottom: none;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3392.c-navbar__subitem {
  border-bottom: none;
}

.u-slim-width {
  max-width: 60rem !important;
}

.wp-block-snow-monkey-blocks-panels.smb-panels.top-area {
  padding-left: 0;
}

/* TOPのパネル */
.top-panel {
  /* 位置調整 */
  position: relative;
  z-index: 1;
}

.top-panel .smb-panels__item {
  /* パネルの影 */
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
}

.top-panel .smb-panels__item:hover {
  /* 標準であるホバーエフェクトの除去 */
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-panel .smb-panels__item__body {
  /* 標準のh2装飾の除去 */
  padding: 80px;
}

.top-panel .smb-panels__item__body h2 {
  background-color: transparent;
  border-left: none;
}

.top-area .top-panel .smb-panels__item__body {
  padding: 80px;
  padding-bottom: 20px !important;
  background: #f3f2f28f;
}

.top-area .smb-btn {
  height: 60px;
  line-height: 40px;
}

.wp-block-snow-monkey-blocks-panels.smb-panels.top-area {
  background: #f3f2f28f;
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
}

.news-section .smb-section__inner {
  background: #f3f2f28f;
}

.news-section .smb-section__inner .wp-block-snow-monkey-blocks-buttons.smb-buttons.is-content-justification-center {
  /* padding: 300px; */
  padding-bottom: 100px;
}

.smb-step__body:before {
  border-left: initial;
}

/* 3枚並んだパネルの装飾 */
.panels .c-row__col {
  /* パネルの余白除去 */
  padding: 0;
}

.panels .smb-panels__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  /* パネルホバー時の装飾 */
}

.panels .smb-panels__item__figure {
  /* テキストと画像の位置変更 */
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}

.panels .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  content: 'ここには\A概要を記載\A\Aします。';
  white-space: pre;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.6s 70ms;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}

.panels .smb-panels__item__figure img {
  /* 変化の時間 */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.panels .smb-panels__item__body {
  /* パネルのボーダー部分 */
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  /* パネルのテキストと画像の順序を変更*/
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.panels .smb-panels__item__title {
  font-size: 24px;
}

.panels .smb-panels__item__content {
  font-size: 14px;
}

.panels .smb-panels__item:hover .smb-panels__item__figure::before {
  /* ホバー時に文字浮き出して見えるようにscaleで拡大 */
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}

.panels .smb-panels__item:hover .smb-panels__item__figure img {
  /* ホバー時に画像を拡大 */
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* 沿革 */
.profile .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: '会社名　コネクトヴィジョン\A\A代表者　小林 潔和\A\A設立　2018年3月23日\A';
}

/* 沿革 */
.content .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: 'オリジナル製品の企画・開発\A\A EC事業運営・販売\A\A海外メーカー輸入卸販売\A\Aクラウドファンディング事業';
}

/* 沿革 */
.history .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: '2018年　ConnectVision設立\A\A 2018年　自社ブランド販売開始\A\A 2019年　自社ECサイト運営・販売開始';
}

.product .smb-section__inner {
  background: #f3f2f28f;
}

.smb-panels__item__action .smb-panels__item__link {
  display: block;
  width: 200px;
  padding: 10px 20px;
  border: solid 1px  #2a9dff;
  text-align: center;
  font-size: 16px;
  color: #2a9dff;
}

.smb-panels__item__action .smb-panels__item__link a:hover {
  background-color: red !important;
}

/* バナーの装飾 */
.banners .smb-items__banner__figure {
  /* デフォルトのfilterの除去 */
  -webkit-filter: none !important;
          filter: none !important;
}

.banners .smb-items__banner__figure img {
  /* 常時filterをかける */
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.banners .smb-items__banner__body {
  /* 変化にかける時間 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.banners .smb-items__banner__figure img {
  /* 変化にかける時間 */
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.banners .smb-items__banner__title {
  font-size: 24px;
  font-weight: 600;
}

.banners .smb-items__banner__lede {
  font-size: 16px;
}

.banners .smb-items__banner:hover .smb-items__banner__body {
  /* ホバー時に文字を右に移動 */
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.banners .smb-items__banner:hover .smb-items__banner__figure img {
  /* ホバー時の画像拡大 */
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.smb-section__title {
  /* セクションタイトルサイズ変更 */
  font-size: 2.5em;
}

.smb-section__title::after {
  /* 標準であるセクションタイトルの下線除去 */
  display: none;
}

.seminer h2.smb-section__title.smb-section-break-the-grid__title {
  font-size: 1.5em;
}

.home .wp-block-snow-monkey-blocks-section.smb-section.service_title {
  padding-bottom: 0;
}

.home .service {
  padding-top: 0;
}

.footer_text {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer .info {
  background-color: #d3d3d34d;
}

.l-footer .info .info-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 30px;
  height: initial;
}

.widget_text.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-4 iframe {
  padding: 0;
}

.info-inner.c-container {
  max-width: 2000px !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.footer-pre {
  background-color: #a9a9a952;
}

.footer-pre-banner {
  max-width: initial !important;
  width: 100% !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.footer-pre-banner {
  padding-bottom: 0;
}

.footer_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
  background-color: black;
  color: #ccc;
}

.footer_last a {
  text-decoration: none;
}

.footer_last p {
  color: white;
}

.service .wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.sme-hidden-sm {
  padding-top: 20px;
}

.smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-s.smb-section-break-the-grid__content--p-s.smb-section-break-the-grid__content--horizontal-s h2 {
  font-size: 25px;
}

header.c-entry__header {
  display: none;
}

.profile_profile .wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right {
  padding-top: 20px;
}

.profile_profile .smb-section__lede.smb-section-break-the-grid__lede {
  text-align: left;
}

.p-entry-content > :first-child, .textwidget > :first-child, .wp-block-column > :first-child, .wp-block-cover__inner-container > :first-child, .wp-block-group__inner-container > :first-child, .wp-block-latest-posts__post-full-content > :first-child, .wp-block-media-text__content > :first-child {
  margin-top: 0;
  padding-top: 0;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.taiken {
  background-color: aliceblue;
}

.smf-text-control {
  text-align: left;
}

.smf-item__col.smf-item__col--label {
  text-align: left;
}

.smf-progress-tracker__item__text {
  color: white !important;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
  background-color: skyblue !important;
  color: black;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--left.syouhin {
  padding: 0;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.syouhin {
  padding: 0;
}

.wp-profile-box {
  display: none;
}

.p-related-posts.c-entry-aside {
  display: none;
}

.contact_page .smb-section__body {
  padding: 200px;
}

.single-post .c-page-header {
  display: none;
}

.c-page-header {
  display: none;
}

li.c-meta__item.c-meta__item--author {
  display: none;
}

#page-top {
  right: 20px;
}

.smb-items__item__body {
  border-left: 5px solid #C1AF48;
  padding-left: 10px;
}

@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
  .l-contents__container.c-fluid-container {
    padding-top: 0px;
  }
  .wp-block-snow-monkey-blocks-panels.smb-panels.top-area {
    background: initial;
    -webkit-box-shadow: initial !important;
    box-shadow: initial !important;
  }
  .l-contents__container.c-container {
    padding-top: 0px;
  }
  .wp-block-snow-monkey-blocks-section.alignwide.smb-section {
    padding: 0 !important;
  }
  div#profile {
    padding: 0 !important;
  }
  .wp-block-group.alignfull {
    padding: 0 !important;
  }
  .contact_page .smb-section__body {
    padding: 0 100px;
  }
  .menu-item.menu-item-type-post_type.menu-item-object-page.c-drawer__subitem {
    border-bottom: solid 1px white;
    width: 250px;
  }
  .menu-item.menu-item-type-custom.menu-item-object-custom.c-drawer__subitem {
    border-bottom: solid 1px white;
    width: 250px;
  }
  .c-drawer__submenu #menu-item-3338 {
    border-bottom: none;
  }
  .c-drawer__submenu :last-child {
    border-bottom: none;
  }
  .c-row__col.c-row__col--fit.u-invisible-lg-up {
    margin-left: 10px;
  }
  /* ヒーロースライダー */
  .hero__title {
    top: 20%;
  }
  .hero__title h2 {
    font-size: 32px;
  }
  .hero .swiper-slide {
    height: 70vh;
  }
  .main-visual {
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* タブレット以下でパネルの画像の重なりをなくす */
  .top-panel {
    margin-top: 30px;
    -webkit-transform: none;
            transform: none;
    /* パネルの影を調節 */
  }
  .top-panel .smb-panels__item {
    -webkit-box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
  }
  .top-panel .smb-panels__item__body {
    padding: 30px;
  }
  div#service {
    max-width: 600px;
    margin: 0 auto;
  }
  /* フッターウィジェットエリア */
  .l-footer-widget-area__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    border: none !important;
  }
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
  th.column-1, th.column-2, th.column-3, th.column-4, th.column-5 {
    font-size: 12px;
    padding: 9.6px 10px !important;
  }
  td.column-1, td.column-2, td.column-3, td.column-4, td.column-5 {
    font-size: 10px;
  }
  .page-id-3828 .is-style-RJE_R001CORP_person:not(:root).smb-section-break-the-grid--right .smb-section-break-the-grid__figure {
    right: 0px !important;
    text-align: right;
  }
  /* ヒーロースライダー */
  .hero__title {
    top: 15%;
  }
  .hero__title h2 {
    font-size: 30px;
  }
  .hero__btn {
    bottom: 20%;
  }
  .hero__btn h3 {
    font-size: 20px;
  }
  .hero__btn a {
    /* ボタンのサイズを小さく */
    width: 180px;
    height: 45px;
  }
  .hero .swiper-slide {
    height: 70vh;
  }
  .top-area .top-panel .smb-panels__item__body {
    padding: 10px;
  }
  /* 3つ並んだパネル */
  .panels {
    /* パネルの余白追加 */
  }
  .panels .c-row__col {
    padding: 0 14px;
  }
  .product .c-container {
    max-width: 350px;
  }
  /* ボタン */
  .btn .smb-btn {
    width: 180px;
    height: 45px;
    margin-top: 30px;
  }
  .l-footer .info .info-inner {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  /* フッター */
  .info-inner {
    display: block;
    text-align: center;
    height: auto;
    padding: 40px;
  }
  .info__logo {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .info__logo img {
    width: 120px;
  }
  .info__text {
    margin-bottom: 25px;
  }
  .footer_last {
    display: block;
    text-align: center;
  }
  .footer_last p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .footer_text.address {
    font-size: 13px;
  }
  .c-entries--rich-media .c-entries__item:nth-of-type(-n + 5) {
    /* 6番目を除く */
    margin-bottom: 30px;
  }
  .c-entries--rich-media .c-entry-summary__content {
    /* スマホでテキスト除去 */
    display: none;
  }
  .profile_history span.sme-font-size {
    font-size: 13px !important;
  }
  h2.smb-section__title.smb-section-break-the-grid__title {
    padding-top: 0;
  }
  .smb-section__title {
    font-size: 2.0em;
  }
  .top-text .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-l {
    margin-top: 30px;
  }
  .top-text .smb-section__body.smb-section-break-the-grid__body {
    margin-bottom: 50px;
  }
  .profile_service .smb-items__item__content {
    font-size: 13px;
  }
  td {
    font-size: 13px;
  }
  input {
    width: 300px;
    background-color: #DFEFF9 !important;
  }
  .contact_page .smb-section__body {
    padding: 0px 0px;
  }
  .top_last p {
    font-size: 16px;
  }
  td {
    min-width: 70px;
    padding: 5px !important;
  }
  .top_last .wp-block-snow-monkey-blocks-items--item--free.c-row__col {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=style.css.map */