@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}
body::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #F5F5F5;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  body::after {
    content: none;
  }
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  outline: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px;
}

textarea,
iframe {
  display: block;
}

input::-moz-placeholder {
  color: #AAA;
}

input::placeholder {
  color: #AAA;
}

input:-ms-input-placeholder {
  color: #AAA;
}

input::-ms-input-placeholder {
  color: #AAA;
}

a:link,
a:visited {
  color: #0077CE;
  text-decoration: underline;
}

a:active,
a:hover {
  color: #333;
  text-decoration: underline;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}

.ajax-loader {
  display: none !important;
}

/* Adsense広告の下の隙間を無くす */
ins {
  vertical-align: top;
}

.l-header {
  position: relative;
  height: 60px;
  background: #000;
  z-index: 200;
}

.l-mainvisual {
  position: relative;
  background: #000;
  overflow: hidden;
}
.l-mainvisual::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.l-mainvisual-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.l-hero {
  position: relative;
  width: 100%;
  height: 600px;
  background: #444;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-hero {
    position: static;
    height: auto;
    margin-bottom: 35px;
  }
}
.l-hero-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  padding: 0 16% 40px 16%;
}
@media screen and (max-width: 1024px) {
  .l-hero-inner {
    padding: 0 10% 40px 10%;
  }
}
@media screen and (max-width: 767px) {
  .l-hero-inner {
    position: static;
    display: block;
    background: url(../img/bg_camouflage.jpg) repeat center center/cover;
    padding: 18px 15px;
  }
}

.l-pagename {
  padding-top: 80px;
  background: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-pagename {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagename {
    padding-top: 30px;
  }
}

.l-container-fluid {
  padding: 80px 20px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .l-container-fluid {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container {
  max-width: 1188px;
  margin: 0 auto;
}

.l-container-narrow {
  max-width: 950px;
  margin: 0 auto;
}

.l-pagenav {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .l-pagenav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagenav {
    margin-top: 30px;
  }
}

.l-contents {
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1188px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .l-contents {
    display: block;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding: 0 15px 40px 15px;
  }
}

.l-main {
  padding: 80px 80px 80px 0;
  width: 728px;
  background: #FFF;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .l-main {
    display: block;
    padding: 0;
    width: auto;
  }
}

.l-side {
  padding: 80px 0 80px 44px;
  width: 336px;
  min-width: 336px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .l-side {
    display: block;
    padding: 0;
    width: auto;
    min-width: auto;
    margin-top: 40px;
  }
}

.l-side-group {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-side-group {
    margin-bottom: 35px;
  }
}
.l-side-group:last-child {
  margin-bottom: 0;
}

.l-related {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-related {
    margin-top: 30px;
  }
}

.l-drawer {
  display: block;
  overflow: auto;
  position: fixed;
  top: 60px;
  bottom: 0;
  right: -75%;
  width: 75%;
  opacity: 0;
  z-index: 200;
  background: #FFF;
  transition: 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 6%;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    right: -90%;
    width: 90%;
    background: #F3F3F3;
    padding: 0 15px 30px 15px;
  }
}

.navOpen .l-drawer {
  opacity: 1;
  right: 0;
}

.l-footer {
  background: #000;
  padding: 80px 20px 30px 20px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 15px 15px 15px;
  }
}

.l-footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1188px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-inner {
    display: block;
  }
}

.l-footer-profile {
  width: 68%;
  padding-right: 8%;
}
@media screen and (max-width: 767px) {
  .l-footer-profile {
    width: auto;
    padding-right: 0;
  }
}

.l-footer-social {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer-social {
    display: none;
  }
}

.c-grid-drawer {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-grid-drawer {
    display: block;
  }
}
.c-grid-drawer__column {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-grid-drawer__column {
    width: auto;
  }
}

.c-popular li a, .c-popular-large li a {
  position: relative;
}
.c-popular li a::before, .c-popular-large li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  color: #FFF;
  background: #35653A;
  z-index: 10;
}
.c-popular li:nth-child(1) a::before, .c-popular-large li:nth-child(1) a::before {
  content: "1";
  background: #DAB42E;
}
.c-popular li:nth-child(2) a::before, .c-popular-large li:nth-child(2) a::before {
  content: "2";
  background: #777;
}
.c-popular li:nth-child(3) a::before, .c-popular-large li:nth-child(3) a::before {
  content: "3";
  background: #7C6436;
}
.c-popular li:nth-child(4) a::before, .c-popular-large li:nth-child(4) a::before {
  content: "4";
}
.c-popular li:nth-child(5) a::before, .c-popular-large li:nth-child(5) a::before {
  content: "5";
}
.c-popular li:nth-child(6) a::before, .c-popular-large li:nth-child(6) a::before {
  content: "6";
}
.c-popular li:nth-child(7) a::before, .c-popular-large li:nth-child(7) a::before {
  content: "7";
}
.c-popular li:nth-child(8) a::before, .c-popular-large li:nth-child(8) a::before {
  content: "8";
}

.c-popular-large li a::before {
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .c-popular-large li a::before {
    width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
  }
}

.c-label-hissu {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  background: #D00000;
}

.c-btn-social {
  display: table;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-btn-social {
    margin-top: 40px;
  }
}
.c-btn-social li {
  display: table-cell;
  width: 16%;
  padding-right: 1px;
}
.c-btn-social li:last-child {
  padding-right: 0;
}
.c-btn-social li a {
  display: block;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn-social li a {
    font-size: 13px;
    line-height: 40px;
  }
}
.c-btn-social li a:hover {
  opacity: 0.8;
}
.c-btn-social li.twitter a {
  background: #000;
}
.c-btn-social li.facebook a {
  background: #3B5998;
}
.c-btn-social li.hatena a {
  background: #2C6EBD;
}
.c-btn-social li.pocket a {
  background: #EE4056;
}
.c-btn-social li.line a {
  background: #25AF00;
}

