@charset "UTF-8";
/*
Theme Name: fried-potato.club
Description:
Theme URI: http://fried-potato.club
Author: fried potato club
Version: 1.0
*/
* {
  padding: 0;
  margin: 0;
  }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  background-color: #fff;
  color: #4D5156;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: -300px;
}
a:hover {
  opacity: 0.5;
}
/****************************************

          header/menu

*****************************************/
header {
  height: 100px;
  background-color: #edc342;
  margin: 0 auto;
}
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999 !important;
}
#top-head a, #top-head {
  color: #ffefdc;
  text-decoration: none;
}
.inner {
  max-width: 1520px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.inner a {
  position: relative;
  z-index: 2 !important;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
#top-head .logo {
  float: left;
  font-size: 36px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}
/*#top-head .logo a {
  position: relative;
}*/
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 30px;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: absolute;
  padding-top: 10px;
  height: 60px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #4D5156;
}
#top-head.fixed #global-nav ul li a {
  color: #ffefdc;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/****************************************

          home

*****************************************/
.pr-wraper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  /*background-color: #2052DB;*/
}
.pr-youtube {
  max-width: 960px;
  width: 100%;
}
.top-tag {
  opacity: 80%;
  text-decoration: none;
  text-align: center;
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 80px 0 0;
  overflow: hidden;
}
.top-tag li {
  display: inline;
  list-style: none;
  white-space: nowrap;
  line-height: 3em;
}
.top-tag li a {
  padding: 0.2em 1em;
  border-radius: 1em;
  text-decoration: none;
  color: #fff;
  background: #edc342;
  font-size: 1em;
}
.contents-top {
  flex-shrink: 0;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.card-wraper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.card-wraper:after {
  content: "";
  clear: both;
  display: block;
}
.card-inner {
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.card-inner a {
  position: relative;
  z-index: 2 !important;
}
.card-inner:after {
  content: "";
  clear: both;
  display: block;
}
.card {
  margin: 10px 5px 80px 5px;
}
.card-wrap {
  max-width: 280px;
  width: 100%;
  margin: 88px 12px 0 12px;
  text-decoration: none;
  color: #333;
}
.card-wrap a:hover {
  opacity: 0.7;
}
.card-img {
  max-width: 280px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.card-img a:hover {
  opacity: 0.7;
}
.card-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px;
  margin-bottom: 10px;
  text-align: left;
  color: #333;
}
.card-title a {
  text-decoration: none;
  color: #333;
}
.card-cat {
  font-size: 14px;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
  color: #333;
  ext-decoration: none;
}
.card-cat a {
  text-decoration: none;
  color: #807D7D;
}
.card-cat a:hover {
  color: #0090aa;
}
.card-cat p {
  text-decoration: none;
}
.card-cat li {
  list-style: none;
  padding: 0 6px;
}
.card-link_date {
  font-size: 14px;
  text-align: left;
  padding: 0 8px;
}
.card-tags {
  font-size: 14px;
  text-align: left;
  padding: 0 8px;
  color: #333;
  margin-top: 5px;
}
.card-tags a {
  text-decoration: none;
  color: #807D7D;
}
/*cardデザインここまで*/
/*moreボタン*/
.more-container {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.card-wrap.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.more {
  text-align: center;
  margin-top: 20px;
}
button {
  background-color: #000;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  line-height: 30px;
  width: 120px;
  margin-top: 88px;
}
/****************************************

          single/side

*****************************************/
.wrap {
  text-align: center;
}
.center {
  display: inline-block;
}
.contents-wraper {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.contents {
  flex-shrink: 0;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.article {
  max-width: 960px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border: 1px solid #0B287C;
}
.article-cat {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.article-cat img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.contents h1 {
  font-size: 25px;
  text-decoration: none;
  max-width: 960px;
  text-align: left;
}
.h1-wrap {
  margin: 0 0 24px;
  max-width: 960px;
}
.contents h3 {
  font-size: 20px;
  text-decoration: none;
  max-width: 800px;
  text-align: left;
}
.day, .tag, .topic-path {
  font-size: 14px;
  opacity: 80%;
  text-decoration: none;
  text-align: left;
}
.topic-path {
  max-width: 960px;
  width: 100%;
  margin: 160px 0 24px;
  padding: 0;
  list-style: none;
}
.topic-path li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.topic-path li:after { /* >を表示*/
  content: '>';
}
.topic-path li:last-child:after {
  content: '';
}
.topic-path li a {
  color: #4D5156;
  text-decoration: none;
}
.topic-path li a:hover {
  text-decoration: none;
  opacity: 80%;
}
.tag {
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 0 0 12px;
}
.tag li {
  display: inline;
  list-style: none;
  padding-right: 0.5em;
}
.tag li a {
  padding: 0.2em 0.8em;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  background: #edc342;
  font-size: 0.9em;
}
section {
  background: #fff;
}
.day-wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 0 12px;
}
.mokuji {
  font-size: 15px;
  color: #fff;
  background: #edc342;
  text-decoration: none;
  text-align: center;
  margin-bottom: 24px;
}
.mokuji p {
  padding: 12px 0 0;
  text-align: center;
}
.mokuji-wrap {
  max-width: 600px;
  width: 100%;
  border: 1px solid #b2b2b2;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 80px;
  margin-top: 80px;
}
.mokuji-wrap li {
  font-size: 14px;
  text-align: left;
  list-style: none;
  padding: 0 0 24px 36px;
}
.mokuji-wrap a {
  text-decoration: none;
  color: #4D5156;
}
.headding {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.contents-cat h3 {
  padding: 0.8em; /*文字周りの余白*/
  /*background:#fff;*/
  border-left: solid 5px #edc342; /*左線（実線 太さ 色）*/
  margin: 80px 0 60px;
}
.contents-cat {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
  padding: 0;
}
.contents-cat p {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 2em;
  text-align: left;
}
.contents-cat img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.side {
  flex-shrink: 0;
  max-width: 340px;
  width: 100%;
  margin: 250px 0 0 40px;
  padding-bottom: 15%;
}
.side p {
  text-align: center;
  padding-top: 10px;
  font-weight: 400;
}
.side-card-wrap {
  margin: 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 340px;
  width: 100%;
  border: 1px solid #0B287C;
  background: #fff;
}
.side-card-wrap a:hover {
  opacity: 0.7;
}
.side-card-img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  padding: 0;
}
.side-card-wrap p {
  font-size: 14px;
  padding: 8px 24px 24px;
  text-align: left;
}
.side-banner {
  max-width: 340px;
  width: 100%;
  padding: 20px 20px 10px 20px;
  border: 1px solid #0B287C;
  background: #fff;
  margin-top: 40px;
  text-align: center;
}
.mokuji-wrap-side {
  max-width: 340px;
  width: 100%;
  border: 1px solid #0B287C;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 24px;
  padding: 0;
}
.mokuji-wrap-side li {
  font-size: 14px;
  text-align: left;
  list-style: none;
  padding: 0 0 24px 36px;
}
.mokuji-wrap-side li:first-child {
  padding-top: 24px;
}
.sns {
  max-width: 340px;
  width: 100%;
  margin: 24px 0;
  text-align: center;
  overflow: hidden;
}
.sns ul {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
}
.sns li {
  float: left;
  list-style: none;
  margin: 0 10px;
}
.sns li a {
  text-decoration: none;
  text-align: center;
}
.twitter-base {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #1DA1F2;
}
.twitter::before {
  content: '\f099';
  font-family: "Font Awesome 5 Brands";
  font-wigth: 400;
  color: #fff;
  text-align: center;
}
.insta-base {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(217deg, rgba(207, 46, 146, .8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(76, 100, 211, .8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(255, 221, 131, .8), rgba(0, 0, 255, 0) 70.71%), linear-gradient(336deg, rgba(242, 105, 57, .8), rgba(0, 0, 255, 0) 70.71%);
}
.insta::before {
  content: '\f16d';
  font-family: "Font Awesome 5 Brands";
  font-wigth: 400;
  color: #fff;
}
.youtube-base {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #DA1725;
}
.youtube::before {
  content: '\f167';
  font-family: "Font Awesome 5 Brands";
  font-wigth: 400;
  color: #fff;
}
.btn-gradient-radius {
  display: inline-block;
  padding: 7px 60px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #2052DB;
  margin: 24px 0 80px;
}
.btn-gradient-radius:hover {
  color: #2052DB;
  background-color: #fff;
}
/****************************************

         single post

*****************************************/
#single {
  max-width: 760px;
  width: 100%;
  margin-bottom: 60px;
  margin: 0 auto;
}
#single .post, #single .page {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 1.00);
  letter-spacing: 0.8pt;
  padding: 10px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 60px;
}
#single .post p {
  display: block;
  max-width: 660px;
  width: 100%;
  font-size: 13.5px;
  text-align: left;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  margin-top: 2em;
  color: rgba(0, 0, 0, 1.00);
  padding: .25em 0 .25em .75em;
  line-height: 25px;
}
#single .post br {
  display: block;
  line-height: 25px;
}
/*#single .post p:nth-last-of-type(2) {
  margin-bottom: 20px;
  color: rgba(196, 196, 196, 1.00);
}
#single .post a:nth-last-of-type(2) {
  color: rgba(196, 196, 196, 1.00);
}
#single .post p:last-of-type {
  color: rgba(0, 0, 0, 1.00);
  font-family:'Noto Sans JP', sans-serif;
}
#single .post a:last-of-type {
  color: rgba(196, 196, 196, 1.00);
}*/
#single .post img {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  overflow: hidden;
}
#single .post a {
  color: #000;
  /*letter-spacing: 0.8pt;*/
  text-decoration: none;
}
#single .post a:hover {
  color: rgba(164, 161, 161, 0.5);
}
#single .post video {
  /*margin: 0 auto;
  text-align: center;*/
  max-width: 500px;
  width: 100%;
}
.an {
  color: #000;
  letter-spacing: 0.8pt;
  text-decoration: none;
}
.an a:hover {
  color: #16395e;
}
.post-date2 {
  font-family: 'Roboto', sans-serif;
}
.category2 {
  font-family: 'Roboto', sans-serif;
}
/****************************************

         single pager

*****************************************/
.navigation {
  max-width: 800px;
  width: 100%;
  overflow: hidden;
  margin: 80px 0 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
.navigation > div {
  width: 50%;
}
.navigation .alignright {
  text-align: right;
}
.navigation a {
  display: block;
  padding: 1em;
  border: none;
  text-decoration: none;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
.navigation a:hover {
  background-color: rgba(164, 161, 161, 0.2);
}
.navigation .alignright a:hover {
  border-left: 1px solid #ddd;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
/****************************************

          archive

*****************************************/
.archive-wraper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 180px;
}
.archive-wraper:after {
  content: "";
  clear: both;
  display: block;
}
.archive-title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  padding-left: 0;
  margin: 80px 0 -20px 0;
  text-align: center;
  color: #333;
  text-decoration: none;
}
.archive-title a {
  text-decoration: none;
  color: #333;
}
/****************************************

         archive pager

*****************************************/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  margin-top: 160px;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 5px 5px 5px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #000; /* 通常の文字色 */
  background: #fff; /* 通常の背景色 */
  border: solid #000 1px;
  border-radius: 50%; /* 角を丸くして円形に */
}
.pagination span.page-of {
  background: none;
  color: #47BEA0;
}
.pagination a:hover {
  color: #fff; /* マウスホバー時の文字色 */
  background: #000; /* マウスホバー時の背景色 */
}
.pagination .current {
  padding: 10px 14px 10px 14px;
  color: #fff; /* 現在のページの文字色 */
  background: #000; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span, .pagination a {
    padding: 7px 10px 7px 10px;
  }
  .pagination .current {
    padding: 7px 10px 7px 10px;
  }
}
/****************************************

          404

*****************************************/
.notfound {
  display: block;
  max-width: 760px;
  width: 90%;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 10px 0 40px;
  margin: 0 auto;
  background: #fff;
}
.notfound video {
  margin: 0 auto;
  text-align: center;
  max-width: 760px;
  width: 90%;
}
/****************************************

          contact

*****************************************/
.contact-wrap {
  max-width: 1200px;
  width: 100%;
  margin-top: 15em;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  flex-wrap: wrap;
}
.contact-wrap::before {
  content: '';
  display: block;
  margin-top: 15em;
}
/****************************************

          tags

*****************************************/
.tags-wraper {
  max-width: 760px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 180px;
}
.tags-wraper:after {
  content: "";
  clear: both;
  display: block;
}
.tags-title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  padding-left: 0;
  margin: 80px 0 -20px 0;
  text-align: center;
  color: #333;
  text-decoration: none;
}
.tags-title a {
  text-decoration: none;
  color: #333;
}
.tags-btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  margin-top: 3em;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #ff7bc7 0%, #e47d77 100%);
  transition: .4s;
}
.tags-btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #ff7bc7 0%, #de3f6a 100%);
}
/****************************************

          about

*****************************************/
.about-wraper {
  max-width: 760px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 180px;
}
.about-wraper:after {
  content: "";
  clear: both;
  display: block;
}
.about-title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  padding-left: 0;
  margin: 80px 0 -20px 0;
  text-align: center;
  color: #333;
  text-decoration: none;
}
.about-title a {
  text-decoration: none;
  color: #333;
}
/****************************************

          footer

*****************************************/
footer {
  display: block;
  background: #FFFB9C;
  text-align: center;
  line-height: 100px;
  width: 100%;
  height: 400px;
  color: #4D5156;
  font-family: trajan-pro-3, serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 160px;
  clear: both;
}
.push {
  height: 80px;
}
footer ul {
  max-width: 580px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 100px;
  padding: 0;
}
footer ul:after {
  content: "";
  display: block;
  clear: both;
}
footer li {
  list-style: none;
  font-family: trajan-pro-3, serif;
  font-size: 15px;
  float: left;
  padding-right: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
footer li:first-of-type {
  padding-left: 60px;
}
footer li a {
  text-decoration: none;
  color: #000;
}
#copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  bottom: 10px;
  margin: 0 auto;
  margin-top: 2em;
  line-height: 10px;
  text-align: center;
}
/****************************************

         投稿用装飾

*****************************************/
/*引用*/
blockquote {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  padding: 7px 16px;
  box-sizing: border-box;
  font-style: italic;
  color: #000;
  border: solid 1.5px #adadad;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  content: "\f10d";
  font-family: FontAwesome;
  background: #adadad;
  color: #FFF;
  font-size: 12px;
}
blockquote p {
  color: rgba(0, 0, 0, 1.00);
  padding: 0;
  margin: 10px 0;
  font-size: 0.8em;
  line-height: 1.7;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #6e6e6e;
  font-size: 0.9em;
}
/*引用ここまで*/
/*写真クレジット・キャプション*/
.credit {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
}
#single .post > .caption {
  paddingm: -50px 0 20px 10px;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  /*text-align: left;*/
  color: #000;
  margin-top: -8px;
  max-width: 500px;
}
/*写真クレジット・キャプション*/
/*single見出し*/
#single .post h3 {
  font-size: 120%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: .25em 0 .25em .75em;
  border-left: 3px solid rgb(53, 68, 88);
  padding-bottom: 20px;
  margin-top: 60px;
  text-align: left;
}
#single .post h4 {
  font-size: 105%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: .25em 0 0 .75em;
  margin-top: 60px;
  text-align: left;
}

