@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300");
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:700&display=swap');
/* ----------------------------
key color
---------------------------- */
/* ----------------------------
共通スタイル
------------------------------- */
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'YuGothic','Yu Gothic',Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500; }

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; }

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

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

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

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

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt"; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* タイトル ------------- */
h2,
h2 span {
  font-family: 'Montserrat', sans-serif; }

.ttl1 {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 27px;
  font-weight: 600;
  color: #3e4b7b; }

p {
  text-align: justify;
  line-height: 1.85;
  font-size: 15px;
}

.btn01 {
  display: table;
  table-layout: fixed;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 48px;
  box-sizing: border-box;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
  background-color: #3e4b7b;
  text-decoration: none;
  font-family: 'Montserrat','YuGothic','Yu Gothic',Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff; }

.btn01:after {
  content: "＞";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px; }

.pc_none {
  display: block; }

.sp_none {
  display: none; }

/* フェード ------------- */
.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease; }

/* fade */
.fadein {
  opacity: 1;
  transform: translateY(0); }

/* ----------------------------
東洋経済 ヘッダー&フッター
------------------------------- */
#tk_head {
  position: relative;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 60px;
  padding: 10px 15px 10px 15px;
  box-sizing: border-box;
  background-color: #fff; }
  #tk_head::after {
    content: "";
    display: block;
    clear: both; }
  #tk_head > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto; }
  #tk_head .logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 5px 0 10px;
    box-sizing: border-box; }
    #tk_head .logo img {
      display: block;
      width: auto;
      height: 34px; }
  #tk_head p {
    margin: 7px 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1; }
  #tk_head .ad {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 10px;
    color: #000; }
    #tk_head .ad img {
      max-width: 30px;
      margin-left: 8px;
      position: relative;
      top: -2px;
    }

