@charset "UTF-8";

/*
Theme Name: Dopamine-Thema
Author: Furoya 
Description: this is original theme 
Version: 1.0.0 
*/

@font-face {
  font-family: "BuildingTracks";
  src: url(common/font/BuildingsTracks.woff2);
}

@font-face {
  font-family: "pandabakery";
  src: url(common/font/pandabakery.woff2);
}

@font-face {
  font-family: "yeahpapa";
  src: url(common/font/YeahPapa.woff2);
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #dfd6bf;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.logged-in .site-header {
  margin-top: 46px;
}

main {
  margin: 10px;
}

a,
a:-webkit-any-link {
  text-decoration: none;
  color: #000;
}

/* パンくず */
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  color: #2f2f2f;
}

.breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #2f2f2f;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #0073aa; 
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}


.site-header {
  background-color: #fff;
  position: fixed; 
  top: 0; 
  width: 100%;
  z-index: 1000; 
  border-bottom: 1px solid #eee;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 20px;
  position: relative;
  z-index: 10; 
}

.site-logo {
  margin-top: 5px;
}

.menu-toggle {
  position: absolute;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 50;
  width: 25px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.menu-toggle .bar {
  width: 25px;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease; 
}

.menu-toggle.is-open .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-toggle.is-open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.main-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  z-index: 40;
}

.main-navigation.is-open {
  max-height: 500px;
}
.menu-list {
  list-style: none;
  padding: 10px;
  margin: 0;
  flex-direction: column;
}
.menu-list li {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  height: 30px;
  margin-bottom: 30px;
}
.menu-list li a {
  display: block;
  width: 100%;
  text-align: center;
}

.copy {
  font-size: 5em;
  min-height: 3em;
  line-height: 1em;
  font-family: "BuildingTracks", sans-serif !important;
  font-weight: normal !important;
  font-size: 75px;
  overflow-wrap: anywhere;
  word-break: keep-all;
  text-align: left;
}

.copy span {
  display: inline-block;
}

.white,
object a {
  background-color: #fff;
}

.button {
  display: inline-block;
  width: fit-content;
  padding: 5px 8px;
  color: #000;
  margin-top: 10px;
}

.button a {
  color: #000;
}

.radius {
  border-radius: 5px;
}

.border-1 {
  border: solid 1px #000;
}

.article-block,
.article-link {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-link {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.title-box {
  margin-top: 15px;
  background-color: #c8b448;
  color: #fcfbfb;
  font-family: "BuildingTracks";
  font-size: 30px;
  line-height: 40px;
}

.wrapper {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 0;
}

.onsen-wrapper {
  margin-top: 0;
}

#onsen-container {
  background-color: #d4edff;
  margin-top: 0;
  flex: 1;
}

.wrapper img {
  object-fit: cover;
  height: auto;
}

#first-view {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

#first-view .flex-item {
  flex-basis: 100% !important;
}

.fv {
  margin: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1;
}

.fv img {
  height: 100%;
  object-fit: fill;
}

