@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Roboto+Condensed:400,700");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: top;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
  line-height: 1.8;
  color: #000;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

/* --------
  汎用クラス
-------- */

.clr:after,
.cols:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.playfair {
  font-family: "Playfair Display", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  letter-spacing: 1px;
}

.robotoc {
  font-family: "Roboto Condensed", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
  letter-spacing: 1px;
}

.btn-s a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 2px 12px;
  background-color: #fff;
  border: 1px solid #820000;
  color: #820000;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn-s a small {
  position: relative;
  top: -2px;
  font-size: 10px;
  font-size: 1rem;
}

.btn-s a .blank {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 9px;
  height: 6px;
  background-color: #820000;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-left: 3px;
  margin-top: -3px;
}

.btn-s a .blank:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -2px;
  bottom: -2px;
  border-left: 1px solid #820000;
  border-bottom: 1px solid #820000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* --------
  デフォルト
-------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  background: url(../../terakoya/img/common/body-bg.jpg) 50% 0%;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #000;
  outline: none;
}

/* --------
  共通レイアウト
-------- */

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.container {
  position: relative;
  overflow: hidden;
  min-width: 1160px;
}

header {
  background-color: #fff;
  padding: 50px 30px 10px;
}

header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

header .credit {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

header .spbtn {
  display: none;
}

header .breadcrumb {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  font-size: 10px;
  font-size: 1rem;
}

header .breadcrumb a,
header .breadcrumb span {
  display: inline-block;
  margin: 0 5px;
}

header .breadcrumb a:first-child,
header .breadcrumb span:first-child {
  margin-left: 0;
}

.gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 58px;
}

