@charset "UTF-8";
/*=== 9-1-2 丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}

/* フォント */
/* オリジナル共通
----------------------------------------------------------*/
a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

br.sp {
  display: none;
}
@media screen and (max-width: 680px) {
  br.sp {
    display: block;
  }
}

br.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tb {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  br.pc {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
}

.pc_none {
  display: none !important;
}
@media screen and (max-width: 680px) {
  .pc_none {
    display: block !important;
  }
}

.pc_none_flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .pc_none_flex {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  .pc_none_flex {
    display: flex !important;
  }
}

@media screen and (max-width: 680px) {
  .sp_t_left {
    text-align: left;
  }
}

.img_right img {
  margin-left: auto;
  margin-right: 0;
}

.m_top0 {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .is-style-sme-alert-remark,
  .is-style-sme-alert-success,
  .is-style-sme-alert {
    padding: 50px 15px 25px !important;
  }
}
@media screen and (max-width: 680px) {
  .is-style-sme-alert-remark::before,
  .is-style-sme-alert-success::before,
  .is-style-sme-alert::before {
    top: 15px !important;
  }
}

@media screen and (max-width: 680px) {
  ul.wp-block-list {
    margin-top: 15px !important;
    padding: 0 0 0 20px !important;
  }
}

.single .c-entry__body {
  margin-bottom: 100px;
}

@media screen and (max-width: 680px) {
  .smb-media-text__body {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 680px) {
  .smb-media-text__contents-wrapper {
    margin-bottom: 0 !important;
    padding: 15px !important;
  }
}

.wp-block-spacer {
  margin-top: 0 !important;
}

#photo_layout .alignleft,
#photo_layout .alignright {
  max-width: none;
  float: none;
}

@media screen and (max-width: 1024px) {
  .wp-block-spacer.h160 {
    height: 100px !important;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-spacer.h160 {
    height: 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .wp-block-spacer.h100 {
    height: 60px !important;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-spacer.h100 {
    height: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .wp-block-spacer.h60 {
    height: 40px !important;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-spacer.h60 {
    height: 20px !important;
  }
}

@media screen and (max-width: 1024px) {
  .wp-block-spacer.h40 {
    height: 30px !important;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-spacer.h40 {
    height: 20px !important;
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0 !important;
}

/*ブロックで入れた文字サイズ 
----------------------------------------------------------*/
@media screen and (max-width: 680px) {
  :root {
    --_global--font-size-px: 14px;
  }
}

@media screen and (max-width: 680px) {
  span.sme-font-size.has-sm-l-font-size {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 680px) {
  span.sme-font-size.has-sm-xl-font-size {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 680px) {
  span.sme-font-size.has-sm-2-xl-font-size {
    font-size: 1.24rem !important;
  }
}

/* セクションブロックのリード
----------------------------------------------------------*/
.smb-section__lede {
  font-size: 1.2rem;
}

/* アイキャッチのサイズ
----------------------------------------------------------*/
.c-entry-summary__figure {
  border-radius: 10px;
}
.c-entry-summary__figure::before {
  padding-top: 56.25%;
}

/* タイトル
----------------------------------------------------------*/
h1, h2, h3, h4, h5, .zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.15rem;
}

h2 {
  font-size: 1.6rem;
}

section.smb-section h2.smb-section__title {
  color: #393939;
  text-align: left;
}
section.smb-section .smb-section__lede-wrapper {
  margin-top: 0 !important;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: bold;
  color: #F58774;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.smb-section .smb-section__lede-wrapper::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/icon_paw_yellow.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
}
section.smb-section .smb-section__lede-wrapper::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #F6A293, rgba(246, 162, 147, 0));
  display: block;
}

/* body
----------------------------------------------------------*/
body {
  background: #F9F8F3;
}

@media screen and (max-width: 680px) {
  .c-section.p-section-front-page-content {
    padding-top: 0;
  }
}

/* ヘッダー
----------------------------------------------------------*/
.l-header {
  background: #F9F8F3;
  box-shadow: none;
}
.l-header .c-fluid-container {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .c-fluid-container {
    padding-right: var(--_container-margin-right);
  }
}

.p-global-nav .c-navbar__item a {
  padding: 25px 20px;
}
.p-global-nav .c-navbar__item:not(.sm-nav-menu-item-highlight)[data-active-menu=true] a {
  position: relative;
}
.p-global-nav .c-navbar__item:not(.sm-nav-menu-item-highlight)[data-active-menu=true] a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/icon_paw_blue.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.p-global-nav .sm-nav-menu-item-highlight a {
  padding: 25px 30px;
}
.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight.inquiry {
  background-color: #ffe000;
  color: #483737 !important;
}
.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight.inquiry span::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../../images/icon_pen.png) center no-repeat;
  background-size: contain;
  display: inline-block;
}
.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight.contact span::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../../images/icon_mail.png) center no-repeat;
  background-size: contain;
  display: inline-block;
}

.single-post .c-entry__header .level {
  margin: 10px 0;
  padding: 15px 25px;
  background: #eaebdf;
  border-radius: 5px;
}
.single-post h2.wp-block-heading {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .single-post h2.wp-block-heading {
    font-size: 1.2rem !important;
  }
}

nav#drawer-nav {
  background: #f6f1ed;
}
nav#drawer-nav a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #222222;
}
nav#drawer-nav .inquiry {
  background: #ffe000;
}
nav#drawer-nav .inquiry a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/icon_pen.png) center no-repeat;
  background-size: contain;
  display: inline-block;
}
nav#drawer-nav .contact {
  background: #ef755f;
}
nav#drawer-nav .contact a {
  color: #fff;
}
nav#drawer-nav .contact a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/icon_mail.png) center no-repeat;
  background-size: contain;
  display: inline-block;
}