.post_container .thumbnail {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

.title-box .newpost_title {
  text-align: center;
  padding: 10px 0 30px;
  width: 93%;
  margin: auto;
  background-color: #0880b7;
}

.contents_title {
  text-align: center;
  padding: 10px 0 30px;
  width: 93%;
  margin: auto;
  background-color: #444;
}

.post-title {
  margin: 5px 0;
  font-size: 20px;
  flex-grow: 1;
}

.db-title {
  display: block;
  text-align: center;
  align-items: center;
  font-family: "pandabakery";
  line-height: 1;
  margin: 15px 30px;
  font-size: 45px!important;
  font-weight: normal;
  border-bottom: none!important;
}

.recent-posts {
  font-size: 38px;
  font-family: "pandabakery";
  line-height: 0.8;
  font-weight: normal;
  margin: 30px 0;
}

.search-result {
  font-size: 1.5em;
  font-family: "pandabakery";
  line-height: 0.8;
  font-weight: normal;
}

.recommend-posts_container {
  background-color: #fff;
  display: grid;
  width: 100%;
  gap: 15px;
}

.article-list {
  display: flex;
  align-items: stretch;
  padding-bottom: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  margin: 20px auto -10px;
}

.article-list.archive-list {
  overflow-x: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pref-group {
  margin-bottom: 30px;
}

.region-title {
  font-family: "pandabakery";
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #000;
}

.pagination {
  margin: 40px 0;
  text-align: center;
}

.pagination ul.page-numbers {
  display: inline-flex;
  list-style: none;
  padding: 0;
  gap: 8px; 
}

.pagination ul.page-numbers li a,
.pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  font-family: "M PLUS 1p", sans-serif;
}

.pagination ul.page-numbers li a:hover {
  background-color: #f0f0f0;
}

.pagination ul.page-numbers li span.current {
  background-color: #333; 
  color: #fff;
  border-color: #333;
}

.pagination ul.page-numbers li .prev,
.pagination ul.page-numbers li .next {
  padding: 0 15px;
}

#blog-recent {
  max-width: 100% !important;
}

#blog-recent .article-list {
  flex-direction: row;
}

&::-webkit-scrollbar-thumb,
.article-list::-webkit-scrollbar-thumb {
  scrollbar-color: #252422;
}

.article-list li {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex: 0 0 270px;
  padding: 5px;
}

.date,
.post-title {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#blog-recent .article-list li {
  width: 100%;
}

.thumbnail {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.thumbnail img,
.flex-contents img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}

.post_container .post-title {
  font-family: "M PLUS 1p", sans-serif !important;
  font-size: 18px;
}

.tag {
  display: inline-block;
  color: black;
  padding: 3px 8px !important;
  font-size: 80%;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #000;
  width: fit-content; 
}

.date {
  display: block;
  margin-top: 5px;
  font-size: 80%;
  color: #444;
}

#contents {
  margin-top: 60px;
}

.contents-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.menu-content {
  flex: 0 0 calc(50% - 8px);
  box-sizing: border-box;
  text-align: center;
}

.menu-content a {
  border: 1px solid #000;
  border-radius: 5px;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

.menu-content img {
  width: 100%;
  transition: all 0.2s;
}

h3.hitokoto,
.content-name {
  font-family: "BuildingTracks";
  font-size: 35px !important;
  margin: 0px 0 10px 0;
  font-weight: normal;
}

.consept {
  padding: 50px 0 20px 0;
  font-size: 80%;
}

footer {
  margin-top: auto;
  border-top: solid 1px #000;
  width: 100%;
  background-color: #0880b7;
  text-align: center;
  color: #fcfbfb;
  padding: 10px 0;
}

#onsen-fv {
  height: 60px;
  background-image: url(common/img/wave.png), url(common/img/ducky.png),
    url(common/img/rock.png);
  background-repeat: repeat-x, no-repeat, repeat-x;
  background-position: bottom, 85% 45%, bottom;
  background-size: 350px, 40px, 350px;
  position: relative;
  background-color: #dfd6bf;
}

.yuge {
  max-width: 1000px;
  margin: auto;
  position: relative;

  &:before,
  &:after {
    animation: steamUp 5s ease-in-out infinite;
    opacity: 0;
    transform: translateY(-15px);
  }

  &:before {
    content: "";
    position: absolute;
    height: 200px;
    bottom: -140px;
    left: 30px;
    border-right: 0px solid transparent;
    border-top: 2px solid #fff;
    border-left: 135px solid #fff;
    border-bottom: 12px solid transparent;
    filter: blur(35px);
    z-index: 4;
    transform: rotate(168deg) skewY(10deg);
    border-radius: 80% 0 10% 10%;
  }

  &:after {
    content: "";
    height: 200px;
    bottom: -200px;
    right: 30px;
    display: block;
    position: absolute;
    border-right: 0px solid transparent;
    border-top: 2px solid #fff;
    border-left: 125px solid #fff;
    border-bottom: 12px solid transparent;
    filter: blur(35px);
    z-index: 4;
    transform: rotate(168deg) skewY(10deg);
    border-radius: 80% 0 10% 10%;
  }
}