.gnav .copy {
  display: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.gnav .home a {
  display: block;
}

.gnav .home a img {
  width: 220px;
}

.gnav .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .menu ul li {
  margin: 2px 0;
}

.gnav .menu ul li a {
  display: block;
  padding: 2px;
  width: 106px;
  text-align: center;
  border-left: 1px solid #820000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
}

.gnav .menu ul li a:hover,
.gnav .menu ul li a.current {
  opacity: 1;
  background-color: #f5f5f5;
  color: #820000;
}

.gnav .menu ul li:first-child {
  display: none;
}

.gnav .menu ul li:last-child a {
  border-right: 1px solid #820000;
}

.spbtn {
  width: 25px;
  height: 26px;
  position: fixed;
  right: 16px;
  top: 14px;
  z-index: 1001;
}

.spbtn span,
.spbtn:before,
.spbtn:after {
  display: block;
  position: absolute;
  background-color: #820000;
  width: 100%;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.spbtn:before,
.spbtn:after {
  content: "";
}

.spbtn span {
  top: 50%;
  margin-top: -1px;
}

.spbtn:before {
  top: 4px;
}

.spbtn:after {
  width: 80%;
  bottom: 4px;
}

.spbtn.show span,
.spbtn.show:before,
.spbtn.show:after {
  background-color: #fff;
}

.spbtn.close span {
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.spbtn.close:before {
  background-color: #fff;
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.spbtn.close:after {
  background-color: #fff;
  width: 0%;
}

.sns {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 16px;
}

.sns p {
  font-family: "Playfair Display", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.sns > div {
  margin-left: 10px;
}

.sns > div a {
  display: block;
}

.sns > div img {
  width: 20px;
}

.fixnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 5px 1px rgba(0, 0, 0, .1);
  box-shadow: 3px 0 5px 1px rgba(0, 0, 0, .1);
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 75px;
  z-index: 1000;
}

.fixnav .inner .gnav {
  margin: 0;
}

.fixnav .inner .gnav > .home img {
  width: 163px;
  height: 33px;
}

.fixnav .inner .nav2 {
  display: none;
  padding: 0 25px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.fixnav .inner .nav2 > div {
  line-height: 1.3;
}

.fixnav .inner .nav2 > div a {
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.fixnav .inner .nav2 .sns {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75px;
}

.fixnav .inner .nav2 .sns p {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}

.fixnav .inner .nav2 .sns > div img {
  width: 30px;
  height: 30px;
  opacity: 0;
}

.fixnav .inner .nav2 .sns > div.fb {
  margin-left: 0;
  background: url(../../terakoya/img/common/sns-fb-white.png) 0 0 no-repeat;
  background-size: contain;
}

.fixnav .inner .nav2 .sns > div.tw {
  margin-left: 15px;
  background: url(../../terakoya/img/common/sns-tw-white.png) 0 0 no-repeat;
  background-size: contain;
}

.fixnav .inner .spbtn {
  display: none;
  top: 11px;
}

.fixnav .inner .spbtn span,
.fixnav .inner .spbtn:before,
.fixnav .inner .spbtn:after {
  background-color: #fff;
}

.contents {
  position: relative;
  background: url(../../terakoya/img/common/body-bg-img1.png) calc(50% + 555px) 275px no-repeat fixed, url(../../terakoya/img/common/body-bg-img2.png) calc(50% - 540px) 500px no-repeat fixed;
  background-size: 143px, 193px;
}

.contents .contents-title {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}

.contents .contents-title:before,
.contents .contents-title:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #820000;
  width: 46%;
}

.contents .contents-title:before {
  margin-right: 10px;
}

.contents .contents-title:after {
  margin-left: 10px;
}

.contents .contents-title span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 20px;
  height: 40px;
  border: 1px solid #b98296;
  color: #b98296;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  min-width: 140px;
}

.contents .contents-title img {
  width: 150px;
}

.contents .contents-wrap {
  padding-top: 70px;
  padding-bottom: 150px;
}

.contents .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents .inner main {
  width: 100%;
  max-width: 750px;
}

.contents .inner aside {
  width: 30%;
  max-width: 300px;
}

.contents .inner aside.fix .aside-inner {
  position: fixed;
  bottom: 10px;
  width: 300px;
}

.contents .inner aside.abs {
  top: auto;
  bottom: 0;
}

.contents .inner aside.abs .aside-inner {
  position: absolute;
  bottom: 100px;
  max-width: 300px;
  width: 100%;
}

.contents .inner aside .banner {
  margin-bottom: 50px;
  min-height: 250px;
}

.contents .inner aside .banner iframe {
  width: 100%;
}

.contents .inner aside .block {
  position: relative;
  margin-bottom: 50px;
}

.contents .inner aside .block.keyword {
  background-color: #fff;
  border-bottom: 3px solid #820000;
}

.contents .inner aside .block.keyword:before,
.contents .inner aside .block.keyword:after {
  content: "";
  display: block;
  height: 3px;
  width: calc(50% - 30px);
  position: absolute;
  top: 0;
  background-color: #820000;
}

.contents .inner aside .block.keyword:before {
  left: 0;
}

.contents .inner aside .block.keyword:after {
  right: 0;
}

.contents .inner aside .block.keyword .ttl {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 40px 30px 30px;
  position: relative;
}

.contents .inner aside .block.keyword .ttl:before {
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: -13px;
  background: url(../../terakoya/img/common/icn-keyword.png) 50% 50% no-repeat;
  background-size: contain;
}

.contents .inner aside .block.keyword .ttl span {
  display: block;
  color: #820000;
  font-size: 12px;
  font-size: 1.2rem;
}

.contents .inner aside .block.keyword .block-body {
  padding: 0 30px 20px;
}

.contents .inner aside .block.ranking {
  background-color: #fff;
  border-bottom: 3px solid #820000;
}

.contents .inner aside .block.ranking:before,
.contents .inner aside .block.ranking:after {
  content: "";
  display: block;
  height: 3px;
  width: calc(50% - 30px);
  position: absolute;
  top: 0;
  background-color: #820000;
}

.contents .inner aside .block.ranking:before {
  left: 0;
}

.contents .inner aside .block.ranking:after {
  right: 0;
}

.contents .inner aside .block.ranking .ttl {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 40px 30px 30px;
  position: relative;
}

.contents .inner aside .block.ranking .ttl:before {
  content: "";
  display: block;
  width: 35px;
  height: 27px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: -13px;
  background: url(../../terakoya/img/common/icn-ranking.png) 50% 50% no-repeat;
  background-size: cover;
}

.contents .inner aside .block.ranking .ttl span {
  display: block;
  color: #820000;
  font-size: 12px;
  font-size: 1.2rem;
}

.contents .inner aside .block.ranking ol {
  padding: 0 30px 30px;
}

.contents .inner aside .block.ranking ol li {
  margin-bottom: 36px;
  position: relative;
}

.contents .inner aside .block.ranking ol li:last-child {
  margin-bottom: 0;
}

.contents .inner aside .block.ranking ol li:before {
  content: "1";
  display: block;
  position: absolute;
  top: -10px;
  left: -16px;
  width: 35px;
  height: 27px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: url(../../terakoya/img/common/icn-ranking.png) 50% 50% no-repeat;
  background-size: cover;
  z-index: 2;
}

.contents .inner aside .block.ranking ol li:nth-child(1):before {
  content: "1";
}

.contents .inner aside .block.ranking ol li:nth-child(2):before {
  content: "2";
}

.contents .inner aside .block.ranking ol li:nth-child(3):before {
  content: "3";
}

.contents .inner aside .block.ranking ol li:nth-child(4):before {
  content: "4";
}

.contents .inner aside .block.ranking ol li:nth-child(5):before {
  content: "5";
}

.contents .inner aside .block.ranking ol li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents .inner aside .block.ranking ol li a figure {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  margin-right: 12px;
  height: 69px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.contents .inner aside .block.ranking ol li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contents .inner aside .block.ranking ol li a p {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  word-break: break-all;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  width: calc(100% - 100px);
}

.contents-slider {
  padding-top: 72px;
  background: transparent url(../../terakoya/img/common/slider-bg.png) 50% 0;
  background-size: 20px;
  margin-bottom: -10px;
  position: relative;
}

.contents-slider .inner {
  padding: 0 43px;
  max-height: 380px;
  overflow: hidden;
}

.contents-slider .noslide {
  margin: 0 auto;
  width: 100%;
  max-width: 1014px;
}

.contents-slider .noslide figure {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  position: relative;
  height: 0;
  padding-bottom: 33.3334%;
}

.contents-slider .noslide figure img {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contents-slider .bx-viewport ul {
  height: 100%;
}

.contents-slider ul .header-img {
  height: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}

.contents-slider ul .header-img figure {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.contents-slider ul .article {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: 100%;
}

.contents-slider ul .article figure {
  width: 50%;
  margin: 0;
}

.contents-slider ul .article figure a {
  display: block;
  overflow: hidden;
  margin: 0;
  position: relative;
  height: 0;
  padding-bottom: 66.488%;
}

.contents-slider ul .article .txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 3.65% 20px 5.4%;
}

.contents-slider ul .article .txt .article-meta {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1;
}

.contents-slider ul .article .txt .article-meta .article-meta-category {
  display: inline-block;
  vertical-align: middle;
}

.contents-slider ul .article .txt .article-meta .article-meta-category img {
  width: 74px;
}

.contents-slider ul .article .txt .article-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3;
}

.contents-slider ul .article .txt .article-tags {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.contents-slider ul .article .txt .article-tags a {
  border: 1px solid #b98296;
  color: #b98296;
  background-color: #fff;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 6px 6px 0;
}

.contents-slider ul .article .txt .article-date {
  margin-top: 4px;
  font-size: 10px;
  font-size: 1rem;
}

.article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-list.hidden {
  display: none;
}

.article {
  width: 228px;
  min-height: 270px;
  margin-bottom: 30px;
  margin-right: 33px;
}

.article figure a {
  display: block;
  height: 0;
  padding-bottom: 74.566%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.article figure a img {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article figure a:hover {
  opacity: 1;
}

.article figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.article .article-meta {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1;
}

.article .article-meta span {
  display: inline-block;
  vertical-align: middle;
}

.article .article-meta-category {
  margin-right: 6px;
}

.article .article-meta-category img {
  width: 66px;
}

.article .article-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.article .article-tags {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.article .article-tags a {
  color: #b98296;
  display: inline-block;
  margin: 0 6px 4px 0;
}

.tag-list li {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.tag-list li a {
  display: block;
  background-color: #fff;
  border: 1px solid #b98296;
  color: #b98296;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 10px;
  line-height: 1.3;
}

.btn {
  text-align: center;
  margin-top: 20px;
}

.btn .more,
.btn .animate {
  color: #820000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 215px;
  padding: 10px 0;
  letter-spacing: .2em;
  text-indent: .2em;
}

.btn .more:before,
.btn .more:after,
.btn .animate:before,
.btn .animate:after {
  content: "";
  display: block;
  background-color: #820000;
  height: 1px;
  width: 95%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.btn .more:before,
.btn .animate:before {
  top: 0;
}

.btn .more:after,
.btn .animate:after {
  bottom: 0;
}

.btn .more span,
.btn .animate span {
  display: block;
  width: 100%;
  height: 100%;
}

.btn .more span:before,
.btn .more span:after,
.btn .animate span:before,
.btn .animate span:after {
  content: "";
  display: block;
  background-color: #820000;
  height: 80%;
  width: 1px;
  position: absolute;
  top: 50%;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn .more span:before,
.btn .animate span:before {
  left: 0;
}

.btn .more span:after,
.btn .animate span:after {
  right: 0;
}

.btn .more:hover,
.btn .animate:hover {
  opacity: 1;
}

.btn .more:hover:before,
.btn .animate:hover:before {
  top: -5px;
}

.btn .more:hover:after,
.btn .animate:hover:after {
  bottom: -5px;
}

.btn .more:hover span:before,
.btn .animate:hover span:before {
  left: -5px;
}

.btn .more:hover span:after,
.btn .animate:hover span:after {
  right: -5px;
}

footer {
  position: relative;
  background: #000 url(../../terakoya/img/common/footer-bg.png) 50% 50%;
  background-size: 45px;
  color: #fff;
  padding: 42px 0;
}

footer.fixed {
  left: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: auto;
  min-width: 1160px;
}

footer a {
  color: #fff;
}

footer .pagetop {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 64px;
}

footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .inner .links {
  width: 514px;
}

footer .inner .links ul {
  margin-bottom: 14px;
}

footer .inner .links ul li {
  display: inline-block;
  line-height: 1.2;
  padding-right: 1.2em;
  margin-right: 1em;
  border-right: 1px solid #fff;
  vertical-align: middle;
}

footer .inner .links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

footer .inner .links ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

footer .inner .links .asahi {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 16px;
}

footer .inner .links .asahi img {
  width: 181px;
}

footer .inner .links .copyright {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem;
}

footer .inner .siteinfo {
  width: 252px;
  text-align: right;
}

footer .inner .siteinfo p {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 20px;
}

footer .inner .siteinfo .logo img {
  width: 247px;
}

/* --------
  layout-top
-------- */

#layout-top header .inner {
  max-width: 1200px;
}

#layout-top header .inner .credit {
  position: absolute;
  top: 0;
  left: 0;
}

#layout-top header .sns {
  margin-bottom: 0;
}

#layout-top header .gnav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

#layout-top header .gnav .copy {
  display: block;
  width: 37.166%;
}

#layout-top header .gnav .home a {
  background: url(../../terakoya/img/common/logo-terakoya.png) no-repeat 0 0;
  width: 181px;
  height: 97px;
  background-size: 100%;
}

#layout-top header .gnav .home a img {
  opacity: 0;
}

#layout-top .top-slider {
  padding: 0;
  margin-bottom: 50px;
}

#layout-top .top-slider .inner {
  padding: 0;
  position: relative;
  overflow: visible;
}

#layout-top .top-slider .inner > .bg {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -25px;
  bottom: 0;
  -webkit-clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);
  clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);
  z-index: 0;
  text-align: center;
}

#layout-top .top-slider .inner > .bg > div {
  display: none;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  z-index: 0;
}