/* tk_head */
footer {
  margin-top: 60px;
  padding: 0 0 100px 0;
  border: none;
  /* nav */
  /* p */ }
  footer nav {
    padding: 0;
    /* ul */ }
    footer nav ul {
      display: flex;
      justify-content: center;
      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;
          border-bottom: solid 1px #c7c7c7; }
        footer nav ul li:nth-child(5) {
          width: 100%;
          order: 5; }
          footer nav ul li:nth-child(5) span {
            border-style: none; }
        footer nav ul li a {
          font-size: 100%;
          padding: 0; }
          footer nav ul li a:link, footer nav ul li a:active {
            color: #333;
            text-decoration: none; }
          footer nav ul li a:visited {
            color: #333;
            text-decoration: none; }
          footer nav ul li a:hover {
            color: #333;
            text-decoration: underline; }
          footer nav ul li a:focus {
            outline: none; }
        footer nav ul li span {
          display: flex;
          justify-content: center;
          height: 36px;
          margin: 6px 0;
          align-items: center;
          font-family: Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif; }
  footer p {
    text-align: center; }
    footer p img {
      width: 250px;
      height: 59px; }

/* footer */
/* ----------------------------*/
/* ----------------------------
SP版 ヘッダー
------------------------------- */
/*.headerArea {
  position: relative;
  margin: 0 0 80px 0;
  width: 100%;
  height: 146.6vw;
  background-image: url(../images/hd_img_sp.jpg?20190620);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }*/
  /*.headerArea h1 {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 85%; }*/
  /*.headerArea .read {
    position: absolute;
    top: 152.6vw;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 12px; }*/
  /*.headerArea .name {
    position: absolute;
    bottom: 5%;
    right: 5%; }
    .headerArea .name a {
      text-decoration: none;
      color: #333333;
      transition: all .3s; }
      .headerArea .name a:hover {
        opacity: 0.5; }
    .headerArea .name em {
      font-style: normal;
      font-weight: 600;
      font-size: 12px; }*/

/* headerArea */
/* ----------------------------
SP版 メイン
------------------------------- */
#main {
  /* セクション共通--------- */
  /* sectionArea */
  /* 上段--------- */
  /* section1 */
  /* 下段--------- */
  /* section2 */
  /* 時計エリア--------- */
  /* watchArea */
  /* キャンペーン--------- */
  /* campaignArea */
  /* 過去記事リンク--------- */
  /* linkArea */ }
  #main .sectionArea {
    position: relative;
    /* txtBox */
    /* imgBox */
    /* capBox */ }
    #main .sectionArea p {
      margin-bottom: 1.5em;
      text-indent: 1em; }
    #main .sectionArea .txtBox {
      position: relative;
      padding: 30px 0 30px 0;
      background-color: #3e4b7b; }
      #main .sectionArea .txtBox p {
        color: #ffffff; }
        #main .sectionArea .txtBox p:last-of-type {
          margin-bottom: 0; }
    #main .sectionArea .imgBox li span {
      display: block;
      height: 121.333vw;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    #main .sectionArea .imgBox .slick-dots {
      right: 0;
      left: 0;
      top: 110.333vw;
      margin: 0 0 0 0;
      width: 100%;
      /* li */ }
      #main .sectionArea .imgBox .slick-dots li {
        width: auto; }
        #main .sectionArea .imgBox .slick-dots li button:before {
          color: #ffffff; }
    #main .sectionArea .slick-dotted.slick-slider {
      margin: 0; }
    #main .sectionArea .capBox {
      padding: 20px 5% 20px 5%;
      box-sizing: border-box;
      width: 100%;
      background-color: #ffffff;
      /* p */ }
      #main .sectionArea .capBox > p {
        text-indent: 0;
        line-height: 1.5;
        font-feature-settings: "palt";
        color: #333333; }
        #main .sectionArea .capBox > p:first-of-type {
          margin: 0 auto 1em auto;
          max-width: 380px;
          width: 95%;
          font-size: 14px; }
        #main .sectionArea .capBox > p:last-of-type {
          margin: 0 auto 0 auto;
          font-size: 11px; }
  #main #section1 {
    /* sectionBottom */ }
    #main #section1 .sectionBottom {
      display: flex;
      flex-direction: column;
      position: relative; }
      #main #section1 .sectionBottom:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #3e4b7b; }
      #main #section1 .sectionBottom .spLayout {
        order: 2; }
      #main #section1 .sectionBottom > div:nth-of-type(2) {
        order: 1;
        position: relative;
        background-color: transparent; }
      #main #section1 .sectionBottom > div:last-of-type {
        order: 3; }
    #main #section1 .imgBox {
      position: relative;
      margin: 0 auto;
      /* li */ }
      #main #section1 .imgBox li:first-of-type span {
        background-image: url(../images/photo1_1.jpg?20190620); }
      #main #section1 .imgBox li:nth-of-type(2) span {
        background-image: url(../images/photo1_2.jpg?20190620); }
  #main #section2 {
    margin-bottom: 60px; }
    #main #section2 .imgBox {
      /* li */ }
      #main #section2 .imgBox li:first-of-type span {
        background-image: url(../images/photo2_1.jpg?20190620); }
      #main #section2 .imgBox li:nth-of-type(2) span {
        background-image: url(../images/photo2_2.jpg?20190620); }
  #main .watchArea {
    margin-bottom: 60px; }
    #main .watchArea ul {
      width: 90%; }
    #main .watchArea img{
      padding: 0 5%;
    }
    #main .watchArea li {
      margin-bottom: 40px; }
      #main .watchArea li:last-of-type {
        margin-bottom: 0; }
    #main .watchArea img {
      margin-bottom: 12px; }
    #main .watchArea h3 {
      margin-bottom: 12px;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      font-family: 'EB Garamond', serif;
      letter-spacing: 2px;
      color: #907822; }
    #main .watchArea p {
      text-align: center;
      line-height: 1.5;
      font-feature-settings: "palt";
      font-size: 11px; }
  /*#main .campaignArea {
    margin-bottom: 40px;
    padding: 60px 0 40px 0;
    background: #f5e9ff;
    background: -moz-linear-gradient(top, #f5e9ff 0%, #c6dbf4 99%);
    background: -webkit-linear-gradient(top, #f5e9ff 0%, #c6dbf4 99%);
    background: linear-gradient(to bottom, #f5e9ff 0%, #c6dbf4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e9ff', endColorstr='#c6dbf4',GradientType=0 ); }
    #main .campaignArea h2 {
      margin: 0 auto 40px auto;
      width: 90%;
      text-align: center;
      font-weight: 700;
      font-family: 'Noto Serif JP', serif;
      font-size: 22px;
      color: #3e4b7b; }
    #main .campaignArea a {
      display: block;
      padding: 12px 0;
      margin: 40px auto;
      width: 85%;
      background-color: #3e4b7b;
      text-align: center;
      text-decoration: none;
      font-weight: 600;
      font-size: 20px;
      color: #ffffff; }
    #main .campaignArea .contactBox {
      display: table;
      margin: 0 auto;
      border: 1px solid #3e4b7b;
      padding: 12px 8px; }
      #main .campaignArea .contactBox h3 {
        margin-bottom: 12px;
        text-align: center;
        font-weight: 600;
        color: #3e4b7b; }
      #main .campaignArea .contactBox p {
        text-align: center; }*/
  #main .linkArea h2 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    font-weight: bold;
    color: #907822;
  }
  #main .linkArea a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    text-decoration: none;
    color: #333333; }
    #main .linkArea a img {
      width: 48%; }
    #main .linkArea a h3 {
      align-self: center;
      width: 48%;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.5;
    }

/* main */
/* キャンペーン案内（画面固定）--------- */
.campNavArea {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: #000;
  /*background: -moz-linear-gradient(top, #f5e9ff 0%, #c6dbf4 99%);
  background: -webkit-linear-gradient(top, #f5e9ff 0%, #c6dbf4 99%);
  background: linear-gradient(to bottom, #f5e9ff 0%, #c6dbf4 99%);*/
  /*box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);*/ }
  .campNavArea h3 {
    margin-bottom: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","メイリオ",Meiryo, serif;
  }
  .campNavArea a {
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    width: 80%;
    background-color: #907822;
    text-align: center;
    line-height: 1;
    /* font-weight: 600; */
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
  }
  .campNavArea a span{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","メイリオ",Meiryo, serif;
  }

/* ----------------------------
PC版 共通スタイル min-width:640px
------------------------------- */
@media screen and (min-width: 1024px) {
  .contentWrap {
    max-width: 1400px;
    width: 100%; }
  .contentWrap_m {
    max-width: 835px;
    width: 100%; }
  .contentWrap_s {
    max-width: 660px;
    width: 100%; }
  .pc_none {
    display: none; }
  .sp_none {
    display: block; }
  /* ----------------------------
東洋経済 ヘッダー&フッター
------------------------------- */
  #tk_head {
    height: 75px; }
    #tk_head > div {
      position: relative; }
    #tk_head .logo {
      top: 5px; }
      #tk_head .logo img {
        height: 47px; }
  /* tk_head */
  footer {
    margin: 80px auto 0 auto;
    padding: 20px 0;
    border-top: solid 1px #ccc;
    /* nav */
    /* p */ }
    footer nav {
      margin: 0 auto;
      max-width: 1000px;
      width: 100%;
      /* ul */ }
      footer nav ul {
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: 20px;
        border-top: 0;
        /* li */ }
        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: 0; }
          footer nav ul li:nth-child(2) {
            order: 2; }
          footer nav ul li:nth-child(3) {
            order: 4; }
            footer nav ul li:nth-child(3) span {
              border: 0; }
          footer nav ul li:nth-child(4) {
            order: 5;
            border-style: none; }
          footer nav ul li:nth-child(5) {
            order: 3;
            width: auto; }
          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 nav ul li a {
            display: block;
            padding: 0 12px;
            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:link, footer nav ul li a:active {
              color: #333;
              text-decoration: none; }
            footer nav ul li a:visited {
              color: #333;
              text-decoration: none; }
            footer nav ul li a:hover {
              color: #333;
              text-decoration: underline; }
            footer nav ul li a:focus {
              outline: none; }
    footer p {
      text-align: center; }
      footer p img {
        width: 274px;
        height: 64px; }
  /* footer */
  /* ----------------------------
PC版 ヘッダー
------------------------------- */
  /*.headerArea {
    margin: 0 auto 80px auto;
    max-width: 1400px;
    max-height: 650px;
    height: 46.42vw;
    background-image: url(../images/hd_img_pc.jpg?20190620); }
    .headerArea > div {
      position: relative;
      height: 100%; }*/
    /*.headerArea h1 {
      top: 52%;
      left: 0;
      right: auto;
      margin: 0 auto 0 auto;
      max-width: 466px;
      width: 100%; }*/
    /*.headerArea-title{
      position: absolute;
      bottom: 24%;
      left: 0;
      max-width: 466px;
    }
    .headerArea .read {
      text-align: left;
      font-size: 11px;
      color: #fff;
      text-align: center;
      padding: 15px 0 0;
    }
    .headerArea .name em {
      font-weight: 600;
      font-size: 20px; }*/
  /* headerArea */
  /* ----------------------------
PC版 メイン
------------------------------- */
  #main {
    /* セクション共通--------- */
    /* sectionArea */
    /* 上段--------- */
    /* section1 */
    /* 下段--------- */
    /* section2 */
    /* 時計エリア--------- */
    /* watchArea */
    /* キャンペーン--------- */
    /* campaignArea */
    /* 過去記事リンク--------- */
    /* linkArea */ }
    #main .sectionArea {
      display: block;
      position: relative;
      margin-bottom: 350px;
      /* txtBox */
      /* imgBox */
      /* capBox */ }
      #main .sectionArea .spLayout {
        position: relative;
        margin: 0 auto;
        max-width: 1400px; }
      #main .sectionArea .txtBox {
        position: relative;
        padding: 50px 0 60px 0;
        background-color: transparent; }
        #main .sectionArea .txtBox p {
          width: 38%;
          color: #ffffff; }
          #main .sectionArea .txtBox p:last-of-type {
            margin-bottom: 0; }
        #main .sectionArea .txtBox:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          z-index: -1;
          width: 58%;
          height: 100%;
          background-color: #3e4b7b; }
      #main .sectionArea .imgBox {
        position: absolute;
        top: 26%;
        z-index: 99;
        width: 100%; }
        #main .sectionArea .imgBox li {
          width: 100%; }
          #main .sectionArea .imgBox li span {
            max-width: 730px;
            width: 55%;
            max-height: 886px; }
        #main .sectionArea .imgBox .slick-dots {
          right: 0;
          left: 0;
          top: auto;
          bottom: 20px;
          margin: 0 0 0 auto;
          max-width: 730px;
          width: 100%;
          /* li */ }
          #main .sectionArea .imgBox .slick-dots li {
            width: auto; }
            #main .sectionArea .imgBox .slick-dots li button:before {
              color: #ffffff; }
      #main .sectionArea .capBox {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 0;
        box-sizing: border-box;
        width: 41%;
        background-color: #ffffff;
        /* p */ }
        #main .sectionArea .capBox > p:first-of-type {
          margin: 0 auto 1em 0; }
        #main .sectionArea .capBox > p:last-of-type {
          margin: 0 auto 0 0;
          width: 216px; }
    #main #section1 {
      /* sectionBottom */ }
      #main #section1 .read2 {
        position: relative;
        margin-bottom: 40px;
        padding-bottom: 10px;
        border-bottom: 1px solid #3e4b7b; }
        #main #section1 .read2:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -5px;
          width: 100%;
          height: 100%;
          border-bottom: 2px solid #3e4b7b; }
      #main #section1 .sectionBottom {
        display: block;
        margin: 60px 0 0 0; }
        #main #section1 .sectionBottom:before {
          content: none; }
        #main #section1 .sectionBottom .txtBox p {
          margin-left: auto; }
        #main #section1 .sectionBottom .txtBox:after {
          right: 0; }
        #main #section1 .sectionBottom > div:nth-of-type(2) {
          position: relative;
          padding-top: 40px;
          padding-bottom: 1em;
          background-color: transparent; }
        #main #section1 .sectionBottom > div:last-of-type {
          padding-bottom: 40px;
          padding-top: 0; }
      #main #section1 .imgBox {
        position: absolute;
        top: 160px;
        margin: 0;
        /* li */ }
        #main #section1 .imgBox li:first-of-type span {
          background-image: url(../images/photo1_1.jpg?190612); }
        #main #section1 .imgBox li:nth-of-type(2) span {
          background-image: url(../images/photo1_2.jpg?190612); }
        #main #section1 .imgBox li span {
          margin: 0 auto 0 0; }
      #main #section1 .capBox {
        margin: 0 0 0 auto; }
      #main #section1 .slick-dots {
        top: auto;
        right: 0;
        left: 0;
        bottom: 20px;
        margin: 0 auto 0 0;
        width: 58%;
        /* li */ }
        #main #section1 .slick-dots li {
          width: auto; }
          #main #section1 .slick-dots li button:before {
            color: #ffffff; }
    #main #section2 {
      margin-bottom: 530px;
      /* capBox */ }
      #main #section2 .imgBox {
        top: 50px;
        right: 0; }
        #main #section2 .imgBox li span {
          margin: 0 0 0 auto;
          background-position: center left 20%; }
      #main #section2 .capBox {
        margin: 0 auto 0 0; }
        #main #section2 .capBox p:first-of-type {
          margin: 0 0 1em auto; }
        #main #section2 .capBox p:last-of-type {
          margin: 0 0 1em auto; }
    #main .watchArea {
      margin-bottom: 100px; }
      #main .watchArea ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%; }
      #main .watchArea li {
        max-width: 300px;
        width: 48%;
        margin-bottom: 0px; }
      #main .watchArea img {
        margin-bottom: 20px; }
    /*#main .campaignArea {
      margin-bottom: 100px;
      padding: 60px 0 80px 0; }
      #main .campaignArea h2 {
        font-size: 28px; }
      #main .campaignArea a {
        display: table;
        padding: 12px 80px;
        margin: 40px auto;
        width: auto;
        background-color: #3e4b7b;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        color: #ffffff; }
      #main .campaignArea .contactBox {
        display: block;
        margin: 0 auto;
        padding: 60px 0 0 0;
        border-top: 1px solid #3e4b7b;
        border-bottom: 0;
        border-right: 0;
        border-left: 0; }
        #main .campaignArea .contactBox h3 {
          margin-bottom: 16px;
          font-size: 18px; }*/
    #main .linkArea h2 {
      font-size: 20px; }
    #main .linkArea ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
    #main .linkArea li {
      display: block;
      width: 21.43%;
      margin-bottom: 20px; }
      #main .linkArea li img {
        margin-bottom: 12px;
        width: 100%; }
      #main .linkArea li h3 {
        align-self: center;
        width: 100%;
        text-align: center; }
    #main .linkArea a {
      transition: all .5s; }
      #main .linkArea a:hover {
        opacity: 0.8; }
  /* main */
  .campNavArea {
    display: none; } }

