@charset "UTF-8";
/*
Theme Name:   arkhe-child
Description:  Arkhe 子テーマ
Author:       ZIMA
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
*/

/*--------------------------------------
調整
--------------------------------------*/
#header {
  background: rgba(255, 255, 255, 0.8);
  /* backdrop-filter: blur(6px); */
}

#main_content {
  width: 100%;
}

.lum-lightbox.lum-open {
  z-index: 999;
}

#drawer_menu .c-headerBtn {
  box-shadow: none;
}

/*--------------------------------------
画像拡大
--------------------------------------*/
.lum-lightbox {
  background: rgba(0, 0, 0, 0.8) !important;
}

.lum-lightbox-image-wrapper::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.1);
  height: 24px;
  border-radius: 24px;
}

.lum-lightbox-image-wrapper::-webkit-scrollbar-thumb {
  background-image: linear-gradient(76.3deg, #4776e6 12.6%, #8e54e9 82.8%);
  -webkit-box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
  border-radius: 24px;
}

.lum-lightbox-image-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 24px;
}

/*--------------------------------------
目次
--------------------------------------*/
.ark-block-toc ::marker {
  color: #5847a9;
  font-weight: 900;
}

/*--------------------------------------
アイキャッチ加工
--------------------------------------*/
.p-entry__thumb {
  position: relative;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 10px 8px 15px #ddd;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  /* filter: brightness(70%) saturate(200%) opacity(80%); */
}

/*拡大オフ*/
.p-postList__link:hover .c-postThumb__img {
  transform: none;
  opacity: 0.8;
  transition: 500ms;
}

.p-entry__thumb h1 {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  padding: 2rem 1rem;
  height: fit-content;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  font-size: 1.6rem;
  z-index: 2;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  text-shadow: black 2px 0px 0px, black -2px 0px 0px, black 0px -2px 0px,
    black 0px 2px 0px, black 2px 2px 0px, black -2px 2px 0px, black 2px -2px 0px,
    black -2px -2px 0px, black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px, black 2px 1px 0px,
    black -2px 1px 0px, black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px,
    black -1px -1px 0px;
}