@keyframes steamUp {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: translateY(-250px);
  }
}

@keyframes rouxBubble {
  0% {
    width: 0;
    height: 0;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes rouxBubbleScale {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

#onsen-search {
  max-width: 600px;
  margin: 10px;
}

.search-form-wrapper {
  max-width: 800px;
  margin: 20px auto;
  position: relative;
}

.search-tabs {
  display: flex;
  border: 2px solid #333;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  color: #333;
  overflow: hidden;
}

.blog-search {
  border-radius: 5px !important;
  border: 1px solid #333 !important;
}

.search-tabs .tab-button {
  border-right: #000 solid 2px;
  flex: 1;
}

.search-tabs :first-child {
  background-color: #0073aa;
  color: white;
  font-weight: bold;
}

.search-tabs :last-child {
  border-right: none !important;
}

#search-form-main {
  overflow: hidden;
}

#search-form-main input {
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  flex: 1;
  border: none;
}

#search-form-main button {
  width: 100px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  border: none;
  background-color: crimson;
  color: white;
}

.blog-search button {
  width: 40px !important;
  background-color: #444 !important;
}

.tab-button {
  padding: 10px 5px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 12px;
  transition: all 0.3s;
}

.tab-button:hover {
  background-color: #eee;
}

.keyword_box {
  border: 2px solid #333;
  border-radius: 0 0 5px 5px;
  border-top: none;
  display: flex;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.is-hidden {
  display: none;
}

dialog {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  margin: auto;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.close-button {
  cursor: pointer;
  font-size: 24px;
  background: none !important;
  border: none !important;
}

.modal-body {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.feature-group h3 {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.pref-list label {
  cursor: pointer;
  padding: 5px;
  display: inline-block;
}

.pref-list label:hover {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.modal-footer {
  padding-top: 10px;
  text-align: center;
}

.submit-search,
.about-button {
  background-color: #0073aa;
  color: white !important;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.about-button {
  background-color: lightseagreen;
}

#new-post .recommend-posts_container {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 20px;
  background-color: #fff;
}

.recommend-post,
.connection-post_conainer {
  display: block;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.post-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
}
.onsen-post-image {
  height: 150px;
}
.post-image img {
  width: 100%;
  bottom: -80%;
  transition: all 0.2s;
  display: block;
}

#new-post .recent-posts_container,
#new-post .recommend-post {
  height: 100%;
}

#new-post .post-image img {
  bottom: auto;
  height: 100%;
}

.recommend-post .info,
.firstpost .info,
.connection-post_conainer .info,
#pickup-post .info {
  position: absolute;
  bottom: 15px;
  left: 5px;
  z-index: 2;
}

.recommend-posts_container .post-title,
#pickup-post .post-title {
  font-size: 25px;
  margin-top: 0;
}

.connection-post_conainer .post-title,
.connection-post_conainer .date,
.recommend-posts_container .post-title,
.recommend-posts_container .date,
#pickup-post .post-title,
#pickup-post .date {
  color: #000;
  padding: 0 5px;
  background-color: #fff;
  width: fit-content;
}

.caption {
  font-size: 85%;
  text-align: center;
  margin-bottom: 20px;
}

.db-caption {
  font-size: 1.1em;
}

#data {
  margin-top: 15px;
  display: grid;
  grid-template-rows: auto;
  gap: 20px;
}

#onsen-report .wp-block-post-featured-image img.attachment-post-thumbnail {
  display: block;
  width: 100%;
  height: 150px !important;
  border-radius: 5px;
  border: solid 1px #000;
  margin-bottom: 30px;
}

.onsen-copy {
  font-size: 25px;
  font-weight: bold;
}

.folder-tab {
  margin-top: 15px;
  border: solid #000 2px;
  border-bottom: none;
  width: fit-content;
  padding: 5px 10px;
  font-size: 16px;
  background-color: #0880b7;
  color: #fcfbfb;
}

#shop-data {
  border: solid 2px;
  padding: 0 8px;
  background-color: #fff;
}

#shop-data li {
  display: grid;
  padding: 9px 0;
  align-items: center;
}

.onsen-caption {
  margin-top: 8px;
  font-size: 80%;
}

.data-name {
  display: inline-block;
  height: 25px;
  width: 100px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 5px;
  margin: 10px 0 5px;
}

.info-container {
  padding: 8px 15px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 48px;
}

#data .tag-container {
  margin-top: 15px;
  margin-top: auto;
  padding-top: 10px;
}

.blog-header .tag-container {
  margin-top: 3px !important;
}

.tag-container object a {
  margin-right: 3px;
  margin-bottom: 3px;
}

.onsen-info {
  margin-top: 7px;
  list-style: none;
}

.info-name {
  display: block;
  margin-top: 8px;
}

.post-number {
  display: block;
  margin-top: 3px;
}

.onsen-info li {
  width: 100%;
  padding-bottom: 6px;
  background-image: radial-gradient(circle, #aaa 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}

.onsen-info li:last-child {
  background-image: none;
}

.onsen-info a {
  color: #000;
}

.fa-4x {
  font-size: 3em !important;
  margin-left: -8px;
}

.blog-link img {
  display: block;
  width: 200px;
  margin: auto;
  transition: all, 0.2s;
}

.wp-block-video video{
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-block-img img {
	max-width: 100%;
	height: auto;
}

.wp-block-list li {
	margin-bottom: 8px;
}

.is-style-checkmark-list li::before {
	content: "\f00c"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  margin-right: 8px; 
  color: #2f2f2f;
	display: inline-block;
}
/*ふきだし*/
.bubble-container {
  margin: 30px 0;
  max-width: 550px !important;
  margin: auto;
}

.bubble {
  margin: 40px auto;
  display: flex;
  align-items: center;
  max-width: 700px;
  height: fit-content;
}

.bubble:after,
.bubble:before {
  clear: both;
  content: "";
  display: block;
}

.bubble figure {
  margin: 0;
  display: block;
}

.bubble figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #000;
}

.bubble-img-left {
  margin-left: 10px;
  margin-top: 1px;
}

.bubble-img-right {
  margin-right: 10px;
  margin-top: 1px;
}

.bubble-img-left,
.bubble-img-right {
  max-width: 90px;
  max-height: 90px;
}

.bubble-img-name {
  display: block;
  padding: 0;
  margin-top: 3px;
  font-family: "pandabakery";
  font-size: 18px;
  line-height: 1em;
  text-align: center;
}

/* 会話風ふきだし */
.speak-bubble-left,
.speak-bubble-right {
  position: relative;
  padding: 16px;
  margin: 0 15px;
  border-radius: 10px;
}

.speak-bubble-left {
  background-color: #fff;
  border: 1px solid #000;
  width: fit-content;
}

.speak-bubble-left:after {
  position: absolute;
  top: 16px;
  left: -22px;
  content: "";
  border: 12px solid transparent;
  border-right: 12px solid #fff;
}

.speak-bubble-left:before {
  position: absolute;
  top: 16px;
  left: -24px;
  content: "";
  border: 12px solid transparent;
  border-right: 12px solid #000;
}

.speak-bubble-right {
  background-color: #90e2e1;
  border: 1px solid #000;
  width: fit-content;
}

.speak-bubble-right:after {
  position: absolute;
  top: 16px;
  right: -22px;
  content: "";
  border: 12px solid transparent;
  border-left: 12px solid #90e2e1;
}

.speak-bubble-right:before {
  position: absolute;
  top: 16px;
  right: -24px;
  content: "";
  border: 12px solid transparent;
  border-left: 12px solid #000;
}

.bubble_right {
  justify-content: end;
}

.data-folder {
  margin: 40px 0 16px;
}

/* blogs */
#AuthorData-container {
  border: #000 solid 2px;
  margin-bottom: 56px;
}

.author-info {
  max-width: fit-content;
  margin: 10px auto;
  padding: 0 10px;
}

.author-img {
  display: block;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
}

.author-name {
  font-family: "pandabakery";
  font-size: 20px;
  text-align: center;
  margin: 8px auto;
  max-width: 100%;
}

#blog-post {
  border: #000 solid 2px;
  padding: 15px 15px 48px 15px;
  height: fit-content;
  position: relative;
  width: 100%;
  line-height: 1.5;
}

.blog-header {
  margin-bottom: 20px;
}

#blog-post h1 {
  margin-top: 10px;
  font-size: 28px;
}

.blog-header .date {
  margin-top: 10px;
}

#blog-post h2.wp-block-heading {
  width: 100%;
  border-bottom: #000 2px solid;
  margin: 40px 0 16px;
  font-size: 23px;
}

#blog-post h3.wp-block-heading {
  font-size: 20px;
  margin: 16px 0;
}

#blog-post p {
  margin: 16px 0;
  font-size: 16px;
}

.wp-block-post-featured-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

#blog-post ul.check {
  list-style-type: none;
  padding-left: 1em;
}
#blog-post .check li {
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
#blog-post .check li:before {
  content: "\f00c";
  position: absolute;
  font-family: "font awesome 5 free";
  left: 0em;
  font-weight: 900;
}

.blog-shevron_container {
  width: 90%;
  margin: 15px auto;
  position: absolute;
  bottom: -40px;
  left: 4%;
}

.blog-shevron_container div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.blog-shevron {
  border: #000 solid 2px;
  border-radius: 15px;
  background-color: #fff;
}

.blog-shevron a {
  background: #fff;
  padding: 0px 10px 8px 10px;
  color: #000;
  border-radius: 15px;
  font-family: "BuildingTracks";
  font-size: 23px;
  flex-basis: 3em;
}

.onsen-post-tags {
  margin-top: 30px;
}

.onsen-about {
  margin-bottom: 40px;
}

.onsen-about:last-child {
  margin-bottom: 30px;
}

.page-title {
  font-family: "BuildingTracks";
  font-size: 35px;
  margin-top: -30px;
  margin-bottom: 45px;
}

.about-caption {
  line-height: 1.7;
  max-width: 600px;
  margin: 20px auto;
  letter-spacing: 3px;
  word-break: break-word;
}

.onsen-about h2 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #2f2f2f;
}

.onsen-about p {
  margin: 8px 0;
  line-height: 1.7;
}

.onsen-ex_tab {
  display: inline-block;
  background-color: #0880b7;
  color: #fff;
  padding: 2px 10px;
}

.onsen-ex {
  display: block;
  background-color: #f9f4e5;
  border-radius:0 5px 5px 5px;
  padding: 10px;
  word-break:normal;
}

.dopamine-link {
  display: inline-block;
  background: #fff;
  margin: 3px;
  border-radius: 20px;
  font-weight: bold;
}

.dopamine-link span {
  display: inline-block;
  background: #444;
  padding: 5px 10px;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.blog-sidebar {
  width: 95vw;
  margin: auto;
}
.center {
  text-align: center;
}

.about-caption p {
  align-items: end;
}

.dopamine {
  font-family: "yeahpapa";
  font-size: 3.5em;
  margin: 0 auto -10px;
}

.dopamine-about {
  margin-top: 58px;
}

rt {
  font-size: 8px;
}

.dopamine rt {
  padding-top: -15px;
}

.member-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
  width: 90%;
}

.member {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: 20px auto;
  width: 100%;
}

.member p {
  width: 90%;
  margin: auto;
  word-break: break-all;
}

.member img {
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 1px #000;
}