#layout-top .top-slider .inner > .bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
}

#layout-top .top-slider .inner > .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 145px;
  background: url(../../terakoya/img/top/slider-bg-iefix.png) 50% 0 no-repeat;
  background-size: contain;
  z-index: 2;
}

#layout-top .top-slider .bx-wrapper {
  padding: 20px 0 50px;
}

#layout-top .top-slider .bx-wrapper .bx-viewport {
  max-height: 485px;
}

#layout-top .top-slider .bx-wrapper .bx-viewport ul {
  opacity: 1;
  height: auto;
  overflow: visible;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-prev {
  left: -50px;
  background: url(../../terakoya/img/common/btn-prev_white.png) 50% 50% no-repeat;
  background-size: 21px;
  display: none;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-prev.disabled {
  opacity: 0;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-prev.show {
  display: block;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-next {
  right: -50px;
  background: url(../../terakoya/img/common/btn-next_white.png) 50% 50% no-repeat;
  background-size: 21px;
  display: none;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-next.disabled {
  opacity: 0;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-next.show {
  display: block;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-pager > div {
  display: inline-block;
  margin: 0 6px;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-pager > div a {
  display: block;
  width: 10px;
  height: 0;
  padding-bottom: 10px;
  text-indent: -100px;
  font-size: 0;
  background-color: #999;
  border-radius: 50%;
}

#layout-top .top-slider .bx-wrapper .bx-controls .bx-pager > div a.active {
  background-color: #fff;
}

#layout-top .top-slider ul {
  opacity: 0;
  height: 480px;
  overflow: hidden;
}

#layout-top .top-slider ul .article {
  float: left;
  background-color: #fff;
  position: relative;
  max-width: 1040px;
}

#layout-top .top-slider ul .article figure a {
  padding-bottom: 74.566%;
}

#layout-top .top-slider ul .article .txt .article-txt {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

#layout-top .contents .contents-wrap {
  padding-top: 0;
  padding-bottom: 120px;
}

#layout-top .contents .inner main {
  width: 100%;
}

#layout-top .contents .inner main .block-articles {
  margin-bottom: 86px;
}

#layout-top .contents .inner main .block-articles .ttl {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 14px 10px 10px;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: .4em;
  text-indent: .4em;
  color: #fff;
  background: url(../../terakoya/img/top/new-ttlbg.png) 50% 50% no-repeat;
  background-size: contain;
}

#layout-top .contents .inner main .block-articles .ttl:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  display: block;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background: url(../../terakoya/img/top/icn-latest.png) 50% 50% no-repeat;
  background-size: contain;
}

#layout-top .contents .inner main .block-articles .ttl span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  text-indent: .1em;
}

#layout-top .contents .inner main .block {
  position: relative;
  background-color: #fff;
  border-bottom: 3px solid #820000;
  margin-bottom: 86px;
}

#layout-top .contents .inner main .block:before,
#layout-top .contents .inner main .block:after {
  content: "";
  display: block;
  height: 3px;
  width: calc(50% - 30px);
  position: absolute;
  top: 0;
  background-color: #820000;
}

#layout-top .contents .inner main .block:before {
  left: 0;
}

#layout-top .contents .inner main .block:after {
  right: 0;
}

#layout-top .contents .inner main .block .ttl {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 40px 30px 30px;
  position: relative;
}

#layout-top .contents .inner main .block .ttl:before {
  content: "";
  display: block;
  width: 35px;
  height: 27px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: -13px;
}

#layout-top .contents .inner main .block .ttl span {
  display: block;
  color: #820000;
  font-size: 12px;
  font-size: 1.2rem;
}

#layout-top .contents .inner main .block .block-body {
  padding: 0 30px 30px;
}

#layout-top .contents .inner main .block.category .ttl:before {
  margin-left: -12px;
  width: 25px;
  height: 23px;
  background: url(../../terakoya/img/common/icn-category.png) 50% 50% no-repeat;
  background-size: contain;
}

#layout-top .contents .inner main .block.category .block-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#layout-top .contents .inner main .block.category .block-body > div {
  width: 46.377%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

#layout-top .contents .inner main .block.category .block-body > div figure {
  width: 45.315%;
}

#layout-top .contents .inner main .block.category .block-body > div figure a {
  overflow: hidden;
  margin: 0;
  position: relative;
  height: 0;
  display: block;
  padding-bottom: 68%;
}