cite {
  font-size: 70%;
}
/*テーブル*/
table {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  text-align: left;
  background-color: #f8f5f5;
  border: solid 2px #E9E4E4;
  table-layout: fixed;
}
th {
  background: #E9E4E4; /*背景色*/
}
table th {
  padding: 3px;
  text-align: left;
}
table td {
  padding: 3px;
  text-align: left;
}
tr:nth-child(odd) {
  background-color: #eee
}
.box {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 3px #000000;
}
.box p {
  margin: 0;
  padding: 0;
}
.lottie_wrap {
  max-width: 500px;
  margin: 0 auto;
}
#lottie {
  display: block;
  max-width: 50px;
}
/*youtube*/
.youtube_wrap {
  width: 100%;
  max-width: 480px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
  overflow: hidden;
}
.youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  margin-top: 80px;
}
.youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}
.video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 5/5), (min-aspect-ratio: 5/5) {
  .video-wrap video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 5/5) {
  .video-wrap video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/****************************************

       メディアクエリ

*****************************************/
@media screen and (max-width: 1513px) {
  #top-head, .inner {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    background-color: #edc342;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    top: 26px;
    color: #4D5156;
    font-size: 26px;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #edc342;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #ea3325;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .pr-wraper {
    margin-top: 20px;
  }
  .topic-path {
    margin-top: 80px;
  }
  .contents-wraper {
    padding: 0;
    margin-top: 40px;
  }
  .contents {
    max-width: 800px;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 10px;
    margin: 0 auto;
  }
  .contents-top {
    max-width: 1200px;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 10px;
    margin: 0 auto;
  }
  .side{
    max-width: 380px;
  }
  .contents-cat img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 40px 0 0;
  }
  .contents h1 {
    font-size: 20px;
  }
  .contents h3 {
    font-size: 18px;
  }
  .mokuji-wrap {
    width: 80%;
    margin-bottom: 40px;
  }
  .mokuji {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .mokuji-wrap li {
    font-size: 14px;
  }
  .contents-cat p {
    font-size: 14px;
    margin: 0 40px;
  }
  .headding h3 {
    margin-left: 0.5em;
  }
  .contents-cat h3 {
    margin: 80px 40px 15px;
    font-size: 16px;
  }
}
@media(min-width:699px) {
  .billboad-sp {
    display: none;
  }
  .billboad_2-sp {
    display: none;
  }
}
@media(max-width:699px) {
  .side {
    display: none;
  }
  .billboad-pc {
    display: none;
  }
  .billboad_2-pc {
    display: none;
  }
  .billboad-text {
    font-size: 14px;
    margin-top: -40%;
  }
  footer {
    line-height: 3em;
  }
  footer ul {
    line-height: 1em;
  }
  footer li {
    float: none;
    padding: 10px;
  }
  footer li:first-of-type {
    padding-left: 0;
  }
  .card-wrap {
    max-width: 225px;
    width: 100%;
    margin: 40px 20px 20px 20px;
  }
  .card-img {
    max-width: 225px;
    width: 100%;
  }
  .card-title {
    font-size: 15px;
  }
  .card-cat {
    font-size: 12px;
  }
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre, .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a, .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "PREVIEW";
  }
  .pager .pagination li.next span::before {
    content: "NEXT";
  }
}
.copy-to-clipboard-button{margin-top:0;}

/*広告*/
.ad {
  max-width: 800px;
  width: 100%;
  overflow: hidden;
  margin: 80px 0 40px 0;
padding: 50px;
}