@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@media screen and (max-width: 767px) {
  .is-s {
    display: none;
  }
}
@media screen and (max-width:1000px) {
  .is-m {
    display: none;
  }
}
@media screen and (max-width:1279px) {
  .is-l {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .is-xl {
    display: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*  フォント設定*/
* {
  font-family: "Noto Sans JP", sans-serif;
}

/* ーーーーーーーーーーーーーーtopーーーーーーーーーー*/
@media screen and (max-width: 640) {
  .title-img2 {
    width: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .smb-section__inner.is-content-justification-left > .c-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .top-text-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-text-br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .sme-highlighter {
    font-size: clamp(5px, 1.2rem, 24px);
  }
  .has-sm-large-font-size {
    line-height: 1.1;
    margin-top: -26px;
  }
}
.top-contact-btn-input > .smb-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-contact-btn-input > .smb-btn:hover {
  background: #372620 !important;
}

.top-contact-btn-input > .smb-btn:hover .smb-btn__label {
  color: rgba(183, 200, 240, 0.5) !important;
}

/*  about調整ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.about-wrapper {
  padding-bottom: 40px;
}

.about-box1 {
  padding: 0 0 0 140px;
}

@media screen and (max-width: 960px) {
  .about-box1 {
    padding: 0 20px 0 40px;
  }
}
/*  画像出し入れ*/
.wp-block-image.aligncenter.size-medium.is-resized.about-img2 {
  display: none;
}

@media screen and (max-width: 781px) {
  .about-box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0 40px;
  }
  .wp-block-image.size-medium.is-resized.about-img1.sme-hidden-sm.is-style-rounded {
    display: none;
  }
  .wp-block-image.aligncenter.size-medium.is-resized.about-img2 {
    display: block;
  }
}
/* @media screen and (max-width: 500px) {
	.about-box1{
		padding:0 20px;
} */
/* text調整ーーーーーーーーー */
@media screen and (max-width: 781px) {
  .about-img1 > .about-space1 {
    display: none;
  }
}
.wp-container-4.wp-block-columns.about-box1 {
  padding: 0 20px;
}

@media screen and (max-width: 781px) {
  .wp-container-4.wp-block-columns.about-box1 {
    width: 450px;
  }
}
@media screen and (max-width: 550px) {
  .wp-container-4.wp-block-columns.about-box1 {
    width: 100%;
  }
}
/*service-wrapper ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー	 */
@media screen and (max-width: 639px) {
  .service-wrapper .c-container {
    padding: 0 60px;
  }
  .service-wrapper .c-container h3.smb-items__item__title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 400px) {
  .service-wrapper .c-container {
    padding: 30px;
  }
}
.p-global-nav .c-navbar__item > a {
  -webkit-transition: background-color var(--_transition-duration, 0.4s) var(--_transition-function-timing, ease-out), color var(--_transition-duration, 0.4s) var(--_transition-function-timing, ease-out);
  transition: background-color var(--_transition-duration, 0.4s) var(--_transition-function-timing, ease-out), color var(--_transition-duration, 0.4s) var(--_transition-function-timing, ease-out);
}

.p-global-nav .c-navbar__item > a:hover {
  color: rgba(183, 200, 240, 0.5019607843);
}

/*contact-width ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー	 */
@media screen and (max-width: 675px) {
  .smb-section__body > .contact-width {
    padding: 0 40px;
  }
}
.works-archive-date > dt:not(:first-child) {
  margin-top: 40px;
}

.works-archive-date > dt {
  font-size: 24px;
  border-bottom: #1A1A1A solid 1px;
}

.works-archive-info {
  margin-top: 15px;
}

.works-archive-info {
  width: 100%;
  max-width: 750px;
}

.works-archive-info dd {
  margin-left: 0;
  padding-top: 10px;
}

.works-archive-info dt {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(95%, rgba(58, 111, 230, 0.3)));
  background-image: linear-gradient(transparent 80%, rgba(58, 111, 230, 0.3) 95%);
}

.works-archive-template-default {
  font-family: "Fira Sans", "Noto Sans JP", sans-serif;
}

.font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.works-archives-date > dt {
  font-size: 20px;
  border-bottom: #1A1A1A solid 1px;
}

section.c-entry-summary.c-entry-summary--works-archive.c-entry-summary--type-works-archive {
  border: 1px solid rgba(102, 102, 102, 0);
  padding: 40px 50px;
  border-radius: 20px;
  background: #F2EFEA;
  -webkit-box-shadow: inset 15px 15px 41px #cacaca, inset -15px -15px 41px #f6f6f6;
  box-shadow: inset 8px -12px 15px 0px #cacaca, inset -15px -15px 41px #f6f6f6;
}

.works-archive-template-default,
.post-type-archive-works-archive {
  color: #595B5C;
}

.works-archive-template-default {
  background: #F2EFEA;
}

.c-entry__title {
  color: #372620;
}

#page-top {
  background: url(http://localhost:8888/wp-content/uploads/2022/07/logo-opa-3.png) no-repeat center center;
  background-color: transparent;
  background-size: contain;
  height: 75px;
  width: 75px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
          filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 20px;
}

#page-top:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#page-top a svg {
  display: none;
}

/* メニュー間のマージン調整 */
.c-navbar__item + .c-navbar__item {
  margin-left: 10px;
}

/* メニューをボタンに調整 */
.c-navbar__item a {
  border-radius: 100px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  height: 70%;
  margin: auto 0;
}

/* メニューのhover時のボタンエフェクト */
.c-navbar__item a:hover {
  background: var(--accent-color, #cd162c);
  color: white;
}

/* 選択したページのテキストカラーを変更 */
.p-global-nav .current_page_item a {
  color: var(--accent-color, #cd162c);
}

/* hover時はテキストカラーを白に変更 */
.p-global-nav .current_page_item a:hover {
  color: white;
}

.page-template-default.page.page-id-905 {
  background: #F2EFEA;
}
.page-template-default.page.page-id-905 .l-contents__container.c-container {
  width: 100%;
  max-width: 800px;
}
.page-template-default.page.page-id-905 form.wpcf7-form.init {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.page-template-default.page.page-id-905 span.wpcf7-form-control.wpcf7-radio.contact_required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.page-template-default.page.page-id-905 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.contact_required {
  background: #eee;
  margin-top: 5px;
  width: 100%;
}
.page-template-default.page.page-id-905 .wpcf7-textarea {
  background: #eee;
  margin-top: 10px;
}
.page-template-default.page.page-id-905 .contactAnswer-title {
  font-weight: 700;
  font-size: 20px;
}
.page-template-default.page.page-id-905 span.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-default.page.page-id-905 .wpcf7-not-valid-tip {
  font-size: 14px;
}
.page-template-default.page.page-id-905 .wpcf7-submit {
  border-radius: 50px;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.page-template-default.page.page-id-905 .contactAnswer-title + p {
  margin-top: 5px;
}
.page-template-default.page.page-id-905 span.wpcf7-list-item {
  padding: 4px 0;
}
.page-template-default.page.page-id-905 form p:last-of-type {
  text-align: center;
  margin: 30px auto 0;
}
.page-template-default.page.page-id-905 .wpcf7-spinner {
  display: none;
}
.page-template-default.page.page-id-905 .req {
  width: 50px;
  height: 10px;
  width: 40px;
  background: #cd162c;
  font-size: 12px;
  margin-left: 10px;
  color: #FFF;
  padding: 5px;
}
.page-template-default.page.page-id-905 [type=checkbox],
.page-template-default.page.page-id-905 [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
}
.page-template-default.page.page-id-905 .contact-first-text {
  width: 100%;
  max-width: 600px;
  font-weight: 400;
}

.page-template-default.page.page-id-892 {
  background-color: #f6f6f6;
}
.page-template-default.page.page-id-892 .a-about-text-box .c-row.c-row--md-margin {
  padding: 40px 30px 0 30px;
  -webkit-box-shadow: 0px 12px 58px -19px rgba(0, 0, 0, 0.92);
  -ms-box-shadow: 0px 12px 58px -19px rgba(0, 0, 0, 0.92);
  box-shadow: 0px 12px 58px -19px rgba(0, 0, 0, 0.92);
  border-radius: 22px;
}
.page-template-default.page.page-id-892 .a-message-box .smb-section__contents-wrapper {
  padding: 60px 40px;
  -webkit-box-shadow: 0px 12px 58px -19px rgba(0, 0, 0, 0.92);
  -ms-box-shadow: 0px 12px 58px -19px rgba(0, 0, 0, 0.92);
  box-shadow: 0px 12px 58px -19px rgba(0, 0, 0, 0.92);
  border-radius: 22px;
}
.page-template-default.page.page-id-892 .wp-block-snow-monkey-blocks-information.smb-information {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.page-template-default.page.page-id-892 .a-information-dt .c-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-default.page.page-id-892 .a-about-text-box2 .smb-section__body.smb-section-side-heading__body {
  padding-bottom: 40px;
}
@media screen and (max-width: 404px) {
  .page-template-default.page.page-id-892 .a-about-text-box2 .smb-section__title.smb-section-side-heading__title {
    padding-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .page-template-default.page.page-id-892 .a-about-text-box1 .smb-section__title.smb-section-side-heading__title {
    padding-top: 20px;
  }
}
.page-template-default.page.page-id-892 .a-about-text-box2.wp-block-snow-monkey-blocks-section-side-heading {
  padding-top: 0;
}
.page-template-default.page.page-id-892 .a-section {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .page-template-default.page.page-id-892 .a-about-text-box .c-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .page-template-default.page.page-id-892 .a-about-text-box .c-row__col.c-row__col--1-1.c-row__col--md-1-3 {
    max-width: 100%;
  }
  .page-template-default.page.page-id-892 .a-about-text-box .c-row__col.c-row__col--1-1.c-row__col--md-2-3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .page-template-default.page.page-id-892 .a-information-text {
    max-width: 400px;
  }
}

@media screen and (max-width: 500px) {
  .c-entries.c-entries--rich-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-entries.c-entries--rich-media > .c-entries__item {
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
  }
}
li.menu-item.menu-item-type-post_type_archive.menu-item-object-works-archive.menu-item-1186.c-navbar__item a small {
  display: none;
}

.smb-btn.smb-btn--little-wider {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.smb-btn.smb-btn--little-wider:hover {
  opacity: 0.5;
}

.contact-section-btn .smb-btn:hover {
  opacity: 0.5;
}

.c-navbar__item a {
  height: 30%;
}

.p-global-nav .c-navbar__item > a:hover .p-global-nav .c-navbar__item > a > span {
  color: rgba(183, 200, 240, 0.5019607843);
}

.page-template-default.page.page-id-905 .wpcf7-submit:hover {
  opacity: 0.5;
}

.smb-accordion__item__control:checked .sme-text-color {
  color: #E61264 !important;
}

.menu-item.menu-item-type-post_type_archive.menu-item-object-works-archive.c-drawer__item,
.menu-item.menu-item-type-post_type.menu-item-object-page.c-drawer__item,
.menu-item.menu-item-type-custom.menu-item-object-custom.c-drawer__item {
  font-size: 24px;
}

.wp-container-1.wp-block-group.portfolio-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wp-container-1.wp-block-group.portfolio-img-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-container-1.wp-block-group.portfolio-img-flex > .wp-block-image {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .fv {
    display: none;
  }
}
/*スクロールダウン全体の場所*/
.scrolldown3 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 50px;
  left: 50%;
  /*マウスの動き1.6秒かけて動く永遠にループ*/
  -webkit-animation: mousemove 2s ease-in-out infinite;
          animation: mousemove 2s ease-in-out infinite;
}

/*下からの距離が変化して上から下に動く*/
@-webkit-keyframes mousemove {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes mousemove {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 10px;
  }
}
/*Scrollテキストの描写*/
.scrolldown3 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  bottom: 45px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/*マウスの中の線描写 */
.scrolldown3 span::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 10px;
  left: 17px;
  /*線の形状*/
  width: 1px;
  height: 15px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: mousepathmove 1.4s linear infinite;
          animation: mousepathmove 1.4s linear infinite;
  opacity: 0;
}

/*上からの距離・不透明度・高さが変化して上から下に流れる*/
@-webkit-keyframes mousepathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  50% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}
@keyframes mousepathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  50% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-300%) skewX(-45deg);
          transform: translateX(-300%) skewX(-45deg);
  background-color: #333;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-300%) skewX(-45deg);
            transform: translateX(-300%) skewX(-45deg);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(500%) skewX(-45deg);
            transform: translateX(500%) skewX(-45deg);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-300%) skewX(-45deg);
            transform: translateX(-300%) skewX(-45deg);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(500%) skewX(-45deg);
            transform: translateX(500%) skewX(-45deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}