/* 
Theme name: Kurin
Author:inafuri
Description:portfolio
Version:1.0

*/

/* 全体 */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
  background-color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #333;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
img {
  vertical-align: bottom;
  margin: 0;
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 32px;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #333;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
a:hover {
  opacity: 0.8;
  color: rgb(235, 157, 12) !important;
}
/* ヘッダー */
header {
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.flex {
  display: flex;
}
.logo {
  width: 35%;
}
.logo h2 {
  margin-top: 30px;
}
/* ナビゲーションメニュー */
.nav {
  width: 65%;
  text-align: right;
}
.nav ul {
  line-height: 38px;
}
.nav ul li {
  font-size: 15px;
  padding: 10px;
  display: inline-block;
}
.top-content {
  margin-bottom: 50px;
  padding-top: 50px;
}
/* 全体色 */
.color-wrap {
  background-color: #fef9ea;
  padding-bottom: 50px;
  margin: 0;
}
/* トップページ メインコンテンツ */
main .top-content h1 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}
main .top-content p {
  text-align: center;
  line-height: 1.5;
}
main .flex-contents {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
main .content {
  width: 32%;
  height: auto;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  background-color: white;
  border-radius: 20px;
}
main .content-text {
  padding: 10px 10px 20px 10px;
  text-align: center;
}
main .content-text .mgr1 {
  margin-bottom: 44px;
  text-align: left;
}
main .content-text .mgr2 {
  margin-bottom: 25px;
  text-align: left;
}
main .content-text .mgr3 {
  margin-bottom: 44px;
  text-align: left;
}
main .illustration {
  margin-top: 50px;
}
.main2 .top-content h2 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}
.main2 .flex-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main2 .content {
  width: 32%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.main2 .flex-contents:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.main2 .content .content_link {
  display: block;
  position: relative;
}
.main2 .content .entry-more {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.main2 .content:hover .entry-more {
  background-color: #ffdb2cc2;
  color: #fff;
  font-weight: bold;
  z-index: 9999;
  border-radius: 5px 5px 0 0;
}

.all-collection {
  text-align: center;
}
.skelton_btn {
  color: #ff9872;
}
a.skelton_btn:hover {
  opacity: 0.8;
}
.btn {
  border-radius: 8px;
  width: 268px;
  background-color: transparent;
  border: 2px solid rgb(235, 157, 12);
  font-weight: bold;
  font-size: 20px;
}
.btn a {
  padding: 20px 6px;
  display: block;
  color: rgb(235, 157, 12);
}
.btn:hover {
  background-color: rgb(235, 157, 12);
  color: white !important;
}
.btn:hover a {
  color: white !important;
  opacity: 1;
}
.main-btn {
  border-radius: 8px;
  width: 230px;
  background-color: #ffffff;
  border: 2px solid rgb(235, 157, 12);
  font-weight: bold;
  font-size: 18px;
}
.main-btn a {
  color: rgb(235, 157, 12);
  padding: 10px 0px;
  display: block;
}
.main-btn:hover {
  background-color: rgb(235, 157, 12);
  color: white !important;
}
.main-btn:hover a {
  color: white !important;
  opacity: 1;
}
.contact .top-content h2 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.contact .top-content p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact .flex-contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.flow:hover {
  opacity: 0.7;
  cursor: pointer;
}
.contact-home:hover {
  opacity: 0.7;
  cursor: pointer;
}
.profile .top-content h2 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.profile .flex-contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.profile .content {
  width: 32%;
  height: auto;
}
.profile .content-text {
  width: 60%;
  height: auto;
}
.SNS {
  margin: 20px auto;
}
.SNS .flex-contents {
  width: 100%;
  text-align: center;
}
.SNS .flex-contents ul {
  line-height: 5px;
}
.SNS .flex-contents ul li {
  padding: 8px;
  display: inline-block;
}
.SNS .insta {
  /*アイコンの背景*/
  position: relative; /*相対配置*/
  display: inline-block;
  width: 40px; /*幅*/
  height: 40px; /*高さ*/
  vertical-align: middle; /*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  border-radius: 8px; /*角丸に*/
}

.insta:before {
  /*グラデーションを重ねるため*/
  content: "";
  position: absolute; /*絶対配置*/
  top: 24px; /*ずらす*/
  left: -18px; /*ずらす*/
  width: 60px; /*グラデーションカバーの幅*/
  height: 60px; /*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(
    #ffdb2c 10%,
    rgba(255, 105, 34, 0.65) 55%,
    rgba(255, 88, 96, 0) 70%
  );
  background: radial-gradient(
    #ffdb2c 10%,
    rgba(255, 105, 34, 0.65) 55%,
    rgba(255, 88, 96, 0) 70%
  ); /*グラデーション②*/
}

.fa-instagram {
  /*アイコン*/
  color: #fff; /*白に*/
  position: relative; /*z-indexを使うため*/
  z-index: 2; /*グラデーションより前に*/
  font-size: 34px; /*アイコンサイズ*/
  top: 3px; /*上下にずらす*/
  left: 1px; /*左右にずらす*/
}
.fa {
  vertical-align: sub;
}
.twt {
  font-size: 40px;
  color: #55acee;
}
/* フッター */
.bottom-menu {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.bottom-nav {
  width: 100%;
  text-align: center;
}
.bottom-nav ul {
  line-height: 5px;
}
.bottom-nav ul li {
  padding: 8px;
  display: inline-block;
}
footer {
  text-align: center;
  padding: 30px;
  color: black;
}
.sp-only {
  display: none;
}
.contact-home,
.flow {
  width: 40%;
}
header a:hover {
  color: #333 !important;
}
.bottom-nav ul li a:hover {
  color: #333 !important;
}
/* タブレット/スマホ  サイズ */
@media screen and (max-width: 975px) {
  .logo h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 930px) {
  .nav ul li {
    font-size: 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 880px) {
  /*　画面サイズが880pxからはここを読み込む　*/
  .logo h2 {
    font-size: 24px;
  }
  .top-content h1 {
    font-size: 28px;
  }
  #main .flex-contents {
    display: block;
  }
  #main .flex-contents .content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .main2 .flex-contents {
    display: block;
    text-align: center;
  }
  .main2 .content {
    display: inline-block;
    width: 40%;
  }
}
@media screen and (max-width: 790px) {
  /*　画面サイズが880pxからはここを読み込む　*/
  .nav ul li {
    padding: 5px;
  }
}

@media screen and (max-width: 730px) {
  /*　画面サイズが730pxからはここを読み込む　*/
  .main2 .content {
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
  }
  .main2 .content:last-child {
    margin-bottom: 20px;
  }
  .main2 .flex-contents {
    text-align: center;
  }
  .contact .flex-contents {
    display: block;
    text-align: center;
  }
  .contact .content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .profile .flex-contents {
    display: block;
    text-align: center;
  }
  .profile .flex-contents .content {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .profile .flex-contents .content-text {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /* takaki追加 */
  .color-wrap {
    padding-bottom: 10px;
  }
  .main2 .top-content {
    padding-top: 0px;
  }
  .request .contact .top-content {
    padding-top: 0;
  }

  .contact .top-content h2 {
    margin-bottom: 30px;
  }
  .contact .contact h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1080px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .custom-logo {
    margin-bottom: 10px;
  }

  /* sp ナビゲーションメニュー */
  /*============
    nav
    =============*/
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4 !important;
  }
  nav {
    left: -220px;
    width: 220px;
  }
  /*============
    .toggle_btn
    =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 28px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
    #mask
    =============*/
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width: 800px) {
  .toggle_btn {
    top: 22px;
  }
}
@media screen and (max-width: 750px) {
  .toggle_btn {
    top: 21px;
  }
}
@media screen and (max-width: 650px) {
  .toggle_btn {
    top: 19px;
  }
}
@media screen and (max-width: 600px) {
  .toggle_btn {
    top: 17px;
  }
}
@media screen and (max-width: 550px) {
  .toggle_btn {
    top: 15px;
  }
}

@media screen and (max-width: 500px) {
  /*　画面サイズが500pxからはここを読み込む　*/
  .top-content h1 {
    font-size: 24px;
  }
  .toggle_btn {
    top: 28px;
  }
  .logo {
    width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .toggle_btn {
    top: 24px;
  }
}
/* イラスト一覧ページ */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category .flex:after {
  content: "";
  display: block;
  width: 300px;
  height: 0;
}
.production .flex:after {
  content: "";
  display: block;
  width: 300px;
  height: 0;
}

.production .contents-img {
  margin-bottom: 50px;
  height: auto;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  background-color: white;
}
.production .contents-img a {
  display: block;
}
.production .contents-img p {
  padding: 5px 10px 15px;
}
/* カテゴリー別ページ */
.category-design .contents-img {
  margin-bottom: 50px;
  height: auto;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  background-color: white;
}
.category-design .contents-img a {
  display: block;
}
.category-design .contents-img p {
  padding: 5px 10px 15px;
}
.category-illust .contents-img {
  margin-bottom: 50px;
  height: auto;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  background-color: white;
}
.category-illust .contents-img a {
  display: block;
}
.category-illust .contents-img p {
  padding: 5px 10px 15px;
}
.category-design .hover-action,
.category-illust .hover-action,
.production .hover-action {
  display: flex;
  position: relative;
  align-items: center;
  justify-items: center;
}
.category-design .hover-action .entry-more,
.category-illust .hover-action .entry-more,
.production .hover-action .entry-more {
  display: flex;
  justify-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.category-design .hover-action:hover .entry-more,
.category-illust .hover-action:hover .entry-more,
.production .hover-action:hover .entry-more {
  background-color: #ffdb2cc2;
  color: #fff;
  font-weight: bold;
  z-index: 9999;
  border-radius: 5px 5px 0 0;
}
.illust-list-title {
  text-align: center;
}
.contents-img {
  width: 300px;
}
.contents-title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 21px;
}
.sub-title {
  font-size: 32px;
  text-align: center;
  padding-top: 50px;
  margin-top: 0 !important;
}
.page-nation {
  display: block;
}

@media screen and (max-width: 950px) {
  .flex {
    justify-content: space-around;
  }
}
/* ご依頼方法 */
.request .center {
  text-align: center;
}
.request .contents-text {
  text-align: center;
  margin: 30px auto 0;
}
.request .contents-text .text {
  line-height: 1.5;
}
.request .contents-text p {
  line-height: 1.5;
  font-size: 14px;
}
.request .flex-box {
  display: flex;
  margin-top: 50px;
}
.request .request-contents {
  margin-top: 50px;
  margin-bottom: 30px;
}
.request .request-contents .request-text img {
  width: 25%;
  height: auto;
  margin-right: 30px;
  border-radius: 50px;
}

.request .request-text {
  display: flex;
  justify-content: left;
  padding: 10px;
  line-height: 1.5;
  font-size: 14px;
}
.cp_h1title {
  border-bottom: solid 4px rgb(255, 224, 165);
  position: relative;
  padding: 0.3em 0;
  width: 35%;
  min-width: 280px;
}
.cp_h1title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px rgb(235, 157, 12);
  bottom: -4px;
  width: 15%;
}
@media screen and (max-width: 737px) {
  .request .request-text {
    display: block;
    text-align: center;
  }
  .request .request-contents .request-text img {
    max-width: 250px;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .request .request-contents .request-text .text {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 889px) {
  /*　画面サイズが500pxからはここを読み込む　*/
  .request .flex-box {
    display: block;
  }
}

/* プロフィール背景画像 */
.contents-illust {
  border-radius: 20px 20px 0% 0%;
}

/* お問い合わせ TAKERU */
.contact main {
  padding: 0 20px;
  padding-top: 50px;
}
.contact .container {
  background-color: white;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgb(168, 164, 164);
  border-radius: 10px;
}
.contact-text p {
  line-height: 1.5;
}
.contact-text {
  padding: 0px 45px;
}
.contact-list {
  display: flex;
  justify-content: center;
}
.contact-list ul {
  border: #f7b707 dashed 3px;
  padding: 15px 15px;
  border-radius: 10px;
  margin: 16px 16px;
}
@media screen and (max-width: 800px) {
  .contact .container {
    background-color: #fef9ea;
    width: auto;
    border: none;
  }
}
@media screen and (max-width: 800px) {
  .contact-list ul {
    padding: 15px 15px;
    margin: 16px 0px;
  }
}
@media screen and (max-width: 800px) {
  .contact-text {
    padding: 15px 20px 0px;
  }
}
.wpcf7-response-output {
  text-align: center;
  color: red;
}
.wpcf7-not-valid-tip {
  color: red;
}
.contact h1 {
  padding-top: 30px;
  text-align: center;
  font-size: 32px;
}
.Form {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 800px) {
  .Form {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    display: block;
    max-width: 900px;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 800px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #f7b707;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: rgb(248, 243, 231);
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    max-width: 900px;
    background-color: white;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: rgb(248, 243, 231);
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
    max-width: 900px;
    background-color: white;
  }
}
.Form-Btn {
  border-radius: 6px;
  border: none;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #f7b707;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.Form-Btn:hover {
  background: transparent;
  color: #f7b707;
  border: 2px solid #f7b707;
  padding: 11px 13px;
}
@media screen and (max-width: 800px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 160px;
    font-size: 16px;
  }
  .Form-Btn:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* 実績詳細 */
/* しゅう */
.blog {
  padding-bottom: 20px;
  padding-top: 50px;
}
.blog .container {
  width: 70%;
  margin: 0 auto;
}
.blog h1 {
  margin: 0;
}
.blog .day {
  margin: 10px 0;
}
.blog .image {
  text-align: center;
  height: auto;
}
.blog .attachment-thumbnail.size-thumbnail.wp-post-image {
  width: 100%;
}
/* TAKERU */
/* しゅう */
.page-nation {
  text-align: center;
  background-color: #ffffdd;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.btn-img {
  width: 100%;
  height: auto;
}
.contact .flex-center {
  justify-content: center;
}
@media screen and (max-width: 730px) {
  .contact .flex-center {
    display: block;
    text-align: center;
  }
}

.profile-text {
  line-height: 2;
}

.custom-logo {
  width: 80%;
  margin-top: 10px;
}

.text {
  margin: auto 0;
}

h1 {
  font-weight: normal;
  font-family: "Yusei Magic", sans-serif;
}

h2 {
  font-weight: normal;
  font-family: "Yusei Magic", sans-serif;
}

h3 {
  font-weight: normal;
  font-family: "Yusei Magic", sans-serif;
}

.wp-pagenavi {
  background-color: #fef9ea;
}

/* プロフィールページ */
.profile-content {
  width: 32%;
  height: auto;
}
@media screen and (max-width: 730px) {
  .profile-content {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.profile-content-text {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 730px) {
  .profile-content-text {
    width: 100%;
  }
}
.SNS-flex-contents {
  width: 100%;
  text-align: center;
}
.SNS-flex-contents ul li {
  padding: 8px;
  display: inline-block;
}
@media screen and (max-width: 730px) {
  .profile-text {
    text-align: left;
  }
}
.error-title {
  text-align: center;
  margin-bottom: 50px;
  font-family: "M PLUS 1p", sans-serif;
}
.error-link {
  margin-top: 50px;
  font-size: 32px;
  text-align: center;
}

.blog p a {
  word-break: break-all;
  overflow-wrap: break-word;
}
