@charset "UTF-8";
/* ----------------------------
共通スタイル
------------------------------- */
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

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%;
  background: transparent;
}

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

body {
  margin: 0px;
  padding: 0px;
}

table {
  table-layout: fixed;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
  border: 0;
  vertical-align: bottom;
}

img {
  width: 100%;
}

/* contentWrap -------------- */
.contentWrap {
  margin: 0 auto 0 auto;
  width: 90%;
}

/* clearfix -------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

p {
  line-height: 1.7;
  font-size: 15px;
  color: #333333;
}

/* PC/SP ------------- */
.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

@media screen and (max-width: 320px) {
  .no_320 {
    display: none;
  }
}

/* ----------------------------
東洋経済 ヘッダー&フッター
------------------------------- */
#tk_head {
  position: relative;
  top: 0;
  z-index: 9999999999;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  /* p */
}

#tk_head::after {
  content: "";
  display: block;
  clear: both;
}

#tk_head > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: auto;
}

#tk_head .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 0 0;
  padding: 0;
  box-sizing: border-box;
  /* a */
}

#tk_head .logo a {
  display: block;
}

#tk_head .logo a.tkologo img {
  display: block;
  width: auto;
  height: 34px;
}

#tk_head p {
  margin: 0px 5px 0;
  font-size: 12px;
  line-height: 1;
  color: #333333;
}

#tk_head p:first-of-type {
  position: absolute;
  top: 15px;
  right: 50px;
}

#tk_head p.ad {
  width: 25%;
  text-align: right;
  font-size: 12px;
}

#tk_head p.ad span {
  display: block;
  margin-bottom: 0.5em;
}

#tk_head p.ad img {
  display: block;
  max-width: 30px;
  margin: 0 0 4px auto;
}

/* tk_head */
footer {
  padding: 0 0 20px 0;
  border: none;
  background-color: #ffffff;
}

footer nav {
  padding: 0;
}

footer nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  border-top: solid 1px #c7c7c7;
}

footer nav ul li {
  width: 50%;
  height: 48px;
  box-sizing: border-box;
  border-right: none;
  border-bottom: solid 1px #c7c7c7;
}

footer nav ul li:nth-child(1) {
  order: 1;
}

footer nav ul li:nth-child(1) span {
  border-right: solid 1px #c7c7c7;
}

footer nav ul li:nth-child(2) {
  order: 2;
}

footer nav ul li:nth-child(3) {
  order: 3;
}

footer nav ul li:nth-child(3) span {
  border-right: solid 1px #c7c7c7;
}

footer nav ul li:nth-child(4) {
  order: 4;
}

footer nav ul li:nth-child(5) {
  order: 5;
}

footer nav ul li:nth-child(5) span {
  border-right: solid 1px #c7c7c7;
}

footer nav ul li:nth-child(6) {
  order: 6;
}

footer nav ul li:nth-child(7) {
  order: 7;
}

footer nav ul li:nth-child(7) span {
  border-right: solid 1px #c7c7c7;
}

footer nav ul li a {
  font-size: 14px;
  padding: 0;
  text-decoration: none;
}

footer nav ul li a.pc {
  display: none;
}

footer nav ul li a.sp {
  display: block;
}

footer nav ul li span {
  display: flex;
  justify-content: center;
  height: 36px;
  margin: 6px 0;
  align-items: center;
  color: #000;
  font-family: Hiragino Sans,"ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial,'Meiryo', 'メイリオ',sans-serif;
}

footer .footer-logo-area {
  position: relative;
}

footer .footer-logo-area .abj-mark {
  display: block;
  position: absolute;
  width: 18%;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}

footer .footer-logo-area .abj-mark img {
  display: block;
  width: 100%;
}

footer .footer-logo-area .footer-logo {
  display: block;
  width: 48%;
  margin: 0 auto;
}

footer .footer-logo-area .footer-logo img {
  width: 100%;
}

footer .footer-logo-area .footer-logo img.sp {
  display: block;
}

footer .footer-logo-area .footer-logo img.pc {
  display: none;
}

footer .footer-logo-area .footer-copy {
  display: none;
}