/* ドロワーが開いている（aria-hidden="false"）時だけ、サブメニューを強制表示 */
#drawer-nav[aria-hidden=false] .c-drawer__submenu {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

.c-drawer__toggle {
  display: none;
}

.c-page-header {
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  position: relative;
  left: 0;
  background: #FFFDF9;
  border-top: 1px #eee dotted;
  border-bottom: 1px #eee dotted;
}
@media screen and (max-width: 680px) {
  .c-page-header {
    padding: 10px 0;
  }
}
.c-page-header .c-page-header__title {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 680px) {
  .c-page-header .c-page-header__title {
    gap: 4px;
  }
}
.c-page-header .c-page-header__title .c-page-header__slug {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #f69684;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 680px) {
  .c-page-header .c-page-header__title .c-page-header__slug {
    font-size: 0.8rem;
  }
}
.c-page-header .c-page-header__title .c-page-header__slug::before, .c-page-header .c-page-header__title .c-page-header__slug::after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #A4CDD4;
  border-radius: 2px;
  margin: 0 12px;
}
@media screen and (max-width: 680px) {
  .c-page-header .c-page-header__title .c-page-header__slug::before, .c-page-header .c-page-header__title .c-page-header__slug::after {
    width: 12px;
    height: 2px;
  }
}

.p-breadcrumbs-wrapper {
  padding-bottom: var(--_padding-2);
  padding-top: var(--_padding-2);
}

/*フッター
----------------------------------------------------------*/
.l-footer {
  border-top: none;
  display: flex;
  flex-direction: column;
}
.l-footer .custom-footer-parts {
  order: 2;
}
.l-footer .custom-footer-parts .sns .wp-block-group {
  padding: 0 5px;
  gap: 15px;
}
.l-footer .custom-footer-parts .link_insta a {
  text-decoration: none;
}
.l-footer .p-footer-sub-nav.c-sub-nav.c-sub-nav--center {
  order: 1;
  margin-bottom: 30px;
  padding: 10px;
  background: #DD8C7D;
}
.l-footer .p-footer-sub-nav.c-sub-nav.c-sub-nav--center #menu-footer {
  gap: 10px 25px;
}
.l-footer .p-footer-sub-nav.c-sub-nav.c-sub-nav--center a {
  color: #fff;
}
.l-footer .c-copyright.c-copyright--inverse {
  order: 3;
  background-color: #f9f8f3;
}
.l-footer .c-copyright.c-copyright--inverse .c-container {
  text-align: right;
  font-size: 0.8rem;
  color: #9D9D9D;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .l-footer .c-copyright.c-copyright--inverse .c-container {
    text-align: center;
  }
}