/* min-width:640px */

/*# sourceMappingURL=style.css.map */

.headerArea{
  height: 900px;
  max-height: calc(100vh - 75px);
  background: url(../images/hd_img_pc.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 80px;
}
.headerArea .container{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.headerArea h1 img{
  width: auto;
}
.headerArea-title{
  margin: 0 0 5%;
}
.read{
  color: #fff;
  text-align: center;
  font-size: 11px;
  max-width: 626px;
  padding: 15px 0 0;
}

.headerArea-link{
  width: 100%;
  max-width: 626px;
  text-align: center;
  color: #fff;
  margin: 0 0 4%;
}
.headerArea-link p{
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","メイリオ",Meiryo, serif;
}
.headerArea-link a, a.btn{
  width: 300px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  text-align: center;
  text-decoration: none;
  background: #907822;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3;
}
.headerArea-link a span, a.btn span{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","メイリオ",Meiryo, serif;
}
.headerArea-link a:hover, a.btn:hover{
  opacity: 0.7;
}

.intro p{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.container{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.constant{
  padding: 100px 0;
  margin: 80px 0;
  background: #43454a;
  color: #fff;
}

.product{
  display: flex;
  align-items: flex-start;
  margin: 0 0 100px;
}
.product:nth-child(2n){
  flex-direction: row-reverse;
}
.product:last-child{
  margin: 0;
}
.product-gallery{
  width: 680px;
  width: 48.57%;
}
.product-info{
  width: 720px;
  width: 51.43%;
  padding: 0 110px 0 50px;
  position: relative;
}
.product:nth-child(2n) .product-info{
  padding: 0 55px 0 105px;
}
.product-info:before{
  content: "";
  width: 2px;
  height: 100%;
  background: #907822;
  position: absolute;
  right: 6px;
  top: 0;
}
.product-info:after{
  content: "";
  width: 17px;
  height: 271px;
  background: url(../images/sub.png) no-repeat center #43454a;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -135px 0 0;
}
.product:nth-child(2n) .product-info:before{
  left: 8px;
}
.product:nth-child(2n) .product-info:after{
  left: 0;
}
.product-info h3{
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
.product-info p{
  font-size: 16px;
  margin: 0 0 30px;
}
.product-info p:last-child{
  margin: 0;
}
.capBox{
  width: 100%;
  max-width: 460px;
  margin: 30px auto 0;
  color: #907822;
}
.capBox p{
  font-size: 14px;
}
.capBox p:first-child{
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #907822;
  text-align: center;
}
.product-gallery .photo{
  width: 100%;
}

.watchArea h2{
  font-size: 26px;
  color: #907822;
  margin: 0 0 30px;
  font-family: 'EB Garamond', serif;
  letter-spacing: 4px;
  text-align: center;
}

.campaignArea{
  /*height: 660px;*/
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 50px;
  padding: 50px 0;
}
.campaignBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
}
.campaignBox-in{
  border: 1px solid #907822;
  padding: 33px 70px;
}
.campaignBox h2{
  font-size: 26px;
  color: #907822;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","メイリオ",Meiryo, serif;
  text-align: center;
  margin: 0 0 30px;
}
.campaign-info{
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}
.campaign-info p{
  width: 48%;
  font-size: 15px;
}
.campaign-info img{
  width: 48%;
}
.contactBox{
  text-align: center;
}
.contactBox h3{
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0 0;
}
.contactBox p{
  text-align: center;
}

@media screen and (max-width:1399px){
  .container{
    padding: 0 30px;
  }
  .product-info,
  .product:nth-child(2n) .product-info{
    padding: 0 40px;
  }
  .headerArea h1 img{
    max-width: 100%;
  }
}
@media screen and (max-width:1023px){
  img{
    width: 100%;
  }

  .headerArea{
    height: auto;
    max-height: none;
    background: #000;
  }
  .headerArea .container{
    height: auto;
    display: block;
    padding: 0;
  }
  .headerArea h1{
    text-align: center;
  }
  .headerArea h1 img{
    width: auto;
  }
  .headerArea-title{
    margin: 0 0 5%;
  }
  .read{
    max-width: none;
  }
  .headerArea-link{
    max-width: none;
    padding: 0 0 50px;
  }

  .intro p{
    padding: 0 30px;
    text-align: left;
  }


  .product{
    display: block;
  }
  .product-gallery{
    width: 100%;
  }
  .constant .container{
    padding: 0;
  }
  .product-info, .product:nth-child(2n) .product-info{
    width: auto;
    padding: 0 20px 0 50px;
    margin: 30px 30px 0;
  }
  .product .product-info:before{
    left: 8px;
  }
  .product .product-info:after{
    left: 0;
  }

  .campaignArea{
    padding: 50px;
  }
  .campaignBox-in{
    padding: 30px;
  }
}
@media screen and (max-width:767px){
  .container, .headerArea-title, .headerArea-link{
    padding: 0 10px;
  }
  .headerArea{
    margin: 0 0 30px;
  }
  .headerArea-title{
    margin: 0 0 25px;
  }
  .headerArea h1{
    padding: 0 10px;
  }
  .headerArea-link{
    margin: 0;
    padding: 0 10px 20px;
  }
  .headerArea-link p{
    font-size: 12px;
  }
  .headerArea-link a, a.btn{
    width: 270px;
    max-width: 100%;
    height: 45px;
    font-size: 12px;
  }

  .intro p{
    padding: 0 20px;
    font-size: 13px;
  }

  .constant{
    margin: 30px 0;
    padding: 0 0 30px;
  }
  .capBox{
    margin: 20px 10px 30px;
    width: auto;
    max-width: none;
  }
  .capBox p{
    font-size: 11px;
  }

  .product{
    margin: 0 0 35px;
  }
  .product-info, .product:nth-child(2n) .product-info{
    padding: 0 30px;
    margin: 0 10px;
  }
  .product-info h3{
    font-size: 15px;
    margin: 0 0 15px;
  }
  .product-info p {
    font-size: 13px;
    margin: 0 0 20px;
  }
  .product-info:after{
    width: 14px;
    height: 240px;
    background: url(../images/sub_sp.png) no-repeat center #43454a;
    background-size: 14px 219px;
    margin: -120px 0 0;
  }

  .watchArea h2{
    font-size: 17px;
  }
  #main .watchArea h3{
    font-size: 14px;
  }

  .campaignArea{
    padding: 30px 10px;
    margin: 0 0 30px;
  }
  .campaignBox{
    padding: 5px;
  }
  .campaignBox-in{
    padding: 20px;
  }
  .campaignBox h2{
    font-size: 16px;
    margin: 0 0 20px;
  }
  .campaign-info{
    flex-direction: column-reverse;
  }
  .campaign-info img{
    width: 100%;
  }
  .campaign-info p{
    width: 100%;
    font-size: 12px;
    padding: 15px 0 0;
  }
  .contactBox h3{
    font-size: 12px;
  }
  .contactBox p{
    font-size: 11px;
  }

  #main .linkArea h2{
    margin: 0 0 25px;
  }
}

.brandlogoArea {
  max-width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width:767px){
  .brandlogoArea {
    max-width: 250px;
    margin-top: 50px;
  }
}