#layout-top .contents .inner main .block.category .block-body > div figure img {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#layout-top .contents .inner main .block.category .block-body > div figure a:hover {
  opacity: 1;
}

#layout-top .contents .inner main .block.category .block-body > div figure a:hover img {
  -webkit-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
}

#layout-top .contents .inner main .block.category .block-body > div .txt {
  width: 51.565%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

#layout-top .contents .inner main .block.category .block-body > div .txt a {
  display: block;
}

#layout-top .contents .inner main .block.category .block-body > div .txt .cat {
  line-height: 1;
  margin-bottom: 6px;
}

#layout-top .contents .inner main .block.category .block-body > div .txt .cat img {
  width: 100px;
}

#layout-top .contents .inner main .news {
  padding: 40px;
  height: 205px;
  background: url(../../terakoya/img/top/news-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#layout-top .contents .inner main .news .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  width: 1em;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#layout-top .contents .inner main .news .ttl span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  color: #333;
}

#layout-top .contents .inner main .news .ttl small {
  position: absolute;
  right: -22px;
  top: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #820000;
}

#layout-top .contents .inner main .news ul {
  width: calc(100% - 75px);
}

#layout-top .contents .inner main .news ul li {
  padding: 15px 0;
  border-bottom: 1px solid #999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

#layout-top .contents .inner main .news ul li:first-child {
  border-top: 1px solid #999;
}

#layout-top .top-about {
  background: url(../../terakoya/img/top/about-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 50px 15px 80px;
}

#layout-top .top-about .about-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

#layout-top .top-about .about-inner h2 {
  margin-bottom: 42px;
}

#layout-top .top-about .about-inner h2 img {
  width: 191px;
}

#layout-top .top-about .about-inner p {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

/* --------
  layout-list（サイドバー有
-------- */

/* --------
  layout-feature（サイドバー無
-------- */

#layout-feature .contents .inner {
  display: block;
  max-width: 1014px;
}

#layout-feature .contents .inner main {
  margin: 0 auto;
  max-width: 100%;
}

#layout-feature .contents .contents-wrap {
  background-position: calc(50% + 555px) 275px, calc(50% - 540px) 640px;
}

/* --------
  layout-single（サイドバー無、中央揃え
-------- */

#layout-single .contents {
  border-top: 3px solid #820000;
}

#layout-single .contents .inner {
  max-width: 750px;
}

#layout-single .contents .inner main {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 67px;
  padding-bottom: 150px;
  /* reference */
  /* contact */
  /* notfound */
}

#layout-single .contents .inner main .about-header {
  background: url(../../terakoya/img/about/header.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 40px;
}

#layout-single .contents .inner main .about-header span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

#layout-single .contents .inner main .about-header span img {
  width: 230px;
  margin-bottom: 20px;
}

#layout-single .contents .inner main .lead {
  margin-bottom: 60px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 600;
}

#layout-single .contents .inner main .about-section h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

#layout-single .contents .inner main .about-section h2 span {
  width: 60%;
  display: block;
  margin: 0 20px;
  color: #820000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#layout-single .contents .inner main .about-section .subttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

#layout-single .contents .inner main .about-section .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

#layout-single .contents .inner main .about-section .flex:last-child {
  margin-bottom: 0;
}

#layout-single .contents .inner main .about-section .flex > .col {
  width: 47%;
}

#layout-single .contents .inner main .about-section .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

#layout-single .contents .inner main .about-section .ttl span {
  background-color: #ff0;
  color: #000;
  font-family: "Roboto Condensed", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 6px;
  text-align: center;
}

#layout-single .contents .inner main .about-section .ttl span small {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}

#layout-single .contents .inner main .about-section .ttl p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  color: #820000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

#layout-single .contents .inner main .about-section .about-ss .catch {
  margin: 0 auto 25px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  max-width: 545px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  background-color: #820000;
  border-radius: 50px;
}

#layout-single .contents .inner main .about-section .about-ss .ss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 68px;
}

#layout-single .contents .inner main .about-section .about-ss .ss li {
  width: 170px;
  text-align: center;
  margin-right: 5px;
}

#layout-single .contents .inner main .about-section .about-ss .ss li:last-child {
  margin-right: 0;
}

#layout-single .contents .inner main .about-section .about-ss .ss li img {
  margin-bottom: 8px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .3);
}

#layout-single .contents .inner main .about-section .about-ss .ss li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

#layout-single .contents .inner main .about-section .about-ss .ss li p span {
  display: inline-block;
  background-color: #820000;
  color: #fff;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 20px;
}

#layout-single .contents .inner main .about-section .about-btns {
  text-align: center;
}

#layout-single .contents .inner main .about-section .about-btns1 {
  margin: -20px auto 60px;
}

#layout-single .contents .inner main .about-section .about-btns1 .btn-s a {
  width: 320px;
}

#layout-single .contents .inner main .about-section .about-btns .inquiry {
  margin-bottom: 45px;
}

#layout-single .contents .inner main .about-section .about-btns .inquiry .btn-s {
  margin-bottom: 12px;
}

#layout-single .contents .inner main .about-section .about-btns .inquiry > a {
  text-decoration: underline;
  font-size: 12px;
  font-size: 1.2rem;
}

#layout-single .contents .inner main .about-section .about-btns .inquiry .notice {
  margin-top: 5px;
  font-size: 10px;
  font-size: 1rem;
}

#layout-single .contents .inner main .about-section .about-btns .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 65px;
}

#layout-single .contents .inner main .about-section .about-btns .flex .btn-s:first-child {
  margin-right: 25px;
}

#layout-single .contents .inner main .about-section .about-btns .flex .btn-s:last-child {
  margin-left: 25px;
}

#layout-single .contents .inner main .about-section .about-btns strong {
  font-weight: bold;
}

#layout-single .contents .inner main .about-section .about-alpha {
  border-top: 3px solid #820000;
  border-bottom: 3px solid #820000;
  margin-bottom: 76px;
  padding: 22px 30px 22px 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#layout-single .contents .inner main .about-section .about-alpha .txt {
  width: 54%;
}

#layout-single .contents .inner main .about-section .about-alpha .txt .ttl {
  position: relative;
  margin-bottom: 10px;
}

#layout-single .contents .inner main .about-section .about-alpha .txt .ttl span {
  line-height: .7;
}

#layout-single .contents .inner main .about-section .about-alpha .txt .ttl span strong {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

#layout-single .contents .inner main .about-section .about-alpha .txt .ttl .arrow {
  position: absolute;
  right: -16px;
  bottom: -14px;
  width: 75px;
}

#layout-single .contents .inner main .about-section .about-alpha .txt > p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.6;
}

#layout-single .contents .inner main .about-section .about-alpha figure {
  width: 43%;
}