.wpcf7-submit {
  padding: 15px;
  width: 250px;
  background: #000;
  color: #FFF;
  cursor: pointer;
  border-radius: 4px;
}
.wpcf7-submit:hover {
  background: #D00000;
}

.c-btn-comments {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  border: 2px solid #DDD;
}
.c-btn-comments:hover {
  background: #EEE;
}
@media screen and (max-width: 767px) {
  .c-btn-comments {
    margin-top: 40px;
  }
}
.c-btn-comments__text {
  display: block;
  padding: 17px;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn-comments__text {
    font-size: 15px;
    padding: 15px;
  }
}
.c-btn-comments__number {
  position: absolute;
  z-index: -1;
  top: 16px;
  right: 16px;
  color: #333;
  text-align: center;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
  background: #FFF;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-btn-comments__number {
    font-size: 15px;
    top: 13px;
    right: 13px;
  }
}

.yyi-rinker-contents {
  margin: 2.3em 0;
  padding: 20px;
  border: 2px solid #F7E8C4;
  background-color: #FCF8E3;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #FCFBEB), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #FCFBEB), color-stop(0.75, #FCFBEB), color-stop(0.75, transparent), to(transparent));
  background-size: 18px 18px;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-contents {
    padding: 15px;
  }
}

.yyi-rinker-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-box {
    display: block;
  }
}

.yyi-rinker-image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-image {
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .yyi-rinker-image a {
    display: block;
    padding-bottom: 20px;
  }
}
.yyi-rinker-image a img {
  width: 100%;
  background: #FFF;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.yyi-rinker-info {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-info {
    width: auto;
  }
}

.yyi-rinker-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-title {
    font-size: 20px;
    text-align: center;
  }
}
.yyi-rinker-title a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-title a {
    display: block;
  }
}

.yyi-rinker-detail {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-detail {
    margin-bottom: 20px;
  }
}
.yyi-rinker-detail .credit {
  display: none;
}
.yyi-rinker-detail .brand {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-detail .brand {
    margin-top: 10px;
  }
}
.yyi-rinker-detail .price-box {
  font-size: 13px;
  line-height: 1.7;
}
.yyi-rinker-detail .free-text {
  font-size: 13px;
  line-height: 1.7;
}