/* 投稿
----------------------------------------------------------*/
@media screen and (max-width: 680px) {
  .single h1.c-entry__title {
    font-size: 1.4rem;
  }
}
.single h2.wp-block-heading {
  background: #fffefa;
  color: #584946;
}

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

.c-prev-next-nav__item-figure {
  opacity: 0.3;
}

/* トップページ
----------------------------------------------------------*/
/* ==========================================================================
	1. アニメーションの定義（必ず一番外側に書く）
	========================================================================== */
@keyframes shiba-jump {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-30px);
  }
  18% {
    transform: translateY(0);
  }
  22% {
    transform: translateY(-5px);
  }
  26% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes poodle-move {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-30px);
  }
  35% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(0);
  }
  53%, 59% {
    transform: rotate(-4deg);
  }
  56%, 62% {
    transform: rotate(4deg);
  }
  65% {
    transform: rotate(0);
  }
  100% {
    transform: translateX(0);
  }
}
/* ==========================================================================
	2. スタイルの設定
	========================================================================== */
.p_top #main {
  padding: 160px 0;
  background: url(../../images/bg_cactch.png) center top no-repeat;
  background-size: 660px;
}
@media screen and (max-width: 680px) {
  .p_top #main {
    padding-bottom: 50px;
    background: url(../../images/bg_cactch.png) center top 60px no-repeat;
    background-size: 500px;
  }
}
.p_top #main .inu-container {
  max-width: 700px;
  margin: 0 auto; /* 中央寄せ */
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.p_top #main .inu-item img {
  width: 100%;
  height: auto;
  display: block;
}
.p_top #main .shiba {
  width: 120px;
  animation: shiba-jump 3s infinite ease-in-out;
}
@media screen and (max-width: 680px) {
  .p_top #main .shiba {
    width: 100px;
  }
}
.p_top #main .toy-poodle {
  width: 80px;
  height: 103px;
  animation: poodle-move 6s infinite ease-in-out;
  animation-delay: 2s;
}
@media screen and (max-width: 680px) {
  .p_top #main .toy-poodle {
    width: 60px;
    height: 80px;
  }
}
.p_top #main h2 {
  max-width: 760px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p_top #main h2 {
    max-width: 460px;
    padding-top: 0;
  }
}
@media screen and (max-width: 680px) {
  .p_top #main h2 {
    max-width: 320px;
  }
}
.p_top #about img {
  border-radius: 20px 40px 20px 40px;
}
.p_top #about .c-row__col {
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .p_top #about h2.smb-media-text__title {
    margin-bottom: 30px;
  }
}
.p_top #works .c-entries {
  --entries--item-width: 50% !important;
}
@media screen and (max-width: 680px) {
  .p_top #works .c-entries {
    --entries--item-width: 100% !important;
  }
}
.p_top #service {
  padding-top: 20px;
}
.p_top #service .smb-grid {
  padding: 0 30px;
  gap: 20px;
}
@media screen and (max-width: 680px) {
  .p_top #service .smb-grid {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
.p_top #service #production {
  border: 3px #A4CDD4 solid;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.p_top #service #production .c-row {
  width: 100%;
}
@media screen and (max-width: 680px) {
  .p_top #service #production .smb-media-text__contents-wrapper {
    text-align: center;
  }
}
.p_top #service #production .smb-media-text__figure {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .p_top #service #production .smb-media-text__figure {
    padding-top: 20px;
    justify-content: center;
  }
}
.p_top #service #production .smb-media-text__figure img {
  width: 230px;
}
@media screen and (max-width: 680px) {
  .p_top #service #production .smb-media-text__figure img {
    width: 180px;
  }
}
.p_top #service #production .smb-media-text__body {
  margin-top: 0;
}
.p_top #service p {
  margin-top: 10px;
}
.p_top #infomation .smb-panels__item--horizontal > .smb-panels__item__figure {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 680px) {
  .p_top #infomation .smb-panels__item--horizontal > .smb-panels__item__figure {
    flex: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .p_top #infomation .smb-panels__item__body {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .p_top #blog .spider__slide {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
}