#layout-single .contents .inner main .about-section .about-alpha figure img {
  position: relative;
  width: 298px;
  margin-top: -50px;
  margin-bottom: -10px;
  max-width: initial;
}

#layout-single .contents .inner main .about-section.about-greeting h2 {
  margin-bottom: 60px;
}

#layout-single .contents .inner main .about-section.about-greeting h2 span {
  width: 28%;
}

#layout-single .contents .inner main .about-section.about-greeting .flex .col1 {
  width: 60%;
  font-size: 15px;
  font-size: 1.5rem;
}

#layout-single .contents .inner main .about-section.about-greeting .flex .col2 {
  width: 33%;
}

#layout-single .contents .inner main .about-section.about-greeting .flex .col2 figure {
  text-align: center;
  margin-bottom: 15px;
}

#layout-single .contents .inner main .about-section.about-greeting .flex .col2 figure img {
  width: 250px;
}

#layout-single .contents .inner main .about-section.about-greeting .flex .col2 .name {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 600;
}

#layout-single .contents .inner main .about-section.about-greeting .flex .col2 .name strong {
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-size: 18px;
  font-size: 1.8rem;
}

#layout-single .contents .inner main .about-section.about-greeting .flex .col2 .name small {
  display: block;
  font-family: "Playfair Display", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  color: #820000;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

#layout-single .contents .inner main .about-section.about-greeting .flex .col2 p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: justify;
}

#layout-single .contents .inner main .reference {
  line-height: 1.6;
}

#layout-single .contents .inner main .reference p {
  margin-bottom: 3.5em;
}

#layout-single .contents .inner main .reference dl {
  margin-bottom: 3.5em;
}

#layout-single .contents .inner main .reference dl dt {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: .5em;
}

#layout-single .contents .inner main .reference dl dd ol {
  padding-left: 1.59em;
}

#layout-single .contents .inner main .reference dl dd ol li {
  text-indent: -1.59em;
}

#layout-single .contents .inner main .reference dl dd ol li ol {
  padding-left: 0;
}

#layout-single .contents .inner main .reference dl dd ol li ol li {
  text-indent: 0;
}

#layout-single .contents .inner main .reference dl dd ol.indent {
  padding-left: 2.59em;
}

#layout-single .contents .inner main .reference dl dd ol.indent li {
  text-indent: -2.59em;
}

#layout-single .contents .inner main .contactform p {
  margin-bottom: 3.5em;
}

#layout-single .contents .inner main .contactform iframe {
  background-color: #fff;
  width: 100%;
  height: 1180px;
}

#layout-single .contents .inner main .notfound {
  background-color: #fff;
  padding: 70px 15px 80px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
}

#layout-single .contents .inner main .notfound h1 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 600;
}

#layout-single .contents .inner main .notfound p {
  margin-bottom: 2em;
  line-height: 1.5;
  font-weight: 600;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
}

.bx-wrapper .bx-controls .bx-prev,
.bx-wrapper .bx-controls .bx-next {
  width: 21px;
  height: 0;
  padding-bottom: 38px;
  text-indent: -300px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  display: none;
}

.bx-wrapper .bx-controls .bx-prev.disabled,
.bx-wrapper .bx-controls .bx-next.disabled {
  opacity: 0 !important;
}

.bx-wrapper .bx-controls .bx-prev.show,
.bx-wrapper .bx-controls .bx-next.show {
  display: block;
}

.bx-wrapper .bx-controls .bx-prev {
  left: -43px;
  background: url(../../terakoya/img/common/btn-prev.png) 50% 50% no-repeat;
  background-size: 21px;
}

.bx-wrapper .bx-controls .bx-next {
  right: -43px;
  background: url(../../terakoya/img/common/btn-next.png) 50% 50% no-repeat;
  background-size: 21px;
}

/* --------
  layout-article（サイドバー無
-------- */

#layout-article .contents {
  border-top: 3px solid #820000;
}

/* --------
  layout-article_pr（サイドバー有
-------- */

#layout-article_pr .contents {
  border-top: 3px solid #820000;
}

#layout-article_pr .contents .inner {
  max-width: 750px;
}

#layout-article_pr .contents .inner main {
  margin: 0 auto;
  max-width: 100%;
}

/* 記事 */

article.single {
  width: 100%;
  max-width: 750px;
  padding: 36px 50px 120px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 10px solid #820000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article.single p {
  margin-bottom: 1.8em;
}

article.single p:last-child {
  margin-bottom: 0;
}

article.single h2 {
  padding: 21px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  border-top: 1px solid #b98296;
  border-bottom: 1px solid #b98296;
  margin: 2.4em 0 1.2em;
}

article.single h3 {
  margin: 1.8em 0 1.2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

article.single h2 + figure,
article.single h3 + figure {
  margin-top: 1.2em;
}

article.single figure {
  margin: 3em 0;
  text-align: center;
}

article.single figure figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 1.4em auto 0;
}

article.single figure iframe {
  width: 100%;
  margin: 0 auto;
}

article.single strong {
  font-weight: bold;
}

article.single em {
  font-style: italic;
}

article.single u {
  text-decoration: underline;
}

article.single ol {
  counter-reset: my-counter;
  margin-bottom: 1.8em;
  line-height: 1.5;
}

article.single ol li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}

article.single ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #820000;
  color: #fff;
  display: block;
  text-align: center;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: .45em;
  left: 0;
}

article.single ol li ol {
  margin-top: 4px;
}

article.single ol li ol li:before {
  background-color: transparent;
  color: #820000;
  border: 1px solid #820000;
  height: 13px;
  width: 13px;
  line-height: 13px;
}

article.single ul {
  margin-bottom: 1.8em;
  line-height: 1.5;
}

article.single ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

article.single ul li:before {
  content: "";
  display: block;
  background-color: #820000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: .3em;
}

article.single ul li ul {
  margin-top: 4px;
}

article.single ul li ul li:before {
  height: 3px;
  width: 3px;
  top: .6em;
  left: .3em;
}

article.single blockquote {
  background: #efefef url(../img/common/icn-blockquote.png) 25px 25px no-repeat;
  background-size: 35px;
  padding: 20px 25px 20px 95px;
  font-style: italic;
  margin-bottom: 1.8em;
  color: #555;
}

article.single blockquote cite {
  display: block;
  text-align: right;
}

article.single .article-header {
  margin-bottom: 50px;
}

article.single .article-header h1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
}

article.single .article-header h1 small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

article.single .article-header .article-date {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}

article.single .article-header .article-tags {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

article.single .article-header .article-tags a {
  border: 1px solid #b98296;
  color: #b98296;
  background-color: #fff;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 6px 6px 0;
  text-decoration: none;
}

article.single .article-header .article-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 45px;
  padding: 0;
  border: 0px none;
}