.yyi-rinker-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-links {
    flex-direction: column;
    margin: -15px 0 0 0;
  }
}
.yyi-rinker-links li {
  margin: 0 0 3% 3%;
  padding-bottom: 3px;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-links li {
    margin: 15px 0 0 0;
    width: auto;
  }
}
.yyi-rinker-links li:nth-child(1) {
  order: 1;
}
.yyi-rinker-links li:nth-child(2) {
  order: 2;
}
.yyi-rinker-links li:nth-child(3) {
  order: 3;
}
.yyi-rinker-links li:nth-child(4) {
  order: 4;
}
.yyi-rinker-links li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-links li a {
    font-size: 17px;
  }
}
.yyi-rinker-links li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}
.yyi-rinker-links li.amazonlink a, .yyi-rinker-links li.amazonkindlelink a, .yyi-rinker-links li.freelink1 a {
  background-color: #173E71;
  box-shadow: 0 3px 0 #122B48;
}
.yyi-rinker-links li.amazonlink a:active, .yyi-rinker-links li.amazonkindlelink a:active, .yyi-rinker-links li.freelink1 a:active {
  top: 3px;
  box-shadow: none;
  background-color: #122B48;
}
.yyi-rinker-links li.amazonlink a::before, .yyi-rinker-links li.amazonkindlelink a::before, .yyi-rinker-links li.freelink1 a::before {
  background: url("../img/icon_amazon.png") no-repeat center center/cover;
  width: 22px;
  height: 22px;
}
.yyi-rinker-links li.yahoolink a, .yyi-rinker-links li.freelink2 a {
  font-size: 14px;
  letter-spacing: -0.03em;
  background-color: #FF9E03;
  box-shadow: 0 3px 0 #CB7D00;
}
@media screen and (max-width: 767px) {
  .yyi-rinker-links li.yahoolink a, .yyi-rinker-links li.freelink2 a {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.yyi-rinker-links li.yahoolink a:active, .yyi-rinker-links li.freelink2 a:active {
  top: 3px;
  box-shadow: none;
  background-color: #CB7D00;
}
.yyi-rinker-links li.yahoolink a::before, .yyi-rinker-links li.freelink2 a::before {
  background: url("../img/icon_yahoo.png") no-repeat center center/cover;
  width: 22px;
  height: 22px;
}
.yyi-rinker-links li.rakutenlink a, .yyi-rinker-links li.freelink3 a {
  background-color: #BF0000;
  box-shadow: 0 3px 0 #850000;
}
.yyi-rinker-links li.rakutenlink a:active, .yyi-rinker-links li.freelink3 a:active {
  top: 3px;
  box-shadow: none;
  background-color: #850000;
}
.yyi-rinker-links li.rakutenlink a::before, .yyi-rinker-links li.freelink3 a::before {
  background: url("../img/icon_rakuten.png") no-repeat center center/cover;
  width: 18px;
  height: 18px;
}
.yyi-rinker-links li.freelink4 a {
  background-color: #0062B5;
  box-shadow: 0 3px 0 #004481;
}
.yyi-rinker-links li.freelink4 a:active {
  top: 3px;
  box-shadow: none;
  background-color: #004481;
}
.yyi-rinker-links li.freelink4 a::before {
  display: none;
}

.p-logo {
  display: inline-block;
}
.p-logo a {
  display: block;
  padding: 0 15px;
  font-size: 20px;
  line-height: 60px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.p-sns {
  position: absolute;
  top: 19px;
  right: 80px;
  display: flex;
}
.p-sns li {
  margin-right: 12px;
}
.p-sns li:last-child {
  margin-right: 0;
}
.p-sns li img {
  display: block;
  width: 23px;
  height: 23px;
}
.p-sns li img:hover {
  opacity: 0.7;
}

.p-page-count {
  text-align: center;
  font-size: 13px;
  color: #999;
}
.p-page-count strong {
  font-size: 16px;
}

.p-profile::after {
  content: "";
  display: block;
  clear: both;
}
.p-profile__avatar {
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .p-profile__avatar {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__avatar {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.p-profile__avatar img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .p-profile__avatar img {
    width: 130px;
    height: 130px;
  }
}
.p-profile__caption {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-profile__caption {
    padding: 0 20px;
  }
}
.p-profile__text {
  color: #CCC;
}
.p-profile__text dt {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-profile__text dt {
    text-align: center;
  }
}
.p-profile__sns {
  margin-top: 18px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-profile__sns {
    justify-content: center;
  }
}
.p-profile__sns li {
  margin-right: 15px;
}
.p-profile__sns li:last-child {
  margin-right: 0;
}
.p-profile__sns li img {
  display: block;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-profile__sns li img {
    width: 30px;
    height: 30px;
  }
}
.p-profile__sns li img:hover {
  opacity: 0.7;
}

.p-instagram-link {
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .p-instagram-link {
    top: auto;
    bottom: -25px;
  }
}
.p-instagram-link a {
  position: relative;
  padding-left: 16px;
  color: #CCC;
  text-decoration: underline;
  white-space: nowrap;
}
.p-instagram-link a:hover {
  color: #888;
}
.p-instagram-link a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  transform: rotate(45deg);
}

.p-copyright {
  margin-top: 40px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    margin-top: 15px;
  }
}

.p-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  padding-top: 19px;
  cursor: pointer;
  z-index: 100;
  background: #A00000;
  transition: all 0.2s ease;
}
.p-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  background: #FFF;
  border-radius: 3px;
}
.p-toggle span:nth-of-type(2), .p-toggle span:nth-of-type(3) {
  margin-top: 7px;
}

.navOpen .p-toggle {
  background: #444;
}
.navOpen .p-toggle span:nth-of-type(1) {
  transform: translateY(10px) translateX(0) rotate(45deg);
}
.navOpen .p-toggle span:nth-of-type(2) {
  opacity: 0;
}
.navOpen .p-toggle span:nth-of-type(3) {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.p-global-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-global-nav {
    display: block;
    margin: 0 -15px;
  }
}

.p-global-nav li {
  position: relative;
  width: 30.33%;
  margin: 0 0 3% 3%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-global-nav li {
    width: auto;
    margin: 0;
  }
}

.p-global-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 110px;
  font-size: 16px;
  line-height: 1.3;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  z-index: 0;
}
.p-global-nav li a span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-global-nav li a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-global-nav li a {
    display: block;
    height: auto;
    padding: 15px;
    background: #FFF;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #DDD;
  }
  .p-global-nav li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
  }
  .p-global-nav li::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.2s ease-out;
  }
  .p-global-nav li:nth-child(1)::after {
    background: url(../img/menu1.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:nth-child(2)::after {
    background: url(../img/menu2.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:nth-child(3)::after {
    background: url(../img/menu3.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:nth-child(4)::after {
    background: url(../img/menu4.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:nth-child(5)::after {
    background: url(../img/menu5.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:nth-child(6)::after {
    background: url(../img/menu6.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:nth-child(7)::after {
    background: url(../img/menu7.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:nth-child(8)::after {
    background: url(../img/menu8.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:nth-child(9)::after {
    background: url(../img/menu9.jpg) no-repeat center center/cover;
  }
  .p-global-nav li:hover::after {
    transform: scale(1.15);
  }
}
.p-drawer-group {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-drawer-group {
    margin-top: 20px;
  }
}
.p-drawer-group dt {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
}
.p-drawer-group dd select {
  width: 100%;
  padding: 12px;
  color: #333;
  border: 1px solid #000;
  background: #FFF url(../img/arrow_select.png) no-repeat 95% center;
  background-size: 13px 13px;
}

.p-list-tag {
  display: flex;
  flex-wrap: wrap;
  margin: -6px 0 0 -6px;
}
@media screen and (max-width: 767px) {
  .p-list-tag {
    margin: -2px 0 0 -2px;
  }
}
.p-list-tag li {
  margin: 6px 0 0 6px;
}
@media screen and (max-width: 767px) {
  .p-list-tag li {
    margin: 2px 0 0 2px;
  }
}
.p-list-tag li a {
  display: inline-block;
  background: #F5F5F5;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .p-list-tag li a {
    padding: 5px 9px;
    font-size: 13px;
    line-height: 1.2;
    background: #FFF;
  }
}
.p-list-tag li a:hover {
  background: #FFF;
}

.p-search-side {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}
.p-search-side dt {
  width: 100%;
}
.p-search-side dt input[type=text] {
  padding: 0 15px;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  border: 0;
  outline: none;
  width: 100%;
  background: #EEE;
}
@media screen and (max-width: 767px) {
  .p-search-side dt input[type=text] {
    line-height: 50px;
    height: 50px;
    background: #FFF;
  }
}
.p-search-side dd input[type=submit] {
  width: 58px;
  height: 58px;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  background: #D00000 url(../img/icon_zoom.png) no-repeat center center;
  background-size: 26px 26px;
}
.p-search-side dd input[type=submit]:hover {
  background-color: #B40000;
}
@media screen and (max-width: 767px) {
  .p-search-side dd input[type=submit] {
    width: 50px;
    height: 50px;
    background-size: 22px 22px;
  }
}

.p-pagelink {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-pagelink {
    margin-top: 40px;
  }
}
.p-pagelink li {
  width: 50%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.p-pagelink li:first-child {
  text-align: left;
  border-right: 1px solid #DDD;
}
.p-pagelink li:first-child strong {
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  .p-pagelink li:first-child strong {
    padding-left: 20px;
  }
}
.p-pagelink li:first-child strong::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-pagelink li:first-child strong::before {
    width: 8px;
    height: 8px;
  }
}
.p-pagelink li:last-child {
  text-align: right;
}
.p-pagelink li:last-child strong {
  padding-right: 23px;
}
@media screen and (max-width: 767px) {
  .p-pagelink li:last-child strong {
    padding-right: 20px;
  }
}
.p-pagelink li:last-child strong::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-pagelink li:last-child strong::before {
    width: 8px;
    height: 8px;
  }
}
.p-pagelink li a {
  display: block;
  height: 100%;
  padding: 20px;
  color: #333;
  text-decoration: none;
}
.p-pagelink li a:hover {
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-pagelink li a {
    padding: 10px;
  }
}
.p-pagelink li a strong {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-pagelink li a strong {
    font-size: 16px;
  }
}
.p-pagelink li a span {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #999;
}
@media screen and (max-width: 767px) {
  .p-pagelink li a span {
    font-size: 11px;
  }
}

.wp-pagenavi {
  margin-bottom: 15px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 15px 19px;
  margin: 0 3px 6px 3px;
  color: #333;
  background: #EEE;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 12px 16px;
    margin: 0 2px 4px 2px;
    box-shadow: none;
  }
}
.wp-pagenavi .current {
  background: #35653A;
  color: #FFF;
}
.wp-pagenavi a:hover {
  background: #CCC;
  color: #FFF;
}

.p-footer-nav {
  display: flex;
  clear: both;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: block;
    margin-top: 30px;
  }
}
.p-footer-nav li {
  margin-right: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-footer-nav li {
    margin: 0 0 10px 0;
  }
  .p-footer-nav li:last-child {
    margin: 0;
  }
}
.p-footer-nav li a {
  position: relative;
  padding-left: 16px;
  color: #CCC;
  text-decoration: underline;
  white-space: nowrap;
}
.p-footer-nav li a:hover {
  color: #888;
}
.p-footer-nav li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-footer-nav li a {
    display: block;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #CCC;
    text-decoration: none;
    border: 2px solid #333;
  }
  .p-footer-nav li a:hover {
    color: #CCC;
  }
  .p-footer-nav li a::before {
    left: auto;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
  }
}

.p-mainvisual-title {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-mainvisual-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.p-mainvisual-desc {
  font-size: 15px;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-mainvisual-desc {
    font-size: 12px;
    line-height: 1.7;
  }
}

.slide-img {
  display: block;
}
.slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .slide-img img {
    height: auto;
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.p-eyecatch {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-eyecatch {
    position: static;
  }
}
.p-eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-eyecatch img {
    -o-object-fit: fill;
       object-fit: fill;
    height: auto;
  }
}

.p-post-title {
  font-size: 38px;
  line-height: 1.5;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-post-title {
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}

.p-post-meta {
  margin-top: 35px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-post-meta {
    margin-top: 17px;
  }
}
.p-post-meta li {
  float: left;
  margin: 0 25px 10px 0;
  padding-left: 22px;
  line-height: 32px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-post-meta li {
    margin: 0 13px 0 0;
    padding-left: 16px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.p-post-meta li.category {
  padding-left: 0;
}
.p-post-meta li.category a {
  display: inline-block;
  min-width: 100px;
  padding: 9px 15px;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background: #35653A;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-post-meta li.category a {
    min-width: 75px;
    font-size: 10px;
    padding: 5px 10px;
  }
}
.p-post-meta li.date {
  background: url(../img/icon_calendar_w.png) no-repeat left center/14px 14px;
}
@media screen and (max-width: 767px) {
  .p-post-meta li.date {
    background-size: 11px 11px;
  }
}
.p-post-meta li.modified-date {
  background: url(../img/icon_reload_w.png) no-repeat left center/16px 16px;
}
@media screen and (max-width: 767px) {
  .p-post-meta li.modified-date {
    background-size: 12px 12px;
  }
}
.p-post-meta li.tag {
  background: url(../img/icon_tag_w.png) no-repeat left center/13px 13px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-post-meta li.tag {
    background-size: 10px 10px;
  }
}
.p-post-meta li.tag a {
  color: #FFF;
}

.p-promotion {
  position: absolute;
  right: 50px;
  bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-promotion {
    position: static;
    background: #EEE;
    padding: 6px 15px;
    color: #666;
  }
}

@media screen and (min-width: 768px) {
  .p-post-grid3 {
    display: flex;
    flex-wrap: wrap;
    margin: -5.3% 0 0 -5.3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-post-grid3 {
    margin: -4% 0 0 -4%;
  }
}
@media screen and (min-width: 768px) {
  .p-post-grid3 > li {
    width: 28.33%;
    margin: 5% 0 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-post-grid3 > li {
    width: 46%;
    margin: 4% 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .p-post-grid3 > li a {
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
  }
  .p-post-grid3 > li a:hover h2 {
    background-size: 100% 100%;
  }
  .p-post-grid3 > li a:hover img {
    transform: scale(1.2);
  }
  .p-post-grid3 > li.ads {
    width: 94%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-post-grid3 > li.ads {
    width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .p-post-grid3__thumb {
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .p-post-grid3__thumb img {
    transform: scale(1.01);
    transition: transform 0.4s ease;
  }
  .p-post-grid3__caption {
    margin-top: 35px;
    padding: 0 15px;
  }
  .p-post-grid3__title {
    display: inline;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    background-image: linear-gradient(180deg, transparent 80%, #FFF259 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease;
  }
  .p-post-grid3__date {
    margin: 10px 0;
    display: flex;
  }
  .p-post-grid3__date li {
    padding-left: 20px;
    font-size: 13px;
    color: #333;
    opacity: 0.5;
  }
  .p-post-grid3__date li:first-child {
    background: url(../img/icon_calendar.png) no-repeat left center/14px 14px;
    margin-right: 25px;
  }
  .p-post-grid3__date li:last-child {
    background: url(../img/icon_folder.png) no-repeat left center/14px 14px;
  }
  .p-post-grid3__excerpt {
    font-size: 14px;
    color: #999;
  }
}
@media screen and (max-width: 767px) {
  .p-post-grid3 > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEE;
  }
  .p-post-grid3 > li:last-child {
    margin-bottom: 0;
  }
  .p-post-grid3 > li a {
    display: block;
    text-decoration: none;
  }
  .p-post-grid3 > li a figure {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .p-post-grid3 > li.ads {
    text-align: center;
  }
  .p-post-grid3__thumb {
    width: 48%;
  }
  .p-post-grid3__caption {
    width: 48%;
  }
  .p-post-grid3__title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
  }
  .p-post-grid3__date {
    display: flex;
    flex-wrap: wrap;
  }
  .p-post-grid3__date li {
    padding-left: 16px;
    font-size: 11px;
    color: #333;
    opacity: 0.5;
    white-space: nowrap;
  }
  .p-post-grid3__date li:first-child {
    background: url(../img/icon_calendar.png) no-repeat left center/12px 12px;
    margin-right: 12px;
  }
  .p-post-grid3__date li:last-child {
    background: url(../img/icon_folder.png) no-repeat left center/12px 12px;
  }
  .p-post-grid3__excerpt {
    display: none;
  }
}
.p-post-grid4 {
  display: flex;
  flex-wrap: wrap;
  margin: -3% 0 0 -3%;
}
@media screen and (max-width: 767px) {
  .p-post-grid4 {
    margin: -4% 0 0 -4%;
  }
}
.p-post-grid4 > li {
  width: 22%;
  margin: 3% 0 0 3%;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-post-grid4 > li {
    width: 46%;
    margin: 4% 0 0 4%;
  }
}
.p-post-grid4 > li a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.p-post-grid4 > li a figure {
  position: relative;
}
.p-post-grid4 > li a:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-post-grid4 > li a:hover img {
    transform: none;
  }
}
.p-post-grid4__thumb {
  overflow: hidden;
}
.p-post-grid4__thumb img {
  width: 100%;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-post-grid4__thumb img {
    transform: none;
  }
}
.p-post-grid4__caption {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .p-post-grid4__caption {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-post-grid4__caption {
    padding: 12px;
  }
}
.p-post-grid4__title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #DDD;
}
@media screen and (max-width: 1024px) {
  .p-post-grid4__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-post-grid4__title {
    margin-bottom: 7px;
  }
}
.p-post-grid4__date {
  display: flex;
  justify-content: space-between;
}
.p-post-grid4__date li {
  padding-left: 18px;
  font-size: 13px;
  color: #333;
  filter: invert(60%);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-post-grid4__date li {
    padding-left: 13px;
    font-size: 10px;
  }
}
.p-post-grid4__date li:first-child {
  background: url(../img/icon_calendar.png) no-repeat left center/12px 12px;
}
@media screen and (max-width: 1024px) {
  .p-post-grid4__date li:first-child {
    background-size: 10px 10px;
  }
}
.p-post-grid4__date li:last-child {
  background: url(../img/icon_signal.png) no-repeat left center/12px 12px;
}
@media screen and (max-width: 1024px) {
  .p-post-grid4__date li:last-child {
    background-size: 10px 10px;
  }
}

.p-dropdown {
  display: flex;
  flex-wrap: wrap;
  margin: -3% 0 0 -3%;
}
@media screen and (max-width: 767px) {
  .p-dropdown {
    display: block;
    margin: 0;
  }
}
.p-dropdown li {
  width: 30.33%;
  margin: 3% 0 0 3%;
}
@media screen and (max-width: 767px) {
  .p-dropdown li {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .p-dropdown li:last-child {
    margin-bottom: 0;
  }
}
.p-dropdown li select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 15px;
  font-size: 17px;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  background: url(../img/arrow_select_white.png) no-repeat 94% center;
  background-size: 16px auto;
  border: 2px solid #FFF;
}
.p-dropdown li select:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-dropdown li select option {
  background-color: #FFF;
  color: #333;
}

.p-search {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-search {
    margin-top: 10px;
  }
}
.p-search dt {
  width: 100%;
}
.p-search dt input[type=text] {
  padding: 0 15px;
  font-size: 17px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0;
  background: #FFF;
  outline: none;
  border-radius: 0;
  background-color: #FFF;
  background: linear-gradient(to bottom, #DDD, #FFF 50%);
}
@media screen and (max-width: 767px) {
  .p-search dt input[type=text] {
    height: 60px;
    line-height: 60px;
  }
}
.p-search dt input[type=text]::-moz-placeholder {
  color: #BBB;
}
.p-search dt input[type=text]::placeholder {
  color: #BBB;
}
.p-search dt input[type=text]::-webkit-input-placeholder {
  color: #BBB;
}
.p-search dt input[type=text]:-ms-input-placeholder {
  color: #BBB;
}
.p-search dd input[type=submit] {
  width: 65px;
  height: 65px;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  background: #D00000 url(../img/icon_zoom.png) no-repeat center center;
  background-size: 32px 32px;
  border-radius: 0;
}
.p-search dd input[type=submit]:hover {
  background-color: #B40000;
}
@media screen and (max-width: 767px) {
  .p-search dd input[type=submit] {
    width: 60px;
    height: 60px;
    background-size: 28px 28px;
  }
}

.p-related {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4%;
  margin-right: -3%;
}
@media screen and (max-width: 767px) {
  .p-related {
    display: block;
    margin: 0;
  }
}
.p-related > li {
  width: 30.33%;
  margin-top: 4%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .p-related > li {
    width: auto;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
  }
  .p-related > li:last-child {
    margin-bottom: 0;
  }
}
.p-related > li a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-related > li a figure {
    display: flex;
    justify-content: space-between;
  }
}
.p-related__thumb {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-related__thumb {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-related__caption {
    width: 48%;
  }
}
.p-related__title {
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
}
.p-related__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-related__title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.p-related__date {
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  opacity: 0.5;
  background: url(../img/icon_calendar.png) no-repeat left center;
  background-size: 13px 13px;
}
@media screen and (max-width: 767px) {
  .p-related__date {
    padding-left: 17px;
    font-size: 12px;
    background-size: 12px 12px;
  }
}

.p-contact {
  margin-top: 50px;
  padding: 50px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-contact dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact dt {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.p-contact dd {
  margin-bottom: 25px;
}
.p-contact dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-contact dd {
    margin-bottom: 15px;
  }
}

.p-btn-contact {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn-contact {
    margin-top: 30px;
  }
}

.p-ttl-group {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-ttl-group {
    margin-bottom: 30px;
  }
}

.p-ttl-center, .p-ttl-center-white {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ttl-center, .p-ttl-center-white {
    font-size: 21px;
  }
}

.p-ttl-center-white {
  color: #FFF;
}

.p-ttl-center-eng {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #D00000;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-ttl-center-eng {
    margin-top: 8px;
    font-size: 15px;
  }
}

.p-ttl-side {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-ttl-side {
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .p-ttl-side {
    font-size: 22px;
    padding-bottom: 8px;
    border-bottom: 3px solid #000;
  }
}
.p-ttl-side span {
  margin-left: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #D00000;
}
@media screen and (max-width: 767px) {
  .p-ttl-side span {
    font-size: 16px;
  }
}

.p-ttl-instagram {
  margin-bottom: 15px;
  padding: 2px 0 0 38px;
  font-size: 24px;
  line-height: 28px;
  color: #CCC;
  font-family: "Oswald", sans-serif;
  background: url(../img/icon_instagram.png) no-repeat 0 center;
  background-size: 28px 28px;
}

.p-ttl-underline,
.comment-reply-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-ttl-underline,
  .comment-reply-title {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 22px;
  }
}

.content p {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 1.5em;
}
.content p:last-child {
  margin-bottom: 0;
}

.content > ul:not([class]),
.content > ol:not([class]) {
  margin: 0.8em 0 1.5em 0;
  padding: 25px;
  background: #F4FDF7;
  border: 1px dashed #B6E3C6;
}
@media screen and (max-width: 767px) {
  .content > ul:not([class]),
  .content > ol:not([class]) {
    padding: 20px 17px;
  }
}
.content > ul:not([class]) li,
.content > ol:not([class]) li {
  font-size: 17px;
  line-height: 1.6;
  color: #35653A;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 22px;
}
.content > ul:not([class]) li:last-child,
.content > ol:not([class]) li:last-child {
  margin-bottom: 0;
}
.content > ul:not([class]) li::before,
.content > ol:not([class]) li::before {
  position: absolute;
  display: block;
  left: 5px;
  top: 0.7em;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35653A;
}
.content > ul:not([class]) li a,
.content > ol:not([class]) li a {
  color: #35653A;
}
.content > ul:not([class]) li a:hover,
.content > ol:not([class]) li a:hover {
  color: #333;
}

.content h2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 2.5em 0 1.5em 0;
  padding: 15px 18px;
  background: #000;
  color: #FFF;
  border-left: 7px solid #D00000;
}
@media screen and (max-width: 767px) {
  .content h2 {
    padding: 14px;
  }
}
.content h2 span {
  display: inline-block;
  margin: -15px 0;
  padding: 15px 0;
}

.content h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 2em 0 1.3em 0;
  border-bottom: 4px solid #000;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .content h3 {
    padding-bottom: 12px;
  }
}

.content h4 {
  font-size: 22px;
  line-height: 1.4;
  margin: 2em 0 1em 0;
  border-left: 6px solid #000;
  padding: 3px 0 3px 15px;
}

.content h5 {
  font-size: 22px;
  line-height: 1.4;
  margin: 2em 0 1em 0;
}

.content h6 {
  font-size: 20px;
  line-height: 1.4;
  margin: 2em 0 1em 0;
}

.content .specTable {
  margin: 2em 0;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content .specTable tbody {
  display: block;
  width: 0;
  white-space: nowrap;
}
.content .specTable::-webkit-scrollbar {
  height: 8px;
}
.content .specTable::-webkit-scrollbar-track {
  background: #DDD;
}
.content .specTable::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 8px;
}
.content .specTable tr:nth-child(odd) {
  background: #F8F8F8;
}
.content .specTable th.head1 {
  padding: 8px;
  text-align: center;
  background: #E4F3E9;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #35653A;
  vertical-align: middle;
}
.content .specTable th.head2 {
  width: 100%;
  padding: 10px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
}
.content .specTable td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
}

.content .commonTable {
  margin: 2em 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  display: block;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content .commonTable::-webkit-scrollbar {
  height: 8px;
}
.content .commonTable::-webkit-scrollbar-track {
  background: #DDD;
}
.content .commonTable::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 8px;
}
.content .commonTable th.head1 {
  padding: 8px;
  text-align: center;
  color: #35653A;
  background: #E4F3E9;
  border: 1px solid #999;
  width: 0.1%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .content .commonTable th.head1 {
    width: auto;
  }
}
.content .commonTable th.head2 {
  padding: 10px;
  text-align: left;
  font-weight: normal;
  background: #F8F8F8;
  border: 1px solid #999;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .content .commonTable th.head2 {
    width: 100%;
  }
}
.content .commonTable td {
  text-align: center;
  padding: 10px;
  border: 1px solid #999;
  vertical-align: middle;
}

.content .defaultTable {
  margin: 2em 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}
.content .defaultTable th {
  width: 200px;
  padding: 12px;
  text-align: center;
  color: #35653A;
  background: #E4F3E9;
  border: 1px solid #999;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .content .defaultTable th {
    width: auto;
    white-space: nowrap;
  }
}
.content .defaultTable td {
  padding: 12px;
  border: 1px solid #999;
  vertical-align: middle;
}

.content .rankingTable {
  margin: 2em 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}
.content .rankingTable th {
  width: 200px;
  padding: 12px;
  text-align: center;
  color: #35653A;
  background: #E4F3E9;
  border: 1px solid #999;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .content .rankingTable th {
    width: 50%;
    white-space: nowrap;
  }
}
.content .rankingTable td {
  padding: 12px;
  border: 1px solid #999;
  color: #FFA000;
  vertical-align: middle;
}

.content .iframe-wrap {
  position: relative;
  margin: 2em 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.content .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content .video-wrap {
  width: 100%;
  height: 100%;
  background: #CCC;
}
.content .video-wrap video {
  width: 100%;
  height: 100%;
}

.content .blockquote {
  position: relative;
  margin: 2em 0;
  padding: 30px;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .content .blockquote {
    padding: 25px 20px;
  }
  .content .blockquote p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.content .blockquote::before {
  position: absolute;
  content: "“";
  top: 10px;
  left: 10px;
  font-size: 42px;
  line-height: 1;
  color: #CCC;
}
.content .blockquote::after {
  position: absolute;
  content: "”";
  bottom: -10px;
  right: 10px;
  font-size: 42px;
  line-height: 1;
  color: #CCC;
}

.content .icon-check {
  margin-bottom: 0.7em;
  padding-left: 1.4em;
  font-size: 19px;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}
.content .icon-check::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 13px;
  height: 7px;
  border-left: 4px solid #D00000;
  border-bottom: 4px solid #D00000;
  transform: rotate(-45deg);
}

.content .btn-shoplink {
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
}
.content .btn-shoplink div {
  width: 48%;
}
.content .btn-shoplink div a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.content .btn-shoplink div a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}
.content .btn-shoplink div.amazon a {
  background-color: #173E71;
  box-shadow: 0 3px 0 #122B48;
}
.content .btn-shoplink div.amazon a:active {
  top: 3px;
  box-shadow: none;
  background-color: #122B48;
}
.content .btn-shoplink div.amazon a::before {
  background: url("../img/icon_amazon.png") no-repeat center center/cover;
  width: 22px;
  height: 22px;
}
.content .btn-shoplink div.rakuten a {
  background-color: #BF0000;
  box-shadow: 0 3px 0 #850000;
}
.content .btn-shoplink div.rakuten a:active {
  top: 3px;
  box-shadow: none;
  background-color: #850000;
}
.content .btn-shoplink div.rakuten a::before {
  background: url("../img/icon_rakuten.png") no-repeat center center/cover;
  width: 18px;
  height: 18px;
}

#toc_container {
  margin-top: 2.5em;
  padding: 35px 45px;
  border: 2px solid #EEE;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  #toc_container {
    padding: 25px 17px;
  }
}
#toc_container .toc_title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_title {
    font-size: 20px;
  }
}
#toc_container .toc_toggle {
  margin: -4px 0 0 15px;
  font-size: 12px;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #CCC;
  padding: 4px;
  width: 45px;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_toggle {
    margin: -3px 0 0 12px;
    font-size: 11px;
    padding: 3px;
  }
}
#toc_container .toc_list {
  margin-top: 35px;
  counter-reset: li;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list {
    margin-top: 22px;
    padding-left: 2em;
  }
}
#toc_container .toc_list > li {
  font-size: 17px;
  line-height: 1.7;
  position: relative;
  margin-bottom: 0.7em;
}
#toc_container .toc_list > li:last-child {
  margin-bottom: 0;
}
#toc_container .toc_list > li a {
  color: #333;
  text-decoration: none;
}
#toc_container .toc_list > li a:hover {
  text-decoration: underline;
}
#toc_container .toc_list > li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -1.7em;
  top: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #D00000;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list > li::before {
    left: -1.3em;
  }
}
#toc_container .toc_list > li ul {
  margin-top: 0.7em;
  padding-left: 0.3em;
}
#toc_container .toc_list > li ul li {
  position: relative;
  font-size: 15px;
  margin-bottom: 0.3em;
  padding-left: 16px;
}
#toc_container .toc_list > li ul li::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0.65em;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
}
#toc_container .toc_list > li ul li:last-child {
  margin-bottom: 0;
}