/* footer */
/* ----------------------------
PC版 共通スタイル min-width:641px
------------------------------- */
@media screen and (min-width: 641px) {
  * {
    font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','YuGothic','Yu Gothic', Verdana,'ＭＳ Ｐゴシック',sans-serif;
  }
  body {
    min-width: 1024px;
  }
  .contentWrap {
    width: 1000px;
  }
  /* PC/SP ------------- */
  .only_sp {
    display: none !important;
  }
  .only_pc {
    display: block;
  }
  /* ----------------------------
  東洋経済 ヘッダー&フッター pc
  ------------------------------- */
  #tk_head {
    height: 75px;
  }
  #tk_head > div {
    position: relative;
    max-width: 1000px;
  }
  #tk_head .logo a.tkologo img {
    height: 50px;
  }
  #tk_head p {
    font-size: 16px;
  }
  #tk_head p:first-of-type {
    top: 4px;
    width: auto;
  }
  #tk_head p.ad {
    align-items: center;
    width: auto;
    font-size: 14px;
  }
  #tk_head p.ad span {
    display: block;
    margin-bottom: 1em;
    line-height: 1;
  }
  /* tk_head */
  footer {
    margin: 0 auto;
    padding: 20px 0;
    border-top: solid 1px #ccc;
  }
  footer nav {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  footer nav ul {
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 20px;
    border-top: none;
    padding: 5px 0 3px;
  }
  footer nav ul li {
    border-right: solid 1px #666;
    border-bottom: 0;
    width: auto;
    height: auto;
  }
  footer nav ul li:nth-child(1) {
    order: 1;
  }
  footer nav ul li:nth-child(1) span {
    border-right: none;
  }
  footer nav ul li:nth-child(2) {
    order: 2;
  }
  footer nav ul li:nth-child(3) {
    order: 3;
  }
  footer nav ul li:nth-child(3) span {
    border-right: none;
  }
  footer nav ul li:nth-child(4) {
    order: 4;
  }
  footer nav ul li:nth-child(5) {
    order: 6;
  }
  footer nav ul li:nth-child(5) span {
    border-right: none;
  }
  footer nav ul li:nth-child(6) {
    order: 7;
    border-right: none;
  }
  footer nav ul li:nth-child(7) {
    order: 5;
  }
  footer nav ul li:nth-child(7) span {
    border-right: none;
  }
  footer nav ul li a {
    display: block;
    padding: 0 12.5px;
    line-height: 1.4;
    font-family: Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px;
  }
  footer nav ul li a.pc {
    display: block;
  }
  footer nav ul li a.sp {
    display: none;
  }
  footer nav ul li a:visited {
    color: #000;
    text-decoration: none;
  }
  footer nav ul li a:hover {
    color: #000;
    text-decoration: underline;
  }
  footer nav ul li a:focus {
    outline: none;
  }
  footer nav ul li span {
    display: flex;
    justify-content: center;
    height: auto;
    margin: 0;
    align-items: center;
    font-family: Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: normal;
  }
  footer .footer-logo-area {
    width: 750px;
    margin: 0 auto;
  }
  footer .footer-logo-area .abj-mark {
    width: 70px;
    left: auto;
    right: 5px;
    top: 0;
    transform: none;
  }
  footer .footer-logo-area .footer-logo {
    width: 100%;
  }
  footer .footer-logo-area .footer-logo img.sp {
    display: none;
  }
  footer .footer-logo-area .footer-logo img.pc {
    display: block;
    width: 196px;
    margin: 0 auto;
  }
  footer .footer-logo-area .footer-copy {
    display: block;
    text-align: center;
    font-family: Georgia;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 20px;
    color: #000;
  }
  /* footer */
}

/* ----------------------------
コンテスツ
------------------------------- */
#contents h1 {
  text-align: center;
  margin: 20px auto 10px;
}

#contents h1 img:first-of-type {
  width: 60%;
  margin: 0 auto 3vw;
}

#contents h1 img:last-of-type {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  #contents h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 70px;
  }
  #contents h1 img:first-of-type {
    width: 280px;
    margin: 0 20px 0 0;
  }
  #contents h1 img:nth-of-type(2) {
    width: 430px;
    margin: 0;
  }
}

.watchArea {
  width: 90%;
  margin: 0 auto;
}

.watchArea .photo {
  margin-bottom: 10px;
}

.watchArea .photo img {
  width: 100%;
}

.watchArea h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11.5vw;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}

.watchArea h2 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP', serif;
  font-size: 6vw;
  color: #7c4d23;
  display: block;
  font-weight: bold;
  letter-spacing: -0.1em;
  padding-top: 15px;
}

.watchArea hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7c4d23;
  border: 0;
}

.watchArea .txt h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 30px;
  color: #333;
}

.watchArea .txt h3 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: normal;
  display: block;
  margin-top: 7px;
  font-feature-settings: "palt";
}

.watchArea .txt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 1em;
}

.watchArea .txt p.cap {
  font-size: 13px;
}