article.single .article-header .article-profile figure {
  margin: 0 12px 0 0;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
}

article.single .article-header .article-profile div {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

article.single .article-header .article-profile div strong {
  display: block;
  color: #820000;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4px;
  font-weight: normal;
}

article.single .article-header > figure {
  margin: 0 -50px;
}

article.single .article-header > figure figcaption {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 20px auto 0;
}

article.single .article-body a {
  color: #820000;
  border-bottom: 1px solid #820000;
}

article.single .article-body a[target="_blank"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 8px;
  background: transparent url(../img/common/icn-blank.png) 100% 0 no-repeat;
  background-size: contain;
  padding-bottom: 3px;
  margin-left: 4px;
}

article.single .article-body figure img {
  max-height: 488px;
}

article.single .article-profile {
  margin: 60px 0;
  padding: 40px 50px;
  border: 5px solid #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article.single .article-profile figure {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
}

article.single .article-profile > div {
  width: calc(100% - 144px);
}

article.single .article-profile > div strong {
  display: block;
  color: #820000;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

article.single .article-share {
  margin: 60px 0 0;
  border-top: 1px solid #820000;
  border-bottom: 1px solid #820000;
  padding: 26px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}

article.single .article-share p {
  font-family: "Playfair Display", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .08em;
  margin: 0;
}

article.single .article-share > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.single .article-share > div a {
  display: block;
  margin-left: 18px;
}

article.single .article-share > div a img {
  width: 25px;
}

article.single .pr-info {
  margin-top: 100px;
  padding: 40px 50px;
  background-color: #efefef;
}

article.single .pr-info h3 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  margin: 0 0 2em;
}

article.single .pr-info a {
  color: #820000;
  border-bottom: 1px solid #820000;
}

article.single .pr-info a[target="_blank"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 8px;
  background: transparent url(../img/common/icn-blank.png) 100% 0 no-repeat;
  background-size: contain;
  padding-bottom: 3px;
  margin-left: 4px;
}

main .related-article {
  border-top: 3px solid #820000;
}

main .related-article .ttl {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Sans Japanese", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 30px;
  position: relative;
}

main .related-article .ttl span {
  display: block;
  color: #820000;
  font-size: 12px;
  font-size: 1.2rem;
}

@media all and (min-width: 759px) {
  .forsp {
    display: none;
  }

  .btn-s a:hover {
    opacity: 1;
    background-color: #820000;
    color: #fff;
  }

  .btn-s a:hover .blank {
    background-color: #fff;
  }

  .btn-s a:hover .blank:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .btn-s a.red {
    background-color: #820000;
    color: #fff;
  }

  .btn-s a.red .blank {
    background-color: #fff;
  }

  .btn-s a.red .blank:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .btn-s a.red:hover {
    opacity: .7;
  }

  a:hover {
    opacity: .7;
  }

  .contents-slider ul .header-img figure {
    height: 0;
    padding-bottom: 33.2333%;
  }

  .contents-slider ul .header-img figure img {
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .article:nth-child(4n) {
    margin-right: 0;
  }

  #layout-top header .gnav .menu {
    width: 37.166%;
  }

  #layout-top header .gnav .menu ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #layout-top header .gnav .menu ul li {
    width: calc(25% - 2px);
    border-left: 1px solid #820000;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    margin: 5px 0;
  }

  #layout-top header .gnav .menu ul li a {
    width: 100%;
    border-left: 0 none;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    padding: 2px 0;
  }

  #layout-top header .gnav .menu ul li:nth-child(5) {
    border-right: 1px solid #820000;
  }

  #layout-top header .gnav .menu ul li:nth-child(5) a {
    border-right: 0 none;
  }

  #layout-top header .gnav .menu ul li:last-child {
    border-right: 1px solid #820000;
  }

  #layout-top header .gnav .menu ul li:last-child a {
    border-right: 0 none;
  }

  #layout-top .top-slider .inner {
    max-height: 485px;
    max-width: 100%;
    width: 1200px;
  }

  #layout-top .contents .inner main {
    margin-right: 10px;
  }

  #layout-top .contents .inner main .block-articles .article-list .article {
    margin-right: 33px;
  }

  #layout-top .contents .inner main .block-articles .article-list .article:nth-child(1) {
    width: 47.4666667%;
    margin-bottom: 42px;
  }

  #layout-top .contents .inner main .block-articles .article-list .article:nth-child(2) {
    width: 47.4666667%;
    margin-right: 0;
    margin-bottom: 42px;
  }

  #layout-top .contents .inner main .block-articles .article-list .article:nth-child(3n+2) {
    margin-right: 0;
  }

  #layout-list .contents .inner main {
    margin-right: 10px;
  }

  #layout-list .contents .inner main .article-list .article {
    margin-right: 33px;
  }

  #layout-list .contents .inner main .article-list .article:nth-child(3n) {
    margin-right: 0;
  }

  #layout-single .contents .inner main .about-section h2:before,
  #layout-single .contents .inner main .about-section h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    background-color: #820000;
  }

  #layout-single .contents .inner main .about-section.about-greeting h2:before,
  #layout-single .contents .inner main .about-section.about-greeting h2:after {
    width: 36%;
  }

  #layout-article .contents .inner main {
    margin-right: 10px;
  }

  main .related-article .article:nth-child(4n) {
    margin-right: 33px;
  }

  main .related-article .article:nth-child(3n) {
    margin-right: 0;
  }
}