.linkcard {
  margin: 2.3em 0;
}
.linkcard a {
  display: block;
  text-decoration: none;
  padding: 20px;
  background: #FFF;
  border: 1px solid #CCC;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .linkcard a {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .lkc-card {
    position: relative;
    padding-right: 25px;
  }
  .lkc-card::before {
    content: "";
    margin: auto;
    position: absolute;
    top: -8px;
    bottom: -8px;
    right: -8px;
    width: 23px;
    background: #000;
  }
  .lkc-card::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
  }
}
.lkc-content {
  word-break: break-all;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lkc-content {
    display: flex;
    align-items: center;
  }
}

.lkc-title {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .lkc-title {
    margin-bottom: 0;
    font-size: 15px;
  }
}

.lkc-url {
  display: none;
}

.lkc-excerpt {
  font-size: 14px;
  line-height: 1.8;
  color: #999;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lkc-excerpt {
    display: none;
  }
}

.lkc-thumbnail {
  display: block;
  float: left;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .lkc-thumbnail {
    float: none;
    padding-right: 10px;
  }
}

.lkc-thumbnail-img {
  width: 240px;
}
.lkc-thumbnail-img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .lkc-thumbnail-img {
    min-width: 130px;
    width: 130px;
  }
}

#comments {
  display: none;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #comments {
    padding-top: 40px;
  }
}