@media (max-width: 767px) {
  .p-entry__thumb img {
    /* max-width: 480px; */
  }

  .p-entry__thumb h1 {
    font-size: 1.4rem;
    padding: 1rem 0.5rem 0.5rem;
    background: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 768px) {
  .p-entry__thumb img {
    max-width: 100%;
    /* max-height: 420px; */
    object-fit: cover;
    object-position: 50% 50%;
  }
}

.p-entry__thumb:hover {
  box-shadow: none;
  filter: none;
}

.p-entry__thumb:hover h1 {
  backdrop-filter: none;
  background: none;
}

/*最大高さ*/
.p-entry__thumb {
  max-height: 480px;
}

/*記事サムネイル*/
.p-postList__thumb amp-img.amp-wp-enforced-sizes[layout="intrinsic"] > img {
  object-fit: cover;
}

/*アイキャッチなし*/
.p-topArea.-noimg {
  background: linear-gradient(45deg, #ddd, #888, #555);
  min-height: 16vh;
}

.p-topArea.-noimg .c-pageTitle__main {
  font-size: 1.75rem;
}

/*--------------------------------------
アーカイブサイド
--------------------------------------*/
.w-footer ul {
  max-height: 300px;
  overflow-y: auto;
}

.w-footer ul::-webkit-scrollbar {
  background: transparent;
  height: 24px;
  border-radius: 24px;
  width: 1rem;
}

.w-footer ul::-webkit-scrollbar-thumb {
  background-image: linear-gradient(76.3deg, #4776e6 12.6%, #8e54e9 82.8%);
  -webkit-box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
  border-radius: 24px;
}

.c-fixBtn {
  background-image: linear-gradient(
    120.3deg,
    #4776e6 12.6%,
    #8e54e9 82.8%,
    #4776e6 100%
  );
}

/*--------------------------------------
見出し
--------------------------------------*/
.single .c-postContent h2 {
  border-left: 4px solid #8758e8;
  padding-left: 8px;
}

.single .c-postContent h3 {
  font-size: 1.3rem;
  background: linear-gradient(transparent 60%, rgba(135, 88, 232, 0.4) 60%);
  width: fit-content;
}

/*--------------------------------------
検索欄
--------------------------------------*/
.c-searchForm input {
  border-radius: 20px;
  padding: 5px 15px;
  outline: none;
}

/*--------------------------------------
伸びる見出し
--------------------------------------*/
.is-style-barbar {
  display: flex;
  align-items: center;
  font-weight: 900;
  opacity: 0.7;
}

.is-style-barbar::before,
.is-style-barbar::after {
  content: "";
  flex: 1;
  border-radius: 6px;
  background: currentColor;
  height: 4px;
  opacity: 0.5;
  min-width: 50px;
}

.is-style-barbar::before {
  margin-right: 12px;
}

.is-style-barbar::after {
  margin-left: 12px;
}

/*--------------------------------------
	リスト装飾(単一・複数)
--------------------------------------*/
ul.is-style-color-list {
  background: #f7f7f7;
  list-style: none;
  border-radius: 5px;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul.is-style-color-list li {
  position: relative;
  line-height: 2.5;
  margin-left: 2rem;
  color: #222;
}

ul.is-style-color-list li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -24px;
  background: #888;
}

@media (max-width: 767px) {
  ul.is-style-color-list li:before,
  ul.color-list li:before {
    width: 12px;
    height: 12px;
    left: -24px;
    bottom: 30px;
  }
}

/*--------------------------------------
	数字リスト装飾
--------------------------------------*/
ol.is-style-color-list {
  background: #f7f7f7;
  list-style: none;
  border-radius: 5px;
  border: none;
  counter-reset: num-list 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 1em;
}

ol.is-style-color-list li {
  list-style-type: none;
  position: relative;
  line-height: 3;
  margin-left: 2.5rem;
}

ol.is-style-color-list li:before {
  counter-increment: num-list;
  content: counter(num-list);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: #f86e60;
  color: #fff;
}

@media (max-width: 767px) {
  ol.is-style-color-list li:before {
    left: -30px;
    bottom: 13px;
  }
}

/*--------------------------------------
コンタクトフォーム
--------------------------------------*/
.ly_inqWrapper {
  max-width: 600px;
  margin: 0 auto;
  /* box-shadow: 0 0 10px #888; */
  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: 2px solid transparent;
  border-radius: 18px;
  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: #888;
  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: 2px solid #fff;
}

.bl_inqSelect select:valid,
input.el_formText:valid,
textarea.el_formArea:valid,
input.el_formRobot:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='_x35_' xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='width: 32px; height: 32px;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill:%232eaaec;}	.st1{fill:%23FFFFFF;}	.st2{opacity:0.1;fill:%23040000;}%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M512,256c0,15-1.3,29.6-3.8,43.8c-14.2,82.5-67.8,151.4-140.9,186.8C333.7,502.9,295.9,512,256,512		C114.6,512,0,397.4,0,256C0,114.6,114.6,0,256,0C397.4,0,512,114.6,512,256z'%3E%3C/path%3E%3Cpolygon class='st1' points='370.4,150.5 245,275.9 186.1,217.1 143.3,259.9 202.1,318.7 245,361.6 413.2,193.3 	'%3E%3C/polygon%3E%3Cpolygon class='st2' points='427.2,242.6 259,410.8 157.3,309.2 175,291.6 202.1,318.8 245,361.6 395.5,210.9 	'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #71ade1;
}

/* 送信ボタンを見やすくする */
button.el_formSubmit {
  margin-top: 1em;
  background: linear-gradient(
      90deg,
      rgba(50, 50, 50, 0.8) 0%,
      rgba(50, 50, 50, 0.4) 100%
    )
    no-repeat 50% 50% / 100% 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;
}

/*--------------------------------------
ポチップ
--------------------------------------*/
.pochipp-box__logo,
.pochipp-box__price {
  display: none !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.wp-block-media-text img {
  max-width: 100% !important;
}

.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: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: linear-gradient(45deg, #fff 65%, transparent 65%, transparent);
  border: 3px solid #eee; /*枠色*/
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
}

.is-style-fukibox.has-media-on-the-right .wp-block-media-text__content::before {
  left: unset;
  right: -11px;
  transform: translateY(-50%) rotate(-135deg);
}

.is-style-fukibox .wp-block-media-text__content > p {
  margin-bottom: 0.5rem;
}

.is-style-fukibox.wp-block-media-text img {
  max-width: 128px;
}

@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: 10%;
    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: 90%;
    bottom: -11px;
    transform: translateX(-50%) rotate(-45deg);
  }

  .is-style-fukibox.wp-block-media-text img {
    max-width: 64px;
  }
}

/*--------------------------------------
2カラム吹き出し
--------------------------------------*/
.is-style-fukibox .wp-block-column p {
  margin-bottom: 1.5rem;
}

.is-style-fukibox .wp-block-column p {
  position: relative;
  margin-left: 24px;
  padding: 16px;
  border: 3px solid #eee; /*枠色*/
  border-radius: 16px;
}

.is-style-fukibox .wp-block-column p::before {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: linear-gradient(45deg, #fff 65%, transparent 65%, transparent);
  border: 3px solid #eee;
  border-left-color: transparent;
  border-bottom-color: transparent;
  content: "";
}

.is-style-fukibox .wp-block-column:nth-child(2) p::before {
  left: -10px;
  background: linear-gradient(45deg, #fff 65%, transparent 65%, transparent);
  border-left-color: #eee;
  border-bottom-color: #eee;
  border-right-color: transparent;
  border-top-color: transparent;
}

@media (max-width: 781px) {
  .is-style-fukibox .wp-block-column p::before {
    top: unset;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .is-style-fukibox .wp-block-column:nth-child(2) p::before {
    top: -9px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #eee;
    border-top-color: #eee;
  }
}

/*--------------------------------------
メニュー
--------------------------------------*/
.c-headerBtn {
  background-image: linear-gradient(
    to right,
    #4776e6 0%,
    #8e54e9 51%,
    #4776e6 100%
  );
}
.c-headerBtn {
  margin: 10px;
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 24px;
  display: block;
}

.c-headerBtn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------
ルビ薄く
--------------------------------------*/
rt {
  font-size: 0.6rem;
  opacity: 0.6; /*透明度80%*/
}

/*--------------------------------------
画像拡大
--------------------------------------*/
.wp-block-image img {
  border-radius: 8px !important;
}

.lum-lightbox-inner img {
  border-radius: 16px;
}

/*--------------------------------------
グループ
--------------------------------------*/
.is-style-border {
  border: 1px solid #b1a9eb;
  /* border-radius: 2px; */
  box-shadow: 0 0 16px rgba(200, 200, 200, 0.4);
  padding: 1rem;
}

/*--------------------------------------
ポチップ レビューリンク
--------------------------------------*/
.pochipp-box__review img {
  filter: hue-rotate(180deg) brightness(120%);
}
.pochipp-box__review.pochipp-box__review span {
  color: orange !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: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: linear-gradient(45deg, #fff 65%, transparent 65%, transparent);
  border: 3px solid #eee; /*枠色*/
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
}

.is-style-fukibox.has-media-on-the-right .wp-block-media-text__content::before {
  left: unset;
  right: -11px;
  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);
  }
}

/*--------------------------------------
アプリーチ
--------------------------------------*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
  max-width: 460px;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

.appreach__posted {
  display:none;
}