@media all and (max-width: 758px) {
  .forpc {
    display: none;
  }

  body {
    font-size: 1.5rem;
  }

  .inner {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .container {
    min-width: 320px;
  }

  header {
    padding: 15px 0 25px;
  }

  header .credit {
    margin-top: -8px;
    margin-left: -8px;
    position: relative;
    font-size: .8rem;
  }

  header .spbtn {
    display: block;
  }

  .gnav {
    margin-bottom: 18px;
    display: block;
  }

  .gnav .home a {
    width: 176px;
    height: 36px;
    background-size: contain;
  }

  .gnav .menu {
    display: none;
  }

  .gnav .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 25px;
  }

  .gnav .menu ul li {
    margin: 0 0 1.3em;
  }

  .gnav .menu ul li a {
    width: auto;
    display: inline;
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 1em;
    border: 0 none transparent;
    padding: 0;
    color: #fff;
  }

  .gnav .menu ul li:first-child {
    display: block;
  }

  .sns {
    display: none;
  }

  .fixnav {
    height: 50px;
    padding: 12px 0;
    background: #820000 url(../../terakoya/img/common/spnav-bg.png);
    background-size: 35px;
    height: auto;
    -ms-touch-action: manipulation pinch-zoom;
    touch-action: manipulation pinch-zoom;
  }

  .fixnav .inner .gnav > .home {
    width: 134px;
    height: 27px;
    background: url(../../terakoya/img/common/spnav-logo.png) no-repeat;
    background-size: contain;
  }

  .fixnav .inner .gnav > .home img {
    display: none;
  }

  .fixnav .inner .gnav .menu {
    display: block;
    height: 0px;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .fixnav .inner .gnav .menu ul {
    padding-top: 16%;
  }

  .fixnav .inner .spbtn {
    display: block;
  }

  .fixnav.close {
    bottom: 0;
  }

  .fixnav.close .inner {
    height: 100%;
  }

  .fixnav.close .inner .gnav .menu {
    height: 430px;
  }

  .fixnav.close .inner .nav2 {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .contents {
    background-position: 100% 120px, -5% 500px;
    background-size: 107px, 145px;
  }

  .contents .contents-title {
    top: -14px;
  }

  .contents .contents-title span {
    height: 30px;
    font-size: 1.6rem;
    line-height: 24px;
  }

  .contents .contents-title img {
    width: 113px;
  }

  .contents .contents-wrap {
    padding: 50px 0 100px;
  }

  .contents .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contents .inner main {
    max-width: 100%;
    margin-bottom: 62px;
  }

  .contents .inner aside {
    width: 100%;
    max-width: 100%;
  }

  .contents .inner aside .banner {
    max-width: 300px;
    margin: 0 auto 62px;
  }

  .contents .inner aside .block.ranking ol {
    padding: 0 25px 30px;
  }

  .contents .inner aside .block.ranking ol li {
    margin-bottom: 30px;
  }

  .contents .inner aside .block.ranking ol li a figure {
    margin-right: 10px;
  }

  .contents-slider .inner {
    max-height: initial;
    padding: 0 30px;
  }

  .contents-slider .inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 224px;
    height: 69.2vw;
    max-height: 263px;
    background: transparent url(../../terakoya/img/common/slider-bg.png) 50% 0;
    background-size: 10px;
    z-index: -1;
  }

  .contents-slider .noslide {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contents-slider .noslide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../../terakoya/img/common/slider-bg.png) 50% 0;
    background-size: 10px;
    z-index: -1;
  }

  .contents-slider .noslide figure {
    padding-bottom: 66.6668%;
  }

  .contents-slider {
    padding: 50px 0 0;
    background: none;
  }

  .contents-slider ul {
    width: 300%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contents-slider ul li {
    width: 320px;
    max-width: 320px;
    float: left;
  }

  .contents-slider ul .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contents-slider ul .article figure {
    width: 100%;
  }

  .contents-slider ul .article .txt {
    width: 100%;
    padding: 15px;
  }

  .contents-slider ul .article .txt .article-meta {
    font-size: .9rem;
    margin-bottom: 5px;
  }

  .contents-slider ul .article .txt .article-meta .article-meta-category img {
    width: 47px;
  }

  .contents-slider ul .article .txt .article-title {
    font-size: 2rem;
  }

  .contents-slider ul .article .txt .article-tags {
    font-size: .9rem;
  }

  .article-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .article {
    width: 47%;
    min-height: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .article .article-meta {
    font-size: .9rem;
    margin-bottom: 5px;
  }

  .article .article-meta-category img {
    width: 47px;
  }

  .article .article-title {
    font-size: 1.2rem;
  }

  .article .article-tags {
    margin-top: 5px;
    padding-top: 5px;
    font-size: .9rem;
  }

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

  .tag-list li a {
    font-size: 1.3rem;
    padding: 5px 8px;
  }

  .btn .more,
  .btn .animate {
    font-size: 1.1rem;
    width: 170px;
  }

  footer.fixed {
    min-width: 100%;
  }

  footer {
    background-size: 28px;
  }

  footer .pagetop {
    top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
  }

  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  footer .inner .links {
    width: auto;
  }

  footer .inner .links ul {
    margin: 0 6% 20px;
  }

  footer .inner .links ul li {
    padding-right: 1em;
    margin-right: .7em;
  }

  footer .inner .links p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  footer .inner .links .asahi {
    display: block;
    margin-bottom: 20px;
  }

  footer .inner .links .copyright {
    display: block;
  }

  footer .inner .siteinfo {
    display: none;
  }

  #layout-top header .inner .credit {
    position: absolute;
    margin: 0;
    top: -8px;
    left: 7px;
  }

  #layout-top header .gnav {
    margin-bottom: 0;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #layout-top header .gnav .copy {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 25px;
    margin-bottom: 12px;
  }

  #layout-top header .gnav .home a {
    margin: 0 auto;
    width: 189px;
    height: 101px;
  }

  #layout-top .top-slider {
    margin-bottom: 80px;
  }

  #layout-top .top-slider .inner:before {
    min-height: 208px;
    height: 68.4vw;
    max-height: 247.2px;
  }

  #layout-top .top-slider .inner > .bg {
    top: -14px;
    -webkit-clip-path: polygon(50% 0, 100% 18%, 100% 100%, 0 100%, 0 18%);
    clip-path: polygon(50% 0, 100% 18%, 100% 100%, 0 100%, 0 18%);
    min-height: 233px;
    height: 72.5vw;
    max-height: 261.6px;
    width: 375px;
    max-width: 100%;
  }

  #layout-top .top-slider .inner > .bg:after {
    left: -1px;
    right: -1px;
    background-size: 600px;
    width: calc(100% + 2px);
    background-size: 600px;
  }

  #layout-top .top-slider .bx-wrapper {
    padding: 9px 20px 0;
  }

  #layout-top .top-slider .bx-wrapper .bx-controls .bx-prev {
    left: -5px;
    background-size: 11px;
    width: 24px;
    top: 28.5%;
  }

  #layout-top .top-slider .bx-wrapper .bx-controls .bx-next {
    right: -5px;
    background-size: 11px;
    width: 24px;
    top: 28.5%;
  }

  #layout-top .top-slider .bx-wrapper .bx-controls .bx-pager {
    bottom: -25px;
  }

  #layout-top .top-slider .bx-wrapper .bx-controls .bx-pager > div a {
    background-color: #999;
  }

  #layout-top .top-slider .bx-wrapper .bx-controls .bx-pager > div a.active {
    background-color: #820000;
  }

  #layout-top .top-slider ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #layout-top .top-slider ul .article {
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #layout-top .top-slider ul .article .txt .article-txt {
    display: none;
  }

  #layout-top .contents .contents-wrap {
    padding-bottom: 60px;
  }

  #layout-top .contents .inner {
    position: relative;
  }

  #layout-top .contents .inner main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #layout-top .contents .inner main .block-articles {
    margin-bottom: 30px;
  }

  #layout-top .contents .inner main .block-articles .ttl {
    margin-bottom: 25px;
    background: url(../../terakoya/img/top/new-ttlbg_sp.png) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  #layout-top .contents .inner main .block-articles .article-list .article:nth-child(1),
  #layout-top .contents .inner main .block-articles .article-list .article:nth-child(2) {
    max-width: 320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  #layout-top .contents .inner main .block {
    margin-bottom: 62px;
  }

  #layout-top .contents .inner main .block .block-body {
    padding: 0 10px 10px;
  }

  #layout-top .contents .inner main .block.category {
    position: absolute;
    bottom: 280px;
    left: 15px;
    right: 15px;
  }

  #layout-top .contents .inner main .block.category .block-body > div {
    width: 100%;
    max-width: 320px;
  }

  #layout-top .contents .inner main .block.category .block-body > div figure {
    width: 140px;
  }

  #layout-top .contents .inner main .block.category .block-body > div .txt {
    width: calc(100% - 150px);
  }

  #layout-top .contents .inner main .news {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding: 25px;
    background: url(../../terakoya/img/top/news-bg_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
    min-height: 230px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #layout-top .contents .inner main .news .ttl {
    width: 100%;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    margin-bottom: 18px;
    text-align: center;
  }

  #layout-top .contents .inner main .news .ttl small {
    margin-top: 5px;
    position: relative;
    right: 0;
    display: block;
  }

  #layout-top .contents .inner main .news ul {
    width: 100%;
  }

  #layout-top .contents .inner main .news ul li {
    padding: 10px 0;
  }

  #layout-top .contents .inner aside {
    padding-bottom: 400px;
  }

  #layout-top .contents .inner aside .aside-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #layout-top .contents .inner aside .aside-inner .banner {
    margin: 0 auto 62px;
  }

  #layout-top .top-about {
    background: url(../../terakoya/img/top/about-bg_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }

  #layout-single .contents .inner main {
    padding: 47px 0 100px;
  }

  #layout-single .contents .inner main .about-header {
    height: 200px;
    padding: 15px;
  }

  #layout-single .contents .inner main .about-header span {
    font-size: 1.5rem;
  }

  #layout-single .contents .inner main .about-header span img {
    width: 172px;
    margin-bottom: 12px;
  }

  #layout-single .contents .inner main .about-section h2 span {
    width: 100%;
    margin: 0;
    font-size: 2.3rem;
  }

  #layout-single .contents .inner main .about-section .subttl {
    font-size: 1.5rem;
  }

  #layout-single .contents .inner main .about-section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  #layout-single .contents .inner main .about-section .flex > .col {
    width: 100%;
    margin-bottom: 50px;
  }

  #layout-single .contents .inner main .about-section .ttl p {
    font-size: 1.6rem;
  }

  #layout-single .contents .inner main .about-section .about-ss .catch {
    font-size: 1.1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #layout-single .contents .inner main .about-section .about-ss .ss {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #layout-single .contents .inner main .about-section .about-ss .ss li {
    width: 46%;
    margin-bottom: 18px;
  }

  #layout-single .contents .inner main .about-section .about-ss .ss li:nth-child(2n) {
    margin-right: 0;
  }

  #layout-single .contents .inner main .about-section .about-btns .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #layout-single .contents .inner main .about-section .about-btns .flex .btn-s:first-child {
    margin: 0 auto 20px;
  }

  #layout-single .contents .inner main .about-section .about-btns .flex .btn-s:last-child {
    margin: 0;
  }

  #layout-single .contents .inner main .about-section .about-alpha {
    position: relative;
    padding: 25px 15px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #layout-single .contents .inner main .about-section .about-alpha .txt {
    width: 100%;
  }

  #layout-single .contents .inner main .about-section .about-alpha .txt .ttl .arrow {
    display: none;
  }

  #layout-single .contents .inner main .about-section .about-alpha .txt .btn-s {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  #layout-single .contents .inner main .about-section .about-alpha figure {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    position: relative;
  }

  #layout-single .contents .inner main .about-section .about-alpha figure:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    border-top: 10px solid #820000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }

  #layout-single .contents .inner main .about-section .about-alpha figure img {
    margin: 0;
  }

  #layout-single .contents .inner main .about-section.about-greeting h2 {
    margin-bottom: 40px;
  }

  #layout-single .contents .inner main .about-section.about-greeting h2 span {
    width: 100%;
  }

  #layout-single .contents .inner main .about-section.about-greeting .flex .col1 {
    width: 100%;
    margin-bottom: 50px;
  }

  #layout-single .contents .inner main .about-section.about-greeting .flex .col2 {
    width: 100%;
    margin-bottom: 0;
  }

  #layout-single .contents .inner main .notfound {
    padding: 40px 10px;
  }

  #layout-single .contents .inner main .notfound h1 {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }

  #layout-single .contents .inner main .notfound p {
    margin-bottom: 2.8em;
    font-size: 1.2rem;
  }

  .bx-wrapper .bx-controls .bx-prev,
  .bx-wrapper .bx-controls .bx-next {
    margin-top: 0;
    top: 90px;
  }

  .bx-wrapper .bx-controls .bx-prev {
    left: -27px;
    background-size: 12px;
  }

  .bx-wrapper .bx-controls .bx-next {
    right: -27px;
    background-size: 12px;
  }

  article.single {
    border-top-width: 5px;
    padding: 25px 15px 60px;
  }

  article.single ol li:before {
    top: .2em;
  }

  article.single blockquote {
    padding: 20px 20px 20px 60px;
    background-position: 20px 20px;
    background-size: 25px;
  }

  article.single blockquote cite {
    font-size: 1.4rem;
  }

  article.single .article-header h1 {
    font-size: 2.8rem;
  }

  article.single .article-header h1 small {
    font-size: 1.5rem;
  }

  article.single .article-header .article-tags {
    font-size: .9rem;
  }

  article.single .article-header .article-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  article.single .article-header .article-profile div {
    width: calc(100% - 85px);
  }

  article.single .article-header .article-profile div strong {
    text-align: left;
  }

  article.single .article-header > figure {
    margin: 0 -15px;
  }

  article.single .article-header > figure figcaption {
    padding: 0 15px;
  }

  article.single .article-body a[target="_blank"]:after {
    width: 8px;
  }

  article.single .article-body figure img {
    max-height: calc(( 100vw - 30px ) * .68);
  }

  article.single .article-profile {
    margin: 60px 0 45px;
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  article.single .article-profile figure {
    margin: 0 auto 20px;
  }

  article.single .article-profile > div {
    width: 100%;
  }

  article.single .article-profile > div strong {
    text-align: center;
  }

  article.single .article-share {
    margin-top: 45px;
    padding: 20px 10px;
  }

  article.single .pr-info {
    margin-top: 60px;
    padding: 20px 15px;
  }

  article.single .pr-info a[target="_blank"]:after {
    width: 8px;
  }
}