#comments .comment-body {
  padding-left: 110px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #comments .comment-body {
    padding-left: 90px;
  }
}

#comments .comment-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1em;
}
#comments .comment-body p:last-child {
  margin-bottom: 0;
}

#comments .comment-body a {
  text-decoration: underline;
}

#comments > ul {
  margin-top: -25px;
}

#comments ul li {
  border-bottom: 2px solid #EEE;
}

#comments ul li ul li {
  border: none;
}

#comments .comment-author {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #comments .comment-author {
    font-size: 13px;
    line-height: 1.4;
    width: 80px;
  }
}

#comments .comment-author cite {
  font-style: normal;
}

#comments .comment-author .fn {
  display: block;
  margin-top: 10px;
}

#comments .comment-author .says {
  display: none;
}

#comments .comment-meta {
  font-size: 13px;
  text-align: right;
}

#comments .comment-meta a {
  color: #999;
  text-decoration: none;
}

#comments .reply {
  text-align: right;
  margin-top: 10px;
}

#comments .reply .comment-reply-link {
  display: inline;
  font-size: 13px;
  line-height: 1.5;
  color: #777;
  background: #EEE;
  padding: 6px 10px;
  border-radius: 4px;
  text-decoration: none;
}
#comments .reply .comment-reply-link:hover {
  background: #DDD;
}