@media screen and (min-width: 641px) {
  .watchArea {
    display: flex;
    width: 1000px;
    flex-flow: row-reverse;
  }
  .watchArea .photo {
    width: 440px;
    box-sizing: border-box;
    border: solid 1px #7c4d23;
  }
  .watchArea .txtWrap {
    width: 500px;
    padding: 0 60px 0 0;
    position: relative;
  }
  .watchArea h2 {
    font-size: 60px;
    margin-bottom: 65px;
    margin-top: -10px;
  }
  .watchArea h2 span {
    font-size: 32px;
  }
  .watchArea hr {
    position: absolute;
    width: 200vw;
    left: -50%;
    top: 135px;
    z-index: -1;
  }
  .watchArea hr.sub {
    top: 190px;
  }
  .watchArea .txt h3 {
    font-size: 25px;
  }
  .watchArea .txt h3 span {
    font-size: 19px;
    margin-top: 10px;
  }
  .watchArea .txt p {
    line-height: 1.75;
    margin-bottom: 1.3em;
  }
}

#under50 h2 span {
  color: #b5772b;
}

#under100 h2 span {
  color: #666;
}

#over100 h2 span {
  color: #bd9347;
}

.linkArea {
  margin: 50px auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linkArea a {
  font-family: 'Cormorant Garamond', serif;
  margin: 20px 0;
  width: auto;
  display: block;
  color: #333;
  text-decoration: none;
}

.linkArea a span {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  color: #7c4d23;
}

.linkArea a:hover {
  opacity: .7;
}

.linkArea .top {
  text-align: center;
  font-size: 20px;
  order: 3;
  width: 100%;
}

.linkArea .top span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: #666;
  display: block;
}

.linkArea .left {
  text-align: left;
  font-size: 4.8vw;
  order: 1;
  width: calc(49% - 20px);
  position: relative;
  padding-left: 20px;
}

.linkArea .left span {
  font-size: 3.1vw;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.linkArea .left::before {
  content: '';
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #7c4d23;
  border-right: 1px solid #7c4d23;
  height: 15px;
  width: 15px;
  z-index: 1;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}

.linkArea .right {
  text-align: right;
  font-size: 4.8vw;
  order: 2;
  width: calc(49% - 20px);
  position: relative;
  padding-right: 20px;
}

.linkArea .right span {
  font-size: 3.1vw;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.linkArea .right::after {
  content: '';
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #7c4d23;
  border-right: 1px solid #7c4d23;
  height: 15px;
  width: 15px;
  z-index: 1;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 641px) {
  .linkArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 870px;
    margin: 10px auto 50px;
    position: relative;
  }
  .linkArea .top {
    font-size: 24px;
    position: absolute;
    width: 260px;
    margin: 0  0 0 -130px;
    left: 50%;
    top: 15px;
  }
  .linkArea .top span {
    font-size: 18px;
  }
  .linkArea .left {
    font-size: 16px;
    width: auto;
    padding-left: 30px;
  }
  .linkArea .left span {
    font-size: 12px;
  }
  .linkArea .left::before {
    height: 25px;
    width: 25px;
  }
  .linkArea .right {
    font-size: 16px;
    width: auto;
    padding-right: 30px;
  }
  .linkArea .right span {
    font-size: 12px;
  }
  .linkArea .right::after {
    height: 25px;
    width: 25px;
  }
}

.footArea {
  margin: 50px 0 0;
  background-color: #ede5dd;
  padding: 15px 0;
}

.footArea .flexWrap {
  width: 90%;
  margin: 0 auto;
}

.footArea .flexBox {
  width: 48%;
}

.footArea .flexBox p {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  color: #7c4d23;
  font-weight: bold;
  margin-bottom: 10px;
}

.footArea .flexBox a {
  font-family: 'Cormorant Garamond', serif;
  display: block;
  font-size: 14px;
  margin-bottom: 13px;
  color: #333;
  text-decoration: none;
}

.footArea .flexBox a span {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  color: #7c4d23;
  font-size: 11px;
  font-weight: bold;
}

.footArea .flexBox a:hover {
  opacity: .6;
}

.footArea .flexBox a.crrent {
  pointer-events: none;
}

.footArea .flexBox:first-of-type {
  float: left;
}

.footArea .flexBox:nth-of-type(2) {
  float: right;
}

.footArea .flexBox:last-of-type {
  float: right;
}

@media screen and (min-width: 641px) {
  .footArea .flexWrap {
    width: 750px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footArea .flexBox {
    width: 33%;
  }
  .footArea .flexBox a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */