@charset "UTF-8";
/*
Theme Name:   arkhe-child
Description:  Arkhe 子テーマ
Author:       gdgd
Author URI:   https://gdgd.tokyo
Template:     arkhe
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------
ロゴ
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

.l-header__logo.has-text a {
  font-size: 0.5em;
  font-family: "Pacifico", cursive;
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------
調整
--------------------------------------*/
.lum-lightbox.lum-open {
  z-index: 999;
}

.l-header__center {
  grid-area: left;
}

@media (max-width: 959px) {
  .l-header__logo {
    justify-content: unset;
    padding-left: 0.25em;
  }
}

/*--------------------------------------
見出し
--------------------------------------*/
.single .c-postContent h2 {
  border-left: 4px solid #7a66e8;
  padding-left: 10px;
  line-height: 3.5rem;
}

.single .c-postContent h3 {
  font-size: 1.3rem;
  background: linear-gradient(transparent 60%, rgba(135, 88, 232, 0.4) 60%);
  width: fit-content;
}

/*--------------------------------------
ダークテーマ
--------------------------------------*/
#main_content {
  --ark-color--border--table: #7a66e8;
  --arhk-dark-pale: #392f71;
  --arkh-dark-middle: #221c46;
  --arkh-dark-deep: #070707;
}

#header,
.l-footer {
  background: rgba(5, 0, 25, 0.8);
  /* backdrop-filter: blur(6px); */
  color: #f7f7f7;
}

.p-drawer:before {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(6px);
}

.p-drawer__close,
.p-drawer a {
  color: #f7f7f7;
}

.c-drawerNav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.p-entry__foot .c-postTerms__link {
  background: #17132c;
  color: #f7f7f7;
}

.hcb_wrap pre,
.hcb_wrap code {
  background: #17122a !important;
}

.p-topArea.-noimg {
  background: rgba(0, 0, 0, 0.2);
}

code {
  background: #1c1737 !important;
  color: #f7f7f7 !important;
}

.is-style-card .ark-block-step__item {
  background: var(--arkh-dark-deep);
}

.arkb-boxLink__inner {
  background: var(--arkh-dark-deep);
}

.ark-block-notice {
  filter: invert(1);
}

.ark-block-notice__icon {
  filter: invert(1);
}

.ark-block-accordion__body {
  background: var(--arkh-dark-deep);
}

.arkb-tabBody {
  background: var(--arkh-dark-deep);
}

.arkb-tabList__item [aria-selected="false"] {
  background: var(--ark-color--gray);
}

.arkb-tabList__button[aria-selected="true"],
.arkb-tabList__item [aria-selected="true"] {
  background: var(--arkh-dark-middle) !important;
}

.ark-block-timeline__shape.-is-emphasis:before {
  box-shadow: 0 0 0 10px currentColor;
}

.p-postList__category {
  padding: 0 4px;
  background: var(--arhk-dark-pale);
}

/*リスト*/
#main_content ul li::marker {
  color: var(--arhk-dark-pale);
}

/*--------------------------------------
目次
--------------------------------------*/
#main_content .ark-block-toc {
  border-color: var(--arhk-dark-pale);
  padding: 0 0 1.5em;
  border-bottom-style: solid;
  border-top: none;
}

.ark-block-toc .ark-block-toc__title {
  background: var(--arhk-dark-pale);
  padding: 0.75em;
}

.ark-block-toc .ark-block-toc__list {
  padding-left: 3em;
}

.ark-block-toc ::marker {
  color: #5847a9;
  font-weight: 900;
  font-family: pacifico;
}

#drawer_menu .ark-block-toc {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/*--------------------------------------
検索欄
--------------------------------------*/
.c-searchForm input {
  border-radius: 20px;
  padding: 5px 15px;
  outline: none;
}

/*--------------------------------------
Prism
--------------------------------------*/
.hcb_wrap {
  max-height: 60vh;
  overflow: auto;
}

.hcb_wrap .toolbar {
  position: absolute;
  top: 1.6em;
  right: 0;
}

.hcb_wrap .toolbar button {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
}

.hcb_wrap .toolbar button::before {
  content: "📄";
  margin-right: 0.5em;
}

/*--------------------------------------
ポチップ
--------------------------------------*/
.pochipp-box__logo,
.pochipp-box__price {
  display: none !important;
}

body:not(#__) .pochipp-box {
  background: #1c1737;
  color: #f7f7f7;
}

.pochipp-box__btnwrap.-rakuten a.pochipp-box__btn {
  background: rgba(224, 66, 60, 0.1) !important;
}

.pochipp-box__btnwrap.-amazon a.pochipp-box__btn {
  background: rgba(249, 149, 13, 0.1) !important;
}

.pochipp-box__btnwrap.-yahoo a.pochipp-box__btn {
  background: rgba(67, 142, 232, 0.1) !important;
}

.pochipp-box__btnwrap.-custom a.pochipp-box__btn {
  background: rgba(92, 162, 80, 0.1) !important;
}

.pochipp-box__btnwrap.-custom_2 a.pochipp-box__btn {
  background: rgba(142, 89, 228, 0.1) !important;
}

/*--------------------------------------
メディアと文章吹き出し
--------------------------------------*/
.is-style-fukibox.wp-block-media-text {
  margin-bottom: 1.5rem;
}

.is-style-fukibox .wp-block-media-text__content {
  position: relative;
  margin-left: 24px;
  padding: 16px;
  border: 3px solid #eee; /*枠色*/
  border-radius: 16px;
}

.is-style-fukibox.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 24px;
}

.is-style-fukibox .wp-block-media-text__content::before {
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: linear-gradient(
    45deg,
    var(--ark-color--bg) 65%,
    transparent 65%,
    transparent
  );
  border: 3px solid #eee; /*枠色*/
  border-right-color: var(--ark-color--bg);
  border-top-color: var(--ark-color--bg);
  content: "";
}

.is-style-fukibox.has-media-on-the-right .wp-block-media-text__content::before {
  left: unset;
  right: -9px;
  transform: translateY(-50%) rotate(-135deg);
}

.is-style-fukibox .wp-block-media-text__content > p {
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  .is-style-fukibox .wp-block-media-text__content {
    margin-left: 0;
    margin-top: 24px;
  }

  .is-style-fukibox.has-media-on-the-right .wp-block-media-text__content {
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .is-style-fukibox .wp-block-media-text__content::before {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    border-right-color: transparent;
    border-top-color: transparent;
  }

  .is-style-fukibox.has-media-on-the-right
    .wp-block-media-text__content::before {
    top: unset;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%) rotate(-45deg);
  }
}

/*--------------------------------------
ルビ薄く
--------------------------------------*/
rt {
  font-size: 0.6rem;
  opacity: 0.6; /*透明度80%*/
}

/*--------------------------------------
画像拡大
--------------------------------------*/
.wp-block-image img {
  border-radius: 8px !important;
}

.lum-lightbox-inner img {
  border-radius: 16px;
}

/*--------------------------------------
コンタクトフォーム
--------------------------------------*/
.ly_inqWrapper {
  max-width: 640px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 1em 5%;
  font-size: 1em;
  user-select: none;
}

.bl_inqItems:not(:last-child) {
  margin-bottom: 2em;
}

.el_inqItem {
  margin-bottom: 1em;
}

input.el_formText,
input.el_formRobot,
textarea.el_formArea {
  width: 100%;
  padding: 12px 15px;
  margin-right: 10px;
  margin-top: 8px;
  border: 4px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 5px #ddd;
  box-sizing: border-box;
  outline: 0;
}

.bl_inqRadios {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.bl_inqRadios input {
  margin: 15px 5px;
}

.bl_inqRadios input + label {
  cursor: pointer;
  margin-left: 0.5em;
  padding: 5px;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.bl_inqRadios input:checked + label {
  border-color: #f7f7f7;
  border-radius: 5px;
}

.bl_inqSelect select {
  width: 100%;
  outline: none;
  border-radius: 18px;
  padding: 12px 15px;
  appearance: none;
  position: relative;
}

.el_inqRequired:before,
.el_inqOptional:before {
  margin-right: 0.5em;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.8em;
}

.el_inqRequired:before {
  content: "必須";
  background: #ff6969;
}

.el_inqOptional:before {
  content: "任意";
  background: #888;
}

textarea.el_formArea {
  height: 200px;
  width: 100%;
}

input.el_formRobot {
  background: #fff5f7;
  border-color: rgba(255, 84, 102, 0.4);
}

input.el_formRobot::placeholder {
  font-weight: 900;
  color: rgba(255, 84, 102, 0.8);
}

/* 必須項目の入力欄を水色にする */
input.el_formText:valid,
textarea.el_formArea:valid,
input.el_formRobot:valid {
  background: rgba(255, 255, 255, 1);
  border: 4px solid #fff;
}

.bl_inqSelect select:valid,
input.el_formText:valid,
textarea.el_formArea:valid,
input.el_formRobot:valid {
  border-color: #71ade1;
  background: #e6f2fc;
}

/* 送信ボタンを見やすくする */
button.el_formSubmit {
  margin-top: 1em;
  background: linear-gradient(
    135deg,
    rgb(12, 92, 138) 0%,
    rgb(110, 55, 161) 100%
  );
  border: none;
  border-radius: 20px;
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition-duration: 500ms;
  border-radius: 50px;
}

button.el_formSubmit:hover {
  opacity: 0.7;
}