#respond .comment-notes {
  display: none;
}

#respond .required {
  color: #D00000;
}

#respond label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}

#respond input[type=text],
#respond textarea {
  padding: 10px;
  outline: none;
  border: 1px solid #BBB;
  background: #F5F5F5;
  width: 100%;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #respond input[type=text],
  #respond textarea {
    font-size: 18px;
    line-height: 1.3;
  }
}

#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  margin-bottom: 15px;
}

#respond .form-allowed-tags {
  font-size: 11px;
  line-height: 1.5;
  color: #999;
}

#respond .form-submit {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #respond .form-submit {
    margin-top: 40px;
  }
}

#respond .form-submit input.submit {
  padding: 15px;
  width: 250px;
  background: #000;
  color: #FFF;
  cursor: pointer;
  border-radius: 4px;
}
#respond .form-submit input.submit:hover {
  background: #D00000;
}

.p-note-comment {
  margin-top: 1em;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.3;
  color: #D00000;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-note-comment {
    font-size: 12px;
  }
}

.p-banner li {
  margin-bottom: 30px;
}
.p-banner li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-banner li {
    margin-bottom: 20px;
  }
  .p-banner li:last-child {
    margin-bottom: 0;
  }
}
.p-banner li img {
  width: 100%;
}
.p-banner li img:hover {
  opacity: 0.8;
}