.member .author-name {
  text-align: left;
  line-height: 1.5;
}

.profile {
  white-space: preserve nowrap;
}

.panda {
  font-family: "pandabakery";
}

.link:any-link {
  transition: all 0.2s;
  text-decoration: none;
}

.flex-contents:hover img,
.thumbnail img:hover,
.post-image img:hover,
.menu-content img:hover {
  transform: scale(1.2);
}

.dopamine-link:hover span {
  opacity: 0.7;
}

.link:any-link:hover,
.blog-link img:hover {
  opacity: 0.5;
}

.text-area:hover time,
.text-area:hover .post-title {
  text-decoration: underline;
}

.text-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .copy {
    min-height: 2em;
  }

  .recent-posts {
    display: flex;
  }

  #recent-posts h2:before,
  #recent-posts h2:after {
    content: "";
    flex-grow: 1;
    margin-top: 10px;
    border-top: 4px dotted #444;
    display: block;
  }

  #recent-posts h2:before {
    margin-right: 0.3em;
  }

  #recent-posts h2:after {
    margin-left: 0.35em;
  }

  .article-list h2::before,
  .article-list h2::after {
    display: none;
  }

  .article-list {
    flex-wrap: wrap;
    overflow: hidden;
  }

  .article-list li {
    flex: 1 1;
    flex-basis: 49%;
  }

  .article-list.article-list.archive-list {
    grid-template-columns: repeat(4, 1fr);
  }

  #blog-recent .recent-posts_container {
    flex-direction: column;
    overflow: hidden;
  }

  .connection-post .thumbnail {
    max-width: 300px;
    height: fit-content;
  }

  .flex-contents {
    flex-basis: 50%;
  }

  .blog-sidebar {
    width: 100%;
  }

  #onsen-search {
    margin: 15px auto 100px;
  }
}

@media screen and (min-width: 961px) {
  body.logged-in .site-header {
    margin-top: 32px;
  }
  .site-logo {
    text-align: left;
  }
  .header-container {
    justify-content: space-between;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    max-height: none !important;
    overflow: visible;
    position: static;
    box-shadow: none;
  }

  .menu-list {
    padding: 0;
  }

  .menu-list li {
    margin-bottom: 0;
  }

  .menu-list ul {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: end;
  }

  .copy {
    min-height: 1em;
  }

  .title-box {
    margin-top: 0;
  }

  .wrapper {
    max-width: 1000px;
  }

  #first-view {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    flex-basis: 49% !important;
  }

  .recommend-post,
  .connection-post_conainer {
    height: 300px;
  }

  #data {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }

  .article-list li {
    flex-basis: 24%;
  }

  .article-list.article-list.archive-list {
    grid-template-columns: repeat(5, 1fr);
  }

  #ranking .recent-posts_container {
    flex-grow: 1;
    align-content: space-between;
    overflow: hidden;
  }

  .contents-wrapper,
  .connection-post .post_container {
    flex-direction: row;
  }

  .flex-contents {
    flex-basis: 50% !important;
  }

  .menu-content {
    flex: 0 0 calc(33% - 8px);
  }

  #onsen-report,
  .connection-post,
  #data .tag-container,
  #blog-post {
    grid-column: 1 / 3;
  }

  #shop-data li {
    grid-template-columns: 100px 1fr;
    gap: 15px;
  }

  #side-bar {
	height: 100%;
    grid-column: 3 /4;
    grid-template-columns: minmax(auto, 280px);
  }

  #blog-recent .article-list {
    flex-direction: column;
    margin: 0;
  }

  .bubble-container {
    grid-column: 1/3;
  }

  #AuthorData-container,
  .content-box {
    max-width: 300px;
  }

  .member-container {
    width: 100%;
  }

  .member {
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }

  .member img {
    margin: 0;
  }

  .member:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
  }

  .member p {
    width: 100%;
  }

  .car {
    flex-direction: row !important;
  }
}
#wpadminbar {
  position: fixed !important;
}