/* 制作実績
----------------------------------------------------------*/
.p_archive-works .c-entries {
  --entries--item-width: 50%;
}
@media screen and (max-width: 680px) {
  .p_archive-works .c-entries {
    --entries--item-width: 100%;
  }
}

/* サービス
----------------------------------------------------------*/
.p_service .smb-information {
  padding-bottom: 30px;
  border-bottom: 1px #eee solid;
}
.p_service .smb-information .smb-information__item {
  border-top: 1px #eee solid;
  padding: 20px 10px;
}
.p_service .smb-information .smb-information__item .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .p_service .smb-information .smb-information__item .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .p_service #production figure.production_img {
    width: 180px;
  }
}
@media screen and (max-width: 680px) {
  .p_service #support figure.support_img {
    width: 90px;
  }
}
@media screen and (max-width: 680px) {
  .p_service #dmpop figure.dmpop_img {
    width: 130px;
  }
}
.p_service .smb-section {
  border-radius: 20px;
}
@media screen and (max-width: 680px) {
  .p_service .smb-section h2 {
    margin-top: 15px;
  }
}

/* お問い合わせ
----------------------------------------------------------*/
.wpcf7 dl.contact-form {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 680px) {
  .wpcf7 dl.contact-form {
    flex-direction: column;
  }
}
.wpcf7 dl.contact-form dt {
  width: 25%;
  padding: 20px 10px;
  display: flex;
  gap: 10px;
  border-top: 1px #e1e0e0 solid;
}
.wpcf7 dl.contact-form dt:last-of-type {
  border-bottom: 1px #e1e0e0 solid;
}
@media screen and (max-width: 680px) {
  .wpcf7 dl.contact-form dt:last-of-type {
    border-bottom: none;
  }
}
.wpcf7 dl.contact-form dt:before {
  content: "";
  width: 5px;
  height: 20px;
  display: inline-block;
  background: #FFC107;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 680px) {
  .wpcf7 dl.contact-form dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0 0;
  }
}
.wpcf7 dl.contact-form dt span.required {
  font-size: 0.8rem;
  font-weight: normal;
  color: red;
}
.wpcf7 dl.contact-form dd {
  width: 75%;
  padding: 20px 10px;
  border-top: 1px #e1e0e0 solid;
}
.wpcf7 dl.contact-form dd:last-of-type {
  border-bottom: 1px #e1e0e0 solid;
}
@media screen and (max-width: 680px) {
  .wpcf7 dl.contact-form dd {
    width: 100%;
    padding: 0 0 15px;
    border-top: none;
  }
}
.wpcf7 dl.contact-form dd span.wpcf7-list-item {
  margin-right: 20px;
  margin-left: 0;
}
.wpcf7 dl.contact-form dd.w100 input {
  width: 100%;
}
.wpcf7 ul.list {
  margin-top: 10px;
}
.wpcf7 ul.list li {
  font-size: 0.86rem;
  font-style: normal;
}
.wpcf7 ul.list_b {
  margin-bottom: 10px;
}
.wpcf7 ul.list_b li {
  font-size: 0.86rem;
  font-style: normal;
}
.wpcf7 ul.center {
  padding-left: 0;
  text-align: center;
  list-style: none;
}
.wpcf7 ul.center li {
  margin-bottom: 10px;
}
.wpcf7 ul.center .kakunin {
  padding-right: 20px;
}
.wpcf7 .wpcf7-select {
  height: 34px;
  border: 1px #cccccc solid;
}
.wpcf7 input.preferred-date {
  height: 34px;
}
.wpcf7 .submit-area {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .wpcf7 .submit-area {
    gap: 20px;
  }
}
.wpcf7 .cf-turnstile {
  margin-bottom: 60px;
  text-align: center;
  color-scheme: light;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 320px;
  margin: 0 auto;
  border-radius: 0;
  display: block;
}
@media screen and (max-width: 680px) {
  .wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 200px;
  }
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  opacity: 0.7;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}/*# sourceMappingURL=style.css.map */