.p-post-side > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .p-post-side > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.p-post-side > li:last-child {
  margin-bottom: 0;
}
.p-post-side > li a {
  display: block;
  text-decoration: none;
}
.p-post-side > li a figure {
  display: flex;
  justify-content: space-between;
}
.p-post-side__thumb {
  width: 43%;
}
.p-post-side__thumb img {
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-post-side__thumb img {
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-post-side__thumb {
    width: 48%;
  }
}
.p-post-side__caption {
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .p-post-side__caption {
    width: 48%;
  }
}
.p-post-side__title {
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
}
.p-post-side__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .p-post-side__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .p-post-side__title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.p-post-side__date {
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  opacity: 0.5;
  background: url(../img/icon_calendar.png) no-repeat left center/13px 13px;
}
@media screen and (max-width: 767px) {
  .p-post-side__date {
    padding-left: 17px;
    font-size: 12px;
    background-size: 12px 12px;
  }
}

.u-bgimg-greennoise {
  position: relative;
  z-index: 0;
}
.u-bgimg-greennoise::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg_greennoise.jpg) repeat center center;
  background-size: 150px 150px;
  z-index: -2;
}
.u-bgimg-greennoise::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.u-bgimg-camouflage {
  background: url(../img/bg_camouflage.jpg) repeat center center;
  background-size: 600px auto;
}
@media screen and (max-width: 767px) {
  .u-bgimg-camouflage {
    background-size: cover;
  }
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.screen-reader-text {
  display: none;
}

.u-ads {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-ads {
    margin-top: 40px;
  }
}

.u-ads-grid {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .u-ads-grid {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .u-ads-grid {
    margin-top: 30px;
  }
}

.u-ads-content {
  text-align: center;
  margin: 2.3em 0;
}

.u-ads-bottom {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-ads-bottom {
    margin-top: 40px;
  }
}

.u-ads-image {
  text-align: center;
  max-width: 336px;
  margin: 0 auto;
}
.u-ads-image img {
  display: flex;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}